.carousel > .carousel-inner > .carousel-item > .product-item {
    height: auto;
    padding: 0;
    margin: 0;
}



.content-body > .category-products,
.content-body > .home-latest-products,
.content-body > .home-hot-deals {
    margin-top: 2%;
    padding-bottom: 2%;
    width: 100%;
    clear: both;

}

.content-body > .home-hot-deals > .hot-products,
.content-body > .home-latest-products > .latest-products {
    position: relative;
    /*border: 1px solid black;*/
}
.content-body > .category-products > .slider-content,
.content-body > .home-hot-deals > .hot-products > .slider-content,
.content-body > .home-latest-products > .latest-products > .slider-content {
    overflow: hidden;
    white-space: nowrap;
    clear: both;
    /*display: inline-flex;*/
    /*flex-wrap: wrap;*/
    display: -webkit-box;
}

.content-body > .category-products > .slider-content > .product-item,
.content-body > .home-hot-deals > .hot-products > .slider-content > .product-item,
.content-body > .home-latest-products > .latest-products > .slider-content > .product-item {
    width: 25%;
}

.content-body > .category-products > .slider-content > .product-item:nth-child(1n+5),
.content-body > .home-hot-deals > .hot-products > .slider-content > .product-item:nth-child(1n+5),
.content-body > .home-latest-products > .latest-products > .slider-content > .product-item:nth-child(1n+5) {
    /*display: none;*/
}

.content-body > .category-products > .slider-header,
.content-body > .home-hot-deals > .hot-products > .slider-header,
.content-body > .home-latest-products > .latest-products > .slider-header {
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    float: left;
    margin-bottom: 2%;
    width: 100%;
}

.content-body > .category-products > .slider-header > .label,
.content-body > .home-hot-deals > .hot-products > .slider-header > .label,
.content-body > .home-latest-products > .latest-products > .slider-header > .label {
    float: left;
}

.content-body > .category-products > .slider-header > .label > a,
.content-body > .home-hot-deals > .hot-products > .slider-header > .label > a,
.content-body > .home-latest-products > .latest-products > .slider-header > .label > a {
    color: #777;
    font-size: 20px;
    display: block;
}

.content-body > .category-products > .slider-header > .label > span,
.content-body > .home-hot-deals > .hot-products > .slider-header > .label > span,
.content-body > .home-latest-products > .latest-products > .slider-header > .label > span {
    color: #777;
    font-size: 20px;
    display: none;
}

.content-body > .category-products > .slider-header > .label > a:hover,
.content-body > .home-hot-deals > .hot-products > .slider-header > .label > a:hover,
.content-body > .home-latest-products > .latest-products > .slider-header > .label > a:hover {
    text-decoration: none;
    color: #f0811a;
}

.content-body > .category-products > .slider-header > .controls,
.content-body > .home-hot-deals > .hot-products > .slider-header > .controls,
.content-body > .home-latest-products > .latest-products > .slider-header > .controls {
    display: block;
    float: right;
}

.content-body > .category-products > .slider-header > .controls > button,
.content-body > .home-hot-deals > .hot-products > .slider-header > .controls > button,
.content-body > .home-latest-products > .latest-products > .slider-header > .controls > button {
    background: none;
    border: none;
    color: #777;
}

.content-body > .category-products > .slider-header > .controls > button:hover,
.content-body > .home-hot-deals > .hot-products > .slider-header > .controls > button:hover,
.content-body > .home-latest-products > .latest-products > .slider-header > .controls > button:hover {
    color: #f0811a;
}

.content-body > .category-products > .slider-more-link,
.content-body > .home-hot-deals > .hot-products > .slider-more-link,
.content-body > .home-latest-products > .latest-products > .slider-more-link {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    float: left;
    padding-top: 1%;
    display: none;
}

.content-body > .category-products > .slider-more-link > a,
.content-body > .home-hot-deals > .hot-products > .slider-more-link > a,
.content-body > .home-latest-products > .latest-products > .slider-more-link > a {
    float: left;
    color: #777;
    font-size: 15px;
    width: 100%;
    display: block;
}

