/* PRODUCT MINIATURE  *************************/
/* PRODUCt SINGLE *************************/
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-faded {
  background-color: #f7f7f9;
}

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

a.bg-primary:focus, a.bg-primary:hover {
  background-color: black !important;
}

.bg-success {
  background-color: #4cbb6c !important;
}

a.bg-success:focus, a.bg-success:hover {
  background-color: #3a9a56 !important;
}

.bg-info {
  background-color: #5bc0de !important;
}

a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5 !important;
}

.bg-warning {
  background-color: #ff9a52 !important;
}

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #ff7c1f !important;
}

.bg-danger {
  background-color: #ff4c4c !important;
}

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #ff1919 !important;
}

.bg-inverse {
  background-color: #363a42 !important;
}

a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: #1f2126 !important;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-top {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.rounded-right {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-left {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.rounded-circle {
  border-radius: 50%;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-inline {
  display: inline !important;
}

.float-xs-left {
  float: left !important;
}

.float-xs-right {
  float: right !important;
}

.float-xs-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.m-0 {
  margin: 0 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 1rem 1rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mr-1 {
  margin-right: 1rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.ml-1 {
  margin-left: 1rem !important;
}

.mx-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-2 {
  margin: 1.5rem 1.5rem !important;
}

.mt-2 {
  margin-top: 1.5rem !important;
}

.mr-2 {
  margin-right: 1.5rem !important;
}

.mb-2 {
  margin-bottom: 1.5rem !important;
}

.ml-2 {
  margin-left: 1.5rem !important;
}

.mx-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.my-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-3 {
  margin: 3rem 3rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mr-3 {
  margin-right: 3rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.ml-3 {
  margin-left: 3rem !important;
}

.mx-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-0 {
  padding: 0 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 1rem 1rem !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pr-1 {
  padding-right: 1rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pl-1 {
  padding-left: 1rem !important;
}

.px-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-2 {
  padding: 1.5rem 1.5rem !important;
}

.pt-2 {
  padding-top: 1.5rem !important;
}

.pr-2 {
  padding-right: 1.5rem !important;
}

.pb-2 {
  padding-bottom: 1.5rem !important;
}

.pl-2 {
  padding-left: 1.5rem !important;
}

.px-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.py-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-3 {
  padding: 3rem 3rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pr-3 {
  padding-right: 3rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.pl-3 {
  padding-left: 3rem !important;
}

.px-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-xs-left {
  text-align: left !important;
}

.text-xs-right {
  text-align: right !important;
}

.text-xs-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-normal {
  font-weight: normal;
}

.font-weight-bold {
  font-weight: bold;
}

.font-italic {
  font-style: italic;
}

.text-white {
  color: #fff !important;
}

.text-muted {
  color: #f9f9fb !important;
}

a.text-muted:focus, a.text-muted:hover {
  color: #dadae7 !important;
}

.text-primary {
  color: #000 !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: black !important;
}

.text-success {
  color: #4cbb6c !important;
}

a.text-success:focus, a.text-success:hover {
  color: #3a9a56 !important;
}

.text-info {
  color: #5bc0de !important;
}

a.text-info:focus, a.text-info:hover {
  color: #31b0d5 !important;
}

.text-warning {
  color: #ff9a52 !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: #ff7c1f !important;
}

.text-danger {
  color: #ff4c4c !important;
}

a.text-danger:focus, a.text-danger:hover {
  color: #ff1919 !important;
}

.text-gray-dark {
  color: #363a42 !important;
}

a.text-gray-dark:focus, a.text-gray-dark:hover {
  color: #1f2126 !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-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;
  display: block;
  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);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
  margin: 0 !important;
  /* padding-left: 5px !important;
   padding-right: 5px !important;*/
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.cart-grid {
  margin-top: clamp(0.2rem, -0.455rem + 3.27vw, 2rem);
}

.cart-items {
  list-style: none;
  padding: 0 !important;
}

.cart-item {
  padding: 1.6rem 0;
  margin-bottom: 0;
}
.cart-item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.cart-item .regular-price {
  text-decoration: line-through;
}
.cart-item .regular-price,
.cart-item .current-price,
.cart-item .discount-percentage {
  font-size: 0.875rem;
}
.cart-item .product-price {
  font-size: 0.9375rem;
}
.cart-item .discount-percentage {
  background-color: #d52e3f;
  padding: 0.2rem 0.4rem;
  text-transform: uppercase;
  color: white;
  margin-left: 0.4rem;
  font-size: 0.7rem;
  font-weight: 800;
}
.cart-item .bootstrap-touchspin .input-group-btn-vertical i {
  top: 0.2rem !important;
}

.cart-item-gift {
  border: 1px solid rgba(215, 171, 47, 0.19);
  background: rgba(248, 218, 134, 0.12);
  padding: 1rem;
  margin-top: 1rem;
  border-radius: 6px;
  position: relative;
}
.cart-item-gift:before {
  content: "Regalo";
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgb(241, 198, 77);
  color: #fff;
  padding: 0px 8px;
  border-radius: 4px 0 0 0;
  font-size: 0.8rem;
  font-weight: 600;
}
.cart-item-gift .product-line-grid-left .product-image {
  background: transparent;
  max-width: 88px;
}

.checkout-summary-body .cart-item-gift {
  padding: 0.6rem !important;
  background: rgb(249, 247, 240);
  margin-top: 0;
}
.checkout-summary-body .cart-item-gift img {
  background: rgba(255, 255, 255, 0.7882352941) !important;
  border: none !important;
}
.checkout-summary-body .cart-item-gift .media-body {
  padding-top: 8px;
}

.cart-summary-line.cart-total {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding-top: 1rem;
}
.cart-summary-line.cart-total .label,
.cart-summary-line.cart-total .value {
  font-weight: 900;
  font-size: 1rem;
}
.cart-summary-line.cart-total .value {
  font-size: 1.2rem;
}
.cart-summary-line span.sub {
  text-align: left;
  font-size: 0.88rem;
  float: none;
}

.cart-summary-line {
  clear: both;
  margin-bottom: 0.8rem;
}
.cart-summary-line::after {
  content: "";
  display: table;
  clear: both;
}
.cart-summary-line .label {
  padding-left: 0;
  white-space: inherit;
  color: #363a42;
  font-weight: 900;
}
.cart-summary-line .value {
  color: #232323;
  float: right;
}

@media (min-width: 992px) {
  .cart-grid-body {
    padding-right: 2rem !important;
  }
}
.cart-grid-body .continue-shopping {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.cart-grid-body .continue-shopping i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  font-size: 1.8rem;
}

/** CART RIGHT **/
@media (min-width: 992px) {
  .cart-grid-right {
    padding-left: 2rem !important;
  }
}
.cart-grid-right .cart-grid-right-wrapper {
  padding: clamp(1rem, 1.318rem + 0.91vw, 2rem);
  background: #f4f5f8;
  margin-top: 0.6rem;
}
.cart-grid-right h2 {
  margin-top: 0;
}
.cart-grid-right .cart-summary-line.cart-subtotal-products .label,
.cart-grid-right .cart-summary-line.cart-subtotal-products .value {
  font-weight: 600;
}
.cart-grid-right .cart-summary-line.cart-subtotal-products .value {
  font-size: 1rem;
}
.cart-grid-right .btn {
  width: 100%;
}
.cart-grid-right .blockreassurance_product {
  background-color: transparent;
  padding: 0;
  margin-top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cart-grid-right .blockreassurance_product > div {
  padding: 0 0.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.cart-grid-right .blockreassurance_product span {
  text-align: left;
}
.cart-grid-right .blockreassurance_product .block-title {
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 0.1rem;
  display: inline-block;
  min-width: 40%;
}

.cart-summary-totals {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/* PROMOS*/
#cart-subtotal-discount .value {
  background: #d52e3f;
  padding: 0.1rem 0.4rem;
  text-transform: uppercase;
  color: white;
  font-size: 0.7rem;
  font-weight: 800;
  border-radius: 4px;
}

.block-promo {
  padding: 2rem 0 0rem 0;
}
.block-promo .promo-code {
  padding: 1.2rem 0.6rem 0.8rem 0.6rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  margin: 1.1rem 0;
  position: relative;
}
.block-promo .promo-code .promo-code-title {
  text-align: center;
  font-weight: 600;
  background-color: #f4f5f8;
  position: absolute;
  top: -14px;
  padding: 0 0.4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
  font-size: 0.94rem;
}
.block-promo .promo-code .alert-danger {
  position: relative;
  margin-top: 1.25rem;
  background: #ff4c4c;
  color: white;
  display: none;
}
.block-promo .promo-code .alert-danger::after {
  bottom: 100%;
  left: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #ff4c4c;
  border-width: 10px;
  margin-left: -10px;
}
.block-promo .promo-input {
  color: #232323;
  border: 1px solid #d9d9d9;
  height: 2.5rem;
  width: calc(100% - 94px);
  display: inline-block;
  font-size: 0.8rem;
  border-radius: 0;
  border-radius: 4px;
}
.block-promo .promo-input + button {
  padding: 0.68rem 0.8rem;
  width: auto;
  display: inline-block;
  font-size: 0.72rem;
  margin-top: -4px;
}
.block-promo .cart-summary-line .label,
.block-promo .promo-name {
  color: #ff9a52;
  font-weight: 600;
  margin-bottom: 0;
}
.block-promo .cart-summary-line .label a,
.block-promo .promo-name a {
  font-weight: normal;
  color: #232323;
  display: inline-block;
}
.block-promo .promo-name {
  list-style: none;
  padding: 0.2rem 0;
}
.block-promo .promo-name .cart-summary-line .label {
  font-weight: normal;
  color: #363a42;
}
.block-promo .promo-name .cart-summary-line span {
  color: #ff9a52;
}
.block-promo .promo-name .material-icons {
  font-size: 1.2rem;
  margin-left: 0.4rem;
}
.block-promo .promo-code-button {
  display: block;
  text-align: center;
}
.block-promo .promo-code-button.with-discounts {
  display: none;
}
.block-promo .promo-code-button.cancel-promo {
  color: #000;
  margin-bottom: 0;
}
.block-promo .promo-code-button.cancel-promo[aria-expanded=true] {
  display: block;
  padding: 0;
  margin-top: 1rem;
}
.block-promo.promo-highlighted {
  padding: 0 1rem;
  margin-bottom: 0;
  text-align: center;
}
.block-promo p {
  margin-bottom: 0;
}

/** CONTENT LEFT **/
@media (max-width: 575px) {
  .product-line-grid-left {
    width: 20% !important;
  }
}
.product-line-grid-left .product-image {
  display: block;
  background: #fafafa;
  max-width: 110px;
  border-radius: 0.6rem;
}
.product-line-grid-left .product-image img {
  max-width: 100%;
  mix-blend-mode: darken;
}

/** CONTENT BODY **/
.product-line-grid-body > .product-line-info > .label {
  padding: 0;
  line-height: inherit;
  text-align: left;
  white-space: inherit;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.3rem;
  display: inline-block;
  text-transform: lowercase;
  text-decoration: none;
}
@media (max-width: 575px) {
  .product-line-grid-body > .product-line-info > .label {
    font-size: 0.9rem;
  }
}
.product-line-grid-body > .product-line-info > .label::first-letter {
  text-transform: uppercase;
}
.product-line-grid-body > .product-line-info > .out-of-stock {
  color: red;
}
.product-line-grid-body > .product-line-info > .available {
  color: #4cbb6c;
}
.product-line-grid-body > .product-line-info > .unit-price-cart {
  padding-left: 0.3125rem;
  font-size: 0.875rem;
  color: #f9f9fb;
}

/** CONTENT RIGHT **/
.product-line-grid-right .cart-line-product-actions,
.product-line-grid-right .product-price {
  color: #232323;
  line-height: 36px;
}
.product-line-grid-right .cart-line-product-actions .remove-from-cart,
.product-line-grid-right .product-price .remove-from-cart {
  display: inline-block;
  margin-top: 0.3125rem;
}
@media (max-width: 575px) {
  .product-line-grid-right > .row > .col-xs-3 {
    width: 20%;
  }
}

/*** Responsive part ***/
@media (max-width: 767px) {
  .product-line-grid-body {
    margin-bottom: 1rem;
  }
}
@media (max-width: 575px) {
  .cart-items {
    padding: 1rem 0;
  }
  .product-line-grid-left {
    padding-right: 0 !important;
  }
}
@media (max-width: 360px) {
  .product-line-grid-right .qty {
    width: 100%;
  }
  .product-line-grid-right .price {
    width: 100%;
  }
}
.product-line-grid-right .cart-line-product-actions .remove-from-cart {
  color: #bebebe;
  margin-right: 1rem;
}

.cart-crossselling {
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.cart-crossselling h3 {
  margin-bottom: 1.6rem;
}

@media (min-width: 1200px) {
  .page-order .container {
    width: 1200px;
    max-width: 100%;
  }
}
body#checkout {
  padding-top: 8rem;
}
@media (max-width: 767px) {
  body#checkout {
    padding-top: 7rem;
  }
}
body#checkout #header {
  margin-bottom: 2rem;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
}
body#checkout #header .header-nav {
  padding: 0.9375rem 2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body#checkout #header .header-nav .logo {
  max-height: 3rem;
  width: auto;
}
body#checkout #header .header-nav .back-to-cart,
body#checkout #header .header-nav .dropdown-help {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  font-size: 0.75rem;
  font-weight: 500;
}
body#checkout #header .header-nav .dropdown-help {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  body#checkout #header .header-nav .dropdown-help .dropdown-toggle span {
    display: none;
  }
}
body#checkout #header .custom-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body#checkout #header .custom-checkbox span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15px;
          flex: 0 0 15px;
  margin-top: 0.1875rem;
}
body#checkout #header footer {
  padding: 2rem 0;
  background-color: #fff;
  color: #363a42;
}
body#checkout #footer {
  margin-top: 0;
  padding: 1.6rem;
  font-size: 0.7rem;
}

section.checkout-step {
  padding-bottom: 0.9375rem;
}
section.checkout-step:last-child {
  border: 0;
}
section.checkout-step .step-title {
  cursor: pointer;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  text-align: left;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  font-size: clamp(0.9rem, 0.796rem + 0.46vw, 1.2rem);
}
section.checkout-step .step-title .step-number {
  padding-right: 0.28rem;
}
section.checkout-step .step-edit {
  text-transform: lowercase;
  font-size: 0.8rem;
}
section.checkout-step .step-edit i {
  font-size: 0.8125rem;
}
section.checkout-step .not-allowed {
  cursor: not-allowed;
  opacity: 0.5;
}
section.checkout-step .content,
section.checkout-step .done,
section.checkout-step .step-edit {
  display: none;
}
section.checkout-step.-unreachable .step-title {
  cursor: not-allowed;
  opacity: 0.5;
}
section.checkout-step.-current .step-title {
  cursor: default;
}
section.checkout-step.-current .content {
  display: block;
}
section.checkout-step.-current.-reachable.-complete .done,
section.checkout-step.-current.-reachable.-complete .step-edit {
  display: none;
}
section.checkout-step.-current.-reachable.-complete .step-number {
  display: inline-block;
}
section.checkout-step.-current.-reachable.-complete .content {
  display: block;
  padding-left: 30px;
}
section.checkout-step.-reachable.-complete .step-title .done {
  display: inline-block;
}
section.checkout-step.-reachable.-complete .step-title .step-number {
  display: none;
}
section.checkout-step.-reachable.-complete .step-title .step-edit {
  cursor: pointer;
  display: block;
  float: right;
  margin-right: 0.125rem;
  color: #f9f9fb;
}
section.checkout-step.-reachable.-complete .content {
  display: none;
}
section.checkout-step.-reachable.-complete i:first-child {
  color: #000;
}
section.checkout-step small {
  color: #f9f9fb;
}
section.checkout-step .default-input {
  min-width: 40%;
}
section.checkout-step .default-input[name=address1], section.checkout-step .default-input[name=address2] {
  min-width: 60%;
}
section.checkout-step .radio-field {
  margin-top: 1.875rem;
}
section.checkout-step .radio-field label {
  display: inline;
}
section.checkout-step .checkbox-field + .checkbox-field div {
  margin-top: 0;
}
section.checkout-step .select-field div {
  background: #f6f6f6;
  padding: 0.625rem 3.125rem;
}
section.checkout-step .form-footer {
  text-align: center;
}
section.checkout-step #conditions-to-approve {
  padding-top: 1rem;
}
section.checkout-step .payment-options .payment-options-item {
  padding: 1.5rem 1rem;
  margin-bottom: 0.9375rem;
  border: 1px solid #d5d5d5;
  border-radius: 6px;
  position: relative;
}
section.checkout-step .payment-options .payment-options-item.is-checked {
  background: #f1f6ff;
  outline: #98c7fb 2px solid;
}
section.checkout-step .payment-options label {
  display: table-cell;
  cursor: pointer;
  margin: 0;
  font-weight: 700;
  line-height: 1.6em;
  max-width: calc(100% - 100px);
}
section.checkout-step .payment-options label img {
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-height: 44px;
}
section.checkout-step .payment-options .custom-radio {
  margin-right: 11px;
}
section.checkout-step .payment-options .payment-option {
  cursor: pointer;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.checkout-step .btn {
  font-size: 0.8rem;
  padding: 1rem 1.4rem;
}
section.checkout-step .btn.disabled, section.checkout-step .btn.disabled:hover {
  background: #000;
  border-color: #000;
}
section.checkout-step .address-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3%;
}
section.checkout-step .address-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  margin-bottom: 0.625rem;
  padding: 0.4rem;
  border: 1px solid #d5d5d5;
  border-radius: 6px;
}
section.checkout-step .address-item.selected {
  background: #f1f6ff;
  outline: #98c7fb 2px solid;
}
section.checkout-step .address-item .custom-radio {
  margin-right: 6px;
}
section.checkout-step .address-item header {
  margin-bottom: 0;
}
section.checkout-step .address-alias {
  display: inline-block;
  font-weight: 700;
  margin-bottom: 0.625rem;
  font-size: 1rem;
}
section.checkout-step .address {
  margin-left: 29px;
  font-weight: normal;
}
section.checkout-step .radio-block {
  padding: 0.9375rem;
  text-align: left;
  cursor: pointer;
}
section.checkout-step .custom-radio {
  margin-right: 0;
}
section.checkout-step .custom-radio input[type=radio] {
  height: 1.25rem;
  width: 1.25rem;
}
section.checkout-step .delete-address,
section.checkout-step .edit-address {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 0.125rem;
  color: #000 !important;
  padding-top: 3px;
  text-transform: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  font-size: 0.8rem;
  text-decoration: none;
}
section.checkout-step .delete-address .delete,
section.checkout-step .delete-address .edit,
section.checkout-step .edit-address .delete,
section.checkout-step .edit-address .edit {
  font-size: 1rem;
}
section.checkout-step hr {
  margin: 0;
}
section.checkout-step .address-footer {
  padding: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.checkout-step #delivery-addresses,
section.checkout-step #invoice-addresses {
  margin-top: 1.25rem;
}
section.checkout-step .add-address a i {
  font-size: 0.9375rem;
}
section.checkout-step .delivery-options .delivery-option {
  padding: 0.9375rem 0;
  margin-bottom: 0.9375rem;
  min-height: 80px;
  border: 1px solid #d5d5d5;
  border-radius: 6px;
}
section.checkout-step .delivery-options .delivery-option.is-checked {
  background: #f1f6ff;
  outline: #98c7fb 2px solid;
}
section.checkout-step .delivery-options .delivery-option,
section.checkout-step .delivery-options .delivery-option label > .row,
section.checkout-step .delivery-options .delivery-option .carrier {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 0px;
  margin-right: 1px;
}
section.checkout-step .delivery-options .delivery-option label {
  text-align: inherit;
  margin-bottom: 0;
  padding: 0;
}
section.checkout-step .delivery-options .delivery-option img {
  width: 3.125rem;
}
section.checkout-step .delivery-options .carrier-extra-content {
  margin: 0;
}
section.checkout-step .delivery-options .fspas-carrier-map {
  margin-top: 1rem;
}
section.checkout-step .carrier-delay,
section.checkout-step .carrier-name {
  display: inline-block;
  word-break: break-word;
  text-align: left;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  section.checkout-step .carrier-delay,
section.checkout-step .carrier-name {
    margin-bottom: 0.6rem;
  }
}
section.checkout-step #customer-form .form-control-label,
section.checkout-step #delivery-address .form-control-label,
section.checkout-step #invoice-address .form-control-label,
section.checkout-step #login-form .form-control-label {
  text-align: left;
}
section.checkout-step #customer-form .radio-inline,
section.checkout-step #delivery-address .radio-inline,
section.checkout-step #invoice-address .radio-inline,
section.checkout-step #login-form .radio-inline {
  padding: 0;
}
section.checkout-step .sign-in {
  font-size: 0.875rem;
}
section.checkout-step .forgot-password {
  margin-left: 14.38rem;
}

