#content {
  width: 100% !important;
  max-width: 1050px;
}

#cart-items {
  height: 875px;
  overflow: auto;
  border-radius: 5px;
}

.main-row {
  display: flex;
  justify-content: space-between;
}

.main-column-1 {
  width: 100%;
  max-width: 700px;
  margin-right: 10px;
}

.main-column-2 {
  width: 100%;
  max-width: 320px;
}

.cart-block-test {
  margin-bottom: 100px;
}

.cart-item {
  border-bottom: solid 1px #e1e1e1;
  padding: 30px 70px 40px 20px;
}
.cart-item:last-child {
  border-bottom: none;
}

.cart-item-header {
  display: none;
  margin-bottom: 15px;
  position: relative;
}

.cart-item-name {
  display: block;
  font-family: "Roboto", sans-serif;
  color: #333;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 12px;
}

.cart-item-remove-wrapper, .service-item-remove-wrapper {
  color: #aaa;
  cursor: pointer;
  font-size: 18px;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #747474;
  transition: all 0.2s ease-in-out;
  position: absolute;
  right: -45px;
  top: -5px;
}

.cart-item-remove-icon {
  width: 100%;
  max-width: 10px;
  display: block;
  height: auto;
}

.cart-item-inner {
  display: flex;
  position: relative;
  justify-content: space-between;
}

.cart-item-image-wrapper {
  width: 100%;
  max-width: 100px;
  margin-right: 10px;
}

.cart-item-image {
  display: block;
  width: 100%;
  height: auto;
}

.cart-item-content {
  width: 100%;
  max-width: 250px;
  margin-right: 10px;
}
.cart-item-content .cart-item-quantity {
  display: none;
}
.cart-item-content--service {
  max-width: 355px;
}

.cart-item-description {
  font-family: "Roboto", san-serif;
  font-size: 12px;
  color: #000000;
  margin: 0;
  max-width: 220px;
}

.cart-item-shipping-item {
  display: flex;
  align-items: center;
  position: relative;
}
.cart-item-shipping-item:first-child {
  margin-bottom: 5px;
}

.cart-item-shipping-item-radio {
  margin: 0 !important;
}

.cart-item-shipping-item-label {
  cursor: pointer;
  font-weight: 400;
  margin-left: 5px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  color: #000000;
  letter-spacing: 0.4px;
}

.cart-item-shipping-item-select-wrapper {
  margin-left: 15px;
  position: relative;
  background-color: #ffffff;
}
.cart-item-shipping-item-select-wrapper:before {
  background-image: url(/static/images/arrow_down.svg);
  background-size: auto 50%;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  height: 100%;
  right: 8px;
  position: absolute;
  top: 0;
  width: 13px;
}

.cart-item-shipping-item-select {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  position: relative;
  background: none;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  min-width: 100px;
  min-height: 25px;
  color: #3B3A3B;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0 20px 0 8px;
}

.cart-item-shipping-item-info {
  font-family: "Roboto", sans-serif;
  border: 1px solid #747474;
  color: #747474;
  border-radius: 50%;
  cursor: pointer;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 15px;
  height: 15px;
  text-decoration: none;
  outline: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
}

.cart-item-shipping-subscription {
  line-height: 1.2em;
  margin-left: 18px;
  margin-top: 3px;
  margin-bottom: 0;
  color: #00AD50;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 12px;
}

.cart-item-quantity {
  margin: 0;
  overflow: visible;
  position: relative;
  width: 100%;
  max-width: 85px;
  height: 35px;
  margin-right: 10px;
}

