/**
* 2007-2021 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2021 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
/* BEGIN LISTADO PRODUCTOS */
.tedin-list-card {
    width: 182px;
    height: 300px!important;
    padding: 16px;
    background-image: linear-gradient(to bottom, #fff, #fbf7e5);
}
@media (min-width: 991px) {
    .tedin-list-card {
        width: auto;
    }
}
.tedin-google-list {
    background-image: linear-gradient(to bottom, #fff, #f5fcfb)!important;
}
.tedin-list-card .wishlist-button-add {
    display: none;
}
.tedin-tip-list {
    background-color: #6CD7D4!important;
    background-image: url('/modules/alcatedincustom/views/img/ConsejoTedinList.webp')!important;
    background-repeat: no-repeat!important;
    background-size: 95%!important;
    background-position: top center!important;
    cursor: pointer;
}
.tedin-tip-list * {
    padding-top: 60%;
    text-align: left;
    font-size: 16px!important;
    font-weight: 400!important;
    color: #fff!important;    
    line-height: 20px!important;    
}
.tedin-tip-list p {
    max-height: 17rem;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;    
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 2rem;
    margin-bottom: 10px;
    max-width: 130.67px;
}
.tedin-list-card.tedin-tip-list{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.tedin-tip-list p.truncated {
    -webkit-line-clamp: 8;
}
.tedin-tip-list input {
    opacity: 0;
    position: absolute;
    pointer-events: none;
}
.tedin-tip-list input:focus ~ label {
    outline: -webkit-focus-ring-color auto 5px;
}
.tedin-tip-list input:checked + .tedin-tip-list p {
    -webkit-line-clamp: unset;
}
.tedin-tip-list input:checked ~ label, .tedin-tip-list p:not(.truncated) ~ label{
    display: none;
}
.tedin-tip-list .tip-fake-button {
    width: 100%;
    font-family: 'Klarna Text',sans-serif;
    font-size: 12px!important;
    color: #fff;
    background-color: #3dccc7;
    border-radius: 4px;
    text-align: center;
    padding: 5px;    
    text-transform: uppercase;
    margin-bottom: 5px;
}
.tedin-trusted-list * {
    position: relative;
    text-align: left;
    padding-top: 10px;
    color: #1a051d;
}
.tedin-range-list {
    position: relative;
    background: #FFF !important;
    background-repeat: no-repeat!important;
    background-position: top center!important;
    background-size: 100%!important;
    padding: 4px!important;    
}
.tedin-range-list .range-background {
    width: 100%;
    height: 121px;
    overflow: hidden;
    border-radius: 7px 7px 0px 0px;
    display: flex;
    justify-content: center;
}
.tedin-range-list .range-brand {
    margin-top: 21px;
    height: 68px;
    display: flex;
    justify-content: center;
}
.tedin-range-list .range-background img {
    width: 100%;
}
.tedin-range-list .product-title {
    text-align: center!important;
    height: 18px!important;
    min-height: 45px!important;
    max-width: 100%!important;
    margin: 13px 10px 6px 10px!important;
}
.tedin-range-list .range-total {
    font-family: 'Klarna Text',sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #868091;
}
.tedin-trusted-list .ts-stars-wrapper {
    margin-bottom: 15px;
}
.tedin-trusted-list .trustedshops-logo {
    display: block;
    width: 50%;
    height: auto;
    margin: auto;
}
.tedin-trusted-list .rating-container {
    width: 100%;    
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: center;
    padding-bottom: 15px;
}
.tedin-trusted-list .rating-container .rating {
    text-align: center;
}
.tedin-trusted-list .rating-container .rating span {
    font-weight: 600;
}
.tedin-trusted-list .rating-container .total {
    text-align: center;
    padding-top: 5px;
}
.tedin-google-list * {
    position: relative;
    text-align: left;
    padding-top: 10px;
    color: #1a051d;
}
.tedin-google-list .ts-stars-wrapper {
    margin-bottom: 15px;
}
.tedin-google-list .google-logo {
    display: block;
    width: 50%;
    height: auto;
    margin: auto;
}
.tedin-google-list .rating-container {
    width: 100%;    
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: center;
    padding-bottom: 15px;
}
.tedin-google-list .rating-container .rating {
    text-align: center;
}
.tedin-google-list .rating-container .rating span {
    font-weight: 600;
}
.tedin-google-list .rating-container .total {
    text-align: center;
    padding-top: 5px;
}
.tedin-help-list h3, .tedin-help-list p{
    text-align: left;
    color: #11A09B!important;
    font-weight: 500!important;
    text-decoration: none;
}
.tedin-help-list h3{
    font-size: 1.1em!important;
}
.tedin-help-list p {
    margin-top: 15px;
}
.tedin-help-list {
    background-image: url('/modules/alcatedincustom/views/img/Valeria.webp')!important;
    background-repeat: no-repeat!important;
    background-size: 80%!important;
    background-position: 50% 90%!important;
}
/* END LISTADO PRODUCTOS */
/* BEGIN PÁGINA INTERESES */
.customer-interests-lists {
    padding: 0px;
    list-style-type: none;
}
.customer-interests-lists li {
    float: left;    
}
.customer-interests-lists li a {
    display: block;
    background: #F7F5F9;
    border-radius: 10px;
    padding: 18px 15px;
    margin-right: 10px;
	margin-bottom: 12px;
    cursor: pointer;
    letter-spacing: 0.07px;
    font-size: 11px;
    font-weight: 500;
    color: #868091 !important;
}
.customer-interests-lists .list-name {
    text-transform: uppercase;
}
.customer-interests-lists li.active a {
    background: #CBEFED;
    color: #3EA8A9!important;
}
.sb-lists-container {
    padding: 20px;
    border: 1px solid #ECE9F1;
    border-radius: 5px;    
}
.sb-alerts {
    padding: 20px;
}
.sb-alerts .alert, .sb-alerts .loader {
    float: right;
    display: none;
    max-width: 50%;    
}
#saveOnSendinblue {
    margin-top: 15px;
}
/* END PÁGINA INTERESES */
.product-miniature.video {
    border-radius: 10px;
    overflow: hidden;
}
.product-miniature.video, .product-miniature .video-thumbnail {
    width: 100%!important;
    min-height: 333px; 
}
.product-miniature .video-thumbnail {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 110%;
    border-radius: 10px;
    display: flex;
    justify-content: center;    
}
.product-miniature .video-thumbnail .play-button, .product-miniature .video-thumbnail .play-button-blur {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 50%;
    margin-top: -50px; /* Half this element's height */
    border-radius: 50px!important;
    overflow: hidden!important;
}
.product-miniature .video-thumbnail {
    backdrop-filter: blur(2px);
    opacity: 0.85;
}
.video-thumbnail .play-button-blur img {
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border-radius: 50px!important;
	filter: brightness(0.3);
    /*filter: blur(8px);*/
    /*-webkit-filter: blur(8px);*/
}
@media (max-width: 768px) {
    .product-miniature.video, .product-miniature .video-thumbnail, .product-miniature .alcavideo_thumbnail {
        width: 100%!important;
        min-height: 200px!important;
        height: 200px!important;
    }
}
/* Trusted Shops Reviews page controller */
#reviews_page h1 {
    font-family: 'Klarna Text',sans-serif;
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
}
#reviews_page .review {
    padding: 16px 0px;
    border-bottom: solid 1px #ece9f1;
}
#reviews_page .review-header {
    display: inline-block;
}
#reviews_page .review p {
    margin: 0!important;
    padding: 10px 0px;
    display: block;
    font-size: 16px;
    line-height: 22px;
}
#reviews_page .review .review-date, #reviews_page .review .ts-rating {
    float: left;
}
#reviews_page .review .review-date{
    font-size: 14px;
    color:#868091; 
}
#reviews_page .ts-rating {
    margin-right: 25px;
}
#reviews_page .ts-rating-chart {
    width: 100%!important;
    float: none!important;
}
#reviews_page .alcaviewmore {
    margin-top: 20px;
}
#reviews_page .rating-container {
    font-family: 'Klarna Text',sans-serif;
    font-size: 32px!important;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
}
#reviews_page .rating-container .average {
    font-size: 24px!important;
    font-weight: 500;
}
#reviews_page .rating-header {
    display: inline-block;
}
#reviews_page .rating-header div {
    float: left;
}
#reviews_page .rating-header .rating-notation {
    font-weight: 700;
}
#reviews_page .ts-rating-chart-line {
    cursor: pointer!important;
}
#reviews_page .reviews-average div {
    font-size: 16px;
}
#reviews_page .show-all-reviews {
    color: #1a051d;
    text-decoration: none;
}
.ts-rating-light.productreviewsSummary *{
    font-family: 'KLARNA TEXT' !important;
    font-style: normal;
}
#reviews_page .icon-star-full{
    font-weight: 500 !important;
}
#reviews_page .ts-rating-chart-line{
    margin-bottom: 3px;
}
#reviews_page .rating-legend{
    font-size: 14px !important;
}
#reviews_page .stars-bar-total{
    color: #1a051d !important;
}
@media (min-width: 768px) {
    #reviews_page .show-all-reviews {
        position: relative;
        top: 125px;
    }
}
@media (max-width: 768px) {
    #reviews_page .row {
        display: flex;
        flex-direction: column;
    }    
    #reviews_page .row > div:first-child {
        order: 2;
    }
    #reviews_page .row > div:last-child {
        order: 1;
    }
}
#ingredients {
    font-family: 'Klarna Text',sans-serif;
    font-size: 18px;
}
#ingredients h1 {
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    margin-bottom: 24px;
}
#ingredients h2 {
    font-size: 30px;
    margin-top: 40px;
    margin-bottom: 19px;
}
#ingredients .alcafaqs {
    padding: 0px;
}

