/** Shopify CDN: Minification failed

Line 11949:0 Unexpected "}"
Line 12222:0 Unexpected "}"
Line 12526:23 Expected identifier but found "/"
Line 12916:30 Expected identifier but found "!"
Line 12916:33 Expected identifier but found "!"
Line 13116:7 Expected identifier but found whitespace
Line 13116:8 Unexpected "0"
Line 13264:2 Unexpected "]"

**/
@charset "UTF-8";
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  to {
    transform: scale(1);
  }
}
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(1.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes circle-loading {
  from {
    transform: translate(-50%, -50%) rotate(0);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.circle-loading:before, .wishlist-box .wishlist-image a.loading:before, .wishlist-box.loading .wishlist-inner:before, .quick-view.loading .quick-view-inner:before, .dialog-search.searching .search-button:before, .dialog-search-header.searching .search-button:before, .compare-box .compare-image a.loading:before, .compare-box.loading .compare-inner:before {
  content: "";
  z-index: 5;
  position: absolute;
  border: 3px solid rgb(var(--loading-color));
  border-top-color: transparent;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  top: 50%;
  left: 50%;
  animation: circle-loading 500ms infinite linear;
}

html {
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

body {
  margin: 0;
  word-break: break-word;
  min-height: 100%;
  color: rgb(var(--text-color));
  font-family: var(--body-font-family);
  font-style: var(--body-font-style);
  font-weight: var(--body-font-weight);
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  letter-spacing: var(--body-letter-spacing);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: rgb(var(--heading-color));
  font-family: var(--heading-font-family);
  font-style: var(--heading-font-style);
  font-weight: var(--heading-font-weight);
  line-height: var(--heading-line-height);
  letter-spacing: var(--heading-letter-spacing);
  clear: both;
  margin: 1.5rem 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: inherit;
}

.h0 {
  font-weight: var(--body-font-weight);
}

h1,
.h1 {
  font-size: var(--h1-font-size);
}

h2,
.h2 {
  font-size: var(--h2-font-size);
}

h3,
.h3 {
  font-size: var(--h3-font-size);
}

h4,
.h4 {
  font-size: var(--h4-font-size);
}

h5,
.h5 {
  font-size: var(--h5-font-size);
}

h6,
.h6 {
  font-size: var(--h6-font-size);
}

.p {
  font-size: var(--body-font-size);
}

.b {
  font-weight: 700;
}

.m {
  font-weight: 600;
}

select {
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  max-width: 100%;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #ccc;
}

input[type=search], input[type=email], input[type=number], input[type=url], input[type=text], input[type=tel], input[type=password] {
  -webkit-appearance: none;
}
input[type=button], input[type=submit], input[type=reset], input[type=file] {
  cursor: pointer;
}
input[type=search] {
  -webkit-appearance: textfield;
}
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 {
  -webkit-appearance: none;
}

.field {
  position: relative;
}
.field input,
.field textarea {
  padding: 1.5rem;
  width: 100%;
}
.field input::placeholder,
.field textarea::placeholder {
  opacity: 0;
}
.field input:-webkit-autofill, .field input:focus, .field input:not(:placeholder-shown),
.field textarea:-webkit-autofill,
.field textarea:focus,
.field textarea:not(:placeholder-shown) {
  padding: 2.2rem 1.5rem 0.8rem;
}
.field input:-webkit-autofill ~ label, .field input:focus ~ label, .field input:not(:placeholder-shown) ~ label,
.field textarea:-webkit-autofill ~ label,
.field textarea:focus ~ label,
.field textarea:not(:placeholder-shown) ~ label {
  font-size: 1rem;
  letter-spacing: 0.04rem;
  top: 0.3rem;
}
.field label {
  left: 1.5rem;
  top: 1rem;
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  transition: top 0.2s ease, font-size 0.2s ease;
  letter-spacing: 0.1rem;
  line-height: 1.5;
}

textarea {
  -webkit-appearance: none;
}

input,
textarea {
  box-shadow: 0 0 0 0.1rem rgba(18, 18, 18, 0.55);
  transition: box-shadow 0.2s ease;
  border: 0;
}
input:focus,
textarea:focus {
  box-shadow: 0 0 0 0.2rem rgba(18, 18, 18, 0.55);
}
input[data-noui],
textarea[data-noui] {
  box-shadow: none;
}
input[data-noui]:focus,
textarea[data-noui]:focus {
  box-shadow: none;
}

input,
select,
textarea {
  color: rgb(var(--text-color));
  font-family: var(--body-font-family);
}

button {
  cursor: pointer;
  border: 1px solid #ccc;
  font-family: var(--body-font-family);
}

input,
textarea,
button {
  border-radius: 0;
  max-width: 100%;
  font-size: 1.4rem;
  padding: 1rem;
}

input[type=button],
input[type=submit],
input[type=reset],
input[type=file],
.button {
  -webkit-appearance: none;
  transition-duration: 0.3s;
  position: relative;
  border: 0;
  border-radius: var(--button-radius-outset);
  box-shadow: var(--button-shadow-offset-x) var(--button-shadow-offset-y) var(--button-shadow-blur) var(--button-shadow-spread) rgba(var(--text-color), var(--button-shadow-opacity));
}
input[type=button]:after,
input[type=submit]:after,
input[type=reset]:after,
input[type=file]:after,
.button:after {
  content: "";
  position: absolute;
  inset: var(--button-border-width);
  z-index: 1;
  border-radius: var(--button-radius);
  transition: box-shadow var(--duration-short) ease;
}

.disabled,
:disabled {
  pointer-events: none;
  opacity: 0.5;
  filter: grayscale(100%);
}

.primary-button, #shopify-product-reviews .spr-summary .spr-summary-actions-newreview,
#shopify-product-reviews .spr-form .spr-form-actions [type=submit],
.secondary-button,
[data-shopify=payment-button] .shopify-payment-button__button--unbranded {
  font-weight: 500;
}

.primary-button, #shopify-product-reviews .spr-summary .spr-summary-actions-newreview,
#shopify-product-reviews .spr-form .spr-form-actions [type=submit] {
  color: rgb(var(--button-text-color));
  background-color: rgb(var(--button-bg-color));
}
@media (hover: hover) {
  .primary-button:hover, #shopify-product-reviews .spr-summary .spr-summary-actions-newreview:hover,
#shopify-product-reviews .spr-form .spr-form-actions [type=submit]:hover {
    color: rgb(var(--button-text-color-hover));
    background-color: rgb(var(--button-bg-color));
  }
}

.secondary-button, [data-shopify=payment-button] .shopify-payment-button__button--unbranded {
  color: rgb(var(--button-outline-color));
  background-color: #ffffff;
}
.secondary-button:after, [data-shopify=payment-button] .shopify-payment-button__button--unbranded:after {
  box-shadow: 0 0 0 var(--button-border-width) rgba(var(--button-outline-color), var(--button-border-opacity)), 0 0 0 var(--button-border-width) rgba(var(--button-outline-color), var(--button-border-opacity));
}
@media (hover: hover) {
  .secondary-button:hover:after, [data-shopify=payment-button] .shopify-payment-button__button--unbranded:hover:after {
    box-shadow: 0 0 0 calc(var(--button-border-width) + var(--button-border-offset)) rgba(var(--button-outline-color), 1), 0 0 0 calc(var(--button-border-width) + 0.1rem) rgba(var(--button-outline-color), 1);
  }
}

input[type=file] {
  display: flex;
  padding: 1rem;
}

p {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  margin: 0 0 1rem;
}

li ul,
li ol {
  padding-left: 0;
  margin-left: 2rem;
}

b,
strong {
  font-weight: 700;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  font-weight: 300;
  margin: 3rem 0;
  border-left: 0.4rem solid #333;
  padding-left: 3rem;
  position: relative;
  clear: both;
  display: block;
}
blockquote p {
  margin-bottom: 1.6667em;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote cite,
blockquote small {
  color: #333;
  font-size: 1.6rem;
  line-height: 1.6;
}
blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}

address {
  font-style: italic;
  margin: 0 0 1.6em;
  line-height: 2.4rem;
}

code,
kbd,
tt,
var,
samp,
pre {
  font-family: Inconsolata, monospace;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

pre {
  background-color: rgba(0, 0, 0, 0.01);
  border: 1px solid rgba(51, 51, 51, 0.1);
  line-height: 2.4rem;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 0.8em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

mark,
ins {
  text-decoration: none;
  word-break: normal;
}

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

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

hr {
  background-color: #eaeaea;
  background-color: rgba(51, 51, 51, 0.1);
  border: 0;
  height: 1px;
  margin: 1.5rem 0;
}

table,
th,
td {
  border: 1px solid #ddd;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 2rem 0;
  table-layout: fixed;
  max-width: 100%;
}
.woocommerce table {
  width: 100%;
  table-layout: auto;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

tbody th {
  background: #fff;
}

thead th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

td {
  border-width: 0 1px 1px 0;
}

th,
td {
  padding: 0.5rem 1rem;
  line-height: 2.4rem;
}

del {
  opacity: 0.8;
}

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

textarea {
  max-width: 100%;
}
textarea::-webkit-input-placeholder {
  color: inherit;
}
textarea:-moz-placeholder {
  color: inherit;
}
textarea::-moz-placeholder {
  color: inherit;
}
textarea:-ms-input-placeholder {
  color: inherit;
}

a {
  text-decoration: none;
  transition-duration: 0.2s;
  color: rgb(var(--link-color));
}
@media (hover: hover) {
  a:not(.button, .icon-backto-top):hover {
    color: rgb(var(--bg-ad-to-cart));
  }
}

.link {
  color: rgb(var(--link-color));
}

.link-underline {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
}
@media (hover: hover) {
  .link-underline:hover {
    text-decoration-thickness: 0.2rem;
  }
}

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

dl {
  margin: 0 0 1.75em;
  line-height: 2.4rem;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 0 1rem;
}

.rtl {
  direction: rtl;
}

.border-radius-theme {
  border-radius: var(--button-radius-theme);
}

.heading-font-family {
  font-family: var(--heading-font-family);
  font-weight: 700;
}

@media (max-width: 768px) {
  .hidden-mobile {
    display: none !important;
  }
  
.cart-page-section .cart-table td.hidden-mobile, .cart-page-section .cart-table td.product-offer, .cart-page-section .cart-table td.td-product-details {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
td.hidden-mobile.td-totals-price {
    display: block !important;
}
}
/* @media (min-width: 768px) and (max-width: 991px) {
  .hidden-tablet {
    display: none !important;
  }
} */
@media (min-width: 992px) {
  .hidden-desktop {
    display: none !important;
  }
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-capitalize {
  text-transform: capitalize;
}

.flex-justify-center {
  justify-content: center;
}
.flex-justify-start {
  justify-content: flex-start;
}
.flex-justify-end {
  justify-content: flex-end;
}
.flex-align-center {
  align-items: center;
}
.flex-align-start {
  align-items: flex-start;
}
.flex-align-end {
  align-items: flex-end;
}

.visibility-hidden {
  visibility: hidden !important;
}

.hidden {
  display: none !important;
}

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

.product-price .regular-price {
  margin-left: 0.5em;
}

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

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

*:not(input):not(textarea):not([tabindex="-1"]):not([data-noui]):focus-visible {
  outline: 0.2rem solid rgba(18, 18, 18, 0.5);
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.3rem rgb(255, 255, 255), 0 0 0.5rem 0.4rem rgba(18, 18, 18, 0.3);
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary,
audio,
canvas,
progress,
video {
  display: block;
}

summary {
  border: 1px solid transparent;
}
summary::-webkit-details-marker {
  display: none;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

ul,
ol {
  padding-left: 20px;
}

iframe,
embed,
figure,
figcaption {
  border: 0;
  max-width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

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

img {
  object-fit: cover;
}

img,
video {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

audio,
canvas,
video {
  display: inline;
  zoom: 1;
}

svg {
  pointer-events: none;
  vertical-align: middle;
}
svg.placeholder-svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: rgb(228, 228, 228);
  fill: rgba(38, 38, 38, 0.2);
  transition: transform 0.3s ease;
}

#shopify-product-reviews input {
  border-radius: var(--button-radius);
}
#shopify-product-reviews textarea {
  border-radius: 0.4rem;
}
#shopify-product-reviews input:not([type=submit]),
#shopify-product-reviews textarea {
  box-shadow: 0 0 0 0.1rem #e0e0e0;
}
#shopify-product-reviews input:not([type=submit]):focus,
#shopify-product-reviews textarea:focus {
  box-shadow: 0 0 0 0.1rem rgb(var(--link-hover), 0.5);
}
#shopify-product-reviews .spr-icon {
  color: rgb(var(--rating-star-color));
  font-size: 80%;
}
#shopify-product-reviews .spr-container {
  padding: 2px;
  border: 0;
}
#shopify-product-reviews .spr-header-title {
  font-weight: 700;
}
@media (max-width: 767px) {
  #shopify-product-reviews .spr-header-title {
    font-size: 2rem;
  }
}
#shopify-product-reviews .spr-summary .spr-summary-actions {
  flex: 0 0 100%;
  display: inline-flex;
  justify-content: center;
}
#shopify-product-reviews .spr-summary .spr-summary-caption {
  line-height: 1;
  margin-top: 1.5rem;
  display: block;
}
#shopify-product-reviews .spr-summary .spr-summary-actions-newreview {
  font-weight: 500;
  padding: 0.8rem 2.2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  #shopify-product-reviews .spr-summary .spr-summary-actions-newreview {
    padding: 0.5rem 1.5rem;
    font-size: 1.3rem;
  }
}
#shopify-product-reviews .spr-form {
  margin: 4rem auto 0 auto;
}
#shopify-product-reviews .spr-form input {
  min-height: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
#shopify-product-reviews .spr-form input:not(input[type=submit]) {
  min-height: 6rem;
}
#shopify-product-reviews .spr-form input[type=submit] {
  padding: 1.95rem 4rem;
}
#shopify-product-reviews .spr-form .spr-form-title:empty {
  display: none;
}
#shopify-product-reviews .spr-form .spr-form-label {
  display: none;
}
#shopify-product-reviews .spr-form .spr-form-contact {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
#shopify-product-reviews .spr-form .spr-form-contact:before, #shopify-product-reviews .spr-form .spr-form-contact:after {
  display: none;
}
#shopify-product-reviews .spr-form .spr-form-contact .spr-form-contact-name:before, #shopify-product-reviews .spr-form .spr-form-contact .spr-form-contact-name:after,
#shopify-product-reviews .spr-form .spr-form-contact .spr-form-contact-email:before,
#shopify-product-reviews .spr-form .spr-form-contact .spr-form-contact-email:after {
  display: none;
}
#shopify-product-reviews .spr-form .spr-form-actions {
  display: flex;
  justify-content: star;
}
#shopify-product-reviews .spr-form .spr-form-message {
  text-align: center;
}
#shopify-product-reviews .spr-reviews:empty {
  display: none;
}
@media (max-width: 767px) {
  #shopify-product-reviews .spr-reviews {
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
  }
  #shopify-product-reviews .spr-reviews .spr-review {
    min-width: 27rem;
    overflow: hidden;
  }
  #shopify-product-reviews .spr-reviews .spr-review-header-title,
#shopify-product-reviews .spr-reviews .spr-review-header-byline,
#shopify-product-reviews .spr-reviews .spr-review-content {
    white-space: normal;
  }
}
#shopify-product-reviews .spr-reviews .spr-review {
  border: 1px solid rgba(var(--text-color), 0.1);
  border-radius: var(--button-radius-theme);
  padding: 2rem;
  transition: 0.2s;
  margin-bottom: 3rem;
}
#shopify-product-reviews .spr-reviews .spr-review:last-child {
  margin-bottom: 0;
}
#shopify-product-reviews .spr-reviews .spr-starratings {
  margin-bottom: 0.9rem;
}
#shopify-product-reviews .spr-reviews .spr-review-header {
  display: flex;
  flex-direction: column;
}
#shopify-product-reviews .spr-reviews .spr-review-header-title {
  font-size: 1.8rem;
  margin-top: 1rem;
  font-family: var(--body-font-family);
  order: 1;
}
#shopify-product-reviews .spr-reviews .spr-review-header-byline {
  font-weight: normal;
  font-size: 1.4rem;
  font-style: normal;
  margin: 0;
}
#shopify-product-reviews .spr-reviews .spr-review-header-byline strong {
  color: rgb(var(--heading-color));
}
#shopify-product-reviews .spr-reviews .spr-review-header-byline strong:last-child {
  font-weight: 400;
}
#shopify-product-reviews .spr-reviews .spr-review-content {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
#shopify-product-reviews .spr-reviews .spr-review-content .spr-review-content-body {
  margin: 0;
  font-size: 1.4rem;
  line-height: 2.7rem;
}
#shopify-product-reviews .spr-reviews .spr-review-reply-body {
  font-size: 1.4rem;
  line-height: 2.5rem;
}
#shopify-product-reviews .spr-reviews .spr-review-footer .spr-review-reportreview {
  color: rgb(var(--link-hover));
  font-size: 1.2rem;
}
@media (hover: hover) {
  #shopify-product-reviews .spr-reviews .spr-review-footer .spr-review-reportreview:hover {
    color: rgb(var(--link-color));
  }
}

.address-box-section .address-box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .address-box-section .address-box {
    height: auto;
  }
}
@media (min-width: 768px) {
  .address-box-section .address-summary,
.address-box-section .address-content {
    width: calc((100% - 30px) / 2);
  }
}
.address-box-section .address-summary {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .address-box-section .address-summary {
    width: 100%;
    flex-direction: column;
  }
}
.address-box-section .summary-item {
  padding: 0 1.5rem;
  height: 100%;
  transition: border 0.3s;
  cursor: pointer;
}
.address-box-section .summary-item.active .address-heading svg {
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .address-box-section .summary-item {
    border: 0.5rem solid transparent;
    padding: 0 3rem;
    width: calc((100% - 30px) / 2);
  }
  .address-box-section .summary-item.active {
    border-color: #c7cfe1;
  }
}
@media (max-width: 767px) {
  .address-box-section .summary-item {
    border: 1px solid rgba(var(--text-color), 0.3);
  }
  .address-box-section .summary-item:not(.active) .address-sub {
    display: none;
  }
  .address-box-section .summary-item + .summary-item {
    border-top: 0;
  }
}
.address-box-section .summary-item-inner {
  padding: 0;
}
@media (min-width: 768px) {
  .address-box-section .summary-item-inner {
    padding: 1rem 0;
  }
}
.address-box-section .address-heading {
  margin-left: 0;
  margin-right: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  color: currentColor;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .address-box-section .address-heading {
    font-size: 2rem;
    font-weight: 500;
  }
  .address-box-section .address-heading svg {
    display: none;
  }
}
.address-box-section .address-heading svg {
  width: 1.2rem;
  height: 1.2rem;
  transition: transform 0.3s ease;
}
.address-box-section .address-sub {
  padding: 0;
}
.address-box-section .address-image {
  margin-bottom: 2.8rem;
}
.address-box-section .address-content {
  overflow: hidden;
}
@media (max-width: 767px) {
  .address-box-section .address-content {
    display: none;
  }
}
.address-box-section .address-content-inner {
  display: flex;
  width: 100%;
  height: 100%;
  transform: translateX(0);
  transition: transform 0.3s ease;
}
.address-box-section .address-content-inner[data-level="1"] {
  transform: translateX(-100%);
}
.address-box-section .address-content-inner img,
.address-box-section .address-content-inner svg {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .blog-sidebar .left {
    margin-top: 0;
    margin-bottom: 5rem;
  }
  .blog-sidebar .right {
    margin-top: 5rem;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .content-article {
    width: 93.7%;
    margin: auto !important;
  }
}
@media (min-width: 1200px) {
  .content-article.no-sidebar {
    width: 75%;
    margin: auto;
  }
}
@media (min-width: 992px) {
  .content-article.no-sidebar .box-comment-form {
    margin: auto;
    width: 73.4%;
  }
  .content-article.no-sidebar .comment-form-heading {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .content-article .article-conten-box {
    width: 83.3333333333%;
    margin: 0 auto;
  }
}
.content-article .article-cate a {
  font-size: 1.6rem;
  color: rgb(var(--link-hover));
}
@media (hover: hover) {
  .content-article .article-cate a:hover {
    color: rgb(var(--color-2));
  }
}
.content-article .article-title {
  margin-top: 7px;
  line-height: 1.2;
  margin-bottom: 0;
}
.content-article .entry-image-article {
  overflow: hidden;
  margin-top: 5rem;
}
.content-article .entry-image-article img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .content-article .entry-image-article img {
    max-height: 492px;
  }
}
.content-article .blog-header-info {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 2.8rem;
}
.content-article .blog-header-info .article-info-item {
  margin-left: 0.8rem;
}
.content-article .blog-header-info .article-info-item:before {
  content: "·";
  margin-right: 0.8rem;
}
.content-article .blog-header-info .article-info-item:first-child {
  margin-left: 0;
}
.content-article .blog-header-info .article-info-item:first-child:before {
  display: none;
}
.content-article .post-content {
  margin-top: 3.8rem;
}
.content-article .post-content p {
  margin: 0 0 2rem;
  line-height: 1.4;
  font-size: 1.7rem;
  color: rgb(var(--heading-color));
}
.content-article .post-content p:last-child {
  margin-bottom: 0;
}
.content-article .post-content p img {
  margin-bottom: 1.6rem;
}
.content-article .post-content h4 {
  margin-bottom: 2.8rem;
}
.content-article .post-content h5 {
  margin: 5rem 0 2rem;
}
.content-article .post-content blockquote {
  background-color: #F4F6FA;
  padding: 40px 60px;
  border-radius: 15px;
  margin: 30px auto;
  max-width: 80%;
  border: none;
}
@media (max-width: 575px) {
  .content-article .post-content blockquote {
    padding: 2rem;
  }
}
.content-article .post-content blockquote p {
  font-size: 2.4rem;
  line-height: 1.35;
  font-weight: 400;
  color: rgb(var(--heading-color));
}
.content-article .post-content blockquote a {
  color: rgb(var(--link-hover));
}
@media (hover: hover) {
  .content-article .post-content blockquote a:hover {
    color: rgb(var(--color-2));
  }
}
.content-article .post-content blockquote strong {
  font-weight: 500;
  color: rgb(var(--heading-color));
}
.content-article .post-content blockquote .cite {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0;
}
.content-article .post-content .custom-table {
  margin-bottom: 1rem;
  border: none;
}
@media (max-width: 575px) {
  .content-article .post-content .custom-table tr {
    display: flex;
    flex-wrap: wrap;
  }
  .content-article .post-content .custom-table tr td {
    width: 100% !important;
    padding: 10px 0 0 !important;
  }
  .content-article .post-content .custom-table img {
    width: 100%;
  }
}
.content-article .post-content .custom-table td {
  border: none;
  padding: 0;
}
.content-article .post-content .custom-table td.content {
  padding-left: 2.5rem;
}
.content-article .post-content .custom-table tbody {
  vertical-align: top;
}
.content-article .post-content .custom-table .figcaption {
  font-size: 1.2rem;
}
.content-article .article-tag a {
  padding: 1rem 1.8rem;
  font-size: 1.2rem;
  font-family: var(--heading-font-family);
  line-height: 1.8;
  color: #fff;
  background-color: rgb(var(--link-hover));
  border-radius: 4px;
  margin-right: 0.8rem;
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
  display: inline-block;
  letter-spacing: 0.5px;
  font-weight: 700;
}
@media (hover: hover) {
  .content-article .article-tag a:hover {
    background-color: rgb(var(--color-2));
    transform: translateY(-5px);
    transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
  }
}
.content-article .entry-bottom-blog {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ececec;
  padding-top: 2.9rem;
  margin-top: 50px !important;
  align-items: center;
}
.content-article .entry-bottom-blog .title-social {
  font-size: 1.6rem;
  font-weight: 600;
  margin-right: 1rem;
}
.content-article .entry-bottom-blog .social-media-list {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
.content-article .entry-bottom-blog .social-media-list a {
  color: rgb(var(--text-color));
}
.content-article .entry-bottom-blog li {
  margin: 0 0.4rem;
}
.content-article .entry-bottom-blog svg {
  width: auto;
  height: 1.6rem;
}
.content-article .comment-form-heading {
  font-weight: 700;
  font-size: 3.6rem;
  letter-spacing: 0.5px;
  margin-bottom: 2.8rem;
}
.content-article .comment-form {
  margin-top: 5rem;
}
.content-article .comment-form .primary-button, .content-article .comment-form #shopify-product-reviews .spr-summary .spr-summary-actions-newreview, #shopify-product-reviews .spr-summary .content-article .comment-form .spr-summary-actions-newreview,
.content-article .comment-form #shopify-product-reviews .spr-form .spr-form-actions [type=submit],
#shopify-product-reviews .spr-form .spr-form-actions .content-article .comment-form [type=submit] {
  border-radius: var(--button-radius-outset);
  border: none;
  padding: 1.9rem 4rem;
  margin-top: 0.2rem;
  font-size: 1.6rem;
  letter-spacing: 0.5px;
}
.content-article .form-fields {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1.8rem;
}
.content-article .form-fields .field-item {
  width: 100%;
  max-width: calc((100% - 3rem) / 2);
  margin-bottom: 1.8rem;
}
@media (max-width: 575px) {
  .content-article .form-fields .field-item {
    max-width: 100%;
  }
}
.content-article .form-fields .field-item.text-area {
  max-width: 100%;
}
.content-article .form-fields .field-item input,
.content-article .form-fields .field-item textarea {
  width: 100%;
  box-shadow: 0 0 0 0.1rem #e0e0e0;
  padding: 1rem 1.5rem;
  border-radius: var(--button-radius-outset);
}
.content-article .form-fields .field-item input:focus,
.content-article .form-fields .field-item textarea:focus {
  box-shadow: 0 0 0 0.1rem rgb(var(--link-hover), 0.5);
}
.content-article .form-fields .field-item input:focus::placeholder,
.content-article .form-fields .field-item textarea:focus::placeholder {
  color: rgb(var(--heading-color));
}
.content-article .form-fields .field-item input::-webkit-input-placeholder,
.content-article .form-fields .field-item textarea::-webkit-input-placeholder {
  color: rgb(var(--text-color));
  font-size: 1.6rem;
}
.content-article .form-fields .field-item input:-moz-placeholder,
.content-article .form-fields .field-item textarea:-moz-placeholder {
  color: rgb(var(--text-color));
  font-size: 1.6rem;
}
.content-article .form-fields .field-item input::-moz-placeholder,
.content-article .form-fields .field-item textarea::-moz-placeholder {
  color: rgb(var(--text-color));
  font-size: 1.6rem;
}
.content-article .form-fields .field-item input:-ms-input-placeholder,
.content-article .form-fields .field-item textarea:-ms-input-placeholder {
  color: rgb(var(--text-color));
  font-size: 1.6rem;
}
.content-article .form-fields .field-item input {
  height: 6.4rem;
}
.content-article .form-fields .field-item textarea {
  height: 20rem;
}
.content-article .sub-comment-form {
  font-size: 1.3rem;
  font-style: italic;
  margin-top: 2.6rem;
  letter-spacing: 0.3px;
}
.content-article .article-comment {
  border-radius: 15px;
  border: 1px solid #ececec;
  padding: 3rem !important;
  position: relative;
}
.content-article .article-comment:not(:last-child) {
  margin-bottom: 3rem;
}
@media (hover: hover) {
  .content-article .article-comment:hover .button-reply-comment {
    opacity: 1;
    visibility: visible;
  }
}
.content-article .article-comment .comment-author {
  display: block;
  letter-spacing: 0.3px;
  color: rgb(var(--link-hover));
  font-size: 1.7rem;
}
.content-article .article-comment .comment-date {
  font-size: 1.3rem;
}
.content-article .article-comment .comment-meta {
  margin-bottom: 1.5rem;
}
.content-article .article-comment .comment-content {
  margin-top: 0.6rem;
  letter-spacing: 0.3px;
  line-height: 1.5em;
  color: rgb(var(--heading-color));
}
.content-article .article-comment .comment-content p:last-child {
  margin-bottom: 0;
}
.content-article .article-comment .button-reply-comment {
  font-weight: 500;
  color: rgb(var(--link-hover));
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .content-article .article-comment .button-reply-comment:hover {
    color: rgb(var(--color-2));
  }
}
.content-article .comment-list {
  margin-top: 5rem;
  border-top: 1px solid #ececec;
  padding-top: 3.5rem;
}
.content-article .comment-heading {
  margin-bottom: 3.2rem;
  font-weight: 700;
}

.section-banner .banner-item {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .section-banner .banner-item {
    margin-bottom: 3rem;
  }
}
.section-banner .image-banner {
  transition: transform 0.3s ease-out;
  position: relative;
}
@media (hover: hover) {
  .section-banner .image-banner:hover img {
    opacity: 0.9;
  }
}
.section-banner .image-banner img {
  border-radius: 1rem;
  display: block;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 575px) {
  .section-banner .image-banner img {
    min-height: 16rem;
  }
}
.section-banner .image-banner .content-banner {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  padding: 0 5rem;
}
@media (hover: hover) {
  .section-banner .image-banner .content-banner:hover .nest-banner-title {
    transform: translate(0, -0.4rem);
  }
}
.section-banner .nest-banner-title {
  font-weight: 700;
  transition: top 0.5s ease, transform 0.5s;
  margin: 0;
  min-height: 10.2rem;
  margin-bottom: 1.5rem;
}
.section-banner .button-name {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.section-banner .button-name a {
  transition: transform 0.3s ease-out;
  display: inline-block;
  padding: 0.6rem 1.2rem;
  border-radius: 0.4rem;
}
@media (hover: hover) {
  .section-banner .button-name a:hover svg {
    transition-duration: 0.3s;
    margin-left: 0.6rem;
  }
}
.section-banner .button-text {
  font-weight: 700;
}
.section-banner .button-icon {
  margin-left: 0.5rem;
  font-size: 1.4rem;
}
.section-banner .button-icon svg {
  width: 1rem;
  margin-left: 0.3rem;
  vertical-align: text-bottom;
  transition-duration: 0.3s;
}
.section-banner .button-icon svg path {
  stroke: #fff;
  stroke-width: 0.1rem;
}

.stretch-section-padding {
  padding-right: 1rem;
  padding-left: 1rem;
}

.section-blog-carousel .title-wrapper {
  margin-bottom: 4rem;
}
.section-blog-carousel .article-card {
  background: #fff;
  padding-bottom: 3rem;
}
.section-blog-carousel .article_img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
@media (max-width: 575px) {
  .section-blog-carousel .swiper-button-prev,
.section-blog-carousel .swiper-button-next {
    display: none;
  }
}

@media (max-width: 767px) {
  .has-blog-post-card:not(.blog-list-section) .grid {
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
  }
  .has-blog-post-card:not(.blog-list-section) .grid .grid-item {
    min-width: 30rem;
    overflow: hidden;
  }
  .has-blog-post-card:not(.blog-list-section) .grid .article-card-title,
.has-blog-post-card:not(.blog-list-section) .grid .article-card-excerpt {
    white-space: normal;
  }
}
.has-blog-post-card .article-card {
  margin-bottom: 3rem;
}
.has-blog-post-card .article-card-title {
  font-weight: 700;
  line-height: 1.5;
  display: block;
  margin-top: 0;
}
.has-blog-post-card .article_img {
  overflow: hidden;
}
.has-blog-post-card .article-card-info {
  display: inline-flex;
  flex-wrap: wrap;
}
.has-blog-post-card .article-card-info .article-info-item + .article-info-item {
  margin-left: 0.8rem;
}
.has-blog-post-card .article-card-info .article-info-item + .article-info-item:before {
  content: "·";
  margin-right: 0.8rem;
  font-size: 20px;
  line-height: 0;
  color: rgb(var(--text-color), 0.5);
}
.has-blog-post-card .article-card-author span {
  margin-left: 0.5rem;
}
.has-blog-post-card .article-card-excerpt {
  line-height: 2.7rem;
}
.has-blog-post-card .button {
  display: inline-block;
}
@media (min-width: 768px) {
  .has-blog-post-card .button {
    margin-top: 1rem;
  }
}

.hover-animated {
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}
@media (hover: hover) {
  .hover-animated:hover {
    transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
    transform: translateY(-5px);
  }
}

.content-blog-page.has-sidebar {
  justify-content: space-between;
}
.content-blog-page.has-sidebar .blog-sidebar {
  width: 100%;
}
@media (min-width: 992px) {
  .content-blog-page.has-sidebar .blog-sidebar {
    width: 33.5%;
  }
}
.content-blog-page.has-sidebar .list-blog {
  width: 100%;
}
@media (min-width: 992px) {
  .content-blog-page.has-sidebar .list-blog {
    width: 66.5%;
  }
}
@media (max-width: 991px) {
  .content-blog-page .blog-sidebar .sidebar {
    display: block;
  }
  .content-blog-page .blog-sidebar.left {
    margin-bottom: 4rem;
  }
  .content-blog-page .blog-sidebar.right {
    margin-top: 4rem;
  }
}
.content-blog-page .blog-sidebar .wg-search-form {
  position: relative;
}
.content-blog-page .blog-sidebar .wg-search-form input[type=text] {
  height: 6.4rem;
  box-shadow: 0 0 0 0.1rem #e0e0e0;
  padding: 0 19px;
  padding-right: 3.5em;
  width: 100%;
}
.content-blog-page .blog-sidebar .wg-search-form input[type=text]:focus {
  box-shadow: 0 0 0 0.1rem rgb(var(--link-hover), 0.5);
}
.content-blog-page .blog-sidebar .wg-search-form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: transparent;
  border: none;
  font-size: 2rem;
  padding: 0 2.4rem;
  transition: all 0.25s;
}
@media (hover: hover) {
  .content-blog-page .blog-sidebar .wg-search-form button:hover {
    color: #fff;
    background-color: rgb(var(--button-bg-color));
  }
}
.content-blog-page .blog-sidebar .list-tag {
  margin-top: 2.4rem;
}
.content-blog-page .blog-sidebar .list-tag li {
  display: inline-block;
  margin: 0 2rem 2rem 0;
}
.content-blog-page .blog-sidebar .list-tag li.active a {
  position: relative;
  padding: 1rem 2rem 1rem 4rem;
}
.content-blog-page .blog-sidebar .list-tag li.active a:before {
  content: "X";
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
  color: #B6B6B6;
}
.content-blog-page .blog-sidebar .list-tag a {
  background-color: #fff;
  display: inline-block;
  border-radius: 3rem;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  padding: 1rem 2rem;
  border: 1px solid #ececec;
  font-family: var(--heading-font-family);
  font-size: 1.7rem;
  font-weight: 700;
  transition: all 0.3s ease 0s;
  color: rgb(var(--button-bg-color));
}
@media (hover: hover) {
  .content-blog-page .blog-sidebar .list-tag a:hover {
    color: rgb(var(--color-2));
  }
}
.content-blog-page .blog-sidebar .list-gallery {
  gap: 10px;
}
.content-blog-page .blog-sidebar .list-gallery .item {
  position: relative;
}
.content-blog-page .blog-sidebar .list-gallery a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.content-blog-page .fw400 {
  font-weight: 400;
}
.content-blog-page .button-blog .btn-readmore {
  text-align: center;
  position: relative;
  font-size: 1.4rem;
  transition: 0.5s;
  display: inline-block;
}

.info-blog-card .cate {
  margin-bottom: 0.8rem;
}
.info-blog-card .cate a {
  color: rgb(var(--text-color));
}

.blog-grid .info-blog-card {
  padding: 2.15rem 3rem;
}
.blog-grid .article-card-title {
  line-height: 1.2;
  letter-spacing: 0.5px;
  margin-bottom: 0.9rem;
}
.blog-grid .article-card-excerpt {
  margin-top: 1rem;
}
.blog-grid .article-card.text-center .article-card-info {
  justify-content: center;
}
.blog-grid .article-card.text-right .article-card-info {
  justify-content: end;
}

.blog-standar .article-card-title {
  line-height: 1.2;
}
@media (max-width: 575px) {
  .blog-standar .article-card-title {
    font-size: 2.2rem;
  }
}
.blog-standar .article-card {
  margin-bottom: 5rem;
}
.blog-standar .info-blog-card {
  padding: 3.5rem 3rem;
}
@media (max-width: 575px) {
  .blog-standar .info-blog-card {
    padding: 2rem;
  }
}
.blog-standar .article_img img {
  width: 100%;
  max-height: 460px;
  object-fit: cover;
}
.blog-standar .article-card-excerpt {
  margin-top: 2rem;
}
.blog-standar .bottom-blog {
  display: flex;
  justify-content: space-between;
  margin-top: 3.2rem;
  align-items: start;
}
@media (max-width: 767px) {
  .blog-standar .bottom-blog {
    margin-top: 2rem;
  }
}
.blog-standar .btn-readmore {
  padding: 0.8rem 2.2rem;
  font-size: 1.2rem !important;
  line-height: 1.8;
  background-color: rgb(var(--link-hover));
  color: #fff;
  border-radius: 0.4rem;
}
.blog-standar .btn-readmore svg {
  margin-left: 1rem;
}
@media (hover: hover) {
  .blog-standar .btn-readmore:hover {
    color: #fff;
    background-color: rgb(var(--color-2));
  }
}
@media (max-width: 575px) {
  .blog-standar .article-card-info {
    display: none;
  }
  .blog-standar .bottom-blog {
    justify-content: end;
  }
}

.blog-list .article-card {
  margin-bottom: 3rem;
  border: 1px solid #ececec;
  overflow: hidden;
}
@media (min-width: 768px) {
  .blog-list .article-card {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.blog-list .info-blog-list {
  padding: 3rem;
}
.blog-list .info-blog-list .article-card-title {
  margin: 0 0 1.8rem;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .blog-list .info-blog-list .article-card-title {
    font-size: 2.2rem;
  }
}
.blog-list .info-blog-list .article-card-excerpt {
  line-height: 2.45rem;
}
@media (max-width: 1199px) {
  .blog-list .info-blog-list .article-card-excerpt {
    display: none;
  }
}
.blog-list .bottom-blog {
  display: flex;
  justify-content: space-between;
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  .blog-list .bottom-blog {
    margin-top: 1.5rem;
  }
}

.btn-readmore {
  color: rgb(var(--link-hover));
}

@media (min-width: 1200px) {
  .container-blog-standar {
    width: 66.6666666667%;
    margin: auto;
  }
  .container-blog-standar.has-sidebar {
    width: 100%;
  }
}
.blog-page-title {
  margin: 0;
}

.box-title-blog {
  display: flex;
  align-items: center;
  margin: 0 0 5rem;
}
.box-title-blog svg {
  width: 3.6rem;
  height: 3.6rem;
  flex-shrink: 0;
  margin-right: 2.3rem;
}

.box-main-site {
  max-width: 1290px;
  background: #fff;
  margin: auto;
}
@media (max-width: 1400px) {
  .box-main-site {
    max-width: 90%;
  }
}

.breadcrumb {
  display: flex;
  flex-direction: column;
  font-family: var(--heading-font-family);
  font-weight: 700;
}
.breadcrumb ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumb .page-title {
  margin: 0;
}
.breadcrumb .breadcrumb-list li {
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 0.7rem;
  padding-right: 1.6rem;
  margin-right: 1rem;
}
.breadcrumb .link_homepage a {
    color: #ff9a00 !important;
}
.breadcrumb .breadcrumb-list li:last-child {
  margin: 0;
  padding: 0;
  background: none;
}
.breadcrumb .link_homepage svg {
  width: auto;
  height: 1.4rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.breadcrumb .link_homepage a {
  transition: all 0.3s ease 0s;
}
@media (hover: hover) {
  .breadcrumb .link_homepage a:hover {
    color: rgb(var(--color-2)) !important;
  }
}

.box-breadcrumb.has-list-cate {
  padding: 0 8rem;
}
@media (min-width: 1200px) {
  .box-breadcrumb.has-list-cate {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .box-breadcrumb.has-list-cate .list-cate {
    width: 75%;
  }
  .box-breadcrumb.has-list-cate .breadcrumb {
    width: 25%;
  }
}
@media (max-width: 575px) {
  .box-breadcrumb.has-list-cate {
    padding: 0 3rem;
  }
}
.box-breadcrumb .list-cate ul {
  list-style: none;
  text-align: right;
  margin: 0;
  padding: 0;
}
.box-breadcrumb .list-cate li {
  display: inline-block;
  margin: 1rem 1.5rem 1rem 0;
}
.box-breadcrumb .list-cate li.active .nav-link {
  color: rgb(var(--link-color));
}
.box-breadcrumb .list-cate svg {
  width: 1rem;
  height: auto;
  margin-right: 1rem;
  fill: #B6B6B6;
}
.box-breadcrumb .list-cate .nav-link {
  background-color: #fff;
  display: inline-block;
  border-radius: 3rem;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  padding: 1rem 2rem;
  border: 1px solid #ececec;
  font-size: 1.7rem;
  transition: all 0.3s ease 0s;
  color: rgb(var(--link-hover));
}
@media (hover: hover) {
  .box-breadcrumb .list-cate .nav-link:hover {
    color: rgb(var(--color-2));
  }
}

.collapsible-section .container {
  display: flex;
}
.collapsible-section .collapsible-wrap {
  max-width: 100%;
}
.collapsible-section .collapsible-item {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.collapsible-section .collapsible-item + .collapsible-item {
  border-top: 0;
}
.collapsible-section .collapsible-item[open] .collapsible-caret svg {
  transform: rotate(180deg);
}
.collapsible-section .collapsible-summary {
  display: flex;
  cursor: pointer;
  padding: 1.3rem 0;
}
.collapsible-section .collapsible-title {
  width: 100%;
  margin: 0;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .collapsible-section .collapsible-title {
    font-weight: 400;
  }
}
.collapsible-section .collapsible-caret svg {
  width: 0.7rem;
}
.collapsible-section .collapsible-content {
  padding: 1rem 1rem 1.5rem 1rem;
}
@media (max-width: 767px) {
  .collapsible-section .collapsible-content {
    padding-left: 0;
    padding-right: 0;
  }
}
.collapsible-section .collapsible-content:empty {
  display: none;
}

@media (max-width: 767px) {
  .collection-collage-section .grid {
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
  }
  .collection-collage-section .grid .grid-item {
    min-width: 28rem;
    overflow: hidden;
  }
  .collection-collage-section .grid .collection-heading {
    white-space: normal;
  }
}
.collection-collage-section .collection-collage {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .collection-collage-section .collection-collage .product-item {
    margin-bottom: 6.3rem;
  }
  .collection-collage-section .collection-collage .product-item:nth-child(2) {
    padding: 0 10rem;
  }
  .collection-collage-section .collection-collage .product-item:nth-child(3) {
    flex: 0 0 100%;
    width: 100%;
  }
  .collection-collage-section .collection-collage .product-item:nth-child(3) .card-item {
    display: flex;
    justify-content: center;
  }
  .collection-collage-section .collection-collage .product-item:nth-child(3) .card-media {
    margin-right: 6rem;
  }
  .collection-collage-section .collection-collage .product-item:nth-child(3) .card-media-inner {
    width: 57rem;
  }
  .collection-collage-section .collection-collage .product-item:nth-child(3) .card-text {
    align-items: flex-start;
  }
}
.collection-collage-section .card-item {
  position: relative;
  margin-bottom: 3rem;
}
@media (hover: hover) {
  .collection-collage-section .card-item:hover .card-media:after {
    border-color: rgb(var(--link-hover));
  }
  .collection-collage-section .card-item:hover .card-media-inner {
    transform: translate(-1rem, -1rem);
  }
}
.collection-collage-section .card-item .card-link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 20;
}
.collection-collage-section .card-item .card-media {
  position: relative;
}
.collection-collage-section .card-item .card-media:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border: 1px solid transparent;
  transition: border-color 0.2s ease;
}
.collection-collage-section .card-item .card-media-inner {
  position: relative;
  z-index: 5;
  transition: transform 0.2s ease;
}
.collection-collage-section .card-item .card-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .collection-collage-section .card-item .card-text {
    margin-top: 3.1rem;
  }
}
.collection-collage-section .card-item .collection-heading {
  font-weight: 400;
  margin: 0;
  font-size: 2.3rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .collection-collage-section .card-item .collection-heading {
    font-size: 4.8rem;
  }
}
.collection-collage-section .card-item .collection-item {
  font-style: italic;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .collection-collage-section .card-item .collection-item {
    margin-top: 2rem;
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .collection-grid-section .grid {
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
  }
  .collection-grid-section .grid .grid-item {
    min-width: 28rem;
    overflow: hidden;
  }
  .collection-grid-section .grid .collection-heading {
    white-space: normal;
  }
}
.collection-grid-section .title-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
}
.collection-grid-section .title-wrapper .collection-grid-title {
  font-size: 2rem;
  margin: 0;
  padding: 1rem 0;
}
.collection-grid-section .title-wrapper .collection-grid-title:last-child {
  flex-grow: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .collection-grid-section .title-wrapper .collection-grid-title {
    font-size: 130%;
  }
}
.collection-grid-section .title-wrapper .view-all-button {
  text-decoration: underline;
  padding: 1rem 0;
}
@media (hover: hover) {
  .collection-grid-section .title-wrapper .view-all-button:hover {
    text-decoration: none;
  }
}
.collection-grid-section .card-item {
  position: relative;
  margin-bottom: 3rem;
}
@media (hover: hover) {
  .collection-grid-section .card-item:hover .card-media:after {
    border-color: rgb(var(--link-hover));
  }
  .collection-grid-section .card-item:hover .card-media-inner {
    transform: translate(-1rem, -1rem);
  }
}
.collection-grid-section .card-item .card-link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 20;
}
.collection-grid-section .card-item .card-media {
  position: relative;
}
.collection-grid-section .card-item .card-media:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border: 1px solid transparent;
  transition: border-color 0.2s ease;
}
.collection-grid-section .card-item .card-media-inner {
  position: relative;
  z-index: 5;
  transition: transform 0.2s ease;
}
.collection-grid-section .card-item .card-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 3.2rem;
}
.collection-grid-section .card-item .collection-heading {
  font-weight: 400;
  font-size: 2.4rem;
  text-align: center;
  margin: 0;
  font-family: var(--body-font-family);
}
.collection-grid-section .card-item .collection-item {
  font-style: italic;
  margin-top: 0.9rem;
}