.cart-item-quantity-qty {
  font-family: "Montserrat", sans-serif;
  background: transparent;
  cursor: pointer;
  display: block;
  height: 100%;
  position: absolute;
  width: 22px;
  top: 0;
}
.cart-item-quantity-qty--minus {
  left: 0;
  border-right: 1px solid #DDDDDD;
}
.cart-item-quantity-qty--minus:before {
  content: "-";
}
.cart-item-quantity-qty--plus {
  right: 0;
  border-left: 1px solid #DDDDDD;
}
.cart-item-quantity-qty--plus:before {
  content: "+";
}
.cart-item-quantity-qty:before {
  color: #3B3A3B;
  position: absolute;
  line-height: 0;
  font-size: 16px;
  font-weight: bold;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.cart-item-quantity-input {
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  width: 100%;
  height: 34px;
  text-align: center;
  outline: none;
  -moz-appearance: textfield;
}
.cart-item-quantity-input::-webkit-outer-spin-button, .cart-item-quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cart-item-prices {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 120px;
  text-align: right;
}

.cart-item-prices-total-price {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #3E88BC;
  line-height: 1;
}

.cart-item-prices-price-per-one {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #747474;
  line-height: 1;
  margin-top: 5px;
}

.cart-item-prices-discount {
  font-family: "Roboto", sans-serif;
  background-color: #F4F4F4;
  color: #00AD50;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  display: flex;
  min-width: 80px;
  min-height: 16px;
  padding: 4px 7px;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  margin-top: 5px;
}

.service-block {
  border-bottom: solid 1px #e1e1e1;
  padding: 25px 35px;
  background-color: #F0FDF3;
}

.cleaning_block_title {
  display: block;
  font: normal normal bold 18px/17px Roboto;
  color: #00A34C;
}

.service-block .cleaning_block_text {
  display: block;
  font: normal normal normal 14px/20px Roboto;
  color: #3B3A3B;
  padding-top: 5px;
  padding-bottom: 23px;
}

.service-block .cleaning_block_text b {
  font: normal normal bold 14px/20px Roboto;
}

.service-block .cleaning_block_text a {
  text-decoration: underline;
  font: normal normal 500 14px/20px Roboto;
  color: #3B3A3B;
}

.service-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.service-img {
  width: 100%;
  max-width: 100px;
  margin-right: 10px;
}
.service-img img {
  display: block;
  width: 100%;
  height: auto;
}

.service-inner {
  width: 100%;
}

.service-note {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  color: #2A6450;
  font-weight: 700;
  margin-bottom: 5px;
}

.service-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}

.service-title {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  margin: 0;
  margin-right: 5px;
  color: #000000;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.service-button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 100px;
  height: 35px;
  border-radius: 5px;
  background-color: #00AD50;
  outline: none;
  border: none;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
}

.service-price {
  display: flex;
  align-items: flex-end;
}

.service-price-number {
  color: #3E88BC;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  margin-right: 5px;
}

.service-price-note {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  color: #747474;
}

.cleaning_service {
  padding: 40px 20px;
  background-color: #F2FAF5;
  border-radius: 5px;
  display: flex;
  justify-content: space-around;
  gap: 40px;
}
.cleaning_service .cleaning_service_title {
  display: block;
  font: normal normal bold 20px/17px Montserrat;
  letter-spacing: -0.2px;
  color: #00A34C;
}
.cleaning_service .cleaning_service_text {
  display: block;
  padding-top: 8px;
  font: normal normal normal 14px/20px Montserrat;
  color: #3B3A3B;
}
.cleaning_service .cleaning_service_text b {
  font: inherit;
  font-weight: bold;
}
.cleaning_service .cleaning_service_text a {
  text-decoration: underline;
  font-weight: 500;
}
.cleaning_service .cleaning_service_link {
  text-decoration: underline;
  font-weight: 500;
}
.cleaning_service .cleaning_service_card {
  padding: 20px 17px;
  background-color: #FFFFFF;
  border: 1px solid #00A34C;
  border-radius: 5px;
  display: flex;
  width: 246px;
  min-width: 246px;
  gap: 10px;
}
.cleaning_service .cleaning_service_card .cleaning_service_card_title {
  display: block;
  font: normal normal 600 14px/20px Montserrat;
  color: #212322;
}
.cleaning_service .cleaning_service_card .cleaning_service_card_link {
  padding-top: 5px;
  display: block;
  text-decoration: underline;
  font: normal normal normal 10px/14px Montserrat;
  color: #212322;
}
.cleaning_service .cleaning_service_card .cleaning_service_card_price {
  font: normal normal 600 17px/19px Montserrat;
  color: #3E88BC;
}
.cleaning_service .cleaning_service_card .circle_icon {
  display: block;
  width: 30px;
  margin: auto 0 0 auto;
  cursor: pointer;
}
.cleaning_service .cleaning_service_card .price-wrapper {
  display: flex;
  flex-direction: column;
}

.invoice_credit_activated {
  margin-top: 1px;
  display: flex;
  padding: 10px 32px;
  background-color: #F2FAF5;
  justify-content: flex-start;
  gap: 6px;
}
.invoice_credit_activated img {
  width: 20px;
  height: 20px;
}
.invoice_credit_activated span {
  display: block;
  font: normal normal bold 16px/20px Roboto;
  letter-spacing: 0.48px;
  color: #00AD50;
}