.content-body > .category-products > .slider-content > .product-item.slider-item > .product-card,
.content-body > .home-hot-deals > .hot-products > .slider-content > .product-item.slider-item > .product-card,
.content-body > .home-latest-products > .latest-products > .slider-content > .product-item.slider-item > .product-card {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}


.content-body > .category-products > .slider-content > .product-item.slider-item:not(:first-child) > .product-card,
.content-body > .home-hot-deals > .hot-products > .slider-content > .product-item.slider-item:not(:first-child) > .product-card,
.content-body > .home-latest-products > .latest-products > .slider-content > .product-item.slider-item:not(:first-child) > .product-card {
    border-left: none;
    margin: 0;
    padding: 0;
}

.content-body > .category-products > .slider-more-link > a:hover,
.content-body > .home-hot-deals > .hot-products > .slider-more-link > a:hover,
.content-body > .home-latest-products > .latest-products > .slider-more-link > a:hover {
    text-decoration: none;
}

.content-body > .category-products > .slider-more-link > a > i,
.content-body > .home-hot-deals > .hot-products > .slider-more-link > a > i,
.content-body > .home-latest-products > .latest-products > .slider-more-link > a > i {
    float: right;
}

/* product card */

.content-body > .category-products > .slider-content > .product-item,
.content-body > .home-hot-deals > .hot-products > .slider-content > .product-item,
.content-body > .home-latest-products > .latest-products > .slider-content > .product-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    overflow: hidden;
}

.content-body > .category-products > .slider-content > .product-item > .product-card > .product-image,
.content-body > .home-hot-deals > .hot-products > .slider-content > .product-item > .product-card > .product-image,
.content-body > .home-latest-products > .latest-products > .slider-content > .product-item > .product-card  > .product-image {
    padding-top: 10%;
    width: 200px;
    position: relative;
    height: 300px;
    align-self: center;
}

.content-body > .category-products > .slider-content > .product-item > .product-card > .product-image {
    overflow: hidden;
    margin-top:15px;
}

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

.content-body > .category-products > .slider-content > .product-item > .product-card > div.hot-new > span,
.content-body > .home-hot-deals > .hot-products > .slider-content > .product-item > .product-card > div.hot-new > span,
.content-body > .home-latest-products > .latest-products > .slider-content > .product-item > .product-card > div.hot-new > span {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    z-index: 200;
    font-size: 15px;
    margin: 4px;
}


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

.content-body > .category-products > .slider-content > .product-item > .product-card > .card-body,
.content-body > .home-hot-deals > .hot-products > .slider-content > .product-item > .product-card > .card-body,
.content-body > .home-latest-products > .latest-products > .slider-content > .product-item > .product-card  > .card-body {
    /*padding-top: 0;*/
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.content-body > .category-products > .slider-content > .product-item > .product-card > .card-body > .card-title,
.content-body > .home-hot-deals > .hot-products > .slider-content > .product-item > .product-card > .card-body > .card-title,
.content-body > .home-latest-products > .latest-products > .slider-content > .product-item > .product-card > .card-body > .card-title {
    color: #5e5e5e;
    display: none;
    font-size: 15px;
}

.content-body > .category-products > .slider-content > .product-item > .product-card > .card-body > .card-manufacturer,
.content-body > .home-hot-deals > .hot-products > .slider-content > .product-item > .product-card > .card-body > .card-manufacturer,
.content-body > .home-latest-products > .latest-products > .slider-content > .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;

}

.content-body > .category-products > .slider-content > .product-item > .product-card > .card-body > .card-manufacturer > .mobile-span,
.content-body > .home-hot-deals > .hot-products > .slider-content > .product-item > .product-card > .card-body > .card-manufacturer > .mobile-span,
.content-body > .home-latest-products > .latest-products > .slider-content > .product-item > .product-card > .card-body > .card-manufacturer > .mobile-span {
    display: none;
}



.content-body > .category-products > .slider-content > .product-item > .product-card > .card-body > .card-article ,
.content-body > .home-hot-deals > .hot-products > .slider-content > .product-item > .product-card > .card-body > .card-article ,
.content-body > .home-latest-products > .latest-products > .slider-content > .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;

}


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

