/** Shopify CDN: Minification failed

Line 11:0 All "@import" rules must come first

**/
@font-face {
  font-family: Husqvarna-Gothic;
  src: url("/cdn/shop/files/husqvarna_gothic_bold.8e36f501.ttf");
}

@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --font-1: "Husqvarna-Gothic";
  --font-2: "Roboto", sans-serif;
}

h1 {
  font-family: var(--font-1) !important;
}
.template-search a.buy_now.js_quick_view.button-quick-view {
    display: none;
}
/* width */
body::-webkit-scrollbar,
html::-webkit-scrollbar {
  width: 5px !important;
}

body::-webkit-scrollbar-track,
html::-webkit-scrollbar-track {
  background: #eeeeee !important;
}

body::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb {
  background: #273a60 !important;
}

body::-webkit-scrollbar-thumb:hover,
html::-webkit-scrollbar-thumb:hover {
  background: #273a60 !important;
}

/* ========== Header =========== */
.header-top-meta.col-md-3 {
  max-width: 110px;
}

.header .header-top .header-logo {
  display: flex;
  max-width: 18%;
  align-items: flex-start;
  padding: 0;
}

.header .header-control li:first-child {
  padding-top: 4px;
  flex: 0 100%;
  max-width: 60px;
}

.search-bar .header-search .search_header .row {
  width: 100%;
  max-width: 100%;
}

.mini_cart_wrap {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
}

.search-bar .header-search .search_header {
  width: 100%;
  max-width: 879px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

a.custom_text_find_model {
  font-family: var(--font-2) !important;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  color: #273a60;
  max-width: 123px;
}

/* ======== Megamenu ========= */
.custom_menu_collection_wrapper {
  flex: unset !important;
  width: 100% !important;
  max-width: 100%;
  display: flex !important;
  align-items: start;
  justify-content: start;
  gap: 90px;
  padding: 0 !important;
}

.custom_menu_collection_wrapper .cat_space_item {
  min-width: 336px !important;
  margin: 0 0 0 auto !important;
}

.header .menu-item.has-children.type_mega a.cms-item-title .icon-chevron-down {
  display: none !important;
}

.collections_list_wrapper {
  max-width: 295px;
  min-width: 295px;
  height: 100%;
}

.collection_titles_inr .collection_list_title span {
  font-family: var(--font-2) !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  color: #3d3d3c;
}

.collection_titles_inr .collection_list_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px 10px 10px;
  margin: 0 0 12px;
  border-radius: 13px;
  font-family: var(--font-2) !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  color: #3d3d3c;
  cursor: pointer;
  height: 44px;
}

.collection_titles_inr .collection_list_title.active {
  background: #f5f5f5;
}

.collection_titles_inr .collection_list_title svg {
  width: 7px;
  height: 14.01px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inner_collection_products .inner_product_item_menu {
  display: flex;
  justify-content: start;
  gap: 20px;
}

.inner_collection_products {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.title_product {
  display: flex;
  justify-content: start;
  align-items: center;
}

.title_product a {
  font-family: var(--font-2) !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  color: #000000;
}

.cat_grid_item__title .sub_heading {
  font-family: Roboto;
  font-weight: 300;
  font-size: 14px;
  line-height: 37px;
  letter-spacing: 0;
  color: #fff;
  text-align: start !important;
  width: 100%;
  display: flex;
}

.header-nav-inner #menu-main-menu li.menu-item:hover i.icon-chevron-down {
  /* border-bottom: 1px solid #273A60; */
  transform: rotate(180deg);
}

@media screen and (max-width: 1350px) {
  .submenu.mega-menu.mega-menu1>.full {
    max-width: 1200px !important;
  }
}

@media screen and (max-width: 1250px) {
  .submenu.mega-menu.mega-menu1>.full {
    max-width: 1120px !important;
  }

  .custom_menu_collection_wrapper {
    gap: 40px;
  }
}

@media screen and (max-width: 1150px) {
  .submenu.mega-menu.mega-menu1>.full {
    max-width: 1070px !important;
  }

  .custom_menu_collection_wrapper {
    gap: 20px;
  }
}

/* ======= Slideshow Banner =======  */
.hero-search-section {
  background-size: cover;
  background-position: center;
  padding: 50px 0px;
  position: relative;
  color: #fff;
  min-height: 491.02px;
  max-height: 491.02px;
  display: flex;
  justify-content: start;
  align-items: center;
}

@media (max-width: 767px) {
  .hero-search-section {
    background-image: url("{{ section.settings.mobile_bg | img_url: " master" }}");
  }
}

.hero-search-wrapper {
  width: 100%;
  max-width: 100%;
}

.hero-search-wrapper .inner_wrapper_search .search-fields .select_item {
  color: #000;
  max-width: 44.2% !important;
  width: 100% !important;
  height: 42px;
  background: #eeeeee;
  border: none;
  font-family: var(--font-2) !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0px;
  border-radius: 6px;
  padding: 0 10px 0 15px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 5px;
}

.hero-search-wrapper .inner_wrapper_search .search-fields .select_item span {
  font-family: var(--font-2) !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0px;
  color: #3d3d3c;
}

.inner_wrapper_search {
  max-width: 610px;
}

.hero-text h1 {
  font-family: var(--font-1) !important;
  font-weight: 600;
  font-size: 56px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #ffffff;
  margin: 0 0 30px !important;
}

.hero-text p {
  font-family: var(--font-2) !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0px;
  color: #ffffff;
  max-width: 90%;
  margin: 0 0 35px;
}

.hero-search-box {
  background: #ffffff;
  padding: 14px 24px 14px;
  border-radius: 6px;
  display: inline-block;
  width: 100%;
  margin-top: 0px;
}

.hero-search-box label.search-title {
  font-family: var(--font-1) !important;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0;
  color: #273a60;
  opacity: 1;
  margin: 0 0 10px;
  visibility: visible;
}

.search-fields {
  display: flex;
  gap: 7px;
  justify-content: start;
  /* align-items: center; */
  /* flex-wrap: wrap; */
}

.datadropdown {
    width: 30%;
    height:max-content;
    min-height:max-content;
    max-height:max-content;
}
.datadropdown select {
    font-size: 14px;
    font-weight: 600;
    color: #474747;
    background: #eee;
    border: 0;
    width: 100%;
    position: relative;
        overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(/cdn/shop/files/Vector_7.png?v=1776266350);
    background-repeat: no-repeat;
    background-position: right 10px center;
    height: 42px;
    border-radius: 6px;
    padding:10px;
}
.search-btn {
  background: #273a60;
  color: #fff;
  cursor: pointer;
  border: none;
  height: 42px;
  width: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
}
.home_search {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
cursor: pointer;
}
.search-btn {
width: 40px;
height: 40px;
}



.search-btn a svg {
  display: flex;
  color: #fff;
}

.widget_footer .logo_footer img {
  max-width: 251px;
  margin: 0 0 20px;
}

/* ================= SHOP BY CATEGORY ================= */
.shop-by-category {
  padding: 60px 0px;
  background: #fff;
}

.shop-by-category .slick-prev:before,
.shop-by-category .slick-next:before,
.shop-by-category .slick-prev:before,
.shop-by-category .slick-next:before {
  display: none !important;
}

.shop-by-category button.slick-arrow {
  box-shadow: 3px 2px 10px 0px #00000012;
  background: #ffffff;
  border-radius: 15px;
  width: 48px;
  height: 48px;
  /* right: -8px; */
}

.shop-by-category button.slick-next {
  right: -8px;
}

.shop-by-category button.slick-prev {
  left: -8px;
}

.shop-by-category button.slick-arrow.slick-disabled {
  opacity: 0.5;
  cursor: no-drop;
}

.shop-by-category .header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}

.shop-by-category h2 {
  font-family: var(--font-1) !important;
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 0px;
  color: #000;
}

.shop-by-category .view-all {
  text-decoration: underline;
  color: #3d3d3c;
  font-family: var(--font-2) !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 46px;
  letter-spacing: 0px;
  transition: 0.3s ease-in;
}

.shop-by-category .view-all:hover {
  color: #273A60;
  transition: 0.3s ease-in;
}

.shop-by-category .view-all svg {
  transition: 0.3s ease-in;
}

.shop-by-category .view-all:hover svg {
  transform: translateX(10px);
  transition: 0.3s ease-in;
}

.category-card {
  background: #f4f4f3;
  box-shadow: 0px 0px 4px 0px #00000017;
  padding: 30px 30px 35px;
  margin: 0 15px;
  border-radius: 20px;
  text-align: center;
  transition: 0.3s ease-in;
  border: 1px solid #f4f4f3;
}

.category-card:hover {
  background: #fff;
  transition: 0.3s ease-in;
  border: 1px solid #f4f4f3;
}

.category-card a {
  text-decoration: none;
  color: inherit;
}

.category-slider {
  margin-left: -15px;
  margin-right: -15px;
}

