
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden !important;
}
body {
  font-family: "Montserrat", serif !important;
  font-optical-sizing: auto !important;
  font-style: normal !important;
  overflow-x: hidden !important;
}

a {
  text-decoration: none;
  color: #000000;
}

ul li {
  list-style: none;
}

.header-menu .sub-menu {
  opacity: 0;
}

.header-menu ul.sub-menu {
  /* top: 100% !important; */
}

.container {
  max-width: 1600px;
  width: 100%;
  margin: auto;
}

.toggle_mobile_menu {
  display: none;
}

.top_header_class {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top_header_dd {
  background: #ECECEC;
  padding: 10px 5px;
}

.contact-info {
  display: flex;
  gap: 20px;
  font-size: 14px;
}

.header-right a:last-child {
  border: none;
  padding: 0;
}

.header_menu_rger {
  background: #FFE501;
  padding: 10px 0;
}

.contact-info span:last-child {
  border: none;
}

.contact-info span {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  border-right: 1px solid #2e2e2e;
  padding-right: 20px;
}

.header_menu_class {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.my_account_hfjh {
  display: flex;
  align-items: center;
  gap: 18px;
}

.cart_div_hvh a {
  display: flex;
  align-items: center;
  gap: 18px;
  position: relative;
}



span.cart_conut {
  background: #DC1F24;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 11px;
  position: absolute;
  top: -8px;
  left: -5px;
}

.header_menu_right_part {
  display: flex;
  align-items: center;
  gap: 18px;
}

.logo img {
  width: 380px;
  margin: -20px 0;
}

a.Mobile_Product_Name_li {
  text-transform: uppercase;
}

.search-bar {
  /* display: flex; */
  width: 45%;
  position: relative;
}

.search-bar .search {
  display: inline-block;
  width: 100%;
}

.search-bar input::placeholder {
  color: #D9D9D9;
}


.search-bar input {
  flex-grow: 1;
  padding: 12px 40px !important;
  font-size: 16px;
  border: 1px solid #ffffff00;
  border-radius: 10px;
  background: #fff;
  outline: none;
  font-weight: 500;
  font-style: italic;
}

.search-bar button {
  background-color: #d12020;
  color: white;
  padding: 8px 35px;
  border: none;
  border-radius: 0px 5px 5px 0;
  cursor: pointer;
  font-weight: 600;
  margin-left: -20px;
  font-size: 16px;
}

.search_icon {
  position: absolute;
  top: 20px;
  left: 9px;
}

.search_icon img {
  width: 21px;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 14px;
}

.header-right a {
  color: #000000;
  font-size: 14px;
  border-right: 1px solid #404040;
  padding-right: 20px;
  font-weight: 500;
}

.header_menu_right_part a {
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  color: #343434;
}

.menu_home_destop_bjbh {
  background-color: white;
  display: flex;
  align-items: center;
  padding: 0;
}

p.irgire {
  display: none;
}

.menu_home_destop_bjbh .large-shrink.header-menu-2.menu_list>.header-menu>li>a:hover {
  text-decoration: underline;
  color: #e71d26;
}

.menu_home_destop_bjbh .large-shrink.header-menu-2.menu_list>.header-menu>li>a {
  text-decoration: none;
  color: #DC1F24;
  font-size: 24px;
  font-weight: 800;
  padding: 0 66px;
  border-right: 3px solid #DC1F24;
}

header#header {
  position: relative;
  z-index: 99;
}

nav.menu_home_destop_bjbh ul li.menu-item:hover ul.sub-menu {
  opacity: 1;
  z-index: 9999;
}

nav.menu_home_destop_bjbh ul li.menu-item .sub-menu .sub-menu {
  opacity: 1;
}

.toggle_mobile_menu a img {
  width: 25px;
}

nav.menu_home_destop_bjbh .header-menu .menu-item {
  margin-right: 0;
}

.menu_home_destop_bjbh .header-menu .sub-menu a {
  font-size: 14px;
  border: none;
}

nav.menu_home_destop_bjbh ul#menu-main-services>li:last-child a {
  border: none;
}

.toggle_mobile_menu a {
  border: none;
  padding: 0;
  background: #DC1F24;
  width: 60px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.toggle_home_menu a {
  border: none;
  padding: 0;
  margin-right: 60px;
  background: #DC1F24;
  width: 90px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -30px;
}

.main-banner {
  text-align: center;
  background-color: white;
}
.product-tabs-section  .product-tab-nav {
    justify-content: left !important;
}





@media screen and (min-width: 1600px) {
  .menu_home_destop_bjbh {
    justify-content: center;
  }
}

div#mobile-menu > a {
  text-transform: uppercase;
}

ul.custom_engineered_ul_list .slick-next {
  top: 40% !important;
  margin-right: 10px;
}
ul.custom_engineered_ul_list .slick-prev {
  margin-left: 10px;
  top: 40% !important;
}


.swiper-container {
  width: 100%;
  height: auto;
}

.swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.mobile-banner { 
  display: none; /* Default: hide mobile banner */
}

@media (max-width: 768px) {
  .desktop-banner { display: none; }
  .mobile-banner { display: block; }
}



