/**
 * 2021 Anvanto
 *
 * NOTICE OF LICENSE
 *
 * This file is not open source! Each license that you purchased is only available for 1 wesite only.
 * If you want to use this file on more websites (or projects), you need to purchase additional licenses.
 * You are not allowed to redistribute, resell, lease, license, sub-license or offer our resources to any third party.
 *
 *  @author Anvanto <anvantoco@gmail.com>
 *  @copyright  2021 Anvanto
 *  @license    Valid for 1 website (or project) for each purchase of license
 *  International Registered Trademark & Property of Anvanto
 */

.an_homeproducts-banner {
    margin-top: 10px;
    margin-bottom: 30px;
}
.an_homeproducts-banner img:not(.b-lazy),
.an_homeproducts-banner img.b-loaded {
    border-radius: 0;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
    height: auto;
}
.an_homeproducts-banner-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background: #ececec;
    border-radius: 0;
    padding: 35px 37px;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.an_homeproducts-banner-overlay .an_homeproducts-banner-content {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    left: 15px;
    background: transparent;
    width: calc(100% - 30px);
}
.an_homeproducts-banner-link {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    left: 15px;
    z-index: 2;
}
.an_homeproducts-banner .an_homeproducts-banner-title-margin {
    margin-bottom: 19px;
}
.an_homeproducts-banner p {
    margin-bottom: 0;
}

.an_homeproducts-banner-default.an_homeproducts-banner-overlay .an_homeproducts-banner-image img {
    width: auto;
    max-width: unset;
}
.an_homeproducts-banner-default.an_homeproducts-banner-overlay .an_homeproducts-banner-content {
    position: absolute;
    left: 42.7%;
    top: 0;
    right: 15px;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 10px 30px;
    width: auto;
}
.an_homeproducts-banner-default.an_homeproducts-banner-overlay .an_homeproducts-banner-content .h2 {
    line-height: 1.1;
    margin: 0px 0 0;
    text-transform: uppercase;
}
.an_homeproducts-banner-default.an_homeproducts-banner-overlay .an_homeproducts-banner-content p:not(.h2) {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 25px;
}
.an_homeproducts-banner-default.an_homeproducts-banner-overlay .an_homeproducts-banner-content .an_homeproducts-banner-textlink {
    margin-bottom: 6px;
}
.an_homeproducts-banner-type2.an_homeproducts-banner-overlay .an_homeproducts-banner-content {
    position: absolute;
    left: 15px;
    top: 0;
    right: 15px;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 35px 30px 40px;
    width: auto;
}
.an_homeproducts-banner-type2.an_homeproducts-banner-overlay .an_homeproducts-banner-content .h2 {
    color: #fff;
    font-size: 36px;
    line-height: 1.2;
    margin-left: 0px;
    margin-bottom: 9px;
}
.an_homeproducts-banner-type2.an_homeproducts-banner-overlay .an_homeproducts-banner-content p:not(.h2) {
    color: #fff;
    margin-bottom: 0;
}
.an_homeproducts-banner-type2.an_homeproducts-banner-type3.an_homeproducts-banner-overlay .an_homeproducts-banner-content .h2,
.an_homeproducts-banner-type2.an_homeproducts-banner-type3.an_homeproducts-banner-overlay .an_homeproducts-banner-content p:not(.h2) {
    color: #000;
}
.an_homeproducts-banner-type2.an_homeproducts-banner-overlay .an_homeproducts-banner-content .an_homeproducts-banner-textlink {
    margin: 0px;
    z-index: 3;
}
.an_homeproducts-banner-image {
    overflow: hidden;
}
@media (max-width: 767px) {
    .an_homeproducts-banner {
        width: 100%;
        margin: 0 0 40px;
    }
    .an_homeproducts-banner-default.an_homeproducts-banner-overlay .an_homeproducts-banner-content {
        left: 35%;
    }
}
@media (max-width: 600px) {
    .an_homeproducts-banner {
        margin: 0 0 60px;
    }
}
@media (max-width: 480px) {
    .an_homeproducts-banner-default.an_homeproducts-banner-overlay .an_homeproducts-banner-content .h2,
    .an_homeproducts-banner-type2.an_homeproducts-banner-overlay .an_homeproducts-banner-content .h2 {
        font-size: 24px;
    }
    .an_homeproducts-banner-type2.an_homeproducts-banner-overlay .an_homeproducts-banner-content {
        padding: 20px;
    }
    .an_homeproducts-banner-default.an_homeproducts-banner-overlay .an_homeproducts-banner-content {
        left: 15px;
    }
}
.anhp-banner-global-top {
    margin-bottom: 48px;
}
.anhp-banner-global-bottom {
    margin-top: 40px;
    margin-bottom: 20px;
}
.an_homeproducts hr {
    display: none;
}
.an_homeproducts-block .products-section-title {
    line-height: 1.2;
    text-align: center;
    margin-bottom: 32px;
}
.an_homeproducts-title {
    margin-bottom: 24px;
    text-align: center;
}
.an_homeproducts-text {
    text-align: center;
}
.an_homeproducts-content-text {
    text-align: center;
}
.an_homeproducts-content .featured-products {
    margin-top: 0px;
}
.an_homeproducts-tab-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 30px;
}
.an_homeproducts-tab-top-nosort {
    justify-content: center;
}
.an_homeproducts-sort select {
    border: 0!important;
    outline: none!important;
}
.products-section-title {
    margin-bottom: 10px;
    text-transform: none;
    text-align: center;
}
.products-section-title a {
    color: inherit;
}

