/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

/* importació dels estils de botons d'una altre demo */
@import url("estilsbotons.css");
/* @import url("categoriesBredax.css"); */

/* CSS DIRECTORY
	1 - BARRA SUPERIOR
	2 - HEADER
	3 - MENU
	4 - PÀGINA INICI
	5 - NEWSLETTER PEU
	6 - CATEGORIES
	7 - FOOTER CONTENIDOR PRINCIPAL
	8 - FITXA PRODUCTE
    9 - POPUP
	10 - CMS Stores
	11 - MARQUES
    12 - FOOTER CART
    13 - FORMULARIS REGSITRE
    14 - CHECKOUT

*/

.amaga{display:none;}

.btn-primary:hover{
    background:#fff!important;
    color:#414f8f!important;
}


.currency-selector, .language-selector-wrapper .language-selector, .user-info .account, .user-info .cdz-top-login, .user-info .cdz-top-signup, .user-info .logout{margin-right:10px;}

.user-info .cdz-top-login > a .material-icons, #cookie-link i{color:#6e6e6e;}

#cookie-link, .cdz-top-wishlist.top-link{margin-left:10px;}

/* Zona compte de client al 100% */
body.page-customer-account #content{
    max-width:100%;
}

.product-style13 .product-miniature .product-item-info .cdz-hover-section {background:#fff!important; padding-top:100%!important;}
.product-style13 .product-miniature .product-item-info .cdz-hover-section img {position:absolute; top:0;}

/*.thumbnail>img:before{
    content="":
    display:block;
    padding-top:100%;
    background:red;
}*/

.space-lg{margin-bottom:30px;}
/*.cdz-menu .item.level-top>.groupmenu-drop{
    max-height:50vh!important;
    overflow-y:auto;
}*/

.cart-qty-wrap{background:transparent!important;}


/* Problema amb el menú de tipus sticky mig sol·lucionat*/
.sticky-menu.active{
    overflow:auto;
    height:100%;
    pointer-events:none;
    background:transparent!important;
}

.header-bottom{pointer-events:all;}


/* ============================================================
    1 - BARRA SUPERIOR
   ============================================================ */

.header-nav{padding:0;}

/* fer més grans la tipografia dels botons de la barra superior */
.header-nav #contact-link a, .header-nav .user-info .cdz-top-signup>a, .header-nav .user-info .cdz-top-login>a, .header-nav .user-info>a.account, .header-nav .user-info>a.logout, .header-nav .currency-selector span, .header-nav .language-selector span, .header-nav .cdz-top-wishlist.top-link a{font-size:13px;}

/* fer més grans la tipografia del desplegable d'idiomes */
.header-nav .currency-selector a, .header-nav .language-selector a, .header-nav .cdz-top-wishlist.top-link a {font-size:13px;}

/*augmentar la separació entre la bandera d'idioma i el l'enllaç*/
.lang-flag{margin-right:5px;}



#contact-link a:before{content:"\f003"; margin-right: 1px;}
#contact-link{padding:0; height:100%; display:flex;}
#contact-link a{background:#6e6e6e; padding:6px 14px; color:#fff; transition: all .3s ease!important; font-weight:bold!important;}
#contact-link a:hover{background:#414f8f;}


/* ============================================================
    2 - HEADER
   ============================================================ */

.header-top{padding:15px 0; margin-top:-1px;}

#header{
    background-color:#f7f7f7;
    background-image:url(img/bg-header-cropped.webp);
    background-position: calc(50% - 375px) bottom;
    background-repeat:no-repeat;
    background-size: 539px 238px;
}

.search-widget form input[type=text]{border:1px solid #000;}

.header-style-04{background-color:rgba(255,255,255,0.75);}

@media only screen and (max-width:1200px){
    #header{
        background-position: calc(50% - 255px) calc(100% - 0px);
    }
}

/*
@media only screen and (min-width:1201px) and (max-width:1280px) {
    #header{    background-position: 0 0;}
}

@media only screen and (min-width:1101px) and (max-width:1200px) {
    #header{    background-position: -10% 0;}
}


@media only screen and (min-width:1025px) and (max-width:1100px) {
    #header{    background-position: -5% 0;}
}

@media only screen and (min-width:992px) and (max-width:1024px) {
    #header{    background-position: 0 0;}
}


@media only screen and (min-width:768px) and (max-width:991px) {
    #header{background-position: 0 0 ;}
}*/

/*@media only screen and (min-width:768px) and (max-width:794px){
    #header .header-top .mobile{
    background-position: 0 0;
    }
}*/


