/** Shopify CDN: Minification failed

Line 3150:0 Unexpected "}"
Line 3543:0 Unexpected "}"

**/
/* base */
.no-js:not(html) {
  display: none !important;
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html.no-js .no-js:not(html) {
  display: block !important;
}

.no-js-inline {
  display: none !important;
}

html.no-js .no-js-inline {
  display: inline-block !important;
}

html.no-js .no-js-hidden {
  display: none !important;
}

.element-margin {
  margin-top: 5rem;
}
.grid-auto-flow {
  display: grid;
  grid-auto-flow: column;
}

.page-margin,
.shopify-challenge__container {
  margin: 7rem auto;
}

.rte-width {
  max-width: 82rem;
  margin: 0 auto 2rem;
}

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

.hidden {
  display: none !important;
}

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

.visually-hidden--inline {
  margin: 0;
  height: 1em;
}

.overflow-hidden {
  overflow: hidden;
}

.skip-to-content-link:focus {
  z-index: 9999;
  position: inherit;
  overflow: auto;
  width: auto;
  height: auto;
  clip: auto;
}


.text-body {
  font-size: 1.5rem;
  letter-spacing: 0.06rem;
}


h6,
.h6 {
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
}

.caption {
  font-size: calc(var(--font-size-base) * 1px);
  letter-spacing: 0.07rem;
}


.hidden {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .small-hide {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .medium-hide {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  .large-up-hide {
    display: none !important;
  }
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 0.7;
}

/*a:empty,
ul:empty,
dl:empty,
div:empty,
section:empty,
article:empty,
p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
  display: none;
}*/

.link{
  cursor: pointer;
  display: inline-block;
  border: none;
  box-shadow: none;
  text-decoration: none;
  text-underline-offset: 0.3rem;
  background-color: transparent;
  font-family: inherit;
}

.link-with-icon {
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-decoration: none;
  margin-bottom: 4.5rem;
  white-space: nowrap;
}

.link-with-icon .icon {
  width: 1.5rem;
  margin-left: 1rem;
}

.link[role="link"]:not([href]) {
  cursor: not-allowed;
}

.circle-divider::after {
  content: '\2022';
  margin: 0 15px;
}

.circle-divider:last-of-type::after {
  display: none;
}


.full-unstyled-link {
  text-decoration: none;
  color: currentColor;
  display: block;
}

details > * {
  box-sizing: border-box;
}

.break {
  word-break: break-word;
}

.visibility-hidden {
  visibility: hidden;
}

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

:root {
  --duration-short: 100ms;
  --duration-default: 200ms;
  --duration-long: 500ms;
}
.icon-arrow {
  width: 1.5rem;
}


/* arrow animation */
.animate-arrow .icon-arrow path {
  transform: translateX(-0.25rem);
  transition: transform var(--duration-short) ease;
}

.animate-arrow:hover .icon-arrow path {
  transform: translateX(-0.05rem);
}

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

summary .icon-caret {
    width: 12px;
    height: 12px;
}

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

.disclosure-has-popup {
  position: relative;
}

/*.disclosure-has-popup[open] > summary::before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  cursor: default;
  content: ' ';
  background: transparent;
}

.disclosure-has-popup > summary::before {
  display: none;
}

.disclosure-has-popup[open] > summary + * {
  z-index: 100;
}

@media screen and (min-width: 768px) {
  .disclosure-has-popup[open] > summary + * {
    z-index: 4;
  }

  .facets .disclosure-has-popup[open] > summary + * {
    z-index: 2;
  }
}*/

/* base-focus */
/*
  Focus ring - default (with offset)
*/

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



/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */


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

/*
  Focus ring - inset
*/


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

/*
  Focus ring - none
*/

/* Dangerous for a11y - Use with care */
.focus-none {
  box-shadow: none !important;
  outline: 0 !important;
}



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

.grid--gapless .grid__item {
  padding-left: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .grid__item.slider__slide--full-width {
    width: 100%;
    max-width: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .grid--one-third-max.grid--3-col-tablet .grid__item {
    max-width: 33.33%;
  }
}

@media screen and (min-width: 992px) {
  .grid--quarter-max.grid--4-col-desktop .grid__item {
    max-width: 25%;
  }
}

.grid--1-col .grid__item {
  max-width: 100%;
  width: 100%;
}

.grid--3-col .grid__item {
  width: calc(33.33% - 0.5rem * 2 / 3);
}

@media screen and (min-width: 768px) {
  .grid--3-col .grid__item {
    width: calc(33.33% - 1rem * 2 / 3);
  }
}

.grid--2-col .grid__item {
  width: calc(50% - 0.5rem / 2);
}

@media screen and (min-width: 768px) {
  .grid--2-col .grid__item {
    width: calc(50% - 1rem / 2);
  }

  .grid--4-col-tablet .grid__item {
    width: calc(25% - 1rem * 3 / 4);
  }

  .grid--3-col-tablet .grid__item {
    width: calc(33.33% - 1rem * 2 / 3);
  }

  .grid--2-col-tablet .grid__item {
    width: calc(50% - 1rem / 2);
  }
}

@media screen and (min-width: 992px) {
  .grid--4-col-desktop .grid__item {
    width: calc(25% - 1rem * 3 / 4);
  }

  .grid--3-col-desktop .grid__item {
    width: calc(33.33% - 1rem * 2 / 3);
  }

  .grid--2-col-desktop .grid__item {
    width: calc(50% - 1rem / 2);
  }
}

.grid__item--vertical-align {
  align-self: center;
}

.grid__item--full-width {
  flex: 0 0 100%;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .grid--peek.slider--mobile {
    margin: 0;
    width: 100%;
  }

  .grid--peek.slider--mobile .grid__item {
    box-sizing: content-box;
    margin: 0;
  }

  .grid--peek .grid__item {
    width: calc(50% - 3.75rem / 2);
  }

  /*.grid--peek .grid__item:first-of-type {
    padding-left: 1.5rem;
  }*/

  .grid--peek .grid__item:last-of-type {
    padding-right: 1.5rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .slider--tablet.grid--peek .grid__item {
    width: calc(25% - 4rem * 3 / 4);
  }

  .slider--tablet.grid--peek.grid--3-col-tablet .grid__item {
    width: calc(33.33% - 4rem * 2 / 3);
  }

  .slider--tablet.grid--peek.grid--2-col-tablet .grid__item {
    width: calc(50% - 4rem / 2);
  }

  .slider--tablet.grid--peek .grid__item:first-of-type {
    padding-left: 1.5rem;
  }

  .slider--tablet.grid--peek .grid__item:last-of-type {
    padding-right: 1.5rem;
  }
}

@media screen and (max-width: 991px) {
  .slider--tablet.grid--peek {
    margin: 0;
    width: 100%;
  }

  .slider--tablet.grid--peek .grid__item {
    box-sizing: content-box;
    margin: 0;
  }
}

/* component-media */
.media {
  display: block;
  position: relative;
  overflow: hidden;
}

.media--transparent {
  background-color: transparent;
}

.media > *:not(.zoom):not(.deferred-media__poster-button),
.media model-viewer {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.media > img {
  object-fit: cover;
  object-position: center center;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

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

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

.media--landscape {
  padding-bottom: 66.6%;
}

.media--cropped {
  padding-bottom: 56%;
}

.media--16-9 {
  padding-bottom: 56.25%;
}

.media--circle {
  padding-bottom: 100%;
  border-radius: 50%;
}

.media.media--hover-effect > img + img {
  opacity: 0;
}

@media screen and (min-width: 992px) {
  .media--cropped {
    padding-bottom: 63%;
  }
}

deferred-media {
  display: block;
}

/* component-button */
/* Button - default */

.btn-primary, .button, .shopify-challenge__button, .customer button {
    cursor: pointer;
    display: inline-flex;
    vertical-align: middle;
    line-height: 1.25;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 0;
    background: var(--gradient-base-accent-1);
    color: var(--color-base-solid-button-labels);
    transition: 0.3s ease;
    appearance: none;
    font-size: var(--color-base-text);
    letter-spacing: 0.5px;
    border-radius: 4px;
    text-transform: capitalize;
    padding: .5rem .75rem;
}
.button:hover, .shopify-challenge__button:hover, .customer button:hover,.btn-primary.disabled, .btn-primary:disabled,
.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle,
.btn-primary.focus, .btn-primary:focus{
    background: var(--gradient-base-accent-2);
    border-color: var(--gradient-base-accent-2);
    color: var(--color-wb-hovercolor-button-text);
    box-shadow: none;
}


.button--tertiary {
  font-size: 1.2rem;
  padding: 1rem 1.5rem;
  min-width: 9rem;
  min-height: 3.5rem;
}

.button--small {
  padding: 1.2rem 2.6rem;
}

/* Button - hover */


/* Button - other */

.button:disabled,
.button[aria-disabled='true'],
.button.disabled,
.customer button:disabled,
.customer button[aria-disabled='true'],
.customer button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.button--full-width {
  display: flex;
  width: 100%;
}

.button.loading {
  color: transparent;
  position: relative;
}
.button.loading > .loading-overlay__spinner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
}
.button.loading svg,.button.loading span{
    opacity: 0;
}
.button.loading .loading-overlay__spinner svg{
    opacity: 1;
}
/* Button - social share */

.share-button {
  display: block;
  position: relative;
}

.share-button details {
  width: fit-content;
}

.share-button__button {
    display: flex;
    align-items: center;
}

details[open] > .share-button__fallback {
  animation: animateMenuOpen var(--duration-default) ease;
}

.share-button__button:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.share-button__button,
.share-button__fallback button {
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.share-button__button .icon-share {
    margin-right: 5px;
    height: 16px;
    width: 16px;
}

.share-button__fallback {
  background: rgb(var(--color-background));
  display: flex;
  align-items: center;
  position: absolute;
  top: 3rem;
  left: 0.1rem;
  z-index: 3;
  width: 100%;
  min-width: max-content;
}

.share-button__fallback button {
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}



.share-button__fallback button:hover svg {
  transform: scale(1.07);
}

.share-button__close:not(.hidden) + .share-button__copy {
  display: none;
}


.share-button__fallback .field__input {
  box-shadow: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.share-button__fallback .icon {
  width: 1.5rem;
  height: 1.5rem;
}

.share-button__message:not(:empty) {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 0.8rem 0 0.8rem 1.5rem;
}

.share-button__message:not(:empty):not(.hidden) ~ * {
  display: none;
}

/* component-form */
.field__input,
.select__select,
.customer .field input,
.customer select {
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--color-background);
  border: 0.1rem solid var(--color-wbbordercolor);
  border-radius: 0;
  font-size: var(--color-base-text);
  width: 100%;
  height: 45px;
  box-sizing: border-box;
  transition: box-shadow var(--duration-short) ease;
}
.text-area,
.select {
  display: inline-block;
  position: relative;
  width: 100%;
}

/* Select */

.select .icon-caret,
.customer select + svg {
  height: 0.6rem;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.2rem);
  right: 1.5rem;
}

.select__select,
.customer select {
  cursor: pointer;
  padding: 0 4rem 0 1.5rem;
}

/* Field */

.field {
  position: relative;
  width: 100%;
  display: flex;
}

.customer .field {
  display: block;
}

.field--with-error {
  flex-wrap: wrap;
}

.field__input,
.customer .field input {
  flex-grow: 1;
  padding: 8px 15px;
}

.field__label,
.customer .field label {
    font-size: var(--color-base-text);
    left: 15px;
    top: 13px;
    margin-bottom: 0;
    pointer-events: none;
    position: absolute;
    transition: top var(--duration-short) ease,
    font-size var(--duration-short) ease;
    line-height: 1.5;
    color: #777;
}

.field__input:focus ~ .field__label,
.field__input:not(:placeholder-shown) ~ .field__label,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:focus ~ label,
.customer .field input:not(:placeholder-shown) ~ label,
.customer .field input:-webkit-autofill ~ label {
  font-size: 12px;
  top: 2px;
  letter-spacing: 0.04rem;
  color: #333;
}

.field__input:focus,
.field__input:not(:placeholder-shown),
.field__input:-webkit-autofill,
.customer .field input:focus,
.customer .field input:not(:placeholder-shown),
.customer .field input:-webkit-autofill {
  padding: 15px 15px 0 15px;
}

.field__input::-webkit-search-cancel-button,
.customer .field input::-webkit-search-cancel-button {
  display: none;
}

.field__input::placeholder,
.customer .field input::placeholder {
  opacity: 0;
}

.field__button {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: currentColor;
  cursor: pointer;
  display: flex;
  height: 45px;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 4.4rem;
}

.field__button > svg {
  height: 24px;
  width: 23px;
}

.field__input:-webkit-autofill ~ .field__button,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:-webkit-autofill ~ label {
  color: rgb(0, 0, 0);
}

/* Text area */

.text-area {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  padding: 1.2rem;
  min-height: 10rem;
  resize: none;
}

.text-area--resize-vertical {
  resize: vertical;
}

input[type='checkbox'] {
  display: inline-block;
  width: auto;
  margin-right: 0.5rem;
}

/* Form global */

.form__label {
  display: block;
  margin-bottom: 0.6rem;
}

.form__message {
  align-items: center;
  display: flex;
  font-size: calc(var(--font-size-base) * 1px);
  line-height: 1;
  margin-top: 10px;
}

.form__message--large {
  font-size: 1.6rem;
}

.customer .field .form__message {
  font-size: 1.4rem;
  text-align: left;
}

.form__message .icon,
.customer .form__message svg {
  flex-shrink: 0;
  margin-right: 0.5rem;
}

.form__message--large .icon,
.customer .form__message svg {
  margin-right: 1rem;
}

.customer .field .form__message svg {
  align-self: start;
}

.form-status {
  margin: 0;
  font-size: 1.6rem;
}

.form-status-list {
  padding: 0;
  margin: 2rem 0 4rem;
}

.form-status-list li {
  list-style-position: inside;
}

.form-status-list .link::first-letter {
  text-transform: capitalize;
}

/* component-quantity */
.quantity {
  position: relative;
  height: 45px;
  display: flex;
}

.quantity__input {
  color: currentColor;
  font-weight: 500;
  opacity: 0.85;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 0 0.5rem;
  width: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
}

.quantity__button {
  flex-shrink: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.quantity__button svg {
  width: 1rem;
  pointer-events: none;
}

.quantity__input:-webkit-autofill,
.quantity__input:-webkit-autofill:hover,
.quantity__input:-webkit-autofill:active {
  box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
  -webkit-box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
}

.quantity__input::-webkit-outer-spin-button,
.quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity__input[type='number'] {
  -moz-appearance: textfield;
}

/* component-modal */
.modal__toggle {
  list-style-type: none;
}

.no-js details[open] .modal__toggle {
  position: absolute;
  z-index: 5;
}

.modal__toggle-close {
  display: none;
}

.no-js details[open] svg.modal__toggle-close {
  display: flex;
  z-index: 1;
  height: 1.7rem;
  width: 1.7rem;
}

.modal__toggle-open {
  display: flex;
}

.no-js details[open] .modal__toggle-open {
  display: none;
}

.no-js .modal__close-button.link {
  display: none;
}

.modal__close-button.link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0rem;
    height: 45px;
    width: 45px;
    background-color: transparent;
}

.modal__close-button .icon {
    width: 20px;
    height: 20px;
}

.modal__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color-background);
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.media-modal {
  cursor: zoom-out;
}

.media-modal .deferred-media {
  cursor: initial;
}

/* component-cart-count-bubble */
.cart-count-bubble:empty {
  display: none;
}

.cart-count-bubble {
  position: absolute;
  background-color: red;
  height: 1.7rem;
  width: 1.7rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
  bottom: 0.8rem;
  left: 2.2rem;
  line-height: calc(1 + 0.1 / var(--font-body-scale));
}

/* section-announcement-bar */
.card {
  border: none;
  background: transparent;
}
#shopify-section-announcement-bar {
  z-index: 4;
}

.announcement-bar__link {
  display: block;
  width: 100%;
  padding: 1rem 2rem;
  text-decoration: none;
}

.announcement-bar__link .icon-arrow {
  display: inline-block;
  pointer-events: none;
  margin-left: 0.8rem;
  vertical-align: middle;
  margin-bottom: 0.2rem;
}

.announcement-bar__link .announcement-bar__message {
  padding: 0;
}

.announcement-bar__message {
    text-align: center;
    padding: 8px 10px;
    margin: 0;
}

/* section-header */
.section-header.shopify-section-group-header-group {
  z-index: 3;
}
.shopify-section-header-sticky {
  position: sticky;
  top: 0;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}

#shopify-section-header.animate {
  transition: transform 0.15s ease-out;
}
.shopify-section-group-header-group {
  z-index: 4;
}

.section-header ~ .shopify-section-group-header-group {
  z-index: initial;
}
/* Main Header Layout */
.header-wrapper {
  display: block;
  position: relative;
  background-color: rgb(var(--color-background));
}
.header *[tabindex='-1']:focus {
  outline: none;
}

.header__heading {
  margin: 0;
  line-height: 0;
}
/* Header icons */
@media screen and (max-width: 991px) {
  menu-drawer ~ .header__icons .header__icon--account {
    display: none;
  }
}

/* Search */
menu-drawer + .header__search {
  display: none;
}

.header > .header__search {
  grid-area: left-icon;
  justify-self: start;
}

.header__search {
  display: inline-flex;
  line-height: 0;
}

.header--top-center > .header__search {
  display: none;
}

.header--top-center * > .header__search {
  display: inline-flex;
}

@media screen and (min-width: 992px) {
  .header:not(.header--top-center) * > .header__search,
  .header--top-center > .header__search {
    display: inline-flex;
  }

  .header:not(.header--top-center) > .header__search,
  .header--top-center * > .header__search {
    display: none;
  }
}

.no-js .predictive-search {
  display: none;
}

details[open] > .search-modal {
  opacity: 1;
  animation: animateMenuOpen var(--duration-default) ease;
}

details[open] .modal-overlay {
  display: block;
}

details[open] .modal-overlay::after {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  right: 0;
  height: 100vh;
  background: rgba(0,0,0,0.4);
}

.no-js details[open] > .header__icon--search {
  top: 1rem;
  right: 0.5rem;
}

.search-modal {
  opacity: 0;
  height: 100%;
}

.search-modal__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 4rem 0 1rem;
}

.search-modal__form {
  width: 100%;
}

.search-modal__close-button {
  position: absolute;
  right: 0.3rem;
}

@media screen and (min-width: 768px) {
  .search-modal__close-button {
    right: 1rem;
  }

  .search-modal__content {
    padding: 0 6rem;
  }
}

@media screen and (min-width: 992px) {
  .search-modal__form {
    max-width: 800px;
  }

  .search-modal__close-button {
    position: initial;
    margin-left: 0.5rem;
  }
}

/* Header menu drawer */
.header__icon--menu .icon {
  display: block;
  position: absolute;
  opacity: 1;
  transform: scale(1);
  transition: transform 150ms ease, opacity 150ms ease;
}

details:not([open]) > .header__icon--menu .icon-close,
details[open] > .header__icon--menu .icon-hamburger {
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8);
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-close {
  visibility: hidden;
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-hamburger {
  visibility: visible;
  opacity: 1;
  transform: scale(1.07);
}

.header__inline-menu details[open] > .header__submenu {
  opacity: 1;
  transform: translateY(0);
  animation: animateMenuOpen var(--duration-default) ease;
  z-index: 1;
}

/* Header menu */
.header__inline-menu {
  margin-left: -1.2rem;
  grid-area: navigation;
  display: none;
}

@media screen and (min-width: 992px) {
  .header__inline-menu {
    display: block;
  }

  .header--top-center .header__inline-menu {
    justify-self: center;
  }

  .header--top-center .header__inline-menu > .list-menu--inline {
    justify-content: center;
  }
}

.header__menu {
  padding: 0 1rem;
}

.header__menu-item {
  padding: 1.2rem;
  text-decoration: none;
}


.header__active-menu-item {
  transition: text-decoration-thickness var(--duration-short) ease;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.header__menu-item:hover .header__active-menu-item {
  text-decoration-thickness: 0.2rem;
}

.header__submenu {
  transition: opacity var(--duration-default) ease,
    transform var(--duration-default) ease;
}

.header__submenu.list-menu {
  padding: 2rem 0;
}

.header__submenu .header__submenu {
  padding: 0.5rem 0;
  margin: 0.5rem 0;
}

.header__submenu .header__menu-item:after {
  right: 2rem;
}

.header__submenu .header__menu-item {
  padding: 0.95rem 3.5rem 0.95rem 2rem;
}

.header__submenu .header__submenu .header__menu-item {
  padding-left: 3rem;
}

.header__menu-item .icon-caret {
  right: 0.8rem;
}

.header__submenu .icon-caret {
  right: 2rem;
}

details-disclosure > details {
  position: relative;
}

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

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*.overflow-hidden-mobile,
.overflow-hidden-tablet {
  overflow: hidden;
}*/

@media screen and (min-width: 768px) {
  .overflow-hidden-mobile {
    overflow: auto;
  }
}

@media screen and (min-width: 992px) {
  .overflow-hidden-tablet {
    overflow: auto;
  }
}

.badge {
  border: 1px solid transparent;
  border-radius: 4rem;
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  padding: 0.6rem 1.3rem;
  text-align: center;
  word-break: break-word;
}

.gradient {
  background: var(--color-background);
  background: var(--gradient-background);
  background-attachment: fixed;
}

@media screen and (forced-colors: active) {
  .icon {
    color: CanvasText;
    fill: CanvasText !important;
  }

  .icon-close-small path {
    stroke: CanvasText;
  }
}
/* Custom Css */

body{
    font-size: calc(var(--font-size-base) * 1px);
    font-family: var(--wbbase-font);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.5px;
    color: var(--color-base-text);
    background: var(--color-background);
    background: var(--gradient-background);
}
a{
    color: var(--color-base-text);
    transition: 0.3s ease;
}
a:hover{
    color: var(--color-wbmaincolors-text);
    text-decoration: none;
}
button:focus{
    outline: none;
}
p{
    color: #777;
}
svg{
    width: 14px;
    height: 14px;
    transition: 0.3s ease;
    vertical-align: middle;
}
svg.placeholder-svg{
    width: 100%;
    height: 100%;
}
[contenteditable=true]:focus, [href]:focus, [tabindex]:not([tabindex="-1"]):focus, button:focus, details:focus, input:focus, select:focus, textarea:focus {
    outline: none solid #2e8fff !important;
    outline-offset: 1px!important;
}
.dropdown-menu{
    border-color: var(--color-wbbordercolor);
    font-size: calc(var(--font-size-base) * 1px);
}

@media (max-width: 991px){
    .container{
        max-width: 100%;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .container{
        max-width: 960px;
    }
}
@media (min-width: 1200px) and (max-width: 1409px){
    .container{
        max-width: 1170px;
    }
}
@media (min-width: 1410px){
    .container{
        max-width: 1380px;
    }
}

/* Header */
.header-top {
    padding: 22px 0;
    border-bottom: 1px solid #e1e1e1;
    max-width: 1600px;
    margin: 0 auto;
}
.htop{
    margin: 0;
    align-items: center;
}
.header__icons .header__search,.header__icons .slidedown_section,.header__icons #cart-icon-bubble{
    display: inline-block;
    vertical-align: middle;
}
#cart-icon-bubble .svgbg svg{
    width: 26px;
    height: 25px; 
}
.userdrop .svgbg svg{
    width: 24px;
    height: 23px;
}
.header__icons .icon-search{
    width: 23px;
    height: 22px;
}
.wbhcart{
    color: var(--color-wbmaincolors-text);
}
localization-form,.headphone {
    display: inline-block;
    vertical-align: middle;
}
.localization-form .disclosure__button svg{
    width: 8px;
    height: 8px;
    vertical-align: baseline;
}
.headphone svg {
    width: 20px;
    height: 20px;
}
.headphone{
    margin-left: 10px;
}
.userdrop span{
    text-transform: capitalize;
}
.header__icons .slidedown_section,.header__icons #cart-icon-bubble .wbhcart{
    margin-left: 20px;
}
.userdrop,.wbhcart,.header__icon--search{
    cursor: pointer;
}
.userdrop:hover svg,.wbhcart:hover svg,.header__icon--search:hover svg{
    fill: var(--color-wbmaincolors-text);
    color: var(--color-wbmaincolors-text);
}
.tright{
    position: unset;
}
.slidedown_section .dropdown-menu {
    min-width: 190px;
    transform: none !important;
    top: 30px !important;
    right: 0;
    left: auto !important;
}
.slidedown_section .dropdown-menu li a{
    display: block;
    padding: 4px 15px;
    text-transform: capitalize;
}
.search__input.field__input {
    padding-right: 5rem;
    border: 1px solid var(--color-wbbordercolor);
    border-radius: 4px;
}
input::-webkit-search-decoration {
  -webkit-appearance: none;
}
/* Header Cart Dropdown */
#cart-icon-bubble .cart__warnings,#cart-icon-bubble .cart__empty-text,#cart-icon-bubble .is-empty .cart__contents, #cart-icon-bubble .is-empty .cart__footer,
#cart-icon-bubble cart-items.is-empty .title-wrapper-with-link, #webi-main-cart-footer.is-empty{
    display: none;
}
#cart-icon-bubble .is-empty .cart__empty-text,#cart-icon-bubble .is-empty .cart__warnings {
    display: block;
}
.wb-cart-item__error-text:empty + svg {
    display: none;
}
#cart-icon-bubble .dropdown-menu {
    transform: none !important;
    right: 0;
    left: auto !important;
    width: 380px;
    top: 30px !important;
    padding: 0;
}
#cart-icon-bubble .dropdown-menu webi-cart-items {
    display: block;
    overflow-y: auto;
    max-height: 350px;
    padding: 15px;
}
.wbheadcartdrop {
    display: flex;
    gap: 15px;
    position: relative;
    margin-bottom: 15px;
}
.wbheadcartdrop:last-child{
    margin-bottom: 0;
}
.wbheadcartdrop dl{
    margin-bottom: 6px;
}
.wbcartdimg img{
    border-radius: 4px;
    max-width: 80px;
}
.wbheadcartdrop webi-quantity-input{
    border: 1px solid var(--color-wbbordercolor);
    width: 66px;
    height: 26px;
    border-radius: 4px;
}
.wbheadcartdrop .quantity__button svg{
    width: 10px;
}
.wbheadcartdrop .quantity__input{
    padding: 0 3px;
}
.wbheadcartdrop .quantity__button{
    width: 18px;
}
.wbheadcartdrop webi-cart-remove-button{
    position: absolute;
    right: 0;
    top: 0;
}
.wbheadcartdrop webi-cart-remove-button svg{
    width: 16px;
    height: 16px;
}
.wbcrtname {
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.3px;
    display: block;
    width: 85%;
    line-height: 17px;
    margin-bottom: 6px;
}
.wbheadcartdrop .product-option{
    margin: 0;
}
.wbcartddesc {
    width: 100%;
}
.wbcartqtybr{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wbheadcartdrop .cart-item__totals{
    margin: 0 6px;
    text-align: center;
}
.wbheadcartdrop .cart-item__price-wrapper{
    font-size: var(--color-base-text);
}
#webi-main-cart-footer .cart__blocks{
    padding: 15px;
    border-top: 1px solid var(--color-wbbordercolor);
}
#webi-main-cart-footer .cart__ctas{
    display: flex;
    gap: 10px;
    margin-top: 12px;
}
#webi-main-cart-footer .cart__ctas .button{
    width: 50%;
}
#webi-main-cart-footer .totals{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#webi-main-cart-footer .totals p,#webi-main-cart-footer .totals h3{
    margin: 0;
}
#webi-main-cart-footer .totals h3{
    font-size: 20px;
}
.wbheadcartdrop .loading-overlay:not(.hidden) ~ *{
    visibility: hidden;
}
#cart-icon-bubble .cart__empty-text{
    text-align: center;
    font-size: 18px;
    margin: 0;
}
/* Language/ Currency */
.localization-form .button {
    padding: 1rem;
}
.localization-form__currency {
    display: inline-block;
}
.localization-form__select {
    position: relative;
}
noscript .localization-form__select {
    padding-left: 0rem;
}
.localization-selector.link {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0;
    height: auto;
}
noscript .localization-selector.link {
    padding-top: 1.5rem;
    padding-left: 1.5rem;
}
.localization-selector option {
    color: var(--color-base-text);
}
.localization-selector + .disclosure__list {
    opacity: 1;
    animation: animateLocalization var(--duration-default) ease;
}
@keyframes appear-down {
    0% {
        opacity: 0;
        margin-top: -1rem;
    }
    100% {
        opacity: 1;
        margin-top: 0;
    }
}

