@import url(https://netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@media only screen and (max-width:991px) {
.wsmenucontainer {
overflow:hidden;
-webkit-backface-visibility:hidden;
-moz-backface-visibility:hidden;
-ms-backface-visibility:hidden;
-webkit-transition:all .4s ease-in-out;
-moz-transition:all .4s ease-in-out;
-o-transition:all .4s ease-in-out;
-ms-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}
}
.orange {
	background-color:#ff9334!important;
	color:#fff
}
.dispNone2 {
	display:none
}
.overlay-content2 {
	position:relative;
	top:25%;
	width:100%;
	text-align:center;
	margin-top:5px
}
.overlay2 a {
	padding:8px;
	text-decoration:none;
	font-size:36px;
	color:#818181;
	display:block;
transition:.3s
}
.overlay2 a:focus, .overlay2 a:hover {
	color:#f1f1f1
}
.overlay2 .closebtn2 {
	position:absolute;
	top:20px;
	right:45px;
	font-size:60px;
	display:none
}

.searchContainer2 {
	
}
/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  font-family: Arial;
  float:left;
  width:40%;
  background:#fff;
  border:2px solid #e9e9e9;
  
}
.searchContainer2 lable{text-align:left; width:100%; float:left; position:relative; font-size:14px;}
.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: #fff; 
  
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 22px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #000 transparent transparent transparent;
  
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #000 transparent;
  top: 11px;

}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
padding:15px 0px 15px 5px;
  text-align:left;
  font-weight:bold;
  color:#787878;
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  height:200px;
    overflow-x: hidden;
    overflow-y: scroll;
box-shadow: 0 1em 5.5em 0 rgba(0, 0, 0, 0.1);
}

.select-items div{border-bottom:1px solid #e9e9e9; background:#fff; padding:15px 0 15px 5px; }
.select-items div:selected{background:#000;}
.select-items div:hover{border:3px solid #f6ac37}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: #fff;
}


.searchContainer2 .CustomInput{opacity:10!important;
	padding:15px;
	width:70%;
	border:1px solid #e2e2e2;
	background:#fff;
	float:left;
	margin-left:10px;
	border-radius:10px 0 0 10px;}
	
.searchContainer2 input {
	opacity:10!important;
	
}
.searchIcon2 {
	font-size:2rem;
	color:#FFFFFF
}
.searchBox2 {
	border:0;
	width:100%
}
.searchButton2 {
	background:#538ac5;
	border:0;
	color:#fff;
padding:.5rem;
	border-radius:0
}
@media (min-width:320px) and (max-width:640px) {
.dispNone2 {
display:block
}
.searchIconTop2 {
font-size:18px;
cursor:pointer;
background:#9f9f9f;
color:#fff;
padding:6px;
border:2px solid #ccc;
width:35px;
height:35px;
margin-top:10px;
text-align:center;
border-radius:50%
}
.searchContainer2 {
width:100%
}
.overlay2 {
height:100%;
width:0;
position:fixed;
z-index:1;
top:0;
left:0;
background-color:#000;
background-color:rgba(0, 0, 0, .9);
overflow-x:hidden;
transition:.5s
}
.overlay-content2 {
position:relative;
top:25%;
width:100%;
text-align:center;
margin-top:30px
}
.overlay2 a {
padding:8px;
text-decoration:none;
font-size:36px;
color:#818181;
display:block;
transition:.3s
}
.overlay2 a:focus, .overlay2 a:hover {
color:#f1f1f1
}
.overlay2 .closebtn2 {
position:absolute;
top:80px;
right:0;
padding:3px 15px;
border-radius:50%;
height:50px;
width:50px;
font-size:30px;
display:block;
text-decoration:none
}
}
@media (min-width:768px) and (max-width:1024px) {
.searchContainer2 {
width:100%;
margin-left:0
}
}
@media (min-width:800px) and (max-width:1280px) {
.searchContainer2 {
width:100%;
margin-left:0
}
}
.mytabTop{display:none; margin-top:15px; margin-right:20px; width:30%;}
.mytabTop ul{list-style:none; margin:0px; padding:0px;}
.mytabTop li{float:left; position:relative; white-space:nowrap;}

@media (min-width:200px) and (max-width:580px) {.mytabTop{width:22%; display:block}.CnterTexT{ text-align:center;}}
@media (min-width:580px) and (max-width:640px) {.mytabTop{width:16%; display:block}}

/* #header.header-scrolled {
	background:#fff;
	padding:20px 0;
	height:72px;
transition:all .5s
}
#header {
	padding:5px 0 0 0;
	height:72px;
	background:#fff;
	left:0;
	top:0;
	right:0;
transition: all 0.2s ease-in-out;
	z-index:12	
}

#header.active {
    background: #fff;	
	position:fixed;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
} */
#header.header-scrolled {
	
transition: all 0.2s ease-in-out;
}
#header {
	padding:5px 0 0 0;
	left:0;
	top:0;
	right:0;
transition: all 0.5s ease-in-out;
	z-index:12	
}

