/* vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
*
***** RE-STYLING CENTRE VERD (FROM MUMONA)
*
vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv  */

@font-face {
    font-family: 'Prometo';
    src: url('../fonts/Prometo/Prometo.eot');
    src: url('../fonts/Prometo/Prometo.eot?#iefix') format('embedded-opentype'), url('../fonts/Prometo/Prometo.svg#Prometo') format('svg'), url('../fonts/Prometo/Prometo.ttf') format('truetype'), url('../fonts/Prometo/Prometo.woff') format('woff'), url('../fonts/Prometo/Prometo.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Prometo-Thin';
    src: url('../fonts/Prometo/Prometo-Thin.eot');
    src: url('../fonts/Prometo/Prometo-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/Prometo/Prometo-Thin.svg#Prometo-Thin') format('svg'), url('../fonts/Prometo/Prometo-Thin.ttf') format('truetype'), url('../fonts/Prometo/Prometo-Thin.woff') format('woff'), url('../fonts/Prometo/Prometo-Thin.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Prometo-Medium';
    src: url('../fonts/Prometo/Prometo-Medium.eot');
    src: url('../fonts/Prometo/Prometo-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Prometo/Prometo-Medium.svg#Prometo-Medium') format('svg'), url('../fonts/Prometo/Prometo-Medium.ttf') format('truetype'), url('../fonts/Prometo/Prometo-Medium.woff') format('woff'), url('../fonts/Prometo/Prometo-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Prometo-Light';
    src: url('../fonts/Prometo/Prometo-Light.eot');
    src: url('../fonts/Prometo/Prometo-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Prometo/Prometo-Light.svg#Prometo-Light') format('svg'), url('../fonts/Prometo/Prometo-Light.ttf') format('truetype'), url('../fonts/Prometo/Prometo-Light.woff') format('woff'), url('../fonts/Prometo/Prometo-Light.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Prometo';
    src: url('../fonts/Prometo/Prometo-Bold.eot');
    src: url('../fonts/Prometo/Prometo-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Prometo/Prometo-Bold.svg#Prometo-Bold') format('svg'), url('../fonts/Prometo/Prometo-Bold.ttf') format('truetype'), url('../fonts/Prometo/Prometo-Bold.woff') format('woff'), url('../fonts/Prometo/Prometo-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: 'Prometo', sans-serif;
    margin: 0;
}

.center {
    width: 1200px;
    margin: 0 auto;
}

.menu_botiga {
    /* display: none; */
    border-bottom: 0;
}

.titol_seccio {
    font-family: 'Prometo-Bold', sans-serif;
    font-size: 26px;
    margin-left: 20px;
}

#newsletter {
    background-image: url(../img/bg_newsletter_cv.jpg) !important;
    position: relative !important;
    padding: 175px 0;
}

#newsletter .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}

#newsletter .button {
    background-color: #FD6315 !important;
    color: #ffffff !important;
    border-radius: 5px;
    font-family: 'Prometo-Bold', sans-serif !important;
    font-size: 15px !important;
    margin-top: 20px;
}

/* vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
			*
			***** HEADER
			*
			vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv  */

#header {
    padding-top: 25px;
}

#header i {
    margin-right: 5px;
}

#header .center {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    font-size: 12px;
}

#header .center .header_left {
    flex: 0 0 40%;
    text-align: left;
    padding: 10px 0;
}

#header .center .header_left .horari {
    color: #FD6315;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#header .center .header_left .contact {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    color: #707070;
}

#header .center .header_left .contact .mail {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #707070;
}

#header .center .logo {
    flex: 0 0 20%;
    margin: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}

#header .center .logo a {
    display: block;
}

#header .center .logo img {
    width: 188px;
}

#header .center .header_right {
    flex: 0 0 40%;
    padding: 10px 0;
}

#header .center .header_right ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

#header .center .header_right ul li {
    padding: 0 10px;
    border-right: 1px solid #707070;
}

#header .center .header_right .account ul li a {
    color: #505050;
}

#header .center .header_right ul li:last-child {
    border: none !important;
}

#header .center .header_right .account {
    margin-bottom: 10px;
}

#header .center .header_right .menu_right {
    color: #8BCA42;
    font-family: 'Prometo-Bold', sans-serif;
}

#header .center .header_right .menu_right ul li {
    border-right: 1px solid #8BCA42;
}

#header .center .header_right .menu_right ul li a {
    color: #8BCA42;
}

#header .main_menu {
    border-top: 1px solid #8BCA42;
    border-bottom: 1px solid #8BCA42;
    margin-top: 25px;
}

