/* --- Стили корзины ---*/

:root {
    --bra-08: 8px;
    --b-none: none;
    --b-1: 1px;
}

.purchases a {
    background: #0dcaf0;
    border: var(--b-none);
    border-radius: var(--bra-08);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    gap: 10px;
    letter-spacing: .012em;
    line-height: 18px;
    padding: 10px 0;
    height: 40px;
    /* pointer-events: none; */
    text-align: center;
    text-transform: uppercase;
    transition: .2s;
    width: 165px;
    transition-duration: .25s;
}

.purchases a:hover {
    opacity: 0.8;
}

.alert-danger {
    color: #fff;
    background: rgba(84, 110, 122, 0.05);
    border: 1px solid hsl(0, 100%, 18%);
    text-align: center;
}

.alert {
    position: relative;
    padding: 10px;
    margin: 0.5rem 0;
    border-radius: var(--bra-08);
}

.cart-page .alert-warning {
    position: inherit;
    background: rgba(0, 84, 209, 0.3);
    border: 1px solid rgba(0, 84, 209, 0.7);
}

.alert-warning p {
    color: #f39200 !important;
}

.alert-success {
    background: #0dcaf0;
    border: var(--b-none);
    border-radius: var(--bra-08);
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}

.row {
    display: flex;
    justify-content: center;
}

.alert-info {
    color: #fff;
    background: none;
    border: var(--b-none);
    border-radius: var(--bra-08);
}

.alert-info p {
    text-align: center;
}

.col-md-4 {
    display: flex;
}

.control-label {
    margin-bottom: 10px;
}

#w0 {
    display: flex;
    align-items: flex-end;
}

#myproducts-email {
    background-color: rgba(255, 255, 255, 0.8) !important;
    border: var(--b-none);
    border-radius: var(--bra-08);
    height: 40px;
}

.btn-success {
    background: #3761EE;
    border: var(--b-none);
    border-radius: var(--bra-08);
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .009em;
    margin: 15px 0 0 15px !important;
    transition-duration: .25s;
}

.btn-success:hover {
    background: #3761EE;
    color: #fff;
}

.mb-1 {
    margin-bottom: 0.5rem !important;
}

.cart-page {
    margin: 1rem 0;
}

.cart-page .detail-pay {
    /*background: #0054D150;*/
    width: 100%;
    max-width: 370px;
}


.cart-page .detail-payment {
    background: var(--bg-primary);
    /*backdrop-filter: blur(5px);*/
    border-radius: var(--bra-08);
    width: 100%;
    max-width: 370px;
}

.products-list .price {
    font-weight: 600;
    font-size: 16px;
    /*vertical-align: bottom;*/
    text-align: right;
    text-wrap: nowrap;
}

.price .bi:hover {
    color: red;
}

.cart-heder {
    background: linear-gradient(90deg, #BDBDBD 0%, #71DEFF 94.27%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 700;
}

.cart-info {
    text-align: center;
    padding: 30px;
}

.cart-page .cart-header {
    font-size: 15px;
    padding: 0.6em 1.2em;
    display: block;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}

.cart-page .products-list .preview-img img {
    border-radius: var(--bra-08);
    width: 80px !important;
    height: 80px !important;
    object-fit: cover;
}

.cart-page .order-info {
    background: var(--bg-primary);
    /*backdrop-filter: blur(5px);*/
    border-radius: var(--bra-08);
    width: 700px !important;
}

.cart-page .products-list {
    width: 100%;
}

.cart-page .order-info h4, .cart-page .detail-payment h4 {
    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
}

/*.cart-page .count-input {*/
/*    background: #0dcaf0;*/
/*    border-radius: var(--bra-08);*/
/*    display: flex;*/
/*    position: inherit;*/
/*    width: min-content;*/
/*}*/

.cart-page .count-input input {
    background: rgba(255, 255, 255, 0);
    border: var(--b-none);
    text-align: center;
    padding-top: 0 !important;
    padding-bottom: 0!important;
    height: fit-content !important;
    width: fit-content;
    max-width: 50px;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}

.cart-page .count-input button {
    background: var(--b-none);
    font-size: 22px !important;
    padding: 0;
}


.result-order {
    border-top: 2px dashed #0dcaf0;
    border-bottom: 2px dashed #0dcaf0;
    text-align: center;
}

.result-order .price {
    font-weight: 700;
    font-size: 20px;
}


.cart-page .order-info .result-order .price {
    font-weight: 700;
    font-size: 20px;
    display: inline-block;
}

.cart-page .table {
    border-color: rgba(4,208,189,.12);
}

/*.cart-page .table-striped > tbody > tr p {*/
/*    color: rgba(4,208,189,.55);*/
/*}*/

.table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: var(--bg-primary);
}

.info a:hover {
    color: #FD3B00 !important;
}


.cart-page .detail-payment .pay-button {
    background: #3761EE;
    border: var(--b-none);
    border-radius: var(--bra-08);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    gap: 10px;
    letter-spacing: .012em;
    line-height: 18px;
    padding: 20px 0;
    height: 52px;
    /* pointer-events: none; */
    text-align: center;
    text-transform: uppercase;
    transition: .2s;
    width: 100%;
    transition-duration: .25s;
}