.category-card img {
  max-width: 100%;
  margin-bottom: 50px;
}

.category-card .card-title {
  font-family: var(--font-1) !important;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0;
  text-align: start;
  color: #000000;
  min-height: 58px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.category-slider {
  display: none;
}

.category-grid-mobile {
  display: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 20px;
}

.load-more-mobile {
  display: none;
  margin: 20px auto 0;
  padding: 10px 20px;
  background: #273a60;
  color: #fff;
  border: none;
  border-radius: 15px;
  cursor: pointer;
  width: 100%;
  height: 48px;
  font-family: var(--font-1) !important;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .category-slider {
    display: block;
  }
}

@media (max-width: 767px) {
  .category-grid-mobile {
    display: grid;
  }

  .load-more-mobile {
    display: block;
  }
}

/* ========== CUSTOM HOME ICON TEXTS ============ */
.search-options-section {
  position: relative;
  background-color: #0e2a4d;
}

.search-options-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.search-options-container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  max-width: 1210px;
  margin: 0 auto;
  /* padding: 0 15px; */
}

.search-card {
  background: white;
  padding: 51px 50px 51px 30px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.search-card-icon img {
  max-width: 45px;
  min-height: 35px;
  max-height: 35px;
  object-fit: contain;
}

.search-card h3 {
  margin: 0 0 18px;
  font-family: var(--font-1) !important;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0;
  color: #000000;
  min-height: 57.59px;
}

.search-card p {
  font-family: var(--font-2) !important;
  font-weight: 600;
  font-size: 18px;
  line-height: 123%;
  letter-spacing: 0;
  color: #3d3d3c;
  margin: 0 0 20px;
}

.search-card-link {
  margin-top: auto;
  text-decoration: none;
  font-family: var(--font-1) !important;
  font-weight: 600;
  font-size: 14px;
  line-height: 29px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 12px 0 0;
  color: #273a60;
}

.search-card-link span {
  margin-left: 5px;
  transition: margin-left 0.2s ease;
}

.search-card-link:hover span {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .search-options-container {
    grid-template-columns: 1fr;
  }

  .search-card-link {
    padding: 0 0;
  }
}

/* ======  About With Cards Section ====== */
.about-cards {
  background: #f9f9f8;
  padding: 60px 0;
  position: relative;
}

.about-cards-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 97px;
  align-items: start;
  position: relative;
  z-index: 9;
  max-width: 1130px;
  margin: 0 auto;
  /* max-width: 1200px;
  margin: 0 auto; */
  /* padding: 0 20px; */
}

.about-cards-left {
  padding: 47px 0 0;
}

.about-cards img.about_cards_img {
  position: absolute;
  bottom: 77px;
  left: 1px;
  z-index: 1;
}

.about-cards-left .subheading {
  color: #273a60;
  font-family: var(--font-2) !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  margin: 0 0 20px;
}

.about-cards-left .heading {
  font-family: var(--font-1) !important;
  font-weight: 600;
  font-size: 56px;
  color: #000000;
  line-height: 100%;
  letter-spacing: 0px;
  margin-bottom: 40px;
}

.about-cards-left .paragraph {
  margin-bottom: 40px;
  font-family: var(--font-2) !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0;
  color: #3d3d3c;
  max-width: 428px;
}

.about-btn {
  background: #273a60;
  border: 1px solid #273a60;
  color: #fff;
  padding: 8px 24px;
  border-radius: 8px;
  text-decoration: none;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 142px;
  transition: 0.3s ease-in;
  font-family: var(--font-1) !important;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.about-btn:hover {
  background: #fff;
  color: #273a60;
  transition: 0.3s ease-in;
}

.about-cards-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 20px;
}

.about-card {
  border-radius: 10px;
  padding: 43px 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  color: #000;
  min-height: 277px;
  height: 100%;
  max-height: 277px;
  min-width: 267px;
  width: 100%;
  max-width: 267px;
}

.about-card.bg_enable {
  color: #fff !important;
}

.about-card.bg_enable::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
}

.about-card-icon,
.card-subheading,
.card-title,
.card-content {
  position: relative;
  z-index: 1;
}

.about-card-icon img {
  max-width: 50px;
}

.card-subheading {
  margin: 0;
  font-family: var(--font-1) !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0px;
  color: #f9f9f8;
  padding: 0 0 0 30px;
  position: relative;
}

.card-subheading:after {
  position: absolute;
  background: #f9f9f8;
  width: 20px;
  height: 2px;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999 !important;
}

.bg_enable .card-title {
  color: #ffffff !important;
}

.about-card.item_no_1 .card-title {
  font-family: var(--font-1) !important;
  font-weight: 600;
  font-size: 30px;
  line-height: 102%;
  color: #ffffff;
  letter-spacing: 0;
  margin: 0;
}

.about-card .card-title {
  font-family: var(--font-1) !important;
  font-weight: 600;
  font-size: 24px;
  line-height: 102%;
  color: #000;
  letter-spacing: 0;
  margin: 0;
}

.about-card.bg_enable .card-content {
  color: #fff;
}

.card-content {
  margin: 10px 0 0;
  font-family: var(--font-2) !important;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0;
  color: #3d3d3c;
}

.about-card.bg_enable.item_no_1 {
  margin-top: 58px;
}

.about-card.bg_enable.item_no_4 {
  margin-top: -58px;
}

/* @media(max-width: 991px) {
  .about-cards-container {
    grid-template-columns: 1fr;
  }

  .about-cards-right {
    grid-template-columns: 1fr;
  }
} */

/* ============  Image cards  ============ */
.image-cards-section {
  padding: 60px 0;
  background: #fff;
}

.image-cards-section .section-heading {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
}

.image-cards-section .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.image-cards-section .image-card {
  position: relative;
  border-radius: 30px;
  background-size: cover;
  background-position: center;
  min-height: 422px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

/* .image-cards-section .image-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0));
} */
.image-cards-section .image-card .card-content {
  position: relative;
  z-index: 1;
  padding: 30px;
  color: #fff;
  width: 100%;
  max-width: 100%;
}

.image-cards-section .image-card h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.image-cards-section .image-card .ud-card-btn {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  border-bottom: none;
  padding-bottom: 0px;
  transition: all 0.3s;
}

.image-cards-section .image-card .ud-card-btn:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: transparent;
  left: 0;
  min-height: 422px;
  bottom: 0;
}

.image-cards-section .image-card .ud-card-btn:hover {
  opacity: 0.8;
}

@media (max-width: 767px) {
  .image-cards-section .cards-wrapper {
    display: block;
  }

  .image-cards-section .image-card {
    margin: 0 1px;
  }
}

/* ============ Custom Reviews Section =========== */
.custom_reviews_section_ud {
  background: #fff;
  padding: 60px 0;
}

/* .container_reviews {
  padding-left: 70px;
} */
.reviews_text_heading h2 {
  font-family: var(--font-1) !important;
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 0;
  text-align: center;
  color: #000000;
  margin-bottom: 30px;
}

.reviews_cards_wrapper button.slide-btn {
  position: absolute;
  bottom: -18px;
  /* transform: translate(-50%, -50%); */
  height: 40px;
  width: 40px;
  border: 1px solid #313638;
  background: none;
  /* box-shadow: 0px 1px 17px 0px #00000012; */
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
  padding: 0;
}

.reviews_cards_wrapper button.slide-btn svg {
  width: 13px;
}

.reviews_cards_wrapper button.slide-btn.prev-slide {
  left: 0px;
}

.reviews_cards_wrapper button.slide-btn.next-slide {
  right: 0px;
}

.inner_reviews_wrapper .review_btn {
  font-family: var(--font-1) !important;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.1em;
  color: #f47521;
  border-bottom: 1px solid #f47521;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-top: 10px;
  display: inline-block;
}

.inner_reviews_wrapper .card_item_review {
  padding: 25px 30px 29px 30px;
  margin: 0 15px;
  background: #f9f9f8;
  border-radius: 10px;
}

.inner_reviews_wrapper .content_review {
  padding: 21px 16px 0 0;
  font-family: var(--font-2) !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  color: #3d3d3c;
  min-height: 109px;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0;
}

.inner_reviews_wrapper .review_head_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.inner_reviews_wrapper .review_head_item span.date {
  font-family: var(--font-1) !important;
  font-weight: 500;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0;
  text-align: right;
  color: #313638;
}

.inner_reviews_wrapper .card_review_footer {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 17px;
  margin-top: 18px;
}

.name_stars .name {
  font-family: var(--font-2) !important;
  margin: 0 0 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0;
  color: #273a60;
}

.custom_reviews_section_ud .stars_wrp {
  display: flex;
  width: 72px;
  height: 12px;
}