@keyframes animateLocalization {
    0% {
        opacity: 0;
        transform: translateY(0);
    }

    100% {
        opacity: 1;
        transform: translateY(-1rem);
    }
}
/* Language/ Currency End */

/* Arrows */
.slick-slider .slick-next, .slick-slider .slick-prev{
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: -56px;
}
.slick-slider .slick-prev{
    right: 55px;
    left: auto;
}
.slick-slider .slick-next{
    right: 15px;
}
.slick-slider .slick-next::before, .slick-slider .slick-prev::before{
    display: none;
}
.slick-slider .slick-arrow {
    background-color: #f5f5f5;
    transition: 0.3s ease;
    display: inline-block;
    text-align: center;
    border: none;
    border-radius: 4px;
    font-size: 22px;
    text-transform: uppercase;
    min-width: 36px;
    min-height: 36px;
    color: var(--color-base-text);
    transition: 0.3s ease;
}
.slick-slider .slick-arrow:hover{
    background-color: var(--color-wbmaincolors-text);;
}
.slick-slider .slick-arrow:hover svg{
    fill: #fff;
}
.slick-slider .slick-arrow svg{
    width: 18px;
    height: 17px;
}
/* Slick Dots */
.slick-slider .slick-dots{
    position: unset;
}
/* Slider */
.s-panel{
    position: relative;
}
.s-panel .wrloader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
} 
.s-panel .slick-dots{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    text-align: center;
}
.slick-dots li{
    margin: 0 2px;
}
.slick-dots li button::before{
    font-size: 44px;
}
.s-panel,.sliderel{
    position: relative;
}
.owl-slider.slick-slider .sliderel{
    display: block !important;
}
.s-panel .slick-slide img,.homecatb img,.wblbook .wblbookmain img {
    width: 100%;
}
.slidertext{
    position: absolute;
    top: 28%;
    left: 8%;
    width: 700px;
}
.slideff{
    position: relative;
    overflow: hidden;
    transform: translateX(-100px);
    opacity: 0;
    transition: opacity 0.5s 0.7s,-webkit-transform 0.5s 0.7s;
}
.s-panel .slick-current.slick-active .slideff{
    transform: none;
    opacity: 1;
}
.slidertext h2{
    font-size: 70px;
    text-transform: capitalize;
    color: var(--color-base-text);
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.1;
}
.slidertext p{
    font-size: 16px;
    color: #777;
    margin: 0;
    text-transform: capitalize;
    line-height: 24px;
}
.slidertext a.btn{
    margin-top: 50px;
    padding: 12px 30px;
    text-transform: uppercase;
}

