.productos-del-mes-wrapper {
    background-color: #ffffff !important;
}
.productos-del-mes-wrapper:not(:has(.productos-del-mes)) .productos-del-mes-titulo {
    display: none !important;
}
.productos-del-mes {
    max-width: 960px !important;
    margin: 0 auto !important;
    padding: 0 24px !important;
}

/* Nav Buttons */
.productos-del-mes .owl-nav button:nth-child(1) {
    margin-left: -3.5% !important;
}
.productos-del-mes .owl-nav button:nth-child(2) {
    margin-right: -3.5% !important;
}

.productos-del-mes-titulo  h2{
    margin-bottom: 48px !important;
}

.productos-del-mes .owl-item .porto-tb-featured-image,
.productos-del-mes .product .img-thumbnail {
    border-radius: 8px 8px 0px 0px !important;
}


.productos-del-mes .owl-item .py-3{
    padding-top: 0rem !important;
    border-radius: 8px !important;

}
.productos-del-mes .owl-item .product-image .labels .onhot{
    border-radius: 4px;
    font-family: "Inter";
    font-weight: 700;
    line-height: 16px;
}

.productos-del-mes .owl-item .product-image .labels .onsale{
    border-radius: 4px;
    font-family: "Inter";
    font-weight: 700;
    line-height: 16px;
}

.productos-del-mes .owl-item .filter-item-list {
    justify-content: center !important;
    gap: 8px !important;
}
.productos-del-mes .owl-item .filter-color {
    margin: 0 !important;
}
.productos-del-mes .filter-color {
    margin: 0 !important;
    width: 12px !important;
    height: 12px !important;
}
.productos-del-mes .filter-color[data-value="blanco"],
.productos-del-mes .filter-color[data-value="multicolor"] {
    border: 1px solid #A0A3BD !important;
}

.productos-del-mes .container-fluid .top-row {
    background-color: white !important;
}

.productos-del-mes .add_to_cart_button .porto-icon-shopping-cart:before {
    font-family: "icomoon"; /* Ajusta según la fuente detectada */
    content: "\e904"; /* Código del nuevo ícono */
    font-weight: 500; /* Opcional: si la fuente requiere peso */
    color: #FCFCFC; /* Cambia el color del ícono */
    font-size: 20px; /* Cambia el tamaño si es necesario */
}

@media (max-width: 768px) {
    .productos-del-mes-titulo  h2{
      margin-bottom: 16px !important;
      margin-top: 28px !important;
      font-size: 24px !important;
      line-height: 28px !important;
      text-align: center !important;
    }
     
    .productos-del-mes .product-type-swatch .cs-bottom {
        display: flex !important;
        height: 30px !important;
        gap: 8px !important;
    }
    .productos-del-mes .product-type-swatch .cs-bottom .porto-icon-shopping-cart {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin: 0 !important;
    }
    .productos-del-mes .product-type-swatch .cs-bottom .porto-icon-shopping-cart:before {
        font-size: 12px !important;
        margin: 0 !important;
    }
}

.productos-del-mes .owl-stage-outer {
    padding-bottom: 10px !important;
}
.productos-del-mes .owl-stage {
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
    width: max-content !important;
    margin: 0 auto !important;
}
.productos-del-mes .owl-stage .owl-item {
    display: flex !important;
    margin: 0 !important;
    align-self: stretch !important;
}
.productos-del-mes .owl-stage .owl-item .porto-tb-item {
    display: flex !important;
    margin: 0 !important;
    align-self: stretch !important;
}

@media (max-width: 768px) {
    .productos-del-mes {
        padding: 0 !important;
    }
    .productos-del-mes .owl-stage .owl-item .porto-tb-item {
        border-radius: 8px !important;
        box-shadow: 0px 25px 30px 0px rgba(0, 0, 0, 0.05);
    }
    .productos-del-mes .owl-stage-outer {
        overflow: visible !important;
    }
    
    .productos-del-mes-titulo {
        margin-bottom: 24px !important;
    }
}
@media (max-width: 480px) {
    .productos-del-mes-wrapper {
        padding-top: 0 !important;
    }
}

@media (min-width: 768px) {
    .productos-del-mes-titulo {
        margin-top: 119px !important;
    }
    .productos-del-mes-wrapper {
        padding-bottom: 90px !important;
    }
}
@media (min-width: 1168px) {
    .productos-del-mes-wrapper .owl-stage .owl-item .porto-tb-item {
        width: 222px !important;
    }
    .productos-del-mes {
        max-width: 1015px !important;
    }

    .productos-del-mes .owl-stage-outer {
        overflow: visible !important;
    }
    .productos-del-mes .owl-item:not(.active) {
        opacity: 0 !important;
    }
}

