/** Shopify CDN: Minification failed

Line 2697:37 Unexpected "{"

**/
/* ----------------------------------------Global CSS Starts Here----------------------------------------------------- */

.mobile-filter-open {
  overflow: hidden;
}

.mobile-filter-open .ymm-filters{
  overflow: auto;
}

label {
  width: 100%;
}
label {
  margin-bottom: 20px;
}
#customer_login .form-row {
  margin-bottom: 20px;
}
.form-row {
  margin-bottom: 20px;
}
input[type="number"],
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="search"],
input[type="url"],
textarea,
select {
  border: 0;
  border-radius: 0;
  padding: 23px 24px 22px;
  max-width: 100%;
  background-color: #eeeeee;
  color: #333333;
  font-family: "Kanit";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  width: 100%;
  height: 70px;
}
.white {
  color: #999999;
}
.black-text {
  color: #111111;
}
.color_grey p,
.color_grey a,
.color_grey h1,
.color_grey h2,
.color_grey h3,
.color_grey h4,
.color_grey h5,
.color_grey h6 {
  color: #999999;
}
.color_grey b {
  color: #ffffff;
}
p {
  font-family: "Martel Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;

  color: #333333;
}
p:last-child {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: kanit, sans-serif;
  margin: 0;
}
img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.section-title .black {
  color: #000;
}
.section-title .white {
  color: #fff;
}
.section-title h1 {
  font-weight: 700;
  font-size: 52px;
  line-height: 56px;
  /* or 109% */
  letter-spacing: 0;
  text-transform: uppercase;

  color: #ffffff;

  text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.15);
}
.section-title h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;

  text-transform: uppercase;
  margin-bottom: 14px;
}
.section-title h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 54px;
  /* identical to box height */

  color: #000000;
  margin-bottom: 35px;
}
.section-title h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  /* or 117% */

  text-transform: uppercase;

  color: #111111;
}
.section-sub-title h3 {
  margin-bottom: 28px;
}
.section-sub-title h4 {
  font-weight: 300;
  font-size: 32px;
  line-height: 48px;
  /* identical to box height */

  color: #111111;
  margin-bottom: 28px;
}
.no-text-container.section-sub-title h4 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 0px;
}
.section-title h4 {
  font-weight: 700;
  font-size: 32px;
  line-height: 35px;
  /* identical to box height */

  color: #111111;
}
.section-span-blue {
  font-family: "Kanit";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  /* identical to box height, or 175% */

  letter-spacing: 0.15em;
  text-transform: uppercase;

  color: #007786;
  margin-bottom: 7px;
}
.button-wrapper {
  display: flex;
}
.button-wrapper .btn-primary {
  background: #007786;
  font-family: "Martel Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 33px;
  text-align: center;
  color: #ffffff;
  margin-top: 28px;
  height: auto;
  padding: 15px 40px 12px;
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.button-wrapper .btn-primary:hover:before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
.button-wrapper .btn-primary:before {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-45deg);
  -moz-transform: skewX(-45deg);
  -o-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  transform: skew(-45deg);
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #007786;
  border-color: #007786;
}
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #007786;
  border-color: #007786;
}
.btn--primary:hover {
  background-color: #000;
  color: white;
}

.button-wrapper .btn-primary.small-btn {
  line-height: normal;
  padding: 10px 20px 8px;
}

