.cart .cart-items {
  overflow-y: auto;
  max-height: 622px;
  overflow-x: hidden;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 14px;
}

.cart .cart-items>.row>.cart-item {
  width: 100%;
}

.modal-body .replace-content tbody {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .cart .cart-items {
    padding: unset;
    max-height: unset;
  }
}

.commerce-checkout-flow-multistep-default .commerce-checkout-completion-register {
  display: none;
}

.col-12.col-lg-6.bill {
  background: rgba(246, 174, 54, 0.03);
  padding-top: 0;
  border-right: 1px dashed #D1D1D1;
  padding-left: 16px;
  padding-right: 16px;
}

.lb-ad__vm {
    text-align: left;
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding-left: 20px;
}

.block-info_customer {
    text-align: left;
    position: relative;
}

.block-info_item {
    position: relative;
    background: #FFF9F0;
    padding: 20px 12px;
    margin-bottom: 12px;
}

.block-info_item.block-info_address {
  margin-bottom: 20px;
}

.block-info_item a {
    position: absolute;
    top: 24px;
    right: 15px;
}

.lb-ad__vm-ad:before {
  content: '';
  position: absolute;
  border: 0;
  width: 18px;
  height: 16px;
  margin-left: 17px;
  background: url(../images/products/address-order.svg) no-repeat center;
  padding: 8px 0;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  left: 0;
}

.path-checkout .lb-ad__vm-ad:before {
  width: 12px;
  margin-left: 2px;
}

.path-cart form.edit-address-form .modal-body .form-group input.form-text[name="name"] {
  display: block;
}

.path-cart .select2-container .select2-selection--single {
  text-align: left;
}

.path-cart .note-order-vm {
  /* position: absolute;
  bottom: 0;
  left: calc(-100% + 12px);
  z-index: 1;
  display: block;
  padding-left: 15px; */
}

.path-cart .note-order-vm label {
  text-align: left;
  width: 100%;
}

.path-checkout section.cart>.container>div:nth-last-child(2) {
  padding: 32px 16px;
  background: #FAFDFF;
  padding-bottom: 0;
}

.path-checkout .block-info_customer {
  background: #FAFDFF;
  display: flex;
  padding-top: 10px;
}

.path-checkout .block-info_customer .block-info_item {
  background-color: #fff;
}

.path-checkout  .lb-ad__vm.lb-ad__vm-ad {
  position: relative;
  padding-left: 26px;
  border-bottom: 1px dashed #D1D1D1;
  padding-bottom: 10px;
}

