
.single__product {
	height: 350px;
	background-color: #eeeeee;
}

.add_to_cart_btn > a {
	margin: 0px;
	background: #6eb03e;
}

.btn-success {
	background-color: #6eb03e;
	border-color: #6eb03e;
}

.product-name {
	text-transform: capitalize;
}

.your-order-table table .actions {
	width: 40px;
}

.your-order-table table .cart_item .input-group  {
	width: 65px;
	height: 20px;
}

.your-order-table table .cart_item .input-group .btn  {
	padding: 0px 5px;
	line-height: 20px;
	height: 20px;
}

.your-order-table table .cart_item .quantity {
	height: 20px;
	width: 25px;
}

input {
	height: inherit;
	width: inherit;
}

input:required {
	border-color: #b20000 !important;
}

.product_hover {
	bottom: 5px;
	left: 20px;
	position: absolute;
	right: 15px;
}

header {
	background-image: url("../images/topBg.jpg");
	background-size: cover;
}

.single__product .position_badge {
	right: 20px;
	left: inherit;
	position: absolute;
	top: 15px;
}

.deliveryToggle {
	display: none;
}

.single__product .out_badge,.product-details-tab .out_badge, .pro_badge{
	background: #f6563c none repeat scroll 0 0 !important;
}

.single__product .out_badge,.product-details-tab .out_badge{
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
	padding: 0 5px;
}

.single__product .in_badge,.product-details-tab .in_badge{
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
	padding: 0 5px;
	background: #6eb03e none repeat scroll 0 0;
}

.produc_thumb {
	height: 190px;
	text-align: center;
}

.produc_thumb a {
	display: block;
}

.produc_thumb a img {
	max-height: 190px;
}

#sidebar {
	min-width: 250px;
	max-width: 250px;
	transition: all 0.3s;
}

#sidebar.active {
	margin-left: -250px;
}

#sidebar .sidebar-header {
	padding: 20px;
}

#sidebar ul.components {
	padding: 20px 0;
	border-bottom: 1px solid #47748b;
}

#sidebar ul p {
	color: #fff;
	padding: 10px;
}

#sidebar ul li a {
	padding: 10px;
	font-size: 1.1em;
	display: block;
}

.sidebar_widget li a {
	border-bottom: 1px solid #f5f5f5 !important;
}

.widget_categories ul li a.active {
	background: #eeeeee;
}

.widget_categories ul li a:hover {
	color: white;
	background: lightgrey;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
	background: #e0e0e0;
}

a[data-toggle="collapse"] {
	position: relative;
}

.dropdown-toggle::after {
	float: right;
	position: relative;
	top: 7px;
}

ul ul a {
	font-size: 0.9em !important;
	padding-left: 30px !important;
}