button,
input[type="submit"],
input[type="button"],
.fami-btn {
  padding: 5px 15px;
}
button,
input[type="submit"],
input[type="button"],
.fami-btn {
  padding: 2px 15px;
}
/* Menu cart */
.widget_shopping_cart .widget_shopping_cart_content {
  padding: 10px 20px;
  text-align: left;
}
.widget_shopping_cart .widget_shopping_cart_content p {
  font-size: 18px;
  padding: 0;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons .button {
  height: 45px;
  line-height: 48px;
}
.widget_shopping_cart .product_list_widget li > a {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.widget_shopping_cart .product_list_widget img {
  margin-bottom: 8px;
}
.widget_shopping_cart .widget_shopping_cart_content p {
  font-size: 16px;
  line-height: 25px;
  padding: 0;
}
.widget_shopping_cart .widget_shopping_cart_content p:not(:last-child) {
  margin-bottom: 10px;
}
.block-minicart .widget_shopping_cart .woocommerce-mini-cart__total {
  padding-top: 10px;
}
.woocommerce-mini-cart-item a p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
}
.widget_shopping_cart .product_list_widget img {
  max-width: 80px;
}

.yotpo-reviews-carousel-header {
  margin-top: 0;
}

.yotpo-reviews-carousel-widget-container {
  width: 100% !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.glide__arrow--left {
  left: -30px !important;
}

.glide__arrow--right {
  right: -30px !important;
}

@media all and (min-width: 450px) {
  .block-minicart .widget_shopping_cart {
    min-width: 420px;
  }
}

/* Extra */
.container.section-ymm-home .cm_SearchHeader {
  display: none;
}
.container.section-ymm-home .cm_SearchResult {
  display: none;
}
.container.section-ymm-home select.cm_select__pretty {
  border: 1px solid #ccc !important;
}
.cm_vehicle-widget_title {
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  text-transform: uppercase;
  color: #111;
}
.container.section-ymm-home .cm_main-content {
  margin-bottom: 0;
}

/* YMM Filter Section Collection & Global */
.cm_vehicle-widget_label {
  align-items: baseline;
}
.cm_vehicle-widget_dropdowns .cm_vehicle-widget_title,
.cm_vehicle-widget_specifier .cm_vehicle-widget_title {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  text-transform: uppercase;
  color: #111;
  margin-bottom: 20px;
  font-family: kanit;
}
.cm_vehicle-widget .cm_select,
.cm_vehicle-widget .cm_select_inner-select {
  background-color: #fff;
  font-family: Martel Sans;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  height: 60px;
  color: #666;
}
.cm_category .cm_vehicle-widget .cm_select,
.cm_category .cm_vehicle-widget .cm_select_inner-select,
.cm_product .cm_vehicle-widget .cm_select,
.cm_product .cm_vehicle-widget .cm_select_inner-select,
.cm_hasSearchPage .cm_vehicle-widget .cm_select,
.cm_hasSearchPage .cm_vehicle-widget .cm_select_inner-select {
  line-height: 20px;
  height: 50px;
}

.cm_select__pretty {
  padding: 15px 20px 12px;
}
.cm_vehicle-widget_button-container .cm_vehicle-widget_button {
  margin: 0;
  height: 60px;
  min-width: 108px;
  position: relative;
  display: inline-block;
  line-height: 65px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  text-transform: capitalize;
  background-color: var(--engoc-primary-color);
  overflow: hidden;
}
.cm_category .cm_vehicle-widget_button-container .cm_vehicle-widget_button,
.cm_product .cm_vehicle-widget_button-container .cm_vehicle-widget_button,
.cm_hasSearchPage
  .cm_vehicle-widget_button-container
  .cm_vehicle-widget_button {
  height: 50px;
  line-height: 55px;
}
/* .cm_vehicle-widget_button-container .cm_vehicle-widget_button,
.cm_vehicle-widget_button-container .cm_vehicle-widget_button {
  height: 50px;
  line-height: 55px;
} */
.cm_vehicle-widget__search {
  background: #ffffff;
  box-shadow: 6px 10px 25px #00000014;
  padding: 30px;
  border: 1px solid #0000000a;
}
.cm_home .cm_vehicle-widget__search {
  background: transparent;
  box-shadow: none;
  padding: 0;
  border: 0;
}
.cm_vehicle-widget__column .cm_vehicle-widget_select {
  margin-bottom: 0;
}
#cm_verify-fitment .cm_vehicle-widget__column .cm_vehicle-widget_select {
  margin-bottom: 20px;
}
.cm_vehicle-widget_label .cm_vehicle-widget_title {
  line-break: anywhere;
  text-transform: capitalize;
}
.cm_vehicle-widget_label {
  justify-content: start;
  margin: -5px;
}

/* YMM Filter Section Collection & Global */

/* YMM dailog */
.cm_dialog .dialog-content {
  padding: 20px;
}
.close {
  opacity: 1;
}
/* YMM CSS banner section*/
.cm_vehicle-widget__home .cm_select_inner-select {
  background-color: #fff;
  font-family: Martel Sans;
  font-style: normal;
  font-weight: 400;
  padding: 15px 20px 12px;
  line-height: 29px;
  height: 65px;
  color: #666;
}
.section-filter-v1 .button {
  height: 60px;
  min-width: 108px;
  padding: 0 40px;
}
.cm_select__pretty {
  background-position: 96% 48%;
  border: 1px solid #d7d7d7;
}

.ymm-products-grid-wrapper .ymm-color-swatches {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ymm-products-grid-wrapper .ymm-color-swatches .ymm-color-swatch {
  max-width: calc(14.2857% - 6px * 7 / 8);
  width: calc(14.2857% - 6px * 7 / 8);
}
.ymm-products-grid-wrapper .ymm-color-swatch:after {
  opacity: 1 !important;
}

.ymm-products-grid-wrapper .ymm-product-thumbnail-wrapper.card_ratio_4_3 {
  margin-bottom: 10px;
}

.ymm-products-grid-wrapper .ymm-color-swatch-more {
  display: flex !important;
  text-align: center;
  margin-top: auto !important;
}

/* Mobile Menu */
.block-menu-bar .menu-bar span {
  width: 20px;
  display: block;
  border-radius: 4px;
  height: 3px;
  border: 1px solid #111;
  background: #111;
}
.block-menu-bar .menu-bar span:nth-child(2) {
  width: 0;
  display: none;
}
.block-menu-bar .menu-bar span:not(:last-child) {
  margin-bottom: 10px;
}

.block-menu-bar .menu-bar {
  border: 0;
}

.meta-woo .block-search-bar.block-woo {
  display: none;
}
.mobile-search-bar {
  display: none;
}
/* sticky cart icon */
.header-middle-inner .sticky-cart .block-link {
  padding: 12px;
  width: 55px;
  line-height: 40px;
  height: 55px;
}

/* blog image global standard */
@media all and (min-width: 767px) {
  .post-standard .post-thumb {
    width: 200px;
  }
}
#shopify-section-blog-template .socials-list li:first-child {
  margin-right: 0;
}
/* Price */
.price .ins {
  color: #f44b49;
}
/* search */
.cm_search-box-root:not(.cm_search-box-root__dialog)
  .cm_search-box_clear-container {
  right: -20px;
}
.cm_search-box-root .cm_dropdown {
  padding: 10px;
}
/*shopify-challenge__container  */
.shopify-challenge__container {
  margin: 20px auto !important;
}
.shopify-challenge__container .btn:hover {
  color: #fff !important;
}
.cm_search-box-root .cm_dropdown .item:focus,
.cm_search-box-root .cm_dropdown .item:hover {
  background-color: #ebebeb;
}
.cm_search-box-root .cm_dropdown .item.product-item .description-block {
  margin-left: 12px;
}
.facetholder.cm_field-Fitment {
  display: none;
}
/* ----------------------------------------Global CSS Ends Here----------------------------------------------------- */
/* -------------Top Header----------------- */
.container.header_topbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 42px;
}
.header_topbar .top_header {
  width: 20%;
}
.header_topbar .top_header.text_container {
  width: 60%;
}
.top_header.icon-container {
  display: flex;
  align-items: center;
}
.top_header.icon-container .img_container {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.top_header.icon-container .icon_text {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 24px;
}

/* images and icon of top header */
.top_header img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.top_header.icon-container .img_container img {
  height: auto;
}

.top_header.text_container {
  text-align: center;
}
.top_header.text_container p {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
}
.top_header.text_container p a {
  color: #007786;
  text-decoration: underline;
  padding-left: 4px;
  text-transform: capitalize;
}

.top_header.my_account {
  display: flex;
  justify-content: end;
}

.top_header.my_account a {
  display: flex;
  align-items: center;
}
.top_header.my_account .my_account_text {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
}
.top_header.my_account .icon.img_container {
  width: 12px;
  margin-right: 10px;
}

/* ---------------For Main Header Version4--------------*/

/* Big paddings beacuse of the table wrapper */
.header-middle-inner .block-search {
  padding-left: 190px;
  padding-right: 200px;
}

.mini_cart_container {
  display: flex;
  align-items: center;
}
.header.style4 .phone-header .phone-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.azirspares-live-search-form .txt-livesearch {
  width: 100%;
  padding: 15px 20px 10px;
  border: none;
  color: #666;
  font-weight: 400;
  font-family: "Martel Sans";
  font-style: normal;
  font-size: 14px;
  line-height: 26px;
  height: 100%;
  background: #ffffff;
}
.phone-header.style4 .phone-inner .phone-number p:first-child {
  margin-bottom: 0;
}
/* nav header */

.box-header-nav {
  padding: 16px 0;
}

/* Navbar select feature YMM */
.dropdown.ymm_dropdown {
  text-align: end;
}
.dropdown.ymm_dropdown:has(.ymm-selected) {
  background: #007786;
  max-width: 220px;
}
.dropdown.ymm_dropdown button {
  background: #007786;
  height: 100%;
  font-weight: 700;
  line-height: 26px;
  padding: 19px 40px 12px 20px;
  position: relative;
}
.dropdown.ymm_dropdown button.ymm-selected {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.dropdown.ymm_dropdown button:after {
  content: "";
  background: url(./Group.png);
  width: 11px;
  height: 7px;
  background-repeat: no-repeat;
  background-size: 11px;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}
.dropdown.ymm_dropdown button.ymm-selected:after {
  display: none;
}
#ymmDropdown {
  text-align: left;
  width: 510px;
  right: 0;
  padding: 35px 40px 40px;
  z-index: 4;
}
.dropdown.ymm_dropdown:has(.show) button {
  background: #ffffff !important;
  color: #007786;
  transition: 0.2s ease-in;
}
.dropdown.ymm_dropdown:has(.show) button:before {
  content: "";
  background-color: #007786;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.dropdown.ymm_dropdown:has(.show) button:after {
  background: url(./d-arrow.png);
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {
  background-color: #ddd;
}

.show {
  display: block;
}

.ymm_dropdown .dropdown-title h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  text-transform: uppercase;
  color: #111111;
  margin-bottom: 20px;
}
#ymmDropdown .cm_vehicle-widget_dropdowns .cm_vehicle-widget_body {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
#ymmDropdown .cm_vehicle-widget_select-container {
  display: grid;
  gap: 20px;
}
#ymmDropdown .cm_vehicle-widget__home .cm_select_inner-select {
  background-color: #fff;
  font-family: Martel Sans;
  font-style: normal;
  font-weight: 400;
  padding: 12px 20px 10px;
  line-height: 29px;
  height: 50px;
  color: #333;
}
#ymmDropdown .cm_select__pretty {
  box-shadow: -5px 5px 10px -6px #00000026;
}
#ymmDropdown .cm_vehicle-widget .cm_select,
#ymmDropdown .cm_vehicle-widget .cm_select_inner-select {
  height: 50px;
}
#ymmDropdown .cm_vehicle-widget_button-container {
  margin-top: 20px;
}
#ymmDropdown .cm_vehicle-widget_button {
  font-family: Martel Sans;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  padding: 12px 40px;
  letter-spacing: 0;
  height: 50px;
  text-transform: capitalize;
}