.block-info_item a {
  position: absolute;
  border: 0;
  width: 18px;
  height: 16px;
  margin-left: 8px;
  background: url(../images/products/cart_edit_info.svg) no-repeat center;
  padding: 8px 0;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.block-info_item a:hover {
  background-color: #fff;
}

.cart .cart-items .cart-item {
  padding: 15px;
  display: flex;
  margin-bottom: 20px;
  border: 1px dashed #c7c6c6;
}

.cart .cart-items .cart-item:hover figure img {
  transform: scale(1.05);
  transition: all 500ms ease;
}

.cart .cart-items .cart-item:last-child {
  margin-bottom: unset;
}

@media (min-width: 1200px) {
  .path-checkout .block-info_customer .block-info_item {
    width: calc(468 * 100vw / 1108);
    max-width: unset;
    flex: unset;
    margin-right: 20px;
  }

  .path-checkout .block-info_customer .block-info_item.block-info_address {
    width: calc(620 * 100vw / 1108);
    max-width: unset;
    flex: unset;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 767px) {
  .cart .cart-items .cart-item {
    border: none;
    padding: unset;
    margin-bottom: 30px;
    flex-direction: column;
  }

  .lb-ad__vm {
    padding-left: 20px;
  }

  .checkout-pane-completion-register {
    display: none;
  }

  .path-checkout .block-info_customer .block-info_item.col-md-6 {
    width: 100%;
  }

  .path-checkout .block-info_customer {
    display: block;
  }

  .path-checkout .lb-ad__vm.lb-ad__vm-ad {
    margin: 0 15px;
    padding-top: 15px;
  }

  body.path-checkout .note-order-vm {
    padding-left: 15px !important;
  }

  .path-checkout .block-info_customer .block-info_item.col-md-6 b {
    width: 50%;
    float: right;
  }

  .path-checkout .block-info_customer .block-info_item.col-md-6 .block-info-row {
    display: flex;
    justify-content: space-between;
  }

  .path-cart .note-order-vm {
    padding-left: 0;
  }

  .path-cart .row.cart-totals {
    display: flex;
    flex-direction: column-reverse;
  }

  .lb-ad__vm-ad:before {
      left: 0;
      margin-left: 0;
  }

  .path-cart .note-order-vm {left: 0;top: -125px;}

  .path-cart .row.cart-totals .col-12.col-lg-6.bill {
      margin-bottom: 37px;
      margin-top: 0;
      display: block !important;
  }

  .path-cart .row.cart-totals .col-12.col-lg-6 {
      /* margin-top: 70px; */
  }
}

@media (max-width: 480px) {
  .path-cart .row.cart-totals {
    margin-top: 0;
    padding: 0;
  }
  .path-cart .row.cart-totals .col-12.col-lg-6.bill {
    padding-top: 32px;
    border: 0;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 0;
  }

  .path-cart .row.cart-totals .col-12.col-lg-6.bill.bg-null {
    display: none !important;
  }

  .lb-ad__vm {
    padding-left: 32px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #D1D1D1;
  }
  .lb-ad__vm-ad:before {
    left: 16px;
  }
  .block-info_item a {
    top: 24px;
    right: 15px;
  }
  .path-cart .row.cart-totals .col-12.col-lg-6 {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 31px;
    background: #F6AE3608;
  }
  .path-cart .note-order-vm {
    padding: 0 16px;
    padding-left: 0;
  }
  .related-products {
    margin-top: 60px;
  }
  .related-products .heading-title {
    font-size: 26px;
    line-height: 30px;
  }
  .path-checkout .lb-ad__vm.lb-ad__vm-ad {
    margin-left: 0;
  }
  .path-checkout .lb-ad__vm-ad:before {
    left: 0;
  }
}

.cart .cart-items .cart-item figure {
  width: 400px;
  overflow: hidden;
  margin: 0 25px 0 0;
}

@media screen and (max-width: 991px) {
  .cart .cart-items .cart-item figure {
    width: 300px;
    margin: 0 15px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .cart .cart-items .cart-item figure {
    width: 100%;
    margin: 0 0 25px 0;
  }
}

.cart .cart-items .cart-item figure img {
  width: 100%;
  height: 269px;
}

@media screen and (max-width: 991px) {
  .cart .cart-items .cart-item figure img {
    height: 289px;
  }
}

.cart .cart-items .cart-item-content {
  text-align: left;
  position: relative;
  width: calc(100% - 425px);
}

@media screen and (max-width: 991px) {
  .cart .cart-items .cart-item-content {
    width: calc(100% - 315px);
  }
}

@media screen and (max-width: 767px) {
  .cart .cart-items .cart-item-content {
    width: 100%;
  }
}

.cart .cart-items .cart-item-content .delete-order-item {
  top: 0;
  right: 0;
  width: 23px;
  height: 23px;
  border: none;
  outline: none;
  color: transparent;
  position: absolute;
  background: url("../images/icons/icon-close-3.svg") no-repeat center/cover;
}

@media screen and (max-width: 767px) {
  .cart .cart-items .cart-item-content .delete-order-item {
    top: -304px;
    right: 10px;
  }
}

.cart .cart-items .cart-item-content .product-name {
  font-size: 22px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  max-width: calc(100% - 30px);
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .cart .cart-items .cart-item-content .product-name {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .cart .cart-items .cart-item-content .product-name {
    margin-bottom: 15px;
    -webkit-line-clamp: 2;
  }
}

.cart .cart-items .cart-item-content .cart-item-promotion {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.cart .cart-items .cart-item[data-type="course"] .cart-item-content .offers {
  margin-bottom: 0;
}

.cart .cart-items .cart-item[data-type="course"] .cart-item-content .redeem-coupon-popup {
  margin-top: 10px;
}

@media screen and (max-width: 991px) {
  .cart .cart-items .cart-item-content .cart-item-promotion {
    margin-bottom: 10px;
    flex-direction: column;
  }
}

.cart .cart-items .cart-item-content .cart-item-promotion .sale {
  display: flex;
}

@media screen and (max-width: 991px) {
  .cart .cart-items .cart-item-content .cart-item-promotion .sale {
    width: 100%;
    margin-bottom: 10px;
    justify-content: space-between;
  }
}

.cart .cart-items .cart-item-content .cart-item-promotion .sale .sale-price {
  color: #0064af;
  font-size: 26px;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: unset;
}

@media screen and (max-width: 991px) {
  .cart .cart-items .cart-item-content .cart-item-promotion .sale .sale-price {
    font-size: 22px;
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .cart .cart-items .cart-item-content .cart-item-promotion .sale .sale-price {
    font-size: 26px;
    line-height: 42px;
  }
}

.cart .cart-items .cart-item-content .cart-item-promotion .sale .sale-price .currency {
  color: #0064af;
}

.cart .cart-items .cart-item-content .cart-item-promotion .sale .quantity {
  display: flex;
  line-height: 42px;
  padding-left: 25px;
  margin-right: 10px;
}

@media screen and (max-width: 991px) {
  .cart .cart-items .cart-item-content .cart-item-promotion .sale .quantity {
    margin: unset;
    padding: unset;
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .cart .cart-items .cart-item-content .cart-item-promotion .sale .quantity {
    line-height: 42px;
    height: 30px;
  }
}

.cart .cart-items .cart-item-content .cart-item-promotion .sale .quantity label {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 42px;
  margin: 0 15px 0 0;
}

@media screen and (max-width: 991px) {
  .cart .cart-items .cart-item-content .cart-item-promotion .sale .quantity label {
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .cart .cart-items .cart-item-content .cart-item-promotion .sale .quantity label {
    line-height: 42px;
  }
}

.cart .cart-items .cart-item-content .cart-item-promotion .sale .quantity input {
  height: 42px;
  outline: none;
  color: #0064af;
  font-size: 18px !important;
}

.cart .cart-items .cart-item-content .cart-item-promotion .sale .quantity input:focus {
  border: solid 1px #f6ae36;
  border: 0;
}

@media screen and (max-width: 991px) {
  .cart .cart-items .cart-item-content .cart-item-promotion .sale .quantity input {
    height: 30px;
    margin: unset;
  }
}

@media screen and (max-width: 767px) {
  .cart .cart-items .cart-item-content .cart-item-promotion .sale .quantity input {
    height: 42px;
  }
}

.cart .cart-items .cart-item-content .cart-item-promotion .sale .quantity .service {
  display: none;
}

.cart .cart-items .cart-item-content .cart-item-promotion .promotion {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .cart .cart-items .cart-item-content .cart-item-promotion .promotion {
    width: 100%;
  }
}

.cart .cart-items .cart-item-content .cart-item-promotion .icon-promotion {
  width: 39px;
  height: 39px;
  position: relative;
  display: inline-block;
}

.cart .cart-items .cart-item-content .cart-item-promotion .icon-promotion:hover:before {
  content: '';
  top: 14px;
  z-index: 1;
  height: 3px;
  width: 12px;
  right: -15px;
  position: absolute;
  background: url("../images/icons/icon-arrow-promotion.svg") no-repeat;
}

.cart .cart-items .cart-item-content .cart-item-promotion .icon-promotion:hover .tooltip-wrapper {
  display: block;
}

.cart .cart-items .cart-item-content .cart-item-promotion .icon-promotion .tooltip-wrapper {
  z-index: 1;
  color: #0064af;
  /* right: -222px; */
  display: none;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 28px;
  width: max-content;
  border: solid 1px #0064af;
  background-color: #fff;
  left: 60px;
}

.cart .cart-items .cart-item-content .cart-item-promotion .icon-promotion .tooltip-wrapper {
  position: absolute;
}

.cart .cart-items .cart-item-content .cart-item-promotion .icon-promotion.is-discount-by-vec {
  margin-right: 10px;
  background: url("../images/icons/icon-discount-by-vec.svg") no-repeat;
}

.cart .cart-items .cart-item-content .cart-item-promotion .icon-promotion.is-discount-by-vec .tooltip-wrapper {
  width: 118px;
  right: -138px;
}

.cart .cart-items .cart-item-content .cart-item-promotion .icon-promotion.is-discount-by-coupon-code {
  background: url("../images/icons/icon-discount-by-coupon-code.svg") no-repeat;
}

.cart .cart-items .cart-item-content .cart-item-summary {
  display: flex;
  padding-top: 15px;
  border-top: dashed 1px #c7c6c6;
}

.cart .cart-items .cart-item[data-type="default"] .cart-item-content .cart-item-summary {
  display: none;
}

@media screen and (max-width: 767px) {
  .cart .cart-items .cart-item-content .cart-item-summary {
    flex-direction: column;
  }
}

.cart .cart-items .cart-item-content .cart-item-summary .field {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 600;
  margin-left: 4px;
}

.cart .cart-items .cart-item-content .cart-item-summary .field.custom-name {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cart .cart-items .cart-item-content .cart-item-summary .title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.cart .cart-items .cart-item-content .cart-item-summary .title:before {
  display: none;
}

.cart .cart-items .cart-item-content .cart-item-summary .title .icon-edit {
  cursor: pointer;
  margin-left: 15px;
  padding: 4px 20px;
  background: url("../images/icons/icon-edit.svg") no-repeat center center;
}

.cart .cart-items .cart-item-content .cart-item-summary .label {
  font-weight: 500;
  margin-right: 5px;
}

.cart .cart-items .cart-item-content .cart-item-summary .customer-info {
  height: 165px;
  margin-right: 30px;
  position: relative;
  padding-right: 30px;
  width: calc(47% - 30px);
  border-right: dashed 1px #c7c6c6;
}

@media screen and (max-width: 991px) {
  .cart .cart-items .cart-item-content .cart-item-summary .customer-info {
    height: 150px;
    border-right: unset;
    padding-right: unset;
  }
}

@media screen and (max-width: 767px) {
  .cart .cart-items .cart-item-content .cart-item-summary .customer-info {
    width: 100%;
    height: unset;
    margin: unset;
    padding-bottom: 30px;
    border-bottom: dashed 1px #c7c6c6;
  }
}

.cart .cart-items .cart-item-content .cart-item-summary .hospital-info {
  width: 53%;
  height: 165px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .cart .cart-items .cart-item-content .cart-item-summary .hospital-info {
    height: 150px;
  }
}

@media screen and (max-width: 767px) {
  .cart .cart-items .cart-item-content .cart-item-summary .hospital-info {
    width: 100%;
    height: unset;
    padding-top: 20px;
  }
}

.cart .cart-items .cart-item-content .cart-item-summary .btn-outline {
  bottom: 0;
  width: 239px;
  height: 40px;
  padding: 8px 0;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .cart .cart-items .cart-item-content .cart-item-summary .btn-outline {
    width: 75%;
    height: 46px;
    margin: auto;
    padding: 10px 0;
    position: unset;
    font-weight: 600;
    margin-top: 15px;
    line-height: 24px;
  }
}

.cart .product-quantity {
  font-size: 18px;
  text-align: left;
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .cart .product-quantity {
    font-size: 16px;
    padding-top: 30px;
    text-align: center;
    margin-bottom: 40px;
    border-top: 1px solid #c7c6c6;
  }
}

.cart .product-quantity .number {
  color: #0064af;
  font-weight: 600;
}

.cart .product-quantity b {
  font-weight: 600;
}

.cart .cart-totals {
  /* background: rgba(246, 174, 54, 0.03); */
  padding: 20px;
  padding-right: 0;
  padding-bottom: 40px;
  flex-direction: row-reverse;
  /* margin-top: 40px; */
}

.cart .cart-totals__row {
  display: flex;
  padding: 5px 0;
  justify-content: space-between;
  border-bottom: dashed 1px #c7c6c6;
}

.cart .cart-totals__row:first-child {
  padding: 0 0 35px 0;
  padding-bottom: 12px;
  flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  .cart .cart-totals__row:first-child {
    flex-direction: column;
  }
}

.cart .cart-totals__row:first-child .label {
  display: block;
  margin-right: 15px;
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 12px;
}

@media screen and (max-width: 991px) {
  .cart .cart-totals__row:first-child .label {
    margin-right: unset;
    white-space: nowrap;
  }
}

.cart .cart-totals__row .discount-code-box {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: calc(100% - 188px);
}

@media screen and (max-width: 991px) {
  .cart .cart-totals__row .discount-code-box {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 991px) {
  .cart .cart-totals__row .discount-code-box {
    text-align: left;
    flex-direction: column;
  }
}

@media screen and (max-width: 991px) {
  .cart .cart-totals__row #edit-apply-coupon-code {
    width: 100%;
  }
}

.cart .cart-totals__row .label {
  font-size: 16px;
  font-weight: 400;
  line-height: 52px;
  margin-bottom: unset;
}

@media screen and (max-width: 767px) {
  .cart .cart-totals__row .label {
    text-align: left;
    max-width: 200px;
  }
}

.cart .cart-totals__row .value {
  font-size: 20px;
  font-weight: 600;
  line-height: 52px;
}

.cart .cart-totals__row .btn-outline {
  height: 52px;
  width: 185px;
}

.cart .cart-totals__row .form-actions {
  margin: unset;
  display: flex;
  align-items: flex-end;
  width: 165px;
}

@media screen and (max-width: 767px) {
  .cart .cart-totals__row .form-actions {
    height: 46px;
    display: flex;
    justify-content: flex-end;
  }

  .cart .cart-totals__row .form-actions #edit-apply-coupon-code {
    width: 50%;
    height: 46px;
    align-items: flex-end;
  }
}

.cart .cart-totals__row #edit-input-code {
  width: 330px;
  height: 52px;
  color: #000;
  margin: unset;
  font-weight: 600;
  font-style: unset;
  padding-left: 20px;
  font-size: 20px !important;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .cart .cart-totals__row #edit-input-code {
    width: 75%;
    padding-left: 12px;
  }
}

@media screen and (max-width: 991px) {
  .cart .cart-totals__row #edit-input-code {
    width: 100%;
  }
}

.cart .cart-totals__row .btn-outline {
  height: 52px;
  width: 185px;
}

.cart .cart-totals__row.discount-by-discount-code {
  align-items: center;
}

@media screen and (max-width: 767px) {
  .cart .cart-totals__row.discount-by-discount-code .label {
    line-height: 26px;
  }
}

.cart .cart-totals__row.into-money {
  border-bottom: unset;
}

.cart .cart-totals__row.into-money .label {
  font-size: 16px;
  font-weight: 600;
}

.cart .cart-totals__row.into-money .value {
  color: #0064af;
  font-size: 24px;
}

.cart .cart-totals__row.into-money .value .currency {
  color: #0064af;
}

.cart .cart-totals .discount-by-discount-code {
  border-bottom: 1px solid #c7c6c6;
}

.cart .cart-totals .discount-according-to-vec {
  border-bottom: 1px solid #c7c6c6;
  display: none;
}

.cart .cart-totals .waves-input-wrapper {
  width: 100%;
}

.cart .cart-totals .confirm {
  height: 60px;
  color: #fff;
  margin-top: 12px;
  font-size: 20px;
  line-height: 23px;
}

.cart .cart-totals .confirm::before {
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -280%, 0);
}

.cart .cart-totals .confirm:hover::before {
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 280%, 0);
}

.cart .bill {
  background: #ffffff;
  padding: 20px;
}

.cart .bill .bg {
  background: url("../images/backgrounds/shopping-cart-bg.svg") no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .cart .bill {
    display: none;
  }
}

#user-profile-modal {
  font-size: 14px;
}

#user-profile-modal .views-row:last-child .customer-item {
  margin-bottom: unset;
}

#user-profile-modal .customer-item {
  display: flex;
  /* margin-bottom: 20px;
  padding: 15px 0 15px 15px; */
  padding: 0;
  margin-bottom: 12px;
  flex-direction: row-reverse;
  justify-content: space-between;
  border: 0;
}

