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

.cart {
    margin-bottom: 20px;
}
.cart .button {
    color: #FFF !important;
}
.clear-cart-btn {
    color: #111;
    display: inline-block;
    font: 700 .875rem/1rem monospace;
    margin-bottom: 20px;
    padding-right: 25px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: .1s;
}
.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__item {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
    box-sizing: border-box;
    margin: 10px;
    padding: 10px 5px;
}

.cart-product-info {
    margin-bottom: 10px;
    text-align: center;
}
.cart-product-info__photo {
    height: 100px;
    margin-right: 10px;
    width: 100px;
}
.cart-product-info__photo img {
    display: block;
    margin: 0 auto;
}

.cart-product-info__name {
    color: #222;
    display: inline-block;
    font-size: .875rem;
    font-weight: 700;
    line-height: .875rem;
    min-height: 1.75rem;
    text-align: center;
    text-decoration: none;
}
.cart-product-info__name:hover {
    text-decoration: underline;
}

.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/1.75rem monospace;
    height: 1.75rem;
    margin: 0 5px;
    outline: none;
    padding: 0 5px;
    text-align: center;
    width: 35px;
}
.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: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAWCAMAAAAo0TYrAAABgFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAURmmrAAAAf3RSTlMAwQrTaQwQIO8LfSek6eheY+fCbOYU9P6PLbDdDxpTRgJnjW67Kw7HJQ1MTspka5Jvv6XjyLZ/RPLJNyxQ6ySZ6ncBl56mKnaL1a/euhnO29gfdaoJuHv7/fjG0MvzvsDcGGo5+jafSkc7W1niS9+EI8980ZBoIgbxZYmnRWJdbH+omwAAAQpJREFUeNpVx4N2xVAUBcATJ8+27dq2bdu2u3+9t25ncYiYmKNwVTDt0reLaz7Lnx0TMXpv8lx4TAXly9NMr1dP+I90cVE0F0vR0sOrKNpnifZzlpdw3h56Nt+c7EVoBEjbgKd7CD5gizr9yOdgvUvAnsH2BlECmwdw3NpQPMR6hKgN8SQcCocjC9aIqBZ9EkzsOyIM7BbEAjCy6yfRz94MgzSnKjZMdyDKHsaMbF1RFt2SByH2JoxmhQVlGVoP6tiDsPKr88qSkR9GI7tmhDYFRRiTB9BKTDXkbijj6YBL1YgxwOnBxNCghAYipgxOHVL+LkLNx3WoqAKHdh8qP25W4TK5W+qhlhO9AaX3Rtx+YiUyAAAAAElFTkSuQmCC)
                no-repeat 50% 50%;
    display: block;
    height: 35px;
    margin: 0 auto;
    position: relative;
    transition: .2s;
    width: 35px;
}

.cart-total {
    margin: 40px 0;
}
.cart-total__title {
    margin: 0 0 20px 0;
}
.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;
}

@media (max-width: 768px) {
    .cart__list .col-4 {
        flex-basis: 50%;
        min-width: 50%;
    }
}
@media (max-width: 576px) {
    .cart__list .col-4 {
        flex-basis: 100%;
        min-width: 100%;
    }
}