.cart-summary {
  background-color: #f2ece5;
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 15px 23px;
  border-radius: 10px;
  margin-bottom: 24px;
}
.cart-summary h4 {
  margin-bottom: 0;
  padding-left: 48px;
  color: #674737;
  font-weight: 500;
  position: relative;
}
.cart-summary h4::before {
  content: "";
  display: block;
  position: absolute;
  height: 22px;
  width: 32px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/user/documents/assets/img/icons/slevovy_kod.svg);
}
.cart-summary .extras-wrapper .extras-col {
  max-width: unset;
}
.cart-summary .extras-wrapper .extras-col .discount-coupon::before {
  display: none;
}
.cart-summary .extras-wrapper .extras-col .discount-coupon form input {
  width: 309px;
}
.cart-summary .extras-wrapper .extras-col .discount-coupon form input::-moz-placeholder {
  color: #674737;
}
.cart-summary .extras-wrapper .extras-col .discount-coupon form input::placeholder {
  color: #674737;
}
.cart-summary .extras-wrapper .extras-col .discount-coupon form button {
  background-color: #674737;
  padding: 14px 63px 14px 27px;
  border-radius: 50px;
  color: #f2ece5;
  height: unset;
  position: relative;
}
.cart-summary .extras-wrapper .extras-col .discount-coupon form button:hover {
  background-color: #f2ece5;
  color: #674737;
}
.cart-summary .extras-wrapper .extras-col .discount-coupon form button:hover::before {
  background-image: url(/user/documents/assets/img/icons/arrow-cart-new-2.svg);
}
.cart-summary .extras-wrapper .extras-col .discount-coupon form button::before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 24px;
  right: 27px;
  top: 50%;
  transform: translateY(-50%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/user/documents/assets/img/icons/arrow-cart-new-1.svg);
}

.final-summary {
  background-color: #f2ece5;
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 15px 23px;
  border-radius: 10px;
  margin-bottom: 24px;
}
.final-summary .extras-col {
  max-width: 522px;
}
.final-summary .extras-col .extras-wrap .delivery {
  padding-left: 50px;
  position: relative;
}
.final-summary .extras-col .extras-wrap .delivery::before {
  content: "";
  display: block;
  position: absolute;
  height: 22px;
  width: 39px;
  left: 0;
  top: 0%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  background-image: url(/user/documents/assets/img/icons/doprava-cart-2.svg);
}
.final-summary .extras-col .extras-wrap .delivery span {
  color: #674737;
  font-weight: 500;
  font-size: 15px;
}
.final-summary .extras-col .extras-wrap .delivery span strong {
  font-size: 15px;
  color: #674737;
  font-weight: 500;
}
.final-summary .extras-col .extras-wrap .delivery span .price-range {
  margin-top: 10px;
  margin-bottom: 0;
  height: 8px;
  background-color: #fff !important;
  border-radius: 50px;
}
.final-summary .extras-col .extras-wrap .delivery span .price-range div {
  height: 100%;
  background-color: #674737 !important;
  border-radius: 50px;
}
.final-summary .price-wrapper {
  float: unset;
  max-width: 430px;
  width: 100%;
}
.final-summary .price-wrapper .price-label.price-primary {
  font-size: 25px;
  color: #674737;
  font-weight: 500;
  height: unset;
  text-transform: uppercase;
}
.final-summary .price-wrapper .price-label.price-secondary {
  font-size: 15px;
  color: #8e8e8e;
  height: unset;
  font-weight: 400;
  text-transform: uppercase;
}
.final-summary .price-wrapper .price.price-primary {
  flex: unset;
  font-size: 25px;
  color: #674737;
  font-weight: 500;
  height: unset;
}
.final-summary .price-wrapper .price.price-secondary {
  font-size: 15px;
  color: #8e8e8e;
  height: unset;
  font-weight: 400;
  text-transform: uppercase;
}