#user-profile-modal .customer-item-left {
  margin: 0;
  border-radius: 4px !important;
  padding: 12px;
  width: calc(100% - 40px);
  border-collapse: unset;
  border-spacing: 0;
  opacity: 0.6;
  border: 1px dashed #D1D1D1;
  transition: 0.3s;
}

#user-profile-modal .customer-item:hover .customer-item-left {
  opacity: 1;
  border: 1px solid #0064AF;
}

@media screen and (max-width: 767px) {
  #user-profile-modal .customer-item-left {
    width: 85%;
  }
}

#user-profile-modal .customer-item-right {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  #user-profile-modal .customer-item-right {
    width: 15%;
    min-width: 50px;
  }
}

#user-profile-modal .customer-item-right .icon {
  width: 24px;
  height: 24px;
  background: url("../images/icons/icon-unchecked-radio.svg") no-repeat center/cover;
}

@media screen and (max-width: 767px) {
  #user-profile-modal .customer-item-right .icon {
    background-size: 19px 19px;
  }
}

#user-profile-modal .customer-item-right .icon:hover {
  cursor: pointer;
  /* background: url("../images/icons/icon-checked-radio.svg") no-repeat center/cover; */
  background: url("../images/icons/radio-button.svg") no-repeat center/cover;
}

