body{
  overflow-x: hidden;
}
html{
  overflow-x: hidden;
}
.grecaptcha-badge {
  visibility: hidden;
}
table {
  background-color: transparent;
  width: 100%;
  margin-bottom: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse; }
  table th,
  table td {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid #cccccc; }
  table th {
    font-weight: bold; }
  table thead th,
  table tfoot th {
    font-size: 1em; }
  table caption + thead tr:first-child th,
  table caption + thead tr:first-child td,
  table caption + thead tr:first-child th,
  table caption + thead tr:first-child td,
  table colgroup + thead tr:first-child th,
  table colgroup + thead tr:first-child td,
  table colgroup + thead tr:first-child th,
  table colgroup + thead tr:first-child td,
  table thead:first-child tr:first-child th,
  table thead:first-child tr:first-child td,
  table thead:first-child tr:first-child th,
  table thead:first-child tr:first-child td {
    border-top: 1px solid #cccccc; }
  table tbody > tr:nth-child(odd) > td,
  table tbody > tr:nth-child(odd) > th {
    background-color: #f7f7f7; }
  table tbody tr:hover > td,
  table tbody tr:hover > th {
    background-color: #e9e9e9; }
  table tbody + tbody {
    border-top: 2px solid #cccccc; }
  @media (max-width: 767px) {
    table table {
      font-size: 0.8em; }
      table table th,
      table table td {
        padding: 7px;
        line-height: 1.3; }
      table table th {
        font-weight: 400; } }



.woocommerce div.product p.price {
  color: black !important;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: black;
  font-size: 1.25em;
}
/* HOME FILTER style */
.filter-wrapper {
    background-color: #2f2f2f;
    color: #f4f5fb;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 1rem;
  }
  .car-make-model-section {
    display: flex;
    flex-direction: row;
  }
  .filter-dropdowns {
    display: flex;
    flex-direction: row;
  }
  .filter-dropdowns .ems-selectalike-button{
    background-color: #FCD703;
    height: 45px;
   
    width: 200px;
    outline: none;
    border: none;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    color: black;
    
  }
  .ems-select-sim {
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
  }
  .ems-selectalike-button:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 10px;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    width: 7px;
    height: 7px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  .ems-selectalike-button.shown:after {
    transform: translateY(-50%) rotate(-135deg) !important;
  }
  .filled {
    display: block !important;
  }
  ul.dropdown-menu li:hover {
    background: #fcd703;
    cursor: pointer;
  }
  .filter-dropdowns ul.dropdown-menu {
    width: 100%;
    list-style: none;
    position: absolute;
    z-index: 9;
    top: calc(100% + 5px);
    left: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    color: black;
    height: auto;
    max-height: 350px;
    overflow: auto;
    padding-left: 0;
    margin-left: 0;
  }
  ul.dropdown-menu li {
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
  }


  button.filter-search-btn {
    /* max-width: 45px; */
    /* min-width: 45px; */
    min-height: 45px;
    max-height: 45px;
    background-color: #FCD703;
    border-radius: 0px;
    outline: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 0; */
    padding: 0 20px;
    cursor: pointer;
    width: 100%;
  }
  .car-make-model-section {
    margin-bottom: 2rem;
  }
  .filter-title h2 {
    letter-spacing: .025em;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 2.25rem;
    line-height: 2.5rem;
    text-align: center;
    color: white;
  }
  
  .filter-title h3 {
    font-weight: 700;
    letter-spacing: .025em;
    font-size: 18px;
    margin: 0;
    text-align: center;
    color: white;
  }
  .filter-title {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .filter-loader {
    background: #f3f3f3cf;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
    justify-content: center;
    align-items: center;
    color: black;
    font-size: 22px;
  }
  .filter-loader.show{
  display: flex;
  }


  /* archive element */
  ul.ems-archive-wrapper {
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    padding: 0;
  }
  
  .ems-archive-element {
    /* width: 20%; */
    /* margin: 12px; */
    min-width: 100%;
    border: solid 1px lightgray;
  }
  
  .ems-archive-container {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    /* padding: 0 15%; */
    grid-gap: 24px;
  }
  .ems-archive-element .ems-title-wrap {
    width: auto;
    background: white;
  }

  .ems-main-loop-wrapper {
    display: flex;
    width: 100%;
}
.ems-sidebar {
  width: 15%;
}
.ems-products-results {
  width: 85%;
  height: 100%;
}
.archive div#content {
  max-width: 1536px;
  margin: 0 auto;
}


/* breadcrumb */
nav.woocommerce-breadcrumb {
  height: 40px;
  display: flex;
  /* padding: 0 15% !important; */
}

nav.woocommerce-breadcrumb a {
  display: flex;
  align-items: center;
  padding-right: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .025em;
  color: black !important;
  font-size: 16px;
}
span.ems-crumb-active {
  background: #fcd703;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .025em;
  color: black;
  font-size: 16px;
}

span.ems-crumb-active:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -13px;
  bottom: 0px;
  width: 25px;
  background: #fcd703;
  transform: skew(30deg,0deg);
}


/* sidebar categories styling */
.parent-category.has-children {
  margin: 0px 5px 1px 0px;
}
.subcategory-title {
  margin-top: 5px;
}
.parent-category > a {
  display: block;
  padding: 10px;
  background-color: #fcd703;
  /* border: 1px solid #ccc; */
  cursor: pointer;
  border-radius: 5px;
}
.parent-category.has-children:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 10px;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  width: 7px;
  height: 7px;
  top: 18px;
  transform: translateY(0%) rotate(45deg);
}
.parent-category {
  position: relative;
}
.child-categories > a {
  display: block;
  padding: 10px;
  background-color: #2f2f2f;
  border-bottom: 1px solid #ffffff17;
  cursor: pointer;
  color: white !important;
}
div#custom-attribute-filter {
  margin: 0 10px 0 0px;
}
a.ems-brands {
  display: block;
  padding: 10px;
  background-color: #fcd703;
  /* border: 1px solid #ccc; */
  cursor: pointer;
  border-radius: 5px;
  margin: 0px 5px 1px 0px;
}
div#custom-brand-links {
  margin-top: 10px;
}
div#custom-product-categories {
  margin-top: 10px;
}


/* price filter  */
.price_slider_amount {
  display: flex;
  flex-direction: column-reverse;
}
.woocommerce .widget_price_filter .price_slider_amount {
  text-align: left;
  line-height: 2.4;
  font-size: .8751em;
  width: 100%;
  padding-right: 5px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #fcd703;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #fcd703;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #2f2f2f;
  margin-top: 15px;
}
.widget {
  margin-bottom: 30px !important;
}
button.clear-price-filter {
  border: none;
  padding: 0;
  color: #515151;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 15px;
}
button.clear-price-filter:hover {
  background: unset;
}
button.clear-price-filter:focus {
  background: unset;
}
a.clear-filter {
  border: none;
  padding: 0;
  color: #515151;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 15px !important;
}
.price_slider_wrapper {
  margin: 0 10px 0 0px;
}


/* single product style */

.ems-acc-icon-and-text {
			display: flex;
			align-items: center;
			justify-content: space-between;
		}

		.ems-acc-icon-and-text div {
			display: flex;
			align-items: center;
		}

		.cp-iconbox-acc {
			cursor: pointer;
			padding: 12px;
			border-bottom: 1px solid #e0c800;
			background: #ffd500;
			display: flex;
			flex-direction: column;
			/* align-items: center; */
			/* justify-content: space-between; */
		}

		.cp-iconbox-acc img {
			width: 40px;
			height: 40px;
		}

		.cp-iconbox-acc span {
			font-weight: bold;
			margin-left: 8px;
		}

		.cp-iconbox-acc .ems-cp-content-acc {
			display: none;
			padding: 10px 0;
			font-size: 14px;
		}

		.cp-iconbox-acc.active .ems-cp-content-acc {
			display: block;
		}



