*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body{
	/*background: #E0E4E5;*/
	font-family: 'Open Sans', sans-serif;
}

.wrap{
	max-width: 1100px;
	width: 90%;
	margin: auto;
}

.wrap > h1{
	color: #494B4D;
	font-weight: 400;
	display: flex;
	flex-direction: column;
	text-align: center;
	margin: 15px 0px;
}

.wrap > h1:after{
	content: '';
	width: 100%;
	height: 1px;
	background: #C7C7C7;
	margin: 20px 0;
}

.store-wrapper{
	display: flex;
	flex-wrap: wrap;
}

.category_list{
	display: flex;
	flex-direction: column;
	width: 18%;
}

.category_list .category_item{
	display: block;
	width: 90%;
	padding: 15px 0;
	margin-bottom: 20px;
	background: #E84C3D;

	text-align: center;
	text-decoration: none;
	color: #fff;
}

.category_list .ct_item-active{
	background: #2D3E50;
}

/* PRODUCTOS ============*/

.products-list{
	height: 600px;
	overflow: scroll;/*Linea agregada para crear ventana scroll*/
	width: 75%;
	display: flex;
	flex-wrap: wrap;
}


.products-list .product-item{
	width: 22%;
	margin-left: 3%;
	margin-bottom: 25px;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.22);

	display: flex;
	flex-direction: column;
	align-items: center;
	align-self: flex-start;

	transition: all .4s;
}

.products-list .product-item img{
	padding: 40px;/*Linea agregada para que las imagenes de poca resolucion se vean bien*/
	/*object-fit: cover;*/
	object-fit: scale-down;
    height: 200px;
    width: auto;
}

.products-list .product-item a{
	display: block;
	width: 100%;
	padding: 8px 0;
	background: #2D3E50;

	color: #fff;
	text-align: center;
	text-decoration: none;
}

/* RESPONSIVE */

@media screen and (max-width: 1100px){
	.products-list .product-item{
		width: 30.3%;
	}
}

@media screen and (max-width: 900px){
	.category_list,
	.products-list{
		width: 100%;
	}

	.category_list{
		flex-direction: row;
		justify-content: space-between;
	}

	.category_list .category_item{
		align-self: flex-start;
		width: 15%;
		font-size: 14px;
	}

	.products-list .product-item{
		margin-left: 4.5%;
	}

	.products-list .product-item:nth-child(3n+1){
		margin-left: 0px;
	}
}

@media screen and (max-width: 700px){
	.category_list{
		flex-direction: column;
	}
	.category_list .category_item{
		width: 100%;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 600px){

	.products-list .product-item{
		width: 47.5%;
	}

	.products-list .product-item:nth-child(3n+1){
		margin-left: 4.5%;
	}

	.products-list .product-item:nth-child(2n+1){
		margin-left: 0px;
	}


	#contenedor-texto-producto {
		margin-top: 40px!important;
		padding: 0px 10px 0px 10px!important;
		height: 300px!important;
	}	

}

@media screen and (max-width: 350px){
	.products-list .product_item{
		width: 100%;
		margin-left: 0px;
	}
}


	#contenedor-imagen-producto{
		margin-top: 40px;
		border: 1px solid #729ed0;
		height: 400px;
		width: 100%;
		display: flex;
		justify-content: center;
		align-content: center;
		flex-direction: column;
  	}

	.img-individual-producto {
		/*
		object-fit: contain;
		padding: 50px!important;
		*/

		object-fit: cover;
		max-width: 100%;
		height: 200px;
				
	}	


  	#contenedor-texto-producto {
		margin-top: 40px;
		padding: 0px 50px 50px 50px;
		/*border: 1px solid orange;*/
		height: 400px;
  	}
  
	.titulo-detalle-producto{
		color: #000;
		font-weight: 700;
		font-size: 25px;
	}

	.subtitulo-detalle-producto{
		color: #000;
		font-weight: 900;
		font-size: 15px;
	}

	.texto-detalle-producto{
		color: #000;
	}

	.precio-producto{
		font-weight: 600;
	}



	/******************************************/
	/*eSTILOS TABLAS*/

	table {
		font-family: arial, sans-serif;
		border-collapse: collapse;
		width: 100%;
	  }
	  
	  td, th {
		border: 1px solid #dddddd;
		text-align: left;
		padding: 8px;
	  }
	  
	  tr:nth-child(even) {
		background-color: #dddddd;
	  }

	  /*********************************************/


	  .detalles-scroll-producto {
		height: 400px;
		overflow: scroll;
	}


	.whatsapp {
		box-shadow: 0px 0px 15px #fff;
		position:fixed;
		width:60px;
		height:60px;
		bottom:40px;
		left:40px;
		background-color:#39b54a;
		color:#FFF;
		border-radius:50px;
		text-align:center;
		font-size:30px;
		z-index:100;
	  }
	  
	  .whatsapp-icon {
		margin-top:13px;
	  }


	  @media screen and (min-width: 700px) {

		span.menu-principal::before { 		
			content: '\A'; white-space: pre;
		}	
			
		
		#mega-menu-wrap-menu-main #mega-menu-menu-main > li.mega-menu-item > a.mega-menu-link {
			line-height: 20px;
			font-weight: 600;
			position: relative;
		}	
			
			
		}
		