#Footer .footer_copy { /*Color de fons de la barra de copyright del footer*/
    background-color: #7aa90e;
    color: #FFFFFF;
}

#Footer .footer_copy .copyright a { /*Color dels enllaços de la barra de copyright del footer*/
    color: #FFFFFF;
    font-weight: bold;
}

#Footer .footer_copy .social li a, #Footer .footer_copy .social-menu a { /*Color dels iconos socials de la barra de copyright del footer*/
    color: #FFFFFF;
}

.footer_button { /*Color de la icona de top de la barra de copyright del footer*/
    color: #FFFFFF !important;
}

#Top_bar { /*Color de fons de la barra de menu sense sticky*/
    /*background-color: rgba(0, 0, 0, .5);*/
    background-color: #7aa90e;
    opacity: .95;
}

#Top_bar.is-sticky #header_cart {
    top: 18px;
}

.tp-caption {
    color: #FFFFFF;
}

.descripcio {
	margin-top: 15px
}

.header-coves {
    background-color: rgba(0, 0, 0, 0); 
    background-repeat: no-repeat; 
    background-image: url("../../../assets/img/coves_meravelles3.jpeg"); 
    background-size: cover; 
    background-position: center center; 
    width: 100%; 
    height: 100%; 
    opacity: 0; 
    visibility: hidden; 
    z-index: 20;
}

.product_wrapper {
    padding-top: 70px;
}

/* ########## PERSONAL·LITZACIO COLUMNES GALERIA PRODUCTE ########## */
.gallery-columns-2 .gallery-item {
		max-width: 50%
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}
.gallery-columns-4 .gallery-item {
    max-width: 25%
}
.gallery-columns-5 .gallery-item {
    max-width: 20%
}
.gallery-columns-6 .gallery-item {
    max-width: 16.666%
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}
.gallery-columns-10 .gallery-item {
    max-width: 10%
}
/* ########################################################## */

/* ########## PERSONAL·LITZACIO BOOTSTRAP DATEPICKER ########## */
.datepicker {
    margin-top: 40px !important;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
/* ########################################################## */

.camps-entrades {
        margin: 0 1% 0px !important;
}

.input-entrades {
    width: 100% !important;
}



/* ################### CARRET DE LA COMPRA ################## */
/*body {
  background: #eee;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}*/

.clearfix-cart {
  content: "";
  display: table;
  clear: both;  
}

#site-header, #site-footer {
  background: #fff;
}

#site-header {
  margin: 0 0 30px 0;
}

#site-header h1 {
  font-size: 31px;
  font-weight: 300;
  padding: 40px 0;
  position: relative;
  margin: 0;
}

a {
  color: #000;
  text-decoration: none;

  -webkit-transition: color .2s linear;
  -moz-transition: color .2s linear;
  -ms-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear;
}

a:hover {
  color: #53b5aa;
}

#site-header h1 span {
  color: #53b5aa;
}

#site-header h1 span.last-span {
  background: #fff;
  padding-right: 150px;
  position: absolute;
  left: 217px;

  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

#site-header h1:hover span.last-span, #site-header h1 span.is-open {
  left: 363px;
}

#site-header h1 em {
  font-size: 16px;
  font-style: normal;
  vertical-align: middle;
}

.container-cart {
  /*font-family: 'Open Sans', sans-serif;*/
  margin: 0 auto;
  /*width: 980px;*/
}

.totals {
    width: 100%;
}

#cart {
  width: 100%;
}

#cart h1 {
  font-weight: 300;
}

#cart a {
  color: #7aa90e;
  text-decoration: none;

  -webkit-transition: color .2s linear;
  -moz-transition: color .2s linear;
  -ms-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear;
}

#cart a:hover {
  color: #d47e38;
}

.product-cart.removed {
  margin-left: 980px !important;
  opacity: 0;
}

.product-cart {
  border: 1px solid #eee;
  margin: 20px 0;
  width: 100%;
  height: 155px;
  position: relative;

  -webkit-transition: margin .2s linear, opacity .2s linear;
  -moz-transition: margin .2s linear, opacity .2s linear;
  -ms-transition: margin .2s linear, opacity .2s linear;
  -o-transition: margin .2s linear, opacity .2s linear;
  transition: margin .2s linear, opacity .2s linear;
}

.product-cart img {
  width: 100%;
  height: 100%;
}

.product-cart header, .product-cart .content {
  background-color: #fff;
  border: 1px solid #ccc;
  border-style: none none solid none;
  float: left;
}

.product-cart header {
  background: #000;
  margin: 0 1% 20px 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 24%;
  height: 155px;
}

.product-cart header:hover img {
  opacity: .7;
}

