body {
    font-family: 'Source Sans Pro', sans-serif;
    padding-top: 111px;
}

.body-promocio { padding-top: 126px !important}

@media (min-width: 1200px){
    body {
        padding-top: 165px;
    }

    body.body-promocio { padding-top: 156px !important;}
}

@media (max-width: 978px){
    .titol-seccio { padding: 15px 0 !important}
    .titol-seccio .titol { font-size: 1.8em !important}
}

/*UTILS*/

a {
    color: inherit;
}

a:hover, button:hover {
    text-decoration: none;
    opacity: .7;
    color: inherit;
}

:focus {
    outline: none;
}

button,
select,
.btn {
    cursor: pointer;
    box-shadow: none!important;
    outline: none!important;
}

.table-bordered thead td, .table-bordered thead th {border-bottom-width: 1px;}

.f-size-08 { font-size: 0.8rem}

.pointer { cursor: pointer}

/*COLORS*/
.c-negre-1{
    color: #000;
}

.c-taronja-1{
    color: #fc5806 !important;
}

.bg-taronja-2 { background-color: #fbc8ae}
.bg-gris { background-color: #f1f1f1;}

.c-verd-1{
    color: green !important
}

.error-txt { color: red}
.success-txt { color: green}

.ff6600 {color:#ff6600}

.max-w-100px { max-width: 100px}

/*MARGINS*/

.margin-top-20 {
    margin-top: 20px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-left-15 {
    margin-left: 15px;
}

.margin-left-30 {
    margin-left: 30px;
}

@media (min-width: 768px){
    .margin-left-30-md {
        margin-left: 30px;
    }
    .marca-block-category { height: 100%}
}

input:read-only, select:disabled { background-color: #e8e8e8; opacity: 0.4}

.f-size-2 { font-size: 2rem}

.fw-600 {font-weight:600}

/*TOP*/

.overlay-on { overflow: hidden;}
.overlay-on .fixed-top { height: 100%;}

.navbar-capa {
    opacity: 0;
    transition: opacity .25s ease-in;
    -moz-transition: opacity .25s ease-in;
    -webkit-transition: opacity .25s ease-in;
}

.navbar-capa.in {
    background-color: rgba(0,0,0,.6);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    opacity: 1;
    transition: opacity .25s ease-out;
    -moz-transition: opacity .25s ease-out;
    -webkit-transition: opacity .25s ease-out;
}

.navbar-light {
    background-color: #ffffff!important;
    min-height: 110px;
    font-size: .9rem;
}

.navbar-light .block-top {
    width: 100%;
    text-align: right;
    float: right;
}

.navbar-light .block-top .fa-phone, .navbar-light .block-top .fa-clock { 
    color: #fc5806;
}

.navbar-light .block-top .fa-whatsapp { 
    color: #25d366;
    font-size: 1.1rem
}

.navbar-light .navbar-brand {
    max-width: calc(100% - 155px);
    padding: 10px;
    margin-right: 0;
}

.navbar-light .navbar-toggler,
.navbar-light .cistella-link, 
.navbar-light .buscador-link {
    background-color: #fc5806;
    color: #fff;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    margin-left: 8px;
    margin-bottom: 10px;
    padding: 0 10px;
    border: 1px solid #fc5806;
    display: inline-block;
    width: auto;
    float: left;
}

.navbar-light .navbar-toggler:hover {
    opacity: .8
}

.navbar-light .tel {
    margin-top: 5px;
    display: inline-block;
}

.navbar-light .tel i {
    margin-right: 5px;
}

.navbar-light .form-search {
    width: 100%;
    float: right;
    margin-left: 30px;
    margin-top: 15px;
}

.navbar-2 {
    background-color: #fff;
    box-shadow: 0 7px 9px -7px rgba(0, 0, 0, 0.7);
}

.navbar-2 .nav-item {
    color: #333333;
    display: inline-block;
    margin: 0 4px;
}

.navbar-2 .nav-item .nav-link {
    padding: 10px 5px;
    font-weight: 900;
    text-transform: uppercase;
}

.navbar-2 .nav-item .nav-link i{
    color: #fc5806;
}

.navbar-2 .nav-item.actiu,
.navbar-2 .nav-item:hover,
.navbar-2 .nav-item.show {
    padding-bottom: 5px;
}

.navbar-2 .nav-item.actiu .nav-link,
.navbar-2 .nav-item:hover .nav-link,
.navbar-2 .nav-item.show .nav-link {
    border-bottom: double #000;
    padding: 10px 5px 2px 5px!important;
}

.navbar-2 .cistella-total {
    position: absolute;
    top: 6px;
    right: -17px;
    width: 20px;
    height: 20px;
    background-color: #fc5806;
    display: inline-block;
    font-size: .75em;
    color: #fff;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
}

.navbar-2 .dropdown-menu {
    padding: 15px 0 0 0;
    border-radius: 0;
    border: none;
    margin-top: 0;
    background-color: transparent;
    left: 0!important;
}

.navbar-2 .dropdown-top {
    width: 180px;
    left: 50%!important;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 0;
}

.navbar-2 .dropdown-menu .dropdown-capa {
    background-color: #fff;
    border: 1px solid #5b5b5b;
    list-style: none;
    padding: 15px;
}

.navbar-2 .dropdown-top .login {
    padding: 10px;
    background-color: #fc5806;
    color: #fff;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}

.navbar-2 .dropdown-top a {
    margin-top: 2px;
    margin-bottom: 2px;
    display: inline-block;
}

.navbar-2 .dropdown-cistella {
    width: 280px;
    right: 0!important;
    left: auto!important;
}

.navbar-2 .dropdown-cistella .titol {
    text-align: center;
    margin-bottom: 15px;
    font-weight: 700;
}

.navbar-2 .dropdown-cistella .linia {
    border-bottom: 1px solid #dadbdb;
    margin-bottom: 20px;
}

.navbar-2 .dropdown-cistella .producte {
    font-size: .875em;
    margin-bottom: 15px;
}

.navbar-2 .dropdown-cistella .producte .preu {
    color: #fc5806;
}

.navbar-2 .dropdown-cistella .eliminar {
    background-color: transparent;
    border: none;
    margin-bottom: 20px;
    float: right;
    text-decoration: underline;
    font-size: .75em;
    color: #636363;
}

.navbar-2 .dropdown-cistella .total {
    text-align: center;
    display: block;
    margin-bottom: 10px;
}

.navbar-3 {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 99;
    height: 100%;
    background-color: #e8e8e8;
    left: -110%;
    transition: .7s;
    display: block!important;
    box-shadow: 0 7px 9px 1px rgba(0, 0, 0, 0.7);
}

.navbar-3.show {
    left: 0;
}

.navbar-3 .perf {
    background-color: #fc5806;
    padding: 50px 15px 15px 15px;
    margin-bottom: 15px;
    position: relative;
}

.navbar-3 .perf .perf-a {
    color: #fff;
    margin-right: 8px;
}

.navbar-3 .perf .perf-a.actiu {
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
}

.navbar-3 .perf .perf-titol {
    display: none;
    color: #fff;
    text-align: center;
}

.navbar-3 .perf .btn-enrere {
    background-color: transparent;
    border: none;
    color: #fff;
    padding: 5px;
    position: absolute;
    top: 5px;
    left: 15px;
    display: none;
}

.navbar-3 .perf .btn-perf {
    background-color: transparent;
    border: none;
    color: #fff;
    padding: 5px;
    position: absolute;
    top: 5px;
    right: 15px;
}

.navbar-3 .perf-capa-1{
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100% - 104px);
    padding-bottom: 50px;
}

.navbar-3 .perf-capa{
    display: none;
}

.navbar-3 .nav-item {
    display: block;
    margin-bottom: 2px;
    background-color: #fff;
    padding: 10px;
}

.navbar-3 .nav-item i {
    float: right;
    margin-top: 5px;
}

.navbar-3 .submenu-capa {
    position: absolute;
    top: 104px;
    background-color: #e8e8e8;
    height: calc(100% - 104px);
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
    padding-bottom: 50px;
}

.pedido-link {
    background-color: #fc5806;
    color: #fff;
    padding: 10px;
    display: block;
    text-align: center;
    font-size: .875em;
}

.navbar-2 .nav-item .navbar-toggler {
    background-image: url(../img/navbar.png);
    background-position: center;
    background-repeat: no-repeat;
    padding: .25rem 1.5rem;
    display: inline-block;
    height: 25px;
}

.dropdown-filtre {
    top: 0!important;
    transform: translate3d(0px, 38px, 0px)!important;
}

.dropdown-productes,
.dropdown-marques {
    position: inherit;
}

.dropdown-productes .dropdown-menu,
.dropdown-marques .dropdown-menu {
    /*display: block!important;*/
    width: 100%;
    border-top: 2px solid #cccccc;
    padding: 0;
    overflow: hidden;
    background-color: #fff;
    color: #c2c2c2;
    transform: translate3d(0, 0, 0px)!important;
    top: 44px!important;
    box-shadow: 0 7px 9px -7px rgba(0, 0, 0, 0.7);
}

.dropdown-productes .categories-1 {
    -webkit-box-shadow: 3px 0px 23px 1px #e9e9e9;
    -moz-box-shadow: 3px 0px 23px 1px #e9e9e9;
    box-shadow: 3px 0px 23px 1px #e9e9e9;
    text-transform: uppercase;
    font-weight: 700;
    padding: 30px 15px;
}

.dropdown-productes .categories-1 a{
    font-size: 1.25em;
    line-height: 1.6;
}

.dropdown-productes .categories-1 a.actiu {
    color: #fc5806
}

.dropdown-productes .categories-2,
.dropdown-marques .capa-marca {
    display: none
}

.dropdown-productes .categories-2 a {
    display: inline-block;
    margin-bottom: 5px;
}

.dropdown-productes .categories-2 a:hover{
    color: #fc5806;
}

.dropdown-productes .col-4 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.dropdown-productes .col-4 b {
    color: #333333;
    text-transform: uppercase;
}

.dropdown-productes .col-4 div {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 576px) {
    .navbar-2 .dropdown:hover .dropdown-menu {
        display: block;
    }
    .navbar-light .form-search {
        width: 320px;
        margin-top: 0;
    }
    .navbar-light .navbar-toggler,
    .navbar-light .cistella-link {
        padding: 0 15px;
      }
    .navbar-3 .perf .perf-a {
        margin-right: 15px;
    }
}

@media (min-width: 768px) {
    .navbar-3{width: 50%;}
}

@media (min-width: 992px) {
    .navbar-brand img {
        max-width: 340px;
    }
    .dropdown-productes .categories-1 {
        height: 100%
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-collapse {
        flex-wrap: wrap;
    }
    .navbar-light .navbar-toggler {
        display: none;
    }
    .navbar-2 {
        border-top: 2px solid #cbcbcb;
    }
    .navbar-2 .desplegable {
        display: block!important;
    }
    .navbar-2 .dropdown-menu {
        position: absolute;
    }
    .dropdown-productes .categories-1 {
        padding-left: 35px;
    }
    .dropdown-productes .dropdown-menu .row {
        min-height: 450px;
    }
    .dropdown-marques .capa-marca .row {
        min-height: 200px;
    }
    .dropdown-productes .offset-navbar{
        margin-left: 30px;
    }
    .navbar-3{
        display: none!important;
    }
}

@media (min-width: 1300px) {
    .dropdown-productes .offset-navbar{
        margin-left: 50px;
    }
}

@media (min-width: 1470px) {
    .navbar-2 .nav-item {
        margin: 0 15px;
    }
    .dropdown-productes .dropdown-menu .row{
        min-height: 350px;
    }
    .dropdown-productes .offset-navbar{
        margin-left: 100px;
    }
}

@media (min-width: 1700px) {
    .dropdown-productes .categories-1 {
        padding-left: 120px;
    }
    .dropdown-productes .offset-navbar{
        margin-left: 120px;
    }
}

@media (max-width: 960px){

    /*body { padding-top: 135px}*/
    .navbar-light { min-height: 90px}
}

.boto-bf {background-color:#fc5806;}

/*SLIDER FIXES*/

.slider-inici-height-auto { height: auto !important;}
.slider-inici {
    margin-bottom: 0;
    height: auto; /*calc(100vh - 315px); /* 170 top - 145 baners */
}

.slide-inici .item { height: 100% !important}
.slick-list, .slick-track, .slick-slide{ height: inherit!important;}

.slick-slide img {
    margin-left: auto;
    margin-right: auto;
}

.slick-arrow {
    z-index: 99;
    display: none!important;
    width: 40px;
    height: 50px;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slick-prev:before,
.slick-next:before {
    font-size: 50px;
}

.slick-prev:before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}

.slick-next:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}

.slick-slider-block {
    display: none;
}

.slider-inici .slide-image { height: 100%; background-size: cover; background-position: center; display: block; display: none}

.slick-slider .slick-slide {
    position: relative;
    height: auto;
}

.slick-slider .container {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.slick-slider .titol {
    font-size: 2.5em;
    margin-top: 0;
    margin-bottom: 30px;
    font-family: 'Rubik', serif;
    font-weight: 500;
    color: #fff;
}

.slick-slider .titol.color-blanco { color: #fff; }
.slick-slider .titol.color-negro { color: #000; }
.slick-slider .titol.color-naranja { color: #fc5806; }

.slick-slider .link {
    background-color: #fc5806;
    font-size: 1.125em;
    font-weight: 700;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 50px
}

.slick-slider .link.link-blanco_naranja { background-color: #fff; color: #fc5806;}
.slick-slider .link.link-negro_blanco { background-color: #000; color: #fff;}
.slick-slider .link.link-naranja_blanco { background-color: #fc5806; color: #fff;}

.slick-slider.slick-dots-right .slick-dots {
    text-align: right;
}

.slider-seccio {
    margin-bottom: 15px!important;
}

@media (min-width: 576px) {
    .slick-arrow {
        display: inline-block!important;
    }

    .slider-inici {
        height: auto;
    }

    .slide-image { display: none}
}

@media (min-width: 992px) {
    .slick-slider .titol {
        font-size: 3em;
    }

    .slider-inici {
        height: auto;
        margin-top: 65px;
    }
}

@media (min-width: 1200px) {
    .slick-slider .titol {
        font-size: 5em;
    }

    .slide-image { display: block !important}
    .slider-inici {margin-top: 0; /*height: calc(100vh - 375px);*/}
}

/*HOME*/

.fons-gris-home {
    background-color: #e8e8e8;
    /*padding-top: 30px;*/
    padding-bottom: 45px;
    margin-bottom: 60px;
}

.block-home {
    margin-bottom: 45px;
}

.block-home .row {
    border: 5px solid #fff;
    z-index: 10;
    position: relative;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, .17);
}

.block-home a {
    display: block;
    color: #fff;
    font-size: 3em;
    line-height: 1.1;
    font-family: 'Rubik', serif;
    font-weight: 500;
    border: 2px solid #fff;
}

.block-home a span  { position: absolute; text-align: center; top: 40%; display: block; width: 100%; text-shadow: 1px 1px 1px #000000}

.block-home a:hover {
    opacity: .9
}

.slider-marques {
    margin-bottom: 45px;
}

.slider-marques .slick-prev { left: -35px}
.slider-marques .slick-next { right: -35px}

.text-home h1, .text-home {
    font-family: 'Rubik', serif;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.1;
    font-size: 1.50em;
    color: #8b8b8b;
    text-align: center;
}

.text-home h1 {
    font-size: 1.50em !important;
}

.titol-llistat {
    font-family: 'Rubik', serif;
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 2.25em;
    color: #fc5806;
    text-align: center;
}

.text-llistat {
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 1.4em;
    text-align: center;
}

@media (min-width: 768px) {
    .fons-gris-home {
        background-color: #e8e8e8;
        padding-top: 0;
    }
}


/*SECCIO*/

.titol-seccio {
    padding: 30px 0;
    background-color: #f1f1f1;
    margin-bottom: 30px;
}

.titol-seccio .titol {
    margin-bottom: 0;
    color: #fc5806;
    font-family: 'Rubik', serif;
    font-weight: 500;
    font-size: 2.25em
}

.titol-seccio .text {
    color: #8b8b8b;
}

.titol-seccio .text i {
    font-size: 12px;
}

.titol-seccio .subtitol {
    text-align: right;
    font-family: 'Rubik', serif;
    font-weight: 500;
    color: #8b8b8b;
    font-size: 1.25em;
}

.seccio .txt-curt {
    font-size: 1.75em;
    line-height: 1.3;
    margin-bottom: 15px;
}

.seccio .fons-gris {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f1f1f1;
    margin-bottom: 30px;
}


/*FORM*/

.custom-control-input { opacity: 0 !important;}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #000000;
}

.custom-select.is-invalid,
.control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .control:invalid {
    border-color: #dc3545!important;
}

.custom-select.is-valid,
.control.is-valid,
.was-validated .custom-select:valid,
.was-validated .control:valid,
.custom-select.is-valid:focus,
.control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .control:valid:focus {
    border-color: #f1f1f1;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0;
    box-shadow: none!important;
}

.custom-checkbox.border-vermell .custom-control-label::before {
    border: 1px solid #fc5806;
    background-color: #fff;
}

.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #fc5806;
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: inherit;
}

.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
    background-color: #dee2e6
}

.form-check-input.is-valid~.form-check-label,
.ok,
.ko {
    padding: 15px;
    margin-bottom: 15px;
    text-align: center;
    color: #000;
    font-family: 'DINBold', Arial;
    font-size: 18px;
}

.ok {
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
}

.ko {
    background-color: #f2dede;
    border: 1px solid #ebccd1;
}


/*PRODUCTES*/

.slider-nav-producte img {
    padding-left: 2px;
    padding-right: 2px;
}

.producte-detall {
    margin-bottom: 50px;
}

.producte-detall .subtitol {
    font-size: 1.75em;
    margin-bottom: 10px;
}

.producte-detall .txt {
    margin-bottom: 30px;
}

.producte-detall .block-preu {
    background-color: #f1f1f1;
    padding: 30px;
}

.producte-detall .block-preu button {
    background-color: #fc5806;
    color: #fff;
    border: none;
    padding: 15px 30px;
    border-radius: 50px;
    cursor: pointer;
}

.producte-detall .block-preu button:disabled {
    cursor: not-allowed;
    opacity: .6;
}

#btn-cesta{

    background-color: #000;
    padding: 5px 30px;
    margin-top: 10px; 
}

.producte-detall .block-preu .preu {
    color: #fc5806;
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1;
}

.producte-detall .block-preu .iva {
    font-size: .625em;
}

.producte-detall h2 { font-size: 3.3rem; line-height: 0.5}

.filtre-block .linia, .filtres_submenu_block .linia{
    border-bottom: 1px solid #dadbdb;
    margin-top: 15px;
    margin-bottom: 15px;
}

.btn-filtre {
    background-color: transparent;
    width: 100%;
    border-bottom: 1px solid #808080;
    border-radius: 0;
    text-align: left;
    padding: 6px 15px 6px 0;
}

.dropdown-toggle::after {
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    content: "\f107";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    float: right;
    color: #808080;
    margin-right: 15px;
    position: absolute;
    top: 8px;
    right: 0;
}

.dropdown-filtre {
    border-radius: 0;
    padding: 10px;
}

.dropdown-filtre .dropdown-item{
    padding: 5px 10px;
}

.dropdown-filtre .dropdown-item.actiu {
    color: #fc5806;
}

.dropdown-filtre .dropdown-item i{
    display: none;
    float: right;
}

.dropdown-filtre .dropdown-item.actiu i{
    display: block;
}

.dropdown-filtre .dropdown-item.active, .dropdown-filtre .dropdown-item:active {
    color: #212529;
    background-color: transparent;
}

.dropdown-filtre .block-dropdown-item{
    height: calc( 100% - 245px);
    overflow: auto;
    margin-bottom: 10px;
}

.dropdown-filtre .dropdown-item-tancar{
    background-color: #fc5806;
    padding: 15px 15px 15px 15px;
    position: relative;
    color: #fff;
    margin: -10px -15px 15px -15px;
}

.dropdown-filtre .dropdown-item-tancar i{
    float: right;
}

.range-slider {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.range-slider span {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 1.2em;
    line-height: 46px;
}
.range-slider input[type=range] {
  position: absolute;
  left: 0;
  bottom: 0;
}
.range-slider input[type=number] {
    -moz-appearance: textfield;
    background-color: #f1f1f1;
    color: #000;
    padding: 8px 20px;
    border: 1px solid #f1f1f1;
    border-radius: 50px;
    font-size: 1.2em;
    margin-bottom: 30px;
    width: 100%;
}
.range-slider input[type=number]::-webkit-outer-spin-button,
.range-slider input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.range-slider input[type=number]:invalid,
.range-slider input[type=number]:out-of-range {
  border: 2px solid #ff6347;
}
.range-slider input[type=range] {
  -webkit-appearance: none;
  width: 100%;
}
.range-slider input[type=range]:focus {
  outline: none;
}
.range-slider input[type=range]:focus::-webkit-slider-runnable-track {
  background: #fc5806;
}
.range-slider input[type=range]:focus::-ms-fill-lower {
  background: #fc5806;
}
.range-slider input[type=range]:focus::-ms-fill-upper {
  background: #fc5806;
}
.range-slider input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: #fc5806;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}
.range-slider input[type=range]::-webkit-slider-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid #fc5806;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #fc5806;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
}
.range-slider input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: #fc5806;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}
.range-slider input[type=range]::-moz-range-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid #fc5806;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #fc5806;
  cursor: pointer;
}
.range-slider input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.range-slider input[type=range]::-ms-fill-lower,
.range-slider input[type=range]::-ms-fill-upper {
  background: #fc5806;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}
.range-slider input[type=range]::-ms-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid #fc5806;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #fc5806;
  cursor: pointer;
}

.talles {
    margin-bottom: 30px;
}

.talles .btn {
    border-radius: 0;
    margin-right: 4px;
    padding: 3px 8px;
    color: #000;
    background-color: #dadbdb;
    border: 1px solid #dadbdb;
}

.talles .btn.disabled {
    color: #808080;
    background-color: #fff;
    pointer-events:none;
    cursor: default;
}

.talles .btn:not(:disabled):not(.disabled).active,
.talles .btn:not(:disabled):not(.disabled):active {
    color: #808080;
    background-color: #fff;
    border: 1px dashed #808080;
}

.talles .link {
    color: #fc5806;
    font-size: .875em;
}

.icones-fotos { 
    display: inline-block;
    position: absolute;
    top: 0;
    right: -10px;
}

.icones-fotos img {width: 40%; clear: both}
.icones-fotos span { display: block; margin-bottom: 4px}

.producte-block {
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, .17);
    padding: 15px;
    text-align: center;
}

.producte-block .link {
    display: block;
    position: relative;
}

.producte-block .link:hover{
    opacity: .9;
}

.slider-producte div span {
    box-shadow: none;
    color: #fc5806;
    font-weight: 700;
    padding: 4px 8px;
    background-color: transparent;
}

.producte-block .link span { font-size: 0.8rem; color: #fc5806;
    font-weight: 700;
    padding: 0 8px;
    text-align: right;
}

.producte-block img {
    margin-bottom: 15px;
}

.producte-block .nom {
    margin-bottom: 5px;
    font-size: 1.125em;
    font-weight: 700;
}

.producte-block .txt {
    margin-bottom: 10px;
    font-size: .875em;
}

.producte-block .preu {
    font-size: 1.5625em;
    font-weight: 700;
    color: #fc5806;
}

.producte-block .colors {
    position: absolute;
    bottom: 7px;
    left: 0;
    width: 100%;
    background-color: rgba(255,255,255,.4);
    padding-top: 5px;
}

.producte-block .colors img {
    margin-bottom: 0;
    margin-left: 1px;
    margin-right: 1px;
    border: 1px solid #cbcbcb;
    width: 40px;
}

.producte-block .colors img:hover{
    border: 1px solid #fc5806
}

.producte-block .colors .color-mes {
    height: 48px;
    width: 40px;
    display: inline-block;
    border: 1px solid #fc5806;
    color: #fc5806;
    background-color: #fff;
    vertical-align: middle;
    line-height: 46px;
}

.block-info {
    background-color: #f1f1f1;
    padding-bottom: 30px;
}

.block-info .accordion .row {
    margin-top: -19px;
    margin-bottom: 30px;
}

.block-info .btn {
    width: 100%;
    background-color: #fc5806;
    color: #fff;
    border-radius: 0;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.125em;
}

.block-info .btn.collapsed {
    background-color: #c2c2c2;
}

@media (max-width: 575px){
    .dropdown-filtre {
        min-width: 100%;
        position: fixed!important;
        top: 0;
        height: 100vh;
        transform: none!important;
        z-index: 99999;
        overflow: auto;
    }
}

@media (min-width: 576px){
    .dropdown-filtre {
        border: 1px solid #5b5b5b;
        min-width: 290px;
    }
    .dropdown-filtre .block-dropdown-item{
        height: 250px;
    }
    .producte-block {
        height: 100%;
    }
}

/*NOTICIES*/

.form-search {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}

.form-search .fa-search {
    background-color: transparent;
    color: #000;
    position: absolute;
    top: 15px;
    left: 15px;
}

.form-search .fa-spinner {
    background-color: transparent;
    color: #000;
    position: absolute;
    top: 15px;
    right: 15px;
}

.form-search .control {
    background-color: #f1f1f1;
    color: #000;
    padding: 10px 15px 10px 40px;
    width: 100%;
    border: 1px solid #f1f1f1;
    border-radius: 50px;
}

.noticia-block {
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, .17);
    padding: 15px;
    text-align: center;
}

.noticia-block img {
    margin-bottom: 15px;
}

.noticia-block .nom {
    margin-bottom: 5px;
    font-size: 1.125em;
    font-weight: 700;
}

.noticia-block .txt {
    margin-bottom: 10px;
    font-size: .875em;
}

.noticia-block .data {
    font-size: .875em;
    color: #fc5806;
}

.social {
    font-size: 1.375em;
    color: #fc5806;
}

.social a {
    margin-left: 5px;
    margin-right: 5px;
}

@media (min-width: 576px){
    .noticia-block {
        height: 100%;
    }
}

/*MARQUES*/

.lletres-marques {
    border-bottom: 1px solid #dadbdb;
    padding-bottom: 20px;
    font-size: 1.25em;
    margin-bottom: 30px;
}

.lletres-marques a,
.lletres-marques .btn {
    display: inline-block;
    padding: 5px;
    background-color: transparent;
    font-weight: bolder;
    font-size: 1em;
}

.lletres-marques .btn.actiu{
    opacity: .5;
}

.marques .linia {
    border-bottom: 1px solid #dadbdb;
    margin-bottom: 30px;
}

.marca-block {
    padding: 50px 20px 35px 20px;
    color: #fff;
    margin-bottom: 30px;
    background-size: cover !important;
    min-height: 485px;
}

.marca-block .block-img {
    margin-bottom: 15px;
}

@media (min-width: 1200px) {
    .marca-block .block-img {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 0 15px;
        margin-bottom: 0;
    }
}


/*CISTELLA*/

.titol-cistella {
    margin-bottom: 30px;
    font-size: 1.25em;
}

.titol-cistella-2 {
    margin-bottom: 15px;
}

.titol-cistella-2 .circle {
    height: 25px;
    width: 25px;
    line-height: 25px;
    background-color: #fc5806;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    color: #fff;
    margin-right: 15px;
}

.titol-cistella-2 .circle i{
    font-size: 14px;
}

.cistella-producte {
    border: 1px solid #dadada;
    padding: 10px;
    margin-bottom: 30px;
}

.cistella-producte th {
    color: #888888;
    font-weight: 400;
    text-transform: uppercase;
    width: 16.666%
}

.cistella-producte td {
    vertical-align: middle;
}

.cistella-producte .eliminar,.cistella-producte .eliminarLloguer {
    background-color: transparent;
    border: none;
    color: #888888;
    font-size: 1.25em;
}

.cistella-producte .preu {
    color: #fc5806;
    font-weight: 700;
}

.cistella-producte .nom {
    font-size: 1em;
    margin-bottom: 0;
    font-weight: 700;
}

.cistella-producte .subtitol {
    font-size: .875em;
    margin-bottom: 15px;
    color: #888888;
    display: block;
}

.cistella-producte button {
    background-color: transparent;
    border: none;
    font-size: 14px;
}

.cistella-producte input[type="text"] {
    font-size: .875em;
    padding: 10px 20px;
    border: 1px solid #e8e8e8;
    width: 65px;
    text-align: center;
}

.cistella-block {
    border: 1px solid #fc5806;
    padding: 15px;
    margin-bottom: 30px;
    color: #888888;
}

.cistella-block .titol {
    font-size: 1.25em;
    margin-bottom: 10px;
    display: inline-block;
    color: #000;
}

.cistella-block b {
    display: block;
    margin-bottom: 15px;
}

.cistella-block i{
    font-size: 42px;
    margin-right: 10px;
}

.cistella-block .text {
    margin-bottom: 5px;
    font-size: .875em;
}

.cistella-block .linia {
    border-bottom: 1px solid #fc5806;
    margin-top: 5px;
    margin-bottom: 10px;
}

.procedir-pagament {
    background-color: #fc5806!important;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 5px;
    color: #fff!important;
    font-weight: 700;
    border: none;
}

.cistella-block select,
.cistella-block input[type="text"]{
    display: block;
    padding: 8px 10px;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #e8e8e8;
}

.cistella-block .total{
    color: #fc5806;
}

.descompte-block {
    padding: 15px;
}

.descompte-block b {
    display: block;
    color: #000000;
}

.descompte-block p {
    font-size: .875em;
    color: #888888;
    margin-bottom: 0;
}

.descompte-block input[type="text"] {
    display: block;
    padding: 7px 10px;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #e8e8e8;
}

.descompte-block button {
    color: #fff;
    background-color: #636363;
    border: none;
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
}

.cistella-link-2 {
    display: inline-block;
    color: #fff!important;
    background-color: #636363;
    padding: 8px 20px;
    margin-right: 15px;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
    border: none;
}

@media (min-width: 768px) {
    .cistella-producte {
        padding: 15px 30px;
    }
}


/*MI CUENTA*/

#registre .titol {
    font-size: 1.25em;
    padding-bottom: 30px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dadbdb;
}

#registre .subtitol {
    margin-top: 15px;
    margin-bottom: 25px;
}

.titol-login {
    font-size: 1.25em;
    margin-bottom: 30px;
    color: #fc5806
}

.block-login {
    border: 1px solid #fc5806;
    padding: 15px;
    margin-bottom: 30px;
}

.block-login .control {
    display: block;
    padding: 10px;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #fc5806;
}

.block-login .link {
    font-size: .75em;
    margin-bottom: 15px;
    display: inline-block;
    font-style: italic;
}

.block-login input[type="submit"] {
    cursor: pointer;
    border: none;
    background-color: #fc5806;
    display: inline-block;
    padding: 8px 25px;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

#fancy-login i, #fancy-ventavirtual i, #fancy-citaprevia i {
    margin-bottom: 5px;
    color: #fc5806;
    font-size: 42px;
}

#fancy-login .titol, #fancy-ventavirtual .titol, #fancy-citaprevia .titol {
    color: #fc5806;
    margin-bottom: 30px;
    font-size: 2.5em;
}

#fancy-login .txt, #fancy-ventavirtual .txt, #fancy-citaprevia .txt  {
    margin-bottom: 30px;
}

#fancy-login .control, #fancy-ventavirtual .control, #fancy-citaprevia .control {
    display: block;
    padding: 10px;
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #fc5806;
}

#fancy-ventavirtual .control, #fancy-citaprevia .control { margin-bottom: 5px}

#fancy-login input[type="submit"], #fancy-ventavirtual input[type="submit"], #fancy-citaprevia input[type="submit"] {
    cursor: pointer;
    border: none;
    background-color: #fc5806;
    display: inline-block;
    padding: 8px 25px;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

#fancy-login .link, #fancy-ventavirtual .link, #fancy-citaprevia .link {
    font-size: .75em;
    margin-bottom: 15px;
    display: inline-block;
    font-style: italic;
}

