/** Shopify CDN: Minification failed

Line 16691:0 Unexpected "}"

**/
:root {
  --alpha-button-background: 1;
  --alpha-button-border: 1;
  --alpha-link: 0.85;
  --alpha-badge-border: 0.1;
}
img{ max-width:100%;}
.text-center{text-align: center;}
.product-card-wrapper .card,
.contains-card--product {
  --border-radius: var(--product-card-corner-radius);
  --border-width: var(--product-card-border-width);
  --border-opacity: var(--product-card-border-opacity);
  --shadow-horizontal-offset: var(--product-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--product-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--product-card-shadow-blur-radius);
  --shadow-opacity: var(--product-card-shadow-opacity);
  --shadow-visible: var(--product-card-shadow-visible);
  --image-padding: var(--product-card-image-padding);
  --text-alignment: var(--product-card-text-alignment);
}

.collection-card-wrapper .card,
.contains-card--collection {
  --border-radius: var(--collection-card-corner-radius);
  --border-width: var(--collection-card-border-width);
  --border-opacity: var(--collection-card-border-opacity);
  --shadow-horizontal-offset: var(--collection-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--collection-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--collection-card-shadow-blur-radius);
  --shadow-opacity: var(--collection-card-shadow-opacity);
  --shadow-visible: var(--collection-card-shadow-visible);
  --image-padding: var(--collection-card-image-padding);
  --text-alignment: var(--collection-card-text-alignment);
}

.article-card-wrapper .card,
.contains-card--article {
  --border-radius: var(--blog-card-corner-radius);
  --border-width: var(--blog-card-border-width);
  --border-opacity: var(--blog-card-border-opacity);
  --shadow-horizontal-offset: var(--blog-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--blog-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--blog-card-shadow-blur-radius);
  --shadow-opacity: var(--blog-card-shadow-opacity);
  --shadow-visible: var(--blog-card-shadow-visible);
  --image-padding: var(--blog-card-image-padding);
  --text-alignment: var(--blog-card-text-alignment);
}

.contains-content-container,
.content-container {
  --border-radius: var(--text-boxes-radius);
  --border-width: var(--text-boxes-border-width);
  --border-opacity: var(--text-boxes-border-opacity);
  --shadow-horizontal-offset: var(--text-boxes-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--text-boxes-shadow-vertical-offset);
  --shadow-blur-radius: var(--text-boxes-shadow-blur-radius);
  --shadow-opacity: var(--text-boxes-shadow-opacity);
  --shadow-visible: var(--text-boxes-shadow-visible);
}

.contains-media,
.global-media-settings {
  --border-radius: var(--media-radius);
  --border-width: var(--media-border-width);
  --border-opacity: var(--media-border-opacity);
  --shadow-horizontal-offset: var(--media-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--media-shadow-vertical-offset);
  --shadow-blur-radius: var(--media-shadow-blur-radius);
  --shadow-opacity: var(--media-shadow-opacity);
  --shadow-visible: var(--media-shadow-visible);
}

/* base */

.page-width {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 4px;
}

body:has(.section-header .drawer-menu) .announcement-bar-section .page-width {
  max-width: 100%;
}

.page-width.drawer-menu {
  max-width: 100%;
}

.page-width-desktop {
  padding: 0;
  margin: 0 auto;
}

.utility-bar__grid.page-width {
  padding-left: 3rem;
  padding-right: 3rem;
}

@media screen and (min-width: 750px) {
  .page-width {
    padding: 0 5rem;
  }

  .header.page-width,
  .utility-bar__grid.page-width {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }

  .page-width--narrow {
    padding: 0 9rem;
  }

  .page-width-desktop {
    padding: 0;
  }

  .page-width-tablet {
    padding: 0 5rem;
  }
}

@media screen and (min-width: 990px) {
  .header:not(.drawer-menu).page-width {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .page-width--narrow {
    max-width: 72.6rem;
    padding: 0;
  }

  .page-width-desktop {
    max-width: var(--page-width);
    padding: 0 5rem;
  }
}

.isolate {
  position: relative;
  z-index: 0;
}

.section + .section {
  margin-top: var(--spacing-sections-mobile);
}

@media screen and (min-width: 750px) {
  .section + .section {
    margin-top: var(--spacing-sections-desktop);
  }
}

.element-margin-top {
  margin-top: 5rem;
}

@media screen and (min-width: 750px) {
  .element-margin {
    margin-top: calc(5rem + var(--page-width-margin));
  }
}

.background-secondary {
  background-color: rgba(var(--color-foreground), 0.04);
}

.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;
}

.full-width-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

::selection {
  background-color: rgba(var(--color-foreground), 0.2);
}

.text-body {
  font-size: 1.5rem;
  letter-spacing: 0.06rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
}

h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  letter-spacing: calc(var(--font-heading-scale) * 0.06rem);
  color: rgb(var(--color-foreground));
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
  word-break: break-word;
}

.hxl {
  font-size: calc(var(--font-heading-scale) * 5rem);
}

@media only screen and (min-width: 750px) {
  .hxl {
    font-size: calc(var(--font-heading-scale) * 6.2rem);
  }
}

.h0 {
  font-size: calc(var(--font-heading-scale) * 4rem);
}

@media only screen and (min-width: 750px) {
  .h0 {
    font-size: calc(var(--font-heading-scale) * 5.2rem);
  }
}

h1,
.h1 {
  font-size: calc(var(--font-heading-scale) * 3rem);
}

@media only screen and (min-width: 750px) {
  h1,
  .h1 {
    font-size: calc(var(--font-heading-scale) * 4rem);
  }
}

h2,
.h2 {
  font-size: calc(var(--font-heading-scale) * 2rem);
}

@media only screen and (min-width: 750px) {
  h2,
  .h2 {
    font-size: calc(var(--font-heading-scale) * 2.4rem);
  }
}

h3,
.h3 {
  font-size: calc(var(--font-heading-scale) * 1.7rem);
}

@media only screen and (min-width: 750px) {
  h3,
  .h3 {
    font-size: calc(var(--font-heading-scale) * 1.8rem);
  }
}

h4,
.h4 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-size: calc(var(--font-heading-scale) * 1.5rem);
}

h5,
.h5 {
  font-size: calc(var(--font-heading-scale) * 1.2rem);
}

@media only screen and (min-width: 750px) {
  h5,
  .h5 {
    font-size: calc(var(--font-heading-scale) * 1.3rem);
  }
}

h6,
.h6 {
  color: rgba(var(--color-foreground), 0.75);
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
}

blockquote {
  font-style: italic;
  color: rgba(var(--color-foreground), 0.75);
  border-left: 0.2rem solid rgba(var(--color-foreground), 0.2);
  padding-left: 1rem;
}

@media screen and (min-width: 750px) {
  blockquote {
    padding-left: 1.5rem;
  }
}

.caption {
  font-size: 1rem;
  letter-spacing: 0.07rem;
  line-height: calc(1 + 0.7 / var(--font-body-scale));
}

@media screen and (min-width: 750px) {
  .caption {
    font-size: 1.2rem;
  }
}

.caption-with-letter-spacing {
  font-size: 1rem;
  letter-spacing: 0.13rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  text-transform: uppercase;
}

.caption-with-letter-spacing--medium {
  font-size: 1.2rem;
  letter-spacing: 0.16rem;
}

.caption-with-letter-spacing--large {
  font-size: 1.4rem;
  letter-spacing: 0.18rem;
}

.caption-large,
.customer .field input,
.customer select,
.field__input,
.form__label,
.select__select {
  font-size: 1.3rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  letter-spacing: 0.04rem;
}

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

table:not([class]) {
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 1.4rem;
  border-style: hidden;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.2);
  /* draws the table border  */
}

table:not([class]) td,
table:not([class]) th {
  padding: 1em;
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
}

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

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

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

.left {
  text-align: left;
}

.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,
.customer a {
  cursor: pointer;
  display: inline-block;
  border: none;
  box-shadow: none;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  color: rgb(var(--color-link));
  background-color: transparent;
  font-size: 1.4rem;
  font-family: inherit;
}

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

.link--text:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.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;
}

a:not([href]) {
  cursor: not-allowed;
}

.circle-divider::after {
  content: '\2022';
  margin: 0 1.3rem 0 1.5rem;
}

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

hr {
  border: none;
  height: 0.1rem;
  background-color: rgba(var(--color-foreground), 0.2);
  display: block;
  margin: 5rem 0;
}

@media screen and (min-width: 750px) {
  hr {
    margin: 7rem 0;
  }
}

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

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

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

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

.visibility-hidden {
  visibility: hidden;
}

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

:root {
  --duration-short: 100ms;
  --duration-default: 200ms;
  --duration-announcement-bar: 250ms;
  --duration-medium: 300ms;
  --duration-long: 500ms;
  --duration-extra-long: 600ms;
  --duration-extra-longer: 750ms;
  --duration-extended: 3s;
  --ease-out-slow: cubic-bezier(0, 0, 0.3, 1);
  --animation-slide-in: slideIn var(--duration-extra-long) var(--ease-out-slow) forwards;
  --animation-fade-in: fadeIn var(--duration-extra-long) var(--ease-out-slow);
}

.underlined-link,
.customer a,
.inline-richtext a {
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness ease 100ms;
}

.underlined-link,
.customer a {
  color: rgba(var(--color-link), var(--alpha-link));
}

.inline-richtext a,
.rte.inline-richtext a {
  color: currentColor;
}

.underlined-link:hover,
.customer a:hover,
.inline-richtext a:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}

.icon-arrow {
  width: 1.5rem;
}

h3 .icon-arrow,
.h3 .icon-arrow {
  width: calc(var(--font-heading-scale) * 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 {
  position: absolute;
  height: 0.6rem;
  right: 1.5rem;
  top: calc(50% - 0.2rem);
}

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: 750px) {
  .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;
}

*:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
.focused {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

/*
  Focus ring - inset
*/

.focus-inset:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

.focused.focus-inset {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

/*
  Focus ring - none
*/

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

.focus-offset:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem rgb(var(--color-background)), 0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}

.focus-offset.focused {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem rgb(var(--color-background)), 0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}

/* component-title */
.title,
.title-wrapper-with-link {
  margin: 3rem 0 2rem;
}

.title-wrapper-with-link .title {
  margin: 0;
}

.title .link {
  font-size: inherit;
}

.title-wrapper {
  margin-bottom: 3rem;
}

.title-wrapper-with-link {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

.title--primary {
  margin: 4rem 0;
}

.title-wrapper--self-padded-tablet-down,
.title-wrapper--self-padded-mobile {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media screen and (min-width: 750px) {
  .title-wrapper--self-padded-mobile {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 990px) {
  .title,
  .title-wrapper-with-link {
    margin: 5rem 0 3rem;
  }

  .title--primary {
    margin: 2rem 0;
  }

  .title-wrapper-with-link {
    align-items: center;
  }

  .title-wrapper-with-link .title {
    margin-bottom: 0;
  }

  .title-wrapper--self-padded-tablet-down {
    padding-left: 0;
    padding-right: 0;
  }
}

.title-wrapper-with-link .link-with-icon {
  margin: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.title-wrapper-with-link .link-with-icon svg {
  width: 1.5rem;
}

.title-wrapper-with-link a {
  margin-top: 0;
  flex-shrink: 0;
}

.title-wrapper--no-top-margin {
  margin-top: 0;
}

.title-wrapper--no-top-margin > .title {
  margin-top: 0;
}

.subtitle {
  font-size: 1.8rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  letter-spacing: 0.06rem;
  color: rgba(var(--color-foreground), 0.7);
}

.subtitle--small {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}

.subtitle--medium {
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
}

/* component-grid */
.grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  padding: 0;
  list-style: none;
  column-gap: var(--grid-mobile-horizontal-spacing);
  row-gap: var(--grid-mobile-vertical-spacing);
}

@media screen and (min-width: 750px) {
  .grid {
    column-gap: var(--grid-desktop-horizontal-spacing);
    row-gap: var(--grid-desktop-vertical-spacing);
  }
}

.grid:last-child {
  margin-bottom: 0;
}

.grid__item {
  width: calc(25% - var(--grid-mobile-horizontal-spacing) * 3 / 4);
  max-width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  flex-grow: 1;
  flex-shrink: 0;
}

@media screen and (min-width: 750px) {
  .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

.grid--gapless.grid {
  column-gap: 0;
  row-gap: 0;
}

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

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

.grid--3-col .grid__item {
  width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 2 / 3);
}

@media screen and (min-width: 750px) {
  .grid--3-col .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }
}

.grid--2-col .grid__item {
  width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
}

@media screen and (min-width: 750px) {
  .grid--2-col .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .grid--4-col-tablet .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }

  .grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }

  .grid--2-col-tablet .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

@media screen and (max-width: 989px) {
  .grid--1-col-tablet-down .grid__item {
    width: 100%;
    max-width: 100%;
  }

  .slider--tablet.grid--peek {
    margin: 0;
    width: 100%;
  }

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

  .slider.slider--tablet .scroll-trigger.animate--slide-in,
  .slider.slider--mobile .scroll-trigger.animate--slide-in {
    animation: none;
    opacity: 1;
    transform: inherit;
  }

  .scroll-trigger:not(.scroll-trigger--offscreen) .slider--tablet {
    animation: var(--animation-slide-in);
  }
}

@media screen and (min-width: 990px) {
  .grid--6-col-desktop .grid__item {
    width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
    max-width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
  }

  .grid--5-col-desktop .grid__item {
    width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
    max-width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
  }

  .grid--4-col-desktop .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }

  .grid--3-col-desktop .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }

  .grid--2-col-desktop .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .slider.slider--desktop .scroll-trigger.animate--slide-in {
    animation: none;
    opacity: 1;
    transform: inherit;
  }

  .scroll-trigger:not(.scroll-trigger--offscreen) .slider--desktop {
    animation: var(--animation-slide-in);
  }
}

@media screen and (min-width: 990px) {
  .grid--1-col-desktop {
    flex: 0 0 100%;
    max-width: 100%;
  }

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

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

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

  .grid--peek .grid__item {
    min-width: 35%;
  }

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

  /* Fix to show some space at the end of our sliders in all browsers */
  .grid--peek.slider:after {
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
  }

  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  }

  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item,
  .grid--peek .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item,
  .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item {
    width: calc(100% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .slider--tablet.grid--peek .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--2-col-tablet .grid__item,
  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

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

  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .grid--1-col-tablet-down.grid--peek .grid__item {
    width: calc(100% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }
}

/* component-media */
.media {
  display: block;
  background-color: rgba(var(--color-foreground), 0.1);
  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: 990px) {
  .media--cropped {
    padding-bottom: 63%;
  }
}

deferred-media {
  display: block;
}

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

.button--secondary,
.button--tertiary {
  --color-button: var(--color-secondary-button);
  --color-button-text: var(--color-secondary-button-text);
}

.button--tertiary {
  --alpha-button-background: 0;
  --alpha-button-border: 0.2;
}

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded,
.shopify-payment-button [role='button'],
.cart__dynamic-checkout-buttons [role='button'],
.cart__dynamic-checkout-buttons iframe {
  --shadow-horizontal-offset: var(--buttons-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--buttons-shadow-vertical-offset);
  --shadow-blur-radius: var(--buttons-shadow-blur-radius);
  --shadow-opacity: var(--buttons-shadow-opacity);
  --shadow-visible: var(--buttons-shadow-visible);
  --border-offset: var(--buttons-border-offset); /* reduce radius edge artifacts */
  --border-opacity: calc(1 - var(--buttons-border-opacity));
  border-radius: var(--buttons-radius-outset);
  position: relative;
}
.shopify-payment-button__button{text-transform: uppercase;}
.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded {
  min-width: calc(12rem + var(--buttons-border-width) * 2);
  min-height: calc(4.5rem + var(--buttons-border-width) * 2);
}

.shopify-payment-button__button--branded {
  z-index: auto;
}

.cart__dynamic-checkout-buttons iframe {
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius)
    rgba(var(--color-shadow), var(--shadow-opacity));
}

.button,
.shopify-challenge__button,
.customer button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  padding: 0 3rem;
  cursor: pointer;
  font: inherit;
  font-size: 1.5rem;
  text-decoration: none;
  color: rgb(var(--color-button-text));
  transition: box-shadow var(--duration-short) ease;
  -webkit-appearance: none;
  appearance: none;
  background-color: rgba(var(--color-button), var(--alpha-button-background));
}

.button:before,
.shopify-challenge__button:before,
.customer button:before,
.shopify-payment-button__button--unbranded:before,
.shopify-payment-button [role='button']:before,
.cart__dynamic-checkout-buttons [role='button']:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: var(--buttons-radius-outset);
  /* box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius)
    rgba(var(--color-shadow), var(--shadow-opacity)); */
}

.button:after,
.shopify-challenge__button:after,
.customer button:after,
.shopify-payment-button__button--unbranded:after {
  content: '';
  position: absolute;
  top: var(--buttons-border-width);
  right: var(--buttons-border-width);
  bottom: var(--buttons-border-width);
  left: var(--buttons-border-width);
  z-index: 1;
  border-radius: var(--buttons-radius);
  /* box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
      rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 var(--buttons-border-width) rgba(var(--color-button), var(--alpha-button-background)); */
  transition: box-shadow var(--duration-short) ease;
}

.button:not([disabled]):hover::after,
.shopify-challenge__button:hover::after,
.customer button:hover::after,
.shopify-payment-button__button--unbranded:hover::after {
  --border-offset: 1.3px;
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
      rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 calc(var(--buttons-border-width) + 1px) rgba(var(--color-button), var(--alpha-button-background));
}

.button--secondary:after {
  --border-opacity: var(--buttons-border-opacity);
}

.button:focus-visible,
.button:focus,
.button.focused,
.shopify-payment-button__button--unbranded:focus-visible,
.shopify-payment-button [role='button']:focus-visible,
.shopify-payment-button__button--unbranded:focus,
.shopify-payment-button [role='button']:focus {
  outline: 0;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0 0.5rem rgba(var(--color-foreground), 0.5),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.button:focus:not(:focus-visible):not(.focused),
.shopify-payment-button__button--unbranded:focus:not(:focus-visible):not(.focused),
.shopify-payment-button [role='button']:focus:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
}

.button::selection,
.shopify-challenge__button::selection,
.customer button::selection {
  background-color: rgba(var(--color-button-text), 0.3);
}

.button,
.button-label,
.shopify-challenge__button,
.customer button {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
}

.button--tertiary {
  font-size: 1.2rem;
  padding: 1rem 1.5rem;
  min-width: calc(9rem + var(--buttons-border-width) * 2);
  min-height: calc(3.5rem + var(--buttons-border-width) * 2);
}

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

/* Button - other */

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

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

.button.loading {
  color: transparent;
  position: relative;
}

@media screen and (forced-colors: active) {
  .button.loading {
    color: rgb(var(--color-foreground));
  }
}

.button.loading > .loading__spinner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
}

.button.loading > .loading__spinner .spinner {
  width: fit-content;
}

.button.loading > .loading__spinner .path {
  stroke: rgb(var(--color-button-text));
}

/* Button - social share */

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

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

.share-button__button {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  color: rgb(var(--color-link));
  margin-left: 0;
  padding-left: 0;
  min-height: 4.4rem;
}

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 {
  height: 1.2rem;
  margin-right: 1rem;
  min-width: 1.3rem;
}

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

.share-button__fallback:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.share-button__fallback:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset)
    var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
  z-index: -1;
}

.share-button__fallback button {
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  right: var(--inputs-border-width);
}

.share-button__fallback button:hover {
  color: rgba(var(--color-foreground), 0.75);
}

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

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

.share-button__close,
.share-button__copy {
  background-color: transparent;
  color: rgb(var(--color-foreground));
}

.share-button__copy:focus-visible,
.share-button__close:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.share-button__copy:focus,
.share-button__close:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.field:not(:focus-visible):not(.focused) + .share-button__copy:not(:focus-visible):not(.focused),
.field:not(:focus-visible):not(.focused) + .share-button__close:not(:focus-visible):not(.focused) {
  background-color: inherit;
}

.share-button__fallback .field:after,
.share-button__fallback .field:before {
  content: none;
}

.share-button__fallback .field {
  border-radius: 0;
  min-width: auto;
  min-height: auto;
  transition: none;
}

.share-button__fallback .field__input:focus,
.share-button__fallback .field__input:-webkit-autofill {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.1rem;
  box-shadow: 0 0 0 0.1rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.share-button__fallback .field__input {
  box-shadow: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  filter: none;
  min-width: auto;
  min-height: auto;
}

.share-button__fallback .field__input:hover {
  box-shadow: none;
}

.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;
  margin: var(--inputs-border-width);
}

.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: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.6rem;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow var(--duration-short) ease;
  border-radius: var(--inputs-radius);
  height: 4.5rem;
  min-height: calc(var(--inputs-border-width) * 2);
  min-width: calc(7rem + (var(--inputs-border-width) * 2));
  position: relative;
  border: 0;
}

.field:before,
.select:before,
.customer .field:before,
.customer select:before,
.localization-form__select:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset)
    var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
  z-index: -1;
}

.field:after,
.select:after,
.customer .field:after,
.customer select:after,
.localization-form__select:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.select__select {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.2rem;
  color: rgba(var(--color-foreground), 0.75);
}

.field:hover.field:after,
.select:hover.select:after,
.select__select:hover.select__select:after,
.customer .field:hover.field:after,
.customer select:hover.select:after,
.localization-form__select:hover.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width))
    rgba(var(--color-foreground), var(--inputs-border-opacity));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.field__input:focus-visible,
.select__select:focus-visible,
.customer .field input:focus-visible,
.customer select:focus-visible,
.localization-form__select:focus-visible.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.field__input:focus,
.select__select:focus,
.customer .field input:focus,
.customer select:focus,
.localization-form__select:focus.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.localization-form__select:focus {
  outline: 0;
  box-shadow: none;
}

.text-area,
.select {
  display: flex;
  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: calc(var(--inputs-border-width) + 1.5rem);
}

.select__select,
.customer select {
  cursor: pointer;
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding: 0 calc(var(--inputs-border-width) + 3rem) 0 2rem;
  margin: var(--inputs-border-width);
  min-height: calc(var(--inputs-border-width) * 2);
}

/* Field */

.field {
  position: relative;
  width: 100%;
  display: flex;
  transition: box-shadow var(--duration-short) ease;
}

.customer .field {
  display: flex;
}

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

.field__input,
.customer .field input {
  flex-grow: 1;
  text-align: left;
  padding: 1.5rem;
  margin: var(--inputs-border-width);
  transition: box-shadow var(--duration-short) ease;
}

.field__label,
.customer .field label {
  font-size: 1.6rem;
  left: calc(var(--inputs-border-width) + 2rem);
  top: calc(1rem + var(--inputs-border-width));
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  transition: top var(--duration-short) ease, font-size var(--duration-short) ease;
  color: rgba(var(--color-foreground), 0.75);
  letter-spacing: 0.1rem;
  line-height: 1.5;
}

.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: 1rem;
  top: calc(var(--inputs-border-width) + 0.5rem);
  left: calc(var(--inputs-border-width) + 2rem);
  letter-spacing: 0.04rem;
}

.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: 2.2rem 1.5rem 0.8rem 2rem;
  margin: var(--inputs-border-width);
}

.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: 4.4rem;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 4.4rem;
}

.field__button > svg {
  height: 2.5rem;
  width: 2.5rem;
}

.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);
  min-height: 10rem;
  resize: none;
}

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: 1.4rem;
  line-height: 1;
  margin-top: 1rem;
}

.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;
  height: 1.3rem;
  margin-right: 0.5rem;
  width: 1.3rem;
}

.form__message--large .icon,
.customer .form__message svg {
  height: 1.5rem;
  width: 1.5rem;
  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 {
  color: rgba(var(--color-foreground));
  position: relative;
  width: calc(14rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
  display: flex;
  border-radius: var(--inputs-radius);
  min-height: calc((var(--inputs-border-width) * 2) + 4.5rem);
}

.quantity:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.quantity:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset)
    var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
  z-index: -1;
}

.quantity__input {
  color: currentColor;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.6rem;
  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;
  height:55px !important;
}

.quantity__button {
  height:55px !important;
  width: calc(4.5rem / var(--font-body-scale));
  flex-shrink: 0;
  font-size: 1.8rem;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-foreground));
  padding: 0;
}

.quantity__button:first-child {
  margin-left: calc(var(--inputs-border-width));
}

.quantity__button:last-child {
  margin-right: calc(var(--inputs-border-width));
}

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

.quantity__button:focus-visible,
.quantity__input:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.quantity__button:focus,
.quantity__input:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.quantity__button:not(:focus-visible):not(.focused),
.quantity__input:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
  background-color: inherit;
}

.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;
}

.quantity__rules {
  margin-top: 0.5rem;
  position: relative;
  font-size: 1.2rem;
}

.quantity__rules .caption {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}

.quantity__rules .divider + .divider::before {
  content: '\2022';
  margin: 0 0.5rem;
}

.quantity__rules-cart {
  position: relative;
}

product-info .loading__spinner:not(.hidden) ~ *,
.quantity__rules-cart .loading__spinner:not(.hidden) ~ * {
  visibility: hidden;
}

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

.modal__toggle-close {
  display: none;
}

.modal__toggle-open {
  display: flex;
}

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

.modal__close-button .icon {
  width: 1.7rem;
  height: 1.7rem;
}

.modal__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(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: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  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));
}

/* utility-bar */
.utility-bar {
  height: 100%;
}

.utility-bar--bottom-border {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

@media screen and (min-width: 990px) {
  .utility-bar--bottom-border-social-only {
    border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  }
}

.utility-bar__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: 'announcements';
}

.utility-bar__grid .list-social {
  justify-content: flex-start;
  align-content: center;
  margin-left: -1.2rem;
  grid-area: social-icons;
}

@media screen and (max-width: 989px) {
  .utility-bar .utility-bar__grid .list-social {
    display: none;
  }
}

.utility-bar .list-social__item .icon {
  scale: 0.9;
}

@media screen and (min-width: 990px) {
  .utility-bar__grid--3-col {
    grid-template-columns: 3fr 4fr 3fr;
    grid-template-areas: 'social-icons announcements language-currency';
  }

  .utility-bar__grid--2-col {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 'social-icons language-currency';
  }

  .announcement-bar.announcement-bar--one-announcement,
  .announcement-bar--one-announcement .announcement-bar__link {
    width: fit-content;
    margin: auto;
  }
}

.announcement-bar,
.announcement-bar__announcement {
  color: rgb(var(--color-foreground));
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  grid-area: announcements;
}

.announcement-bar .slider--everywhere {
  margin-bottom: 0;
  scroll-behavior: auto;
}

.utility-bar__grid .announcement-bar-slider {
  width: 100%;
}

.utility-bar__grid .announcement-bar-slider {
  width: 100%;
}

.announcement-bar-slider,
.announcement-bar-slider .slider {
  width: 100%;
}

.announcement-bar .slider-button--next {
  margin-right: -1.5rem;
  min-width: 44px;
}

.announcement-bar .slider-button--prev {
  margin-left: -1.5rem;
  min-width: 44px;
}

.announcement-bar .slider-button--next:focus-visible,
.announcement-bar .slider-button--prev:focus-visible,
.utility-bar .list-social__link:focus-visible {
  outline-offset: -0.3rem;
  box-shadow: 0 0 0 -0.2rem rgb(var(--color-foreground));
}

.localization-wrapper {
  grid-area: language-currency;
  align-self: center;
  display: flex;
  justify-content: flex-end;
}

.localization-wrapper .localization-selector + .disclosure__list-wrapper {
  animation: animateMenuOpen var(--duration-default) ease;
}

.utility-bar .localization-wrapper .disclosure .localization-form__select,
.utility-bar .localization-wrapper .disclosure__link {
  font-size: calc(var(--font-heading-scale) * 1.3rem);
}

@media screen and (min-width: 990px) {
  body:has(.section-header .header:not(.drawer-menu)) .utility-bar .page-width {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .announcement-bar-slider {
    width: 60%;
  }

  .announcement-bar .slider-button {
    height: 3.8rem;
  }
}

.announcement-bar__link {
  display: flex;
  width: 100%;
  text-decoration: none;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.announcement-bar__link:hover {
  text-decoration: underline;
}

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

.announcement-bar__message {
  text-align: center;
  padding: 3px 0;
  margin: 0;
  letter-spacing: 0.1rem;
}

.announcement-bar-slider--fade-in-next .announcement-bar__message,
.announcement-bar-slider--fade-in-previous .announcement-bar__message,
.announcement-bar-slider--fade-out-next .announcement-bar__message,
.announcement-bar-slider--fade-out-previous .announcement-bar__message {
  animation-duration: var(--duration-announcement-bar);
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.announcement-bar-slider--fade-in-next .announcement-bar__message {
  --announcement-translate-from: -1.5rem;
  /* Prevent flicker */
  opacity: 0;
  animation-name: translateAnnouncementSlideIn;
  animation-delay: var(--duration-announcement-bar);
}

.announcement-bar-slider--fade-in-previous .announcement-bar__message {
  --announcement-translate-from: 1.5rem;
  /* Prevent flicker */
  opacity: 0;
  animation-name: translateAnnouncementSlideIn;
  animation-delay: var(--duration-announcement-bar);
}

.announcement-bar-slider--fade-out-next .announcement-bar__message {
  --announcement-translate-to: 1.5rem;
  animation-name: translateAnnouncementSlideOut;
}

.announcement-bar-slider--fade-out-previous .announcement-bar__message {
  --announcement-translate-to: -1.5rem;
  animation-name: translateAnnouncementSlideOut;
}

@keyframes translateAnnouncementSlideIn {
  0% {
    opacity: 0;
    transform: translateX(var(--announcement-translate-from));
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes translateAnnouncementSlideOut {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(var(--announcement-translate-to));
  }
}

/* section-header */
.section-header.shopify-section-group-header-group {
  z-index: 3;
}

.shopify-section-header-sticky {
  position: sticky;
  top: 0;
}

.shopify-section-header-hidden {
  top: calc(-1 * var(--header-height));
}

.shopify-section-header-hidden.menu-open {
  top: 0;
}

.section-header.animate {
  transition: top 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-wrapper--border-bottom {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

.header {
  display: grid;
  grid-template-areas: 'left-icons heading icons';
  grid-template-columns: 1fr 2fr 0fr;
  align-items: center;
}

@media screen and (max-width: 749px) {
  .header--has-app {
    grid-template-columns: auto 1fr auto;
  }
}

@media screen and (min-width: 990px) {
  .header {
    grid-template-columns: 1fr auto 1fr;
  }

  .header--top-left,
  .header--middle-left:not(.header--has-menu) {
    grid-template-areas:
      'heading icons'
      'navigation navigation';
    grid-template-columns: 1fr auto;
  }

  .header--top-left.drawer-menu,
  .header--middle-left.drawer-menu {
    grid-template-areas: 'navigation heading icons';
    grid-template-columns: auto 1fr auto;
    column-gap: 1rem;
  }

  .header--middle-left {
    grid-template-areas: 'heading navigation icons';
    /* grid-template-columns: auto auto 1fr; */
    column-gap: 2rem;
  }

  .header--middle-center:not(.drawer-menu) {
    grid-template-areas: 'navigation heading icons';
    grid-template-columns: 1fr auto 1fr;
    column-gap: 2rem;
  }

  .header--middle-center a.header__heading-link {
    text-align: center;
  }

  .header--top-center {
    grid-template-areas:
      'left-icons heading icons'
      'navigation navigation navigation';
  }

  .header--top-center.drawer-menu {
    grid-template-areas: 'left-icons heading icons';
    grid-template-columns: 1fr auto 1fr;
  }

  .header:not(.header--middle-left, .header--middle-center) .header__inline-menu {
    margin-top: 1.05rem;
  }
}

.header *[tabindex='-1']:focus {
  outline: none;
}

.header__heading {
  margin: 0;
  line-height: 0;
}

.header > .header__heading-link {
  line-height: 0;
}

.header__heading,
.header__heading-link {
  grid-area: heading;
  justify-self: center;
}

.header__heading-link {
  display: inline-block;
  padding: 0.75rem;
  text-decoration: none;
  word-break: break-word;
}

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

.header__heading-link .h2 {
  line-height: 1;
  color: rgba(var(--color-foreground), 0.75);
}

.header__heading-logo {
  max-width: 100%;
  border-radius:0px;
}

.header__heading-logo-wrapper {
  width: 100%;
  display: inline-block;
  transition: width 0.3s cubic-bezier(0.52, 0, 0.61, 0.99);
}

@media screen and (max-width: 989px) {
  .header__heading,
  .header__heading-link {
    text-align: center;
  }

  .header--mobile-left .header__heading,
  .header--mobile-left .header__heading-link {
    text-align: left;
    justify-self: start;
  }

  .header--mobile-left {
    grid-template-columns: auto 2fr 1fr;
  }
}

@media screen and (min-width: 990px) {
  .header--middle-left .header__heading-link,
  .header--top-left .header__heading-link {
    margin-left: -0.75rem;
  }

  .header__heading,
  .header__heading-link {
    justify-self: start;
  }

  .header--middle-center .header__heading-link,
  .header--middle-center .header__heading {
    justify-self: center;
    text-align: center;
  }

  .header--top-center .header__heading-link,
  .header--top-center .header__heading {
    justify-self: center;
    text-align: center;
  }
}

/* Header icons */
.header__icons {
  display: flex;
  grid-area: icons;
  justify-self: end;
  padding-right: 0.8rem;
}

.header__icons .shopify-app-block {
  max-width: 4.4rem;
  max-height: 4.4rem;
  overflow: hidden;
}

.header__icon:not(.header__icon--summary),
.header__icon span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__icon {
  color: rgb(var(--color-foreground));
}

.header__icon span {
  height: 100%;
}

.header__icon::after {
  content: none;
}

.header__icon:hover .icon,
.modal__close-button:hover .icon {
  transform: scale(1.07);
}

.header__icon .icon {
  height: 2rem;
  width: 2rem;
  fill: none;
  vertical-align: middle;
}

.header__icon,
.header__icon--cart .icon {
  height: 4.4rem;
  width: 4.4rem;
  padding: 0;
}

.header__icon--cart {
  position: relative;
  margin-right: -1.2rem;
}

.header__icon--menu[aria-expanded='true']::before {
  content: '';
  top: 100%;
  left: 0;
  height: calc(var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%)));
  width: 100%;
  display: block;
  position: absolute;
  background: rgba(var(--color-foreground), 0.5);
}

.header__icon--account shop-user-avatar {
  --shop-avatar-size: 2.8rem;
}

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

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

.header--top-center.drawer-menu > .header__search {
  margin-left: 3.2rem;
}

.header--top-center header-drawer {
  grid-area: left-icons;
}

.header:not(.header--has-menu) * > .header__search {
  display: none;
}

.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: 990px) {
  .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;
  }
}

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: '';
  background-color: rgb(var(--color-foreground), 0.5);
  top: 100%;
  left: 0;
  right: 0;
  height: 100vh;
}

.search-modal {
  opacity: 0;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  min-height: calc(100% + var(--inputs-margin-offset) + (2 * var(--inputs-border-width)));
  height: 100%;
}

.search-modal__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 5rem 0 1rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  position: relative;
}

.search-modal__content-bottom {
  bottom: calc((var(--inputs-margin-offset) / 2));
}

.search-modal__content-top {
  top: calc((var(--inputs-margin-offset) / 2));
}

.search-modal__form {
  width: 100%;
}

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

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

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

@media screen and (min-width: 990px) {
  .search-modal__form {
    max-width: 74.2rem;
  }

  .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);
}

.js details > .header__submenu {
  opacity: 0;
  transform: translateY(-1.5rem);
}

details[open] > .header__submenu {
  animation: animateMenuOpen var(--duration-default) ease;
  animation-fill-mode: forwards;
  z-index: 1;
}

@media (prefers-reduced-motion) {
  details[open] > .header__submenu {
    opacity: 1;
    transform: translateY(0);
  }
}

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

.header--top-center .header__inline-menu,
.header--top-center .header__heading-link {
  margin-left: 0;
}

@media screen and (min-width: 990px) {
  .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--middle-left .header__inline-menu {
    margin-left: 0;
  }
}

.header__menu {
  padding: 0 1rem;
}

.header__menu-item {
  padding: 1.2rem;
  text-decoration: none;
  color: rgba(var(--color-foreground), 0.75);
}

.header__menu-item:hover {
  color: rgb(var(--color-foreground));
}

.header__menu-item span {
  transition: text-decoration var(--duration-short) ease;
}

.header__menu-item:hover span {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

details[open] > .header__menu-item {
  text-decoration: underline;
}

details[open]:hover > .header__menu-item {
  text-decoration-thickness: 0.2rem;
}

details[open] > .header__menu-item .icon-caret {
  transform: rotate(180deg);
}

.header__active-menu-item {
  transition: text-decoration-thickness var(--duration-short) ease;
  color: rgb(var(--color-foreground));
  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;
}

.global-settings-popup,
.header__submenu.global-settings-popup {
  border-radius: var(--popup-corner-radius);
  border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
  border-style: solid;
  border-width: var(--popup-border-width);
  box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius)
    rgba(var(--color-shadow), var(--popup-shadow-opacity));
  z-index: -1;
}

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

.header__submenu .header__submenu {
  background-color: rgba(var(--color-foreground), 0.03);
  padding: 1rem 0;
  margin: 1rem 0;
}

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

.header__submenu .header__menu-item {
  justify-content: space-between;
  padding: 0.8rem 2rem;
}

.header__submenu .header__menu-item:hover {
  text-decoration-line: underline;
}

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

.header__submenu .icon-caret {
  flex-shrink: 0;
  margin-left: 1rem;
  position: static;
}

header-menu > details,
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-desktop {
  overflow: hidden;
}

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

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

.badge {
  border: 1px solid transparent;
  border-radius: var(--badge-corner-radius);
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  padding: 0.5rem 1.3rem 0.6rem 1.3rem;
  text-align: center;
  background-color: rgb(var(--color-badge-background));
  border-color: rgba(var(--color-badge-border), var(--alpha-badge-border));
  color: rgb(var(--color-badge-foreground));
  word-break: break-word;
}

.gradient {
  background: rgb(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;
  }
}

.ratio {
  display: flex;
  position: relative;
  align-items: stretch;
}

.ratio::before {
  content: '';
  width: 0;
  height: 0;
  padding-bottom: var(--ratio-percent);
}

.content-container {
  border-radius: var(--text-boxes-radius);
  border: var(--text-boxes-border-width) solid rgba(var(--color-foreground), var(--text-boxes-border-opacity));
  position: relative;
}

.content-container:after {
  content: '';
  position: absolute;
  top: calc(var(--text-boxes-border-width) * -1);
  right: calc(var(--text-boxes-border-width) * -1);
  bottom: calc(var(--text-boxes-border-width) * -1);
  left: calc(var(--text-boxes-border-width) * -1);
  border-radius: var(--text-boxes-radius);
  box-shadow: var(--text-boxes-shadow-horizontal-offset) var(--text-boxes-shadow-vertical-offset)
    var(--text-boxes-shadow-blur-radius) rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
  z-index: -1;
}

.content-container--full-width:after {
  left: 0;
  right: 0;
  border-radius: 0;
}

@media screen and (max-width: 749px) {
  .content-container--full-width-mobile {
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
  .content-container--full-width-mobile:after {
    display: none;
  }
}

.global-media-settings {
  position: relative;
  border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  overflow: visible !important;
  background-color: rgb(var(--color-background));
}

.global-media-settings:after {
  content: '';
  position: absolute;
  top: calc(var(--media-border-width) * -1);
  right: calc(var(--media-border-width) * -1);
  bottom: calc(var(--media-border-width) * -1);
  left: calc(var(--media-border-width) * -1);
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
  z-index: -1;
  pointer-events: none;
}

.global-media-settings--no-shadow {
  overflow: hidden !important;
}

.global-media-settings--no-shadow:after {
  content: none;
}

.global-media-settings img,
.global-media-settings iframe,
.global-media-settings model-viewer,
.global-media-settings video,
.global-media-settings .placeholder-svg {
  border-radius: calc(var(--media-radius) - var(--media-border-width));
}

.content-container--full-width,
.global-media-settings--full-width,
.global-media-settings--full-width img,
.global-media-settings--full-width video,
.global-media-settings--full-width iframe,
.global-media-settings--full-width .placeholder-svg {
  border-radius: 0;
  border-left: none;
  border-right: none;
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  .grid {
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
  }

  .grid__item {
    padding-left: var(--grid-mobile-horizontal-spacing);
    padding-bottom: var(--grid-mobile-vertical-spacing);
  }

  @media screen and (min-width: 750px) {
    .grid {
      margin-left: calc(-1 * var(--grid-desktop-horizontal-spacing));
    }

    .grid__item {
      padding-left: var(--grid-desktop-horizontal-spacing);
      padding-bottom: var(--grid-desktop-vertical-spacing);
    }
  }

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

  @media screen and (min-width: 749px) {
    .grid--peek .grid__item {
      padding-left: var(--grid-mobile-horizontal-spacing);
    }
  }

  .product-grid .grid__item {
    padding-bottom: var(--grid-mobile-vertical-spacing);
  }

  @media screen and (min-width: 750px) {
    .product-grid .grid__item {
      padding-bottom: var(--grid-desktop-vertical-spacing);
    }
  }
}

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

/* outline and border styling for Windows High Contrast Mode */
@media (forced-colors: active) {
  .button,
  .shopify-challenge__button,
  .customer button {
    border: transparent solid 1px;
  }

  .button:focus-visible,
  .button:focus,
  .button.focused,
  .shopify-payment-button__button--unbranded:focus-visible,
  .shopify-payment-button [role='button']:focus-visible,
  .shopify-payment-button__button--unbranded:focus,
  .shopify-payment-button [role='button']:focus {
    outline: solid transparent 1px;
  }

  .field__input:focus,
  .select__select:focus,
  .customer .field input:focus,
  .customer select:focus,
  .localization-form__select:focus.localization-form__select:after {
    outline: transparent solid 1px;
  }

  .localization-form__select:focus {
    outline: transparent solid 1px;
  }
}

.rte:after {
  clear: both;
  content: '';
  display: block;
}

.rte > *:first-child {
  margin-top: 0;
}

.rte > *:last-child {
  margin-bottom: 0;
}

.rte table {
  table-layout: fixed;
}

@media screen and (min-width: 750px) {
  .rte table td {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}

.rte img {
  height: auto;
  max-width: 100%;
  border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
  margin-bottom: var(--media-shadow-vertical-offset);
}

.rte ul,
.rte ol {
  list-style-position: inside;
  padding-left: 2rem;
}

.rte li {
  list-style: inherit;
}

.rte li:last-child {
  margin-bottom: 0;
}

.rte a {
  color: rgba(var(--color-link), var(--alpha-link));
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness var(--duration-short) ease;
}

.rte a:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}

.rte blockquote {
  display: inline-flex;
}

.rte blockquote > * {
  margin: -0.5rem 0 -0.5rem 0;
}

/* Image mask global styles */

.shape--mask {
  display: block;
  height: 0;
  width: 0;
}

.shape--arch {
  clip-path: url('#Shape-Arch');
}

.shape--blob {
  clip-path: polygon(var(--shape--blob-1));
}

.shape--chevronleft {
  clip-path: polygon(100% 0%, 85% 50%, 100% 100%, 15% 100%, 0% 50%, 15% 0%);
}

.shape--chevronright {
  clip-path: polygon(85% 0%, 100% 50%, 85% 100%, 0% 100%, 15% 50%, 0% 0%);
}

.shape--circle {
  clip-path: circle(closest-side);
}

.shape--diamond {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.shape--parallelogram {
  clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%);
}

.shape--round {
  clip-path: ellipse(45% 45% at 50% 50%);
}

/* Fixed background */
.animate--fixed {
  clip-path: inset(0);
}

.animate--fixed > img:not(.zoom):not(.deferred-media__poster-button),
.animate--fixed > svg:not(.zoom):not(.deferred-media__poster-button) {
  position: fixed;
  height: 100vh;
}

/* Zoom in image on scroll */
.animate--zoom-in {
  --zoom-in-ratio: 1;
}

.animate--zoom-in > img,
.animate--zoom-in > svg {
  transition: scale var(--duration-short) linear;
  scale: var(--zoom-in-ratio);
}

/* Animations */

@media (prefers-reduced-motion: no-preference) {
  .animate--ambient > img,
  .animate--ambient > svg {
    animation: animateAmbient 30s linear infinite;
  }

  @keyframes animateAmbient {
    0% {
      transform: rotate(0deg) translateX(1em) rotate(0deg) scale(1.2);
    }
    100% {
      transform: rotate(360deg) translateX(1em) rotate(-360deg) scale(1.2);
    }
  }

  .scroll-trigger.animate--fade-in,
  .scroll-trigger.animate--slide-in {
    opacity: 0.01;
  }

  .scroll-trigger.animate--slide-in {
    transform: translateY(2rem);
  }

  .scroll-trigger:not(.scroll-trigger--offscreen).animate--fade-in {
    opacity: 1;
    animation: var(--animation-fade-in);
  }

  .scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in {
    animation: var(--animation-slide-in);
    animation-delay: calc(var(--animation-order) * 75ms);
  }

  .scroll-trigger.scroll-trigger--design-mode.animate--fade-in,
  .scroll-trigger.scroll-trigger--design-mode.animate--slide-in,
  .scroll-trigger.scroll-trigger--design-mode .slider,
  .scroll-trigger:not(.scroll-trigger--offscreen).scroll-trigger--cancel {
    opacity: 1;
    animation: none;
    transition: none;
  }

  .scroll-trigger.scroll-trigger--design-mode.animate--slide-in {
    transform: translateY(0);
  }

  @keyframes slideIn {
    from {
      transform: translateY(2rem);
      opacity: 0.01;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }

  @keyframes fadeIn {
    from {
      opacity: 0.01;
    }
    to {
      opacity: 1;
    }
  }
}

/* Element Hovers: Vertical Lift, 3d Lift */

@media (prefers-reduced-motion: no-preference) and (hover: hover) {
  .animate--hover-3d-lift .card-wrapper .card--card,
  .animate--hover-3d-lift .card-wrapper .card--standard .card__inner,
  .animate--hover-3d-lift .button:not(.button--tertiary),
  .animate--hover-3d-lift .shopify-challenge__button,
  .animate--hover-3d-lift .customer button,
  .animate--hover-3d-lift .shopify-payment-button__button,
  .animate--hover-3d-lift .deferred-media .deferred-media__poster-button {
    transition: transform var(--duration-long) ease, box-shadow var(--duration-long) ease;
    transform-origin: center;
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card,
  .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__inner,
  .animate--hover-3d-lift .button:not(.button--tertiary):not([disabled]):hover,
  .animate--hover-3d-lift .shopify-challenge__button:not([disabled]):hover,
  .animate--hover-3d-lift .customer button:not([disabled]):hover,
  .animate--hover-3d-lift .shopify-payment-button__button:hover,
  .animate--hover-3d-lift .deferred-media:hover .deferred-media__poster-button {
    transition: transform var(--duration-extended) ease, box-shadow var(--duration-long) ease; /* Slow the card transition speed while hover is active. */
    transform: rotate(1deg);
    box-shadow: -1rem -1rem 1rem -1rem rgba(0, 0, 0, 0.05), 1rem 1rem 1rem -1rem rgba(0, 0, 0, 0.05),
      0 0 0.5rem 0 rgba(255, 255, 255, 0), 0 2rem 3.5rem -2rem rgba(0, 0, 0, 0.5);
  }

  .animate--hover-3d-lift .deferred-media:hover .deferred-media__poster-button {
    transform: translate(-50%, -50%) scale(1.05); /* Apply a specialized transform to the video play button. */
  }

  .animate--hover-3d-lift .collage__item .card-wrapper:hover .card--card,
  .animate--hover-3d-lift .collage__item .card-wrapper:hover .card--standard .card__inner {
    transform: rotate(0.5deg); /* Less intense rotation for collage items. */
  }

  .animate--hover-3d-lift .product-grid .grid__item:hover,
  .animate--hover-3d-lift .collection-list .grid__item:hover,
  .animate--hover-3d-lift .collage__item:hover,
  .animate--hover-3d-lift .blog-articles .article:hover,
  .animate--hover-3d-lift .complementary-slide li:hover {
    z-index: 2; /* Make sure the hovered card is the topmost card. */
  }

  .animate--hover-3d-lift .product-grid {
    isolation: isolate; /* Ensure z-index changes here don't negatively effect other UI stacking. */
  }

  .animate--hover-3d-lift .card-wrapper .card--shape.card--standard:not(.card--text) .card__inner {
    box-shadow: none;
    transition: transform var(--duration-long) ease, filter var(--duration-long) ease;
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--shape.card--standard:not(.card--text) .card__inner {
    transition: transform calc(2 * var(--duration-extended)) ease, filter var(--duration-long) ease; /* Slow the card transition speed while hover is active. */
    filter: drop-shadow(0rem 2rem 2rem rgba(0, 0, 0, 0.15)) drop-shadow(0rem 1rem 1rem rgba(0, 0, 0, 0.15));
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card:after,
  .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__inner:after,
  .animate--hover-3d-lift
    .card-wrapper:hover
    .card--shape.card--standard:not(.card--text)
    .card__inner
    .card__media:before {
    background-image: var(--easter-egg);
    background-size: 250px 250px;
    mix-blend-mode: color-dodge;
    pointer-events: none;
    z-index: 2;
  }

  .animate--hover-3d-lift
    .card-wrapper:hover
    .card--shape.card--standard:not(.card--text)
    .card__inner
    .card__media:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .animate--hover-3d-lift .card-wrapper .card--card:before,
  .animate--hover-3d-lift .card-wrapper .card--standard .card__media:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: background-position calc(2 * var(--duration-extended)) ease, opacity var(--duration-default) ease;
    mix-blend-mode: overlay;
    background-size: 400% 100%;
    background-position: 90% 0;
    background-repeat: no-repeat;
    background-image: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0) 45%,
      rgba(255, 255, 255, 1) 50%,
      rgba(255, 255, 255, 0) 55%
    );
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card:before,
  .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__media:after {
    opacity: 0.2;
    transition: background-position 6s ease, opacity var(--duration-long) ease;
    background-position: left;
    z-index: 2;
  }

  :root {
    --easter-egg: none;
    --sparkle: url('./sparkle.gif');
  }

  .animate--hover-vertical-lift .button:not(.button--tertiary),
  .animate--hover-vertical-lift .shopify-challenge__button,
  .animate--hover-vertical-lift .customer button,
  .animate--hover-vertical-lift .shopify-payment-button__button {
    transition: transform var(--duration-default) var(--ease-out-slow);
  }

  .animate--hover-vertical-lift .card-wrapper .card--card,
  .animate--hover-vertical-lift .card-wrapper .card--standard .card__inner {
    transition: transform var(--duration-medium) var(--ease-out-slow);
  }

  .animate--hover-vertical-lift .card-wrapper:hover .card--card,
  .animate--hover-vertical-lift .card-wrapper:hover .card--standard .card__inner {
    transform: translateY(-0.75rem);
  }

  .animate--hover-vertical-lift .card-wrapper:active .card--card,
  .animate--hover-vertical-lift .card-wrapper:active .card--standard .card__inner {
    transform: translateY(-0.5rem);
  }

  .animate--hover-vertical-lift .button:not(.button--tertiary):not([disabled]):hover,
  .animate--hover-vertical-lift .shopify-challenge__button:not([disabled]):hover,
  .animate--hover-vertical-lift .customer button:not([disabled]):hover,
  .animate--hover-vertical-lift .shopify-payment-button__button:hover {
    transform: translateY(-0.25rem);
  }

  .animate--hover-vertical-lift .button:not(.button--tertiary):not([disabled]):active,
  .animate--hover-vertical-lift .shopify-challenge__button:not([disabled]):active,
  .animate--hover-vertical-lift .customer button:not([disabled]):active,
  .animate--hover-vertical-lift .shopify-payment-button__button:active {
    transform: translateY(0);
  }

  .animate--hover-vertical-lift .button:not([disabled]):hover:after,
  .animate--hover-vertical-lift .customer button:not([disabled]):hover:after,
  .animate--hover-vertical-lift .shopify-payment-button__button:not([disabled]):hover:after {
    --border-offset: 0.3px; /* Default is 1.3px as defined above in this file. This removes 1px to prevent the border from growing on buttons when this effect is on.  */
    box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
        rgba(var(--color-button-text), var(--border-opacity)),
      0 0 0 var(--buttons-border-width) rgba(var(--color-button), var(--alpha-button-background));
  }

  .animate--hover-vertical-lift .button:not([disabled]).button--secondary:hover:after {
    --border-offset: 0px; /* Prevent the border from growing on buttons when this effect is on. */
  }
}
.dsio_collectionnew{margin-bottom:36px; max-width:66.6666%;}
.dsio_collectionnew .img--1 a img{border-radius:20px 0 0 0; height:100%;}
.dsio_collectionnew .img--2 a img{border-radius:0 20px 0 0; height:100%;}
.dsio_collectionnew .img--4 a img{border-radius:0 0 20px 0; height:100%;}
.dsio_collectionnew .img--3 a img{border-radius:0 0 0 20px; height:100%;}
.dsio_video{padding:30px;}
.dsio_video video{max-width:100%; width:100%; height: auto;border-radius:20px; }

  
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}
.material-icons-outlined {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.container {
  margin-top: 30px;
}
@media only screen and (max-width: 697px) {
  .container {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 1024px) {
  .main-container:not(.min-height-not-applicable) {
    min-height: calc(100vh - 100px);
  }
}
@media only screen and (max-width: 1024px) {
  .main-container {
    margin-top: 50px;
    min-height: calc(100vh - 300px);
  }
  .with-header-strip .main-container {
    margin-top: 70px;
  }
  .with-header-strip .mobile-header .header-account-container {
    top: 29px;
  }
  .with-header-strip.catalog-page .page-title-info {
    top: 70px;
  }
  .with-header-strip.product-page .main-container {
    margin-top: 78px;
  }
  .with-header-strip.product-page .main-container #shopTheLookModal .shopTheLookContent {
    margin-top: 73px;
    max-height: calc(100% - 100px);
  }
  .with-header-strip .track-order-page {
    margin-top: 80px;
  }
}
.white-space-no-wrap {
  white-space: nowrap;
}
/*footer*/
footer.footer{margin-top:36px;}
.footer-container {
  background: #fcfcfc;
  position: relative;
  background-position: 0px 0px;
  background-color: #fcfcfc;
}
@media only screen and (max-width: 1024px) {
  .footer-container {
    padding-bottom: 70px;
    z-index: 999999;
  }
}
.footer-container .desktop-footer {
  width: 1200px;
  overflow: auto;
  max-width: 100%;
  padding-top: 23px !important;
}
.footer-container .container {
  margin-top: 0px;
}
.footer-container ul li {
  list-style: none;
}
.footer-container .icons {
  font-size: 30px;
  color: #a0a0a0;
}
.footer-container .icons:hover {
  color: #b07c83;
}
.footer-container .currency-switcher-select {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg height="32" viewBox="0 0 1792 1792" width="32" xmlns="http://www.w3.org/2000/svg"><path d="M1395 1184q0 13-10 23l-50 50q-10 10-23 10t-23-10l-393-393-393 393q-10 10-23 10t-23-10l-50-50q-10-10-10-23t10-23l466-466q10-10 23-10t23 10l466 466q10 10 10 23z"/></svg>');
  background-size: 0.9em;
  background-position: calc(100% - 1.2em) center;
}
.footer-container .follow-us-cont span {
  font-size: 19px;
  color: #4a4a4a;
}
.footer-container .follow-us-cont li:nth-child(1) span {
  margin-right: 20px;
}
.footer-container .follow-us-cont li:nth-child(2) span {
  margin-right: 15px;
}
.footer-container .follow-us-cont li:nth-child(3) span {
  margin-right: 15px;
}
.footer-container .follow-us-cont li:nth-child(4) span {
  margin-right: 15px;
}
.footer-container .follow-us-cont li:nth-child(5) span {
  margin-right: 16px;
}
.footer-container a {
  color: #000;
  font-weight: 100;
  text-decoration:none;
}
.footer-container a:hover {
  color: #000 !important;
  font-weight: 500 !important;
}
.footer-container .card-header {
  background: none;
  border: 0px;
}
.footer-container .card-header a {
  font-size: 11px;
  line-height: 30px;
  position: relative;
  display: block;
  color: #000;
  font-weight: 300;
}
.footer-container .card-header li a {
  font-size: 10px;
  line-height: 17px;
}
.footer-container .card-header a:after {
  content: "-";
  position: absolute;
  right: 2px;
  top: 0px;
  font-size: 20px;
}
.footer-container .card-header a.collapsed:after {
  content: "+";
  right: 0px;
}
.footer-container .card {
  background: none;
  border: 0px;
}
.footer-container .card li a {
  font-size: 10px;
  font-weight: 300;
}
.footer-container .related-links a {
  font-size: 11px;
  line-height: 30px;
  font-weight: 300;
}
.footer-container .related-links .title_block {
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 4px;
}
.footer-container .footer-navigation {
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 99999999;
  height: 75px;
  background-color: white;
  border-top: 1px solid #eee;
  padding-left: 0px !important;
  padding-right: 0px !important;
  transition: height 0.15s ease-out;
  display: none;
  flex-flow: row wrap;
  justify-content: space-between;
  min-width: 100%;
  left: 0%;
}
.footer-container .footer-navigation .footer-navigation-item {
  align-items: center;
  flex: 1 1 20%;
  text-align: center;
  display: flex;
  justify-content: center;
  min-width: 20%;
  background: white;
}
.footer-container .footer-navigation .footer-navigation-item .footer-navigation-label {
  color: #666;
}
.footer-container .footer-navigation .footer-navigation-item p {
  font-size: 9px;
  font-weight: 300;
  color: #000;
  margin:0;
}
.footer-container .footer-navigation .footer-navigation-item .menu-btn-inner {
  width: 18px;
  margin: 0 auto;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: start;
}
.footer-container .footer-navigation .footer-navigation-item .menu-btn-inner div {
  width: 18px;
}
.footer-container .footer-navigation .footer-navigation-item .menu-btn-inner .btn-line {
  width: 100%;
  height: 1px;
  display: block;
  position: relative;
  background: #000;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  flex: 0 0 100%;
}
.footer-container .footer-navigation .footer-navigation-item .menu-btn-inner .btn-line:nth-child(1) {
  margin-top: 3px;
}
.footer-container .footer-navigation .footer-navigation-item .menu-btn-inner .btn-line:nth-child(2) {
  margin-top: 6px;
}
.footer-container .footer-navigation .footer-navigation-item .menu-btn-inner .btn-line:nth-child(3) {
  margin-top: 6px;
}
.footer-container .footer-navigation .footer-navigation-item .footer-navigation-content p:first-child {
  height: 25px;
}
.footer-container .footer-navigation .footer-navigation-item .footer-navigation-content img {
  width: 23px;
}
.footer-container .footer-navigation .footer-navigation-item .footer-navigation-content select {
  font-size: 12px !important;
  height: 25px !important;
  margin: 0px;
  margin-bottom: 3px;
}
.footer-container .footer-navigation .footer-navigation-item .footer-cart-item-count {
  display: inline-grid;
  align-items: center;
  padding: 0px;
  text-align: center;
  position: absolute;
  top: 5px;
  left: 2px;
  height: 14px;
  width: 16px;
  color: #000;
  font-size: 8px;
  font-weight: 400;
}
.footer-container .footer-navigation .footer-navigation-item .custom-currency-selector .custom-currency-inner {
  position: absolute;
  top: 55px;
  width: 125%;
  left: 0px;
  background: white;
  border-radius: 4px;
  padding: 10px 10px 0px 10px;
  transition: 1.5s;
  z-index: -2;
  text-align: center;
}
.footer-container .footer-navigation .footer-navigation-item .custom-currency-selector .custom-currency-inner div {
  padding: 10px 5px;
  font-weight: 300;
  border-bottom: 1px solid #eee;
}
@media only screen and (max-width: 370px) {
  .footer-container .footer-navigation .footer-navigation-item .custom-currency-selector .custom-currency-inner div {
    font-size: 12px;
  }
}
.footer-container .footer-navigation .footer-navigation-item .custom-currency-selector .custom-currency-inner .selected {
  color: #b07c83;
  font-weight: 500;
}
.footer-container .footer-navigation .footer-navigation-item .custom-currency-selector .footer-navigation-label {
  margin-right: 0px;
}
.footer-container .footer-navigation .footer-navigation-item .custom-currency-selector.opened {
  overflow: visible !important;
}
.footer-container .footer-navigation .footer-navigation-item .custom-currency-selector.opened .custom-currency-inner {
  transform: translateY(-390px);
}
@media only screen and (max-width: 370px) {
  .footer-container .footer-navigation .footer-navigation-item .custom-currency-selector.opened .custom-currency-inner {
    transform: translateY(-380px);
  }
}
.footer-container .footer-navigation .footer-navigation-item .custom-currency-selector.opened .selected-currency-icon {
  transform: rotate(180deg);
  background-position: -118% 0%;
}
.footer-container .footer-navigation .footer-navigation-item .selected-currency-text {
  margin-bottom: 6px;
  font-weight: 300;
  position: relative;
  top: -2px;
}
.footer-container .footer-navigation .footer-navigation-item .selected-currency-text > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-container .footer-navigation .footer-navigation-item .selected-currency-text > div .currency-main-text {
  font-size: 10px;
}
@media only screen and (max-width: 358px) and (max-width: 379) {
  .footer-container .footer-navigation .footer-navigation-item .selected-currency-text > div .currency-main-text {
    font-size: 11px;
  }
}
@media only screen and (min-width: 383px) and (max-width: 500px) {
  .footer-container .footer-navigation .footer-navigation-item .selected-currency-text > div .currency-main-text {
    font-size: 12px;
  }
}
@media only screen and (min-width: 501px) and (max-width: 1024px) {
  .footer-container .footer-navigation .footer-navigation-item .selected-currency-text > div .currency-main-text {
    font-size: 13px;
  }
}
.footer-container .footer-navigation .footer-navigation-item .selected-currency-text .selected-currency-icon {
  width: 17px;
  height: 17px;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg height="32" viewBox="0 0 1792 1792" width="32" xmlns="http://www.w3.org/2000/svg"><path d="M1395 1184q0 13-10 23l-50 50q-10 10-23 10t-23-10l-393-393-393 393q-10 10-23 10t-23-10l-50-50q-10-10-10-23t10-23l466-466q10-10 23-10t23 10l466 466q10 10 10 23z"/></svg>');
  background-repeat: no-repeat;
  background-size: 84%;
  background-position: 213% 0%;
  display: inline-block;
}
.footer-container .footer-navigation .currency-navigation-item .footer-navigation-content {
  margin-top: 4px;
}
@media only screen and (max-width: 1024px) {
  .product-page .footer-container {
    padding-bottom: 110px;
    z-index: 99999;
  }
}
.panel-default > .panel-heading {
  background: none;
}
.panel-group .panel {
  border: none;
  background: none;
  box-shadow: none;
}
.footer_quicklink .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
}
.copyright-main-container {
  padding-top: 2px !important;
}
.copyright .copyright-footer {
  text-align: center;
  color: #000;
  padding-left: 2px;
  padding-top: 7px !important;
  letter-spacing: 0px;
}
.payments-cards {
  text-align: right;
  padding-right: 2px;
}
.payments-cards ul li {
  padding: 0px 5px !important;
  display: inline-block;
  height: 44px;
}
.whatsapp-message {
  cursor: pointer;
  width: 50px;
  height: 50px;
  background: #0bd561;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
  margin: 0 auto;
  margin-top: 15px;
}
.whatsapp_link {
  border-left: 1px solid grey;
}
.whatsapp_link p {
  font-size: 13px;
  font-weight: 100;
  color: black;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .footer_quicklink .panel-group .panel-heading a:after {
    font-size: 20px;
  }
  .copyright .copyright-footer {
    text-align: center;
    margin-bottom: 10px !important;
  }
  .payments-cards {
    text-align: center;
    display: none;
  }
}
/*footer*/
/* header  */
@-moz-keyframes headslide {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes headslide {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes headslide {
  0% {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.currency-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 999999999;
}
.currency-modal .currency-white {
  color: #ececec;
}
.currency-modal .currency-content-inner {
  position: relative;
  top: -25px;
}
.currency-modal .currency-content-container {
  position: absolute;
  color: #fff;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .currency-modal .currency-content-container {
    left: 0%;
    width: 100%;
  }
}
.currency-modal .currency-content-container select {
  appearance: none;
  padding: 0px 10px !important;
  background-position: right 49% !important;
  background-repeat: no-repeat !important;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
}
.currency-modal .currency-content-container button {
  background: #ba7e69;
  border-radius: 0px;
  height: 45px !important;
}
@media only screen and (max-width: 767px) {
  .currency-modal .currency-content-container button {
    height: 45px !important;
  }
}
.currency-modal .currency-content-container .welcome-text {
  margin-bottom: 60px !important;
}
@media only screen and (max-width: 767px) {
  .currency-modal .currency-content-container .welcome-text {
    margin-bottom: 80px !important;
  }
}
@media only screen and (max-width: 767px) {
  .currency-modal .currency-content-container .welcome-to {
    font-size: 18px !important;
  }
}
@media only screen and (max-width: 767px) {
  .currency-modal .currency-content-container .select-location-text {
    font-size: 14px !important;
  }
}
.currency-modal .currency-content-container .currency-image-container img {
  width: 127px;
  margin-left: -10px;
}
@media only screen and (max-width: 767px) {
  .currency-modal .currency-content-container .currency-image-container img {
    width: 100px;
  }
}
.currency-modal .currency-content-container .popup-currency-form div.input {
  padding: 0px 10px;
  border-radius: 0px;
  border-bottom: 1px solid #ededed;
  outline: none;
  outline: 0;
  cursor: pointer;
  background-color: white;
  background-position: right 49% !important;
  background-repeat: no-repeat !important;
  color: #ba7e69;
  font-weight: 300;
  line-height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
}
.currency-modal .currency-content-container .popup-currency-form .popup-currency-select {
  top: 46px;
  left: 0px;
  background: white;
}
.currency-modal .currency-content-container .popup-currency-form .popup-currency-select ul {
  max-height: 200px;
  overflow-y: scroll;
}
.currency-modal .currency-content-container .popup-currency-form .popup-currency-select ul li {
  list-style: none;
  cursor: pointer;
  padding: 10px 10px;
  border-bottom: 1px solid #ededed;
  overflow: auto;
  overflow-y: hidden;
}
.currency-modal .currency-content-container .popup-currency-form .popup-currency-select ul li span:first-child {
  float: left;
}
.currency-modal .currency-content-container .popup-currency-form .popup-currency-select ul li span:last-child {
  float: right;
}
.currency-modal .currency-content-container .popup-currency-form .popup-currency-select ul li.selected {
  color: #ba7e69;
  font-weight: 500;
}
.currency-modal .currency-content-container .popup-currency-form .popup-currency-select ul li:hover {
  background: #ba7e69;
  color: white;
}
.mobile-header {
  color: #888;
  box-shadow: none;
  top: 0px;
  z-index: 2;
  display: block;
  background: white;
  width: 100%;
  height: 100%;
}
.mobile-header .head-banner {
  overflow: hidden;
  height: 25px;
  position: relative;
}
.mobile-header .head-banner p {
  white-space: nowrap;
  font-weight: 200;
  color: white;
  margin-top: 3px;
  margin-bottom: 0px;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 480px) and (max-width: 1024px) {
  .mobile-header .head-banner p {
    font-size: 14px;
  }
}
.mobile-header .head-banner p.animate-left {
  -moz-animation: headslide 14s linear infinite;
  -webkit-animation: headslide 14s linear infinite;
  animation: headslide 14s linear infinite;
}
.mobile-header .head-banner p.animate-1 {
  margin-top: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0px;
  animation-name: head-banner-animate1;
  animation-duration: 12s;
  animation-fill-mode: both;
  text-align: center;
  animation-iteration-count: infinite;
}
.mobile-header .head-banner p.animate-2 {
  margin-top: 2px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0px;
  animation-name: head-banner-animate2;
  animation-duration: 12s;
  animation-fill-mode: both;
  text-align: center;
  animation-iteration-count: infinite;
}
.mobile-header .head-banner .animate-1.animate-left {
  -moz-animation: headslide 14s linear infinite;
  -webkit-animation: headslide 14s linear infinite;
  animation: headslide 14s linear infinite;
}
.mobile-header .head-banner p.no-animate-mobile {
  animation: none !important;
}
@media only screen and (max-width: 1023px) {
  .mobile-header .head-banner {
    padding: 2px;
    padding-bottom: 2px;
  }
}
@media only screen and (max-width: 768px) {
  .mobile-header .header-main {
    padding: 0px;
  }
}
.mobile-header .header-main .menu-btn {
  position: relative;
  display: inline-block;
  height: 51px;
  width: 35px;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.mobile-header .header-main .menu-btn .menu-btn-inner {
  width: 18px;
  height: 8px;
  position: relative;
  display: block;
  margin: -4px auto 0;
  top: 44%;
}
.mobile-header .header-main .menu-btn .menu-btn-inner .btn-line {
  width: 100%;
  height: 1px;
  display: block;
  position: relative;
  background: #000;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.mobile-header .header-main .menu-btn .menu-btn-inner .btn-line:nth-child(1) {
  -webkit-transform: translateY(-2px) rotate(0deg);
  transform: translateY(-2px) rotate(0deg);
}
.mobile-header .header-main .menu-btn .menu-btn-inner .btn-line:nth-child(2) {
  -webkit-transform: translateY(2px) rotate(0deg);
  transform: translateY(2px) rotate(0deg);
  margin-top: 2px;
}
.mobile-header .header-main .menu-btn .menu-btn-inner .btn-line:nth-child(3) {
  -webkit-transform: translateY(6px) rotate(0deg);
  transform: translateY(6px) rotate(0deg);
  margin-top: 2px;
}
.mobile-header .header-main .menu-btn.active {
  transform: rotate(90deg);
}
.mobile-header .header-main .menu-btn.active .btn-line:nth-child(1) {
  transform: translateY(3px) rotate(45deg);
}
.mobile-header .header-main .menu-btn.active .btn-line:nth-child(2) {
  transform: translateY(0px) rotate(-45deg);
}
.mobile-header .header-main .menu-btn.active .btn-line {
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.mobile-header .header-main .menu-btn.active .btn-line:nth-child(3) {
  display: none;
}
.mobile-header .header-main .currency-selector {
  width: 60px;
  max-width: 80px;
  padding: 12px 10px;
  padding-left: 11px;
}
.mobile-header .header-main .currency-selector select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  font-size: 14px;
  background-position: right 6px top 4px !important;
  background-repeat: no-repeat !important;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
}
.mobile-header .header-main .currency-selector select:focus {
  outline: none;
}
.mobile-header .header-main .currency-selector svg {
  position: absolute;
  top: 8px;
  right: 7px;
  color: #050505;
}
.mobile-header .header-main .currency-selector.invisible {
  display: block !important;
}
.mobile-header .logo-container {
  padding: 14px 2px;
  width: 240px;
  position: absolute;
  top: 0px;
  left: calc(50% - 120px);
}
.mobile-header .logo-container img {
  width: 100%;
}
.mobile-header .search-icon {
  font-size: 20px;
  padding: 12px;
  margin-right: 5px;
  margin-left: 1px;
}
.mobile-header .currency-popup-text {
  position: fixed;
  top: 51px;
  width: 190px;
  padding: 25px 15px 25px 15px;
  background: #000000ad;
  font-size: 12px;
  color: white;
  font-weight: 100;
  text-align: center;
  line-height: 1.6;
  right: 12px;
}
.mobile-header .currency-popup-text .currency-popup-close {
  text-align: right;
  position: absolute;
  right: 4px;
  top: 4px;
  width: 22px;
  cursor: pointer;
}
.mobile-header .currency-popup-text .currency-popup-close img {
  width: 22px;
}
.mobile-header .currency-popup-text p {
  color: white;
  font-size: 12px;
}
.mobile-header .menu-list-container {
  background: white;
  position: relative;
  bottom: 12px;
  padding: 14px 15px !important;
  overflow-y: scroll;
  overflow-x: hidden;
  height: calc(100% - 64px);
}
.mobile-header .menu-list-container ul {
  list-style: none;
}
.mobile-header .menu-list-container ul li {
  margin-top: 5px;
  transform: scale(1.15) translateY(-30px);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  position: relative;
}
.mobile-header .menu-list-container ul li a {
  display: block;
  position: relative;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  line-height: 2.7;
  width: 100%;
  text-transform: capitalize;
  border-bottom: 1px solid #eee;
  font-weight: 400;
  padding: 9px 0px;
}
.mobile-header .menu-list-container ul li ul li a .menu-title {
  font-weight: 100;
  text-transform: none;
  font-size: 14px;
}
.mobile-header .menu-list-container ul li:nth-child(1) {
  transition-delay: 0.35s;
}
.mobile-header .menu-list-container ul li:nth-child(2) {
  transition-delay: 0.3s;
}
.mobile-header .menu-list-container ul li:nth-child(3) {
  transition-delay: 0.25s;
}
.mobile-header .menu-list-container ul li:nth-child(4) {
  transition-delay: 0.2s;
}
.mobile-header .menu-list-container ul li:nth-child(5) {
  transition-delay: 0.15s;
}
.mobile-header .menu-list-container ul li:nth-child(6) {
  transition-delay: 0.1s;
}
.mobile-header .menu-list-container ul li:nth-child(7) {
  transition-delay: 0.05s;
}
.mobile-header .menu-list-container ul li.sale a {
  color: #000;
  font-weight: 400;
}
.mobile-header .menu-list-container ul .open > .submenu-open {
  transform: rotate(180deg);
}
.mobile-header .menu-list-container .menu-dropdown .submenu {
  font-size: 14px;
  text-transform: none;
}
.mobile-header .menu-list-container .menu-dropdown .menu-dropdown a {
  font-size: 14px;
  text-transform: none;
  font-weight: 100;
  border-bottom: 0px;
}
.mobile-header .menu-list-container .menu-dropdown .menu-dropdown .menu-item:last-child {
  border-bottom: 1px solid #eee;
}
.mobile-header .menu-list-container ul .submenu-open {
  position: absolute;
  right: 0px;
  top: 20px;
  width: 40px;
  text-align: center;
}
.mobile-header .menu-list-container .menu-item.selected {
  color: #b07c83;
}
.mobile-header .menu-list-container.active ul li {
  transform: scale(1) translateY(0px);
  opacity: 1;
}
.mobile-header .menu-list-container.active ul li.open > a {
  color: #000;
}
.mobile-header .menu-list-container.active ul li.open > span {
  color: #000;
}
.mobile-header .menu-list-container-upper.active ul li {
  transform: scale(1) translateY(0px);
  opacity: 1;
}
.mobile-header .menu-list-container-upper.active ul li:nth-child(1) {
  transition-delay: 0.2s;
}
.mobile-header .menu-list-container-upper.active ul li:nth-child(2) {
  transition-delay: 0.25s;
}
.mobile-header .menu-list-container-upper.active ul li:nth-child(3) {
  transition-delay: 0.3s;
}
.mobile-header .menu-list-container-upper.active ul li:nth-child(4) {
  transition-delay: 0.35s;
}
.mobile-header .menu-list-container-upper.active ul li:nth-child(5) {
  transition-delay: 0.4s;
}
.mobile-header .menu-list-container-upper.active ul li:nth-child(6) {
  transition-delay: 0.45s;
}
.mobile-header .menu-list-container-upper.active ul li:nth-child(7) {
  transition-delay: 0.5s;
}
.mobile-header .menu-list-container-upper.active ul li:nth-child(8) {
  transition-delay: 0.55s;
}
.mobile-header .menu-list-container-upper.active ul li:nth-child(9) {
  transition-delay: 0.6s;
}
.mobile-header .menu-list-container-upper.active ul li:nth-child(10) {
  transition-delay: 0.65s;
}
.mobile-header .menu-list-container-upper.active ul li:nth-child(11) {
  transition-delay: 0.7s;
}
.mobile-header .menu-list-container-upper.active ul li:nth-child(12) {
  transition-delay: 0.75s;
}
.mobile-header .menu-list-container-upper.active ul li.open > a {
  color: #000;
}
.mobile-header .menu-list-container-upper.active ul li.open > span {
  color: #000;
}
.mobile-header .header {
  height: 75px;
}
.mobile-header .search-cart-container {
  position: fixed;
  right: 0px;
  z-index: 2;
}
.mobile-header .search-cart-container .search-container {
  position: fixed;
  top: 71px;
  width: 100%;
  left: 0px;
  height: 43px;
  display: none;
}
.mobile-header .search-cart-container .search-container input {
  border-radius: 0px;
  border: medium none;
  border-bottom: 1px solid #ddd;
  font-size: 20px;
}
.mobile-header .search-cart-container .search-container .input-group-text {
  border-radius: 0px;
  font-size: 20px;
  background-color: #eee;
  border: 1px solid #ebebeb;
}
.mobile-header .search-cart-container .search-container.active {
  display: block;
}
.mobile-header .header-account-container {
  position: fixed;
  right: 0px;
  z-index: 2;
  top: 2px;
}
.cart-icon {
  font-size: 20px;
  padding: 12px;
}
.cart-item-count-container {
  display: inline-grid;
  align-items: center;
  padding: 0px;
  text-align: center;
  position: absolute;
  bottom: 1px;
  right: 1px;
  height: 20px;
  width: 20px;
  color: #000;
  font-size: 12px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .cart-item-count-container {
    display: inline-grid;
    align-items: center;
    padding: 0px;
    text-align: center;
    position: absolute;
    bottom: 1px;
    right: 1px;
    height: 20px;
    width: 20px;
    color: #000;
    font-size: 12px;
    font-weight: 400;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1359px) {
  .cart-item-count-container {
    width: 16px;
  }
}
.header-icon {
  color: #333;
}
.cart-item-container {
  width: 300px;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  right: 0px;
  margin: auto;
  text-align: left;
  top: 48px;
  z-index: 9999;
  display: none;
}
.cart-item-container .container {
  background-color: #fff;
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.24);
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin-top: 0px;
}
.cart-item-container .cart-item-inner {
  max-height: 230px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.cart-item-container .cart-item-inner .cart-product-item {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 7px;
}
.cart-item-container.active {
  visibility: visible;
  opacity: 1;
  display: block;
}
.desktop-header {
  background: white;
  position: sticky;
}
.desktop-header .cart-icon {
  top: -1px;
}
.desktop-header .header-main {
  max-height: 50px;
  background: white;
}
@media only screen and (max-width: 768px) {
  .desktop-header .header-main {
    padding: 0px;
  }
}
.desktop-header .head-banner {
  height: 31px;
}
.desktop-header .head-banner .head-banner-inner {
  position: relative;
}
.desktop-header .head-banner p {
  white-space: nowrap;
  font-weight: 200;
  color: white;
  width: 100%;
  position: absolute;
  left: 0;
  height: 100%;
  line-height: 100%;
  padding-top: 10px;
  font-size: 13px;
}
.desktop-header .head-banner p.animate-1 {
  animation-name: head-banner-animate1;
  animation-duration: 12s;
  animation-fill-mode: both;
  text-align: center;
  animation-iteration-count: infinite;
}
.desktop-header .head-banner p.animate-2 {
  animation-name: head-banner-animate2;
  animation-duration: 12s;
  animation-fill-mode: both;
  text-align: center;
  animation-iteration-count: infinite;
}
.desktop-header .head-banner p.no-animate-desktop {
  animation: none !important;
}
.desktop-header .header-image-item {
  width: 23px;
}
.desktop-header .fa-user:before {
  font-size: 25px;
}
.desktop-header .menu-list-container {
  height: 38px;
}
.desktop-header .menu-list-container ul li {
  padding: 8px 10px;
}
.desktop-header .menu-list-container ul li .submenu-open {
  position: relative;
  right: 1px;
  top: -1px;
}
.desktop-header .menu-list-container ul li .submenu-open i::before {
  right: -9px;
  top: -44px;
  font-weight: 600;
  margin-left: 3px;
}
.desktop-header .menu-list-container > ul > li > a > .menu-title {
  font-size: 14px;
  font-weight: 300;
  padding: 0px;
  color: #000;
  text-transform: capitalize;
}
@media only screen and (min-width: 1412px) {
  .desktop-header .menu-list-container > ul > li > a > .menu-title {
    font-size: 15px;
  }
}
.desktop-header .menu-list-container > ul > li > a > .menu-title:hover {
  font-weight: 400;
  color: #000;
}
.desktop-header .menu-list-container > ul > li > .menu-dropdown {
  position: absolute;
  width: 100%;
  left: -300px;
  min-width: 900px;
  top: 36px;
  z-index: 3;
  background: white;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.24);
}
@media only screen and (min-width: 767px) and (max-width: 900px) {
  .desktop-header .menu-list-container > ul > li > .menu-dropdown {
    min-width: 720px;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1024px) {
  .desktop-header .menu-list-container > ul > li > .menu-dropdown {
    min-width: 900px;
    left: -300px;
  }
}
.desktop-header .menu-list-container > ul > li > .menu-dropdown ul {
  overflow-x: hidden !important;
}
.desktop-header .menu-list-container > ul > li > .menu-dropdown ul li {
  width: 16.6666%;
  float: left;
  list-style: none;
  font-weight: 300;
  font-size: 12px;
}
.desktop-header .menu-list-container > ul > li > .menu-dropdown ul li ul li {
  width: 100%;
  float: none;
  list-style: none;
  font-weight: 300;
}
.desktop-header .menu-list-container > ul > li > .menu-dropdown ul li ul li a {
  color: #000;
}
.desktop-header .menu-list-container > ul > li > .menu-dropdown.small-dropdown {
  left: -100px;
  min-width: 400px;
}
.desktop-header .menu-list-container > ul > li > .menu-dropdown.small-dropdown ul > li {
  width: 33% !important;
}
.desktop-header .menu-list-container > ul > li > .menu-dropdown.small-dropdown ul > li li {
  width: 100% !important;
}
.desktop-header .menu-list-container > ul > li > .menu-dropdown.sub-dropdown {
  left: -50px;
  min-width: 250px;
}
.desktop-header .menu-list-container > ul > li > .menu-dropdown.sub-dropdown ul > li {
  width: 100% !important;
}
.desktop-header .menu-list-container > ul > li > .menu-dropdown.sub-dropdown ul > li li {
  width: 100% !important;
}
.desktop-header .menu-list-container > ul > li.sale > a > .menu-title:hover {
  font-weight: 600;
}
@media only screen and (min-width: 767px) and (max-width: 855px) {
  .desktop-header .header-option-container {
    padding: 0px 4px;
  }
}
.desktop-header .header-option-container .search-item {
  font-size: 15px;
  padding-bottom: 10px !important;
  padding-top: 10px !important;
  padding-right: 3px !important;
}
@media only screen and (max-width: 1023px) {
  .desktop-header .header-option-container .search-item {
    padding-right: 9px !important;
  }
}
.desktop-header .header-option-container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  background-position: right 49% !important;
  background-repeat: no-repeat !important;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
  height: 38px !important;
}
.desktop-header .header-option-container .header-currency-down {
  position: absolute;
  top: 24px;
  right: 0px;
  color: #050505;
}
.desktop-header .cart-item-count {
  position: absolute;
  bottom: -3px;
  right: -9px;
  border-radius: 50%;
  background: #b07b82;
  height: 19px;
  width: 19px;
  color: white;
  font-size: 11px;
}
.desktop-header .cart-item-container {
  right: 85px;
  top: 82px;
}
section.header {
  position: sticky;
  top: 0px;
  z-index: 99999999;
  box-shadow: none;
  background: white;
}
@media only screen and (max-width: 1199px) {
  section.header {
    position: fixed;
    width: 100%;
    display: block;
    z-index: 9999999;
  }
}
section.header .dropdown-item {
  font-weight: 300;
  font-size: 15px;
  padding: 15px 40px 11px 26px;
}
section.header .dropdown-item:not(.name):hover {
  font-weight: 500;
  background-color: #fff;
}
section.header .dropdown-item:not(.name):active {
  background-color: #fff;
  color: #000;
}
section.header .dropdown-item.name {
  cursor: initial;
  font-weight: 500;
}
section.header .dropdown-item.name:focus,
section.header .dropdown-item.name:active,
section.header .dropdown-item.name:hover {
  background-color: #fff;
  color: #000;
}
section.header .account-link-dropdown-anchor::after {
  border: none;
  margin: 0px;
  vertical-align: unset;
  display: block;
}
section.header .dropdown-menu {
  border: none;
  width: 230px;
}
section.header .dropdown-menu.show {
  display: block;
  right: 0px !important;
  left: unset !important;
  top: 45px !important;
  transform: none !important;
}
@media only screen and (max-width: 1023px) {
  section.header .dropdown-menu.show {
    top: 12px !important;
    transform: translate3d(0px, 34px, 0px) !important;
    width: 240px;
    right: 0px !important;
  }
}
section.header .menu-dropdown-container:hover > .dropdown-menu {
  display: block;
  right: 0px;
  left: unset !important;
  top: 45px !important;
  transform: none !important;
}
@media only screen and (max-width: 1199px) {
  section.header.menu-opened {
    height: 100%;
  }
}
.with-short-header .desktop-header .header-main .logo-container {
  float: none !important;
  text-align: center !important;
  padding: 10px 6px;
}
@media only screen and (max-width: 1159px) {
  .with-short-header .desktop-header .header-main .logo-container {
    padding: 13px 0px 13px 0px;
  }
}
@media only screen and (min-width: 1024px) {
  .with-short-header .desktop-header .header-main .logo-container {
    margin-left: 4.25%;
  }
}
.with-short-header .desktop-header .header-main .menu-list-container {
  display: none !important;
}
.with-short-header .desktop-header .header-main .header-option-container {
  display: none !important;
}
@media only screen and (max-width: 1199px) {
  .with-short-header .footer-container {
    display: none;
  }
}
.cart-item-name a {
  color: #333;
}
#logged-in-icon {
  fill: #000;
}
.header-option-icon {
  fill: #000;
}
.header-option-icon-primary {
  fill: #b07c83;
}
.form-control.with-theme-focus:focus {
  background-color: #b07c83;
  border-color: #b07c83;
}
#cart {
  font-weight: 300;
}
#cart p {
  margin-bottom: 9px;
  font-size: 13px;
  font-weight: 400;
}
#cart #cart-total {
  display: inline-grid;
  align-items: center;
  padding: 0px;
  text-align: center;
  position: absolute;
  bottom: 1px;
  right: 1px;
  height: 20px;
  width: 20px;
  color: #000;
  font-size: 12px;
  font-weight: 400;
}
@media only screen and (min-width: 1295px) and (max-width: 1358px) {
  #cart #cart-total {
    width: 19px;
    height: 19px;
    right: -1px;
    font-size: 10px;
  }
}
@media only screen and (min-width: 1160px) and (max-width: 1294px) {
  #cart #cart-total {
    font-size: 10px;
    bottom: 2px;
    width: 18px;
    height: 18px;
    right: 0px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1159px) {
  #cart #cart-total {
    width: 17px;
    height: 17px;
    font-size: 10px;
    bottom: 2px;
  }
}
@media only screen and (min-width: 886px) and (max-width: 1023px) {
  #cart #cart-total {
    width: 16px;
    height: 16px;
    font-size: 10px;
    bottom: 4px;
    right: 0px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 885px) {
  #cart #cart-total {
    width: 15px;
    height: 15px;
    bottom: 4px;
    right: 0px;
    font-size: 10px;
  }
}
#cart #cart-total2 {
  position: absolute;
  right: 0px;
  border-radius: 50%;
  background: rgba(176, 124, 131, 0.85);
  color: white;
  display: inline-grid;
  align-items: center;
  width: 16px;
  height: 16px;
  padding: 0px;
  font-size: 7px;
  bottom: 4px;
  text-align: center;
}
#cart .content {
  width: 300px;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  right: 112px;
  margin: auto;
  text-align: left;
  top: 51px;
  z-index: 9999;
  background: white;
}
@media only screen and (min-width: 767px) {
  #cart .content {
    position: fixed;
    right: 25px;
  }
}
@media only screen and (max-width: 1023px) {
  #cart .content {
    top: 55px;
    right: 0px;
  }
}
#cart .content .block-cart {
  background-color: #fff;
  margin-bottom: 0;
  padding: 10px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.24);
  border: 1px solid rgba(0, 0, 0, 0.15);
}
#cart .content .block-cart .block-content {
  border-top: none;
  color: #222;
}
#cart .content .block-cart .block-content .product-meta {
  padding: 0 5px 0 10px;
  width: 185px;
  text-align: left;
}
#cart .content .block-cart .block-content .summary .label {
  display: inline-block;
  color: #000;
  font-size: 13px;
  padding: 0;
  font-weight: 300;
  width: 50%;
  margin-top: 3px;
  text-transform: capitalize;
}
#cart .content .block-cart .block-content .summary .price {
  color: #000;
  font-size: 15px;
  float: right;
  width: 50%;
  text-align: right;
}
#cart .content .block-cart .block-content .summary .amount {
  font-weight: 300;
  margin-top: 7px;
  margin-bottom: 4px;
}
#cart .content .block-cart .block-content .summary p {
  overflow: auto;
  overflow-y: hidden;
}
#cart .content .block-cart .block-subtitle {
  display: none;
}
#cart .content .block-cart .btn-edit {
  display: none;
}
#cart .content.active {
  opacity: 1;
  visibility: visible;
}
#cart .cart-inner {
  position: relative;
  margin-top: 0px !important;
}
#cart .mini-products-list {
  max-height: 345px;
  overflow-x: hidden;
  overflow-y: scroll;
  margin-bottom: 0px;
}
#cart .mini-products-list .item {
  margin-bottom: 3px;
  position: relative;
}
#cart .mini-products-list .product-block {
  min-height: 110px !important;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 7px;
  overflow: hidden;
}
#cart .mini-products-list .item-options {
  margin-bottom: 10px;
  font-size: 12px !important;
  font-weight: 100;
}
#cart .mini-products-list .item-options dt {
  font-weight: 300;
  font-style: normal;
  padding-right: 0px;
  clear: left;
  float: left;
}
#cart .mini-products-list .item-options dt::after {
  content: ": ";
}
#cart .mini-products-list .item-options dd {
  float: left;
  margin: 0 0 6px;
  padding-left: 4px;
  font-weight: 100;
}
#cart .mini-products-list .product-block {
  min-height: 110px !important;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 7px;
  overflow: hidden;
}
#cart .mini-products-list .product-block .price {
  font-size: 14px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
  font-weight: 300;
  color: #000;
}
#cart .mini-products-list .product-block .withdiscount .original_price .price {
  color: #a0a0a0;
  text-decoration: line-through;
}
#cart .mini-products-list .product-block .withdiscount .discount_price .price {
  color: #84a26b;
  margin-left: 5px;
}
#cart .mini-products-list .product-block .remove-product .remove-product-btn {
  text-decoration: underline;
  color: #b07c83 !important;
  line-height: 13px;
  margin-top: 20px;
  font-size: 13px;
}
#cart .btn-product-remove {
  float: right;
  display: block;
  width: 11px;
  height: 11px;
  font-size: 0;
  line-height: 0;
  background: url("https://cdns.faridagupta.com/nrs/img/extraImages/btn_remove.gif") 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden;
  position: absolute;
  right: -2px;
  top: 5px;
  color: #777;
}
#cart #cart-sidebar .product-name a {
  text-transform: capitalize !important;
  font-size: 14px !important;
  color: #000;
  font-weight: 300;
  display: block;
  line-height: initial;
}
#cart ol {
  color: #777;
}
#cart button {
  height: 38px;
  line-height: 1.42857;
  width: 100%;
  font-weight: 300;
}
.desktop-header .desktop-header-new .logo-container {
  padding: 10px 3px;
  width: 318px;
  width: 24.7%;
}
@media only screen and (max-width: 1159px) {
  .desktop-header .desktop-header-new .logo-container {
    width: 250px;
    padding: 13px 0px 13px 20px;
  }
}
@media only screen and (min-width: 1160px) and (max-width: 1294px) {
  .desktop-header .desktop-header-new .head-banner p {
    font-size: 13px !important;
    padding: 6px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1159px) {
  .desktop-header .desktop-header-new .head-banner p {
    font-size: 12px !important;
    padding: 7px 7px 6px 7px !important;
  }
}
@media only screen and (min-width: 886px) and (max-width: 1023px) {
  .desktop-header .desktop-header-new .head-banner p {
    font-size: 10px !important;
    padding: 8px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 885px) {
  .desktop-header .desktop-header-new .head-banner p {
    font-size: 10px !important;
    padding: 8px;
  }
}
.desktop-header .desktop-header-new .header-option-container {
  width: 213px;
}
@media only screen and (max-width: 1159px) {
  .desktop-header .desktop-header-new .header-option-container {
    width: 225px;
    padding-right: 18px;
  }
}
.desktop-header .desktop-header-new .header-option-container select {
  padding: 7px !important;
  border-radius: 6%;
  color: #000;
  padding: 7px 7px !important;
}
.desktop-header .desktop-header-new .header-option-container .select-container {
  margin-right: 18px;
  background: white;
}
.desktop-header .desktop-header-new .header-option-container .select-container .custom-currency-selector {
  height: 38px;
  display: flex;
  align-items: flex-end;
  font-size: 15px;
  overflow: hidden;
}
.desktop-header .desktop-header-new .header-option-container .select-container .custom-currency-selector .custom-currency-inner {
  position: absolute;
  bottom: 0px;
  width: 125px;
  right: -18px;
  background: white;
  border-radius: 4px;
  padding: 10px 10px;
  transition: 1.5s;
  z-index: -2;
}
.desktop-header .desktop-header-new .header-option-container .select-container .custom-currency-selector .custom-currency-inner div {
  padding: 10px 5px;
  position: relative;
  font-weight: 300;
  border-bottom: 1px solid #eee;
  text-align: center;
}
.desktop-header .desktop-header-new .header-option-container .select-container .custom-currency-selector .custom-currency-inner div:last-child {
  border-bottom: 0px solid #eee;
}
.desktop-header .desktop-header-new .header-option-container .select-container .custom-currency-selector .custom-currency-inner .selected {
  color: #b07c83;
  font-weight: 500;
}
.desktop-header .desktop-header-new .header-option-container .select-container .custom-currency-selector .selected-currency-icon {
  transform: rotate(180deg);
}
.desktop-header .desktop-header-new .header-option-container .select-container .custom-currency-selector .footer-navigation-label {
  margin-right: 6px;
}
.desktop-header .desktop-header-new .header-option-container .select-container .custom-currency-selector .custom-currency {
  cursor: pointer;
}
.desktop-header .desktop-header-new .header-option-container .select-container .custom-currency-selector .custom-currency:hover {
  font-weight: 400;
}
.desktop-header .desktop-header-new .header-option-container .select-container .custom-currency-selector.opened .custom-currency-inner {
  transform: translateY(355px);
}
.desktop-header .desktop-header-new .header-option-container .select-container .custom-currency-selector.opened .selected-currency-icon {
  transform: rotate(0deg);
}
.desktop-header .desktop-header-new .header-option-container .select-container .selected-currency-text {
  text-align: right;
  margin-bottom: 3px;
  font-weight: 300;
  cursor: pointer;
}
.desktop-header .desktop-header-new .header-option-container .select-container .selected-currency-text > div {
  display: flex;
  align-items: center;
  justify-content: end;
}
.desktop-header .desktop-header-new .header-option-container .select-container .selected-currency-text .selected-currency-icon {
  width: 17px;
  height: 17px;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg height="32" viewBox="0 0 1792 1792" width="32" xmlns="http://www.w3.org/2000/svg"><path d="M1395 1184q0 13-10 23l-50 50q-10 10-23 10t-23-10l-393-393-393 393q-10 10-23 10t-23-10l-50-50q-10-10-10-23t10-23l466-466q10-10 23-10t23 10l466 466q10 10 10 23z"/></svg>');
  background-repeat: no-repeat;
  background-size: 84%;
  background-position: 48% 0%;
  display: inline-block;
  position: relative;
  top: -1px;
}
.desktop-header .desktop-header-new .header-option-container .select-container .currency-popup-text {
  position: fixed;
  top: 50px;
  width: 200px;
  padding: 25px 10px 25px 10px;
  background: #000000ad;
  font-size: 12px;
  color: white;
  font-weight: 100;
  text-align: center;
  line-height: 1.6;
  right: 80px;
}
@media only screen and (min-width: 1233px) and (max-width: 1294px) {
  .desktop-header .desktop-header-new .header-option-container .select-container .currency-popup-text {
    top: 48px;
  }
}
.desktop-header .desktop-header-new .header-option-container .select-container .currency-popup-text .currency-popup-close {
  text-align: right;
  position: absolute;
  right: 4px;
  top: 4px;
  width: 22px;
  cursor: pointer;
}
.desktop-header .desktop-header-new .header-option-container .select-container .currency-popup-text .currency-popup-close img {
  width: 22px;
}
.desktop-header .desktop-header-new .header-option-container #desktop-cart-main {
  cursor: pointer;
}
@media only screen and (min-width: 1295px) and (max-width: 1358px) {
  .desktop-header .desktop-header-new .header-option-container select {
    font-size: 15px !important;
    padding: 8px 7px !important;
    background-position: 100% 48% !important;
  }
  .desktop-header .desktop-header-new .header-option-container #not-logged-in-icon {
    width: 23px;
  }
  .desktop-header .desktop-header-new .header-option-container #contact-us-icon {
    width: 20px;
  }
  .desktop-header .desktop-header-new .header-option-container #desktop-cart-main svg {
    width: 18px;
  }
  .desktop-header .desktop-header-new .header-option-container #logged-in-icon {
    width: 25px;
  }
  .desktop-header .desktop-header-new .header-option-container #head-search-icon {
    width: 20px;
  }
}
@media only screen and (min-width: 1160px) and (max-width: 1294px) {
  .desktop-header .desktop-header-new .header-option-container select {
    font-size: 14px !important;
    padding: 7px 6px !important;
  }
  .desktop-header .desktop-header-new .header-option-container #not-logged-in-icon {
    width: 23px;
  }
  .desktop-header .desktop-header-new .header-option-container #contact-us-icon {
    width: 20px;
  }
  .desktop-header .desktop-header-new .header-option-container #desktop-cart-main svg {
    width: 18px;
  }
  .desktop-header .desktop-header-new .header-option-container .search-item {
    padding: 8px 9px 8px 13px !important;
  }
  .desktop-header .desktop-header-new .header-option-container #logged-in-icon {
    width: 24px;
  }
  .desktop-header .desktop-header-new .header-option-container .select-container {
    margin-right: 6px;
  }
  .desktop-header .desktop-header-new .header-option-container #head-search-icon {
    width: 20px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1159px) {
  .desktop-header .desktop-header-new .header-option-container select {
    font-size: 14px !important;
    padding: 10px 4px !important;
  }
  .desktop-header .desktop-header-new .header-option-container #not-logged-in-icon {
    width: 23px;
  }
  .desktop-header .desktop-header-new .header-option-container #contact-us-icon {
    width: 20px;
  }
  .desktop-header .desktop-header-new .header-option-container #desktop-cart-main svg {
    width: 18px;
  }
  .desktop-header .desktop-header-new .header-option-container .search-item {
    padding: 10px 7px !important;
  }
  .desktop-header .desktop-header-new .header-option-container #logged-in-icon {
    width: 24px;
  }
  .desktop-header .desktop-header-new .header-option-container .select-container {
    margin-right: 17px;
  }
  .desktop-header .desktop-header-new .header-option-container #head-search-icon {
    width: 20px;
  }
}
@media only screen and (min-width: 886px) and (max-width: 1023px) {
  .desktop-header .desktop-header-new .header-option-container select {
    margin: 6px 0px;
    font-size: 9px !important;
    padding: 5px 3px !important;
  }
  .desktop-header .desktop-header-new .header-option-container #not-logged-in-icon {
    width: 19px;
  }
  .desktop-header .desktop-header-new .header-option-container #contact-us-icon {
    width: 17px;
  }
  .desktop-header .desktop-header-new .header-option-container #desktop-cart-main svg {
    width: 16px;
  }
  .desktop-header .desktop-header-new .header-option-container .search-item {
    padding: 4px 4px 4px 8px !important;
  }
  .desktop-header .desktop-header-new .header-option-container > div {
    padding: 0px !important;
  }
  .desktop-header .desktop-header-new .header-option-container #logged-in-icon {
    width: 21px;
  }
  .desktop-header .desktop-header-new .header-option-container #head-search-icon {
    width: 17px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 885px) {
  .desktop-header .desktop-header-new .header-option-container select {
    margin: 6px 0px;
    font-size: 9px !important;
    padding: 4px 4px !important;
  }
  .desktop-header .desktop-header-new .header-option-container #not-logged-in-icon {
    width: 19px;
  }
  .desktop-header .desktop-header-new .header-option-container #contact-us-icon {
    width: 17px;
  }
  .desktop-header .desktop-header-new .header-option-container #desktop-cart-main svg {
    width: 16px;
  }
  .desktop-header .desktop-header-new .header-option-container .search-item {
    padding: 6px !important;
  }
  .desktop-header .desktop-header-new .header-option-container > div {
    padding: 0px !important;
  }
  .desktop-header .desktop-header-new .header-option-container #logged-in-icon {
    width: 21px;
  }
  .desktop-header .desktop-header-new .header-option-container #head-search-icon {
    width: 17px;
  }
}
.desktop-header .desktop-header-new .menu-list-container {
  height: unset;
  width: calc(100% - 24.7% - 213px);
  padding: 6px 6px 0px 6px;
}
@media only screen and (max-width: 1159px) {
  .desktop-header .desktop-header-new .menu-list-container {
    width: calc(100% - 475px);
  }
}
.desktop-header .desktop-header-new .menu-list-container .menu li {
  padding: 9px 15px 8px 9px;
}
@media only screen and (min-width: 1359px) and (max-width: 1380px) {
  .desktop-header .desktop-header-new .menu-list-container .menu li {
    padding: 9px 13px 8px 9px;
  }
}
@media only screen and (min-width: 1295px) and (max-width: 1358px) {
  .desktop-header .desktop-header-new .menu-list-container .menu li {
    padding: 7px 7px 7px 8px;
  }
}
@media only screen and (min-width: 1186px) and (max-width: 1294px) {
  .desktop-header .desktop-header-new .menu-list-container .menu li {
    padding: 9px 5px 9px 6px;
  }
  .desktop-header .desktop-header-new .menu-list-container .menu li .menu-title {
    font-size: 14px !important;
  }
  .desktop-header .desktop-header-new .menu-list-container .menu li .menu-item .menu-title {
    font-size: 12px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1185px) {
  .desktop-header .desktop-header-new .menu-list-container .menu li {
    padding: 10px 3px 9px 3px;
  }
  .desktop-header .desktop-header-new .menu-list-container .menu li .menu-title {
    font-size: 12px !important;
  }
}
@media only screen and (min-width: 886px) and (max-width: 1023px) {
  .desktop-header .desktop-header-new .menu-list-container .menu li {
    padding: 6px 5px 6px 6px;
  }
  .desktop-header .desktop-header-new .menu-list-container .menu li .menu-title {
    font-size: 9px !important;
  }
}
@media only screen and (min-width: 767px) and (max-width: 885px) {
  .desktop-header .desktop-header-new .menu-list-container .menu li {
    padding: 5px 4px 5px 4px;
  }
  .desktop-header .desktop-header-new .menu-list-container .menu li .menu-title {
    font-size: 8px !important;
  }
}
.desktop-header .desktop-header-new .menu-list-container .menu li.sale a > .menu-title {
  color: #000;
  font-weight: 400;
}
/* header */
/*Main*/
/*.main-container p{
    font-size: 16px;
}*/
@media only screen and (max-width: 1023px) {
  .account-page .container {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 1023px) {
  .account-page .container .account-page-mobile-header {
    display: none !important;
  }
}
.account-page .container .account-page-mobile-header .account-page-header-inner {
  overflow-x: scroll;
  border-bottom: 1px solid #ccc;
}
.account-page .container .account-page-mobile-header .account-page-header-inner ul {
  width: 575px;
  overflow-x: auto;
  overflow-y: hidden;
}
.account-page .container .account-page-mobile-header .account-page-header-inner ul li {
  float: left;
  padding: 10px 10px 0px 10px;
}
.account-page .container .account-page-mobile-header .account-page-header-inner ul li a {
  color: #000;
  font-weight: 300;
  font-size: 16px;
}
.account-page .container .account-page-mobile-header .account-page-header-inner ul li:first-child {
  padding-left: 0px;
}
.account-page .container .account-page-mobile-header .account-page-header-inner ul li.active a {
  font-weight: 400;
}
.account-page .container .account-page-mobile-header ::-webkit-scrollbar {
  -webkit-appearance: none;
}
.account-page .container .account-page-mobile-header ::-webkit-scrollbar:vertical {
  width: 15px;
}
.account-page .container .account-page-mobile-header ::-webkit-scrollbar:horizontal {
  height: 5px;
}
.account-page .container .account-page-mobile-header ::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 0px;
  border: 2px solid #fff;
}
.account-page .container .account-page-mobile-header ::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: #fff;
}
.account-page .main-account-page {
  width: 1100px;
  max-width: calc(100% - 20px);
}
@media only screen and (max-width: 1023px) {
  .account-page .main-account-page {
    width: 100%;
    max-width: 100%;
  }
}
.account-page .main-account-page .account-page-header {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 1024px) {
  .account-page .main-account-page .account-page-header {
    display: none;
  }
}
.account-page .main-account-page .breadcrumb-list-container {
  list-style: none;
  padding: 20px 0px;
}
.account-page .main-account-page .breadcrumb-list-container .breadcrumb-list {
  display: inline-block;
}
.account-page .main-account-page .breadcrumb-list-container .breadcrumb-list a {
  color: #696b79;
}
.account-page .main-account-page .breadcrumb-list-container .breadcrumb-list strong {
  color: #696b79;
  font-weight: 500;
}
.account-page .main-account-page .breadcrumb-list-container > li + li:before {
  content: "/\00a0";
  padding: 0 0px;
  color: #bbb;
}
.account-page .main-account-page .account-page-link-container {
  padding-top: 38px;
}
@media only screen and (min-width: 1024px) {
  .account-page .main-account-page .account-page-link-container {
    display: block !important;
  }
}
.account-page .main-account-page .main-account-heading {
  position: sticky;
  top: 95px;
}
@media only screen and (max-width: 1023px) {
  .account-page .main-account-page .main-account-heading {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
.account-page .main-account-page .main-account-heading li {
  color: #333;
  cursor: pointer;
  font-weight: 300;
  padding-bottom: 25px;
}
@media only screen and (max-width: 1023px) {
  .account-page .main-account-page .main-account-heading li {
    border: 1px solid #000;
    margin: 5px;
    color: white;
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    flex: 1 0 33%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    padding-bottom: 0px;
  }
}
.account-page .main-account-page .main-account-heading li a {
  color: #555;
  display: block;
}
@media only screen and (max-width: 1023px) {
  .account-page .main-account-page .main-account-heading li a span {
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 1023px) {
  .account-page .main-account-page .main-account-heading li a span {
    font-size: 12px;
    font-weight: 500;
  }
}
.account-page .main-account-page .main-account-heading li a span.fa {
  color: #7e7e7e;
}
.account-page .main-account-page .main-account-heading li .fa-user:before {
  font-size: 16px;
}
@media only screen and (max-width: 1023px) {
  .account-page .main-account-page .main-account-heading li:last-child {
    flex: 0 0 50%;
  }
}
.account-page .main-account-page .main-account-heading li.active span {
  color: #000;
  font-weight: 400;
}
.account-page .main-account-page .main-account-heading li:hover span {
  color: #000;
  font-weight: 400;
}
@media only screen and (max-width: 1023px) {
  .account-page .main-account-page .main-account-heading li:before {
    content: "";
    float: left;
    padding-top: 100%;
  }
}
.account-page .main-account-page ul li {
  list-style: none;
}
.account-page .main-account-page .main-account-detail-container {
  padding-top: 38px;
}
.account-page .main-account-page .main-account-detail-container .loader {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: #ffffffc9;
}
.account-page .main-account-page .main-account-detail-container .loader2 {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  border-radius: 100%;
  border: 5px solid;
  border-top-color: #ca8c8c;
  border-bottom-color: #94646a;
  border-left-color: #dc8a8af2;
  border-right-color: #af6870;
  -webkit-animation: loader2 2s ease-in-out infinite alternate;
  animation: loader2 2s ease-in-out infinite alternate;
}
.account-page .main-account-page .main-account-detail-container #pageHdng {
  margin-bottom: 22px;
}
.account-page .main-account-page .main-account-detail-container input[type="checkbox"] {
  height: 28px !important;
  width: 28px !important;
}
.account-page .main-account-page #store-credit .store-credit-table-container {
  border-radius: 10px;
  border: 1px solid #eee;
  padding: 3px !important;
}
.account-page .main-account-page #store-credit .store-credit-table-container table {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .account-page .main-account-page #store-credit .store-credit-table-container table {
    width: 100%;
  }
}
.account-page .main-account-page #store-credit .store-credit-table-container table th {
  font-weight: 400;
  background: white;
  border-top: 0px;
  padding: 15px 10px !important;
  border-bottom: 1px solid #eee;
}
.account-page .main-account-page #store-credit .store-credit-table-container table td {
  border: 0px;
  font-weight: 300;
}
.account-page .main-account-page #store-credit .store-credit-table-container table tbody tr:last-child td {
  padding-bottom: 15px !important;
}
.account-page .main-account-page .change-password-container input,
.account-page .main-account-page .change-profile-container input {
  height: 48px !important;
}
.account-page .main-account-page .change-password-container button,
.account-page .main-account-page .change-profile-container button {
  height: 48px !important;
  padding-left: 30px;
  padding-right: 30px;
}
.account-page .main-account-back-btn {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 20px;
}
.account-page .my-orders-container .my-order-item {
  padding-bottom: 35px;
}
@media only screen and (max-width: 1023px) {
  .account-page .my-orders-container .my-order-item {
    padding-bottom: 30px;
  }
}
.account-page .my-orders-container .my-order-item .ordrId:hover {
  text-decoration: underline;
}
.account-page .my-orders-container .my-order-item p {
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 300;
}
.account-page .my-orders-container .my-order-item p span {
  display: inline;
}
.account-page .my-orders-container .my-order-item p span.grey {
  color: #ccc;
}
.account-page .my-orders-container .my-order-item .my-order-item-img p {
  font-size: 10px;
}
.account-page .my-orders-container .my-order-item .order-detail-container span {
  font-size: 14px;
}
@media only screen and (max-width: 1023px) {
  .account-page .my-orders-container .my-order-item .order-detail-container span {
    font-size: 13px;
  }
}
.account-page .my-orders-container .my-order-item .hd-txt {
  font-weight: 600;
  font-size: 13px;
}
@media only screen and (max-width: 1023px) {
  .account-page .my-orders-container .my-order-item .hd-txt {
    font-size: 10px;
  }
}
.account-page .my-orders-container .my-order-item .view-track-btn {
  text-align: right;
  flex-wrap: wrap;
  justify-content: end;
  align-items: center;
}
.account-page .my-orders-container .my-order-item .account-order-btn {
  height: 48px !important;
  line-height: 37px;
  box-shadow: none;
  font-size: 16px !important;
  font-weight: 300;
}
@media only screen and (max-width: 1199px) {
  .account-page .my-orders-container .my-order-item .account-order-btn {
    flex: 0 0 48.666667%;
    max-width: 48.666667%;
  }
}
@media only screen and (max-width: 1199px) {
  .account-page .my-orders-container .my-order-item .account-order-btn.track-order-btn {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.account-page .my-orders-container .my-order-item .track-order-btn:hover {
  color: #000;
}
.account-page .my-orders-container .my-order-item .account-order-btn:hover {
  color: #212529;
}
.account-page .my-orders-container .my-order-item .ordrImgDv {
  width: 60%;
}
@media only screen and (max-width: 1023px) {
  .account-page .my-orders-container .my-order-item .ordrImgDv {
    width: auto;
  }
}
.account-page .my-orders-container .my-order-item .ordrImgDv .my-order-item-img {
  width: 23%;
  padding: 0px;
  position: relative;
  margin-right: 2%;
}
@media only screen and (max-width: 1023px) {
  .account-page .my-orders-container .my-order-item .ordrImgDv .my-order-item-img {
    padding: 0px 5px;
    width: 32%;
  }
}
.account-page .my-orders-container .my-order-item .ordrImgDv .my-order-item-img img {
  width: 100%;
  border-radius: 15px;
}
.account-page .my-orders-container .my-order-item .ordrImgDv .my-order-item-img .more-item-container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border-radius: 15px;
}
@media only screen and (max-width: 1024px) {
  .account-page .my-orders-container .my-order-item .ordrImgDv .my-order-item-img .more-item-container {
    width: calc(100% - 0.4em);
    border-radius: 15px;
  }
}
.account-page .my-orders-container .my-order-item .ordrImgDv .my-order-item-img:nth-child(6) {
  margin-right: 0px;
}
@media only screen and (max-width: 1023px) {
  .account-page .my-orders-container .my-order-item .ordrImgDv .my-order-item-img:nth-child(3) {
    margin-right: 0px;
  }
}
.account-page .my-orders-container .my-order-item .order-status-container {
  margin-bottom: 18px;
}
.account-page .my-orders-container .my-order-item .pay-now-btn {
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .account-page .my-orders-container .my-order-item .pay-now-btn {
    height: 48px;
  }
}
@media only screen and (max-width: 385px) {
  .account-page .my-orders-container .my-order-item .order-detail-inner {
    font-size: 11px;
  }
  .account-page .my-orders-container .my-order-item .order-detail-inner span {
    font-size: 11px;
  }
}
.account-page .my-orders-container .account-order-btn {
  font-size: 9px !important;
  width: 100%;
  font-weight: 700;
}
.account-page .order-status-red {
  color: red !important;
}
.account-page .order-status-theme-red {
  color: #b61e2f !important;
}
.account-page .order-status-success {
  color: #000 !important;
}
.account-page .order-status-danger {
  color: #000 !important;
}
.account-page .order-status-primary {
  color: #000;
}
.account-page #order-items-container .order-items {
  padding-left: 13px;
}
@media only screen and (max-width: 1023px) {
  .account-page #order-items-container .order-items {
    padding-left: 0px;
  }
}
.account-page #order-items-container .order-items .exchng-dta {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 23px;
  border-radius: 4px;
}
.account-page #order-items-container .order-items .exchange-size-container ol {
  list-style: none;
  overflow: auto;
  overflow-y: hidden;
  padding: 1px;
}
.account-page #order-items-container .order-items .exchange-size-container ol li {
  margin-right: 0px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  width: 20%;
  position: relative;
  padding-left: 5px !important;
  padding-bottom: 10px;
  padding-right: 5px !important;
}
.account-page #order-items-container .order-items .exchange-size-container ol li .size-element {
  width: 100%;
  display: block;
  color: #000;
  font-weight: 300;
  background: white;
  font-size: 16px !important;
  padding: 12px 10px;
  box-shadow: rgb(229 229 229) 0px 0px 0px 1px;
  border-radius: 4px;
}
.account-page #order-items-container .order-items .exchange-size-container ol li:nth-child(5n + 1) {
  padding-left: 0px !important;
}
.account-page #order-items-container .order-items .exchange-size-container ol li:nth-child(5n + 5) {
  padding-right: 0px !important;
}
.account-page #order-items-container .order-items .exchange-size-container ol li.active span {
  color: white;
  background-color: #b07c83;
  box-shadow: rgb(176 124 131) 0px 0px 0px;
}
.account-page #order-items-container .order-items .exchange-size-container ol li.disabled {
  cursor: no-drop;
}
.account-page #order-items-container .order-items .exchange-size-container ol li.disabled span {
  background: #f7f7f7 !important;
  color: #aaa;
  text-decoration: line-through;
}
.account-page #order-items-container .product-img {
  width: 92px;
}
@media only screen and (max-width: 1023px) {
  .account-page #order-items-container .product-img {
    margin-right: 0px !important;
  }
}
.account-page #order-items-container .product-img img {
  border-radius: 11px;
}
.account-page #order-items-container .product-detail {
  width: calc(100% - 92px);
}
@media only screen and (max-width: 1023px) {
  .account-page #order-items-container .product-detail .product-name a {
    font-size: 14px;
  }
}
.account-page #order-items-container .product-detail .with-discount-price .mrp-price {
  color: #a0a0a0;
}
.account-page #order-items-container .product-detail .with-discount-price .mrp-price span {
  text-decoration: line-through;
}
.account-page #order-items-container .product-detail .returned-exchanged-text {
  width: 200px;
  padding: 10px;
  background: #ddd;
  border-radius: 30px;
  text-align: center;
}
.account-page #order-items-container .return-exchange-back-btn img {
  width: 26px;
}
.account-page #order-items-container.active .order-items {
  border: 1px solid #ccc;
  border-radius: 30px;
  padding: 15px !important;
}
.account-page .store-credit-item-container .store-credit-item td:nth-of-type(odd) {
  width: 30%;
}
.account-page .bg-credit {
  border-left: 3px solid #84a26b;
}
.account-page .bg-debit {
  border-left: 3px solid #b61e2f;
}
.account-page .color-credit {
  color: #3da876;
}
.account-page .color-debit {
  color: #e13232;
}
.account-page #order-details .order-detail-header {
  padding: 15px;
  background-color: #f7f7f7;
  border-radius: 15px;
}
.account-page #order-details .track-order-btn:hover {
  color: #000;
}
.account-page #order-details .payment-dtls .payment-item td {
  padding-bottom: 15px !important;
  font-size: 14px;
  font-weight: 300;
  color: #000000;
}
.account-page #order-details #address-dtls p {
  color: #000;
  margin-bottom: 10px;
}
.account-page #order-details input {
  height: auto !important;
}
.account-page #order-details input[type="text"],
.account-page #order-details input[type="number"],
.account-page #order-details button,
.account-page #order-details select {
  height: 48px !important;
}
.account-page #order-details input[type="checkbox"] {
  width: 28px !important;
  height: 28px !important;
}
.account-page #order-details .return-exchange-btn button {
  border: 1px solid #ccc;
}
.account-page #order-details .return-exchange-back-btn img {
  width: 26px;
}
.account-page #order-details .return-main-container .bank-account-container .bank-account-item .bank-account-item-inner {
  border: 1px solid #a3a3a3;
  cursor: pointer;
  color: #000;
  border-radius: 20px;
  height: 100%;
}
@media only screen and (max-width: 1199px) {
  .account-page #order-details .return-main-container .bank-account-container .bank-account-item .refund-radio-container [type="radio"]:checked + label,
  .account-page #order-details .return-main-container .bank-account-container .bank-account-item .refund-radio-container [type="radio"]:not(:checked) + label {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.account-page #order-details .return-main-container .bank-account-container .bank-account-item .refund-radio-container [type="radio"]:checked + label:before,
.account-page #order-details .return-main-container .bank-account-container .bank-account-item .refund-radio-container [type="radio"]:not(:checked) + label:before {
  width: 22px;
  height: 22px;
}
.account-page #order-details .return-main-container .bank-account-container .bank-account-item .refund-radio-container [type="radio"]:checked + label:after,
.account-page #order-details .return-main-container .bank-account-container .bank-account-item .refund-radio-container [type="radio"]:not(:checked) + label:after {
  width: 16px;
  height: 16px;
}
.account-page #order-details .return-main-container .add-bank-account-button-container .add-bank-account-button {
  padding: 0px;
  display: flex;
  align-items: center;
}
.account-page #order-details .return-main-container .add-bank-account-button-container .add-bank-account-button .add-bank-plus {
  font-weight: 100;
  position: relative;
  top: -2px;
  margin-right: 8px;
}
.account-page #order-details .return-main-container .add-bank-account-button-container .add-bank-account-button .add-bank-plus img {
  width: 22px;
}
.account-page .edit-profile-modal .modal-dialog,
.account-page .change-password-modal .modal-dialog,
.account-page .add-address-modal .modal-dialog,
.account-page .edit-address-modal .modal-dialog,
.account-page .add-bank-account-modal .modal-dialog,
.account-page .change-mobile-modal .modal-dialog {
  margin: 52px auto;
}
@media only screen and (max-width: 1199px) {
  .account-page .edit-profile-modal .modal-dialog,
  .account-page .change-password-modal .modal-dialog,
  .account-page .add-address-modal .modal-dialog,
  .account-page .edit-address-modal .modal-dialog,
  .account-page .add-bank-account-modal .modal-dialog,
  .account-page .change-mobile-modal .modal-dialog {
    margin: 52px 20px 10px 20px;
    min-width: calc(100% - 40px);
    height: calc(100% - 70px);
  }
}
.account-page .edit-profile-modal .modal-content,
.account-page .change-password-modal .modal-content,
.account-page .add-address-modal .modal-content,
.account-page .edit-address-modal .modal-content,
.account-page .add-bank-account-modal .modal-content,
.account-page .change-mobile-modal .modal-content {
  width: 100% !important;
  height: 100%;
}
@media only screen and (max-width: 1199px) {
  .account-page .edit-profile-modal .modal-content,
  .account-page .change-password-modal .modal-content,
  .account-page .add-address-modal .modal-content,
  .account-page .edit-address-modal .modal-content,
  .account-page .add-bank-account-modal .modal-content,
  .account-page .change-mobile-modal .modal-content {
    max-width: unset !important;
  }
}
.account-page .edit-profile-modal .modal-content form,
.account-page .change-password-modal .modal-content form,
.account-page .add-address-modal .modal-content form,
.account-page .edit-address-modal .modal-content form,
.account-page .add-bank-account-modal .modal-content form,
.account-page .change-mobile-modal .modal-content form {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.account-page .edit-profile-modal .modal-content form .modal-header,
.account-page .change-password-modal .modal-content form .modal-header,
.account-page .add-address-modal .modal-content form .modal-header,
.account-page .edit-address-modal .modal-content form .modal-header,
.account-page .add-bank-account-modal .modal-content form .modal-header,
.account-page .change-mobile-modal .modal-content form .modal-header {
  position: relative;
}
.account-page .edit-profile-modal .modal-content form .modal-header .close,
.account-page .change-password-modal .modal-content form .modal-header .close,
.account-page .add-address-modal .modal-content form .modal-header .close,
.account-page .edit-address-modal .modal-content form .modal-header .close,
.account-page .add-bank-account-modal .modal-content form .modal-header .close,
.account-page .change-mobile-modal .modal-content form .modal-header .close {
  right: 32px;
  top: 21px;
  padding: 0px;
}
@media only screen and (max-width: 1199px) {
  .account-page .edit-profile-modal .modal-content form .modal-header .close,
  .account-page .change-password-modal .modal-content form .modal-header .close,
  .account-page .add-address-modal .modal-content form .modal-header .close,
  .account-page .edit-address-modal .modal-content form .modal-header .close,
  .account-page .add-bank-account-modal .modal-content form .modal-header .close,
  .account-page .change-mobile-modal .modal-content form .modal-header .close {
    right: 26px;
    top: 25px;
  }
}
.account-page .edit-profile-modal .modal-content form .modal-footer,
.account-page .change-password-modal .modal-content form .modal-footer,
.account-page .add-address-modal .modal-content form .modal-footer,
.account-page .edit-address-modal .modal-content form .modal-footer,
.account-page .add-bank-account-modal .modal-content form .modal-footer,
.account-page .change-mobile-modal .modal-content form .modal-footer {
  border-top: 0px;
  box-shadow: 0px 1px 5px 0px #6666662b;
}
@media only screen and (max-width: 768px) {
  .account-page .edit-profile-modal .modal-content form .modal-footer,
  .account-page .change-password-modal .modal-content form .modal-footer,
  .account-page .add-address-modal .modal-content form .modal-footer,
  .account-page .edit-address-modal .modal-content form .modal-footer,
  .account-page .add-bank-account-modal .modal-content form .modal-footer,
  .account-page .change-mobile-modal .modal-content form .modal-footer {
    height: 78px;
  }
}
.account-page .edit-profile-modal .modal-content form .modal-body,
.account-page .change-password-modal .modal-content form .modal-body,
.account-page .add-address-modal .modal-content form .modal-body,
.account-page .edit-address-modal .modal-content form .modal-body,
.account-page .add-bank-account-modal .modal-content form .modal-body,
.account-page .change-mobile-modal .modal-content form .modal-body {
  height: calc(100vh - 236px);
  overflow-y: scroll;
}
@media only screen and (max-width: 768px) {
  .account-page .edit-profile-modal .modal-content form .modal-body,
  .account-page .change-password-modal .modal-content form .modal-body,
  .account-page .add-address-modal .modal-content form .modal-body,
  .account-page .edit-address-modal .modal-content form .modal-body,
  .account-page .add-bank-account-modal .modal-content form .modal-body,
  .account-page .change-mobile-modal .modal-content form .modal-body {
    height: calc(100vh - 205px);
  }
}
.account-page .edit-profile-modal .change-mobile-btn-container {
  position: absolute;
  bottom: 14px;
  right: 18px;
  cursor: pointer;
}
.profile-detail-main {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 15px;
}
/*main*/
@keyframes head-banner-animate1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
  }
  5% {
    opacity: 0.5;
    -webkit-transform: translateY(0px);
  }
  10% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  45% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  50% {
    opacity: 0.5;
    -webkit-transform: translateY(0px);
  }
  55% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
  }
}
@keyframes head-banner-animate2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
  }
  55% {
    opacity: 0.5;
    -webkit-transform: translateY(0px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  90% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  95% {
    opacity: 0.5;
    -webkit-transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
  }
}
input::placeholder,
textarea::placeholder {
  font-weight: 300;
  color: #ccc !important;
}
form label {
  margin-left: 5px;
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  background-position: top calc(1.5em + 0.195rem) right calc(0.375em + 0.1875rem);
}
[type="radio"].is-invalid + label {
  color: #666 !important;
}
[type="radio"].is-invalid + label:before {
  border: 1px solid #dc3545 !important;
}
.height_48 {
  height: 48px;
}
.btn-disabled {
  opacity: 0.45;
  cursor: inherit;
}
.btn-disabled button {
  cursor: auto !important;
}
.common-error {
  font-weight: 300;
  border-radius: 30px;
  text-align: center;
  color: red;
  font-size: 12px;
}
.iti--separate-dial-code {
  width: 100%;
}
.iti--separate-dial-code .iti--allow-dropdown {
  width: 100%;
}
.valid-voucher {
  color: #28a22b !important;
}
.pl-11 {
  padding-left: 11px;
}
.pt-2px {
  padding-top: 2px;
}
.invalid-feedback {
  color: red;
  font-weight: 300 !important;
  font-size: 11px !important;
}
/*common css*/
.page-loader-container {
  position: fixed;
  width: 120%;
  height: 120%;
  left: -10%;
  top: -10%;
  z-index: 999999999;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-loader-container .page-loader {
  position: absolute;
  top: 50%;
  left: 40%;
  margin-left: 10%;
  transform: translate3d(-50%, -50%, 0);
}
.page-loader-container .page-loader .dot {
  width: 24px;
  height: 24px;
  background: #3ac;
  border-radius: 100%;
  display: inline-block;
  animation: dotSlide 1s infinite;
}
.page-loader-container .page-loader .dot:nth-child(1) {
  animation-delay: 0.1s;
  background: #32aacc;
}
.page-loader-container .page-loader .dot:nth-child(2) {
  animation-delay: 0.2s;
  background: #64aacc;
}
.page-loader-container .page-loader .dot:nth-child(3) {
  animation-delay: 0.3s;
  background: #96aacc;
}
.page-loader-container .page-loader .dot:nth-child(4) {
  animation-delay: 0.4s;
  background: #c8aacc;
}
.page-loader-container .page-loader .dot:nth-child(5) {
  animation-delay: 0.5s;
  background: #faaacc;
}
.page-loader-container .page-loader-img-container img {
  width: 50px;
}
@-moz-keyframes dotSlide {
  0% {
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes dotSlide {
  0% {
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
@-o-keyframes dotSlide {
  0% {
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes dotSlide {
  0% {
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
#loaderDiv {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999999;
}
.tooltip {
  color: #000;
}
.tooltip-arrow,
.tooltip > .tooltip-inner {
  background-color: #f7f7f7;
  font-weight: 300;
  color: #000;
}
.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
  border-top-color: #f7f7f7;
}
.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.bs-tooltip-right .arrow::before {
  border-right-color: #f7f7f7;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #f7f7f7;
}
.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.bs-tooltip-left .arrow::before {
  border-left-color: #f7f7f7;
}
.tooltip-inner {
  max-width: 240px;
}
@media only screen and (max-width: 1024px) {
  .pagination-container {
    justify-content: center !important;
  }
}
.pagination-container a:hover {
  text-decoration: underline;
}
.pagination-container span {
  color: #d3d3d3;
}
.justify-content-space-between {
  justify-content: space-between;
}
@media only screen and (min-width: 767px) {
  .justify-content-md-unset {
    justify-content: unset !important;
  }
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  /* background: #af7c83; */
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.custom-checkbox-container .lbl-check {
  cursor: pointer;
}
.custom-checkbox-container .lbl-check .checkmark {
  opacity: 1;
  margin-right: 10px;
  left: 0;
  height: 23px;
  width: 23px;
  background-color: transparent;
  border: 1px solid #555;
  border-radius: 4px;
  z-index: 3;
  position: relative;
  display: block;
}
.custom-checkbox-container .lbl-check.active .checkmark:after {
  left: 7px;
  top: 2px;
  width: 7px;
  height: 12px;
  border: solid #7d7d7d;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  position: absolute;
}
.geekmark-container {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-size: 20px;
  margin-bottom: 0px;
  line-height: 0.5;
}
.geekmark-container input[type="checkbox"] {
  visibility: hidden;
  width: 25px;
  height: 25px !important;
}
.geekmark-container input:checked ~ .geekmark {
  background-color: white;
  border: 1px solid #ccc;
}
.geekmark-container .geekmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #6c757d;
  border-radius: 5px;
}
.geekmark-container .geekmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 8px;
  bottom: 6px;
  width: 7px;
  height: 14px;
  border: solid #000000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.geekmark-container input:checked ~ .geekmark:after {
  display: block;
}
.geekmark-container .input-invalid {
  margin-left: 0px;
}
.geekmark-container .input-invalid strong {
  font-weight: 400;
}
.geekmark-container .input-invalid ~ .geekmark {
  display: none !important;
}
.geekmark-container.unclicked .geekmark {
  border: 1px solid #b61e2f;
}
[v-cloak] {
  display: none;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 25px 0px 0px 25px;
}
.align-items-center {
  align-items: center;
}
.pagination .page-item .page-link {
  color: #af7c83;
}
.pagination .page-item.active .page-link {
  background-color: #af7c83;
  border-color: #af7c83;
  color: white;
}
.input-invalid {
  color: #b61e2f;
  font-weight: 300;
  margin-left: 5px;
}
.input-invalid strong {
  font-weight: 300;
}
.input-invalid.offset-3 {
  margin-left: 25%;
}
@media only screen and (min-width: 768px) {
  .input-invalid.offset-md-3 {
    margin-left: 25%;
  }
}
button.rounded-border {
  border-radius: 30px;
}
a.rounded-border {
  border-radius: 30px;
}
a.rounded-border:hover {
  color: white;
}
button.big-height {
  height: 48px !important;
}
a.big-height {
  height: 48px !important;
}
@-webkit-keyframes flipInXRev {
  0% {
    -webkit-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(20deg);
    transform: perspective(400px) rotateX(20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(5deg);
    transform: perspective(400px) rotateX(5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInXRev {
  0% {
    -webkit-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(20deg);
    transform: perspective(400px) rotateX(20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(5deg);
    transform: perspective(400px) rotateX(5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInXRev {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInXRev;
  animation-name: flipInXRev;
}
body input,
body select {
  border-radius: 30px !important;
  height: 48px !important;
}
select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 0.6em;
  background-position: calc(100% - 1.3em) center;
  background-repeat: no-repeat;
}
select::-ms-expand {
  display: none;
}
body textarea {
  border-radius: 40px !important;
  padding-top: 20px !important;
  resize: none;
}
.cursor-pointer {
  cursor: pointer;
}
.rounded-button {
  border-radius: 40px;
}
.rounded-30 {
  border-radius: 30px;
}
@media only screen and (max-width: 1023px) {
  #productGridTempDv .product-block {
    overflow: hidden !important;
  }
}
#productGridTempDv .product-name p {
  font-size: 16px;
  font-weight: 300;
}
@media only screen and (max-width: 1023px) {
  #productGridTempDv .product-name p {
    text-align: center;
  }
}
@media only screen and (max-width: 1023px) {
  #productGridTempDv .size-avl {
    text-align: center;
  }
}
#productGridTempDv .size-avl .size-avl-arr span {
  font-size: 12px;
  margin-right: 4px;
  color: #000;
}
#productGridTempDv .size-avl .size-avl-arr span.attribute-unavailable {
  color: #999999;
}
#productGridTempDv .priceDv .disc_price {
  color: #000;
}
#productGridTempDv .priceDv .regular-price.with-discount-price {
  font-size: 15px;
  color: #a0a0a0;
  text-decoration: line-through;
}
@media only screen and (max-width: 1023px) {
  #productGridTempDv .priceDv .regular-price.with-discount-price {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1023px) {
  #productGridTempDv .priceDv .regular-price {
    display: block;
  }
}
@media only screen and (max-width: 1023px) {
  #productGridTempDv .priceDv .discnt {
    font-size: 15px;
    margin-left: 6px;
  }
}
@media only screen and (max-width: 1023px) {
  #productGridTempDv .priceDv .disc_price {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1023px) {
  #productGridTempDv .priceDv .without-discount-price {
    font-size: 15px;
  }
}
.cart-sweet-alert {
  top: 70px !important;
  width: 180px !important;
  font-weight: 300 !important;
  right: 77px !important;
  z-index: 99999999 !important;
}
@media only screen and (max-width: 1023px) {
  .cart-sweet-alert {
    bottom: 100px !important;
    top: auto !important;
    right: 0px !important;
  }
}
.cart-sweet-alert .cart-sweet-popup {
  background: #f7f7f7 !important;
}
@media only screen and (max-width: 1023px) {
  .cart-sweet-alert .cart-sweet-popup {
    align-self: end !important;
  }
}
.cart-sweet-alert .cart-sweet-popup .cart-sweet-title {
  color: black !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  margin: 0px !important;
  text-align: center !important;
}
.cart-sweet-alert .cart-sweet-popup .cart-sweet-title-bold {
  color: black !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  margin: 0px !important;
  text-align: left !important;
}
.cart-sweet-alert .cart-sweet-popup .cart-sweet-html-container {
  color: black !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.login-sweet-alert {
  top: calc(50% - 84px) !important;
  width: 330px !important;
  height: 132px !important;
  font-weight: 300 !important;
  right: 77px !important;
  z-index: 99999999 !important;
}
@media only screen and (max-width: 1023px) {
  .login-sweet-alert {
    width: 100% !important;
    padding: 16px !important;
  }
}
.login-sweet-alert .login-sweet-popup {
  background: #f7f7f7 !important;
  padding: 33px !important;
}
@media only screen and (max-width: 1023px) {
  .login-sweet-alert .login-sweet-popup {
    align-self: end !important;
  }
}
.login-sweet-alert .login-sweet-popup .login-sweet-title {
  color: black !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  margin: 0px !important;
  text-align: center !important;
}
.login-sweet-alert .login-sweet-popup .login-sweet-title-bold {
  color: black !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  margin: 0px !important;
  text-align: left !important;
}
.login-sweet-alert .login-sweet-popup .login-sweet-html-container {
  color: black !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.cart-sweet-alert.cart-sweet-alert-error {
  width: 250px !important;
}
.notify-sweet-alert {
  top: calc(50% - 84px) !important;
  width: 400px !important;
  height: 132px !important;
  font-weight: 300 !important;
  right: 77px !important;
  z-index: 99999999 !important;
}
@media only screen and (max-width: 1023px) {
  .notify-sweet-alert {
    width: 100% !important;
    padding: 16px !important;
  }
}
.notify-sweet-alert .notify-sweet-popup {
  background: #f7f7f7 !important;
  padding: 33px !important;
}
@media only screen and (max-width: 1023px) {
  .notify-sweet-alert .notify-sweet-popup {
    align-self: end !important;
  }
}
.notify-sweet-alert .notify-sweet-popup .notify-sweet-title {
  color: black !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  margin: 0px !important;
  text-align: center !important;
}
.notify-sweet-alert .notify-sweet-popup .notify-sweet-title-bold {
  color: black !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  margin: 0px !important;
  text-align: left !important;
}
.notify-sweet-alert .notify-sweet-popup .notify-sweet-html-container {
  color: black !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.checkout-sweet-alert {
  top: calc(50% - 84px) !important;
  width: 390px !important;
  height: 185px !important;
  font-weight: 300 !important;
  right: 77px !important;
  z-index: 99999999 !important;
}
@media only screen and (max-width: 1023px) {
  .checkout-sweet-alert {
    width: 100% !important;
    padding: 16px !important;
    height: 190px !important;
  }
}
.checkout-sweet-alert .checkout-sweet-popup {
  background: #f7f7f7 !important;
  padding: 33px !important;
}
@media only screen and (max-width: 1023px) {
  .checkout-sweet-alert .checkout-sweet-popup {
    align-self: end !important;
  }
}
.checkout-sweet-alert .checkout-sweet-popup .checkout-sweet-title {
  color: black !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  margin: 0px !important;
  text-align: center !important;
}
.checkout-sweet-alert .checkout-sweet-popup .checkout-sweet-title-bold {
  color: black !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  margin: 0px !important;
  text-align: left !important;
}
.checkout-sweet-alert .checkout-sweet-popup .checkout-sweet-html-container {
  color: black !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.opacity-0 {
  opacity: 0;
}
video {
  display: block;
}
.carousel-control-next,
.carousel-control-prev {
  width: 6%;
}
@media only screen and (max-width: 1023px) {
  .carousel-control-next,
  .carousel-control-prev {
    width: 15%;
  }
}
.carousel-control-prev-icon {
  background: url("https://cdns.faridagupta.com/nrs/img/extraImages/large_left.png") no-Repeat top left;
  width: 40px;
  height: 40px;
  opacity: 0.4;
}
.carousel-control-next-icon {
  background: url("https://cdns.faridagupta.com/nrs/img/extraImages/large_right.png") no-Repeat top left;
  width: 40px;
  height: 40px;
  opacity: 0.4;
}
@media only screen and (max-width: 1023px) {
  .carousel-indicators {
    margin-bottom: 0px;
  }
}
.form-control:focus {
  box-shadow: none;
}
.border-bottom-light {
  border-bottom: 1px solid #e9e9e9;
}
.flex_23 {
  flex: 0 0 23.3333%;
  max-width: 23.3333%;
  position: relative;
  width: 100%;
}
.flex_60 {
  flex: 0 0 60%;
  max-width: 60%;
  position: relative;
  width: 100%;
}
.flex_68 {
  flex: 0 0 68.3333%;
  max-width: 68.3333%;
  position: relative;
  width: 100%;
}
.datepicker td,
.datepicker th {
  width: 1.5em;
  height: 1.5em;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  padding: 6px;
  cursor: pointer !important;
}
.datepicker .table-condensed thead th {
  color: #909090;
  font-weight: 500;
}
.datepicker .table-condensed thead tr:nth-child(2) th {
  background: #b07c83 !important;
  color: white !important;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  font-weight: 300;
}
.datepicker .table-condensed tbody tr td.today {
  background: #b07c83 !important;
  color: white !important;
}
.datepicker table tr td.highlighted {
  background: #f6f5f0 !important;
  border-radius: 0;
}
.datepicker tfoot tr th {
  font-weight: 500;
}
.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
  color: #6b6b6b;
  background: #f2eae8 !important;
  font-weight: 300;
}
.commonHiddenOvrly {
  position: fixed;
  z-index: 999999999;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}
.commonWaitingOvrly {
  position: fixed;
  z-index: 999999999;
  left: 0px;
  top: 0px;
  height: 100%;
  text-align: center;
  width: 100%;
}
.commonWaitingOvrly > div {
  position: absolute;
  left: calc(50% - 35px);
  top: calc(50% - 35px);
}
.commonWaitingOvrly > div img {
  width: 64px;
}
.iti__country-list {
  z-index: 999999 !important;
}
.iti--separate-dial-code .iti__selected-flag {
  border-radius: 20px 0px 0px 20px;
}
.iti__flag {
  background-image: url("https://cdns.faridagupta.com/nrs/img/extraImages/flags.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("https://cdns.faridagupta.com/nrs/img/extraImages/flags@2x.png");
  }
}
.vue-tel-input {
  border-radius: 30px !important;
}
.vti__dropdown {
  background-color: #f3f3f3;
  border-radius: 24px 0px 0px 24px;
}
.vti__input {
  font-weight: 300;
}
.vue-tel-input:focus-within {
  box-shadow: none !important;
  border-color: #ccc !important;
  border-radius: 30px;
}
.whatsapp-btn {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE2IDE2IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnPg0KCQk8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI0ZGRkZGRiIgZD0iTTguMTI5LDAuOTQ1Yy0zLjc5NSwwLTYuODcyLDMuMDc3LTYuODcyLDYuODczDQoJCQljMCwxLjI5OCwwLjM2LDIuNTEyLDAuOTg2LDMuNTQ5bC0xLjI0LDMuNjg4bDMuODA1LTEuMjE5YzAuOTg0LDAuNTQ0LDIuMTE2LDAuODU0LDMuMzIxLDAuODU0YzMuNzk1LDAsNi44NzEtMy4wNzUsNi44NzEtNi44NzENCgkJCVMxMS45MjQsMC45NDUsOC4xMjksMC45NDV6IE04LjEyOSwxMy41MzhjLTEuMTYyLDAtMi4yNDQtMC4zNDgtMy4xNDctMC45NDZsLTIuMTk4LDAuNzA1bDAuNzE1LTIuMTI0DQoJCQljLTAuNjg2LTAuOTQ0LTEuMDktMi4xMDMtMS4wOS0zLjM1NGMwLTMuMTU1LDIuNTY2LTUuNzIyLDUuNzIxLTUuNzIyczUuNzIxLDIuNTY2LDUuNzIxLDUuNzIyUzExLjI4MywxMy41MzgsOC4xMjksMTMuNTM4eg0KCQkJIE0xMS4zNTIsOS4zNzljLTAuMTc0LTAuMDk0LTEuMDItMC41NS0xLjE3OC0wLjYxNUMxMC4wMTQsOC43LDkuODk4LDguNjY2LDkuNzc1LDguODM3QzkuNjUyLDkuMDA3LDkuMzAxLDkuMzksOS4xOTMsOS41MDUNCgkJCUM5LjA4OCw5LjYxNyw4Ljk4NCw5LjYyOSw4LjgxMiw5LjUzM2MtMC4xNzEtMC4wOTYtMC43My0wLjMtMS4zNzgtMC45MjNjLTAuNTA0LTAuNDg0LTAuODM0LTEuMDcyLTAuOTMtMS4yNTINCgkJCWMtMC4wOTUtMC4xOCwwLTAuMjcxLDAuMDkxLTAuMzU0QzYuNjc3LDYuOTI4LDYuNzc4LDYuODA1LDYuODcsNi43MDZjMC4wOTEtMC4xLDAuMTI0LTAuMTcxLDAuMTg3LTAuMjg2DQoJCQljMC4wNjItMC4xMTUsMC4wMzgtMC4yMTgtMC4wMDMtMC4zMDhDNy4wMTIsNi4wMjMsNi42OTQsNS4xNDYsNi41NjEsNC43OUM2LjQyOCw0LjQzNCw2LjI4LDQuNDg2LDYuMTc3LDQuNDgyDQoJCQlDNi4wNzUsNC40NzksNS45NTgsNC40NTksNS44NDEsNC40NTZDNS43MjQsNC40NTEsNS41MzMsNC40ODcsNS4zNjYsNC42NTdjLTAuMTY3LDAuMTctMC42MzcsMC41NzYtMC42NjksMS40MzkNCgkJCXMwLjU2NSwxLjcyMiwwLjY0OCwxLjg0MWMwLjA4NCwwLjEyMSwxLjE0LDEuOTkxLDIuODk3LDIuNzYyYzEuNzU2LDAuNzcsMS43NjYsMC41MzQsMi4wODgsMC41MTgNCgkJCWMwLjMyMi0wLjAxOCwxLjA1NS0wLjM4NiwxLjIxNS0wLjc4OWMwLjE2Mi0wLjQwNSwwLjE3Ni0wLjc1NSwwLjEzNS0wLjgzMUMxMS42MzksOS41MjEsMTEuNTIzLDkuNDc1LDExLjM1Miw5LjM3OXoiLz4NCgk8L2c+DQo8L2c+DQo8L3N2Zz4NCg==);
  display: inline-block !important;
  position: relative;
  font-family: Arial, sans-serif;
  letter-spacing: 0.4px;
  cursor: pointer;
  font-weight: 400;
  text-transform: none;
  color: #fff !important;
  background-repeat: no-repeat;
  line-height: 1.2;
  text-decoration: none;
  text-align: left;
  background-position: 4px 2px;
  padding: 7px 5px 20px 25px;
  font-size: 17px;
  background-size: 26px;
  border-radius: 5px;
}
.message-container {
  padding: 10px 15px;
}
.message-container > div {
  background-position: 10px 10px !important;
  background-repeat: no-repeat !important;
  background-size: 20px !important;
  min-height: 24px !important;
  padding: 12px 12px 12px 36px !important;
  font-size: 15px;
  font-weight: 300 !important;
  border-radius: 0;
  border-left: 2px solid;
  color: #000;
  background-color: #fcfcfc;
}
.message-container .success-message {
  border-color: #28a22b;
  background-image: url("https://cdns.faridagupta.com/nrs/img/extraImages/check-circle.svg");
}
.message-container .success-message a {
  color: #28a22b;
}
.message-container .error-message {
  background-image: url("https://cdns.faridagupta.com/nrs/img/extraImages/exclamation-circle.svg");
  border-color: #b61e2f;
}
.message-container .error-message a {
  color: #b61e2f;
}
.modal .modal-header {
  display: flex;
  justify-content: center;
}
.modal .modal-header button.close {
  font-size: 30px !important;
  opacity: 1;
  position: absolute;
  right: 16px;
  top: 12px;
  z-index: 3;
}
.modal .modal-header button.close img {
  width: 18px;
}
#cookies-alert button img {
  width: 13px;
}
.d-none-imp {
  display: none !important;
}
a:hover {
  color: unset;
}
@media only screen and (max-width: 1023px) {
  .p-0-mob {
    padding: 0px !important;
  }
}
@media only screen and (max-width: 767px) {
  .freeHeight10Mob {
    height: 10px;
    padding: 0px;
    background: #f2f2f2;
  }
}
.theme-color-black {
  color: #333;
}
.theme-color-red {
  color: #b61e2f !important;
}
.red-color {
  color: red;
}
.red-color-hover:hover {
  color: red;
}
.text-black {
  color: #000;
}
.freeHeight1Mob {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .freeHeight1Mob {
    height: 1px;
    padding: 0px;
    background: #f2f2f2;
    display: block;
  }
}
@media only screen and (max-width: 1199px) {
  .freeHeight5Mob {
    height: 5px;
    padding: 0px;
    background: #f2f2f2;
  }
}
@media only screen and (max-width: 1199px) {
  .freeHeight4Mob {
    height: 5px;
    padding: 0px;
    background: #f2f2f2;
  }
}
.theme-color {
  color: #b07b82;
}
.theme-color-hover:hover {
  color: #b07b82;
}
.theme-color-green {
  color: #84a26b;
}
.price-color-green {
  color: #28a22b;
}
.theme-green-dark {
  color: #28a22b !important;
}
.theme-color-dark-green {
  color: #0d610d;
}
.theme-color-green:hover {
  color: #84a26b;
}
.theme-color-sale {
  color: #cf343a;
}
.theme-color-grey {
  color: #999;
}
.theme-color-grey-light {
  color: #666;
}
.background-white {
  background-color: white !important;
}
.theme-background {
  background: #b07c83;
}
.theme-background-one {
  background: #e5d8d7;
}
.theme-background-two {
  background: #f2eae8;
}
.theme-background-three {
  background: #c6a8a6;
}
.theme-background-four {
  background: #f1eee9;
}
.theme-background-five {
  background: #f4e0e2;
}
.theme-background-light-medium {
  background: #e1cdd0;
}
.theme-background-medium {
  background: #d7bdc1;
}
.theme-background-light {
  background: #f1e9ea;
}
.theme-background-dark-grey {
  background: #7f7f7f !important;
}
.section-title-text {
  font-size: 24px !important;
  font-weight: 300 !important;
  text-transform: uppercase;
  word-spacing: 5px;
  letter-spacing: 1px;
  line-height: 24px;
  margin-top: 50px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1023px) {
  .section-title-text {
    margin-top: 25px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .section-title-text {
    font-size: 18px !important;
  }
}
img {
  width: 100%;
}
.button {
  cursor: pointer;
  text-transform: uppercase;
  border:1px solid;
  font-size: 12px;
  letter-spacing: 0.4px;
  font-weight: 400;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 50px;
}
.px-4-5 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.text-underline {
  text-decoration: underline;
}
.text-underline-hover:hover {
  text-decoration: underline;
}
.text-underline-focus:focus {
  text-decoration: underline;
}
.fw-1 {
  font-weight: 100;
}
.fw-2 {
  font-weight: 200;
}
.fw-3 {
  font-weight: 300;
}
.fw-4 {
  font-weight: 400;
}
.fw-6 {
  font-weight: 600;
}
.fw-8 {
  font-weight: 800;
}
.font-w-300 {
  font-weight: 300;
}
.font-w-500 {
  font-weight: 500;
}
.font-s-14 {
  font-size: 14px;
}
.white {
  color: white;
}
.green {
  color: #84a26b !important;
}
.black {
  color: black;
}
.black-imp {
  color: black !important;
}
.gray {
  color: #676363;
}
.white {
  color: #fff;
}
.primary-bg {
  background-color: #b07b82;
}
.bg-green {
  background: #0080004f;
}
.bg-red {
  background: #ff00003d;
}
.b-r-8 {
  border-radius: 8px;
}
.bl-1 {
  border-left: 1px solid #dee2e6;
}
.fs-10 {
  font-size: 10px !important;
}
.fs-11 {
  font-size: 11px !important;
}
.fs-12 {
  font-size: 12px !important;
}
.fs-13 {
  font-size: 13px !important;
}
.fs-14 {
  font-size: 14px !important;
}
.fs-15 {
  font-size: 15px !important;
}
.fs-16 {
  font-size: 16px !important;
}
.fs-17 {
  font-size: 17px !important;
}
.fs-18 {
  font-size: 18px !important;
}
.fs-19 {
  font-size: 19px !important;
}
.fs-20 {
  font-size: 20px !important;
}
.fs-21 {
  font-size: 21px !important;
}
.fs-22 {
  font-size: 22px !important;
}
.fs-23 {
  font-size: 23px !important;
}
.fs-24 {
  font-size: 24px !important;
}
.fs-25 {
  font-size: 25px !important;
}
.fs-26 {
  font-size: 26px !important;
}
.fs-28 {
  font-size: 28px !important;
}
.fs-30 {
  font-size: 30px !important;
}
.fs-40 {
  font-size: 40px !important;
}
.d-list {
  display: list-item;
}
@media only screen and (max-width: 767px) {
  .fs-10-mob {
    font-size: 10px !important;
  }
}
@media only screen and (max-width: 767px) {
  .fs-11-mob {
    font-size: 11px !important;
  }
}
@media only screen and (max-width: 767px) {
  .fs-12-mob {
    font-size: 12px !important;
  }
}
@media only screen and (max-width: 767px) {
  .fs-13-mob {
    font-size: 13px !important;
  }
}
@media only screen and (max-width: 767px) {
  .fs-14-mob {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 767px) {
  .fs-15-mob {
    font-size: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .fs-16-mob {
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 767px) {
  .fs-17-mob {
    font-size: 17px !important;
  }
}
@media only screen and (max-width: 767px) {
  .fs-18-mob {
    font-size: 18px !important;
  }
}
@media only screen and (max-width: 767px) {
  .fs-19-mob {
    font-size: 19px !important;
  }
}
@media only screen and (max-width: 767px) {
  .fs-20-mob {
    font-size: 20px !important;
  }
}
.fs-30 {
  font-size: 30px;
}
.fw-5 {
  font-weight: 500;
}
.ls-0 {
  letter-spacing: 0px;
}
.fw-7 {
  font-weight: 700;
}
.fs-i {
  font-style: italic;
}
._mt-2 {
  margin-top: 2px;
}
._mt-4 {
  margin-top: 4px;
}
._mt-10 {
  margin-top: 10px;
}
._my-3 {
  margin: 3px 0px;
}
._py-3 {
  padding: 3px 0px;
}
._py-5 {
  padding: 5px 0px;
}
._py-6 {
  padding: 6px 0px;
}
._mx-10 {
  margin: 0px 10px;
}
._my-10 {
  margin: 10px 0px;
}
._px-10 {
  padding: 0px 10px;
}
._py-10 {
  padding: 10px 0px;
}
._p-10 {
  padding: 10px;
}
._m-10 {
  margin: 10px;
}
._mb-20 {
  margin-bottom: 20px;
}
.ls-0 {
  letter-spacing: 0px !important;
}
.ls-1 {
  letter-spacing: 1px !important;
}
.ls-5 {
  letter-spacing: 5px !important;
}
.ls-3 {
  letter-spacing: 3px !important;
}
.ls-2 {
  letter-spacing: 2px !important;
}
.ls-0-5 {
  letter-spacing: 0.5px !important;
}
.mb-13p {
  margin-bottom: 13px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-4p {
  margin-bottom: 4px!important;
}
@media only screen and (max-width: 767px) {
  .mb-mob-8p {
    margin-bottom: 8px !important;
  }
}
.border-none {
  border: none;
}
.fw-5-imp {
  font-weight: 500 !important;
}
@media only screen and (max-width: 767px) {
  .ls-mob-1 {
    letter-spacing: 1px !important;
  }
  .ls-mob-5 {
    letter-spacing: 5px !important;
  }
  .ls-mob-3 {
    letter-spacing: 3px !important;
  }
  .ls-mob-4 {
    letter-spacing: 4px !important;
  }
  .ls-mob-2 {
    letter-spacing: 2px !important;
  }
  .fw-1-mob {
    font-weight: 100;
  }
  .fw-3-mob {
    font-weight: 300;
  }
  .fw-4-mob {
    font-weight: 400;
  }
  .fw-5-mob {
    font-weight: 500;
  }
}
.lh-1-5 {
  line-height: 1.5;
}
.lh-23p {
  line-height: 23px;
}
.lh-28p {
  line-height: 28px;
}
.ws-5p {
  word-spacing: 5px;
}
.lh-n {
  line-height: normal;
}
.w_90 {
  width: 90%;
}
.w_70 {
  width: 70%;
}
.w_30 {
  width: 30%;
}
p {
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 767px) {
  .text-center-mob {
    text-align: center;
  }
}
.m0a {
  margin: 0 auto;
}
.thick-border {
  border-bottom: 6px solid #e5e5e5;
}
@media only screen and (max-width: 697px) {
  .thick-border-mob {
    border-bottom: 6px solid #e5e5e5;
  }
}
.thick-border1 {
  border-bottom: 2px solid #e5e5e5;
}
@media only screen and (max-width: 1023px) {
  .thick-border1Mob {
    border-bottom: 2px solid #e5e5e5;
  }
}
.primary-color {
  color: #181818;
}
.theme-color {
  color: #b07c83;
}
.primary-btn {
  background-color: #b07c83 !important;
  color: #fff !important;
}
.primary-btn a {
  color: #fff;
}
.txt-uline {
  text-decoration: underline !important;
}
.thin-border {
  border-bottom: 4px solid #e5e5e5;
}
.activeBtn {
  background-color: #b07c83 !important;
  color: #fff !important;
  border: 1px solid #b07c83;
}
.border-top-line {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
input,
select,
textarea,
button {
  font-size: 13px;
  color: #545759;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 0;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (max-width: 697px) {
  .fsm-10 {
    font-size: 10px !important;
  }
  .fsm-12 {
    font-size: 12px !important;
  }
  .fsm-13 {
    font-size: 13px !important;
  }
  .fsm-15 {
    font-size: 15px !important;
  }
  .fsm-16 {
    font-size: 16px !important;
  }
  .fsm-20 {
    font-size: 20px !important;
  }
  .fsm-18 {
    font-size: 18px !important;
  }
  .fsm-25 {
    font-size: 25px !important;
  }
  .fsm-30 {
    font-size: 30px;
  }
}
.content-seperator {
  margin: 2px auto;
  width: 35px;
  height: 1px;
  background: #8d8d8d;
  margin-bottom: 19px;
  display: none;
}
.content-seperator img {
  margin-top: 19px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1023px) {
  .content-seperator {
    width: 20px !important;
  }
}
.container {
  max-width: 100%;
}
.payment-container {
  min-height: calc(100vh - 50px);
}
.iti--separate-dial-code {
  width: 100%;
}
input,
button,
select {
  height: 38px !important;
  font-size: 13px !important;
}
button:focus,
select:focus {
  outline: 0;
}
button:focus {
  outline: 0 !important;
  box-shadow: none !important;
}
_button:hover {
  background-color: #b07c83;
  border: 0 double #b07c83;
  color: #fff;
  box-shadow: 1px 2px 5px 0 #afaaaa;
  opacity: 0.75;
}
textarea:focus,
input:focus {
  outline: none;
}
.text-pre {
  white-space: pre;
}
.text-preline {
  white-space: pre-line;
}
.modal {
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 99999999;
}
.modal .modal-dialog .modal-content {
  width: 80%;
  margin: auto;
  min-width: 320px;
  max-width: 900px;
}
.disable-body-scroll {
  height: 100vh;
  overflow: hidden;
}
.top_100 {
  top: 100px;
}
.top_0 {
  top: 0px;
}
.bottom_0_top_unset {
  bottom: 0px;
  top: unset;
}
.bottom_unset_top_unset {
  bottom: unset;
  top: unset;
}
.height_100 {
  height: 100%;
}
.close-mobile-menu {
  position: fixed !important;
  bottom: 0px;
  z-index: 2;
  left: 0px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  background: white;
  height: 64px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.swal2-container .swal2-title {
  padding: 0px;
  font-size: 24px;
  font-weight: 400;
}
.swal2-container .swal2-popup {
  padding: 3.5em;
}
.swal2-container .swal2-html-container {
  font-size: 16px;
  font-weight: 300;
}
.swal2-container .swal2-actions .swal2-confirm {
  background-color: #b07c83 !important;
  color: #fff;
  font-size: 14px !important;
  border: 1px solid #b07c83;
  border-radius: 30px;
  padding: 0px 20px;
  font-weight: 300;
}
.swal2-container .swal2-actions .swal2-cancel {
  background-color: #fff !important;
  color: #333;
  font-size: 14px !important;
  border: 1px solid #333;
  border-radius: 30px;
  padding: 0px 20px;
  font-weight: 300;
}
.swal2-container .swal2-actions .swal2-cancel:hover,
.swal2-container .swal2-actions .swal2-confirm:hover {
  background-image: none !important;
}
/*common css*/
/* return exchange css*/
.exchange-text {
  font-size: 12px;
  font-weight: 500;
}
#return-order .sku-text {
  font-size: 12px;
  color: gray;
}
#return-order .ex-txt {
  font-size: 13px !important;
}
#return-order select {
  padding: 0px 19px 0px 5px !important;
  width: auto;
  max-width: 200px;
  margin-left: 5px;
  border: 1px solid #b6babe;
  background: transparent;
  border-radius: 5px;
  font-size: 12px;
  color: black;
}
#exchange-size .sku-text {
  font-size: 12px;
  color: gray;
}
#exchange-size .ex-txt {
  font-size: 13px !important;
}
#exchange-size select {
  padding: 0px 19px 0px 5px !important;
  width: auto;
  max-width: 100px;
  margin-left: 5px;
  border: 1px solid #b6babe;
  background: transparent;
  border-radius: 5px;
  font-size: 12px;
  color: black;
}
#exchange-size a {
  text-decoration: underline !important;
  line-height: 28px;
  font-size: 13px;
}
#exchange-size .exchange-confirm-container input {
  height: unset !important;
}
.exch-reason {
  width: 100% !important;
  max-width: 100% !important;
  height: 30px;
}
.custom-control {
  padding: 0px;
  min-height: unset;
  height: 100%;
}
.custom-control .custom-control-label::before,
.custom-control .custom-control-label::after {
  top: 0;
  width: 20px;
  height: 20px;
  left: 0px;
}
.exch-check .custom-control-label::before,
.exch-check .custom-control-label::after,
.exch-radio .custom-control-label::before,
.exch-radio .custom-control-label::after {
  top: 0px;
  width: 21px;
  height: 21px;
  left: 0px;
}
.exch-radio .custom-radio-label {
  padding-left: 25px;
}
.exch-radio .custom-radio-label::before,
.exch-radio .custom-radio-label::after {
  left: 0px;
}
.exch-radio .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  left: 1px;
}
.refnd-only .exch-radio .custom-radio {
  padding: 0px 0px 0px 85px;
  line-height: 23px;
  height: 30px;
  position: relative;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border: 1px solid #000;
  background: transparent;
}
.custom-control-input:checked ~ .custom-control-label::before {
  background: #b07c83;
  border: none;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}
.grpBtn {
  padding: 3px;
  display: inline-block;
  border: 1px solid #212529;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 7px 4px;
  cursor: pointer;
  font-size: 11px;
}
.grpBtn.a {
  border: 1px solid #b07c83;
  color: #fff;
  background-color: #b07c83;
}
.fa-user:before {
  font-size: 32px;
}
.address p {
  font-size: 14px;
  color: #7f7f7f;
}
@media only screen and (max-width: 1023px) {
  .address p {
    font-size: 12px;
  }
}
.payment-dtls table tbody tr td {
  font-size: 14px;
}
/* return exchange css*/
/* address book css */
#address-book .user-address-container .address-item .add-address-inner {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: 1px solid #ddd;
  cursor: pointer;
  color: #000;
  border-radius: 5px;
  border-style: dashed;
  background: white;
}
#address-book .user-address-container .address-item .add-address-inner .add-address-wrapper {
  padding: 15px 10px;
}
#address-book .user-address-container .address-item .add-address-inner .add-address-wrapper .add-address-plus {
  font-size: 50px !important;
  font-weight: 100;
  line-height: 24px;
  margin-bottom: 20px;
}
#address-book .user-address-container .address-item .address-item-inner {
  border: 1px solid #ddd;
  color: #000;
  border-radius: 5px;
  height: 100%;
  position: relative;
  padding-bottom: 30px;
}
#address-book .user-address-container .address-item .address-item-inner .address-update-container {
  position: absolute;
  width: 100%;
  height: 30px;
  z-index: 2;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: center;
}
#address-book .user-address-container .address-item .address-item-inner .address-update-container .edit-user-address-open:hover,
#address-book .user-address-container .address-item .address-item-inner .address-update-container .delete-user-address {
  text-decoration: underline;
}
#address-book .user-address-container .address-item .fa {
  font-size: 20px;
}
#address-book .user-address-container .address-item p {
  margin-bottom: 2px;
}
/* address book css */
/* store credit page */
.store-credit-container .transaction-detail-btn {
  text-decoration: underline !important;
  line-height: 28px;
  font-size: 13px;
  color: inherit;
}
/* store credit page */
.back-buttons {
  position: absolute;
  top: 5px;
  z-index: 9999;
  left: 0px;
  width: 45px;
}
/* home page */
.main-home-page {
  top: 30px;
  margin: 0px 15px;
}
.main-home-page p {
  letter-spacing: 0px;
}
.main-home-page .homepage-banner .carousel-item img {
  border-radius: 30px;
}
.main-home-page .main-video-container video {
  border-radius: 30px;
}
.main-home-page .main-video-container .video-container {
  padding-left: 6px !important;
  padding-right: 6px !important;
}
@media only screen and (max-width: 767px) {
  .main-home-page .main-video-container .video-container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media only screen and (max-width: 767px) {
  .main-home-page {
    margin: 0px 8px;
    top: 0px;
  }
  .main-home-page .homepage-banner img {
    border-radius: 30px;
  }
  .main-home-page .main-video-container video {
    border-radius: 30px;
  }
}
.home-category-item {
  border: 0px solid white;
  border-bottom: 0px;
  border-top: 0px;
  padding: 0px 6px 12px 6px !important;
}
.home-category-item .home-category-text {
  bottom: 35px;
  background-color: rgba(247, 231, 209, 0.68);
  color: #351a00;
  position: absolute;
  font-weight: 300;
  margin-bottom: 0px;
}
@media only screen and (max-width: 1023px) {
  .home-category-item .home-category-text {
    padding: 7px 0px !important;
  }
}
.home-category-item a {
  overflow: hidden;
  outline: none;
}
.home-category-item a img {
  transform: scale(1);
  transition: all 0.35s ease;
}
.home-category-item a img:hover {
  transform: scale(1.08);
}
@media only screen and (max-width: 768px) {
  .home-category-item {
    padding: 3px 0px !important;
  }
}
.home-category-item:nth-child(1) a {
  border-radius: 30px 0px 0px 0px;
}
.home-category-item:nth-child(2) a {
  border-radius: 0px 30px 0px 0px;
}
.home-category-item:nth-child(3) a {
  border-radius: 0px 0px 0px 30px;
}
.home-category-item:nth-child(4) a {
  border-radius: 0px 0px 30px 0px;
}
@media only screen and (max-width: 1199px) {
  .home-category-item:nth-child(4n + 1) {
    padding: 6px 3px 6px 0px !important;
  }
  .home-category-item:nth-child(4n + 2) {
    padding: 6px 0px 6px 3px !important;
  }
  .home-category-item:nth-child(4n + 3) {
    padding: 0px 3px 0px 0px !important;
  }
  .home-category-item:nth-child(4n + 4) {
    padding: 0px 0px 0px 3px !important;
  }
}
@media only screen and (max-width: 1023px) {
  .home-fg-impact {
    padding: 0px !important;
    padding-top: 6px !important;
  }
}
.home-fg-impact .home-fg-impact-background {
  border-radius: 30px;
}
.home-fg-impact .fg-impact-text {
  padding-top: 16px !important;
  padding-bottom: 7px !important;
}
@media only screen and (max-width: 1023px) {
  .home-fg-impact .fg-impact-text {
    padding: 0px !important;
  }
}
.home-fg-impact .fg-impact-text hr {
  border-top: 2px solid #b07c83;
  width: 45px;
  margin: 10px auto;
}
.home-fg-impact .fg-impact-text img {
  width: 40px;
  margin-bottom: 6px !important;
}
@media only screen and (max-width: 1023px) {
  .home-fg-impact .fg-impact-text img {
    margin-bottom: 3px !important;
  }
}
.home-fg-impact .fg-impact-text .section-title-text {
  margin-bottom: 10px;
}
.home-fg-impact .fg-impact-text .inner-text-1 {
  margin-top: 0px !important;
}
@media only screen and (max-width: 1023px) {
  .home-fg-impact .fg-impact-text .inner-text-1 {
    font-size: 16px !important;
    line-height: 23px;
    letter-spacing: 1.5px;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
}
.home-fg-impact .fg-impact-text .inner-text-2 {
  margin-top: 23px;
  line-height: 23px;
}
@media only screen and (max-width: 1023px) {
  .home-fg-impact .fg-impact-text .inner-text-2 {
    font-size: 12px !important;
  }
}
@media only screen and (max-width: 1023px) {
  .home-fg-impact .fg-impact-text .counting-container {
    margin-top: 0px !important;
    padding-top: 10px !important;
  }
  .home-fg-impact .fg-impact-text .counting-container p {
    font-size: 14px !important;
    padding: 0px 0px !important;
    line-height: 23px;
  }
  .home-fg-impact .fg-impact-text .counting-container .happy-customer-container p {
    margin-bottom: 8px !important;
  }
}
.home-fg-impact .fg-impact-text .counting-container .impact-label {
  margin-bottom: 8px;
  font-size: 25px !important;
  display: block;
}
@media only screen and (max-width: 1023px) {
  .home-fg-impact .fg-impact-text .counting-container .impact-label {
    font-size: 19px !important;
  }
}
.home-fg-impact .fg-impact-text .counting-container .impact-label-text {
  font-size: 17px !important;
}
@media only screen and (max-width: 1023px) {
  .home-fg-impact .fg-impact-text .counting-container .impact-label-text {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 1023px) {
  .main-touching-lives-container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .main-touching-lives-container .home-fg-impact {
    padding-top: 0px !important;
  }
}
@media only screen and (max-width: 1023px) {
  .main-touching-lives-container.background-1 {
    background: rgba(151, 209, 250, 0.08) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .main-touching-lives-container.background-2 {
    background: rgba(41, 49, 27, 0.2) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .main-touching-lives-container.background-3 {
    background: rgba(213, 197, 171, 0.63) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .main-touching-lives-container.background-4 {
    background: rgba(164, 174, 187, 0.62) !important;
  }
}
.home-fg-impact.home-fg-impact-content {
  position: absolute;
  right: 0px;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-fg-impact.home-fg-impact-content .primary-color {
  color: white !important;
}
@media only screen and (min-width: 1199px) {
  .home-fg-impact.home-fg-impact-content {
    background: none;
  }
}
@media only screen and (max-width: 1199px) {
  .home-fg-impact.home-fg-impact-content {
    padding: 0px 14px 0px 14px !important;
    width: 100%;
    align-items: center;
    background: rgba(0, 0, 0, 0.38);
    border-radius: 30px;
  }
  .home-fg-impact.home-fg-impact-content .primary-color {
    color: white !important;
  }
}
.home-fg-impact-upper {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 30px;
}
.touching-lives-container {
  width: 100%;
  margin: 0 auto;
  padding: 0px;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .touching-lives-container {
    padding: 0px;
    width: 100%;
  }
}
.fg-home-fg-craft {
  padding: 0px 17px;
}
.fg-home-fg-craft img {
  border-radius: 30px;
}
@media only screen and (max-width: 767px) {
  .fg-home-fg-craft .home-fg-craft .craft-1 p {
    border-radius: 0px 0px 0px 30px;
  }
  .fg-home-fg-craft .home-fg-craft .craft-1 img {
    height: 310px !important;
    border-radius: 30px 0px 0px 30px;
  }
  .fg-home-fg-craft .home-fg-craft .craft-2 img {
    height: 153px !important;
    border-radius: 0px 30px 0px 0px;
  }
  .fg-home-fg-craft .home-fg-craft .craft-3 p {
    border-radius: 0px 0px 30px 0px;
  }
  .fg-home-fg-craft .home-fg-craft .craft-3 img {
    height: 153px !important;
    border-radius: 0px 0px 30px 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .fg-home-fg-craft .home-fg-craft .craft-1 p {
    border-radius: 30px 0px 0px 30px;
  }
  .fg-home-fg-craft .home-fg-craft .craft-1 img {
    height: 424px !important;
    border-radius: 30px 0px 0px 30px;
  }
  .fg-home-fg-craft .home-fg-craft .craft-2 img {
    height: 210px !important;
    border-radius: 0px 30px 0px 0px;
  }
  .fg-home-fg-craft .home-fg-craft .craft-3 p {
    border-radius: 0px 0px 30px 0px;
  }
  .fg-home-fg-craft .home-fg-craft .craft-3 img {
    height: 210px !important;
    border-radius: 0px 0px 30px 0px;
  }
}
.fg-home-fg-craft .home-fg-craft .fg-craft-item {
  padding: 0px 14px 0px 13px !important;
  padding-top: 4px !important;
}
@media only screen and (max-width: 1199px) {
  .fg-home-fg-craft .home-fg-craft .fg-craft-item {
    padding: 2px !important;
    padding-top: 2px !important;
  }
}
.fg-craft-item .home-craft-text {
  color: #242424;
  font-weight: 300;
  letter-spacing: 2px;
  margin-bottom: 0px;
  padding: 9px 0px !important;
}
@media only screen and (max-width: 1199px) {
  .fg-craft-item .home-craft-text {
    font-size: 13px !important;
    padding: 9px !important;
    bottom: 0px;
    background: rgba(58, 25, 23, 0.55);
    color: white;
    position: absolute;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 0px;
  }
}
.home-client-marquee {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 350px;
  overflow-x: hidden;
}
.home-client-marquee .home-client-track {
  position: absolute;
  left: 0px;
  white-space: nowrap;
  will-change: transform;
  width: 535vw;
  animation: homeclientmarquee 50s linear infinite;
}
.home-client-marquee .home-client-track img {
  width: 300px;
  padding: 0 15px;
}
@media only screen and (max-width: 1023px) {
  .home-client-marquee {
    padding: 0;
    border: 3px solid #fff !important;
    height: 220px;
  }
  .home-client-marquee .home-client-track {
    width: 1705vw;
  }
  .home-client-marquee .home-client-track img {
    width: 200px;
  }
}
@keyframes homeclientmarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.fg-home-newsletter {
  padding: 15px 0px !important;
}
@media only screen and (max-width: 767px) {
  .fg-home-newsletter {
    padding: 10px 0px 20px 0px !important;
  }
}
@media only screen and (max-width: 1023px) {
  .fg-home-newsletter > div {
    padding: 0px 6px !important;
  }
}
.fg-home-newsletter .home-subscribe-inner {
  border: 1px solid #ebebeb;
  border-radius: 25px;
}
.fg-home-newsletter .home-subscribe-inner .iti__selected-flag {
  border-radius: 25px 0px 0px 25px !important;
}
.fg-home-newsletter .home-subscribe-inner .iti--separate-dial-code input[type="tel"] {
  border-radius: 25px !important;
}
.fg-home-newsletter .newsletter-input-container {
  padding-left: 0px !important;
}
.fg-home-newsletter .newsletter-btn-container {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .fg-home-newsletter .newsletter-btn-container {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
.fg-home-newsletter .newsletter-btn-container button:hover {
  color: #b07c83;
  transform: scale(1);
  box-shadow: none;
}
.fg-home-newsletter .newsletter-btn-container .home-newsletter-btn {
  border-radius: 0px 25px 25px 0px !important;
}
@media only screen and (max-width: 1023px) {
  .fg-home-newsletter .section-title-text {
    text-align: center;
  }
}
.tp-bannertimer {
  display: none;
}
.backTop {
  width: 40px;
  line-height: 40px;
  overflow: hidden;
  z-index: 999;
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 50px;
  right: 25px;
  background-color: #505050;
  color: #fff;
  text-align: center;
  font-size: 30px;
  text-decoration: none;
  border-radius: 50%;
  opacity: 0.5;
}
.backTop:hover {
  color: white;
}
.slick-slider .slick-arrow {
  position: absolute;
  height: 100%;
  top: 0px;
  background: #f7f7f7;
  color: black;
  z-index: 2;
  display: none ;
  color: gray;
}
.slick-slider .slick-prev {
  left: 7px;
}
.slick-slider .slick-next {
  right: 7px;
}
.home-category-container .sale-discount-category {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .home-category-container .sale-discount-category {
    width: 100%;
  }
}
.home-category-container .sale-discount-category > div {
  padding: 1rem;
  flex: 0 0 20%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .home-category-container .sale-discount-category > div {
    flex: none;
    padding: 0.5rem;
  }
}
.home-category-container .sale-discount-category > div a {
  display: block;
  width: 100%;
}
.home-category-container .sale-discount-category > div a > div {
  width: 190px;
  height: 190px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border-radius: 50%;
}
@media only screen and (max-width: 400px) {
  .home-category-container .sale-discount-category > div a > div {
    height: 100px;
    width: 100px;
  }
}
@media only screen and (min-width: 401px) and (max-width: 550px) {
  .home-category-container .sale-discount-category > div a > div {
    height: 150px;
    width: 150px;
  }
}
@media only screen and (min-width: 550px) and (max-width: 767px) {
  .home-category-container .sale-discount-category > div a > div {
    height: 170px;
    width: 170px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .home-category-container .sale-discount-category > div a > div {
    height: 120px;
    width: 130px;
  }
}
.home-category-container .sale-discount-category > div a > div span:nth-child(1) {
  font-size: 70px;
  font-weight: 100;
}
@media only screen and (max-width: 767px) {
  .home-category-container .sale-discount-category > div a > div span:nth-child(1) {
    font-size: 40px;
  }
}
.home-category-container .sale-discount-category > div a > div span:nth-child(2) {
  font-size: 30px;
  font-weight: 100;
}
@media only screen and (max-width: 767px) {
  .home-category-container .sale-discount-category > div a > div span:nth-child(2) {
    font-size: 25px;
  }
}
.home-category-container .sale-discount-category > div:nth-child(1) a > div {
  background: #f8d5d7;
}
.home-category-container .sale-discount-category > div:nth-child(1) a > div span {
  color: white;
}
.home-category-container .sale-discount-category > div:nth-child(2) a > div {
  background: #fae1cc;
}
.home-category-container .sale-discount-category > div:nth-child(2) a > div span {
  color: white;
}
.home-category-container .sale-discount-category > div:nth-child(3) a > div {
  background: #fcdbc4;
}
.home-category-container .sale-discount-category > div:nth-child(3) a > div span {
  color: white;
}
.home-category-container .sale-discount-category > div:nth-child(4) a > div {
  background: #ffd3c8;
}
.home-category-container .sale-discount-category > div:nth-child(4) a > div span {
  color: white;
}
.home-category-container .sale-discount-category > div:nth-child(5) a > div {
  background: #f6c3c3;
}
.home-category-container .sale-discount-category > div:nth-child(5) a > div span {
  color: white;
}
/* home page */
#fgModl .modal-content {
  max-width: 865px !important;
  margin-top: 73px;
  padding: 0px;
  border: 0px;
  background-color: transparent;
}
#fgModl .modal-body {
  overflow: auto;
  padding: 0px;
  margin: 0px;
  background: transparent;
  border: none;
  border-radius: 15px;
}
#fgModl .modal-anchor {
  cursor: pointer;
}
#fgModl #closeMdl {
  position: absolute;
  height: 65px !important;
  width: 65px!important;
  z-index: 999999;
  top: 0px;
  right: 0px;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #fgModl #closeMdl {
    position: absolute;
    height: 50px !important;
    width: 50px !important;
    z-index: 999999;
    top: 0px;
    right: 0px;
    opacity: 1;
  }
}
#fgModl .modal-dialog,
#size-chart-modal .modal-dialog {
  max-width: initial;
}
#srchInpDv {
  position: fixed;
  box-shadow: 0 3px 5px -3px #888;
  background: #fff;
  padding: 70px 20px 20px;
  height: 100vh;
  z-index: 9999999;
}
#srchInpDv .goVwAll {
  color: #000 !important;
}
#srchInpDv form {
  position: relative;
  align-items: end;
}
@media only screen and (max-width: 1023px) {
  #srchInpDv form {
    margin: 20px auto;
  }
}
#srchInpDv form input {
  width: calc(100% - 40px);
  border: none;
  border-bottom: 1px solid #ddd;
  font-size: 17px !important;
  border-radius: 0px !important;
}
@media only screen and (max-width: 1023px) {
  #srchInpDv form input {
    border-bottom: 1px solid #929292;
    width: 92%;
  }
}
#srchInpDv form input input:focus {
  border-color: #929292;
}
#srchInpDv form .insideSrchIcn {
  display: inline-block;
  width: 120px;
  position: absolute;
  right: 0px;
  bottom: 3px;
}
@media only screen and (max-width: 1023px) {
  #srchInpDv form .insideSrchIcn {
    width: 90px;
  }
}
@media only screen and (max-width: 1023px) {
  #srchInpDv form .insideSrchIcn svg {
    width: 18px;
    height: 25px;
  }
}
#srchInpDv form .insideSrchIcn .insideSrchTxt {
  padding: 5px 5px 0px;
  color: #b07c83;
}
#srchInpDv form .insideSrchIcn .srchSpinner {
  height: 36px;
  width: 36px;
}
#srchInpDv .closeSrchIcn {
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 10px;
}
@media only screen and (max-width: 1023px) {
  #srchInpDv .closeSrchIcn {
    right: 0px;
    top: 14px;
  }
}
#srchInpDv .closeSrchIcn i {
  font-size: 32px;
  color: #878787;
  font-weight: 100;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  #srchInpDv .closeSrchIcn i {
    font-size: 24px;
  }
}
#srchInpDv .header-search-close {
  text-decoration: underline;
  position: absolute;
  bottom: 0px;
  left: 0;
  top: unset;
  z-index: 2;
  right: unset;
  color: #000;
  width: 100%;
  display: none;
}
@media only screen and (max-width: 1023px) {
  #srchInpDv .header-search-close {
    display: block;
  }
}
@media only screen and (max-width: 1023px) {
  #srchInpDv {
    padding: 0px;
    position: fixed;
    height: calc(100% - 51px);
  }
}
/* product page */
.product-image-zoom {
  position: fixed;
  z-index: 999999999;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  overflow: scroll;
  background: white;
}
.product-image-zoom .product-zoom-empty {
  position: fixed;
  left: unset;
  right: 0px;
  width: 90px;
  top: 00px;
  bottom: unset;
  padding: 10px 0px;
  background: #ffffff36;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .product-image-zoom .product-zoom-empty {
    left: 0px;
    top: unset;
    width: 100%;
    bottom: 0px;
    height: auto;
  }
}
.product-image-zoom .product-zoom-close {
  width: 40px;
  position: fixed;
  right: 23px;
  top: 11px;
  cursor: pointer;
  padding: 4px;
  border-radius: 4px;
  z-index: 2;
}
@media only screen and (max-width: 1199px) {
  .product-image-zoom .product-zoom-close {
    width: 50px;
    position: initial;
  }
}
.product-image-zoom .product-image-zoom-thumbnail {
  position: fixed;
  left: unset;
  right: 0px;
  width: 90px;
  top: 55px;
  bottom: unset;
  padding: 10px 0px;
  z-index: 2;
  overflow-y: scroll;
  height: calc(100vh - 70px);
}
@media only screen and (max-width: 1199px) {
  .product-image-zoom .product-image-zoom-thumbnail {
    left: 0px;
    top: unset;
    width: 100%;
    bottom: 0px;
    overflow-x: scroll;
    overflow-y: unset;
    height: 80px;
  }
}
.product-image-zoom .product-image-zoom-thumbnail .product-zoom-thumbnail-inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 10px;
  padding-right: 10px;
  min-width: fit-content;
}
@media only screen and (max-width: 1199px) {
  .product-image-zoom .product-image-zoom-thumbnail .product-zoom-thumbnail-inner {
    flex-direction: row;
  }
}
.product-image-zoom .product-image-zoom-thumbnail .product-zoom-thumbnail-inner img {
  cursor: pointer;
  width: 70px;
  margin-right: unset;
  margin-bottom: 7px;
}
@media only screen and (max-width: 1199px) {
  .product-image-zoom .product-image-zoom-thumbnail .product-zoom-thumbnail-inner img {
    width: 40px;
    height: 60px;
    margin-right: 7px;
    margin-bottom: unset;
  }
}
.product-image-zoom .product-image-zoom-thumbnail .product-zoom-thumbnail-inner img:last-child {
  margin-right: 0px;
}
.product-image-zoom .product-image-zoom-thumbnail .product-zoom-thumbnail-inner img.active {
  box-shadow: 0px 0px 4px 1px white;
}
.product-image-zoom .product-image-zoom-container {
  cursor: initial;
  text-align: center;
  position: relative;
}
.product-image-zoom .product-image-zoom-container img {
  width: auto;
}
@media only screen and (max-width: 1199px) {
  .product-image-zoom .product-image-zoom-container img.initialState {
    width: auto !important;
    height: 100vh;
  }
}
.product-image-zoom .product-image-zoom-container .extra-zoom-container {
  width: 170px;
  left: calc(50% - 85px);
  bottom: 20px;
  padding: 0px 4px;
  z-index: 10;
  font-size: 36px;
  font-weight: 100;
}
@media only screen and (max-width: 1199px) {
  .product-image-zoom .product-image-zoom-container .extra-zoom-container {
    bottom: 80px;
    background: rgba(212, 205, 192, 0.8);
  }
}
.product-image-zoom .product-image-zoom-container .extra-zoom-container span {
  cursor: pointer;
  padding: 2px 5px;
  color: #141414;
  width: 60px !important;
  margin: 10px;
  background: rgba(255, 255, 255, 0.8);
  height: 60px;
  border-radius: 50%;
}
.product-image-zoom .product-image-zoom-container .extra-zoom-container span.maximized {
  color: #646464;
}
.product-image-zoom .product-image-zoom-container .extra-zoom-container span.minimized {
  color: #646464;
}
.product-image-zoom .product-image-zoom-container .product-image-zoom-inner img.image-full-zoom {
  transform: scale(2);
}
.product-image-zoom .product-image-zoom-container .product-image-swipe-container {
  width: 198px;
  left: calc(50% - 99px);
  bottom: 20px;
  padding: 0px 4px;
  z-index: 10;
  font-size: 36px;
  font-weight: 100;
  position: fixed;
}
.product-image-zoom .product-image-zoom-container .product-image-swipe-container span {
  cursor: pointer;
  width: 55px !important;
  display: inline-flex;
  margin: 4px;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  height: 55px;
  padding: 0px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: 0px 0px 2px 0px #bbb;
}
.product-image-zoom .product-image-zoom-container .product-image-swipe-container span img {
  width: 16px;
}
.product-image-zoom .product-image-zoom-container .product-image-swipe-container .left i {
  position: relative;
  right: 1px;
}
.product-image-zoom .product-image-zoom-container .product-image-swipe-container .right i {
  position: relative;
  right: -1px;
}
.product-craft-image-zoom {
  position: fixed;
  z-index: 9999999;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  overflow: scroll;
  background: white;
}
.product-craft-image-zoom .product-zoom-empty {
  position: fixed;
  left: unset;
  right: 0px;
  width: 90px;
  top: 00px;
  bottom: unset;
  padding: 10px 0px;
  background: #ffffff36;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .product-craft-image-zoom .product-zoom-empty {
    left: 0px;
    top: unset;
    width: 100%;
    bottom: 0px;
    height: auto;
  }
}
.product-craft-image-zoom .product-zoom-close {
  width: 40px;
  position: fixed;
  right: 23px;
  top: 11px;
  cursor: pointer;
  padding: 4px;
  border-radius: 4px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .product-craft-image-zoom .product-zoom-close {
    width: 50px;
    position: initial;
  }
}
.product-craft-image-zoom .product-image-zoom-container {
  cursor: initial;
  text-align: center;
  position: relative;
}
.product-craft-image-zoom .product-image-zoom-container img {
  width: auto;
}
@media only screen and (max-width: 767px) {
  .product-craft-image-zoom .product-image-zoom-container img.initialState {
    width: auto !important;
    height: 100vh;
  }
}
.product-craft-image-zoom .product-image-zoom-container .extra-zoom-container {
  width: 170px;
  left: calc(50% - 85px);
  bottom: 20px;
  padding: 0px 4px;
  z-index: 10;
  font-size: 36px;
  font-weight: 100;
}
@media only screen and (max-width: 767px) {
  .product-craft-image-zoom .product-image-zoom-container .extra-zoom-container {
    bottom: 80px;
    background: rgba(212, 205, 192, 0.8);
  }
}
.product-craft-image-zoom .product-image-zoom-container .extra-zoom-container span {
  cursor: pointer;
  padding: 2px 5px;
  color: #141414;
  width: 60px !important;
  margin: 10px;
  background: rgba(255, 255, 255, 0.8);
  height: 60px;
  border-radius: 50%;
}
.product-craft-image-zoom .product-image-zoom-container .extra-zoom-container span.maximized {
  color: #646464;
}
.product-craft-image-zoom .product-image-zoom-container .extra-zoom-container span.minimized {
  color: #646464;
}
.product-craft-image-zoom .product-image-zoom-container .product-image-zoom-inner img.image-full-zoom {
  transform: scale(2);
}
.product-craft-image-zoom .product-image-zoom-container .product-image-swipe-container {
  width: 71px;
  left: calc(50% - 28px);
  bottom: 20px;
  padding: 0px 4px;
  z-index: 10;
  font-size: 36px;
  font-weight: 100;
  position: fixed;
}
.product-craft-image-zoom .product-image-zoom-container .product-image-swipe-container span {
  cursor: pointer;
  width: 55px !important;
  display: inline-flex;
  margin: 4px;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  height: 55px;
  padding: 0px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: 0px 0px 2px 0px #bbb;
}
.product-craft-image-zoom .product-image-zoom-container .product-image-swipe-container span img {
  width: 16px;
}
@media only screen and (max-width: 767px) {
  .mobile-magic body .mz-expand button.mz-button.mz-button-close {
    top: 15px !important;
    right: 10px !important;
  }
}
@media only screen and (min-width: 768px) {
  .main-product-page {
    padding-left: 21px;
    padding-right: 21px;
  }
}
.main-product-page .product-page-container {
  padding: 5px 0px 0px 0px;
}
.main-product-page .product-page-container input,
.main-product-page .product-page-container button {
  height: 45px !important;
}
.main-product-page .product-page-container .message-container {
  height: 65px;
}
@media only screen and (max-width: 767px) {
  .main-product-page .product-page-container .message-container {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .main-product-page .product-page-container .message-container.opacity-0 {
    height: 0px;
    padding: 0px;
  }
}
.main-product-page .product-page-container .add-to-cart-btn,
.main-product-page .product-page-container .shop-the-look-btn {
  border-radius: 40px;
  height: 60px !important;
}
.main-product-page .product-page-container .shop-the-look-btn {
  background: white;
  box-shadow: rgb(210 210 210) 0px 0px 0px 1px;
}
.main-product-page .product-page-container .product-detail-container {
  padding: 0px;
}
.main-product-page .product-page-container .product-detail-container .product-data-desktop {
  display: block;
}
@media only screen and (max-width: 767px) {
  .main-product-page .product-page-container .product-detail-container .product-data-desktop {
    display: none;
  }
}
.main-product-page .product-page-container .product-detail-container .product-data-desktop .tabbable-panel {
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .main-product-page .product-page-container .product-detail-container .product-data-desktop .tabbable-panel {
    padding: 0px;
  }
}
.main-product-page .product-page-container .product-detail-container .product-data-desktop .tabbable-panel .nav-tabs {
  border: none;
}
.main-product-page .product-page-container .product-detail-container .product-data-desktop .tabbable-panel .nav-tabs li {
  display: block;
  width: 100%;
  text-align: center;
  border-top: 0px solid #e2e2e2;
}
.main-product-page .product-page-container .product-detail-container .product-data-desktop .tabbable-panel .nav-tabs li a {
  color: #737373;
  padding: 25px 15px 10px 15px;
  display: block;
  font-weight: 300;
}
.main-product-page .product-page-container .product-detail-container .product-data-desktop .tabbable-panel .nav-tabs li.active a {
  color: #333333;
}
.main-product-page .product-page-container .product-detail-container .product-data-desktop .tabbable-panel .tab-content .craft-image {
  margin-top: 4px;
}
.main-product-page .product-page-container .product-detail-container .product-data-desktop .tabbable-panel .tab-content table tr td {
  font-weight: 100;
  padding: 10px;
  font-size: 15px;
}
.main-product-page .product-page-container .product-detail-container .product-data-desktop .tabbable-panel .tab-content table tr td:first-child {
  border-bottom: 1px solid #e7eaef;
  border-left: 0px solid !important;
  color: #000;
  font-weight: 300;
  width: 200px;
}
@media only screen and (min-width: 768px) {
  .main-product-page .product-page-container .product-detail-container .product-data-desktop .tabbable-panel .tab-content table tr td:first-child {
    padding-left: 0px;
  }
}
.main-product-page .product-page-container .product-detail-container .product-data-desktop .tabbable-panel .tab-content table tr td:last-child {
  border-bottom: 1px solid #e7eaef;
  border-left: 1px solid #e7eaef;
}
.main-product-page .product-page-container .product-detail-container .product-data-desktop .tabbable-panel .tab-content table tr:last-child td {
  border-bottom: 0px !important;
}
.main-product-page .product-page-container .product-detail-container .product-data-mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .main-product-page .product-page-container .product-detail-container .product-data-mobile {
    display: block;
  }
}
.main-product-page .product-page-container .product-detail-container .product-data-mobile .nav-tabs {
  border: none;
  border-top: 1px solid #dee2e6;
  margin: 0px !important;
}
@media only screen and (max-width: 767px) {
  .main-product-page .product-page-container .product-detail-container .product-data-mobile .nav-tabs {
    padding-bottom: 0px !important;
  }
}
.main-product-page .product-page-container .product-detail-container .product-data-mobile .nav-tabs a {
  color: #333;
}
.main-product-page .product-page-container .product-detail-container .product-data-mobile ul {
  font-size: 16px;
}
.main-product-page .product-page-container .product-detail-container .product-data-mobile table tr td {
  padding: 5px;
  font-size: 16px;
}
.main-product-page .product-page-container .product-detail-container .product-data-mobile table tr td:first-child {
  width: 14%;
  font-weight: 300;
  border-bottom: 1px solid #d9dde3;
  color: #000;
}
.main-product-page .product-page-container .product-detail-container .product-data-mobile table tr td:nth-child(2) {
  font-weight: 100;
  border-left: 1px solid #d9dde3;
  border-bottom: 1px solid #d9dde3;
}
.main-product-page .product-page-container .product-detail-container .product-data-mobile table tr:last-child td:first-child {
  border-bottom: 0px;
}
.main-product-page .product-page-container .product-detail-container .product-data-mobile table tr:last-child td:nth-child(2) {
  border-bottom: 0px;
}
.main-product-page .product-page-container .product-detail-container .product-data-mobile #accordion-product .card-header,
.main-product-page .product-page-container .product-detail-container .product-data-mobile #accordion-product-2 .card-header,
.main-product-page .product-page-container .product-detail-container .product-data-mobile #accordion-product-3 .card-header {
  background: none;
  border: none;
}
.main-product-page .product-page-container .product-detail-container .product-data-mobile #accordion-product .card-header a,
.main-product-page .product-page-container .product-detail-container .product-data-mobile #accordion-product-2 .card-header a,
.main-product-page .product-page-container .product-detail-container .product-data-mobile #accordion-product-3 .card-header a {
  display: block;
  line-height: 30px;
}
.main-product-page .product-page-container .product-detail-container .product-data-mobile #accordion-product .card-header a:after,
.main-product-page .product-page-container .product-detail-container .product-data-mobile #accordion-product-2 .card-header a:after,
.main-product-page .product-page-container .product-detail-container .product-data-mobile #accordion-product-3 .card-header a:after {
  content: "-";
  position: absolute;
  right: 2px;
  font-size: 26px;
  font-weight: 300;
}
.main-product-page .product-page-container .product-detail-container .product-data-mobile #accordion-product .card-header a.collapsed:after,
.main-product-page .product-page-container .product-detail-container .product-data-mobile #accordion-product-2 .card-header a.collapsed:after,
.main-product-page .product-page-container .product-detail-container .product-data-mobile #accordion-product-3 .card-header a.collapsed:after {
  content: "+";
  right: 0px;
}
.main-product-page .product-page-container .product-detail-container .product-data-mobile #accordion-product .return-exchange-container p,
.main-product-page .product-page-container .product-detail-container .product-data-mobile #accordion-product-2 .return-exchange-container p,
.main-product-page .product-page-container .product-detail-container .product-data-mobile #accordion-product-3 .return-exchange-container p {
  display: list-item;
  margin-left: 1.25em;
}
.main-product-page .product-page-container .delivery-section-container .cod-input-container {
  width: 48%;
}
.main-product-page .product-page-container .delivery-section-container .cod-input-container input {
  width: 100%;
  border: none;
  background: transparent;
}
.main-product-page .product-page-container .delivery-section-container .cod-btn-container {
  width: 52%;
}
.main-product-page .product-page-container .delivery-section-container .cod-btn-container button {
  border-radius: 25px !important;
}
.main-product-page .product-page-container .delivery-section-container .delivery-input-inner {
  border: 1px solid #ebebeb;
  border-radius: 25px;
}
@media only screen and (max-width: 767px) {
  .main-product-page .product-page-container .delivery-section-container .delivery-input-inner {
    border-radius: 50px !important;
  }
  .main-product-page .product-page-container .delivery-section-container .delivery-input-inner .check-delivery-btn {
    border-radius: 50px !important;
  }
}
.main-product-page .product-page-container .delivery-section-container .check-delivery-btn {
  text-transform: none;
}
@media only screen and (max-width: 767px) {
  .main-product-page .product-page-container .delivery-section-container .check-delivery-btn {
    height: 55px;
  }
}
.main-product-page .product-page-container .return-exchange-container {
  letter-spacing: inherit;
}
.main-product-page .product-page-container .return-exchange-container img {
  width: 25px;
  margin-right: 10px;
  vertical-align: bottom;
}
.main-product-page .product-page-container .return-exchange-container p {
  display: list-item;
}
.main-product-page .product-page-container .return-exchange-container a:hover {
  text-decoration: underline;
}
.main-product-page .product-page-container .return-exchange-container h4 a:hover {
  text-decoration: none;
}
.main-product-page .product-page-container .breadcrumb-list-container {
  list-style: none;
  padding: 20px 0px;
}
.main-product-page .product-page-container .breadcrumb-list-container li {
  display: inline-block;
}
.main-product-page .product-page-container .breadcrumb-list-container li a {
  color: #696b79;
}
.main-product-page .product-page-container .breadcrumb-list-container li strong {
  color: #696b79;
  font-weight: 500;
}
.main-product-page .product-page-container .breadcrumb-list-container > li + li:before {
  content: "/\00a0";
  padding: 0 0px;
  color: #bbb;
}
@media only screen and (max-width: 767px) {
  .main-product-page .product-page-container .breadcrumb-list-container {
    display: none;
  }
}
.main-product-page .product-page-container .product-name-container .product-name {
  color: #222;
}
@media only screen and (max-width: 1199px) {
  .main-product-page .product-page-container .product-name-container .product-name {
    font-size: 18px !important;
    font-weight: 300;
    overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
  }
}
.main-product-page .product-page-container .product-name-container .product-short-description {
  color: #999;
}
@media only screen and (max-width: 1199px) {
  .main-product-page .product-page-container .product-name-container .product-short-description {
    font-size: 11px;
    padding-top: 0px !important;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: none;
  }
}
.main-product-page .product-page-container .product-name-container .product-extra-description {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .main-product-page .product-page-container .product-name-container .product-extra-description {
    display: none;
  }
}
.main-product-page .product-page-container .product-name-container .set-of-two {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .main-product-page .product-page-container .product-name-container .set-of-two {
    display: none;
  }
}
.main-product-page .product-page-container .product-name-container .product-additional-description {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .main-product-page .product-page-container .product-name-container .product-additional-description {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .main-product-page .product-page-container .product-size-container .price-inr {
    margin: 0 auto;
  }
}
.main-product-page .product-page-container .product-size-container .size-chart-open-btn:hover,
.main-product-page .product-page-container .product-size-container .size-chart-open-btn:focus {
  text-decoration: underline;
  color: black;
}
@media only screen and (max-width: 767px) {
  .main-product-page .product-page-container .product-size-container .select-size-text,
  .main-product-page .product-page-container .product-size-container .size-chart-open-btn {
    font-size: 14px !important;
    font-weight: 500;
  }
}
.main-product-page .product-page-container .product-size-container .product-price {
  font-size: 21px;
  color: #222;
  margin-top: 12px;
  margin-bottom: 24px;
}
.main-product-page .product-page-container .product-size-container .product-price .mrp-price {
  color: #a0a0a0;
}
.main-product-page .product-page-container .product-size-container .product-price .mrp-price span {
  text-decoration: line-through;
}
@media only screen and (max-width: 767px) {
  .main-product-page .product-page-container .product-size-container .product-price {
    margin-top: 16px;
  }
  .main-product-page .product-page-container .product-size-container .product-price .discount-upper-container {
    float: none !important;
  }
  .main-product-page .product-page-container .product-size-container .product-price .discounted-price {
    display: block;
    width: 100%;
    margin-left: 0px !important;
  }
}
.main-product-page .product-page-container .product-size-container .size-heading-container .notify-me-all {
  margin-top: 30px !important;
  width: 100%;
}
.main-product-page .product-page-container .product-size-container .size-heading-container .notify-me-all button {
  border-radius: 40px;
  height: 60px !important;
}
@media only screen and (max-width: 767px) {
  .main-product-page .product-page-container .product-size-container .size-heading-container .notify-me-all {
    width: 83%;
    float: none !important;
    margin: 0 auto;
  }
  .main-product-page .product-page-container .product-size-container .size-heading-container .notify-me-all button {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 767px) {
  .main-product-page .product-page-container .product-size-container .size-heading-container {
    margin: 0 auto;
  }
}
.main-product-page .product-page-container .product-size-container .size-heading-container .notify-me-all:hover {
  opacity: 0.75;
}
@media only screen and (max-width: 767px) {
  .main-product-page .product-page-container .product-size-container .size-heading-container.coming-soon {
    padding-top: 0px !important;
  }
}
.main-product-page .product-page-container .product-size-container .size-heading-container.coming-soon .size-chart-btn {
  display: block;
  width: 100%;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .main-product-page .product-page-container .product-size-container .size-heading-container.coming-soon .size-chart-btn {
    text-align: center;
  }
}
.main-product-page .product-page-container .product-size-container .size-chart-btn a {
  color: #999;
  font-weight: 300;
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  .main-product-page .product-page-container .product-size-container .size-heading-container.single-item {
    text-align: center;
  }
  .main-product-page .product-page-container .product-size-container .size-heading-container.single-item .size-chart-btn {
    float: none !important;
    width: 100%;
  }
}
.main-product-page .product-page-container .product-size-container .size-heading-container.all-stock-out {
  padding-bottom: 0px !important;
}
.main-product-page .product-page-container .product-size-container .size-heading-container.all-stock-out .notify-btn-container {
  background: #f7f7f7;
}
@media only screen and (max-width: 767px) {
  .main-product-page .product-page-container .product-size-container .size-heading-container.all-stock-out {
    text-align: center;
  }
  .main-product-page .product-page-container .product-size-container .size-heading-container.all-stock-out .size-chart-btn {
    float: none !important;
    width: 100%;
  }
  .main-product-page .product-page-container .product-size-container .size-heading-container.all-stock-out .line-seperator-notify {
    display: none;
  }
  .main-product-page .product-page-container .product-size-container .size-heading-container.all-stock-out .notify-btn-container {
    float: none !important;
    margin-top: 10px;
  }
  .main-product-page .product-page-container .product-size-container .size-heading-container.all-stock-out .notify-me-all {
    margin-top: 25px !important;
  }
}
.main-product-page .product-page-container .product-size-container .size-heading-container.free-size-product {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.main-product-page .product-page-container .product-size-container .size-heading-container.free-size-product .size-chart-btn {
  display: none;
}
.main-product-page .product-page-container .product-size-container .size-heading-container.free-size-product .line-seperator-notify {
  display: none;
}
.main-product-page .product-page-container .product-size-container .cant-find-text {
  color: #999;
}
.main-product-page .product-page-container .size-element-container .less-stock-container .few-left-text {
  color: #000;
  display: flex;
  align-items: center;
}
.main-product-page .product-page-container .size-element-container .less-stock-container img {
  width: 20px;
}
.main-product-page .product-page-container .size-element-container ol {
  list-style: none;
  overflow: auto;
  overflow-y: hidden;
  padding: 1px;
}
@media only screen and (max-width: 767px) {
  .main-product-page .product-page-container .size-element-container ol {
    overflow: unset;
    text-align: center;
  }
}
.main-product-page .product-page-container .size-element-container ol li {
  margin-right: 0px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  width: 20%;
  position: relative;
  padding-left: 5px !important;
  padding-bottom: 10px;
  padding-right: 5px !important;
}
.main-product-page .product-page-container .size-element-container ol li .size-element {
  width: 100%;
  display: block;
  color: #000;
  font-weight: 300;
  background: white;
  font-size: 16px !important;
  padding: 12px 10px;
  box-shadow: rgb(229 229 229) 0px 0px 0px 1px;
  border-radius: 4px;
}
.main-product-page .product-page-container .size-element-container ol li .size-element:hover {
  box-shadow: 0px 0px 2px 0px grey;
}
.main-product-page .product-page-container .size-element-container ol li .size-element.active {
  color: white;
  background-color: #b07c83;
  font-size: 16px !important;
  box-shadow: rgb(176 124 131) 0px 0px 0px 1px;
}
.main-product-page .product-page-container .size-element-container ol li .product-left {
  width: 100%;
  position: absolute;
  font-size: 11px;
  bottom: 0px;
  color: #000;
  padding: 0px 0px;
  font-weight: 100;
  border-radius: 0px 0px 5px 4px;
  display: inline-block;
  text-align: center;
  left: 0px;
  display: none;
}
.main-product-page .product-page-container .size-element-container ol li .size-element.active + .product-left {
  color: white;
}
.main-product-page .product-page-container .size-element-container ol li .free-size-span {
  width: 100%;
  display: inline-block;
  color: #000;
  font-weight: 300;
  background: white;
  font-size: 16px !important;
  padding: 10px;
  box-shadow: rgb(229 229 229) 0px 0px 0px 1px;
  border-radius: 4px;
  text-align: left;
  box-shadow: none;
  padding: 0px;
}
.main-product-page .product-page-container .size-element-container ol li.stock-out {
  cursor: no-drop;
}
.main-product-page .product-page-container .size-element-container ol li.stock-out .size-element {
  background: #f7f7f7 !important;
  color: #aaa;
  text-decoration: line-through;
}
.main-product-page .product-page-container .size-element-container ol li.stock-out .product-left {
  display: none !important;
}
.main-product-page .product-page-container .size-element-container ol li.stock-out .free-size-span {
  opacity: 0.4;
  text-decoration: line-through;
}
.main-product-page .product-page-container .size-element-container ol li.free-size-item {
  width: 100%;
  padding-right: 0px !important;
}
.main-product-page .product-page-container .size-element-container ol li:nth-child(5n + 1) {
  padding-left: 0px !important;
}
.main-product-page .product-page-container .size-element-container ol li:nth-child(5n + 5) {
  padding-right: 0px !important;
}
.main-product-page .product-page-container .size-element-container ol li.coming-soon .size-element {
  background: #f7f7f7 !important;
  color: #aaa;
  text-decoration: line-through;
}
.main-product-page .product-page-container .size-element-container ol li.coming-soon .product-left {
  display: none !important;
}
.main-product-page .product-page-container .size-element-container ol li.coming-soon .free-size-span {
  opacity: 0.4;
  text-decoration: line-through;
}
.main-product-page .product-page-container .notify-btn-container .notify-me-btn {
  cursor: pointer;
}
.main-product-page .product-page-container .quantity-select-container label {
  margin-right: 14px;
}
@media only screen and (max-width: 767px) {
  .main-product-page .product-page-container .quantity-select-container label {
    font-size: 14px;
  }
}
.main-product-page .product-page-container .quantity-select-container .quantity-select-left {
  width: 35px;
  height: 35px;
  font-size: 12px;
  line-height: 35px;
  border: 1px solid #e1e1e1;
  position: relative;
  cursor: pointer;
  color: #666;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-right: 0px;
}
.main-product-page .product-page-container .quantity-select-container .quantity-select-left:before {
  content: "\f068";
}
.main-product-page .product-page-container .quantity-select-container .quantity-select-right {
  width: 35px;
  height: 35px;
  font-size: 12px;
  line-height: 35px;
  border: 1px solid #e1e1e1;
  position: relative;
  cursor: pointer;
  color: #666;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-left: 0px;
}
.main-product-page .product-page-container .quantity-select-container .quantity-select-right:before {
  content: "\f067";
}
.main-product-page .product-page-container .quantity-select-container .quantity-select-middle {
  width: 100px !important;
  font-size: 15px;
  color: #000;
  text-align: center;
}
.main-product-page .product-page-container .quantity-select-container .quantity-select-middle input {
  width: 100%;
  height: 35px !important;
  border: 1px solid #e1e1e1;
  color: black;
}
@media only screen and (max-width: 767px) {
  .main-product-page .product-page-container .quantity-select-container .quantity-selector {
    margin-top: 0px;
    width: 220px;
    margin: 0 auto;
    float: none !important;
    right: 6%;
  }
}
.main-product-page .product-page-container .quantity-select-container .unavailable-container .unavailable-label {
  border: 1px solid #919191;
}
@media only screen and (max-width: 767px) {
  .main-product-page .product-page-container .quantity-select-container .unavailable-container .unavailable-label {
    margin: 0 auto;
    width: 83%;
    text-align: center;
    margin-top: 20px !important;
  }
}
.main-product-page .product-page-container .quantity-select-container .unavailable-container .notify-btn-container {
  position: initial;
}
@media only screen and (max-width: 767px) {
  .main-product-page .product-page-container .quantity-select-container .unavailable-container .notify-btn-container {
    margin: 20px 0px 0px 0px;
  }
  .main-product-page .product-page-container .quantity-select-container .unavailable-container .notify-btn-container button {
    width: 83%;
  }
}
.main-product-page .product-page-container .add-cart2-container {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .main-product-page .product-page-container .add-cart2-container {
    display: block;
    position: fixed;
    bottom: 75px;
    width: 100%;
    left: 0px;
    z-index: 999999;
    background: #f2f2f2;
  }
}
.main-product-page .product-page-container .add-cart2-container .add-cart-btn button {
  height: 50px !important;
}
.main-product-page .product-page-container .add-cart2-container .add-cart-btn button img {
  width: 22px;
  height: 21px;
  position: relative;
  top: -2px;
  left: -2px;
}
.main-product-page .product-page-container .add-cart2-container .add-cart-btn button .add-cart-text {
  height: 100%;
  margin-top: 2px;
  letter-spacing: 0.5px;
  display: inline-block;
  line-height: 2;
}
.main-product-page .product-page-container .add-cart2-container .add-cart-btn button .add-cart-price {
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .main-product-page .product-page-container .add-cart2-container .add-cart-btn button {
    border-radius: 0px;
  }
}
.main-product-page .product-page-container .add-cart2-container .add-cart-btn button:hover,
.main-product-page .product-page-container .add-cart2-container .add-cart-btn button:focus {
  outline: 0;
}
.main-product-page .product-page-container .add-cart2-container .add-cart-btn button:hover span,
.main-product-page .product-page-container .add-cart2-container .add-cart-btn button:focus span {
  color: white;
}
.main-product-page .product-page-container .add-cart2-container .add-cart-btn button:hover .active-cart-item-count,
.main-product-page .product-page-container .add-cart2-container .add-cart-btn button:focus .active-cart-item-count {
  color: #000;
}
@media only screen and (max-width: 767px) {
}
.main-product-page .product-page-container .add-cart-container .product-inner-btn-cont,
.main-product-page .product-page-container .shop-the-look-btn-container2 .product-inner-btn-cont {
  text-align: center;
  padding-left: 16px;
}
.main-product-page .product-page-container .add-cart-container .product-inner-btn-cont img,
.main-product-page .product-page-container .shop-the-look-btn-container2 .product-inner-btn-cont img {
  width: 23px;
  margin-right: 10px;
}
.main-product-page .product-page-container .add-cart-container .product-inner-btn-cont button:hover,
.main-product-page .product-page-container .shop-the-look-btn-container2 .product-inner-btn-cont button:hover {
  opacity: 0.75;
}
.main-product-page .product-page-container .add-cart-container .product-inner-btn-cont button.shop-the-look-btn,
.main-product-page .product-page-container .shop-the-look-btn-container2 .product-inner-btn-cont button.shop-the-look-btn {
  opacity: unset;
  box-shadow: inset 0 1px 0 0 #ccc, inset -1px 0 0 0 #ccc, inset 0 -1px 0 0 #ccc, inset 1px 0 0 0 #ccc;
}
.main-product-page .product-page-container .add-cart-container .product-inner-btn-cont button.shop-the-look-btn:hover,
.main-product-page .product-page-container .shop-the-look-btn-container2 .product-inner-btn-cont button.shop-the-look-btn:hover {
  box-shadow: inset 0 1.5px 0 0 #ccc, inset -1.5px 0 0 0 #ccc, inset 0 -1.5px 0 0 #ccc, inset 1.5px 0 0 0 #ccc;
}
@media only screen and (max-width: 767px) {
  .main-product-page .product-page-container .add-cart-container .product-inner-btn-cont img,
  .main-product-page .product-page-container .shop-the-look-btn-container2 .product-inner-btn-cont img {
    width: 18px;
  }
  .main-product-page .product-page-container .add-cart-container .product-inner-btn-cont .add-cart-text,
  .main-product-page .product-page-container .shop-the-look-btn-container2 .product-inner-btn-cont .add-cart-text {
    font-size: 14px !important;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1023px) {
  .main-product-page .product-page-container .add-cart-container .product-inner-btn-cont .add-cart-text,
  .main-product-page .product-page-container .shop-the-look-btn-container2 .product-inner-btn-cont .add-cart-text {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 767px) {
  .main-product-page .product-page-container .shop-the-look-btn-container {
    text-align: center;
    margin-bottom: 10px;
  }
}
.main-product-page .product-page-container .other-block-title {
  border-top: 1px solid #f2f2f2;
}
.main-product-page .product-page-container .other-block-title > div {
  margin-top: 2rem !important;
}
@media only screen and (max-width: 767px) {
  .main-product-page .product-page-container .other-block-title > div {
    margin-top: 1rem !important;
    margin-bottom: 0.5rem !important;
  }
}
@media only screen and (min-width: 767px) {
  .main-product-page .product-page-container .other-block-title span:after {
    background: none repeat scroll 0 0 #ddd;
    content: "";
    height: 0px;
    position: absolute;
    top: 50%;
    width: 455px;
    font-size: 18px;
    right: 60%;
  }
  .main-product-page .product-page-container .other-block-title span:before {
    background: none repeat scroll 0 0 #ddd;
    content: "";
    height: 0px;
    position: absolute;
    top: 50%;
    width: 455px;
    font-size: 18px;
    left: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .main-product-page .product-page-container .other-block-title span {
    font-size: 20px;
    font-weight: 300;
    padding: 12px 0px 18px 0px !important;
    display: block;
    text-transform: uppercase;
  }
}
.main-product-page .product-page-container .shop-the-look-main .shop-the-look-container {
  gap: 15px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1199px) {
  .main-product-page .product-page-container .shop-the-look-main .shop-the-look-container {
    padding: 0px 3px !important;
    gap: 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .main-product-page .product-page-container .shop-the-look-main .shop-the-look-container .shop-the-look-item {
    max-width: calc(25% - 11.3px);
  }
}
.main-product-page .product-page-container .shop-the-look-main .shop-the-look-container .shop-the-look-item .image {
  overflow: hidden;
  transition: all 0.35s ease;
  border-radius: 10px;
  position: relative;
  border-radius: 30px;
}
@media only screen and (max-width: 767px) {
  .main-product-page .product-page-container .shop-the-look-main .shop-the-look-container .shop-the-look-item .image {
    border-radius: 25px;
  }
}
.main-product-page .product-page-container .shop-the-look-main .shop-the-look-container .shop-the-look-item .image :hover {
  box-shadow: 0px 0px 1px 0px grey;
  transform: scale(1.03);
}
.main-product-page .product-page-container .shop-the-look-main .shop-the-look-container .shop-the-look-item .image .notify-me-image-ovrly {
  position: absolute;
  background: rgba(176, 124, 131, 0.75);
  bottom: 12px;
  right: 10px;
  width: 100px;
  height: 100px;
  border-radius: 100%;
}
.main-product-page .product-page-container .shop-the-look-main .shop-the-look-container .shop-the-look-item .image .notify-me-image-ovrly p {
  color: #f6f5f0;
  font-weight: 300;
  font-size: 16px;
  margin: 23% auto;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  box-shadow: none;
  transform: none;
}
.main-product-page .product-page-container .shop-the-look-main .shop-the-look-container .shop-the-look-item .image img {
  border-radius: 30px;
}
@media only screen and (max-width: 767px) {
  .main-product-page .product-page-container .shop-the-look-main .shop-the-look-container .shop-the-look-item .image img {
    border-radius: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .main-product-page .product-page-container .shop-the-look-main .shop-the-look-container .shop-the-look-item {
    padding: 0px 8px !important;
    margin-bottom: 0px !important;
  }
  .main-product-page .product-page-container .shop-the-look-main .shop-the-look-container .shop-the-look-item .image img {
    border: 1px solid white;
  }
  .main-product-page .product-page-container .shop-the-look-main .shop-the-look-container .shop-the-look-item .shop-the-look-detail {
    padding: 0px !important;
  }
  .main-product-page .product-page-container .shop-the-look-main .shop-the-look-container .shop-the-look-item .shop-the-look-detail .product-shop-look {
    padding: 5px 5px 0px 5px;
    min-height: 125px;
  }
  .main-product-page .product-page-container .shop-the-look-main .shop-the-look-container .shop-the-look-item .shop-the-look-detail .product-shop-look .shop-product-name {
    font-size: 16px !important;
    text-align: center;
    padding: 1px;
    color: #000;
    font-weight: 300;
  }
}
.main-product-page .product-page-container .shop-the-look-main .shop-the-look-container .shop-the-look-item a:hover {
  color: #333;
}
.main-product-page .product-page-container .shop-the-look-main .shop-the-look-container .shop-the-look-item .shop-available-size span {
  margin-right: 5px;
  font-weight: 300;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .main-product-page .product-page-container .shop-the-look-main .shop-the-look-container .shop-the-look-item .shop-available-size span {
    font-size: 12px;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 362px) {
  .main-product-page .product-page-container .shop-the-look-main .shop-the-look-container .shop-the-look-item .shop-available-size span {
    font-size: 10px;
    margin-right: 4px;
  }
}
.main-product-page .product-page-container .shop-the-look-main .shop-the-look-container .shop-the-look-item .shop-available-size .available-size {
  display: inline-block;
}
.main-product-page .product-page-container .shop-the-look-main .shop-the-look-container .shop-the-look-item .shop-available-size .available-size .product-unavailable {
  color: #bdbdbd;
  text-decoration: line-through;
}
.main-product-page .product-page-container .shop-the-look-main .shop-the-look-container .shop-the-look-item .price {
  color: #000;
}
.main-product-page .product-page-container .shop-the-look-main .shop-the-look-container .shop-the-look-item .shop-price-container {
  font-family: sans-serif !important;
}
@media only screen and (max-width: 767px) {
  .main-product-page .product-page-container .shop-the-look-main .shop-the-look-container .shop-the-look-item .shop-price-container {
    padding-bottom: 0px !important;
    text-align: center;
  }
  .main-product-page .product-page-container .shop-the-look-main .shop-the-look-container .shop-the-look-item .shop-price-container .shop-item-price {
    font-size: 17px !important;
    font-weight: 300;
  }
}
.main-product-page .product-page-container .shop-the-look-main .shop-the-look-container .shop-the-look-item .withdiscount .shop-price {
  color: #a0a0a0;
  text-decoration: line-through;
}
.main-product-page .product-page-container .shop-the-look-main .shop-the-look-container .shop-the-look-item .withdiscount .discount-percent {
  color: #28a22b;
}
@media only screen and (max-width: 767px) {
  .main-product-page .product-page-container .shop-the-look-main .shop-the-look-container .shop-the-look-item .withdiscount .shop-discounted-price {
    font-size: 16px !important;
  }
  .main-product-page .product-page-container .shop-the-look-main .shop-the-look-container .shop-the-look-item .withdiscount .shop-price {
    font-size: 12px !important;
  }
  .main-product-page .product-page-container .shop-the-look-main .shop-the-look-container .shop-the-look-item .withdiscount .discount-percent {
    font-size: 16px !important;
  }
}
.main-product-page .product-page-container .shop-the-look-main .shop-the-look-container .shop-the-look-item .priceSep {
  color: #a0a0a0;
}
.main-product-page .product-page-container .shop-the-look-main .shop-the-look-container .shop-the-look-item .shop-product-description {
  color: #999999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 767px) {
  .main-product-page .product-page-container .shop-the-look-main .shop-the-look-container .shop-the-look-item .shop-product-description {
    font-size: 10px !important;
  }
}
.main-product-page .product-page-container .shop-the-look-main .shop-the-look-container .shop-the-look-item .shop-product-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-product-page .product-page-container .shop-the-look-main .shop-the-look-container .shop-the-look-item .shop-bottom-container {
  min-height: 35px;
}
@media only screen and (max-width: 767px) {
  .main-product-page .product-page-container .shop-the-look-main .shop-the-look-container .shop-the-look-item .shop-bottom-container {
    min-height: unset;
  }
}
.main-product-page .product-page-container .shop-the-look-main .shop-the-look-container .shop-the-look-item .shop-bottom-container .shop-button-container button:hover {
  color: white;
  transform: scale(1.04);
}
@media only screen and (max-width: 767px) {
  .main-product-page .product-page-container .shop-the-look-main .shop-the-look-container .shop-the-look-item:last-child {
    padding-bottom: 30px !important;
  }
}
.main-product-page .product-page-container .go-to-cart-mobile-btn {
  display: flex;
  padding: 0px;
  border: 0px;
}
.main-product-page .product-page-container .go-to-cart-mobile-btn .active-add-to-cart-btn {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
}
.main-product-page .product-page-container .go-to-cart-mobile-btn .active-add-to-cart-btn span {
  color: #000 !important;
}
.main-product-page .product-page-container .go-to-cart-mobile-btn .active-add-to-cart-btn div {
  align-items: center;
  justify-content: center;
  display: flex;
  background: white;
  border-radius: 10px;
  height: 100%;
}
.main-product-page .product-page-container .go-to-cart-mobile-btn .go-to-bag-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 0px;
}
.main-product-page .product-page-container .go-to-cart-mobile-btn .go-to-cart-footer {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-product-page .product-page-container .go-to-cart-mobile-btn .go-to-cart-footer div {
  align-items: center;
  justify-content: center;
  display: flex;
  background: white;
  border-radius: 10px;
  height: 100%;
  position: relative;
}
.main-product-page .product-page-container .go-to-cart-mobile-btn .go-to-cart-footer div .active-cart-item-count {
  display: inline-grid;
  align-items: center;
  padding: 0px;
  text-align: center;
  position: absolute;
  bottom: -1px;
  left: 1px;
  height: 20px;
  width: 20px;
  color: #000;
  font-size: 12px;
  font-weight: 400;
}
.main-product-page .product-page-container .go-to-cart-mobile-btn .active-shop-the-look-btn {
  height: 100%;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-product-page .product-page-container .go-to-cart-mobile-btn .active-add-to-cart-mobile-btn {
  height: 100%;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-product-page .product-page-container .go-to-cart-mobile-btn .active-notify-me-btn {
  height: 100%;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-product-page #size-chart-modal .size-chart-image-container {
  text-align: center;
}
.main-product-page #size-chart-modal .size-chart-image-container img {
  width: 350px;
}
@media only screen and (max-width: 767px) {
  .main-product-page #size-chart-modal .size-chart-image-container img {
    width: 100%;
  }
}
.main-product-page #size-chart-modal .modal-body {
  height: 70vh;
  overflow-y: scroll;
}
@media only screen and (max-width: 767px) {
  .main-product-page #size-chart-modal .modal-body {
    height: 100%;
  }
}
.main-product-page #size-chart-modal .modal-header {
  position: relative;
}
.main-product-page #size-chart-modal .modal-header .close {
  right: 32px;
  top: 21px;
  padding: 0px;
}
@media only screen and (max-width: 1199px) {
  .main-product-page #size-chart-modal .modal-header .close {
    right: 26px;
    top: 25px;
  }
}
.main-product-page #size-chart-modal .modal-footer {
  border-top: 0px;
  box-shadow: 0px 1px 5px 0px #6666662b;
}
@media only screen and (max-width: 767px) {
  .main-product-page #size-chart-modal .modal-footer {
    height: 78px;
  }
}
.main-product-page #size-chart-modal .size-chart {
  width: 100%;
}
.main-product-page #size-chart-modal .size-chart-add-to-cart {
  border-radius: 40px;
  height: 60px !important;
}
@media only screen and (max-width: 1199px) {
  .main-product-page #size-chart-modal .size-chart-add-to-cart {
    height: 50px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .main-product-page #size-chart-modal #body-size-chart-inner .size-chart-add-to-cart {
    border-radius: 40px;
    height: 60px !important;
    width: 83% !important;
    font-size: 14px !important;
  }
}
.main-product-page #size-chart-modal #garmentSize_chart .col-md-8.col-lg-8.col-sm-12.col-xs-12 > p {
  margin-top: 1.5rem;
  color: #b07c83;
}
@media only screen and (max-width: 767px) {
  .main-product-page #size-chart-modal .modal-dialog {
    margin: 20px;
    height: calc(100% - 40px);
  }
  .main-product-page #size-chart-modal .modal-dialog .modal-content {
    width: 100%;
    height: 100%;
  }
}
.main-product-page #size-chart-modal p {
  font-size: 13px;
}
.main-product-page #size-chart-modal .nav-tabs li a {
  padding: 12px 15px;
  color: #777;
  display: block;
  border: 1px solid transparent;
  border-bottom: 0px;
  margin-right: 2px;
}
@media only screen and (max-width: 374px) {
  .main-product-page #size-chart-modal .nav-tabs li a {
    padding: 12px 6px;
  }
}
.main-product-page #size-chart-modal .nav-tabs li.active a {
  color: #555;
  border: 1px solid #ddd;
  border-bottom: 0px;
  background: white;
  top: 1px;
  position: relative;
}
.main-product-page #size-chart-modal .tab-content .sizeChartModalAlertText {
  color: #b07b82;
  font-weight: 400;
  margin-top: 10px;
}
.main-product-page #size-chart-modal .tab-content table {
  width: 100%;
}
.main-product-page #size-chart-modal .tab-content table .size-chart-table-heading {
  font-weight: 300;
  padding: 20px 5px;
}
.main-product-page #size-chart-modal .tab-content table td {
  border-bottom: 1px solid #e5e5e5;
  color: #000;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  padding: 20px 5px;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .main-product-page #size-chart-modal .tab-content table td {
    padding: 20px 0px;
  }
}
.main-product-page #size-chart-modal .tab-content table td input {
  vertical-align: middle;
}
.main-product-page #size-chart-modal .tab-content table td [type="radio"]:checked,
.main-product-page #size-chart-modal .tab-content table td [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.main-product-page #size-chart-modal .tab-content table td [type="radio"]:checked + label,
.main-product-page #size-chart-modal .tab-content table td [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
  vertical-align: text-top;
}
.main-product-page #size-chart-modal .tab-content table td [type="radio"]:checked + label:before,
.main-product-page #size-chart-modal .tab-content table td [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
.main-product-page #size-chart-modal .tab-content table td [type="radio"]:checked + label:after,
.main-product-page #size-chart-modal .tab-content table td [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #af7c83;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.main-product-page #size-chart-modal .tab-content table td [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.main-product-page #size-chart-modal .tab-content table td [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.main-product-page #size-chart-modal .tab-content table td:first-child {
  color: #000000;
  width: 60px;
}
@media only screen and (max-width: 767px) {
  .main-product-page #size-chart-modal .tab-content table td:first-child {
    width: 40px;
  }
}
.main-product-page #size-chart-modal .tab-content table th {
  text-align: center;
  border: 1px solid #e5e5e5;
  color: #000000;
  padding: 10px;
  font-size: 13px;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .main-product-page #size-chart-modal .tab-content table th {
    padding: 10px 0px;
  }
}
.main-product-page #size-chart-modal .tab-content table td.table-column-head {
  font-size: 16px;
  color: #b07c83;
}
.main-product-page #size-chart-modal .tab-content table tr.active td {
  font-weight: 500;
}
.main-product-page #size-chart-modal .tab-content table tr:not(:first-child) {
  cursor: pointer;
}
.main-product-page #size-chart-modal .tab-content table .disabled-row {
  cursor: initial !important;
}
.main-product-page #size-chart-modal .tab-content table .disabled-row td {
  color: #ccc;
}
.main-product-page #size-chart-modal .tab-content table .disabled-row td [type="radio"]:not(:checked) + label:before {
  border: 1px solid #eee;
}
.main-product-page #size-chart-modal .size-chart-product-container .product-image {
  border-radius: 8px;
}
.main-product-page #size-chart-modal .size-chart-product-container .mrp-price {
  color: #a0a0a0;
  text-decoration: line-through;
}
.main-product-page #size-chart-modal .product-name-container .product-name {
  font-size: 20px !important;
}
@media only screen and (max-width: 767px) {
  .main-product-page #size-chart-modal .product-name-container .product-name {
    font-size: 18px !important;
  }
}
.main-product-page #size-chart-modal .get-in-touch-text {
  margin-bottom: 20px;
  line-height: 24px;
}
@media only screen and (max-width: 767px) {
  .main-product-page #size-chart-modal .get-in-touch-text {
    text-align: justify;
  }
}
.main-product-page #size-chart-modal .size-chart-add-to-bag-first {
  margin-top: 30px !important;
}
@media only screen and (max-width: 767px) {
  .main-product-page #notify-me-modal {
    height: 100%;
    padding-top: 0px;
  }
}
.main-product-page #notify-me-modal .modal-dialog {
  margin: 52px auto;
  max-width: 600px;
  min-width: 320px;
}
@media only screen and (max-width: 1199px) {
  .main-product-page #notify-me-modal .modal-dialog {
    margin: 52px 20px 10px 20px;
    min-width: calc(100% - 40px);
    height: calc(100% - 70px);
  }
}
.main-product-page #notify-me-modal .modal-dialog .modal-content {
  width: 100% !important;
  height: 100%;
}
@media only screen and (max-width: 1199px) {
  .main-product-page #notify-me-modal .modal-dialog .modal-content {
    max-width: unset;
  }
}
.main-product-page #notify-me-modal .modal-dialog .modal-content form {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.main-product-page #notify-me-modal .modal-dialog .modal-content form .modal-body {
  height: calc(100vh - 236px);
  overflow-y: scroll;
}
@media only screen and (max-width: 1199px) {
  .main-product-page #notify-me-modal .modal-dialog .modal-content form .modal-body {
    height: calc(100vh - 205px);
  }
}
.main-product-page #notify-me-modal .modal-dialog .modal-content form .modal-body .with-discount-price .mrp-price {
  color: #a0a0a0;
}
.main-product-page #notify-me-modal .modal-dialog .modal-content form .modal-body .with-discount-price .mrp-price span {
  text-decoration: line-through;
}
.main-product-page #notify-me-modal .modal-dialog .modal-content form .modal-header {
  border: 0px !important;
  position: relative;
  height: 50px;
}
.main-product-page #notify-me-modal .modal-dialog .modal-content form .modal-header .close {
  right: 32px;
  top: 21px;
  padding: 0px;
}
@media only screen and (max-width: 1199px) {
  .main-product-page #notify-me-modal .modal-dialog .modal-content form .modal-header .close {
    right: 26px;
    top: 25px;
  }
}
.main-product-page #notify-me-modal .modal-dialog .modal-content form .modal-footer {
  border-top: 0px;
  box-shadow: 0px 1px 5px 0px #6666662b;
}
@media only screen and (max-width: 767px) {
  .main-product-page #notify-me-modal .modal-dialog .modal-content form .modal-footer {
    height: 78px;
  }
}
.main-product-page #notify-me-modal .modal-title {
  border-bottom: 1px solid #dee2e6;
}
.main-product-page #notify-me-modal .swatch-container .swatch {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .main-product-page #notify-me-modal .swatch-container .swatch {
    width: auto;
  }
}
.main-product-page #notify-me-modal .swatch-container .swatch input[type="radio"] {
  display: none;
}
.main-product-page #notify-me-modal .swatch-container .swatch .swatch-element {
  padding: 5px;
}
.main-product-page #notify-me-modal .swatch-container .swatch .swatch-element label {
  width: 100%;
  display: block;
  color: #000;
  font-weight: 300;
  background: white;
  font-size: 16px !important;
  padding: 12px 10px;
  box-shadow: rgb(229 229 229) 0px 0px 0px 1px;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 0px;
}
.main-product-page #notify-me-modal .swatch-container .swatch .swatch-element.active label {
  color: white;
  background-color: #b07c83;
}
.main-product-page #notify-me-modal input {
  border: 1px solid #ebebeb;
  border-radius: 30px;
}
.main-product-page #notify-me-modal button.btn:hover {
  color: white;
  opacity: 0.75;
}
.main-product-page #notify-me-modal .shop-the-look-btn {
  width: 100%;
  font-size: 16px;
  background: #f1eee9;
  color: #b07b82;
  margin: 10px 0px;
}
.main-product-page #notify-me-modal .shop-the-look-btn:hover,
.main-product-page #notify-me-modal .shop-the-look-btn:focus {
  background: #f1eee9;
  color: #b07b82 !important;
}
.main-product-page #notify-me-modal .notify-me-save-btn {
  border-radius: 40px;
  height: 48px !important;
}
.main-product-page #notify-me-modal .product-image {
  border-radius: 8px;
}
.main-product-page #notify-me-modal .product-name-container .product-name {
  font-size: 18px !important;
}
@media only screen and (max-width: 767px) {
  .main-product-page #craft-image-modal {
    height: 100%;
    padding-top: 0px;
  }
}
.main-product-page #craft-image-modal .modal-dialog {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .main-product-page #craft-image-modal .modal-dialog {
    height: 100%;
    margin: 20px;
    padding: 0px !important;
  }
}
.main-product-page #craft-image-modal .modal-dialog .modal-content {
  min-width: 320px;
  max-width: 500px;
  width: 100%;
}
.main-product-page #craft-image-modal .modal-header {
  border: 0px !important;
}
.main-product-page #craft-image-modal .modal-title {
  border-bottom: 1px solid #dee2e6;
}
.category-description .category-description-inner {
  width: 1200px;
  overflow: auto;
  max-width: 100%;
  margin: 0 auto;
}
.category-description .category-description-inner .catDescDv {
  margin-left: 0px;
  border-bottom: 1px solid #a79496;
}
.category-description p a {
  color: #383838 !important;
}
.category-description.no-background .category-description-inner .catDescDv {
  border-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .main-product-page .product-page-container {
    padding: 0px;
  }
  .main-product-page .product-page-container .magic-tool-box-container {
    padding: 0px !important;
  }
  .main-product-page .product-page-container .magic-tool-box-container div.MagicToolboxSelectorsContainer img {
    width: auto;
  }
  .main-product-page .product-page-container .whatsapp-btn-container {
    top: -70px;
    right: 0px;
  }
}
#shopTheLookModal {
  width: 100%;
  right: 0px;
  top: 74px;
  position: sticky;
  padding-top: 0px;
  background: white;
  z-index: 40;
  text-align: center;
  height: calc(100vh - 150px);
  box-shadow: 0px 0px 2px 0px grey;
}
@media only screen and (max-width: 1023px) {
  #shopTheLookModal {
    width: 100%;
    padding: 1%;
    height: 100%;
    top: 0px;
    right: 0px;
    z-index: 999999;
    background: rgba(255, 255, 255, 0.65);
    font-size: 11px !important;
    position: fixed;
  }
}
#shopTheLookModal h6 {
  font-weight: 300;
  margin: 10px 0px;
  font-size: 17px;
  color: #333;
  line-height: inherit;
}
@media only screen and (max-width: 767px) {
  #shopTheLookModal h6 {
    font-size: 15px;
    line-height: 25px;
    margin: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    margin-top: 6px;
  }
}
#shopTheLookModal .free-line {
  height: 1px;
  border-bottom: 1px solid #cecece;
  width: 75%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 15px;
}
#shopTheLookModal .shop-the-look-heading {
  display: table;
  width: 100%;
}
#shopTheLookModal .shop-the-look-heading > div {
  display: table-cell;
  vertical-align: middle;
  width: 30%;
  font-size: 19px;
}
@media only screen and (max-width: 767px) {
  #shopTheLookModal .shop-the-look-heading > div {
    font-size: 14px !important;
  }
}
#shopTheLookModal .shop-the-look-heading .shop-the-look-heading-inner {
  width: 40%;
}
#shopTheLookModal .shop-the-look-heading .freeline1 {
  height: 1px;
  display: block;
  background: grey;
}
#shopTheLookModal .shop-the-look-close {
  padding: 10px 0px;
  position: absolute;
  right: 15px;
  top: 0px;
}
@media only screen and (max-width: 1023px) {
  #shopTheLookModal .shop-the-look-close {
    top: unset;
    right: 15px;
  }
}
#shopTheLookModal .shop-the-look-close .close-inner {
  display: inline-block;
  cursor: pointer;
  color: #5b5b5b;
  margin-top: 2px;
}
#shopTheLookModal .shop-the-look-close .close-inner .close-icon {
  font-size: 20px;
  position: relative;
  top: 3px;
}
@media only screen and (max-width: 767px) {
  #shopTheLookModal .shop-the-look-close .close-inner .close-icon {
    font-size: 16px;
  }
}
#shopTheLookModal .shop-the-look-close .close-inner .close-icon:hover {
  color: #000;
}
#shopTheLookModal span img {
  color: #fff;
  margin-right: 4px;
  height: 14px;
  width: 14px;
  margin-top: -5px;
}
@media only screen and (min-width: 767px) {
  #shopTheLookModal span img {
    height: 16px;
    width: 16px;
  }
}
@media only screen and (max-width: 365px) {
  #shopTheLookModal span img {
    height: 12px;
    width: 13px;
    margin-top: -5px;
  }
}
#shopTheLookModal .shopTheLookContent {
  padding: 0px 15px;
  overflow: hidden;
  max-height: 80vh;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  #shopTheLookModal .shopTheLookContent {
    background: white;
    margin-top: 48px;
    height: 100%;
    max-height: calc(100% - 75px);
    padding-bottom: 10px;
    box-shadow: 0px 0px 6px -1px grey;
  }
}
#shopTheLookModal .shopTheLookContent .shop-the-look-container {
  overflow-y: scroll;
  max-height: 66vh;
}
@media only screen and (max-width: 1023px) {
  #shopTheLookModal .shopTheLookContent .shop-the-look-container {
    max-height: calc(100vh - 210px);
  }
}
#shopTheLookModal .shopTheLookContent .shop-the-look-container .shop-the-look-item {
  padding: 10px 0px;
  width: 100%;
  overflow: hidden;
}
#shopTheLookModal .shopTheLookContent .shop-the-look-container .shop-the-look-item form {
  overflow: hidden;
  display: block;
}
#shopTheLookModal .shopTheLookContent .shop-the-look-container .shop-the-look-item .inner-shop-btn-container {
  margin-top: 20px;
}
#shopTheLookModal .shopTheLookContent .shop-the-look-container .shop-the-look-item .inner-shop-btn-container button {
  width: 100%;
  height: 48px !important;
  border-radius: 40px;
  text-transform: unset;
}
@media only screen and (max-width: 767px) {
  #shopTheLookModal .shopTheLookContent .shop-the-look-container .shop-the-look-item .inner-shop-btn-container button {
    font-size: 11px !important;
  }
}
@media only screen and (max-width: 365px) {
  #shopTheLookModal .shopTheLookContent .shop-the-look-container .shop-the-look-item .inner-shop-btn-container button .add-to-bag-text {
    font-size: 10px !important;
  }
}
#shopTheLookModal .shopTheLookContent .shop-the-look-container .shop-the-look-item .inner-shop-btn-container button:hover,
#shopTheLookModal .shopTheLookContent .shop-the-look-container .shop-the-look-item .inner-shop-btn-container button:focus {
  color: white;
  outline: none;
}
#shopTheLookModal .shopTheLookContent .shop-the-look-container .shop-the-look-item .shop-the-look-img {
  padding-right: 0px;
}
#shopTheLookModal .shopTheLookContent .shop-the-look-container .shop-the-look-item .shop-the-look-img img {
  border-radius: 30px;
}
@media only screen and (max-width: 767px) {
  #shopTheLookModal .shopTheLookContent .shop-the-look-container .shop-the-look-item .shop-the-look-img img {
    border-radius: 25px;
  }
}
#shopTheLookModal .shopTheLookContent .shop-the-look-container .shop-the-look-item .shop-the-look-desc {
  padding-right: 0px;
  padding-left: 25px;
}
@media only screen and (max-width: 767px) {
  #shopTheLookModal .shopTheLookContent .shop-the-look-container .shop-the-look-item .shop-the-look-desc {
    padding-left: 14px;
  }
}
#shopTheLookModal .shopTheLookContent .shop-the-look-container .shop-the-look-item .shop-the-look-desc .shortDesc {
  font-size: 11px !important;
  font-weight: 300 !important;
  color: #999;
  line-height: initial;
  margin: 0px !important;
}
@media only screen and (max-width: 767px) {
  #shopTheLookModal .shopTheLookContent .shop-the-look-container .shop-the-look-item .shop-the-look-desc .shortDesc {
    width: 90%;
    font-size: 10px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 767px) {
  #shopTheLookModal .shopTheLookContent .shop-the-look-container .shop-the-look-item .shop-the-look-desc input {
    font-size: 11px !important;
  }
}
#shopTheLookModal .shopTheLookContent .shop-the-look-container .shop-the-look-item .shop-the-look-desc .shop-the-look-qty-cont {
  padding-right: 10% !important;
}
@media only screen and (max-width: 767px) {
  #shopTheLookModal .shopTheLookContent .shop-the-look-container .shop-the-look-item .shop-the-look-desc .shop-the-look-qty-cont {
    padding-right: 2.5% !important;
  }
}
#shopTheLookModal .shopTheLookContent .shop-the-look-container .shop-the-look-item .shop-the-look-desc .shop-the-look-qty-cont .shop-the-look-qty {
  margin: 10px 0px;
}
@media only screen and (max-width: 767px) {
  #shopTheLookModal .shopTheLookContent .shop-the-look-container .shop-the-look-item .shop-the-look-desc .shop-the-look-qty-cont .shop-the-look-qty {
    margin: 5px 0px;
  }
}
#shopTheLookModal .shopTheLookContent .shop-the-look-container .shop-the-look-item .shop-the-look-desc .shop-the-look-size-cont {
  padding-left: 0% !important;
}
@media only screen and (max-width: 767px) {
  #shopTheLookModal .shopTheLookContent .shop-the-look-container .shop-the-look-item .shop-the-look-desc .shop-the-look-size-cont {
    padding-left: 0% !important;
  }
}
#shopTheLookModal .shopTheLookContent .shop-the-look-container .shop-the-look-item .shop-the-look-desc .shop-the-look-size-cont .shop-the-look-qty {
  margin: 10px 0px;
}
@media only screen and (max-width: 767px) {
  #shopTheLookModal .shopTheLookContent .shop-the-look-container .shop-the-look-item .shop-the-look-desc .shop-the-look-size-cont .shop-the-look-qty {
    margin: 5px 0px;
  }
}
#shopTheLookModal .shopTheLookContent .shop-the-look-container .shop-the-look-item .shop-the-look-desc .shop-the-look-size-cont .shop-free-size-select {
  color: #5b5b5b;
  padding: 6px;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #shopTheLookModal .shopTheLookContent .shop-the-look-container .shop-the-look-item .shop-the-look-desc .shop-the-look-size-cont .shop-free-size-select {
    padding: 4px;
  }
}
#shopTheLookModal .shopTheLookContent .shop-the-look-container .shop-the-look-item .shop-the-look-desc .shop-the-look-size-cont .freeSizeText {
  display: block;
  vertical-align: middle;
  height: 33px;
  color: #5b5b5b;
  border: 1px solid #ced4da;
  padding: 6px;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #shopTheLookModal .shopTheLookContent .shop-the-look-container .shop-the-look-item .shop-the-look-desc .shop-the-look-size-cont .freeSizeText {
    font-size: 10px;
    height: 26px;
  }
}
#shopTheLookModal .shopTheLookContent .shop-the-look-container .shop-the-look-item .shop-the-look-desc .shop-the-look-size-cont .shop-size-select-container ol {
  list-style: none;
  overflow: auto;
  overflow-y: hidden;
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
  gap: 10px;
}
#shopTheLookModal .shopTheLookContent .shop-the-look-container .shop-the-look-item .shop-the-look-desc .shop-the-look-size-cont .shop-size-select-container ol li {
  margin-bottom: 10px;
  text-align: center;
  cursor: pointer;
  position: relative;
  padding: 2px 0px;
  flex: 0 0 25%;
  max-width: calc(25% - 7.5px);
}
#shopTheLookModal .shopTheLookContent .shop-the-look-container .shop-the-look-item .shop-the-look-desc .shop-the-look-size-cont .shop-size-select-container ol li .shop-size-element {
  width: 100%;
  display: block;
  color: #000;
  font-weight: 300;
  background: white;
  font-size: 16px !important;
  padding: 10px;
  box-shadow: rgb(229 229 229) 0px 0px 0px 1px inset;
  border-radius: 4px;
}
#shopTheLookModal .shopTheLookContent .shop-the-look-container .shop-the-look-item .shop-the-look-desc .shop-the-look-size-cont .shop-size-select-container ol li .shop-size-element.active {
  color: white;
  background-color: #b07c83;
}
#shopTheLookModal .shopTheLookContent .shop-the-look-container .shop-the-look-item .shop-the-look-desc .shop-the-look-size-cont .shop-free-size-select {
  width: 40%;
  color: #000;
  font-weight: 300;
  background: white;
  font-size: 16px !important;
  padding: 10px;
  box-shadow: rgb(229 229 229) 0px 0px 0px 1px;
  border-radius: 4px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  #shopTheLookModal .shopTheLookContent .shop-the-look-container .shop-the-look-item .shop-the-look-desc .shop-the-look-size-cont .shop-free-size-select {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 767px) {
  #shopTheLookModal .shopTheLookContent .shop-the-look-container .shop-the-look-item .shop-the-look-desc .with-discount .discounted-price {
    margin-top: 6px;
  }
}
#shopTheLookModal .shopTheLookContent .shop-the-look-container .shop-the-look-item .shop-the-look-desc .with-discount .discount-percentage {
  color: #28a22b;
}
@media only screen and (max-width: 767px) {
  #shopTheLookModal .shopTheLookContent .shop-the-look-container .shop-the-look-item .shop-the-look-desc .with-discount .discount-percentage {
    font-size: 15px !important;
  }
}
#shopTheLookModal .shopTheLookContent .shop-the-look-container .shop-the-look-item .shop-the-look-desc .with-discount .actual-price {
  font-size: 15px;
  color: #a0a0a0;
  text-decoration: line-through;
}
@media only screen and (max-width: 767px) {
  #shopTheLookModal .shopTheLookContent .shop-the-look-container .shop-the-look-item .shop-the-look-desc .with-discount .actual-price {
    font-size: 13px;
  }
}
#shopTheLookModal .shopTheLookContent .shop-the-look-container .shop-the-look-item .shop-the-look-desc .with-discount h6:nth-child(1) {
  margin-bottom: 5px;
  line-height: inherit;
}
#shopTheLookModal .shopTheLookContent .shop-the-look-container .shop-the-look-item .shop-the-look-desc .with-discount h6:nth-child(2) {
  margin: 0px;
  line-height: inherit;
  margin-bottom: 7px;
}
#shopTheLookModal .shopTheLookContent .shop-the-look-container .shop-the-look-item .shop-the-look-msg .success {
  font-weight: 400;
  color: #84a26b;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  #shopTheLookModal .shopTheLookContent .shop-the-look-container .shop-the-look-item .shop-the-look-msg .success {
    font-size: 8px !important;
  }
}
#shopTheLookModal .shopTheLookContent .shop-the-look-container .shop-the-look-item .shop-the-look-msg .error {
  color: #b61e2f;
  padding: 10px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  #shopTheLookModal .shopTheLookContent .shop-the-look-container .shop-the-look-item .shop-the-look-msg .error {
    font-size: 8px !important;
  }
}
#shopTheLookModal .shopTheLookContent .shop-the-look-container .shop-the-look-item:last-child {
  border-bottom: 0px;
}
#shopTheLookModal .shopTheLookContent .shop-the-look-container .shop-the-look-item:last-child .free-line {
  height: 0px;
  border-bottom: 0px solid #cecece;
}
.shake-div {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
.processing-ovrly {
  background: rgba(0, 0, 0, 0.42);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  margin: 0 auto;
  z-index: 999999999;
  text-align: center;
  border-radius: 7px;
  box-shadow: 0px 0px 3px 0px #d6d6d6;
  display: table;
  top: 0;
}
.processing-ovrly .processing-ovrly-inner {
  padding: 15px;
  position: absolute;
  vertical-align: middle;
  width: 260px;
  height: 122px;
  margin: 0 auto;
  top: calc(50% - 61px);
  left: calc(50% - 130px);
  background: white;
  border-radius: 7px;
  box-shadow: 0px 0px 3px 0px #d6d6d6;
}
.processing-ovrly .processing-ovrly-inner .processing-img {
  width: 33%;
  margin: 0 auto;
}
.processing-ovrly .processing-ovrly-inner .processing-img img {
  width: 60px;
}
.processing-ovrly .processing-ovrly-inner .processing-text {
  font-size: 12px;
  color: #4e4e4e;
  margin-top: 15px;
  letter-spacing: 1px;
}
/* product page */
.delivery-option-container {
  min-width: 360px;
  border: 1px solid #ddd;
  padding: 10px;
}
.delivery-option-container .delivery-input-inner {
  border: 1px solid #ebebeb;
  border-radius: 25px;
}
.delivery-option-container .input-button-container input {
  border: none;
}
.delivery-option-container .input-button-container input::placeholder {
  font-weight: 300;
  color: #ccc;
}
.delivery-option-container .input-button-container button {
  line-height: 1;
  border-radius: 25px !important;
}
.delivery-option-container .delivery-message-container {
  padding-left: 0px;
  padding-right: 0px;
}
.delivery-option-container .delivery-message-container .delivery-status-container p {
  border-top: 1px solid #eee;
}
.delivery-option-container .delivery-message-container .delivery-status-container .delivery-green {
  color: #84a26b;
}
.delivery-option-container .delivery-message-container .delivery-status-container .delivery-red {
  color: #982c37;
}
.delivery-option-container .delivery-message-container .delivery-status-container .fixed-width-img-container img {
  width: 25px;
}
.delivery-option-container .cod-btn-container {
  display: flex;
  align-items: center;
}
.vLineSep {
  display: inline-block;
  border-left: 1px solid #00000085;
  width: 1px;
  height: 23px;
  margin: 14px 0px;
  position: absolute;
}
@keyframes loader2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(720deg);
  }
}
@-webkit-keyframes loader2 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(720deg);
  }
}
.mob-view-btn {
  font-size: 17px;
  color: gray;
}
.mobOnly {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .mobOnly {
    display: block;
  }
}
.deskOnly {
  display: block;
}
@media only screen and (max-width: 1023px) {
  .deskOnly {
    display: none;
  }
}
.moreItems {
  position: absolute;
  background: rgba(49, 46, 46, 0.5);
  top: 0;
  text-align: center;
  width: 92%;
  height: 100%;
  font-size: 11px;
  border-radius: 16px;
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  .moreItems {
    width: 97%;
  }
}
.moreItems p {
  margin-top: 57%;
  font-size: 12px;
}
.checkMark svg {
  font-size: 50px;
}
#trackOrder .trackOrderHdr {
  border-bottom: 2px solid #b07c83;
}
#trackOrder .trackOrderHdr h2 {
  font-size: 19px;
  font-weight: 300;
}
#trackOrder .trackOrderHdr p {
  font-weight: 300;
  font-size: 14px;
  padding: 3px 0px;
}
#trackOrder .trackGraph {
  position: relative;
  justify-content: center;
}
#trackOrder .trackGraph .dot {
  display: block;
  height: 15px;
  width: 15px;
  border: 2px solid #b07c83;
  border-radius: 50%;
  margin: 0 auto;
}
#trackOrder .trackGraph .dot-fill {
  border: 0px;
  background: #84a26b;
}
#trackOrder .trackGraph .line {
  height: 80px;
  width: 0px;
  border: 0px;
  border-left: 1px dashed #b07c83;
  display: block;
  margin: 0 auto;
}
#trackOrder .trackGraph .line-solid {
  border-left: 1px solid #b07c83 !important;
}
#trackOrder .trackGraphTxt .space {
  display: block;
  height: 41px;
  width: 0px;
  border: 0px;
}
#trackOrder .trackGraphTxt .trackTxt1 {
  color: #b07c83;
  font-size: 13px;
  display: block;
}
#trackOrder .trackGraphTxt .trackTxt2 {
  color: #888;
  font-size: 10px;
  display: block;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none !important;
  background-color: #b07c83;
  border-radius: 100%;
  border: 3px solid #fff;
  width: 16px;
  height: 16px;
  top: 1px;
  left: -22px;
  position: absolute;
}
.refundProd-outOfStock-ovrly .modal-content {
  border-radius: 0px !important;
  outline: 1px solid #b07c83;
  outline-offset: -6px;
  background: #f1eee9;
}
.refundProd-outOfStock-ovrly .modal-body {
  padding: 6px 20px 15px !important;
}
.refundProd-outOfStock-ovrly .modal-body .warningTxt p {
  color: #b61e2f;
  font-size: 11px;
}
.refundProd-outOfStock-ovrly .modal-body .warningIcon {
  margin: 10px 0px;
}
.refundProd-outOfStock-ovrly .modal-body .warningIcon i {
  font-size: 35px;
  color: #b61e2f;
}
.refundProd-outOfStock-ovrly .modal-body .outOfStockProdDtl .outOfStockProdImg {
  margin: 15px auto;
}
.refundProd-outOfStock-ovrly .modal-body .outOfStockProdDtl .prodName {
  color: #000;
  font-size: 15px;
}
.refundProd-outOfStock-ovrly .modal-body .outOfStockProdDtl .prodSKU {
  color: #888;
  font-size: 13px;
  margin-bottom: 10px;
}
#show-exch-size p {
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  #show-exch-size p {
    text-align: center;
  }
}
.border-secondary {
  border: 1px solid #ccc !important;
}
.trackLink,
.trackLink:hover {
  color: black !important;
  text-decoration: underline;
}
.modal .modal-header .close {
  font-weight: 100;
}
/* cookie alert*/
#cookies-alert {
  background-color: #fff;
  border-color: #b3b3b3;
  color: #333;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.6px;
  z-index: 9999999;
  position: fixed;
  bottom: 25px;
  right: 25px;
  padding: 20px 0px;
  width: 310px;
  margin-bottom: 10px;
  line-height: 18px;
}
#cookies-alert h3 {
  font-size: 12px;
  line-height: 38px;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #cookies-alert {
    font-size: 11px;
    font-weight: 100;
    bottom: 8px;
    right: 8px;
  }
}
#cookies-alert #cookies-alert-accept {
  color: #fff;
  cursor: pointer;
  background-color: #b07c83;
  font-size: 16px;
  font-weight: 300;
  padding: 14px 40px;
  margin-top: 20px;
  border-radius: 30px;
  height: 48px !important;
  line-height: 20px;
}
#cookies-alert #cookies-close {
  top: 5%;
  right: 0px;
  opacity: 0.7;
  font-size: 35px !important;
  padding: 0px 10px;
  font-weight: 100;
}
#cookies-alert a,
#cookies-alert a:hover,
#cookies-alert a:focus {
  color: #333;
  text-decoration: underline;
  cursor: pointer;
}
/*cookie alert*/
.cookie-policy-container .table-container {
  overflow-x: auto;
}
.cookie-policy-container .table-container .table {
  border: 1px solid #ccc;
}
.cookie-policy-container .table-container .table tr:nth-of-type(odd) {
  background-color: #f6f5f0;
}
.cookie-policy-container .table-container .table td {
  font-weight: 300;
}
.cookie-policy-container .breadcrumb-list-container {
  list-style: none;
  padding: 20px 0px;
}
.cookie-policy-container .breadcrumb-list-container .breadcrumb-list {
  display: inline-block;
}
.cookie-policy-container .breadcrumb-list-container .breadcrumb-list a {
  color: #696b79;
}
.cookie-policy-container .breadcrumb-list-container .breadcrumb-list strong {
  color: #696b79;
  font-weight: 500;
}
.cookie-policy-container .breadcrumb-list-container > li + li:before {
  content: "/\00a0";
  padding: 0 0px;
  color: #bbb;
}
.cookie-policy-container a:hover {
  color: #b07c83;
}
.cookie-policy-container p {
  color: #777;
  font-weight: 100;
  font-size: 15px;
}
.error-404-page-container {
  position: relative;
}
.error-404-page-container .heading-text {
  font-size: 60px;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .error-404-page-container .heading-text {
    font-size: 55px;
  }
}
.error-404-page-container .find-text {
  font-size: 25px;
  font-weight: 100;
}
@media only screen and (max-width: 767px) {
  .error-404-page-container .find-text {
    font-size: 14px;
  }
}
.error-404-page-container .image-container {
  width: 100%;
  height: 100vh;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .error-404-page-container .image-container {
    height: 80vh;
  }
}
.error-404-page-container .error-content-container {
  position: absolute;
  z-index: 2;
  top: 0px;
  width: 100%;
  height: 100%;
  left: 0px;
  background: rgba(0, 0, 0, 0.4);
  align-items: center;
}
.error-404-page-container .error-content-container form {
  position: relative;
  border: 2px solid white;
}
.error-404-page-container .error-content-container form input {
  background-color: transparent;
  border: none;
  font-size: 20px !important;
  font-weight: 100;
  height: 44px !important;
}
@media only screen and (max-width: 767px) {
  .error-404-page-container .error-content-container form input {
    height: 38px !important;
  }
}
.error-404-page-container .error-content-container form input::placeholder {
  color: white;
}
.error-404-page-container .error-content-container form .searchBtn {
  display: flex;
  padding: 0px;
  justify-content: flex-end;
  align-items: center;
  padding-right: 10px;
  padding-top: 3px;
  height: 44px !important;
}
@media only screen and (max-width: 767px) {
  .error-404-page-container .error-content-container form .searchBtn {
    height: 38px !important;
  }
}
.error-404-page-container .error-content-container form .search-image {
  width: 40px;
}
@media only screen and (max-width: 767px) {
  .error-404-page-container .error-content-container form .search-image {
    width: 32px !important;
  }
}
.error-404-page-container .error-content-container .text-inner {
  margin-top: -80px;
}
@media only screen and (max-width: 767px) {
  .error-404-page-container .error-content-container .text-inner {
    margin-top: 0px;
  }
}
.error-404-page-container .other-links:last-child {
  border-right: 0px;
}
.error-404-page-container .other-links {
  border-right: 1px solid white;
  line-height: 1;
  padding: 0px 10px 0px 10px;
}
@media only screen and (max-width: 767px) {
  .error-404-page-container .other-links {
    padding: 0px 4px 0px 4px;
  }
  .error-404-page-container .other-links a {
    font-size: 12px !important;
  }
}
.error-404-page-container .logo-image-container {
  position: absolute;
  left: calc(50% - 40px);
  bottom: 45px;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .error-404-page-container .logo-image-container {
    left: calc(50% - 30px);
    bottom: 30px;
  }
}
.error-404-page-container .logo-image-container .logo-image {
  width: 80px;
}
@media only screen and (max-width: 767px) {
  .error-404-page-container .logo-image-container .logo-image {
    width: 60px;
  }
}
.loadMoreDv {
  margin-bottom: 30px;
  clear: both;
}
.loadMoreDv .loading-product-loader {
  position: relative;
  top: 10px;
  padding: 10px 15%;
  border: 1px solid rgba(176, 124, 131, 0.85);
  color: rgba(176, 124, 131, 0.85);
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 5px;
}
@media only screen and (max-width: 1023px) {
  .loadMoreDv {
    padding: 6px 15%;
  }
}
.green_status {
  color: #84a26b;
}
.red_status {
  color: #982c37;
}
.add-address-modal .modal-content input,
.edit-address-modal .modal-content input,
#edit-profile .modal-content input,
#change-password .modal-content input,
#change-mobile .modal-content input,
.add-address-modal .modal-content button,
.edit-address-modal .modal-content button,
#edit-profile .modal-content button,
#change-password .modal-content button,
#change-mobile .modal-content button,
.add-address-modal .modal-content select,
.edit-address-modal .modal-content select,
#edit-profile .modal-content select,
#change-password .modal-content select,
#change-mobile .modal-content select {
  height: 48px !important;
}
@media only screen and (max-width: 767px) {
  .add-address-modal .modal-content,
  .edit-address-modal .modal-content,
  #edit-profile .modal-content,
  #change-password .modal-content,
  #change-mobile .modal-content {
    width: 100% !important;
  }
}
.fg-studio-container {
  padding: 0px 20px;
}
@media only screen and (max-width: 767px) {
  .fg-studio-container {
    padding: 0px 0px;
  }
}
.fg-studio-container label {
  font-size: 15px;
}
.fg-studio-container .anchor-blue {
  color: #3b61a3;
}
.fg-studio-container .progress-container {
  border-bottom: 1px solid #ccc;
}
.fg-studio-container .progress-container .progressbar {
  counter-reset: step;
}
@media only screen and (max-width: 340px) {
  .fg-studio-container .progress-container .progressbar {
    padding: 0px;
  }
}
.fg-studio-container .progress-container .progressbar li {
  list-style: none;
  display: inline-block;
  width: 32.33%;
  position: relative;
  text-align: center;
  cursor: pointer;
  font-size: 15px;
}
.fg-studio-container .progress-container .progressbar li span {
  font-size: 13px;
  color: #a06d69;
}
@media only screen and (max-width: 1024px) {
  .fg-studio-container .progress-container .progressbar li span {
    font-size: 10px;
  }
}
.fg-studio-container .progress-container .progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #ddd;
  border-radius: 100%;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  background-color: #fff;
  border-color: #a06d69;
}
@media only screen and (max-width: 340px) {
  .fg-studio-container .progress-container .progressbar li:before {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.fg-studio-container .progress-container .progressbar li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  top: 25px;
  left: -50%;
  z-index: -1;
}
@media only screen and (max-width: 340px) {
  .fg-studio-container .progress-container .progressbar li:after {
    top: 20px;
  }
}
.fg-studio-container .progress-container .progressbar li:first-child:after {
  content: none;
}
.fg-studio-container .progress-container .progressbar li.active {
  color: #a06d69;
}
.fg-studio-container .progress-container .progressbar li.success {
  color: white;
}
.fg-studio-container .progress-container .progressbar li.active:before {
  background: #e5d8d7;
}
.fg-studio-container .progress-container .progressbar li.success:before {
  background: #a06d69;
}
.fg-studio-container .progress-container .progressbar li.active + li:after {
  background-color: #a06d69;
}
.fg-studio-container .booking-main {
  border-bottom: 1px solid #ccc;
}
.fg-studio-container .booking-main .available-slots,
.fg-studio-container .booking-main .people-join-container {
  border-top: 1px solid #e7e7e7;
  padding-top: 15px;
  width: 270px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.fg-studio-container .booking-main .time-slot-container,
.fg-studio-container .booking-main .people-join-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.fg-studio-container .booking-main .time-slot-container span,
.fg-studio-container .booking-main .people-join-inner span {
  margin: 4%;
  flex: 0 0 65px;
  text-align: center;
  height: 65px;
  border-radius: 50%;
  padding: 0px;
  padding-top: 20px;
  font-size: 15px;
  border: 1px solid #999999;
  display: table-cell;
  vertical-align: middle;
  color: #999999;
  font-weight: 300;
  cursor: pointer;
}
.fg-studio-container .booking-main .time-slot-container span.active,
.fg-studio-container .booking-main .people-join-inner span.active {
  color: #b07c83;
  border: 2px solid #b07c83;
  background-color: #f4e7e7;
  box-shadow: 0 0 1px 1px #ccc;
  font-weight: 400;
}
.fg-studio-container .booking-main .booking-data-container .anchor {
  color: inherit;
}
.fg-studio-container #accordion-studio-faq .card-header {
  background: none;
}
.fg-studio-container #accordion-studio-faq .card-header h4 {
  position: relative;
}
.fg-studio-container #accordion-studio-faq .card-header h4 > a {
  display: block;
  padding-top: 5px;
  padding-bottom: 10px;
  cursor: pointer;
  width: 95%;
  font-weight: 300;
}
.fg-studio-container #accordion-studio-faq .card-header h4 a {
  font-size: 16px;
}
.fg-studio-container #accordion-studio-faq .card-header h4 a:after {
  content: "-";
  position: absolute;
  right: 5px;
  top: 0px;
  font-size: 20px;
}
.fg-studio-container #accordion-studio-faq .card-header h4 a.collapsed:after {
  content: "+";
}
.fg-studio-container #accordion-studio-faq .collapse p {
  font-size: 15px;
}
.fg-studio-container #accordion-studio-faq .collapse ul {
  font-size: 15px;
}
.fg-studio-container #accordion-studio-faq .collapse ul li {
  margin-bottom: 8px;
  list-style: lower-roman;
  margin-left: 20px;
}
.fg-studio-container .map-container .google-map-item {
  width: 300px;
}
@media only screen and (max-width: 767px) {
  .fg-studio-container .map-container .google-map-item {
    width: 100%;
  }
}
.fg-studio-container .details-proceed-btn:hover {
  color: white;
}
.fg-studio-container .form-control:disabled,
.fg-studio-container .form-control[readonly] {
  background-color: white !important;
  cursor: pointer;
}
.donation-inner-container {
  padding-top: 70px;
  padding-bottom: 35px;
  padding-left: 25px;
  padding-right: 25px;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .donation-inner-container {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background-size: cover;
  }
}
.donation-inner-container .donation-overly-container {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
.donation-inner-container .donation-overly-container .free-line {
  height: 2px;
  background: white;
  width: 45px;
  margin-top: 6px;
}
.donation-inner-container .donation-logo-container {
  margin: 0 auto;
  margin-top: 38px;
  width: 65%;
}
@media only screen and (max-width: 767px) {
  .donation-inner-container .donation-logo-container {
    margin-top: 65px;
    width: 75%;
  }
}
.product-new-image-container .product-tag-container {
  height: 40px;
  font-weight: 500;
  line-height: 40px;
  padding: 0px 14px 0px 14px;
  border-radius: 40px;
  margin: 10px;
  background: #ffffff;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}
@media only screen and (max-width: 1199px) {
  .product-new-image-container .product-tag-container {
    left: 20px;
  }
}
.product-new-image-container .product-tag-container span {
  line-height: 15px;
  display: inline-block;
  color: #000;
  font-weight: 300;
}
.product-new-image-container .product-tag-container svg {
  position: relative;
  top: -2px;
  width: 14px;
}
.product-new-image-container .product-new-image-item {
  padding: 0px;
  padding-bottom: 10px;
  padding-right: 10px;
  cursor: zoom-in;
}
.product-new-image-container .product-new-image-item .product-image-item {
  border-radius: 30px;
}
@media only screen and (max-width: 767px) {
  .product-new-image-container .product-new-image-item .product-image-item {
    border-radius: 0px;
  }
}
.product-new-image-container .product-new-image-item video {
  cursor: initial;
  border-radius: 30px;
  position: absolute;
  left: 0px;
  width: calc(100% - 10px);
  top: 0px;
  height: calc(100% - 10px);
  background-color: white;
}
@media only screen and (max-width: 1023px) {
  .product-new-image-container .product-new-image-item video {
    border-radius: 0px;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .product-new-image-container .product-new-image-item {
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .product-new-image-container .product-new-image-item .product-mobile-zoom {
    display: none;
  }
}
.product-new-image-container .product-mobile-zoom {
  display: none;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.product-new-image-container .product-mobile-zoom img {
  width: 23px;
}
@media only screen and (max-width: 767px) {
  .product-new-image-container .product-new-image-item:last-child {
    padding-bottom: 0px;
  }
}
.product-new-image-container .item_scrolled {
  padding-right: 15px;
}
.product-new-image-container .swiper-container {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  margin-top: 2px;
}
.product-new-image-container .swiper-container .swiper-slide {
  text-align: center;
  font-size: 32px;
  background: #fff;
  min-height: 250px;
  cursor: grab;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.product-new-image-container .swiper-container .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  border: 0px solid #000;
  opacity: 0.7;
}
.product-new-image-container .swiper-container .swiper-pagination-bullet-active {
  background: #000;
}
.product-new-image-container .swiper-container .swiper-button-prev,
.product-new-image-container .swiper-container .swiper-container-rtl .swiper-button-next {
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2027%2044%27%3E%3Cpath%20d%3D%27M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z%27%20fill%3D%27%23000%27%2F%3E%3C%2Fsvg%3E);
  left: 6px;
  background-size: 60% 60%;
}
.product-new-image-container .swiper-container .swiper-button-next,
.product-new-image-container .swiper-container .swiper-container-rtl .swiper-button-prev {
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2027%2044%27%3E%3Cpath%20d%3D%27M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z%27%20fill%3D%27%23000%27%2F%3E%3C%2Fsvg%3E);
  right: 6px;
  background-size: 60% 60%;
}
.product-new-image-container .swiper-container-horizontal > .swiper-pagination-bullets,
.product-new-image-container .swiper-pagination-custom,
.product-new-image-container .swiper-pagination-fraction {
  bottom: 15px;
}
@media only screen and (max-width: 1199px) {
  .product-new-image-container .product-image-item-container {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
}
.product-right-content-container > div.position-fixed {
  top: 75px;
}
.product-right-content-container > div.position-absolute {
  bottom: 0px;
}
@media only screen and (min-width: 1023px) {
  .product-right-content-container {
    padding-bottom: 5px;
  }
  .product-right-content-container > div {
    position: sticky;
    top: 74px;
    height: auto;
  }
}
@media only screen and (max-width: 1199px) {
  .product-right-content-container .similar-product-container {
    width: 95%;
  }
}
.product-right-content-container .similar-product-container .similar-product-item-container .similar-product-item {
  margin-right: 8px;
}
.product-right-content-container .similar-product-container .similar-product-item-container .similar-product-item img {
  border-radius: 8px;
}
.product-right-content-container .similar-product-container .similar-product-item-container .similar-product-item.out-of-stock {
  opacity: 1;
}
.product-right-content-container .similar-product-container .slick-track {
  margin-left: 0px;
}
.product-right-content-container .similar-product-container .slick-slider .slick-arrow {
  display: block !important;
  height: 26px !important;
  top: calc(50% - 13px);
  width: 26px;
  border-radius: 50%;
}
.product-right-content-container .similar-product-container .slick-slider .slick-arrow i {
  color: black;
  font-size: 18px;
  position: relative;
  top: 1px;
}
.product-right-content-container .similar-product-container .slick-slider .slick-prev {
  left: -20px;
  display: none !important;
}
.product-right-content-container .similar-product-container .slick-slider .slick-next {
  right: -30px;
  border: none;
  background: transparent;
}
.product-right-content-container .similar-product-container .slick-slider .slick-arrow.slick-disabled {
  display: none !important;
}
@media only screen and (max-width: 1199px) {
  .cart-page .footer-container {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .cart-page .cart-container {
    height: calc(100vh - 51px);
  }
}
.cart-page .cart-container .no-item-banner-container .no-item-text-container {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .cart-page .cart-container .no-item-banner-container img {
    height: calc(100vh - 50px);
  }
}
@media only screen and (min-width: 1024px) {
  .cart-page .cart-container .with-item-container {
    min-width: 450px;
  }
}
@media only screen and (min-height: 700px) and (min-width: 1024px) {
  .cart-page .cart-container .with-item-container {
    min-height: 500px;
  }
}
@media only screen and (min-height: 900px) and (min-width: 1024px) {
  .cart-page .cart-container .with-item-container {
    min-height: 700px;
  }
}
@media only screen and (min-height: 1400px) and (min-width: 1024px) {
  .cart-page .cart-container .with-item-container {
    min-height: 1200px;
  }
}
@media only screen and (min-height: 1800px) and (min-width: 1024px) {
  .cart-page .cart-container .with-item-container {
    min-height: 1600px;
  }
}
@media only screen and (min-height: 2000px) and (min-width: 1024px) {
  .cart-page .cart-container .with-item-container {
    min-height: 1800px;
  }
}
.cart-page .cart-container .with-item-container > div {
  background-color: white;
}
.cart-page .cart-container .with-item-container > div .total-p {
  text-align: center !important;
}
@media only screen and (max-width: 768px) {
  .cart-page .cart-container .with-item-container > div .total-p .size-seperator {
    color: #cccccc !important;
    padding: 5px;
  }
}
@media only screen and (max-width: 1199px) {
  .cart-page .cart-container .with-item-container > div .cart-heading {
    text-align: center !important;
  }
}
@media only screen and (max-width: 1199px) and (min-height: 599px) {
}
.cart-page .cart-container .with-item-container > div .cart-page-item-container .cart-item {
  padding: 10px 0px 15px 0px !important;
  margin-bottom: 5px;
  background: white;
  padding-left: 0px;
  justify-content: space-evenly;
}
@media only screen and (max-width: 1199px) {
  .cart-page .cart-container .with-item-container > div .cart-page-item-container .cart-item {
    padding: 10px 8px 15px 8px !important;
  }
}
.cart-page .cart-container .with-item-container > div .cart-page-item-container .cart-item h2 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 1rem;
}
@media only screen and (max-width: 1024px) {
  .cart-page .cart-container .with-item-container > div .cart-page-item-container .cart-item h2 {
    margin-bottom: 0px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .cart-page .cart-container .with-item-container > div .cart-page-item-container .cart-item .product-price {
    font-size: 13px !important;
  }
}
.cart-page .cart-container .with-item-container > div .cart-page-item-container .cart-item .product-short-description {
  color: #7d7d7d;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media only screen and (max-width: 768x) {
  .cart-page .cart-container .with-item-container > div .cart-page-item-container .cart-item .product-short-description {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}
.cart-page .cart-container .with-item-container > div .cart-page-item-container .cart-item img {
  width: 100%;
  border-radius: 15px;
}
@media only screen and (max-width: 1024px) {
  .cart-page .cart-container .with-item-container > div .cart-page-item-container .cart-item img {
    width: 100%;
  }
}
.cart-page .cart-container .with-item-container > div .cart-page-item-container .cart-item select {
  background-image: url("https://cdns.faridagupta.com/nrs/img/uploads/1645618772.svg");
  border: 0px !important;
  background-position: 85% 49%;
  -webkit-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  padding: 0.5em !important;
  padding-right: 1.2em !important;
  color: #888;
  background-size: 8px;
  height: 100% !important;
}
@media only screen and (max-width: 1199px) {
  .cart-page .cart-container .with-item-container > div .cart-page-item-container .cart-item select {
    text-align: right;
  }
}
.cart-page .cart-container .with-item-container > div .cart-page-item-container .cart-item .size-quantity-container label {
  color: #333;
  font-weight: 100;
}
@media only screen and (max-width: 373px) {
  .cart-page .cart-container .with-item-container > div .cart-page-item-container .cart-item .size-quantity-container .cart-size-select {
    margin-right: 0px !important;
    padding: 0px 13px 0px 0px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .cart-page .cart-container .with-item-container > div .cart-page-item-container .cart-item .size-quantity-container .cart-size-container {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cart-page .cart-container .with-item-container > div .cart-page-item-container .cart-item .size-quantity-container .cart-size-container select {
    background-position: 100% 47%;
  }
}
@media only screen and (max-width: 1199px) {
  .cart-page .cart-container .with-item-container > div .cart-page-item-container .cart-item .size-quantity-container .cart-quantity-container {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cart-page .cart-container .with-item-container > div .cart-page-item-container .cart-item .size-quantity-container .cart-quantity-container select {
    background-position: 100% 47%;
  }
}
.cart-page .cart-container .with-item-container > div .cart-page-item-container .cart-item select::-ms-expand {
  display: none;
}
.cart-page .cart-container .with-item-container > div .cart-page-item-container .cart-item .size-seperator {
  height: 15px;
  width: 1px;
  position: relative;
  display: inline-block;
  background: #ccc;
  top: 3px;
  margin-left: 5px;
  margin-right: 10px;
}
.cart-page .cart-container .with-item-container > div .cart-page-item-container .cart-item .cart-item-price-container .price-seperator {
  height: 15px;
  width: 1px;
  position: relative;
  display: inline-block;
  background: #ccc;
  top: 3px;
  margin-left: 5px;
  margin-right: 5px;
}
.cart-page .cart-container .with-item-container > div .cart-page-item-container .cart-item .cart-item-price-container .max-price {
  color: #7d7d7d;
  font-weight: 300;
  text-decoration: line-through;
}
.cart-page .cart-container .with-item-container > div .cart-page-item-container .cart-item .cart-item-price-container .discount-percentage {
  color: #28a22b !important;
  font-weight: 300;
}
.cart-page .cart-container .with-item-container > div .cart-page-item-container .cart-item .remove-icon-container {
  text-decoration: underline;
  color: #999999;
  font-weight: 300;
}
@media only screen and (max-width: 1099px) {
  .cart-page .cart-container .with-item-container > div .cart-page-item-container .cart-item .remove-icon-container {
    position: absolute;
    bottom: 0;
  }
}
.cart-page .cart-container .with-item-container > div .cart-page-item-container .cart-item .remove-icon-container img {
  width: 13px;
  margin-right: 10px;
  margin-top: 15px;
}
.cart-page .cart-container .with-item-container > div .cart-page-item-container .cart-item:last-child {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .cart-page .cart-container .with-item-container > div .cart-page-item-container .cart-item:last-child {
    margin-bottom: 265px;
  }
}
@media only screen and (max-width: 1199px) and (min-height: 599px) {
}
@media only screen and (max-width: 1199px) {
  .cart-page .cart-container .with-item-container > div .cart-page-item-container.with-discount .cart-item:last-child {
    margin-bottom: 290px;
  }
}
@media only screen and (max-width: 1199px) {
  .cart-page .cart-container .with-item-container > div .cart-page-item-container.not-opened .cart-item:last-child {
    margin-bottom: 152px;
  }
}
.cart-page .cart-container .proceed-checkout-container .proceed-btn {
  background: #b07c83 !important;
  margin-bottom: 0px;
}
@media only screen and (max-width: 1199px) {
}
.cart-page .cart-container .proceed-checkout-container .proceed-btn.btn-disabled {
  cursor: not-allowed;
  background: #e4e4e4 !important;
  color: #707070 !important;
  font-weight: 500 !important;
  opacity: 1;
}
@media only screen and (max-width: 1199px) and (min-height: 499px) {
  .cart-page .cart-container .cart-page-summary-container {
    position: fixed;
    bottom: 0px;
    background: white;
  }
}
.cart-page .cart-container .cart-page-summary-container > div {
  background-color: white;
  position: sticky;
  top: 73px;
  right: 15px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .cart-page .cart-container .cart-page-summary-container > div .cart-heading {
    text-align: center !important;
  }
}
.cart-page .cart-container .cart-page-summary-container > div .apply-discount-container {
  overflow: auto;
  border: 1px solid #ddd;
  margin: 10px 0px 20px 0px;
  border-radius: 5px;
}
.cart-page .cart-container .cart-page-summary-container > div .apply-discount-container input {
  border: none !important;
  width: 100% !important;
}
.cart-page .cart-container .cart-page-summary-container > div .apply-coupon-btn-container button {
  color: #7d7d7d;
}
@media only screen and (max-width: 1024px) {
  .cart-page .cart-container .cart-page-summary-container > div .apply-coupon-btn-container button {
    font-size: 12px !important;
    padding-right: 10px !important;
    text-align: right;
  }
}
.cart-page .cart-container .cart-page-summary-container > div .price-summary-container .price-label {
  color: #7d7d7d;
}
.cart-page .cart-container .cart-page-summary-container > div .price-summary-container .black-label {
  color: #000000;
}
.cart-page .cart-container .cart-page-summary-container > div .price-summary-container .cart-price-label-green {
  color: #28a22b !important;
}
@media only screen and (max-width: 1199px) {
  .cart-page .cart-container .cart-page-summary-container.fixed-cart-bottom {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: white;
    border-top: 1px solid #ccc;
  }
  .cart-page .cart-container .cart-page-summary-container.fixed-cart-bottom .order-collapse a:focus {
    outline: none;
  }
  .cart-page .cart-container .cart-page-summary-container.fixed-cart-bottom .order-collapse a .svg-container {
    transform: rotate(180deg);
    position: absolute;
    top: -28px;
    left: calc(50% - 8px);
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    border-radius: 50%;
    background: white;
  }
  .cart-page .cart-container .cart-page-summary-container.fixed-cart-bottom .order-collapse a[aria-expanded="true"] .svg-container {
    transform: rotate(0deg);
  }
  .cart-page .cart-container .cart-page-summary-container.fixed-cart-bottom .order-collapse a[aria-expanded="true"] .expand-display-none {
    display: none;
    transition: all 0.3s;
  }
  .cart-page .cart-container .cart-page-summary-container.fixed-cart-bottom .order-collapse .btn:focus {
    box-shadow: none;
  }
  .cart-page .cart-container .cart-page-summary-container.fixed-cart-bottom .order-collapse .multi-collapse .card-body {
    border: none;
    padding: 0;
  }
}
.cart-page .cart-container .checkout-btn-fixed {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 15px 10px;
  background-color: #ffffff;
}
.cart-page .cart-container .checkout-btn-fixed button {
  height: 45px !important;
}
.cart-page desktop-header .header-main {
  margin-left: 8% !important;
}
@media only screen and (min-width: 768px) {
  .with-header-strip .product-right-content-container > div {
    top: 90px;
  }
}
.with-header-strip .desktop-header .desktop-header-new .header-option-container .select-container .currency-popup-text {
  top: 81px;
}
@media only screen and (min-width: 1233px) and (max-width: 1294px) {
  .with-header-strip .desktop-header .desktop-header-new .header-option-container .select-container .currency-popup-text {
    top: 79px;
  }
}
.with-header-strip .mobile-header .currency-popup-text {
  top: 76px;
}
@media only screen and (max-width: 1199px) {
  .with-header-strip.checkout-page {
    margin-top: 70px !important;
  }
}
.about-us-container img {
  filter: grayscale(100%);
}
.about-us-container .about-us-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-page-container {
  min-height: 60vh;
}
@media only screen and (min-height: 840px) and (max-width: 1024px) {
  .login-page-container {
    height: calc(100vh - 310px);
    margin-top: 55px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-height: auto;
  }
}
.login-page-container #login-page {
  width: 400px;
  margin: auto;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
  padding: 0px;
  max-width: 400px;
  border-radius: 30px;
}
@media only screen and (max-width: 767px) {
  .login-page-container #login-page {
    box-shadow: none;
  }
}
.login-page-container #login-page #login-card,
.login-page-container #login-page .card {
  border: none;
  border-radius: 30px;
}
.login-page-container #login-page .card-body {
  padding: 15px 35px;
}
.login-page-container #login-page .container-switcher {
  margin-bottom: 42px;
  margin-top: 15px;
}
.login-page-container #login-page .form-input {
  height: 48px !important;
  font-size: 13px !important;
  font-weight: 300;
  box-shadow: none;
  border-color: #a7a7a7;
}
.login-page-container #login-page .form-input::placeholder {
  color: #ccc;
}
.login-page-container #login-page .login-button {
  border-radius: 30px !important;
  font-size: 16px !important;
  height: 48px !important;
  background-color: #b07c83;
  color: #fff;
  width: 100%;
}
.login-page-container #login-page .forgot-password-link {
  font-weight: 300;
  color: #000;
  margin-bottom: 0px;
}
.login-page-container #login-page .signup-switch-btn {
  height: auto !important;
}
.login-page-container #login-page .password-input-group {
  border-radius: 30px;
  background-color: #fff;
  overflow: hidden;
  border: 1px solid #a7a7a7;
}
.login-page-container #login-page .password-input-group input {
  border: none;
}
.login-page-container #login-page .password-input-group .input-group-text {
  border: none;
  border-radius: 30px;
  background: white;
}
.login-page-container #login-page .password-input-group .is-invalid {
  background: none;
}
.login-page-container #login-page .blue-anchor {
  color: #0069eb !important;
}
.login-page-container #login-page #change-password-card .skip-container .skip-container-inner {
  cursor: pointer;
}
.login-page-container #login-page #change-password-card .skip-container .skip-container-inner img {
  width: 20px;
}
.login-page-container .social-login-main-container .facebook-login-btn,
.login-page-container .social-login-main-container .google-login-btn {
  border: 1px solid #a7a7a7;
  font-size: 13px;
  text-transform: unset;
  display: block;
  font-weight: 400;
  padding: 14px 0;
  border-radius: 3px;
  color: #414356;
  background: white;
  border-radius: 30px;
}
.login-page-container .social-login-main-container .facebook-login-btn img,
.login-page-container .social-login-main-container .google-login-btn img {
  width: 17px;
}
.login-page-container .social-login-main-container .google-login-btn:focus,
.login-page-container .social-login-main-container .facebook-login-btn:focus {
  box-shadow: none !important;
}
.login-page-container .social-login-main-container .google-login-btn:active,
.login-page-container .social-login-main-container .facebook-login-btn:active {
  border: 1px solid #bfc0c6db !important;
  background: white !important;
  color: black !important;
}
.login-page-container .grey-color {
  color: #c3c4cb;
}
.login-page-container .login-signup-switch-container {
  text-align: center;
}
.login-page-container .login-signup-switch-container .login-signup-switch.active {
  color: #000;
}
.login-page-container .line-seperator-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.login-page-container .line-seperator-container div:nth-child(1),
.login-page-container .line-seperator-container div:nth-child(3) {
  height: 1px;
  background: #e2e2e2;
  width: 26%;
}
.login-page-container .form-control.is-invalid,
.login-page-container .was-validated .form-control:invalid {
  background-position: right calc(1.75em + 0.1875rem) center;
}
.login-page-container .input-group-append {
  width: 17%;
}
@media only screen and (max-width: 1199px) {
  .checkout-container {
    overflow: hidden;
  }
}
.checkout-container .form-control:focus {
  border-color: #af7c83;
}
.checkout-container input.form-check-input[type="checkbox"] {
  height: 17px !important;
}
.checkout-container select {
  height: 38px !important;
}
@media only screen and (max-width: 1199px) {
  .checkout-container .checkout-radio-container [type="radio"]:checked + label,
  .checkout-container .checkout-radio-container [type="radio"]:not(:checked) + label {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.checkout-container .checkout-radio-container [type="radio"]:checked + label:before,
.checkout-container .checkout-radio-container [type="radio"]:not(:checked) + label:before {
  width: 22px;
  height: 22px;
}
.checkout-container .checkout-radio-container [type="radio"]:checked + label:after,
.checkout-container .checkout-radio-container [type="radio"]:not(:checked) + label:after {
  width: 16px;
  height: 16px;
}
@media only screen and (max-width: 1199px) {
  .checkout-container .checkout-address-container {
    margin-bottom: 75px;
  }
}
.checkout-container .checkout-address-container .checkout-address-content .checkout-address-free-container {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .checkout-container .checkout-address-container .checkout-address-content .checkout-address-free-container {
    min-height: 55vh;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}
@media only screen and (max-width: 1199px) and (max-height: 499px) {
  .checkout-container .checkout-address-container .checkout-address-content {
    margin-bottom: 150px;
    height: auto;
  }
}
@media only screen and (max-width: 1199px) {
  .checkout-container .checkout-address-container .fixed-checkout-address {
    position: fixed;
    bottom: 0px;
    z-index: 2;
    background: white;
  }
}
.checkout-container .checkout-address-container .disclaimer-content {
  color: #6d6d6d;
}
.checkout-container .checkout-address-container .checkout-address-upper .checkout-address-inner {
  border: 1px solid #a3a3a3;
  cursor: pointer;
  color: #000;
  border-radius: 20px;
  height: 100%;
}
.checkout-container .checkout-address-container .checkout-address-upper .checkout-address-inner .add-error {
  color: red;
  display: none;
}
.checkout-container .checkout-address-container .checkout-address-upper .checkout-address-inner .checkout-address-main {
  align-content: flex-start;
}
.checkout-container .checkout-address-container .checkout-address-upper .checkout-address-inner .checkout-address-selector {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.checkout-container .checkout-address-container .checkout-address-upper .checkout-address-inner .checkout-address-selector label {
  position: relative;
  top: -6px;
}
.checkout-container .checkout-address-container .checkout-address-upper .checkout-edit-address {
  padding: 8px 14px;
  position: absolute;
  right: 12px;
  bottom: 0px;
  cursor: pointer;
}
.checkout-container .checkout-address-container .checkout-address-upper .checkout-edit-address .edit-dusty {
  display: none;
}
.checkout-container .checkout-address-container .checkout-address-upper .checkout-edit-address .edit-black {
  display: block;
}
.checkout-container .checkout-address-container .checkout-address-upper .checkout-edit-address .checkout-edit-address-inner img {
  width: 18px;
}
.checkout-container .checkout-address-container .checkout-address-upper .checkout-edit-address:hover .edit-dusty {
  display: block;
}
.checkout-container .checkout-address-container .checkout-address-upper .checkout-edit-address:hover .edit-black {
  display: none;
}
.checkout-container .checkout-address-container .checkout-address-upper .checkout-address-inner[disabled] {
  opacity: 0.7;
  pointer-events: none;
}
.checkout-container .checkout-address-container .checkout-address-upper.address-disabled .checkout-address-inner {
  cursor: not-allowed;
}
.checkout-container .checkout-address-container .checkout-address-upper.address-disabled .checkout-address-inner .add-error {
  display: block;
}
.checkout-container .checkout-address-container .checkout-address-upper.address-disabled .checkout-address-main .checkout-address-content-main div:not(.add-error),
.checkout-container .checkout-address-container .checkout-address-upper.address-disabled .checkout-address-main .checkout-address-content-main p {
  opacity: 0.4;
}
.checkout-container .checkout-address-container .checkout-address-upper.address-disabled .checkout-address-main .checkout-address-content-main div.add-error p {
  opacity: 1;
}
.checkout-container .checkout-address-container .checkout-add-address-inner {
  border: 0px;
  cursor: pointer;
  color: #000;
  background: white;
}
.checkout-container .checkout-address-container .checkout-add-address-inner .add-address-wrapper {
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkout-container .checkout-address-container .checkout-add-address-inner .add-address-wrapper .add-address-plus {
  font-weight: 100;
  position: relative;
  top: -2px;
  margin-right: 8px;
}
.checkout-container .checkout-address-container .checkout-add-address-inner .add-address-wrapper .add-address-plus img {
  width: 22px;
}
.checkout-container .checkout-address-container .checkout-add-address-inner:hover,
.checkout-container .checkout-address-container .checkout-add-address-inner:focus {
  box-shadow: none !important;
  color: #000;
  background-color: white;
  border-color: none;
}
.checkout-container .checkout-address-container .checkout-address-inner[disabled]:hover {
  border: 1px solid #ddd;
  box-shadow: none;
}
@media only screen and (max-width: 1199px) {
  .checkout-container .checkout-payment-container {
    margin-right: -15px !important;
  }
}
.checkout-container .checkout-payment-container > div .voucher {
  flex-wrap: wrap;
  justify-content: center;
  padding-right: 15px;
}
@media only screen and (max-width: 767px) {
  .checkout-container .checkout-payment-container > div .voucher {
    padding-right: 0px;
  }
}
.checkout-container .checkout-payment-container > div .voucher .voucher-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #a3a3a3;
  border-radius: 30px;
}
.checkout-container .checkout-payment-container > div .voucher .voucher-inner input {
  width: calc(100% - 50px);
}
.checkout-container .checkout-payment-container > div .voucher .voucher-inner button {
  width: 50px;
}
.checkout-container .checkout-payment-container .checkout-payment-option-container .checkout-payment-item:nth-child(odd) {
  padding-left: 0px !important;
}
@media only screen and (max-width: 767px) {
  .checkout-container .checkout-payment-container .checkout-payment-option-container .checkout-payment-item:nth-child(odd) {
    padding-right: 0px !important;
  }
}
.checkout-container .checkout-payment-container .checkout-payment-option-container .checkout-payment-item:nth-child(even) {
  padding-left: 0px !important;
}
@media only screen and (max-width: 767px) {
  .checkout-container .checkout-payment-container .checkout-payment-option-container .checkout-payment-item:nth-child(even) {
    padding-right: 0px !important;
  }
}
.checkout-container .checkout-payment-container .checkout-payment-option-container .checkout-payment-item.cod-off .checkout-payment-inner {
  cursor: initial;
}
.checkout-container .checkout-payment-container .checkout-payment-option-container .checkout-payment-item.cod-off .checkout-payment-inner:hover {
  border: 1px solid #ddd;
  box-shadow: unset;
}
.checkout-container .checkout-payment-container .checkout-payment-option-container > div {
  min-height: 100%;
}
.checkout-container .checkout-payment-container .checkout-payment-inner {
  border: 1px solid #a3a3a3;
  cursor: pointer;
  color: #000;
  border-radius: 20px;
  height: 100%;
  align-items: center;
}
.checkout-container .checkout-payment-container .checkout-payment-inner .payment-radio-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.checkout-container .checkout-payment-container .checkout-payment-inner .payment-radio-container label {
  height: 22px;
  margin-bottom: 0px;
}
.checkout-container .checkout-payment-container .checkout-payment-inner .checkout-payment-image img {
  max-width: 60px;
}
.checkout-container .checkout-payment-container .checkout-payment-inner .checkout-payment-child:nth-child(1) {
  width: 42px;
  max-width: 42px;
  flex: 0 0 42px;
}
@media only screen and (max-width: 1199px) {
  .checkout-container .checkout-payment-container .checkout-payment-inner .checkout-payment-child:nth-child(1) {
    flex: 0 0 30px;
  }
}
.checkout-container .checkout-payment-container .checkout-payment-inner .checkout-payment-child:nth-child(2) {
  width: 42px;
  max-width: 42px;
  flex: 0 0 42px;
}
@media only screen and (max-width: 1199px) {
  .checkout-container .checkout-payment-container .checkout-payment-inner .checkout-payment-child:nth-child(2) {
    flex: 0 0 35px;
  }
}
.checkout-container .checkout-payment-container .checkout-payment-inner .checkout-payment-child:nth-child(3) {
  width: calc(100% - 84px);
  max-width: calc(100% - 84px);
  flex: 0 0 calc(100% - 84px);
  padding-left: 15px;
}
.checkout-container .checkout-payment-container .checkout-payment-inner:hover {
  box-shadow: 0px 1px 1px 0px #b07c83;
}
@media only screen and (max-width: 1199px) and (min-height: 500px) {
  .checkout-container .checkout-payment-container .checkout-payment-main {
    padding-right: 15px !important;
    margin-bottom: 160px;
  }
}
@media only screen and (max-width: 1199px) and (max-height: 499px) {
  .checkout-container .checkout-payment-container .checkout-payment-main {
    margin-bottom: 150px;
    height: auto;
  }
}
.checkout-container .checkout-payment-container .checkout-payment-main .promocode-container {
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.checkout-container .checkout-payment-container .checkout-payment-main .promocode-container .promocode-inner {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.checkout-container .checkout-payment-container .checkout-payment-main .promocode-container .promocode-inner .open-promocode {
  font-weight: 100;
  position: relative;
  top: -2px;
  margin-right: 8px;
}
.checkout-container .checkout-payment-container .checkout-payment-main .promocode-container .promocode-inner .open-promocode img {
  width: 22px;
}
.checkout-container .checkout-payment-container .checkout-payment-main .applied-promo-code,
.checkout-container .checkout-payment-container .checkout-payment-main .applied-store-credit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1px;
}
.checkout-container .checkout-payment-container .checkout-payment-main .applied-promo-code .promo-code-remove-btn,
.checkout-container .checkout-payment-container .checkout-payment-main .applied-store-credit .promo-code-remove-btn,
.checkout-container .checkout-payment-container .checkout-payment-main .applied-promo-code .applied-store-credit-remove-btn,
.checkout-container .checkout-payment-container .checkout-payment-main .applied-store-credit .applied-store-credit-remove-btn {
  font-weight: 300;
  text-decoration: underline;
  cursor: pointer;
}
.checkout-container .checkout-payment-container .fixed-checkout-bottom {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: white;
  border-top: 1px solid #ccc;
}
.checkout-container .important-notice {
  color: #6d6d6d;
}
.checkout-container .checkout-store-credit-container {
  align-items: center;
}
.checkout-container .checkout-store-credit-container #checkout-payment-store-credit {
  height: 22px !important;
  width: 22px;
  margin: 0 10px 0 1px;
  line-height: normal;
  padding: 0;
  border-radius: 5px !important;
  font-size: 13px !important;
  color: #000;
  background-color: #fff;
  border: 1px solid #ebebeb;
}
.checkout-container .steps-container {
  counter-reset: step-counter;
}
.checkout-container .steps-container .step-item {
  counter-increment: step-counter;
}
.checkout-container .steps-container .step-item h2 .step-counter::after {
  content: counter(step-counter) ": ";
}
#checkout-data .checkout-button.disabled {
  cursor: not-allowed;
  background: #e4e4e4;
  color: #707070 !important;
  font-weight: 500 !important;
}
.checkout-progress-container .checkout-progress-inner {
  display: flex;
  width: 500px;
  margin: 0px auto;
  justify-content: center;
}
@media only screen and (max-width: 1199px) {
  .checkout-progress-container .checkout-progress-inner {
    width: 100%;
  }
}
.checkout-progress-container .checkout-progress-inner .checkout-progress-step .checkout-progress-circle {
  width: 25px;
  height: 25px;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #f4f4f4;
  background-color: #f4f4f4;
}
.checkout-progress-container .checkout-progress-inner .checkout-progress-step .checkout-progress-circle img {
  width: 14px;
}
.checkout-progress-container .checkout-progress-inner .checkout-progress-step .checkout-progress-circle .step-text {
  display: block;
  color: white;
  position: relative;
  top: 1px;
}
.checkout-progress-container .checkout-progress-inner .checkout-progress-step .not-selected {
  border: 1px solid #ae7c82;
  background-color: #f4f4f4;
}
.checkout-progress-container .checkout-progress-inner .checkout-progress-step .not-selected .mobile-dot {
  background-color: #f4f4f4;
}
.checkout-progress-container .checkout-progress-inner .checkout-progress-step .checkout-progress-text {
  text-align: center;
  margin-top: 6px;
  font-weight: 300;
}
.checkout-progress-container .checkout-progress-inner .checkout-progress-step .checkout-progress-line {
  width: 200px;
  height: 5px;
  background: #f4f4f4;
}
@media only screen and (max-width: 1199px) {
  .checkout-progress-container .checkout-progress-inner .checkout-progress-step .checkout-progress-line {
    width: 115px;
    height: 2px;
  }
}
.checkout-progress-container .checkout-progress-inner .checkout-progress-step .checkout-progress-middle {
  display: flex;
  align-items: center;
}
.checkout-progress-container .checkout-progress-inner .checkout-progress-step:nth-child(1),
.checkout-progress-container .checkout-progress-inner .checkout-progress-step:nth-child(3) {
  width: 100px;
  min-width: 100px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1199px) {
  .checkout-progress-container .checkout-progress-inner .checkout-progress-step:nth-child(1),
  .checkout-progress-container .checkout-progress-inner .checkout-progress-step:nth-child(3) {
    width: 50px;
    min-width: auto;
  }
}
.checkout-progress-container .checkout-progress-inner .checkout-progress-step:nth-child(1) .circle-container,
.checkout-progress-container .checkout-progress-inner .checkout-progress-step:nth-child(3) .circle-container {
  display: flex;
  justify-content: center;
}
.checkout-progress-container .checkout-progress-inner .checkout-progress-step:nth-child(1) {
  position: relative;
  left: 39px;
}
@media only screen and (max-width: 1199px) {
  .checkout-progress-container .checkout-progress-inner .checkout-progress-step:nth-child(1) {
    left: 25px;
  }
}
.checkout-progress-container .checkout-progress-inner .checkout-progress-step.active .circle-container .checkout-progress-circle .step-text {
  display: none;
}
.checkout-progress-container .checkout-progress-inner .checkout-progress-step.current-step .circle-container .checkout-progress-circle {
  border: 1px solid #28a22b;
  background-color: #f4f4f4;
}
.checkout-progress-container .checkout-progress-inner .checkout-progress-step.current-step .circle-container .checkout-progress-circle img {
  display: none;
}
.checkout-progress-container .checkout-progress-inner .checkout-progress-step.current-step .circle-container .checkout-progress-circle .step-text {
  color: #28a22b;
}
.checkout-progress-container .checkout-progress-inner .checkout-progress-step:nth-child(3) {
  position: relative;
  right: 39px;
}
@media only screen and (max-width: 1199px) {
  .checkout-progress-container .checkout-progress-inner .checkout-progress-step:nth-child(3) {
    right: 25px;
  }
}
@media only screen and (max-width: 1024px) {
  .checkout-page .main-container {
    margin-top: 50px !important;
  }
}
@media only screen and (max-width: 767px) {
  .checkout-page .main-container {
    width: auto;
  }
}
@media only screen and (max-width: 1199px) {
  .checkout-page .footer-container {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .checkout-page .checkout-container {
    min-width: 520px;
  }
}
@media only screen and (min-height: 700px) {
  .checkout-page .checkout-container {
    min-height: 500px;
  }
}
@media only screen and (min-height: 900px) {
  .checkout-page .checkout-container {
    min-height: 700px;
  }
}
@media only screen and (min-height: 1400px) {
  .checkout-page .checkout-container {
    min-height: 1200px;
  }
}
@media only screen and (min-height: 1800px) {
  .checkout-page .checkout-container {
    min-height: 1600px;
  }
}
@media only screen and (min-height: 2000px) {
  .checkout-page .checkout-container {
    min-height: 1800px;
  }
}
.checkout-page .checkout-container > div {
  background-color: white;
}
@media only screen and (max-width: 767px) {
  .checkout-page .checkout-container > div .checkout-page-item-container {
    margin-bottom: 1em;
  }
}
.checkout-page .checkout-container > div .checkout-page-item-container .cart-item {
  padding: 5px 0px 15px 0px !important;
  margin-bottom: 5px;
  background: white;
  padding-left: 0px;
}
@media only screen and (max-width: 1024px) {
  .checkout-page .checkout-container > div .checkout-page-item-container .cart-item h2 {
    margin-bottom: 7px !important;
    line-height: 4px;
  }
}
@media only screen and (max-width: 1024px) {
  .checkout-page .checkout-container > div .checkout-page-item-container .cart-item .product-price {
    font-size: 13px !important;
    line-height: 1 !important;
  }
}
.checkout-page .checkout-container > div .checkout-page-item-container .cart-item .product-short-description {
  color: #7d7d7d;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.checkout-page .checkout-container > div .checkout-page-item-container .cart-item img {
  width: 100%;
  border-radius: 15px;
}
@media only screen and (max-width: 1024px) {
  .checkout-page .checkout-container > div .checkout-page-item-container .cart-item img {
    width: 100%;
  }
}
.checkout-page .checkout-container > div .checkout-page-item-container .cart-item select {
  background-image: url("https://cdns.faridagupta.com/nrs/img/uploads/1645618772.svg");
  border: 0px !important;
  background-position: 94% 49%;
  -webkit-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  padding: 0.5em !important;
  padding-right: 1.2em !important;
  color: #888;
  background-size: 8px;
  height: 100% !important;
}
.checkout-page .checkout-container > div .checkout-page-item-container .cart-item .size-quantity-container label {
  color: #333;
  font-weight: 100;
}
.checkout-page .checkout-container > div .checkout-page-item-container .cart-item select::-ms-expand {
  display: none;
}
.checkout-page .checkout-container > div .checkout-page-item-container .cart-item .size-seperator {
  height: 15px;
  width: 1px;
  position: relative;
  display: inline-block;
  background: #ccc;
  top: 3px;
  margin-left: 5px;
  margin-right: 10px;
}
.checkout-page .checkout-container > div .checkout-page-item-container .cart-item .cart-item-price-container .price-seperator {
  height: 15px;
  width: 1px;
  position: relative;
  display: inline-block;
  background: #ccc;
  top: 3px;
  margin-left: 5px;
  margin-right: 5px;
}
.checkout-page .checkout-container > div .checkout-page-item-container .cart-item .cart-item-price-container .max-price {
  color: #7d7d7d;
  font-weight: 300;
  text-decoration: line-through;
}
.checkout-page .checkout-container > div .checkout-page-item-container .cart-item .cart-item-price-container .discount-percentage {
  color: #28a22b !important;
  font-weight: 300;
}
.checkout-page .checkout-container > div .checkout-page-item-container .cart-item .remove-icon-container {
  text-decoration: underline;
  color: #999999;
  font-weight: 300;
  padding-top: 10px;
}
.checkout-page .checkout-container > div .checkout-page-item-container .cart-item .remove-icon-container img {
  width: 13px;
  margin-right: 10px;
  margin-top: 15px;
}
.checkout-page .checkout-container > div .checkout-page-item-container .cart-item:last-child {
  margin-bottom: 0px;
}
@media only screen and (max-width: 768px) {
  .checkout-page .checkout-container .checkout-page-summary-container {
    margin-bottom: 0px;
  }
}
.checkout-page .checkout-container .checkout-page-summary-container > div {
  background-color: white;
  position: sticky;
  top: 73px;
  right: 15px;
  width: 100%;
}
.checkout-page .checkout-container .checkout-page-summary-container > div .price-summary-container {
  margin-bottom: 50px;
}
.checkout-page .checkout-container .checkout-page-summary-container > div .price-summary-container .price-label {
  color: #7d7d7d;
}
.checkout-page .checkout-container .checkout-page-summary-container > div .price-summary-container .black-label {
  color: #000000;
}
.checkout-page .checkout-container .checkout-page-summary-container .buy-now-container button:focus {
  background: #b07c83;
}
.checkout-page .checkout-order-confirm-container {
  position: relative;
  align-items: center;
}
.checkout-page .checkout-order-confirm-container label {
  color: #6d6d6d;
}
.checkout-page .checkout-order-confirm-container .lbl-check {
  width: 100%;
}
.checkout-page .checkout-order-confirm-container .lbl-check .checkmark {
  opacity: 1;
  position: absolute;
  top: 4px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: transparent;
  border: 1px solid #555;
  border-radius: 4px;
  z-index: 3;
}
.checkout-page .checkout-order-confirm-container .lbl-check #checkout-order-confirm {
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  background-color: transparent;
  border: 1px solid #555;
  border-radius: 4px;
  opacity: 0;
  height: 23px !important;
}
.checkout-page .checkout-order-confirm-container .lbl-check .checkout-confirm-text {
  margin-left: 32px;
  line-height: 2;
  justify-content: center;
  display: flex;
  text-align: justify;
}
.checkout-page .checkout-order-confirm-container .lbl-check.active .checkmark:after {
  top: 2px;
  border: solid #7d7d7d;
  transform: rotate(45deg);
  content: "";
  position: absolute;
  left: 8px;
  bottom: 6px;
  width: 7px;
  height: 14px;
  border: solid #000000;
  border-width: 0 2px 2px 0;
}
.checkout-page .checkout-order-confirm-container.declaration-unchecked .checkmark {
  border: 1px solid #b61e2f;
}
.checkout-page .order-new .checkout-order-new-inner {
  position: sticky;
  top: 95px;
}
@media only screen and (max-width: 768px) {
  .checkout-page .order-new .checkout-order-new-inner .summary-box h2 {
    text-align: center;
  }
}
.checkout-page .order-new .checkout-order-new-inner .summary-box .line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 11px;
}
.checkout-page .order-new .checkout-order-new-inner .summary-box .line span {
  color: #7d7d7d;
  border: none;
  padding: 4px 0 0px 0px !important;
  font-size: 14px;
}
.checkout-page .order-new .checkout-order-new-inner .summary-box .line .theme-green-dark {
  color: #28a22b;
}
.checkout-page .order-new .checkout-order-new-inner .summary-box .summary-store-credit .store-credit-remove-btn,
.checkout-page .order-new .checkout-order-new-inner .summary-box .summary-promo-code .store-credit-remove-btn,
.checkout-page .order-new .checkout-order-new-inner .summary-box .summary-store-credit .promo-code-remove-btn,
.checkout-page .order-new .checkout-order-new-inner .summary-box .summary-promo-code .promo-code-remove-btn {
  position: absolute;
  left: -25px;
  width: 20px;
  top: 0px;
  margin: 0px;
  padding-top: 0px !important;
  display: flex;
  align-items: center;
  height: 100%;
  cursor: pointer;
}
.checkout-page .order-new .checkout-order-new-inner .summary-box .summary-store-credit .store-credit-remove-btn img,
.checkout-page .order-new .checkout-order-new-inner .summary-box .summary-promo-code .store-credit-remove-btn img,
.checkout-page .order-new .checkout-order-new-inner .summary-box .summary-store-credit .promo-code-remove-btn img,
.checkout-page .order-new .checkout-order-new-inner .summary-box .summary-promo-code .promo-code-remove-btn img {
  width: 18px;
}
.checkout-page #add-new-address .modal-dialog {
  margin: 52px auto;
}
@media only screen and (max-width: 1199px) {
  .checkout-page #add-new-address .modal-dialog {
    margin: 52px 20px 10px 20px;
    min-width: calc(100% - 40px);
    height: calc(100% - 70px);
  }
  .checkout-page #add-new-address .modal-dialog .modal-content {
    max-width: unset;
  }
}
.checkout-page #add-new-address .modal-content {
  width: 100% !important;
  height: 100%;
}
.checkout-page #add-new-address .modal-content form {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.checkout-page #add-new-address .modal-content form .modal-header {
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .checkout-page #add-new-address .modal-content form .modal-header {
    height: auto;
  }
}
.checkout-page #add-new-address .modal-content form .modal-header .close {
  right: 32px;
  top: 21px;
  padding: 0px;
}
@media only screen and (max-width: 1199px) {
  .checkout-page #add-new-address .modal-content form .modal-header .close {
    right: 26px;
    top: 25px;
  }
}
.checkout-page #add-new-address .modal-content form .modal-footer {
  border-top: 0px;
  box-shadow: 0px 1px 5px 0px #6666662b;
}
@media only screen and (max-width: 768px) {
  .checkout-page #add-new-address .modal-content form .modal-footer {
    height: 78px;
  }
}
.checkout-page #add-new-address .modal-content form .modal-body {
  height: calc(100vh - 236px);
  overflow-y: scroll;
}
@media only screen and (max-width: 768px) {
  .checkout-page #add-new-address .modal-content form .modal-body {
    height: calc(100vh - 205px);
  }
}
.checkout-page .edit-address-modal .modal-dialog {
  margin: 52px auto;
}
@media only screen and (max-width: 1199px) {
  .checkout-page .edit-address-modal .modal-dialog {
    margin: 52px 20px 10px 20px;
    min-width: calc(100% - 40px);
    height: calc(100% - 70px);
  }
  .checkout-page .edit-address-modal .modal-dialog .modal-content {
    max-width: unset;
  }
}
.checkout-page .edit-address-modal .modal-content {
  width: 100% !important;
  height: 100%;
}
.checkout-page .edit-address-modal .modal-content form {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.checkout-page .edit-address-modal .modal-content form .modal-header {
  position: relative;
}
.checkout-page .edit-address-modal .modal-content form .modal-header .close {
  right: 32px;
  top: 21px;
  padding: 0px;
}
@media only screen and (max-width: 1199px) {
  .checkout-page .edit-address-modal .modal-content form .modal-header .close {
    right: 26px;
    top: 25px;
  }
}
.checkout-page .edit-address-modal .modal-content form .modal-footer {
  border-top: 0px;
  box-shadow: 0px 1px 5px 0px #6666662b;
}
@media only screen and (max-width: 768px) {
  .checkout-page .edit-address-modal .modal-content form .modal-footer {
    height: 78px;
  }
}
.checkout-page .edit-address-modal .modal-content form .modal-body {
  height: calc(100vh - 236px);
  overflow-y: scroll;
}
@media only screen and (max-width: 768px) {
  .checkout-page .edit-address-modal .modal-content form .modal-body {
    height: calc(100vh - 205px);
  }
}
.success-page #checkout-success .checkout-success-container {
  width: 600px;
  border: 1px solid #ddd;
  box-shadow: 0 1px 3px 0 #ccc;
  padding: 35px 50px 50px 50px;
  margin: 40px;
  font-family: helvetica;
  border-radius: 30px;
}
@media only screen and (max-width: 767px) {
  .success-page #checkout-success .checkout-success-container {
    padding: 25px 20px 30px 20px;
    width: 100%;
    border: none;
    box-shadow: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1235px) {
  .success-page #checkout-success .checkout-success-container {
    margin: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .success-page #checkout-success .checkout-success-container button {
    height: 38px !important;
  }
}
.success-page #checkout-success .checkout-success-container .continue-shopping-btn {
  height: 48px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1199px) {
  .success-page #checkout-success .checkout-success-container .continue-shopping-btn {
    height: 38px !important;
  }
}
.success-page #checkout-success .checkout-success-container .continue-shopping-btn:focus {
  background: #b07c83;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .success-page #checkout-success {
    min-height: calc(100vh - 300px);
    display: flex;
    align-items: center;
  }
}
.privacy-policy-container h3,
.privacy-policy-container h4,
.privacy-policy-container h5,
.privacy-policy-container h6 {
  color: #535353;
}
.privacy-policy-container p {
  line-height: 25px;
}
.privacy-policy-container .breadcrumb-list-container {
  list-style: none;
  padding: 20px 0px;
}
.privacy-policy-container .breadcrumb-list-container .breadcrumb-list {
  display: inline-block;
}
.privacy-policy-container .breadcrumb-list-container .breadcrumb-list a {
  color: #696b79;
}
.privacy-policy-container .breadcrumb-list-container .breadcrumb-list strong {
  color: #696b79;
  font-weight: 500;
}
.privacy-policy-container .breadcrumb-list-container > li + li:before {
  content: "/\00a0";
  padding: 0 0px;
  color: #bbb;
}
.privacy-policy-container a:hover {
  color: #b07c83;
}
.privacy-policy-container .privacy-policy-content-container ol {
  counter-reset: item;
  list-style: none;
  font-size: 15px;
  padding-left: 1.5em;
  color: #777;
}
@media only screen and (max-width: 768px) {
  .privacy-policy-container .privacy-policy-content-container ol {
    padding-left: 5px;
  }
}
.privacy-policy-container .privacy-policy-content-container ol strong {
  color: #777;
  font-weight: 400;
}
.privacy-policy-container .privacy-policy-content-container ol li {
  margin-bottom: 10px;
  list-style-type: none;
  display: list-item;
  font-weight: 100;
  line-height: 25px;
}
.privacy-policy-container .privacy-policy-content-container ol li li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
}
.privacy-policy-container .privacy-policy-content-container ol li li li {
  counter-increment: item-counter;
}
.privacy-policy-container .privacy-policy-content-container ol li li li:before {
  content: counter(item-counter, upper-roman) ". ";
}
.privacy-policy-container .privacy-policy-content-container ol li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
  font-weight: 400;
}
.shipping-delivery-policy-container h3,
.shipping-delivery-policy-container h4,
.shipping-delivery-policy-container h5,
.shipping-delivery-policy-container h6 {
  color: #535353;
}
.shipping-delivery-policy-container p {
  line-height: 25px;
}
.shipping-delivery-policy-container .breadcrumb-list-container {
  list-style: none;
  padding: 20px 0px;
}
.shipping-delivery-policy-container .breadcrumb-list-container .breadcrumb-list {
  display: inline-block;
}
.shipping-delivery-policy-container .breadcrumb-list-container .breadcrumb-list a {
  color: #696b79;
}
.shipping-delivery-policy-container .breadcrumb-list-container .breadcrumb-list strong {
  color: #696b79;
  font-weight: 500;
}
.shipping-delivery-policy-container .breadcrumb-list-container > li + li:before {
  content: "/\00a0";
  padding: 0 0px;
  color: #bbb;
}
.shipping-delivery-policy-container a:hover {
  color: #b07c83;
}
.shipping-delivery-policy-container .shipping-delivery-policy-content-container {
  color: #777;
}
.shipping-delivery-policy-container .shipping-delivery-policy-content-container ol {
  counter-reset: item;
  list-style: none;
  font-size: 15px;
  padding-left: 1.5em;
  color: #777;
}
@media only screen and (max-width: 768px) {
  .shipping-delivery-policy-container .shipping-delivery-policy-content-container ol {
    padding-left: 5px;
  }
}
.shipping-delivery-policy-container .shipping-delivery-policy-content-container ol strong {
  color: #777;
  font-weight: 400;
}
.shipping-delivery-policy-container .shipping-delivery-policy-content-container ol li {
  line-height: 25px;
}
.shipping-delivery-policy-container .shipping-delivery-policy-content-container ul {
  padding-left: 1.5em;
  color: #777;
  font-size: 15px;
}
@media only screen and (max-width: 768px) {
  .shipping-delivery-policy-container .shipping-delivery-policy-content-container ul {
    padding-left: 5px;
  }
}
.shipping-delivery-policy-container .shipping-delivery-policy-content-container ul strong {
  color: #777;
  font-weight: 400;
}
.shipping-delivery-policy-container .shipping-delivery-policy-content-container ul li {
  margin-bottom: 10px;
  font-weight: 100;
  line-height: 25px;
}
.shipping-delivery-policy-container .shipping-delivery-policy-content-container .delivery-image {
  border: 1px solid #ddd;
  max-width: 100%;
  width: auto;
}
.terms-condition-container h3,
.terms-condition-container h4,
.terms-condition-container h5,
.terms-condition-container h6 {
  color: #535353;
}
.terms-condition-container p {
  line-height: 25px;
}
.terms-condition-container .breadcrumb-list-container {
  list-style: none;
  padding: 20px 0px;
}
.terms-condition-container .breadcrumb-list-container .breadcrumb-list {
  display: inline-block;
}
.terms-condition-container .breadcrumb-list-container .breadcrumb-list a {
  color: #696b79;
}
.terms-condition-container .breadcrumb-list-container .breadcrumb-list strong {
  color: #696b79;
  font-weight: 500;
}
.terms-condition-container .breadcrumb-list-container > li + li:before {
  content: "/\00a0";
  padding: 0 0px;
  color: #bbb;
}
.terms-condition-container a:hover {
  color: #b07c83;
}
.terms-condition-container .terms-condition-content-container {
  color: #777;
}
.terms-condition-container .terms-condition-content-container ol {
  counter-reset: item;
  list-style: none;
  font-size: 15px;
  padding-left: 1.5em;
  color: #777;
}
@media only screen and (max-width: 768px) {
  .terms-condition-container .terms-condition-content-container ol {
    padding-left: 5px;
  }
}
.terms-condition-container .terms-condition-content-container ol strong {
  color: #777;
  font-weight: 400;
}
.terms-condition-container .terms-condition-content-container ol li {
  margin-bottom: 10px;
  list-style-type: none;
  display: list-item;
  font-weight: 100;
  line-height: 25px;
}
.terms-condition-container .terms-condition-content-container ol li li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
}
.terms-condition-container .terms-condition-content-container ol li li li {
  counter-increment: item-counter;
}
.terms-condition-container .terms-condition-content-container ol li li li:before {
  content: counter(item-counter, upper-roman) ". ";
}
.terms-condition-container .terms-condition-content-container ol li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
  font-weight: 400;
}
.faq-container h3,
.faq-container h4,
.faq-container h5,
.faq-container h6 {
  color: #535353;
}
.faq-container p {
  line-height: 25px;
}
@media only screen and (max-width: 1024px) {
  .faq-container .delivery-option-container {
    min-width: 300px;
  }
}
.faq-container .breadcrumb-list-container {
  list-style: none;
  padding: 20px 0px;
}
.faq-container .breadcrumb-list-container .breadcrumb-list {
  display: inline-block;
}
.faq-container .breadcrumb-list-container .breadcrumb-list a {
  color: #696b79;
}
.faq-container .breadcrumb-list-container .breadcrumb-list strong {
  color: #696b79;
  font-weight: 500;
}
.faq-container .breadcrumb-list-container > li + li:before {
  content: "/\00a0";
  padding: 0 0px;
  color: #bbb;
}
.faq-container a:hover {
  color: #b07c83;
}
.faq-container .faq-content-container {
  color: #777;
  min-height: 400px;
}
@media only screen and (max-width: 1024px) {
  .faq-container .faq-content-container {
    min-height: 600px;
  }
}
.faq-container .faq-content-container .nav-tabs .nav-item {
  border: 0;
  margin-right: 0;
  color: #737373;
}
.faq-container .faq-content-container .nav-tabs .nav-item a {
  color: #737373;
  border: 0px solid transparent;
  font-size: 15px;
}
.faq-container .faq-content-container .nav-tabs .nav-item a.active,
.faq-container .faq-content-container .nav-tabs .nav-item a.active:hover {
  border: none;
  color: #000;
  border-bottom: 4px solid #b07c83;
}
.faq-container .faq-content-container .nav-tabs .nav-item a:hover {
  border: none;
  border-bottom: 4px solid #ddb9be;
}
.faq-container .faq-content-container .card-header {
  padding: 0px;
  background-color: transparent;
}
.faq-container .faq-content-container .card-header button {
  font-size: 14px !important;
  height: auto !important;
  position: relative;
}
.faq-container .faq-content-container .card-header button .fa {
  position: absolute;
  font-size: 22px;
  right: 6px;
  height: 20px;
  top: calc(50% - 10px);
}
.faq-container .faq-content-container .card-header button .fa::before {
  content: "\f106";
}
.faq-container .faq-content-container .card-header button.collapsed .fa::before {
  content: "\f107";
}
.faq-container .faq-content-container .card {
  border-radius: 0;
  box-shadow: none;
  border-color: #ddd;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.faq-container .faq-content-container .card .card-body {
  font-size: 14px;
  font-weight: 100;
  color: #000;
}
.faq-container .faq-content-container .card .card-body a {
  font-size: 14px;
  font-weight: 400;
  color: black;
}
.faq-container .faq-content-container .card .card-body ol {
  counter-reset: item;
  list-style: none;
  font-size: 15px;
  padding-left: 1.5em;
}
.faq-container .faq-content-container .card .card-body ol strong {
  color: #777;
  font-weight: 400;
}
.faq-container .faq-content-container .card .card-body ol li {
  margin-bottom: 10px;
  list-style-type: none;
  display: list-item;
  font-weight: 100;
  line-height: 25px;
}
.faq-container .faq-content-container .card .card-body ol li li:before {
  content: counter(item-counter, lower-alpha) ". ";
}
.faq-container .faq-content-container .card .card-body ol li li {
  counter-increment: item-counter;
}
.faq-container .faq-content-container .card .card-body ol li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
  font-weight: 400;
}
.refund-policy-container h3,
#refund-exchange-modal h3,
.refund-policy-container h4,
#refund-exchange-modal h4,
.refund-policy-container h5,
#refund-exchange-modal h5,
.refund-policy-container h6,
#refund-exchange-modal h6 {
  color: #000;
}
@media only screen and (max-width: 1024px) {
  .refund-policy-container h3,
  #refund-exchange-modal h3,
  .refund-policy-container h4,
  #refund-exchange-modal h4,
  .refund-policy-container h5,
  #refund-exchange-modal h5,
  .refund-policy-container h6,
  #refund-exchange-modal h6 {
    font-size: 16px !important;
  }
}
.refund-policy-container p,
#refund-exchange-modal p {
  line-height: 25px;
}
.refund-policy-container .breadcrumb-list-container,
#refund-exchange-modal .breadcrumb-list-container {
  list-style: none;
  padding: 20px 0px;
}
.refund-policy-container .breadcrumb-list-container .breadcrumb-list,
#refund-exchange-modal .breadcrumb-list-container .breadcrumb-list {
  display: inline-block;
}
.refund-policy-container .breadcrumb-list-container .breadcrumb-list a,
#refund-exchange-modal .breadcrumb-list-container .breadcrumb-list a {
  color: #696b79;
}
.refund-policy-container .breadcrumb-list-container .breadcrumb-list strong,
#refund-exchange-modal .breadcrumb-list-container .breadcrumb-list strong {
  color: #696b79;
  font-weight: 500;
}
.refund-policy-container .breadcrumb-list-container > li + li:before,
#refund-exchange-modal .breadcrumb-list-container > li + li:before {
  content: "/\00a0";
  padding: 0 0px;
  color: #bbb;
}
.refund-policy-container a:hover,
#refund-exchange-modal a:hover {
  color: #b07c83;
}
.refund-policy-container .refund-policy-content-container table,
#refund-exchange-modal .refund-policy-content-container table {
  border: 1px solid #d9dde3;
  width: 100%;
  table-layout: fixed;
}
@media only screen and (max-width: 1199px) {
  .refund-policy-container .refund-policy-content-container table,
  #refund-exchange-modal .refund-policy-content-container table {
    width: auto;
  }
}
.refund-policy-container .refund-policy-content-container table caption,
#refund-exchange-modal .refund-policy-content-container table caption {
  caption-side: top;
  padding: 5px 0px;
}
.refund-policy-container .refund-policy-content-container table thead tr,
#refund-exchange-modal .refund-policy-content-container table thead tr {
  background-color: #f6f5f0;
}
.refund-policy-container .refund-policy-content-container table thead tr th,
#refund-exchange-modal .refund-policy-content-container table thead tr th {
  padding: 3px 8px;
  font-weight: 300;
  border-right: 1px solid #d9dde3;
}
.refund-policy-container .refund-policy-content-container table th,
#refund-exchange-modal .refund-policy-content-container table th,
.refund-policy-container .refund-policy-content-container table td,
#refund-exchange-modal .refund-policy-content-container table td {
  border-bottom: 1px solid #d9dde3;
  border-left: 1px solid #d9dde3;
}
@media only screen and (max-width: 1024px) {
  .refund-policy-container .refund-policy-content-container table th,
  #refund-exchange-modal .refund-policy-content-container table th,
  .refund-policy-container .refund-policy-content-container table td,
  #refund-exchange-modal .refund-policy-content-container table td {
    font-size: 13px !important;
  }
}
.refund-policy-container .refund-policy-content-container table th:nth-child(2),
#refund-exchange-modal .refund-policy-content-container table th:nth-child(2),
.refund-policy-container .refund-policy-content-container table td:nth-child(2),
#refund-exchange-modal .refund-policy-content-container table td:nth-child(2) {
  width: 490px;
}
@media only screen and (max-width: 1024px) {
  .refund-policy-container .refund-policy-content-container table th:nth-child(2),
  #refund-exchange-modal .refund-policy-content-container table th:nth-child(2),
  .refund-policy-container .refund-policy-content-container table td:nth-child(2),
  #refund-exchange-modal .refund-policy-content-container table td:nth-child(2) {
    width: 145px;
  }
}
.refund-policy-container .refund-policy-content-container table th:last-child,
#refund-exchange-modal .refund-policy-content-container table th:last-child,
.refund-policy-container .refund-policy-content-container table td:last-child,
#refund-exchange-modal .refund-policy-content-container table td:last-child {
  width: 80px;
}
@media only screen and (max-width: 1024px) {
  .refund-policy-container .refund-policy-content-container table th:last-child,
  #refund-exchange-modal .refund-policy-content-container table th:last-child,
  .refund-policy-container .refund-policy-content-container table td:last-child,
  #refund-exchange-modal .refund-policy-content-container table td:last-child {
    width: 70px;
  }
}
.refund-policy-container .refund-policy-content-container table tbody td,
#refund-exchange-modal .refund-policy-content-container table tbody td {
  padding: 10px;
  font-weight: 300;
}
.refund-policy-container .refund-policy-content-container table tbody td .material-icons,
#refund-exchange-modal .refund-policy-content-container table tbody td .material-icons {
  vertical-align: middle;
}
@media only screen and (max-width: 1199px) {
  .refund-policy-container .refund-policy-content-container .table-container,
  #refund-exchange-modal .refund-policy-content-container .table-container {
    overflow: auto;
  }
}
.refund-policy-container .refund-policy-content-container.refund-policy-global table th:first-child,
#refund-exchange-modal .refund-policy-content-container.refund-policy-global table th:first-child,
.refund-policy-container .refund-policy-content-container.refund-policy-global table td:first-child,
#refund-exchange-modal .refund-policy-content-container.refund-policy-global table td:first-child {
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .refund-policy-container .refund-policy-content-container.refund-policy-global table th:first-child,
  #refund-exchange-modal .refund-policy-content-container.refund-policy-global table th:first-child,
  .refund-policy-container .refund-policy-content-container.refund-policy-global table td:first-child,
  #refund-exchange-modal .refund-policy-content-container.refund-policy-global table td:first-child {
    width: 50%;
  }
}
.refund-policy-container .refund-policy-content-container.refund-policy-global table th:last-child,
#refund-exchange-modal .refund-policy-content-container.refund-policy-global table th:last-child,
.refund-policy-container .refund-policy-content-container.refund-policy-global table td:last-child,
#refund-exchange-modal .refund-policy-content-container.refund-policy-global table td:last-child {
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .refund-policy-container .refund-policy-content-container.refund-policy-global table th:last-child,
  #refund-exchange-modal .refund-policy-content-container.refund-policy-global table th:last-child,
  .refund-policy-container .refund-policy-content-container.refund-policy-global table td:last-child,
  #refund-exchange-modal .refund-policy-content-container.refund-policy-global table td:last-child {
    width: 50%;
  }
}
#refund-exchange-modal .modal-dialog {
  margin: 52px auto;
}
@media only screen and (max-width: 1199px) {
  #refund-exchange-modal .modal-dialog {
    margin: 52px 20px 10px 20px;
    min-width: calc(100% - 40px);
    height: calc(100% - 70px);
  }
}
#refund-exchange-modal .modal-dialog .modal-content {
  width: 100% !important;
  height: 100%;
}
@media only screen and (max-width: 1199px) {
  #refund-exchange-modal .modal-dialog .modal-content {
    max-width: unset;
  }
}
#refund-exchange-modal .modal-dialog .modal-content .modal-body {
  height: calc(100vh - 162px);
  overflow-y: scroll;
}
@media only screen and (max-width: 1199px) {
  #refund-exchange-modal .modal-dialog .modal-content .modal-body {
    height: calc(100vh - 205px);
  }
}
#refund-exchange-modal .modal-dialog .modal-header {
  position: relative;
}
@media only screen and (max-width: 1199px) {
  #refund-exchange-modal .modal-dialog .modal-header {
    height: auto;
  }
}
#refund-exchange-modal .modal-dialog .modal-header .close {
  right: 32px;
  top: 21px;
  padding: 0px;
}
@media only screen and (max-width: 1199px) {
  #refund-exchange-modal .modal-dialog .modal-header .close {
    right: 26px;
    top: 25px;
  }
}
#refund-exchange-modal .modal-dialog .modal-content {
  width: 100%;
}
.fg-media-container .fg-media-content-container p {
  line-height: 26px;
  font-weight: 300;
  font-size: 15px;
}
.fg-media-container .fg-media-content-container .news-date {
  color: #aaa !important;
}
.fg-media-container .fg-media-content-container .news-item {
  padding-bottom: 40px;
}
.fg-media-container .fg-media-content-container .news-item a {
  color: #000;
}
@media only screen and (max-width: 1024px) {
  .fg-media-container .fg-media-content-container .news-item {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 20px;
  }
  .fg-media-container .fg-media-content-container .news-item img {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .fg-media-container .fg-media-content-container .news-item:nth-child(odd) {
    border-right: 1px solid #ddd;
  }
}
@media only screen and (max-width: 1024px) {
  .fg-media-container .fg-media-content-container .news-item:last-child {
    border-bottom: none;
  }
}
.main-account-page .product-size-item {
  width: 80px;
  display: inline-block;
  color: #000;
  font-weight: 300;
  background: white;
  font-size: 16px !important;
  padding: 12px 10px;
  box-shadow: rgb(229 229 229) 0px 0px 0px 1px;
  border-radius: 4px;
  text-align: center;
  margin-right: 5px;
}
.eoss-terms-conditions-container h3,
.eoss-terms-conditions-container h4,
.eoss-terms-conditions-container h5,
.eoss-terms-conditions-container h6 {
  color: #535353;
}
.eoss-terms-conditions-container p {
  line-height: 25px;
}
@media only screen and (max-width: 1024px) {
  .eoss-terms-conditions-container .delivery-option-container {
    min-width: 300px;
  }
}
.eoss-terms-conditions-container .breadcrumb-list-container {
  list-style: none;
  padding: 20px 0px;
}
.eoss-terms-conditions-container .breadcrumb-list-container .breadcrumb-list {
  display: inline-block;
}
.eoss-terms-conditions-container .breadcrumb-list-container .breadcrumb-list a {
  color: #696b79;
}
.eoss-terms-conditions-container .breadcrumb-list-container .breadcrumb-list strong {
  color: #696b79;
  font-weight: 500;
}
.eoss-terms-conditions-container .breadcrumb-list-container > li + li:before {
  content: "/\00a0";
  padding: 0 0px;
  color: #bbb;
}
.eoss-terms-conditions-container a:hover {
  color: #b07c83;
}
.eoss-terms-conditions-container .eoss-terms-conditions-content-container {
  color: #777;
}
.eoss-terms-conditions-container .eoss-terms-conditions-content-container ul {
  padding-left: 1.5em;
  color: #777;
  font-size: 15px;
}
@media only screen and (max-width: 768px) {
  .eoss-terms-conditions-container .eoss-terms-conditions-content-container ul {
    padding-left: 5px;
  }
}
.eoss-terms-conditions-container .eoss-terms-conditions-content-container ul strong {
  color: #777;
  font-weight: 400;
}
.eoss-terms-conditions-container .eoss-terms-conditions-content-container ul li {
  margin-bottom: 10px;
  font-weight: 100;
  line-height: 25px;
}
.exhibition-main {
  background-color: #f2f2f2;
}
.exhibition-main .exhibitions-container .breadcrumb-list-container {
  list-style: none;
  padding: 20px 0px;
}
.exhibition-main .exhibitions-container .breadcrumb-list-container .breadcrumb-list {
  display: inline-block;
}
.exhibition-main .exhibitions-container .breadcrumb-list-container .breadcrumb-list a {
  color: #696b79;
}
.exhibition-main .exhibitions-container .breadcrumb-list-container .breadcrumb-list strong {
  color: #696b79;
  font-weight: 500;
}
.exhibition-main .exhibitions-container .breadcrumb-list-container > li + li:before {
  content: "/\00a0";
  padding: 0 0px;
  color: #bbb;
}
.exhibition-main .exhibitions-container .exhibition-page-inner button {
  height: 45px !important;
}
.exhibition-main .exhibitions-container .exhibition-page-inner .select2 {
  height: auto;
  width: 100% !important;
}
.exhibition-main .exhibitions-container .exhibition-page-inner .select2 button {
  height: auto !important;
}
.exhibition-main .exhibitions-container .exhibition-page-inner .select2 .select2-selection--multiple {
  border: 1px solid #ced4da;
  min-height: 38px;
  padding: 0px;
}
.exhibition-main .exhibitions-container .exhibition-page-inner .select2-selection--multiple:before {
  content: "";
  position: absolute;
  right: 7px;
  top: 42%;
  border-top: 5px solid #888;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.exhibition-main .exhibitions-container .exhibition-page-inner .exhibition-notify-me-btn,
.exhibition-main .exhibitions-container .exhibition-page-inner .exhibition--no-content-btn {
  height: 45px !important;
  line-height: 2;
}
.exhibition-main .exhibitions-container .exhibition-page-inner button:hover {
  color: white;
}
.exhibition-main .exhibitions-container .exhibition-page-inner .exhibition-left-container .exhibition-page-heading {
  border-bottom: 1px solid #f2f2f2;
  background-color: white;
  text-transform: uppercase;
}
.exhibition-main .exhibitions-container .exhibition-page-inner .exhibition-left-container .exhibition-left-content .exhibition-item {
  background-color: white;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.exhibition-main .exhibitions-container .exhibition-page-inner .exhibition-left-container .exhibition-left-content .exhibition-item:last-child {
  margin-bottom: 0px;
}
.exhibition-main .exhibitions-container .exhibition-page-inner .exhibition-left-container .exhibition-left-content .exhibition-calender {
  display: flex;
  align-items: center;
  justify-content: center;
}
.exhibition-main .exhibitions-container .exhibition-page-inner .exhibition-left-container .exhibition-left-content .exhibition-calender .exhibition-calender-start,
.exhibition-main .exhibitions-container .exhibition-page-inner .exhibition-left-container .exhibition-left-content .exhibition-calender .exhibition-calender-end {
  width: 80px;
  text-align: center;
}
.exhibition-main .exhibitions-container .exhibition-page-inner .exhibition-left-container .exhibition-left-content .exhibition-calender .exhibition-calender-start .exhibition-month,
.exhibition-main .exhibitions-container .exhibition-page-inner .exhibition-left-container .exhibition-left-content .exhibition-calender .exhibition-calender-end .exhibition-month {
  background-color: #f1e9ea;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 12px;
  font-weight: 300;
  border-radius: 7px 7px 0px 0px;
  text-transform: uppercase;
}
.exhibition-main .exhibitions-container .exhibition-page-inner .exhibition-left-container .exhibition-left-content .exhibition-calender .exhibition-calender-start .exhibition-day-date,
.exhibition-main .exhibitions-container .exhibition-page-inner .exhibition-left-container .exhibition-left-content .exhibition-calender .exhibition-calender-end .exhibition-day-date {
  border: 1px solid #f6f5f0;
  border-radius: 0px 0px 7px 7px;
}
.exhibition-main .exhibitions-container .exhibition-page-inner .exhibition-left-container .exhibition-left-content .exhibition-venue-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.exhibition-main .exhibitions-container .exhibition-page-inner .exhibition-left-container .exhibition-left-content .exhibition-venue-container .exhibition-venue-text {
  text-transform: uppercase;
  font-size: 16px;
  background-color: #f1e9ea;
  padding: 5px 10px;
}
.exhibition-main .exhibitions-container .exhibition-page-inner .exhibition-left-container .exhibition-no-content {
  height: calc(100% - 54px);
  background-color: white;
  display: flex;
  flex: 0 0 100%;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1023px) {
  .exhibition-main .exhibitions-container .exhibition-page-inner .exhibition-left-container .exhibition-no-content p {
    text-align: center;
  }
}
.exhibition-main .exhibitions-container .exhibition-page-inner .exhibition-right-container .exhibition-right-inner {
  position: sticky;
  top: 73px;
  right: 15px;
  width: 100%;
}
.exhibition-main .exhibitions-container .exhibition-page-inner .exhibition-right-container .exhibition-page-heading {
  background-color: white;
}
.exhibition-main .exhibitions-container .exhibition-page-inner .exhibition-right-container .exhibition-right-content {
  background-color: white;
}
.exhibition-sweet-alert {
  width: 100% !important;
  font-weight: 300 !important;
  right: 77px !important;
  z-index: 99999999 !important;
  height: 100% !important;
  background: #ffffffbf !important;
}
@media only screen and (max-width: 1023px) {
  .exhibition-sweet-alert {
    right: 0px !important;
  }
}
.exhibition-sweet-alert .exhibition-sweet-popup {
  background: #f7f7f7 !important;
  width: 300px !important;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .exhibition-sweet-alert .exhibition-sweet-popup {
    align-self: end !important;
  }
}
.exhibition-sweet-alert .exhibition-sweet-popup .exhibition-sweet-title {
  color: black !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  margin: 0px !important;
  text-align: center !important;
}
.exhibition-sweet-alert .exhibition-sweet-popup .exhibition-sweet-title-bold {
  color: black !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  margin: 0px !important;
  text-align: left !important;
}
.exhibition-sweet-alert .exhibition-sweet-popup .exhibition-sweet-html-container {
  color: black !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.blog-container h3,
.blog-container h4,
.blog-container h5,
.blog-container h6 {
  color: #535353;
}
@media only screen and (max-width: 1024px) {
  .blog-container h3,
  .blog-container h4,
  .blog-container h5,
  .blog-container h6 {
    font-size: 16px !important;
  }
}
.blog-container p {
  line-height: 25px;
}
.blog-container .breadcrumb-list-container {
  list-style: none;
  padding: 20px 0px;
}
.blog-container .breadcrumb-list-container .breadcrumb-list {
  display: inline-block;
}
.blog-container .breadcrumb-list-container .breadcrumb-list a {
  color: #696b79;
}
.blog-container .breadcrumb-list-container .breadcrumb-list strong {
  color: #696b79;
  font-weight: 500;
}
.blog-container .breadcrumb-list-container > li + li:before {
  content: "/\00a0";
  padding: 0 0px;
  color: #bbb;
}
.blog-container a:hover {
  color: #b07c83;
}
.blog-item-container .blog-item {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .blog-item-container .blog-item {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.blog-item-container .blog-item img {
  border-radius: 8px;
}
.blog-item-container .blog-item .blog-name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.blog-item-container .blog-item .blog-description {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.blog-item-container .blog-item .blog-name:hover {
  color: #000;
}
.blog-item-container .blog-item a {
  color: black !important;
  font-weight: 400 !important;
}
.blog-item-container .blog-item a.blog-link.blog-name {
  color: #000 !important;
}
.blog-item-container .blog-item a.blog-link {
  color: #b07c83 !important;
}
.blog-detail-main .blog-detail-container p {
  font-weight: 300;
}
.blog-detail-main .blog-detail-container a {
  color: #b07c83;
  font-weight: 600;
}
.blog-detail-main .blog-detail-container strong {
  font-weight: 600;
}
.blog-detail-main .blog-sharing-image {
  width: 24px;
}
.blog-detail-main .st-btn[data-network="whatsapp"] {
  background-color: #25d366;
}
.blog-detail-main .st-btn[data-network="twitter"] {
  background-color: #55acee;
}
.blog-detail-main .st-btn[data-network="facebook"] {
  background-color: #4267b2;
}
.blog-detail-main .st-btn {
  min-width: 135px;
  margin-right: 8px;
}
.blog-detail-main .blog-tag {
  font-weight: 300;
  line-height: 14px;
  background-color: #d3d1d1;
  display: inline-block;
  border-radius: 2px;
}
.blog-detail-main .blog-tag span {
  border-radius: 0.25em;
  padding: 0.2em 0.6em 0.3em;
  display: inline-block;
}
#checkout-data {
  margin-top: 50px;
}
#checkout-data #store-credit-otp .modal-dialog {
  display: flex;
  align-items: center;
  height: 100vh;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
}
#checkout-data #store-credit-otp .modal-header button.close {
  padding: 0px;
  right: 31px;
  top: 28px;
}
@media only screen and (max-width: 1199px) {
  #checkout-data #store-credit-otp .modal-header button.close {
    right: 25px;
    top: 28px;
  }
}
#checkout-data #store-credit-otp .modal-content {
  border-radius: 20px;
}
#checkout-data #store-credit-otp input::-webkit-outer-spin-button,
#checkout-data #store-credit-otp input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#checkout-data #store-credit-otp input {
  width: 30px;
  height: 30px !important;
  border-radius: 0px !important;
  margin-right: 5px !important;
  -moz-appearance: textfield;
}
#checkout-data #store-credit-otp a {
  text-decoration: underline;
  color: #000;
  margin-top: 10px;
}
#checkout-data #store-credit-otp .btn {
  height: auto !important;
}
#checkout-data #store-credit-otp .close img {
  width: 16px;
}
#checkout-data #store-credit-otp .otp-input-container {
  flex-wrap: wrap;
  width: 200px;
  max-width: 395px;
  margin: 0 auto;
}
#checkout-data #store-credit-otp .otp-input-container input {
  border: 1px solid #ccc;
  padding-left: 11px;
  padding-right: 7px;
}
#checkout-data #store-credit-otp .resend-otp-btn {
  position: absolute;
  right: 18px;
  margin-top: 0px;
  height: 100%;
  display: inline-flex;
  align-items: center;
  text-decoration: underline;
  cursor: pointer;
}
@media only screen and (max-width: 1199px) {
  #checkout-data #store-credit-otp .resend-otp-btn {
    position: initial;
    display: block;
    text-align: center;
    width: 100%;
    height: auto;
    margin-top: 10px;
  }
}
#checkout-data #store-credit-otp .timer {
  position: absolute;
  right: 35px;
  margin-top: 0px;
  height: 100%;
  display: inline-flex;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  #checkout-data #store-credit-otp .timer {
    position: initial;
    display: block;
    text-align: center;
    width: 100%;
    height: auto;
    margin-top: 10px;
  }
}
#checkout-data #store-credit-otp .store-credit-mobile-otp-container .otp-inputs .otp-custom-input {
  margin-right: 5px;
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#checkout-data #store-credit-otp .store-credit-mobile-otp-container #store-credit-otp-input,
#checkout-data #store-credit-otp .store-credit-mobile-otp-container .otp-input {
  height: 0px !important;
  border: none;
}
#checkout-data .add-new .modal-dialog .modal-content .vue-tel-input {
  border-radius: 30px;
}
#checkout-data .add-new .modal-dialog .modal-content .modal-footer .btn {
  border-radius: 30px;
  height: 48px !important;
}
.newsletter-main .newsletter-container .breadcrumb-list-container {
  list-style: none;
  padding: 20px 0px;
}
.newsletter-main .newsletter-container .breadcrumb-list-container .breadcrumb-list {
  display: inline-block;
}
.newsletter-main .newsletter-container .breadcrumb-list-container .breadcrumb-list a {
  color: #696b79;
}
.newsletter-main .newsletter-container .breadcrumb-list-container .breadcrumb-list strong {
  color: #696b79;
  font-weight: 500;
}
.newsletter-main .newsletter-container .breadcrumb-list-container > li + li:before {
  content: "/\00a0";
  padding: 0 0px;
  color: #bbb;
}
.newsletter-main .newsletter-container .newsletter-page-heading {
  text-transform: uppercase;
}
.newsletter-main .newsletter-container .newsletter-page-inner button {
  height: 45px !important;
}
.newsletter-main .newsletter-container .newsletter-page-inner .newsletter-save {
  height: 45px !important;
  line-height: 2;
}
.newsletter-main .newsletter-container .newsletter-page-inner button:hover {
  color: white;
}
.newsletter-sweet-alert {
  width: 100% !important;
  font-weight: 300 !important;
  right: 77px !important;
  z-index: 99999999 !important;
  height: 100% !important;
  background: #ffffffbf !important;
}
@media only screen and (max-width: 1023px) {
  .newsletter-sweet-alert {
    right: 0px !important;
  }
}
.newsletter-sweet-alert .newsletter-sweet-popup {
  background: #f7f7f7 !important;
  width: 300px !important;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .newsletter-sweet-alert .newsletter-sweet-popup {
    align-self: end !important;
  }
}
.newsletter-sweet-alert .newsletter-sweet-popup .newsletter-sweet-title {
  color: black !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  margin: 0px !important;
  text-align: center !important;
}
.newsletter-sweet-alert .newsletter-sweet-popup .newsletter-sweet-title-bold {
  color: black !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  margin: 0px !important;
  text-align: left !important;
}
.newsletter-sweet-alert .newsletter-sweet-popup .newsletter-sweet-html-container {
  color: black !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.contact-us-main .contact-us-container .breadcrumb-list-container {
  list-style: none;
  padding: 20px 0px;
}
.contact-us-main .contact-us-container .breadcrumb-list-container .breadcrumb-list {
  display: inline-block;
}
.contact-us-main .contact-us-container .breadcrumb-list-container .breadcrumb-list a {
  color: #696b79;
}
.contact-us-main .contact-us-container .breadcrumb-list-container .breadcrumb-list strong {
  color: #696b79;
  font-weight: 500;
}
.contact-us-main .contact-us-container .breadcrumb-list-container > li + li:before {
  content: "/\00a0";
  padding: 0 0px;
  color: #bbb;
}
.contact-us-main .contact-us-container .contact-us-page-heading {
  text-transform: uppercase;
}
.contact-us-main .contact-us-container .contact-us-page-inner button {
  height: 45px !important;
}
.contact-us-main .contact-us-container .contact-us-page-inner .contact-us-save {
  height: 45px !important;
  line-height: 2;
}
.contact-us-main .contact-us-container .contact-us-page-inner button:hover {
  color: white;
}
.contact-us-main .contact-us-container .contact-us-page-inner .contact-us-right-container {
  padding-top: 10px !important;
}
.contact-us-main .contact-us-container .contact-us-page-inner .contact-us-right-container .contact-us-right-content {
  background-color: white;
}
.contact-us-sweet-alert {
  width: 100% !important;
  font-weight: 300 !important;
  right: 77px !important;
  z-index: 99999999 !important;
  height: 100% !important;
  background: #ffffffbf !important;
}
@media only screen and (max-width: 1023px) {
  .contact-us-sweet-alert {
    right: 0px !important;
  }
}
.contact-us-sweet-alert .contact-us-sweet-popup {
  background: #f7f7f7 !important;
  width: 300px !important;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .contact-us-sweet-alert .contact-us-sweet-popup {
    align-self: end !important;
  }
}
.contact-us-sweet-alert .contact-us-sweet-popup .contact-us-sweet-title {
  color: black !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  margin: 0px !important;
  text-align: center !important;
}
.contact-us-sweet-alert .contact-us-sweet-popup .contact-us-sweet-title-bold {
  color: black !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  margin: 0px !important;
  text-align: left !important;
}
.contact-us-sweet-alert .contact-us-sweet-popup .contact-us-sweet-html-container {
  color: black !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.checkout-container .order-collapse a:focus {
  outline: none;
}
.checkout-container .order-collapse a .svg-container {
  transform: rotate(180deg);
  position: absolute;
  top: -28px;
  left: calc(50% - 8px);
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  border-radius: 50%;
  background: white;
}
.checkout-container .order-collapse a[aria-expanded="true"] .svg-container {
  transform: rotate(0deg);
}
.checkout-container .order-collapse a[aria-expanded="true"] .expand-display-none {
  display: none;
  transition: all 0.3s;
}
.checkout-container .order-collapse .btn:focus {
  box-shadow: none;
}
.checkout-container .order-collapse .multi-collapse .card-body {
  border: none;
  padding: 0;
}
.checkout-container .order-collapse .multi-collapse .card-body .checkout-order-new-inner .cart-page-item-count .summary-box {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .checkout-container .order-collapse .multi-collapse .card-body .checkout-order-new-inner .cart-page-item-count .summary-box {
    row-gap: 13px;
  }
}
.checkout-container .order-collapse .multi-collapse .card-body .checkout-order-new-inner .cart-page-item-count .summary-box .line {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}
.checkout-container .order-collapse .multi-collapse .card-body .checkout-order-new-inner .cart-page-item-count .summary-box .line span {
  color: #7d7d7d;
  border: none;
  font-weight: 300;
  padding: 4px 0 0px 0px !important;
  font-size: 14px;
}
@media only screen and (max-width: 1023px) {
  .checkout-login-container .login-page-container {
    margin-top: 50px;
  }
}
.track-order-page-container .heading {
  margin-bottom: 35px !important;
}
.track-order-page-container .order-details {
  padding: 25px;
  background-color: #f7f7f7;
  border-radius: 15px;
  margin-bottom: 40px !important;
}
.track-order-page-container .order-details .tracking-copy {
  cursor: pointer;
}
.track-order-page-container .order-details .tracking-copy img {
  width: 12px;
}
.track-order-page-container .need-assistance-mobile {
  padding: 25px;
  background-color: #f7f7f7;
  border-radius: 15px;
}
.track-order-page-container .tracking-row {
  position: relative;
}
.track-order-page-container .tracking-detail .tracking-row .check-container {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ccc;
  padding: 4px;
  border-radius: 50%;
}
.track-order-page-container .tracking-detail .tracking-row .check-container img {
  width: 10px;
}
.track-order-page-container .tracking-detail .tracking-row .tracking-text-container {
  display: flex;
}
.track-order-page-container .tracking-detail .tracking-row .tracking-text-container span:nth-child(1) {
  margin-right: 6px;
}
.track-order-page-container .tracking-detail .tracking-row .tracking-text-container .color-grey {
  color: #8c8c8c;
}
.track-order-page-container .tracking-detail .tracking-row .tracking-line-container {
  width: 18px;
  display: flex;
  justify-content: center;
}
.track-order-page-container .tracking-detail .tracking-row .tracking-line-container .tracking-line {
  width: 1px;
  height: 45px;
  border-left: 1px dashed #ccc;
}
.track-order-page-container .tracking-detail .tracking-row .more-detail {
  position: absolute;
  left: 26px;
  top: 65px;
  font-size: 12px;
  cursor: pointer;
  z-index: 10;
}
.track-order-page-container .tracking-detail .tracking-row .more-detail .show-more-details {
  text-decoration: underline;
}
.track-order-page-container .tracking-detail .tracking-row .more-detail .expand-data {
  display: inline;
}
.track-order-page-container .tracking-detail .tracking-row .more-detail .collapse-data {
  display: none;
}
.track-order-page-container .tracking-detail .tracking-row .in-transit-item-container {
  overflow: hidden;
  transition: height 1s ease-out;
  height: 0px;
}
.track-order-page-container .tracking-detail .tracking-row .in-transit-item-container .transit-item .dot-container {
  width: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-wrap: wrap;
}
.track-order-page-container .tracking-detail .tracking-row .in-transit-item-container .transit-item .dot-container .dot {
  width: 8px;
  background-color: #12a684;
  height: 8px;
  border-radius: 50%;
  margin: 2px;
}
.track-order-page-container .tracking-detail .tracking-row .in-transit-item-container .transit-item .item-text-container {
  display: flex;
  width: calc(100% - 18px);
  flex-wrap: wrap;
  min-width: calc(100% - 18px);
  font-size: 11px;
  position: relative;
  top: 28px;
  align-items: end;
}
.track-order-page-container .tracking-detail .tracking-row .in-transit-item-container .transit-item .item-text-container .transit-time-container {
  position: relative;
  top: -6px;
}
.track-order-page-container .tracking-detail .tracking-row .in-transit-item-container .transit-item .item-text-container span:nth-child(1) {
  margin-right: 6px;
}
.track-order-page-container .tracking-detail .tracking-row .in-transit-item-container .transit-item .item-text-container .color-grey {
  color: #8c8c8c;
  font-weight: 300;
}
.track-order-page-container .tracking-detail .tracking-row .in-transit-item-container .transit-item .transit-line-container {
  display: flex;
}
.track-order-page-container .tracking-detail .tracking-row .in-transit-item-container .transit-item .transit-line-container .inner-transit {
  width: 18px;
  justify-content: center;
  display: flex;
}
.track-order-page-container .tracking-detail .tracking-row .in-transit-item-container .transit-item .transit-line-container .inner-transit .transit-line {
  height: 40px;
  width: 1px;
  background: #12a684;
}
.track-order-page-container .tracking-detail .tracking-row.success .check-container {
  background-color: #12a684;
}
.track-order-page-container .tracking-detail .tracking-row.success .tracking-line-container .tracking-line {
  background-color: #12a684;
  border-left: 0px;
}
.track-order-page-container .tracking-detail .tracking-row.success.transit .tracking-line-container .tracking-line {
  width: 1px;
  height: 45px;
  border-left: 1px dashed #ccc;
  background: none;
}
.track-order-page-container .tracking-detail .tracking-row.transit.opened .more-detail .expand-data {
  display: none;
}
.track-order-page-container .tracking-detail .tracking-row.transit.opened .more-detail .collapse-data {
  display: inline;
}
.track-order-page-container .tracking-detail .tracking-row.transit.opened .tracking-line-container {
  height: 45px;
}
.track-order-page-container .tracking-detail .tracking-row.transit.opened .tracking-line-container .tracking-line {
  height: 45px;
}
.track-order-page-container .tracking-detail .tracking-row.transit.delivered .tracking-line-container .tracking-line {
  background-color: #12a684;
  border-left: 0px;
}
.track-order-page-container .tracking-detail .tracking-row.transit.delivered .in-transit-item-container .transit-item:last-child .transit-line-container .transit-line {
  background-color: #12a684;
  border-right: 0px;
}
.track-order-page-container .tracking-detail .tracking-row.transit.delivered.opened .tracking-line-container {
  position: relative;
  bottom: 1px;
}
.track-order-page-container .tracking-detail .tracking-row:first-child .tracking-line-container {
  display: none;
}
.track-order-page-container .tracking-detail .tracking-row.tracking-open-row {
  top: -27px;
}
.catalog-page .main-container .category-description {
  background-image: url("https://cdns.faridagupta.com/nrs/img/footer/footer_background.jpg");
}
.login-page-container #login-page .signup-switch-btn:hover {
  text-decoration: underline;
}
.opened {
  overflow: visible !important;
}
.middle-banner {
  width: 100%1important;
  height: 70vh;
  background-color: white;
  margin-bottom: 50px;
  padding-left: 20px!important;
  padding-right: 20px!important;
}
.middle-banner-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 30px;
}
.Exhibition-btn-grp {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.w-160 {
  width: 160px;
}
.h-45 {
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.surplus-tag {
  background: #c9645f !important;
  color: #FFFFFF !important;
}
.surplus-tag span {
  Color: #FFFFFF !important;
}
@media (max-width: 700px) {
  .mobile-text-c {
    text-align: center!important;
  }
}
.extra-tag {
  height: 40px;
  font-weight: 500;
  line-height: 40px;
  padding: 0px 14px 0px 14px;
  border-radius: 40px;
  margin: 10px;
  background: #ffffff;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}
@media (max-width: 550px) {
  .extra-tag {
    height: 35px;
    font-size: 8px;
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    font-weight: 300;
  }
}
.kurta-svg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  x: unset;
  fill: black;
  y: unset;
  font-weight: bold;
  color: black;
}
.fl-height {
  flex-direction: column!important;
  height: 1px!important;
}
.EOSS {
  color: #b07c83 !important;
  font-weight: bold!important;
}
.EOSS a span {
  color: #b07c83 !important;
  font-weight: bold!important;
}
.stroke-rose {
  stroke: #b07c83 !important;
  stroke-width: 3px!important;
}
.pr {
  position: relative;
}
.menu-pos {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 8px;
}
.mt {
  margin-top: 22px !important;
}
.mt-40 {
  margin-top: 40px;
}
.pr-120 {
  padding-right: 120px;
}
.br-30 {
  border-radius: 30px!important;
}
.product-carousel-header {
  background: #4a4a4a;
  color: #ffffff;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  padding: 10px 14px;
  width: 100%;
}
.product-carousel {
  background: #ffffff;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  width: 100%;
  padding-top: 1rem!important;
}
@media only screen and (max-width: 1119px) {
  .product-carousel {
    padding-top: 0px!important;
  }
}
.product-carousel .product {
  box-sizing: border-box;
  margin: 0 7.5px;
  text-align: center;
  display: flex;
  flex-flow: column;
  align-content: space-between;
}
@media only screen and (max-width: 697px) {
  .product-carousel .product {
    margin: 0 8px;
    display: flex!important;
  }
}
.product-carousel .product-top {
  width: 100%;
}
.product-carousel p,
.product-carousel .product-image,
.product-carousel img.review-stars {
  margin: 0 0 10px 0;
}
.product-carousel .product-image {
  align-self: flex-start;
  width: 100%;
}
img.review-stars {
  width: 100px;
  display: inline-block;
}
.product-carousel .product-name {
  font-weight: bold;
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  width: 100%;
}
.product-carousel .product-bottom {
  margin-top: auto;
  align-items: flex-end;
}
.product-carousel .product-prices {
  display: flex;
  flex-flow: row wrap;
  flex: 1 0 100%;
  align-self: center;
}
.product-carousel .product-prices span {
  width: 100%;
}
.product-carousel .product-prices span.price-was {
  color: #a2a2a2;
  text-decoration: line-through;
}
.product-carousel .product-prices span.price-was:before {
  content: 'Was ';
}
.product-carousel .product-prices span.price-save {
  color: red;
}
.product-carousel .product-prices span.price-save:before {
  content: 'Save ';
}
.product-carousel .product-prices span.price-now {
  font-weight: bold;
}
.product-carousel .product-prices span.price-now:before {
  content: 'Now ';
}
.product-carousel button.shop-now {
  border: none;
  background-image: none;
  background-color: #4a4a4a;
  color: #ffffff;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  font-size: 16px;
  padding: 8px 10px;
  align-self: center;
}
/** ARROWS **/
.basic-arrow {
  display: inline-block !important;
  position: absolute!important;
  top: calc(50% - 147px/2) !important;
  transform: translateY(-50%);
  cursor: pointer;
  transition: 1s;
}
.right {
  right: 20px;
  transition: 0.3s;
}
.right:hover {
  border-width: 0 2px 2px 0;
}
.left {
  left: 20px;
  transition: 0.3s;
}
.left:hover {
  border-width: 0 2px 2px 0;
}
/** SLICK SLIDER CSS **/
/* Slider */
.slick-slider {
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  display: flex;
  position: relative;
  top: 0;
  left: 0;
}
.slick-loading .slick-track {
  visibility: hidden;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.shop-price {
  color: #a0a0a0;
  text-decoration: line-through;
}
.discount-percent {
  color: #28a22b;
}
.shop-available-size span {
  margin-right: 5px;
  font-weight: 300;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .shop-available-size span {
    font-size: 12px;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 362px) {
  .shop-available-size span {
    font-size: 10px;
    margin-right: 4px;
  }
}
.shop-available-size .available-size {
  display: inline-block;
}
.shop-available-size .available-size .product-unavailable {
  color: #bdbdbd;
  text-decoration: line-through;
}
.shop-product-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.shop-price-container {
  font-family: sans-serif !important;
}
@media only screen and (max-width: 767px) {
  .shop-price-container {
    padding-bottom: 0px !important;
    text-align: center;
  }
  .shop-price-container .shop-item-price {
    font-size: 17px !important;
    font-weight: 300;
  }
}
.withdiscount .original_price .price {
  color: #a0a0a0;
  text-decoration: line-through;
}
.withdiscount .discount_price .price {
  color: #84a26b;
  margin-left: 5px;
}
.withdiscount .shop-price {
  color: #a0a0a0;
  text-decoration: line-through;
}
.withdiscount .discount-percent {
  color: #28a22b;
}
@media only screen and (max-width: 767px) {
  .withdiscount .shop-discounted-price {
    font-size: 16px !important;
  }
  .withdiscount .shop-price {
    font-size: 12px !important;
  }
  .withdiscount .discount-percent {
    font-size: 16px !important;
  }
}
i.carousel-FB-next-icon {
  background: url("https://cdns.faridagupta.com/nrs/img/extraImages/large_right.png") no-Repeat top left !important;
  width: 40px;
  height: 40px!important;
  opacity: 0.8;
}
i.carousel-FB-prev-icon {
  background: url("https://cdns.faridagupta.com/nrs/img/extraImages/large_left.png") no-Repeat top left !important;
  width: 40px;
  height: 40px!important;
  opacity: 0.8;
}
i.carousel-FB-next-icon.slick-disabled {
  opacity: 0.3 !important;
}
i.carousel-FB-prev-icon.slick-disabled {
  opacity: 0.3 !important;
}
.lh-1 {
  line-height: 1.5 !important;
}
.fg-b-p0 {
  padding: 0px!important;
}
@media only screen and (max-width: 697px) {
  .fg-b-p0 {
    padding: 0px 3px!important;
  }
}
.product-carousel .slick-list {
  margin: 0px -7.5px !important;
  margin-right: -4px !important;
}
@media only screen and (max-width: 697px) {
  .product-carousel .slick-list {
    margin: 0px!important;
  }
}
@media only screen and (min-width: 1200px) {
  .shop-the-look-item {
    max-width: calc(25% - 12px);
  }
}
.shop-the-look-item .image {
  overflow: hidden;
  transition: all 0.35s ease;
  border-radius: 10px;
  position: relative;
  border-radius: 30px;
}
@media only screen and (max-width: 767px) {
  .shop-the-look-item .image {
    border-radius: 25px;
  }
}
.shop-the-look-item .image :hover {
  box-shadow: 0px 0px 1px 0px grey;
  transform: scale(1.03);
}
.shop-the-look-item .image .notify-me-image-ovrly {
  position: absolute;
  background: rgba(176, 124, 131, 0.75);
  bottom: 12px;
  right: 10px;
  width: 100px;
  height: 100px;
  border-radius: 100%;
}
.shop-the-look-item .image .notify-me-image-ovrly p {
  color: #f6f5f0;
  font-weight: 300;
  font-size: 16px;
  margin: 23% auto;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  box-shadow: none;
  transform: none;
}
.shop-the-look-item .image img {
  border-radius: 30px;
}
@media only screen and (max-width: 767px) {
  .shop-the-look-item .image img {
    border-radius: 25px;
  }
}
.shop-the-look-item a:hover {
  color: #333;
}
.shop-the-look-item .shop-available-size span {
  margin-right: 5px;
  font-weight: 300;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .shop-the-look-item .shop-available-size span {
    font-size: 12px;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 362px) {
  .shop-the-look-item .shop-available-size span {
    font-size: 10px;
    margin-right: 4px;
  }
}
.shop-the-look-item .shop-available-size .available-size {
  display: inline-block;
}
.shop-the-look-item .shop-available-size .available-size .product-unavailable {
  color: #bdbdbd;
  text-decoration: line-through;
}
.shop-the-look-item .price {
  color: #000;
}
.shop-the-look-item .shop-price-container {
  font-family: sans-serif !important;
}
@media only screen and (max-width: 767px) {
  .shop-the-look-item .shop-price-container {
    padding-bottom: 0px !important;
    text-align: center;
  }
  .shop-the-look-item .shop-price-container .shop-item-price {
    font-size: 17px !important;
    font-weight: 300;
  }
}
.shop-the-look-item .withdiscount .shop-price {
  color: #a0a0a0;
  text-decoration: line-through;
}
.shop-the-look-item .withdiscount .discount-percent {
  color: #28a22b;
}
@media only screen and (max-width: 767px) {
  .shop-the-look-item .withdiscount .shop-discounted-price {
    font-size: 16px !important;
  }
  .shop-the-look-item .withdiscount .shop-price {
    font-size: 12px !important;
  }
  .shop-the-look-item .withdiscount .discount-percent {
    font-size: 16px !important;
  }
}
.shop-the-look-item .priceSep {
  color: #a0a0a0;
}
.shop-the-look-item .shop-product-description {
  color: #999999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 767px) {
  .shop-the-look-item .shop-product-description {
    font-size: 10px !important;
  }
}
.shop-the-look-item .shop-product-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.shop-the-look-item .shop-bottom-container {
  min-height: 35px;
}
@media only screen and (max-width: 767px) {
  .shop-the-look-item .shop-bottom-container {
    min-height: unset;
  }
}
.shop-the-look-item .shop-bottom-container .shop-button-container button:hover {
  color: white;
  transform: scale(1.04);
}
@media only screen and (max-width: 697px) {
}
@media only screen and (max-width: 697px) {
  .product-carousel .slick-slide .img {
    border: 1px solid white;
  }
}
.product-image:hover .product-BW {
  display: flex;
}
.product-BW {
  display: none;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.8);
  min-height: 40px;
  line-height: 20px;
  cursor: pointer;
}
.product-BW > div {
  width: 50%;
  text-align: center;
}
.product-BW-wishlist {
  border-left: 2px solid #9F9F9F;
}
.BW-bag-text {
  font-size: 12px;
  font-weight: 500;
  color: #4C4C4C;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-top: 10px;
}
.BW-wishlist-icon {
  font-size: 18px;
  cursor: pointer;
  margin-top: 5px;
  margin-bottom: 5px;
  color: black;
}
.page-BW-box {
  display: flex;
  gap: 2px;
  align-items: center;
}
.w-100p {
  width: 100%!important;
}
.w-50p {
  width: 50%!important;
}
.cart-DF-SB {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 430px) {
  .cart-DF-SB {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 8px;
  }
}
.DF-AE {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.DF-AC {
  display: flex;
  align-items: center;
  gap: 10px;
}
.JC-C {
  justify-content: center;
}
.FD-C {
  flex-direction: column;
}
.AI-FS {
  align-items: flex-start;
}
.mobile-catalouge-wishlist {
  position: absolute;
  right: 10px;
  top: 8px ;
  z-index: 2;
}
.mobile-catalouge-wishlist-icon {
  background-color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 18px;
  line-height: 30px;
  color: #9C7D50;
  cursor: pointer;
  position: relative;
}
.mobile-catalouge-wishlist-icon::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.wishlist-loging-container {
  padding: 30px 0;
  text-align: center;
  width: 100%;
  background-color: #F7F7F7;
}
.wishlist-head-text {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 0;
  color: #666;
  letter-spacing: 1px;
  line-height: 48px;
}
.wishlist-body-text {
  margin-bottom: 20px;
  font-size: 12px;
  font-family: "LatoFont", "Helvetica", "Arial";
  color: #666;
  letter-spacing: 1px;
}
.wishlist-login-btn {
  width: 207px;
  height: 50px;
  background-color: #b07c83;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}
.w-sub-container {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 20px;
}
.w-sub-flex {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-left: 14px;
}
@media only screen and (max-width: 1200px) {
  .w-sub-flex {
    justify-content: center;
    margin-top: 60px!important;
    margin-bottom: 40px!important;
  }
}
.w-sub-amount {
  color: #ab1e56 !important;
}
.wishlist-image-cross {
  position: absolute;
  right: 0px;
  top: 0%;
  border: 1px solid;
  font-size: 21px;
  transform: translate(30%, -30%) !important;
  color: #999;
  font-weight: 100;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  width: 35px;
  height: 35px;
  z-index: 9;
}
.wishlist-image-cross img {
  position: absolute;
  left: 50%;
  top: 49%;
  transform: translate(-50%, -50%) !important;
  width: 15px;
  height: 15px;
}
.wishlist-image-bag-container {
  background-color: #f2f2f2;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px 0;
  font-size: 11px;
}
.wishlist-image-bag-container-size {
  width: 45%;
  float: left;
  text-align: center;
  cursor: pointer;
  color: #666;
}
.wishlist-image-bag-container-bag {
  width: 55%;
  float: left;
  text-align: center;
  border-left: 1px solid #ccc;
  color: #ab1e56;
  cursor: pointer;
}
.wishlist-product-text {
  text-align: center;
  height: 110px;
  margin-top: 15px;
  width: 100%;
}
.wishlist-product-text-heading {
  margin: 5px 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wishlist-product-text-heading-link {
  font-size: 14px;
  font-family: "LatoFont", "Helvetica", "Arial";
  color: #000;
  text-transform: capitalize;
}
.wishlist-subtotal-button {
  display: inline-block;
  border: 1px solid #ccc;
  margin: 60px 0 0;
  padding: 10px 20px;
}
.wishlist-page-container {
  gap: 15px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1199px) {
  .wishlist-page-container {
    padding: 0px 3px !important;
    gap: 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .wishlist-page-container .shop-the-look-item {
    max-width: calc(25% - 11.3px);
  }
}
.wishlist-page-container .shop-the-look-item .image {
  overflow: hidden;
  transition: all 0.35s ease;
  border-radius: 10px;
  position: relative;
  border-radius: 30px;
}
@media only screen and (max-width: 767px) {
  .wishlist-page-container .shop-the-look-item .image {
    border-radius: 25px;
  }
}
.wishlist-page-container .shop-the-look-item .image :hover {
  box-shadow: 0px 0px 1px 0px grey;
  transform: scale(1.03);
}
.wishlist-page-container .shop-the-look-item .image .notify-me-image-ovrly {
  position: absolute;
  background: rgba(176, 124, 131, 0.75);
  bottom: 12px;
  right: 10px;
  width: 100px;
  height: 100px;
  border-radius: 100%;
}
.wishlist-page-container .shop-the-look-item .image .notify-me-image-ovrly p {
  color: #f6f5f0;
  font-weight: 300;
  font-size: 16px;
  margin: 23% auto;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  box-shadow: none;
  transform: none;
}
.wishlist-page-container .shop-the-look-item .image img {
  border-radius: 30px;
}
@media only screen and (max-width: 767px) {
  .wishlist-page-container .shop-the-look-item .image img {
    border-radius: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .wishlist-page-container .shop-the-look-item {
    padding: 0px 8px !important;
    margin-bottom: 0px !important;
  }
  .wishlist-page-container .shop-the-look-item .image img {
    border: 1px solid white;
  }
  .wishlist-page-container .shop-the-look-item .shop-the-look-detail {
    padding: 0px !important;
  }
  .wishlist-page-container .shop-the-look-item .shop-the-look-detail .product-shop-look {
    padding: 5px 5px 0px 5px;
    min-height: 125px;
  }
  .wishlist-page-container .shop-the-look-item .shop-the-look-detail .product-shop-look .shop-product-name {
    font-size: 16px !important;
    text-align: center;
    padding: 1px;
    color: #000;
    font-weight: 300;
  }
}
.wishlist-page-container .shop-the-look-item a:hover {
  color: #333;
}
.wishlist-page-container .shop-the-look-item .shop-available-size span {
  margin-right: 5px;
  font-weight: 300;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .wishlist-page-container .shop-the-look-item .shop-available-size span {
    font-size: 12px;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 362px) {
  .wishlist-page-container .shop-the-look-item .shop-available-size span {
    font-size: 10px;
    margin-right: 4px;
  }
}
.wishlist-page-container .shop-the-look-item .shop-available-size .available-size {
  display: inline-block;
}
.wishlist-page-container .shop-the-look-item .shop-available-size .available-size .product-unavailable {
  color: #bdbdbd;
  text-decoration: line-through;
}
.wishlist-page-container .shop-the-look-item .price {
  color: #000;
}
@media only screen and (max-width: 767px) {
  .wishlist-page-container .shop-the-look-item .shop-price-container {
    padding-bottom: 0px !important;
    text-align: center;
  }
  .wishlist-page-container .shop-the-look-item .shop-price-container .shop-item-price {
    font-size: 17px !important;
    font-weight: 300;
  }
}
.wishlist-page-container .shop-the-look-item .withdiscount .shop-price {
  color: #a0a0a0;
  text-decoration: line-through;
}
.wishlist-page-container .shop-the-look-item .withdiscount .discount-percent {
  color: #28a22b;
}
@media only screen and (max-width: 767px) {
  .wishlist-page-container .shop-the-look-item .withdiscount .shop-discounted-price {
    font-size: 16px !important;
  }
  .wishlist-page-container .shop-the-look-item .withdiscount .shop-price {
    font-size: 12px !important;
  }
  .wishlist-page-container .shop-the-look-item .withdiscount .discount-percent {
    font-size: 16px !important;
  }
}
.wishlist-page-container .shop-the-look-item .priceSep {
  color: #a0a0a0;
}
.wishlist-page-container .shop-the-look-item .shop-product-description {
  color: #999999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 767px) {
  .wishlist-page-container .shop-the-look-item .shop-product-description {
    font-size: 10px !important;
  }
}
.wishlist-page-container .shop-the-look-item .shop-product-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wishlist-page-container .shop-the-look-item .shop-bottom-container {
  min-height: 35px;
}
@media only screen and (max-width: 767px) {
  .wishlist-page-container .shop-the-look-item .shop-bottom-container {
    min-height: unset;
  }
}
.wishlist-page-container .shop-the-look-item .shop-bottom-container .shop-button-container button:hover {
  color: white;
  transform: scale(1.04);
}
@media only screen and (max-width: 767px) {
  .wishlist-page-container .shop-the-look-item:last-child {
    padding-bottom: 30px !important;
  }
}
.wishlist-page-container {
  overflow-y: scroll;
}
@media only screen and (max-width: 1023px) {
}
.wishlist-page-container .shop-the-look-item {
  padding: 10px 0px;
  width: 100%;
  overflow: hidden;
}
.wishlist-page-container .shop-the-look-item form {
  overflow: hidden;
  display: block;
}
.wishlist-page-container .shop-the-look-item .inner-shop-btn-container {
  margin-top: 20px;
}
.wishlist-page-container .shop-the-look-item .inner-shop-btn-container button {
  width: 100%;
  height: 48px !important;
  border-radius: 40px;
  text-transform: unset;
}
@media only screen and (max-width: 767px) {
  .wishlist-page-container .shop-the-look-item .inner-shop-btn-container button {
    font-size: 11px !important;
  }
}
@media only screen and (max-width: 365px) {
  .wishlist-page-container .shop-the-look-item .inner-shop-btn-container button .add-to-bag-text {
    font-size: 10px !important;
  }
}
.wishlist-page-container .shop-the-look-item .inner-shop-btn-container button:hover,
.wishlist-page-container .shop-the-look-item .inner-shop-btn-container button:focus {
  color: white;
  outline: none;
}
.wishlist-page-container .shop-the-look-item .shop-the-look-img {
  padding-right: 0px;
}
.wishlist-page-container .shop-the-look-item .shop-the-look-img img {
  border-radius: 30px;
}
@media only screen and (max-width: 767px) {
  .wishlist-page-container .shop-the-look-item .shop-the-look-img img {
    border-radius: 25px;
  }
}
.wishlist-page-container .shop-the-look-item .shop-the-look-desc {
  padding-right: 0px;
  padding-left: 25px;
}
@media only screen and (max-width: 767px) {
  .wishlist-page-container .shop-the-look-item .shop-the-look-desc {
    padding-left: 14px;
  }
}
.wishlist-page-container .shop-the-look-item .shop-the-look-desc .shortDesc {
  font-size: 11px !important;
  font-weight: 300 !important;
  color: #999;
  line-height: initial;
  margin: 0px !important;
}
@media only screen and (max-width: 767px) {
  .wishlist-page-container .shop-the-look-item .shop-the-look-desc .shortDesc {
    width: 90%;
    font-size: 10px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 767px) {
  .wishlist-page-container .shop-the-look-item .shop-the-look-desc input {
    font-size: 11px !important;
  }
}
.wishlist-page-container .shop-the-look-item .shop-the-look-desc .shop-the-look-qty-cont {
  padding-right: 10% !important;
}
@media only screen and (max-width: 767px) {
  .wishlist-page-container .shop-the-look-item .shop-the-look-desc .shop-the-look-qty-cont {
    padding-right: 2.5% !important;
  }
}
.wishlist-page-container .shop-the-look-item .shop-the-look-desc .shop-the-look-qty-cont .shop-the-look-qty {
  margin: 10px 0px;
}
@media only screen and (max-width: 767px) {
  .wishlist-page-container .shop-the-look-item .shop-the-look-desc .shop-the-look-qty-cont .shop-the-look-qty {
    margin: 5px 0px;
  }
}
.wishlist-page-container .shop-the-look-item .shop-the-look-desc .shop-the-look-size-cont {
  padding-left: 0% !important;
}
@media only screen and (max-width: 767px) {
  .wishlist-page-container .shop-the-look-item .shop-the-look-desc .shop-the-look-size-cont {
    padding-left: 0% !important;
  }
}
.wishlist-page-container .shop-the-look-item .shop-the-look-desc .shop-the-look-size-cont .shop-the-look-qty {
  margin: 10px 0px;
}
@media only screen and (max-width: 767px) {
  .wishlist-page-container .shop-the-look-item .shop-the-look-desc .shop-the-look-size-cont .shop-the-look-qty {
    margin: 5px 0px;
  }
}
.wishlist-page-container .shop-the-look-item .shop-the-look-desc .shop-the-look-size-cont .shop-free-size-select {
  color: #5b5b5b;
  padding: 6px;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .wishlist-page-container .shop-the-look-item .shop-the-look-desc .shop-the-look-size-cont .shop-free-size-select {
    padding: 4px;
  }
}
.wishlist-page-container .shop-the-look-item .shop-the-look-desc .shop-the-look-size-cont .freeSizeText {
  display: block;
  vertical-align: middle;
  height: 33px;
  color: #5b5b5b;
  border: 1px solid #ced4da;
  padding: 6px;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .wishlist-page-container .shop-the-look-item .shop-the-look-desc .shop-the-look-size-cont .freeSizeText {
    font-size: 10px;
    height: 26px;
  }
}
.wishlist-page-container .shop-the-look-item .shop-the-look-desc .shop-the-look-size-cont .shop-size-select-container ol {
  list-style: none;
  overflow: auto;
  overflow-y: hidden;
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
  gap: 10px;
}
.wishlist-page-container .shop-the-look-item .shop-the-look-desc .shop-the-look-size-cont .shop-size-select-container ol li {
  margin-bottom: 10px;
  text-align: center;
  cursor: pointer;
  position: relative;
  padding: 2px 0px;
  flex: 0 0 25%;
  max-width: calc(25% - 7.5px);
}
.wishlist-page-container .shop-the-look-item .shop-the-look-desc .shop-the-look-size-cont .shop-size-select-container ol li .shop-size-element {
  width: 100%;
  display: block;
  color: #000;
  font-weight: 300;
  background: white;
  font-size: 16px !important;
  padding: 10px;
  box-shadow: rgb(229 229 229) 0px 0px 0px 1px inset;
  border-radius: 4px;
}
.wishlist-page-container .shop-the-look-item .shop-the-look-desc .shop-the-look-size-cont .shop-size-select-container ol li .shop-size-element.active {
  color: white;
  background-color: #b07c83;
}
.wishlist-page-container .shop-the-look-item .shop-the-look-desc .shop-the-look-size-cont .shop-free-size-select {
  width: 40%;
  color: #000;
  font-weight: 300;
  background: white;
  font-size: 16px !important;
  padding: 10px;
  box-shadow: rgb(229 229 229) 0px 0px 0px 1px;
  border-radius: 4px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .wishlist-page-container .shop-the-look-item .shop-the-look-desc .shop-the-look-size-cont .shop-free-size-select {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 767px) {
  .wishlist-page-container .shop-the-look-item .shop-the-look-desc .with-discount .discounted-price {
    margin-top: 6px;
  }
}
.wishlist-page-container .shop-the-look-item .shop-the-look-desc .with-discount .discount-percentage {
  color: #28a22b;
}
@media only screen and (max-width: 767px) {
  .wishlist-page-container .shop-the-look-item .shop-the-look-desc .with-discount .discount-percentage {
    font-size: 15px !important;
  }
}
.wishlist-page-container .shop-the-look-item .shop-the-look-desc .with-discount .actual-price {
  font-size: 15px;
  color: #a0a0a0;
  text-decoration: line-through;
}
@media only screen and (max-width: 767px) {
  .wishlist-page-container .shop-the-look-item .shop-the-look-desc .with-discount .actual-price {
    font-size: 13px;
  }
}
.wishlist-page-container .shop-the-look-item .shop-the-look-desc .with-discount h6:nth-child(1) {
  margin-bottom: 5px;
  line-height: inherit;
}
.wishlist-page-container .shop-the-look-item .shop-the-look-desc .with-discount h6:nth-child(2) {
  margin: 0px;
  line-height: inherit;
  margin-bottom: 7px;
}
.wishlist-page-container .shop-the-look-item .shop-the-look-msg .success {
  font-weight: 400;
  color: #84a26b;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .wishlist-page-container .shop-the-look-item .shop-the-look-msg .success {
    font-size: 8px !important;
  }
}
.wishlist-page-container .shop-the-look-item .shop-the-look-msg .error {
  color: #b61e2f;
  padding: 10px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .wishlist-page-container .shop-the-look-item .shop-the-look-msg .error {
    font-size: 8px !important;
  }
}
.wishlist-page-container .shop-the-look-item:last-child {
  border-bottom: 0px;
}
.wishlist-page-container .shop-the-look-item:last-child .free-line {
  height: 0px;
  border-bottom: 0px solid #cecece;
}
.product-add-save {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.product-save-for-later {
  border-radius: 40px;
  border: 1px solid #CACACB;
  text-align: center;
  /* height: 60px; */
  display: flex;
  color: black;
  /* text-decoration: underline; */
  font-weight: 300;
  align-items: center;
  padding: 5px 16px;
  font-size: 16px;
  gap: 10px;
  justify-content: center;
  width: 210px;
  cursor: pointer;
}
.border-black {
  border: 1px solid black;
}
.product-save-for-later:hover {
  border: 1px solid black;
}
.overflow-v {
  overflow: visible!important;
}
.font-family-sans-currency {
  font-family: sans-serif !important;
}
.shop-price,
.shop-discounted-price,
.shop-item-price,
.product-price.regular-price,
.price,
.currency-main-text,
.max-price,
.discounted-price {
  font-family: sans-serif !important;
}
#filter5 .fltr-val-txt {
  font-family: sans-serif !important;
}
.wish-product-img:hover,
.wish-product-img {
  transform: unset!important;
}
#no-wishlist-data {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}
.wishlist-no-item-text {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wishlist-mobile-conatiner {
  padding-left: 0px!important;
  padding-right: 0px!important;
  margin-bottom: 1rem!important;
}
@media only screen and (max-width: 767px) {
  .wishlist-mobile-conatiner {
    padding-left: 4px!important;
    padding-right: 4px!important;
  }
}
@media only screen and (max-width: 767px) {
  .no-item-image-container img {
    height: 100%;
    object-fit: fill;
    position: absolute;
    left: 0px;
  }
}
.ps-r-mt-9 {
  position: relative!important;
  margin-top: 9px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .tab-wishlist {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.cart-mobile-remove {
  position: absolute;
  bottom: 0;
  text-decoration: underline;
}
.ps-un {
  position: unset!important;
}
.no-bottom-space {
  margin-bottom: 0px!important;
  padding-bottom: 0px!important;
}
@media screen and (max-width: 1200px) {
  .cart-mb-24 {
    margin-bottom: 24px;
  }
}
.desktopview{display:block !important;}
.mobileview{display:none !important;}

.product-popup-modal__opener{margin:0 !important;}

@media(max-width:768px){

.footer-container .footer-navigation{display:flex;}   
  .dsio_video{padding:5px;}
  .desktopview{display: none !important;}
  .mobileview{display:block !important;}  
  
  .dsio_collectionnew{ max-width:95%;}
  .dsio_collectionnew-craft{display: block;}
  .dsio_collectionnew-craft .grid{display: block; float: left; width:100%;}
  .dsio_collectionnew-craft .grid .grid__item:first-child{width:49% !important; float:left; margin-right:5px;}
  .dsio_collectionnew-craft .grid .grid__item:first-child img{height:315px !important;border-radius: 20px 0 0 20px;}  
  .dsio_collectionnew-craft .grid .grid__item{width:49.5% !important; float:left; position: relative;}
  .dsio_collectionnew-craft .grid .grid__item h3{font-size:14px;position: absolute; bottom:10px; width:100%; background: #7704044a; color: #fff; margin:0; height:35px; text-transform: uppercase;line-height:35px;}
  .dsio_collectionnew-craft .grid .grid__item img{height:153px !important;}
  .dsio_collectionnew-craft .grid .grid__item:first-child h3{border-radius: 0 0 0 20px;}
  .dsio_collectionnew-craft .grid .grid__item:nth-child(2n) img{border-radius:0 20px 0 0;}
  .dsio_collectionnew-craft .grid .grid__item:nth-child(2n) h3{border-radius:0;}
  .dsio_collectionnew-craft .grid .grid__item:nth-child(3n) img{border-radius:0 0 20px 0;}
  .dsio_collectionnew-craft .grid .grid__item:nth-child(3n) h3{border-radius:0 0 20px 0;}
  .footer__blocks-wrapper .footer-block .footer-block__details-content:first-child{height: auto; opacity: 1;}
  .footer__blocks-wrapper .footer-block .footer-block__details-content{height: 0; opacity: 0; transition: all .2s ease-in-out;}
  .footer__blocks-wrapper .footer-block .footer-block__details-content.Active_block{height: auto; opacity: 1;}

  .footer-block__heading{position: relative;}
  .footer-block__heading:before {
      width: 10px;
      height: 2px;
      content: "";
      position: absolute;
      right: 0;
      top: 10px;
      transform: translate(-50%, -50%) rotate(-90deg);
      background-color: currentColor;
      transition: transform .4s ease-in-out, opacity .4s ease-in-out;
    }
  .footer-block__heading:after {
      width: 2px;
      height: 10px;
      content: "";
      position: absolute;
      right: 8px;
      top: 10px;
      transform: translate(-50%, -50%) rotate(-90deg);
      background-color: currentColor;
      transition: transform .4s ease-in-out, opacity .4s ease-in-out;
    }
  .footer-block--newsletter .footer-block__heading:before{display:none;}
  .footer-block--newsletter .footer-block__heading:after{display:none;}
}

.footer-block.grid__item{text-align: center;}


/* Color Codes  */


.aqua{background-color:#00ffff !important;}

.begie{background-color:#e3d0a9 !important;}

.beige{background-color:#e3d0a9 !important;}

.black{background-color:#000 !important;}

.blue{background-color:#3f51b5 !important;}

.brown{background-color:#734930 !important;}

.burgundy{background-color:#a8536a !important;}

.chiku{background-color:#f6e1c6 !important;}

.coffee{background-color:#734930 !important;}

.cream{background-color:#f6e1c6 !important;}

.dark-blue, .dusty-blue{background-color:#00008B !important;}

.dark-green{background-color:#023020 !important;}

.dark-pink{background-color:#AA336A !important;}

.dark-rama{background-color:#136207 !important;}

.dark-red{background-color:#8B0000 !important;}

.dark-yellow{background-color:#8B8000 !important;}

.drak-blue{background-color:#00008B !important;}

.dusty-green{background-color:#023020 !important;}

.dusty-pink{background-color:#AA336A !important;}

.firozi{background-color:#326DBB !important;}

.forest-green{background-color:#023020 !important;}

.fuchsia-pink{background-color:#FF00FF !important;}

.gajari{background-color:#D12F49 !important;}

.gold{background-color:#FFD700 !important;}

.golden{background-color:#FFD700 !important;}

.gray, .dusty-grey{background-color:#cccccc !important;}

.green{background-color:#023020 !important;}

.grey{background-color:#cccccc !important;}

.honey-orange{background-color:#f76e02 !important;}

.honey-yellow{background-color:#CC8F00 !important;}

.indigo{background-color:#4b0082 !important;}

.ink-blue{background-color:#16264c !important;}

.ink-blue{background-color:#16264c !important;}

.jade-green{background-color:#00A36C !important;}

.lavander{background-color:#967bb6 !important;}

.lavendar{background-color:#967bb6 !important;}

.lavender{background-color:#967bb6 !important;}

.levander{background-color:#967bb6 !important;}

.lighnt-green{background-color:#00A36C !important;}

.light-yellow{background-color:#FFFF00 !important;}

.light-blue{background-color:#ADD8E6 !important;}

.light-blue{background-color:#ADD8E6 !important;}

.light-green, .ligth-green{background-color:#00A36C !important;}

.light-green{background-color:#00A36C !important;}

.light-peach{background-color:#FFF1DC !important;}

.light-pink{background-color:#FFB6C1 !important;}

.light-pink{background-color:#FFB6C1 !important;}

.light-purple{background-color:#CBC3E3 !important;}

.light-purple{background-color:#CBC3E3 !important;}

.light-sky{background-color:#87CEFA !important;}

.light-yellow{background-color:#FFFF00 !important;}

.light-yellow{background-color:#FFFF00 !important;}

.ligth-green{background-color: !important;}

.ligth-pink{background-color:#00A36C !important;}

.lilac{background-color:#AA98A9 !important;}

.lilac-purple{background-color:#e6d7ff !important;}

.lime{background-color:#32CD32 !important;}

.magenta{background-color:#FF00FF !important;}

.margenta{background-color:#FF00FF !important;}

.maroon{background-color:#800000 !important;}

.mehndi{background-color:#800000 !important;}

.midnight-blue{background-color:#191970 !important;}

.mint-green{background-color:#004953 !important;}

.multi{background: rgb(255,0,0) !important;
background: radial-gradient(circle, rgba(255,0,0,1) 0%, rgba(22,255,0,1) 33%, rgba(19,0,162,1) 66%, rgba(252,0,255,1) 100%) !important;}
.mutli{background: rgb(255,0,0) !important;
background: radial-gradient(circle, rgba(255,0,0,1) 0%, rgba(22,255,0,1) 33%, rgba(19,0,162,1) 66%, rgba(252,0,255,1) 100%) !important;}

.mustard{background-color:#ffdb58 !important;}

.mustard-yellow{background-color:#FFDB58 !important;}

.mustered-yellow{background-color:#FFDB58 !important;}

.na{background-color:#000000 !important;}

.navy{background-color:#191970 !important;}

.navy-blue{background-color:#191970 !important;}

.neon{background-color:#000000 !important;}

.off-white{background-color:#dfdfdf !important; border:2px solid #000;}

.olive{background-color:#808000 !important;}

.orange{background-color:#FFA500 !important;}

.peach{background-color:#FFE5B4 !important;}

.perrot-green{background-color:#36802d !important;}

.pink{background-color:#FFC0CB !important;}

.pink{background-color:#FFC0CB !important;}

.pista{background-color:#93c572 !important;}

.purpel{background-color:#A020F0 !important;}

.purple{background-color:#A020F0 !important;}

.rama{background-color:#136207 !important;}

.rani{background-color:#EA1A85 !important;}

.red{background-color:#f00 !important;}

.royal-blue{background-color:#4169E1 !important;}

.royal-blue{background-color:#4169E1 !important;}

.sea-green{background-color:#2E8B57 !important;}

.silver{background-color:#C0C0C0 !important;}

.sky{background-color:#87CEEB !important;}

.sky-blue{background-color:#87CEEB !important;}

.sky-blue{background-color:#87CEEB !important;}

.sliver{background-color:#C0C0C0 !important;}

.teal{background-color:#008080 !important;}

.turquiose{background-color:#40e0d0 !important;}

.turquoise{background-color:#40e0d0 !important;}

.violet{background-color:#8F00FF !important;}

.white{background-color:#fff !important; border:1px solid #000;}

.wine{background-color:#722F37 !important;}

.yellow{background-color:#FFFF00 !important;}
.bottle-green {background-color:#006a4e !important;}
.coffee-brown {background-color:#724e2c !important;}
.muvel {background-color:#ef98aa !important;}

/* =========================
   STICKY BUY BAR
========================= */

.sticky-buy-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  border-top: 1px solid rgba(0,0,0,.08);
  z-index: 9999;

  transform: translateY(100%);
  transition: transform .25s ease;
}

.sticky-buy-bar.show {
  transform: translateY(0);
}

.sticky-buy-bar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
}

.sticky-buy-bar__details {
  flex: 1;
  min-width: 0;
}

.sticky-buy-bar__title {
  font-size: 12px;
  color: #1f1b63;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sticky-buy-bar__price {
  font-size: 18px;
  font-weight: 700;
  color: #e53935;
}

.sticky-buy-bar__button {
  background: #1f1b63;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 14px 28px;
  cursor: pointer;
  font-weight: 600;
}

/* Desktop */

@media (min-width: 990px) {

  .sticky-buy-bar {
    width: 500px;
    max-width: calc(100vw - 40px);

    left: 50%;
    right: auto;
    transform: translateX(-50%) translateY(100%);

    bottom: 24px;

    background: #fff;
    border: 1px solid #ececec;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0,0,0,.08);
  }

  .sticky-buy-bar.show {
    transform: translateX(-50%) translateY(0);
  }
}

  .sticky-buy-bar__title {
    font-size: 13px;
  }

  .sticky-buy-bar__price {
    font-size: 20px;
    font-weight: 700;
  }

  .sticky-buy-bar__button {
    width: 180px;
  }
}