

/* Start:/local/templates/barrier/components/bitrix/sale.basket.basket/.default_new/style.css?17230195683001*/
.basket-col.basket-col--title .basket-item-title.h4,
.basket-col.basket-col--title .basket-item-title.h4:active,
.basket-col.basket-col--title .basket-item-title.h4:hover,
.basket-col.basket-col--title .basket-item-title.h4:visited {
    color: black;
    text-transform: none;
}



.text_coupon_active .delete_coupon:before,
.text_coupon_not_active .delete_coupon:before {
    content: "\2718";
    display: inline-block;
    width: 10px;
    height: 10px;
    color: black;
    cursor: pointer;
    margin-left: 10px;
    font-size: 20px;
}


.text_coupon_active {
    color: #009879;
    font-size: 14px;
}


.coupon_active {
    background: darkgreen !important;
    color: white;
}

.text_coupon_not_active {
    color: red;
    font-size: 14px;
}

.coupon_not_active {
    background: darkred !important;
    color: white;
}
.bloker-order{
    background-color: #a4a1a1 !important;
    border: 2px #a4a1a1 !important;
}

.gift-mark {
    position: absolute;
    top: 0;
    right: 0;
}



.basket-overlay {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000000;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}
.basket-overlay-spinner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #1e1e1e;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
  }
  .lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
  }
  @keyframes lds-ellipsis1 {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes lds-ellipsis3 {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
  }
  @keyframes lds-ellipsis2 {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(24px, 0);
    }
  }

  .order-heading-note {
      max-width: 500px;
  }


.basket-coupon-wrapper {
    position: relative;
    margin-bottom: 20px;
}

.basket-coupon-wrapper.mb-10 {
    margin-bottom: 10px;
}

.submit-basket-coupon {
    width: 34px;
    height: 34px;
    background: black;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 3px;
    right: 4px;
    cursor: pointer;
}

.submit-basket-coupon svg {
    width: 100%;
}

.submit-basket-coupon:hover {
    background: #ED0972;
}

/* End */
/* /local/templates/barrier/components/bitrix/sale.basket.basket/.default_new/style.css?17230195683001 */