.custom_reviews_section_ud .slick-track {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.custom_reviews_section_ud .slick-scrollbar input[type="range"] {
  -webkit-appearance: none;
  margin: 62px auto 0;
  width: 90%;
}

.custom_reviews_section_ud .slick-scrollbar input[type="range"]:focus {
  outline: none;
}

.custom_reviews_section_ud .slick-scrollbar input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: default;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #b9b9b9;
  background: #dfdfdf;
  border-radius: 100px;
  border: 0px solid #b9b9b9;
}

.custom_reviews_section_ud .slick-scrollbar input[type="range"]::-webkit-slider-thumb {
  box-shadow: 0px 0px 1px #f2f2f2;
  border: 0px solid #c2c2c2;
  height: 2px;
  width: 233px;
  border-radius: 100px;
  background: #000;
  cursor: grab;
  -webkit-appearance: none;
  margin-top: 0px;
}

.custom_reviews_section_ud .slick-scrollbar input[type="range"]::-webkit-slider-thumb:active,
.custom_reviews_section_ud .slick-scrollbar input[type="range"]::-webkit-slider-thumb:focus {
  cursor: grabbing;
}

.custom_reviews_section_ud .slick-scrollbar input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #dfdfdf;
}

.custom_reviews_section_ud .slick-scrollbar input[type="range"]::-moz-range-track {
  width: 100%;
  height: 4px;
  cursor: default;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #b9b9b9;
  background: #dfdfdf;
  border-radius: 100px;
  border: 0px solid #b9b9b9;
}

.custom_reviews_section_ud .slick-scrollbar input[type="range"]::-moz-range-thumb {
  box-shadow: 0px 0px 1px #f2f2f2;
  border: 0px solid #c2c2c2;
  height: 4px;
  width: 50px;
  border-radius: 100px;
  background: #202741;
  cursor: grab;
}

.custom_reviews_section_ud .slick-scrollbar input[type="range"]::-moz-range-thumb:active,
.custom_reviews_section_ud .slick-scrollbar input[type="range"]::-moz-range-thumb:focus {
  cursor: grabbing;
}

.custom_reviews_section_ud .slick-scrollbar input[type="range"]::-ms-track {
  width: 100%;
  height: 4px;
  cursor: default;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.custom_reviews_section_ud .slick-scrollbar input[type="range"]::-ms-fill-lower {
  background: #dfdfdf;
  border: 0px solid #b9b9b9;
  border-radius: 100px;
  box-shadow: 0px 0px 0px #b9b9b9;
}

.custom_reviews_section_ud .slick-scrollbar input[type="range"]::-ms-fill-upper {
  background: #dfdfdf;
  border: 0px solid #b9b9b9;
  border-radius: 100px;
  box-shadow: 0px 0px 0px #b9b9b9;
}

.custom_reviews_section_ud .slick-scrollbar input[type="range"]::-ms-thumb {
  box-shadow: 0px 0px 1px #f2f2f2;
  border: 0px solid #c2c2c2;
  height: 4px;
  width: 50px;
  border-radius: 100px;
  background: #202741;
  cursor: grab;
}

.custom_reviews_section_ud .slick-scrollbar input[type="range"]::-ms-thumb:active,
.custom_reviews_section_ud .slick-scrollbar input[type="range"]::-ms-thumb:focus {
  cursor: grabbing;
}

.custom_reviews_section_ud .slick-scrollbar input[type="range"]:focus::-ms-fill-lower {
  background: #dfdfdf;
}

.custom_reviews_section_ud .slick-scrollbar input[type="range"]:focus::-ms-fill-upper {
  background: #dfdfdf;
}

.custom_reviews_section_ud .custom-counter {
  display: none !important;
}

.reviews_cards_wrapper {
  position: relative;
}

.reviews_cards_wrapper .slick-prev,
.reviews_cards_wrapper .slick-next {
  background: #fff;
  border-radius: 10px;
  z-index: 99999;
}

.reviews_cards_wrapper:after {
  position: absolute;
  content: "";
  width: 175px;
  height: 100%;
  top: 0;
  right: 0;
  background: linear-gradient(270deg,
      #ffffff 10.58%,
      rgba(255, 255, 255, 0) 100%);
}

.reviews_cards_wrapper:before {
  position: absolute;
  content: "";
  width: 175px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: linear-gradient(270deg,
      #ffffff 10.58%,
      rgba(255, 255, 255, 0) 100%);
  transform: rotate(180deg);
}

/* ======== Custom Image Banner ==========  */

.split-banner__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  background: #ddd;
  border-radius: 30px;
  padding: 18px 43px 10px 108px;
}

.split-banner__content {
  flex: 1;
  max-width: 354px;
}

.split-banner__subheading {
  margin-bottom: 10px;
  font-family: var(--font-2) !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #000000;
  margin: 0 0 30px;
}

.split-banner__heading {
  font-family: var(--font-1) !important;
  font-weight: 600;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 0px;
  margin-bottom: 30px;
  color: #000;
}

.split-banner__btn {
  display: inline-block;
  padding: 11.3px 35.2px;
  border-radius: 12px;
  background: #273a60;
  border: 1px solid #273a60;
  color: #fff;
  font-size: 14px;
  font-family: var(--font-1) !important;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease-in;
  text-transform: uppercase;
}

.split-banner__btn:hover {
  color: #273a60;
  background: #fff;
  transition: 0.3s ease-in;
}

.split-banner__image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  max-height: 376px;
}

@media (max-width: 768px) {
  .split-banner {
    padding: 30px 20px;
  }

  .split-banner__container {
    flex-direction: column;
    text-align: center;
  }

  .split-banner__heading {
    font-size: 24px;
  }

  .split-banner__btn {
    margin-top: 0px;
  }
}

/*  ====== PRODUCT SLIDER ======= */

.collection_carousel_product section {
  background: #fff !important;
}

.collection-carousel-product .section-title {
  font-family: var(--font-1) !important;
  font-weight: 600 !important;
  font-size: 36px !important;
  line-height: 46px !important;
  letter-spacing: 0px;
  color: #000;
}

.collection_carousel_product .wrap_title {
  margin-bottom: 20px !important;
}

div#carousel_pro .grid-slider .alo-item {
  box-shadow: 2px 5px 12px 0px #00000017;
  padding: 30px;
  margin: 0 15px;
  border-radius: 20px;
}

div#carousel_pro .grid-slider .slick-track {
  padding: 20px 0;
}

.home .collection_carousel_product .products-arrivals .product-collection {
  padding: 0 0 0 0 !important;
}

.collection_carousel_product .product-collection__content {
  padding: 0 0 0 0 !important;
  align-items: start;
  justify-content: start;
}

.product_section .viewall a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px !important;
  font-family: var(--font-2) !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #3d3d3c;
  border-bottom: 1px solid #3d3d3c;
}

.product_section .viewall a:hover {
  color: #273A60;
  transition: 0.3s ease-in;
}

.product_section .viewall a svg {
  transition: 0.3s ease-in;
}

.product_section .viewall a:hover svg {
  transform: translateX(10px);
  transition: 0.3s ease-in;
}

.collection_carousel_product .product-item .product-image__overlay-bottom {
  display: none;
}

.product-collection .product-collection__image a.image_product {
  max-height: 205px;
  min-height: 205px;
  height: 100%;
  margin-top: 25px;
  margin-bottom: 25px !important;
}

.product-collection .card__media .media a img {
  max-height: 161px;
  min-height: 161px;
}

.product-item .name_product a,
.product-item .product-collection__content .product-collection__title a {
  /* color: #000; */
  width: 100%;
  font-family: var(--font-2) !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  line-height: 130%;
  letter-spacing: 0;
  color: #3d3d3c !important;
  text-align: start !important;
  max-width: 201px;
}

.frm-price-color {
  margin: 10px 0 0;
}

.products-arrivals .product-item .price span {
  color: #273a60 !important;
  font-family: var(--font-2) !important;
  font-weight: 700 !important;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0;
}

/*  ====== FAQs Section======= */
.faq-section .wrap_title {
  padding: 0 0 40px;
}

.faq-section .wrap_title .section-title {
  font-family: var(--font-1) !important;
  font-weight: 600 !important;
  font-size: 36px !important;
  line-height: 46px;
  letter-spacing: 0px;
  margin: 0 !important;
}

.faq-section .row.faq-layout {
  margin-left: 0 !important;
  margin-right: 0 !important;
  gap: 50px;
  flex-wrap: nowrap;
}

.faq-section .row.faq-layout.enable_below_sidebar {
  flex-wrap: wrap;
  gap: 60px;
}

.faq-section .row.faq-layout.enable_below_sidebar .faq-help-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-section .row.faq-layout.enable_below_sidebar .faq-help-title {
  width: 100%;
  max-width: 100% !important;
}

.faq-section .row.faq-layout.enable_below_sidebar .content_faq_card {
  max-width: 560px;
}

.faq-section .row.faq-layout.enable_below_sidebar .col-lg-4 {
  width: 100% !important;
  max-width: 100% !important;
}

.faq-section .row.faq-layout .col-lg-4 {
  max-width: 37% !important;
  padding: 0 !important;
}

