:root{
	--dark: #1E1E1C;
	--success: #5DBB27;
	--primary: #0343A7;
	--secondary: #FAB900;
	--warning: #FED700;
	--gradient: linear-gradient(90deg, rgba(0,174,78,1) 0%, rgba(0,137,165,1) 100%);
}

@font-face{
	font-family: SFUIText-Light;
	src: url('SFUIText-Light.otf');
}

html,
body{	
	padding: 0px;
	margin: 0px;
	height: 100%;
	font-family: SFUIText-Light;
	font-size: 14px;
	colo: var(--dark);
}

.slick-left .slick-track{
	margin-left:0;
}

select option{
	font-family: arial;
	font-size: 14px;
}

li{
	list-style: none;
}

.input-group-prepend{
	position: relative;
	z-index: 0;
}

#msj_php {
  display: none;
  z-index: 99999;
  position: fixed;
  top: 0px;
  right: 0px;
  width: 300px;
  padding: 8px 10px;
  box-shadow: 0px 0px 10px #666;
}

#msj_php i {
  margin-right: 3px;
}

.success {
  border: 1px solid #009E37;
  background-color: #009E37;
  color: #FFF;
}

.info {
  border: 1px solid #00A8EF;
  background-color: #00A8EF;
  color: #FFF;
}

.error {
  border: 1px solid #DD0024;
  background-color: #DD0024;
  color: #FFF;
}

#cargando {
  display: none;
  height: 100%;
  min-height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

#cargando,
#cargando img {  
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  text-align: center;
}

#cargando img {
  margin: auto;
  width: 120px;
  height: 120px;
  border-radius: 10px;
  background-color: #FFF;
  box-shadow: 0px 0px 10px #000;
}

.btn-xs{
	padding:0px 5px;
	font-size:13px;
}

.modal-dialog{
	margin: auto;
	margin-top: 20px;
}

.modal-header{
	border-radius: 0px;
	padding: 8px 10px;
	color:#FFF;
	background: rgb(14,198,181);
	background: var(--secondary); 
	border-bottom: 1px solid #CCC;
}

.titulos{
	color: var(--dark);
	border-bottom: 1px solid #EEE;
	padding-bottom: 8px;
}

.titulos span{
	border-bottom: 2px solid var(--primary);	
	padding-bottom: 8px;
}

.link-dark{
	color: var(--dark);
	transition: all linear 0.1s;
}

.link-dark:hover{
	color: var(--secondary) !important;
}

.btn{
	border-radius: 0px;
}

.btn-primary{
	color: #FFF;
	background: var(--primary);
	border: 1px solid var(--primary);
}

.btn-primary:hover{
	color: #FFF;
	background: #033D9B !important;
	border: 1px solid #033D9B !important;
}

.btn-secondary{
	color: #FFF;
	background: var(--secondary);
	border: 1px solid var(--secondary);
}

.btn-secondary:hover{
	color: #FFF;
	background: #DBA100 !important;
	border: 1px solid #DBA100 !important;
}

.text-primary{
	color: var(--primary) !important;
}

.form-s {
  width: 100%;
  max-width: 400px;
}

.form-m {
  width: 100%;
  max-width: 600px;
}

.form-l {
  width: 100%;
  max-width: 800px;
}

.form-xl {
  width: 100%;
  max-width: 950px;
}

#contenedor{
	min-height: 100%;
}

.contenedor{
	max-width: 1800px;
	padding-left: 20px;
	padding-right: 20px;
	margin: auto;
}

#top_bar{
	background: #F5F5F5;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
}

#top_bar i{
	color: #262626;
}

a{
	text-decoration: none;
}

header{
	background: #FFF;
	padding: 15px 0px;
	position: sticky;
	z-index: 2;
	top: 0;	
}

header nav > ul{
	margin: 0px;
	padding: 0px;
}

header nav > ul > li{
	display: inline-block;	
	padding: 5px 10px;
}

#div_categorias{
	width: 15%;
	border: 1px solid #EEE;
	margin-left: 10px;
}

#div_categorias > ul > li a{
	font-size: 13px;
	color: var(--dark);
	display: block;
	padding: 10px 10px;
	transition: all linear 0.1s;
}

#div_categorias > ul > li a:hover{
	color: var(--secondary);
}

#header_movil{	
	border-bottom: 1px solid #EEE;
	padding: 10px 0px;
}

#menu_movil{
	display: none;
	position: fixed;
	z-index: 4;
	background: rgba(0,0,0,0.6);
	top: 0;bottom: 0px;left: 0;right: 0;
}

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

#menu_movil a:hover,
#menu_movil > div .d-flex > div:hover{
	color: var(--primary);
}

#menu_movil > div{
	display: none;
	background: #FFF;
	width: 100%;
	max-width: 300px;
	height: 100%;
	overflow-y: auto;
}

#menu_movil > div li{	
	list-style: none;	
	display: block;
}

#menu_movil > div > li:nth-child(1),
#menu_movil > div > li:nth-child(2),
#menu_movil > div > li:last-child,
#menu_movil > div ul li,
#menu_movil > div .d-flex{
	border-bottom: 1px solid #EBEBEB;
	padding: 10px 15px;	
}

#menu_movil > div .d-flex > div:last-child{
	padding: 0px 10px;
	cursor: pointer;
}

#menu_movil > div li ul{
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	display: none;
}

.articulos-titulos a{	
	text-decoration: none;
	color: #0A64BD;
}

.articulos-precios b{
	font-size: 15px;
	margin-right: 5px;
}

.articulos-list,
.articulos-list a{
	color: var(--dark);
}