@media screen and (max-width: 767px) {
  #user-profile-modal .customer-item-right .icon:hover:hover {
    background-size: 19px 19px;
  }
}

#user-profile-modal .customer-item-text {
  font-size: 14px;
}

#user-profile-modal .customer-item-text:first-child .field,
#user-profile-modal .customer-item-text:first-child .value {
  padding-top: unset;
}

#user-profile-modal .customer-item-text:last-child {
  border-bottom: unset;
}

#user-profile-modal .customer-item-text:last-child .field,
#user-profile-modal .customer-item-text:last-child .value {
  padding-bottom: unset;
}

#user-profile-modal .customer-item-text .field,
#user-profile-modal .customer-item-text .value {
  padding: 10px 0;
  font-size: 14px;
  line-height: 16px;
  padding: 0;
  padding-bottom: 12px;
}

#user-profile-modal .customer-item-text .field {
  width: 112px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  padding-right: 12px;
}

@media screen and (max-width: 767px) {
  #user-profile-modal .customer-item-text .field {
    width: 110px;
  }
}

#user-profile-modal .customer-item-text .value {
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  #user-profile-modal .modal-body {
    padding: unset;
    margin-bottom: 15px;
  }
}

#user-profile-modal .modal-footer button {
  height: 60px;
  font-size: 18px;
  padding: 0 90px;
  font-weight: 600;
  line-height: 60px;
  border-radius: 5px;
  text-transform: capitalize;
}

#user-profile-modal .modal-footer button:active {
  background-image: linear-gradient(to right, #c78a34 0%, #f4b11a 100%);
}

#userChooseAddressModal .modal-body .views-row:first-child .address-item {
  margin-top: unset;
}

#userChooseAddressModal .modal-body .views-row:last-child .address-item {
  margin-bottom: unset;
}

#userChooseAddressModal .modal-body .field-content .address-item {
  padding: 10px;
  display: flex;
  margin-bottom: 20px;
  flex-direction: row-reverse;
  justify-content: space-between;
  transition: 0.5s;
}

#userChooseAddressModal .modal-body .views-row .address-item:hover {
  border: 1px solid #0064AF;
}

#userChooseAddressModal .modal-body .views-row .address-item:hover .col-10 {
  opacity: 1;
}

#userChooseAddressModal .modal-body .field-content .address-item>div {
  padding: 0;
}

#userChooseAddressModal .modal-body .field-content .address-item>div.col-10 {
  width: calc(100% - 40px);
  max-width: unset;
  flex: unset;
  opacity: 0.6;
  transition: 0.5s;
}

#userChooseAddressModal .modal-body .field-content .address-item-icon {
  justify-content: flex-start;
  max-width: unset;
  width: 24px;
  flex: unset;
  min-width: unset;
}

#userChooseAddressModal .modal-dialog {
  width: 438px;
  max-width: calc(100vw - 32px);
}

#userChooseAddressModal .modal-body .field-content .address-item-icon .icon {
  width: 24px;
  height: 24px;
  background: url(../images/icons/icon-unchecked-radio.svg) no-repeat center/cover;
  background-size: 100% 100%;
}

#userChooseAddressModal .modal-body .field-content .address-item-icon .icon:hover {
  background: url(../images/icons/radio-button.svg) no-repeat center/cover;
}

@media screen and (max-width: 767px) {
  #userChooseAddressModal .modal-body .field-content .address-item-icon .icon {
    background-size: 19px 19px;
  }

  #userChooseAddressModal .modal-body .field-content .address-item-icon .icon:hover {
    background-size: 19px 19px;
  }
}

#userChooseAddressModal .modal-body .field-content .address-item p {
  margin: 0;
  padding: 0;
  display: flex;
  text-align: left;
}

#userChooseAddressModal .modal-footer {
  display: block;
  text-align: center;
}

#userChooseAddressModal .modal-footer .footer-replace {
  margin: unset;
}

#userChooseAddressModal .modal-footer .footer-replace a {
  width: 375px;
  font-weight: 600 !important;
}

@media screen and (max-width: 767px) {
  #userChooseAddressModal .modal-footer .footer-replace a {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #userChooseAddressModal .heading-title {
    padding: unset;
  }

  #userChooseAddressModal .modal-body {
    padding-top: unset;
  }
}

.featured-products .section-wrapper {
  border: unset;
}