.perfil .linia{
    border-bottom: 1px solid #dadbdb;
    margin-top: 30px;
    margin-bottom: 30px;
}

.categories-list{
    margin-bottom: 30px;
}

.categories-list a{
    padding: 10px;
    display: inline-block;
}

.categories-list a.actiu {
    background-color: #fc5806;
    color: #fff;
}


/*PREGUNTES FREQUENTS*/

.pregunta {
    margin-bottom: 50px;
}

.pregunta .nom {
    margin-bottom: 5px;
    font-size: 1.75em;
}


/*QUI SOM*/

.ski-rent .text {
    text-align: center;
    font-size: 1.5em;
}

.ski-rent .titol-taula {
    background-color: #fc5806;
    text-align: center;
    color: #fff;
    margin-bottom: 5px;
    padding: 10px;
    font-size: 1.25em;
    width: 100%;
}

.ski-rent table {
    margin-bottom: 50px;
}

.ski-rent table th,
.seccio table th, .taules-blog table th {
    background-color: #999999;
    color: #fff;
    padding: 10px;
    font-size: 1.125em;
}

.taules-blog table {margin:auto}

.ski-rent table td,
.seccio table td, .taules-blog table td {
    background-color: #f2f2f2;
    border-top: 5px solid #fff;
    padding: 10px;
}