.an_homeproducts-products .owl-carousel .owl-stage-outer {
    padding: 15px 15px 150px;
    margin: -15px -15px -150px;
}
.an_homeproducts-link-all {
    text-decoration: underline;
    color: #000;
}
.an_homeproducts-link-all:hover {
    text-decoration: none;
}
.an_homeproducts-tabs {
    margin-bottom: 35px;
}
.an_homeproducts-tabs-list {
    text-align: center;
}
.an_homeproducts-tab {
    background: transparent!important;
    border: 0;
    padding: 0;
    margin: 0 22px;
    line-height: 1;
    color: #7a7a7a!important;
    text-transform: none;
}
.an_homeproducts-tab:hover,
.an_homeproducts-tab.active {
    color: #000!important;
}
.an_homeproducts-content {
    position: relative;
}
.an_homeproducts-content:not(.active) {
    display: none;
}
.an_homeproducts-products .products {
    margin-left: 0;
}
.an_homeproducts-products .owl-carousel {
    margin: 0;
}
.an_homeproducts-products .owl-carousel.owl-loaded .product {
    width: 100%;
    padding: 0;
}

.an_homeproducts-container {
    position: relative;
}
.an_homeproducts-conteiner-category {
    margin-top: 20px;
}
.an_homeproducts-category {
    cursor: pointer;
    margin-right: 10px;
}
a.an_homeproducts-category:not(.active){
    color: #949494;
}
a.an_homeproducts-category.active {
    color: #000;
}
.an_homeproducts-tab-bottom {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.an_homeproducts-loadmore {
    position: relative;
    display: block;
    margin: 10px auto;
}
.anhp-loader {
    position: absolute;
    z-index: 2;
    background: rgba(255,255,255,.5);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.an_homeproducts-loadmore .anhp-loader {
    background: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
}
.an_homeproducts-loadmore .anhp-loader svg {
    transform: scale(3.5);
    max-width: 100%;
    max-height: 100%;
}
.an_homeproducts-products .owl-carousel .owl-nav:not(.disabled) {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.an_homeproducts-products .owl-carousel .owl-nav .owl-next,
.an_homeproducts-products .owl-carousel .owl-nav .owl-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ddd;
    margin: 0 5px;
}

.an_homeproducts-products .owl-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 15px;
}
.an_homeproducts-products .owl-carousel .owl-dots.disabled {
    display: none;
}
.an_homeproducts-products .owl-carousel .owl-dot span {
    display: block;
    background: #fff;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 5px;
}
.an_homeproducts-products .owl-carousel .owl-dot.active span {
    background: #000;
}
.an_homeproducts-products .owl-carousel {
    margin: 0!important;
}
.an_homeproducts-products .owl-carousel .product-miniature {
    flex-basis: 100%!important;
    max-width: 100%!important;
    padding: 0!important;
}
.an_homeproducts-products .products {
    margin: 0px -15px 0;
}
.an_homeproducts-products .product-miniature {
    margin-left: 0;
    margin-right: 0;
    flex-basis: 33.3334%;
    max-width: 33.3334%;
    padding: 0 5px;
}
@media (max-width: 991px) {
    .anhp-banner-global-bottom {
        margin-top: 10px;
    }
}
@media (max-width: 767px) {
    .an_homeproducts-products .product-miniature {
        flex-basis: 33.333%;
        width: 33.333%;
        max-width: 33.333%;
        margin: 0;
    }
}
@media (max-width: 600px) {
    .an_homeproducts-products .product-miniature {
        flex-basis: 50%;
        width: 50%;
        max-width: 50%;
        margin: 0;
        padding: 0 10px;
    }
}
.an_homeproducts-products .owl-carousel .product-miniature {
    max-width: 100% !important;
    flex-basis: 100% !important;
    width: 100%!important;
    padding: 0!important;
}
.an_homeproducts-products .owl-carousel .product-miniature .product-description,
.an_homeproducts-products .owl-carousel .thumbnail-container-image img {
    width: 100%!important;
}

@media (max-width: 600px) {
    .an_homeproducts-products .owl-carousel .owl-stage-outer {
        padding: 0!important;
        margin: 0!important;
    }
}
