/**
 * 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-background {
    margin-bottom: 40px;
}
.an_homeproducts-background .featured-products::before {
    display: none;
}
.an_homeproducts-background .featured-products .thumbnail-container,
.an_homeproducts-background .featured-products .product-description {
    width: 100%;
}
.an_homeproducts-background .an_productattributes-qty-add {
    flex-direction: column;
}
.an_homeproducts-background .an_productattributes-qty-container {
    padding-right: 0;
    flex: 37px 0 0;
    margin-bottom: 10px;
}
.an_homeproducts-background .an_productattributes-qty-add .an_productattributes-add {
    flex: 1 1;
    align-self: stretch;
    margin: 0;
}
.an_homeproducts-banner {
    margin-bottom: 40px;
}
.an_homeproducts-banner img {
    border-radius: 0;
}
.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: 3;
}
.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 .h2 {
    text-transform: none;
}
.an_homeproducts-banner-overlay .an_homeproducts-banner-content p {
    color: #fff;
}
.an_homeproducts-banner-default.an_homeproducts-banner-overlay .an_homeproducts-banner-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    width: auto;
}
.an_homeproducts-banner-default.an_homeproducts-banner-overlay .an_homeproducts-banner-content .h2 {
    margin-bottom: 32px;
    font-size: 42px;
    line-height: 48px;
    font-weight: 300;
    max-width: 600px;
    text-transform: uppercase;
    color: #000;
}
.an_homeproducts-banner-default.an_homeproducts-banner-overlay .an_homeproducts-banner-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #000;
    max-width: 600px;
    margin-bottom: 32px;
}
.an_homeproducts-banner-default .an_homeproducts-banner-content .an_homeproducts-banner-textlink {
    margin-bottom: 11px;
}
.an_homeproducts-banner-type2.an_homeproducts-banner-overlay {
    margin-bottom: 30px;
}
.an_homeproducts-banner-type2.an_homeproducts-banner-overlay .an_homeproducts-banner-content {
    position: absolute;
    top: unset;
    bottom: 4px;
    left: 40px;
    right: auto;
    max-width: 190px;
    text-align: left;
    transition: all .5s;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0 15px;
    width: auto;
}
.an_homeproducts-banner-type2 .an_homeproducts-banner-link:hover+.an_homeproducts-banner-image+.an_homeproducts-banner-content {
    bottom: 40px;
}
.an_homeproducts-banner-type2.an_homeproducts-banner-overlay .an_homeproducts-banner-content .h2 {
    font-size: 24px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}
.an_homeproducts-banner-type2.an_homeproducts-banner-overlay .an_homeproducts-banner-content p {
    color: #000;
}
.an_homeproducts-banner-type2 .an_homeproducts-banner-content .an_homeproducts-banner-textlink {
    text-transform: none;
    opacity: 0;
    transition: all .5s;
}
.an_homeproducts-banner-type2 .an_homeproducts-banner-link:hover+.an_homeproducts-banner-image+.an_homeproducts-banner-content .an_homeproducts-banner-textlink {
    opacity: 1;
}
.an_homeproducts-banner-image {
    overflow: hidden;
    position: relative;
}
.an_homeproducts-banner-type2.an_homeproducts-banner-overlay img {
    transition: transform .5s;
}
.an_homeproducts-banner-type2.an_homeproducts-banner-overlay .an_homeproducts-banner-link:hover+.an_homeproducts-banner-image img {
    transform: scale3d(1.1, 1.1, 1.1);
}
.an_homeproducts-banner-type2.an_homeproducts-banner-overlay .an_homeproducts-banner-image:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.an_homeproducts-banner-type2.an_homeproducts-banner-overlay .an_homeproducts-banner-link:hover+.an_homeproducts-banner-image:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
.anhp-banner-global-top {
    margin: 0 0 30px;
}
.anhp-banner-global-top .an_homeproducts-banner {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.anhp-banner-global-bottom {
    margin-top: 55px;
    margin-bottom: 42px;
}
.an_homeproducts hr {
    display: none;
}
.an_homeproducts-title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}
.an_homeproducts-title span {
    display: inline-block;
    background: #fff;
    padding: 0 45px;
}
.an_homeproducts-title:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #e7e7e7;
    z-index: -1;
}
.an_homeproducts-text {
    text-align: center;
    margin-bottom: 30px;
}
.an_homeproducts-content-text {
    text-align: center;
}
.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;
    color: #000!important;
    outline: none!important;
}
.an_homeproducts .products-section-title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: center;
    z-index: 1;
    position: relative;
}
.an_homeproducts .products-section-title:before {
    content: '';
    position: absolute;
    top: 17px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #e7e7e7;
    z-index: -1;
}
.an_homeproducts .products-section-title span {
    display: inline-block;
    background: #fff;
    padding: 0 45px;
}
.products-section-title a {
    color: inherit;
}
.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:before {
    content: '';
    position: absolute;
    top: 16px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #e7e7e7;
}
.an_homeproducts-tabs .an_homeproducts-tabs-list {
    text-align: center;
    position: relative;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    border: none;
}
.an_homeproducts-tab {
    background: #fff!important;
    border: 0;
    padding: 5px 17px;
    margin: 0;
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    color: #a4a3a3!important;
    text-transform: uppercase;
    z-index: 1;
    position: relative;
}
.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;
    position: relative;
}
.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: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    margin: 0;
    position: absolute;
    top: calc(100% + 5px);
}
.an_homeproducts-products .owl-carousel .owl-nav .owl-prev {
    left: 0;
}
.an_homeproducts-products .owl-carousel .owl-nav .owl-next {
    right: 0;
}
.an_homeproducts-products .owl-carousel .owl-nav .owl-next i,
.an_homeproducts-products .owl-carousel .owl-nav .owl-prev i{
    font-size: 30px;
    color: #d3d2d2;
}
.an_homeproducts-products .owl-carousel .owl-nav .owl-next:hover i,
.an_homeproducts-products .owl-carousel .owl-nav .owl-prev:hover i {
    color: #000;
}
.an_homeproducts-products .owl-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 15px;
    padding: 0 30px;
}
.an_homeproducts-products .owl-carousel .owl-dots.disabled {
    display: none;
}
.an_homeproducts-products .owl-carousel .owl-dot span {
    display: block;
    background: #d3d2d2;
    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 .product-miniature {
    max-width: 100% !important;
    flex-basis: 100% !important;
    width: 100%!important;
    padding: 0!important;
}
.an_homeproducts-products .owl-carousel .thumbnail-container-image img {
    width: 100%!important;
}
.featured-products .products:not(.owl-carousel) .product-miniature {
    width: calc(25% - 30px);
}
@media (max-width: 991px) {
    .featured-products .products:not(.owl-carousel) .product-miniature {
        width: 33.3333%;
    }
}
@media (max-width: 600px) {
    .featured-products .products:not(.owl-carousel) .product-miniature {
        width: 50%;
    }
    .featured-products .products.owl-carousel .product-miniature.product-mobile-row {
        max-width: 100%;
        flex-basis: 100%;
        width: 100%;
    }
}