/** {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}*/

/* NO ACTIVA AIXO */
/*
@media (max-width: 600px) {
    #carro_desplegable_div, .zona_informacio_div, .div_valoracions_trusted, .container_general_profunditat, #div_selector_icono, #div_footer_refersion, .div_reviews_web_footer, #contenidor_peu, .peu_info {
        content-visibility: auto;
    }
}
*/
@media (max-width: 900px) {
    html {
        overflow-x: hidden;
    }
}
/*html {
    overflow-y: auto !important;
    overflow: auto !important;
}*/
#contenidor {
    width: 100%;
    /*max-width: 1400px !important;*/
    /*min-width: 512px;
    overflow-x: auto !important;
    overflow-y: hidden;*/
    height: auto !important;
    /*margin: 0 auto;*/
    padding-top: 10px;
}
#contenidor.no_fitxa_web{
    max-width: 1400px !important;
    margin: 0 auto;
    
}

.contenidor_small {
    max-width: 1040px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}

.btn_stk{
    background-color: var(--stk-orange_primary-color);
    border: 0px;
    text-shadow: none;
    border-radius: 25px;
    cursor: pointer;
    font-weight: 600;
    color: #fff;
    font-size: 20px;
    text-align: center;
    display: inline-block;
    align-items: center;
    padding: 0;
    margin: 0;
    text-decoration: none;
    -webkit-appearance: none;
    transition: 0.5s;
    padding: 5px 70px;
    margin-top: 16px;
}

.btn_stk a {
    color: inherit;
}

.btn_stk a:hover {
    color: inherit;
}

.btn_stk.btn_stk_white {
    background-color: white;
    color: var(--stk-orange_primary-color);
    padding: 13px 39px;
    border: 1px solid var(--stk-orange_primary-color);
}

.btn_stk.btn_stk_blue {
    background-color: var(--stk-blue-primary-color);
    color: white;
    padding: 5px 0px;
    border: 1px solid var(--stk-blue-primary-color);
}

.btn_stk.btn_stk_blue_and_white {
    background-color: white;
    color: var(--stk-blue-primary-color);
    padding: 5px 0px;
    border: 1px solid var(--stk-blue-primary-color);
}

.btn_stk.btn_stk_blue:hover {
    opacity: 0.7;
}

.btn_stk.btn_stk_blue_and_white:hover {
    background-color: var(--stk-blue-primary-color);
    color:  white;
    border: 1px solid var(--stk-blue-primary-color);
}

.blocs_contingut > *, .div_valoracions_trusted { 
    font-weight: 300;
    font-size: var(--stk-body-size);
    color: var(--stk-body-color);  
}

.blocs_contingut {
    display: flex;
    flex-direction: column;
    margin-top: 65px;
    margin-bottom: 80px;
    gap: 80px;
    
}

/* padding i margin han de ser la meitat que el gap de .blocs_contingut */
.blocs_contingut .bloc_contigut_outer {
    margin-bottom: -40px;
    margin-top: -40px;
    padding-bottom: 40px;
    padding-top: 40px;
}

.bloc_contingut_margin_top{
    margin-top: 40px !important;
}

.bloc_contingut_margin_top_0{
    margin-top: 0px !important;
}

.text_descripcio_sub strong, .text_descripcio_sub b, .div_resposta_faq strong, .div_resposta_faq b {
    font-weight: 600;
}

.llista_base {
    list-style: none;
    margin: 0; 
    padding: 0;
}

.llista_base li {
    list-style-image: none;
}

