/**
 * 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-bottom: 40px;
}
.an_homeproducts-banner img {
    border-radius: 8px;
    overflow: hidden;
}
.an_homeproducts-banner-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background: #ececec;
    border-radius: 8px;
    padding: 30px 40px;
    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-overlay .an_homeproducts-banner-content p {
    color: #fff;
}
.anhp-banner-global-bottom {
    margin-top: 30px;
}
.an_homeproducts-title {
    margin-bottom: 24px;
}
.an_homeproducts-tab-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
.an_homeproducts-link-all {
    text-decoration: underline;
    color: #000;
}
.an_homeproducts-link-all:hover {
    text-decoration: none;
}
.an_homeproducts-tab {
    background: transparent;
    border: 0;
    border-radius: 4px;
    margin-right: 6px;
}
.an_homeproducts-tab:hover,
.an_homeproducts-tab.active {
    background: #ececec!important;
}
.an_homeproducts-content {
    position: relative;
}
.an_homeproducts-content:not(.active) {
    display: none;
}

.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;
}

@media (min-width: 768px) {
    .an_homeproducts-hide-desktop {
        display: none;
    }
}

@media (max-width: 767px) {
    .an_homeproducts-hide-mobile {
        display: none!important;
    }
}