.seccio .blog table th, .taules-blog table th {background-color:#fc5806!important;}
.seccio .blog table tr:nth-child(even) td, .taules-blog table tr:nth-child(even) td {background-color: #ffffff!important;}
.seccio .blog table td:first-child, .taules-blog table td:first-child {font-weight: 600!important;}
.seccio .blog h2 {color: #fc5806;}

/*CONTACTAR*/

.text-contactar i {
    float: left;
    width: 25px;
    margin-top: 4px;
}

.text-contactar .txt {
    float: left;
    width: calc(100% - 25px);
}

.formulari .control {
    display: block;
    padding: 10px;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #e8e8e8;
    border-radius: 0;
    height: 46px;
}

.formulari textarea.control {
    height: 168px;
}

.formulari .custom-file-label {
    border-radius: 0;
    border: 1px solid #e8e8e8;
    height: 46px;
    line-height: 46px;
    padding: 0 .75rem;
}

.formulari .custom-file,
.formulari .custom-file-input {
    height: 46px;
    margin-bottom: 15px;
}

.formulari .custom-file-label::after {
    border-left: 1px solid #e8e8e8;
    border-radius: 0;
    height: 46px;
    line-height: 46px;
    padding: 0 .75rem;
}

.formulari input[type="submit"], .formulari .btn-submit, #layer-promocio .btn-submit {
    cursor: pointer;
    border: none;
    background-color: #fc5806;
    display: inline-block;
    padding: 8px 25px;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
    opacity: 1;
}

.contactar-card {
    border: 1px solid #e8e8e8;
    padding: 15px;
    height: 100%;
}

.contactar-card i {
    font-size: 1.5em;
    color: #fc5806;
}

.contactar-card .nom {
    margin-bottom: 15px;
    display: block;
    text-align: center;
}

.contactar-card .txt {
    text-align: center;
}


/*BOTIGUES*/

.titol-botigues {
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-size: 2.25em;
    color: #fc5806;
    border-bottom: 1px solid #dadbdb;
}

.botiga-categoria {
    margin-bottom: 30px;
    text-align: center;
}

.botiga-categoria img {
    margin-bottom: 15px;
}

.botiga-categoria .txt-1 {
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    font-size: 1.625em;
}

.botiga-categoria .txt-2 {
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    font-size: 1.625em;
    color: #fc5806;
}

.mapa-botiga iframe {
    width: 100%;
    height: 420px;
    margin-bottom: 30px;
}

.botiga-card {
    margin-bottom: 30px;
}

.botiga-card .block-txt {
    padding: 15px;
}

.botiga-card .nom {
    color: #fc5806;
    margin-bottom: 15px;
    display: inline-block;
}

.botiga-card i {
    float: left;
    width: 25px;
    margin-top: 4px;
}

.botiga-card .txt {
    float: left;
    width: calc(100% - 25px);
}


/*FOOTER*/

#newsletter {
    margin-bottom: 30px;
}

#newsletter .titol {
    font-size: 1.125em;
    margin-bottom: 0;
    font-weight: 700;
}

