/** Shopify CDN: Minification failed

Line 14744:10 Expected ":"
Line 14744:265 Unterminated string token

**/
/* @charset "UTF-8"; */






























































































/* fonts */
@font-face {
    font-family: 'Montserrat';
    src: url('https://cdn.shopify.com/s/files/1/0182/4159/files/Montserrat-Regular.eot?v=1679479079');
    src: url('https://cdn.shopify.com/s/files/1/0182/4159/files/Montserrat-Regular.eot?v=1679479079?#iefix') format('embedded-opentype'),
        url('https://cdn.shopify.com/s/files/1/0182/4159/files/Montserrat-Regular.woff2?v=1679479079') format('woff2'),
        url('https://cdn.shopify.com/s/files/1/0182/4159/files/Montserrat-Regular.woff?v=1679479080') format('woff'),
        url('https://cdn.shopify.com/s/files/1/0182/4159/files/Montserrat-Regular.ttf?v=1679479080') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



/* Component variables */
body.cc-popup-no-scroll { overflow: hidden;}
.popup-scrollbar-measure {position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll; pointer-events: none;}
.cc-popup {position: fixed; display: flex; height: 100%; width: 100%; top: 0; left: 0; z-index: 997; transition: opacity 0.15s, visibility 0.15s; opacity: 0;
  visibility: hidden; pointer-events: none;}
.cc-popup.cc-popup--center {justify-content: center; align-items: center;}
.cc-popup.cc-popup--center .cc-popup-modal {transform: translate3d(0, 60px, 0);}
.cc-popup.cc-popup--bottom-left, .cc-popup.cc-popup--bottom-right {align-items: flex-end;}
.cc-popup.cc-popup--bottom-left { justify-content: flex-start;}
.cc-popup.cc-popup--bottom-left .cc-popup-modal {transform: translate3d(-60px, 0, 0);}
.cc-popup.cc-popup--bottom-right {justify-content: flex-end;}
.cc-popup.cc-popup--bottom-right .cc-popup-modal {transform: translate3d(60px, 0, 0);}
.cc-popup.cc-popup--right { justify-content: flex-end;}
.cc-popup.cc-popup--right .cc-popup-modal {transform: translate3d(60px, 0, 0); width: 100%; min-width: 0; overflow: auto;}

@media (min-width: 768px) {
  .cc-popup.cc-popup--right .cc-popup-modal {width: 400px; }
}

.cc-popup.cc-popup--visible { visibility: visible; opacity: 1; pointer-events: auto;}
.cc-popup.cc-popup--visible .cc-popup-modal {transform: translate3d(0, 0, 0);}
.cc-popup .cc-popup-background {position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, 0.3); z-index: 998;}
.cc-popup .cc-popup-modal {position: relative; z-index:999; transition: transform 0.25s; overflow:hidden; background-color:#ffffff; color:#050505;}
.cc-popup .cc-popup-container {display: flex;}
.cc-popup .cc-popup-container .cc-popup-title {color: #050505;}
.cc-popup .cc-popup-close {position: absolute; right: 3px; top: 3px; width: 44px; height: 44px; padding: 7px; min-width: auto; background-color: transparent;
  border: none; box-shadow: none;}
.cc-popup .cc-popup-close svg {stroke: #050505; stroke-width: 2px;}
.cc-popup .cc-popup-image .rimage-background {height: 100%;}
.cc-popup .cc-popup-column {height: 100%; display: flex; flex-direction: column; justify-content: center;}
.cc-animate-enabled .shopify-section {overflow: hidden;}

@media (min-width: 768px) {
  .cc-animate-enabled [data-cc-animate] {opacity: 0;}
}

.cc-animate-enabled [data-cc-animate].-in {transition: opacity 0.7s, transform 0.7s; opacity: 1;}
.cc-animate-enabled [data-cc-animate].cc-fade-in-right {transform: translate3d(15px, 0, 0);}
.cc-animate-enabled [data-cc-animate].cc-fade-in-right.-in {transition-timing-function: cubic-bezier(0, 0.14, 0.19, 1); transform: translate3d(0, 0, 0);}
.cc-animate-enabled [data-cc-animate].cc-fade-in-up {transform: translate3d(0, 15px, 0); transition-duration: 0.7s;}
.cc-animate-enabled [data-cc-animate].cc-fade-in-up.-in {transform: translate3d(0, 0, 0);}
.cc-animate-enabled [data-cc-animate].cc-zoom-out {transform: scale(1.1);}
.cc-animate-enabled [data-cc-animate].cc-zoom-out.-in {transition: transform 1.6s cubic-bezier(0, 0.14, 0.19, 1) 0s !important; transform: scale(1);}
.cc-animate-enabled [data-cc-animate].cc-fade-in-zoom-out {transform: scale(1.2);}
.cc-animate-enabled [data-cc-animate].cc-fade-in-zoom-out.-in {transition: opacity 1s, transform 1.2s cubic-bezier(0, 0.14, 0.19, 1) 0s, filter 2s !important;
  transform: scale(1);}

@media (prefers-reduced-motion: reduce) {
  .cc-animate-enabled [data-cc-animate], .cc-animate-enabled [data-cc-animate].-in {transition: opacity 0.7s !important; transform: none !important;}
}

.cc-modal-window {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9000;
}

.cc-modal-window__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
  cursor: pointer;
  z-index: 1;
}

.cc-modal-window__foreground {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 2;
}

.cc-modal-window__close {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  border: none;
  color: inherit;
  box-shadow: none;
  cursor: pointer;
  padding: 15px;
  border-radius: 0;
  transition: none;
}
.cc-modal-window__close:hover {
  background: transparent;
  border: none;
  color: inherit;
  box-shadow: none;
}
.cc-modal-window__close svg {
  stroke-width: 2;
}

.cc-modal-window__content-container {
  position: relative;
  overflow: auto;
  width: 800px;
  max-width: calc(100vw - 30px);
  max-height: 80vh;
  background: #fff;
  box-shadow: 0 1px 50px -20px #000;
  border-radius: 0px;
  pointer-events: auto;
}
@media (min-width: 768px) {
  .cc-modal-window__content-container {
    max-width: 90vw;
  }
}
@media (min-width: 960px) {
  .cc-modal-window__content-container {
    max-width: 80vw;
  }
}

.cc-modal-window--size-small .cc-modal-window__content-container {
  width: 500px;
}

.cc-modal-window__content {
  margin: 60px 20px 20px;
}
@media (min-width: 768px) {
  .cc-modal-window__content {
    margin: 60px 40px 40px;
  }
}

.cc-modal-window--closing {
  visibility: hidden;
}

.cc-modal-visible {
  overflow: hidden;
}

.cc-price-range {
  position: relative;
}

.cc-price-range__input-row {
  margin: 12px 0;
  display: flex;
  justify-content: space-between;
}

.cc-price-range__input-container {
  display: flex;
  align-items: baseline;
  flex: 0 0 auto;
  width: calc(50% - 6px);
}

.cc-price-range__input-currency-symbol {
  font-size: 16px;
  margin-right: 2px;
}

.cc-price-range .cc-price-range__input {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.cc-price-range__bar {
  position: relative;
  margin: 40px 15px 10px;
}

.cc-price-range__bar-inactive {
  height: 4px;
  background: #e6e6e6;
  border-radius: 4px;
}

.cc-price-range__bar-active {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  background: #222222;
  border-radius: 4px;
}

.cc-price-range__control {
  position: absolute;
  left: 0;
  top: -9px;
  margin-left: -11px;
  width: 22px;
  height: 22px;
}
.cc-price-range__control::after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: #ffffff;
  border: 2px solid #222222;
  border-radius: 22px;
  cursor: pointer;
  transition: 150ms transform ease-out;
}
.cc-price-range__control:hover::after, .cc-price-range__control:focus::after {
  transform: scale(1.1);
}
.cc-price-range__control::before {
  content: "";
  position: absolute;
  display: block;
  top: calc(50% - 22px);
  width: 44px;
  height: 44px;
  cursor: pointer;
}

.cc-price-range__control--min::before {
  right: 0;
}

.cc-price-range__control--max::before {
  left: 0;
}

.cc-rating {
  display: inline-block;
  margin: 0;
  font-size: 16px;
  line-height: 1.2em;
  white-space: nowrap;
  vertical-align: middle;
}

.cc-rating-stars {
  display: block;
  position: relative;
}

.cc-rating-stars--active {
  position: absolute;
  top: 0;
  left: 0;
  color: rgb(0, 0, 0);
}

.cc-rating-stars--inactive {
  display: block;
  color: rgba(0, 0, 0, 0.2);
}

.cc-rating-stars__svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
  vertical-align: top;
}
.cc-rating-stars__svg:not(:first-child) {
  margin-left: 1px;
}

.cc-rating[data-rating-decimal="0.5"] .cc-rating-stars--active .cc-rating-stars__svg:last-child {
  clip-path: polygon(0 0, 52% 0, 52% 100%, 0% 100%);
}

.cc-rating-text {
  display: none;
}

.cc-rating-count {
  display: inline-block;
  margin: 0;
}

.faq-header {
  margin-bottom: 20px;
}

.faq-index {
  display: none;
}

@media (min-width: 768px) {
  .faq-header {
    display: flex;
    justify-content: center;
  }

  .faq-index {
    display: block;
    flex: 0 0 auto;
    width: 208px;
    margin-right: 32px;
    position: relative;
  }

  .faq-index__sticky-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  .faq-header__content {
    flex: 0 1 800px;
  }

  .section-faq-header--with-index ~ .section-collapsible-tabs {
    padding-left: 240px;
  }
}
@media (min-width: 1200px) {
  .faq-index {
    width: 260px;
    margin-right: 40px;
  }

  .section-faq-header--with-index ~ .section-collapsible-tabs {
    padding-left: 300px;
  }
}
.faq-search-item-inactive {
  display: none;
}

.faq-search {
  margin-top: 20px;
}

.faq-search {
  position: relative;
}

.faq-search__icon {
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  pointer-events: none;
}

.faq-search .faq-search__input {
  width: 100%;
  height: 56px;
  padding-left: 56px;
}

.faq-index__heading {
  margin-bottom: 1.2em;
  font-size: 1.3em;
}

.faq-index-item {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.collapsible-tabs {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
.collapsible-tabs .cc-accordion {
  border: none;
  margin: 0;
}
.collapsible-tabs .cc-accordion-item {
  border: none;
}

.collapsible-tabs__tab {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.collapsible-tabs__tab .cc-accordion-item__title {
  padding-top: 20px;
  padding-bottom: 20px;
  border: none;
  font-size: 1.3em;
}
.collapsible-tabs__tab p:first-child {
  margin-top: 0;
}
.collapsible-tabs__tab p:last-child {
  margin-bottom: 0;
}

.collapsible-tabs__heading {
  margin-top: 40px;
  margin-bottom: 20px;
}

.collapsible-tabs__text {
  margin-top: 20px;
  margin-bottom: 20px;
}

.collapsible-tabs__button {
  margin-top: 20px;
  margin-bottom: 20px;
}

.store-availability-container-outer.store-availability-initialized {
  transition: height 0.3s;
  overflow: hidden;
}

.store-availability-container {
  padding: 1em 0;
  transition: opacity 0.3s;
}
.store-availability-loading .store-availability-container {
  pointer-events: none;
  opacity: 0.4;
  transition-delay: 0.4s;
}
.payment-and-quantity--buttons-active ~ [data-store-availability-container] .store-availability-container {
  padding-bottom: 1.5em;
}
.store-availability-container small {
  font-size: 0.85em;
}
.store-availability-container .store-availability-small-text {
  margin-bottom: 0.85em;
}
.store-availability-container .store-availability-information {
  display: flex;
}
.store-availability-container .store-availability-information .store-availability-icon {
  padding-right: 10px;
  position: relative;
  top: -1px;
}
.store-availability-container .store-availability-information .store-availability-icon svg {
  height: 16px;
  width: 16px;
}
.store-availability-container .store-availability-information .store-availability-icon.store-availability-icon--available {
  color: #108043;
}
.store-availability-container .store-availability-information .store-availability-icon.store-availability-icon--unavailable {
  color: #de3618;
}
.store-availability-container .store-availability-information .store-availability-information__stores {
  margin-top: 0.5em;
}
.store-availability-container .store-availability-information .store-availability-information__title,
.store-availability-container .store-availability-information .store-availability-information__stores,
.store-availability-container .store-availability-information .store-availability-information__stock {
  margin-bottom: 0;
}
.store-availability-container .store-availability-information .store-availability-information__title,
.store-availability-container .store-availability-information .store-availability-information__stock {
  margin-top: 0;
}
.store-availability-container .store-availability-information .store-availability-information__title strong {
  font-weight: 600;
}

.store-availabilities-modal {
  z-index: 99999;
}
.store-availabilities-modal small {
  font-size: 0.85em;
}
.store-availabilities-modal .store-availability-small-text {
  margin-bottom: 0.85em;
}
.store-availabilities-modal .cc-icon-available {
  color: #108043;
}
.store-availabilities-modal .cc-icon-unavailable {
  color: #de3618;
}
.store-availabilities-modal .cc-popup-close {
  color: #050505 !important;
}
.store-availabilities-modal .cc-popup-close:hover {
  color: #050505 !important;
}
.store-availabilities-modal .cc-popup-close svg {
  stroke: #050505 !important;
}
.store-availabilities-modal .cc-popup-close svg:hover {
  stroke: #050505 !important;
}
.store-availabilities-modal .cc-popup-modal {
  background-color: #ffffff;
  color: #050505;
}
.store-availabilities-modal .cc-popup-modal .cc-popup-content {
  text-align: left;
}
.store-availabilities-modal .cc-popup-modal .cc-popup-content button {
  white-space: nowrap;
}
.store-availabilities-modal .cc-popup-modal .cc-popup-content .cc-popup-text {
  margin-bottom: 1em;
  padding-right: 20px;
}
.store-availabilities-modal .cc-popup-modal .cc-popup-content .cc-popup-text .store-availabilities-modal__product-title {
  margin-bottom: 0;
  text-align: left;
  color: #050505;
}
.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item {
  margin-top: 1em;
}
.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item:before {
  content: "";
  display: inline-block;
  background-color: #e2e2e2;
  width: 100%;
  height: 1px;
  margin-bottom: 1em;
  margin-top: 0.5em;
}
.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item address {
  font-style: normal;
}
.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item a {
  color: #000000;
}
.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .store-availability-list__location {
  display: flex;
}
.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .store-availability-list__location .store-availability-list__location__text {
  flex: 1;
  margin-bottom: 0.2em;
}
.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .store-availability-list__location .store-availability-list__location__text strong {
  font-weight: 600;
}
.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .store-availability-list__location .store-availability-list__location__distance {
  visibility: hidden;
  opacity: 0;
  margin-bottom: 0;
  transition: visibility 0.4s, opacity 0.4s;
}
.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .store-availability-list__location .store-availability-list__location__distance.-in {
  opacity: 1;
  visibility: visible;
}
.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .store-availability-list__location .store-availability-list__location__distance svg {
  position: relative;
  height: 11px;
  width: 11px;
}
.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .store-availability-list__invalid_address svg {
  height: 14px;
  width: 14px;
}
.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .cc-icon-available, .store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .cc-icon-unavailable {
  display: inline-block;
}
.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .cc-icon-available svg, .store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .cc-icon-unavailable svg {
  height: 13px;
  width: 13px;
}
@media (min-width: 768px) {
  .store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .store-availability-list__phone--mobile {
    display: none;
  }
}
.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .store-availability-list__phone--desktop {
  display: none;
}
@media (min-width: 768px) {
  .store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .store-availability-list__phone--desktop {
    display: block;
  }
}

/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
(Tweaked for CleanCanvas theme)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
video {width: 100%; height: auto; display: block;} 

h1, h2, h3, h4, h5, h6, .collection_title, .headline, p.subtitle, .promo_banner {
/*     text-transform: uppercase; */
    display: block;
    letter-spacing: 0;
    text-rendering: optimizeLegibility;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Slick slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

/* FOUC */
.slideshow .slide {
  display: none;
}

.slideshow .slide:first-child {
  display: block;
}

/* /FOUC */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-slide:focus, .slick-slide a:focus {
  outline: none;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
      background: #fff url(//emazing-dev.myshopify.com/cdn/shop/t/163/assets/ajax-load.gif?v=62939699503414190391728642050) center center no-repeat;
}

/* Arrows */
.slick-product-prev,
.slick-product-next,
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  min-width: 0;
}
.slick-product-prev.slick-disabled,
.slick-product-next.slick-disabled,
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.25;
}
.slick-product-prev.focus-visible,
.slick-product-next.focus-visible,
.slick-prev.focus-visible,
.slick-next.focus-visible {
  outline: #050505 auto 1px;
  outline: -webkit-focus-ring-color auto 1px;
}

.slick-prev,
.slick-next {
  height: 80px;
  width: 80px;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover svg, .slick-prev:focus svg,
.slick-next:hover svg,
.slick-next:focus svg {
  opacity: 1;
}

.slick-prev svg,
.slick-next svg {
  width: 80px;
  height: 80px;
  fill: white;
  opacity: 0.75;
  -webkit-filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.5));
  -moz-filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.5));
  -o-filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.5));
  -ms-filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.5));
}
.slick-prev svg.feather,
.slick-next svg.feather {
  fill: transparent;
  stroke: white;
  stroke-width: 0.6;
}

.slick-product-prev,
.slick-product-next {
  height: 44px;
  width: 44px;
  background: transparent;
  color: #050505;
}
.slick-product-prev.slick-disabled,
.slick-product-next.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.slick-product-prev::after,
.slick-product-next::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0.7;
}
.slick-product-prev:hover,
.slick-product-next:hover {
  background: transparent;
  color: #050505;
}
.slick-product-prev:hover::after,
.slick-product-next:hover::after {
  opacity: 0.9;
}
@media (max-width: 767.98px) {
  .slick-product-prev,
.slick-product-next {
    /*top: auto;
    bottom: 0;
    transform: none;*/
  }
}

.slick-product-prev svg,
.slick-product-next svg {
  position: relative;
  z-index: 1;
  width: 32px;
  height: 32px;
  fill: #050505;
  background: transparent;
}
.slick-product-prev svg.feather,
.slick-product-next svg.feather {
  fill: transparent;
  stroke: #050505;
  /* stroke-width: 1; */
    stroke-width: 0;
    width: 12px;
}

.slick-prev,
.slick-product-prev {
  left: 0;
}
.slick-prev::after,
.slick-product-prev::after {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
[dir=rtl] .slick-prev,
[dir=rtl] .slick-product-prev {
  left: auto;
  right: 0;
}

.slick-next,
.slick-product-next {
  right: 0;
}
.slick-next::after,
.slick-product-next::after {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
[dir=rtl] .slick-next,
[dir=rtl] .slick-product-next {
  left: 0;
  right: auto;
}

/* Dots */
.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  margin: 0;
  padding: 10px 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 20px;
  width: 21px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  min-width: 0;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0;
  cursor: pointer;
  position: relative;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.tab-used .slick-dots li button:focus {
  outline: #050505 auto 1px;
  outline: -webkit-focus-ring-color auto 1px;
}
@keyframes drawCircle {
  0% {
    stroke-dashoffset: 85;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.slick-dots li button.custom-dot::before {
  display: none;
}
.slick-dots li button.custom-dot svg {
  height: 12px;
  width: 12px;
}
.slick-dots li button.custom-dot circle {
  fill: #ffffff;
  stroke: #ffffff;
  stroke-width: 4;
  stroke-dasharray: 85;
  stroke-dashoffset: 85;
  transform-origin: 50%;
  transform: rotate(-90deg);
  transition: fill 0.5s;
}
.slick-dots li button.custom-dot circle.circle-one {
  stroke: rgba(255, 255, 255, 0.4);
  transition: opacity 0.5s;
  opacity: 0;
}
@media (max-width: 767.98px) {
  .slick-slider--mobile-stack .slick-dots li button.custom-dot circle {
    fill: #050505;
    stroke: #050505;
  }
  .slick-slider--mobile-stack .slick-dots li button.custom-dot circle.circle-one {
    stroke: rgba(5, 5, 5, 0.6);
  }
}
.slick-dots li.slick-active button.custom-dot circle {
  stroke-dashoffset: 0;
  fill: transparent;
}
.slideshow[data-autoplay=true] .slick-dots li.slick-active button.custom-dot circle.circle-two {
  animation: drawCircle 8.1s linear;
}
.slideshow[data-autoplay=true] .slick-dots li.slick-active button.custom-dot circle.circle-one {
  transition: opacity 0.5s;
  opacity: 1;
}

/* lazy load */
.slick-slide img {
  opacity: 1;
  transition: opacity 250ms;
}

.slick-slide img.slick-loading {
  opacity: 0;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* Override for Owl */
.owl-carousel {
  display: block;
  position: relative;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  left: 0;
  top: calc(50% - 16px);
  width: 40px;
  height: 40px;
  line-height: 0px;
  background: rgba(255, 255, 255, 0.7);
}
.owl-carousel .owl-nav button.owl-prev svg.feather,
.owl-carousel .owl-nav button.owl-next svg.feather {
  width: 20px;
  height: 20px;
  stroke: #000;
}
.owl-carousel .owl-nav button.owl-prev.disabled,
.owl-carousel .owl-nav button.owl-next.disabled {
  opacity: 0.25;
}
.owl-carousel .owl-nav button.owl-prev.disabled:focus,
.owl-carousel .owl-nav button.owl-next.disabled:focus {
  outline: none;
}
.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 0;
}

.owl-stage--items-fit {
  display: flex;
  margin: 0 auto;
  transform: none !important;
}

/* Gallery viewer */
.gallery-viewer {
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: opacity 250ms ease-out, transform 250ms ease-out;
}

.gallery-viewer--pre-reveal,
.gallery-viewer--transition-out {
  opacity: 0;
  transform: scale(0.97);
}

.gallery-viewer__zoom-container {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: zoom-in;
}

.gallery-viewer__zoom-image {
  position: absolute;
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  min-width: 0;
  min-height: 0;
}

.gallery-viewer__thumbs {
  position: absolute;
  z-index: 2;
  left: 10px;
  bottom: 20px;
  width: calc(100% - 10px);
  padding-right: 10px;
  text-align: center;
  overflow: auto;
  white-space: nowrap;
  line-height: 0;
}

@media (max-width: 600px) {
  .gallery-viewer__thumbs {
    bottom: 10px;
  }
}

.gallery-viewer__thumb {
  display: inline-block;
  padding: 4px;
  background: #fff;
  width: 69px;
}
.gallery-viewer__thumb:not(:first-child) {
  margin-left: -4px;
}

@media (max-width: 600px) {
  .gallery-viewer__thumb {
    width: 60px;
  }
}

.gallery-viewer__thumb--active {
  position: relative;
}
.gallery-viewer__thumb--active::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 4px;
  left: 4px;
  right: 4px;
  height: 3px;
  background: #000;
}

.gallery-viewer__controls {
  position: relative;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}

.gallery-viewer__button {
  position: absolute;
  pointer-events: auto;
  padding: 10px;
  background: rgba(255, 255, 255, 0.7);
  color: #000;
}
.gallery-viewer__button svg {
  width: 34px;
  height: 34px;
}
.gallery-viewer__button svg.feather {
  stroke: #000;
}
@media (max-width: 600px) {
  .gallery-viewer__button svg {
    width: 26px;
    height: 26px;
  }
}

.gallery-viewer__prev,
.gallery-viewer__next {
  top: calc(50% - 17px);
}
@media (max-width: 600px) {
  .gallery-viewer__prev,
.gallery-viewer__next {
    top: calc(50% - 13px);
  }
}

.gallery-viewer__prev {
  left: 0;
}

.gallery-viewer__next {
  right: 0;
}

.gallery-viewer__close {
  top: 0;
  right: 0;
}

.gallery-viewer--single-image .gallery-viewer__prev,
.gallery-viewer--single-image .gallery-viewer__next,
.gallery-viewer--single-image .gallery-viewer__thumbs {
  display: none;
}

@media (pointer: coarse) {
  .gallery-viewer-open,
.gallery-viewer-open body {
    overflow: hidden;
    height: 100%;
  }
}
/*================ Giftcard Template ================*/
.template-giftcard {
  background: #ffffff;
  text-align: center;
  padding: 15px 0;
}

.giftcard {
  margin: 15px auto;
  max-width: 500px;
  padding: 20px;
}

.giftcard__illustration {
  position: relative;
  margin: 20px 0;
  overflow: hidden;
  border-radius: 0;
}
.giftcard__illustration img {
  display: block;
}

.giftcard__code {
  background: #fff;
  border-radius: 0;
  color: #484848;
  position: absolute;
  bottom: 10%;
  right: 50%;
  transform: translateX(50%);
  padding: 10px 20px;
  font-size: 22px;
  line-height: 1em;
  white-space: nowrap;
}

.giftcard-qr-row {
  margin: 15px 0;
}

.giftcard-qr {
  display: inline-block;
  background: #fff;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 0;
}
.giftcard-qr img {
  display: block;
  margin: 0 auto;
}

.giftcard-apple-wallet {
  margin: 15px 0;
}

.apple-wallet-image {
  display: block;
  margin: 0 auto;
}

.giftcard-button-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

.print-giftcard svg {
  margin-left: -10px;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2 !important;
}

/*================ Print Giftcard Styles ================*/
@media print {
  @page {
    margin: 0.5cm;
  }
  p {
    orphans: 3;
    widows: 3;
  }

  html,
body {
    background-color: #fff;
    color: #000;
  }

  .print-giftcard,
.apple-wallet {
    display: none;
  }
}

.pageheader {
  position: relative;
  background: #ffffff;
  color: #000000;
  z-index: 4000;
  border-bottom: 1px solid #e2e2e2;
  /* Place above slider for live-search dropdown */
  transition: background-color 175ms ease-in;
}

.js .section-header:not(.section-header--nav-hover):not(.section-header--nav-open) .pageheader--transparent {
  background: transparent;
}
.js .section-header:not(.section-header--nav-hover):not(.section-header--nav-open) .pageheader--transparent .logo-area {
  color: var(--transparent-header-text-color);
  border-color: transparent;
}
.js .section-header:not(.section-header--nav-hover):not(.section-header--nav-open) .pageheader--transparent .logo__image:not(:last-child) {
  opacity: 0;
}
.js .section-header:not(.section-header--nav-hover):not(.section-header--nav-open) .pageheader--transparent .logo__image-transparent {
  opacity: 1;
}
.js .section-header:not(.section-header--nav-hover):not(.section-header--nav-open) .pageheader--transparent .logo a {
  color: var(--transparent-header-text-color);
}
.js .section-header:not(.section-header--nav-hover):not(.section-header--nav-open) .pageheader--transparent + #main-nav .navigation {
  border-color: transparent;
}
.js .section-header:not(.section-header--nav-hover):not(.section-header--nav-open) .pageheader--transparent + #main-nav .navigation .navigation__tier-1 {
  background: transparent;
}
.js .section-header:not(.section-header--nav-hover):not(.section-header--nav-open) .pageheader--transparent + #main-nav .navigation .navigation__tier-1 > .navigation__item:not(.featured-link) > .navigation__link {
  color: var(--transparent-header-text-color);
}
.js .section-header:not(.section-header--nav-hover):not(.section-header--nav-open) .pageheader--transparent ~ .header-shade {
  display: none;
}

.pageheader a {
  color: inherit;
}

.pageheader svg.feather {
  fill: none;
  stroke: currentColor;
}

.pageheader .disclosure .disclosure__toggle-arrow svg.feather {
  stroke-width: 2;
}

.pageheader .logo {
  text-align: center;
/*   padding: 20px 0; */
  padding: 10px 0;
}

.pageheader .logo a {
  display: inline-block;
  color: #000000;
}

.logo img {
  display: inline-block;
  vertical-align: middle;
}

.logo__link {
  position: relative;
}

.logo__image {
  transition: opacity 175ms ease-in;
}

.logo__image-transparent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: opacity 175ms ease-in;
}

.pageheader .logo .logotext {
  font-size: 24px;
  line-height: 1.4em;
  word-break: break-word;
}

@media (min-width: 768px) {
  .pageheader--layout-inline-menu-center .logo-area__left {
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
    flex: 0 0 2px;
    order: 1;
  }
  .pageheader--layout-inline-menu-center .logo-area__left .show-search-link {
    display: none;
  }
  .pageheader--layout-inline-menu-center .logo-area__left__inner {
    position: absolute;
    left: 0;
    min-height: 100%;
    width: calc(100vw - 600px);
    transform: translateX(-50%);
  }
  .pageheader--layout-inline-menu-center .logo-area__left__inner .navigation--left {
    left: 0;
    width: 100%;
  }
  .pageheader--layout-inline-menu-center .logo-area__left__inner .navigation--left .navigation__tier-1-container {
    left: 0;
  }
  .pageheader--layout-inline-menu-center .logo-area__middle {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
    flex: 1 0 0;
    text-align: left;
  }
  .pageheader--layout-inline-menu-center .logo-area__middle .logo {
    display: inline-block;
  }
  .pageheader--layout-inline-menu-center .logo-area__right {
    flex: 1 0 0;
    order: 2;
  }
  .pageheader--layout-inline-menu-center .logo-area__right .show-search-link {
    display: flex;
    align-items: center;
  }

  .pageheader--layout-inline-permitted .navigation--left {
    visibility: visible;
  }
  .pageheader--layout-inline-permitted .navigation.navigation--left {
    border: none;
    color: inherit;
  }
  .pageheader--layout-inline-permitted .navigation.navigation--left .navigation__link:hover,
.pageheader--layout-inline-permitted .navigation.navigation--left .menu-promotion__link:hover {
    color: inherit;
  }
  .pageheader--layout-inline-permitted .navigation.navigation--left .navigation__tier-1 {
    background: transparent;
    border: none;
  }
  .pageheader--layout-inline-permitted .logo-area__left::after,
.pageheader--layout-inline-permitted .logo-area__left__inner::after {
    content: "-";
    visibility: hidden;
  }
  .pageheader--layout-inline-permitted .logo-area__left {
    font-size: 14px;
    min-height: calc(22px * 2 + 1.5em);
  }
  .pageheader--layout-inline-permitted .logo-area__left__inner .show-search-link {
    display: none;
  }
  .pageheader--layout-inline-permitted .logo-area__right .show-search-link {
    display: flex;
    align-items: center;
  }
  .pageheader--layout-inline-permitted + #main-nav .navigation--main {
    border: 0;
    visibility: hidden;
  }
  .pageheader--layout-inline-permitted + #main-nav .navigation--main .navigation__tier-1 {
    height: 0;
  }
  .pageheader--layout-inline-permitted + #main-nav .navigation--main .navigation__tier-1 > .navigation__item > .navigation__link,
.pageheader--layout-inline-permitted + #main-nav .navigation--main .navigation__tier-1 > .navigation__item > .navigation__children-toggle {
    display: none;
  }
  .pageheader--layout-inline-permitted + #main-nav .navigation--main .navigation__tier-2-container {
    border-top: 0;
  }

  .logo-area__middle--logo-image {
    line-height: 0px;
  }
}
.header-disclosures {
  display: inline-block;
}
.header-disclosures .selectors-form__item {
  margin: 0 0 0 10px;
  white-space: normal;
}
.header-disclosures .disclosure {
  font-size: inherit;
  line-height: inherit;
}
.header-disclosures .disclosure__toggle {
  background: transparent;
  border: none;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 8px 22px 8px 0;
  vertical-align: middle;
}
.header-disclosures .disclosure__toggle:hover {
  background: transparent;
  border: none;
  color: inherit;
}
.header-disclosures .disclosure__toggle-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3px;
  pointer-events: none;
}
.header-disclosures .disclosure__toggle-arrow svg {
  height: 14px;
  width: 14px;
}
.header-disclosures .disclosure-list {
  top: calc(100% + 2px);
  bottom: auto;
  right: 0;
}
.header-disclosures .disclosure-list--visible {
  overflow: auto;
}
@media (max-width: 767.98px) {
  .header-disclosures .disclosure__toggle {
    padding: 0 5px 0 0;
    width: 44px;
    height: 44px;
    text-align: right;
  }
  .header-disclosures .disclosure__toggle[aria-expanded=true]::before, .header-disclosures .disclosure__toggle[aria-expanded=true]::after {
    left: 4px;
  }
  .header-disclosures .disclosure-list {
    right: -20px;
  }
}

.logo-area .button.mobile-nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  color: inherit;
  flex: 0 0 auto;
}
@media (max-width: 767.98px) {
  .logo-area .button.mobile-nav-toggle {
    display: inline-block;
  }
}

.page-shade,
.header-shade {
  pointer-events: none;
  z-index: 300;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 500ms cubic-bezier(0.55, 0.03, 0.37, 0.96);
}
@media (max-width: 767.98px) {
  .page-shade,
.header-shade {
    z-index: 7000;
  }
}

.header-shade {
  position: absolute;
}

.section-header {
  position: relative;
  top: 0;
  z-index: 10000;
}

.cart-link {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .cart-link {
    justify-content: center;
    width: 44px;
    height: 44px;
  }
}

.cart-link__label {
  vertical-align: middle;
  margin-right: 8px;
}
@media (max-width: 767.98px) {
  .cart-link__label {
    display: none;
  }
}

.cart-link__icon {
  position: relative;
  margin: 0 0 2px 5px;
}

.cart-link__count {
  position: absolute;
  top: -5px;
  right: 0px;
  padding: 0 0 0 4px;
  -moz-padding-start: 1px;
  font-size: 11px;
  line-height: 1em;
  font-weight: 700;
  white-space: nowrap;
  min-width: 15px;
  text-align: center;
/*   background: #000000; */
/*   #ffffff */
  color: #000000 ;
  border-radius: 12px;  
  text-align: center;
  width: 100%;  
  letter-spacing: -0.03em;
}

.inline-menu:not(:last-child) {
  margin-right: 2px;
}

.inline-menu__link {
  display: inline-block;
  margin-left: 11px;
  vertical-align: middle;
}

.navigation {
  position: relative;
  z-index: 2;
  /*text-align: center;*/
  font-size: 14px;
  line-height: 1.5;
}
.navigation ul,
.navigation li {
  margin: 0;
  padding: 0;
}
.navigation li {
  list-style: none;
  vertical-align: top;
}

.navigation--left {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  white-space: nowrap;
  visibility: hidden;
}
@media (min-width: 768px) {
  .navigation--left {
    display: block;
  }
}
.navigation--left .navigation__tier-1-container{
  position: absolute;
  top: 50%;
  margin-top: calc(-22px - 0.75em);
  left: -18px;
  width: 100%;
}
.navigation--left .navigation__tier-1-container .navigation__tier-1 > .navigation__item > .navigation__link {
/*   padding-top: 22px;
  padding-bottom: 22px; /rk comment/ */
  padding-top: 25px;
  padding-bottom:2px;
  font-weight: 600;
}

.navigation__item {
  display: block;
}

.navigation__link {
  display: block;
  padding: 10px 18px;
}

.menu-promotion {
  padding: 0 20px 20px;
}

.menu-promotion__text {
  margin-top: 0.5em;
  text-align: center;
}

.navigation {
  color: #050505;
}
.navigation .navigation__item--with-children {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navigation .navigation__item--with-children > .navigation__link {
  max-width: calc(100% - 60px);
}
.navigation .navigation__item--with-children .navigation__tier-2-container,
.navigation .navigation__item--with-children .navigation__tier-3-container {
  width: 100%;
}
.navigation .navigation__children-toggle {
  padding: 10px 20px;
  color: inherit;
}
.navigation .navigation__children-toggle:hover {
  color: inherit;
}
.navigation .navigation__children-toggle .feather {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 1px;
}
.navigation .navigation__tier-1 {
  background: #ffffff;
  padding: 12px 0;
  transition: background-color 175ms ease-in;
}
.navigation .navigation__tier-1 > .navigation__item {
  display: flex;
}
.navigation .navigation__tier-2-container {
  background: #ffffff;
}
.navigation .navigation__link,
.navigation .menu-promotion__link {
  display: block;
  text-align: left;
  color: inherit;
}
.navigation .navigation__link:hover,
.navigation .menu-promotion__link:hover {
  color: inherit;
}
.navigation .navigation__wide-promotion--with-fade .rimage-outer-wrapper {
  position: relative;
}
.navigation .navigation__wide-promotion--with-fade .rimage-outer-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  background: linear-gradient(180deg, transparent 0%, #ffffff 100%);
}
.navigation .feather {
  fill: none;
  stroke: currentColor;
}
.navigation .featured-link > .navigation__link {
/*   color: #c4293d; 
  color: #e53d3d;*/
  font-weight: 700;
}
@media (min-width: 768px) {
  .navigation {
    border-bottom: 1px solid #e2e2e2;
    text-align: center;
    transition: border 175ms ease-in;
  }
  .navigation .navigation__link:hover,
.navigation .menu-promotion__link:hover {
    color: #ff0400;
  }
  .navigation .navigation__children-toggle {
    display: none;
  }
  .navigation .navigation__item--with-children > .navigation__link {
    max-width: none;
  }
  .navigation.navigation--tight-underline .navigation__tier-1 > .navigation__item > .navigation__link::before,
  .navigation.navigation--tight-underline .navigation__tier-1 > .navigation__item > .navigation__link::after {
    /*bottom: 16px;*/
  }
  .navigation .navigation__tier-1 {
    padding: 0;
  }
  .navigation .navigation__tier-1 > .navigation__item {
    display: inline-block;
  }
  .navigation .navigation__tier-1 > .navigation__item > .navigation__link {
    display: inline-block;
    padding: 18px 18px;
    white-space: nowrap;
    position: relative;
  }
  .navigation .navigation__tier-1 > .navigation__item > .navigation__link::before {
    content: "";
    position: absolute;
    bottom: -1px;
/*     background-color: currentColor; 
    background: linear-gradient(97.6deg, #66CCFF 8.19%, #FFAFE4 84.38%);*/
    background-color:#000;
    height: 1px;
    transition: transform 0.3s;
    z-index: 20;
    left: 18px;
    width: calc(100% - 36px);
    transform: scaleX(0);
    will-change: transform;
  }
  .navigation .navigation__tier-1 > .navigation__item > .navigation__link:hover::before {
    transform: scaleX(1);
  }
  .navigation .navigation__tier-1 > .navigation__item.navigation__item--active > .navigation__link::before {
    transform: scaleX(1);
  }
  .navigation .navigation__tier-2-container {
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 0;
    width: 100%;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transition: opacity 175ms ease-in, visibility 175ms;
    text-align: left;
  }
  .pageheader--sticky + #main-nav .navigation .navigation__tier-2-container {
    max-height: calc(100vh - var(--theme-header-height) - 100px);
    overflow-y: auto;
  }
  .navigation .navigation__item--with-small-menu > .navigation__tier-2-container {
    display: block;
    left: 0;
    width: max-content;
    min-width: 170px;
    max-width: 280px;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
  }
  .navigation .navigation__item--with-small-menu > .navigation__tier-2-container .container {
    padding: 22px 30px 22px 20px;
    width:100%;
  }
  .navigation .navigation__item--with-small-menu > .navigation__tier-2-container .navigation__tier-2 .navigation__item {
    display: block;
  }
  .navigation .navigation__item--with-small-menu > .navigation__tier-2-container .navigation__tier-2 .navigation__link {
    padding: 5px 0;
  }
  .pageheader:not(.pageheader--layout-inline-permitted) + #main-nav .navigation .navigation__item--with-small-menu {
    position: relative;
  }
  .pageheader:not(.pageheader--layout-inline-permitted) + #main-nav .navigation .navigation__item--with-small-menu > .navigation__tier-2-container {
    left: 0 !important;
  }
  .navigation .navigation__item--show-children .navigation__tier-2-container, body.tab-used .navigation .navigation__item--with-children:focus-within .navigation__tier-2-container, html:not(.js) .navigation .navigation__item--with-children:hover .navigation__tier-2-container, html:not(.js) .navigation .navigation__item--with-children:focus-within .navigation__tier-2-container {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 11;
  }
  .navigation:hover .navigation__tier-2-container {
    transition-delay: 150ms;
  }
  .navigation:hover .navigation__item--show-children .navigation__tier-2-container {
    transition-delay: 0s;
  }
  .navigation .navigation__tier-2 > .navigation__item {
    display: inline-block;
  }
  .navigation .navigation__tier-2 .navigation__link {
    padding: 0.25em 0;
    line-height: 1.2em;
    white-space: normal;
  }
  .navigation__tier-2 .custom-shop.navigation__item--with-children .navigation__link.navigation__column-title {
    display:none !important;
  }
  .navigation__tier-2 .custom-shop.navigation__item--with-children .navigation__link {
    font-weight:600;
    font-size:1em;
    line-height: 1;
  }
  .navigation .navigation__columns {
    flex: 0 0 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -10px;
    padding-top: 32px;
    padding-bottom: 12px;
  }
  .navigation .navigation__columns .navigation__column:not(.navigation__column--promotion) {
    text-align: left;
  }
  .navigation .navigation__columns .navigation__column:not(.navigation__column--promotion) .navigation__item {
    display: block;
  }
  .navigation .navigation__columns .navigation__column:not(.navigation__column--promotion) .navigation__column-title {
    display: inline-block;
    padding: 0 0 10px;
    font-size:1em;
    line-height:1;
    font-weight: 600;
    /*letter-spacing: 0.08em;
    text-transform: uppercase;*/
    opacity:1;
  }
  .navigation .navigation__columns .navigation__column:not(.navigation__column--promotion) .navigation__children-toggle {
    display: none;
  }
  .navigation .navigation__columns .navigation__column:not(.navigation__column--promotion) .navigation__tier-3 {
    display: block;
  }
  .navigation .navigation__columns .navigation__column:not(.navigation__column--promotion) .navigation__tier-3 .navigation__link {
    opacity: 1;
    padding: 5px 0;
  }
  .navigation .navigation__column {
    flex: 0 0 25%;
    display: block;
    padding: 0 10px 20px;
  }
  .navigation .navigation__columns--with-promos:not(.navigation__columns--over-5-cols) {
    flex-wrap: nowrap;
  }
  .navigation .navigation__columns:not(.navigation__columns--5-cols):not(.navigation__columns--over-5-cols) {
    justify-content: center;
  }
  .navigation .menu-promotion {
    flex: 1 0 0;
    padding: 0;
  }
  .navigation .navigation__wide-promotion {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .navigation .navigation__wide-promotion .rimage-outer-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    max-width: none !important;
  }
  .navigation .navigation__wide-promotion .column--order-push-desktop .rimage-outer-wrapper {
    left: auto;
    right: 0;
  }
  .navigation .navigation__wide-promotion .rimage-wrapper {
    padding: 0 !important;
    height: 100%;
  }
  .navigation .navigation__wide-promotion--with-fade .rimage-outer-wrapper::after {
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    height: auto;
    width: 280px;
    background: linear-gradient(90deg, transparent 0%, #ffffff 100%);
  }
  .navigation .navigation__wide-promotion--with-fade .column--order-push-desktop .rimage-outer-wrapper::after {
    right: auto;
    left: 0;
    background: linear-gradient(90deg, #ffffff 0%, transparent 100%);
  }
}
@media (min-width: 1000px) {
  .navigation .navigation__columns--over-5-cols {
    flex-wrap: wrap;
  }
  .navigation .navigation__columns--over-5-cols .navigation__column {
    flex: 0 0 20%;
  }
  .navigation .navigation__column {
    flex: 1 0 20%;
    max-width: 25%;
  }
}
@media (min-width: 1300px) {
  .navigation .navigation__columns {
    margin: 0 -15px;
  }
  .navigation .navigation__column {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767.98px) {
  .navigation .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navigation .container__breakout {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.mobile-navigation-drawer {
  display: none;
  position: fixed;
  box-sizing: border-box;
  text-align: left;
  background: #ffffff;
  border-right: 0px solid #e2e2e2;
  left: 0px;
  width: 100%;
  top: 0;
  height: 100%;
 /* padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 60px);*/ /* comment RK 05-04-23 */
  padding-bottom: calc(env(safe-area-inset-bottom, 0px));
  -webkit-transform: translate(-100%);
  transform: translateX(-100%);
  will-change: transform;
  /*z-index: 8001;*/
  z-index: 999999; 
  overflow-x: hidden;
  overflow-y: auto;
}
.mobile-navigation-drawer .navigation__mobile-header {
  border-bottom: 0px solid #e2e2e2;
}
.mobile-navigation-drawer .mobile-nav-toggle {
  padding: 12px 13px;
  color: inherit;
}
.mobile-navigation-drawer .navigation__tier-1 {
  text-align: left;
}
.mobile-navigation-drawer .navigation__tier-1 > .navigation__item {
  flex-wrap: nowrap;
}
.mobile-navigation-drawer .navigation__tier-1 > .navigation__item > .navigation__link {
  font-weight: 600;
}
.mobile-navigation-drawer .navigation__tier-1 > .navigation__item > .navigation__children-toggle svg {
  transform: rotate(-90deg);
}
.mobile-navigation-drawer .navigation__tier-1 > .navigation__item--open > .navigation__tier-2-container {
  transform: translate3d(0, 0, 0);
}
.mobile-navigation-drawer .navigation__tier-2-container {
  overflow: auto;
  position: absolute;
  z-index: 1;
  top: 47px;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 60px);
  
  transform: translate3d(100%, 0, 0);
  transition: transform 350ms cubic-bezier(0.55, 0.03, 0.37, 0.96);
  will-change: transform;
}
.mobile-navigation-drawer .navigation__tier-2-container > .container {
  padding-left: 0;
  padding-right: 0;
}
.mobile-navigation-drawer .navigation__tier-2-container .navigation__item--open > .navigation__children-toggle > svg {
  transform: rotate(180deg);
}
.mobile-navigation-drawer .navigation__tier-2-container .navigation__item--open > .navigation__tier-3-container {
  opacity: 1;
  visibility: visible;
}
.mobile-navigation-drawer .navigation__tier-2 {
  padding-top: 12px;
}
.mobile-navigation-drawer .navigation__tier-2 > .navigation__item > .navigation__link {
  font-weight: 600;
}
.mobile-navigation-drawer .navigation__tier-3-container {
  overflow: hidden;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 350ms cubic-bezier(0.55, 0.03, 0.37, 0.96);
  will-change: height;
}
.mobile-navigation-drawer .navigation__tier-3 {
  padding-bottom: 20px;
}
.mobile-navigation-drawer .navigation {
  /*margin-bottom: 40px;*/ /* comment RK */
  margin-bottom:0px;
  position: static;
  font-size: 16px;
  text-align: inherit;
}
.mobile-navigation-drawer .navigation__tier-1-container{
  margin-bottom: 0px;
}

.mobile-navigation-drawer .navigation__link {
  padding:15px 20px;
}
.mobile-navigation-drawer .navigation__item {
  align-items: flex-start;
}
.mobile-navigation-drawer .navigation__item--with-children > .navigation__link {
  flex: 1 1 0;
}
.mobile-navigation-drawer .navigation__children-toggle svg {
  transition: transform 150ms ease-out;
}
.mobile-navigation-drawer .navigation__column--promotion-carousel {
  margin: 12px 0;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  overflow: auto;
  scroll-snap-type: x mandatory;
}
.mobile-navigation-drawer .navigation__column--promotion-carousel .menu-promotion {
  margin: 0;
  padding: 0 0 20px 20px;
  flex: 0 0 260px;
  max-width: 75%;
  scroll-snap-align: start;
}
.mobile-navigation-drawer .navigation__column--promotion-carousel .menu-promotion:last-child {
  padding-right: 20px;
  flex-basis: calc(260px + 20px);
  max-width: calc(75% + 20px);
}
.mobile-navigation-drawer .menu-promotion__text {
  text-align: left;
}
.mobile-navigation-drawer .navigation__wide-promotion .flexible-layout {
  display: block;
}
.mobile-navigation-drawer .navigation__wide-promotion .flexible-layout .column:last-child {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mobile-navigation-drawer--child-open {
  overflow-y: hidden;
}

.navigation__mobile-products {
/*   margin-top: 30px; */
  margin-top: 15px;
}
.navigation__mobile-products .product-list {
  overflow: auto;
  display: flex;
  flex-wrap: nowrap;
  scroll-snap-type: x mandatory;
}
.navigation__mobile-products .product-list .product-block {
  padding: 0 0 0 20px;
  flex: 0 0 260px;
  max-width: 75%;
  scroll-snap-align: start;
}
.navigation__mobile-products .product-list .product-block:last-child {
  padding-right: 20px;
  flex-basis: calc(260px + 20px);
  max-width: calc(75% + 20px);
}
.navigation__mobile-products .product-list .product-block .product-info {
  text-align: left;
}
.navigation__mobile-products .product-list .product-block .product-price {
  justify-content: flex-start;
}
.navigation__mobile-products .product-list .product-block .product-price .product-price__item:first-child {
  margin-left: 0;
}

.navigation__mobile-products-title {
  margin: 0 20px 20px;
  font-size: 17px;
  font-weight: 600;
}

.mobile-navigation-drawer__footer .inline-menu {
  margin: 0;
}
.mobile-navigation-drawer__footer .announcement-bar__link {
  display: block;
  margin: 0 20px;
  padding: 16px 0;
  border-top: 1px solid #e2e2e2;
  color: inherit;
}
.mobile-navigation-drawer__footer .header-disclosures {
  display: block;
}
.mobile-navigation-drawer__footer .header-disclosures .disclosure {
  position: static;
  display: block;
}
.mobile-navigation-drawer__footer .header-disclosures .selectors-form__item {
  display: block;
  margin: 0 20px;
}
.mobile-navigation-drawer__footer .header-disclosures .disclosure__toggle {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 16px 0;
  border-top: 1px solid #e2e2e2;
  text-align: inherit;
}
.mobile-navigation-drawer__footer .header-disclosures .disclosure__toggle-arrow svg {
  width: 24px;
  height: 24px;
  stroke-width: 1.3;
}
.mobile-navigation-drawer__footer .header-disclosures .disclosure-list {
  display: block;
  overflow: hidden;
  position: static;
  background-color: transparent;
  color: inherit;
  width: 100%;
  min-height: 0;
  max-height: none;
  box-shadow: none;
  transition: all 350ms cubic-bezier(0.55, 0.03, 0.37, 0.96);
}
.mobile-navigation-drawer__footer .header-disclosures .disclosure-list:not(.disclosure-list--visible) {
  height: 0 !important;
}
.mobile-navigation-drawer__footer .header-disclosures .disclosure-list__option {
  padding: 8px 0;
  opacity: 0.75;
}
.mobile-navigation-drawer__footer .header-disclosures .disclosure-list__item:first-child .disclosure-list__option {
  padding-top: 8px;
}
.mobile-navigation-drawer__footer .header-disclosures .disclosure-list__item:last-child .disclosure-list__option {
  padding-bottom: 32px;
}
.mobile-navigation-drawer__footer .social-links {
  margin: 0 20px;
  padding: 16px 0;
  border-top: 1px solid #e2e2e2;
}
.mobile-navigation-drawer__footer .social-links a {
  margin: 16px 16px 0 0;
  color: inherit;
}
.mobile-navigation-drawer__footer .social-links a svg {
  width: 20px;
  height: 20px;
}

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

.mobile-nav-title {
  padding: 12px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transform: translate3d(10px, 0, 0);
  transition: transform 350ms cubic-bezier(0.55, 0.03, 0.37, 0.96), opacity 350ms cubic-bezier(0.55, 0.03, 0.37, 0.96), visibility 350ms cubic-bezier(0.55, 0.03, 0.37, 0.96);
}
.mobile-navigation-drawer--child-open .mobile-nav-title {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

.mobile-nav-back {
  padding: 12px 13px;
  color: inherit;
  visibility: hidden;
  opacity: 0;
  transition: opacity 350ms cubic-bezier(0.55, 0.03, 0.37, 0.96), visibility 350ms cubic-bezier(0.55, 0.03, 0.37, 0.96);
}
.mobile-navigation-drawer--child-open .mobile-nav-back {
  opacity: 1;
  visibility: visible;
}

.navigation__tier-1 > .navigation__item > .navigation__link,
.navigation__tier-1 > .navigation__item > .navigation__children-toggle,
.navigation__mobile-products,
.mobile-navigation-drawer__footer {
  transition: opacity 350ms cubic-bezier(0.55, 0.03, 0.37, 0.96), transform 350ms cubic-bezier(0.55, 0.03, 0.37, 0.96);
  transition-delay: 280ms;
}

body:not(.reveal-mobile-nav) .mobile-navigation-drawer .navigation__tier-1 > .navigation__item > .navigation__link,
body:not(.reveal-mobile-nav) .mobile-navigation-drawer .navigation__tier-1 > .navigation__item > .navigation__children-toggle,
body:not(.reveal-mobile-nav) .mobile-navigation-drawer .navigation__mobile-products,
body:not(.reveal-mobile-nav) .mobile-navigation-drawer .mobile-navigation-drawer__footer,
.mobile-navigation-drawer--child-open .navigation__tier-1 > .navigation__item > .navigation__link,
.mobile-navigation-drawer--child-open .navigation__tier-1 > .navigation__item > .navigation__children-toggle,
.mobile-navigation-drawer--child-open .navigation__mobile-products,
.mobile-navigation-drawer--child-open .mobile-navigation-drawer__footer {
  opacity: 0;
  transform: translate3d(-15px, 0, 0);
}

.reveal-mobile-nav--revealed .navigation__tier-1 > .navigation__item > .navigation__link,
.reveal-mobile-nav--revealed .navigation__tier-1 > .navigation__item > .navigation__children-toggle,
.reveal-mobile-nav--revealed .navigation__mobile-products,
.reveal-mobile-nav--revealed .mobile-navigation-drawer__footer {
  transition-delay: 0s;
}

@media only screen and (max-width: 767.98px) {
  .reveal-mobile-nav .page-shade,
.reveal-mobile-nav .header-shade {
    height: 100%;
    opacity: 1;
    pointer-events: auto;
  }

  .pageheader .logo {
    padding: 10px 0;
    pointer-events: none;
  }
  .pageheader .logo a {
    pointer-events: auto;
  }
  .pageheader .logo .logotext {
    margin-top: 12px;
    margin-bottom: 12px;
    display: block;
    font-size: 15px;
    line-height: 1em;
  }

  .section-header {
    z-index: 8000;
  }

  .enable-mobile-nav-transition .mobile-navigation-drawer {
    transition: transform 500ms cubic-bezier(0.55, 0.03, 0.37, 0.96);
  }

  .mobile-navigation-drawer {
    display: block;
  }

  .reveal-mobile-nav .mobile-navigation-drawer {
    transform: translateX(0);
    display: block !important;
  }
  .reveal-mobile-nav .mobile-navigation-drawer:not(.mobile-navigation-drawer--child-open) .navigation__tier-1 > .navigation__item > .navigation__link,
.reveal-mobile-nav .mobile-navigation-drawer:not(.mobile-navigation-drawer--child-open) .navigation__tier-1 > .navigation__item > .navigation__children-toggle,
.reveal-mobile-nav .mobile-navigation-drawer:not(.mobile-navigation-drawer--child-open) .navigation__mobile-products,
.reveal-mobile-nav .mobile-navigation-drawer:not(.mobile-navigation-drawer--child-open) .mobile-navigation-drawer__footer {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.logo-area {
  position: relative;
  z-index: 2;
  color: #000000;
  /*border-bottom: 1px solid #e2e2e2;*/
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  font-size: 11px;
  transition: background-color 175ms ease-in, color 175ms ease-in, border-color 175ms ease-in;
}
.logo-area.container,
.seo_text.container{ max-width: 1480px;}

@media (max-width: 767.98px) {
  .logo-area.container {
    padding-left: 0;
    padding-right: 0;
  }
}

.logo-area__left {
  flex: 2 0 0;
  display: flex;
}

.logo-area__left__inner {
  position: relative;
  flex-grow: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 768px) {
  .logo-area__left__inner {
    overflow: hidden;
  }
  .pageheader--layout-inline-permitted .logo-area__left__inner {
    overflow: visible;
  }
}

.logo-area__middle {
  flex: 1 1 auto;
  margin: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .logo-area__middle {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.logo-area__middle--logo-text {
  flex-grow: 0;
}

.logo-area__middle__inner {
  display: inline-block;
}

.logo-area__right {
  flex: 2 0 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.logo-area__right__inner {
  display: flex;
  align-items: center;
}

.header-account-link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 13px;
}
.logo-area__right__inner a:hover{
  color: #ff0400;
}
.header-account-link__text + .header-account-link__icon:not(.mobile-only) {
  margin-left: 8px;
}
  
.header-account-wrapper.desktop-only{position: relative;padding: 20px 0;}
.header-account-wrapper.desktop-only .header-account-dropdown{opacity: 0; visibility: hidden;display: none; width: 118px; position: absolute; left:-10px; top:64px; background: #fff; padding:10px;
    border: 1px solid #dfe3e8; border-top: 0;}
.header-account-wrapper.desktop-only:hover .header-account-dropdown{opacity:1; visibility:visible;display: inline-block;}
.header-account-dropdown ul{margin: 0; padding: 0; list-style: none;}
.header-account-dropdown ul li{list-style:none;}
.header-account-dropdown a{color:#000; font-size:13px; display: block; margin:0 0 5px;}
.header-account-dropdown .wishlist-link-li a {width: auto !important; margin: 0 !important;}
.header-account-dropdown a.wk-link .wk-icon{display: none;}
.header-account-dropdown .wishlist-link-li .wk-label,
.header-account-dropdown .wishlist-link-li .wk-count {display: inline-block !important;}

.desktop_main-search__form{display: inline-block; position: relative;width:140px;}
.section-header .desktop_main-search__form .main-search__form {margin:0 15px 0 0; height:31px; padding: 0; position: relative;-webkit-transition: all .7s; -moz-transition: all .7s; transition: all .7s;}
.mobile_main-search__form .main-search__form {margin:0 !important;}
/*.desktop_main-search__form .main-search__form.open {width:200px;}
.desktop_main-search__form .main-search__form .main-search__input-container {opacity: 0;}
.desktop_main-search__form .main-search__form.open .main-search__input-container{opacity:1;}*/
.desktop_main-search__form .main-search__input-container{background: transparent;}
.desktop_main-search__form .main-search__input-container input[type="text"] {
  height:31px;
  font-size:12px;
  display: inline-block;
  border:1px solid #000;
  outline: none;
  color: #000;
  padding:8px 15px 8px 31px;
  

  background: transparent;
  transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
  margin: 0;
  border-radius: 25px;
  width: 100% !important;
  -webkit-transition: all .7s; -moz-transition: all .7s; transition: all .7s;
}
/*.desktop_main-search__form .main-search__form.open .main-search__input-container input[type=text] {width: 100% !important;}*/

.desktop_main-search__form input[type="text"]:focus:hover,
.desktop_main-search__form input[type="text"]:focus {
  border: 1px solid #BBB;
}
.desktop_main-search__form .main-search__button[type="submit"] {
  height: 15px;
    width: 15px;
  display: inline-block;
  color:#000;
  border: none;
  position: absolute;
  top: 13px;
  left: 12px;
  z-index: 3;
  z-index:3;
  cursor: pointer;
  cursor: pointer;
  transition: opacity .4s ease;
}
.desktop_main-search__form .main-search__button[type=submit] svg { width: 15px; height: 15px; }

.desktop_main-search__form .main-search__button[type="submit"]:hover {
  opacity: 0.8;
}
/*.search_icon{height:28px;
  width:28px;
  display: inline-block;
  color:#000;
  border: none;
  position: absolute;
  top:7px;
  right:5px;
  z-index:3;
  cursor: pointer;
  cursor: pointer;
  transition: opacity .4s ease;}*/
  
  
@media (max-width: 767.98px) {
  .header-account-link {height: 44px; width:41px; margin: 0; padding-right:0;}
  .header-account-link__text + .header-account-link__icon:not(.mobile-only) {margin-left:0;}
}

.show-search-link {
  flex: 0 0 auto;
  white-space: nowrap;
}
.logo-area__right .show-search-link {
  display: none;
  margin-right: 20px;
}

.show-search-link__icon {
  margin: 0 0 2px 0;
}
@media (max-width: 767.98px) {
  .show-search-link__icon {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    width: 44px;
    height: 44px;
  }
}

.show-search-link__text {
  margin: 0 8px 0 0;
}
.show-search-link__text:last-child {
  margin: 0 0 0 8px;
}
@media (max-width: 767.98px) {
  .show-search-link__text {
    display: none;
  }
}

.faq-index__item-container {
  position: -webkit-sticky;
  position: sticky;
  top: calc(30px + var(--theme-sticky-header-height));
}

.template-page.template-suffix-faq #content {
  margin-top: 0;
  padding-bottom: 0;
}

.faq-header {
  margin-top: 50px;
}

.section-faq-header + .section-collapsible-tabs .collapsible-tabs,
.section-collapsible-tabs + .section-collapsible-tabs .collapsible-tabs {
  margin-top: 0;
}

.collapsible-tabs {
  margin-top: 50px;
  margin-bottom: 50px;
}

.cc-accordion-item__content.rte h1, .cc-accordion-item__content.rte h2, .cc-accordion-item__content.rte h3, .cc-accordion-item__content.rte h4, .cc-accordion-item__content.rte h5, .cc-accordion-item__content.rte h6 {
  font-family: inherit;
  font-size: inherit;
  font-weight: 600;
  color: inherit;
  margin: 1.5em 0 1em;
}
.cc-accordion-item__content.rte h1:first-child, .cc-accordion-item__content.rte h2:first-child, .cc-accordion-item__content.rte h3:first-child, .cc-accordion-item__content.rte h4:first-child, .cc-accordion-item__content.rte h5:first-child, .cc-accordion-item__content.rte h6:first-child {
  margin-top: 1em;
}

.main-search {
  text-align: center;
}
.main-search .button.notabutton {
  color: currentColor;
}
.main-search .button.notabutton:hover {
  color: currentColor;
}
.section-header .main-search {
  position: fixed;
  z-index: 300;
  overflow: auto;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 100%;
  color: #050505;
  background: #ffffff;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: all 350ms cubic-bezier(0, 0, 0.2, 1);
}

.main-search--loading .main-search__suggestions,
.main-search--has-results .main-search__suggestions {
  display: none;
}

.show-search {
  overflow: hidden;
}
.show-search .main-search {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}
.show-search .page-shade {
  height: 100%;
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 768px) {
  .show-search .header-shade {
    height: 100%;
    opacity: 1;
    pointer-events: auto;
  }
}
.show-search .announcement-bar {
  z-index: 399;
}

.main-search__container.container {
  position: relative;
  max-width: 1200px;
}

.main-search__form {
  position: relative;
  margin: 20px auto;
  max-width: 650px;
}
.section-header .main-search__form {
  margin: 60px auto;
}
@media (max-width: 999.98px) {
  .section-header .main-search__form {
    max-width: 450px;
  }
}

.main-search__button {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.mobile_main-search__form .main-search__button{
  right:auto;
  left: 15px;
  margin-top: -1px !important;
}

.main-search button.main-search__close {
  position: absolute;
  right: 0;
  top: -55px;
  padding: 10px;
}
.main-search button.main-search__close svg {
  width: 34px;
  height: 34px;
  stroke-width: 1;
}
@media (min-width: 768px) {
  .main-search button.main-search__close {
    top: -2px;
    right: 50px;
  }
}

.main-search__input-container {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  padding: 0;
}

input[type=text].main-search__input {
  width: 100%;
  background: transparent;
  border: none;
  box-shadow: none;
  color: inherit;
  font-size: inherit;
  line-height: 1.5em;
  padding: 12px 12px 12px 24px;
}

.mobile_main-search__form .main-search__input-container {position: relative;}
.mobile_main-search__form .main-search__button[type=submit] svg { width: 15px; height: 15px; }
.mobile_main-search__form input[type=text].main-search__input {
  padding: 10px 10px 10px 40px;
  margin:0;
  background: #fff;
  border: 1px solid #e2e2e2;
  border-top: 0;
  border-radius: 0;
}
@media (max-width: 767.98px) {
  input[type=text].main-search__input {
        font-size: max(16px, 14px);
  }
}

.main-search__results {
  margin: 40px auto;
}

.main-search__results-spinner {
  margin: 20px;
}

.main-search__results__products {
  margin-bottom: 40px;
}
.main-search__results__products .product-list {
  justify-content: center;
}
.main-search--has-results.main-search--results-on-multiple-lines .main-search__results__products .product-list {
  justify-content: flex-start;
}

.main-search__results__pages {
  margin-bottom: 40px;
}

.search-suggestions {
  margin: 40px auto;
}

.search-suggestions__heading {
  margin-top: 1em;
}

.search-suggestions__item-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}
.search-suggestions__item-row > .search-suggestions__item {
  margin: 0 10px 20px;
  flex: 0 0 calc(50% - 20px);
}
@media (min-width: 768px) {
  .search-suggestions__item-row > .search-suggestions__item {
    flex: 0 0 calc(25% - 20px);
  }
}
@media (min-width: 1000px) {
  .search-suggestions__item-row > .search-suggestions__item {
    margin: 0 15px 30px;
    flex: 0 0 calc(25% - 30px);
  }
}
.search-suggestions__item-row > .search-suggestions__item--with-row {
  flex: 1 0 100%;
  margin: 0 0 30px;
}

.gallery .subheading--over {
  margin-bottom: 1.25rem;
}
.gallery .overlay-text__title:not(:last-child) {
  margin-bottom: 0.75rem;
}

.gallery__item {
  position: relative;
  flex: 1 1 320px;
  width: 100%;
  transition: background-color 150ms;
}
.gallery__item .gallery__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.gallery__item.lazyload--placeholder {
  background-color: #f0f0f0;
}

.gallery__item--shape-fixed .gallery__image {
  position: relative;
  padding-top: 80%;
}

@media (min-width: 768px) {
  .gallery__item--shape-l-21 .gallery__image {
    padding-top: 50%;
  }

  .gallery__item--shape-l-64 .gallery__image {
    padding-top: 66.7%;
  }

  .gallery__item--shape-l-5x4 .gallery__image {
    padding-top: 80%;
  }

  .gallery__item--shape-sq .gallery__image {
    padding-top: 100%;
  }

  .gallery__item--shape-p-4x5 .gallery__image {
    padding-top: 125%;
  }
}
.gallery--with-margins {
  padding: 20px;
}
.gallery--with-margins .gallery__item:not(:first-child),
.gallery--with-margins .gallery__row:not(:first-child) {
  margin-top: 20px;
}
.gallery--with-margins.slick-slider.slick-slider-overlay-dots .slick-dots {
  bottom: 20px;
}

.gallery.slick-slider .gallery__item,
.gallery.slick-slider.gallery--with-margins .gallery__item {
  margin-top: 0;
}

@media (min-width: 768px) {
  .gallery {
    margin-left: 0;
    margin-right: 0;
  }

  .gallery--with-vertical-outer-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .gallery--with-margins {
    margin-left: 0;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .container > .gallery--with-margins {
    margin-left: -20px;
    margin-right: 0;
  }
  .gallery--with-margins .gallery__row:not(:first-child) {
    margin-top: 0;
  }
  .gallery--with-margins .gallery__row:last-child {
    margin-bottom: -20px;
  }
  .gallery--with-margins .gallery__item {
    margin: 0 0 20px 20px;
  }
  .gallery--with-margins .gallery__item:not(:first-child) {
    margin-top: 0;
  }

  .gallery__row {
    display: flex;
    flex-wrap: wrap;
  }

  .gallery--grid-2 .gallery__item.gallery__item--enlarged {
    flex-grow: 2;
  }

  .gallery--grid-3 .gallery__item.gallery__item--enlarged {
    flex-grow: 3;
  }

  .gallery--grid-4 .gallery__item {
    flex-basis: 40%;
  }
  .gallery--grid-4 .gallery__item.gallery__item--enlarged {
    flex-grow: 4;
  }
}
@media (min-width: 1200px) {
  .gallery--grid-4 .gallery__item {
    flex-basis: 20%;
  }
}
@media (min-width: 1301px) {
  .gallery--with-margins .gallery__row:last-child {
    margin-bottom: -30px;
  }

  .gallery--with-vertical-outer-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .gallery--with-margins {
    margin-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .container > .gallery--with-margins {
    margin-left: -30px;
  }
  .gallery--with-margins .gallery__item {
    margin-left: 30px;
    margin-bottom: 30px;
  }
}
.section-footer .social-links a {
  margin:0 9px 5px;
}

.section-footer__row {
  display: flex;
  flex-wrap: wrap;
/*   justify-content: space-between; */
}
@media (min-width: 768px) {
  .section-footer__row {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.section-footer__row--sub-footer {
  align-items: center;
}
@media (min-width: 768px) {
  .section-footer__row--sub-footer {
    margin-top: 20px;
  }
}
.section-footer__row--sub-footer .section-footer__row__col {
  text-align: center;
}
@media (min-width: 768px) {
  .section-footer__row--sub-footer .section-footer__row__col:nth-child(1) {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .section-footer__row--sub-footer .section-footer__row__col:nth-child(2) {
    text-align: right;
  }
}

.section-footer__row--blocks {
  padding-top: 40px;
  padding-bottom: 40px;
}
.section-footer__row--blocks .section-footer__row__col:not(:last-child) {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .section-footer__row--blocks {
    margin-bottom: -50px;
    padding-top: 51px;
/*     padding-bottom:60px; */
  }
  .section-footer__row--blocks .section-footer__row__col {
    margin-bottom: 0px;
    padding-top:0px;
  }
  
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-footer__row--blocks[data-num-blocks="4"] .section-footer__row__col.section-footer__newsletter-block{
    flex-basis:100%;
  }
  .section-footer__row--blocks[data-num-blocks="4"] .section-footer__row__col.section-footer__menu-block {
    flex-basis: 33.3333%;
  }
  /* .section-footer__newsletter-block:after{display:none;} */
  .newsletter_title {text-align: center !important;}
  .sms_signup-form, .email_signup-form { /* max-width: 60%; */}
}
@media (min-width: 1024px) {
  .section-footer__row--blocks[data-num-blocks="4"] {flex-wrap: nowrap;}
}

.section-footer__row__col {
  flex: 0 1 100%;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .section-footer__row__col {
    padding: 0 20px;
    flex-basis: auto;
  }
}

.section-footer__title {
  margin-bottom: 10px;
  text-align: left;
}
@media (min-width: 768px) {
  .section-footer__title {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .section-footer__text-block .social-links {
    white-space: nowrap;
  }

  .section-footer__text-block--with-text {
    flex-basis: 350px;
  }
}
@media (min-width: 1024px) {
  .section-footer__text-block--with-text {
    max-width: 460px;
    flex-grow: 1;
  }
}
.section-footer__text {
/*   margin-bottom: 30px; */
}
.section-footer__text p{
  margin-bottom:0; 
  line-height: 1.5;
  padding-left:7px;
}

.section-footer__menu-block {
  flex-shrink: 2;
}
#pagefooter .section-footer__menu-block h5,
#pagefooter .section-footer__title{
  text-transform: capitalize;
  font-weight: 600;
  font-size:20px;
}

.section-footer__menu-block__menu {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.section-footer__menu-block__menu li {
  margin-bottom:1.2em;
  list-style: none;
 
}
.section-footer__menu-block__menu li a{
  position:relative;
  display:inline-block;
}
.section-footer__menu-block__menu li a:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
 background-color:#000; 
/*   background: linear-gradient(97.6deg, #66CCFF 8.19%, #FFAFE4 84.38%); */
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.section-footer__menu-block__menu li a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

@media (min-width: 768px) {
  .section-footer__newsletter-block {
    flex: 0 1 55%; 
    text-align:center;
    position:relative;
    padding-right:0;
    padding-left:60px;
    margin-left: 0px;
  }
  .section-footer__newsletter-block:after{
    content:''; position:absolute; left:0; top:0; width:1px; height:342px; background:#000;
  }
}

.newsletter_title{display:flex; margin:0;align-content: center; justify-content: center;}
.section-footer__newsletter-block .signup-form {margin-left: 0;}
.section-footer__newsletter-block .signup-form__sms,
.section-footer__newsletter-block .signup-form__email { width:100%;  margin: 0; border-radius: 30px; font-size: 12px; font-weight:600; padding:14px 20px; border: 1px solid #000; color:#000;}

.sms_signup-form,.email_signup-form{width:100%; display:inline-block;margin: 0 0 30px;}

#sms_contact_number_error_msg,
#newsletter_error_msg{display: flex; color:rgba(252, 66, 66, 1);padding: 0 0 10px 20px;font-weight:600;}
#sms_contact_number_success_msg,
#newsletter_success_msg{display: flex; color:rgba(57, 124, 2, 1);padding: 0 0 10px 20px;font-weight: 600;}

.newsletter_signup_feald{display: flex; align-items: center;width:100%;}
.signup-form__sms.error_note,
.signup-form__email.error_note{outline:2px solid rgba(252, 66, 66, 1); outline-offset: 3px;}
.signup-form__sms.error_note:focus,
.signup-form__email.error_note:focus{outline:2px solid rgba(252, 66, 66, 1);}
.signup-form__sms.error_note::placeholder,
.signup-form__email.error_note::placeholder{color:rgba(252, 66, 66, 1); opacity:1;}
.signup-form__sms.error_note:-ms-input-placeholder,
.signup-form__email.error_note:-ms-input-placeholder{color:rgba(252, 66, 66, 1);}
.signup-form__sms.error_note::-ms-input-placeholder,
.signup-form__email.error_note::-ms-input-placeholder{color:rgba(252, 66, 66, 1);}

.btn.signup-form__button{background:#000; color: #fff; border-radius: 50px; font-size:15px;font-weight:700; border: 0; padding:11px 15px 13px; margin: 0 0 0 10px; position:relative;min-width: 148px;line-height: normal;text-transform:capitalize; letter-spacing: normal;}
.btn-right-arrow{position:absolute; top:0; bottom:0; right:25px; margin:auto;height:18px; line-height:1;transition: all .4s; -moz-transition: all .4s; -webkit-transition: all .4s; -o-transition: all .4s;}
.btn-right-arrow svg{width:8px; height:9px; fill:transparent !important;}
.btn.signup-form__button:hover{background:#000;color: #fff;}
.btn.signup-form__button:hover .btn-right-arrow{right:15px;}
.btn.signup-form__button.error_note{outline: 2px solid #ddd;outline-offset: 3px;}
.btn.signup-form__button.error_note:focus{outline: 2px solid #ddd;}
.btn.signup-form__button.error_note .btn-right-arrow{display:none;} 

.checkbox_container {display: block;position: relative; text-align:left; padding-left:40px; width:95%; margin-bottom: 15px;font-size:10px;cursor: pointer; -webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.checkbox_container span{color:#000;}
.checkbox_container pre{font-weight:400;white-space:inherit;}

/* Hide the browser's default checkbox */
.checkbox_container input {position: absolute;opacity: 0;cursor: pointer;height: 0;width: 0;}

/* Create a custom checkbox */
.checkmark {position: absolute; top:5px; left: 0; height:18px; width:18px; border:2px solid #000;}

/* On mouse-over, add a grey background color */
.checkbox_container:hover input ~ .checkmark {border-color: #666;}

/* When the checkbox is checked, add a blue background */
.checkbox_container input:checked ~ .checkmark {border-color: #000;}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {content: "";position: absolute; display: none;}

/* Show the checkmark when checked */
.checkbox_container input:checked ~ .checkmark:after {display: block;}

/* Style the checkmark/indicator */
.checkbox_container .checkmark:after {left:4px;top:1px;width:6px;height:10px;border: solid black; border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}

.checkbox_container a{font-weight:600; text-decoration:underline;}

/* Footer Icon link */
.footer-sub-link{width:100%; display:inline-block; text-align:center;}
.footer-sub-link .footer-other-link{margin:0; padding:0; list-style: none; display: flex; justify-content: center;}
.footer-sub-link .footer-other-link-item{list-style: none; display: flex; align-items: center; justify-content: center; padding: 0 28px;cursor: pointer;}
.footer-sub-link .footer-other-link-item a{display: flex; flex-direction: column; text-align: center; align-items: center;}
.footer-sub-link .footer-other-link-item span.icon{width:60px; height:60px;display: flex;justify-content: center; align-items: center; border-radius: 50px;}
.footer-sub-link .footer-other-link-item span.icon img{max-width:45px; /* filter: invert(1) */;}
.footer-sub-link .footer-other-link-item span.title{font-size:16px; font-weight:700;margin: 0; text-transform: capitalize;}
.footer-sub-link .footer-other-link-item a:hover span.icon{background: rgba(0, 0, 0, 0.1);}
.footer-sub-link .footer-other-link.chat_hidden {justify-content: flex-start;}

.section-footer__newsletter-block__social:not(:first-child) {
  margin-top: 30px;
}

.section-footer__text-block__image:not(:last-child) {
  display: inline-block;
  margin-bottom: 20px;
}
.section-footer__text-block__image .rimage-outer-wrapper {
  margin-left: 0;
  max-width: 100%;
}

.section-footer__localization {
  margin-top: 0;
  order: 2;
}
.section-footer__localization .selectors-form__item {
  margin:20px 0;
}
@media (max-width: 767.98px) {
  .section-footer__localization .selectors-form {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.section-footer__lower-menu {
  margin-bottom: 10px;
}

.section-footer__lower-menu__list {
  margin: 0 -10px;
}
@media (min-width: 768px) {
  .section-footer__lower-menu__list {
    text-align: right;
  }
}
.section-footer__lower-menu__list li {
  display: inline-block;
  list-style: none;
  margin: 0 10px 10px;
}
.section-footer__lower-menu__list li a {
  white-space: nowrap;
}

.section-footer__payment-icons {
  margin-bottom: calc(3.8em - 25px);
}
.section-footer__row-container--with-localization .section-footer__payment-icons {
  margin-top: 0.9em;
}
@media (min-width: 768px) {
  .section-footer__payment-icons {
    text-align: right;
  }
}
.section-footer__payment-icons .section-footer__payment-icon {
  margin: 0 3px 0.5em;
  width: auto;
  height: 25px;
}

.section-footer__sub-footer-menu {
  margin: 0 -10px;
}
.section-footer__sub-footer-menu li {
  display: inline-block;
  margin: 0 10px;
}

/* .section-footer__row-container {
  border-top: 1px solid #dfe3e8;
} */

.section-footer__row-lower {
  padding-top: 30px;
  padding-bottom: 50px;
  font-size: 12px;
  line-height: 1.4em;
  justify-content: center;
  text-align: center;
}

@media (min-width: 768px) {
  .section-footer__row-lower {
    flex-wrap: nowrap;
    padding-top:30px;
    padding-bottom: 30px;
  }
}
.section-footer__row-lower .section-footer__row__col:first-child {
    order: 1; display: flex; flex-direction: column;
  }
.section-footer__row-lower .copyright{padding:10px 0 0;order: 3; font-weight: 400;}
.section-footer__row-lower .copyright .copyright-link-section{display: inline-block;}
.section-footer__row-lower .copyright a{text-decoration:none !important;}
.section-footer__row-lower .copyright .copy .copyright-link-section a { text-decoration: underline !important; }
.section-footer__row-lower .copyright .copy .copyright-link-section a:hover { text-decoration: none !important; }
.section-footer__row-lower .copyright a:hover{text-decoration:none !important;}

.disclosure {
  position: relative;
  font-size: 14px;
  line-height: 1.2em;
}

.disclosure__toggle {
  padding: 1.10em 3em 1.10em 2em;
  border:0 solid #c1c1c1;
  /*background-color: #ffffff;*/
  background-color: #000;
  /*color: #050505;*/
  color: #fff;
  font-size: 11px;
  line-height: 1.2em;
  letter-spacing: 0;
  text-transform: none;
  text-align: inherit;
  border-radius: 25px;
  font-weight: 700;
}
.disclosure__toggle:hover {
  border:0 solid #c1c1c1;
  background-color: #ffffff;
  color: #050505;
}
.disclosure__toggle[aria-expanded=true] .disclosure__toggle-arrow svg {
  transform: rotate(180deg);
}

.disclosure__toggle-arrow {
  position: absolute;
  right:12px;
  top: 12px;
  pointer-events: none;
}
.disclosure__toggle-arrow svg {
  height: 15px;
  width: 15px;
  transition: transform 150ms ease-out;
}

.disclosure-list {
  background-color: #ffffff;
  color: #050505;
  bottom: calc(100% - 1px);
  position: absolute;
  min-height: 40px;
  max-height: 300px;
  overflow-y: auto;
  margin: 0;
  max-width: 80vw;
  width:100%;
  box-shadow: 0 6px 12px 1px rgba(0, 0, 0, 0.12);
  visibility: hidden;
  opacity: 0;
  transition: opacity 250ms ease, visibility 250ms;
  border-radius:5px;
  font-size: 12px;
}
.disclosure-list::-webkit-scrollbar {width:6px;}
.disclosure-list::-webkit-scrollbar-track {background: #f1f1f1;border-radius:5px;}
.disclosure-list::-webkit-scrollbar-thumb {background: #888;border-radius: 5px;}
.disclosure-list::-webkit-scrollbar-thumb:hover {background: #555;}

.disclosure-list--visible {
  visibility: visible;
  opacity: 1;
}

.disclosure-list__item {
  text-align: left;
  list-style: none;
}
.disclosure-list__item:first-child .disclosure-list__option {
  padding-top: 12px;
}
.disclosure-list__item:last-child .disclosure-list__option {
  padding-bottom: 12px;
}

.disclosure-list__option {
  display: block;
  padding: 9px 40px 9px 15px;
  line-height: 1.4em;
}
.disclosure-list__option, #pagefooter .disclosure-list__option {
  color: #050505;
}
@media (min-width: 768px) {
  .disclosure-list__option:focus, .disclosure-list__option:hover, #pagefooter .disclosure-list__option:focus, #pagefooter .disclosure-list__option:hover {
    opacity: 1;
    color: #050505;
    background-color: rgba(5, 5, 5, 0.06);
  }
}

.disclosure-option-with-parts {
  display: flex;
  justify-content: space-between;
  padding-right: 20px;
}

[data-disclosure-country] .disclosure-option-with-parts__part:first-child {
  max-width: 25ch;
}

@media (min-width: 768px) {
  .disclosure-list__item--current .disclosure-list__option {
    background-color: rgba(5, 5, 5, 0.06);
  }
}
.logo-list-container {
  overflow: hidden;
}

.logo-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -40px;
}
@media (min-width: 768px) {
  .logo-list {
    margin-left: -25px;
    margin-right: -25px;
    margin-bottom: -50px;
  }
}

.logo-list__logo {
  display: flex;
  flex-direction: column;
  flex: 0 0 calc(50% - 40px);
  margin: 0 20px 40px;
}
@media (min-width: 400px) {
  .logo-list__logo {
    flex: 0 0 calc(33.3% - 40px);
  }
}
@media (min-width: 768px) {
  .logo-list__logo {
    flex: 0 0 calc(25% - 50px);
    margin: 0 25px 50px;
  }
}
@media (min-width: 1000px) {
  .logo-list__logo {
    flex: 0 0 calc(20% - 50px);
  }
}
@media (min-width: 1300px) {
  .logo-list__logo {
    flex: 0 0 calc(16.6% - 50px);
  }
}

@media (min-width: 400px) and (max-width: 767.98px) {
  .logo-list--count-4 .logo-list__logo {
    flex: 0 0 calc(50% - 40px);
  }
}
.logo-list__logo-image {
  display: flex;
  align-items: center;
  flex: 1 1 100%;
  margin: 0 auto;
  width: 100%;
  transition: opacity 100ms;
}
.logo-list__logo-image > .rimage-outer-wrapper {
  flex: 1 1 100%;
}
.logo-list__logo-image .placeholder-image {
  width: 100%;
}

.logo-list__logo-title {
  margin-top: 10px;
}

.testimonial-list {
  overflow: hidden;
}
.testimonial-list .subheading {
  margin-bottom: 2em;
}

.testimonial-list__inner:not(.slick-initialized) {
  display: flex;
}

.testimonial-list__controls {
  margin-left: -14px;
  pointer-events: none;
}
.testimonial-list__controls .slick-arrow {
  position: static;
  display: inline-block;
  margin-top: 20px;
  background: transparent;
  pointer-events: auto;
  color: currentColor;
  width: 44px;
  height: 44px;
  padding: 1px;
  transform: none;
}
.testimonial-list__controls .slick-arrow svg {
  filter: none;
  stroke: currentColor;
  stroke-width: 1;
  width: 42px;
  height: 42px;
}
.testimonial-list__controls .slick-next {
  margin-left: 10px;
}

@media (min-width: 768px) {
  .testimonial-list--without-images .testimonial-list__inner {
    margin-left: -20px;
  }
}
@media (min-width: 1300px) {
  .testimonial-list--without-images .testimonial-list__inner {
    margin-left: -30px;
  }
}
.testimonial-list--without-images .testimonial-list__inner .testimonial {
  flex: 1 0 0;
}
@media (min-width: 768px) {
  .testimonial-list--without-images .testimonial-list__inner .testimonial {
    margin-left: 20px;
  }
}
@media (min-width: 1300px) {
  .testimonial-list--without-images .testimonial-list__inner .testimonial {
    margin-left: 30px;
  }
}

.testimonial-list--with-images .testimonial {
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .testimonial-list--with-images .testimonial {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.testimonial-list--with-images .testimonial__column {
  flex: 0 0 50%;
}
@media (min-width: 768px) {
  .testimonial-list--with-images .testimonial__column {
    flex-basis: calc(50% - 10px);
  }
}
@media (min-width: 1300px) {
  .testimonial-list--with-images .testimonial__column {
    flex-basis: calc(50% - 15px);
  }
}
.testimonial-list--with-images .testimonial__column--text .subheading {
  display: none;
}

.testimonial__column--image {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .testimonial-list--with-images .testimonial__column--text {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .testimonial-list--with-images .testimonial-list__controls {
    position: relative;
    top: -80px;
    height: 0;
  }
  .testimonial-list--with-images .testimonial-list__controls .slick-arrow {
    margin-top: 0;
  }

  .testimonial__column--image {
    margin-top: 0;
  }

  .testimonial-list--image-left .testimonial-list__controls {
    margin-left: 50%;
  }

  .testimonial__image-with-caption {
    padding-left: 20%;
  }

  .testimonial-list--image-left .testimonial__column--text {
    order: 1;
  }
  .testimonial-list--image-left .testimonial__image-with-caption {
    padding-right: 20%;
    padding-left: 0px;
  }
}
@media (min-width: 1000px) {
  .testimonial-list--with-images > .subheading {
    display: none;
  }
  .testimonial-list--with-images .testimonial__column--text .subheading {
    display: block;
  }
}
.testimonial__star-rating {
  margin-bottom: 20px;
  color: #000000;
}

.testimonial__star svg {
  width: 16px;
  height: 16px;
}

.testimonial__text {
  margin-bottom: 1em;
}
.testimonial__text .testimonial__blockquote {
  position: relative;
  margin: 0;
  padding: 0;
  text-transform: none;
}
@media (min-width: 768px) {
  .testimonial__text .testimonial__blockquote {
    padding-right: 40px;
  }
}
.testimonial__text .testimonial__blockquote::before {
  content: none;
}
.testimonial__text .testimonial__blockquote::after {
  content: none;
}
.testimonial__text .testimonial__blockquote--caps {
  text-transform: uppercase;
}

.testimonial__image-with-caption__caption {
  display: inline-block;
  margin-top: 1em;
  line-height: 1.4em;
}

.testimonial__image-with-caption__link {
  display: block;
}

.testimonial-list--with-images .slick-slider .testimonial__star-rating,
.testimonial-list--with-images .slick-slider .testimonial__text,
.testimonial-list--with-images .slick-slider .testimonial__author {
  will-change: opacity, transform;
  transform: translate3d(20px, 0, 0);
  opacity: 0;
  transition: all 750ms ease 0ms;
}
@media (max-width: 767.98px) {
  .testimonial-list--with-images .slick-slider .testimonial__column--image {
    will-change: opacity, transform;
    transform: translate3d(20px, 0, 0);
    opacity: 0;
    transition: all 750ms ease 0ms;
  }
}

.testimonial-list--with-images .slick-slider .slick-active .testimonial__star-rating,
.testimonial-list--with-images .slick-slider .slick-active .testimonial__text,
.testimonial-list--with-images .slick-slider .slick-active .testimonial__author {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.testimonial-list--with-images .slick-slider .slick-active .testimonial__star-rating {
  transition-delay: 500ms;
}
.testimonial-list--with-images .slick-slider .slick-active .testimonial__text {
  transition-delay: 600ms;
}
.testimonial-list--with-images .slick-slider .slick-active .testimonial__author {
  transition-delay: 700ms;
}
@media (max-width: 767.98px) {
  .testimonial-list--with-images .slick-slider .slick-active .testimonial__column--image {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 800ms;
  }
}

.cc-popup {
  padding: 30px 20px;
  z-index: 8001;
}
.cc-popup .cc-popup-background {
  z-index: 9998;
}
.cc-popup .cc-popup-modal {
  max-width: 440px;
  z-index: 9999;
}
.cc-popup .cc-popup-container .cc-popup-title {
  color: #000000;
}
.cc-popup .cc-popup-content {
  padding: 50px 20px 30px;
  text-align: center;
  flex-grow: 1;
}
.cc-popup .cc-popup-content .rte p:last-child {
  margin-bottom: 0;
}
.cc-popup .cc-popup-image {
  display: none;
  position: relative;
  flex: 0 0 auto;
  order: 1;
  width: 360px;
}
.cc-popup .cc-popup-image .rimage-outer-wrapper,
.cc-popup .cc-popup-image .rimage-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cc-popup .cc-popup-image .rimage__image {
  object-fit: cover;
}
.cc-popup .cc-popup-close {
  z-index: 1;
  color: #050505;
}
.cc-popup .cc-popup-close svg {
  stroke: currentColor;
  height: 26px;
  width: 26px;
}
.cc-popup .cc-popup-form__inputs {
  margin-top: 1.2em;
}
.cc-popup .cc-popup-form__inputs .cc-popup-form-input {
  margin-bottom: 0.5em;
  padding: 1em 1.4em;
  width: 100%;
}
.cc-popup .cc-popup-form__inputs .button {
  width: 100%;
  margin-top: 0.5em;
}
.cc-popup .social-links__list {
  margin-top: 2em;
}
.cc-popup .social-links__list a {
  margin: 0 5px;
}
.cc-popup .social-links__list svg, .cc-popup .social-links__list svg g {
  fill: currentColor;
}
@media (min-width: 480px) {
  .cc-popup .cc-popup-modal {
    width: 440px;
    max-width: none;
  }
  .cc-popup .cc-popup-content {
    padding: 60px 40px 70px;
  }
}
@media (min-width: 900px) {
  .cc-popup {
    padding: 60px 40px 70px;
  }
  .cc-popup .cc-popup-modal.cc-popup-modal--has-image {
    width: 800px;
  }
  .cc-popup .cc-popup-modal.cc-popup-modal--has-image .cc-popup-close {
    color: #fff;
  }
  .cc-popup .cc-popup-image {
    display: block;
  }
}

.cc-popup-form__response {
  border: 1px solid;
  border-radius: 3px;
  padding: 0.75em 1em;
}
.cc-popup-form__response h4 {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-style: normal;
  color: inherit;
  font-size: 0.8em;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cc-popup-form__response--success {
  background: #ecfef0;
  border-color: #56ad6a;
  color: #56ad6a;
}

.store-availabilities-modal {
  padding: 0;
  transition: opacity 500ms cubic-bezier(0.55, 0.03, 0.37, 0.96), visibility 500ms;
}
.store-availabilities-modal .cc-popup-modal {
  width: 380px;
  transition: transform 500ms cubic-bezier(0.55, 0.03, 0.37, 0.96);
}
.store-availabilities-modal .cc-popup-modal .cc-popup-content {
  padding: 30px;
}
.store-availabilities-modal .cc-popup-modal .cc-popup-container {
  flex-direction: column;
}
.store-availabilities-modal.cc-popup--right:not(.cc-popup--visible) .cc-popup-modal {
  transform: translate3d(100%, 0, 0);
}
@media (max-width: 479px) {
  .store-availabilities-modal.cc-popup--right .cc-popup-modal {
    width: 88%;
    min-width: 0;
  }
}

.subcollection-links--buttons {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -20px;
}
.subcollection-links--buttons .btn {
  margin: 0 10px 20px;
}
@media (max-width: 500px) {
  .subcollection-links--buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: -16px;
  }
  .subcollection-links--buttons .btn {
    flex: 0 0 calc(50% - 8px);
    margin: 0 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.subcollection-links--gallery {
  margin-bottom: 30px;
}
.subcollection-links--gallery.subcollection-links--under-image-header.subcollection-links--is-full-width .slick-slider:not(.gallery--with-vertical-outer-padding) {
  margin-top: -30px;
}
@media (max-width: 767.98px) {
  .subcollection-links--gallery.subcollection-links--under-image-header .slick-slider {
    margin-top: -30px;
  }
}
.subcollection-links--gallery .slick-slider.gallery--with-margins {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .subcollection-links--gallery .slick-slider.gallery--with-margins {
    margin-right: 0;
  }
  .subcollection-links--gallery .slick-slider.gallery--with-margins .slick-list {
    margin-left: -20px;
  }
}
@media (min-width: 1300px) {
  .subcollection-links--gallery .slick-slider.gallery--with-margins .slick-list {
    margin-left: -30px;
  }
}
.subcollection-links--gallery .slick-slider.gallery--with-vertical-outer-padding {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .subcollection-links--gallery .slick-slider.gallery--with-vertical-outer-padding {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (min-width: 1300px) {
  .subcollection-links--gallery .slick-slider.gallery--with-vertical-outer-padding {
    margin-left: 40px;
    margin-right: 40px;
  }
}
.subcollection-links--gallery .gallery:not(.slick-initialized) {
  display: flex;
  overflow: hidden;
}
.subcollection-links--gallery .gallery:not(.slick-initialized) .gallery__item {
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .subcollection-links--gallery .gallery:not(.slick-initialized) .gallery__item {
    flex: 0 0 25%;
  }
}

@media (max-width: 767.98px) {
  .subcollection-links--gallery [data-mobile-item-count="2"].slick-slider.gallery--with-margins {
    margin-top: 16px;
    padding: 0;
  }
  .subcollection-links--gallery [data-mobile-item-count="2"].slick-slider.gallery--with-margins .slick-list {
    padding-right: 16px;
  }
  .subcollection-links--gallery [data-mobile-item-count="2"].slick-slider.gallery--with-margins .gallery__item {
    margin-left: 16px;
  }
  .subcollection-links--gallery [data-mobile-item-count="2"].slick-slider.gallery--with-margins .image-page-button--previous {
    left: 16px;
  }
  .subcollection-links--gallery [data-mobile-item-count="2"].slick-slider.gallery--with-margins .image-page-button--next {
    right: 15.5px;
  }
}
.filters__close,
.filter-group__heading,
.filter-group__applied-item,
.filter-group__item {
  color: inherit;
}
.filters__close:hover,
.filter-group__heading:hover,
.filter-group__applied-item:hover,
.filter-group__item:hover {
  color: inherit;
}

.filters__heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}

.filters__heading-text {
  margin: 3px 0 0 0;
}

.filter-container--side .filter-group__item {
  display: flex;
  margin: 0 0 0.5em 0;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
}
.filter-container--side .filter-group__item:hover span{opacity:0.7;}

@media (max-width: 999.98px) {
  .filter-container .filters {
    position: fixed;
    /*z-index: 8002;*/
    z-index: 999999;
    top: 0;
    right: 100%;
    width: 50%;
    height: 100%;
    background: #ffffff;
    padding: 20px;
    visibility: hidden;
    overflow: auto;
    transition: transform 500ms cubic-bezier(0.55, 0.03, 0.37, 0.96);
  }
  .filter-container .filter-shade {
    position: fixed;
    /*z-index: 8001;*/
    z-index: 999998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: opacity 500ms cubic-bezier(0.55, 0.03, 0.37, 0.96), visibility 500ms;
  }
  .filter-container .sticky-content-container {
    position: static;
  }
  .filter-container.filter-container--mobile-initialised .filters {
    visibility: visible;
  }
  .filter-container.filter-container--show-filters-mobile .filters {
    transform: translateX(100%);
  }
  .filter-container.filter-container--show-filters-mobile .filter-shade {
    opacity: 0.5;
    pointer-events: auto;
    visibility: visible;
  }
}
@media (max-width: 767.98px) {
  .filter-container .filters {
    width: 88%;
  }
}
@media (min-width: 1000px) {
  .filter-shade {
    display: none;
  }

  .filter-container--side {
    display: flex;
  }
  .filter-container--side .filters {
    flex: 0 0 auto;
    width: 280px;
    transition: none;
  }
  .filter-container--side .filters .filters__inner {
    padding-right: 40px;
  }
}
@media (min-width: 1000px) and (min-width: 1300px) {
  .filter-container--side .filters {
    width: 320px;
  }
  .filter-container--side .filters .filters__inner {
    padding-right: 60px;
  }
}
@media (min-width: 1000px) {
  .filter-container--side .filters-adjacent {
    flex: 1 1 100%;
  }
}
@media (min-width: 1000px) {
  .filter-container--side:not(.filter-container--show-filters-desktop) .filters {
    width: 0;
    height: 0;
    opacity: 0;
    transform: none;
    transition: none;
    visibility: hidden;
  }
}
@media (min-width: 1000px) {
  .filter-container--side.filter-container--show-filters-desktop .collection-listing {
    position: relative;
  }
}
@media (min-width: 1000px) {
  .filters__heading {
    display: none;
  }
}
.filter-group {
  margin-bottom: 10px;
}
.filter-group .toggle-target-container {
  padding-bottom: 20px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height:230px;
}

.filter-group .toggle-target-container::-webkit-scrollbar {width:5px;}
.filter-group .toggle-target-container::-webkit-scrollbar-track {background: #f1f1f1;border-radius:5px;}
.filter-group .toggle-target-container::-webkit-scrollbar-thumb {background: #888; border-radius:5px;}
.filter-group .toggle-target-container::-webkit-scrollbar-thumb:hover {background: #555;}

.filter-group--applied {
  margin-bottom: 30px;
}

.filter-group--availability {
  margin-bottom: 30px;
}

.filter-group__heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 1em;
}
.filter-group__heading:not(:first-child) {
  margin-top: 30px;
}

.filter-group__heading__text {
  margin: 0.2em 20px 0 0;
  font-weight: 600;
}

.filter-group__heading__indicator {
  margin-right: -5px;
  transform-origin: center;
  transition: transform 250ms ease;
}
.filter-group__heading__indicator svg {
  vertical-align: top;
}

.filter-group__heading:not(.toggle-target-toggler--is-hidden) .filter-group__heading__indicator {
  transform: rotate(180deg);
}

.filter-group__item {
  display: inline-flex;
  justify-content: space-between;
  position: relative;
  padding-left: 28px;
  padding-right:5px;
  font-size: 14px;
  line-height: 1.4em;
  cursor: pointer;
}
.filter-group__item .filter-group__checkbox {
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  overflow: hidden;
  margin: -0.1rem;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
}
.tab-used .filter-group__item .filter-group__checkbox:focus + .filter-group__item__text {
  outline: 1px solid currentColor;
  outline: -webkit-focus-ring-color auto 1px;
}
.filter-group__item .filter-group__item__text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8em;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border: 1px solid currentColor;
}
.filter-group__item .filter-group__item__text::after {
  content: "";
  position: absolute;
  left: -1px;
  top: 0.8em;
  width: 20px;
  height: 20px;
  margin-top: -10px;
        background-image: url("data:image/svg+xml,%3Csvg fill='rgb(255, 255, 255)' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M8.315 13.859l-3.182-3.417a.506.506 0 0 1 0-.684l.643-.683a.437.437 0 0 1 .642 0l2.22 2.393 4.942-5.327a.436.436 0 0 1 .643 0l.643.684a.504.504 0 0 1 0 .683l-5.91 6.35a.437.437 0 0 1-.642 0'%3E%3C/path%3E%3C/svg%3E");
  background-size: cover;
  transform: scale(0);
  transition: transform 100ms ease;
}
.filter-group__item .filter-group__checkbox:checked + .filter-group__item__text::before {
  background: currentColor;
}
.filter-group__item .filter-group__checkbox:checked + .filter-group__item__text::after {
  transform: scale(1);
}

.filter-group__item--disabled {
  opacity: 0.5;
}

.filter-group__applied-item {
  display: inline-block;
  background: rgba(0, 0, 0, 0.05);
  margin: 0 8px 8px 0;
  border-radius: 3px;
}
.filter-group__applied-item:hover {
  color: inherit;
}
.filter-group__applied-item:hover .filter-group__applied-item__icon {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 0 3px 3px 0;
}

.filter-group__applied-item__text {
  vertical-align: middle;
  padding: 3px 8px 3px 10px;
  font-size: 14px;
  line-height: 1.4em;
}

.filter-group__applied-item__icon {
  display: inline-block;
  padding: 3px;
  vertical-align: middle;
}
.filter-group__applied-item__icon svg {
  display: block;
  width: 20px;
  height: 20px;
}

.filter-group__clear-row {
  margin-top: 4px;
}

.filter-group__clear-link {
  font-size: 12px;
  line-height: 1.4em;
  color: #999;
}

.filter-group--swatch .filter-group__item {
  display: flex;
  align-items: center;
  margin: 0 0 8px;
  padding:5px 10px;
  border: 1.5px solid #c1c1c1;
  background: #ffffff;
  color: #050505;
  border-radius: 3px;
}
@media (hover: none) {
  .filter-group--swatch .filter-group__item:active {
    color: #050505;
    border-color: #757575;
  }
}
@media (hover: hover) {
  .filter-group--swatch .filter-group__item:hover {
    color: #050505;
    border-color: #757575;
  }
}
.filter-group--swatch .filter-group__item .filter-group__item__text::before {
  content: none;
}
.filter-group--swatch .filter-group__item .filter-group__item__text::after {
  content: none;
}
.filter-group--swatch .filter-group__item::before {
  content: "";
  flex: 0 0 auto;
  margin-right: 10px;
  border: 1px solid rgba(5, 5, 5, 0.3);
  width: 22px;
  height: 22px;
  background-color: var(--swatch-background-color);
  background-image: var(--swatch-background-image);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-clip: padding-box;
  transition: 100ms box-shadow ease;
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px #ffffff;
  border-radius: 22px;
}
.swatch-method-standard.swatch-style-icon_square .filter-group--swatch .filter-group__item::before {
  border-radius: 3px;
}
.filter-group--swatch .filter-group__item .filter-group__item__text {
  flex: 1 1 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.filter-group--swatch .filter-group__item--active {
  border-color: #050505;
}

.filter-group--layout-two-column .toggle-target-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.filter-group--layout-two-column .filter-group__item {
  width: calc(50% - 6px);
  justify-content: start;
}
.filter-group--layout-two-column .filter-group__item__count {
  margin-left: 0.25em;
}
.filter-group--layout-two-column .filter-group__item__count::before {
  content: "(";
}
.filter-group--layout-two-column .filter-group__item__count::after {
  content: ")";
}

.filter-group--layout-no-label .toggle-target-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: -7px;
}
.filter-group--layout-no-label .filter-group__item {
  flex: 0 0 22px;
  position: relative;
  margin: 0 0 7px 7px;
  padding: 3px;
  border-radius: 50%;
}
@media (hover: none) {
  .filter-group--layout-no-label .filter-group__item:active {
    border-color: rgba(5, 5, 5, 0.3);
  }
}
@media (hover: hover) {
  .filter-group--layout-no-label .filter-group__item:hover {
    border-color: rgba(5, 5, 5, 0.3);
  }
}
.swatch-method-standard.swatch-style-icon_square .filter-group--layout-no-label .filter-group__item {
  border-radius: 3px;
}
.filter-group--layout-no-label .filter-group__item:not(.filter-group__item--active):not(:hover) {
  border-color: transparent;
}
.filter-group--layout-no-label .filter-group__item::before {
  margin: 0;
}
@media (min-width: 1000px) {
  .filter-group--layout-no-label .filter-group__item:hover .filter-group__item__text,
.filter-group--layout-no-label .filter-group__item:focus .filter-group__item__text,
.filter-group--layout-no-label .filter-group__item:active .filter-group__item__text {
    opacity: 1;
  }
}
.filter-group--layout-no-label .filter-group__item__text {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translate3d(-50%, -10px, 0);
  white-space: nowrap;
  background: #ffffff;
  border: 1px solid rgba(5, 5, 5, 0.15);
  padding: 4px 12px;
  border-radius: 3px;
  z-index: 1;
  transition: opacity 50ms;
}
@media (max-width: 767.98px) {
  .filter-group--layout-no-label .filter-group__item__text {
    display: none;
  }
}

.filter-toggle {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.filter-toggle__group-label {
  margin: 4px 0;
  align-self: center;
  font-weight: 600;
}

.filter-toggle__options {
  flex: 0 0 auto;
  display: flex;
  margin: 4px 0;
  background: rgba(5, 5, 5, 0.06);
  border-radius: 3px;
  padding: 4px;
}

.filter-toggle__input-label {
  cursor: pointer;
}

.filter-toggle__input {
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  overflow: hidden;
  margin: -0.1rem;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
}
.filter-toggle__input:checked + .filter-toggle__input-label-text {
  border-color: currentColor;
  background: #ffffff;
}
.tab-used .filter-toggle__input:focus + .filter-toggle__input-label-text {
  outline: 1px solid currentColor;
  outline: -webkit-focus-ring-color auto 1px;
}

.filter-toggle__input-label-text {
  border-radius: 3px;
  padding: 0.25em 0.5em;
  border: 1px solid transparent;
}

.layout-switchers {
  display: flex;
}

.layout-switch {
  flex: 0 0 auto;
  position: relative;
  width: 24px;
  height: 24px;
  opacity: 0.3;
  margin-left: 5px;
  color: inherit;
}
.layout-switch svg {
  display: block;
  width: 24px;
  height: 24px;
  stroke: currentColor;
}
.layout-switch:hover {
  color: inherit;
}

.layout-switch--active {
  opacity: 1;
}

.link-dropdown {
  position: relative;
  text-align: left;
}
.link-dropdown .link-dropdown__button {
  position: relative;
  color: inherit;
  font-weight: 600;
  padding-right: 40px;
  height: 44px;
  /*z-index: 3;*/
  z-index:21;
  text-align: left;
  white-space: nowrap;
  will-change: width;
  transition: width 250ms cubic-bezier(0.01, 0.45, 0.28, 0.98);
}
.link-dropdown .link-dropdown__button:hover {
  color: inherit;
}

.link-dropdown__button[aria-expanded=true] .link-dropdown__button-prefix-icon svg circle:nth-child(3) {
  transform: translateX(6px);
}
.link-dropdown__button[aria-expanded=true] .link-dropdown__button-prefix-icon svg circle:nth-child(4) {
  transform: translateX(-6px);
}
.link-dropdown__button[aria-expanded=true] .link-dropdown__button-icon {
  transform: rotate(180deg);
}
.link-dropdown__button[aria-expanded=true] + .link-dropdown__options {
  visibility: visible;
  opacity: 1;
}

.link-dropdown__button-prefix-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  width: 20px;
}
.link-dropdown__button-prefix-icon svg {
  display: block;
  width: 20px;
  height: 20px;
}
.link-dropdown__button-prefix-icon svg circle {
  fill: #ffffff;
  transition: transform 400ms cubic-bezier(0.11, 0.44, 0.03, 1);
}

.link-dropdown__button-icon {
  position: absolute;
  margin: -12px 8px 0 0;
  right: 0;
  top: 50%;
  transition: transform 250ms ease;
}
.link-dropdown__button-icon svg {
  display: block;
}

.link-dropdown__options {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index:20;
  top: -5px;
  min-width: calc(100% + 40px);
  background: #ffffff;
  padding-top: 49px;
  padding-bottom: 12px;
  box-shadow: 0 6px 12px 1px rgba(0, 0, 0, 0.12);
  transition: opacity 250ms ease, box-shadow 250ms ease, visibility 250ms;
}
.link-dropdown--right-aligned .link-dropdown__options {
  right: -10px;
}
.link-dropdown--left-aligned .link-dropdown__options {
  left: -15px;
}

.link-dropdown__link {
  display: block;
  white-space: nowrap;
  color: inherit;
  padding: 6px 50px 6px 30px;
}
.link-dropdown--with-icon .link-dropdown__link {
  padding-left: 43px;
}
.link-dropdown__link:hover {
  color: inherit;
  background: rgba(5, 5, 5, 0.06);
}

.link-dropdown__link--active {
  background: rgba(5, 5, 5, 0.06);
}

.utility-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .utility-bar {
    margin-bottom: 10px;
  }
}

.utility-bar--sticky-mobile-copy {
  position: fixed;
  top: var(--theme-sticky-header-height);
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #ffffff;
  padding-left: 16px;
  padding-right: 16px;
  border-bottom: 1px solid #e2e2e2;
  opacity: 0;
  transform: translateY(-15px);
  visibility: hidden;
  transition: transform 175ms ease-in, opacity 175ms ease-in, visibility 175ms;
}

.utility-bar-sticky-mobile-copy-reveal .logo-area {
  border-bottom-color: transparent;
}
.utility-bar-sticky-mobile-copy-reveal .utility-bar--sticky-mobile-copy {
  opacity: 1;
  transform: translateY(-1px);
  visibility: visible;
}

.utility-bar__left,
.utility-bar__right {
  flex: 2 0 0;
}

.utility-bar__left {
  display: flex;
}
.utility-bar__left .utility-bar__item {
  margin-right: 12px;
}

.utility-bar__centre {
  flex: 1 1 auto;
  text-align: center;
}
.utility-bar__centre .utility-bar__item {
  margin: 10px 0;
}

.utility-bar__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
}
.utility-bar__right .utility-bar__item {
  margin-left: 12px;
}

.breadcrumbs {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 1.4em;
}
.breadcrumbs .icon {
  display: inline-block;
  vertical-align: middle;
}
.breadcrumbs .icon svg {
  display: block;
  width: 1.2em;
  height: 1.2em;
  color:#595959;
}

.breadcrumbs-list {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumbs-list__item {
  display: inline;
  margin: 0;
  padding: 0;
}
.breadcrumbs-prod-nav{display:none;}

.breadcrumbs-list__link {
  vertical-align: middle;
}

.breadcrumbs-list__link,
.breadcrumbs-prod-nav__link {
  color: inherit;
}
/*.breadcrumbs-list__item.breadcrumbs_parrent a{
 color:rgba(85, 85, 85, 1);
} */

.breadcrumbs-list__link:hover,
.breadcrumbs-prod-nav__link:hover {
  color: inherit;
}
.breadcrumbs-list li a { font-size: 12px; font-weight: 600; color: #595959; }
.breadcrumbs-prod-nav__text {
  vertical-align: middle;
}

.breadcrumbs-prod-nav__link--prev:not(:last-child) {
  margin-right: 1.2em;
}

.cc-animate-enabled .shopify-section {
  overflow: initial;
}

.cc-select {
  position: relative;
  width: 100%;
}
.cc-select.is-open::before {
  content: "";
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.cc-select__btn,
.cc-select__listbox {
  margin: 0;
  border: 1.5px solid #c1c1c1;
  font-size: inherit;
}

.cc-select__btn {
  display: flex;
  align-items: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 11px 40px 11px 15px;
  background-color: transparent;
  color: inherit;
  font-weight: inherit;
  text-align: left;
  text-transform: none;
}

.cc-select__icon {
  position: absolute;
  top: calc(50% - 10px);
  right: 10px;
  width: 20px;
  height: 20px;
  stroke: currentColor;
}

.cc-select__listbox {
  list-style: none;
  visibility: hidden;
  position: absolute;
  top: 5px;
  left: -5px;
  z-index: 100;
  min-width: 100%;
  max-height: 20em;
  padding: 0;
  outline: 0;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  overflow-y: auto;
}
.cc-select__listbox[aria-hidden=false] {
  visibility: visible;
}

.cc-select__option {
  display: flex;
  align-items: center;
  padding: 9px 15px;
  color: inherit;
  cursor: pointer;
}
.cc-select__option > span {
  pointer-events: none;
}
.cc-select__option > em {
  display: none;
  margin-left: auto;
  font-style: normal;
  pointer-events: none;
}
.cc-select__option.is-unavailable > em {
  display: block;
}
.cc-select__option.is-focused {
  background-color: rgba(218, 218, 218, 0.3);
  color: inherit;
}

.cc-select__btn {
  color: #050505;
  background-color: #ffffff;
  line-height: 1.5rem;
  letter-spacing: normal;
}

.cc-select__btn:hover {
  border-color: #757575;
  background-color: #ffffff;
}

.cc-select__listbox {
  max-height: 200px;
  color: #050505;
}
@media (min-height: 600px) {
  .cc-select__listbox {
    max-height: 280px;
  }
}

.cc-select__option[data-swatch]::before {
  width: 18px;
  height: 18px;
}

.cc-select__option.is-unavailable {
  opacity: 0.5;
}

.cc-select__icon {
  fill: none;
}

.option-selector__btns {
  display: flex;
  flex-wrap: wrap;
  margin: -5px -10px 0 0;
}

.opt-btn {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.opt-btn:checked + .opt-label {
  border-color: #050505;
  cursor: default;
}
@media (hover: hover) {
  .swatch-style-icon_square .option-selector--swatch .opt-label:hover::after,
  .swatch-style-icon_circle .option-selector--swatch .opt-label:hover::after {
    border: 2px #050505 solid;
    opacity:1;
  }
  .swatch-style-icon_square .option-selector--swatch .opt-label,
  .swatch-style-icon_circle .option-selector--swatch .opt-label{
    background: transparent;
  } 
}
.opt-btn.is-unavailable + .opt-label {
  background: no-repeat center/100% 100% rgba(0, 0, 0, 0.05);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(5, 5, 5, 0.2)' stroke-width='0.4' preserveAspectRatio='none' %3E%3Cline x1='24' y1='0' x2='0' y2='24'%3E%3C/line%3E%3C/svg%3E");

  color: rgba(5, 5, 5, 0.9);
}
.swatch_scroller .swatch-color .opt-btn.is-unavailable + .opt-label:after{
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32.5635 3.1684L3.54909 32.1828' stroke='white' stroke-width='6' stroke-linecap='round'/%3E%3Cpath d='M32.5635 3.1684L3.54909 32.1828' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");  
  position: absolute; z-index: 99; display: block; width: 40px; height: 40px; border-color: transparent; opacity: 1;
}

.swatch_scroller .swatch-color .opt-btn.is-unavailable + .opt-label[data-swatch]::before{ opacity: 1; /*z-index: -9; */ }

.opt-btn.is-unavailable + .opt-label[data-swatch]::before {
  opacity: 0.5;
}
.tab-used .opt-btn:focus + .opt-label {
  outline: #050505 auto 1px;
  /*outline: -webkit-focus-ring-color auto 1px;*/
}

.opt-label {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  min-width:45px;
  min-height:45px;
  max-width:45px;
  max-height:45px;
  margin: 9px 7px 0 0;
  padding: 11px 5px;
  border: 2px solid #c1c1c1;
/*   border-radius: 3px; */
  border-radius:40px;
  background-color: #ffffff;
  color: #050505;
  line-height: 1;
  /*font-size:13px;*/
  font-size:12px;
  white-space:pre-line;
}
.opt-label span{font-weight:700;}
.swatch-style-listed .option-selector--swatch .opt-label[data-swatch], .swatch-style-dropdown .option-selector--swatch .opt-label[data-swatch] {
  justify-content: flex-start;
  width: calc(50% - 10px);
  padding-left: 12px;
  line-height: 1.2;
}
@media (hover: none) {
  .opt-label:active {
    color: #050505;
    border-color: #757575;
    cursor: pointer;
  }
}
@media (hover: hover) {
  .opt-label:hover {
    color: #050505;
    border-color: #757575;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.2);
  }
}

.swatch-style-listed .option-selector--swatch [data-swatch]::before,
.swatch-style-dropdown .option-selector--swatch [data-swatch]::before {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  margin: 1px 12px 1px 1px;
  box-shadow: 0 0 0 1px rgba(5, 5, 5, 0.3);
  border-radius: 50%;
  background-color: var(--swatch-background-color);
  background-image: var(--swatch-background-image);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.swatch-style-icon_square .option-selector--swatch .option-selector__btns,
.swatch-style-icon_circle .option-selector--swatch .option-selector__btns {
  align-items: flex-start;
}
.swatch-style-icon_square .option-selector--swatch .opt-btn.is-unavailable + .opt-label,
.swatch-style-icon_circle .option-selector--swatch .opt-btn.is-unavailable + .opt-label {
  background-color: transparent;
}
.swatch-style-icon_square .option-selector--swatch .opt-label,
.swatch-style-icon_circle .option-selector--swatch .opt-label {
  --aspect-ratio: 1;
  --width: 40px;
  display: inline-block;
  width: 40px;
  height: calc(var(--width) / var(--aspect-ratio));
  padding: 0;
  min-width:40px;
  min-height:40px;
  vertical-align: top;
  border-radius: 3px;
  border: none;
}
.swatch-style-icon_square .option-selector--swatch .opt-label::before,
.swatch-style-icon_circle .option-selector--swatch .opt-label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--swatch-background-color);
  background-image: var(--swatch-background-image);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  border-radius: 3px;
  z-index: 0;
  border: 2px #050505 solid !important;
}
.swatch-style-icon_square .option-selector--swatch .opt-label::after,
.swatch-style-icon_circle .option-selector--swatch .opt-label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px #c1c1c1 solid;
  border-radius: 3px;
  z-index: 1;
  opacity:0;
}
@media (hover: none) {
  .swatch-style-icon_square .option-selector--swatch .opt-label:active::after,
.swatch-style-icon_circle .option-selector--swatch .opt-label:active::after {
    border: 2px #050505 solid;
  opacity:0;
  }
}

.swatch-style-icon_square .option-selector--swatch .opt-btn:checked + .opt-label::after,
.swatch-style-icon_circle .option-selector--swatch .opt-btn:checked + .opt-label::after {
  border: 2px #050505 solid;
  opacity:1;
}

.swatch-style-icon_circle .option-selector--swatch .opt-label, .swatch-style-icon_circle .option-selector--swatch .opt-label::before,
.swatch-style-icon_circle .option-selector--swatch .opt-label::after {
  border-radius: 50%;
}

.swatch-method-standard.swatch-style-icon_square .option-selector--swatch .opt-label,
.swatch-method-standard.swatch-style-icon_circle .option-selector--swatch .opt-label {
  --aspect-ratio: 1;
}
.swatch-method-standard.swatch-style-icon_square .option-selector--swatch .opt-label::before,
.swatch-method-standard.swatch-style-icon_circle .option-selector--swatch .opt-label::before {
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: none;
}

@media (min-width: 530px) {
  .swatch-style-listed .option-selector--swatch .opt-label[data-swatch] {
    width: auto;
    min-width: calc(33.3333333333% - 10px);
  }
}
@media (min-width: 767px) and (max-width: 1280px) {
  .swatch-style-listed .option-selector--swatch .opt-label[data-swatch] {
    width: calc(50% - 10px);
  }
}
.option-selector--with-size-chart[data-selector-type=dropdown] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.option-selector--with-size-chart[data-selector-type=dropdown] .size-chart-container {
  order: 1;
}
.option-selector--with-size-chart[data-selector-type=dropdown] .cc-select,
.option-selector--with-size-chart[data-selector-type=dropdown] .option-selector__btns {
  width: 100%;
  order: 2;
}

.cc-rating-stars {
  margin-right: 0.25em;
}

.cc-rating-custom-caption {
  font-size: 0.8em;
  line-height: 1.7em;
  white-space: nowrap;
}

.product-block__rating {
  margin-top: 5px;
}
.product-block__rating .cc-rating {
  font-size: 0.8em;
}

.theme-product-reviews {
/*   margin-top: 0.2em; */
  margin-top: 0;
  margin-bottom:0.5em;
}
.theme-product-reviews > a {
  display: inline-block;
}

#shopify-product-reviews .spr-icon {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 1px;
}
#shopify-product-reviews .spr-icon::before,
#shopify-product-reviews .spr-icon-star::after,
#shopify-product-reviews .spr-icon-star-half-alt::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat url("data:image/svg+xml,%3Csvg fill='rgba(0, 0, 0, 0.2)' width='13' height='13' viewBox='0 0 13 13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.43579 4.9459L13.63 4.9536L9.42653 8.01929L11.0329 12.97L6.81981 9.91778L2.60673 12.97L4.20346 8.01929L0 4.9536L5.20383 4.9459L6.81981 0L8.43579 4.9459Z'%3E%3C/path%3E%3C/svg%3E") top left;
  background-size: 100% 100%;
}
#shopify-product-reviews .spr-icon-star::after,
#shopify-product-reviews .spr-icon-star-half-alt::after {
  background-image: url("data:image/svg+xml,%3Csvg fill='rgb(0, 0, 0)' width='13' height='13' viewBox='0 0 13 13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.43579 4.9459L13.63 4.9536L9.42653 8.01929L11.0329 12.97L6.81981 9.91778L2.60673 12.97L4.20346 8.01929L0 4.9536L5.20383 4.9459L6.81981 0L8.43579 4.9459Z'%3E%3C/path%3E%3C/svg%3E");
}
#shopify-product-reviews .spr-icon-star-half-alt::after {
  clip: rect(0px, 7.5px, 14px, 0px);
}

#shopify-product-reviews .spr-container {
  padding: 0;
  border-color: rgba(5, 5, 5, 0.2);
}
#shopify-product-reviews .spr-header {
  padding: 20px;
}
#shopify-product-reviews .spr-form {
  margin: 0;
  padding: 20px;
  border-top: 1px solid rgba(5, 5, 5, 0.2);
}
#shopify-product-reviews .spr-reviews {
  margin: 0;
  padding: 0 0 20px;
  border-top: 1px solid rgba(5, 5, 5, 0.2);
}
#shopify-product-reviews .spr-review {
  box-sizing: border-box;
  margin: 0;
  padding: 20px 20px 0;
  border: 0;
}
#shopify-product-reviews .spr-review:first-child {
  margin-top: 0;
}
#shopify-product-reviews .spr-review-header-title {
  font-size: 18px;
}
#shopify-product-reviews .spr-review-header-byline {
  display: block;
  margin: 0.1em 0 0.6em;
  font-size: 15px;
  line-height: 1.4em;
  font-style: normal;
  opacity: 0.6;
}
#shopify-product-reviews .spr-review-header-byline strong {
  font-weight: normal;
}
#shopify-product-reviews .spr-review-content-body {
  font-size: 15px;
  line-height: 1.4em;
}
#shopify-product-reviews .spr-review-reportreview {
  font-size: 80%;
}
@media (min-width: 800px) {
  #shopify-product-reviews .spr-reviews {
    display: flex;
    flex-wrap: wrap;
  }
  #shopify-product-reviews .spr-reviews .spr-review {
    width: 50%;
  }
}
#shopify-product-reviews .spr-pagination {
  width: 100%;
  margin-top: 20px;
  padding: 20px 0 0;
  border-top-color: rgba(5, 5, 5, 0.2);
}
#shopify-product-reviews .spr-pagination .spr-pagination-page {
  margin: 0 5px;
}
#shopify-product-reviews .spr-pagination .spr-pagination-page.is-active {
  font-weight: normal;
}
#shopify-product-reviews .spr-pagination .spr-pagination-prev {
  left: 20px;
}
#shopify-product-reviews .spr-pagination .spr-pagination-next {
  right: 20px;
}

.placeholder-image {
  position: relative;
  padding-top: 100%;
  height: 0px;
  overflow: hidden;
  background: #f5f5f5;
}
.placeholder-image.dark {
  background: #c6c7c8;
}
.placeholder-image.dark svg, .placeholder-image.dark svg g {
  fill: #9f9f9f;
}
.placeholder-image.landscape, .placeholder-image.placeholder-image--shape-landscape {
  padding-top: 67%;
}
.placeholder-image.placeholder-image--shape-portrait {
  padding-top: 150%;
}
.placeholder-image.placeholder--banner {
  padding-top: 600px;
}
@media (max-width: 767.98px) {
  .placeholder-image.placeholder--banner {
    padding-top: 55%;
  }
}
.placeholder-image.fixed-height-item {
  padding-top: 0;
}
.placeholder-image svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.placeholder-image svg, .placeholder-image svg g {
  fill: #9f9f9f;
}

.quickbuy-container {
  height: 0;
  overflow: hidden;
  position: relative;
  background: #f6f6f6;
  line-height: 1.6;
  text-align: center;
  --payment-terms-background-color: #f6f6f6;
}
.quickbuy-container a,
.quickbuy-container a:hover {
  color: #202223;
}
.quickbuy-container .inner {
  padding-top:30px;
  padding-bottom: 20px;
}
.quickbuy-container .underline,
.quickbuy-container .rte a {
  text-decoration-color: rgba(32, 34, 35, 0.4);
}
.quickbuy-container .underline:hover,
.quickbuy-container .rte a:hover {
  text-decoration-color: currentColor;
}
.quickbuy-container .product-detail {
  color: #000000;
  margin-bottom:0;
}
.quickbuy-container .product-detail .gallery .main-image .slide a {
  display: block;
}
.quickbuy-container .product-detail .title,
.quickbuy-container .product-detail .title a,
.quickbuy-container .product-detail h1.majortitle,
.quickbuy-container .product-detail h2,
.quickbuy-container .product-detail h3,
.quickbuy-container .product-detail h4,
.quickbuy-container .product-detail h5,
.quickbuy-container .product-detail h6 {
  color: #202223;
}
.quickbuy-container .product-detail a.button {
  background-color: #202223;
  color: #fff;
}
.quickbuy-container .product-detail a.button:hover {
  background-color: #202223;
}
.quickbuy-container .product-detail .gallery .main-image {
  margin-right: 0;
}
.quickbuy-container .close-detail {
  position: absolute;
  right: 15px;
  top: 15px;
  padding:0px;
}
.quickbuy-container .close-detail .feather {
  width: 34px;
  height: 34px;
  stroke-width: 1;
  stroke: #5c5c5c;
}
.quickbuy-container .product-inventory-notice:not(.text-box) .icon circle {
  fill: #f6f6f6;
}

.text-box {
  position: relative;
  padding: 15px 17px 14px;
  background-color: var(--box-color);
  color: rgb(var(--box-text-color));
  display: inline-flex;
  border-radius: 3px;
  line-height: 1.4;
}
.text-box a,
.text-box .rte a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-color: rgba(var(--box-text-color), 0.75);
  text-decoration-thickness: 1px;
}
.text-box .rimage-wrapper.lazyload--placeholder {
  background: transparent;
}

.product-inventory-notice {
  color: #108043;
}
.product-inventory-notice.text-box {
  --box-color: #f2faf0;
  --box-text-color: 221, 154, 26;
}
.product-inventory-notice.text-box .icon circle {
  fill: #fff;
}
.product-inventory-notice .icon-container .icon {
  vertical-align: top;
}
.product-inventory-notice .icon circle {
  fill: #ffffff;
}

.product-inventory-notice--low {
  color: #dd9a1a;
}
.product-inventory-notice--low.text-box {
  --box-color: #fcf1cd;
  --box-text-color: 16, 128, 67;
}
.product-inventory-notice--low.text-box .icon circle {
  fill: #fff;
}

.product-inventory-notice--pulse .icon-container {
  position: relative;
}
.product-inventory-notice--pulse .icon-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background: currentColor;
  animation: clock-pulse 2s ease-out infinite;
}
.product-inventory-notice--pulse .icon-container .icon {
  position: relative;
}

@keyframes clock-pulse {
  0% {
    opacity: 0.5;
    transform: scale(0.8);
  }
  to {
    opacity: 0;
    transform: scale(1.8);
  }
}
.gallery--layout-columns-1 .product-slideshow:not(.slick-slider) .slide,
.gallery--layout-columns-2 .product-slideshow:not(.slick-slider) .slide,
.gallery--layout-collage-1 .product-slideshow:not(.slick-slider) .slide,
.gallery--layout-collage-2 .product-slideshow:not(.slick-slider) .slide {
  display: block;
  margin-bottom: 20px;
  transition: opacity 500ms;
}
.gallery--layout-columns-1 .product-slideshow:not(.slick-slider) .slide.slide--inactive-option,
.gallery--layout-columns-2 .product-slideshow:not(.slick-slider) .slide.slide--inactive-option,
.gallery--layout-collage-1 .product-slideshow:not(.slick-slider) .slide.slide--inactive-option,
.gallery--layout-collage-2 .product-slideshow:not(.slick-slider) .slide.slide--inactive-option {
  /* display: none; */
}

.gallery--layout-columns-2 .product-slideshow:not(.slick-slider) {
  margin-left: -20px;
  display: flex;
  flex-wrap: wrap;
}
.gallery--layout-columns-2 .product-slideshow:not(.slick-slider) .slide {
  margin-left: 20px;
  flex: 0 0 calc(50% - 20px);
}
.gallery--layout-columns-2 .product-slideshow:not(.slick-slider) .slide:first-child {
  flex-grow: 1;
}

.gallery--layout-collage-1 .product-slideshow:not(.slick-slider),
.gallery--layout-collage-2 .product-slideshow:not(.slick-slider) {
  margin-left: -20px;
  display: flex;
  flex-wrap: wrap;
}
.gallery--layout-collage-1 .product-slideshow:not(.slick-slider) .slide,
.gallery--layout-collage-2 .product-slideshow:not(.slick-slider) .slide {
  margin-left: 20px;
  flex: 1 0 calc(50% - 20px);
}

.gallery--layout-collage-1 .product-slideshow:not(.slick-slider) .slide:first-child {
  flex: 1 0 calc(100% - 20px);
}

.gallery--layout-collage-2 .product-slideshow:not(.slick-slider) .slide:nth-child(3n+1) {
  flex: 1 0 calc(100% - 20px);
}

.slide--highlight-off {
  opacity: 0.25;
}

.cc-price-range__input-container {
  font-size: 16px;
  color: #050505;
  background: #ffffff;
  border: 1.5px solid #c1c1c1;
  border-radius: 3px;
  padding-left: 10px;
}
.cc-price-range__input-container:hover {
  border-color: #757575;
}
.cc-price-range__input-container:focus-within {
  border-color: #050505;
}

.cc-price-range .cc-price-range__input {
  padding-left: 0;
  border: none;
}

.cc-modal-window {
  transition: visibility 250ms ease;
}

.cc-modal-window__background {
  transition: opacity 250ms ease;
}

.cc-modal-window__content-container {
  transition: opacity 250ms ease, transform 250ms ease;
}

.cc-modal-window--pre-reveal .cc-modal-window__background {
  opacity: 0;
}
.cc-modal-window--pre-reveal .cc-modal-window__content-container {
  transform: scale(0.95);
  opacity: 0;
}
.cc-modal-window--pre-reveal .cc-modal-window {
  visibility: hidden;
}

.cc-modal-window--closing .cc-modal-window__background {
  opacity: 0;
}
.cc-modal-window--closing .cc-modal-window__content-container {
  transform: scale(0.95);
  opacity: 0;
}

/* .cc-accordion {
  border-top: 1px solid rgba(5, 5, 5, 0.15);
} */



.product-detail .detail .product-detail-accordion:not(:first-child) {

  border-bottom: 1px solid rgba(5, 5, 5, 0.15) !important;
}
.product-detail .detail:first-child .product-detail-accordion {
  border-top: 0px solid rgba(5, 5, 5, 0.15);
}

 

.cc-accordion-item__title {
  display: block;
  position: relative;
  list-style: none;
  padding: 15px 30px 15px 0;
  cursor: pointer;
  font-size:16px;
}
.cc-accordion-item__title::-webkit-details-marker {
  display: none;
}

.js .cc-accordion-item__panel {
  transition: height 0.3s ease;
  overflow: hidden;
}

.cc-accordion-item__content {
  padding-bottom: 20px;
}

.cc-accordion-item__title::before, .cc-accordion-item__title::after {
  content: "";
  position: absolute;
  top: calc(50% - 0px);
  right: 0;
  width: 12px;
  height: 2px;
  background-color: currentColor;
  transition: 0.3s ease;
  transition-property: transform, opacity;
}
.cc-accordion-item__title::before {
  transform: rotate(-90deg);
}

.cc-accordion-item[open]:not(.is-closing) .cc-accordion-item__title::before {
  transform: rotate(90deg);
  opacity: 0;
}
.cc-accordion-item[open]:not(.is-closing) .cc-accordion-item__title::after {
  transform: rotate(180deg);
}

.js .cc-accordion-item__content {
  transform: translateY(-5px);
  transition: 0.3s ease-out;
  transition-property: transform, opacity;
  opacity: 0;
}

.js .cc-accordion-item.is-open:not(.is-closing) .cc-accordion-item__content {
  transform: translateY(0px);
  opacity: 1;
}

.cc-accordion {
/*   margin-bottom: 50px; */
}

.cc-accordion-item__content {

  color: #050505;
}

/* Modern box sizing */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/* CSS cross-browser clear fix */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

/* Remove FF input padding for consistant alignment */
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Remove the odd input formatting from iOS */
button,
input[type=submit],
input[type=button] {
  -webkit-appearance: none;
}

/* Do not use focus outline unless tabbing, or no-js */
.js body:not(.tab-used) *:focus {
  outline: none;
}

/* Standard text CSS */
strong, b {
  font-weight: bold;
}

abbr, acronym {
  border-bottom: 1px dotted #050505;
  cursor: help;
}

em, i {
  font-style: italic;
}

ul, ol, dl {
  margin: 1em;
  font-size: 100%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

blockquote {
  margin: 1.5em 0em 1.5em 10px;
  padding: 0.5em 0em;
  quotes: "“" "”";
  font-size: 130%;
  font-style: italic;
  line-height: 1.5em;
}

blockquote:before {
  color: #050505;
  content: open-quote;
  font-size: 3em;
  line-height: 0.1em;
  margin-left: -20px;
  margin-right: 10px;
  vertical-align: -0.48em;
}

blockquote :first-child {
  display: inline;
}

blockquote :last-child {
  margin-bottom: 0;
}

blockquote:after {
  content: no-close-quote;
}

ol, ul, dl {
  margin-left: 2em;
}

ol li {
  list-style: decimal outside;
}

ul li {
  list-style: circle outside;  
}
a, a:hover {
    text-decoration: none;
}
dl dd {
  margin-left: 1em;
}

th, td {
  border-bottom: 1px solid #e2e2e2;
  border-collapse: collapse;
  border-top: 1px solid #e2e2e2;
  padding: 0.7em;
}

th {
  /*distinguishing table headers from data cells*/
  font-weight: bold;
  text-align: left;
  border-bottom-width: 3px;
}

table.noborders td, table.noborders th {
  border: none;
}

caption {
  margin-bottom: 0.5em;
  text-align: center;
}

p, fieldset, table {
  margin-bottom: 1em;
}

hr {
  border: none;
  width: 100%;
  color: transparent;
  border-bottom: 1px solid #e2e2e2;
  height: 1px;
  margin: 20px 0;
}

/* Fonts */@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("//emazing-dev.myshopify.com/cdn/fonts/open_sans/opensans_n4.5460e0463a398b1075386f51084d8aa756bafb17.woff2?h1=ZGVtby1tdWx0aS1sYW5nLWRlLnNpbXByb3N5cy5jb20&h2=ZW1hemluZy1kZXYuYWNjb3VudC5teXNob3BpZnkuY29t&h3=ZGVtby1tdWx0aS1sYW5nLWhpLnNpbXByb3N5cy5jb20&h4=ZGVtby1tdWx0aS1sYW5nLWhrLnNpbXByb3N5cy5jb20&hmac=0515affd0edf02cb556a9928c40a4bb701505c933c92386460ee94e4fa9d30c0") format("woff2"),
       url("//emazing-dev.myshopify.com/cdn/fonts/open_sans/opensans_n4.8512334118d0e9cf94c4626d298dba1c9f12a294.woff?h1=ZGVtby1tdWx0aS1sYW5nLWRlLnNpbXByb3N5cy5jb20&h2=ZW1hemluZy1kZXYuYWNjb3VudC5teXNob3BpZnkuY29t&h3=ZGVtby1tdWx0aS1sYW5nLWhpLnNpbXByb3N5cy5jb20&h4=ZGVtby1tdWx0aS1sYW5nLWhrLnNpbXByb3N5cy5jb20&hmac=58db6b50862ebe24422211874b8c4af13d72896f3b9b9f41aa25e14ea93b2c50") format("woff");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("//emazing-dev.myshopify.com/cdn/fonts/open_sans/opensans_n4.5460e0463a398b1075386f51084d8aa756bafb17.woff2?h1=ZGVtby1tdWx0aS1sYW5nLWRlLnNpbXByb3N5cy5jb20&h2=ZW1hemluZy1kZXYuYWNjb3VudC5teXNob3BpZnkuY29t&h3=ZGVtby1tdWx0aS1sYW5nLWhpLnNpbXByb3N5cy5jb20&h4=ZGVtby1tdWx0aS1sYW5nLWhrLnNpbXByb3N5cy5jb20&hmac=0515affd0edf02cb556a9928c40a4bb701505c933c92386460ee94e4fa9d30c0") format("woff2"),
       url("//emazing-dev.myshopify.com/cdn/fonts/open_sans/opensans_n4.8512334118d0e9cf94c4626d298dba1c9f12a294.woff?h1=ZGVtby1tdWx0aS1sYW5nLWRlLnNpbXByb3N5cy5jb20&h2=ZW1hemluZy1kZXYuYWNjb3VudC5teXNob3BpZnkuY29t&h3=ZGVtby1tdWx0aS1sYW5nLWhpLnNpbXByb3N5cy5jb20&h4=ZGVtby1tdWx0aS1sYW5nLWhrLnNpbXByb3N5cy5jb20&hmac=58db6b50862ebe24422211874b8c4af13d72896f3b9b9f41aa25e14ea93b2c50") format("woff");
}
 




body {
    
    font-family:  "Open Sans", sans-serif   ; 
    
    font-weight:  200  ;
    font-style: normal;

}@font-face {
  font-family: "Open Sans";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("//emazing-dev.myshopify.com/cdn/fonts/open_sans/opensans_n7.8bfd11295a1edbb769a778900a2afc48b16848e7.woff2?h1=ZGVtby1tdWx0aS1sYW5nLWRlLnNpbXByb3N5cy5jb20&h2=ZW1hemluZy1kZXYuYWNjb3VudC5teXNob3BpZnkuY29t&h3=ZGVtby1tdWx0aS1sYW5nLWhpLnNpbXByb3N5cy5jb20&h4=ZGVtby1tdWx0aS1sYW5nLWhrLnNpbXByb3N5cy5jb20&hmac=7e42daf3ca0e1b28cb3f603aab7cd0025be9615fcc2b1d5e34a40ba9b448934b") format("woff2"),
       url("//emazing-dev.myshopify.com/cdn/fonts/open_sans/opensans_n7.4e2eb03bfa5cdc209fbd1b7b5ee863b8032f4b36.woff?h1=ZGVtby1tdWx0aS1sYW5nLWRlLnNpbXByb3N5cy5jb20&h2=ZW1hemluZy1kZXYuYWNjb3VudC5teXNob3BpZnkuY29t&h3=ZGVtby1tdWx0aS1sYW5nLWhpLnNpbXByb3N5cy5jb20&h4=ZGVtby1tdWx0aS1sYW5nLWhrLnNpbXByb3N5cy5jb20&hmac=442324469308a6d480bee7fe2e04ee203da739027827ac8276c11441c9699c9f") format("woff");
}


@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url("//emazing-dev.myshopify.com/cdn/fonts/open_sans/opensans_i4.3854a246d5acf17aab4c771d3d4542818d3a46a8.woff2?h1=ZGVtby1tdWx0aS1sYW5nLWRlLnNpbXByb3N5cy5jb20&h2=ZW1hemluZy1kZXYuYWNjb3VudC5teXNob3BpZnkuY29t&h3=ZGVtby1tdWx0aS1sYW5nLWhpLnNpbXByb3N5cy5jb20&h4=ZGVtby1tdWx0aS1sYW5nLWhrLnNpbXByb3N5cy5jb20&hmac=2c1ef4231fd67bb99b660185155199c986e2663a715a0547306597fe5537c7c6") format("woff2"),
       url("//emazing-dev.myshopify.com/cdn/fonts/open_sans/opensans_i4.1cb364a3d4a7a0305132a25a76ac8fa7d381d3c6.woff?h1=ZGVtby1tdWx0aS1sYW5nLWRlLnNpbXByb3N5cy5jb20&h2=ZW1hemluZy1kZXYuYWNjb3VudC5teXNob3BpZnkuY29t&h3=ZGVtby1tdWx0aS1sYW5nLWhpLnNpbXByb3N5cy5jb20&h4=ZGVtby1tdWx0aS1sYW5nLWhrLnNpbXByb3N5cy5jb20&hmac=49af5b4243ae8278147a185c2fd50b8d874eef385cae36ee01e3ebd2f205fd09") format("woff");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url("//emazing-dev.myshopify.com/cdn/fonts/open_sans/opensans_i7.f2dd6989e403681b1042ba33de0a0ae8062b7ecb.woff2?h1=ZGVtby1tdWx0aS1sYW5nLWRlLnNpbXByb3N5cy5jb20&h2=ZW1hemluZy1kZXYuYWNjb3VudC5teXNob3BpZnkuY29t&h3=ZGVtby1tdWx0aS1sYW5nLWhpLnNpbXByb3N5cy5jb20&h4=ZGVtby1tdWx0aS1sYW5nLWhrLnNpbXByb3N5cy5jb20&hmac=1cbaa68964556108b79d652bdc4b09660bf6294d1ac8230cf532d265ccb0d281") format("woff2"),
       url("//emazing-dev.myshopify.com/cdn/fonts/open_sans/opensans_i7.2b1150c87b2f7e0338af40875cb176d5ab2ddad7.woff?h1=ZGVtby1tdWx0aS1sYW5nLWRlLnNpbXByb3N5cy5jb20&h2=ZW1hemluZy1kZXYuYWNjb3VudC5teXNob3BpZnkuY29t&h3=ZGVtby1tdWx0aS1sYW5nLWhpLnNpbXByb3N5cy5jb20&h4=ZGVtby1tdWx0aS1sYW5nLWhrLnNpbXByb3N5cy5jb20&hmac=80e8984dd85378cffc58c80243ee1995a3f77397f97018eedf5c6d949d507294") format("woff");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("//emazing-dev.myshopify.com/cdn/fonts/open_sans/opensans_n4.5460e0463a398b1075386f51084d8aa756bafb17.woff2?h1=ZGVtby1tdWx0aS1sYW5nLWRlLnNpbXByb3N5cy5jb20&h2=ZW1hemluZy1kZXYuYWNjb3VudC5teXNob3BpZnkuY29t&h3=ZGVtby1tdWx0aS1sYW5nLWhpLnNpbXByb3N5cy5jb20&h4=ZGVtby1tdWx0aS1sYW5nLWhrLnNpbXByb3N5cy5jb20&hmac=0515affd0edf02cb556a9928c40a4bb701505c933c92386460ee94e4fa9d30c0") format("woff2"),
       url("//emazing-dev.myshopify.com/cdn/fonts/open_sans/opensans_n4.8512334118d0e9cf94c4626d298dba1c9f12a294.woff?h1=ZGVtby1tdWx0aS1sYW5nLWRlLnNpbXByb3N5cy5jb20&h2=ZW1hemluZy1kZXYuYWNjb3VudC5teXNob3BpZnkuY29t&h3=ZGVtby1tdWx0aS1sYW5nLWhpLnNpbXByb3N5cy5jb20&h4=ZGVtby1tdWx0aS1sYW5nLWhrLnNpbXByb3N5cy5jb20&hmac=58db6b50862ebe24422211874b8c4af13d72896f3b9b9f41aa25e14ea93b2c50") format("woff");
}

h1, .h1-style, h2, h3, h4, h5, h6, .heading-font {
     
  
    font-family:   "Open Sans",sans-serif;
    font-weight:  700;
    font-style: normal;
}@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("//emazing-dev.myshopify.com/cdn/fonts/open_sans/opensans_n4.5460e0463a398b1075386f51084d8aa756bafb17.woff2?h1=ZGVtby1tdWx0aS1sYW5nLWRlLnNpbXByb3N5cy5jb20&h2=ZW1hemluZy1kZXYuYWNjb3VudC5teXNob3BpZnkuY29t&h3=ZGVtby1tdWx0aS1sYW5nLWhpLnNpbXByb3N5cy5jb20&h4=ZGVtby1tdWx0aS1sYW5nLWhrLnNpbXByb3N5cy5jb20&hmac=0515affd0edf02cb556a9928c40a4bb701505c933c92386460ee94e4fa9d30c0") format("woff2"),
       url("//emazing-dev.myshopify.com/cdn/fonts/open_sans/opensans_n4.8512334118d0e9cf94c4626d298dba1c9f12a294.woff?h1=ZGVtby1tdWx0aS1sYW5nLWRlLnNpbXByb3N5cy5jb20&h2=ZW1hemluZy1kZXYuYWNjb3VudC5teXNob3BpZnkuY29t&h3=ZGVtby1tdWx0aS1sYW5nLWhpLnNpbXByb3N5cy5jb20&h4=ZGVtby1tdWx0aS1sYW5nLWhrLnNpbXByb3N5cy5jb20&hmac=58db6b50862ebe24422211874b8c4af13d72896f3b9b9f41aa25e14ea93b2c50") format("woff");
}

.pageheader .logotext,
#shoplogo .logotext {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
}@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("//emazing-dev.myshopify.com/cdn/fonts/open_sans/opensans_n4.5460e0463a398b1075386f51084d8aa756bafb17.woff2?h1=ZGVtby1tdWx0aS1sYW5nLWRlLnNpbXByb3N5cy5jb20&h2=ZW1hemluZy1kZXYuYWNjb3VudC5teXNob3BpZnkuY29t&h3=ZGVtby1tdWx0aS1sYW5nLWhpLnNpbXByb3N5cy5jb20&h4=ZGVtby1tdWx0aS1sYW5nLWhrLnNpbXByb3N5cy5jb20&hmac=0515affd0edf02cb556a9928c40a4bb701505c933c92386460ee94e4fa9d30c0") format("woff2"),
       url("//emazing-dev.myshopify.com/cdn/fonts/open_sans/opensans_n4.8512334118d0e9cf94c4626d298dba1c9f12a294.woff?h1=ZGVtby1tdWx0aS1sYW5nLWRlLnNpbXByb3N5cy5jb20&h2=ZW1hemluZy1kZXYuYWNjb3VudC5teXNob3BpZnkuY29t&h3=ZGVtby1tdWx0aS1sYW5nLWhpLnNpbXByb3N5cy5jb20&h4=ZGVtby1tdWx0aS1sYW5nLWhrLnNpbXByb3N5cy5jb20&hmac=58db6b50862ebe24422211874b8c4af13d72896f3b9b9f41aa25e14ea93b2c50") format("woff");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("//emazing-dev.myshopify.com/cdn/fonts/open_sans/opensans_n6.63a74f6cbbfef729fb07955b2d5b4cc83273862e.woff2?h1=ZGVtby1tdWx0aS1sYW5nLWRlLnNpbXByb3N5cy5jb20&h2=ZW1hemluZy1kZXYuYWNjb3VudC5teXNob3BpZnkuY29t&h3=ZGVtby1tdWx0aS1sYW5nLWhpLnNpbXByb3N5cy5jb20&h4=ZGVtby1tdWx0aS1sYW5nLWhrLnNpbXByb3N5cy5jb20&hmac=4c0bd58c2b49c7957cebec721b24c24d81397a35316ecce29e5fd7594e855581") format("woff2"),
       url("//emazing-dev.myshopify.com/cdn/fonts/open_sans/opensans_n6.1c4dde7af5554df3b20e440ca17dc8a316a9e1d0.woff?h1=ZGVtby1tdWx0aS1sYW5nLWRlLnNpbXByb3N5cy5jb20&h2=ZW1hemluZy1kZXYuYWNjb3VudC5teXNob3BpZnkuY29t&h3=ZGVtby1tdWx0aS1sYW5nLWhpLnNpbXByb3N5cy5jb20&h4=ZGVtby1tdWx0aS1sYW5nLWhrLnNpbXByb3N5cy5jb20&hmac=4caf75acde76e6c31bec24c74fb4b73b9036589ff94dcbe61e662e2dd916928f") format("woff");
}


.navigation {
   
   font-family:  "Open Sans", sans-serif ; 
   font-weight:  400;
   font-style: normal;
}

/* Theme styles */
body {
  font-size: 14px;
  line-height: 1.6;
  color: #050505;
  background: #ffffff;
  
  
  background-repeat: repeat;
  
  
  overflow-y: scroll;
  /* Fonts on Macs look bad without these */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}


::selection {
  /* Webkit & Opera */
  background: #000000;
  color: #ffffff;
}

::-moz-selection {
  /* Firefox */
  background: #000000;
  color: #ffffff;
}


a {
  color: #000000;
  transition: color 100ms, border-color 100ms, opacity 100ms, text-decoration-color 100ms;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

select {
  max-width: 100%;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
}

input[type=text],
input[type=number],
input[type=email],
input[type=password],
input[type=address],
input[type=tel],
textarea {
  font-size: 16px;
  line-height: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
  background: #ffffff;
  color: #050505;
  border: 1.5px solid #c1c1c1;
  /*padding: 0.8em 15px;*/
  padding:10px;
  margin: 0;
  vertical-align: middle;
  max-width: 100%;
  border-radius: 3px;
  -webkit-appearance: none;
  box-sizing: border-box;
}
input[type=text]:hover,
input[type=number]:hover,
input[type=email]:hover,
input[type=password]:hover,
input[type=address]:hover,
input[type=tel]:hover,
textarea:hover {
  border-color: #757575;
}
input[type=text]:active, input[type=text]:focus,
input[type=number]:active,
input[type=number]:focus,
input[type=email]:active,
input[type=email]:focus,
input[type=password]:active,
input[type=password]:focus,
input[type=address]:active,
input[type=address]:focus,
input[type=tel]:active,
input[type=tel]:focus,
textarea:active,
textarea:focus {
  border-color: #050505;
}

textarea {
  line-height: 1.6;
  height: 120px;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* HTML5 input placeholders */
::-webkit-input-placeholder {
  color: #050505;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #050505;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #050505;
}

:-ms-input-placeholder {
  color: #050505;
}


 

.button,
a.button,
.btn,
a.btn,
button,
input[type=submit],
input[type=reset],
input[type=button] {
  background: #000000;
  border: 2px solid #000000;
  color: #ffffff;
  font-size: 16px;
/*   font-size: 18; */
  /*font-family: inherit;
  font-weight: inherit;
  font-style: inherit;*/
  line-height: 1em;
  height: auto;
  margin: 0;
  text-decoration: none !important;
  cursor: pointer;
  padding: 0.8em 25px 0.8em;
  vertical-align: middle;
  text-align: center;
  border-radius: 33px;
  transition: background 100ms, color 100ms, border-color 100ms, opacity 100ms;
  display: inline-block;
 

  font-family:  "Open Sans", sans-serif ,sans-serif;
  font-weight:  600 ;
  
  font-style: normal;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  -webkit-tap-highlight-color: transparent;
}
.button svg:not(.feather):not(.cc-select__icon),
a.button svg:not(.feather):not(.cc-select__icon),
.btn svg:not(.feather):not(.cc-select__icon),
a.btn svg:not(.feather):not(.cc-select__icon),
button svg:not(.feather):not(.cc-select__icon),
input[type=submit] svg:not(.feather):not(.cc-select__icon),
input[type=reset] svg:not(.feather):not(.cc-select__icon),
input[type=button] svg:not(.feather):not(.cc-select__icon) {
  fill: #ffffff;
}
.button svg.feather,
a.button svg.feather,
.btn svg.feather,
a.btn svg.feather,
button svg.feather,
input[type=submit] svg.feather,
input[type=reset] svg.feather,
input[type=button] svg.feather {
  fill: transparent;
  stroke: currentColor;
}
.button .icon,
a.button .icon,
.btn .icon,
a.btn .icon,
button .icon,
input[type=submit] .icon,
input[type=reset] .icon,
input[type=button] .icon {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 1em;
  width: 24px;
}
.button .icon svg,
a.button .icon svg,
.btn .icon svg,
a.btn .icon svg,
button .icon svg,
input[type=submit] .icon svg,
input[type=reset] .icon svg,
input[type=button] .icon svg {
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.button .icon + span,
a.button .icon + span,
.btn .icon + span,
a.btn .icon + span,
button .icon + span,
input[type=submit] .icon + span,
input[type=reset] .icon + span,
input[type=button] .icon + span {
  vertical-align: top;
}
@media (hover: none) {
  .button:active,
a.button:active,
.btn:active,
a.btn:active,
button:active,
input[type=submit]:active,
input[type=reset]:active,
input[type=button]:active {
    background: #ffffff;
    /* border-color: #ffffff;*/
    color:#000000;
  }
}
@media (hover: hover) {
  .button:hover,
a.button:hover,
.btn:hover,
a.btn:hover,
button:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover {
    background: #ffffff;
    /*border-color: #ffffff;*/
    color:#000000;
  }
}
.button.button--large,
a.button.button--large,
.btn.button--large,
a.btn.button--large,
button.button--large,
input[type=submit].button--large,
input[type=reset].button--large,
input[type=button].button--large {
  padding: 15px 25px;
  font-size: 14px;
}

.button.button--icon {
  width: auto;
  min-width: 0;
  font-size: 14px;
  padding: 0.8em;
}

.button.altcolour,
.btn.btn--secondary,
button.altcolour,
input[type=submit].altcolour,
input[type=reset].altcolour,
input[type=button].altcolour {
  background: #ffffff;
  color: #000000;
  border: 1.5px solid ;
}
.button.altcolour svg:not(.feather):not(.cc-select__icon),
.btn.btn--secondary svg:not(.feather):not(.cc-select__icon),
button.altcolour svg:not(.feather):not(.cc-select__icon),
input[type=submit].altcolour svg:not(.feather):not(.cc-select__icon),
input[type=reset].altcolour svg:not(.feather):not(.cc-select__icon),
input[type=button].altcolour svg:not(.feather):not(.cc-select__icon) {
  fill: #000000;
}
@media (hover: none) {
  .button.altcolour:active,
.btn.btn--secondary:active,
button.altcolour:active,
input[type=submit].altcolour:active,
input[type=reset].altcolour:active,
input[type=button].altcolour:active {
    background: #000000;
    color: #ffffff;
    border-color: #000000;
  }
  .button.altcolour:active svg:not(.feather):not(.cc-select__icon),
.btn.btn--secondary:active svg:not(.feather):not(.cc-select__icon),
button.altcolour:active svg:not(.feather):not(.cc-select__icon),
input[type=submit].altcolour:active svg:not(.feather):not(.cc-select__icon),
input[type=reset].altcolour:active svg:not(.feather):not(.cc-select__icon),
input[type=button].altcolour:active svg:not(.feather):not(.cc-select__icon) {
    fill: #ffffff;
  }
}
@media (hover: hover) {
  .button.altcolour:hover,
.btn.btn--secondary:hover,
button.altcolour:hover,
input[type=submit].altcolour:hover,
input[type=reset].altcolour:hover,
input[type=button].altcolour:hover {
    background: #000000;
    color: #ffffff;
    border-color: #000000;
  }
  .button.altcolour:hover svg:not(.feather):not(.cc-select__icon),
.btn.btn--secondary:hover svg:not(.feather):not(.cc-select__icon),
button.altcolour:hover svg:not(.feather):not(.cc-select__icon),
input[type=submit].altcolour:hover svg:not(.feather):not(.cc-select__icon),
input[type=reset].altcolour:hover svg:not(.feather):not(.cc-select__icon),
input[type=button].altcolour:hover svg:not(.feather):not(.cc-select__icon) {
    fill: #ffffff;
  }
}

.btn.btn--tertiary {
  padding: 0.9em 20px;
  background: #ebebeb;
  color: #000000;
  border-color: #ebebeb;
}
@media (hover: none) {
  .btn.btn--tertiary:active {
    background: #000000;
    color: #ffffff;
    border-color: #000000;
  }
}
@media (hover: hover) {
  .btn.btn--tertiary:hover {
    background: #000000;
    color: #ffffff;
    border-color: #000000;
  }
}

.button.notabutton,
a.button.notabutton,
button.notabutton,
input[type=submit].notabutton {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  text-transform: none;
  vertical-align: baseline;
  min-width: 0;
  overflow: visible;
  height: auto;
  color: #000000;
  -moz-transition: color 100ms;
  -webkit-transition: color 100ms;
  transition: color 100ms;
}

.button.disabled,
a.button.disabled,
button[disabled],
input[type=submit][disabled],
input[type=reset][disabled],
input[type=button][disabled] {
  background: #999 !important;
  color: #fff !important;
  border-color: #999 !important;
}

.button-icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 20px;
  height: 14px;
}
.button-icon:first-child {
  margin-right: 8px;
}
.button-icon:last-child {
  margin-left: 8px;
}
.button-icon svg {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
}
.button-icon svg.feather {
  fill: transparent;
  stroke: currentColor;
  stroke-width: 1;
}

.toggle-btn {
  position: relative;
  height: 3em;
  display: flex;
  align-items: center;
  padding-right: 2.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
  color: inherit;
}
@media (max-width: 767.98px) {
  .toggle-btn {
    padding-right: 0;
  }
}
.toggle-btn:hover {
  color: inherit;
}
.toggle-btn .button-icon circle {
  fill: #ffffff;
  transition: transform 400ms cubic-bezier(0.11, 0.44, 0.03, 1);
}
.toggle-btn .toggle-btn__chevron {
  transition: transform 250ms ease;
  position: absolute;
  margin: -11px 7px 0 0;
  width: 24px;
  height: 24px;
  left: auto;
  right: 0;
  top: 50%;
  pointer-events: none;
  border: none;
}
.toggle-btn .toggle-btn__chevron svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
@media (max-width: 767.98px) {
  .toggle-btn .toggle-btn__chevron {
    display: none;
  }
}

.toggle-btn__count {
  margin-left: 0.3em;
}

@media (min-width: 768px) {
  .toggle-btn--revealed-desktop .button-icon svg circle:nth-child(3) {
    transform: translateX(6px);
  }
  .toggle-btn--revealed-desktop .button-icon svg circle:nth-child(4) {
    transform: translateX(-6px);
  }
  .toggle-btn--revealed-desktop .toggle-btn__chevron {
    transform: rotate(180deg);
  }
}
h1, .h1-style, h2, h3, h4, h5, h6, .heading-font {
  color: #000000;
  line-height: 1.2;
  margin-bottom: 10px;
}
h1 svg, h1 svg g, .h1-style svg, .h1-style svg g, h2 svg, h2 svg g, h3 svg, h3 svg g, h4 svg, h4 svg g, h5 svg, h5 svg g, h6 svg, h6 svg g, .heading-font svg, .heading-font svg g {
  fill: currentColor;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  text-decoration: none;
}

h1,
.h1-style {
  font-size: 35px;
}


h2,
.h2-style {
    font-size: 31px;
}

h3,
.h3-style {
    font-size: 27px;
}

h4,
.h4-style {
    font-size: 24px;
}

h5,
.h5-style {
    font-size: 21px;
}

h6,
.h6-style {
    font-size: 17px;
}

@media (max-width: 767.98px) {
  h1,
.h1-style {
    font-size: 28px;
  }

  
  h2,
.h2-style {
        font-size: 25px;
  }

  h3,
.h3-style {
        font-size: 23px;
  }

  h4,
.h4-style {
        font-size: 21px;
  }

  h5,
.h5-style {
        font-size: 18px;
  }

  h6,
.h6-style {
        font-size: 16.24px;
  }
}

h1, .h1-style, h2, .h2-style, h3, .h3-style, h4, .h4-style, h5, .h5-style, h6, .h6-style {
/*   text-transform: uppercase; */
}


.title,
.majortitle {
  margin: 0 0 1.25rem;
}

.hometitle {
  line-height: 1em;
  margin: 0 0 30px;
  font-weight:700;
  letter-spacing:0;
}
.hometitle .list_section_title:hover{color: #ff0400;}
.app_title{display: flex; align-items: center; justify-content: center; align-content: center;}
.app_title span{padding-left:5px;}
@media (max-width: 1300px) {
  .hometitle {
    margin-bottom: 20px;
  }
}

.small-text {
  font-size: 11px;
  line-height: 1.4em;
}

.large-text {
  font-size: 1.35em;
  line-height: 1.6;
}
@media (max-width: 767.98px) {
  .large-text {
    font-size: 1.2em;
    line-height: 1.6;
  }
}

.super-large-text {
  font-size: 61px;
}
@media (max-width: 767.98px) {
  .super-large-text {
    font-size: 28px;
  }
}

.subheading {
  /*font-size: 0.8em;
  font-weight: 500;
  letter-spacing: 0.1em;*/
  font-size: 0.9em;
  font-weight: 600;
  line-height: 1.3em;  
  text-transform: uppercase;
}

.subheading--over {
  margin-bottom: 2.25em;
}

.small-feature-link {
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-color: rgba(0, 0, 0, 0.4);
  text-decoration-thickness: 1px;
  font-size: 0.75em;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.small-feature-link:hover {
  text-decoration-color: #000000;
}

img {
  max-width: 100%;
  height: auto;
}

svg {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  transition: fill 100ms;
}
svg g {
  transition: fill 100ms;
}

.beside-svg {
  vertical-align: middle;
}

svg.feather {
  fill: transparent;
  stroke: currentColor;
}

.icon--small {
  width: 16px;
  height: 16px;
}
.icon--small svg {
  width: 16px;
  height: 16px;
}

.icon--large {
  width: 38px;
  height: 38px;
}
.icon--large svg {
  width: 38px;
  height: 38px;
}

.with-icon {
  display: inline-flex;
  align-items: flex-start;
  vertical-align: top;
  line-height: 1.4;
}
.with-icon > .icon,
.with-icon > .icon-container {
  flex: 0 0 auto;
  margin: calc(0.8em - 10px) 12px 0 0;
}
.with-icon > .icon-container .icon {
  display: block;
}
.with-icon .icon--large {
  margin: 0 16px 0 0;
}

.icon-natcol .feather {
  stroke: currentColor;
}

.no-wrap {
  white-space: nowrap;
}

.hidden {
  display: none !important;
}

.js .js-hidden, .product-form .hidden {
  display: none !important;
}

.visually-hidden, .swatch-style-icon_square .option-selector--swatch .opt-label .opt-label__text,
.swatch-style-icon_circle .option-selector--swatch .opt-label .opt-label__text {
  position: absolute !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  width: 1px !important;
/*   margin: -1px !important; */
  padding: 0 !important;
  border: 0 !important;
}

.only-in-quickbuy {
  display: none;
}

.skip-link:focus {
  position: absolute !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  color: #26262c;
  background-color: #fdfdfa;
  padding: 10px;
  z-index: 10000;
  transition: none;
}

/* Lists  */
.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

  
@media (max-width: 1300px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.container--no-max {
  max-width: none;
}

.inline-width-container {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}

#content > .container {
  margin-top: 50px;
  margin-bottom: 50px;
}

.template-index #content > .container,
.template-collection #content > .container,
.template-list-collections #content > .container,
.template-product #content > .container,
.template-blog #content > .container,
.template-article #content > .container,
.template-page #content > .container,
.template-search #content > .container,
.template-cart #content > .container,
.template-customers-login #content > .container,
.template-customers-register #content > .container {
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.template-collection .page-header:not(.page-header--with-background) .pagetitle:last-child {
  /*margin-bottom: -25px;*/
  margin-bottom: 0;
}
  
    
.template-product .container.product-container{
  max-width: 1480px !important;
  width:100%;
  padding:0 15px;
 }
  
.template-product .container.product-container .container{max-width:87%; width:100%;}
  
.story-page--without-content {
  margin-top: -30px;
}

.content-divider {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e2e2e2;
}
.cart-item-list.content-divider{border-bottom:0 solid #e2e2e2;}
/* Store messages */
.store-messages {
  background: var(--background);
}
.store-messages a {
  color: inherit;
  text-decoration: none;
}
.store-messages .message {
  position: relative;
  text-align: center;
  padding: 12px 0;
}
.store-messages .message > a {
  display: block;
}
.store-messages .message .title,
.store-messages .message .tagline {
  margin: 0 20px;
}
.store-messages .message .title {
  font-size: 100%;
  line-height: 1.3em;
  color: var(--text-1);
}
.store-messages .message .tagline {
  display: block;
  font-size: 11px;
  line-height: 1.4em;
  color: var(--text-2);
}
.store-messages .message .tagline:nth-child(2) {
  margin-bottom: 4px;
  margin-top: 5px;
}
.store-messages .message .fluff {
  border-left: 1px solid var(--text-2);
  width: 1px;
  position: absolute;
  left: 0;
  top: 28%;
  bottom: 29%;
  opacity: 0.15;
}
.store-messages.messages-2 .message {
  float: left;
  width: 49.5%;
}
.store-messages.messages-3 .message {
  float: left;
  width: 33.33%;
}

.store-messages-mobile {
  padding: 8px 0;
  background: var(--background);
  color: var(--text-1);
  font-size: 12px;
  line-height: 1.2em;
  text-align: center;
}
.store-messages-mobile a, .store-messages-mobile a:hover {
  color: inherit;
}

/* Headings above content */
.page-header {
  text-align: center;
}
.page-header:not(.page-header--with-background) {
/*padding: 0 0 20px; */
  padding:20px 0 5px;
}
.template-cart .page-header:not(.page-header--with-background) {
  padding:0 0 5px;
}
.page-header--with-upper-spacing {
  margin-top: 30px;
}

.page-header--with-background {
  margin-bottom: 30px;
}
.page-header--with-background .pagetitle {
  color: inherit;
}
.page-header--with-background .pagetitle:last-child {
  margin-bottom: 0;
}

.page-header--padded-small .overlay-text {
  padding-top: 60px;
  padding-bottom: 60px;
}

.page-header--padded-medium .overlay-text {
  padding-top: 90px;
  padding-bottom: 90px;
}

.page-header--padded-large .overlay-text {
  padding-top: 130px;
  padding-bottom: 130px;
}

.page-header--padded-huge .overlay-text {
  padding-top: 200px;
  padding-bottom: 200px;
}

@media (max-width: 767.98px) {
  .page-header--padded-small .overlay-text {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .page-header--padded-medium .overlay-text {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .page-header--padded-large .overlay-text {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .page-header--padded-huge .overlay-text {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .page-header--background-desktop-only {
    background: none !important;
    padding: 0 !important;
  }
  .page-header--background-desktop-only > .rimage-background {
    display: none !important;
  }
  .page-header--background-desktop-only::after {
    content: none !important;
  }
}
@media (min-width: 768px) {
  .page-header-background-mobile-only {
    background: none !important;
    padding: 0 !important;
  }
  .page-header-background-mobile-only > .rimage-background {
    display: none !important;
  }
  .page-header-background-mobile-only::after {
    content: none !important;
  }
}
.page-header--background-desktop-only.rimage-wrapper{
  overflow-x: hidden;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
}

.page-header .pagetitle {
  margin-bottom: 20px;
}

.page-header .rsslink svg {
  margin-left: 8px;
  width: 15px;
  height: 15px;
  fill: currentColor;
}

/* Pagination */
.pagination-row {
  text-align: center;
/*   margin-top: 30px; */
  margin-top: 0;
  margin-bottom: 25px;
  padding-top: 50px;
}

.pagination__sep {
  margin: 0 4px;
}

.pagination__number {
  margin: 0 4px;
}

.pagination-row.pagination-row-tabular {
  display: table;
  width: 100%;
}

.pagination-row.pagination-row-tabular > .inner {
  display: table-row;
}

.pagination-row.pagination-row-tabular > .inner > * {
  display: table-cell;
  width: 33.33333%;
  vertical-align: bottom;
}

.pagination-row.pagination-row-tabular .prev span, .pagination-row.pagination-row-tabular .next span {
  vertical-align: middle;
}

.pagination-row.pagination-row-tabular .prev {
  text-align: left;
}

.pagination-row.pagination-row-tabular .next {
  text-align: right;
}
.template-collection .pagination{display: flex; align-items: center; /*max-width: 175px;*/ margin: 0 auto; justify-content: center; align-content: center;}
.pagination-row a.pagination_arrow{padding:10px 17px 12px; position: relative; width: auto; height: auto; border: 2px solid #000; border-radius:50px; display: inline-block; font-weight:700; line-height: normal; font-size: 12px; color: #000;}
.pagination-row a.pagination_arrow i:before{margin:0; display: inline-block; vertical-align: middle; }
/* .pagination-row a.pagination_arrow:hover{color:#ff0400;} */
.pagination-row a.pagination_arrow.page_disable{color:#000;pointer-events: none;}
.pagination-row .paginate_count{font-size: 15px; font-weight:700; padding: 0 20px;}

/* Main footer */
#pagefooter {
  background: #f8f8f8; 

  color: #000000;
  border-top: 1px solid #D9D9D9;
}
/*.template-cart #pagefooter{display:none;}*/
#pagefooter h1, #pagefooter h2, #pagefooter h3, #pagefooter h4, #pagefooter h5, #pagefooter h6 {
  color: #000000;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: normal;
}
#pagefooter a {
  color: inherit;
}
#pagefooter a:hover {
  /*opacity: 0.75;*/
}

#pagefooter .cross-page-promos {
  background: #66ccff;
  padding-top: 20px;
  padding-bottom: 20px;
}
#pagefooter .cross-page-promos, #pagefooter .cross-page-promos a, #pagefooter .cross-page-promos h6 {
  color: #171717;
}
#pagefooter .cross-page-promos a {
  display: block;
}
  
#pagefooter .container{max-width:986px; /*padding:0 20px;*/}

.selectors-form__item {
  display: inline-block;
}

/* Social links */
.section-footer__text-block__social{order: 1;}
.social-links ul, .social-links li {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 15px;
}
.social-links a {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 10px;
}
.social-links a svg {
  width:40px;
  height:40px;
  vertical-align: top;
}
.social-links a img {
  height: 15px;
  width: auto;
  vertical-align: top;
}
.social-links.social-links--large ul, .social-links.social-links--large li {
  line-height: 23px;
}
.social-links.social-links--large a svg {
  width: 23px;
  height: 23px;
}
.social-links.social-links--large a img {
  height: 23px;
}

.sharing {
  display: inline;
}
.sharing .sharing-label {
  vertical-align: middle;
  font-size: 14px;
  text-transform: uppercase;
}
.sharing ul {
  vertical-align: middle;
}
.sharing ul, .sharing li {
  line-height: 15px;
}
.sharing a svg {
  width: 25px;
  height: 25px;
}
.sharing a svg, .sharing a svg g {
/*   fill: #000000; */
  fill: #000;
}

ul.plain li {
  list-style: none;
}

ul.inline,
ul.inline li {
  margin: 0;
  display: inline;
}

/* Product listing */
.product-block {
  text-align: center;
}
.product-block .block-inner .vendor {
  margin: 1em 0 0.4em;
  font-size: 11px;
  line-height: 1.3em;
}

.product-block__subtitle {
  margin: 0 0 0.4em;
  font-size: 11px;
  line-height: 1.3em;
}

.product-block-options {
  margin: 8px -4px;
  font-size: 11px;
  line-height: 1.4em;
  opacity: 0.6;
}
  
.product-block-options .product-block-options__inner {
  margin-bottom: -6px;
}
.product-block-options .product-block-options__item--truncated {
  display: none;
}
.product-block-options:hover .product-block-options__item--truncated {
  display: inline-block;
}
.product-block-options:hover .product-block-options__more-label {
  display: none;
}

[data-swatch] {
  --swatch-background-color: transparent;
  --swatch-background-image: none;
}

.product-block-options--swatch {
  opacity: 1; 
}
.recently-product-block .product-block-options--swatch {  
  white-space: break-spaces;
}
.product-block-options--swatch .product-block-options__inner {
  display: inline-block;
}
@media (min-width: 768px) {
  .product-block-options--swatch .product-block-options__inner {
    margin-bottom: -12px;
  }
}

.cart_copyright{border-top: 1px solid #D9D9D9; padding: 15px; text-align: center; max-width: 1200px; margin: 0 auto; font-size:12px;}
.cart_copyright a{color:#000;}
.cart_copyright a:hover{color:#6cf;}

:root {
  --product-block-options-swatch-border-radius: 100px;
}

.product-block-options__item {
  margin: 0 4px 6px;
  display: inline-block;
  vertical-align: middle;
}
.product-block-options--swatch .product-block-options__item {
  position: relative;
  margin: 0 4px 8px;
  border-radius: var(--product-block-options-swatch-border-radius);
  border: 1px solid rgba(0, 0, 0, 1);
  background-color: var(--swatch-background-color);
  background-image: var(--swatch-background-image);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-clip: padding-box;
}
.product-block-options--swatch .product-block-options__item.product-block-options__item--unavailable {
  text-decoration: none;
}
.product-block-options--swatch .product-block-options__item.product-block-options__item--unavailable::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  opacity: 0.4;
  border-radius: var(--product-block-options-swatch-border-radius);
}
.product-block-options--swatch .product-block-options__item.product-block-options__item--unavailable::after {
  content: "";
  position: absolute;
  /*top: 50%;
  left: -4px;
  right: -4px;
  height: 1px;
  background: #050505;
  opacity: 1;
  transform: rotate(-45deg);*/
  top: -1px;
  left: 0;
  right: -4px;
  height: 22px;
  background: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32.5635 3.1684L3.54909 32.1828' stroke='white' stroke-width='6' stroke-linecap='round'/%3E%3Cpath d='M32.5635 3.1684L3.54909 32.1828' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  width: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
}
@media (min-width: 1000px) {
  .product-block-options--swatch .product-block-options__item:hover[data-media], .product-block-options--swatch .product-block-options__item:focus[data-media], .product-block-options--swatch .product-block-options__item:active[data-media] {
    cursor: pointer;
  }
  .product-block-options--swatch .product-block-options__item:hover .product-block-options__item__text, .product-block-options--swatch .product-block-options__item:focus .product-block-options__item__text, .product-block-options--swatch .product-block-options__item:active .product-block-options__item__text {
    opacity: 1;
  }
}
.product-block-options--swatch .product-block-options__item .product-block-options__item__text {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translate3d(-50%, -10px, 0);
  white-space: nowrap;
  background: #ffffff;
  border: 1px solid rgba(5, 5, 5, 0.15);
  padding: 4px 12px;
  border-radius: 3px;
  z-index: 1;
  transition: opacity 50ms;
}
@media (max-width: 767.98px) {
  .product-block-options--swatch .product-block-options__item .product-block-options__item__text {
    display: none;
  }
}
.swatch-method-standard .product-block-options--swatch .product-block-options__item {
  width: 22px;
  height: 22px;
}
/* @media (min-width: 768px) {
  .swatch-method-standard .product-block-options--swatch .product-block-options__item {
    width: 14px;
    height: 14px;
  }
} */
.swatch-method-standard .product-block-options--swatch .product-block-options__item.product-block-options__item--unavailable {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px #050505;
}
@media (min-width: 768px) {
  .swatch-method-standard .product-block-options--swatch .product-block-options__item.product-block-options__item--unavailable {
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #050505;
  }
}
.swatch-method-standard .product-block-options--swatch .product-block-options__item:focus, .swatch-method-standard .product-block-options--swatch .product-block-options__item:active {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px rgba(5, 5, 5, 0.6);
}
@media (min-width: 1000px) {
  .swatch-method-standard .product-block-options--swatch .product-block-options__item:hover, .swatch-method-standard .product-block-options--swatch .product-block-options__item:focus, .swatch-method-standard .product-block-options--swatch .product-block-options__item:active {
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #050505;
  }
}
.swatch-method-image .product-block-options--swatch .product-block-options__item {
  width: 36px;
  height: 36px;
}
@media (min-width: 768px) {
  .swatch-method-image .product-block-options--swatch .product-block-options__item {
    width: 36px;
    height: 36px;
  }
}
.swatch-method-image .product-block-options--swatch .product-block-options__item:focus, .swatch-method-image .product-block-options--swatch .product-block-options__item:active {
  border-color: rgba(5, 5, 5, 0.6);
}
@media (min-width: 1000px) {
  .swatch-method-image .product-block-options--swatch .product-block-options__item:focus, .swatch-method-image .product-block-options--swatch .product-block-options__item:active, .swatch-method-image .product-block-options--swatch .product-block-options__item:hover {
    border-color: rgba(5, 5, 5, 0.3);
  }
}
.swatch-method-image.swatch-style-icon_square .product-block-options--swatch .product-block-options__item.product-block-options__item--unavailable::after {
  left: -7px;
  right: -7px;
}
.swatch-style-icon_square .product-block-options__item {
  --product-block-options-swatch-border-radius: 3px;
}
.swatch-method-image.swatch-style-icon_circle .product-block-options__item.product-block-options__item--unavailable::after {
  left: 0px;
  right: 0px;
}
.swatch-method-standard.swatch-style-icon_square .product-block-options--swatch .product-block-options__item.product-block-options__item--unavailable::after {
  left: -6.5px;
  right: -6.5px;
}

@media (min-width: 768px) {
  .swatch-method-standard .product-block-options {
    margin-left: -7px;
    margin-right: -7px;
  }
  .swatch-method-standard .product-block-options__item {
    margin: 0 7px 12px;
  }

  .swatch-method-image .product-block-options {
    margin-left: -3px;
    margin-right: -3px;
  }
  .swatch-method-image .product-block-options__item {
    margin: 0 3px 10px;
  }
}
.product-block-options__item--unavailable {
  text-decoration: line-through;
}

.product-block-options__more-label {
  display: inline-block;
  margin: 0 0 8px 4px;
  vertical-align: middle;
  line-height: 22px;
}
@media (min-width: 768px) {
  .product-block-options__more-label {
    margin: 0 7px 12px 4px;
    line-height: 14px;
  }
}

.product-block .block-inner {
  position: relative;
  margin: 0;
}
/*@media (max-width: 1300px) {
  .product-block .block-inner {
    margin: 0;
  }
}*/

.product-block .product-link {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 400;
}
.product-block .product-link:not(.button) {
  color: inherit;
}
.product-block:hover .product-link:not(.button){color: #FC4242;}

.product-block .image-cont {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom:10px;
}
/*.product-block .image-cont .btn.quickbuy-toggle {
  display: none;
}*/
/*@media (min-width: 768px) {*/
  .product-block .btn.quickbuy-toggle {
    /*display: block;
    width: calc(100% - 20px);
    padding: 1em 20px;
    border-color: rgba(5, 5, 5, 0.15);
    font-size: 13px;
    visibility: hidden;
    opacity: 0;
    transition: all 100ms ease-out;*/
    
    display: block;
    border-color: transparent;
    /*font-size: 13px;
    transition: all .1s ease-out;
    background: transparent;*/
    padding:17px 20px;
    position: absolute;
    top:inherit;
    bottom: 53px;
    left:0px;
    right: 0px;
    width: 54%;
    height: auto;
    border-color: rgba(233, 233, 233, 1);
    border-width:0px;
    background: #000;
    margin-right:auto;
    margin-left:auto;
    color:#fff;
    text-transform: inherit;     
    letter-spacing: normal;  
    font-weight: 600; font-size: 14px;
    visibility: hidden; opacity: 0;
  }
  /* .btn.quickbuy-toggle:before, .btn.quickbuy-toggle:after{
    content:"";

    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 10;
    font-size: 25px;
    background: #000;
    width: 12px;
    height: 2px;
    border: 0px solid;
    padding: 0;
    left: 0;
    margin: auto;
    top: 0;
    border-radius: 50px;
    }
  .btn.quickbuy-toggle:after { width: 2px; height: 12px; } 
  .btn.quickbuy-toggle.eye_close:after { display: none;}*/
  .product-block .btn.quickbuy-toggle.eye_close { /*background: transparent; border-color: #000; */}
  .product-block .btn.quickbuy-toggle.eye_close:before{ background: #000; }
  .btn.quickbuy-toggle:hover:before{
    transition: all ease-in .2s;
    /*-webkit-transform: rotate(45deg);
    transform: rotate(45deg);*/
    }
  .product-block .image-cont .btn.quickbuy-toggle:hover {
   /* background: #ffffff;
    color: #000000;
    border-color: rgba(5, 5, 5, 0.15);        
    border-color: transparent;*/
    border-radius: 20px;
  }
  .product-block .image-cont:hover .btn.quickbuy-toggle {
    /*opacity: 1;
    visibility: visible;*/
    /* border-color: transparent;*/
    border-radius: 30px;
    z-index: 1;
    visibility: visible; opacity: 1;
  }
/*}*/

/* .template-product .product-block .image-cont .btn.quickbuy-toggle{display:none;} */
.navigation__mobile-products .product-block .image-cont .btn.quickbuy-toggle{display:none;}

.product-block .collection_discount_note{position: absolute;bottom: 20px;left: 15px; font-weight:700; z-index: 10;font-size: 12px;line-height: 11px;text-transform: lowercase;
    background: linear-gradient(97.6deg , #FFAFE4 8.19%, #66CCFF 84.38%);backdrop-filter: blur(4px);border-radius: 26px;padding: 5px 12px;}

.product-block .image-cont .placeholder-image {
  width: 100%;
  max-width: 100%;
}

.product-block__image .rimage__image {
  object-position: center center;
}

.image-cont--with-secondary-image .product-block__image--secondary {
  display: none;
}

.image-page-button {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 100ms;
  padding: 3px;
  z-index: 3;
  width:30px;
  height:30px;
}
.image-page-button, .image-page-button:hover {
  background: transparent;
  border: none;
  color: #050505;
}
.image-page-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0.7;
}
.image-page-button:hover::after {
  opacity: 0.9;
}
.image-page-button svg {
  position: relative;
  z-index: 1;
  display: block;
  fill: transparent;
  stroke: #050505;
  width: 11px;
  stroke-width: 0;
  margin:0 auto;
}
@media (max-width: 767.98px) {
  .product-list--per-row-mob-1 .image-page-button {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }
}
.slick-slider .image-page-button {
  opacity: 1;
  pointer-events: auto;
}
.slick-slider .image-page-button.slick-disabled {
  opacity: 0;
  pointer-events: none;
}

.image-page-button--previous {
  left: 0;
  /* border-radius: 0 3px 3px 0; */
  border-radius: 0px;
  overflow: hidden;
}

.image-page-button--next {
  right: 0;
  /* border-radius: 3px 0 0 3px; */
  border-radius: 0px;
  overflow: hidden;
}

.product-block__image-dots {
  position: absolute;
  bottom: 10px;
  left: 10px;
  line-height: 7px;
  white-space: nowrap;
  pointer-events: none;
  display:none;
}
@media (max-width: 767.98px) {
  .product-list--per-row-mob-1 .product-block__image-dots {
    display: none;
  }
}

.product-block__image-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  margin-right: 4px;
  border: 1px solid currentColor;
  vertical-align: top;
}

.product-block__image-dot--active {
  background: currentColor;
}

.product-block__image-dot--more {
  opacity: 0.25;
}

.image-cont--with-secondary-image .product-block__image--secondary {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
/*   width: calc(100% + 0.5px);
  height: calc(100% + 0.5px); */
  width:100%;
  height:100%;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.image-cont--with-secondary-image .product-block__image--primary {
  opacity: 0;
}
.image-cont--with-secondary-image .product-block__image--active {
  opacity: 1;
}
.image-cont--with-secondary-image .product-block__image {
  transition: opacity 100ms;
}
.image-cont--with-secondary-image.image-cont--same-aspect-ratio .product-block__image {
  transition: opacity 100ms 100ms;
}
.image-cont--with-secondary-image.image-cont--same-aspect-ratio .product-block__image--active {
  transition: opacity 100ms 0ms;
}

.product-block__image--inactivated {
  display: none !important;
}

@media (min-width: 960px) {
  .image-cont--with-secondary-image .product-block__image-dots {
    display: none;
  }
  .image-cont--with-secondary-image:hover .product-block__image--active {
    opacity: 0;
  }
  .image-cont--with-secondary-image:hover .product-block__image--show-on-hover {
    opacity: 1;
  }
  .image-cont--with-secondary-image.image-cont--same-aspect-ratio:hover .product-block__image--active {
    transition: opacity 50ms 50ms;
  }
  .image-cont--with-secondary-image.image-cont--same-aspect-ratio:hover .product-block__image--show-on-hover {
    transition: opacity 50ms 0ms;
  }
  .image-cont--with-secondary-image .image-page-button {
    display: block;
  }
  .image-cont--with-secondary-image:hover .image-page-button {
    opacity: 1;
    pointer-events: auto;
  }
}
.product-block .image-label-wrap {
  position: relative;
  border: 0px solid rgba(166, 158, 158, 0.26);
}

.product-label-container {
/*   position: absolute; */
  display: flex;
  flex-direction: column;
  top: 7.5px;
  bottom: 7.5px;
  left: 7.5px;
  right: 7.5px;
  pointer-events: none;
  
  justify-content: flex-start;
  
  
  align-items: flex-start;
  
}

.product-label {
  display: block;
/*   margin:2.5px; */
  margin:0px;
}
.product-detail.quickbuy-content .product-label{margin:5px 0;}


.product-label > span {
  display: inline-block;
  padding: .2em 1.3em .3em;
  /* background: #ffffff;
  color: #c4293d; 
  text-transform: uppercase; */
  background-color:#000;
  color:#fff;
  font-size: 10px;
  line-height:normal;
  vertical-align: top;
  border-radius: 20px;
  font-weight: 700;
  
}
@media (min-width: 768px) {
  .product-label > span {
    /* font-size: 11px;*/
  }
}

.product-label--sale {
  font-weight: 600;
}

.product-label--stock > span {
  background: #ffffff;
  color: #6d7175;
}

.product-label--new-in > span {
  background: #ffffff;
  color: #6d7175;
}

.product-label--meta > span {
  background: #09728c;
  color: #ffffff;
}

.price-label--sold-out {
  color: #000000;
}

.price-label--sale {
  color: #e53d3d;
}

.price-label--preorder {
  color: #3ea36a;
}

.product-block .product-info {
  display: block;
  color: inherit;
  margin: 6px 0 0;
  font-size: 14px;
  text-align: left;
}

.featured-collection-product-list .product-block .product-info {
  margin: 0;
}

.product-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}


.product-price {
  justify-content: flex-start;
}

.product-price__item {
  margin-right: 0.5rem;
}



.product-price__item {
  font-size: 13px;
  font-weight: 600;
  font-family: 'Open Sans';
}

.product-price__compare {
  /*opacity: 0.5;*/
  color:#000;
  text-decoration: line-through;
  padding-left:5px;
  font-weight:600;
}

.product-price__from {
  margin-right: 0.35em;
  font-size: 11px;
}

.product-block .product-info .unit-price {
  font-size: 11px;
}

.main_price { 
  color : #000000;  
}
@media (max-width: 767.98px) {
  .product-block .product-info .innerer {
    display: flex;
    flex-direction: column;
  }
  .product-block .product-info .innerer .product-block-options--swatch {
    margin-top: 2px;
    margin-bottom: 10px;
/*     order: -1; */
  }
}
.product-block.expanded .block-inner::after {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  z-index: 10;
  pointer-events: none;
  border-bottom-color: #f6f6f6;
  border-width: 15px;
  left: 50%;
  margin: 1px 0 0 -15px;
}
@media (max-width: 1300px) {
  .product-block.expanded .block-inner::after {
    margin-top: -9px;
  }
}

.product-block .product-info > .inner {
  margin-left: auto;
  margin-right: auto;
}

/* Collection blocks - in style of product block */
.collection-slider .carousel .product-block.collection-block {
  margin-bottom: 0;
}
.collection-slider .carousel .product-block.collection-block .block-inner,
.collection-slider .carousel .product-block.collection-block .product-info {
  margin-bottom: 0;
}

.product-block.collection-block .image-cont {
  padding-bottom: 0;
}
.product-block.collection-block .image-cont .rimage__image {
  object-position: center center;
}
.product-block.collection-block .product-info {
  text-align: left;
}

.collection-slider-row.for-collections {
  /* margin-bottom: 50px; */
  padding-bottom: 30px;
}
.collection-slider-row.for-collections.use-alt-bg {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 50px;
}

.use-alt-bg {
  background-color: #ffffff;
/*   color: #4b4b4b; */
}
.use-alt-bg h1, .use-alt-bg .h1-style, .use-alt-bg h2, .use-alt-bg h3, .use-alt-bg h4, .use-alt-bg h5, .use-alt-bg h6, .use-alt-bg .heading-font {
  color: #202223;
}
.use-alt-bg .rte a,
.use-alt-bg .small-feature-link,
.use-alt-bg .underline {
  color: #202223;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-color: rgba(32, 34, 35, 0.4);
  text-decoration-thickness: 1px;
}
.use-alt-bg .rte a:hover,
.use-alt-bg .small-feature-link:hover,
.use-alt-bg .underline:hover {
  color: #202223;
  text-decoration-color: currentColor;
}
.use-alt-bg svg.feather {
  stroke: currentColor;
}

/* Search results */
.product-block.page-block .article-image {
  margin: 0 0 1em;
}

.product-block.page-block .block-inner {
  overflow: hidden;
}

.product-block.page-block .block-inner .text-cont {
  overflow: hidden;
  text-align: left;
}

.product-block .small {
  font-size: 0.75em;
}

/* Product detail */
@media (min-width: 768px) {
  .product-detail {
    display: flex;
    justify-content: center;
    margin-top:7px;
  }
  .product-detail .product-column-left {
    flex: 0 0 auto;
    width: 50%;
  }
  .product-detail .product-column-right {
    flex: 0 0 auto;
    margin-left: 45px;
    width: calc(50% - 65px);
    max-width: 44%;
  }
  .quickbuy-content.product-detail .product-column-right{max-width: 46%;}
}
@media (min-width: 1040px) {
  .product-detail .gallery-size-small {
    width: 35%;
  }
  .product-detail .gallery-size-small + .product-column-right {
    width: calc(100% - 35% - 44px);
  }
  .product-detail .gallery-size-medium {
    width: 50.6%;
  }
  
  
  .product-detail .gallery-size-medium + .product-column-right {
    width: calc(100% - 44% - 45px);
  }
  .product-detail .gallery-size-large {width: 50%;  }
  .product-detail .gallery-size-large + .product-column-right {width: calc(100% - 50% - 65px);}

  .quickbuy-container .product-detail .gallery-size-large {width:40%;}
  .quickbuy-container .product-detail .gallery-size-large + .product-column-right {width: calc(100% - 40% - 65px);}
}
  
@media (min-width: 1280px) {
 .quickbuy-container .product-detail .gallery-size-medium {width: 30%;}
}
.product-detail .gallery {
  position: relative;
}
.product-detail .gallery .gallery__inner {
  width: 100%;
}
.product-detail .gallery .main-image {
  margin: 0 0 20px 0;
  width: 100%;
  text-align: center;
  position: relative;
}

@media (max-width: 767.98px) {
  .product-detail .gallery .main-image {
    margin: 0 -16px 10px; width: auto;
  }
}
.product-detail .gallery .slick-dots {
  box-sizing: border-box;
  margin-bottom: -10px;
  padding: 20px 44px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.product-detail .gallery .slick-dots li {
  flex: 0 1 40px;
  display: flex;
  justify-content: center;
}
.product-detail .gallery .slick-dots li button::before {
  left: 4px;
  width: 32px;
  height: 2px;
  content: "";
  background-color: #050505;
  opacity: 0.25;
  transition: opacity 150ms;
}
.product-detail .gallery .slick-dots .slick-active button:before {
  color: #050505;
  opacity: 0.85;
}
.product-detail .gallery .product-label-container {
  justify-content: flex-start;
  align-items: flex-end;
  z-index: 1;
}

.slideshow--custom-initial:not(.slick-initialized) .slide {
  display: none;
}
.slideshow--custom-initial:not(.slick-initialized) .slide--custom-initial {
  display: block;
}

@media (max-width: 767.98px) {
  .slideshow--custom-initial:not(.slick-initialized) .slide {
    display: none !important;
  }
  .slideshow--custom-initial:not(.slick-initialized) .slide--custom-initial {
    display: block !important;
    flex-grow: 1 !important;
  }
}
.slideshow-controls {
  position: static;
}
@media (max-width: 767.98px) {
  .slideshow-controls {
    /*position: relative;
    height: auto;*/
  }
}

.slideshow .h1-style {
  line-height: 1.3em;
}

.slideshow[data-transition=slide] .slide .overlay-text__text,
.slideshow[data-transition=zoom] .slide.image-overlay--bg-box .overlay-text__text,
.slideshow[data-transition=slide_fade] .slide.image-overlay--bg-box .overlay-text__text {
  transition: opacity 0.5s 1s;
  opacity: 0;
}
.slideshow[data-transition=slide] .slide.slick-active .overlay-text__text,
.slideshow[data-transition=zoom] .slide.image-overlay--bg-box.slick-active .overlay-text__text,
.slideshow[data-transition=slide_fade] .slide.image-overlay--bg-box.slick-active .overlay-text__text {
  opacity: 1;
}

.slideshow[data-transition=zoom] .slide:not(.image-overlay--bg-box) .overlay-text__text,
.slideshow[data-transition=slide_fade] .slide:not(.image-overlay--bg-box) .overlay-text__text {
  transition: opacity 0.3s;
}
.slideshow[data-transition=zoom] .slide:not(.image-overlay--bg-box) .overlay-text__subheading,
.slideshow[data-transition=zoom] .slide:not(.image-overlay--bg-box) .overlay-text__title,
.slideshow[data-transition=zoom] .slide:not(.image-overlay--bg-box) .overlay-text__rte,
.slideshow[data-transition=slide_fade] .slide:not(.image-overlay--bg-box) .overlay-text__subheading,
.slideshow[data-transition=slide_fade] .slide:not(.image-overlay--bg-box) .overlay-text__title,
.slideshow[data-transition=slide_fade] .slide:not(.image-overlay--bg-box) .overlay-text__rte {
  opacity: 0;
  transform: translateY(120%);
  will-change: transform, opacity;
  transition: opacity 0.9s, transform 0.9s cubic-bezier(0.26, 0.54, 0.32, 1) 0.3s;
}
.slideshow[data-transition=zoom] .slide:not(.image-overlay--bg-box) .overlay-text__button,
.slideshow[data-transition=slide_fade] .slide:not(.image-overlay--bg-box) .overlay-text__button {
  opacity: 0;
  transition: opacity 1.5s;
}
.slideshow[data-transition=zoom] .slide:not(.image-overlay--bg-box) .overlay-text__reveal,
.slideshow[data-transition=slide_fade] .slide:not(.image-overlay--bg-box) .overlay-text__reveal {
  overflow: hidden;
}
.slideshow[data-transition=zoom] .slide:not(.image-overlay--bg-box).slick-active .overlay-text__title,
.slideshow[data-transition=slide_fade] .slide:not(.image-overlay--bg-box).slick-active .overlay-text__title {
  transition-delay: 0.2s;
}
.slideshow[data-transition=zoom] .slide:not(.image-overlay--bg-box).slick-active .overlay-text__rte,
.slideshow[data-transition=slide_fade] .slide:not(.image-overlay--bg-box).slick-active .overlay-text__rte {
  transition-delay: 0.6s;
}
.slideshow[data-transition=zoom] .slide:not(.image-overlay--bg-box).slick-active .overlay-text__button,
.slideshow[data-transition=slide_fade] .slide:not(.image-overlay--bg-box).slick-active .overlay-text__button {
  transition-delay: 1s;
}
.slideshow[data-transition=zoom] .slide:not(.image-overlay--bg-box).slick-active .overlay-text__subheading,
.slideshow[data-transition=zoom] .slide:not(.image-overlay--bg-box).slick-active .overlay-text__title,
.slideshow[data-transition=zoom] .slide:not(.image-overlay--bg-box).slick-active .overlay-text__rte,
.slideshow[data-transition=slide_fade] .slide:not(.image-overlay--bg-box).slick-active .overlay-text__subheading,
.slideshow[data-transition=slide_fade] .slide:not(.image-overlay--bg-box).slick-active .overlay-text__title,
.slideshow[data-transition=slide_fade] .slide:not(.image-overlay--bg-box).slick-active .overlay-text__rte {
  opacity: 1;
  transform: translateY(0);
}
.slideshow[data-transition=zoom] .slide:not(.image-overlay--bg-box).slick-active .overlay-text__button,
.slideshow[data-transition=slide_fade] .slide:not(.image-overlay--bg-box).slick-active .overlay-text__button {
  opacity: 1;
}
.slideshow[data-transition=zoom] .slide:not(.image-overlay--bg-box).slick--leaving .overlay-text__text,
.slideshow[data-transition=slide_fade] .slide:not(.image-overlay--bg-box).slick--leaving .overlay-text__text {
  opacity: 0;
}
@media (max-width: 767.98px) {
  .slideshow[data-transition=zoom] .slide.overlay-text-parent--mobile-stack .overlay-text__subheading,
.slideshow[data-transition=zoom] .slide.overlay-text-parent--mobile-stack .overlay-text__title,
.slideshow[data-transition=zoom] .slide.overlay-text-parent--mobile-stack .overlay-text__rte,
.slideshow[data-transition=zoom] .slide.overlay-text-parent--mobile-stack .overlay-text__button,
.slideshow[data-transition=zoom] .slide.overlay-text-parent--mobile-stack .overlay-text__text,
.slideshow[data-transition=slide_fade] .slide.overlay-text-parent--mobile-stack .overlay-text__subheading,
.slideshow[data-transition=slide_fade] .slide.overlay-text-parent--mobile-stack .overlay-text__title,
.slideshow[data-transition=slide_fade] .slide.overlay-text-parent--mobile-stack .overlay-text__rte,
.slideshow[data-transition=slide_fade] .slide.overlay-text-parent--mobile-stack .overlay-text__button,
.slideshow[data-transition=slide_fade] .slide.overlay-text-parent--mobile-stack .overlay-text__text {
    transition: none !important;
    transform: scale(1) !important;
    transition-delay: 0s !important;
  }
}

.slideshow[data-transition=zoom] .slide .rimage-background,
.slideshow[data-transition=zoom] .slide .placeholder-image {
  transform: scale(1.2);
  will-change: transform;
  transition: transform 2s cubic-bezier(0.21, 0.6, 0.35, 1);
}
.slideshow[data-transition=zoom] .slide.slick-active .rimage-background,
.slideshow[data-transition=zoom] .slide.slick-active .placeholder-image {
  transform: scale(1);
}
@media (max-width: 767.98px) {
  .slideshow[data-transition=zoom] .slide.overlay-text-parent--mobile-stack .rimage-background,
.slideshow[data-transition=zoom] .slide.overlay-text-parent--mobile-stack .placeholder-image {
    transition: none !important;
    transform: scale(1) !important;
  }
}

.slideshow[data-transition=slide_fade] .slide {
  opacity: 1 !important;
}
.slideshow[data-transition=slide_fade] .slide .rimage-background,
.slideshow[data-transition=slide_fade] .slide .placeholder-image {
  will-change: transform, opacity;
  transform: translateX(10vw);
  opacity: 0;
}
.slideshow[data-transition=slide_fade] .slide .overlay-text__inner {
  transition: transform 0.7s ease 50ms;
  will-change: transform;
}
.slideshow[data-transition=slide_fade] .slide.slick--leaving .rimage-background,
.slideshow[data-transition=slide_fade] .slide.slick--leaving .placeholder-image {
  transition: transform 0.7s ease 75ms;
  transform: translateX(-10vw);
  opacity: 1;
}
.slideshow[data-transition=slide_fade] .slide.slick--leaving .overlay-text__inner {
  transform: translateX(-5vw);
}
.slideshow[data-transition=slide_fade] .slide.slick-active .rimage-background,
.slideshow[data-transition=slide_fade] .slide.slick-active .placeholder-image {
  transition: transform 0.7s ease, opacity 0.7s;
  opacity: 1;
  transform: translateX(0);
}

.signup-form__inline-container {
  display: inline-flex;
}
.signup-form__inline-container input {
  width: 300px;
}
@media (max-width: 767.98px) {
  .signup-form__inline-container {
    display: block;
  }
  .signup-form__inline-container input {
    margin-bottom: 20px;
    width: 100%;
  }
}

.view-in-space {
  box-sizing: border-box;
  display: block;
  width: 100%;
  color: #050505;
  border: none;
  background: rgba(5, 5, 5, 0.08);
}
.view-in-space:hover {
  color: #050505;
  border: none;
  background: rgba(5, 5, 5, 0.08);
}
.view-in-space[data-shopify-xr-hidden] {
  display: none;
}
.view-in-space .icon {
  height: 1.8em;
  width: 1.8em;
  fill: transparent;
  vertical-align: middle;
}
.view-in-space .icon .icon-3d-badge-full-color-outline,
.view-in-space .icon .icon-video-badge-full-color-outline {
  display: none;
}
.view-in-space .icon .icon-3d-badge-full-color-element,
.view-in-space .icon .icon-video-badge-full-color-element {
  fill: currentColor;
}
.view-in-space .view-in-space__text {
  vertical-align: middle;
}

.thumbnails {
  white-space: nowrap;
  overflow: auto;
}
@media screen and (min-width: 1024px) {
  .thumbnails-fix{ 
    height: 693.798px;overflow: hidden;
  }
  .quickbuy-content .thumbnails-fix{
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .thumbnails {
    margin-bottom: 20px;
    margin-right: -16px;
  }
}
.thumb_active.thumbnails{opacity:0;}
.thumbnails .thumbnail {
  display: inline-block;
  width: calc(16.6% - 4px);
  max-width: 100%;
  margin: 0 0 5px 5px;
  position: relative;
  vertical-align: top;
  border: 1px solid #d9d9d9;
}
.thumbnails .thumbnail::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: transparent;
  opacity: 0;
  transition: opacity 0.2s;
  border: 1px solid #000;
}
.thumbnails .thumbnail:hover::after,
.thumbnails .thumbnail.selected::after {
  opacity: 1;
}

.thumbnails.hidden {
  display: none !important;
}

.thumbnails.owl-carousel {
  margin-left: -5px;
  margin-right: 0;
  padding-right: 8.3333333333%;
  overflow: hidden;
  width: calc(91.6666666667% + 5px);
  white-space: normal;
  box-sizing: content-box;
}
  
@media (max-width: 767.98px) {
  .thumbnails.owl-carousel {
    width: calc(91.6666666667% + 21px);
  }
  .quickbuy-content .thumbnails.owl-carousel {width: calc(92% + 5px);}
}
.thumbnails.owl-carousel:not(.owl-loaded) {
  white-space: nowrap;
}
.thumbnails.owl-carousel:not(.owl-loaded) .thumbnail {
  display: inline-block;
  width: calc(15.3846153846% - 1px);
}
.thumbnails.owl-carousel.owl-loaded .thumbnail {
  display: block;
  width: 100%;
  margin-top: 2px;
}
.thumbnails.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.thumbnail__badge {
  width:40px;
  height:40px;
  position: absolute;
  left:0;
  top:0;
  right:0;
  bottom:0;
  margin:auto;
  pointer-events: none;
  background: #000;
  border-radius:35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.thumbnail__badge .icon {
/*   fill:#ffffff; */
  fill:#fff;
  width:80%;
  height:80%;
  vertical-align: baseline;
}
.quickbuy-container .quickbuy-content .thumbnail__badge {width:37px; height:37px;}

.thumbnail__badge .icon .icon-3d-badge-full-color-outline,
.thumbnail__badge .icon .icon-video-badge-full-color-outline {
  stroke: rgba(5, 5, 5, 0.05);
}
.thumbnail__badge .icon .icon-3d-badge-full-color-element,
.thumbnail__badge .icon .icon-video-badge-full-color-element {
  fill: #050505;
}
@media only screen and (min-width: 750px) {
  .thumbnail__badge .product-single__thumbnail-badge {
    width: 26px;
    height: 26px;
  }
}

@media only screen and (min-width: 1041px) {
  .product-detail .gallery.gallery--layout-carousel-beside > .gallery__inner {
    display: flex;
    align-items: flex-start;
  }
  .product-detail .gallery.gallery--layout-carousel-beside .main-image {
    order: 1;
    width: calc(100% - 82px);
  }
  .product-detail .gallery.gallery--layout-carousel-beside .thumbnails {
    margin-left: 0;
/*     padding-right: 40px;
    width: 140px; */
    padding-right:10px;
    width: 82px;
    /*white-space: normal;
    overflow: visible;*/
  }
  .product-detail .gallery.gallery--layout-carousel-beside .thumbnails .thumbnail {
    display: block;
    margin: 0 0 10px;
    width: auto;
      padding: 0;
    border-radius: 0;
  }
  .product-detail .gallery.gallery--layout-carousel-beside .thumbnails .slick-list {margin:0px 0 20px;}
  .product-detail .gallery.gallery--layout-carousel-beside .thumbnails .image-page-button{
    top: auto;
    left: 0;
    right:15px;
    margin:0 auto;
    /*opacity: 1;*/
    width: 24px;
    height: 20px;
  }
  .product-detail .gallery.gallery--layout-carousel-beside .thumbnails .image-page-button svg{transform: rotate(90deg);} 
  .product-detail .gallery.gallery--layout-carousel-beside .thumbnails .image-page-button--previous{top:0;border-radius:3px;}
  .product-detail .gallery.gallery--layout-carousel-beside .thumbnails .image-page-button--next{bottom:-10px;border-radius:3px;}
  
}
@media only screen and (max-width: 767.98px) {
  .product-detail .gallery.gallery--carousel-layout-beside.has-thumbnails .main-image {
    float: none;
    width: auto;
  }
  
}
.product-detail .detail {
  text-align: left;
  position: relative;
}
.product-detail .detail .product-detail-accordion + .product-detail-accordion {
/*   margin-top: -50px; */
}
.product-detail .detail .product-detail-accordion + .product-detail-accordion .cc-accordion {
  /*border-top: none;*/
}

.product-detail .detail .title {
  /*margin: 0 0 0.5em;*/
  margin: -5px 0 0.1em;
  text-transform:capitalize;
  letter-spacing:0;
  /* font-weight:400; */
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  padding-bottom: 6px;
}

.product-detail-label {
  margin-top: 7px;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 600;
  margin-bottom: 8px;
}

.price-container {
  display: flex;
  flex-direction: column;
  margin-bottom:0;
}
.price-container-wrapper{display:flex;flex-direction: column;}

@media (min-width: 768px) {
  .price-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .price-container .price-area {
    margin-right: 10px;
    margin-bottom: 0;
    /* order:1;*/
  }
  .price-container .price-descriptors {
    order: 1;
    width: 100%;
  }
  .product-label-wrapper{order:2;}
  p.afterpay-paragraph{order:3;}
  
  .quickbuy-container .quickbuy-content .price-area{margin-bottom: 10px;}
}

:root {
  --payment-terms-background-color: #ffffff;
}

shopify-payment-terms {
  display: block;
  margin-top: 8px;
  margin-bottom: 12px;
}

.price-area .h5-style {
  font-family: inherit;
  font-weight:600;
  font-size:20px;
}
.price-area .was-price {
  margin-left: 8px;
  text-decoration: line-through;
  font-weight:500;
  /*color:#AFAFAF;*/
  color:#000;
}
.price-area .on-sale .current-price {
  color: #fc4242;
  font-weight:700;
}

.product-price__amount--on-sale {
  color: #fc4242;  
  font-weight: 800;
}

.price-area .price__from {
  font-size: 14px;
}

.product-policies {
  margin-top: 0.5em;
  margin-bottom: 0.25em;
}

.product-description {
  margin-top: 50px;
  margin-bottom: 50px;
}
.product-description img{
 vertical-align:middle;
}

.product-detail .product-form .option-selectors {
  display: none;
}

.js .product-detail .product-form .original-selector {
  display: none;
}

.js .product-detail .product-form .option-selectors {
  display: block;
}

.product-form .input-row,
.buy-buttons-row {
  /*margin: 25px 0;*/
  margin:0 0 15px;
  clear: both;
}

.product-form .label {
  display: block;
  font-size:16px;
  line-height: 1.4em;
  font-weight:600;
/*   margin-bottom:10px; */
}

.product-form .label__value {
/*     font-weight: 400; */
  color:#000;
}
.product-form .label__value:not(:empty)::before {
  content: ": ";
  font-weight: 600;
}

.product-form a.my_size_chart{display:flex; margin:-4px auto 0 10px; font-size:12px; font-weight:700; color:#000; align-items:flex-start;text-decoration:underline !important; text-transform: capitalize;}
.product-form a.my_size_chart:hover{text-decoration:none !important;}
.product-form [data-selector-type=radio].option-selector fieldset {
  margin: 0;
}
.product-form [data-selector-type=radio].option-selector legend.label {
  margin-bottom: 8px;
}
.product-form [data-selector-type=radio].option-selector .label {
  margin-bottom: 6px;
}

.product-form .label__text-beside-input {
  vertical-align: top;
  font-weight: normal;
}

.product-form .option-selector {
  margin-bottom: 20px;
}
.product-form .option-selector.swatch-color{
  max-width: 83%;
}

.option-selector-fieldset {
  margin-bottom: 0;
}

.option-selector--empty {
  color: #d90000;
}

.product-form .input-row input[name=quantity] {
  margin-right: 10px;
  margin-left: 10px;
  flex-shrink: 1;
}

.product-form .quantity-submit-row {
  margin-bottom: 0;
}
.product-form .quantity-submit-row .quantity-submit-row__submit {
  margin-top: 0px;
/*   margin-bottom: 20px; */
  margin-bottom: 16px;
}
.product-form .quantity-submit-row .quantity-submit-row__submit button[type=submit] {width:100%; box-sizing: border-box;}
  
@media screen and (min-width: 481px) and (max-width: 767px) { 
 .product-form .quantity-submit-row .quantity-submit-row__submit button[type=submit] {width:70%;}
}

@media (min-width:1040px) {
 .product-form .quantity-submit-row .quantity-submit-row__submit button[type=submit] {width:75%; max-width:370px;}
}


  
.product-form .quantity-submit-row.sticky-btn .quantity-submit-row__submit{margin:0;}
.product-form .quantity-submit-row.sticky-btn .quantity-submit-row__submit .add_to_cart.sticky-atc {min-width:240px; font-size:15px; padding: 14px 25px;}
.sticky-options .quantity-submit-row__submit .add_to_cart-small.sticky-atc {min-width:240px; font-size:15px; padding:16px 25px;
 border-radius: 40px; color: #fff; font-weight: 700; letter-spacing: 0;width:100%;position: relative; z-index: 11; }

.visible_hidden{visibility: hidden;}
.bundle_list_space{min-height: 35px;display: inline-block;}

.sticky-options .quantity-submit-row__submit .add_to_cart-small.sticky-atc:hover{color: #000;}

.quantity-submit-row__submit .add_to_cart{ border-radius:40px; font-size:20px; font-weight:700; /* color:#fff */; letter-spacing:0;padding:13px 25px;width:100%;} 
.quantity-submit-row__submit .add_to_cart:hover{color: #000; background: transparent;}

/* .quantity-submit-row__submit .add_to_cart:hover{background-image: linear-gradient(to right, #66ccff, #90c6ff, #bbbeff, #e2b6fa, #ffafe4);} */

.quantity-submit-row__submit .add_to_cart .adding,
.sticky-options .quantity-submit-row__submit .add_to_cart-small.sticky-atc .adding{display:inline-flex;}  
.quantity-submit-row__submit .add_to_cart .adding svg{width: 20px; height: 20px; vertical-align: baseline;}
.sticky-options .quantity-submit-row__submit .add_to_cart-small.sticky-atc .adding svg{width: 12px; height: 12px;vertical-align: baseline;}

.quantity-submit-row__submit .add_to_cart.sold_out_product, 
.sticky-atc.sold_out_product{pointer-events: none;background: #999!important;color: #fff!important;border-color: #999!important;}
  
.product-form .quantity-wrapper {
  display: flex;
  text-align: center;
}
.product-form .quantity-wrapper a {
  border: 1.5px solid #c1c1c1;
  border-radius: 3px;
  height: 48px;
  width: 48px;
  min-width: 48px;
  color: #050505;
  font-size: inherit;
  box-sizing: border-box;
  line-height: 48px;
  background-color: #ffffff;
}
@media (hover: none) {
  .product-form .quantity-wrapper a:active {
    border-color: #757575;
  }
}
@media (hover: hover) {
  .product-form .quantity-wrapper a:hover {
    border-color: #757575;
  }
}
.product-form .quantity-wrapper a svg {
  margin-bottom: 4px;
}
.product-form .quantity-wrapper input[name=quantity] {
  text-align: center;
  width: 48px;
  padding: 0;
  height: 48px;
}

.product-form .quantity-submit-row.has-spb .button {
  background: #ffffff;
  color: #000000;
  border: 1.5px solid ;
  min-height: 48px;
  box-sizing: border-box;
  width: 100%;
}
.product-form .quantity-submit-row.has-spb .button svg:not(.feather):not(.cc-select__icon) {
  fill: #000000;
}
@media (hover: none) {
  .product-form .quantity-submit-row.has-spb .button:active {
    background: #000000;
    color: #ffffff;
    border-color: #000000;
  }
  .product-form .quantity-submit-row.has-spb .button:active svg:not(.feather):not(.cc-select__icon) {
    fill: #ffffff;
  }
}
@media (hover: hover) {
  .product-form .quantity-submit-row.has-spb .button:hover {
    background: #000000;
    color: #ffffff;
    border-color: #000000;
  }
  .product-form .quantity-submit-row.has-spb .button:hover svg:not(.feather):not(.cc-select__icon) {
    fill: #ffffff;
  }
}
.product-form .quantity-submit-row.has-spb .shopify-payment-button__button {
  min-height: 48px;
  font-size: 14px;
  line-height: 14px;
  box-sizing: border-box;
}
.product-form .quantity-submit-row.has-spb .shopify-payment-button__button--unbranded {
  background: #000000;
  border: 1.5px solid #000000;
  border-radius: 3px;
  color: #ffffff;
  padding: 15px 25px;
}
.product-form .quantity-submit-row.has-spb .shopify-payment-button__button--unbranded:hover {
  background: #ffffff;
  border-color: #ffffff;
}

.shopify-payment-button {
  transition: opacity 150ms;
}
.shopify-payment-button .shopify-payment-button__button {
  border-radius: 0;
}
.shopify-payment-button .shopify-payment-button__more-options {
  box-sizing: border-box;
  color: inherit;
  text-transform: none;
  padding: 0 10%;
  font-size: 14px;
  line-height: 1.2em;
  letter-spacing: 0;
}
.shopify-payment-button .shopify-payment-button__more-options:hover {
  background: transparent;
}
.shopify-payment-button .shopify-payment-button__more-options[disabled] {
  background: transparent !important;
}

.product-form .backorder {
  margin-top: 1em;
}

.custom-option__text-input {
  width: 100%;
}

.variant-status--unavailable .quantity-wrapper {
  opacity: 0.7;
  pointer-events: none;
}

.variant-status--unavailable .shopify-payment-button {
  opacity: 0;
}

.variant-status--not-selected .shopify-payment-button {
  opacity: 0;
}

.product-detail .sharing {
  margin-top: 20px;
}

.product-detail .cc-accordion-item__title {
  font-weight: 700; 
}

.product-detail-accordion .cc-accordion-item__title {
  padding-top: 18px;
  line-height: 1.4;
}

.sku--no-sku {
  display: none !important;
}

/* Collection slider specific */
.collection-slider-row {
  padding-top: 30px;
  overflow: hidden;
}
.collection-slider-row.use-alt-bg {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 0;
}
.collection-slider-row.use-alt-bg .view-all:not(:hover) {
  opacity: 0.75;
}

.collection-slider .collection-listing {
  overflow: hidden;
  position: relative;
}
.collection-slider .collection-listing .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.collection-slider .collection-listing .product-list {
  margin-left: 0;
  margin-right: 0;
}
.collection-slider .collection-listing .product-block {
  padding-bottom: 0;
}
.collection-slider .collection-listing .product-block .product-info {
  margin-bottom: 30px;
}
.collection-slider .product-block.expanded .block-inner::after {
  margin-top: 1px;
}
.collection-slider .collection-listing .product-block .product-detail {
  display: none;
}
.collection-slider .product-block {
  display: block;
  margin-left: 0;
  margin-right: 0;
}
.collection-slider .product-block .image-cont .image-link {
  height: auto;
}
.collection-slider .product-block .image-cont img {
  max-height: none;
  max-width: 100%;
  height:100%;
}
.collection-slider .product-list.carousel:not(.owl-carousel) {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.collection-slider .product-list.carousel:not(.owl-carousel) .product-block {
  flex: 0 0 auto;
}
.collection-slider .product-list.carousel.carousel--fixed-grid-mode {
  margin-bottom: 0;
  margin-left: -30px;
  width: auto;
}
@media (max-width: 1300px) {
  .collection-slider .product-list.carousel.carousel--fixed-grid-mode {
    margin-left: -20px;
  }
}
@media (max-width: 767.98px) {
  .container--not-mobile .collection-slider .product-list.carousel.carousel--fixed-grid-mode {
    margin-left: 0;
    padding-right: 20px;
  }
}
.collection-slider .product-list.carousel.carousel--fixed-grid-mode .product-block {
  display: block;
  width: auto !important;
}
.container--no-max .collection-slider .collection-listing {
  padding-right: 20px;
}
@media (min-width: 768px) {
  .container--no-max .collection-slider .collection-listing {
    margin-left: -40px;
    margin-right: -40px;
  }
  .container--no-max .collection-slider .product-list.carousel {
    width: auto;
  }
}
@media (min-width: 1300px) {
  .container--no-max .collection-slider .collection-listing {
    padding-right: 30px;
  }
}
.collection-slider .product-list.carousel {
  display: block;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .collection-slider .product-list.carousel .product-block {
    width: 300px;
  }
}
@media (max-width: 400px) {
  .collection-slider .product-list.carousel .product-block {
    width: 280px;
  }
}
@media (max-width: 360px) {
  .collection-slider .product-list.carousel .product-block {
    width: 240px;
  }
}

/* Product grid specific */
.collection-listing {
  text-align: center;
  transition: opacity 150ms;
}
.ajax-loading .collection-listing {
  opacity: 0.2;
}
.collection-listing .product-block {
  margin-bottom: 20px;
  /*padding-left: 12px; */
  padding-left:6px;
  padding-right:6px;
}
.index .collection-listing .product-block {margin-bottom: 0px;}
@media (max-width: 1300px) {
  .collection-listing .product-block {
    /* padding-left: 20px;*/
  }
}
@media (max-width: 767.98px) {
  .collection-listing .product-block { /*padding-left: 16px;*/}
  .index .collection-listing .product-block {margin-bottom: 8px;}
}
.collection-listing .product-list {
/*  margin-left: -30px;
   margin-bottom: -20px; */
  display: flex;
  flex-wrap: wrap;
  position:relative;
}
@media (max-width: 1300px) {
  .collection-listing .product-list {
    /*margin-left: -20px;*/
  }
}
@media (max-width: 767.98px) {
  .collection-listing .product-list {
    /*margin-left: -16px;*/
  }
}
.collection-slider-row .collection-listing .product-detail {
  position: relative;
  height: auto;
  margin-top: 0;
}
.collection-listing .product-list--image-shape-natural .image-cont .product-block__image--secondary .rimage-background {
  background-position: top center;
}

.collection-listing .quickbuy-container {
  position: absolute;
  top: auto;
  left: 30px;
  /*width: 100%;*/
  height: 0;
  right:0;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .collection-listing .quickbuy-container {left:20px;}
}
  
.collection-listing .product-list--per-row-2 .product-block {
  width: 50%;
}

.collection-listing .product-list--per-row-3 .product-block {
  width: 33.33%;
}

.collection-listing .product-list--per-row-4 .product-block {
  width: 25%;
}

.collection-listing .product-list--per-row-5 .product-block {
  width: 20%;
}

.collection-listing .product-list--per-row-6 .product-block {
  width: 16.66%;
}

.collection-slider .product-list--per-row-2 .product-block {
  /* width: 46vw; */
  width: 48.955vw;  
}

.collection-slider .product-list--per-row-3 .product-block {
  /* width: 30.6666666667vw; */
  width: 32.6666666667vw;
}

.collection-slider .product-list--per-row-4 .product-block {
  /* width: 23vw; */
  width: 24.2vw;
}

.collection-slider .product-list--per-row-5 .product-block {
  /* width: 18.4vw; */
  width:19.4vw;
  
}

.collection-slider .product-list--per-row-6 .product-block {
  width: 16vw;
}

@media (max-width: 767.98px) {
  .collection-listing .product-list .product-block {
    width: 50%;
  }

  .collection-listing .product-list--per-row-mob-1 .product-block {
    width: 100%;
  }
}

/* Cart page product list */
body.cart .cart_collection-listing{background: #F5F5F5;border-radius: 15px; padding:20px; text-align:center;margin-top: 25px;}
body.cart .cart_collection-listing .has-paging__title{display: flex; align-content: center; justify-content: center; align-items: center;}
body.cart .cart_collection-listing .has-paging__title span{padding-left: 5px;}
body.cart .collection-listing .cart_product-list{ margin-left: 0;  display: flex; position: relative; flex-direction: column;}
body.cart .cart_product-list .block-inner-inner{display: flex; align-items: flex-start;}
body.cart .cart_product-list .product-block {padding-left: 0;}
body.cart .cart_product-list .product-block:last-child{margin:0;}
body.cart .cart_product-list .product-block .block-inner {margin: 0;}
body.cart .cart_product-list .product-block .image-cont {margin: 0 15px 0 0; width:80px;}
body.cart .cart_product-list .product-block .product-info {margin: 0;width:80%;flex-basis: 80%;}
body.cart .cart_product-list .collection-listing-title{display: flex; justify-content: space-between; margin: 0 0 15px;font-weight:400; font-size:16px;line-height: normal;}
body.cart .cart_product-list .price:not(.on-sale){font-weight:500;}
body.cart .cart_product-list .price{max-width:110px; text-align:right;}
body.cart .cart_product-list .price.on-sale{display: flex; flex-direction: column;line-height: normal;/*font-size: 16px;*/align-items: flex-end;}
body.cart .cart_product-list .price.on-sale .was-price{margin-left: 0;}
body.cart .cart_product-list .cart-page_form {margin:0;}
body.cart .cart_product-list select {-webkit-appearance:auto; -moz-appearance: auto; -ms-appearance: auto; appearance: auto; border-radius:25px; padding:8px 15px; font-size:12px; font-weight:700;
line-height: 35px; height: 35px;border: 1px solid #000000; color:#000;}
body.cart .cart_product-list .cart-page_form .add_to_cart{background:#000;font-weight: 700; font-size:13px;border: 0; border-radius: 25px; width: 100%;padding:12px 25px; box-sizing: border-box;border: 0.1428571429rem solid #000; letter-spacing: normal;}
body.cart .cart_product-list .cart-page_form .add_to_cart:hover{background:transparent; color: #000;}

body.cart .cart_product-list .product-block:last-child .buy-buttons-row{margin-bottom: 0;} 
body.cart .swiper-wrapper {display: block !important;}

/* View-all under title on homepage */
.view-all {
  text-align: center;
  margin: -25px 0 20px;
}
@media (max-width: 1300px) {
  .view-all {
    margin-top: -15px;
  }
}

.collection-slider .has-paging .prev,
.collection-slider .has-paging .next {
  font-size: 80%;
  line-height: 1em;
  margin: -10px 20px;
  padding: 10px;
  vertical-align: middle;
  display: inline-block !important;
}
.collection-slider .has-paging .prev.slick-hidden,
.collection-slider .has-paging .next.slick-hidden {
  display: none !important;
}

.has-paging__title{vertical-align: middle;}

.owl-btn-disabled {visibility:hidden;}

/* Blog / articles */
  
/* Blog and articale css Rk added */
 .article-logo {width: 100%; display: inline-block; text-align:center;}
 .article-logo img{max-width:100%;}
 .blog .article-logo, .article .article-logo{padding: 5px 0; margin-bottom: 0px;}
 .blog .article-logo a, .article .article-logo a{display:flex;align-items: center; justify-content: center; align-content: center;color: #000; font-weight: 700; font-size: 32px; line-height:normal;text-decoration:underline;}
 .blog .article-logo a:hover, .article .article-logo a:hover{text-decoration:none;}
 .blog .article-logo a span, .article .article-logo a span{display: inline-flex; padding-left: 5px;}
  
 .page-header-blog h1{margin:0 0 20px; text-transform:uppercase; font-size: 26px; line-height: 26px; }
  
 .blog_cat_nav {margin: 0; text-align: center; padding: 15px 0;}
 .blog_cat_nav li {display: inline-block; margin: 4px 10px;display: inline-block;font-weight: 600;line-height: normal;padding: 5px 10px;margin: 0;text-transform: uppercase;list-style: none;}
 .blog_cat_nav li a {color: #000; text-transform: uppercase;}
 .blog_cat_nav li a:hover, .blog_cat_nav li a.active {color: #ff0400;}
  
.blog_content{display:flex;max-width:1200px; margin: 0 auto;}
.blog_content_left{width:70%; display:inline-block;}
.blog_content_right{width:30%; display:inline-block; padding-left:40px;}
.blog_content_left .article__inner.container{padding:0;}
.blog_content_right .cat_title,
.blog_content_right .social-icons h4.follow_title{background: #fff; color:#969696; padding: 10px 0px; font-weight: 700; font-size: 18px; line-height: 24px;text-transform: uppercase; display: block; margin-bottom: 0;}
  
/* body.blog .blog_meta .cat_section h4.cat_title,
body.blog .blog_meta h4.post_title,
body.blog .blog_meta .social-icons h4.follow_title{color:#969696;margin: 0;} */

.cat_section ul.blog_filter{ list-style:none; margin:0;padding-left: 0px;margin: 0 0 20px 0;}
.cat_section ul.blog_filter li{list-style:none;font-weight: 600; font-size: 14px;}
.cat_section ul.blog_filter li a{color:#000; font-weight:400;}
.cat_section ul.blog_filter li a:hover,
.cat_section ul.blog_filter li a.active{color:#ff0400;}
  
.cat_section ul li {width: 100%; display: inline-block; font-size: 14px; font-weight: 600; line-height: normal; padding: 5px 0; margin: 0; text-transform: uppercase;}
  
.blog_meta .social-icons {width: 100%; margin: 15px 0 20px;}
.blog_meta a {color: #000;}
.blog_meta a:hover {color: #ff0400;}
.blog_meta .social-icons .social-links a{margin:0 10px 0 0;}
.blog_meta .social-icons .sharing a svg {width: 25px; height: 25px;}
.blog_meta .social-icons .sharing a svg,
.blog_meta .social-icons .sharing a svg g {fill: inherit;}
  
.blog_meta .social-icons .sharing a:hover svg,
.blog_meta .social-icons .sharing a:hover svg g {fill: currentColor;}
  
.social-icons .sharing-label{display:none;}
  
  
.recent_articles {padding:0px; margin:0;}
.recent_articles .post_title{padding-bottom:0px;}
.recent_articles li {padding:0; position:relative; list-style:none;margin-left: 0px; }
.recent_articles a {font-size:14px;padding-right:0px; display:block; padding: 10px 0px; box-shadow: 0 -1px rgba(161,161,166,0.4) inset; font-weight: 400;}
.recent_articles li img{width:30%; float:left; margin-right:10px;}
.recent_articles li label{display:block; font-weight:600;}
.recent_articles li a:after {position: absolute;  content: ""; left: 0;bottom: 0; width: 100%; height: 1px; background: currentColor;
    -webkit-transform-origin: left center; -ms-transform-origin:left center; transform-origin:left center; -webkit-transform:scaleX(0); -ms-transform: scaleX(0);
    transform: scaleX(0); transition: -webkit-transform .2s ease-in-out; transition: transform .2s ease-in-out;}
.recent_articles li a:hover:after {-webkit-transform: scaleX(1); -ms-transform: scaleX(1); transform: scaleX(1);}
  
.comment_container{margin-bottom:50px;}
.blog .pagination{display: flex; align-items: center; justify-content: center;}

/* Blog and articale css Rk end */
  
.article-list .article {
  /*border-top: 1px solid #e2e2e2;
  padding-top: 50px;*/
  padding-bottom: 50px;  
}

/*.article-list .article:first-child {
  border-top: none;
  padding-top:0px;
}*/

@media (min-width: 768px) {
  .article-list.article-layout--columns {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -50px;
  }
  .article-list.article-layout--columns .article {
    display: flex;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 0 0 50px;
    border: none;
    width: 50%;
    border-right: 1px solid #e2e2e2;
  }
  .article-list.article-layout--columns .article:nth-child(2n), .article-list.article-layout--columns .article:last-child {
    border-right: 0;
  }
  .article-list.article-layout--columns .article__inner {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
  }
  .article-list.article-layout--columns .article__inner > .rte {
    flex-grow: 1;
    margin-bottom: 2em;
  }
  .article-list.article-layout--columns.article-layout--one-row .article:nth-child(3) {
    display: none;
  }
}
@media (min-width: 1024px) {
/*   .article-list.article-layout--columns .article {
    width: 33.33%;
  } */
  .article-list.article-layout--columns .article:nth-child(2n) {
    border-right: 1px solid #e2e2e2;
  }
  .article-list.article-layout--columns .article:nth-child(2n), .article-list.article-layout--columns .article:last-child {
    border-right: 0;
  }
  .article-list.article-layout--columns.article-layout--one-row .article:nth-child(3) {
    display: flex;
  }
}
.reading-width {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}

.container.container--reading-width,
/* .article #content .container, */
#comments.container,
.container .shopify-policy__container {
  max-width: 800px;
}

.article #content .container{max-width:1200px;}

.article-sort-content{position: relative; background: #fff; margin:-80px 0 -50px 80px; padding: 50px 35px;display: inline-block;}
.blog .article .photo_credits,
.template-article .photo_credits {color:#a1a1a6; position: absolute; right:5px; text-align: right; top:15px; font-size: 14px; text-transform: capitalize;font-weight: 500;font-style: italic; }

.article-sort-content h2{font-size:35px; text-transform: uppercase; padding: 0; margin:15px 0 25px; line-height: normal; font-weight: normal;}
.article-sort-content h2 a:hover{ color:#ff0400;}
  .article .meta {margin-top:0; font-size:100%;}
.article .meta .time {display: block;}
.article .meta .tags .label {font-style: normal;text-transform: uppercase;color:#000;}



.article-content{font-size:17px;color:#000; font-weight:400;}
.article-content a.continue{font-size:16px;text-transform: uppercase; font-weight: 500;position: relative;display: inline-flex;}
.article-content a.continue:hover{color:#000;}
.article-content a.continue:before {content: ''; position: absolute; width: 100%; transform: scaleX(0); height: 2px; bottom: 0; left: 0;background-color:#000;  transform-origin: bottom right;
  transition: transform 0.25s ease-out;}
.article-content a.continue:hover:before {transform: scaleX(1); transform-origin: bottom left;}

.article_content-full{position: relative; background: #fff; margin:-80px 0 0 80px !important; padding:35px 35px 0;display: inline-block;}
.article_content-full .page-header {text-align: left;padding:0;}

.article__body-inner{padding: 0 0 0 120px;}

.meta.article-meta{width: 100%; display: inline-block; padding: 10px 0; font-size:12px;}
.meta.article-meta a{font-size:12px;text-transform: uppercase; font-weight:500;color:#666;}
.meta.article-meta a:hover{color:#000;}

.underline {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-color: rgba(0, 0, 0, 0.4);
  text-decoration-thickness: 1px;
}
.underline:hover {
  text-decoration-color: currentColor;
}

.rte h1,.rte h2,.rte h3,.rte h4,.rte h5,.rte h6 {margin: 1em 0 15px;}
.rte h1:first-child,.rte h2:first-child,.rte h3:first-child,.rte h4:first-child,.rte h5:first-child,.rte h6:first-child {  margin-top: 0;}
.rte a {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-color: rgba(0, 0, 0, 0.4);
  text-decoration-thickness: 1px;
}
.rte a:hover {
  text-decoration-color: currentColor;
}
.rte > p:last-child {
  margin-bottom: 0;
}
.rte iframe {
  max-width: 100%;
}

/* Meta info */
.meta .iconmeta {
  color:#a1a1a6;
  margin-right: 10px;
  line-height: 1.4em;
  display: inline-block;
  font-size: 14px; 
}
.meta .iconmeta.time {
  font-size: 16px;  
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}
.template-article .meta .iconmeta.time{margin:0 0 10px;}
.template-article h1.majortitle{letter-spacing: 0; line-height: normal;text-transform: uppercase;}

.meta .iconmeta a {
  white-space: nowrap;
}

.meta .tags a:after {
  content: ",";
}
.meta .tags a:last-child:after {
  content: none;
}


/* Mini cart */
.ship-progress-minicart{text-align: center; padding: 0 0 15px; display: flex; width: 100%; max-width: 1400px; margin: 0 auto; flex-direction: row-reverse;justify-content: space-between;}
.ship-progress-minicart .free-ship-progress-outer{display: flex; justify-content:flex-start; align-items: center; width:80%;}
.cart-lock{margin: 0 0 0 10px;}
.cart-lock svg.cartunlock-iocn{width:22px; height:22px;margin-top: -3px;}
.cart-lock svg.cart-openbox-icon{width:30px; height:30px;margin-top: -3px;}
.ship-progress-minicart .shippingmessage{white-space: nowrap; margin: 0;font-weight:400;}
.ship-progress-minicart .shippingmessage span{font-weight:700;}
.ship-progress-minicart .shippingmessage.free_shipping_unlocked{margin-right:auto;}
.ship-progress-minicart .free-ship-progress{width: 95%; display: block; height: 10px; background: #EDEDED; border-radius: 10px;}
.ship-progress-minicart .free-ship-progress span {background: linear-gradient(97.6deg, #FFAFE4 8.19%, #66CCFF 84.38%); display: block; height: 10px;  border-radius: 5px;transition: all .4s;
    -moz-transition: all .4s; -webkit-transition: all .4s; -o-transition: all .4s;}

/* Cart */
.cart-page-content{display: flex;}
.cart-title{font-size:24px; font-weight:700;text-align: left; border-bottom: 1px solid #e2e2e2; padding: 0 0 20px;}
.ship-progress{text-align: center; padding:0 0 15px;}
.ship-progress .shippingmessage{font-weight:400;font-size: 18px;}
.ship-progress .shippingmessage span{font-weight:700;}
.free-ship-progress-outer{display: flex; justify-content: space-between; align-items: center;}
.ship-progress .free-ship-progress{width: 95%; display: block; height: 10px; background: #EDEDED; border-radius: 10px;}
.ship-progress .free-ship-progress span {background: #000; display: block; height: 10px;  border-radius: 5px;transition: all .4s; -moz-transition: all .4s;
    -webkit-transition: all .4s; -o-transition: all .4s;}
.cart-item-list {margin: 10px 0 40px; width: 50%;}

.cart-item-list__head,
.cart-item,
.cart-item__not-image {
  display: flex;
}

.cart-item-list-heading,
.cart-item__column {
  flex-shrink: 0;
}

.cart-item-list-heading {
  padding: 0 0 10px;
}

.cart-item {
  /*border-top: 1px solid #e2e2e2;*/
  padding-top:20px;
  padding-bottom:20px;
  position: relative;
}

/* .cart-item-list__body .cart-item:not(:first-child){
    border-top:1px solid #e2e2e2;
} */
.cart-item-list__body .cart-item{border-bottom:1px solid #e2e2e2;}
.cart-item__not-image {
  flex-grow: 1;
}

.cart-item-list-heading--product {
  flex: 1 1;
}

.cart-item-list-heading--price,
.cart-item__price {
  text-align: right;
  padding-top:0;
  /*width: 230px;*/
  font-weight: 500;
  font-size: 18px;
  display: flex;
  /*justify-content: space-between;*/
  flex-direction: column;
  line-height: normal;
}
.cart-item__price.on-sale div:not(.struck-out-price){color: #fc4242;font-weight: 700;}
.cart-item__column.cart-item__quantity{margin-top: auto;}
.cart-item-list-heading--quantity,
.cart-item__quantity {
  text-align: center;
  /*padding-right: 30px;
  width: calc(2em + 99px);*/
}


.cart-item-list-heading--total,
.cart-item__total {
  text-align: right;
  width: 150px;
}

.cart-item__image {
  width: 130px;
  padding-right: 30px;
}
.cart-item__image a {
  display: block;
}

.cart-item__description {
  flex: 1 1;
  padding-right: 30px;
}

.cart-item__description a.name{
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #050505;
  /*display: inherit;*/
  display: inline-block;
}
.cart-item__description a.name.cart-bundle-name{font-size: 14px !important; text-transform: capitalize;font-weight:600;display: inline-block;}

.cart-item__description .variant{display: flex; /*flex-direction: row-reverse; justify-content: flex-end;*/}
  
.cart-item__description .cart-summary-overlay__variant-value.color .opt-label__text{
  position: absolute!important;
  overflow: hidden!important;
  clip: rect(0 0 0 0)!important;
  height: 1px!important;
  width: 1px!important;
  padding: 0!important;
  border: 0!important;
  
}
.cart-item__description .cart-summary-overlay__variant-value{
  margin:10px 0 0;
  background: #000;
  border-radius: 50px;
  color: #fff;
  padding: 0;
  width: 30px;
  height: 30px;
  font-size:10px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  order:1;
  z-index: 1;
  text-align: center;
}
.cart-item__description .cart-summary-overlay__variant-value.color{
  display: inline-block;
/*   outline: 1px solid rgba(0,0,0,.1); */
  background-color: var(--swatch-background-color);
  background-image: var(--swatch-background-image);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  margin-left: -5px;
  order:2;
  border: 2px solid #050505;
}

.cart-item__description a.editicon{
  color: #050505;
  order: 3;
  padding:12px 0 0 8px;
}
.cart-item__description a.editicon svg {width: 26px; height: 26px; fill:rgba(217, 217, 217, 1)}
.cart-item__description a.editicon:hover svg {fill:rgba(0, 0, 0, 1);}
.cart-tag{background:transparent; border-radius:30px; font-weight:700; font-size:10px; color:#000; padding:2px 11px; margin:15px 0 0; display:inline-block; text-transform:capitalize;line-height:normal; border: 2px solid #000; }

.cart-item__quantity .quantity{display:flex;line-height:1; margin-top: 10px; }
.cart-item__quantity .quantity input[type=text].cart-item__quantity-input{margin: 0; border: 0;width: 30px; height:20px; padding: 0; font-weight: 600; font-size: 16px;}
  
.buttoned-input {
  white-space: nowrap;
  /*border: 1.5px solid #c1c1c1;
  border-radius: 3px;
  background: #ffffff;*/
  color: #050505;
}
.buttoned-input a {
  display: inline-block;
  padding: 0 5px 0 10px;
  color: #050505;
}
.buttoned-input a:last-child {
  padding: 0 0 0 5px;
}
.buttoned-input svg {
  width: 18px;
  height: 18px;
}
.buttoned-input .quantity-up svg,
.buttoned-input .quantity-down svg{stroke-width: 2px; stroke: #000 !important;}
.buttoned-input .quantity-up:hover svg,
.buttoned-input .quantity-down:hover svg{stroke-width: 2px; stroke: #6cf;}

.buttoned-input .quantity-down svg.trash{margin-top: 2px;}

.buttoned-input input {
  background: transparent;
  border: none;
  width: 2em;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  box-sizing: content-box;
}
.buttoned-input .unusable {
  visibility: hidden;
  pointer-events: none;
  display:none;
}

.cart-item .remove {
  display: block;
/*margin-top: 5px; */
  color: #050505;
}
.cart-item a:hover{color:#000;}

.cart-item .remove svg {
  /*width: 14px;
  height: 14px;*/
  stroke: currentColor;
}

.cart-item .unit-price {
  font-size: 11px;
}

#cartform .checkout-note {
  margin-bottom: 1em;
}
#cartform .checkout-note textarea {
  width: 370px;
  max-width: 100%;
  height: 70px;
  margin-top: 10px;
}
.checkout-subtotal-container{width:50%;padding-left: 50px;}
.checkout-subtotal-container .cart-policies{text-align:left;}
.checkout-subtotal-container__right {text-align: right; width: 100% !important;}
.checkout-subtotal-container__right p.afterpay-paragraph{margin: 1em 0;text-align: center;font-size: 13px;}
.checkout-subtotal-container__right .afterpay-link-inner{color:#000;}

#cartform .subtotal {
  /*margin: 0 0 30px;*/
  margin: 0 0 10px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 18px;
  letter-spacing: 0;
}
#cartform .subtotal .theme-money{font-weight: 700;}

#cartform .checkout-col {
  margin: 20px 0 0;
}
#cartform .checkout-col .button {
  min-width: 200px;
  box-sizing: border-box;
  width: 100%;
  background: #000;
  border: 2px solid transparent;
  border-radius: 30px;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0;
  padding: .8em 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#cartform .checkout-col .button svg path { fill: #fff !important; }
#cartform .checkout-col .button:hover svg path { fill: #000 !important; }
#cartform .checkout-col .button:hover{background: transparent; color:#000; border-color:#000;}


@media (max-width: 767.98px) {
  #cartform .checkout-col .button {
    width: 100%;
  }
}

#cartform .checkout-buttons {
  margin-bottom:0px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e9e9e9;
}

.additional-checkout-buttons {
  margin-top:15px;
}

[data-shopify-buttoncontainer] {
  justify-content: flex-end;
}

.update-cart-container {
  margin-bottom: 5px;
}
.js [data-ajax-update=true] .update-cart-container {
  display: none;
}

#cartform .termsagreement {
  margin-bottom: 5px;
}

#cartform .termsagreement label {
  vertical-align: middle;
}

.continue-shopping {
  display: block;
  margin-top: 20px;
}

#shipping-calculator {
  margin-top: 20px;
  margin-right: -30px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

#cartform #shipping-calculator .inputrow {
  flex: 1 1 auto;
  width: calc(50% - 30px);
  padding: 0 30px 20px 0;
}

#cartform #shipping-calculator .inputrow label {
  display: block;
  float: none;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 600;
  margin-bottom: 8px;
}

#cartform #shipping-calculator .inputrow input[type=text] {
  box-sizing: border-box;
  width: 100%;
}

#cartform #shipping-calculator #wrapper-response {
  margin: 20px 0;
  width: 100%;
  flex: 0 0 auto;
}

.struck-out-price {
  text-decoration: line-through;
  /*opacity: 0.5;*/
  color:#afafaf;
  padding-left: 10px;
  font-weight: 500;
}

.cart-discount-list {
  margin: 1em 0;
}

.cart-discount {
  list-style: none;
}
.cart-discount:not(:last-child) {
  margin-bottom: 0.5em;
}

.cart-discount__icon svg {
  width: 18px;
  height: 18px;
}

.cart-discount__amount::before {
  content: "-";
}

.cart-discount--inline .cart-discount__label {
  margin-right: 1em;
}

/** Forms **/
.input-row select,
.inputrow select {
  height: 30px;
  line-height: 30px;
  padding: 4px 14px 4px 4px;
  border: 1.5px solid #e2e2e2;
}

#template .template_header {
  margin: 10px 0 40px;
}

.small-form {
  margin-left: auto;
  margin-right: auto;
  width: 420px;
  max-width: 100%;
}
.small-form .title {
  text-align: center;
}
@media (max-width: 767.98px) {
  .small-form {
    box-sizing: border-box;
  }
}

#template input[type=email],
#template input[type=text],
#template input[type=number],
#template input[type=password],
#template input[type=tel],
#template textarea,
.small-form input[type=email],
.small-form input[type=text],
.small-form input[type=number],
.small-form input[type=password],
.small-form input[type=tel],
.small-form textarea {
  width: 100%;
}

.text-over-input {
  position: relative;
}

.text-over-input__text {
  margin-top: 1em;
}

@media (min-width: 400px) {
  .text-over-input__text {
    position: absolute;
    top: 50%;
    right: 20px;
    line-height: 1em;
    margin-top: -0.5em;
    font-size: 11px;
    font-weight: 400;
  }
}
#template label,
.edit_address label {
  display: block;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 600;
  margin-bottom: 8px;
}

.input-row {
  margin-bottom: 20px;
}

#template .action_bottom {
  margin-top: 27px;
}

#template .note {
  display: block;
  margin: 10px 0;
}

.errors {
  margin: 20px 0;
  padding: 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.05);
}

.errors ul,
#template .errors ul {
  margin: 0;
}

.errors li,
#template .errors li {
  list-style: none;
}

#template.lefty-form {
  text-align: left;
}

.righty-form input[type=text],
.righty-form input[type=email],
.righty-form textarea {
  width: 100%;
}

.address_actions .action_edit {
  margin-right: 15px;
}

#address_tables {
  margin-top: 40px;
}

.address_table {
  background: rgba(0, 0, 0, 0.05);
  padding: 20px;
}

@media (min-width: 800px) {
  #address_tables {
    display: flex;
    flex-wrap: wrap;
  }

  .address_table {
    width: calc(50% - 20px);
    margin-right: 20px;
    box-sizing: border-box;
  }
  .address_table:nth-child(2n) {
    margin-left: 20px;
    margin-right: 0;
  }
}
.edit_address .small-form {
  margin-left: 0;
}
body.template-customers-account a:hover{color:#ff0400;}
#admin_header {
  margin: 0 0 40px;
}

#admin_header .title {
  text-align: center;
}

#admin_header .action_return {
  margin-bottom: 20px;
}
.opposing-items {
  display: flex;
  justify-content: flex-start;
  /* justify-content: space-between; */
  align-items: center;
  gap:10px;
}
.option-selectors .opposing-items strong.label{margin-bottom: 4px;}

#customer_sidebar {
  float: left;
  width: 33%;
}

#customer_detail .address p,
.address_table .view_address p,
#order_address .address p {
  margin-bottom: 0;
}

#customer_orders {
  float: right;
  width: 60%;
}

#order_details {
  clear: both;
  width: 100%;
}
@media (max-width: 767.98px) {
  #order_details .price,
#order_details .sku,
#order_details .unit-price {
    visibility: hidden;
    padding: 0;
    font-size: 0;
  }
  #order_details .price .cart-discount__label {
    display: none;
  }
}

.order-table-container {
  overflow: auto;
}

.order-table .price,
.order-table .total,
.order-table tfoot td:last-child {
  text-align: right;
}
.order-table .product-price {
  justify-content: right;
}
.order-table tfoot tr:first-child td {
  border-top-width: 3px;
  border-top-style: double;
}
.order-table .unit-price {
  font-size: 11px;
}

#comments .comment {
  padding-top: 20px;
  border-top: 1px solid #e2e2e2;
}

#comments .comment.first {
  border-top: 0;
}

ul.taglist {
  margin: 0;
}

ul.taglist li {
  display: inline;
  white-space: nowrap;
}

table.noborders,
table.noborders tr,
table.noborders th,
table.noborders td {
  border: 0;
}

.simple-popup {
  position: absolute;
  width: 140px;
  padding: 10px 15px;
  border: 1px solid #e2e2e2;
  color: #000000;
  background: #ffffff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 0 #888;
  -moz-box-shadow: 0 0 2px 0 #888;
  box-shadow: 0 0 2px 0 #888;
  text-align: center;
}

/* quick hacks for Facebook button */
.fb_iframe_widget > span {
  vertical-align: baseline !important;
}

.fb_iframe_widget iframe {
  max-width: none;
}

/*.slide {
  position: relative;
}

.slide img {
  width: 100%;
}*/

.height--full .rimage-outer-wrapper,
.height--full .placeholder-image {
  padding: 0;
  height: 100vh;
}

.image-overlay {
  position: relative;
  overflow: hidden;
  color: #ffffff;
}
.image-overlay .rte a {
  color: inherit;
}

.image-overlay--bg-shadow .overlay-text .overlay-text__inner::before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: -200px;
  right: -100px;
  bottom: -200px;
  left: -100px;
  z-index: -1;
  background: radial-gradient(rgba(0, 0, 0, 0.15) 0%, transparent 70%);
}

.image-overlay--bg-shadow .overlay--h-left .overlay-text__inner::before {
  left: -85%;
  right: 0;
}

.image-overlay--bg-shadow .overlay--h-right .overlay-text__inner::before {
  left: 15%;
  right: -50%;
}

.image-overlay--bg-full::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
  pointer-events: none;
  transition: opacity 350ms;
}

.image-overlay--bg-box .overlay-text .overlay-text__text {
  background: rgba(255, 255, 255, 0.9);
  color: #050505;
  display: inline-block;
  vertical-align: top;
  padding: 20px;
  min-width: 50%;
}
.image-overlay--bg-box .overlay-text .overlay-text__text .overlay-text__title {
  color: #000000;
}
.image-overlay--bg-box .overlay-text .overlay-text__text .overlay-text__rte a,
.image-overlay--bg-box .overlay-text .overlay-text__text .small-feature-link {
  color: #000000;
  text-decoration-color: rgba(0, 0, 0, 0.4);
}
.image-overlay--bg-box .overlay-text .overlay-text__text .overlay-text__rte a:hover,
.image-overlay--bg-box .overlay-text .overlay-text__text .small-feature-link:hover {
  text-decoration-color: #000000;
}
.image-overlay--bg-box .overlay-text .overlay-text__text .overlay-text__button-row--link {
  margin-bottom: -5px;
}
.image-overlay--bg-box .overlay-text .overlay-text__text .video-container__play {
  color: currentColor;
}
.image-overlay--bg-box.image-overlay--edge-boxes .overlay-text__inner {
  padding: 0;
}

.image-overlay__over {
  position: relative;
  z-index: 2;
}

.image-overlay__image-link {
  display: block;
  height: 100%;
}
.image-overlay__image-link, .image-overlay__image-link:hover {
  color: inherit;
}

/* Overlays over slider and ad on homepage */
.overlay-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  display: flex;
  align-items: center;
  z-index: 2;
}
.overlay-text .overlay-text__rte a, .overlay-text .overlay-text__rte a:hover {
  color: inherit;
  text-decoration-color: rgba(255, 255, 255, 0.4);
}
.overlay-text .overlay-text__rte a:hover {
  text-decoration-color: #ffffff;
}
.overlay-text .small-feature-link {
  color: inherit;
  text-decoration-color: rgba(255, 255, 255, 0.4);
}
.overlay-text .small-feature-link:hover {
  color: inherit;
  text-decoration-color: #ffffff;
}

.overlay-text--inline {
  position: relative;
}

.overlay--h-left {
  text-align: left;
}

.overlay--h-right {
  text-align: right;
}

.overlay--v-top {
  align-items: flex-start;
}

.overlay--v-bottom {
  align-items: flex-end;
}

.overlay-text__rte {
  max-width: 65ch;
}
.overlay--h-right .overlay-text__rte {
  margin-left: auto;
}
.overlay--h-center .overlay-text__rte {
  margin-left: auto;
  margin-right: auto;
}

.overlay-text__button-row {
  margin: calc(2rem - 10px) -0.5em 0;
}
.overlay-text__button-row .overlay-text__button {
  margin: 10px 0.5em 0;  
  border-radius: 40px;
}

.slideshow--navigation-arrows .overlay-text {
  left: 40px;
  right: 40px;
  width: auto;
}

@media (max-width: 767.98px) {
  .slideshow--navigation-arrows .overlay-text {
    left: 10px;
    right: 10px;
  }
}
@media (min-width: 768px) {
  .image-overlay--bg-box .overlay-text--for-banner .overlay-text__text {
    padding: 30px 45px;
  }
}
@media (min-width: 1100px) {
  .image-overlay--bg-box .overlay-text--for-banner .overlay-text__text {
    padding: 40px 60px;
  }
}
.overlay-text__inner {
  display: block;
/*   position: relative; */
  width: 100%;
  padding: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .overlay-text--for-banner .overlay-text__inner {
    padding: 50px;
  }
}
@media (min-width: 1100px) {
  .overlay-text--for-banner .overlay-text__inner {
    padding: 70px;
  }
}

.overlay-text .overlay-text__title {
  line-height: 1.1em;
  color: inherit;
  margin-bottom: 1.25rem;
  font-family:   "Open Sans",sans-serif;
  font-weight:  700 ;
}
.overlay-text .overlay-text__title:last-child {
  margin-bottom: 0;
}
.overlay-text .overlay-text__title + .overlay-text__button-row--link {
  margin-top: -0.1em;
}

.overlay-text--with-reveal .overlay-text__title:last-child {
  margin-bottom: 1.25rem;
}
.overlay-text--with-reveal .overlay-text__reveal:last-child .overlay-text__title {
  margin-bottom: 0;
}

.image-overlay--bg-no_background:not(.overlay-text-parent--mobile-stack) .overlay-text__button.button,
.image-overlay--bg-no_background:not(.overlay-text-parent--mobile-stack) .overlay-text__button.btn,
.image-overlay--bg-full:not(.overlay-text-parent--mobile-stack) .overlay-text__button.button,
.image-overlay--bg-full:not(.overlay-text-parent--mobile-stack) .overlay-text__button.btn,
.image-overlay--bg-shadow:not(.overlay-text-parent--mobile-stack) .overlay-text__button.button,
.image-overlay--bg-shadow:not(.overlay-text-parent--mobile-stack) .overlay-text__button.btn {
  border: none !important;
}

@media (min-width: 768px) {
  .overlay-text-parent--mobile-stack.image-overlay--bg-no_background .overlay-text__button.button,
.overlay-text-parent--mobile-stack.image-overlay--bg-no_background .overlay-text__button.btn, .overlay-text-parent--mobile-stack.image-overlay--bg-full .overlay-text__button.button,
.overlay-text-parent--mobile-stack.image-overlay--bg-full .overlay-text__button.btn, .overlay-text-parent--mobile-stack.image-overlay--bg-shadow .overlay-text__button.button,
.overlay-text-parent--mobile-stack.image-overlay--bg-shadow .overlay-text__button.btn {
    border: none !important;
  }
}
.overlay-text__button-row--primary,
.overlay-text__button-row--secondary {
  margin-top: 1em;
}

.slick-dotted.slick-slider-overlay-dots .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.slick-dotted.slick-slider-overlay-dots .slick-dots li button::before {
  color: #ffffff;
}
.slick-dotted.slick-slider-overlay-dots .overlay-text__inner {
  padding-bottom: 50px;
}
@media (min-width: 1100px) {
  .slick-dotted.slick-slider-overlay-dots .overlay-text--for-banner .overlay-text__inner {
    padding-bottom: 70px;
  }
}

@media (min-width: 768px) {
  .slick-dotted.slick-slider-overlay-dots-desktop .slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .slick-dotted.slick-slider-overlay-dots-desktop .slick-dots li button::before {
    color: #ffffff;
  }
  .slick-dotted.slick-slider-overlay-dots-desktop .overlay-text__inner {
    padding-bottom: 50px;
  }
}
.image-block {
  overflow: hidden;
  position: relative;
}
.image-block .img-cont {
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.image-block .heading-font {
  margin: 0;
  color: inherit;
}
.image-block .second-line {
  font-size: 14px;
  line-height: 1.6;
}
.image-block a {
  display: block;
}
.image-block img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.image-block.no-stretch img {
  width: auto;
}

.align-center,
.align-centre {
  text-align: center;
}

.align-right {
  text-align: right;
}

a .state {
  display: inline-block;
  width: 1em;
  text-align: center;
}

.video-container__video,
.product-media--frame {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.video-container__video iframe,
.video-container__video object,
.video-container__video embed,
.video-container__video video,
.video-container__video model-viewer,
.video-container__video .shopify-model-viewer-ui,
.video-container__video .media-item,
.video-container__video .plyr,
.product-media--frame iframe,
.product-media--frame object,
.product-media--frame embed,
.product-media--frame video,
.product-media--frame model-viewer,
.product-media--frame .shopify-model-viewer-ui,
.product-media--frame .media-item,
.product-media--frame .plyr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container__video .plyr__video-wrapper,
.product-media--frame .plyr__video-wrapper {
  height: 100%;
}

.video-container {
  position: relative;
}

.video-container--background {
  background: #000;
  overflow: hidden;
}
.video-container--background .video-container__video {
  position: relative;
  height: 100%;
  max-width: none;
  padding: 0 !important;
  opacity: 0;
  transition: opacity 150ms linear;
}
.video-container--background div.video-container__video-element {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.video-container--background video {
  object-fit: cover;
  object-position: 50% 50%;
}
.video-container--background.video--play-started .video-container__video {
  opacity: 1;
}

.video-container__video video {
  object-fit: cover;
}

.video-container__stop {
  display: none;
}

@media (max-width: 767.98px) {
  .video-container--modal-mobile {
    padding-bottom: 0 !important;
    height: auto;
  }
  .video-container--modal-mobile::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    pointer-events: none;
    background: #000;
    opacity: 0;
    transition: opacity 350ms;
  }
  .video-container--modal-mobile .video-container__video {
    position: fixed;
    z-index: 10001;
    top: 50%;
    left: 20px;
    width: calc(100% - 40px);
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    background: #000;
    transition: opacity 350ms;
  }
  .video-container--modal-mobile .video-container__stop {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    color: #fff;
    z-index: 10002;
    padding: 20px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 350ms;
  }
  .video-container--modal-mobile .video-container__stop svg {
    stroke: currentColor;
  }
  .video-container--modal-mobile .overlay-text {
    position: relative;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .video-container--modal-mobile.video-container--playing::before,
.video-container--modal-mobile.video-container--playing .video-container__video,
.video-container--modal-mobile.video-container--playing .video-container__stop {
    opacity: 1;
    pointer-events: auto;
  }
}
.video-container__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #eee;
}
.video-container__cover .rimage-outer-wrapper,
.video-container__cover .placeholder-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background-size: cover;
  background-position: center center;
}

.video-container--playing .video-container__cover {
  opacity: 0 !important;
  pointer-events: none;
}
.video-container--playing .video-container__cover + .overlay-text {
  opacity: 0 !important;
  pointer-events: none;
}
.video-container--playing.image-overlay--bg-full::after {
  opacity: 0;
}

.video-container__play {
  display: inline-block;
  transition: transform 150ms;
  color: #ffffff;
}
.video-container__play svg {
  width: 80px;
  height: 80px;
  fill: transparent;
  stroke: currentColor;
  transition: stroke 150ms;
}
.video-container__play svg polygon {
  fill: currentColor;
  transition: fill 150ms;
}
@media (hover: none) {
  .video-container__play:active {
    transform: scale(1.1);
  }
  .video-container__play:active svg {
    fill: transparent;
  }
}
@media (hover: hover) {
  .video-container__play:hover {
    transform: scale(1.1);
  }
  .video-container__play:hover svg {
    fill: transparent;
  }
}

.video-container__fallback {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: opacity 250ms;
}
.video--play-started .video-container__fallback {
  opacity: 0 !important;
}

.product-media--video[data-video-type=external]::before, .product-media--video[data-video-type=external]::after {
  content: "";
  position: absolute;
  top: 50px;
  bottom: 70px;
  width: calc(50% - 50px);
  z-index: 1;
}
.product-media--video[data-video-type=external]::before {
  left: 0;
}
.product-media--video[data-video-type=external]::after {
  right: 0;
}

.plyr.plyr--full-ui.plyr--video {
  color: #050505;
  background-color: transparent;
  /* stylelint-disable-next-line */
  /* stylelint-disable-next-line */
  /* stylelint-disable-next-line */
}
.plyr.plyr--full-ui.plyr--video .plyr__poster,
.plyr.plyr--full-ui.plyr--video .plyr__video-wrapper {
  background-color: transparent;
}
.plyr.plyr--full-ui.plyr--video:fullscreen .plyr__video-wrapper .plyr.plyr--full-ui.plyr--video:fullscreen .plyr__poster {
  background-color: #000;
}
.plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__video-wrapper, .plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__poster {
  background-color: #000;
}
.plyr.plyr--full-ui.plyr--video:-moz-full-screen .plyr__video-wrapper, .plyr.plyr--full-ui.plyr--video:-moz-full-screen .plyr__poster {
  background-color: #000;
}
.plyr.plyr--full-ui.plyr--video:-ms-fullscreen .plyr__video-wrapper, .plyr.plyr--full-ui.plyr--video:-ms-fullscreen .plyr__poster {
  background-color: #000;
}
.plyr.plyr--full-ui.plyr--video .plyr--fullscreen-fallback .plyr__video-wrapper,
.plyr.plyr--full-ui.plyr--video .plyr--fullscreen-fallback .plyr__poster {
  background-color: #000;
}
.plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid {
  background-color: #ffffff;
  border-color: rgba(5, 5, 5, 0.05);
}
.plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid.plyr__tab-focus, .plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid:hover {
  color: rgba(5, 5, 5, 0.55);
}
.plyr.plyr--full-ui.plyr--video .plyr__controls {
  background-color: #ffffff;
  border-color: rgba(5, 5, 5, 0.05);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-moz-range-thumb {
  box-shadow: 2px 0 0 0 #ffffff;
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-ms-thumb {
  box-shadow: 2px 0 0 0 #ffffff;
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-webkit-slider-thumb {
  box-shadow: 2px 0 0 0 #ffffff;
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-webkit-slider-runnable-track {
  background-image: linear-gradient(to right, currentColor var(--value, 0), rgba(5, 5, 5, 0.6) var(--value, 0));
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-moz-range-track {
  background-color: rgba(5, 5, 5, 0.6);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-ms-fill-upper {
  background-color: rgba(5, 5, 5, 0.6);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 4px rgba(5, 5, 5, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 4px rgba(5, 5, 5, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 4px rgba(5, 5, 5, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 0 0 3px rgba(5, 5, 5, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]:active::-ms-thumb {
  box-shadow: 0 0 0 3px rgba(5, 5, 5, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px rgba(5, 5, 5, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress .plyr__tooltip {
  background-color: #050505;
  color: #ffffff;
}
.plyr.plyr--full-ui.plyr--video .plyr__progress .plyr__tooltip::before {
  border-top-color: #050505;
}
.plyr.plyr--full-ui.plyr--video.plyr--loading .plyr__progress__buffer {
  background-image: linear-gradient(-45deg, rgba(5, 5, 5, 0.6) 25%, transparent 25%, transparent 50%, rgba(5, 5, 5, 0.6) 50%, rgba(5, 5, 5, 0.6) 75%, transparent 75%, transparent);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range] {
  color: #ffffff;
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-moz-range-thumb {
  box-shadow: 2px 0 0 0 #050505;
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-ms-thumb {
  box-shadow: 2px 0 0 0 #050505;
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-webkit-slider-thumb {
  box-shadow: 2px 0 0 0 #050505;
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-webkit-slider-runnable-track {
  background-image: linear-gradient(to right, currentColor var(--value, 0), rgba(255, 255, 255, 0.6) var(--value, 0));
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-moz-range-track, .plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-ms-fill-upper {
  background-color: rgba(255, 255, 255, 0.6);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]:active::-ms-thumb {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}

.slick-slider .plyr.plyr__tab-focus,
.slick-slider model-viewer.focus-visible {
  outline: none;
}
.slick-slider .plyr.plyr__tab-focus::after,
.slick-slider model-viewer.focus-visible::after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  box-shadow: 0 0 1px 1px #050505 inset;
}

/* hack for some model-viewer 'quirks' */
model-viewer {
  text-align: left;
}
model-viewer .container {
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.shopify-model-viewer-ui button[hidden] {
  display: none;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
  background: #ffffff;
  border-color: rgba(5, 5, 5, 0.05);
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button {
  color: #050505;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:hover {
  color: rgba(5, 5, 5, 0.55);
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:active, .shopify-model-viewer-ui .shopify-model-viewer-ui__button--control.focus-visible:focus {
  color: rgba(5, 5, 5, 0.55);
  background: rgba(5, 5, 5, 0.05);
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:not(:last-child):after {
  border-color: rgba(5, 5, 5, 0.05);
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster {
  background: #ffffff;
  border-color: rgba(5, 5, 5, 0.05);
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:hover, .shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:focus {
  color: rgba(5, 5, 5, 0.55);
}

/* Content and content layouts */
.spaced-row {
  margin-bottom: 50px;
}

.spaced-row-above {
  padding-top: 30px;
}

.fully-spaced-row,
.fully-spaced-row--small {
  padding-top: 30px;
  padding-bottom: 30px;
}

.strongly-spaced-row,
.fully-spaced-row--medium {
  padding-top: 30px;
  padding-bottom: 30px;
}

.fully-spaced-row--medium.ugc_slider_wrapper{
  margin-top: 40px;
  margin-bottom: 40px;
  width:100%;
  display:flex;
}
  
@media (max-width: 767.98px) {
  .strongly-spaced-row,
.fully-spaced-row--medium {
    
   padding-top: 23px;
   padding-bottom: 23px;
  }
}

.fully-spaced-row--large {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 767.98px) {
  .fully-spaced-row--large {
    padding-top: 23;
    padding-bottom: 23;
  }
}

.lightly-spaced-row-above {
  margin-top: 2rem;
}

@media (max-width: 767.98px) {
  .lightly-spaced-row-above--not-mobile {
    margin-top: 0;
  }
}
.lightly-spaced-row {
  margin-bottom: 1em;
}

.lightish-spaced-row {
  margin-bottom: 30px;
}

.padded-row,
.fully-padded-row--small {
  padding-top: 50px;
  padding-bottom: 50px;
}

.fully-padded-row--medium {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 767.98px) {
  .fully-padded-row--medium {
    padding-top: 23;
    padding-bottom: 23;
  }
}

.fully-padded-row--large,
.strongly-padded-row {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 767.98px) {
  .fully-padded-row--not-mobile {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .fully-spaced-row--not-mobile {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.page-section-spacing {
  margin-top: 30px;
  margin-bottom: 30px; 
 /* margin-bottom:0;*/
}
.page-section-spacing .page-header .breadcrumbs {
  margin-top: -1.8em;
}

@media (max-width: 767.98px) {
  .page-section-spacing--no-top-mobile {
    margin-top: 0;
  }
}
.spaced-column .spaced-row-above,
.spaced-column .lightly-spaced-row-above:first-child {
  margin-top: 0;
}
.spaced-column .spaced-row,
.spaced-column .lightly-spaced-row:last-child {
  margin-bottom: 0;
}

.content img,
.content iframe,
.content embed,
.content object {
  max-width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .slim-column-left-layout {
    display: flex;
    justify-content: center;
  }
  .slim-column-left-layout > .column:first-child {
    width: 260px;
    margin-right: 40px;
  }
  .slim-column-left-layout > .column:last-child {
    flex: 0 1 800px;
  }
}
.text-column__image {
  margin-left: auto;
  margin-right: auto;
}

.text-column__button-row {
  margin-top: 1em;
}

.text-column__button-row--link {
  margin-top: 0.5em;
}
.text-column__title + .text-column__button-row--link {
  margin-top: -0.1em;
}

.button-row {
  margin: calc(2rem - 10px) -0.5em 0;
}
.button-row .button-row__button {
  margin: 10px 0.5em 0;
}

.lightly-styled-select {
  display: block;
  box-sizing: border-box;
    height: 40px;
  overflow: hidden;
  position: relative;
  background: #ffffff;
  border: 1.5px solid #c1c1c1;
  border-radius: 3px;
}
.lightly-styled-select::after {
  pointer-events: none;
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  width: 28px;
  height: 100%;
      background-image: url("data:image/svg+xml,%3Csvg fill='rgb(5, 5, 5)' height='18' width='18' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z'/%3E%3Cpath d='M0-.75h24v24H0z' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 1px center;
  background-color: #ffffff;
}
.lightly-styled-select select {
  background: transparent !important;
  color: #050505;
  border: none !important;
  font-size: 14px !important;
  height: 100% !important;
      line-height: 38px!important;
  padding: 0 30px 0 15px !important;
  /* If you add too much padding here, the options won't show in IE */
  width: 268px !important;
  width: calc(100% + 28px) !important;
  max-width: none !important;
  -webkit-appearance: none;
  appearance: none;
}
@media (max-width: 767.98px) {
  .lightly-styled-select select {
    font-size: 16px!important;
  }
}

.product-swatch-inline__dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin: 6px 1px 0;
  box-shadow: inset 0 3px 3px -2px rgba(0, 0, 0, 0.25);
}

.variant-option-title::before {
  content: "- ";
}

.responsive-table {
  width: 100%;
}
.responsive-table .responsive-table__cell-label,
.responsive-table .responsive-table__cell-head__icon,
.responsive-table .responsive-table__more {
  display: none;
}
@media (max-width: 767.98px) {
  .responsive-table {
    display: block;
    width: auto;
    margin-left: -16px;
    margin-right: -16px;
    border-top: 1px solid #e2e2e2;
  }
  .responsive-table thead {
    display: none;
  }
  .responsive-table tbody, .responsive-table tr, .responsive-table td {
    display: block;
  }
  .responsive-table tr {
    border-bottom: 1px solid #e2e2e2;
  }
  .responsive-table td {
    display: none;
    border: none;
    padding: 0 16px;
    background: #ebebeb;
    color: #000000;
  }
  .responsive-table td.responsive-table__first-mobile-cell {
    padding-top: 16px;
  }
  .responsive-table td:last-child {
    padding-bottom: 16px;
  }
  .responsive-table .responsive-table__cell-head {
    display: block;
    cursor: pointer;
    position: relative;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 50px;
    background: #ffffff;
  }
  .responsive-table .responsive-table__cell-head a {
    color: inherit;
  }
  .responsive-table .responsive-table__cell-head__icon {
    display: block;
    position: absolute;
    top: 16px;
    right: 16px;
  }
  .responsive-table .responsive-table__cell-label {
    display: inline;
    font-weight: bold;
  }
  .responsive-table .responsive-table__cell-label:after {
    content: ":";
  }
  .responsive-table .responsive-table__more {
    display: block;
    margin-top: 1em;
  }
  .responsive-table .desktop-only {
    display: none !important;
  }
  .responsive-table .expanded .responsive-table__cell-head__icon {
    transform: rotate(90deg);
  }
  .responsive-table .expanded td {
    display: block;
  }
}

.flexible-layout,
.fixed-layout {
  margin-left: -30px;
  margin-bottom: -30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
}
.flexible-layout.valign-middle > .column,
.fixed-layout.valign-middle > .column {
  align-self: center;
}
.flexible-layout.valign-bottom > .column,
.fixed-layout.valign-bottom > .column {
  align-self: flex-end;
}
.flexible-layout .column,
.fixed-layout .column {
  padding-left: 30px;
  margin-bottom: 30px;
  flex: 0 0 auto;
}
.flexible-layout .column--quarter,
.fixed-layout .column--quarter {
  width: 25%;
}
.flexible-layout .column--third,
.fixed-layout .column--third {
  width: 33.333%;
}
.flexible-layout .column--quarters-half, 
.fixed-layout .column--quarters-half {
    width: 40%;
}
.flexible-layout .column--quarters-fith, 
.fixed-layout .column--quarters-fith {
    width: 45%;
}
.flexible-layout .column--half,
.fixed-layout .column--half {
  /* width: 100%; */
  /* d.dabhi Update 12-03-2024 */
  width: 50%; 
}
.flexible-layout .column--two-thirds,
.fixed-layout .column--two-thirds {
  width: 66.666%;
}
.flexible-layout .column--three-quarters,
.fixed-layout .column--three-quarters {
  width: 75%;
}
.flexible-layout .column--full,
.fixed-layout .column--full {
  width: 100%;
}

.flexible-layout--align-center {
  justify-content: center;
}

.flexible-layout--variable-columns {
  justify-content: space-around;
}
.flexible-layout--variable-columns .column {
  flex: 1 0 auto;
  width: 33%;
  max-width: 50%;
}
.flexible-layout--variable-columns.flexible-layout--columns-4 .column {
  width: 50%;
}

.flexible-layout--form {
  margin-bottom: 0;
}
.flexible-layout--form .column {
  margin-bottom: 20px;
}

@media (max-width: 1300px) {
  .flexible-layout,
.fixed-layout {
    margin-left: -20px;
  }
  .flexible-layout .column,
.fixed-layout .column {
    padding-left: 20px;
  }

  .flexible-layout .column--quarter {
    width: 25%;
  }
  .flexible-layout .column--third {
    width: 33.333%;
  }
  .flexible-layout .column--quarters-half {
    width: 40%;
  } 
  .flexible-layout .column--quarters-fith {
    width: 45%;
  }
  .flexible-layout .column--half {
    width: 50%;
  }
  .flexible-layout .column--two-thirds {
    width: 66.666%;
  }
  .flexible-layout .column--three-quarters {
    width: 75%;
  }
  .flexible-layout .column--full {
    width: 100%;
  }

  .flexible-layout--variable-columns .column {
    width: 33%;
    max-width: 50%;
  }
  .flexible-layout--variable-columns.flexible-layout--columns-4 .column {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .flexible-layout {
    margin-left: auto;
    margin-bottom: 0;
    flex-direction: column;
  }
  .flexible-layout .column {
    margin-bottom: 40px;
    padding-left: 0;
    width: 100% !important;
    max-width: none;
  }
  .flexible-layout .column:last-child {
    margin-bottom: 0;
  }
  .flexible-layout.layout-all-quarters {
    flex-direction: row;
    margin-left: -16px;
    margin-bottom: -30px;
  }
  .flexible-layout.layout-all-quarters .column {
    margin-bottom: 30px;
    padding-left: 16px;
    width: 50% !important;
  }
  .flexible-layout.layout-all-quarters .column:last-child {
    margin-bottom: 30px;
  }

  .flexible-layout--form {
    margin-bottom: 0;
  }
  .flexible-layout--form .column {
    margin-bottom: 20px;
  }
  .flexible-layout--form .column:last-child {
    margin-bottom: 20px;
  }

  .fixed-layout {
    margin-left: -16px;
  }
  .fixed-layout .column {
    padding-left: 16px;
  }
}
@media (min-width: 768px) {
  .column--order-push-desktop {
    order: 1;
  }
}
.size-chart-link {
  display: block;
  font-size: 14px;
  line-height: 1.4em;
  margin-bottom: 8px;
}

.size-chart-link__icon {
  position: relative;
  display: inline-block;
  margin-right: 0.4em;
  vertical-align: middle;
  width: 16px;
  height: 1em;
}
.size-chart-link__icon svg {
  position: absolute;
  left: 0;
  top: calc(50% - 8px);
}

.size-chart-link__text {
  vertical-align: middle;
}

@media (max-width: 767.98px) {
  .size-chart table {
    display: flex;
    overflow: auto;
    width: 100%;
  }
}
.size-chart__inner {
  width: 100%;
  overflow: auto;
}

.image-cont img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.article-image {
  margin-top: 0;
  margin-bottom: 1em;
}
.blog .article-image {margin-bottom:0;}

.article-image--large {
  /*margin-top: -50px;*/
  margin-bottom: 50px;
}

.icon-with-caption .icon-with-caption__text {
  margin: 0.5em 0 0;
  white-space: pre-line;
}

.icon-with-caption__image-icon {
  margin: 0 auto;
  width: 34px;
}
.mini_cart_open{overflow:hidden;}
.mini_cart_open .mini-cart-overlap:before{content:''; background:rgba(0,0,0,0.2); width: 100%;height: 100%; position: fixed; top: 0; left: 0; z-index:999;}
/* Just-added-to-cart summary */
.cart-summary-overlay {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 30px;
  background: #fafafa;
  border-bottom: 1px solid #e2e2e2;
  /*font-size: 11px;*/
  font-size: 14px;
  line-height: 1.4;
}

.cart-summary-overlay__row-head{display:none;}
.cart-summary-overlay__row-body {display: flex;max-width: 1400px; margin: 0 auto;}

.cart-summary-overlay__row-head {
  margin-bottom: 15px;
  padding: 0 0 12px 0;
  border-bottom: 1px solid #e2e2e2;
}

.cart-summary-overlay__column-image {
  width: 85px;
}

.cart-summary-overlay__column-item {
  margin-left: 15px;
  /*width: 280px;*/
}

.cart-summary-overlay__column-price-region {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 auto;
  /*width: 280px;*/
  max-width: 100%;
}
.cart-summary-overlay__column-price-region .cart-discount-list {
  margin-bottom: 4em;
  flex: 1 1 100%;
  text-align: right;
}

.cart-summary-overlay__column-price {
  /*margin-left: 15px;
  width: 95px;
  text-align: right;*/
  font-size: 20px;
  font-weight: 700;
}
.cart-summary-overlay__column-price .unit-price {
  opacity: 0.75;
}
.cart-summary-overlay__unit-price{
  display: flex;
  flex-direction: row-reverse;
  justify-content:flex-end;
}
.cart-summary-overlay__unit-price.on-sale div:not(.struck-out-price){color:#fc4242;}

.cart-summary-overlay__column-quantity {
  margin-left: 15px;
  /*width: 50px;*/
  text-align: right;
}

.cart-summary-overlay__column-total {
  margin-left: 15px;
  /*width: 90px;*/
  text-align: right;
}

.cart-summary-overlay__column-subtotal {
  flex-grow: 1;
  text-align: right;
}
.cart-summary-overlay__column-subtotal .cart-summary-overlay__column-title {
  margin-right: 0;
  padding-right: 0;
}
.cart-summary-overlay__column-subtotal .cart-summary-overlay__subtotal-mobile-title {
  /*display: none;*/
}
.cart-summary-overlay__column-subtotal .cart-summary-overlay__subtotal{font-size: 18px; font-weight: 400;}
.cart-summary-overlay__column-subtotal .cart-summary-overlay__subtotal-amount{font-weight: 700;}

.cart-summary-overlay__row-body .cart-summary-overlay__column-subtotal {
  margin-top:4em;
  margin-right:3em;
  line-height: 1;
}

.cart-summary-overlay__note {
  /*font-style: italic;*/
  font-weight:400;
  font-size:13px;
}

.cart-summary-overlay__actions {
  /*position: absolute;
  bottom: 30px;
  right: 30px;*/
  display: flex;
  flex-direction: column;
  min-width: 250px;
}
.cart-summary-overlay__actions .button{border-radius: 30px; font-weight: 700;color: #000; letter-spacing: 0;padding: 0.75em 15px;}
.cart-summary-overlay__actions .button:last-child {margin-top: 10px;}
.cart-summary-overlay__actions .keep_shopping-btn{text-transform: none;}
.cart-summary-overlay__actions .seemy-bag-btn{background: linear-gradient(97.6deg, #FFAFE4 8.19%, #66CCFF 84.38%);border: 0;}
.cart-summary-overlay__actions .seemy-bag-btn:hover{background: linear-gradient(97.6deg,#66CCFF 8.2%,#FFAFE4 84.38%);}


.cart-summary-overlay__title {
  margin: -0.25em 0 10px;
  font-size: 20px;
}
.cart-summary-overlay__variants{
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.cart-summary-overlay__variant.size {
  /*margin-bottom: 0.2em;*/
  margin:5px 0 0;
  background: #000;
  border-radius: 50px;
  color: #fff;
  padding: 0;
  width:24px;
  height:24px;
  font-size: 8px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  text-align: center;
  line-height: 1;
}

.cart-summary-overlay__variant-option:not(:empty) {
  margin-right: 0.5em;
}
.cart-summary-overlay__variant.color .opt-label__text{
  position: absolute!important;
  overflow: hidden!important;
  clip: rect(0 0 0 0)!important;
  height: 1px!important;
  width: 1px!important;
  padding: 0!important;
  border: 0!important;
}
.cart-summary-overlay__variant.color .cart-summary-overlay__variant-value{
  width:22px;
  height:22px;
  display: inline-block;
  outline: 1px solid rgba(0,0,0,.1);
  background-color: var(--swatch-background-color);
  background-image: var(--swatch-background-image);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  border-radius: 22px;
}
.cart-summary-overlay__variant.color{margin:5px 0 0 -2px;display: flex; align-items: center; justify-content: center; line-height:normal;}

.cart-summary-overlay__mobile-price-row {
  display: none;
}

.cart-summary-overlay__note {
  margin-top: 10px;
}

.cart-summary-overlay__title,
.cart-summary-overlay__variant-option,
.cart-summary-overlay__line-price,
.cart-summary-overlay__mobile-line-price,
.cart-summary-overlay__subtotal-amount {
  color: #000000;
}

@media (max-width: 900px) {
  .cart-summary-overlay__column-item {
    /*width: 200px;*/
  }
}
@media (max-width: 767.98px) {
  .cart-summary-overlay {
    padding: 30px 20px;
  }

  .cart-summary-overlay__row-head,
  .cart-summary-overlay__row-body {
    flex-wrap: wrap;
  }

  .cart-summary-overlay__row-head .cart-summary-overlay__column-subtotal {
    display: none;
  }
  .cart-summary-overlay__column-image {width:70px;}
  .cart-summary-overlay__column-item {
    width: calc(100% - 85px);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
  }
  .cart-summary-overlay__title {font-size: 14px; width:64%;margin: 0;}
  .cart-summary-overlay__column-price{margin-left: auto; font-size: 14px; width:35%;}
  .cart-summary-overlay__unit-price {flex-direction: column-reverse; align-items: flex-end;}

  /*.cart-summary-overlay__mobile-price-row {
    display: flex;
  }*/

  .cart-summary-overlay__mobile-unit-price {
    width: 33%;
    flex-grow: 1;
  }

  .cart-summary-overlay__mobile-quantity {
    margin-left: 20px;
    text-align: center;
  }
  .cart-summary-overlay__mobile-quantity .cart-summary-overlay__quantity {
    margin-left: 0.5em;
  }

  .cart-summary-overlay__mobile-line-price {
    display: none;
  }


.cart-summary-overlay__column-quantity,
.cart-summary-overlay__column-total {
    display: none;
  }

  .cart-summary-overlay__column-subtotal {
    margin: 15px 0;
    padding: 15px 0 0;
    width: 100%;
    border-top: 1px solid #e2e2e2;
  }
  .cart-summary-overlay__column-subtotal .cart-summary-overlay__column-title {
    display: none;
  }
  .cart-summary-overlay__column-subtotal .cart-summary-overlay__subtotal-mobile-title {
    display: inline;
  }

  .cart-summary-overlay__note {
    margin-top: 10px;
  }

  .cart-summary-overlay__actions {
    position: static;
    width: 100%;
/*     flex-direction: column-reverse; */
  }
  .cart-summary-overlay__actions .button {
    box-sizing: border-box;
    /*width: calc(50% - 5px);*/
  }
  .cart-summary-overlay__actions .button:last-child {
    margin:10px 0 0;
  }
}
@media (max-width: 400px) {
  .cart-summary-overlay__actions .button {
    margin: 0;
    width: 100%;
  }
  /*.cart-summary-overlay__actions .button:last-child {
    margin: 10px 0 0;
  }*/
}
/* Map section */
.map-section {
  position: relative;
}

.map-section--map-constrained .map-section__wrapper {
  position: relative;
}

.map-section__wrapper {
  display: flex;
}
.map-section__wrapper .errors {
  padding: 80px 40px;
}

.map-section__text {
  box-sizing: border-box;
  padding: 80px 40px 80px 0;
  width: 50%;
}

.map-section__feature {
  width: 33.333%;
  display: flex;
}

.map-section__feature-image {
  flex-grow: 1;
  background-size: cover;
  background-position: center;
}
.map-section__feature-image.placeholder-image {
  height: auto;
  padding-top: 0;
}

.map-section__map {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
}

.map-section__map-image {
  height: 100%;
  background-size: cover;
  background-position: center;
}
.map-section--display-map .map-section__map-image {
  display: none !important;
}

.map-section__placeholder {
  height: 100%;
  padding: 0;
}
.map-section--display-map .map-section__placeholder {
  display: none !important;
}

.map-section__map-container {
  height: 100%;
}

.map-section--has-feature-image .map-section__text {
  width: 25%;
}
.map-section--has-feature-image .map-section__map {
  width: calc(50% - 89.5px);
}

@media (max-width: 1160px) {
  .map-section--has-feature-image .map-section__map {
    width: calc((100% - 80px) * 0.41666 + 40.5px);
  }
}
@media (max-width: 959px) {
  .map-section .container {
    padding: 0;
  }

  .map-section__wrapper {
    flex-wrap: wrap;
  }

  .map-section__text {
    width: 50%;
    padding: 80px 40px;
  }

  .map-section__map {
    width: 50%;
  }

  .map-section--has-feature-image .map-section__text,
.map-section--has-feature-image .map-section__feature {
    width: 50%;
  }
  .map-section--has-feature-image .map-section__text {
    padding-right: 40px;
  }

  .map-section--has-feature-image .map-section__map {
    position: static;
    width: 100%;
    height: 55vh;
  }
}
@media (max-width: 767.98px) {
  .map-section__wrapper {
    display: block;
  }

  .map-section__text,
.map-section--has-feature-image .map-section__text {
    width: auto;
    padding: 40px 16px;
  }

  .map-section__feature,
.map-section__map {
    position: static;
    width: auto;
    height: 55vh;
  }

  .map-section--has-feature-image .map-section__text,
.map-section--has-feature-image .map-section__feature,
.map-section--has-feature-image .map-section__map {
    width: auto;
  }

  .map-section__feature,
.map-section__placeholder,
.map-section__map-container {
    height: 55vh;
  }
}
/* Responsive images */
.rimage-outer-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.rimage-wrapper {
  position: relative;
  transition: background 150ms;
}
.rimage-wrapper.lazyload--placeholder {
  background: #f0f0f0;
}
.rimage-wrapper .rimage__image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* object-fit: cover;*/
  object-fit: contain;
}
.rimage-wrapper .rimage__image.blur-in {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  transition: filter 400ms, -webkit-filter 400ms;
}
.rimage-wrapper .rimage__image.blur-in.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0);
}
.rimage-wrapper .rimage__image.fade-in {
  opacity: 0;
  transition: opacity 500ms;
}
.rimage-wrapper .rimage__image.fade-in.lazyloaded {
  opacity: 1;
}
.rimage-wrapper .rimage__image.cover {
  object-fit: cover;
}

.rimage-background {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.rimage-wrapper .rimage-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rimage-background[data-parent-fit=contain] {
  background-size: contain;
}
.rimage-background.fade-in {
  opacity: 0;
  transition: opacity 500ms;
}
.rimage-background.fade-in.lazyloaded {
  opacity: 1;
}

.rimage-background-wrapper {
  transition: background 150ms;
}
.rimage-background-wrapper.lazyload--placeholder {
  background: #f0f0f0;
}

.theme-money {
  white-space: nowrap;
}

.toggle-target {
  transition: all 300ms cubic-bezier(0.25, 0.45, 0.45, 0.95);
}

.toggle-target--in-transition {
  overflow: hidden;
}

.toggle-target--hidden {
  display: none;
}

.loading-spinner {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid transparent;
  border-left-color: currentColor;
  animation: loadingSpinner 1s linear infinite;
}

@keyframes loadingSpinner {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.image-overlap {
  display: flex;
  margin: 0 auto;
}
.image-overlap .image-overlap__image {
  flex: 1 0 50%;
}
.image-overlap .image-overlap__image-1:not(:last-child) {
  position: relative;
  margin-top: 45px;
  z-index: 1;
}
.image-overlap .image-overlap__image-2 {
  margin-right: -45px;
  transform: translate3d(-45px, 0, 0);
}
.image-overlap .placeholder-image {
  box-shadow: 0 0 0 5px #ffffff;
}

@media (min-width: 768px) {
  .feature-text-paired {
    margin-left: 3%;
    margin-right: 3%;
  }
}
.block-link {
  display: block;
}

.large-light-icon {
  opacity: 0.75;
}
.large-light-icon svg {
  width: 30px;
  height: 30px;
  stroke-width: 1;
}

.sticky-content-container {
  position: -webkit-sticky;
  position: sticky;
  top: calc(30px + var(--theme-sticky-header-height));
}
.announcement-bar-enable .sticky-content-container {
  top: calc(65px + var(--theme-sticky-header-height));
}

.essential_countdown-bar-enable .sticky-content-container {
  top: calc(65px + var(--theme-sticky-header-height));
}

.custom_announcement_bar-enable .sticky-content-container {
  top: calc(65px + var(--theme-sticky-header-height));
}


.disclosure-list--visible {
  z-index: 1;
}

/* mobile visibility utilities */
@media (min-width: 768px) {
  .mobile-only{
    display: none !important;
  }
}
/* Roughly tablet size */
@media only screen and (max-width: 959px) {
  .layout .col-third {
    float: none;
    width: auto;
    margin-left: 0;
  }

  .layout .col-third,
.layout .col-third.left,
.layout .col-third.right {
    float: none;
    width: auto;
    margin-bottom: 20px;
    margin-left: 0;
  }

  #customer_sidebar,
#customer_orders {
    float: none;
    display: block;
    width: auto;
    margin: 20px 0;
  }

.cart-item-list-heading--price,
.cart-item__price {
    width: 140px;
  }

  .cart-item-list-heading--total,
.cart-item__total {
    width: 100px;
  }

  #template button,
#template input,
#template textarea {
    max-width: 100%;
    box-sizing: border-box;
  }
}
/* Phone sizes typically start here */
@media only screen and (max-width: 767.98px) {
  .desktop-only{
    display: none !important;
  }

  /* iOS zoom workaround */
  input,
select,
textarea {
        font-size: 16px;
    line-height: 1em;
  }

  .align-left-mobile {
    text-align: left;
  }

  /* General layout */
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container__breakout {
    margin-left: -16px;
    margin-right: -16px;
  }

  .container--not-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .strongly-padded-row {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .strongly-spaced-row {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  #template.lefty-form {
    text-align: center;
  }

  .collection-slider .has-paging {
    display: flex;
  }
  .collection-slider .has-paging .prev,
  .collection-slider .has-paging .next {
    margin: -10px 0;
  }
  .collection-slider .has-paging .next {
    left: auto;
    right: 10px;
  }
  .collection-slider .has-paging .has-paging__title {
    flex-grow: 1;
  }

  .product-block.page-block .block-inner {
    width: auto;
  }

  .blog-row .layout .article.col-third:not(:last-child) {
    margin-bottom: 60px;
  }

  .cart-item-list__head {
    display: none;
  }

  .cart-item {
    border-top: 0;
    /*border-bottom: 1px solid #e2e2e2;
    padding-top: 30px;
    padding-bottom: 30px;*/
  }
  .cart-item:last-child {
    border-bottom: 0;
  }

  .cart-item__column {
    text-align: left;
    width: auto;
    padding: 0;
  }

  .cart-item__image {
    width: 80px;
    padding-right: 20px;
  }

  .cart-item__not-image {
    display: flex;
  }

  .cart-item__quantity {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 1em;
  }
  .cart-item__quantity .quantity {
    /*margin-right: 1em;*/
  }

  .cart-item__total {
    display: none;
  }

  #cartform #shipping-calculator {
    margin-right: 0;
    display: block;
  }

  #cartform #shipping-calculator .inputrow {
    width: auto;
    padding-right: 0;
  }
  #cartform #shipping-calculator .inputrow .button {
    box-sizing: border-box;
    width: 100%;
  }

  #cartform .checkout-col {
    width: auto;
  }

  .sharing {
    display: block;
  }
  /*.sharing a {
    margin-left: 20px;
  }*/
  .sharing svg {
    width: 20px;
    height: 20px;
  }
  .sharing li:last-child a {
    margin-right: 0;
  }

  .template-product #content {
    margin-top: 0;
    padding-bottom: 0;
  }

  .product-detail {
    display: block;
  }

  .product-detail .detail .title {
    min-width: 0;
  }

  .template-article .article .meta {
    /*border-top: 1px solid #f1f1f1;*/
  }
  .template-article .article .meta .iconmeta {
    /*display: block;
    padding: 10px 0;
    border-bottom: 1px dotted #f1f1f1;*/
  }
  .template-article .article .pagination-row {
    margin-top: 0;
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f1;
  }

  #pagefooter .copyright .copy {
    white-space: normal;
    line-height: 20px;
  }

  .overlay-text-parent--mobile-stack {
    color: inherit;
  }
  .overlay-text-parent--mobile-stack .overlay-text {
    position: static;
    padding: 30px 20px 20px;
    width: auto;
    text-align: center;
  }
  .slick-dotted .overlay-text-parent--mobile-stack .overlay-text {
    padding-bottom: 5px;
  }
  .overlay-text-parent--mobile-stack .overlay-text .overlay-text__inner,
.overlay-text-parent--mobile-stack .overlay-text .overlay-text__text {
    padding: 0;
  }
  .overlay-text-parent--mobile-stack .overlay-text .overlay-text__title {
    color: #000000;
  }
  .overlay-text-parent--mobile-stack .overlay-text .overlay-text__rte a {
    text-decoration-color: #050505;
  }
  .overlay-text-parent--mobile-stack .overlay-text .button {
    margin-bottom: 10px;
  }
  .overlay-text-parent--mobile-stack.image-overlay--bg-full::after {
    content: none;
  }
  .overlay-text-parent--mobile-stack.image-overlay--bg-shadow .overlay-text .overlay-text__inner::before {
    content: none;
  }

  .pagination-row.pagination-row-tabular {
    display: block;
  }
  .pagination-row.pagination-row-tabular > .inner {
    display: flex;
    flex-wrap: wrap;
  }
  .pagination-row.pagination-row-tabular > .inner > * {
    display: block;
    width: 50%;
    order: 1;
  }
  .pagination-row.pagination-row-tabular > .inner > .back {
    order: 2;
    width: 100%;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 360px) {
  #cartform .item .image {
    margin-left: 0;
    width: 50px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
  html {
    -webkit-text-size-adjust: none;
    /* Prevent iOS font scaling */
  }
}
/* Animations */
@-webkit-keyframes reveal {
  0% {
    margin-left: -999px;
    opacity: 0;
  }
  1% {
    margin-left: 0;
    opacity: 0;
    -webkit-transform: scale(0.98) translateY(-15px);
  }
  80% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes reveal {
  0% {
    margin-left: -999px;
    opacity: 0;
  }
  1% {
    margin-left: 0;
    opacity: 0;
    transform: scale(0.98) translateY(-15px);
  }
  80% {
    transform: scale(1);
  }
  100% {
    transform: translateY(0);
  }
}
/*****************************/
/***** PASSWORD TEMPLATE *****/
/*****************************/
html.template-password {
  min-height: 100%;
}
html.template-password body {
  min-height: 100%;
  font-size: 15px;
  line-height: 1.3em;
  text-align: center;
  background: #ffffff;
  
  
  background-repeat: repeat;
  
  
}
html.template-password .password-container {
  display: table;
  height: 100%;
  width: 100%;
}
html.template-password .password-store-name,
html.template-password .password-main,
html.template-password .password-footer {
  display: table-row;
}
html.template-password .password-store-name-inner,
html.template-password .password-main-inner,
html.template-password .password-footer-inner {
  display: table-cell;
  padding: 20px;
}
html.template-password .password-store-name {
  height: 1px;
}
html.template-password .password-main {
  height: 100%;
}
html.template-password .password-main-inner {
  vertical-align: middle;
}
html.template-password .password-footer {
  height: 1px;
}
html.template-password .password-login-link {
  margin: 20px 0 40px;
  text-align: right;
}
html.template-password .password-login-link svg {
  width: 10px;
  height: 12px;
  margin-right: 4px;
  vertical-align: middle;
}
html.template-password .password-login-link svg path {
  transition: fill 100ms;
}
html.template-password .password-login-link.mobile-only {
  margin: 20px 20px 40px;
  text-align: center;
}
html.template-password .password-login-link-label {
  vertical-align: middle;
}
html.template-password h1, html.template-password h2, html.template-password h3, html.template-password h4, html.template-password h5, html.template-password h6, html.template-password a, html.template-password a:hover {
  color: inherit;
}
html.template-password h1 {
  font-size: 2em;
  word-break: break-word;
}
html.template-password h1 a:hover {
  text-decoration: none;
}
html.template-password h2 {
  font-size: 4em;
}
html.template-password input[type=text], html.template-password input[type=email], html.template-password input[type=password] {
  margin: 0 5px 0 0;
  color: #666;
  background: #fff;
  border: 1.5px solid #ccc;
  vertical-align: top;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
html.template-password input[type=submit] {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  min-width: 0;
  cursor: pointer;
  border-radius: 3px;
}
html.template-password #shoplogo {
  margin: 0 auto;
}
html.template-password #shoplogo .logotext {
  font-size: 35px;
  line-height: 1em;
}
html.template-password .shopify-name {
  display: none;
}
html.template-password .password-message {
  margin-bottom: 2em;
}
html.template-password .password-signup {
  margin-bottom: 4em;
}
html.template-password .password-signup input[type=email] {
  box-sizing: content-box;
  font-size: 16px;
  line-height: 36px;
  height: 36px;
  padding: 4px 18px;
  margin-right: -1px;
  width: 250px;
  border-radius: 3px 0 0 3px;
}
html.template-password .password-signup input[type=submit] {
  box-sizing: content-box;
  font-size: 13px;
  line-height: 36px;
  height: 36px;
  padding: 4px 18px;
  border: 1.5px solid #000000;
  border-radius: 0 3px 3px 0;
}
html.template-password .password-signup input[type=submit]:hover {
  background-color: #ffffff;
}
@media only screen and (max-width: 420px) {
  html.template-password .password-signup input[type=email] {
    width: 90%;
  }
  html.template-password .password-signup input[type=email],
html.template-password .password-signup input[type=submit] {
    margin: 0 0 10px;
    border-radius: 3px;
  }
}
html.template-password .password-social li {
  display: inline-block;
  white-space: nowrap;
}
html.template-password .password-social a {
  color: #fff;
  margin: 10px;
  display: inline-block;
  padding: 2px 12px 4px 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
html.template-password .password-social a span {
  vertical-align: middle;
}
html.template-password .password-social a:hover {
  color: #fff;
  opacity: 0.9;
}
html.template-password .password-social a:hover, html.template-password .password-social a:hover span {
  text-decoration: none;
}
html.template-password .password-social a svg {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
  height: 15px;
  width: 15px;
}
html.template-password .password-social a svg, html.template-password .password-social a svg g {
  fill: #fff;
}
html.template-password .password-social .password-social-item-facebook {
  background: #3b5998;
}
html.template-password .password-social .password-social-item-twitter {
  background: #00aced;
}
html.template-password .password-footer-inner {
  padding-top: 100px;
  line-height: 2em;
}
html.template-password .password-footer-inner .powered-by, html.template-password .password-footer-inner svg {
  vertical-align: middle;
}
html.template-password .password-footer-inner svg {
  margin: 0 0 0 5px;
  width: 80px;
  height: 23px;
}
html.template-password #password-login {
  color: #050505;
}
html.template-password #password-login label {
  display: block;
  margin: 0 0 0.5em;
}
html.template-password #password-login input[type=password] {
  width: 150px;
  flex: 1 1 auto;
}
html.template-password #password-login .password-owner {
  margin-top: 2em;
}
html.template-password .password-login__input-row {
  display: flex;
}
html.template-password .password-login__button {
  flex-grow: 1;
  padding: 10px;
  border-radius: 3px;
}
html.template-password.js #password-login-container {
  display: none;
}

.giftcard-header {
  text-align: center;
}
.giftcard-header .logo {
  max-height: none;
}

.shopify-challenge__container {
  padding-top: 60px;
  padding-bottom: 40px;
}

/*************    ---                   ---                   ---   *************/
/*************    |     ENTER YOUR CUSTOM CODE BELOW HERE       |   *************/
/*************    ---                   ---                   ---   *************/
  
h2, .h2 {font-size: 22px;margin-bottom: 1em;line-height: 1.5em;}
  
label, legend {display: block;font-weight: 700;margin-bottom: 4px;}
label span, legend span {font-weight: 400;/*font-size: 13px;*/}
  
input[type=text], input[type=number], input[type=password], input[type=email], input[type=tel], textarea, select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dce0e0;
  padding: 10px;
  outline: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
/*   font: 13px HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,sans-serif; */
  color: #565a5c;
  width: 100%;
  margin: 0 0 15px;
  max-width: 100%;
  display: block;
  background: #fff;
  transition: border-color .2s linear,box-shadow .2s ease;
  -webkit-transition: border-color .2s linear,box-shadow .2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

/* .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
} */

.product_badges{position: relative;bottom: 0px;left: 0px;z-index: 10; text-align:left; width: 100%; display: flex; flex-wrap: wrap; margin-top: 0px;}
/* .product-recommendations .product_badges{left: inherit; right:10px;} */
/* .product-recommendations .product_badges{display:none !important;} */

.recently-viewed-products-wrapper{width:100%; display:inline-block; padding:40px 0 30px;}
.recently-viewed-products-wrapper .recently-view-title,
.show-your-fit .fit-title{text-align:center; font-size: 20px; text-transform: capitalize; font-weight: 600;}
.recently-view-title{display: flex; align-items: center; justify-content: center; align-content: center;}
.recently-view-title span{padding-left:5px;}
.app_title.fit-title.hidden { font-size: 20px;text-transform: capitalize; font-weight: 600;}
#recently-viewed-products{clear: both;padding: 0;margin:0 0 0 0px;position: relative;overflow: hidden;white-space: nowrap;-webkit-overflow-scrolling: touch;}
.recently-product-block{float: none;display: inline-block;vertical-align: top; padding:0 0 0 30px;}
.recently-product-block .product-link:not(.button){color:#000;}
.recently-product-block .product-link:hover{color:#6cf;}  
.product-block__title{/*line-height: normal;*/white-space:nowrap;cursor: pointer;display: block;text-overflow: ellipsis; overflow: hidden;  font-size: 14px; font-weight: 400; }
/* .recently-product-block span{font-size: 14px;line-height: initial;}	 */
  
/* Collection description Read more */
.template-collection .collection_description {position: relative}

  
.ssw-instagram-load-more, .ssw-instagram-widget {margin-bottom: 0px !important;}
.ssw-instagram-widget div .ssw-instagram-slide-title {display: none;}
.ssw-screen-reader-label {display: none;}
#insta_main_content .ssw-instagram-grid, #ssw-instagram-photos-grid10 {margin-bottom: 0 !important;}
.ssw-instagram-grid-title a {color: #000;}
.ssw-instagram-grid-title a:hover {color: #0ca2da;opacity: 0.9;}
 
.mobilefeeddesktop .fs-slider-container{display:none;}
  
.ssw-direction-nav li{list-style:none;}
  
/* cart page .top-categories AP Added */
.top-search-categories {width: 100%; text-align: center; display: inline-block;}
 .top-search-categories h4 {
	 font-size: 18px !important;
	 padding: 0 !important;
	 line-height: normal !important;
	 margin: 20px 0 !important;
	 font-weight: 400 !important;
	 color: #000 !important;
	 text-transform: uppercase !important;
}
 .top-search-categories ul {
	 margin: 0 !important;
	 padding: 0 !important;
	 list-style: none !important;
	 width: 100% !important;
	 display: flex;
	 flex-wrap: wrap;
}
 .top-search-categories ul li {
	 width: 25% !important;
	 display: inline-block !important;
	 margin: 0 !important;
}
 .top-search-categories ul li img {
	 max-width: 100%;
}
 .top-search-categories ul li a {
	 display: block !important;
}
 .top-search-categories ul li a:hover {
	 opacity: 0.8;
}
 
  
  
/* cart/ drawer cross sell products AP added */
.cross_sell_section_cart {
/* 	 background: #f0f0f0;
	 padding: 15px;
	 width: 100%;
	 display: inline-block; */
    background: #f0f0f0;
    padding: 15px;
    width: 93%;
    display: inline-block;
    margin: 12px;
    border-radius: 15px;
}
.cross_sell_section_cart form {
	 margin: 0;
}
.cross_sell_section_cart h2 {
	 font-size: 18px;
/* 	 border-bottom: 1px solid #313131; */
	 padding: 0 0 10px;
	 margin: 0 2% 1em;
}
.cross_sell_section_cart .has-paging__title img{width: 18px;margin-left: 4px;}

.cross_sell_section_cart .cart-item-list {
	 width: 100%;
	 display: inline-block;
}
.cross_sell_section_cart .cart-item-list .thumbnail {
	 display: flex;
	 align-items: flex-start;
	 background-color: transparent;
}
.cross_sell_section_cart .cart-item-list .reveal {
	 width: 20%;
}
.cross_sell_section_cart .cart-item-list .info {
	 width: 80%;
	 padding: 0 0 0 10px;
	 text-align: left;
}
.cross_sell_section_cart .cart-item-list .info a {
	 width: auto;
	 max-width: 75%;
	 display: inline-block;
}
.cross_sell_section_cart .cart-item-list .info .title {
	 font-weight: 500;
	 font-size: 12px;
}
.cross_sell_section_cart .cart-item-list .info .price_modual {
	 float: right;
}
.cross_sell_section_cart .cart-item-list .info .price_modual span {
	 padding: 0;
	 margin: 0;
	 font-weight: 500;
	 color: #000;
	 font-size: 12px;
}
.cross_sell_section_cart .cart-item-list .product-custom-suggestions {
	 width: 65%;
	 margin: 5px 0 0;
}
.cross_sell_section_cart .cart-item-list .product-custom-suggestions .option_title {
	 display: none;
}
.cross_sell_section_cart .cart-item-list .product-custom-suggestions select {
	 margin: 0 0 5px;
	 padding: 7px 2em 7px 8px;
	 font-size: 12px;
}
.cross_sell_section_cart .cart-item-list .product-custom-suggestions .addtocart {
	 background: #414141;
	 padding: 7px 10px;
	 font-size: 14px;
	 width: 100%;
}
.cross_sell_section_cart .cart-item-list .product-custom-suggestions .addtocart:hover {
	 background: #a7a7a7;
}
.cross_sell_section_cart .cart-item-list .product-custom-suggestions .addtocart span {
	 font-size: 14px;
}
.cross_sell_section_cart .swatch-error {
	 font-size: 12px;
	 line-height: normal;
}
.swatch-error{margin:10px 0;color:red;width: 100%;}
  
#main-nav-mobile.mobile-only{display:none;}

/* 03-04-23 AP added for collectoin Discount percentage */
.product-discount-percentage{background:#FC4242; color:#fff; font-size:10px; font-weight:700; border-radius:15px; padding:3px 7px; position:absolute; top: 5px;right: 5px;z-index:100;}
  
/* Collection full screen 16-05-2022 RK */
body.template-collection.collection #content .container:not(.quickbuy-content.container) {
  max-width:1480px;
}
/* body.template-index .quickbuy-content .product-form a.my_size_chart,
body.template-product .quickbuy-content .product-form a.my_size_chart,
body.template-collection .quickbuy-content .product-form a.my_size_chart{display: none; visibility: hidden;} */
/* Collection full screen 16-05-2022 RK */

/* Collection full screen Banner 11-10-2022 RK */
body.template-collection.collection{overflow-x: hidden;}
/* Collection full screen Banner 11-10-2022 RK */

/* Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */

[class*=" icon-"]:before,[class^=icon-]:before{font-family:inherit !important;display: inline !important;}
@font-face{font-family:'FontAwesome';src:url("//emazing-dev.myshopify.com/cdn/shop/t/163/assets/fontawesome-webfont.eot?v=88752339179571016061728642051") format('embedded-opentype'),url("//emazing-dev.myshopify.com/cdn/shop/t/163/assets/fontawesome-webfont.woff2?v=32207045845775034261728642051") format('woff2'),url("//emazing-dev.myshopify.com/cdn/shop/t/163/assets/fontawesome-webfont.woff?v=158931929418379554281728642051") format('woff'),url("//emazing-dev.myshopify.com/cdn/shop/t/163/assets/fontawesome-webfont.ttf?v=57926983875037866361728642051") format('truetype'),url("//emazing-dev.myshopify.com/cdn/shop/t/163/assets/fontawesome-webfont.svg?v=97865491090583646451728642051") format('svg');font-weight:normal;font-style:normal;font-display: swap;}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"!important;}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}
.fa-snapchat:before { font-family: 'fa-snapchat' !important;content: "\e600" !important;display: inline !important;}
  
.fa-star, .fa-star-o, .fa-star-half-o {
   color: #41C5F5 !important; /* change color */
}
.summary-rating-bar > div {
   background:#41C5F5 !important;
   color:#fff !important;
}

p.stamped-review-content-body {
    color: #000 !important;
}
.stamped-thank-you h3 {
    text-align:center !important;
}
.fa-star-half-o:before, .fa-star-o:before, .fa-star:before {
    font-size: 15px !important;
}
.stamped-badge {
    color: #41C5F5 !important;
}
.stamped-review-content-body {
    word-break: break-word;
}
.stamped-badge-caption {
    color: #41C5F5 !important;
    font-size: 10px;
    font-weight: 600;
    line-height: 20px;
    display: inline-block;
    vertical-align: text-bottom;
}
/* .stamped-container {
    padding: 2em 0 !important;
    border: none !important;
} */
span.stamped-summary-actions {
    display: inline-block;
    margin-top: 15px;
    float: right;
}
h2.stamped-header-title {
    display: none;
}
ul.stamped-tabs li.active {
    border-bottom: 3px solid #41C5F5 !important;
  color:#41C5F5 !important;
}

.stamped-container {
    padding:0;
    border: none;
}

.stamped-main-badge[data-type="qna"]:empty:before {
	font-family:FontAwesome;
    content:'\f0e6 ';
    color:#41C5F5 !important;
}
.stamped-main-badge[data-type="qna"]:empty:after {
    content:' Ask a question';
    color:#41C5F5 !important;
}
  
span.stamped-file-uploader {
display: inline-block !important;
} 
  
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
span.stamped-product-reviews-badge {
    font-size: 12px !important;
}
  
  .fa-star-half-o:before, .fa-star-o:before, .fa-star:before {
    font-size: 13px !important;
}
  
.stamped-summary-actions {
    display: block !important;
  float:none !important;
}

  .stamped-pagination .last, .stamped-pagination .next, .stamped-pagination .previous, .stamped-pagination .first {
    top: 30px !important;
}
  .stamped-pagination li {
    padding: 10px !important;
}
}

.close_check{background-image: url("https://cdn.shopify.com/s/files/1/0982/0722/files/close.png?8667052455246141435"); background-size:cover; width:12px; height:12px; display:inline-block; background-position:0 1px;} 

.stamped-header {
  .stamped-review-option-scale {
    background-color: #cacaca;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 9px 0;
    width: 100%;
    height: 4px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  .stamped-review-option-scale span {
      content: "";
      background: #000;
      margin-left: -2px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      position: absolute;
      top: -webkit-calc(50% - 4px);
      top: calc(50% - 4px);
  }
  
  .stamped-review-option-scale i {
    background: #cacaca;
    display: inline-block;
    margin-top: -2px;
    width: 2px;
    height: 8px;
  }
  
  .stamped-review-option-labels span:nth-child(3) {
    display: none;
  }

  .stamped-review-options ul {
    margin:0;
  }
  
  .stamped-review-options ul li {
    width: 33%;
    margin-right:20px;
    list-style:none;
    display:inline-block;
  }
  
  .stamped-review-option-title {
    display: block;  
    font-size: 0px;
    line-height: normal !important;
  }
  
  li[data-title="how-do-you-find-the-size"] .stamped-review-option-title:before {
      content: 'Size';
      font-size: 14px !important
  }
  li[data-title="how-comfortable-was-the-product"] .stamped-review-option-title:before {
      content: 'Comfort';
      font-size: 14px !important
  }
  
  span.stamped-review-option-labels {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }

  @media only screen and (max-width: 480px),
  only screen and (max-device-width: 480px) {
    .stamped-review-options ul li {
      width:100% !important;
    }
  }
}

.stamped-header .stamped-review-options ul li:nth-child(2),
.stamped-header .stamped-review-options ul li:nth-child(4){display:none;}

.stamped-reviews {
  
  .stamped-review-options li[data-value="how-do-you-find-the-size"] strong:before { content: 'Size'; font-size: 14px!important } 
  .stamped-review-options li[data-value="how-comfortable-was-the-product"] strong:before { content: 'Comfort'; font-size: 14px!important }
  
  .stamped-review-options li[data-value="what-s-your-height-optional"] strong:before { content: 'Height'; font-size: 14px!important }
  
  .stamped-review-options li[data-value="what-s-your-weight-optional"] strong:before { content: 'Weight'; font-size: 14px!important }
  
  .stamped-review-options li[data-value="what-s-your-bust-size-optional"] strong:before {content:'Bust Size';
    font-size:14px !Important;}
  
  .stamped-review-options li[data-value="what-s-your-waist-size-optional"] strong:before { content: 'Waist'; font-size: 14px!important }
  .stamped-review-options li[data-value="what-s-your-hip-size-optional"] strong:before { content: 'Hip'; font-size: 14px!important }


  .stamped-review-options ul {
    margin:0px;
  }
  .stamped-review-options ul li strong {
      display: block;
      font-size: 0px;
  }
  .stamped-review-options ul li {
      position: relative;
        list-style:none;
  }
  .stamped-review-options ul li strong {
      display: block;
      font-size: 0px;
  }
  
  .stamped-form-custom-option-scale {
      display: inline-block;
      border-top: 1px solid #ccc;
      margin-top: 10px
  }
  .stamped-form-custom-option-scale input[type="radio"] {
      display: inline-block;
      margin: 0 !important
  }
  .stamped-form-custom-option-scale label {
      float: left;
      width: 100px;
      text-align: center;
      margin-top: -10px
  }
  .stamped-form-custom-option-scale label:nth-child(2) {
      margin-left: -40px
  }
  .stamped-form-custom-option-scale label:nth-child(4) {
      margin-right: -40px
  }
  .stamped-form-custom-option-scale label:first-child {
      text-align: left
  }
  .stamped-form-custom-option-scale label:last-child {
      text-align: right
  }
  .stamped-form-custom-questions label {
      display: inline-block
  }

  .stamped-review-option-scale {
      display: inline-flex;
      border-top: 5px solid #eee;
      position: block;
      top: 1px;
      margin-left: 0;
      border-top: 5px solid #0ca2da !important;
      width: 200px;
  }
  .stamped-review-option-scale span {
      display: inline-block;
      padding: 3px 0;
      font-size: 9px;
      color: #999;
      min-width: 30px;
      position: relative;
        color: #777 !important;
  }
  .stamped-review-option-scale span.stamped-review-option-selected:before {
      content: '.';
      position: absolute;
      top: -8px;
      width: 7px;
      background: #ccc;
      color: #ccc;
      margin: auto;
      text-align: center;
      left: 50%;
      margin-left: -4px;
      height: 15px;
        background: #41c5f5 !important;
  }


  @media only screen and (max-width: 480px),
  only screen and (max-device-width: 480px) {
      .stamped-form-custom-option-scale label {
          width: 80px !important
      }
      .stamped-review-body {
          float: none !important;
          width: 100% !important
      }
      .stamped-review-options {
          float: none !important;
          width: 100% !important
      }

    .stamped-review-options ul li {
      width:100% !important;
    }
  }
}

.stamped-review-options {
  clear:both;
  padding-top:20px;
}
.stamped-review-option-selected {
    text-align: center;
    display: block;
}
@media only screen and (max-width: 480px),
  only screen and (max-device-width: 480px) {
    .stamped-review-options {
      padding-top:0px !important;
    }
}

.stamped-header .stamped-review-option-scale,.stamped-header .stamped-review-option-scale i {
      background-color:#ff0501!important;
}

.stamped-header .stamped-review-option-scale span {
    background: #ff0501 !important;
    width: 6px !important;
    height: 12px !important;
    border-radius: 0% !important;
    top: -webkit-calc(50% - 6px) !important;
    top: calc(50% - 6px) !important;
}
.loadingScript{cursor: wait !important;}
.loadingScript .quantity{pointer-events: none;  }
  
#epb_background{ height:auto !important; max-width: 335px;}
#epb_background #epb_bar{height: auto;display: block;position: relative !important;}
.flip-clock-wrapperht{ display: block !important;}
.flip-clock-dividerht{float:none !important;display:inline-block;}
.flip-clock-wrapperht ul{float:none !important;display:inline-block;}
#epb_message_two{display:none !important;}
#epb_message_one{font-size:28px;margin-bottom:0 !important;}
.flip-clock-wrapperht ul{height:42px !important;width:29px !important;}
.flip-clock-wrapperht ul li{line-height:42px !important;}
.flip-clock-wrapperht ul li a div div.inn{font-size:32px !important;}
.flip-clock-dividerht{height:53px !important;text-transform:uppercase !important;}
.flip-clock-dividerht .flip-clock-label{left:4px !important;}
#epb_content{max-height: 120px;}
.flip-clock-dotht{box-shadow: none;}

.stamped-reviews span.stamped-review-option-scale span {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    background: none !important;
    width: initial !important;
    width: auto !important;
    border: none !important;
    height: initial !important;
    font-size: 12px;
    line-height: 20px;
}

.stamped-header .stamped-review-option-title {
    font-size: 0px!important;    
}

span.stamped-review-option-scale {
    height: 4px !important;
    border: none !important;
}

.stamped-reviews span.stamped-review-option-scale span {
    font-size: 9px !important;
    letter-spacing: normal !important;
    width: 40px !important;
    height: 23px !important;
     padding-top: 5px !important;
    line-height: 10px !important;
}

span.stamped-review-option-scale span:nth-child(3) {
    font-size: 0px !important;
}
.stamped-reviews .stamped-review-option-scale {
    display: inline-flex;
    border-top: 5px solid #eee;
    position: relative;
    top: 1px;
    margin-left: 0;
    border-top: 5px solid #ff0400 !important;
    width: 200px;
}
.stamped-reviews .stamped-review-option-scale span.stamped-review-option-selected:before {
    content: ".";
    position: absolute;
    top: -8px;
    width: 7px;
    background: #ccc;
    color: #ccc;
    text-align: center;
    left: 50%;
    margin: auto auto auto -4px;
    height: 15px;
    background: #ff0400 !important;
}
.stamped-reviews .stamped-review-option-scale span.stamped-review-option-selected:before {
    color: transparent !important;
}

  
  
/* wishlist css added by AP */  
  
.wk-disabled {pointer-events: none; opacity: 0.8; }
.wk-col-item {position: relative; }
button.wk-button-collection {width: auto;height: auto;background: rgba(233, 233, 233, 0.45); border: none; line-height: normal; cursor: pointer; color: black;
  display: flex; align-content: center; justify-content: flex-start; flex-direction: row; border-radius:15px; padding:5px; margin: 0; display: inline-block; position: absolute;
  z-index: 9; box-shadow: none; top: 3px; right:3px; left: auto; bottom: auto; line-height: 0; /*width:30px; height:30px;*/ text-align: center; min-width: 0;
  -webkit-transition: opacity .3s; transition: opacity .3s; }
button.wk-button-collection:focus {outline: 0; }
button.wk-button-collection .wk-icon {display: inline-block;width: 16px;height: 16px;padding:5px;}
button.wk-button-collection .wk-icon svg {width: 100%;height: 100%; }
button.wk-button-collection .wk-icon svg path { /* fill: #333333; */ stroke: #000; }
button.wk-button-collection .wk-label {display: none; }
button.wk-button-collection .wk-icon-label {margin: 0 auto;text-transform: uppercase; }
button.wk-button-collection .wk-icon {display: inline-block;padding: 0;margin: 0 auto !important; }
button.wk-button-collection .wk-label {display: none; }
button.wk-button-collection:hover {/*opacity: .8;*/background:#DFDFDF;opacity:1;}

* > button.wk-button-collection.wk-add-product,
* > span button.wk-button-collection.wk-add-product {opacity:1; z-index:10;}

*:hover > button.wk-button-collection,
*:hover > span button.wk-button-collection {opacity: 1; z-index:10;}

/* wk button product */
.pdp-wishlist button.wk-button {width: auto; height: auto; border: none; line-height: normal; cursor: pointer; color: black; 
  display: flex;  align-content: center;  justify-content: flex-start;  flex-direction: row;
  /* Icon and Text */
  /* display: block;  margin: 18px 0 0 0 !important;  padding: 0;  border: none;  border-radius: 0; */
  /* Icon ONLY */
  background: rgba(233, 233, 233, 0.45) !important; margin: 0px !important; padding:5px !important; width: auto; border: none; border-radius:15px; box-shadow: none; vertical-align: top; }
.pdp-wishlist button.wk-button:focus {outline: 0; }
.pdp-wishlist button.wk-button .wk-icon {display: inline-block; width: 18px; height:18px; padding: 0; }
.pdp-wishlist button.wk-button .wk-icon svg {width: 100%; height: 100%; }
/* button.wk-button-product .wk-icon svg path {fill: black; stroke: black; } */
.pdp-wishlist button.wk-button .wk-icon {display: inline-block; margin:0; padding: 0; position: relative; top: 0; }
.pdp-wishlist button.wk-button .wk-label {text-align: center; margin: 0; display: inline; text-transform: initial; font-size: 12px; font-weight: 600; vertical-align: middle;text-decoration: underline;}
.pdp-wishlist button.wk-button:hover {background:#DFDFDF !important;}

button.wk-button-wishlist-page {width: auto;height: auto; background: none; border: none; line-height: normal; cursor: pointer; color: black; 
  background: transparent; display: flex; align-content: center; justify-content: flex-start; flex-direction: row; border-radius: 0; padding: 0; margin: 0; 
  display: inline-block; box-shadow: none; position: absolute; z-index: 1; top: 0; right: 0; left: auto; bottom: auto; line-height: 0; width:30px; height:30px;
  text-align: center; min-width: 0; -webkit-transition: opacity .3s; transition: opacity .3s;}
  
button.wk-button-wishlist-page:focus {outline: 0; }
button.wk-button-wishlist-page .wk-icon {display: inline-block; width: 16px; height: 16px; padding: 5px; }
button.wk-button-wishlist-page .wk-icon svg {width: 100%; height: 100%; }
button.wk-button-wishlist-page .wk-icon svg path {fill: #333333; stroke: #333333; }
button.wk-button-wishlist-page .wk-label {display: none; }
button.wk-button-wishlist-page.wk-with-hover {opacity: 0; }
button.wk-button-wishlist-page .wk-icon-label {margin: 0 auto; text-transform: uppercase;}
button.wk-button-wishlist-page .wk-icon {display: inline-block; padding: 0; margin: 0 auto !important; }
button.wk-button-wishlist-page .wk-label {display: none; }
button.wk-button-wishlist-page:hover {opacity: .8; }
*:hover > button.wk-button-wishlist-page {opacity: 1; }

button.wk-button-wishlist-clear {width: auto;height: auto; background: none; border: none; line-height: normal; cursor: pointer; color: white; background: #333333;
  display: flex; align-content: center;  justify-content: flex-start; flex-direction: row; padding: 8px 12px; text-align: center; margin: 5px auto 25px auto;
  width: auto; min-width: 0; box-shadow: none; border: none; text-shadow: none; border-radius: 4px; text-transform: uppercase; padding: 10px 15px; 
  text-align: center; cursor: pointer; font-family: "Open Sans"; font-weight: normal; font-size: 13px;  text-transform: uppercase; 
  -webkit-box-shadow:inset 0 -3px rgba(0, 0, 0, 0.1); -moz-box-shadow:inset 0 -3px rgba(0, 0, 0, 0.1); box-shadow:inset 0 -3px rgba(0, 0, 0, 0.1);  box-shadow: none; }
  
  button.wk-button-wishlist-clear:focus {outline: 0; }
  button.wk-button-wishlist-clear:hover {background: black; color: white; }

.shopify-app-block{display: flex;}

/*/////////////////////////////////////////////////////////////////////////////*/
/* !Wishlist Link in header / top bar */
/*////////////////////////////////////////////////////////////////////////////*/
a.wk-link {display: inline-block; margin: 0 12px 0 0 !important; position: relative; top: 2px; }
a.wk-link .wk-icon {display: inline-block;/*width:18px;height:18px;*/width:22px;height:22px;padding: 0; margin: 0;}
a.wk-link .wk-icon svg {width: 100%;height: 100%; }
/* a.wk-link .wk-icon svg path {fill: black; stroke: black;} */
a.wk-link .wk-icon svg path {transition: 0.3s all; }
a.wk-link:hover .wk-icon svg path {fill: #000; stroke: #000;}
/*a.wk-link .wk-icon {width: 17px; height: 17px;  }*/
a.wk-link .wk-label {display: none; }
a.wk-link .wk-count {display: none; }
a.wk-link.wk-empty .wk-count {display: none; }
.wk-icon svg { fill: transparent !important; }
.wk-variant-image {
  max-width: 100%;
  max-height: 100%; }

/*/////////////////////////////////////////////////////////////////////////////*/
/* !Wishlist row (e.g. in cart) */
/*////////////////////////////////////////////////////////////////////////////*/
.wk-wishlist-row {
  position: relative;
  padding: 0 15px;
  margin-top: 2em; }
  .wk-wishlist-row .wk-item {
    margin: 0; }
  .wk-wishlist-row .swiper-button-next.swiper-button-disabled,
  .wk-wishlist-row .swiper-button-prev.swiper-button-disabled {
    pointer-events: all; }

/*/////////////////////////////////////////////////////////////////////////////*/
/* !Grid System */
/*////////////////////////////////////////////////////////////////////////////*/
.wk-row {display: flex; flex-flow: row wrap; justify-content: flex-start; align-items: baseline; box-sizing: border-box; }
.wk-span2 {width: 16.6666%; }
.wk-span3 {width: 25%; }
.wk-span4 {width: 33.3333%; }
.wk-span6 {width: 50%; }
.wk-span12 {width: 100%; }
  
@media (max-width: 720px) {
  .wk-span2 {width: 33.3333%; }
  .wk-span3 {width: 50%; }
  .wk-span4 {width: 50%; }
  .wk-item-column {width: 50% !important; }
}
@media (max-width: 480px) {
  .wk-span2 {width: 100%; }
  .wk-span3 {width: 100%; }
  .wk-span4 {width: 100%; }
  .wk-span6 {width: 100%; }
  .wk-item-column {width: 100% !important; }
}
  
/*/////////////////////////////////////////////////////////////////////////////*/
/* !Wishlist Page */
/*////////////////////////////////////////////////////////////////////////////*/
h1#wk-page-title { display: block; text-align: center; margin: 0 0 5px 0; padding: 0; border: none; }
.wk-wishlist-empty-note {text-align: center;  margin-bottom: 15px; }
p.wk-login-note {text-align: center; background: rgba(0, 0, 0, 0.02); padding: 10px; margin-bottom: 15px; font-style: italic; }
p.wk-login-note a {text-decoration: underline; }
.wk-item {position: relative; text-align: center; margin: 0 10px 30px 5px; }
.wk-item .wk-variant-link {display: block; float: none; text-decoration: none; color: #333333; border: none;font-weight: 600;}
.wk-item .wk-price {color: #555555; border: none;font-weight: 600;}
.wk-item .wk-product-options {border-bottom: none; }
.wk-item .wk-product-options .selector-wrapper {display: block !important; }
.wk-item .wk-product-options label {display: block;text-align: center; }
.wk-item .wk-product-options select {box-sizing: border-box;display: block;width: 100% !important;border-radius: 0;margin-bottom: 10px; }
.wk-item .wk-purchase-section {margin-top: 1em; }
.wk-add-item-form {position: absolute;bottom: 0; margin: 0 auto; left: 0; right: 0; background: rgba(255, 255, 255, 0.95); padding: 10px; opacity: 0; -webkit-transition: opacity .5s;
  transition: opacity .5s; }
.wk-add-item-form input.wk-add-to-cart {box-sizing: content-box;border: none;margin: 0;padding: 8px 20px;color: white;background: #000;color: #fff;width: auto;
    min-width: 0;border-radius: 4px;text-transform: uppercase;padding: 10px 20px;text-align: center;cursor: pointer;font-family: "Open Sans";font-weight: normal;
    font-size: 16px;text-transform: uppercase; -webkit-box-shadow: inset 0 -3px rgba(0, 0, 0, 0.1); -moz-box-shadow: inset 0 -3px rgba(0, 0, 0, 0.1); box-shadow: inset 0 -3px rgba(0, 0, 0, 0.1); }
.wk-add-item-form input.wk-add-to-cart:hover {opacity: 0.8;}
.wk-item:hover .wk-add-item-form {opacity: 1; }

/*/////////////////////////////////////////////////////////////////////////////*/
/* !Share Buttons */
/*////////////////////////////////////////////////////////////////////////////*/
h3#wk-share-head {font-size: 1.1em; text-align: center; margin: 5px 0 7px 0; padding: 0; text-transform: uppercase; border: none;}
ul#wk-share-list {list-style: none;width: 100%;margin: 0 0 10px 0;padding: 0;text-align: center;}
ul#wk-share-list li {display: inline-block;margin: 0;padding: 0 5px;min-height: 0;height: auto;line-height: 1;}
#wk-share-link-text {margin-top: 0px;margin-bottom: 20px;color: #333333;padding: 3px 10px;display: none;text-align: center;font-size: .8em;font-style: italic;}
#wk-share-link-text .wk-text {display: inline-block;padding: 0;margin: 0; }
#wk-share-link-text .wk-clipboard {margin-left: 10px;background: #999999;border: none;color: white;padding: 4px 7px;border-radius: 0px; }
#wk-share-link-text .wk-clipboard:focus {outline: none; }
#wk-share-link-text.wk-visible {display: block;}
.wk-button-share {cursor: pointer; }
.wk-button-share:hover {color: #fff; }
.resp-sharing-button__link, .resp-sharing-button__icon {display: inline-block;}
.resp-sharing-button__link {font-size: 12px; text-decoration: none; color: #fff; margin: 0; }
.resp-sharing-button {transition: 25ms ease-out; padding: 5px 8px 7px; }
.resp-sharing-button__icon svg {width: 15px; height: 15px; }
.resp-sharing-button span {padding-left: 0.4em; display: none; }
  
/* Non solid icons get a stroke */
.resp-sharing-button__icon {stroke: #fff; fill: none;}
.resp-sharing-button__icon svg {position: relative;top: 2px;}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid {fill: #fff; stroke: none;}
.resp-sharing-button--facebook {background-color: #333;}
.resp-sharing-button--pinterest {background-color: #333;}
.resp-sharing-button--twitter {background-color: #333;}
.resp-sharing-button--link {background-color: #333;}
.resp-sharing-button--email {background-color: #333;}
.resp-sharing-button--whatsapp {background-color: #333; display: none;}
  
.resp-sharing-button--facebook:hover {background-color: #3b5998;}
.resp-sharing-button--pinterest:hover {background-color: #bd081c;}
.resp-sharing-button--twitter:hover {background-color: #55acee;}
.resp-sharing-button--link:hover {background-color: #777;}
.resp-sharing-button--email:hover {background-color: #777;}
.resp-sharing-button--whatsapp:hover {background-color: #25D366;}

.wk-touch .resp-sharing-button--facebook:hover, .wk-touch .resp-sharing-button--pinterest:hover, .wk-touch .resp-sharing-button--twitter:hover,
.wk-touch .resp-sharing-button--email:hover, .wk-touch .resp-sharing-button--link:hover, .wk-touch .resp-sharing-button--whatsapp:hover {background-color: #333;}
  
.wk-touch button.wk-button-collection.wk-add-product, .wk-touch button.wk-button-collection.wk-remove-product, .wk-touch button.wk-button-collection.wk-remove-item,
.wk-touch button.wk-button-product.wk-add-product, .wk-touch button.wk-button-product.wk-remove-product, .wk-touch button.wk-button-product.wk-remove-item,
.wk-touch button.wk-button-wishlist-page.wk-add-product, .wk-touch button.wk-button-wishlist-page.wk-remove-product,
.wk-touch button.wk-button-wishlist-page.wk-remove-item {opacity: 1;}
.wk-touch .wk-add-item-form {position: static; opacity: 1; } 
  
  
.section-header .wishlist-link-li{list-style:none; padding:0; margin:0;}
@media (min-width: 768px) {.section-header .wishlist-link-li a {/*left: auto; right:50px;*/ top:0; padding: 0; width:25px; /*margin:0 !important;*/}}
.section-header .wk-icon {width:25px; height: 26px; margin:7px 0 0;}
.section-header .wk-label,.section-header .wk-count {display: none !important;}
/* .section-header .wk-icon svg path {fill:#000; stroke: #000;} */
a.wk-link:hover .wk-icon svg path {fill: #000; stroke: #000;}     


.wishlist_product_button{cursor:pointer;display: inline-block;/*vertical-align: middle;*/}
.product-list .wishlist_product_button{display:block;}
.collection .wishlist_product_button{width: 40px;float: right;position: relative;/*z-index: 1;*/}
.wswu-section ul.flex-direction-nav li a.flex-prev:focus, .wswu-section ul.flex-direction-nav li a.flex-next:focus{outline: none;}
/* .pdp-wishlist{width:100%; display:inline-block; margin:0 0 5px;} */
/*.quantity-submit-row .wishlist_product_button .wk-button-product{ pointer-events:none;}*/
  
.pdp-wishlist {width: 48px;height: 48px; margin: 0; position: absolute; z-index: 10; overflow: hidden; right:10px; top: 10px; display: flex; align-items: center; justify-content: center;}

.gorgias-chat-key-1spa6uy {z-index: 99 !important;}
  
/* fancybox css */
.fancybox-container {z-index: 999999;}
.fancybox-navigation .fancybox-button div {display:none;}

.fancybox-button--zoom,
.fancybox-button--play,
.fancybox-button--thumbs {display: none!important;}

.fancybox-navigation .fancybox-button{background:transparent; width:30px; height:30px;top: calc(50% - 30px);}
.fancybox-navigation .fancybox-button.fancybox-button--arrow_left:before,
.fancybox-navigation .fancybox-button.fancybox-button--arrow_right:before{
    font-family: "FontAwesome"; content: '\f105';font-size:26px; position: absolute; top:0px;right:3px;text-indent: initial; color:#0ca2da;
    -webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale; /*-webkit-text-stroke:1px #fff;*/}
.fancybox-navigation .fancybox-button.fancybox-button--arrow_left:before{content: '\f104'; left:3px; right:auto;}

.fancybox-button.fancybox-button--close{background:#fff; border-radius:25px; border:1px solid #000; top:5px; right:5px; width:40px; height:40px; padding:8px !important;}
.fancybox-button.fancybox-button--close svg path {fill: #000;}
.models_details{position: absolute;bottom: 0;width: 100%;padding:7px;text-align:left;font-size: 12px;line-height: 15px;/*text-transform: capitalize;*/
    background: rgba(240, 240, 240,0.5);-webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); transition: opacity .2s;}

.fancybox-wishlist.fancybox-content{padding: 30px 40px;}
.fancybox-wishlist h3{text-transform:none; letter-spacing:0; font-weight:600; margin-bottom:10px; line-height:1.2; font-size:18px;}
.fancybox-wishlist label{font-weight:500;margin: 0 0 5px; display: block;}
/*.fancybox-wishlist .large{width:98%;}*/
.fancybox-wishlist .btn.action_button{width:100%; text-align:center;}
.fancybox-wishlist iframe{width:102% !important;}
  
.fancybox-button:hover {background: transparent;}  
  
.fancybox-wishlist input[type=text],
.fancybox-wishlist input[type=number],
.fancybox-wishlist input[type=email],
.fancybox-wishlist input[type=password],
.fancybox-wishlist input[type=address],
.fancybox-wishlist input[type=tel],
.fancybox-wishlist textarea {margin: 0 0 15px; width:100%;}

.wk-total-price-title{display:none;}
.wishlist-collection{padding:15px 0;}

.guest_login{display:block; padding:20px 0; text-align:center;}

.tbody, tr, th, td{border: 1px solid #e2e2e2;}

table.order-table tr td{vertical-align:middle;}
.product-item-info{display: flex; align-items: center;}
.product-item-info img{max-width:100%; display:block;}
.product-item-info a{padding:0 0 0 15px; font-weight:500;}
  
.image-label-wrap:hover .product-block__image--show-on-hover,
.image-label-wrap:hover .product-block__image--show-on-hover .rimage-background.fade-in {opacity: 1;z-index:1;}

.recently-viewed-products .image-cont--with-secondary-image:hover .product-block__image--show-on-hover .rimage-background.fade-in {opacity: 1;}

.product-block__image--active .rimage-background.fade-in{opacity: 1;}

/* empty cart css start AP added */
  
.empty_cart_container .prev{position: absolute;left: 0;z-index: 1000;height: 40px;top: 0;bottom: 0;margin: auto;color: #000;background-color: #ccc;border-radius: 50%;}
.empty_cart_container .next{position: absolute;right: 0;z-index: 1000;height: 40px;top: 0;bottom: 0;margin: auto;color: #000;background-color: #ccc;border-radius: 50%;}
/*.empty_cart_container svg {width: 30px;height: 30px;margin-top:1px;}*/ /*RK hide 14-9-2022*/
  
/* empty cart css end AP added */

  
/* notify_form start AP added */
.notify_txt{padding: 15px 0;font-size: 25px;font-weight: 500;}
  
.notify_add_to_cart{width: 100%;box-sizing: border-box;margin-bottom: 10px;}

body.product #customer_accepts_marketing{float: left;margin-top: 6px;}
  
.notify_form .action_button {width: 100%;}  
.notify_form.fancybox-content {padding: 0;max-width: 580px;}
.notify_form.fancybox-content .fancybox-button svg path {fill: #fff;}
.notify_form .notify_product_details {padding: 0 15px;}
.notify_form .notify_product_details .popup-title {background: #000;color: #fff;text-align: center;padding: 10px;font-weight: 500;text-transform: uppercase;font-size: 18px;margin: 0 -15px;line-height: normal;}
.notify_form .notify_product_details .image-section {width: 100%;max-width: 200px;float: left;margin: 15px 30px 15px 0;}
.notify_form .notify_product_details .detail-section {width: auto;display: block;margin: 15px 0;line-height: normal;}
.notify_form .notify_product_details .detail-section p {line-height: normal;}
.notify_form .notify_product_details .detail-section h4.product_title {padding: 0;margin: 10px 0;line-height: normal;text-transform: capitalize;font-weight: 600;font-size: 20px;}
.notify_form .notify_product_details .detail-section span {font-weight: 600;font-size: 14px;}
.notify_form .notify_product_details .bis-checkbox-label {font-weight: 400;font-size: 12px;line-height: normal;padding: 5px 0 0 3px;margin-left: 20px;width: calc(100% - 20px);display:block;}
.notify_form .notify_product_details .amazonButton {text-align: center;}
.notify_form .notify_product_details .amazonButton img {max-width: 235px;}
.notify_form .notify_product_details input[type=email]{box-sizing: border-box;border: 1px solid #dce0e0;padding: 10px 10px;outline: 0;
  	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;font: 13px sans-serif;color: #565a5c;width: 100%;margin: 0;max-width: 100%;display: block;margin-bottom: 15px;background: #fff;appearance: none;
}  
.notify_form .notify_product_details .action_button{background: #0ca2da;color: #fff;border: 0;padding: 10px 20px;text-align: center;cursor: pointer;font-family:sans-serif;font-weight: 400;font-size: 16px;text-transform: uppercase;display: inline-block;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -ms-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    -webkit-appearance: none;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 -3px rgb(0 0 0 / 10%);
    -moz-box-shadow: inset 0 -3px rgba(0,0,0,.1);
    box-shadow: inset 0 -3px rgb(0 0 0 / 10%);
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
.klaviyo_btn{margin-bottom: 10px;display: flex;}
.button.klaviyo-bis-trigger{width:100% !important;display:none;}
  
/* notify_form end AP added */

/* .cart .remove_item{display:none;} */

/* slidecart AP added */
 .slidecart-link__icon{cursor: pointer;} 
 .slidecart_active {overflow: hidden;}
 .slidecart_active:before {content: "";	 background: rgba(0, 0, 0, .5);width: 100%;height: 100%;position: fixed;left: 0;top: 0;z-index: 99999999;}
 .slide_cart {overflow: hidden;position: fixed;right: -800px;top: 0;height: 100%;z-index: 911999992;background: #fff;border-left: 1px solid #ccc;transition: right 0.35s ease-in-out;}
 .slide_cart .cart-out {font-size: 12px;color: #000;position: absolute;left: 5px;padding: 0 5px;cursor: pointer;top: 15px;z-index: 15;}
 .slide_cart .ship-progress {width: 100%;background: transparent;text-align: center;padding: 25px 10px;}
 .slide_cart .ship-progress .shippingmessage {display: block;color: #000;font-size: 14px;margin: 0;line-height: normal;}
 .slide_cart .ship-progress .free-ship-progress {width: 90%;height: 10px;display: inline-block;background: #EDEDED;border-radius: 5px;overflow: hidden;}
 .slide_cart .ship-progress .free-ship-progress span {background: #000;display: block;height: 10px;border-radius: 5px;}
 .slide_cart .top-search-list ul li {list-style: none;background: #000;border-radius: 40px;padding: 10px 0;width: 100%;margin-bottom: 10px;text-align: center; border:2px solid transparent;}
 .slide_cart .top-search-list ul li:hover{border-color: #000; background: transparent;}  
 .slide_cart .top-search-list ul li:hover a { color: #000; }
 .slide_cart .top-search-list ul li a{color: #fff;display: block;font-family: 'Montserrat';font-weight: 700;font-size: 16px;line-height: 18px; text-transform: uppercase; }
 .slide_cart .recently-product-block label {line-height: normal;}
 .slide_cart .continue_shopping {line-height: normal;}
 .slide_cart .continue_shopping span {cursor: pointer;}
 .slide_cart .continue_shopping span:hover {color: #000;}
 .slide_cart .scroll-empty-cart{padding-bottom: 20px;max-height: 100%;}
 .slide_cart .scroll-empty-cart::-webkit-scrollbar {width: 5px;}
 .slide_cart .scroll-empty-cart::-webkit-scrollbar-track {border-radius: 4px;}
 .slide_cart .scroll-empty-cart::-webkit-scrollbar-thumb {background: #999;border-radius: 4px;}
 .slide_cart .scroll-empty-cart::-webkit-scrollbar-thumb:hover {background: #555;}
 .slide_cart_inner {width: 430px;height: 100%;padding: 0;position: relative;/*overflow-y: scroll;*/ z-index: 10;}
 .slide_cart_inner h4 {padding: 0 10px;line-height: normal;margin: 0 0 5px;text-align: center;letter-spacing: 0;text-transform: none;font-size: 20px;font-weight: 600;}
 .slide_cart_inner .cartprocess:before {content: "";width: 100%;height: 100%;position: absolute;left: 0;top: 0;bottom: 0;right: 0; margin: auto;z-index: 10;
     background: rgba(255, 255, 255, .7) url(//emazing-dev.myshopify.com/cdn/shop/t/163/assets/loader.gif?v=1024320115733374261728642052) center center no-repeat;}
 .slide_cart_inner .over-scroll {height: 100%;}
 .slide_cart_inner .cart_section {overflow: hidden;overflow-y: auto;height: 100%;}
/*  .slide_cart_inner .cart_section .cart_items {position: absolute;left: 0;right: 5px;top: 100px;bottom: 261px;padding-bottom: 300px;margin-right: 0;overflow: auto;height: 100%;} 
    .slide_cart_inner .cart_section .cart_items::-webkit-scrollbar {width: 5px;}
    .slide_cart_inner .cart_section .cart_items::-webkit-scrollbar-track {border-radius: 4px;}
    .slide_cart_inner .cart_section .cart_items::-webkit-scrollbar-thumb {background: #999;border-radius: 4px;}
    .slide_cart_inner .cart_section .cart_items::-webkit-scrollbar-thumb:hover {background: #555;} */   
       
 .slide_cart_inner .cart_section .cart_items{padding-right: 6px;}     
 .slide_cart_inner .cart_section .cart_items_list {position: absolute;left: 0;right: 5px;top: 100px;bottom: 261px;padding-bottom: 330px;margin-right: 0;overflow: auto;height: 100%; padding-left: 10px; }  
 .slide_cart_inner .cart_section .cart_ship_note {font-size: 12px;text-align: center;margin-bottom: 5px;text-transform: uppercase;}
 .slide_cart_inner .cart_section .cart_ship_note span {text-transform: none;}
 .slide_cart_inner .slide-cart-top-btn {display: none;} 
 .intl_coun .slide_cart_inner .cart_section .cart_items_list{top:40px;}
 .intl_coun .intl_shopping_msg{font-size: 18px;text-align: center;font-weight: 600;margin:7px 0;}
 .slide_cart_inner .cart_product_row {margin-bottom: 0;padding: 5px 0;}
 .slide_cart_inner .cart_img_block {width: 60px !important;}
 .slide_cart_inner .cart_details_block {width: 240px;margin-right: 0;}
 .slide_cart_inner .cart_details_block .cart_product_title {line-height: normal;display: inline-block;width: 100%;}
 .slide_cart_inner .cart_details_block .cart_product_title a {font-weight: 600;font-size: 12px;margin-bottom: 5px;line-height: 14px;display: inline;white-space: pre-line;}
 .slide_cart_inner .cart_details_block .cart_product_title div {font-size: 12px;margin-bottom: 5px;}
 .slide_cart_inner .cart_details_block .quantity_label {display: none;}
 .slide_cart_inner .cart_details_block .quantity {margin: 0;padding: 6px 2em 6px 8px;-webkit-padding-end: 20px;}
 .slide_cart_inner .cart_details_block .cart_qty {width: 50px;margin-top: 5px;}
 .slide_cart_inner .cart_details_block .product_total_price {margin: -33px 0 0 50px;font-size: 14px;}
 .slide_cart_inner .checkout_block_container {width: 430px;background: #fff;position: fixed;bottom: 0;right: -800px;padding: 5px 0 10px;margin: 0;transition: right 0.35s ease-in-out;}
 .slide_cart.visible .slide_cart_inner .checkout_block_container {right: 0;transition: right 0.35s ease-in-out;z-index: 9;}
 .slide_cart.visible .slide_cart_inner .checkout_block_container .content_saprator{margin: 0 auto 15px;}
 .slide_cart_inner .checkout_block{padding: 10px 10px 20px 10px;}
 .slide_cart_inner .checkout_block_container font {text-transform: capitalize;margin: 0;padding: 0;font-size: 20px;}
 .slide_cart_inner .checkout_block_container .subtotal_amount strong {font-size: 20px;float: right;margin-right: 10px;}
 .slide_cart_inner .checkout_block_container p {margin-bottom: 10px;}
 .slide_cart_inner .checkout_block_container .subtotal_amount.cart_subtotal_txt .subtotal,
 .slide_cart_inner .checkout_block_container .subtotal_amount.cart_subtotal_txt .cartmoney{font-size: 15px;}
 .slide_cart_inner .checkout_block_container .excluding_tax {line-height: normal;}
 .slide_cart_inner #cart_form .slide-cart-btn {border: 2px solid #000;background: #000000;width: 100%;padding: 13px 50px;margin: 0!important;-webkit-border-radius: 130px;-moz-border-radius: 130px;border-radius: 130px;}
 .slide_cart_inner #cart_form .slide-cart-btn:hover {background: transparent; color:#000;}
 .slide_cart_inner #cart_form .slide-cart-btn:hover .action_button { color: #000 !important; }
 .checkout_block_container .general_checkout_btn{vertical-align: middle;font-weight: 700;}
.slide_cart_inner #cart_form .slide-cart-btn:hover span svg path { fill: #000;}
 .slide_cart_inner #cart_form #checkout{background: transparent !important;border: none;padding: 2px;font-family: "Open Sans", sans-serif;font-weight: 700;font-size: 18px;line-height: normal; letter-spacing: normal;}
 .retry_wrapper {text-align: center;padding: 100px 20px 20px;}
 .retry_wrapper p {line-height: 1.4em;margin-bottom: 20px;}
 .retry_wrapper .retry_btn {color: #000;background-color: #f1f1f1;border: 1px solid;padding: 2px 15px;display: inline-block;}
 .flexslider .slides li {width: 100%;display: block;}
 #Launcher{z-index: 10000 !important;}
    
 .slide_cart_header{text-align: center;margin: 50px 0 30px;}
 .slide_cart_header span{font-size: 25px;/* font-family: 'Montserrat';*/ font-weight: 700;display: block; line-height:normal; }
 .slide_cart_header .use_ac_btn{background-color: #000;border-radius: 35px;padding: 0;width: auto;display: inline-block; border: 2px solid transparent;}
 .slide_cart_header .use_ac_btn a{color: #fff;font-weight: 700;}
 .slide_cart_header .use_ac_btn a.header-account-link{font-size: 15px;line-height: 18px;padding: 13px 50px;margin: 0;text-transform: uppercase;}
 .slide_cart_header .use_ac_btn:hover{color: #000;background-color: #fff; border:2px solid #000;}    
 .slide_cart_header .use_ac_btn:hover a{color: #000;}      
 .slide_cart_inner .cart-item__image {width: 102px;padding-right: 0;}
 .slide_cart_inner .cart-item__description {padding-right: 2px;}
 .slide_cart_inner .rimage-outer-wrapper{margin: 0;}    
 .slide_cart_inner .cart-block__title .product-link{overflow: hidden;text-overflow: ellipsis;white-space: initial;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;margin-bottom: 5px;}
 .slide_cart_inner .product-info .product-price{font-weight: 600;}
 .slide_cart_inner .product-info select{background: transparent;border: 1px solid #000;color: #000;font-weight: 600;font-size: 10px; -webkit-appearance: auto; -moz-appearance: auto; -ms-appearance: auto;appearance: auto;padding: 5px 10px;border-radius: 30px;margin: 10px 0 5px;}
       
 .slide_cart_inner .content_saprator{width: 85%;border-bottom: 1px solid #D9D9D9;margin: 15px auto;}
 .slide_cart_inner .action_button_suggetion{background: #000;border-radius: 20px;border: 1px solid transparent;font-size: 12px;font-weight: 700;color: #fff;letter-spacing: 0;padding: 9px 10px;width: 100%;margin-top: 8px;}
 .slide_cart_inner .action_button_suggetion:hover {background: transparent; border-color:#000; color:#000;}

 .slidecart .cart-item {border-bottom: 1px solid #D9D9D9;margin: 0 10px;}
 .slidecart .cart-item:first-child {border-top: 1px solid #D9D9D9;}
 
 .slidecart .cart-item__description a.name {font-size: 14px; line-height: 22px;}
 .slidecart .remove_item{font-size: 15px;font-weight: 600;margin-bottom: 5px;cursor: pointer;color: #000;}
/*  .slidecart .cart-item__column.cart-item__quantity {display: none;} */
       
.slidecart .collection-slider-row.cart_collection-listing{padding-top:0 !important;}


 .slide_cart_inner .recommend_cart_inner.collection-slider-row{margin-top: 10px;}
 .slide_cart_inner .recommend_cart_inner .slick-arrow svg{stroke-width: 2px;}
 .slide_cart_inner .recommend_cart_inner .product-block{margin: 0;padding-left: 10px; padding-right:5px; max-width: 90px; width:100%; }
 .slide_cart_inner .recommend_cart_inner .product-block .block-inner{margin: 0;}

 .slide_cart_inner .cross_sell_section_cart .slider_disable{display: flex;align-items: baseline;}   

 .slide_cart_inner .checkout_block_container .afterpay-paragraph{font-size: 12px;text-align: center;}
 .slide_cart_inner .checkout_block_container img.afterpay-logo{max-width: 70px !important;}
 .slide_cart_inner .checkout_block_container .slidecart-cartunlock-iocn .cartunlock-iocn{width: 21px;height: 21px;vertical-align: text-bottom;margin-right: 5px;}

 .cart_loading:before{
   content: "";width: 100%;height: 100%;position: absolute;left: 0;top: 0;bottom: 0;right: 0;margin: auto;z-index: 10;
   background: rgba(255, 255, 255, .7) url(//emazing-dev.myshopify.com/cdn/shop/files/loader.gif) center center no-repeat;
}

/* body.mini_cart_open:before {
    content: "";
    background: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999999;
} */

.slidecart .swatch-error{font-size: 10px;}
      
 @media (max-width: 1026px) {
     .slidecart_active .slide_cart {display: block;}
}
 @media (max-width: 767px) {
     .slide_cart .top-search-categories h4 {margin-top: 0 !important;}
	 .slidecart {max-width: 380px;}
/* 	 .slide_cart_inner .cart_section .cart_items {padding-bottom: 275px;} */
     .slide_cart_inner .cart_section .cart_items_list {padding-bottom: 275px;}
	 .slide_cart_inner .remove_item_block a {font-size: inherit;}
	 .slide_cart_inner .slide_cart_inner h4 {font-size: 18px;}
	 .slide_cart_inner .checkout_block_container {padding: 5px 0;}
	 .slide_cart_inner #cart_form .slide-cart-btn {padding: 10px 40px;font-size: 20px;}
	 .slide_cart_inner p {margin-bottom: 5px;}
     .slide_cart_inner .slidecart { width: 100%; max-width: 100%; }

     .search_bar_nav .snize-ac-results {max-width: 640px;}
   
}
 @media (max-width: 480px) {
	 .slide_cart form {margin: 0;}
	 .slide_cart .ship-progress {padding: 5px 10px;}
	 .slide_cart .ship-progress .shippingmessage {font-size: 12px;}
	 .slide_cart .ship-progress .free-ship-progress {margin:5px 0 5px 10%;display: block;}
/* 	 .slide_cart_inner .cart_section .cart_items {padding-bottom: 261px;top: 85px;} */
   
/* 	 .afterpay-logo {height: auto !important;width: auto !important;} */
}
 @media (max-width: 414px) {
	 .slide_cart {border-left: 0;}
	 .slidecart {max-width: 414px;width: 414px;}
	 .slide_cart_inner {width: 100%;}
/* 	 .slide_cart_inner .cart_section .cart_items {padding-bottom: 265px;} */
   .slide_cart_inner .cart_section .cart_items_list {padding-bottom: 265px;}
	 .slide_cart_inner .checkout_block_container {width: 100%;transition: right 0.35s ease-in-out;}
	 .slide_cart_inner .cart_product_row .twelve.columns {width: 62%;}
}
 @media (max-width: 375px) {
	 .slidecart {max-width: 375px;width: 375px;}
	 .slide_cart_inner .cart_details_block {width: 65% !important;padding-left: 0;}
	 .slide_cart_inner .remove_item_block {width: 5% !important;}
}
 @media only screen and (max-width: 360px) {
	 .slidecart {max-width: 360px;width: 360px;}
}
 @media only screen and (max-width: 320px) {
	 .slidecart {max-width: 320px;width: 320px;}
	 .slide_cart_inner .remove_item_block {width: 3% !important;}
}
 
/* slidecart AP end */

  
/* PDP css added rk 01-07-2022 start */
.shipping-info-section{}
.shipping-info-section h3{font-weight:600 !important; font-size: 16px !important; letter-spacing: 0;}
.shipping-info-section p {margin-bottom: 1.5em;}
.shipping-info-wrapper{display:flex;justify-content: space-between;}
.shipping-info-wrapper .shipping-left, .shipping-info-wrapper .shipping-right{width:49%;}
table.shipping-table {border-collapse: collapse; width:100%;border:0;}
table.shipping-table tr{ border:0;}
table.shipping-table th, table.shipping-table td {border:0;border-top:1px solid #efefef; border-left:1px solid #efefef; padding:13px 22px;vertical-align: middle;}
table.shipping-table td:first-child {border-left:0;width:90px; font-weight: 600;}
table.shipping-table td{ font-weight: 400;}
table.shipping-table th{background: #EFEFEF;text-align:left; border:0; font-size:16px;font-weight:600;padding:8px 22px;}

.cc-accordion-item__content a{text-decoration: underline !important;color: #000;font-weight: 600;text-decoration-color: #000 !important;}
.cc-accordion-item__content a:hover{text-decoration: none !important;}

.model_details{/*border-bottom: 1px solid #ddd;*/}
.model_details h3{margin:10px 0;}
.model_title{font-size:16px; margin:0 0 10px;font-weight: 600;}
.model_subtitle{font-size:12px;}
.model_subtitle strong{margin-right:10px;}
table.model-size-table { width:100%;border: none;margin: 15px 0 25px;}
table.model-size-table th, table.model-size-table td {border: none;padding: 8px;font-weight: 400;text-align: center; font-size:14px; color:#000;}
table.model-size-table th{ font-weight:600; }
table.model-size-table tr:nth-child(odd) {background-color: #efefef;}
table.model-size-table .tbody,table.model-size-table tr,table.model-size-table th,table.model-size-table td{border: none;}

table.shoes_size-table { width:100%;border: none;margin: 15px 0 25px;}
table.shoes_size-table th, table.shoes_size-table td {border: none;padding: 8px;font-weight: 500;text-align: center;}
table.shoes_size-table tr:nth-child(even) {background-color: #F9F9F9;}
table.shoes_size-table .tbody,table.shoes_size-table tr,table.shoes_size-table th,table.shoes_size-table td{border: none;}

/* size guide css RK 23-05-23 */
/*.cc-accordion.size-&-fit-block{display: none; }*/
.size_guide-wrapper{display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
.size_guide-table{width:59%;}
.size_guide-img{width: 40%;}
.size_guide-table table.model-size-table{margin:0 0 15px;}
.size_guide-img img{max-width:100%;}

/* size guide css RK 23-05-23 End*/

.model_details .model_img{width:38px;height:38px;flex:0 0 38px; border-radius: 50px;vertical-align: middle;margin-right:15px; }
.model_details .model_item{display:flex;align-items: center;margin: 0 0 15px;}
.model_item .model_subitem{display:inline-block; padding-right:10px;}
.model_item .model_subitem strong{font-size:16px;font-weight: 600;}
.model_details p strong{font-size:16px;font-weight: 600;}
.model_details p.model_info{display:flex;align-items: flex-start;}
.model_details p.model_info strong{width:70px; flex:0 0 70px; font-size:16px;font-weight: 600;}
   
.product-description-title{text-transform: capitalize; font-size: 20px; letter-spacing: normal;}
.instock_label {font-size:12px;font-weight:400; margin-bottom: 10px; display: block; }
/* PDP css added rk 01-07-2022 end */  
.reviews-questions{font-size:14px;}  
  
/* scroll_top btn css AP added */
.section-footer{position:relative;}
 .scroll_top_container{width: 60px; height:60px; background:#000; border-radius: 30px; padding: 0px; cursor: pointer;margin: 0 0 0px 20px; position: absolute;top:-90px; z-index:9; display: none; }
 .scroll_top_container:hover{background: #ff0400;}     
 .scroll_top_container a.back-to-top { display: flex; justify-content: center; align-items: center; height: 60px; width: 60px;} 
/* sticky-options btn css AP added */
  
/* .product_sticky_options{position: sticky;left: 0;right: 0;bottom: 40px;padding-bottom: 6px; z-index: 9999;} */
  
.sticky-options {position: sticky; left: 0; right: 0; margin-bottom:60px; bottom:40px; z-index:10; width:100%; max-width:1200px; background: rgba(252,252,252,.9); padding:8px 20px;
  display: flex; align-items: center;justify-content:space-between; transition: all .4s; -moz-transition: all .4s; -webkit-transition: all .4s; -o-transition: all .4s;} 

.sticky-options.no_size{max-width:650px;} 

.sticky-options div.option-div{/*display: inline-block;*/padding:0;vertical-align: middle;}
.sticky-options .product_sticky_detail{display: flex !important; align-items: center;}
.product_sticky_detail .product_sticky_image{max-width:45px; margin-right:15px; text-align: right;}
.product_sticky_detail .product_sticky_title{max-width:270px; width:270px;}

.sticky-options .option-selector-fieldset{background: #FCFCFC;box-shadow: 8px 4px 10px rgb(0 0 0 / 5%);border-radius: 0px 50px 50px 0px;padding:12px 25px;display:inline-block;}
.sticky-options .option-selector-fieldset:nth-child(2) {display:none !important;}
.sticky-options .product_sticky_option{min-width:30%; position:relative;text-align: center;}
.swatch-size-sticky .opposing-items{display:none}
.sticky-options .product_sticky_option:before,
.sticky-options .product_sticky_option:after{content:""; width:2px; height:25px; background:rgba(217, 217, 217, 0.5); position:absolute; top:0; bottom:0; margin:auto;}
.sticky-options .product_sticky_option:before{left:0;}
.sticky-options .product_sticky_option:after{right:0;}
.sticky-options .sticky_option_btn{min-width:240px; display:inline-block;}
.sticky-options .sticky_option_btn .quantity-submit-row__submit{margin:0;}
.sticky-options .sticky_option_btn .add_to_cart.sticky-atc,
.sticky-options .btn.notifyme-trigger{font-size:15px;padding:14px 20px;}
.swatch-size-sticky{position:absolute; left:-1000px; z-index:10;}

.sticky-options.bottom_btn{ box-shadow: 0px 4px 10px rgb(0 0 0 / 10%); backdrop-filter: blur(4px); border-radius: 50px;
margin-left: auto; margin-right: auto ;z-index: 9999;}
.sticky-btn{ /*position: fixed;*/ bottom:58px; z-index: 999; left:740px;}
  
.sticky-options .options {display: block; width: 40%; max-width: 100%; padding: 7px 4px 0 7px; float: left;}
.sticky-options .sticky_option_selector{cursor:pointer; box-sizing: border-box; font-size:13px; border:1px solid #000000; border-radius: 55px; padding:13px 20px 14px; font-weight: 600; line-height:normal; width:150px;position: relative;
    display: inline-block; transition: all .4s; -moz-transition: all .4s; -webkit-transition: all .4s; -o-transition: all .4s;}
.sticky-options .sticky_option_selector .sticky_option_arrow{position:absolute; right:20px;transition: all .4s; -moz-transition: all .4s; -webkit-transition: all .4s; -o-transition: all .4s;}
.sticky-options .sticky_option_selector .sticky_option_arrow svg{width:5px; height:7px;}
.sticky-options .sticky_option_selector:hover{background:#E0E0E0;}
.sticky-options .sticky_option_selector:hover .sticky_option_arrow{right:16px;}
.sticky-options .swatch_options{width: 25%; z-index: 2;position: absolute; left: -1000px; top: 0px;}  
.sticky-options .swatch_options.visible{background: rgba(252,252,252,.9); border-radius: 50px;}
.swatch-size.sticky-options{margin-bottom: 0px;background: transparent;z-index: 99999;left: -1000px;width: fit-content; padding:2px;}
.swatch-size.sticky-options .opposing-items{display: none;}

.recommendations_title{display: flex; align-items: center; justify-content: center; align-content: center; text-transform: capitalize; font-size: 20px; font-weight: 600; }
.recommendations_title span{padding-left:5px;}

.section-collection-list .collection-listing .product-block__title{text-align: center;font-weight: 600;}
.section-collection-list .product-block a.product-link:hover img {opacity: .8;}
#stamped-reviews-widget.carousel{ margin-bottom:45px;}
#stamped-reviews-widget.carousel .stamped-instagram-media-block {border-radius:0px; margin-right:10px !important;}
.stamped-instagram-media-hover-content:hover {background: transparent !important;}
.stamped-instagram-media-block:hover .stamped-instagram-media {transform: scale(1) !important;border-radius:0px;}
.stamped-instagram-media-hover-content-wrapper {margin: auto auto 10px !important;font-size: 20px;}
.stamped-instagram-media-block:hover a:after{ 
  content:''; position:absolute; width:100%; height:117px; bottom:0; left:0; right:0; border-radius:0px;
/*   background:url('https://cdn.shopify.com/s/files/1/0982/0722/files/insta-hover-img.png?v=1659093733') center bottom no-repeat; background-size:cover; */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.90) 100%);
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.90) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.90) 100%);
}
.stamped-instagram-modal-nav-previous, .stamped-instagram-modal-nav-next,
.stamped-instagram-nav-previous, .stamped-instagram-nav-next{color:#000 !important;}
.stamped-instagram-media-hover-content-wrapper:before{display:none !important;}

p.afterpay-paragraph{color:#000;font-size: 12px;margin-top:0.9em; font-weight:400; }
/* p.afterpay-paragraph span.afterpay-logo-link { vertical-align: text-bottom; } */
img.afterpay-logo {/*filter: invert(1);  background: #000; */padding: 0px; border-radius: 20px;max-width:72px;margin-left:5px;}
.afterpay-instalments{margin-left:4px;}
#klaviyo-bis-modal .btn-success,
.btn.notifyme-trigger{background: #000; color: #fff; font-weight: 700; font-size:25px; 
  border-radius:35px; width: 100% !important;  letter-spacing: 0;padding:18px 25px; border:0;line-height: 1em; border: 2px solid #000;}
.klaviyo-btn.notifyme-trigger{display:block !important;}
.klaviyo-btn.notifyme-trigger.hidden{display:none !important;}

#klaviyo-bis-modal .btn-success:hover,
.btn.notifyme-trigger:hover{background: transparent; color:#000;}

.product_stock_not_pod{color:#555555;}
.left_instock_label, .outof_stock_label {color: #a42727;font-weight: 500;}
.left_instock_label span, .outof_stock_label span{font-weight:400;}

.notify_form_bis input[type=email]{border-radius: 30px; font-size: 16px; font-weight: 500; padding:13px 20px;border: 2px solid #000;}
/*#notify_form_proudct input[type=email].error_note{border: 2px solid #a42727;color: #a42727;}*/
.bis-integrations{display: block; padding: 10px 0; font-weight: 400;}
.bis-integrations .bis-checkbox{display: inline-block; float: left;width: 16px; height: 16px; margin: 3px 5px 0px 0;}
.bis-integrations .bis-checkbox-label{font-weight: 500;white-space: break-spaces;}

#notify_form_proudct #notify_form_proudct_error_msg{color: #a42727; font-weight: 500;}
#notify_form_proudct .success_msg{color: green;font-weight: 500;}

/* Read more content rk 16-08-22 */
.seo_txt_container{overflow: hidden;}
.collection_txt{/*margin: 0 auto 40px;*/ margin: 0 auto; max-width: 1200px; text-align: center;border-top: 1px solid #D9D9D9;padding-top: 30px;}
.collection_description[data-readmore]{position:relative;transition: all .7s;-moz-transition: all .7s; -webkit-transition: all .7s; -o-transition: all .7s;}

.index .collection_description[data-readmore] a{text-decoration:underline !important;font-weight:700;color:#000;}
.index .collection_description[data-readmore] a:hover{text-decoration:none !important; color:#ff0400;}

.collection_description.content_container{overflow: hidden; text-align: left;}
.collection_description_before {max-height: none; height: 50px;	overflow: hidden;}
.collection_description p {display: inline;}
.index .seo_text p{display: inline-block;}

.morelink {line-height: normal;color: #000; font-weight:600; display:flex; align-items:center; align-content:center; justify-content: center;max-width: 110px; margin:0 auto;
  transition: all .4s;-moz-transition: all .4s; -webkit-transition: all .4s; -o-transition: all .4s;}
.morelink:hover {color: #ff0400;}
.morelink i{font-size:18px;}
.morelink .roted_up,
.morelink .roted_down{transition: all .4s;-moz-transition: all .4s; -webkit-transition: all .4s; -o-transition: all .4s; padding-left:5px;}
/*.morelink .roted_up img{transform: rotate(-180deg);}
.morelink .roted_down img{transform: rotate(0deg);}*/
.template-collection .collection_breadcrumb{margin-bottom: 40px;margin-top: 15px;}
.template-collection .collection_breadcrumb .breadcrumbs{justify-content: space-around;}

.collection_description.content_container:after, .seo_txt_container:after {box-shadow: 0 0 14px 14px #fafafa; content:""; display: block; position: absolute; left: 0; right: 0;
	bottom: 0; height: 0; visibility: visible; opacity: 1; width: 100%;}
.collectiontoggle.collection_description:after {visibility: hidden;} 

.quality-video-wrapper {position: relative; line-height: 0; z-index: 1; overflow: hidden;}
.quality-video-wrapper .quality-video-placeholder {position: absolute; z-index: 1; top: 0; left: 0; height: 100%; width: 100%; cursor: pointer;  transition: all 0.25s ease;}
.quality-video-wrapper video {width: 100%; height: auto; outline: none; cursor: pointer; background-color: #000000;}

/* cart slide up down popup  */

.fancybox-container {z-index: 9999999999;}

.template-cart .fancybox-fx-slide.fancybox-slide--previous,
.template-cart .fancybox-fx-fade.fancybox-slide--previous {transform: translateY(100%);}
.template-cart .fancybox-fx-slide.fancybox-slide--next,
.template-cart .fancybox-fx-fade.fancybox-slide--next { transform: translateY(100%);}
.template-cart .fancybox-fx-slide.fancybox-slide--current,
.template-cart .fancybox-fx-fade.fancybox-slide--current {transform: translateY(0);}

.cart_empty_div{text-align: center;}

.cart_loading{position: relative;}
/* .cart_loading:before{content:""; background:rgba(0,0,0,0.3) url(//emazing-dev.myshopify.com/cdn/shop/t/163/assets/loader.gif?v=1024320115733374261728642052) center 50px no-repeat; position: absolute; left: 0; right: 0; top: 0; bottom: 0;z-index: 10;} */
.full_details{display: flex; justify-content: flex-end;}
.full_details a{color:#000;font-weight: 400;font-size: 12px;text-decoration: underline !important;}
.full_details a:hover{color:#6cf;text-decoration: none !important;}

.cart_product_edit_wrapper h2.cart_section_edit-title{background: rgba(255, 255, 255, 0.9);box-shadow: 1px 1px 5px rgb(0 0 0 / 20%); margin: -44px -44px 30px; text-align: center;
    font-size: 20px; font-weight: 700; padding: 15px;}

.cart_product_edit_wrapper{width:660px !important; border-radius: 15px;}
.cart_product_edit_wrapper .title-row{display: flex; justify-content: space-between; margin: 20px 0 0;}
.cart_product_edit_wrapper .title-row h2.title{line-height: normal; margin:0;}
/* .cart_product_edit_wrapper .title-row{margin:0;} */
.cart_product_edit_wrapper .cart_edit_img-section{margin-right:-44px;}
.cart_product_edit_wrapper .cart-item__image{padding-right: 5px;}
.cart_product_edit_wrapper .cart-item__image img{border:1px solid rgba(166, 158, 158, 0.26);}
.cart_product_edit_wrapper .cart-item__price{font-weight:700;}
.cart_product_edit_wrapper .option-selector.swatch{margin:0 0 20px;}
.cart_product_edit_wrapper .option-selector.swatch-size .my_size_chart{display:none;}
.cart_product_edit_wrapper .quantity-submit-row__submit{margin:30px 0 0;}
.cart_product_edit_wrapper .quantity-submit-row__submit .add_to_cart {font-size: 20px; padding: 14px 25px;}
.cart_product_edit_wrapper .label { font-size:18px;line-height: 1.4em;}
.cart_product_edit_wrapper .fancybox-button.fancybox-close-small {padding:12px; right:10px; top:8px;}
.cart_product_edit_wrapper .fancybox-button.fancybox-close-small svg{width: 20px; height: 20px;}
.cart_product_edit_wrapper .fancybox-button.fancybox-close-small svg path {stroke-width:1px;stroke: #000;}

.page-header-article-img{margin:0 !important;}
.comment-form{max-width: 550px; margin: 0 auto; padding: 20px; background: #f5f5f5; border-radius: 10px;}
.comment-form input[type=text], .comment-form textarea{border-radius:10px;font-weight:500; font-size:14px; resize: none;}
.comment-submit-btn{background: #000; color:#fff; border-radius: 35px;font-weight:700; font-size: 20px; border: 2px solid #000; padding: 10px 30px;
    width: 100%;letter-spacing: 0; }
.comment-submit-btn:hover{background: #000; background: transparent;}

/* Outfit PDP RK 14-09-2022 */
.outfit_product_container{}
.outfit_price{position: relative;}
.outfit-products {display: flex; border-bottom: 1px solid #D9D9D9; margin-bottom: 15px; padding-bottom: 15px;}
.section-option{padding: 15px 0 10px; font-weight:600;font-size:18px;border-top: 1px solid rgba(0,0,0,.15);}
.outfit_detail_img{width: 130px; flex: 0 0 130px;}
.outfit_detail_img a img{border:1px solid rgba(166, 158, 158, 0.26);}
.outfit_detail{margin-left: 25px;width:100%;}
.outfit_detail .modal_price.price .current_price {font-weight:700;}
.outfit_detail .modal_price.price .sale .current_price {color: #fc4242; font-weight: 700;}
.outfit_detail .modal_price.price .was_price{text-decoration: line-through; font-weight: 500; color: #afafaf;}

.outfit_detail .quantity-wrapper a {border:0; height:30px; width:30px; min-width:30px; line-height:30px;}
.outfit_detail .quantity-wrapper input[name=quantity] {width:38px; height:30px; font-size: 16px; border: 0; color: #000;font-weight: 600; margin: 0;}
.outfit_detail .quantity-wrapper a svg{width:20px; height:20px;}
div#slide_cart .slide_cart_inner .cart_items .cart-item__not-image { padding-left: 10px; }
.slide_cart_inner .empty-cart-product-suggestions-product { background: #f0f0f0; padding: 15px; width: 93%; display: inline-block; margin: 12px; border-radius: 15px; }

div#slide_cart span.cart-out:hover svg { transform: rotate(90deg); }
.slide_cart .cart-out svg { transition: all ease-in .2s; width: 35px; height: 35px; margin-top: -10px;}
.intl_coun.slide_cart .cart-out{top:7px;}
.intl_coun.slide_cart .cart-out svg {width:24px; height:24px;}
.slide_cart_inner.cart_empty .cart-out svg { margin-top: -2px;}
.slide_cart_inner .cart-item__column.cart-item__price span.theme-money { font-size: 15px; }
.cart-item__column .name .theme-money{color: #000;}
.slide_cart_inner .cross_sell_section_cart { padding: 15px 15px 15px 10px; } 
.slide_cart_inner .recommend_cart_inner select { -webkit-apperance: none; -webkit-appearance: none !important;  -moz-appearance: none !important;  -ms-appearance: none !important;  
background:url(//emazing-dev.myshopify.com/cdn/shop/files/select-down-arrow.svg?37758) 93% 9px no-repeat !important; background-size: 9px !important; }   
.slide_cart_inner .cart-item__image .rimage-outer-wrapper { width: 100%; max-width: 100% !important; }

.slide_cart_inner .cross_sell_section_cart .input-row{margin-bottom: 0;}
.slide_cart_inner .cross_sell_section_cart .product-form .input-row, .slide_cart_inner .cross_sell_section_cart .buy-buttons-row {margin: 0 0 5px;}
#slide_cart .cart_section_header{margin: 10px 0 0;}
  
.slide_cart_inner .recommend_cart_inner.collection-slider-row .rimage-wrapper { padding-top: 124px !important; }
.slide_cart_inner .recommend_cart_inner.collection-slider-row .action_button_suggetion { box-sizing: border-box; font-size:10px; }
.slide_cart_inner .cart-item__column.cart-item__description .variant a.name { display: flex; }  
.slide_cart_inner.cart_empty { overflow-y: auto; }
.slide_cart_inner .sixteen { padding-left: 10px; }
.slide_cart_inner.cart_empty .static-banner ul { margin: 0; padding: 0 20px 0 10px; }
.empty_cart .use_ac_btn { margin-top: 10px; } 
.cart_collection-listing .collection-listing { position: relative; }
.cart_collection-listing .collection-listing .swiper-button-next { right: 0; }
.cart_collection-listing .collection-listing .swiper-button-prev { left: 0px; }
.cart_collection-listing .collection-listing .swiper-button-next,.cart_collection-listing .collection-listing .swiper-button-prev { width: 34px; height: 34px; color: #000; background: rgb(255 255 255 / 70%); z-index: 1; border-radius: 3px; }
.cart_collection-listing .collection-listing .swiper-button-next:after, .cart_collection-listing .collection-listing .swiper-button-prev:after { width: 44px; height: 44px; font-size: 18px; line-height: 44px;  position: relative; }
.cart_collection-listing .collection-listing .swiper-button-disabled { display: none; }
body.cart .collection-listing .cart_product-block .swiper-button-prev,
body.cart .collection-listing .cart_product-block .swiper-button-next { display: none; }
.product__label--bulk-buy .productsale-tag{ background: #ededed; border-radius: 30px; font-weight: 700; font-size: 10px; color: #000; padding: 4px 13px; margin: 8px 0 5px; display: inline-block; text-transform: uppercase; line-height: normal; }
.cart-item__column.on-sale .name .theme-money { color: #fc4242; }
.cart-item__column .name .struck-out-price .theme-money { color: #afafaf; }

/* AP added for home page about us section 17-01-2023 start */

/*.section-about-us .home-about-section h2 {font-size: 50px;margin: 0 0 20px;line-height: normal;display: inline-block;position: relative;text-align: right;width:490px;font-weight: 700;}
.section-about-us .home-about-section h2 span {font-weight: 400;display: inline-block;position: absolute;text-align: right;left: -70px;width: 220px;}

a.home-about-section-block, .home-about-section .learn_more{color:#000; font-size:15px; text-transform:uppercase;display: flex; align-items: center; justify-content: center;}
.home-about-section span svg{width:18px; vertical-align: middle; margin-left:7px;}
a.home-about-section-block:hover .home-about-section .learn_more{color:#ff0400;}
a.home-about-section-block:hover svg{fill:#ff0400;}*/

/* AP added for home page about us section 17-01-2023 end */

/* Added CSS for home page about us section RK 05-04-23 */
.home-about-section {width: 100%; display: inline-block; position: relative; padding: 35px 0 0; margin: 0; text-align: center;}
.home-about-section .text-overly {max-width: 1200px; margin: 0 auto;}
.home-about-section h2 {font-size: 50px; margin: 0 0 20px; line-height: normal; display: inline-block; position: relative; text-align: right; width: 498px;font-weight: 700;}
.home-about-section h2 span {font-weight: 400; display: inline-block; position: absolute; text-align: right; left: -70px; width: 218px;}
.home-about-section h6 {font-size: 20px; font-weight: 400; text-transform: none; letter-spacing: 0; padding: 0 0 30px;}
a.home-about-section-block, .home-about-section .learn_more {color: #000; font-size: 15px;font-weight:600; text-transform: uppercase; display: flex; align-items: center; justify-content: center;}
.home-about-section span svg {width: 18px; vertical-align: middle; margin-left: 7px;}
a.home-about-section-block:hover .home-about-section .learn_more {color: #ff0400;}
a.home-about-section-block:hover svg {fill: #ff0400;}
/* Added CSS for home page about us section RK 05-04-23 End*/

/* d.dabhi order page 25-01-23 start */
/* .order-table tr, .order-table th, .order-table td { border: 1px solid #e2e2e2; } 
.product-item-info a { color: #ff0400; display:block; }
.product-item-info span img { display: block; } */
  
.template-customers-order div#order_address .column--half { width: 50%; }
.product-item-info { display: flex; align-items: center; }

.product-item-info > span { margin-right: 15px; }
.order-table td { vertical-align: middle; }
table#order_details .product-item-info a, 
table#order_details .product-item-info .small-text{ padding:0px; }
.product-item-info a:hover { color: #000; }
.product-item-info .small-text .line-item-property { display: none; }
.order-table tfoot .order_summary td.label { text-align: left; }
.order-table tfoot .order_summary td.total { text-align: right; }
.order-table tfoot .order_summary.order_total td.label, 
.order-table tfoot .order_summary.order_total td.total,
.order-table thead tr th { font-weight: 700; color: #000; }
.template-customers-order div#return_to_store a { color: #ff0400; }
.template-customers-order div#return_to_store a:hover { color: #000; }
.order-table thead tr th { text-align: center !important; }
body #announcement-bar-with-slider { z-index: 999 !important; }
/* d.dabhi order page 25-01-23 end*/  

/* d.dabhi footer part 16-03-23 start*/
#pagefooter a#scroll_top svg { width: 34px; height: 34px; }
.sms_signup-form { margin-bottom: 11px; }
.section-footer__menu-block__menu li a { font-weight: 400; }
.section-footer__menu-block__menu li:last-child { margin-bottom: 0; }
#pagefooter .section-footer__row__col.section-footer__menu-block h5.section-footer__title.no-wrap { margin-bottom: 21px; line-height: 27px; }
.section-footer__row .section-footer__row__col.section-footer__menu-block { padding-right: 45px; padding-left: 10px; }
.section-footer__menu-block__menu li.section-footer__menu-block__call_btn{ display:none;}
div#pagefooter .selectors-form__item .disclosure button.disclosure__toggle { text-transform: uppercase; font-weight:800; border: 1px solid transparent; }
div#pagefooter .selectors-form__item .disclosure button.disclosure__toggle:hover { border: 1px solid #000; }
.section-footer__newsletter-block label.checkbox_container a { font-weight: 700; }
.section-footer__newsletter-block label.checkbox_container { width: 100%; line-height: 14px; }
div#pagefooter .selectors-form__item .disclosure button.disclosure__toggle span.disclosure__toggle-arrow svg { width: 13px; }
#pagefooter ul.section-footer__menu-block__menu li a, #pagefooter .section-footer__row-lower .copyright { font-family: "Open Sans", sans-serif; color:#000; }
.email_signup-form .checkbox_container { margin-top: 10px;}
.section-footer__row.section-footer__row--blocks .section-footer__newsletter-block {  order: 3; }
/* d.dabhi footer part 16-03-23 end*/

/* d.dabhi PDP 28-03-2023 */
.pdp-wishlist button.wk-button span.wk-label { font-size: 0; }
.pdp-wishlist button.wk-button { width: 48px; height: 48px; border-radius: 100%; justify-content: center; padding: 0; flex-direction: column; letter-spacing: normal; }
.pdp-wishlist button.wk-button .wk-icon { display: flex; justify-content: center; align-items: center; width: 100%; }
.logo-area__right__inner a.header-account-link svg, .logo-area__right__inner a.cart-link svg { width: 30px; height: 30px; }
.title-product-price { display: flex; }
.title-product-price .price-container { margin-right: 0; margin-left: auto; margin-top:-7px; flex: 0 0 23%; position: absolute; right: 0; top: 0; }
.title-product-price .price-container .price-area .price span { display: block; text-align: right; }
.title-product-price .price-container .price-area .price span.current-price { font-size: 20px; font-weight: 600; line-height: 27px; }
.title-product-price .price-container .price-area .price span.was-price { font-size: 16px; font-weight: 600; line-height: 22px; }
.title-product-price .title-row { width: 100%; }
.title-product-price .product-title-variant { width: calc(100% - 23%); padding-right: 10px; }
.detail.product-column-right .header_section { margin: 12px 0; }
.detail.product-column-right .header_section span.stamped-starrating .stamped-fa-star { margin-right: 3px; }
.detail.product-column-right .header_section span.stamped-starrating { margin-right: 10px !important; }
.swatch_scroller .option-selector__btns.swatch-color { margin-top: 0; }
.option-selector.swatch.swatch-size { padding-top: 10px; margin-bottom:25px; }
.option-selector.swatch.swatch-size .option-selector__btns .opt-btn:checked+.opt-label, .option-selector.swatch.swatch-inseam .option-selector__btns .opt-btn:checked+.opt-label { background: #000; color: #fff; border-color: #000 !important; }
.option-selector.swatch.swatch-size .option-selector__btns .opt-label, .option-selector.swatch.swatch-inseam .option-selector__btns .opt-label { border-color: #000; margin-right: 12px; }
.option-selector.swatch.swatch-size .option-selector__btns .opt-btn.is-unavailable+.opt-label, .option-selector.swatch.swatch-inseam .option-selector__btns .opt-btn.is-unavailable+.opt-label { border-color: #D9D9D9; }
.detail.product-column-right .product-form .input-row { margin-bottom: 0; }
.detail.product-column-right .reviews-questions { padding: 4px 0 10px;}
.detail.product-column-right .reviews-questions span.stamped-badge span i { margin-right: 0px; }
.detail.product-column-right .product_stock_not_pod { margin-bottom: 10px; }  
.selling-points ul.usp_icon-list {  margin: 0; padding: 25px 0; width: 100%; display: flex; }
ul.usp_icon-list li { display: flex; margin: 0; vertical-align: top; padding: 0 5px; text-align: left;  align-items: center; }
ul.usp_icon-list li ins { text-decoration: none; line-height: 16px; font-weight: 600; font-size: 12px; padding-left: 10px; }
ul.usp_icon-list li.shipping-truck,ul.usp_icon-list li.free-returns { padding-left: 5%; }

.option-selector.swatch.swatch-inseam .option-selector__btns .opt-btn:checked+.opt-label { background: #000; color: #fff; border-color: #000 !important; }
.option-selector.swatch.swatch-inseam .opt-btn.is-unavailable:checked + .opt-label { background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(5, 5, 5, 0.2)' stroke-width='0.4' preserveAspectRatio='none' %3E%3Cline x1='24' y1='0' x2='0' y2='24'%3E%3C/line%3E%3C/svg%3E") rgb(242, 242, 242) center/100% 100% no-repeat; color: #000; }
 
/* d.dabhi Slide Out Cart, Cart Page start 31-03-2023 */
/* #slide_cart .cart_section_header, 
.slide_cart .top-search-list ul li a, 
.slide_cart_header *, .slide_cart_header span,
.empty-cart-product-suggestions-product h2.hometitle,
.empty-cart-product-suggestions-product .product-info,
.cart-page-content .cart-item-list__body,
.cart-page-content .checkout-subtotal-container h2, .cart-page-content .checkout-subtotal-container .cart-policies,
.cart-page-content .checkout-subtotal-container .checkout-buttons .button,
.cart-page-content .recommend_cart_inner .cart_product-block .collection-listing-title,
.cart-page-content .recommend_cart_inner .cart_product-block select, 
.cart-page-content .recommend_cart_inner .cart_product-block p,
.cart-page-content .recommend_cart_inner .cart_product-block button,
.cart-page-content .ship-progress,
.cart-item__quantity .quantity .cart-item__quantity-input{ font-family: 'Open Sans';}
.slide_cart_inner .action_button_suggetion ,
.checkout_block button.slide-cart-btn{ font-family: Open Sans !important; } */
.empty-cart-product-suggestions-product .product-info,
.cart-page-content .checkout-subtotal-container .cart-policies,
.slide_cart_inner .checkout_block p.subtotal_amount .subtotal,
.slide_cart_inner .checkout_block .cart-policies,
.product-block .product-info .collection-listing-title a,
.cart-page-content .ship-progress{ font-weight: 400; }
.slide_cart_header span,
.scroll-empty-cart .top-search-list ul li a{ font-family: 'Open Sans'; }
.product-detail .slideshow.product-slideshow { border: 1px solid #D9D9D9; }
/* d.dabhi Slide Out Cart, Cart Page end 31-03-2023 */

/*Mobie Nav 05-04-23 RK*/
.nav-mobile-inner {padding:0; background: #f9f9f9; width: 100%; margin-top: auto;}

/* d.dabhi pdp product description 11-04-2023 start*/
.product-description-row { display: flex; flex-wrap: wrap; }
.product-description-row .product-detail-videos { width: 50%; }
.product-description-row .product-detail-description { width: 50%; background: #F5F5F5; padding: 20px; display: flex; }
.product-desc-middle-content { width: 100%; text-align: center; margin-top: auto; margin-bottom: auto; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; }
.product-desc-middle-content .custom-description-wrap h3 { font-weight: 600; font-size: 16px; line-height: 22px; text-transform: inherit; margin: 0 0 20px 0; }
.product-desc-middle-content .custom-description-section ul { display: flex; flex-wrap: wrap;  list-style: none; margin: 0; padding: 0; justify-content: center; width:100%; }
.product-desc-middle-content .custom-description-section ul li { list-style: none; padding: 0 20px; }
.product-desc-middle-content .custom-description-section ul li svg { width: inherit; height: inherit; }
.product-desc-middle-content .custom-description-section { width: 100%; }
.product-desc-middle-content .custom-description-section ul li span { display: flex; margin-bottom: 8px; }
.product-desc-middle-content .custom-description-section ul li p { font-weight: 600; font-size: 12px; line-height: 16px; font-family: 'Open Sans'; margin: 0; }
.product-desc-middle-content .custom-description-wrap p { font-weight: 400; font-size: 12px; line-height: 20px; margin: 0; }
.product-desc-middle-content .custom-description-wrap { margin-bottom: 35px; }
.recently-product-block.product-block .coll_wishlist,
.collection-listing.related-collection .coll_wishlist{ display: none; }
.fancybox-stage .full_details a.full_details-link:hover { color: #000; }
.product_stock_not_pod span.left_instock_label { font-size: 12px; font-weight:400; }
.title-product-price .price-container .price-area { margin-right: 0; }
.recently-viewed-products-wrapper .recently-view-title span { display: none;}
.option-div.swatch-size-sticky .option-selector__btns .opt-btn:checked + .opt-label { background: #000; color: #fff; }
.option-div.swatch-size-sticky .option-selector__btns .opt-label { border-color: #000; }
.left-product-variant > .product-label-wrapper { display: flex; }
.left-product-variant .product-label-wrapper .product-label { margin-right: 10px; }
.left-product-variant .product-label.product-label--sale span { background: #FC4242; }
.option-div.sticky_option_btn .quantity-submit-row__submit .add_to_cart-small.sticky-atc span svg path,
.detail.product-column-right .buy-buttons-row .quantity-submit-row__submit button.add_to_cart svg path{fill: #fff;}
.option-div.sticky_option_btn .quantity-submit-row__submit .add_to_cart-small.sticky-atc:hover span svg path,
.detail.product-column-right .buy-buttons-row .quantity-submit-row__submit button.add_to_cart:hover svg path{ fill: #000; }
.product-detail-accordion .cc-accordion-item__content p{font-size: 12px;line-height: 20px; margin-bottom: 12px; color: #000; font-weight: 400; }
  .product-detail-accordion .cc-accordion-item__content{ font-size: 12px;line-height: 20px; color: #000; font-weight: 400; }
.product-detail-accordion .cc-accordion-item__content .shipping-table tr th,
.product-detail-accordion .cc-accordion-item__content .shipping-table tr td,
.product-detail-accordion .cc-accordion-item__content ul li{ font-size: 12px; } 
.product-detail-accordion .cc-accordion-item__content ul { margin-left: 20px; }
.product-detail-accordion .cc-accordion-item__content ul li { list-style: disc; }
.product-detail-accordion .cc-accordion-item__content p.model_info strong,
.product-detail-accordion .cc-accordion-item__content p.model_subtitle strong{ font-size: 14px; font-weight: 600; width: 100%; display: block; }
.product-detail-accordion .cc-accordion-item__content p.model_info,
.product-detail-accordion .cc-accordion-item__content p.model_subtitle{ display: block; }
.collection .product-block .product-label-container { display: none; }
.product .collection-listing.related-collection .product-block .product-label-container,
.index .collection-listing .product-label-container,
.product-recommendations .product-label-container,
.recently-viewed-products-wrapper .product-label-container{ display: none;}
/* .recently-viewed-products-wrapper .recently-product-block .product_badges { left: inherit; right: 10px; } */
.selling-points ul.usp_icon-list li.money-back-guarantee span svg { width: 34px; height: 32px; }
.selling-points ul.usp_icon-list li.shipping-truck span svg { width: 59px;  height: 31px; }
.selling-points ul.usp_icon-list li.free-returns span svg { width: 30px; height: 32px; }
.notify_form_bis #notify_form_proudct .notifyme-trigger.notify_btn_submit {  padding: 13px 25px; font-size: 20px; background: #000; border-color: #000; }
.notify_form_bis #notify_form_proudct .notifyme-trigger.notify_btn_submit:hover{ background: transparent; color: #000; }
.notify_form_bis #notify_form_proudct .notifyme-trigger.notify_btn_submit.no-variant{ background: #FC4242; border-color: #FC4242;}
.notify_form_bis #notify_form_proudct .notifyme-trigger.notify_btn_submit.no-variant:hover{ background: transparent; color: #FC4242;}
.detail.product-column-right .buy-buttons-row { margin-bottom: 0; }
.show-your-fit #stamped-reviews-widget { float: none !important; } 
.quantity-submit-row button.no-variant,
.sticky-options.bottom_btn .option-div.sticky_option_btn .add_to_cart-small.sticky-atc.no-variant{ background: #FC4242; border-color: #FC4242; }
.quantity-submit-row button.no-variant:hover,
.sticky-options.bottom_btn .option-div.sticky_option_btn .add_to_cart-small.sticky-atc.no-variant:hover{ background: transparent; border-color: #FC4242; color: #FC4242; }
.option-selector.swatch.swatch-color .swatch_scroller strong.label { margin-bottom: 0; }
.option-selector.swatch.swatch-color { margin-bottom: 15px; }
.stamped-instagram-modal-nav-previous i, .stamped-instagram-modal-nav-next i, .stamped-instagram-nav-previous i, .stamped-instagram-nav-next i{ top:40% !important;}
.option-selector-fieldset.custom-variant .option-selector__btns label.opt-label { font-size: 10px; font-weight: 500; }
.collection .quickbuy-container .inner .product-detail.quickbuy-content .main-image .pdp-wishlist { display: none; } 
.template-product main#content { padding-bottom: 60px; }
.mobile_multivariant .swatch_scroller .opposing-items strong.label { margin-bottom: 3px; }
.mobile_multivariant .swatch_scroller .opposing-items a.my_size_chart{ margin: -2px auto 0 10px;}
/* d.dabhi pdp product description 11-04-2023 end*/ 

/* d.dabhi pdp product description video play pause 20-04-2023 start*/
.product-description-row .product-detail-videos, .product-description-row .product-detail-video_content { position: relative; }
.product-description-row .product-detail-videos button.desciption-video_btn, .product-description-row .product-detail-video_content button.desciption-video_btn{ position: absolute; bottom: 14px; right: 14px; z-index: 9; background: transparent; border: none; padding: 0; display:none;}
.product-description-row .product-detail-videos button.desciption-video_btn img, .product-description-row .product-detail-video_content button.desciption-video_btn img{ width: 44px; }
.product-detail-videos button.desciption-video_btn.desc-video__btn--pause, .product-description-row .product-detail-video_content button.desciption-video_btn.desc-video__btn--pause{ display: block; }
.product-description-row .product-detail-videos svg, .product-description-row .product-detail-video_content svg { width: 44px; height: 44px; }
.index .collection-slider-row.for-collections { /* padding-top: 0; */}
.product-detail-accordion .cc-accordion-item__content h3 { text-transform: inherit; font-size: 14px; font-weight: 600; color: #000; }
.product-detail-accordion .cc-accordion-item__content .shipping-table { margin-top: 30px; }

.product_detail_content {max-width: 100% !important;padding: 0;}
.product_detail_content .column--order-push-desktop{padding-left: 15px;}
.product_detail_content .flexible-layout, .product_detail_content .column{padding: 0;margin-left: 0;}
.product_detail_content .content-push{flex-direction: row-reverse;}  
.image-overlap_content{width:50%;margin:0;}
.image-overlap_content a:hover{opacity: 0.9;}
.image-overlap_content .image-overlap__image{display: flex;}
.product_detail_content .video__btn{position: absolute;bottom: 14px;right: 14px;z-index: 9;background: transparent;border: none;padding: 0;display: none;width: 44px;height: 44px;}
.product_detail_content .video__btn.show-btn{display: block;}
.product_detail_content .product-description-row {margin-left: -10%;width: calc(100% + 20%);}
 
.size-chart-table th { font-weight: 600; }

.slide_cart .slidecart .price-area span { display: block; margin: 0; width: 100%; line-height: normal; }
.slide_cart .slidecart .product-price {  display: block; }
/* d.dabhi pdp product description video play pause 20-04-2023 end*/

/* d.dabhi collection page 05-05-23 start*/
.product_badges span.custom_badges { margin:3px 3px 0px 0; font-size: 10px; font-weight: 700; border: 2px solid #000; border-radius: 30px; padding: 0px 7px 1px; display: none; }
.template-collection .page-header h1 { font-size: 20px; font-weight: 700; }
.product-block .product-info .cost_per_tee { font-size: 10px; color: #FC4242; display: block; line-height: 20px; font-weight: 400; }
.product_badges span.custom_badges:first-child {  background: #000; color:#fff;} 
.product_badges.custom_bundle_badges { width: 100%; }
.product-block .product-link span.custom_badges {/* color: #000 !important; */}
.product-block .product-link .custom_badges.new_tag { color: #fff !important; }
.product_badges-quickview { position: relative; display: flex;  }
.product_badges.custom_bundle_badges { width: calc(100% - 35px); }
.product_badges-quickview .product_badges.custom_bundle_badges { display: block; }
.template-collection .product-discount-percentage{ z-index: 10;}
.template-product .section-main-product { margin-top: 18px; }
.collection_description h2 { text-transform: inherit; font-weight: 600;}
.collection_description p{ font-weight: 400}
.product_badges span.custom_badges:first-child, 
.product_badges span.custom_badges:nth-child(2), 
.product_badges span.custom_badges:nth-child(3) {
  display: inline-block;
}
/* d.dabhi collection page 05-05-23 end*/    

.essential_countdown-bar-enable .product_badges{z-index: 10;}
.essential_countdown_annoucement_bar_wrapper{z-index: 1000 !important;}

/* d,dabhi pagination 05-05-23 start*/
.pagination a.pagination_arrow.arrow_right { background: #000; color: #fff; }
.pagination-row a.pagination_arrow svg { width: 6px; height: 10px; display: block; vertical-align: middle;}
.pagination-row a.pagination_arrow span { display: inline-block; vertical-align: middle; margin: 0; transition: all .4s; -moz-transition: all .4s; -webkit-transition: all .4s; -o-transition: all .4s; position: relative; top: -1px;}
.pagination-row a.pagination_arrow span.right-arrow-svg { left:4px;}
.pagination-row a.pagination_arrow.arrow_right:hover span.right-arrow-svg { left:7px;}
.pagination-row a.pagination_arrow span.left-arrow-svg { left: -4px; }
.pagination-row a.pagination_arrow.arrow_left:hover span.left-arrow-svg { left: -7px; }
.pagination a.pagination_arrow.arrow_right.page_disable { background: transparent; color: #000; opacity: .5; }
.pagination a.pagination_arrow.arrow_right.page_disable svg path { stroke: #000; } 
/* d,dabhi pagination 05-05-23 end*/

/* d.dabhi UAT feedback 15-05-2023 start*/
.template-customers-login .action_bottom button.btn,
.template-customers-register .action_bottom button.btn{ letter-spacing: normal; font-weight: 700; }
.logo a svg { width: inherit; height: inherit; }

.template-customers-login #customer_login a:hover,
.template-customers-login #recover-password a:hover,
.template-customers-register #create_customer a:hover{ color: #ff0400; }
span.logo_vector { display: inline-block; }
span.logo_vector svg {  width: 100%; }
.majortitle.in-content { font-size: 24px; }
.track-content a { color: #fff; text-decoration-color: #fff; }
.track-content a:hover { color:#ff0400 !important;}
.article-logo .container { padding: 0; }
.title-product-price .price-container > div { width: 100%; }
.template-index .collection-listing .product-list .product-block .quickbuy-toggle { margin-top: 5px; }
body.template-product.product\.description-bottom .page-header {  margin: 0; border: none; }
.option-selector-fieldset .swatch_scroller .opposing-items strong.label {color: #000;}
.quickbuy-container .product-detail .swatch_scroller .opposing-items { justify-content: inherit; }
/* d.dabhi UAT feedback 15-05-2023 end*/

/* d.dabhi pack functionality 18-05-2023 start*/
.price-container span.cost_per_tee { color: #fc4242; font-size: 12px; font-weight: 400; display: block; text-align: right; }
.opposing-items .color_selectd, .opposing-items .size_selectd, .opposing-items .label .other_selection{font-size:16px;font-weight: 600;padding-left: 8px;margin-bottom: 2px;}
/*.opposing-items span.color_selectd { font-size: 16px; font-weight: 600; padding-left: 8px; color: #000; }*/
.multi_colors .option-selector.swatch-color{ border-bottom: 1px solid #D9D9D9; padding-bottom: 22px; margin-bottom: 22px; }
.multi_colors .option-selector.swatch-color:last-child { border-bottom: 0; padding-bottom: 10px; }

.multi_colors .option-selector .swatch-color.option-selector__btns{display:block;}

.opposing-items-steps{}
.opposing-items-steps .label{font-weight: 700; text-transform: uppercase; font-size: 20px;}
.multi_pack-variant-picker .multi_pack {border-top:1px solid #D9D9D9; padding-top:10px;padding-bottom:10px; margin-top:20px; }
.multi_pack-variant-picker .multi_pack:first-child{ border-top:0;padding:0px; margin-top:0px; }
.title-product-price .price-container .price-container-wrapper { width: 100%; }
.form.product-purchase-form-custom-bundle label.label_hidden { display: none; }
.swatch_scroller.steps-select { margin-bottom: 15px; }
.slide_cart .cart-item__column .cart-discount-list span.cart-discount__title, .slide_cart .cart-item__column .cart-discount__amount { font-size: 15px; }
.form.product-purchase-form-custom-bundle .multi_select.hide { display: none; }
#customer_login .action_bottom .opposing-items { justify-content: space-between; }
#customer_login .action_bottom .opposing-items a { font-weight: 400; }
#recover-password .action_bottom .note a { font-weight: 400;}
.template-article .meta .iconmeta.time span.author a { color: #a1a1a6; }
.template-article .meta .iconmeta.time span.author a:hover { color: #ff0400; }
/* d.dabhi pack functionality 18-05-2023 end*/


.quickbuy-container .stamped-product-reviews-badge { pointer-events: none;}

.selector-wrapper, .select { display: none; }

/* d.dabhi blog/article page 19-05-2023 start*/

.articl-blog-contains .sticky-social-icons { width: 100px;  padding-left: 0; position: -webkit-sticky; position: sticky; top: 79px; display: inline-block; vertical-align: top; margin: 0; }
.articl-blog-contains .sticky-social-icons .sharing.social-links { left: 0; top: 0; vertical-align: top; background: #f0f0f0; padding: 30px; display: block; position: inherit; text-transform: uppercase; font-weight: 600; }
.articl-blog-contains .sticky-social-icons .sharing.social-links .sharing-label { color: #9da6ae; font-weight: 600; font-size: 14px; display: block; text-align: center; }
.articl-blog-contains .sticky-social-icons .sharing.social-links .sharing-list { display: block; padding-top: 4px; }
.articl-blog-contains .sticky-social-icons .sharing.social-links .sharing-list li { display: block; text-align: center; padding: 8px 0px; }
.articl-blog-contains .sticky-social-icons .sharing.social-links .sharing-list li a { margin: 0; display: block; padding: 0; display: inline-block; font-size: 14px; color: #9da6ae; }
.articl-blog-contains .sticky-social-icons .sharing.social-links .sharing-list li a svg,.articl-blog-contains .sticky-social-icons .sharing.social-links .sharing-list li a svg path { fill: #9da6ae; }
.articl-blog-contains .sticky-social-icons .sharing.social-links .sharing-list li a:hover svg, .articl-blog-contains .sticky-social-icons .sharing.social-links .sharing-list li a:hover svg path { fill: #ff0400; }
.articl-blog-contains .container { display: inline-block; width: calc(100% - 105px); max-width: 100%; padding: 0 70px 0 110px; }
.articl-blog-contains .container .article__body-inner { padding: 0;}
.articl-blog-contains .article-content.article_content-full { background: #fff; position: relative; padding: 30px 50px; display: flex; width: 90%; text-align: left; flex-direction: column; margin: -115px 0 0 auto !important; }
.articl-blog-contains .article-content.article_content-full .majortitle { font-size: 40px; line-height: 54px; font-weight: normal; margin-bottom: 0; padding: 15px 0; }
.social_post_mobile{ display:none ;}
.social_post_mobile .lightly-spaced-row.sticky-social-icons { display: flex; width: 100%; position: relative; top: 0; }
.social_post_mobile .lightly-spaced-row.sticky-social-icons .sharing.social-links { width: 100%; padding: 10px 15px; text-align: center; }
.social_post_mobile .lightly-spaced-row.sticky-social-icons .sharing.social-links .sharing-label { display: inline-block; vertical-align: middle; }
.social_post_mobile .lightly-spaced-row.sticky-social-icons .sharing-list { display: inline-block !important; padding: 0 !important; }
.social_post_mobile .lightly-spaced-row.sticky-social-icons .sharing-list li { display: inline-block !important; padding: 0 7px !important; vertical-align: middle !important;}
.form__control-row { display: flex; flex-wrap: wrap; margin: 0 -10px; }
.form__control-row .input-row {  width: 50%;  padding: 0 10px;  margin-bottom: 0; }
p.comment-notes { margin: 0; font-style: italic; font-weight: 400; }
.comment-form #add-comment-title { font-size: 22px; margin-bottom: 20px; }
.meta .iconmeta a { padding: 4px 4px; color: #a1a1a6; }
.meta .iconmeta a:after { margin-left: 5px; color: #000; }
.meta .iconmeta a:hover{ color:#ff0400}

/*d.dabhi soldout size color 06-07-23 start*/
.option-selector.swatch.swatch-size .opt-btn.is-unavailable:checked + .opt-label { background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(5, 5, 5, 0.2)' stroke-width='0.4' preserveAspectRatio='none' %3E%3Cline x1='24' y1='0' x2='0' y2='24'%3E%3C/line%3E%3C/svg%3E") rgb(242, 242, 242) center/100% 100% no-repeat; color: #000; }
/*d.dabhi soldout size color 06-07-23 end*/

/* d.dabhi blog/article page 19-05-2023 end*/
/* d.dabhi pack color 23-06-2023 start*/
.bundle-tag-div {display: flex; justify-content: space-between; flex-direction: row-reverse; align-items: center; font-size: 11px; font-weight: 400;}
/* d.dabhi pack color 23-06-2023 end*/

/* Homepage collection BG video and collection video or collection img  RK 17-07-23 start*/
.collection_video-section{position: relative; overflow: hidden;}
.collection_video_wrapper{ width: 100%; height: auto;}
video.collection_video{object-fit: cover; height: 100%; position: absolute;}
.collection_video-container{position: relative; padding-top:40px; padding-bottom:40px; color: #fff;}
.collection_video-container h2{color: #fff;}
.section-collection-list .collection_video-container .product-block a.product-link:hover img{opacity:1;}
.collection_video-container .product-block a.product-link:not(.button){color: #fff;}
.collection_video-container .product-block:hover a.product-link:not(.button){color:#fc4242;}
.collection_video-container .product-block a.product-link .main_price{color: #fff;}
/*.collection_video-container .swatch-method-standard .product-block-options {margin-left:0; margin-right:0px;}*/
.collection_video-container .product-block-options--swatch .product-block-options__inner{padding:10px 0 0; background: rgba(255,255,255,0.4);margin-bottom: 0;}
.collection_video-container .product-block-options--swatch .product-block-options__inner .product-block-options__item{color:#000;}

.collection_video-container .product-price .product-price__compare{color:#ccc;}
.collection_video-container .product-block__rating .cc-rating-stars__svg {fill: #fff;}

/* Homepage collection video or collection img */
.product-block_video{position: relative; overflow: hidden;}
video.product_video{object-fit: cover; height: 100%; /*position: absolute; top:0;*/}

/* Homepage collection BG video and collection video or collection img RK 17-07-23 end*/

/* pdp sticky size dd 10-08-2023 start*/
.option-div.swatch-size-sticky.size-sticky{ opacity: 0; -webkit-transition: all ease-in .7s; -moz-transition: all ease-in .7s; transition: all ease-in .7s; left: 0; transform: translateX(-100%); }
.option-div.swatch-size-sticky.size-sticky.open-desktop{ opacity:1; transform: translateX(65px); }
/* pdp sticky size dd 10-08-2023 start*/

/* pdp gallery popup video d.dabhi 19-09-2023 start */
.gallery-viewer__video { cursor: default; }
.gallery-viewer__video .plyr { height: 100vh; }
.gallery-viewer .gallery-viewer__thumb--active:after {background: transparent;}
.gallery-viewer__thumbs .media-video-thumb { position: relative; } 
.gallery-viewer .gallery-viewer__thumb--active .rimage-wrapper { outline: 1px solid #000; }
/* pdp gallery popup video d.dabhi 19-09-2023 end */

.image-size-center { display: flex; justify-content: center; align-items: center; width: 100%; }


.block-inner-inner .product-info>.inner .product-price span {display: flex !important; margin-top: auto !important;margin-bottom: auto !important;flex-direction: row; line-height: normal;}
.block-inner .product-info .product-price span.stamped-badge { pointer-events: none; margin-right: 4px;flex-direction: row; }

.stamped-badge-starrating {margin: 0 !important;}
.stamped-product-reviews-badge span.stamped-badge-caption {color: #000 !important;position: relative;top: -1px;font-size: 13px;}

/* .block-inner .product-info .product-price span.stamped-badge span.stamped-badge-caption { display: none !important; } */
.block-inner .product-info .product-price span.stamped-badge span.stamped-starrating {flex-direction: row; }

.block-inner .product-info .product-price .stamped-product-reviews-badge span.stamped-badge-caption {color: #000 !important;position: relative;top: -1px;font-size: 13px; margin-left:3px;}
.product-title-variant .reviews-questions span.stamped-product-reviews-badge span.stamped-badge { display: inline-block; }
/* .product-title-variant .reviews-questions span.stamped-product-reviews-badge span.stamped-badge span.stamped-badge-caption { display: none; } */
.title-product-price .product-title-variant .reviews-questions span.stamped-badge-caption { line-height: 18px;}


/* star rating format d.dabhi 20-10-2023 start*/
.block-inner .product-info .product-price span.stamped-badge:before,
.reviews-questions .stamped-product-reviews-badge .stamped-badge:before,
.featured-product-list .product-block__rating:before{ content: attr(data-rating); color: #000; font-size: 13px; font-weight: 600; margin-right: 3px; }
.reviews-questions .stamped-product-reviews-badge .stamped-badge span.stamped-starrating i:before,
.block-inner-inner .product-info>.inner .product-price .stamped-starrating i:before { font-size: 13px; vertical-align: baseline; position: relative; top: 0px; }
.reviews-questions .stamped-product-reviews-badge .stamped-badge span.stamped-starrating i { margin-right: 1px !important; }
span.stamped-badge-starrating i.stamped-fa-star:before,span.stamped-badge-starrating i.stamped-fa-star-half-o:before { color: #000000; }
span.stamped-badge-starrating i.stamped-fa.stamped-fa-star-o:before { color: #a7a7a7; } 
.featured-product-list .product-block__rating:before { font-weight: 500; color: #fff; }
.featured-product-list .reviews-questions span.stamped-badge:before,.featured-product-list .reviews-questions span.stamped-badge-caption { color: #fff !important; }
.featured-product-list .reviews-questions .stamped-product-reviews-badge { display: flex !important; }
.featured-product-list .detail .reviews-questions span.stamped-badge:before, .featured-product-list .detail .reviews-questions span.stamped-badge-caption { color: #000 !important; }
/* .featured-product-list .reviews-questions .stamped-product-reviews-badge span.stamped-badge .stamped-badge-caption { display: none;} */
.featured-product-list .reviews-questions span.stamped-badge-caption { line-height: 23px; }
.recently-product-block .product-info .innerer span.stamped-product-reviews-badge { padding-top: 2px; }
.featured-product-list .reviews-questions .stamped-product-reviews-badge .stamped-badge span.stamped-starrating i:before { top: 0px; }
  
body .fa-star,body .fa-star-o,body .fa-star-half-o,body .stamped-fa-star,body .stamped-fa-star-o,body .stamped-fa-star-half-o{ color:#ffa41c !important; }
.title-product-price .product-title-variant .reviews-questions span.stamped-starrating i:before { top: -1px; }
.featured-product-list .detail .reviews-questions span.stamped-product-reviews-badge span.stamped-badge-caption { line-height: 18px; margin-left: 5px; }
.featured-product-list .detail .reviews-questions span.stamped-badge span i:before { margin: 0; }
.block-inner-inner .product-info>.inner .product-price .stamped-product-reviews-badge { width: 100%; padding-top: 4px; }
.featured-product-list .block-inner .product-info .product-price .stamped-product-reviews-badge span.stamped-badge-caption { top: -1px;  margin-left: 3px; }
.featured-product-list .block-inner .product-info .product-price .stamped-product-reviews-badge .stamped-badge:before { line-height: 17px; }
span.stamped-product-reviews-badge.product-stamped-star span.stamped-badge-caption span { text-transform: capitalize; margin-left: 2px; }
.product-detail.quickbuy-content .title-product-price .product-title-variant .reviews-questions span.stamped-badge-caption { margin-left: 3px; }
.product-detail.quickbuy-content .title-product-price .product-title-variant .reviews-questions span.stamped-starrating { margin-right: 0 !important; }
.featured-product-list .quickbuy-content .detail .reviews-questions span.stamped-product-reviews-badge span.stamped-starrating { position: relative;top: -1px; }
/* star rating format d.dabhi 20-10-2023 end*/

/* product detail descriptoin d.dabhi start 07-11-2023 */
ul.custom-description-icons { display: flex; flex-wrap: wrap; list-style: none; margin: 0; padding: 0; justify-content: center; width: 100%; }
.selling-points ul.custom-description-icons { justify-content: flex-start; margin-top: 10px; }
ul.custom-description-icons li { list-style: none; padding: 0 18px; text-align: center; }
ul.custom-description-icons li span { display: flex; /*margin-bottom: 11px;*/ justify-content: center; align-items: center; height: 32px; max-width: 42px;margin: 0 auto 11px;}
ul.custom-description-icons li p { font-weight: 600; font-size: 12px; line-height: 16px; font-family: Open Sans; margin: 0;}

.custom-description-section img{ width:auto; height:auto; max-width: 100%; display: block; margin: 0 auto;}
.product-description-row.no-video .product-detail-description { width: 100%; } 
.selling-points ul.custom-description-icons { justify-content: flex-start; margin-top: 15px; }
ul.custom-description-icons li span img.lazyload, ul.custom-description-icons li span img.lazyloading{ min-height:auto; }
/* product detail descriptoin d.dabhi end 07-11-2023 */


/* gift card on slideout cart d.dabhi 10-11-2023 start */
.cart-free-product-block { background: #f5f5f5; border-radius: 5px; margin: 30px 10px 10px; padding: 16px; position:relative; }
.cart-free-product-block .block-title {  font-size: 16px; font-weight: 700; text-transform: capitalize; text-align: center; margin-bottom: 20px; }
.cart-free-product-block .block-inner .block-inner-inner { display: flex; flex-wrap: wrap; }
.cart-free-product-block .block-inner-inner .image-cont { max-width: 109px; width: 100%; margin: 0; }
.cart-free-product-block .block-inner-inner .image-cont .rimage-outer-wrapper { max-width: 100% !important; }
.cart-free-product-block .block-inner .product-info { width: calc(100% - 109px); padding-left: 20px; margin-top: 0; } 
.cart-free-product-block .block-inner .product-info .product-block-selection {  flex-wrap: wrap; display: flex; padding-top: 20px; gap: 6px; }
.cart-free-product-block .block-inner .product-info .product-block-selection select.select_Size { margin: 0; width: 50%; padding: 5px 5px; line-height: normal; }
.cart-free-product-block .block-inner .product-info .product-block-selection .buy-buttons-row { margin: 0; width: 50%; }
.cart-free-product-block .block-inner .product-info .product-block-selection .buy-buttons-row button.add_to_cart { margin: 0; padding:7px 5px 8px; text-transform: capitalize;  font-size: 10px;}
.cart-free-product-block .block-inner .product-info .product-block-selection .buy-buttons-row button.add_to_cart[disabled] { padding: 6px 5px 7px; pointer-events: none; background: transparent !important; border: 1px solid #727272; color: #727272 !important; text-transform: capitalize;   font-size: 10px; }
.cart-free-product-block .block-inner .product-info .product-block-selection .buy-buttons-row button.add_to_cart[disabled]:before { content: "";
    background: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><rect width="12" height="12" fill="url(%23pattern0)"/><defs><pattern id="pattern0" patternContentUnits="objectBoundingBox" width="1" height="1"><use xlink:href="%23image0_848_2048" transform="scale(0.00195312)"/></pattern><image id="image0_848_2048" width="512" height="512" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAYAAAD0eNT6AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAACAASURBVHic7d17fNx1ne/x9/eXSVqgTaso3toCeoTVVTyKl6bibeWxq4IH92gBl+NZ8EjU1jyamQkF18uOu+dgm2ZmUqOoFUW8cckqrsp6WxUFCayLLuBRBOXSoj4QUJqktW2S3+f80egBt0CSzsxnfr/v6/l49B8eD8i7YWZ+r/nNzG8kAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEB7Cd4DADRHpVLpeuCBBw4vFAqHm9kiSTKz5WYWkiTpNLMlkhRCmEzTdCqEYCGEB2b/2d7p6en7d+/efd+2bdumPP8eAJqDAACyJ2zcuPFJ+/btOzpJkqPN7KgQwtGSnijpcQ/6092gnzcu6T4zuzeEcL+kX5vZnUmS3DEzM3NnV1fXHYODg79q0M8C0CIEANDG+vv7jwohPDuEcFwI4Tgze7akp0pa5L3tT+yRdHsI4ceSbkzT9OYkSW6qVqt3eQ8DcGAEANAm+vr6Hl8oFNaEEE6Q9CJJx0la5jzrYD0g6aYQwvVmdk0I4dpqtXqf9ygABADgplwuH2lmr5w94K8xs2O9N7XILZKuNbNr0jT91tatW7d7DwJiRAAALVKpVAoTExOrzexkSSdKep64D0rS7Wb2r5K+Mj09/Y2RkZG93oOAGPDgAzRRf3//8iRJXifpdZJeKWmJ86R2NyHpW5Ku6Ozs/OfNmzfv9B4E5BUBADRYsVg8RPuf4a8NIbxe0qHOk7Jqr6RvShotFApXDA4OTngPAvKEAAAaYO3atR0rVqx4TQjhbyW9RtIh3pty5vdmdmVHR8cn77rrrq+Njo7OeA8Cso4AAA7Cxo0bnzw9Pf0mSW+XdKT3nkj8StKnkyT56NDQ0B3eY4CsIgCAeVq7dm3HqlWrXpumaW8I4a8kJd6bIjVjZl+T9LFly5Z9uVKppN6DgCwhAIA56uvrW9TZ2XlaCOHvIvrIXlbcHkL4QAjhwqGhoV3eY4AsIACARzEwMHBEmqbrQgjvMLPDvffgEe2UdLGZDdbr9V96jwHaGQEAPIwNGzasSpLkXbNv7Gu3S+/ike2RdFGhUDh/cHDwbu8xQDsiAIA/0dfX9/jOzs6ypA2SFnvvwUHZZ2af7OzsfB9fWAQ8FAEAzFq/fv3hixYtOkdSn/jsft7slnThzMzM+Vu3br3HewzQDggARK9SqSyemJgomdk7xZX68m4ihHD+vn376lxyGLEjABC1YrH42hDCsPZ/xS7isUPSu2u12qe8hwBeCABEqb+//xlJktQl/ZX3Frj6jqRirVa70XsI0GoEAKKycePGpdPT0++X9DZJHd570BZmJH1oz54977rgggsmvccArUIAIBrlcvnVZvYRSau8t6At/SqEsL5arX7RewjQCgQAcu+88857zN69ezeFEHq9tyATRqemptaPjIzc6z0EaCYCALlWLpffaGYfkPQ47y3IlHsl9dVqtcu8hwDNQgAgl/r6+roLhcIHQwhv8t6CTBvt6up666ZNm37nPQRoNAIAuVMqlVZL+oykp3lvQS7cZWZvqtfrV3sPARqJAEBuVCqVwvj4+LslvVu8wx+NNSNpaHJy8j3btm2b8h4DNAIBgFzYuHHjk6enp0clrfHegly7Ok3T04aHh3/tPQQ4WAQAMq9cLp9gZpdLepL3FkThXkmn1Wq173gPAQ4Gp0mRaeVyudfMLpO0zHsLonGYpDN6enr2jY2Nfd97DLBQnAFAJlUqlcXj4+MflnSm9xZE7ZIkSc4eGhra5T0EmC8CAJnT39//pCRJvizpeO8tgKQbC4XCyYODg3d7DwHmgwBAphSLxT8PIVwp6UjvLcCD/FLSSXypELIk8R4AzFWpVHplCOEacfBH+3mKpKuLxeKrvIcAc8WbAJEJpVLpTEmXaf8bsIB2tCiEcPqaNWvuGRsbu8F7DPBoCAC0vXK5vFHSB8XtFe0vkXRyT0/PrrGxsWu9xwCPhAdUtLVSqXSupM3eO4B5CJL+sqen55CxsbF/9R4DPBwCAO0qlMvlIUnv9R4CLNAJPT09jxsbG/ua9xDgQPgUANpRKJVKWyX1eQ8BGuCj3d3d6yqVSuo9BHiwgvcA4E+Ecrn8cTM7y3sI0CBvHR8f75T0FknmPQb4A14CQFsplUpVSeu8dwAN9tzZlwP+xXsI8AcEANpGsVh8fwjhHO8dQJO8cPXq1cuuu+66r3sPASQCAG2iVCr9fQjh3d47gGYKIfSsXr165rrrrvue9xaAAIC7UqlUkvR+7x1AK4QQ/mLNmjUPjI2NXe+9BXHjUwBwVSqVTpN0ibgtNtK0pB2zf+6XdJ+Z3ZskyU5JD0hSmqZ7Qwi7JcnMDk2SZNHsv7vczJZLerykw2f/rJK0QrxpuJFSSafXarVR7yGIFw+6cFMul08ws29KWuy9JaMmJN0cQrgpTdMbQwg/S9P0juXLl99dqVSmG/mDKpVKYXJycmWapkdJ+jNJzwkhHGdmz5K0tJE/KyK/l3RirVbjioFwQQDAxTnnnPP0NE3HzOxw7y0Zcouka83smjRNr926deut8v9YWSiXy8ea2ZoQwgmS1pjZsc6bsuQ+M+up1+s/9x6C+BAAaLn169cfvmjRomslHeO9pc1NSroqhPDlNE2vrNfrv/QeNBd9fX2P7+zsfLmZvTaEcLKkx3hvanO/mJqa6hkZGbnXewjiQgCgpSqVStf4+Pi3Jb3Ye0ubukfSP4UQLt++ffv3R0dHZ7wHHYzZlw5OMLO1ZvYGSUd4b2pT35ucnDxx27ZtU95DEA8CAC1VKpU+KGm99442syuEcLmZfXbHjh1XZf2g/3DWrl3bsWLFileEEM6QdKqkQ703tZkP1Gq1Dd4jEA8CAC1TLpfPMLPPeO9oIz+R9Ckz+1i9Xv+t95hW6uvr6+7q6jrdzN4m6bnee9qFmZ1Zr9cv9t6BOBAAaIlSqfRcSd+XdIj3FmepmX0xhFDl3d/79ff3vzhJkgFJ/01S4r3H2e4kSXqGhoZu8h6C/CMA0HTFYvGxIYR/l3S09xZHe0IIn0jTtM47vg9s9pMhpdkvglr0qP9Cfv2iq6vrBZs2bfqd9xDkGxf2QLOFEMLFivfgvy+EcGGapufXarVMvIvfy5YtW26T9PZSqXS+pHdJerOkTt9VLp62b9++T0j6a+8hyDfOAKCpSqXSekkf9N7hIJ0Nn/dVq9W7vMdk0cDAwNFpmlYk/Q/F+dLA22q12ke9RyC/CAA0TblcfqaZ/bsie93fzK4PIfTXarXrvLfkQX9///OSJBmW9BLvLS22O4RwfLVavcV7CPKJAEBT9PX1Lers7Lxe0nO8t7TQdkkDXN+9KUK5XD7dzLZIeor3mBb6YXd3d0+lUtnnPQT5E+NpNbRAZ2fn+Yrn4G9mtq1QKDyLg3/TWLVavWRqauqZkj6g/V+mE4PnjY+P/6P3COQTZwDQcAMDAy9P0/TbiuP29VNJb+Ejfa1VLBZfEkLYpv1fTJR3qZm9vF6vX+09BPnCGQA0VF9f36I0TT+s/B/8zcy2TU5OPp+Df+vV6/Wru7u7nytps/J/NiAJIVxYqVT41kw0FB8DREN1dna+T/l/VvabJEnePDQ0dKX3kJhVKpU9ks4rFovfDiF8UtKTnCc10zETExPvkvQe7yHIj7w/S0MLzV7t79+U77D85tTU1Bl8c1t72bBhwxOSJPlcCOEvvLc00VSSJM/nKoFolA7vAciHSqVS2Lt375ckrfDe0iQmaXDHjh1vvuiiiya9x+Chrr/++l0rV6787LJlyxZp/zdN5vHJTYeZPX/FihWf+MlPfmLeY5B9eX6mhhYaHx/vl3S8944mmQghnFmtVr/gPQQPb/ZbFM8rlUo3SPqEpCXOk5rhBatWrXqHpK3eQ5B9eaxktNjAwMARaZreKmmZ95Ym+JWkk2u12o+8h2DuisXis0MIV0pa6b2lCcZnZmaO2bp16z3eQ5BtfAoABy1N0/crnwf/myWt5uCfPfV6/eZCobBaUh7/33UXCoWK9whkH2cAcFBmL9P6A+UvJr9RKBTeMDg4OOE9BAvX19fX3dXV9XkzO9F7S4PNSDq+Vqvd6D0E2ZW3B220WJIkdeXvdvSV7u7uUzj4Z9/IyMj40qVLTzKzvL1/o0P7v2SLJ3FYMD4FgAUrlUqnSSp772iwz3V3d5/Otdfz46qrrpo57rjjrujq6jpG0rO89zTQqp6enpvHxsZ+6j0E2UQAYEEqlUphz549nw8hHO69pVFCCBfv2LHjrAsuuGDGewsa64YbbkhXrFhxRXd399EhhDx9R8VxK1as+AgfC8RC5O3ULVpk586dfxtCeLr3jkYxsy8sXbr0LbMfJUMOjY6Oztx9991nSbrMe0sD/dnKlSvP8B6BbOL1I8xbb29v55IlS34m6WjvLQ3y9ampqVNGRkb2eg9B883efr8g6WTvLQ1yZ3d397G8bIX54gwA5u2www47Wzk5+JvZVd3d3a/j4B+Pbdu2TZnZqZKu8d7SIEdNTEyc6T0C2cMZAMxLpVJZvHPnzttCCHm45O8tXV1dazZt2vQ77yFovWKx+NgkSa41s2O9tzTA9qmpqWMIWcwHZwAwLxMTE2fn5OB/T5Ikr+HgH696vf7bJElOkpSHL3Za1dnZ+WbvEcgWAgBztnbt2g4zK3rvaIA9SZKcMjQ0dIf3EPjasmXLL9I0PUVSHp45l9auXcsnuzBnBADmbOXKlW9QDl77N7N3DA0NXe+9A+1heHh4TNIG7x0N8F9WrVp1ivcIZAcBgDnLw7P/EMJH6vX6x713oL3UarWPSsr87cLMzvPegOwgADAnxWLxJSGEF3nvOEj/tm/fvn7vEWhP3d3d75B0g/eOg/SC/v7+F3uPQDYQAJiTEELWL/k70dHR8Te8SxoPp1Kp7JH0N5J2eW85GEmSZP2+ihYhAPCoNmzYsEoZv2iKmfVt2bLlF9470N5qtdqtIYSsnyU6pVwuH+k9Au2PAMCjKhQKZyvb3xvx+Xq9frH3CGRDtVq9UNm+XHBiZmd5j0D7IwDwiCqVSiHjDyb3TU1Nvd17BLJl79696yX9xnvHQpnZ/+IjgXg0BAAe0c6dO0+S9BTvHQtlZutHRkbycKEXtNCHPvSh+0MIJe8dCxVCWHHkkUe+ynsH2hsBgEdztveAhTKzK+v1+uXeO5BN1Wr1syGEL3vvWKg0TTN730VrEAB4WBs3blwRQsjqs4jJzs7Ot3mPQOb1SdrtPWKBTtq4ceOTvUegfREAeFhTU1NvVHbf/Hf+4ODg3d4jkG3VavUuM9vsvWOBCtPT06d6j0D7IgDwsEIIp3lvWKA7uru7694jkBtbJN3pPWKBsnofRgsQADigYrH4VEnP896xECGEgdmLugAHrV6v/15SVi+x+6L+/v6jvEegPREAOKAkSU6XFLx3zFcIYaxarX7BewfypVarXS7pB947FiB0dHTwMgAOiADAAaVpmslTh2b2Hu8NyCUzs/d6j1gIMyMAcECZe4aH5tuwYcOxHR0dt3jvmC8zu6per7/Cewfyq1QqXS3pBO8d82VmT6/X6z/33oH2whkA/CcdHR2v9d6wQJl8hoZMyeRtLEmSk7w3oP0QAPhPzOzV3hsW4Jp6vX619wjkW61W+04IYcx7x3xl9D6NJiMA8BDr1q1bEkLI3PeJhxCq3hsQjZr3gAV4WW9v76HeI9BeCAA8xCGHHHKipEXeO+bDzG5bunTpl7x3IA7bt2+/QlLWXk9fvGTJkpd7j0B7IQDwEGmaZvFU4XClUkm9RyAOo6OjM2a21XvHArzGewDaCwGAh8jgtf93TU9Pf8Z7BOLS1dX1aWXvOwKydt9GkxEA+KPZq/+t8t4xT5eOjIyMe49AXDZv3rwzhDDqvWOenlYqlVZ6j0D7IADwR0mSZO7Nf0mSfMx7A+I0MzOTuduemWXuPo7mIQDwYGu8B8zTj4eGhq73HoE4DQ8Pf19Spi6YlcVP+KB5CAD8kZll6gpnIYRLvDcgepd6D5iPEEKm7uNoLgIAkqT+/v7lkp7pvWM+kiTJ2muwyJmZmZlMBYCZHXfuuecu896B9kAAQJLU0dHRo2zdHn64ZcuW27xHIG5bt279mZnd5L1jHpLp6enV3iPQHrL0gI8mMrPne2+Yp3/yHgBIUgghU7fFDN7X0SQEAP7gOd4D5ulfvAcAkmRmX/XeME/P9h6A9kAAQNL+1wa9N8zDr2u1WpZOuyLHli1b9kNJ93jvmIcs3dfRRAQANDAwcFgI4WneO+bhq5LMewQgSZVKJTWzb3jvmIdjisXiId4j4I8AgGZmZv5c2botZOnBFhFIkuTr3hvmocPMnuE9Av6y9KCPJgkhZOr1fzO7xnsD8GAdHR3f9d4wH0mS8DIACABIGXs2cGe9Xv+l9wjgwQYHB++WtMN7x1yFEDJ1zQ80BwEAhRCO9t4wDzz7R7vKzG0zTdMs3efRJAQAFEI4ynvDXJnZmPcG4EDM7FrvDXOVsehHkxAAkJll5sEghPAf3huAh3Gj94B5yMx9Hs1DAESuWCw+VlJWrg1uU1NTP/YeARxIV1fXTcrOx1Mfy3cCgACInJkd5b1hHm4fGRkZ9x4BHMjmzZt3KkNvBJyamjrKewN8EQCR6+joOMp7wzzw7B9tzcxu9t4wV7wPAARA5MzsCd4b5oFv/0O7+7n3gHk4wnsAfBEAeJz3gHm403sA8EiSJLnDe8M8ZOm+jyYgACJnZod7b5iHLD24IkJmlpnbaMbu+2gCAiByIYTMPAiEEO703gA8kiwFQJbu+2gOAgCZOQ1YKBS4BDDaXWZuo2maZua+j+YgAJCVZwHTmzdv5iOAaGvLli17QNKM94654AwACIDIhRC6vTfM0W+VnYusIFKVSiWV9DvvHXPEhYAiRwBEzswWeW+Yo/u8BwBzEUK433vDHHV5D4AvAgCd3gPm6AHvAcBcmFkmzgBkKP7RJAQAsvIgsNd7ADBH+7wHzEUIISv3fTQJAYCsPAhk4kEVUHZilZcAIkcAICsPAll5UAWyclvNSvyjSQgAZCUAprwHAHNEACATCAAE7wFzlHoPAOYoK7fVrNz30SQEAAAAESIAAACIEAEAAECECAAAACJEAAAAECECAACACBEAAABEiAAAACBCBAAAABEiAAAAiBABAABAhAgAAAAiRAAAABAhAgAAgAgRAAAARIgAAAAgQgQAAAARIgAAAIgQAQAAQIQIAAAAIkQAAAAQIQIAAIAIEQAAAESIAAAAIEIEAAAAESIAAACIEAEAAECECAAAACJEAAAAECECAACACBEAAABEiAAAACBCBAAAABEiAAAAiBABAABAhAgAAAAiRAAAABAhAgAAgAgRAAAARIgAAAAgQgQAAAARIgAAAIgQAQAAQIQIAAAAIkQAAAAQIQIAAIAIEQAAAESIAAAAIEIEAAAAESIAAACIEAEAAECECAAAACJEAAAAECECAACACBEAAABEiAAAACBCBAAAABEiAAAAiBABAABAhAgAAAAiRAAAABAhAgAAgAgF7wF51N/f35MkyQrvHXN0ufeAObpOUs17BDAHJUmrvUfM0aneA+YiTdO7h4eHx7x35E3Be0AeJUlSlLTWe0fOrFZ2YgXIikzcp5IkGZVEADQYLwEAABAhAgAAgAgRAAAARIgAAAAgQgQAAAARIgAAAIgQAQAAQIQIAAAAIkQAAAAQIQIAAIAIEQAAAESIAAAAIEIEAAAAESIAAACIEAEAAECECAAAACJEAAAAECECAACACBEAAABEiAAAACBCBAAAABEiAAAAiBABAABAhAgAAAAiRAAAABAhAgAAgAgRAAAARIgAAAAgQgQAAAARIgAAAIgQAQAAQIQIAAAAIkQAAAAQIQIAAIAIEQAAAESIAAAAIEIEAAAAESIAAACIEAEAAECECAAAACJEAAAAEKGC9wAATWWStku6VdLPJP1O0q4Qwu/SNJ2UpCRJlpjZYyQdJumxko6RdKyklZKCy2oATUcAAPmyM4TwPTP7dpqm39u9e/ct27Zt272Q/1Bvb++hS5cufYaZvUTSKyW9VFJ3Q9cCcEMAANn3GzO7JIRw6Y4dO34wOjo604j/6Gw43DD7Z7hSqRQeeOCBFyRJcrqkN0p6fCN+DgAfBACQTamZfVHSJ3ft2vW1bdu2TTX7B1YqlWlJY5LGent7B5YsWfJqSWdKOkW8nwjIHAIAyJYpM7s0SZLza7XaLV4jZoPjS5K+VCwWnyrp3BDCWZI6vTYBmB8CAMgGk3RRmqb/ODw8fKf3mAer1+u3S3rrwMDAJjP7ezP7n+LNg0DbIwCANmdmN4UQ3l6r1a713vJIhoaG7pB0ZrlcvtDMLpD0bO9NAB4er9sB7ev3ksrLli07vt0P/g9WrVavmZycPF7SOZL2eO8BcGCcAQDa061pmp42PDz8H95DFmL2PQJDxWLxqyGEyyU903sTgIfiDADQfj7f2dn5wqwe/B+sXq//30KhsFrS57y3AHgozgAA7cPM7Nx6vb7Fe0gjDQ4OTkg6o1wu32xm54s3CAJtgTMAQHuYCSH05u3g/2DVanWT9l83oOnXLADw6AgAwN/vJb2uWq1e6D2k2Wq12qfM7PXa/3cG4IgAAHzNmNkZtVrtK95DWqVer39Z0qmSpr23ADEjAAA/Jqm3Xq9f4T2k1WaD5yzt/x0AcEAAAE7M7NxarfYJ7x1earXaZyS903sHECsCAPBxWZ7f8DdXtVpts6TPeO8AYkQAAC1mZrdNTU31eu9oF3v27Hm7JLcvNgJiRQAArbUnhHDayMjIuPeQdnHBBRdMmtmp4pMBQEsRAEBrvatWq/3Ie0S7qdfrN0t6r/cOICYEANA6P56cnBzxHtGuuru7hyXd6L0DiAUBALSGSXrr7Jfk4AAqlcp0COEd4qOBQEsQAEALhBA+maWv9PVSrVavkfRp7x1ADAgAoPmmZmZm/sF7RFaY2fvEVQKBpiMAgOb77PDw8J3eI7KiXq/fbmaXeO8A8o4AAJprZmZmZpP3iKxJkuR8San3DiDPCACgiczsn7du3foz7x1ZU61Wb5H0Je8dQJ4RAEAThRAu8t6QVSGEi703AHlGAADN85vJycmve4/IqomJiSsl3ee9A8grAgBons/xuf+Fm/3dXeq9A8grAgBonsu8B2RdmqYEANAkBADQHDt37NjxA+8RWbd8+fLrJfHFSUATEABAc3x3dHR0xntE1lUqlWkzu9p7B5BHBADQHN/xHpAj/C6BJiAAgCZI0/R73hty5LveA4A8IgCAxrPdu3ff4j0iLzo6On4qviEQaDgCAGi87du2bdvtPSIvhoaGdpnZL713AHlDAACNx6V/GyyEwO8UaDACAGi827wH5NCt3gOAvCEAgAYLIdzvvSGHfus9AMgbAgBoMDOb8N6QQ/xOgQYjAIDG42DVeFwNEGgwAgBosBDCpPeGHCKqgAYjAIDGS70H5I2Z8TsFGowAABosTdPF3hvyJkmSQ703AHlDAAANFkLgYNV4h3gPAPKGAAAaLIRwhPeGvDGzJ3hvAPKGAAAazMye4r0hh/idAg1GAACNt8J7QA4RAECDEQBA4z3De0AOPdN7AJA3BADQeCv7+/uXe4/Ii/POO+8x4gwA0HAEANB4oaOj4zjvEXmxb9++/+q9AcgjAgBoAjN7ifeGHHmp9wAgjwgAoDk4aDUOMQU0AQEANMcJvb29XBDoIA0MDBwmaY33DiCPCACgOQ5dunTpX3qPyDoze7W4CiDQFAQA0Dyv8x6QdWbG7xBoEgIAaBIze/26deuWeO/Iqtnf3SneO4C8IgCA5lmyePHiN3iPyKrFixe/URIBBTQJAQA0UQih13tDhp3tPQDIMwIAaCIz6ymXyyd478iaUqn0Ckkv8N4B5BkBADSZmZ3jvSGDBrwHAHlHAADN99r+/v4e7xFZUSwWXyjp1d47gLwjAIDmC0mSbPIekRUhhE2SgvcOIO8IAKA1XlosFvlI26MoFot/LekV3juAGBAAQIuEEEY2bty41HtHu5r93XzAewcQCwIAaJ2V09PT/9t7RLuanp5+fwhhhfcOIBYEANBafQMDAyd5j2g3xWLxVZLWee8AYkIAAK0V0jS9cGBg4AjvIe3inHPOeWII4WLxxj+gpQgAoPWemKbp5/v6+hZ5D/HW29vbOTMzc6kkgghoMQIA8HFCZ2fnR7xHeFuyZMkFkl7mvQOIEQEA+DmzVCpVvEd4KRaL/0fSW7x3ALEiAABff18qlc71HtFqpVKpP4Twd947gJgRAIC/TaVSKZorBc4GT917BxC7gvcAAJKkc0ul0pIdO3ZsGB0dnfEe0wyVSqUwPj7+QUlv9d4CgDMAQDtZv3Llym9t2LDhCd5DGq1cLj9uYmLiq+LgD7QNAgBoLy/r6Oj4Qblcfqn3kEYpFosvS9P0R2Z2ovcWAP8fLwEA7WelmX2nVCp9KEmSdw4NDe3yHrQQ69atW7J48eJN2n+FPy7yA7QZAgBoT4mkvjRN/3u5XP6H7du3fzwr7w2oVCrJ+Pj46yVtkXSk9x4AB8ZLAEB7e4qZfXTlypUf9h4yV+Pj4x+RdLk4+ANtjQAAsmG594B5yNJWIFoEAAAAESIAAACIEAEAAECECAAAACJEAAAAECECAACACBEAAABEiAAAACBCBAAAABEiAAAAiBABAABAhAgAAAAiRAAAABAhAgAAgAgRAAAARIgAAAAgQgQAAAARIgAAAIgQAQAAQIQIAAAAIkQAAAAQIQIAAIAIEQAAAESIAAAAIEIEAAAAESIAAACIEAEAAECECAAAACJEAAAAECECAACACBEAAABEiAAANoR4vQAAAmZJREFUACBCBAAAABEiAAAAiBABAABAhAgAAAAiRAAAABAhAgAAgAgRAAAARIgAAAAgQgQAAAARIgAAAIgQAQAAQIQIAAAAIkQAAAAQIQIAAIAIEQAAAESo4D0AwKMzs55SqXS59465MLOeEIL3DACPggAAMiCEsELSWu8dc8HBH8gGXgIAACBCBAAAABEiAAAAiBABAABAhAgAAAAiRAAAABAhAgAAgAgRAAAARIgAAAAgQgQAAAARIgAAAIgQAQAAQIQIAAAAIkQAAAAQIQIAAIAIEQAAAESIAAAAIEIEAAAAESIAAACIEAEAAECECAAAACJEAAAAECECAACACBEAAABEiAAAACBCBAAAABEiAAAAiBABAABAhAgAAAAiRAAAABAhAgAAgAgRAAAARIgAAAAgQgQAAAARIgAAAIgQAQAAQIQIAAAAIkQAAAAQIQIAAIAIEQAAAESIAAAAIEIEAAAAESIAAACIEAEAAECECAAAACJEAAAAECECAACACBEAAABEiAAAACBCBAAAABEiAAAAiBABAABAhAgAAAAiRAAAABAhAgAAgAgRAAAARIgAAAAgQgQAAAARIgAAAIgQAQAAQIQIAAAAIkQAAAAQoYL3gDxK07SeJMmo9w4AyIM0Te/23gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQPP9P/jNSfaSq5RwAAAAAElFTkSuQmCC"/></defs></svg>');
    width: 12px; height: 12px; background-repeat: no-repeat; display: inline-block; vertical-align: bottom; }
.cart-free-product-block:after { content: ""; position: absolute; width: 100%; height: 1px; background-color: #D9D9D9; left: 0; right: 0; bottom: -7px; }
.cart-free-product-block .block-inner .product-info .cart-block__title a:hover { color:#6cf}
.cart-free-product-block .block-inner .product-info .cart-block__title a { line-height: normal; }
.cart-free-product-block .block-inner .product-info .collection-listing-title .price-area .price.on-sale span.was-price { margin-left: 0; }
.cart-free-product-block .block-inner .product-info .collection-listing-title .price-area .price.on-sale span.current-price { margin-right: 8px; }
.cart-free-product-block .product-block .block-inner { margin: 0; }
.free-item .free-badge { background: #000; font-size: 10px; color: #fff; text-transform: uppercase; font-weight: 600; padding: 3px 13px; border-radius: 50px; margin-top: 10px;  display: inline-block; }
.cart-free-product-block .block-inner .product-info .product-block-selection .buy-buttons-row .free_item_add { background: #000; font-size: 10px; font-weight: 700; color: #fff; letter-spacing: 0; padding: 10px;
    width: 100%;  border: 1px solid #000; }
.cart-free-product-block .block-inner .product-info .product-block-selection select.select_Size[disabled] {  border-color: #727272; color: #727272; }
.cart-free-product-block .block-inner .product-info .product-block-selection .buy-buttons-row .free_item_add:hover{ background: transparent; color:#000; }
select.select_Size option,.cart_section .cross_sell_section_cart .product-info .innerer select option{ font-weight: 600; }
select.select_Size option:disabled,.cart_section .cross_sell_section_cart .product-info .innerer select option:disabled{ font-weight: 400; } 
.cart-free-product-block .product-block .block-inner .collection-listing-title .cart-block__title { color: #000; font-size: 16px; font-weight:400; margin-bottom: 5px; line-height: 22px;}
.cart-item.free-item span.name { font-weight: 400; }
.cart-free-product-block.disable .product-block .block-inner .collection-listing-title .cart-block__title { color: #757575; }
.cart-free-product-block .product-block .block-inner .collection-listing-title .product-price span.money { display: inline !important; }
.cart-free-product-block .product-block .block-inner .collection-listing-title .product-price { font-size: 10px; font-weight: 700; }
.cart-free-product-block .block-inner .product-info .product-block-selection > div { display: flex; flex-wrap: wrap; width: 100%; }
.cart-free-product-block .block-inner .product-info .product-block-selection select.select_Size { width: calc(50% - 5px); margin-right: 5px; }
.cart-free-product-block .block-inner .product-info .product-block-selection .swatch-error { margin-bottom: 0; margin-top:0px; }
.cart-free-product-block .block-inner .product-info .product-block-selection .buy-buttons-row { width: 50%; }
.cart-free-product-block .block-inner .product-info .product-block-selection > div:before,.cart-free-product-block .block-inner .product-info .product-block-selection > div:after { content: ""; display: table; }
.cart-free-product-block .block-inner .product-info .product-block-selection > div:after { clear: both; }

/* gift card on slideout cart d.dabhi 10-11-2023 end */


/* search result page d.dabhi 06-12-2023 start*/
.snize-filters-sidebar .snize-product-filters-block { border: none !important; }
.snize-results-page .container { max-width: 1480px; padding: 0 40px; }
.snize-results-page .snize-header { text-align: center; }
.snize-results-page .snize-header .snize-search-results-header { width: 100%; }
.snize-results-page .snize .snize-filters-sidebar { width: 100%; max-width: 320px; padding-right: 60px; margin-right: 0px; border: none; }
.snize-filters-sidebar .snize-product-filters-title { padding: 0 !important; }
.snize-results-page .snize .snize-filters-sidebar .snize-product-filters-block { margin-bottom: 30px; }
.snize-filters-sidebar .snize-product-filters-title i.snize-product-filters-close,
.snize-filters-sidebar .snize-product-filters-title i.snize-product-filters-open { position: absolute !important; right: 0; top: 4px; left: inherit; margin: 0 !important; bottom: inherit; color: #000 !important;    filter: brightness(0.5); }
.snize-filters-sidebar .snize-product-filters-title { position: relative; }
.snize-filters-sidebar .snize-product-filters-title span { text-transform: uppercase; font-size: 14px; font-weight: 600; }
.snize-filters-sidebar .snize-product-filters-list { margin-top: 15px !important; padding-left: 1px !important; padding-right: 0 !important; }
.snize-results-page .snize .snize-search-results-main-content {width: calc(100% - 320px); float:left;}
.snize-results-page .snize .snize-search-results-main-content .snize-five-columns {width: 100% !important;float: none; display: block; }

.snize-results-page .snize ul.snize-product-filters-list li .snize-filter-checkbox,
.snize-results-page .snize ul.snize-product-filters-list li .snize-filter-checkbox span{ width:18px; height:18px; color: #000;  }
.snize-results-page .snize ul.snize-product-filters-list li label > span{ padding-left:28px} 
.snize-results-page .snize ul.snize-product-filters-list li .snize-filter-checkbox span{ -webkit-box-shadow: none; box-shadow: none; border: 1px solid #000; }
.snize-results-page .snize ul.snize-product-filters-list li > label { font-size: 14px; color: #000; } 

.snize-results-page .snize ul.snize-product-filters-list li:hover span { opacity: 0.7; color: #000; }
.snize-results-page .snize ul.snize-product-filters-list li:hover .snize-filter-checkbox span{ -webkit-box-shadow: none; box-shadow: none; }
.snize-results-page .snize .snize-product-filters-block:hover{ background-color: transparent;}

/* 05-10-23 */
.snize-search-results .snize-main-panel { border: none !important; display: block; }
.snize-search-results .snize-main-panel .snize-main-panel-controls,
.snize-search-results .snize-main-panel .snize-main-panel-view-mode{ display: none; }
.snize-search-results .snize-main-panel .snize-main-panel-dropdown a.snize-main-panel-dropdown-button { margin: 0; font-size: 16px; border: none; font-weight: 600; }
.snize-search-results .snize-main-panel .snize-main-panel-dropdown a.snize-main-panel-dropdown-button b.caret { width: 22px; height: 22px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><title>Down</title><polyline points="6 9 12 15 18 9"></polyline></svg>');
    border: none; background-size: 22px; background-repeat: no-repeat; margin-left: 10px !important; }
.snize-search-results .snize-main-panel .snize-main-panel-dropdown a.snize-main-panel-dropdown-button:hover { background-color: transparent; }
.snize-search-results .snize-main-panel-dropdown ul.snize-main-panel-dropdown-content li a { font-size: 15px; margin-top: 0px !important; padding-top: 7px !important; padding-bottom: 7px !important; }
.snize-search-results .snize-main-panel-dropdown ul.snize-main-panel-dropdown-content { box-shadow: 1px 4px 10px 1px #0000001f !important; border: none !important; margin: 0 !important; padding: 5px 0px !important; }
.snize-search-results .snize-main-panel-dropdown ul.snize-main-panel-dropdown-content li a:hover { background-color: rgba(5,5,5,.06) !important; }
.snize-search-results-main-content ul.snize-search-results-content li { width: 25%!important; margin: 0 0 15px 0 !important; padding-left: 15px !important; padding-right: 15px !important; }
.snize-search-results-main-content ul.snize-search-results-content li .snize-options-box {margin-top: 5px !important;}
.snize-search-results-main-content ul.snize-search-results-content li .snize-options-box .snize-color-swatch span:before ,
.snize-search-results-main-content ul.snize-search-results-content li .snize-options-box .snize-color-swatch span{ border-radius: 50%; }
.snize-search-results-main-content ul.snize-search-results-content li .snize-options-box .snize-color-swatch span:before { opacity: 0 !important; }
.snize-search-results-main-content ul.snize-search-results-content li .snize-options-box .snize-color-swatch span:hover:before { opacity: 1 !important; }
.snize-search-results-main-content ul.snize-search-results-content li .snize-item button.wk-button-collection.wk-add-product { display: none; }
.snize-search-results-main-content ul.snize-search-results-content li span.snize-overhidden { text-align: left !important; padding-left: 0 !important; padding-right: 0 !important; overflow: inherit !important; }
.snize-search-results-main-content ul.snize-search-results-content li span.snize-overhidden span.snize-title { text-align: left !important; margin: 0 !important; height: auto !important; }
.snize-search-results-main-content ul.snize-search-results-content li .snize-options-box .snize-color-swatch-box { margin: 1px 0px; }
.snize-search-results-main-content ul.snize-search-results-content li .snize-price-list .snize-price { font-weight: 600; color: #000; font-size: 13px; }
.snize-search-results-main-content ul.snize-search-results-content li .snize-price-list { margin-bottom: 3px !important; }
.snize-search-results-main-content ul.snize-search-results-content li span.snize-reviews { display: flex; margin-top: 1px; }
.snize-search-results-main-content ul.snize-search-results-content li span.snize-reviews span.total-reviews { float: none; font-size: 10px !important; font-weight: 600; margin-left: 2px; }
.snize-product-filters ul.snize-product-size-filter { margin: 15px 0 10px 0!important; padding: 0 !important; }
.snize-product-filters ul.snize-product-size-filter li { width: 100% !important; height: auto !important; float: none !important; margin: 4px 0 0 0 !important; padding: 0 !important; }
.snize-product-filters ul.snize-product-size-filter li .snize-size-filter-checkbox span.needsclick { border: none; width: auto; height: auto; line-height: normal; font-size: 13px; color: #000; position: relative; padding-left: 28px; line-height: 20px; }
.snize-product-filters ul.snize-product-size-filter li .snize-size-filter-checkbox span.needsclick:before { content: ""; position: absolute; width: 19px; height: 19px; border: 1px solid #000; left: 0; border-radius: 2px; }
.snize-product-filters ul.snize-product-size-filter li .snize-size-filter-checkbox input[type="checkbox"]:checked + span.needsclick:before { background: #000;color: #fff; border: none; content: ""; }
.snize-product-filters ul.snize-product-size-filter li .snize-size-filter-checkbox input[type="checkbox"]:checked + span.needsclick { border: none; color: #000; }
.snize-product-filters ul.snize-product-size-filter li .snize-size-filter-checkbox input[type="checkbox"]:checked + span.needsclick:after { content: ""; position: absolute; left: 0;  border: 2px solid #fff;    border-top: none;
    border-right: none; background: transparent; top: 5px; left: 4px; width: 12px; height: 6px; -webkit-transform: rotate(-50deg); -ms-transform: rotate(-50deg); transform: rotate(-50deg); }
.snize-product-filters ul.snize-product-size-filter li:hover span.needsclick {  border: none !important; color: #000 !important; }
.snize-filters-sidebar ul.snize-product-filters-list li input[type="checkbox"]:checked + span:before { content: ""; width: 18px; height: 18px; background: #000; position: absolute; left: 0; top: 0; }
.snize-filters-sidebar ul.snize-product-filters-list li input[type="checkbox"]:checked + span:after { top: 4px; left: 3px; width: 12px; height: 6px; border-color: #fff; }
.snize-search-results .snize-header { margin-top: 0 !important; }
.snize-search-results .snize-header .snize-search-results-header { margin-top: 0; }
.snize-results-page .page-header { padding-top: 0; }
.snize-results-page .page-header h1.majortitle {margin: 0;font-size: 20px;font-weight: 700;}
.snize-filters-sidebar .snize-product-filters-title .snize-product-filters-open { width: 20px; height: 20px; top: -2px !important;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><title>Down</title><polyline points="6 9 12 15 18 9"></polyline></svg>');
    transition: all ease-in .3s; display: block !important; }

.snize .snize-filters-sidebar .snize-product-filters-title.open .snize-product-filters-open { display: block !important; transform: rotate(180deg); right: -2px; top: 1px !important; }
.snize .snize-filters-sidebar .snize-product-filters-title.open .snize-product-filters-close { display: none; }
div.snize div.snize-pagination ul li a { display: none; }
.snize-product-filters ul.snize-product-size-filter li:hover span.needsclick { opacity: .7; } 
div.snize .snize-pagination ul li a { font-size: 15px !important; font-weight: 700; border: none !important; padding: 0 !important; width: auto; height: 43px; border-radius: 50%; line-height: 43px !important; }
div.snize .snize-pagination ul li a.active {  display: block; margin:0 5px; background-color: transparent !important; }
div.snize .snize-pagination ul li { margin: 0 0px !important; }
div.snize .snize-pagination ul li span { border: none !important; }
div.snize .snize-pagination ul li .snize-pagination-next,
div.snize .snize-pagination ul li .snize-pagination-prev{ background: #000; color: #fff;border-radius: 50px!important; width: 60px; font-size: 0 !important;
    background-repeat: no-repeat; background-size: 6px; background-position: center; border: 2px solid #000 !important; height: 39px;  display: block; }
div.snize .snize-pagination ul li .snize-pagination-prev{
  margin-right: 13px;
  background-position: 15px center;
  background-image: url('data:image/svg+xml,<svg width="7" height="10" viewBox="0 0 6 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.90772 8.7356L1.40771 5.2356L4.90772 1.7356" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></svg>')
}
div.snize .snize-pagination ul li .snize-pagination-next:hover{ background-color:#000; }
div.snize .snize-pagination ul li .snize-pagination-next.disabled{
  background-color:transparent; padding:0px;
  background-image: url('data:image/svg+xml,<svg width="7" height="10" viewBox="0 0 7 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.5918 1.97119L5.0918 5.47119L1.5918 8.97119" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></svg>');
}
div.snize .snize-pagination ul li .snize-pagination-prev.disabled{ background-color:transparent; padding: 0;  width: auto; color: #000;
 background-image: url('data:image/svg+xml,<svg width="6" height="10" viewBox="0 0 6 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.90772 8.7356L1.40771 5.2356L4.90772 1.7356" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></svg>')
}
div.snize .snize-pagination ul li .snize-pagination-prev:hover { background-color: #000; }
.snize-search-results-main-content ul.snize-search-results-content li .snize-thumbnail-wrapper {  padding: 0 !important; }
.snize-search-results-main-content ul.snize-search-results-content li .snize-options-box .snize-option-selector-wrapper label { color: #000; font-weight: 500; font-size: 13px; }
.snize-results-page .snize .snize-search-results-main-content ul.snize-search-results-content { width: auto !important; }
div.snize div.snize-pagination ul li span { display: none; }
div.snize .snize-pagination ul li .disabled:hover { background-color: transparent; }
.snize-search-results-main-content ul.snize-search-results-content li span.snize-reviews span.total-reviews{ color: #000 !important; }
.snize-search-results-main-content ul.snize-search-results-content li .snize-thumbnail-wrapper .snize-product-label-image { bottom: 0 !important; top: inherit !important; }
div.snize .snize-pagination ul li a { pointer-events: none; }
div.snize .snize-pagination ul li:nth-last-child(2) a { display: block; }
div.snize .snize-pagination ul li a.active:after { content: "/"; margin-left: 5px; }
div.snize .snize-pagination ul li .snize-pagination-next{
    background-image: url('data:image/svg+xml,<svg width="7" height="10" viewBox="0 0 7 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.5918 1.97119L5.0918 5.47119L1.5918 8.97119" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></svg>');  
    margin-left: 17px;  width: auto;
    background-position: 51px center;
}
div.snize .snize-pagination ul li a.snize-pagination-next,div.snize .snize-pagination ul li a.snize-pagination-prev { pointer-events: auto; width: auto; }
div.snize .snize-pagination ul li:nth-last-child(2) a.active:after { display: none; }
.snize-pagination ul li .snize-pagination-prev:before { content: "Previous"; font-size: 12px; font-weight: 700; padding-left: 27px; text-align: center; padding-right: 18px; line-height: 39px; }
div.snize .snize-pagination ul li .snize-pagination-next:before { color: #fff; content: "Next"; font-size: 12px; font-weight: 700; padding-left: 17px; text-align: center; padding-right: 28px; line-height: 39px; }
div.snize .snize-pagination ul li .snize-pagination-next.disabled:before { color: #000; }
.snize-results-page .snize .snize-filters-sidebar.snize-hidden+.snize-search-results-main-content { width: 100%; }
.snize-results-page .snize .snize-search-results-main-content ul.snize-search-results-content li.snize-no-products-found { width: 100% !important; }
.snize-results-page .snize .snize-search-results-main-content ul.snize-search-results-content li.snize-no-products-found .top-search-categories ul li {  box-sizing: border-box; }
.snize-search-results-main-content ul.snize-search-results-content li .snize-overhidden .snize-reviews .stars-container:after { color: #ffa41c !important; }
.snize-search-results-main-content ul.snize-search-results-content li .snize-thumbnail-wrapper .snize-product-label { font-size: 10px !important;font-weight: 700 !important;border: 2px solid #000; border-radius: 30px; padding: 1px 7px 2px !important;  line-height: normal !important;}
.snize-search-results-main-content ul.snize-search-results-content li .snize-thumbnail-wrapper .snize-product-label span{ display:none !important;}
#snize-search-results-grid-mode .snize-thumbnail-wrapper .snize-product-label-image { display: none; }
#snize_results.snize-mobile-design.snize-new-version div.snize-pagination a.snize-pagination-prev.disabled,
#snize_results.snize-mobile-design.snize-new-version div.snize-pagination a.snize-pagination-next.disabled{ background-color: transparent !important; color: #000 !important; opacity: 1 !important; pointer-events: none;}
/* search result page d.dabhi 06-12-2023 end*/


/* mobile navigation 09-01-2024 start d.dabhi */
.mobile-navigation-drawer .mobile_main-search__form { padding: 0 20px;}
.mobile-navigation-drawer .mobile_main-search__form .main-search__form { margin: 0;}
.mobile-navigation-drawer .mobile_main-search__form .main-search__form .main-search__input { padding: 13px 14px 13px 44px;   font-size: 12px;    margin: 0;    border-radius: 9px;    color: #757575;}
.mobile-navigation-drawer .mobile_main-search__form .main-search__form button.main-search__button { right: inherit;    left: 13px;    top: 10px;    margin: 0;    transform: inherit;}
.mobile-navigation-drawer .mobile_main-search__form .main-search__form button.main-search__button svg { fill: #000;  color: #000;    width: 20px;    height: 20px;}
.mobile-navigation-drawer .mobile_main-search__form .main-search__form .main-search__input-container {    position: relative;}
.mobile-navigation-drawer .navigation-mobile-logo { padding: 12px 0;}
.mobile-navigation-drawer .mobile-navigation-user-account a.header-account-link { color: #000; margin-left: 0px; margin-top: 2px; width:auto;}
.mobile-navigation-drawer.mobile-navigation-drawer--child-open .navigation__tier-2-container { padding-top: 40px; }
.mobile-navigation-drawer.mobile-navigation-drawer--child-open .mobile-navigation-title a.mobile-nav-back { z-index: 999; position: absolute;  top: 0;  padding: 12px 13px;}
.mobile-navigation-drawer.mobile-navigation-drawer--child-open .mobile-navigation-title span.mobile-nav-title { width: 100%; display: block;    padding-left: 0; z-index: 99; position: relative; text-align: center; font-weight: 600; }
.mobile-navigation-drawer.mobile-navigation-drawer--child-open .mobile-navigation-title { position: relative; }
.mobile-navigation-drawer.mobile-navigation-drawer .mobile-navigation-title { display: none; background: #f9f9f9; z-index: 99; }
.mobile-navigation-drawer.mobile-navigation-drawer--child-open .mobile-navigation-title { display: block; background-color: #fff; }
.mobile-navigation-drawer .navigation__tier-2-container li.navigation__item.navigation__item--open a.navigation__children-toggle svg { transform: inherit; }
.mobile-navigation-drawer .navigation__tier-2-container li.navigation__item.navigation__item--open a.navigation__children-toggle svg line.remove-line { opacity: 0;}
.mobile-navigation-drawer .header-account-dropdown.nav-mobile-inner ul li { display: flex; padding: 0 20px 20px; }
.mobile-navigation-drawer .header-account-dropdown.nav-mobile-inner ul li a { padding-top: 1px; padding-bottom: 0; padding-left: 12px; }
.mobile-navigation-drawer .header-account-dropdown.nav-mobile-inner ul li span { width: 33px; }
.mobile-navigation-drawer .header-account-dropdown.nav-mobile-inner ul li span svg { width: auto; height: auto; } 
.mobile-navigation-drawer ul.navigation__tier-1,
.mobile-navigation-drawer ul.navigation__tier-2{ padding-left: 13px; padding-right: 13px; }
.mobile-navigation-drawer ul.navigation__tier-1 > li{ border-bottom: 1px solid #D9D9D9; } 
.mobile-navigation-drawer ul.navigation__tier-2 > li { border-top: 1px solid #D9D9D9; }
.mobile-navigation-drawer ul.navigation__tier-2>li:last-child { border-bottom: 1px solid #D9D9D9; }
.mobile-navigation-drawer .navigation__tier-1 > .navigation__item > .navigation__link,
.mobile-navigation-drawer .navigation__tier-2 > .navigation__item > .navigation__link{ font-weight: 400; }
.mobile-navigation-drawer ul.navigation__tier-1 > li a, .mobile-navigation-drawer ul.navigation__tier-2 > li a { padding-left: 6px; padding-right: 6px; }
.mobile-navigation-drawer .navigation__tier-2-container li.navigation__item.navigation__item--open .navigation__child-tier { border-top: 1px solid #D9D9D9; }
.mobile-navigation-drawer .navigation__tier-2-container li.navigation__item.navigation__item--open > a.navigation__link { font-weight: 700; }
.mobile-navigation-drawer .navigation__mobile-header .mobile-navigation-user-account a.show-search-link { display:none;  color: #000; height: 44px; width: 35px; padding-left: 0px; visibility: hidden;   opacity: 0; padding-top: 3px;}
.mobile-navigation-drawer.mobile-navigation-drawer--child-open .navigation__mobile-header a.show-search-link {  visibility: visible;  opacity: 1;     display: flex; z-index: 999; position: relative; }
.mobile-navigation-drawer.mobile-navigation-drawer--child-open .navigation__mobile-header a.header-account-link { display: none; }
.mobile-navigation-drawer.mobile-navigation-drawer--child-open .navigation__mobile-header a.show-search-link span.show-search-link__icon { width: auto; }
.mobile-navigation-drawer .mobile-navigation-user-account { width: 64px; text-align: center; display: flex; justify-content: center;}

.mobile-navigation-drawer .navigation__tier-1 > li.navigation__item > a.navigation__link, 
.mobile-navigation-drawer .navigation__tier-2 > li.navigation__item > a.navigation__link { font-weight: 700; color: #000; }
.mobile-navigation-drawer ul.navigation__tier-2 li .navigation__tier-3-container ul.navigation__tier-3 { padding-bottom: 10px ; }
.mobile-navigation-drawer ul.navigation__tier-2 li .navigation__tier-3-container ul.navigation__tier-3 li a.highlight-title { font-weight: 600; }
.mobile-navigation-drawer ul.navigation__tier-2 li .navigation__tier-3-container ul.navigation__tier-3 li a { font-weight: 400; }
.mobile-banner-navigation-section a img { display: block; }
.mobile-navigation-drawer .mobile_main-search__form .main-search__input-container .main-search__input { background: #F8F9F8;  border: none;}
.mobile-navigation-drawer .mobile_main-search__form .main-search__input-container {  background: transparent; } 
.mobile-navigation-drawer .mobile_main-search__form .main-search__input-container .main-search__button svg { fill: transparent !important; }
.mobile-banner-navigation-section { padding-top: 20px; padding-bottom: 10px; }
.mobile-navigation-drawer .nav-mobile-inner { background: #fff; padding-top: 15px; padding-bottom:15px; }
.mobile-navigation-drawer .nav-mobile-inner ul li a { font-size: 16px; margin-bottom: 0; }
.mobile-banner-navigation-section .mobile-banner__link span img { width: 100%; display: block; max-width: 100%; }
.mobile-navigation-drawer .mobile_main-search__form form.main-search__form { max-width: 100%; }
.navigation__mobile-header .show-search-link { visibility: hidden; opacity: 0; display: none; }
.mobile-navigation-drawer.mobile-navigation-drawer--child-open .navigation__mobile-header .cart-link { display: none; visibility: hidden; opacity: 0; }
.mobile-navigation-drawer .navigation__mobile-header .navigation_mobile_header-left {   display: flex;    padding-left: 19px;    padding-top: 3px;}
.navigation_mobile_header-left .header-account-wrapper .header-account-link {    width: auto; }
.mobile-navigation-logo a.navigation_logo_link img {  display: block; width:auto; }
.mobile-navigation-logo a.navigation_logo_link svg { width: auto; height: auto; }
/* mobile navigation 09-01-2024 end d.dabhi */

/* Save with Packs Feature 31-01-2024 d.dabhi start */
.related-packs-list { background: #f4f4f4; border-radius: 11px; margin-top: 15px; padding: 19px 25px; max-width:412px; width:100%; margin-bottom:30px; }
.related-packs-list h3 { font-size: 20px; line-height: 24px; }
.related-packs-list .product-block { display: flex; flex-wrap: wrap; margin-top: 8px; }
.related-packs-list .product-block .product-media { max-width: 135px; }
.related-packs-list .product-block .product-detail { width: calc(100% - 135px); padding-left: 22px; flex-wrap: wrap; flex-direction: column; text-align: left; margin-top: 0; }
.related-packs-list .product-detail h5 { font-size: 12px; font-weight: 600; margin-bottom: 0; line-height: 18px; }
.related-packs-list .product-detail .product-price span, .related-packs-list .product-detail .per-item span { font-size: 12px; font-weight: 600; }
.related-packs-list .product-detail .per-item { padding-top: 3px; } 
.related-packs-list .product-detail .button { font-size: 12px; width: max-content; display: inline-block; font-weight: 700; letter-spacing: normal; background: transparent; color: #000;   padding: 10px 27px 10px;    margin-top: 17px;}
.related-packs-list .product-detail .button:hover { background: #000; color: #fff; }
.related-packs-list .product-block .product-media img { display: block; border: 1px solid #D9D9D9; }
.related-packs-list .product-detail .per-item .cost_per_tee { color: #FC4242; }
/* Save with Packs Feature 31-01-2024 d.dabhi end */


/* product list navigation button 06-02-2024 d.dabhi start */
.product-list.carousel_navigation .owl-nav.disabled { display: block; }
.product-list.carousel_navigation .owl-nav.disabled button.owl-prev,
.product-list.carousel_navigation .owl-nav button.owl-prev{ left: 15px; }
.product-list.carousel_navigation .owl-nav.disabled button.owl-next,
.product-list.carousel_navigation .owl-nav button.owl-next{ right: -15px; }
.product-list.carousel_navigation .owl-nav button.owl-next:after {content: "";background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><rect width="20" height="20" fill="url(%23pattern0_3436_1356)"/><defs><pattern id="pattern0_3436_1356" patternContentUnits="objectBoundingBox" width="1" height="1"><use xlink:href="%23image0_3436_1356" transform="scale(0.0333333)"/></pattern><image id="image0_3436_1356" width="30" height="30" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAVklEQVR4nO3UwQnAIAxG4beEhe6/ST0UWr3Ug+MogjMkRf8Pcn4QQkBE5IcuIAGHdfgBGlCs4wH4ZrwCp+JDnCuxmIxTOLHykYVtosPr9UBur5cpIovrWVNQoo8QJhgAAAAASUVORK5CYII="/></defs></svg>');
          width: 32px;height: 32px;position: absolute;background-repeat: no-repeat;top: 0;left: 0;right: 0;bottom: 0;margin: auto;background-position: center;}
.product-list.carousel_navigation .owl-nav button span {display: none;}
.product-list.carousel_navigation .owl-nav button.owl-prev:before {
    content: "";  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><rect width="20" height="20" fill="url(%23pattern0_3436_1353)"/><defs><pattern id="pattern0_3436_1353" patternContentUnits="objectBoundingBox" width="1" height="1"><use xlink:href="%23image0_3436_1353" transform="scale(0.0333333)"/></pattern><image id="image0_3436_1353" width="30" height="30" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAYUlEQVR4nO3UMQqAMBBE0X+JBL3/SdRCFG20yHEUJYKVVRgF50GKrT6EZcHMrLAIzECjjq7ABgyqaACWHE1A5WhpU/5exeveCrdPS1UjFH4bj7cDMirDV/xYuP6czMy+ZAcJB1CbbvpUogAAAABJRU5ErkJggg=="/></defs></svg>');
    width: 32px; height: 32px; position: absolute; background-repeat: no-repeat; top: 0; left: 0; right: 0; bottom: 0; margin: auto; background-position: center; }
/* product list navigation button 06-02-2024 d.dabhi end */

/* image with text 19-03-2024 d.dabhi start */ 
.section-image-with-text .feature-text-paired p { font-weight: 400; }
.section-image-with-text .feature-text-paired p a:hover { color: #ff0400; }
.shopify-section.section-image-with-text .container {  max-width: calc(100% + 26%) !important; padding-left: 20px; padding-right: 20px; margin-left: -13%; width: 130% !important; }
.index .shopify-section.section-image-with-text .container {  max-width: 100% !important; padding-left: 20px; padding-right: 20px; margin-left: 0px; width: 100% !important; }
.shopify-section.section-image-with-text .container .feature-text-paired { max-width: 600px; margin: 0 auto;  padding: 0 25px; }
/* image with text 19-03-2024 d.dabhi end */

/* review rating d.dabhi start 17-04-2024*/
.reviews-questions span.stamped-badge span.stamped-badge-caption,
.block-inner-inner .product-info span.stamped-badge span.stamped-badge-caption{ display: none !important; }
.product-detail.quickbuy-content .detail span.stamped-badge span.stamped-badge-caption { display: inline-block !important; margin-left: 4px !important; }
.template-collection .quickbuy-container .product-detail.quickbuy-content span.stamped-badge span.stamped-badge-caption {  display: none !important; }
span.stamped-badge-caption.collection__only, 
.index .block-inner-inner .product-info>.inner span.stamped-badge-caption.collection__only,
.template-product .related-collection .block-inner-inner .inner span.stamped-badge-caption.collection__only,
.template-product .recently-product-block .block-inner-inner .inner span.stamped-badge-caption.collection__only{ display: none !important; }
.index .block-inner-inner .product-info>.inner span.stamped-badge span.stamped-badge-caption { display: flex !important; }
/* .template-product .related-collection .block-inner-inner .inner span.stamped-badge span.stamped-badge-caption,
.template-product .recently-product-block .block-inner-inner .inner span.stamped-badge span.stamped-badge-caption{  display: inline-block !important; }  */
.template-collection .product-block .quickbuy-container .product-detail.quickbuy-content .detail span.stamped-product-reviews-badge span.stamped-badge-caption.collection__only { display: inline-block !important; }
/* review rating d.dabhi end 17-04-2024*/

/* color display d.dabhi 18-06-2024 start*/
.top-color-swatches-dropdown { display: flex; flex-wrap: wrap; padding: 7px 0; }
.top-color-swatches-dropdown .color-swatche-dropdown-image { overflow: hidden; width: 100%; max-width: 45px; max-height: 45px;  border: 1px solid #bcbcbc; border-radius: 4px; display: flex; justify-content: center; align-items: center; }
.top-color-swatches-dropdown .color-swatche-dropdown-image img { display: block; }
.top-color-swatches-dropdown .color-dropdown-text { width: calc(100% - 45px); padding-left: 15px; }
.top-color-swatches-dropdown .color-dropdown-text .color-swatches-text {     font-weight: 400; cursor: pointer; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block; align-items: center; width: 100%; border: 1px solid #bcbcbc; height: 100%;  padding: 9px 36px 10px 12px; border-radius: 4px;
    text-transform: uppercase; font-size: 15px; color: #000; background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><title>Down</title><polyline points="6 9 12 15 18 9"></polyline></svg>') no-repeat ;
    background-position: right 15px top 50%;}
.color-swaches-horizontal-scroll { position: relative;    padding: 10px 0; display: flex; gap: 16px; overflow-x: auto; white-space: nowrap; }
.color-swatches-repeat { border: solid 1px #bcbcbc; border-radius: 4px; display: flex; flex-direction: column; cursor: pointer; min-width: 74px; max-width: 74px; }

.option-selectors.swatch_options .option-selector-fieldset { min-inline-size: initial; }

.multi_colors.scroll-swatch .option-selector--swatch .color-swaches-horizontal-scroll label.opt-label {
    min-width: 75px;  max-width: 75px; width: 75px; min-height: 75px; height:auto;  padding: 0;  margin: 0; display: flex;  flex-wrap: wrap; flex-direction: column; max-height: inherit; border: solid 1px #bcbcbc;
    border-radius: 4px; justify-content: flex-start; 
}

.multi_colors.scroll-swatch .option-selector--swatch .color-swaches-horizontal-scroll label.opt-label:before,
.multi_colors.scroll-swatch .option-selector--swatch .color-swaches-horizontal-scroll label.opt-label:after {
    border-radius: 0;    background: none;  width: 100%; height: 100%; top: 0; left: 0; border: none !important;
}

.multi_colors.scroll-swatch .option-selector--swatch .color-swaches-horizontal-scroll label.opt-label span.opt-label__text { 
  position: relative !important; width: 100% !important; height: auto !important; clip: inherit !important; overflow: inherit !important; 
  display: flex;  justify-content: center; padding: 3px 4px 9px!important;  white-space: normal; font-weight: normal;  flex: 1;   align-items: center; line-height: 14px; }

.multi_colors.scroll-swatch .option-selector--swatch .color-swaches-horizontal-scroll label.opt-label .color-swatches-item-image { 
  display: block;  position: relative; width: 100%; padding-bottom: 100%; background-color: #fff;  border-radius: 4px 4px 0 0; }
.multi_colors.scroll-swatch .option-selector--swatch .color-swaches-horizontal-scroll label.opt-label:last-child {
    margin-right: 2px;
}
.multi_colors.scroll-swatch .option-selector--swatch .color-swaches-horizontal-scroll label.opt-label .color-swatches-item-image img { 
  position: absolute; top: 0; left: 0; height: 100%;  width: 100%; -o-object-fit: cover; object-fit: cover;  border-radius: 4px 4px 0 0; transform: scale(.85); }
.multi_colors.scroll-swatch .option-selector--swatch .color-swaches-horizontal-scroll .opt-btn:checked+.opt-label { border-color: #050505; }
.option-selectors.swatch_options .option-selector-fieldset .option-selector__btns.swatch-color { width: 100%; }
.multi_colors.scroll-swatch .option-selector--swatch .color-swaches-horizontal-scroll .opt-btn.is-unavailable+.opt-label { background: none; overflow: hidden; }

.multi_colors.scroll-swatch .option-selector--swatch .color-swaches-horizontal-scroll .opt-btn.is-unavailable+.opt-label:before {
    height: calc(100% + 20px); width: 1px; background: #bcbcbc; transform: rotate(28deg); z-index: 999;  left: 2px; right: 0; margin: 0 auto; top: -10px; bottom: 0; display: flex; justify-content: center; }

.multi_colors.scroll-swatch .option-selector--swatch .color-swaches-horizontal-scroll .opt-btn.is-unavailable+.opt-label:after { display: none; }

.color-swatches-background-img{
   max-width:45px; max-height:45px; object-fit:cover; background-size: contain;  background-position: center; width: 100%; display: block; height: 100%; background-repeat: no-repeat;
}
.multi_colors.scroll-swatch .option-selector.swatch-color { padding-bottom: 0; border: none; max-width: 100%; margin-bottom: 0 !important;}
.multi_colors.scroll-swatch .option-selector__btns.swatch-color { margin-bottom: 10px; }
.multi_colors.scroll-swatch { padding-bottom: 15px; }

.option-selectors.swatch_options.multi_pack .multi_colors.scroll-swatch { padding-bottom: 0; }
.option-selectors.swatch_options.multi_pack { padding-bottom: 0; }
.multi_pack-variant-picker {  padding-bottom: 20px; }
.option-selectors.swatch_options.multi_pack .option-selector.swatch.swatch-size { margin-bottom: 15px; }
.multi_colors.scroll-swatch .swatch_scroller .swatch-error,
.multi_colors.scroll-swatch .swatch-color .swatch-error{ margin-top: 0; }
.slidecart .cart_items .cart-item__quantity .quantity { display: flex; align-items: center; }
.slidecart .cart_items .cart-item__quantity .quantity .remove_item {margin-bottom: 0;}

/* color display d.dabhi 18-06-2024 end*/

/* show red sale on home page d.dabhi 30-04-2024 start */
.index .featured-product-list .product-list .block-inner-inner span.price-label--sale {  background: #fc4242; color: #fff; font-size: 10px; font-weight: 700; border-radius: 15px; padding: 3px 7px;
    position: absolute; top: 5px; right: 0px;  z-index: 100; }
/* show red sale on home page d.dabhi 30-04-2024 end */


/* home page update start 22-07-2024 d.dabhi*/
.js .section-header:not(.section-header--nav-hover):not(.section-header--nav-open) .pageheader--transparent .logo img { filter: invert(1); }
.js .section-header:not(.section-header--nav-hover):not(.section-header--nav-open) .pageheader--transparent .logo a svg path { fill: #fff; }
.pageheader .main-search__input-container .main-search__button svg { fill: transparent; }
.js .section-header:not(.section-header--nav-hover):not(.section-header--nav-open) .pageheader--transparent .logo-area__right .main-search__input-container button.main-search__button svg path { stroke: #fff; }
.js .section-header:not(.section-header--nav-hover):not(.section-header--nav-open) .pageheader--transparent .logo-area__right .main-search__input-container .main-search__input {  border-color: #fff; }
.js .section-header:not(.section-header--nav-hover):not(.section-header--nav-open) .pageheader--transparent .logo-area__right .main-search__input-container .main-search__input::-webkit-input-placeholder{ color: #fff; opacity:1; }
.js .section-header:not(.section-header--nav-hover):not(.section-header--nav-open) .pageheader--transparent .logo-area__right .main-search__input-container .main-search__input:-moz-placeholder{ color: #fff; opacity:1; }
.js .section-header:not(.section-header--nav-hover):not(.section-header--nav-open) .pageheader--transparent .logo-area__right .main-search__input-container .main-search__input::-moz-placeholder{ color: #fff; opacity:1; }
.js .section-header:not(.section-header--nav-hover):not(.section-header--nav-open) .pageheader--transparent .logo-area__right .main-search__input-container .main-search__input:-ms-input-placeholder{ color: #fff; opacity:1; }
.js .section-header:not(.section-header--nav-hover):not(.section-header--nav-open) .pageheader--transparent .logo-area__right .header-account-wrapper a.header-account-link svg circle,
.js .section-header:not(.section-header--nav-hover):not(.section-header--nav-open) .pageheader--transparent .logo-area__right .header-account-wrapper a.header-account-link svg path { stroke: #fff; }
.js .section-header:not(.section-header--nav-hover):not(.section-header--nav-open) .pageheader--transparent .logo-area__right .cart-link .cart-link__count { color: #fff; }
#content { position: relative;}
.index .section-collection-list .featured-collection-product-list .container--no-max { padding: 0; }
.index .section-collection-list .featured-collection-product-list .product-block.collection-block { padding: 0; }
.index .section-collection-list .featured-collection-product-list .product-block.collection-block .product-link .product-info { position: absolute; bottom: 30px; left: 0; right: 0; text-align: center; color: #fff; }
.index .section-collection-list .featured-collection-product-list .product-block.collection-block .product-link .image-cont { margin: 0; }
.index .section-collection-list .featured-collection-product-list .product-block.collection-block .product-link .product-info .product-block__title { font-size: 30px; padding:0 10px; }
.index .featured-product-list .container--no-max .collection-listing {  margin-left: -20px;  margin-right: -20px; padding-right: 0; }

.index .featured-product-list .container--no-max .collection-listing .owl-prev { left: -5px !important; }
.index .featured-product-list .container--no-max .collection-listing .owl-next {right: -5px !important;}
.index .featured-product-list .container--no-max .collection-listing .product-block {  padding-left: 10px; padding-right: 10px; }
.collection-title__inks {  display: flex; flex-wrap: wrap; width: auto; padding-bottom: 18px; border-bottom: 1px solid #000; margin-bottom: 34px; margin-left: -10px;  margin-right: -10px;  }
.collection-title__inks .tab-container { flex: 1; width:87%; padding-left:10px; }
.collection-title__inks .tab-container ul { display: flex;  flex-wrap: wrap;  padding: 0;  margin: 0; list-style: none; margin: 0; }
.collection-title__inks .tab-container ul li { list-style: none; margin-right: 48px; }
.collection-title__inks .tab-container ul li a { font-size: 16px; font-weight: 600; color: #000; position: relative; padding: 4px 0; }
.collection-title__inks h3.hometitle .collection-tab-link:hover{ color:#fc4242;}
.collection-title__inks .tab-container ul li a:after { content: ""; position: absolute; bottom: 0; left: 0; right: 0; background: #000; width: 0; height: 1px;}
.collection-title__inks .tab-container ul li a.active:after { width: 100%;}
.collection-title__inks h3.hometitle { text-align: left;  width: 13%; margin: 0; font-size: 20px;  min-width: 236px;     line-height: 23px; }
.collection-title__inks .tab-container ul li:last-child {  margin-right: 0; }
.index .featured-product-list .container--no-max .collection-listing .owl-nav button { top: calc(50% - 46px); }
.index .featured-product-list .container--no-max .collection-listing .product-block .product_badges-quickview, 
.index .featured-product-list .container--no-max .collection-listing .product-block .product-info {  padding: 0px 7px; }
.featured-product-list.collection-tab-section { padding-top: 20px; }
.collection-title__inks h3.hometitle .collection-tab-link {  vertical-align: top; }
.collection-tab-section .owl-nav button.owl-prev:before {
    content: "";
    background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><rect width="20" height="20" fill="url(%23pattern0_3436_1353)"/><defs><pattern id="pattern0_3436_1353" patternContentUnits="objectBoundingBox" width="1" height="1"><use xlink:href="%23image0_3436_1353" transform="scale(0.0333333)"/></pattern><image id="image0_3436_1353" width="30" height="30" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAYUlEQVR4nO3UMQqAMBBE0X+JBL3/SdRCFG20yHEUJYKVVRgF50GKrT6EZcHMrLAIzECjjq7ABgyqaACWHE1A5WhpU/5exeveCrdPS1UjFH4bj7cDMirDV/xYuP6czMy+ZAcJB1CbbvpUogAAAABJRU5ErkJggg=="/></defs></svg>');
    base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAYUlEQVR4nO3UMQqAMBBE0X+JBL3/SdRCFG20yHEUJYKVVRgF50GKrT6EZcHMrLAIzECjjq7ABgyqaACWHE1A5WhpU/5exeveCrdPS1UjFH4bj7cDMirDV/xYuP6czMy+ZAcJB1CbbvpUogAAAABJRU5ErkJggg=="/></defs></svg>);
    width: 32px;  height: 32px; position: absolute; background-repeat: no-repeat; top: 0; left: 0; right: 0; bottom: 0; margin: auto; background-position: center; 
}
.collection-tab-section .owl-nav button span { font-size: 0; }
.collection-tab-section .owl-nav button.owl-next:before {
    content: "";
    background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><rect width="20" height="20" fill="url(%23pattern0_3436_1356)"/><defs><pattern id="pattern0_3436_1356" patternContentUnits="objectBoundingBox" width="1" height="1"><use xlink:href="%23image0_3436_1356" transform="scale(0.0333333)"/></pattern><image id="image0_3436_1356" width="30" height="30" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAVklEQVR4nO3UwQnAIAxG4beEhe6/ST0UWr3Ug+MogjMkRf8Pcn4QQkBE5IcuIAGHdfgBGlCs4wH4ZrwCp+JDnCuxmIxTOLHykYVtosPr9UBur5cpIovrWVNQoo8QJhgAAAAASUVORK5CYII="/></defs></svg>');
    height: 32px;  position: absolute;  background-repeat: no-repeat; top: 0;  left: 0;  right: 0;  bottom: 0;  margin: auto;  background-position: center;     
}
.index .featured-product-list.collection-tab-section .container--no-max .collection-listing .owl-nav button {
    top: calc(50% - 76px);
}
.index .featured-product-list.collection-tab-section .container--no-max .collection-listing .owl-nav button.disabled{ display:none;}
nav.breadcrumbs li.breadcrumbs-list__item span.icon svg { width: 8px; }
nav.breadcrumbs li.breadcrumbs-list__item span.icon { margin: 0 4px; }
.js .section-header:not(.section-header--nav-hover):not(.section-header--nav-open) .pageheader--transparent .logo-area__right a.cart-link .cart-link__icon svg path { stroke: #fff; }
/* home page update end 22-07-2024 d.dabhi*/ 

span.stamped-badge span.stamped-badge-caption span { margin-left: 2px; text-transform: capitalize; }
.block-inner-inner .product-info .inner .product-price span.stamped-badge-caption { display: flex !important;  margin-top: auto !important;  top: 0px; }
/* Responsive */
@media (max-width:1870px){
  /* image with text 27-03-2024 d.dabhi start */
  .shopify-section.section-image-with-text .container{ max-width: 120% !important; margin-left: -10%; width: 120% !important; }
  /* image with text 27-03-2024 d.dabhi end */
  
  .product_detail_content .product-description-row {margin-left: -3.5%;width: calc(100% + 8%);}
}
@media (max-width:1780px){
  /* image with text 27-03-2024 d.dabhi start */
  .shopify-section.section-image-with-text .container{ max-width: 108% !important; margin-left: -4%; width: 108% !important; }
  /* image with text 27-03-2024 d.dabhi end */
  
}
@media (max-width:1650px){
  .product_detail_content .product-description-row {margin-left: 1.5%;width: 98%;}
}
@media (max-width:1600px){
  /* image with text 27-03-2024 d.dabhi start */
  .shopify-section.section-image-with-text .container{ max-width: 102% !important; margin-left: -1%; width: 102% !important; }
  /* image with text 27-03-2024 d.dabhi end */

  /* color display d.dabhi 18-06-2024 start*/
  .detail .option-selectors .multi_colors .option-selector.swatch_no_change.swatch_.swatch.swatch-color.option-selector--swatch {
      max-width: 100%;
  }
  /* color display d.dabhi 18-06-2024 end*/
}
@media (max-width:1510px){
  /* image with text 27-03-2024 d.dabhi start */
  .shopify-section.section-image-with-text .container{ max-width: 100% !important; margin-left: 0%; width: 100% !important; }
  /* image with text 27-03-2024 d.dabhi end */

  .product_detail_content {max-width: 87% !important;}
  .product_detail_content .product-description-row {margin: 0;width: calc(100% + 1%);}
  
}
@media (max-width:1440px){
/*    .slide_cart_inner .recommend_cart_inner .product-block { max-width: 95px; } */
}
@media (max-width:1280px){
.sticky-options {max-width: 1000px;}
.newsletter_signup_feald {width: 100%;}
.section-footer__newsletter-block:after {right:5px;}
  
/* Added CSS for home page about us section RK 05-04-23 */
.home-about-section h2 {font-size: 40px;width: 400px;}
.home-about-section h2 span {width: 190px;}
/* Added CSS for home page about us section RK 05-04-23 end*/
  
  /* search result page d.dabhi 06-12-2023 start*/
  .snize-results-page .snize .snize-filters-sidebar{ max-width: 290px; padding-right: 30px; }
  .snize-results-page .snize .snize-search-results-main-content { width: calc(100% - 290px);}
  /* search result page d.dabhi 06-12-2023 end*/

  /* home page update start 01-07-2024 d.dabhi*/ 
  .index .section-collection-list .featured-collection-product-list .product-block.collection-block .product-link .product-info .product-block__title { font-size: 24px; }
  /* home page update end 01-07-2024 d.dabhi*/ 
}
@media (min-width: 768px) and (max-width:1240px) {
  .shipping-info-wrapper {flex-direction: column;}
  .shipping-info-wrapper .shipping-left, .shipping-info-wrapper .shipping-right{width: 100%;}  
}
@media (min-width: 768px) and (max-width:991px) {
  .block-inner-inner .product-info .inner .product-price .stamped-product-reviews-badge span.stamped-badge:before, 
  .block-inner-inner .product-info .inner .product-price .stamped-product-reviews-badge .stamped-starrating i:before, 
  .block-inner-inner .product-info .inner .product-price .stamped-product-reviews-badge .stamped-badge-caption { font-size: 11px; }
  .block-inner-inner .product-info .inner .product-price .stamped-product-reviews-badge span.stamped-badge:before { line-height: 19px; }
  .block-inner-inner .product-info>.inner .product-price .stamped-product-reviews-badge{ padding-top:2px; }
  .block-inner .product-info .product-price .stamped-product-reviews-badge span.stamped-badge-caption{ top: 0px; }
  .featured-product-list .block-inner .product-info .product-price .stamped-product-reviews-badge span.stamped-badge-caption {  top: -1px; }

}
@media (max-width:1200px){
  .collection_txt {margin: 0 30px;}
}

@media (max-width:1240px){
  .blog_content,
  .template-blog .article-logo .container{padding: 0 16px;}
  .quickbuy-container .close-detail .feather { width: 30px; height: 30px;}
  .quickbuy-container .close-detail{ right: 8px; top: 8px;}
  .template-article #content .article-image,
  .template-article #content .articl-blog-contains,
  .template-article #content .article-logo{ padding: 0 15px; }
  .title-product-price .product-title-variant { width: calc(100% - 32%); }
}
@media (max-width:1160px){
  .newsletter_title {margin: 0 0 15px 0;}
  .newsletter_title .section-footer__title {margin-bottom: 10px;}
  .newsletter_title h4, .newsletter_title .h4-style {font-size: 20px;}
  
  .cart-item__description a.name {font-size: 16px; line-height: normal;}
  .cart-item-list-heading--price, .cart-item__price {font-size: 16px;text-align:right;align-items: flex-end;}
  /* d.dabhi footer part 17-03-23 start*/
  
  #pagefooter .container{ max-width:950px;}
  .section-footer__newsletter-block{ padding-left:40px; flex: 0 1 53%;}
  .footer-sub-link .footer-other-link-item{ padding:0 18px;}
  .section-footer__row .section-footer__row__col.section-footer__menu-block{ padding-right:40px;}
  
  /* d.dabhi footer part 17-03-23 end*/
  
  /* d.dabhi blog/article 19-05-2023 start*/
    .articl-blog-contains .article-content.article_content-full .majortitle{ font-size:36px; line-height: 46px;}
  /* d.dabhi blog/article 19-05-2023 end*/
  /* product detail descriptoin d.dabhi start 07-11-2023 */
  .selling-points ul.custom-description-icons li { padding: 0 11px; }
  /* product detail descriptoin d.dabhi end 07-11-2023 */
  .section-image-with-text .feature-text-paired .majortitle { font-size: 20px; }

  .product_detail_content {max-width: 94% !important;}
  .product_detail_content .product-description-row {width:100%;}

  /* home page update start 01-07-2024 d.dabhi*/
  .product-block .btn.quickbuy-toggle{ width:75%; bottom: 20px; opacity: 1; visibility: visible; padding: 8px;}  
  /* home page update end 01-07-2024 d.dabhi*/
  
}
@media (max-width:1080px){
  .top-search-categories ul li {padding-right: 10px;}
  .section-footer__newsletter-block:after {right: 0px;}
  /* .btn.signup-form__button {min-width: 170px;} */
  .btn-right-arrow {right:16px;}
  .btn.signup-form__button:hover .btn-right-arrow {right: 12px;}
  
  .blog_content_left {width: 70%;}
  .blog_content_right {width:30%; padding-left:30px;}
  .article-sort-content {margin: -60px 0 -40px 60px; padding: 40px 30px;}
  .article-sort-content h2 {font-size: 32px;}

  .article_content-full {margin: -60px 0 0 60px!important;}
  .article__body-inner {padding: 0 0 0 100px;}
  /* d.dabhi pdp product description 11-04-2023 start*/
  .product-desc-middle-content .custom-description-section ul li{ padding: 0 10px; }
  .product-desc-middle-content .custom-description-section ul li svg { height: 24px; }
  .product-desc-middle-content .custom-description-section ul li p {font-size: 11px;line-height: 16px;}  
  ul.usp_icon-list li { display: block; padding: 0 !important; }
  ul.usp_icon-list li span,ul.usp_icon-list li ins { display: block; text-align: center; padding: 0; }
  ul.usp_icon-list { justify-content: space-evenly; }
  /* d.dabhi pdp product description 11-04-2023 end*/

  /* size guide css RK 23-05-23 */
  .size_guide-wrapper {flex-direction: column;}
  .size_guide-table {width: 100%; order: 2;}
  .size_guide-img {width: 100%;order: 1;margin: 0 0 10px;}
  .size_guide-img img{margin: 0 auto;display: block;}
  .size_guide-wrapper p{order:3;}
  .size_guide-wrapper table{margin:10px 0;}
  /* size guide css RK 23-05-23 end*/

  /* search result page d.dabhi 06-12-2023 start*/
  .snize-search-results-main-content ul.snize-search-results-content li { width: 33.33%!important; min-width: inherit !important;}
  .snize-results-page .snize .snize-search-results-main-content > div { width: 100% !important; }
  .snize-results-page .container{ padding: 0 20px; }
  /* search result page d.dabhi 06-12-2023 end*/
}
@media (max-width:1026px){
  #recently-viewed-products {/* margin-left:-20px; */}
  .recently-product-block {padding-left:20px;}  
  .template-product .container.product-container .container{ max-width:100%;}
  .product-detail .product-column-right{ width: calc(50% - 45px);}
}  

@media (max-width:1000px){
  body.filte_open{overflow:hidden;}
  .sticky-options {max-width: 800px;}
  
  .product_sticky_detail .product_sticky_title {max-width:200px; width:200px;}
/*   .sticky-btn {left: 580px;} */
  .product-form .quantity-submit-row.sticky-btn .quantity-submit-row__submit .add_to_cart.sticky-atc{min-width: 190px;}
  .sticky-options .quantity-submit-row__submit .add_to_cart-small.sticky-atc {min-width: 190px;}

 .cart-title {text-align: center; border-bottom: 0px;}
 .cart-page-content {flex-direction: column; max-width: 768px;  margin: 0 auto;}
 .cart-item-list {  width: 100%;}
 .checkout-subtotal-container {width: 100%; padding-left: 0;}

  .blog_content_right .cat_title {font-size: 18px;}
  .recent_articles a {font-size: 13px;}
  .article-content {font-size: 16px;}
  .cat_section ul.blog_filter li {font-size: 14px;}
  .slide_cart_inner .recommend_cart_inner .product-block { max-width: 95px; }
  .slide_cart_inner .recommend_cart_inner.collection-slider-row .action_button_suggetion{ padding:10px 2px; font-size:9px; } 

  /* search result page d.dabhi 06-12-2023 start*/
  .snize-results-page .snize .snize-filters-sidebar { max-width: 240px;  padding-right: 20px; }
  .snize-results-page .snize .snize-search-results-main-content {  width: calc(100% - 240px); }  
  
  /* search result page d.dabhi 06-12-2023 end*/

  /* home page update start 22-07-2024 d.dabhi*/ 
  .index .section-collection-list .featured-collection-product-list .product-block.collection-block .product-link .product-info .product-block__title { font-size: 18px; }
  .index .section-collection-list .featured-collection-product-list .product-block.collection-block .product-link .product-info{ bottom:20px;}
  /* home page update end 22-07-2024 d.dabhi*/ 
}
@media (max-width:991px){
  /* d.dabhi footer part 17-03-23 start*/
  .section-footer__newsletter-block { flex: 0 1 100%;  padding-bottom: 30px;}
  .sms_signup-form, .email_signup-form { max-width: 60%; } 
  .section-footer__newsletter-block:after{ display:none;} 
  .section-footer__row .section-footer__row__col.section-footer__menu-block{ padding: 0 10px; flex-basis: 28%;}  
  .section-footer__newsletter-block{ margin-left: 0; }
  #pagefooter .section-footer__row--blocks { justify-content: center; } 
  .section-footer__row.section-footer__row--blocks .section-footer__newsletter-block {
    order: inherit; padding-left: 0;
  }
  /* d.dabhi footer part 17-03-23 end*/

  /* Added CSS for home page about us section RK 05-04-23 */
  .home-about-section h2 {font-size: 35px; width: 350px;}
  .home-about-section h2 span {width: 175px;}
  .home-about-section h6 {font-size: 16px;padding: 0 0 25px;}  
  /* Added CSS for home page about us section RK 05-04-23 end*/

  /* d.dabhi blog/article 19-05-2023 start*/
  .articl-blog-contains .article-content.article_content-full .majortitle{ font-size:30px; line-height: 40px; padding-top: 0;}
  .articl-blog-contains .article-content.article_content-full{ width:95%; padding:30px 30px 10px;}
  .articl-blog-contains .container{ padding: 0 30px 0 100px; width: calc(100% - 0px);}
  .articl-blog-contains .sticky-social-icons{ display:none;}
  .social_post_mobile{ display:block ;}
  /* d.dabhi blog/article 19-05-2023 end*/
  
  .footer-sub-link .footer-other-link.chat_hidden {justify-content: center;}

  /* Save with Packs Feature 31-01-2024 d.dabhi start */
  .related-packs-list .product-block .product-media {  max-width: 100px; }
  .related-packs-list .product-block .product-detail { width: calc(100% - 100px); padding-left: 15px;}
  .related-packs-list .product-detail .button{ padding: 6px 18px; margin-top: 10px; font-size: 11px; }
  .related-packs-list{ padding: 13px 15px 15px; }
  /* Save with Packs Feature 31-01-2024 d.dabhi end */

   /* reduce image size on slide cart d.dabhi start 19-09-2024 */
  .slide_cart_inner .recommend_cart_inner.collection-slider-row .rimage-wrapper {  padding-top: 110px !important; }
  /* reduce image size on slide cart d.dabhi end 19-09-2024 */
}  
@media (max-width: 860px) {
  .sticky-options {max-width:700px;}
  .product_sticky_detail .product_sticky_title {max-width:160px; width:160px;}
  .sticky-options .product_sticky_option {width: 220px;}
  .sticky-btn {left:490px;}

  .quickbuy-container .product-detail .gallery .main-image {margin: 0 0 10px;  }
  .quickbuy-container .close-detail {right: 5px; top: 5px;}
  .quickbuy-container .close-detail .feather {width: 24px; height: 24px;}
  .collection-listing .quickbuy-container { z-index:555;}

  /* Added CSS for home page about us section RK 05-04-23 */
  .home-about-section {padding: 25px 0 0;}
  .home-about-section h6 {font-size: 14px; padding: 0 0 15px;}
  .home-about-section a svg {width: 16px; height: 10px; vertical-align: baseline;}
  /* Added CSS for home page about us section RK 05-04-23 end*/

  /* d.dabhi pdp product description 11-04-2023 start*/
  .product-desc-middle-content .custom-description-section ul { justify-content: space-between; }
  .product-desc-middle-content .custom-description-section ul li{ padding:0 3px;}
  .product-desc-middle-content .custom-description-wrap h3 { font-size: 14px; line-height: 20px; margin: 0 0 10px 0; }
  .product-desc-middle-content .custom-description-wrap{ margin-bottom:20px;}
  /* d.dabhi pdp product description 11-04-2023 end*/
  
  /* product detail descriptoin d.dabhi start 07-11-2023 */
  .selling-points ul.custom-description-icons li { padding: 0 4px; }
  .selling-points ul.custom-description-icons li p{ font-size: 11px; }
  /* product detail descriptoin d.dabhi end 07-11-2023 */
}
@media (max-width: 820px) {
   /* search result page d.dabhi 06-12-2023 start*/
  .snize-results-page .snize .snize-search-results-main-content { width: calc(100% - 0px); }
  .snize-search-results-main-content ul.snize-search-results-content li{ border:none !important;}
  .snize-search-results-main-content ul.snize-search-results-content li .snize-price-list { text-align: left !important; }
  #snize-search-results-grid-mode ul.snize-search-results-content.clearfix { margin: 0 -1% !important; }
  #snize-search-results-grid-mode span.snize-overhidden { padding: 10px 0 0 0 !important; }
  #snize_results.snize-mobile-design div.snize-main-panel-dropdown{ float:right !important;}
  #snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-mobile-filters { margin: 10px 0 0px !important; float: left; }
  #snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-mobile-filters a { color: #000; text-transform: capitalize !important; font-weight: 600 !important; letter-spacing: normal !important; font-size: 14px !important; border: none !important; padding-left: 0 !important;}
  #snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-mobile-filters a:before { content: "";
      background: url('data:image/svg+xml,<svg width="23" height="19" viewBox="0 0 20 20" stroke-width="1.25" fill="none" xmlns="http://www.w3.org/2000/svg"><line x1="1" y1="6" x2="19" y2="6" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></line><line x1="1" y1="14" x2="19" y2="14" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></line><circle cx="7" cy="6" r="3" fill="none" stroke="currentColor"></circle><circle cx="13" cy="14" r="3" fill="none" stroke="currentColor"></circle></svg>');
      width: 20px; height: 17px; display: inline-block; background-size: 20px; background-repeat: no-repeat; background-position: center; vertical-align: sub; margin-right: 5px; }
  #snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-controls>ul{ border: 0px solid #eee !important; border-radius: 0 !important; box-shadow: none !important; padding: 0 !important; }
  #snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-controls>ul li a { text-transform: capitalize !important; font-size: 14px !important; letter-spacing: 0 !important; color: #000 !important; padding: 0; margin: 0; }
  #snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-dropdown>a { border: 0px solid #e8e9eb !important; border-radius: 0 !important; }
  #snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-dropdown>a span {text-transform: inherit !important; color: #000;font-size: 13px !important; font-weight: 500 !important; margin-right: 5px; }
  #snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-dropdown>a b.caret { border-color: #000; }
  #snize-search-results-grid-mode span.snize-overhidden{ overflow: inherit !important;}
  #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode li.snize-product span.snize-title{ min-height:inherit !important; }
  
  #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products { background: #000 !important; border-radius: 30px !important; font-weight: normal !important; }
  #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all { border-radius: 30px !important; border-color: #000 !important; color: #000 !important; padding: 0 !important; }
  div.snize ul.snize-product-filters-list li .snize-filter-checkbox input[type=checkbox]:checked + span:before {width: 22px;height: 22px;background: #000;position: absolute;content: "";border-radius: 3px;top: -1px;left: -1px;}

  div.snize ul.snize-product-filters-list li .snize-filter-checkbox input[type=checkbox]:checked + span:after {
      border: 2px solid #fff !important; border-top: none !important; border-right: none !important; top: 5px !important; width: 12px !important; height: 7px !important;
  }
  #snize-modal-mobile-filters-dialog div.snize-product-filters-header a.snize-back-to-filters { color: #000 !important; }
  .snize-pagination a.snize-pagination-prev,.snize-pagination a.snize-pagination-next { background: #000 !important; padding: 10px 17px 12px !important; color: #fff !important;
  border-radius: 30px !important; font-weight: 700 !important;   line-height: normal !important;    border: 1px solid #000 !important; margin: 0 !important; max-width: inherit !important;
    flex-grow: inherit !important; font-size: 12px !important;}
  div.snize div.snize-pagination { display: flex !important; justify-content: center !important; align-items: center; }
  div.snize div.snize-pagination .snize-current-page { order: 2; font-size: 14px !important; font-weight: 600 !important; margin: 0 10px !important; width:auto !important; color: #000 !important; }
  .snize-pagination a.snize-pagination-prev { order: 1; }
  .snize-pagination a.snize-pagination-next { order: 3; } 
  .snize-results-page .container .snize-header .snize-search-results-header { min-width: inherit; display: block !important; font-weight: 500; font-size: 14px; }
  #snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-mobile-filters a{ text-overflow: inherit; }
  #snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-controls { display: none !important; }
  #snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-dropdown { max-width: inherit !important; }
  #snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-dropdown a.snize-main-panel-dropdown-button { padding-left: 0; text-overflow: inherit; padding-right: 12px;}
  #snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-dropdown a.snize-main-panel-dropdown-button b.caret { right: 3px; }
  #snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-mobile-filters span.snize-selected-filters-count-container { background: #000; }
  div#snize_results .snize-main-panel .snize-selected-filters-container span { text-transform: inherit !important; font-weight: 600 !important; }
  #snize-modal-mobile-filters-dialog ul.snize-product-size-filter { max-width: 100% !important; margin: 0 !important;   padding: 0; }
  #snize-modal-mobile-filters-dialog ul.snize-product-size-filter li { width: 100% !important; margin: 8px 0 0 0 !important; height: auto !important;  }
  #snize-modal-mobile-filters-dialog ul.snize-product-size-filter li .snize-size-filter-checkbox span.needsclick { border: none; text-align: left; height: auto; position: relative; border-radius: 0; line-height: 19px;
      padding-left: 30px; font-size: 13px; overflow: inherit; border: none !important; background-color: transparent !important; }
  #snize-modal-mobile-filters-dialog ul.snize-product-size-filter li { }
  #snize-modal-mobile-filters-dialog ul.snize-product-size-filter li .snize-size-filter-checkbox span.needsclick:before { content: ""; position: absolute; width: 19px; height: 19px; border: 1px solid #000; left: 0; border-radius: 2px; }
  #snize-modal-mobile-filters-dialog ul.snize-product-size-filter.clearfix li .snize-size-filter-checkbox input[type=checkbox]:checked+span.needsclick:after { content: "";  position: absolute; border: 2px solid #fff;
      border-top: none; border-right: none; background: transparent; top: 5px; left: 4px; width: 12px;  height: 6px; -webkit-transform: rotate(-50deg); -ms-transform: rotate(-50deg); transform: rotate(-50deg); }
#snize-modal-mobile-filters-dialog ul.snize-product-size-filter.clearfix li .snize-size-filter-checkbox input[type=checkbox]:checked+span.needsclick:before { background: #000; color: #fff; border: none; content: ""; }
  #snize-modal-mobile-filters-dialog ul.snize-product-filters-list li>label { border: 0 !important; padding-bottom: 0 !important;  padding-top: 6px !important; }
  #snize-modal-mobile-filters-dialog ul.snize-product-filters-list li>label span.needsclick { font-size: 14px;  color: #000;}
  .snize-search-results-main-content ul.snize-search-results-content li span.snize-reviews span.total-reviews { padding-left: 0 !important;margin-left: 3px !important; margin-top: 1px;}
  .snize-modal-content i.snize-product-filters-reset { position: relative; background: #d4d4d4; border-radius: 50%;    background-image: none !important;}
  .snize-modal-content i.snize-product-filters-reset:before,.snize-modal-content i.snize-product-filters-reset:after {content: ""; position: absolute; width: 11px; height: 2px; background: #fff; top: 50%; transform: translateY(-50%) rotate(45deg);   left: 0;    right: 0;    margin: 0 auto;}
  .snize-modal-content i.snize-product-filters-reset:after {  transform: translateY(-50%) rotate(-45deg); }
  /* search result d.dabhi 06-12-2023 end */
}
@media (max-width: 768px) {
  .track_your_order_container{ padding-bottom: 80px !important;}
}
@media (max-width: 767.98px) {
  body.menu_open{overflow:hidden;}
  .fully-spaced-row--medium.ugc_slider_wrapper {margin-top: 10px;margin-bottom: 10px;}

  .collection-slider-row.for-collections {margin-bottom:30px;}
  .collection-slider-row {margin-top:30px;}

  .product-detail .detail .title-row{width:68%;}
  .product-detail .detail .title {margin: 0px 0 0.05em;}
  .quickbuy-container .title-row{margin-bottom: 10px;}
  /*.quickbuy-container .quickbuy-content .product-label-wrapper{margin-bottom: 10px;}*/
  .quickbuy-container .quickbuy-content .header_section{margin-bottom: 10px;}
  
  .price-area{position: absolute; right:0; top:2px; max-width: 140px; text-align: right; line-height: normal;}
  .price-area .on-sale {display: flex; flex-direction: column;}
  .price-area .h5-style {font-size: 18px;}
  /*.instock_label {text-align: center;}
  .left_instock_label, .outof_stock_label {text-align: center; display: block;}*/
  .product-description .row{margin:0;}
  .product-recommendations{padding:0 15px;}
  .recently-viewed-products-wrapper{padding:30px 0 0;}

  .product__label--bulk-buy .productsale-tag {margin: 0 0 8px;}
  
  .product-block .product-info {margin: 6px 0 0;}
  .featured-collection-product-list .product-block .product-info {margin: 0;}
  .product-price__item {font-size: 13px; font-weight:600;}
  .product-price__amount--on-sale.product-price__item{ font-weight:800;}

  .title_block{display: flex; justify-content: space-between;}
  .outfit_detail .modal_price.price .sale {display: flex; line-height:1;}
  .outfit_detail .modal_price.price{padding-left:10px;}
  .template-suffix-outfit .recently-viewed-products-wrapper{padding:30px 0;}
  
  .ship-progress-minicart { justify-content: space-between; flex-direction: column;}
  .ship-progress-minicart .free-ship-progress-outer {width: 100%;}
  .ship-progress-minicart .shippingmessage.free_shipping_unlocked {margin-right: initial;}
  .cart-summary-overlay__column-subtotal {text-align: left;}
  .cart-summary-overlay__column-subtotal .cart-summary-overlay__subtotal {display: flex; justify-content: space-between;}
  .cart-summary-overlay__row-body .cart-summary-overlay__column-subtotal {margin-top:1em; margin-right:0;}
  .cart-item__description a.name {font-size: 14px;}
  .cart-item-list-heading--price, .cart-item__price {font-size: 14px;}

  .cart-item__description .cart-summary-overlay__variant-value {width:24px; height:24px;font-size:8px;}
  .cart-item__description .cart-summary-overlay__variant-value.color{margin-left: -3px;}
  .cart-item__description a.editicon {padding: 8px 0 0 6px;}
  .cart-item__description a.editicon svg {transform: scale(0.8);}
  
   .cart-item-list { margin: 10px 0 20px;}
  .cart-item-list.content-divider{border-bottom: 1px solid #e2e2e2;}

  a.wk-link {margin: 0 !important;}
  /* .section-header .wishlist-link-li a {width: 20px;} */
  
  #recently-viewed-products { /*margin-left:-16px; */flex-direction: inherit;}
  .recently-product-block {padding-left:16px;}
  .arp-block__price{display: flex; flex-wrap: wrap;}
  #recently-viewed-products .product-block .image-cont .btn.quickbuy-toggle{display:none;}
    
  /* Blog and articale css Rk added */
  .article-logo img.mobile-only {max-width: 250px;}
  .blog .article-logo, .article .article-logo{margin-bottom: 0;}
  /*.blog_cat_nav {padding: 0;}*/
  .blog_content_left {width: 100%;}
  .blog_content_right {display: none;}
  .page-header-blog{text-align:center;}
  .article-list .article {padding-bottom:30px;}

  .article_content-full { margin: -50px 0 0 50px!important; padding: 30px;}
  .template-article .photo_credits {position: static; text-align: left;}
  
  .recently-viewed-products-wrapper{overflow:hidden;}
  #recently-viewed-products {flex-wrap: nowrap; display:block;padding-bottom:0;overflow-x:auto;}
  #recently-viewed-products .recently-product-block{margin-bottom: 0;}
  #recently-viewed-products .res_was_price{display: block;}
  #recently-viewed-products.flexible-layout .column--quarter {width: 40%;} 
  
  .quantity-submit-row__submit .add_to_cart .adding svg {width: 16px; height: 16px;}
  .sticky-options .quantity-submit-row__submit .add_to_cart .adding svg {width: 12px; height: 12px;}
  #klaviyo-bis-modal .btn-success, .btn.notifyme-trigger{font-size:20px; padding: 16px 25px;}
  .cc-accordion-item__title{font-size:16px;}
    
  .sticky-options .product_sticky_detail{display:none !important;} 
  .sticky-options.bottom_btn {max-width:98%; margin:0 1% 0px;box-shadow: 0 3px 6px #0000001a; border-radius:55px; padding:8px 10px; -webkit-transition: all .7s; -moz-transition: all .7s; transition: all .7s;z-index: 100 !important;}
  .swatch-size-sticky{left:0;bottom:0px; opacity:0;-webkit-transition: all .7s; -moz-transition: all .7s; transition: all .7s;}
  .swatch-size-sticky.open{bottom:58px;opacity:1;}
  .needsclick{z-index: 10 !important;}
  /* .sticky-options.bottom_btn {} */
    
  .sticky-options .product_sticky_option {width:40%;text-align: left; z-index:15;}
  .sticky-options .sticky_option_selector {width:94%;text-align: center; font-size:12px; padding:14px 10px;}
  .sticky-options .product_sticky_option:before, .sticky-options .product_sticky_option:after{display:none;}
  .sticky-options .sticky_option_selector .sticky_option_arrow {position:static; margin-left:5px;}
  .sticky-options .sticky_option_selector .sticky_option_arrow svg {transform: rotate(-90deg);}
  /* .sticky-options .sticky_option_selector:hover .sticky_option_arrow {right: -8px;} */
  .sticky-options .sticky_option_selector:hover .sticky_option_arrow svg {transform: rotate(90deg);}
  .sticky-options .sticky_option_btn {width: 60%;min-width: inherit;}
  
  /* .sticky-btn {left:auto; right:14px; bottom:48px; width:59%;-webkit-transition: all .7s; -moz-transition: all .7s; transition: all .7s;} */
  /* .product-form .quantity-submit-row.sticky-btn .quantity-submit-row__submit .add_to_cart.sticky-atc{min-width:inherit;} */
  .sticky-options .option-selector-fieldset { box-shadow: 6px 3px 8px #0000000d;  border-radius: 50px; padding: 10px;/*max-width:100%;overflow-x: auto;*/}
  .sticky-options .option-selector-fieldset .swatch_scroller {overflow-x: auto; -ms-overflow-style: none; scrollbar-width: none;}
  .sticky-options .option-selector-fieldset .swatch_scroller::-webkit-scrollbar {display: none;}
  .sticky-options .option-selector-fieldset .option-selector__btns {flex-wrap: nowrap;margin:-10px -10px 0 0;}

  .section-footer__row--blocks {padding-bottom:20px; padding-top:20px;}
  .sms_signup-form, .email_signup-form{margin: 0 0 10px;}
  
  .btn.signup-form__button {font-size: 15px; padding: 11px 10px 13px; margin: 0 0 0 11px; min-width: 134px;}
    
  .section-footer__menu-block h5 {position: relative; margin:0;}
  .section-footer__menu-block h5:before, .section-footer__menu-block h5:after {content:""; position: absolute; top: calc(50% - 1px); right: 0; width: 12px; height: 2px; background-color: currentColor;
      transition: .3s ease; transition-property: transform,opacity;}
  .section-footer__menu-block h5:before {transform: rotate(-90deg);}
  .section-footer__menu-block h5.active:before {transform: rotate(90deg); opacity:0;}
  .section-footer__menu-block__menu {display: none;margin: 10px 0 13px;}
    
  .btn-right-arrow {right:15px;height:14px;}
  .btn.signup-form__button:hover .btn-right-arrow {right:10px;}
  .section-footer__row--blocks .section-footer__row__col:not(:last-child){margin-bottom:0px;}
  .section-footer__row--blocks .section-footer__row__col:not(:first-child){border-bottom: 1px solid #D9D9D9; flex-basis: 100%; }
  .section-footer__menu-block {padding:30px 0;}
  .section-footer__menu-block__menu li {margin-bottom: 0.7em; display: inline-block; width:49%; word-break: break-word; vertical-align:top;}
  .section-footer__menu-block__menu li a{white-space: pre-line;}
  .section-footer__row-lower {padding-top: 0; padding-bottom: 10px;}
  .footer-sub-link {padding: 15px 0 0;}
  .scroll_top_container {width:45px; height:45px; padding: 0px 0; margin: 0 0 0px 17px; top: -69px; text-align: center;}
  .scroll_top_container a.back-to-top{ width:45px; height:45px;}
  #pagefooter a#scroll_top svg { width: 24px; height: 24px; }
  .scroll_top_container svg {width:20px; height:20px;}
  .btn.klaviyo-bis-trigger {padding: 14px 25px;}
  .template-cart .fancybox-slide--html {padding:0;}
  .template-cart .fancybox-content {vertical-align: bottom;}
  .cart_product_edit_wrapper {max-width:100% !important;width:100% !important;padding: 20px !important;border-radius: 15px 15px 0 0;}
  .cart_product_edit_wrapper h2.cart_section_edit-title {margin: -20px -20px 20px;}
  .cart_product_edit_wrapper .cart_edit_img-section{margin-right:-20px;}
  .cart-title {margin: 0;}
  .cart_product_edit_wrapper .title-row h2.title {font-size: 18px;}

  .cart_product_edit_wrapper .popup-swatch-container{overflow-x: auto; -ms-overflow-style: none; scrollbar-width: none;}
  .cart_product_edit_wrapper .popup-swatch-container::-webkit-scrollbar {display: none;}
  .cart_product_edit_wrapper .popup-swatch-container .option-selector__btns {flex-wrap: nowrap;}
  .fancybox-container .cart_product_edit_wrapper .popup-swatch-container .option-selector__btns { flex-wrap: wrap; }
  .collection_txt {margin: 0 16px;}
  .template-cart.fancybox-active{overflow: hidden;}
  .cart_product-list .price-area{position: static;max-width: 100%;}
  .cart_product-list .product-block .product-info {width: 90%; flex-basis: 90%;}

  .product-block .collection_discount_note {bottom: 25px; left: 10px; font-size: 9px; line-height: 10px; padding: 5px 8px;}
  #pagefooter h1, #pagefooter h2, #pagefooter h3, #pagefooter h4, #pagefooter h5, #pagefooter h6 {line-height: 1;}
  .section-footer__text p {line-height: 1;}

  .blog_content.blog_mobilenav_title{flex-direction: column;}
  
  .blog .article-logo a, .article .article-logo a{font-size: 24px;}
  .article-sort-content {margin: -50px 0 -25px 50px; padding: 30px 25px;}
  .article-sort-content h2 {font-size: 24px; margin: 15px 0 20px;}
  .article-content {font-size: 14px;}
  .article-content a.continue {font-size: 14px;}
  .template-article .meta .iconmeta.time{font-size: 14px;}
  .article__body-inner { padding: 0 0 0 85px;}

  .quickbuy-content .price-label--sold-out {position: absolute;right: 0;top: 2px;max-width: 140px;text-align: right;line-height: normal;}

  /* .section-header .main-search{height:100%;} d.dabhi 27-01-23*/
  div#slide_cart .slide_cart_inner .use_ac_btn a.header-account-link { width: auto; }
  .slide_cart_inner .product-info select { padding: 6px 8px; margin-bottom: 0; }
  .slide_cart_inner .cart-item__column.cart-item__price span.theme-money{ font-size: 14px; }
  .slide_cart .cart-out svg{width: 35px;height: 35px; margin-top: -25px; margin-left: -5px; }
  .intl_coun.slide_cart .cart-out svg{margin-top: -10px; margin-left:0px;}
  .slide_cart_inner .recommend_cart_inner .product-block {max-width: 90px;}
  div#slide_cart .slide_cart_inner .columns.cart_items_list { padding-bottom: 300px }

  .menu_search_svg{height: 35px;width: 35px;padding-left: 2px;}
  
  .coll_wishlist{display:none !important;}
  /* d.dabhi order page 25-01-23 start*/ 
  table.order-table tr td.price .struck-out-price { padding: 0; }
  #order_details .price, #order_details .sku { border: none; }
  /* d.dabhi order page 25-01-23 end*/ 
  /* d.dabhi 27-01-23 start*/ 
  body #announcement-bar-with-slider { z-index: 999!important; }
  /* d.dabhi 27-01-23 end*/ 
  
  /* d.dabhi footer part 17-03-23 start*/
  .sms_signup-form, .email_signup-form { max-width: 100%; }
  .section-footer__newsletter-block { padding-left: 0; padding-right: 0; }
  #pagefooter .section-footer__row__col.section-footer__menu-block h5.section-footer__title.no-wrap{ margin-bottom: 16px; font-weight:700; font-size:16px; }
  .section-footer__row .section-footer__row__col.section-footer__menu-block{ padding: 15px 8px 0;}
  .section-footer__row-container .section-footer__row--blocks ul.section-footer__menu-block__menu .footer_menu-column {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      height: 129px;
  }   
/*   .mobile-only{ display:block !important;} */
  div#pagefooter a.btn.moblie_btn { font-weight: 700; width: 100%; color: #fff; font-size: 15px; text-transform: capitalize; padding: 0.6em 25px; margin-bottom: 0px; white-space: inherit; font-family: Open Sans,sans-serif,sans-serif;
    letter-spacing: normal; }
  div#pagefooter a.btn.moblie_btn svg { margin-right: 8px; }
  
  .sms_signup-form .checkbox_container, .email_signup-form .checkbox_container { padding-left: 30px;  width: 100%; }
  div#pagefooter a.btn.moblie_btn:hover { background: #fff; color: #000; border-color:#000; }
  div#pagefooter a.btn.moblie_btn:hover svg path { fill: #000; }
  .section-footer__menu-block__menu li.section-footer__menu-block__call_btn { width: 100%; padding-top:10px; padding-bottom: 5px; display:block; }
  div#pagefooter a.btn.moblie_btn:hover:after { display: none; }
  .section-footer__newsletter-block{ padding-bottom: 0;}
  .footer-sub-link .footer-other-link-item span.icon img { max-width: 42px; }
  .btn.signup-form__button .btn-right-arrow{ height:18px;}
  .footer-sub-link .footer-other-link { margin-bottom: 17px; }
  /* d.dabhi footer part 17-03-23 end*/

  /* Added CSS for home page about us section RK 05-04-23 */
  .home-about-section h2 {font-size: 30px; letter-spacing: 0; width: 295px; margin-bottom: 15px;}
  .home-about-section h2 span {width: 160px;}
  .home-about-section h6 {line-height: normal;}
  .home-about-section a {font-size: 14px;}
  .home-about-section span svg {margin-left: 5px;}
  /* Added CSS for home page about us section RK 05-04-23 end*/

  /* d.dabhi pdp product description 11-04-2023 start*/
  .product-desc-middle-content .custom-description-section ul{ justify-content: center;}
  .product-desc-middle-content .custom-description-section ul li{ padding: 0 15px;}
  .product-desc-middle-content .custom-description-section ul li svg{ width:initial; height:initial;}
  .product-desc-middle-content .custom-description-section ul li p{ font-size:12px; line-height:16px;}
  .product-description-row .product-detail-videos, .product-description-row .product-detail-description { width: 100%;}
  .product-description-row .product-detail-description{ padding: 30px 15px;}
  .product-desc-middle-content .custom-description-wrap h3{ margin: 0 0 18px 0; }
  .product-desc-middle-content .custom-description-wrap { margin-bottom: 25px; }
  ul.usp_icon-list li { display: flex; padding: 0 10px !important;}
  ul.usp_icon-list li ins { text-align: left; padding: 0 0 0 10px; }
  ul.usp_icon-list li span, ul.usp_icon-list li ins { display: flex;}
  
  .sticky-options .swatch-size-sticky .option-selector__btns label { margin: 10px 10px 0 0; }
  .sticky-options .swatch-size-sticky .opt-btn:checked + .opt-label { background: #000; color: #fff; }
   .selling-points ul.usp_icon-list{ padding-bottom:0px;} 
  .mobile_multivariant.mobile_stuff .product_stock_not_pod,
  .detail.product-column-right .buy-buttons-row .quantity-submit-row.input-row,
  .detail.product-column-right .buy-buttons-row p.afterpay-paragraph { text-align: center; }
  .quickbuy-container .product-detail.quickbuy-content.spaced-row.container { margin-bottom: 0px; }
  .detail.product-column-right .title-product-price .price-container .price-area { position: relative;  max-width: 100%;}
  .detail.product-column-right .title-product-price .product-title-variant{ /*flex:1; */}
  .detail.product-column-right .title-product-price .product-title-variant .title-row { width: 100%; }
  .detail.product-column-right .reviews-questions { padding: 5px 0 10px; }
  .product-description-row .product-detail-videos button.desciption-video_btn, .product-description-row .product-detail-video_content button.desciption-video_btn{ left:14px; right:inherit;}
  .prod_video-description.container{ padding:0px;}
  
  .notify_form_bis .bis-integrations label {text-align: left;} 
  .detail.product-column-right .product_stock_not_pod{ text-align:center;}
  .detail.product-column-right .product_stock_not_pod .instock_label { font-size: 12px; }
  #create-customer { padding-bottom: 30px; }
  .title-product-price .price-container{ margin-top: 0px;}
  .product-detail.quickbuy-content .main-image .wishlist_product_button .wk-button.wk-add-product {  width: 40px; height: 40px; display:none; }
  .logo-area__right__inner{ margin-right:5px;}
  .collection .quickbuy-container .inner .product-detail.quickbuy-content .main-image .pdp-wishlist { display: block; }
  .product-detail.quickbuy-content { margin-bottom: 40px; padding-bottom: 0px; }
  .template-product main#content { padding-bottom: 75px; }
  #stamped-reviews-widget.carousel { margin-bottom: 0px; }
  .product-detail-accordion .cc-accordion-item__content .shipping-table tr th { font-size: 14px; }
  table.shipping-table th, table.shipping-table td{ padding: 11px 15px; }
  .pagination-row{ padding-top: 30px; }
  .template-product .product-detail.quickbuy-content .wishlist_product_button .wk-button.wk-add-product { display: flex; }
  .template-article .article-logo { padding-top: 10px !important; }
  .recently-products .container.product-container { padding-left: 6px; padding-right: 6px;}
  .collection-listing .quickbuy-container { left: 0; }
  /* d.dabhi pdp product description 11-04-2023 end*/

  /* d.dabhi home page css changes 11-05-2023 start */
  .index .collection-slider-row.for-collections { margin-top: 0; margin-bottom: 0; padding-bottom: 0; /*padding-top: 0;*/ }
  .index .collection-slider-row.featured-product-list {  margin-top: 0; }
  /* d.dabhi home page css changes 11-05-2023 start */
  
  /* rk 01-05-2023 start*/
  #snize-search-results-grid-mode span.snize-overhidden { display: block !important; }
  /* rk 01-05-2023 end*/
  /* d.dabhi collection page 15-05-2023 start*/
  .collection_description h2{ font-size:16px; line-height: 21px; margin-bottom:5px; }
  .collection_description p{ font-size:12px; line-height: 18px;}
  .container.mobile-spacing ,
  .template-product .product-recommendations.container{ padding-left: 6px; padding-right: 6px; }
  .container.mobile-spacing .utility-bar { padding-left: 15px; padding-right: 15px; }
  .product-detail .product-column-right { width: calc(100% - 0px); }
  /* d.dabhi collection page 15-05-2023 end*/

  /* d.dabhi pack functionality 18-05-2023 start*/
  .product-form .multi_colors .option-selector.swatch-color{  max-width: 100%; }
  .product-form .multi_colors .option-selector.swatch-color .swatch_scroller { max-width: 100% !important; }
  .home-about-section { padding: 0px 0 0; }
  .template-product .section-main-product { margin-top: 0px; }
  .product-detail .slideshow.product-slideshow { border: 0px solid #D9D9D9; }
  
  /* d.dabhi pack functionality 18-05-2023 end*/
  
  /* d.dabhi blog/article 22-05-23 start*/
  .template-article .form.container { margin-bottom: 40px; }
  .template-article .related-blog-section { padding-bottom: 30px; }

  .blog_content{ flex-wrap: wrap;}  
  .blog_content .blog_cat_nav.blog_cat_nav_blog { width: 100%; border-top: 1px solid #d3d3d3; }
  .blog_content .page-header-blog { width: 100%; }
  .article-sort-content {  margin: -50px 0 -25px 25px; }
  .form__control-row .input-row{ width:100%;}
  
  .template-article .article-logo { padding-top: 10px !important; }
  .template-article .blog_cat_nav { border-top: 1px solid #d3d3d3; width: calc(100% - 30px); margin: 10px auto 0; }
  .articl-blog-contains .article-content.article_content-full{ margin: -45px 0 0 auto !important;}
  /* d.dabhi blog/article 22-05-23 end*/
  /* d.dabhi header part 25-05-23 start*/ 
  .logo-area__right__inner a.header-account-link svg, .logo-area__right__inner a.cart-link svg{ width:24px; height:24px;}
  .cart-link__count{ font-size:9px; top: -3px; padding: 0 0 0 3px; -moz-padding-start: 0px; }   
  /* d.dabhi header part 25-05-23 end*/

  /* Homepage collection BG video RK 17-07-23 start*/
  .collection_video-container{ padding-top:30px;padding-bottom:0px;}
  /* Homepage collection BG video RK 17-07-23 end*/

  /* pdp sticky size dd 10-08-2023 start*/
  .option-div.swatch-size-sticky.size-sticky{ transform: inherit; }
  .option-div.swatch-size-sticky.size-sticky.open { opacity: 1; transform: inherit; }
  /* pdp sticky size dd 10-08-2023 end*/

  /* pdp gallery popup video d.dabhi 19-09-2023 start */
  .gallery-viewer__video .plyr { height: calc(100% - 0px); }
  .gallery-viewer .plyr__controls { transform: translateY(0%) !important; opacity: 1 !important; }
  .gallery-viewer__zoom-container .gallery-viewer__video { position: absolute; top: 50%; width: 100%; height: auto; transform: translateY(-50%); }
  /* pdp gallery popup video d.dabhi 19-09-2023 end */
  
  .announcement {min-height: 3.5em;}
  
  /* product detail descriptoin d.dabhi start 07-11-2023 */
   .selling-points .custom-description-section ul.custom-description-icons { justify-content: center; }
  .selling-points ul.custom-description-icons li { padding: 0 10px; }
  /* product detail descriptoin d.dabhi end 07-11-2023 */

  /* gift card on slideout cart d.dabhi 27-10-2023 start */
  .cart-free-product-block .block-inner .product-info .collection-listing-title .price-area { position: relative; right: 0;  top: 0;    max-width: 100%; text-align: left; width: 100%; font-size: 10px; font-weight: 700;}
  .cart-free-product-block .block-inner .product-info .collection-listing-title .product-price { width: 100%; }
  .cart-free-product-block .block-inner .product-info .collection-listing-title .price-area .price.on-sale { flex-direction: row; flex-wrap: wrap; }  
  /* gift card on slideout cart d.dabhi 27-10-2023 end */

  .block-inner .product-info .product-price span.stamped-badge {margin-right: 0;}
  .block-inner-inner .product-info>.inner .product-price span{display: inline !important;}
  .block-inner .product-info .product-price .stamped-product-reviews-badge span.stamped-badge-caption {display: block !important;}
  .block-inner-inner .product-info>.inner .product-price .stamped-product-reviews-badge span.stamped-badge-caption {display: inline-block !important;top: 0px;}
  /* .block-inner-inner .product-info>.inner .product-price .stamped-product-reviews-badge span.stamped-badge span.stamped-badge-caption { display: none !important; } */

  .snize-results-page .pageheader .logo-area.container { padding: 0; }
  .block-inner-inner .product-info>.inner .product-price .stamped-starrating { position: relative; top: -1px; }

  /* mobile navigation 09-01-2023 d.dabhi start */
  .mobile-navigation-drawer--child-open .navigation__tier-1-container { position: fixed; top: 0; overflow: hidden; height: 100%; width: 100%;}
  .mobile-navigation-drawer.mobile-navigation-drawer--child-open .nav-mobile-inner.mobile-only { display: none; }
  .mobile-navigation-drawer.mobile-navigation-drawer--child-open .nav-mobile-inner.header-account-dropdown { display: none; }
  .mobile-navigation-drawer .navigation__mobile-header .navigation_mobile_header-left a.cart-link span.cart-link__count { top: 1px; }
  .mobile-navigation-drawer ul.navigation__tier-2 li .navigation__tier-3-container ul.navigation__tier-3 li a.navigation__link { padding: 10px 6px; }
  /* mobile navigation 09-01-2023 d.dabhi start */

  /* Save with Packs Feature 31-01-2024 d.dabhi start */
  .related-packs-list .product-block .product-media { max-width: 135px; }
  .related-packs-list .product-block .product-detail { width: calc(100% - 135px); padding-left: 22px; display: flex; justify-content: center; }
  .related-packs-list { padding: 19px 25px; display: flex; flex-wrap: wrap; margin: 20px auto 30px; flex-direction: column; }
  .related-packs-list .product-detail .button { padding: 10px 27px; margin-top: 17px; font-size: 12px;}   
  /* Save with Packs Feature 31-01-2024 d.dabhi end */
  .bottom-desc.prod_video-description .custom-description { padding-top: 10px; }

  /* image with text 27-03-2024 d.dabhi start */
  .shopify-section.section-image-with-text .container .feature-text-paired{ padding-left:20px; padding-right:20px; max-width:100%;}
  .shopify-section.section-image-with-text .container,
  .index .shopify-section.section-image-with-text .container{ padding-left:0px; padding-right:0px;}
  /* image with text 27-03-2024 d.dabhi end */

.product_detail_content {max-width: 100% !important;}
.image-overlap_content{width:100%;margin:0;}
.product_detail_content .content-push{flex-direction: column-reverse;}  
.product_detail_content .text_content{text-align: center;padding: 0;background: #f5f5f5;}
.product_detail_content .custom-description{display:flex;}
.product_detail_content .custom-description, .product_detail_content .column{margin-bottom: 0;padding-bottom: 0;}
.product_detail_content .text_content h3{font-size: 16px;}
.product_detail_content .video__btn.show-btn{left: 14px;right: inherit;width: 22px;height: 22px;}
.product-desc-middle-content .custom-description-wrap {margin-bottom: 0;}
  
  /* star rating d.dabhi 17-04-2024 start */
  /* .reviews-questions span.stamped-badge span.stamped-badge-caption, 
  .block-inner-inner .product-info span.stamped-badge span.stamped-badge-caption,
  .block-inner-inner .product-info>.inner .product-price .stamped-product-reviews-badge .stamped-badge span.stamped-badge-caption{ display: none !important; } */
  .block-inner-inner .product-info>.inner .product-price .stamped-product-reviews-badge span.stamped-badge span.stamped-badge-caption { display: flex !important; }
  span.stamped-badge-caption.collection__only, 
  .index .block-inner-inner .product-info>.inner span.stamped-badge-caption.collection__only,
  .template-product .related-collection .block-inner-inner .inner span.stamped-badge-caption.collection__only,
  .template-product .recently-product-block .block-inner-inner .inner span.stamped-badge-caption.collection__only{ display: none !important; }
  .index .block-inner-inner .product-info>.inner span.stamped-badge span.stamped-badge-caption { display: flex !important; }
  /* .template-product .related-collection .block-inner-inner .inner span.stamped-badge span.stamped-badge-caption,
  .template-product .recently-product-block .block-inner-inner .inner span.stamped-badge span.stamped-badge-caption{  display: inline-block !important; }  */

  /* .template-product .related-collection .block-inner-inner .product-info .product-price span.stamped-badge span.stamped-badge-caption,
  .template-product .recently-product-block .block-inner-inner .product-info .product-price span.stamped-badge span.stamped-badge-caption {  display: inline-block !important; } */
  /* .index .block-inner-inner .product-info>.inner .product-price .stamped-product-reviews-badge .stamped-badge span.stamped-badge-caption { display: inline-block !important; } */
  /* star rating d.dabhi 17-04-2024 end */

  /* color display d.dabhi 18-06-2024 start*/
  .option-selector__btns.swatch-color { position: relative; }
  .option-selector__btns.swatch-color.color-scroll-gradient:before { content: ""; position: absolute; bottom: 0; right: 0; height: 100%; width: 90px; background: linear-gradient(to right, transparent, #ffffff);
    pointer-events: none; z-index: 9; }
  .color-swaches-horizontal-scroll::-webkit-scrollbar{ border-radius:30px; height: 4px; width: 4px; }
  .color-swaches-horizontal-scroll::-webkit-scrollbar-track { background: #e6e6e6;  }
  .color-swaches-horizontal-scroll::-webkit-scrollbar-thumb { background: #bcbcbc;  }
  .color-swaches-horizontal-scroll::-webkit-scrollbar-thumb:hover { background: #bcbcbc;  }
  /* color display d.dabhi 18-06-2024 end*/

  /* home page update start 22-07-2024 d.dabhi*/ 
  .index .section-collection-list .featured-collection-product-list .product-block.collection-block .product-link .product-info .product-block__title { font-size: 20px; }
  .index .section-collection-list .featured-collection-product-list .product-block.collection-block {  margin-bottom: 0; }
  .index .featured-product-list .container--no-max { padding-left: 30px; padding-right: 20px; }
  .product-block .btn.quickbuy-toggle { width: 60%; }
  .collection-title__inks h3.hometitle{ font-size: 18px; min-width: 190px; line-height: 25px; }
  .collection-title__inks .tab-container ul li{  margin-right: 30px; }
  .collection-title__inks{ margin-left: -10px; width: auto;}
  .featured-product-list.collection-tab-section .product-list .product-block { width: 100%; }
  .index .featured-product-list .container--no-max .collection-listing .owl-next {  right: -0px !important; }
  .index .featured-product-list .container--no-max .collection-listing .owl-prev {  right: -0px !important; }
  .index .featured-product-list.collection-tab-section .container--no-max .collection-listing .owl-nav button { top: calc(50% - 96px); }
  .collection-title__inks h3.hometitle .collection-tab-link { margin-left: 3px; flex-grow: inherit; }
  .mobile-navigation-drawer.mobile-navigation-drawer--child-open .mobile-navigation-title a.mobile-nav-back svg {  width: 11px; }
   /* home page update end 22-07-2024 d.dabhi*/ 

  .single-tab-container .product-list .owl-item .product-block {  width: 300px; }
  /* reduce image size on slide cart d.dabhi start 19-09-2024 */
  .slide_cart_inner .recommend_cart_inner.collection-slider-row .rimage-wrapper {  padding-top: 100px !important; }
  /* reduce image size on slide cart d.dabhi end 19-09-2024 */
}
@media (min-width: 767.98px) {
.blog_cat_nav_blog {display: none;}
.section-footer__menu-block h5:before, .section-footer__menu-block h5:after {display:none;}

}

@media (max-width:640px){
.responsive_scroll {display: inline-block;}

.announcement-bar__middle .announcement .announcement__text {flex-direction: column;}
.announcement-bar__middle .announcement p{font-size:12px;margin:0;}
.announcement-bar__middle .announcement .btn {margin:0;font-size: 12px;padding: 0.3em 10px;letter-spacing: 0;}
.announcement-bar__middle .announcement a.entire_banner.schedual_time{padding:0;}
.announcement-bar__middle .countdown_time_txt{font-size:12px;}
  
}
  
@media (max-width:568px){
 .product-item-info {flex-direction: column; align-items: flex-start;}
 .product-item-info img {max-width: 50px;}
 .product-item-info a{padding:10px 0 0 0;}
 
 .outfit_detail_img {width: 100px; flex: 0 0 100px;}
 .outfit_detail .opt-label {min-width: 40px !important; min-height: 40px !important; max-width: 40px !important; max-height: 40px !important; margin: 8px 8px 0 0 !important; padding: 11px 5px !important;font-size: 11px !important;}
 .outfit_detail .swatch-style-icon_square .option-selector--swatch .opt-label,
 .outfit_detail .swatch-style-icon_circle .option-selector--swatch .opt-label{--width: 40px !important; width: 40px !important; height:calc(var(--width) / var(--aspect-ratio)) !important; min-width: 40px !important; min-height: 40px !important;}

 /* Blog and articale css Rk added */
 .page-header-blog h1{margin:0 0 10px;}
 .blog_cat_nav li {margin:0;}

.shipping-info-wrapper {flex-direction: column;}
.shipping-info-wrapper .shipping-left, .shipping-info-wrapper .shipping-right {width: 100%;}
  
.newsletter_title {flex-direction: column;align-items: center;}
.section-footer__text p {padding-left:0;}
.sticky-options .product_sticky_option {width:42%;}
.sticky-options .sticky_option_btn {width:58%;}

.instock_label {font-size: 14px;}
.section-footer__text p {padding-left: 0;}
/* d.dabhi order page 25-01-23 start*/ 
.product-item-info>span { margin-right: 0; margin-bottom: 10px; }
table#order_details .product-item-info .small-text { padding-top: 4px; }
.product-desc-middle-content .custom-description-wrap h3 { font-size: 16px; }
/*.title-product-price .product-title-variant{ width: calc(100% - 32%); }*/
/* d.dabhi order page 25-01-23 end*/ 
  /* d.dabhi pack functionality 18-05-2023 start*/
  .title-product-price .price-container{ flex: 0 0 33%; }
  /* d.dabhi pack functionality 18-05-2023 end*/

  /* d.dabhi blog/article 19-05-23 start*/
  .articl-blog-contains .article-content.article_content-full { padding: 20px;}
  .articl-blog-contains .article-content.article_content-full .majortitle{ padding: 5px 0 0;}
  .articl-blog-contains .container { padding: 0 0px 0 45px;}
  .articl-blog-contains .article-content.article_content-full .majortitle{ font-size: 26px; line-height: 36px;}
  /* d.dabhi blog/article 19-05-23 end*/

  /* search result page d.dabhi 06-12-2023 start*/
  .snize-search-results-main-content ul.snize-search-results-content li { width: 50%!important; padding-left: 10px!important; padding-right: 10px!important; }
  /* search result page d.dabhi 06-12-2023 end*/
}
@media (max-width:550px){
  /* home page update start 01-07-2024 d.dabhi*/ 
  .collection-title__inks h3.hometitle{ font-size: 16px; min-width: 160px; }
  .collection-title__inks .tab-container ul li a { font-size: 14px;}
  .collection-title__inks{ margin-bottom: 20px;  padding-bottom: 13px; } 
  /* home page update end 01-07-2024 d.dabhi*/ 
}  
@media (max-width:480px){
 .product-price__compare {padding-left:0;}
 table.order-table tr td{font-size:13px;line-height: normal;}
 .product-form .quantity-submit-row .quantity-submit-row__submit button[type=submit] {width: 100%;}
#recently-viewed-products.flexible-layout .column--quarter {width: 60%;}
  
.model_item .model_subitem,
.model_item .model_subitem strong,
.model_item .model_subitem span,
.model_details p strong {font-size:14px;line-height: normal;} 
.model_details p.model_info strong {width: 60px; flex: 0 0 60px; font-size: 14px;}
.top-search-categories ul li {width: 50%!important;padding-right: 6px;}
  
 /* Blog and articale css Rk added */
 .article-list .article {padding-bottom:20px;}
 .article-sort-content h2 {font-size: 20px;}
 .blog .pagination {margin: 10px 0 0;}
  
.footer-sub-link .footer-other-link-item {padding:0 5px; width:33.33%;}
.footer-sub-link .footer-other-link-item span.icon img {max-width: 40px;}

.checkout-subtotal-container {margin:0 0 30px;}
.cart_collection-listing {padding: 15px;}
.cart_product-list .product-block .image-cont {margin: 0 10px 0 0; width: 60px; min-width: 60px;}
.cart_product-list .product-block .product-info {width:80%; flex-basis:80%;}
.cart_product-list .collection-listing-title {font-size: 14px;}
.collection-listing-title .cart-block__title{width: 76%;}
.collection-listing-title .cart-block__title a.product-link{width:100%;white-space: nowrap; cursor: pointer; display: block; text-overflow: ellipsis; overflow: hidden;}
.cart_product-list .price-area{position: static;max-width: 100%;}
.checkout-subtotal-container .collection-listing-title .cart-block__title a.product-link{width:100%;white-space:break-spaces;}
/* ddabhi 11-11-2022 */
div#slide_cart .slide_cart_inner .product-block .image-cont { width: 100%; }
div#slide_cart .slide_cart_inner  .sixteen.cross_sell_section_cart .cart_collection-listing { padding: 0; }
div#slide_cart .slide_cart_inner .product-block .product-info { width: 100%; flex-basis: 100%; }
div#slide_cart .slide_cart_inner .product-block .product-info .collection-listing-title .cart-block__title { width: 100%; }
div#slide_cart .slide_cart_inner .product-block .product-info .collection-listing-title .cart-block__title a.product-link { white-space: initial; display: -webkit-box; }
div#slide_cart .slide_cart_inner .product-block .product-info .buy-buttons-row .quantity-submit-row button { font-size: 10px; }
.slide_cart_inner .empty-cart-product-suggestions-product .recommend_cart_inner { padding: 0; }
div#slide_cart .slide_cart_inner .columns.cart_items_list {padding-bottom: 285px;  }
  
  div#slide_cart .slide_cart_inner .columns.cart_items_list {   top: 80px; }
  .intl_coun .slide_cart_inner .columns.cart_items_list{top:40px !important; }
  #pagefooter .copyright .copy{ font-size:9px;}
  .section-footer__row-lower .copyright { padding: 0px 0 0; }
  /* d.dabhi footer 22-03-23 start*/ 
  .section-footer__newsletter-block .signup-form__sms, .section-footer__newsletter-block .signup-form__email { font-size: 12px; padding: 14px 22px; }
  .btn.signup-form__button { font-size: 12px; padding: 13px 10px 14px;}
  .btn.signup-form__button .btn-right-arrow { height: 17px; }
/*   .section-footer__row .section-footer__row__col.section-footer__menu-block {
      padding: 12px 8px 0;
  }
  #pagefooter .section-footer__row__col.section-footer__menu-block h5.section-footer__title.no-wrap {
    margin-bottom: 13px;} */
  /* d.dabhi footer 22-03-23 end*/ 

  .home-about-section h6 {font-size: 14px; line-height: normal;}

  /* d.dabhi pdp product description 11-04-2023 start*/
  .product-desc-middle-content .custom-description-section ul { justify-content: space-between; }
  .product-desc-middle-content .custom-description-section ul li { padding: 0 3px; }
  ul.usp_icon-list { justify-content: space-between; }
  ul.usp_icon-list li{ padding:0px !important}
  .product-form .option-selector.swatch-color {max-width: 90%;}
  /* d.dabhi pdp product description 11-04-2023 end*/

/*   .afterpay-logo {width: 70px !important;} */

   /* d.dabhi pack functionality 18-05-2023 start*/

  .option-selector.swatch.swatch-size .option-selector__btns .opt-label {margin-right: 10px;}
  /* .product-form .multi_colors .option-selector.swatch-color .swatch_scroller { display: flex;  } */
  .product-form .multi_colors .option-selector.swatch-color .swatch_scroller .opposing-items {
    /*min-width: 90px;max-width: 90px;  align-items: flex-start; flex-wrap: wrap; flex-direction: column;padding-top: 5px;*/margin-bottom: 5px;
  }
  .product-form .multi_colors .swatch_scroller .option-selector__btns.swatch-color label.opt-label { margin-top: 0; margin-bottom: 5px; }
  .product-form .multi_colors .option-selector.swatch-color .swatch_scroller .opposing-items .color_selectd { padding: 0; }
  .product-detail .slideshow.product-slideshow{ border:0px;}
  /* d.dabhi pack functionality 18-05-2023 end*/
  .thumbnail__badge {width: 34px; height: 34px;}
  .thumbnail__badge .icon {width: 70%; height: 70%;}
  .slidecart .cart-item__description a.name{line-height: normal;}
  .left-product-variant .product-label-wrapper .product-label {margin-right: 5px;}
  .product-label > span{padding-left:10px;padding-right:10px;}

  /* star rating format d.dabhi 20-10-2023 start*/
  .featured-product-list .reviews-questions span.stamped-badge-caption { line-height: 20px; }
  /* star rating format d.dabhi 20-10-2023 end*/

  /* gift card on slideout cart d.dabhi 27-10-2023 start */
  .cart-free-product-block{ margin: 30px 15px 10px 10px;     padding: 16px 20px 16px 20px; }
  div#slide_cart .slide_cart_inner .cart-free-product-block .block-inner .product-info{ flex-basis: inherit; width: calc(100% - 109px); padding-left: 15px;}
  /* gift card on slideout cart d.dabhi 27-10-2023 end */

  /* search result d.dabhi 06-12-2023 start */
  div.snize .snize-reviews span.total-reviews { margin-left: 2px !important; margin-top: 2px; }
  /* search result d.dabhi 06-12-2023 end */
}
  
@media (max-width:450px){
/*  .product-detail .detail .title-row{width:60%;} */
 .product-detail .detail .title {line-height: normal; font-size:16px;}
 .price-area {max-width: 120px;}
 .price-area .h5-style, .price-area .h4-style {font-size: 16px;}
 .model_item .model_subitem strong{display:block;width:100%;}
 .model_item .model_subitem {padding-right: 15px;}

  .section-option{padding: 15px 0 5px;font-size: 16px;}
  .outfit_detail_img {width: 70px; flex: 0 0 70px;}
  .outfit_detail {margin-left: 15px;}
  .outfit_detail h6 {font-size: 14px;}
  .outfit_detail .modal_price.price {font-size: 14px;}
  .outfit_detail .product-form .label {font-size: 16px;}
  .outfit_detail .product-form a.my_size_chart {margin-top: -1px;}
  
   .ship-progress .shippingmessage {font-size: 16px;}
   
   .cart-item__image {width: 60px; padding-right: 10px;}
   .sticky-options .btn.klaviyo-bis-trigger {font-size: 12px; white-space: break-spaces;padding: 15px 25px;}
  
   .cart_product_edit_wrapper h2.cart_section_edit-title {font-size: 16px; padding: 12px;}
   .cart_product_edit_wrapper .fancybox-button.fancybox-close-small {right: 5px; top: 2px;}
  
  .sticky-options .product_sticky_option {width:45%;}
  .sticky-options .sticky_option_btn {width:55%;}  
  .disclosure-list {max-width: 70vw; width: 100%; left: 0; right: 0; margin: auto;}
  .disclosure-list__item {font-size: 12px;}
  .section-footer .social-links a {margin: 0 6px 5px;}
  /*.social-links a svg {width: 30px; height: 30px;}*/
/*.product-block .collection_discount_note {left: 5px; overflow: hidden; text-overflow: ellipsis; width: 70%; white-space: nowrap;}*/
  .filter-group--swatch .filter-group__item{margin: 0 5px 5px 0;padding:5px;}
  .filter-group--swatch .filter-group__item .filter-group__item__text {font-size: 12px;}
  .blog .meta .iconmeta.time {font-size: 13px;}
  .article_content-full {margin: -40px 0 0 40px!important; padding:20px 5px 0 20px;}
  .template-article h1.majortitle {font-size: 20px;}
  .template-article .meta .iconmeta.time{font-size: 13px;}
  .seo_text.container h2.h1-style {font-size: 20px;}
  .checkout-subtotal-container__right p.afterpay-paragraph{font-size:12px;}
  .checkout-subtotal-container__right img.afterpay-logo {max-width: 80px;}

  .article__body-inner {padding: 0;}
  div#slide_cart { width: 100%; }
  div#slide_cart .slide_cart_inner,div#slide_cart .slide_cart_inner .slidecart { width: 100%; max-width: 100%; }
  /*div#slide_cart .slide_cart_inner .ship-progress .free-ship-progress-outer .free-ship-progress {margin-right: 4%;margin-left: 9%;}*/
  .slide_cart_inner .recommend_cart_inner .product-block { max-width: calc(31% - 10px); padding-left: 5px; margin-right: 10px; }
  .slide_cart .cart-out svg{ width: 30px; height: 30px; margin-top:-40px; }   
  .intl_coun.slide_cart .cart-out svg{margin-top: -10px;}
/*   p.afterpay-paragraph {width: 90%;} */
  ul.section-footer__menu-block__menu li a { font-size: 12px; }

  .home-about-section {padding:5px;}
  .home-about-section h2 {font-size: 22px; width: 215px;}
  .home-about-section h2 span {width: 90px; left: -25px;}
  ul.usp_icon-list li ins { padding: 0 0 0 6px; }
  .title-product-price .price-container .price-area .price span.current-price,
  .title-product-price .price-container .price-area .price span.was-price{ font-size: 16px; line-height: 23px; }
  .title-product-price .price-container{ margin-top:0px;}
  .title-product-price .price-container .price-area {top: 0; }
  /* d.dabhi pack color page 22-06-2023 start*/
  .bundle-tag-div{ flex-wrap: wrap; flex-direction: column; align-items: flex-start; }
  .bundle-tag-div .bundle-tag { order: 2; }
  /* d.dabhi pack color page 22-06-2023 end*/

  .announcement-bar__middle .announcement .announcement__text{padding:5px 0;}
  .announcement-bar__middle .announcement .announcement__tex.cta_link{padding:0;}
  .announcement-bar__middle .announcement .rich_text {flex-direction: column;}

  /* home page update start 22-07-2024 d.dabhi*/ 
  .collection-title__inks h3.hometitle{ min-width:inherit; width:100%;  font-size: 20px; line-height: 32px;}
  .collection-title__inks .tab-container { width: 100%; padding-left: 0; padding-top: 20px; }
  .collection-title__inks .tab-container ul li { margin-right: 45px; }
  /* home page update end 22-07-2024 d.dabhi*/ 
}
@media(max-width:430px){
  .section-footer__newsletter-block .signup-form__sms, .section-footer__newsletter-block .signup-form__email{
    padding: 14px 14px;
  }
  .signup-form__sms.error_note, .signup-form__email.error_note {
    font-size: 10px;
  }
  /* review rating d.dabhi 30-11-2023 */
  .block-inner .product-info .product-price span.stamped-badge:before, .reviews-questions .stamped-product-reviews-badge .stamped-badge:before, .featured-product-list .product-block__rating:before,
  .block-inner .product-info .product-price .stamped-product-reviews-badge span.stamped-badge-caption,
  .quickbuy-container .title-product-price .product-title-variant .reviews-questions span.stamped-badge-caption{ font-size:11px; }
  .block-inner-inner .product-info .inner .product-price .stamped-product-reviews-badge span.stamped-badge:before { line-height: 19px; }
  .block-inner-inner .product-info>.inner .product-price .stamped-product-reviews-badge{ padding-top:0px; }
  .featured-product-list .block-inner-inner .product-price .stamped-starrating i:before,
  .block-inner-inner .product-info>.inner .product-price .stamped-starrating i:before{ font-size: 11px !important; line-height: 22px; }
  .featured-product-list .block-inner .product-info .product-price .stamped-product-reviews-badge .stamped-starrating i:before { top: 0; }
  .featured-product-list .block-inner .product-info .product-price .stamped-product-reviews-badge .stamped-badge:before { line-height: 25px !important; }
  .block-inner-inner .product-info>.inner .product-price .stamped-product-reviews-badge span.stamped-badge-caption{ top: -1px; }
  .featured-product-list .quickbuy-content .detail .reviews-questions span.stamped-badge:before { position: relative; top: -2px; }
  .product-detail.quickbuy-content .detail .reviews-questions .stamped-product-reviews-badge .stamped-badge:before { position: relative; top: -1px; }
  .block-inner-inner .product-info>.inner .product-price .stamped-starrating { top: 0;}
  /* d.dabhi pack color page 18-06-2023 start*/
  .top-color-swatches-dropdown .color-dropdown-text .color-swatches-text{ font-size:13px; background-position: right 7px top 50%; background-size: 20px;  padding-right: 30px; } 
  /* d.dabhi pack color page 18-06-2023 end*/
  /* home page update start 22-07-2024 d.dabhi*/ 
  .index .section-collection-list .featured-collection-product-list .product-block.collection-block .product-link .product-info{ bottom:12px;}
  .product-block .btn.quickbuy-toggle {  width: 100%; max-width: 110px; padding: 5px 10px 7px;  font-size: 10px; bottom: 30px; }
  
  /* home page update end 22-07-2024 d.dabhi*/ 
}
@media(max-width:414px){
   div.snize .snize-reviews { display: flex !important; height: auto !important; justify-content: flex-start!important; align-items: flex-start!important; flex-direction: row!important; }
  .pagination-row{ padding-bottom: 50px; }
  .template-collection.collection .pagination-row { padding-bottom: 0; }

.product_detail_content .text_content h3{font-size: 14px;}
}
@media(max-width:400px){
  .single-tab-container .product-list .owl-item .product-block {  width: 280px; }
}
@media (max-width:390px){
    .product-desc-middle-content .custom-description-section ul li svg { height: 22px; }
    .product-desc-middle-content .custom-description-section ul li p { font-size: 10px; line-height: 12px; }
   .product-description-row .product-detail-description {
      padding: 30px 10px;
    }
   .product-desc-middle-content .custom-description-wrap h3 { font-size: 14px; }
   ul.usp_icon-list li ins{ font-size:10px; line-height:12px;}
  ul.usp_icon-list li span img { max-height: 25px; }
   .guest_login{ padding:20px 0 50px; }
  .product-detail-accordion .cc-accordion-item__content .shipping-table tr th { font-size: 12px; }
  table.shipping-table th, table.shipping-table td { padding: 10px; }
  .product-detail .thumbnail__badge{ width:30px; height:30px;}
  .left-product-variant > .product-label-wrapper {flex-wrap: wrap;}
  .product-label > span{padding-left:5px;padding-right:5px;}
  /* d.dabhi footer part 21-06-23 start*/
  .cross_sell_section_cart h2{ font-size: 17px; }
  /* d.dabhi footer part 21-06-23 end*/

  /* star rating format d.dabhi 20-10-2023 start*/
  .block-inner .product-info .product-price span.stamped-badge:before, .reviews-questions .stamped-product-reviews-badge .stamped-badge:before, .featured-product-list .product-block__rating:before,
  .stamped-badge-caption{ font-size:11px !important;}  

  /* product detail descriptoin d.dabhi start 07-11-2023 */
  
  .product-desc-middle-content .custom-description-wrap h3 { margin: 0 0 10px; }
  .product-desc-middle-content .custom-description-section{ margin-bottom: 0px; }
  
  /* product detail descriptoin d.dabhi end 07-11-2023 */

  /* Save with Packs Feature 31-01-2024 d.dabhi start */
  .related-packs-list .product-block .product-media { max-width: 120px; }
  .related-packs-list .product-block .product-detail { width: calc(100% - 120px); padding-left: 15px;}
  .related-packs-list .product-detail .button{ font-size:11px;}
  /* Save with Packs Feature 31-01-2024 d.dabhi end */

  /* home page update start 22-07-2024 d.dabhi*/ 
  .index .section-collection-list .featured-collection-product-list .product-block.collection-block .product-link .product-info .product-block__title { font-size: 16px; }
  /* home page update end 22-07-2024 d.dabhi*/ 
  
  
}
@media (max-width:375px){
body.klaviyo-bis-close{overflow:scroll;}
 a.wk-link .wk-icon {width:18px; height:18px;}
.header-account-link {width:30px;}
.logo-area__left__inner a svg,
.logo-area__right__inner svg{width: 23px; height: 23px;} 

.footer-sub-link .footer-other-link { /* justify-content: space-between; */}
.footer-sub-link .footer-other-link-item span.title {font-size:14px;}
.footer-sub-link .footer-other-link-item {padding:0;}
.footer-sub-link .footer-other-link-item span.title {font-size: 14px;}
.section-footer__newsletter-block .signup-form__email {padding:13px;}
.btn.signup-form__button {font-size: 12px; padding: 13px 10px; min-width:130px; letter-spacing: 0;}
.btn-right-arrow {height: 12px;}
.section-footer__menu-block {padding:20px 0;}
.btn.signup-form__button {margin: 0 0 0 10px;}
.cart_product-list .product-block .product-info {width:77%; flex-basis:77%;}
.section-footer__newsletter-block .signup-form__sms,
.section-footer__newsletter-block .signup-form__email {padding: 14px 15px 13px;}
.product-block .collection_discount_note {font-size: 8px;}
.article-sort-content { margin: -30px 0 -15px 30px; padding: 15px;}
.blog .article .photo_credits, .template-article .photo_credits {top:5px; font-size:10px;position:static; text-align:left; margin:0 0 5px;}
.article-sort-content h2 {font-size: 16px; margin: 10px 0 15px;}
.template-suffix-outfit .quantity-submit-row__submit .add_to_cart {font-size:16px;}
 
 .product-form .quantity-submit-row.sticky-btn .quantity-submit-row__submit .add_to_cart.sticky-atc,
 .sticky-options .quantity-submit-row__submit .add_to_cart-small.sticky-atc {min-width: 160px;}

 .template-index .stamped-fa-star-o:before, .template-index .stamped-fa-star:before,
 .template-collection .stamped-fa-star-o:before, .template-collection .stamped-fa-star:before{font-size: 12px;} 
  /* d.d footer 22-02-23 start*/
  #pagefooter .section-footer__row__col.section-footer__menu-block h5.section-footer__title.no-wrap{ font-size:14px;}
  div#pagefooter a.btn.moblie_btn{ font-size:14px; letter-spacing: normal;}
  /* d.d footer 22-02-23 end*/

  /* .cart-link__count{ font-size: 10px; right: 1px; }*/
  /* d.dabhi wishlist header icon 10-04-2023 start*/
  .logo-area__right__inner1.mobile-only li.wishlist-link-li a svg { width: 14px; height: 22px; display: block; }
  .logo-area__right__inner1.mobile-only li.wishlist-link-li a { margin-right: 5px !important; }
  /* d.dabhi wishlist header icon 10-04-2023 end*/
  /* d.dabhi footer part 21-06-23 start*/
  .cross_sell_section_cart h2{ font-size: 15px; }
  /* d.dabhi footer part 21-06-23 end*/

  .block-inner .product-info .product-price .stamped-product-reviews-badge span.stamped-badge-caption {line-height: normal;}
  
}
  
@media (max-width:360px){
  .blog .article-logo a, .article .article-logo a {font-size: 20px;}
  
 .fancybox-wishlist.fancybox-content {padding: 30px 20px;} 
 .model_item .model_subitem, .model_item .model_subitem strong, .model_item .model_subitem span{font-size: 12px;}
 .app_title {font-size: 18px;}
 .cart-summary-overlay {padding: 20px 10px;}
 .ship-progress-minicart,
 .cart-summary-overlay__title,
 .cart-summary-overlay__column-price {font-size: 13px;}
 .cart-summary-overlay__column-subtotal .cart-summary-overlay__subtotal {font-size: 15px;}
 .cart_product-list .product-block .product-info {width:72%; flex-basis: 72%;}
  .slide_cart_inner .recommend_cart_inner .product-block{     max-width: calc(32% - 10px); padding-left: 5px; margin-right: 5px !important;} 
  /* d.dabhi footer part 20-03-23 start*/
  .section-footer__menu-block__menu li a { font-size: 13px; }
  /* d.dabhi footer part 20-03-23 end*/

  /* product detail descriptoin d.dabhi start 07-11-2023 */
  ul.custom-description-icons li,
  .product-desc-middle-content .custom-description-section ul li,
  .selling-points ul.custom-description-icons li{ width: 50%; padding: 15px 10px 0;}
  .product-desc-middle-content .custom-description-wrap { margin-bottom: 5px; }
  /* product detail descriptoin d.dabhi end 07-11-2023 */
  .block-inner .product-info .product-price .stamped-product-reviews-badge span.stamped-badge-caption{ margin-left:0px; }
}
@media (max-width:320px){
  /* Save with Packs Feature 31-01-2024 d.dabhi start */
  .related-packs-list .product-block .product-media { max-width: 100px; }
  .related-packs-list .product-block .product-detail { width: calc(100% - 100px); padding-left: 15px; }
  .related-packs-list .product-detail .button { padding: 7px 17px; margin-top: 10px;} 
  /* Save with Packs Feature 31-01-2024 d.dabhi end */

  /* reduce image size on slide cart d.dabhi start 19-09-2024 */
  .slide_cart_inner .recommend_cart_inner.collection-slider-row .rimage-wrapper {  padding-top: 93px !important; }
  /* reduce image size on slide cart d.dabhi end 19-09-2024 */
}
.gorgias-chat-key-eam2gc{z-index: 99 !important;}
.footer-other-link-item img.lazyload,.section-apps img.lazyload,
.section-product-recommendations img.lazyload{
  opacity: 0;
}
.product-detail .detail .product-detail-accordion:first-child{border-top:none !important;}
.seo_txt_container:not([data-readmore]):after{
  display: none;
}
.home-mobile-video, figure.home-video__figure button.home-video__btn.home-video__btn--play{ display:none; }
/* figure.home-video__figure button.home-video__btn { position: absolute; left: 20px; bottom: 15px; width: 40px; height: 40px; font-size: 0; background: transparent; border: none; padding:0px;
  z-index: 99; border-radius: 50%; } */
.thumbnails.slick-initialized .thumbnail img{
  border: none !important;
}