﻿@media all and (min-width: 1501px) {
    .center-1, .center-2, .side-2, .one-column-blocks-wrapper {
        margin: 0 0 0px;
    }

    .product-grid, .product-list, .bestsellers-wrapper, .news-list-homepage, .home-page-polls {
        /* margin: 0 0 100px; */
    }

    .home-page-welcome-message {
        margin: 0 0 60px;
    }

    .home-page-welcome-message.with-image-background {
        background-repeat: no-repeat;
        background-position: right 5% center;
        background-size: 30%;
        text-align: right;
        padding: 40px calc(38% - 5px) 40px 40px;
    }

    .product-grid .item-box .attribute-squares li {
        max-width: 35px;
    }

    .product-grid .item-box .attribute-square:after {
        width: 12px;
        height: 15px;
        font-size: 14px;
    }

    .bc-cat-products-item {
        /* height: 24vw; */
        /* max-height: 400px; */
    }
}