.main-banner h1 {
  color: #d12020;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}

.menu_list_class_flex {
  display: flex !important;
  flex-flow: row !important;
  align-items: center;
}

.menu_list_class_flex .cell.large-shrink.header-menu-2 {
  display: flex;
}

/* slider start */
.carousel button.slick-prev.slick-arrow {
  left: 5px;
  z-index: 99999;
}

.carousel button.slick-prev.slick-arrow::before {
  font-size: 40px;
  color: #000;
  opacity: 1;
}

button.slick-next.slick-arrow {
  right: 25px;
  z-index: 99999;
}

button.slick-next.slick-arrow::before {
  font-size: 40px;
  color: #000;
  opacity: 1;
}


.slider_wrapper button.slick-prev.slick-arrow {
  left: 5px;
  z-index: 99;
}

.slider_wrapper button.slick-prev.slick-arrow::before {
  font-size: 40px;
  color: #000;
  opacity: 1;
}

.slider_wrapper button.slick-next.slick-arrow {
  right: 25px;
  z-index: 99999;
}

.slider_wrapper button.slick-next.slick-arrow::before {
  font-size: 40px;
  color: #000;
  opacity: 1;
}

a.Product_Name_li::after {
  content: "";
  width: .375rem;
  height: .375rem;
  margin-left: .5rem;
  border-right: 2px solid #dc1e25;
  border-bottom: 2px solid #dc1e25;
  -webkit-transform: translateY(-10%) rotate(45deg);
  transform: translateY(-10%) rotate(45deg);
  color: #dc1e25;
}



.swiper-container {
  width: 100%;
  height: auto;
}

.carousel-container {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.carousel-slide {
  min-width: 100%;
  box-sizing: border-box;
}
.carousel {
  display: flex;
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .desktop-banner {
      display: none;
  }
  .mobile-banner {
      display: block;
  }
}
.carousel img {
  max-width: 100vw;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.carousel a {
  width: 100%;
}

.controls {
  position: absolute;
  top: 50%;
  width: 97%;
  margin: 0 20px;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.controls button {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 16px;
  border-radius: 50%;
}

.controls button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}




/* explore our range */


.headeing_content h2 {
  font-weight: 700;
  font-size: 34px;
  text-align: center;
}

.Explore_our_jghg {
  margin: 50px 0;
}


.grid-container_explore {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 40px;
  justify-content: center;
}

/* Define the hover effect */
.grid-item:hover .grid-item-heading-bewh {
  animation: shake 0.5s ease-in-out;
}

/* Keyframes for the shaking effect */
@keyframes shake {
  0% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(-5px);
  }

  50% {
    transform: translateX(5px);
  }

  75% {
    transform: translateX(-5px);
  }

  100% {
    transform: translateX(0);
  }
}




.grid-item {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 4px #00000040;
  width: 313px;
  height: 200px;
}

.grid-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
}

.grid-item .overlay {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background-image: linear-gradient(140deg, #5a5a5a 21%, #ffffff00 48%);
  opacity: 1;
  transition: opacity 0.3s ease;
}

.grid-item-heading-bewh {
  font-weight: 700;
  font-size: 21px;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 15px;
  z-index: 1;
  width: 50%;
}

.grid-item.dim .overlay {
  background: #525252;
  /* Black overlay for non-hovered items */
  opacity: 0.9;
  transition: all 0.5s;
}

.view_all_button a {
  background-color: #DC1F24;
  padding: 12px 24px;
  box-shadow: 0 1px 1px #0000000D;
  color: #fff;
  border: none;
  font-size: 20px;
  font-weight: 700;
  border-radius: 8px;
  cursor: pointer;
}

.view_all_button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}



.heading_contact_content h4 p {
  font-size: 20px;
  font-weight: 500;
  width: 100%;
}



/* new product */

section.Trading_product {
  background: #DC1F24;
  height: 330px;
  padding-top: 35px;
  margin-top: 17rem;
}

section.New_product {
  background: #FFE501;
  height: 330px;
  padding-top: 35px;
}

.treding_product_heading h2 span {
  color: #FFE501;
  margin-right: 11px;
}

.treding_product_heading h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #fff;
}

.New_product_heading h2 span {
  color: #DC1F24;
  margin-right: 9px;
}

.New_product_heading h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #343434;
}

.product_list_ul .product_item_li {
  background: #fff;
  width: 260px !important;
  height: 380px;
  border-radius: 5px;
  text-align: center;
  box-shadow: 4px 4px 16px #00000040;
  padding: 30px;
  margin-right: 20px;
  position: relative;
}

img.product_item_image {
  width: 80%;
  margin: 10px auto;
}

.product_list_ul .product_item_li:hover a.product_addtocart_button {
  background-color: #950307;
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.view_all_button a:hover {
  background-color: #950307;
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

h3.product_item_heading {
  font-size: 16px;
  width: 80%;
  margin: auto;
  font-weight: 700;
  line-height: 24px;
  overflow: hidden;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.product_item_price {
  display: flex;
  align-items: end;
  gap: 7px;
  justify-content: center;
  margin-bottom: 15px;
}

.product_item_price p {
  color: #000;
  font-size: 24px;
  font-weight: 600;
}

.product_item_price small {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 3px;
}

a.product_addtocart_button {
  background: #DC1F24;
  padding: 12px 24px;
  color: #fff;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  margin-top: 7px;
  position: absolute;
  bottom: 20px;
  left: 13%;
  right: 50%;
  width: 70%;
}

.product_slider {
  position: relative;
  overflow: hidden;
  margin: auto;
  cursor: pointer;
}

.slider_wrapper {
  display: flex;
  transition: transform 0.3s ease-in-out;
}

.product_list_ul {
  display: flex !important;
  list-style: none;
  padding: 0;
  margin: 0;
  height: 410px;
  gap: 20px;
  width: 100% !important;
}


/* custom engineered */
.custom_engineered_div_eef {
  margin-top: 17rem;
  display: flex;
  gap: 40px;
  border-top: 1px solid #ddd;
  padding-top: 50px;
}

.custom_engineered_content h2 {
  font-size: 28px;
  font-weight: 700;
  color: #000;
}

.custom_engineered_content p {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  line-height: 20px;
  margin: 28px 0 14px 0;
}

.custom_engineered_content {
  width: 40%;
}

.custom_engineered_content a {
  background: #DC1F24;
  padding: 14px 22px;
  display: inline-block;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

li.custom_engineered_item_li {
  width: 33%;
  padding: 10px;
  transition: transform 0.5s ease;
}

li.custom_engineered_item_li img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 8px;
}

li.custom_engineered_item_li p {
  color: #828282;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 25px;
  font-weight: 600;
}

li.custom_engineered_item_li a {
  color: #DC1F24;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
}

li.custom_engineered_item_li h3 {
  font-size: 18px;
  margin: 20px 0 10px;
  line-height: 28px;
  font-weight: 600;
  color: #000;
}

.custom_engineered_slider {
  width: 100%;
  overflow: hidden;
}

.custom_engineered_ul_list {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}




.Premier_manufacturer_jhhjh h3 {
  color: #fae604;
  font-size: 22px;
  font-weight: 600;
}

.Premier_manufacturer_jhhjh p {
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
  color: #fff;
  margin-top: 20px;
}

.manufacturer {
  margin-top: 50px;
}

.Premier_manufacturer_jhhjh {
  background-color: #000;
  padding: 50px 0;
  margin: 50px 0 0;
}

.manufacturer ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.largest_range {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background-color: #fae604;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.manufacturer .largest_range img {
  width: 82px;
  height: 82px;
}

.largest_range_content span {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
}

.largest_range_content h5 {
  font-size: 16px;
  color: #fff;
  margin: 10px 0;
  font-weight: 600;
}

.manufacturer ul li {
  text-align: center;
}

.manufacturer ul li .largest_range_content {
  width: 75%;
  margin: auto;
}




section.main_stores_class {
  background: #FFE501;
  padding: 50px 0;
}

.Our_stores_jhgh {
  display: flex;
  gap: 40px;
}

.Our_stores_heading h3 {
  font-size: 47px;
  font-weight: 700;
}

.Our_stores_heading {
  text-align: center;
}

.Our_stores_heading p {
  font-size: 30px;
  font-weight: 600;
  width: 90%;
  margin: 10px auto 30px;
}

li.Our_stores_links__item a {
  font-size: 17px;
  text-decoration: underline;
  font-weight: 700;
  color: #DC1F24;
  display: block;
  width: 80%;
}

ul.Our_stores_links_list_ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 30px;
}

li.Our_stores_links__item span {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}

li.Our_stores_links__item {
  width: 45%;
}

.Our_stores_map {
  width: 50%;
}

.Our_stores_contant {
  width: 50%;
}

.Our_stores_map img {
  width: 100%;
}

.Our_stores_map p {
  font-size: 20px;
  font-weight: 700;
}

.Our_stores_map p a {
  text-decoration: underline;
  color: #DC1F24;
}

section.newslatter_main_div_fwh {
  background: #DC1F24;
  padding: 40px 0;
}

.newslatter_main_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.newslatter_main_efjhg p {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}

.newslatter_main_eamil_add input::placeholder {
  color: #bfbfbf;
}

.newslatter_main_eamil_add input {
  background: #fff;
  border: none !important;
  padding: 14px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  outline: none !important;
  border-radius: 5px !important;
  width: 100% !important;
  height: 49px !important;
}
.newslatter_main_eamil_add .gform-body.gform_body {
  width: 64%;
}
.newslatter_main_eamil_add div#gform_wrapper_16{
  width: 100%;
}
.newslatter_main_eamil_add {
  display: flex;
  width: 50%;
}
.newslatter_main_eamil_add form#gform_16{
  display: flex;
  align-items: baseline;
  justify-content: end;
}
.newslatter_main_eamil_add input#gform_submit_button_16 {
  background: #000000 !important;
  color: #fff !important;
  border: none !important;
  padding: 9px 30px !important;
  margin-left: -10px !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  border-radius: 0 8px 8px 0 !important;
  height: 50px !important;
}



