@media only screen and (min-width: 380px) and (max-width: 415px) {
  .product-gallery__carousel-item.custom-zoom-cursor.is-selected{
    min-height:470px;
  }
}

.block-swatch--disabled{
  display:none;
}
#start_vr_server{
  margin-top:10px;
}
.decramp {
  margin-top: 10px;
}
.mini-cart-title {
  display: flex;
  align-items: center;
  padding-top: 20px;
}
.mini-cart-close {
  margin-left: auto;
  cursor: pointer;
}
.mini-cart-total-items {
  margin-left: 10px;
}
.push-cart-icon {
  position: fixed;
  top: 6px;
  right: 20px;
  z-index: 10;
}
.add_mini_cart_svg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid;
}
.cart-upsell-item-image {
  position: relative;
}
.cart-upsell-item {
  width: 33%;
}
.mini-cart__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 163px);
}
.cart-upsell-item-titles {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cart-upsell-item-image img {
  max-height: 140px;
  margin: auto;
}
.mini-cart_upsell_module {
  max-height: 328px;
  margin-top: auto;
}
.quantity-selector.quantity-selector--product {
  display: none;
}
@media only screen and (max-width: 600px) {
  .gift-card-box {
    position: relative !important;
    width: 100% !important;
    left: unset !important;
    transform: unset !important;
    height: 350px !important;
  }
  .gift-card-box .back,
  .gift-card-box .front {
    width: 100% !important;
  }
  #mini-cart > div > div.mini-cart__content > div.mini-cart_upsell_module {
    display: none;
  }
  .mini-cart_upsell_module {
    display: none;
  }
}
@media only screen and (min-width: 600px) {
  .mini-cart__line-item-list.is-scrollable {
    max-height: unset;
  }
  .quantity-selector.quantity-selector--product {
    width: unset;
    flex-grow: 0;
    display: inline-flex;
  }
  .mini-cart[aria-hidden="false"] {
    width: 470px;
  }
  .mini-cart__alert-wrapper {
    padding-top: 0;
    text-align: center;
  }
  .mini-cart {
    position: fixed;
    top: 0;
    right: -470px;
    left: auto;
    height: 100%;
    border-radius: 0;
  }
  .mini-cart__inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
  }
  .sexy-tabs.has-tabs {
    position: relative;
    margin-top: 80px;
  }
  .mbh-notice.mbh-notification-box {
    width: 400px;
  }
  .price {
    margin-top: 5px;
    font-size: calc(
      var(--base-text-font-size) - (var(--default-text-font-size) - 28px)
    );
    /* color: var(--accent-color); */
  }
  .product-block-list.product-block-list--small {
    min-height: 650px;
  }
  .mob-phone-location {
    display: none;
  }
  .shopify-section
    > section
    > div.container.container--flush
    > div.product-block-list.product-block-list--small
    > div
    > div.product-block-list__item.product-block-list__item--info
    > div {
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
  }
  .shopify-section
    > section
    > div.container.container--flush
    > div.product-block-list.product-block-list--large
    > div
    > div.product-block-list__item.product-block-list__item--info
    > div {
    box-shadow: 1px 1px 20px 0 #6d62618c;
    border: 0;
  }
  .decramp {
    margin-left: 20px;
    margin-top: 0;
  }
  #sticky-icon {
    width: 40px;
    height: 40px;
    position: absolute;
    right: -10px;
    top: -10px;
  }
  .peel-look:before {
    position: absolute;
    top: -1px;
    right: -1px;
    border-width: 0 16px 16px 0;
    border-style: solid;
    border-color: #fff #fff #658e15 #658e15;
    background: #222021;
    display: block;
    width: 0;
  }
  .peel-look.rounded {
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 0;
  }
  .peel-look.rounded:before {
    border-width: 8px;
    border-color: #fff #fff transparent transparent;
    -moz-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px;
  }
}
.sexy-tabs {
  background: #fff;
  border-radius: 0;
}
.sexy-tabs.has-tabs .sexy-tabs--tabs {
  opacity: 1;
  height: auto;
  visibility: visible;
}
.sexy-tabs.has-tabs .sexy-tabs--entry {
  min-height: 0;
}
.sexy-tabs.has-tabs .sexy-tabs--entry::before {
  display: none;
}
.sexy-tabs.has-tabs .sexy-tabs--entry.is-active .sexy-tabs--entry-content {
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}
.sexy-tabs.has-tabs .sexy-tabs--entry .sexy-tabs--entry-content {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.sexy-tabs--tabs {
  opacity: 0;
  height: 0;
  visibility: hidden;
  display: flex;
  flex-flow: wrap;
  margin: 0;
  list-style: none;
  padding: 0;
}
.sexy-tabs--tabs .tab {
  display: block;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 0;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 1px 0;
  border: 1px solid black;
  border-right: 1px solid #fff;
  cursor: pointer;
  flex-grow: 1;
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
}
.sexy-tabs--tabs .tab:focus,
.sexy-tabs--tabs .tab:hover {
  text-decoration: underline;
  outline: 0;
}
.sexy-tabs--tabs .tab.is-active {
  /* font-size: 20px; */
  /* text-decoration: underline; */
  background: #fff;
  color: #000;
  text-shadow: 0 0 0 #fff;
}
.sexy-tabs--tabs .tab.is-active:focus,
.sexy-tabs--tabs .tab.is-active:hover {
  background: #fff;
  text-shadow: 0 0 0 #000;
}
.sexy-tabs--entry {
  overflow: hidden;
}
.sexy-tabs--entry::before {
  position: relative;
  content: attr(data-title);
  cursor: pointer;
  z-index: 1;
  background: #444;
  color: #fff;
  padding: 0.5rem 1rem;
  display: block;
  border-radius: 3px;
}
.sexy-tabs--entry:focus,
.sexy-tabs--entry:hover {
  outline: 0;
}
.sexy-tabs--entry:focus::before,
.sexy-tabs--entry:hover::before {
  background: #535353;
}
.sexy-tabs--entry.is-active .sexy-tabs--entry-content {
  margin-top: 0;
  height: auto;
  opacity: 1;
  transition: margin 0.4s ease-out -0.1s;
}
.sexy-tabs--entry.is-active::before {
  background: var(--header-accent-color);
}
.sexy-tabs--entry.is-active:focus::before,
.sexy-tabs--entry.is-active:hover::before {
  background: var(--link-color);
}
.sexy-tabs--entry-container {
  overflow: hidden;
  margin-bottom: 1px;
}
.sexy-tabs--entry-content {
  position: relative;
  margin-top: -100%;
  height: 0;
  opacity: 0;
  transition: margin 0.5s ease-in;
  padding: 0;
}
.sexy-tabs--entry-content a.more {
  color: #444;
}
.sexy-tabs--entry-content a.more:hover {
  background: var(--link-color);
}
#judgeme_product_reviews {
  background: #fff;
}
.nav-bar__linklist.list--unstyled {
  text-align: center;
}
.sexy-tabs--tabs .tab:last-child {
  border-right: 1px solid black;
  margin-right: -1px;
}
@media only screen and (max-width: 1300px) and (min-width: 1000px) {
  .nav-bar__item {
    margin-right: 25px;
  }
}
.jdgm-all-reviews-widget,
.jdgm-rev-widg {
  border: 0 !important;
}
.header__logo-image {
  margin: auto;
}
.header__logo {
  margin-right: 20px;
}
.nav-up {
  display: none;
  transition: all 1s;
}
@media screen and (max-width: 820px) {
  .noMobile{
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .sexy-tabs .has-tabs{
    margin-top: 50px;
  }
  .sexy-tabs--tabs .tab{
    font-size: 16px;
    padding: 0.25rem 0.5rem;
  }
  #shopify-section-header
    > section
    > header
    > div
    > div
    > div.header__action-list
    > div.header__action-item.header__action-item--account {
    display: none;
  }
  .noMobile{
    display: none;
  }
  .sexy-tabs--tabs {
    /* border-bottom: 2px solid #000; */
  }

}
.product-form__add-button.button.button--primary:hover {
  background: rgba(var(--primary-button-background-rgb), 0.8);
}
.promo-box-main {
  height: auto;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: hidden;
}
.promo-box-child {
  height: 50%;
  width: 100%;
  display: flex;
}
.promo-break-absolute {
  position: inherit !important;
  height: 50% !important;
}
.mapContainer {
  position: relative;
  display: flex;
  padding: 0 50px;
}
.sidebar {
  width: 20%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  border-right: 1px solid rgba(0, 0, 0, 0.25);
}
.pad2 {
  padding: 20px;
}
.mapBox {
  width: 80%;
  top: 0;
  bottom: 0;
  min-height: 500px;
}
.listings {
  height: 100%;
  overflow: auto;
  padding-bottom: 60px;
}
.listings .item {
  display: block;
  border-bottom: 1px solid #eee;
  padding: 10px;
  text-decoration: none;
}
.listings .item:last-child {
  border-bottom: none;
}
.listings .item .title {
  display: block;
  color: #00853e;
  font-weight: 700;
}
.listings .item .title small {
  font-weight: 400;
}
.listings .item .title:hover,
.listings .item.active .title {
  color: #8cc63f;
}
.listings .item.active {
  background-color: #f8f8f8;
}
.marker {
  position: absolute;
  border-radius: 50%;
  border: 8px solid #fff;
  width: 28px;
  height: 28px;
}
.marker::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: -30px;
  left: -4px;
  border: 10px solid transparent;
  border-top: 17px solid #fff;
}
.clearfix {
  display: block;
}
.mapboxgl-popup {
  padding-bottom: 50px;
}
.mapboxgl-popup-close-button {
  display: none;
}
.mapboxgl-popup-content {
  font: 400 15px/22px "Source Sans Pro", "Helvetica Neue", Sans-serif;
  padding: 0 !important;
  padding-bottom: 15px !important;
  width: 180px;
  text-align: center;
}
.mapboxgl-popup-content-wrapper {
  padding: 1%;
}
.mapboxgl-popup-content h3 {
  background: var(--header-accent-color);
  color: #fff;
  margin: 0;
  display: block;
  padding: 10px;
  border-radius: 3px 3px 0 0;
  font-weight: 700;
  margin-top: -15px;
}
.mapboxgl-popup-content h4 {
  margin: 0;
  display: block;
  padding: 10px 10px 10px 10px;
  font-weight: 400;
}
.mapboxgl-popup-content div {
  padding: 10px;
}
.mapboxgl-container .leaflet-marker-icon {
  cursor: pointer;
}
.mapboxgl-popup-anchor-top > .mapboxgl-popup-content {
  margin-top: 15px;
}
.mapboxgl-popup-anchor-top > .mapboxgl-popup-tip {
  border-bottom-color: #91c949;
}
.upsell-wrapper {
  z-index: 99999;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
#upsell-selector > div > ul > li > a > img {
  width: 100%;
}
.upsell-modal {
  border-radius: 5px;
  position: fixed;
  left: 50%;
  top: 35%;
  height: fit-content;
  width: 1000px;
  margin: -225px 0 0 -500px;
  background: #fff;
  box-sizing: border-box;
  padding: 20px;
}
.modal-close {
  position: absolute;
  right: 5px;
  top: 5px;
  text-align: right;
  width: 100%;
}
.modal-close a {
  color: #000;
  font-size: 13px;
}
.upsell-grid {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.upsell-grid li {
  box-sizing: border-box;
  padding: 5px;
  font-size: 13px;
  flex-grow: 1;
  text-align: center;
  flex-basis: 100%;
  max-width: 40%;
  display: flex;
  flex-direction: column;
  place-content: space-between;
}
.upsell-grid li strong {
  font-size: 13px;
}
.upsell-buttons {
  text-align: right;
}
.upsell-wrapper {
  z-index: 99999;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.upsell-grid li {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 5px;
  font-size: 13px;
  text-align: center;
  max-width: 100%;
}
.upsell-title {
  margin: 0 0 17.5px;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -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;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[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-arrow.slick-hidden {
  display: none;
}
.slick-arrow {
  width: 100%;
  text-align: right;
}
html {
  padding-bottom: 0 !important;
}
h1,
h2,
h3 {
  text-transform: uppercase;
}
.checky_blurs {
  position: relative;
}
@media only screen and (min-width: 700px) {
  .header__logo-image{
    margin-left: 0 !important;
  }
  .checky_blurs:before {
    content: "";
    position: absolute;
    width: 430px;
    height: 100%;
    left: 0;
    -webkit-mask-image: -webkit-linear-gradient(
      left,
      #000,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0)
    );
    z-index: 2;
    pointer-events: none;
    background: rgb(255 255 255 / 60%);
  }
  .checky_blurs:after {
    content: "";
    position: absolute;
    width: 430px;
    height: 100%;
    top: 0;
    right: 0;
    -webkit-mask-image: -webkit-linear-gradient(
      left,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0),
      rgb(255 255 255)
    );
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(to right, rgba(255, 0, 0, 0), rgb(255 255 255));
  }
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb {
  background: var(--header-accent-color);
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--header-accent-color + 100);
}
.fake_search {
  flex: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
@media only screen and (max-width: 700px) {
  .discount-progress-base.svelte-u91d38{
    display: none !important;
  }
  .svelte-6x16be{
    max-height: 90vh !important;
  }
  .header__logo-image {
    margin-left: 20%;
  }
  .site-selector-btn {
    font-size: 11px;
  }
}
.site-selector-btn:hover {
  transform: scale(1.2);
}
.plyr {
  border-radius: 0;
  margin-bottom: 0;
}
.plyr--video.plyr--menu-open {
  overflow: auto !important;
}
.hideoverflow {
  top: -50px;
  position: absolute;
  overflow: hidden;
}
.handlePosition {
  position: relative;
}
.animate_float {
  animation: float 4s cubic-bezier(0.39, 0.575, 0.565, 1) infinite alternate;
  position: absolute;
  top: 0 !important;
  right: 0;
  left: 0 !important;
  mix-blend-mode: multiply;
  scale: (1.2);
  zoom: 1.2;
}
@keyframes float {
  0% {
    transform: translateZ(20px);
  }
  100% {
    transform: translateY(-21px) translateX(-13px) translateZ(30px);
  }
}
.ignore_video_ratio {
  max-width: inherit !important;
  width: auto !important;
}
.flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.price-list {
  padding-bottom: 10px;
}
.product-labels-product-page {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.mobile-buy-now {
  display: none;
}
@media screen and (max-width: 668px) {
  .mobile-buy-now {
    display: block;
  }
  .mosaic__column {
    width: unset !important;
    flex: unset !important;
  }
  .hide-mobile {
    display: none;
  }
}
.trim-2-lines {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.link_active {
  color: #d0021b;
  font-weight: 700;
  display: block !important;
}
.filter-item--hidden {
  display: none;
}
.seemore {
  color: #000;
  font-weight: 700;
  display: block !important;
}
.viewNow {
  display: none;
}
.collection-item:hover span {
  display: none;
}
.collection-item:hover h2.collection-item__title.text--strong.viewNow {
  display: block;
}
.mobile-buy-now {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: rgb(219 219 219);
  color: rgb(255 0 0);
  border-radius: calc(50%);
}
.mobile-buy-now svg {
  position: absolute;
  width: 60%;
  top: 50%;
  left: 50%;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0.6;
}
.product-meta__title {
  text-transform: capitalize;
}

.flip-box {
  margin-top: 10px;
  margin-right: 10px;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #dadada4f;
  width: 50%;
  flex-grow: 1;
  box-shadow: inset 0 0 13px 0 #d6d0d1ab;
  background: rgba(var(--accent-color-rgb), 0.06);
  color: var(--accent-color);
}
.flip-box-inner {
  width: 100%;
  height: 100%;
  text-align: center;
}
.flip-box-back,
.flip-box-front {
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-box-front {
  background-color: #fff;
  color: #000;
}
#after_pay_box {
  background-color: #b2fce3;
}
.flip-box-back {
  background-color: transparent;
  color: #000;
  padding: 5px;
}
.product-item__action-button:hover {
  transform: scale(1.2);
  transition: transform 330ms ease-in-out;
}
.footer__block-list {
  width: 100%;
  justify-content: space-between;
}
.footer__block-item.footer__block-item--text {
  display: inline-block;
  flex: unset;
}
.product-item__action-list.button-stack.hide-mobile {
  display: none;
}
.product-item.product-item--vertical:hover form:not(form.mobile-buy-now) {
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
}
.product-gallery__image {
  display: block;
  margin: auto;
}
section
  > div.container.container--flush
  > div.product-block-list.product-block-list--large
  > div
  > div.product-block-list__item.product-block-list__item--gallery
  > div
  > div
  > div
  > div.product-gallery__carousel-wrapper
  > div
  > div
  > div
  > div.product-gallery__carousel-item.custom-zoom-cursor.is-selected
  > span,
section
  > div.container.container--flush
  > div.product-block-list.product-block-list--large
  > div
  > div.product-block-list__item.product-block-list__item--gallery
  > div
  > div
  > div
  > div.product-gallery__carousel-wrapper
  > div
  > div
  > span {
  width: 100%;
}
.product-item {
  padding-bottom: 0;
  padding-top: 0;
}
.product-block-list.product-block-list--large {
  margin-bottom: 50px;
}
.grecaptcha-badge {
  display: none !important;
}
.collection_sidebar li.active > .has-dropdown > a,
.collection_sidebar li.active > a {
  color: #d0021b;
}
li.style-meg-li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.featured-product script {
  display: none;
}
.site_selector_message {
  width: 100%;
  text-align: center;
  display: block;
  font-weight: 700;
  font-family: "Avenir Next", sans-serif;
  font-size: 14px;
  letter-spacing: 0.7px;
  margin-bottom: 10px;
}
#shopify-section-footer
  > footer
  > div
  > div
  > aside
  > div.footer__aside-item.footer__aside-item--social
  > p {
  text-align: center;
}
.payment-list {
  filter: grayscale(100%);
}
.select-box {
  cursor: pointer;
  position: relative;
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 15px)
  );
  border: 2px solid var(--border-color);
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(var(--border-color-rgb), 0.2);
  width: 100%;
}
.select_custom,
.select_label {
  display: block;
}
.select_custom {
  width: 100%;
  position: absolute;
  top: 0;
  padding: 5px 0;
  height: 40px;
  opacity: 0;
  background: none transparent;
  border: 0 none;
}
.select_label {
  position: relative;
  padding: 5px 10px;
  cursor: pointer;
  white-space: break-spaces;
}
.open .select_label::after {
  content: "▲";
}
.select_label::after {
  content: "▼";
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 15px)
  );
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px 15px;
  border-left: 5px solid #fff;
}
.no_border {
  border-top: 0;
}
.afterpay-paragraph {
  margin: 0;
  margin-bottom: -10px;
  margin-top: 10px;
  display: block !important;
}
.mbh-notice.mbh-notification-box {
  margin: auto;
  text-align: center;
  font-weight: 700;
}
.price--compare {
  position: relative;
  color: var(--text-color);
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 16px)
  );
  text-decoration: line-through;
  -webkit-text-decoration-color: rgba(var(--text-color-rgb), 0.7);
  text-decoration-color: rgba(var(--text-color-rgb), 0.7);
}
.center_video {
  object-fit: cover;
  width: 100% !important;
}
.mega_menu_right {
  width: 75%;
  padding-left: 20px;
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
}
.mega_menu_left {
  width: 25%;
  border-right: 1px solid #d9d9d9;
  padding-right: 20px;
}
.menu {
  margin: 0;
  list-style-type: none;
}
.is-accordion-submenu-parent > a {
  position: relative;
}
.is-accordion-submenu-parent > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 6px inset;
  border-color: var(--text-color) transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 1rem;
}
.is-accordion-submenu-parent[aria-expanded="true"] > a:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.menu {
  margin: 0;
  list-style-type: none;
}
.menu > li {
  display: table-cell;
  vertical-align: middle;
}
[data-whatinput="mouse"] .menu > li {
  outline: 0;
}
.menu > li > a {
  display: block;
  padding: 0.8rem 1rem;
  line-height: 1;
}
.menu a,
.menu button,
.menu input {
  margin-bottom: 0;
}
.menu > li > a i,
.menu > li > a i + span,
.menu > li > a img,
.menu > li > a img + span,
.menu > li > a svg,
.menu > li > a svg + span {
  vertical-align: middle;
}
.menu > li > a i,
.menu > li > a img,
.menu > li > a svg {
  margin-right: 0.25rem;
  display: inline-block;
}
.menu > li {
  display: table-cell;
}
.menu.vertical > li {
  display: block;
}
@media screen and (min-width: 40em) {
  .menu.medium-horizontal > li {
    display: table-cell;
  }
  .menu.medium-vertical > li {
    display: block;
  }
}
@media screen and (min-width: 64em) {
  .menu.large-horizontal > li {
    display: table-cell;
  }
  .menu.large-vertical > li {
    display: block;
  }
}
.menu.simple li {
  line-height: 1;
  display: inline-block;
  margin-right: 1rem;
}
.menu.simple a {
  padding: 0;
}
.menu.align-right:after,
.menu.align-right:before {
  content: " ";
  display: table;
}
.menu.align-right:after {
  clear: both;
}
.menu.align-right > li {
  float: right;
}
.menu.expanded {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.menu.expanded > li:first-child:last-child {
  width: 100%;
}
.menu.icon-top > li > a {
  text-align: center;
}
.menu.icon-top > li > a i,
.menu.icon-top > li > a img,
.menu.icon-top > li > a svg {
  display: block;
  margin: 0 auto 0.25rem;
}
.menu.nested {
  margin-left: 1rem;
}
.menu .active > a {
  color: #fefefe;
  background: #2199e8;
}
.menu-text {
  font-weight: 700;
  color: inherit;
  line-height: 1;
  padding: 0.7rem 1rem;
}
.menu-centered {
  text-align: center;
}
.menu-centered > .menu {
  display: inline-block;
}
.no-js [data-responsive-menu] ul {
  display: none;
}
.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}
.menu-icon:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
}
.menu-icon:hover:after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}
.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block !important;
}
.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #fefefe;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
}
.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.is-drilldown-submenu-parent > a {
  position: relative;
}
.is-drilldown-submenu-parent > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 6px inset;
  border-color: transparent transparent transparent #2199e8;
  border-left-style: solid;
  border-right-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}