.header-nav .dropbtn span:nth-of-type(2) {
  opacity: 0.5;
  font-size: 13px;
  font-weight: 400;
  font-family: Martel Sans;
  padding-left: 12px;
  border-left: 1px solid white;
}
.header-nav .dropbtn.selected span:nth-of-type(2) {
  border-left: 1px solid black;
}
.header-nav .dropbtn span:nth-of-type(1) {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-right: 12px;
  font-size: 13px;
  line-height: 16px;
}
/* ---------End of header v4------*/

/*-------------------------------------------------------------- Home Page CSS starts here -------------------------------------------------------------- */
/* Home page Banner Section */
.azirspares-banner .banner-inner {
  display: block;
}
.azirspares-banner .banner-info {
  width: 675px;
}
.azirspares-banner .banner-info {
  padding: 0;
}
.azirspares-banner.style3 .title {
  text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.15);
}
.azirspares-banner.style3 .title-hightlight {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}
.azirspares-banner.style3 .title,
.azirspares-banner.style3 .title-hightlight {
  font-family: "Kanit";
  margin-bottom: 14px;
}
.azirspares-banner.style3 .desc {
  font-family: "Martel Sans";
  margin-bottom: 28px;
  line-height: 33px;
}
.azirspares-banner .button {
  font-family: Martel Sans;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 33px;
  text-align: center;
  color: #fff;
  padding: 12px 40px 12px;
  letter-spacing: 0;
  height: 60px;
  text-transform: capitalize;
  background-color: #000000;
}
.azirspares-banner .button.bg-btn-background {
  background-color: #007786;
  transition: 0.2s ease-in-out;
}
.azirspares-banner .banner-inner:hover .banner-thumb img {
  transform: scale(1);
}

#video {
  height: auto;
  object-fit: cover;
}
@media all and (min-width: 1600px) {
  #video {
    height: 393px;
  }
}
.content-video {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  padding: 0 20px;
  max-width: 1440px;
  width: 100%;
}

.content-video .banner-content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: -20px;
}
.content-video .banner-content-wrapper .common-item {
  width: 50%;
  padding: 20px;
}
.video-content {
  position: relative;
}
.video-content #play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 1;
}
.playPause.playing .v-c-play,
.playPause:not(.playing) .v-c-pause {
  display: none;
}
.playPause.playing .v-c-pause {
  display: block;
}

/*  Home YMM section  */
.cm_home .cm_vehicle-widget__search {
  margin-bottom: 0px;
}
.cm_home .cm_main-content {
  width: calc(100% - 0px);
}

.cm_vehicle-widget_dropdowns
  .cm_vehicle-widget_button.cm_vehicle-widget_button__go.button,
.cm_vehicle-widget_dropdowns
  .cm_vehicle-widget_button.cm_vehicle-widget_button__clear.button {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .cm_vehicle-widget
    .cm_vehicle-widget_button-container
    .cm_vehicle-widget_button.button {
    max-width: unset;
    flex: 1 1 0;
  }
}

@media (min-width: 807px) and (max-width: 1040px) {
  body:not(.cm_home)
    .cm_vehicle-widget__search
    .cmTemplate_active
    .cm_vehicle-widget_body {
    flex-direction: column;
    row-gap: 15px;
  }

  body:not(.cm_home)
    .cm_vehicle-widget__search
    .cmTemplate_active
    .cm_select:last-child {
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1040px) {
  body:not(.cm_home)
    .cm_vehicle-widget__search:not(.cm_home)
    .cmTemplate_active
    .cm_vehicle-widget_body {
    row-gap: 15px;
  }
  body:not(.cm_home)
    .cm_vehicle-widget__search
    .cmTemplate_active
    .cmRepeater_selects {
    row-gap: 10px;
  }
}

.cm_home .cm_vehicle-widget_dropdowns .cm_vehicle-widget_title {
  /*   width: 20%; */
  margin: 0;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
}
/* .cm_home .cm_vehicle-widget_dropdowns .cm_vehicle-widget_body {
  width: 80%;
} */
.cm_vehicle-widget_button-container .cm_vehicle-widget_button.btn--secondary {
  background-color: #e6e6e6;
}
.btn--secondary svg {
  fill: #000;
}
/* vs section text first and image  */
.section:has(.vs-section) {
  background: #efefef;
}
.vs-section .image-with-text .image-with-text__text-container {
  padding-left: 0;
  padding-right: 80px;
}
/* homepage mat section image with text */
.text-with-img-bg {
  background: #efefef;
}
.text-with-img-bg .container {
  padding-top: 100px;
  padding-bottom: 40px;
}
.text-with-img-bg.section-padding .container {
  padding-top: 0px;
  padding-bottom: 100px;
}
.featured-collection-wrapper {
  padding: 70px;
  background: #ffffff;
  box-shadow: 6px 10px 25px rgba(0, 0, 0, 0.05);
}
.text-with-img-bg .container .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.text-with-img-bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

/* Image with text section */
.image-with-text__text-container {
  width: 50%;
}
.image-with-text__image-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.image-with-text .image-with-text__text-container {
  padding-left: 100px;
  padding-right: 260px;
}
form#AddToCartForm .swatch .tooltip {
  left: -30px;
}
.banner-product-wrapper {
  padding: 25px 35px 30px;
  background: #efefef;
  border-radius: 10px;
  box-shadow: none !important;
}
.banner-product-details h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  /* identical to box height */

  color: #000000;
  margin-bottom: 7px;
}
.banner-product-details p {
  font-family: "Martel Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;

  color: #666666;
  margin-bottom: 7px;
}
.banner-product-details .green-price {
  font-family: "Kanit";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  /* identical to box height */

  color: #007786;
  margin-bottom: 0;
}
.banner-product-wrapper {
  margin-top: 28px;
}
/* image with text which donot have full width */
.container .image-with-text {
  padding: 100px 0 160px;
}
/* image with text which donot have full width */