#newsletter .txt {
    font-size: .875em;
    margin-bottom: 15px;
}

#newsletter .block-label {
    margin-bottom: -13px;
    z-index: 99;
    position: relative;
}

#newsletter label {
    background-color: #e8e8e8;
    padding: 0 10px;
    font-size: .875em;
    font-weight: 700;
    margin-left: 15px;
    margin-bottom: 0;
}

#newsletter .control {
    background-color: #e8e8e8;
    border: 1px solid #fff;
    width: 100%;
    padding: 10px 15px;
}

#newsletter #submit-newsletter {
    background-color: #ffffff;
    padding: 11px;
    width: 100%;
    border: none;
    font-weight: 700;
    margin-top: 10px;
    cursor: pointer;
}

footer {
    background-color: #e8e8e8;
    padding-top: 30px;
}

footer .fons-blanc {
    background-color: #fff;
    padding: 20px;
}

footer .fons-negre {
    background-color: #000;
    color: #fff;
    padding-top: 25px;
    padding-bottom: 25px;
}


/*COOKIES*/

.capa-cookies {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99999;
    background-color: #fff;
    padding-top: 15px;
    box-shadow: 0px 0px 15px 0px rgba(22, 21, 12, 0.23);
}

button.cookies-ok {
    float: right;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #fc5806;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    border: none;
    cursor: pointer;
    width: 100%;
}