@media screen and (max-width: 767px) {
  .featured-products .section-wrapper {
    padding-bottom: unset;
  }
}

.featured-products .section-wrapper .swiper-products {
  margin-bottom: unset;
}

.featured-products .section-wrapper .view-more {
  display: none;
}

.empty-cart-bg {
  background: url("../images/backgrounds/bg-empty-cart.svg") no-repeat center/cover;
}

@media screen and (max-width: 767px) {
  .empty-cart-bg .main-empty-cart {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.empty-cart-bg .main-empty-cart .cart-empty-page {
  padding-top: 35px;
}

@media screen and (max-width: 767px) {
  .empty-cart-bg .main-empty-cart .cart-empty-page {
    padding-top: unset;
  }
}

.empty-cart-bg .main-empty-cart .cart-empty-page .icon-empty-cart {
  width: 244px;
  height: 244px;
  border-radius: 50%;
  margin: 55px auto 30px;
  background: url("../images/icons/icon-empty-cart.svg") no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 767px) {
  .empty-cart-bg .main-empty-cart .cart-empty-page .icon-empty-cart {
    margin-top: 20px;
  }
}

.empty-cart-bg .main-empty-cart .cart-empty-page p {
  font-size: 14px;
  margin-bottom: 15px;
}

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

/* Harry Tran Custom */
.cart .cart-items .cart-item figure img {
  width: 188px;
  height: 140px;
  object-fit: cover;
}

.cart .cart-items .cart-item-content {
  width: calc(100% - 196px);
}

.cart .cart-items .cart-item-content .product-name {
  font-weight: 600;
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 20px;
}

.cart .cart-items .cart-item-content .cart-item-promotion .sale .sale-price {
  font-weight: 600;
  font-size: 28px;
  line-height: 33px;
  padding-right: 40px;
  display: flex;
  align-items: center;
}

.cart .cart-items .cart-item figure {
  width: auto;
}

.cart .cart-items .cart-item-content .cart-item-promotion .sale .quantity input::-webkit-outer-spin-button,
.cart .cart-items .cart-item-content .cart-item-promotion .sale .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cart .cart-items .cart-item-content .cart-item-promotion .sale .quantity input {
    border: 0;
    min-width: 20px;
    text-align: center;
    width: 42px;
    font-weight: 500;
    font-size: 20px !important;
    line-height: 23px;
    color: #C3C6C9 !important;
    background: unset;
    caret-color: transparent;
}

.cart .cart-items .cart-item-content .cart-item-promotion .sale .quantity .ajax-progress.ajax-progress-throbber {
  position: absolute;
  padding: 0;
  background-color: #ffffff;
}

.cart .cart-items .cart-item-content .cart-item-promotion .sale .quantity .input-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
  border: 0;
  min-width: 20px;
  text-align: center;
  width: 42px;
  font-weight: 500;
  font-size: 20px !important;
  line-height: 23px;
  color: #C3C6C9 !important;
  background: unset;
  caret-color: transparent;
}

.cart .cart-items .cart-item-content .cart-item-promotion .sale .quantity .quantity-input-wrapper span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #EEF1F4 !important;
  border-radius: 8px;
  background: url(../images/products/minus-icon-black.svg) no-repeat center;
}

.cart .cart-items .cart-item-content .cart-item-promotion .sale .quantity .quantity-input-wrapper span.plus-btn {
  background: url(../images/products/plus-icon-blackk.svg) no-repeat center;
}

.cart .cart-items .cart-item-content .cart-item-promotion .sale .quantity .quantity-input-wrapper {
  display: flex;
  align-items: center;
}

.cart .cart-items .cart-item-content .cart-item-summary {
  border: 0;
  background-color: #F9F9F9;
  padding: 12.5px 20px;
}

.cart .cart-items .cart-item-content .cart-item-summary .customer-info,
.cart .cart-items .cart-item-content .cart-item-summary .hospital-info {
  height: auto;
  display: flex;
  align-items: center;
}

.cart .cart-items .cart-item-content .cart-item-summary .customer-info .title,
.cart .cart-items .cart-item-content .cart-item-summary .hospital-info .title {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}

.cart .cart-items .cart-item-content .cart-item-summary .customer-info .title span,
.cart .cart-items .cart-item-content .cart-item-summary .hospital-info .title span {
  font-weight: 600;
}

.cart .cart-items .cart-item-content .cart-item-summary .btn-outline.edit-btn {
  position: unset;
  border: 0;
  width: 18px;
  height: 16px;
  margin-left: 8px;
  background: url(../images/products/cart_edit_info.svg) no-repeat center;
}

.total-selected {
  text-align: left;
  margin: 20px 0;
  font-size: 16px;
  line-height: 19px;
}

.total-selected span {
  color: #0064AF;
  font-weight: 600;
}

.cart .warning-message-custom {
  background-color: #E81B35;
  box-shadow: unset;
  font-size: 14px;
  line-height: 16px;
  padding: 10px;
}

.cart .cart-items .cart-item {
  border-radius: 8px;
  margin-bottom: 8px;
}

.promotion-wrapper label {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 17px;
  color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  width: auto;
  /* margin-right: 10px; */
}
.promotion-wrapper .discount {
  display: inline-flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
}
.promotion-wrapper .discount button {
  width: auto;
  position: unset;
  opacity: 1;
  font-size: 14px;
  line-height: 32px;
  font-weight: 500 !important;
  color: #FF9F0F;
  background-color: unset !important;
  box-shadow: unset;
  margin-left: 9px;
  padding-right: 24px;
  background: url(../images/icons/show-all-promo.svg) no-repeat right center;
  margin-right: 0;
  height: auto;
}
.promotion-wrapper .discount button.btn-primary:not(:disabled):not(.disabled):active:active {
  background-color: unset !important;
  box-shadow: unset !important;
  color: #FF9F0F !important;
}
.promotion-wrapper .discount-items {
  display: flex;
  /* justify-content: flex-end; */
  width: auto;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
}
.promotion-wrapper .discount-items::before {
  content: "";
  position: absolute;
  width: 57px;
  height: 100%;
  background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  right: 0;
}
.promotion-wrapper .discount-item {
  padding: 0 14px;
  display: flex;
  align-items: center;
  margin-left: 10px;
  background: rgba(255, 188, 15, 0.2);
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  color: #FF9F0F;
  white-space: nowrap;
  /* overflow: hidden; */
  text-overflow: ellipsis;
  display: inline-block;
  cursor: pointer;
}
.promotion-wrapper .buy_get {
  display: flex;
  justify-content: space-between;
  margin-bottom: 36px;
}
.promotion-wrapper .buy_get .buy_get_items {
  width: calc(100% - 115px - 37px);
}
.promotion-wrapper .buy_get .buy_get_items>div {
  width: 48px;
  height: 58px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 5px;
}
.promotion-wrapper .buy_get .buy_get_items>div img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.redeem-coupon-popup.detail-opened>div>div>.modal-content,
.redeem-coupon-popup.detail-opened>div>div>.modal-content>.close-btn,
.redeem-coupon-popup.detail-opened>div>div>div>.modal-header,
.redeem-coupon-popup.detail-opened .modal-body,
.redeem-coupon-popup.detail-opened .modal-body .coupon:not(.target) {
  background: transparent;
  border: 0;
  overflow: hidden;
  box-shadow: unset;
}

