@media only screen and (max-width: 768px){
    .container {
        width: 90% !important;
    }
    .mega-menu-item {
        border-bottom: 1px solid #e5e5e5 !important;
        padding: .5rem !important;
    }
    .mega-menu {
        display: flex !important;
        flex-direction: column !important;
    }
    
    .header-logo {
        text-align: center;
    }
    .header-search {
        text-align: left;
    }
    .section-title {
        font-size: 2rem !important;
    }
    .section-text {
        font-size: .9rem !important;
        line-height: 2rem !important;
        padding: 0 0rem !important;
    }
    .new-collection .product-cart-title h3 {
        font-size: 1.5rem !important;
        margin-top: -4rem;

    }
    .new-collection .swiper-wrapper {
        padding: 4rem 0 !important;
    }
    .parallax-conetnt {
        width: 82%;
    }
    a.cart-item {
        height: 400px;
    }
    .swiper-slide-active .cart-item {
        height: 450px;
        margin-top: -2rem;
    }
    a.cart-item {
        padding: 1rem;
    }
    
    .footer-menu {
        margin-top: 2rem !important;
    }
    .Permission-item {
        width: unset;
    }
    .Permissions {
        justify-content: center;
    }
    .about-us-text{
        padding: 0;
    }
    img.play-icon {
        width: 71px;
    }
    
    .sort-by {
         height: unset; 
        border-bottom: 1px solid var(--main);
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 .9rem;
        margin-bottom: 1rem;
        flex-direction: column;
    }
    button.filter-btn{
        display: block;
    }
    .filters {
        display: none;
    }
    select.orderby , .woocommerce-ordering {
        width: 100% !important;
    }
    .mega-current_page_item a::before{
        display: none !important;
    }
    
    .about-video {
        margin-top: 3rem;
    }
    .slider-title {
        width: 100%;
        margin-bottom: 10rem;
    }
    section.news {
        padding: 0 2rem;
    }
    .footer-menu-item {
        padding-right: 0rem;
    }
    .full-width-new-cart {
   
        height: 300px;
        margin-bottom: 2rem;
    }
    .mySwiper  .swiper-wrapper .swiper-slide {
        width: 70px !important;
    }
    .mySwiper .swiper-wrapper .swiper-slide img {
        height: 70px !important;
    }
    .product-title {
        font-size: 1.5rem !important;
    }
    a.product-catalogue-link {
        font-size: .7rem;
    }
    .size_item {
        padding: 2rem 3.8rem;
    }
    .model_item {
        height: 200px;
    }
    .product-cart-title h3 {
        margin-top: -4rem;
    }
    .searchandfilter ul li {
        padding: 0 1rem !important;
    }
    .front-image{
        margin: 2rem 0;
    }
    .counter-title {
        text-align: center;
    }
    .counter-img img {
        margin: 3rem 0;
    }
    .slider-item-overlay {

        padding: 4rem 2rem;
    }
    .popup {
        width: 94%;
    }
    .model-cart {
        width: 45%;
        display: inline-block;
    }
}



@media only screen and (max-width: 576px){
   
    .slider-btns {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .product-gallery {
        margin-top: 1rem;
    }
    .similar-products {
        padding: 0rem 0;
    }
    .slider-button {
        margin-top: -6rem;
    }
    .new-collection .product-cart-title h3 {
        font-size: .8rem !important;
        margin-top: -3rem;
        margin-right: -1rem;
    }
    .parallax-conetnt {
        width: 100%;
        padding: 2rem;
    }
    .parallax-conetnt * {
        font-size: 1rem !important;
        line-height: 2rem;
    }
    .cart-item {
        height: 200px;
        padding: .5rem;
    }
    
    .swiper-slide-active .cart-item {
        height: 258px;
        margin-top: -2rem;
    }
    p.cart-item-text {
        display: none;
    }
    h4.cart-item-title {
        font-size: .8rem;
    }
    .cart-item-content {
        padding: .5rem;
    }
    .footer-menu-item {
        width: 50%;
        padding-right: 1rem;
    }
    .post-cart-content h3 a {
        font-size: .9rem !important;
        font-weight: 500 !important;
        line-height: 1.8rem;
    }
    .slider-button {
        margin-top: -10rem;
        right: 24px;
        left: 24px;
    }
    .size_item {
        /* padding: 2rem 4.3rem; */
        width: 49%;
    }
    .size_item {
        margin: .1rem 0;
    }
    a.product-catalogue-link {
        float: right;
        margin-top: 2rem;
    }
    .searchandfilter ul li {
        width: 50%;
    }
    .sf-input-text {
        padding: 1rem;
    }
    .container {
        width: 95% !important;
    }
    h1.page-header-title {
        font-size: 2.5rem !important;
    }
        a.cart-item {
        height: 190px;
    }
}