#header.active {
    background: #fff;	
	position:fixed;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
	transition: all 0.5s ease-in-out;
}

#header img {
	width:65%
}
#header #logo h1 {
	font-size:34px;
	margin:0;
	padding:0;
	line-height:1;
	font-weight:700
}
#header #logo h1 a, #header #logo h1 a:hover {
	color:#000;
	padding-left:10px;
	border-left:4px solid grey
}
#nav-menu-container {
	float:right;
	margin:0;
	padding:8px 0;
	margin-left:15px;
	margin-right:30px;
}
.nav-menu>li {
	margin-left:0px;/* 5px */
}
.nav-menu>li {
	float:left
}
.nav-menu li {
	position:relative;
	white-space:nowrap
}

.LOGin{
	border:1px solid #787878; text-align:center; border-radius:5px; background:#FFCC66; padding:5px!important;
}
.LOGin a{padding:0px!important;}
.nav-menu, .nav-menu * {
	margin:0;
	padding:0;
	list-style:none
}
.header-scrolled .nav-menu li:hover>a, .header-scrolled .nav-menu>.menu-active>a {
	color:#3b3b3b
}
.header-scrolled .nav-menu a {
	color:#e7e7e7
}
.nav-menu li:hover>a, .nav-menu>.menu-active>a {
	color:#ff670f
}
.nav-menu a {
	padding:0 8px 0 8px;
	text-decoration:none;
	display:inline-block;
	color:#80828d;
	font-family:Lato, sans-serif!important;
	font-size:14px;
	margin-top:12px;
	outline:0;
	width:100%
}
#mobile-nav-toggle {
	display:inline
}
#mobile-nav-toggle {
	position:fixed;
	right:0;
	top:0;
	z-index:999;
	margin:20px 20px 0 0;
	border:0;
	background:0;
	font-size:24px;
	display:none;
transition:all .4s;
	outline:0;
	cursor:pointer
}
#mobile-body-overly {
	width:100%;
	height:100%;
	z-index:997;
	top:0;
	left:0;
	position:fixed;
	background:rgba(0, 0, 0, .7);
	display:none
}
body.mobile-nav-active #mobile-nav {
	left:0
}
#mobile-nav {
	position:fixed;
	top:0;
	padding-top:18px;
	bottom:0;
	z-index:998;
	background:rgba(0, 0, 0, .8);
	left:-260px;
	width:260px;
	overflow-y:auto;