.footer_content_leftside h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 14px;
  color: #000;
}

.footer_content_leftside p {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 13px;
  color: #000;

}

.footer_content_leftside span {
  color: #454545;
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-bottom: 8px;
}

.footer_content_leftside span a {
  color: #454545;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
}

.footer_content_leftside ul.socail_media_icon {
  display: flex;
  gap: 30px;
  margin-top: 25px;
}

.footer_content_leftside ul.socail_media_icon li a img {
  width: 22px;
}

footer.footer_main_class {
  background: #fff;
  padding: 70px 0px 0;
}

.footer_content_menu_list h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}

ul.footer_menu_list_ul_hwqef li a {
  color: #454545;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  display: inline-block;
}

.footer_content_list {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 70px;
}

ul.payment_metod_list {
  display: flex;
  gap: 12px;
  margin: 20px 0;
  align-items: center;
}

ul.payment_metod_list li img {
  width: 30px;
}

ul.payment_metod_list li:last-child img {
  width: 80px;
}

ul.payment_metod_list li:nth-child(4) img {
  width: 60px;
}

.Footer_bottom {
  background: #ECECEC;
  padding: 20px 0;
}
ul.Footer_bottom_content_list li:first-child a{
  padding: 0 30px 0 0;
}
ul.Footer_bottom_content_list li:first-child a{
  padding: 0 30px 0 0;
}
ul.Footer_bottom_content_list li a {
  font-size: 18px;
  font-weight: 500;
  border-right: 2px solid #000;
  padding: 0 35px;
}

.Footer_bottom_content_wjewh li.menu-item:last-child a {
  border: none;
  padding: 0 0 0 30px;
}

ul.Footer_bottom_content_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.heading_class_contact {
  background-color: #FFE501;
  padding: 50px 0;
}

.heading_contact_content {
  display: flex;
  gap: 60px;
  align-items: center;
}

.heading_contact_content p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

p.ewwfewf {
  display: none;
}

.heading_contact_content h1 {
  font-size: 40px;
  font-weight: 900;
  color: #DC1F24;
}

li#field_2_8 {
  width: 35%;
}

li#field_2_3 {
  width: 65%;
}

ul.Contact_us_tab_list li button {
  background: #ECECEC;
  padding: 17px 30px;
  width: 100%;
  border: none;
  margin-bottom: 13px;
  box-shadow: 0px 1px 2px #0000000D;
  color: #DC1F24;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  border-radius: 8px;
}


.Cntact_us_details_sec {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  margin: 50px 0 20px;
}

.active_tab_contact_g h2 {
  font-size: 30px;
  font-weight: 700;
  color: #343434;
}

.active_tab_contact_g p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #343434;
}

.active_tab_crousel_div img {
  width: 100% ;
  height: 380px;
  border-radius: 10px;
}

.Contact_us_tab_button {
  width: 30%;
}

.active_tab_contact_g {
  width: 40%;
}

.active_tab_details_rg {
  width: 60%;
}

ul.active_tab_details_ul_wgw span {
  color: #DC1F24;
  font-size: 16px;
  font-weight: 700;
  width: 20%;
}

/* ul.active_tab_details_ul_wgw {
  display: flex;
  gap: 40px;
} */

ul.active_tab_details_ul_wgw li {
  display: flex;
  gap: 30px;
  margin-bottom: 25px;
  justify-content: space-between;
}

ul.active_tab_details_ul_wgw p {
  font-size: 16px;
  font-weight: 500;
}

ul.active_tab_details_ul_wgw a {
  font-size: 16px;
  font-weight: 500;
}

.Hours_class_content strong {
  font-size: 16px;
  font-weight: 600;
  display: block;
}


/* li.active_tab_details_contact_li {
  width: 45%;
} */
li.Hours_class_li_ewf {
  flex-direction: column;
}

li.Hours_class_li_ewf {
  width: 100%;
  justify-content: space-around;
}

.Hours_class_content small {
  font-size: 16px;
  font-weight: 500;
  margin-top: 6px;
  display: inline-block;
}

.active_tab_details_contact {
  margin-top: 25px;
}

.get_direction_class img {
  width: 300px;
  height: 140px;
}

.get_direction_class {
  flex-direction: column;
  gap: 10px !important;
}

.get_direction_class a {
  font-size: 18px !important;
  font-weight: 700 !important;
  text-decoration: underline;
  color: #d12020;
}

.conatct_us_section_image img {
  width: 100%;
  /* height: 220px; */
  object-fit: cover;

}