.redeem-coupon-popup.detail-opened .modal-body .coupon.target,
.redeem-coupon-popup.detail-opened .modal-body .coupon.target .coupon-detail {
  background: transparent;
}

.redeem-coupon-popup.detail-opened .modal-body .coupon.target .coupon-icon,
.redeem-coupon-popup.detail-opened .modal-body .coupon.target .coupon-info,
.redeem-coupon-popup.detail-opened .modal-body .coupon:not(.target),
.redeem-coupon-popup.detail-opened>div>div>div>.modal-header {
  opacity: 0;
}
.redeem-coupon-popup .modal-dialog {
  display: flex;
  justify-content: center;
}
.redeem-coupon-popup .modal-content {
  width: 390px;
  max-width: 90%;
  border-bottom: 0 !important;
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid #E4E4E4;
  border-radius: 10px;
  padding: 23px 23px 35px 23px;
}
.redeem-coupon-popup .modal-title {
  font-weight: 700;
  font-size: 16.9565px;
  line-height: 21px;
  text-align: center;
  color: #0064AF;
}
.redeem-coupon-popup .modal-body {
  padding: 0;
  margin-top: 10px;
  max-height: 60vh;
  overflow-y: auto;
  overflow-x: hidden;
  margin-left: -5px;
  margin-right: -5px;
  padding-right: 5px;
}
.redeem-coupon-popup .coupon {
  height: 104px;
  background: url(../images/products/coupon-bg-v2.svg) no-repeat;
  background-size: contain;
  background-position: center;
  padding: 24px 5px 24px 5px;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  position: relative;
  height: calc(124px * 390 / 364);
}
.redeem-coupon-popup .coupon:not(:first-child) {
  margin-top: -16px;
}
.redeem-coupon-popup .coupon-icon {
  width: 88px;
  margin-left: 16px;
  height: 100%;
  background: url(../images/products/vinmec-logo-2.svg) no-repeat;
  background-position: center;
  background-size: 64px;
  position: relative;
}
.redeem-coupon-popup .coupon-icon::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: url(../images/products/dash2.svg);
  right: 0;
  background-position: 0px -3px;
}
.redeem-coupon-popup .coupon-info {
  width: calc(100% - 124px - 30px);
  position: relative;
  padding-left: 16px;
  padding-top: 2px;
  text-align: left;
}
.redeem-coupon-popup .coupon-name {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #F6AE36;
}
.redeem-coupon-popup .coupon-des {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #8B8B8B;
}
.three_dots_1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.redeem-coupon-popup .coupon-expired {
  position: absolute;
  bottom: 2px;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #8B8B8B;
}
.redeem-coupon-popup .coupon-detail {
  position: absolute;
  top: 26px;
  right: 18px;
  width: 20px;
  height: 20px;
  background: url(../images/products/coupon-detail-2.svg) no-repeat;
  background-position: center;
  background-size: cover;
}
.redeem-coupon-popup .coupon-detail button {
  width: 20px;
  height: 20px;
  opacity: 0;
}
.redeem-coupon-popup .close-btn {
  position: absolute;
  width: 15px;
  height: 15px;
  background: url(../images/products/x.svg) no-repeat;
  right: 20px;
  top: 20px;
}
.redeem-coupon-popup .close-btn-2 {
  padding: 0;
  margin: 0;
}
.modal-header>.exit {
  display: flex;
  align-items: center;
}

.modal-header>.exit .exit-btn {
  display: flex;
}

.modal-header>.exit .exit-btn button {
  margin: 0;
  padding: 0;
  position: unset;
  width: 24px !important;
  height: 24px !important;
  background: url(../images/products/coupon-exit-btn.svg) no-repeat;
  float: unset;
  opacity: 1 !important;
}