#header .main_menu>div>ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    list-style: none;
    justify-content: center;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

#header .main_menu ul.menu_right_mobile {
    display: none;
}

#header .main_menu ul li {
    text-transform: uppercase;
    padding: 0px 10px;
    color: #707070;
}

#header .main_menu ul li a {
    color: #707070;
}

#header .main_menu ul li a:hover {
    text-decoration: underline;
}

@media(max-width:1000px) {
    #header .main_menu>div>ul {
        display: block;
        /* column-count: 2; */
    }
    #header .main_menu ul.menu_right_mobile {
        display: block;
    }
    #header .main_menu ul li {
        text-transform: uppercase;
        padding: 0px 10px;
        color: #707070;
    }
    #header .main_menu ul li a {
        color: #707070;
    }
    #header .main_menu ul li a:hover {
        text-decoration: underline;
    }
    #header .main_menu ul li.menu_idioma {
        /* display:none!important; */
        column-span: all;
        border-bottom: 1px solid #333;
    }
    #header .main_menu ul li #idiomes {
        /* font-size: 16px; */
        /* background-color: #f7f7f7; */
        /* border-bottom: 1px solid #333; */
        /* padding: 7px 15px; */
        display: inline-flex;
        align-items: center;
        justify-content: start;
        margin-top: 0px;
        margin-left: 20px;
    }
    #header .main_menu ul li #idiomes:before {
        content: 'Idioma:';
        font-size: 16px;
        margin-right: 8px;
    }
    #header .main_menu ul li #idiomes div {
        display: inline-block;
        margin-right: 15px;
    }
    #header .main_menu ul li.menu_idioma>a {
        display: none;
    }
    #header .main_menu ul li #idiomes ul {
        position: relative;
        display: inline-block;
        width: 50%;
    }
    #header .main_menu ul li #idiomes ul li {
        position: relative;
        display: inline-block;
        width: 50%;
        background: transparent;
        border-bottom: 0px!important;
    }
    #header .main_menu ul li #idiomes ul li a {
        display: block;
        text-align: center;
        padding: 2px 0;
        color: #333;
        font-family: 'Prometo';
        font-weight: bold;
        text-decoration: none;
        text-transform: uppercase;
        /* font-size: 16px; */
        border-bottom: 0px;
        padding: 0px 15px!important;
    }
    #header .main_menu ul li #idiomes ul li a.idioma_selected {
        background-color: #fcd08f;
    }
}

.menu_right_mobile li {
    background-color: #EBF6DE;
    border-bottom: 1px solid #8BCA42;
    padding: 5px 0 !important;
}

#recerca input {
    position: relative;
    height: 21px;
    width: 110px;
    background-color: transparent;
    box-sizing: border-box;
    border-radius: 0px 3px 3px 0px;
    overflow: hidden;
    border: none;
    outline: 0px;
    font-family: poppinslight;
    font-size: 11px;
    letter-spacing: 0;
    padding-left: 0px;
}

/****************************************
BREADCRUMB
*********************************************/

.fil-ariadna {
    margin-bottom: 0px;
    color: #999999;
    font-family: 'Prometo-Thin';
    list-style: none;
    display: block;
    padding-left: 0px;
    text-align: left;
    margin-left: 20px;
    margin-bottom: 40px;
    margin-top:0px;
}

.fil-ariadna li {
    display: inline-block;
    list-style: none;
    text-transform: uppercase;
}

.fil-ariadna a {
    text-decoration: none;
    color: #999999;
}

.fil-ariadna i.fa-angle-right {
    margin: 0px 5px;
    font-size: 14px;
    color: #999999;
}

.fil-ariadna .current-item {
    text-transform: uppercase;
    /*color: #62aad5;*/
    color: #97d700;
}

/* vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
			*
			***** HOME
			*
			vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv  */
#content {
    padding-top: 10px;
    min-height: 500px;
    padding-bottom: 30px;
    overflow: hidden;
    /* padding: 30px; */
}
#slide_gran {
    margin: -40px 0 -10px 0;
}

.contenidor_fills {
    overflow: hidden;
    text-align: center;
    width: 100%;
}

/* 	==================================================
	===== SLIDER HOME
	==================================================  */

#slide_gran .slide {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#slide_gran .slide .overlay {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    padding: 150px 0;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 66%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(66%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 66%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 66%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 66%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 66%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
    position: absolute;
    width: inherit;
    height: 100%;
}

#slide_gran .slide .overlay .empty_space {
    flex: 0 0 66%;
}