#ingredients .tedin-tip {
    background-color: #3dccc7;
    border-radius: 16px;
    padding: 28px;
    color: #fff!important;
    margin-bottom: 43px;
}

#ingredients .tedin-tip p {
    color: #fff!important;
}

#ingredients .tedin-tip h3 {
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
}
#ingredients p, #ingredients .alcafaq-panel {
    font-size: 18px!important;
    line-height: 28px!important;
}

#ingredients .products-section-title {
    text-align: left;
}
#ingredients .alcafaq-accordion {
    font-size: 20px;
}

@media (max-width: 768px) {
    #ingredients .product-benefits ul li::before {
        left: 15px!important;        
    }
    #ingredients .product-benefits ul li {
        margin-left: 50px!important;
    }    
}
@media (min-width: 769px) {
    #ingredients .ingredient-content {
        padding-right: 95px;
    }    
}
@media (max-width: 768px) {
    .social-sharing-embed {
        display: block;
        position: relative;
    }
    .social-sharing-embed ul {
        position: relative;
        left: -5px;
        list-style-type: none;
    }
    .social-sharing-embed ul li {
        float: left;
        display: none;        
    }    
    .social-sharing-embed ul li:first-child {
        display: block;
    }
    .social-sharing-embed .social-sharing.open ul li {
        display: block;
        margin-bottom: 5px;
    }
    .social-sharing-embed .social-sharing.open ul li:last-child {
        margin-bottom: 0px;
    }
    .social-sharing-embed .social-sharing {
        position: absolute;
        top: -10px;
        left: -20px;
        width: 40px;
        background-color: #fff!important;        
        border-radius: 20px;
        padding: 3px 0px;
        z-index: 98;
    }
    .social-sharing-embed .social-sharing.open {
        border: 1px solid #ece9f1;
    }
}
#ingredients .product-benefits h3 {
    margin-bottom: 0px;
}
#ingredients .rutine, #ingredients .rutine p {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
}
#module-alcatedincustom-ingredients h1, #module-alcatedincustom-taxonomies h1 {
    text-align: left;
    font-size: 32px;
    margin-bottom: 2%;
}
.brands-block {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
.brands-block h2 {
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.27;
    letter-spacing: normal;
    margin-bottom: 19px;
}
#module-alcatedincustom-ingredients .ingredient-content p {
    font-family: 'Klarna Text',sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
}
#module-alcatedincustom-ingredients .alcafaqs {
    padding: 0px;
}
#module-alcatedincustom-ingredients .tedin-tip {
    font-family: 'Klarna Text',sans-serif;
    background-color: #3dccc7;
    border-radius: 16px;
    padding: 33px;
    color: #fff;
    margin-bottom: 60px;
}
#module-alcatedincustom-ingredients .tedin-tip h3 {
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
}
#module-alcatedincustom-ingredients .tedin-tip p {
    font-family: 'Klarna Text',sans-serif;
    color: #fff!important;
    font-size: 18px;
    line-height: 28px;
}
#module-alcatedincustom-ingredients .product-benefits ul {
    margin-bottom: 60px;
}
#module-alcatedincustom-ingredients .product-benefits ul li {
    margin-left: 15%;
}
#module-alcatedincustom-ingredients .product-benefits ul li::before {
    left: 5px;
}
#module-alcatedincustom-ingredients .featured-products h2 {
    text-align: left;
}

.block-alcatedin-trusted {
    position: relative;
    top: 34px;
}

.block-alcatedin-trusted img {
    margin-right: 15px;
}

@media (max-width: 768px) {
    #module-alcatedincustom-ingredients h1 {
        font-size: 24px;
        margin-bottom: 16px;
    }
    #module-alcatedincustom-ingredients .product-benefits ul li {
        margin-left: 18%;
    }
    #module-alcatedincustom-ingredients .product-benefits ul li::before {
        left: 10px;
    }
    #module-alcatedincustom-ingredients .alcafaqs p img {
        max-width: 100%;
        height: auto;
    }

    .block-alcatedin-trusted {
        top: -30px;
        left: 9px;
        float: left !important;
    }
}
.brands-index li {
    color:  #ece9f1;
}