.cart-page .detail-payment .pay-button:hover {
    color: #fff;
    opacity: 0.8;
}

.order-info .apply-coupon {
    color: #fff;
    background: #3761EE;
    height: 42px;
    border: var(--b-none);
    border-radius: var(--bra-08);
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    gap: 10px;
    letter-spacing: .012em;
    line-height: 18px;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    transition: .2s;
    width: 100%;
    transition-duration: .25s;
}

.order-info .apply-coupon:hover {
    color: #fff !important;
    opacity: 0.8;
}


.cart-page .detail-payment .contract label {
    font-size: 14px;
    line-height: 100%;
}

.cart-page .detail-payment p,
.cart-page .order-info p {
    color: var(--text-white05);
}

.products-list .info .name {
    font-size: 12px;
}

.products-list .info .category {
    font-size: 12px;
    color: #848a9a;
}

.products-list .info a:hover {
    color: #FD3B00;
}

.products-list .count-input button,
.desctiption-card .count-input button {
    background: none;
    color: #fff;
    font-size: 18px;
    transition: 0.3s ease-in-out;
}

.products-list .count-input button:hover,
.desctiption-card .count-input button:hover {
    color: #000;
}

.products-list .count-input .button-left {
    border: var(--b-none);
    border-right: 0;
}


.products-list .count-input .button-right {
    border: var(--b-none);
    border-left: 0;
}


.products-list .count-input {
    background: #0dcaf0;
    border-radius: var(--bra-08);
    padding: 0.4em 1em;
    display: flex;
    align-items: center;
    position: inherit;
    width: min-content;
}

.products-list .count-input input {
    background: rgba(255, 255, 255, 0);
    font-weight: 700;
    font-size: 15px;
    border: var(--b-none);
    padding: 8px 6px 8px 6px;
    height: 32px;
    text-align: center;
}


.input-group-text {
    background-color: rgba(55, 97, 238, 0.1);
    border-radius: var(--bra-08);
    border: var(--b-none);
}

.cart-order .form-control {
    color: #000 !important;
    background-color: rgba(55, 97, 238, 0.1);
    border-radius: var(--bra-08);
    border: var(--b-none);
    font-size: 14px;
    line-height: inherit;
    z-index: 1;
}

.cart-order .form-control:focus {
    background: rgba(55, 97, 238, 0.1);
    border: var(--b-none);
    box-shadow: none;
}

.select-pay-method a img{
    width: 30px;
    height: 30px;
}

.shine-button {
    background: transparent;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
    position: relative;
    overflow: hidden;
    border: 2px solid var(--text-blue);
    border-radius: 8px;
    color: var(--text-blue);
    font-size: 14px;
    font-weight: 600;
    height: 48px;
    width: 100%;
    transition: .2s ease-in-out;
}
.shine-button:before {
    content: "";
    background: linear-gradient(90deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .5));
    height: 60px;
    width: 50px;
    position: absolute;
    top: -8px;
    left: -75px;
    transform: skewX(-45deg);
}
.shine-button:hover {
    background: var(--text-blue);
    color: var(--text-white);
}
.shine-button:hover:before {
    left: 93%;
    transition: .5s ease-in-out;
}

.shine-button i {
    font-size: 22px;
}

.select-menu {
    width: 100%;
    cursor: pointer;
    /*position: relative;*/
}

.select {
    background: #0dcaf0;
    color: #fff;
    font-weight: 500;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 52px;
}

.select img {
    width: 30px;
    height: 30px;
}

.select p {
    color: var(--text-white) !important;
}

.options-list {
    position: relative;
    width: 100%;
    border-radius: 6px;
    cursor: default;
    margin-top: 14px;
    padding: 0 10px;
    max-height: 180px;
    overflow-y: auto;
    transition: .4s linear .2s;
    height: 0;
}

.option {
    background: #3761EE;
    border: 2px solid transparent;
    border-radius: 8px;
    cursor: pointer;
    display: block;
    margin: 5px 0;
    padding: 7px;
    font-weight: 500;
    font-size: 14px;
    transition: .3s ease-in-out;
}

.option p {
    color: #fff !important;
}

.option:hover,
.option.selected {
    color: #3761EE50;
}

.cart-page .detail-payment .select-pay-method .option:hover {
    background: rgba(55, 97, 238, 0.75);
    color: #131519;
}


.cart-page .detail-payment .select-pay-method .option.active {
    background: #0dcaf0;
    border: 1px solid #0dcaf0;
}

.options-list::-webkit-scrollbar {
    width: 4px;
    background-color: transparent;
}

.options-list::-webkit-scrollbar-thumb {
    background-color: #3761EE;
}

.options-list.active {
    height: 180px;
    cursor: default;
}

.cart-order .coupons--main {
    flex-direction: column;
    width: 100%;
    max-width: 370px;
}

@media screen and (max-width: 1200px) {
    .cart-order {
        flex-direction: column;
    }
    .cart-page .order-info {
        width: 100% !important;
    }
    .cart-page .detail-payment {
        max-width: 100% !important;
    }
}

/* --- Стили корзины, конец ---*/