.faq-section .row.faq-layout .col-lg-8 {
  max-width: 100%;
  padding: 0 !important;
}

.faq-answer-inner p {
  margin: 0 !important;
  text-align: start !important;
}

.faq-answer-inner ol,
.faq-answer-inner ul {
  padding-left: 14px;
  font-size: 14px;
  margin: 10px 0 10px;
  list-style: disc;
}

#wishlist_popup {
  display: none;
}

/* ====== NEWS Letter Section ======== */
.footer-subscribe {
  padding: 40px 0 0;
  text-align: center;
}

.footer-subscribe-inner {
  margin: 0 auto;
  display: none;
  justify-content: space-between;
  align-items: center;
  gap: 35px;
  max-width: 100%;
  padding: 0 0 40px;
  border-bottom: 2px solid #ffffff66 !important;
}

.footer-subscribe h3 {
  text-align: start;
  font-family: var(--font-2) !important;
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: capitalize;
  max-width: 360px;
}

.footer-subscribe-form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #fff;
  border-radius: 15px;
  padding: 7px 7px 7px 10px;
  width: 100%;
  max-width: 769px !important;
}

.footer-subscribe-form input[type="email"] {
  flex: 1;
  border: none;
  padding: 12px 15px;
  font-size: 13px;
  border-radius: 6px;
  outline: none;
  color: #828282;
  font-family: var(--font-2) !important;
}

.footer-subscribe-form button {
  background: #273a60;
  color: #fff;
  border: none;
  padding: 10px 32px;
  border-radius: 15px;
  cursor: pointer;
  font-family: var(--font-1) !important;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 1px;
  height: 48px;
  text-transform: uppercase;
}

.footer-subscribe-form button:hover {
  opacity: 0.9;
}

/* @@@@@@@@@ ======= RESPONSIVE DESIGN START ======= @@@@@@@@@@@ */
@media screen and (max-width: 1410px) {
  .header .header-top {
    padding: 15px 0 10px;
    position: relative;
  }

  .header.header-2-lines .navigationMenu {
    border-top: 1px solid #d1d5da;
  }

  .header .header-top .container,
  .header.header-2-lines .navigationMenu .container {
    max-width: 100%;
  }
}

@media screen and (max-width: 1351px) {
  .header-search .search_header .row {
    max-width: 100%;
    width: 100%;
  }

  .header-top-meta.col-md-3 {
    padding: 0 14px 0 0;
  }
}

@media screen and (max-width: 1301px) {

  .image-cards-section,
  .shop-by-category {
    padding: 50px 0px;
  }

  .about-cards {
    padding: 50px 0;
  }

  .custom_reviews_section_ud {
    padding: 50px 0;
  }

  .faq-section {
    padding: 0 0 40px;
  }

  .laber_product_section_.mytest {
    padding-bottom: 50px;
  }

  .category-card {
    padding: 20px;
    margin: 0 10px;
  }

  .search-options-container {
    gap: 30px;
  }

  div#carousel_pro .grid-slider .alo-item {
    padding: 30px 20px;
    margin: 0 10px;
  }

  .inner_reviews_wrapper .card_item_review {
    padding: 20px 25px 20px 25px;
    margin: 0 10px;
  }
}

@media screen and (max-width: 1201px) {
  div#carousel_pro .grid-slider .slick-track {
    padding: 20px 0 5px;
  }
}

@media screen and (max-width: 1151px) {
  .logo_footer img {
    max-width: 300px;
    margin: 0 0 20px;
  }

  .shop-by-category {
    padding: 40px 20px;
  }

  .laber_product_section_.mytest {
    padding: 0 20px 40px;
  }

  .search-card {
    padding: 30px 40px 30px 30px;
    gap: 15px;
  }
}

@media screen and (max-width: 1101px) {
  /* .header.header-2-lines .main-menu>li>a {
    font-size: 14px !important;
  } */

  .split-banner__container {
    padding: 18px 23px 10px 58px;
  }

  .hero-search-box {
    margin-top: 10px;
  }

  .hero-text h1 {
    font-size: 46px;
    margin: 0 0 15px !important;
  }
}

@media screen and (max-width: 1051px) {
  .shop-by-category {
    padding: 32px 0px 40px;
  }

  .laber_product_section_.mytest {
    padding: 0 0px 40px;
  }

  .split-banner__image img {
    border-radius: 12px;
    max-height: 316px;
  }
}

@media screen and (max-width: 1025px) {

  .reviews_cards_wrapper:before,
  .reviews_cards_wrapper:after {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .header .header-top .header-logo {
    display: none;
  }

  .header-logo.hide-desktop.flex-1 {
    display: block;
  }

  .header .header-top .header-top-meta {
    display: none !important;
  }

  .header .header-top>.container>.row {
    height: 60px !important;
    flex-direction: row-reverse !important;
  }

  .custom-find-model,
  .aloSearch.header-search.hide-desktop {
    display: none !important;
  }

  .header .header-top {
    padding: 0px 0 0px;
    position: relative;
  }

  .js-mobile-menu.menu-bar.mobile-navigation span.icon {
    padding: 4px;
    background: #f9f9f8;
    border-radius: 8px;
    width: 30px;
    height: 30px;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }

  /* .js-mobile-menu.menu-bar.mobile-navigation span.icon svg {
    width: 16px;
    height: 12px;
  } */
  div#carousel_pro .grid-slider .alo-item {
    padding: 30px !important;
    margin: 0 10px;
  }
}

@media screen and (max-width: 991px) {
  .about-cards-container {
    gap: 45px;
  }

  .about-cards-left .heading {
    font-size: 45px;
    margin-bottom: 25px;
  }

  .about-cards {
    padding: 40px 0;
  }

  .image-cards-section .image-card {
    min-height: 330px;
  }

  .image-cards-section .image-card .ud-card-btn:after {
    min-height: 330px;
  }

  div#carousel_pro .grid-slider .slick-track {
    padding: 10px 0 10px;
  }

  ul.slick-dots {
    margin: 20px 0 0;
  }

  .about-cards-left .paragraph {
    margin-bottom: 25px;
  }

  .image-cards-section .image-card .ud-card-btn:after {
    min-height: 260px;
  }

  .image-cards-section .image-card {
    min-height: 260px;
  }

  .logo_footer img {
    max-width: 220px !important;
    margin: 0 0 20px;
  }

  .main-footer .footer-iteam {
    max-width: 30%;
  }

  #footer .main-footer .row {
    justify-content: start;
    gap: 20px 35px;
  }

  .faq-section .row.faq-layout.enable_below_sidebar .faq-help-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .product-collection .product-collection__image a.image_product {
    max-height: 180px;
    min-height: 170px;
  }
}

@media screen and (max-width: 821px) {
  .search-options-container {
    gap: 20px;
  }

  .about-card {
    padding: 27px 15px;
    gap: 0;
    min-height: 189px;
    max-height: 189px;
    min-width: 165px;
    max-width: 165px;
  }

  .card-subheading {
    line-height: 34px;
  }

  .card-title {
    font-size: 20px;
    line-height: 110.00000000000001%;
  }

  .about-card-icon img {
    max-width: 30px;
    margin: 0 0 15px;
  }

  .search-card {
    padding: 20px 20px 20px 20px;
  }

  .card-content {
    margin: 10px 0 0;
    font-size: 12px;
  }

  .split-banner__image img {
    border-radius: 12px;
    max-height: 236px;
  }

  .product-collection .card__media .media a img {
    max-height: 161px;
    min-height: 161px;
    object-fit: contain;
  }

  .split-banner__image img {
    border-radius: 12px;
    max-height: 230px;
  }

  .split-banner__subheading {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .split-banner__heading {
    font-size: 24px;
    margin-bottom: 20px;
    max-width: 210px;
  }

  .split-banner__btn {
    /* padding: 11.2px 26.3px; */
  }

  .shop-by-category .header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
  }

  .shop-by-category h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .category-card .card-title {
    font-size: 20px;
    min-height: 54px;
  }

  .about-cards-left .heading {
    font-size: 35px;
    margin-bottom: 15px;
  }

  .about-cards-left .paragraph {
    margin-bottom: 15px;
  }

  .about-card.item_no_1 .card-title{
    font-size: 24px !important;
  }

}

@media screen and (max-width: 768px) {
  .split-banner__container {
    padding: 20px 20px 20px 20px;
    justify-content: start;
    align-items: start;
    text-align: start;
  }
}