.collection-slide-section {
  margin-top: 5.5rem;
}
.collection-slide-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.collection-slide-section .collection-slide .container {
  position: relative;
}
@media (hover: hover) and (min-width: 1400px) {
  .collection-slide-section .collection-slide .swiper-button-prev {
    left: -4.5rem;
  }
  .collection-slide-section .collection-slide .swiper-button-next {
    right: -4.5rem;
  }
}
@media (hover: hover) {
  .collection-slide-section .collection-slide:hover .swiper-button-prev,
.collection-slide-section .collection-slide:hover .swiper-button-next {
    opacity: 1;
    visibility: visible;
  }
}
.collection-slide-section .collection-heading {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
}
.collection-slide-section .grid {
  align-items: center;
}
.collection-slide-section .grid .card-item {
  margin-bottom: 3rem;
}
.collection-slide-section .card-item {
  position: relative;
}
@media (hover: hover) {
  .collection-slide-section .card-item:hover img,
.collection-slide-section .card-item:hover svg {
    transform: scale(1.05);
  }
}
.collection-slide-section .card-item img,
.collection-slide-section .card-item svg {
  transition: transform 0.3s ease;
}
.collection-slide-section .card-link {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
}
.collection-slide-section .card-media {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.collection-slide-section .swiper-button-prev,
.collection-slide-section .swiper-button-next {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #f3f3f3;
}
.collection-slide-section .swiper-button-prev svg,
.collection-slide-section .swiper-button-next svg {
  width: 1rem;
  height: 1rem;
}

.sticky-sidebar {
  position: sticky;
  top: 8rem;
}

.compare-box-open {
  overflow: hidden;
}
.compare-box-open .compare-box {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.compare-box-open .compare-box .compare-inner {
  transform: translateY(0);
}

.compare-box {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(var(--overlay-color), 0.5);
  transition-duration: 0.3s;
}
.compare-box.loading .compare-content {
  opacity: 0;
  visibility: hidden;
}
.compare-box .compare-inner {
  overflow: hidden;
  background-color: #fff;
  transform: translateY(1rem);
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  margin: 15px;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
}
.compare-box .compare-close {
  border: 0;
  background-color: #e4e4e4;
  padding: 0.7rem;
  position: absolute;
  right: 0;
  top: 0;
  min-width: 4.4rem;
  min-height: 4.4rem;
  cursor: pointer;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 0.3s;
  color: #222;
}
@media (hover: hover) {
  .compare-box .compare-close:hover .tooltip {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
}
.compare-box .compare-close svg {
  width: 1rem;
  height: 1rem;
}
@media (hover: hover) {
  .compare-box .compare-close:hover {
    background-color: #c5c2c2;
  }
}
@media (max-width: 991px) {
  .compare-box .compare-close {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
.compare-box .compare-content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  overflow-y: auto;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .compare-box .compare-content {
    overflow-x: auto;
  }
}
.compare-box .compare-table {
  height: 100%;
  margin: 0;
}
@media (min-width: 992px) {
  .compare-box .compare-table {
    width: 100%;
  }
}
.compare-box thead td:first-of-type,
.compare-box tbody tr td:first-of-type,
.compare-box tfoot td:first-of-type {
  font-weight: 700;
  padding: 3rem 2rem;
  font-size: 1.4rem;
  color: rgb(var(--text-color));
}
.compare-box thead {
  font-weight: 500;
  font-size: 1.5rem;
  background-color: #f8f8f8;
  position: sticky;
  top: 0;
}
.compare-box thead a {
  display: block;
}
.compare-box tbody {
  overflow-y: scroll;
}
.compare-box tbody tr:last-of-type td {
  border-bottom: 0;
}
.compare-box tfoot {
  position: sticky;
  bottom: 0;
  border-top: 1px solid #f3f3f3;
  background-color: #f8f8f8;
}
.compare-box tr {
  transition: background-color 0.3s ease;
}
@media (hover: hover) {
  .compare-box tr:hover {
    background-color: #f8f8f8;
  }
}
.compare-box td,
.compare-box th {
  min-width: 17rem;
  padding: 3rem 1.5rem;
  border-bottom: 1px solid #f3f3f3;
  border-right: 1px solid #f3f3f3;
  text-align: center;
}
.compare-box td:first-of-type,
.compare-box th:first-of-type {
  width: 20rem;
}
.compare-box td:last-of-type,
.compare-box th:last-of-type {
  border-right: 0;
}
.compare-box .td-placeholder {
  position: relative;
  text-align: center;
}
.compare-box .td-placeholder:before {
  content: "";
  display: inline-block;
  width: 6rem;
  height: 0.8rem;
  background-color: #eeeeee;
  border-radius: 0.2rem;
}
.compare-box .product-stock-status {
  display: inline-block;
  padding: 0.8rem 1.2rem;
  border-radius: 0.5rem;
  font-family: var(--heading-font-family);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  background-color: rgb(var(--bg-ad-to-cart));
  color: rgb(var(--link-hover));
}
.compare-box .product-stock-status.out-of-stock {
  color: rgb(var(--sale-label-quickview));
  background-color: rgb(var(--bgsale-label-quickview));
}
.compare-box .compare-image td.td-placeholder:before {
  content: none;
}
.compare-box .compare-image a, .compare-box .compare-image img {
  width: 100%;
  height: auto;
  display: block;
}
.compare-box .compare-image a.loading {
  position: relative;
}
.compare-box .compare-image a.loading img {
  opacity: 0.8;
}
.compare-box .compare-image svg {
  background-color: #fff;
  fill: #d1d1d1;
  height: 50rem;
}
.compare-box .compare-description td:not(:nth-child(1)) {
  align-items: baseline;
}
.compare-box .compare-price .price {
  font-size: 2.4rem;
}
.compare-box .rating-star {
  vertical-align: 0.2rem;
  margin-right: 0.5rem;
}
.compare-box .form-add-to-cart {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 1rem;
}
@media (max-width: 991px) {
  .compare-box .form-add-to-cart {
    margin-right: 0;
    width: 100%;
  }
  .compare-box .form-add-to-cart .add-to-cart-button {
    width: 100%;
  }
}
.compare-box .add-to-cart-button,
.compare-box .compare-remove {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.compare-box .add-to-cart-button {
  height: 3.5rem;
  padding: 0 1.5rem;
  font-size: 1.2rem;
}
.compare-box .add-to-cart-button svg {
  width: 1.25rem;
  margin-right: 0.5rem;
}
@media (hover: hover) {
  .compare-box .add-to-cart-button:hover {
    background-color: rgb(var(--color-2));
    color: #fff;
  }
}
.compare-box .compare-remove {
  width: 3.5rem;
  height: 3.5rem;
  border: 0;
  transition-duration: 0.2s;
  position: relative;
}
.compare-box .compare-remove .tooltip {
  transform: translateY(5px);
  right: auto;
  bottom: calc(100% + 0.8rem);
}
.compare-box .compare-remove .tooltip:before {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0.3rem;
  border-color: rgb(var(--button-bg-color)) transparent transparent transparent;
}
@media (hover: hover) {
  .compare-box .compare-remove:hover {
    background-color: rgb(var(--link-hover));
    color: #fff;
  }
  .compare-box .compare-remove:hover .tooltip {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 991px) {
  .compare-box .compare-remove {
    width: 100%;
    margin-top: 1rem;
  }
}
.compare-box .quantity {
  height: 3.5rem;
  width: 7rem;
  margin-right: 1rem;
}
.compare-box .quantity .quantity-button {
  width: 2rem;
}
.compare-box .quantity .quantity-input {
  color: rgb(var(--link-hover));
}
@media (max-width: 991px) {
  .compare-box .quantity {
    display: none;
  }
}
.compare-box .product-variants select {
  border-radius: 0.3rem;
  min-width: 10rem;
  min-height: 3.6rem;
  display: block;
  margin: auto;
  margin-top: 1rem;
  padding: 0.1rem 0.4rem;
}
.compare-box .compare-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 2rem;
}

@media (max-width: 912px) {
  .contact-info-section .contact-info {
    display: block;
  }
}
.contact-info-section .intro-section .contact-info-brand {
  margin: 0;
  margin-bottom: 2rem;
  color: rgb(var(--link-hover));
  font-weight: 700;
  letter-spacing: 0.05rem;
}
.contact-info-section .intro-section .contact-info-title {
  margin: 0;
  margin-bottom: 3rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1.2;
}
.contact-info-section .contact-info-content {
  grid-column: 2/span 3;
  flex-wrap: wrap;
  display: flex;
  margin-top: 8.5rem;
}
@media (max-width: 992px) {
  .contact-info-section .contact-info-content {
    margin-top: unset;
  }
}
.contact-info-section .contact-info-content .contact-info-item {
  width: 50%;
  padding: 0 1.5rem;
  margin-top: 2rem;
}
@media (max-width: 992px) {
  .contact-info-section .contact-info-content .contact-info-item {
    width: 100%;
    padding: unset;
  }
}
.contact-info-section .contact-info-content .contact-info-item-heading {
  margin: 0;
  margin-bottom: 2rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  color: var(--item-color);
}
.contact-info-section p {
  letter-spacing: 0.03rem;
  margin-bottom: unset;
}

@media (max-width: 575px) {
  .section-counter-number {
    display: none;
  }
}
.section-counter-number .counter-number {
  padding-top: 9.2rem;
  padding-bottom: 9.2rem;
  border-radius: var(--button-radius-theme);
  position: relative;
  overflow: hidden;
  margin: 0;
}
.section-counter-number .counter-number:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #4B675A;
  z-index: 2;
  opacity: 0.8;
}
.section-counter-number .counter-item {
  position: relative;
  z-index: 3;
}
.section-counter-number .counter-item .sub-text,
.section-counter-number .counter-item .number-count {
  color: var(--item-color);
  font-weight: 700;
  margin: unset;
}
.section-counter-number .counter-item .sub-text {
  margin-bottom: 0;
}

.customer-open {
  overflow: hidden;
}
.customer-open .customer-wraper {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.customer-open .customer-wraper .customer {
  transform: translateY(0);
}

.customer-wraper {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(var(--overlay-color), 0.5);
  transition-duration: 0.3s;
}
.customer-wraper .customer {
  overflow: hidden;
  background-color: #fff;
  transform: translateY(1rem);
  border-radius: 0.3rem;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  width: 95%;
  height: auto;
  padding: 3rem;
}
@media (min-width: 992px) {
  .customer-wraper .customer {
    width: 1024px;
    max-width: 80vw;
    max-height: 80vh;
    padding: 3rem 5rem 5rem 5rem;
  }
}
.customer-wraper .customer .title {
  margin-top: 0;
  font-size: 3rem;
  margin-bottom: 3rem;
}
.customer-wraper .customer .title#recover {
  margin-bottom: 1rem;
}
.customer-wraper .customer .guest-title {
  margin-top: 4rem;
  margin-bottom: 2rem;
}
.customer-wraper .customer-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 991px) {
  .customer-wraper .customer-inner {
    overflow-x: auto;
    padding: 0.2rem;
  }
}
.customer-wraper .medium-button {
  font-size: 1.4rem;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.customer-wraper .close-button {
  cursor: pointer;
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
}
@media (hover: hover) {
  .customer-wraper .close-button:hover svg {
    color: rgb(var(--error-color));
  }
}
.customer-wraper .close-button svg {
  width: 1.5rem;
  height: 1.5rem;
}

.customer ul,
.customer ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.customer a {
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
}
@media (hover: hover) {
  .customer a:hover {
    text-decoration-thickness: 0.2rem;
  }
}
.customer table {
  width: 100%;
  table-layout: auto;
}
.customer table thead th, .customer table thead td,
.customer table tbody th,
.customer table tbody td,
.customer table tfoot th,
.customer table tfoot td {
  padding: 2.4rem 1.5rem;
}
.customer table thead th:last-child, .customer table thead td:last-child,
.customer table tbody th:last-child,
.customer table tbody td:last-child,
.customer table tfoot th:last-child,
.customer table tfoot td:last-child {
  text-align: right;
}
.customer table thead th {
  font-weight: 400;
  text-transform: uppercase;
}
.customer table tbody td {
  vertical-align: top;
}
@media (max-width: 768px) {
  .customer table {
    border: none;
    border-bottom: 1px solid #ddd;
  }
  .customer table tr {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    border-top: 1px solid #ddd;
  }
  .customer table tr td {
    display: flex;
    text-align: right;
    border: none;
    padding-left: 0;
    padding-right: 0;
  }
  .customer table tr td:before {
    content: attr(data-label);
    font-size: 1.4rem;
    padding-right: 2rem;
    text-transform: uppercase;
    flex-grow: 1;
    text-align: left;
  }
}
.customer form {
  margin-top: 3rem;
}
.customer .login a {
  margin-left: 0.5rem;
  display: inline-block;
  color: rgb(var(--link-hover));
}
@media (hover: hover) {
  .customer .login a:hover {
    color: rgb(var(--color-2));
  }
}
.customer .login .forgot-password {
  display: block;
  margin-top: 2rem;
  color: rgb(var(--text-color));
  font-size: 1.4rem;
}
.customer .title {
  font-weight: 700;
  font-size: 5rem;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.customer .guest-title {
  margin-top: 4rem;
}
.customer #customer_login_guest .button {
  margin-top: 0;
}
.customer .field-input {
  width: 100%;
  margin: 1.6rem 0 0 0;
}
.customer .field-input input {
  height: 6.4rem;
  width: 100%;
  font-size: 1.5rem;
  padding: 1.5rem 2rem;
  box-shadow: 0 0 0 0.1rem #e0e0e0;
  border: none;
  border-radius: var(--button-radius-theme);
}
.customer .field-input input:focus {
  box-shadow: 0 0 0 0.1rem rgb(var(--link-hover), 0.5);
}
.customer .select {
  margin-top: 1.5rem;
  width: 100%;
  margin: 0 12px;
}
.customer .select select {
  height: 4.5rem;
  width: 100%;
  box-shadow: 0 0 0 0.1rem rgba(18, 18, 18, 0.55);
  transition: box-shadow 0.2s ease;
  font-size: 1.5rem;
  padding: 1.5rem;
  border: 0;
}
.customer .button {
  margin-top: 5.6rem;
  background-color: rgb(var(--heading-color));
  padding: 1.8rem 4.3rem;
  font-family: var(--heading-font-family);
  font-weight: 700;
  border-radius: var(--button-radius-theme);
}
@media (hover: hover) {
  .customer .button:hover {
    background-color: rgb(var(--button-bg-color));
  }
}
.customer #recover {
  display: none;
  scroll-margin-top: 20rem;
  margin-bottom: 0;
}
.customer #recover + #recover-container {
  display: none;
}
.customer #recover:target {
  display: block;
}
.customer #recover:target + #recover-container {
  display: block;
}
.customer #recover:target ~ #login {
  display: none;
}
.customer #recover:target ~ #login + #login-container {
  display: none;
}
.template-account .customer .account-header, .template-order .customer .account-header {
  margin-bottom: 5rem;
}
.template-account .customer .account-header .login-url, .template-order .customer .account-header .login-url {
  display: inline-flex;
  align-items: center;
}
.template-account .customer .account-header .login-url svg, .template-order .customer .account-header .login-url svg {
  margin-right: 1rem;
}
.template-account .customer .account-container, .template-order .customer .account-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.template-account .customer .account-order, .template-order .customer .account-order {
  flex-grow: 1;
  padding-right: 4rem;
}
@media (max-width: 768px) {
  .template-account .customer .account-order, .template-order .customer .account-order {
    width: 100%;
    padding-right: 0;
  }
}
.template-addresses .customer .address-form-field {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
  gap: 20px 0;
}
@media (min-width: 768px) {
  .template-addresses .customer .field-customer-name {
    width: calc(50% - 24px);
  }
}
.template-addresses .customer .data-address-wrapper {
  text-align: center;
}
.template-addresses .customer .data-address-wrapper .address-add-new[aria-expanded=true] + #add-address {
  display: block;
}
.template-addresses .customer .data-address-wrapper #add-address {
  display: none;
  text-align: left;
}
.template-addresses .customer .data-address-wrapper #address-new-heading {
  font-size: 2.5rem;
}
.template-addresses .customer .data-address-wrapper .new-label-style {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 0.6rem;
}
.template-addresses .customer .set-default-label {
  margin-top: 2rem;
      margin: 0 12px;
}
.template-addresses .customer .set-default-label [type=checkbox] {
  vertical-align: -1px;
}
.template-addresses .customer [data-address] {
  margin-top: 4rem;
}
.template-addresses .customer [data-address] [aria-expanded] {
  margin-top: 3rem;
}
.template-addresses .customer [data-address] [aria-expanded=false] ~ div[id] {
  display: none;
}
.template-addresses .customer [data-address] [aria-expanded=true] ~ div[id] {
  display: block;
}
.template-addresses .customer .address-list {
  margin-top: 4rem;
  text-align: center;
}
.template-addresses .customer .address-list [id^=edit-address-] {
  margin-top: 3rem;
}
.template-addresses .customer .address-list .title {
  font-size: 2.4rem;
}
.template-addresses .customer .buttons-wrap {
  width: 100%;
      margin: 0 12px;
}
.template-activate_account .customer .buttons-wrap {
  margin-top: 4rem;
}
.template-order .customer table thead th, .template-order .customer table thead td,
.template-order .customer table tbody th,
.template-order .customer table tbody td,
.template-order .customer table tfoot th,
.template-order .customer table tfoot td {
  border: none;
}
.template-order .customer table tbody {
  border-top: 1px solid #ccc;
}
.template-order .customer table tfoot {
  border-top: 1px solid #ccc;
}
.template-order .customer table tfoot tr:first-child {
  padding-top: 2rem;
}
.template-order .customer table tfoot tr:last-child {
  padding-bottom: 2rem;
}
.template-order .customer table tfoot td {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.template-order .customer .account-details strong {
  font-weight: 400;
}

.login-page .box-login {
  margin: 10rem 0;
}
@media (max-width: 575px) {
  .login-page .box-login {
    margin: 5rem 0;
  }
}
@media (min-width: 768px) {
  .login-page .box-login {
    display: flex;
    flex-wrap: wrap;
    max-width: 85%;
    align-items: flex-start;
    margin: 5rem auto;
  }
  .login-page .box-login .banner-login,
.login-page .box-login .customer {
    width: 50%;
  }
  .login-page .box-login .banner-login {
    padding-right: 2.8rem;
  }
  .login-page .box-login .customer {
    padding-left: 1.8rem;
  }
}
@media (min-width: 992px) {
  .login-page .box-login {
    max-width: 66.8%;
  }
}
.login-page .banner-login .image-wrapper {
  border-radius: var(--button-radius-theme);
  overflow: hidden;
}

#recover.title {
  font-size: 4rem;
  margin-bottom: 15px !important;
}

#recover-container button {
  letter-spacing: 0.8px;
}

.box-register-page {
  margin: 10rem 0;
}
@media (max-width: 575px) {
  .box-register-page {
    margin: 5rem 0;
  }
}
@media (min-width: 768px) {
  .box-register-page {
    max-width: 70%;
    margin: 15rem auto 15rem auto;
  }
}
@media (min-width: 1200px) {
  .box-register-page {
    max-width: 36%;
  }
}
.box-register-page button.button {
  letter-spacing: 0.8px;
  border-radius: 10px;
  background-color: rgb(var(--button-bg-color));
}
.box-register-page .sub-title {
  font-size: 1.6rem;
}
.box-register-page .sub-title a {
  color: rgb(var(--link-hover));
}
@media (hover: hover) {
  .box-register-page .sub-title a:hover {
    color: rgb(var(--color-2));
  }
}

.dialog-search-open .dialog-search {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.dialog-search-open .dialog-search .dialog-search-form {
  transform: translateY(0);
}

.search-form-wrap .search-form {
  position: relative;
}

.dialog-search-header.searching .search-button svg {
  opacity: 0;
}
.dialog-search-header .sarch-results {
  background: #fff;
  padding: 30px;
  position: absolute;
  width: 100%;
  top: calc(100% - 1px);
  z-index: 1;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1019607843);
  border-radius: var(--button-radius-theme);
}
.dialog-search-header .sarch-results:empty {
  display: none;
}
.dialog-search-header .sarch-results .result-content {
  display: flex;
}
@media (max-width: 767px) {
  .dialog-search-header .sarch-results .result-content {
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
  }
  .dialog-search-header .sarch-results .result-content .result-item {
    min-width: 27rem;
    overflow: hidden;
  }
}
.dialog-search-header .sarch-results .result-item {
  position: relative;
  margin-bottom: 3rem;
}
@media (hover: hover) {
  .dialog-search-header .sarch-results .result-item:hover .card-media {
    opacity: 0.8;
  }
}
.dialog-search-header .sarch-results .card-media {
  display: block;
  position: relative;
  transition: opacity 0.2s ease;
}
.dialog-search-header .sarch-results .card-content {
  margin-top: 1.5rem;
}
.dialog-search-header .sarch-results .title {
  margin: 0 0 0.5rem 0;
  font-size: 1.6rem;
  font-weight: normal;
}
.dialog-search-header .sarch-results [type=submit] {
  cursor: pointer;
  transition-duration: 0.2s;
  display: inline-flex;
  align-items: center;
}
.dialog-search-header .sarch-results [type=submit] svg {
  margin-left: 1rem;
}
.dialog-search-header .sarch-results .no-results {
  margin: 0;
  font-size: 1.6rem;
}
.dialog-search-header .sarch-results .badge {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  color: #fff;
  border-radius: 0.3rem;
  padding: 0.5rem 0.7rem;
  font-size: 80%;
  line-height: 1;
  background-color: rgb(var(--heading-color));
}
.dialog-search-header .sarch-results .badge.on-sale {
  background-color: rgb(var(--sale-label-color));
}
.dialog-search-header .sarch-results .badge.sold-out {
  background-color: rgb(var(--out-stock-color));
}
.dialog-search-header .results-button {
  font-family: var(--heading-font-family);
  color: #fff;
  background-color: rgb(var(--button-bg-color));
  padding: 1.2rem 2rem;
}
@media (hover: hover) {
  .dialog-search-header .results-button:hover {
    background-color: rgb(var(--color-2));
  }
}

.dialog-search-open .dialog-search {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.dialog-search-open .dialog-search .dialog-search-form {
  transform: translateY(0);
}

.search-form-wrap .search-form {
  position: relative;
}

.dialog-search {
  transition: all 0.2s;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 60;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background-color: rgba(var(--overlay-color), 0.5);
}
.dialog-search.searching .search-button svg {
  opacity: 0;
}
.dialog-search .dialog-search-form {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-color: #fff;
  transform: translateY(-100%);
  padding: 2.5rem 0 4rem 0;
  min-height: 12rem;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  .dialog-search .dialog-search-form {
    padding-bottom: 2rem;
  }
}
.dialog-search .dialog-search-inner {
  background-color: #fff;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.dialog-search .search-field {
  display: flex;
  justify-content: space-between;
  height: 6rem;
  box-shadow: inset 0 -0.1rem 0 0 rgb(var(--heading-color));
  transition: box-shadow 0.3s ease;
}
.dialog-search .search-field:focus-within {
  box-shadow: inset 0 -0.2rem 0 0 rgb(var(--heading-color));
}
.dialog-search .search-input {
  flex-grow: 1;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: rgb(var(--heading-color));
  visibility: visible;
  font-size: 2rem;
}
.dialog-search .search-input::-webkit-input-placeholder {
  color: rgb(var(--heading-color));
}
.dialog-search .search-input:-moz-placeholder {
  color: rgb(var(--heading-color));
}
.dialog-search .search-input::-moz-placeholder {
  color: rgb(var(--heading-color));
}
.dialog-search .search-input:-ms-input-placeholder {
  color: rgb(var(--heading-color));
}
.dialog-search .search-button {
  width: 3rem;
  height: 6rem;
  font-size: 1.5em;
  border: 0;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  color: rgb(var(--text-color));
  position: relative;
}
.dialog-search .search-button:focus-visible {
  outline-offset: -2px;
  box-shadow: none;
}
.dialog-search .sarch-results {
  background: #fff;
  padding: 30px;
  position: absolute;
  width: 100%;
  top: calc(100% - 1px);
  z-index: 1;
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.1);
  border-radius: var(--button-radius-theme);
}
.dialog-search .sarch-results:empty {
  display: none;
}
.dialog-search .sarch-results .result-content {
  display: flex;
}
@media (max-width: 767px) {
  .dialog-search .sarch-results .result-content {
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
  }
  .dialog-search .sarch-results .result-content .result-item {
    min-width: 27rem;
    overflow: hidden;
  }
}
.dialog-search .sarch-results .result-item {
  position: relative;
  margin-bottom: 3rem;
}
@media (hover: hover) {
  .dialog-search .sarch-results .result-item:hover .card-media {
    opacity: 0.8;
  }
}
.dialog-search .sarch-results .card-media {
  display: block;
  position: relative;
  transition: opacity 0.2s ease;
}
.dialog-search .sarch-results .card-content {
  margin-top: 1.5rem;
}
.dialog-search .sarch-results .title {
  margin: 0 0 0.5rem 0;
  font-size: 1.6rem;
  font-weight: normal;
}
.dialog-search .sarch-results [type=submit] {
  cursor: pointer;
  transition-duration: 0.2s;
  display: inline-flex;
  align-items: center;
}
.dialog-search .sarch-results [type=submit] svg {
  margin-left: 1rem;
}
.dialog-search .sarch-results .no-results {
  margin: 0;
  font-size: 1.6rem;
}
.dialog-search .sarch-results .badge {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  color: #fff;
  border-radius: 0.3rem;
  padding: 0.5rem 0.7rem;
  font-size: 80%;
  line-height: 1;
  background-color: rgb(var(--heading-color));
}
.dialog-search .sarch-results .badge.on-sale {
  background-color: rgb(var(--sale-label-color));
}
.dialog-search .sarch-results .badge.sold-out {
  background-color: rgb(var(--out-stock-color));
}
.dialog-search .results-button {
  font-family: var(--heading-font-family);
  color: #fff;
  background-color: rgb(var(--button-bg-color));
  padding: 1.2rem 2rem;
}
@media (hover: hover) {
  .dialog-search .results-button:hover {
    background-color: rgb(var(--color-2));
  }
}

@media (hover: hover) and (min-width: 1400px) {
  .featured-category-section .category-slide .swiper-button-prev {
    left: -4.5rem;
  }
  .featured-category-section .category-slide .swiper-button-next {
    right: -4.5rem;
  }
}
@media (hover: hover) {
  .featured-category-section .category-slide:hover .swiper-button-prev,
.featured-category-section .category-slide:hover .swiper-button-next {
    opacity: 1;
    visibility: visible;
  }
}
.featured-category-section .category-slide .view-all-categories {
  color: rgb(var(--text-color));
}
.featured-category-section .category-slide .view-all-categories:hover {
  color: rgb(var(--link-hover));
}
.featured-category-section .category-slide .view-all-categories svg {
  margin-left: 0.5rem;
}
.featured-category-section .category-slide.layout-1 .card-item {
  padding: 2rem 0;
}
.featured-category-section .category-slide.layout-1 .tabs-head-desktop .hover-animated {
  margin: 0 1rem;
  font-weight: 700;
}
.featured-category-section .category-slide.layout-2 .card-item {
  padding: 4rem 1rem;
}
.featured-category-section .title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4.4rem;
}
.featured-category-section .title-wrapper .title-section {
  display: flex;
  align-items: baseline;
}
.featured-category-section .title-wrapper .category-title {
  margin: 0;
  margin-right: 3rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .featured-category-section .title-wrapper .category-title {
    font-size: 130%;
  }
}
.featured-category-section .title-wrapper .swiper-controls {
  display: flex;
}
.featured-category-section .title-wrapper .swiper-controls .swiper-button-prev, .featured-category-section .title-wrapper .swiper-controls .swiper-button-next {
  position: unset;
  transform: unset;
  color: rgb(var(--text-color));
  background: #F2F3F4;
  height: 4rem;
  width: 4rem;
}
.featured-category-section .title-wrapper .swiper-controls .swiper-button-prev svg, .featured-category-section .title-wrapper .swiper-controls .swiper-button-next svg {
  height: 1.4rem;
  width: unset;
}
.featured-category-section .title-wrapper .swiper-controls .swiper-button-prev {
  margin-right: 1rem;
}
@media (hover: hover) {
  .featured-category-section .title-wrapper .swiper-controls .swiper-button-prev:hover, .featured-category-section .title-wrapper .swiper-controls .swiper-button-next:hover {
    background: rgb(var(--link-hover));
    color: #fff;
  }
}
.featured-category-section .card-item {
  position: relative;
  border-radius: 1rem;
  border: 1px solid #F4F6FA;
  text-align: center;
  background-color: var(--item-bgcolor);
}
.featured-category-section .card-item:hover {
  box-shadow: 0.5rem 0.5rem 1.5rem rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(var(--link-hover), 0.4);
  transition: 0.2s;
}
.featured-category-section .card-item:hover .card-heading {
  color: rgb(var(--link-hover));
}
.featured-category-section .card-item .card-media {
  position: relative;
  width: 100%;
  justify-content: center;
  flex-direction: column;
}
.featured-category-section .card-item .card-media:hover img, .featured-category-section .card-item .card-media:hover svg {
  transform: scale(1.05);
}
.featured-category-section .card-item .card-subtitle {
  color: rgb(var(--text-color));
}
.featured-category-section .card-item img, .featured-category-section .card-item svg {
  margin-bottom: 1.6rem;
  height: auto;
}
.featured-category-section .card-item .card-heading {
  font-weight: 700;
  margin: 0;
}
.featured-category-section .card-item .card-subtitle {
  font-weight: 600;
}

.sticky-sidebar {
  position: sticky;
  top: 8rem;
}