.sidebar-in-cart {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100% !important;
  float: unset;
}
.sidebar-in-cart .summary-wrapper {
  margin-top: 0;
}
.sidebar-in-cart .summary-wrapper .box .btn {
  background-color: #674737;
  padding: 14px 108px 14px 27px;
  border-radius: 50px;
  color: #f2ece5;
  height: unset;
  position: relative;
}
.sidebar-in-cart .summary-wrapper .box .btn::after {
  display: none;
}
.sidebar-in-cart .summary-wrapper .box .btn:hover {
  background-color: #f2ece5;
  color: #674737;
}
.sidebar-in-cart .summary-wrapper .box .btn:hover::before {
  background-image: url(/user/documents/assets/img/icons/arrow-blog.svg);
}
.sidebar-in-cart .summary-wrapper .box .btn::before {
  content: "";
  display: block;
  position: absolute;
  width: 53px;
  height: 14px;
  right: 45px;
  top: 50%;
  transform: translateY(-50%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/user/documents/assets/img/icons/arrow-blog-white.svg);
}
.sidebar-in-cart .planetwe-wrapper-outer {
  margin-top: 0;
}
.sidebar-in-cart .planetwe-wrapper-outer #planetwe-custom-addon-text {
  font-family: "Founders Grotesk", sans-serif;
  font-weight: 500 !important;
  font-size: 15px !important;
  color: #674737 !important;
  font-weight: 500 !important;
}
.sidebar-in-cart .planetwe-wrapper-outer #planetwe-custom-addon-text .planetwe-tooltip-wrapper {
  display: inline-block;
  margin-left: 10px;
  text-decoration: underline;
}
.sidebar-in-cart .planetwe-wrapper-outer #planetwe-custom-addon-text .planetwe-tooltip-wrapper #planetwe-tooltip {
  font-family: "Founders Grotesk", sans-serif;
  font-weight: 500 !important;
  font-size: 15px !important;
  color: #674737 !important;
  font-weight: 500 !important;
}
.sidebar-in-cart .planetwe-wrapper-outer .planetwe-wrapper-inner .planetwe-terms .planetwe-tooltip-wrapper #planetwe-tooltip {
  font-family: "Founders Grotesk", sans-serif;
  font-weight: 500 !important;
  font-size: 15px !important;
  color: #674737 !important;
  font-weight: 500 !important;
}

.voucher-part {
  background-color: #9a9b85;
  margin-bottom: 24px;
  border-radius: 10px;
  padding: 18px 23px;
}
.voucher-part p {
  padding-left: 50px;
  font-size: 15px;
  color: #fff;
  width: 100%;
  text-align: left;
  font-weight: 400;
  position: relative;
  margin-bottom: 0;
}
.voucher-part p a {
  text-decoration: underline;
  color: #fff;
}
.voucher-part p::before {
  content: "";
  display: block;
  position: absolute;
  width: 36px;
  height: 32px;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/user/documents/assets/img/icons/po-nakup-srdce.svg);
}

@media (max-width: 1200px) {
  .cart-summary .extras-wrapper .extras-col .discount-coupon {
    margin: 0;
  }
  .final-summary .extras-col {
    max-width: 48%;
  }
  .final-summary .price-wrapper {
    max-width: 45%;
  }
}
@media (max-width: 1024px) {
  .cart-summary {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .cart-summary h4 {
    margin-bottom: 25px;
  }
  .cart-summary .extras-wrapper .extras-col .discount-coupon {
    padding: 0;
  }
  .final-summary {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
  .final-summary .extras-col {
    max-width: 510px;
    width: 100%;
    margin-bottom: 35px;
  }
  .final-summary .price-wrapper {
    max-width: 510px;
    padding: 0;
    width: 100%;
  }
  .sidebar-in-cart {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
  }
  .sidebar-in-cart .summary-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .sidebar-in-cart .summary-wrapper .box {
    width: 100%;
  }
  .sidebar-in-cart .summary-wrapper .box .next-step--cart {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
  }
  .sidebar-in-cart .planetwe-wrapper-outer {
    margin-bottom: 55px;
  }
}
@media (max-width: 580px) {
  .cart-summary .extras-wrapper .extras-col .discount-coupon form {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .cart-summary .extras-wrapper .extras-col .discount-coupon form input {
    margin-bottom: 20px;
    width: 200px;
  }
  .cart-summary .extras-wrapper .extras-col .discount-coupon form button {
    flex: unset !important;
  }
  .final-summary .price-wrapper .price-label.price-primary {
    width: 100%;
    flex: unset;
  }
  .final-summary .price-wrapper .price.price-primary {
    width: 100%;
  }
  .sidebar-in-cart .summary-wrapper .box .next-step--cart {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
  }
  .voucher-part p {
    padding: 0;
  }
  .voucher-part p::before {
    display: none;
  }
}/*# sourceMappingURL=cart.css.map */