body{
	background-color: hsl(0, 0%, 98%);
}

h1,h2,h3,h4,h5,h6{
	color:hsl(0, 0%, 30%);
}

.box-element{
	box-shadow:hsl(0, 0%, 80%) 0 0 16px;
	background-color: #fff;
	border-radius: 4px;
	padding: 10px;
	width:320px;
	margin: 10px;
}

.thumbnail{
	width: 100%;
	height: 300px;

}

.thumbnail-product{
	width: 600px;
	height: 600px;


}
.product{
	border-radius: 6px 6px 6px 6px;
}



#cart-icon{
	width:40px;
	display: inline-block;
	margin-left: 15px;

}

#carttotal{
	display: block;
	text-align: center;
	color:#fff;
	background-color: red;
	width: 20px;
	height: 25px;
	border-radius: 50%;
	font-size: 14px;
    font-weight: 700;
}

.col-lg-4, .col-lg-6, .col-lg-8, .col-lg-12{
	margin-top: 10px;
}



.btn-warning{
    border-radius: 10px;
    background-color: orange;
    border-color: orange;
    font-weight: 700;
    
}

.row-image{
	width: 100px;
}

.form-field{
	width:250px;
	display: inline-block;
	padding: 5px;
}

.cart-row{
	display: flex;
    align-items: flex-stretch;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ececec;

}

.quantity{
	display: inline-block;
	font-weight: 700;
	padding-right:10px;
	

}

.chg-quantity{
	width: 12px;
	cursor: pointer;
	display: block;
	margin-top: 5px;
	transition:.1s;
}

.chg-quantity:hover{
	opacity: .6;
}


.hidden{
	display: none!important;
}

.link{
	color:black;
	font-size:small;
}

.nav-bg{
	background-color: white
}


.category{
	
	margin-bottom:3px ;
    background-color: orange;
    color: #000;
    font-weight: 700;
	width: 200px;
   
}

.info{
   
	

    margin-top: 5px;
    margin-bottom: 5px;
    width: 200px;
    margin-right: 8px;
    
    
}

.btn-primary:hover{
    background-color:rgb(208, 135, 0) ;
    
}

.btn-primary{
 background-color:orange ;
 color: #000;
 font-weight: 700;
}

.btn-warning:hover{
    background-color:rgb(208, 135, 0) ;
    color: white;
}

.btn-outline-secondary{
    background-color: orange;
    color: black;
    font-weight: 600;

}

.btn-outline-secondary:hover{
    background-color: rgb(255, 181, 45);
    
    

}

.scroll{
	scroll-behavior: smooth;
  }

.logincont{
	background-color: #000000;
	
}