/* Home Category */
.homecatb {
    position: relative;
}
.wbcolltop .catcontent {
    position: absolute;
    right: 15px;
    top: 0;
    transition: .3s ease;
    bottom: 0;
    display: flex;
    align-items: center;
    text-align: right;
}
.catcntinner{
    max-width: 250px;
}
.wbcolltop .homecatb:hover .catcontent {
    right: 30px;
}
.wbcolltop .catcontent h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    margin: 0;
    transition: .3s ease;
    line-height: 1.1;
}
.wbcolltop .catcontent p {
    text-transform: capitalize;
    margin: 8px 0 0;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}
.wbcolltop .homecatb:hover .catcontent h2 {
    text-shadow: 2px 1px 2px rgba(0,0,0,.7);
}
/* banner with text */
.imgbnrtext strong {
    font-size: var(--color-base-text);
    text-transform: uppercase;
    color: #777;
    margin: 0;
    display: block;
    font-weight: normal;
}
.imgbnrtext h2 {
    font-size: 50px;
    text-transform: capitalize;
    font-weight: 700;
    margin: 10px 0 25px 0;
    line-height: 1.1
}
.imgbnrtext p {
    margin: 0;
    line-height: 24px;
}
.imgbnrtext .btn-primary {
    border: 1px solid var(--color-wbmaincolors-text);
    background: var(--color-background);
    color: var(--color-wbmaincolors-text);
    padding: 10px 25px;
    margin-top: 40px;
}
.imgbnrtext .btn-primary:hover{
      background: var(--color-wbmaincolors-text);
      color: #fff;
}
.bnrtext .row{
    align-items: center;
}
/* Heading */
.heading span {
    display: block;
    vertical-align: middle;
    position: relative;
    /*bottom: 8px;*/
}
.heading {
    font-size: calc(var(--font-size-header) * 1px);
    font-weight: 700;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 30px;
}
.heading strong {
    margin-top: 2px;
    font-size: 13px;
    line-height: normal;
    display: block;
    color: #333;
    font-weight: normal;
}
/* Quickview */
.wbquicksuccess{
    color: #058c05;
}
img.hide-modalquick{
    display: none;
}
.wbquickallimg{
    margin-bottom: 15px;
}
.modal-open .slick-list,.modal-open .slick-track{
    transform: none !important;
}
.wbquickmodel .close{
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 1;
}
/* .wbquickallimg{
    display: flex;
    flex-wrap: wrap;
} */
.wbquickallimg .product__media-item {
    width: 100%;
}
/* .wbquickallimg .product__media-item:not(:first-child) {
    display: none !important;
} */
.quickvslide{
    flex-wrap: inherit;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    display: flex;
    text-align: center;
    margin-left: -8px;
    margin-right: -8px;
}
.quickvslide .slider__slide{
    width: calc(25% - 0rem / 4);
    position: relative;
    padding: 0 8px;
}
.quickvslide .slider__slide img{
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid var(--color-wbbordercolor);
}
.wbquickmodel .inner-class .form__label{
    font-size: var(--color-base-text);
}
.wbquickmodel .product-form__input input[type="radio"] {
    clip: rect(0,0,0,0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px;
}
.wbquickmodel .product-form__input input + label {
    border-radius: 4px;
    display: inline-block;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    transition: border var(--duration-short) ease;
    cursor: pointer;
    border: 1px solid var(--color-wbbordercolor);
    background: var(--color-background);
    margin: 0 2px;
}
.wbquickmodel .product-form__input input + label.active {
    background-color: var(--color-base-text);
    border-color: var(--color-base-text);
    color: #fff; 
}
.wbquickmodel .product-form__input input + label.wbvarcolor{
    padding: 0;
    border-radius: 100%;
    min-width: 34px;
    min-height: 34px;
    box-shadow: 0 0px 0px 1px rgba(0,0,0,0.1);
    border: none;
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
}
.wbquickmodel .product-form__input input + label.wbvarcolor.active{
    box-shadow: 0 0px 0px 1px rgba(0,0,0,1);
}
variant-webiquick{
    display: block;
}
variant-webiquick .js.product-form__input.inner-class {
    margin-bottom: 10px;
}
.wbquickmodel .modal-lg{
    max-width: 1000px;  
}
.wbquickmodel .modal-lg .modal-content{
    margin: 0 15px;
}
.wbquickmodel .product__media-item img{
    border-radius: 4px;
    border: 1px solid var(--color-wbbordercolor);
}
.wbquickprotype{
    text-transform: uppercase;
    margin-bottom: 10px;
}
.quickproduct-title{
    font-size: 24px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.wbquickhrating,.wbquicklpdesc,.wbquickprice{
    margin-bottom: 10px;
}
.wbquickmodel .price .price-item{
    font-size: 30px;
}
.wbquickmodel .price--on-sale .price-item--regular{
    font-size: 19px;
}
.wbquickmodel .product-form .wbflexcart{
    display: flex;
    gap: 15px;
    margin-top: 15px;
}
.wbquickmodel .product-form form{
    flex: 1 1 auto;
    width: 100%;
}
.wbquickmodel .product-form__submit{
    display: block;
    width: 100%;
    height: 45px;
}
.wbquickmodel .product-form__submit svg{
    fill: #fff;
    width: 20px;
    height: 20px;
}
.wbquickmodel .product-form__submit span{
    margin: 0 5px;
}
.wbquickmodel .quantity__button{
    width: 36px;
}
.wbquickmodel .quantity{
    border: 1px solid var(--color-wbbordercolor);
    border-radius: 4px;
    width: 120px;
}
.quickvfull{
    margin-top: 20px;
    display: inline-block;
    color: var(--color-wbmaincolors-text)
}
.quickvfull:hover{
    color: var(--color-base-text);
}

/* Home Product Section */
.imgblockslide,.wbquickallimg,#protopimg{
  flex-wrap: inherit;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  display: flex;
}
.imgblockslide product__media-item,.wbimgblock .product__media-item,.wbquickallimg .product__media-item,#protopimg .slider__slide {
  width: 100%;
  position: relative;
  scroll-snap-align: unset;
  flex-shrink: 0;
}
.grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
}
.rless{
    margin-left: -15px;
    margin-right: -15px;
}
.cless{
    padding-left: 15px;
    padding-right: 15px;
}
.product-tab-item .wbproduct-container,.product-recommendations .wbproduct-container{
    margin-bottom: 30px;
}
.product-tab-item .grid__item:last-child .wbproduct-container{
    margin-bottom: 1px;
}
ul.twopro{
    padding: 0;
    margin: 0;
}
.product-tab-item .tab-content > .tab-pane:not(.active){
    display: block;
    height: 0;
    overflow-y: hidden;
}
.pro-tab{
    position: relative;
}
.pro-tab .nav-tabs{
    position: absolute;
    right: 0;
    top: -14px !important;
}
.pro-tab .nav-tabs .nav-link{
    border: none;
    border-radius: 4px;
    text-transform: capitalize;
    font-size: var(--color-base-text);
    position: relative;
    font-weight: 600;
    background: #f5f5f5;
    padding: 7px 15px;
    letter-spacing: .8px;
    min-height: 36px;
}
.pro-tab .nav-tabs .nav-item.active .nav-link, .pro-tab .nav-tabs .nav-link:hover {
    background: var(--color-wbmaincolors-text);
    color: #fff;
}
.pro-tab .nav-tabs {
    border-bottom: none;
}
.pro-tab .nav-tabs .nav-item{
    margin-right: 20px;
}
/* Banner Effect */
.beffect img{
    border-radius: 4px;
}
/* Toprated Product */
.toprt .wbproduct-container .product-form{
  display: none;
}
.toprt .heading{
    color: #fff;
}
.toprt .heading strong {
    color: #aaa;
}
.toprt {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}
.toprt .wbhprice {
    margin-bottom: 0;
}
.toprt .wbproduct-container .row.rless{
    margin: 0;
    align-items: center;
}
.toprt .wbimgblock{
    padding: 0;
}
.toprt .wbproduct-container{
    margin-bottom: 30px;
}
.toprt .grid__item:last-child .wbproduct-container{
    margin-bottom: 1px;
}
/* Service */
.deliveryinfo {
    border: 1px solid #e1e1e1;
    margin-left: 0;
    margin-right: 0;
    padding: 28px 0;
    border-radius: 4px;
  margin-bottom: 40px;
    margin-top: -20px;
}
.deliveryinfo ul{
    margin-bottom: 0;
    padding: 0;
    transition: 0.3s ease;
}
.deliveryinfo ul:hover svg{
    fill: var(--color-wbmaincolors-text);
}
.deliveryinfo li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
}
.deliveryinfo li:last-child {
    width: 77%;
}
.deliveryinfo li h4 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 8px;
}
.deliveryinfo li p {
    text-transform: capitalize;
    margin-bottom: 0;
    font-size: 12px;
}
.deliveryinfo ul svg {
    width: 40px;
    height: 40px;
}
/* Testimonial */
.testimonial img {
    border: 2px solid var(--color-wbmaincolors-text);
    border-radius: 100%;
    margin-bottom: 15px;
    display: unset;
}
.testimonial h4 {
    color: var(--color-wbmaincolors-text);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}
