@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@900&display=swap');

body{
	font-family: 'Montserrat', sans-serif;
	overflow-x: hidden;
	min-height: 100%;
}



/* ------ SMOOTH SCROLLING ------ */
html {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}


.ir-arriba {
	padding:10px;
	display:inline-block;
	background-color: rgba(68, 185, 194, .7);
	color:#fff;
	position: fixed;
	font-size:20px;
	bottom:20px;
	left:20px;
	display:none;
	cursor:pointer;
	 border-radius: 50%;
	z-index:99999999;
}

.img-100{
	width: 100%;
	height: auto;
}
/* ----- Cookies ----- */
#div-cookies {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: #000000;
    box-shadow: 0px -5px 15px gray;
    padding: 7px;
    text-align: center;
    z-index: 99;
	color: #FFFFFF;
}


/* ----- Miscellaneous ----- */
.fixed-top {
transition: transform .3s;
}


.cursor{
	cursor: pointer !important;
}


/* ----- whatsapp Float icon -----*/
.whatsapp-float-icon{
    position: fixed;
    bottom: 20px;
    right: 20px;
    
}

.whatsapp-float-icon img{
    width: 70px;
    height: auto;
}


/* ----- Header ----- */
.header{
	padding: 0px 10px;
	background-color: #FFFFFF;
}

.header .logo-header{
	width: 100%;
	height: auto;
	padding: 10px 0px;
}

/* ----- Search Bar -----*/


.search{
	position: relative;
}

.search input{
	margin-top: 26px;
	 text-indent: 5px;
	 border: 2px solid #d6d4d4;
}

.search input:focus{
	 box-shadow: none;
	 border: 2px solid rgb(199, 199, 199);
}

.search .fa-search{
	 position: absolute;
	 top:12px;
	 right: 17px;
}

.search button{
	 position: absolute;
	 top: 0px;
	 right: 0px;
	 height: 100%;
	 width: 50px;
	 background: #b1b1b1;
	 border: none !important;
}
/* ----- Header Login -----*/
.header-login {
	padding-top: 20px;
	text-align: right;
}

.header-login .mail a{
	color: #212529 !important;
	text-decoration: none;
	
}

  .header-login .login a{
	color: #212529;
	text-decoration: none;
	font-weight: 700;
  }

/* ----- Header Cart ----*/
.header-cart {
	display: flex;
	justify-content: center;
	align-items: center;
  }

  .header-cart a{
	color: #212529;
	text-decoration: none;
	border: solid thin #dadada;
	padding: 10px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
  }

  .header-cart a:hover{
	background-color: #212529;
	border: solid thin #212529;
	color: #ffffff;
	transition-duration: 500ms;
	
  }


/* ----- Navbar ----- */
.nav-item{
	padding: 0px 20px !important;
	font-weight: 700 !important;
	color: white !important;
}

.dropdown-menu{
    background-color: #212529 !important;
}
.dropdown-item {
   color: #ffffff !important;
}

.dropdown-item:hover {
   background-color: #FF3C29 !important;
}


/* ----- Slide ----- */
#slides{
	height: 400px !important;
	width: 100% !important;
	left: 0 !important;
	margin-bottom: 30px !important;
}

#slides img{
	max-width: 100% !important;
	left: 0 !important;
	max-height: 400px !important;
}


@media (max-width: 767px) {
	#slides{
		height: 200px !important;
	}
	
	#slides img{
		max-height: 200px !important;
	}
	

}


/* ----- welcome ----- */
.welcome{
	padding: 40px 10px;
}

.welcome h1{
	color: #FF3C29;
}

.welcome h2{
	font-size: 1.6em;
	color: #212529;
	font-weight: 200;
	text-align: justify;
}

.welcome p{
	color: #212529;
	text-align: justify;
}



/* ----- Footer ----- */
.footer{
	padding: 40px 10px;
	background-color: #212529;
	color: #FFFFFF;

}

.footer h3{
	text-align: center;
}


.footer .redes-sociales ul{
	padding: 0;
	margin: 0;
	text-align:center;
}

.footer .redes-sociales li{
	display: inline-block;
}

.footer .redes-sociales li a{
	color: #FFFFFF !important;
	font-size: 1.8em;
}

.footer .redes-sociales li a:hover{
	color: #FF3C29 !important;
}

