.close {
  float: right;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 2.5px;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

.l-myaccount__heading {
  display: flex;
  align-items: center;
  font-size: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .l-myaccount__heading {
    font-family: "SangBleu", palatino, palatino linotype;
  }
}
@media (max-width: 767.98px) {
  .l-myaccount__heading {
    font-size: 17px;
  }
}
.l-myaccount__heading-btn {
  width: 45px;
  height: 45px;
  font-size: 16px;
}
@media (max-width: 979.98px) {
  .l-myaccount__heading-btn {
    position: absolute;
    left: 0;
  }
}
.l-myaccount__section {
  background-color: rgb(255, 255, 255);
  padding: 15px;
}
@media (min-width: 980px) {
  .l-myaccount__section-border {
    border-top: 1px solid rgb(224, 224, 224);
    padding: 30px 0 0;
  }
}
.l-myaccount__section-heading {
  position: relative;
  font-size: 22px;
  padding-top: 5px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(224, 224, 224);
  font-family: "SangBleu", palatino, palatino linotype;
}
.l-myaccount__section-cta {
  position: absolute;
  right: 0;
  top: 0;
  font-family: "Helvetica neue", helvetica, roboto, arial, sans-serif;
}
.l-myaccount__modal .modal-dialog {
  top: 50%;
  transform: translateY(-50%) !important;
  margin: auto;
  height: auto;
}
@media (max-width: 979.98px) {
  .l-myaccount__modal .modal-dialog,
.l-myaccount__modal .modal-content {
    height: 100%;
    overflow-y: auto;
  }
}
.l-myaccount__modal .l-myaccount__modal {
  background-color: rgba(0, 0, 0, 0.3);
}
.l-myaccount__modal-dialog--sm {
  max-width: 450px;
}
@media (max-width: 979.98px) {
  .l-myaccount__modal-dialog--center {
    height: auto !important;
  }
}
.l-myaccount__modal-heading {
  width: 100%;
  padding-bottom: 10px;
  font-size: 22px;
  font-family: "SangBleu", palatino, palatino linotype;
}
@media (min-width: 980px) {
  .l-myaccount__modal-heading {
    padding-bottom: 10px;
    padding-top: 30px;
  }
}
.l-myaccount__modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px 10px;
  font-size: 24px;
}
.l-myaccount__square-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 45px;
  height: 45px;
}
.l-myaccount__slider:not(.slick-initialized) {
  display: flex;
  white-space: nowrap;
  overflow-x: hidden;
}
.l-myaccount__slider-item {
  padding-right: 10px;
}
.l-myaccount__slider:not(.slick-initialized) .l-myaccount__slider-item {
  flex-shrink: 0;
  width: 28.5714285714%;
}
@media (max-width: 1919.98px) {
  .l-myaccount__slider:not(.slick-initialized) .l-myaccount__slider-item {
    width: 46.511627907%;
  }
}
@media (max-width: 979.98px) {
  .l-myaccount__slider:not(.slick-initialized) .l-myaccount__slider-item {
    width: 86.9565217391%;
  }
}
.l-myaccount__slider-cta {
  position: absolute;
  top: 0;
  right: 0;
}
.l-myaccount__img-slider {
  -webkit-overflow-scrolling: touch;
  width: 88%;
  left: 6%;
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  /* Hide scrollbar for Chrome, Safari and Opera */
}
.l-myaccount__img-slider::-webkit-scrollbar {
  display: none;
}
.l-myaccount__img-slider-track {
  display: inline-block;
  white-space: nowrap;
  padding: 0 7.5px;
}
.l-myaccount__img-slider-item {
  display: inline-block;
  padding: 0 7.5px;
  width: 25%;
}
.l-myaccount__img-slider-icon {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 12px;
  z-index: 1;
}
@media (min-width: 980px) {
  .l-myaccount__img-slider-icon {
    top: 10px;
    right: 10px;
    font-size: 20px;
  }
}
.l-myaccount__date-day {
  flex: 3;
}
.l-myaccount__date-month {
  flex: fill;
}
.l-myaccount__date-year {
  flex: 5;
}
.l-myaccount__orderline-img {
  display: block;
  width: 75px;
}
@media (min-width: 768px) {
  .l-myaccount__orderline-img {
    width: 100px;
  }
}