/* camo-section */
.camo-section .section-sub-title h4 {
  margin-bottom: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* flextread-advantage-section */
.flextread-advantage-section .section-title h2 {
  color: white;
  margin-bottom: 28px;
}
.flextread-advantage-section .image-with-text .image-with-text__text-container {
  padding-right: 76px;
  padding-left: 260px;
}
.flextread-advantage-section .section-span-blue {
  margin-bottom: 14px;
}
.bullet-content-wrapper p {
  position: relative;
  margin-left: 70px;
  color: #999999;
}
.bullet-point-wrapper:not(:last-child) .bullet-content-wrapper p {
  margin-bottom: 28px;
}
.bullet-content-wrapper p:before {
  content: "";
  background: url("./check-mark.png") no-repeat;
  width: 40px;
  height: 40px;
  background-size: 40px;
  position: absolute;
  top: 0;
  left: -70px;
}

/* catalogs-section */
.catalogs-section .image-with-text .image-with-text__text-container {
  padding-left: 20px;
  padding-right: 0;
  max-width: 600px;
  margin: 0 auto 0 0;
}
.catalogs-section .image-with-text .image-with-text__image-container {
  padding-right: 100px;
}
.link_and_button_wrapper {
  margin-top: 28px;
}
.catalogs-section .button-wrapper .btn-primary {
  margin-top: 0;
}
.link_and_button_wrapper .link-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.link_and_button_wrapper .link-wrapper img {
  width: 50px;
  height: 100%;
  object-fit: contain;
  object-position: center;
  margin-right: 20px;
}
.link_and_button_wrapper .link-wrapper a {
  font-family: "Martel Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 33px;
  /* identical to box height */

  text-align: center;
  text-decoration-line: underline;

  color: #007786;
}

/* killing-section */
.container.killing-section .image-with-text {
  padding: 100px 0;
}
.killing-section .image-with-text .image-with-text__image-container {
  padding-right: 86px;
}
.killing-section .image-with-text .image-with-text__text-container {
  padding-left: 0px;
  padding-right: 0;
}
.killing-section .section-title h2 {
  color: #fff;
}
.killing-section .section-sub-title h4,
.killing-section p {
  color: #999999;
}
.killing-section .button-wrapper .btn-primary {
  margin-top: 35px;
}

/* floor section image with text overlay */

.floor-banner-section {
  padding: 120px 0;
}
.floor-banner-section .floor-banner-section-content {
  max-width: 740px;
  text-align: center;
  margin: 0 auto;
}
.floor-banner-section h2,
.floor-banner-section h6,
.floor-banner-section p {
  color: white;
}
.floor-banner-section .small-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  /* identical to box height, or 175% */

  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.floor-banner-section .section-title h2 {
  margin-bottom: 28px;
}

/* contact us form */

.contact_us_form .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
.contact_us_form .container .text-with-form {
  display: flex;
  align-items: center;
}
.contact_us_form .text_wrapper .first_paragraph {
  padding-bottom: 95px;
}
.contact_us_form .text_wrapper .color_grey strong {
  color: #fff;
}

.contact_us_form .form-content-wrapper {
  background: #fff;
  padding: 40px 70px 50px;
}
.contact_us_form .section-title h3 {
  line-height: 54px;
  text-transform: none;
}
.contact_us_form .email label {
  margin-bottom: 0;
}
.contact_us_form .text-with-form .text_wrapper {
  padding-right: 90px;
}
.product_review_container {
  margin-top: 28px;
  margin-bottom: 28px;
}
.product_review_container .info p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}
.product_review_container .product_review_wrapper .product {
  display: flex;
  align-items: center;
}
.product_review_container .product_review_wrapper .product:not(:last-child) {
  margin-bottom: 28px;
}
.product_review_container .review {
  display: flex;
  align-items: center;
}
.product_review_container .text_with_review {
  margin-left: 30px;
}
.product_review_container .text_with_review h4 {
  font-family: "Martel Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #111111;
  margin-bottom: 10px;
}
.product_review_container .text_with_review .review .review-container {
  background: #00778640;
  border-radius: 5px;

  width: 40px;
  height: 30px;
}
.product_review_container .text_with_review .review .review-container:hover,
.product_review_container .text_with_review .review .review-container.select {
  background: #007786;
  transition: 0.2s ease-in;
}
.product_review_container
  .text_with_review
  .review
  .review-container:hover
  label,
.product_review_container
  .text_with_review
  .review
  .review-container.select
  label {
  transition: 0.2s ease-in;
  color: #fff;
}
.product_review_container .text_with_review .review .review-container label {
  font-family: "Martel Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 26px;
  color: #007786;
  margin-bottom: 0;
  padding: 4px 15px 1px;
}
.product_review_container
  .text_with_review
  .review
  .review-container:not(:last-child) {
  margin-right: 5px;
}

.product_review_container .review-container {
  position: relative;
}

.product_review_container .review-container:first-child:after,
.product_review_container .review-container:nth-last-of-type(1):after {
  position: absolute;
  bottom: -35px;
  font-family: Martel Sans;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 28px;
  color: #999;
  white-space: nowrap;
}
.product_review_container .review-container:first-child:after {
  content: "Not Satisfied";
  left: 0;
}
.product_review_container .review-container:nth-last-of-type(1):after {
  content: "Satisfied";
  right: 0;
}
.product_review_container .text_with_review .review .review-container input {
  visibility: hidden;
}

.product-information .scene_variants .color-swatch-square-container {
  width: 40px !important;
    height: 39px !important;
    padding: 1px;
    background: none !important;
}

.product-information .scene_variants .color-swatch-square-container span {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 38px;
  width: 38px;
  display: block;
}

.product-information input[type="radio"] + div {
  border: 0;
  background: none;
}

.sign_me_up_container {
  display: flex;
  align-items: flex-start;
}
.sign_me_up_container span {
  margin-left: 14px;
}
.sign_me_up_container input[type="checkbox"] {
  width: 40px;
  height: 30px;
  margin: 0;
  accent-color: #007786;
}