transition:.4s
}
#mobile-nav ul {
	padding:0;
	margin:0;
	list-style:none
}
#mobile-nav ul li {
	position:relative
}
#mobile-nav ul li a {
	color:#fff;
	font-size:13px;
	text-transform:uppercase;
	overflow:hidden;
	padding:10px 22px 10px 15px;
	position:relative;
	text-decoration:none;
	width:100%;
	display:block;
	outline:0;
	font-weight:700;
	font-family:Montserrat, sans-serif
}
#mobile-nav ul .menu-has-children i.fa-chevron-up {
	color:#18d26e
}
#mobile-nav ul .menu-has-children i {
	position:absolute;
	right:0;
	z-index:99;
	padding:15px;
	cursor:pointer;
	color:#fff
}
#mobile-nav ul .menu-item-active {
	color:#18d26e
}
#mobile-nav ul li li {
	padding-left:30px
}
.menu-has-children ul {
	display:none
}
.sf-arrows .sf-with-ul {
	padding-right:30px
}
.sf-arrows .sf-with-ul:after {
	content:"\f107";
	position:absolute;
	right:15px;
	font-family:FontAwesome;
	font-style:normal;
	font-weight:400;
	color:#000
}
.sf-arrows ul .sf-with-ul:after {
	content:"\f105"
}
.nav-menu ul>li>ul {
	display:none;
	position:absolute;
	top:0;
	left:100px;
	background:#fff;
	height:auto;
	color:#787878;
	padding-top:0!important;
	width:445px
}
.nav-menu ul>li>ul>li {
	display:block;
	float:left;
	width:50%
}
.menu-has-children li span {
	float:right;
	margin-top:-20px;
	padding:0;
	position:relative;
	text-align:right;
	width:100%;
	margin-left:8px
}
.nav-menu li.sfHover>ul, .nav-menu li:hover>ul {
	display:block
}
.nav-menu ul {
	padding:10px;
	background:#fff
}
.nav-menu ul {
	position:absolute;
	display:none;
	top:100%;
	left:0;
	z-index:99
}
.sf-arrows .sf-with-ul {
	padding-right:30px
}
.nav-menu li {
	position:relative;
	white-space:nowrap
}
.PadLeft{padding-left:75px;}
@media(max-width:1024px) {
#nav-menu-container {
display:none
}
#mobile-nav-toggle {
display:inline
}
.LOGin{
	border:none; text-align:left; border-radius:5px; background:none; padding-left:15px!important;
}
.LOGin a{padding:15px!important;}

}
@media(max-width:1280px) {
.PadLeft{padding-left:0px;}}
/* Price Range CSS Start*/

