.cart-widget {
    color: #4c4c4c;
    display: inline-block;
    font-size: .875rem;
    margin-left: 20px;
    min-width: 130px;
    text-decoration: none;
}
.cart-widget__label {
    font-size: 1.25rem;
    line-height: 1;
}
.cart-widget__count {
    border-radius: 6px 0 6px 0;
    color: #FFF;
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    margin-left: 10px;
    min-width: 25px;
    padding: 5px;
    text-align: center;
}

.cart {
    margin-bottom: 20px;
}
.cart .button {
    color: #FFF !important;
}
.cart__right-col {
    margin-left: 20px;
    width: 220px;
}

.clear-cart-btn {
    color: #111;
    display: inline-block;
    float: right;
    font: 700 .875rem/1rem monospace;
    margin-bottom: 15px;
    padding-right: 25px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: .1s;
}
.clear-cart-btn:not(:hover) {
    opacity: .7;
}
.clear-cart-btn::before,
.clear-cart-btn::after {
    background-color: #444;
    content: '';
    height: 2px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 18px;
}
.clear-cart-btn::before {
    transform: rotate(-45deg);
}
.clear-cart-btn::after {
    transform: rotate(45deg);
}

.cart__table {
    border-collapse: collapse;
    display: table;
    width: 100%;
}
.cart__row {
    display: table-row;
}
.cart__cell {
    border: 1px dashed #E1E1E1;
    box-sizing: border-box;
    display: table-cell;
    padding: 10px;
    vertical-align: middle;
}
.cart__row--heading .cart__cell {
    color: #AAA;
    font-size: .75rem;
    font-weight: 700;
    padding: 10px 5px;
    text-align: center;
}
.cart__row--heading .cart__cell--product-info {
    width: 410px;
}
.cart__row--heading .cart__cell--prices {
    width: 150px;
}

.cart-product-photo {
    margin-right: 10px;
    width: 120px;
}
.cart-product-photo img {
    display: block;
    margin: 0 auto;
}

.cart-product-info__name {
    color: #222;
    display: inline-block;
    font-size: .875rem;
    font-weight: 700;
    text-decoration: none;
}
.cart-product-info__name:hover {
    text-decoration: underline;
}
.cart-product-info__description {
    font-size: .75rem !important;
    line-height: 1rem;
    margin-top: 5px;
    max-height: 4rem;
    overflow: hidden;
}

.cart-product-prices {
    text-align: center;
}
.cart-product-prices__total-price {
    font-size: .875rem;
    font-weight: 700;
    margin: 5px 0;
}
.cart-product-prices__price-note {
    color: #aaa;
    font-size: .75rem;
    margin: 5px 0;
}

.count-blk {
    margin: 0 auto;
}
.count-blk__field {
    border: 1px solid #ccc;
    font: 700 1rem/2rem monospace;
    height: 2rem;
    margin: 0 5px;
    outline: none;
    padding: 0 5px;
    text-align: center;
    width: 40px;
}
.count-blk__field:focus {
    border-color: #888;
}
.count-blk__but {
    border-radius: 50%;
    color: #FFF;
    cursor: pointer;
    font: 700 1.125rem/1.5rem monospace;
    height: 1.5rem;
    text-align: center;
    text-decoration: none;
    width: 1.5rem;
}

.cart__delete {
    background: #DDD url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAWCAMAAAAo0TYrAAABgFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAURmmrAAAAf3RSTlMAwQrTaQwQIO8LfSek6eheY+fCbOYU9P6PLbDdDxpTRgJnjW67Kw7HJQ1MTspka5Jvv6XjyLZ/RPLJNyxQ6ySZ6ncBl56mKnaL1a/euhnO29gfdaoJuHv7/fjG0MvzvsDcGGo5+jafSkc7W1niS9+EI8980ZBoIgbxZYmnRWJdbH+omwAAAQpJREFUeNpVx4N2xVAUBcATJ8+27dq2bdu2u3+9t25ncYiYmKNwVTDt0reLaz7Lnx0TMXpv8lx4TAXly9NMr1dP+I90cVE0F0vR0sOrKNpnifZzlpdw3h56Nt+c7EVoBEjbgKd7CD5gizr9yOdgvUvAnsH2BlECmwdw3NpQPMR6hKgN8SQcCocjC9aIqBZ9EkzsOyIM7BbEAjCy6yfRz94MgzSnKjZMdyDKHsaMbF1RFt2SByH2JoxmhQVlGVoP6tiDsPKr88qSkR9GI7tmhDYFRRiTB9BKTDXkbijj6YBL1YgxwOnBxNCghAYipgxOHVL+LkLNx3WoqAKHdh8qP25W4TK5W+qhlhO9AaX3Rtx+YiUyAAAAAElFTkSuQmCC)
                no-repeat 50% 50%;
    border-radius: 50%;
    display: block;
    height: 45px;
    margin: 0 auto;
    position: relative;
    transition: .2s;
    width: 45px;
}
.cart__delete:not(:hover) {
    opacity: .6;
}

.cart-total {
}
.cart-total__title {
    border-bottom: 2px solid;
    margin: 0 0 20px 0;
    padding-bottom: 5px;
    text-align: center;
}
.cart-total__label {
    color: #888;
    display: inline-block;
    font-size: 1rem;
    padding-bottom: 5px;
}
.cart-total__value {
    font-weight: 700;
    display: block;
}
.cart-total__count,
.cart-total__price {
    margin: 10px 0;
}
.cart-total__count .cart-total__value {
    font-size: 1.125rem;
}
.cart-total__price .cart-total__value {
    display: block;
    font-size: 1.5rem;
}
.cart__goto-to-order-form {
    display: block;
    margin-top: 10px;
}

.cart-ordering-form {
    margin: 80px 0;
}
.cart-ordering-form__field {
    display: block;
    margin: 15px 0;
}
.cart-ordering-form__label {
    display: inline-block;
    color: #555;
    font-size: .875rem;
    margin-bottom: 3px;
}
.cart-ordering-form__input {
    border: 1px solid #CCC;
    box-sizing: border-box;
    color: #2e2e2e;
    display: block;
    font-size: 1rem;
    height: 2.5rem;
    line-height: 2.5rem;
    max-width: 100%;
    padding: 0 10px;
    width: 400px;
}
.cart-ordering-form__input::placeholder {
    color: #2e2e2e;
    opacity: .6;
}