#slide_gran .slide .overlay .content {
    flex: 0 0 33%;
    margin-right: 20px;
    margin-top: auto;
    margin-bottom: auto;
}

#slide_gran .slide .overlay .content .title {
    font-family: 'Prometo-Bold', sans-serif;
    font-size: calc( 30px + 37 * (100vw - 400px) / 1600);
}

#slide_gran .slide .overlay .boto_slide {
    color: #000;
    display: inline-block;
    padding: 8px 15px;
    border: 1px solid #000;
    text-align: center;
    min-width: 130px;
    font-family: 'helvetica-bold';
    margin: 10px 0px;
    text-transform: uppercase;
    border-radius: 5px;
    font-family: 'Prometo-Bold', sans-serif !important;
    font-size: 15px !important;
}

@media (min-width: 2000px) {
    #slide_gran .slide .overlay .content .title {
        font-size: 67px;
    }
}

#slide_gran .slide .overlay .content .desc {
    font-size: calc( 20px + 8 * (100vw - 400px) / 1600);
    color: #707070;
}

@media (min-width: 2000px) {
    #slide_gran .slide .overlay .content .desc {
        font-size: 28px;
    }
}

@media all and (max-width:1000px) {
    #slide_gran.movil {
        display: block;
    }
    #slide_gran.pc {
        display: none;
    }
}

/* 	==================================================
	===== BLOQUES HOME
	==================================================  */

#container_bloques_home {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 10px;
}

#container_bloques_home * {
    margin: initial;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

#container_bloques_home .left_main {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    flex: 0 0 40%;
}

#container_bloques_home .left_main>div {
    padding: 250px 0;
}

#container_bloques_home .right_main {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    flex: 0 0 60%;
}

#container_bloques_home .right_main .up_main {
    flex: 0 0 66.666%;
}

#container_bloques_home .right_main .up_main .left {
    flex: 0 0 50%;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

#container_bloques_home .right_main .up_main .right {
    flex: 0 0 50%;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

#container_bloques_home .right_main .up_main .right>div {
    flex: 0 0 calc(50% - 20px);
}

#container_bloques_home .right_main .down_main {
    flex: 0 0 33.333%;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

#container_bloques_home .home_cat {
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    margin: 10px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

#container_bloques_home .home_cat_overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-family: 'Prometo-Bold', sans-serif;
    font-size: calc( 20px + 18 * (100vw - 400px) / 1600);
    -moz-transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
}

@media (min-width: 2000px) {
    #container_bloques_home .home_cat_overlay {
        font-size: 38px;
    }
}

#container_bloques_home .home_cat:hover .home_cat_overlay {
    background-color: rgba(0, 0, 0, 0);
    text-shadow: 1px 1px black;
}

/* 	==================================================
	===== DESTACADOS HOME
	==================================================  */

#container_productos_destacados {
    padding: 100px 0;
}

#container_productos_destacados .center>.title {
    text-align: center;
    font-family: 'Prometo-Bold', sans-serif;
    margin-bottom: 50px;
    font-size: 22px;
}

#container_productos_destacados .center>.title span {
    position: relative;
}

#container_productos_destacados .center>.title span:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    height: 3px;
    background-color: #FD6315;
}

#container_productos_destacados .center #productos_destacados {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

#container_productos_destacados .center #productos_destacados .producto_destacado {
    flex: 0 0 calc(25% - 30px);
    margin: 0 15px 50px;
    position: relative;
}

#container_productos_destacados .center #productos_destacados .producto_destacado .img {
    margin-bottom: 10px;
}

#container_productos_destacados .center #productos_destacados .producto_destacado a img.img {
    display: block;
    width: 100%;
    max-height: 450px;
}

#container_productos_destacados .center #productos_destacados .producto_destacado .title {
    font-family: 'Prometo-Bold', sans-serif;
    color: #2E2E2E;
    font-size: 15px;
    height: 46px;
}

#container_productos_destacados .center #productos_destacados .producto_destacado .desc {
    color: #A8A8A8;
    font-family: 'Prometo', sans-serif;
    font-size: 13px;
    margin: 5px 0;
    height: 60px;
    overflow-y: hidden;
}

#container_productos_destacados .center #productos_destacados .producto_destacado .cat {
    font-family: 'Prometo-Bold', sans-serif;
    font-size: 15px;
    color: #FD6315;
}

#container_productos_destacados .center #productos_destacados .producto_destacado .price {
    font-family: 'Prometo-Bold', sans-serif;
    font-size: 18px;
    color: #000000;
}

/* 	==================================================
	===== DETALLES HOME
	==================================================  */