.conatct_us_form_sec {
  background-color: #ffdf00;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}

.enquiries-container {
  background-color: #fff;
  padding: 30px;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  text-align: center;
}

.conatct_us_form_conatiner {
  max-width: 800px;
  text-align: center;
}

.conatct_us_form_conatiner h2 {
  color: #000;
  font-size: 34px;
  margin-bottom: 10px;
  font-weight: 700;
}

.conatct_us_form_conatiner p {
  font-size: 20px;
  color: #000;
  line-height: 33px;
  font-weight: 500;
  margin-bottom: 20px;
}

.conatct_us_form_conatiner a {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
}

.custom_engineered_slider .slick-prev {
  left: 6px;
  z-index: 99999;
}

.custom_engineered_slider .slick-arrow::before {
  font-size: 40px;
  color: #fff !important;
  opacity: 1;
}
.custom_engineered_slider .slick-prev:before {
  content: '←';
  font-size: 40px;
  color: #fff;
  opacity: 1;
}





.responsive-banner {
  width: 100%;
}
/* Form */
.enquiries-form {
  margin-top: 20px;
}

.form-row {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #999;
  border-radius: 4px;
  outline: none;
  font-size: 16px;
  font-weight: 500;
}

.conatct_us_form_sec textarea {
  resize: none;
}

.form-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.file-upload label {
  margin-right: 10px;
  font-size: 14px;
}

.file-upload input {
  padding: 5px;
}

.captcha {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}

/* button {
  background-color: #dc1f24;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  font-weight: bold;
}

button:hover {
  background-color: #b71c1f;
} */

.file-upload {
  width: 100%;
}

.captcha img {
  width: 60%;
}


.header__icon [data-cart-count]::before {
  content: none !important;
}

.heading_contact_content h4 {
  font-size: 20px;
  font-weight: 500;
  width: 100%;
}

.heading_contact_content h4 span {
  font-weight: 700;
  color: #DC1F24;
}







@media screen and (max-width: 430px) {

  .container {
    width: 100%;
    max-width: 100%;
    padding: 0 12px;
  }

  .newslatter_main_content {
    flex-direction: column;
    gap: 20px;
  }

  .newslatter_main_eamil_add {
    width: 100%;
  }

  .top_header_class {
    flex-direction: column;
    align-items: baseline;
    gap: 10px;
  }

  .header-right a {
    font-size: 12px;
  }

  .contact-info span {
    font-size: 12px;
  }

  .header_menu_class {
    flex-wrap: wrap;
    gap: 12px 0;
  }

  .logo img {
    width: 160px;
    margin-right: 18px;
  }

  .search-bar {
    order: 4;
    width: 100%;
    margin-left: 0px;
  }

  .search-bar input {
    padding: 12px 20px 12px 40px;
    font-size: 14px;
  }

  .header_menu_right_part {
    order: 2;
    gap: 12px;
    display: none;
  }

  .mobile-menu-container {
    width: 80% !important;
    z-index: 9999999 !important;
  }

  .cart_div_hvh {
    gap: 9px;
  }

  .header_menu_right_part a {
    font-size: 11px;
  }

  .header_menu_right_part img {
    width: 20px;
  }

  .my_account_hfjh {
    gap: 8px;
  }

  span.cart_conut {
    width: 15px;
    height: 15px;
    font-size: 8px;
  }

  nav.menu_home_destop_bjbh {
    display: none;
  }

  .toggle_mobile_menu {
    display: block;
    order: 2;
  }

  button.hamburger.hamburger--squeeze {
    display: flex;
  }

.template-no-subcategories .product .woocommerce-loop-product__title {
    min-height:  90px!important;
}

  .headeing_content h2 {
    font-size: 24px;
  }

  .grid-item {
    width: 49%;
    height: 130px;
  }

  .grid-item-heading-bewh {
    font-size: 16px;
  }

  .custom_engineered_div_eef {
    flex-direction: column;
  }

  .custom_engineered_content {
    width: 100%;
  }

  .manufacturer ul {
    flex-wrap: wrap;
    gap: 40px;
  }

  .manufacturer ul li {
    text-align: center;
    width: 100%;
  }

  .manufacturer ul li .largest_range_content {
    width: 100%;
  }

  .largest_range_content h5 {
    font-size: 14px;
  }

  .Our_stores_jhgh {
    flex-direction: column;
  }

  .Our_stores_map img {
    width: 100%;
  }

  li.Our_stores_links__item a {
    font-size: 11px;
    width: 100%;
  }

  li.Our_stores_links__item span {
    font-size: 11px;
  }

  .Our_stores_heading p {
    font-size: 14px;
  }

  .Our_stores_heading h3 {
    font-size: 27px;
  }

  .Our_stores_map p {
    font-size: 14px;
  }

  .largest_range {
    height: 100px;
    width: 100px;
  }

  .manufacturer .largest_range img {
    width: 52px;
    height: 52px;
  }

  .Premier_manufacturer_jhhjh p {
    font-weight: 500;
  }

  li.custom_engineered_item_li p {
    font-size: 14px;
    font-weight: 500;
  }

  .view_all_button a {
    font-size: 16px;
  }

  .New_product_heading h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .treding_product_heading h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .top_header_dd {
    display: none;
  }

  .footer_content_list {
    flex-direction: column;
    gap: 40px;
  }

  ul.Footer_bottom_content_list {
    flex-direction: column;
    align-items: baseline;
  }

  ul.Footer_bottom_content_list li a {
    border: none;
    font-size: 12px;
    padding: 0 !important;
  }



  .heading_contact_content {
    flex-direction: column;
    gap: 15px;
    align-items: baseline;
  }

  .Cntact_us_details_sec {
    flex-direction: column;
    gap: 40px 0;
  }

  .Contact_us_tab_button {
    width: 100%;
  }

  .active_tab_contact_g {
    width: 100%;
  }

  ul.active_tab_details_ul_wgw {
    flex-direction: column;
  }

  .active_tab_details_rg>img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }

  .form-footer {
    flex-direction: column;
    gap: 20px;
  }

  .conatct_us_form_conatiner p {
    font-size: 15px;
  }

  .conatct_us_form_conatiner h2 {
    font-size: 30px;
  }

  .conatct_us_form_conatiner {
    max-width: 100%;
    text-align: center;
    margin: 0 10px;
  }

  .Our_stores_map {
    width: 100%;
  }

  .Our_stores_contant {
    width: 100%;
  }

  .header_menu_right_part {
    display: none;
  }

  .active_tab_contacts.active {
    flex-direction: column;
    width: 100% !important;
  }

  .active_tab_contact_g h2 {
    font-size: 24px;
  }

  .active_tab_contact_g p {
    font-size: 14px;
  }

  .active_tab_details_rg {
    width: 100%;
  }

  li.active_tab_details_contact_li {
    width: 100%;
  }

  .controls {
    width: 90% !important;
  }

  li#field_2_7 {
    width: 60% !important;
  }

  .heading_contact_content h4 {
    font-size: 16px !important;
  }
  .product-tab-nav a {
    font-size: 16px !important;
}
.header_menu_rger {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
  body section.product-tabs-section .product-slider-item a.addToCart {
    background: #DC1E24 !important;
    color: #fff !important;
}
section.product-tabs-section {
    padding-bottom: 30px;
}
.woocommerce-page.rwc_product-archive section.product-tabs-section .container {
    padding: 0 !important;
}
 .rwc_product-archive .category-template.custom-product-no-sub-cat .products .product-inner .rwc-add-to-cart-wrapper a.addToCart {
    background: #dc1f24;
    color: #fff;
    font-size: 12px;
    padding: 10px;
    border-radius: 5px;
}
.template-no-subcategories.custom-product-no-sub-cat .product .product-inner {
    padding: 15px;
}
.template-no-subcategories .products .product {
    padding-left: 3px !important;
    padding-right: 3px !important;
    padding-bottom: 8px !important;
}
.custom-product-no-sub-cat h3.woocommerce-loop-product__title {
    margin: 0 0 10px 0;
    line-height: 17px;
    color: #000;
}
.template-no-subcategories.custom-product-no-sub-cat .products {
    margin-left: 0px;
    margin-right: 0px;
}
.template-no-subcategories.custom-product-no-sub-cat .product .product-inner .price{
  margin: 0;
}
.template-no-subcategories.custom-product-no-sub-cat .product .product-inner .price small {
    font-size: 10px;
}
.template-no-subcategories.custom-product-no-sub-cat .product .product-inner .price bdi {
    color: #000;
}



}