/* new CSS of SPP */
.ems-cp-ocb-sku {
  margin-bottom: 30px;
}
 .ems-cp-gallery .flex-viewport {
  margin-bottom: 40px;
}
 .single-product{
  font-family: 'Montserrat';
}
.ems-gallery-and-summary {
  display: flex;
  flex-direction: row;
  gap: 50px;
}
.ems-cp-gallery {
  width: 65%;
  position: relative;
}
.ems-cp-rest-of-summary {
  width: 35%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap:30px;
}
.ems-cp-gallery .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
  width: 100% !important;
  margin-bottom: 0 !important;
}
.ems-cp-gallery .flex-viewport img {
  /* height: 560px !important; */
  /* width: 1035px !important; */
  height: 560px !important;
  width: 100% !important;
  max-height: 560px !important;
  object-fit: contain;
  object-position: left;
}
.ems-cp-gallery .woocommerce-product-gallery__image img {
  height: 560px !important;
  width: 100% !important;
  max-height: 560px !important;
  object-fit: contain;
  object-position: left;
}
.flex-control-thumbs li {
  width: 100px !important;
  height: 100px !important;
  float: unset !important;
}

ol.flex-control-nav.flex-control-thumbs {
  text-align: unset !important;
  display: flex;
  gap: 15px;
}
/* .flex-control-thumbs li {
  padding-right: 20px;
} */
ol.flex-control-nav.flex-control-thumbs li img {
  border: 1px solid lightgray;
}
.ems-cp-addtocart {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  position: relative;
  width: 401px;
  justify-content: space-between;
}
.single-product button.single_add_to_cart_button.button.alt.wp-element-button {
  position: absolute;
  bottom: -70px;
  width: 100% !important;
  left: 0;
  background: #00B144;
  border-radius: 0;
  height: 60px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
}
.ems-atcb-placeholder {
  height: 85px;
}
.ems-fslayer {
  display: flex;
  align-items: center;
  width: 400px;
  gap: 25px;
  margin-top: 46px;
}
.ems-fslayer.non-vetr .ems-image {
    width: 20%;
}
.ems-image {
  width: 33%;
}
.ems-text-part-fslayer-title {
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 600;
  color: #131313;
}
.ems-text-part-fslayer-text {
  font-size: 18px;
  line-height: 118.2%;
  color: #131313;
}
.ems-fslayer img {
  width: 75px;
  height: 75px;
  object-fit: contain;
}
/* CAT ICONS START */
.ems-icon-category-sections {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 40px;
}
.ems-icon-section-item {
  display: flex;
  align-items: center;
  width: 33.33%;
  gap: 20px;
}
.ems-icon-section-image img {
  width: 48px !important;
  height: 48px !important;
  object-fit: cover;
  max-width: 50px !important;
}
/* CAT ICONS END */
/* TABS */
ul.tabs.wc-tabs .active {
  background: #FFD600 !important;
  color: black !important;
  font-size: 24px;
  text-transform: uppercase;
  border-radius: 0 !important;
  border: unset !important;
}
ul.tabs.wc-tabs li {
  background: unset !important;
  font-size: 24px;
  text-transform: uppercase;
  border-radius: 0 !important;
  border: unset !important;
}
ul.tabs.wc-tabs li a {
  color: black !important;
}
/* END OF TABS */
.ems-chosen-by-us .ems-cp-fancy-title-row {
  background: unset;
}
.ems-chosen-by-us .swiper-slide{
  border: none !important;
}
.ems-description-container {
  margin-top: 10px;
}
.ems-cats-icons-section {
  margin-top: 10px;
}
.ems-cp-tabs-container ul.tabs::before {
  border-bottom: 0px solid #d3ced2 !important;
}
.ems-cp-tabs-container ul.tabs li::after {
  right: unset !important;
  border-bottom-left-radius: unset !important;
  border-width: unset !important;
  box-shadow: unset !important;
  border: unset !important;
}
.ems-cp-tabs-container ul.tabs li::before {
  right: unset !important;
  border-bottom-left-radius: unset !important;
  border-width: unset !important;
  box-shadow: unset !important;
  border: unset !important;
}
.ems-cp-tabs-container .woocommerce-tabs ul.tabs {
  padding: 0 !important;
  margin: 0 !important;
}
.ems-cp-tabs-container .woocommerce-Tabs-panel {
  background: white;
  padding: 40px;
}
.ems-custom-product {
  margin-bottom: 100px !important;
}
.ems-cp-tabs-container iframe {
 aspect-ratio: 16/9;
}
/* END OF NEW SPP CSS */




.pswp .pswp__caption__center {
  display: none;
}
.ems-sp-badges p.prod-badge {
  display: flex;
  position: absolute;
  top: 0px;
  left: 0;
  text-transform: uppercase;
  text-align: center;
  z-index: 2;
  flex-direction: column;
  padding: 5px;
}
.ems-sp-badges p.prod-badge span {
  display: block;
  margin: 0 0 5px;
  border-radius: 0 3px 3px 0;
  padding: 3px 15px 4px;
  font-size: 13px;
  color: #fff;
  font-weight: 400;
}
.ems-sinp-notice {
  color: #000000;
  font-size: 18px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fcd703;
  /* height: 4rem; */
  margin: 0 auto;
  margin-top: 50px;
  padding: 15px;
}
/* breadcrumb for single */
.single nav.woocommerce-breadcrumb {
  padding: 0 !important;
}

.ems-cp-container {
  padding: 3rem;
  background: white;
}
.ems-cp-fancy-titles {
  background: white;
}
.ems-cp-gallery {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.ems-main-image {
  width: 48%;
  position: relative;
  border: solid 1px lightgray;
  /* margin-top: 30px; */
}
div#ems_custom_position_thumbs {
  width: 48%;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
}
div#ems_custom_position_thumbs li img {
  border: 1px solid lightgray;
}
.ems-main-image .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
  width: 100%;
}
div#ems_custom_position_thumbs .flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  list-style: none;
  margin: 0;
  padding: 0;
}
div#ems_custom_position_thumbs .flex-control-thumbs li {
  padding-right: 24px;
}
/* .ems-cp-addtocart .single_add_to_cart_button {
  background: transparent url(/wp-content/themes/motor-child/ems-assets/red-box.png) left center no-repeat !important;
  background-size: contain;
  height: 50px !important;
  width: 167px !important;
  color: white;
  font-weight: bold;
  font-size: 23px !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-right: 16px !important;

  padding-right: 2rem !important;
  text-align: right;
  align-items: center;
  display: flex !important;
  justify-content: right;
} */
/* .ems-cp-addtocart .quantity {
  display: none;
} */
.product-type-simple form.cart {
  display: flex;
  align-items: center;
}
/* .ems-cp-addtocart {
  display: flex;
  align-items: center;
} */
p.price {
  display: flex;
  flex-direction: column-reverse;
}
.ems-cp-addtocart .woocommerce div.product form.cart {
  margin-bottom: 0;
}
.ems-cp-addtocart p.price ins {
  font-size: 23px;
  color: #000;
  text-decoration-line: none;
  font-weight: 700 !important;
  /* font-family: 'Open Sans'; */
}
.ems-cp-addtocart p.price del bdi {
  font-size: 18px;
  color: #000;
  font-weight: 600 !important;
  /* font-family: 'Open Sans'; */
}
.ems-cp-addtocart p.price bdi {
  font-size: 36px;
  color: #000;
  text-decoration-line: none;
  font-weight: 600 !important;
  /* font-family: 'Open Sans'; */
}
.ems-cp-title {
  width: 100%;
}
.ems-cp-title span {
  background: white ;
}
.ems-cp-title h1 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  /* font-family: 'Open Sans'; */
}
.ems-cp-oneclickbuy {
  display: flex;
  margin-top: 1rem;
}
.ems-cp-ocb-button a {
  color: #8d8d8d;
  font-size: 18px;
  text-transform: uppercase;
  /* font-family: 'Open Sans'; */
  font-weight: 600;
}
.ems-cp-ocb-sku span:first-child {
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
}
.ems-cp-ocb-button {
  margin-right: 16px;
}
.ems-cp-ocb-sku span:last-child {
  font-size: 18px;
  font-weight: 400;
  padding-left: 5px;
}
.ems-cp-addtocart .cart {
  margin-bottom: 10px !important;
  margin-right: 0;
}
.ems-cp-addtocart .price {
  margin-bottom: 0;
}