@media (max-width: 900px) {
    .div_general_descripcio .btn_cml {
        margin-top: 20px;
    }
        
    .blocs_contingut {
        margin-top: 0px;
        margin-bottom: 40px;
        gap: 40px;
    }
    
    /* padding i margin han de ser la meitat que el gap de .blocs_contingut */
    .blocs_contingut .bloc_contigut_outer {
        margin-bottom: -20px;
        margin-top: -20px;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    
    .bloc_contingut_margin_top{
        margin-top: 20px !important;
    }
    
    /* EXCEPCIO :( */
    .div_beneficis_outter.bloc_contigut_outer {
        margin-top: 0px;
    }
    
    .btn_stk.btn_stk_blue_and_white, .btn_stk.btn_stk_blue {
        width: 90%;
    }
    
    
}

.blocs_contingut .taula_preus_envios_camions {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.div_sota_fitxa_web_relacionados_comuns{
    max-width: 1400px !important;
    margin: 0 auto;
}
.fitxa_producte_div{
    max-width: 1400px !important;
    margin: 0 auto;
}
/*#contenidor_interior {
    width: 100% !important;
    padding-top: 0px;
}*/

/*#contenidor_interior_espai {padding:0px; margin: 0px; margin-left: 0; margin-bottom: 0px;}*/

/*CSS AUTOMATIC DESDE CMS*/
.stk_wdth10{
    width: 10% !important;
}
.stk_wdth20{
    width: 20% !important;
}
.stk_wdth30{
    width: 30% !important;
}
.stk_wdth40{
    width: 40% !important;
}
.stk_wdth50{
    width: 50% !important;
}
.stk_wdth60{
    width: 60% !important;
}
.stk_wdth70{
    width: 70% !important;
}
.stk_wdth80{
    width: 80% !important;
}
.stk_wdth90{
    width: 90% !important;
}
.stk_wdth100{
    width: 100% !important;
}
.stk_mxwdth{
    max-width: 225px !important;
    height: auto !important;
}
.stk_mxwdth450{
    max-width: 450px !important;
}
.stk_mxwdth_prcntg{
    max-width: 100% !important;
    height: auto !important;
}
.stk_mxhght130 {
    max-height: 130px !important;
}
.stk_mxhght140 {
    max-height: 140px !important;
}
.stk_mxhght150 {
    max-height: 150px !important;
}
.stk_mxhght180 {
    max-height: 180px !important;
}
/*CSS AUTOMATIC DESDE CMS*/
.c_cap{ padding: 5px 0 0px;}

.text-maquetat .td_justificat {
    font-size: 20px !important;
    list-style-image: none;
}

.text-maquetat a {
    color: #005898;
}

.text-maquetat a:hover {
    color: #e94c4e;
}

.titol_petit {
    font-family: "Source Sans Pro",sans-serif !important;
    font-size: 25px !important;
    font-weight: bold !important;
    color: #005898;
    padding: 0;
    line-height: 1.2;
    /*margin-top: 10px;*/
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    padding: 10px 5px;
}

.titol_seccio_border {
    font-family: "Source Sans Pro",sans-serif;
    font-size: 26px;
    color: #005898;
    padding: 0;
    line-height: 1.2;
    /*margin-top: 10px;*/
    font-weight: normal;
    text-decoration: none;
    padding: 10px 0;
}


/* DSK */
@media (min-width: 990px) {
    
    .titol_petit {
        margin-left: 7px;
    }
    
    #espai_blanc_cap, #espai_blanc_cap_static {
        height: 150px;
    }
    
    .contenidor, .reviews_subcontainer {
        max-width: 1500px;
        margin: 0 auto;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .contenidor.petit {
        max-width: 1420px;
    }
    
    body:has(#doofinder_search) #titol_principal {
        margin: 10px 0px 10px 0px !important;
    }

}

.blocs_contingut .contenidor {
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }

/* ------- MARGES GLOBALS ----------- */

.marge_lateral {
    margin: 0;
    width: 100% !important;
}

.marge_cap_d {
    margin-right: 20px;
}

.marge_cap_e {
    margin-left: 20px;
}

.marge_portada {
     border-top: 25px solid white;
}

@media (max-width: 600px) {
    #contenidor {
        width: 100% !important;
        padding-top: 0;
    }
    
    .marge05 {
        margin-left: 0.5%;
        margin-right: 0.5%;
    }

/*    .marge10 {
        margin-left: 1%;
        margin-right: 1%;
    }*/

    .marge15 {
        margin-left: 1.5%;
        margin-right: 1.5%;
    }
    
    .marge_portada {
        border-top: none;
    }
    .marge_cap_e {
        margin-left: 12px;
    }
    .marge_cap_d {
        margin-right: 12px;
    }
    .lupa_doofinder{
        margin: 0px !important;
    }

}







/******* BREADCRUMBS MOBILE *********/


@media (max-width: 600px) {
    .bread_normal {
        display: none;
    }
    
    .bread_mobile {
        display: block  !important;
        background-color: white;
        font-size: 14px !important;
        padding: 5px 0 5px 1.5%;
        margin: 0 10px;
        margin-left: 10px !important;
        position: relative;
        width: 98%;
        left: -2%;
        min-height: 31px;
        box-sizing: border-box;
    }
    
    .bread_mobile img {
        width: 20px;
        vertical-align: sub;
        margin-right: 3px;
    }
    
    .breadcrumbs_llista li {
        font-size: 14px;
    }
    
}

@media (min-width: 600px) {
    .bread_normal {
        display: block;
        padding-bottom: 26px;
        /*padding-left: 10px;*/
    }
    
    .bread_mobile {
        display: none;
    }
    
    .breadcrumbs {
        font-size: 14px !important;
    }
    
    .breadcrumbs_llista li {
        font-size: 14px;
    }
}


/*************  VER MAS PRODUCTE **************/
@media (max-width: 600px) {
    .compact_text {
        padding-bottom: 0;
        max-height: 85px;
        min-height: 0 !important;
        overflow: hidden;
        /* Safari
        -webkit-transition: all .4s ease-out;
        transition: all .4s ease-out;
        */
        
    }

    .compact_text .td_justificat p {
        margin-bottom: 0 !important;
        max-width: calc(98% - 30px);
       /*max-width: 98%;*/
    }

    #ver_mas {
        /*border-bottom: 1px solid #384883;*/
        /*margin-bottom: 20px;*/
        min-height: 30px;
        position: relative;
        top: -27px;
        display: table;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        
        background: -moz-linear-gradient(top, rgba(255,255,255,0.35) 0%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255,255,255,0.35) 0%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255,255,255,0.35) 0%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
        cursor: pointer;
    }
    
    .bg_trans {
        background: transparent !important;
    }

    #ver_mas_text {
        /*background-color: #384883;*/
        color: white;
        float: right;
        font-size: 21px;
        padding: 0 10px 3px;
        position: relative;
        display: table-cell;
        vertical-align: bottom;
        /*top: 1px;*/
    }
    
    #ver_mas_text img {
        width: 20px;
    }
}
@media (min-width: 600px) {
    

    .compact_text .td_justificat p {
        margin-bottom: 0 !important;
        max-width: 100%;
    }

    #ver_mas {
        display: none;
    }

    #ver_mas_text {
        display: none;
    } 
    
}





#trustbadge-topbar-container-98e3dadd90eb493088abdc5597a70810, #trustbadge-topbar-container-98e3dadd90eb493088abdc5597a70810, #trustbadge-container-98e3dadd90eb493088abdc5597a70810, #tsbadgeResponsiveTop_db8d3657bdbe440c985ae127463eaad4, .trust_badge_maquetacio {
/*    display: none;*/
    bottom: 0;
    position: fixed !important;
    width: 100%;
    z-index: 10 !important;
    transition: 2s;
}

/* HA D'ESTAR AQUI, JA QUE AIXO ES CRITIC */
.ddexitpop {
    display: none;
}

.grid-content-cat .grid-cell
{ 
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-bottom: 25px;
}

/*#trustbadge-container-98e3dadd90eb493088abdc5597a70810 {
    z-index: 10 !important;
    position: fixed !important;
}*/

@media (max-width:990px) {
    #minimized-trustbadge-98e3dadd90eb493088abdc5597a70810 {
        position: static !important;
    }
    
    .imatges_banners_inlineX2 img {
        /*padding: 4px;*/
        max-width: 95%;
    }
    .imatges_banners_inlineX3 img {
        /*padding: 4px;*/
        max-width: 47%;
    }
    .imatges_banners_inlineX4 img {
        /*padding: 4px;*/
        max-width: 32%;
    }

/*    #trustbadge-container-98e3dadd90eb493088abdc5597a70810 {
        z-index: 10 !important;
        position: static !important;
    }*/

    .text-maquetat .td_justificat {
        font-size: 18px !important;
    }
}

@media (min-width:990px) {
    #trustbadge-topbar-container-98e3dadd90eb493088abdc5597a70810, #trustbadge-container-98e3dadd90eb493088abdc5597a70810, #tsbadgeResponsiveTop_db8d3657bdbe440c985ae127463eaad4, .trust_badge_maquetacio {
        z-index: 10 !important;
    }
}


/*#fons_preload {
    display: none !important;
}*/

#logo img {
    left: initial;
    max-width: inherit;
    position: initial;
    top: auto;
    transform: none;
    z-index: inherit;
}