@media (min-width: 992px) {
  .featured-product-section .featured-product-product .product-gallery,
.featured-product-section .featured-product-product .product-summary {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .featured-product-section .featured-product-product .product-gallery,
.featured-product-section .featured-product-product .product-summary {
    margin-bottom: 3rem;
  }
}
.featured-product-section .onboarding .product-title {
  font-size: 3rem;
  margin-bottom: 0.5rem;
}
.featured-product-section .onboarding .button {
  margin: 1.5rem 0;
}
.featured-product-section .product-summary-inner {
  width: 100%;
}
.featured-product-section .product-summary-inner .button {
  display: inline-block;
}
.featured-product-section .product-summary-inner .product-variants {
  display: inline-flex;
}
.featured-product-section .media-preview-wrap.loading .media-preview {
  opacity: 0.7;
}
.featured-product-section .media-preview-wrap.loading:before {
  content: "";
  z-index: 5;
  position: absolute;
  border: 3px solid rgb(var(--loading-color));
  border-top-color: transparent;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  top: 50%;
  left: 50%;
  animation: circle-loading 500ms infinite linear;
}

.footer-bottom .col-6,
.footer .col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.footer-bottom .col-12,
.footer .col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .footer-bottom .col-md-3,
.footer .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .footer-bottom .col-md-4,
.footer .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .footer-bottom .col-md-6,
.footer .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .footer-bottom .col-md-8,
.footer .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .footer-bottom .col-md-12,
.footer .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1025px) {
  .footer-bottom .col-lg-2,
.footer .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .footer-bottom .col-lg-15,
.footer .col-lg-15 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .footer-bottom .col-lg-3,
.footer .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .footer-bottom .col-lg-4,
.footer .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .footer-bottom .col-lg-6,
.footer .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .footer-bottom .col-lg-8,
.footer .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .footer-bottom .col-lg-12,
.footer .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.footer-bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-bottom .footer-blocks-inner {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  align-items: center;
}
.footer-bottom .footer-block-item {
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 768px) {
  .footer-bottom .footer-block-item {
    padding: 30px 5px;
  }
  .footer-bottom .footer-block-item:last-child {
    padding-bottom: 0;
  }
}
.footer-bottom .social-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer-bottom .social-footer .title-social {
  display: inline-block;
  margin: 0 15px 0 0;
  font-weight: 700;
  line-height: 1.2;
  color: rgb(var(--heading-color));
}
.footer-bottom .social-media-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.footer-bottom .social-media-list li {
  margin: 0px 8px 0px 0px;
  line-height: 1;
}
.footer-bottom .social-media-list li:last-child {
  margin: 0;
}
.footer-bottom .social-media-list a {
  font-size: 14px;
  padding: 8px;
  background-color: rgb(var(--button-bg-color));
  color: rgb(var(--button-text-color));
  display: inline-block;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-bottom .social-media-list a:hover {
  background-color: rgb(var(--button-bg-color-hover));
  color: rgb(var(--button-text-color-hover));
}
.footer-bottom .social-media-list a:hover svg {
  fill: rgb(var(--button-text-color-hover));
}
.footer-bottom .social-media-list svg {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
  fill: rgb(var(--button-text-color));
}
.footer-bottom .custom a {
  color: rgb(var(--button-bg-color));
}
@media (min-width: 992px) {
  .footer-bottom .list-tell {
    display: flex;
    align-items: center;
  }
}
.footer-bottom .list-tell .item {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}
@media (min-width: 1025px) {
  .footer-bottom .list-tell .item {
    margin-right: 6rem;
  }
}
.footer-bottom .list-tell .item:last-child {
  margin-right: 0;
}
.footer-bottom .list-tell .item svg {
  width: 30px;
  margin-right: 12px;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .footer-bottom .list-tell .item svg {
    width: 20px;
    margin-right: 10px;
  }
}
@media (max-width: 991px) {
  .footer-bottom .list-tell .item:last-child {
    margin-top: 10px;
  }
}
.footer-bottom .list-tell .item .support-tell {
  color: rgb(var(--button-bg-color));
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1;
  font-family: var(--heading-font-family);
}
@media (max-width: 1024px) {
  .footer-bottom .list-tell .item .support-tell {
    font-size: 2rem;
  }
}
.footer-bottom .list-tell .item .support-description {
  font-size: 1.2rem;
  letter-spacing: 0.9px;
  font-weight: 500;
  margin-top: -2px;
  display: block;
}
@media (max-width: 1024px) {
  .footer-bottom .list-tell .item .support-description {
    letter-spacing: 0;
  }
}
.footer-bottom p {
  margin-bottom: 0;
  font-size: 1.4rem;
}
.footer-bottom .text-center .social-footer,
.footer-bottom .text-center .list-tell {
  justify-content: center;
}
@media (max-width: 991px) {
  .footer-bottom .text-center .list-tell .item {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .footer-bottom .text-right,
.footer-bottom .text-left {
    text-align: center;
  }
}
.footer-bottom .text-right .social-footer,
.footer-bottom .text-right .list-tell {
  justify-content: end;
}
@media (max-width: 767px) {
  .footer-bottom .text-right .social-footer,
.footer-bottom .text-right .list-tell {
    justify-content: center;
  }
}

html {
  scroll-behavior: smooth;
}

.footer ul, .footer ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer ul li, .footer ol li {
  margin-bottom: 1.3rem;
}
.footer .col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.footer .col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .footer .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .footer .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .footer .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .footer .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .footer .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1025px) {
  .footer .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .footer .col-lg-15 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .footer .col-lg-14 {
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
  }
  .footer .col-lg-22 {
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%;
  }
  .footer .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .footer .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .footer .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .footer .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .footer .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .footer .footer-blocks .footer-block-item + .footer-block-item .footer-block-heading {
    border-top: 1px solid rgba(var(--text-color), 0.2);
  }
}
.footer .footer-blocks .footer-block-heading {
  font-weight: 700;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .footer .footer-blocks .footer-block-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    font-weight: 400;
    margin: 0;
  }
}
.footer .footer-blocks .footer-block-heading svg {
  width: 1.2rem;
  height: 1.2rem;
  transition: transform 0.3s ease;
}
@media (min-width: 767px) {
  .footer .footer-blocks .footer-block-heading svg {
    display: none;
  }
}
.footer .footer-blocks .footer-blocks-inner {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 991px) {
  .footer .footer-blocks .footer-blocks-inner .footer-block-item.open .footer-block-heading svg {
    transform: rotate(180deg);
  }
}
@media (max-width: 767px) {
  .footer .footer-blocks .footer-blocks-inner {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .footer .footer-blocks .footer-blocks-inner .footer-block {
    padding: 1rem 0 1.5rem 0;
  }
}
.footer .footer-blocks .footer-block-item {
  padding-right: 15px;
  padding-left: 15px;
}
.footer .footer-blocks .site-branding {
  display: block;
  margin-bottom: 2.5rem;
}
.footer .footer-blocks p,
.footer .footer-blocks .custom-html {
  margin-bottom: 2rem;
}
.footer .footer-blocks .list-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 2.5rem 0 4.7rem;
}
.footer .footer-blocks .list-app a:not(:last-child) {
  display: block;
  margin-right: 12px;
}
.footer .footer-blocks .list-app svg,
.footer .footer-blocks .list-app img {
  width: 128px;
  max-width: 100%;
}
.footer .footer-blocks .payment svg,
.footer .footer-blocks .payment img {
  width: 230px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .footer .footer-localization-form {
    margin-top: 1.5rem;
  }
  .tabs-head-desktop{
    width:100%
  }
}
.footer .footer-localization-form .toggle-dropdown {
  display: inline-block;
}
.footer .footer-localization-form .toggle-dropdown + .toggle-dropdown {
  margin-left: 0.5rem;
}
.footer .footer-localization-form .toggle-dropdown svg {
  margin-left: 3rem;
}
.footer .footer-localization-form .dropdown-summary {
  border: 1px solid rgba(var(--text-color), 0.3);
  padding: 0.7rem 1rem;
  border-radius: 0.3rem;
  color: currentColor;
  background-color: transparent;
}
@media (min-width: 767px) {
  .footer .footer-localization-form .dropdown-content {
    padding: 0;
    min-width: auto;
    top: auto;
    bottom: calc(100% + 1rem);
  }
}
.footer .footer-localization-form .dropdown-content li {
  margin-bottom: 0;
}
.footer .footer-localization-form .dropdown-content button {
  width: 100%;
  text-align: left;
  padding: 0;
  background-color: transparent;
  border: 0;
}
@media (max-width: 575px) {
  .footer .footer-block .footer-nav-menu {
    text-align: left;
  }
}
.footer .contact-infor li {
  margin-bottom: 1rem;
}
.footer .contact-infor li svg {
  margin-right: 8px;
  max-width: 16px;
}
.footer .block-link-list ul li {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.footer .block-link-list ul li:hover {
  padding-left: 5px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.footer .block-link-list ul li a {
  display: block;
}
.footer #btn-back-to-top {
  display: none;
  position: fixed;
  width: 3.2rem;
  height: 3.2rem;
  right: 3rem;
  bottom: 3rem;
  border-radius: 3rem;
  text-align: center;
  overflow: hidden;
  z-index: 999 !important;
  border: 2px solid rgb(var(--heading-color));
  background-color: #fff;
  transition: top 0.5s ease, transform 0.5s;
  padding: 0;
  align-items: center;
  justify-content: center;
}
.footer #btn-back-to-top svg {
  display: block;
  line-height: 3.2rem !important;
  stroke: rgb(var(--heading-color));
  stroke-width: 1px;
}
.footer #btn-back-to-top:hover {
  transform: translateY(-5px);
}

.section-contact-form .form-wrapper {
  gap: unset;
}
@media (max-width: 992px) {
  .section-contact-form .form-wrapper {
    display: block;
  }
}
.section-contact-form .form-wrapper .form-inner {
  grid-column: 2/span 2;
}
.section-contact-form .form-wrapper .form-brand {
  color: rgb(var(--link-hover));
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.05rem;
}
.section-contact-form .form-wrapper .title-form {
  margin: 0;
}
.section-contact-form .form-wrapper .subtitle-form {
  margin-bottom: 3rem;
  font-size: 1.4rem;
}
.section-contact-form .form-wrapper .mb-1 {
  margin-bottom: 1rem;
}
.section-contact-form .form-wrapper .error-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-contact-form .form-wrapper .form-fields {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-contact-form .form-wrapper .field-form {
  width: 100%;
  max-width: calc((100% - 3rem) / 2);
  margin-bottom: 2rem;
}
@media (max-width: 575px) {
  .section-contact-form .form-wrapper .field-form {
    max-width: 100%;
  }
}
.section-contact-form .form-wrapper .field-form.text-area {
  max-width: 100%;
}
.section-contact-form .form-wrapper .field-form input,
.section-contact-form .form-wrapper .field-form textarea {
  border-radius: 1rem;
}
.section-contact-form .form-wrapper .field-form:last-child {
  margin-bottom: 3rem;
}
.section-contact-form .form-wrapper .field-form input,
.section-contact-form .form-wrapper .field-form textarea {
  width: 100%;
  box-shadow: none;
  border: 1px solid #e0e0e0;
  padding-left: 2rem;
  font-size: 1.6rem;
}
.section-contact-form .form-wrapper .field-form input:focus,
.section-contact-form .form-wrapper .field-form textarea:focus {
  border-color: #BCE3C9;
}
.section-contact-form .form-wrapper .field-form input::-webkit-input-placeholder,
.section-contact-form .form-wrapper .field-form textarea::-webkit-input-placeholder {
  color: rgb(var(--text-color));
}
.section-contact-form .form-wrapper .field-form input:-moz-placeholder,
.section-contact-form .form-wrapper .field-form textarea:-moz-placeholder {
  color: rgb(var(--text-color));
}
.section-contact-form .form-wrapper .field-form input::-moz-placeholder,
.section-contact-form .form-wrapper .field-form textarea::-moz-placeholder {
  color: rgb(var(--text-color));
}
.section-contact-form .form-wrapper .field-form input:-ms-input-placeholder,
.section-contact-form .form-wrapper .field-form textarea:-ms-input-placeholder {
  color: rgb(var(--text-color));
}
.section-contact-form .form-wrapper .field-form input {
  height: 6.4rem;
}
.section-contact-form .form-wrapper .field-form textarea {
  height: 20rem;
}
.section-contact-form .form-wrapper [type=submit] {
  border-radius: 1rem;
  padding: 2rem 4rem;
  font-size: 1.7rem;
  background-color: rgb(var(--link-hover));
  border: none;
  font-weight: 700;
  font-family: var(--heading-font-family);
  border: 1px solid;
}
.section-contact-form .form-wrapper [type=submit]:hover {
  background-color: transparent;
}
.section-contact-form .form-wrapper .form-img {
  padding-left: 5rem;
}
@media (max-width: 992px) {
  .section-contact-form .form-wrapper .form-img {
    display: none;
  }
}
.section-contact-form .form-wrapper .form-img .lazy-image {
  margin-top: 5rem;
  border-radius: var(--button-radius-theme);
}
.section-contact-form .info-top h2.title {
  line-height: 1.1;
  margin-bottom: 2.3rem;
}
.section-contact-form .info-top .description {
  line-height: 1.8;
  letter-spacing: 1.8px;
  font-size: 1.2rem;
}
.section-contact-form .title-form {
  font-weight: 700;
}

@media (min-width: 992px) {
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
}
.m-auto {
  margin: auto;
}

.lazy-image {
  opacity: 0;
  transform: translateY(1.5rem);
  transition: opacity 1s ease, transform 0.3s ease;
  transition-delay: 0.2s;
}
.lazy-image.lazyloaded {
  opacity: 1;
  transform: translateY(0);
}

.stretch-section .swiper-button-prev,
.stretch-section .swiper-button-next {
  background-color: #fff;
  padding: 1rem;
}
@media (hover: hover) {
  .stretch-section .swiper-button-prev:hover,
.stretch-section .swiper-button-next:hover {
    background-color: rgb(var(--heading-color));
    color: #fff;
  }
}
.stretch-section .swiper-button-prev svg,
.stretch-section .swiper-button-next svg {
  height: 2rem;
  width: 2rem;
}
.stretch-section .swiper-button-prev,
.stretch-section .swiper-rtl .swiper-button-next {
  left: 1.5rem;
}
.stretch-section .swiper-button-next,
.stretch-section .swiper-rtl .swiper-button-prev {
  right: 1.5rem;
}
.stretch-section .main-product .product-thumbs .swiper-button-prev svg,
.stretch-section .main-product .product-thumbs .swiper-button-next svg {
  height: 2rem;
  width: 2rem;
}
.stretch-section .main-product .product-thumbs .swiper-button-prev,
.stretch-section .main-product .product-thumbs .swiper-rtl .swiper-button-next {
  left: 1.5rem;
}
.stretch-section .main-product .product-thumbs .swiper-button-next,
.stretch-section .main-product .product-thumbs .swiper-rtl .swiper-button-prev {
  right: 1.5rem;
}

.loading-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 100%;
  opacity: 0;
  background-color: rgb(var(--link-hover));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease-in-out;
  z-index: 999;
  pointer-events: none;
}
.loading-bar.active {
  opacity: 1;
}

.add-to-cart-button.loading {
  color: transparent;
}
@media (hover: hover) {
  .add-to-cart-button.loading:hover {
    transition: color 0s;
    color: transparent;
  }
}
.add-to-cart-button.loading:before {
  content: "";
  z-index: 5;
  position: absolute;
  border: 0.2rem solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
  height: 1.6rem;
  width: 1.6rem;
  top: 50%;
  left: 50%;
  animation: circle-loading 500ms infinite linear;
}

.carousel-swiper {
  position: relative;
}
.carousel-swiper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tooltip {
  background-color: rgb(var(--button-bg-color));
  color: #fff;
  border-radius: 0.3rem;
  padding: 0.4rem 1rem;
  position: absolute;
  font-size: 1.2rem;
  right: calc(100% + 0.8rem);
  pointer-events: none;
  transform: translateX(5px);
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
  z-index: 2;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}
.tooltip.tooltip-top {
  transform: translateY(5px);
  right: auto;
  bottom: calc(100% + 0.8rem);
}
.tooltip.tooltip-top:before {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0.3rem;
  border-color: rgb(var(--button-bg-color)) transparent transparent transparent;
}
.tooltip:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.3rem 0 0.3rem 0.3rem;
  border-color: transparent transparent transparent rgb(var(--button-bg-color));
}

.countdown-time-wrap.flat-countdown {
  display: flex;
  justify-content: center;
  margin-bottom: 5rem;
}
.countdown-time-wrap.flat-countdown .countdown-time {
  display: inline-flex;
  border-radius: 0.5rem;
  font-weight: 400;
  padding: 0 0.6rem;
}
.countdown-time-wrap.flat-countdown .time-block {
  position: relative;
  margin-right: 0.7rem;
}
.countdown-time-wrap.flat-countdown .time-block:first-of-type:before {
  content: none;
}
.countdown-time-wrap.flat-countdown .time-block:before {
  content: ":";
  font-size: 3rem;
  position: absolute;
  top: -0.1rem;
  left: -0.7rem;
}
.countdown-time-wrap.flat-countdown .time-number {
  background-color: transparent;
  min-height: 5rem;
  min-width: 4.5rem;
  font-size: 3rem;
  color: currentColor;
}

.countdown-time {
  display: flex;
  align-items: center;
  font-weight: 500;
  color: rgb(var(--heading-color));
}
.countdown-time .time-number {
  color: #2d3448;
  background-color: #eaeaea;
  font-size: 2.4rem;
  min-width: 5rem;
  min-height: 4rem;
  padding: 0 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.countdown-time .time-number:empty {
  display: none;
}
.countdown-time .time-number:empty ~ .time-text {
  display: none;
}
.countdown-time .time-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-right: 2rem;
}
.countdown-time .time-block:last-of-type {
  margin-right: 0;
}
.countdown-time .time-text {
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-top: 0.1rem;
}