.irs {
	position: relative;
	display: block;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.irs-line {
	position: relative;
	display: block;
	overflow: hidden;
	outline: none !important;
}
.irs-line-left, .irs-line-mid, .irs-line-right {
	position: absolute;
	display: block;
	top: 0;
}
.irs-line-left {
	left: 0;
	width: 11%;
}
.irs-line-mid {
	left: 9%;
	width: 82%;
}
.irs-line-right {
	right: 0;
	width: 11%;
}
.irs-bar {
	position: absolute;
	display: block;
	left: 0;
	width: 0;
}
.irs-bar-edge {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
}
.irs-shadow {
	position: absolute;
	display: none;
	left: 0;
	width: 0;
}
.irs-slider {
	position: absolute;
	display: block;
	cursor: default;
	z-index: 1;
}
.irs-slider.single {
}
.irs-slider.from {
}
.irs-slider.to {
}
.irs-slider.type_last {
	z-index: 2;
}
.irs-min {
	position: absolute;
	display: block;
	left: 0;
	cursor: default;
}
.irs-max {
	position: absolute;
	display: block;
	right: 0;
	cursor: default;
}
.irs-from, .irs-to, .irs-single {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	cursor: default;
	white-space: nowrap;
}
.irs-grid {
	position: absolute;
	display: none;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px;
}
.irs-with-grid .irs-grid {
	display: block;
}
.irs-grid-pol {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 8px;
	background: #000;
}
.irs-grid-pol.small {
	height: 4px;
}
.irs-grid-text {
	position: absolute;
	bottom: 0;
	left: 0;
	white-space: nowrap;
	text-align: center;
	font-size: 9px;
	line-height: 9px;
	padding: 0 3px;
	color: #000;
}
.irs-disable-mask {
	position: absolute;
	display: block;
	top: 0;
	left: -1%;
	width: 102%;
	height: 100%;
	cursor: default;
	background: rgba(0, 0, 0, 0.0);
	z-index: 2;
}
.lt-ie9 .irs-disable-mask {
	background: #000;
	filter: alpha(opacity=0);
	cursor: not-allowed;
}
.irs-disabled {
	opacity: 0.4;
}
.irs-hidden-input {
	position: absolute !important;
	display: block !important;
	top: 0 !important;
	left: 0 !important;
	width: 0 !important;
	height: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	outline: none !important;
	z-index: -9999 !important;
	background: none !important;
	border-style: solid !important;
	border-color: transparent !important;
}
/* Ion.RangeSlider, Simple Skin
// css version 2.0.3
// © Denis Ineshin, 2014    https://github.com/IonDen
// © guybowden, 2014        https://github.com/guybowden
// ===================================================================================================================*/

/* =====================================================================================================================
// Skin details */

.irs {
	height: 55px;
}
.irs-with-grid {
	height: 75px;
}
.irs-line {
	height: 6px;
	top: 33px;
	background: #EEE;
	background: linear-gradient(to bottom, #DDD -50%, #FFF 150%); /* W3C */
	border: 1px solid #CCC;
	border-radius: 16px;
	-moz-border-radius: 16px;
}
.irs-line-left {
	height: 8px;
}
.irs-line-mid {
	height: 8px;
}
.irs-line-right {
	height: 8px;
}
.irs-bar {
	height: 6px;
	top: 33px;
	border-top: 1px solid #428bca;
	border-bottom: 1px solid #428bca;
	background: #428bca;
	background: linear-gradient(to top, rgba(66, 139, 202, 1) 0%, rgba(127, 195, 232, 1) 100%); /* W3C */
}
.irs-bar-edge {
	height: 6px;
	top: 33px;
	width: 14px;
	border: 1px solid #428bca;
	border-right: 0;
	background: #428bca;
	background: linear-gradient(to top, rgba(66, 139, 202, 1) 0%, rgba(127, 195, 232, 1) 100%); /* W3C */
	border-radius: 16px 0 0 16px;
	-moz-border-radius: 16px 0 0 16px;
}
.irs-shadow {
	height: 2px;
	top: 38px;
	background: #000;
	opacity: 0.3;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
.lt-ie9 .irs-shadow {
	filter: alpha(opacity=30);
}
.irs-slider {
	top: 27px;
	width: 17px;
	height: 17px;
	border: 1px solid #AAA;
	background: #DDD;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(220, 220, 220, 1) 20%, rgba(255, 255, 255, 1) 100%); /* W3C */
	border-radius: 27px;
	-moz-border-radius: 27px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	cursor: pointer;
}
.irs-slider.state_hover, .irs-slider:hover {
	background: #FFF;
}
.irs-min, .irs-max {
	color: #333;
	font-size: 12px;
	line-height: 1.333;
	text-shadow: none;
	top: 0;
	padding: 1px 5px;
	background: rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	-moz-border-radius: 3px;
}
.lt-ie9 .irs-min, .lt-ie9 .irs-max {
	background: #ccc;
}
.irs-from, .irs-to, .irs-single {
	color: #fff;
	font-size: 11px;
	line-height: 1.333;
	text-shadow: none;
	padding: 1px 5px;
	background: #428bca;
	border-radius: 3px;
	-moz-border-radius: 3px;
}
.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
	background: #999;
}
.irs-grid {
	height: 27px;
}
.irs-grid-pol {
	opacity: 0.5;
	background: #428bca;
}
.irs-grid-pol.small {
	background: #999;
}
.irs-grid-text {
	bottom: 5px;
	color: #99a4ac;
}
.irs-disabled {
}
.MycartIMG {
    position: absolute;
    height: 32px;
    left: 10px;
    overflow: hidden;
    top: 5px;
    width: 48px;
}.pdLeft29 {
    padding-left: 35px!important;
}.NumbrofCart {
    font-weight: 700;
    line-height: 16px;
    position: absolute;
    text-align: center;
    left: 19px;
    top: 0;
    width: 19px;
    color: #f60;
    font-size: 15px;
}.SerchbtnTop {
    float: left;
    width: 14%;
    padding: 14px;
    background: #f6ac37;
    border-radius: 0 8px 8px 0;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
}