a {
    z-index: 5;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}


/* color */
.color-blue {
    background-color: #53a6ff;
}

.color-skyblue {
    background-color: #80B8F6;
}

.color-pink {
    background-color: #E8859E;
}

.color-skyblue2 {
    background-color: #CCEAFD;
}

.color-purple {
    background-color: #b370e7;
}

/* title */
.tab_title {
    color: #3982D9;
    font-size: 1.5rem;
    font-weight: 600;
    z-index: 10;
}

.tab_icon {
    margin-bottom: 3px;
    margin-right: 5px;
    width: 24px;
    height: 24px;
    z-index: 10;
}

/* New Product */
.icon_badges {
    display: inline-block;
    font-size: 0.8rem;
    color: white;
    padding: 4px 8px;
    border-radius: 25px;
    line-height: 1.25rem;;
}

/* product list button */
.category_btn {
    width: 100%;
    border-radius: 25px;
    margin: 0 10px;
}

.category_btn span {
    display: inline-block;
}

.dropdown-toggle::after {
    
    vertical-align: 0.555em !important;
    
}

#dropdown_type, #dropdown_series {
    /* color: white; */
}

.dropdown_type > a, .dropdown_series > a {
    color: white;
}

.drop-item {
    margin-top: 10px;
    min-width: 14rem;
    border-color: #7FB9F6;
    border-radius: 15px;
}

.dropdown-active {
    border-color: red;
    background-color: white !important;
    color: #464646 !important;
}

/* news */
#newsSlider li {
    background-color: #E1F0FF;
    border-radius: 15px;
    position: relative;
}

#newsSlider h4 {
    font-size: 1rem;
    border-radius: 0 0 15px 15px;
    color: white;
    margin: 0;
    padding: 10px 8px;
    background-color: #61aeed;
    font-weight: 400;
}

#newsSlider a {
    text-decoration: none;
}

.news_type {
    position: absolute;
    display: block;
    width: 8rem;
    border-radius: 0 20px 20px 0;
    color: white;
    top: 0;
    left: 0;
    font-size: 0.8rem;
}

@media screen and (max-width: 768px) {
    .category_btn {
        width: 100%;
        margin: 10px 0;
    }

    .drop-item {
        width: 100%;
    }
}


span.d-block{
color: #777;
}


#heading {
    background-image: url('/wp-content/themes/wp-bootstrap-starter/inc/assets/images/bg_title.png') !important;
}

.new_product_background {
    width: 100vw;
    height: 90%;
    background-size: 100% 100%;
    background-image: url('/wp-content/uploads/bg-1.png') !important;
    z-index: 1;
    margin: 0 calc(50% - 50vw);
    top: 10%;
}

.item-box {
    z-index: 10;
}


.category_btn {
    color: #464646;
    background-color: white;
    border: 1px solid #53A6FF;
    box-shadow: initial !important;
}

.category_btn span {
    overflow: hidden;
}

.category_btn:hover {
    background-color: #53A6FF !important;
    color: white;
}


.products_buttons .drop-item, .products_buttons .dropdown-item {
    background-color: #53A6FF !important;
}

.products_buttons .drop-item, .products_buttons .dropdown-item:hover {
    color: #464646;
}

.selected{
    background-color:  #E1F0FF !important;
}

.news_box img {
    width: 100%;
}

.image_box {
    border-radius: 30px;
    overflow: hidden;
}

.image_box div {
    background-color: black;
    opacity: 0.55;
    color: white;
    width: 100%;
    font-size: 0.9rem;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.d-block.series{
    font-size: 0.8rem;
    font-weight: bold;
    padding: 0;
    line-height: 180%;
    margin-top: 0.2rem;
    color: #777;
}

.prd-txt {
    text-align: center;
    color: #777;
}


.d-block.series , .d-block.name{
    text-align: left;
    line-height: 140%;
    margin-bottom: 0.2rem;
}

.img-thumbnail {
    width: 100%;
}