.additional-information {
  margin-left: 30px;
  margin-top: 1.25rem;
  padding-right: 80px;
}
.additional-information p {
  font-size: 0.875rem;
}

.condition-label {
  margin-left: 2.5rem;
  margin-top: 0.625rem;
}
.condition-label label {
  text-align: inherit;
}

.cancel-address {
  margin: 0.625rem;
  display: block;
  color: #f9f9fb;
  text-decoration: underline;
}

#cart-summary-product-list {
  margin-top: 1rem;
  font-size: 0.875rem;
}
@media (max-width: 1199px) {
  #cart-summary-product-list {
    margin-top: 1.6rem;
  }
}
#cart-summary-product-list img {
  background: #fff;
  width: 4rem;
}
#cart-summary-product-list .media {
  padding-bottom: 0.4rem;
  margin-bottom: 0.4rem;
  position: relative;
  overflow: visible;
}

#order-summary-content {
  padding-top: 0.9375rem;
}
#order-summary-content h4.addresshead {
  margin-top: 0.1875rem;
}
#order-summary-content .noshadow {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#order-summary-content #order-items {
  border-right: 0;
}
#order-summary-content #order-items .step-title {
  color: #232323;
  margin-top: 1.25rem;
}
#order-summary-content #order-items table {
  border: 1px solid rgba(0, 0, 0, 0.125);
}
#order-summary-content .order-confirmation-table {
  padding: 1rem;
  margin-bottom: 2rem;
  background-color: #fff;
  border: 3px solid #e5e5e5;
  border-radius: 0;
}
#order-summary-content .order-confirmation-table .order-line strong {
  display: inline-block;
  text-transform: uppercase;
}
#order-summary-content .summary-selected-carrier {
  margin-bottom: 0.75rem;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  padding: 1rem;
}
#order-summary-content .summary-selected-carrier .logo-container {
  text-align: center;
}
#order-summary-content .summary-selected-carrier .logo-container img {
  width: 3.125rem;
}
#order-summary-content .step-edit {
  display: inline;
  color: #f9f9fb;
}
#order-summary-content .step-edit:hover {
  cursor: pointer;
}
#order-summary-content a .step-edit {
  color: #f9f9fb;
}

