/* front-css */
.productInner__size {
    display: flex;
    -webkit-column-count: unset;
    -moz-column-count: unset;
    column-count: unset;
}

.productInner__size li {
    flex: 1 0 25%;
    max-width: 25%;
}

.productInner__size li div {
    width: auto;
    min-width: 80px;
}

.productInner__size li span {
    width: auto;
    min-width: 80px;
}

/*error*/
.error {
    padding: 5px;
    margin: 5px 5px 20px 5px;
    border: solid 1px #FBD3C6;
    background: #FDE4E1;
    color: #CB4721;
    line-height: 25px;
    /*border-radius: 5px !important;*/
    clear: both !important;
}

.success {
    padding: 5px 25px !important;
    border: solid 1px #C0F0B9 !important;
    background: #D5FFC6 !important;
    color: #48A41C !important;
    /*border-radius: 5px !important;*/
    clear: both;
    margin-bottom: 5px !important;
}

.alert {
    /*padding: 0px 10px !important;*/
    /*border: solid 2px #FBD3C6 !important;*/
    color: #CB4721 !important;
    direction: rtl !important;
    text-align: right !important;
    /*border-radius: 5px !important;*/
    /* margin-bottom: 0 !important; */
    opacity: 1 !important;
}

.img-responsive {
    display: inline;
    vertical-align: middle;
}

.closeSearchModal {
    position: absolute;
    left: 30px;
    top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    z-index: 5;
    color: #fff;
}

.closeSearchModal svg {
    margin-right: 11px;
}









/* programmer-css */

.select2.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #624d4d;
    border-radius: 23px;
    height: 45px;
}




.lg-outer .lg-thumb-outer {
    background-color: transparent;
}

.singleShowMini {
    justify-content: flex-start;
}

#slideshow .img-mosk::before{
    content: none;
}

.slideshowSlideItem video {
    height: 100vh;
    width: 100%;
    object-fit: cover;

}

@media (max-width: 567px) {

    .slideshowSlideItem video {
        height: 362px;
    }

}





#site_content{
    overflow: visible;
}

.productInformationList{
    flex-wrap: wrap;
}





@media only screen and (max-width: 1199px) {
    .productInformationList li {
        flex: 1 0 33.33% !important;
        max-width: 33.33% !important;
    }

    .productInCatalogsBtnWrapper {
        flex-wrap: wrap;
    }

    .catalogos__btn {
        margin-top: 20px;
    }
}



@media only screen and (max-width: 991px){
    .site_content .car-button .car .product_picture{
        bottom: -80%;
    }
    
    .carInfoWrapper {
        bottom: -30vh;
    }

    .productInformationLang{
        width: auto;
        padding: 0 5px;
    }
}


@media only screen and (max-width: 767px) {
    .carName {
        font-size: 14px;

    }
    .site_content .car-button .car .product_picture{
        bottom: -90%;
    }
}



.productInformationUnits ul li .stl_l {
    direction: ltr;



}

@media only screen and (max-width : 414px) {
    .addCommentsBtn {
        margin-top: 20px;
    }
}


.customerMainSec__slider .slick-slide {
    filter: blur(5px);
    -webkit-filter: blur(5px);
}

.customerMainSec__slider .slick-slide.slick-current{
    filter: blur(0);
    -webkit-filter: blur(0);
}

.blogsDetailBox {
    flex: 1;
}



.mainSliderMainBox {
    position: absolute;
    z-index: 10;
    bottom: 25px;
    right: 100px;
    overflow: hidden;
    transform: none;
}

@media screen and (max-width:1360px){
    .carAmper ul li.showMore .btn{
        margin-bottom: 5px;
    }
    
}
@media screen and (max-width:991px){
    .carAmper ul li.showMore .btn{
        margin-bottom: 20px;
    }
    
}

@media screen and (max-width:567px){
    .carAmper ul{
        transform: translateY(25px);
    }
    
}

@media screen and (max-width:480px){
    .slideshowSlideItem::after {
        height: 40%;
    }

    
}


.searchModalBoxBody,.searchModalBoxContent{
    overflow: visible !important;
}

.advancedSearchRow{
    width: 100%;
}


