@media (min-width: 1700px) and (max-width: 1850px) {

}

@media (max-width: 1700px) and (min-width: 1500px) {
    :root{
        --content_container: 80vw;
    }

}

@media (max-width: 1550px) and (min-width: 1280px) {
    :root{
        --content_container: 90vw;
    }

}

@media(min-width: 992px) and (max-width: 1280px){
    header.desctop .content-container{
        width: 90svw !important;
    }
}

@media (max-width: 1280px) and (min-width: 991px) {

}

@media (max-width: 991px) and (min-width: 720px) {

}

@media (max-width: 720px) and (min-width: 560px) {

}

@media (max-width: 560px) {

}

/*Max Treshoolds*/

@media (max-width: 1700px){

}
@media (max-width: 1600px){

}
@media (max-width: 1500px){

}
@media (max-width: 1400px){
    .main-slider-area .slider-text-area{
        width: 70%;

    }
}
@media (max-width: 1376px){


}
@media (max-width: 1279px){
    .section-title-big{
        font-size: 2.3em;
    }
    :root{
        --content_container: 85svw;
    }
    .breadcrumb-area .right-side .skewFilter{
        z-index: 10;
    }
    .offer-area{
        align-items: start;
    }
    .offer-area .offer-content{
        min-width: unset !important;
        min-height: unset !important;
        width: 100svw !important;
        height: 90svh !important;
    }
    .bar-2.list > li{
        width: 50%;
        flex: 1 1 50%;
    }

}
@media(max-width: 1200px){
    .new-bread .left-side{
        height: 120px;
        width: 100%;
        flex: 1 1 100% !important;
        max-width: 100% !important;
        order: 1 !important;
    }
    .new-bread .right-side{
        order: 0 !important;
        width: 100%;
        flex: 1 1 100% !important;
        max-width: 100% !important;
    }
    .new-bread .left-side .section-title-soft{
        font-size: 1.5em !important;
        justify-content: start;
        align-items: start;
        text-align: left;
        width: 100%;
    }
    .sidebar-area{
        order: 1;
    }
    .page-content-area{
        order: 0;
    }
    .main-slider .item >  .images > img:first-child{display: none;}
    .main-slider .item >  .images >  img:last-child{display: block;}
}
@media (max-width: 1100px){
    :root{
        --breadCrumbHeight: 319px;
    }
    .footer-header{
        text-align: center;
        width: 100%;
    }
    footer .footer-list{
        flex-wrap: wrap;
        justify-content: center;
        display: inline-block;
    }
    footer .footer-list li{
        max-width: fit-content;
    }
    .main-slider-area .slider-text-area{
        width: 100%;


    }
    .main-slider-area .slider-text-area .content{
        padding-left: 10px;
    }
    .main-slider-area .slider-text-area,
    .main-slider-area .slider-text-area p,
    .main-slider-area .slider-text-area a{
        transform:skewX(0deg) !important;
    }

    :root{
        --content_container: 80svw;
    }
    .slider-text-area .content p{
        font-size: 1.4em;
        line-height: 1em;
    }
    .slider-text-area .content{
        width: 60%;
    }
    .slider-text-area .arrows{

    }
    header.desctop{
        display: none !important;
    }
    header.mobile{
        display: flex !important;
    }
    .bottom-panel .bottom-panel-tabs li a{
        font-size: 0.9em;
        padding:8px;
    }
    .bottom-panel .bottom-panel-tabs{
        width: 100svw;
    }
    .bottom-panel .bottom-panel-tabs li{
        width: 33.3% !important;
        align-items: center;
        justify-content: center;
    }
    .price-page table tbody tr td,
    .price-page table thead tr th
    {
        font-size: 0.9em;
        padding: 2px !important;
        vertical-align: center;
        text-align: center;
    }
    .promo-1 .content{
        left: 0 !important;
        width: 100% !important;
    }
    .section-title-big{
        font-size: 1.5em;
    }
    .whatsapp-bar{
        width: 90svw;
        right: 5svw;
        left: unset !important;
    }
    .whatsapp-bar .sender{
        display: none !important;
    }
    .whatsapp-bar .row > div:first-child{
        padding: 7px !important;
    }
    .whatsapp-bar .texter{
        display: flex;
        align-items: center;
        height: fit-content;
    }
    .whatsapp-bar .texter p{
        font-size: 1em !important;
        font-weight: 600;
    }
    .whatsapp-bar .texter .text p:first-child{
        margin-top: 10px;
        font-weight: 600;
        margin-bottom: 0;
       letter-spacing: 0;
        line-height: 1em;
    }
    .page-wrapper{
        margin-top: 0;
    }

    .promo-1 {
        height: 520px !important;
    }

    .promo-1 .promo-side {
        width: 100% !important;
        margin-left: 0 !important;
        transform: skewX(0deg) !important;
    }

}
@media (max-width: 991px){

    :root{
        --content_container: 90svw;
    }
    .bar-2.list > li{
        width: 100%;
        flex: 1 1 100%;
    }
}
@media (max-width: 768px){}
@media (max-width: 560px){}
/*Min Treshoolds*/

@media (min-width: 1700px){}
@media (min-width: 1500px){

}
@media (min-width: 1281px){

}
@media (min-width: 1101px){


    header.desctop{
        display: flex !important;
    }
    header.mobile{
        display: none !important;
    }
}
@media (min-width: 992px){
    header.mobile{
        display: none;
    }
    header.desctop{
        display: flex;
    }
    nav.mobile{
        display: none !important;
    }


}
@media (min-width: 768px){}
@media (min-width: 560px){}