*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body{
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
}

/*LISTO*/
/**************************************ADMIN PANNEL**************************/
.store_name{
	color: #42423C;
	margin-right: 18px;
	font-size: 28px;
	font-weight: 700;
}
.small_text{
	font-size: 18px;
	font-weight: 100;
}
.btn-outline-pink{
	border: 1px solid rgb(231,110,164);
	color: rgb(231,110,164);

}
.btn-outline-pink:hover{
	border: 1px solid rgb(231,110,164);
	color: white;
	background-color: rgb(231,110,164);
	
}
.btn_products, .btn_order{
	background-color: rgb(231,131,176);
	font-size: 30px;
	font-weight: 500;
	color: white;
	border-radius: 0 4px 4px 0;
	padding: 25px;
	
}
.icon{
	background-color: rgb(231,110,164);
	border-radius: 4px 0 0 4px;
	
}
.icon img{
	filter:  brightness(0) invert(1);
}
.btn_products:hover,.btn_order:hover{
	color:grey;
}
a{
	text-decoration: none;
	color: rgb(231,110,164);
}
a:hover{
	color: white;
}
.body_home{
  background-color: rgb(247, 247, 247);
  height: 100%;
}

/*FIN LISTO*/


/***************************PRODUCTOS DE LA TIENDA***********************/
/*INICIO LISTO*/
.content{
	background-color: white;
}
.btn-outline-orange{
	border: 1px solid rgb(231,110,164);
	color: rgb(231,110,164);
}
.btn-outline-orange:hover{
	border: 1px solid rgb(231,110,164);
	color: white;
	background-color: rgb(231,110,164);
}
.icons{
	background-color: rgb(231,131,176);
	height: 50px;
	
}
.icons img{
	filter:  brightness(0) invert(1);
	margin-left: 10px;
}
.icons span{
	color: white;
	font-size: 20px;
	margin-left: 20px;
  
}
.back img{
	filter:  brightness(0) invert(1);
   height: 35px;
   width: auto;
}
.back{
	background-color: rgb(231,110,164);
}
.store_btn{
    background-color: #40B7AB;
    color: white;
}
.modal-image{
	width: 150px;
	height:150px;
}
#success_edit_product {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #40B7AB;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 20px;
}
#success_edit_product.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
/*.input-container{
	position: relative;
	height: 7rem;
	width: 7rem;
	margin: 0.5rem;
}*/
.input-container input{
	position: absolute;
	height: 100%;
	width: 100%;
	margin: 0;
	cursor: pointer;
	z-index: 2;
	opacity: 0;
}
.input-container .radio-tile{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 30px;
	width: 30px;
	border: 1px solid #40B7AB;
	border-radius: 50%;
transition: all 300ms ease;
text-align: center;
}
.radio-tile img{
  filter: invert(65%) sepia(17%) saturate(1323%) hue-rotate(125deg) brightness(94%) contrast(87%);
	/*filter: invert(83%) sepia(16%) saturate(6585%) hue-rotate(332deg) brightness(99%) contrast(100%);*/
	height: 20px !important;
	width: 20px !important;
	margin-right: 0px !important;
	
}
input:checked + .radio-tile{
	background-color: #40B7AB;
	/*box-shadow: 0 0 8px #F3B366;*/
}
input:checked + .radio-tile img{
	filter: invert(100%) sepia(0%) saturate(352%) hue-rotate(122deg) brightness(113%) contrast(101%);
}
/*FIN LISTO*/

/***************************************MI CUENTA***************************/
.btn-orange{
	background-color: #40B7AB;
	color: white;
}
.btn-orange:hover{
	background-color: white;
	color: #40B7AB;
	border: 1px solid #40B7AB;
}
#success_edit_account {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #40B7AB;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 45%;
    bottom: 30px;
    font-size: 20px;
}
#success_edit_account.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/***************************************STORE HOME PAGE**********************/
.banner img{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.store_user_name{
    margin-top: 0px /*-60px*/; 
    height: 80px; 
    padding-top: 7px; 
    font-size: 30px; 
    background-color: rgb(131, 132, 132) ;
    opacity: 0.9;
    color: white;
}
.body{
    background-color: rgb(247, 247, 247);
    height: 100vh;
}
.card-title{
    color: rgb(112, 112, 112);
}
.card img{
width: 216px;
height: auto;
}
.card{
    cursor: pointer;
}
/*Whatsapp button*/
#whatsapp {
    position: fixed;
    bottom: 20px;
    right:32%/*600px*/;
    cursor: pointer;
 }
