/* COMÚN */


/* COLOR DE LOS ENLACES DE LAS SUBCATEGORÍAS EN EL MEGA MENÚ */
.level-1 a {
  color:#0047bb;
  font-weight:500 !important;
}

/* MEGA MENU CON ANCHO IGUAL PARA TODAS LAS FILAS */
.amega-menu .category-item.level-1 {
    width: 50%;
    padding-right: 0px;
    margin-right: 0px;
}

/* TÍTULO PRODUCTOS DESTACADOS */
  .an_homeproducts-block .products-section-title span {
    color:#0047bb;
	}

/* COLOR DEL TÍTULO DE LA SECCIÓN BLOG */
.anblog-widget-title a {
    color: #0047bb !important;
}

/* COLOR DEL TÍTULO DE LA SECCIÓN NOSOTROS */
.an_abous_us-title {
    color: #0047bb !important;
}

/* QUITAR SUBRAYADO EN LEER MÁS EN EL BLOG */
a.more {
    text-decoration: none !important;
}

/* COLOR DE LAS COMBINACIONES EN LA BARRA DE COMBINACIONES DEL PIE EN LA PÁGINA DE PRODUCTO */

.product-variants-item .input-radio:checked+.radio-label {
  background-color: #5c98fa !important
} 

/* TAMAÑO DEL PRECIO EN PAGINA DE PRODUCTO */
#product .product-prices .current-price  {
font-size: 1em;
} 

/* MARGEN ENCIMA DEL BOTÓN DE AÑADIR AL CARRITO SI ESTÁ ACTIVADO EL MÓDULO DE REASSURANCE */
/*
div.product-add-to-cart .add {
    padding-top: 30px;
}
*/

/* TAMAÑO DEL PRECIO EN HOME */
.price  {
font-size: 20px;
} 

/* CAMPOS EXTRA EN EL FORMULARIO DE REGISTRO */

fieldset#registration_fields {
    display: block;
}

#registration_fields select.select.form-control {
    height: 100%;
}

/* BOTÓN DE CONFIGURACIÓN DE COOKIES */
a.cky-banner-element {
        padding: 8px 30px;
        background: #F8F9FA;
        color: #858A8F;
        border: 1px solid #DEE2E6;
        box-sizing: border-box;
        border-radius: 2px;
        cursor: pointer;
}

/* ENLACE DE MÁS INFORMACIÓN EN PAGO POR TRANSFERENCIA */

a[data-target="#bankwire-modal"] {
    font-weight: 400;
    text-decoration: underline !important;
    cursor: pointer;
    color: #0047bb !important;
    text-decoration-color: #0047bb !important;
}

/* IMÁGENES BANNERS HOME */
div.an_homeproducts-banner-image {
  opacity:0.5;
}  

/* TEXTOS BANNERS HOME */
p.an_homeproducts-banner-title { 
    color: #0047bb !important;
} 

span.an_homeproducts-banner-textlink {
color: #111 !important;
}
  

/* SITUAR LIVE CHAT POR ENCIMA DE TRUSTED SHOPS */
.lc_chatbox  {
    z-index: 99999999999999 !important;
}

/* FLECHAS MARCAS HOME */
.owl-carousel.an_brandslider-items.owl-loaded.owl-drag i.material-icons {
    color: #0047bb;
}


/* BLOQUE DE CONFIANZA (TEXTO BAJO BOTÓN AÑADIR AL CARRITO) */

div.product-add-to-cart div.blockreassurance_product {
	width:100%;
}  


/* FIN COMÚN */

/* ESCRITORIO */
@media (min-width: 992px) {
  /* BARRA QUE CONTIENE EL MENÚ: MÁS ALTA PARA PODER BAJAR LA BARRA DE BÚSQUEDA */
  .header-top.tablet-h {
    height:150px!important;
  }
}

/* MARGEN PRODUCTOS DESTACADOS HOME */

@media (min-width: 992px) {
  .an_homeproducts.js-an_homeproducts {
      margin-top: 100px;
  }
}

@media (min-width: 992px) {
  
  
  /* TÍTULO MARCAS HOME */
  
  .an_brandslider-title {
    color: #0047bb;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    line-height: normal;
    position: relative;
    border-bottom: none !important;
    padding: 0px !important;
  }
  
  .an_brandslider-title:before {
    content: '';
    display: block;
    position: absolute;
    top: 11px;
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
    background-color: #e1e1e1;
  }
  
  .an_brandslider-title span {
	padding: 0 60px;
    position: relative;
    background: #fff;
  }
}

/*  TEXTOS EN LA IMAGEN DEL SLIDER DE LA HOME */
@media (min-width: 992px) {
	
  /* CONTENEDOR */
  .an_homeslider .an_homeslider-desc>.container {
    margin-left: 10px;
    width: 40%;
    text-align: center;
    justify-content: flex-start !important;
    margin-top: 50px;
  }
  
  /* TÍTULO */
  .an_homeslider .an_homeslider-desc .h2 {
  	color: #0047bb !important;
  } 
  
  /* TEXTO */
  .an_homeslider .an_homeslider-desc p {
  	color: #000 !important;
    font-size: 16px;
    font-weight: 500;
  } 
}  