.testimonial h5 {
    font-size: var(--color-base-text);
    text-transform: capitalize;
    letter-spacing: .5px;
    margin: 0;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    color: #777;
}
.testimonial p {
    color: #333;
    margin-top: 15px;
    line-height: 21px;
    margin-bottom: 0;
}
.testimonial .wbtestisub {
    max-width: 1150px;
    margin: 0 auto;
    display: block !important;
}
/* Scroll to top */
#scroll {
    position: fixed;
    bottom: 60px;
    right: 20px;
    font-size: 18px;
    color: var(--color-base-solid-button-labels);
    cursor: pointer;
    z-index: 2;
    background: var(--gradient-base-accent-1);
    min-width: 40px;
    min-height: 40px;
    overflow: hidden;
    display: block;
    text-align: center;
    opacity: 1;
    transition: all 0.5s ease-in-out 0s;
    transform: scale(1);
    padding: 6px 0;
    border-radius: 4px;
}
#scroll.scrollhide{
    bottom: -100px;
    opacity: 0;
    transform: scale(0); 
}
#scroll:hover{
    background-color: var(--gradient-base-accent-2);
    color: var(--color-wb-hovercolor-button-text);
}
/* Section Space */
.spaced-section,footer {
    margin-top: 60px;
}
/* Slick issue Loading */
.owl-slider .sliderel:not(:first-child){
  	display: none
}
.owl-slider.slick-slider .sliderel:not(:first-child){
  	display: block
}
.owl-catt .item-row,.wbfea,.wbnew,.wbbest,.wbspeprod,.wbtopr,.testi,.wbblog,.wblogobar{
    display: none
}
/* Banner Effect */
.beffect {
    position: relative;
    overflow: hidden;
}
.beffect a::after, .beffect a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all .7s;
    opacity: 1;
    transform: translate(-105%,0);
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #fff;
    background-color: rgba(17,16,16,.16);
}
.beffect a::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.beffect:hover a::after, .beffect:hover a::before {
    opacity: 0;
    transform: translate(0,0);
}
/* Breadcrumb */
.breadcrumb{
    background: #f5f5f5;
    margin-left: 0;
    margin-right: 0;
    border-radius: 4px;
    padding: 9px 5px;
    border: 1px solid var(--color-wbbordercolor);
    margin-bottom: 30px;
    text-transform: capitalize;
}
/* Search Page */
.template-search__search {
    margin: 0 auto 3rem;
    max-width: 700px;
}
.template-search--empty {
    padding-bottom: 18rem;
}
.search__button .icon {
    height: 1.8rem;
}
/*lookbook*/
.wblbook .rless {
    margin-right: 0;
    margin-left: 0;
}
.wblbook .cless {
    padding-left: 0;
    padding-right: 0;
}
.wblbookmain {
    text-align: center;
    position: relative;
}
.wblbookmain .wblookbook {
    position: absolute;
    cursor: pointer;
    min-width: 36px;
    min-height: 36px;
}
.wblbookmain .wblookbook .wblookbtn{ 
    width: 36px;
    height: 36px;
    padding: 6px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 100%;
    transition: padding 0.3s ease;
}
.wblbookmain .wblookbook .wblookbtn::after{ 
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    background: #ed2939;
    border-radius: 100%;
    animation: pulse-border 1.5s ease-out infinite;
}
@keyframes pulse-border { 
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
.wblbookmain .wblookbook .wblookbtn::before {
    content: "\f067";
    font-family: "fontAwesome";
    position: absolute;
    top: 0;
    left: 0;
    min-width: 36px;
    min-height: 36px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(1);
    transition: all 0.3s ease;
    z-index: 2;
    background: #ed2939;
    border-radius: 100%;
}
.wblbookmain .wblookbook .wblookimg a{
    display: block;
}
.wblbookmain .wblookbook .wblbookcnt{
    display: none;
    z-index: 3;
    width: 160px;
    position: relative;
    background: var(--color-background);
    box-shadow: 2px 2px 8px rgba(0,0,0,0.08);
    border-radius: 10px;
    margin-top: 32px;
    left: -60px;
    padding: 10px 0
}
.wblbookmain .wblookbook:hover  .wblbookcnt{
    display: block;
}
.wblookdesc h3 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    margin-bottom: 4px;
    font-weight: 600;
    text-transform: capitalize;
}
.wblookdesc {
    padding: 10px;
    padding-bottom: 0
}
.wblookprice span{
    font-weight: 600
}
.wblookprice span.old-price{
    text-decoration: line-through;
    font-weight: normal;
    font-size: 13px;
    padding-left: 2px;
    color: #777;
}
.wblookdesc .wblkbtn{
    margin-top: 8px
}
/* popup products */
.wbpopup-popducts {
    position: fixed;
    bottom: 15px;
    left: 30px;
    z-index: 9;
}
.wbpopup-popducts .popinner .wbproduct-container{
    width: 320px;
    position: relative;
    cursor: pointer;
    padding: 5px;
    border: 1px solid var(--color-wbbordercolor);
    align-items: center;
}
.wbpopup-popducts .popinner .wbproduct-container .wbproductdes {
    text-align: left;
    padding: 0 10px;
}
.wbclosepopup {
    position: absolute;
    top: 5px;
    right: -5px;
    cursor: pointer;
    z-index: 1;
}
.wbpopup-popducts .wbimgblock{
    padding: 0
}