/* upcoming_shows section */
.upcoming_shows .container {
  padding: 100px 20px 120px;
}
.upcoming_shows .row.text_with_blog {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.lastest-news-content span.text {
  font-family: "Kanit";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 36px;
  color: #111111;
}
.lastest-news-content span.sub_text {
  font-family: "Martel Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 33px;
  color: #666666;
}
.lastest-news-content span.date-text {
  font-family: "Martel Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 36px;

  color: #111111;
}
.lastest-news-content .text.date-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lastest-news-content .text.date-text p,
.lastest-news-content .button-wrapper .btn-primary {
  margin: 0;
}
.lastest-news-content .button-wrapper .btn-primary {
  height: 76px;
  padding: 23px 28px 15px;
}
.lastest-news-content .content .row {
  display: flex;
  align-items: center;
}
.lastest-news-content .content:not(:last-child) {
  border-bottom: 1px solid #1e1e1e40;
  padding-bottom: 42px;
}
.lastest-news-content .content:not(:first-child) {
  padding-top: 42px;
}

.latest-news-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.latest-news-wrapper .latest-item:nth-of-type(1) {
  width: 85%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 -10px;
}
.latest-news-wrapper .latest-item:nth-of-type(1) .content-item {
  padding: 0 10px;
}
.latest-news-wrapper .latest-item:nth-of-type(2) {
  width: 15%;
  display: flex;
  justify-content: end;
}

/* testimonial section */
.testimonial_section .azirspares-iconbox .icon span:before {
    top: 10px;
    position: relative;
}
.testimonial_section .slick-track {
    display: flex;
}
.testimonial_section .slick-slide {
    height: auto;
    flex: 1;
}
.testimonial_section .azirspares-testimonial.default {
    height: 100%;
}
.testimonial_section .testimonial-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.testimonial_section .azirspares-testimonial.default .testimonial-wrap {
  height: 100%;
  padding: 20px;
  border: 1px solid #dadada;
}
.testimonial_section .section-title {
    margin-bottom: 30px;
}
.testimonial_section .azirspares-testimonial.default .title {
    font-size: 20px;
    margin-bottom: 8px;
}
.testimonial_section .azirspares-testimonial .rating {
  margin-bottom: 0;
}
.testimonial_section .azirspares-testimonial.default .desc {
   /* display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden; */
  color: #333;
  font-size: 16px;
  line-height: 24px;
      margin-bottom: 5px;
}
.testimonial_section .azirspares-testimonial.default .intro {
      min-height: 65px;
}
.testimonial_section .slick-dots {
    margin-top: 30px;
  }
@media (max-width: 991px) {
  .testimonial_section .slick-dots {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .testimonial_section .engoc-stmv1-inner {
    padding: 70px 20px 50px;
  }
  .testimonial_section .slick-dots {
    margin-top: 10px;
  }
}
/*-------------------------------------------------------------- Home Page CSS ends here -------------------------------------------------------------- */

/*-------------------------------------------------------------- Collection Page CSS starts here -------------------------------------------------------------- */
.collection-title h1 {
  font-weight: 600;
  font-size: 44px;
  line-height: 48px;
  text-shadow: none;
  margin-bottom: 25px;
}
.tshopify-popup .product-name {
  margin-bottom: 0;
}
.product-name {
  font-size: 20px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 20px;
}
.engoc-row-equal-20 {
  gap: 15px 0;
}
.onnew {
  background-color: #007786;
}
.onspecial {
  background-color: #000000;
}
.tshopify-popup .product-name {
  font-size: 24px;
  line-height: 32px;
}
.onnew,
.onsale,
.onspecial,
.onsoldout {
  line-height: 24px;
}

select.cm_sort-select:focus {
  border: 0px solid #e6e6e6;
}
option {
  color: #fff;
  background-color: #007786;
}
option:hover {
  box-shadow: 0 0 10px 100px #000 inset !important;
}
.product-item.style-01 .group-button .engoc-btn-quickview:hover i:before {
  color: #fff;
}
.cat-list {
  height: 18px;
}
.cm_main-content {
  margin-bottom: 60px;
}
.product_meta label {
  width: auto;
}
.cm_product .cm_vehicle-widget_button-container .cm_vehicle-widget_button {
  min-width: 70px;
}
.js-qty input,
.ajaxcart__qty input {
  text-align: left;
  padding: 9px 30px 9px 15px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
.product-item.style-01 .group-button .engoc-add-to-wishlist,
.cat-list,
.product-thumb .group-button,
.cmRepeater_facets .cm_field-category,
.cmRepeater_facets .cm_field-vendor,
.cmRepeater_facets .cm_field-stock {
  display: none;
}

.cm_main-content .cm_vehicle-widget_label .cm_vehicle-widget_title {
  font-size: 24px;
  line-height: 26px;
  padding: 5px;
  width: 60%;
}
.cm_vehicle-widget_label .cm_vehicle-widget_body {
  padding: 5px;
  width: 40%;
}

/* Collection Sidebar Filter */
.cm_FacetPanel .facetdiv input[type="checkbox"] {
  accent-color: #007786;
}
.cm_FacetPanel .input input[type="number"] {
  height: 40px;
  font-size: 14px;
}
.cm_FacetPanel .cm_btn {
  line-height: 24px;
  height: 40px;

  padding: 10px 20px;
}
/* Collection Sidebar Filter */

@media (min-width: 768px) {
  .collection-template-collections-image,
  .collection-template-collections-description {
    background: #ffffff;
    box-shadow: 6px 10px 25px #00000014;
    padding: 30px;
    border: 1px solid #0000000a;
  }
}
.cm_FacetPanel:not(.dialog-body) .facetholder {
  background: #ffffff;
  box-shadow: 6px 10px 25px #00000014;
  border: 1px solid #0000000a;
}
.cm_SearchHeader {
  background: #ffffff;
  box-shadow: 6px 10px 25px #00000014;
  padding: 30px;
  border: 1px solid #0000000a;
}
.cm_main-content .cm_SearchResult {
  background: #ffffff;
  box-shadow: 6px 10px 25px #00000014;
  padding: 30px;
  border: 1px solid #0000000a;
}
.cm_sort select {
  height: 50px;
  padding: 6px 24px 6px;
}

.cm_dialog.vehicle-dialog .dialog-container {
  flex-basis: 460px;
}
.cm_dialog .cm_vehicle-widget__row .cm_vehicle-widget_select-container {
  flex-direction: column;
}
.cm_dialog .cm_vehicle-widget_select.cm_select {
  width: 100%;
  padding-bottom: 20px;
}

@media all and (min-width: 767px) {
  .product-item.style-01 .product-name {
    max-width: 300px;
  }
}

.cm_category .image-with-text--image-with-text {
  background-color: #eeeeee;
}
.cm_category .flextread-advantage-section .section-title h2 {
  color: #000;
}
.cm_category .bullet-content-wrapper p {
  color: #000;
}
.cm_category .bullet-content-wrapper p:before {
  filter: invert(1);
}
.collection-template-collections-description {
  width: calc(100% - 295px);
  margin: 0 0 0 auto;
  margin-bottom: 60px;
}
.collection-template-collections-description .desktop {
  width: 100%;
}
.collection-template-collections-description table {
  margin-bottom: 0;
}
.collection-template-collections-description table h2 span {
  font-weight: 400;
  font-size: 24px;
  line-height: 42px;
  text-transform: capitalize;
  color: #111;
  margin-bottom: 8px;
  font-family: kanit;
  text-underline-offset: 6px;
  display: block;
}
.collection-template-collections-description table th,
td {
  vertical-align: initial;
  padding-top: 20px;
  padding-bottom: 20px;
}
/*-------------------------------------------------------------- Collection Page CSS ends here -------------------------------------------------------------- */

/*--------------------------------------------------------------  Cart page CSS starts here -------------------------------------------------------------- */
body.woocommerce-cart .cart-title {
  font-size: 36px;
}
.woocommerce-cart .no-sidebar {
  padding-bottom: 20px;
}
.cart_totals > h2 {
  background-color: #007786;
  padding: 25px 20px;
  letter-spacing: 0;
}
body.woocommerce-cart .cart-title,
.cart_totals .shop_table tr.order-total th {
  letter-spacing: 0;
}
.woocommerce-cart-form .shop_table thead th {
  font-weight: 700;
  letter-spacing: 0;
  text-align: left;
}
.woocommerce-cart input[type="number"],
.woocommerce-cart textarea {
  border: 1px solid #eee;
  padding: 12px 24px 10px;
  background-color: #cfcfcf00;
  height: 50px;
}
.woocommerce-cart .button-wrapper {
  display: revert;
}
.woocommerce-cart .button-wrapper .btn-primary {
  margin-top: 0;
  font-size: 16px;
  letter-spacing: 0;
}
.shop_table tr:first-child td,
.shop_table tr:first-child th {
  border-top: 1px solid #ebebeb;
}
.shop_table thead tr {
  background: #ffffff;
}
.shop_table thead tr th {
  border-bottom: 1px solid #ebebeb;
}
.cart-subtotal.no-border {
  border-bottom: 0 !important;
  padding: 15px 20px 5px;
}
body.woocommerce-cart .shop_table tr td.product-name,
body.woocommerce-cart .shop_table tr th.product-name {
  border-left: 0;
  max-width: 230px;
}
.cart_totals .cart-subtotal.no-border th {
  padding-bottom: 0;
}
.woocommerce-cart textarea {
  padding: 12px 15px 10px;
  font-size: 14px;
}
.woocommerce-cart-form .shop_table td.product-quantity {
  text-align: center;
  max-width: 90px;
}
.cart_totals .shop_table tr th {
  font-weight: 600 !important ;
}
/*--------------------------------------------------------------  Cart page CSS ends here -------------------------------------------------------------- */

/*--------------------------------------------------------------  Product Details page CSS starts here -------------------------------------------------------------- */
.pdp-container-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.fitment-table-body {
  font-size: 18px;
}
.engoc-pd-tab-wrapper {
  padding-bottom: 40px;
}
.wc-tabs {
  margin-top: 0;
  text-align: left;
  border-bottom: 0;
  padding: 0 30px;
}
.wc-tabs li a {
  font-weight: 700;
  padding-top: 25px;
  line-height: 40px;
  text-transform: uppercase;
}
.woocommerce-Tabs-panel p {
  line-height: 26px;
  font-size: 18px;
}
.woocommerce-product-gallery .slick-slide.slick-current {
  justify-content: left;
}
.enj-product-price .money {
  font-weight: 800;
}
.azirspares-iconbox.default .icon span {
  width: 76px;
  height: 76px;
  line-height: unset;
}
.azirspares-iconbox .icon span:before {
  line-height: 76px;
}
.quickview-product p.product-desc {
  font-family: Martel Sans;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #333;
}
.entry-summary .cart .single_add_to_cart_button {
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 700;
  height: 51px;
  line-height: 51px;
}
.cm_product ul.tabs.wc-tabs li:before {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.cm_product #shopify-section-product-template ul.tabs.wc-tabs li {
  line-height: normal;
  padding-left: 0px;
  margin-bottom: 0;
}
.cm_product .woocommerce-Tabs-panel ul:not(:last-child) {
  margin-bottom: 25px;
}
.woocommerce-Tabs-panel {
  padding: 25px 30px;
}
.product-page-installation {
  padding: 50px 0;
}
.product-page-installation .page-content .section-container {
  padding-top: 0;
  margin-bottom: 0;
}
.azirspares-iconbox.default .title {
  font-size: 20px;
  letter-spacing: 0;
  margin-bottom: 18px;
}
.main-contain-summary .service-box-bottom {
  display: flex;
  /* gap: 20px; changes due to new css were added by unknown - Cartmade */
  /* margin-top: 50px; */
  flex-wrap: wrap;
  margin: -20px;
  padding-top: 50px;
  padding-bottom: 30px;
}

.product-information .atc-message {
  font-size: 16px;
  line-height: 24px;
  margin-top: 14px;
}


@media (max-width: 992px) {
  .main-contain-summary .service-box-bottom {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .main-contain-summary .service-box-bottom {
    padding-bottom: 20px;
  }
  .main-contain-summary .service-box-bottom {
    margin: -10px;
  }
  .main-contain-summary .service-box-bottom .azirspares-iconbox.default {
    padding: 10px;
}
}
.main-contain-summary .service-box-bottom .azirspares-iconbox.default {
  padding: 20px;
}
.service-box-bottom .iconbox-inner {
  height: 100%;
}
.azirspares-iconbox.default .desc,
body.single-product .azirspares-iconbox.default .desc {
  font-size: 18px;
  line-height: 28px;
}
.azirspares-iconbox.default .iconbox-inner {
  padding: 0 20px 0;
  margin-top: 0;
}
.service-box-bottom .azirspares-iconbox.default .iconbox-inner {
  padding: 0 20px 40px;
}
.azirspares-iconbox.default .iconbox-wrap {
  padding-bottom: 10px;
}

.pdp-container-wrapper .without-caption.image-link {
  display: block;
  height: 576px;
  overflow: hidden;
}
/* .product-fitment-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
} */
.product-fitment-container .search_related_fitment {
  padding-left: 42px;
}
.product-fitment-container .search_related_fitment a {
  color: var(--engoc-primary-color);
  position: relative;
  font-size: 16px;
}
.product-fitment-container .search_related_fitment a:after {
  content: "";
  background: url(./next.png) no-repeat;
  position: absolute;
  right: -35px;
  top: 4px;
  background-position: center;
  background-size: 18px;
  width: 20px;
  height: 20px;
}
.product-fitment-container .search_related_fitment a:hover {
  color: #0f3d42;
  transition: 0.4s ease-in;
}
.product-fitment-container .search_related_fitment a:hover:after {
  transform: scale(1.2);
  transition: 0.4s ease-in;
}
.cm_verify-fitment__no .cm_icon {
  padding: 0;
  margin: 0;
  padding-right: 10px;
}
.cm_vehicle-widget_label.cm_verify-fitment {
  align-items: center;
}
.cm_verify-fitment_change {
  font-size: 16px;
  color: var(--engoc-primary-color);
}
.cm_verify-fitment_change:hover {
  color: #0f3d42;
}
/* fitment-section */
.fitment-section {
  background: #f4f4f4;
  padding-bottom: 40px;
  padding-top: 60px;
}
.fitment-section .fitment-content {
  background: #fff;
  padding: 25px 30px;
}

.cm_fitment-table {
  text-align: left;
}
.fitment-table-title {
  border-bottom: 0px solid #e3e3e3;
  text-align: left;
  margin-bottom: 25px;
}
.fitment-table-title p {
  font-weight: 700;
  font-size: 20px;
  line-height: 40px;
  position: relative;
  transition: color 0.25s, border-color 0.25s, background-color 0.25s,
    opacity 0.25s, width 0.25s ease 0s;
  width: fit-content;
  text-transform: uppercase;
}
.fitment-table-title p:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -1px;
  border-bottom: 2px solid var(--engoc-primary-color);
  -webkit-transition: transform 0.25s ease 0s;
  -moz-transition: transform 0.25s ease 0s;
  -o-transition: transform 0.25s ease 0s;
  transition: transform 0.25s ease 0s;
  width: 100%;
}
#engo-pd-tab-description p strong {
  text-transform: uppercase;
}
#engo-pd-tab-description li {
  font-size: 18px;
  line-height: 26px;
}
/*--------------------------------------------------------------  Product Details page CSS ends here -------------------------------------------------------------- */
/*--------------------------------------------------------------  Dealer success page CSS starts here -------------------------------------------------------------- */
/* dealer-registration-form-success */
.notice-box {
  background: #ffefbe;
  padding: 20px;
  width: fit-content;
  margin: 15px 0;
}
.notice-box p {
  margin-bottom: 12px;
}
.notice-box ul li:not(:last-child) {
  padding-bottom: 10px;
}
.notice-box ul li {
  font-size: 16px;
}
.notice-box a {
  color: #007786;
  font-weight: 700;
}
/* my-account-page-dealer-request */
.my-account-page-dealer-request {
  padding: 40px 0;
}
p.customer__info {
  margin: 0;
}
.maxus-myaccount__content h2 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 25px;
}
/*--------------------------------------------------------------  Dealer failed page CSS starts here -------------------------------------------------------------- */

