@media (max-width : 1200px){
    .home-carousel-section {
        height: 600px;
    }
    .home-carousel-section .content-wrap .content-container .container{
        max-width: 100%;
        padding-right: 500px;
    }
    .banner-section2 {
        height: 280px;
    }
    .banner-section2 .container{
        align-items: flex-end;
    }
    .banner-section2 .container h1{
        margin-bottom: 25px;
    }
    .nav-wrap .nav-right a, .nav-wrap .nav-right button{
        font-size: 20px;
    }
}
@media (max-width : 1100px){
    .home-carousel-section .item{
        background-position-x: -225px;
    }
    .home-carousel-section .content-wrap .content-container .container {
        padding-right: 370px;
    }
}
@media (max-width : 991px){
    .banner-section{
        height: 500px;
    }
    .each-contact-detail{
        margin: 10px 0px;
    }
    .contact-form-container{
        margin-left: 0px;
        padding: 30px 25px 30px 25px;
        border-radius: 20px;
        margin-bottom: 20px;
    }
    .map-container{
        height: 500px;
    }
    .services-container{
        margin: 0px;
    }
    .each-btn-container{
        width: 25%;
    }

    .about-us-section {
        padding: 30px 0px;
    }
    .tab-pane .heading h1{
        text-align: center;
    }

    .welcom-content-side{
        margin-bottom: 20px;
    }
    .welcom-content-side .heading{
        text-align: center;
    }
    .home-service-img{
        height: 314px;
        width: 375px;
        top: -75px;
    }
    .subscribe-wrap .text-side{
        border: unset;
        text-align: center;
    }
    .subscribe-wrap .input-side button{
        margin-left: auto;
        margin-right: auto;
    }
    .md-show{
        display: block;
    }
    .md-hide{
        display: none;
    }

    .home-carousel-section .content-wrap .content-container .container{
        padding-right: 335px;
    }
    .home-carousel-section .item {
        background-position-x: 80%;
    }
    .home-carousel-section .item.slide2{
        background-position-x: -230px;
    }
    .home-carousel .content-container h1 {
        font-size: 60px;
    }
    .home-carousel .content-container h5 {
        font-size: 30px;
    }

    .promo-wrap .text-container h2{
        font-size: 80px;
        line-height: .7;
    }
    .promo-wrap .text-container span{
        font-size: 20px;
    }
    .promo-wrap .img-container{
        margin-left: -60px;
        width: 123%;
        background-position-x: center;
    }

    #accordion .card-header button::before{
        content:  "\e874";
        position: absolute;
        font-family: 'Linearicons-Free';
        right: 0;
    }
    .filter-container{
        margin-top: 10px;
        width: 100%;
    }
    .product-list-container .row .col-lg-4{
        padding-right: 5px;
        padding-left: 5px;
    }

    /* cart */
    .cart-section{
        position: relative;
        margin-top: 0px;
        padding-top: 130px;
        overflow: hidden;
        padding-bottom: 70px;
    }
    .cart-section .container{
        position: unset;
    }
    .cart-section .prices-actions-btn-container{
        display: none;
    }
    .cart-section .col-lg-4 .cart-card{
        display: block;
        background-color: #f4f4f4;
        border-radius: 0px;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        padding-bottom: 10px;
    }
    .cart-wrap .col-lg-4.cart-right-side{
        position: absolute;
        left: 0;
        right: 0;
        padding: 0px;
        top: -195px;
        transition-duration: .5s;
    }
    .cart-wrap .col-lg-4.cart-right-side.show{
        top: 0px;
        transition-duration: .5s;
    }
    .cart-section .total-cost{
        padding-top: 20px;
    }
    .cart-section .viewHideMore{
        display: flex;
    }
    .cart-section .md-form{
        display: flex;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .cart-section .md-form button{
        width: 100%;
        border-radius: 0px;
    }
    /* checkout */
    .checkout-section{
        padding-top: 120px;
    }
    .cart-wrap .col-lg-4.checkout-right-side{
        position: absolute;
        left: 0;
        right: 0;
        z-index: 2;
        margin-bottom: 30px;
        padding: 0px;
        top: 0;
        transition-duration: .5s;
    }
    .checkout-section .cart-prices-info{
        padding-top: 0px;
    }
    .checkout-section .show .cart-prices-info{
        padding-top: 30px;
    }
    .checkout-section .col-lg-4.checkout-right-side .cart-card{
        padding-top: 0px;
    }
    .cart-wrap .col-lg-4.checkout-right-side.show{
        top: 0px;
        transition-duration: .5s;
    }
    .review-section .billing-delivery-info-container .col-lg-6{
        padding: 0px 10px;
    }
    .checkout-section .inner-cart-info {
        height: 1px;
        overflow: hidden;
        transition-duration: .5s;
    }
    .checkout-section .checkout-right-side.show .inner-cart-info{
        height: unset;
        transition-duration: .5s;
    }
    .checkout-section .cart-section .total-cost{
        padding-top: 10px;
    }
}
@media (max-width : 767px){
    .home-carousel-section{
        height: 561px;
    }
    .logo-container {
        width: 65px;
    }
    .each-promo-wrap .row{
        justify-content: center;
        flex-direction: row-reverse;
    }
    .promo-section .promo-text-container {
        padding: 0px 0px 0px;
    }
    .promo-wrap .img-container{
        width: 100%;
        height: 460px;
        margin-left: 0;
        margin-bottom: -100px;
        background-position: center;
    }
    .home-carousel .content-container h1 {
        font-size: 55px;
    }
    .home-carousel .content-container h5 {
        font-size: 30px;
    }
    .home-carousel-section .item{
        background-position-x: -450px;
    }
    .home-carousel-section .item.slide2{
        background-position: bottom;
        background-position-x: -260px;
    }
    .home-carousel-section .content-wrap .content-container .container{
        max-width: 100%;
        padding-right: 270px;
    }

    .product-view-details {
        padding: 0px 20px 0px 0px;
    }
    .promo-section{
        padding: 50px 0px 45px;
    }
    .checkout-left-side  .cart-card{
        padding: 30px 10px;
    }
    .review-section table tbody td .mid-info{
        display: block;
    }
    .review-section table thead tr th:nth-child(4), .review-section table thead tr th:nth-child(5){
        display: none;
    }
    .review-section table tbody tr td:nth-child(4), .review-section table tbody tr td:nth-child(5){
        display: none;
    }
    .checkout-left-side{
        padding: 0;
    }
}
@media (max-width : 656px){
    .home-carousel-section .item {
        background-position-x: -548px;
    }
    .home-carousel-section .item.slide2{
        background-position-x: -385px;
    }
}
@media (max-width : 575px){
    /* General */
    .theme-btn4-o, .theme-btn {
        padding: 5px 20px;
    }
    .values-container .col-lg-4{
        /* display: flex; */
        width: 320px;
    }
    .each-value-container{
        padding: 15px;
    }
    .each-value-container br{
        display: none;
    }

    #accordion .card-header{
        padding: 0px 0px 0px;
    }
    .active-category{
        width: 50%;
        padding: 0;
    }
    .price-filter{
        width: 50%;
        padding: 0;
        
    }
    .product-list-container .row .col-lg-4{
        width: 50%;
    }
    .each-product-card-container .product-img {
        height: 265px;
    }

    .product-view-details {
        padding: 15px 20px 0px 0px;
    }
    .promo-wrap .text-container{
        padding: 20px;
    }

    .home-carousel-section .content-wrap{
        background-color: rgba(0, 0, 0, 0.4);
    }
    .home-carousel-section .content-wrap .content-container .container{
        padding-right: 0;
    }
    .home-carousel-section .item{
        background-position-x: right;
    }
    .home-carousel-section .item.slide2 {
        background-position-x: -660px;
    }
    .home-carousel-section .content-wrap .content-container .container{
        text-align: center;
    }
    .home-carousel .content-container h1 {
        font-size: 50px;
        font-weight: 300;
        text-align: center;
    }
    .home-carousel-section .owl-dots{
        display: none;
    }

    .home-services-container .col-lg-3{
        width: 350px;
        margin-bottom: 15px;
    }

    .subscribe-wrap .text-side .text-container h2 {
        font-size: 40px;
    }

    .promo-section .promo-text-container {
        padding: 0px 15px 0px;
    }

    /* cart */
    .banner-section2 .container h1{
        font-size: 40px;
    }
    .each-cart-product-container .product-cart-info h5, .cart-section .left-elements-container .total-price-container, .cart-section .left-elements-container .action-btn-container button{
        font-size: 18px;
        font-weight: 500;
    }
    .cart-section .cart-wrap .col-lg-8{
        padding: 0px;
    }
    .banner-section2 {
        height: 200px;
    }
    /* checkout */
    .checkout-inputs-container .breadcrumb-container h4{
        font-size: 18px;
        width: 100%;
    }
    .checkout-inputs-container .breadcrumb-container h4 i{
        margin: 0px 1px;
        font-size: 15px;
    }
}
@media (max-width : 474px){
    .each-product-card-container .product-img {
        height: 230px;
    }
    .active-category{
        width: 100%;
        padding: 0;
    }
    .price-filter{
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }
    .filter-container .price-filter{
        margin-left: 0;
        justify-content: unset;
    }
    .filter-container .price-filter select{
        width: 100%;
    }

    .home-carousel-section .item {
        background-position-x: -790px;
    }
    /* checkout */
    .checkout-section .cart-card{
        padding: 30px 10px;
    }
    .checkout-section .cart-card{
        
    }
    .table td, .table th{
        padding: 5px;
    }
}
@media (max-width : 400px){
    .each-product-card-container .product-img {
        height: 200px;
    }
    .product-details .name{
        font-size: 15px;
    }
    .product-details .price{
        font-size: 18px;
    }


    .home-social-media-container{
        left: 25px;
    }
    .home-carousel-section .owl-nav{
        right: 14px;
    }
    /* Cart */
    .cart-section .cart-card{
        padding: 20px 15px;
    }
    .cart-section .col-lg-4 .cart-card{
        padding-top: 25px;
        padding-bottom: 0px;
    }

    /* checkout */
    .checkout-section .checkout-left-side.col-lg-8 .cart-card{
        padding: 20px 0px;
    }
    .checkout-section .checkout-left-side.col-lg-12{
        padding: 0px;
    }
    .checkout-section .container{
        padding-left: 10px;
        padding-right: 10px;
    }

}