.container_detalles_home {
    background-color: #EAF5DC;
    padding: 50px 0 100px 0;
}

.container_detalles_home .center>.title {
    text-align: center;
    font-family: 'Prometo-Bold', sans-serif;
    font-size: 22px;
    margin-bottom: 50px;
    color: #FD6315;
}

.container_detalles_home .center>.title span {
    position: relative;
}

.container_detalles_home .center>.title span:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    height: 3px;
    background-color: #FD6315;
}

.container_detalles_home #detalles_home {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.container_detalles_home #detalles_home .detalle_home {
    flex: 0 0 25%;
    display: inline-block;
    box-sizing: border-box;
    padding: 0px 20px;
    float: left;
    text-align: center;
    font-size: 15px;
}

.container_detalles_home #detalles_home .detalle_home .title {
    font-family: 'Prometo-Bold', sans-serif;
    font-size: 18px;
    color: #FD6315;
    display: block;
    position: relative;
    margin: 30px 0 60px 0;
}

.container_detalles_home #detalles_home .detalle_home .title:after {
    content: '';
    width: 48px;
    height: 3px;
    background-color: #FFFFFF;
    position: absolute;
    left: 50%;
    margin-left: -24px;
    bottom: -28px;
}

.container_detalles_home #detalles_home .detalle_home .desc {
    text-align: center;
    color: #707070;
    font-size: 17px;
}

/* vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
*
***** PRODUCTOS
*
vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv  */

#container_productos .center {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.contenidor_fills>div {
    width: 100%;
}

/* 	==================================================
	===== SIDEBAR
	==================================================  */

#container_productos .center #productos_sidebar {
    flex: 0 0 200px;
}

#container_productos .center #productos_sidebar>div {
    margin-bottom: 25px;
}

#container_productos .center #productos_sidebar>div>.title {
    text-transform: uppercase;
    color: #2E2E2E;
    font-family: 'Prometo-Bold', sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
}

#container_productos .center #productos_sidebar .search input {
    width: 100%;
    padding: 8px 10px;
    background-color: #F6F6F6;
    border-radius: 0;
    border: 0;
    outline: none;
}

#container_productos .center #productos_sidebar .price {}

#container_productos .center #productos_sidebar .weight {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    color: #707070;
    font-size: 12px;
}

#container_productos .center #productos_sidebar .weight input {
    margin: 0 10px 15px 0;
}

#container_productos .center #productos_sidebar .container_featured_prod #featured_prod .featured {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 15px;
}

#container_productos .center #productos_sidebar .container_featured_prod #featured_prod .featured .img {
    flex: 0 0 60px;
    border: 1px solid #D8D8D8;
    margin-right: 10px;
}

#container_productos .center #productos_sidebar .container_featured_prod #featured_prod .featured .img img {
    width: 100%;
}

#container_productos .center #productos_sidebar .container_featured_prod #featured_prod .featured .content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
}

#container_productos .center #productos_sidebar .container_featured_prod #featured_prod .featured .title {
    font-size: 14x;
    color: #707070;
}

#container_productos .center #productos_sidebar .container_featured_prod #featured_prod .featured .price {
    font-family: 'Prometo-Bold', sans-serif;
    font-size: 12px;
    color: #8BCA42;
}

/* 	==================================================
	===== PRODUCTOS
	==================================================  */

#container_productos .center #productos {
    flex: 0 0 calc(100% - 250px);
    border-bottom: 1px solid #8BCA42;
}

#container_productos .center #productos .header {
    margin-bottom: 25px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#container_productos .center #productos .header .info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: flex-end;
    align-items: center;
}

#container_productos .center #productos .header .info .title {
    margin-right: 10px;
    font-family: 'Prometo-Bold', sans-serif;
    font-size: 26px;
}

#container_productos .center #productos .header .info .qty {
    font-family: 'Prometo-Bold', sans-serif;
    font-size: 17px;
}

#container_productos .center #productos .header .container_order {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

#container_productos .center #productos .header .container_order .prod_per_page {
    margin-right: 25px;
}

#container_productos .center #productos .header .container_order label {
    font-size: 12px;
    margin-right: 10px;
    color: #707070;
}

#container_productos .center #productos .header .container_order .prod_per_page input {
    width: 50px;
    padding: 7px 10px;
    border-radius: 0;
    border: 1px solid #B9B9B9;
    text-align: center;
}

#container_productos .center #productos .header .container_order .prod_per_page select {
    width: 50px;
    padding: 7px 5px;
    border-radius: 0;
    border: 1px solid #B9B9B9;
    text-align: center;
}