#titol_principal {
    font-family: "Source Sans Pro",sans-serif;
    font-size: 28px;
    font-weight: bold !important;
    color: #005898;
    padding: 0;
    line-height: 1.2;
    margin: 10px 0px 10px 10px;
    font-weight: normal;
    text-decoration: none;
}

.df-header .df-header-title:last-child{
    text-align: right !important;
    padding-right: 0 !important;
}

#cboxLoadedContent {
    overflow-y: hidden !important;
}

#productes_per_afegir .scroll_productes_afegir::-webkit-scrollbar, .galeries_peroductes_wizard.scroll_productes_afegir::-webkit-scrollbar
{
    display:none !important;
}


.click_continuar{
    text-align: center;
    margin:10px;
    font-size:1.4em;
}

#flecha-prev, #flecha-prev-2 {
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 38px;
    height: 46px;
    text-indent: -9999px;
    z-index: 999;
    left: 20px;
}

#flecha-next, #flecha-next-2 {
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 38px;
    height: 46px;
    text-indent: -9999px;
    z-index: 999;
    right: 20px !important;
}

.botons_accio_galeria {
    display: none;
/*    grid: auto / auto auto auto;*/
}

.botons_accio_galeria img {
    text-align: center;
    margin: 0 auto;
    display: block;
}

.boto_editar_pers, .boto_esborrar_pers {
    display: inline-block;
/*    margin: 0 5px;*/
    cursor: pointer;
    width: 50%;
}



iframe#launcher {
    z-index: 998 !important;
}

.display_block {
    display: block !important;
}

.no_float {
    float: none !important;
}


/*General*/
/*@media only screen and (min-width:769px) {*/
.screen {
    display:auto;
}
.mobile {
    display:none !important;
}
.tablet {
    display:none !important;
}

/*#cistella_mini_espai {
    padding-right:0;
    position:relative;
    width:162px;
}*/
#carro_mini_import {
    float:right;
    position:relative;
    top:5px;
}

/*}*/
/*INICI DEFINIM estils generics html */

.StkappHideWebsite{
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-color:#FFFFFF;
    opacity: .5;
    filter: alpha(opacity=50);
    visibility:hidden;
    z-index:9999999999;
}

.StkappHideWebsiteAjax{
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-color:transparent;
    opacity: 1.0;
    filter: alpha(opacity=100);
    visibility:hidden;
    z-index:9999999999;
}

IMG
{
    border:0px;
}

/*clear both per als floats*/
.net{clear:both;}

/* estil linia horitzontal */
hr
{
    color:#005898;
    height:1px;
    margin:0;
    padding:0;
    border:1px solid #005898;
}
/* usat en titols de m?duls  i seccions */
h1
{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.5em;
    color:#005898;
    text-decoration:none;
    font-weight: normal;
    padding: 0px 0px 0px 0px;
    margin: 0px;

}
h2
{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.3em;
    color: #005898;
    text-decoration:none;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
}

h3, .ordenar {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.2em;
    color: #005898;
    text-decoration: none;
    font-weight: normal;
    padding: 0;
    margin: 0px;

}

.ordenar {
    display: none;
}

h4 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.1em;
    color: #005898;
    text-decoration: none;
    font-weight: normal;
    padding: 0px 0px 0px 0px;
    margin:0px 0px 5px 0px;
}

h5 {
    font-family: 'Source Sans Pro', sans-serif;
    color: #005898;
    font-size: 1.0em;
    text-decoration: none;
    font-weight: normal;
    padding: 0px 0px 0px 0px;
    margin: 0px;

}

h6 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.0em;
    color: #005898;
    text-decoration: none;
    font-weight: normal;
    padding: 0px 0px 0px 0px;
    margin: 0px;

}


/* redefinim llistes no ordenades */

ul li
{
    list-style-image: url(../img/punt_llistes_generals.svg);
}

ul li ul li
{
    list-style-image: url(../img/punt_llistes_generals_2.gif);
}

ul li ul li ul li
{
    list-style-image: url(../img/punt_llistes_generals_3.gif);
}
/* fi redefinim llistes no ordenades */

.no_visible {
    display: none
}


/* estil per enllaç */
a {

    color:#005898;
    text-decoration: underline;
}

a:hover 
{
    color: #005898;
    text-decoration: underline;
}

/* FINAL DEFINIM ENTITATS HTML */


/* estil per defecte d'una cel?la d'una taula (coincidir amb txt) */
td {
    font-family: 'Source Sans Pro', sans-serif;
    color: #666666;
    text-decoration: none;
}


/********************************************************************************************************/
/* Maquetaci� per fila de formulari generica  */
/* est? en %, per tant tindra un marge de maniobra , pobablement sols haurem de redefinir els m?s petits */
/********************************************************************************************************/



.input_check
{
    font-family: 'Source Sans Pro', sans-serif;
    font-size:1em;
    color: #000000;
    background-color: #ffffff;
    border: none;
    padding: 1px ;
    margin: 1px 5px 1px 1px;

}

.my-df-addtocart-btn.txt_submit, #yes_button.txt_submit, #guardar_adressa.txt_submit
{
    background-color: #ea8027 !important;
    border: 0px;
    text-shadow: none;
    color: #FFF !important;
    font-size: 15px;
    text-decoration: none;
    padding: 8px 15px 8px 15px !important;
    margin-top: 15px;
    border-radius: 25px;
    cursor: pointer;
    -webkit-appearance: none;
}

.my-df-addtocart-btn.txt_submit{
    font-size: var(--stk-body-sub-size);
}

input[type="checkbox"]{
    display: none;
}
input[type="checkbox"].no-hide{
    display: inline-block; /* o lo que necesites */
}
[hidden] {
    display: none!important;
}
.txt_submit:hover
{
    border-radius: 10px;
}

.txt_submit_disabled:hover{
    border:none !important;
    background-color:none !important;
    background:none !important;
    cursor:context-menu !important;
}

.boto_submit
{    
    font-family: 'Source Sans Pro', sans-serif;    
    color:#ffffff;
    font-size: 1.3em;    
    padding: 8px 10px 10px 10px;
    text-align: center;
    border-radius: 10px;
    background: #005898;
    border: 1px solid  #005898;

}

label
{
    font-weight: normal !important;
}

.fila_form .etiqueta_simple
{
    margin:3px 0px 5px 0px;
    color: #000000;
    font-weight:normal;
    font-size: 1.0em;
}
.sos_negrita{
    color: black !important;
    font-size: 16px !important;
}
.fila_form .itemample 
{
    width: 100%;
    padding-top:2px;
    text-align:left;
    clear:both;
} 

