/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 13 abr. 2021, 12:00:37
    Author     : Stikets
*/

body{
    font-family: 'Museo Sans Rounded', sans-serif;
}

.PuntoNumero {
    width: 22px;
    height: 22px;
    line-height: 20px;
    color: white;
    font-size: 18px;
    text-align: center;
    background-color: #48475c;
    display: inline-block;
    margin-right: 5px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
}

#titol_prod {
    color: #48475c;
    font-weight: 600;
}

#prod_wizard{
    display: flex;
    flex-direction: column;
    padding: 0px 0 0 5px;
    width: 50%;
}
#div_titol_preu_desktop{
    display:flex;
    flex-direction: column;
}
.info_promos{
    font-size: 17px;
    display: block;
    color: #a8191c;
}
#div_preu_valoracions{
    display: flex;
    flex-direction: row;
    align-items: center;
}

#preu_top .moneda, #preu_desktop .moneda{
    font-size: 15px;
}

.msg_visible{
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-block-start: 0;
    padding-inline-start: 0;
    padding-inline-end: 0;
    padding-block-end: 0;
}

#mesura_custom {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    margin-left: 30px;
    font-weight: 300;
}
#mesura_cm{
    color: #666;
    font-weight: 500;
    font-size: var(--cml-body-sub-size);
}

#br_input{
    display: none;
}
#mesura_custom input {
    width: 50px;
    margin-right: 5px;
    background-color: white;
    border-radius: 3px;
    border: 1px solid #939393;
    text-align: center;
    font-size: var(--cml-body-sub-size);
    padding: 2px 10px;
    color: #717171;
}

#marcatge_titol span {
    color: #48475c;
}

#mesura_custom input:focus {
    outline-color: #005898;
}

#quant_custom input{
    width: 62px;
    background-color: #ffffff;
    border-radius: 3px;
    border: 1px solid #939393;
    text-align: center;
    width: 12%;
    left: 10px;
    color: #666;
    height: 25px;
    font-size: 22px;
}

#quant_custom input:focus-visible{
    outline: #00bd7e solid 1px;
}

#vista-previa-controls #info_post{
    display: flex;
    width: 65%;
    align-items: center;
    justify-content: center;
}

.div_zona_material{
    display: flex;
    flex-direction: row;
    gap: 1em;
    margin: 10px 0px 20px 30px;
}

.titol_check_zona_material{
    font-weight: bold;
}
.mat_grosor{
    justify-content: center;
    align-items: center;
}

.text_italic{
    font-style: italic;
    font-size: 90%;
}

.div_zona_material .check {
    border: 1px solid #939393;
    position: absolute;
    right: 10px;
    top: 10px;
}

.check.button_actiu {
    border: 1px solid #00bd7e;
}

.check_zona_material{
    width: 90%;
}

.fila_check_text{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.fila_segona{
    display: flex;
    flex-direction: column;
    font-weight: 200
}

#div_check{
    margin-left: 30px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
}


.check_switch {
    position: relative;
    width: 40px;
    height: 20px;
}

.check_switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}

.check_slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    background-color: #cbcaca;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

.check_slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    bottom: -1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
    border: 1px solid #aaaaaa;
}

input:checked + .check_slider {
    background-color: #00bd7e;
}

input:focus + .check_slider {
    box-shadow: 0 0 1px #00bd7e;
}

input:checked + .check_slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}
.text_checks{
    color: #aaaaaa;
    font-size: 16px;
    cursor: pointer;
}
.text_checks.checked{
    text-shadow:0px 0px 1px black;
    color: #666;
}

.div_checks {
    display: flex;
    margin-top: 15px;
    margin-right: 20px;
}
.div_check_individual{
    display: flex;
    flex-direction: column;
}
.div_tipus_corte{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.quant_butt{
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid transparent;
    border-top: 1px solid #939393;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    padding: 10px 25px 10px 50px;
    font-size: 18px;
}

.quant_butt.active {
    border: 1px solid #00bd7e;
    border-radius: 3px;
    background-color: #eafff8;
    padding: 10px 25px 10px 50px;
}

.quant_butt:hover {
    border: 1px solid #00bd7e;
    border-radius: 3px;
    background-color: #eafff8;
    padding: 10px 25px 10px 50px;
}

#quant_custom:hover {
    border: 1px solid #00bd7e;
    background-color: #eafff8;
    padding: 5px 25px 5px 40px;
}

