 

button {
    cursor: pointer;
}
  
 
.margin-top-10 {
    margin-top: 10px;
}
.margin-top-20 {
    margin-top: 20px;
}
.margin-top-30 {
    margin-top: 30px;
}
.margin-top-40 {
    margin-top: 40px;
}
.margin-top-50 {
    margin-top: 50px;
}
.margin-top-60 {
    margin-top: 60px;
}
.theme_color {
    background-color: #892f2f;
    color: white !important;
}
.theme_font {
    color: #892f2f !important;
}
.font_white {
    color: white !important;
}

.btn-cart{
	color: white;
	padding: 5px;
	border-radius: 5px;
	border: 0px;
	width: 95%
}
.btn-cart:hover{
	cursor: pointer;
	color: white;
	border-radius: 5px;
	background-color: red;
}
 
.cart-badge {
	position: absolute !important;
	background-color: #00b1ff;
	color: white;
}

.btn-cart-menu  {	
	/* border: #80808033 1px solid;
	border-radius: 50%; 
	margin-left: 5px;
	*/
	color: gray;
}
.btn-cart-menu:hover  {
	background-color: #00b1ff;
}

.nav-a:hover  {
	color: white !important;
}
  
 
 
.top_bar{
	padding: 10px 0px 10px 0px;
}

.top_tab{
	padding: 12px;
	color:grey;
	font-size: 14px;
}
.top_tab:hover{
	color: black;
}
.top_tab_active{
	background-color: white !important;
	color: black !important;
	padding-bottom: 30px;
}
.top_icon{
	color: grey ;
	padding: 10px;
}
.nav_li{
	padding: 10px 0px 10px 0px;
}
.nav_li:hover{
	background-color: #892f2f;
	color: white ;
}
.logo_sm{
	display: none ;
}
.category_text{
	color: grey ;
}
 @media (max-width: 991px) {
	.nav_li{
		padding: 0px ;
	}
	.product-img img{
		height: auto;
	}
 }
 @media (max-width: 776px) {
	.logo_lg{
		display: none ;
	}
	.logo_sm{
		display: block ;
	}
	.category_text{
		font-size: 12px ;
	}
	.top_tab_active{
		background-color: #f1f1f1ba !important;
		color: grey !important;
	}
	.padding_nill_sm{
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
 }