#gift_message,
#delivery {
  max-width: 100%;
  border-color: #232323;
}
#gift_message textarea,
#delivery textarea {
  max-width: 100%;
  margin-bottom: 10px;
}

#delivery > label {
  text-align: left;
}

#hook-display-after-carrier {
  margin-top: 20px;
}
#hook-display-after-carrier > [class^=col] {
  float: inherit;
  display: inline-block;
}
#hook-display-after-carrier > [class^=col].links .row > [class^=col] {
  width: auto;
}

/**** ORDER CONFIRMATION *****/
#order-details {
  padding-left: 1.3rem;
  margin-top: 1.25rem;
}
#order-details > .card-title {
  margin-bottom: 1.875rem;
}
#order-details ul {
  margin-bottom: 1.25rem;
}
#order-details ul li {
  margin-bottom: 0.625rem;
}

#order-items .step-title {
  font-size: 1rem;
}
@media (max-width: 991px) {
  #order-items .step-title._desktop-title {
    display: none;
  }
}
#order-items .order-line {
  margin: 0.5rem 0;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  #order-items .order-line {
    display: inline-block;
  }
}
#order-items .order-line:last-child {
  border-bottom: 0;
}
#order-items .image img {
  width: 100%;
}
#order-items .details {
  margin-bottom: 1rem;
}
#order-items .details .customizations {
  margin-top: 0.625rem;
}
#order-items .qty {
  margin-bottom: 1rem;
}
#order-items .value {
  text-align: right;
  padding-right: 54px;
}