/* Box Layout and Color Customization */
#wbboxlayout body{
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    margin: 40px auto;
}
@media (max-width: 991px){
    #wbboxlayout body {
        max-width: 100%;
        width: 100%;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    #wbboxlayout body {
        max-width: 963px;
    }
}
@media (min-width: 1200px) and (max-width: 1409px){
    #wbboxlayout body {
        max-width: 1170px;
    }
}
@media (min-width: 1410px){
    #wbboxlayout body {
        max-width: 1380px;
    }
}
.wbsitebox,.wbrtlmode{
    display: flex;
    margin: 0;
    padding: 0;
}
.wbsitebox li{
    width: 50%;
    cursor: pointer;
    background: #f5f5f5;
    padding: 10px 20px;
    border-radius: 6px;
    text-transform: capitalize;
    transition: 0.3s ease;
    text-align: center;
    margin: 0 3px;
    margin-top: 10px;
}
.wbrtlmode li{
    width: 50%;
    margin: 0 3px;
    margin-top: 10px;
    text-align: center;
}
.wbrtlmode li a{
    display: block;
    cursor: pointer;
    background: #f5f5f5;
    padding: 10px 20px;
    border-radius: 6px;
    text-transform: uppercase;
}
.wbsitebox li:hover,.wbrtlmode li a:hover{
    background: var(--color-wbmaincolors-text);
    color: #fff;
}
.wballcor {
    background: transparent;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    right: -250px;
    padding: 8px;
    position: fixed;
    text-align: left;
    top: 150px;
    width: 250px;
    transition: background 0.5s ease-in-out 0s;
    z-index: 2
}
.wbcolor_box {
    background: transparent;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    right: -250px;
    padding: 15px;
    position: fixed;
    text-align: left;
    top: 167px;
    width: 250px;
    transition: background 0.5s ease-in-out 0s;
    z-index: 2
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
.wbopen-closeclr {
    cursor: pointer;
    float: left;
    border-radius: 4px 0px 0px 4px;
    margin-left: -74px;
    margin-top: -42px;
}
  
.wbopen-closeclr.wbclrdisable::before {
    color: #fff;
    content: "";
    font-family: fontawesome;
    font-size: 24px;
    line-height: 36px; 
    padding: 0 10px;
    background: url(color-circle.png) no-repeat;
    width: 36px;
    height: 36px;
    background-size: 36px;
    display: block;
    -webkit-animation:spin 3s linear infinite;
    -moz-animation:spin 3s linear infinite;
    animation:spin 3s linear infinite;
}
.wbopen-closeclr.wbclrenable::before {
    color: #fff;
    content: "";
    font-family: fontawesome;
    font-size: 24px;
    line-height: 36px; 
    padding: 0 10px;
    background: url(color-circle.png) no-repeat;
    width: 36px;
    height: 36px;
    background-size: 36px;
    display: block;
    -webkit-animation:spin 3s linear infinite;
    -moz-animation:spin 3s linear infinite;
    animation:spin 3s linear infinite;
}
.wbopen-closeclr {
    background-color: #fff;
    border: medium none;
    box-shadow: 1px 2px 5px rgba(0,0,0,0.1);
    padding: 7px 15px;
    transition: 0.3s ease-in-out
}
.wbopen-closeclr.wbclrdisable{
    border-radius: 25px 0 0 25px;
}
.wbopen-closeclr.wbclrenable {
    border-radius: 30px 30px 0 0;
    margin-left: -94px;
    padding: 8px 10px;
}
.wbcolor_box h3 {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 15px;
}
.wbcolor_box h5{
    font-size: 14px;
    margin: 0;
    font-weight: normal;
}
.wbcolor_box li{
    list-style: none
}
.wbinnerclr,.wbrtlmode{
    padding: 0;
}
.wbinnerclr li{
    width: 50%;
    float: left;
    margin-top: 10px;
}
.wbinnerclr li a{
    height: 35px;
    display: block;
    margin: 0 3px;
    border-radius: 6px;
}
.wbclr1{
    background: #5f0f40;
}
.wbclr2{
    background: #9a031e;
}
.wbclr3{
    background: #fb8b24;
}
.wbclr4{
    background: #e36414;
}
.wbclr5{
    background: #0f4c5c;
}
.wbclr6{
    background: #c9184a;
}
@media (max-width: 767px){
  .wbcolor_box{
    height: 300px;
    overflow: auto;
  }
}
@media (max-width: 767px){
    .wbpopup-popducts .popinner .wbproduct-container{
        padding: 8px;
        width: 250px;
    }
}
@media (min-width: 768px){
    .pro-tab ul {
        margin-right: 80px;
        position: relative;
        /*top: 7px;*/
        /*top: -1px !important;*/
    }
    .footer .footer-collapse {
        display: block !important;
    }
}
@media (min-width: 992px){
    #FooterCountryForm{
        border-right: 1px solid #e1e1e1;
        margin-right: 5px;
        padding-right: 10px;
    }
    .headlogo{
        text-align: center;
    }
}
@media (min-width: 1200px) and (max-width: 1409px){
    .slidertext h2{
        font-size: 50px;
    }
    .slidertext {
        top: 15%;
        width: 500px;
    }
    .toprt .wbhrating {
        margin-bottom: 2px;
    }
    .toprt .product-title{
        padding: 0 0 4px 0;
    }
    .toprt .wbprotype{
        margin-bottom: 3px;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .slidertext h2{
        font-size: 40px;
    }
    .slidertext p{
        font-size: 14px;
    }
    .slidertext{
        top: 15%;
        width: 500px;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .toprt .wbprotype {
        font-size: 12px;
        margin-bottom: 4px;
    }
    .toprt .wbhrating {
        margin-bottom: 2px;
    }
    .toprt .product-title{
        font-size: 14px;
        padding: 0 0 3px 0;
    }
    .toprt .price .price-item{
        font-size: 14px;
    }
    .deliveryinfo li{
        margin: 0 2px;
    }
    .wbblogimgdesc{
        padding: 10px;
    }
}
@media (min-width: 768px) and (max-width: 991px){ 
    .slidertext h2{
        font-size: 30px;
    }
    .slidertext p{
        font-size: 14px;
    }
    .slidertext a.btn{
        margin-top: 20px;
    }
    .slidertext{
        top: 7%;
        width: 400px;
    }
    .wbcolltop .catcontent h2{
        font-size: 14px;
    }
    .wbcolltop .catcontent p{
        font-size: 13px;
    }
    .catcntinner {
        max-width: 120px;
    }
    .imgbnrtext h5{
        font-size: 12px;
    }
    .imgbnrtext h2{
        font-size: 20px;
        margin: 5px 0 10px 0;
    }
    .imgbnrtext .btn-primary{
        margin-top: 10px;
    }
    .deliveryinfo li{
        display: block;
        text-align: center !important;
    }
    .deliveryinfo li:last-child{
        width: unset;
    }
    .deliveryinfo li h4 {
        font-size: 15px;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .deliveryinfo{
        padding: 15px 0;
    }
}
@media (max-width: 991px){
    .wbquickmodel .product-form__input input + label.wbvarcolor{
        min-width: 28px;
        min-height: 28px;
    }
    .quickproduct-title{
        font-size: 16px;
    }
    .wbquickmodel .price .price-item{
        font-size: 20px;
    }
    .wbquickmodel .price--on-sale .price-item--regular{
        font-size: 16px;
    }
    .wbquickmodel .quantity{
        width: 100px;
    }
    .quantity__input{
        padding: 0 3px;
    }
    .wbquickmodel .quantity__button {
        width: 32px;
    }
    .wbquickmodel .product-form{
        gap: 10px;
    }
    .breadcrumb{
        padding: 7px 5px;
        margin-bottom: 20px;
    }
    .slick-slider .slick-arrow{
        min-width: 30px;
        min-height: 30px;
    }
    .slick-slider .slick-next, .slick-slider .slick-prev{
        top: -38px;
        margin: 0 -10px;
    }
    .slick-slider .slick-arrow svg {
        width: 15px;
        height: 13px;
    }
    .heading{
        font-size: 20px;
        /*margin-bottom: 20px;*/
    }
    .heading strong{
        font-size: 11px;
        letter-spacing: 0;
    }
    .rless{
        margin-left: -5px;
        margin-right: -5px;
    }
    .cless{
        padding-left: 5px;
        padding-right: 5px;
    }
    .spaced-section, footer{
        margin-top: 30px;
    }
    .toprt{
        padding: 15px 0;
    }
    .toprt .wbproduct-container,.product-tab-item .wbproduct-container,.product-recommendations .wbproduct-container {
        margin-bottom: 10px;
    }
    .header-top{
        padding: 10px 0;
        border-bottom: none;
        padding-bottom: 15px;
    }
    .headtleft{
        display: none;
    }
    localization-form{
        display: block;
        padding: 4px 15px;
    }
    .localization-selector.link{
        border: 1px solid var(--color-wbbordercolor);
        padding: 5px 8px;
        width: 100%;
        border-radius: 4px;
    }
    #megamenu{
        display: inline-block;
        vertical-align: middle;
        margin-right: 15px;
        position: relative;
        top: 28px;
    }
    .header__heading{
        display: inline-block;
        vertical-align: middle;
        position: relative;
        left: 15px;
    }
.productinsightslider button.slick-next {
    position: absolute;
    top: -25px !important;
    right: 20px !important;
}
  .productinsightslider button.slick-prev {
    position: absolute;
    top: -25px !important;
    left: auto !important;
}
}
@media (max-width: 468px){
#megamenu {
    top: auto !important;
}
}

@media (max-width: 767px){
    .wbproquickdesc{
        margin-top: 10px;
    }
    .userdrop .svgbg svg {
        width: 21px;
        height: 21px;
    }
    #cart-icon-bubble .svgbg svg {
        width: 23px;
        height: 23px;
    }
    .template-search .facets-container{
        display: none;
    }
    .template-search__search {
        margin: 0 auto 1.5rem;
    }
    .template-search__header h1{
        font-size: 24px;
        margin-bottom: 15px;
    }
    .footer__blocks-wrapper h5.toggle::after {
        font-family: FontAwesome;
        content: '\f068';
        font-size: 14px;
        font-weight: 400;
        float: right;
        cursor: pointer;
        /*color: #fff;*/
    }
    .footer__blocks-wrapper h5.toggle.collapsed::after {
        font-family: FontAwesome;
        content: '\f067';
    }
    .pro-tab .nav-tabs .nav-link {
        font-size: 12px;
        padding: 7px 10px;
        letter-spacing: 0;
        min-height: unset;
    }
    .pro-tab .nav-tabs .nav-item {
        margin-right: 8px;
    }
    .s-panel .slick-dots{
        bottom: 6px;
    }
    .announcement-bar__message {
        padding: 7px 5px;
        font-size: 13px;
        letter-spacing: 0;
    }
    .header__heading-link img{
        max-width: 116px;
        position: relative;
        top: 4px;
    }
    .header__icons .slidedown_section,.header__icons #cart-icon-bubble .wbhcart {
        margin-left: 8px;
    }
    .deliveryinfo li h4{
        font-size: 13px;
        margin-bottom: 4px;
    }
    .deliveryinfo li p{
        font-size: 11px;
        letter-spacing: 0;
    }
    .deliveryinfo{
        padding: 15px 0;
    }
    .wbproduct-container .price .price-item{
        font-size: 13px;
    }
    .wbproduct-container .price--on-sale .price-item--regular{
        font-size: 12px;
    }
    .wbproduct-container .cartb span{
        display: none;
    }
    .pro-tab .heading{
        /*display: none;*/
        display: block;
        align-items: center;
    }
    .pro-tab .nav-tabs{
        margin-bottom: 24px;
        position: unset;
    }
    .slidertext{
        left: 15px;
    }
    .htop{
        /*display: block;*/
        display: flex;
        align-items: center;
        justify-content: space-between;
}
    }
    .headlogo{
        width: auto;
        display: inline-block;
    }
    .tright{
        width: auto;
        float: right;
        margin-top: 9px;
    }
    .catcntinner{
        max-width: unset;
    }
    .wbcolltop .catcontent{
        position: unset;
        display: block;
        text-align: center !important;
        margin-top: 8px;
    }
    .wbcolltop .catcontent h2{
        color: var(--color-base-text);
        font-size: 13px;
        text-transform: capitalize;
        font-weight: 500;
    }
    .wbcolltop .catcontent p {
        margin: 3px 0 0;
        color: #777;
        font-size: 12px;
    }
    .wbcolltop .homecatb:hover .catcontent h2{
        text-shadow: unset;
    }
}
@media (min-width: 576px) and (max-width: 767px){
    .slidertext h2{
        font-size: 18px;
    }
    .slidertext p{
        font-size: 13px;
        line-height: 18px;
    }
    .slidertext {
        top: 8%;
        width: 250px;
    }
    .slidertext a.btn{
        margin-top: 10px;
        padding: 6px 15px;
    }
    .imgbnrtext h2{
        font-size: 18px;
        margin: 3px 0 8px 0;
    }
    .imgbnrtext h5{
        font-size: 11px;
    }
    .imgbnrtext p {
        line-height: 16px;
        font-size: 12px;
    }
    .imgbnrtext .btn-primary{
        padding: 6px 10px;
        margin-top: 10px;
    }
    .deliveryinfo li:last-child {
        width: unset;
    }
    .deliveryinfo li{
        display: block;
        margin: 0 2px;
        text-align: center !important;
    }
}
@media (max-width: 575px){
    #webi-main-cart-footer .totals h3{
        font-size: 18px;
    }
    .wbcartdimg img{
        max-width: 60px;
    }
    .wbcrtname{
        font-size: 12px;
        letter-spacing: 0;
    }
    #cart-icon-bubble .dropdown-menu{
        width: 290px;
    }
    .deliveryinfo [class*='col-'],.offerbnr [class*='col-']{
        margin-bottom: 10px;
    }
    .deliveryinfo [class*='col-']:last-child,.offerbnr [class*='col-']:last-child{
        margin-bottom: 0;
    }
    .deliveryinfo li{
        margin: 0 3px;
    }
    .slidertext h2{
        font-size: 16px;
    }
    .slidertext p{
        display: none;
    }
    .slidertext {
        top: 9%;
        width: 170px;
    }
    .slidertext a.btn {
        margin-top: 10px;
        padding: 6px 10px;
    }
    .imgbnrtext h2{
        font-size: 18px;
        margin: 6px 0;
    }
    .imgbnrtext h5{
        font-size: 11px;
    }
    .imgbnrtext p{
        font-size: 12px;
        line-height: 20px;
    }
    .imgbnrtext .btn-primary{
        padding: 6px 10px;
        margin-top: 15px;
    }
    .imgbnrtext{
        margin-top: 10px;
    }
}