@media screen and (max-width: 767px) {
  #popup,
  .hero-search-box{
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .header .header-top>.container>.row {
    height: 60px !important;
    flex-direction: row-reverse !important;
    justify-content: space-between;
  }

  .header-logo img {
    margin-right: 16px !important;
    margin-top: -2.5px !important;
    max-height: 60px;
  }

  .header .header-nav-mobile {
    justify-content: end;
    padding: 0 0px !important;
  }

  .header-logo.hide-desktop.flex-1 {
    display: flex !important;
    justify-content: start;
    align-items: center;
    padding: 0 0px;
  }

  .inner_wrapper_search {
    display: none;
  }

  .split-banner__content {
    max-width: 100%;
    width: 100%;
    flex: 0 100%;
  }

  .split-banner__image {
    max-width: 100%;
    flex: 0 100%;
    width: 100%;
  }

  .split-banner__image img {
    border-radius: 12px;
    max-height: 270px;
    object-fit: contain;
  }

  .shop-by-category .view-all {
    display: none;
  }

  .shop-by-category .header-row {
    justify-content: center;
    margin-bottom: 20px;
  }

  .category-card {
    padding: 20px;
    margin: 0 0px;
  }

  .category-card {
    padding: 15px;
    margin: 0 0px;
  }

  .category-card .card-title {
    font-size: 18px;
    min-height: 40px;
  }

  .search-options-section {
    padding: 40px 0 !important;
  }

  .search-card {
    padding: 20px 20px 12px 20px;
    flex-direction: row;
    justify-content: start;
    gap: 0px;
    align-items: center;
  }

  .search-card .img_wrp {
    margin-right: 20px;
  }

  .search-card-icon img {
    max-width: 47px;
  }

  .search-card h3 {
    font-size: 20px;
    line-height: 16px;
    margin: 0 0 15px;
     min-height: unset;
  }

  .about-cards-container {
    gap: 20px;
    grid-template-columns: 1fr;
  }

  .search-card p {
    font-size: 16px;
    margin: 0 0 6px;
    font-weight: 500;
  }

  .about-cards-right {
    max-width: 350px;
    margin: 0 auto;
  }

  .reviews_cards_wrapper .slick-prev,
  .reviews_cards_wrapper .slick-next {
    width: 30px;
    height: 30px;
  }

  .reviews_cards_wrapper .slick-prev{
    left: 1px;
  }
  
  .reviews_cards_wrapper .slick-next{
    right: 1px;
  }

  .about-cards-left .paragraph {
    margin-bottom: 20px;
    max-width: 100%;
  }

  .about-cards-left .subheading {
    font-size: 14px;
    margin: 0 0 20px;
  }

  .about-cards-left .heading {
    font-size: 30px;
    margin-bottom: 20px;
    padding: 0 30px 0 0;
  }

  .about-card.item_no_1 .card-title {
    font-size: 24px !important;
  }

  .image-cards-section {
    padding: 20px 0 40px;
  }

  .image-cards-section ul.slick-dots {
    margin: 10px 0 0;
  }

  .image-cards-section .image-card {
    min-height: 350px;
  }

  .collection_carousel_product .wrap_title {
    padding: 0 !important;
  }

  .wrap_title.medium .section-title {
    font-size: 24px !important;
  }

  .collection-carousel-product .laber_append_arrows {
    display: none;
  }

  .footer-subscribe-form button {
    padding: 10px 20px;
  }

  .product-item .product-collection__content .frm-price-color .product-collection__price .price span {
    font-family: var(--font-2) !important;
    font-weight: 700 !important;
    font-size: 24px !important;
    line-height: 120% !important;
    letter-spacing: 0 !important;
    color: #273a60 !important;
  }

  .template-collection .product-item .product-collection__content .frm-price-color .product-collection__price .price span {
    font-family: var(--font-2) !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 120% !important;
    letter-spacing: 0 !important;
    color: #273a60 !important;
  }

  .template-collection .frm-price-color {
    justify-content: center;
  }

  div#carousel_pro .grid-slider .alo-item {
    padding: 20px !important;
    margin: 0 10px;
  }

  .product-collection .card__media .media a img {
    max-height: 150px;
    min-height: 150px;
  }

  .card__media .media a img {
    max-height: 150px !important;
    max-width: 250px !important;
  }

  .reviews_text_heading h2 {
    font-size: 24px;
    text-align: start;
    margin-bottom: 20px;
    padding: 0 20px;
  }

  .product-item .product-collection__content .product-collection__title {
    margin-bottom: 10px;
  }

  .faq-section .row.faq-layout {
    margin-left: 0 !important;
    margin-right: 0 !important;
    gap: 20px;
    flex-wrap: wrap;
  }

  .faq-section .row.faq-layout .col-lg-8 {
    max-width: 100%;
    padding: 0 !important;
  }

  .faq-section .row.faq-layout .col-lg-4 {
    max-width: 100% !important;
    padding: 0 !important;
  }

  .main-footer .footer-iteam {
    max-width: 100%;
  }

  #footer .main-footer .row {
    justify-content: start;
    gap: 0px;
  }

  .reviews_cards_wrapper {
    position: relative;
    padding: 0 0 0 10px;
  }

  .slick-dots li button,
  .slick-dots li button:before {
    width: 30px;
  }

  .faq-section .wrap_title .section-title {
    font-size: 24px !important;
    line-height: 26px;
  }

  .faq-section .wrap_title {
    padding: 0 0 20px;
  }

  .faq-answer-inner p {
    margin: 0 !important;
    font-family: var(--font-2) !important;
    font-weight: 400;
    font-size: 12px;
    line-height: 139%;
    color: #3d3d3c;
    letter-spacing: 0.02em;
  }

  .hero-search-section {
    background-size: cover;
    background-position: center;
    padding: 50px 0px;
    position: relative;
    color: #fff;
    min-height: 350px;
    max-height: 350px;
    display: flex;
    justify-content: start;
    align-items: center;
  }

  div#carousel_pro {
    padding: 0 10px;
  }

  /* === App style Bottom Menu === */
  .bottom-nav-link svg {
    width: unset !important;
    height: unset !important;
    position: unset !important;
  }

}


@media screen and (max-width: 379px){
  .about-card {
    padding: 20px 10px;
    min-width: 100%;
    max-width: 100%;
  }
  .about-card.item_no_1 .card-title,
  .about-card .card-title{
    font-size: 20px !important;
  }
}

@media (min-width:768px) and (max-width:1135px){
.search-card p{
  min-height:66.42px;
}
}

@media screen and (min-width: 1600px) {
  .container {
    max-width: 1440px !important;
    margin: 0 auto;
  }

  .custom_reviews_section_ud,
  .search-options-section,
  .hero-search-section {
    max-width: 1440px;
    margin: 0 auto;
  }
}

/* ================= Mobile-only hero quick search ================= */
@media screen and (max-width: 770px) {
  .search-bar.ud-search-mob {
    display: none;
  }
  .advance_search_mob {
    display: block;
    padding: 0 20px;
  }
  .advance_search {
    text-align: center;
  }
  a.advance_search_p {
    text-transform: math-auto;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.04em;
    text-decoration: underline;
    margin-left: 0;
    text-transform: capitalize;
    color: #fff;
  }

  .advance_search_mob .mob-quick-search {
    margin: 0 0 12px;
  }

  .advance_search_mob .mob-search-field {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #ffffff;
    border-radius: 10px;
    padding: 5px 7px 5px 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }

  .advance_search_mob .mob-search-field .icon {
    color: #273a60;
    display: flex;
    align-items: center;
  }

  .advance_search_mob .mob-search-field input[type="search"] {
    border: 0;
    outline: none;
    background: transparent;
    flex: 1;
    font-family: var(--font-2) !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #3d3d3ccc;
  }

  .advance_search_mob .mob-search-field input::placeholder {
    color: #9ca3af;
  }

  .advance_search_mob .mob-search-btn {
    background: #273a60;
    color: #fff;
    border: 0;
    border-radius: 8px;
    height: 39px;
    padding: 0 15px;
    font-family: var(--font-1) !important;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
  }

  .advance_search_mob .mob-advanced-link {
    font-family: var(--font-2) !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    text-decoration: underline;
    text-decoration-style: solid;
    color: #fff;
  }

  .hero-search-wrapper {
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 16px;
  }

  .footer-subscribe-inner {
    gap: 20px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }

  .footer-subscribe h3 {
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) {
  .advance_search_mob {
    display: none;
  }
}

.box-menu-moible .mobileSearch .header-search {
  display: none;
}

ul#menu_mb_ul li.item-level-0 a span {
  font-family: var(--font-2) !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  color: #3d3d3c;
}

.sub-menu li.menu-item a {
  border: none !important;
  font-family: var(--font-2) !important;
  font-weight: 300 !important;
  font-size: 14px !important;
  line-height: 100% !important;
  letter-spacing: 0;
  padding: 20px 0 0 !important;
  margin: 0px 0 20px !important;
  color: #000 !important;
}

html.open_menu,
html.open_menu body {
  overflow: hidden !important;
}

.box-menu-moible .menu-mobile .laber_mb_menu .sub-menu {
  padding: 0;
  position: absolute;
  width: 100%;
  max-width: 100%;
  top: 0;
  right: 0;
  background: #fff;
  height: 97vh;
  z-index: 9;
}