/********************************************************************************************************/
/** FI Maquetaci� per formulari generica  ***************************************************************/
/********************************************************************************************************/



/* maquetaci? general de la p?gina */
.invisible {
    display:none;
}



/* ############################################################## */
/* ### estils que defineixen l'estructura general de la index ### */
/* ############################################################## */

BODY 
{
    padding:0px;
    margin:0px;
    margin-top:0px;
    text-align: center;
    font-family:'Source Sans Pro', sans-serif;
/*    background:url(../img/fons_body.png) ;*/
    text-decoration: none;
    font-size:0.80em;
    color: #666666;
    overflow-x: hidden;
}

.body_mail{
    padding:0px;
    margin:0px;
    margin-top:5px;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    background:#ffffff;
    text-decoration: none;
    font-size:0.85em;
    color: #333333;
}

form {

    margin-top:0px;
/*    margin-bottom:5px;*/
}


#contenidor_contingut
{
    text-align:left;
    width:960px;
}

#contenidor a {
    text-decoration: none;
}

#contenidor_peu
{
    width:990px;
    background:url(../img/fons_contenidor_peu.png) bottom center no-repeat;
    margin: 0 auto;
    margin-bottom: 20px;
}

.bg_peu_blau{
    background-color: #005898;
    padding: 40px 0 60px 0px;
}
.bg_peu_blau, .bg_peu_blau a{
    color:#fff;
}
.bg_peu_blau .middle-footer{text-align: left;}


.bg_peu_blau button:hover{background-color: #0071c3;color:#fff;}
.bg_peu_blau .peu-titol{line-height: 21px;}

#contenidor_menu_peu
{
    width:100%;   
}

/*.portada_dreta
{
    margin-top: 10px;
    background:url(../img/fons_cercador.png) no-repeat;
}

.portada_esquerre
{


}*/

#logo
{
    text-align:left;   
}

#cap_imatge p
{
    margin:0px;
    padding: 0px;
}





#cos
{
    position: relative;
    float: none !important;
}
#cos.no_fitxa_web{
    /*max-width: 1500px !important;*/
    margin: 0 auto;
}
#cos.cos_portada {
    position: static !important;
}

#cos_interior_unic
{
    margin-top:17px;
}

#cos_interior
{
    text-align: left;
    padding-bottom: 20px;
}

#cos_interior_esquerre
{
    width:640px;
    float:left;
    margin-top:32px;
    margin-bottom: 20px;
}

#cos_interior_dret
{
    width:310px;
    float:right;
    margin-top:5px;

}

#contenidor_banner_ports_dsk_std, #contenidor_banner_ports_dsk_expr {
    width: auto;
}









/** submenu accions de mòdul */
#menu_accions_modul
{
    text-align:right;
    padding-right:15px;
    padding-top:5px;
    font-size:0.8em;
}

#menu_accions_modul a
{
    color:#666666;
    text-decoration:none;
    margin-left:10px;
}

/*************************************************/
/**** pantalla de login  *************************/
/*************************************************/

#cos_login
{
    width:100%;
    background:url(../img/fons_login.jpg);
    height: 469px;
}

#cos_login_interior
{
    padding: 45px 0px 0px 60px;
    text-align:left;
}

#login_titol
{
    margin-bottom:30px;


}

#login_introduccio
{
    color:#005898;
    margin-bottom:15px;
    font-size:1.25em;
    text-align:left;
    font-weight:normal;


}


#missatge_confirma_login
{

    text-align:left;
    padding:30px 20px 100px 30px;


}

#missatge_confirma_login .miss_tornar
{
    margin-top:20px;

}

#form_login
{
    padding:60px 100px 0px 15px;
    margin-bottom:50px;
    height:140px;    
}

#login_recordatori
{
    margin-top:0px;
    color:#666666;
    text-decoration:none;
}

#missatge_error_login
{
    margin:10px 0px 0px 30px;
    color:red;
}

#form_login .fila_form_boto
{
    text-align:right;
}

#form_login .etiqueta_form_obligatori
{
    display:none;
}

#form_login label
{
    font-size:1.1em;
    font-weight:normal;
    color:#000000;
}

#form_login input
{
    font-size:1.1em;

}

.boto_tornar_inici
{
    text-align:left;

}

#missatge_confirmacio_login
{
    margin:10px 0px 0px 30px;
    color:#00cc00;
}

/*************************************************/
/**** FINAL pantallade login  ********************/
/*************************************************/

#cos_espai
{
    padding:10px 10px 10px 10px;
}

#cos_esquerre
{
    width:780px;
    float:left;
    text-align:left;
}

#cos_dret
{
    width:200px;
    float:right;

}

#cos_menu_secundari
{
    width:180px;
    float:left;
    padding-top:10px;
}	


#cos_info
{
    width:600px;
    float:right;
}

#cos_info_espai
{
    padding-left:20px;

}


.boto_tornar
{
    padding-top:33px;
    padding-bottom:20px;
    text-align:right;
}


.fi_float 
{
    clear:both;
    width: 0px;
    height: 0px;
    visibility: hidden;
}

.breadcrumbs_llista
{
    margin:0px;
    padding:0px;


}

.breadcrumbs_llista li
{
    float:left;
    list-style: none;

}

#breadcrumbs
{
    color:#999999;
    font-size:0.80em;
    max-width: 1400px !important;
    margin: 0 auto;
}

#breadcrumbs a, #breadcrumbs_cuenta a
{
    color:#4A4A49;
    text-decoration:none;
}

#breadcrumbs a:hover, #breadcrumbs_cuenta a:hover
{
    color:#999999;
    text-decoration:underline;
}

#breadcrumbs_cuenta {
    color:#999999;
    font-size:0.80em;
    padding-bottom: 20px;
}

.breadcrumbs_amaga {
    display: none;
}









/*****************************************

Peu de pàgina

*****************************************/


.peu_info
{
    text-align: left;
    background: url(../img/fons_peu_contacte.gif) no-repeat;
    padding:16px 0px 48px 16px;
    color:#666666;
}

.peu_info a
{
    color:#666666;
    text-decoration:none;

}

.peu_superior
{
    margin-top: 7px;
    margin-bottom: 2px;
    font-size: 1em;
    color:#666666;

}



.peu_inferior a
{
    text-decoration: underline;
    color:#005898;
    font-size: 0.8em;
}



/** Informaci? debug a peu de p?gina **/

