html{zoom:0.9;transition: all 100ms ease !important;}
.scroll-to-top{display:none !important;}
/* section-announcement-bar */
.search-modal__form .search-input {
  border: 1px solid !important;
}
.product-card__vendor {
  display: none !important;
  color: var(--body-color);
}
svg.placeholder-svg path{display:none;}
svg.placeholder-svg {
    background-image: url(/cdn/shop/files/no-image.jpg) !important;
    background-size: cover !important;
}
.product-card:before{content:"";position:absolute;background:#ffffff;width:110%;height:108%;border-radius:2em;outline: 0;left:-5%;top:-3%;z-index:0;box-shadow: 0 0 0.25rem 0.25rem var(--bs-gray-200);transition: all .2s ease;}
.product-card:hover::before{box-shadow: 0 0 0.25rem 0.25rem var(--bs-gray-400);}
.productTab-special__product-feature .product-card:hover::before{content:;display:none;}
.product-card .product-grid__inner{position:relative;margin:0 0;}
.product-price--regular{margin:0 !important;}
.product-single__price,
.product-group-price.d-flex .product-price{margin-right:10px;margin-left:0;}
.product-avaiable .product-avaiable__text.product-avaiable__text--instock {
    color: var(--body-color-light);
    background: var(--bs-green);
    padding: 0 0.5em;
    border-radius: 0.4em;
}
.k-popup__bg{display:none !important;}
.k-popup-wrapper .k-popup__inner-wrap .k-popup__socials-share-wrap{padding:0 0 2em 0 !important;}
.k-popup-wrapper .k-popup__inner-wrap{max-width:fit-content !important;}
.k-popup-wrapper .k-popup__socials-share-wrap .k-popup__socials-share .social-share__icon{padding:8px !important;}
@media (min-width: 1230px) {
  .vertical-megamenu.me-xl-3 {
    margin-right: 1rem !important;
  }
  .vertical-megamenu.pe-xl-3 {
    padding: 0 1.25rem !important;
  }
}
@media (min-width: 1230px) {
  .me-xl-3 {
    margin-right: 1rem !important;
  }
}
.heading-group.pb-2 {
  padding: 1em 0;margin-bottom:1em;
}
.product-tabs li.nav-item {
  margin-left: 0.4rem !important;
}
.product-tabs li.nav-item a {
  background-color: transparent;
  color: var(--body-color);
  padding: 1em !important;
}
.product-tabs li.nav-item a.active {
  background-color: var(--primary-light);
  color: var(--body-color-light);
  padding: 1em !important;
}
.shopify-payment-button__button--unbranded {
  background: var(--secondary);
}
body .main-content {
  padding-bottom: 0 !important;
}
.btn--viewall {
  padding: 1rem 2rem;
}
#shopify-section-announcement-bar {
  z-index: 3;
  position: relative; }

.announcement-bar {
  color: var(--tb-cl);
  background-color: var(--tb-bg-cl);
  font-size: var(--tb-fs);
  padding: var(--tb-pd, 0);
  background-image: var(--tb-bg-img);
  background-size: cover;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .announcement-bar .text, .announcement-bar a {
    color: var(--tb-link-cl); }
  .announcement-bar .disclosure__button {
    color: var(--tb-cl);
    font-size: var(--tb-fs); }
  .announcement-bar .disclosure__button:hover, .announcement-bar .announcement-bar .text:hover, .announcement-bar .announcement-bar a:hover {
    color: var(--primary); }

#shopify-section-header {
  z-index: 4; }

.header {
  position: relative;
  z-index: 99; }

.header-wrap {
  background-color: var(--header-bg);
  color: var(--header-color);
  transition: all 0.2s ease-in-out 0s; }

#shopify-section-header.sticky-top {
  will-change: transform; }
  #shopify-section-header.sticky-top.animate {
    transition: transform 0.3s ease-out;
    transform: translateY(var(--height-h)); }

.shopify-section-header-hidden {
  transform: translateY(-100%); }

@media (min-width: 992px) {
  .header__inner {
    position: relative; } }

@media (max-width: 991.98px) {
  .header-left {
    flex: 0 0 auto;
    width: auto; } }

/* Header icons */
.header__icon {
  color: var(--header-color); }
  .header__icon .icon {
    vertical-align: middle;
    transition: all 0.2s ease-in-out 0s; }
  .header__icon:hover {
    color: var(--primary); }

/* Search */
.header__icon--search {
  display: flex;
  text-align: center; }
  .header__icon--search::before {
    content: "";
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    display: block; }
  .header__icon--search.collapsed::before {
    display: none; }

.search-modal {
  opacity: 0;
  position: absolute;
  top: 90%;
  width: 100%;
  max-width: 100%;
  left: 0;
  background: #fff;
  box-shadow: var(--shadow);
  z-index: 1; }
  @media (min-width: 992px) {
    .search-modal {
      left: auto;
      right: 0; } }
  .search-modal.show {
    opacity: 1;
    animation: animateMenuOpen 200ms ease; }
  .search-modal .search-input {
    height: 55px; border: 0px solid !important;background: none;}
.header-center .search-modal.collapse{border-radius:8px;border: 1px solid #CCCCCC !important;}
.search__button {
  height: 55px; }
  .search__button .icon {
    height: 22px; }
  .search__button:hover {
    color: var(--primary); }

@keyframes animateMenuOpen {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@media (min-width: 992px) {
  .search-modal {
    position: static;
    box-shadow: none;
    opacity: 1;
    width: 100%;
    max-width: 690px;
    margin-left: 30px;
    background-color: transparent; }
    .search-modal.collapse {
      display: block !important; }
    .search-modal .search__button {
      border-radius: 0 8px 8px 0;
      height: 40px;
      padding: 8px 20px !important;
      background: var(--primary);
      color: #fff; }
    .search-modal .search-input {
      height: 40px;
      border-radius: 8px 0 0 8px; } }
.search-modal .search__button:hover{background: var(--primary);}
.header-customer .header__icon--align {
  padding: 10px 0; }
.header-customer .header-customer__content li {
  display: block;
  position: relative;
  line-height: 14px; }
  .header-customer .header-customer__content li:not(:last-child) {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.1); }

.header-customer .header-customer__content .checkout-link {
  color: var(--tb-link-cl); }
  .header-customer .header-customer__content .checkout-link:hover {
    color: var(--secondary); }

.header-customer .header-customer__content a {
  display: inline-block;
  padding: 0 3px;
  position: relative; }
  .header-customer .header-customer__content a:hover {
    color: var(--secondary); }

.header__logo-white {
  display: none; }

@media (min-width: 992px) {
  .template-index .header-white .header__heading-logo.logo-white {
    display: none; }
  .template-index .header-white .header__logo-white {
    display: block; }
  .template-index .header-white .header-cart .header-cart__count,
  .template-index .header-white .header__icon {
    color: #fff; }
  .template-index .header-white .main-menu__nav-item > a {
    color: #fff; }
  .template-index .header-white .main-menu__nav-item:hover > a, .template-index .header-white .main-menu__nav-item:focus > a, .template-index .header-white .main-menu__nav-item.active > a {
    color: #fff; } }

.footer-inner {
  color: var(--footer-color);
  background-color: var(--footer-bg); }

.footer__title {
  color: var(--footer-heading-color);
  font-size: var(--font-size-base);
  text-transform: uppercase;
  font-weight: 500;
  position: relative; }

.footer__top-inner {
  padding: 80px 0 0; }
  @media (max-width: 991.98px) {
    .footer__top-inner {
      padding: 60px 0 0; } }

.footer__center-inner {
  padding-top: 100px;
  padding-bottom: 20px; }
  @media (max-width: 991.98px) {
    .footer__center-inner {
      padding-top: 60px; }
      .footer__center-inner > .row > .col {
        /*flex: 1 0 33.33%;*/ } }
  @media (max-width: 575.98px) {
    .footer__center-inner > .row > .col {
      flex: 1 0 100%; } }

.footer__bottom {
  background-color: var(--bs-primary);
  color: var(--color-copyright);
  border-top: 1px solid rgba(255, 255, 255, 0.1); }

.footer .footer__center {
  background-color: linear-gradient(0deg, var(--bs-primary), var(--product-name-color));
  background-color: var(--bs-primary);
  background-image: url(/cdn/shop/files/section-footer-1.4.png);
  background-repeat:no-repeat;
  background-position:center bottom;
  background-size:contain;
  margin-top: -24px;
}
/* footer-social ___ */
.footer-social .social-icons-item {
  position: relative; }
  .footer-social .social-icons-item:not(:last-child) {
    margin-right: 10px; }

.footer-social .social-icons--link {
  color: var(--heading-color);
  background: #666;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%; }
  .footer-social .social-icons--link svg {
    width: 12px;
    height: 12px; }
    .footer-social .social-icons--link svg.icon-tiktok {
      width: 20px; }
  .footer-social .social-icons--link .text {
    display: none; }
  .footer-social .social-icons--link:hover {
    background-color: var(--primary);
    color: #fff; }

/* footer-newsletter __*/
.footer-newsletter .footer-newsletter__title {
  font-size: 24px; }
  @media (min-width: 992px) {
    .footer-newsletter .footer-newsletter__title {
      font-size: 30px; } }

.footer-newsletter .footer-newsletter__desc {
  max-width: 580px; }

.footer-newsletter .footer-newsletter-content {
  position: relative; }
  .footer-newsletter .footer-newsletter-content::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    height: 0;
    border-top: 1px solid var(--border-color); }

.footer-newsletter .input-group {
  max-width: 540px;
  width: 100%;
  margin: 0 auto; }

.footer-newsletter .form-control {
  color: var(--footer-color);
  border-radius: 30px 0 0 30px;
  text-indent: 15px; }

.footer-newsletter .btn--newsletter {
  background-color: var(--primary);
  border: 1px solid var(--primary);
  padding: 10px 15px;
  line-height: 28px;
  color: #fff;
  border-radius: 0 30px 30px 0; }

/* footer-info ___*/
.footer-info--desc {
  margin-bottom: 20px; }

.footer-info--phone .icons,
.footer-info--email .icons,
.footer-info--time .icons,
.footer-info--address .icons {
  min-width: 16px;
  width: 16px;
  height: 16px;
  display: flex;
  color: #fff; }

/* footer-link-list ___*/
.footer-links a {
  position: relative;
  color: var(--footer-link);
  transition: all .2s ease-in-out; }
  .footer-links a:hover {
    color: var(--footer-link-hover); }

@media (max-width: 767.98px) {
  .accordion-footer .footer__title {
    position: relative;
    cursor: pointer;
    background: #A49F9C;
    padding: 0 10px; }
    .accordion-footer .footer__title svg {
      width: 7px;
      height: 17px;
      float: right;
      transform: rotate(270deg); }
    .accordion-footer .footer__title.active svg {
      transform: rotate(90deg); } }
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body:not(.template-index):not(#about-me):not(#contact) .main-content {
  padding-bottom: 60px; }

.link {
  color: var(--color-link);
  text-decoration: none;
  transition: all .2s ease; }
  .link:hover {
    color: var(--primary); }

.link--text {
  color: var(--body-color); }
  .link--text:hover {
    color: var(--primary); }

.text-color {
  color: var(--body-color) !important; }

.text-color-light {
  color: var(--body-color-light) !important; }

.ff-heading {
  font-family: var(--font-heading-family) !important; }

.fw-medium {
  font-weight: 500 !important; }

.fw-semibold {
  font-weight: 600 !important; }

.heading-color {
  color: var(--heading-color) !important; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.form-control {
  font-size: var(--font-size-base); }

*:focus-visible {
  outline: 0;
  outline-offset: 0;
  box-shadow: none; }

/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
*:focus {
  outline: 0;
  outline-offset: 0;
  box-shadow: none; }

/* Negate the fallback side-effect for browsers that support :focus-visible */
*:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none; }

.focus-inset:focus-visible {
  outline: 0;
  outline-offset: 0;
  box-shadow: none; }

.focus-inset:focus {
  outline: 0;
  outline-offset: 0;
  box-shadow: none; }

.focus-inset:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none; }

.focus-none {
  box-shadow: none !important;
  outline: 0 !important; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.ff-special {
  font-family: var(--font-special-family), var(--font-heading-family) !important; }

@media (min-width: 992px) {
  .col-lg-2-4 {
    flex: 0 0 auto;
    width: 20%;
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5); } }

@media (min-width: 1230px) {
  .col-xl-2-4 {
    flex: 0 0 auto;
    width: 20%;
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5); } }

.page-header {
  margin-bottom: 30px; }

.page-title {
  color: var(--heading-color);
  font-family: var(--font-heading-family);
  font-weight: var(--font-heading-weight);
  font-size: 30px; }
  @media (max-width: 767.98px) {
    .page-title {
      font-size: calc(var(--font-size-base) + 6px); } }

/* component-media 
  border-top: 1px solid var(--bs-gray-300);
  border-bottom: 1px solid var(--bs-gray-300);*/
.card__image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 1em;}
  .card__image .noscript {
    position: absolute;
    top: 0;
    left: 0; }
  .card__image .pre-loading {
    display: none;
    z-index: 55; }
  .card__image.lazyloading .pre-loading {
    display: block; }
.btn {
  font-size: var(--font-size-base);
font-size:16px;}

.btn-default {
  color: var(--btn-default-color);
  border-color: var(--btn-default-border-color);
  background-color: var(--btn-default-bg-color);
  padding: 10px 25px;
  font-size: var(--font-size-base);
  position: relative;
  border-radius: 3px; }
  .btn-default > span {
    position: relative; }
  .btn-default:focus, .btn-default:hover {
    color: var(--btn-default-hover-color);
    border-color: var(--btn-default-hover-border-color);
    background-color: var(--btn-default-hover-bg-color); }

.btn-default-outline {
  color: var(--btn-default-bg-color);
  border-color: var(--btn-default-border-color);
  background-color: #fff;
  padding: 10px 25px; }
  .btn-default-outline:focus, .btn-default-outline:hover {
    color: #fff;
    background-color: var(--btn-default-border-color); }

.btn--viewall {
  padding: 7px 35px;
  font-size: calc(var(--font-size-base) + 1px);
  color: var(--btn-default-color);
  border-color: var(--btn-default-border-color);
  background-color: var(--btn-default-bg-color); }
  .btn--viewall:hover {
    color: var(--btn-default-hover-color);
    border-color: var(--btn-default-hover-border-color);
    background-color: var(--btn-default-hover-bg-color); }
.btn--bulk{background:var(--primary);color:#ffffff;margin-right:20px;}
.btn--bulk:hover,.btn.slideshow-caption__btn:hover{background:var(--secondary);color:#ffffff;}
.btn-link:hover {
  color: var(--primary); }

.btn-link-outline {
  border-bottom: 2px solid var(--primary);
  position: relative; }
  .btn-link-outline:hover {
    color: var(--heading-color);
    border-bottom-color: var(--heading-color); }

/* base-details-summary */
summary {
  cursor: pointer;
  list-style: none;
  position: relative; }

summary .icon-caret {
  position: absolute;
  height: 0.6rem;
  right: 1.5rem;
  top: calc(50% - 0.35rem); }

summary::-webkit-details-marker {
  display: none; }

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear,
input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

.form__message {
  padding: 1rem 1.3rem; }
  .form__message .form-message__title {
    font-size: 1.2em; }
  .form__message--error {
    color: #651818;
    border: 1px solid #d20000;
    background-color: #fff8f8;
    text-align: left;
    width: 100%; }
  .form__message--success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
    display: block;
    width: 100%; }

.pre-loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #fff; }
  .pre-loading > span {
    display: none;
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    background-color: var(--primary); }

.vela-loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: block;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.9); }

@keyframes line-scale {
  0%,
  100% {
    transform: scale(1); }
  50% {
    transform: scale(0.4); } }

.vela-loading__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  transform: translate(-50%, -50%); }
  .vela-loading__icon > span {
    margin: 0 2px;
    display: block;
    width: 4px;
    height: 25px;
    background-color: var(--primary); }
    .vela-loading__icon > span:nth-child(1) {
      animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }
    .vela-loading__icon > span:nth-child(2) {
      animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }
    .vela-loading__icon > span:nth-child(3) {
      animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }
    .vela-loading__icon > span:nth-child(4) {
      animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.placeholder {
  background-color: rgba(18, 18, 18, 0.04);
  color: rgba(18, 18, 18, 0.55);
  fill: rgba(18, 18, 18, 0.55); }

svg.placeholder-svg {
  width: 100%;
  height: 100%;
  max-width: 100%;
  background: #f7f7f7; }

.cookie-consent {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 95;
  display: block;
  width: 100%;
  padding: 15px 30px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease; }
  .cookie-consent.active {
    opacity: 1;
    visibility: visible; }

.cookie-consent__wrapper {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
display:block;text-align:center;}

.cookie-consent__message {
  margin-right: 15px;
  padding: 8px 0; }
  .cookie-consent__message a {
    color: inherit; }
  .cookie-consent__message p {
    margin: 0; }

.cookie-consent__dismiss .btn {
  padding: 8px 44px;
  color: #fff;
  background-color: #b97a4f;
  border-radius: 4px; }

.footer__bottom-inner {
  margin: 0 !important;
}
.grecaptcha-badge {
  display: none !important;
}
/* SCROLL TO TOP*/
.scroll-to-top {
  z-index: 5;
  cursor: pointer;
  text-align: center;
  position: relative;
  position: fixed;
  right: 10px;
  bottom: 100px; }
  .scroll-to-top span {
    background-color: var(--primary);
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 48px;
    color: #fff;
    text-align: center;
    position: relative;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    margin-top: 5px; }
    .scroll-to-top span:hover {
      background-color: var(--heading-color); }
  .scroll-to-top svg {
    width: 12px;
    height: 16px;
    transform: rotate(270deg); }

.vela-section {
  margin: var(--st-mg);
  padding: var(--st-pd-dt);
  background-color: var(--st-bg-cl); }
  @media (max-width: 767.98px) {
    .vela-section {
      padding: var(--st-pd-mb, 0) !important; } }

/* SECTION COUNTDOWN */
.vela-section--countdown {
  position: relative;
  background-size: cover;
  background-position: center center; }

.product-card__countdown {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .product-card__countdown {
      padding: 0; } }
  .product-card__countdown .countdown-title {
    color: var(--secondary); }
  .product-card__countdown .countdown__item {
    margin: 0 4px; }
    .product-card__countdown .countdown__item span:first-child {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 52px;
      height: 52px;
      padding: 10px;
      border: 1px solid var(--border-color);
      overflow: hidden;
      color: var(--body-color);
      background-color: #F7F7F7;
      font-weight: var(--font-heading-weight);
      font-size: calc(var(--font-size-base) + 8px); }
    .product-card__countdown .countdown__item span:last-child {
      display: block;
      margin-top: 5px;
      font-size: 10px;
      color: var(--body-color);
      font-family: var(--font-special-family);
      font-size: var(--font-size-base); }

.shopify-policy__container {
  padding-top: 60px;
  padding-bottom: 60px; }

.shopify-policy__container .shopify-policy__title h1 {
  margin-top: 0;
  margin-bottom: 30px; }

.effectOne {
  position: relative;
  overflow: hidden; }
  .effectOne a {
    position: relative;
    display: block; }
    .effectOne a:before, .effectOne a:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      -webkit-transition: all .5s linear;
      -moz-transition: all .5s linear;
      -ms-transition: all .5s linear;
      -o-transition: all .5s linear;
      transition: all .5s linear; }
    .effectOne a:hover:before {
      right: 50%;
      left: 50%;
      z-index: 1;
      background: rgba(255, 255, 255, 0.2); }
    .effectOne a:hover:after {
      top: 50%;
      bottom: 50%;
      z-index: 1;
      background: rgba(255, 255, 255, 0.2); }

.effectTwo a {
  display: block;
  overflow: hidden;
  position: relative; }
  .effectTwo a:before {
    border: 1px solid #ffffff;
    bottom: 20px;
    content: "";
    left: 20px;
    opacity: 0;
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    position: absolute;
    right: 20px;
    top: 20px;
    transition: opacity 0.35s ease 0s,transform 0.35s ease 0s;
    z-index: 1; }
  .effectTwo a:after {
    bottom: 20px;
    content: "";
    left: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    transform: scale(1.4);
    opacity: 0;
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.2);
    background-color: rgba(0, 0, 0, 0.05);
    transition: opacity 0.35s ease 0s,transform 0.35s ease 0s;
    z-index: 1; }
  .effectTwo a:hover:before, .effectTwo a:hover:after {
    opacity: 1;
    transform: scale(1); }

.effectThree a {
  display: block;
  overflow: hidden;
  position: relative; }
  .effectThree a img {
    transform: scale(1);
    transition: all 0.35s ease 0s; }
    @media (prefers-reduced-motion: reduce) {
      .effectThree a img {
        transition: none; } }
  .effectThree a:before, .effectThree a:after {
    content: "";
    opacity: 0;
    position: absolute;
    transition: all 0.35s ease 0s;
    z-index: 1; }
    @media (prefers-reduced-motion: reduce) {
      .effectThree a:before, .effectThree a:after {
        transition: none; } }
  .effectThree a:before {
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    bottom: 20px;
    left: 10px;
    right: 10px;
    top: 20px;
    transform: scale(1, 0); }
  .effectThree a:after {
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    left: 20px;
    right: 20px;
    bottom: 10px;
    top: 10px;
    transform: scale(0, 1); }
  .effectThree a:hover:before, .effectThree a:hover:after {
    opacity: 1;
    transform: scale(1); }
  .effectThree a:hover img {
    transform: scale(1.05); }

.effectFour a {
  display: block;
  overflow: hidden;
  position: relative; }
  .effectFour a:before {
    background: #fff;
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 50%;
    top: 0;
    opacity: 0;
    z-index: 99;
    transition: all .5s ease; }
  .effectFour a:after {
    z-index: 99;
    background: #fff;
    bottom: 50%;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 0;
    transition: all .5s ease; }
  .effectFour a:hover:before {
    left: 0;
    right: 0;
    opacity: .1; }
  .effectFour a:hover:after {
    top: 0;
    bottom: 0;
    opacity: .1; }

.effectFive a {
  display: block;
  overflow: hidden;
  position: relative; }
  .effectFive a .card_wrap {
    transition: all .4s ease; }
  .effectFive a:hover .card_wrap {
    transform: scale(1.1); }

.velaBorder .borderStyle {
  line-height: 0; }

h1, .h1 {
  line-height: calc(1.35rem + 1.2vw);
  font-family: var(--font-heading-family); }
  @media (min-width: 1200px) {
    h1, .h1 {
      line-height: 2.25rem; } }

h2, .h2 {
  line-height: calc(1.325rem + 0.9vw);
  font-family: var(--font-heading-family); }
  @media (min-width: 1200px) {
    h2, .h2 {
      line-height: 2rem; } }

h4, .h4,
h3, .h3 {
  line-height: calc(1.3rem + 0.6vw);
  font-family: var(--font-heading-family); }
  @media (min-width: 1200px) {
    h4, .h4,
    h3, .h3 {
      line-height: 1.75rem; } }

h5, .h5 {
  line-height: calc(1.275rem + 0.3vw);
  font-family: var(--font-heading-family); }
  @media (min-width: 1200px) {
    h5, .h5 {
      line-height: 1.5rem; } }

h6, .h6 {
  line-height: calc(1.2625rem + 0.15vw);
  font-family: var(--font-heading-family); }
  @media (min-width: 1200px) {
    h6, .h6 {
      line-height: 1.375rem; } }

@media (max-width: 767.98px) {
  .tab-sm-scroll ul {
    flex-wrap: inherit;
    flex-direction: row;
    overflow: scroll !important;
    width: 100%; }
    .tab-sm-scroll ul li {
      margin: 0 20px 0 0;
      white-space: nowrap; } }

.header__icon--cart {
  padding: 10px 8px 10px 0; }

.header-cart {
  position: relative; }
  .header-cart .header-cart__count {
    font-size: 10px;
    color: #fff;
    min-width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    border-radius: 50%;
    background-color: var(--primary);
    top: 4px;
    right: 0px;
    outline:2px solid #ffffff;
    text-align: center;
    font-family: var(--font-heading-family); }

.cart-hover:hover .header-cart__content, .cart-hover:focus .header-cart__content {
  opacity: 1;
  visibility: visible; }

.cart-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-items: center;
  width: 100vw;
  height: 100vh; }

.cart-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); }