@media screen and (max-width: 419px) and (min-width: 120px) {
  .header_menu_rger {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
  .header_menu_right_part {
    display: none;
  }

  .header_menu_class {
    justify-content: space-between;
  }

  .grid-item {
    width: 46%;
    height: 110px;
  }

  .grid-item-heading-bewh {
    font-size: 14px;
  }

  li.Our_stores_links__item {
    width: 40%;
  }

  .search-bar input {
    padding: 12px 0px 12px 40px;
    font-size: 12px;
  }

  .search-bar {
    width: 100%;
    margin-left: 0;
  }

  .grid-container_explore {
    justify-content: center;
  }
    body section.product-tabs-section .product-slider-item a.addToCart {
    background: #DC1E24 !important;
    color: #fff !important;
}
section.product-tabs-section {
    padding-bottom: 30px;
}
.woocommerce-page.rwc_product-archive section.product-tabs-section .container {
    padding: 0 !important;
}
}

@media screen and (max-width: 600px) and (min-width: 431px) {
  .container {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
  }
  .rwc_product-archive .category-template.custom-product-no-sub-cat .products .product-inner .rwc-add-to-cart-wrapper a.addToCart {
    background: #dc1f24;
    color: #fff;
    font-size: 12px;
    padding: 10px;
    border-radius: 5px;
}
.template-no-subcategories.custom-product-no-sub-cat .product .product-inner {
    padding: 15px;
}
.template-no-subcategories .products .product {
    padding-left: 3px !important;
    padding-right: 3px !important;
    padding-bottom: 8px !important;
}
.custom-product-no-sub-cat h3.woocommerce-loop-product__title {
    margin: 0 0 10px 0;
    line-height: 17px;
    color: #000;
}
.template-no-subcategories.custom-product-no-sub-cat .product .product-inner .price{
  margin: 0;
}
.template-no-subcategories.custom-product-no-sub-cat .product .product-inner .price small {
    font-size: 10px;
}
.template-no-subcategories.custom-product-no-sub-cat .product .product-inner .price bdi {
    color: #000;
}
/*----upperside----*/

  .newslatter_main_content {
    flex-direction: column;
    gap: 20px;
  }

  .mobile-menu-container {
    z-index: 9999999 !important;
    width: 80% !important;
  }

  .newslatter_main_eamil_add {
    width: 100%;
  }

  .top_header_class {
    flex-direction: column;
    align-items: baseline;
    gap: 10px;
  }

  .header-right a {
    font-size: 12px;
  }

  .contact-info span {
    font-size: 12px;
  }

  .header_menu_class {
    flex-wrap: wrap;
    gap: 12px 0;
  }

  .logo img {
    width: 160px;
    margin-right: 18px;
  }

  .search-bar {
    order: 4;
    width: 100%;
    margin-left: 0px;
  }

  .search-bar input {
    padding: 12px 20px 12px 40px;
    font-size: 14px;
  }

  .header_menu_right_part {
    order: 2;
    gap: 12px;
  }

  .cart_div_hvh {
    gap: 9px;
  }

  .header_menu_right_part a {
    font-size: 11px;
  }

  .header_menu_right_part img {
    width: 20px;
  }

  .my_account_hfjh {
    gap: 8px;
  }

  span.cart_conut {
    width: 15px;
    height: 15px;
    font-size: 8px;
  }

  nav.menu_home_destop_bjbh {
    display: none;
  }

  .toggle_mobile_menu {
    display: block;
    order: 2;
  }

  button.hamburger.hamburger--squeeze {
    display: flex;
  }
.header_menu_rger {
    padding-left: 0px !important;
    padding-right: 0px !important;
}


  .headeing_content h2 {
    font-size: 24px;
  }

  .grid-item {
    width: 49%;
    height: 130px;
  }

  .grid-item-heading-bewh {
    font-size: 16px;
  }

  .custom_engineered_div_eef {
    flex-direction: column;
  }

  .custom_engineered_content {
    width: 100%;
  }

  .manufacturer ul {
    flex-wrap: wrap;
    gap: 40px;
  }

  .manufacturer ul li {
    text-align: center;
    width: 44%;
  }

  .manufacturer ul li .largest_range_content {
    width: 100%;
  }

  .largest_range_content h5 {
    font-size: 14px;
  }

  .Our_stores_jhgh {
    flex-direction: column;
  }

  .Our_stores_map img {
    width: 100%;
  }

  li.Our_stores_links__item a {
    font-size: 11px;
    width: 100%;

  }

  li.Our_stores_links__item span {
    font-size: 11px;
  }

  .Our_stores_heading p {
    font-size: 14px;
  }

  .Our_stores_heading h3 {
    font-size: 27px;
  }

  .Our_stores_map p {
    font-size: 14px;
  }

  .largest_range {
    height: 100px;
    width: 100px;
  }

  .manufacturer .largest_range img {
    width: 52px;
    height: 52px;
  }

  .Premier_manufacturer_jhhjh p {
    font-weight: 500;
  }

  li.custom_engineered_item_li p {
    font-size: 14px;
    font-weight: 500;
  }

  .view_all_button a {
    font-size: 16px;
  }

  .header_menu_right_part {
    display: none;
  }

  .New_product_heading h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .treding_product_heading h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }


  .footer_content_list {
    flex-wrap: wrap;
    gap: 40px;
  }

  .footer_content_leftside h3 {
    font-size: 20px;
  }

  ul.Footer_bottom_content_list {
    flex-wrap: wrap;
  }

  ul.Footer_bottom_content_list li {
    width: 40%;
  }

  ul.Footer_bottom_content_list li a {
    border: none;
    font-size: 12px;
    padding: 0 !important;
  }

  .heading_contact_content {
    flex-direction: column;
    gap: 15px;
    align-items: baseline;
  }

  .Cntact_us_details_sec {
    flex-direction: column;
    gap: 40px 0;
  }

  .Contact_us_tab_button {
    width: 100%;
  }

  .active_tab_contact_g {
    width: 100%;
  }

  ul.active_tab_details_ul_wgw {
    flex-direction: column;
  }

  .active_tab_details_rg>img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }

  .form-footer {
    flex-direction: column;
    gap: 20px;
  }

  .top_header_dd {
    display: none;
  }

  .conatct_us_form_conatiner p {
    font-size: 15px;
  }

  .conatct_us_form_conatiner h2 {
    font-size: 30px;
  }

  .conatct_us_form_conatiner {
    max-width: 100%;
    text-align: center;
    margin: 0 10px;
  }

  .Our_stores_map {
    width: 100%;
  }

  .Our_stores_contant {
    width: 100%;
  }

  .active_tab_contacts.active {
    flex-direction: column;
    width: 100% !important;
  }

  .active_tab_contact_g h2 {
    font-size: 24px;
  }

  .active_tab_contact_g p {
    font-size: 14px;
  }

  .active_tab_details_rg {
    width: 100%;
  }

  li.active_tab_details_contact_li {
    width: 100%;
  }

  li#field_2_7 {
    width: 60% !important;
  }

  .heading_contact_content h4 {
    font-size: 16px !important;
  }
  .controls {
    width: 94% !important;
  }
  body section.product-tabs-section .product-slider-item a.addToCart {
    background: #DC1E24 !important;
    color: #fff !important;
}
section.product-tabs-section {
    padding-bottom: 30px;
}
.woocommerce-page.rwc_product-archive section.product-tabs-section .container {
    padding: 0 !important;
}

}