/*-------------------------------------------------------------- sample page --------------------------------------------------------------*/

.samle-request .color-content .section-title h3 {
  margin-bottom: 25px;
}

.section-paragraph {
  margin-bottom: 25px;
}
.section-paragraph p {
  font-size: 16px;
  line-height: 24px;
}
/*-------------------------------------------------------------- sample page --------------------------------------------------------------*/

/* customer */

.custom-padding {
  padding: 40px 20px;
}
.form-vertical {
  background: #fff;
  padding: 40px 30px;
}
.dealer-custom label {
  margin: 25px 0 20px;
  font-size: 16px;
}
/* Newsletter Section CSS */
.newsletter {
  background: #007786;
}
.newsletter .container {
  padding-top: 64px;
  padding-bottom: 64px;
}
.newsletter p.desc {
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  padding-left: 10px;
}
.newsletter .azirspares-newsletter {
  display: flex;
  justify-content: end;
}
.newsletter .section-title h2 {
  margin: 0;
}
.newsletter .row {
  display: flex;
  align-items: center;
}
.newsletter input[type="email"] {
  background-color: white;
  color: #999999;
  font-family: "Martel Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  padding: 18px 28px 14px;
  height: auto;
  width: 360px;
  margin-right: 35px;
}
.newsletter input[type="submit"] {
  background: #000000;
  font-family: "Martel Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 33px;
  text-align: center;
  color: #ffffff;
  padding: 14px 57px 14px;
  height: 60px;
}
.azirspares-newsletter.default .newsletter-form-wrap {
  max-width: 100%;
}