#whatsapp svg {
    width: 80px;
    filter: drop-shadow(0 1px 4px rgba(0,0,0,.4));
 }
 circle {
    fill: #25d366;
 }
 path {
    fill: #fff;
 }







/*Format input number from shopping cart*/
 .centered_input {
  text-align: center; /* Center the text horizontally */
 
}
.centered_input::-webkit-inner-spin-button,
.centered_input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


 .delete_btn{
  cursor: pointer;
 }
.delete_btn_img{
  filter: invert(39%) sepia(69%) saturate(2935%) hue-rotate(343deg) brightness(97%) contrast(100%);
}









 @media screen and (max-width: 576px) {
	#whatsapp {
		position: fixed;
		bottom: 20px;
		right:5%/*600px*/;
	 }
   .store_user_name{
    text-align: center;
    margin-top: 0px /*-60px*/; 
    height: 100px; 
    padding-top: 7px; 
    font-size: 30px; 
    background-color: rgb(131, 132, 132) ;
    opacity: 0.9;
    color: white;
}
 }






/*LOGIN*/
.login-form{
  padding: 30px;
  border-radius: 6px;
  box-shadow: 0px 0px 5px 1px rgba(204,204,204,1)
}

.login{
  height: 100vh; 
  margin-top: 50px;
}

.login-form img{
  width: 160px; 
  height: auto;
}

.login-form span{
  font-size: 25px;
  color: #40B7AB;
  font-weight: 700;
}

.btn-login{
  background-color: #40B7AB;
  color: white;
}

.btn-login:hover{
  background-color: white;
  color:#40B7AB;
  border: 1px solid #40B7AB;
}























/**product details*/

.card{border: none;overflow: hidden}

.thumbnail_images ul{list-style: none;justify-content: center;display: flex;align-items: center;margin-top:10px}

.thumbnail_images ul li{margin: 5px;padding: 10px;border: 2px solid #eee;cursor: pointer;transition: all 0.5s}

.thumbnail_images ul li:hover{border: 2px solid #000}

.main_image{display: flex;justify-content: center;align-items: center;border-bottom: 1px solid #eee;height: 400px;width: 100%;overflow: hidden}



.content p{font-size: 12px}



.colors{margin-top: 5px}

.colors ul{list-style: none;display: flex;padding-left: 0px}

.colors ul li{display: flex;margin-right: 10px;cursor: pointer; border: 1px solid #40B7AB;padding: 4px; border-radius: 5px; color: #40B7AB;}



.right-side{position: relative}

.btn-green{
  
  height: 50px;
  width: 150px;
  border-radius: 5px !important;
  background-color: #40B7AB;
  color: white;
font-weight: 600;

}
.btn-green:hover{
  height: 50px;
  width: 150px;
  border-radius: 5px !important;
  border: 1px solid #40B7AB;
  color: #40B7AB;
  background-color: white;
  font-weight: 600;

}




.btn-back{
  
  height: 50px;
  width: 150px;
  border-radius: 5px !important;
  background-color: grey;
  color: white;
font-weight: 600;

}
.btn-back:hover{
  height: 50px;
  width: 150px;
  border-radius: 5px !important;
  border: 1px solid grey;
  color: grey;
  background-color: white;
  font-weight: 600;

}








.btn-red{
  height: 50px;
  width: 150px;
  border-radius: 5px !important;
  background-color: #F05D43;
  color: white;
  font-weight: 600;

}
.btn-red:hover{
  height: 50px;
  width: 150px;
  border-radius: 5px !important;
  border: 1px solid #F05D43;
  color: #F05D43;
  background-color: white;
  font-weight: 600;

}


#complete_all_fields {
 color: #F05D43;
 text-align: center;
 font-weight: 600;


}


/**SHOPPING CART*/

.shopping-cart-home a{

  border: 2px solid white;
  border-radius: 50%;
  padding: 8px;
  margin-right: 20px;

}

.shopping-cart-home img{
  filter: brightness(0) invert(1);
/*filter: invert(99%) sepia(0%) saturate(20%) hue-rotate(246deg) brightness(110%) contrast(105%);*/
}






.shopping-cart a{

    border: 2px solid #40B7AB;
    border-radius: 50%;
    padding: 8px;
    margin-right: 20px;

}

.shopping-cart img{
    filter: invert(63%) sepia(47%) saturate(527%) hue-rotate(125deg) brightness(92%) contrast(83%);
}

.btn-outline-green{
    color: #40B7AB;
    border: 1px solid #40B7AB;
}

.btn-outline-green:hover{
    color: white;
    background-color: #40B7AB;
}


.form-check-input:checked{

    background: #40B7AB;
    box-shadow: none;
    border: none;
}


























.products img{
width: 60px;
height: 60px;
margin-right: 15px;
}

.products td{
  font-size: 15px;
}

.products input{
  width: 90px;
  
}

.options{
  height: 30px !important;
  border: 1px solid black;
  width: 30px !important;
  padding: 5px;
  filter: invert(65%) sepia(17%) saturate(1323%) hue-rotate(125deg) brightness(94%) contrast(87%);
  /*filter: invert(82%) sepia(58%) saturate(2861%) hue-rotate(332deg) brightness(99%) contrast(100%);*/
  cursor: pointer;
}

td{
  vertical-align: middle;
  
}

.dropdown{
  border: none !important;
}

tr{
  height: 100px;
}

.header{
  height: 50px;
}

#search_btn{
  border: 1.5px solid black;
  filter: invert(65%) sepia(17%) saturate(1323%) hue-rotate(125deg) brightness(94%) contrast(87%);

}
/**END ADMIN PANNEL*/



.stock_success{
  color:#25d366
}
.stock_not_success{
  color:#F05D43
}




@media screen and (max-width: 768px) {
	#sidebar {
		width: 200px;
	}

	#content {
		width: calc(100% - 60px);
		left: 200px;
	}

	#content nav .nav-link {
		display: none;
	}
}



  .cart-sidebar {
	position: fixed;
	top: 0;
	bottom: 0;
	right: -390px;
	z-index: 1039;
	padding: 20px;
	width: 390px;
	background-color: #fff;
	transition: right 0.3s ease;
	overflow-y: auto;
	max-height: 100vh;
  }

  .cart-sidebar.active {
    right: 0;
  }