.content-body > .category-products > .slider-content > .product-item > .product-card > .card-body > .card-mechanism,
.content-body > .category-products > .slider-content > .product-item > .product-card > .card-body > .card-glass,
.content-body > .category-products > .slider-content > .product-item > .product-card > .card-body > .card-material,

.content-body > .home-hot-deals > .hot-products > .slider-content > .product-item > .product-card > .card-body > .card-mechanism,
.content-body > .home-latest-products > .latest-products > .slider-content > .product-item > .product-card > .card-body > .card-mechanism,
.content-body > .home-hot-deals > .hot-products > .slider-content > .product-item > .product-card > .card-body > .card-glass,
.content-body > .home-latest-products > .latest-products > .slider-content > .product-item > .product-card > .card-body > .card-glass,
.content-body > .home-hot-deals > .hot-products > .slider-content > .product-item > .product-card > .card-body > .card-material,
.content-body > .home-latest-products > .latest-products > .slider-content > .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
}

.content-body > .category-products > .slider-content > .product-item > .product-card > .card-body > .card-mechanism,
.content-body > .home-hot-deals > .hot-products > .slider-content > .product-item > .product-card > .card-body > .card-mechanism,
.content-body > .home-latest-products > .latest-products > .slider-content > .product-item > .product-card > .card-body > .card-mechanism {
    margin-bottom: 11%;
}

.content-body > .category-products > .slider-content > .product-item > .product-card > .card-body > .card-mechanism > span,
.content-body > .home-hot-deals > .hot-products > .slider-content > .product-item > .product-card > .card-body > .card-mechanism > span,
.content-body > .home-latest-products > .latest-products > .slider-content > .product-item > .product-card > .card-body > .card-mechanism > span {
    display: none;
}

.content-body > .category-products > .slider-content > .product-item > .product-card > .card-body > .card-material,
.content-body > .home-hot-deals > .hot-products > .slider-content > .product-item > .product-card > .card-body > .card-material,
.content-body > .home-latest-products > .latest-products > .slider-content > .product-item > .product-card > .card-body > .card-material {
    margin-bottom: 11%;
    display: none;
}

.content-body > .category-products > .slider-content > .product-item > .product-card > .card-body > .card-glass,
.content-body > .home-hot-deals > .hot-products > .slider-content > .product-item > .product-card > .card-body > .card-glass,
.content-body > .home-latest-products > .latest-products > .slider-content > .product-item > .product-card > .card-body > .card-glass {
    display: none;
}

.content-body > .category-products > .slider-content > .product-item > .product-card > .card-footer > .card-availability,
.content-body > .home-hot-deals > .hot-products > .slider-content > .product-item > .product-card > .card-footer > .card-availability,
.content-body > .home-latest-products > .latest-products > .slider-content > .product-item > .product-card > .card-footer > .card-availability {
    margin-bottom: 0;
}

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

.content-body > .category-products > .slider-content > .product-item > .product-card > .card-body > .card-prices > .price,
.content-body > .home-hot-deals > .hot-products > .slider-content > .product-item > .product-card > .card-body > .card-prices > .price,
.content-body > .home-latest-products > .latest-products > .slider-content > .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;

}
/* promoted categories */

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

/* product card */