/* after summary */
.ems-cp-after-summary {
  margin-top: 2rem;
}
.ems-cp-after-summary-shortdescr p {
  margin-bottom: 1em;
}
.ems-cp-after-summary-shortdescr li {
  list-style: inside;
}


.ems-cp-after-summary-descr-title h5 {
  text-transform: uppercase;
  /* font-family: 'Open Sans'; */
  font-weight: 600;
}
.ems-cp-after-summary-shortdescr {
  letter-spacing: .025em;
  /* font-family: 'Open Sans'; */
  font-size: 16px;
}
.ems-cp-after-summary-excerpt-readmore {
  display: flex;
  justify-content: right;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration-line: underline;
  /* font-family: 'Open Sans'; */
  font-weight: 400;
}
.cp-icons-row {
  display: flex;
  justify-content: space-between;
  padding-left: 2rem;
  padding-right: 2rem;
  align-items: center;
}
.cp-iconbox {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cp-iconbox span {
  text-transform: uppercase;
  margin-top: 1rem;
  /* font-family: 'Open Sans'; */
  font-size: 16px;
}
.cp-iconbox img {
  height: 50px;
  object-fit: contain;
}
.ems-cp-icons-row {
  margin-top: 4rem;
}
button#awooc-custom-order-button-35645 {
  display: none;
}
.ems-cp-title h1 {
  font-size: 32px;
  line-height: 120%;
  font-weight: 600;
  color: #131313;
  width: 400px;
}
.ems-cp-fancy-titles {
  background: white;
}
.ems-cp-fancy-title-row {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  background: white;
}
.ems-cp-fancy-titles-bars {
  width: 10%;
  background: #fcd703;
  height: 40px;
  position: relative;
}
.ems-cp-fancy-titles-bars.ems-cp-fancy-titles-bleft:before {
  content: "";
  width: 288px;
  height: 40px;
  float: right;
  transform: skewX(30deg);
  background: #fcd703;
  top: 0;
  z-index: 1;
  left: 12px;
  position: absolute;
}
.ems-cp-fancy-title-row h2 {
  color: #000000;
  text-align: center;
  letter-spacing: .025em;
  font-size: 24px;
  line-height: 1.75rem;
  font-weight: 900;
  /* font-family: 'Open Sans'; */
  text-transform: uppercase;
}
.ems-cp-fancy-titles-bars.ems-cp-fancy-titles-bright:after {
  content: "";
  width: 288px;
  height: 40px;
  float: right;
  transform: skewX(30deg);
  background: #fcd703;
  top: 0;
  z-index: 1;
  right: 12px;
  position: absolute;
}
.ems-cp-container {
  padding: 3rem;
  background: white;
}
.ems-cp-container table {
  background-color: transparent;
  width: 100%;
  margin-bottom: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse;
}
td.ems-cp-table-left {
  font-size: 20px;
  text-transform: uppercase;
  /* font-family: 'Open Sans'; */
  font-weight: 600;
  line-height: 1.75rem;
}
.ems-cp-container table tbody > tr:nth-child(odd) > td, table tbody > tr:nth-child(odd) > th {
  background-color: #f7f7f7;
}

.ems-cp-container table tbody > tr:nth-child(odd) > td, table tbody > tr:nth-child(odd) > th {
  background-color: #f7f7f7;
}
td.ems-cp-table-right {
  text-align: right;
  /* font-family: 'Open Sans'; */
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
}
.ems-cp-addtocart button svg {
  display: none;
}
.ems-cp-characteristics-table td {
  border: none;
  padding-top: 6px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 6px;
}
.ems-chosen-by-us {
  display: flex;
  flex-direction: column;
  width: 100%;
}
/* .ems-cbus-products-grid .ems-archive-element {
  max-width: 25% !important;
  min-width: 25%;
} */
.ems-cbus-products-grid {
  display: grid;
  grid-template-columns: repeat(4,2fr);
  grid-gap: 10px;
  margin-top: 10px;
}
.ems-chosen-by-us h2::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #fcd703;
  display: inline-block;
  margin-right: 10px;
}
.ems-chosen-by-us .ems-cp-fancy-title-row h2 {
  display: flex;
}
.ems-main-image .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
  width: 100% !important;
  margin-bottom: 0 !important;
}
.single .ems-main-image img{
  height: 370px !important;
  object-fit: contain;
}
.single .flex-control-thumbs li {
  width: auto;
}
button#filter-btn {
  display: none;
}
.ems-archive-wrapper .enabled-filter {
  right: 0;
  left: unset !important;
}

.ems-cats ul.categs-list {
  margin: 15px auto;
}
.ems-cats img {
  height: 50px;
}
.categs-list li {
  text-align: center;
  width: auto;
  line-height: 140%;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 30px;
  font-size: 14px;
  width: 10%;
}
.ems-cats h2 {
  font-size: 14px;
  font-weight: 400;
}
.single table.variations {
  display: none;
}
/* :not(.woocommerce-variation-price) > .price {
  display: none;
} */
.single_variation_wrap .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
  display: flex;
  align-items: center;
}
/* .quantity .minus, .quantity .plus {
  border: none;
  color: black;
  font-size: 16px;
 height: 100%;
 width: 35px;
  border-radius: 4px;
  background: #fcd703;
  cursor: pointer;
} */
.single-product .quantity .minus, .quantity .plus {
  border: none;
  color: black;
  font-size: 24px !important;
 height: 100%;
 width: 66px;
  border-radius: 4px;
  background: #fcd703;
  cursor: pointer;
}
/* .quantity .qty {
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  height: 100%;
} */
 /* NEW SPP */
 .single-product .quantity .qty {
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  height: 100%;
  width: 66px !important;
  font-size: 24px;
}
/* NEW SPP */
.quantity {
  height: 66px;
  margin: 0 !important;
  display: flex;
}
/* .quantity {
  height: 35px;
} */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