.js-drilldown-back > a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 6px inset;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}
.dropdown-pane {
  background-color: #fefefe;
  border: 1px solid #cacaca;
  border-radius: 0;
  display: block;
  font-size: 1rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10;
}
.dropdown-pane.is-open {
  visibility: visible;
}
.dropdown-pane.tiny {
  width: 100px;
}
.dropdown-pane.small {
  width: 200px;
}
.dropdown-pane.large {
  width: 400px;
}
.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 0;
  top: 100%;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 0;
  top: 100%;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 1.5rem;
  position: relative;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 5px inset;
  border-color: #2199e8 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  right: 5px;
  margin-top: -2px;
}
[data-whatinput="mouse"] .dropdown.menu a {
  outline: 0;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 100%;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a:after {
  right: 14px;
  margin-top: -3px;
}
.dropdown.menu.vertical > li.opens-left > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 5px inset;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
}
.dropdown.menu.vertical > li.opens-right > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 5px inset;
  border-color: transparent transparent transparent #2199e8;
  border-left-style: solid;
  border-right-width: 0;
}
@media screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 5px inset;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a:after {
    right: 14px;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 5px inset;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 5px inset;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0;
  }
}
@media screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 5px inset;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a:after {
    right: 14px;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 5px inset;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
  }
  .dropdown.menu.large-vertical > li.opens-right > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 5px inset;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0;
}
.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}
.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a:after {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -2px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 100%;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fefefe;
  border: 1px solid #cacaca;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a:after {
  right: 14px;
  margin-top: -3px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 5px inset;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 5px inset;
  border-color: transparent transparent transparent #2199e8;
  border-left-style: solid;
  border-right-width: 0;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}
