/**
* 2007-2022 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-2022 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.
*/

.product-line__error_and_warning{
    text-transform:none;
    font-size:11px;
    font-weight: bold;
    /*color: #fff !important;*/
    color: #DA1212;
    /*background-color: rgb(218,18,18,0.5);*/
    background-color: #FEF3F3;
    /*padding: 5px;border: 1px solid #da1212;*/
    padding:12px;
}

.product-line_attribute-entry{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
}

.selectable-combination{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--br-gris-oscuro);
    margin-left: 21px;
    padding: 0 5px;
    cursor: pointer;
}

.selectable-combination i{
    font-size: 5px;
    margin-left:5px;
    color: var(--br-negro);
}

.selectable-combination:hover{

}

.modal-combi-selector-container{
    position: fixed;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    background-color: transparent;
    z-index: 1;
    display: flex;
    flex-direction: column;
}

.modal-combi-selector-container:not(.combi-modal-open){
    display:none !important;
}

.modal-combi-selector-container .modal-combi-selector-overlay{
    position: absolute;
    height:100%;
    width:100%;
    top:0px;
    left:0px;
    background-color: var(--br-negro);
    opacity:0.3;
}

.modal-combi-selector-container .modal-combi-selector-title {
    display: none;
    padding: 13px 21px 15px;
    text-align: center;
    z-index: 1;
}

.modal-combi-selector-container .modal-combi-selector-title #modal-combi-selector-back {
    float: left;
    line-height: 19px;
    cursor: pointer;
}

.modal-combi-selector-container .modal-combi-selector-img {
    display: none;
    max-width: 100%;
    max-height: calc(100vh - 50px);
    margin-top: 24px;
    padding-left: 24px;
    z-index: 1;
}

.modal-combi-selector-container .modal-combi-selector-img .slick-list {
    padding-left: 0 !important;
}

.modal-combi-selector-container .modal-combi-selector-img .slick-list img {
    padding-right: 12px;
}

.modal-combi-selector-container .modal-combi-selector-img .slick-arrow-left {
    top: 50%;
    left: 40px;
    height: auto;
    color: var(--br-blanco);
    transform: rotate(-90deg) translateY(-50%);
}


.modal-combi-selector-container .modal-combi-selector-img .slick-arrow-right {
    top: 50%;
    right: 20px;
    height: auto;
    color: var(--br-blanco);
    transform: rotate(90deg) translateY(-50%);
}

.modal-combi-selector-container .modal-combi-selector-block{
    width: 100%;
    height: auto;
    padding: 15px 19px;
    background-color: var(--br-blanco);
    z-index: 1;
    margin-top: auto;
}

.modal-combi-selector-block .modal-combi-selector-options-list{

}

.modal-combi-selector-block .modal-combi-selector-options-list .modal-combi-selector-options-list-line{
    position:relative;
    border: 1px solid transparent;
    border-bottom: 1px solid #EDEDED;
    cursor:pointer;
}

.modal-combi-selector-block .modal-combi-selector-options-list .modal-combi-selector-options-list-line:hover .modal-combi-selector-options-name:not(.selected){
    text-decoration:underline;
    text-underline-offset: 3px;
}

.modal-combi-selector-block .modal-combi-selector-options-list .modal-combi-selector-options-list-line.out_of_stock_warning:hover .modal-combi-selector-options-name:not(.selected){
    text-decoration:line-through;
}

.modal-combi-selector-block .modal-combi-selector-options-list .modal-combi-selector-options-list-line.selected .modal-combi-selector-options-name{
    text-decoration:underline;
    text-underline-offset: 3px;
}

.modal-combi-selector-block .modal-combi-selector-options-list .modal-combi-selector-options-list-line:last-child:not(.selected){
    border-bottom: 1px solid transparent!important;
}

.modal-combi-selector-block .modal-combi-selector-options-list .modal-combi-selector-options-list-line .modal-combi-selector-options-name{
    text-align:center;
    padding: 14.5px 0 14.5px;
}

.modal-combi-selector-block .modal-combi-selector-options-list .modal-combi-selector-options-list-line.out_of_stock_warning .modal-combi-selector-options-name{
    opacity: 0.3;
    text-decoration-line: line-through;
}

.modal-combi-selector-block .modal-combi-selector-options-list .modal-combi-selector-options-list-line.out_of_stock_warning{
    pointer-events:none !important;
}

.modal-combi-selector-block .modal-combi-selector-options-list .modal-combi-selector-options-list-line .modal-combi-selector-options-qty{
    position:absolute;
    top: 20px;
    text-align:right;
    right:0px;
    cursor:pointer;
    pointer-events: initial !important;
}

.modal-combi-selector-block .modal-combi-selector-options-list .modal-combi-selector-options-list-line.low_stock_warning .modal-combi-selector-options-qty{
    color: #E3A426;
}

.modal-combi-selector-block .modal-combi-selector-options-bottom{
    margin-top: 17px;
}

#totblockcart_dropdown .modal-combi-selector-block .modal-combi-selector-options-bottom .guia_tallas {
    display: block;
    text-align: center!important;
    position: relative;
    left: unset;
    right: unset;
    padding-left: unset;
    bottom: unset;
    max-width:100%!important;
}
#totblockcart_dropdown .modal-combi-selector-block .modal-combi-selector-options-bottom .guia_tallas a{
    color:#000!important;
}

.modal-combi-selector-block .modal-combi-selector-options-button{
    margin-top:10px;
    margin-bottom:20px;
    height:50px;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:row;
    border-radius:2px;
    background-color:#000000;
    color:#ffffff;
    font-family:'Montserrat-Regular','Verdana';
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:0.05em;
    font-size:12px;
    line-height:50px;    
    width: 100%;
    border:none;
    box-shadow:none;
    display:none;
}

/* Scroll */
.modal-combi-selector-container .modal-combi-selector-block::-webkit-scrollbar {
    width: 6px;
    padding-left:14px;
    opacity:0.7;
}

/* Track */
.modal-combi-selector-container .modal-combi-selector-block::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/ 
    -webkit-border-radius: 3px;
    border-radius: 3px;
    /*display:none;*/
    background-color:#e0e0e0;
    opacity:0.7;
}

/* Handle */
.modal-combi-selector-container .modal-combi-selector-block::-webkit-scrollbar-thumb {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #b3b3b3; 
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);*/ 
    opacity:0.7;
}

@media (min-width: 768px){
    .modal-combi-selector-container{
        width: 473px;
        height: 100%;
        background-color: var(--br-blanco);
    }
    .modal-combi-selector-container .modal-combi-selector-overlay{
        display: none;
    }
    .modal-combi-selector-container .modal-combi-selector-title {
        display: block;
    }
    .modal-combi-selector-container .modal-combi-selector-img {
        display: block;
    }
    .modal-combi-selector-container .modal-combi-selector-block{
        padding: 15px 21px;
    }
    .modal-combi-selector-block .modal-combi-selector-options-list .modal-combi-selector-options-list-line .modal-combi-selector-options-name{
        padding:13px 0 15px;
    }
    .modal-combi-selector-block .modal-combi-selector-options-button{
        display:none !important;
    }
}