body {
	overflow-x: hidden;
}
/* Toggle Styles */

#wrapper {
	padding-left: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#wrapper.toggled {
	padding-right: 350px;
}
#sidebar-wrapper {
	z-index: 1000;
	position: fixed;
	right: 350px;
	width: 0;
	height: 100%;
	margin-right: -350px;
	overflow-y: auto;
	background: #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-box-shadow: -7px 0px 15px -6px rgba(0, 0, 0, 0.55);
	   -moz-box-shadow: -7px 0px 15px -6px rgba(0, 0, 0, 0.55);
	        box-shadow:-7px 0px 15px -6px rgba(0, 0, 0, 0.55)
}
#wrapper.toggled #sidebar-wrapper {
	width: 350px;
}
#page-content-wrapper {
	width: 100%;
	position: absolute;
	padding: 0;
	margin-top: 60px;
 height: -moz-calc(100% - (30px + 30px));
 height: -webkit-calc(100% - (30px + 30px));
 height: calc(100% - (30px + 30px));
}
#wrapper.toggled #page-content-wrapper {
	position: absolute;
	margin-left: 0px;
}
/* Sidebar Styles */

.sidebar-nav {
	position: absolute;
	top: 0;
	width: 350px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.sidebar-nav li {
	text-indent: 20px;
	line-height: 40px;
}
.sidebar-nav li a {
	display: block;
	text-decoration: none;
	color: #999999;
}
.sidebar-nav li a:hover {
	text-decoration: none;
	color: #fff;
	background: rgba(255,255,255,0.2);
}
.sidebar-nav li a:active, .sidebar-nav li a:focus {
	text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
	height: 65px;
	font-size: 18px;
	line-height: 60px;
}
.sidebar-nav > .sidebar-brand a {
	color: #999999;
}
.sidebar-nav > .sidebar-brand a:hover {
	color: #fff;
	background: none;
}
/******* genioo css *****/
.clearfix {
	clear: both;
	width: 100%;
	display: block;
	height: 0;
	margin: 0;
	padding: 0
}
::-webkit-scrollbar {
 width: 5px;
}
 
::-webkit-scrollbar-track {
 background: #ddd;
}
 
::-webkit-scrollbar-thumb {
 background: #666;
}

.e-c-top-menu {
	position: absolute;
	z-index: 5;
	background: #fff;
	width: 100%;
	padding: 15px 15px;
	top: 0;
	margin-bottom: 5px;
	display: block;
	max-height: 60px;
}
.e-c-top-menu .mobile-action-group {
	float: right;
	display: inline-block;
	padding: 10px 0px;
	margin-top: 8px;
}
.e-c-top-menu .mobile-action-group p {
	float: left;
	font-size: 17px;
	line-height: 0;
	color: #cd171e
}
.e-c-top-menu .mobile-action-group a i {
	float: left;
	line-height: 0;
	margin-left: 15px;
	font-size: 30px;
	color: #afafaf
}
.e-c-top-menu .mobile-action-group a i:hover {
	color: #cd171e
}
.e-c-top-menu .btn-result-list {
	border: 1px solid #cd171e;
	color: #cd171e;
	background-color: #fff
}
.e-c-top-menu .btn-result-list:hover, .e-c-top-menu .btn-result-list:focus {
	border: 1px solid #cd171e;
	color: #fff;
	background-color: #cd171e
}
.slide-product-listing .product-list-container {
	position: relative;
	height: 100%;
}
.slide-product-listing .product-listing .product-list {
	display: block;
	margin: 5px;
	padding: 5px;
	border-bottom: 1px solid #efefef;
}
.slide-product-listing .product-listing .product-list:hover {
	cursor: pointer;
	background: rgba(236, 236, 236, 0.3);
}
.slide-product-listing .product-listing .product-list.active{
	background: rgba(236, 236, 236, 0.3);
}
.product-listing .product-list .image-part, .slide-product-listing .product-listing .product-list .description-part {
	display: inline-block;
	vertical-align: middle
}
.slide-product-listing .product-listing .product-list .image-part {
	width: 30%;
	padding-right: 10px;
}
.slide-product-listing .product-listing .product-list .description-part {
	position: relative;
	padding-left: 10px;
	border-left: 1px solid #efefef;
	width: 65%;
	
	
}
.slide-product-listing .product-listing .product-list .description-part .product-code {
	font-size: 15px;
	margin: 5px 0px 0px 0px;
	font-weight: 600;
	color: #c5161d;
}
.slide-product-listing .product-listing .product-list .description-part .tags {
	    font-size: 11px;
    font-weight: 300;
    color: #cacaca;
    letter-spacing: 0.6px;
}
.slide-product-listing .product-listing .product-list .description-part .glyphicon {
	top: 2px
}
.slide-product-listing .action-group {
	position: absolute;
	right: 0;
	top: 0;
}
.slide-product-listing .action-group a {
	padding: 5px;
	border: 1px solid #c7c7c7;
	border-radius: 5px;
	margin-top: 5px;
	display: block;
	color: #afafaf;
	display: inline-block;
}
.slide-product-listing .action-group a:hover, .action-group a.active {
	color: #c5161d;
	border: 1px solid #c5161d;
}
.slide-product-listing .product-container {
	overflow-y: scroll;
	overflow-x: hidden;
	margin-top: -5px
	
	   height: -moz-calc(100% - (50px + 140px + 50px));
    height: -webkit-calc(100% - (50px + 140px + 50px));
    height: calc(100% - (50px + 140px + 50px));
	padding: 10px 0px;
}
.slide-product-listing .filter-group {
	height: 140px;
	width: 100%;
	position: relative;
	display: inline-block;
	background-color: #f2f2f2;
	padding: 10px 15px;
}
.slide-product-listing .filter-group .filter-name {
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
	letter-spacing: 1px;
	color: #cd171e;
}
.slide-product-listing .filter-group .filter-list {
	    border: 1px solid #a5a5a5;
    display: inline-block;
    padding: 4px 14px;
    border-radius: 5px;
    font-size: 13px;
    color: #6d6d6d;
    text-decoration: none;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
}
.slide-product-listing .filter-group .filter-list:hover, .slide-product-listing .filter-group .filter-list.active {
	border: 1px solid #cd171e;
	color: #cd171e;
}
.slide-product-listing .slide-top-title {
	height: 50px;
	width: 100%;
	position: relative;
	display: inline-block;
	background-color: #cd171e;
	padding: 12px 15px;
	margin: 0;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
}
.slide-product-listing .view-wishlist {
	height: 50px;
	width: 100%;
	position: relative;
	display: inline-block;
	background-color: #4e4e4e;
	padding: 16px 15px;
	margin: 0;
	text-align: center;
	color: #fff;
	font-weight: 700;
	position: absolute;
	bottom: 0;
}
.slide-product-listing .view-wishlist:hover {
	background-color: #000;
	color: #e4e4e4;
	text-decoration: none;
}
.close-btn{
	    position: absolute;
    left: 25px;
    color: #fff;
	display:block
}
/******* genioo css *****/
@media(min-width:768px) {
#wrapper {
	padding-right: 350px;
}
#wrapper.toggled {
	padding-right: 0;
}
#sidebar-wrapper {
	width: 350px;
}
#wrapper.toggled #sidebar-wrapper {
	width: 0;
}
#page-content-wrapper {
	padding: 0 350px 0 0;
	height: 100%;
}
#wrapper.toggled #page-content-wrapper {
	position: relative;
	margin-left: 0;
}
#page-content-wrapper {
	margin-top: 0
}
/******* genioo css *****/
.e-c-top-menu {
	display: none
}
.close-btn{
	display:none
}
/******* genioo css *****/
}