.toggle-dropdown {
  position: relative;
}
.toggle-dropdown ul,
.toggle-dropdown ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.toggle-dropdown[open] {
  z-index: 99;
}
.toggle-dropdown[open] .dropdown-content {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.toggle-dropdown[open] .dropdown-icon svg {
  transform: rotate(180deg);
}
.toggle-dropdown .dropdown-summary {
  cursor: pointer;
}
.toggle-dropdown .dropdown-content {
  position: absolute;
  top: calc(100% + 1rem);
  right: 0;
  min-width: 16rem;
  z-index: 21;
  background-color: #fff;
  border-radius: 0.4rem;
  padding: 1.5rem 0;
  box-shadow: 0 0.1rem 0.5rem 0.2rem rgba(0, 0, 0, 0.1);
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, visibility 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-1rem);
}
.toggle-dropdown .dropdown-content-header {
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  color: rgb(var(--heading-color));
}
.toggle-dropdown .dropdown-content-header svg {
  transform: none;
  width: 2rem;
  height: 2rem;
}
@media (min-width: 768px) {
  .toggle-dropdown .dropdown-content-header {
    display: none;
  }
}
.toggle-dropdown .dropdown-content-inner li {
  padding: 0.5rem 1.5rem;
  cursor: pointer;
}
.toggle-dropdown .dropdown-content-inner li[data-current] {
  background-color: #efefef;
}
@media (hover: hover) {
  .toggle-dropdown .dropdown-content-inner li:hover {
    background-color: #efefef;
  }
}
@media (max-width: 767px) {
  .toggle-dropdown[open] .dropdown-content-inner {
    transform: translateY(0);
  }
  .toggle-dropdown .dropdown-content {
    transform: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(var(--overlay-color), 0.4);
  }
  .toggle-dropdown .dropdown-content li {
    padding: 1.5rem 2rem;
  }
  .toggle-dropdown .dropdown-content-inner {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    height: 20rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateY(100%);
    transition: transform 0.3s ease;
  }
  .toggle-dropdown .content {
    flex-grow: 1;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
.toggle-dropdown .dropdown-icon svg {
  width: 1.1rem;
  height: 1.1rem;
  margin-left: 0.5rem;
  vertical-align: 0;
  transition: transform 0.2s ease;
}

.pickup-availability-open .pickup-availability .pickup-availability-modal {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}
.pickup-availability-open .pickup-availability .pickup-availability-modal-inner {
  transform: translateX(0);
}
.pickup-availability .pickup-availability-info {
  display: flex;
  align-items: baseline;
}
.pickup-availability .pickup-availability-info svg {
  width: 2rem;
  height: 2rem;
  vertical-align: -0.5rem;
}
.pickup-availability .pickup-availability-info-inner {
  margin-left: 1rem;
}
.pickup-availability .pickup-availability-info-title {
  color: rgb(var(--heading-color));
  font-size: 1.6rem;
  font-weight: 500;
}
.pickup-availability .toggle-modal {
  padding: 0;
  background-color: transparent;
  color: rgb(var(--link-hover));
  border: 0;
  font-size: 1.6rem;
}
@media (hover: hover) {
  .pickup-availability .toggle-modal:hover {
    text-decoration: underline;
  }
}
.pickup-availability .pickup-availability-modal {
  position: fixed;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(var(--overlay-color), 0.5);
  z-index: 99;
  transition: all 0.2s;
}
.pickup-availability .pickup-availability-modal-inner {
  transform: translateX(100%);
  transition: all 0.2s;
  background-color: #fff;
  width: 40rem;
  max-width: 80%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: left;
}
.pickup-availability .pickup-availability-header {
  padding: 2rem;
  border-bottom: 0.1rem solid #ddd;
  position: relative;
}
.pickup-availability .pickup-availability-header .pickup-availability-product-title {
  font-size: 2.2rem;
  margin: 0;
}
.pickup-availability .pickup-availability-header .button {
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 3.6rem;
  height: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pickup-availability .pickup-availability-header p {
  margin: 0;
}
.pickup-availability .pickup-availability-list {
  list-style: none;
  padding: 2rem;
  margin: 0;
}
.pickup-availability .pickup-availability-list .pickup-availability-item + .pickup-availability-item {
  border-top: 1px solid #efefef;
}
.pickup-availability .pickup-availability-list .pickup-availability-location {
  font-size: 1.6rem;
}

.social-media-list a {
  position: relative;
}
.social-media-list a .tooltip {
  left: 50%;
  right: unset;
  transform: translate(-50%, 5px);
}
@media (hover: hover) {
  .social-media-list a:hover .tooltip {
    transform: translate(-50%, 0);
    opacity: 1;
    visibility: visible;
  }
}
.social-media-list [href*=facebook]:hover {
  color: #3b5998;
}
.social-media-list [href*=twitter]:hover {
  color: #1da1f2;
}
.social-media-list [href*=pinterest]:hover {
  color: #bd081c;
}
.social-media-list [href*=instagram]:hover {
  color: #d83776;
}
.social-media-list [href*=youtube]:hover {
  color: #ff0000;
}
.social-media-list [href*=tiktok]:hover {
  color: #fd355a;
}
.social-media-list [href*=vimeo]:hover {
  color: #1ab7ea;
}
.social-media-list [href*=linkedin]:hover {
  color: #0077b5;
}
.social-media-list [href*=snapchat]:hover {
  color: #f5dc30;
}
.social-media-list [href*=tumblr]:hover {
  color: #35465c;
}
.social-media-list [href*=fancy]:hover {
  color: #494e58;
}
.social-media-list [href*=rss]:hover {
  color: #f26522;
}

.shopify-section {
  position: relative;
}

@keyframes animate-tab-slide-up {
  0% {
    opacity: 0;
    transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes animate-tab-slide-down {
  0% {
    opacity: 0;
    transform: translateY(-3rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 991px) {
  .tabs .tabs-head-desktop {
    display: none;
  }
}
@media (min-width: 992px) {
  .tabs .tabs-head-mobile {
    display: none;
  }
}
.tabs .tabs-head-mobile .dropdown-summary {
  font-size: 2.6rem;
}
.tabs .tabs-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tabs .tabs-head .tab-head {
  cursor: pointer;
  font-family: var(--heading-font-family);
  color: rgba(var(--text-color), 0.85);
  margin: 0 2rem;
}
.tabs .tabs-head .tab-head:first-of-type {
  margin-left: 0;
}
.tabs .tabs-head .tab-head:last-of-type {
  margin-right: 0;
}
.tabs .tabs-head .tab-head.active {
  color: rgb(var(--heading-color));
}
.tabs .tabs-content.animation-down .tab-content {
  animation: animate-tab-slide-down 0.3s ease;
}
.tabs .tabs-content.animation-up .tab-content {
  animation: animate-tab-slide-up 0.3s ease;
}
.tabs .tabs-content .tab-content:not(.active) {
  display: none;
}

[data-shopify=payment-button] .shopify-payment-button__button--hidden {
  display: none !important;
}
[data-shopify=payment-button] .shopify-payment-button__button--unbranded {
  height: 4rem;
  font-weight: 500;
}

.quantity {
  display: inline-flex;
  width: 10rem;
  height: 5rem;
  border-radius: var(--button-radius);
  border: 2px solid rgba(var(--link-hover));
  transition: box-shadow 0.2s ease;
  position: relative;
  z-index: 5;
}
.quantity .quantity-button {
  width: 2.5rem;
  flex-shrink: 0;
  font-size: 1.8rem;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: rgba(var(--link-hover));
  padding: 0;
  justify-content: flex-start;
  position: absolute;
  right: 0;
  height: 50%;
}
.quantity .quantity-button svg {
  width: 1rem;
}
.quantity .quantity-button[name=minus] {
  bottom: 0;
}
.quantity .quantity-button[name=plus] {
  top: 0;
}
.quantity .quantity-input {
  color: rgba(var(--link-hover));
  font-weight: 700;
  opacity: 1;
  background-color: transparent;
  border: 0;
  padding: 0 2.5rem 0 0.5rem;
  text-align: center;
  -webkit-appearance: none;
  appearance: none;
}

.product-stock-status {
  font-weight: 500;
}

.inventory--low {
  color: rgb(var(--low-stock-color));
}

.inventory--high {
  color: rgb(var(--in-stock-color));
}

.product-rating .rating-star,
.product-rating .spr-starrating {
  color: rgb(var(--rating-star-color));
}

.product-price {
  font-size: 1.9rem;
  font-family: var(--heading-font-family);
}
.product-price .price {
  color: rgb(var(--sale-price-color));
  font-size: 1.8rem;
  font-weight: 700;
}
.product-price .regular-price {
  color: rgb(var(--old-price-color));
  font-size: 1.4rem;
  font-weight: bold;
}

.square-media img,
.portrait-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.square-media .placeholder-svg,
.portrait-media .placeholder-svg {
  position: absolute;
  left: 0;
  top: 0;
}

.square-media {
  padding-bottom: 100%;
}

.portrait-media {
  padding-bottom: 115%;
}

.small-button {
  padding: 1rem 2.2rem;
}

.medium-button {
  padding: 1.5rem 3rem;
  font-size: 1.6rem;
}

.large-button {
  padding: 2rem 4rem;
  font-size: 1.8rem;
}

.message {
  display: block;
  font-size: 1.2rem;
  word-break: break-word;
  font-weight: 400;
  font-family: var(--body-font-family);
}
.message:focus-visible {
  outline: none;
  box-shadow: none;
}
.message svg {
  width: 18px;
  margin-right: 5px;
}
.message.success-message {
  color: rgb(var(--button-bg-color-hover));
}
.message.error-message {
  color: rgb(var(--button-bg-color-hover));
}

.menu .current-parent-menu > a,
.menu .current-menu > a {
  color: rgb(var(--link-hover));
}
@media (hover: hover) {
  .menu > .menu-item:hover > a {
    color: rgb(var(--link-hover));
  }
}
@media (hover: hover) {
  .menu .menu-item .sub-menu > .menu-item:hover > a {
    color: rgb(var(--link-hover));
  }
}

.header-navigation {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-navigation .icon {
  line-height: 1;
  margin-right: 0.5rem;
}
.header-navigation .back {
  display: none;
}
.header-navigation > .menu-item {
  display: inline-block;
  padding: 0 1.3rem;
}
@media (max-width: 1300px) {
  .header-navigation > .menu-item {
    padding: 0 0.7rem;
  }
}
@media (max-width: 1200px) {
  .header-navigation > .menu-item {
    padding: 0 0.6rem;
  }
}
.header-navigation > .menu-item:first-of-type {
  padding-left: 0;
}
.header-navigation > .menu-item > .menu-link {
  padding: 1.5rem 0;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: var(--heading-font-family);
}
.header-navigation .menu-link {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-family: var(--heading-font-family);
}
.header-navigation .menu-arrow {
  margin-left: 0.3em;
  line-height: 0;
}
.header-navigation .menu-arrow svg {
  width: 0.6em;
  height: 0.6em;
}
.header-navigation .menu-item {
  position: relative;
}
.header-navigation .menu-item.mega-item {
  position: static;
}
.header-navigation .menu-item.tabbed > .sub-menu,
.header-navigation .menu-item.tabbed > .mega-menu-wrap {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 5;
}
@media (hover: hover) {
  .header-navigation .menu-item:hover > .sub-menu,
.header-navigation .menu-item:hover > .mega-menu-wrap {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 5;
  }
}
.header-navigation .sub-menu {
  top: calc(100% - 1px);
  list-style: none;
  margin: 0;
  padding: 2rem 1.5rem;
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.3s;
  pointer-events: none;
  transform: translateY(1rem);
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.1);
  min-width: 25rem;
  text-align: left;
  border-radius: var(--button-radius-theme);
  background-color: #fff;
}
.header-navigation .sub-menu > .menu-item > .sub-menu {
  transform: translateY(0);
  top: 0;
  left: 110%;
}
@media (hover: hover) {
  .header-navigation .sub-menu > .menu-item:hover > .sub-menu {
    left: 100%;
  }
}
.header-navigation .sub-menu .menu-item:last-of-type {
  border-bottom: 0;
}
.header-navigation .sub-menu .menu-link {
  padding: 0.8rem 1.5rem;
  justify-content: space-between;
}
.header-navigation .sub-menu .menu-arrow {
  transform: rotate(-90deg);
}
.header-navigation .mega-item .mega-menu-wrap {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
@media (hover: hover) {
  .header-navigation .mega-item .mega-menu-wrap a:hover .product-image {
    opacity: 0.8;
    transform: scale(1.01);
    transition: transform 0.2s ease, opacity 0.2s ease;
  }
}
.header-navigation .mega-item .mega-menu-wrap .menu-item {
  border-bottom: 0;
}
.header-navigation .mega-item .mega-menu-wrap .mega-menu {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
.header-navigation .mega-item .mega-menu-wrap .product-title {
  width: 100%;
  display: block;
  position: relative;
}
.header-navigation .mega-item .mega-menu-wrap .product-link {
  display: inline-block;
  margin-top: 1rem;
}
.header-navigation .mega-item .sub-mega-menu .menu-link {
  padding: 1rem 0;
}
.header-navigation .mega-item .image-wrapper {
  min-width: 17rem;
  overflow: hidden;
  border-radius: 0.5rem;
}
@media (hover: hover) {
  .header-navigation .mega-item .image-wrapper:hover img {
    opacity: 0.8;
    transform: scale(1.01);
    transition: transform 0.2s ease, opacity 0.2s ease;
  }
}
.header-navigation .mega-item .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.header-navigation .mega-item .image-wrapper .has-image {
  max-width: 100%;
}
.header-navigation .mega-item [data-navigation] .sub-mega-menu a {
  display: block;
  padding: 0.5rem 0;
}
.header-navigation .mega-item [data-navigation] .has-heading {
  margin-top: 2rem;
}
.header-navigation .mega-item [data-navigation] .has-heading .menu-heading {
  display: flex;
  padding: 1.5rem 0;
}
.header-navigation .mega-item [data-navigation] .menu-heading {
  font-size: 1.9rem;
  font-weight: 700;
  padding: 1.5rem 0;
}
.header-navigation .mega-item [data-navigation] .mega-menu li {
  flex-basis: 22%;
}
.header-navigation .mega-item [data-navigation] .mega-menu .has-image {
  flex-basis: 34%;
}
.header-navigation .mega-item [data-navigation] .image-wrapper + .image-wrapper {
  margin-top: 2rem;
}
.header-navigation .mega-item [data-collection] .mega-menu > li {
  flex-basis: 17rem;
}
.header-navigation .mega-item [data-collection] .mega-menu .has-image {
  flex-basis: 17rem;
}
.header-navigation .mega-item [data-collection] .menu-item {
  text-align: center;
}
.header-navigation .mega-item [data-collection] .menu-item .product-name {
  font-size: 1.4rem;
  margin-top: 1rem;
  display: inline-block;
}

.toggle-content {
  position: relative;
}
.toggle-content .vertical-navigation {
  padding: 0;
  right: auto;
  left: 0;
  top: calc(100% + 1.5rem);
  min-width: 51rem;
  transform: translateY(1rem);
  display: flex;
  flex-wrap: wrap;
  border: 1px solid rgb(var(--button-bg-color), 0.4);
  border-radius: 1rem;
  padding: 3rem 2.25rem 1.6rem 2.25rem;
}
.toggle-content .vertical-navigation a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.toggle-content .vertical-navigation a .menu-text {
  flex-grow: 1;
  font-family: var(--heading-font-family);
  font-weight: 700;
}
.toggle-content .vertical-navigation > .menu-item > a {
  font-size: 1.5rem;
}
@media (hover: hover) {
  .toggle-content .vertical-navigation > .menu-item:hover > a {
    color: rgb(var(--link-hover)) !important;
  }
}
.toggle-content .vertical-navigation .menu-item {
  position: relative;
  border-radius: 0.5rem;
  border: 1px solid #F2F3F4;
  padding: 1rem 1.8rem;
  margin: 0 0.75rem 1.5rem 0.75rem;
  width: calc(50% - 1.5rem);
}
@media (hover: hover) {
  .toggle-content .vertical-navigation .menu-item:hover {
    border: 1px solid rgb(var(--button-bg-color), 0.4);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
  }
  .toggle-content .vertical-navigation .menu-item:hover > .sub-menu {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
.toggle-content .vertical-navigation .icon {
  line-height: 1;
  margin-right: 1.5rem;
}
.toggle-content .vertical-navigation .icon svg {
  width: 3rem;
  height: 3rem;
}
.toggle-content .vertical-navigation .menu-arrow svg {
  height: 0.9rem;
}
@media (min-width: 992px) {
  .toggle-content .vertical-navigation .back {
    display: none;
  }
}
.toggle-content .vertical-navigation .sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  transform: translateX(5px);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.2s ease, opacity 0.2s ease, visibility 0.2s ease;
  pointer-events: none;
  white-space: nowrap;
  box-shadow: 0.2rem 0 0.5rem 0.1rem rgba(0, 0, 0, 0.1);
}
.toggle-content .vertical-navigation .sub-menu a {
  border-left: 0.1rem solid #f7f7f7;
}

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

.pity .sticky-header {
  display: block;
  position: fixed;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease 0s;
}
.pity .sticky-header .search-form {
  max-height: 4.6rem;
}
@media (max-width: 1024px) {
  .pity .sticky-header .header-icons .compare, .pity .sticky-header .header-icons .wishlist {
    display: none;
  }
}
@media (max-width: 992px) {
  .pity .sticky-header {
    z-index: -999;
  }
}

.sticky-header {
  display: none;
  position: relative;
}

.header {
  /* border-bottom: 1px solid #f3f3f3; */
  background-color: #fff;
  height: 100% !important;
}
@media (max-width: 767px) {
  .header .header-inner {
    min-height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.header.layout-1 .site-navigation-wrap {
  text-align: center;
  border-top: 1px solid rgba(var(--text-color), 0.1);
}
@media (min-width: 992px) {
  .header.layout-1 .action-search {
    display: none;
  }
  .header.layout-1 .header-inner {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
  }
  .header.layout-1 .search-form-wrap,
.header.layout-1 .header-icons {
    flex: 1 0 0;
  }
  .header.layout-1 .sticky-header .search-form-wrap {
    flex: unset;
    margin-left: 1rem;
  }
}
.header.layout-2 .header-box {
  display: inline-flex;
  align-items: center;
}
.header.layout-2 .header-box .site-branding-wrap {
  margin-left: 3rem;
  margin-right: 3rem;
}
.header.layout-2 .search-form-wrap .search-form {
  min-width: 17rem !important;
}
@media (min-width: 1300px) {
  .header.layout-2 .search-form-wrap .search-form {
    margin-right: 2rem;
  }
}
.header.layout-2 .header-icons .item.compare,
.header.layout-2 .header-icons .item.wishlist {
  display: none;
}
@media (min-width: 992px) {
  .header.layout-2 .action-search {
    display: none;
  }
  .header.layout-2 .sticky-header .search-form-wrap {
    flex: unset;
    margin-left: 1rem;
  }
}
.header.layout-3 .site-branding-wrap {
  margin-right: 2rem;
}
.header.layout-3 .header-icons {
  flex: 1 0 0;
}
@media (min-width: 992px) {
  .header.layout-3 .sticky-header .search-form-wrap {
    flex: unset;
    margin-left: 1rem;
  }
}
@media (min-width: 992px) {
  .header.layout-4 .header-inner .header-icons {
    display: none;
  }
}
@media (max-width: 991px) {
  .header.layout-4 .header-inner .support-content {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  .header.layout-4 .header-icons .item.compare {
    display: none;
  }
}
.header.layout-4 .header-bar-inner {
  padding: 2rem 0;
}
.header.layout-4 .search-form {
  background-color: #fff;
}
@media (min-width: 1300px) {
  .header.layout-4 .search-form {
    max-width: 100%;
    min-width: 60rem !important;
  }
}
@media (min-width: 992px) {
  /* .header.layout-5 .header-icons {
    flex: 1 0 0;
  } */
  .header.layout-5 .site-branding-wrap {
    flex-shrink: 0;
  }
  .header.layout-5 .header-top .header-inner {
    padding: 10px 0 0;
  }
  .header.layout-5 .header-inner {
    min-height: auto;
    /* padding-top: 1.5rem; */
    /* padding: 2rem 0; */
  }
}
.header.layout-5 .search-form {
  background-color: rgba(var(--text-color), 0.085);
  margin-left: 7rem;
}
@media (max-width: 1300px) {
  .header.layout-5 .search-form {
    margin-left: 4rem;
  }
}
@media (max-width: 1200px) {
  .header.layout-5 .search-form {
    margin-left: 2rem;
  }
}
.header.layout-5 .sticky-header .header-navigation {
    justify-content: flex-start;
}
/* .header.layout-5 .header-bar {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
} */
.header.layout-5 .header-bar .header-bar-inner {
  padding: 0.6rem 0;
}
.header.layout-5 .header-bar .toggle-content {
  margin-right: 4rem;
}
@media (max-width: 1300px) {
  .header.layout-5 .header-bar .toggle-content {
    margin-right: 2rem;
  }
}
/* .header.layout-5 .header-bar .site-navigation {
  flex-grow: 1;
} */
.header.layout-6 .site-navigation {
  order: -1;
}
.header.layout-6 .site-navigation,
.header.layout-6 .header-icons {
  flex: 1 0 0;
}
@media (min-width: 992px) {
  .header.layout-6 .sticky-header .search-form-wrap {
    flex: unset;
    margin-left: 1rem;
  }
}
.header.layout-1 .search-form-wrap svg, .header.layout-2 .search-form-wrap svg {
  width: 1.7rem;
  height: 1.7rem;
}
.header.layout-1 .search-form-wrap .search-form, .header.layout-2 .search-form-wrap .search-form {
  min-width: 18rem;
  display: inline-flex;
  box-shadow: inset 0 -0.1rem 0 0 rgb(var(--heading-color));
  transition: box-shadow 0.3s ease;
}
.header.layout-1 .search-form-wrap .search-input, .header.layout-2 .search-form-wrap .search-input {
  flex-grow: 1;
  background-color: transparent;
  padding-right: 0;
  font-style: italic;
}
.header.layout-1 .search-form-wrap .search-button, .header.layout-2 .search-form-wrap .search-button {
  border: 0;
  background-color: transparent;
}
.header.layout-4 .toggle-content-button, .header.layout-5 .toggle-content-button {
  color: #fff;
  background-color: rgb(var(--button-bg-color));
  border-radius: 0.5rem;
  min-width: 26rem;
  min-height: 4.6rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.6rem;
  font-weight: 700;
  border: 0;
  font-family: var(--heading-font-family);
  letter-spacing: 0.2px;
}
.header.layout-4 .toggle-content-button *, .header.layout-5 .toggle-content-button * {
  pointer-events: none;
}
.header.layout-4 .toggle-content-button .list, .header.layout-5 .toggle-content-button .list {
  margin-right: 0.7rem;
}
.header.layout-4 .toggle-content-button .text, .header.layout-5 .toggle-content-button .text {
  flex-grow: 1;
  text-align: left;
}
.header.layout-4 .toggle-content-button .arrow, .header.layout-5 .toggle-content-button .arrow {
  transition: transform 0.3s ease;
}
.header.layout-4 .toggle-content-button .arrow svg, .header.layout-5 .toggle-content-button .arrow svg {
  width: 1.3rem;
  height: 1.2rem;
}
.header.layout-5 .header-bar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.header.layout-4 .header-bar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header.layout-4 .support-content, .header.layout-5 .support-content {
  display: flex;
  align-items: center;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .header.layout-4 .support-content, .header.layout-5 .support-content {
    display: none;
  }
}
.header.layout-4 .support-content svg, .header.layout-5 .support-content svg {
  width: 3.5rem;
  height: auto;
  margin-right: 1.2rem;
}
.header.layout-4 .support-content .support-heading, .header.layout-5 .support-content .support-heading {
  font-size: 1.2rem;
  letter-spacing: 0.9px;
}
.header.layout-4 .support-content .support-tel, .header.layout-5 .support-content .support-tel {
  line-height: 1;
  font-size: 2.6rem;
  font-weight: 700;
  font-family: var(--heading-font-family);
  color: rgb(var(--button-bg-color));
}
.header.layout-4 .search-form-wrap, .header.layout-5 .search-form-wrap {
  position: relative;
}
.header.layout-4 .search-form-wrap svg, .header.layout-5 .search-form-wrap svg {
  width: 1.7rem;
  height: 1.7rem;
}
.header.layout-4 .search-form-wrap select, .header.layout-5 .search-form-wrap select {
  border: 0;
  border-radius: 5rem;
  background-color: transparent;
  padding-left: 2rem;
  padding-right: 3.5rem;
  font-size: 1.5rem;
  color: rgb(var(--heading-color));
  text-transform: capitalize;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: right 2rem top 50%;
  background-repeat: no-repeat;
  background-size: auto 1.2rem;
  font-weight: 700;
  font-family: var(--heading-font-family);
}
.header.layout-4 .search-form-wrap select:focus-within, .header.layout-5 .search-form-wrap select:focus-within {
  box-shadow: none;
  outline: none;
}
.header.layout-4 .search-form-wrap select,
.header.layout-4 .search-form-wrap .search-input,
.header.layout-4 .search-form-wrap .search-button, .header.layout-5 .search-form-wrap select,
.header.layout-5 .search-form-wrap .search-input,
.header.layout-5 .search-form-wrap .search-button {
  height: 5rem;
}
.header.layout-4 .search-form-wrap .separator, .header.layout-5 .search-form-wrap .separator {
  width: 1px;
  height: 30px;
  background-color: rgba(var(--text-color), 0.2);
  margin-right: 1rem;
}
.header.layout-5 .search-form-wrap .search-form {
  width: 100%;
  min-width: 100%;
  margin-left: 0 !important;
  border-radius: 10px !important;
}
.header.layout-4 .search-form-wrap .search-form, .header.layout-5 .search-form-wrap .search-form {
  display: inline-flex;
  align-items: center;
  box-shadow: 0 0 0 0.1rem transparent;
  transition: box-shadow 0.3s ease;
  border: 2px solid rgb(var(--button-bg-color), 0.4);
  background: transparent;
  border-radius: 0.4rem;
}
@media (min-width: 1300px) {
  .header.layout-4 .search-form-wrap .search-form {
    min-width: 60rem !important;
  }
}
@media (max-width: 1300px) {
  .header.layout-4 .search-form-wrap .search-form, .header.layout-5 .search-form-wrap .search-form {
    min-width: unset;
    max-width: unset;
  }
}
.header.layout-4 .search-form-wrap .search-input, .header.layout-5 .search-form-wrap .search-input {
  flex-grow: 1;
  background-color: transparent;
  padding-right: 0;
  color: rgba(var(--text-color), 0.8);
  transition: color 0.3s ease;
  font-size: 1.5rem;
}
.header.layout-4 .search-form-wrap .search-input:focus, .header.layout-5 .search-form-wrap .search-input:focus {
  color: rgb(var(--heading-color));
}
.header.layout-4 .search-form-wrap .search-button, .header.layout-5 .search-form-wrap .search-button {
  border: 0;
  background-color: transparent;
  border-radius: 5rem;
  padding-right: 1.7rem;
  position: absolute;
  right: 0;
}
@media (min-width: 992px) {
  .header.layout-4 .item.search, .header.layout-5 .item.search {
    display: none;
  }
}
@media (max-width: 991px) {
  .header.layout-4 .header-bar, .header.layout-5 .header-bar {
    display: none;
  }
}
.header.layout-1 .sticky-header .toggle-content-button, .header.layout-2 .sticky-header .toggle-content-button, .header.layout-3 .sticky-header .toggle-content-button, .header.layout-6 .sticky-header .toggle-content-button {
  color: #fff;
  background-color: rgb(var(--button-bg-color));
  border-radius: 0.5rem;
  min-width: 26rem;
  min-height: 4.6rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.6rem;
  font-weight: 700;
  border: 0;
  font-family: var(--heading-font-family);
  letter-spacing: 0.2px;
}
.header.layout-1 .sticky-header .toggle-content-button *, .header.layout-2 .sticky-header .toggle-content-button *, .header.layout-3 .sticky-header .toggle-content-button *, .header.layout-6 .sticky-header .toggle-content-button * {
  pointer-events: none;
}
.header.layout-1 .sticky-header .toggle-content-button .list, .header.layout-2 .sticky-header .toggle-content-button .list, .header.layout-3 .sticky-header .toggle-content-button .list, .header.layout-6 .sticky-header .toggle-content-button .list {
  margin-right: 0.7rem;
}
.header.layout-1 .sticky-header .toggle-content-button .text, .header.layout-2 .sticky-header .toggle-content-button .text, .header.layout-3 .sticky-header .toggle-content-button .text, .header.layout-6 .sticky-header .toggle-content-button .text {
  flex-grow: 1;
  text-align: left;
}
.header.layout-1 .sticky-header .toggle-content-button .arrow, .header.layout-2 .sticky-header .toggle-content-button .arrow, .header.layout-3 .sticky-header .toggle-content-button .arrow, .header.layout-6 .sticky-header .toggle-content-button .arrow {
  transition: transform 0.3s ease;
}
.header.layout-1 .sticky-header .toggle-content-button .arrow svg, .header.layout-2 .sticky-header .toggle-content-button .arrow svg, .header.layout-3 .sticky-header .toggle-content-button .arrow svg, .header.layout-6 .sticky-header .toggle-content-button .arrow svg {
  width: 1.3rem;
  height: 1.2rem;
}
.header.layout-1 .sticky-header .header-bar-inner, .header.layout-2 .sticky-header .header-bar-inner, .header.layout-3 .sticky-header .header-bar-inner, .header.layout-6 .sticky-header .header-bar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header.layout-1 .sticky-header .support-content, .header.layout-2 .sticky-header .support-content, .header.layout-3 .sticky-header .support-content, .header.layout-6 .sticky-header .support-content {
  display: flex;
  align-items: center;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .header.layout-1 .sticky-header .support-content, .header.layout-2 .sticky-header .support-content, .header.layout-3 .sticky-header .support-content, .header.layout-6 .sticky-header .support-content {
    display: none;
  }
}
.header.layout-1 .sticky-header .support-content svg, .header.layout-2 .sticky-header .support-content svg, .header.layout-3 .sticky-header .support-content svg, .header.layout-6 .sticky-header .support-content svg {
  width: 3.5rem;
  height: auto;
  margin-right: 1.2rem;
}
.header.layout-1 .sticky-header .support-content .support-heading, .header.layout-2 .sticky-header .support-content .support-heading, .header.layout-3 .sticky-header .support-content .support-heading, .header.layout-6 .sticky-header .support-content .support-heading {
  font-size: 1.2rem;
  letter-spacing: 0.9px;
}
.header.layout-1 .sticky-header .support-content .support-tel, .header.layout-2 .sticky-header .support-content .support-tel, .header.layout-3 .sticky-header .support-content .support-tel, .header.layout-6 .sticky-header .support-content .support-tel {
  line-height: 1;
  font-size: 2.6rem;
  font-weight: 700;
  font-family: var(--heading-font-family);
  color: rgb(var(--button-bg-color));
}
.header.layout-1 .sticky-header .search-form-wrap, .header.layout-2 .sticky-header .search-form-wrap, .header.layout-3 .sticky-header .search-form-wrap, .header.layout-6 .sticky-header .search-form-wrap {
  position: relative;
}
.header.layout-1 .sticky-header .search-form-wrap svg, .header.layout-2 .sticky-header .search-form-wrap svg, .header.layout-3 .sticky-header .search-form-wrap svg, .header.layout-6 .sticky-header .search-form-wrap svg {
  width: 1.7rem;
  height: 1.7rem;
}
.header.layout-1 .sticky-header .search-form-wrap select, .header.layout-2 .sticky-header .search-form-wrap select, .header.layout-3 .sticky-header .search-form-wrap select, .header.layout-6 .sticky-header .search-form-wrap select {
  border: 0;
  border-radius: 5rem;
  background-color: transparent;
  padding-left: 2rem;
  padding-right: 3.5rem;
  font-size: 1.5rem;
  color: rgb(var(--heading-color));
  text-transform: capitalize;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: right 2rem top 50%;
  background-repeat: no-repeat;
  background-size: auto 1.2rem;
  font-weight: 700;
  font-family: var(--heading-font-family);
}
.header.layout-1 .sticky-header .search-form-wrap select:focus-within, .header.layout-2 .sticky-header .search-form-wrap select:focus-within, .header.layout-3 .sticky-header .search-form-wrap select:focus-within, .header.layout-6 .sticky-header .search-form-wrap select:focus-within {
  box-shadow: none;
  outline: none;
}
.header.layout-1 .sticky-header .search-form-wrap select,
.header.layout-1 .sticky-header .search-form-wrap .search-input,
.header.layout-1 .sticky-header .search-form-wrap .search-button, .header.layout-2 .sticky-header .search-form-wrap select,
.header.layout-2 .sticky-header .search-form-wrap .search-input,
.header.layout-2 .sticky-header .search-form-wrap .search-button, .header.layout-3 .sticky-header .search-form-wrap select,
.header.layout-3 .sticky-header .search-form-wrap .search-input,
.header.layout-3 .sticky-header .search-form-wrap .search-button, .header.layout-6 .sticky-header .search-form-wrap select,
.header.layout-6 .sticky-header .search-form-wrap .search-input,
.header.layout-6 .sticky-header .search-form-wrap .search-button {
  height: 5rem;
}
.header.layout-1 .sticky-header .search-form-wrap .separator, .header.layout-2 .sticky-header .search-form-wrap .separator, .header.layout-3 .sticky-header .search-form-wrap .separator, .header.layout-6 .sticky-header .search-form-wrap .separator {
  width: 1px;
  height: 30px;
  background-color: rgba(var(--text-color), 0.2);
  margin-right: 1rem;
}
.header.layout-1 .sticky-header .search-form-wrap .search-form, .header.layout-2 .sticky-header .search-form-wrap .search-form, .header.layout-3 .sticky-header .search-form-wrap .search-form, .header.layout-6 .sticky-header .search-form-wrap .search-form {
  min-width: 70rem;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 0 0 0.1rem transparent;
  transition: box-shadow 0.3s ease;
  border: 2px solid rgb(var(--button-bg-color), 0.4);
  background: transparent;
  border-radius: 0.4rem;
}
@media (min-width: 1300px) {
  .header.layout-1 .sticky-header .search-form-wrap .search-form, .header.layout-2 .sticky-header .search-form-wrap .search-form, .header.layout-3 .sticky-header .search-form-wrap .search-form, .header.layout-6 .sticky-header .search-form-wrap .search-form {
    min-width: 60rem !important;
  }
}
@media (max-width: 1300px) {
  .header.layout-1 .sticky-header .search-form-wrap .search-form, .header.layout-2 .sticky-header .search-form-wrap .search-form, .header.layout-3 .sticky-header .search-form-wrap .search-form, .header.layout-6 .sticky-header .search-form-wrap .search-form {
    min-width: unset;
    max-width: 36rem;
  }
}
.header.layout-1 .sticky-header .search-form-wrap .search-input, .header.layout-2 .sticky-header .search-form-wrap .search-input, .header.layout-3 .sticky-header .search-form-wrap .search-input, .header.layout-6 .sticky-header .search-form-wrap .search-input {
  flex-grow: 1;
  background-color: transparent;
  padding-right: 0;
  color: rgba(var(--text-color), 0.8);
  transition: color 0.3s ease;
  font-size: 1.5rem;
}
.header.layout-1 .sticky-header .search-form-wrap .search-input:focus, .header.layout-2 .sticky-header .search-form-wrap .search-input:focus, .header.layout-3 .sticky-header .search-form-wrap .search-input:focus, .header.layout-6 .sticky-header .search-form-wrap .search-input:focus {
  color: rgb(var(--heading-color));
}
.header.layout-1 .sticky-header .search-form-wrap .search-button, .header.layout-2 .sticky-header .search-form-wrap .search-button, .header.layout-3 .sticky-header .search-form-wrap .search-button, .header.layout-6 .sticky-header .search-form-wrap .search-button {
  border: 0;
  background-color: transparent;
  border-radius: 5rem;
  padding-right: 1.7rem;
  position: absolute;
  right: 0;
}
@media (max-width: 991px) {
  .header.layout-1 .header-bar, .header.layout-2 .header-bar, .header.layout-3 .header-bar, .header.layout-6 .header-bar {
    display: none;
  }
}
.header ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header .site-branding-wrap {
  margin: 0.5rem 0;
  line-height: 0;
  display: inline-flex;
  font-size: 3rem;
}
@media (max-width: 1800px) {
  .header-icons .item span.label {
        display: none;
  }
  .header.layout-5 .header-navigation {
    gap: 10px !important;
}
}
@media (max-width: 991px) {
  .header .header-box .header-navigation {
    display: none;
  }
  .header .header-box .site-branding-wrap {
    margin-left: 0;
    margin-right: 0;
  }
  .header .header-icons .item span.label,
.header .header-icons .item.search,
.header .header-icons .item.compare,
.header .header-icons .item.account,
.header .search-form-wrap,
.header .site-navigation {
    display: none;
  }
  .header .site-branding-wrap {
    font-size: 2rem;
  }
  .header .toggle-panel,
.header .header-icons {
    flex: 1 0 0;
  }
}
.header .toggle-panel {
  cursor: pointer;
}
@media (min-width: 992px) {
  .header .toggle-panel {
    display: none;
  }
}
.header .toggle-panel svg {
  width: 3.6rem;
  height: 3rem;
}
.header .site-panel {
  background-color: rgba(var(--overlay-color), 0.4);
  pointer-events: none;
  z-index: 10;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
@media (min-width: 992px) {
  .header .site-panel {
    display: none;
  }
}
.header .site-panel .site-panel-inner {
  background-color: #fff;
  width: 40rem;
  height: 100%;
  max-width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translateX(-100%);
  transition: transform 0.2s ease;
}
.header .site-panel .site-panel-inner .site-panel-close {
  position: absolute;
  left: calc(100% + 1rem);
  top: 1rem;
  width: 4rem;
  height: 4rem;
  border: 0;
  background-color:rgb(255, 154, 0);
}
.header .site-panel .site-panel-inner .site-panel-close svg {
  width: 2rem;
  height: 2rem;
}
.header .site-panel .panel-header {
  background-color: #f8f8f8;
}
.header .site-panel .panel-header .panel-branding {
  padding: 3rem 2rem;
  display: block;
  text-align: center;
}
.header .site-panel .panel-content {
  flex-grow: 1;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}
.header .site-panel .toggle-navigation {
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateX(0);
}
.header .site-panel .toggle-navigation[data-level="2"] {
  transform: translateX(-100%);
}
.header .site-panel .toggle-navigation[data-level="3"] {
  transform: translateX(-200%);
}
.header .site-panel .toggle-navigation img {
  position: static;
  width: 100%;
  object-fit: cover;
}
.header .site-panel .toggle-navigation > li > a svg {
  transform: rotate(-90deg);
}
.header .site-panel .toggle-navigation li {
  border-bottom: 1px solid #eaeaea;
}
.header .site-panel .toggle-navigation li:last-of-type {
  border-bottom: 0;
}
.header .site-panel .toggle-navigation li.active > .sub-menu,
.header .site-panel .toggle-navigation li.active > .sub-mega-menu {
  display: block;
}
.header .site-panel .toggle-navigation li.has-heading .menu-arrow {
  display: none;
}
.header .site-panel .toggle-navigation li.has-heading + .sub-mega-menu {
  border-top: 1px solid #eaeaea;
  display: block;
  transform: none;
  position: static;
}
.header .site-panel .toggle-navigation a {
  padding: 2rem 1.5rem;
  display: flex;
  font-family: var(--heading-font-family);
}
.header .site-panel .toggle-navigation a span.icon {
  padding-right: 5px;
}
.header .site-panel .toggle-navigation a .menu-arrow {
  flex-grow: 1;
  text-align: right;
}
.header .site-panel .toggle-navigation a.product-link {
  justify-content: center;
  padding-top: 0 !important;
}

/* nilesh s */
@media (max-width: 991.98px) {
    .site-panel-open .header .site-panel-inner {
        transform: translateX(0) translateY(46px) !important;
    }
    ul.toggle-navigation li.menu-item a.menu-link.has-children span.menu-text {
        pointer-events: none;
    }
 
}

@media (max-width: 767.98px) {
    .site-panel-open .header .site-panel-inner {
        transform: translateX(0) translateY(33px) !important;
    }
}


.header .site-panel .toggle-navigation .sub-menu,
.header .site-panel .toggle-navigation .sub-mega-menu {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  right: -100%;
  z-index: 10;
  background-color: #fff;
  display: none;
  text-align: left;
}
.header .site-panel .toggle-navigation .sub-menu[data-level="2"]:not(.mega-menu-wrap) .has-children svg,
.header .site-panel .toggle-navigation .sub-mega-menu[data-level="2"]:not(.mega-menu-wrap) .has-children svg {
  transform: rotate(-90deg);
}
.header .site-panel .toggle-navigation .sub-menu .container,
.header .site-panel .toggle-navigation .sub-mega-menu .container {
  padding: 0;
}
.header .site-panel .toggle-navigation .sub-menu .has-image,
.header .site-panel .toggle-navigation .sub-mega-menu .has-image {
  padding: 1.5rem;
  border-bottom: 0;
}
.header .site-panel .toggle-navigation .sub-menu .has-image + .has-image,
.header .site-panel .toggle-navigation .sub-mega-menu .has-image + .has-image {
  padding-top: 0;
}
.header .site-panel .toggle-navigation .sub-menu .has-image .image-wrapper + .image-wrapper,
.header .site-panel .toggle-navigation .sub-mega-menu .has-image .image-wrapper + .image-wrapper {
  margin-top: 1.5rem;
}
.header .site-panel .toggle-navigation .sub-menu .has-image a,
.header .site-panel .toggle-navigation .sub-mega-menu .has-image a {
  padding: 0;
}
.header .site-panel .toggle-navigation .back {
  cursor: pointer;
  padding: 2rem 1.5rem;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 500;
  font-family: var(--heading-font-family);
}
.header .site-panel .toggle-navigation .back svg {
  margin-right: 1.5rem;
  /* vertical-align: -0.2rem; */
}
.header .site-panel .panel-footer {
  padding: 2rem;
  background-color: #f8f8f8;
}
.header .site-panel .social-media-list {
  font-size: 0;
  margin-left: -2rem;
}
.header .site-panel .social-media-list li {
  display: inline-block;
}
.header .site-panel .social-media-list a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
}
.header .site-panel .social-media-list svg {
  width: 1.8rem;
  height: 1.8rem;
}
.site-panel-open .header .site-panel {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}
.site-panel-open .header .site-panel-inner {
  transform: translateX(0);
}

.header-icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-icons svg {
  width: auto;
  height: 2.5rem;
}
.header-icons .item {
  display: flex;
  padding: 0 10px;
  align-items: end;
}
.header-icons .item a.boxline {
  line-height: 1;
}
.header-icons .item span.label {
  font-size: 1.6rem;
  margin: 5px 0 0 10px;
}
.header-icons .item .ml-0 {
  margin-left: 0px !important;
}
.header-icons .header-icon {
  position: relative;
  cursor: pointer;
}
.header-icons .header-icon .item-count {
  position: absolute;
  font-size: 1.2rem;
  right: -1.1rem;
  top: -0.5rem;
  background-color: rgb(var(--link-hover));
  border-radius: 5rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  min-width: 2rem;
  padding: 0 0.3em;
  white-space: nowrap;
  line-height: 1;
  z-index: 1;
}
.header-icons .header-icon .item-count:empty {
  display: none;
}
@media (max-width: 767px) {
  .header-icons .action-account,
.header-icons .action-search {
    display: none;
  }
}

body:after {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  bottom: 0;
  content: "";
  left: 0;
  right: 0;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}
body.menu-open:after {
  opacity: 1;
  visibility: visible;
}
body.menu-open .topbar-section {
  z-index: 6;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.search-form-wrap .search-form {
  position: relative;
}
.search-form-wrap .search-input {
  box-shadow: none;
}
.search-form-wrap .search-input:focus {
  box-shadow: none;
}

.heading-section .heading {
  line-height: 1.2;
}

@media (min-width: 992px) {
  .section-icon-box .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .section-icon-box .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
}
.section-icon-box .m-auto {
  margin: auto;
}
.section-icon-box .info-top {
  margin-bottom: 4.2rem;
}
.section-icon-box .info-top .title {
  font-weight: 700;
  letter-spacing: 0.05rem;
  margin: unset;
}
.section-icon-box .icon-box .icon-item {
  background-color: var(--item-bgcolor);
  align-items: center;
}
.section-icon-box .icon-box .icon svg {
  height: auto;
}
.section-icon-box .icon-box.border-top-icon-box {
  border-top: 0.05rem solid #f3f3f3;
  padding-top: 5.5rem;
}
.section-icon-box .icon-box.border-bottom-icon-box {
  padding-bottom: 1.5rem;
  border-bottom: 0.05rem solid #f3f3f3;
}
.section-icon-box .info-icon .text {
  font-weight: 700;
}
.section-icon-box .info-icon .sub-text {
  font-size: 1.7rem;
}
@media (hover: hover) {
  .section-icon-box .icon-type:hover .icon {
    transform: unset;
  }
}
.section-icon-box .icon-type svg {
  height: auto;
}
.section-icon-box .iconbox-item.layout-1 .icon-box .icon-item {
  padding: 5rem 3rem;
  border-radius: var(--button-radius-theme);
  border: 0.05rem solid #ececec;
  height: 100%;
}
.section-icon-box .iconbox-item.layout-1 .icon-box .icon-item:hover {
  box-shadow: 0.2rem 0.2rem 1rem rgba(0, 0, 0, 0.05);
}
.section-icon-box .iconbox-item.layout-1 .icon-box svg, .section-icon-box .iconbox-item.layout-1 .icon-box img {
  margin-bottom: 3.5rem;
}
.section-icon-box .iconbox-item.layout-1 .icon-box .info-icon .text {
  margin: 0;
  letter-spacing: 0.05rem;
}
.section-icon-box .iconbox-item.layout-1 .icon-box .info-icon .sub-text {
  margin-bottom: 2.7rem;
  line-height: 1.5;
}
.section-icon-box .iconbox-item.layout-1 .icon-box .info-icon .button-name {
  font-size: 1.6rem;
}
.section-icon-box .iconbox-item.layout-2 .icon-item {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}
@media (hover: hover) {
  .section-icon-box .iconbox-item.layout-2 .icon-item:hover .icon {
    transform: translate(0, -0.7rem);
  }
}
.section-icon-box .iconbox-item.layout-2 .icon-item .info-icon .text {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.02rem;
}
.section-icon-box .iconbox-item.layout-2 .icon-item .info-icon .sub-text {
  font-size: 1.6rem;
  margin-bottom: 0;
}
.section-icon-box .iconbox-item.layout-2 .icon-item .icon {
  /* margin-right: 2.3rem; */
  transition-duration: 0.3s;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .section-icon-box .grid {
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
  }
  /* .section-icon-box .grid .grid-item {
    width: 30%;
  } */
}

.section-image-banner .banner-item {
  margin-bottom: 20px;
}
.section-image-banner .banner-item:last-child {
  margin-bottom: 0;
}
.section-image-banner .btn-banner {
  display: inline-block;
  font-size: 1.4rem;
  padding: 1rem 3rem;
  font-weight: 500;
  border-radius: var(--button-radius-outset);
}
.section-image-banner .heading {
  line-height: 1;
}
.section-image-banner .heading.font-style2 {
  font-family: var(--heading-font-family);
}
@media (min-width: 1200px) {
  .section-image-banner.custom-banner .banner-box {
    padding-left: 55.6%;
    text-align: left;
  }
}

.image-box-section .image-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767px) {
  .image-box-section .image-box {
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
  }
  .image-box-section .image-box .image-item {
    min-width: 12rem;
  }
}
.image-box-section .image-item {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 991px) {
  .image-box-section .image-item {
    margin: 1rem;
  }
}
.image-box-section .image-item .text {
  padding: 1rem;
}
.image-box-section .flex-justify-center .image-item {
  text-align: center;
}
.image-box-section .flex-justify-end .image-item {
  text-align: right;
}

.image-with-text-section img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .image-with-text-section .container .image-with-text-inner .content-box {
    padding: 5rem 0;
  }
}
.image-with-text-section .image-with-text-inner {
  display: flex;
  flex-wrap: wrap;
}
.image-with-text-section .image-with-text-inner .box-item {
  width: 50%;
}
@media (max-width: 991px) {
  .image-with-text-section .image-with-text-inner .box-item {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 992px) {
  .image-with-text-section .image-with-text-inner .inner-content-box.content-right {
    padding-left: 50%;
  }
}
@media (max-width: 991px) {
  .image-with-text-section .image-with-text-inner .image-box {
    order: -1;
  }
}
.image-with-text-section .image-with-text-inner .content-box {
  display: flex;
  align-items: center;
  padding: 11.5rem;
}
@media (max-width: 991px) {
  .image-with-text-section .image-with-text-inner .content-box {
    padding: 5rem 2rem;
  }
}
.image-with-text-section .image-with-text-inner .content-box .inner-item {
  margin-bottom: 2.6rem;
  margin-top: 0.5rem;
}
.image-with-text-section .image-with-text-inner .content-box .inner-item:empty {
  display: none;
}
.image-with-text-section .image-with-text-inner .content-box .inner-item:first-child {
  margin-top: 0;
}
.image-with-text-section .image-with-text-inner .content-box .inner-item:last-child {
  margin-bottom: 0;
}
.image-with-text-section .image-with-text-inner .content-box .heading {
  line-height: 1;
  font-size: 120%;
}
.image-with-text-section .image-with-text-inner .content-box .button {
  min-width: 12rem;
  min-height: 4rem;
  line-height: 1;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.image-section a {
  position: absolute !important;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.image-section img,
.image-section .placeholder-svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-img-border {
  position: relative;
}
.section-img-border:after {
  position: absolute;
  width: 100%;
  border: 1px solid #f3f3f3;
  top: 50%;
  transform: translateY(-50%);
  content: "";
}
.section-img-border .iconsvg,
.section-img-border img {
  z-index: 2;
  position: relative;
}
.section-img-border .img-box img {
  max-width: 230px;
  height: auto;
}

.section-info .grid {
  margin: unset;
}
.section-info .lazy-image {
  border-radius: var(--button-radius-theme);
}
.section-info .sub-title {
  margin-bottom: 2rem;
  font-weight: 700;
  color: #B6B6B6;
}
.section-info .title {
  margin-bottom: 3rem;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .section-info .content-padding {
    padding: 0 2rem;
  }
}
.section-info .info-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767px) {
  .section-info .info-box {
    flex-direction: column;
  }
}
.section-info .info-box.layout-imgright .info-item.content-info {
  order: 1;
}
.section-info .info-box.layout-imgright .info-item {
  order: 2;
}
@media (max-width: 767px) {
  .section-info .info-item {
    margin: 2rem 0;
  }
}

.section-instagram .stretch-section .grid {
  margin: 0;
}
.section-instagram .title-section {
  margin: 0;
  line-height: 1.2;
}
.section-instagram .subtitle-section {
  margin-top: 2.2rem;
}
.section-instagram .button-name {
  margin-top: 2.5rem;
}
.section-instagram .button-name a {
  display: inline-block;
  padding: 8px 20px;
  border-radius: var(--button-radius-outset);
  transition: all 0.3s ease;
  color: rgb(var(--button-text-color));
  background-color: rgb(var(--button-bg-color-hover));
}
.section-instagram .button-name a:hover {
  color: rgb(var(--button-text-color-hover));
  background-color: rgb(var(--button-bg-color));
}
.section-instagram .list-item-instagram {
  margin-top: 4.3rem;
  gap: 15px;
}
.section-instagram .instagram-item {
  position: relative;
}
.section-instagram .instagram-item .box-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1;
}
.section-instagram .instagram-item .box-icon a {
  color: #fff;
}
.section-instagram .instagram-item .box-icon svg {
  width: 3rem;
  height: auto;
}
.section-instagram .instagram-item .image-instagram {
  transition: all 0.3s ease;
}
.section-instagram .instagram-item:hover .box-icon {
  opacity: 1;
  visibility: visible;
}
.section-instagram .instagram-item:hover .image-instagram {
  filter: brightness(0.8);
}
.section-instagram .info-bottom {
  margin-top: 2rem;
}
.section-instagram .instagram-layout2 {
  align-items: center;
}
.section-instagram .instagram-layout2 .list-item-instagram {
  margin-top: 0;
  grid-column: 2/span 3;
}
@media (max-width: 767px) {
  .section-instagram .instagram-layout2 .list-item-instagram {
    grid-column: unset;
    margin-top: 4.3rem;
  }
}
@media (max-width: 991px) {
  .section-instagram .grid-layout {
    gap: 15px;
  }
}

.lookbook-section .lookbook img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lookbook-section .item {
  position: absolute;
  z-index: 10;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 5rem;
  left: var(--item-x);
  top: var(--item-y);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .lookbook-section .item {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media (hover: hover) {
  .lookbook-section .item:hover:after {
    transform: scale(1.3);
  }
  .lookbook-section .item:hover .item-summary {
    transform: scale(1);
    opacity: 1;
  }
}
.lookbook-section .item:before {
  content: "";
  left: 0.7rem;
  top: 0.7rem;
  bottom: 0.7rem;
  right: 0.7rem;
  border-radius: 5rem;
  background-color: rgba(var(--item-color), 1);
  position: absolute;
  animation: scale 1.5s ease infinite;
}
.lookbook-section .item:after {
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: 5rem;
  border: 0.1rem solid rgba(var(--item-color), 1);
  transition: transform 0.2s ease;
  position: absolute;
}
.lookbook-section .product-quick-view {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
}
.lookbook-section .item-summary {
  position: absolute;
  top: calc(100% + 2rem);
  width: 25rem;
  background-color: #fff;
  box-shadow: 0 0 4rem rgba(var(--text-color), 0.2);
  pointer-events: none;
  opacity: 0;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transform: scale(0.9);
  display: flex;
}
.lookbook-section .item-summary:before {
  content: "";
  display: block;
  border-left: 0.6rem solid transparent;
  border-right: 0.6rem solid transparent;
  border-bottom: 0.6rem solid #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -0.6rem;
}
.lookbook-section .item-summary .product-image {
  width: 7rem;
  min-width: 7rem;
}
.lookbook-section .item-summary .summary-inner {
  padding: 1rem 1.5rem;
}
.lookbook-section .item-summary .summary-inner .product-title {
  margin: 0 0 0.3rem 0;
  line-height: 1.4;
  font-weight: 400;
  font-size: 1.5rem;
}
.lookbook-section .item-summary .summary-inner .product-price {
  white-space: nowrap;
}

.map-section .item-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.map-section .item-address .info-address {
  font-size: 1.4rem;
}
.map-section .item-address .title-address {
  color: rgb(var(--link-hover));
  font-weight: 700;
  margin: 0;
  margin-bottom: 1.5rem;
}
.map-section .item-address .location {
  margin: 0;
}
.map-section .item-address .button-name {
  margin-top: 2rem;
  transition: all 300ms linear 0s;
  display: inline-block;
  border-radius: 0.4rem;
  font-weight: 700;
  font-size: 1.2rem;
  padding: 0.8rem 1.8rem;
  letter-spacing: 0.05rem;
  border: 1px solid transparent;
  font-family: var(--heading-font-family);
  background-color: rgb(var(--link-hover));
  color: rgb(var(--button-text-color));
}
.map-section .item-address .button-name svg {
  fill: rgb(var(--button-text-color));
}
.map-section .item-address .button-name:hover {
  transform: translateY(-5px);
  background-color: #FDC040;
  border: 1px solid rgb(var(--link-hover));
}
.map-section .map {
  height: 35rem;
  margin-bottom: 5rem;
  border-radius: var(--button-radius-theme);
  margin-bottom: 5rem;
}
.map-section .leaflet-right .leaflet-control {
  font-size: 1.1rem;
}
.map-section .leaflet-container {
  height: 35rem;
  max-width: 100%;
  max-height: 100%;
  border: var(--button-radius-theme);
}
.map-section .leaflet-pane {
  z-index: 1;
}
@media (min-width: 992px) {
  .map-section .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .map-section .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
}
.map-section .m-auto {
  margin: auto;
}

.section-newletter .box-newletter {
  border-radius: var(--button-radius-theme);
  position: relative;
  display: flex;
  height: 100%;
}
.section-newletter .text-newletter {
  padding: 8.2rem 8.3rem;
}
@media (max-width: 575px) {
  .section-newletter .text-newletter {
    padding: 3rem;
  }
}
.section-newletter .lazy-image {
  bottom: 0;
  position: absolute;
  right: 5.2rem;
  max-width: 40%;
}
.section-newletter .nest-newletter-title {
  line-height: 1.3em;
  margin-top: 0;
}
.section-newletter .nest-newletter-title {
  font-weight: 700;
  margin-bottom: 1.4rem;
}
.section-newletter .subtitle {
  font-weight: 500;
  margin-bottom: 4rem;
}
.section-newletter .content-newletter,
.section-newletter .field-input {
  width: 89%;
}
@media (max-width: 575px) {
  .section-newletter .content-newletter,
.section-newletter .field-input {
    width: 100%;
  }
}
.section-newletter form {
  margin-top: 3.7rem;
}
.section-newletter .newletter-wrapper {
  position: relative;
  z-index: 1;
}
.section-newletter .newletter-wrapper input.field-input {
  box-shadow: none;
  border-radius: 3.2rem;
  height: 6.5rem;
  padding-left: 5.5rem;
  font-size: 1.6rem;
  font-weight: 500;
}
.section-newletter .newletter-wrapper .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2.5rem;
}
.section-newletter .newletter-wrapper .button-newletter {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 3.2rem;
  background: #3BB77E;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  height: 100%;
  padding: 1rem 2.5rem;
  letter-spacing: 0.15rem;
  border: unset;
}
@media (hover: hover) {
  .section-newletter .newletter-wrapper .button-newletter:hover {
    background-color: #29A56C;
  }
}

.no-js .template-collection .filter-form [type=submit] {
  margin-top: 2rem;
  width: 100%;
}
.no-js .template-collection .price-slider,
.no-js .template-collection .toggle-dropdown {
  display: none;
}
.no-js .product-card {
  margin-bottom: 1rem;
}
.no-js .product-card .hover-card {
  position: static;
}
.no-js .product-gallery .swiper-wrapper {
  overflow-x: auto;
  white-space: nowrap;
  flex-wrap: nowrap;
}
.no-js .product-gallery .swiper-wrapper .swiper-slide {
  max-width: 80%;
  margin-right: 1rem;
}
@media (hover: hover) {
  .no-js .product-gallery .media-preview-wrap[data-zoom]:hover .media-preview {
    opacity: 1;
  }
}
.no-js .product-gallery .view-media,
.no-js .product-gallery .open-media-fullscreen,
.no-js .product-gallery .swiper-controls,
.no-js .product-gallery .product-thumb-slide {
  display: none;
}
.no-js .product-variants {
  display: none !important;
}
.no-js .noscript-select-variants {
  margin-bottom: 2rem;
}
.no-js .noscript-select-variants select {
  margin-top: 1rem;
  display: block;
  height: 4rem;
  padding: 0 1.5rem;
}

.main-page-section {
  padding: 3rem 0 3rem 0;
}
.main-page-section .title {
  text-align: center;
  font-size: 3rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}

.pagination {
  margin: 1rem 0;
}
.pagination .pagination-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination .pagination-list li {
  display: inline-block;
  margin: 0 0.5rem;
}
.pagination .pagination-list li:first-child {
  margin: 0;
  margin-right: 0.5rem;
}
.pagination .pagination-list li:last-child {
  margin: 0;
  margin-left: 0.5rem;
}
.pagination .pagination-item {
  min-height: 4rem;
  min-width: 4rem;
  padding: 0.5rem;
  border-radius: 5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  color: #7E7E7E;
  background-color: #F2F3F4;
  font-family: var(--heading-font-family);
  font-weight: 700;
}
@media (hover: hover) {
  .pagination .pagination-item:hover {
    background-color: rgb(var(--link-hover));
    color: #fff;
  }
}
.pagination .pagination-item svg {
  width: 1rem;
  height: 1rem;
}
.pagination .pagination-item.current {
  background-color: rgb(var(--link-hover));
  color: #fff;
}

.popup-cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 1rem 2rem;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
}
.popup-cookies.show {
  opacity: 1;
  visibility: visible;
}
.popup-cookies .popup-content {
  display: flex;
  align-items: center;
}
.popup-cookies .popup-info {
  flex-grow: 1;
}
.popup-cookies .popup-info p {
  margin-bottom: 0;
}
.popup-cookies .button-accept {
  flex-shrink: 0;
}
.popup-cookies .button-accept button {
  padding: 1rem 1.5rem;
  border: none;
  background-color: rgb(var(--link-color));
  color: #fff;
  transition: all 0.2s;
}
.popup-cookies .button-accept button:hover {
  background-color: rgb(var(--link-hover));
}

.popup-countdown-visit-website-open .popup-countdown-visit-website .popup-countdown-visit-website-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.popup-countdown-visit-website .popup-countdown-visit-website-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5019607843);
  transition-duration: 0.3s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.popup-countdown-visit-website .popup-inner {
  width: 65rem;
  max-width: 80vw;
  background-color: #fff;
  border-radius: 2.5rem;
  padding: 4rem;
  border: 1px solid rgba(var(--link-hover), 0.4);
  position: relative;
}
@media (max-width: 991px) {
  .popup-countdown-visit-website .popup-inner {
    padding: 2.5rem;
  }
}
.popup-countdown-visit-website .close-popup-countdown {
  position: absolute;
  right: 3rem;
  top: 3rem;
  cursor: pointer;
  z-index: 99999;
  transition-duration: 0.3s;
}
.popup-countdown-visit-website .close-popup-countdown svg {
  width: 1.5rem;
  height: 1.5rem;
}
.popup-countdown-visit-website .popup-content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0.6rem;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  height: 52rem;
  max-height: 80vh;
  padding: 1rem;
}
.popup-countdown-visit-website .product-summary-popup {
  overflow-y: auto;
  height: 100%;
}
.popup-countdown-visit-website .product-title {
  margin: 0;
  font-size: 4.5rem;
}
@media (min-width: 992px) {
  .popup-countdown-visit-website .product-title {
    max-width: 58%;
  }
}
.popup-countdown-visit-website .product-price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.popup-countdown-visit-website .product-price .price {
  font-size: 5.8rem;
}
.popup-countdown-visit-website .product-price .price-percent-sale {
  margin-left: 1.5em;
}
.popup-countdown-visit-website .product-price .product-sale-label {
  color: rgb(var(--color-2));
  font-family: var(--heading-font-family);
  font-weight: 700;
}
.popup-countdown-visit-website .product-price s.regular-price {
  font-size: 2.8rem;
  color: rgb(var(--old-price-color));
  display: block;
  margin-left: 0;
  line-height: 1;
}
.popup-countdown-visit-website .countdown-time-wrap.flat-countdown {
  justify-content: start;
}
.popup-countdown-visit-website .countdown-time-wrap.flat-countdown .time-block {
  margin-left: 0.7rem;
  margin-right: 0.7rem;
  line-height: 1;
  background-color: #fff;
  border-radius: 4px;
  padding: 1.25rem 1rem;
  border: 2px solid rgb(var(--link-hover));
}
.popup-countdown-visit-website .countdown-time-wrap.flat-countdown .time-block:before {
  display: none;
}
.popup-countdown-visit-website .countdown-time-wrap.flat-countdown .time-block:first-child {
  margin-left: 0;
}
@media (max-width: 575px) {
  .popup-countdown-visit-website .countdown-time-wrap.flat-countdown .time-block {
    padding: 1.25rem 0.5rem;
    margin-left: 0.3rem;
    margin-right: 0.3rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .popup-countdown-visit-website .countdown-time-wrap.flat-countdown .time-block {
    padding: 1.25rem 0.2rem;
    margin-left: 0.3rem;
    margin-right: 0.3rem;
  }
}
@media (min-width: 1201px) and (max-width: 1500px) {
  .popup-countdown-visit-website .countdown-time-wrap.flat-countdown .time-block {
    margin-left: 0.3rem;
    margin-right: 0.3rem;
    padding: 1.25rem 0.5rem;
  }
}
.popup-countdown-visit-website .countdown-time-wrap.flat-countdown .countdown-time {
  padding: 0;
}
.popup-countdown-visit-website .countdown-time-wrap.flat-countdown .time-number {
  min-height: unset;
  min-width: unset;
  font-size: 2rem;
  color: rgb(var(--link-hover));
}
@media (min-width: 992px) and (max-width: 1200px) {
  .popup-countdown-visit-website .countdown-time-wrap.flat-countdown .time-number {
    font-size: 1.6rem;
  }
}
.popup-countdown-visit-website .countdown-time-wrap.flat-countdown .lable-countdown {
  margin-top: 0.5rem;
  color: rgb(var(--text-color));
}
.popup-countdown-visit-website .title-coundowt {
  margin-bottom: 2rem;
}
.popup-countdown-visit-website .spr-badge-starrating {
  font-size: 80%;
  display: inline-block;
}
.popup-countdown-visit-website .button-popup {
  background-color: rgb(var(--button-bg-color));
  border-radius: 0.4rem;
  font-size: 1.4rem;
  padding: 1rem 2.4rem;
  color: #fff;
  display: inline-block;
}
.popup-countdown-visit-website .button-popup svg {
  margin-left: 0.5rem;
  transition-duration: 0.3s;
}
@media (hover: hover) {
  .popup-countdown-visit-website .button-popup:hover {
    color: #fff;
  }
  .popup-countdown-visit-website .button-popup:hover svg {
    margin-left: 1rem;
    transition-duration: 0.3s;
  }
}
.popup-countdown-visit-website .newsletter-wrapper {
    position: relative;
    width: 35rem;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px !important;
}
.popup-countdown-visit-website .newsletter-wrapper .input-wrapper input {
    width: 100%;
}
.popup-countdown-visit-website #input-form-popup-countdown-visit-website {
  width: 100%;
  border-radius: 50px;
  height: 4.5rem;
  padding-right: 11rem;
  border: 1px solid rgb(var(--text-color), 0.5);
}
.popup-countdown-visit-website input,
.popup-countdown-visit-website input:focus {
  box-shadow: none;
}
.newsletter-wrapper-btn {
    gap: 10px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.popup-countdown-visit-website .button-newletter {
  padding: 12px;
  position: relative;
  border-radius: 50px;
  height: 100%;
  background-color: rgb(var(--button-bg-color));
  border: none;
  color: #fff;
  font-family: var(--heading-font-family);
  transition-duration: 0.3s;
}
.newsletter-wrapper-btn .input-wrapper {
    grid-column: span 2 / span 2;
}
.popup-countdown-visit-website .button-newletter:hover {
  background-color: rgb(var(--heading-color));
}

.product-card-item-v2.product-card .product-rating .spr-badge-caption {
  display: none;
}
.product-card-item-v2.product-card .add-to-cart-button {
  width: 100%;
  font-family: var(--heading-font-family);
  font-weight: 700;
  /* background-color: rgb(var(--link-hover)); */
  color: #fff;
  padding: 1.45rem 2rem;
}
@media (hover: hover) {
  .product-card-item-v2.product-card .add-to-cart-button:hover {
    /* background-color: rgb(var(--color-2)); */
  }
}
/* nilesh */
.product-card-item-v2.product-card .product-rating,
.product-card-item-v2.product-card .product-price {
  margin-bottom: 1.5rem;
  margin-top:-2rem;
}
.product-card-item-v2.product-card .add-to-cart-button[disabled] {
  padding: 1.45rem 2rem;
}
@media (hover: hover) {
  .product-card-item-v2.product-card:hover .product-second-image {
    opacity: 1;
    visibility: visible;
  }
}
.product-card-item-v2.product-card .product-actions .product-action {
  width: 3.2rem;
  height: 3.2rem;
}
.product-card-item-v2.product-card .product-actions .product-action svg {
  height: 13px;
}

.product-card-item-v3.product-card {
  border: none;
  overflow: unset;
  position: relative;
  background-color: #fff;
  padding-bottom: 2.5rem;
}
@media (hover: hover) {
  .product-card-item-v3.product-card:hover {
    border: none;
    box-shadow: none;
  }
  .product-card-item-v3.product-card:hover .product-content-wrap {
    transform: translateY(-5px);
    transition: 0.3s;
  }
}
.product-card-item-v3.product-card .product-content-wrap {
  position: relative;
  margin-top: -9rem;
  z-index: 6;
  padding: 0;
  max-width: 86%;
  margin-left: auto;
  margin-right: auto;
  transition: 0.3s;
}
.product-card-item-v3.product-card .deals-content {
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  padding: 2.5rem 2.7rem;
}

.has-product-card .title-wrapper {
  margin-bottom: 4.7rem;
}
.has-product-card .title {
  margin-top: 0;
}
@media (max-width: 767px) {
  .has-product-card:not(.collection-page-section) .grid {
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
  }
  .has-product-card:not(.collection-page-section) .grid .grid-item {
    min-width: 33rem;
    overflow: hidden;
  }
  .has-product-card:not(.collection-page-section) .grid .product-title {
    white-space: normal;
  }
}

@media (max-width: 767px) {
  .product-grid-section .product-card {
    margin-bottom: 0;
  }
}
.product-grid-section .title-wrapper .title {
  font-size: 4.8rem;
}
.product-grid-section .title-wrapper .heading-icon {
  display: inline-flex;
}
.product-grid-section .title-wrapper .heading-icon.icon-above {
  margin-bottom: 1.2rem;
}
.product-grid-section .title-wrapper .heading-icon.icon-under {
  margin-top: 1rem;
}

.product-card {
  position: relative;
  margin-bottom: 4.3rem;
  border: 1px solid #ececec;
  overflow: hidden;
}
@media (hover: hover) {
  .product-card .has-overlay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition-duration: 0.2s;
    background-color: rgba(var(--overlay-color), 0.4);
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    pointer-events: none;
  }
  .product-card:hover {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(var(--link-hover), 0.4);
    transition: 0.2s;
  }
  .product-card:hover .placeholder-svg {
    transform: scale(1.08);
  }
  .product-card:hover .has-overlay:before {
    visibility: visible;
    opacity: 0.3;
  }
  .product-card:hover .hover-zoom .product-second-image img {
    transform: scale(1.08);
    transition: opacity 0.2s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  }
  .product-card:hover .product-actions {
    opacity: 1;
    visibility: visible;
  }
}
.product-card .product-badge {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
}
.product-card .product-badge .on-sale,
.product-card .product-badge .sold-out {
  color: #fff;
  font-size: 80%;
  border-radius: 1.5rem 0 2rem 0;
  padding: 0.9rem 2rem 1rem 2rem;
}
.product-card .product-badge .on-sale {
  background-color: rgb(var(--sale-label-color));
}
.product-card .product-badge .sold-out {
  background-color: rgb(var(--out-stock-color));
}
.product-card .new-lable-product {
  color: #fff;
  font-size: 80%;
  border-radius: 1.5rem 0 2rem 0;
  padding: 0.65rem 2rem;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  background-color: rgb(var(--newlable-color));
}
.product-card .new-lable-product.right {
  left: unset;
  right: 0;
  border-radius: 0 1.5rem 0 2rem;
}
.product-card .product-url {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.product-card .product-image-wrap {
  position: relative;
  overflow: hidden;
}
@media (hover: hover) {
  .product-card .product-image-wrap:hover .product-second-image {
    opacity: 1;
    visibility: visible;
  }
}
.product-card .product-image-wrap ~ * {
  margin-top: 1.1rem;
  position: relative;
}
.product-card .product-image-wrap.loading:after {
  content: "";
  z-index: 5;
  position: absolute;
  border: 3px solid rgb(var(--loading-color));
  border-top-color: transparent;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  top: 50%;
  left: 50%;
  animation: circle-loading 500ms infinite linear;
}
.product-card .product-second-image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
  z-index: 2;
}
.product-card .product-second-image img {
  height: 100%;
  width: 100%;
  position: relative;
}
/* nilesh */
/* .product-card .product-card-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5rem;
  flex-wrap: wrap;
} */
.product-card .product-card-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: -2rem;
    flex-wrap: wrap;
}
.product-card .product-card-bottom form {
  flex-shrink: 0;
}
.product-card .product-content-wrap {
  padding: 0 2rem 2rem 2rem;
  z-index: 6;
}
.product-card .product-content-wrap .product-collections {
  margin-bottom: 0.6rem;
  line-height: 1.2;
  color: rgb(var(--color-collection-pr));
}
.product-card .product-content-wrap .product-collections a {
  font-size: 1.2rem;
  color: rgb(var(--color-collection-pr));
}
@media (hover: hover) {
  .product-card .product-content-wrap .product-collections a:hover {
    color: rgb(var(--link-hover));
  }
}
.product-card .add-to-cart-button {
  padding: 0.8rem 2rem;
  text-transform: capitalize;
  text-align: center;
  font-weight: 500;
  line-height: normal;
  border-radius: 0;
  box-shadow: none;
  background-color: rgb(var(--bg-ad-to-cart));
  color: rgb(var(--link-hover));
  border: 0;
  transition: background-color 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  border-radius: 4px;
  transition: all 0.3s ease 0s;
}
.product-card .add-to-cart-button svg {
  width: 14px;
  height: auto;
  margin-right: 5px;
}
.product-card .add-to-cart-button.loading {
  color: transparent;
}
@media (hover: hover) {
  .product-card .add-to-cart-button.loading:hover {
    color: transparent;
  }
}
@media (hover: hover) {
  .product-card .add-to-cart-button:hover {
    color: #fff;
    background-color: rgb(var(--link-hover));
    transform: translateY(-3px);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  }
}
@media (max-width: 575px) {
  .product-card .add-to-cart-button {
    margin-top: 1rem;
  }
}
.product-card .add-to-cart-button[disabled] {
  padding: 0.8rem;
  opacity: 1;
}
.product-card .product-actions {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid rgba(var(--border-hover-product));
  opacity: 0;
  visibility: hidden;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}
.product-card .product-actions .product-action {
  cursor: pointer;
  position: relative;
  width: 3.7rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  color: rgb(var(--link-hover));
}
.product-card .product-actions .product-action:not(:last-child) {
  border-right: 1px solid rgba(var(--border-hover-product));
}
.product-card .product-actions .product-action svg {
  height: 16px;
  width: auto;
}
.product-card .product-actions .product-action.active {
  color: rgb(var(--link-hover));
}
@media (hover: hover) {
  .product-card .product-actions .product-action:hover {
    /* color: rgb(var(--list-icon-hover-color)); */
  }
  .product-card .product-actions .product-action:hover .tooltip {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
}
.product-card .product-actions .tooltip {
  line-height: 2.1;
}
.product-card .product-title {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: var(--heading-font-family);
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.product-card .product-stock-status {
  display: block;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.product-card .product-swatches {
  margin-bottom: 1.5rem;
}
.product-card .product-swatches.swatch-circle .swatch,
.product-card .product-swatches.swatch-circle img {
  border-radius: 50%;
}
.product-card .product-swatches.swatch-circle .swatch:before,
.product-card .product-swatches.swatch-circle img:before {
  border-radius: 50%;
}
.product-card .product-swatches .swatch {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 0.3rem;
  margin-right: 1rem;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.product-card .product-swatches .swatch:before {
  position: absolute;
  content: "";
  left: -0.3rem;
  right: -0.3rem;
  bottom: -0.3rem;
  top: -0.3rem;
  border-radius: 0.5rem;
  border: 1px solid transparent;
  transition-duration: 0.2s;
}
.product-card .product-swatches .swatch.selected:before {
  border-color: #2b2b2b;
}
@media (hover: hover) {
  .product-card .product-swatches .swatch:hover .swatch-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
.product-card .product-swatches .swatch-tooltip {
  position: absolute;
  top: -3.5rem;
  padding: 0.35em 0.7em;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  border-radius: 4px;
  line-height: 1.3;
  font-size: 0.8em;
  white-space: nowrap;
  transform: translateY(-0.5rem);
  transition-duration: 0.3s;
  background-color: #333;
  color: #fff;
}
.product-card .product-swatches .swatch-tooltip:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: transparent;
  border-top-color: #333333;
}
.product-card .product-rating .spr-badge-starrating .spr-icon {
  font-size: 66%;
}
.product-card .product-rating .rating-value {
  font-size: 1.4rem;
}
.product-card .product-rating .spr-badge-caption {
  display: none;
}
.product-card .product-rating .spr-badge,
.product-card .product-rating .spr-starrating {
  display: inline-block;
}
.product-card .countdown-time-wrap.flat-countdown {
  margin-bottom: 0;
  position: absolute;
  top: -8rem;
  width: 100%;
  text-align: center;
  left: 0;
}
.product-card .countdown-time-wrap.flat-countdown .time-block {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  background-color: #fff;
  border-radius: 4px;
  padding: 1.25rem 1rem;
}
.product-card .countdown-time-wrap.flat-countdown .time-block:before {
  display: none;
}
@media (max-width: 575px) {
  .product-card .countdown-time-wrap.flat-countdown .time-block {
    padding: 1.25rem 0.5rem;
    margin-left: 0.3rem;
    margin-right: 0.3rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .product-card .countdown-time-wrap.flat-countdown .time-block {
    padding: 1.25rem 0.2rem;
    margin-left: 0.3rem;
    margin-right: 0.3rem;
  }
}
@media (min-width: 1201px) and (max-width: 1500px) {
  .product-card .countdown-time-wrap.flat-countdown .time-block {
    margin-left: 0.3rem;
    margin-right: 0.3rem;
    padding: 1.25rem 0.5rem;
  }
}
.product-card .countdown-time-wrap.flat-countdown .countdown-time {
  padding: 0;
}
.product-card .countdown-time-wrap.flat-countdown .time-number {
  min-height: unset;
  min-width: unset;
  font-size: 2rem;
  color: rgb(var(--link-hover));
}
@media (min-width: 992px) and (max-width: 1200px) {
  .product-card .countdown-time-wrap.flat-countdown .time-number {
    font-size: 1.6rem;
  }
}
.product-card .countdown-time-wrap.flat-countdown .lable-countdown {
  margin-top: 0.5rem;
  color: rgb(var(--text-color));
}
.product-card.product-card-item-v3 .countdown-time-wrap.flat-countdown .time-block {
  padding: 1.25rem 1rem;
  min-width: 5rem;
}
@media (max-width: 575px) {
  .product-card.product-card-item-v3 .countdown-time-wrap.flat-countdown .time-block {
    padding: 1.25rem 0.5rem;
    margin-left: 0.3rem;
    margin-right: 0.3rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .product-card.product-card-item-v3 .countdown-time-wrap.flat-countdown .time-block {
    padding: 1.25rem 0.2rem;
    margin-left: 0.3rem;
    margin-right: 0.3rem;
  }
}
@media (min-width: 1201px) and (max-width: 1500px) {
  .product-card.product-card-item-v3 .countdown-time-wrap.flat-countdown .time-block {
    margin-left: 0.3rem;
    margin-right: 0.3rem;
    padding: 1.25rem 0.5rem;
  }
}

.product-carousel-section .product-carousel {
  position: relative;
}

.product-details-tabs-section .tab-content {
  padding: 0;
  margin: 0;
}

.product-grid-section .title-wrapper + .countdown-time-wrap,
.product-carousel-section .title-wrapper + .countdown-time-wrap {
  margin-top: -0.8rem;
}

.product-grid-section .title-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
}
.product-grid-section .title-wrapper h2.title {
  margin: 0;
}
.product-grid-section .title-wrapper.text-center {
  justify-content: center;
}
.product-grid-section .button-section {
  color: rgb(var(--text-color));
}
@media (hover: hover) {
  .product-grid-section .button-section:hover {
    color: rgb(var(--link-hover));
  }
}

.product-item-list-collection.product-card {
  border: none;
  margin-bottom: 3rem;
}
@media (min-width: 575px) {
  .product-item-list-collection.product-card {
    display: flex;
    align-items: center;
  }
  .product-item-list-collection.product-card .product-content-wrap {
    width: 71.5%;
    padding: 2rem;
  }
  .product-item-list-collection.product-card .list-ratting-swatches {
    display: flex;
  }
  .product-item-list-collection.product-card .list-ratting-swatches .product-swatches {
    margin-left: 3rem;
    margin-bottom: 0;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .product-item-list-collection.product-card .product-content-wrap {
    width: 60%;
    padding: 1rem;
  }
}
@media (max-width: 575px) {
  .product-item-list-collection.product-card .product-swatches {
    margin-top: 1rem;
  }
}
@media (min-width: 575px) {
  .product-item-list-collection.product-card .box-img-product {
    width: 28.5%;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .product-item-list-collection.product-card .box-img-product {
    width: 40%;
  }
}
.product-item-list-collection.product-card .box-img-product img {
  position: unset;
}
.product-item-list-collection.product-card .square-media {
  padding-bottom: 0;
  border: 1px solid #ececec;
  border-radius: var(--button-radius-theme);
}
.product-item-list-collection.product-card .product-card-bottom {
  margin-top: 2.3rem;
  align-items: center;
  justify-content: unset;
}
@media (min-width: 576px) and (max-width: 768px) {
  .product-item-list-collection.product-card .product-card-bottom {
    margin-top: 1.3rem;
  }
}
.product-item-list-collection.product-card .product-card-bottom .product_actions {
  margin-left: 3rem;
}
.product-item-list-collection.product-card .product-card-bottom .product_actions a {
  color: rgb(var(--text-color));
  font-weight: 700;
  font-family: var(--heading-font-family);
}
.product-item-list-collection.product-card .product-card-bottom .product_actions svg {
  width: 14px;
  margin-right: 0.5rem;
}
.product-item-list-collection.product-card .product-title {
  font-size: 3.2rem;
}
@media (max-width: 768px) {
  .product-item-list-collection.product-card .product-title {
    font-size: 2.4rem;
  }
}
.product-item-list-collection.product-card .product-description {
  margin: 1.5rem 0 0.6rem;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .product-item-list-collection.product-card .product-description {
    display: none;
  }
}
.product-item-list-collection.product-card .product-price .price {
  font-size: 3.2rem;
}
.product-item-list-collection.product-card .product-price .regular-price {
  font-size: 2rem;
}
@media (hover: hover) {
  .product-item-list-collection.product-card:hover {
    box-shadow: none;
  }
}
.product-item-list-collection.product-card .product-collections a {
  font-size: 1.6rem;
}
.product-item-list-collection.product-card .add-to-cart-button {
  font-size: 1.4rem;
  font-weight: 700;
  font-family: var(--heading-font-family);
  padding: 1.4rem 3.2rem;
  border-radius: 0.4rem;
  background-color: rgb(var(--button-bg-color));
  color: rgb(var(--button-text-color));
  cursor: pointer;
  transition: all 300ms linear 0s;
  letter-spacing: 0.5px;
}
@media (hover: hover) {
  .product-item-list-collection.product-card .add-to-cart-button:hover {
    color: rgb(var(--button-text-color-hover));
    background-color: rgb(var(--color-2));
    transform: unset;
    box-shadow: none;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .product-item-list-collection.product-card .add-to-cart-button {
    padding: 1.4rem 2rem;
  }
}

.product-list-section ul.list-product {
  list-style: none;
  padding: 0;
}
.product-list-section .item-product {
  margin-bottom: 2rem;
}
.product-list-section .section-title {
  position: relative;
  border-bottom: 1px solid #ececec;
  padding-bottom: 2rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 3rem;
}
.product-list-section .section-title::after {
  content: "";
  width: 8rem;
  height: 0.2rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(var(--border-hover-product));
}

.product-item-list.product-card {
  border: none;
  display: flex;
  align-items: center;
  margin-bottom: unset;
}
.product-item-list.product-card .box-img-product {
  width: 30.3333333333%;
}
.product-item-list.product-card .box-img-product img {
  position: unset;
}
.product-item-list.product-card .square-media {
  padding-bottom: 0;
}
.product-item-list.product-card .product-content-wrap {
  width: 69.6666666667%;
  padding: 0 0 0 2.5rem;
}
/* nilesh 16-09 */
/* .product-item-list.product-card .product-card-bottom {
  margin-top: 1rem;
} */
.product-item-list.product-card .product-title {
  margin-bottom: 0;
}
@media (hover: hover) {
  .product-item-list.product-card:hover {
    box-shadow: none;
  }
}

.main-product-section .main-product {
  display: flex;
  flex-wrap: wrap;
}
.main-product-section .product-stock-status {
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .main-product {
    margin-bottom: 3rem;
  }
}
.main-product .product-stock-status {
  display: inline-flex;
  align-items: center;
}
.main-product .product-stock-status .availability-icon {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 5rem;
  margin-right: 1rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.main-product .product-stock-status .availability-icon svg {
  width: 1rem;
}
.main-product .product-stock-status .icon-tick {
  background-color: rgb(var(--success-color));
}
.main-product .product-stock-status .icon-close {
  background-color: rgb(var(--error-color));
}
.main-product .product-stock-status .icon-close svg {
  width: 1.1rem;
}
.main-product .media-preview-wrap.active .thumb-view,
.main-product .swiper-slide-thumb-active .thumb-view {
  color: rgb(var(--heading-color));
  opacity: 1;
}
.main-product .thumb-view {
  width: 2rem;
  height: 2rem;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #eee;
  opacity: 0.5;
  transition: opacity 0.2s ease;
  z-index: 5;
}
.main-product .thumb-view svg {
  height: 1rem;
  width: 1rem;
}
.main-product .product-thumbs {
  position: relative;
}
/* @media (max-width: 991px) {
  .main-product .product-thumbs {
    display: none;
  }
} */
.main-product .product-thumbs .swiper-button-prev svg,
.main-product .product-thumbs .swiper-button-next svg {
  height: 2rem;
  width: 2rem;
}
.main-product .product-thumbs .swiper-button-prev,
.main-product .product-thumbs .swiper-rtl .swiper-button-next {
  left: -3rem;
}
.main-product .product-thumbs .swiper-button-next,
.main-product .product-thumbs .swiper-rtl .swiper-button-prev {
  right: -3rem;
}
.main-product .product-thumb-slide .media-preview-wrap,
.main-product .gallery-thumbs-inner .media-preview-wrap {
  overflow: hidden;
}
@media (hover: hover) {
  .main-product .product-thumb-slide .media-preview-wrap:hover img,
.main-product .gallery-thumbs-inner .media-preview-wrap:hover img {
    transform: scale(1.1);
  }
}
.main-product .product-thumb-slide img,
.main-product .gallery-thumbs-inner img {
  transform: scale(1);
  transition: transform 0.3s ease;
}

.product-gallery {
  width: 100%;
}
@media (max-width: 767px) {
  .product-gallery {
    margin-bottom: 3rem;
  }
}
.product-gallery .product-media-box {
  position: relative;
}
@media (min-width: 768px) {
  .product-gallery .product-media-box .swiper-pagination {
    bottom: 12rem;
  }
}
@media (max-width: 767px) {
  .product-gallery .product-media-box .swiper-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.5rem;
  }
  .product-gallery .product-media-box .swiper-controls .swiper-button-disabled {
    display: flex;
    opacity: 0;
  }
  .product-gallery .product-media-box .swiper-pagination {
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .product-gallery .product-media-box .swiper-button-prev,
.product-gallery .product-media-box .swiper-button-next {
    position: static;
    transform: none;
  }
}
@media (hover: hover) {
  .product-gallery .product-media-box:hover .swiper-button-prev,
.product-gallery .product-media-box:hover .swiper-button-next {
    opacity: 1;
    visibility: visible;
  display: block;
  }
  .product-gallery .product-media-box:hover .swiper-button-next {
    right: 20px;
}
  .product-gallery .product-media-box:hover .swiper-button-prev {
    left: 20px;
}
}
.product-gallery .media-loaded[data-model] .view-media {
  display: flex;
}
.product-gallery .media-loaded[data-model] .media-preview {
  visibility: visible;
}
.product-gallery .media-loaded[data-model] .view-media {
  display: none;
}
.product-gallery .media-loaded[data-model]:not([data-image]) .media-preview {
  visibility: hidden;
}
.product-gallery .media-loaded[data-model] .media-preview {
  visibility: hidden;
}
.product-gallery .media-loaded .view-media {
  display: none;
}
.product-gallery .media-loaded .media-content {
  visibility: visible;
}
.product-gallery .view-media {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 15;
  cursor: pointer;
  width: 6rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  transition-duration: 0.2s;
  border: 1px solid #eee;
}
.product-gallery .view-media:hover {
  transform: translate(-50%, -50%) scale(1.05);
}
.product-gallery .view-media svg {
  height: 2rem;
  width: 2rem;
}
.product-gallery .media-template + .media-preview {
  visibility: hidden;
}
.product-gallery .media-content {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  visibility: hidden;
}
.product-gallery .media-content iframe,
.product-gallery .media-content video {
  width: 100%;
  height: 100%;
}
.product-gallery .shopify-model-viewer-ui,
.product-gallery model-viewer {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
.product-gallery .media-preview-wrap {
  position: relative;
  cursor: pointer;
  background-repeat: no-repeat;
}
@media (hover: hover) {
  .product-gallery .media-preview-wrap[data-zoom].loading:hover .media-preview {
    opacity: 0.3;
  }
  .product-gallery .media-preview-wrap[data-zoom].loading:hover:before {
    content: "";
    z-index: 5;
    position: absolute;
    border: 3px solid rgb(var(--loading-color));
    border-top-color: transparent;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    top: 50%;
    left: 50%;
    animation: circle-loading 500ms infinite linear;
  }
  .product-gallery .media-preview-wrap[data-zoom].zooming:hover .media-preview {
    opacity: 0;
  }
  .product-gallery .media-preview-wrap:hover .open-media-fullscreen {
    opacity: 1;
    visibility: visible;
  }
}
.product-gallery .open-media-fullscreen {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  pointer-events: none;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.2s;
}
.product-gallery .open-media-fullscreen svg {
  width: 2rem;
  height: 2rem;
}
.product-gallery .media-template {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.product-gallery .media-preview {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-gallery .media-zoom {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 15;
  cursor: pointer;
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-gallery .product-thumb-slide {
  margin-top: 2rem;
}
/* @media (max-width: 767px) {
  .product-gallery .product-thumb-slide {
    display: none;
  }
} */
.product-gallery .product-thumb-slide .swiper-wrapper.flex-justify-center .thumb-item:last-of-type {
  margin-right: 0 !important;
}
.product-gallery .thumb-item {
  cursor: pointer;
  max-width: 10rem;
  max-height: 10rem;
}

@media (min-width: 992px) {
  [data-gallery=vertical] .swiper-wrapper {
    display: block;
  }
  [data-gallery=vertical] .swiper-slide {
    height: auto;
  }
}
[data-gallery=vertical] .product-thumb-slide {
  display: none;
}
[data-gallery=vertical] .gallery-thumbs {
  position: relative;
  z-index: 20;
  width: 100px;
  margin-right: 20px;
}
@media (max-width: 991px) {
  [data-gallery=vertical] .gallery-thumbs {
    display: none;
  }
}
[data-gallery=vertical] .gallery-thumbs .gallery-thumbs-inner {
  position: sticky;
  top: 1rem;
}
[data-gallery=vertical] .gallery-thumbs .media-preview-wrap {
  position: relative;
  cursor: pointer;
  border: 0.1rem solid transparent;
  transition: border-color 0.3s ease;
}
[data-gallery=vertical] .gallery-thumbs .media-preview-wrap.active {
  border-color: rgb(var(--heading-color));
}
[data-gallery=vertical] .gallery-thumbs .media-preview-wrap.active img {
  transform: scale(1);
}
[data-gallery=vertical] .gallery-thumbs .media-preview-wrap + .media-preview-wrap {
  margin-top: 1rem;
}
[data-gallery=vertical] .product-main-slide .main-item + .main-item {
  margin-top: 1rem;
}
[data-gallery=vertical] .product-summary .product-summary-inner {
  position: sticky;
  top: 3rem;
}

.product-main-slide {
  border-radius: var(--button-radius-theme);
  border: 1px solid #ececec;
}

.product-thumbs .swiper-thumbs .media-preview-wrap {
  border: 2px solid transparent !important;
  border-radius: var(--button-radius-theme);
}
.product-thumbs .swiper-slide-thumb-active .media-preview-wrap {
  border: 2px solid rgba(var(--border-hover-product)) !important;
}

@media (min-width: 992px) {
  [data-gallery=grid] .swiper-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  [data-gallery=grid] .swiper-slide {
    width: calc((100% - 30px) / 2);
    margin-bottom: 30px;
  }
}

[data-gallery=carousel] .swiper:not(.swiper-initialized) .swiper-slide {
  width: calc((100% - 20px) / 3);
  margin-right: 10px;
}
[data-gallery=carousel] .product-gallery {
  margin-bottom: 4rem;
}
[data-gallery=carousel] .product-summary {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

.product-summary {
  width: 100%;
  margin-bottom: 3rem;
}
.product-summary .product-summary-inner.text-right .collapsible-tab .accordion-caret {
  order: -1;
}
.product-summary .product-summary-inner.text-right .variant-field {
  justify-content: flex-end;
}
.product-summary .product-summary-inner.text-right .variant-button .field-value + .field-label {
  margin-right: 0;
  margin-left: 1rem;
}
.product-summary .product-summary-inner.text-right .product-share .social-media-list li {
  margin-right: 0;
  margin-left: 1rem;
}
.product-summary .product-summary-inner.text-right .countdown-time {
  justify-content: flex-end;
}
.product-summary .product-summary-inner.text-right .pickup-availability .pickup-availability-info {
  justify-content: flex-end;
}
.product-summary .product-summary-inner.text-center .variant-field {
  justify-content: center;
}
.product-summary .product-summary-inner.text-center .countdown-time {
  justify-content: center;
}
.product-summary .product-summary-inner.text-center .countdown-time .field-title {
  min-width: auto;
  margin-right: 1rem;
}
.product-summary .product-summary-inner.text-center .pickup-availability .pickup-availability-info {
  justify-content: center;
}
.product-summary .summary-item:empty {
  display: none;
}
.product-summary .product-title {
  font-family: var(--heading-font-family);
  font-weight: 700;
  margin: 0;
}
.product-summary .product-block .spr-starrating {
  display: inline-flex;
}
.product-summary .product-block .spr-stars > span {
  display: inline-flex;
}
.product-summary .product-price span.regular-price,
.product-summary .product-price .price {
  color: rgb(var(--sale-price-color));
}
.product-summary .product-price span.regular-price {
  margin-left: 0;
}
/* .product-summary .product-price s.regular-price {
  font-size: 2.8rem;
} */
.product-summary .product-price s.regular-price {
    /* font-size: 2.8rem; */
    font-size: 1.9rem;
    padding: 5px 5px;
}
.price-percent-sale {
    display: flex;
    flex-direction: row-reverse;
}
.product-summary .product-price s.regular-price + .price {
  color: rgb(var(--sale-price-color));
}
.product-summary .variant-dropdown .field-title {
  margin-bottom: 0;
}
.product-summary .field-title {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 700;
  min-width: 7rem;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  color: rgb(var(--heading-color));
}
.product-summary .product-information {
  color: rgb(var(--button-bg-color));
}
.product-summary .product-information .info-item {
  line-height: 1.7;
  margin-bottom: 5px;
}
.product-summary .product-information .product-tags {
  color: rgb(var(--button-bg-color));
}
.product-summary .product-information .info-name {
  font-weight: 500;
  display: inline-block;
  color: rgb(var(--text-color));
  font-size: 1.3rem;
  margin-right: 0.5rem;
}
.product-summary .product-information a {
  color: rgb(var(--button-bg-color));
}
@media (hover: hover) {
  .product-summary .product-information a:hover {
    color: rgb(var(--color-2));
  }
}
.product-summary [data-type=add-to-cart-form].disabled .product-quantity,
.product-summary [data-type=add-to-cart-form].disabled [name=add],
.product-summary [data-type=add-to-cart-form].disabled .shopify-payment-button {
  pointer-events: none;
  filter: grayscale(100%);
  opacity: 0.5;
}
.product-summary .variant-button.swatches-circle .swatch-image,
.product-summary .variant-button.swatches-circle .swatch-image img,
.product-summary .variant-button.swatches-circle .swatch-color {
  border-radius: 5rem;
}
.product-summary .variant-button.swatches-circle .field-button {
  border-radius: 0.5rem;
  min-height: 3.2rem !important;
}
.product-summary .variant-button.swatches-circle .field-value + .swatch:before {
  border-radius: 50%;
}
.product-summary .variant-button .field-value {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}
.product-summary .variant-button .field-value:checked + .field-button {
  color: #fff;
  background-color: rgb(var(--link-hover));
}
.product-summary .variant-button .field-value:checked + .swatch:before {
  opacity: 1;
}
.product-summary .variant-button .field-value + .field-label {
  margin: 0 1rem 1rem 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (hover: hover) {
  .product-summary .variant-button .field-value + .field-label:hover .tooltip {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
.product-summary .variant-button .field-value + .field-label .tooltip {
  transform: translateY(5px);
  right: auto;
  bottom: calc(100% + 1.2rem);
}
.product-summary .variant-button .field-value + .field-label .tooltip:before {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0.3rem;
  border-color: rgb(var(--button-bg-color)) transparent transparent transparent;
}
.product-summary .variant-button .field-value + .field-button {
  color: rgb(var(--heading-color));
  background-color: #f3f3f3;
  font-size: 1.3rem;
  transition-duration: 0.2s;
}
.product-summary .variant-button .field-value + .swatch {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}
.product-summary .variant-button .field-value + .swatch:before {
  content: "";
  inset: -0.5rem;
  position: absolute;
  border: 0.1rem solid rgb(var(--heading-color));
  opacity: 0;
  transition: opacity 0.3s ease;
}
.product-summary .variant-button .field-button {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.product-summary .variant-field {
  display: flex;
  align-items: center;
}
.product-summary .variant-field + .variant-field {
  margin-top: 1.4rem;
}
.product-summary .variant-dropdown .field-value {
  height: 3.2rem;
  min-width: 10rem;
  padding: 0 5px;
}
.product-summary .item-field {
  /* display: inline-flex;
  flex-wrap: wrap; */
    display: inline-flex;
    flex-wrap: nowrap;
    flex-direction: row !important;
}
.product-summary .item-field .field-title {
  flex: 0 0 100%;
}
.product-summary .item-field .product-quantity {
  margin-right: 1rem;
}
.product-summary .item-field .quantity {
  width: 10rem;
  height: 5rem;
}
.product-summary .item-field .quantity-input {
  opacity: 1;
}
.product-summary .add-to-cart-button {
  align-items: center;
  display: flex;
  justify-content: center;
  min-width: 16rem;
  padding: 0 1.5rem;
  height: 5rem;
  position: relative;
  font-weight: 500;
  font-family: var(--heading-font-family);
  font-weight: 700;
}
.product-summary .add-to-cart-button svg {
  width: 20px;
  height: auto;
  margin-right: 1rem;
}
.product-summary .adtocart-action {
  display: flex;
  flex-wrap: wrap;
}
.product-summary .product-actions {
  margin-left: 0.5rem;
}
@media (max-width: 575px) {
}
.product-summary .product-actions .product-action {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  color: rgb(var(--heading-color));
}
.product-summary .product-actions .product-action.active .action-icon {
  color: #fff;
  background-color: rgb(var(--link-hover));
}
.product-summary .product-actions .product-action.active svg {
  fill: #fff;
}
@media (hover: hover) {
  .product-summary .product-actions .product-action:hover .action-icon {
    background-color: rgb(var(--link-hover));
  }
  .product-summary .product-actions .product-action:hover .action-icon svg {
    fill: #fff;
  }
}
.product-summary .product-actions .action-icon {
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  display: inline-block;
  height: 5rem;
  width: 5rem;
  line-height: 4.5rem;
  text-align: center;
  margin: 0 5px;
  transition: all 0.5s ease-out 0s;
}
.product-summary .product-actions .action-icon svg {
  width: 1.8rem;
  height: auto;
  fill: rgb(var(--text-color));
}
.product-summary .hover-animated {
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}
@media (hover: hover) {
  .product-summary .hover-animated:hover {
    transform: translateY(-5px);
    transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
  }
}
.product-summary .product-popup.open .popup-view {
  opacity: 1;
  visibility: visible;
}
.product-summary .product-popup .popup-heading {
  margin-top: 0;
}
.product-summary .product-popup .popup-close {
  width: 4rem;
  height: 4rem;
  border: 1px solid #ccc;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
}
.product-summary .product-popup .popup-close svg {
  width: 1.5rem;
  height: 1.5rem;
}
.product-summary .product-popup .popup-view {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.2s;
  z-index: 100;
  background-color: rgba(var(--overlay-color), 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-summary .product-popup .popup-inner {
  background-color: #fff;
  width: 70%;
  height: 80%;
  position: relative;
  padding: 3rem 5rem;
}
.product-summary .collapsible-tab + .collapsible-tab .product-accordion {
  border-top: 0;
}
.product-summary .product-accordion {
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 0;
}
.product-summary .product-accordion[open] .accordion-caret .plus {
  display: none;
}
.product-summary .product-accordion[open] .accordion-caret .minus {
  display: block;
}
.product-summary .product-accordion + .product-accordion {
  border-top: 0;
}
.product-summary .product-accordion .accordion-summary {
  display: flex;
  cursor: pointer;
  padding: 1.3rem 0;
}
.product-summary .product-accordion .icon-accordion {
  margin-right: 1rem;
}
.product-summary .product-accordion .accordion-title {
  width: 100%;
  margin: 0;
  font-weight: 400;
}
.product-summary .product-accordion .accordion-caret .plus {
  display: block;
}
.product-summary .product-accordion .accordion-caret .minus {
  display: none;
}
.product-summary .product-accordion .accordion-caret svg {
  width: 0.8rem;
}
.product-summary .product-accordion .accordion-content {
  padding-bottom: 1rem;
}
.product-summary .product-accordion .accordion-content:empty {
  display: none;
}
.product-summary .product-share .share-button {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.product-summary .product-share .share-button svg {
  margin-right: 1rem;
  width: 1.5rem;
  height: 1.2rem;
}
.product-summary .product-share details {
  position: relative;
}
.product-summary .product-share details summary {
  padding: 1rem;
  line-height: 1;
}
.product-summary .product-share details .share-content {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 0.5rem;
  box-shadow: 0 0 0 0.1rem rgba(18, 18, 18, 0.55);
  background-color: #fff;
  display: flex;
  align-items: center;
  transition: box-shadow 0.2s ease;
}
.product-summary .product-share details .share-content:focus-within {
  box-shadow: 0 0 0 0.2rem rgba(18, 18, 18, 0.55);
}
.product-summary .product-share details .share-message {
  padding: 0 1rem;
}
.product-summary .product-share details .share-message:not(:empty):not(.hidden) ~ * {
  display: none;
}
.product-summary .product-share details .share-field {
  width: 100%;
}
.product-summary .product-share details .field-input {
  border: 0;
  padding: 0.5rem 1rem;
  width: 100%;
}
.product-summary .product-share details .field-input:not(:placeholder-shown) {
  padding: 2.2rem 1.5rem 0.8rem 1rem;
}
.product-summary .product-share details .field-label {
  position: absolute;
  left: 1rem;
  pointer-events: none;
  top: 0.3rem;
  font-size: 1rem;
}
.product-summary .product-share details .share-button-copy,
.product-summary .product-share details .share-button-close {
  width: 4.4rem;
  height: 4.4rem;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.product-summary .product-share details .share-button-copy svg,
.product-summary .product-share details .share-button-close svg {
  width: 1.5rem;
  height: 1.5rem;
}
@media (hover: hover) {
  .product-summary .product-share details .share-button-copy:hover,
.product-summary .product-share details .share-button-close:hover {
    opacity: 0.8;
  }
}
.product-summary .product-share details .share-button-close:not(.hidden) + .share-button-copy {
  display: none;
}
.product-summary .product-share .social-media-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.product-summary .product-share .social-media-list li {
  display: inline-block;
  margin-right: 1rem;
}
.product-summary .product-share .social-media-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  background-color: rgb(var(--text-color));
  border-radius: 5rem;
  opacity: 0.35;
}
@media (hover: hover) {
  .product-summary .product-share .social-media-list a:hover {
    opacity: 1;
  }
}
.product-summary .product-share .social-media-list [href*=facebook]:hover {
  background-color: #3b5998;
}
.product-summary .product-share .social-media-list [href*=twitter]:hover {
  background-color: #1da1f2;
}
.product-summary .product-share .social-media-list [href*=pinterest]:hover {
  background-color: #bd081c;
}
.product-summary .product-share .social-media-list [href*=instagram]:hover {
  background-color: #d83776;
}
.product-summary .product-share .social-media-list [href*=youtube]:hover {
  background-color: #ff0000;
}
.product-summary .product-share .social-media-list [href*=tiktok]:hover {
  background-color: #fd355a;
}
.product-summary .product-share .social-media-list [href*=vimeo]:hover {
  background-color: #1ab7ea;
}
.product-summary .product-share .social-media-list [href*=linkedin]:hover {
  background-color: #0077b5;
}
.product-summary .product-share .social-media-list [href*=snapchat]:hover {
  background-color: #f5dc30;
}
.product-summary .product-share .social-media-list [href*=tumblr]:hover {
  background-color: #35465c;
}
.product-summary .product-share .social-media-list [href*=fancy]:hover {
  background-color: #494e58;
}
.product-summary .product-share .social-media-list [href*=rss]:hover {
  background-color: #f26522;
}
.product-summary .product-share .social-media-list svg {
  width: 1.4rem;
  height: 1.4rem;
  transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  color: #fff;
}
.product-summary .product-countdown.hide-after-end.hide {
  display: none;
}
.product-summary .product-countdown .countdown-title {
  font-size: 1.5rem;
  margin-bottom: 1.4rem;
}
.product-summary .product-countdown .time-block {
  display: block;
  position: relative;
}
.product-summary .product-countdown .time-block + .time-block:before {
  content: ":";
  font-size: 2.4rem;
  position: absolute;
  top: 0;
  left: -1.3rem;
}
.product-summary .product-countdown .time-number {
  position: relative;
}
.product-summary .product-countdown .time-text {
  margin-top: 0.4rem;
  display: block;
  text-align: center;
}
.product-summary .product-bought-together .fbt-table {
  margin: 0;
  border: 0;
  width: 100%;
  table-layout: auto;
}
.product-summary .product-bought-together input {
  position: relative;
  -webkit-appearance: none;
  box-shadow: none;
  pointer-events: none;
}
.product-summary .product-bought-together input:checked:before {
  box-shadow: inset 0 0 0 0.1rem rgb(var(--success-color));
}
.product-summary .product-bought-together input:checked:after {
  content: "";
}
.product-summary .product-bought-together input:after {
  position: absolute;
  left: 0;
  top: 0;
  border: 0.2rem solid rgb(var(--success-color));
  border-right: 0;
  border-top: 0;
  width: 0.75em;
  height: 0.375em;
  transform: translate(0.21em, 0.3em) rotate(-45deg);
}
.product-summary .product-bought-together input:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  color: transparent;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  border: 0;
  background-color: transparent;
  background-size: contain;
  box-shadow: inset 0 0 0 0.1rem rgba(var(--text-color), 0.5);
}
.product-summary .product-bought-together th,
.product-summary .product-bought-together td {
  border: 0;
  padding: 0.3rem 2rem;
}
.product-summary .product-bought-together th:last-child,
.product-summary .product-bought-together td:last-child {
  text-align: right;
}
.product-summary .product-bought-together thead {
  background-color: #f3f3f3;
  color: rgb(var(--heading-color));
  text-transform: uppercase;
  font-size: 1.2rem;
}
.product-summary .product-bought-together thead th:first-child {
  padding-left: 3rem;
}
.product-summary .product-bought-together tbody tr {
  border-bottom: 0.1rem solid #f3f3f3;
}
.product-summary .product-bought-together tbody td {
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
}
.product-summary .product-bought-together .fbt-item {
  transition: background-color 0.3s ease;
}
@media (hover: hover) {
  .product-summary .product-bought-together .fbt-item:hover {
    background-color: #fcfcfc;
  }
}
.product-summary .product-bought-together .fbt-info {
  padding-left: 0;
}
.product-summary .product-bought-together .fbt-info input {
  margin: 0 1rem 0 0;
}
.product-summary .product-bought-together .fbt-info svg,
.product-summary .product-bought-together .fbt-info img {
  max-width: 6rem;
}
.product-summary .product-bought-together .fbt-info-inner {
  display: flex;
  align-items: center;
}
.product-summary .product-bought-together .fbt-info-inner .fbt-image {
  display: inline-flex;
  align-items: center;
}
.product-summary .product-bought-together .fbt-info-inner .fbt-info-title {
  font-size: 1.5rem;
  margin-left: 2rem;
}
.product-summary .product-bought-together .variant-field {
  display: block;
}
.product-summary .product-bought-together .variant-field .field-title {
  display: block;
  margin-bottom: 0.5rem;
}
.product-summary .product-bought-together .variant-field .field-value {
  min-width: 6rem;
  min-height: 2.6rem;
}
.product-summary .product-bought-together .product-price .regular-price {
  margin-right: 0;
  display: block;
  line-height: 1;
}
.product-summary .product-bought-together .total-price {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.2rem;
  color: rgb(var(--heading-color));
  margin-top: 1.1rem;
}
.product-summary .product-bought-together .total-price .price-unit {
  font-size: 2rem;
  color: rgb(var(--sale-price-color));
}

.template-product .recommendations-section .title,
.template-product .recently-viewed-section .title {
  font-size: 3.6rem;
  margin-bottom: 4.6rem;
}

@media (max-width: 991px) {
  .sidebar {
    display: none;
  }
}
.sidebar select {
  width: 100%;
  height: 4rem;
  margin-bottom: 1rem;
}
.sidebar details[open] .details-summary svg {
  transform: rotate(180deg);
}
.sidebar .sidebar-item {
  position: relative;
  padding: 3rem;
  border: 1px solid #ececec;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .sidebar .sidebar-item {
    padding: 2rem;
  }
}
.sidebar .list-item-sidebar:not(:last-child) {
  margin-bottom: 3rem;
}
.sidebar .list-product-sidebar .item-product {
  display: flex;
}
.sidebar .list-product-sidebar .item-product:not(:last-child) {
  margin-bottom: 10px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
  padding-bottom: 10px;
}
.sidebar .list-product-sidebar .product-thumb {
  width: 8rem;
  flex-shrink: 0;
}
.sidebar .list-product-sidebar .product-info {
  padding-left: 1.5rem;
}
.sidebar .list-product-sidebar h5.title-product-sidebar {
  margin: 0;
  font-weight: 700;
}
.sidebar .list-product-sidebar h5.title-product-sidebar a {
  color: rgb(var(--link-hover));
}
@media (hover: hover) {
  .sidebar .list-product-sidebar h5.title-product-sidebar a:hover {
    color: rgb(var(--color-2));
  }
}
.sidebar .list-product-sidebar .product-price {
  margin-top: 0.5rem;
}
.sidebar .list-product-sidebar .price {
  font-size: 1.6rem;
}
.sidebar .list-product-sidebar .spr-badge-starrating .spr-icon {
  font-size: 70%;
}
.sidebar .list-product-sidebar .spr-badge-caption {
  display: none;
}
.sidebar .banner-sidebar {
  position: relative;
  overflow: hidden;
}
.sidebar .banner-sidebar a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.sidebar .banner-sidebar .banner-text {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  padding: 0 5rem;
}
.sidebar .banner-sidebar .banner-text .banner-subtitle {
  color: rgb(var(--color-collection-pr));
}
.sidebar .banner-sidebar .banner-text .banner-title {
  margin-top: 0;
  margin-bottom: 1.5rem;
  min-height: 10rem;
  transition: top 0.5s ease, transform 0.5s;
  font-weight: 700;
}
.sidebar .banner-sidebar .banner-text .banner-title span {
  color: #3BB77E;
}
.sidebar .banner-sidebar .banner-text:hover .banner-title {
  transform: translateY(-0.5rem);
}
.sidebar .active-filter {
  margin-bottom: 2.1rem;
  font-size: 0;
}
.sidebar .active-filter:empty {
  display: none;
}
.sidebar .active-filter .heading {
  margin-top: 0.7rem;
  margin-bottom: 2.2rem;
  font-size: 1.8rem;
  font-weight: 600;
  display: block;
  font-family: var(--body-font-family);
  color: rgb(var(--heading-color));
}
.sidebar .active-filter .active-filter-item {
  cursor: pointer;
  display: inline-flex;
  margin-right: 1rem;
  margin-bottom: 1rem;
  background-color: #f3f3f3;
  color: rgb(var(--heading-color));
  padding: 0.6rem 0.9rem;
  line-height: 1;
  font-size: 1.3rem;
  transition: all 0.3s;
}
.sidebar .active-filter .active-filter-item[data-reset=all] {
  background-color: transparent;
  padding: 0;
  color: rgb(var(--text-color));
}
@media (hover: hover) {
  .sidebar .active-filter .active-filter-item[data-reset=all]:hover {
    color: rgb(var(--heading-color));
  }
  .sidebar .active-filter .active-filter-item:not([data-reset=all]):hover {
    background-color: rgb(var(--link-hover));
    color: #fff;
  }
}
.sidebar .active-filter svg {
  opacity: 0.8;
  margin-left: 0.7rem;
}
.sidebar .quick-links-wrapper .filter-title {
  font-size: 1.8rem;
}
.sidebar .quick-links-wrapper .link-arrow {
  flex-grow: 1;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
}
.sidebar .quick-links-wrapper .link-arrow .link-arrow-inner {
  transition: transform 0.2s ease;
}
.sidebar .quick-links-wrapper .link-arrow svg {
  width: 1.3rem;
  height: 1.3rem;
}
.sidebar .quick-links-wrapper .current {
  color: rgb(var(--link-hover));
}
.sidebar .quick-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar .quick-links .link-item {
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
  border: 1px solid #F2F3F4;
  padding: 0.9rem 1.8rem;
  margin: 0 0 15px 0;
  justify-content: space-between;
  transition: 0.3s;
}
@media (hover: hover) {
  .sidebar .quick-links .link-item:hover {
    border: 1px solid rgba(var(--border-hover-product));
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
  }
}
.sidebar .quick-links .link-heading {
  display: flex;
  align-items: center;
  padding: 0;
  line-height: 1.5;
  font-size: 1.4rem;
}
.sidebar .quick-links svg {
  width: 3rem;
  height: auto;
  margin-right: 1.5rem;
}
.sidebar .quick-links .products_count {
  display: inline-block;
  background-color: rgba(var(--border-hover-product));
  padding: 0.5rem 0.8rem;
  text-align: center;
  border-radius: 2rem;
  margin-left: 0.5rem;
  font-size: 1.2rem;
  color: rgb(var(--heading-color));
  flex-shrink: 0;
  line-height: 1;
}
.sidebar .filter-item + .filter-item {
  margin-top: 2.1rem;
}
.sidebar .details-summary {
  cursor: pointer;
  font-weight: 500;
  color: rgb(var(--heading-color));
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.3rem 0;
}
.sidebar .details-summary svg {
  width: 1rem;
  height: 1rem;
  transition: transform 0.2s ease;
}
.sidebar .details-summary .filter-title {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 700;
  color: rgb(var(--heading-color));
}
.sidebar .toggle {
  cursor: pointer;
  color: rgb(var(--link-hover));
}
.sidebar .more-items {
  display: none;
  margin-bottom: 1.4rem;
}
.sidebar .details-content {
  padding: 0.9rem 0;
}

.sidebar-item .heading {
  position: relative;
  border-bottom: 1px solid #ececec;
  padding-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 3rem;
}
.sidebar-item .heading::after {
  content: "";
  width: 8rem;
  height: 0.2rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(var(--border-hover-product));
}

@media (min-width: 1200px) {
  .product-page {
    width: 91.6666666667%;
    margin: auto;
  }
}
.product-page.has-sidebar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .product-page.has-sidebar {
    width: 100%;
  }
}
.product-page.has-sidebar .sidebar {
  width: 24%;
}
@media (max-width: 1199px) {
  .product-page.has-sidebar .sidebar {
    width: 100%;
  }
  .product-page.has-sidebar .sidebar.order-1 {
    margin-bottom: 3rem;
  }
  .product-page.has-sidebar .sidebar.order-2 {
    margin-top: 3rem;
  }
}
.product-page.has-sidebar .content {
  width: calc(76% - 3rem);
}
@media (max-width: 1199px) {
  .product-page.has-sidebar .content {
    width: 100%;
  }
}
.product-page .order-1 {
  order: 1;
}
.product-page .order-2 {
  order: 2;
}

.product-details-tabs {
  /* border: 1px solid #ececec; */
  padding: 4rem 5rem;
  background: #fbf7f0;
     border: 1px solid #e6d1b0;
}
.product-details-tabs .tabs-head {
  justify-content: start;
}
.product-details-tabs .tabs-head-desktop span {
  display: inline-block;
  padding: 1.3rem 2.4rem !important;
  text-align: center;
  font-weight: 700;
  font-family: var(--heading-font-family);
  font-size: 1.7rem;
  border-radius: 3rem;
  border: 1px solid #ececec;
  background: #fff;
  margin: 0 0.5rem !important;
  transition: all 0.3s ease 0s;
  line-height: 1;
}
@media (hover: hover) {
  .product-details-tabs .tabs-head-desktop span:hover {
    color: rgb(var(--button-bg-color));
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateY(-3px);
  }
}
.product-details-tabs .tabs-head-desktop span.active {
  color: rgb(var(--button-bg-color)) !important;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}
.product-details-tabs .tabs-head-desktop span:first-child {
  margin-left: 0 !important;
}
.product-details-tabs .tabs-content {
  margin-top: 4rem;
}
.product-details-tabs .tab-content {
  padding: 0;
}

.template-product .product-recently-viewed h2.title,
.template-product .product-recommendations h2.title {
  position: relative;
  border-bottom: 1px solid #ececec;
  padding-bottom: 2rem;
  font-size: 2.4rem !important;
  font-weight: 700;
  margin: 0;
  margin-bottom: 3rem;
}
.template-product .product-recently-viewed h2.title:after,
.template-product .product-recommendations h2.title:after {
  content: "";
  width: 8rem;
  height: 0.2rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(var(--border-hover-product));
}
.template-product .product-recommendations {
  margin-top: 6rem;
}
.template-product .product-recommendations .form-add-to-cart,
.template-product .product-recommendations .product-collections {
  display: none;
}

.product-recently-viewed .swiper-button-prev,
.product-recently-viewed .swiper-button-next {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  background: #F2F3F4;
  border-radius: 50%;
  transition: all 0.2s ease-out;
  color: rgb(var(--text-color));
}
.product-recently-viewed .swiper-button-prev svg,
.product-recently-viewed .swiper-button-next svg {
  width: 1.3rem;
  height: auto;
}
@media (hover: hover) {
  .product-recently-viewed .swiper-button-prev:hover,
.product-recently-viewed .swiper-button-next:hover {
    color: #fff;
    background-color: rgb(var(--link-hover));
  }
}
.product-recently-viewed .swiper-button-prev {
  left: 2rem;
}
.product-recently-viewed .swiper-button-next {
  right: 2rem;
}
.product-price-wrap{
  margin-bottom: 10px;
}

.product-price-wrap .product-price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.product-price-wrap .price-percent-sale {
  margin-left: 1.5em;
}
.product-price-wrap .price-percent-sale s.regular-price {
  display: block;
  margin-left: 0;
  line-height: 1;
}
.product-price-wrap .product-sale-label {
  color: rgb(var(--color-2));
  font-family: var(--heading-font-family);
  font-weight: 700;
}

.product-sale-label-top span {
  display: inline-block;
  padding: 0.8rem 1.2rem;
  border-radius: 0.5rem;
  font-family: var(--heading-font-family);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  color: rgb(var(--sale-label-quickview));
  background-color: rgb(var(--bgsale-label-quickview));
}

@media (min-width: 768px) {
  .product-tabs-width-banner-section .content-section.has-banner {
    display: flex;
    gap: 25px;
  }
  .product-tabs-width-banner-section .content-section.has-banner .banner {
    width: 35%;
  }
  .product-tabs-width-banner-section .content-section.has-banner .box-carousel-width-banner {
    width: calc(65% - 25px);
  }
}
@media (min-width: 992px) {
  .product-tabs-width-banner-section .content-section.has-banner .banner {
    width: 24%;
  }
  .product-tabs-width-banner-section .content-section.has-banner .box-carousel-width-banner {
    width: calc(76% - 25px);
  }
}
.product-tabs-width-banner-section .box-img {
  overflow: hidden;
  position: relative;
}
.product-tabs-width-banner-section .box-img .content-banner {
  position: absolute;
  top: 3.3rem;
  padding: 0 50px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .product-tabs-width-banner-section .box-img .content-banner {
    top: 2.5rem;
    padding: 0 25px;
  }
}
.product-tabs-width-banner-section .box-img h2.heading-font-family {
  line-height: 1.2;
}
.product-tabs-width-banner-section .box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-tabs-width-banner-section .box-img .button-banner {
  padding: 0.7rem 1.6rem;
  font-size: 1.2rem;
  line-height: 1.3;
  background-color: rgb(var(--link-hover));
  color: #fff;
  transition: all 0.3s ease 0s;
  border-radius: 0.4rem;
  margin-top: 8.5rem;
  display: inline-block;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .product-tabs-width-banner-section .box-img .button-banner {
    margin-top: 2rem;
  }
}
.product-tabs-width-banner-section .box-img .button-banner svg {
  width: 1rem;
  height: auto;
  margin-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
@media (hover: hover) {
  .product-tabs-width-banner-section .box-img .button-banner:hover {
    background-color: rgb(var(--color-2));
  }
  .product-tabs-width-banner-section .box-img .button-banner:hover svg {
    margin-left: 1rem;
  }
}
.product-tabs-width-banner-section .title-section {
  flex-shrink: 0;
  
}
.product-tabs-width-banner-section .title-section h2 {
  margin: 0;
}
.product-tabs-width-banner-section .tabs .tabs-head {
  /* align-items: end; */
  justify-content: space-between;
}
@media (max-width: 575px) {
  .product-tabs-width-banner-section .tabs .tabs-head {
    flex-wrap: wrap;
  }
}
.product-tabs-width-banner-section .tabs .tabs-head .tab-head {
  font-weight: 400;
  border: 1px solid;
  padding: 5px;
  border-radius: 10px;
  margin: 0 1rem;
  color: #fff;
  background: #757575;
  display: inline-block;
}
.product-tabs-width-banner-section .tabs .tabs-head .tab-head.active {
  color: #fff;
  background: #096A56;
}
@media (hover: hover) {
  .product-tabs-width-banner-section .tabs .tabs-head .tab-head:hover {
    /* color: #096A56; */
  }
}
.product-tabs-width-banner-section .swiper-button-prev,
.product-tabs-width-banner-section .swiper-button-next {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  /* background: #F2F3F4; */
  border-radius: 50%;
  transition: all 0.2s ease-out;
  color: rgb(var(--text-color));
}
.product-tabs-width-banner-section .swiper-button-prev svg,
.product-tabs-width-banner-section .swiper-button-next svg {
  width: 1.3rem;
  height: auto;
}
@media (hover: hover) {
  .product-tabs-width-banner-section .swiper-button-prev:hover,
.product-tabs-width-banner-section .swiper-button-next:hover {
    color: #fff;
    background-color: rgb(var(--link-hover));
  }
}
.product-tabs-width-banner-section .swiper-button-prev {
  left: 2rem;
}
.product-tabs-width-banner-section .swiper-button-next {
  right: 2rem;
}
@media (max-width: 767px) {
  .product-tabs-width-banner-section .banner-align-left {
    margin-bottom: 3rem;
  }
  .product-tabs-width-banner-section .banner-align-right {
    margin-top: 3rem;
  }
}

@media (max-width: 767px) {
  .product-tabs-section .grid {
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
  }
  .product-tabs-section .grid .grid-item {
    min-width: 27rem;
    overflow: hidden;
  }
  .product-tabs-section .grid .product-title {
    white-space: normal;
  }
}
.product-tabs-section .title-section {
  flex-shrink: 0;
}
.product-tabs-section .title-section h2 {
  margin: 0;
}
.product-tabs-section .tabs .tabs-head {
  align-items: end;
  justify-content: space-between;
}
.product-tabs-section .tabs .tabs-head .tab-head {
  font-weight: 700;
  margin: 0 1rem;
  color: rgb(var(--heading-color));
  display: inline-block;
}
.product-tabs-section .tabs .tabs-head .tab-head.active {
  color: rgb(var(--link-hover));
}
@media (hover: hover) {
  .product-tabs-section .tabs .tabs-head .tab-head:hover {
    color: rgb(var(--link-hover));
  }
}
.product-tabs-section .button-wrap {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.product-tabs-section .product-card {
  margin-bottom: 3rem;
}

.product-banner-section .product-card {
  margin-bottom: 0;
}
.product-banner-section .banner-wrap {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.product-banner-section .banner-wrap img {
  transition: transform 0.3s ease;
}
@media (hover: hover) {
  .product-banner-section .banner-wrap:hover .placeholder-svg,
.product-banner-section .banner-wrap:hover img {
    transform: scale(1.08);
  }
}
.product-banner-section .banner-url {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
}
.product-banner-section .title-wrapper {
  border-bottom: 1px solid #f3f3f3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.7rem;
}
.product-banner-section .title-wrapper .title {
  font-size: 3rem;
  margin: 0;
}
.product-banner-section .title-wrapper .countdown-time-wrap {
  justify-content: flex-start;
  flex-grow: 1;
  margin-left: 7.2rem;
  margin-bottom: 0;
}
.product-banner-section .title-wrapper .link-title {
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.product-banner-section .title-wrapper .link-arrow {
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid;
  border-radius: 5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.9rem;
}
.product-banner-section .title-wrapper .link-arrow svg {
  width: 1.2rem;
}

.product-offer-section .wrapper {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .product-offer-section .wrapper {
    flex-wrap: wrap;
  }
}
.product-offer-section .product-offer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 370px;
  width: 370px;
  margin-right: 30px;
  border: 0.3rem solid #eeece8;
  border-radius: 0.3rem;
}
@media (max-width: 991px) {
  .product-offer-section .product-offer {
    margin: 0 auto;
  }
}
@media (hover: hover) {
  .product-offer-section .product-offer:hover .product-actions .product-action {
    opacity: 1;
    visibility: visible;
  }
  .product-offer-section .product-offer:hover .product-actions .product-action:nth-child(1), .product-offer-section .product-offer:hover .product-actions .product-action:nth-child(2), .product-offer-section .product-offer:hover .product-actions .product-action:nth-child(3) {
    transform: translateY(0);
  }
  .product-offer-section .product-offer:hover .product-actions .product-action:nth-child(2) {
    transition-delay: 0.05s;
  }
  .product-offer-section .product-offer:hover .product-actions .product-action:nth-child(3) {
    transition-delay: 0.08s;
  }
}
.product-offer-section .product-offer .product-card {
  margin: 3rem 4.7rem 0 4.7rem;
}
.product-offer-section .product-offer .offer-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.7rem;
  padding: 0 4.7rem;
}
.product-offer-section .product-offer .offer-title {
  font-size: 2.4rem;
  font-family: var(--body-font-family);
  margin: 0;
  line-height: 1.2;
}
.product-offer-section .product-offer .offer-badge {
  position: relative;
  right: -2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 5rem;
  color: #fff;
  width: 7rem;
  height: 7rem;
  background-color: rgb(var(--sale-label-color));
  text-transform: uppercase;
}
.product-offer-section .product-offer .offer-badge .badge-text {
  font-size: 1.2rem;
  line-height: 1;
}
.product-offer-section .product-offer .offer-badge .badge-price {
  font-size: 2rem;
  font-weight: 700;
}
.product-offer-section .product-offer .product-price {
  font-size: 1.5rem;
}
.product-offer-section .product-offer .product-price .regular-price {
  font-size: 1.3rem;
}
.product-offer-section .product-offer .product-image-wrap .product-badge,
.product-offer-section .product-offer .product-image-wrap .form-add-to-cart {
  display: none;
}
.product-offer-section .product-offer .special-offer-form {
  display: flex;
  justify-content: center;
  margin-top: 1.7rem;
  margin-bottom: 4rem;
}
.product-offer-section .product-offer .special-offer-form .add-to-cart-button {
  padding: 0.5rem 1.5rem;
}
.product-offer-section .product-offer .countdown-time-wrap {
  background-color: #fafafa;
  height: 16.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.product-offer-section .product-offer .countdown-time {
  justify-content: center;
}
.product-offer-section .product-offer .countdown-time .time-number {
  border-radius: 0.5rem;
}
.product-offer-section .title-wrapper {
  border-bottom: 1px solid #f3f3f3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.7rem;
}
.product-offer-section .title-wrapper .title {
  font-size: 3rem;
  margin: 0;
}
.product-offer-section .title-wrapper .link-title {
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.product-offer-section .title-wrapper .link-arrow {
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid;
  border-radius: 5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.9rem;
}
.product-offer-section .title-wrapper .link-arrow svg {
  width: 1.2rem;
}
.product-offer-section .products {
  flex-grow: 1;
}
@media (max-width: 991px) {
  .product-offer-section .products {
    width: 100%;
    margin-top: 5rem;
  }
}

.quick-view-open {
  overflow: hidden;
}
.quick-view-open .quick-view {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.quick-view-open .quick-view .quick-view-inner {
  transform: translateY(0);
}

.quick-view {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  transition-duration: 0.3s;
}
.quick-view.loading .quick-view-content {
  opacity: 0;
  visibility: hidden;
}
.quick-view .quick-view-inner {
  overflow: hidden;
  background-color: #fff;
  transform: translateY(5rem);
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  border-radius: 25px;
  padding: 1rem;
  border: 1px solid rgba(var(--border-hover-product));
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  height: 58rem;
  max-height: 80vh;
}
@media (min-width: 1054px) {
  .quick-view .quick-view-inner {
    width: 88rem;
    max-width: 80vw;
    padding: 4rem;
  }
}
@media (max-width: 1053px) {
  .quick-view .quick-view-inner {
    margin: 15px;
    height: calc(100% - 30px);
  }
}
.quick-view .quick-view-close {
  position: absolute;
  right: 3rem;
  top: 3rem;
  cursor: pointer;
  z-index: 2;
  padding: 0;
  border: none;
  color: rgb(var(--text-color));
}
.quick-view .quick-view-close svg {
  width: 1.5rem;
  height: 1.5rem;
}
@media (max-width: 991px) {
  .quick-view .quick-view-close {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
.quick-view .quick-view-content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
@media (max-width: 991px) {
  .quick-view .quick-view-content {
    height: 100%;
    overflow: auto;
  }
}
.quick-view .product-sale-label-top {
  margin-bottom: 1rem;
}
.quick-view .product-sale-label-top span {
  display: inline-block;
  padding: 0.8rem 1.2rem;
  border-radius: 0.5rem;
  font-family: var(--heading-font-family);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  color: rgb(var(--sale-label-quickview));
  background-color: rgb(var(--bgsale-label-quickview));
}
.quick-view .product-gallery {
  position: relative;
}
@media (min-width: 992px) {
  .quick-view .product-gallery {
    height: 100%;
    width: 50%;
  }
}
.quick-view .product-gallery .mySwiper2 .swiper-slide {
  border-radius: var(--button-radius-theme);
  border: 1px solid #ececec;
  overflow: hidden;
}

.quick-view .product-gallery .media-preview-wrap {
  height: 100%;
}

.quick-view .product-gallery .media-preview-wrap .media-preview {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.7rem;
}

.quick-view .product-gallery .media-preview-wrap {
  border-radius: 1.7rem;
  transition: all 0.3s ease 0s;
  border: 2px solid transparent;
}
.quick-view .product-gallery .swiper-slide-thumb-active .media-preview-wrap {
  border: 2px solid rgba(var(--border-hover-product));
}
.quick-view .product-gallery .swiper-button-prev,
.quick-view .product-gallery .swiper-button-next {
  width: 4rem;
  height: 4rem;
  background-color: #F2F3F4;
}
.quick-view .product-gallery .swiper-button-prev svg,
.quick-view .product-gallery .swiper-button-next svg {
  width: 1.3rem;
  height: 1.3rem;
}
@media (hover: hover) {
  .quick-view .product-gallery .swiper-button-prev:hover,
.quick-view .product-gallery .swiper-button-next:hover {
    color: #fff;
    background-color: rgb(var(--link-hover));
  }
}
.quick-view .product-gallery .swiper-button-prev {
  left: 2rem;
}
.quick-view .product-gallery .swiper-button-next {
  right: 2rem;
}
.quick-view .product-summary {
  padding: 2rem 3rem;
  overflow-y: auto;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .quick-view .product-summary {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .quick-view .product-summary {
    height: 100%;
    width: 50%;
  }
}
.quick-view .product-summary .product-sale-label {
  margin-bottom: 0.5rem;
  color: rgb(var(--color-2));
}
.quick-view .product-summary .product-title {
  font-size: 3.2rem;
  margin-bottom: 1.5rem;
}
.quick-view .product-summary span.regular-price,
.quick-view .product-summary .product-price .price {
  font-size: 5.8rem;
}
.quick-view .product-summary span.regular-price {
  margin-left: 0;
  color: rgb(var(--sale-price-color));
}
.quick-view .product-summary .regular-price {
  font-size: 2.8rem;
}
.quick-view .product-summary .product-rating {
  display: flex;
  align-items: baseline;
}
.quick-view .product-summary .product-rating .rating-star {
  display: inline-flex;
  margin-right: 0.5rem;
}
.quick-view .product-summary .product-rating .rating-star + .rating-count {
  margin-left: 0;
}
.quick-view .product-summary .product-rating .rating-count {
  margin-left: 0.5rem;
}
.quick-view .product-summary .product-description {
  margin-bottom: 1.5rem;
}
.quick-view .product-summary .product-variants {
  margin-bottom: 0;
}
.quick-view .product-summary .product-buy {
  margin-top: 2rem;
}
.quick-view .product-summary .variant-button .field-value + .swatch:before {
  inset: 0;
}
.quick-view .product-summary .field-button {
  height: 2.5rem;
  padding: 0 1rem;
}
.quick-view .product-summary [data-shopify=payment-button] {
  flex: 0 0 100%;
}
.quick-view .product-summary .add-to-cart-button {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 5rem;
  margin-bottom: 0;
}
.quick-view .product-summary .add-to-cart-button svg {
  width: 20px;
  height: auto;
  margin-right: 1rem;
}
.quick-view .product-summary .quantity {
  height: 5rem;
}
.quick-view .product-summary .quantity .quantity-input {
  opacity: 1;
  color: rgb(var(--link-hover));
}

.richtext-section {
  padding: 3rem;
}
.richtext-section .heading {
  margin: 0;
}
.richtext-section .heading:not(:first-child):not(:last-child),
.richtext-section .rich-text:not(:first-child):not(:last-child),
.richtext-section .button:not(:first-child):not(:last-child) {
  margin: 2rem 0 3rem 0;
}
.richtext-section .button {
  display: inline-block;
}
@media (max-width: 767px) {
  .richtext-section .heading,
.richtext-section .rich-text {
    line-height: 1.2;
  }
}

.sales-notification-section .sales-notification {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  bottom: 2rem;
  z-index: 10;
}
.sales-notification-section .sales-notification.bottom-left {
  left: 2rem;
}
.sales-notification-section .sales-notification.bottom-right {
  right: 2rem;
}
.sales-notification-section .sales-notification.bottom-right .sn-item {
  transform: translateX(calc(100% - 2rem));
}
.sales-notification-section .sales-notification .sn-item.active {
  transform: translateX(0);
}
.sales-notification-section .sales-notification .sn-item.down {
  transform: translateY(calc(100% + 2rem));
}
.sales-notification-section .sn-item {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  width: 30rem;
  height: auto;
  border-radius: 0.3rem;
  padding: 1rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.08);
  transform: translateX(calc(-100% - 2rem));
  position: relative;
  transition: transform 0.3s ease;
  background-color: #fff;
}
@media (hover: hover) {
  .sales-notification-section .sn-item:hover .sn-close {
    opacity: 1;
    visibility: visible;
  }
}
.sales-notification-section .sn-image-wrap {
  width: 10rem;
  height: 100%;
}
.sales-notification-section .sn-image-wrap img {
  width: 100%;
  height: 100%;
}
.sales-notification-section .sn-content {
  margin-left: 1.5rem;
}
.sales-notification-section .sn-content .sn-customer {
  margin-bottom: 0.2rem;
}
.sales-notification-section .sn-content .sn-product-title {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 500;
}
.sales-notification-section .sn-content .sn-foot {
  margin-top: 0.2rem;
}
.sales-notification-section .sn-content .sn-verified {
  color: rgb(var(--success-color));
  margin-left: 0.5rem;
}
.sales-notification-section .underline-animated {
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: rgb(var(--success-color));
  left: 0;
  display: flex;
  animation-delay: 0.3s;
}
.sales-notification-section .sn-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 2.2rem;
  height: 2.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media (hover: hover) {
  .sales-notification-section .sn-close:hover {
    color: rgb(var(--link-hover));
  }
}
.sales-notification-section .sn-close svg {
  width: 1rem;
  height: 1rem;
}
.sales-notification-section .sn-product-image {
  width: 8rem;
  padding: 1rem;
  padding-right: 0;
}
.sales-notification-section .sn-product-image img {
  width: 100%;
  height: 100%;
}
.sales-notification-section .sn-product-content {
  padding: 1rem;
  min-width: 20rem;
  max-width: 25rem;
}
.sales-notification-section .sn-product-content .product-title {
  color: rgb(var(--link-hover));
}
.sales-notification-section .sn-product-content .notice-text {
  display: block;
  text-transform: lowercase;
  color: rgb(var(--text-color));
}
.sales-notification-section .sn-product-content .action-wishlist {
  display: block;
  margin-top: 1rem;
  cursor: pointer;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .sales-notification-section .sn-product-content .action-wishlist:hover {
    color: rgb(var(--link-hover));
  }
}

.section-search .menu-search {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
}
.section-search .menu-search a {
  margin: 0 1rem;
  display: inline-block;
  font-size: 1.4rem;
}
.section-search.text-center .menu-search {
  justify-content: center;
}
.section-search.text-center .wg-search-form {
  margin: auto;
}
.section-search.text-right .menu-search {
  justify-content: end;
}
.section-search.text-right .wg-search-form {
  margin-left: auto;
}
.section-search .wg-search-form {
  position: relative;
  background-color: #fff;
  width: 40rem;
  max-width: 90%;
  border-radius: 5rem;
  box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.07);
}
.section-search .input-search {
  height: 6.4rem;
  width: 100%;
  box-shadow: none;
  background: transparent;
  padding-left: 5.8rem;
  padding-right: 13rem;
  border-radius: 5rem;
}
.section-search .icon-search {
  position: absolute;
  left: 2.5rem;
  top: 0;
  height: 6.4rem;
  line-height: 6.4rem;
}
.section-search .icon-search svg {
  height: 20px;
  width: auto;
}
.section-search .button-search {
  position: absolute;
  right: 0;
  height: 6.4rem;
  padding: 0 4rem;
  border: none;
  border-radius: 5rem;
  background-color: rgb(var(--button-bg-color));
  color: rgb(var(--button-text-color));
  font-size: 1.6rem;
  font-family: var(--heading-font-family);
  transition: all 300ms linear 0s;
}

#shopify-product-reviews .spr-summary .spr-summary-actions-newreview,
[data-shopify=payment-button] .shopify-payment-button__button--unbranded,
#shopify-product-reviews .spr-form .spr-form-actions [type=submit] {
  border-radius: var(--button-radius);
  position: relative;
  border: 0;
}
#shopify-product-reviews .spr-summary .spr-summary-actions-newreview:after,
[data-shopify=payment-button] .shopify-payment-button__button--unbranded:after,
#shopify-product-reviews .spr-form .spr-form-actions [type=submit]:after {
  content: "";
  position: absolute;
  inset: var(--button-border-width);
  z-index: 1;
  border-radius: var(--button-radius);
  transition: box-shadow var(--duration-short) ease;
}

@media (hover: hover) {
  [data-shopify=payment-button] .shopify-payment-button__button--unbranded:hover:not([disabled]) {
    color: #fff;
    background-color: rgb(var(--button-bg-color));
  }
}

@media (hover: hover) {
  .slider-section:hover .swiper-button-prev,
.slider-section:hover .swiper-button-next {
    opacity: 1;
    visibility: visible;
  }
}
.slider-section .theme-slider {
  position: relative;
}
.slider-section .swiper-slide:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.slider-section .slider-image {
  position: absolute;
  width: 100%;
  height: 100%;
  /* background-color: #DAFFE7; */
}
.slider-section .slider-image img,
.slider-section .slider-image .placeholder-svg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  left: 0;
  top: 0;
  object-position: right;
  padding: 30px 0;
}
.swiper-slide {
    height: auto !important;
}
.slider-section .slider-content {
  position: relative;
  z-index: 10;
  width: 100%;
  height: auto !important;
  display: flex;
  flex-direction: column;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.slider-section .slider-content:not(.container) {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .slider-section .slider-content:not(.container) {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .slider-section .slider-content {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.slider-section .slider-content-inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.slider-section .slider-element .slide-element-inner {
  opacity: 1;
  transform: translateY(10rem);
  will-change: transform, opacity;
  transition: opacity 0.9s, transform 0.9s cubic-bezier(0.26, 0.54, 0.32, 1) 0.3s;
}
.slider-section .slider-element .slider-heading {
  transition-delay: 0.1s;
}
.slider-section .slider-element .slider-text {
  transition-delay: 0.3s;
}
.slider-section .slider-element .button-newletter {
  transition: opacity 1s;
  transition-delay: 1s;
  transition: all 300ms linear 0s;
}
.slider-section .swiper-slide-ready .slide-element-inner {
  opacity: 1;
  transform: translateY(0);
}
.slider-section .slider-heading {
  line-height: 1;
  font-weight: 700;
  margin-bottom: 1.4rem;
}
.slider-section .slider-heading p:last-child {
  margin-bottom: 0;
}
.slider-section .slider-text {
  line-height: 1.2;
  margin-top: 2rem;
}
.slider-section .slider-text p:last-child {
  margin-bottom: 0;
}
.slider-section .swiper-button-prev,
.slider-section .swiper-button-next {
  width: 45px;
  height: 45px;
  transition: all 0.2s ease-out;
  opacity: 0;
  visibility: hidden;
}
.slider-section .swiper-button-prev svg,
.slider-section .swiper-button-next svg {
  width: 2rem;
  height: 2rem;
}
@media (hover: hover) {
  .slider-section .swiper-button-prev:hover,
.slider-section .swiper-button-next:hover {
    color: #fff !important;
    background-color: rgb(var(--link-hover)) !important;
  }
}
.slider-section .swiper-pagination {
  line-height: 1;
  display: flex;
}
.slider-section .swiper-pagination .swiper-pagination-bullet {
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid rgb(var(--heading-color));
  background: transparent;
  margin: 0 3px;
}
.slider-section .swiper-pagination .swiper-pagination-bullet-active {
  border: 1px solid transparent;
  background-color: rgb(var(--link-hover));
}
.slider-section .button-slider {
  margin-top: 6rem !important;
  border-radius: 50px;
  padding: 0.8rem 2rem !important;
  line-height: normal;
  font-size: 1.6rem;
  display: inline-block;
  color: #fff;
  transition: all 0.5s ease-out;
}
@media (max-width: 575px) {
  .slider-section .button-slider {
    margin-top: 2.5rem !important;
  }
}
.shopify-section.slider-section .button-slider {
  border: 1px solid #fd9a00;
}
@media (hover: hover) {
  .shopify-section.slider-section .button-slider:hover {
    color: #fd9a00;
  }
  .slider-section .button-slider:hover {
    color: #fff;
  }
}
.slider-section form {
  max-width: 450px;
  position: relative;
  margin-top: 6rem !important;
}
@media (max-width: 575px) {
  .slider-section form {
    margin-top: 2.5rem !important;
  }
}
.slider-section form .field-input {
  width: 100%;
  height: 6.4rem;
  border-radius: 50px;
  box-shadow: none;
  padding-left: 5.8rem;
}
.slider-section form .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2.5rem;
}
.slider-section form .button-newletter {
  position: absolute;
  right: 0;
  height: 100%;
  border-radius: 50px;
  padding: 0 4rem;
  font-size: 1.6rem;
  color: #fff;
  background-color: rgb(var(--link-hover));
  border: none;
}
@media (max-width: 575px) {
  .slider-section form .button-newletter {
    padding: 0 2.5rem;
  }
}
.slider-section .content-wrap.text-center form {
  margin: auto;
}
.slider-section .content-wrap.text-right form {
  margin-left: auto;
}
.slider-section .box-img {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.slider-section .box-img .content-banner {
  position: absolute;
  top: 30px;
  padding: 0 50px;
  width: 100%;
}
.slider-section .box-img h2.heading-font-family {
  line-height: 50px;
  font-size: 28px;
  text-align: center;
  margin: 0;
}
.slider-section .box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-section .box-img .button-banner {
  padding: 0.8rem 1.6rem;
  font-size: 1.2rem;
  line-height: 1.3;
  background-color: rgb(var(--link-hover));
  color: #fff;
  transition: all 0.3s ease 0s;
  border-radius: 0.4rem;
  margin-top: 3.5rem;
  display: inline-block;
}
.slider-section .box-img .button-banner svg {
  width: 1rem;
  height: auto;
  margin-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
@media (hover: hover) {
  .slider-section .box-img .button-banner:hover {
    background-color: rgb(var(--color-2));
  }
  .slider-section .box-img .button-banner:hover svg {
    margin-left: 1rem;
  }
}
.slider-section .slider-banner-section .banner-slider {
  width: 100%;
}
@media (max-width: 991px) {
  .slider-section .slider-banner-section .banner-slider.right {
    margin-top: 3rem;
  }
  .slider-section .slider-banner-section .banner-slider.left {
    margin-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .slider-section .slider-banner-section {
    display: grid;
    grid-template-columns: 66% 32%;
    gap: 30px;
  }
}

.slider-banner-collection .box-slider.gird-all-3.gird-only-collection.gird-only-banner {
  display: flex;
  gap: 24px;
  width: 100%;
}
@media (max-width: 992px) {
  .slider-banner-collection .box-slider.gird-all-3.gird-only-collection.gird-only-banner {
    gap: 20px;
    flex-wrap: wrap;
  }
  .slider-banner-collection .box-slider.gird-all-3.gird-only-collection.gird-only-banner .slideshow-collection {
    width: 100%;
  }
  .slider-banner-collection .box-slider.gird-all-3.gird-only-collection.gird-only-banner .theme-slider {
    width: 57%;
  }
  .slider-banner-collection .box-slider.gird-all-3.gird-only-collection.gird-only-banner .banner-slider {
    width: 38%;
  }
  .slider-banner-collection .box-slider.gird-all-3.gird-only-collection.gird-only-banner .banner-slider .content-banner h3 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .slider-banner-collection .box-slider.gird-all-3.gird-only-collection.gird-only-banner .theme-slider {
    width: 100%;
  }
  .slider-banner-collection .box-slider.gird-all-3.gird-only-collection.gird-only-banner .banner-slider {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .slider-banner-collection .box-slider.gird-all-3.gird-only-collection.gird-only-banner {
    gap: 15px;
  }
  .slider-banner-collection .box-slider.gird-all-3.gird-only-collection.gird-only-banner .slideshow-collection {
    width: 22%;
  }
  .slider-banner-collection .box-slider.gird-all-3.gird-only-collection.gird-only-banner .theme-slider {
    width: 43%;
  }
  .slider-banner-collection .box-slider.gird-all-3.gird-only-collection.gird-only-banner .banner-slider {
    width: 35%;
  }
}
@media (min-width: 1200px) {
  .slider-banner-collection .box-slider.gird-all-3.gird-only-collection.gird-only-banner .slideshow-collection {
    width: 20%;
  }
  .slider-banner-collection .box-slider.gird-all-3.gird-only-collection.gird-only-banner .theme-slider {
    width: 50%;
  }
  .slider-banner-collection .box-slider.gird-all-3.gird-only-collection.gird-only-banner .banner-slider {
    width: 30%;
  }
}
@media (min-width: 1450px) {
  .slider-banner-collection .box-slider.gird-all-3.gird-only-collection.gird-only-banner .slideshow-collection {
    width: 16%;
  }
  .slider-banner-collection .box-slider.gird-all-3.gird-only-collection.gird-only-banner .theme-slider {
    width: 58%;
  }
  .slider-banner-collection .box-slider.gird-all-3.gird-only-collection.gird-only-banner .banner-slider {
    width: 26%;
  }
}
@media (max-width: 767px) {
  .slider-banner-collection .box-slider.gird-only-collection .slideshow-collection {
    margin-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .slider-banner-collection .box-slider.gird-only-collection {
    display: grid;
    grid-template-columns: auto 65%;
    gap: 30px;
  }
}
@media (min-width: 992px) {
  .slider-banner-collection .box-slider.gird-only-collection {
    grid-template-columns: auto 75%;
  }
}
@media (min-width: 1400px) {
  .slider-banner-collection .box-slider.gird-only-collection {
    grid-template-columns: auto 80%;
  }
}
@media (max-width: 767px) {
  .slider-banner-collection .box-slider.gird-only-banner .banner-slider {
    margin-top: 3rem;
  }
}
@media (min-width: 768px) {
  .slider-banner-collection .box-slider.gird-only-banner {
    display: grid;
    grid-template-columns: 65% auto;
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .slider-banner-collection .box-slider.gird-only-banner {
    grid-template-columns: 65% auto;
    gap: 30px;
  }
}
@media (min-width: 1400px) {
  .slider-banner-collection .box-slider.gird-only-banner {
    grid-template-columns: 70% auto;
  }
}
.slider-banner-collection .slideshow-collection .quick-links {
  border: 1px solid rgba(var(--link-hover), 0.4);
  padding: 2.5rem 3rem;
  height: 100%;
  background-color: #fff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .slider-banner-collection .slideshow-collection .quick-links {
    padding: 1.5rem;
  }
}
.slider-banner-collection .slideshow-collection ul {
  margin: 0;
  list-style: none;
  padding: 0;
  line-height: 2.8;
}
.slider-banner-collection .slideshow-collection .link-heading {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 1.4rem;
}
.slider-banner-collection .slideshow-collection .link-heading svg {
  width: 2rem;
  height: auto;
  margin-right: 1.5rem;
}
.slider-banner-collection .box-img {
  height: 49%;
}
.slider-banner-collection .box-img .button-banner {
  margin-top: 1.5rem;
}
.slider-banner-collection .box-img .content-banner {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  padding: 0 50px;
}
.slider-banner-collection .box-img .content-banner h3 {
  font-size: 2.8rem;
  margin-top: 0;
  line-height: 1.2;
}
.slider-banner-collection .box-img:last-child {
  margin-top: 1.5rem;
}
.slider-banner-collection .box-img:last-child .content-banner {
  padding: 0 30px;
  right: 0;
}
.slider-banner-collection .box-img:last-child .content-banner h3 {
  font-size: 2rem;
}
.slider-banner-collection .banner-slider,
.slider-banner-collection .theme-slider,
.slider-banner-collection .slideshow-collection {
  height: 100%;
}

.direction-up .sticky-toolbar-mobile-section .toolbar-outer[data-direction=up] {
  transform: translateY(0);
}
.direction-down .sticky-toolbar-mobile-section .toolbar-outer[data-direction=down] {
  transform: translateY(0);
}
.sticky-toolbar-mobile-section .toolbar-outer {
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  bottom: 0;
  transition: transform 0.25s ease;
}
.sticky-toolbar-mobile-section .toolbar-outer[data-direction] {
  transform: translateY(100%);
}
.sticky-toolbar-mobile-section .toolbar-inner {
  display: flex;
  justify-content: space-between;
}
.sticky-toolbar-mobile-section .toolbar-item {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.sticky-toolbar-mobile-section .toolbar-icon {
  position: relative;
  margin-bottom: 0.8rem;
}
.sticky-toolbar-mobile-section .toolbar-icon svg {
  width: 1.8rem;
  height: 1.8rem;
}
.sticky-toolbar-mobile-section .label {
  line-height: 1;
  font-weight: 500;
}
.sticky-toolbar-mobile-section .item-count {
  position: absolute;
  font-size: 0.9rem;
  left: 60%;
  top: -20%;
  background-color: rgb(var(--link-hover));
  border-radius: 5rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 1.6rem;
  min-width: 1.6rem;
  padding: 0 0.5em;
  white-space: nowrap;
  line-height: 1;
  z-index: 1;
}
.sticky-toolbar-mobile-section .item-count:empty {
  display: none;
}

.team-section .title-wrapper {
  align-items: center;
  margin-bottom: 4rem;
}
.team-section .title-wrapper .title {
  font-size: 2rem;
  margin: 0;
  font-weight: 700;
}
.team-section .team-content {
  justify-content: center;
}
.team-section .team-block-item {
  margin-bottom: 2rem;
}
.team-section .text-brand {
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: unset;
}
.team-section .nest-team-title {
  font-weight: 700;
  margin-top: unset;
  margin-bottom: 3rem;
  line-height: 1.2;
}
.team-section .nest-team-description {
  margin-bottom: 3rem;
  line-height: 2.4rem;
}
.team-section .button-name {
  transition: all 300ms linear 0s;
  display: inline-block;
  border-radius: 0.4rem;
  font-weight: 700;
  font-size: 1.4rem;
  padding: 1.2rem 3rem;
  letter-spacing: 0.05rem;
  border: 1px solid transparent;
  font-family: var(--heading-font-family);
}
.team-section .team-image {
  position: relative;
}
@media (hover: hover) {
  .team-section .team-image:hover .team-image-text {
    transform: translateY(-8.5rem);
    transition: 0.2s;
  }
}
.team-section .team-image img {
  border-radius: var(--button-radius-theme);
  width: 100%;
}
.team-section .team-image-text {
  position: relative;
  border-radius: var(--button-radius-theme);
  background: #fff;
  padding: 3rem;
  max-width: 80%;
  z-index: 1;
  transform: translateY(-8rem);
  margin-left: auto;
  margin-right: auto;
  transition: 0.2s;
  text-align: center;
  box-shadow: 0.5rem 0.5rem 1.5rem rgba(0, 0, 0, 0.05);
}
.team-section .title-team-image {
  font-weight: 700;
  margin-top: unset;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
.team-section span {
  font-weight: 500;
}
.team-section .image-icons {
  margin-top: 2rem;
}
.team-section .image-icon {
  display: inline-block;
  padding: 0 0.5rem;
  color: #3BB77E;
}
.team-section .image-icon svg {
  max-width: 3rem;
  min-width: 2rem;
  vertical-align: top;
}

@media (min-width: 992px) {
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
}
.m-auto {
  margin: auto;
}

.topbar-section {
  z-index: 60;
}
/* @media (max-width: 991px) {
  .topbar-section {
    display: none;
  }
} */
.topbar-section p {
  margin: 0;
}
.topbar-section .dropdown-content {
  height: 9rem;
  overflow-y: scroll;
  padding: 1rem 0;
}
.topbar-section .topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topbar-section .topbar-inner .content-left,
.topbar-section .topbar-inner .content-right {
  flex: 1 0 0;
}
.topbar-section .topbar-inner .content-left a {
  padding: 0 9px;
  position: relative;
}
.topbar-section .topbar-inner .content-left a:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background: #dedfe2;
}
.topbar-section .topbar-inner .content-left a:last-child {
  padding-right: 0;
}
.topbar-section .topbar-inner .content-left a:last-child:before {
  display: none;
}
.topbar-section .topbar-inner .content-left a:first-child {
  padding-left: 0;
}
.topbar-section .topbar-inner .content-center {
    max-width: 55%;
    text-align: center;
}
.topbar-section .topbar-inner .content-center .swiper {
  max-height: 26px;
}
.topbar-section .topbar-inner .content-center .swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
.topbar-section .topbar-inner .content-center .text-content-center {
  /* font-weight: 700 !important; */
  font-size: 16px;
  font-weight: 500px;
  line-height: 26px;
  
}
.topbar-section .topbar-inner .content-right {
  display: flex;
  justify-content: end;
}
.topbar-section .topbar-inner .content-right p {
  position: relative;
  padding-right: 9px;
  margin-right: 9px;
}
.topbar-section .topbar-inner .content-right p:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background: #dedfe2;
}
@media (max-width: 991px) {
  .topbar-section .topbar-inner .content-left,
.topbar-section .topbar-inner .content-center {
    display: none;
  }
}
.topbar-section .topbar-link {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.topbar-section .topbar-link + .topbar-link {
  margin-left: 2rem;
}
.topbar-section .topbar-link .icon {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background-color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.topbar-section .topbar-link svg {
  width: 1.3rem;
  height: 1.3rem;
}
.topbar-section .localization-form {
  display: inline-flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .topbar-section .localization-form {
    justify-content: center;
  }
}
.topbar-section .localization-form .toggle-dropdown + .toggle-dropdown {
  padding-left: 0.9rem;
  margin-left: 0.9rem;
  position: relative;
}
.topbar-section .localization-form .toggle-dropdown + .toggle-dropdown:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background: #dedfe2;
}
.topbar-section .localization-form button {
  background-color: transparent;
  border: 0;
  padding: 0;
}
.topbar-section .localization-form button svg {
  width: 1.2rem;
  height: auto;
}

.video-section .video-item {
  position: relative;
  cursor: pointer;
}
@media (hover: hover) {
  .video-section .video-item:hover .play-video {
    transform: translate(-50%, -50%) scale(1);
  }
}
.video-section .play-video {
  transition: transform 0.3s ease, opacity 0.3s ease;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  width: 8rem;
  height: 8rem;
  background-color: #fff;
  border-radius: 50rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.video-section .play-video svg {
  width: 3rem;
  height: 3rem;
  color: #333;
}
.video-section iframe {
  width: 100%;
  height: 100%;
}
.video-section iframe[src] ~ .video-image-wrapper,
.video-section iframe[src] ~ .play-video {
  display: none;
}
.video-section .video-image-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.video-section .video-image-wrapper img,
.video-section .video-image-wrapper svg {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.wishlist-box-open {
  overflow: hidden;
}
.wishlist-box-open .wishlist-box {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.wishlist-box-open .wishlist-box .wishlist-inner {
  transform: translateY(0);
}

.wishlist-box {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(var(--overlay-color), 0.5);
  transition-duration: 0.3s;
}
.wishlist-box.loading .wishlist-content {
  opacity: 0;
  visibility: hidden;
}
.wishlist-box .wishlist-close {
  border: 0;
  padding: 0.7rem;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  min-width: 4.4rem;
  min-height: 4.4rem;
  cursor: pointer;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 0.3s;
  background-color: transparent;
  color: rgb(var(--heading-color));
}
@media (hover: hover) {
  .wishlist-box .wishlist-close:hover {
    color: rgb(var(--link-hover));
  }
  .wishlist-box .wishlist-close:hover .tooltip {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
}
.wishlist-box .wishlist-inner,
.wishlist-page .wishlist-inner {
  overflow: hidden;
  background-color: #fff;
  transform: translateY(1rem);
  border-radius: 0.3rem;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  width: 95%;
  height: 95%;
}
@media (min-width: 992px) {
  .wishlist-box .wishlist-inner,
  .wishlist-page .wishlist-inner {
    width: 1024px;
    max-width: 80vw;
    height: 768px;
    max-height: 80vh;
  }
}
.wishlist-box .wishlist-content,
.wishlist-page .wishlist-content {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 991px) {
  .wishlist-box .wishlist-content,
  .wishlist-page .wishlist-content {
    overflow-x: auto;
  }
}
.wishlist-box .wl-title,
.wishlist-page .wl-title {
  text-align: center;
  width: 100%;
  line-height: 1;
  margin: 3rem 0;
  position: relative;
}
.wishlist-box .wl-table,
.wishlist-page .wl-table {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.wishlist-box .wl-table table,
.wishlist-page .wl-table table {
  margin: 0;
  border: 0;
}
@media (min-width: 992px) {
  .wishlist-box .wl-table table,
  .wishlist-page .wl-table table {
    width: 100%;
  }
}
.wishlist-box thead,
.wishlist-page thead {
  font-weight: 500;
  font-size: 1.5rem;
  background-color: #f8f8f8;
  position: sticky;
  top: 0;
  z-index: 10;
  color: rgb(var(--heading-color));
}
.wishlist-box thead .product-availability,
.wishlist-page thead .product-availability,
.wishlist-box thead .product-options,
.wishlist-page thead .product-options {
  width: 15rem;
}
.wishlist-box tbody tr:last-of-type td,
.wishlist-page tbody tr:last-of-type td {
  border-bottom: 0;
}
.wishlist-box tbody .product-content,
.wishlist-page tbody .product-content {
  display: flex;
  align-items: center;
}
.wishlist-box tbody .product-content img,
.wishlist-page tbody .product-content img,
.wishlist-box tbody .product-content svg,
.wishlist-page tbody .product-content svg {
  width: 7rem;
  margin-right: 1rem;
}
.wishlist-box tbody .product-content a,
.wishlist-page tbody .product-content a {
  flex-shrink: 0;
}
.wishlist-box tbody .product-title,
.wishlist-page tbody .product-title {
  font-weight: 700;
  font-size: 1.6rem;
  font-family: var(--heading-font-family);
  color: rgb(var(--link-hover));
}
@media (hover: hover) {
  .wishlist-box tbody .product-title:hover,
  .wishlist-page tbody .product-title:hover {
    color: rgb(var(--color-2));
  }
}
.wishlist-box tfoot,
.wishlist-page tfoot {
  position: sticky;
  bottom: 0;
  border-top: 1px solid #f3f3f3;
  background-color: #f8f8f8;
}
.wishlist-box tr,
.wishlist-page tr {
  transition: background-color 0.3s ease;
}
@media (hover: hover) {
  .wishlist-box tr:hover,
  .wishlist-page tr:hover {
    background-color: #f8f8f8;
  }
}
.wishlist-box td,
.wishlist-page td,
.wishlist-box th,
.wishlist-page th {
  padding: 1rem;
  border-bottom-color: #f3f3f3;
  border-right: 0;
  border-left: 0;
}
@media (max-width: 991px) {
  .wishlist-box td,
  .wishlist-page td,
.wishlist-box th,
.wishlist-page th {
    min-width: 25rem;
  }
}
.wishlist-box td:first-of-type,
.wishlist-page td:first-of-type,
.wishlist-box th:first-of-type,
.wishlist-page th:first-of-type {
  padding-left: 2rem;
}
.wishlist-box td:last-of-type,
.wishlist-page td:last-of-type,
.wishlist-box th:last-of-type,
.wishlist-page th:last-of-type {
  border-right: 0;
  padding-right: 2rem;
  text-align: right;
}
@media (max-width: 991px) {
  .wishlist-box td:last-of-type,
  .wishlist-page td:last-of-type,
.wishlist-box th:last-of-type,
.wishlist-page th:last-of-type {
    width: 20rem;
  }
}
.wishlist-box .td-placeholder,
.wishlist-page .td-placeholder {
  position: relative;
  text-align: center;
}
.wishlist-box .td-placeholder:before,
.wishlist-page .td-placeholder:before {
  content: "";
  display: inline-block;
  width: 6rem;
  height: 0.8rem;
  background-color: #eeeeee;
  border-radius: 0.2rem;
}
.wishlist-box .wishlist-image td,
.wishlist-page .wishlist-image td {
  height: 50rem;
}
.wishlist-box .wishlist-image td.td-placeholder:before,
.wishlist-page .wishlist-image td.td-placeholder:before {
  content: none;
}
.wishlist-box .wishlist-image td:not(:nth-child(1)),
.wishlist-page .wishlist-image td:not(:nth-child(1)) {
  padding: 0;
}
.wishlist-box .wishlist-image a, .wishlist-box .wishlist-image img,
.wishlist-page .wishlist-image a, .wishlist-page .wishlist-image img,
.wishlist-box .wishlist-image a, .wishlist-box .wishlist-image img {
  width: 100%;
  height: 50rem;
  display: block;
}
.wishlist-box .wishlist-image a.loading,
.wishlist-page .wishlist-image a.loading {
  position: relative;
}
.wishlist-box .wishlist-image a.loading img,
.wishlist-page .wishlist-image a.loading img {
  opacity: 0.8;
}
.wishlist-box .wishlist-image svg,
.wishlist-page .wishlist-image svg {
  background-color: #fff;
  fill: #d1d1d1;
  height: 50rem;
}
.wishlist-box .wishlist-description td:not(:nth-child(1)),
.wishlist-page .wishlist-description td:not(:nth-child(1)) {
  align-items: baseline;
}
.wishlist-box .rating-star,
.wishlist-page .rating-star {
  vertical-align: 0.2rem;
  margin-right: 0.5rem;
}
.wishlist-box .form-add-to-cart,
.wishlist-page .form-add-to-cart {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 1rem;
  vertical-align: bottom;
}
@media (max-width: 991px) {
  .wishlist-box .form-add-to-cart,
  .wishlist-page .form-add-to-cart {
    margin-right: 0;
    width: 100%;
  }
  .wishlist-box .form-add-to-cart .add-to-cart-button,
  .wishlist-page .form-add-to-cart .add-to-cart-button {
    width: 100%;
  }
}
.wishlist-box .add-to-cart-butto,
.wishlist-page .add-to-cart-button,
.wishlist-box .wishlist-remove,
.wishlist-page .wishlist-remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.wishlist-box .add-to-cart-button,
.wishlist-page .add-to-cart-button {
  height: 3.5rem;
  padding: 0 1.5rem;
  font-size: 1.2rem;
}
.wishlist-box .add-to-cart-button svg,
.wishlist-page .add-to-cart-button svg {
  width: 1.25rem;
  margin-right: 0.5rem;
}
@media (hover: hover) {
  .wishlist-box .add-to-cart-button:hover,
  .wishlist-page .add-to-cart-button:hover {
    background-color: rgb(var(--color-2));
    color: #fff;
  }
}
.wishlist-box .wishlist-remove,
.wishlist-page .wishlist-remove {
  border: 0;
  width: 3.5rem;
  height: 3.5rem;
  transition-duration: 0.2s;
  position: relative;
}
.wishlist-box .wishlist-remove .tooltip,
.wishlist-page .wishlist-remove .tooltip {
  transform: translateY(5px);
  right: auto;
  bottom: calc(100% + 0.8rem);
}
.wishlist-box .wishlist-remove .tooltip:before,
.wishlist-page .wishlist-remove .tooltip:before {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0.3rem;
  border-color: rgb(var(--button-bg-color)) transparent transparent transparent;
}
@media (hover: hover) {
  .wishlist-box .wishlist-remove:hover,
  .wishlist-page .wishlist-remove:hover {
    background-color: rgb(var(--link-hover));
    color: #fff;
  }
  .wishlist-box .wishlist-remove:hover .tooltip,
  .wishlist-page .wishlist-remove:hover .tooltip {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 991px) {
  .wishlist-box .wishlist-remove,
  .wishlist-page .wishlist-remove {
    width: 100%;
    margin-top: 1rem;
  }
}
.wishlist-box .quantity,
.wishlist-page .quantity {
  height: 3.5rem;
  width: 7rem;
  margin-right: 1rem;
}
.wishlist-box .quantity .quantity-button,
.wishlist-page .quantity .quantity-button {
  width: 2rem;
}
@media (max-width: 991px) {
  .wishlist-box .quantity,
  .wishlist-page .quantity {
    display: none;
  }
}
.wishlist-box .product-variants select,
.wishlist-page .product-variants select {
  border-radius: 0.3rem;
  min-width: 10rem;
  min-height: 3.6rem;
  display: block;
  margin-bottom: 1rem;
  padding: 0.1rem 0.4rem;
}
.wishlist-box .wishlist-empty,
.wishlist-page .wishlist-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80%;
  font-size: 2rem;
}
.wishlist-box .product-stock-status,
.wishlist-page .product-stock-status {
  display: inline-block;
  padding: 0.8rem 1.2rem;
  border-radius: 0.5rem;
  font-family: var(--heading-font-family);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  background-color: rgb(var(--bg-ad-to-cart));
  color: rgb(var(--link-hover));
}
.wishlist-box .product-stock-status.out-of-stock,
.wishlist-page .product-stock-status.out-of-stock {
  color: rgb(var(--sale-label-quickview));
  background-color: rgb(var(--bgsale-label-quickview));
}
.wishlist-box .product-price .price,
.wishlist-page .product-price .price {
  font-size: 3.2rem;
}
.wishlist-box .product-price s.regular-price,
.wishlist-page .product-price s.regular-price {
  font-size: 1.8rem;
}
.wishlist-box .product-rating,
.wishlist-page .product-rating {
  display: block;
}
.wishlist-box .product-rating .rating-star svg,
.wishlist-page .product-rating .rating-star svg {
  width: unset;
}

@keyframes underline-animated {
  0% {
    width: 0;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}

/* Common CSS Start */
.side-cart-hover-destop .product-item .wrap-qr {
    align-items: center;
    gap: 5px;
}
.side-cart-hover-destop {
    border: 1px solid #E1E1E1;
}


.customer .field-input input {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    color: #7A7A7A;
}
.customer .button {
    background-color: #FD9A00;
    border: 1px solid #FD9A00;
}
.customer .button:hover {
    background-color: transparent;
    transform: translateY(0);
}
.wishlist-box .product-stock-status,
.wishlist-page .product-stock-status {
  background-color: transparent;
  color: rgb(var(--in-stock-color));
}
.side-cart-hover-destop .side-cart-content {
  padding-right: 10px;
}




.sale-price-discount {
  padding: 0 !important;
  opacity: 1 !important;
}
.sale-price-discount.active p {
  opacity: 1;
}
.sale-price-discount p {
  opacity: 1;
    font-size: 22px !important;
    font-weight: 700;
    text-align: left;
    color: #000000;
}
.discount-code-desc-inner .slider {
    left: 0 !important;
    right: -14px !important;
      top: -4px !important;
  background-color: #fd9a00 !important;
}  
.discount-code-desc-inner .slider:before {
    height: 16px;
    width: 16px;
}
.discount_mes {
  display: flex;
      position: relative;
}
.sale-price-discount .before-apply {
  opacity: 0.4;
    color: #000000 !important;
      cursor: auto;
}
.sale-price-discount.active .before-apply {
    opacity: 1;
}
.discount_mes .success-msg-main {
    position: absolute;
    width: 150px;
    bottom: -30px;
    left: 15px;
}
.discount_mes--wapper {
      display: flex;
    align-items: end;
    gap: 30px;
    margin-bottom: 50px;
}
.product-summary .product-share .social-media-list a {
    opacity: 1 !important;
}
.field button {
    display: block;
    width: 120px;
}
.field i {
    display: none;
}
.field input:not(:placeholder-shown) {
    border: 0 !important;
    box-shadow: none;
}
.wishlist-page .wishlist-content h3 {
    display: none;
}
.wishlist-page .wishlist-content {
    width: 90%;
    margin: auto;
}
.wishlist-page .wishlist-content table {
    border: 1px solid #e1e1e1;
    border-radius: 10px;
}
.wishlist-page tr td, .wishlist-page tr th {
    border-bottom: 1px solid #e1e1e1 !important;
}
.view-modal {
    right: 50px !important;
    top: 25px !important;
    transform: none !important;
    left: auto !important;
      color: #fd9a00 !important;
    border: 1px solid #fd9a00;
    top: 25px !important;
  background: transparent !important;
  padding: 10px 15px !important;
}
}
.popup {
    box-shadow: 0px 0px 20px 5px rgb(0 0 0 / 40%) !important;
}
.wishlist-box .popup .content {
    margin: 0;
}
.wishlist-box .popup .content .close {
    position: absolute;
    right: 30px;
    z-index: 9;
    cursor: pointer;
}
.wishlist-box .popup .content .field button {
  background: rgb(253 154 0) !important;
}
.side-cart-hover-destop {
      width: 34rem;
}
@media (max-width: 1439.98px) {
.collection-grid {
    grid-template-columns: repeat(3, minmax(0, 3fr)) !important;
}
  
}
@media (max-width: 768.98px) {
.collection-grid {
    grid-template-columns: repeat(2, minmax(0, 3fr)) !important;
}
  
}
@media (max-width: 991.98px) {
div#shopify-section-footer-bottom {
    margin-bottom: 80px;
}
.direction-down .sales-notification {
    bottom: 10rem !important;
}
  .breadcrumb .page-title {
    font-size: 36px !important;
}
  .product-main-slide .media-preview, .product-main-slide {
    height: 350px !important;
}.product-details-tabs {
    padding: 0 1rem;
}
  .summary-item.share {
    padding-bottom: 1rem !important;
}
  .product-summary {
    margin-bottom: 1rem;
}
}
@media (max-width: 767.98px) {
.view-modal span {
    display: none;
}
  .view-modal {
    left: 20px !important;
    right: auto !important;
}
  
}
@media (min-width: 768px) {
.collection-grid {
    grid-template-columns: repeat(2, minmax(0, 2fr));
}
.view-modal i {
    display: none;
}
}
.product-card .product-title a {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 75px;
}
.product-card-item-v2.product-card .add-to-cart-button {
    padding: 0.8rem 2rem !important;
}
.collection-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 4fr));
}
.collection-grid .grid-item {
    width: 100% !important;
}

.container {
    max-width: 100% !important;
    padding-left: 60px !important;
    padding-right: 60px !important;
}
@media (max-width: 1600px) {
  .container {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (max-width: 768px) {
  .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
.product_description .tab-content h1 {
    font-size: 28px !important;
}
.product_description .tab-content h2 {
    font-size: 22px !important;
}
}
.product-single-tab h1.a-size-base-plus.a-text-bold {
    font-size: 30px;
}
.product_description .tab-content h1 {
    font-size: 36px;
}
.product_description .tab-content h2 {
    font-size: 30px;
}
.topbar-section .content-left {
    display: flex;
    gap: 5px;
    align-items: center;
}
@media (min-width: 768px) {
  .offer-box-section .container {
    max-width: 1024px !important;
  }
}
@media (min-width: 992px) {
  .offer-box-section .container {
    max-width: 1200px !important;
  }
}
@media (max-width: 768px) {
  .sales-notification-section {
    display: none;
}
}
#shopify-section-icon-box {
    padding-top: 0px !important;
}
.header.layout-5 .search-form-wrap .search-input {
  width: 470px;
}
.featured-category-section .card-item img {
    height: 138px;
    object-fit: contain;
}
.featured-category-section .card-item .card-heading {
  height: 50px;
}

.header-navigation .mega-item .mega-menu-wrap {
    width: auto;
    left: 45%;
    transform: translateX(-50%) !important;
}
.header-navigation .mega-item .mega-menu-wrap .container {
    padding: 0 10px !important;
}
.header-navigation .mega-item .mega-menu-wrap .mega-menu {
    gap: 50px;
}
.header-navigation .mega-item .mega-menu-wrap .menu-item {
    border-bottom: 0;
}
.header.layout-5 .header-navigation .mega-item .sub-menu .sub-mega-menu li {
    min-width: max-content;
}
.section-contact-form .form-wrapper .form-img .lazy-image {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.collection-page-section .sidebar .sidebar-item {
    padding: 0 !important;
}
.collection-page-section .sidebar .details-summary {
    width: 100%;
    border: none;
    padding: 0 !important;
}
.collection-page-section .sidebar .filter-item {
    margin-top: 16px !important;
    padding: 0 3rem 16px;
}
.collection-page-section .sidebar .filter-item:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
}
#shopify-section-header .header-navigation > .menu-item > .menu-link {
    padding: 10px 0 !important;
}

   .wishlist-added svg {
    fill: #fff;
    background-color: rgb(255, 154, 0);
}

.customer.account,
.customer.addresses{
    max-width: 1144px;
    margin: auto;
    margin-top: 40px;
}
.customer.account .account-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.customer.account .account-details {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.initiated-block {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.field {
    position: relative;
    width: calc(25% - 24px);
    margin: 0 12px;
}
@media (max-width: 767.98px) {
  .field {
    width: calc(100% - 24px);
}
  .customer .button {
    width: 100%;
    margin-top: 10px;
}
.toggle-dropdown {
    height: 22px;
}
.dropdown-summary {
    font-size: 12px !important;
}
.text-content-center {
    font-size: 11px !important;
    width: fit-content;
}
.topbar-section .topbar-inner .content-center {
    display: block;
    min-width: 75%;
}
}

  .section-icon-box .iconbox-item.layout-2 .icon-item {

    justify-content: flex-start;

}

  .footer #btn-back-to-top {

    bottom: 160px !important;

}

  #df-btn-cont .df-btn {

    bottom: 90px !important; 

}

}


@media (max-width: 1536.98px) {

.icon-item.padding-item .icon svg {
    width: 45px !important;
}
}

.icon-box-section .grid-item {
    padding: 0 5px;
}
.offer-box-section .icon {
    display: flex;
    justify-content: center;
}
details.filter-item {
    max-height: 300px;
    overflow-y: auto;
}
 
details.filter-item::-webkit-scrollbar {
    width: 4px;
    background-color: #fd9a00;
}
 
details.filter-item::-webkit-scrollbar-thumb {
	background-color: #8d8d8d;
}

/* Nilesh S */
span.audien-power-by.reviews-header-right.first-header-power {
    display: none;
}
span.reviews-header-right.audien-power-by {
    display: none;
}
.review-detail-mask .after-show::after {
    display: none;
}

li.list-payment__item {
    display: inline-block;
    margin: 0 15px 15px 0;
}
ul.list.list-payment {
    padding-left: 1px;
}
.search-results .grid-item {
    padding: 20px;
}

.countdown-time .time-block {
    margin-right: 0 !important;
}
.footer #btn-back-to-top {
    right: 40px;
    bottom: 120px;
}
@media (max-width: 768px) {
.foxkit-cartgoal__title {
    font-size: 15px !important;
}
}
a.product-realted {
    text-decoration: underline;
}
button.foxkit-preorder-submit.foxkit-button.foxkit-button--primary.foxkit-w-full {
    padding: 0 1.5rem;
    height: 5rem;
}



/* new category sections css */
section#shopify-section-template--18417723080928__new_category_banner_BPtK44 .product-tabs-width-banner.tabs .tabs-head {
    align-items: center !important;
    justify-content: center !important;
}

#shopify-section-template--17919828132064__product_tabs_new_pH7cNp{
  background-image:url('section-bg.png');
  background-repeat: space;
  background-size: cover;
  background-position: top;
  margin-top: 15px
}

.left-title-image {
    width: 70px;
}
.rigth-title-image {
    width: 70px;
}
.image-and-title hr {
    background-color: #51b9dc;
    /* border: 2px solid #c71204; */
    /* margin: 1.5rem 0; */
    border: 2px solid #fea300;
    width: 300px;
    max-width: 300px;
    margin:5px
    /* margin-right: -10px; */
}
.image-and-title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.image-and-title .rigth-image-border{
    /* margin-left: -10px; */
  margin:5px
}
/* #shopify-section-template--17919828132064__new_category_banner_7YffpU .tabs-head {
    margin-bottom: 20.4px !important;
} */
.search-form-wrap.mobile-view-search-bar {
    display: none !important;
}

/* section same marging padding */
.product-tabs-width-banner.tabs .tabs-head {
    margin-bottom: 25px !important;
    margin-top: 20px;
}


@media (max-width: 767px) {
 .product-tabs-width-banner.tabs .tabs-head {
    margin-bottom: 0px !important;
    margin-top: 20px;
}
}


@media (max-width: 767px) {
#shopify-section-template--17919828132064__new_category_banner_7YffpU .tabs-head .title-section h2 {
    font-size: 19px !important;
}
  #shopify-section-template--18417723080928__new_category_banner_BPtK44 .tabs-head .title-section h2 {
    margin-bottom: 10px !important;
}
  section#shopify-section-template--17919828132064__product_tabs_width_banner_3XKF4m .title-section {
  font-size: 20px !important;
 }
#shopify-section-template--17919828132064__product_tabs_width_banner_3XKF4m .tabs-head .title-section h2 {
    font-size: 21px !important;
}
#shopify-section-template--17919828132064__1658973421c688044f .tabs-head .title-section h2 {
    font-size: 21px !important;
}
.tabs-head .title-section h2 {
    /* font-size: 20px !important; */
    text-align: center;
}
  .image-and-title {
    align-items: center;
    width: 100%;
}
  section#shopify-section-template--17919828132064__new_category_banner_7YffpU .title-section {
      width: 28%;
    }
  section#shopify-section-template--17919828132064__product_tabs_width_banner_3XKF4m .title-section {
  width: 28%;
 }
  .image-and-title hr {
    margin: 5px;
    width: 51px;
    max-width: 300px;
}
.left-title-image {
    width: 60px;
}
.rigth-title-image {
    width: 60px;
}
section#shopify-section-template--17919828132064__new_category_banner_7YffpU .title-section {
    text-align: center;
}
section#shopify-section-template--17919828132064__product_tabs_width_banner_3XKF4m .title-section {
  text-align: center;
}
#shopify-section-template--17919828132064__product_tabs_width_banner_79RQj4 .tabs-head .title-section h2 {
    font-size: 24px !important;
}
#shopify-section-template--17919828132064__product_tabs_width_banner_We3Pzh .tabs-head .title-section h2 {
    font-size: 21px !important;
}
#shopify-section-template--17919828132064__product_tabs_width_banner_qqVAHc .tabs-head .title-section h2 {
    font-size: 21px !important;
    padding-top: 9px;
}
#shopify-section-template--17919828132064__product_tabs_width_banner_jQH7Rm .tabs-head .title-section h2 {
    font-size: 21px !important;
}
#shopify-section-template--17919828132064__product_tabs_width_banner_q9Ma7q .tabs-head .title-section h2 {
    font-size: 21px !important;
}
#shopify-section-template--17919828132064__product_tabs_width_banner_3GPVAA .tabs-head .title-section h2 {
    font-size: 21px !important;
}
#shopify-section-template--17919828132064__product_tabs_width_banner_A3JhJt .tabs-head .title-section h2 {
    font-size: 21px !important;
}
#shopify-section-template--17919828132064__product_tabs_width_banner_XrhFcE .tabs-head .title-section h2 {
    font-size: 21px !important;
}
#shopify-section-template--17919828132064__product_tabs_width_banner_39Fnif .tabs-head .title-section h2 {
    font-size: 21px !important;
}
#shopify-section-template--17919828132064__product_tabs_width_banner_Wz7y8Q .tabs-head .title-section h2 {
    font-size: 21px !important;
}
}
@media (max-width: 767.98px) {
    .title-section {
        width: auto!important;
    }
    
   
 .search-form-wrap.mobile-view-search-bar {
    display: block !important;
}
 .search-form-wrap.mobile-view-search-bar {
    display: block !important;
}
.search-form-wrap.mobile-view-search-bar form.search-form.dialog-search-header {
    height: 35px;
}
form.search-form.dialog-search-header {
    padding-top: 8px;
    padding-bottom: 8px;
}
.search-input::placeholder {
    font-size: 10px !important; /* Adjust the size as needed */
}
.header.layout-5 .search-form-wrap .search-input {
    max-width: 434px !important;
}
.search-form-wrap.mobile-view-search-bar {
    padding-bottom: 5px;
    padding-top: 0px;
}
input.search-input.moview-search-text {
    padding: 5px 0px 7px 7px !important;
}
.breadcrumb .page-title {
 font-size: 20px !important;
 padding-top: 20px;
}
.product-price {
    display: flex;
    /* width:130px */
}
.product-price s.regular-price {
   margin: 3px;
   padding: 0 5px;
}  
.slider-section .swiper-pagination .swiper-pagination-bullet {
 width: 12px;
 height: 12px;
}
/* sticky add to cart button */
  button.button.buy-now-button.primary-button {
    background: #ff9a00;
    color:#fff;
}  
.item-field.stickyadd-button button {
  background: #fff;
  color: #000;
}
.item-field.stickyadd-button svg {
    margin-right: 10px;
}
.item-field.stickyadd-button :hover {
    background: #ff9a00;
    border: 1px solid ff9a00;
    color: #fff;
}
button.button.buy-now-button.primary-button:hover {
    background: #fff;
    color: #000;
}
}
/* sticky add to cart button */
.sticky-add-to-cart {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  z-index: 999;
  border-top: 1px solid #ccc;
  padding: 10px 15px;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  display: none; /* Hidden by default */
}

/* Make the sticky footer visible when scrolled */
.sticky-add-to-cart.visible {
  display: flex;
  justify-content: space-between; 
  align-items: center; /
}

/* Button styles */
.sticky-add-to-cart .button {
  flex: 1;
  padding: 12px;
  margin: 0 5px; 
  border: none;
  border-radius: 8px; 
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sticky-add-to-cart .button:hover {
  background-color: #ff9a00; 
}

.sticky-add-to-cart .button.add-to-cart-button {
  display: flex;
  align-items: center;
}

.sticky-add-to-cart .button.add-to-cart-button .icon {
  margin-right: 8px; 
}

.sticky-add-to-cart .button.buy-now-button {
  flex: 1;
}
.item-field {
    display: flex;
}
.sticky-add-to-cart.visible {
    align-items: center;
    display: inline;
}
.new-action-search {
  display: none;
}
li.item-product:hover {
    box-shadow: 0px 0px 18px 1px #00000021;
    border-radius: 5px;
    border: none !important;
}
.product-item-list.product-card.text-left:hover {
    border: none !important;
}
.hover-animated.product-item-list.product-card.text-left {
    transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
    transform: translateY(0px);
}
.minimum-order-quantity {
    font-weight: 700;
    margin-bottom:5px
}
/* Mobile view Specing  */
@media (max-width: 767.98px) {
section#template--17919828132064__full_banner_slider_78G6d6 {
    margin-top: 0px;
    margin-bottom: 25px;
}
.product-tabs-width-banner.tabs {
    margin-top: -7px;
}
/* .product-tabs-width-banner.tabs .content-section.has-banner {
    margin-top: -15px;
} */
 .product-tabs-width-banner.tabs .content-section.has-banner {
    margin-top: 10px;
}
}
span.product-unit-meta {
    padding: 5px;
    color: #000;
}

/* Simple popup styles */
.form-popup-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.form-popup-bg {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(94, 110, 141, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  overflow-y: auto;
  z-index: 10000;
}

.form-popup-bg.is-visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.form-container {
  background-color: #fcffeb;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  padding: 40px;
  color: #fff;
  overflow: auto;
}
.close-button {
  background: none;
  color: #fff;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 5px;
  right: 5px;
  border: solid 1px #fff;
}
.form-popup-bg:before {
  content: '';
  background-color: #fff;
  opacity: 0.25;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
form#template--18711884398816__main input[type=search], input[type=email], input[type=number], input[type=url], input[type=text], input[type=tel], input[type=password] {
    -webkit-appearance: none;
    width: 100%;
    border-radius: 5px;
}
form#template--18711884398816__main textarea {
    max-width: 100%;
    width: 100%;
    border-radius: 5px;
}
.field-form {
    padding: 10px;
}
select#form-field-unit-template--18765067550944__b2b-product-form{
    -webkit-border-radius: 0;
    width: 100%;
    max-width: 100%;
    padding: 1rem;
    border-radius: 5px
    background-color:#fff !important;
}
select#form-field-unit-template--18765067550944__b2b-product-form {
    background-color: white;
}
form#template--18765071155424__b2b-product-enquiry p.message.success-message {
    margin-top: 14px;
}

.field__label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #fff; /* Adjust color to match the rest of the labels */
}


.field__input, select {
  width: 100%;
  padding: 10px;
  /* font-size: 16px; */
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff; /* Match the input field background */
  box-shadow: none;
}

select {
  appearance: none; /* Optional: Remove default select arrow styles for a consistent look */
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
button#btnOpenForm {
    width: 100%;
    border-radius: 10px;
    /* margin-top: 10px; */
}
textarea#form-field-body-template--18765071155424__b2b-product-enquiry {
    width: 100%;
}
select#form-field-unit-template--18765071155424__b2b-product-enquiry {
    appearance: auto;
}
button.b2b-form-btn {
    background: #fd9a00;
    color: #fff;
    justify-content: center;
    min-width: 16rem;
    padding: 0 1.5rem;
    height: 5rem;
    position: relative;
    font-family: var(--heading-font-family);
    font-weight: 700;
    border: 1px solid #fd9a00;
}
button.b2b-form-btn:hover {
    background: #fff;
    color: #fd9a00;
}
.message.success-message {
    color: #fff !important;
}
.field-form.quantity {
    width: 100%;
    border: none;
}
input#form-field-quantity-template--18765071155424__b2b-product-enquiry {
    height: 38px;
}
/* search page popup css */
textarea#form-field-body-template--17919828492512__main {
    width: 100%;
}
.product-card-bottom button#btnOpenForm {
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    height: 40px;
    min-width: 0px;

}
@media (max-width: 767.98px) {
  .form-popup-bg {
    padding: 20px; /* Add padding to avoid content sticking to edges */
  }

  .form-container {
    padding: 20px; /* Reduce padding for smaller screens */
    width: 100%; /* Ensure full-width layout */
    max-width: 100%; /* Remove fixed max-width for mobile */
    border-radius: 8px; /* Slightly reduce border-radius */
  }

  .close-button {
    width: 30px; /* Adjust size for smaller screens */
    height: 30px;
    font-size: 16px; 
    padding: 5px;
  }

  form#template--18711884398816__main input[type=search], 
  input[type=email], 
  input[type=number], 
  input[type=url], 
  input[type=text], 
  input[type=tel], 
  input[type=password],
  form#template--18711884398816__main textarea {
    font-size: 14px; /* Reduce font size for inputs */
    padding: 8px; /* Adjust padding */
  }

  .field-form {
    padding: 5px; /* Reduce padding between fields */
  }

  select#form-field-unit-template--18765067550944__b2b-product-form {
    padding: 0.8rem; /* Reduce padding for selects */
    font-size: 14px; /* Smaller font size for select dropdown */
  }

  button#btnOpenForm {
    font-size: 14px; /* Smaller button text */
    padding: 8px; /* Adjust padding */
  }

  textarea#form-field-body-template--18765071155424__b2b-product-enquiry {
    font-size: 14px; /* Adjust font size for textarea */
    padding: 8px; /* Adjust padding */
  }

  .field__label {
    font-size: 14px; /* Reduce label font size */
    margin-bottom: 3px; /* Adjust margin below label */
  }

  .field__input, select {
    font-size: 14px; /* Adjust font size */
    padding: 8px; /* Adjust input padding */
  }

  .form-popup-bg:before {
    opacity: 0.2; /* Slightly reduce overlay opacity */
  }
  .form-inner {
    padding-top: 16px;
}
}
/* Ensure the container is scrollable */
.form-container {
  /* max-height: 400px;  */
  overflow-y: auto;
}

/* Style the scrollbar */
.form-container::-webkit-scrollbar {
  width: 5px;
}

.form-container::-webkit-scrollbar-track {
  background: #fff; 
  border-radius: 10px; 
}
 .b2b-product-form {
    display: none; /* Form hidden by default */
    margin-top: 20px;

  }
div#success-message {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: bold;
    color: green;
}
p#form-success-message {
    color: black !important;
}
.field-form label {
    color: black;
}
span.b2b-checkout-icon {
    float: right;
}
.b2b-checkout-logo {
    text-align: center;
}
.b2b-name-last .field-form {
    width: 100%;
}
.b2b-name-last {
    display: flex;
    justify-content: space-between;
}
.b2b-contact-login {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #000;
    margin: 10px 0px;
    margin-top: 25px;
}
.b2b-form-addrress {
    display: flex;
}
.b2b-checkout-logo img {
    width: 160px;
}
button.button.primary-button.b2b-sumbit-form {
    width: 100%;
}
span.b2b-contact {
    font-size: 24px;
    font-weight: 700;
} 
span.b2b-account a {
    color: #fe9a01 !important;!i;!;
}

a.b2b-view-cart {
    color: #fe9a01;
}
.b2b-redirect {
    width: 100%;
    border: 1px solid rgb(var(--bg-ad-to-cart));
    border-radius: 10px;
    width: 100%;
    background: rgb(253, 154, 0);
    text-align: center;
    color: #fff;
    padding: 4px;
}
a.b2b-form-btn {
    color: #fff;
}
/* Style the scrollbar thumb */
.form-container::-webkit-scrollbar-thumb {
  background: #fd9a00;
  border-radius: 10px; 
}

/* Optional: Add hover effect to the scrollbar thumb */
.form-container::-webkit-scrollbar-thumb:hover {
  background: #fd9a00; 
}

/* sub menu scroll css */
.sub-mega-menu {
    max-height: 600px;  /* Adjust the height as needed */
    overflow-y: auto;   /* Enables scrolling when content exceeds max-height */
}

/* Style the scrollbar */
.sub-mega-menu::-webkit-scrollbar {
    width: 5px;  /* Set the width of the scrollbar */
}

.sub-mega-menu::-webkit-scrollbar-track {
    background: #8d8d8d;  /* Set the background of the scrollbar track */
    border-radius: 10px;  /* Optional: Make the corners of the track rounded */
}

/* Style the scrollbar thumb */
.sub-mega-menu::-webkit-scrollbar-thumb {
    background: #fd9a00;  /* Set the color of the scrollbar thumb */
    border-radius: 10px;  /* Optional: Make the corners of the thumb rounded */
}  
/* Footer district menu css */ 
.select-all-district {
  font-family: Arial, sans-serif;
}

.footer-block-heading {
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.all-district-product {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.shg-district-product {
  margin: 0;
}

.district-title {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  
}

.select-all-district {
    /* border-top: 1px solid #ffffff7a; */
    padding-top: 150px;
}
@media (max-width: 767.98px) {
  .footer-block-heading {
    font-size: 20px;
  }
  .all-district-product {
    display: none;
  }
  .select-all-district {
    border-top: none;
  }
  .product-byall-district.open .all-district-product {
    display: flex;
  }
  .select-all-district {
    padding-right: 15px;
    padding-left: 15px;
}
.select-all-district {
    width: 100%;
}
h2.footer-block-heading.district-title-accordian {
    border-top: 1px solid rgba(var(--text-color), 0.2);
}
.arrow-icon {
    display: inline-block;
    margin-left: 8px;
    width: 8px;
    height: 8px;
    border: solid #ffffffc9;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

.product-byall-district.open .arrow-icon {
  transform: rotate(-135deg);
}
}

/* product-disctric css */
.districtSwiper .swiper-pagination {
    bottom: -30px !important;
}
.dist-product {
    /* background: #fcffeb; */
    /* padding: 25px; */
    text-align: center;
    border-radius: 10px;
}
  section.product-dist.slider-section {
    padding-top: 20px;
}
.district {
  text-align: center;
  margin-bottom: 40px;
}

.districts-heading h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.districtSwiper .swiper-container {
  position: relative;
  padding-bottom: 50px; 
}
.districtSwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: auto; */
}

.districts-box {
  position: relative;
  padding: 15px;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}

.districts-box:hover {
  transform: translateY(-5px);
}

.districts-box img {
  width: 300px;
  height: 100%; 
  object-fit: cover; 
  display: block;
}

.disctrict-name {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #fff;
    color: #000;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 18px;
    margin: 0;
    width: calc(100% - 20px);
}
  /* .districtSwiper {
    padding-bottom: 30px !important;
} */
/* .districtSwiper .swiper-controls {
  position: absolute;
  width: 100%;
  top: calc(100% - 40px); /* Adjust based on pagination height */
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
} */

.districtSwiper .swiper-button-prev,
.swiper-button-next {
  cursor: pointer;
}

.districtSwiper .swiper-pagination {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  gap: 5px;
}
.districtSwiper .swiper-pagination .icon {
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: #000;
  border-radius: 50%;
}
.icon2{
  border-radius: 50%;
  border: 1px solid lightgrey;
  padding: 1rem;
}
@media (max-width: 768px) {
  .districts-heading h2 {
    font-size: 20px;
  }

  .disctrict-name {
    font-size: 14px;
  }

  .districtSwiper .swiper-pagination .icon {
    width: 16px;
    height: 16px;
  }
  .districts-box img {
    height: 250px; 
  }
}
districtSwiper .slider-section .swiper-pagination .swiper-pagination-bullet-active {
    border: 1px solid transparent;
    background-color: rgb(var(--link-hover));
}

/* collection menu css */
 .collectionSwiper-wrapper {
  overflow: hidden;
}
.collection-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper.collectionSwiper {
  width: 100%;
  height: 100%;
}
.swiper-button-next {
  right: 20px !important;
}
.swiper-button-prev {
  left: 20px !important;
}
.collectionSwiper .swiper-wrapper {
  display: flex;
  align-items: baseline !important;
  width: 100%;
  justify-content: space-between;
}
.collectionSwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  flex-shrink: 0;
  padding: 10px; 
  margin-right: 20px; 
}
.collection-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px;
}
.collection-image {
  width: 95px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e0ffe0;
  margin-bottom: 10px;
}
.collection-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.collection-menu-title {
  font-size: 16px;
  color: #000;
}
@media (max-width: 767px) {
  .collection-image {
    width: 60px;
    height: 60px;
  }
  .collection-menu-title {
    font-size: 12px;
  }
  .collection-wrapper {
    margin-top: -10px;
    margin-bottom: 0px;
  }
  .collectionSwiper .swiper-slide {
    margin-right: 10px;
  }
}
collection-menu {}.collectionSwiper .swiper-slide {
  width: 200px;
}
 @media (max-width: 640px) {
  .collectionSwiper .swiper-slide {
    width: 68.8px;
  }
} 


  h2.testinomial-heading {
    text-align: center;
    font-size: 32px;
}
section#template--17919828132064__testimonial_slider_wfetjH {
    padding-top: 25px;
    padding-bottom: 20px;
}
  ].Testinomial-slider {
    max-width: 900px;
    width: 100%;
}
.testinomial-block-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testinomial-items {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    /* width: 70%; */
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 20px;
    align-items: center !important;
}
.testinomial-image img {
    max-width: 250px;
    border-radius: 10px;
    margin-right: 20px;
}
.testinomial-video video {
    width: 200px;
    max-width: 100%;
    height: 250px;
    border-radius: 10px;
}
.testinomial-video video {
    display: inline;
    zoom: 1.59;
}
.testinomial-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}
.testinomial_inner {
    padding: 10px 20px;
}
.testinomial-content {
    font-size: 14px;
    line-height: 2;
    color: #555;
    margin-bottom: 20px;
    font-family: Roboto, sans-serif;
    /* font-style: italic; */
    word-spacing: 1px;
}
.icon-text {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.content-star-wrapper {
    margin-bottom: 5px;
    text-align: left;
}
.testinomial-icon img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
.testinomial-icon-text {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.testinomial-url a {
    display: inline-block;
    background-color: #fea300;
    color: white;
    padding: 0.8rem 14rem !important;
    border-radius: 10px;
    font-weight: bold;
    text-decoration: none;
    transition: background-color 0.3s ease;
}
.testinomial-url a:hover {
    background: #fff;
    border: 1px solid rgb(253, 154, 0);
    resize: auto;
}
.Testinomial-slider .swiper-pagination {
    bottom: 20px !important;
}
.testinomial-items {
    margin: 10px 0px;
    height:100%;
}
.Testinomial-slider {
    background: #feedc3;
    padding: 15px !important;
    border-radius: 10px;
}
/* Responsive Styles */
@media (max-width: 992px) {
    .testinomial-items {
        flex-direction: column;
        text-align: center;
    }

    .testinomial-image img, .testinomial-video video {
        margin-right: 0;
        margin-bottom: 15px;
        width: 200px;
    }
    .testinomial-icon-text {
        font-size: 14px;
    }

    .testinomial-url a {
        padding: 0.6rem 8rem;
    }
    .testinomial-url a {
    padding: 7px 50px!important;
   }
  .testinomial-video video {
    border-radius: 10px;
}
.testinomial-items{
  width: 100%;
}
}
@media (max-width: 768px) {
    .testinomial-content {
        font-size: 14px;
        text-align: left;
    }

    .testinomial-url a {
        padding: 0.6rem 6rem;
    }
    .testinomial-url a {
    padding: 7px 50px!important;
  }
    .testinomial-image img, .testinomial-video video {
        width: 150px;
        height: 200px;
    }
  .testinomial-video video {
    border-radius: 10px;
}
.testinomial-items{
    width: 100%;
    display: flex;
    align-items: center !important;
    align-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}
  .testinomial-image {
    width: 100%;
}
.testinomial-video {
    width: 100%;
}
}

@media (max-width: 640px) {
    .testinomial-image img, .testinomial-video video {
        width: 150px;
    }

    .testinomial-content {
        font-size: 14px;
        text-align: left;
    }

    .testinomial-url a {
        padding: 0.5rem 4rem;
    }
  .testinomial-url a {
    padding: 7px 50px!important;
  }
    .testinomial-image img, .testinomial-video video {
        width: 150px;
        height: 200px;
    }
    .testinomial-video video {
    border-radius: 10px;
}
.testinomial-items{
    width: 100%;
    display: flex;
    align-items: center !important;
    align-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}
  .testinomial-image {
    width: 100%;
}
.testinomial-video {
    width: 100%;
}
} 
@media (max-width: 1167px) {
 .testinomial-image img {
   max-width: 200px !important;
 }
 testinomial-content {
  font-size: 12px !important;
 }
.testinomial-url a {
  padding: 5px 50px !important;
  }
}
input#save-info {box-shadow: none;}
input#email-news {
    box-shadow: none;
} 
button.button.primary-button.b2b-sumbit-form:hover {
     background: #fff;
     color: #fd9a00;
     border: 1px solid #fd9a00;
} 
.b2b-redirect:hover {
     background: #fff;
     color: #fd9a00;
     border: 1px solid #fd9a00;
}
/* cart drawer css */ 

.side-cart-open .side-cart {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.side-cart-open .side-cart .side-cart-inner {
  transform: translateX(0);
}

.side-cart {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background-color: rgba(var(--overlay-color), 0.5);
  transition: all 0.3s ease;
}
.side-cart .side-cart-inner {
  padding: 3rem;
  position: absolute;
  top: 2rem;
  bottom: 2rem;
  right: 2rem;
  max-width: 90%;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  border-radius: 1rem;
}
@media (min-width: 992px) {
  .side-cart .side-cart-inner {
    width: 45rem;
    height: auto;;
  }
}
/* 14-02-24 changes */
.side-cart .side-cart-header {
  display: inline-block;
  margin-bottom: 2.5rem;
}
.side-cart .side-cart-title {
  margin: 0;
  font-weight: 900;
  font-size: 2.6rem;
  line-height: 6rem;
}
.side-cart .side-cart-close {
  display: inline-flex;
  padding: 0;
  margin-left: 2rem;
  background: none;
  width: 1.6rem;
  height: 1.6rem;
  border: 0;
  color: rgb(var(--text-color));
  margin:15px;
}
.side-cart .side-cart-content {
  flex-grow: 1;
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.side-cart .side-cart-content::-webkit-scrollbar {
  display: none;
}
.side-cart .product-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: 0.1rem solid rgb(var(--text-color));
}
.side-cart .product-item:last-child {
  margin-bottom: 0;
}
.side-cart .product-item.updating {
  pointer-events: none;
  opacity: 0.5;
}
@media (hover: hover) {
  .side-cart .product-item:hover .product-remove {
    opacity: 1;
  }
}
.side-cart .product-item .product-url {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
}
.side-cart .product-item .product-image {
  width: 9.4rem;
  min-width: 9.4rem;
  border-radius: 0.4rem;
  margin-right: 3rem;
}
.side-cart .product-item .product-image + .product-info {
  margin-left: 0;
}
.side-cart .product-item .product-image img {
  width: 100%;
  border-radius: 0.4rem;
}
.side-cart .product-item .product-image svg {
  border: 0.1rem solid rgba(18, 18, 18, 0.3);
}
.side-cart .product-item .product-info {
  flex-grow: 1;
  margin-left: 0.2rem;
}
.side-cart .product-item .product-name {
  margin: 0;
  font-size: 1.6rem;
}
.side-cart .product-item .product-name a {
  display: block;
}
.side-cart .product-item .product-options:empty {
  display: none;
}
.side-cart .product-item .product-options .product-option {
  display: block;
}
.side-cart .product-item .bottom-line {
  display: inline-flex;
  align-items: center;
  margin-top: 2rem;
  position: relative;
}
.side-cart .product-item .product-warning {
  padding: 1rem;
}
.side-cart .product-item .product-warning svg {
  vertical-align: -0.4rem;
}
.side-cart .product-item .product-warning:empty {
  display: none;
}
.side-cart .product-item .quantity {
  margin-right: 2rem;
  box-shadow: 0 0 0 0.1rem rgb(var(--text-color));
}
@media (max-width: 991px) {
  .side-cart .product-item .quantity {
    margin-right: 1rem;
  }
}
.side-cart .product-item .quantity input {
  color: rgb(var(--text-color));
  font-size: 1.6rem;
  opacity: 1;
  font-weight: 400;
}
.side-cart .product-item .quantity:focus-within {
  box-shadow: 0 0 0 0.2rem rgb(var(--text-color));
}
.side-cart .product-item .product-remove {
  right: calc(100% + 1rem);
  position: absolute;
  display: inline-flex;
  justify-content: center;
}
@media (hover: hover) {
  .side-cart .product-item .product-remove:hover .tooltip {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .side-cart .product-item .product-remove {
    opacity: 0;
  }
}
.side-cart .product-item .product-remove .tooltip {
  transform: translateY(5px);
  right: auto;
  bottom: calc(100% + 0.8rem);
}
.side-cart .product-item .product-remove .tooltip:before {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0.3rem;
  border-color: rgb(var(--button-bg-color)) transparent transparent transparent;
}
.side-cart .product-item .product-remove .remove-icon svg {
  width: 1.6rem;
  height: 1.6rem;
}
.side-cart .product-item .product-price {
  display: inline-flex;
  flex-direction: column;
  text-align: right;
  font-size: 1.6rem;
  color: rgb(var(--text-color));
  white-space: nowrap;
}
.side-cart .product-item .product-price .regular-price {
  margin-right: 0;
  line-height: 1.2;
}
.side-cart .product-item .product-price .regular-price + .price {
  line-height: 1.2;
}
.side-cart .product-item .product-price .unit-price {
  margin-left: 0;
  display: block;
}
.side-cart .side-cart-footer {
  text-align: center;
}
.side-cart .side-cart-footer .order-note {
  margin-top: 2rem;
}
.side-cart .side-cart-footer .order-note[open] summary svg {
  transform: rotate(180deg);
}
.side-cart .side-cart-footer .order-note + .sub-total {
  margin-top: 2rem;
}
.side-cart .side-cart-footer .order-note summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.6rem;
  cursor: pointer;
}
.side-cart .side-cart-footer .order-note textarea {
  resize: vertical;
  width: calc(100% - 0.4rem);
  padding: 1rem;
  min-height: 7rem;
  margin: 0 0.2rem;
  border-radius: var(--button-radius);
}
.side-cart .side-cart-footer .order-note .details-content {
  padding: 0.5rem 0;
}
.side-cart .side-cart-footer .sub-total {
  text-align: left;
  margin-bottom: 3rem;
  margin-top: 3rem;
}
.side-cart .side-cart-footer .sub-total .total-label {
  font-size: 1.6rem;
  color: rgb(var(--text-color));
}
.side-cart .side-cart-footer .sub-total .total-price {
  font-size: 3rem;
}
.side-cart .side-cart-footer .sub-total .cart-amount-saved {
  color: #000;
  margin-bottom: 0;
}
.side-cart .side-cart-footer .sub-total .tax-note {
  color: rgba(var(--text-color), 0.8);
  font-size: 1.3rem;
}
.side-cart .side-cart-footer .button {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 1.2rem 3.2rem;
  display: block;
  min-height: 4.8rem;
  border-radius: var(--button-radius);
  font-family: var(--body-font-family);
}
.side-cart .side-cart-footer .go-to-checkout {
  margin-bottom: 1rem;
} 
.foxkit-cart-countdown {
    display: block;
    margin-bottom: 0px !important;
    font-size: 14px;
}
.side-cart-footer button.button.primary-button:hover {
    color: #fd9a00;
    background: #fff;
    border: 1px solid;
} 
.total-price span.money.bacurr-money {
    color: #096a56 !important;
}
/* Use font-display: swap for all web fonts */
@font-face {
  font-family: 'Roboto';
  src: url('path-to-roboto.woff2') format('woff2');
  font-display: swap;
}
section#shopify-section-template--17919828361440__main h1.title {
    display: none;
} 
section#shopify-section-template--19197651058912__rich_text_DfnpKw {
    background: #096A57;
    padding: 120px;
    height: 433px;
} 
section#shopify-section-template--19197651058912__main {
    display: none;
} 
section#template--17919828132064__mobile_view_app_epLWRn {
    margin-bottom: -7px;
    margin-top: 25px;
}
div#shopify-section-template--17919828132064__image_cDtRXq .image-wrapper img {
    border-radius: 10px;
}
span.continue-shoping.button.secondary-button {
    margin-top: 10px;
    cursor: pointer;
    background: #096a56;
    color: #fff;
}
.continue-shoping.secondary-button::after {
  box-shadow: none !important;
}
.foxkit-button--primary:hover {
    border-color: #fd9a00 !important;
}
@media (max-width: 767px) {
    .carousel-swiper .swiper-slide:not([style]) {
        width: 165px !important;
    }
}
input#AdHY3WlBTQmxqUjZRR__subscriptions_app_block_YtYqtT_one_time_purchase {
    box-shadow: none;
}
input[type="radio"] {
    box-shadow: none;
}
button.foxkit-button.foxkit-button--primary.foxkit-bis-button.btn-back-in-stock {
    display: none;
}
 a.common-b2b-doc {
    text-decoration: underline;
}