#order-confirmation #registration-form {
  width: 50%;
  margin: 0 auto 1rem;
}
#order-confirmation ul {
  margin-left: 30px;
  list-style: square;
}

@media (max-width: 991px) {
  .done {
    margin-right: 0.625rem;
    padding: 0;
  }
  body#checkout section.checkout-step .address-item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  body#checkout section.checkout-step .delivery-option-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .delivery-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
  }
  .delivery-option .custom-radio {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .condition-label label[for="conditions_to_approve[terms-and-conditions]"] {
    text-align: left;
  }
  #order-confirmation #registration-form {
    width: 100%;
  }
  body#checkout section.checkout-step .delivery-options .delivery-option .carrier > .col-xs-12 {
    padding-left: 0;
  }
}
.cart-summary-products.js-cart-summary-products {
  margin-bottom: 1rem;
}
@media (max-width: 1199px) {
  .cart-summary-products.js-cart-summary-products {
    border-top: 1px solid #d3d3d3;
  }
}

@media (max-width: 767px) {
  body#checkout section.checkout-step.-reachable.-complete .step-title .step-edit {
    font-size: 0.6875rem;
  }
  body#checkout section.checkout-step.-reachable.-complete .step-title .step-edit i {
    font-size: 0.75rem;
  }
  body#checkout #header .header-nav {
    max-height: none;
    padding: 0.6rem;
  }
  body#checkout #header .header-nav .logo {
    max-height: 2rem;
  }
  body#checkout section.checkout-step .content {
    padding: 0.9375rem 0;
  }
  body#checkout .form-group {
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  #payment-confirmation button {
    font-size: 0.875rem;
  }
  #payment-confirmation button.btn {
    white-space: normal;
  }
}
.js-payment-binary {
  display: none;
}
.js-payment-binary .accept-cgv {
  display: none;
}
.js-payment-binary.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.js-payment-binary.disabled::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.js-payment-binary.disabled .accept-cgv {
  display: block;
}