.product-cart header:hover h3 {
  bottom: 73px;
}

.product-cart header h3 {
  background: #7aa90e;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  line-height: 49px;
  margin: 0;
  padding: 0 30px;
  position: absolute;
  bottom: -50px;
  right: 0;
  left: 0;

  -webkit-transition: bottom .2s linear;
  -moz-transition: bottom .2s linear;
  -ms-transition: bottom .2s linear;
  -o-transition: bottom .2s linear;
  transition: bottom .2s linear;
}

.remove-item {
  cursor: pointer;
}

.product-cart .content {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 100px;
  padding: 0 20px;
  width: 75%;
}

.product-cart h1 {
  color: #7aa90e;
  font-size: 25px;
  font-weight: 300;
  margin: 17px 0 20px 0;
    line-height: 0px;
}

.product-cart footer.content {
  height: 50px;
  margin: 6px 0 0 0;
  padding: 0;
}

.product-cart footer .price {
  background: #ececec;
  color: #000;
  float: right;
  font-size: 15px;
  font-weight: 300;
  line-height: 49px;
  margin: 0;
  padding: 0 30px;
}

.product-cart footer .full-price {
  background: #7aa90e;
  color: #fff;
  float: right;
  font-size: 22px;
  font-weight: 300;
  line-height: 49px;
  margin: 0;
  padding: 0 30px;

  -webkit-transition: margin .15s linear;
  -moz-transition: margin .15s linear;
  -ms-transition: margin .15s linear;
  -o-transition: margin .15s linear;
  transition: margin .15s linear;
}

.qt, .qt-plus, .qt-minus {
  display: block;
  float: left;
}

.qt {
  font-size: 19px;
  line-height: 50px;
  width: 70px;
  text-align: center;
}

.qt-plus, .qt-minus {
  background: #ececec;
  border: none;
  font-size: 30px;
  font-weight: 300;
  height: 100%;
  padding: 0 20px;
  -webkit-transition: background .2s linear;
  -moz-transition: background .2s linear;
  -ms-transition: background .2s linear;
  -o-transition: background .2s linear;
  transition: background .2s linear;
}

.qt-plus:hover, .qt-minus:hover {
  background: #7aa90e;
  color: #fff;
  cursor: pointer;
}

.qt-plus {
  line-height: 50px;
}

.qt-minus {
  line-height: 47px;
}

#cart-footer {
  margin: 30px 0 0 0;
}

#cart-footer {
  padding: 0px;
    padding-bottom: 20px;
}

#cart-footer h1 {
  background: #fcfcfc;
  border: 1px solid #ccc;
  border-style: none none solid none;
  font-size: 24px;
  font-weight: 300;
  margin: 0 0 7px 0;
  padding: 0px 0px;
  text-align: center;
    line-height: 60px !important;
}

#cart-footer h2 {
  font-size: 21px;
  font-weight: 300;
  margin: 5px 0 0 0;
    line-height: 40px
}

#cart-footer h3 {
  font-size: 18px;
  font-weight: 300;
  margin: 5px 0;
    line-height: 36px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.btn-cart {
  background: #7aa90e;
  border: 1px solid #999;
  border-style: none none solid none;
  cursor: pointer;
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  padding: 16px 0;
  width: 100%;
  text-align: center;

  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.btn-cart:hover {
  color: #fff;
  background: #d47e38;
    text-decoration: none;
}

.type {
  background: #fcfcfc;
  font-size: 13px;
  padding: 10px 16px;
  left: 100%;
}

.type, .color {
  border: 1px solid #ccc;
  border-style: none none solid none;
  position: absolute;
}

.color {
  width: 40px;
  height: 40px;
  right: -40px;
}

.red {
  background: #cb5a5e;
}

.yellow {
  background: #f1c40f;
}

.blue {
  background: #3598dc;
}

.minused {
  margin: 0 50px 0 0 !important;
}

.added {
  margin: 0 -50px 0 0 !important;
}

.top-space {
        margin-top: 130px;
}

a.remove-item {
    padding: 0 0 0 0 !important;
}

#dades_carret {
  margin: 30px 0 0 0;
}

#dades_carret {
  padding: 0px;
    padding-bottom: 20px;
}

#dades_carret h1 {
  background: #fcfcfc;
  border: 1px solid #ccc;
  border-style: none none solid none;
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 7px 0;
  padding: 10px 10px;
  text-align: center;
    line-height: 40px !important;
}

.formulari_dades {
  float: left;
    width: 60%;
}

.linia_formulari input {
    width: 100%;
}

.linia_formulari select {
    width: 100%;
}

.linia_formulari {
    -webkit-columns: 100px 1;
    -moz-columns: 100px 1;
    columns: 100px 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;    
}

