@media (max-width : 1300px){

    /* Hero */
    .hero-section .carousel-item .side-text-container{
        left: -80px;
    }
    .hero-section .nav-btn-container{
        right: 15px;
    }
    .hero-section .each-slider-content-container .text-content-side-container{
        padding-left: 40px;
    }
}
@media (max-width : 1199px){
    .hero-section .each-slider-content-container .text-content-side-container{
        padding-left: 0px;
    }
}
@media (max-width : 1080px){
    .hero-section .each-slider-content-container .text-content-side-container{
        padding-left: 20px;
    }
    .hero-section .each-slider-content-container .img-side-wrap{
        padding-right: 40px;
    }
    .hero-section .each-slider-content-container .text-content-side-container h1{
        font-size: 70px;
    }
}
@media (max-width : 991px){
    /* Navigation */
    .nav-links-container{
        display: none;
    }
    .nav-btn-container{
        margin-left: auto;
    }
    .burger-btn{
        display: block;
    }
    .nav-btn-container .cart-btn-container a{
        align-items: center;
        display: flex;
    }
    .nav-btn-container .cart-btn-container a span.lnr-cart{
        font-size: 25px;
    }
    .nav-btn-container .cart-btn-container a span.cart-qty{
        top: -3px;
        height: 20px;
        width: 20px;
        font-size: 11px;
        right: 8px;
    }
    .mobile-nav .close-btn{
        right: 20px;
    }
    /* Hero */
    .hero-section{
        height: unset;
    }
    .hero-section .each-slider-content-container .text-content-side-container{
        padding-left: 0px;
        text-align: center;
        margin-top: 100px;
    }
    .hero-section .each-slider-content-container .img-side-wrap{
        padding-right: 0px;
        margin: 0px auto;
        margin-top: 30px;
    }
    .hero-section .carousel-item .side-text{
        font-size: 20px;
    }
    .hero-section .carousel-item .side-text-container{
        left: -40px;
    }
    .hero-section .carousel-item .side-text::before, .hero-section .carousel-item .side-text::after{
        height: 2px;
    }
    .hero-section .carousel-control-next, .hero-section .carousel-control-prev{
        height: 35px;
        width: 35px;
        margin: 15px 0px;
    }
    .hero-section .carousel-control-next-icon, .hero-section .carousel-control-prev-icon{
        width: 13px;
        height: 13px;
    }
    .hero-section .each-slider-content-container .text-content-side-container h1{
        font-size: 60px;
    }
    /* home categories */
    .each-clothing-category-container, .mid-clothing-category{
        margin-bottom: 20px;
    }
    .mid-clothing-category{
        height: 1090px;
    }
    /* Sale */
    .subscribe-section .subscribe-container .col-lg-2{
        display: none;
    }
    /* contact Us */
    .each-contact-detail{
        margin: 10px 0px;
    }
    .contact-form-container{
        margin-left: 0px;
        padding: 30px 25px 30px 25px;
        margin-bottom: 20px;
    }
    .map-container{
        height: 500px;
    }
    .services-container{
        margin: 0px;
    }
    .each-btn-container{
        width: 25%;
    }
    /* Cart */
    .cart-checkout-card{
        margin-top: 20px;
        padding: 30px;
    }
    /* products */
    .products-section .filter-container h4{
        cursor: pointer;
        font-size: 20px;
        margin-bottom: 0px;
    }
    .products-section .filter-container h4 span{
        display: inline;
    }
    .products-section .filter-container h4::after{
        font-family: Linearicons-Free;
        position: absolute;
        content: '\e874';
        right: 15px;
    }
    .products-section .filter-container h4.show::after{
        content: '\e873';
    }
    .products-section .filter-container ul{
        padding: 0px;
        margin-top: 1rem;
        display: none;
    }
    .products-section .filter-container ul.show{
        display: flex;
    }
    .products-section .filter-container ul li{
        padding: 10px;
        border-radius: 5px;
        border: 2px solid #b2449a;
        margin: 0px 5px;
    }
    .products-section .filter-container ul li.active{
        background-color: #b2449a;
        color: #fff;
    }

    .products-section .filter-container ul li.active::before{
        display: none;
    }
    .products-section .filter-container .size-section .price-range{
        padding: 0px 5px;
    }
}
@media (max-width : 767px){
    .cart-section .table tbody tr td:nth-child(3), .table thead th:nth-child(3){
        display: none;
    }
    .cart-section .table tbody tr td .product-cell .price{
        display: block;
    }
    .cart-section .table tbody tr td button{
        font-size: 13px;
        height: 25px;
        width: 25px;
    }
    .breadcrumb-section .breadcrumb-content-container h1{
        line-height: 1.1;
        margin-bottom: 20px;
    }
    .heading-2 h1{
        font-size: 50px;
    }
}
@media (max-width : 575px){
    .hero-section .img-side-wrap{
        width: 300px;
    }
    .hero-section .each-slider-content-container .text-content-side-container p{
        line-height: 1.2;
    }
    .hero-section .each-slider-content-container .text-content-side-container h1{
        font-size: 40px;
    }
    .navigation-section .img-container {
        width: 65px;
    }
    .navigation-section nav {
        padding: 0px;
    }
    .hero-section .each-slider-content-container .text-content-side-container p{
        font-size: 20px;
    }
}