@media only screen and (max-width:767px){
    body#checkout #header .header-nav{padding:5px 0;}
    #contact-link, #cookie-link{display:none;}
    #header{background-color:#44508C; background-image:none;}
    .fonsheader{
    background-color:#fff;
    background-image:url(img/bg-header-mobile.webp);
    background-position: right center;
    background-repeat:no-repeat;
    background-size:100% 100%;
    pointer-events:all;
    }
    #header{background-image:none;}
    .mobile .blockcart .header a.cart-icon .material-icons.shopping-cart:before{color:#414f8f;}
    .mobile .blockcart .header a.cart-icon .material-icons.shopping-cart:before{border-color:#414f8f;}
    #menu-icon .material-icons:after, #menu-icon .material-icons:before, #menu-icon:before{background-color:#414f8f;}
    #menu-icon:before{top:10px;}
    #menu-icon{pointer-events:all;}
    .menu-title{background-color:#5A86B4; color:#fff!important;}
    .header-top{padding:0;}
}

@media (min-width: 544px){
    #product-accessories .products .product-item-info .cdz-buttons-container .quick-view, #product-accessories .products .product-item-info .cdz-buttons-container form, #products .products .product-item-info .cdz-buttons-container .quick-view, #products .products .product-item-info .cdz-buttons-container form{
        display:block;
    }
    .cart-qty-wrap{background:transparent!important;}
}

@media (max-width: 499px){
    .cart-qty-wrap .cart-qty{margin:4px 0;}
}


/*.header-search{margin-top:25px;}
.position-static .cdz-cart{margin-top:15px;}*/
.search-widget form input[type=text]{font-size:14px; font-style:normal;
}
.search-widget form input[type=text]::placeholder{font-style:normal; text-transform:none;}
.search-widget form input[type=text]:hover, .search-widget form input[type=text]:focus{
	color:#282828;
	font-style:normal;
}
.search-widget form button[type=submit] .material-icons.search:before{font-family:Fontawesome; content:"\F002";  margin-top:-2px;}
.search-widget input[type=text]:focus+button[type=submit] .material-icons.search:before{color:#fff; content:"\F054";}

/* cookies */

#cookie-link{margin-top:0.165rem!important;}
#cookie-link i{font-size:18px; line-height:0.9;}
/* ocultem l'enllaç de les preferències de la part superior a petició del client */
#cookie-link{display:none;}

.blockcart .header a.cart-icon .material-icons.shopping-cart:before{border-color:#6e6e6e;}
.blockcart .header a.cart-icon .material-icons.shopping-cart:before{color:#6e6e6e;}
.search-widget input[type=text]:focus+button[type=submit] .material-icons.search:before{color:#414f8f;}
.blockcart .header a.cart-icon span.hidden-sm-down, .blockcart .header a.cart-icon .cart-products-price{color:#6e6e6e;}

.sticky-menu.active .cdz-cart .blockcart .header a.cart-icon{pointer-events:all;}

#cookiesplus-basic .modal-header, #cookiesplus-basic .modal-body{padding:0;}
#cookiesplus-basic .modal-header .h1{margin:10px auto;}
#cookiesplus-basic .modal-body p{margin:0;}
#cookiesplus-basic .modal-body .card{margin:0;}
.cookiesplus-modal .more-information{margin:0!important;}
.cookiesplus-modal .more-information:hover{text-decoration:underline!important; cursor:pointer;}
.cookiesplus-modal .modal-body .more-information{margin-top:10px!important; color:#000!important;}
@media (max-width:575px){
    .cookiesplus-modal .more-information{text-align:left!important;}
}
/* ============================================================
    3 - MENU
   ============================================================ */

.separacio{
    height: 1px;
    background: #dee2e6;
    margin: 5px 0;
}

.alpeu{
    position: absolute;
    border-top:1px solid #dee2e6;
    bottom:0;
    padding:10px 0;
    width:100%;
}

@media (max-width: 767px){
    .alpeu{
        position: relative;
        bottom:unset;
        border-top:none;
        padding:unset;        
    }
}


.iconablanca i{color:#fff!important;}

.cdz-horizontal-menu .groupmenu li.iconablanca:hover i{color:#414f8f!important; transition: all .65 ease;}

.header-bottom, .header-bottom .cdz-fix-left{height:45px!important;}

@media(max-width: 767px){
    .iconablanca i{color:#444!important;}
    .header-bottom{height:0!important;}
    .sticky-menu.active{background:transparent!important; top:-1px;}
    .sticky-menu.active .blockcart .header a.cart-icon .material-icons.shopping-cart:before{color:#414F8F;}
}

.menu-title{
    color:#414f8f!important;
    height:45px;
    max-height:45px;
    min-height:35px!important;
    padding: 10px 10px 10px 20px;
    text-transform: uppercase;
    font: 16px Poppins, "Helvetica Neue", Verdana, Arial, sans-serif;
}

.navigation .cdz-vertical-menu{top:45px;}

.sticky-widfull{height:35px;}
.cdz-horizontal-menu .groupmenu li, .cdz-horizontal-menu .groupmenu li a{height:45px; max-height:45px; line-height:45px;}
.cdz-horizontal-menu .groupmenu li.item.level0 > a.menu-link{padding:12px 15px 12px;}
.menu-title:after{margin-top:4px;}

@media only screen and (max-width:767px){
    .menu-title{background-color:#5A86B4; color:#fff!important;}
}
.cdz-vertical-menu .item.level0 > a.menu-link{letter-spacing:-1px!important;}

.header-call-us{
    font-weight:normal;
    font-size:17px;
    text-align:center;
    padding:0;
}

.header-call-us:before{display:none;}

.header-call-us a{display:inline; color:#ffffff; width:auto; height:100%; background:#414f8f; text-align:center; padding:10px; padding-bottom:10px; transition:all 0.65s linear; font-size:15px; float:left;}
.header-call-us a:last-child{margin-left:10px;}
.header-call-us a:hover{transition:all 0.65s linear; color:#fff; background:#5465B3;}
.header-call-us a i{margin-right:5px; font-size:20px; vertical-align:middle;}

/* menu vertical */
@media only screen and (min-width: 768px) {
.cdz-menu .groupmenu li>a.menu-link .menu-icon{color:#6e6e6e;}
.cdz-vertical-menu .item:hover>a.menu-link .menu-icon{color:#ffffff;}
.cdz-vertical-menu .item:hover>a.menu-link{
 background:#414f8f!important;
 color:#ffffff;
}

.cdz-vertical-menu .item:hover{background:#414f8f!important;}
.cdz-vertical-menu .item:hover>a.menu-link{color:#ffffff!important;}

}

/* menu vertical */
@media only screen and (min-width:991px) and (max-width:1200px) {
    .cdz-horizontal-menu .groupmenu li.level0>a.menu-link{font-size:14px!important;}
    .sticky-menu.active .cdz-horizontal-menu .groupmenu li.item.level0 > a.menu-link{padding:12px!important;}
}
@media only screen and (min-width:768px) and (max-width:991px) {
    .header-call-us a{font-size:15px;}
    .cdz-horizontal-menu .groupmenu li, .cdz-horizontal-menu .groupmenu li a{height:45px; max-height:45px; line-height:22px!important;}
    .sticky-menu.active .cdz-horizontal-menu .groupmenu li.item.level0 > a.menu-link{padding:12px!important;}
    .cdz-horizontal-menu .groupmenu li.level0>a.menu-link{font-size:13px!important;}
}

@media only screen and (max-width: 851px) {
    .cdz-horizontal-menu .groupmenu li.item.level0.iconablanca{display:none!important;}
}

/* ============================================================
    4B - BREADCRUMBS
   ============================================================ */

@media (max-width: 767px) {
    .breadcrumb li:last-child{ display:none;}
    .breadcrumb li:nth-last-child(-n+2):after{ display:none;}
}

.page-category .catgory-information .breadcrumb{
    padding-top:5px;
}

.page-category .catgory-information .card.block-category{
    padding:0 0 15px 0;
}

.breadcrumb li:after{
    content: "\f105";
    font-weight:600;
    vertical-align:sub;
    margin:0.15em;
    color:#a1a1a1;
}

@media only screen and (max-width: 767px) {

#product section#wrapper{
padding-top:0;
}

.breadcrumb-wrapper{
    background:#f8f8f8;
    padding:8px 15px;
    margin-bottom:15px;
}

#category .breadcrumb-wrapper, #index .breadcrumb-wrapper{padding:0; display:none;}

.breadcrumb{margin:0;}

.page-category .products-selection{margin-bottom:0;}

}

/* ============================================================
    4 - PÀGINA INICI
   ============================================================ */

#index .product-actions-right{display:none;}
/* Social icon Youtube */
.wrapper-ads08 .box.in-box .social-title{color:#FD2025;}
.wrapper-ads08 .box.in-box:after{content:"\f16a"!important; color:#FD2025;}

.wrapper-ads08 .box.go-box .social-title{color:#e60023;}
.wrapper-ads08 .box.go-box:after{content:"\f231"!important; color:#e60023;}
.wrapper-ads08 .box a.action.primary{text-transform:none;}

/* ocultar el text SALE */


.product-flags .discount{display:none!important;}
.product-flags li{
    background:#414F8F;
    font-size:12px;
}

/* separar preus i destacar el preu vpiera  */

.product-price, .price{
/*     font-size:16px; */
    color:#EF2C30;
    margin-left:5px;
}

#products .regular-price, .product-price-and-shipping .regular-price{
    font-weight:400;
    margin-right:5px;
}

#products .products .product-miniature .product-quickview .quick-view{
    padding:0 10px;
    font-size:0.8em;
    background:#414F8F!important; color:#fff!important;
}

#products .products .product-miniature .product-quickview .quick-view:hover{
    background:#FDB827!important; color:#282828!important;
}

/*#index .graellaproductes .cdz-block-title .product-quickview a.quick-view{background:#414F8F!important; color:#fff!important; font-size:16px;}
#index .graellaproductes .cdz-block-title .product-quickview a.quick-view:hover{background:#FDB827!important; color:#000!important; font-size:16px;}*/


.product-price-and-shipping{margin-top:5px;}

.list-product-description .product-price-and-shipping{text-align:center;}

.product-miniature .product-item-info .product-description{padding:0 10px;}

.quick-view{border:none!important;}
.product-miniature .product-title a {font-size:0.9rem; margin:0 0 4px; font-weight:400;}
.product-miniature .product-title a:hover {font-weight:600;}
.product-miniature .product-title a:first-letter {text-transform:uppercase; display:block;}

.product-style08 .quick-view{background:#FDB827; width:45px; height:45px; line-height:45px;}

.quick-view:active, .quick-view:focus, .quick-view:hover{background:#282828; color:#FDB827;}

.product-list-style02 .quick-view:before, .product-style08 .quick-view:before, .grid-mode .quick-view:before, .list-mode .quick-view:before{
    font-size:23px;
    line-height:41px;
}

.grid-mode .quick-view:before{
    font-size:15px!important;
}

.list-mode .quick-view:before{line-height:35px;}
.box-cate-style01 .block-title .b-title {
    color: #414F8F;
}

.box-cate-style01 .box-cate-products { 
    background: #414F8F;
    border: 1px solid #414F8F;
    border-top:5px solid #414F8F;
}

.box-cate-style01 .box-cate-products .fix-width1{
    background: #2AB4CC;
}

/* ============================================================
  SLIDESHOW
============================================================ */

.owl-carousel .owl-stage{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: box;
}

.cdz-slideshow .owl-carousel.owl-theme .owl-nav [class*=owl-]{
    width:40px!important;
    height:40px!important;
    top:calc(50% - 10px)!important;
}

.cdz-slideshow .owl-carousel.owl-theme .owl-nav [class*=owl-]:before{
    font-size:22px!important;
    line-height:33px!important;
}

@media(max-width:767px){

     .cdz-slideshow .owl-carousel.owl-theme .owl-nav{
         position:absolute;
         height:30px;
         top:0px;
         width:60px;
         left: calc(100% - 60px);
    }
    
    .cdz-slideshow .owl-carousel.owl-theme .owl-nav [class*=owl-]:before{
        font-size:18px!important;
        line-height:30px!important;
    }
    
    .cdz-slideshow .owl-carousel.owl-theme .owl-nav [class*=owl-]{
        width:30px!important;
        height:30px!important;
        top:0!important;
    }
    .cdz-slideshow .owl-carousel.owl-theme .owl-nav [class*="owl-"]{top:0; margin:0;}
    .cdz-slideshow .owl-carousel.owl-theme .owl-nav [class*="owl-"].owl-next{right:0;}
    .cdz-slideshow .owl-carousel.owl-theme .owl-nav [class*="owl-"].owl-prev{left:0;}
}

/* ============================================================
    5 - NEWSLETTER HOME SUPERIOR
   ============================================================ */

#index #main .block_newsletter{background:#414f8f; padding:20px 40px; margin-bottom:30px; border-radius:7px;}
#main .newsletter-container p{color:#f8f8f8;}
#index #main .block_newsletter .validaciotext, #index #footer .block_newsletter .validaciotext{display:none;}
#index #main .block_newsletter .validaciotext p{margin-bottom:0;}
.block_newsletter label{text-align:left!important}


@media only screen and (max-width:768px){
    #index #main .block_newsletter {background:#414f8f; padding:20px; margin-bottom:30px; border-radius:7px;}
    #index #main .block_newsletter .validaciotext p{padding-right:30px;}
}

/* ============================================================
    5 - NEWSLETTER PEU
   ============================================================ */

.validacio input.checkbox {height:15px; margin-top:0; margin-left:-0.25rem;}
.validacio label{color:#fff;}
.validacio label a, .validaciotext p a{color:#fff!important; font-weight:bold;}
.validaciotext p a{vertical-align:baseline;}
.validacio label a:hover, .validaciotext p a:hover{color:#FDB827!important;}
.newsletter-container .alert-danger{background-color:#EF2C30!important; border-color:#EF2C30!important; font-weight:bold; font-size:0.9rem!important; padding-top:0.825rem!important; padding-left:20px!important;}
.newsletter-container .alert-danger::before{font-family: "FontAwesome"; content: "\f071"; display: inline-block; vertical-align: middle; padding-right:10px;}
.newsletter-container .alert-success{background-color:#FCB73D!important; border-color:#FCB73D!important; font-weight:bold; font-size:0.9rem!important; padding-top:0.825rem!important;}
.newsletter-container .alert-success::before{font-family: "FontAwesome"; content: "\f00c"; display: inline-block; vertical-align: middle; padding-right:10px;}

.newsletter-container .amaga{display:none;}

a.idxjs-aprivacy-newsletter{color:#fff!important; text-decoration:none;}
a.idxjs-aprivacy-newsletter:hover{color:#fff!important; text-decoration:underline;}

#footer .newsletter-container p{color:#f8f8f8;}

#footer .footer-before-container{padding:40px 0;}

.block_newsletter form input[type=text]{
    border:none;
    background-color:#ffffff;
    border-top-left-radius: 22px;
    border-bottom-left-radius: 22px;
    padding-left:40px;
}

.block_newsletter form input[type=text]:focus{
    border:none;
    background-color:#f0f0f0;
    color:#6e6e6e;
    padding-left:40px;
}

.block_newsletter .input-wrapper:before{color:#6e6e6e;}

.block_newsletter form input.btn-primary{background-color:#FDB827; border:none; margin-left:0; border-top-right-radius: 22px; border-bottom-right-radius: 22px; border-left:none;}

.block_newsletter form input.btn-primary:hover{color:#000;}

.block_newsletter .footer-text{font-size:15px;}

.textlegalnews{
    display:none;
    font-size:13px;
    line-height:16px;
    color:#fff;
    margin-top:10px;
}

.news_top{background:#414f8f; padding:30px 50px; margin-bottom:40px;}

.titolnewshome{padding-bottom:1.5rem;}

@media only screen and (max-width: 767px) {
    #footer .footer-before-container{padding:20px 0;}
    .block_newsletter .footer-text{
        padding:0 15px 15px;
    }
    #footer .newsletter-container p{
        max-width:90%;
    }
    
    .titolnewshome{padding-bottom:0px;}
}

/* ============================================================
    6 - CATEGORIES
   ============================================================ */

/* Minimitzem espais a la graella de categories dins de la categoria per tenir botons més grans en mòbil */
@media(max-width: 767px){
    
    #categoriesBredax-listing-layout{margin:10px 3px;}
    #product-accessories .products .product-miniature, #products .products .product-miniature{
        padding:0 1px!important;
        margin-bottom:2px!important;
    }

}

/* Estils text llistes informació categoria */

.textbrcat, .textbrcat p{color:#6c757D;}

.textbrcat ul, .textbrcat ol{
    list-style-position:inside!important;
    padding:0!important;
    list-style-type:disc!important;
}

.textbrcat li{color:#6c757D;}

.cdz-buttons-container .btn-primary.add-to-cart{text-overflow:unset!important;}

/* Estils text graella categories afegides abans del llistat de productes */

.categoriesbredax .product-item-info{
    margin:0!important;
}

.categoriesbredax .cdz-hover-section{
    padding:0!important;
}

.categoriesbredax .cdz-hover-section:hover .category-title{
    transition: background-color 0.5s ease;
    background:white;

}

.category-title {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    padding:5px 10px;
    background:rgba(255,255,255,0.75);
    text-align:center;
    height:auto;
    line-height:120%;
    overflow:hidden; display: flex;
    /* flex-direction: column;*/
    align-items: center; 
    /* justify-content: center;*/
}

/* .category-title.tefills {background:rgba(255,212,56,0.75);} */

.category-title a{
    font-weight:400!important;
    font-size:14px!important;
    color: #282828!important;
    display: block;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    width:100%;
    font-family:Source Sans Pro,Helvetica Neue,Verdana,Arial,sans-serif;
    position: relative;
    text-align:center;
    vertical-align:middle;
}
.category-title a:hover{font-weight:600!important;}

/* Estils text graella categories afegides abans del llistat de productes */

/* Oculta la descripció de les categories per mostrar-ho en fer clic al nom */
#category-description{
display:none;
}

#search .category-information, #search .breadcrumb-wrapper, #manufacturer .category-information, #manufacturer .breadcrumb-wrapper{display: none;}

.category-information .h1, .category-information h1{margin:0!important;}

#indexcategories .product-title a, #products .product-title a{font-weight:400!important; font-size:16px!important; padding-left:10px; padding-right:10px; display:contents;}
#indexcategories .product-title a:hover, #products .product-title a:hover {font-weight:600!important; color:#000; }

.grid-mode #indexcategories .product-title{text-align:center; background:#F9F9F9; margin:0!important; padding:10px 5px 5px;}
.grid-mode #indexcategories .product-item-description{display:none!important;}

.list-mode #indexcategories .product-item-description{overflow:hidden;}

.list-mode #indexcategories .abs-img>img{
    width:120px!important;
    left: calc(50% - 60px);
}

.list-mode .abs-img>img{
    width:73px!important;
    left: 43px;
}

/* problemes cercador */
.for-list #products .products .product-miniature .product-title{white-space:normal!important; margin-top:10px;}
#products .products .product-miniature .for-list .product-title{overflow:normal!important; white-space:normal!important; margin-top:10px;}
#products .list-mode .products:not(.owl-carousel)>.product-miniature .product-item-info .for-list.product-name-desc{padding:0!important;}

.list-mode #products .products .product-miniature .product-title{margin-bottom:0!important;}
.list-mode #products .product-title a, .product-title a{margin:0!important;}

.list-mode a.abs-img{padding-bottom:73px!important;}
.list-mode #indexcategories a.abs-img{padding-bottom:120px!important;}

.list-mode .product-miniature{margin-bottom:0px!important;}
.list-mode #indexcategories .product-title{text-align:left; padding:5px; margin-bottom:5px; max-width:100%;}
.list-mode #products .product-title a{font-size:18px!important;}

.list-mode #indexcategories .for-list .product-name-desc{width:76%!important;}

.full-width #products .list-mode #indexcategories .for-list.product-name-desc {width:76%!important;}

#products .list-mode .products:not(.owl-carousel)>.product-miniature .product-item-info .for-list.product-name-desc{margin:0;}

.full-width #products .list-mode .products:not(.owl-carousel)>.product-miniature .product-item-info .for-list.product-name-desc{width:65%;}

#products .list-mode .products:not(.owl-carousel)>.product-miniature .product-item-details{width:150px; float:right; padding:5px 10px 5px 0; height:100%!important; min-height:70px;}

/* #products .list-mode .products .product-miniature .product-actions-left{top:10px!important;} */

.grid-mode .product-item-actions form{
    position:absolute;
    top:0px;
}

.list-mode .product-actions-left form{
    margin-top:20px;
}

#products .list-mode .products .product-miniature .cart-qty-wrap{background:none; padding:0; margin:0;}
#products .list-mode .products .product-miniature .cart-qty{

}

#products .list-mode .llistat{width:5%!important; min-width:70px;}
/*
#products .list-mode .products:not(.owl-carousel)>.product-miniature .cdz-hover-section{
    width:5%!important;
    min-width:70px;
}*/


/*#products .products .product-miniature .product-actions-left {
 position:absolute;
 margin:20px 0 0 5px;
 padding-top:6px;
}*/

.product-listing-layout .products .product-item-info .cdz-product-bottom {
/*             width: calc(100% - 20px)!important; */
            bottom: 0px!important;
/*             border:1px solid red!important; */
        }

.cdz-product-bottom .product-actions-left .btn-primary.add-to-cart{
 height:40px!important;
 line-height:15px!important;
 width:100%;
}

.cdz-product-bottom .product-actions-left{width:100%!important;}
/* rollover afegir cistella homepage */
#index .cdz-product-bottom .product-actions-left{width:180px!important; left:calc(50% - 90px)!important;}
     
.productesnous .product-style13 .product-miniature .cdz-product-bottom, .product-style13 .product-miniature .cdz-product-bottom{
    padding-top:0px!important;
}
     
.list-cdz-product-bottom {
/*             width: calc(100% - 20px)!important; */
            bottom: 0px!important;
/*             border:1px solid green!important; */
            height:30px!important;
            line-height:30px!important;
            margin:0!important;
            padding:0!important;
        }
        
.list-cdz-product-bottom .product-actions-left{
    position:relative!important;
    height:30px!important;
    top:0px!important;
    left:0px!important;
}

.list-cdz-product-bottom .product-actions-left .cart-qty{
    margin:0;
}
.list-cdz-product-bottom .product-actions-left .btn-primary.add-to-cart{
    padding:0;
    max-height:30px!important;
    line-height:30px!important;
}

.list-cdz-product-bottom .product-actions-left .btn-primary.add-to-cart span, .list-cdz-product-bottom .product-actions-left .btn-primary.add-to-cart span span{
    margin:0!important;
    padding:0px!important;
    height:30px!important;
    max-height:30px!important;
    line-height:30px!important;
}

.list-cdz-product-bottom .btn-primary.add-to-cart{padding:0px!important;}

#product-accessories .products .product-miniature .product-actions-left:hover .cart-qty, #products .products .product-miniature .product-actions-left:hover .cart-qty, .product-style13 .product-miniature .product-actions-left:hover .cart-qty{left:0px;}

#product-accessories .products .product-miniature .product-actions-left:hover .btn-primary.add-to-cart, #products .products .product-miniature .product-actions-left:hover .btn-primary.add-to-cart, .product-style13 .product-miniature .product-actions-left:hover .btn-primary.add-to-cart{left:0px;}

#products .products .product-miniature .btn-primary.add-to-cart{text-transform:none;}
@media (min-width:48em){        
#product-accessories .products .product-miniature .btn-primary.add-to-cart, #products .products .product-miniature .btn-primary.add-to-cart, .product-style13 .product-miniature .btn-primary.add-to-cart{
    width: 100%;
￼    height: inherit;
￼    padding: 5px 0 0 15px!important;
￼    min-height: 0;
￼    color: #777777;
￼    border-color: transparent;
￼    background-color: transparent;
￼    font-size: 13px;
￼    font-weight: normal;
}
.product-style08 .cdz-product-bottom, .product-list-style02 .cdz-product-bottom{position:absolute; bottom:0px;}

/*.product-list-style02 .product-miniature .product-title{
    overflow:unset!important;
    white-space:normal!important;
    text-overflow:unset!important;
}

.product-list-style02 .product-miniature .product-title a{
 font-weight:400!important:
}*/

}

#product-accessories .products .product-item-info .cdz-product-bottom, #products .products .product-item-info .cdz-product-bottom{
    opacity:1;
}

@media(max-width: 991px){
/* #products .list-mode .products:not(.owl-carousel)>.product-miniature .product-item-info .for-list.product-name-desc{width:55%;} */
/* #products .list-mode .products:not(.owl-carousel)>.product-miniature .product-item-details{width:23%; max-width:150px;} */
}


.for-list .product-title .ref, .for-list .product-title .sku{font-weight:400; color:#777;}
.for-list .product-ref{ padding-left:10px;}
.list-product-description .product-ref-grid{ display:none;}

.product-item-details .ref, .product-item-details .sku{font-weight:400; color:#777;}
.product-item-details .product-ref-grid{ margin-top:10px;}


/* icones caret menu lateral esquerra de categories */
.block-categories .material-icons{color:#656565!important;}



/* ============================================================
    7 - FOOTER CONTENIDOR PRINCIPAL
   ============================================================ */

#footer a{color:#666;}
#footer{background:#fff;}
#footer .footer-container{background:url(img/canvas.webp) 0 0 repeat;}
#footer p.h5{color:#000000;}
#footer .footer-after-container{background:#ffffff;  box-shadow:0 0 10px -4px rgba(0,0,0,.3);}
#footer .footer-container a:hover{color:#333;}

.footer-container{padding:60px 0 40px 0!important;}

@media(max-width: 767px){
    .footer-container{padding:0 0 10px 0!important;}
    ul#footer-content-1, ul#footer-content-2, ul#footer-content-3, ul#footer-content-4{margin-bottom:0;}
    #footer .footer-after-container{padding:10px 0;}
}

#footer .footer-container li{border-bottom:none; padding: 5px 0;}

.footer-link li p{margin-bottom:5px;}
.footer-link li p .fa{margin:0 5px;}
.footer-link li p a{display:inline!important; line-height:100%;}
.footer-link li.tiendas{padding:3px 0;}
.footer-link li.tiendas p.h5{text-transform:none!important; margin:0 0 5px 0!important; }


#establiments{border-bottom:1px dashed #d5d5d5!important; clear:both; display:flex;}
#establimentsnom {clear:both; display:flex;}
ul#establiments, ul#establimentsnom{padding:0 0 2px 0!important; margin:0 0 5px 0!important;}
ul#establiments li{float:left; display:inline; width:10%;}
ul#establiments li:first-child{width:70%;}
ul#establiments .fa{font-size:16px;}

ul#establimentsnom li{margin:0; padding:0; float:left; display:inline; width:100%; color:#000000;}
ul#establiments li{color:#666;}
ul#establiments li a{float:left;}

#establiments li a .tooltiptext {
  visibility: hidden;
  width: auto;
  min-width:150px;
  text-align:center;
  height:auto;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 10px;
    font-size:17px;
  /* Position the tooltip */
  position: absolute;
    margin-top:-40px;
    margin-left:-75px;
  z-index:100000;
}


#establiments li:hover .tooltiptext {
  visibility: visible!important;
}

@media (max-width:767px){
    ul#establiments{
        display:flex;
        align-items:center;
        justify-content:center;
    }
    
    ul#establiments li a{width:100%!important; text-align:center!important; padding:7px!important;}
    ul#establiments, ul#establimentsnom{padding:0; margin:0;}
    
    .footer-container .footer-box{padding-top:10px;}
}

/* ICONES XARXES SOCIALS */

.wrapper-ads08 .box.ig-box:after{
    /*color:#b900b4;*/
    content: '\f16d';
    bottom: -30px;
    right: -20px;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.wrapper-ads08 .box.ig-box .social-title{color:#b900b4;}

/* ============================================================
    8 - FITXA PRODUCTE
   ============================================================ */

#pestanyes_info{margin-top:30px; clear:both;}

#products .products .product-item-info .cdz-buttons-container form{
    height:100%;
}
.product-tabs-area .tabs .product-description p{
  font-size:15px;
  line-height:1.35;
  color:#282828;
}

/* taula descompte per quantitat */
section.product-discounts{padding:0; margin:0;}
section.product-discounts:empty, section.product-discounts:-moz-only-whitespace{height:20px;}
.product-discounts .product-discounts-title{font-size:1.25rem; margin-top:10px; margin-bottom:5px;}
table.table-product-discount{width:100%; margin-bottom:15px;}
.product-discounts table.table-product-discounts{margin:10px 0 1.5rem;}

.product-discounts>.table-product-discounts thead tr th, .product-discounts>.table-product-discounts tbody tr td{max-width:30%; border: 0.3125rem solid #fff; padding:10px 0;}

.product-discounts>.table-product-discounts tbody tr{background:#FFEFD2;}
.product-discounts>.table-product-discounts tbody tr:nth-of-type(2n){background:#FFF6E5;}

.product-discounts>.table-product-discounts thead tr th{background:#FDB827;}
.tabs .nav-tabs .nav-link{
    font-weight:400;
    font-size:16px;
}

.product-tabs-area .tabs .nav-tabs .nav-item .nav-link.active, .product-tabs-area .tabs .nav-tabs .nav-item .nav-link:hover{
    color:#3E4E92;
    border-color:#3E4E92;
}

.content-wrapper-product .product-sku, .content-wrapper-product .product-sku .label{font-size:1rem; color:#939393;}
.content-wrapper-product .product-sku2, .content-wrapper-product .product-sku2 .label{font-size:1rem; color:#939393;}

.has-discount.product-price, .has-discount p{color:#3bc0b3;}

.product-prices .product-price{
    display:block;
    width:100%;
    float:top;
    background:#3E4E92;
    padding:15px;
    margin:0px;
    width:50%;
    color:#fff;
    border-right:.3125rem solid #fff;
}

.product-prices .product-price-with-discount{
    display:block;
    width:100%;
    float:top;
    background:#b9b9b9;
    padding:15px;
    margin:0px;
    width:50%;
/*     opacity:0.5; */
}
.product-prices .product-price-with-discount:hover{
    opacity:1;
    transition:all 0.5s ease;
    background:#EF2C30;
}

.current-price{color:#fff;}
.content-wrapper-product .product-prices .product-discount .regular-price{font-size:22px; text-decoration:line-through; text-decoration-color:#fff;}
.content-wrapper-product .regular-price{color:#fff!important;}
.content-wrapper-product .product-prices .product-discount{margin:0;}

.content-wrapper-product .product-prices .discount-container{
    margin:0;
    width:100%;
    background:#FDB827;
    border-top:.3125rem solid #fff;
    padding:15px;
}

.content-wrapper-product .product-prices .discount-container .discount{
    font-size:18px;
    text-transform:none;
    border-radius:0;
    background:transparent;
}

.content-wrapper-product .product-prices .discount-container .discount:before{
    position: absolute;
    width:15px;
    height:15px;
    background:#FDB827;
    left: 10px;
    top: -24px;
    transform:rotate(45deg);
    content:'';
    border-left:.3125rem solid #fff;
    border-top:.3125rem solid #fff;
}

.content-wrapper-product .product-prices .discount-container .discount{color:#282828}

.product-prices .tax-shipping-delivery-label{font-size:1rem;}

.precio-vpiera{
    color:#ffffff;
    font:500 18px/1.35 Source Sans Pro,Helvetica Neue,Verdana,Arial,sans-serif;
    display:block;
    float:top;
    width:100%;
    margin-bottom:10px!important;
}

/* afegir a la cistella */

.add-to-cart.focus, .add-to-cart:focus, .add-to-cart:hover{
    background:#44508C;
    color:#ffffff;
}

/*.add-to-cart:hover,
.add-to-cart:active {
  letter-spacing: 5px;
}*/

/*.add-to-cart:after,
.add-to-cart:before {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border: 1px solid rgba(255, 255, 255, 0);
  bottom: 0px;
  content: " ";
  display: block;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 280ms ease-in-out;
          transition: all 280ms ease-in-out;
  width: 0;
}

.add-to-cart:hover:after,
.add-to-cart:hover:before {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-color: #fff;
  -webkit-transition: width 350ms ease-in-out;
          transition: width 350ms ease-in-out;
  width: 70%;
}

.add-to-cart:hover:before {
  bottom: auto;
  top: 0;
  width: 70%;
}*/


/* sidebar producte */
.product-sidebar-info .product-ads-title{background:#5365B7;}
.product-sidebar-info .product-ads-title:after{background:#3E4E92;}
.product-sidebar-info .product-ads-title:before{background: url(icona-transport.webp) 92% 20px no-repeat;
  -webkit-animation-name: correcamio;
  animation-name: correcamio;
}

@-webkit-keyframes correcamio {
  0% { background-position: 0% 20px; }
  50% { background-position: 46% 20px; }
  100% { background-size: 92% 20px; }
}

.product-extra-buttons .btn.link-wishlist{
    height:auto;
    white-space:normal;
}

.tab-content{font-size:1.1em; line-height:1.65em;}


.descripciocurta p{
  margin:10px 0;
  color:#282828;
  font-size:1rem;
  line-height:1.3rem;
}

.descripciocurta p a{color:#414f8f; font-weight:normal; display:block;}
.descripciocurta p a:hover{color:#414f8f; text-decoration:underline; font-weight:bold;}

@media only screen and (max-width: 767px) {

    .h1.product-name{
        font-size:1.2rem!important;
        color:#414f8f;
        font-weight:500;
        margin-bottom:10px;
        text-align:center;
    }
    .product-sku label, .product-sku2 label{margin-bottom:0;}
}

@media only screen and (min-width:431px) and (max-width: 767px) {

    .product-quantity .input-group.bootstrap-touchspin{
        display:flex;
        align-items:center;
        justify-content:center;
    }
    
    .content-wrapper-product .product-quantity .qty{max-width:48%; margin:0 1%;}
    .content-wrapper-product .product-quantity .add{max-width:48%; margin:0 1%;}
    .content-wrapper-product .product-actions .add-to-cart{margin-bottom:0;}
}

@media only screen and (max-width: 430px) {

    .product-quantity .input-group.bootstrap-touchspin{
        display:flex;
        align-items:center;
        justify-content:space-between;
    }
    
    .content-wrapper-product .product-quantity .qty{max-width:100%;}
    .content-wrapper-product .product-quantity .add{max-width:100%;}
    
}

/* Fer imatge de la fitxa més petita */

@media only screen and (max-width: 767px) {
    
   .content-wrapper-product .product-cover img{
       max-width:70%!important;
       margin:auto!important;
}

.bloccentralfitxa .social-sharing{display:none;}
#product.lang-fr .bloccentralfitxa.product-sidebar-info, #product.lang-gb .bloccentralfitxa.product-sidebar-info{display:none;}
  
}

/* Mostra/oculta preu transport del lateral dret segons preu del producte */

.preu-superior-a-60 .transportAmbCost{display:none!important;}
.preu-superior-a-60 .transportGratuit b, .transportAmbCost b{color:red; text-transform:uppercase;}
.preu-inferior-a-60 .transportGratuit{display:none!important;}
.preu-inferior-a-60 .transportAmbCost .carretSuma {display:none!important;}
.preu-inferior-a-60.carret-suma-superior-60 .transportAmbCost .carretSuma {display:inline!important;}
.preu-inferior-a-60.carret-suma-superior-60 .transportAmbCost .carretNoSuma {display:none!important;}


/* GRELATED PRODUCTS - llistat de productes relacionats de la mateixa categoria */

.productes-mateixa-categoria a.btn{white-space:break-spaces;}

/* Reduir espais entre llistes a la fitxa de producte */

.product-description ol > li, .product-description ul > li{
    margin-bottom:0;
    line-height:1.35;
}

.product-description ol, .product-description ul{
    margin-bottom:1rem!important;
    list-style-position:inside!important;
    margin-left:1rem!important;
    padding:0!important;
    font-size:100%;
}

/* ============================================================
    9 - POPUP
   ============================================================ */

.popupvalidacio label{color:#a1a1a1!important; padding-left:0!important;}
.popupvalidacio label a, .popupvalidaciotext p a{color:#a1a1a1!important; font-weight:bold;}
.popupvalidacio label a:hover, .popupvalidaciotext p a:hover{color:#FDB827!important;}

.cdz-popup-wrapper .cdz-popup-newsletter .popup-content .popup-content-ads .btn-primary{margin-bottom:5px;}

.modal-header .close, .modal-popup .action-close, button.close{height:41px!important;}
.popup-content-newsletter p a{vertical-align:baseline;}
.cdz-popup-wrapper .cdz-popup-newsletter .popup-title{background:#44508C;}
.cdz-popup-wrapper .cdz-popup-newsletter .popup-title h3{color:#fff;}
.cdz-popup-wrapper .cdz-popup-newsletter .popup-content .popup-content-ads .popup-content-title{text-transform:none!important;}
.cdz-popup-wrapper .cdz-popup-newsletter .popup-content{padding:30px!important;}
.cdz-popup-wrapper .cdz-popup-newsletter .popup-content .popup-content-ads .popup-content-title{margin-bottom:20px!important;}
.cdz-popup-wrapper .cdz-popup-newsletter .popup-content p a{color:#000; vertical-align:baseline;}

/* ============================================================
    10 - CMS Stores
   ============================================================ */

.store-description h3{font-weight:600;}
.store-description a:hover, .store-description a:active, .store-description a:focus{color:#2AB4CC;}
.dadescontacte p, .dadescontacte a, .dadescontacte i{color:#282828; vertical-align:middle;}
.dadescontacte p{margin-bottom:5px; font-size:16px;}
.dadescontacte i{font-size:15px; margin-right:10px;}
.dadescontacte{margin-bottom:20px;}
.dadescontacte a:hover{color:#2AB4CC;}
ul.card-block a, ul.card-block i{color:#282828;}
ul.card-block a:hover{color:#2AB4CC;}


#store-web{
    background:#414F8F!important;
    padding:20px 40px;
    margin:30px 0 50px;
}

#store-web h3{
    width:100%;
    color:#fff;
    vertical-align:middle;
    font-size:18px;
    line-height:40px;
    margin:0;
    padding:0;
}
#store-web a{
    width:100%;
    color:#fff;
    font-size:22px;
    line-height:40px;
    text-align:center;
}

#store-web a:hover{
color:#FDB827;
}

#store-web a i{
    padding-right:10px;
}

.nota{
    padding:0.5rem 0 1rem!important;
    border-top:1px solid #ebebeb;
    
}

.nota p{color:#282828; font-size:1.1rem;}

/* ============================================================
    11 - MARQUES
   ============================================================ */

.cdz-brand-slider .owl-stage{max-height:105px;}
.cdz-brand-slider-wrap {background-color: transparent!important; margin-top:50px!important;}
.cdz-brand-slider-wrap .owl-carousel .owl-nav{top:-43px!important;}
.cdz-brand-slider-wrap .owl-item{margin:0!important;}

.cdz-brand-slider-wrap .cdz-banners-item>a:first-child{border:none!important;}

.cdz-brand-slider-wrap .cdz-banners-item > a{padding:20px 12px!important;}

.graellaproductes .cdz-block-title a{color:#282828!important; font-size:16px;}
.graellaproductes .cdz-block-title a:hover{color:#EF2C30!important;}
#index .graellaproductes .cdz-block-title .product-quickview a.quick-view{background:#414F8F!important; color:#fff!important; font-size:16px;}
#index .graellaproductes .cdz-block-title .product-quickview a.quick-view:hover{background:#FDB827!important; color:#282828!important; font-size:16px;}

/* ============================================================
    12 - FOOTER CART
   ============================================================ */

.cart-footer-inner .cart-trigger{
    background:#3E4E92;
      box-shadow: 0px 0px 3px #ffffff;

}

#back-top a{
    box-shadow: 0px 0px 3px #ffffff;
    padding:10px 15px!important;
}

.editarcistella{color:#414F8F!important;}

.editarcistella:hover{color:#EF2C30!important;}

.editarcistella::before{
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\F291";
    font-size: 14px;
    line-height: 1;
    margin-right: 7px;
}

@media (min-width: 768px){
.cart-footer-inner .check-out .checkout.cdz-cart-detailed-actions {
 padding:10px 0!important;
 padding-left:10px!important;
}
}    


/* ============================================================
    CISTELLA COMPRA FLOTANT SUPERIOR
   ============================================================ */

   .cart-item .product-line-info{min-height: 0px!important;}

   .blockcart .header .dropdown-menu{
       pointer-events: all;
   }

  
/* ============================================================
    VER Y EDITAR CARRITO
   ============================================================ */

   .cart-container .material-icons{color:#282828;}

   .continuar .btn-primary{color:#fff!important;}
   .continuar a.btn-primary:hover{color:#414F8F!important; border-color: #414F8F!important; background-color:#fff!important;}

   @media (max-width: 768px){
    .product-line-grid-body{margin-bottom:0;}
    .cart-item{padding:0.5rem 0;}
   }
   
/* ============================================================
    DESAR CISTELLA
   ============================================================ */

div.scFloatContent{
    padding:5px;
    right:10px;
    bottom:20px;
}

a.scFloatButton{
    padding:0;
}

a.scFloatButton .material-icons{
    font-size:30px!important;
}

div.scFloatBottomRight{
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
    border-bottom-width: 1px;
}
   /* modifiquem la cistella del peu per moure-la cap a l'esquerra */
   .cart-footer-inner .check-out{right:50px;}
   .cart-footer-inner .cart-content .cart-items{width:calc(100% - 470px);}
   @media (max-width:767px) {
    .cart-footer-inner .cart-content .cart-items{width:100%;}
   }
   
   /* movem icones pagament a l'esquerra */
   #footer .cdz-footer-bottom-payment{margin-right:65px;}
   @media (min-width:1330px) {
    #footer .cdz-footer-bottom-payment{margin-right:0;}
   }

/* ============================================================
    13 - FORMULARIS REGISTRE
   ============================================================ */

label a{vertical-align:baseline!important;}

input.form-control, select.form-control{font-size:14px;}
.form-group label{font-size:14px;}
.form-group.row.active .col-md-3.form-control-label{background:#282828!important;}


.min-text-check p{margin-bottom:0.5rem;}
.min-text-check p:last-child{margin-bottom:1.5rem;}
.min-text-check a{ text-decoration:underline; vertical-align:top;
}
.min-text-check ul{list-style:disc; margin-left:30px; color:#a1a1a1; margin-bottom:0.5rem; list-style-position: outside;}
.min-text-check li{ font:400 14px/1.35 Source Sans Pro,Helvetica Neue,Verdana,Arial,sans-serif; color:#a1a1a1;}
.form-footer .checkbox{margin-bottom:0.8rem;}


.custom-checkbox label ul li{color:#a1a1a1; list-style:disc; margin-left:20px;}

/*dubte*/
.form-group.row.label-effect .col-md-3.form-control-label{height:fit-content;}
#customer-form .form-group{margin-bottom:0.5rem;}

#customer-form .custom-checkbox p, #customer-form .custom-checkbox ul{margin-bottom:0;}
/*dubte*/
/* ============================================================
    14 - SAVVY SEARCH AUTOCOMPLETE
   ============================================================ */

/*Modificació d'estils del nou cercador amb autocomplete*/

/* reduir imatge de productes relacionats a  */
.ssa-image img{max-width:64px;}

.ui-autocomplete.ssa-menu .ui-menu-item .ssa-content .ssa-name {font-size:14px; font-weight:500;}

.ui-autocomplete.ssa-menu .ui-menu-item .ssa-content .ssa-cart-out-of-stock{display:none!important;}

/* cercador */
.ssa-searchblock form{border:1px solid #6e6e6e;}
.ssa-nav-right .material-icons{color:#6e6e6e}
.sticky-menu.active .header-search, .sticky-menu.active .mobile-search{display:none!important;}

@media (max-width: 767px){
.ssa-searchblock form .ssa-nav-fill, .ssa-searchblock form .ssa-nav-fill .ssa-nav-search-field, .ssa-searchblock form .ssa-nav-fill .ssa-search-query, .ssa-searchblock form .ssa-nav-right, .ssa-button-search{height:35px;}
.header-top .mobile-search .ssa-searchblock{margin:10px 0;}
.ssa-button-search{padding:0;}
}

/* ============================================================
    15 - REDSYS INLINE
   ============================================================ */

#redsysForm{
    margin-top:20px!important;
    margin-bottom:20px!important;
}

/* ============================================================
    BREDAX LANDING
   ============================================================ */

a.obrecategoria{cursor: pointer;}
a.obre{
    font: 700 14px/1.35 Source Sans Pro,Helvetica Neue,Verdana,Arial,sans-serif;
    cursor: pointer;
    vertical-align:baseline;
    color:#898d90!important;
}

.obrecategoria .material-icons{color:#E54D26; cursor:pointer;}

a.obre:hover{
    color:#898d90;
}

#panell{
 display:none;
 padding:50px 0 20px;
 color:#898d90;
 font-size:0.85rem;
}

#panell a, #panell a:hover{
 color:#898d90;
 text-decoration:none;
}


/* ============================================================
    14 - BLOCS DESTACATS PRINCIPALS MODIFICATS
   ============================================================ */

#blocsmodificats .product-miniature .product-item-info .cdz-hover-section{
    margin:0px 30px;
    padding:20px;
}

#blocsmodificats .product-title a, #blocsmodificats .product-title{
    font-weight:600!important;
    text-transform:uppercase!important;
}

#blocsmodificats .cdz-hover-section .cdz-product-wishlist{display:none;}

#blocsmodificats .product-miniature{margin-bottom:0;}

#blocsmodificats .product-miniature .product-item-info{
    margin:0!important;
    box-shadow: 0!important;
    -moz-box-shadow: 0!important;
    -webkit-box-shadow: 0!important;
    -o-box-shadow: 0!important;
    -ms-box-shadow: 0!important;
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0px!important;
    border-radius: 0px!important;
}

/* ============================================================
    14 - CHECKOUT
   ============================================================ */

.fspasc-search-button .fspasc-search-button-text{color:#fff;}
.fspasc-search-button:hover .fspasc-search-button-text{color:#43508C}

.missatge-transportista {margin-top:30px; padding-top:30px; border-top:1px dashed #e5e5e5;}
.missatge-transportista label{ width:100%; text-align:left;}
.missatge-transportista textarea{ height:140px; width:100%; border:3px solid #e5e5e5;}

#container_express_checkout{margin:0!important;}

/* oculta camps de sel·lecció de botigues perquè només oferim una única botiga */
.fspasc-col, .fspasc-cell-label-sm, #fspasc-locator{display:none;}

.summary-selected-carrier img{max-height:64px;}

body#checkout section.checkout-step .form-footer{text-align:left;}
.payment-option label, #conditions-to-approve label, .condition-label label, .condition-label label.js-terms{text-align:left;}
.redsysinsite_form_container label{padding-left:23px;}

.delivery-option{display:inline-block;}

body#checkout section.checkout-step #conditions-to-approve{padding-top:0.5rem!important;}
body#checkout section.checkout-step .payment-options #conditions-to-approve{padding-left:10px!important;}
body#checkout section.checkout-step .payment-options #conditions-to-approve ul{margin-bottom:0px!important;}

body#checkout section.checkout-step .content footer.form-footer{background:#fff;}

body#checkout section.checkout-step footer.form-footer{padding:0 20px 40px;}

.condition-label a{text-decoration:underline!important;}

/* fix perquè sigui més fàcil fer clic al boto d'acceptar condicions */
body#checkout .custom-checkbox{pointer-events:none!important;}
body#checkout .custom-checkbox input[type="checkbox"]{margin:-15px; pointer-events:all!important; width:45px; height:45px; }

body#checkout .payment-option label img{max-height:30px;}

/* ============================================================
    14 - CHECKOUT MOSTRAR CUPÓ ALS MÒBILS
   ============================================================ */
@media (max-width: 767px){
body#checkout .content-inner.checkout-summary-container{
    position:relative!important;
}
body#checkout #js-checkout-summary .card.js-cart .card-block{display:none!important;}
}

/* ============================================================
    15 - ORDER CONFIRMATION
   ============================================================ */

    body#order-confirmation #content-hook_payment_return .card.definition-list img{
        height:60px!important;
        width:auto!important;
    }


/* ============================================================
    14 - ICONES PRE FOOTER
   ============================================================ */

.anuncis{border: 1px solid #dbdbdb; border-bottom: 1px solid #dbdbdb; background:#fff; padding: 20px;}

.anuncis .box{
    color: gray;
    text-align:center;
    border-right: 1px solid #dbdbdb;
    padding:10px 0;
}

.anuncis .lastbox{
    color: gray;
    padding:10px 0;
    text-align:center;
    border-right:none!important;
}

.anuncis .box .fa, .anuncis .lastbox .fa{
    width:100%;
    height:30px;
    text-align:center;
    color:#414f8f;
    font-size:30px;
    margin-bottom:10px;
}


/* ============================================================
    14 - PAGE CMS
   ============================================================ */

.page-cms .novaweb{
    padding:15px 25px 10px 15px;
    border-left:4px solid #414F8F;
    margin-bottom:40px;
    background:#f7f7f7;
}

.page-cms .novaweb p{
    color:#505050;
}

.page-cms #content .novaweb h3{
    color:#414F8F;
    font-weight:bold;
}

.page-cms #content a{color:#505050;}
.page-cms #content a:hover{color:#ef2c30;}

.page-cms #content ul{
    margin-left:40px;
    color:#a1a1a1;
}

.page-cms #content ul li{list-style:disc;}
.page-cms #content ul li ul li{list-style:circle;}
.page-cms #content ul li ul{margin-left:40px;}
.page-cms #content ol li{color:#a1a1a1;}

 #content .page-content .page-cms ol li{color:#a1a1a1;}

.page-cms #content table{border:1px solid #dbdbdb; margin: 30px auto;}
.page-cms #content table tr{border:1px solid #dbdbdb;}
.page-cms #content thead{border-color:#414F8F;}
.page-cms #content thead tr{border:1px solid #414F8F;}
.page-cms #content thead th{background:#414F8F; border-color:#414F8F; color:#fff;}
.page-cms #content tr td{color:#a1a1a1;}
.page-cms #content tr td:first-child{text-align:left;}
.page-cms #content tr td:nth-child(2), .page-cms #content tr th:nth-child(2){  white-space: nowrap;
 text-align:center;}
 

.page-cms #content h3{color:#666; text-transform:uppercase;}

@media(max-width:767px){
    
    .product-style13 .product-miniature .cdz-product-bottom{padding-top:0!important;}
    
    .list-product-description .product-price-and-shipping{
        text-align:left!important;
        margin:0;
    }
    #products .list-mode .products:not(.owl-carousel)>.product-miniature .product-item-info .product-item-details{margin:10px 0 0 0; padding:0; float:right;}
    .list-mode .product-actions-left form{margin-top:0;}
/*     #products .products .product-item-info .cdz-buttons-container form{margin-left:5px;} */
    .form-group.row.active .col-md-3.form-control-label{display:none;}
    
    #index .cdz-buttons-container form{height:40px!important;}
    #index .cdz-buttons-container form .cart.qty-wrap{height:inherit!important;}
    #index .cdz-buttons-container form .cart.qty-wrap .add-to-cart{float:left!important; display:contents!important;}
    #index .product-style13 .product-miniature .btn-primary.add-to-cart:before{margin-left:10px!important;}
    #index .cdz-product-bottom .product-actions-left .btn-primary.add-to-cart{width:auto;}
    #index .cdz-product-bottom .product-actions-left{width:100%!important;}
    #products .products .product-miniature .cdz-product-bottom{padding-top:40px!important;}
}


/* ============================================================
    14 - INSTAGRAM
   ============================================================ */

/* .main-intagram-content .owl-carousel.owl-drag .owl-item{width:250px!important;} */

.main-instagram-content .owl-item{max-width:180px!important; margin-right:10px;}


/* ============================================================
    15 - MENU LATERAL CATEGORIES DESPLEGABLES
   ============================================================ */

.block-categories .category-sub-menu li[data-depth="0"]:first-child, .block-categories .category-sub-menu li[data-depth="0"]{padding:10px 0; margin-top:0px; }

.block-categories .collapse-icons{padding-top:8px;}

.block-categories .category-sub-menu li[data-depth="1"]:first-child{margin-top:5px!important;}

.block-categories .category-sub-menu li[data-depth="1"]{padding: 0 0 0 7px;}

.category-sub-menu .arrows .collapsed{position:absolute; top:0px; right:0;}

.block-categories .category-top-menu .category-sub-menu li .category-sub-menu{padding:0!important;}

.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]){padding:0 10px 0 5px!important;}

.category-sub-menu a{text-transform:lowercase;}

.category-sub-menu *:first-letter{text-transform:uppercase!important;}

.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]):before{display:none;}

.block-categories .category-sub-menu li[data-depth="2"].current_cate > a:parent{color:#EF2C30!important;}

/* .block-categories .category-sub-menu .category-sub-link{color:#808080;} */

.block-categories .category-sub-menu li[data-depth="0"]>a{color:#44508C;}
.block-categories .category-sub-menu li[data-depth="0"]>a:hover{color:#44508C; font-weight:600!important;}
.block-categories .category-sub-menu li[data-depth="0"].current_cate>a {color:#44508C; font-weight:600!important;}
.block-categories .category-sub-menu li[data-depth="1"]>a{color:#656565;}
.block-categories .category-sub-menu li[data-depth="1"]>a:hover{color:#FCB73D;}
.block-categories .category-sub-menu li[data-depth="1"].current_cate>a {color:#FCB73D; font-weight:600!important;}
.block-categories .category-sub-menu li[data-depth="2"]>a{color:#808080;}
.block-categories .category-sub-menu li[data-depth="2"]>a:hover{color:#EF2C30; font-weight:600!important;}
.block-categories .category-sub-menu li[data-depth="2"].current_cate>a { color:#EF2C30; font-weight:600!important;}


/*.block-categories .category-sub-menu li[data-depth="0"]:first-child, .block-categories .category-sub-menu li[data-depth="0"]{padding:10px 0; margin-top:0px; }

.block-categories .collapse-icons{padding-top:8px;}

.block-categories .category-sub-menu li[data-depth="1"]:first-child{margin-top:5px!important;}

.block-categories .category-sub-menu li[data-depth="1"]{padding: 3px 0 0 10px;}

.category-sub-menu .arrows .collapsed{position:absolute; top:5px; right:0;}

.block-categories .category-top-menu .category-sub-menu li .category-sub-menu{padding:0!important;}

.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]){padding:5px 16px 0 5px!important;}*/


/* ============================================================
    15 - LLISTA PRODUCTES
   ============================================================ */


#product-accessories .list-mode .products:not(.owl-carousel)>.product-miniature .product-item-info .for-list.product-name-desc, #products .list-mode .products:not(.owl-carousel)>.product-miniature .product-item-info .for-list.product-name-desc{
width: calc (100% - 350px);
}

#product-accessories .list-mode .products:not(.owl-carousel)>.product-miniature .cdz-hover-section, #products .list-mode .products:not(.owl-carousel)>.product-miniature .cdz-hover-section{ width:auto; min-width:135px; max-width:165px;
}

.product-list-style02 .quick-view, .product-style08 .quick-view, .grid-mode .quick-view, .list-mode .quick-view{margin:0 0 0 10px;}

#products .products .product-miniature .product-title a{text-transform:lowercase; display:block;}
#products .products .product-miniature .product-title a:first-letter{text-transform:uppercase!important; display:block;}


@media(max-width: 767px){
#products .list-mode .products:not(.owl-carousel)>.product-miniature .product-item-info .for-list.product-name-desc{
        width: calc( 100% - 365px)!important;
    }
#products .list-mode .products:not(.owl-carousel)>.product-miniature .product-item-info .product-item-details{
width:200px!important;}

.product-list-style02 .quick-view, .product-style08 .quick-view, .grid-mode .quick-view, .list-mode .quick-view{
    margin:10px 5px;
    
}

}

/* arreglar visualització llista en pantalles inferiors a 500px */
@media(max-width: 500px){
    #products .list-mode .products:not(.owl-carousel)>.product-miniature .product-item-details{float:left!important;}
    #products .list-mode .products:not(.owl-carousel)>.product-miniature .product-item-info .for-list.product-name-desc{display:contents;}
}


/* ============================================================
    16 - PAGINA WISHLIST
   ============================================================ */

.my-wishlist #products .products .product-miniature .product-item-details .cart-qty-wrap .cart-qty{display:none;}

/* ============================================================
    16 - CISTELLA LATERAL PROCÉS DE COMPRA
   ============================================================ */

/* descomptes */
.block-promo.promo-highlighted{padding-bottom:1.25rem;}
.card.js-cart .card-block{margin:0; background:#fff;}
ul.promo-name .card-block{margin:2rem;}
.block-promo .promo-code-button{padding:0;}
.block-promo .cart-summary-line .label, .block-promo .promo-name{color:#282828;}
.block-promo .promo-code-button{margin-bottom:0;}
.block-promo .promo-code{padding:0 1.25rem; background:#fff;}
.block-promo .promo-input+button{margin-top:2px;}
.block-promo .cart-voucher{padding:1.25rem; border-top:1px solid #ebebeb;}
.block-promo.promo-highlighted{
    padding:1.25rem 0 0 0;
    color:#414F8F;
    font-weight:600;
    font-size:15px;
}

@media (max-width: 767px){
    .card.js-cart .card-block{display:none!important;}
}

/* enviament */

#cart-subtotal-shipping{padding:1.25rem;}

/*enviament steps*/

.js-address-form{padding-bottom:1.25rem;}

/* caixa contenidora del lateral */
body#checkout .checkout-summary-container #block-reassurance, body#checkout .checkout-summary-container .card{border:1px solid #ebebeb;}

/* .card.js-cart .card-block{ background:#fff;} */




/**********************
 SEO DINÀMIC
**********************/

/* NUVOL DE TAGS */

.nuvol {
    display: inline;
    list-style-type: none;
    width: 400px;
}
.nuvol li {
    list-style: none;
    display: inline;
    margin-right:5px;
}
.nuvol li:nth-of-type(3n + 1) {
    font-size: 1.1em;
}
.nuvol li:nth-of-type(4n+3) {
    font-size: 1.2em;
}
.nuvol li:nth-of-type(5n - 3) {
    font-size: 1em;
}

/* FAQS */

/* Horizontal line */
.collapsible-link::before {
  content: '';
  width: 14px;
  height: 2px;
  background: #333;
  position: absolute;
  top: 21px;
  right: 1rem;
  display: block;
  transition: transform 0.3s;
}

/* Vertical line */
.collapsible-link::after {
  content: '';
  width: 2px;
  height: 14px;
  background: #333;
  position: absolute;
  top: 15px;
  right: calc(1rem + 6px);
  display: block;
  transition: transform 0.3s;
}

.collapsible-link[aria-expanded='true']::after {
  transform: rotate(90deg);
  top:15px;
}

.collapsible-link[aria-expanded='true']::before {
  transform: rotate(180deg);
  top:21px;
}

#bredaxfaqs .card{box-shadow:none;}
#bredaxfaqs .card-header{background:#fff; border:none;}
#bredaxfaqs .card-header a:hover, #bredaxfaqs .card-header a:focus{color:#666;}
#bredaxfaqs .card-header h6{font-weight:400; font-size:16px; margin:0;}
#bredaxfaqs .card-body{padding:20px 20px; border-top: 1px solid rgba(0,0,0,.125);}
#bredaxfaqs .card-body p a{vertical-align:unset; color:#666;}
#bredaxfaqs .card-body p a:hover{text-decoration:underline;}
#bredaxfaqs .card-body p:last-child{margin-bottom:0;}

@media only screen and (max-width:767px){
    #bredaxfaqs .card{padding:0.2rem;}
    .collapsible-link::after {top:10px;}
    .collapsible-link::before {top:16px;}
    .collapsible-link[aria-expanded='true']::after {top:8px;}
    .collapsible-link[aria-expanded='true']::before {top:14px;}
}


/* FOOTER SEO */

.categories-seo{
    background:#f8f8f8;
    padding:40px 0;
    padding-bottom:calc( 40px - 1rem );

}

.footer-seo{    
    padding:40px 0;
    padding-bottom:calc( 40px - 1rem );
    background:#ffffff;
}

#footer .footer-seo a{color:#898d90; vertical-align:baseline;}
#footer .footer-seo a:hover{text-decoration:underline;}

.footer-sep p:last-child{margin-bottom:0;}

#bredaxhome{margin:20px 0 0;}
#bredaxhome .nav-tabs{margin-bottom:20px;}
#bredaxhome .tab-pane{
    padding:20px 10px;
}

@media only screen and (max-width: 767px) {
    #bredaxhome .tab-pane{
        padding:20px;
    }
    
    .footer-seo{padding:20px 0;}
}
/* MAINTENANCE MDOE */

#layout-error{
 width: 80vw;
 margin-left:10vw;
 height: auto;
 padding: 0;
 overflow: hidden;
 display: inline-block;
}

#layout-error .page-header{
 background:#414F8F;
 padding:50px 0;
}

#layout-error .page-header h1{color:#fff;}

#layout-error .page-content{
 padding:80px 0;
 line-height:150%;
}

/* ============================================================
    RECAPTCHA
   ============================================================ */

.g-recaptcha{
    margin-left:0!important;
}

/* ============================================================
    CUPONS DESCOMPTE
   ============================================================ */

body#checkout .checkout-summary-container .card.js-cart .cart-summary-line .label{
 font-size:14px!important;
 text-align:left;
}

body#checkout .checkout-summary-container .card.js-cart .cart-summary-line .label .code{
 font-weight:bold;
 color:#414F8F;
}

.block-promo .cart-voucher .block-promo .promo-highlighted{font-size:16px!important;}

/* ============================================================
    EL MEU COMPTE
   ============================================================ */

.block-account .links .item .material-icons{color:#a1a1a1;}
.block-account .links .item{color:#a1a1a1;}
.block-account .links .item:hover, .block-account .links .item:hover .material-icons, .block-account .links .item.active .material-icons{color:#fff;}
.block-account a.col-lg-4.col-md-6.col-sm-6.col-xs-12:not(.item){
    background:#f3f3f3;
    color:#a1a1a1;
}

.block-account a.col-lg-4.col-md-6.col-sm-6.col-xs-12:not(.item):hover{
    background:#414F8F;
    color:#fff;
}

.block-account a.col-lg-4.col-md-6.col-sm-6.col-xs-12:not(.item):hover::after{
content: "";
display: block;
position: absolute;
height: 0;
width: 0;
border: 10px solid transparent;
border-left-color: #414F8F;
right: -20px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}

.block-account a.col-lg-4.col-md-6.col-sm-6.col-xs-12:not(.item) .material-icons{color:#a1a1a1;}

.block-account a.col-lg-4.col-md-6.col-sm-6.col-xs-12:not(.item):hover .material-icons{color:#fff;}

/* ============================================================
    TARJETA REGAL
   ============================================================ */

button.giftcard-button{background:#414f8f!important;}
button:hover.giftcard-button{color:#414f8f!important;background:#fff!important;}

a#save{background:#78D07D!important;}
a:hover#save{background:#fff!important;color:#78D07D!important;}

a#generatePdf{background:#414f8f!important;}
a:hover#generatePdf{background:#fff!important;color:#414f8f!important;}

/* Afegir nota important a l'apartat del compte de client */
#alerta_targetesregal p{margin-bottom:0; color:#3d3d3d;}

/* ============================================================
    MENU ORIGINAL REDUÏT
   ============================================================ */
/* modificació del menú original per mostrar només un nivell i mostrar els fills en columnes */

.cdz-vertical-menu li.item:hover > .groupmenu-drop{
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "column-1 column-2 column-3";
}


@media only screen and (max-width:900px){
    .cdz-vertical-menu li.item:hover > .groupmenu-drop{
    display:grid;
    grid-template-columns: repeat(2, 1fr);
}
}

@media only screen and (max-width:767px){
 .cdz-vertical-menu li.item:hover > .groupmenu-drop{
    display:block;
}
}



/* ============================================================
    BOTONS ADD TO CART SENSE ANIMACIÓ
   ============================================================ */

/*#product-accessories .products .product-miniature .cdz-product-bottom, #products .products .product-miniature .cdz-product-bottom, .product-style13 .product-miniature .cdz-product-bottom{
    padding-top:0!important;
}*/

/* contenidor unitats i botó*/
.cart-qty-wrap{width:100%;}

/* zona + - unitats */
#product-accessories .products .product-miniature .cart-qty, #products .products .product-miniature .cart-qty, .product-style13 .product-miniature .cart-qty{
    left:0;
    width:50%;
    margin:0;
    padding:0;
    height:30px;
    display:flex;
    align-items:center;
    justify-content:center;
}

/* zona + - unitats pàgina de categories */
#products .products .product-miniature .cart-qty{
    left:0;
    width:70%;
    margin:0;
    padding:0;
    height:30px;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
}

/* zona + - unitats pàgina de categories en mode llista*/
#products .list-mode .products .product-miniature .cart-qty{
    left:0;
    width:70%;
    margin:0;
    padding:0;
    height:27px;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
}

/* botó de comprar */
#product-accessories .products .product-miniature .btn-primary.add-to-cart, #products .products .product-miniature .btn-primary.add-to-cart, .product-style13 .product-miniature .btn-primary.add-to-cart{
    float:right;
    background:#e0e5ed;
    color:#2d3764;
    width:50%;
    padding:7px 10px;
    text-transform:none;
    font-size:14px;
}
/* botó per comprar pàgina de categories */
#products .products .product-miniature .btn-primary.add-to-cart{
    float:right;
    background:#cbddf1;
    color:#2d3764;
    width:30%;
    padding:0;
    text-transform:none;
    font-size:14px;
    position:relative!important;
}

#products .list-mode .products .product-miniature .btn-primary.add-to-cart{
    float:right;
    background:#cbddf1;
    color:#2d3764;
    width:30%;
    padding:0;
    text-transform:none;
    font-size:14px;
    border-radius:3px;
    height:33px;
}

/* hover */
#product-accessories .products .product-miniature .btn-primary.add-to-cart:hover, #products .products .product-miniature .btn-primary.add-to-cart:hover, .product-style13 .product-miniature .btn-primary.add-to-cart:hover{
background:#414f8f;
color:#fff;
}

/* icona add to cart */
#product-accessories .products .product-miniature .btn-primary.add-to-cart::before, #products .products .product-miniature .btn-primary.add-to-cart::before, .product-style13 .product-miniature .btn-primary.add-to-cart::before {
    content:"\F291";
    font-size:18px;
    margin-right:10px;   
}

/* icona add to cart pagina de categories*/
#products .products .product-miniature .btn-primary.add-to-cart::before {
    content:"\F291";
    font-size:18px;
    margin-right:0px;  
}

/* icona add to cart pagina de categories mode llista*/
#products .list-mode .products .product-miniature .btn-primary.add-to-cart::before {
    content:"\F291";
    font-size:18px;
    margin-right:10px;  
}

@media (max-width:768px){
    #products .products .product-miniature .cart-qty{margin-top:5px;}
    #products .list-mode .products .product-miniature .cart-qty{width:68%;}
    #products .list-mode .products .product-miniature .btn-primary.add-to-cart{width:30%; margin-left:2%;}
    #products .list-mode .products .product-miniature .btn-primary.add-to-cart::before {margin-right:2px;}
}

/* PRODUCTE NO DISPONIBLE */

#category .products .product-miniature.no_disponible .cdz-hover-section, #category .products .product-miniature.no_disponible .product-description, #category .products .product-miniature.no_disponible .for-list .product-name-desc, #category .products .product-miniature.no_disponible .product-price-and-shipping{opacity:0.5;}

#category .products .product-miniature.no_disponible .product-miniature .product-item-info{background:rgba(255,255,255,0.5);}

#category .products .product-miniature.no_disponible .cdz-product-bottom{
padding-top:0px !important;
}

#category .products .product-miniature.no_disponible .btn-primary.add-to-cart{
 width:100%;
}

#category .products .product-miniature.no_disponible .btn-primary.add-to-cart::before {content:"\F06E";}
#category .products .product-miniature.no_disponible .cdz-buttons-inner{height:40px;}
#category .list-mode .products .product-miniature.no_disponible .cdz-buttons-inner a{line-height:32px;}

/* ============================================================
    FILTRES
   ============================================================ */

.cdz-filter a p{
    color:#fff;
    font:700 14px/1.35 Source Sans Pro, Helvetica Neue, Verdana, Arial, sans-serif;
    margin:0;
}

.mb-filter-show .products-selection .layout-toolbar li.cdz-filter a::before, .products-selection .layout-toolbar li.cdz-filter a.active::before {
    content: "\f0b0";
}

.layout-toolbar .cdz-filter{display:block!important;}

.ocultagran{display:none;}
@media (max-width:768px){
    .ocultagran{display:inline-block;}
    .ocultapetit{display:none;}
    .mb-filter-show .products-selection .layout-toolbar li.cdz-filter a::before, .products-selection .layout-toolbar li.cdz-filter a.active::before {
    content: "\f053";
}
}


#search_filters .facet{padding-bottom:20px;}

#search_filters .facet .caracteristica .ps-shown-by-js{display:none;}

/*#search_filters .facet .caracteristica{
 float:left;
 width:49%;
 margin:0 2% 1% 0;
}*/

.magnitude{display:none!important;}
#search_filters .facet.manufacturer ul.ocultafiltre .caracteristica.mostraelementfiltre:nth-of-type(2n){
   background-color:red;
   }

/*#search_filters .facet.manufacturer ul.ocultafiltre .caracteristica.mostraelementfiltre:nth-child(2n){
    margin-right:0;
   }*/
   
/*#search_filters .facet .caracteristica:nth-child(2n){
 margin-right:0;
}*/

#search_filters .facet .facet-label{width:100%;}

#search_filters .facet .caracteristica .facet-label a{
    padding:7px 3px;
    border:1px solid #dbdbdb;
    text-align:center;
    width:100%;
    margin:0;
    transition:all 0.3s ease;
    border-radius:3px;
}

#search_filters .facet .caracteristica .facet-label a:hover{
    border-color:#414f8f;
    color:#414f8f;
    background:#f6f6f9;
    font-weight:bold;
}

#search_filters .facet .caracteristica .facet-label.active a{
    border:1px solid #414f8f!important;
    font-weight:bold!important;
    background:#f6f6f9;
    color:#414f8f;
}

#search_filters .facet .caracteristica.br_category{
 width:100%;
 margin:0;
 text-transform:uppercase;
}

#search_filters .facet .caracteristica.br_category .facet-label a{
    padding:7px 10px;
    border:1px solid #dbdbdb;
    text-align:left;
    width:100%;
    margin:0;
    transition:all 0.3s ease;
    border-radius:3px;
    overflow:auto;
    text-overflow:unset;
    white-space:unset;
}

#search_filters .facet .caracteristica.br_category .facet-label a:hover{
    border-color:#414f8f;
    color:#414f8f;
    background:#f6f6f9;
    font-weight:bold;
}

#search_filters .facet .caracteristica.br_category .facet-label.active a{
    border:1px solid #414f8f!important;
    font-weight:bold!important;
    background:#f6f6f9;
    color:#414f8f;
}

.caracteristica .magnitude{
    display:none;
}

#search_filters .custom-checkbox input[type="checkbox"]{pointer-events:all!important; width:100%; height:100%;}

/* cercador marques */

.cercadorMarques{
border: 1px solid #dbdbdb;
width: 100%;
margin-bottom: 5px;
border-radius: 4px;
padding: 7px 10px;
}

/* Oculta categories i marques al faceted search */

/* 202211 ho fem amb jquery, ja que la classe es manté sempre i a vegades es vol mostrar #search_filters .ocultafiltre{display:none;}*/

#search #wrapper, #manufacturer #wrapper{padding-top:0;}

.products-selection{
    background:transparent;
    margin:0 -10px 20px;
    padding:0;
    box-shadow:none;
}

#search_filters .facet .collapse.in.facetbredaxmanufacturer, #search_filters .facet .collapsing.facetbredaxmanufacturer{
    display:flex!important;
    flex-wrap:wrap;
    gap:1% 2%;
    margin:0;
}

#search_filters .facet .collapse.in.facetbredaxmanufacturer li, #search_filters .facet .collapsing.facetbredaxmanufacturer li{width:48.5%;}


/* FONS PLAFÓ MÒBIL */

.mb-filter-panel, .mb-filter-panel #search_filters{
    background:#414f8f!important;
}

@media only screen and (max-width:767px){
/*     #js-product-list-top{width:300px;} */
.filtresLaterals.fixed-top{
    margin-top:47px!important;
    width:fit-content; 
    background:#fff;
    box-shadow:0 3px 10px rgb(0 0 0 / 0.2);
}

.filtresLaterals.fixed-top .filtratge{padding-right:0px!important;}

.filtresLaterals.fixed-top li.cdz-filter a{margin-right:0;}
.filtresLaterals.fixed-top .layout-toolbar{margin:0;}
.filtresLaterals.fixed-top .total-products{display:none;}
body.mb-filter-show #menuprincipal.fixed-top, body.mb-filter-show .filtresLaterals.fixed-top{margin-left:300px;}
body.mb-filter-show .filtratge{padding-left:0px!important;}
}

.mb-filter-panel #search_filters .facet{border-top:1px solid #fff!important;}

#search_filters .facet .facet-title{font-size:15px;}


/* ARREGLAR QUICKVIEW MODAL DESPRÉS MENU MANUAL */

.modal.fade.quickview .modal-dialog{
    transform:translate(0,10%);
}

.modal-backdrop.fade.in{
    opacity:0.5;
}

.quickview .modal-header .close{
    background:#000!important;
}

/* ============================================================
  BARRA SUPERIOR CISTELLA ABANDONADA
============================================================ */
.ets_abancart_bar_overload{
    width:100vw!important;
    height:auto!important;
}

.ets_abancart_container{margin:auto!important;}

.ets-ac-popup-body{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
}

.ets-ac-popup-body p{color:#3b3b3b; margin-bottom:0;}
.ets-ac-popup-body p a{
    color:#3b3b3b;
    font-weight:bold;
    border:1px solid #3b3b3b;
    padding:5px 12px;
    margin-top:5px;
    display:inline-block;
    border-radius:3px;
    transition:all 0.3s ease;
}

.ets-ac-popup-body p a:hover{
    background-color:#3b3b3b;
    color:#fff;
}

.ets_abancart_group_clock2{min-width:200px;}

.ets_abancart_count_down_clock .ets_abancart_countdown, .ets_ac_evt_countdown2 .ets_ac_countdown2{
    color:#000!important;
    border:0!important;
}

.ets_abancart_countdown span, .ets_ac_countdown2 span{color:#000!important;}

.ets_abancart_bar_overload .ets-ac-popup-body{
    padding-left:15px;
}

.ets_ac_evt_countdown2 .weeks{display:none;}

@media only screen and (max-width:767px){
/*    .ets_ac_evt_countdown2 span{font-size:14px; width:auto!important; margin:0;}
    .ets_ac_evt_countdown2 .days{display:none!important;}*/
    .ets_abancart_group_clock2{display:none;}
}

/* RELATED PRODUCTS */

.productes-relacionats .add-to-cart:hover{
    background:#fff;
    color:#414f8f;
}

.producte_escollit{background:#fffff7!important;}

/* CROSS SELLING */

.ampliafoto{
      transition: all .3s; /* Animation */
      width:100px;
}
.ampliafoto:hover{
     width: 200px;
     z-index:10000!important;
}

/* CROSS SELLING LLISTA */

.llista-cross-selling .no_disponible{opacity:0.5;}

.cross-selling.row p.nomdelproducte{
    height:42px;
    overflow:hidden;
    white-space:break-spaces;
    text-overflow:ellipsis;
    margin:0;
}

.cross-selling.row p.descdelproducte{
    height:42px;
    overflow:hidden;
    white-space:break-spaces;
    text-overflow:ellipsis;
    margin:5px 0;
}

@media (min-width:767px) and (max-width:991px){
    .llista-cross-selling.row .productesfiltrats:nth-child(n+5){display:none;}

}

@media (max-width:767px){
    /* mostrem només 3 productes relacionats perquè ocupin només una filera en pantalles petites */
    .llista-cross-selling.row .productesfiltrats:nth-child(n+4){display:none;}
}


.llista-cross-selling .card{padding:0 0 110px 0;}

.llista-cross-selling .fotoprod{z-index:1; transition:all 0.3s ease; width:100%; height:auto;}

.llista-cross-selling .contenidor{
    position:absolute;
    top:0;
    left:0;
    overflow:hidden;
    width:100%;
    height:100%;
    z-index:2;
}

.llista-cross-selling .contenidor_nom{
    position:absolute;
    z-index:3;
    width:100%;
    bottom:0;
    transform:translateY(calc(100% - 110px));
    transition:all 0.3s ease;
    border-top:1px solid #f1f1f1;
}

.llista-cross-selling .nom{
    width:100%;
    height:60px;
    background:#fff;
    padding:10px;
    overflow:hidden;
    white-space:no-wrap;
}

.llista-cross-selling .nom h4{
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    width: 100%;
    max-height: 60px; /* Fallback for non-webkit */
    margin: 0 auto;
    font-size: 15px;
    line-height: 20px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.llista-cross-selling .nom h4 a{color:#000;}
.llista-cross-selling .nom h4 a:hover{color:#000;}

.llista-cross-selling .descripcio{
    height:80px;
    background:#fff;
    padding:10px;
}

.llista-cross-selling .preus{
 position:absolute;
 background:#f9f9f9;
 border-top:1px solid #f1f1f1;
 height:50px;
 bottom:0px;
 z-index:4;
 width:100%;
 display:flex;
 align-items:center;
 justify-content:space-between;
 padding:0 10px;
}

.llista-cross-selling .preus .regular-price{ margin:0 5px 0 0;}

.llista-cross-selling .card:hover .contenidor_nom{
    transform:translateY(calc(100% - 190px));
}

.llista-cross-selling .card:hover .fotoprod{
    opacity:0.4;
}

.llista-cross-selling .card{
    background:#000;
}

.llista-cross-selling .boto_cistella{
    background:#414f8f;
    border: 2px solid #414f8f;
    color:#fff;
    margin:0;
    transition:all 0.3s ease;
}

.llista-cross-selling .boto_cistella:before{
    display:block;
    content: "\F291";
    font-size: 18px;
    font-family:FontAwesome;
    padding:3px;
}

.llista-cross-selling .boto_cistella:hover{
    background:#fff;
    color:#414f8f;
    border:none;
    margin:0;
    border: 2px solid #414f8f;
}

/* COMENTARIOS */

.product-review-top{margin-top:10px;}
.revws-product-list, .revws-product-list a, .revws-comparison{
    justify-content:flex-start;
}
.revws-review-author-name, .revws-review-content{font-size:15px;}
.revws-review-date{font-size:14px;}
#idTabRevws .form-group{text-align:center;}
#idTabRevws a.btn.btn-primary{color:#fff;}
#idTabRevws a.btn.btn-primary:hover{color:#414f8f;}


/* VALIDACIO FORMULARIS */
input.form-control:required{transition:all .3s ease;}

input.form-control:required:invalid{background: rgba(175,0,0,0.1);}

select.form-control:required:invalid{background: rgba(175,0,0,0.1);}

input.form-control:required:valid, select.form-control:required:valid{
    background: rgba(0,150,0,0.1);
    border-color:#dbdbdb;
}

/* ============================================================
  REDISSENY CHECKOUT
============================================================ */

body#checkout section#checkout-personal-information-step .checkout-step a.nav-link{color:#000;}
body#checkout section.checkout-step.-current .nav-inline.m-y-2 li.nav-item a.nav-link{background:#e8e8e8; color:#000;}
body#checkout section.checkout-step.-current .nav-inline.m-y-2 li.nav-item a.nav-link.active{background:#fff;}
/* Pas adreces */

body#checkout section.checkout-step .js-address-form .address-item{
    width:48%;
}

@media only screen and (max-width:585px) {
    body#checkout section.checkout-step .js-address-form .address-item{
    width:100%;
}
}

@media only screen and (min-width:768px) and (max-width:950px) {
    body#checkout section.checkout-step .js-address-form .address-item{
    width:100%;
}
}


body#checkout section.checkout-step .radio-block{
    width:100%;
    cursor:pointer!important;
}

body#checkout section.checkout-step .js-address-form .address-item.selected{
    background:rgba(76,187,108,0.2);
    border:1px solid #4cbb6c!important;
}

/* Pas mètode enviament */

.delivery-option{
    border:1px solid rgba(0,0,0,.125);
    padding:10px 0 0!important;
    margin-bottom:10px!important;
}

.delivery-options .delivery-option, .delivery-options .delivery-option *{cursor:pointer!important}

@media (max-width:767px) {
    .form-fields .delivery-options .delivery-option.col-6.col-md-12 {margin-bottom:10px!important;}
    .delivery-option .carrier-price{color:#000!important;}
/*     .delivery-option .col-md-12{margin-bottom:0px!important;} */
}

.delivery-option .alert{margin-bottom:10px!important;}

body#checkout section.checkout-step .delivery-option .carrier-name{font-weight:600;}

#fspasc_wrapper{display:none;}

body#checkout section.checkout-step footer.form-footer{margin-top:0px;}

/* Pas pagament */
.payment-options{
    display:flex;
    flex-direction:row;
    flex-wrap: wrap;
    width: 100%;
    gap:20px;
}

.opciopagament{
    width:calc( 50% - 13px );
    height:120px;
    /*background:rgba(0,180,0,0.05);*/
    border:1px solid rgba(0,0,0,.125);
}

@media only screen and (max-width:550px){
    .opciopagament{width:calc( 50% - 13px );}
}

.opciopagament .payment-option{
    margin:0!important;
    height:120px;
    display:flex;
    align-items:center;
    padding-left:20px;
    padding-right:20px;
}

.opciopagament .pp__d-table-cell{display:none!important;}

.opciopagament .payment-option, .opciopagament .payment-option label{ display:flex!important; flex-direction:column-reverse; cursor:pointer; align-items:center; justify-content:end; width:100%; padding:0px; margin:0; height:100%; width:100%;}
.opciopagament .payment-option label span{ text-align:center; margin:10px 0;}
body#checkout .opciopagament .payment-option img{ display:block; width:auto; height:auto; max-height:65px; max-width:50%; }
.opciopagament .payment-option .custom-radio { display:none!important; cursor:pointer!important; }
.destaca { background:rgba(76,187,108,0.2)!important; border:1px solid #4cbb6c!important;}

body#checkout .payment-options .js-additional-information{width:100%; margin-top:0; margin-left:10px;}

body#checkout .payment-options .js-additional-information p{color:#282828;}

/* Resum final */

.resumadreces{
    width:calc(50% - 10px);
    border:1px solid rgba(0,0,0,0.125);
    padding:20px;
    display:inline;
    float:left;
    margin:0 20px 0 0;
}

.resumadreces:last-child{margin:0;}

@media only screen and (max-width:585px) {
    .resumadreces{width:100%!important; margin-bottom:20px;}
}

@media only screen and (min-width:768px) and (max-width:950px) {
    .resumadreces{width:100%!important; margin-bottom:20px;}
}

#order-items table tr{height:0;}
.order-confirmation-table tr:empty, .order-confirmation-table th:empty, .order-confirmation-table td:empty {height:0; padding:0;}

/* REDSIS INSITE IDNOVATE */

#ri-redsysinsite-card-form_1{margin-top:20px;}

/* ============================================================
  ANIMACIONS
============================================================ */

@keyframes heartBeat {
  0% {transform: scale(1); transform-origin:left;}
  14% {transform: scale(1.2); transform-origin:left;}
  28% {transform: scale(1); transform-origin:left;}
  42% {transform: scale(1.2); transform-origin:left;}
  70% {transform: scale(1); transform-origin:left;}
}

.heartBeat {
  animation-name: heartBeat;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.5s
}

.destacalogin{
  animation-name: blinkingBackground;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.5s;
  animation-iteration-count: 2;
}

body#checkout.lang-es .destacalogin::before{
    content:"¿Ya tienes una cuenta?";
    color:#787878;
}

body#checkout.lang-ca .destacalogin::before{
    content:"Ja tens un compte?";
    color:#787878;
}

@keyframes blinkingBackground{
		0%		{ background-color: #e8e8e8; color:#000;}
		25%		{ background-color: #414f8f; color:#fff;}
		50%		{ background-color: #f8f8f8; color:#000;}
		75%		{ background-color: #414f8f; color:#fff;}
		100%	{ background-color: unset; color:#000;}
	}