@media screen and (max-width: 768px) and (min-width: 601px) {
  .container {
    width: 100%;
    max-width: 100%;
    padding: 0 12px;
  }
    .rwc_product-archive .category-template.custom-product-no-sub-cat .products .product-inner .rwc-add-to-cart-wrapper a.addToCart {
    background: #dc1f24;
    color: #fff;
    font-size: 12px;
    padding: 10px;
    border-radius: 5px;
}
.template-no-subcategories.custom-product-no-sub-cat .product .product-inner {
    padding: 15px;
}
.template-no-subcategories .products .product {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 0px !important;
}
.custom-product-no-sub-cat h3.woocommerce-loop-product__title {
    margin: 0 0 10px 0;
    line-height: 17px;
    color: #000;
}
.template-no-subcategories.custom-product-no-sub-cat .product .product-inner .price{
  margin: 0;
}
.template-no-subcategories.custom-product-no-sub-cat .product .product-inner .price small {
    font-size: 10px;
}
.template-no-subcategories.custom-product-no-sub-cat .product .product-inner .price bdi {
    color: #000;
}
.template-no-subcategories.custom-product-no-sub-cat .products {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 25px;
}

body.template-no-subcategories.custom-product-no-sub-cat  .products .product {
    flex: 0 0 calc(33.33% - 0px);
    width: calc(33.33% - 0px);
}
  .toggle_mobile_menu {
    display: block;
    order: 2;
  }

  .header_menu_right_part {
    display: none;
  }

  .mobile-menu-container {
    z-index: 9999999 !important;
    width: 80% !important;
  }

  button.hamburger.hamburger--squeeze {
    display: flex;
  }

  .newslatter_main_content {
    flex-direction: column;
    gap: 20px;
  }

  .newslatter_main_eamil_add {
    width: 70%;
  }

  .header-right a {
    font-size: 10px;
  }

  .contact-info span {
    font-size: 10px;
  }

  .logo img {
    width: 250px;
  }

  .search-bar {
    width: 100%;
    margin-left: 0;
  }

  li.Our_stores_links__item a {
    font-size: 11px;
    width: 100%;

  }
  .header_menu_class {
    flex-wrap: wrap;
    gap: 12px 0;
  }

  .search-bar {
    order: 4;
  }

  .top_header_dd {
    display: none;
  }

  .search-bar input {
    padding: 12px 20px 12px 40px;
    font-size: 14px;
  }

  .header_menu_right_part {
    order: 2;
    gap: 12px;
  }

  .cart_div_hvh {
    gap: 9px;
  }



  .my_account_hfjh {
    gap: 8px;
  }

  span.cart_conut {
    width: 15px;
    height: 15px;
    font-size: 8px;
  }

  nav.menu_home_destop_bjbh {
    display: none;
  }



  .headeing_content h2 {
    font-size: 24px;
  }

  .grid-item {
    width: 32%;
    height: 130px;
  }

  .grid-item-heading-bewh {
    font-size: 16px;
  }

  .custom_engineered_div_eef {
    flex-direction: column;
  }

  .custom_engineered_content {
    width: 100%;
  }

  .manufacturer ul {
    flex-wrap: wrap;
    gap: 40px;
    justify-content: flex-start;
  }

  .manufacturer ul li {
    text-align: center;
    width: 29%;
  }

  .manufacturer ul li .largest_range_content {
    width: 100%;
  }

  .largest_range_content h5 {
    font-size: 14px;
  }

  .Our_stores_jhgh {
    flex-direction: column;
  }

  .Our_stores_map img {
    width: 100%;
  }


  .Our_stores_heading p {
    font-size: 14px;
  }

  .Our_stores_heading h3 {
    font-size: 27px;
  }

  .Our_stores_map p {
    font-size: 14px;
  }

  .largest_range {
    height: 100px;
    width: 100px;
  }

  .manufacturer .largest_range img {
    width: 52px;
    height: 52px;
  }

  .Premier_manufacturer_jhhjh p {
    font-weight: 500;
  }

  li.custom_engineered_item_li p {
    font-size: 14px;
    font-weight: 500;
  }

  .view_all_button a {
    font-size: 16px;
  }
  ul.custom_engineered_ul_list .slick-next {
    top: 35% !important;
  }
  ul.custom_engineered_ul_list .slick-prev {
    top: 35% !important;
  }

  .New_product_heading h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .treding_product_heading h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .footer_content_list {
    flex-wrap: wrap;
    gap: 40px;
  }

  .footer_content_leftside h3 {
    font-size: 20px;
  }

  ul.Footer_bottom_content_list {
    flex-wrap: wrap;
  }

  ul.Footer_bottom_content_list li {
    width: 30%;
  }

  ul.Footer_bottom_content_list li a {
    border: none;
    font-size: 12px;
    padding: 0 !important;

  }

  .footer_content_menu_list {
    width: 40%;
  }

  .footer_content_leftside {
    width: 40%;
  }

  .heading_contact_content {
    flex-direction: column;
    gap: 15px;
    align-items: baseline;
  }

  .Cntact_us_details_sec {
    flex-direction: column;
    gap: 40px 0;
  }

  .Contact_us_tab_button {
    width: 100%;
  }

  .active_tab_contact_g {
    width: 100%;
  }

  .active_tab_details_rg>img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }

  .form-footer {
    flex-direction: column;
    gap: 20px;
  }

  .conatct_us_form_conatiner p {
    font-size: 15px;
  }

  .conatct_us_form_conatiner h2 {
    font-size: 30px;
  }

  .conatct_us_form_conatiner {
    max-width: 100%;
    text-align: center;
    margin: 0 10px;
  }

  .Our_stores_map {
    width: 100%;
  }

  .Our_stores_contant {
    width: 100%;
  }

  .search form {
    max-width: 100% !important;
  }

  .active_tab_contacts.active {
    flex-direction: column;
    width: 100% !important;
  }

  .active_tab_contact_g h2 {
    font-size: 24px;
  }

  .active_tab_contact_g p {
    font-size: 14px;
  }

  .active_tab_details_rg {
    width: 100%;
  }

  li.active_tab_details_contact_li {
    width: 100%;
  }

  .heading_contact_content h4 {
    font-size: 16px !important;
  }
    body section.product-tabs-section .product-slider-item a.addToCart {
    background: #DC1E24 !important;
    color: #fff !important;
}
section.product-tabs-section {
    padding-bottom: 30px;
}
.woocommerce-page.rwc_product-archive section.product-tabs-section .container {
    padding: 0 !important;
}

}