.back_btn_wrp {
  font-family: var(--font-2) !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  color: #273a60;
  height: 59px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid #e3e3e3;
  cursor: pointer;
  margin: 0 0 3px;
}

.back_btn_wrp svg {
  margin-top: -1px;
}

/* ======= Home Page END ========== */

/* ======= Collection Page Start ========== */
.ud_custom_ui_collection {
  padding: 0 0 44px;
}

.banner_collection_custom img {
  width: 100%;
  max-width: 100%;
  min-height: 240px;
  max-height: 240px;
  object-fit: cover;
}

.collection-hero.img_not_available .collection-hero__content {
  position: unset !important;
  transform: translate(0, 0);
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
}

.collection-hero.img_not_available {
  background: #273A60;
  padding: 70px 0;
}

.collection-hero .collection-hero__content {
  max-width: 960px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 70px;
  transform: translate(0px, -50%);
  text-align: start;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 24px;
  flex-direction: column;
}

.collection-hero {
  position: relative;
}

.collection-hero .collection-name {
  font-family: var(--font-1) !important;
  font-weight: 600;
  font-size: 56px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #ffffff;
}

.collection-description.rte {
  max-height: 100px;
  overflow: auto;
}

.collection-description.rte::-webkit-scrollbar {
  width: 2px !important;
}

.collection-description.rte::-webkit-scrollbar-track {
  background: #ddd !important;
}

.collection-description.rte::-webkit-scrollbar-thumb {
  background: #273A60 !important;
}

.collection-hero .collection-hero__content .description-truncated,
.collection-hero .collection-hero__content .collection-description p {
  font-family: var(--font-2) !important;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.4px;
  vertical-align: middle;
  color: #fff;
}

span.read-more-wrapper button,
span.read-less-wrapper button {
  font-family: var(--font-2) !important;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.4px;
  vertical-align: middle;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  color: #fff;
  background: none;
  border: none;
  padding: 0;
  text-transform: capitalize !important;
}

.breadcrumbs.temp_collection {
  display: none;
}

.template-collection .spaced-section--full-width {
  margin-top: -50px;
}

.collection-description ul,
.collection-description ol {
  list-style: auto;
  padding-left: 16px;
  color: #fff;
  margin: 0 0 10px;
}

.ud_wrapper_search_tabs.tabingCollection {
  padding: 60px 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ud_wrapper_search_tabs.tabingCollection ul {
  margin-right: 24px;
}

.icon_sort {
  position: absolute;
  top: 15px;
  left: 10px;
}

.collection_product_count {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 24px;
}

.collection_product_count h3 {
  font-family: var(--font-1) !important;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #000000;
}

.collection_product_count p {
  font-family: var(--font-2) !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0;
  margin: 0 0;
  color: #686867;
}

.ud_wrapper_search_tabs button.search_btn {
  display: block;
  position: absolute;
  right: 27px;
  font-size: 0;
  border: none;
  background: #eee;
  padding: 10px;
  top: 13px;
  display: none;
}

.template-collection .list-unstyled.breadcrummm li.breehome a {
  color: #ffffffb2 !important;
}

.template-collection .list-unstyled.breadcrummm li {
  color: #ffffffb2 !important;
}

.template-collection .list-unstyled.breadcrummm li span {
  color: #ffffff !important;
}

.ud_custom_ui_collection .product-item .product-image__overlay-bottom {
  display: none;
}

.ud_custom_ui_collection .product-collection {
  box-shadow: 2px 5px 12px 0px #00000017;
  padding: 24px !important;
  height: 100%;
}

.ud_custom_ui_collection .grid__item.product-item {
  padding: 0 8px 16px !important;
}

.grid__item.product-item span.price span,
.grid__item.product-item span.price {
  width: 100%;
  font-family: var(--font-2) !important;
  font-weight: 700 !important;
  font-size: 24px !important;
  line-height: 120% !important;
  letter-spacing: 0;
  color: #273a60 !important;
}

.frm-price-color {
  display: flex;
  width: 100%;
}

 .grid__item.product-item .button-cart-bottom.flex {
  display: flex !important;
  gap: 0;
  justify-content: end !important;
  align-items: center !important;
  width: 60px;
  margin: 0 0 0 auto;
}

 .grid__item.product-item button.add-to-cart.js_add_to_cart_button {
  padding: 0 !important;
  font-size: 0px !important;
  width: 48px !important;
  height: 48px !important;
  margin: 0!important;
}

.ud_custom_ui_collection .facets-container .filter-form .FilterHeading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.ud_custom_ui_collection h2.main_cat_heading {
  font-family: var(--font-1) !important;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0;
  text-align: center;
  padding: 10px 0 16px;
  color: #000000;
}

/* .ud_custom_ui_collection ul.listSidebar li i {
  display: none !important;
} */

.ud_custom_ui_collection .model_grid .frm-price-color {
  display: none;
}

.ud_custom_ui_collection .model_grid button.viewbtnbtn {
  width: 100%;
  min-width: 100%;
  position: absolute;
  bottom: -15px;
  border: 1px solid #227730 !important;
  color: #fff;
  height: 48px;
  background-color: #227730;
  border-radius: 15px;
  font-family: var(--font-1) !important;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 1px;
  text-transform: uppercase;
}

p.modelPar,
p.partPar {
  position: absolute;
  top: 0px !important;
  left: 0px;
  z-index: 1;
  padding: 0;
  margin-top: 0px;
  margin-left: 0px;
  border-radius: 0 !important;
  margin-top: 0px !important;
  margin-left: 0px !important;
  font-family: var(--font-1) !important;
  font-weight: 600;
  font-size: 18px !important;
  line-height: 120%;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ud_custom_ui_collection .model_grid button.viewbtnbtn a,
.ud_custom_ui_collection .model_grid button.viewbtnbtn span {
  font-family: var(--font-1) !important;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}

.ud_custom_ui_collection .model_grid button.viewbtnbtn:hover a,
.ud_custom_ui_collection .model_grid button.viewbtnbtn:hover span {
  color: #227730;
}

.ud_custom_ui_collection .model_grid button.viewbtnbtn:hover {
  background-color: #fff !important;
  color: #227730 !important;
}

@media screen and (max-width: 1300px) {
  .ud_custom_ui_collection .product-collection {
    padding: 24px 15px !important;
  }
}

@media screen and (max-width: 1200px) {
  .ud_custom_ui_collection .product-collection {
    padding: 24px 24px !important;
  }

  .mini_cart_wrap {
    justify-content: center;
  }

  .search-bar .header-search .search_header {
    max-width: 650px !important;
  }
}

@media screen and (max-width: 1024px) {
  .mini_cart_wrap {
    padding-left: 0px;
    padding-right: 0px;
  }

  .collection-hero .collection-hero__content {
    left: 40px;
    gap: 14px;
  }

  .collection-hero .collection-name {
    font-size: 42px;
  }

  .collection-hero .collection-hero__content .description-truncated,
  .collection-hero .collection-hero__content .collection-description p {
    font-size: 16px;
    line-height: 130%;
  }

  .ud_wrapper_search_tabs.tabingCollection {
    padding: 40px 0px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (max-width: 991px) {
  .ud_wrapper_search_tabs.tabingCollection {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .tabingCollection ul {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .ud_custom_ui_collection .product-collection {
    padding: 14px 14px !important;
  }

  .grid__item.product-item button.add-to-cart.product-form__submit.js_add_to_cart_button .text,
  .grid__item.product-item a.buy_now .text {
    width: 100%;
    height: 100%;
  }

  .grid__item.product-item .text svg {
    position: absolute;
    left: 50% !important;
    margin: 0;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 767px) {
  .js_categories_content button#customsubmit {
    margin-top: 21px;
  }

  .ud_wrapper_search_tabs button.search_btn {
    display: none !important;
  }

  .collection-hero .collection-hero__content {
    max-width: 90%;
  }

  .collection_product_count {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 24px;
    display: none !important;
  }

  .ud_custom_ui_collection .product-grid-container {
    margin: 20px 0 0 !important;
  }

  .ud_custom_ui_collection .product-collection {
    padding: 12px 12px !important;
  }

   p.modelPar,
   p.partPar {
    position: absolute;
    top: 12px !important;
    left: 12px !important;
    padding: 0 !important;
    font-size: 14px !important;
  }

   .grid__item.product-item .button-cart-bottom.flex {
    position: unset !important;
    width: 100% !important;
    margin: 0 0;
  }

  .product-item .name_product a,
  .product-item .product-collection__content .product-collection__title a {
    max-width: 100%;
    text-align: start !important;
    margin: 0;
  }

  .frm-price-color {
    justify-content: start;
  }
  .template-search .frm-price-color {
    min-height: 30px;
  }
  .template-search .grid__item.product-item .button-cart-bottom.flex{
    margin-top: 0 !important;
  }

  .ud_custom_ui_collection .model_grid button.viewbtnbtn {
    bottom: 6px;
    position: unset;
  }

  .grid__item.product-item button.add-to-cart.product-form__submit.js_add_to_cart_button,
  .grid__item.product-item a.buy_now {
    width: 100% !important;
    max-width: 100%;
    color: #ffff !important;
    text-align: center;
  }

  .grid__item.product-item button.add-to-cart.product-form__submit.js_add_to_cart_button .text,
  .grid__item.product-item a.buy_now .text {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--font-1) !important;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
  }

  .grid__item.product-item .text svg {
    display: none;
  }

  /* .product-item .product-collection__content .frm-price-color .product-collection__price .price span {
    font-size: 18px !important;
  } */

  .ud_wrapper_search_tabs.tabingCollection ul {
    margin-right: 0px !important;
  }

  h5.cateTitle.CollapseClose a .check_box {
    display: none !important;
  }

  h5.cateTitle.CollapseClose a {
    font-family: var(--font-2) !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0;
    color: #3d3d3c;
    padding: 5px 0;
  }

  form.mobile-facets.sort_open .filter-form {
    display: none !important;
  }

  div#select_sort li {
    position: relative;
    font-family: var(--font-2) !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0;
    color: #3d3d3c;
    padding: 8px 0 8px 29px;
  }

  div#select_sort li:after {
    content: "";
    position: absolute;
    width: 19px;
    height: 19px;
    left: 0;
    top: 8px;
    border-radius: 100%;
    border: 0.7px solid #00000066;
  }

  div#select_sort li.selected:after {
    border: 0.7px solid #f35321;
  }

  div#select_sort li.selected:before {
    position: absolute;
    content: "";
    left: 3px;
    top: 11px;
    background: #f35321;
    width: 13px;
    height: 13px;
    border-radius: 100%;
  }
}

@media screen and (max-width: 480px) {
  .collection-hero .collection-hero__content {
    left: 20px;
    gap: 10px;
  }

  .collection-hero .collection-name {
    font-size: 24px;
  }

  .collection-hero .collection-hero__content .description-truncated,
  .collection-hero .collection-hero__content .collection-description p {
    font-size: 14px;
    line-height: 140%;
  }

  span.read-more-wrapper button,
  span.read-less-wrapper button {
    font-size: 14px;
  }

  .grid__item.product-item button.add-to-cart.product-form__submit.js_add_to_cart_button:hover .text {
    color: #227730 !important;
  }
}

@media screen and (min-width: 1600px) {
  .collection-hero {
    max-width: 1550px;
    margin: 0 auto;
  }
}

/* ======= Collection Page END ========== */

/* ========== PRODUCT PAGE START ============ */
.template-product ul.list-unstyled.breadcrummm li,
.template-product ul.list-unstyled.breadcrummm li span,
.template-product ul.list-unstyled.breadcrummm li a {
  font-family: var(--font-2) !important;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0;
  color: #000000b2;
}

.js_product_single {
  width: 100% !important;
  position: relative;
  margin: 30px 0 0;
}

.template-product .main_appendArrows {
  display: none;
}

.ud_main_pdp_details .details-info .product-name a {
  font-family: var(--font-1) !important;
  font-weight: 600 !important;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #3d3d3c !important;
}

.ud_main_pdp_details .details-info p.brd-sku {
  margin: 12px 0 !important;
}

.ud_main_pdp_details .details-info p.brd-sku b {
  font-family: var(--font-2) !important;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0;
  color: #3d3d3c !important;
}

.ud_main_pdp_details .details-info p.brd-sku span {
  font-family: var(--font-2) !important;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0;
  color: #3d3d3c !important;
  margin: 0 !important;
}

.template-product .ud_main_pdp_details span#js-product-price {
  font-family: var(--font-1) !important;
  font-weight: 600 !important;
  font-size: 30px !important;
  line-height: 120% !important;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #273a60 !important;
  padding: 8px 0 0;
}

