.product, .question-a {
    color: black !important;
}

.single-product, .container-sg-product {
    font-family: 'Poppins-Regular' !important;
}

.bold-text {
    /* font-weight: bolder; */
    font-family: 'Poppins-Bold' !important;
}

.slide a {
    padding: 20px;
}

.line {
    margin: 10px 0 !important;
}

.recently-purchased-text {
    color: #1B8661;
    font-size: 12px;
    font-weight: 600;
}

.stars i {
    color: #E6AC34;
    font-size: 12px;
}

.badge-s {
    background: #1B8661 0% 0% no-repeat padding-box;
    border-radius: 7px;

    text-align: left;
    font: normal normal 600 12px/26px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;

    padding: 0px 7px;
}

.history-link {
    text-decoration: underline !important;
    margin-left: 5px;
}

.table-single-prod {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 0.4px solid #ADADAD;
    border-radius: 7px;
    color: #0D0D0D;
}

.table-single-prod-row {
    padding: 8px 15px;
    border-bottom: 0.4px solid #ADADAD;
}

.table-single-prod-row:last-child {
    border-bottom: none;
}

.table-single-text {
    /* font-weight: bold; */
    font-family: 'Poppins-Bold' !important;
}

.table-single-value {
    padding: 10px;
}

.more-description {
    margin-top: 20px;
    background: #F4F7FA 0% 0% no-repeat padding-box;
    border-radius: 7px;
    padding: 10px;
}

.more-description-a {
    margin-top: 5px;
}

.more-description-a i {
    letter-spacing: 0px;
    color: #5666ED;
}

.more-description-a a {
    letter-spacing: 0px;
    color: #5666ED;
    text-decoration: underline !important;
}

.question-a {
    background: #F4F7FA 0% 0% no-repeat padding-box;
    border: 1px solid #5666ED;
    border-radius: 7px;
    text-align: left;
    letter-spacing: 0.02px;
    color: #0D0D0D;
    display: inline-block;
    padding: 5px;
    margin: 5px 3px;
}

.sub-title {
    background: #EDEDED 0% 0% no-repeat padding-box;
    border-radius: 7px;
    padding: 5px 10px;
}

.sub-title-content {
    padding: 30px 40px;
}

/* @media(max-width: 426px) { */
@media(max-width: 991px) {
    .sub-title-content {
        padding: 15px 0px;
    }
}

.btn-custom-sp {
    background: #FAFAFA 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 1px #00000029 !important;
    border: 0.3px solid #ADADAD !important;
    border-radius: 7px !important;
    padding: 4px 10px !important;
}

.btn-custom-sp-selected {
    /* font-weight: bolder !important; */
    font-family: 'Poppins-Bold' !important;
    background: #EDEDED 0% 0% no-repeat padding-box !important;
}

/* Slider style */

.trm-container {
    width: 100%;
    max-width: 500px;
    position: relative;
    margin: 20px auto;
    display: flex;
    align-items: center;
}

.trm-bar {
    width: 100%;
    height: 8px;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
}

.trm-segment-green {
    background-color: #1B8661;
    /* width: 40%; */
    border-radius: 20px;
    margin-right: 5px;
}

.trm-segment-gray {
    background-color: #ADADAD;
    /* width: 20%; */
    border-radius: 20px;
}

.trm-segment-yellow {
    background-color: #F8BF4A;
    /* width: 40%; */
    border-radius: 20px;
    margin-left: 5px;
}

/* .trm-labels {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    margin-top: 5px;
} */

.trm-label-left {
    position: absolute;
    top: 35px;
}

.trm-label-right {
    position: absolute;
    top: 35px;
}

/* Estilo para el marcador de valor actual */
.trm-marker {
    position: absolute;
    top: -30px;
    /* font-weight: bold; */
    font-family: 'Poppins-Bold' !important;
    background-color: #1B8661;
    color: white;
    padding: 2px 6px;
    border-radius: 4px;
    transform: translateX(-50%);
}

.trm-marker-arrow {
    position: absolute;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #1B8661;
}

.trm-circle {
    position: absolute;
    top: -2px;
    width: 12px;
    height: 12px;
    background-color: white;
    border: 2px solid #1B8661;
    border-radius: 50%;
    transform: translateX(-50%);
}

/* End slider style */

.icon-latam {
    width: 12px;
    height: 12px;
}

.opinion-stars i {
    font-size: 18px;
    padding-right: 10px;
}

