/*** Страница: Корзина ***/
.pageCart .cart {display: none;}
.pageCart .cart__count {display: none;}
.cartTable.disable .cart__qty:before {content: "";display: block;width: 100%;height: 60px;z-index: 2;position: absolute;}
.cartTable.disable .cart__qty a, .cartTable.disable .cart__qty input {background-color: #ecdfd4;border-color: #ecdfd4;}
.cartTable.disable .cart__delete {display: none;}
.cartTable.disable .cart__clear {display: none;}
#makeOrder {display: none;}
.cartTable.disable #makeOrder {display: inline-block;}
.cartForm {position: relative;display: flex;flex-wrap: wrap;align-items: flex-start;}
.cart__head {margin-top: 1.5rem;padding: .5rem 0;border: 1px solid #ecdfd4;border-left: 0;border-right: 0;width: 100%;display: flex;flex-wrap: wrap;align-items: center;}
.cart__head > div {text-align: center;}
.cart__head > div:nth-child(1) {width: calc(100% - 360px);}
.cart__head > div:nth-child(2) {width: 166px;}
.cart__head > div:nth-child(3) {width: 194px;}
.cart__items {width: 100%;}
.cart__item {border-bottom: 1px solid #ecdfd4;padding: 1rem 0;display: flex;flex-wrap: wrap;align-items: center;}
.cart__image {width: 100px;height: 100px;display: flex;align-items: center;justify-content: center;}
.cart__image img {max-width: 100px;max-height: 100px;}
.cart__inner {width: calc(100% - 100px);padding: 0 0 0 1rem;display: flex;flex-wrap: wrap;align-items: center;justify-content: center;}
.cart__info {width: calc(100% - 360px);}
.cart__actions {width: 360px;display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.cart__price {flex-grow: 1;font-size: 18px;text-align: center;}
.cart__price .price__old {margin-top: 0.5rem;}
.cart__name {display: block;}
.cart__art {color: #c1b1a9;margin-top: 1rem;font-size: 0.75rem;word-break: break-word;overflow: hidden;}
.cart__properties {color: #c1b1a9;margin-top: .5rem;font-size: 0.75rem;word-break: break-all;}
.cart__properties span + span {margin-left: 0.25rem;}
.cart__buttons {padding: 0;display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.cart__buttons a {display: inline-block;margin: 2rem 0 0 0;border: 0;}
.cart__delete {line-height: 1;transition: all 0.3s ease;}
.cart__delete a {color: #cabdb6;width: 20px;display: block;text-align: center;}
.cart__delete a:hover {color: #df5642;}
.cart__delete a span {display: none;}
/* Кол-во. Дублирован в page-goods */
.qty {display: flex;align-items: center;flex-wrap: wrap;}
.qty a {width: 50px;height: 50px;background-color: #fff8ef;position: relative;display: flex;align-items: center;justify-content: center;}
.qty a:hover {background-color: #ffaf88;color: #ffffff;}
.qty input {width: 50px;height: 50px;background-color: #fff8ef;margin: 0 .5rem;padding: 0 0.25rem;border: 0;text-align: center;}
/* Корзина. Итого */
.cart__total {margin-top: 2rem;padding: 2rem 1rem 2rem 2rem;width: 100%;background-color: #f2f2f2;display: flex;flex-wrap: wrap;align-items: center;}
.total__items {width: 30%;}
.total__item {margin-bottom: .5rem;}
.total__item:last-child {margin-bottom: 0;}
.total__label {display: inline-block;margin-right: 1rem;}
.total__price {display: inline-block;}
.total__cart .total__price {font-size: 1.125rem;font-weight: bold;}
.total__buttons {width: 70%;display: flex;align-items: center;justify-content: flex-end;flex-direction: row;flex-wrap: wrap;}
.total__buttons .total__pp {color: #c1b1a9;font-size: 12px;width: 100%;padding: 0 1rem;text-align: right;}
.total__buttons .total__pp a {color: #c1b1a9;text-decoration: underline;}
.total__buttons .total__pp a:hover {color: #df5642;}
.total__buttons .button {margin: 0 1rem 1rem 1rem;}
.total__cart .total__label {text-transform: uppercase;}
@media all and (max-width: 991.98px) {
.cart__items {width: 100%;padding: 0;}
.cart__total {width: 100%;margin-top: 2rem;}
.cart__info {width: calc(100% - 180px);}
.cart__actions {justify-content: flex-end;width: 180px;}
.cart__qty {margin-bottom: 1rem;}
.total__buttons {width: 50%;}
.total__items {width: 50%;}
.total__buttons .button {flex-grow: 1;}
.cart__head > div:nth-child(2) {opacity: 0}
}
@media all and (max-width: 639.98px) {
.cart__info {width: 100%;}
.cart__actions {width: 100%;margin-top: 1rem;justify-content: flex-start;position: relative;}
.cart__price {width: 100%;display: flex;align-items: center;justify-content: flex-start;margin: 1rem 0 0 0;}
.cart__delete {position: absolute;right: 0;bottom: 0;}
.total__items {width: 100%;}
.total__buttons {width: 100%;margin-top: 2rem;align-items: center;}
.total__buttons .inner {justify-content: center;}
.total__buttons .total__pp {text-align: center;}
.cart__head > div:nth-child(1) {width: 100%;}
.cart__head > div:nth-child(2), .cart__head > div:nth-child(3) {display: none;}
}
@media all and (max-width: 479px) {
.cart__inner {width: calc(100% - 80px);padding: 1rem 0 1rem 1rem;}
.cart__image {width: 80px;height: 80px;}
.cart__image img {max-width: 80px;max-height: 80px;}
}