@media screen and (max-width: 900px) and (min-width: 769px) {

  .container {
    width: 100%;
    max-width: 100%;
    padding: 0 12px;
  }

  .toggle_mobile_menu {
    display: block;
    order: 2;
  }

  button.hamburger.hamburger--squeeze {
    display: flex;
  }

  .header-right a {
    font-size: 10px;
  }

  .mobile-menu-container {
    z-index: 9999999 !important;
    width: 80% !important;
  }

  .contact-info span {
    font-size: 10px;
  }

  .logo img {
    width: 250px;
  }

  .search-bar {
    width: 100%;
    margin-left: 0;
  }

  .header_menu_class {
    flex-wrap: wrap;
    gap: 12px 0;
  }

  .search-bar {
    order: 4;
  }


  .search-bar input {
    padding: 12px 20px 12px 40px;
    font-size: 14px;
  }

  .header_menu_right_part {
    /* order: 2; */
    gap: 12px;
  }

  .cart_div_hvh {
    gap: 9px;
  }

  .my_account_hfjh {
    gap: 8px;
  }

  span.cart_conut {
    width: 15px;
    height: 15px;
    font-size: 8px;
  }

  nav.menu_home_destop_bjbh {
    display: none;
  }




  .headeing_content h2 {
    font-size: 24px;
  }

  .grid-item {
    width: 32%;
    height: 130px;
  }

  .grid-item-heading-bewh {
    font-size: 16px;
  }

  .custom_engineered_div_eef {
    flex-direction: column;
  }

  .custom_engineered_content {
    width: 100%;
  }

  .manufacturer ul {
    flex-wrap: wrap;
    gap: 40px;
    justify-content: flex-start;
  }

  .manufacturer ul li {
    text-align: center;
    width: 29%;
  }

  .manufacturer ul li .largest_range_content {
    width: 100%;
  }

  .largest_range_content h5 {
    font-size: 14px;
  }




  .Our_stores_map img {
    width: 100%;
  }


  .Our_stores_heading p {
    font-size: 14px;
  }

  .Our_stores_heading h3 {
    font-size: 27px;
  }

  .Our_stores_map p {
    font-size: 14px;
  }

  .largest_range {
    height: 100px;
    width: 100px;
  }

  .manufacturer .largest_range img {
    width: 52px;
    height: 52px;
  }

  .Premier_manufacturer_jhhjh p {
    font-weight: 500;
  }

  li.custom_engineered_item_li p {
    font-size: 14px;
    font-weight: 500;
  }

  .view_all_button a {
    font-size: 16px;
  }

  .New_product_heading h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .treding_product_heading h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .footer_content_list {
    flex-wrap: wrap;
    gap: 40px;
  }

  .footer_content_leftside h3 {
    font-size: 20px;
  }

  ul.Footer_bottom_content_list {
    flex-wrap: wrap;
  }

  ul.Footer_bottom_content_list li {
    width: 30%;
  }

  ul.Footer_bottom_content_list li a {
    border: none;
    font-size: 12px;
    padding: 0 !important;

  }

  .footer_content_menu_list {
    width: 40%;
  }

  .footer_content_leftside {
    width: 40%;
  }


  .heading_contact_content {
    flex-direction: column;
    gap: 15px;
    align-items: baseline;
  }

  .Cntact_us_details_sec {
    flex-wrap: wrap;
    gap: 40px 0;
  }

  .Contact_us_tab_button {
    width: 100%;
  }

  ul.Contact_us_tab_list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .active_tab_contact_g {
    width: 100%;
  }


  .active_tab_details_rg>img {
    width: 100%;
    border-radius: 10px;
  }

  .form-footer {
    gap: 20px;
  }

  .conatct_us_form_conatiner p {
    font-size: 15px;
  }

  .conatct_us_form_conatiner h2 {
    font-size: 30px;
  }

  .conatct_us_form_conatiner {
    max-width: 100%;
    text-align: center;
    margin: 0 10px;
  }

  .search form {
    max-width: 100% !important;
  }

  .active_tab_contacts.active {
    flex-direction: column;
    width: 100% !important;
  }

  .active_tab_contact_g h2 {
    font-size: 24px;
  }

  .active_tab_contact_g p {
    font-size: 14px;
  }

  .active_tab_details_rg {
    width: 100%;
  }
 
  li.active_tab_details_contact_li {
    width: 100%;
  }

  .heading_contact_content h4 {
    font-size: 16px !important;
  }
  .woocommerce-page.rwc_product-archive section.product-tabs-section .container {
    padding: 0 !important;
}
body.template-no-subcategories.custom-product-no-sub-cat  .products .product {
    flex: 0 0 calc(33.33% - 0px);
    width: calc(33.33% - 0px);
}
}


