
.input__checkbox {
    cursor: pointer;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(0, 0, 0, 0.54);
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
}
.checkout__title {
    text-align: center;
    margin-top: 20px;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
}
.checkout__grid--border {
    margin: 10px 0;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 10px;
}
.checkout__grid {
    display: grid;
    justify-content: space-around;
    grid-template-columns: 65% 20% 9%;
    font-size: 18px;
}
.checkout__product, .checkout__quantity, .checkout__subtotal, .checkout__delete {
    align-self: center;
}
.checkout__product{
    display:flex;
    align-items: center;
}
.block__span {
    display: block;
    font-weight: 500;
    color: #9e9e9e;
}
.party__checkout__product, .checkout__quantity, .checkout__subtotal, .checkout__delete{
    align-self: center;
}
.checkout__quantity, .checkout__subtotal, .checkout__delete, .checkout__delete {
    justify-self: center;
}
.checkout__subtotal {
    justify-self: flex-end;
    justify-content: space-between;
    width: -webkit-fill-available;
    align-items: center;
}
.checkout__grid--margin {
    margin-bottom: 4px;
}
.checkout__product__grid {
    display: grid;
    justify-content: space-between;
    grid-template-columns:67% 31%;
    font-size: 18px;
    position: relative;
}
.cover__image__container{
    display: flex;
    align-items: center;
}
.overflowing{
    max-height: 200px;
    overflow-y: scroll;
    padding-right: 12px;
}
.checkout__container::-webkit-scrollbar {
    width: 6px;
}

.checkout__container::-webkit-scrollbar-track {
    background: #ddd;
}