/* quick order form */
input#quick_order_phone {
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  height: 35px;
  padding: 0 5px;
}
button#quick_order_button {
  border: none;
  background: #f10800;
  color: white;
  border-radius: 4px;
  padding: 17.3px 10px;
  font-weight: 700;
  cursor: pointer;
  line-height: 0;
}
p.ems-quick-order-reponse {
  color: #15a04e;
  font-size: 16px;
  font-weight: 700;
}
.ems-ordering-and-count {
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.ems-ordering-and-count form{
  margin: 0 !important;
}
.ems-ordering-and-count p{
  margin: 0 !important;
}
p.woocommerce-result-count.ems-pr-count {
  font-size: 14px;
  text-transform: uppercase;
}
.ems-ordering-and-count select.orderby {
  border-color: lightgrey;
  height: 70%;
}
/* no products found */
.ems-error-products {
  display: flex;
  width: 100%;
}
.ems-error-products .woocommerce-info {
  width: 100%;
}
/* close button on catecory pages */
a.ems-remove-slug {
  position: relative;
  color: #868ca7;
}
a.ems-remove-slug span {
  bottom: 0;
  right: -22px;
  width: 17px;
  height: 17px;
  margin: -7px 0 0;
  background: url(/wp-content/themes/motor-child/ems-assets/remove1.png) no-repeat center center;
  -o-background-size: auto auto;
  -moz-background-size: auto auto;
  -webkit-background-size: auto auto;
  background-size: auto auto;
  background-color: #ffd602;
  display: block;
  border-radius: 18px;
  position: absolute;
  transition: all 0.2s;
}

span.ems-remove-slug-name {
  color: black;
}

.ems-prod-container .prod-badge {
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
	text-transform: uppercase;
	text-align: center;
	z-index: 2;
}
.ems-prod-container .prod-badge span {
	display: block;
	margin: 0 0 5px;
	border-radius: 0 3px 3px 0;
	padding: 3px 15px 4px;
	background-color: @color_primary;
	font-size: 13px;
	color: #fff;
	font-weight: 400;
}


/* CART 26.07 */
section.ems-is-client-registered {
  margin: 3rem 0;
}
section.ems-is-client-registered div {
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 2rem;
}
section.ems-is-client-registered div a {
  font-weight: 600;
  text-decoration: unset;
}
span.ems-dash {
  width: 1vw;
  max-width: 15px;
  /* content: ''; */
  height: 1px;
  background: black;
  /* margin: 0 5px; */
  /* width: -webkit-fill-available; */
  /* align-items: center; */
    /* justify-content: center; */
    display: flex;
}
.ems-freeshipwrapper {
  display: flex;
  height: 50px;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
  justify-content: space-between;
}
.opaa:before {
  background: #fcd730;
  position: absolute;
  width: 22px;
  height: 22px;
  content: '';
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  display: table;
  top: 14px;
  z-index: 9999999999999999999999999999;
  margin-left: 0px;
}
.ems-price-underdot {
  margin-top: 2rem;
  position: absolute;
  letter-spacing: .025em;
  text-transform: uppercase;
  font-family: 'Open Sans';
}
.thepoint {
  background: #fcd730;
  height: 22px;
  width: 22px !important;
  max-width: 22px;
  position: absolute;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
}
.end {
  background: black;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  justify-content: center;
  display: flex;
  z-index: 9999999999999999999999999999;
}
.ems-end-price-underdot {
  margin-top: 2rem;
  position: absolute;
  letter-spacing: .025em;
  text-transform: uppercase;
  font-family: 'Open Sans';
}


/* cart table */
td.product-remove {
  position: absolute;
  float: right;
  right: 0;
  top: 0;
}
tr.woocommerce-cart-form__cart-item.cart_item td {
  background: white;
  border: unset;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
  border: none;
}
td.product-thumbnail img {
  height: 115px !important;
  width: 115px !important;
  object-fit: contain;
}

td.product-name a {
  text-decoration: unset;
}
.ems-cart-item-cat-list {
  font-size: .875rem;
  line-height: 1.25rem;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: unset !important;
}
.ems-cart-item-price-qnt-titles{
  font-size: 1.125rem;
    line-height: 1.75rem;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: unset !important;
}
.ems-cart-item-name {
  font-weight: 600;
  font-size: 16px;
}
.product-subtotal span.woocommerce-Price-amount.amount {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.ems-cp-regularprice {
  color: #646464;
  text-decoration: line-through;
  font-size: 14px;
  font-weight: 400;
}
span.ems-curr-symbol-regular {
  text-transform: lowercase;
}

.ems-freeship-notice-bar {
  background: white;
  height: 4rem;
  display: flex;
  align-items: center;
  background-color: #fcd703;
  margin-bottom: 30px;
}
.the-notice-bar {
  width: 100%;
  color: #000 !important;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 2rem;
  text-transform: uppercase;
  letter-spacing: .025em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.the-notice-bar span {
  display: flex;
  align-items: center;
  font-family: 'Open Sans';
}
span.ems-prod-quant {
  margin-left: 40px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: .025em;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #000;
  font-weight: 600;
  font-family: 'Open Sans';
}
.ems-mini-breadcrumb {
  background: white;
}
section.ems-freeshipsection {
  padding-top: 3rem;
}
.ems-mini-breadcrumb {
  margin-top: 6rem;
  margin-bottom: 2rem;
}
.ems-mini-breadcrumb nav.woocommerce-breadcrumb {
  padding: 0 !important;
}
span.ems-tnb-right {
  text-transform: none;
  padding-left: 2rem;
  font-weight: 400;
}
span.ems-tnb-close {
  font-size: 80px;
  transform: rotate(45deg);
  font-weight: 100;
}
.ems-tnb-leftdiv {
  display: flex;
}
span.ems-tnb-left {
  padding-left: 2rem;
}
span.ems-dash.opaa:after {
  content: '';
  height: 10px;
  background: #fcd730;
  position: absolute;
  display: flex;
  align-items: center;
  top: 50%;
  transform: translateY(-50%);
  left: 2px;
}
.ems-checkout-btn a:before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -9px;
  bottom: -1px;
  width: 18px;
  background: #f10800;
  transform: skew(-12deg,0deg);  
}
.ems-after-table-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ems-cart-after-table-content {
  display: flex;
  flex-direction: column;
}
section.ems-cart-after-table {
  padding: 2rem;
  background: white;
  margin-bottom: 2rem;
}
.ems-margin-0{
margin: 0 !important;  
}
.ems-fontweight-400{
  font-weight: 400;  
  }
  span.ems-cart-finaltotalprice {
    text-transform: uppercase;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
    font-family: 'Open Sans';
  }
  .ems-checkout-btn a {
    color: white;
    background: #f10800;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration-line: none  !important;
    font-family: 'Open Sans';
    font-size: 16px;
    padding: 0 15px;
    height: 60px;
    display: flex;
    align-items: center;
  }
  .ems-checkout-btn a:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid white;
    border-top: 2px solid white;
    transform: rotate(45deg);
    margin-left: 10px;
  }
  
  /* cart item style */

    /* cart item style */
    .ems-upsell-wrapper {
      position: relative;
  }
  .ems-upsells-addtocart button {
    height: 28px !important;
    width: 100% !important;
    color: white;
    font-weight: bold;
    font-size: 14px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    border: unset;
    background: #f10800;
    margin-top: 10px;
  }
  .ems-upsell-wrapper .ems-prod-price {
    height: 100%;
  }
  .ems-upsell-wrapper .ems-prod-image img {
    height: 150px;
    width: 100%;
    object-fit: contain;
  }
  .ems-upsell-wrapper .ems-archive-element {
    min-width: 100%;
    border: unset !important;
}





  tr.woocommerce-cart-form__cart-item.cart_item {
    display: flex;
    background: white;
    /* width: 100%; */
    justify-content: space-between;
    padding: 1rem;
    margin: 0.5rem 0;
    position: relative;
  }
  td.product-thumbnail {
    width: 10%;
  }
  td.product-name {
    width: 40%;
  }
  td.product-quantity {
    width: 25%;
    text-align: center;
  }
  td.product-subtotal {
    width: 25%;
  }
  .quantity .minus, .quantity .plus {
    border: none;
    color: black;
    font-size: 16px;
  }
  .quantity .qty {
    border: none;
  }
  .woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
    padding: 0.5rem 1rem;
}
  /* remove up down arrows from input number field */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


.plus, .minus {
  color: black !important;
  padding: 0.5rem 1rem !important;
  font-size: 16px !important;
}
.plus:hover, .minus:hover {
  background: #fcd703;
  color: black;
  padding: 8px 16px;
  border-radius: 3px;
}
.ems-cart-subtotal-wrapper {
  margin-right: 2rem;
  margin-left: auto;
  width: inherit;
}
.woocommerce a.remove {
  color: black !important;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 !important;
}
.woocommerce a.remove:hover {
  color: black !important;
  background: unset;
  transform: scale(1.5);
}

input.minus:focus, input.plus:focus {
  background: #fcd703;
  outline: none;
}