#debug_info_ext
{
    text-align:center;
    margin: 0 auto;
    font-family: "Courier new",Arial;
    font-size: 10pt;
    width:800px;
}

#debug_info
{	
    text-align:center;
    border:1px solid #666666;
    padding:8px;
    background-color:#ffffff;
    margin-top:10px;
}



/*******************************************/
/*** menu principal desplegable flotant ****/
/*******************************************/
#menu_superior
{
    background: url(../img/fons_menu_principal.gif) no-repeat;
    height: 41px;
}

#menu_superior_portada
{
    background: url(../img/fons_menu_principal_portada.gif) no-repeat;
    height: 41px;
}

#menu_deplegable
{
    margin: 0 ;
    margin-left: 10px;
    padding: 0;
}

/* primer nivell de menú */

#menu_deplegable li
{
    float: left;
    list-style: none;
    text-align:center;
    padding-right:0px;

}

#menu_deplegable li a
{
    display: block;
    text-decoration: none;
    /*font-size:1.2em;*/
    font-size: 13px;
    /* si fixem la mida , no ser� escalable i no desmuntara la p�gina */
    font-weight:normal;
    white-space: nowrap;
    text-align:center;
    margin-right:5px;
}


#menu_deplegable li a:hover 
{
    background: #86b9e4;
    color:#ffffff;
}

#menu_deplegable li  a .menu_d_seleccionat
{
    background: #86b9e4;
    padding: 10px 20px 11px 20px;
    display: block;    
    color:#ffffff;

}

#menu_deplegable li  a .menu_d_no_seleccionat
{
    color: #666666;
    padding: 10px 20px 11px 20px;
    display: block;
    color:#ffffff;
}

/* segon nivell de menu nivell de menú */

.desplegable_embolcall
{
    visibility: hidden;    
    text-align:left;
}

#menu_deplegable li ul
{
    margin: 0 0 0 0;
    border-top: 1px solid white;
    padding:0;
    width: auto;
    position: absolute;    
    width:220px;
    font-size: 0.9em;
    padding-bottom: 10px;    
    background: #e0e0e6;
    z-index: 999999;
    background: url(../img/fons_submenu_desplegable.png) bottom no-repeat;

}

#menu_deplegable li ul li
{
    float: none;
    display: inline;
    text-align:left;
    padding:0px !important;
    margin: 0px !important;
}

#menu_deplegable li ul li  .submenu_normal
{
    width: auto;
    font-size:1.0em;
    border-bottom:1px solid #ffffff;
    color: #333333;
    padding: 13px 0px 12px 18px;
    margin:0 !important;
    text-align:left;
    background:none;
}



#menu_deplegable li ul li  a
{
    white-space: normal;
}


#menu_deplegable li ul li  .submenu_normal_seleccionat
{
    width: auto;
    font-size:1.0em;
    border-bottom:1px solid #ffffff;
    color: #ffffff !important;
    background: #86b9e4 !important;   
    padding: 13px 0px 12px 23px;
    margin:0 !important;
    text-align:left;
}

.desplegable_n2 li a:hover
{
    color: #ffffff !important;
    background: #86b9e4 !important;    
}




#menu_superior
{
    background:none;
}
#menu_superior_portada{
    background:none;
    height: 15px;
}
#menu_deplegable {
    text-align: center;
    margin-left: 0px;
    margin: 0 auto;
}


#menu_deplegable li
{
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-right:1%;
    margin-left: 1%;
}
#menu_deplegable li:first-child { margin-left: 0px; }
#menu_deplegable li:last-child { margin-right: 0px; }
#menu_deplegable li a
{
    border:1px solid #d3d3d3;
    background-color:#FAFAFA;
    /*border-radius:2px;*/
    font-size: 18px;
    position:relative;
    top:59px;
    width:100% !important;
    height:40px;
    z-index: 10;
    /*border-bottom: 2px solid #d3d3d3;*/
    /*-webkit-box-shadow: 0px -1px 5px -1px rgba(200, 200, 200, 0.75), 1px 0px 5px -1px rgba(200, 200, 200, 0.75), -1px 0px 5px -1px rgba(200, 200, 200, 0.75); 
    -moz-box-shadow: 0px -1px 5px -1px rgba(200, 200, 200, 0.75), 1px 0px 5px -1px rgba(200, 200, 200, 0.75), -1px 0px 5px -1px rgba(200, 200, 200, 0.75); 
    box-shadow: 0px -1px 5px -1px rgba(200, 200, 200, 0.75), 1px 0px 5px -1px rgba(200, 200, 200, 0.75), -1px 0px 5px -1px rgba(200, 200, 200, 0.75); 
    */
    padding-left: 2px;
    padding-right: 2px;    
}
#menu_deplegable li a.li_menu_seleccionat {
    z-index: 10;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(160, 160, 160, 0.75); -moz-box-shadow: 0px 0px 5px 0px rgba(160, 160, 160, 0.75); box-shadow: 0px 0px 5px 0px rgba(160, 160, 160, 0.75);
}

#menu_deplegable li:last-child a .menu_d_no_seleccionat, #menu_deplegable li:last-child a .menu_d_seleccionat {
    color: #981915;
}

/****************************************
** Fi estils menu principal desplegable
****************************************/




/*
*
* BANNER CAMIONS
*
*/


@media (max-width: 600px) {

    #contenidor_banner_ports_mbl_expr_txt{
        font-size: 90% !important;
        margin-left: 0%;
        text-align: center;
    }

}


.tipografia_vermell_detall_expr{
    font-weight: 600;  
    font-family: "Source Sans Pro";
    color: #944;
}

#contenidor_banner_ports_mbl_std{
    /*background-color: #e3e4e4;*/
    width: 100%;
    color: #666666;

}
#contenidor_banner_ports_mbl_std_txt{
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    text-align: left;
}

#contenidor_banner_ports_mbl_expr{
    width: 100%;
    color: #666666;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    gap: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(235, 233, 235);
}
#contenidor_banner_ports_mbl_expr_txt{
    display: flex;
    font-weight: 600;
    font-size: 16px;
    vertical-align: middle;
    text-align: left;
    align-items: center;
}
#contenidor_banner_ports_mbl_expr_txt .span_camio{
    bottom: 0;
}
#contenidor_banner_ports_mbl_btn{
    display: inline-block;
    float: right;
    width: 20px;
    /*padding-right: 5px;*/
    /*position: absolute;*/
    margin-right: calc(2% + 13px);
}

.contenidor_banner_ports_mbl_ico{
    margin-top: 12px;

    width: 20px;
    cursor: pointer;
    vertical-align: middle;
}

