/* Styles for archive products and posts */
.box-shop {
    background: #ffffff;
    -webkit-box-shadow: 1px 1px 8px #f1f7fb;
    -moz-box-shadow: 1px 1px 8px #f1f7fb;
    box-shadow: 1px 1px 8px #f1f7fb;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    border-radius: 0.2rem;
    padding: 15px;
    font-size: 0.9rem;
    font-weight: 400;
    margin-bottom: 15px;
    position: relative;
}

.sidebar.sidebar-shop {
    display: none;
}

.box-shop .woocommerce-info {
    margin-top: 15px;
}

.box-shop .woocommerce-products-header {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid #f45b66;
}

.term-description {
    font-size: 0.875rem;
    font-weight: 400;
    color: #667684;
    margin-top: 5px;
    line-height: 16px;
}

.woocommerce-products-header__title.page-title {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 0;
}

.woocommerce-result-count {
    display: none;
}

.woocommerce-ordering .orderby {
    display: none;
}

.woocommerce-ordering {
    position: absolute;
    left: 20px;
    top: 20px;
    height: 20px;
    width: 20px;
    text-align: center;
    cursor: pointer;
}

.pyramid-orderby {
    background: #ffffff;
    -webkit-box-shadow: 1px 1px 8px #f1f7fb;
    -moz-box-shadow: 1px 1px 8px #f1f7fb;
    box-shadow: 1px 1px 8px #d6dee3;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    border-radius: 0.2rem;
    padding: 15px 0;
    margin-bottom: 15px;
    min-width: 235px;
    position: absolute;
    z-index: 9;
    left: 0;
    top: 100%;
    text-align: right;
    display: none;
}

.woocommerce-ordering::before {
    content: "\f0dc";
    font-family: "FONTIcon";
    font-size: 21px;
    line-height: 20px;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    font-weight: 900;
}

.woocommerce-ordering:hover::before {
    color: #f45b66;
}

.orderby-open .woocommerce-ordering .pyramid-orderby {
    display: block;
}

.pyramid-orderby label {
    font-size: 0.85rem;
    font-weight: 300;
    position: relative;
    color: #667684;
    cursor: pointer;
    transition: all .15s ease-in-out;
    margin: 0;
    padding: 4px 15px;
}

.pyramid-orderby label:last-child {
    margin: 0;
}

.selected-label {
    color: #444 !important;
}

.selected-label::after {
    content: "";
    border: #1abc9c solid;
    border-width: 0 2px 2px 0;
    width: 6px;
    height: 12px;
    display: inline-block;
    position: relative;
    top: 2px;
    transform: rotate(45deg);
    margin-right: 6px;
}

.pyramid-orderby label:hover {
    color: #444 !important;
    background: #fafafc;
}