.footer__copyright.col-6 {
    text-align: left;
}

.footer__payment.col-6 {
    text-align: right;
}






/* custom product hover image change code css */
.reveal .hidden { display: block !important; visibility: visible !important;}
.product:hover .reveal img { opacity: 1; }
.reveal { position: relative; }
.reveal .hidden { 
  position: absolute; 
  z-index: -1;
  top: 0; 
  width: 100%; 
  height: 100%;  
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;  
}
.reveal:hover .hidden { 
  z-index: 1;
  opacity: 1;    
}
.reveal .caption {
  position: absolute;
  top: 0;  
  display: table;
  width: 100%;
  height: 100%;
  background-color: white; /* fallback for IE8 */
  background-color: rgba(255, 255, 255, 0.7);
  font: 13px/1.6 sans-serif;
  text-transform: uppercase;
  color: #333;
  letter-spacing: 1px;
  text-align: center;
  text-rendering: optimizeLegibility;
}
.reveal .hidden .caption .centered {
  display: table-cell;
  vertical-align: middle;
}

@media (min-width: 480px) and (max-width: 979px) {
  .reveal .caption { 
    font-size: 11px; 
  }
}
/* custom product hover image change code css end */


.card__badge span {
    z-index: 1;
}

#zippy_widget_1511 {
  margin-bottom:20px !important;
}


