@media screen and (max-width: 1200px) {
     .filter_products .filter_products_section .filter {
          width: 25%;
     }

     .recently_added .all_products .product_cards {
          width: 30%;
     }
}

@media screen and (max-width: 993px) {
     .mt_110 {
          margin-top: 30px;
     }

     .filter_products .filter_products_section {
          position: unset;
     }

     .filter_products .filter_products_section .filter_layer {
          width           : 300px;
          border-radius   : 16px;
          background-color: #fff;

     }

     .filter_products .filter_products_section .filter_layer .category {
          padding: 15px;
     }

     .filter_products .filter_products_section .green_full_bg {
          display: none;
     }

     .filter_products .filter_products_section .filter {
          position: absolute;
          top     : 0px;
          left    : 0;
          z-index : 2;
          height  : unset;
          border  : none;
          padding : 18px 0;
     }

     .filter_products .filter_products_section .recently_added {
          width: 100%;
     }

     .recently_added {
          width: 100%;
     }

     .recently_added .sec_title {
          position: unset;
     }


}

@media screen and (max-width: 840px) {
     .filter_products .recently_added .all_products .product_cards {
          width: 31%;
     }

     .recently_added .all_products .product_cards {
          width: 31%;
     }
}

@media screen and (max-width: 768px) {
     .filter_products .recently_added .all_products .product_cards {
          width: 48%;
     }

     .recently_added .all_products .product_cards {
          width: 48%;
     }
}

@media screen and (max-width: 540px) {
     .filter_products .sortby .dropdown {
          top: -40px;
     }

     .contact_us .get_in_touch {
          padding: 20px;
     }

     .contact_us .get_in_touch .row .left_side h2 {
          font-size : 38px;
          text-align: left;
     }

     .contact_us .get_in_touch .row .left_side p br {
          display: none;
     }

     .contact_us .get_in_touch .row .right_side button,
     .contact_us .get_in_touch .row .right_side input {
          width: 100%;
     }

     .contact_us .get_in_touch .row .right_side .mail_call_us {
          margin-top: 20px;
          gap       : 10px;
     }

     .contact_us .get_in_touch .row .right_side .mail_call_us a {
          width: 100%;
     }
}

@media screen and (max-width: 480px) {
     .filter_products .recently_added .sec_title {
          font-size: 22px;
     }

     .filter_products .recently_added .all_products .product_cards {
          width: 80%;
     }

     .recently_added .sec_title {
          font-size: 22px;
     }

     .recently_added .all_products .product_cards {
          width: 80%;
     }
}

@media screen and (max-width: 375px) {
     .filter_products .recently_added .all_products .product_cards {
          width: 100%;
     }

     .recently_added .all_products .product_cards {
          width: 100%;
     }
}