.product .onsale {
    width: 84px;
}
.product .category {
  font-size: .75rem;
  margin-bottom: 5px;
}

.products .product .ttm-product-box .ttm-product-content {
    padding-right: 18px;
}
.products .product .ttm-product-box .ttm-product-content .ttm-product-title h2 {
    font-size: 13px;
}

.products .product .ttm-product-box .ttm-product-content .ttm-product-family p{
    color: #86898c;
}
.products .product .ttm-product-box .ttm-product-image-box  img{
    padding: 15px;
    max-height: 275px;
}



.sidebar .top-rated-products li a {
    font-size:11px;
}
.sidebar .top-rated-products li .amount {
    font-size:12px;
}

table tbody th {
    border-left: 1px solid #e6e6e6;
}

li.fam_activa {
  background-color: #00b7eb;
  color: #fff;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 23px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.widget ul>li {
    padding: 0 0 7px 0;
}
.widget ul>li:last-child{margin-bottom: 25px;border-bottom: 1px solid #eee;}

.widget-reto ul>li>a{font-size: 18px !important; color: #86898c !important;}


input:checked + .slider {
  background-color: #00b7eb;
}

input:focus + .slider {
  box-shadow: 0 0 1px #00b7eb;
}

input:checked + .slider:before {
  -webkit-transform: translateX(23px);
  -ms-transform: translateX(23px);
  transform: translateX(23px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 28px;
}

.slider.round:before {
  border-radius: 50%;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.image-center {
  display: flex;
  justify-content: center;
}

.image-center img{
  display: block;
  object-fit: contain;
}

.producto-home{
  width: 266px;
  height: 266px;
  background: #fff;
}

body .site-main {
    padding-top: 0px;
}

.ttm-right-span .ttm-col-wrapper-bg-layer {
    width: 105%;
}

.ttm-single-product-details .product-details__short-description {
    margin-bottom: 30px;
}
.lista-semaforos {
  display: flex;
  align-items: stretch;
}
.semaforo{
  margin-top: 5px;
  border: 2px solid #48c148;
  border-radius: 5px;
  text-align:center;
  margin-right: 1.2rem;
}
.semaforo .titulo{
  display: block;
  color: #fff;
  background: #48c148;
  padding: 5px 8px;
  font-weight: 700;
}
.semaforo .valor{
  display: block;
  color: #48c148;
  background: #fff;
  padding: 15px 25px;
  font-weight: 600;
  font-size: 1.5rem;
}

.ttm-page-title-row {
  background: #111;
  padding-top: 45px;
  padding-bottom: 45px;
}

/* Productos en color */
.featured-imagebox-team .ttm-box-view-overlay.ttm-team-box-view-overlay .featured-thumbnail img {
    -webkit-filter: unset;
    filter: unset;
    /* -webkit-filter: grayscale(100%); */
    /* filter: grayscale(100%); */
    width: 100%;
}

.lista-numeros{
  list-style: numbers outside none;
}

.lista-letras{
  list-style: upper-alpha outside none;
}

.ttm-page-title-row {
    background: #2b343b;
}
div.ttm-page-title-row > .ttm-bg-layer{
  background: unset;
}

::-moz-selection { /* Code for Firefox */
  color: black;
  background: grey;
}

::selection {
  color: black;
  background: grey;
}

.sidebar .top-rated-products li a img {
    width: 80px;
    max-height: 96px;
}
.sidebar .top-rated-products li a {
    min-height: 52px;
}

/*
Cambios Ligna TIENDA online - 14/11/2022
*/

@media only screen and (min-width: 1200px){
  .ttm-header-style-stackcenter #site-header-menu #site-navigation .menu ul.dropdown > li > a {
      height: 55px;
      line-height: 55px;
  }
  @media (min-width: 992px){
    .sidebar .sidebar-left.ttm-left-span .ttm-col-wrapper-bg-layer {
        margin-left: -15px;
    }
    .sidebar .sidebar-left {
        margin-right: 15px; 
    }
  }
}

.menu-tienda-online {
  background-color: #00b7eb;
  color: white !important;
}

.font-21 {
  font-size: 21px !important;
}

input.error {
  border: 1px solid red;
}
select.error {
  border: 1px solid red;
}

.product .con-alergenos {
  position: absolute;
  top: 15px;
  right: 10px;
  width: 31px;
}

.con-alergenos .img-alergenos {
  padding: 3px !important;
  width: auto;
  position: relative;
  max-width: unset; 
  /*bottom: 20px;
  right: 20px;
  left: 20px;*/
  z-index: 100;
  /*margin: -15px -15px;*/
  -webkit-filter: drop-shadow(1px 1px 1px #eee);
  filter: drop-shadow(1px 1px 1px #eee);
}

.bullet-gama {
  font-size: 20px;
}
.bullet-gama.verde {
  color: #6fbe68;
}
.bullet-gama.roja {
  color: #bb1d1d;
}
.bullet-gama.amarilla {
  color: #f8e202;
}

a.anchor {
  display: block;
  position: relative;
  top: -70px;
  visibility: hidden;
} 


.product-destacado .ttm-product-content {
  background-color: #00b7eb30;
}

.product-destacado .ttm-product-box {
  border-width: 2px;
  /*border-color: #00b7eb30;*/
  border-color: #00b7eb;
  
  border-bottom-style: dotted;
  border-right-style: dotted;
  border-top-style: solid;
  border-left-style: solid;
}

#user-compra-btn.logged {
  /*background-color: #00b7eb; 
  border: 1px dashed #00b7eb;
  */
  color: #7acce4;
}

.product .con-favoritos {
  position: absolute;
  bottom: 10px;
  right: 8px;
  width: 31px;
}

.product .con-favoritos .cesta-favorito-btn{
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  height: 32px;
  width: 32px;
  line-height: 32px;
  background-color: #ffffff;
  /* font-size: 12px !important; */
  color: #00b7eb;
}
.product .con-favoritos .cesta-favorito-btn .rojo{
  color: red;
}

.has-error{
  border-color: red !important;
  background-color: #ff00000a !important;
}

/*
  Cuestionarios de Retos
  Proyecto RETOs paralizado



.cuestiones {
  margin: 5px 0;
  font-weight: 500;
  font-size: 16px !important; 
  color: #86898c !important;
}
.cuestiones li {
  justify-content: flex-start;
  border: 1px solid #e9e9e9;
  padding: 7px 0;
  box-shadow: 3px 3px 4px rgba(150, 150, 150, .1);
  margin: 20px 0;
  border-radius: 2px;
  height: auto;
  align-items: center;
}
.cuestiones ul {
  padding: 0;
  list-style: none;
}
.numero {
  display: flex;
  background-position: center;
  align-items: center;
  background-color: #fff;
  margin: 0 20px;
  width: 42px;
  height: 42px;
  color: #00b7eb;
  justify-content: center;
  border-radius: 50%;
  font-size: 25px;
  font-weight: 600;
  border: 2px solid #d6d6d6;
  transition: all .3s;
}
.numero.pulsado {
  color: #fff;
  background-color: #00b7eb;
}
.cuestiones a {
  background-image: url(/resources/images/brillo-preguntas.svg);
  background-repeat: no-repeat;
  color: #fff;
  background-color: #afafaf;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  margin: 0 10px;
  padding: 20px;
  text-decoration: none;
  width: 63px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  transition: all .2s;
}
.cuestiones-btn {
  margin-left: auto;
}
.respuestas {
  display: flex;
  align-items: center;
}
.respuestas .pulsado{
  background-color: #00b7eb;
}
*/

.site-branding img {max-height: 70%;}

@media (max-width: 991px){

  .add-to-cart-btn {
    font-size: 17px !important;
    font-weight: 600 !important;
    margin: 10px auto !important;
  }

  a.anchor {
    top: unset;
  } 

	.site-branding img{ max-height: 60%; }
  
}

@media (max-width: 575px){
	.site-branding img{ max-height: 50%; }
}
