@charset "UTF-8";
a {
  color: #B83946;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
a:hover {
  color: #B83946;
  text-decoration: none;
}

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

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

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

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

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

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

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

figure {
  margin: 0;
}

picture {
  display: block;
}

.hidden {
  display: none !important;
}

.text-left {
  text-align: left;
}

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

.text-center {
  text-align: center;
}

.position-relative {
  position: relative;
}

.btn-primary {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  z-index: 1;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  padding: 0 3rem;
  height: 4rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  background: #B83946;
  outline: none;
  border: none;
  transition: 0.5s;
  border-radius: 10px;
  cursor: pointer;
}
@media only screen and (min-width: 991px) {
  .btn-primary {
    column-gap: 15px;
  }
}
.btn-primary img {
  display: block;
  width: 18px;
  height: 18px;
}
@media only screen and (min-width: 991px) {
  .btn-primary img {
    width: 24px;
    height: 24px;
  }
}
@media only screen and (min-width: 991px) {
  .btn-primary {
    height: 5rem;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .btn-primary {
    padding: 0 4rem;
  }
}
.btn-primary:hover {
  background: #33A330;
  color: #fff;
}

.btn-secondary {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  z-index: 1;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  padding: 0 3rem;
  height: 4rem;
  line-height: 1;
  text-align: center;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 16px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  background: #33A330;
  outline: none;
  border: none;
  transition: 0.5s;
  border-radius: 10px;
  cursor: pointer;
}
@media only screen and (min-width: 991px) {
  .btn-secondary {
    column-gap: 15px;
  }
}
.btn-secondary img {
  display: block;
  width: 18px;
  height: 18px;
}
@media only screen and (min-width: 991px) {
  .btn-secondary img {
    width: 24px;
    height: 24px;
  }
}
@media only screen and (min-width: 991px) {
  .btn-secondary {
    height: 5rem;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .btn-secondary {
    padding: 0 4rem;
  }
}
.btn-secondary:hover {
  background: #0f6f0b;
  color: #fff;
}

.btn-subtle {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  z-index: 1;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 3rem;
  height: 4rem;
  line-height: 1;
  text-align: center;
  color: #000;
  font-size: 16px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  background: #F0F0F0;
  outline: none;
  border: none;
  transition: 0.5s;
  border-radius: 10px;
  cursor: pointer;
}
@media only screen and (min-width: 991px) {
  .btn-subtle {
    height: 5rem;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .btn-subtle {
    padding: 0 4rem;
  }
}
.btn-subtle:hover {
  background: #eee;
  color: #000;
}

.btn-submit-primary {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  z-index: 1;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 3rem;
  height: 4rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  background: #B83946;
  outline: none;
  border: none;
  transition: 0.5s;
  border-radius: 10px;
  cursor: pointer;
}
@media only screen and (min-width: 991px) {
  .btn-submit-primary {
    height: 5rem;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .btn-submit-primary {
    padding: 0 4rem;
  }
}
.btn-submit-primary:hover {
  background: #33A330;
  color: #fff;
}

.btn-submit-secondary {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  z-index: 1;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 3rem;
  height: 4rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  background: #33A330;
  outline: none;
  border: none;
  transition: 0.5s;
  border-radius: 10px;
  cursor: pointer;
}
@media only screen and (min-width: 991px) {
  .btn-submit-secondary {
    height: 5rem;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .btn-submit-secondary {
    padding: 0 4rem;
  }
}
.btn-submit-secondary:hover {
  background: #0f6f0b;
  color: #fff;
}

.btn-subtle-link {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  z-index: 1;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 1;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  background: transparent;
  outline: none;
  border: none;
  transition: 0.5s;
  border-radius: 0;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.btn-subtle-link:hover {
  color: #000;
}

.btn-section-link {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  z-index: 1;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 3rem;
  height: 4rem;
  line-height: 1;
  text-align: center;
  color: #B83946;
  font-size: 16px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  background: rgba(236, 220, 184, 0.3);
  outline: none;
  border: none;
  transition: 0.5s;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  transition: 0.3s;
}
@media only screen and (min-width: 991px) {
  .btn-section-link {
    height: 5rem;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .btn-section-link {
    padding: 0 4rem;
  }
}
.btn-section-link:hover {
  text-decoration: none;
  background: #ECDCB8;
}

.skladem {
  color: #33A330 !important;
}

.neni-skladem {
  color: #E4A32B !important;
}

.out-of-stock-icon {
  filter: brightness(0) saturate(100%) invert(81%) sepia(16%) saturate(3518%) hue-rotate(340deg) brightness(95%) contrast(87%);
}

.grayscale {
  filter: grayscale(100%);
}

.range-slider {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 6px 0 0 0;
}
.range-slider__control {
  position: relative;
  min-height: 9px;
}
.range-slider__control input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  width: 20px;
  height: 20px;
  background-color: #B83946;
  border-radius: 50%;
  cursor: pointer;
}
.range-slider__control input[type=range]::-webkit-slider-thumb:hover {
  background: #B83946;
}
.range-slider__control input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  width: 20px;
  height: 20px;
  background-color: #B83946;
  border-radius: 50%;
  cursor: pointer;
}
.range-slider__control input[type=range] {
  -webkit-appearance: none;
  appearance: none;
  height: 2px;
  width: 100%;
  position: absolute;
  pointer-events: none;
}
.range-slider__fields {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1.3rem 0 0 0;
}
.range-slider__fields input {
  width: 100%;
  height: 40px;
  border: none;
  background: rgba(236, 220, 184, 0.3);
  text-align: center;
  color: #000;
  border-radius: 25px;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  outline-color: #B83946;
}
@media only screen and (min-width: 991px) {
  .range-slider__fields input {
    height: 50px;
  }
}
.range-slider__field {
  flex: 1;
}
.range-slider__separator {
  font-size: calc(14px * 1);
  padding: 0 1rem;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #000;
}
.range-slider .fromSlider {
  height: 0 !important;
  z-index: 1;
}

.filter-datalist {
  border: none;
  margin: 0;
  padding: 0;
}

.filter-field-checkbox {
  display: block;
  color: #000;
  position: relative;
  width: 100%;
  min-height: 20px;
  padding: 0 0 0 35px;
  margin: 0 0 10px 0;
  outline: none;
  text-align: left;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  cursor: pointer;
}
.filter-field-checkbox:hover {
  text-decoration: underline;
}
.filter-field-checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  top: 0;
  pointer-events: none;
}
.filter-field-checkbox input:checked ~ .filter-field-checkbox__indicator {
  border-color: #33A330;
}
.filter-field-checkbox input:checked ~ .filter-field-checkbox__indicator::after {
  opacity: 1;
}
.filter-field-checkbox input:checked ~ .filter-field-checkbox__label {
  font-weight: 400;
}
.filter-field-checkbox .filter-field-checkbox__label {
  display: flex;
  align-items: center;
  column-gap: 5px;
  margin: 0;
  color: #000;
  cursor: pointer;
}
.filter-field-checkbox .filter-field-checkbox__label span {
  color: #000;
}
.filter-field-checkbox .filter-field-checkbox__label a {
  color: #B83946;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.filter-field-checkbox .filter-field-checkbox__label a:hover {
  text-decoration: none;
}
.filter-field-checkbox .filter-field-checkbox__label-color-circle {
  width: 20px;
  height: 20px;
  margin: -1px 5px 0 0;
  border: 1px solid #5D5D5D;
  border-radius: 50%;
}
.filter-field-checkbox .filter-field-checkbox__indicator {
  border: 0.1rem solid #000;
  background-color: transparent;
  border-radius: 5px;
  position: absolute;
  top: -1px;
  left: 0;
  height: 20px;
  width: 20px;
  background: transparent;
}
.filter-field-checkbox .filter-field-checkbox__indicator::after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 1px;
  width: 17px;
  height: 17px;
  background: url("../images/ico-filter-check-5HDXE4G.svg") no-repeat center center;
  background-size: contain;
}

.filter-field-radio {
  display: block;
  color: #000;
  position: relative;
  width: 100%;
  min-height: 20px;
  padding: 0 0 0 35px;
  margin: 0 0 10px 0;
  outline: none;
  text-align: left;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  cursor: pointer;
}
.filter-field-radio:hover {
  text-decoration: underline;
}
.filter-field-radio input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  top: 0;
  pointer-events: none;
}
.filter-field-radio input:checked ~ .filter-field-radio__indicator {
  border-color: #33A330;
}
.filter-field-radio input:checked ~ .filter-field-radio__indicator::after {
  opacity: 1;
}
.filter-field-radio input:checked ~ .filter-field-radio__label {
  font-weight: 600;
}
.filter-field-radio .filter-field-radio__label {
  margin: 0;
  color: #000;
  cursor: pointer;
}
.filter-field-radio .filter-field-radio__label span {
  color: #000;
}
.filter-field-radio .filter-field-radio__indicator {
  border: 0.1rem solid #000;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background: transparent;
}
.filter-field-radio .filter-field-radio__indicator::after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #33A330;
}

.partner-readmore,
.history-readmore,
.readmore {
  overflow: hidden;
}

.readmore-link {
  font-size: calc(18px * 1);
  display: inline;
  text-align: center;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #B83946;
  cursor: pointer;
}
.readmore-link:hover span {
  text-decoration: none;
}
.readmore-link span {
  display: inline;
  pointer-events: none;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.readmore-link span:after {
  content: "více informací";
  z-index: 1;
}
.readmore-link.expand span:after {
  content: "mene informací";
}

.required-tag {
  color: #B83946;
}

.btn-icon-add {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #33A330;
  transition: 0.3s;
}
@media only screen and (min-width: 991px) {
  .btn-icon-add {
    width: 50px;
    height: 50px;
  }
}
.btn-icon-add:hover {
  background: #0f6f0b;
}
.btn-icon-add img {
  display: block;
  width: 18px;
  height: 18px;
}
@media only screen and (min-width: 991px) {
  .btn-icon-add img {
    width: 24px;
    height: 24px;
  }
}

.alert {
  font-size: 1.5rem;
  line-height: 2rem;
}
.alert.alert-danger {
  color: red;
  background: rgba(255, 0, 0, 0.1);
  padding: 1rem 2rem;
  border-radius: 2.5rem;
  font-size: 1.3rem;
  margin-bottom: 2rem;
}
.alert.alert-success {
  color: #62b236;
  background: rgba(98, 178, 54, 0.1);
  padding: 1rem 2rem;
  border-radius: 2.5rem;
  font-size: 1.3rem;
  margin-bottom: 2rem;
}
.alert.alert-info {
  color: red;
  background: rgba(255, 0, 0, 0.1);
  padding: 1rem 2rem;
  border-radius: 2.5rem;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
}

.is-invalid {
  border: 1px solid red !important;
}

.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown .dropdown-toggle {
  padding: 8px 16px;
  border: none;
  cursor: pointer;
}
.dropdown .dropdown-toggle:hover {
  text-decoration: none;
}
.dropdown .dropdown-menu {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 200px;
  border: 1px solid #f7f7f7;
  border-radius: 0.8rem;
  z-index: 1000;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.dropdown .dropdown-menu a {
  display: block;
  padding: 1.3rem 2rem;
  text-decoration: none;
  color: #333;
  font-size: 1.5rem;
}
.dropdown .dropdown-menu a:hover {
  background-color: #f7f7f7;
}
.dropdown .dropdown-menu a i {
  margin-right: 0.8rem;
}
.dropdown.show .dropdown-menu {
  display: block;
}

.btn-simple-ico {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 2.2rem;
  outline: none;
  transition: 0.3s;
}
.btn-simple-ico ion-icon, .btn-simple-ico i {
  font-size: 1.6rem;
  color: #000000;
}
.btn-simple-ico ion-icon[name=trash-outline], .btn-simple-ico ion-icon.ri-delete-bin-2-line, .btn-simple-ico i[name=trash-outline], .btn-simple-ico i.ri-delete-bin-2-line {
  color: #ff0000;
}
.btn-simple-ico img {
  display: block;
  max-width: 1.6rem;
  max-height: 1.6rem;
}
.btn-simple-ico:focus {
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
}
.btn-simple-ico:hover:not(.no-hover) {
  background: #fff7f2;
}
.btn-simple-ico:hover:not(.no-hover) .btn-simple-ico__tooltip {
  opacity: 1;
}
.btn-simple-ico__tooltip {
  font-size: calc(14px * 1);
  position: absolute;
  z-index: 99;
  bottom: calc(100% + 1rem);
  left: 50%;
  transform: translateX(-50%);
  padding: 0.7rem 2rem;
  border-radius: 2rem;
  background: #000;
  color: #fff;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
.btn-simple-ico__tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  left: 50%;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #000 transparent transparent transparent;
}
.btn-simple-ico--add ion-icon, .btn-simple-ico--add i {
  font-size: 3rem;
  color: #B83946;
}

.clickable {
  cursor: pointer;
}

.adm-field-checkbox {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  font-size: calc(16px * 1);
  margin: 0;
  display: inline-flex;
  color: #000;
  position: relative;
  padding: 0 0 0 3.5rem;
  cursor: pointer;
  min-height: 2.4rem;
  line-height: 2.4rem;
  outline: none;
  text-align: left;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}
.adm-field-checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  top: 0;
  pointer-events: none;
}
.adm-field-checkbox input:checked ~ .adm-field-checkbox__indicator::after {
  opacity: 1;
}
.adm-field-checkbox .adm-field-checkbox__label {
  margin: 0;
  color: #000;
  cursor: pointer;
}
.adm-field-checkbox .adm-field-checkbox__label span {
  color: #b3b3b3;
}
.adm-field-checkbox .adm-field-checkbox__indicator {
  border: 0.1rem solid #000;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
  height: 2.4rem;
  width: 2.4rem;
  background: transparent;
}
.adm-field-checkbox .adm-field-checkbox__indicator::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 8px;
  height: 1.3rem;
  width: 0.7rem;
  transform: rotate(42deg);
  border-bottom: 1px solid #B83946;
  border-right: 1px solid #B83946;
  background: transparent;
  opacity: 0;
}

.overlay-cart {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10rem;
}
.overlay-cart .spinner {
  border: 0.6rem solid #fff7f2;
  border-left-color: #B83946;
  border-radius: 50%;
  height: 8rem;
  width: 8rem;
  animation: rotate 1s ease infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mw-200 {
  min-width: 20rem;
}

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

.color-text--gray {
  color: #a3a3a3;
}
.color-text--success {
  color: #62b236 !important;
}
.color-text--error {
  color: red !important;
}
.color-text--primary {
  color: #B83946 !important;
}

.is-disabled {
  pointer-events: auto;
  opacity: 0.6;
  cursor: not-allowed;
  background: #dfdfdf !important;
  color: #a3a3a3 !important;
}
.is-disabled img {
  filter: brightness(0) saturate(100%) invert(72%) sepia(0%) saturate(1183%) hue-rotate(164deg) brightness(95%) contrast(77%);
}

.section-shopping-wizard {
  background: #FCFAF4;
}

.shopping-wizard {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 15px;
  height: 60px;
}
@media only screen and (min-width: 991px) {
  .shopping-wizard {
    column-gap: 60px;
    height: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .shopping-wizard {
    height: 130px;
  }
}
.shopping-wizard__step {
  display: flex;
  align-items: center;
  column-gap: 10px;
  text-decoration: none;
}
@media only screen and (min-width: 991px) {
  .shopping-wizard__step {
    column-gap: 14px;
  }
}
.shopping-wizard__step > img {
  display: block;
  width: unset;
  height: 18px;
}
@media only screen and (min-width: 991px) {
  .shopping-wizard__step > img {
    height: 30px;
  }
}
.shopping-wizard__step:hover img {
  filter: brightness(0) saturate(100%) invert(35%) sepia(23%) saturate(3133%) hue-rotate(317deg) brightness(83%) contrast(94%);
}
.shopping-wizard__step:hover .shopping-wizard__caption {
  color: #B83946;
}
.shopping-wizard__step:hover .shopping-wizard__caption strong, .shopping-wizard__step:hover .shopping-wizard__caption small {
  color: #B83946;
}
.shopping-wizard__step.disabled {
  pointer-events: none;
}
.shopping-wizard__step.done img {
  filter: brightness(0) saturate(100%) invert(35%) sepia(23%) saturate(3133%) hue-rotate(317deg) brightness(83%) contrast(94%);
}
.shopping-wizard__step.done strong, .shopping-wizard__step.done small {
  color: #B83946;
}
.shopping-wizard__caption {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
.shopping-wizard__caption strong {
  font-size: 14px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
}
@media only screen and (max-width: 349px) {
  .shopping-wizard__caption strong {
    display: none;
  }
}
@media only screen and (min-width: 991px) {
  .shopping-wizard__caption strong {
    font-size: 24px;
  }
}
.shopping-wizard__caption small {
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
}
@media only screen and (max-width: 990px) {
  .shopping-wizard__caption small {
    display: none;
  }
}
.shopping-wizard__separator img {
  display: block;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  filter: brightness(0) saturate(100%) invert(35%) sepia(23%) saturate(3133%) hue-rotate(317deg) brightness(83%) contrast(94%);
}
@media only screen and (min-width: 991px) {
  .shopping-wizard__separator img {
    width: 23px;
    height: 23px;
  }
}
.shopping-wizard__separator.disabled img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(30%) hue-rotate(134deg) brightness(92%) contrast(106%);
}

.section-shopping-body {
  background: #fff;
}

.shopping-cart {
  padding: 25px 0;
}

.cart {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.cart__empty {
  align-items: center;
  max-width: 80%;
  margin: 0 auto;
  padding: 3rem 0;
  gap: 2rem;
  text-align: center;
}
@media only screen and (min-width: 991px) {
  .cart__empty {
    display: flex;
    max-width: 60%;
    text-align: left;
  }
}
.cart__empty__left {
  font-size: 10rem;
  color: #b3b3b3;
}
@media only screen and (min-width: 991px) {
  .cart__empty__left {
    font-size: 20rem;
  }
}
.cart__empty__left ion-icon, .cart__empty__left i {
  vertical-align: middle;
}
.cart__empty__right {
  font-size: 1.6rem;
  line-height: 2.2rem;
}
@media only screen and (max-width: 990px) {
  .cart thead {
    display: none;
  }
}
.cart thead tr th {
  height: 50px;
  padding: 0 15px 0 0;
  text-align: left;
  font-size: 14px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
  background: #FCFAF4;
}
.cart thead tr th:first-child {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  padding-left: 30px;
}
@media only screen and (min-width: 1200px) {
  .cart thead tr th:first-child {
    padding-left: 40px;
  }
}
.cart thead tr th:last-child {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.cart tbody tr {
  border-bottom: 1px solid #ECDCB8;
}
@media only screen and (max-width: 990px) {
  .cart tbody tr {
    display: flex;
    flex-wrap: wrap;
    row-gap: 8px;
    padding: 15px 0;
    padding-inline-start: 60px;
    position: relative;
    align-items: center;
  }
}
@media only screen and (max-width: 990px) {
  .cart tbody tr td {
    display: block;
  }
}
@media only screen and (min-width: 991px) {
  .cart tbody tr td {
    height: 80px;
    padding: 10px 15px 10px 0;
  }
  .cart tbody tr td:first-child {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 991px) and (min-width: 1200px) {
  .cart tbody tr td:first-child {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 990px) {
  .cart tbody tr td.product__remove {
    position: absolute;
    right: 0;
    top: 1.5rem;
  }
  .cart tbody tr td.product__name {
    width: 100%;
  }
  .cart tbody tr td.product__availability {
    width: 100%;
  }
  .cart tbody tr td.product__quantity {
    order: 2;
    width: 110px;
  }
  .cart tbody tr td.product__unit-price {
    order: 1;
    width: calc((100% - 110px) / 2);
  }
  .cart tbody tr td.product__total-price {
    order: 3;
    width: calc((100% - 110px) / 2);
    text-align: right;
  }
}
.cart__item {
  display: flex;
  align-items: center;
  column-gap: 10px;
  text-decoration: none;
}
.cart__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media only screen and (max-width: 990px) {
  .cart__image {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
  }
}
.cart__image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.cart__name {
  font-family: "Rift", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #000;
}
@media only screen and (min-width: 1200px) {
  .cart__name {
    font-size: 20px;
  }
}
.cart__name small {
  font-weight: 300;
}
.cart__availability {
  display: flex;
  align-items: center;
  column-gap: 8px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
@media only screen and (min-width: 1200px) {
  .cart__availability {
    column-gap: 12px;
    font-size: 18px;
  }
}
.cart__availability img {
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
@media only screen and (min-width: 1200px) {
  .cart__availability img {
    width: 26px;
    height: 26px;
  }
}
.cart__price {
  font-family: "Rift", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #000;
}
@media only screen and (min-width: 1200px) {
  .cart__price {
    min-width: 120px;
    font-size: 20px;
  }
}
.cart__price span {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
}
@media only screen and (min-width: 991px) {
  .cart__price span {
    display: none;
  }
}
.cart__deposit {
  display: block;
  font-weight: 300;
  margin-top: 2px;
}
.cart__discount {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #B83946;
}
@media only screen and (min-width: 1200px) {
  .cart__discount {
    min-width: 120px;
    font-size: 20px;
  }
}
.cart__volume-discount {
  font-family: "Rift", sans-serif;
  font-weight: 600;
  font-size: 18px;
}
@media only screen and (min-width: 1200px) {
  .cart__volume-discount {
    font-size: 20px;
  }
}
.cart .quantity-counter {
  width: 110px;
}
.cart .quantity-counter .up, .cart .quantity-counter .down {
  width: 33px;
  height: 33px;
}
.cart .quantity-counter .up img, .cart .quantity-counter .down img {
  width: 16px;
  height: 16px;
}
.cart .quantity-counter__quantity-field {
  min-width: 33px;
  padding: 0 5px;
  font-size: 18px;
  outline: none;
}

@media only screen and (min-width: 991px) {
  .shopping-cart-extra {
    margin: 0 0 40px 0;
  }
}

.cart-extra {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
@media only screen and (max-width: 990px) {
  .cart-extra thead tr {
    display: block;
  }
}
.cart-extra thead tr th {
  padding: 15px;
  text-align: left;
  font-size: 14px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
  background: #FCFAF4;
}
@media only screen and (max-width: 990px) {
  .cart-extra thead tr th {
    display: block;
    border-radius: 25px;
  }
}
@media only screen and (min-width: 991px) {
  .cart-extra thead tr th {
    height: 50px;
    padding: 0 15px 0 0;
  }
}
.cart-extra thead tr th:first-child {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  padding-left: 30px;
}
@media only screen and (min-width: 1200px) {
  .cart-extra thead tr th:first-child {
    padding-left: 40px;
  }
}
.cart-extra thead tr th:last-child {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
@media only screen and (max-width: 990px) {
  .cart-extra thead tr th:last-child {
    display: none;
  }
}
.cart-extra tbody tr {
  border-bottom: 1px solid #ECDCB8;
}
@media only screen and (max-width: 990px) {
  .cart-extra tbody tr {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    padding: 15px 0;
  }
}
.cart-extra tbody tr td {
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
}
.cart-extra tbody tr td:last-child {
  line-height: 1.5;
}
@media only screen and (max-width: 990px) {
  .cart-extra tbody tr td {
    display: block;
  }
}
@media only screen and (min-width: 991px) {
  .cart-extra tbody tr td {
    height: 80px;
    padding: 25px 0;
  }
  .cart-extra tbody tr td:first-child {
    padding-left: 20px;
    padding-right: r0px;
  }
}
@media only screen and (min-width: 991px) and (min-width: 1200px) {
  .cart-extra tbody tr td:first-child {
    padding-left: 40px;
    padding-right: 60px;
  }
}
.cart-extra .filter-field-checkbox {
  margin: 0 30px 0 0;
}
.cart-extra .filter-field-checkbox:hover {
  text-decoration: none;
}
.cart-extra .filter-field-checkbox__label {
  font-family: "Rift", sans-serif;
  font-weight: 700;
  font-size: 18px;
  white-space: nowrap;
}
.cart-extra .filter-field-checkbox__label a {
  color: #B83946;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.cart-extra .filter-field-checkbox__label a:hover {
  text-decoration: none;
}
.cart-extra .filter-field-checkbox input:checked ~ .filter-field-checkbox__label {
  font-weight: 700;
  color: #33A330;
}
.cart-extra .filter-field-checkbox input:checked ~ .filter-field-checkbox__label a {
  color: #33A330;
}

.cart-discount-panel {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin: 5px 0 30px 0;
}
@media only screen and (min-width: 991px) {
  .cart-discount-panel {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .cart-discount-panel {
    padding-left: 40px;
  }
}
.cart-discount-panel .filter-field-checkbox {
  width: unset;
  margin: 0;
}
.cart-discount-panel .filter-field-checkbox:hover {
  text-decoration: none;
}
.cart-discount-panel .filter-field-checkbox .filter-field-checkbox__indicator {
  top: 50%;
  transform: translateY(-50%);
}
.cart-discount-panel .filter-field-checkbox__label {
  font-family: "Rift", sans-serif;
  font-weight: 700;
  font-size: 18px;
  white-space: nowrap;
}
.cart-discount-panel .filter-field-checkbox__label a {
  color: #B83946;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.cart-discount-panel .filter-field-checkbox__label a:hover {
  text-decoration: none;
}
.cart-discount-panel .filter-field-checkbox input:checked ~ .filter-field-checkbox__label {
  font-weight: 700;
  color: #33A330;
}
.cart-discount-panel .filter-field-checkbox input:checked ~ .filter-field-checkbox__label a {
  color: #33A330;
}
.cart-discount-panel__form {
  display: flex;
  flex-direction: column;
  column-gap: 30px;
  row-gap: 10px;
}
@media only screen and (min-width: 768px) {
  .cart-discount-panel__form {
    align-items: center;
    flex-direction: row;
    min-height: 5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .cart-discount-panel__form {
    column-gap: 60px;
  }
}
.cart-discount-panel__price {
  display: flex;
  align-items: center;
  column-gap: 15px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #B83946;
}
@media only screen and (min-width: 991px) {
  .cart-discount-panel__price {
    min-width: 128px;
    padding: 0 15px 0 0;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1200px) {
  .cart-discount-panel__price {
    min-width: 162px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .cart-discount-panel__price {
    min-width: 190px;
  }
}
.cart-discount-panel__price-remove {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
}

.discount-form {
  flex: 1;
  display: none;
  flex-direction: column;
  column-gap: 18px;
  row-gap: 10px;
}
.discount-form.open {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .discount-form {
    flex-direction: row;
  }
}
.discount-form__field {
  flex: 1;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .discount-form__field {
    max-width: 236px;
  }
}
.discount-form__field img {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  width: 22px;
  height: 22px;
}
@media only screen and (min-width: 991px) {
  .discount-form__field img {
    left: 28px;
  }
}
.discount-form__input {
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0 15px 0 55px;
  background: #fff;
  border: 1px solid #ECDCB8;
  border-radius: 25px;
  outline: none;
  font-size: 14px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
}
@media only screen and (min-width: 991px) {
  .discount-form__input {
    height: 50px;
    font-size: 16px;
    padding: 0 15px 0 65px;
  }
}
@media only screen and (min-width: 1200px) {
  .discount-form__input {
    padding: 0 15px 0 65px;
    font-size: 18px;
  }
}
.discount-form__input::placeholder {
  color: rgba(0, 0, 0, 0.8);
}

.shopping-cart-footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  column-gap: 40px;
  row-gap: 25px;
  padding: 0 0 30px 0;
}
@media only screen and (min-width: 768px) {
  .shopping-cart-footer {
    flex-direction: row;
    column-gap: 60px;
    padding: 30px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .shopping-cart-footer {
    column-gap: 60px;
    padding: 30px 0 60px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .shopping-cart-footer {
    column-gap: 80px;
    padding: 30px 0 80px 0;
  }
}
.shopping-cart-footer__left {
  flex: 1;
}
.shopping-cart-footer__right {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
.shopping-cart-footer__progress {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.shopping-done-table-wrapper {
  border-radius: 30px;
  border: 1px solid #ECDCB8;
  overflow: hidden;
  background: #FCFAF4;
}

.shopping-done-table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.shopping-done-table thead tr th {
  padding: 15px 10px;
  background: #ECDCB8;
  font-size: 16px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
  text-align: left;
}
.shopping-done-table thead tr th:first-child {
  padding-left: 30px;
}
.shopping-done-table thead tr th:last-child {
  padding-right: 30px;
}
.shopping-done-table tbody tr td {
  padding: 5px 10px;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: #000;
  text-align: left;
  line-height: 1.4;
}
.shopping-done-table tbody tr td b {
  font-size: 18px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
}
.shopping-done-table tbody tr td:first-child {
  padding-left: 30px;
}
.shopping-done-table tbody tr td:last-child {
  padding-right: 30px;
}
.shopping-done-table tbody tr:first-child td {
  padding-top: 20px;
}
.shopping-done-table tbody tr:last-child td {
  padding-bottom: 20px;
}

.cart-pricing-summary-box {
  border-radius: 30px;
  border: 1px solid #ECDCB8;
}
.cart-pricing-summary-box__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 30px;
  background: #ECDCB8;
  font-size: 16px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
}
.cart-pricing-summary-box__header--top {
  border-radius: 30px 30px 0px 0px;
}
.cart-pricing-summary-box__content {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
  padding: 30px;
  background: #FCFAF4;
}
.cart-pricing-summary-box__content--bottom {
  border-radius: 0px 0px 30px 30px;
}
.cart-pricing-summary-box__separator {
  width: 100%;
  height: 1px;
  background: #ECDCB8;
}
.cart-pricing-summary-box__main-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-pricing-summary-box__main-price span {
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: #000;
}
.cart-pricing-summary-box__main-price span b {
  font-size: 18px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
}
.cart-pricing-summary-box__main-price strong {
  font-size: 18px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
}
.cart-pricing-summary-box__secondary-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-pricing-summary-box__secondary-price span {
  font-size: 14px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
}
.cart-pricing-summary-box__secondary-price strong {
  font-size: 16px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.5);
}

.cart-controls {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  align-items: flex-end;
  margin-bottom: 2rem;
}

.shopping-card-products {
  margin: 0 0 25px 0;
}
.shopping-card-products__title {
  margin: 0 0 25px 0;
  border-radius: 25px;
  padding: 17px 30px 14px 30px;
  text-align: left;
  font-size: 14px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
  background: #FCFAF4;
  line-height: 1.15;
}
@media only screen and (min-width: 991px) {
  .shopping-card-products__title {
    height: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .shopping-card-products__title {
    padding: 17px 40px 14px 40px;
  }
}
.shopping-card-products__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: calc(100% + 14px);
  margin: 0 -7px;
}
.shopping-card-products__item {
  width: 100%;
  padding: 7px;
}
@media only screen and (min-width: 768px) {
  .shopping-card-products__item {
    width: 238px;
  }
}
@media only screen and (min-width: 1200px) {
  .shopping-card-products__item {
    width: 242px;
  }
}
@media only screen and (min-width: 1600px) {
  .shopping-card-products__item {
    width: 282px;
  }
}

.shopping-delivery-grid {
  display: flex;
  flex-direction: column;
  column-gap: 30px;
  row-gap: 10px;
  padding: 25px 0 60px 0;
}
@media only screen and (min-width: 991px) {
  .shopping-delivery-grid {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1200px) {
  .shopping-delivery-grid {
    column-gap: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .shopping-delivery-grid {
    column-gap: 70px;
    padding: 25px 0 80px 0;
  }
}
@media only screen and (min-width: 991px) {
  .shopping-delivery-grid__left {
    flex: 1;
  }
}
.shopping-delivery-grid__right-inner {
  position: sticky;
  top: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
.shopping-delivery-grid__right {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
@media only screen and (min-width: 991px) {
  .shopping-delivery-grid__right {
    flex: 1 0 300px;
    max-width: 300px;
  }
}
@media only screen and (min-width: 1200px) {
  .shopping-delivery-grid__right {
    flex: 1 0 380px;
    max-width: 380px;
  }
}

.delivery-selection-group__title {
  margin: 0;
  border-radius: 25px;
  padding: 17px 30px 14px 30px;
  text-align: left;
  font-size: 14px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
  background: #FCFAF4;
  line-height: 1.15;
}
@media only screen and (min-width: 991px) {
  .delivery-selection-group__title {
    height: 50px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .delivery-selection-group__title {
    padding: 17px 40px 14px 40px;
  }
}
.delivery-selection-group__item {
  border-bottom: 1px solid #ECDCB8;
}
.delivery-selection-group__item:last-child {
  border-bottom: none;
}

.delivery-selection-card {
  display: flex;
  flex-direction: row;
  row-gap: 10px;
  padding: 15px 0;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .delivery-selection-card {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .delivery-selection-card {
    align-items: center;
  }
}
@media only screen and (min-width: 991px) {
  .delivery-selection-card {
    padding: 35px 0;
  }
}
.delivery-selection-card__radio {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .delivery-selection-card__radio {
    width: 20px;
    height: 60px;
    align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  .delivery-selection-card__radio {
    flex: 1 0 60px;
    max-width: 60px;
    justify-content: center;
  }
}
@media only screen and (min-width: 1200px) {
  .delivery-selection-card__radio {
    flex: 1 0 105px;
    max-width: 105px;
  }
}
.delivery-selection-card__radio .filter-field-radio {
  width: auto;
  padding: 0 0 0 20px;
  margin: 0;
}
.delivery-selection-card__icon {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .delivery-selection-card__icon {
    height: 60px;
    padding: 0 20px;
    align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  .delivery-selection-card__icon {
    flex: 1 0 60px;
    max-width: 60px;
    justify-content: center;
  }
}
@media only screen and (min-width: 1200px) {
  .delivery-selection-card__icon {
    flex: 1 0 80px;
    max-width: 80px;
  }
}
.delivery-selection-card__icon img {
  display: block;
  max-width: 100%;
  max-height: 35px;
}
.delivery-selection-card__content {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
@media only screen and (max-width: 767px) {
  .delivery-selection-card__content {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .delivery-selection-card__content {
    padding: 0 0 0 25px;
    flex: 1;
  }
}
.delivery-selection-card__title {
  margin: 0;
  font-size: 18px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
  line-height: 1.15;
  cursor: pointer;
}
.delivery-selection-card__title:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.delivery-selection-card__text {
  margin: 0;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.5;
}
.delivery-selection-card__pickup-info {
  font-size: 18px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
}
.delivery-selection-card__pickup-info a {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  text-transform: none;
  font-size: 14px;
  margin-left: 0.5rem;
}
.delivery-selection-card__info {
  display: flex;
  align-items: center;
  column-gap: 18px;
  background: #ECDCB8;
  border-radius: 20px;
  padding: 15px 25px;
}
.delivery-selection-card__info img {
  display: block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.delivery-selection-card__info-text {
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.5;
}
.delivery-selection-card__price {
  font-size: 18px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
  width: 100%;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .delivery-selection-card__price {
    flex: 1 0 80px;
    max-width: 80px;
    display: flex;
    justify-content: flex-end;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .delivery-selection-card__price {
    flex: 1 0 125px;
    max-width: 125px;
    font-size: 18px;
  }
}
.delivery-selection-card.selected .delivery-selection-card__title,
.delivery-selection-card.selected .delivery-selection-card__price {
  color: #33A330;
}
.delivery-selection-card--info {
  cursor: default;
  padding-left: 40px;
}
.delivery-selection-card--info .delivery-selection-card__content {
  padding: 0;
}
.delivery-selection-card--info .delivery-selection-card__text {
  margin: 0;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
}

.shipping-levels {
  padding: 0 0 20px;
  margin: 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .shipping-levels {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .shipping-levels {
    margin-left: 120px;
    padding-left: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .shipping-levels {
    margin-left: 185px;
  }
}
.shipping-levels__header {
  font-size: 16px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
  line-height: 1.15;
  margin-bottom: 8px;
}
.shipping-levels__remaining {
  font-size: 14px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 15px;
}
.shipping-levels__remaining strong {
  color: #33A330;
  font-weight: 700;
}
.shipping-levels__bar-wrapper {
  padding: 30px 0 0 14px;
}
.shipping-levels__bar {
  position: relative;
  height: 6px;
  background: #ECDCB8;
  border-radius: 3px;
  margin-bottom: 45px;
  overflow: visible;
}
.shipping-levels__bar-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #33A330;
  border-radius: 3px;
  transition: width 0.3s ease;
  overflow: visible;
}
.shipping-levels__point {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.shipping-levels__point-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ECDCB8;
  border: 3px solid #fff;
  box-shadow: 0 0 0 1px #ECDCB8;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.shipping-levels__point--active .shipping-levels__point-dot {
  width: 27px;
  height: 27px;
  background: #33A330 url("../images/ico-detail-check-FhC1Djt.svg") no-repeat center center;
  background-size: 13px 13px;
  border: none;
  box-shadow: none;
}
.shipping-levels__point--current {
  z-index: 2;
}
.shipping-levels__point--current .shipping-levels__point-dot {
  width: 40px;
  height: 40px;
  background: #B83946 url("../images/ico-shipping-level-ewGJ-az.svg") no-repeat center center;
  background-size: 22px 22px;
  border: none;
  box-shadow: none;
}
.shipping-levels__point--future {
  z-index: 1;
  transform: none;
  top: 50%;
}
.shipping-levels__point-card {
  width: 80px;
  height: 76px;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-direction: column;
  transform: translate(-50%, -50%);
}
.shipping-levels__point--last.shipping-levels__point--active {
  transform: translate(-100%, -50%);
}
.shipping-levels__point--last .shipping-levels__point-card {
  transform: translate(-100%, -50%);
  margin-left: 1px;
}
.shipping-levels__point-card-top {
  background: #33A330;
  color: #fff;
  font-size: 18px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  line-height: 1;
}
.shipping-levels__point-card-bottom {
  background: #ECDCB8;
  font-size: 12px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
  padding: 5px 4px 6px;
  line-height: 1.3;
}
.shipping-levels__point-card-bottom span {
  display: block;
}

.delivery-popup {
  z-index: 9999990;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.delivery-popup__overlay {
  z-index: 9999991;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.delivery-box {
  z-index: 9999992;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  column-gap: 80px;
  width: 100%;
  max-width: 1180px;
  max-height: calc(100vh - 50px);
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  overflow-y: auto;
  padding: 0 !important;
}
@media only screen and (min-width: 768px) {
  .delivery-box {
    border-radius: 30px;
  }
}
@media only screen and (min-width: 991px) {
  .delivery-box {
    border-radius: 50px;
  }
}
.delivery-box .fancybox-close-small {
  top: 2rem;
  right: 2rem;
}
.delivery-box--small {
  max-width: 590px;
}
.delivery-box--small .delivery-box__right {
  display: none;
}
.delivery-box__close {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: absolute;
  top: 10px;
  right: 10px;
}
@media only screen and (min-width: 1200px) {
  .delivery-box__close {
    top: 35px;
    right: 35px;
  }
}
.delivery-box__grid {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .delivery-box__grid {
    flex-direction: row;
  }
}
.delivery-box__left {
  flex: 1;
  padding: 40px 20px 20px 20px;
  background: #FCFAF4;
}
@media only screen and (min-width: 768px) {
  .delivery-box__left {
    padding: 50px 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .delivery-box__left {
    padding: 70px 45px;
  }
}
.delivery-box__left-title {
  margin: 0 0 20px 0;
  font-size: 20px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  line-height: normal;
  color: #000;
  text-align: center;
}
@media only screen and (min-width: 991px) {
  .delivery-box__left-title {
    margin: 0 0 40px 0;
    font-size: 24px;
  }
}
.delivery-box__map {
  margin: 0 0 30px 0;
}
@media only screen and (min-width: 991px) {
  .delivery-box__map {
    margin: 0 0 55px 0;
  }
}
.delivery-box__map img {
  display: block;
  width: 100%;
}
.delivery-box__map .region {
  stroke: rgba(0, 0, 0, 0.45);
  stroke-width: 0.7;
  cursor: pointer;
}
.delivery-box__map .region:focus {
  outline: none !important;
}
.delivery-box__map .region--enabled {
  fill: #B83946;
}
.delivery-box__map .region--enabled:hover {
  fill: rgba(184, 57, 70, 0.9);
}
.delivery-box__map .region.active {
  fill: #33A330;
}
.delivery-box__map .region--disabled {
  fill: #ECDCB8;
  cursor: not-allowed;
  pointer-events: none;
}
.delivery-box__regions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.delivery-box__region-button {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 10px;
  border: 1px solid #FCFAF4;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  font-family: "Rift", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #000;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) {
  .delivery-box__region-button {
    font-size: 16px;
    padding: 0 26px;
    height: 46px;
  }
}
.delivery-box__region-button:hover {
  background: #ECDCB8;
  border: 1px solid #000;
}
.delivery-box__region-button.selected {
  border: 1px solid #000;
  background: #CDF2CC;
}
.delivery-box__region-button-indication {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transform: translate(30%, -30%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  background-color: #33A330;
  border-radius: 50%;
}
.delivery-box__region-button-indication img {
  position: relative;
  top: -1px;
  display: block;
  width: 17px;
  height: 17px;
}
.delivery-box__right {
  flex: 1;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .delivery-box__right {
    padding: 50px 20px 40px 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .delivery-box__right {
    padding: 70px 25px 70px 50px;
  }
}
.delivery-box__right-title {
  margin: 0 0 10px 0;
  font-size: 20px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  line-height: normal;
  color: #000;
}
@media only screen and (min-width: 991px) {
  .delivery-box__right-title {
    font-size: 24px;
  }
}
.delivery-box__right-text {
  width: 100%;
  max-width: 625px;
  margin: 0 auto 35px auto;
  line-height: 1.5;
  font-size: 14px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
}
.delivery-box__right-text b, .delivery-box__right-text strong {
  font-weight: 600;
}
.delivery-box__right-text p {
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 991px) {
  .delivery-box__right-text p {
    margin: 0 0 30px 0;
  }
}
.delivery-box__right-text > *:last-child {
  margin: 0;
}
.delivery-box__right-text a {
  color: #B83946;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.delivery-box__right-text a:hover {
  text-decoration: none;
}
.delivery-box__list {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

.delivery-option-select {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.delivery-option-select.selected .delivery-option-select__button-container {
  display: block;
}
.delivery-option-select__icon {
  flex: 1 0 20px;
  max-width: 20px;
}
.delivery-option-select__icon .filter-field-radio {
  width: auto;
  padding: 0 0 0 20px;
  margin: 0;
}
.delivery-option-select__icon .filter-field-radio .filter-field-radio__indicator::after {
  background: #B83946;
}
.delivery-option-select__icon .filter-field-radio input:checked ~ .filter-field-radio__indicator {
  border-color: #B83946;
}
.delivery-option-select__title {
  padding: 0 0 0 10px;
  margin: 0;
  font-size: 16px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
  line-height: 1.15;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .delivery-option-select__title {
    padding: 0 0 0 25px;
    font-size: 18px;
  }
}
.delivery-option-select__button-container {
  display: none;
  padding: 0 0 0 15px;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .delivery-option-select__button-container {
    padding: 0 0 0 30px;
  }
}
.delivery-option-select.selected .delivery-option-select__title {
  color: #B83946;
}

.shopping-form-grid {
  display: flex;
  flex-direction: column;
  column-gap: 30px;
  row-gap: 10px;
  padding: 25px 0 60px 0;
}
@media only screen and (min-width: 991px) {
  .shopping-form-grid {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1200px) {
  .shopping-form-grid {
    column-gap: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .shopping-form-grid {
    column-gap: 70px;
    padding: 25px 0 80px 0;
  }
}
@media only screen and (min-width: 991px) {
  .shopping-form-grid__left {
    flex: 1;
  }
}
.shopping-form-grid__right {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
@media only screen and (min-width: 991px) {
  .shopping-form-grid__right {
    flex: 1 0 300px;
    max-width: 300px;
  }
}
@media only screen and (min-width: 1200px) {
  .shopping-form-grid__right {
    flex: 1 0 380px;
    max-width: 380px;
  }
}
.shopping-form-grid__right--sticky {
  position: sticky;
  top: 17rem;
  width: 100%;
  /*@media only screen and (min-width: 991px) {
    flex: 1 0 300px;
    max-width: 300px;
  }
  @media only screen and (min-width: 1200px) {
    flex: 1 0 380px;
    max-width: 380px;
  }*/
}

.cart-confirmations {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.cart-confirmations__confirm-simple-text {
  line-height: 1.5;
  margin: 0;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: #000;
}
@media only screen and (min-width: 991px) {
  .cart-confirmations__confirm-simple-text {
    text-align: right;
  }
}
.cart-confirmations__confirm-simple-text a {
  color: #B83946;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.cart-confirmations__confirm-simple-text a:hover {
  text-decoration: none;
}
.cart-confirmations .filter-field-checkbox {
  margin: 0;
}
.cart-confirmations .filter-field-checkbox__indicator {
  top: 1px;
}
.cart-confirmations .filter-field-checkbox__label {
  line-height: 1.5;
}

.cart-data-form {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
}
.cart-data-form__item {
  width: 100%;
  margin: 0 0 15px 0;
}
@media only screen and (min-width: 768px) {
  .cart-data-form__item {
    width: calc(50% - 5px);
    margin: 0 0 25px 0;
  }
}
.cart-data-form__item--full {
  width: 100%;
}

.toggler {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  width: 40px;
  height: 20px;
  cursor: pointer;
}
.toggler input:checked + label {
  background: #B83946;
}
.toggler input:checked + label:before {
  left: 22px;
}
.toggler label {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #33A330;
  border-radius: 3rem;
  transition: background 0.3s;
  cursor: pointer;
}
.toggler label:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #fff;
  transition: left 0.3s;
}

.form-field-toggle-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  height: 40px;
  margin: 0;
  border-radius: 25px;
  padding: 0 10px;
  background: #EBF6EA;
}
@media only screen and (min-width: 768px) {
  .form-field-toggle-panel {
    height: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .form-field-toggle-panel {
    column-gap: 15px;
  }
}
.form-field-toggle-panel__label {
  line-height: 1.15;
  font-size: 16px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
}
@media only screen and (min-width: 1600px) {
  .form-field-toggle-panel__label {
    font-size: 18px;
  }
}
.form-field-toggle-panel .form-switch {
  min-height: 0;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  justify-content: center;
  position: relative;
  top: 4px;
}

.shopping-done {
  padding: 30px 0 50px 0;
}
@media only screen and (min-width: 1200px) {
  .shopping-done {
    padding: 50px 0 80px 0;
  }
}
.shopping-done__icon-wrapper {
  display: flex;
  justify-content: center;
  margin: 0 0 24px 0;
}
.shopping-done__icon {
  position: relative;
  padding: 20px 0 0 0;
}
@media only screen and (min-width: 991px) {
  .shopping-done__icon {
    padding: 30px 0 0 0;
  }
}
.shopping-done__icon > img {
  display: block;
  width: 70px;
}
@media only screen and (min-width: 991px) {
  .shopping-done__icon > img {
    width: 105px;
  }
}
.shopping-done__icon-check {
  position: absolute;
  top: 0;
  right: -12px;
}
.shopping-done__icon-check > img {
  display: block;
  width: 30px;
}
@media only screen and (min-width: 991px) {
  .shopping-done__icon-check > img {
    width: 44px;
  }
}
.shopping-done__title {
  margin: 0 0 8px 0;
  font-size: 24px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #33A330;
  text-align: center;
}
@media only screen and (min-width: 991px) {
  .shopping-done__title {
    font-size: 34px;
  }
}
@media only screen and (min-width: 1200px) {
  .shopping-done__title {
    font-size: 40px;
  }
}
.shopping-done__title--failed {
  color: #B83946;
}
.shopping-done__text {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  line-height: 1.5;
}
@media only screen and (min-width: 991px) {
  .shopping-done__text {
    font-size: 18px;
  }
}
.shopping-done__text b, .shopping-done__text strong {
  font-weight: 600;
}
.shopping-done__text a {
  color: #B83946;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.shopping-done__text a:hover {
  text-decoration: none;
}
.shopping-done__caption {
  margin: 0 0 20px 0;
  font-size: 20px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
  text-align: center;
}
@media only screen and (min-width: 991px) {
  .shopping-done__caption {
    font-size: 24px;
  }
}
.shopping-done__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 18px;
  row-gap: 30px;
}
.shopping-done__table-wrapper {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .shopping-done__table-wrapper {
    width: calc(50% - 9px);
  }
}
.shopping-done__table-title {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  margin: 0 0 16px 0;
  font-size: 18px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
}
.shopping-done__table-title img {
  display: block;
  filter: brightness(0) saturate(100%) invert(35%) sepia(23%) saturate(3133%) hue-rotate(317deg) brightness(83%) contrast(94%);
  height: 30px;
  width: unset;
}
.shopping-done__button-container {
  display: flex;
  justify-content: center;
  padding: 36px 0;
}

.cart-addon--title {
  font-size: 16px;
  border-bottom: 0 !important;
}
.cart-addon--title td {
  padding: 2rem 0 0 9rem !important;
  font-style: italic;
  color: #3b4243;
  border-bottom: 0 !important;
}
.cart-addon--product td {
  border-bottom: 0 !important;
}
.cart-addon--product td .form-check {
  margin-top: 0;
  margin-left: 5.1rem;
}
.cart-addon--product + .cart-discount td {
  border-top: 1px solid #ECDCB8 !important;
}
.cart-addon--product .form-check {
  margin-left: 64px;
}
.cart-addon--product .adm-field-checkbox__label {
  display: flex;
  align-items: center;
}
.cart-addon--product .adm-field-checkbox__label .cart__image {
  margin-right: 0.7rem;
}
.cart-addon--product .adm-field-checkbox__label .cart__image img {
  max-height: 35px;
}
.cart-addon--product .adm-field-checkbox__label a {
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
  text-underline-offset: 2px;
  position: relative;
  top: -1px;
  font-size: 18px;
}
.cart-addon--product .adm-field-checkbox__label a:hover {
  text-decoration: underline;
}
.cart-addon--product .adm-field-checkbox__label small {
  margin-left: 0.5rem;
  color: rgba(0, 0, 0, 0.8);
  position: relative;
  top: -1px;
  font-weight: 400;
  font-family: "Rift", sans-serif;
}
.cart-addon--product .adm-field-checkbox:hover {
  text-decoration: none;
}
.cart-addon--product .adm-field-checkbox .adm-field-checkbox__indicator {
  top: 6px;
}

.cart-discount--title {
  font-size: 2rem;
  font-family: "Rift", sans-serif;
  font-weight: 700;
}
.cart-discount .cart__price {
  color: #B83946;
}

.recap {
  border-spacing: 0;
  border-collapse: collapse;
  margin: 0;
  width: 100%;
}
.recap__price td:first-child {
  font-family: "Rift", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.recap__price td strong {
  font-weight: 700 !important;
}
.recap__vat td {
  font-size: 14px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
}
.recap__vat td strong {
  font-size: 16px !important;
  font-family: "Rift", sans-serif;
  font-weight: 700 !important;
  color: rgba(0, 0, 0, 0.5);
}
.recap__border-top td {
  border-top: 3px solid #B83946;
  padding-bottom: 0.5rem !important;
}
.recap__border-top--light td {
  border-top: 1px solid #ECDCB8;
}
.recap__bottom-padding td {
  padding-bottom: 3rem !important;
}
.recap__top-padding td {
  padding-top: 3rem !important;
}
.recap__title td {
  padding: 15px 30px !important;
  background: #ECDCB8 !important;
  font-size: 16px !important;
  font-family: "Rift", sans-serif;
  font-weight: 700 !important;
  color: #000;
}
.recap thead tr th {
  padding: 15px 30px;
  background: #ECDCB8;
  font-size: 16px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
  border-radius: 30px 30px 0 0;
  text-align: left;
}
.recap tbody tr td {
  background: #FCFAF4;
  font-size: calc(16px * 0.8);
  padding-bottom: 0.5rem;
  max-width: 60%;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .recap tbody tr td {
    font-size: calc(14px * 1);
  }
}
.recap tbody tr td:first-child {
  padding-left: 3rem;
}
.recap tbody tr td:last-child {
  padding-right: 3rem;
}
.recap tbody tr td strong {
  font-size: calc(18px * 0.8);
  font-family: "Rift", sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .recap tbody tr td strong {
    font-size: calc(18px * 1);
  }
}
.recap tbody tr td:nth-child(2) {
  text-align: right;
  padding-left: 15px;
  width: 40%;
}
.recap tbody tr td span {
  line-height: 1.5;
}
.recap tbody tr:last-of-type td:first-of-type {
  border-radius: 0 0 0 3rem;
}
.recap tbody tr:last-of-type td:last-of-type {
  border-radius: 0 0 3rem 0;
}

.summary-form .invoice-company, .summary-form .delivery-address {
  display: none;
}
.summary-form .invoice-company.open, .summary-form .delivery-address.open {
  display: flex;
}

.shopping-overview-grid {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
@media only screen and (min-width: 991px) {
  .shopping-overview-grid {
    flex-direction: row;
    column-gap: 30px;
  }
}
@media only screen and (min-width: 1600px) {
  .shopping-overview-grid {
    column-gap: 60px;
  }
}
.shopping-overview-grid__left {
  flex: 1;
  min-width: 0;
}
@media only screen and (min-width: 991px) {
  .shopping-overview-grid__right {
    flex: 0 0 320px;
    max-width: 320px;
  }
}
.shopping-overview-grid:has(.shopping-recap:empty) .shopping-overview-grid__right {
  display: none;
}
.shopping-overview-grid__right-inner {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
@media only screen and (min-width: 991px) {
  .shopping-overview-grid__right-inner {
    position: sticky;
    top: var(--header-bottom, 160px);
    transition: top 0.3s;
    padding-top: 25px;
  }
}

.cart-extra__discount-row {
  border-bottom: none !important;
}
.cart-extra__discount-row td {
  padding-left: 0 !important;
  padding-right: 0 !important;
  height: auto !important;
}
.cart-extra__discount-row .shopping-discount {
  padding: 0;
}
.cart-extra__discount-row .cart-discount-panel {
  margin: 10px 0 0 0;
}

.shopping-gift-box:not(:has(.cart-gift-box__card)) {
  display: none;
}

.cart-gift-box__card {
  border-radius: 20px;
  background: rgba(51, 163, 48, 0.1);
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.cart-gift-box__header {
  display: flex;
  align-items: flex-start;
  column-gap: 12px;
}
.cart-gift-box__icon {
  display: block;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  filter: brightness(0) saturate(100%) invert(48%) sepia(52%) saturate(1630%) hue-rotate(87deg) brightness(92%) contrast(82%);
}
.cart-gift-box__text {
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.4;
  padding-top: 4px;
}
.cart-gift-box__text b, .cart-gift-box__text strong {
  font-weight: 600;
  color: #33A330;
}
.cart-gift-box__bar {
  position: relative;
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background: #ECDCB8;
}
.cart-gift-box__bar--green {
  background: #CDF2CC;
}
.cart-gift-box__bar-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 4px;
  background: #E4A32B;
  transition: width 0.3s ease;
}
.cart-gift-box__bar-fill--green {
  background: #33A330;
}
.cart-gift-box__chosen {
  font-size: 14px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.4;
}
.cart-gift-box__chosen strong {
  font-weight: 600;
}
.cart-gift-box__btn {
  align-self: center;
  margin-top: 8px;
  font-size: 18px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

/*# sourceMappingURL=cart.css-oJA4Fk2.map */
