/*категории*/
.shortcode-category-row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.shortcode-category-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 15px 0 15px;
    margin-bottom: 15px;
    width: 25%;
}
.shortcode-category{
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 3px;
    width: 100%;
}
.shortcode-category-image{
    height: 200px;
    margin: 20px;
    position: relative;
}
.shortcode-category-image img{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}
.shortcode-category-name{
    padding: 15px;
    text-align: center;
    border-top: 1px solid rgba(0,0,0,.125);
}
.shortcode-category-name a{
    text-decoration: none;
    font-size: 14px;
}
.shortcode-category-name a:hover{
    text-decoration: underline;
}
@media only screen and (max-width : 1200px) {
    .shortcode-category-wrap{
        width: 25%;
    }
}
@media only screen and (max-width : 992px) {
    .shortcode-category-wrap{
        width: 33%;
    }
}
@media only screen and (max-width : 768px) {
    .shortcode-category-wrap{
        width: 50%;
    }
}
@media only screen and (max-width : 480px) {
    .shortcode-category-wrap{
        width: 100%;
    }
}

/*товары*/
.shortcode-product-row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.shortcode-product-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 15px 0 15px;
    margin-bottom: 15px;
    width: 33%;
}
.shortcode-product{
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 3px;
    width: 100%;
}
.shortcode-product-image{
    height: 200px;
    margin: 20px;
    position: relative;
}
.shortcode-product-image img{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}
.shortcode-product-name{
    padding: 15px;
    text-align: center;
    border-top: 1px solid rgba(0,0,0,.125);
}
.shortcode-product-name a{
    text-decoration: none;
    font-size: 14px;
}
.shortcode-product-name a:hover{
    text-decoration: underline;
}
.shortcode-product-price{
    overflow: hidden;
    padding: 0 15px 0 15px;
    margin-bottom: 15px;
}
.shortcode-product-price > .product-price{
    width: 100%;
    text-align: center;
    font-size: 14px;
}
.shortcode-product-price .price-crossed{
    text-decoration: line-through;    
}
.shortcode-product-price span.PricesalesPrice{
    font-weight: bold;
}
.shortcode-product-cart{
    padding: 0 15px 0 15px;
    margin-bottom: 15px;
}
@media only screen and (max-width : 1200px) {
    .shortcode-product-wrap{
        width: 25%;
    }
}
@media only screen and (max-width : 992px) {
    .shortcode-product-wrap{
        width: 33%;
    }
}
@media only screen and (max-width : 768px) {
    .shortcode-product-wrap{
        width: 50%;
    }
}
@media only screen and (max-width : 480px) {
    .shortcode-product-wrap{
        width: 100%;
    }
}