#quant_custom.active {
    border: 1px solid #00bd7e;
    background-color: #eafff8;
    padding: 5px 25px 5px 40px;
}

.wiz_pres_butt.active {
    border: 1px solid #00bd7e;
    background-color: #eafff8;
    border-radius: 3px;
}

.wiz_pres_butt {
    border-radius: 3px;
    border: 1px solid #939393;
}

.wiz_pres_butt:hover{
    border: 1px solid #00bd7e;
    background-color: #eafff8;
    border-radius: 3px;
}

.euru {
    color: #48475C;
}

.div_zona_quantitats{
    display: flex;
    flex-direction: column;
    margin-left: 30px;
    margin-top: 10px;
}

.div_zona_quantitats > :last-child {
    border-bottom: 1px solid #939393;
    padding-bottom: 10px;
}

.div_curva_pressus_popup > :last-child {
    border-bottom: 1px solid #939393;
}

.div_curva_pressus_popup > :last-child:hover {
    border-bottom: 1px solid #00bd7e;
}

.div_curva_pressus_popup > :last-child.active {
    border-bottom: 1px solid #00bd7e;
}

.button_actiu {
    border: 1px solid #00bd7e;
    background: url(/templates/camaloon/img/green_check_camaloon.png) -2px -2px no-repeat;
    background-size: 24px 24px;
}

.div_zona_quantitats .check{
    position: absolute;
    cursor: pointer;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    left: 10px;
    border: 1px solid #939393;
}
.div_zona_quantitats .check.button_actiu{
    border: 1px solid #00bd7e;
}
#quant_custom {
    cursor: pointer !important;
    padding: 5px 25px 5px 40px;
}
.q_quant, .q_preu_unit, .q_preu_no_estalvi, .q_preu, .q_estalvi{
    width: 12%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

#StkWToolContenedorMenuLayers .q_preu_unit, #StkWToolContenedorMenuLayers .q_preu_no_estalvi,  #StkWToolContenedorMenuLayers .q_preu, #StkWToolContenedorMenuLayers .q_estalvi{
    width: 22%;
}

.div_mas_por_menos .q_quant, .div_mas_por_menos .q_preu_unit, 
.div_mas_por_menos .q_preu_no_estalvi, .div_mas_por_menos .q_preu, 
.div_mas_por_menos .q_estalvi {
    font-size: 90%;
}

.q_preu_no_estalvi, .q_preu {
    justify-content: flex-end !important;
}

.q_quant{
    justify-content: flex-start;
}
.q_preu{
    color: #48475C;
}
.q_estalvi{
    justify-content: flex-start;
    color: #7A7A85;
    width: 22%;
    font-size: 90%;
    font-weight: 300;
}

#contenidor a {
    cursor: pointer;
}

.div_mas_por_menos .q_quant{
    justify-content: flex-start;
}

.div_mas_por_menos .q_preu{
    color: #48475C;
}

.div_mas_por_menos .q_estalvi{
    justify-content: flex-start;
    color: #7A7A85;
    width: 22%;
    font-size: 75%;
    font-weight: 300;
}

#info_post .txt_submit {
    background-color: #00bd7e;
    border-radius: 3px;
}
#mesura_custom input:focus {
    outline-color: #00bd7e;
}

.q_preu_no_estalvi{
    text-decoration: line-through;
    font-weight: 600;
    color: #d75656;
}


.tipografia_vermell_detall_expr::first-letter {
  text-transform: capitalize;
}
.div_magnets_mida{
    display: flex;
    flex-direction: row;
    padding-left: 30px;
    justify-content: space-between;
    margin-bottom: 20px;
}

.div_magnets_mida .wiz_pres_butt{
    flex-direction: row;
    justify-content: center;
}

.div_mida{
    display: flex;
    flex-direction: row;
    padding-left: 30px;
    margin-bottom: 20px;
    gap: 1em;
}

.div_mida .wiz_pres_butt{
    flex-direction: row;
    justify-content: center;
}

.div_valoracions_trusted{
    max-width: 1400px !important;
    margin: 0 auto;
}
.div_llista_valoracions{
    display: none;
}

