/* Compact Product Table */

.l-products-compact__item {margin-bottom:15px;}

.c-product-compact {padding:12px;}

.c-product-compact__image-box {
    width: 45px;
    height: 35px;
}

.c-product-compact__image-container {
    width: 60px;
}

.c-product-compact__available {
    padding-right: 20px;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
    min-width:105px;
}

/* Category Cards */

.c-category-thumb {
    border-radius:10px;
    padding: 15px;
}

.c-category-thumb__image-box {
    width: 180px;
    height: 180px;
}
.c-category-thumb__name {
    font-size:16px;
    line-height: 1.4;
    display:flex;
}
.c-category-thumb__name-inner {
    margin: auto 0;
}

/* Hide Shipping Price in Cart */
.c-checkout-shipping-method__price-container {
    display:none;
}
.c-checkout-summary__sub-totals, .c-cart-summary__sub-totals {
    display:none;
}
.c-checkout-summary__total-container, .c-cart-summary__total-container {
    text-align: center;
    padding-top: 10px;
    border-top: none;
    margin-top: 0px;
    padding-bottom: 10px;
}

/* Cart Rows */
.c-cart-item__container-info,
.c-cart-item__container-quantity,
.c-cart-item__container-total,
.c-cart-item__container-delete,
.c-cart-item__container-itemprice,
.c-cart-item__container-itemsumm {
    display: table-cell;
    vertical-align: middle;
}

.c-cart-item__container-itemprice  {
    width: 100px;
    padding-left: 20px;
    text-align: right;
}

.c-cart-item__container-itemsumm  {
    width: 130px;
    padding-left: 20px;
    text-align: right;
}

.c-cart-item__container-delete {
    width: 36px;
    padding-left: 20px;
    text-align: right;
}
.c-cart-item__delete-button-container {
    margin-top: 0px;
    font-size: 13px;
}
.c-cart-item__delete-button-container .c-pseudo-link {
    border-bottom: none;
}
.c-cart-item__container-image {
    display:none;
}
.c-cart-items-header {
    padding: 0 20px 30px;
}
.c-cart-item {
    padding: 7px 10px 7px 10px;
}
.c-cart-items__item {
    margin-top: 10px;
}
.c-cart-item__name-container {
    line-height: 1.4;
    min-height: 0px;
    font-weight: 500;
}
/* Card Headers */

.c-cart-items-header__container-total {
    width: 120px;
    padding-left: 20px;
    padding-right: 36px;
    text-align: center;
}
.c-cart-items-header__container-price {
    display: table-cell;
    vertical-align: middle;
    width: 120px;
    text-align: center;
    
}
.c-cart-items-header__container-quantity {
    width: 123px;
}

/* Checkout Confirmation Table */
.c-checkout-confirmation__address-container {
    display:none;
}

.c-checkout-list-item td {
    padding: 15px 15px;
}
/* Cart Min Summ Alert */

.c-cart-summary__minsum-container {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 15px;
    margin-bottom: 5px;
    text-align: center;
    color:#828282;
}
.c-cart-summary__minsum-container span {
    color: #ff0000;
}

/* Мобильная версия */
@media (max-width:450px){
.r-product-extend__image {
    width: 50px;
    min-width: 50px;
    max-width: 50px;
}

.c-product-extend__image-box {
    width: 50px;
    height: 50px;
}
r-product-extend__prices{
	margin-top:0px;
}
.c-product-extend__price{
	font-size:20px;
}
.c-product-extend__available{
	display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
}
.c-product-extend__additional-buttons{
	display:none;
}
.r-product-extend__control{
    width:100%;
}
.r-product-extend__controls {
    margin-top: 20px;
    display: block;
    position: absolute;
    top: 40px;
    right: 10px;
}
.c-product__add-to-cart-form .c-button{
        padding: 10px 10px 5px 10px;
}
.c-product-compact__quantity {
    vertical-align: top;
    min-width: 50px;
    max-width: 60px;
    position: absolute;
    right: 55px;
    top: 62px;
}
.c-quantity__input{
    width:25px;
}
.l-footer-content{
    text-align:center;
}
.l-footer-links__item:last-child{
    margin:0 auto;
}
body > div.l-index > div.l-index__wrapper > footer > div.c-footer.r-footer.r-hidden-desktop > div > div > div > div.l-footer-columns.l-footer-columns_size_m.r-footer__row.list-tabs > section:nth-child(3){
    display:none;
}
.c-cart-item__container-delete,
.c-cart-item__container-itemsumm,
.c-cart-item__container-itemprice,
div.c-cart-item__container-quantity{
    display:none;
}
.c-cart-item__container-info{
    display:block;
}
.r-header-logo img{
    max-height: 45px;
}
.r-header__list_right .r-header__list-item {
    margin-right: 20px;
}
div.c-product-page .c-product-thumb__buttons {
    margin-top: 0px;
    display: block;
    width: auto;
    position: absolute;
    right: 5px;
    top: 50px;
}

div.c-product-page .c-product-thumb__available {
    margin-top: 0px;
}

div.c-product-page .c-product-thumb__prices {
    margin-top: 0px;
}

div.c-product-page .c-product-thumb__rating,
div.c-product-page .c-product-thumb__image-button.c-product-favorite{
	display:none;
}

div.c-product-page .c-product-thumb__name{
	margin-top: 0px;
	padding-top:5px;
	margin-bottom:0px;
}

div.c-product-page .c-product-thumb__image-container {
    width: 70px;
    overflow: hidden;
    padding: 10px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    float: left;
}
.r-footer__row:last-child {
    margin-bottom: 0;
    margin-top: 10px;
}
.c-product-thumb_mobile .c-product-thumb__buttons_add-1 .c-product-thumb__buttons-main button{
    padding: 9px 15px 10px;
    font-size:14px;
}
}