

/* Start:/local/templates/dimitrii/components/bitrix/sale.basket.basket/new-cart/style.css?17821658989337*/
/*@import url('https://fonts.cdnfonts.com/css/myriad-pro?styles=947,949,20533,946,952,953');*/


.cart-title {
    font-size: 24px;
    font-weight: 400;
    color: #323232;
}

.cart-title span {
    font-family: 'Inter', 'Arial';
    font-weight: 600;
}

.cart-listing {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.cart-listing-item-wrapper {

}

.cart-listing-item {
    border-top: 1px solid #e0e0e0;
    padding: 24px 7px;
    width: 100%;
}

.cart-listing-item-picture {
    text-align: center;
}

.cart-listing-item-picture img {
    max-height: 110px;
    width: auto;
}

.cart-listing-item-info a {
    display: flex;
    flex-direction: column;
}

.cart-listing-item-controls div {

}

.cart-listing-item-controls {
    display: flex;
}

span.cart-listing-item-info--price {
    font-family: "Inter", 'Arial';
    font-size: 24px;
    line-height: 21px;
    font-weight: 700;
    color: #323232;
    margin-bottom: 11px;
}

.cart-listing-item-info--price-old {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 5px;
}

.cart-listing-item-info--price-old .value {
    font-size: 16px;
    position: relative;
    color: #333 !important;
}

.cart-listing-item-info--price-old .value:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA2NiAxNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNjYgMTc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRUMwMDBEO2ZpbGwtb3BhY2l0eTowLjg7fQo8L3N0eWxlPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMC40LDEyLjNjMTAuNS0yLjYsMjEuMy01LjMsMzEuOS03QzQzLjEsMy41LDUzLjgsMiw2NC43LDFjMC41LDAsMS4xLDEuNSwxLjIsMi4zYzAuMiwwLjgtMC4yLDMtMC43LDMKCWMtMTIuNywxLjEtMTkuNiwxLjktMzAuNiwzLjhDMjMuNSwxMiwxLjQsMTcsMS40LDE3Yy0wLjUsMC0xLjItMS4zLTEuNC0yLjFDLTAuMSwxNC4yLDAuMSwxMi40LDAuNCwxMi4zeiIvPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.cart-listing-item-info--price-old .percent {
    display: flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 3px;
    color: #fff;
    background: linear-gradient(270deg, #ec000d -1.33%, #c10101 101.33%) !important;
}

span.cart-listing-item-info--name {
    font-family: 'Inter', 'Arial';
    font-size: 18px;
    line-height: 21px;
    font-weight: 300;
    color: #000000;
}

.cart-listing-item-info {
    display: flex;
    flex-direction: column;
}

.cart-listing-item-controls--QUANTITY {
    width: 100%;
}

.cart-listing-item-controls--QUANTITY .unit {
    margin-top: 12px;
}

.cart-listing-item:last-child {
    border-bottom: 1px solid #e0e0e0;
}

.cart-listing-item-info--kvt {
    font-size: 12px;
    color: #a9a9a9;
    margin-top: 3px;
}

.cart-listing-item-controls--delete {
    width: 24px;
    cursor: pointer;
    height: 24px;
    background: url('/images/close.png') no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 98%;
}

.cart-listing-item-controls--delete:hover {
    filter: brightness(0.3);
}

.cart-item{
    display: flex;
    position: relative;
    flex-direction: row;
    justify-content: space-between;
}
.cart-item-img{
    width: 110px;
}
.cart-item-info{
    width: 80%;
}
.basket_quantity_control {
    display: flex;
}

.basket_quantity_control input, .basket_quantity_control input:active, .basket_quantity_control input:hover, .basket_quantity_control input:focus {
    border: none;
    outline: none;
    font-family: 'Inter', 'Arial';
    font-size: 24px;
    line-height: 21px;
    font-weight: 700;
    color: #323232;
    text-align: center;
}

.quantity-controls {
    width: 43px;
    height: 43px;
    background-color: #ffdd57;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 24px;
    opacity: 0.8;
}

.quantity-controls:hover {
    color: #000;
    opacity: 1;
}

/*total block*/

.cart-total-block {
    padding: 34px 31px;
    background-color: #f8f8f8;
}

.cart-total-block--price {
    font-size: 24px;
    line-height: 21px;
    font-weight: 400;
    color: #323232;
}

.cart-total-block--price span {
    font-family: 'Inter', 'Arial';
    font-weight: 700;
    color: #323232;
    white-space: nowrap;
    line-height: 35px;
}

.cart-total-block .btn {
    width: 100%;
/*    padding: 15px 0;*/
/*    font-family: 'Inter', 'Arial';
    font-size: 21px;
    line-height: 21px;*/
    font-weight: 700;
    margin-top: 15px;
/*    color: #ffffff;*/
}
.cart_buttons{
  margin-top: 50px;

}
.cart-total-block--subtotal {
    margin-top: 21px;
}

.cart-total-block--subtotal ul li {
    overflow: hidden;
    margin: 0;
}

.cart-total-block--subtotal ul li:after {
    content: '....................................................................................................';
    display: block;
    white-space: nowrap;
    overflow: hidden;
}

.cart-total-block--subtotal ul li span:first-of-type {
    float: left;
    margin-right: 10px;
}

.cart-total-block--subtotal ul li span:last-of-type {
    float: right;
    margin-left: 10px;
}

.subtotal-price--default span:last-child {
  font-family: 'Inter', 'Arial';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 140%;
	/* identical to box height, or 20px */
	color: #333333;
}

.subtotal-price--discount span:last-child {
    font-family: 'Inter', 'Arial';
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    color: #ff0000;
}

.subtotal-price--with-discount span:last-child {
    font-family: 'Inter', 'Arial';
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    color: #0fad50;
}

.cart-new-design {
    margin-top: 15px;
}

/*loader*/
#loader{
    height: 35px;
    width: 35px;
    position: absolute;
    right: 0;
    top: -28px;
}
.spinner {
    margin: 0;
    width: 25px;
    height: 25px;
    border-radius: 35px;
    border: solid 5px #ddd;
    border-left: solid 5px #999;
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.spinner {
    animation-name: spin; /* Применяем анимацию вращения */
    animation-duration: 1s; /* Период вращения */
    animation-iteration-count: infinite; /* Если не указать, то сделает только одно вращение */
    animation-timing-function: linear; /* Для того, чтобы вращение было равномерным */
}

#bx-clear-cart{
    text-align: right;
    font-family: 'Inter', 'Arial';
    font-size: 16px;
    line-height: 21px;
    font-weight: 300;
    color: #000000;
}
#bx-clear-cart a {
  border: none;
	font-family: 'Arial';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #888888;
}
.cart-title-wrapper{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: space-between;
    row-gap: 20px;
    padding: 0 15px;
}