#js-checkout-summary {
  padding: 2rem;
  background-color: rgb(249, 249, 249);
  position: sticky;
  top: 110px;
  z-index: 10;
}
@media (max-width: 1199px) {
  #js-checkout-summary {
    padding: 0rem 1rem 2rem 1rem;
  }
}
#js-checkout-summary h2 {
  margin-top: 0;
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
@media (max-width: 1199px) {
  #js-checkout-summary h2 {
    display: none;
  }
}

.custom-checkbox input,
.custom-checkbox span {
  margin-left: -34px;
}

.js-input-column:has(.custom-checkbox) {
  margin-left: 36px;
}

.checkout-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 6%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.checkout-content .checkout-process {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
  max-width: 55%;
  margin-top: 14px;
}
@media (max-width: 1199px) {
  .checkout-content .checkout-process {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.checkout-content #js-checkout-summary {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 39%;
          flex: 1 0 39%;
  max-width: 39%;
  background-color: #f4f5f8;
}
@media (max-width: 1199px) {
  .checkout-content #js-checkout-summary {
    max-width: 100%;
    position: absolute;
    top: 78px;
    left: 0;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    position: fixed;
  }
}
@media (max-width: 767px) {
  .checkout-content #js-checkout-summary {
    top: 52px;
  }
}
.checkout-content #js-checkout-summary .product-name {
  font-weight: 700;
  font-size: 0.82rem;
  max-width: 74%;
  display: inline-block;
  line-height: 1.6em;
  text-transform: lowercase;
}
.checkout-content #js-checkout-summary .product-name:first-letter {
  text-transform: uppercase;
}
.checkout-content #js-checkout-summary .product-name a {
  text-decoration: none;
}
.checkout-content #js-checkout-summary .product-quantity {
  position: absolute;
  left: 54px;
  top: -8px;
}
.checkout-content #js-checkout-summary .product-price {
  font-size: 0.8rem;
}
.checkout-content #js-checkout-summary .product-quantity {
  background: #c4c4c4;
  color: #fff;
  padding: 0.3rem 0.4rem;
  border-radius: 50%;
  font-size: 0.66rem;
  font-weight: 700;
  line-height: 1em;
  min-width: 20px;
  text-align: center;
}
.checkout-content #js-checkout-summary .media-left {
  padding-right: 18px;
}
.checkout-content #js-checkout-summary .media-object {
  border: 1px rgba(0, 0, 0, 0.1) solid;
}
.checkout-content #js-checkout-summary .checkout-summary-btn-show {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  color: rgb(24, 24, 24);
  display: none;
  height: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.375rem 0px;
  width: 100%;
  border: none;
}
@media (max-width: 1199px) {
  .checkout-content #js-checkout-summary .checkout-summary-btn-show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.checkout-content #js-checkout-summary .checkout-summary-btn-show .checkout-summary-btn-text {
  font-weight: 600;
}
.checkout-content #js-checkout-summary .checkout-summary-btn-show .checkout-summary-btn-body {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  gap: 0.8rem;
}
.checkout-content #js-checkout-summary .checkout-summary-btn-show .checkout-summary-btn-body .checkout-summary-btn-icon {
  height: 14px;
  width: 16px;
}
.checkout-content #js-checkout-summary .checkout-summary-btn-show .checkout-summary-btn-body .checkout-summary-btn-icon svg {
  width: 16px;
}
@media (max-width: 1199px) {
  .checkout-content #js-checkout-summary .checkout-summary-body {
    height: 0px;
    margin: 0px auto;
    opacity: 0;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    width: 100%;
    overflow: hidden;
  }
  .checkout-content #js-checkout-summary .checkout-summary-body.is-open {
    height: calc(100vh - 120px);
    opacity: 1;
    overflow-y: scroll;
  }
}