.cart-modal__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-flow: row wrap;
  width: 570px;
  max-width: 90%;
  max-height: 90%;
  margin: 0 auto;
  margin-bottom: 50px;
  padding: 30px;
  background-color: var(--body-bg);
  overflow-y: auto; }
  @media screen and (max-width: 767px) {
    .cart-modal__inner {
      padding: 15px; } }

.cart-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 35px;
  height: 35px;
  padding: 0;
  color: var(--heading-color);
  opacity: .5;
  transition: opacity .3s ease; }
  .cart-modal__close svg {
    display: block;
    max-width: 100%;
    max-height: 100%; }
  .cart-modal__close:hover {
    color: var(--primary);
    opacity: .9; }

.cart-modal__image {
  min-height: 100%; }
  .cart-modal__image img {
    z-index: 10000; }

.cart-modal__name {
  margin: 0 0 15px;
  color: var(--heading-color);
  font-family: var(--font-heading-family);
  font-weight: var(--font-heading-weight);
  font-size: calc(var(--font-size-base) + 3px);
  color: var(--heading-color);
  line-height: 24px; }
  @media screen and (max-width: 500px) {
    .cart-modal__name {
      margin: 0 0 5px; } }

.cart-modal__messenger {
  margin: 0 0 10px;
  color: green; }

.cart-modal__funcs {
  padding: 10px 0 0; }
  @media screen and (max-width: 500px) {
    .cart-modal__funcs {
      padding: 1px 0 0; } }

.cart-modal__btn {
  display: block;
  width: 50%;
  margin: 10px 7px 0;
  padding: 10px 15px;
  color: #fff;
  background-color: var(--primary);
  font-family: var(--font-heading-family);
  font-size: 13px;
  font-weight: var(--font-heading-weight);
  line-height: 20px;
  text-align: center;
  border-radius: 3px; }
  .cart-modal__btn:hover, .cart-modal__btn:focus {
    outline: 0;
    color: var(--btn-default-color); }

.cart-modal__btn--viewcart {
  color: var(--btn-default-color);
  background-color: var(--btn-default-bg-color);
  border-color: var(--btn-default-border-color); }
  .cart-modal__btn--viewcart:hover {
    color: #fff;
    background-color: var(--heading-color);
    border-color: var(--heading-color); }

.cart-modal__btn--checkout {
  position: relative; }
  .cart-modal__btn--checkout span {
    position: relative; }
  .cart-modal__btn--checkout:hover {
    color: #fff;
    background-color: var(--heading-color);
    border-color: var(--heading-color); }

.cookie-message {
  display: none; }
  .cart--no-cookies .cookie-message {
    display: block; }
/*.header-customer,.header-cart{position:relative;}
.header__icon span, .header__icon svg{z-index:5;}
.header__icon:hover::after{content:"";position:absolute;background:var(--secondary);width:40px;height:40px;z-index:0}*/
.header-cart__content {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 9;
  display: block;
  min-width: 320px;
  padding: 15px;
  background-color: var(--body-bg);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease; }

.ajaxcart-container {
  color: var(--body-color); }

.ajaxcart__inner {
  max-height: calc(100vh - 240px);
  overflow-x: hidden;
  overflow-y: auto; }

.ajaxcart__product {
  padding-top: 8px;
  padding-bottom: 8px; }

.ajaxcart__line-item {
  display: flex;
  flex-flow: row wrap;
  margin-left: -8px;
  margin-right: -8px; }

.ajaxcart__line-item--left {
  width: 90px;
  padding-left: 8px;
  padding-right: 8px; }

.ajaxcart__line-item--right {
  width: calc(100% - 90px);
  padding-left: 8px;
  padding-right: 8px; }

.ajaxcart__product-image-wrapper {
  position: relative; }

.ajaxcart__product-image {
  display: block;
  overflow: hidden; }
  .ajaxcart__product-image img {
    display: block;
    max-width: 100%; }

.ajaxcart__quantity {
  position: absolute;
  top: -7px;
  right: -7px;
  display: block;
  min-width: 25px;
  height: 20px;
  padding: 0 3px;
  color: #fff;
  background-color: rgba(114, 114, 114, 0.9);
  border-radius: 20px;
  border: 2px solid var(--body-bg);
  font-size: 12px;
  line-height: 16px;
  text-align: center; }

.ajaxcart__product-description {
  position: relative;
  height: 100%; }

.ajaxcart__product-name-wrapper {
  padding-right: 20px; }

.ajaxcart__product-name {
  display: block;
  color: var(--product-name-color);
  font-family: var(--font-heading-family);
  transition: color .3s ease;
  font-size: var(--font-size-base);
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative; }
  .ajaxcart__product-name:hover, .ajaxcart__product-name:focus {
    color: var(--product-name-hover-color);
    text-decoration: none; }

.ajaxcart__product-meta {
  display: block;
  color: var(--body-color);
  font-size: calc(var(--font-size-base) - 2px); }

.ajaxcart__price {
  display: block;
  font-size: var(--font-size-base); }

.ajaxcart__price--regular {
  font-size: calc(var(--font-size-base) - 1px);
  font-weight: var(--font-heading-weight);
  color: #ccc; }

.ajaxcart__footer-buttons {
  margin: 0 -7px; }

.ajaxcart__footer-price {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  padding: 15px 0 5px;
  border-top: 1px solid var(--border-color); }

.ajaxcart__subtotal-name {
  font-family: var(--font-special-family);
  font-weight: 500;
  font-size: 16px;
  color: var(--heading-color); }

.ajaxcart__subtotal {
  color: var(--heading-color);
  font-size: calc(var(--font-size-base) + 1px);
  font-weight: var(--font-heading-weight); }

.ajaxcart__policies {
  font-style: italic;
  margin: 0;
  padding: 0 0 10px;
  font-size: calc(var(--font-size-base) - 1px); }

.ajaxcart__footer-discount {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 0 5px;
  border-top: 1px solid var(--border-color); }
  .ajaxcart__footer-discount .ajaxcart__price {
    padding-left: 20px; }

.ajaxcart__note {
  margin: 15px 0 0; }

.ajaxcart__note-label {
  color: var(--heading-color); }

.ajaxcart__note-input {
  border-radius: 0; }
  .ajaxcart__note-input:focus {
    border-color: var(--primary);
    outline: 0;
    box-shadow: none; }

.ajaxcart__qty {
  position: relative; }
  .is-loading .ajaxcart__qty {
    opacity: .5; }

.product-quantity__label {
  margin: 0;
  display: block;
  font-weight: var(--font-heading-weight);
  color: var(--heading-color);
  min-width: 75px;
  padding-right: 15px; }

.vela-qty {
  position: relative;
  width: 120px;
  display: flex;
  padding: 0 5px;
  background-color: #fff;
  border: 1px solid var(--border-color);
  border-radius: 3px; }

.vela-qty__number {
  font-size: calc(var(--font-size-base) + 4px);
  font-family: var(--font-heading-family);
  text-align: center;
  background-color: transparent;
  border: 0;
  height: 46px;
  width: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none; }

.vela-qty__adjust {
  width: 30px;
  flex-shrink: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e6e6e6; }
  .vela-qty__adjust:hover {
    color: var(--primary); }
  .vela-qty__adjust svg {
    width: 12px;
    pointer-events: none; }

.product-quantity__select {
  min-height: 56px;
  min-width: 70px;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  font-family: var(--font-heading-family); }

.ajaxcart__remove {
  position: absolute;
  top: -2px;
  right: -5px;
  color: var(--body-color-light);
  font-size: calc(var(--font-size-base) - 3px);
  text-decoration: underline;
  transition: color .3s ease; }
  .ajaxcart__remove svg {
    display: block;
    width: 25px;
    height: 25px; }
  .ajaxcart__remove:hover, .ajaxcart__remove:focus {
    color: #e2401c; }

.cart-empty-message {
  margin: 0;
  padding: 0 5px;
  text-align: center; }

.drawer {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1070;
  display: block;
  width: 400px;
  padding: 0;
  max-width: 90%;
  background-color: #fff;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translate(100%, 0);
  transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1); }

.drawer--right {
  right: 0; }

.drawer__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1069;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1); }

