.catalog-body > .products.row {
    margin-bottom: 2%;
    padding-left: 1.4%;
}

.products > .product-item > .product-card:hover {
    box-shadow: 0 0 8px #CCC;
    z-index: 111;
}

.products > .product-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
}

.product-item button.compared {
    background: #F5811E;
}

.product-item button.compared span {
    color: buttonface;
}

.catalog-body > .products > .product-item > .product-card {
    border-radius: 0;
    min-width: auto;
    width: 100%;
    overflow: hidden;
    min-height: 550px;
}

.products > .product-item > .product-card > .product-image {
    /*!*width: 200px;*!*/
    /*position: relative;*/
    /*!*height: 300px;*!*/
    /*height: auto;*/
    /*width: auto;*/
    /*!*margin-top: 10%;*!*/
    padding-top: 10%;

    /*width: 200px;*/
    position: relative;
    height: 300px;
    align-self: center;
}

.products > .product-item > .product-card > .product-image > a > img {
    /*width: auto;*/
    /*height: 93%;*/
    max-height: 100%;
}

.product-details-thumb > div.hot-new > span,
.mobile-product-detail .product-images > div.hot-new > span,
.products > .product-item > .product-card > div > span.badge{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    z-index: 200;
    font-size: 15px;
    margin: 5px;
}

.hot-new{
    position: absolute;
    top: 0;
    left: 0;
    margin: 5px;
    display: flex;
    flex-direction: column;
}

.free-deliver{
    position: absolute;
    right: 0;
    top: 0;
    margin: 5px;
    display: flex;
    flex-direction: column;
}

.free-deliver > span{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    z-index: 200;
    font-size: 15px;
    margin: 5px;
}

.mobile-free-deliver > div.moscow,
.free-deliver > span.moscow  {
    background-color: #f5dd42;
}

.mobile-free-deliver{
    margin-left: 2%;
    margin-right: 2%;
}

.mobile-free-deliver >div{
    display: block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    z-index: 200;
    font-size: 25px;
    margin: 5px 0;
}