section.checkout-step .step-title .step-number,
section.checkout-step.-reachable.-complete .step-title .done {
  background: #000;
  color: #fff;
  border-radius: 50%;
  font-size: 0.9rem;
  width: 24px;
  height: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 0px;
  margin-right: 6px;
  padding-right: 0rem;
}

section.checkout-step.-reachable.-complete .step-title .done {
  font-size: 1rem;
}

section.checkout-step.-reachable.-complete .step-title .step-edit {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  margin-right: 0.125rem;
  color: #000 !important;
  padding-top: 3px;
  text-transform: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
}

.js-conditions-to-approve {
  padding-top: 1rem;
  padding-left: 10px;
}
.js-conditions-to-approve ul {
  list-style: none;
  padding-left: 28px;
}
.js-conditions-to-approve .condition-label {
  margin-left: -4px;
}

.ps-shown-by-js {
  text-align: right;
}

.block-taxfree {
  padding: 1.2rem 1.6rem;
  background-color: #f6f6b1;
  margin: 1rem 0;
}
.block-taxfree p {
  margin-bottom: 0.6rem;
}
.block-taxfree label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.recyclable-pack,
.wrapped-gift {
  margin: 0.8rem 0;
}
.recyclable-pack .custom-checkbox input,
.recyclable-pack .custom-checkbox span,
.wrapped-gift .custom-checkbox input,
.wrapped-gift .custom-checkbox span {
  margin-left: 0px;
}
.recyclable-pack #gift,
.wrapped-gift #gift {
  margin-top: 1rem;
}

