/*
* Product code goes here.
* A template should always ship with an empty product.css
*/

.h1.page-title {
    font-size: 1.3333rem !important;
}

/*PRODUCT INFO*/
#col-product-info {
    position: sticky;
    top: 150px;
}
#content-wrapper .product_header_container .page-title {
    color: #000;
    font-weight: 700;
}
.product_header_container .product-price, 
.product_p_price_container .product-price {
    color: #f37d89 !important;
}
span.flashSaleSpan {
    border-radius: 4px;
    background: #FFE793;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 3px 7px;
}
span.flashSaleSpan > img {
    width: 15px;
}
span.flashSaleSpan > span {
    color: #FD6900;
    font-family: Nunito;
    font-size: 14px;
    font-weight: 800;
    text-wrap: nowrap;
    line-height: 1;
    text-align: center;
}

.product-description-section {
    h1, h2, h3, h4, h5, h6, p {
        font-size: 1rem;
    }
}
.product-information .product-description {
    padding: 0 1rem 1rem;
}

@media screen and (max-width: 768px) {
    .col-product-info {
        z-index: 99;
    }
    .assistant-img img {
        max-width: 108px !important;
    }
    #main-product-wrapper .product-add-to-cart {
        padding-top: 1rem;
    }
}


/*PRODUCT IMAGES*/
#product-images-thumbs.swiper-horizontal {
    margin-left: 0;
}
#product-images-thumbs .swiper-wrapper {
    gap: 0.5rem;
}
.images-container-bottom  {
    #product-images-thumbs .swiper-slide {
        width: auto !important;
    }
    #product-images-thumbs .thumb-container {
        max-width: 125px;
    }
    .thumb-container,
    .product-cover {
        border: 1px solid #EEE !important;
        border-radius: var(--border-radius);
    }
    .swiper-slide-thumb-active {
        .thumb-container {
            border-color: var(--color-corp) !important;
        }
    }

}

@media screen and (max-width: 768px) {
    .images-container-bottom {
        #product-images-thumbs .thumb-container {
            max-width: 62px;
        }
    }
}


/*VARIANTS*/
.product-actions.js-product-actions {
    max-width: 800px;
    margin: auto;
}
.product-variants >.product-variants-item ul:not(.group_color) {
    display: grid;
    column-gap: 0.625rem;
    row-gap: 1.5rem;
    /* grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); */
    grid-template-columns: repeat(auto-fit, minmax(min(105px, 100%), 1fr));
}
.product-variants>.product-variants-item ul:not(.group_color) li {
    margin: 0;
}
.product-variants + div li{
	padding: 0 2px;
}
.product-variants input.input-radio,
.product-variants input.input-radio + .variant-box {
    outline: none;
    width: 100%;
    height: 100%;
    margin-right: 0;
    align-items: center;
    justify-content: center;
}
.product-variants .input-radio, 
.product-variants .radio-label {
    font-size: .9rem;
    min-width: 3.429rem;
    min-height: auto;
    box-sizing: border-box;
    line-height: 1.5rem;
    padding: 0 !important;
    outline: none;
    width: 100%;
    margin: 0;
}
.product-variants .input-radio:hover, 
.product-variants .radio-label:hover {
    border: 0;
}

.product-variants .variant-box {
    background-color: #ffffff;
    border: solid 1px #dddddd;
    border-radius: var(--border-radius);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius);
    min-height: 4.25rem;
}
.product-variants .input-radio:hover + .variant-box {
    border: solid 1px var(--color-corp);
}
.product-variants .input-radio:checked + .variant-box {
    border: solid 2px var(--color-corp);
    background: #efe3e3;
}
.product-variants .variant-box .combination-name {
    font-size: .9rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 1rem;
    width: 100%;
    text-align: center;
}
.product-variants .variant-box .combination-price {
    font-size: .9rem;
}
.product-variants .variant-box .stock-status {
    position: absolute;
    bottom: -8px;
    font-size: 0.6rem;
}