.woocommerce-message {
  background: #fcd703 !important;
  color: black !important;
  font-size: 18px !important;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
/* END CART 26.07 */


.home div#content {
  width: 100%;
  margin: 0 auto;
}







/* ******************************** */
@media(max-width:1920px){
  div#content {
    width: 1536px;
    margin: 0 auto;
}  
}
@media(max-width:1600px){
  div#content {
    width: 1336px;
    margin: 0 auto;
}  
}
@media(max-width:1400px){
  div#content {
    /* width: 1200px; */
    width: 95%;
    margin: 0 auto;
}  
}
@media(max-width:1280px){
  .ems-sinp-notice {
    color: #000000;
    font-size: 15px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fcd703;
    height: auto;
    margin: 0 auto;
    padding: 10px 20px;
    text-align: center;
    margin-top: 50px;
}
  div#content {
    /* width: 1140px; */
    width: 95%;
    margin: 0 auto;
}  
.categs-list li {
  width: 15%;
}
/* new SPP */
.ems-cp-addtocart {
  flex-direction: column-reverse;
  align-items: flex-start;
}
.ems-cp-addtocart {
  width: 271px;
}
.ems-cp-addtocart .cart {
  margin-bottom: 15px !important;
  margin-right: 0;
  margin-top: 15px;
}
.ems-text-part-fslayer-text {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -60px;
}
.ems-fslayer {
  position: relative;
  width: 271px;
  margin-top: 25px;
}
.ems-text-part-fslayer-title {
  line-height: 118%;
}
.ems-cp-title h1 {
  width: 300px;
}
.ems-cp-rest-of-summary {
  justify-content: unset;
  gap: 58px;
}
/* END OF NEW SPP */
}
@media(max-width:1140px){
  div#content {
    width: 90%;
    margin: 0 auto;
} 
}
@media(max-width:1140px){
  div#content {
    width: 96%;
    margin: 0 auto;
} 
span.ems-tnb-left {
  padding-left: 2rem;
  line-height: 23px;
  font-size: 16px;
}
span.ems-tnb-right {
  text-transform: none;
  padding-left: 2rem;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
}

.ems-main-loop-wrapper {
  margin-top: 15px;
}
ul.ems-archive-wrapper.columns-4 {
  margin-top: 15px;
}