/* Hover Colores y Añadir al carrito */
.productos-del-mes .product .filter-item-list {
    display: none !important;
}
.productos-del-mes .product:hover .filter-item-list,
.productos-del-mes .owl-item:only-child .product .filter-item-list {
    display: flex !important;
    padding-bottom: 16px !important;
}
.productos-del-mes .owl-item:not(:only-child) .product .product-type-swatch .cs-bottom {
    bottom: -40px !important;
    right: -1px !important;
    left: -1px !important;
}
.productos-del-mes .product .img-thumbnail {
    overflow: hidden !important;
}
.productos-del-mes .product .product-image {
    overflow: visible !important;
}
.productos-del-mes .product:hover .product-type-swatch .product-image .tb-hover-content .cs-bottom {
    bottom: 0px !important;
}
.productos-del-mes .product:hover .product-image,
.productos-del-mes .owl-item:only-child .product .product-image {
    padding-bottom: 40px !important;
}
@media (max-width: 768px) {
    .productos-del-mes .product .filter-item-list {
        display: flex !important;
        padding-bottom: 12px !important;
    }
    .productos-del-mes .product .product-type-swatch .product-image .tb-hover-content .cs-bottom {
        bottom: 0 !important;
    }
    .productos-del-mes .product .product-image,
    .productos-del-mes .product:hover .product-image {
        padding-bottom: 30px !important;
    }
}

@media (min-width: 992px) {
    .productos-del-mes .owl-stage .owl-item:hover {
        position: relative !important;
        cursor: pointer !important;
    }
    .productos-del-mes .owl-stage .owl-item:not(:only-child):hover .porto-tb-item {
        position: absolute !important;
        top: 50% !important;
        left: 0 !important;
        width: 100% !important;
        min-height: 100% !important;
        transform: translateY(-50%) !important;
        border-radius: 8px !important;
        transition: height 0.3s ease-in-out;
    }
    .productos-del-mes .owl-stage .owl-item:hover .porto-tb-item > div {
        box-shadow: 0px 25px 30px 0px rgba(0, 0, 0, 0.05);
        transition: box-shadow 0.3s ease-in-out !important;
    }
    .productos-del-mes .owl-stage-outer {
        /* 10 + 40 + 20 */
        padding-bottom: 70px !important;
        /* 0 + 24 */
        padding-top: 24px !important;
    }
    .productos-del-mes-titulo h2 {
        margin-bottom: 24px !important;
    }
    .productos-del-mes-wrapper {
        padding-bottom: 50px !important;
    }
    .productos-del-mes .products-container {
        margin-bottom: 0 !important;
    }
}

/* Cambia los iconos de los productos */
.productos-del-mes .owl-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before, 
.productos-del-mes .owl-item .yith-wcwl-add-to-wishlist a:before, 
.productos-del-mes .owl-item .yith-wcwl-add-to-wishlist a:before {
    font-family: "icomoon";
    content: "\e905";
    font-weight: 500;
    font-size: 20px;
}
.productos-del-mes .owl-item .yith-wcwl-add-to-wishlist a.add_to_wishlist:before {
    content: "\e902";
}