.drawer--open {
  overflow-y: hidden;
  height: 100%; }
  .drawer--open .drawer {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0); }
  .drawer--open .drawer__overlay {
    opacity: 1;
    visibility: visible; }

.drawer__title {
  padding: 15px 20px;
  margin: 0;
  color: var(--heading-color);
  font-family: var(--font-heading-family);
  font-size: 1.7em;
  font-weight: var(--font-heading-weight);
  line-height: 30px; }

.drawer__close-button {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  padding: 0;
  border: none;
  background-color: transparent; }
  .drawer__close-button svg {
    display: block;
    width: 30px;
    height: 30px; }

.drawer__inner {
  top: 80px;
  left: 0;
  bottom: 0; }
  .drawer__inner .ajaxcart__footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    background-color: #fff; }
  .drawer__inner .cart-empty-message {
    margin: 30px 0 0;
    padding: 15px 0;
    font-size: calc(var(--font-size-base) + 10px); }
  .drawer__inner .ajaxcart__inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 20px;
    max-height: none; }

.drawer__quantity {
  margin: 8px 0 0; }
  .drawer__quantity .vela-qty {
    border-width: 1px;
    padding: 0 5px;
    width: 90px; }
  .drawer__quantity .vela-qty__adjust {
    width: 20px; }
    .drawer__quantity .vela-qty__adjust svg {
      width: 10px; }
  .drawer__quantity .vela-qty__number {
    font-size: var(--font-size-base);
    height: 30px; }

.cart__unit-price {
  display: block; }

.ajaxcart-toast {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 99;
  color: #fff;
  background-color: red;
  border: none;
  border-radius: 0; }
  .ajaxcart-toast .toast-body {
    padding: 15px 30px;
    padding-right: 50px; }

.ajaxcart-toast__close {
  width: 20px;
  height: 20px;
  color: #fff;
  line-height: 14px;
  text-align: center;
  background: transparent;
  transition: all .3s ease;
  opacity: 0.8; }
  .ajaxcart-toast__close:hover, .ajaxcart-toast__close:focus {
    color: #fff;
    outline: 0;
    opacity: 1; }

.mini-cart-total {
  margin-top: 20px;
  padding: 15px 0px 0px;
  border-top: 1px solid #e9e9e9;
  text-align: left;
  color: #000;
  font-size: 16px;
  font-weight: 600; }

.mini-cart-total .js-cart-total {
  float: right; }

.ajaxcart__shipping {
  position: relative;
  height: 30px;
  margin: 0 0 15px;
  background: #343a40;
  border-radius: 0;
  font-size: val(--font-size-base); }

#jsCrosssell .ajaxcart__shipping {
  margin-bottom: 0; }

#jsCrosssell .ajaxcart__shipping .progress-bar {
  -webkit-animation: none;
  animation: none; }

.mini-cart-content .ajaxcart__shipping .progress-bar {
  -webkit-animation: none;
  animation: none; }

.mini-cart-content .ajaxcart__shipping-text {
  font-size: calc(val(--font-size-base) - 2px); }

.mini-cart-content .ajaxcart__shipping {
  margin-top: 15px; }

.free-shipping-content {
  position: absolute;
  width: 100%;
  text-align: center;
  line-height: 30px;
  color: white;
  font-weight: bold;
  left: 0; }

.free-shipping-content .svg, .free-shipping-content [class^=svg-] {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  font-size: 16px;
  fill: currentColor;
  margin: -2px 10px 0 0; }