.cart-summary {
  border-radius: 5px;
  overflow: hidden;
}

.cart-summary-header {
  background-color: #50AB60;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  text-align: center;
  padding: 0 10px;
}

.cart-summary-title {
  font-family: "Montserrat", san-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  padding: 0;
}

.cart-summary-content {
  background-color: #F9F8F8;
}

.cart-summary-content-top {
  padding: 30px;
}

.cart-summary-content-bottom {
  background-color: #EBEBEB;
  padding: 20px 30px;
}

.cart-summary-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cart-summary-row:last-child {
  margin-bottom: 0;
}

.cart-summary-row.invoice_credit_total {
  display: none;
}

.cart-summary-row-label {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #000000;
  margin: 0;
  padding: 0;
}
.cart-summary-row-label--large {
  font-size: 24px;
  font-weight: 700;
}

.cart-summary-row-value {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #000000;
  margin: 0;
  padding: 0;
  font-weight: 700;
}
.cart-summary-row-value--large {
  font-size: 24px;
  font-weight: 700;
  color: #3E88BC;
}

.cart-summary-footer {
  padding: 15px 30px;
  background-color: #527285;
}

.cart-summary-footer-text {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.cart-summary-footer-text span {
  font-weight: 700;
}

#checkout-buttons {
  margin-top: 30px;
  padding: 0 !important;
  margin-bottom: 30px;
}

.checkout-button {
  background-color: #E4552E;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  width: 100%;
  height: 60px;
  line-height: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
.checkout-button img {
  display: block;
  width: 100%;
  max-width: 17px;
  height: auto;
  margin-right: 10px;
}
.checkout-button:hover {
  background-color: #e76745;
  color: #ffffff !important;
  text-decoration: none !important;
}
.checkout-button:active, .checkout-button:focus {
  background-color: #dc451c;
  color: #ffffff !important;
  text-decoration: none !important;
}
.checkout-button:visited {
  color: #ffffff;
}

.cart-cards {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.payments {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  margin-top: 30px;
}

.payments #stripe-payment-request-button {
  width: 100%;
  max-width: 148px;
  text-align: center;
  background-color: inherit;
  height: auto;
  padding: 0;
  border: inherit;
  border-radius: 0;
}

.payments-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #eeeeee;
  opacity: 0.7;
  z-index: 10;
  display: none;
}

#yotpo-testimonials-custom-tab {
  margin-bottom: 0 !important;
}

.cart-table-header {
  background-color: #EBEBEB;
  padding: 0 70px 0 20px;
  height: 50px;
  display: flex;
  align-items: center;
}
.cart-table-header span {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #000000;
}
.cart-table-header span:not(:first-child):not(:last-child) {
  margin-left: auto;
  margin-right: 115px;
}

.tooltip-row {
  display: flex;
  align-items: center;
  gap: 5px;
}
.tooltip-row .cart-summary-row-label, .tooltip-row .cart-summary-row-value {
  font-weight: 700;
  color: #00AD50;
}

.tooltip-button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  outline: none;
  line-height: 1;
  width: 15px;
  flex: 1 0 auto;
}

.tooltip-icon {
  display: block;
  width: 100%;
}

.tooltip-wrapper {
  position: relative;
  line-height: 1;
}

.tooltip-window {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 12px);
  transform: translateX(-46%);
  width: 300px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.98);
  z-index: 1;
  border: 1px solid #DDDDDD;
  display: none;
  gap: 10px;
}

.tooltip-window:after {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background-color: transparent;
  background-image: url(/static/images/tooltip_triangle_icon.svg);
  background-repeat: no-repeat;
  position: absolute;
  z-index: 2;
  bottom: -12px;
  left: 46%;
  transform: translateX(-50%);
}

.tooltip-window.active {
  display: block;
}

.tooltip-window-top {
  display: flex;
  align-items: flex-start;
  padding: 12px;
  gap: 5px;
}

.tooltip-window-bottom {
  display: none;
  padding: 12px;
  border-top: 1px solid #DDDDDD;
}

.tooltip-window-bottom.active {
  display: block;
}

.tooltip-window-bottom-text {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 500;
  color: #222322;
  margin: 0;
}

.tooltip-text {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 1.3;
  color: #222322;
  margin: 0;
}

.tooltip-text span {
  font-weight: 700;
  color: #00AD50;
}

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