/*!*********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./cartridges/app_custom_fragua/cartridge/client/default/scss/cart.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************/
/* $gradient-border-background: #00AEEF - #01579B; */
.cart_summary_disclaimer-container {
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  margin: 8px 0;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 769px) {
  .cart_summary_disclaimer-container {
    margin: 10px 0;
  }
}
.cart_summary_disclaimer-container .cart_summary_disclaimer_restrictions-copy .cart_summary_disclaimer_restrictions-title {
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  color: #212121;
}
.cart_summary_disclaimer-container .cart_summary_disclaimer_restrictions-copy .cart_summary_disclaimer_restrictions-title::before {
  content: "";
  background-image: url("../icons/info-icon-filled.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: bottom;
  height: 16px;
  width: 16px;
  margin-right: 4px;
}
.cart_summary_disclaimer-container .cart_summary_disclaimer_restrictions-copy .cart_summary_disclaimer_restrictions-description {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #212121;
  margin: 0;
  padding: 0;
}
.cart_summary_disclaimer-container .product-disclaimer {
  flex-direction: row;
  gap: 4px;
}
.cart_summary_disclaimer-container .product-disclaimer.only-delivery {
  background: #FFF8E1;
  border-color: #FFDB7A;
}
.cart_summary_disclaimer-container .product-disclaimer .product-disclaimer-text {
  font-weight: 400;
}
.cart_summary_disclaimer-container .product-disclaimer .summaryDisclaimerIcon {
  width: 24px;
  height: 24px;
}
.cart_summary_disclaimer-container .alcohol-disclaimer {
  display: flex;
  gap: 4px;
}
.cart_summary_disclaimer-container .alcohol-disclaimer img {
  width: 16px;
  height: 16px;
}
.cart_summary_disclaimer-container .alcohol-disclaimer label {
  font-size: 11px;
  line-height: 14px;
  font-weight: 400;
  color: #868686;
  margin-bottom: 0;
}

.cart_pli_disclaimer-delivery-sm-container,
.cart_pli_disclaimer-delivery-md-container {
  width: 100%;
}
@media (min-width: 769px) {
  .cart_pli_disclaimer-delivery-sm-container,
  .cart_pli_disclaimer-delivery-md-container {
    width: -moz-max-content;
    width: max-content;
  }
}
.cart_pli_disclaimer-delivery-sm-container .product-disclaimer,
.cart_pli_disclaimer-delivery-md-container .product-disclaimer {
  background: #FFF8E1;
  border-color: #FFDB7A !important;
}
.cart_pli_disclaimer-delivery-sm-container .product-disclaimer .product-disclaimer-text,
.cart_pli_disclaimer-delivery-md-container .product-disclaimer .product-disclaimer-text {
  font-weight: 600;
  display: flex;
  gap: 4px;
}
.cart_pli_disclaimer-delivery-sm-container .product-disclaimer .product-disclaimer-text::before,
.cart_pli_disclaimer-delivery-md-container .product-disclaimer .product-disclaimer-text::before {
  content: "";
  background-image: url("../icons/only-delivery.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  height: 16px;
  vertical-align: bottom;
  width: 16px;
}

.cart_pli_disclaimer-identification-md-container,
.cart_pli_disclaimer-identification-sm-container {
  width: 100%;
  height: 24px;
  justify-content: center;
}
@media (min-width: 769px) {
  .cart_pli_disclaimer-identification-md-container,
  .cart_pli_disclaimer-identification-sm-container {
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: 12px;
  }
}
@media (max-width: 768.98px) {
  .cart_pli_disclaimer-identification-md-container,
  .cart_pli_disclaimer-identification-sm-container {
    margin-bottom: 12px;
  }
}
.cart_pli_disclaimer-identification-md-container .product-disclaimer .product-disclaimer-identification-text,
.cart_pli_disclaimer-identification-sm-container .product-disclaimer .product-disclaimer-identification-text {
  font-size: 11px;
  line-height: 14px;
  color: #868686;
  margin: 0;
  padding: 0;
}
.cart_pli_disclaimer-identification-md-container .product-disclaimer .product-disclaimer-identification-text::before,
.cart_pli_disclaimer-identification-sm-container .product-disclaimer .product-disclaimer-identification-text::before {
  content: "";
  background-image: url("../icons/warning-filled.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  height: 16px;
  vertical-align: bottom;
  width: 16px;
  margin-right: 4px;
}

.cart_summary_disclaimer-container,
.cart_pli_disclaimer-delivery-sm-container,
.cart_pli_disclaimer-delivery-md-container {
  display: flex;
}
.cart_summary_disclaimer-container .product-disclaimer,
.cart_pli_disclaimer-delivery-sm-container .product-disclaimer,
.cart_pli_disclaimer-delivery-md-container .product-disclaimer {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid;
  flex: 1 0 0;
  padding: 4px 12px;
}
.cart_summary_disclaimer-container .product-disclaimer .product-disclaimer-text,
.cart_pli_disclaimer-delivery-sm-container .product-disclaimer .product-disclaimer-text,
.cart_pli_disclaimer-delivery-md-container .product-disclaimer .product-disclaimer-text {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 16px;
  color: #363537;
}

.cart-page {
  background-color: #F9F9F9;
  padding-bottom: 24px;
}
.cart-page .cart-header {
  padding: 24px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768.98px) {
  .cart-page .cart-header {
    padding: 16px;
  }
}
.cart-page .cart-header .cart-title {
  color: #212121;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 768.98px) {
  .cart-page .cart-header .cart-title {
    font-size: 18px;
    line-height: 24px;
  }
}
.cart-page .cart-header .cart-back {
  padding: 0 8px;
  color: #0277BD !important;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
}
.cart-page .cart-header .cart-back img {
  width: 16px;
  height: 16px;
}
@media (max-width: 768.98px) {
  .cart-page .cart-header .cart-back img {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 768.98px) {
  .cart-page .cart-header .cart-back {
    font-size: 13px;
    line-height: 26px;
  }
}
.cart-page .cart-container-bordered {
  border: solid 1px #DDD;
  border-radius: 8px;
}
.cart-page .cart-body {
  display: flex;
  gap: 30px;
  padding: 0 5px;
}
@media (max-width: 1199.98px) {
  .cart-page .cart-body {
    gap: 8px;
  }
}
@media (max-width: 991.98px) {
  .cart-page .cart-body {
    flex-direction: column;
  }
}
@media (max-width: 768.98px) {
  .cart-page .cart-body {
    padding: 0;
  }
}
.cart-page .cart-body .availability-message {
  display: none;
  padding: 4px 8px;
  background: #FDE9EA;
  border: 1px solid #FAC6C9;
  border-radius: 4px;
  align-items: center;
  gap: 4px;
  margin-top: 8px;
}
.cart-page .cart-body .availability-message .error-icon {
  width: 14px;
  height: 14px;
}
.cart-page .cart-body .availability-message span.error-text {
  color: #D51922;
  font-size: 11px;
  font-weight: 600;
  line-height: 14px;
}
.cart-page .cart-body .availability-message span.regular-text {
  color: #545454;
  font-size: 11px;
  line-height: 14px;
}
.cart-page .cart-body .product-cards {
  background-color: #FFF;
  padding: 16px;
  flex: 0.655;
  height: 100%;
}
@media (max-width: 991.98px) {
  .cart-page .cart-body .product-cards {
    flex: 1;
  }
}
@media (max-width: 768.98px) {
  .cart-page .cart-body .product-cards {
    background-color: unset;
    border: unset;
    padding: 0;
  }
}
.cart-page .cart-body .product-cards .product-info {
  padding: 16px;
  margin-bottom: 8px;
}
@media (max-width: 768.98px) {
  .cart-page .cart-body .product-cards .product-info {
    margin: 12px 16px 0 16px;
    padding: 12px;
    background-color: #FFF;
    border-radius: 8px;
  }
}
.cart-page .cart-body .product-cards .product-info .cart-product-container {
  gap: 8px;
}
@media (max-width: 768.98px) {
  .cart-page .cart-body .product-cards .product-info .cart-product-container {
    flex-wrap: wrap;
  }
}
.cart-page .cart-body .product-cards .product-info .cart-product-container .promotions {
  position: absolute;
  left: 21px;
  top: 45px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0 0 0 16px;
  height: 32px;
}
@media (max-width: 1199.98px) {
  .cart-page .cart-body .product-cards .product-info .cart-product-container .promotions {
    top: 50px;
    padding: 0;
    height: 24px;
  }
}
.cart-page .cart-body .product-cards .product-info .cart-product-container .promotions p {
  margin-top: 0;
  margin-bottom: 0;
}
.cart-page .cart-body .product-cards .product-info .cart-product-container .promotions .promo-badge {
  padding: 2px 8px;
  background: #D51922;
  border-bottom-right-radius: 12px;
  color: #FFF;
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  margin-left: -32px;
  margin-right: auto;
  max-width: 90px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1199.98px) {
  .cart-page .cart-body .product-cards .product-info .cart-product-container .promotions .promo-badge {
    font-size: 11px;
    line-height: 14px;
    padding: 2px 9.25px;
    margin-left: -20px;
  }
}
.cart-page .cart-body .product-cards .product-info .cart-product-container .item-image {
  position: relative;
}
@media (max-width: 768.98px) {
  .cart-page .cart-body .product-cards .product-info .cart-product-container .item-image {
    flex: 0.3;
    margin-right: 0;
  }
}
.cart-page .cart-body .product-cards .product-info .cart-product-container .item-image img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cart-page .cart-body .product-cards .product-info .cart-product-container .line-item-header {
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
  max-width: 321px;
}
@media (min-width: 769px) {
  .cart-page .cart-body .product-cards .product-info .cart-product-container .line-item-header {
    min-width: 300px;
  }
}
@media (max-width: 768.98px) {
  .cart-page .cart-body .product-cards .product-info .cart-product-container .line-item-header {
    max-width: unset;
    flex: 0.7;
    gap: 4px;
  }
}
.cart-page .cart-body .product-cards .product-info .cart-product-container .line-item-header .line-item-brand {
  white-space: normal;
}
.cart-page .cart-body .product-cards .product-info .cart-product-container .line-item-header .line-item-brand * {
  margin-bottom: 0;
}
.cart-page .cart-body .product-cards .product-info .cart-product-container .line-item-header .line-item-brand h4 {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #363537;
  text-wrap: auto;
}
.cart-page .cart-body .product-cards .product-info .cart-product-container .line-item-header .line-item-brand p {
  font-size: 11px;
  font-weight: 400;
  line-height: 14px;
  color: #545454;
}
@media (max-width: 768.98px) {
  .cart-page .cart-body .product-cards .product-info .cart-product-container .line-item-header .line-item-brand p {
    display: none;
  }
}
.cart-page .cart-body .product-cards .product-info .cart-product-container .line-item-header .line-item-name {
  color: #363537;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768.98px) {
  .cart-page .cart-body .product-cards .product-info .cart-product-container .line-item-header .line-item-name {
    font-size: 11px;
    line-height: 14px;
  }
}
.cart-page .cart-body .product-cards .product-info .cart-product-container .item-attributes {
  width: 343px;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
  flex: 1 0 0;
}
@media (max-width: 768.98px) {
  .cart-page .cart-body .product-cards .product-info .cart-product-container .item-attributes {
    flex: 1;
    justify-content: space-between;
    align-items: center;
    margin-top: 4px;
    width: 100%;
  }
}
@media (max-width: 768.98px) {
  .cart-page .cart-body .product-cards .product-info .cart-product-container .line-items-actions {
    width: 100%;
  }
}
.cart-page .cart-body .product-cards .product-info.error-state {
  background-color: #FFF9F9;
  border: 1px solid #FAC6C9;
  border-radius: 4px;
}
.cart-page .cart-body .product-cards .product-info.error-state .availability-message {
  display: block;
}
.cart-page .cart-body .product-cards .product-info.error-state .quantity-form {
  background-color: #FFF9F9;
  border-color: #CCC;
}
.cart-page .cart-body .product-cards .product-info.error-state .quantity-form .quantity-decrease,
.cart-page .cart-body .product-cards .product-info.error-state .quantity-form .quantity-increase {
  background-color: #FFF9F9;
}
.cart-page .cart-body .product-cards .product-info.error-state .quantity-form select {
  color: #CCC;
}
.cart-page .cart-body .product-cards .product-info.error-state .unit-price .sales {
  color: #D51922;
}
.cart-page .cart-body .product-cards .product-info:not(.error-state) .availability-message {
  display: none;
}
.cart-page .cart-body .product-cards .product-info.disclaimer-bg {
  background-color: #F6F7F8;
}
.cart-page .cart-body .product-cards .product-info.disclaimer-bg .quantity-form {
  border: 1px solid #DDD;
}
.cart-page .cart-body .product-cards .product-info.disclaimer-bg .quantity-form .quantity-select {
  color: #868686;
}
.cart-page .cart-body .product-cards .product-info.disclaimer-bg .quantity-form .quantity-decrease,
.cart-page .cart-body .product-cards .product-info.disclaimer-bg .quantity-form .quantity-increase {
  background-color: #F6F7F8;
}
.cart-page .cart-body .product-cards .product-info.disclaimer-bg .quantity-form .quantity-decrease span::before, .cart-page .cart-body .product-cards .product-info.disclaimer-bg .quantity-form .quantity-decrease span::after,
.cart-page .cart-body .product-cards .product-info.disclaimer-bg .quantity-form .quantity-increase span::before,
.cart-page .cart-body .product-cards .product-info.disclaimer-bg .quantity-form .quantity-increase span::after {
  background-color: #868686;
}
.cart-page .cart-body .product-cards .cart-prices {
  display: flex;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 768.98px) {
  .cart-page .cart-body .product-cards .cart-prices {
    gap: 8px;
    justify-content: space-between;
    padding-right: 8px;
    padding-left: 8px;
  }
}
.cart-page .cart-body .product-cards .cart-prices .unit-price {
  text-align: right;
}
.cart-page .cart-body .product-cards .cart-prices .unit-price .price-before {
  margin-right: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #545454;
}
.cart-page .cart-body .product-cards .cart-prices .unit-price .sales {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #0277BD;
}
.cart-page .cart-body .product-cards .cart-prices .line-item-total-price {
  text-align: right;
}
.cart-page .cart-body .product-cards .cart-prices .line-item-total-price .line-item-price-info {
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 600;
  line-height: 14px;
  color: #545454;
}
.cart-page .cart-body .product-cards .cart-prices .line-item-total-price .line-item-total-price-amount {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #363537;
  min-width: 82px;
}
@media (max-width: 768.98px) {
  .cart-page .cart-body .product-cards .cart-prices .line-item-total-price .line-item-total-price-amount {
    min-width: unset;
    font-size: 14px;
  }
}
.cart-page .cart-body .product-cards .cart-prices .line-item-total-price .strike-through {
  display: none;
}
@media (max-width: 768.98px) {
  .cart-page .cart-body .product-cards .cart-prices {
    align-items: center;
  }
}
.cart-page .cart-body .product-cards .line-item-quantity {
  width: 120px;
}
@media (max-width: 768.98px) {
  .cart-page .cart-body .product-cards .line-item-quantity {
    width: 100px;
  }
}
.cart-page .cart-body .product-cards .quantity-form {
  display: flex;
  align-items: center;
  justify-content: space-around;
  border: 1px solid #0277BD;
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .cart-page .cart-body .product-cards .quantity-form {
    flex-basis: 35%;
  }
}
@media (max-width: 768.98px) {
  .cart-page .cart-body .product-cards .quantity-form {
    flex-basis: 100px;
    height: 36px;
  }
}
.cart-page .cart-body .product-cards .quantity-form .custom-quantity-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  padding: 0 8px;
  margin: 0;
  width: 42px;
  height: 40px;
  font-family: inherit;
  font-size: 16px;
  color: #363537;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  font-weight: 400;
}
@media (max-width: 768.98px) {
  .cart-page .cart-body .product-cards .quantity-form .custom-quantity-select {
    height: 36px;
    width: auto;
  }
}
.cart-page .cart-body .product-cards .quantity-form .custom-quantity-select::-ms-expand {
  display: none;
}
.cart-page .cart-body .product-cards .quantity-form .custom-quantity-select:focus {
  outline: none;
}
.cart-page .cart-body .product-cards .quantity-form .quantity-decrease,
.cart-page .cart-body .product-cards .quantity-form .quantity-increase {
  width: 40px;
  height: 40px;
  background: white;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 769px) {
  .cart-page .cart-body .product-cards .quantity-form .quantity-decrease:hover,
  .cart-page .cart-body .product-cards .quantity-form .quantity-increase:hover {
    background-color: #F8F9FA;
  }
}
.cart-page .cart-body .product-cards .quantity-form .quantity-decrease:focus,
.cart-page .cart-body .product-cards .quantity-form .quantity-increase:focus {
  outline: none;
}
.cart-page .cart-body .product-cards .quantity-form .quantity-decrease:disabled,
.cart-page .cart-body .product-cards .quantity-form .quantity-increase:disabled {
  cursor: not-allowed;
}
.cart-page .cart-body .product-cards .quantity-form .quantity-decrease:disabled .minus-icon::before,
.cart-page .cart-body .product-cards .quantity-form .quantity-decrease:disabled .plus-icon::before,
.cart-page .cart-body .product-cards .quantity-form .quantity-decrease:disabled .plus-icon::after,
.cart-page .cart-body .product-cards .quantity-form .quantity-increase:disabled .minus-icon::before,
.cart-page .cart-body .product-cards .quantity-form .quantity-increase:disabled .plus-icon::before,
.cart-page .cart-body .product-cards .quantity-form .quantity-increase:disabled .plus-icon::after {
  background-color: #CCC;
}
.cart-page .cart-body .product-cards .quantity-form .minus-icon,
.cart-page .cart-body .product-cards .quantity-form .plus-icon {
  width: 12px;
  height: 12px;
  position: relative;
}
.cart-page .cart-body .product-cards .quantity-form .minus-icon::before, .cart-page .cart-body .product-cards .quantity-form .minus-icon::after,
.cart-page .cart-body .product-cards .quantity-form .plus-icon::before,
.cart-page .cart-body .product-cards .quantity-form .plus-icon::after {
  content: "";
  position: absolute;
  background-color: #0277BD;
}
.cart-page .cart-body .product-cards .quantity-form .minus-icon::before {
  width: 12px;
  height: 1.5px;
  top: 5.25px;
  left: 0;
}
.cart-page .cart-body .product-cards .quantity-form .plus-icon::before {
  width: 12px;
  height: 1.5px;
  top: 5.25px;
  left: 0;
}
.cart-page .cart-body .product-cards .quantity-form .plus-icon::after {
  width: 1.5px;
  height: 12px;
  top: 0;
  left: 5.25px;
}
.cart-page .cart-body .product-cards .product-move {
  text-align: right;
  margin-top: 20px;
}
@media (max-width: 768.98px) {
  .cart-page .cart-body .product-cards .product-move {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: unset;
    margin-top: 12px;
  }
}
.cart-page .cart-body .product-cards .product-move .remove-product, .cart-page .cart-body .product-cards .product-move .add-to-wish-list {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  color: #0277BD;
  padding: 8px;
}
.cart-page .cart-body .product-cards .product-move .add-to-wish-list {
  border: none;
  background-color: transparent;
  padding-right: 12px;
}
.cart-page .cart-body .product-cards .product-move .add-to-wish-list .wishlist-icon.fa-heart {
  color: #D51922 !important;
}
@media (min-width: 769px) {
  .cart-page .cart-body .product-cards .product-move .add-to-wish-list:hover {
    background-color: #EFFAFF;
    border-radius: 4px;
  }
}
@media (max-width: 768.98px) {
  .cart-page .cart-body .product-cards .product-move .add-to-wish-list {
    display: flex;
    gap: 4px;
    align-items: center;
  }
  .cart-page .cart-body .product-cards .product-move .add-to-wish-list span {
    display: block !important;
  }
}
.cart-page .cart-body .product-cards .product-move .remove-product {
  cursor: pointer;
  margin-right: -8px;
  border: unset;
  background-color: transparent;
}
.cart-page .cart-body .product-cards .product-move .remove-product:hover {
  background-color: #EFFAFF;
}
.cart-page .cart-body .totals {
  flex: 0.345;
}
@media (max-width: 991.98px) {
  .cart-page .cart-body .totals {
    flex: 1;
  }
}
@media (max-width: 1199.98px) {
  .cart-page .cart-body .totals .coupons-and-promos {
    margin-bottom: 8px;
  }
}
@media (max-width: 768.98px) {
  .cart-page .cart-body .totals .coupons-and-promos {
    margin: 0 16px;
  }
}
.cart-page .cart-body .totals .coupons-and-promos label {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 8px;
}
@media (max-width: 768.98px) {
  .cart-page .cart-body .totals .coupons-and-promos label {
    font-size: 14px;
    line-height: 20px;
  }
}
.cart-page .cart-body .totals .coupons-and-promos .coupon-code, .cart-page .cart-body .totals .coupons-and-promos .coupon-not-applied, .cart-page .cart-body .totals .coupons-and-promos .coupon-applied {
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  color: #545454;
  margin-top: 8px;
}
.cart-page .cart-body .totals .coupons-and-promos ul.coupon-promotion-relationship {
  margin: 0;
  color: #545454;
  font-size: 11px;
  font-weight: 400;
  line-height: 14px;
  list-style: none;
  padding: 0;
}
.cart-page .cart-body .totals .coupons-and-promos .remove-coupon {
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  color: #0277BD;
  background-color: transparent;
  border: none;
}
.cart-page .cart-body .totals .card-title {
  color: #212121;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 12px;
}
@media (max-width: 991.98px) {
  .cart-page .cart-body .totals .coupon-container {
    margin: 8px 16px -16px 16px;
  }
}
.cart-page .cart-body .totals .cart-coupons {
  padding: 16px;
  background-color: #FFF;
  margin-bottom: 16px;
}
.cart-page .cart-body .totals .cart-coupons .coupon-area {
  display: flex;
  gap: 8px;
}
.cart-page .cart-body .totals .cart-coupons .coupon-area .form-group {
  margin-bottom: 0;
}
.cart-page .cart-body .totals .cart-coupons .coupon-area .coupon-input-container {
  flex-grow: 1;
}
.cart-page .cart-body .totals .cart-coupons .coupon-area .coupon-input-container .coupon-code-field {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 10px 16px;
  border-radius: 4px;
  height: 48px;
}
@media (max-width: 991.98px) {
  .cart-page .cart-body .totals .cart-coupons .coupon-area .coupon-input-container .coupon-code-field {
    font-size: 12px;
    line-height: 16px;
    padding: 10px 14px;
    min-height: 40px;
    height: 40px;
  }
}
.cart-page .cart-body .totals .cart-coupons .coupon-area .promo-code-btn {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  width: 136px;
  height: 47px;
  border: solid 1px #0277BD;
  background: #FFF;
  color: #0277BD;
}
@media (max-width: 991.98px) {
  .cart-page .cart-body .totals .cart-coupons .coupon-area .promo-code-btn {
    height: 40px;
    width: 110px;
  }
}
.cart-page .cart-body .totals .cart-summary {
  background-color: #FFF;
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 30px;
  margin-top: 16px;
}
.cart-page .cart-body .totals .cart-summary .summary-title {
  color: #212121;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 12px;
}
.cart-page .cart-body .totals .cart-summary .summary-content .summary-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
}
.cart-page .cart-body .totals .cart-summary .summary-content .summary-label {
  color: #302F31;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  flex: 1;
}
.cart-page .cart-body .totals .cart-summary .summary-content .summary-value {
  color: #212121;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  text-align: right;
  min-width: 96px;
}
.cart-page .cart-body .totals .cart-summary .summary-content .summary-divider {
  border-bottom: 0.5px solid #868686;
  margin-bottom: 12px;
  padding-bottom: 12px;
}
.cart-page .cart-body .totals .cart-summary .summary-content .discount-section .discount-label {
  color: #0FA13C;
}
.cart-page .cart-body .totals .cart-summary .summary-content .discount-section .discount-value {
  color: #0FA13C;
}
.cart-page .cart-body .totals .cart-summary .summary-content .discount-section .discount-details {
  padding: 0 12px;
}
.cart-page .cart-body .totals .cart-summary .summary-content .discount-section .discount-details .discount-item {
  margin-top: 8px;
}
.cart-page .cart-body .totals .cart-summary .summary-content .discount-section .discount-details .discount-item .discount-title {
  color: #545454;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
}
.cart-page .cart-body .totals .cart-summary .summary-content .discount-section .discount-details .discount-item .discount-description {
  color: #545454;
  font-size: 11px;
  font-weight: 400;
  line-height: 14px;
}
.cart-page .cart-body .totals .cart-summary .summary-content .total-section .summary-row {
  margin-bottom: 4px;
}
.cart-page .cart-body .totals .cart-summary .summary-content .total-section .total-label {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
.cart-page .cart-body .totals .cart-summary .summary-content .total-section .total-value {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
.cart-page .cart-body .totals .cart-summary .summary-content .total-section .savings-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart-page .cart-body .totals .cart-summary .summary-content .total-section .savings-row .savings-label {
  color: #118334;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
}
.cart-page .cart-body .totals .cart-summary .summary-content .total-section .savings-row .savings-value {
  color: #118334;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-align: right;
}
@media (max-width: 768.98px) {
  .cart-page .cart-body .totals .cart-summary {
    margin: 16px;
  }
}
.cart-page .cart-body .totals .cart-summary h4 {
  border-bottom: solid 1px #CCC;
  padding-bottom: 8px;
  margin-bottom: 12px;
}
@media (max-width: 768.98px) {
  .cart-page .cart-body .totals .cart-summary h4 {
    font-size: 14px;
  }
}
.cart-page .cart-body .totals .cart-summary .row p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 16px;
  color: #363537;
}
@media (max-width: 768.98px) {
  .cart-page .cart-body .totals .cart-summary .row p {
    font-size: 13px;
    line-height: 18px;
  }
}
.cart-page .cart-body .totals .cart-summary .row.last-summary-row p {
  margin-bottom: 12px;
}
.cart-page .cart-body .totals .cart-summary p.text-right:not(.grand-total) {
  font-weight: 600;
  color: #212121;
}
@media (max-width: 768.98px) {
  .cart-page .cart-body .totals .cart-summary p.text-right:not(.grand-total) {
    font-weight: 400;
  }
}
.cart-page .cart-body .totals .cart-summary .delivery-restrictions {
  padding: 10px 25px;
}
@media (max-width: 768.98px) {
  .cart-page .cart-body .totals .cart-summary .delivery-restrictions {
    padding: 15px 32px 10px 32px;
  }
}
.cart-page .cart-body .totals .cart-summary .delivery-restrictions .restriction-header {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 4px;
}
.cart-page .cart-body .totals .cart-summary .delivery-restrictions .restriction-header img {
  width: 16px;
  height: 16px;
}
.cart-page .cart-body .totals .cart-summary .delivery-restrictions .restriction-header .title {
  color: #212121;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
.cart-page .cart-body .totals .cart-summary .delivery-restrictions .restriction-message {
  color: #212121;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
.cart-page .cart-body .totals .cart-summary .delivery-error {
  padding: 4px 12px;
  background: #FDE9EA;
  border-radius: 4px;
  border: 1px solid #FAC6C9;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 8px;
}
.cart-page .cart-body .totals .cart-summary .delivery-error img {
  width: 16px;
  height: 16px;
}
.cart-page .cart-body .totals .cart-summary .delivery-error .error-message {
  font-size: 12px;
  line-height: 16px;
}
.cart-page .cart-body .totals .cart-summary .delivery-error .error-message .error-highlight {
  font-weight: 600;
  color: #D51922;
}
.cart-page .cart-body .totals .grand-total-container {
  padding-top: 8px;
  border-top: solid 1px #CCC;
  margin: 0;
  margin-bottom: 10px;
}
.cart-page .cart-body .totals .grand-total-container div {
  padding: 0;
}
.cart-page .cart-body .totals .grand-total-container p {
  font-size: 16px !important;
  font-weight: 700;
  margin-bottom: 8px !important;
}
@media (max-width: 768.98px) {
  .cart-page .cart-body .totals .grand-total-container p {
    font-size: 14px !important;
  }
}
.cart-page .cart-body .totals .warnings-container {
  padding: 0 25px;
}
@media (max-width: 768.98px) {
  .cart-page .cart-body .totals .warnings-container {
    padding: 10px 16px 10px 32px;
  }
}
.cart-page .cart-body .totals .warnings-container .warning-note {
  font-size: 11px;
  font-weight: 400;
  line-height: 14px;
  color: #545454;
}
.cart-page .cart-body .totals .warnings-container .warning-note span {
  font-weight: 700;
}
@media (max-width: 768.98px) {
  .cart-page .cart-body .totals > .row {
    margin: 0;
  }
}
@media (max-width: 768.98px) {
  .cart-page .cart-body .totals .col-12 {
    padding-right: 0;
    padding-left: 0;
  }
}
.cart-page .cart-body #removeProductModal .close, .cart-page .cart-body #removeCouponModal .close {
  opacity: unset;
}
.cart-page .cart-body #removeProductModal .modal-dialog, .cart-page .cart-body #removeCouponModal .modal-dialog {
  transform: translateY(50%);
}
.cart-page .cart-body #removeProductModal .modal-content, .cart-page .cart-body #removeCouponModal .modal-content {
  padding: 24px;
  padding-bottom: 32px;
  border-radius: 8px;
  max-width: 432px;
}
.cart-page .cart-body #removeProductModal .modal-content .modal-header, .cart-page .cart-body #removeCouponModal .modal-content .modal-header {
  border-bottom: unset;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  padding: 0;
}
.cart-page .cart-body #removeProductModal .modal-content .modal-body, .cart-page .cart-body #removeCouponModal .modal-content .modal-body {
  padding: 0;
  overflow: hidden;
}
.cart-page .cart-body #removeProductModal .modal-content .modal-footer, .cart-page .cart-body #removeCouponModal .modal-content .modal-footer {
  border-top: unset;
  border-bottom-left-radius: unset;
  border-bottom-right-radius: unset;
  padding: 0;
  justify-content: space-between;
  gap: 8px;
}
.cart-page .cart-body #removeProductModal .modal-content .modal-footer button, .cart-page .cart-body #removeCouponModal .modal-content .modal-footer button {
  flex: 1;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
}
.cart-page .cart-body #removeProductModal .modal-content .modal-footer .cancel-button, .cart-page .cart-body #removeCouponModal .modal-content .modal-footer .cancel-button {
  border: none;
}
.cart-page .cart-body #removeProductModal h2, .cart-page .cart-body #removeCouponModal h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #01579B;
  margin-bottom: 0;
}
.cart-page .cart-body #removeProductModal .delete-label, .cart-page .cart-body #removeCouponModal .delete-label {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #3C3B3D;
  padding: 18px 0;
}
.cart-page .cart-body #removeProductModal .delete-product-container, .cart-page .cart-body #removeCouponModal .delete-product-container {
  display: flex;
  position: relative;
}
.cart-page .cart-body #removeProductModal .delete-product-container .line-item-header, .cart-page .cart-body #removeCouponModal .delete-product-container .line-item-header {
  flex-grow: 1;
}
.cart-page .cart-body #removeProductModal .delete-product-container h4, .cart-page .cart-body #removeCouponModal .delete-product-container h4 {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #0277BD;
  text-wrap: auto;
  margin-bottom: 8px;
}
.cart-page .cart-body #removeProductModal .delete-product-container p, .cart-page .cart-body #removeCouponModal .delete-product-container p {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}
.cart-page .cart-body #removeProductModal .delete-product-container .promotions, .cart-page .cart-body #removeCouponModal .delete-product-container .promotions {
  position: absolute;
  left: 16px;
  top: 58px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0 0 0 16px;
  height: 32px;
}
@media (max-width: 1199.98px) {
  .cart-page .cart-body #removeProductModal .delete-product-container .promotions, .cart-page .cart-body #removeCouponModal .delete-product-container .promotions {
    top: -24px;
    padding: 0;
    height: 24px;
  }
}
.cart-page .cart-body #removeProductModal .delete-product-container .promotions p, .cart-page .cart-body #removeCouponModal .delete-product-container .promotions p {
  margin-top: 0;
  margin-bottom: 0;
}
.cart-page .cart-body #removeProductModal .delete-product-container .promotions .promo-badge, .cart-page .cart-body #removeCouponModal .delete-product-container .promotions .promo-badge {
  padding: 2px 8px;
  background: #D51922;
  border-bottom-right-radius: 12px;
  color: #FFF;
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  margin-left: -32px;
  margin-right: auto;
  max-width: 90px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1199.98px) {
  .cart-page .cart-body #removeProductModal .delete-product-container .promotions .promo-badge, .cart-page .cart-body #removeCouponModal .delete-product-container .promotions .promo-badge {
    font-size: 11px;
    line-height: 14px;
    padding: 2px 9.25px;
    margin-left: -8px;
  }
}
.cart-page .cart-body #removeProductModal .delete-coupon-confirmation-body, .cart-page .cart-body #removeCouponModal .delete-coupon-confirmation-body {
  margin-top: 16px;
}
.cart-page .cart-body .checkout-button {
  margin-top: 16px;
  margin-bottom: 12px;
  padding: 0 10px;
}
.cart-page .cart-body .checkout-button a {
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 768.98px) {
  .cart-page .cart-body .checkout-button a {
    font-size: 14px;
  }
}
.cart-page .cart-body .checkout-button a.disabled {
  background-color: #EBEBEB;
  color: #868686;
}
@media (max-width: 768.98px) {
  .cart-page .cart-body .checkout-button {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 8px 16px;
    margin: 0;
    background-color: #FFF;
    width: 100%;
    box-shadow: 2px 0px 4px 0px rgba(0, 0, 0, 0.16);
    border-top: solid 1px #CCC;
    z-index: 100;
  }
}
.cart-page .cart-body .checkout-workflow-buttons {
  display: none;
}

.quantity-overlay-input {
  border: 1px solid #0277BD;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  color: #363537;
  padding: 0 8px;
}
.quantity-overlay-input:focus {
  outline: none;
  border-color: #01579B;
}

@media (max-width: 768.98px) {
  .bottom-right-icon a {
    right: 0;
    top: 53vh;
    bottom: unset;
  }
}

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