.woocommerce-order-received #content{
  width: 100%;
}
.categs-list li {
  width: 20%;
} 
.ems-select-sim {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}
.filter-search-button {
  margin-left: 10px;
  /* width: auto; */
  width: 70%;
  margin-right: 10px;
}
.car-make-model-section {
  width: 100%;
}
.filter-dropdowns {
  width: 100%;
  justify-content: space-between;
}
.ems-select-sim {
  width: 25% !important;
}
.filter-dropdowns .ems-selectalike-button {
  width: 100%;
}
.cp-iconbox span {
  text-align: center;
}
/* archive */
.ems-archive-container {
  grid-template-columns: repeat(3,1fr);
  grid-gap: 20px;
}
.ems-products-results {
  width: 100%;
}
.ems-sidebar {
  width: 20%;
}
.ems-cp-addtocart .price {
  width: 0;
}
}
@media(max-width:1024px){
  /* NEW SPP MOBILE */
  
  .ems-text-part-fslayer-text {
    position: unset;
}
.ems-fslayer {
  width: 400px;
  margin-top: 82px;
}
.ems-cp-title h1 {
  width: 100%;
}
.ems-gallery-and-summary {
    flex-direction: column;
}
.ems-cp-rest-of-summary {
  width: 100%;
}
.ems-cp-gallery {
  width: 100%;
}
.ems-scnd-half-of-summary {
  display: flex;
  position: relative;
}
.ems-cp-addtocart {
  align-items: flex-start;
  flex-direction: column-reverse;
}
.ems-cp-gallery .flex-viewport img {
  height: 475px !important;
  width: 100% !important;
  max-height: 475px !important;
  object-position: center;
}
.flex-control-paging li a.flex-active {
  background: #FFD600;
  cursor: default;
  border: 2px solid #FFD600;
  width: 28px;
  height: 28px;
  box-shadow: unset !important;
}
.flex-control-paging li a {
  width: 28px;
  height: 28px;
  display: block;
  background: #2F2F2F;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
  border: unset !important;
}

/* END OF NEW SPP MOBILE */
  .woocommerce-message {
    background: #fcd703!important;
    color: #000!important;
    font-size: 14px!important;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
}
  /* .single .quantity{
    position: absolute;
    top: -40px;
    left: 15px;
  } */
  .categs-list li {
    width: 25%;
  }
  .ems-cp-addtocart{
    position: unset;
  }
  .cp-icons-row{
    padding: 0;
  }
  .ems-cp-fancy-titles-bars.ems-cp-fancy-titles-bleft:before {
    width: 200px;
}
.ems-cp-fancy-titles-bars.ems-cp-fancy-titles-bright:after {
  width: 200px;
}
.ems-cp-fancy-title-row h2 {
  font-size: 20px;
}
/* sidebar side open */
.ems-sidebar {
  position: fixed;
  left: -300px;
  overflow-y: auto;
  background: white;
  transition: left 0.3s ease;
  z-index: 99999;
  width: 250px;
  padding: 0 10px;
  top: 0px;
  height: 100%;
}
.ems-opened{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffffe8 !important;	
  z-index: 9999;
}
.ems-opened{
  display: block !important;
}
.ems-sidebar.open {
  left: 15px;  /* ending state, on screen */
}
button#filter-btn {
  position: fixed;
  left: 30px;
  z-index: 9999999999999;
  bottom: 12%;
  display: block;
  background: #fcd703;
  outline: unset;
  border: none;
  padding: 10px 15px;
  height: 40px;
}
}
@media(max-width:768px){

  .ems-cp-icons-row {
				display: none;
			}

			.ems-cp-icons-row-acc {
				display: block !important;
        margin-top: 50px;
			}

  /* NEW SPP */
  .ems-icon-section-item {
    width: 100%;
  }
  .ems-icon-category-sections {
    flex-direction: column;
  }
  .ems-icon-section-text p {
    font-size: 18px;
  }


/* FROM TABS TO ACCORDION */
.emsprtabs-accordion-toggle {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
background: #f1f1f1;
border: unset !important;
padding: 12px 15px;
font-weight: bold;
font-size: 16px;
cursor: pointer;
margin-top: 6px;
transition: background 0.3s ease;
background: #fcd703;
border-radius: 10px;
}
.single .woocommerce-tabs.wc-tabs-wrapper {
background: #fcd703;
border-radius: 10px;
}
.single .ems-cp-tabs-container .woocommerce-Tabs-panel {
background: #fcd703;
padding: 40px 15px;
border-radius: 10px;
}
.woocommerce-Tabs-panel.woocommerce-Tabs-panel--video-description iframe {
width: 100%;
}

.emsprtabs-accordion-toggle .accordion-icon {
transition: transform 0.3s ease;
}

.emsprtabs-accordion-toggle.open .accordion-icon {
transform: rotate(180deg);
}

.woocommerce-tabs .wc-tab {
padding: 15px;

}

/* END FROM TABS TO ACCORDION */

/* ARROWS SLIDER */
.ems-cp-gallery .flex-direction-nav {
position: absolute;
top: 50%;
left: 0;
right: 0;
z-index: 10;
transform: translateY(-50%);
}
.ems-cp-gallery .flex-direction-nav a {
opacity: .7;
right: 30px !important;
background: #000000 !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
}


.ems-cp-gallery .flex-direction-nav a {
width: 50px !important;
height: 50px !important;
}
.flex-direction-nav a:before {
font-size: 42px !important;
}
/* END OF ARROWS SLIDER */
  .ems-scnd-half-of-summary {
    display: block;
    position: relative;
}
.ems-cp-addtocart {
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
}
.single-product button.single_add_to_cart_button.button.alt.wp-element-button {
  bottom: 90px;
}
.ems-cp-title h1 {
font-size: 26px;
}
.ems-cp-ocb-sku {
margin-bottom: 20px;
}
.ems-cp-rest-of-summary {
gap: 30px;
}
.single-product .quantity {
height: 52px;
}
.single-product .quantity .minus, .single-product .quantity .plus {
width: 52px;
}
.single-product .quantity .qty {
width: 52px !important;
}
.ems-atcb-placeholder {
height: 50px;
}
.single-product button.single_add_to_cart_button.button.alt.wp-element-button {
bottom: 110px;
}
.ems-fslayer {
width: 100%;
}
  /* END OF NEW SPP */

    /* CART 26.07 */
    tr.woocommerce-cart-form__cart-item.cart_item .product-thumbnail {
      display: flex !important;
      justify-content: left !important;
  }
  td.product-name {
    width: 100% !important;
    justify-content: left;
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
  td.product-name:before {
    display: none;
  }
  td.product-quantity {
    width: 100% !important;
    justify-content: left;
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
  td.product-quantity:before {
    display: none;
  }
  td.product-subtotal {
    width: 100% !important;
  }
  .ems-cart-subtotal-wrapper {
    justify-content: left;
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
  td.product-subtotal:before {
    display: none;
  }
  td.product-thumbnail:before {
    display: none;
  }
  td.product-thumbnail {
    width: 100%;
  }
  
  .plus, .minus {
    background: #fcd703;
    color: black;
    padding: 8px 16px;
    border-radius: 3px;
  }
  .ems-cp-regularprice {
    text-align: left;
  }
  /* CART END 26.07 */






  .ems-cp-addtocart .price {
    width: auto;
}
.categs-list li {
  width: 33%;
}
.ems-cp-addtocart {
  align-items: center;
}
  .ems-cbus-products-grid {
    grid-template-columns: repeat(2,2fr);
}
.cp-icons-row {
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.cp-iconbox {
  margin-bottom: 10px;
  flex: 1 0 50%;
}
.ems-cp-fancy-titles-bars.ems-cp-fancy-titles-bleft:before {
  width: 130px;
}
.ems-cp-fancy-titles-bars.ems-cp-fancy-titles-bright:after {
  width: 130px;
}
/* .ems-cp-fancy-title-row h2 {
  font-size: 16px;
} */
.ems-cp-fancy-title-row h2 {
  font-size: 16px;
  width: 59% !important;
  line-height: 118% !important;
}
td.ems-cp-table-left {
  font-size: 16px;
}
td.ems-cp-table-right {
  font-size: 16px;
}
/* .ems-cp-addtocart {
  align-items: flex-start;
  flex-direction: column;
} */
.ems-cp-oneclickbuy {
  flex-direction: column;
}
.ems-cp-addtocart .price {
  margin-top: 5px;
}
.single .ems-main-image img {
  height: 300px !important;
}
.ems-archive-container {
  grid-template-columns: repeat(2,1fr);
  grid-gap: 20px;
}
.ems-prod-container .theTitle {
  hyphens: auto;
  word-break: break-word;
}
nav.woocommerce-breadcrumb {
  flex-wrap: wrap;
  height: unset;
}
nav.woocommerce-breadcrumb a:after {
  content: "/";
  margin-left: 5px;
  margin-right: 5px;
    font-weight: 400;
}
nav.woocommerce-breadcrumb a {
  padding-right: 0;
  height: 35px;
}
span.ems-crumb-active {
  height: 35px;
}
}
@media(max-width:580px){
  /* NEW SPP */
  .ems-cp-addtocart p.price:not(:has(del bdi)){
      align-items: center;
  }
  .single-product p.price:not(:has(del bdi)) {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.ems-cp-gallery .flex-viewport img {
  height: 310px !important;
  max-height: 310px !important;
}
.single-product ol.flex-control-nav.flex-control-paging {
  bottom: 0 !important;
}
  .ems-text-part-fslayer-title {
    font-size: 18px;
}
.ems-text-part-fslayer-text {
  font-size: 16px;
}
.ems-cp-addtocart p.price bdi {
  font-size: 28px;
}
.single .flex-control-paging li a {
  width: 16px;
  height: 16px;
}
.single .flex-control-paging li a.flex-active {
  width: 16px;
  height: 16px;
}
.single .ems-cp-gallery .flex-viewport {
  margin-bottom: 10px;
}
.ems-gallery-and-summary {
  gap: 5px;
}
.ems-atcb-placeholder {
  height: 40px;
}
.single-product button.single_add_to_cart_button.button.alt.wp-element-button {
  bottom: 130px;
}

  /* END OF NEW SPP */
  .ems-tnb-leftdiv {
    flex-direction: column;
}
span.ems-tnb-left {
  padding-left: 1rem;
}
span.ems-tnb-right {
  padding-left: 1rem;
}
.ems-freeship-notice-bar {
  height: auto;
  padding: 10px 0;
}
  .ems-ordering-and-count {
    /* gap: 5px; */
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: end;
  }
  p.woocommerce-result-count.ems-pr-count {
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
}
    /* CART 26.07 */
    .ems-after-table-row.cart_totals {
      flex-direction: column;
  }
  .ems-cart-after-table-content {
    width: 100%;
  }
  .ems-cart-after-table-content:last-child {
    margin-top: 30px;
  }
  .ems-cart-item-name {
    text-align: left;
  }
  .ems-cart-item-cat-list {
    text-align: left;
  }
  .end .ems-end-price-underdot {
    margin-top: -1.6rem;
  }
  /* CART END 26.07 */



  .ems-cp-fancy-titles-bars.ems-cp-fancy-titles-bleft:before {
    /* width: 80px; */
    width: 16vw;
  }
  .categs-list li {
    width: 50%;
  }
  .ems-cp-fancy-titles-bars.ems-cp-fancy-titles-bright:after {
    /* width: 80px; */
    width: 16vw;
  }
  .ems-cp-gallery {
    flex-direction: column;
}
.ems-main-image {
  width: 100%;
}
div#ems_custom_position_thumbs {
  width: 100%;
  margin-top: 20px;
}
/* NEW SPP HERE */
/* .ems-cp-title h1 {
  font-size: 1rem;
  line-height: 1.5rem;
} */
.ems-cp-title h1 {
  font-size: 26px;
  line-height: 120%;
  font-weight: 500;
}
.cp-iconbox:not(.cp-iconbox:last-of-type) {
  margin-bottom: 37px;
}
.ems-cp-fancy-title-row {
  padding-top: 0;
  margin-top: 20px;
}

/* END OF NEW SPP */
nav.woocommerce-breadcrumb a {
  /* padding-right: 15px; */
  font-size: 3vw;
}
span.ems-crumb-active {
  font-size: 3vw;
}
.ems-cp-container.ems-ptable {
  padding: 0;
  padding-top: 20px;
}
td.ems-cp-table-right {
  hyphens: auto;
}
.ems-cp-fancy-title-row h2 {
  hyphens: auto;
  /* width: 38% !important; */
  width: 100%;
  line-height: 16px;
}
.ems-cp-fancy-title-row.ems-do h2{
  width: 38% !important;
}
.ems-chosen-by-us .ems-cp-fancy-title-row h2 {
  display: flex;
  align-items: center;
}
.ems-cp-container {
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
/* .ems-cp-addtocart {
  flex-direction: row-reverse;
  width: 100%;
  justify-content: space-between;
  margin-top: 15px;
  align-items: center;
  align-items: flex-end;
  position: relative;
}
.single .quantity{
  position: absolute;
  top: 0px;
  left: 0;
} */
.ems-cp-addtocart .cart {
  margin-right: 0;
}
/* .quantity .minus, .quantity .plus {
  height: 75%;
} */
.quantity .qty {
  height: 100% !important;
}
/* .ems-cp-addtocart .price {
  margin-top: 0;
  margin-bottom: -72px;
} */
/* .ems-cp-addtocart .price:has(bdi):not(ins) {
  font-size: 23px !important;
  font-weight: 700;
  margin-bottom: -45px;
} */
/* .ems-cp-addtocart .price:has(bdi):not(:has(ins bdi)):not(:has(del bdi)) {
  font-size: 23px !important;
  font-weight: 700;
  margin-bottom: -45px;
} */

div#quick_order_form {
  display: flex;
  flex-direction: column;
}
.ems-cp-ocb-button a {
  text-align: right;
  width: 100%;
  display: flex;
  justify-content: end;
}
input#quick_order_phone {
  margin-bottom: 5px;
}
.ems-cp-oneclickbuy {
  align-items: flex-end;
}
.ems-cp-ocb-button {
  margin-right: 0;
}
.ems-archive-container {
  grid-template-columns: repeat(1, 1fr);
}
}
@media(max-width:380px){
    /* CART 26.07 */
    .ems-freeshipwrapper {
      margin-top: 15px;
  }
  .ems-checkout-btn a {
    height: 50px;
  }
/* NEW SPP */
.ems-icon-category-sections {
  padding: 30px;
}
  /* .single .quantity {
    position: absolute;
    top: -20px;
    left: unset;
    right: 0;
} */


  /* .ems-cp-addtocart {
    flex-direction: column-reverse;
    align-items: flex-end;
} */
.ems-cp-addtocart .price {
  margin-top: 20px;
  margin-bottom: 6px;
}
.ems-cp-addtocart .price:has(bdi):not(:has(ins bdi)):not(:has(del bdi)) {
  margin-bottom: 6px;
}
  .ems-cp-fancy-titles-bars.ems-cp-fancy-titles-bleft:before {
    /* width: 60px; */
    width: 12vw;
}
.ems-cp-fancy-titles-bars.ems-cp-fancy-titles-bright:after {
  /* width: 60px; */
  width: 12vw;
}

.ems-chosen-by-us h2 {
  width: 100%;
  align-items: center;
}
.ems-cbus-products-grid {
  grid-template-columns: repeat(1,2fr);
}
/* .ems-archive-container {
  grid-template-columns: repeat(1,1fr);
} */
}




/* CHECKOUT STYLING************************* */
.ems-billing-address-row {
  display: flex;
  width: 100% !important;
  flex-direction: column;
}
.ems-billing-address-street-column {
  display: flex;
  width: 100%;
  flex-direction: column;
}
/* .ems-billing-address-street-column label {
  margin-left: 5px !important;
} */
p#ems_billing_address_street-number_speedy_field label {
  text-transform: capitalize;
}
.ems-billing-address-complex-column {
  width: 100%;
}
/* .ems-billing-address-street-column .woocommerce-input-wrapper {
  width: 100% !important;
  padding-left: 5px;
} */
.ems-billing-address-street-column {
  margin-top: 1rem;
}
p#ems_billing_address_street_speedy_field {
  width: 75%;
}
p#ems_billing_address_street-number_speedy_field {
  width: 25%;
}
/* .ems-billing-address-complex-column .woocommerce-input-wrapper {
  width: 100% !important;
  padding-left: 5px;
} */
.ems-billing-address-complex-column {
 margin-top: 1rem;
}
.ems-address-speedy-complex-data {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
/* .ems-address-speedy-complex-data .woocommerce-input-wrapper {
  padding-left: 5px;
} */
.ems-address-speedy-complex-data {
  margin-top: 1rem;
}
.ems-address-speedy-complex-data-left {
  display: flex;
  width: 50%;
}
.ems-address-speedy-complex-data-right {
  display: flex;
  width: 50%;
}
p#ems_billing_address_complex_entrance_field label {
  margin-left: 0;
}
.ems-address-speedy-complex-data-right label {
  margin-left: 0 !important;
}
.ems-address-speedy-complex-data-right label {
  margin-left: 5px !important;
}
.ems-address-speedy-complex-data-right .woocommerce-input-wrapper {
  width: 100%;
}
.ems-address-speedy-complex-data-left .woocommerce-input-wrapper {
  width: 100%;
}
p#ems_billing_address_complex_entrance_field {
  flex-direction: row;
  justify-content: end;
}
p#ems_billing_address_complex_et_field {
  justify-content: flex-start;
}
p#ems_billing_address_complex_ap_field {
  justify-content: flex-end;
}
.ems-address-speedy-complex-data .woocommerce-input-wrapper {
  width: 100% !important;
}


