html {scroll-behavior: smooth;}

.basket-page {display: flex;}

.catalog-wrap__right-order {width: 268px; margin-left: 26px; margin-right: 26px;}

.catalog-wrap__right {width: 100%; margin-left: 26px;}

.basket-remove-all {display: flex; justify-content: right; margin: 20px 0; font-size: 16px;}

input[type="submit"].basket-remove-all__text, 
.basket-remove-all__text {
	width: 200px;
	height: 35px;
    line-height: 35px;
    font-size: 13px;
    text-align: center;
    border: 1px solid #ce3336;
    border-radius: 3px;
    text-transform: uppercase;
    color: #a21619;
    transition: all .3s;
	cursor: pointer;
	background: #FFF;
}

.element-mount-option__form {flex-shrink: 0;}

.element-mount-option__image-wrap {
    width: 33.3%;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.element-mount-option__name {
    font-family: 'UbuntuM';
    font-size: 18px;
    margin: 10px 0;
    font-weight: bold;
}
.element-mount-option__price {
    font-family: 'UbuntuM';
    font-size: 18px;
    color: #ce3336;
}
.form-order-product__title {
    font-family: 'UbuntuM';
    font-size: 20px;
    line-height: 23px;
    color: #333;
    margin-bottom: 30px;
}

.mount-option-form {max-width: 329px;}

.form-order-product__input {
    width: 100%;
    background: none;
    outline: none;
    border: none;
    border-bottom: 1px solid #c9c9c9;
    padding: 6px 0;
    font-size: 15px;
    margin-bottom: 30px;
}
.mount-option-form__input {
    padding: 0 0 9px;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 18px;
    font-family: 'UbuntuR';
    color: #565857;
}

.form-order-product__btn.mount-option-form__button {margin-bottom: 0;}

.form-order-product {
    margin-top: 77px;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 13px 14px;
}

.basket-checkbox {align-items: center;}

.form-order-product .form-order-product__btn {width: 100%; border: none; cursor: pointer; margin-bottom: 20px;}

.error{border:#FF0000 1px solid;}

@media screen and (max-width: 991px) {
    .basket-page {flex-direction: column;}
    .basket-page .catalog-wrap__right {width: 98%; margin: 0px 5px;}
    .basket-page .catalog-wrap__right-order {width: 98%; margin-left: 0;}
    .form-order-product {margin-top:0;}
    .mount-option-form {max-width: 100%;}
    .basket-item__img-wrap {margin-right: 5px;}
	.basket-item-product_counter {width:100px;}
}


.basket-item-product{
    border-bottom: 1px solid #E2E2EA;
    padding: 10px 50px 10px 30px;
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
		text-align:center;
}

.basket-item-product:last-child {border-bottom: none;}

.basket-items-list{border: 1px solid #E2E2EA; margin-bottom: 20px;}

.basket-item-product_info {display: flex; align-items: center;}

.basket-item__img-wrap {width: 100px; height: 100px; margin-right: 55px; flex-shrink: 0;}

.basket-item__img {width: 100%; height: 100%; max-width: 100%; max-height: 100%; object-fit: contain;}

.basket-item__info-wrap {width: 265px; flex-shrink: 0;}

.basket-item__title {color: #333; font-size: 16px; font-family: UbuntuM; margin-bottom: 13px;}

.basket-item__input {
    border: 1px solid #dbdbdb;
    outline: none;
    padding: 10px 7px;
    width: 50px;
    background: #fff;
    text-align: center;
}

.basket-item__minus,
.basket-item__plus {
    border: 1px solid #dbdbdb;
    outline: none;
    padding: 10px 7px;
    width: 25px;
    background: #fff;
    text-align: center;
    cursor:pointer;
}

.basket-item__minus {margin-right: -4px;}

.basket-item__plus {margin-left: -4px;}

.basket-item-product_price{font-size: 16px; width: 100px;}

.basket-item-product_remove__image{width: 14px; height: 14px;}

.basket-item-product_remove {cursor: pointer;margin-left: 20px;}

.basket-total-block {font-size: 20px; text-align: right;}

.basket-total-block__price {font-family: UbuntuM;}

@media screen and (max-width: 991px) {
    .basket-item-product_remove {position: absolute; right: 10px; top:10px;}
    .basket-item-product {flex-wrap: wrap;}
    .basket-item-product_counter{width: 100px;margin-top: 15px;}
}

@media screen and (max-width: 768px) {
    .basket-item-product_info {flex-direction: column;}
    .basket-item-product {flex-direction: column; padding: 10px 10px;}
    .basket-item__img-wrap {margin-right: 0;}
    .basket-item__info-wrap {text-align: center; margin-top: 15px;}
    .basket-item-product_price {width: 100%; text-align: center; margin-top: 15px;}
    .basket-item-product_counter {text-align: center;}
}