.template-product .ud_main_pdp_details .container-xxxxx .headingdiv h4.divh3 {
  font-family: var(--font-1) !important;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #000;
  margin: 0 0 14px;
}

.ud_main_pdp_details .container-xxxxx.def-search-padding.aaditest input#search {
  padding: 0 12px;
  margin-right: -10px;
  height: 32px !important;
  font-family: var(--font-2) !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
  background-color: #ffffff80 !important;
  color: #3d3d3c !important;
}

.template-product .details-info .group-button .wish {
  display: none;
}

.ud_main_pdp_details .models_count_text {
  margin: 11px 0 0;
  font-family: var(--font-1) !important;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0;
  color: #273a60;
  text-decoration: underline;
  text-decoration-color: #000;
}
.ud_main_pdp_details .fbt-prod.container{
  display: none !important;
}
.ud_main_pdp_details .details-info .group-button .add-to-cart span.text {
  font-family: var(--font-1) !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 150%;
  letter-spacing: 1px;
  text-transform: uppercase !important;
}

.ud_main_pdp_details .details-info div#collection_desc_more ,
.ud_main_pdp_details .details-info div#collection_desc_less {
  margin-top: 20px;
  border-top: 1px solid #d9d9d9;
  padding: 20px 0 0;
  font-family: var(--font-2) !important;
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0;
  color: #3d3d3c;
}

.ud_main_pdp_details .details-info div#collection_desc_more a ,
.ud_main_pdp_details .details-info div#collection_desc_less a {
  font-family: var(--font-1) !important;
  font-weight: 600;
  font-style: Bold;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  color: #273a60;
}

.ud_main_pdp_details .details-info div#collection_desc_more span ,
.ud_main_pdp_details .details-info div#collection_desc_less span {
  font-family: var(--font-2) !important;
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0;
  color: #3d3d3c;
}

@media screen and (max-width: 1439px) {
  .cms-wrap-main-slider.thumb_bottom {
    height: 550px;
  }
}

@media screen and (max-width: 1399px) {
  .cms-wrap-main-slider.thumb_bottom {
    height: 450px;
  }
}

@media screen and (max-width: 1024px) {
  .product-cover-thumbnails img.rotating_gif {
    max-width: 90px !important;
  }
}

@media screen and (max-width: 991px) {
  .cms-wrap-main-slider.thumb_bottom {
    height: 350px;
  }

  .js_product_single {
    margin: 10px 0 0;
  }

  .cms-wrap-main-slider.thumb_bottom {
    border-radius: 10px;
  }

  .thumb_bottom .details-thumb .slider-nav .thumb_img {
    border-radius: 10px;
  }

  .thumb_bottom .details-thumb .slider-nav .thumb_img,
  .thumb_right .details-thumb .slider-nav .thumb_img,
  .thumb_left .details-thumb .slider-nav .thumb_img {
    min-width: 81px !important;
    min-height: 62px !important;
  }
}

@media screen and (max-width: 768px) {
  .template-product .product-cover-thumbnails .wishlist-icon {
    top: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .ud_main_pdp_details .details-info {
    margin: 24px 0 0;
  }

  .cms-wrap-main-slider.thumb_bottom {
    height: 250px;
  }

  .ud_main_pdp_details .details-info .product-name a {
    font-size: 20px;
  }

  .template-product .ud_main_pdp_details span#js-product-price {
    font-size: 24px !important;
  }

  .template-product .details-info .cms-product-meta .quantity {
    margin: 0 20px 0 0 !important;
  }

  .template-product .ud_main_pdp_details .details-info .cms-product-meta .quantity .group-quantity-button {
    width: 158px !important;
    height: 48px !important;
  }
}

/* ============= PRODUCT PAGE END ============== */

/* ============= MODEL COLLECTION PAGE START ============== */
.custom_modal_row .wishlist-icon.wish {
  display: none !important;
}

.model_page_top_main_ud .js_product_single {
  margin: 0px auto 0 !important;
  padding: 0 20px !important;
  background-color: none !important;
  background: none !important;
}

/* contact-us page css starts from here */
.parts-support {
  /* background-color: ; */
  background: url("/cdn/shop/files/bg_banner_contact.png");
  object-fit: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 93px;
  padding-bottom: 150px;
  margin-top: -50px;
}

.NavBreadCrumb.temp_page\.contact {
  background: none;
  border: none;
}

.laber-breadcrumb {
  background-color: unset !important;
  background: unset !important;
}

.parts-support .parts-heading {
  font-family: var(--font-1) !important;
  max-width: 100%;
  width: 100%;
  font-weight: 600;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 0;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
  margin: 0 0 40px;
}

.parts-support .parts-desc {
  max-width: 61.4%;
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
}

.card-wrapper {
  display: flex;
  justify-content: center;
  gap: 50px;
}

.parts-support-cards {
  margin-top: -120px;
  margin-bottom: 80px;
}

.support-card:nth-child(1) .card-img img {
  width: 72px;
  object-fit: contain;
}

.support-card:nth-child(2) .card-img img {
  width: 60px;
  object-fit: contain;
}