.opinion-star-hovered {
    color: yellow;
}


.single-prod-green {
    color: #1B8661;
}

.single-prod-text-area {
    background: #FFFFFF 0% 0% no-repeat padding-box !important;
    border: 0.5px solid #ADADAD !important;
    border-radius: 7px !important;
}

.single-prod-text-area::placeholder {
    color: #ADADAD;
}

.comment-div p {
    margin-bottom: 0px !important;
    font-size: 12px !important;
}

.comment-div-title {
    font-size: 12px;
    /* font-weight: bolder; */
    font-family: 'Poppins-Bold' !important;
    margin-right: 20px;
}

.comment-div-date {
    color: #ADADAD;
    font-size: 12px;
}

.price-container {
    height: auto !important;
}

.quantity-select {
    background: #FAFAFA 0% 0% no-repeat padding-box !important;
    border: 0.30000001192092896px solid #ADADAD !important;
    font-size: 12px !important;
}

.buttons-form {
    display: flex;
    flex-direction: column;
    margin-bottom: 0px !important;
}

@media (max-width: 768px) {
    .buttons-form {
        flex-direction: column-reverse;
        margin-bottom: 0px !important;
    }

    .product-price-responsive {
        place-items: center;
    }

    .hide-responsive {
        display: none;
    }

    .price-historic {
        text-align: center;
    }

    /* .badge-s {
        background: none !important;
        color: #1B8661;
        padding: 0px;
    } */

    .btn-custom-sp {
        width: 100% !important;
    }

    .thumbnails {
        display: none !important;
    }

    .main-image {
        width: 100% !important;
    }
}

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

    .owl-dots {
        display: none;
    }
}

.add-cart-btn {
    border: 0.3px solid #ADADAD !important;
}

/* .thumbnails {
    max-height: 100%;
    overflow-y: auto;
}

.thumbnails-slider .owl-stage {
    display: flex;
    flex-direction: column;
    width: 100% !important;
}

.thumbnails-slider .owl-item {
    width: 100%;
    margin-bottom: 10px;
}

.thumbnails-slider img {
    width: 100%;
    height: auto;
} */

.main-image img {
    width: 100%;
    height: auto;
}

.thumbnails-slider .owl-item {
    /* width: 99% !important;
    display: flex;
    justify-content: center; */

    /* border: 0.5px solid #707070;
    border-radius: 7px; */
}

/* .thumbnails-slider img {
    width: 100%;
    height: auto;
    padding: 8px;
}
 */
.main-slider {
    box-shadow: 0px 1px 1px #00000029;
    border: 1px solid #EDEDED;
    border-radius: 7px;
    padding: 15px;
    margin-left: 10px;
}

.owl-item {
    padding: 10px 5px !important;

}

.thumbnails-slider {
    /*  width: 130px !important;
    height: 78px !important; */
}

.owl-carousel-thumbnails-container {
    border: 0.5px solid #707070;
    border-radius: 7px;
    padding: 8px;

    /* width: 136px; */
    /* height: 89px; */

    /* width: 7rem;
    height: 5rem; */

    display: flex;
    place-content: center;
}

.description-detail-product {
    /* font-weight: bold !important; */
    font-family: 'Poppins-Bold' !important;
}

.container-sg-product {
    /* margin: 0px 200px !important; */
    margin: 0px 10rem !important;
}

@media(max-width: 1440px) {
    .container-sg-product {
        margin: 0px 5rem !important;
    }
}

@media(max-width: 1024px) {
    .container-sg-product {
        margin: 0px 1rem !important;
    }
}

@media(max-width:999px) {
    .container-sg-product {
        margin: 0px 25px !important;
    }
}

.product-value-title {
    font-size: 12px !important;
    padding: 0px 6px !important;
}

.shop-container {
    border: 0.5px solid #ADADAD !important;
}

.text-dark, .banner-sp-info h2, .banner-sp-info h4, .banner-sp-info p {
    color: #0D0D0D !important;
}

label {
    font-family: 'Poppins', sans-serif !important;
}

.gray-background-m {
    color: #4a4a4a;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    font-family: Poppins, sans-serif;
    margin: 0;
    box-sizing: inherit;
    margin-bottom: .5rem !important;
    background: #f7f7f7 0 0 no-repeat padding-box;
    border-radius: 7px;
    opacity: 1;
    padding: 9px;
}