#container_productos .center #productos .header .container_order .order select {
    padding: 7px 10px;
    border-radius: 0;
    border: 1px solid #B9B9B9;
}

#container_productos .center #productos .content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.bloc_producto {
    flex: 0 0 calc(33.333% - 20px);
    margin: 0 10px 25px 10px;
    position: relative;
    max-width:400px;
}

.bloc_producto img.img {
    width: 100%;
}

.bloc_producto .title {
    font-family: 'Prometo-Bold', sans-serif;
    font-size: 15px;
    color: #2E2E2E;
    overflow: hidden;
}

.bloc_producto .cat {
    font-family: 'Prometo-Bold', sans-serif;
    font-size: 15px;
    color: #FD6315;
    margin: 8px 0;
}

.bloc_producto .price {
    font-family: 'Prometo-Bold', sans-serif;
    font-size: 18px;
    color: #000000;
}

.bloc_producto>a {
    display: block;
    position: relative;
    background-color: #FFF;
    padding: 0%;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 5%;
}

.bloc_producto>a>img {
    transition: opacity .3s ease;
}

.bloc_producto:hover>a>img {
    opacity: 0.4;
}

.bloc_producto .options_producte {
    position: absolute;
    top: 0;
    right: -48px;
    z-index: 10;
    opacity: 0;
    transition: all .3s ease;
    display: none;
}

.bloc_producto:hover .options_producte {
    right: 0;
    opacity: 1;
    display: block;
}

/* vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
*
***** BLOCS DE CATEGORIES
*
vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv  */

.bloc_categoria {
    position: relative;
    text-decoration: none;
    display: inline-block;
    /* width: 20.6%; */
    /* min-height: 70px; */
    /* margin: 0px 0 2.5% 0px; */
    text-transform: uppercase;
    vertical-align: top;
    /*border: 1px solid #85cbee;*/
    border: none;
    text-align: center;
    border-radius: 0;
    overflow: hidden;
    flex: 0 0 46%;
    margin: 5px;
    max-width: 300px;
    min-width: 250px;
}

.bloc_categoria img {
    width: 100%;
}

.bloc_categoria span {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    color: #666666;
    background: rgba(255, 255, 255, 0.9);
}

/* vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
*
***** PRODUCTO / ARTÍCULO
*
vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv  */

#container_prod {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.fotos_fitxa {
    float: none;
    width: inherit;
    flex: 0 0 40%;
    margin-right: 50px;
}

.fotos_fitxa .foto_gran_fitxa {
    border: 1px solid #E0E0E0;
    text-align: center;
}

.nextprevmin {
    cursor: pointer;
    display: flex;
    /* float: left; */
    justify-content: space-between;
    color: #8bca42;
    padding: 10px;
    align-items: center;
    /* flex: 0 0 40px; */
}

.nextprevmin img {
    position: absolute;
    position: absolute;
    top: 50%;
    font-size: 38px !important;
    margin-top: -25px;
    cursor: pointer;
    color: #000;
}

.nextprevmin:hover {
    background-color: #E0E0E0;
}

.fotos_fitxa img.foto_animada {
    right: 0;
    margin: 0 auto;
}

.fotos_fitxa .miniatures_fitxa a {
    border: 1px solid #E0E0E0;
    cursor: url(https://centreverd.neorgdata.com/templates/PUBLIC/img/zoom-icon.png), crosshair;
    display: inline-block;
    z-index: 99;
}

.like {
    color: #FD6315;
}

.info_article {
    float: none;
    width: inherit;
    flex: 0 0 50%;
}

.info_article .titol.titol_fitxa {
    font-family: 'Prometo-Bold', sans-serif;
    font-size: calc( 20px + 15 * (100vw - 400px) / 1600);
    line-height: 1.4;
    margin-top: 0;
}

.inf {
    display: block;
    padding: 30px 0;
}

@media (min-width: 2000px) {
    .info_article .titol.titol_fitxa {
        font-size: 35px;
    }
}

.info_article .prod_cat {
    color: #FD6315;
    font-family: 'Prometo-Bold', sans-serif;
    font-size: 14px;
    margin: 25px 0;
}

.info_article .short_desc_prod {
    color: #BEBEBE;
    font-size: 14px;
}

.info_article .preus .ressaltat {
    font-family: 'Prometo-Bold', sans-serif;
}

.info_article .preus .boto_compra {
    font-family: 'Prometo-Bold', sans-serif;
    font-size: 12px;
    background-color: #FD6315;
    border-radius: 5px;
    color: #ffffff;
    border: none;
    padding: 10px 15px;
}

.info_article .preus .qty_prod {
    display: inline-block;
    margin-left: 25px;
}

.info_article .preus .qty_prod label {
    font-size: 12px;
    color: #707070;
    margin-right: 10px;
}

.info_article .preus .qty_prod input {
    width: 50px;
    text-align: center;
    border: 1px solid #E2E2E2;
    border-radius: 0;
    padding: 5px;
}

.info_article .descripcio_curta {
    color: #707070;
    font-size: 14px;
}

.span_coment {
    text-align: center !important;
    text-transform: none;
    font-family: 'Prometo-Bold', sans-serif;
    font-size: 22px;
}

.span_coment span {
    position: relative;
}

.span_coment span:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 3px;
    bottom: -3px;
    background-color: #FD6315;
}