/*---------------------------------------------------------------- Footer CSS Starts here Version 4 --------------------------------------------------------------- */
.main-footer .container {
  padding-top: 80px;
  padding-bottom: 70px;
}
.footer .footer-title {
  font-family: "Kanit";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #ffffff;

  margin-bottom: 25px;
  margin-top: 0;
}
.main-footer .contact-details .title {
  margin: 0;
  padding: 0;
}
.main-footer .contact-details .phone .desc {
  margin-bottom: 35px;
}

.footer p,
.footer a {
  font-family: "Martel Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;

  color: #999999;
}

.footer-logo {
  width: 250px;
  height: auto;
  object-fit: contain;
  margin-bottom: 35px;
}
.socials-list {
  padding-left: 0;
  display: inline-flex;
  list-style: none;
}
.socials-list li:first-child {
  margin-right: 14px;
}
.socials-list li a i {
  font-size: 16px;
  color: white;
  border: 1px solid #ffffff40;
  padding: 6px 15px;
  line-height: 28px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
i.fa-brands.fa-youtube {
  padding: 5px 10px 6px 11px;
}
.footer .azirspares-listing.style1 .listing-list li {
  line-height: 49px;
}

/* footer bottom */
.footer-bottom .container {
  border-top: 1px solid #404040;
  padding-top: 35px;
  padding-bottom: 35px;
}
.footer-bottom .bottom-column1,
.footer-bottom a {
  font-family: "Martel Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: #999;
}
.footer-bottom .bottom-column1 {
  padding-top: 0;
}
@media screen and (min-width: 1024px) {
  .footer-bottom .bottom-column1 {
    padding-bottom: 0;
  }
}
.footer-bottom .footer_btm .listing-list {
  display: flex;
  justify-content: end;
}
.footer-bottom .bottom-column2,
.footer-bottom .bottom-column3 {
  padding: 0;
}

@media screen and (min-width: 768px) {
  .footer-bottom .bottom-column2:not(:first-child) {
    padding-left: 20px;
  }
  .footer-bottom .bottom-column2:not(:last-child) {
    padding-right: 20px;
    border-right: 1px solid #404040;
  }
}

/*---------------------------------------------------------------- Footer CSS Ends here Version 4 ----------------------------------------------------------------- */
/** Quick fixes **/
.fitment-table-title.description-title {
  padding: 25px 30px 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .azirspares-iconbox .icon span:before {
    line-height: 60px;
  }
  .azirspares-iconbox.default .icon span {
    width: 100%;
    height: 100%;
  }
  .service-box-bottom .iconbox-inner {
    padding-bottom: 30px !important;
  }
  .service-box-bottom {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 600px) {
  body.woocommerce-cart .shop_table tr td.product-name {
    max-width: unset;
  }
  .cm_sort select {
    height: 40px;
  }
  .cm_SearchHeader,
  .cm_main-content .cm_SearchResult {
    padding: 10px;
  }
  .product-item .flash span {
    font-size: 8px;
    padding-left: 3px;
    padding-right: 3px;
  }
  input#product-qty-input {
    height: 48px;
  }
  .main-contain-summary .summary-service-bottom {
    padding: 20px 25px;
  }
  .related-product-contaiiner .related-product {
    background: #fff;
  }
}

#shopify-section-article-template .post-single {
  max-width: 1280px;
  display: block;
  margin: auto;
  margin-bottom: 50px;
}

/* --------------------Product detail new slider ---------------------------------*/
.woocommerce-product-gallery .flex-viewport.full-viewport {
  width: 100%;
  cursor: unset;
}
.gallery-top img {
  cursor: zoom-in;
}
.swiper-container {
  overflow: hidden;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.gallery-thumbs .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 50%);
  transform: translateX(-50%) rotate(90deg);
  right: unset;
  bottom: unset;
  top: 22px;
}
.gallery-thumbs .swiper-button-next {
  right: unset;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  top: unset;
  bottom: 0px;
}
.gallery-thumbs .swiper-button-prev:hover,
.gallery-thumbs .swiper-button-next:hover {
  border: 1px solid black;
  transition: 0.2s ease-in all;
}
.fit-height-content {
  height: fit-content !important;
  min-height: unset !important;
}
@media (min-width: 480px) {
  .swiper-container.gallery-thumbs {
    /* height: 0; */
    min-height: 576px;
  }
}
.swiper-container-wrapper {
  display: flex;
  flex-flow: column nowrap;
}

@media (min-width: 480px) {
  .swiper-container-wrapper {
    flex-flow: row-reverse nowrap;
  }
  .pdp-container-wrapper {
    max-height : 576px;
    overflow : hidden;
  }
}
.swiper-button-next,
.swiper-button-prev {
  color: #000;
}
.swiper-slide {
  text-align: center;
  background-size: cover;
  background-position: center;
  background-color: #fff;
  /* Center slide text vertically */
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  /* Slide content */
}
.swiper-slide .description,
.swiper-slide .title {
  display: block;
  opacity: 0;
  transition: 0.5s ease 0.5s;
}
.swiper-slide-active .description,
.swiper-slide-active .title {
  opacity: 1;
}
.swiper-slide-active .title {
  margin-bottom: 0.5rem;
  font-size: 24px;
  color: #000;
  transition: opacity 0.5s ease 0.5s;
}
.swiper-slide-active .description {
  font-size: 16px;
  color: #777;
  transition: opacity 0.5s ease 0.75s;
}
.gallery-top {
  position: relative;
  width: 100%;
}
@media (min-width: 480px) {
  .gallery-top {
    width: calc(100% - 120px);
    height: 100%;
  }
}
.gallery-thumbs {
  width: 100%;
  padding-top: 10px;
}
@media (min-width: 480px) {
  .gallery-thumbs {
    width: 120px;
    padding: 0;
    margin-right: 10px;
  }
}
.gallery-thumbs .swiper-wrapper {
  flex-direction: row;
}
@media (min-width: 480px) {
  .gallery-thumbs .swiper-wrapper {
    flex-direction: column;
  }
}
.gallery-thumbs .swiper-slide {
  width: 25%;
  flex-flow: row nowrap;
  height: 90px !important;
  opacity: 0.9;
  cursor: pointer;
}