.productos-del-mes .owl-item .yith-wcwl-add-to-wishlist {
    background-color: #F7F7FC;
    width: 36px !important;
    height: 36px !important;
}
.productos-del-mes .owl-item .yith-wcwl-add-to-wishlist a {
    width: 36px !important;
    height: 36px !important;
    line-height: 36px !important;
}
.productos-del-mes .owl-item .porto-tb-quickview.quickview {
    background-color: rgba(247, 247, 252, 1);
    width: 36px !important;
    height: 36px !important;
    top: 56px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.productos-del-mes .quickview .porto-icon-magnifier:before {
    font-family: "icomoon"; /* Ajusta según la fuente detectada */
    content: "\e903"; /* Código del nuevo ícono */
    font-weight: 500; /* Opcional: si la fuente requiere peso */
    color: #14142B; /* Cambia el color del ícono */
    font-size: 20px; /* Cambia el tamaño si es necesario */
}
.productos-del-mes .quickview .porto-icon-magnifier {
    display: flex !important;
}
.productos-del-mes .owl-item .porto-tb-quickview.quickview:hover {
    background-color: rgba(44, 155, 255, 1) !important;
    color: white !important;
}
.productos-del-mes .owl-item .porto-tb-quickview.quickview:hover .porto-icon-magnifier:before {
    color: white !important;
}
.productos-del-mes .porto-tb-wishlist .yith-wcwl-add-button a.add_to_wishlist:hover:before {
    color: white !important;
}

.productos-del-mes .onhot, .productos-del-mes .onsale {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    text-transform: none;
    padding: 2px 8px !important;
}

.productos-del-mes .owl-item .porto-tb-item > .porto-section > .product-content {
    padding-left: 8px !important;
    padding-right: 8px !important;
    padding-top: 8px !important;
    padding-bottom: 24px !important;
}

.productos-del-mes .owl-stage .owl-item .porto-tb-item > div {
    padding: 0 !important;
}
.productos-del-mes .owl-stage .owl-item .porto-section > .product-content .porto-tb-meta {
    line-height: 1 !important;
    margin-bottom: 4px !important;
}
.productos-del-mes .owl-stage .owl-item .porto-section > .product-content .porto-tb-meta a {
    color: rgba(78, 75, 102, 1) !important;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 1px;
}

.productos-del-mes .owl-stage .owl-item .porto-section > .product-content .porto-heading {
    min-height: 40px !important;
}
@media (max-width: 415px) {
    .productos-del-mes .owl-stage .owl-item .porto-section > .product-content .porto-heading {
        min-height: none !important;
    }
}

/* Dashed Price */
.productos-del-mes .owl-item .price,
.productos-del-mes .owl-item .price > :first-child .woocommerce-Price-amount {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 4px !important;
}
.productos-del-mes .owl-item .price > :first-child {
    margin: 0 !important;
}
.productos-del-mes .owl-item .price > :first-child .woocommerce-Price-amount bdi,
.productos-del-mes .owl-item .price > :first-child .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 16px !important;
    text-align: center !important;
    text-underline-position: center !important;
    color: rgba(110, 113, 145, 1) !important;
    letter-spacing: -0.01em !important;
}
.productos-del-mes .owl-item .price > :first-child .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    margin-right: 0.01em !important;
}
/* Amount Price */
.productos-del-mes .owl-item .price > ins .woocommerce-Price-amount bdi,
.productos-del-mes .owl-item .price > :last-child.woocommerce-Price-amount bdi {
    letter-spacing: -0.02em !important;
}
.productos-del-mes .owl-item .price > ins .woocommerce-Price-amount bdi .woocommerce-Price-currencySymbol,
.productos-del-mes .owl-item .price > :last-child.woocommerce-Price-amount bdi .woocommerce-Price-currencySymbol {
    margin-right: 0.02em !important;
}

.productos-del-mes .owl-item .tb-woo-rating {
    margin-bottom: 16px !important;
}
.productos-del-mes .porto-tb-wishlist .yith-wcwl-add-button:hover {
    background-color: rgba(44, 155, 255, 1) !important;
}

@media (max-width: 768px) {
    .productos-del-mes .owl-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before, 
    .productos-del-mes .owl-item .yith-wcwl-add-to-wishlist a:before, 
    .productos-del-mes .owl-item .yith-wcwl-add-to-wishlist a:before,
    .productos-del-mes .owl-item .porto-tb-quickview.quickview,
    .productos-del-mes .owl-item .porto-tb-quickview.quickview i,
    .productos-del-mes .owl-item .porto-tb-quickview.quickview i:before {
        font-size: 16px !important;
    }
    .productos-del-mes .owl-item .yith-wcwl-add-to-wishlist,
    .productos-del-mes .owl-item .yith-wcwl-add-to-wishlist a,
    .productos-del-mes .owl-item .porto-tb-quickview.quickview,
    .productos-del-mes .owl-item .porto-tb-quickview.quickview i,
    .productos-del-mes .owl-item .porto-tb-quickview.quickview i:before {
        width: 26px !important;
        height: 26px !important;
        line-height: 26px !important;
    }
    .productos-del-mes .owl-item .porto-tb-quickview.quickview {
        top: 52px !important;
    }
    .productos-del-mes .owl-item .tb-hover-content.with-link {
        opacity: 1 !important;
    }
    .productos-del-mes .onhot, .productos-del-mes .onsale {
        display: block !important;
        padding: 1.42px 5.7px !important;
        text-transform: none !important;
    }
}

.star-rating {
    width: 80px !important;
}

.star-rating:before {
    color: #A0A3BD !important;
}

.star-rating:before,
.star-rating span:before {
    letter-spacing: 4px !important;
    font-family: "icomoon";
    content: "\e901" "\e901" "\e901" "\e901" "\e901" !important;
    font-weight: 500;
}