.linia2_formulari {
    -webkit-columns: 100px 2;
    -moz-columns: 100px 2;
    columns: 100px 2;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;    
}

.resum_dades {
  float: right;
}

.resum_dades_pagament_left {
    width: 59%;
    float: left;
}

.resum_dades_pagament_right {
    width: 39%;
    float: right;
}

.resum_dades_pagament_right a.btn-cart {
    width: 100%;
}



#dades_carret h1.resum_entrades {
  line-height: 25px !important;
    text-align: left;
    padding: 30px;
}

.steps-carrito { /* ## AMPLE CORRECTE STEPS CARRITO ## */
    width: 100%;
}

.separador-steps { /* ## LINIES ENTRE STEPS CARRITO ## */
    border-bottom: 1px solid;
    height: 10px;
}

.step-active { /* ## STEP CARRITO ACTIU: COLOR TARONJA ## */
    color: #d47e38;
}

.step-ok { /* ## STEP CARRITO OK: COLOR VERD ## */
    color: #7aa90e;
}

a#step-active {
    color: #d47e38;
}

a#step-active:hover {
    color: #d47e38;
    text-decoration: none;
    cursor: default;
}

a#step-ok {
    color: #7aa90e;
}

a#step-ok:hover {
    color: #7aa90e;
    text-decoration: none;
    cursor: pointer;
}

a.step-dades {
    color: #626262;
}

a.step-dades:hover {
    color: #626262;
    text-decoration: none;
    cursor: default;
}

.missatge-descompte {
    width: 100%;
    background-color: #d47e38;
    border: 1px solid #d47e38;
    border-style: none none solid none;
    float: left;
    margin-bottom: 10px;
}

.text-missatge-descompte {
    padding: 10px;
    color: #fff;
    font-size: 16px;
}

.text-missatge-descompte a {
    color: #fff;
}

label.error {
    color: indianred;
}

#carret label.error {
    color: indianred;
    margin-top: -20px;
    margin-bottom: 15px;
}

.btn-cart-guardar-dades {
  background: #7aa90e;
  border: 1px solid #999 !important;
  border-style: none none solid none !important;
  cursor: pointer !important;
  display: block !important;
  color: #fff !important;
  font-size: 20px !important;
  font-weight: 300 !important;
  padding: 16px 0 !important;
  width: 100%;
  text-align: center;
    margin-right: 0px !important;
    margin-top: 5px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.btn-cart-guardar-dades:hover {
  color: #fff;
  background: #d47e38;
    text-decoration: none;
}

.widgets_wrapper {
    background-color: #efefef;
}



/* ########################################################## */

#Side_slide a#slide-cart span { /* ## ICONO CARRITO MENU SMARTPHONE ## */
    background-color: #d47e38;
    position: absolute;
    right: -9px;
    top: -7px;
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 17px;
    height: 17px;
    line-height: 17px;
    text-align: center;
    font-size: 11px;
    color: #fff;
}

@media only screen and (min-width: 1240px) {
    #gt-mordadam-43217984 {
        margin-top: 30px;
        padding-left: 20px;
    }
    #Top_bar.is-sticky .menu_wrapper .menu>li>div {
        margin-top: 15px;
    }
    a.glink {
        color: #000;
    }

    a.glink:hover {
      color: #000;
    }
    
    .right {
        width: 25%;
    }
}

@media only screen and (max-width: 1240px) { /* ## FER DESAPAREIXER CARRITO DEL MENU QUAN SMARTPHONE ## */
    .top_bar_right {
        display: none;
    }
    
    .container-cart {
      width: 95%;
    }
    
    .product-cart header h3 {
        font-size: 14px;
        padding: 0 0;
    }
    
    .product-cart footer .price {
        padding: 0 5px;
        line-height: 39px
    }
    
    .product-cart footer .full-price {
        padding: 0 5px;
        line-height: 39px
    }
    
    .resum_dades_pagament_left {
        width: 100%;
    }
    
    .resum_dades_pagament_right {
        width: 100%;
    }
    
    .product-cart .content {
        height: 110px;
    }
    
    .qt {
        line-height: 40px;
        width: 40px;

    }
    
    .qt-minus {
        line-height: 37px;
        padding: 0 10px;
    }
    
    .qt-plus {
        line-height: 40px;
        padding: 0 10px;
    }
    
    .product-cart .content {
        height: 110px;
    }
    
    .product-cart footer.content {
        height: 40px;
    }
}


/* RETOCAR TRADUCCIONS GOOGLE TRANSLATE */
#Top_bar .menu>li>a span, h5 {
    text-transform: capitalize;
}