.owl-carousel .owl-nav{
    text-align: right!important;
    bottom: 0!important;
}
.owl-theme .owl-nav [class*="owl-prev"]:hover{
    background-color: transparent !important;
}
.bl_slider .owl-stage-outer{
    max-height: 345px;
}
.owl-carousel .owl-item img {
    max-height: 345px;
}
@media (max-width: 768px){
    .container .slider{
        width: 100%;
    }
    .bl_slider .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next{
        width: 35px!important;
        height: 35px!important;
        background-size: cover!important;
    }
    .bl_slider .owl-carousel.nav-bottom .owl-nav button.owl-prev{
        max-width: 51px !important;
        width: 100% !important;
    }
}

.bl-menu-left{
    transition: .5s;
    opacity: 0;
    visibility: hidden;
    background: #fff!important;
}
.bl-menu-left-show{
    opacity: 1;
    visibility: visible;
}
@media (max-width: 768px){
    .bl-menu-left{
        display: none;
        visibility: visible;
        opacity: 1;
    }
    .bl-menu-left-show{
        display: block;
    }
}
@media (min-width: 769px){
    .bl-menu-left{
        position: absolute;
        z-index: 100;
    }
    .slider{
        margin-left: 20%;
    }
}
.slider.hide{
    display: none;
}

.msld{
    position: relative;
}
#shop_menu li.dropdown{
    position: static;
    width: 111%;
}
.nav-pills{
    width: 90%;
}
#shop_menu .dropdown .fas{
    display: none;
}
@media(max-width: 768px){
    #shop_menu .dropdown .fas{
        position: relative;
        top: 6px;
        right: 0;
        width: 30px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.6rem;
        margin-left: auto;
    }
}

#shop_menu .third-level{
    display: none;
    left: 20%;
    top: 0;
    box-shadow: none;
    background: #e2f1fc;
    z-index: 998;
}   
    
@media(min-width: 769px){
    #shop_menu .third-level:hover{
        display: block;
    }
    #shop_menu .dropdown-item:hover + .third-level{
        display: block;
    }

    #shop_menu .third-level li a{
      height: auto;
      padding: 2px 20px !important;
      font-weight: normal;
      margin: 0;
    }    
}
#shop_menu .fourth-level{
    display: none;
    left: 23%;
    top: 0;
    box-shadow: none;
    background: #e8f4fd;
    z-index: 999;
    height: 200%;
}
#shop_menu .simp-item:hover + .fourth-level{
    display: block;
}
    
@media(min-width: 769px){
    #shop_menu .fourth-level:hover{
        display: block;
    }
    #shop_menu .dropdown-item:hover + .fourth-level{
        display: block;
    }

    #shop_menu .fourth-level div{
        float: none;
        width: auto;
        max-width: none;
    }

}
@media(max-width: 768px){
    #shop_menu .third-level.open{
        display: block;
    }
    #shop_menu .fourth-level.open{
        display: block;
    }
}
/*#shop_menu .dropdown-item{
    width: 100px;
}*/
.dropdown-menu > li > a:hover, .dropdown-item:hover{
    background: transparent!important;
}
.poss{
    position: static!important;
}
.bl_sub_menu{
    background: #d5effa;
    overflow: hidden;
}
.dubl_menu a {
    width: fit-content;
    padding: 7px 20px;
}
.dubl_menu .dropdown-item:hover a{
    text-decoration: none;
    background: #fff !important;
    border-radius: 15px;
} 
.dma_active a{
    text-decoration: none;
    background: #fff !important;
    border-radius: 15px;
}
#shop_menu .fourth-level div a{
    padding: 5px 10px !important;
}
.fourth-level div a:hover{
    text-decoration: none;
    background: #fff !important;
    border-radius: 15px;
}
.second-level{
    background: #d5effa!important;
}

#shop_slider .owl-dots{
    width: 100%;
}
.top_menu{
    background: #fff!important;
    margin-bottom: 15px;
    margin-top: 15px;
}
.top_menu .title_menu a{
    box-shadow: none!important;
    background: #198bcf !important;
    border-radius: 15px!important ;

}
.bl-dimensions > .navbar-nav > li:hover > a{
    background: #d5effa !important;
    box-shadow: none!important;
    border-radius: 15px!important ;
}
.top_menu .bl-dimensions > .navbar-nav > li{
    border-radius: 15fpx;
}
.top_menu .bl-dimensions > .navbar-nav > li > a{
    color: #2a3e94!important;
}
.bl-menu-left ul > li > a{
    border-bottom: 0!important;
}
#shop_slider .owl-stage-outer{
    border-radius: 15px;
}
#inmag{
    color: #fff!important;
}
#inmag i {
    margin-left: 20px;
    color: #fff!important;
}

.simp-item{
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.simp-item > li > a:hover, .simp-item:hover {
    background: transparent !important;
}
.simp-item:focus, .simp-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.dubl_menu .simp-item:hover a {

    text-decoration: none;
    background: #fff !important;
    border-radius: 15px;

}
.cat-row{
    margin-top: 40px;
}


.cat-item{
background: #FFFFFF;
border: 1px solid #E6E6E6;
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
border-radius: 12px;
padding: 25px 5px;
text-align: center;
margin-bottom: 30px;
min-height: 380px;
}

.cat-item>a{
font-weight: 600;
font-size: 18px;
line-height: 20px;
color: #2A3E94;
display: inline-block;
margin: 20px 0;
}
.sub-cat-item a{
font-weight: 400;
font-size: 12px;
line-height: 16px;
color: #2A3E94;
display: inline-block;
background: #E9F5FE;
border-radius: 16px;
padding: 5px 10px;
margin: 0 1px 5px;
}
.bl_products_more .product-item-small-card .list-col, .bl_products_hit .product-item-small-card .list-col{
    width: 100% !important;
}
.bl_products_more .list-col:first-child .bl_product {
    border-radius: 15px !important;
}


@media(max-width: 768px){
   .cat-row {
            display: flex;
    flex-wrap: wrap;
    }
 .cat-item {
    min-height: auto;
    margin-bottom: 6px;
}
    .cat-row .col-sm-6{
            width: 50%;
                display: flex;
                    padding-left: 3px;
    padding-right: 3px;
}
    .cat-row img{
        height: 135px;
        width: auto;
    }
    .bl_products_more .nav-tabs {
    border-bottom: 0 none;
    white-space: nowrap;
    flex-wrap: nowrap;
}
.bl_products_more .clearfix{
    display: flex;
    white-space: nowrap;
    overflow-x:auto;
}
.bl_products_more .section_title{
    margin-bottom: 5px;
        font-size: 24px;
}
.bl_products_more .clearfix {
    display: block;
    white-space: unset;
    overflow-x: unset;
}

.add-cart-product span{
    white-space: normal;
}
.bl_products_more {
    padding-left: 10px;
}
.bl_products_more .nav-tabs .nav-link {
    font-size: 14px !important;
    padding: 3px 15px !important;
}
.cat-item>a{
font-size: 14px;
}
.sub-cat-item a{
font-size: 10px;
}
    .wrapper .bl-menu-left .navbar-nav > li > a {
        width: 100%!important;
    }
    body .wrapper .bl-menu-left .navbar-nav > li:first-child > a {
        width: 100%!important;
    }
}