.parent_menu_link {
  font-family: var(--heading-font-family);
  color: #000;
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 59.5px;
  padding: 0 0;
  text-transform: uppercase;
  border-bottom: 1px solid var(--border-color) !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
#foundation_menu li {
  color: #000;
}
.mbh-notification-box {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  margin-bottom: 25px;
  padding: 10px 14px 10px 44px;
  position: relative;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
.mbh-notification-box:before {
  font-family: FontAwesome;
  font-size: 21px;
  left: 14px;
  position: absolute;
  top: 10%;
}
.mbh-success {
  background-color: #2ecc71;
}
.mbh-success:before {
  content: "\f00c";
  margin-left: -2px;
}
.mbh-failure {
  background-color: #e74c3c;
}
.mbh-failure:before {
  content: "\f00d";
}
.mbh-warning {
  background-color: #e67e22;
}
.mbh-warning:before {
  content: "\f12a";
  margin-left: 5px;
}
.mbh-information {
  background-color: #3498db;
}
.mbh-information:before {
  content: "\f129";
  margin-left: 4px;
}
.mbh-question {
  background-color: #f1c40f;
}
.mbh-question:before {
  content: "\f128";
  margin-left: 2px;
}
.mbh-tip {
  background-color: #16a085;
}
.mbh-tip:before {
  content: "\f0eb";
  margin-left: 2px;
}
.mbh-notice {
  color: #000;
}
.mbh-notice:before {
  content: "\f0a1";
  margin-left: -1px;
}
.header__search-bar-wrapper .meg-h1 {
  text-transform: uppercase;
  margin-top: 0;
  font-size: inherit;
}

header {
  font-family: Avenir-Heavy;
}
@media only screen and (max-height: 800px) {
  .mini-cart_upsell_module {
    display: none;
  }
}
@media only screen and (max-height: 400px) {
  .product-form{
    margin-top: 15px;
  }
}
@media only screen and (min-width: 700px) {
  .product-gallery__carousel .flickity-viewport{
    min-height:450px;
  }
}
@media only screen and (max-width: 700px) {
  .product-form__info-item.stock{
    text-align: center;
    display: flex;
    align-content: center;
    align-items: center;
    margin: auto;
    width: fit-content;
  }
  #shopify-section-template--14147370909739__col-list > section{
    margin:0 !important;
  }
  #shopify-section-template--14147370909739__col-list > section > div > div > div{
    padding-bottom: 0 !important;
  }
  .product-form-cta-image{
    display: block;
    text-align: center;
    margin: auto;
  }
}
.page-load-status{
  text-align: center;
  padding-top: 20px;
  font-size: 20px;
  font-weight: bold;
  color: black;
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: auto;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: black;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.view-more-button{
  margin: 10px auto auto;
  display: block;
  color: black;
  font-weight: 800;
}
/* desktop size */
@media only screen and (min-width: 700px) {
  .view-more-button{
    display:none;
  }
}
/* tablet size */
@media only screen and (min-width: 1100px) and (max-width: 1300px) {
  .wsmenu>.wsmenu-list>li>.navtext>span+span,
  #shopify-section-header > section > nav > div > div > div > ul > div > nav > ul > li.wscarticon.clearfix > a > span:nth-child(1),
  #shopify-section-header > section > nav > div > div > div > ul > div > nav > ul > li.wscarticon.clearfix > a > span.newBadge{
    font-size: 10px;
  }
}
/* mobile size */
@media only screen and (max-width: 700px) {
  #shipping-banner{
    padding: 10px;
  }
  #shopify-section-header{
    top: 31.3px !important;
  }
  #shopify-section-announcement-bar{
    position: relative;
    z-index: 6;
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
  }
  .header__logo{
    margin:auto;
  }
}
.ju_Con,
.ju_overlay{
  /* display:none !important; */
  /* cant debug cart */
}
.jdgm-carousel-wrapper{
  padding: 0 !important;
}
.more-content--visible{
  display: block !important;
}
.more-content{
  display: none;
}
#recommended-products-minicart{
  display: none;
}
.tab-box.tab-front-box{
  z-index: 1 !important;
}

/* 17-04-2025 Read More */
summary.cus-summery-alt {
    list-style: none;
    }

summary.cus-summery-alt::-webkit-details-marker {
  display: none;
}
.cus-summery-alt {
  width: fit-content;
  background-color: #000;
  color: #fff;
  padding: 10px;
  margin-top: 20px;
  cursor: pointer;
}
.cus-section h2 {
    margin: 15px 0!important;
}
.cus-read-more {
    margin-top: 20px;
}
.cus-read-more {
    margin-top: 60px;
}
.read-more-container {
    padding: 40px 0;
}
button#readMoreBtn {
    margin-top: 20px;
}

.faq-section {
  max-width: 100%;
  margin-top: 20px;
}
.faq-item {
  background: #fff;
  margin-bottom: 10px;
  border-radius: 0;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  border: 1px solid #000;
}
.faq-question {
  padding: 15px;
  cursor: pointer;
  font-weight: bold;
  border-bottom: 1px solid #eee;
  color: #000;
}
.faq-answer {
  padding: 15px;
  display: none;
}
.faq-item.active .faq-answer {
  display: block;
}