.advents-calendar--title-container {
  position: relative;
  top: 16px;
  left: 16px;
}
@media (min-width: 980px) {
  .advents-calendar--title-container {
    top: 85px;
    left: 50px;
  }
}
.advents-calendar--title {
  font-family: "Cera Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 43px;
  color: #c74837;
  max-width: 440px;
  margin-top: 16px;
}
@media (max-width: 979.98px) {
  .advents-calendar--title {
    font-size: 24px;
  }
}
.advents-calendar__background {
  background: url(../images/adventsCalendar/adventsCalendarBackground.png) no-repeat;
  height: 1065px;
}
@media (max-width: 767.98px) {
  .advents-calendar__background {
    height: 800px;
  }
}
@media (max-width: 979.98px) {
  .advents-calendar__background {
    height: 900px;
  }
}
.advents-calendar--customer-number-container {
  padding: 18px;
}
.advents-calendar--customer-number {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 281px;
  height: 60px;
  background-color: #c74837;
  font-family: "Cera Pro";
  font-style: normal;
  font-weight: 300;
  font-size: 21px;
  color: white;
  text-align: bottom;
}
.advents-calendar--customer-number-big {
  font-weight: 600;
  font-size: 34px;
}
.advents-calendar--tree-container {
  position: relative;
  right: 6%;
  top: 25%;
  width: auto;
}
@media (min-width: 1920px) {
  .advents-calendar--tree-container {
    top: 17%;
  }
}
@media (max-width: 979.98px) {
  .advents-calendar--tree-container {
    width: 100%;
    right: auto;
    left: 0px;
  }
}
.advents-calendar--tree-row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.advents-calendar--tree-row img:not(:last-child) {
  margin-right: 18px;
}
@media (max-width: 1199.98px) {
  .advents-calendar--tree-row img:not(:last-child) {
    margin-right: 12px;
  }
}
@media (max-width: 979.98px) {
  .advents-calendar--tree-row img:not(:last-child) {
    margin-right: 6px;
  }
}
.advents-calendar--tree-row img {
  height: 52px;
}
@media (min-width: 768px) {
  .advents-calendar--tree-row img {
    height: 60px;
  }
}
@media (min-width: 980px) {
  .advents-calendar--tree-row img {
    height: 85px;
  }
}
@media (min-width: 1920px) {
  .advents-calendar--tree-row img {
    height: 100px;
  }
}
.advents-calendar__tile {
  cursor: pointer;
}
.advents-calendar--overlay {
  filter: brightness(60%) grayscale(20%);
}
.advents-calendar--modal-title {
  font-style: normal;
  font-weight: 500;
  font-size: 34px;
  line-height: 43px;
  text-align: center;
  color: rgb(33, 33, 33);
}
.advents-calendar--modal-subtitle {
  font-style: normal;
  font-weight: 300;
  font-size: 21px;
  line-height: 26px;
  text-align: center;
  color: rgb(33, 33, 33);
}
.advents-calendar--confirm-lotery-text {
  font-style: normal;
  font-weight: 500;
  font-size: 34px;
  text-align: center;
  color: rgb(33, 33, 33);
}
.advents-calendar--confirm-lotery-text-bold {
  font-weight: 700;
  font-style: normal;
  font-size: 34px;
  color: rgb(33, 33, 33);
}
.advents-calendar--confirm-lotery-product-description {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

#nonActiveProductModal .modal {
  height: auto;
}
#nonActiveProductModal .advents_calendar--custom-dialog {
  transform: none;
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
  height: 100vh;
  width: 100vw;
  width: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: auto;
  margin: 0 auto;
  pointer-events: none;
}
#nonActiveProductModal .advents_calendar--custom-dialog .modal-content {
  width: 800px;
  margin-right: 15px;
  margin-left: 15px;
}

#confirmLoteryModal .modal {
  height: auto;
}
#confirmLoteryModal .advents_calendar--custom-dialog {
  transform: none;
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
  height: 100vh;
  width: 100vw;
  width: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: auto;
  margin: 0 auto;
  pointer-events: none;
}
#confirmLoteryModal .advents_calendar--custom-dialog .modal-content {
  width: 800px;
  margin-right: 15px;
  margin-left: 15px;
}

#activeProductModal .modal {
  height: auto;
}
#activeProductModal .advents_calendar--custom-dialog {
  transform: none;
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
  height: 100vh;
  width: 100vw;
  width: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: auto;
  margin: 0 auto;
  pointer-events: none;
}
#activeProductModal .advents_calendar--custom-dialog .modal-content {
  width: 800px;
  margin-right: 15px;
  margin-left: 15px;
}
#activeProductModal .logo-image {
  max-height: 110px;
  max-width: 200px !important;
}
@media (max-width: 1199.98px) {
  #activeProductModal .logo-image {
    display: none;
  }
}
#activeProductModal .product-image {
  max-height: 300px;
}
#activeProductModal .custom-day-wrapper {
  min-width: 70px;
  min-height: 120px;
}
#activeProductModal .advents-calendar--modal-button {
  background-color: #c74837;
  width: 100%;
  color: rgb(255, 255, 255);
  font-family: "Cera Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 27px;
  text-align: center;
}