.contenidor_banner_ports_mbl_img{
    vertical-align: middle;
}


#contenidor_banner_ports_mbl_expr_info{
    margin: 0;
    overflow-y: auto;
    background-color: #f6f6f6 !important;
    border-bottom: 1px solid rgb(235, 233, 235);
    border-top: 1px solid rgb(235, 233, 235);
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.simple-popup-content {
    border-radius: 20px;
    overflow-x: hidden !important;
}
/*
.simple-popup-content::-webkit-scrollbar {
    width: 18px;
    background-color: rgba(255,255,255,0);
}

.simple-popup-content::-webkit-scrollbar-thumb {
    background-color: #666;
}

.simple-popup-content::-webkit-scrollbar-track {
    background-color: #ccc;
}

.simple-popup-content::-webkit-scrollbar-track, .simple-popup-content::-webkit-scrollbar-thumb {
    border: 6px solid rgba(255,255,255,0);
    border-radius: 50px;
    background-clip: padding-box;
}
*/
@media (max-width: 600px) {

    .contenidor_banner_ports_mbl_img{
        /*height: calc(33px - 10px);*/
    }

    #contenidor_banner_ports_mbl_std_txt{
        font-size: 90%;
        /*margin-right: 5%;*/
    }
    #contenidor_banner_ports_mbl_std{
        display: block;
    }
    #contenidor_banner_ports_mbl_expr_txt{
        font-size: 90%;
        margin-left: 0%;
        text-align: center;
    }

    .contenidor_banner_ports_txt {
        /*float: left;*/
    }

    #contenidor_banner_ports_mbl_btn {
        margin-right: 5%;
        position: relative;
    }
    .banner_titol {
        width: auto;
        display: inline-block;
        position: relative;
    }

}

@media (min-width:990px) {
    #contenidor_banner_ports_mbl_std, #contenidor_banner_ports_mbl_expr, #contenidor_banner_ports_mbl_expr_info {
        display: none !important;
    }
    .span_camio {
        position: relative;
        bottom: 0px !important;
    }
    
    .hover_complementos:hover  {
        opacity: 0.9;
        transition: all 0.3s linear;
        background-color: white;
    }
    
/*    .cos_banner {
        padding-top: 20px;
    }*/
    
    #descripcio_banner_popup {
        margin-left: 25px;
    }
}

@media (max-width:990px) {
    #contenidor_banner_ports_dsk {
        display: none !important;
    }

    .banner_titol {
        display: inline-block;
        position: relative;
    }
/*    .titol_petit {
        margin: 0 0.5% 10px;
    }*/
    
    .contenidor_banner {
        padding: 0px 5px 10px 5px;
    }
}

.banner_titol .moneda, .contenidor_banner_ports .moneda {
    font-size: 85%;
}

#taula_preus_envios_camions_row .moneda {
    font-size: 0.75em;
}

#contenidor_banner_ports_mbl_std, #contenidor_banner_ports_mbl_expr {
    cursor: pointer;
}


#contenidor_banner_ports_dsk {
    margin: 0;
    /*border-bottom: 1px solid rgb(235, 233, 235);*/
    /*max-width: calc(1200px) !important;*/
    /*margin: 0 auto;*/
    margin-left: 247px;
    max-height: 4vh;
    overflow: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    
}
#contenidor_banner_ports_dsk::-webkit-scrollbar {
    width: 0;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}

.tipografia_vermell_detall_expr{
    font-weight: 600;  
    font-family: "Source Sans Pro";
    color: #944;
}
 #afegir_preu_popup .tipografia_vermell_detall_expr{
    font-weight: normal;  
    font-family: "Source Sans Pro";
    color: #005898;
}

#contenidor_banner_ports_dsk_std{
    color: #666666;
    /*display: inline-block;*/
    
    vertical-align: middle;
    margin-left: calc(5% + 13px);
}

#banner_titol_std_dsk,#banner_titol_exp_dsk {
    vertical-align: middle;
}

#contenidor_banner_ports_dsk_std_txt{
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
    text-align: left;
    /*margin-left: calc(2% + 14px);*/
}

#contenidor_banner_ports_dsk_expr{
    color: #666666;
    display: inline-block;
    vertical-align: middle;
}
#contenidor_banner_ports_dsk_expr_txt{
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
    vertical-align: middle;
    text-align: left;
}

#contenidor_banner_ports_dsk_btn{
    display: inline-block;
    /*float: right;*/
    /*width: 20px;*/
    /*padding-right: 5px;*/
    margin-right: calc(1% + 14px);
    /*position: absolute;*/
    /*padding-left: 15px;*/
    color: #666;
    text-decoration: underline;
    padding-left: 10px;
}

#contenidor_banner_ports_dsk_btn:hover {
    color: #333;
    cursor: pointer;
}

.contenidor_banner_ports_dsk_ico{
    margin-top: 10px;

    width: 20px;
    cursor: pointer;
    vertical-align: middle;
}

.contenidor_banner_ports_dsk_img{
    padding: 5px 0px;
    padding-right: 5px;
    vertical-align: middle;
}

#contenidor_banner_ports_dsk_expr_info{
    /*height: 250px;*/
    overflow-y: scroll;
    background-color: #f6f6f6 !important;
    border-bottom: 1px solid rgb(235, 233, 235);
    border-top: 1px solid rgb(235, 233, 235);
    margin: 0;
}

#contenidor_banner_ports_dsk_expr_info > div {
    max-width: 230px;
    margin: 10px auto;
}

/*#contenidor_banner_ports_mbl_expr_info > div {
    max-width: 310px;
    margin: 10px auto;
}*/

#contenidor_banner_ports_dsk_separador {
    /*display: inline-block;*/
    display: none !important;
    font-weight: 600;  
    font-family: "Source Sans Pro";
    color: #666666;
    font-size: 15px;

    border-left: 1px solid #666666;
    height: 15px;
    margin: 0 25px 0 15px;
    vertical-align: middle;
}

#contenidor_banner_ports_dsk_separador .linea_separador {
    vertical-align: middle;
    padding: 0 15px;
}




.contenidor_banner_ports_txt .contenidor_banner_ports_mbl_img {
    /*transform: scale(0.6);*/
    /*width: 60%;*/
    width: 100%;
    /*margin-top: 5px;*/
}

#contenidor_banner_ports_dsk .contenidor_banner_ports_mbl_img {
    /*transform: scale(0.7);*/
    /*width: 60%;*/
    width: 100%;
}

