﻿.nero-section-title{
    display:flex;
    justify-content:center;
    align-items:center;
}
.nero-section-title .section-title{
    font-size:1.5rem;
    text-align:center;
}

.product-brand .product-brand-name{
    font-size:1.1rem;
}
.addToBasketParent{
    text-align:right;
    justify-content:flex-start;
    display:flex;
}
.nero-add-to-basket{
    width:40%;
    border-radius:0 !important;
}

#divPrice span{
   color:#000 !important;
}

#divPrice span.font-size-p{
    font-size:1.1rem !important;
}

h1.hidden-sm{
    font-size: 1rem !important;
    font-weight:500 !important;
}

div.gap-50{
    height:50px;
    width:100%;
}

.small-circule-filter-template-item{
    border-radius:0 !important;
}

.carousel-indicators{
    width:100% !important;
    display:flex !important;
    flex-wrap:nowrap !important;
    overflow-x:auto !important;

}
.carousel-indicators .item{
    width:140px !important;
    height:140px !important;
    border:none !important;
}
.carousel-indicators img{
    width:100%;
    height:100% !important;
}
.productCarousel .carousel-control-prev, .productCarousel .carousel-control-next{
    font-size:45px !important;
    font-weight:200;
}

.carousel-cell{
    width:200px !important;
}
.carousel-cell img.w-100{
    padding:0px 10px;
}
@media screen and (max-width:400px){
    div.gap-50 {
        display:none;
    }
}
.nero-collapsed-panel {
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    height: auto;
    max-height: 600px;
}
.nero-collapsed-panel.collapsed{
    max-height:40px;
    transition: max-height 0.3s ease-out;
}
.nero-collapsed-panel .collapsed-panel-header{
    padding-top:10px;
    height:40px;
    width:100%;
    cursor:pointer;
    vertical-align:middle;
}
.nero-collapsed-panel .collapsed-panel-header:hover{
    transition:all 0.3s linear;
}
.nero-collapsed-panel .collapsed-panel-header .collapsed-title{
    padding-right:5px;
    display:inline-block;
}
.nero-collapsed-panel .collapsed-panel-header .bi{
    display:inline-block;
}
.btn-colored i , .box04 .filled-squre-filter-template input[type="radio"]:checked + label span{
    color:#fff !important;
}

.dropdown-menu.show::before{
    right:25px !important;
    left:auto !important;
}
.dropdown-menu{
left:-32px !important;
}

.accordion .card-header span, .side-filters span, .side-filters label, .side-filters a span.bi{
    font-size:16px !important;
}

.accordion .card-header{
    border-bottom:none !important;
}


@media screen and (max-width:600px) {
    .side-filters{
        position: relative !important;
        height: calc(100vh - 50px);
        padding:5px 10px 30px;
    }
}


.iOverlay .advanced-search-btn a{
border-radius:0 !important;
}

.myFilters.open .advanced-search-btn{
    position:fixed !important;
}

option{
    font-family: "anjoman";
}

@media only screen and (max-width: 1000px) {
    header.nav-down{
        min-height:60px;
    }
    .theme-light .container{
        width:98% !important;
        max-width:98% !important;
    }
}

.theme-light .btn-dark{
   color:#fff !important;
}


