.category__summary .category-image{
    position: relative;
}

.category__summary .category__tip {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
}

.category__summary .category__tip .category__name__img{
    height: 39px;
}

.category__summary .category__tip p:nth-child(1) {
    font-size: 52px;
    font-weight: 700;
    line-height: 84px;
    margin: 0;
}
.category__summary .category__tip p:nth-child(2) {
    font-size: 36px;
    font-weight: 400;
    line-height: 84px;
    margin: 0;
}
.category__summary .category-description{
    font-size: 20px;
    text-align: center;
    line-height: 36px;
    font-weight: 400;
}
.category__summary .view-more a{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #C30D23;
    font-size: 24px;
    font-weight: 500;
    text-decoration: none;
    padding: 24px 0 40px 0;
    line-height: 36px;
}

.category__summary .category-product strong {
    font-size: 40px;
    display: flex;
    justify-content: center;
    line-height: 64px;
}

.page-products .columns{
    display: flex;
    flex-direction: row-reverse;
}
.page-products .columns .sidebar-additional{
    flex-basis: unset;
    -webkit-flex-basis: unset;
    width: 25%;
}
.columns .column.main{
    width: 75%;
    padding: 0;
}


.sidebar.sidebar-main{
    display: none;
}

.sidebar__category strong{
    display: flex;
    font-size: 24px;
    margin: 24px 0 40px 0;
    line-height: 36px;
}

.sidebar__category ul li{
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 24px;
    font-weight: 400;
}

.sidebar__category ul li a{
    text-decoration: none;
    color: #FFFFFF;
}

.sidebar__category ul li a.checked{
    color: #C30D23;
}

.sidebar__category .checkbox-icon{
    background-image: url(../images/checkbox_default.svg);
    background-repeat: no-repeat;
    background-size: 24px 24px;
    cursor: pointer;
    min-width: 24px;
    height: 24px;
    margin-right: 16px;
}
.sidebar__category .checkbox-icon.checked{
    background-image: url(../images/checkbox_checked.svg);
}




.toolbar .toolbar-amount,
.toolbar .limiter,
.toolbar .toolbar-sorter{
    display: none !important;
}

.coming__soon{
    display: flex;
    padding: 48px;
}
.coming__soon img{
    width: 60%;
}

.page-products .product-item-info{
    width: unset;
    max-width: unset;
    position: relative;
}
.page-products .product-item-info .product__item__name{
    max-height: 72px;
    overflow: hidden;
    margin-top: 12px;
}

.products-grid .product-items{
    display: flex;
    flex-wrap: wrap;
    padding-left: 16px;
}

.products-grid > strong{
    font-size: 40px;
    margin-bottom: 36px;
    display: flex;
    justify-content: center;
}
.products-grid .product-item-info:hover{
    background: unset;
    box-shadow: unset;
    border: unset;
    margin: unset;
    padding: unset;
}
.product-item-name{
    margin: 0;
}
.product.name a,
.product-item-name > a:visited{
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    text-decoration: none;
    line-height: 36px;
}
.subheading{
    font-size: 20px;
    font-weight: 400;
}
.product-item .price-box .price-label{
    color: #FFFFFF;
    font-size: 20px;
    display: none;
}
.product-item .price-box .old-price .price-label{
    display: none;
}
.product-item .price-box {
    margin: 7px 0 0 0;
    display: flex;
    align-items: center;
}
.product-item .price-box .price{
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
}
.product-item .old-price .price {
    color: #8c9399;
    font-weight: 500;
    text-decoration: line-through;
    padding-left: 12px;
    font-size: 20px;
    line-height: 32px;
}
.view-product-button a{
    display: flex;
    align-items: center;
    color: #F62740;
    font-weight: 700;
    font-size: 24px;
    text-decoration: none;
    line-height: 36px;
}
.view-product-button a img{
    margin-left: 16px;
    margin-top: 2px;
    width: 20px;
    height: 20px;
}
.product-item .old-price{
    margin: 0;
    display: block;
}
.products.wrapper ~ .toolbar .pages{
    float: unset;
    margin-bottom: 24px;
}
.pages a.page,
.pages a.page:visited{
    border: 1px solid #8E8E8E;
    color: #FFFFFF;
    padding: 0 10px;
    width: 12px;
}
.pages strong.page{
    border: solid 1px #ffffff;
    padding: 0 10px;
    color: #FFFFFF;
    background: unset;
    width: 12px;
}
.pages .action{
    border: 1px solid #8E8E8E;
    background: unset;
    box-shadow: unset;
    margin: 0 !important;
}



@media only screen and (max-width: 1439px) {
    .category__summary .category__tip .category__name__img{
        height: 28px;
    }
    .category__summary .category__tip p:nth-child(1) {
        font-size: 36px;
        line-height: 58px;
    }
    .category__summary .category__tip p:nth-child(2){
        font-size: 24px;
        line-height: 28px;
    }
    .category__summary .category-product strong{
        font-size: 32px;
        line-height: 52px;
    }
    .category__summary .category-description{
        font-size: 16px;
    }
    .category__summary .view-more a{
        font-size: 20px;
    }
    .category__summary .view-more a img{
        width: 20px;
    }
}