.articulos-list{
	display: none;
	border-bottom: 1px solid #EEE;
	margin-bottom: 10px;
	width: 100%;
	padding-bottom: 10px;
}

.articulos-box{
	cursor: pointer;
	position: relative;
	display: inline-block;
	max-width: 250px;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #EEEEEE;
	margin: 5px;
	transition: all linear 0.1s;
}

.articulos-box:hover{
	box-shadow: 0px 0px 10px -3px #666;
}

.articulos-box a{
	color: var(--dark);
}

.articulos-box .btn-articulos-box-carrito{	
	position: absolute;
	bottom: 0px;
	width: 100%;
	background: #EEE;
	text-align: center;
	padding: 10px;
	transition: all linear 0.1s;
	cursor: pointer;
	border-radius: 0px 0px 5px 5px;
	opacity: 0;
}

.articulos-box:hover .btn-articulos-box-carrito{
	opacity: 1;
}

.articulos-box .btn-articulos-box-carrito:hover{
	color: #FFF;
	background: var(--secondary);
}

.articulos-box .card-footer{
	padding-bottom: 50px;
	border-radius: 0px 0px 5px 5px;
}

.articulos-box .img-articulos-box{
	padding: 5px;
	height: 200px;
	overflow: hidden;
}

.articulos-box img{
	width: 100%;
	border-radius: 5px 5px 0px 0px;
}

.img-grupos-box img{
	border-radius: 0px;
}

.articulos-box .card-body{
	margin: 0px;
	padding: 5px 10px;
}

.articulos-box .card-footer{
	background: #FFF;
	border-top: 0px;
}

.articulos-box .precios b{
	font-size: 16px;
	margin-right: 5px;
}

.articulos-box .precios span{
	font-size: 15px;	
	color: #666;
	text-decoration: line-through;
}

form .col-md-12,
form .col-md-6,
form .col-md-4,
form .col-md-3{
	margin-bottom:10px;
}

footer{
	margin-top: 30px;
}

#footer{
	color: var(--dark);
	background: #F8F8F8;	
}

#footer_bottom_bar{
	background: #EAEAEA;
	color: var(--dark);
	padding:5px 20px;
}

.ratings {	
	cursor: pointer;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 120px;
  margin: auto;
  direction: rtl;
  text-align: left;
}

.star {
	cursor: pointer;
  position: relative;
  line-height: 20px;
  display: inline-block;
  transition: color 0.2s ease;
  color: #ebebeb;
}

.star:before {
  content: '\2605';
  width: 20px;
  height: 20px;
  font-size: 20px;
}

.star:hover,
.star.selected,
.star:hover ~ .star,
.star.selected ~ .star{
  transition: color 0.8s ease;
  color: #FEC000;
}

.slick-track{
    display: flex !important;
}

.slick-slide{
    display: flex !important;
    height: auto;
    align-items: stretch; 
    justify-content: center;
}

#menu_filtros{
	width: 100%;
	max-width: 300px;
	background: #FFF;
	color: var(--dark);
	top: 0px;
	bottom: 0px;
	left: 0px;		
	padding-bottom: 20px;
	font-size: 13px;
}

@media screen and (min-width: 0px){
	#banner{
		margin-left: auto;
		width: 100%;
	}
	.form_busqueda select{
		max-width: 130px;
	}
	#header_top .d-flex > div:first-child,
	#header_top .d-flex > div:last-child{
		width: 50%;
	}	
	#header_top .d-flex > div:nth-child(2){
		display: none;
	}

	#header_bottom > .d-flex > div:nth-child(2){
		width: 100%;		
		margin-bottom: 10px;
	}

	#header_bottom > .d-flex > div:first-child{
		order: 1;
	}
	#header_bottom > .d-flex > div:last-child{
		order: 2;
	}

	#header_top .d-flex > div:nth-child(2){
		width: 100%;
		margin-bottom: 10px;
	}
	header #text-btn-categorias{
		display: none;
	}
	#div_categorias{
		display: none;
	}
	.img_banner_pc{
		display: none;
	}
	.img_banner_movil{
		display: block;
	}
	#menu_filtros{
		display: none;
		padding-top: 15px;
		padding-right: 20px;
		box-shadow: 0px 0px 10px #000;
		position: fixed;
		overflow-y: auto;
		z-index: 4;
	}
}

@media screen and (min-width: 800px){
	.img_banner_pc{
		display: block;
	}
	.img_banner_movil{
		display: none;
	}
}

@media screen and (min-width: 1200px){
	.form_busqueda select{
		max-width: 200px;
	}
	#header_bottom > .d-flex > div:first-child{
		order: 0;
	}
	#header_bottom > .d-flex > div:last-child{
		order: 1;
	}
	#header_bottom > .d-flex > div:nth-child(2){
		width: calc(70% - 50px);
		margin-bottom: 0px;
	}

	#banner{
		margin-left: auto;
		width: calc(85% - 20px);
	}
	#header_top .d-flex > div:first-child,
	#header_top .d-flex > div:last-child{
		width: 15%;
	}
	#header_top .d-flex > div:nth-child(2){
		display: block;
	}

	#header_top .d-flex > div:nth-child(2){
		width: calc(60% - 35px);
		margin-bottom: 0px;
	}

	#header_bottom > .d-flex > div:first-child,
	#header_bottom > .d-flex > div:last-child{
		width: 15%;
	}

	#div_categorias{
		display: block;
	}
	#menu_filtros{
		display: block;
		padding-top: 0px;
		padding-right: 0px;
		box-shadow: 0px 0px 0px #FFF;
		position: relative;
		overflow-y: none;
		z-index: 0;
	}
}