.modal-header>.exit .text {
  font-weight: 700;
  font-size: 16.9565px;
  line-height: 21px;
  text-align: center;
  color: #0064AF;
  margin-left: 9px;
}
.redeem-coupon-popup .drop-content {
  display: none;
}
.redeem-coupon-popup .drop-target {
  display: block;
  width: 20px;
  height: 20px;
  opacity: 0;
}
.offers button {
  position: absolute;
  right: 0;
  width: 20px;
  opacity: 0;
}
.offers {
  margin-bottom: 18px;
}
.offers .promotion-wrapper {
  display: block !important;
}
.drop-element.drop-theme-arrows-bounce-dark.drop-after-open {
  z-index: 10000;
  left: 20px !important;
}
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-center .drop-content:before {
  border-right-color: #ffffff;
  left: -24px;
  bottom: calc(50% - 12px);
}
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-center .drop-content {
  background: #ffffff;
  border-radius: 10px;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.25));
  padding: 20px;
}
.drop-content .panel-header,
.modal-body>.panel-header {
  display: flex;
  margin-bottom: 30px;
}
.drop-content .coupon-code,
.modal-body>.panel-header .coupon-code {
  font-weight: 600;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  color: #F6AE36;
  margin-right: 12px;
}
.drop-content .copy-btn,
.modal-body>.panel-header .copy-btn {
  padding: 6px 14px;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
  background: #F6AE36;
  border: 1px solid #F6AE36;
  border-radius: 10px;
  cursor: pointer;
}
.drop-content .expired,
.modal-body>.panel-body .expired {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 10px;
}
.drop-content .condition span,
.modal-body>.panel-body .condition span:first-child {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 10px;
  width: 320px;
  display: block;
  /* white-space: break-spaces; */
}
.drop-content .condition span.cond strong,
.drop-content .condition span.cond strong * {
  font-weight: bold !important;
}
.drop-content .condition span.cond {
  font-weight: 400;
}
.drop-content .condition span.cond ul,
.detail-promo-modal .modal-content .panel-body span.cond ul {
  margin: 0;
  height: auto;
  display: table;
  width: 100%;
  padding-left: 14px;
}
.promotion-wrapper .discount-items {
  width: auto;
}
.promotion-wrapper .discount-item {
  border: 1px solid #F6AE36;
  border-radius: 5px;
  height: 36px;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  color: #FF9F0F;
  background-color: #ffffff;
}
#content-user-profile-modal {
  width: 438px;
  height: 483px;
  padding: 30px 20px 24px 20px;
  margin: 0 auto;
}
#content-user-profile-modal .heading-title {
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 31px;
}
#content-user-profile-modal .modal-header button {
  display: none;
}
#content-user-profile-modal .modal-body {
  padding: 0;
}
div#content-user-profile-modal .add-family-form .register-book.modal-body {
  padding: 1rem;
  padding-top: 0;
}
/* .note-order-vm, */
.cart .product-quantity {
  display: none !important;
}
.detail-promo-modal .modal-content .modal-header .promo-name {
  display: none;
}
body.path-cart .col-12s {
  width: 100%;
}
[data-drupal-selector="edit-shipping-wrapper"] {
  display: none;
}
@media (max-width: 480px) {
  .drop-content .coupon-code,
  .modal-body>.panel-header .coupon-code {
    font-size: 20px;
    max-width: 130px;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 35px;
    white-space: nowrap;
  }
  .example-inner {
    display: none;
  }
  .mobile-modal-wrapper>.modal {
    transition: all 0s ease 0s !important;
  }
  .total-selected {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .cart .cart-items .cart-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
  }
  .cart .cart-items .cart-item:nth-last-child(4) {
    margin-bottom: 0;
  }
  .cart .cart-items .cart-item::before {
    content: "";
    position: absolute;
    border-bottom: 1px dashed #D1D1D1;
    bottom: 0;
    width: 100vw;
    left: -16px;
  }
  [data-drupal-selector="edit-shipping-wrapper"] {
    display: none;
  }
  .path-cart .note-order-vm {
    /* height: 0; */
  }
  .cart .cart-items {
    overflow: unset;
    margin-bottom: 0;
  }
  .cart .cart-items>.row>.col-12s {
    padding: 0 16px;
  }
  .cart .cart-items .cart-item figure {
    padding-top: 76px;
  }
  .cart .cart-items .cart-item-content {
    width: 100%;
  }
  .cart .cart-items .cart-item-content .delete-order-item {
    top: -241px;
    right: 0;
  }
  .cart .cart-items .cart-item-content .product-name {
    margin-right: 0;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 23px;
    /* padding: 0 16px; */
    max-width: unset;
  }
  .cart .cart-items .cart-item-content .cart-item-promotion,
  .cart .cart-items .cart-item-content .offers {
    /* padding: 0 16px; */
  }
  .cart .cart-items .cart-item-content .cart-item-promotion,
  .cart .cart-items .cart-item-content .cart-item-promotion .sale {
    margin-bottom: 0;
  }
  .cart .cart-items .cart-item-content .cart-item-summary {
    padding: 12.5px 30px;
  }
  .cart .cart-items .cart-item-content .cart-item-promotion .sale {
    margin-bottom: 20px;
  }
  .cart .cart-items .cart-item-content .cart-item-promotion .sale .quantity label {
    padding: 0;
    width: auto;
    margin-right: 30px;
    display: flex;
    align-items: center;
  }
  .cart .cart-items .cart-item-content .cart-item-promotion .sale {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .cart .cart-items .cart-item[data-type="course"] .cart-item-content .cart-item-promotion .sale {
    margin-bottom: 0;
  }
  .offers {
    margin-bottom: 20px;
  }
  .promotion-wrapper .discount-item:not(:nth-child(1)) {
    /* display: none; */
  }
  .cart .cart-items .cart-item-content .cart-item-summary .customer-info {
    padding-bottom: 16.5px;
  }
  .cart .cart-items .cart-item-content .cart-item-summary .btn-outline.edit-btn {
    margin: 0;
    margin-left: 8px;
  }
  .cart .cart-items .cart-item-content .cart-item-summary .hospital-info {
    padding-top: 16.5px;
  }
  .main .cart .cart-totals__row.cart-totals-row-input {
    flex-direction: row;
  }
  .cart .cart-totals__row .discount-code-box {
    width: calc(100% - 116px);
    margin-bottom: 0;
    height: 79px;
  }
  .cart .cart-totals__row #edit-input-code,
  .cart .cart-totals__row .form-actions #edit-apply-coupon-code {
    height: 48px;
    width: 100%;
  }
  .cart .cart-totals__row .form-actions {
    width: 105px;
    height: 79px;
  }
  .cart .cart-totals {
    padding: 16px;
  }
  .cart .cart-totals>.col-12 {
    padding: 0;
  }
  .cart-item .promotion-wrapper .discount-items {
    display: flex;
    width: calc(100% - 220px);
    justify-content: flex-start;
  }
  .redeem-coupon-popup .coupon-detail .detail-promo-modal {
    text-align: left;
  }
  .detail-promo-modal .modal-content {
    padding-left: 0;
    padding-right: 0;
  }
  .detail-promo-modal .modal-content .modal-header,
  .detail-promo-modal .modal-content .panel-body {
    padding: 0 23px;
  }
  .detail-promo-modal .modal-content .panel-body span.cond {
    /* white-space: break-spaces; */
  }
  .detail-promo-modal .modal-content .modal-header {
    flex-wrap: wrap;
  }
  .detail-promo-modal .modal-content .modal-header .promo-name {
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    color: #F6AE36;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
  }
  .detail-promo-modal .modal-content .panel-header {
    background: rgba(246, 174, 54, 0.1);
    padding: 12px 31.5px;
    width: calc(100% - 40px);
    margin-left: 20px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }
  .cart .cart-items .cart-item-content .cart-item-summary {
    margin-left: -16px;
    margin-right: -16px;
    width: 100vw;
  }
  .promotion-wrapper .discount {
    width: 100%;
  }
  .redeem-coupon-popup .modal-content {
    width: calc(358 * 100vw / 390);
  }
  .redeem-coupon-popup .coupon {
    height: calc(124 * 100vw / 390);
  }
  .redeem-coupon-popup .coupon-name {
    font-size: 20px;
    line-height: 23px;
  }
  .redeem-coupon-popup .coupon-detail {
    top: 24px;
    right: 21px;
  }
}

body.path-checkout [data-drupal-selector="edit-sidebar-coupon-redemption-form"] {
  display: none;
}

body.path-checkout .cart .cart-items .cart-item-content .cart-item-promotion .sale {
  flex-direction: column;
}

