@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800");


.modal-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal-header {
  padding: 2px 16px;
  background-color: #ffffff;
  color: white;
}
/* Modal Content/Box */
.modal-open  {
    overflow-x: hidden;
    overflow-y: hidden;
    height: 100vh;
}


.hideOverflow{
    overflow: hidden;
}

.modal-content{
    height: 100%;
    border-radius: unset !important;
    border: none !important;
    box-shadow: unset !important;
    width: 100%; /* Could be more or less, depending on screen size */
    height: 100%; 
}

.modal-content a{
    padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 14px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
/* The Close Button */
.close {
  color: #000000;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.planaGeneral{
    min-height: 90vh;
    overflow: hidden;
    display: block;
    position: relative;
}

.titolFiltre{
    padding-left: 50px;
    font-size: 30px;
    padding-top: 15px;
}

.familiaNomMobile{
    padding-left: 20px;
}

.noPaddingRow{
    margin-left: 0px;
    margin-right: 0px;
}

.modal .closebtn {
  color: #000000;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.sidenav {
  height: 100%;
  width: 0%;
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  overflow-x: hidden;
  transition: 0.1s;
  padding-top: 20px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 14px;
  color: #818181;
  display: block;
  transition: 0.3s;
}




@media screen and (min-width: 800px) {
    .mostrarPc {
        display:block;
    }
}
@media screen and (max-width: 500px) {
    .mostrarPc {
        display:none;
    }
}

@media screen and (max-width: 500px) {
    .mostrarMobile {
        display:block;
    }
}
@media screen and (min-width: 520px) {
    .mostrarMobile {
        display:none;
    }
}


.imatgeResumCarrito{
    object-fit: contain;
}

.bubbleDiv{
    position: relative;
    width: fit-content;
    float: right;
   /* left: calc(50% - 120px);*/
}



.bubble{
    float: right;
    position: absolute;
    cursor: pointer;
 
}



@media only screen and (max-width: 767px)  {
    .bubbleDiv{
        padding-top: 3%;    
    }

    .bubble{
       /* position: absolute;
        left: calc(50% + 80px);*/
        position: relative;  
    }
    nav ul{
        border: 1px solid black; 
        
    }
    nav ul li {
        background-color: #f8f8f8;
    }
    
}

/* Browser Resets */

.navbar-custom{
    position: static !important;
}





.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  { outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.flexslider a img { outline: none; border: none; }

.flexslider {
	margin: 0;
	padding: 0;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.flexslider .slides img {
	width: 100%;
	display: block;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/* Clearfix for the .slides element */
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides { display: block; }
* html .slides { height: 1%; }



/* Theme Styles */
.flexslider {
	position: relative;
	zoom: 1;
	padding: 10px;
	background: #ffffff;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0, .2);
	box-shadow: 0px 1px 1px rgba(0,0,0, .2);
}

/* Edit it if you want */
.flex-container {
	min-width: 150px;
	max-width: 960px;
}

.flexslider .slides { zoom: 1; }



/* Direction Nav */
.flex-direction-nav a {
	display: block;
	position: absolute;
	margin: -17px 0 0 0;
	width: 35px;
	height: 35px;
	top: 50%;
	cursor: pointer;
	text-indent: -9999px;
	z-index: 9999;

	background-color: #82d344;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#82d344), to(#51af34));
	background-image: -webkit-linear-gradient(top, #82d344, #51af34);
	background-image: -moz-linear-gradient(top, #82d344, #51af34);
	background-image: -o-linear-gradient(top, #82d344, #51af34);
	background-image: linear-gradient(to bottom, #82d344, #51af34);
}

.flex-direction-nav a:before {
	display: block;
	position: absolute;
	content: '';
	width: 9px;
	height: 13px;
	top: 11px;
	left: 11px;
	background: url(http://designmodo.com/demo/responsiveslider/img/arrows.png) no-repeat;
}

.flex-direction-nav a:after {
	display: block;
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	top: 35px;
}

.flex-direction-nav .flex-next {
	right: -5px;

	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

.flex-direction-nav .flex-prev {
	left: -5px;

	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

.flex-direction-nav .flex-next:before { background-position: -9px 0; left: 15px; }
.flex-direction-nav .flex-prev:before { background-position: 0 0; }

.flex-direction-nav .flex-next:after {
	right: 0;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #31611e;
}

.flex-direction-nav .flex-prev:after {
	left: 0;
	border-bottom: 5px solid transparent;
	border-right: 5px solid #31611e;
}



/* Control Nav */
.flexslider .flex-control-nav {
	position: absolute;
	width: 100%;
	bottom: -40px;
	text-align: center;
	margin: 0 0 0 -10px;
}

.flex-control-nav li {
	display: inline-block;
	zoom: 1;
}

.flex-control-paging li a {
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	width: 12px;
	height: 12px;
	margin: 0 3px;
	background-color: #b6b6b6;

	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;

	-webkit-box-shadow: inset 0 0 0 2px #b6b6b6;
	-moz-box-shadow: inset 0 0 0 2px #b6b6b6;
	box-shadow: inset 0 0 0 2px #b6b6b6;
}

.validate_ok{
    color: green;
    float: right;
    position: absolute;
    right: 115px;
top: 100px;
}

.validate_ko{
    color: red;
    float: right;
    position: absolute;
    right: 115px;
    top: 100px;
}



.flex-control-paging li a.flex-active {
	background-color: #82d344;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#82d344), to(#51af34));
	background-image: -webkit-linear-gradient(top, #82d344, #51af34);
	background-image: -moz-linear-gradient(top, #82d344, #51af34);
	background-image: -o-linear-gradient(top, #82d344, #51af34);
	background-image: linear-gradient(to bottom, #82d344, #51af34);

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}



/* Captions */
.flexslider .slides p {
	display: block;
	position: absolute;
	left: 0;
	bottom: 100px;
	padding: 0 5px;
	margin: 0;

	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 20px;
	color: white;

	background-color: #222222;
	background: rgba(0,0,0, .9);

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}






.test-scrooll{
    margin-right: 0px;
}

.image-gallery-container{
    margin-top: 30px;
}





/**/
@media only screen and (min-width: 767px) and (max-width: 991px)  {
    .right-wrapper{
        width: 0%!important;
    }
}

.main-content-wrapper-articulo{
    width: 100%;
margin-right: auto;
margin-left: auto;
}

.item-list-checkout{
    /*padding-top: 10px;*/
    padding-top: 15px;
    padding-left: 10px;
   
}

@media only screen and (max-width: 500px) {
    .paddingCheckoutImg{
        padding-left: 0px;
    }

}

@media only screen and (max-width: 300px) {
    .paddingCheckoutList{
        padding-left: 40px;
    }

}

@media only screen and (min-width: 300px) and (max-width: 440px)  {
    .paddingCheckoutList{
        padding-left: 10px;
    }

}


.titleCheckout{
    /*float:right;*/
    width: 60%;
    font-size: 20px !important;
   
    margin-left: 0px;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 500px) {
    .titleCheckout{
        float:none;
        width: 100%;
        margin: 5px;
    }
}

@media only screen and (max-width: 500px) {
   .form-size{
        float:none !important;
        width: 95% !important;
        margin: 10px !important;
   }
}

.container-fluid-checkout{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
    
@media screen and (max-width: 770px) {
    .container-fluid-checkout { display: flex; flex-flow: column; width: auto; height: auto; }
    .orderDiv2 { order: 1; }
    .orderDiv1 { order: 2; }
    .orderDiv3 { order: 3; }
    .divButtonPagarOrder{ order: 4; }
}

@media screen and (min-width: 770px) {
    /*.container-fluid-checkout { float: none; position: relative; }
    .orderDiv1 { overflow: auto; position: relative; }
    .orderDiv2 { overflow: auto; position: relative; }*/
    .orderDiv3 { overflow: auto; position: relative; float: right; }
    .divButtonPagarOrder{ overflow: none; position: relative; }
}

.color-grey{
    color: #909090;
}

.icon-red{
    color: red;
}

.cursor-pointer {
    cursor: pointer;
}

.icon-green{
    color: green;
}

.linkCheckout{
    text-decoration: underline;
    cursor:pointer;
}

.form-size{
    width: 80%;
   /* float:right*/
}

.container-2{
    width: 1240px;
    margin:auto;
    padding-top: 50px;
}

.no-padding{
    padding: 0 !important;
    margin: 0 !important;
}
.dadesCarrito{
    
}
.item-list{
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 20px;
    margin: 0 0 20px 0;
    border-top: none;
    border-bottom: solid 1px #dddddd;
    line-height: 1.5em;
}

.separdor-linia{
    padding: 5px;
    /*margin: 0 0 20px 0;*/
    margin: 0 0 15px 0;
    border-top: none;
    border-bottom: solid 1px #dddddd;
  
}

.stage-2{
    margin: 40px;
}

.article-preu{
    margin-top: 10px;
}

.cart-article-info{
    margin-top: 20px;
}

@media only screen and (max-width: 500px) {
    .cart-article-info{
        margin-top: 0px;
    }
}

@media only screen and (max-width: 500px) {
.titol-article{
    font-size: 12px;
    }
}


.article_desc{
    font-size: 16px;
    text-transform: none;
    font-weight: bold;
}

.preu_desc{
    text-decoration:line-through;
    color: red;
}

@media only screen and (max-width: 500px) {
    .article_desc{
        font-size: 13px;
    }
}

resumCarrito{
    float: right;

}

#p-flex {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
/* Product items */
div.p-flex {
    width: 25%;/* resolucio mobil canviar perque en capiguen 3 */
}
div.p-flex-in {
    box-sizing: border-box;
    margin: 5px; 
    padding: 10px;
    padding: 10px;
    text-align: center;
}
img.p-img {
    width: 100%;
    height: auto;
    cursor: pointer;
}
div.p-name {
    font-weight: bold;
    font-size: 1.1em;
}
div.p-price {
color: #f44242;
}
div.p-desc {
color: #888;
font-size: 0.9em;
}
button.p-add {
    background: #1679bf;
    color: #fff;
    border: none;
    width: 100%;
    padding: 10px;
    margin: 10px 5px 5px 5px;
    font-size: 1.1em;
    font-weight: bold;
    cursor: pointer;
}

.p-flex-in:hover {
    border: 1px solid black;
    border-color: black;
    border-radius: 5px;
}
/* Responsive */
@media only screen and (max-width: 1024px) {
    div.p-flex { width: 33%; }
}
@media only screen and (max-width: 600px) {
    div.p-flex { width: 33%; }
}

.image_hover{
    width: 100%;
    height: 100%;
    position: absolute;
    justify-content: center;
    background-color: rgb(0,0,0, 0.6);
    top: 0px;
}

.b_quik_afegir{
    top: 40%;
    background-color: #1679bf !important;
    border: none !important;
    max-width: 100% !important;
    max-height: 100% !important;
    width: 80%;
    left: 10%;
    align-content: center;
    place-items: center;
    position: absolute;
    border-radius: 4px;
    color:#fff;
    
}














.grid-1 {
  display: grid;
  background: #222;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  
  grid-template-columns: repeat(auto-fill, minmax(9em, 1fr));
  
  grid-gap: 20px;
  
}

/* items */

.grid-1 div {
  color: white;
  font-size: 20px;
  padding: 20px;
  }

/* specific item styles */

.item-1 {
  background: #b03532;
}
.item-2 {
  background: #33a8a5;
}
.item-3 {
  background: #30997a;
}
.item-4 {
  background: #6a478f;
}
.item-5 {
  background: #da6f2b;
}
.item-6 {
  background: #3d8bb1;
}
.item-7 {
  background: #e03f3f;
}
.item-8 {
  background: #59a627;
}
.item-9 {
  background: #4464a1;
}

.a1{
    width: calc(100% - 240px);
}

.a2{
box-sizing: border-box;
    list-style: none;
    flex-wrap: wrap;
    display: flex;
    padidng: 0;
}
.grid-container{
      display: inline-grid;
       grid-template-columns: auto auto auto;
  background-color: #2196F3;
  padding: 10px;
}



.logoCarrito{
    padding: 5px;
}

.left {
  /*flex: 20%;

  padding: 15px 0;*/
  height: 100%;
  width: 150px;
  /*position: fixed;*/
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  overflow-x: hidden;
  padding-top: 5px;
  padding-left: 5px;
    /*box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);*/
}

@media screen and (max-width: 500px){
    .left{
        padding-left:0px;
    }
}

.left a:hover {
  color: #1679bf;
}


.familiaMenuNom a:hover {
    color: #1679bf;
}
.familiaMenuNom{
    padding: 4px 4px 4px 4px;
  text-decoration: none;
  font-size: 15px;
  color: black;
  display: block;
  margin-bottom: 5px;
  color: #999;
  letter-spacing: 1px;
  line-height: 1.7;
}


.left h1{
    
    padding: 4px 4px 4px 4px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    line-height: 0.5;
}

.left a {
  padding: 4px 4px 4px 4px;
  text-decoration: none;
  font-size: 15px;
  color: black;
  display: block;
  margin-bottom: 5px;
  color: #999;
  letter-spacing: 1px;
  line-height: 1.7;
}

.right {
  flex: 90%;/*80
  padding: 15px;
  margin-left: 150px;*/
}

.leftmenu{

}

.leftmenu.active{
    background: #e2e8ed;
}

.menuFiltre {
  list-style-type: none;
  padding-left: 0px;
  padding-right:10px;
  padding-top:10px;
  padding-bottom:10px;
  margin: 0;
}



.galeria-articles{
    margin-top: 50px;
    display:flex;
}

#accordionArticles{
    /*margin-left: -11% !important;
    width: 122%;*/
}

#seccio-articles {
    /*margin-top:40px;
    /*background-color: #1679bf;
    min-height:400px;*/

    /*last version*/
    padding-right: 0 !important;
    max-width: 1600px;
    margin: 0 auto;
}

.titol-pagina {
  

    margin-left: 5px;
}

.articulos{
    width:80%;
    margin:auto;
}

.titol-article{
  padding-top: 10px;
  color: #000000;
  font-size: 16px;
}

.articule-recuadre{
    /*background: #FFFFFF;
    max-width: 400px;
    margin: 40px auto;
    border-radius: 12px;
    /*box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);*/
  /*  box-sizing: border-box;
    padding: 5px;
    text-align: center;
    box-shadow: 2px 2px 4px 2px #999;*/
    border: 1px solid #ffffff;
padding: 10px;
height: 100%;
text-align: center;

}

.articule-recuadre .image{
    width:100%;
}

.articule-recuadre .titulo-sesion {
    width:75%;
    padding:10px;
    font-size:14px;
}

.articule-recuadre .info{
    width:100%;
    height:80px;
    background-color:#fff;
    border-bottom:1px solid #eee;
    display: inline-flex;
    border-top: 1px solid #eee;
}
.articule-recuadre .info .mas-info{
    width: 30%;
    background-color: #f4f4f4;
    height: 100%;
    float: right;
    text-align: center;
    padding: 15px;
}

.articule-recuadre .precio{
    width:100%;
    height:60px;
    background-color:#fff;
    border-bottom:1px solid #eee;
}

.articule-recuadre .precio div{
    height:100%;
    display:inline-block;
    width:50%;
    text-align:center;
    font-size:16px;
}
.articule-recuadre .num_art{
    border-left:1px solid #eee
}

.articule-recuadre .num_art select{
    width: 100%;
    border-color: #FFF;
    height: 100%;
}

.articule-recuadre .precio input {
  width: 50%;
  margin-top: 10px;
  font-size: 20px;
}

.articule-recuadre .precio span {
    border:0;
    width:100% !important;
}

.articule-recuadre .carrito{
    width: 100%;
    height: 50px;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    text-align: center;
    font-size: 22px;
    color: #FECB9C;
    padding-top: 10px;
}

.articule-recuadre .leyenda-info{
    height:80px !important;
    width: 25%;
    text-align: center;
}

.articule-recuadre .leyenda-noinfo{
    height:80px !important;
    width: 25%;
    text-align: center;
}

.linia-titol{
  border: 0.01em solid;
  width: 90px;
  margin-top: 5px;
  margin-left: 10px;
}

.main-content-wrapper-carrito{
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 60px;
}

@media screen and (max-width: 500px){
    .main-content-wrapper-carrito{
        margin-top: 10px;
         width:95%;
    }    
}

.main-content-wrapper-dart{
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 1200px;
    box-sizing: border-box;
}

.title2{
    text-align: center;
    margin: 10px;
}

@media screen and (max-width: 767px){
.main-content-wrapper {
    width: 100%;
}}

main-content-wrapper-articles{
    width: 100%;
   /* margin-right: auto;
    margin-left: auto;*/
}

/*
@media screen and (max-height: 300px) {
  .left {
    padding-top: 15px; width: 100px;
  }
  .left a {
    font-size: 18px;
    padding: 2px 2px 4px 4px;
    }
}*/

   @media only screen and (min-width: 200px) and (max-width: 767px) {
 /* .left { width: 85px;}*/
  .left a {
    font-size: 10px;
    padding: 2px 2px 4px 4px;
  }
  /*.right { margin-left: 85px;}*/
}


.inputQuantitat{
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 80%;
    text-align: center;
    vertical-align: middle;
    border-radius: 2px;
   -webkit-appearance: none;
}

.minusIcon{
    position:absolute;
    text-indent:5px;
    margin-top:15px;
    margin-left:5px;
    color:black;
}


.plusIcon{
    position:absolute;
    text-indent:5px;
    margin-top:15px;
    margin-left:-23px;
    color:black;
}


.producte{
    width: 52%;
    float: left;
margin-bottom: 25px;
padding: 30px 0 0;
    
}

.infoArticle{
    width: 45%;
    float: right;
margin-bottom: 20px;
}

/*/caorusel*/

/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/ 

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
    margin: 0;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}
/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
/* End of Gallery*/

/* slider actions */
.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url('../images/controls.png');
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
    opacity: 1;
}
.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}
.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
}
.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}


/* vertical */
.lSSlideOuter.vertical {
    position: relative;
}
.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}
/* vertical */


/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
    float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}
/* Rtl */

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

/*



*/


.inline-group {
  max-width: 9rem;
  padding: .5rem;
}

.inline-group .form-control {
  text-align: right;
}

.form-control[type="number"]::-webkit-inner-spin-button,
.form-control[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/**/
.button-seccion{
     padding-top: 30px;
}

.quantity{
     padding-top: 30px;
}

.buttonAddToCart{
    cursor: pointer;
    padding: 15px;
    border: 1px solid #ccc;
    margin-bottom: 40px;
    font-size: 18px;
    text-align: center;
    background-color: #1679bf;
}

.contingut-article{
    padding-top: 30px;
}

.product-price{
    padding-top: 5px;
}

.justificar{
      text-align: justify;
      margin-left: 15px;
      margin-right: 15px;
}

.margin-carrito{
    margin-top: 20px;
}

.padding-carrito{
    padding-top: 10px;
}

.product-referencia{
    padding-top: 10px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-style: normal;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.2px;
    letter-spacing: 1px;
}

.product-descripcio{
    padding-top: 10px;
    margin-bottom: 5px;
    font-style: normal;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.2px;
    letter-spacing: 1px;
}

.producte-header{
    padding-top: 20px;
}

.qty_cart{
    display: inline-block;
    width: 100%;
}

.removeIcon{
    padding-left: 10px;
    padding-bottom: 20px;
}
@media only screen and (max-width: 500px) {
    .qty-ctl{
    margin-top: 10px;
   /* border-style: solid;*/
  /*border: 2px solid black;*/
    }
}

@media only screen and (max-width: 768px) {
    .input-qty-checkout{
        width: 30% !important;
    }
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type=number] {
    -moz-appearance:textfield;
}








.obligatorio{
   
   
}

.input-qty{
   /* border: none;*/
    -webkit-appearance: none;
     margin: 0;
         border: 1px solid #181818;
         color: #181818;
    background-color: #FFFFFF;
    width: 100px;
    text-align: center;
   

}

.decrease-qty{
    /*cursor: pointer;
    background-color: transparent;
    border: 2px solid #e1e1e1;*/
    cursor: pointer;
    background-color: transparent;
   /* border: 2px solid #1679bf ;*/
     margin-bottom: 0;
     outline: none;
    box-shadow: none;
}

.cart-item__info{
    margin-top: 20px;
}

.cart-item_image{
    margin-top: 20px;
}

.marginCarritoDades{
    margin-top: 30px;
}


.inputNoBorder{
    border-width:0px;
    border:none;
}

.increase-qty{
    cursor: pointer;
    background-color: transparent;
    margin-bottom: 0;
    outline: none;
    box-shadow: none; 
}
.subtotal-price{
    font-weight: bold;
    text-align: right;
    line-height: 1.8em;
}

.titol-resum-pedido{
    margin: 10px !important;  
}

#okPromo .fa-trash-o{
    padding-left:10px;    
}

.cart-totals-left{
    padding-left:10px;
}

.cart-totals-right{
    padding-right: 10px;
}

.resum-pedido{
    background: #ffffff;
    /*padding: 1px 20px 25px;*/
    padding: 0px 20px 0px;
    /*margin-left: 15px;*/
}

.article-nom{
    font-size: 22px;
    letter-spacing: .3px;
    line-height: 24px;
    font-style: normal;
    text-transform: uppercase;
    font-weight: bold;
}


.product-code{

    text-transform: uppercase;
    margin-bottom: 5px;
    font-style: normal;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.4px;
    letter-spacing: 2px;
}

.article-descripcio{
    font-style: normal;
    font-size: 14px;
}

.preu-descripcio{
    font-style: normal;
    font-size: 30px;

}

.buttonCarrito{
    min-height: 42px;
    border-style: solid;
    background-color:#1679bf !important;
    height:50px !important;
    border:none !important;
    margin: 20px;
    border-radius:0px !important;
    text-align: center;
}

.text-info-button{
    margin: auto;
}

.divCodiPromocional{
    margin-bottom: 20px;
}

.centrarInformacio{
    text-align:center;
}

.inputWidth{
    width:100%;
}

.paddingStyle{
    padding: 20px 0px;
}
.center2{
    margin: 0;
  
  top: 50%;
  left: 50%;
}

.button_next_2{
    margin-left:40px !important;
    background-color:#1679bf !important;
    height:50px !important;
    border:none !important;
    width:50%;
    max-width:100% !important;
    max-height:100% !important;
    border-radius:0px !important;
    margin-bottom:80px;
    margin-top:20px;
 
}

.float-button{
    float: right;
}

.button_codi_promocional{
    background-color:#FFFFFF !important;
    height:50px !important;
    border:none !important;
    max-width:100% !important;
    max-height:100% !important;
    padding: 5px
}

.button_checkout{
    background-color: #1679bf !important;
    height: 50px !important;
    border: none !important;
    max-height: 100% !important;
    padding: 5px;
    width: 100%;
    float: left;
    margin-top: 20px;
    color:#FFF;
}

.button_checkout:hover{
    opacity:0.6 !important;
}


@media only screen and (max-width: 500px) {
    .button_checkout{
        float: none;
    }
}
.button_carrito{
    background-color:#1679bf !important;
    height:50px !important;
    border:none !important;
    max-width:100% !important;
    max-height:100% !important;
    padding: 5px;
    width:50%;
    color:#fff;
}

.button_carrito_2{
    background-color:#1679bf !important;
    height:50px !important;
    border:none !important;
    max-width:100% !important;
    max-height:100% !important;
    width:100%;
}

.resum-pedido .button_carrito_2{
    color:#fff;
}

.resum-pedido .button_carrito_2:hover{
    opacity:0.6 !important;
}

.resum-pedido .button_carrito_2_disabled{
    opacity:0.6 !important;
}

.btn:focus,.btn:active {
    outline: none !important;
    box-shadow: none;
}

.icona_esborrar_resum_carrito{
    cursor: pointer;
    margin-top: 1px;
}

@media screen and (max-width: 500px) {
    .icona_esborrar_resum_carrito { 
        margin-top: 6px;
    }
}

.icona_esborrar{
    cursor: pointer;
    float: right;
    margin-top: 1px;
}

@media screen and (max-width: 500px) {
    .icona_esborrar { 
        float: right;
        margin-top: 6px;
    }
}


.button_next_2_{
    /*margin-left:40px !important;*/
    background-color:#FFFFFF !important;
    height:50px !important;
    border:none !important;
    max-width:100% !important;
    max-height:100% !important;
    border-radius:0px !important;
    margin-top:20px;
    padding: 5px;
 
}

.margin-price
{
    margin-top: 10px;
}

.button_next_3_{
    background-color:#1679bf !important;
    height:50px !important;
    border:none !important;
    max-width:100% !important;
    max-height:100% !important;
    border-radius:0px !important;
    padding: 5px;
    width: 100%;
    color:#FFF;
}

.button_next_3_:hover{
    opacity:0.6 !important;
}

button_next_2:focus { outline:0 !important; }

.noti-quant{
    height: 20px;
    width: 20px;
    font-size: 12px;
    background: #1679bf;
    font-weight: bold;
    padding-top: 3px;
    vertical-align: top;
    position: absolute;
    margin-top:-10px;
    margin-left:15px;
    border-radius: 20%;
    text-align: center;
    cursor: pointer;
    color:#FFF;
}

.row2{
    position: relative;
    width: 100%;
    left: 0px;
    flex: 980 1 0%;
    margin-left: 0px;
    min-width: 980px;
    top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    display: flex;

}


.lineSepardor{
    border-top: 1px solid #dddddd;
    margin-top: 20px;
    /*margin-left: 15px;*/
}

.pageOther{
    margin-bottom: 20px;
}

.otherProducts{
    text-align:center;
 
    color: #999;
    text-transform: uppercase;
    margin-bottom: 5px;
  
    font-size: 18px;
    line-height: 1.7;
}

.box {
  background-color: #444;
  color: #fff;
  border-radius: 5px;
  padding: 20px;
  font-size: 150%;
}

.alerta-box{
    text-align: center; 
    position: absolute; 
    width: 100%; 
    z-index: 1; 
    display: none;
}

.mini-carrito{
    position: absolute;
    background-color: rgb(0,0,0,0.5);
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
}

.mini-carrito-info{
    position: fixed;
    z-index: 1;
    background-color: white;
    right: 0px;
    width: 450px;
    height: 100vh;
    display: none;
}

@media (max-width: 767px){
    .mini-carrito-info{
        position: fixed;
        z-index: 1;
        background-color: white;
        right: 0px;
        width: 100%;
        height: 100vh;
        display: none;
    }

}

.mini-carrito-header{
    width: 100%; 
    background-color: #1679bf; 
    height: 10%; 
    margin-left: 0px;
    color:#FFF;
}

.mini-carrito-header h1{
    color:#FFF !important;
}

.mini-carrito-article{
    padding-top: 20px; 
    margin-left: 0px; 
    height: auto; 
}

.mini-carrito-article-img{
    float: left; 
    width:30%; 
    max-width:30%; 
    padding-left: 5%;
}

.mini-carrito-article-info{
    float: left; 
    width:70%; 
    max-width:70%; 
    padding-left: 5%;
}

.mini-carrito-article-info-row{
    width:100%; 
    max-width:100%; 
    padding-right: 10%;
}

.mini-carrito-article-info-preu{
    width: 60%; 
    float:left; 
    margin-left: 5%;
}

.mini-carrito-article-info-delete{
    width:30%; 
    float:right; 
    margin-top: 10px; 
    display:none;
}

.mini-carrito-article-line{
    padding-top: 30px;
    margin: 0 70px 20px 70px;
}

.mini-carrito-bottom{
    width: 100%; 
    height: 100%;
    background-color: #1679bf;
    color:#FFF;
}

.mini-carrito-bottom-preu{
    padding-top: 20px; 
    width: 100%; 
    font-size: 16px; 
    text-transform: none; 
    font-weight: bold; 
    text-align: center;
}

.mini-carrito-bottom-button{
    padding-top: 20px; 
    padding-left: 10%; 
    padding-right: 10%;
    color:#000;
}

.mini-carrito-bottom-button:hover{
    opacity:0.6 !important;
}

.mini-articles::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.mini-articles {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    overflow-y: scroll; 
    position:relative; 
    height: 75%;
}

@media (max-width: 767px){
    .mini-articles {
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
        overflow-y: scroll; 
        position:relative; 
        height: 68%;
    }

}

.editarCarrito {
    position: absolute;
    right:0;
    padding-right:10px;
}