.contenidor_productes_rel {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 20px) !important;
    margin: 10px 10px!important;
    poisition: relative;
    padding-left: 50px;
    padding-right: 50px;
}

.contenidor_productes_rel span {
    position: absolute;
    display: flex;
    cursor: pointer;
    height: 100%;
    align-items: center;
}

.contenidor_productes_rel span:hover img {
    filter: invert;
    filter: drop-shadow(2px 4px 6px black);
}

.contenidor_productes_rel span#prev_relacionats {
    left: 10px;
}

.contenidor_productes_rel span#next_relacionats {
    right: 10px;
}

.contenidor_productes_rel div.cycle {
    width: 100%;
}

.contenidor_productes_rel>div.cycle {
    /* flex:0 0 1080px; */
}

.contenidor_productes_rel .bloc_producto .etiqueta {
    display: none;
}

.descripcio_producte>span:first-child, .descripcio_producte>span:last-child {
    font-family: 'Prometo-Bold', sans-serif;
    font-size: 15px;
}

.contenidor_productes_rel .producte .desc {
    color: #A8A8A8;
    font-size: 13px;
}

/* 	==================================================
	===== VARIATIONS
	==================================================  */

.producte_var {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    text-align: left;
    margin-bottom: 25px;
    cursor: pointer;
}

.producte_var.active {
    background-color: #f1ffa4;
}

.producte_var>div:not(.buy) {
    margin-right: 10px;
}

.producte_var .content {
    font-family: 'Prometo-Bold', sans-serif;
    font-size: 14px;
    color: #000000;
    flex-grow: 1;
}

.producte_var .buy {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.producte_var .buy .price {
    font-family: 'Prometo-Bold', sans-serif;
    color: #8BCA42;
}

.producte_var .img {
    border: 1px solid #E5E5E5;
}

.producte_var img {
    width: 50px;
}

.producte_var input {
    width: 50px;
    text-align: center;
    border: 1px solid #E2E2E2;
    border-radius: 0;
    padding: 5px;
    margin: 0 20px;
}

.producte_var .buy .button_afegir {
    background-color: #FD6315;
    border-radius: 5px;
    padding: 5px 25px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Prometo-Bold', sans-serif;
}

.info_article>div.descripcio_curta {}

/* vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
			*
			***** CARRITO
			*
			vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv  */

#OSC_main a {
    color: #8BCA42 !important;
}

.OSC_content {
    border: 1px solid #8BCA42 !important;
}

.OSC_titol_seccio {
    background-color: #EBF6DE !important;
}

.OSC_button {
    background-color: #8BCA42 !important;
    border: none!important;
    margin: 20px;
    color: #ffffff !important;
    text-transform: uppercase !important;
    font-family: 'Prometo-Bold', sans-serif !important;
    FONT-WEIGHT: 200;
    FONT-WEIGHT: 100;
    width: 90%!important;
    }
.OSC_button:hover{
    -webkit-box-shadow: 2px 6px 9px -1px rgb(82 84 83)!important;
    -moz-box-shadow: 2px 6px 9px -1px rgb(82 84 83)!important;
    box-shadow: 2px 6px 9px -1px rgb(82 84 83)!important;
}

/* vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
			*
			***** FOOTER
			*
			vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv  */

footer {}

footer .center {}

footer .center #main_footer {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 50px 0;
}

footer .center #main_footer>div {
    margin-right: 50px;
    flex: 1;
}

footer .center #main_footer div .logo {
    margin-bottom: 25px;
}

footer .center #main_footer div .logo img {
    max-width: 100%;
}

footer .center #main_footer>div>.title {
    font-family: 'Prometo-Bold', sans-serif;
    font-size: 14px;
    margin-bottom: 25px;
}

footer .center #main_footer .desc {
    color: #707070;
    font-size: 14px;
}

footer .center #main_footer .address {
    margin-bottom: 25px;
}

