@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700&display=swap');
html { font-size: 14px;}
body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #000; letter-spacing: 0.063rem; font-family: 'Poppins'; font-weight: 400;}
button, select, input { outline: 0!important; box-shadow: none;}
a { color: inherit;}
a:hover { text-decoration: none; opacity: .8; color: inherit;}
:focus { outline: none; }
.btn.focus, .btn:hover, .btn:focus { text-decoration: none; box-shadow: none; }
.dropdown-menu { left: 0!important; right: auto!important; padding: 0 0 0 0; border-radius: 0; border: none; margin-top: 0; background-color: #fff; border: 1px solid #ced4da; width:100%}
.dropdown-item {white-space: normal;}
.dropdown-item.active, .dropdown-item:active { background-color: #fff; color:#000}
.form-control.is-invalid, 
.was-validated .form-control:invalid,
.form-control.is-valid,
.was-validated .form-control:valid {-webkit-appearance: none; -moz-appearance: none; appearance: none;}

@media (min-width: 576px){
	html { font-size: 16px;}
}

@media (min-width: 992px){
	.dropdown:hover .dropdown-menu{display: block;}
}
.dropdown-categories {font-weight:300; font-size:13px; padding:15px 0}
.nav-inferior ul li .dropdown-categories {text-transform: none!important;}
@media(min-width:1200px) {
	.dropdown-categories {width: 280px!important}
}

.f-size-1 { font-size: 1rem !important}
.fs-12 { font-size: 12px!important}
.c-pointer { cursor: pointer}

/* --------------------- GENERAL TEXT ------------------------ */
h1,h2,h3,h4,h5,h6{ font-weight: inherit; }

.nom{ font-size: 2.25rem;} /* 46px */
.titol{ font-size: 2.25rem; } /* 36px */
.txt-curt{ font-size: 1.375rem; font-weight: 300; } /* 24px */
.txt-home{ font-size: 1.125rem; font-weight: 300; } /* 14px */
.txt { font-size: 0.938rem; font-weight: 300; color: #545454;}
.fs-15 {font-size:0.938rem}
.text-descripitu {font-size: 0.938rem!important; font-weight: 400!important; color: #343a40!important;}
.txtCopy {color: #A1A1A1;font-size: 0.938rem;font-weight: 300;}

.bol{ font-weight: 700; } /* Bold */
.sembol{ font-weight: 600; } /* SemiBold */
.med{ font-weight: 500; } /* Medium */
.reg{ font-weight: 400; } /* Regular */
.lig{ font-weight: 300; } /* Light */
.extlig{ font-weight: 200; } /* Extra Light */
.thn{ font-weight: 100; } /* Thin */

.bg-groc {background-color: #e2aa15; padding:22px 0; margin-bottom:30px}
.c-groc, .seccio-activa {color:#e2aa15!important;}
.container-fluid{ max-width: 1920px; }

@media(min-width:1440px) {
	.container {max-width:1400px;}
	.bg-groc {margin-bottom:50px}
}

/* -------------------------- MARGINS ------------------------ */
.margin-bottom-5{margin-bottom: 5px;}
.margin-bottom-15{margin-bottom: 15px;}
.margin-bottom-25{margin-bottom: 25px;}
.margin-bottom-30{margin-bottom: 30px;}
.margin-bottom-50{margin-bottom: 50px;}
.margin-bottom-55{margin-bottom: 55px;}
.margin-bottom-60{margin-bottom: 60px;}
.margin-top-60{margin-top: 60px;}

/* -------------------------- PADDINGS ------------------------ */
.padding-left-20{padding-left: 20px;}

/* -------------------------- DISPLAYS ------------------------ */
@media (min-width: 768px){
	.d-md-table-header-group {display: table-header-group!important;}
}

/* -------------------------- NAVBAR ------------------------ */
.navbar { color: #363636; background-color: #fff;}
.navbar .navbar-toggler { color: #363636; border: none; font-size: 18px;}
.navbar-nav.flex-row .nav-item { margin-right: 15px; }
.fixed-top-md {background-color: #fff; box-shadow:0 -3px 7px 0 #000}

/* .navbar .dropdown-item, .nav-inferior  */.dropdown-item,#titol-desplegable{ padding:.5rem 1.5rem; font-size: 13px!important; color: #000; font-weight: 400; letter-spacing: 0.063rem;}

.max-logo {max-width:200px}
.dades-top {font-weight: 300; font-size: 0.813rem; color:#363636}
.navbar-nav .xarxes-socials a{ display: inline-block; width: 35px; height: 35px; color:#363636; background-color: #fafafa; border-radius:50%; font-size: 13px; text-align: center; line-height: 35px; margin-right: 3px; margin-bottom: 15px;}
.nav-inferior {background-color: #000; color:#fff;}
.nav-inferior ul li, .navbar-nav li .nav-link {text-transform: uppercase;}
.nav-inferior ul li:hover, nav .navbar-nav li:hover {color:#e2aa15}
.nav-inferior ul li:hover a {opacity:1}
.nav-inferior .nav-link {padding:0.938rem 1rem}
/* .nav-inferior .nav-item {padding:7px 0;} */
.container-nav {max-width: 1400px; margin: auto;}

@media (max-width: 1200px){
	/* .navbar  */.dropdown-menu{ padding-top: 8px; padding-bottom: 8px; }
}
@media (min-width: 768px){
	.max-logo { max-width: 300px;}
}
@media (min-width: 1200px){
	.fixed-top-md { box-shadow: none;}
	.navbar .dropdown-item{ font-size: 1rem; }
	.navbar-brand svg{
		max-width: 300px;
		width: 100%;
		height: auto;
	}
}
.navbar-brand svg{
	max-width: 220px;
	width: 100%;
	height: auto;
}
@media (min-width: 1400px){
	.navbar-nav.flex-row .nav-item { margin-right: 0; }
    .fixed-top-md { position: fixed; top: 0; right: 0; left: 0; z-index: 1030; }
	.margin-navbar{margin-top: 145px;}
	.nav-inferior .nav-item {margin-left:20px;}
}
.mask_user {
	width: 100%;
	height: 25px;
	background-color: purple;
	position: fixed;
	top: 49px;
	z-index: 1000000;
}


/* -------------------------- SLIDER FIXES ------------------------ */
.slick-slider{ backface-visibility: hidden; -webkit-backface-visibility: hidden;}
.slick-slider .container, .slick-slider .container-fluid { position: absolute; top: 50%; left: 0; right: 0; margin-left: auto;
    margin-right: auto; -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
.slick-list, .slick-track, .slick-slide{ height: inherit!important;}
.slick-arrow { color: #fff!important;  background-color: #e2aa15!important; width: 35px; height: 35px; border-radius: 50%;}
.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before, .slick-next:before, .slick-prev:before {opacity: 1;}
.slick-prev{left: 15px;}
.slick-next {right: 15px;}
.slick-prev:before {content: "\f053";}
.slick-next:before {content: "\f054";}
.slick-next:before, .slick-prev:before { font-family: "Font Awesome 5 Free"; font-weight: 900;}
.slick-slider .slick-slide { position: relative; }
.slick-dots li:only-child { display: none;}
.slick-dots li button:before { font-family: 'Font Awesome 5 Free'; content: '\f111'; font-weight: 600;}
.slick-dots li.slick-active button:before { opacity: 1; font-weight: 400;}
.slick-prev, .slick-next {display:none!important}
@media(min-width:768px) {
	.slick-prev, .slick-next {display:block!important}
}

@media(max-width:768px) {
	.container-slick-empresa { margin-top:15px!important; position: relative!important; top: 0!important; left: 0!important; right: 0!important; margin-left: auto!important;
		margin-right: auto!important; -webkit-transform: translateY(0)!important; -o-transform: translateY(0)!important; transform: translateY(0)!important; }
}

/* -------------------------- HOME ------------------------ */
.slider-inici { position: relative; width: 100%; height: 100vh; margin-bottom: 60px;}
.slider-inici .item { overflow: hidden;}
.slider-inici video { display: block; position: absolute; top: 50%; left: 50%; min-width: 100%;
  min-height: 100%; width: auto; height: auto; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.slider-inici iframe { position: relative; pointer-events: none;}
.slider-inici .container-iframe { background: #eee; height: 100%; overflow: hidden; padding: 0; position: relative;}
.slider-inici .container-iframe iframe { box-sizing: border-box; height: 56.25vw; left: 50%; min-height: 100%;
    min-width: 100%; transform: translate(-50%, -50%); position: absolute; top: 50%; width: 177.77777778vh;}
.slider-inici .slide-image { height: 100%; background-size: cover; background-position: center;}
.slider-inici .row {height: inherit;}
.slider-inici .block{padding: 15px; margin-bottom: 15px; color: #000000; text-transform: uppercase;}
.slider-inici .nom, .nom-slider-empresa { font-size: 2.25rem; font-weight: 600; margin-bottom:15px}
.slider-inici .txt { font-size: 1rem; font-weight: 300; margin-bottom:15px; color:#000}
#slider-inici-mobile+.slick-arrows{display: block;}
#slider-inici-pc+.slick-arrows{display: none;}
.img-block{display:block; height: 0; padding-bottom: 100%; position: relative; margin-bottom: 15px; text-align: center; color: #9a9da0;}
.img-block img, .img-block i{position: absolute; top: 50%; -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); 
	transform: translateY(-50%); max-height: 100%; left: 0; right: 0; margin-left: auto; margin-right: auto; font-size: 150px; border-radius: 5px;}
.titularHome { background-color: #fafafa; padding: 30px; text-align: center;}
.titularHome h1 { color: #292929; font-size: 1.8rem; font-weight: 500; margin-bottom: 0;}
.titularHome .subtitular{ font-size: 1.5rem; font-weight: 400; margin-top: 0.5rem; }
.bloc-home { border: #e9e9e9 solid 1px; padding: 25px; height: 100%;}
.bloc-home img { margin-bottom: 40px;}
.bloc-home { color: #777777;}
.subtitol-home { font-size: 1.125rem; text-transform: uppercase; margin-bottom: 15px; color:rgba(0,0,0,0.7)}
.banners h3, .banners .h3 { font-weight: 500; font-size: 1.5rem; }
.banners h4 { font-weight: 300; font-size: 0.938rem; color:rgba(0,0,0,0.7)}
/* .banners img {border:1px solid rgb(216, 216, 216)} */

.slick-dots li button {background-color: #fff; border:1px solid #000; border-radius: 50%;width:12px;height:12px;}
.slick-dots li.slick-active button{background-color:#000; border-radius: 50%;width:12px;height:12px;}
.slick-dots li button:before,.slick-dots li.slick-active button:before,.slick-dots li button:hover:before, .slick-dots li button:active:before { opacity: 0;}
.slider-inici .slick-dots {bottom:15px}
.slick-dotted.slick-slider {margin-bottom:0}

@media (min-width: 576px){
	.slider-inici .block{margin-bottom: 0;}
	.slider-inici .nom, .nom-slider-empresa { margin-bottom: 30px;}
	.slider-inici .txt { margin-bottom: 60px;}
	.img-block img, .img-block i{font-size: 60px;}
}

@media (min-width: 768px){
	#slider-inici-mobile+.slick-arrows{display: none;}
	#slider-inici-pc+.slick-arrows{display: block;}
	.slider-inici .nom, .nom-slider-empresa { font-size: 3rem; line-height: 1;}
	.slider-inici .txt { font-size: 1.25rem; line-height: 1.25;}
	.titularHome h1 {font-size: 2.375rem;}
}
@media (min-width: 1200px){
	.slider-inici .nom, .nom-slider-empresa { font-size: 3.75rem;}
	.slider-inici .txt { font-size: 1.5rem;}
}

.bg-gris-home {background-color:#fcfcfc; padding:50px 0;}
.bg-gris-home .nom {font-size:1.5rem; text-transform: uppercase;}

/* -------------------------- NOTICIES ------------------------ */
.noticia-block{margin-bottom: 30px; /* padding: 15px; */}
.noticia-block .nom{margin-top: 15px; margin-bottom: 15px; font-weight: 500; font-size: 17px; display: block;}
.noticia-block .txt {font-size:0.938rem!important}
.noticia-block img {border: solid 2px #f8f8f8;}
#slider-noticia{margin-bottom: 0;}
.slickNoticia .slick-arrow, .slider-nav .slick-arrow { background-color: transparent!important;}
.slickNoticia .slick-next:before, .slider-nav .slick-next:before { color: #000; font-size: 18px;}
.slickNoticia .slick-prev:before, .slider-nav .slick-prev:before { color: #000; font-size: 18px;}
.slickNoticia .slick-prev, .slider-nav .slick-prev { left: -25px;}
.slickNoticia .slick-next, .slider-nav .slick-next { right: -25px;}
.slickNoticia .slick-list, .slider-nav .slick-list { margin-left: 15px; margin-right: 15px;}
.detall-noticia .txt-curt {font-size: 1.125rem; font-weight: 400; color:#626262; margin-bottom:15px}
.bg-groc .nom, .bg-groc .text {color:#fff!important}
.bg-groc .nom {font-size:1.5rem; font-weight:500}
.bg-groc .text {color:#fff!important; margin-top:15px; font-weight:400}
.bg-groc .text p {margin-bottom:0}

@media(min-width:992px) { 
	.bg-groc .nom {font-size: 2.375rem}
	.noticia-block .nom {font-size: 1.5rem;}
}

/* -------------------------- PRODUCTES ------------------------ */
.producte-block{margin-bottom: 30px; margin-right: 15px;}
.producte-block img, .slickProducteDetall img { border: solid 2px #f8f8f8;}
.producte-block .nom{ font-size: 17px; font-weight: 500;  margin-top: 10px; margin-bottom: 15px;}
.quantitat-block {display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between;
	-ms-flex-align: center; align-items: center; }
.quantitat-block .restar-quantitat, .quantitat-block .sumar-quantitat { background-color: #f4f4f4; border: none; cursor: pointer; height: 40px; float: left; 
    padding: 0; width: 40px;}
.quantitat-block .restar-quantitat:disabled{cursor: default; color: #a5a5a5;}
.quantitat-block input[type="text"] { border: none; width: 45px; text-align: center; background-color: #f4f4f4; height: 40px; float: left; color: #000000;}
.producte-preu { font-size: 1.125rem; color: #343a40; display: inline-block;}
.categoria-block{margin-bottom: 30px;}
.categoria-block .nom{margin-top: 5px; margin-bottom: 12px; font-weight: 500; font-size: 17px; display: block;}
#slider-producte{margin-bottom: 0;}
.afegir-cistella{min-width: 110px;}
.img-cart { font-size: 60px; color: #9a9da0;}

@media(min-width:1200px){
	.d-xl-inline-block{display:inline-block!important}
}

.categoria-activa { text-decoration: underline!important;}
.producte .nom { font-weight: 500; font-size: 2.375rem; line-height:1.2; margin-bottom: 10px;}
.producte .txt-curt { font-weight: 400; font-size: 1.125rem; line-height:1.4; margin-bottom: 20px;}
.form-producte { background-color: #fafafa; padding: 30px 25px;}
@media(min-width:768px) {
	.form-producte { padding: 30px 40px;}
}
@media(min-width:992px){
	.producte-block .nom{ font-size: 1.5rem; }
}

.form-producte h3, .eslogan { font-weight: 500; font-size: 1.5rem;}
.productes-relacionats { font-size: 1.5rem; font-weight: 500; text-align: center;}
.titular-seccions { font-weight: 400; font-size: 1.125rem;}
.zona { background-color: #b7b7b7; padding: 10px 20px; border-radius: 20px; font-weight: 300; font-size: 0.938rem; color: #fff; display: inline-block;}
#titular-seccio { font-size: 2.375rem; font-weight: 500;}
#subtitol-seccio { font-weight: 300; font-size: 0.938rem; color:rgba(0,0,0,0.7)}
.desplegable-categories {min-height:40px; height:auto}
#titol-desplegable::after { display: none;}
#titol-desplegable {font-size:0.938rem; font-weight:300; color:#000}
.btn-filtres .drowdown-menu {transform:none!important}
.btn-filtres .dropdown-item {font-weight:300; font-size:0.938rem}
.capa-groga {position: absolute; top: 0; background: rgba(255, 200, 0, 0.3); width: 100%; height: 100%; opacity:1; color: white; font-weight:500; font-size: 1.75rem; text-align: center;}
.capa-groga span {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
@media(min-width:768px) {
	.capa-groga {font-size: 2.5rem;}
}
@media(min-width:1200px) {
	.capa-groga span {top: 30%; left: 15%; transform: rotate(-30deg);}
	.slickProducteDetall .capa-groga {font-size:5rem!important}
}
@media(min-width:1440px) {
	.slickProducteDetall .capa-groga {font-size:8.125rem!important}
	.slickProducteDetall .capa-groga span {top: 30%; left: 6%; transform: rotate(-30deg);}
}
@media (min-width:1200px) and (max-width:1400px){
	.capa-groga {font-size:2rem}
}

@media (min-width: 576px){
	.quantitat-block {-ms-flex-pack: start; justify-content: flex-start;}
	.producte-preu { margin-left: 30px; margin-right: 30px;}
}

@media(min-width: 992px){
	.categoria-block .nom { font-size: 1.5rem;}
}

@media (min-width: 1200px){
	.desplegable-categories {height:60px}
}

.accordion-productes .card {border:none; border-radius:0!important; border-bottom:1px solid #ccc!important}
.accordion-productes button {border-radius:0!important; padding: 15px 0}
.accordion-productes .card-body {padding: 0; padding-bottom:15px}
.accordion-productes button:after, .accordion-productes button.collapsed:after {position:absolute; right: 15px; top:15px; z-index: 2; font-weight:500}
.accordion-productes button:after {content:'-';}
.accordion-productes button.collapsed:after {content:'+';}

.fletxa-filtre {position: absolute; right: 20px; top: 15px;}
@media(min-width:768px) {.fletxa-filtre {top: 25px;}}

/* -------------------------- PAGINACIO ------------------------ */
.pagination { margin-bottom: 6px; padding: 0 6px;}
.pagination .page-link { border-radius: 0!important; color: #000000; border: 1px solid transparent; margin-right: 6px;}
.pagination .page-item.active .page-link { background-color: transparent; border-color: transparent; color:#e2aa15; font-weight: 500;}
.pagination .page-link.active:hover { color: #fff; border-color: #343a40;}
.page-item.disabled .page-link {border-color:transparent}

/* -------------------------- VIDEO ------------------------ */
.video-block{margin-bottom: 30px;}
.video-block .nom {margin-bottom: 15px; line-height: 1; font-size: 1.5rem;}
.video-block .txt{margin-bottom: 30px;}

/* -------------------------- SECCIO ------------------------ */
.titol-seccio { padding-top: 15px; padding-bottom: 15px;}
.titol-seccio .nom { font-size: 1.5rem; font-weight: 500; color: #000; margin-bottom: 0;}
.seccio .txt-curt { font-size: 1.25em; font-weight: 400; line-height: 1.3; margin-bottom: 15px;}
.categories {margin-bottom: 30px;}
.categories a{ padding: 5px 15px; background-color: #343a40; color: #FFFFFF; font-weight: 600; margin-bottom: 10px; display: inline-block;}
.link{padding: 10px 15px; background-color: #e2aa15; color: #000000; font-weight: 400; text-align: center; display: inline-block; border: none; font-size: 1.125rem; letter-spacing: 0.063rem; text-transform: uppercase;}
a.link:hover, input.link:hover{opacity: .8; color: #000000;}
.capcalera-seccio { background-color: #e2aa15; color: #fff; padding: 30px 0;}
.capcalera-seccio .txt { color: #fff;}
.separador-seccio { height: 1px; width: 100%; background-color: #f1d58a;}
.capcalera-seccio h1 { font-weight: 500; font-size: 2.375rem;}
.capcalera-seccio h2 { font-weight: 500; font-size: 1.5rem;}
.capcalera-seccio h3 { font-size: 1.125rem; margin-top: 15px; margin-bottom: 15px;}

@media (min-width: 576px){
	.titol-seccio { padding-top: 30px; padding-bottom: 30px;}
	.link{padding: 15px 40px;}
}
@media(max-width:991px){
	.link{font-size: 1rem!important;}
}
@media(min-width:1200px) {
	.titol-seccio .nom { font-size: 2.375rem;}
}

/* -------------------------- FORMULARI ------------------------ */
.ok, .ko { padding: 15px; margin-bottom: 20px; text-align: center; color: #000;}
.ok { background-color: #dff0d8; }
.ko { background-color: #f2dede; }
.formulari label { font-weight: 300; font-size: .75rem; padding-top: 3px;}
.formulari .form-control { margin-bottom: 15px; border-radius: 0!important; font-size: .75rem; background-color: #fff; border: 1px solid #e3e3e3; height: 50px;}
.formulari textarea { height: 100px!important;}
.formulari .btn { margin-bottom: 5px;  margin-right: 5px; border: none; background-color: #343a40; color: #fff; padding: 10px 20px;
    text-transform: uppercase; font-weight: 700; cursor: pointer; border-radius: 0;}
.custom-checkbox{font-size: .875rem;}
.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: #fff;}
.form-control.is-valid,.was-validated .form-control:valid{ border-color:#f7f7f7;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23495057' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");}
.custom-checkbox .custom-control-label::before { border-radius: 0; box-shadow: none!important;}
.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: #343a40;}
.custom-control-input:checked~.custom-control-label::before { border-color: #343a40; background-color: #343a40;}
.custom-control-label { margin-right: 15px;}
.custom-control-label p { margin-bottom: 0;}
.grecaptcha-badge { display: none!important;}
.contactar-detall { background-color: #fcfcfc; padding-top: 30px; padding-bottom: 15px;}
.contactar-detall h1 { font-weight: 500; font-size: 2.375rem;}
.contactar-detall h2 { font-weight: 300; font-size: 0.938rem; color:rgba(0,0,0,0.7)}
.text-legal-form {font-weight:300; font-size:8px; color:#545454; margin-bottom:30px}

/* -------------------------- AVISOS --------------------------- */
.avisos-block i { font-size: 2rem; padding-right: 0.5rem}
.avisos-block ul { list-style-type: none; margin-left: 0; padding-left: 0; display: inline-block; text-align: left}

/* -------------------------- CONTACTAR ------------------------ */
.mapa { height: 350px;}
.mapa iframe{width: 100%; height: 100%}
.ico-left {float: left; margin-right: 5px; width: 20px; min-height: 1px;}
.ico-left-txt { float: left; width: calc(100% - 35px);}

/* -------------------------- CISTELLA ------------------------ */
.cistella-producte .eliminar { border: none; padding: 5px; color: #343a40; background-color: transparent;}
.cistella-producte .producte { margin-bottom: 15px; border-bottom: 1px solid #343a40; padding-bottom: 15px;}
.img-block-cistella { display: block; text-align: center; color: #9a9da0;}
.img-block-cistella img, .img-block-cistella i { top: 0; max-height: 120px; font-size: 60px;}
.cistella-block { border: 1px solid #343a40; padding: 15px; margin-bottom: 30px;}
.dropdown-cistella { width: 280px;}
.dropdown-cistella .titol { text-align: center; font-weight: 600;}
.dropdown-cistella .linia { border-bottom: 1px solid #dadbdb; margin-top: 10px; margin-bottom: 10px;}
.dropdown-cistella .producte { font-size: .875rem; margin-bottom: 10px;}
.dropdown-cistella .producte .preu { color: #343a40;}
.dropdown-cistella .eliminar { background-color: transparent; border: none; float: right; text-decoration: underline; 
	font-size: .75rem; color: #636363;}
.dropdown-cistella .total { text-align: center; display: block; margin-bottom: 10px;}
.dropdown-cistella .dropdown-capa { background-color: #fff; list-style: none; padding: 15px;
    max-height: calc(80vh - 200px); overflow: hidden; overflow-y: auto; margin-bottom: 0;}
.dropdown-cistella .pedido-link { background-color: #343a40; color: #fff!important; padding: 10px;
    display: block; text-align: center; font-size: .875rem;}
.dropdown-cistella .fa-camera { font-size: 60px; color: #9a9da0; }
.dropdown-cistella img{max-height: 80px;}

/* -------------------------- LOGIN ------------------------ */
#fancy-login i { margin-bottom: 5px; color: #343a40; font-size: 42px;}
#fancy-login .titol { color: #343a40; margin-bottom: 30px; font-size: 2.5em;}

/* -------------------------- CERCADOR ------------------------ */
.formulari-cercador{position: relative;}
.formulari-cercador .form-control{margin-bottom: 0; padding-left: 30px; /* width: 200px; background-color: transparent!important; */border: 1px solid rgba(255,255,255,.5);}
.formulari-cercador button { top: 12px; left: 2px; position: absolute; border: none; background-color: transparent; border-radius: 0;color: rgba(255,255,255,.5);}
.btn-lupa {border:none; background-color: transparent; color:#fff}
.container-nav .collapsing {transition: none !important;}
.cercador_top2 {position:absolute; width:95%; max-width:1310px; margin-left:15px}
.cercador_top2 .formulari .form-control {height:47px;}
@media(min-width:1400px) { .cercador_top2 {margin-left:35px}}


/* -------------------------- FOOTER ------------------------ */
footer{ background-color: #000; color: #fff; font-size: .813rem; padding: 60px 0; min-height: 141px; font-weight:300; clear: both;position: relative;}
footer .xarxes-socials a{ display: inline-block; width: 35px; height: 35px; background-color: #fff; color: #000; border-radius: 50%; font-size: 13px; text-align: center; line-height: 35px; margin-right: 3px; margin-bottom: 5px;}
.textos-legals {font-weight: 300; font-size: 0.938rem; color:#363636}
.logos-kit-digital img {border: 1px solid rgb(238, 237, 237)}
@media(max-width:576px) {.logos-kit-digital img {max-width:155px}}
.newsletter {background-color: #e2aa15; padding: 40px 0; color: #000;}
.newsletter .titol {color:#000; font-weight: 500; font-size:1.875rem}
.newsletter .subtitol {color:#000; font-weight: 300; font-size:1.125rem}
.newsletter .btn-newsletter {color:#000000; background-color:#c59108; font-weight: 300; font-size:1.125rem; display:block; padding:8px; margin-left:15px}
.newsletter .text-legal-form{ color: #000;}
.newsletter input[name="email_newsletter"] {height:40px}
.newsletter input[name="email_newsletter"]::placeholder {font-size:11px; color:rgba(0,0,0,0.5)}
@media(min-width:992px) {
	.newsletter input[name="email_newsletter"] {height:60px}
	.newsletter .btn-newsletter {padding:15px;}
}

/* -------------------------- CAPA COOKIES ------------------------ */
.capa-cookies { position: fixed; bottom: 0; width: 100%; z-index: 99999;
    background-color: #FFFFFF; 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: #343a40; color: #FFFFFF; font-weight: bold; text-align: center;
    line-height: 40px; border: none; cursor: pointer; width: 100%;}
button.cookies-ok:hover{opacity: 0.8;}

/* ---------------------------- BREADCRUMBS -------------------------*/
ul.breadcrumbs { padding: 0px;	list-style: none; margin-bottom: 0;}
ul.breadcrumbs li { display: inline; font-size: .875rem; }
ul.breadcrumbs li+li:before { padding: 8px;	color: black; content: "\00B7"; }
ul.breadcrumbs li a { color: #343a40; text-decoration: none; font-size:13px;}
ul.breadcrumbs li a:hover { color: #343a40; text-decoration: underline; }

/* ---------------------------- USUARIS -----------------------------*/
.submenu_item { background-color: #FFF; border: 0; text-transform: uppercase; padding: 0.3rem 1rem; font-size: 0.8rem}
.submenu_item:hover, .submenu_item.actiu { background-color: #f1f1f1; opacity: 1}
.usuaris-comandes table { font-size: 0.9rem}

/* ---------------------------- FAQS -----------------------------*/
.faqs-block{padding: 15px; background-color: #fff; margin-bottom: 15px;}
.faqs-block .categoria{text-transform: uppercase; font-size: 1.25rem; margin-bottom: 15px; font-weight: 600;}
.faq-block{padding-left: 15px; padding-right: 15px; margin-bottom: 15px; background-color: #fff;}
.faq-block button{margin-bottom: 15px; border: none; background-color: transparent; padding: 0; text-align: left}
.faq-block .linia{border: 1px solid #f4f3f3;}
.faq-block .txt{font-size: .88; color: #6c757d; margin-bottom: 15px;}

@media (min-width: 576px){
	.faqs-block{padding: 30px; margin-bottom: 30px;}
}

/* ---------------------------- CALENDARI -----------------------------*/
.fc-unthemed .fc-today { background: inherit}



.banners-grid {
	display: grid;
	grid-template-columns: repeat(7, 1fr); /* 7 columnas */
	gap: 15px; /* Espaciado entre los banners */
}

.banners-grid-item {
	width: 100%; /* Ocupar todo el espacio de la celda */
}

@media (max-width: 1200px) {
	.banners-grid {
		grid-template-columns: repeat(5, 1fr); /* 5 columnas en pantallas medianas */
	}
}

@media (max-width: 992px) {
	.banners-grid {
		grid-template-columns: repeat(3, 1fr); /* 3 columnas en pantallas más pequeñas */
	}
}

@media (max-width: 768px) {
	.banners-grid {
		grid-template-columns: repeat(2, 1fr); /* 2 columnas en móviles */
	}
}