

/* Start:/bitrix/templates/scopa/components/vladrix/vxbasket.page/main/style.css?17573490075183*/
.text-right {
    text-align: right;
}

.inline-b-middle {
    display: inline-block;
    vertical-align: middle;
}

.basket {
    margin-bottom: 30px;
}



.basket__total {
}

.basket__buttons {
    text-align: center;
}

.basket__btn {
    cursor: pointer;
    background-color: transparent;
    color: #333 !important;
    display: inline-block;
    line-height: 1.3;
    font-size: 14px;
    padding: 13px 1.5rem;
    border: 2px solid transparent;
    text-decoration: none !important;
    outline: none !important;
    vertical-align: middle;
    text-align: center;
    user-select: none;
}

.basket__btn:hover {
    box-shadow: 2px 2px 12px #666;
}

.basket__btn--primary {
    border-color: #333;
    font-weight: 500;
    text-transform: uppercase;
}

.basket__btn--secondary {
    font-weight: 500;
    text-transform: uppercase;
    background: #eaeaea;
}

.basket__list {border: 1px solid #c2cbd5;}

.basket__title-col {
    color: #1a1a18;
    font-weight: 600;
    margin: 0;
}

.basket__item {
    display: flex;
    padding: 20px;
    border-bottom: 1px solid #c2cbd5;
    align-items: center;
    transition: opacity ease 400ms;
}
.basket__item:last-child {border-bottom: 0;}

.basket__item--head {
    background: #f2f5f8;
}

.basket__item-pic {
    flex: 0 1 100px;
    min-width: 80px;
    text-align: center;
    border: 1px solid #c2cbd5;
}
.basket__item--head .basket__item-pic {border: 0;}

.basket__item-info {
    flex: 1 1 500px;
    padding: 0px 15px;
}

.basket__item-chars {
    font-size: 13px;
    color: #888;
}

.basket__item-name {
    color: #1a1a18;
    font-weight: 500;
    margin-bottom: 15px;
    text-decoration: none;
    display: block;
}

.basket__item-name:hover {
    text-decoration: underline;
    color: #e30016;
}

.basket__item-price {
    color: #1a1a18;
    flex: 0 1 150px;
    min-width: 100px;
    text-align: center;
    font-weight: 500;
}
.js-basket-item-subtotal, .rub {color: #1a1a18; font-weight: 500;}

.basket__item-quantity {
    flex: 0 1 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.basket__item-quantity-input {
    width: 50px;
    text-align: center;
    -webkit-appearance: none; border: 0;
    margin: 0; padding: 0; height: 40px; line-height: 38px; background: #fff; font-size: 16px; color: #1a1a18; font-weight: 500;
    border-top: 1px solid #c2cbd5;
    border-bottom: 1px solid #c2cbd5;
}

.basket__item-quantity-input::-webkit-outer-spin-button,
.basket__item-quantity-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.basket__item-quantity-input {
    -moz-appearance: textfield;
    appearance: textfield;
}

.basket__item-quantity-input::-ms-clear {
    display: none;
}

.basket__item-quantity-inc,
.basket__item-quantity-dec {
    background: #f2f5f8; height: 40px; line-height: 38px; border: 1px solid #c2cbd5; padding: 0;
    width: 35px; color: #737d95; font-size: 20px; box-sizing: border-box;
}
.basket__item-quantity-inc:hover,
.basket__item-quantity-dec:hover {box-shadow: none; color: #e30016 !important;}

.basket__item-total {
    color: #555;
    flex: 0 1 180px;
    min-width: 105px;
    text-align: right;
}

.basket__item-remove {
    flex: 0 0 30px;
    cursor: pointer;
    text-align: right;
}
.basket__item-remove i {font-size: 18px; cursor: pointer; color: #93a1a8;}
.basket__item-remove i:hover {color: #e30016;}
.js-checkout-open.btn {background: #e30016; color: #fff;}
.js-checkout-open.btn:hover {filter: brightness(1.1); background: #e30016; color: #fff;
}
.basket__total {
    font-weight: bold;
    background: #f2f5f8;
    padding: 1rem 10px;
    margin-bottom: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    border: 1px solid #c2cbd5;
    border-top: 0;
    color: #1a1a18; font-weight: 600;
}

.basket__total > * {
    margin-right: 15px;
    padding-left: 15px;
}

.basket__total > *:not(:first-child) {
    border-left: 1px solid;
}

.basket__total-sum {
    display: inline-block;
    white-space: nowrap;
    margin-left: 5px;
}


@media (min-width: 576px) {
    .basket__item:not(:first-child) .basket__title-col {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .basket {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .basket {
        font-size: 17px;
    }
}

@media (max-width: 575px) {
    .basket__item {
        flex-wrap: wrap;
    }

    .basket__item--head {
        display: none;
    }

    .basket__item-pic {
        flex: 0 0 25%;
    }

    .basket__item-info {
        flex: 1 1 70%;
        padding: 0 0 20px 5%;
    }

    .basket__item-price {
        flex: 0 0 50%;
        text-align: left;
        padding: 10px;
    }

    .basket__item-quantity {
        flex: 0 0 50%;
        justify-content: flex-end;
    }

    .basket__item-total {
        padding: 15px 10px;
        flex: 1 0 auto;
        text-align: left;
    }
}
/* End */


/* Start:/bitrix/templates/scopa/components/vladrix/vxbasket.checkout/main/style.css?17573490071673*/
.vxPopup-checkout {
    display: block;
    font-size: 16px;
    background-color: #fff;
    padding: 35px 50px;
    width: 500px;
    max-width: 100%;
    max-width: 100vw;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.vxPopup-checkout * {
    box-sizing: border-box;
}

.vxPopup-checkout .form-control {
    width: 100%;
    font-size: 16px;
    color: #1a1a18;
    line-height: 1;
    padding: 15px;
    vertical-align: middle;
    max-width: 100%;
    border: 1px solid #c2cbd5;
    font-weight: 400;
    font-family: inherit;
    -webkit-appearance: none; margin: 0; border-radius: 0; outline: none;
}
.vxPopup-checkout .form-control:focus {border: 1px solid #7a848f;}

.vxPopup-checkout__title {
    font-size: 25px; color: #1a1a18;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}
.popup-window-close-icon {right: 13px; top: 11px;}
.popup-window-close-icon:after {width: 20px; height: 20px;}

.vxPopup-checkout__text {
    text-align: center;
}

.vxPopup-checkout__text p {
    margin-bottom: 15px !important;
}

.vxPopup-checkout__agreement {
    font-size: 0.8em;
    margin-top: 20px;
}

.vxPopup-checkout__submit {
    margin: 20px 0;
}
.vxPopup-checkout__submit .btn {background: #e30016; color: #fff; border: 0; -webkit-appearance: none; outline: none; cursor: pointer;}
.vxPopup-checkout__submit .btn:hover {filter: brightness(1.1); background: #e30016; color: #fff;}
.vxPopup-checkout__captcha {
    display: flex;
    justify-content: space-around;
}

.vxPopup-checkout__captcha > *{
    flex: 0 0 50% !important;
}
/* End */
/* /bitrix/templates/scopa/components/vladrix/vxbasket.page/main/style.css?17573490075183 */
/* /bitrix/templates/scopa/components/vladrix/vxbasket.checkout/main/style.css?17573490071673 */