.checkout__container::-webkit-scrollbar-thumb {
    background: #bdbdbd;
}
.cover__image{
    height: 35px;
    margin-right: 15px;
}
.remove__btn{
    /* background-color: #383838; */
    color: #383838;
    border-radius: 4px;
    padding: 3px 4px 3px 18px;
    cursor: pointer;
    font-weight: 500;
}
.remove_btn2{
    font-size: 14px;
    font-weight: bold;
    color: #2c7eef;
    margin-left: 8px;
    cursor: pointer;
    padding: 0;
}
.checkout__charge {
    display: block;
    font-weight: 600;
}
.delivery__option__container, .delivery__option__container__disabled {
    display: grid;
    grid-template-columns: 15% 65% 20%;
    margin: 10px 0;
}
.delivery__option__container a, .delivery__option__container__disabled a {
    align-items: center;
    justify-content: center;
    display: flex;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.delivery__option__label, .delivery__option__charge {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.delivery__option__charge {
    text-align: right;
    justify-content: flex-end;
}
.line__divider {
    border-top: 1px solid #e2e2e2;
    margin-bottom: 10px;
    margin-top: 10px;
}
.discount__code__input__container {
    display: flex;
    justify-content: space-between;
}
.form__input__container {
    display: block;
    width: 80%;
}
.inputs {
    border: 1px solid #cacaca;
    border-radius: 5px;
    line-height: 25px;
    height: 38px;
    width: -webkit-fill-available;
    outline: none;
    display: block;
    padding: 0 10px;
    flex: 1;
}
.btn-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn--medium {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}
.btn-mobile button {
    text-align: center;
}
.btn {
    padding: 8px 8px;
    border-radius: 4px;
    outline: none;
    border: none;
    cursor: pointer;
}
.quantity-display {
    width: 30px;
    border: 0;
    border-top: 0 solid #dbdbdb;
    border-bottom: 0 solid #dbdbdb;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}
.quantity-modifier, .quantity-display {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
}
.quantity-picker {
    display: flex;
    align-items: center;
    /* border: 1px solid #dfdfdf; */
    border-radius: 3px;
    vertical-align: middle;
    flex-direction: column-reverse;
}
.quantity-modifier {
    height: 100%;
    background: #fff;
    color: #000;
    border: 0 solid #dbdbdb;
    text-align: center;
    cursor: pointer;
    padding: 5px;
    width: 23px;
    font-weight: 700;
}
.mod-disable {
    color: #E0E0E0;
}
.option__selected__indicator {
    border-radius: 12px;
    width: 12px;
    height: 12px;
    background-color: #2c7eef;
}
.delivery__option__btn {
    cursor: pointer;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    border: 2px solid #2c7eef;
    align-items: center;
    justify-content: center;
    display: flex;
    color: black;
}
.checkout__charge__grid {
    display: flex;
    /* justify-content: space-around;
    grid-template-columns: 50% 50%;
    font-size: 18px;
    margin: 10px 0;
    padding-top: 10px; */
}
.checkout__charge.text-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.text-right {
    text-align: right;
}
.btn--primary{
    color: rgb(255, 255, 255);
    border-color: #2c7eef;
    background-color: #2c7eef;
}
.btn--outline{
    color: #2c7eef;
    border: 1px solid #2c7eef;
}
.mt-12{
    margin-top: 12px;
}

.empty-cart__container{
    text-align: center;
}

.empty-cart__container a{
    display: inline-block;
    border-radius: 3px;
    background-color: #2c7eef;
    color: #fff;
    padding: 11px 24px;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    margin-top: 10px;
    text-decoration: none;
}

.empty-cart__container a:hover{
    color: white;
    background-color: #ff0c00;
}

.flex-checkout{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex-checkout-right{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.flex-checkout-center{
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.margin-total{
    margin-left: 3px;
    margin-right: 6px;
}
.shop_again{
    color: blue;
}
.ml-4{
    margin-left: 4px;
}
.cart__error{
    color: red;
}
.disabled .checkout__product,.disabled .checkout__subtotal,.disabled .quantity-picker{
    opacity: 0.5;
    pointer-events: none;
}
.relative{
    position: relative;
}
.sold_out{
    background-color: gray;
    border-radius: 8px;
    color: #fff;
    font-size: 12px;
    padding: 2px 4px;
    margin-left: 4px;
}

.cart-open {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto;
}
.cart-modal-content {
    visibility: hidden;
    opacity: 0;
    width: 500px;
    z-index: 999;
    position: absolute;
    top: 45px;
    right: 0;
    padding: 10px;
    line-height: 2;
    background: #ffffff;
    border-radius: 3px;
    box-shadow: 0 1px 9px 7px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
}

.checkout {
    padding: 0px;
    background-color: #fff;
    position: relative;
}
.content__span{
    word-break: break-word;
}
#cart{
    cursor: pointer;
}
#remove_cart{
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    right: 8px;
    top: 0px;
}
.tc{
    text-align: center;
    display: block;
    background-color:#2c7eef;
    color: #fff;
    width: 30%;
    margin: 0 auto;
    border-radius: 4px;
    cursor: pointer;
}
.tc a{
    text-decoration: none;
    color: #fff;
}
.line_through{
    text-decoration: line-through !important;
    opacity: 0.5;
    pointer-events: none;
}
.line_through .checkout__product,.line_through .cover__image__container,.line_through .checkout__quantity{
    opacity: 0.5;
    pointer-events: none;
}
.disabled_btn{
    background-color: gray;
    color: white;
}
.no_cursor{
    pointer-events: none;
}
.error_cart{
    color: red;
    font-size: 12px;
    display: none;
}
.show_error{
    display: block;
}
#next__btn{
    padding: 4px 16px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #2c7eef;
    background-color: #2c7eef;
    cursor: pointer;
    width: 100px;
    text-align: center;
  }
  .button{
    text-align: right;
  }
  .animation_checkout{
    width: 100%;
    display: flex;
  }
  .checkout__delete{
    display: none;
  }
  .item_counter{
    /* font-size: 14px; */
  }
  .tc_web{
    text-align: center;
    margin: 20px;
  }
  .quantity-counter{
    font-size: 14px;
    font-weight: bold;
    margin-left: 4px;
  }
  #remove_item2{
    font-size: 14px;
    font-weight: bold;
    color: #2c7eef;
    margin-left: 8px;
    cursor: pointer;
  }
  .product__name__container{
    display: flex;
    align-items: center;
  }

  .quantity-modifier2 {
    display: none;
}

.quantity-modifier2,
.quantity-display2 {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
}
.quantity-display2 {
    width: 27px;
    border: 1px solid #262626c7;
    text-align: center;
    color: #262626c7;
    border-radius: 3px;
    padding: 6px;
    font-size: 16px;
    opacity: 0.75;
}
.quantity-picker {
    justify-content: space-between;
    display: flex;
    align-items: center;
    /* border: 1px solid #dfdfdf; */
    border-radius: 3px;
    vertical-align: middle;
}

.quantity-modifier2 {
    height: 100%;
    background: #fff;
    color: #000;
    border: 0 solid #dbdbdb;
    text-align: center;
    cursor: pointer;
    padding: 5px;
    width: 23px;
    font-weight: 700;
}