.products > .product-item > .product-card > .card-body {
    /*padding-top: 0;*/
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.products > .product-item > .product-card > .card-body > .card-title {
    color: #5e5e5e;
    display: none;
    font-size: 15px;
}

.products > .product-item > .product-card > .card-body > .card-manufacturer {
    color: #777;
    line-height: 1.3;
    padding-bottom: 2px;
    font-size: 15px;
    text-align: center;
    margin-bottom: 0 !important;
    display: block;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold;

}

.products > .product-item > .product-card > .card-body > .card-manufacturer > .mobile-span {
    display: none;
}

.products > .product-item > .product-card > .card-body > .card-article {
    text-align: center;
    color: #f3953f;
    margin-bottom: 0;
    display: block;
    font-size: 15px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;

}

.products > .product-item > .product-card > .card-body > .card-article a {
    color: #f3953f;
    font-size: 15px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.products > .product-item > .product-card > .card-body > .card-mechanism,
.products > .product-item > .product-card > .card-body > .card-glass,
.products > .product-item > .product-card > .card-body > .card-material {
    color: #777;
    line-height: 1.3;
    padding-bottom: 2px;
    font-size: 15px;
    text-align: center;
    display: block;
    margin-bottom: 0;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    white-space: normal
}

.products > .product-item > .product-card > .card-body > .card-mechanism {
    margin-bottom: 11%;
}

.products > .product-item > .product-card > .card-body > .card-mechanism > span {
    display: none;
}

.products > .product-item > .product-card > .card-body > .card-material {
    margin-bottom: 11%;
    display: none;
}

.products > .product-item > .product-card > .card-body > .card-glass {
    display: none;
}


.products > .product-item > .product-card > .card-footer > .card-availability {
    margin-bottom: 0;
}

.products > .product-item > .product-card > .card-body > .card-prices >  .old-price {
    font-size: 15px;
    color: grey;
    margin-right: 12% !important;
    margin-left: -10%;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.products > .product-item > .product-card > .card-body > .card-prices > .price {
    color: #f3953f;
    font-size: 20px;
    margin-left: -6%;
    margin-right: 6%;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;

}


.product-card .add-to-cart {
    background-color: #F5811E;
    color: buttonface;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    float: left;
    font-size: 15px;
    /*padding: 3.5% 8% 3.5% 8%;*/
    width: 75%;
    padding-bottom: 4%;
}

.product-card .add-to-cart:hover {
    color: #666;
}

.product-card .availability {
    font-size: 15px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;

}

.product-card .availability.available:active,
.product-card .availability.available:hover {
    color: #28a745;
}

.product-card .availability.not-available:active,
.product-card .availability.not-available:hover {
    color: #777;
}

.product-card .availability.on-demand:active,
.product-card .availability.on-demand:hover {
    color: #F5811E;
}

.product-card .add-to-cart.disabled:hover {
    color: buttonface;
}

.product-card .add-to-compare {
    color: #F5811E;
    background-color: buttonface;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    float: right;
    width: 20% !important;
    margin: 0;
    padding: 2.5% 0 3% 0;
}

.product-card .add-to-compare:hover {
    color: #666;
}

.product-card .card-availability {
    text-align: center;
}

.product-card span.available {
    color: #28a745;
}

.product-card span.not-available {
    color: #777;
}

.product-card span.on-demand {
    color: #F5811E;
}

.product-card .card-prices {
    text-align: center;
    position: absolute;
    bottom: 20%;
    /* right: 30%; */
    width: 100%;
}

.product-card .card-prices strong:not(.price) {
    margin-left: 20%;
    margin-right: -20%;
    color: #f3953f;
}

.products > .product-item > .product-card > .product-image > img {
    position: relative;
    height: 273px;
    width: auto;
}

.product-card .product-image .image-not-available {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    padding-top: 60%;
    text-transform: uppercase;
    color: #444;
}


.product-card .card-footer {
    display: block;
    width: 100%;
}

.product-card .card-footer .availability {
    float: left;
    border-radius: 0;
    margin-top: 4%;
    background: transparent;
    /*color: green;*/
    border: 1px solid rgba(0, 0, 0, .125);
}

.product-card .card-footer .availability:hover,
.product-card .card-footer .availability:active {
    float: left;
    border-radius: 0;
    margin-top: 4%;
    background: transparent;
    /*color: green;*/
    border: 1px solid rgba(0, 0, 0, .125);
}

.products > .product-item > .product-card {
    border-left: none;
    border-radius: 0;
}

.products > .product-item:nth-child(4n+2) > .product-card {
    border-left: none;
}

.products > .product-item:nth-child(4n+1) > .product-card {
    border-left: 1px solid rgba(0,0,0,.125);
}

.products > .product-item:nth-child(n+5) > .product-card {
    border-top: none;
}

/* promoted categories */

.catalog-body > .product-l > .products.row {
    width: 100%;
    margin: 0;
    /*padding: 0 2%;*/
}

.products > .product-item > .product-card > .product-image > a > img {
    width: auto;
}


.product-detail .tab-content > div {
    padding: 2%;
    border: 1px solid rgba(0,0,0,.125);
}

.product-detail .tab-content > div:not(.show) {
    padding: 0px;
    border: 0px;
}

.products > .product-item > .product-card > .product-image {
    position: relative;
    overflow: hidden;
    width:100%;
}

.products > .product-item > .product-card > .product-image img {
    position: absolute;
    left: -100%;
    top: -100%;
    right: -100%;
    bottom: -100%;
    margin: auto;
}

@media (max-width: 450px) {
    .products > .product-item > .product-card > .product-image > a > img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 508px) {
    .mobile-free-deliver >div {
        font-size: 16px;
    }
}

@media (max-width: 991px) {

    .products > .product-item > .product-card > .product-image > a > img {
        /*width: 100%;*/
        height: auto;
    }

    .catalog-body > .product-l > .products.row,
    .catalog-body > .products.row {
        /*display: flex;*/
        /*padding: 0 2%;*/
        /*width: 100%;*/
        /*!*margin-top: 3%;*!*/
        /*margin: 3% 0 0 0;*/
        width: 100%;
        margin: 0;
        padding: 0 2%;
    }

    .catalog-body > .products > .product-item {
        padding: 0;
    }

    .catalog-body > .products > .product-item > .product-card {
        display: flow-root;
        /*min-height: none;*/
        height: auto !important;
        min-height: 0;
    }


    .products > .product-item:nth-child(4n+1) > .product-card {
        border-left: 0;
    }

    .products > .product-item > .product-card > span {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 200;
        border-radius: 0;
    }

    .products > .product-item > .product-card > .product-image {
        align-self: auto;
        height: auto;
        min-height: auto;
        margin: 0 !important;
        height: auto;
        float: left;
        padding: 4% 0;
        /*width: 30% !important;*/
        /*width: 170px !important;*/
        width: 40%;

    }


    .products > .product-item > .product-card > .product-image > img {
        /*height: 170px;*/
        /*width: auto;*/
    }


    /*.product-item > .product-card > .product-image > img {*/
    /*    height: 170px;*/
    /*    width: auto;*/
    /*}*/

    .products > .product-item > .product-card > .card-body {
        width: auto;
        margin-left: 6%;
        height: 100%;
        min-height: none;
        max-height: none;
        padding: 2% 0 0 0;
        width: 50%;
    }

    .products > .product-item > .product-card > .card-body > .card-title {
        display: block;
    }

    .products > .product-item > .product-card > .card-body > .card-manufacturer {
        font-size: 15px;
        display: block;
        margin-top: 6%;
        text-align: left;
        width: 100%;
        font-weight: normal;
    }


    .products > .product-item > .product-card > .card-body > .card-manufacturer > span.mobile-span,
    .products > .product-item > .product-card > .card-body > .card-mechanism > span.mobile-span,
    .products > .product-item > .product-card > .card-body > .card-glass > span.mobile-span,
    .products > .product-item > .product-card > .card-body > .card-material > span.mobile-span {
        display: inline;
        font-weight: bold;
    }


    .products > .product-item > .product-card > .card-body > .card-mechanism {
        text-align: left;
        margin-bottom: 0;
    }

    .products > .product-item > .product-card > .card-body > .card-mechanism > span.mobile-span {
        display: inline;
        font-weight: bold;
    }

    .products > .product-item > .product-card > .card-body > .card-article {
        display: none;
        font-size: 15px;
        margin-top: 2%;
        margin-bottom: 10%;
    }

    .products > .product-item > .product-card > .card-body > .card-glass,
    .products > .product-item > .product-card > .card-body > .card-material {
        display: block;
        text-align: left;
    }

    .products >  .product-item > .product-card > .card-body > .card-material {
        margin-bottom: 5%;
    }

    .products > .product-item > .product-card > .card-body > .card-prices {
        display: block;
        height: auto;
        /*float: left;*/
        /*position: absolute;*/
        bottom: 0;
        /*left: 51%;*/
        left: 0;
        position: relative;
        margin-top: 20%;
    }

    .products > .product-item > .product-card > .card-body > .card-prices > .price {
        position: relative;
        display: block;
        float: left;
        margin-left: 0;
    }

    .products > .product-item > .product-card > .card-body > .card-prices > .old-price {
        margin: 0 !important;
        display: block;
        float: right;
        margin-right: 12%;
        padding: 3% 15% 0 0;
    }

    .products > .product-item > .product-card > .card-footer {
        display: none;
    }

    .products > .product-item > .product-card {
        border-left: 0;
        border-right: 0;
        display: flex;
        flex-direction: row;
    }

    .product-item:not(:first-child) > .product-card {
        border-top: none;
    }

    .product-item.col-4:nth-child(3n) > .product-card,
    .product-item.col-4:last-child > .product-card {
        border-right: 1px solid #ddd;
    }

    .product-item.col-4:nth-child(1n+4) > .product-card {
        border-top: none;
    }


    .product-item.col-6:nth-child(2n) > .product-card,
    .product-item.col-6:last-child > .product-card {
        border-right: 1px solid #ddd;
    }

    .product-item.col-6:nth-child(1n+3) > .product-card {
        border-top: none;
    }
}