@media only screen and (max-width: 1279px) {
    .category__summary .category-description {
        line-height: 28px;
    }
    .sidebar__category strong,
    .sidebar__category ul li{
        font-size: 20px;
    }
    .page-products .product-item-info .product__item__name{
        max-height: 56px;
    }
    .product.name a, .product-item-name > a:visited{
        line-height: 28px;
        font-size: 20px;
    }
    .product-item .price-box .price{
        font-size: 16px;
    }
    .view-product-button a{
        line-height: 28px;
        font-size: 20px;
    }
}

@media only screen and (max-width: 1023px) {
    .category__summary .category__tip .category__name__img{
        height: 18px;
    }
    .category__summary .category-product strong{
        font-size: 24px;
        line-height: 38px;
    }
    .category__summary .view-more a{
        font-size: 16px;
    }
    .category__summary .view-more a img{
        width: 16px;
    }
    .category__summary .category__tip p:nth-child(1){
        font-size: 24px;
        line-height: 38px;
    }
    .category__summary .category__tip p:nth-child(2){
        font-size: 14px;
        line-height: 22px;
    }
    .page-products .columns{
        flex-direction: column-reverse;
    }
    .sidebar__category strong{
        display: none;
    }
    .category__summary .category-description{
        font-size: 14px;
        line-height: 22px;
    }
    .columns .column.main,
    .page-products .columns .sidebar-additional{
        width: 100%;
    }
    .coming__soon{
        justify-content: center;
    }
    .products-grid .product-items{
        padding: 0;
    }
    .sidebar__category ul{
        display: flex;
        flex-wrap: wrap;
    }
    .sidebar__category ul li{
        width: calc((100% - 4%)/3);
        font-size: 15px;
    }
    .sidebar__category strong,
    .product.name a, .product-item-name > a:visited,
    .view-product-button a{
        font-size: 20px;
    }
    .subheading{
        font-size: 16px;
    }
    .category__summary .view-more a{
        font-size: 16px;
    }
    .category__summary .view-more a img{
        width: 16px;
    }
    .page-products .columns{
        padding-top: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .toolbar .pages{
        margin: 36px 0 40px 0;
    }
    .category__summary .category__tip {
        align-items: center;
        top: 20%;
        transform: unset;
    }
    .coming__soon img{
        width: 80%;
    }
    .products-grid .product-items{
        justify-content: space-between;
    }
    .products-grid .product-items .product-item {
        width: calc((100% - 3%) / 2);
        margin: 8px 0;
        padding: 0;
    }
    .sidebar__category ul li{
        width: calc((100% - 2%)/2);
        font-size: 14px;
        margin-bottom: 12px;
    }
    .category__summary .category-product strong{
        font-size: 22px;
        line-height: 35px;
    }

    .product.name a, .product-item-name > a:visited{
        font-size: 14px;
        line-height: 24px;
    }
    .product-item .price-box .price{
        font-size: 14px;
        line-height: 18px;
    }
    .product-item .old-price .price{
        font-size: 12px;
        line-height: 16px;
    }
    .view-product-button a{
        font-size: 14px;
        line-height: 18px;
    }


    .sidebar__category .checkbox-icon{
        margin-right: 8px;
        background-size: 16px 16px;
        min-width: 16px;
        height: 16px;
    }
    .products{ margin: 0; }
    .view-product-button a img{
        width: 12px;
    }
    .category__summary .view-more a{
        font-size: 14px;
    }
    .category__summary .view-more a img{
        width: 14px;
    }
    .page-products .product-item-info .product__item__name{
        max-height: 48px;
    }
    .pages-item-previous, .pages-item-next{
        position: static;
    }
}
@media only screen and (min-width: 768px) {
    .products-grid .product-items .product-item{
        width: calc((100%) / 3);
        margin: 8px 0 !important;
        padding: 0 6px;
    }
    .products-grid .product-items .product-item:nth-child(3n){
        padding: 0 0 0 12px !important;
    }
    .products-grid .product-items .product-item:nth-child(3n+1){
        padding: 0 12px 0 0 !important;
    }
}

.product-item .old-price.configure-price{
    display: block;
}
.save-price,
.save-price-configure {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    background: #C30D23;
    width: 50px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    color: #FFFFFF;
}
@media only screen and (min-width: 1280px){
    .save-price,
    .save-price-configure {
        width: 55px;
        height: 22px;
    }
}
@media only screen and (min-width: 1440px){
    .save-price,
    .save-price-configure {
        width: 59px;
        height: 24px;
        font-size: 14px;
        line-height: 18px;
    }
}