p.b2b-weight {
    margin-top: 10px;
    color: #000;
    padding: 0 10px;
    background: rgba(227, 227, 227, 1);
    width: fit-content;
    border-radius: 5px;
}
a.common-b2b-doc {
    text-decoration: underline;
}
.price-calculator input {
    height: 50px;
    box-shadow: none;
    width:100px;
}

select#unit {
    height: 52px;
    width:auto;
}
.b2b-price-calculator {
    border-radius: 15px;
    width: fit-content;
    overflow: hidden;
    max-height: 0;         
    margin-bottom: 10px;   
    transition: max-height 300ms ease;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25), -8px -8px 16px #ffffff;
}

button#calculateBtn {
    padding: 15px;
}
 #calcutor-product {
    cursor: pointer;
    user-select: none;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #000;
}
#calcutor-product .text {
  text-decoration: underline;
}

button#calculateBtn:hover {
    color: #ff9a00;
    background: transparent;
    border: 1px solid #fdc040;
}

  .price-calculator {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px;
    
  }

  input, select, button {
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #ccc;
  }

  button { cursor: pointer; }
  .caluresult {
    margin-top: 8px;
    font-weight: 600;
    color: #000;
}
.b2b-price-calculator {
  scrollbar-width: none;
}

@media (max-width: 767px) {
  .price-calculator input {
    height: 40px;
}
select#unit {
    height: 40px;
}
  .caluresult {
    margin-top: 0px;
}
button#calculateBtn {
    padding: 10px;
}
}