@media (max-width: 991px) {

    .catalog-body > .product-l > .products.row {
        width: 100%;
        margin: 0;
        padding: 0 1rem;
    }

    .content-body > .category-products,
    .content-body > .home-hot-deals > .hot-products,
    .content-body > .home-latest-products > .latest-products {
        /*padding: 0 2%;*/
        padding: 0 1rem;
        border: none;
    }

    .content-body > .category-products > .slider-header > .label > a,
    .content-body > .home-hot-deals > .hot-products > .slider-header > .label > a,
    .content-body > .home-latest-products > .latest-products > .slider-header > .label > a {
        display: none;
    }

    .content-body > .category-products > .slider-header > .label > span,
    .content-body > .home-hot-deals > .hot-products > .slider-header > .label > span,
    .content-body > .home-latest-products > .latest-products > .slider-header > .label > span {
        display: block;
    }

    .content-body > .category-products > .slider-header > .controls,
    .content-body > .home-hot-deals > .hot-products > .slider-header > .controls,
    .content-body > .home-latest-products > .latest-products > .slider-header > .controls {
        display: none;
    }

    .content-body > .category-products > .slider-more-link,
    .content-body > .home-hot-deals > .hot-products > .slider-more-link,
    .content-body > .home-latest-products > .latest-products > .slider-more-link {
        display: block;
    }


    .content-body > .category-products > .slider-content,
    .content-body > .home-hot-deals > .hot-products > .slider-content,
    .content-body > .home-latest-products > .latest-products > .slider-content {
        flex-wrap: wrap;
        display: flex;
    }

    .content-body > .category-products > .slider-content > .product-item,
    .content-body > .home-hot-deals > .hot-products > .slider-content > .product-item,
    .content-body > .home-latest-products > .latest-products > .slider-content > .product-item {
        width: 50%;
    }

    .content-body > .category-products > .slider-content > .product-item > .product-card > span,
    .content-body > .home-hot-deals > .hot-products > .slider-content > .product-item > .product-card > span,
    .content-body > .home-latest-products > .latest-products > .slider-content > .product-item > .product-card > span {
        display: none;
    }

    .content-body > .category-products > .slider-content > .product-item:nth-child(n+5),
    .content-body > .home-hot-deals > .hot-products > .slider-content > .product-item:nth-child(n+5),
    .content-body > .home-latest-products > .latest-products > .slider-content > .product-item:nth-child(n+5) {
        display: none;
    }

    .content-body > .category-products > .slider-content > .product-item.slider-item > .product-card,
    .content-body > .home-hot-deals > .hot-products > .slider-content > .product-item.slider-item > .product-card,
    .content-body > .home-latest-products > .latest-products > .slider-content > .product-item.slider-item > .product-card {
        border: none;
        margin: 0;
        padding: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .content-body > .category-products > .slider-content > .product-item.slider-item > .product-card > .product-image,
    .content-body > .home-hot-deals > .hot-products > .slider-content > .product-item.slider-item > .product-card > .product-image,
    .content-body > .home-latest-products > .latest-products > .slider-content > .product-item.slider-item > .product-card > .product-image {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-self: center;
        /*width: 100%;*/
        height: 220px;
    }

    .content-body > .category-products > .slider-content > .product-item.slider-item > .product-card > .product-image > a > img,
    .content-body > .home-hot-deals > .hot-products > .slider-content > .product-item.slider-item > .product-card > .product-image > a > img,
    .content-body > .home-latest-products > .latest-products > .slider-content > .product-item.slider-item > .product-card > .product-image > a > img {
        object-fit: cover;
        width: 140px !important;
    }

    .slider-content > .card-img-top {
        /*width: 140px !important;*/
        /*height: auto;*/

        /*width: 140px !important;*/
        /*height: auto;*/
        /*height: 100%;*/
        /*width: auto;*/
        /*height: 90%;*/
    }

    .content-body > .category-products > .slider-content > .product-item.slider-item > .product-card > .product-image > span,
    .content-body > .home-hot-deals > .hot-products > .slider-content > .product-item.slider-item > .product-card > .product-image > span,
    .content-body > .home-latest-products > .latest-products > .slider-content > .product-item.slider-item > .product-card > .product-image > span {
        display: none;
    }

    .content-body > .category-products > .slider-content > .product-item.slider-item > .product-card > .card-body > .card-title,
    .content-body > .category-products > .slider-content > .product-item.slider-item > .product-card > .card-body > .card-manufacturer,
    .content-body > .category-products > .slider-content > .product-item.slider-item > .product-card > .card-body > .card-article,
    .content-body > .category-products > .slider-content > .product-item.slider-item > .product-card > .card-body > .card-mechanism,
    .content-body > .category-products > .slider-content > .product-item.slider-item > .product-card > .card-body > .card-glass,
    .content-body > .category-products > .slider-content > .product-item.slider-item > .product-card > .card-body > .card-material,

    .content-body > .home-hot-deals > .hot-products > .slider-content > .product-item.slider-item > .product-card > .card-body > .card-title,
    .content-body > .home-hot-deals > .hot-products > .slider-content > .product-item.slider-item > .product-card > .card-body > .card-manufacturer,
    .content-body > .home-hot-deals > .hot-products > .slider-content > .product-item.slider-item > .product-card > .card-body > .card-article,
    .content-body > .home-hot-deals > .hot-products > .slider-content > .product-item.slider-item > .product-card > .card-body > .card-mechanism,
    .content-body > .home-hot-deals > .hot-products > .slider-content > .product-item.slider-item > .product-card > .card-body > .card-glass,
    .content-body > .home-hot-deals > .hot-products > .slider-content > .product-item.slider-item > .product-card > .card-body > .card-material,
    .content-body > .home-latest-products > .latest-products > .slider-content > .product-item.slider-item > .product-card > .card-body > .card-title,
    .content-body > .home-latest-products > .latest-products > .slider-content > .product-item.slider-item > .product-card > .card-body > .card-manufacturer,
    .content-body > .home-latest-products > .latest-products > .slider-content > .product-item.slider-item > .product-card > .card-body > .card-article,
    .content-body > .home-latest-products > .latest-products > .slider-content > .product-item.slider-item > .product-card > .card-body > .card-mechanism,
    .content-body > .home-latest-products > .latest-products > .slider-content > .product-item.slider-item > .product-card > .card-body > .card-glass,
    .content-body > .home-latest-products > .latest-products > .slider-content > .product-item.slider-item > .product-card > .card-body > .card-material {
        display: none;
    }

    .content-body > .category-products > .slider-content > .product-item.slider-item > .product-card > .card-body,
    .content-body > .home-hot-deals > .hot-products > .slider-content > .product-item.slider-item > .product-card > .card-body,
    .content-body > .home-latest-products > .latest-products > .slider-content > .product-item.slider-item > .product-card > .card-body {
        float: left;
        width: 100%;
        margin-left: 0 auto;
        min-width: none;
        max-width: none;
        padding: 0;
    }

    .content-body > .category-products > .slider-content > .product-item.slider-item > .product-card > .card-body > .card-prices,
    .content-body > .home-hot-deals > .hot-products > .slider-content > .product-item.slider-item > .product-card > .card-body > .card-prices,
    .content-body > .home-latest-products > .latest-products > .slider-content > .product-item.slider-item > .product-card > .card-body > .card-prices {
        text-align: center;
        display: block;
        height: auto;
        bottom: 0;
        left: 0;
        position: relative;
    }

    .content-body > .category-products > .slider-content > .product-item.slider-item > .product-card > .card-body > .card-prices > .price,
    .content-body > .home-hot-deals > .hot-products > .slider-content > .product-item.slider-item > .product-card > .card-body > .card-prices > .price,
    .content-body > .home-latest-products > .latest-products > .slider-content > .product-item.slider-item > .product-card > .card-body > .card-prices > .price {
        margin: 0;
        float: none;
        text-align: center;
        margin: 0;
    }

    .content-body > .category-products > .slider-content > .product-item.slider-item > .product-card > .card-footer,
    .content-body > .home-hot-deals > .hot-products > .slider-content > .product-item.slider-item > .product-card > .card-footer,
    .content-body > .home-latest-products > .latest-products > .slider-content > .product-item.slider-item > .product-card > .card-footer {
        display: none;
    }

    .content-body > .category-products > .slider-content > .product-item > .product-card > .card-body > .card-prices > .old-price,
    .content-body > .home-hot-deals > .hot-products > .slider-content > .product-item > .product-card > .card-body > .card-prices > .old-price,
    .content-body > .home-latest-products > .latest-products > .slider-content > .product-item > .product-card > .card-prices > .old-price {
        padding: 0;
        margin: 0 !important;
    }
}