.product-additional-info {
    border: 0;
}
.product-variants li.attribute-not-in-stock.not-allow .variant-box {
    cursor: not-allowed;
    opacity: 0.5;
}
.product-variants li.attribute-not-in-stock.not-allow span {
    cursor: not-allowed;
}
.product-variants .price-saving {
    color: #ffffff;
    position: absolute;
    top: -12px;
    background: #fff;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1rem;
    padding: 0.2rem 0.5rem;
    background: #007856;
    background: linear-gradient(90deg,#007856 0%, #539553 80%);
    background: -webkit-linear-gradient(90deg,#007856 0%, #539553 80%);
    background: -moz-linear-gradient(90deg,#007856 0%, #539553 80%);
    border-radius: .3rem;
}

/*ADD TO CART*/
.btn.add-to-cart {
    color: #434343;
    background: var(--color-alt);
    border-color: var(--color-alt);
}

/*ADVANCED WISHLIST*/
.col-add-wishlist #wishlist_button,
.col-add-wishlist #ws_wishlist_button {
    background: #FEF0F1 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #F27E87 !important;
    border-radius: 50%;
    max-height: 54px;
    max-width: 54px;
    height: 100%;
}
.col-add-wishlist #wishlist_button i,
.col-add-wishlist #ws_wishlist_button i {
    font-size: 1.6rem;
}
.col-add-wishlist .wish_link .icon-heart:before, 
.col-add-wishlist .wrap_allert .icon-heart:before, 
.col-add-wishlist #wishlist_button .icon-heart:BEFORE, 
.col-add-wishlist .wishlist .icon-heart:BEFORE {
    margin-right: unset;
    font-size: unset;
    color: unset;
}
@media (max-width: 576px) {
    .product-add-to-cart .col-add-wishlist, 
    .product-add-to-cart .col-add-compare {
        max-width: 54px;
    }
}

/*MAIL ALERT*/
.btn-email-alert {
    height: auto !important;
}

/*BLOCK CATEGORIES*/
.block-categories .category-sub-menu li .btn-link {
    border-radius: 6px;
    border: 1px solid var(--color-corp);
    color: var(--color-corp) !important;
    font-size: 18px;
    font-weight: 700 !important;
    display: block;
    padding: 0.6rem;
    width: 100%;
    max-width: fit-content;
    height: 100%;
    height: -webkit-fill-available;
    user-select: none;
}


/*REVIEWS*/
.fa-star:before {
    content: '\e80e';
    margin-right: 0px !important;
    margin-left: 0px !important;
    color: #ffd216;
}
#lgcomment h3 {
    border: none;
    border-bottom: 0px solid #2fb5d2;
    color: #f37d89;
    padding: .5em 1em;
    font-size: 24px;
    font-weight: bold !important;
}
.header-opiniones {
    display: flex;
    justify-content: space-between;
}
.bloque-comentarios-interno {
    display: flex;
    flex-wrap: wrap;
}
#lgcomment .productComment {
    margin-bottom: 0px;
}
#lgcomment .productComment .nick {
    color: #000;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.little-stars .fa-star:before {
    font-size: 11px !important;
}
.little-stars {
    display: flex;
    gap: 2px;
    align-items: center;
    padding-left: 0;
}
.product-info-row {
    margin-bottom: 0rem !important;
}
.product-tabs {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
}
#lgcomment.page-product-box {
    box-shadow: unset;
    background: unset !important;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 1em;
}
#lgcomment .productComment .comment {
    color: #000;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: start;
}
#lgcomment .productComment .comment>p {
    margin-bottom: 0px !important;
}
.productComment-line {
    padding: 10px 15px;
    border-radius: 6px;
    border: 1px solid #D4D4D4;
    background: #F6F6F6;
    height: 100%;
}
.mediaEstrellas {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 6px solid #FFC329;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mediaEstrellas>.aro {
    display: flex;
    flex-direction: column;
}
.mediaEstrellas>.aro>.media {
    color: #000;
    text-align: center;
    font-family: Nunito;
    font-size: 41px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    justify-content: center;
}
.mediaEstrellas>.aro>.count {
    color: #000;
    text-align: center;
    font-family: Nunito;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}
#lgcomment .lgcomment_summary {
    border-bottom: unset;
    display: flex;
    padding: 0;
    font-family: inherit;
    color: unset;
    align-items: start;
}
.progress-review>span {
    text-wrap: nowrap;
    color: #000;
    text-align: right;
    font-family: Nunito;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.progressBlock {
    width: 100%;
    padding-left: 2em;
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.progress-review {
    display: flex;
    width: 100%;
    gap: 1em;
    align-items: center;
}
.progress-container {
    width: 100%;
    border-radius: 45px;
    background: #F5F5F5;
    height: 8px;
}
.progress-content {
    height: 100%;
    background: #ffc329;
    border-radius: 46px;
}
.bloque-comentarios-interno {
    row-gap: 15px;
}
.idTabHrefShort.page-product-heading {
    color: #000;
    font-family: Nunito;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
div#more_less {
    text-align: center;
}
#lgcomment {
    margin-bottom: 65px;
}
