/* Helper classes */
.m-0{
	margin: 0 !important;
}
a:hover,a:focus,button:focus,.btn:focus{
	text-decoration: none !important;
	box-shadow: none !important;
	outline: none !important;
}
.site_warpper{
  		padding-top: 152px;
  	}
.btn-whl{
	background: #ff5233 !important;
	color: #fff;
	padding: 5px 27px;
	font-size: 16px;
}
.site_head{
	z-index: 100 !important;
}
.mobile_search_toggle{
	display: none;
}
.head_vertical{
	height: 70px;
	padding-top: 15px;
}
.bg-dark{background-color: #000 !important;}

/* #Topbar */
#topbar{
	font-size: 14px;
	background: #0f1935;
	padding: 5px 10px;
	height: 32px;
}
#topbar span{
	padding-right: 20px;
	color: #fff;
}
#topbar i{
	color: #ff5233;
}
#topbar .dropdown-menu{
	margin-top: 8px;
	border-radius: 0px;
	background: #2b3659;
	color: #fff;
	min-width: 350px;
	border:none;
}
#topbar .dropdown-item{
	color: #fff;
}
#topbar .dropdown-item:hover {
	background:none;
	color: #ff5233;
}
#topbar .dropdown-toggle::after{
	display: none;
}
#sign_in_btn{
	cursor: pointer;
	color: #fff;
}
#search_bar{
	display: none;
}
/****** Brand Head *****/
#brandhead a{
	color: #0f1935;
}

#brandhead {
	background: #e5e5e5;
	height: 70px;
}
#brandhead h2{
	font-family: 'Baloo', cursive;
	color: #0f1935;
	padding:15px 0px;
		margin-bottom: 0px !important;
}
#brandhead h2 i{
	color: #ff5233;
}
#brandhead #brandhead_search_form{
	padding-top: 15px;
}
/***** Main menu ******/

#main_menu h2{
	font-family: 'Baloo', cursive;
	color: #fff;
	padding:8px 0px 0px 0px;
	font-size: 22px;

}
#main_menu h2 i{
	color: #ff5233;
}
#main_menu .spacer-icon{
	color: #ff5233;
}
#main_menu .navbar{
	padding: 0px !important;
	background: #101935;

}
#main_menu  .navbar-brand {
	padding-left: 15px;
}
#main_menu  .nav-item a{
	padding:15px;
	color:#fff;
	font-size: 14px !important;
	letter-spacing: 1px;
}
#main_menu  .nav-item a:hover{
	background:#ff5233;
	color:#fff;
}
.megamenu {
  position: static;
}
#main_menu .megamenu li.nav-item a{
	color:#000;

}
#main_menu .megamenu li.nav-item a:hover{
	color:#ff5233;
	background: #fff;
}
.megamenu .dropdown-menu {
  background: none;
  border: none;
  width: 100%;
}

/********* PRD Card ***********/
.prd-block{


}
.prd-block:hover .prd-data{
	border:solid 1px #ccc;
}
.prd-data{
		position: relative;
	border:solid 1px #e5e5e5;
	padding-bottom: 50px;
}
.prd-footer{
	position: absolute;
	bottom: 0px;
	width: 100%;
}
.prd-title{
	text-align: center;
	font-size: 16px;
}
.prd-price{
	text-align: center;
	font-size: 14px;
}
.prd-img-top{
	height: 250px;
	padding: 10px;
}
.prd-img-top img{
	max-height: 230px;
	text-align: center;
}
.prd-price .striked{
	color: #f00;
	text-decoration: line-through;
}


/***** Footer ********/
