/* Modal */

#blockcart-modal .divide-right {
    max-height: 372px;
    overflow-y: auto;
}

/* Cart */

#header .cart_top #subcart {
    width: 385px;
}

.cart_top #subcart ul.cart_products li .cart_left {
    width: 30%;
}

.cart_top #subcart ul.cart_products li .cart_right {
    width: 70%;
}

.cart_top .cart_index_title .cart_link span {
    font-weight: normal;
}

.cart_top .cart_index_title .cart_link .cart-products-sum {
    padding-left: 5px;
}

.cart_top .cart_products {
    max-height: 305px;
    overflow-y: auto;
}

.cart_top .cart_products .product-attributes {
    display: block;
    margin-top: 5px;
    color: #777676;
    font-size: 12px;
}