.b2b-price-calculator-oils {
    border-radius: 15px;
    width: fit-content;
    overflow: hidden;
    max-height: 0;         
    margin-bottom: 10px;   
    transition: max-height 300ms ease;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25), -8px -8px 16px #ffffff;
}

button#calculateBtn-oils {
    padding: 15px;
}

#calcutor-product-oils {
    cursor: pointer;
    user-select: none;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #000;
}

#calcutor-product-oils .text {
    text-decoration: underline;
}

button#calculateBtn-oils:hover {
    color: #ff9a00;
    background: transparent;
    border: 1px solid #fdc040;
}

#oil-quantity {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 14px;
    width: auto;
}

#oil-quantity:focus {
    outline: none;
    border-color: #fdc040;
    box-shadow: 0 0 5px rgba(253, 192, 64, 0.3);
}

#oil-unit {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 14px;
    background-color: white;
    cursor: pointer;
    width: auto;
}

#oil-unit:focus {
    outline: none;
    border-color: #fdc040;
    box-shadow: 0 0 5px rgba(253, 192, 64, 0.3);
}

.price-calculator-oils {
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.caluresultoils {
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 5px;
    font-weight: bold;
    color: #333;
    min-height: 20px;
}
input.search-input.moview-search-text {
    border: none;
}
span.unit-price {
    font-size: 14px;
}
section#template--20874031169760__umedbran_logo_zHKMCV {
    margin-top: 30px;
    margin-bottom: -30px;
}
span.pincode-check-btn.active {
    width: -webkit-fill-available;
    margin-left: 30px;
}
ul, ol {
    padding-left: 0px !important;
}
.metafield-multi_line_text_field::before {
  content:
    "Brand: " 
    "\A Product Type: "
    "\A Fragrance Variants: "
    "\A Composition: "
    "\A Burning Type: "
    "\A Suitable For: "
    "\A Origin: "
    "\A Crafted By: ";
  font-weight: 700;
  white-space: pre-line;
  float: left;
}
.product_description.tabs-content {
    
    padding: 20px;
    border-radius: 10px;
   
    font-family: Arial, sans-serif;
    color: #3b3228;
}
.product_description .tab-content h2 {
    font-size: 30px;
    color: #7a522f;
    border-bottom: 2px solid #d9b77a;
    padding-bottom: 8px;
}
.squre-video {
    background: #feedc3;
    padding: 15px;
    border-radius: 10px;
}
/* Mobile view only */
@media (max-width: 768px) {
  .product-price {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }
  .product-price .unit-price {
    width: 100%;
    display: block;
  }
}