@media (min-width: 992px) {
  /* MENÚ: ESTIRAR EL MENÚ A LO ANCHO */
  #header div.container {
      width: 1400px;
  }
  
  /* CENTRAR EL BUSCADOR  */
  
  #search_widget {
  	justify-items: center;
   } 
  
  /* HACER MÁS ANCHO EL BUSCADOR  */
  .header-top .search-widget form input[type=text] {
    width:450px;
  } 
  
  /* MENÚ: ELEMNTOS DEL MENÚ EN NEGRITA */
  .amenu-item {
	font-weight:500;
	}
  
  /* MENÚ: QUITAR MARGEN IZQUIERDO PARA GANAR ANCHO AL MENÚ Y SEPARA ELEMENTOS DEL MENÚ*/  
  
  	#header .amega-menu .anav-top {
      justify-content: space-around !important;
      padding-inline-start: 0px;
	}
  
  /* MENÚ: APRETAR ELEMENTOS PARA QUE QUEPAN EN UNA LÍNEA */
  #header .amenu-item .amenu-link {
    padding: 0 5px;
  }
  
  /* MENÚ STICKY: BARRA QUE CONTIENE EL MENÚ MÁS ALTA */
  #amegamenu.fixed-menu {
    height: 60px !important;
  }
  
  /* MENÚ STICKY: LOGO MÁS ESTRECHO PARA QUE QUEPAN LOS ELEMENTOS EN UNA LÍNEA */
  #amegamenu.fixed-menu #_desktop_logo {
    width: 9% !important;
  }
  /* MENÚ STICKY: MÁS ANCHO PARA QUE QUEPAN LOS ELEMENTOS EN UNA LÍNEA */
  #amegamenu.fixed-menu .anav-top {
  	width:71% !important;
  }  
  /* MENÚ STICKY: COLOR DE LOS ELEMENTOS DEL MENÚ */
  #amegamenu.fixed-menu .amenu-item .amenu-link {
  	color:#0047bb;
  }  
}


@media (min-width: 992px) {
  
/* BARRA DE BÚSQUEDA: DESPLEGAR SIEMPRE BARRA DE BÚSQUEDA EN ESCRITORIO Y CENTRAR CON MENÚ */

	#search_widget {
		display: block !important;
        margin-left: -50px;
	}
  
  /* BARRA DE BÚSQUEDA: BAJAR BARRA DE BÚSQUEDA EN ESCRITORIO */  
  	div#search_widget {
    	top: 80px;
	}
  
  /* BARRA DE BÚSQUEDA: OCULTAR LUPA PARA DESPLEGAR LA BARRA */
  .search-button.dropdown-toggle {
    display:none;
  } 
  /* NOSOTROS: CENTRAR IMAGEN RESPECTO AL TEXTO */
  .an_abous_us-img img {
  	margin: 25% auto;
  }  
  
  /* BAJAR BLOG PARA QUE NO SE PISE CON LAS MARCAS */
  .anblog-widget {
    margin-top: 350px !important;
	}
    
}
/* FIN ESCRITORIO */


/* MÓVIL */

/* MARGEN PRODUCTOS DESTACADOS HOME */

@media (max-width: 767px) {
  .an_homeproducts.js-an_homeproducts {
      margin-top: 50px;
  }
}

@media (max-width: 767px) {
  
 /* CENTRAR BOTÓN DE CANTIDAD RESPECTO A BOTÓN DE AÑADIR AL CARRITO */
  .product-add-to-cart .qty .bootstrap-touchspin {
    display: flex;
    justify-content: center;
  } 
  
  /*  TEXTOS EN LA IMAGEN DEL SLIDER DE LA HOME */
	
  /* CONTENEDOR */
  .an_homeslider .an_homeslider-desc>.container {
    margin-left: 1px;
    width: 40%;
    text-align: center;
    justify-content: flex-start !important;
    
  }
  
  /* TÍTULO */
  .an_homeslider .an_homeslider-desc .h2 {
  	color: #0047bb !important;
    font-size: 16px !important;
  } 
  
  /* TEXTO */
  .an_homeslider .an_homeslider-desc p {
  	color: #000 !important;
    font-size: 16px;
    font-weight: 500;
  }
  
  /* TÍTULO PRODUCTOS DESTACADOS */
  .an_homeproducts-block .products-section-title span {
    font-size: 18px !important;
	}
  
  /* TÍTULO MARCAS HOME */
  .an_brandslider-title {	
      color: #0047bb;
      font-size: 24px;
      font-weight: 400;
      border-bottom: none !important;
  }
  
  /* PADDING ENLACES SECCIÓN SU CUENTA */
  div#block_myaccount_infos ul.account-list li {
    padding: .625rem;
    margin: 0;
  }
  
}
 

/* FIN MÓVIL */