#contenidor_banner_ports_dsk_expr_more_info {
    margin-top: 5px;
}


.contenidor_banner_ports_txt {
    text-transform: uppercase;
    /*letter-spacing: 0.8px;*/
    font-size: 14px;
    padding-top: 10px;
}

.span_camio {
    display: inline-block;
    text-align: right;
    width: 40px;
    padding: 0 10px 0 0;
    position: relative;
    bottom: 5px;
}

.no_std {
}

@media (max-width:960px) {
    #contenidor_banner_ports_dsk_separador .linea_separador {
        padding: 0 10px;
        width: 80px;
    }
    #contenidor_banner_ports_dsk_std_txt {
        margin: 0;
    }
}

/*
.contenidor_banner_ports {
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    transition-delay: 0.1s;
}

.contenidor_banner_ports_vis {
    opacity: 1;
}
*/

.contenidor_banner_ports_info table {
    /*margin: 0 auto;*/
}

.contenidor_banner_ports_info a {
    color: #005898;
}

#banner_menu, #banner_menu-mobil {
    display: none;
}

.taula_preus_envios_camions {
    /*padding: 10px 0;
    margin: 10px auto;*/
    border: 0;
    background-color: white;
    display: inline-block;
    bottom: 0 !important;
    right: 0 !important;
    margin-top: 15px;

}

.taula_preus_envios_camions td {
    /*border: 1px solid #666;*/
    color: #666;
    text-align: center;
    padding: 5px;
    /*font-weight: bolder;*/
    /*text-transform: uppercase;*/
}

.taula_preus_envios_camions th {
    background: none;
    color: #666;
    text-align: center;
    border-bottom: 1px solid #bbb;
    padding: 10px;
    /*font-weight: bolder;*/
/*    text-transform: uppercase;*/
}

.taula_preus_envios_camions th img {
    width: 50px;
    margin-bottom: 10px;
}

.columna_esq_border {
    border-right: 1px solid #bbb;
}

.columna_mig {
    border-right: 1px solid #bbb;
    border-left: 1px solid #bbb;
}

#th_std, #th_expr {
    text-align: center !important;
}

#th_moneda {
    display: block;
    padding-bottom: 6px;
    font-size: 28px;
}

#th_expr {
    font-weight: normal !important;
}

.txt_info_banner {
    text-align: left;
    color: #666;
    margin-left: 4px;
}

.txt_info_banner a {
    text-align: left;
    color: #666;
}

.txt_info_banner a:hover {
    color: #333;
}


#simple-popup .taula_preus_envios_camions {
    display: inline-block;
    margin: 0 auto;
} 

#simple-popup .txt_info_banner {
    text-align: center;
}

.txt_dies_entrega {
    text-transform: uppercase;
}

#taula_preus_envios_camions_row td:nth-child(2), #taula_preus_envios_camions_row td:nth-child(3) {
    text-align: center !important;
}

.info_agencies {
    display: inline-block;
    padding-left: 20px;
}



/*
 * CODI NEW GALLERIES
 */


.stk_gallery {
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
    flex-direction: row;
    
    white-space: nowrap;
}

.stk_gallery .cela_titol {
    white-space: normal;
}


.stk_gallery .stk_gallery_controls a {
    position: absolute;
    top: 52%;
    margin-top: -16px;
    outline: 0;
    width: 38px;
    height: 46px;
    text-indent: -9999px;
    z-index: 9999;
}


.stk_gallery .bx-prev {
    left: 15px;
    background: url(/js/jquery/jquery.bxslider/images/Arrow_left.png) no-repeat;
}

.stk_gallery .bx-next {
    right: 20px;
    background: url(/js/jquery/jquery.bxslider/images/Arrow_right.png) no-repeat;
}
@media (max-width:900px) {
    .stk_gallery {
        overflow: auto;
        margin-top: 10px;
    }
    
    .stk_gallery_controls {
        display: none;
    }
    
}


@media (max-width:900px) {
    
    
    .galeries_peroductes_wizard {
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        overflow-y: hidden;
        overflow-x: auto;
    }
    
/*    .galeries_peroductes_wizard label {
        scroll-snap-align: start;
        scroll-behavior: smooth;
    }*/
    
    
    
    .flow_modal {
        -webkit-overflow-scrolling: auto;
        scroll-behavior: auto;
        overscroll-behavior: contain;
    /*    display: none;*/
        z-index: 9999999999;
        position: fixed;
        width: 100vw;
        background-color: rgba(0, 0, 0, 0);
        transition: background-color 0.5s;
        pointer-events: none;
        right: 0;
        left: 0;
    }

    .flow_modal.in {
        display: block;
        background-color: rgba(80, 80, 80, 0.3);
        width: 100vw;
        height: 100vh;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        pointer-events: initial;
    }

    .flow_modal .flow_modal_inner {
        position: fixed;
        background: white;
        z-index: 9999999999;
        transform: translate3d(0, 100%, 0);
        bottom: 0;
        transition: transform 0.3s ease;
        margin: 0 !important;
/*        padding: 10px 5px 0px 5px !important;*/
/*        padding: 10px 0px 0px 0px !important;*/
        box-sizing: border-box;
        border: 2px solid #eee;
        width: 100vw;
        max-height: 50vh;
        min-height: 50vh;
        height: 50vh;
    }

    .flow_modal.in .flow_modal_inner {
        box-shadow: 0px -2px 14px #ccc;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        overflow-y: scroll;
    }
    
    .wizard_extra .selecciona_icona .flow_modal.in .flow_modal_inner {
        overflow-y: hidden !important;
    }
    

    .flow_modal_inner legend {
        display: none !important;
    }
    
    .flow_modal_inner .tab-content, .flow_modal_inner ul.tabs, .flow_modal_inner .selecciona_color_lletra {
        width: 100% !important;
    }
    
    .flow_modal_inner .selecciona_color_lletra {
        bottom: 0;
    }
    
    .flow_modal .flow_modal_footer {
        display: none;
    }
    
    .flow_modal.in .flow_modal_footer {
        display: block;
        position: absolute !important;
        bottom: 0px !important;
        width: 100%;
        background-color: white;
    }
    
}

.centrat_text {
    text-align: center !important;
}

@media (min-width:900px) {
    .flow_modal {
        display: none !important;
        opacity: 0;
        transition: opacity 0.5s ease;
        position: absolute;
        max-width: 400px;
        width: calc(25vw - 90px);
        background-color: white;
        z-index: 10;
    }
    
    .flow_modal.in {
        box-shadow: 0px 0px 6px #eee;
        display: block !important;
        opacity: 1;
        transition: opacity 0.5s ease;
        border: 2px solid #eee;
    }
    
    
    .flow_modal {
/*        display: none;*/
    }
    
}