.wbproducttab.spaced-section {
    margin: 0;
}
div#judgeme_product_reviews {
    margin-top: -40px;
}

/*custom css */

.discountslick2 img{
  width: 95%;
  margin: auto;
}
.discount_slider img{
  margin: 0 auto;
  width: auto;
}
.discount_slider ul{
  padding: 0;
  margin: 0;
}
.discount_slider button.slick-prev{
  display: none !important;
}
.discount_slider button.slick-next{
    display: none !important;
}

.discountslick2 button.slick-prev{
  display: none !important;
}
.discountslick2 button.slick-next{
    display: none !important;
}
.discount_slider {
    margin: 25px 0;
}
.productinsight{
  text-transform: capitalize;
}
.productinsightslider button.slick-prev {
    position: absolute;
    top: 45%;
    left: -4%;
}
.productinsightslider button.slick-next {
  position: absolute;
  top:45%;
  right: -4%;
}

.discount_slider2 {
    margin-top: 70px;
}
ul.discountslick2.slick-initialized.slick-slider {
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
}


.charges-box {
    margin-top: 20px;
}
.charges-box ul {
    display: flex;
    justify-content: space-between;
  list-style-type: none;
  padding: 0;
}
.charges-box ul li {
    text-align: center;
    border: 1px solid #a7a7a7;
    padding: 30px 0;
    width: 24%;
    border-radius: 5px;
}
.charges-box .para {
    font-size: 16px;
    padding: 10px 0 0px;
    font-weight: 600;
    color: #000;
}
.productheading {
    font-size: 25px;
    font-weight: 700;
    text-align: left;
    border-bottom: 1px solid #1d273b;
    display: inline-block;
    padding: 0px;
    margin: 30px 0px 10px 0px;
}