@media (min-width: 480px) {
  .gallery-thumbs .swiper-slide {
    flex-flow: column nowrap;
    width: 100%;
    /* height: inherit !important; */
  }
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid #049ba8;
}
.gallery-thumbs {
  position: relative;
}
.gallery-thumbs .swiper-button-prev,
.gallery-thumbs .swiper-button-next {
  color: black;
  width: 30px;
  height: 30px;
  background: white;
}

.gallery-thumbs .swiper-button-next:after,
.gallery-thumbs .swiper-button-prev:after {
  font-size: 12px;
}

@media (min-width: 1199px) {
  .gallery-thumbs .swiper-button-prev,
  .gallery-thumbs .swiper-button-next {
    opacity: 0;
  }
  .gallery-thumbs:hover .swiper-button-prev,
  .gallery-thumbs:hover .swiper-button-next {
    opacity: 1;
  }
  .gallery-thumbs .swiper-button-next.swiper-button-disabled,
  .gallery-thumbs .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }
  .gallery-thumbs:hover .swiper-button-next.swiper-button-disabled,
  .gallery-thumbs:hover .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
}

@media (max-width: 480px) {
  .gallery-thumbs .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 0%);
    transform: translateY(50%) rotate(0);
    bottom: unset;
    top: 50%;
  }
  .gallery-thumbs .swiper-button-next {
    right: 0;
    left: unset;
    transform: translateY(50%) rotate(0);
    top: 50%;
    bottom: 0;
  }
  .gallery-thumbs .swiper-slide {
    height: 60px !important;
  }
  /* .gallery-thumbs img {
    object-fit: cover;
  } */
  .justify-content-center .swiper-wrapper {
    justify-content: center;
  }
}

.shop_table.shop_table_responsive.cart td {
  vertical-align: middle;
}


/* YMM HOME GARAGE custom */

.header-nav-inner {
  display: flex;
  justify-content: space-between;
}

.header-nav .ymm_dropdown {
  min-width: 155px;
  position: relative;
  background: #007786;
  padding-left: 20px;
  padding-right: 20px;
}

.header-nav .ymm_dropdown:hover, .dropdown.ymm_dropdown.ymm-select-open {
  background: #fff;
}

.dropdown.ymm_dropdown .cm_garage a {
  color: #fff;
  background: transparent;
}
.dropdown.ymm_dropdown .cm_garage a svg path {
  fill: #fff;
}
.header-nav .dropdown.ymm_dropdown .garage-button {
  text-align: center;
  padding: 0;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.header-nav .dropdown.ymm_dropdown:hover .cm_title, .dropdown.ymm_dropdown.ymm-select-open .cm_title,
.header-nav .dropdown.ymm_dropdown:focus .cm_title {
  color: #007786;
}

.header-nav .dropdown.ymm_dropdown:hover svg path, 
.header-nav .dropdown.ymm_dropdown.ymm-select-open svg path,
.header-nav .dropdown.ymm_dropdown:focus svg path {
  fill: #007786;
}

.dropdown.ymm_dropdown .cm_garage a span.cm_title {
  margin-right: 10px;
  font-weight: 700;
}

.header-nav .cm_garage .cm_garageDropdown {
  max-width: 510px;
  min-width: 510px;
  right: -20px;
  padding: 35px 40px;
  margin: 0 !important;
  top: 100%;
  font-family: kanit;
  filter: drop-shadow(-5px 9px 10px rgba(0, 0, 0, 0.5));
}
.header-nav .cm_garage .cm_garageDropdown:after {
  content: none;
}

.header-nav .cm_garage .cm_garageDropdown .cm_vehicle-widget_title {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 36px;
  text-align: left;
  margin-bottom: 20px;
}

.header-nav .cm_vehicle-widget {
  margin-bottom: 0;
}

.header-nav .cm_vehicle-widget_select-container {
  row-gap: 20px;
}

.cm_vehicle-widget__column .cm_vehicle-widget_body,
.cm_vehicle-widget__column .cm_vehicle-widget_select-container {
  row-gap: 20px;
}

.header-nav .cm_garage .cm_garageDropdown .cmRepeater_items {
  text-align: left;
}

.header-nav .cm_garage .cm_garageDropdown .cmRepeater_items .garage-vehicle {
    border-top: 1px solid #cccccc;
    padding: 0.5rem 0;
}

.header-nav .cm_garage .cm_garageDropdown .cmRepeater_items .garage-vehicle:first-child {
  border: 0; 
}


/* Search page */

.template-search .engoc-breadcrumb,  {
  padding-bottom: 0;
}
.page-type-seo-friendly #searchpagewrapper {
    padding: 40px 0;
}


/*PLP Color Swatch Start*/
.ymm-product-thumbnail-wrapper {
  position: relative;
}

.ymm-product-wrapper.ymm-product-item {
  overflow: visible;  
}
.ymm-product-wrapper-holder .custom-color-swatches{
    display: flex;
    gap: .5rem;
    margin-bottom: 1rem;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.ymm-product-wrapper-holder .product-option-value-tooltip {
  display: none;
}

.ymm-product-wrapper-holder .product-option-value-tooltip:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #424242;
    border-bottom: 0;
    content: '';
    position: absolute;
    left: 50%;
    transform: translate(-51%, 0);
}

.ymm-product-wrapper-holder .product-option-value-iamge {
    border-radius: 100%;
    cursor: pointer;
    width: 25px !important;
    height: 25px !important;
}

.product-option-value-image-wrapper-inner {
    position: relative;
    width: 25px !important;
    height: 25px !important;
}

.product-option-value-image-wrapper-inner:hover .product-option-value-tooltip {
    display: block;
    background: #424242;
    width: 6.5rem;
    position: absolute;
    top: -33px;
    left: 50%;
    right: 0;
    text-align: center;
    padding: 0.2rem;
    border-radius: 20px;
    line-height: normal;
    color: #fff;
    z-index: 1;
    font-size: 10px;
    transform: translate(-50%);
}

.ymm-product-wrapper-holder  .view-more-wrapper {
  text-align: center;
  line-height: normal;
}

.ymm-product-wrapper-holder .view-more-wrapper {
    text-align: center;
    font-size: 12px;
    display: flex;
    gap: 0.2rem;
    cursor: pointer;
}
.ymm-product-wrapper-holder .swatch-image-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}
.swatch-image-loading .spinner-grow{
  display: inline-block;
  width: 1rem;
  height: 1rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

/*PLP Color Swatch CSS End*/