footer .center #main_footer .address .title, footer .center #main_footer .phone .title {
    color: #707070;
    font-family: 'Prometo-Bold', sans-serif;
    margin-bottom: 5px;
}

footer .center #main_footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

footer .center #main_footer ul li a {
    text-transform: uppercase;
    color: #707070;
    font-size: 14px;
}

footer .center #main_footer ul li a:hover {
    text-decoration: underline;
}

footer .center #copyright_footer {
    margin-top: 50px;
    margin-bottom: 25px;
}

footer .center #copyright_footer ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    color: #707070;
    font-size: 12px;
}

footer .center #copyright_footer ul li {
    padding: 0 10px;
    border-right: 1px solid #707070;
}

footer .center #copyright_footer ul li:last-child {
    border: none;
}

footer .center #copyright_footer ul li a {
    color: #707070;
    font-size: 12px;
}

footer .center #copyright_footer ul li a:hover {
    text-decoration: underline;
}

/* vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
			*
			***** RESPONSIVE
			*
			vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv  */

@media (max-width: 1220px) {
    .center {
        width: 90%;
        margin: 0 5%;
    }
}

@media (max-width: 1200px) {
    .inf>div, .inf_petit>div {
        width: 94%;
        margin: auto;
    }
}

@media (max-width: 1000px) {
    #header .center {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
    #header .center .header_left {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #header .center .header_right {
        display: none;
    }
    #header .center .logo {
        margin: 0 auto 25px auto;
    }
    #header .main_menu {
        /* display: none; */
    }
    #slide_gran .slide .overlay .content, #slide_gran .slide .overlay .empty_space {
        flex: 0 0 50%;
    }
    #container_bloques_home .right_main .up_main {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
    .container_detalles_home #detalles_home .detalle_home {
        flex: 0 0 50%;
        margin-bottom: 25px;
    }
    footer .center #main_footer {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        text-align: center;
        padding: 25px 0;
    }
    footer .center #main_footer>div {
        margin-top: 25px;
        margin-right: 0;
    }
    footer .center #main_footer>div:nth-child(3) {
        display: none;
    }
    #copyright_footer ul {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -ms-align-items: center;
        align-items: center;
    }
    footer .center #copyright_footer ul li {
        border: 0;
    }
}

@media (max-width: 800px) {
    #header .center .header_left {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -ms-align-items: center;
        align-items: center;
    }
    #container_productos_destacados .center #productos_destacados .producto_destacado {
        flex: 0 0 calc(50% - 30px);
    }
    #container_prod {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 600px) {
    #slide_gran .slide .overlay {
        padding: 350px 25px 25px 25px;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -ms-align-items: flex-end;
        align-items: flex-end;
        background: rgba(255, 255, 255, 0);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 1)));
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
        background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
    }
    #container_bloques_home {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
    #container_bloques_home .home_cat {
        padding: 100px 0 !important;
    }
    #container_productos_destacados .center #productos_destacados .producto_destacado {
        flex: 0 0 100%;
        margin: 0 0 25px 0;
    }
    .container_detalles_home #detalles_home .detalle_home {
        flex: 0 0 100%;
    }
    .producte_var {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
    .producte_var>div:not(.buy) {
        margin-right: 0;
    }
    .producte_var .content {
        margin: 15px 0;
    }
}