@media (max-width: 990px) {
    #div_check, #div_tall_individual, #div_check_variables{
        margin-left: 5px;
    }
    .q_quant, .q_preu_unit, .q_preu_no_estalvi, .q_preu, .q_estalvi{
        width: 22%;
    }
    #prod_wizard{

        margin: 0 auto;
        width:95%;
        padding: 0px;
    }

    .div_mas_por_menos_vp .q_quant, .div_mas_por_menos_vp .q_preu_unit, 
    .div_mas_por_menos_vp .q_preu_no_estalvi, .div_mas_por_menos_vp .q_preu, 
    .div_mas_por_menos_vp .q_estalvi {
        font-size: 95%;
    }
    
    .q_quant, .q_preu_unit, .q_preu_no_estalvi, .q_preu,.q_estalvi {
        font-size: 95%;
    }
    
    .div_mas_por_menos_vp .quant_butt {
        padding: 8px 4px 8px 38px;
    }
    
    .div_mas_por_menos_vp .quant_custom {
        padding: 4px 4px 4px 38px;
    }
    
    .div_mas_por_menos_vp .quant_butt.active {
        padding: 8px 4px 8px 38px !important;
    }
    
    .div_mas_por_menos_vp .q_quant {
        width: 14%;
    }
    
    .q_quant {
        width: 14%;
    }
    
    #div_vista_previa_2dfcustom #vista-previa-controls{
        flex-direction: column-reverse;
    }
    
    #div_vista_previa_2dfcustom #vista-previa-controls .btn-close-vista-previa{
        width: 50% !important;
    }
    
    #mesura_custom{
        margin-left: 0px;
        margin-top: 10px;
    }
    
    .div_checks{
        margin-right: 10px;
    }
    
    .div_zona_material{
        margin: 0 0px 5px 0px;
    }
    
    .wiz_pres_butt{
        margin: 3px 0;
        width: 100%;
        padding: 15px 15px;
    }
    .btn-close-vista-previa{
        display: flex;
        justify-content: center;
    }
    .div_zona_quantitats{
        margin-left: 0;
        margin-right: 0px;
        width: unset;
    }
    .q_estalvi{
        display: none;
    }
    .quant_butt{
        padding: 11px 11px 11px 41px;
    }
    
    .quant_butt.active {
        border: 1px solid #00bd7e;
        border-radius: 3px;
        background-color: #eafff8;
        padding: 11px 11px 11px 41px;
    }

    .quant_butt:hover {
        border: 1px solid #00bd7e;
        border-radius: 3px;
        background-color: #eafff8;
        padding: 11px 11px 11px 41px;
    }
    
    #quant_custom{
        padding: 6px 11px 6px 31px;
    }
    
    #quant_custom:hover {
        border: 1px solid #00bd7e;
        background-color: #eafff8;
        padding: 6px 11px 6px 31px;
    }

    #quant_custom.active {
        border: 1px solid #00bd7e;
        background-color: #eafff8;
        padding: 6px 11px 6px 31px;
    }
    
    #quant_custom input{
        width: 20%;
    }
    .q_preu_unit{
        font-size: 14px;
    }
    .q_preu_no_estalvi{
        font-size: 16px;
    }
    
    .div_magnets_mida{
        margin: 0px 0px 5px 0px;
        padding-left: 0px;
        gap: 10px;
        justify-content: center;
        
    }
    .div_magnets_mida .wiz_pres_butt{
        padding: 15px;
    }
    .seccio_wizard .select_mida{
        padding-top: 10px;
        margin-right: 5px;
    }
    .div_valoracions_trusted{
        margin: 10px;
    }
    #info_post .txt_submit, #info_post2 .txt_submit {
        width: 92%;
    }
    
    .check_zona_material{
        width: 100%;
    }
    
    .div_zona_material:has(> :nth-child(3):last-child){
        flex-wrap: wrap;
    }
    
    .div_zona_material:has(> :nth-child(3):last-child) .wiz_pres_butt{
        width: 40%;
    }
    
    #mesura_custom input {
        width: 55px;
    }
    
    .div_zona_material:has(.mat_grosor) {
        flex-wrap: nowrap !important;
        gap: 5px;
    }
    
    .div_tipus_corte{    
        flex-direction: column;
    }
}

@media (max-width: 405px) {
    .div_zona_material:has(> :nth-child(3):last-child) .wiz_pres_butt{
        width: 39%;
    }
    
    .div_magnets_mida{
        gap: 5px;  
    }
    
    .div_zona_material:has(.mat_grosor) .wiz_pres_butt{
        width: 23% !important;
    }
}