.ems-billing-form .form-row::after, .ems-billing-form .form-row::before {
  content: " ";
  display: none !important;
}

#billing_eik_field {
  display: none;
}

.ems-billing-name p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
}

.ems-billing-form label {
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Open Sans';
  font-size: 16px;
}
.ems-billing-name .woocommerce-input-wrapper {
  width: 75%;
}
.ems-billing-form .woocommerce-input-wrapper input {
  height: 50px;
  border: 1px solid #707070;
  border-radius: 10px;
  padding: 10px;
}


.ems-billing-city-and-shipping {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 1rem;
    margin-bottom: 1rem;
    justify-content: right;
}
.ems-speedy{
  display:none;
}
.ems-billing-row-width-50 {
  width: 50%;
}
.ems-billing-row-width-50 p {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.ems-billing-row-width-50 .woocommerce-input-wrapper {
  width: 50%;
}
/* .ems-billing-office label {
  margin-left: 3rem;
} */

.ems-billing-rest {
  flex-direction: row;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.ems-billing-rest-right {
  display: flex;
  width: 50%;
}
.ems-billing-rest-right p {
  width: 100%;
}
.ems-billing-rest-right p {
  margin-left: 3rem !important;
}
.ems-billing-rest-right textarea {
  min-height: 16rem;
  border: 1px solid #707070;
  border-radius: 10px;
  padding: 10px;
}
a.office_locator_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fcd703;
  height: 35px;
  width: 180px;
  border-radius: 5px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration-line: unset !important;
  color: black;
}


.ems-billing-subscribe label {
  margin-left: 0.8rem;
  font-family: 'Open Sans';
}
.ems-billing-subscribe {
  align-items: center;
  display: flex;
  padding: 3px;
}
.woocommerce-account-fields {
  font-family: 'Open Sans';
}


.ems-del-type {
  display: flex;
  align-items: flex-start;
  justify-content: end;
}
.ems-del-type p#billing_delivery_type_field {
  width: 60% !important;
}
.ems-del-type #billing_delivery_type_field .woocommerce-input-wrapper {
  width: 100%;
  display: flex;
  /* justify-content: left; */
  justify-content: flex-end;
  align-items: center;
  padding-top: 5px;
}
.ems-del-type #billing_delivery_type_sp_field .woocommerce-input-wrapper {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
}
.ems-office-locator-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.ems-billing-office-locator {
  line-height: 1.25rem;
  /* margin-top: 0.5rem; */
  width: 40%;
  display: flex;
  justify-content: right;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  flex-direction: column;
}
.ems-del-type input {
  height: auto !important;
}