@media screen and (max-width: 1025px) and (min-width: 901px) {
  .container {
    width: 100%;
    max-width: 100%;
    padding: 0 12px;
  }


  .header-right a {
    font-size: 10px;
  }

  .contact-info span {
    font-size: 10px;
  }

  .logo img {
    width: 250px;
  }

  .search-bar {
    width: 100%;
    margin-left: 0;
  }

  .header_menu_class {
    flex-wrap: wrap;
    gap: 12px 0;
  }

  .search-bar {
    order: 4;
  }

  .toggle_mobile_menu {
    display: block;
    order: 2;
  }

  .mobile-menu-container {
    z-index: 9999999 !important;
    width: 80% !important;
  }

  button.hamburger.hamburger--squeeze {
    display: flex;
  }

  .search-bar input {
    padding: 12px 20px 12px 40px;
    font-size: 14px;
  }

  .header_menu_right_part {
    gap: 12px;
  }

  .cart_div_hvh {
    gap: 9px;
  }

  .my_account_hfjh {
    gap: 8px;
  }

  span.cart_conut {
    width: 15px;
    height: 15px;
    font-size: 8px;
  }

  nav.menu_home_destop_bjbh {
    display: none;
  }


.template-no-subcategories.custom-product-no-sub-cat .products .product {
    flex: 0 0 calc(25% - 0px);
    width: calc(25% - 0px);
}

  .headeing_content h2 {
    font-size: 24px;
  }

  .grid-item {
    width: 24%;
    height: 130px;
  }

  .grid-item-heading-bewh {
    font-size: 16px;
  }

  .custom_engineered_div_eef {
    flex-direction: column;
  }

  .custom_engineered_content {
    width: 100%;
  }

  .manufacturer ul {
    flex-wrap: wrap;
    gap: 40px;
    justify-content: flex-start;
  }

  .manufacturer ul li {
    text-align: center;
    width: 29%;
  }

  .manufacturer ul li .largest_range_content {
    width: 100%;
  }

  .largest_range_content h5 {
    font-size: 14px;
  }

  .Our_stores_map img {
    width: 100%;
  }


  .Our_stores_heading p {
    font-size: 14px;
  }

  .Our_stores_heading h3 {
    font-size: 27px;
  }

  .Our_stores_map p {
    font-size: 14px;
  }

  .largest_range {
    height: 100px;
    width: 100px;
  }

  .manufacturer .largest_range img {
    width: 52px;
    height: 52px;
  }

  .Premier_manufacturer_jhhjh p {
    font-weight: 500;
  }

  li.custom_engineered_item_li p {
    font-size: 14px;
    font-weight: 500;
  }

  .view_all_button a {
    font-size: 16px;
  }

  .New_product_heading h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .treding_product_heading h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .footer_content_list {
    flex-wrap: wrap;
    gap: 40px;
  }

  .footer_content_leftside h3 {
    font-size: 20px;
  }

  ul.Footer_bottom_content_list {
    flex-wrap: wrap;
  }

  ul.Footer_bottom_content_list li {
    width: 30%;
  }

  ul.Footer_bottom_content_list li a {
    border: none;
    font-size: 12px;
    padding: 0 !important;

  }

  .footer_content_menu_list {
    width: 30%;
  }

  .footer_content_leftside {
    width: 30%;
  }



  .heading_contact_content {
    flex-direction: column;
    gap: 15px;
    align-items: baseline;
  }

  .Cntact_us_details_sec {
    flex-wrap: wrap;
    gap: 40px 0;
  }

  .Contact_us_tab_button {
    width: 100%;
  }

  ul.Contact_us_tab_list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .active_tab_contact_g {
    width: 48%;
  }
  li.Our_stores_links__item a {
    font-size: 11px;
    width: 100%;
  }


  .active_tab_details_rg>img {
    width: 100%;
    border-radius: 10px;
  }

  .form-footer {
    gap: 20px;
  }

  .conatct_us_form_conatiner p {
    font-size: 15px;
  }

  .conatct_us_form_conatiner h2 {
    font-size: 30px;
  }

  .conatct_us_form_conatiner {
    max-width: 100%;
    text-align: center;
    margin: 0 10px;
  }

  .search form {
    max-width: 100% !important;
  }

  /* .header_menu_right_part {
    display: none;
} */
  .active_tab_contacts.active {
    width: 100% !important;
  }

  .active_tab_contact_g h2 {
    font-size: 24px;
  }

  .active_tab_contact_g p {
    font-size: 14px;
  }

  .active_tab_details_rg {
    width: 100%;
  }

  li.active_tab_details_contact_li {
    width: 100%;
  }
}


@media (max-width: 1640px)  {

.footer_main_class .container, section.newslatter_main_div_fwh .container, section.product-category-banner .container, section.product-subcategory .container, .header_menu_rger, {
    padding-left: 20px !important ;
    padding-right: 20px !important;
}
/*.single-product:not(body.single-product) .rwc_recently_viewed {
    margin: 0 -20px !important;
}
.single-product:not(body.single-product) .rwc_recently_viewed .container {
    padding: 0 20px !important;
}*/
main .woocommerce .single-product .container, main .woocommerce .single-product .product-shipping, main .woocommerce .single-product .rwc_recently_viewed {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
}

@media screen and (max-width: 1540px) and (min-width: 1030px) {
/*  .menu_home_destop_bjbh .large-shrink.header-menu-2.menu_list>.header-menu>li>a {
    font-size: 13px !important;
  }*/

  .container {
    max-width: 1320px !important;
  }

  .logo img {
    width: 200px !important;
  }

  .search-bar input[type="search"] {
    height: 50px !important;
  }

  .search-bar button.button.-wide {
    height: 50px !important;
  }

  .search_icon {
    top: 15px;
  }
  ul.Footer_bottom_content_list {
    justify-content: flex-start;
    flex-wrap: wrap;
}
  ul#menu-our-range>li>a {
    padding: 0 30px !important;
}
ul#menu-main-services-1 {
    justify-content: flex-start !important;
}
  .toggle_home_menu a {
    margin-left: 0px ;
    margin-right: 0px;
  }
  .grid-item {
    width: 257px !important;
    height: 150px !important;
}
ul.Footer_bottom_content_list li a {
  font-size: 14px;
}
.main_header_class .container:has(.menu_home_destop_bjbh) {
    margin: 0;
}
.header_menu_right_part a, .my_account_hfjh {
    gap: 6px;
}
body .menu_home_destop_bjbh .large-shrink.header-menu-2.menu_list>.header-menu>li>a, .menu_home_destop_bjbh .large-shrink.header-menu-2.menu_list>ul#menu-main-services-1>li:last-child a, ul#menu-our-range a.Product_Name_li {
    padding: 0 30px !important;
    font-size: 18px !important;
}
.header_menu_right_part a {
    font-size: 12px !important;
}
.main_header_class .header_menu_right_part {
    gap: 10px;
}
.main_header_class .header_menu_class {
    gap: 0px !important;
}

.main_header_class .header_menu_rger {
    padding: 10px 10px;
}
.toggle_home_menu a {
    margin: 0 !important;
}

}


@media screen and (max-width: 1638px) and (min-width: 1541px){
.toggle_home_menu a {
    margin: 0 !important;
}
.menu_home_destop_bjbh .large-shrink.header-menu-2.menu_list>.header-menu>li>a {
    padding: 0 52px !important;
}
ul#menu-main-services-1 {
    justify-content: flex-start !important;
}
ul.Footer_bottom_content_list li a {
    font-size: 16px !important;
    padding: 0 34px !important;
}
}

/* @media (width <= 1520px) {



.menu_home_destop_bjbh .large-shrink.header-menu-2.menu_list>.header-menu>li>a {font-size:16px;}

.menu_home_destop_bjbh .large-shrink.header-menu-2.menu_list {width: auto !important;}

.grid-item {width: 265px !important; height: 160px !important;}

.Footer_bottom_content_list li a {font-size:12px !important;}
  
}

.main {padding: 0px;} */



@media screen and (max-width: 480px) {
.woocommerce-page.rwc_product-archive section.product-tabs-section {
    padding-left: 14px;
    padding-right: 14px;
}
.product-tabs-section  .product-tab-nav {
    justify-content: center !important;
}


}