.quick-view-button {
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    width: 25px;
    text-align: center;
    color: #667684;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #e7e7e7;
    background: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#e7e7e7));
    background: -webkit-linear-gradient(#FEFEFE, #e7e7e7);
    background: linear-gradient(#FEFEFE 0%, #e7e7e7 100%);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    border: 1px solid rgba(0, 0, 0, 0.25);
    z-index: 2;
}

.quick-view-button span {
    line-height: 23px;
    display: block;
    text-indent: -1px;
    font-size: 0.75rem;
}

.quick-view-button:hover {
    box-shadow: none;
    color: #444444;
}

.compare.checkbox {
    margin-top: 14px;
    text-align: right;
    font-size: 0.875rem;
    line-height: 20px;
}

.control.control-checkbox, .control.control-checkbox span {
    line-height: 18px;
    display: inline-block;
    white-space: nowrap;
}

.add-to-compare {
    float: right;
    margin-left: 3px !important;
    top: 0 !important;
}

ul.products {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

ul.products li.product {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    margin-top: 15px;
}

.product-inner {
    border-bottom: 1px solid #e0e0e2;
    background: #ffffff;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: relative;
    height: 100%;
    padding-bottom: 15px;
}

ul.products li.product:last-child .product-inner {
    padding-bottom: 0;
    border-bottom: 0 none;
}

.product-inner::after {
    content: "";
    display: table;
    clear: both;
}

.box-shop .product-category {
    display: none;
}

.product-category.product a {
    display: block;
    line-height: 1px;
    position: relative;
    border-radius: 0.2rem;
    overflow: hidden;
    border: 1px solid #e0e0e2;
}

.woocommerce-loop-category__title {
    position: absolute;
    bottom: 0;
    margin: 0;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    color: #fff;
    font-size: 1rem;
    padding: 0.5rem;
}

.product-category.product a img {
    display: block;
    width: 100%;
    height: auto;
}

mark.count {
    background: transparent;
    color: #fff;
    font-size: small;
}

ul.products .spacial-product {
    position: relative;
}

ul.products .spacial-product .product-inner::before {
    content: 'فروش ویژه';
    position: relative;
    top: -16px;
    right: 50%;
    color: #fff;
    font-size: 0.775rem;
    font-weight: 500;
    width: 66px;
    display: block;
    padding-bottom: 4px;
    text-align: center;
    background: #f45b66;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
    -webkit-box-shadow: 0 3px 6px #e7e7e7;
    -moz-box-shadow: 0 3px 6px #e7e7e7;
    box-shadow: 0 3px 6px #e7e7e7;
}

.product-inner .woocommerce-loop-product__title {
    font-size: 0.8rem;
    margin: 0;
    font-weight: 500;
    transition: color .15s ease-in-out;
    line-height: 22px;
    height: auto;
    overflow: hidden;
    color: #5A5D67;
}

.related .product-inner .woocommerce-loop-product__title {
    font-size: 0.875rem;
}

.product-inner .woocommerce-loop-product__title:hover {
    color: #00bfff;
}

.product-inner .star-rating {
    display: none;
}

.product-inner .price {
    display: block;
    line-height: 22px;
    font-weight: 500;
    font-size: 0.8rem;
    color: #444444;
    margin-top: 8px;
    overflow: hidden;
    letter-spacing: -.3px;
}

.product-inner .discount {
    position: relative;
    font-size: 0.657rem;
    height: 23px;
    line-height: 25px;
}

.product-inner img {
    float: right;
    display: block;
    height: auto;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    border-radius: 0.2rem;
    width: 85px;
    margin-left: 15px;
}

.product-inner .price del {
    color: #667684;
    font-size: 0.8rem;
    font-weight: 400;
}

.product-inner .price ins {
    text-decoration: none;
    display: block;
    margin-top: 2px;
}

.product-inner .button {
    font-size: 0.875rem;
    font-weight: 400;
    display: inline-block;
    padding: 0 15px !important;
    height: 35px;
    line-height: 35px;
    margin-top: 12px;
    width: 100%;
}

.box-shop ul.page-numbers {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0 none;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #eaeef2;
}

.product-inner .added_to_cart.wc-forward {
    position: relative;
    font-size: 0;
    line-height: 0;
    display: inline-block;
    z-index: 1;
    float: left;
    margin-top: 12px;
    margin-right: 15px;
}

.product-inner .added_to_cart.wc-forward::before {
    content: "\f291";
    font-family: 'FONTIcon';
    width: 30px;
    height: 30px;
    display: block;
    font-size: 14px;
    text-align: center;
    line-height: 28px;
    background: #fff;
    color: #667684;
    border-radius: 0.2rem;
    border: 1px solid #e0e0e2;
    font-weight: 900;
}

.product-category + .product:not(.product-category), ul.products li.product:first-child {
    margin-top: 0;
}

.sold-out {
    float: right;
    margin-top: 2px;
}

.sold-out .out-of-stock {
    line-height: 20px;
    background: transparent;
    color: #f45b66;
    padding: 0;
}

.button.product_type_simple.add_to_cart_button::before {
    content: "\f07a";
    font-family: "FONTIcon";
    margin-left: 3px;
    line-height: normal;
    font-weight: 900;
    font-size: 16px;
}

.button.product_type_simple.add_to_cart_button.loading::before {
    content: "\f110";
    display: inline-block;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.button.product_type_simple.add_to_cart_button.added::before {
    content: "\f00c";
}

/* archive posts */
ul.pyramid-posts {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-left: -0.469rem;
    margin-right: -0.469rem;
}

ul.pyramid-posts li.pyramid-post {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0.469rem;
    padding-left: 0.469rem;
    margin-top: 15px;
}

.pyramid-post-inner {
    background: #ffffff;
    border-bottom: 1px solid #e0e0e2;
    padding-bottom: 15px;
}

ul.pyramid-posts li.pyramid-post:last-child .pyramid-post-inner {
    padding-bottom: 0;
    border-bottom: 0 none;
}

.pyramid-post-inner img {
    display: block;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    border-radius: 0.2rem;
    float: right;
    margin-left: 15px;
    max-width: 85px;
    height: auto;
}

.pyramid-post-title {
    font-size: 0.875rem;
    font-weight: 500;
    overflow: hidden;
    height: auto;
    line-height: 22px;
    margin-bottom: 12px;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.pyramid-post-title:hover {
    color: #00bfff;
}

.post-excerpt {
    font-size: 0.85rem;
    line-height: 22px;
    color: #667684;
    margin-bottom: 12px;
}

.meta-item {
    margin-bottom: 0;
}

/* widget expand*/
aside.sidebar-shop .widget-title {
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

aside.sidebar-shop .widget-title.is-close {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.widget-mood-arrow {
    float: left;
    position: relative;
    top: -20px;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

aside.sidebar-shop .widget-title:not(.is-close) .widget-mood-arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.slide-mobile-sidebar-shop {
    padding: 15px;
    display: block;
    text-align: center;
    background: #f56f79;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    -webkit-box-shadow: 1px 1px 8px #f56f7982;
    -moz-box-shadow: 1px 1px 8px #f56f7982;
    box-shadow: 1px 1px 8px #f56f7982;
    border-radius: 0.2rem;
    line-height: 16px;
    color: #fff;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    margin-bottom: 15px;
}

.delete-filters {
    padding-top: 12px;
    padding-right: 15px;
    display: block;
    font-size: .875rem;
    font-weight: 500;
    float: right;
    line-height: 2.44rem;
    margin-left: 10px;
}

.active-filters {
    background: #fff;
    margin-bottom: 15px;
    -webkit-box-shadow: 1px 1px 8px #f1f7fb;
    -moz-box-shadow: 1px 1px 8px #f1f7fb;
    box-shadow: 1px 1px 8px #f1f7fb;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    border-radius: 0.2rem;
}

.active-filters ul li.chosen {
    float: right;
    margin-left: 5px;
    margin-bottom: 5px;
}

.active-filters ul li.chosen a {
    display: block;
    font-size: 0.875rem !important;
    font-weight: 400;
    color: #667684;
    border: 1px solid #d1d1d1;
    line-height: 25px;
    padding: 0.2rem 0.6rem;
    position: relative;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    border-radius: 0.2rem;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;

}

.active-filters ul li.chosen a:hover {
    color: #444;
    border-color: #444;
}

.active-filters::after, .active-filters ul::after, .active-filters ul li::after {
    content: "";
    display: table;
    clear: both;
}

.active-filters ul {
    padding: 15px;
    margin-bottom: -5px;
}

.active-filters ul li.chosen a::after {
    content: "\f00d";
    font-family: "FONTIcon";
    color: #f45b66;
    float: left;
    width: 20px;
    text-align: left;
    margin-right: 5px;
    border-right: 1px solid #eaeef2;
    font-weight: 900;
}

#mobile-sidebar-shop {
    display: none;
}

#sidebar-shop-side .sidebar-shop, .show-filters #mobile-sidebar-shop {
    display: block;
}

#sidebar-shop-side {
    visibility: hidden;
    transform: scale(0.5) translate(50%);
    transition: 0.5s cubic-bezier(0.55, 0, 0.1, 1) 0s;
    opacity: 0;
    position: absolute;
    top: 15px;
    right: 50%;
}

.show-filters #sidebar-shop-side {
    transform: scale(1) translateX(50%);
    opacity: 1;
    z-index: 1111;
    visibility: visible !important;
    overflow-y: auto;
}

.mobile-sidebar-shop-wrapper {
    background: #fff;
    border-radius: 0.2rem;
    padding: 15px 15px 5px;
}

.show-filters .close-sidebar-shop-side {
    display: block;
}

.show-filters #pyramid-wrapper::after {
    width: 100%;
    height: 100%;
    opacity: 0.8;
    transition: opacity 0.8s;
}

.close-sidebar-shop-side {
    padding: 5px 15px;
    margin: 0 auto 10px;
    max-width: 50px;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    display: none;
}

#mobile-sidebar-shop .widget {
    box-shadow: none;
    border: 1px solid #eaeef2;
}

.filter-products-stock, .special-filter-nav {
    float: right;
    display: block;
    cursor: pointer;
    position: relative;
    padding: 0;
    margin: 0;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.hide-outofstuck-label, .filter-special-label {
    float: right;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 26px;
    display: inline-block;
    margin-left: 7px;
}

.filter-products-stock em, .special-filter-nav em {
    width: 55px;
    position: relative;
    display: inline-block;
    height: 26px;
    font-size: 11px;
    line-height: 30px;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    color: #fff;
    background-color: #eaeef2;
    -moz-transition: background 0.15s ease-out;
    -o-transition: background 0.15s ease-out;
    -webkit-transition: background 0.15s ease-out;
    transition: background 0.15s ease-out;
    overflow: hidden;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    float: right;
}

.filter-products-stock em::before, .special-filter-nav em::before {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 18px;
    height: 18px;
    background-color: #fff;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    -moz-transition: left 0.15s ease-out;
    -o-transition: left 0.15s ease-out;
    -webkit-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
    content: "";
}

.filter-products-stock.chosen em::before, .special-filter-nav.chosen em::before {
    left: auto;
    right: 4px
}

.filter-products-stock.chosen em, .special-filter-nav.chosen em {
    background: #2ecc71;
}

.cross-sells {
    margin-bottom: 20px;
}

.cross-sells > h2 {
    font-size: 1rem;
    font-weight: 500;
}

.cross-sells ul li {
    padding-top: 15px !important;
}

/* responsive page shop*/
@media (min-width: 576px) {
    .product-inner img {
        width: 150px;
    }

    .product-inner .button {
        font-size: 0.857rem;
        height: 35px;
        line-height: 35px;
        width: calc(100% - 165px);
        letter-spacing: normal;
    }

    ul.pyramid-posts li.pyramid-post {
        flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        max-width: 50%;
    }

    .pyramid-post-inner {
        padding: 15px;
        border: 1px solid #e0e0e2 !important;
        -webkit-border-radius: 0.2rem;
        -moz-border-radius: 0.2rem;
        border-radius: 0.2rem;
    }

    ul.pyramid-posts li.pyramid-post:last-child .pyramid-post-inner {
        padding-bottom: 15px;
        border-bottom: 1px solid #e0e0e2;
    }

    .pyramid-post-inner img {
        max-width: 100%;
        margin: 0 auto;
        float: none;
        margin-bottom: 10px;
    }

    .pyramid-post-title {
        font-size: 0.875rem;
        text-overflow: ellipsis;
        height: 44px;
    }

    .post-excerpt {
        height: 66px;
        overflow: hidden;
    }

    #sidebar-shop-side {
        top: 40px;
    }
}

@media (min-width: 768px) {
    .quick-view-button {
        top: 15px;
        right: 15px;
    }

    .compare.checkbox {
        text-align: center;
    }

    ul.products {
        margin-left: -2px;
    }

    ul.products li.product {
        margin-top: -1px;
        margin-left: -1px;
        padding: 0;
    }

    .product-inner {
        border: 1px solid #e0e0e2;
        -webkit-border-radius: 0;
        border-radius: 0;
        padding: 15px !important;
        -webkit-transition: all .15s ease-in-out;
        -moz-transition: all .15s ease-in-out;
        -ms-transition: all .15s ease-in-out;
        -o-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;

    }

    .product-category + .product:not(.product-category), ul.products li.product:first-child {
        margin-top: -1px;
    }

    ul.products li.product:last-child .product-inner {
        border-bottom: 1px solid #e0e0e2;
    }

    ul.products li.product:hover .product-inner {
        -webkit-box-shadow: 0 5px 6px 1px #e0e0e0;
        -moz-box-shadow: 0 5px 6px 1px #e0e0e0;
        box-shadow: 0 5px 6px 1px #e0e0e0;
        z-index: 2;
    }

    .products.columns-1 .product, .products.columns-2 .product, .products.columns-3 .product,
    .products.columns-4 .product, .products.columns-5 .product, .products.columns-6 .product {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
        display: block;
        line-height: 1px;
    }

    .product-inner img {
        float: none;
        width: auto;
        margin: 0 auto;
        -webkit-border-radius: 0.2rem 0.2rem 0 0;
        border-radius: 0.2rem 0.2rem 0 0;
    }

    ul.products .spacial-product .product-inner::before {
        position: absolute;
        top: -1px;
        border-bottom: 0 none;
        z-index: 1;
    }

    .product-inner .woocommerce-loop-product__title {
        margin-top: 12px;
        height: 46px;
    }

    .sale .product-inner .woocommerce-loop-product__title {
        white-space: nowrap;
        text-overflow: ellipsis;
        height: 22px;
    }

    .sale.product-type-variable .product-inner .price {
        min-height: 46px;
    }

    .product-inner .button {
        display: block;
        padding: 0 !important;
        width: auto;
    }

    .product-type-variable:not(.sale) .product-inner .price {
        height: 22px;
        overflow: hidden;
        font-size: 0;
    }

    .product-type-variable:not(.sale) .product-inner .price .woocommerce-Price-amount.amount {
        font-size: .8rem;
    }

    .product-inner .added_to_cart.wc-forward {
        position: absolute;
        top: -1px;
        left: -1px;
        margin: 0;
    }

    .product-inner .added_to_cart.wc-forward::before {
        border-radius: 0;
    }

    .sold-out {
        position: absolute;
        top: 20%;
        right: 0;
        float: none;
        margin: 0;
        left: 0;
    }

    .sold-out .out-of-stock {
        line-height: 1rem;
        background: rgba(255, 255, 255, 0.75);
        color: #444;
        padding: 1.1rem 0.5rem;
        display: block !important;
        font-size: 1rem;
        text-align: center;
        box-shadow: 0 0 1px #f0f0f0;
        border-radius: 0;
    }

    ul.pyramid-posts li.pyramid-post {
        flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    #sidebar-shop-side {
        top: 50px;
    }

    .cross-sells ul li {
        margin-left: -1px !important;
        padding-top: 0 !important;
    }
}

@media (min-width: 992px) {
    ul.products.columns-5, ul.products.columns-6 {
        margin-left: -3px;
    }

    .products.columns-5 .product, .products.columns-6 .product {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .has-sidebar ul.products.columns-5, .has-sidebar ul.products.columns-6 {
        margin-left: -2px;
    }

    .has-sidebar .products.columns-5 .product, .has-sidebar .products.columns-6 .product {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    ul.pyramid-posts.columns-4 li.pyramid-post, ul.pyramid-posts.columns-5 li.pyramid-post {
        flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        max-width: 25%;
    }

    .has-sidebar ul.pyramid-posts.columns-4 li.pyramid-post {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .slide-mobile-sidebar-shop {
        display: none;
    }

    .sidebar.sidebar-shop {
        display: block;
    }
}

@media (min-width: 1200px) {
    .products.columns-1, .products.columns-2,
    .products.columns-3, .products.columns-4 {
        margin-left: -3px;
    }

    .products.columns-1 .product, .products.columns-2 .product,
    .products.columns-3 .product, .products.columns-4 .product {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    ul.products.columns-5 {
        margin-left: -4px !important;
    }

    ul.products.columns-6 {
        margin-left: -5px !important;
    }

    .products.columns-5 .product {
        -ms-flex: 0 0 20% !important;
        flex: 0 0 20% !important;
        max-width: 20% !important;
    }

    .products.columns-6 .product {
        -ms-flex: 0 0 16.66666666666667% !important;
        flex: 0 0 16.66666666666667% !important;
        max-width: 16.66666666666667% !important;
    }

    ul.pyramid-posts.columns-4 li.pyramid-post {
        flex: 0 0 25% !important;
        -ms-flex: 0 0 25% !important;
        max-width: 25% !important;
    }

    ul.pyramid-posts.columns-5 li.pyramid-post {
        flex: 0 0 20% !important;
        -ms-flex: 0 0 20% !important;
        max-width: 20% !important;
    }
}