/*Estils per cataleg, canviem estils del cap*/
.link_catalog, .link_catalog:hover{
    text-decoration: none;
}


/*Estils especifics per la barra de black friday*/
.height_blackfriday{
    height: 91px !important;
}

.div_blackfriday{
    position: fixed;
    width: 100%;
    z-index: 11;
    top: 0px !important;
    pointer-events: none;
}

.blackfriday{
    height: 30px !important;
    text-decoration: none;
}

.blackfriday:hover{
    text-decoration: none;
}

.color_fons{
    background-image: none !important;
    background-color: #323232;
}

.top_blackfriday{
    top:30px !important;
}

.text_blackfriday{
    font-weight: bold !important;
}

.codi_black{
    font-weight: bold;
    text-decoration: underline;
}

/*Fi estils especifics per la barra de black friday*/

.div_color_christams_catalog_bar{
    background-color: #C71E1F;
    /*background-image: url("/templates/stikets/img/BANNER_CATALOGUE_CHRISTMAS_HEADER.png");*/
    width: 100%;
    height: 32px;
    position: absolute;
    transition: width 1s, opacity .5s;
    opacity: 1;
    background-size: 122%;
    background-position-x: center;
}
/* Parche per no fer cache
.div_color_ofertes_bar{
    background-image: url("/templates/stikets/img/BANNER_OFFERS_HEADER.png");
    width: 100%;
    height: 40px;
    position: absolute;
    transition: width 1s, opacity .5s;
    opacity: 1;
    background-size: 122%;
    background-position-x: center;
}*/
.div_color_ofertes_bar{
    background-image: url("/templates/stikets/img/BANNER_CATALOGUE_HEADER.png");
    width: 100%;
    height: 40px;
    position: absolute;
    transition: width 1s, opacity .5s;
    opacity: 1;
    background-size: 122%;
    background-position-x: center;
}
.div_color_ecoshipping_bar{
    background-color: #eef4e9;
    width: 100%;
    height: 35px;
    position: absolute;
    transition: width 1s, opacity .5s;
    opacity: 1;
    background-size: 122%;
    background-position-x: center;
}
.div_color_catalog_bar{
    background-image: url("/templates/stikets/img/BANNER_CATALOGUE_HEADER.png");
    width: 100%;
    height: 40px;
    position: absolute;
    transition: width 1s, opacity .5s;
    opacity: 1;
    background-size: 122%;
    background-position-x: center;
}

#barra_catalog{
    background-color: #efefef;
    display: flex;
    width: 100%;
    height: 32px;
    justify-content: center;
    align-items: center;
    /*padding: 5px 0;*/
    cursor: pointer;
}
#barra_eco-friendly{
    background-color: #efefef;
    display: flex;
    width: 100%;
    height: 32px;
    justify-content: center;
    align-items: center;
}
.img_barra_catalog{
    z-index: 1;
}
.text_barra_catalog{
    font-size: 17px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 10px;
    font-weight: bold;
    z-index: 1;
    transition: .5s;
}
#eco-friendly{
    z-index: 1;
}
.text_barra_ecoshipping{
    font-size: 17px;
    text-transform: uppercase;
    color: #73b25a;
    margin: 0 5px;
    font-weight: bold;
    z-index: 1;
}
#cap_blanc.position_initial_catalog{
    position: initial ;
}
#espai_blanc_cap_static.display_none_catalog{
    display: none ;
}

#barra_with_love{
    background-color: #ef4971;
    display: flex;
    width: 100%;
    height: 32px;
    justify-content: center;
    align-items: center;
}

.text_barra_withlove{
    font-size: 17px;
    text-transform: uppercase;
    color: white;
    margin: 0 5px;
    font-weight: bold;
    z-index: 1;
    transition: .5s;
}


.div_color_withlove_bar{
    background-color: #ef4971;
    width: 100%;
    height: 35px;
    position: absolute;
    transition: width 1s, opacity .5s;
    opacity: 1;
    background-size: 122%;
    background-position-x: center;
}

img.exit_popup_desktop {
    display: block;
}

img.exit_popup_mobile {
    display: none !important;
}

@media (max-width: 990px){
    
    img.exit_popup_desktop {
        display: none !important;
    }
    
    img.exit_popup_mobile {
        display: block !important;
    }
    
    .text_barra_catalog{
        font-size: 13px;
    }
    .text_barra_ecoshipping{
        font-size: 12px;
    }
    .div_color_catalog_bar{
        background-size: unset;
    }
    .div_color_ofertes_bar{
        background-size: unset;
    }
    
    .flexsearch--input {
        height: 33px !important;
        opacity: 0.7;
        border: 1px solid #878686 !important;
        margin: 15px 10px 0 10px !important;
        box-shadow: none !important;
    }
    
    .flexsearch--submit {
        width: 25px !important;
        height: 25px !important;
        top: 34px !important;
        right: 35px !important;
        transform: translateY(-50%);
    }
}

.linia_input {
    display: table-row-group !important;
}

input, textarea, select,input.error
{
    font-family: 'Source Sans Pro', sans-serif;
    color: #666;
}

.uppercase {
    text-transform: uppercase;
}

/******************************************************************************/

@media (min-width: 991px) and (max-width: 1500px) {
    #banner_titol_exp_dsk{
        font-size: 13px !important;
    }
    
    .marge_cap_e{
        margin-left: 0px;
    }
    
    .fill_empty_zona_esq{
        min-width: 20px !important;
    }
    
    #div_idiomes_list{
        margin-left: 5px;
    }
    
    #contenidor_banner_ports_dsk_std_txt{
        font-size: 13px !important;
    }
}

.flexsearch--input {
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 55%);
}

.flexsearch--input-wrapper {
    padding: 0 70px 0 10px;
}

@media (max-width: 1530px){
    #contenidor_banner_ports_dsk{
         margin-left: 10px;
    }
}

#cistella_mini
{
    color:#005898;
    text-align: left;
    display: flex;
    align-items: center;
    margin-left: 5px;
}
#cistella_mini img {
    position:relative;
    cursor: pointer;
    top:2px;
}


#cistella_mini a
{
    color:#253c78;
    text-decoration:none;
    font-size: 19px;
    padding-left: 0px;
    font-weight: 600;
}