button.cookies-ok:hover {
    opacity: 0.8;
}

@media (min-width: 576px) {
    button.cookies-ok {
        width: auto;
    }
}

/* PROFESSORS */

.img-professores {
    max-height: 299px
}
.professor-detall .nom{
    font-size: 1.125em;
    margin-bottom: 15px;
}
.professor-detall .txt{
    margin-bottom: 30px;
}
.professor-detall .titol{
    font-size: 1.125em;
}
.professor-detall .linia{
    border-bottom: 1px solid #dadbdb;
    margin-top: 15px;
    margin-bottom: 15px;
}

/* TIENDAS */
.col-tiendas:nth-child(-n+8) { 
    border-color: #fc5806;
    border-bottom-style: double;
}

.col-tiendas h3 { font-size: 1rem; color: #fc5806; padding-top: 1rem}
.block-mapa-tienda iframe { width: 100% !important }

/* MARCAS */
.marca-title-category { color: #8b8b8b; text-transform: uppercase}
.marca-title-category span { display: block}
.marca-list-category a { font-size: 0.9rem}
.marca-list-category a:hover { color: #fc5806}

.marca-top-category { color: #fc5806; border-bottom: 1px solid #e6e6e6}
.marca-block-category { border: 1px solid #f1f1f1; height: 100%}

.img-icona { 
    width: 75%;
    margin-bottom: 0 !important;
}

.slider-producte .icones-fotos { right: 10px; text-align: right}
/*.slider-producte .slick-slide{opacity: 0!important;}
.slider-producte .slick-slide.slick-current{opacity: 1!important;}
*/
.preu_descompte { font-size: 1.2em !important; color: #000 !important; text-decoration:line-through !important; font-weight: 400 !important }
.cistella-producte .preu_descompte { font-size: 1em !important; color: #000 !important; text-decoration:line-through !important; font-weight: 400 !important}

.page-item.active .page-link { background-color: #fc5806 !important; border-color: #fc5806 !important; color: #FFF !important}
.page-link { color: #fc5806 !important}

#cistella-llistat.cargando{ pointer-events: none; }
#cistella-llistat.cargando::after{ content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%; background-color: rgba(255,255,255,.5); z-index: 1000; }
#cistella-llistat.cargando .fa-spinner{ position: absolute; top: 12rem;  left: 50%; transform: translate(-50%, -50%); font-size: 3rem; color: #132f4f; z-index: 1001; }

/* lloguer */
.overlay-bloquejat{ pointer-events: none; position: relative; }
.overlay-bloquejat::after{ content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%; background-color: rgba(255,255,255,.5); z-index: 1000; }


#cistella-llistat-top {
    max-height: calc(80vh - 200px);
    overflow: hidden;
    overflow-y: auto;
}
#llistat-productes {
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    opacity: 1;
}

.producte-detall .colors {
    margin-bottom: 15px;
}
.producte-detall  .colors .actiu { border: 1px solid #fc5806}

.producte-detall video { max-width: 100%;height: auto;}

.slider-nav-producte .slick-track { padding: 5px; }
.slider-nav-producte .slick-list { padding-top: 5px !important; padding-bottom: 5px !important}
.slider-nav-producte .slider-nav-producte-item { box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .17); cursor: pointer; margin-right: 5px}
.slider-nav-producte .slick-current  { box-shadow: none; border: 1px solid #fc5806 }

.btn-primary { background-color: #fc5806 !important; border-color: #fc5806 !important}
.icones-footer { font-size: 1.4rem; background-color: #000; border-radius: 50%; display: inline-block; color: #FFF; width: 35px; height: 35px; text-align: center; padding-top: 0.1rem; margin-top: 0.5rem}
.icones-footer:hover { color: #FFF}

.producte-logo-marca { 
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    margin-top: -2rem;
    opacity: 0.5;
}

.unidades_venta_filtre_item, .caracteristicas_filtre_item, .submenu_item, .filtres_submenu_filtre_item { background-color: #FFF; border: 0; text-transform: uppercase; padding: 0.3rem 1rem; font-size: 0.8rem}
.unidades_venta_filtre_item:hover, .unidades_venta_filtre_item.actiu, .caracteristicas_filtre_item:hover, .caracteristicas_filtre_item.actiu, .submenu_item:hover, .submenu_item.actiu, .filtres_submenu_filtre_item:hover, .filtres_submenu_filtre_item.actiu { color:#fc5806;background-color: #f1f1f1; opacity: 1}

.filtre-submenu-actiu.unidades_venta_filtre_item, .filtre-submenu-actiu.caracteristicas_filtre_item { background-color: #f1f1f1 !important}
.filtre-submenu-actiu.unidades_venta_filtre_item.actiu, .filtre-submenu-actiu.unidades_venta_filtre_item:hover, .filtre-submenu-actiu.caracteristicas_filtre_item.actiu, .filtre-submenu-actiu.caracteristicas_filtre_item:hover { background-color: #FFF !important}

.unidades_venta_filtre_item, .caracteristicas_filtre_item, .filtres_submenu_filtre_item { padding: 0.3rem 0.3rem}

.disabled-click { pointer-events:none}

.whatsapp-link {
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 200;
}

.whatsapp-link img { width: 60px; height: 60px}
.custom-control-label p { margin-bottom: 0 !important}

/* FIJACIONES CESTA */
.box-fijaciones { font-size: 0.9rem}
.popover{
    max-width: 700px;
    font-size: 0.8rem;
}

/* SECCIONS PERFILS */
.bloc-seccionsmenus span { display: block; top: 45%; text-align: center; width: 100%; color: #FFF; font-size: 2.5rem; text-transform: uppercase; text-shadow: 1px 1px 1px #000000}
.bloc-seccionsmenus-list { font-size: 0.9rem; font-weight: bold;}

/* VIDEO A PRODUCTE */
.fluid-vids>.fluid-vids { position: initial !important}
.player-slide { display: block; font-size: 1.5rem; line-height: 2.4em; text-align: center; color: #fc5806}

@media (max-width: 1199px) {
    .player-slide { line-height: 1.9em;}
}

@media (max-width: 991px) {
    .player-slide { line-height: 4.5em;}
}

@media (max-width: 767px) {
    .player-slide { line-height: 2.9em;}
}

@media (max-width: 490px) {
    .player-slide { line-height: 2.4em;}
}

@media (max-width: 420px) {
    .player-slide { line-height: 2em;}
}

@media (max-width: 380px) {
    .player-slide { line-height: 1.5em;}
}

/* LAYOUT PROMOCIONS */
#layer-promocio { padding: 0 !important; max-width: 800px !important;}
#layer-promocio img { max-width: 800px;}

@media (max-width: 800px) {

    #layer-promocio img { max-width: 100%;}
}

#layer-promocio .btn-submit { margin-bottom: 0 !important}
#layer-promocio .btn-submit:hover { opacity: 0.5;}
#layer-promocio p.text { color: #fc5806; font-weight: 500;}

.msg-top-mobile { margin-top: -5px; font-size: 0.8rem}
.msg-top-portes { margin-left: 4.5rem!important}

/* CALENDARI */
.fc-past { opacity: 0.3;}
.bloc-calendar { background-color: #f2f2f2; padding-top: 15px; padding-bottom: 15px; height: 350px}
.bloc-calendar h2 { color: #fc5806; font-size: 1.1rem; text-transform: uppercase;}
.fc-prev-button.fc-button, .fc-next-button.fc-button { background-color: #FFF; border: 0; border-radius: 0; background-image: none; color: #fc5806; height: auto; padding: 0}
.fc-prev-button.fc-button span, .fc-next-button.fc-button span { font-size: 1.1rem; line-height: 1.2rem; top: 0; height: auto; padding: 0 0.4rem 0.3rem 0.4rem}
.fc-basic-view tbody .fc-row { min-height: 2em}
.fc-day-header { font-weight: 400; font-size: 0.8rem}
.fc-ltr .fc-basic-view .fc-day-number { text-align: center; line-height: 2rem; font-size: 1.1rem}
.fc-view, .fc-view>table { background-color: #FFF}
.disponible { cursor: pointer; background-color: #c2f5c2}
.fc-unthemed .fc-today { background-color: #FFF}
.fc-bgevent { opacity: 1;}

/* BLOG LINK CTA */
.link-btn {
    background-color: #fc5806!important;
    display: block;
    padding: 8px 15px;
    border-radius: 5px;
    color: #fff!important;
    font-weight: 400;
    border: none;
    text-align: center;
    font-size: 1.5rem
}

/* ENCUESTA DE SATISFACCION */
/* Rating Star Widgets Style */
.rating-stars ul {
    list-style-type:none;
    padding:0;
    
    -moz-user-select:none;
    -webkit-user-select:none;
  }
  .rating-stars ul > li.star {
    display:inline-block;
    
  }
  
  /* Idle State of the stars */
  .rating-stars ul > li.star > i.fa {
    font-size:2.5em; /* Change the size of the stars */
    color:#ccc; /* Color on idle state */
  }
  
  /* Hover state of the stars */
  .rating-stars ul > li.star.hover > i.fa {
    color:#FFCC36;
  }
  
  /* Selected state of the stars */
  .rating-stars ul > li.star.selected > i.fa {
    color:#FF912C;
  }