.advancedSearchBox{
    position: static;
}



.advancedSearch h6{
    color: #000 !important;
}

.advancedSearch .row>div:nth-child(2):after{
    min-height: 447px;
    height: unset;
}


.agencyCategoryBox{
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important; 
    margin-top: 10px !important;
    flex-wrap: wrap;
    min-height: 80px !important;
}
.agencyCategoryBox__items{
    margin: 5px;
    border-radius: 5px !important;
    font-size: 14px !important;
    transition: all 0.3s ease;
}

.agencyCategoryBox__items:hover{
    background-color: #e60015;
}

.agencyItemsDetailed{
    height: 100%;
}




.agencyCategories{
    display: flex;
    align-items: center;
    padding: 11px 0;
    flex-wrap: wrap;
}

.agencyCategories__item{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-color: #b10010;
    color: #fff;
    height: 30px;
    margin-left: 5px;  
    margin-bottom: 5px;  
    margin-top: 5px;  
    padding: 0 6px;
    transition: all 0.3s ease;
}

.agencyCategories__item:hover{
    background-color: #e60015;
}

.agencyItemsDetailed h6:after{
    content: none !important;
}
.agencyLightGalleryBox > ul {
    justify-content: flex-start;
}
.agencyLightGalleryBox > ul > li{
    flex: 0 0 33.33%;
  max-width: 33.33%;
}
.mapContainer .agencyMap{
    height: 100%;
}

.contactInfoBoxIn__title{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;

}

@media screen and (max-width:767px) {
    .mapContainer .agencyMap {
        height: 300px !important;
    }

    .customerMainSec__slider .slick-slide {
        filter: none !important;
    }
}

.header .headerWrapper::after {
    content: "";
    display: block;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: unset;
    position: absolute;
    z-index: -1;
}


.parent_btn_ostan{
    margin: 3%;
}
.btn_ostan{
    padding: 0 10px;
    height: 51px;
    line-height: 50px;
    background: #fff;
    position: relative;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    min-width: 130px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    -webkit-backface-visibility: hidden;
    transition-property: all;
    transition-duration: .3s;
    width: 16%;
    font-size: 16px;
    border: 1px solid #373232;
    color: red;
    border-radius: 4px;
    cursor: pointer;
}
.btn_ostan:hover{
    background: #b10010;
    color: #fff;
    border-color: #fff
}



.btn_active{
    background: #b10010;
    color: #fff;
    border-color: #fff
}


.chooseCityWrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}




.chooseCityWrapper__lable img{
    margin-bottom: 20px;
    width: 100%;
}



.chooseCityWrapper__lable{
    display: inline-flex;
    flex-direction: column-reverse;
    
}



input[type="checkbox"]:focus, input[type="file"]:focus, input[type="radio"]:focus {
  outline: unset;
  outline: unset;
  outline-offset: unset;
}




.uploadAlertBox  span{
    color: #a94442 !important;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 20px;
    display: inline-flex;
    margin: 20px 0;
}




/* -------------------------------------------------------- */
.pagesBreadcrumbCoverHead h1 {
    color: #fff;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 10px;
}

.pagesBreadcrumbContain {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    min-height: unset !important;

}

.pagesBreadcrumbImage {
    position: static !important;
    object-fit: unset !important;
}

.pagesBreadcrumbCoverHead {
    text-align: right;
    position: absolute;
    top: 120px;
    right: calc((100vw - 1170px)/ 2);
    z-index: 2;
}


@media screen and (max-width:1199px) {
    .pagesBreadcrumbCoverHead {
        right: calc((100vw - 950px)/ 2);
        position: absolute;
    }
}
@media screen and (max-width:991px) {
    .pagesBreadcrumbCoverHead {
        right: 20px;
        
        position: absolute;
    }
}
@media only screen and (max-width: 767px){
    .pagesBreadcrumbCoverHead h1 {
        margin-bottom: 10px !important;
        font-size: 16px !important;
    }
    .pagesBreadcrumbCoverHead {
     
        top: 20px;
       
    }
    
}



.agencyItemsDetailed h6{
    cursor: default !important;
}


.fullBanner{
    width: 100%;
}
