/*max-width: 767px*/
@media only screen and (max-width: 767px) {
/*.cart-page-new {
    width: 97%;
}*/
.cart-page-new__header {
    flex-direction: column;
}
.cart-page-new__title {
    /*margin-left: 16px;*/
    font-size: 24px;
    line-height: 31px;
}
.cart-page-new__cart-products-count {
    line-height: 26px;
}
.cart-tab-content {
    flex-direction: column;
}
.cart-tab-messages {
    display: block;
}
.cart-tab-products-list {
    width: 100%;
}
.mass-selection {
    margin: 0 0 12px;
    padding: 12px;
    font-size: 14px;
}
/*.cart-items__products {
    margin: 0 16px;
}*/
.cart-items__checkbox {
    top: 8px;
    left: 4px;
}
.product-widget {
    padding: 16px 0;
}
.product-widget>*:not(.no-padding-child):first-of-type {
    padding-top: 0;
}
.product-widget>*:not(.no-padding-child) {
    padding: 24px 12px 0;
}
.single-product-widget-header {
    grid-template-areas:
        "img title title menu"
        "img voblers voblers voblers"
        "bottom bottom price price"
        "avails avails price price"
        "out-stock out-stock out-stock out-stock";
}
/*.product-widget .widget-header__link {
    max-height: 98px;
    width: 80px;
}*/
.product-widget .widget-header__subtitle {
    padding-top: 2px;
}
.product-widget .widget-header__menu {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    margin: 0;
}
.single-product-widget-header__bottom-row {
    padding-top: 16px;
}
.product-widget .widget-header__bottom-row.spaced-items {
    flex-direction: column;
    width: 132px;
}
.count-buttons {
    min-width: 108px;
    height: 44px;
}
.price__row {
    white-space: nowrap;
}
.price__current {
    font-size: 18px;
}
.cart-items__children .cart-items__item {
    margin-left: 0;
}
.cart-items__children .product-widget {
    box-shadow: none;
    padding: 20px 0 0 0;
    border: none;
}
.product-widget .cart-items__children {
    padding: 0;
}
.product-widget__additions {
    padding: 10px;
}
.product-widget .additions__title {
    margin-left: 12px;
}
/*-----------------accessories product widget----------------*/
.product-widget__additions.no-padding-child {
    padding: 24px 0 0;
}
.accessories__container {
    width: auto;
    flex-direction: column-reverse;
}
.accessories__info {
    padding-top: 8px;
    flex-direction: row;
}
.product-widget .title-padding-left {
    padding-left: 12px;
}
.accessories__view-all, .additions__title.accessories__title {
    font-size: 16px;
    line-height: 24px;
}
.accessories__items {
    width: 100%;
    padding: 0;
}
.slider {
    width: calc(100% + 12px);
    overflow: auto;
}
.slider__element {
    width: 105%;
}
.accessories__slide:first-of-type {
    padding-left: 12px;
}
.accessories__slide:last-of-type {
    padding-right: 12px;
}
}