a[data-link-action=different-invoice-address] {
  text-decoration: underline;
}

/* MINIPRODUCT GRID ********************/
#products .product-miniature a,
.featured-products .product-miniature a,
.product-accessories .product-miniature a {
  text-decoration: none;
}
#products .product-miniature > a:hover,
.featured-products .product-miniature > a:hover,
.product-accessories .product-miniature > a:hover {
  text-decoration: none;
  color: #000;
}
#products .products,
.featured-products .products,
.product-accessories .products {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 2rem 1rem;
}
@media (max-width: 650px) {
  #products .products,
.featured-products .products,
.product-accessories .products {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
@media (max-width: 450px) {
  #products .products,
.featured-products .products,
.product-accessories .products {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-gap: 1rem 0.6rem;
  }
}
#products .products.slick-slider,
.featured-products .products.slick-slider,
.product-accessories .products.slick-slider {
  padding: 0;
}
#products .products.slick-slider .slick-list .slick-slide,
.featured-products .products.slick-slider .slick-list .slick-slide,
.product-accessories .products.slick-slider .slick-list .slick-slide {
  margin: 0 0.4rem !important;
}
#products .product-miniature .thumbnail-container,
.featured-products .product-miniature .thumbnail-container,
.product-accessories .product-miniature .thumbnail-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: transparent !important;
}
#products .product-miniature .thumbnail-container .product-thumbnail,
.featured-products .product-miniature .thumbnail-container .product-thumbnail,
.product-accessories .product-miniature .thumbnail-container .product-thumbnail {
  background-color: #f9f9fb !important;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 0;
}
#products .product-miniature .thumbnail-container .product-thumbnail img,
.featured-products .product-miniature .thumbnail-container .product-thumbnail img,
.product-accessories .product-miniature .thumbnail-container .product-thumbnail img {
  width: 100%;
  height: auto;
  mix-blend-mode: darken;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
#products .product-miniature .thumbnail-container .last_image,
.featured-products .product-miniature .thumbnail-container .last_image,
.product-accessories .product-miniature .thumbnail-container .last_image {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  aspect-ratio: 1/1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}
#products .product-miniature .thumbnail-container .last_image img,
.featured-products .product-miniature .thumbnail-container .last_image img,
.product-accessories .product-miniature .thumbnail-container .last_image img {
  width: 114%;
  max-width: none;
}
#products .product-miniature .thumbnail-container:hover .last_image,
.featured-products .product-miniature .thumbnail-container:hover .last_image,
.product-accessories .product-miniature .thumbnail-container:hover .last_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#products .product-title,
.featured-products .product-title,
.product-accessories .product-title {
  font-family: "PlusJakartaSans", sans-serif;
  font-size: 0.9375rem;
  margin: 0.6rem 0 0.2rem 0;
  font-weight: 600;
  text-transform: lowercase;
  letter-spacing: 0.2px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
}
#products .product-title::first-letter,
.featured-products .product-title::first-letter,
.product-accessories .product-title::first-letter {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #products .product-title,
.featured-products .product-title,
.product-accessories .product-title {
    font-size: 0.86rem;
  }
}
#products .product-actions,
.featured-products .product-actions,
.product-accessories .product-actions {
  padding: 0 0.5rem 0.5rem;
}
#products .product,
.featured-products .product,
.product-accessories .product {
  max-width: 354px;
  position: relative;
}
#products .price,
.featured-products .price,
.product-accessories .price {
  font-size: 0.9375rem;
  font-weight: 700;
}
#products .price.price-discount,
.featured-products .price.price-discount,
.product-accessories .price.price-discount {
  color: #d52e3f;
}
@media (max-width: 767px) {
  #products .price,
.featured-products .price,
.product-accessories .price {
    font-size: 0.84rem;
  }
}
#products .discount-product,
.featured-products .discount-product,
.product-accessories .discount-product {
  display: none;
}
#products .products.list .product,
.featured-products .products.list .product,
.product-accessories .products.list .product {
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  max-width: 100%;
}
#products .products.list .product-miniature .thumbnail-container,
.featured-products .products.list .product-miniature .thumbnail-container,
.product-accessories .products.list .product-miniature .thumbnail-container {
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 0.5rem;
}
#products .products.list .product-thumbnail,
.featured-products .products.list .product-thumbnail,
.product-accessories .products.list .product-thumbnail {
  max-width: 10%;
}
#products .products.list .product-thumbnail,
#products .products.list .product-description,
.featured-products .products.list .product-thumbnail,
.featured-products .products.list .product-description,
.product-accessories .products.list .product-thumbnail,
.product-accessories .products.list .product-description {
  float: left;
}
#products .products.list .product-actions,
.featured-products .products.list .product-actions,
.product-accessories .products.list .product-actions {
  float: right;
  margin-top: 2rem;
}
#products .products.list .product-title,
.featured-products .products.list .product-title,
.product-accessories .products.list .product-title {
  margin-top: 0;
}
#products .product-price-and-shipping .product-price,
.featured-products .product-price-and-shipping .product-price,
.product-accessories .product-price-and-shipping .product-price {
  font-size: 0.9375rem;
  font-weight: 700;
}
#products .variant-links,
.featured-products .variant-links,
.product-accessories .variant-links {
  width: 100%;
  padding-top: 0.625rem;
}
#products .variant-links .color,
.featured-products .variant-links .color,
.product-accessories .variant-links .color {
  margin: 0;
  border: 1px solid #f9f9fb;
}
#products .product-miniature,
.featured-products .product-miniature,
.product-accessories .product-miniature {
  height: 100%;
}
#products .comments_note,
.featured-products .comments_note,
.product-accessories .comments_note {
  text-align: center;
  color: #f9f9fb;
}
#products .regular-price,
.featured-products .regular-price,
.product-accessories .regular-price {
  text-decoration: line-through;
  display: inline-block;
  font-size: 15px;
  padding-left: 0.4rem;
  color: #797979;
}
@media (max-width: 767px) {
  #products .regular-price,
.featured-products .regular-price,
.product-accessories .regular-price {
    font-size: 0.84rem;
  }
}
#products .count,
.featured-products .count,
.product-accessories .count {
  color: #f9f9fb;
  font-weight: 700;
  position: relative;
  bottom: 0.5rem;
}
#products .products-section-title,
.featured-products .products-section-title,
.product-accessories .products-section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#products .all-product-link,
.featured-products .all-product-link,
.product-accessories .all-product-link {
  font-weight: 600;
  font-size: 11.8px;
  line-height: 15px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  text-decoration: none;
}
#products .all-product-link i,
.featured-products .all-product-link i,
.product-accessories .all-product-link i {
  font-size: 1.8rem;
}
#products .product-actions > div .btn,
.featured-products .product-actions > div .btn,
.product-accessories .product-actions > div .btn {
  width: 100%;
}

/* MINIPRODUCT LIST ********************/
#products .products.list .thumbnail-container {
  margin-bottom: 0;
}
#products .products.list .st_attr_list_text_center {
  text-align: left;
  margin-top: 0.625rem;
}
#products .products.list .variant-links {
  text-align: left;
}

@media (max-width: 767px) {
  #products .products.list .product-thumbnail {
    max-width: 15%;
  }
}
.page-index #products .products.slick-slider .slick-list,
.page-index .featured-products .products.slick-slider .slick-list,
.page-index .product-accessories .products.slick-slider .slick-list {
  overflow: visible;
}

.slick-slider {
  position: relative;
}

.slick-track {
  margin-left: 0;
  margin-right: 0;
}

.slick-arrow {
  border: none;
  color: #000;
  background-color: #fff;
  position: absolute;
  top: 35%;
  cursor: pointer;
  left: 0;
  width: 40px;
  height: 40px;
  z-index: 9;
  border-radius: 50%;
  text-align: center;
  -webkit-box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.05);
  font-size: 1.6rem;
  line-height: 38px;
}
.slick-arrow:hover {
  color: #fff;
  background-color: #000;
}
.slick-arrow.slick-disabled {
  display: none !important;
}

.slick-next {
  right: 0;
  left: auto;
}

.slick-list {
  width: 100% !important;
}

.slick-slide p.product-title {
  margin-bottom: 0.2rem !important;
}
/*# sourceMappingURL=cart.css.map */