.disabled-block {
  pointer-events: none;
  opacity: 0.75;
}

.download-invoice-error {
  text-align: center;
  margin-bottom: 5px;
  margin-right: 5px;
  margin-left: 5px;
}

.color-red {
  color: rgb(237, 28, 36);
}

.order-list-b2c {
  background-color: #F5F5F5;
  padding-top: 5px;
  padding-bottom: 20px;
}
.order-list-b2c::after {
  content: "";
  clear: both;
  display: table;
}
@media (max-width: 767.98px) {
  .order-list-b2c {
    background-color: rgb(245, 245, 245);
  }
}
@media (max-width: 767.98px) {
  .order-list-b2c {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.order-list-b2c__section {
  padding: 15px;
}
.order-list-b2c__tile {
  background-color: rgb(255, 255, 255);
  padding: 15px 0 15px 0;
}
.order-list-b2c__tile-left {
  float: left;
}
.order-list-b2c__tile-right {
  float: right;
  text-align: right;
}
.order-list-b2c__tile-details-btn {
  margin-top: 15px;
  text-decoration: none;
}

.status-step {
  position: relative;
}

.status-icon {
  display: inline-block;
  height: 44px;
  width: 44px;
}

.status-step-connector {
  width: 12%;
  height: 44px;
}
@media (max-width: 1199.98px) {
  .status-step-connector {
    width: 9%;
  }
}
@media (max-width: 979.98px) {
  .status-step-connector {
    width: 12%;
  }
}
@media (max-width: 767.98px) {
  .status-step-connector {
    width: 9%;
  }
}

.status-returned-cancelled {
  display: inline-block;
  height: 22px;
  width: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}

.slider-navigation-details {
  margin-top: 20px;
}

.month-year-group-name {
  font-weight: 400;
  color: #767676;
}

.order-history-slider-prev {
  left: -27px !important;
}

.order-details {
  background-color: #F5F5F5;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 767.98px) {
  .order-details {
    background-color: rgb(245, 245, 245);
  }
}
@media (max-width: 767.98px) {
  .order-details {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.order-details__section {
  background-color: rgb(255, 255, 255);
  margin: 15px;
}
@media (max-width: 767.98px) {
  .order-details__section {
    margin: 0px;
  }
}

.brand-name {
  text-transform: capitalize;
}

.dark-grey {
  color: rgb(66, 66, 66);
}

.black {
  color: #212121;
}

.order-history-slider-next {
  right: -30px !important;
}

.barcode-background {
  background-color: white;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
}

.reason-select select {
  appearance: none;
  cursor: pointer;
  line-height: 15px;
  width: 100%;
  padding: 14px 15px;
}

.reason-select::after {
  content: "\ea0c";
  font-family: "Font Awesome 5 Pro Critical", "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  pointer-events: none;
}

.carrier-option {
  position: relative;
  display: block;
  margin-bottom: 15px;
  border: none !important;
  transition: border-color 0.3s;
}
.carrier-option__selected {
  background-color: #f1f0f0;
}
.carrier-option .option-label {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  cursor: pointer;
}

.return-confirmation-icon {
  width: 100px;
}

.return-confirmation-block ol > li::marker {
  font-weight: bold;
}
.return-confirmation-block ol.number-1 > li::marker {
  content: "1. ";
}
.return-confirmation-block ol.number-2 > li::marker {
  content: "2. ";
}
.return-confirmation-block ol.number-3 > li::marker {
  content: "3. ";
}
.return-confirmation-block ol.number-4 > li::marker {
  content: "4. ";
}

.c-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  user-select: none;
}
@media (max-width: 979.98px) {
  .c-checkbox {
    padding-top: 4px;
  }
}
@media (min-width: 980px) {
  .c-checkbox:hover .c-checkbox__mark {
    background-color: rgb(245, 245, 245);
  }
}
.c-checkbox__mark {
  position: absolute;
  left: 0;
  top: 0;
  height: 25px;
  width: 25px;
  border: 1px solid rgb(66, 66, 66);
  background-color: rgb(255, 255, 255);
}
.c-checkbox__mark i {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgb(66, 66, 66);
}
.c-checkbox__input {
  position: absolute;
  display: none;
  cursor: pointer;
}
.c-checkbox__input:checked ~ .c-checkbox__mark i {
  display: inline-block;
}
.c-checkbox__error {
  color: rgb(199, 72, 55);
  font-size: 11px;
  line-height: 20px;
  max-height: 0;
  overflow-y: hidden;
  transition: max-height 0.3s;
}
.c-checkbox--disabled .c-checkbox__mark {
  border: 2px solid rgb(189, 189, 189);
  pointer-events: none;
}
.c-checkbox--disabled .c-checkbox__mark i {
  color: rgb(189, 189, 189);
}
.c-checkbox--sm {
  padding-left: 25px;
  font-size: 16px;
}
.c-checkbox--sm .c-checkbox__mark {
  height: 20px;
  width: 20px;
}
.c-checkbox--xs {
  padding-left: 25px;
  font-size: 12px;
}
.c-checkbox--xs .c-checkbox__mark {
  height: 16px;
  width: 16px;
}
.c-checkbox--xs .c-checkbox__mark i {
  margin-left: 1px;
  font-weight: 900;
}
.c-checkbox--red .c-checkbox__input:checked ~ .c-checkbox__mark {
  background-color: rgb(199, 72, 55);
  border-color: rgb(199, 72, 55);
}
.c-checkbox--red .c-checkbox__input:checked ~ .c-checkbox__mark i {
  color: rgb(255, 255, 255);
}
.c-checkbox--black {
  padding-left: 40px;
  font-size: 12px;
}
@media (max-width: 979.98px) {
  .c-checkbox--black {
    padding-left: 25px;
  }
}
.c-checkbox--black .c-checkbox__input:checked ~ .c-checkbox__mark {
  background-color: rgb(33, 33, 33);
  border-color: rgb(33, 33, 33);
}
.c-checkbox--black .c-checkbox__input:checked ~ .c-checkbox__mark i {
  color: rgb(255, 255, 255);
}
.c-checkbox.invalid .c-checkbox__mark {
  border-color: rgb(199, 72, 55);
  background-color: #f8e9e7;
}
.c-checkbox.invalid .c-checkbox__error {
  max-height: 40px;
}

.checkoutv2-horze-club-form {
  height: 42px !important;
  line-height: 0px;
  margin-top: 40px;
}

.c-chevron-out {
  position: relative;
}
.c-chevron-out::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .c-chevron-out--hide-mobile::after {
    display: none;
  }
}
.c-chevron-out--right::after {
  border-style: solid;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent rgb(245, 245, 245);
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translate(100%, -50%);
}
.c-chevron-out--top::after {
  border-style: solid;
  border-width: 0 15px 15px;
  border-color: transparent transparent rgb(245, 245, 245) transparent;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
}
.c-chevron-out--left::after {
  border-style: solid;
  border-width: 15px 15px 15px 0;
  border-color: transparent rgb(245, 245, 245) transparent transparent;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translate(-100%, -50%);
}
.c-chevron-out--bottom::after {
  border-style: solid;
  border-width: 15px 15px 0;
  border-color: rgb(245, 245, 245) transparent transparent transparent;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}

.c-icon {
  position: relative;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  background-color: rgb(245, 245, 245);
}
.c-icon__inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.c-icon__desc {
  font-size: 14px;
  line-height: 20px;
}

.c-notification {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  font-weight: bold;
  background-color: rgb(33, 33, 33);
  color: rgb(255, 255, 255);
  margin-top: 20px;
}
.c-notification__cta {
  padding-left: 15px;
  cursor: pointer;
}
.c-notification__container {
  left: 0;
  bottom: 0;
  width: 100%;
  position: fixed;
  z-index: 1030;
}
@media (min-width: 768px) {
  .c-notification__container {
    left: 80px;
    bottom: 80px;
    width: 380px;
  }
}

.c-order-product-list__product-heading {
  padding: 20px;
  color: rgb(117, 117, 117);
}
.c-order-product-list__product-row {
  padding: 20px 0 25px;
}
.c-order-product-list__product-price {
  padding-right: 30px;
}
.c-order-product-list__product-attr {
  font-size: 12px;
  white-space: nowrap;
}
.c-order-product-list__product-controls {
  padding-top: 15px;
}
.c-order-product-list__totals {
  padding: 60px 30px;
  background-color: rgb(245, 245, 245);
  font-size: 16px;
}
.c-order-product-list__totals-row {
  margin-bottom: 20px;
}
.c-order-product-list__totals-sum {
  margin: 40px 0 20px;
  border-top: 1px rgb(224, 224, 224) solid;
  padding-top: 20px;
}

@media (max-width: 979.98px) {
  .c-orders {
    box-shadow: 0 -1px 0 0 rgb(224, 224, 224);
  }
}
.c-orders__heading {
  display: none;
}
@media (min-width: 768px) {
  .c-orders__heading {
    display: flex;
  }
}
.c-orders__heading-text {
  padding: 20px;
  color: rgb(117, 117, 117);
  box-shadow: 0 1px 0 0 rgb(224, 224, 224);
}
.c-orders__item {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
  box-shadow: 0 1px 0 0 rgb(224, 224, 224);
}
@media (min-width: 768px) {
  .c-orders__item {
    padding: 30px 0;
    align-items: center;
  }
}
.c-orders__item-description {
  font-size: 12px;
  color: rgb(117, 117, 117);
}
.c-orders__item-status {
  color: rgb(41, 151, 255);
}
.c-orders__no-orders {
  padding-top: 30px;
  text-align: center;
  color: rgb(117, 117, 117);
  border-top: 1px rgb(158, 158, 158) solid;
}

@media (max-width: 1199.98px) {
  .font-12-rsp {
    font-size: 12px;
  }
}

.font-10 {
  font-size: 10px;
}

.item-separator {
  color: rgb(117, 117, 117);
  box-shadow: 0 1px 0 0 rgb(224, 224, 224);
  height: 1px;
}

.c-order-status {
  font-weight: bold;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 5px;
}
.c-order-status-cancelled {
  color: rgb(199, 72, 55);
}

.checkbox-black__input {
  display: none;
}
.checkbox-black__input--form-control {
  display: flex;
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.checkbox-black__mark {
  position: relative;
  display: flex;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  border: 2px solid rgb(66, 66, 66);
  border-radius: 2px;
  text-align: center;
}
.checkbox-black__mark::after {
  content: "\ea0b";
  font-family: "Font Awesome 5 Pro Critical", "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  padding: 1px 0 0 2px;
  color: rgb(255, 255, 255);
  font-size: 12px;
  transform: translate(-50%, -50%);
}
.checkbox-black__mark--lg {
  width: 24px;
  height: 24px;
}
.checkbox-black__mark--lg::before {
  width: 22px;
  height: 22px;
}
.checkbox-black__mark--lg::after {
  font-size: 16px;
}
.checkbox-black__mark--xs {
  background-color: rgb(255, 255, 255);
  width: unset;
  height: unset;
  padding: 8px;
  display: flex;
  border-radius: 50%;
}
.checkbox-black__input:checked ~ .checkbox-black__mark, .active .checkbox-black__mark {
  background-color: rgb(33, 33, 33);
  border-color: rgb(33, 33, 33);
}
.checkbox-black__input:checked ~ .checkbox-black__mark::after, .active .checkbox-black__mark::after {
  display: block;
}

.return-step-bar-section {
  margin-bottom: 50px;
}

.return-bar-step {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 5px;
}
.return-bar-step-active {
  font-weight: bold;
}

.return-step {
  position: relative;
}

.return-step-icon {
  display: inline-block;
  height: 34px;
  width: 34px;
}

.return-step-connector {
  width: 12%;
  height: 34px;
}
@media (max-width: 979.98px) {
  .return-step-connector {
    width: 18%;
  }
}
@media (max-width: 767.98px) {
  .return-step-connector {
    width: 18%;
  }
}

.c-pagination {
  display: flex;
}
.c-pagination--right {
  justify-content: flex-end;
}
.c-pagination__item {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(224, 224, 224);
  color: rgb(66, 66, 66);
  padding: 8px 10px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .c-pagination__item {
    padding: 15px 20px;
    font-size: 16px;
  }
}
.c-pagination__item:hover {
  background-color: rgb(245, 245, 245);
  color: rgb(117, 117, 117);
  text-decoration: none;
}
.c-pagination__item:nth-child(n+2) {
  border-left: 0;
}
.c-pagination__item:last-child {
  border-right: 1px solid rgb(224, 224, 224);
}
.c-pagination__item--active {
  background-color: rgb(245, 245, 245);
  color: rgb(117, 117, 117);
}
.c-pagination__item--inactive {
  border-top: 0;
  border-bottom: 0;
  pointer-events: none;
}

.c-plus-checkbox {
  position: relative;
}
.c-plus-checkbox__input {
  appearance: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 20px;
  cursor: pointer;
}
.c-plus-checkbox__input::after {
  content: "+";
}
.c-plus-checkbox__input:checked::after {
  content: "-";
}
.c-plus-checkbox__label {
  padding-left: 15px;
}
.c-plus-checkbox__collapse {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
}
.c-plus-checkbox__input:checked ~ .c-plus-checkbox__collapse {
  max-height: 100px;
}

.c-progress-bar {
  position: relative;
}
.c-progress-bar__line {
  position: absolute;
  height: 6px;
  width: 100%;
  bottom: 16px;
  transform: translate(0, -50%);
  background-color: #DFDFDF;
}
.c-progress-bar__line--dark {
  background-color: rgb(224, 224, 224);
}
.c-progress-bar__v-line {
  position: absolute;
  left: 22px;
  width: 6px;
  height: 100%;
  transform: translate(-50%, 0);
  background-color: rgb(245, 245, 245);
}
@media (min-width: 768px) {
  .c-progress-bar__v-line {
    left: 50%;
  }
}
.c-progress-bar__v-line--dark {
  background-color: rgb(224, 224, 224);
}
.c-progress-bar__step {
  position: relative;
  padding: 0;
  height: 100%;
}
.c-progress-bar__step-title {
  margin-bottom: 0;
  height: 28px;
  text-align: center;
  color: rgb(158, 158, 158);
  font-size: 12px;
}
@media (min-width: 768px) {
  .c-progress-bar__step-title {
    margin-bottom: 0;
    height: 36px;
  }
}
@media (min-width: 980px) {
  .c-progress-bar__step-title {
    font-size: 14px;
  }
}
.c-progress-bar__step-title--checked {
  color: #298628;
}
.c-progress-bar__check {
  display: flex;
  position: relative;
  bottom: -6px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background-color: rgb(255, 255, 255);
  border: 3px solid #DFDFDF;
  border-radius: 50%;
  color: #298628;
}
.c-progress-bar__check--dark {
  border-color: rgb(224, 224, 224);
}
.c-progress-bar__check--checked {
  bottom: -6px;
  margin-bottom: 12px;
  background-color: #298628;
  border: none;
  color: rgb(255, 255, 255);
}
.c-progress-bar__note {
  background-color: rgb(255, 255, 255);
  font-size: 12px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
}
.c-progress-bar__note-title {
  font-size: 18px;
  color: rgb(66, 66, 66);
}

.c-radio__input {
  display: none;
}
.c-radio__input--form-control {
  display: flex;
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.c-radio__mark {
  position: relative;
  display: flex;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  border: 1px solid rgb(66, 66, 66);
  border-radius: 25px;
  text-align: center;
}
.c-radio__mark::after {
  content: "\ea0b";
  font-family: "Font Awesome 5 Pro Critical", "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  padding: 1px 0 0 2px;
  color: rgb(255, 255, 255);
  font-size: 12px;
  transform: translate(-50%, -50%);
}
.c-radio__mark--lg {
  width: 24px;
  height: 24px;
}
.c-radio__mark--lg::before {
  width: 22px;
  height: 22px;
}
.c-radio__mark--lg::after {
  font-size: 16px;
}
.c-radio__mark--xs {
  background-color: rgb(255, 255, 255);
  width: unset;
  height: unset;
  padding: 8px;
  display: flex;
  border-radius: 50%;
}
.c-radio__input:checked ~ .c-radio__mark, .active .c-radio__mark {
  background-color: rgb(199, 72, 55);
  border-color: rgb(199, 72, 55);
}
.c-radio__input:checked ~ .c-radio__mark::after, .active .c-radio__mark::after {
  display: block;
}

.c-scroll {
  width: 100%;
  touch-action: pan-y pan-x;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 767.98px) {
  .c-scroll--mobile-x {
    overflow-x: scroll;
  }
  .c-scroll--mobile-y {
    overflow-y: scroll;
  }
}
@media (min-width: 768px) {
  .c-scroll--sm-x {
    overflow-x: scroll;
  }
  .c-scroll--sm-y {
    overflow-y: scroll;
  }
}
@media (min-width: 980px) {
  .c-scroll--md-x {
    overflow-x: auto;
  }
  .c-scroll--md-y {
    overflow-y: auto;
  }
}
.c-scroll _::-webkit-full-page-media,
.c-scroll _:future, :root .c-scroll::-webkit-scrollbar {
  appearance: color-well;
}
.c-scroll _::-webkit-full-page-media,
.c-scroll _:future, :root .c-scroll::-webkit-scrollbar:vertical {
  width: 11px;
}
.c-scroll _::-webkit-full-page-media,
.c-scroll _:future, :root .c-scroll::-webkit-scrollbar:horizontal {
  height: 11px;
}
.c-scroll _::-webkit-full-page-media,
.c-scroll _:future, :root .c-scroll::-webkit-scrollbar-thumb {
  background-color: rgb(224, 224, 224);
}
.c-scroll--x {
  overflow-x: scroll;
}
.c-scroll--y {
  overflow-y: scroll;
}
.c-scroll__shade-wrapper {
  display: flex;
  position: relative;
  overflow: hidden;
  min-height: 0;
}
@media (min-width: 768px) {
  .c-scroll__shade-wrapper {
    max-height: 500px;
  }
  .c-scroll__shade-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    background-image: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  }
}

.c-size-select {
  position: relative;
}
.c-size-select__input {
  appearance: none;
  border-radius: 0;
  border: 1px solid rgb(66, 66, 66);
  cursor: pointer;
  font-size: 16px;
  max-height: 62px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c-size-select__input::-ms-expand {
  display: none;
}
.c-size-select__input:focus {
  box-shadow: none;
}
.c-size-select__input--sm {
  font-size: 14px;
}
.c-size-select__input--xs {
  padding: 0 25px 0 8px;
  line-height: 22px;
  font-size: 12px;
}
.c-size-select__input--light {
  color: rgb(117, 117, 117);
  font-weight: bold;
  border: 1px solid rgb(158, 158, 158);
}
.c-size-select__icon {
  font-size: 12px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
  will-change: transform;
}
.c-size-select__dropdown {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(33, 33, 33);
  margin-top: -1px;
  max-height: 0;
  position: absolute;
  transition: max-height 0.3s cubic-bezier(1, 0, 1, 0);
  visibility: hidden;
  width: 100%;
  z-index: 1050;
}
.c-size-select__dropdown-size {
  font-size: 16px;
  height: 60px;
  padding: 20px 16px;
  cursor: pointer;
}
.c-size-select__dropdown-size td {
  border-bottom: 1px solid rgb(189, 189, 189);
}
.c-size-select__dropdown-size td.variant-status {
  line-height: 1.1;
  padding-top: 23px;
  vertical-align: top;
}
.c-size-select__dropdown-size .product-size {
  color: rgb(0, 0, 0);
}
.c-size-select__dropdown-size:hover {
  background-color: rgb(245, 245, 245);
  text-decoration: none;
}
.c-size-select__dropdown-size.inactive {
  color: rgb(117, 117, 117);
  cursor: default;
}
.c-size-select__dropdown-size .oldprice {
  color: rgb(33, 33, 33);
  text-decoration: line-through;
}
@media (max-width: 340px) {
  .c-size-select__dropdown-size .oldprice {
    display: none;
  }
}
.c-size-select.show .c-size-select__dropdown {
  max-height: 900px;
  transform: translateX(0);
  transition: 0.3s transform;
  visibility: visible;
}
.c-size-select.show .c-size-select__dropdown-overlay {
  opacity: 1;
  visibility: visible;
}
.c-size-select.show .c-size-select__icon {
  transform: rotate(180deg) translateY(50%);
}

.c-status-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 8.5px;
  font-size: 14px;
  height: 26px;
  min-width: 120px;
  background-color: rgb(245, 245, 245);
  color: rgb(33, 33, 33);
  white-space: nowrap;
}
.c-status-badge--warn {
  background-color: rgb(250, 221, 162);
}
.c-status-badge--info {
  background-color: rgb(220, 236, 226);
}
.c-status-badge--success {
  font-size: 12px;
  background-color: rgb(81, 162, 81);
  color: rgb(255, 255, 255);
}
.c-status-badge--error {
  background-color: rgb(255, 232, 232);
  color: rgb(199, 72, 55);
}

.c-review__write {
  text-decoration: underline;
  font-size: 14px;
}
.c-review__close {
  z-index: 2;
}
.c-review__sort-by {
  padding: 5px 0;
}
.c-review__item {
  margin: 30px 0 0;
}
.c-review__item-stars .star {
  width: 17px;
}
@media (min-width: 980px) {
  .c-review__item-stars .star {
    width: 20px;
  }
}
.c-review__item-stars--large .star {
  font-size: 18px;
}
.c-review__item-info {
  margin-left: 10px;
  color: rgb(117, 117, 117);
  font-size: 12px;
}
.c-review__item-like {
  cursor: pointer;
  color: rgb(158, 158, 158);
}
.c-review__item-like.liked {
  color: rgb(199, 72, 55) !important;
}
.c-review__heading {
  margin: 5px 0 30px;
}
.c-review__footer {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .c-review__form {
    width: 430px;
  }
}
@media (min-width: 768px) {
  .c-review__form--bigger {
    width: 37rem;
  }
}
.c-review__form-stars .star {
  margin-right: 10px;
  font-size: 22px;
}
.c-review__form-error-wrapper {
  height: 45px;
}
@media (max-width: 767.98px) {
  .c-review__form-error-wrapper--small {
    height: 20px;
  }
}
@media (min-width: 768px) {
  .c-review__form-error-wrapper {
    height: 20px;
  }
}

/*
* Custom price slider styling for IonRangeSlider
*/
.c-range-slider .irs {
  position: relative;
  display: block;
  height: 70px;
  -webkit-touch-callout: none;
  user-select: none;
  user-select: none;
  user-select: none;
  user-select: none;
  user-select: none;
}
.c-range-slider .irs-line {
  position: relative;
  top: 25px;
  display: block;
  height: 8px;
  overflow: hidden;
  outline: none !important;
}
.c-range-slider .irs-slider {
  position: absolute;
  top: 17px;
  z-index: 1;
  display: block;
  width: 23px;
  height: 23px;
  background: none;
  background-color: rgb(255, 255, 255);
  border: 2px solid rgb(66, 66, 66);
  border-radius: 20px;
  cursor: pointer;
}
.c-range-slider .irs-slider.type_last {
  z-index: 2;
}
.c-range-slider .irs-line-left,
.c-range-slider .irs-line-right,
.c-range-slider .irs-line-mid {
  position: absolute;
  top: 0;
  display: block;
  height: 4px;
  margin-top: 2px;
  background: none;
  background-color: rgb(224, 224, 224);
  cursor: pointer;
}
.c-range-slider .irs-line-left {
  left: 0;
  width: 11%;
  margin-left: 5px;
}
.c-range-slider .irs-line-right {
  right: 0;
  width: 11%;
  margin-right: 5px;
}
.c-range-slider .irs-line-mid {
  left: 9%;
  width: 82%;
}
.c-range-slider .irs-bar {
  position: absolute;
  top: 25px;
  display: block;
  height: 4px;
  margin-top: 2px;
  background: none;
  background-color: rgb(199, 72, 55);
  cursor: pointer;
}
.c-range-slider .irs-from,
.c-range-slider .irs-to,
.c-range-slider .irs-min,
.c-range-slider .irs-max,
.c-range-slider .irs-single {
  top: auto;
  bottom: 5px;
  padding: 0;
  font-size: 13px;
  color: rgb(158, 158, 158);
  background: none;
}
.c-range-slider .irs-from,
.c-range-slider .irs-to,
.c-range-slider .irs-single {
  position: absolute;
  left: 0;
  display: block;
  padding: 1px 5px;
  line-height: 1.333;
  text-shadow: none;
  white-space: nowrap;
  border-radius: 3px;
  border-radius: 3px;
  cursor: default;
}
.c-range-slider .irs-min {
  position: absolute;
  left: 0;
  display: block;
  cursor: default;
}
.c-range-slider .irs-max {
  position: absolute;
  right: 0;
  display: block;
  cursor: default;
}
.c-range-slider .irs-min,
.c-range-slider .irs-max {
  line-height: 1.333;
  text-shadow: none;
  border-radius: 3px;
  border-radius: 3px;
}
.c-range-slider .irs-grid {
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 20px;
}
.irs-with-grid .c-range-slider .irs-grid {
  display: block;
}
.c-range-slider .irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: rgb(153, 164, 172);
}
.c-range-slider .irs-grid-pol.small {
  height: 4px;
}
.c-range-slider .irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 3px;
  font-size: 9px;
  line-height: 9px;
  color: rgb(153, 164, 172);
  text-align: center;
  white-space: nowrap;
}
.c-range-slider .irs-from,
.c-range-slider .irs-to,
.c-range-slider .irs-single {
  color: rgb(66, 66, 66);
}
.c-range-slider .irs-bar-edge {
  position: absolute;
  top: 25px;
  left: 0;
  width: 11px;
  height: 8px;
  background-position: 0 -90px;
}
.c-range-slider .irs-shadow {
  position: absolute;
  top: 34px;
  left: 0;
  display: none;
  width: 0;
  height: 1px;
  background: rgb(0, 0, 0);
  opacity: 0.15;
}
.c-range-slider--no-bar .irs-bar-edge,
.c-range-slider--no-bar .irs-bar {
  display: none;
}
.c-range-slider--triangle-switch .irs-slider.single {
  width: 0;
  height: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 22px solid black;
}
.c-range-slider .irs-hidden-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  z-index: -9999 !important;
  display: block !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  outline: none !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}

/*# sourceMappingURL=myaccount.css.map */