/**Categories Side bar*/

.categories-sidebar {
  position: absolute;
  top: 300px;
  left: -350px;
  z-index: 1039;
  padding: 0px;
  padding-top: 20px;
  width: 300px;
  background-color: #fff;
  transition: right 0.3s ease;
  overflow-y: auto;
  max-height: 100vh;
  background-color: rgb(247, 247, 247);
}

/*Categories sidebar ACTIVE*/
.categories-sidebar.active {
  left: 250px;
}
  
 
/*Format ul in category side bar*/
.categories-sidebar ul{
  list-style: none;
  color: rgb(176, 176, 176);
}

/*Cursor pointer hover category side bar*/
.categories-sidebar:hover{
  cursor: pointer;  
}

/*Format the selected sub category*/
.selected{
  background-color: rgb(176,176,176);
  margin-left: -63px;
  padding-left: 63px;
  color: white;
  
}

.selected_all_products{
  background-color: rgb(176,176,176);

  margin-left: -32px;
  padding-left: 32px;
  color: white;
  
}
/*Format the selected category*/
.selected_cat{
  background-color: rgb(176,176,176);
  padding-right: 190px;
  margin-left: -32px;
  padding-left: 32px;
  color: white;
}

.closeCategory{
  display: none;
}



@media screen and (max-width: 576px) {
  .categories-sidebar.active {
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100vh;
  }

  .categories-sidebar{
    /*max-height: calc(100vh - 9rem);*/
    
    overflow-y: auto;
  }

  .selected_cat{
    background-color: rgb(176,176,176);
   padding-right: 267px; 
    color: white;
    margin-left: -32px;
    padding-left: 32px; 
  }

  .closeCategory{
    display: block;
  }

 }

 @media screen and (max-width: 768px) {
  .categories-sidebar.active {
    left: 0px;
    top: 0px;
    height: 100vh;
    
  }

  /*.category {
    padding-top: 85px;
  }*/

  .categories-sidebar{
   
    overflow-y: auto;
  }
  .selected_cat{
    background-color: rgb(176,176,176);
    /*padding-right: 190px; */
    color: white;
    margin-left: -32px;
    padding-left: 32px; 
  }
  .closeCategory{
    display: block;
  }
 }