#bx-clear-cart-modal .modal-header,#bx-clear-cart-modal .modal-footer{
    border: none;
}

#bx-clear-cart-modal .modal-sm{
    width: 372px;
    padding: 20px 17px;
}

#bx-clear-cart-modal .modal-title{
    font-size: 21px;
    line-height: 25px;
    font-weight: 400;
    color: #000000;
    border: none;
}
#bx-clear-cart-modal .modal-footer{
    padding-left: 30px;
    padding-right: 30px;
}
#bx-clear-cart-modal .buttons-modal{
    display: flex;
    flex-direction: column;
}
#bx-clear-cart-modal .buttons-modal .btn{
    text-align: center;
    border-radius: 0;
    width: 100%;
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 12px;
}
#bx-clear-cart-modal .buttons-modal .btn-primary{
    background-color: #ffdd57;
    border: none;
}
#bx-clear-cart-modal .buttons-modal .btn-secondary{
    background-color: #fff;
}
.basket_quantity_control{
    margin-bottom: 10px;
}
.clear-cart-modal-title{
    padding-top: 12px;
    padding-left: 16px;
    font-size: 21px;
    line-height: 25px;
    font-weight: 400;
    color: #000000;
}
.grid .product-item-photo a {
	border: none !important;
	padding: 0 0 calc(100% - 10px) !important;
}









@media (max-width: 768px){
    .cart-title{
        font-family: 'Inter', 'Arial';
        font-size: 21px;
        line-height: 21px;
        font-weight: 400;
        color: #323232;
    }

    #bx-clear-cart a{
        font-size: 15px;
    }

    span.cart-listing-item-info--name{
        font-size: 16px;
        line-height: 18px;
    }
    .cart-item-info{
        width: 70%;
    }
    .cart-listing-item-info{
        margin-bottom: 15px;
        margin-right: 5px;
    }

    .cart-listing-item-controls{
        position: unset;
    }
    .cart-listing-item-controls--delete{
        position: absolute;
        top: 0;
        right: 0;
        width: 15px;
        margin-top: -15px;
    }
}

/* End */
/* /local/templates/dimitrii/components/bitrix/sale.basket.basket/new-cart/style.css?17821658989337 */