.spr-starratings,
.spr-starrating {
  font-size: 100%; }
  .spr-starratings .spr-icon,
  .spr-starrating .spr-icon {
    margin: 0 1px;
    color: #ff9300; }
  .spr-starratings .spr-icon-star-empty,
  .spr-starrating .spr-icon-star-empty {
    color: #ff9300; }

.spr-icon.spr-icon-star-empty {
  opacity: 1 !important; }

.spr-badge {
  font-size: 16px; }
  .spr-badge .spr-badge-caption {
    margin-left: 10px;
    padding-left: 10px;
    position: relative; }
    .spr-badge .spr-badge-caption:before {
      content: "|";
      position: absolute;
      top: 0;
      left: -4px;
      color: var(--body-color-light); }
  .spr-badge .spr-starratings,
  .spr-badge .spr-starrating {
    display: inline;
    font-size: 100%; }

.product-review [class*="spr-icon-"]::before, .product-review [class^="spr-icon-"]::before {
  font-size: 100%; }

.product-price {
  font-size: calc( var(--font-size-base) + 2px);
  font-weight: 500;
  color: var(--heading-color);
  font-family: var(--font-special-family); }
  .product-price.product-price--regular {
    position: relative;
    color: #a4a4a4;
    padding: 0 3px;
    font-weight: 400; }
    .product-price.product-price--regular:before {
      content: "";
      display: block;
      top: 46%;
      width: 100%;
      height: 1px;
      background-color: #a4a4a4;
      position: absolute;
      left: 0; }

.product-card {
  position: relative; }
  .product-card .img-primary {
    visibility: visible;
    opacity: 1;
    transition: all 100ms ease-in-out; }
  .product-card .img-secondary {
    visibility: hidden;
    opacity: 0;
    top: 0;
    width: 100%;
    left: 0;
    transition: all 100ms ease-in-out; }
    
  .product-card.product-grid .product-card__image-link .img-primary .card_wrap{padding:0em;}
  @media (min-width: 576px) {
    .product-card:hover .img-primary {
      visibility: hidden;
      opacity: 0; }
    .product-card:hover .img-secondary {
      visibility: visible;
      opacity: 1; } }

.product-card__image-wrapper {
  position: relative;
  overflow: visible; }

.product-card__image-link {
  display: block;
  overflow: hidden;
  position: relative; }

.product-card__image {
  position: relative;
  padding-top: 100%;
  overflow: hidden; }

.product-card__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain; }

.product-card__tags a {
  color: var(--body-color-light); }
  .product-card__tags a:hover {
    color: var(--heading-color); }

.product-card__vendor {
  color: var(--body-color-light);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }
  .product-card__vendor label {
    margin-right: 4px; }

.product-card__name {
  position: relative;
  display: block;
  font-size: var(--font-size-base);
  font-weight: 400;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }
  .product-card__name a {
    transition: color .3s ease;
    color: var(--product-name-color); }
    .product-card__name a span {
      position: relative; }
    .product-card__name a:hover {
      color: var(--product-name-hover-color); }

.product-card__label {
  top: 0px;
  left: 0px;
  z-index: 10;
  font-size: calc(var(--font-size-base) - 0px);
  display: block; align-content: center;transition: all .3s ease;}
  .product-card__label > span {
    display: block;
    padding: 2px 10px 0px 10px;
    text-align: center;
    border-radius: 20px;
    z-index: 2; }
.product-card__label > span:first-child {margin-bottom: 2px;}
  /*.product-card .product-card__image-wrapper:after{
    content:"";
    background-image:url("/cdn/shop/files/test-tag-1.png");
    background-size:cover;background-position:center center;background-repeat:no-repeat;display:inline-block;
    width:52px;height:52px;position:absolute;bottom: 0px;left: -4px;z-index:5;}
    
  .product-card:after{
    content:"";
    background-image:url("/cdn/shop/files/product-badge.png");
    background-size:80px;background-position:center center;background-repeat:no-repeat;display:inline-block;
    width:80px;height:40px;position:absolute;top: -4px;left: -4px;z-index:5;}*/
.label-on-sale {
  background: var(--product-name-color);
  color: #fff; }

.label-new {
  background: #368820;
  color: #fff; }
span.label-new{display:none;}
.label-sold-out {
  background: #A49F9C; }
.product-card__buttons .sp-compare-main,.product-card__content .sp-compare-main{display:none !important;}
.product-grid .sp-compare-checkbox
{display: inline-block;position: absolute;top: -40px;right: 4px;transition: all .3s ease;z-index:4}
.product-grid .sp-compare-main .sp-compare-wrap label{background:var(--body-color-light);position: relative;padding:20px 8px 10px 8px;border-radius:0px 0px 20px 20px;border:0;}
.product-grid:hover .sp-compare-checkbox{top:10px;}
.product-grid:hover .sp-compare-main .sp-compare-wrap label{background:var(--bs-gray-200);border-radius:0px 0px 0px 0px;}
.product-grid .sp-compare-main .sp-compare-wrap label svg{max-width:18px;}
.product-grid .sp-compare-main .sp-compare-wrap:hover label {background-color: var(--primary);}
.product-grid .sp-compare-main .sp-compare-wrap:hover label svg path {fill: #ffffff; }
.product-grid .btn--quickview {
  background:var(--body-color-light);
  background:var(--bs-gray-200);
  top: -15px !important;
  right:-15px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  padding: 10px 12px;
  border-radius:0px 26px 0px 12px;
  border:0;
  transition: all .6s ease; }
/*.product-grid .btn--quickview:hover{background-color: var(--primary);color: #ffffff; }
.product-grid:hover .btn--quickview{background:var(--bs-gray-200);}*/
.product-grid .btn--quickview svg{width:18px;height:18px;}
.product-grid .product-card__buttons {
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease;
  margin-bottom: -50px; }
  .product-grid .product-card__buttons .btn--add-to-cart {
    background-color: var(--primary);
    color: #fff;
    display: block;
    padding: 8px 10px; border-radius: 0 0 1em 1em;
    overflow: hidden; }
    .product-grid .product-card__buttons .btn--add-to-cart > span {
      position: relative; }
    .product-grid .product-card__buttons .btn--add-to-cart.is-adding svg {
      display: none; }
    .product-grid .product-card__buttons .btn--add-to-cart:hover, .product-grid .product-card__buttons .btn--add-to-cart:focus {
      outline: 0;
      box-shadow: none; }

/*@media (min-width: 576px) {
  .product-grid:hover .btn--quickview {
    top: 20px !important;
    border-radius:0px 0px 20px 20px;
    visibility: visible; }
  .product-grid:hover .product-card__buttons {
    visibility: visible;
    opacity: 1;
    margin-bottom: 0; }
  .product-grid:hover .product-card__label {
    top:44px; } }*/

.product-grid .spr-badge .spr-badge-caption {
  display: none; }

.product-card__swatch li {
  margin: 1px 4px;
  background: #fff; }

.product-card__swatch label {
  width: 11px;
  height: 11px;
  background-size: cover; }

/*product-list-style*/
.product-list-style .product-card__name {
  line-height: 1.3;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.product-list-style .spr-badge .spr-badge-caption {
  display: none; }

.vela-section--product-deals .product-deal-list .product-card__image-link {
  border: 0; }
.xo-gallery-block{
  padding: 0 2em;
    max-width: 1430px;
    margin: 0 auto;}
.article__meta {
  color: var(--body-color-light); }
  .article__meta a {
    color: var(--heading-color); }
    .article__meta a:hover {
      color: var(--primary); }
  .article__meta > div {
    position: relative; }
    .article__meta > div:not(:last-child) {
      padding-right: 20px; }
      .article__meta > div:not(:last-child)::before {
        content: "/";
        position: absolute;
        right: 8px; }
  .article__meta .article__meta-date span,
  .article__meta .article__meta-author span {
    color: var(--heading-color); }
  .article__meta .comment-icon,
  .article__meta .date-icon {
    position: relative;
    top: -2px;
    margin-right: 5px; }

.article__tags .tags__item {
  color: var(--heading-color); }
  .article__tags .tags__item:hover {
    color: var(--primary); }

.blog_social_sharing .list-social__link {
  color: #999; }
  .blog_social_sharing .list-social__link:hover {
    color: var(--primary); }

.blog__grid-style1 {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); }

.article__btn {
  border-bottom: 1px solid var(--border-color);
  color: var(--heading-color); }
  .article__btn:hover {
    color: var(--primary);
    border-bottom-color: var(--primary); }

/*blog simple*/
.blog-simple .article__image {
  z-index: 1;
  opacity: 0;
  transition: all .2s ease; }
  .blog-simple .article__image:before {
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8); }

.blog-simple .article__content {
  z-index: 2; }

.blog-simple:hover .article__image {
  opacity: 1; }

.blog-simple:hover .article__content {
  z-index: 2;
  color: #fff; }

.blog-simple:hover .article__meta-author span,
.blog-simple:hover .article__meta-date span,
.blog-simple:hover .article__title a,
.blog-simple:hover .blog-tags a {
  color: #fff !important; }

/*slick*/
.slick-carousel {
  display: none;
  margin-top: 0; }
  .slick-carousel.slick-initialized {
    display: block; }
  .slick-carousel .slick-carousel__item {
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5); }
    @media (max-width: 575.98px) {
      .slick-carousel .slick-carousel__item {
        padding-left: 8px;
        padding-right: 8px; } }
  .slick-carousel.gx-0 {
    margin-left: 0;
    margin-right: 0; }
    .slick-carousel.gx-0 .slick-carousel__item {
      padding-left: 0;
      padding-right: 0; }
  .slick-carousel.gx-1 {
    margin-left: -5px;
    margin-right: -5px; }
    .slick-carousel.gx-1 .slick-carousel__item {
      padding-left: 5px;
      padding-right: 5px; }
  .slick-carousel.gx-3 {
    margin-left: -10px;
    margin-right: -10px; }
    .slick-carousel.gx-3 .slick-carousel__item {
      padding-left: 10px;
      padding-right: 10px; }

.slick-slider {
  position: relative;
  display: block;
  user-select: none;
  touch-action: pan-y; }
  .slick-slider .slick-track,
  .slick-slider .slick-list {
    transform: translate3d(0, 0, 0); }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: '';
    display: table; }
  .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; }
  .slick-slide:focus {
    outline: 0; }

.slick-dots {
  margin-bottom: 50px; }

.slick-arrow {
  position: absolute;
  z-index: 2;
  display: block;
  width: 30px;
  height: 70px;
  margin-top: -35px;
  top: 50%;
  padding: 0;
  color: #222;
  border: 0;
  background-color: #ebebeb;
  font-size: 0;
  opacity: 1;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  transition: all .3s ease; }
  .slick-arrow:before {
    content: "";
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    display: block;
    width: 8px;
    height: 16px;
    background-color: #222; }
  .slick-arrow svg {
    width: 10px;
    height: 16px; }
  .slick-arrow:focus, .slick-arrow:hover {
    outline: 0;
    box-shadow: none;
    color: #fff;
    background-color: var(--primary);
    opacity: 1; }
    .slick-arrow:focus::before, .slick-arrow:hover::before {
      background-color: #fff; }
  .slick-arrow.slick-hidden {
    display: none; }
  .slick-arrow.slick-disabled {
    opacity: .5;
    cursor: not-allowed; }

.slick-prev {
  left: -15px; }
  @media (max-width: 767.98px) {
    .slick-prev {
      left: -5px; } }
  .slick-prev:before {
    -webkit-mask-image: url("data:image/svg+xml,<svg width='12' height='24' viewBox='0 0 12 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M11.1785 22.2877L11.51 21.9563C11.7297 21.7367 11.7297 21.3805 11.51 21.1608L2.34626 11.997L11.51 2.83326C11.7297 2.6136 11.7297 2.25745 11.51 2.03774L11.1785 1.70634C10.9589 1.48668 10.6027 1.48668 10.3831 1.70634L0.49006 11.5993C0.270403 11.819 0.270403 12.1751 0.49006 12.3948L10.3831 22.2878C10.6027 22.5074 10.9589 22.5074 11.1785 22.2877Z' fill='currentColor'/></svg>\a");
    mask-image: url("data:image/svg+xml,<svg width='12' height='24' viewBox='0 0 12 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M11.1785 22.2877L11.51 21.9563C11.7297 21.7367 11.7297 21.3805 11.51 21.1608L2.34626 11.997L11.51 2.83326C11.7297 2.6136 11.7297 2.25745 11.51 2.03774L11.1785 1.70634C10.9589 1.48668 10.6027 1.48668 10.3831 1.70634L0.49006 11.5993C0.270403 11.819 0.270403 12.1751 0.49006 12.3948L10.3831 22.2878C10.6027 22.5074 10.9589 22.5074 11.1785 22.2877Z' fill='currentColor'/></svg>\a"); }

.slick-next {
  right: -15px; }
  @media (max-width: 767.98px) {
    .slick-next {
      right: -5px; } }
  .slick-next:before {
    -webkit-mask-image: url("data:image/svg+xml,<svg width='12' height='24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' aria-hidden='true' role='img' preserveAspectRatio='xMidYMid meet' viewBox='0 0 576 1024'><path d='M48 1023q-14 0-24.5-10T13 989t10-24l457-457L30 59q-6-7-8.5-16t0-17.5T30 10Q40 0 54.5 0T79 10l473 474q5 5 7.5 11.5t2.5 13t-2.5 12.5t-7.5 11L72 1013q-5 5-11.5 7.5T48 1023z' fill='currentColor'></path></svg>\a");
    mask-image: url("data:image/svg+xml,<svg width='12' height='24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' aria-hidden='true' role='img' preserveAspectRatio='xMidYMid meet' viewBox='0 0 576 1024'><path d='M48 1023q-14 0-24.5-10T13 989t10-24l457-457L30 59q-6-7-8.5-16t0-17.5T30 10Q40 0 54.5 0T79 10l473 474q5 5 7.5 11.5t2.5 13t-2.5 12.5t-7.5 11L72 1013q-5 5-11.5 7.5T48 1023z' fill='currentColor'></path></svg>\a"); }

.slick-dots {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -30px;
  display: flex;
  flex-wrap: row wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none; }
  .slick-dots li {
    padding: 0;
    border: 0;
    border-radius: 50%;
    margin: 2px 6px; }
    .slick-dots li.slick-active button {
      background-color: var(--primary);
      width: 28px; }
  .slick-dots button {
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 5px;
    background-color: #e1e1e1;
    font-size: 0;
    transition: width .2s ease; }
    .slick-dots button:hover, .slick-dots button:focus {
      outline: 0;
      box-shadow: none; }

.js-carousel .slick-dots {
  position: static;
  margin-top: 30px; }

@media (min-width: 768px) {
  .js-carousel .slick-dots {
    margin-top: 50px; }
  .js-carousel .slick-arrow {
    visibility: hidden;
    opacity: 0; }
  .js-carousel:hover .slick-arrow {
    visibility: visible;
    opacity: 1; }
    .js-carousel:hover .slick-arrow.slick-disabled {
      opacity: .4; }
  .js-carousel:hover .slick-prev {
    left: 15px; }
  .js-carousel:hover .slick-next {
    right: 15px; } }

.box-content-style .js-carousel .slick-prev {
  left: -10px; }

.box-content-style .js-carousel .slick-next {
  right: -10px; }

@media (min-width: 768px) {
  .box-content-style .js-carousel:hover .slick-prev {
    left: -16px; }
  .box-content-style .js-carousel:hover .slick-next {
    right: -16px; } }

@media (max-width: 767.98px) {
  .box-content-style .js-carousel .slick-arrow {
    width: 20px;
    height: 60px;
    margin-top: -30px; } }

/* endslick */
/* __ velaSlideshow ___ */
@media (min-width: 768px) {
  .vela-slideshow .slick-arrow {
    visibility: hidden;
    opacity: 0; } }

.vela-slideshow:hover .slick-arrow {
  opacity: 1;
  visibility: visible; }

.vela-slideshow .slick-prev {
  left: 0; }

.vela-slideshow .slick-next {
  right: 0; }

.vela-slideshow .slick-dotted {
  margin-bottom: 0; }

.vela-slideshow .slick-dots {
  bottom: 30px; }
  @media (max-width: 767.98px) {
    .vela-slideshow .slick-dots {
      bottom: 10px; } }

.vela-section--slideshow .container .slick-dots {
  bottom: 30px; }
  @media (max-width: 1229.98px) {
    .vela-section--slideshow .container .slick-dots {
      bottom: 20px; } }
  @media (max-width: 767.98px) {
    .vela-section--slideshow .container .slick-dots {
      bottom: 15px; } }
  .vela-section--slideshow .container .slick-dots li {
    padding: 0 5px; }

.slideshow-caption {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .slideshow-caption {
      transition: none; } }
  @media (min-width: 768px) {
    .slideshow-caption > .container-fluid {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (min-width: 1230px) {
    .slideshow-caption > .container-fluid {
      padding-left: 100px;
      padding-right: 100px; } }
  @media (min-width: 1630px) {
    .slideshow-caption > .container-fluid {
      padding-left: 150px;
      padding-right: 150px; } }
  .slick-active .slideshow-caption {
    opacity: 1; }
  @media (min-width: 768px) {
    .slideshow-caption {
      background-color: transparent !important; } }
  @media (max-width: 767.98px) {
    .slideshow-caption.captionPosition {
      position: static; }
      .slideshow-caption.captionPosition .velassCaptionContent {
        padding: 20px 0 50px; } }
  .slideshow-caption.noCaption {
    display: none; }
  .slideshow-caption .captionWrap {
    position: relative;
    display: table;
    width: 100%;
    height: 100%; }
  .slideshow-caption__inner {
    display: table-cell;
    padding: 50px 0;
    position: relative; }
    @media (max-width: 767.98px) {
      .slideshow-caption__inner {
        padding: 20px 0; } }
  .slideshow-caption__content {
    display: inline-block; }
  .slideshow-caption__subheading {
    line-height: 1;
    color: var(--st-cl);
    font-size: var(--st-fs);
    margin: var(--st-m, 0); }
    @media (max-width: 991.98px) {
      .slideshow-caption__subheading {
        font-size: var(--st-fs-l); } }
    @media (max-width: 575.98px) {
      .slideshow-caption__subheading {
        font-size: var(--st-fs-m);
        margin: var(--st-m-m, 0); } }
    @media (min-width: 576px) {
      .slideshow-caption__subheading span {
        position: relative;
        display: inline-block;
        padding-left: 60px; }
        .slideshow-caption__subheading span:before {
          content: "";
          position: absolute;
          top: 50%;
          margin-top: -1px;
          left: 0;
          display: inline-block;
          height: 1px;
          background-color: var(--st-cl);
          width: 30px;
          overflow: hidden; } }
  .slideshow-caption__heading {
    line-height: 1;
    margin: 0;
    padding: 0;
    color: var(--h-cl);
    font-size: var(--h-fs);
    margin: var(--h-m, 0); }
    @media (max-width: 991.98px) {
      .slideshow-caption__heading {
        font-size: var(--h-fs-l); } }
    @media (max-width: 575.98px) {
      .slideshow-caption__heading {
        font-size: var(--h-fs-m);
        margin: var(--h-m-m, 0); } }
  .slideshow-caption__heading--small {
    line-height: 1;
    margin: 0;
    padding: 0;
    color: var(--hsm-cl);
    font-size: var(--hsm-fs);
    margin: var(--hsm-m, 0); }
    @media (max-width: 991.98px) {
      .slideshow-caption__heading--small {
        font-size: var(--hsm-fs-l); } }
    @media (max-width: 575.98px) {
      .slideshow-caption__heading--small {
        font-size: var(--hsm-fs-m);
        margin: var(--hsm-m-m, 0); } }
  .slideshow-caption__desc {
    padding: 0;
    max-width: 530px;
    width: 100%;
    display: inline-block;
    color: var(--desc-cl);
    font-size: var(--desc-fs);
    margin: var(--desc-m, 0); }
    @media (max-width: 991.98px) {
      .slideshow-caption__desc {
        font-size: var(--desc-fs-l);
        max-width: 370px; } }
    @media (max-width: 575.98px) {
      .slideshow-caption__desc {
        font-size: var(--desc-fs-m);
        max-width: 270px;
        margin: var(--desc-m-m, 0); } }
  .slideshow-caption__btn {
    display: inline-block;
    background-color: transparent;
    color: var(--b-cl);
    font-size: var(--b-fs);
    border-color: var(--b-bd-cl);
    background-color: var(--b-bg-cl);
    padding: var(--b-pd, 8px 25px);
    position: relative;
    transition: all 0.2s ease; }
    @media (prefers-reduced-motion: reduce) {
      .slideshow-caption__btn {
        transition: none; } }
    @media (max-width: 575.98px) {
      .slideshow-caption__btn {
        padding: var(--b-h-pd, 6px 20px);
        font-size: var(--b-fs-m); } }
    .slideshow-caption__btn:hover {
      color: var(--b-h-cl);
      border-color: var(--b-bd-h-cl);
      background-color: var(--b-bg-h-cl); }
      .slideshow-caption__btn:hover span {
        padding-left: 0; }
        .slideshow-caption__btn:hover span::before {
          background-color: var(--b-h-cl);
          width: 0; }
    @media (min-width: 576px) {
      .slideshow-caption__btn span {
        position: relative;
        display: inline-block;
        padding-left: 40px;
        transition: 0.3s padding-left ease; }
        .slideshow-caption__btn span:before {
          content: "";
          position: absolute;
          top: 50%;
          margin-top: -1px;
          left: 0;
          display: inline-block;
          height: 1px;
          background-color: var(--b-cl);
          width: 30px;
          overflow: hidden;
          transition: 0.3s width ease; } }

.slick-active .leftright-1 {
  animation-name: bounceInLeft;
  animation-duration: 1s;
  animation-timing-function: ease-in;
  animation-fill-mode: backwards;
  animation-iteration-count: none; }

.slick-active .leftright-2 {
  animation-name: bounceInLeft;
  animation-duration: 1.6s;
  animation-timing-function: ease-in;
  animation-fill-mode: backwards;
  animation-iteration-count: none; }

.slick-active .leftright-3 {
  animation-name: bounceInLeft;
  animation-duration: 2.2s;
  animation-timing-function: ease-in;
  animation-fill-mode: backwards;
  animation-iteration-count: none; }

.slick-active .leftright-4 {
  animation-name: bounceInLeft;
  animation-duration: 2.8s;
  animation-timing-function: ease-in;
  animation-fill-mode: backwards;
  animation-iteration-count: none; }

.slick-active .leftright-5 {
  animation-name: bounceInLeft;
  animation-duration: 3.4s;
  animation-timing-function: ease-in;
  animation-fill-mode: backwards;
  animation-iteration-count: none; }

.slick-active .rightleft-1 {
  animation-name: bounceInRight;
  animation-duration: 1s;
  animation-timing-function: ease-in;
  animation-fill-mode: backwards;
  animation-iteration-count: none; }

.slick-active .rightleft-2 {
  animation-name: bounceInRight;
  animation-duration: 1.6s;
  animation-timing-function: ease-in;
  animation-fill-mode: backwards;
  animation-iteration-count: none; }

.slick-active .rightleft-3 {
  animation-name: bounceInRight;
  animation-duration: 2.2s;
  animation-timing-function: ease-in;
  animation-fill-mode: backwards;
  animation-iteration-count: none; }

.slick-active .rightleft-4 {
  animation-name: bounceInRight;
  animation-duration: 2.8s;
  animation-timing-function: ease-in;
  animation-fill-mode: backwards;
  animation-iteration-count: none; }

.slick-active .rightleft-5 {
  animation-name: bounceInRight;
  animation-duration: 3.4s;
  animation-timing-function: ease-in;
  animation-fill-mode: backwards;
  animation-iteration-count: none; }

.slick-active .topbottom-1 {
  animation-name: bounceInDown;
  animation-duration: 1s;
  animation-timing-function: ease-in;
  animation-fill-mode: backwards;
  animation-iteration-count: none; }

.slick-active .topbottom-2 {
  animation-name: bounceInDown;
  animation-duration: 1.6s;
  animation-timing-function: ease-in;
  animation-fill-mode: backwards;
  animation-iteration-count: none; }

.slick-active .topbottom-3 {
  animation-name: bounceInDown;
  animation-duration: 2.2s;
  animation-timing-function: ease-in;
  animation-fill-mode: backwards;
  animation-iteration-count: none; }

.slick-active .topbottom-4 {
  animation-name: bounceInDown;
  animation-duration: 2.8s;
  animation-timing-function: ease-in;
  animation-fill-mode: backwards;
  animation-iteration-count: none; }

.slick-active .topbottom-5 {
  animation-name: bounceInDown;
  animation-duration: 3.4s;
  animation-timing-function: ease-in;
  animation-fill-mode: backwards;
  animation-iteration-count: none; }

.slick-active .bottomtop-1 {
  animation-name: bounceInUp;
  animation-duration: 1s;
  animation-timing-function: ease-in;
  animation-fill-mode: backwards;
  animation-iteration-count: none; }

.slick-active .bottomtop-2 {
  animation-name: bounceInUp;
  animation-duration: 1.6s;
  animation-timing-function: ease-in;
  animation-fill-mode: backwards;
  animation-iteration-count: none; }

.slick-active .bottomtop-3 {
  animation-name: bounceInUp;
  animation-duration: 2.2s;
  animation-timing-function: ease-in;
  animation-fill-mode: backwards;
  animation-iteration-count: none; }

.slick-active .bottomtop-4 {
  animation-name: bounceInUp;
  animation-duration: 2.8s;
  animation-timing-function: ease-in;
  animation-fill-mode: backwards;
  animation-iteration-count: none; }

.slick-active .bottomtop-5 {
  animation-name: bounceInUp;
  animation-duration: 3.4s;
  animation-timing-function: ease-in;
  animation-fill-mode: backwards;
  animation-iteration-count: none; }

@media (min-width: 992px) {
  .slideshow-banner .col-lg-8 {
    width: 73.55%; }
  .slideshow-banner .col-lg-4 {
    width: 26.45%; } }

.vela-breadcrumbs {
  position: relative;
  overflow: hidden;
  background-color: var(--breadcrumb-bg);z-index:1; }
  @media screen and (max-width: 991px) {
    .vela-breadcrumbs {
      margin: 0 auto 30px; } }
  .vela-breadcrumbs .container {
    z-index: 1; }

@media (min-width: 1230px) {
  .vela-breadcrumbs > .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
    z-index: 1; } }

.vela-breadcrumbs__inner {
  display: flex;
  padding: 10px 0; }

.vela-breadcrumbs__image {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.breadcrumb__link {
  color: var(--breadcrumb-color-link); }
  .breadcrumb__link:hover {
    color: var(--breadcrumb-color); }

.breadcrumb-item + .breadcrumb-item::before {
  padding: 0 0.625rem;
  color: var(--breadcrumb-color-link); }

.vela-breadcrumbs__title {
  font-size: calc(1.4375rem + 2.25vw);
  line-height: calc(1.475rem + 2.7vw);
  font-weight: 400;
  font-family: var(--font-body-family); }
  @media (min-width: 1200px) {
    .vela-breadcrumbs__title {
      font-size: 3.125rem; } }
  @media (min-width: 1200px) {
    .vela-breadcrumbs__title {
      line-height: 3.5rem; } }

.newsletter-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 94;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1); }

.newsletter-popup--active {
  opacity: 1;
  visibility: visible; }

.newsletter-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5); }

.newsletter-popup__inner {
  position: relative;
  z-index: 2;
  padding: 0;
  width: 570px;
  height: 570px;
  max-height: 98vh;
  max-width: 98vw; }

.newsletter-popup__content {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--nlt-popup-bg-cl, #00352f); }

.newsletter-popup__content-inner {
  overflow-y: auto;
  max-width: 440px;
  margin: 0 auto; }
  .newsletter-popup__content-inner .newsletter-popup__caption {
    color: var(--nlt-popup-c-cl, #fff); }
  .newsletter-popup__content-inner .newsletter-popup__title {
    color: var(--nlt-popup-h-cl, #ff9300);
    font-size: 72px;
    line-height: 70px;
    letter-spacing: -7px; }
  .newsletter-popup__content-inner .newsletter-popup__subtitle {
    color: var(--nlt-popup-sh-cl, #fff); }
  .newsletter-popup__content-inner .newsletter-popup__desc {
    color: var(--nlt-popup-desc-cl, #fff);
    position: static;
    border: 0;
    border-bottom: 1px solid var(--nlt-popup-desc-cl, #fff);
    font-style: italic;
    display: inline-block;
    margin-top: 25px;
    border-radius: 0; }
  .newsletter-popup__content-inner .newsletter-form__input {
    padding: 13px 20px;
    box-shadow: none;
    height: 44px;
    border-radius: 30px;
    background-color: #013e37;
    text-align: center;
    border-color: #00352f; }
  .newsletter-popup__content-inner .newsletter-form__submit {
    color: #fff;
    height: 44px;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 500;
    background-color: var(--primary);
    position: relative;
    transition: all 0.2s ease; }
    .newsletter-popup__content-inner .newsletter-form__submit span {
      position: relative; }
    .newsletter-popup__content-inner .newsletter-form__submit:hover {
      background-color: var(--heading-color); }

.newsletter-popup__close {
  position: absolute;
  top: 2px;
  right: 2px;
  display: block;
  padding: 0;
  color: #fff;
  border: 2px solid #fff;
  background-color: transparent;
  border-radius: 50%; }
  .newsletter-popup__close svg {
    display: block;
    width: 30px;
    height: 30px; }
  .newsletter-popup__close:hover, .newsletter-popup__close:focus {
    border-color: var(--primary);
    outline: 0;
    color: var(--primary); }

.quickview {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease; }
  .quickview.show {
    opacity: 1;
    visibility: visible; }
    .quickview.show .quickview__content {
      transform: scale(1); }
  .quickview .slick-prev {
    left: 0; }
  .quickview .slick-next {
    right: 0; }

.quickview__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); }

.quickview__content {
  position: relative;
  z-index: 1;
  margin: 30px;
  padding: 0;
  width: 950px;
  max-width: 95vw;
  max-height: 95%;
  overflow-x: hidden;
  overflow-y: auto;
  transform: scale(0);
  transition: transform .4s ease; border-radius:2em;}
  .quickview__content .quickview__content__inner {
    background: #fff;
    padding: 30px; }

.quickview__btn-close {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  display: block;
  text-align: center;
  padding:8px 12px;
  color: var(--bs-orange);
  background-color: transparent;
  transition: opacity .3s ease;z-index:999; }
  .quickview__btn-close svg {
    display: inline-block; }
  .quickview__btn-close:hover {
    color: var(--primary); }

.quickview-images {
  display: block;
  overflow: hidden; }

.product-quickview__title {
  font-size: 22px;
  letter-spacing: -.5px; }
.quickview__content .quickview__content__inner .col-12.col-lg-6:nth-child(2){margin:1.5rem 0 !important;}
.quickview__content .quickview__content__inner .col-12.col-lg-6:nth-child(2) .product-quickview__title.mb-2{margin-bottom:1rem !important;}
.product-quickview__avaiable .product-avaiable {
  display: none; }
  .product-quickview__avaiable .product-avaiable.product-avaiable--active {
    display: flex; }

.product-single__price,
.product-single__price--compare-at {
  color: var(--primary);
  font-weight: 500;
  margin: 0;
  font-size: calc(var(--font-size-base) + 9px);
  line-height: calc(var(--font-size-base) + 16px); }

.product-single__price--compare-at {
  display: inline-block;
  position: relative;
  color: #999;
  padding: 0 5px;
  font-weight: 400; }
  .product-single__price--compare-at:before {
    content: "";
    display: block;
    top: 49%;
    width: 100%;
    height: 1px;
    background-color: #7a7a7a;
    position: absolute;
    left: 0; }

.product-single__unit {
  display: none; }
  .price-container--unit-available .product-single__unit {
    display: block; }

.product-single__policies {
  margin: 15px 0 25px 0; }

.variants-box__dropdown {
  margin: 0 -.5rem;
  display: flex;
  flex-wrap: wrap; }
  .variants-box__dropdown .product-form__item {
    margin: 0 .5rem 20px;
    width: calc(50% - 1rem);
    display: inline-block; }

.product-form__item {
  margin: 0 0 15px; }

.product-form__input {
  cursor: pointer;
  display: block;
  color: var(--heading-color);
  border-radius: 0;
  padding: 6px 12px;
  font-size: var(--font-size-base);
  text-rendering: optimizeLegibility;
  transition: all .3s ease;
  background-color: #f5f5f5;
  border-color: #f5f5f5; }
  .product-form__input:focus {
    outline: 0; }

.product-avaiable .product-avaiable__text {
  display: block;
  color: #0066c0; }

.product-avaiable .product-avaiable__text--outstock {
  color: var(--primary); }

.variants__label {
  display: block;
  margin: 0 0 5px;
  font-family: var(--font-heading-family);
  font-weight: var(--font-heading-weight);
  color: var(--heading-color);
  font-size: 14px; }
  .variants__label > span {
    color: var(--body-color);
    font-family: var(--font-body-family);
    font-size: calc(var(--font-size-base) + 2px);
    font-weight: 400; }

.variants__options {
  display: flex;
  flex-flow: row wrap; }

.single-option-selector {
  position: relative;
  margin: 0 10px 10px 0; }
  .single-option-selector input {
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px; }
  .single-option-selector label {
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 2px 8px;
    min-width: 35px;
    min-height: 35px;
    color: var(--body-color);
    background-color: #fff;
    border: 1px solid var(--border-color);
    font-size: var(--font-size-base);
    line-height: 16px;
    text-align: center; }
    .single-option-selector label[data-color] {
      min-width: 32px;
      min-height: 32px;
      padding: 0;
      font-size: 0;
      text-indent: -9999px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100%;
      border-radius: 100%; }
      .single-option-selector label[data-color]:after {
        content: "";
        position: absolute;
        inset: 0;
        border: 3px solid transparent;
        border-radius: 50%; }
    .single-option-selector label.disabled {
      cursor: no-drop;
      color: var(--border-color) !important;
      opacity: 0.4; }
  .single-option-selector input[type='radio']:checked + label:not(.disabled) {
    border-color: var(--primary);
    color: var(--primary); }
    .single-option-selector input[type='radio']:checked + label:not(.disabled)[data-color] {
      border-color: var(--primary); }
      .single-option-selector input[type='radio']:checked + label:not(.disabled)[data-color]:after {
        border-color: #fff; }

.product-single__buttons .btn--add-to-cart {
  padding: 0;
  height: 48px;
  font-size: var(--font-size-base);
  color: #fff;
  background: var(--primary);
  border: 0;
  min-width: 150px;
  border-radius: 3px;
  position: relative; }
  .product-single__buttons .btn--add-to-cart .btn__text {
    position: relative; }
  .product-single__buttons .btn--add-to-cart svg {
    margin-right: 3px;
    margin-top: -2px; }
  .product-single__buttons .btn--add-to-cart:hover {
    background-color: var(--heading-color); }
  .product-single__buttons .btn--add-to-cart[disabled="disabled"] {
    width: 100%;
    margin-right: 0; }

.product-single__buttons .shopify-payment-button {
  position: relative; display:inline-block;}

.product__organization {
  display: flex;
  margin-bottom: 5px;
  line-height: 20px; }

.product__organization__label {
  margin-right: 5px;
  color: var(--heading-color);
  font-family: var(--font-heading-family);
  font-size: var(--font-size-base);
  min-width: 85px; }
  .product__organization__label.product-avaiable__label, .product__organization__label.label_sku {
    min-width: auto;
    margin-right: 10px; }

.product__organization__text,
.product__organization__text a {
  color: var(--body-color); }

.product__organization__text a:hover {
  color: var(--primary); }

.product-quickview__review {
  font-size: 14px; }
  .product-quickview__review .spr-starratings .spr-icon, .product-quickview__review .spr-starrating .spr-icon {
    margin-right: 1px; }

.quick-link {
  z-index: 99;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
  .quick-link a {
    width: 40px;
    height: 40px; }
    .quick-link a:hover {
      color: #fff;
      background-color: var(--primary); }

.page-faqs__heading .icons {
  display: inline-block;
  width: 38px;
  height: 38px;
  color: var(--color-text);
  margin-bottom: 15px; }

@media (max-width: 991.98px) {
  .faqs {
    padding-top: 30px; } }

.faqs__desc p {
  margin-bottom: 20px; }

.template-search__search {
  max-width: 570px; }

.vela-sitemap__list {
  margin: 0 auto;
  max-width: 600px; }

.vela-sitemap__list a {
  display: block;
  padding: 5px 0;
  color: #000;
  font-weight: 500;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease; }
  .vela-sitemap__list a:hover, .vela-sitemap__list a:focus {
    color: var(--primary); }

.aboutMe {
  min-height: 100vh; }

.aboutMeBanner {
  height: 100vh;
  background-position: center center;
  background-size: cover;
  position: relative; }
  @media (max-width: 991.98px) {
    .aboutMeBanner:before {
      content: "";
      position: absolute;
      display: block;
      height: 100%;
      width: 100%;
      background: rgba(255, 255, 255, 0.5); } }

.aboutMeInner {
  position: absolute;
  height: 100vh;
  right: 0;
  top: 0;
  padding: 80px 0; }

.aboutMewrap {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  position: relative; }

.aboutMeContent {
  padding: 0 30px;
  position: relative;
  max-width: 650px;
  margin: 0 auto; }

.aboutMeTitle {
  font-size: 80px;
  margin-bottom: 40px;
  margin-top: 0;
  font-family: var(--font-body-family); }
  .aboutMeTitle span {
    color: var(--body-color);
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
    display: block; }

.velaAboutMeSocial {
  max-width: 500px; }
  .velaAboutMeSocial a {
    font-size: 14px;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 42px;
    color: #fff;
    text-align: center;
    margin: 2px; }
    .velaAboutMeSocial a.facebook {
      background: #3c5b9b; }
    .velaAboutMeSocial a.twitter {
      background: #40c1df; }
    .velaAboutMeSocial a.pinterest {
      background-color: #cb2027; }
    .velaAboutMeSocial a.youtube {
      background-color: #FF0000; }
    .velaAboutMeSocial a.tiktok {
      background: #EE1D52; }

.aboutCopyRight {
  position: absolute;
  bottom: 20px;
  width: 100%;
  padding: 0 40px; }
  @media (max-width: 991.98px) {
    .aboutCopyRight {
      text-align: center;
      flex-flow: column-reverse; } }
  .aboutCopyRight .text {
    color: #fff; }
  .aboutCopyRight .quickLink li:not(:last-child) {
    margin-right: 30px; }
  .aboutCopyRight .quickLink a {
    font-size: 14px; }

@media (min-width: 992px) {
  .about-heading .container {
    max-width: 900px; } }

@media (min-width: 576px) {
  .about-heading .heading-group {
    padding-left: 130px; }
  .about-heading .sub-heading {
    color: var(--body-color-light); }
    .about-heading .sub-heading:before {
      width: 110px;
      content: "";
      height: 2px;
      background-color: var(--heading-color);
      position: absolute;
      left: 0;
      top: 10px; } }

@media (min-width: 992px) {
  .about-service .container {
    max-width: 1000px; } }

@media (min-width: 768px) {
  .about-service .col-md-6 {
    border-top: 1px solid var(--border-color); }
    .about-service .col-md-6:nth-child(2), .about-service .col-md-6:nth-child(1) {
      border-top: 0; }
    .about-service .col-md-6:nth-child(2n+1) {
      border-right: 1px solid var(--border-color); } }

.about-member__social-list a {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid var(--border-color);
  margin: 5px;
  color: var(--body-color-light);
  transition: all 0.2s ease;
  text-align: center; }
  .about-member__social-list a svg {
    height: 15px;
    width: 15px; }
  .about-member__social-list a:hover {
    color: var(--primary);
    border-color: var(--primary); }

.background-parallax {
  background-image: var(--st-bg-img);
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.gallery___item {
  overflow: hidden; }
  .gallery___item a {
    display: block;
    position: relative;
    transition: opacity .3s ease;
    cursor: zoom-in; }
    .gallery___item a .icon {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      opacity: 0;
      visibility: hidden;
      color: #fff;
      z-index: 2;
      width: 25px;
      height: 25px; }
    .gallery___item a:before {
      content: "";
      position: absolute;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      top: 0;
      background-color: rgba(0, 0, 0, 0.6);
      z-index: 1;
      visibility: hidden;
      transition: opacity .3s ease-in-out; }
    .gallery___item a .card__image {
      transition: all .3s ease-in-out;
      -webkit-transform: scale(1);
      transform: scale(1); }
    .gallery___item a:hover .icon, .gallery___item a:hover:before {
      opacity: 1;
      visibility: visible; }
    .gallery___item a.img-link {
      cursor: pointer; }

.heading-group {
  position: relative; }
  .heading-group.text-start .heading:before {
    left: 0; }
  .heading-group.text-center .heading:before {
    left: 0;
    right: 0;
    margin: auto; }
  .heading-group.text-end .heading:before {
    right: 0; }
  .heading-group .caption {
    font-size: 0.875rem;
    line-height: 1rem;
    color: var(--primary);
    font-family: var(--font-heading-family);
    font-weight: var(--font-heading-weight); }
  .heading-group .heading {
    font-size: var(--font-size-heading);
    line-height: calc(var(--font-size-heading) + 4px);
    position: relative; }
.heading-group .heading .heading:before{content:"";background:var(--bs-gray-400);width:100%;height:2px;position:absolute;bottom:12px;}
.heading-group .heading .heading p{display:inline;position:relative;background:var(--body-bg);padding-right:20px;letter-spacing:-1px;}
    @media (max-width: 575.98px) {
      .heading-group .heading {
        font-size: var(--font-size-heading-mobile); } }

.header-main-menu {
  background-color: var(--menu-bg); }

.main-menu__nav-item:not(:last-child) {
  margin-right: 0.6em; }
  @media (min-width: 1230px) {
    .main-menu__nav-item:not(:last-child) {
      margin-right: 1em; } }

.main-menu__nav-item > a {
  position: relative;
  display: block;
  padding: 20px 0;
  color: var(--menu-color);
  font-family: var(--font-heading-family);
  font-size: var(--menu-font-size);
  text-transform: uppercase;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: color .35s ease; }
  .main-menu__nav-item > a > span {
    position: relative; }
  .main-menu__nav-item > a.active, .main-menu__nav-item > a:hover, .main-menu__nav-item > a:focus {
    color: var(--menu-hover-color); }

.main-menu__nav-item:focus > a, .main-menu__nav-item:hover > a, .main-menu__nav-item.active > a {
  color: var(--menu-hover-color); }

.menu-dropdown:hover > .menu-dropdown__content, .menu-dropdown:focus > .menu-dropdown__content {
  opacity: 1;
  visibility: visible;
  margin-top: -1px;
  pointer-events: auto; }

.menu-dropdown .menu-dropdown--basic {
  position: relative; }
  .menu-dropdown .menu-dropdown--basic .menu-dropdown__content {
    left: 0;
    margin-left: 100%;
    top: 0; }

.menu-dropdown--basic {
  position: relative; }

.menu-dropdown__content {
  position: absolute;
  top: auto;
  left:0;
  z-index: 90;
  font-size: var(--menu-dropdown-font-size);
  min-width: 220px;
  padding: 20px 25px;
  background-color: var(--menu-dropdown-bg);
  box-shadow: var(--shadow);
  opacity: 0;
  margin-top: 30px;
  pointer-events: none;
  visibility: hidden;
  transition: all .2s ease; }

.main-menu__link {
  display: block;
  padding: 6px 0;
  color: var(--menu-dropdown-color);
  text-decoration: none;
  transition: color .35s ease; }
  .main-menu__link span {
    position: relative; }
  .main-menu__link:hover, .main-menu__link:focus {
    color: var(--menu-dropdown-hover-color); }

.menu-dropdown__content .main-menu__link span {
  position: relative; }

.menu-dropdown__content .main-menu__link:hover, .menu-dropdown__content .main-menu__link:focus {
  color: var(--menu-dropdown-hover-color); }

.menu-dropdown__content .menu-dropdown:hover > a, .menu-dropdown__content .menu-dropdown:focus > a {
  color: var(--menu-dropdown-hover-color); }
  .menu-dropdown__content .menu-dropdown:hover > a span::before, .menu-dropdown__content .menu-dropdown:focus > a span::before {
    width: 100%; }

.menu-dropdown__content--megamenu {
  width: 100%;
  padding: 30px 30px 0;
  max-height: calc(100vh - 70px);
  overflow-y: auto; }
  .menu-dropdown__content--megamenu .menu-dropdown__content {
    top: auto;
    left: auto; }

.megamenu-heading {
  color: var(--heading-color);
  font-family: var(--font-heading-family);
  font-weight: 500;
  font-size: calc(var(--menu-dropdown-font-size) + 2px);
  margin-bottom: 10px; }
  .megamenu-heading a,
  .megamenu-heading span {
    display: block;
    color: var(--heading-color);
    position: relative; }

.megamenu-links {
  margin-bottom: 0; }
.header-main-menu .main-menu__nav .main-menu__nav-item{padding:0 12px;}
.header-main-menu .main-menu__nav .main-menu__nav-item:hover,.header-main-menu .main-menu__nav .main-menu__nav-item.active{background:var(--secondary);}
.product-menu {
  display: flex;
  width: 100%; }

.product-menu__name {
  line-height: 20px; }

.product-menu__name a {
  color: var(--heading-color);
  position: relative;
  overflow: hidden;
  font-size: 15px; }
  .product-menu__name a:hover, .product-menu__name a:focus {
    color: var(--menu-dropdown-hover-color); }

.product-menu__image {
  width: 90px;
  max-width: 29%; }

.product-menu__content {
  width: calc(100% - 90px);
  padding-left: 15px; }

.product-menu__review .spr-badge .spr-badge-caption {
  display: none; }

.product-menu__review .spr-badge-starrating .spr-icon {
  font-size: 10px; }

.megamenu-html {
  color: var(--menu-dropdown-color); }
  .megamenu-html img {
    max-width: 100%;
    height: auto; }

.megamenu-banner {
  margin: 15px 0 0; }
  .megamenu-banner a {
    padding: 0; }

.collTitle a:hover {
  color: var(--menu-dropdown-hover-color); }

.menu-row__col {
  width: 100%;
  max-width: 100%;
  padding-left: calc(var(--bs-gutter-x) * .5);
  padding-right: calc(var(--bs-gutter-x) * .5); }
  @media (max-width: 575.98px) {
    .menu-row__col {
      width: 100% !important; } }

.menu-drawer-container {
  display: flex; }

.list-menu {
  list-style: none;
  padding: 0;
  margin: 0; }

.list-menu--inline {
  display: inline-flex;
  flex-wrap: wrap; }

summary.list-menu__item {
  padding-right: 2.7rem; }

.list-menu__item {
  display: flex;
  align-items: center;
  line-height: 1.3; }

.list-menu__item--link {
  text-decoration: none;
  padding-bottom: 1rem;
  padding-top: 1rem;
  line-height: 1.8; }

@media screen and (min-width: 750px) {
  .list-menu__item--link {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem; } }

/* Header menu drawer */
.header__icon--menu {
  position: initial;
  width: 25px;
  height: 25px; }
  .header__icon--menu .icon {
    display: block;
    position: absolute; }
  .header__icon--menu .icon-close {
    visibility: hidden;
    opacity: 0; }
  .header__icon--menu[aria-expanded=true] {
    color: #fff; }
    .header__icon--menu[aria-expanded=true]:before {
      content: '';
      position: fixed;
      cursor: default;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.4);
      z-index: 2; }
    .header__icon--menu[aria-expanded=true] .icon-close {
      /*transform: translateX(310px);*/
      background:#ffffff;
      color:#000000;
      z-index: 99;
      top:10px;
      width:60px;height:60px;
      visibility: visible;
      opacity: 1; }
.pxFormGenerator .formContainer #formGeneratorForm .form_generater_form_div .horizontal .horizontal{display:inline-block;}
/*-----Festival Banner-------*/
header .header-wrap{background-image:url();background-size:contain;background-repeat:no-repeat;background-position:top center;}
.footer .footer__center{background-image:url();}
/*-----Festival Banner-------*/
.jscroll-added{margin-top: var(--bs-gutter-y) !important;}
#shopify-section-template--23723233476905__multi_image_with_text_jHHL6g .card_wrap .card__image:after,
#shopify-section-template--23723233804585__3fee9397-436e-43f9-bb2e-0be07fc7edbc .image-item.effectOne .card_wrap:after { content: ""; position: absolute; bottom: 0; right: 0; width: 40px; height: 40px; background-image: url(/cdn/shop/files/section-festival-card-icon.png); background-repeat: no-repeat; background-size: cover; }
.product-grid.product-card:after
{content: "";position: absolute; top: 20px; right: -8px; width:50px; height:50px; background-image: url(/cdn/shop/files/section-festival-card-icon-1.5.png); background-repeat: no-repeat; background-size: cover;opacity:0.8;/*border-top-right-radius:2em;opacity:0 !important;*/}
@media (min-width:768px) and (max-width:1229px)
{#shopify-section-template--23835531018537__1765266177ac65e13b a.clk{text-align:center;}
#shopify-section-template--23835531018537__1765266177ac65e13b a.clk img{max-width:100%;}
#shopify-section-template--23835531018537__1765266177ac65e13b .row.card-wrap{padding-right:5%;padding-top:20%}}
.overflow-hidden-mobile {
  overflow: hidden; }

details[open] > .menu-drawer,
details[open] > .menu-drawer__submenu {
  -webkit-transition: transform 0.2s ease, visibility 0.2s ease;
  -ms-transition: transform 0.2s ease, visibility 0.2s ease;
  transition: transform 0.2s ease, visibility 0.2s ease; }

details[open].menu-opening > .menu-drawer,
details[open].menu-opening > .menu-drawer__submenu {
  transform: translateX(0);
  visibility: visible; }
.product-more-info__inner hr{margin:2rem 0;}
.product-more-info__inner p, .product-more-info__inner ul li{font-size: 16px;margin:0;}
#shopify-section-template--23723234001193__producttab-information .more-info-tabs__nav-link {
    padding: 8px 16px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.05em;}

#shopify-section-template--23723234001193__producttab-information .more-info-tabs__nav-link.active {
    padding: 8px 16px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.05em;
    background: var(--primary);
    color: var(--breadcrumb-color);}

.bb-1{border-bottom:1px solid !important}
.menu-drawer {
  position: fixed;
  -webkit-transform: translateX(-320px);
  -ms-transform: translateX(-320px);
  transform: translateX(-320px);
  visibility: hidden;
  z-index: 3;
  left: 0;
  top: 0;
  width: 320px;
  padding: 0;
  border-left: 0;
  background-color: #fff;
  overflow-x: hidden;
  height: 100%;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2); }
  .menu-drawer__inner-container {
    position: relative;
    height: 100%; }
  .menu-drawer__navigation-container {
    height: 100%; }
  .menu-drawer__navigation {
    padding: 25px 0 10px; }
  .menu-drawer__inner-submenu {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto; }
  .menu-drawer__menu-item {
    padding: 10px 25px;
    text-decoration: none;
    color: var(--color-link); }
    .menu-drawer__menu-item > .icon-arrow {
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%); }
    .menu-drawer__menu-item--active {
      font-weight: 700; }
  .menu-drawer .icon-arrow {
    width: 16px; }
  .menu-drawer__close-button {
    padding: 12px 5px;
    text-decoration: none;
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 15px; }
    .menu-drawer__close-button .icon-arrow {
      transform: rotate(180deg);
      margin-right: 5px; }
  .menu-drawer__utility-links {
    padding: 15px 25px;
    background-color: #e8e8e8; }

.menu-drawer__menu li {
  margin-bottom: 0.2rem; }
.menu-drawer__menu li:hover{background:#e2e2e2;}
.menu-drawer__menu-item--active{background:#ffd888;}

.menu-drawer__submenu {
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 1;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  visibility: hidden; }
  .menu-drawer__submenu .menu-drawer__submenu {
    overflow-y: auto; }

@media (prefers-reduced-motion) {
  .motion-reduce {
    transition: none !important; } }

/* end menu drawer */
.header-main-menu {
  border-top: 1px solid rgba(255, 255, 255, 0.1); }

.header-main-menu .main-menu__left {
  border-right: 1px solid rgba(255, 255, 255, 0.1); }

@media (min-width: 1230px) {
  .header-main-menu .main-menu__left {
    width: 19.11%; }
  .header-main-menu .main-menu__right {
    width: 80.89%; } }

@media (min-width: 576px) {
  .vertical-megamenu {
    position: relative; } }

.vertical-megamenu__title {
  line-height: 34px;
  font-weight: 500;
  cursor: pointer;
  color: var(--menu-color); }
  .vertical-megamenu__title .icon-vertical-menu {
    margin-top: -2px; }
  .vertical-megamenu__title .icon-arrow {
    transition: transform .2s ease; }
  .vertical-megamenu__title.active .icon-arrow {
    transform: rotate(180deg); }

.vertical-megamenu-content {
  background-color: var(--vertical-menu-bg);
  top: 100%;
  width: 100%;
  z-index: 90;
  max-height: calc(100vh - 130px);
  overflow-y: scroll;
  border-radius: 0 0 3px 3px; }

.main-vertical-menu__nav-item {
  padding: 0 20px; }
  .main-vertical-menu__nav-item > a {
    border-top: 1px solid var(--border-color);
    position: relative;
    display: block;
    padding: 11px 10px;
    color: var(--vertical-menu-color);
    font-family: var(--font-heading-family);
    font-size: var(--vertical-menu-font-size);
    text-decoration: none;
    transition: color .35s ease; }
    .main-vertical-menu__nav-item > a.collapsed {
      color: var(--vertical-menu-color); }
    .main-vertical-menu__nav-item > a .arrow-down {
      position: absolute;
      right: 10px;
      top: 14px; }

.allCategory {
  font-weight: 500; }
  .allCategory > a:before {
    content: "--";
    margin-right: 9px;
    letter-spacing: -4px; }
  .allCategory.extendCategory a::before {
    content: "+";
    letter-spacing: 0;
    margin-right: 5px; }

.menu-dropdown--basic {
  position: relative; }

.vertical-menu-dropdown__content {
  z-index: 90;
  font-size: var(--vertical-menu-dropdown-font-size);
  width: 100%;
  background-color: var(--vertical-menu-dropdown-bg);
  padding-left: 15px; }

.main-vertical-menu__link {
  display: block;
  padding: 6px 10px;
  color: var(--vertical-menu-dropdown-color);
  text-decoration: none;
  transition: color .35s ease;
  position: relative; }
  .main-vertical-menu__link svg {
    position: absolute;
    right: 10px;
    top: 9px; }

.main-vertical-menu__arrow, .main-vertical-menu__arrow:hover, .main-vertical-menu__arrow:focus {
  color: var(--vertical-menu-dropdown-hover-color); }

.main-vertical-menu__arrow svg {
  transform: rotate(180deg);
  transition: transform .2s ease; }

.main-vertical-menu__arrow.collapsed {
  color: var(--vertical-menu-dropdown-color); }
  .main-vertical-menu__arrow.collapsed svg {
    transform: rotate(0deg); }

.vertical-menu-dropdown__content--megamenu {
  width: 100%;
  max-width: 100%;
  padding-left: 25px;
  background-size: cover;
  background-position: right bottom; }
  @media (max-width: 767.98px) {
    .vertical-menu-dropdown__content--megamenu {
      background-image: none!important;
    }
  }

.megamenu-links__link {
  padding: 6px 0; }

@media (min-width: 992px) {
  .vertical-megamenu-content {
    overflow: inherit; }
  .main-vertical-menu__link svg {
    position: absolute;
    right: 10px;
    top: 14px; }
  .main-vertical-menu__link:hover, .main-vertical-menu__link:focus, .main-vertical-menu__link.active {
    color: var(--vertical-menu-hover-color); }
  .menu-dropdown:hover > .vertical-menu-dropdown__content--megamenu,
  .menu-dropdown:hover > .vertical-menu-dropdown__content, .menu-dropdown:focus > .vertical-menu-dropdown__content--megamenu,
  .menu-dropdown:focus > .vertical-menu-dropdown__content {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    margin-left: 0; }
  .menu-dropdown .menu-dropdown--basic {
    position: relative; }
  .vertical-menu-dropdown__content {
    position: absolute;
    top: 0;
    z-index: 90;
    font-size: var(--vertical-menu-dropdown-font-size);
    width: 260px;
    background-color: var(--vertical-menu-dropdown-bg);
    opacity: 0;
    left: 100%;
    margin-left: 50px;
    padding: 0;
    display: block !important;
    pointer-events: none;
    visibility: hidden;
    transition: all .2s ease; }
    .vertical-menu-dropdown__content li {
      padding: 0 20px; }
      .vertical-menu-dropdown__content li a {
        padding: 10px; }
      .vertical-menu-dropdown__content li:not(:last-child) a {
        border-bottom: 1px solid var(--border-color); }
  .vertical-menu-dropdown__content--megamenu {
    max-width: calc(100vw - 300px);
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 90;
    font-size: var(--vertical-menu-dropdown-font-size);
    width: 100%;
    background-color: var(--vertical-menu-dropdown-bg);
    opacity: 0;
    left: 100%;
    margin-left: 50px;
    padding: 20px;
    display: block !important;
    pointer-events: none;
    border-left: 1px solid var(--border-color);
    visibility: hidden;
    transition: all .2s ease; }
  .vertical-menu-dropdown__content .main-vertical-menu__link:hover, .vertical-menu-dropdown__content .main-vertical-menu__link:focus {
    color: var(--vertical-menu-dropdown-hover-color); }
  .vertical-menu-dropdown__content .menu-dropdown:hover > a, .vertical-menu-dropdown__content .menu-dropdown:focus > a {
    color: var(--vertical-menu-dropdown-hover-color); } }

#vertical-megamenu-overlay {
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  cursor: pointer;
  visibility: hidden;
  transform: translate(0);
  transition: opacity .8s ease,visibility .9s ease,transform .4s ease; }

.menuVerticalActive #vertical-megamenu-overlay {
  opacity: 1;
  visibility: visible; }

.multi-image-with-text__inner {
  overflow: hidden; }

.multi-image-with-text__wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  position: relative; }
  .multi-image-with-text__wrapper.text_top {
    flex-direction: column-reverse; }
    .multi-image-with-text__wrapper.text_top .multi-image-with-text__content-content {
      margin-bottom: 30px; }
  .multi-image-with-text__wrapper.text_over {
    flex-direction: column-reverse; }
    .multi-image-with-text__wrapper.text_over .multi-image-with-text__content-content {
      align-items: center;
      bottom: 0;
      display: flex;
      left: 0px;
      position: absolute;
      right: 0px;
      top: 0;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
    .multi-image-with-text__wrapper.text_over:hover .card__image {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2); }

.multi-image-with-text__image {
  overflow: hidden; }
  .multi-image-with-text__image .card__image {
    transition: all .3s ease-in-out; }

.multi-image-with-text__content-content {
  padding: var(--miwt-ct-p); }
  @media (max-width: 575.98px) {
    .multi-image-with-text__content-content {
      padding: var(--miwt-ct-p-m); } }

.multi-image-with-text__title a {
  color: var(--miwt-h-cl);
  font-size: var(--miwt-h-fs); }
  @media (max-width: 575.98px) {
    .multi-image-with-text__title a {
      font-size: var(--miwt-h-fs-m); } }

.multi-image-with-text__sub-title {
  color: var(--miwt-sh-cl);
  font-size: var(--miwt-sh-fs); }
  @media (max-width: 575.98px) {
    .multi-image-with-text__sub-title {
      font-size: var(--miwt-sh-cl-m); } }

.multi-image-with-text__desc {
  color: var(--miwt-desc-cl);
  font-size: var(--miwt-desc-fs); }
  @media (max-width: 575.98px) {
    .multi-image-with-text__desc {
      font-size: var(--miwt-desc-fs-m); } }

.multi-image-with-text__btn {
  padding: var(--miwt-b-p, 10px 20px);
  font-size: var(--miwt-b-fs);
  color: var(--miwt-b-cl);
  border-color: var(--miwt-b-bcl);
  background-color: var(--miwt-b-bgcl);
  opacity: 1;
  transition: all .3s ease; }
  @media (max-width: 575.98px) {
    .multi-image-with-text__btn {
      padding: var(--miwt-b-p-m, 8px 20px);
      font-size: var(--miwt-b-fs-m); } }
  .multi-image-with-text__btn:hover {
    color: var(--miwt-b-cl);
    opacity: .8; }
.vela-qty{padding:10px;}
@media (max-width: 767px) {
  #shopify-section-template--23723233476905__4422ccf5-70d5-4211-b650-d2cf4567167a{display:none;}
  .header__heading-link.d-flex{max-width:220px !important;}
  .header-bulkorder{display:none;}
  .menu-drawer__menu li:last-child a{background:var(--primary) !important; color:var(--body-color-light) !important; border-radius:8px; margin:20px; padding:16px 20px;}
  .header__search, .header-customer, .header-wishlist, .header-hammenu{padding:4px;} .header-cart{padding:0 8px}
  #shopify-section-footer .footer .footer-info{color:var(--footer-link) !important}
  .btn--viewall,.image-with-text__btn--3 {padding: 12px 30px !important;font-size: calc(var(--font-size-base) + 3px) !important;}
  .slideshow-caption__btn{padding: var(--b-h-pd, 12px 30px) !important;font-size: calc(var(--b-fs-m) + 3px) !important;}
  #shopify-chat{display:none;}
  #shopify-section-template--23723233739049__html_EWr9A7 .vela-section{margin-top:40px !important;}
  #shopify-section-template--23723233739049__html_EWr9A7 #fuABwexBM6f6UM5IfTw7lQ,
  #shopify-section-template--23723233739049__html_EWr9A7 #fuABwexBM6f6UM5IfTw7lQ .form_generater_form_div{width:100% !important;max-width:100% !important;}
  .footer__bottom{padding-bottom:80px;}
}
@media (max-width: 577px) {
  .header__heading-link.d-flex{max-width:180px !important;}
}
@media (min-width: 768px) {
  .header-main-menu__inner .main-menu__nav .main-menu__nav-item:last-child,{display:none;}
}
@media(min-width:992px){.header-hammenu,.header__search{display:none;}}
.section-services .row > .col:not(:last-child) {
  position: relative; }
  .section-services .row > .col:not(:last-child):before {
    content: "";
    width: 1px;
    height: 90%;
    position: absolute;
    top: 5%;
    background: var(--border-color);
    display: block;
    right: 0; }

.section-services .slick-track .slick-active {
  position: relative; }
  .section-services .slick-track .slick-active:not(:last-child):before {
    content: "";
    width: 1px;
    height: 90%;
    position: absolute;
    top: 5%;
    background: var(--bs-gray-400);
    display: block;
    right: 0; }

.section-services .services-title {
  color: var(--sv-h-cl);
  font-size: calc(var(--font-size-base) - 1px); }

.section-services .services-desc {
  color: var(--sv-desc-cl);
  font-size: calc(var(--font-size-base) - 1px); }

.section-services .services-btn {
  color: var(--sv-btn-cl); }

.testimonial {
  background-image: var(--st-bg-img);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.testimonial__item {
  max-width: 820px; }

.testimonial__avatar .avata {
  position: relative; }

.testimonial__star svg {
  color: #000; }

.testimonial__review {
  font-size: calc(var(--font-size-base) + 2px);
  font-style: italic;
  color: var(--heading-color);
  line-height: 30px; }

.testimonial__item-content:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  height: 1px;
  width: 250px;
  margin-left: -125px;
  background: #e1e1e1; }

.product-tabs__nav-link {
  display: block;
  font-family: var(--font-heading-family);
  color: var(--body-color);
  transition: color .35s ease; }
  .product-tabs__nav-link:hover, .product-tabs__nav-link.active {
    color: var(--primary); }

@media (min-width: 992px) {
  .product-tabs .tab-banner {
    width: 16.1%; }
  .product-tabs .tab-banner_content.col-lg-9 {
    width: 83.9%; } }

/*Producttab-vertical*/
.productTabs-vertical__nav-link {
  color: var(--heading-color); }

@media (min-width: 768px) {
  .productTabs-vertical__nav {
    flex-direction: column; }
    .productTabs-vertical__nav .productTabs-vertical__nav-item:not(:last-child) {
      border-bottom: 1px solid var(--border-color); } }

@media (min-width: 992px) {
  .productTabs-vertical__banner {
    width: 31.8%; }
  .productTabs-vertical__wrapper.col-lg-9 {
    width: 68.2%; } }

/*productTabs-special*/
.productTab-special__product-feature .product-card__name {
  font-size: calc(var(--font-size-base) + 4px);
  font-weight: 500; }

.productTab-special__productFeature--desc {
  line-height: 30px; }

/*product-tabs-style1*/
.product-tabs-style1 .heading-group .heading {
  font-size: calc(var(--font-size-heading) + 6px); }

.product-tabs-style1 .product-tabs__nav-link {
  font-size: 18px;
  position: relative; }
  .product-tabs-style1 .product-tabs__nav-link:before {
    width: 50px;
    max-width: 100%;
    height: 2px;
    content: "";
    background-color: transparent;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -1px;
    display: block; }
  .product-tabs-style1 .product-tabs__nav-link.active:before, .product-tabs-style1 .product-tabs__nav-link:hover:before {
    background-color: var(--primary); }

.vela-section--product-deals .product-card__countdown {
  z-index: 1;
  color: var(--body-color);
  border-radius: 3px;
  background: #fff;
  padding: 4px; }
  .vela-section--product-deals .product-card__countdown .countdown__item {
    margin: 0;
    padding: 0 6px; }
    .vela-section--product-deals .product-card__countdown .countdown__item span:first-child {
      width: inherit;
      height: inherit;
      color: var(--primary);
      background-color: transparent;
      border-radius: 0;
      font-family: var(--font-heading-family);
      font-weight: var(--font-heading-weight);
      font-size: var(--font-size-base);
      border: 0;
      padding: 0;
      min-width: 20px; }
    .vela-section--product-deals .product-card__countdown .countdown__item span:last-child {
      margin-top: 0;
      font-size: 10px;
      font-family: var(--font-heading-family); }

.contact_form--infor .icons {
  min-width: 20px;
  width: 20px;
  height: 20px;
  display: flex;
  margin-top: 3px;
  color: var(--primary); }

.contact_form--infor label {
  display: block;
  color: var(--heading-color);
  font-weight: var(--font-heading-weight);
  margin: 0; }

.contact_form--infor .map-info__desc {
   }

@media (min-width: 1230px) {
  .contact_form--infor .container {
    z-index: 1;
    min-height: 540px; }
  .contact_form--infor .container-full {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%; } }

@media (max-width: 991.98px) {
  .page-contact__map iframe {
    height: 600px !important; } }

@media (max-width: 575.98px) {
  .page-contact__map iframe {
    height: 400px !important; } }

.contact-form label {
  color: var(--heading-color);
  font-weight: var(--font-heading-weight); }

.contact-form .btn-contact-form {
  background-color: var(--heading-color);
  color: #fff;
  border-color: var(--heading-color);
  padding: 14px 45px;
  font-size: 14px;
  border-radius: 3px; }
  .contact-form .btn-contact-form:hover {
    border-color: var(--primary);
    background-color: var(--primary); }

.map-info__item .icons {
  width: 46px;
  height: 46px;
  border: 2px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: center; }
  .map-info__item .icons svg {
    width: 18px;
    height: 18px;
    display: block;
    fill: #6c6c6c; }

@media (min-width: 1630px) {
  .form-video__form .form-select,
  .form-video__form input.form-control {
    height: 48px; } }

.form-video .video-section__media {
  background-size: cover;
  background-position: center; }

.form-video .video-btn--play {
  background: var(--secondary);
  border-color: var(--secondary);
  color: #fff; }
  @media (min-width: 1230px) {
    .form-video .video-btn--play {
      width: 90px;
      height: 90px; }
      .form-video .video-btn--play svg {
        width: 34px; } }
  .form-video .video-btn--play:hover {
    border-color: var(--primary);
    background-color: var(--primary); }

.template-404__heading {
  font-size: 200px;
  line-height: 1; }
  @media (max-width: 767.98px) {
    .template-404__heading {
      font-size: 150px; } }

.template-404__sub-title {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase; }

.template-404__title {
  margin: 0 0 27px;
  font-size: 50px;
  font-weight: 600;
  text-transform: uppercase; }
  @media (max-width: 767.98px) {
    .template-404__title {
      font-size: 30px; } }

.vela-section-blogs .link-more {
  font-size: 12px; }

.vela-section-blogs .article__title a {
  transition: all .3s ease; }
  .vela-section-blogs .article__title a:hover {
    color: var(--primary); }

.vela-section-blogs .blog_title {
  transition: all .2s ease;
  background: #fff; }
  .vela-section-blogs .blog_title:hover {
    background: var(--primary);
    color: #fff; }

.vela-section-blogs .slick-dots {
  position: static;
  margin-top: 30px; }

.vela-section-blogs .article__read-more:hover {
  color: var(--primary); }

.section-newsletter__wrap {
  max-width: 760px; }

.section-newsletter .sub-heading {
  max-width: 690px;
  font-size: 16px; }

.section-newsletter .form-control {
  background: transparent;
  height: 52px;
  border: 0;
  border-bottom: 2px solid var(--border-color); }

.section-newsletter .btn--newsletter {
  margin-top: 30px;
  height: 60px;
  min-width: 210px;
  border-color: rgba(225, 255, 255, 0.15); }

.section-product-lists .spr-badge-caption {
  display: none; }

.section-product-lists .js-carousel .slick-arrow {
  width: 30px;
  height: 30px;
  opacity: 1;
  visibility: visible;
  top: -38px; }

.section-product-lists .js-carousel .slick-prev {
  left: auto;
  right: 50px; }

.section-product-lists .js-carousel .slick-next {
  right: 15px; }
  .section-product-lists .js-carousel .slick-next::before {
    margin-left: 7px; }

@media (min-width: 768px) {
  .productlist-style-special {
    position: relative;
    z-index: 1; }
    .productlist-style-special .vela-section__inner {
      background-color: #ffffff;
      box-shadow: 0 0 0 30px #ffffff;
      padding-top: 45px;
      margin-top: -180px; } }

.multiple-collapse__heading {
  padding: 10px 40px;
  color: #fff;
  background-color: #000;
  font-size: 16px;
  font-weight: var(--font-heading-weight);
  line-height: 24px;
  text-decoration: none;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease; }
  .multiple-collapse__heading:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -2px;
    display: block;
    width: 9px;
    height: 3px;
    background: #fff; }
  .multiple-collapse__heading:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 18px;
    margin-top: -5px;
    display: block;
    width: 3px;
    height: 9px;
    opacity: 0; }
  .multiple-collapse__heading:hover {
    color: #fff; }
  .multiple-collapse__heading.collapsed, .multiple-collapse__heading.collapsed:hover {
    background-color: #f2f2f2;
    color: #000; }
  .multiple-collapse__heading.collapsed:after, .multiple-collapse__heading.collapsed::before {
    background-color: #000; }
  .multiple-collapse__heading.collapsed:after {
    opacity: 1; }

.multiple-collapse__content {
  background-color: #f2f2f2; }

.feature-text {
  background-image: var(--st-bg-img);
  background-size: cover;
  background-repeat: no-repeat; }

.feature-text_inner {
  padding: var(--ft-ct-pd); }
  @media (max-width: 575.98px) {
    .feature-text_inner {
      padding: var(--ft-ct-pd-m, 0); } }

.feature-text__button {
  color: var(--ft-button-cl);
  border-color: var(--ft-button-bd-cl);
  background-color: var(--ft-button-bg-cl);
  font-size: var(--ft-button-fs);
  padding: var(--ft-button-pd, 10px 30px); }
  @media (max-width: 575.98px) {
    .feature-text__button {
      font-size: var(--ft-button-fs-m);
      padding: var(--ft-button-pd-m, 6px 20px); } }

.feature-text__text {
  margin: var(--ft-text-mg);
  font-size: var(--ft-text-fs);
  line-height: var(--ft-text-fs);
  color: var(--ft-text-cl); }
  @media (max-width: 575.98px) {
    .feature-text__text {
      font-size: var(--ft-text-fs-m);
      line-height: var(--ft-text-fs-m);
      margin: var(--ft-text-mg-m); } }

.counter__box {
  position: relative; }
  .counter__box:not(:last-child):before {
    content: "";
    display: block;
    top: 23px;
    right: 0;
    width: 1px;
    height: calc(100% - 46px);
    background: rgba(255, 255, 255, 0.5);
    position: absolute; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .counter__box:nth-child(2)::before {
      display: none; } }
  @media (max-width: 767.98px) {
    .counter__box:not(:last-child) {
      padding-bottom: 30px; }
      .counter__box:not(:last-child):before {
        top: auto;
        bottom: 0;
        width: calc(100% - 80px);
        left: 40px;
        height: 1px;
        background: rgba(255, 255, 255, 0.5); } }

.flash-sale__countdown--title {
  font-size: calc(var(--font-size-base) + 2px); }

.flash-sale__countdown {
  background: var(--primary);
  color: #fff;
  padding: 12px 15px;
  border-radius: 4px; }
  .flash-sale__countdown .countdown__item {
    margin: 0;
    display: flex;
    color: #ffe9cc;
    font-size: 11px;
    line-height: 16px;
    position: relative; }
    .flash-sale__countdown .countdown__item:not(:last-child) {
      margin-right: 30px; }
      @media (max-width: 575.98px) {
        .flash-sale__countdown .countdown__item:not(:last-child) {
          margin-right: 20px; } }
      .flash-sale__countdown .countdown__item:not(:last-child):after, .flash-sale__countdown .countdown__item:not(:last-child):before {
        content: "";
        width: 2px;
        height: 2px;
        background: #fff;
        border-radius: 50%;
        display: block;
        position: absolute;
        right: -15px;
        top: 4px; }
      .flash-sale__countdown .countdown__item:not(:last-child):after {
        top: 9px; }
    .flash-sale__countdown .countdown__item span {
      text-align: center;
      display: block;
      text-transform: uppercase; }
      .flash-sale__countdown .countdown__item span:first-child {
        font-weight: 500;
        font-size: 16px;
        color: #fff;
        top: -1px;
        min-width: 22px;
        margin-right: 5px;
        position: relative; }

.deal-list_style > .row > .col {
  border-right: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color); }

.collection-effect__title:hover {
  color: var(--primary); }

.collection-effect__image .card_wrap {
  transform: scale(1);
  transition: all .35s ease; }

.collection-effect__image .h-primary {
  height: 660px; }

.collection-wrapper:hover .collection-effect__image .card_wrap {
  transform: scale(1.2); }

.collection-list .slick-slide > div .item:not(:last-child) {
  border-right: 1px solid var(--border-color); }

.collection-list .slick-slide > div + div {
  border-top: 1px solid var(--border-color); }

.collection-list .colCount {
  font-size: calc(var(--font-size-base) - 2px); }

.collection-list__box.style1 .collection-list__content {
  margin-bottom: 30px; }

.collection-list__box.style1 .collection-list__wrapper {
  position: relative;
  bottom: -25px;
  transition: bottom .3s ease; }

.collection-list__box.style1:hover .collection-list__wrapper {
  bottom: 0; }

.collection-three__wrap {
  padding: 15px;
  background: #f2f2f2;
  position: relative; }
  .collection-three__wrap.special-style {
    background: var(--primary);
    overflow: hidden; }
    .collection-three__wrap.special-style:before {
      background-color: #c6e5ee;
      content: "";
      width: 700px;
      height: 800px;
      display: block;
      position: absolute;
      transform: skew(50deg);
      right: 0;
      top: 40px; }
  .collection-three__wrap .collection-three__image {
    position: relative;
    z-index: 1;
    display: grid; }
    .collection-three__wrap .collection-three__image:hover {
      color: var(--primary); }

.mh-450 {
  max-height: 450px; }

.mh-580 {
  max-height: 580px; }

.mh-280 {
  max-height: 280px; }

svg.placeholder-svg {
  height: var(--plh-svg-h, 100%); }

@media (min-width: 992px) {
  .three-images {
    position: relative;
    z-index: 1; }
    .three-images .vela-section__inner {
      background-color: #ffffff;
      box-shadow: 0 0 0 30px #ffffff;
      margin-top: -140px; } }

@media (min-width: 1230px) {
  .three-images .vela-section__inner {
    margin-top: -180px; } }

@media (min-width: 768px) {
  .six-image__col-special {
    width: 40%; } }

.six-image__heading {
  font-size: calc(var(--font-size-base) - 2px);
  line-height: 24px; }

.six-image__item a {
  position: relative; }
  .six-image__item a .icon {
    opacity: 0;
    visibility: hidden;
    transition: .2s ease-in-out;
    color: #fff; }
  .six-image__item a:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out; }
  .six-image__item a .card_image {
    transition: .3s ease-in-out; }
  .six-image__item a:hover .icon, .six-image__item a:hover:before {
    opacity: 1;
    visibility: visible;
    z-index: 1; }
  .six-image__item a:hover .card_image {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }

.collage .btn-close {
  background-size: 100%;
  width: 2em;
  height: 2em; }

.video-section__poster.deferred-media__poster:focus {
  outline-offset: 0.3rem; }

.video-section__media iframe {
  background-color: rgba(var(--color-foreground), 0.03);
  border: 0; }

.video-section__poster,
.video-section__media iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1; }

.video-section__media {
  position: relative;
  padding-bottom: 56.25%; }
  .video-section__media.deferred-media {
    overflow: visible; }

.deferred-media__poster {
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%; }
  .deferred-media__poster:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    left: 0;
    top: 0;
    z-index: 1; }

.deferred-media:not([loaded]) template {
  z-index: -1; }

.deferred-media[loaded] .media-content,
.deferred-media[loaded] .video-section-thumbnail,
.deferred-media[loaded] .deferred-media__poster {
  display: none !important; }

.deferred-media__poster:focus {
  outline-offset: -0.3rem; }

.video-btn--play {
  width: 54px;
  height: 54px;
  z-index: 2;
  color: #fff;
  border: 2px solid #fff;
  transition: all 0.2s ease;
  background: var(--primary); }
  .video-btn--play svg {
    height: 24px; }
  .video-btn--play:hover {
    color: #fff;
    border-color: var(--primary) !important; }

.media-content {
  z-index: 2; }

.video-background__media {
  height: auto; }

.collage-content {
  background-size: cover;
  background-repeat: no-repeat; }

/*videos section*/
.video-section .deferred-media:before {
  display: none; }

.video-section .deferred-media[loaded]:before {
  display: block; }

.video-section .media-content {
  padding: 70px 0; }
  @media (min-width: 992px) {
    .video-section .media-content {
      padding: 120px 0; } }

.video__btn {
  color: var(--v-button-cl);
  border-color: var(--v-button-bd-cl);
  background-color: var(--v-button-bg-cl);
  font-size: var(--v-button-fs);
  padding: var(--v-button-pd, 10px 30px);
  opacity: 1;
  transition: all .3s ease-in-out; }
  @media (max-width: 575.98px) {
    .video__btn {
      font-size: var(--v-button-fs-m);
      padding: var(--v-button-pd-m, 6px 20px); } }
  .video__btn:hover {
    color: var(--v-button-cl);
    opacity: .8; }

.video__text {
  margin: var(--v-text-mg);
  font-size: var(--v-text-fs);
  color: var(--v-text-cl); }
  @media (max-width: 575.98px) {
    .video__text {
      font-size: var(--v-text-fs-m);
      margin: var(--v-text-mg-m); } }

/* videos - banner*/
.video-banner__button {
  color: var(--vb-button-cl);
  border-color: var(--vb-button-bd-cl);
  background-color: var(--vb-button-bg-cl);
  font-size: var(--vb-button-fs);
  padding: var(--vb-button-pd, 10px 30px); }
  @media (max-width: 575.98px) {
    .video-banner__button {
      font-size: var(--vb-button-fs-m);
      padding: var(--vb-button-pd-m, 6px 20px); } }

.video-banner__text {
  margin: var(--vb-text-mg);
  font-size: var(--vb-text-fs);
  color: var(--vb-text-cl); }
  @media (max-width: 575.98px) {
    .video-banner__text {
      font-size: var(--vb-text-fs-m);
      margin: var(--vb-text-mg-m); } }

/* videos background*/
.video-background__btn {
  color: var(--vbg-button-cl);
  border-color: var(--vbg-button-bd-cl);
  background-color: var(--vbg-button-bg-cl);
  font-size: var(--vbg-button-fs);
  padding: var(--vbg-button-pd, 10px 30px); }
  @media (max-width: 575.98px) {
    .video-background__btn {
      font-size: var(--vbg-button-fs-m);
      padding: var(--vbg-button-pd-m, 6px 20px); } }

.video-background__text {
  margin: var(--vbg-text-mg);
  font-size: var(--vbg-text-fs);
  color: var(--vbg-text-cl); }
  @media (max-width: 575.98px) {
    .video-background__text {
      font-size: var(--vbg-text-fs-m);
      margin: var(--vbg-text-mg-m); } }
.breadcrumb{width:100%;}
.breadcrumb-item.active {
  width: 60%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-card__summary {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
}
.pincode_checker_wrapper{margin-bottom: 1.875rem !important;}
.pincode_checker_wrapper .pcod input{height: 48px;
    border: 1px solid var(--border-color);
    border-radius: 3px;
    padding: 8px 12px;}
.pincode_checker_wrapper .pcod label{display:none}
.hoteline_header {
  white-space: nowrap; }
.divider-shadow{border-color: var(--border-color);outline: 0;box-shadow: 0 0 0.25rem 0.25rem var(--bs-gray-300);border-radius:1em;}
.divider-line-center,.divider-light-center{height: 1px;margin: 0 20% 3rem 20%;}
.divider-line-left,.divider-light-left{height: 1px;width:20vh;}
.divider-line-center{background: var(--secondary);}
.divider-light-center{background:var(--body-color-light);}
.divider-line-left{background: var(--secondary);}
.divider-light-left{background: var(--body-color-light);}
.sac_embed h5.sac_h5{font-size:14px;text-transform: uppercase;display:none}
.sac_embed{margin-bottom: 1.25rem !important;}
.product-single__main-media{min-height:30em;max-height:40em;align-content: center;transition: all 300ms ease;box-shadow: 0 0 1rem #dcdcdc;border-radius:2em;}
.product-single.product__primary .single-option-selector input[type='radio']:checked + label:not(.disabled){border-color: transparent;color: var(--body-color-light);background: var(--product-name-color);}
.product-single.product__primary .product-media__wrapper.slick-current.slick-active img {
  border-radius: 1em;
  border: 2px solid var(--primary);
  opacity: 1;
}
.product-single.product__primary .product-media__wrapper.slick-slide .img-fluid {
  padding: 10px;
}
.product-single.product__primary .product-media__wrapper.slick-active img {
  border-radius: 1em;
  border: 1px solid var(--border-color);
  opacity: 0.5;
  height:100%;
}
.product-single.product__primary .product-media__wrapper .card__image,
.product-card.product-grid .card__image {
  background-size: 102%;
  border: 0;
}
.product-single.product__primary .product-single__thumbnail-wrapper .slick-active .product-single__thumbnail {
  opacity: 1;
}
.product-single.product__primary .product-media__wrapper a {
  height: 100px;
  align-content: center;
  margin: 0;
}
div#product-image-comparison .before-text, div#product-image-comparison .after-text{position:absolute;font-size:1.2em;width:auto;background:#fff;color#000;bottom:4%;z-index:2;}
div#product-image-comparison .before-text{right:1%;padding:1em 2em}
div#product-image-comparison .after-text{left:1%;padding:1em 2em}
div#product-image-comparison {
  position:relative;
  width: 100%;
  height: 60vw;
  max-height: 600px;
  max-width:1200px;
  overflow: hidden; 
margin-left:auto;margin-right:auto;}
div#product-image-comparison figure {
  position: relative;
  font-size: 0;
  width: 100%; 
  height: 100%;
  margin: 0; 
}
div#product-image-comparison figure > img { 
  position: relative;
  width: 100%;
}
div#product-image-comparison figure div {
  position: absolute;
  overflow: hidden;
  bottom: 0;
  width: 50%; 
  height: 100%;
  border-right:4px solid #fff;
}
input[type=range]{
  -webkit-appearance:none;
  -moz-appearance:none;
  position: relative;
  top: -50%; left: 0;
  background-color: rgba(255,255,255,0);
  width: 100%; 
}
input[type=range]:focus { 
  outline: none; 
}
input[type=range]:active { 
  outline: none;  
}

input[type=range]::-moz-range-track { 
  -moz-appearance:none;
    height:15px;
    width: 98%;
    background-color: rgba(255,255,255,0.1); 
    position: relative;
    outline: none;    
 }
input[type=range]::active { 
  border: none; 
  outline: none;
}
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance:none;
    width: 40px; height: 40px;   
    background: #fff;
    border-radius: 50%;
  z-index:9;
   }
input[type=range]::-moz-range-thumb {
  -moz-appearance: none;
  width: 40px;height: 34px;
  background: #fff;
  border-radius: 0;
  z-index:9;
     }   
input[type=range]:focus::-webkit-slider-thumb {
    background: rgba(255,255,255,0.5);
   }
input[type=range]:focus::-moz-range-thumb {
    background: rgba(255,255,255,0.5);
   }
.product-card.product-grid .card_wrap:before{content:"";background-image:url(https://admin.shopify.com/store/renew-circuit-website/themes/173583335721?key=assets%2Ftheme.css);position:absolute;top:0;left:0;}
#shopify-section-template--23723233476905__product_list_banner_N6xNWj a.product-banner__title , #shopify-section-template--23723233476905__product_list_banner_GiRdAP a.product-banner__title {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  padding: 7px 35px;
  font-size: calc(var(--font-size-base) + 1px);
  color: var(--btn-default-hover-color);
  border-color: var(--btn-default-hover-border-color);
  background-color: var(--btn-default-hover-bg-color);
}
.form_generater_form_div {
  background: #ffffff !important;
}
/*
.form_container .form-group:nth-child(1),
.form_container .form-group:nth-child(2),
.form_container .form-group:nth-child(3) {
  width: 30%;
  margin-right: 1%;
}
.form_container
  .form-group:nth-child(4)..form_container
  .form-group:nth-child(5) {
  width: 40%;
  margin-right: 2%;
}
*/
/* Style the tab */
.special-tabs{max-width: 1200px;max-width:none;margin: 0 auto;}
.spl-tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.spl-tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.spl-tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.spl-tab button.active {
  background-color: var(--product-name-color);
    color: var(--body-bg);
}

/* Style the tab content */
.special-tabs .tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
  height:480px;
  overflow:hidden;
}
.fw-style{position:relative;z-index:1}
.fw-style .fw-style-text{position:relative;z-index:2;}
.fw-style .fw-style-line{
  background:linear-gradient(270deg, #ffd550, #ff9900);
  display: block;
  position: absolute;
  width: 100%;
  height: 8px;
  left: 0px;
  bottom: 4px;
  border-radius: 10px;
  z-index: 0; }
.shopify-section.sticky-top{z-index:20 !important;}
.multivariants_add_to_cart_button{padding:0.5rem;}
.multivariants_add_to_cart_button:not(:disabled){background:#cecece;border-radius:20px;}
.sp-com-w.sp-com-w-3 .sp-com-w-btn{width:60px !important;height:60px !important;margin-bottom:0 !important;}

#shopify-chat #ShopifyChat,.sp-compare-widget{bottom:5em !important;}
#shopify-block-AWVhjTzUvcUYrSnQ4S__doran_product_reviews_product_widget_xM3itp, #shopify-block-AQ1g2UDljWEp2YXBrR__doran_product_reviews_question_widget_Kztd6t{
    display: inline-block;
    width: 48%;
    margin: 0 12px;
    padding: 2em;
    vertical-align: top;
}
.predictive-search__list-item img{width: 60px; height: 40px; align-self: center;}
.jdgm-review-widget{margin:0 auto;padding:0 4em;}

#refurbish-rental-offers .main-content__inner .shopify-section .ai-custom-html-azghcbw5vofvoru1ueaigenblock472f73f3lrthn,
#refurbish-rental-offers .main-content__inner .shopify-section .ai-html-block-abtlmmdk5udv1nnlmmaigenblock7e6c2d6cuwi76,
#refurbish-rental-offers .main-content__inner .shopify-section .vela-section,
#refurbish-rental-offers .main-content__inner .shopify-section .shopify-block,
#refurbish-rental-offers .main-content__inner .shopify-section .ai-custom-html-aavbwt1lywmrwb3hcsaigenblock472f73fnyrnae,
#refurbish-rental-offers .main-content__inner .shopify-section .ai-rental-features-an2zjrg1ooural2nuaaigenblock40c160bzaiepi,
#refurbish-rental-offers .main-content__inner .shopify-section .ai-custom-html-arfbnq1mwntrerndhraigenblock472f73fexfxy8,
#refurbish-rental-offers .main-content__inner .shopify-section .ai-hero-section-aqw42bduybnm0u3ewtaigenblocka1afbb3xti9h6
{/*max-width:1400px;margin:0 auto;padding:0 40px;*/}
.product-tabs.productTab-special .row.g-3 .row.g-3 .product-card.product-grid .product-group-price.d-flex{min-height: 60px;align-content: flex-start;}
.product-tabs.productTab-special .row.g-3 .row.g-3 .product-card.product-grid .product-group-price.d-flex .product-price{}
.active-facets{z-index:10;position:relative;}
.block-sidebar.product-sidebar{display:none;}
.collection-sidebar{z-index:999 !important;position:relative;}
.collection-content{z-index:0 !important;position:relative;}
.collection-filters__field .collection-filters__dropdown{z-index:10;}
.product-grid__inner .ms-2{display:none !important;}
.search-result .sp-compare-main svg.sp-active,.search-result .swym-wishlist-collections-v2 svg{width:18px !important; display:none !important;}
.search-product-card .sq-dropdown-body.sq-opened .sq-head,
.search-product-card .sq-dropdown-body.sq-opened .sq-view-all-btn{display:none !important;}
.bg-cyan{background-color: #cdefff;border-radius:8px;}
.bg-green{background-color: var(--bs-green);border-radius:8px;}
.product-single .product-single__buttons .btn, .product-single .product-single__buttons .shopify-payment-button__button, .product-single .product-single__buttons .swym-button-bar{min-width:120px;}
.js-sidebar-toggle.collection-filter__button{padding:8px 20px;border-radius:8px;}
.block-sidebar__content--inner.border-bottom{border-bottom: 1px solid var(--bs-gray-300);}
.velaFooterLinks.list-unstyled li{display:inline-block;}
#launcher-wrapper > *{border:1px solid #ffffff;border-radius:60px;}
@media (min-width: 576px) {
    .jdgm-review-widget {
        max-width: 760px;
    }
}
@media (min-width: 768px) {
    .jdgm-review-widget {
        max-width: 960px;
    }
}
@media (min-width: 992px) {
    .jdgm-review-widget {
        max-width: 1200px;
    }
}
@media (min-width: 1230px) {
    .jdgm-review-widget {
        max-width: 1430px;
    }
}