.ems-shipping-total {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fcd703;
  height: 35px;
  width: 100%;
  border-radius: 5px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration-line: unset !important;
  color: black;
  margin-top: 0.5rem;
}
p.ems-predstoi {
  display: flex;
  width: 100%;
  margin: 0;
  justify-content: end;
}
.ems-billing-rest-left {
  margin-top: 32px;
}
.ems-billing-name {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.ems-billing-name p:last-child {
  padding-left: 3rem;
}





/* select2 style */
.woocommerce select,
.select2-container .select2-selection--single {
    height: 50px;
    border: 1px solid #707070;
    border-radius: 10px;
    padding: 10px;
}

/* Center-align the dropdown arrow */
.select2-container .select2-selection--single .select2-selection__arrow {
    height: 50px;
    line-height: 50px;  /* This helps in vertical alignment */
}

/* Adjust the arrow bkg position for better visibility */
.select2-container .select2-selection--single .select2-selection__arrow b {
    top: 50%;
    transform: translateY(-50%);
}

/* Center-align the close button */


/* Center-align the clear button for single select */
.select2-container .select2-selection--single .select2-selection__clear {
   
    font-size:20px;
    transform: translateY(5%);
}


/* mobile styling */
@media (max-width:768px){
  ul#shipping_method li {
    width: 100% !important;
}
ul#shipping_method label {
  line-height: 15px !important;
}
p.ems-predstoi {
  line-height: 15px !important;
}
form.checkout.woocommerce-checkout {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.ems-tab-nextprevbuttons {
  margin-left: 0 !important;
  margin-right: 0 !important;
}


.ems-billing-name {
  flex-direction: column !important;
  align-items: flex-start !important;
}
.ems-billing-name p:last-child {
  padding-left: 0rem !important;
}
.ems-billing-name p {
  width: 100% !important;
}
.ems-billing-city-and-shipping {
  flex-direction: column;
  margin-top: 0;
}
.ems-billing-row-width-50 {
  width: 100%;
}
.ems-billing-office {
  padding-left: 0rem !important;
  margin-top: 20px;
}
.ems-office-locator-wrapper {
  width: 100%;
  justify-content: space-between;
}
.ems-billing-row-width-50 .woocommerce-input-wrapper {
  width: 100%;
}
.ems-del-type {
  flex-direction: column;
}
.ems-billing-office-locator {
  width: 100%;
  align-items: center;
}
.ems-billing-rest {
  flex-direction: column;
}
.ems-billing-rest-right {
  width: 100%;
}
.ems-billing-rest-right p {
  margin-left: 0rem !important;
}
.ems-tab-nextprevbuttons-right {
  width: 50%;
}
.ems-tab-nextprevbuttons-left {
  width: 50%;
}
.ems-tab-nextprevbuttons button {
  font-size: 14px !important;
}
.ems-shipping-inputs {
  width: 100% !important;
}
ul.wc_payment_methods.payment_methods.methods .payment_box {
  color: black !important;
  margin-bottom: 0 !important;
}
.ems-checkout-tab-heading {
  margin: 1rem 0;
}
.ems-checkout-last-div {
  flex-direction: column;
}
.ems-coupon-and-agreement {
  width: 100% !important;
}
.ems-absolute-totals {
  /* width: 15%; */
  width: 100% !important;
  margin-bottom: 30px;
}
.ems-custom-coupon {
  padding-bottom: 30px !important;
  flex-direction: column !important;
}
.ems-custom-coupon .ems-crumb-active {
  width: 40% !important;
  margin-bottom: 10px !important;
}
.ems-custom-coupon .input-text {
  width: 100% !important;
  margin-left: 0px !important;
  margin-bottom: 10px;
}
.ems-checkout-last-div .ems-custom-coupon button {
  margin-left: 0px !important;
}
span.ems-prod-quant.ems-chk {
  margin-left: 0;
  margin-top: 5px;
}
span.ems-crumb-active {
  width: 50%;
}
.ems-mini-breadcrumb nav.woocommerce-breadcrumb {
  flex-direction: column;
}
.ems-mini-breadcrumb {
  margin-top: 4rem;
}
tr.woocommerce-cart-form__cart-item.cart_item {
  padding: 0 !important;
}
.ems-billing-name p {
  display: block;
}
.ems-billing-row-width-50 p {
  display: block;
}
.ems-del-type #billing_delivery_type_sp_field .woocommerce-input-wrapper {
  justify-content: space-between;
}
.ems-del-type #billing_delivery_type_field .woocommerce-input-wrapper {
  justify-content: space-between;
}
.ems-address-speedy-complex-data {
  margin-top: 0rem !important;
}
.ems-billing-address-complex-column {
  margin-top: 0px !important;
}
.ems-billing-rest-left {
  margin-top: 0px !important;
}
.ems-billing-address-street-column {
  margin-top: 0px;
}
.ems-speedy-to-address-form {
  margin-top: 10px !important;
}
.checkout ul.wc_payment_methods.payment_methods.methods {
  padding: 0 !important;
}
.ems-del-type p#billing_delivery_type_field {
  width: 100% !important;
}
p#billing_courierr_office_sp_name_field {
  margin: 0;
}
p#billing_courierr_officeE_name_field {
  margin: 0;
}
.ems-price-underdot {
  font-size: 14px;
}


}
@media (max-width:375px){
  div#content {
    width: 96% !important;
    margin: 0 auto;
}
.checkout label {
  font-size: 4vw;
}




/* NEW SPP */
@media (max-width:350px){
  .single-product .quantity {
    height: 48px;
}
.single-product .quantity .minus, .single-product .quantity .plus {
  width: 48px;
  line-height: 0;
}
.single-product .quantity .qty {
  width: 48px !important;
  line-height: 0;
}
.ems-cp-addtocart p.price bdi {
  font-size: 26px;
}
.ems-text-part-fslayer-text {
  position: absolute;
  bottom: -40px;
}
.ems-fslayer {
  margin-top: 50px;
}
.single-product button.single_add_to_cart_button.button.alt.wp-element-button {
  bottom: 100px;
}
}
/* END OF NEW SPP */






}
@media (max-width:325px){
  .ems-shipping-total {
    font-size: 13px;
}
a.office_locator_btn {
  font-size: 13px;
}
.ems-office-locator-wrapper {
  font-size: 13px;
}
.ems-tab-nextprevbuttons button {
  font-size: 13px !important;
}

/* NEW SPP */
.ems-cp-addtocart p.price bdi {
  font-size: 24px;
}
.single-product .quantity {
  height: 46px;
}
.single-product .quantity .minus, .single-product .quantity .plus {
  width: 46px;
  line-height: 0;
}
.single-product .quantity .qty {
  width: 46px !important;
  line-height: 0;
}
/* END OF NEW SPP */

}
@media (max-width:300px){
    /* NEW SPP */
    .ems-cp-addtocart {
      align-items: flex-start;
      flex-direction: column-reverse;
  }
    /* END OF NEW SPP */
  p.ems-predstoi {
    font-size: 13px;
}
.ems-shipping-total {
  font-size: 12px;
  padding: 10px;
}
a.office_locator_btn {
  font-size: 12px;
}
.ems-tab-nextprevbuttons button {
  font-size: 12px !important;
}
button#nextBtn {
  padding: 0 10px !important;
}
button#prevBtn {
  padding: 0 10px !important;
}

}




/* end checkout */


.ems-error {
  background: #610707;
  color: white;
  font-weight: 500;
}

/* thank you page notices */
.ems-sinp-notice.ems-thankyou {
  flex-direction: column;
  height: 100%;
  text-align: center;
    padding: 20px 20px;
    margin-bottom: 20px;
}
.ems-sinp-notice.ems-thankyou span {
  margin: 5px 0px;
}
.ems-thank-contacts {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}
.ems-thank-contacts span {
  margin: 0px !important;
}
.ems-thank-contacts a {
  color: #283346;
}
span.ems-thank-fakturi {
  display: flex;
  flex-direction: column;
  margin-bottom: 35px !important;
}

ul#menu-3-tuning-vizualen a {
  padding: 10px !important;
}


/* designs from 06.24 */
/* new footer */
.ems-new-foot-menu {
  color: #F4F5FB;
}
/* same on hover a */
.ems-new-foot-menu a:hover {
  color: #FCD703;
}
.ems-new-foot-menu li {
  line-height: 2;
}