body.path-checkout .sale_price_n_mgg,
body.path-cart .sale_price_n_mgg {
  display: flex;
  align-items: center;
}

body.path-checkout .cart .cart-items .cart-item-content .cart-item-promotion .sale .sale-price {
  margin-bottom: 0;
}

body.path-checkout .cart .cart-items .cart-item-content .cart-item-promotion .sale .quantity label {
  padding: 0;
  margin-right: 4px;
  width: auto;
}

body.path-checkout .cart .cart-items .cart-item-content .cart-item-promotion .sale span.quantity {
  font-weight: 500;
  display: flex;
  align-items: center;
}

body.path-checkout .note-order-vm {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 28px;
  padding: 0 16px;
  background: #FAFDFF;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  margin-top: 0;
}

body.path-checkout .note-order-vm div {
  padding: 13px 12px;
  background: #FFFFFF;
  border-radius: 2px;
  width: 100%;
  text-align: left;
  margin-top: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 15px;
  margin-bottom: 12px;
}

body.path-checkout .checkout-box-left {
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  border: 0;
}

body.path-checkout .checkout-box-left .payment-method {
  width: 100%;
  justify-content: flex-start;
  padding: 20px 12px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #F9F9F9;
  margin-bottom: 29px;
}

body.path-checkout .checkout-box-left .payment-method .input-wrapper {
  display: flex;
  align-items: center;
  padding: 12px;
  background: #FFFFFF;
  border: 1px solid #F6F6F6;
  border-radius: 6px;
}

body.path-checkout .checkout-box-left .payment-method label {
  margin: 0;
  margin-left: 14px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}

body.path-checkout .payment-method-wrapper {
  padding: 0;
  padding-right: 20px;
  width: 562px;
  max-width: unset;
  flex: unset;
}

body.path-checkout .checkout-box-left figure {
  width: 100%;
}

body.path-checkout .checkout-box-left figure {
  width: 100%;
  height: auto;
}

body.path-checkout .checkout-info-wrapper {
  background: rgba(246, 174, 54, 0.03);
  width: calc(100% - 562px);
  max-width: unset;
  flex: unset;
  padding: 20px 18px;
}

body.path-checkout .total-prods {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
}

body.path-checkout .total-prods>span {
  font-weight: 400;
  font-size: 14px;
  text-transform: none;
}

body.path-checkout .total-prods>span .num {
  color: #0064AF;
}

body.path-checkout .checkout-box-left .payment-method .input-wrapper.checked input {
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 18px;
  height: 18px;
}

body.path-checkout .checkout-box-left .payment-method .input-wrapper.checked input::before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  border-radius: 50%;
  background: url(../images/icons/cart-checkout-radio-input.svg) no-repeat center;
}

body.path-checkout .checkout-box-left .payment-method .input-wrapper.checked {
  border: 1px solid #F6AE36;
}

body.path-checkout .checkout-box-left .payment-method .input-wrapper.checked label {
  color: #F6AE36;
}

body.path-cart .shipping-checkbox input {
  opacity: 1;
  pointer-events: unset;
  position: unset;
  width: 20px;
}

body.path-cart .shipping-checkbox {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  display: none;
}

body.path-cart .shipping-checkbox label,
body.path-cart .shipping-unit-checkbox label {
  margin: 0;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}

body.path-cart .shipping-unit-checkbox {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

body.path-cart .shipping-unit-checkbox select {
  background-position-x: calc(100% - 8px);
  width: auto;
}

.checkout-pane-payment-information {
  display: none;
}

@media (max-width: 480px) {
  body.path-cart #wrapper {
    overflow: hidden;
  }
  body.path-checkout .total-prods {
    padding: 0 16px;
    margin-bottom: 10px;
  }
  body.path-checkout section.cart>.container {
    padding: 0;
  }
  body.path-checkout .total-prods {
    padding: 0 16px;
    margin-bottom: 10px;
  }
  body.path-checkout .cart .cart-items>.row {
    margin-left: 0;
    margin-right: 0;
  }
  body.path-checkout .cart .cart-items .row .col-12 {
    padding: 0;
  }
  body.path-checkout .cart .cart-items .cart-item {
    padding-right: 16px !important;
    padding-left: 16px !important;
    border-top: 1px dashed #D1D1D1 !important;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  body.path-checkout .cart .cart-items .cart-item figure {
    padding-top: 32px;
    margin-bottom: 32px;
    text-align: center;
  }
  body.path-checkout .checkout-info-wrapper {
    padding: 0 16px;
    width: 100%;
  }
  body.path-checkout .checkout-box-left .payment-method {
    flex-direction: column;
    align-items: flex-start;
  }
  body.path-checkout .checkout-box-left .payment-method .input-wrapper:not(:last-child) {
    margin-bottom: 12px;
  }
  body.path-cart .sale_price_n_mgg {
    margin-bottom: 20px;
  }
  body.path-cart .cart-item[data-type="course"] .sale_price_n_mgg {
    margin-bottom: 10px;
  }
  .drop-content .condition span.cond ul,
  .detail-promo-modal .modal-content .panel-body span.cond ul {
    padding-left: 22px;
  }
}

form>.offers-on-subtotal {
  display: none;
}

.cart-totals .offers-on-subtotal {
  width: 100%;
  display: block;
}

.offers-on-subtotal .promotion-wrapper .discount {
  width: 100%;
  justify-content: flex-start;
}

.offers-on-subtotal .promotion-wrapper .discount-items {
  max-width: calc(100% - 110px) !important;
  padding-right: 47px;
}

.offers-on-subtotal .promotion-wrapper .discount button {
  width: 110px;
  white-space: nowrap;
}

.offers-on-subtotal .promotion-wrapper .discount-item {
  margin-left: 0;
  margin-right: 10px;
}

/* button click animation */
.button-click{
  position: relative;
  background-color: black;
  border-radius: 4em;
  font-size: 16px;
  color: white;
  padding: 0.8em 1.8em;
  cursor:pointer;
  user-select:none;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s; /* Safari */
}

.button-click:hover {
  transition-duration: 0.1s;
  background-color: #3A3A3A;
}

.button-click:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 4em;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s;
  box-shadow: 0 0 10px 40px white;
}

.button-click:active:after {
  box-shadow: 0 0 0 0 white;
  position: absolute;
  border-radius: 4em;
  left: 0;
  top:0;
  opacity: 1;
  transition: 0s;
}

.button-click:active {
  top: 1px;
}
/* End button click animation */
/* End Harry Tran Custom */