.support-card:nth-child(3) .card-img img {
  width: 78px;
  object-fit: contain;
}

.support-card:nth-child(1) .card-btn {
  width: 118px;
}

/* .support-card:nth-child(2) .card-btn {
  width: 137px;
} */

.support-card:nth-child(3) .card-btn {
  background: none;
  border: none;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #273a60 !important;
}

.support-card {
  max-width: 280px;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 40px;
  background-color: #fff;
  border: none;
  box-shadow: 0px 4px 10px 5px #00000017;
  border-radius: 15px;
}

.card-img {
  margin-bottom: 15px;
  text-align: center;
}

.card-img img {
  height: 60px;
}

.card-head {
  font-family: var(--font-1) !important;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0px;
  text-align: center;
  margin-top: 9px;
  padding: 0 0px;
  min-height: 52px;
  color: #000;
}

.card-desc {
  font-family: var(--font-2) !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  margin-bottom: 24px;
  margin-top: 24px;
}

.card-desc p {
  font-family: var(--font-2) !important;
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  text-align: center;
  color: #3d3d3c;
}

.card-wrapper .support-card .card-desc {
  padding: 0 17px;
}

.card-wrapper .support-card:last-child .card-desc,
.card-wrapper .support-card:first-child .card-desc {
  padding: 0 24px;
}

.card-btn {
  font-family: var(--font-1) !important;
  color: #ffffff !important;
  background-color: #273a60;
  margin: 0 auto 0;
  transition: 0.5s;
  width: 100% !important;
  max-width: fit-content !important;
  border: 1px solid #273a60;
  height: 48px;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  padding: 0 31.1px;
}

.card-btn:hover {
  /* box-shadow: -1px 3px 3px 0px #0000005e; */
  background: #fff;
  color: #273a60 !important;
}

.card-desc strong {
  font-family: var(--font-1) !important;
  font-weight: 375;
  font-size: 25px;
  line-height: 25px;
  letter-spacing: 6%;
  text-transform: uppercase;
}

.contact-details {
  max-width: 337px;
  padding: 0px;
}

.contact-page .contact-details .info-item {
  padding: 0px;
  border: none;
  padding-left: 0px !important;
  align-items: flex-start;
  margin-bottom: 25px;
}

.contact-details .info-item span {
  width: auto;
  height: auto;
  display: flex;
  background: transparent;
}

.content-form .contact-info h3 {
  font-family: var(--font-1) !important;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  margin-bottom: 35px !important;
  color: #000;
}

.contact-page .contact-info .item-head {
  font-family: var(--font-1) !important;
  font-size: 16px !important;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  margin-top: -5px;
}

.contact-page .contact-info p,
.contact-page .contact-info a {
  font-family: var(--font-1);
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
}

.contact-form-wrapper {
  max-width: 65%;
  width: 100%;
  padding: 0px;
}

.contact-page .contact-form-wrapper .information-form {
  max-width: 100%;
  padding-right: 0px;
}

.contact-form-wrapper .contact-form {
  max-width: 100%;
  border: none;
  padding: 0px;
}

.content-form .pr_center {
  justify-content: space-between;
  margin-right: 0px;
  margin-left: 0px;
}

#contact-us .content-form .pr_center {
  justify-content: center;
  max-width: 100% !important;
}

.contact-details {
  /* max-width: 100%; */
}

#contact-us .parts-support .parts-heading {
  line-height: 60px;
}

.input-full {
  width: 100%;
}

.input-full label {
  color: #000;
  font-family: var(--font-1);
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  height: fit-content !important;
  margin-bottom: 10px !important;
}

.contact-page .contact-form-wrapper #contact-form .input-info {
  height: 40px;
  border: 1px solid #c0c0c0 !important;
  border-radius: 6px !important;
  font-family: var(--font-1);
  font-size: 12px;
  font-weight: 400;
  line-height: 14.39px;
  text-align: left;
  padding: 16px 20px;
  opacity: 0.5;
}

.contact-page .content-form textarea.input-info {
  min-height: 128px;
  padding-top: 16px;
}

.content-form .information-form .main-title {
  font-family: var(--font-1);
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
}

.contact-form-wrapper .row-10 {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.contact-page .content-form .group-button .submit {
  min-width: 105px;
  height: auto;
  padding: 14px 30px;
  border-radius: 20px !important;
  font-family: var(--font-1);
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  text-align: left;
}

body#contact-us li.breehome a {
  color: #ffffffb2 !important;
}

body#contact-us .NavBreadCrumb ul.list-unstyled li:nth-child(-n + 2),
body#contact-us .NavBreadCrumb ul.list-unstyled li:nth-child(-n + 2) a {
  color: #ffffffb2 !important;
}

body#contact-us .NavBreadCrumb ul.list-unstyled li span,
body#contact-us li.breadcrummm span,
body#contact-us li.breadcrummm {
  color: #ffffff !important;
}

@media screen and (max-width: 1024px) {
  .card-wrapper {
    gap: 40px;
  }
}

@media screen and (max-width: 990px) {
  .support-card:first-child {
    margin: 0 40px 40px 0;
  }

  .support-card:nth-child(2) {
    margin: 0 0 40px;
  }

  .card-wrapper {
    flex-wrap: wrap;
    gap: 0px;
  }

  .parts-support .parts-heading {
    font-size: 24px;
    max-width: 280px;
    margin: 0 auto 40px;
  }

  .parts-support {
    padding-top: 80px;
    padding-bottom: 134px;
  }

  .parts-support-cards {
    margin-top: -152px;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .support-card {
    max-width: 100%;
    width: 100%;
    padding: 20px;
    margin: 0 0 24px !important;
  }

  .card-head {
    font-size: 18px;
    margin-top: 5px;
    min-height: unset !important;
  }

  .card-desc {
    margin-bottom: 15.5px;
    margin-top: 15.5px;
  }

  .card-wrapper .support-card:last-child .card-desc,
  .card-wrapper .support-card:first-child .card-desc {
    padding: 0 0;
    max-width: 153px;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .card-wrapper .support-card .card-desc {
    padding: 0 0;
    max-width: 200px;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  #contact-us .parts-support .parts-heading {
    line-height: 120%;
  }
}

/* contact-us page css ends here */

/* FAQ Page CSS  */
#faqs .faq-section .wrap_title .section-title {
  font-size: 56px !important;
  line-height: 100%;
  letter-spacing: 0.04em;
  text-align: center;
  vertical-align: bottom;
  text-transform: capitalize;
  color: #3b3639 !important;
}

#faqs .faq-section .faq-question {
  font-size: 24px !important;
  font-weight: 500 !important;
}

#faqs .faq-section .faq-answer-inner p {
  margin: 0 !important;
  font-size: 18px;
  font-weight: 400;
  font-family: var(--font-2) !important;
  color: #3d3d3c;
}

#faqs .faq-help-card .faq-help-title {
  font-family: var(--font-2) !important;
}

#sitemap .padding_sec .container {
  max-width: 1270px !important;
}

@media screen and (max-width: 767px) {
  #faqs .faq-section .wrap_title .section-title {
    font-size: 24px !important;
  }

  #faqs .faq-section .faq-question {
    font-size: 16px !important;
    padding: 0 0 0 8px;
  }

  #faqs .faq-section .faq-answer-inner p {
    font-size: 14px;
  }

  #faqs .faq-section .faq-plusminus {
    position: relative;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
  }

  #faqs .faq-section .faq-q-icon {
    display: flex !important;
  }

  #faqs .faq-section .faq-answer {
    padding: 0 0 20px 50px !important;
  }

  #faqs .faq-section .row.faq-layout.enable_below_sidebar {
    flex-wrap: wrap;
    gap: 40px;
  }

  #faqs .faq-help-card .faq-help-title {
    font-family: var(--font-2) !important;
    padding: 0 80px 0 0;
  }

  #faqs .faq-section .faq-item {
    height: 100% !important;
  }

  .template-collection .media.secondary_image_hover,
  .template-collection .product-collection .product-collection__image a.image_product,
  .template-collection .product-collection .card__media .media a img {
    min-height: 100px !important;
    max-height: 100px !important;
    height: 100px !important;
  }

  .template-collection .product-item .name_product a,
  .template-collection .product-item .product-collection__content .product-collection__title a {
    max-width: 100%;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 120%;
    letter-spacing: 0.03em;
    text-transform: capitalize;
    text-align: center !important;
    margin-top: 15px;
  }
  .faq-answer-inner ol,
  .faq-answer-inner ul {
    padding-left: 15px;
    font-size: 12px;
    margin: 5px 0 5px;
    list-style: auto;
  }
  div#judgeme_product_reviews{
    padding: 0 15px;
  }
}

.template-collection .NavBreadCrumb ul.list-unstyled li:nth-child(-n + 2),
.template-collection .NavBreadCrumb ul.list-unstyled li:nth-child(-n + 2) a {
  color: #ffffffb2 !important;
}