/****************************************************************+
MENUS

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

@media (min-width:1000px) {
    .main_menu #categoriestopmenu_ul.menu_prin li {
        list-style: none;
    }
    .main_menu #categoriestopmenu_ul.menu_prin>li {
        display: inline-block;
        text-align: left;
        position: relative;
    }
    /*.main_menu #categoriestopmenu_ul.menu_prin > li > a:after {
    content: '';
    width: 2px;
    height: 16px;
    background-color: #8bca42;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: -2px;
}
*/
    .main_menu #categoriestopmenu_ul.menu_prin>li>a {
        line-height: 2;
        color: #757575;
        text-decoration: none;
        text-transform: uppercase;
        white-space: nowrap;
        display: inline-flex;
        position: relative;
        font-family: 'Prometo';
        font-size: 14px;
        padding: 5px 13px;
    }
    .main_menu #categoriestopmenu_ul.menu_prin>li>a.ressaltat {
        color: #FFF !important;
        background-color: #8bca42!important;
        border-radius: 5px;
    }
    .main_menu #categoriestopmenu_ul.menu_prin>li>a.ressaltat:after {
        display: none;
    }
    .main_menu #categoriestopmenu_ul.menu_prin li:first-child a {
        border-left: 0;
    }
    .main_menu #categoriestopmenu_ul.menu_prin>li>a.active {
        color: #1d1d1b;
        background-color: #8bca42;
    }
    .main_menu #categoriestopmenu_ul.menu_prin>li>a:hover {
        color: #8bca42;
        text-decoration: none;
        /* font-family: 'Prometo-Bold'; */
        background-color: #f5f7fa;
    }
    .main_menu #categoriestopmenu_ul.menu_prin .submenu_prin {
        display: none;
        position: absolute;
        z-index: 999;
        /*width:100%;
			width: max-content;*/
        line-height: 1.50;
        overflow: hidden;
        background-color: #f5f7fa;
        font-size: 14px;
        padding: 15px;
    }
    #idiomes {
        margin-top: 0px;
        width: 100px;
    }
    #idiomes ul li a {
        font-size: 16px;
    }
    .main_menu #categoriestopmenu_ul.menu_prin .submenu_prin.cols_2 {
        width: 430px;
    }
    .main_menu #categoriestopmenu_ul.menu_prin .submenu_prin.cols_3 {
        width: 640px;
    }
    .submenu_right .main_menu #categoriestopmenu_ul.menu_prin .submenu_prin {
        right: 0;
    }
    .main_menu #categoriestopmenu_ul.menu_prin .submenu_prin>ul {
        display: flex;
        flex-wrap: wrap;
        padding-left: 0;
        position: relative;
        width: 100%;
        padding: 0px;
    }
    .main_menu #categoriestopmenu_ul.menu_prin .submenu_prin.cols_2>ul>li {
        flex: 0 0 50%;
    }
    .main_menu #categoriestopmenu_ul.menu_prin .submenu_prin.cols_3>ul>li {
        flex: 0 0 33%;
        margin-top:15px;
    }
    .main_menu #categoriestopmenu_ul.menu_prin .submenu_prin>ul>li {
        width: 190px;
        margin: 0px 0px 0px 0px;
        background-color: transparent;
        border-bottom: none!important;
        max-width: none;
    }
    .main_menu #categoriestopmenu_ul.menu_prin .submenu_prin a {
        color: #757575;
    }
    .main_menu #categoriestopmenu_ul.menu_prin .submenu_prin>ul>li>a {
        display: block;
        position: relative;
        background-color: transparent;
    }
    .main_menu #categoriestopmenu_ul.menu_prin .submenu_prin>ul>li>a.cat_pare {
        font-family: 'Prometo';
        font-weight: bold;
        white-space: normal;
        text-transform: uppercase;
        border-bottom: 1px solid #8bca42;
        margin-bottom: 15px;
        padding-bottom: 3px;
    }
    .main_menu #categoriestopmenu_ul.menu_prin .submenu_prin.cols_0>ul>li>a.cat_pare {
        font-family: 'Prometo';
        font-weight: normal;
        white-space: normal;
        text-transform: uppercase;
        border-bottom: none;
        margin-bottom: 10px;
        padding-bottom: 3px;
    }
    .main_menu #categoriestopmenu_ul.menu_prin .submenu_prin>ul>li a:hover {
        color: #8bca42;
    }
    .main_menu #categoriestopmenu_ul.menu_prin .submenu_prin>ul>li>a>i {
        right: -12px;
        position: absolute;
        font-size: 16px;
        top: 3px;
    }
    .main_menu #categoriestopmenu_ul.menu_prin .submenu_prin>ul>li>div a {
        display: block;
        font-family: 'Prometo';
        margin-bottom: 5px;
        text-transform: none;
        width: 100%;
    }
    .main_menu #categoriestopmenu_ul.menu_prin .submenu_prin>div {
        width: 300px;
        padding: 33px 30px 10px 30px;
    }
    .main_menu #categoriestopmenu_ul.menu_prin .submenu_prin>div>span {
        font-size: 15px;
        color: #345520;
        display: block;
        margin-bottom: 4px;
        font-family: 'source_sans_prosemibold';
    }
    .main_menu #categoriestopmenu_ul.menu_prin .submenu_prin>div>a {
        color: #acacac;
        padding: 6px 0px;
        display: block;
    }
    .main_menu #categoriestopmenu_ul.menu_prin .submenu_prin>div>a:hover {
        color: #345520 !important;
    }
    .main_menu #categoriestopmenu_ul.menu_prin>li>div>ul>li>ul {
        display: none;
    }
    .main_menu #categoriestopmenu_ul.menu_prin>li:hover>div {
        display: flex;
    }
}

/* vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
*
***** END RE-STYLING CENTRE VERD ****
*
vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv  */