.product-description-new {
    display: flex;
    justify-content: flex-start;
}

.product-details-content-new {
    height: 210px;
    overflow: hidden;
}
#more {display: none;}

p#myBtn {
    cursor: pointer;
    padding: 5px 0px;
    font-size: 12px;
    font-weight: bold;
    color: #51cccc;
}



.product-delivery-return, .product-details-head, .product-highlights {
    width: 33%;
    background: #f5f5f5;
    padding: 20px;
}
.product-deliver-heading, .product-details-heading, .product-highlights-heading {
    padding: 15px 0px;
    font-weight: 800;
}
.title-content-text span:first-child {
    padding: 10px 0px;
    display: block;
}
.sub-txt-return, .sub-txt-details, .sub-txt-des, .sub-txt-faq {
    display: none;
}
.product-highlights table {
    line-height: 20px;
}
.product-highlights tr td:first-child {
    font-weight: 800;
    padding-right: 20px;
}

.product-highlights tr td {
    padding: 10px 0px;
}
.product-delivery-return, .product-details-head, .product-highlights {
    margin-left: 5px;
}
.product-details-content-new img {
  width: 100%;
}

.productinsight{
    font-size: 25px;
    font-weight: 700;
    text-align: left;
    border-bottom: 1px solid #1d273b;
    display: inline-block;
    padding: 0px;
    margin: 45px 0px 10px 0px;
}

.productinsightslider ul{
  padding: 0;
  margin: 0;
}
.productinsightslider li {
    padding: 10px;
}
.productinsightslider img{
  width: 100%;
}
.productinsightslider {
    margin-bottom: 45px;
}

@media only screen and (max-width: 480px){
  .charges-box ul {
    display: block;
}
  .charges-box ul li {
    width: 100% !important;
    margin-bottom: 15px;
}
  .product-description-new {
    display: block;
}
  .product-delivery-return, .product-details-head, .product-highlights {
    width: 100% !important;
    margin-bottom: 15px;
}
  .discount_slider img {
    width: 100%;
    height: 100px;
}
  .discountslick2 img {
    height: 100px;
}
  .discount_slider2 {
    margin-top: 25px;
}
}

.productinsightslider button.slick-prev {
    position: absolute;
    top: 45% !important;
    left: -4% !important;
}
.productinsightslider button.slick-next{
  position: absolute;
    top: 45% !important;
    right: -4% !important;
}
  .slider-counter.caption {
    display: none;
}
  .slider-button {
    margin: 0 10px;
}
  .product__tax.caption.rte {
    margin-top: -10px;
}
  .jdgm-rev-widg__summary, .jdgm-histogram, .jdgm-widget-actions-wrapper {
    padding: 0 15px;
}
  .testimonialslide button.slick-prev {
    left: 15px !important;
}
}

@media only screen and (max-width: 540px){
  .testimonialslide button.slick-prev {
    left: 15px !important;
}
}

@media (min-width: 320px) and (max-width: 767px){
  .modalpopup {
    top: 220px;
    display: inline-block;
}
  .footer__payment ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: end;
    position: relative;
    top: 25px;
    left: -25px;
}
  #scroll {
    bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1023px){
  .modalpopup {
    top: 220px;
    display: inline-block;
}
  img.img.img-fluid.mx-auto {
    margin-left: 35px !important;
}
 .product-tab-item h2 {
    text-align: left !important;
}
}
@media (min-width: 1024px) and (max-width: 1280px){
  .modalpopup {
    right: 10% !imporant;
}
   .product-tab-item h2 {
    text-align: left !important;
}
}

@media only screen and (max-width: 768px){
  .discount_slider img {
    width: 100%;
}
}
@media only screen and (max-width: 992px){
  .discount_slider img {
    width: 100%;
}
}
@media only screen and (max-width: 1024px){
    .discount_slider img {
    width: 100%;
}
}
p#details_more {
    cursor: pointer;
    padding: 5px 0px;
    font-size: 14px;
    font-weight: bold;
    color: #060606;
      margin-top: 7px;
}
p#details_less {
    cursor: pointer;
    padding: 5px 0px;
    font-size: 14px;
    font-weight: bold;
    color: #060606;
  display: none;
}
button.modelpop {
    background: none;
    border: none;
    color: #37312d;
    font-size: 18px;
    font-weight: 600;
    text-decoration: underline;
    text-transform: uppercase;
}
div#ProductInfo-template--18837154005301__main {
    position: relative;
}
html.js.wbboxlt.shopify-features__smart-payment-buttons--enabled {
    overflow-x: hidden;
}
.modalpopup {
    position: absolute;
    left: auto;
    top: auto;
    right: 21%;
    bottom: auto;
    margin: -3px 0px;
    display: inline-block;
}
.modalpopup .iconchart {
    position: absolute;
    top: -7px;
    left: -42px;
    cursor: pointer;
}
.modalpopup .iconchart img {
    height: 28px;
    width: 28px;
    margin: 5px;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    position: absolute;
    right: -10px;
    top: -12px;
    background: #000;
    border-radius: 25px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9
}
span.crossbtn {
    position: relative;
    top: -3px;
    cursor: pointer;
    color: #fff;
}
.modalpopup .modal-body img{
  width: 100%;
}
.modal-content {
    border: none;
    border-radius: unset;
}
.modal-dialog {
    max-width: 610px;
    border: 15px solid #fcfcfc;
    border-radius: 10px;
}
.wbglbtn button {
    display: none;
}
/*-----Testimonial-------*/
.whiteheading{
    color: #000;
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 35px;
    font-weight: 700;
}
.testimonial-slider {
    margin-top: 45px;
    background: #f1f1f1;
    margin-bottom: -25px;
}
.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 0px;
  position: relative;
  text-align: center !important;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
    color: #000;
    font-size: 17px;
    line-height: 1.6;
    margin: 40px 0 20px;
}
.testimonial4_slide h4 {
  color: #000;
  font-size: 22px;
}
.testimonialslide button.slick-prev {
    position: absolute;
    top: 65%;
    left: 55px;
    background: none;
    display: none;
}
.testimonialslide button.slick-next {
    position: absolute;
    top: 65%;
    background: none;
}
/*.testimonialslide button.slick-prev:hover::after {
    content:"\f060"; 
	color:#fff !important;
}
.testimonialslide button.slick-next:hover::after {
    content:"\f061";
    color: #fff !important;
}*/

.testimonial-slider:hover + .testimonialslide button.slick-prev {
  display: block;
  color: #000;
}
.testimonialslide.slick-slider .slick-arrow svg {
    /*display: none;*/
}
/*.testimonialslide button.slick-prev:after{
    content:"\f060";
	color:#777;
	font:34px/1 FontAwesome;
	font-size: 25px;
}
.testimonialslide button.slick-next:after{
     content:"\f061"; 
	 color:#777; 
	 font:34px/1 FontAwesome;
	 font-size: 25px;
}*/
ul.testimonialslide.slick-initialized.slick-slider {
    padding: 45px 0;
}
.modal-header .close {
    padding: 4px 20px;
    cursor: pointer;
}
h5.modelpop {
    cursor: pointer;
    text-decoration: underline;
    display: inline-block;
}
.modal-header {
    border-bottom: none;
  padding-bottom: 0;
}
.product__info-wrapper .product-form__input input[type=radio]:checked+label {
    box-shadow: 0 0 0 1px rgb(var(--color-base-text));
    border: 1px solid #000;
}

a.auto-button {
    display: inline-flex;
    vertical-align: middle;
    line-height: 1.25;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid #1e2a3d;
    padding: 8px 16px;
    background: #1e2a3d;
    color: #fff;
    border-radius: 4px;
}
div#Huratips-Pagination {
    text-align: center;
}

.avail_section ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
    padding: 0;
}
.avail_section ul li {
    margin: 0 10px;
}

.avail_section {
    position: relative;
}
span.avl{
    align-items: center;
    justify-content: center;
    display: flex;
    color: #1e2a3d;
    font-size: 20px;
    font-weight: 600;
}

button.shopify-payment-button__button.shopify-payment-button__button--unbranded.BUz42FHpSPncCPJ4Pr_f.jjzYeefyWpPZLH9pIgyw.RWJ0IfBjxIhflh4AIrUw {
    background: #090c3b !important;
    color: white !important;
}