.footer .footer-text{
	font-size: 9px !important;
	text-align: center;

}


.footer .footer-links ul{
	padding: 0;
	margin: 0;
	text-align:center;
}

.footer .footer-links li{
	display: inline-block;
	float: none;
	padding: 10px 20px;
}

.footer .footer-links a{
	color: #FFFFFF !important;
	font-size: 0.8em;
	
}

.footer .footer-links a:hover{
	color: #FF3C29 !important;
	cursor: pointer;
}


/* ----- Barra Categorias ---*/
.barra-categoria{
	border-right: 2px solid #ddd;
	padding: 40px 0px;
}

.barra-categoria ul{
	list-style: none;
	margin:0;
	padding: 0;
	padding-left: 15px;
}

.barra-categoria li{
	margin-bottom: 15px;
	color: #212529;
	font-size: 1em;
}

.barra-categoria li:hover{
	cursor: pointer;
	color: #999999;
}






/* --- Products ----- */
.product-tittlebar{
	margin-bottom: 30px;
	color: #212529;
	font-size: 1.1em;
	font-weight: 700;
}

.product-tittlebar .fa-star{
	color: #ffa600;
}

.product-tittlebar .fa-bolt{
	color: #ff0000;
}

.product-tittlebar a{
	color: #a8a8a8;
	font-weight: 300 !important;
}


/* ---- Product Item -----*/
.product-item a{
	text-decoration: none;
	color: #212529;
}

.product-item a:hover{
	color: #999999 !important;
	text-decoration: none !important;
}


.product-image_wrap{
	width: 100%;
	height: 250px;
	overflow: hidden;
	position: relative;
}

.label{
	position: absolute;
	top: 15px;
	right: 0;
	padding: 5px 10px;
	font-size: .8em;
	color: #fff;
	background-color: #FF3C29;
	z-index: 99;
	-webkit-box-shadow: -5px 4px 5px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: -5px 4px 5px 3px rgba(0,0,0,0.3);
	box-shadow: -5px 4px 5px 3px rgba(0,0,0,0.3);
}




.product-image_size{
	width: 100%;
	max-height: 100%;
	padding: 10px;
}

.product-image_size:hover{
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
	transition-duration: 500ms;
}

.product-price{
	font-size: 1.4em !important;
	font-weight: 400 !important;
}
.product-title{
	font-size: 1em !important;
	font-weight: 300 !important;
	word-wrap: break-word;
}


.card-body{
	background-color: #fcfcfc;
	-webkit-box-shadow: inset 0px 5px 5px -3px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0px 5px 5px -3px rgba(0,0,0,0.1);
	box-shadow: inset 0px 5px 5px -3px rgba(0,0,0,0.1);
	overflow: hidden;
}

.btn-product_detalles{
	display: block;
	padding: 10px 20px;
	word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
	text-align: center;
}

.btn-product_detalles:hover{
	color: #505050;
    border: 1px solid #ffffff;
	background-color: #f5f5f5;
	-webkit-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.08);
	-moz-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.08);
	box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.08);
	transition-duration: 300ms;
   
}


/* ----- Product details -----*/
.details-nav{
	background-color: #fcfcfc;
	border-bottom: #999999 solid thin;
	padding: 5px 0px;
}

.details-nav_text{
	color: #505050;
	font-size: 0.8em;
	text-align: right;
}
.btn-back{
	color: #505050;
	font-size: 0.8em;
	text-decoration: none;
}

.btn-back:hover{
	color: #FF3C29;
}


.product-details{
	padding: 40px 10px;
	color: #505050;
}

.product-details .product-details_product{
	font-size: 1.8em !important;
	line-height: 1.1em !important;
}

.product-details .product-details_sku{
	font-size: 0.9em !important;
}

.product-details .product-details_offer{
	font-size: 1.3em !important;
	color: #FF3C29;
}

.product-details .product-details_price{
	font-size: 1.9em !important;
	font-weight: 700;
}

.product-details .product-details_old-price{
	font-size: 0.9em !important;
}

.product-details .product-details_old-price span{
	text-decoration: line-through;
	color: #505050;
}

.product-details .product-details_subtittle{
	font-size: 1.2em !important;
	font-weight: 700;
}


.product-details .product-details_text{
	font-size: 1em !important;
	text-align: justify;

}



