﻿

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;/*font-size:100%;*//*font:inherit;*/vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
body {
    font-family: 'Open Sans', sans-serif;
    background: #fff;
    font-size: 14px;
}
.wrap{
	width:80%;
	margin:0 auto;
	-moz-transition:all .2s linear;
	-webkit-transition:all .2s linear; 
	-o-transition:all .2s linear; 
	-ms-transition:all .2s linear;
}
.header-top{
	/*background:#fff;*/
	padding: 10px 0;
}
.logo{
	float:left;
	/*margin-right: 46.5%;*/
}
.cssmenu {
	float:left;
	margin-top:11px;
}
.cssmenu ul li {
	display: inline-block;
}
.cssmenu ul li a {
	color: #000;
	display: block;
	margin: 0px 10px;
	text-transform: uppercase;
	font-size: 0.8125em;
}
.cssmenu ul li a:hover{
	color:#555;
}
.header-bottom{
	background:#008A6A;
	padding: 5px 0;
}
.bottom-menu {
	float: right;
}
.bottom-menu ul li {
	display: inline-block;
}
.bottom-menu ul li a {
	color: #fff;
	display: block;
	margin: 0px 10px;
	font-size: 0.8125em;
}
.h_nav h4{
	border-bottom:1px solid rgb(236, 236, 236);
	font-size: 1.1em;
	color: #000;
	line-height: 1.8em;
	text-transform:capitalize;
	margin-bottom: 4%;
}
.h_nav h4.top{
	margin-top: 12%;
}
.h_nav ul li{
	display: block;
}
.h_nav ul li a{
	display:block;
	font-size: 0.8125em;
	color:#777;
	text-transform:capitalize;
	line-height:2em;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.h_nav ul li a:hover{
	color:#00405d;
	text-decoration:underline;
}
/**** Slider *****/
.index-banner{
	padding:10px 0;
}
.banner-wrap{
	width: 80%;
	margin: 0 auto;
} 
.wmuSlider {
	position: relative;
	overflow: hidden;
}
.wmuSlider .wmuSliderWrapper article {
	position: relative;
	text-align: center;
}
.wmuSlider .wmuSliderWrapper article img {
	max-width: 100%;
	width: auto;
	height: auto;
	display:block;
	margin:0 auto;
}
.wmuGallery .wmuGalleryImage {
	position: relative;
	text-align: center;
}
.wmuGallery .wmuGalleryImage img {
	max-width: 100%;
	width: auto;
	height: auto;
}
/* Default Skin */
.wmuGallery .wmuGalleryImage {
	margin-bottom: 10px;
}
.wmuSliderPrev, .wmuSliderNext {
	position: absolute;
	width: 70px;
	height: 120px;
	text-indent: -9999px;
	background: url(../images/img-sprite.png)no-repeat;
	top: 27%;
	z-index: 2;
	cursor: pointer;
}
.wmuSliderPrev {
	background-position: -20px -21px;
	left: 40px;
}
.wmuSliderNext {
	background-position: -100px -21px;
	right: 40px;
}
.wmuSliderPagination {
	z-index: 2;
	position: absolute;
	/*left:83.5%;*/
    left:76.5%;
	bottom:80px;
}
.wmuSliderPagination li {
	float: left;
	margin:0 10px 0 0;
	list-style-type: none;
}
.wmuSliderPagination a {
	display: block;
	text-indent: -9999px;
	width:10px;
	height:10px;
	background:#ececec;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
}
.wmuSliderPagination a.wmuActive {
	background:#08080b;
	width:10px;
	height:10px;
}
.slider-left{
	float: left;
	width: 70.5%;
}
.slider-right{
	width:28.5%;
	float:left;
	text-align: right;
	margin-top:4%;
}
.slider-right h1{
	color:#000;
	font-size:4em;
	text-transform:uppercase;
	font-weight: 100;
}
.slider-right h2{
	color:#000;
	font-size:3em;
	text-transform:uppercase;
	font-weight: 100;
}
.slider-right p{
	color:#999;
	font-size:0.85em;
}
/*.btn{
	padding:8% 0;
}*/
.btn a {
	border:1px solid #ddd;
	color: #000;
	cursor: pointer;
	padding: 10px 30px;
	display: inline-block;
	font-size:0.85em;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background: #FFF;
}
/*--content--*/
.span_1_of_c1{
	width: 26.2%;
}
.span_1_of_c1 p{
	color:#999;
	font-size:0.8125em;
	margin-top: 30px;
}
.lsidebar {
	display: block;
	float: left;
	margin: 1% 4.6% 1% 0;
}
.imagezoom-view {
    background: #fff!important;
}
.span_2_of_c1{
	width: 69.2%;
}
.cont {
	display: block;
	float: left;
	margin: 1% 0 1% 0;
}
.span_2_of_c1 p{
	font-size:0.8125em;
	color:#999;
}
.social {
	width:23.33%;
	float: left;
	margin-right: 2%;
	text-align: center;
	position: relative;
}
.social span label {
	font-size: 1.6em;
	line-height: 1.8em;
}
.border {
	height: 3px;
	width: 110px;
	display: block;
	background: url(../images/border.png) no-repeat 0px 0px;
	position: absolute;
	left:33%;
	top: 45%;
}
.radius {
	position: absolute;
	top: 5px;
	left: 47px;
}
.social ul li:first-child, ol li:first-child {
	margin-top: 0px;
	margin-left: 0;
}

li.facebook a span {
	height: 75px;
	width: 75px;
	display: block;
	background: url(../images/img-sprite.png)no-repeat -34px -157px;
}
li.facebook a span:hover {
	background: url(../images/img-sprite.png) no-repeat -34px -230px;
}
li.twitter a span {
	height: 75px;
	width: 75px;
	display: block;
	background: url(../images/img-sprite.png)no-repeat -114px -157px;
}
li.twitter a span:hover {
	background: url(../images/img-sprite.png) no-repeat -114px -230px;
}
li.google a span {
	height: 75px;
	width: 75px;
	display: block;
	background: url(../images/img-sprite.png)no-repeat -190px -157px;
}
li.google a span:hover {
	background: url(../images/img-sprite.png) no-repeat -190px -230px;
}
li.dot a span {
	height: 75px;
	width: 75px;
	display: block;
	background: url(../images/img-sprite.png)no-repeat -272px -157px;
}
li.dot a span:hover {
	background: url(../images/img-sprite.png) no-repeat -272px -230px;
}
.content-top{
	margin:2% 0;
}
.social:nth-child(4) {
	margin-right: 0;
}
p.num{
	color:#000;
	margin-top:-20px;
}
.col_1_of_3:first-child {
	/*margin-left: 0;*/
}
.col_1_of_3 {
	display: block;
	float: left;
	margin: 1% 0 1% 3.6%;
}
.span_1_of_3 {
	/*width:30.7%;*/
    width:29.5%;
	border: 1px solid #DDD;
}
.grid_img{
	text-align:center;
}
h3.m_1{
	color:#555;
    font-size: 1.0em;
	/*text-transform:uppercase;*/
	font-weight:500;
    height: 46px;
    overflow:hidden;
}
p.m_2{
	color:#999;
	font-size:0.8125em;
}
.price{
	color:#555;
	font-size:1.2em;
	font-weight:700;
}
/*.rating {
          overflow: hidden;
          display:block;
          background:#008A6A;
          padding:2% 5%;
          font-size: 0.85em;
          color:white;
          float: left;
          width:40%;
      }
      .rating-input {
          position: absolute;
          left: 0;
          top: -50px;
      }
      .rating-star {
          display: block;
          width: 20px;
		  height: 20px;
          background: url('../images/star.png') 0 -3px;
          float:left;
      }
      .rating-star:hover {
           background: url('../images/star.png') 0 -20px;
      }
      .rating-star1 {
          display: block;
		  width: 20px;
		  height: 20px;
		  background: url('../images/b_star.png') 0 -3px;
		  float: left;
      }
      .rating-star1:hover {
           background: url('../images/b_star.png') 0 -20px;
      }*/

/* Just for the demo */
.top_box{
	padding:6%;
}
.list{
	float: left;
	/*background: #08080B;*/
	background: #823F98;
	width: 50%;
	padding: 0.5% 0;
	text-align: center;
}
ul.list li img{
	vertical-align:middle;
	float: left;
	margin: 0 0px 0 18%;
} 
.top_box .css3 img {
	-webkit-transition-duration: 0.5s;
	/* Webkit: Animation duration; */
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}
.top_box:hover .css3 img{
	-webkit-transform: scale(0.9);
	/* Webkit: Scale up image to 1.2x original size; */
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	opacity: 1;
}
/* start icon styles */
.icon1:before,.icon1:after {
	content: "";
	display: table;
}
.icon1:after {
	clear: both;
}
.icon1 {
	float: left;
	zoom:1;
}
.icon1 li a{
	color: #FFF;
	font-size: 0.85em;
	text-transform: uppercase;
	margin-top: 6px;
}
.icon1 li {
	position: relative;
}
.icon1 li:last-child{
	border-right:none;
}
.icon1 li:hover > a {
	color: #fafafa;
}
/**html .icon1 li a:hover { 
	color: #fafafa;
}*/
.icon1 ul {
	width:300px;
	margin: 20px 0 0 0;
	_margin: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top:38px;
	z-index: 1;
	right: -140px;
	background: #ffffff;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	box-shadow: 0px 2px 6px #aaa;
	-webkit-box-shadow: 0px 2px 6px #aaa;
	-moz-box-shadow: 0px 2px 6px #aaa;
	-o-box-shadow: 0px 2px 6px #aaa;
}
.icon1 li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
	z-index: 9999;
}
.icon1 ul ul {
	top: 6px;
	left: 158px;
	margin: 0 0 0 20px;
}
.icon1 ul li {
	float: none;
	display: block;
	border: 0;
}
.icon1 ul li:first-child{
	border-top:none;
}
.icon1 ul li:first-child a{
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-o-border-top-left-radius: 5px;
}
.icon1 ul li:last-child {   
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;    
}
.icon1 ul a {    
	_height: 10px;
	white-space: nowrap;
	float: none;
	text-transform: none;
}
.icon1 ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: 45%;
	top: -30px;
	border-left: 10px solid transparent;
	border-right:10px solid transparent;
	border-bottom:10px solid #f0f0f0;
}
.icon1 ul ul li:first-child a:after {
	left: -100px;
	top: 0%;
	margin-top: -6px;
	border-left: 0;	
	border-bottom:20px solid transparent;
	border-top: 20px solid transparent;
	border-right:20px solid #323757;
}
/* Mobile */
.icon1-trigger {
	display: none;
}
.sub-icon1 img{
	border:none;
	display:inline-block;
	vertical-align:middle;
}
.c1 a{
	color:#fff;
	display: inline-block;
	vertical-align: middle;
}
.icon1 .profile_img {
	margin-top: 3px;
}
.sub-icon1 ul li h3{
	text-align: center;
	font-size: 1em;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 4%;
}
.sub-icon1 ul li p{
	text-align:center;
	font-size: 0.8125em;
	color: #555555;
	line-height: 1.8em;
}
.sub-icon1.list{
	padding: 20px 0px;
}
.sub-icon1 ul li p a{
	color: #00405d;
}
.sub-icon1 ul li p a:hover{
	color: #555555;
	text-decoration:underline;
}
ul.last{
	float: left;
	margin: 12px 0px 0 20px;
}
ul.last li a{
	color:#000;
	text-transform:uppercase;
}
ul.last li a:hover{
	color:#176375;
}
.w_sidebar h3{
	padding:0 20px 10px;
	font-size: 1em;
	color: #555555;
	text-transform:uppercase;
}
.price_single{
	/*font-size:1.6em;
	margin-bottom:3%;*/
    font-size: 23px;
}
.price_single a {
	color: #999;
	font-size: 13px;
}
.price_single a:hover{
	color: #555;
}
span.reducedfrom {
	text-decoration: line-through;
	margin-right:3%;
	color: #555;
}
span.actual {
	color:#FFAF02;
	font-size: 1em;
	margin-right:5%;
}
.btn1 {
	border: none;
	float: right;
	color: #FFF;
	cursor: pointer;
	padding: 7px 20px;
	display: inline-block;
	background: #555;
	font-size: 0.85em;
	text-transform: uppercase;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	margin: 20px 20px 0 0;
	width: 52%;
	text-align: center;
	border-bottom: 4px solid #1D1C1C;
}
.btn1:hover{
	background: #FFAF02;
	border-bottom: 4px solid #DF9A06;
}
h4.m_7{
	color:#555;
	font-size:1em;
	text-transform:uppercase;
	margin-bottom:2%;
}
p.m_6{
	color:#999;
	font-size:0.8125em;
	line-height:1.6em;
}
p.m_8{
	color:#999;
	font-size:0.8125em;
	line-height:1.6em;
	margin-top:2%;
}
.content-bottom{
	margin-bottom:5%;
}
/*--footer--*/
.footer-top{
	background:#08080b;
	padding: 5px 0;
}
.col_1_of_footer-top:first-child {
	margin-left: 0;
}
.span_1_of_footer-top {
	width: 30.7%;
}
ul.f_list img{
	vertical-align:middle; 
	float:left;
	margin-right:2%;
}
span.delivery{
	color:#fff;
	font-size:0.8125em;
}
.col_1_of_footer-top {
	display: block;
	float: left;
	margin:0 0 0 3.6%; 
}
span.orange{
	color:#FFAF02;
}
.dropdown dd, .dropdown dt, .dropdown ul { margin:0px; padding:0px; }
.dropdown dd { position:relative; }

.dropdown dt a {background:url(../images/arrow.png) no-repeat scroll right center; display:block; padding-right:20px;/*--height:38px;
/*--border-radius: 0 0 4px 4px;--*/
     /*-- width:150px; --*/}
        .dropdown dt a span {cursor: pointer;
display: block;
padding: 12px 10px;
font-size: 0.8125em;
text-transform: uppercase;
color: #000;}
        .dropdown dd ul { background:#555 none repeat scroll 0 0;color:#fff; display:none;
                          left:0px; padding:5px 0px; position:absolute; top:13px; width:auto; min-width:200px; list-style:none;}
        .dropdown span.value { display:none;}
        .dropdown dd ul li a { padding:5px; display:block;font-size: 13px;}
        .dropdown dd ul li a:hover { background-color:#444;}
        
        .dropdown img.flag { border:none; vertical-align:middle; margin-left:10px; }
        .flagvisibility { float: right;}
        
/*--dropdown--*/
.dropdown {
    display: block;
    display: inline-block;
    border-right: 1px solid #FFF;
	/*padding-right: 66%;*/
    position: relative;
   	z-index: 999;
}
/* ===[ For demonstration ]=== */
/* ===[ End demonstration ]=== */
.dropdown .dropdown_button {
    cursor: pointer;
    width: auto;
    display: inline-block;
    padding: 4px 12px;
   -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-weight: bold;
    color:#fff;
    line-height:29px;
    text-decoration: none !important;
    background:#595959;
    font-size: 11px;
}
.dropdown input[type="checkbox"]:checked +  .dropdown_button {
}
.dropdown input[type="checkbox"] + .dropdown_button .arrow {
    display: inline-block;
    width: 0px;
    height: 0px;
    border-top: 5px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
.dropdown input[type="checkbox"]:checked + .dropdown_button .arrow { border-color: white transparent transparent transparent }
.dropdown .dropdown_content {
    position: absolute;
    border: 1px solid #777;
    padding: 0px;
    background:#595959;
    margin: 0;
    display: none;
}
.dropdown .dropdown_content li {
    list-style: none;
    margin-left: 0px;
    line-height: 16px;
    border-top: 1px solid #5F5D5D;
	border-bottom: 1px solid #555353;
    margin-top: 2px;
    margin-bottom: 2px;
}
.dropdown .dropdown_content li:hover {
    border-top-color: #555;
    border-bottom-color: #555;
    background:#444;
}
.dropdown .dropdown_content li a {
    display: block;
    padding: 2px 7px;
    padding-right: 15px;
    color:#fff;
    font-size:13px;
    text-decoration: none !important;
    white-space: nowrap;
}
.dropdown .dropdown_content li:hover a {
    color: white;
    text-decoration: none !important;
}
.dropdown input[type="checkbox"]:checked ~ .dropdown_content { display: block }
.dropdown input[type="checkbox"] { display: none }
/*end-dropdown*/
.footer-middle{
	background:#d5d5d5;
}
.col_1_of_middle:first-child {
	margin-left: 0;
}
.col_1_of_middle{
	display: block;
	float: left;
	margin: 1% 0 1% 3.6%;
}
.span_1_of_middle{
	width: 47.9%;
}
.search {
	background:#fff;
	border: 1px solid #ddd;
	position: relative;
	float:left;
	margin:6px 0px 0 0;
	width:54%;
}
.search input[type="text"] {
	border: none;
	outline: none;
	background: none;
	font-size: 0.8125em;
	font-family: 'Open Sans', sans-serif;
	color: #999;
	    width: 81.4%;
	padding: 5px 10px;
	-webkit-apperance: none;
	margin: 0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
}
.search input[type="submit"] {
	border: none;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
	background: #08080B url("../images/s_arrow.png") no-repeat 11px 7px;
	width: 30px;
	height: 30px;
	padding: 8px;
}	
.search input[type="submit"]:active {
	position:relative;
}
span.m_8{
	float: left;
	font-size: 0.8125em;
	text-transform: uppercase;
	color: #000;
	margin: 2% 7% 2% 0;
}
.col_1_of_5:first-child {
	margin-left: 0;
}
.col_1_of_5 {
	display: block;
	float: left;
	margin: 1% 0 1% 3.6%;
}
.span_1_of_5 {
	width: 16.9%;
}
ul.list1 li a {
	font-size: 0.8125em;
	color:#777;
}
ul.list1 li a:hover{
	color:#000;
}
h3.m_9{
	color:#000;
	font-size:1em;
	text-transform:uppercase;
	margin-bottom:6%;
}
h4.m_10{
	margin-bottom:2%;
	font-size:0.85em;
	color:#000;
}
ul.sub_list{
	margin-bottom:9%;
}
ul.sub_list li a{
	color:#777;
	font-size:0.8125em;
}
ul.sub_list li a:hover{
	color:#000;
}
ul.sub_list1 li a{
	color:#999;
	font-size:0.8125em;
}
ul.sub_list2{
	margin:9% 0 0 0;
}
ul.sub_list2 li a{
	color:#777;
	font-size:0.8125em;
}
ul.sub_list2 li a:hover{
	color:#000;
}
.copy{
	background:#08080b;
	text-align:center;
	padding:5px 0;
}
.copy p{
	color:#fff;
	font-size:0.8125em;
}
.copy p a{
	color:#FFAF02;
}
.copy p a:hover{
	color:#fff;
}
/* start icon styles */
.icon2:before,.icon2:after {
	content: "";
	display: table;
}
.icon2:after {
	clear: both;
}
.icon2{
	float:right;
	zoom:1;
}
.icon2 li a{
	color: #FFF;
	font-size: 0.85em;
	text-transform: uppercase;
	margin-top: -13px;
}
.icon2 li {
	position: relative;
}
.icon2 li:last-child{
	border-right:none;
}
.icon2 li:hover > a {
	color: #fafafa;
}
/**html .icon2 li a:hover { 
     IE6 only 
	color: #fafafa;
}*/
.icon2 ul {
	width:300px;
	margin: 20px 0 0 0;
	_margin: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top:30px;
	z-index: 1;
	right: -140px;
	background: #ffffff;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	box-shadow: 0px 2px 6px #aaa;
	-webkit-box-shadow: 0px 2px 6px #aaa;
	-moz-box-shadow: 0px 2px 6px #aaa;
	-o-box-shadow: 0px 2px 6px #aaa;
}
.icon2 li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
	z-index: 9999;
}
.icon2 ul ul {
	top: 6px;
	left: 158px;
	margin: 0 0 0 20px;
}
.icon2 ul li {
	float: none;
	display: block;
	border: 0;
}
.icon2 ul li:first-child{
	border-top:none;
}
.icon2 ul li:first-child a{
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-o-border-top-left-radius: 5px;
}
.icon2 ul li:last-child {   
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;    
}
.icon2 ul a {    
	_height: 10px; /*IE6 only*/
	white-space: nowrap;
	float: none;
	text-transform: none;
}
.active-icon{
	display: block;
}
.icon2 ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: 45%;
	top: -30px;
	border-left: 10px solid transparent;
	border-right:10px solid transparent;
	border-bottom:10px solid #f0f0f0;
}
.icon2 ul ul li:first-child a:after {
	left: -100px;
	top: 0%;
	margin-top: -6px;
	border-left: 0;	
	border-bottom:20px solid transparent;
	border-top: 20px solid transparent;
	border-right:20px solid #323757;
}
/* Mobile */
.icon2-trigger {
	display: none;
}
.sub-icon2 img{
	border:none;
	display:inline-block;
	vertical-align:middle;
}
.c1 a{
	color:#fff;
	display: inline-block;
	vertical-align: middle;
}
.c2 {
	background: url(../images/img-sprite.png) no-repeat -350px -175px;
	width: 42px;
	height: 42px;
	display: inline-block;
	vertical-align: middle;
}
.icon2 .profile_img {
	margin-top: 3px;
}
.sub-icon2 ul li h3{
	text-align: center;
	font-size: 1em;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 4%;
}
.sub-icon2 ul li p{
	text-align:center;
	font-size: 0.8125em;
	color: #555;
	line-height: 1.8em;
}
.sub-icon2.list{
	padding: 20px 0px;
}
.sub-icon2 ul li p a{
	color: #00405d;
}
.sub-icon2 ul li p a:hover{
	color: #555555;
	text-decoration:underline;
}
/*--login--*/
.span_1_of_login {
	width: 47.2%;
}
.col_1_of_login {
	display: block;
	float: left;
	margin: 1% 0 1% 4.6%;
}
.col_1_of_login:first-child {
	margin-left: 0;
}
h4.title {
	color: #000;
	margin-bottom: 0.5em;
	font-size: 1.1em;
	line-height: 1.2;
	text-transform: uppercase;
}
.span_1_of_login p {
	color:#999;
	font-size:0.8125em;
	line-height: 1.8em;
}
h5.sub_title{
	color:#000;
	font-size:0.8125em;
	text-transform:uppercase;
	margin: 3%;
}
.button1 {
	margin-top:3%;
}
.button1 input[type="submit"] {
	background: #555;
	color: #FFF;
	font-size: 0.8em;
	padding: 8px 20px;
	/* border-radius: 5px; */
	border-bottom: 4px solid #1D1C1C;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
	outline: none;
	text-transform: uppercase;
	border-right: none;
	border-left: none;
	border-top: none;
	float: left;
}
.button1 input[type="submit"]:hover{
	background:#444;
}
.login{
	padding:3% 0;
}
.comments-area input[type="text"] {
	padding: 10px 15px;
	width: 97%;
	color:#000;
	font-size: 0.8125em;
	border:1px solid #f0f0f0;
	background:#fff;
	outline: none;
	display: block;
	font-family: 'Open Sans', sans-serif;
}
.comments-area input[type="text"]:hover, .comments-area input[type="password"]:hover{
	border:1px solid #DBDADA;
}
.comments-area input[type="password"] {
	padding: 10px 15px;
	width: 97%;
	color:#000;
	font-size: 0.8125em;
	border:1px solid #f0f0f0;
	background:#fff;
	outline: none;
	display: block;
	font-family: 'Open Sans', sans-serif;
}
.comments-area span {
	color: #A60000;
}
.comments-area p {
	padding: 8px 0;
}
.comments-area input[type="submit"] {
	background: #555;
	color: #FFF;
	/* font-size: 0.8em; */
	padding: 8px 20px;
	/* border-radius: 5px; */
	border-bottom: 4px solid #1D1C1C;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
	outline: none;
	text-transform: uppercase;
	border-right: none;
	border-left: none;
	border-top: none;
	float: right;
}
.comments-area input[type="submit"]:hover{
	background:#444;
}
p#login-form-remember{
	float:left;
}
p#login-form-remember label a {
	text-decoration: underline;
	color:#000;
}
p#login-form-remember label a:hover{
	text-decoration:none;
}
.col_1_of_2 {
	display: block;
	float: left;
	margin: 1% 0 1% 1.6%;
}
.span_1_of_2 {
	width: 49.2%;
}
.col_1_of_2:first-child {
	margin-left: 0;
}
.register_account{
	padding:3% 0;
}
.register_account form input[type="text"], .register_account form select {
	font-size: 0.8125em;
	color: #999;
	padding: 8px;
	outline: none;
	margin: 10px 0;
	width: 95%;
	font-family: 'Open Sans', sans-serif;
	border:1px solid #f0f0f0;
}
.register_account form input[type="text"]:hover, .register_account form select:hover{
	border:1px solid #DBDADA;
}
button.grey {
	background: #555;
	color: #FFF;
	/* font-size: 0.8em; */
	padding: 8px 20px;
	/* border-radius: 5px; */
	border-bottom: 4px solid #1D1C1C;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
	outline: none;
	text-transform: uppercase;
	border-right: none;
	border-left: none;
	border-top: none;
	float:left;
}
button.grey:hover{
	background:#FFAF02;
	border-bottom: 4px solid #DF9A06;
}
p.terms {
	float: left;
	font-size: 12px;
	padding: 15px 0 0 15px;
}
p.terms a, p.note a {
	text-decoration: underline;
	color: #555;
}
p.terms a:hover, p.note a:hover{
	text-decoration:none;
}
.register_account form input[type="text"].code {
	width: 15%;
}
.register_account form input[type="text"].number {
	width:74.8%;
}
p.code {
	color:#999;
	font-size:0.8125em;
}
/*--shop--*/
.span_2_of_3 {
	width: 77.1%;
}
.span_1_of_left {
	width:19.2%;
}
.rsidebar {
	display: block;
	float: left;
	margin: 1% 3.5% 0% 0;
}
.mens-toolbar {
	margin: 0 0 12px;
	overflow: hidden;
	background: #F7F7F7;
	padding: 5px;
	border: 1px solid #E6E6E6;
	width: 98.9%;
}
.mens-toolbar .sort {
	float: left;
	width: 20.5%;
}
.sort {
	padding: 3px 8px;
}
.sort-by {
	color: #555;
	font-size: 0.8125em;
}
.mens-toolbar .pager {
	padding: 5px 8px 3px 8px;
	float: right;
	width: 26.5%;
}
.pager .limiter {
	float: right;
	color: #555;
	font-size: 0.8125em;
}
.pager .limiter select {
	padding: 0;
	margin: 0 0 1px;
	vertical-align: middle;
}
ul.dc_pagination li {
	float: left;
	margin: 0px;
	margin-left: 5px;
	padding: 0px;
}
ul.dc_pagination li a {
	color: #555;
	display: block;
	padding: 2px 4px 0px 0px;
	text-decoration: none;
	font-size: 0.8125em;
}
.pager .limiter label {
	color:#555;
	font-size:0.8125em;
}
.rating1{
	overflow: hidden;
	display: block;
	background: #D5D5D5;
	padding: 2.1% 1%;
	font-size: 0.85em;
	color: #000;
	float: left;
	width: 44.5%;
}
.list2{
	float: left;
	background: #08080B;
	width: 53.5%;
	padding: 0.2% 0;
	text-align: center;
}
ul.list2 li img {
	vertical-align: middle;
	float: left;
	margin:0 0px 0 12%;
}
h3.m_s{
	color: #555;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 500;
}
.price_shop{
	color: #555;
	font-size: 1.2em;
	font-weight: 700;
}
.span_1_of_a1 {
	width: 31.2%;
}
.labout {
	display: block;
	float: left;
	margin:0 3.6% 0 0;
}
.span_2_of_a1 {
	width: 65.1%;
}
.cont1 {
	display: block;
	float: left;
}
h3.m_3 {
    color: green;
    font-size: 1.1em;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: bold;
}
ul.options li{
	float:left;
	margin: 0 3% 0 0;
}
ul.options li a{
	color:#fff;
	font-size:0.8125em;
	background:#555;
	padding: 5px 10px;
}
ul.options li a:hover{
	background:#FFAF02;
}
h4.m_9{
	color:#555;
	font-size:0.85em;
	text-transform:uppercase;
	margin-bottom:2%;
}
.btn_form {
	padding: 4% 0;
}
.btn_form form input[type="submit"] {
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
	border: none;
	outline: none;
	display: inline-block;
	font-size:0.85em;
	padding: 10px 34px;
	/*background:#555;*/
	background:#008A6A;
	/*border-bottom: 4px solid #1D1C1C;*/
	color: #FFF;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn_form form input[type="submit"]:hover{
	/*background: #FFAF02;*/
    background: #823F98;
	/*border-bottom: 4px solid #DF9A06;*/
}
ul.add-to-links{
	margin-bottom:2%;
}
ul.add-to-links img{
	vertical-align:middle;
}
ul.add-to-links a{
	color:#000;
	font-size:0.85em;
}
ul.add-to-links a:hover{
	text-decoration:underline;
}
.col_1_of_single{
	display: block;
	float: left;
	margin: 1% 0 1% 3.6%;
}
.span_1_of_single{
	width: 11.9%;
}
.col_1_of_single:first-child {
	margin-left: 0;
}
.prod_desc{
	text-align:center;
}
.prod_desc h4{
	margin-bottom:2%;
}
.prod_desc h4 a{
	color:#000;
	font-size:0.8115em;
}
.prod_desc h4 a:hover{
	color:#555;
}
.prod_desc p{
	font-size:1em;
}
p.m_desc{
	color:#999;
	font-size:0.8125em;
	line-height:1.8em;
	margin-bottom:10px;
}
.view {
    /*overflow: hidden;*/
    position: relative;
    overflow: hidden;
    overflow-y: auto;
}
    .view .mask, .view .content {
        position: absolute;
        overflow: hidden;
        top:30%;
        /*top: 130px;*/
        /*left: 130px;*/
        /*left: 34%;*/
        left:29%;
    }
.view-fifth img {
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.view-fifth .mask {
  -webkit-transform: translateX(-300px);
   -moz-transform: translateX(-300px);
   -o-transform: translateX(-300px);
   -ms-transform: translateX(-300px);
   transform: translateX(-300px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.view-fifth:hover .mask {
   -webkit-transform: translateX(0px);
   -moz-transform: translateX(0px);
   -o-transform: translateX(0px);
   -ms-transform: translateX(0px);
   transform: translateX(0px);
}
.view1{
   overflow: hidden;
   position: relative;
}
.view1 .mask1,.view1 .content {
   position: absolute;
   overflow: hidden;
   top:130px;
   left:90px;
}
.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
  	font-size:0.9em;
}
.info:hover {
   background:#FFAF02;
}
.view-fifth1 img {
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.view-fifth1 .mask1 {
  -webkit-transform: translateX(-300px);
   -moz-transform: translateX(-300px);
   -o-transform: translateX(-300px);
   -ms-transform: translateX(-300px);
   transform: translateX(-300px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.view-fifth1:hover .mask1 {
   -webkit-transform: translateX(0px);
   -moz-transform: translateX(0px);
   -o-transform: translateX(0px);
   -ms-transform: translateX(0px);
   transform: translateX(0px);
}
.social_single ul li:first-child, ol li:first-child {
	margin-top: 0px;
	margin-left: 0;
}
.social_single{
	padding:1% 0;
}
.social_single ul li{
	display:inline-block;
}
li.fb a span {
	height: 30px;
	width: 30px;
	display: block;
	background: url(../images/img-sprite.png)no-repeat -24px -317px #555;
}
li.fb a span:hover {
	background: url(../images/img-sprite.png) no-repeat -24px -317px #6796fd;
}
li.tw a span {
	height: 30px;
	width: 30px;
	display: block;
	background: url(../images/img-sprite.png)no-repeat -50px -317px #555;
}
li.tw a span:hover {
	background: url(../images/img-sprite.png) no-repeat -50px -317px #20b8ff;
}
li.g_plus a span {
	height: 30px;
	width: 30px;
	display: block;
	background: url(../images/img-sprite.png)no-repeat -78px -319px #555;
}
li.g_plus a span:hover {
	background: url(../images/img-sprite.png)no-repeat -78px -319px #ed402e;
}
li.rss a span {
	height: 30px;
	width: 30px;
	display: block;
	background: url(../images/img-sprite.png)no-repeat -107px -318px #555;
}
li.rss a span:hover {
	background: url(../images/img-sprite.png)no-repeat -107px -318px #ff9303;
}
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	/*--width:80%;--*/
	margin: 0 auto;
}
.nbs-flexisel-item {
	float: left;
	margin:0px;
	padding:0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
	/*--padding-right:50px;--*/
}
.nbs-flexisel-item > img {
	/*--width:60%;--*/
	cursor: pointer;
	position: relative;
	margin-top:10px;
	margin-bottom: 10px;
	max-width:150px;
	max-height:500px;
}
.grid-flex{
	margin:10px 0 20px 0;
}
.nbs-flexisel-item a {
	color: #999;
	font-size:0.8125em;
}
.nbs-flexisel-item a:hover{
	color:#555;
}
.nbs-flexisel-item p {
	color: #000;
	font-size: 0.85em;
	padding-top: 25px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}
/*** Navigation ***/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width:30px;
	height:30px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
.nbs-flexisel-nav-left {
	left: 0px;
	background: url(../images/img-sprite.png) no-repeat -166px -315px;
}
.nbs-flexisel-nav-right {
	right: 0px;
	background: url(../images/img-sprite.png) no-repeat -193px -315px;
}
.toogle {
	margin-top: 4%;
}
p.m_text {
	color: #999;
	/*font-size: 0.8125em;*/
	line-height:1.8em;
}
.single{
	padding:3% 0 0 0;
}
/*--checkout--*/
p.cart {
	color:#999;
	font-size:0.8125em;
	line-height:1.8em;
}
p.cart a {
	text-decoration: underline;
	color: #000;
}
p.cart a:hover {
	text-decoration: none;
}
/*--shop--*/
.col_1_of_single1:first-child {
	margin-left: 0;
}
.span_1_of_single1{
	width: 30.7%;
	border: 1px solid #DDD;
}
.col_1_of_single1{
	display: block;
	float: left;
	margin: 1% 0 1% 3.6%;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom:30px;
	right: 10px;
	overflow: hidden;
	width: 50px;
	height: 50px;
	border: none;
	text-indent: 100%;
	background: url(../images/down_arrow.png) no-repeat right top;
}
/*--responsive design--*/
@media (max-width:1366px){
	.wrap{
		width:90%;
	}
	.logo {
		/*margin-right: 44.5%;*/
    }
   .dropdown {
	   /*padding-right: 63%;*/
   }
   .search input[type="text"] {
  	   width: 82.7%;
   }
   span.m_8 {
	    margin: 2% 4% 2% 0;
   }
   .icon2 ul {
 	   right: -50px;
   }
   .span_1_of_3 {
		width: 29.5%;
	}
	.mens-toolbar .sort {
		width:22.5%;
	}
	ul.list2 li img {
		margin: 0 0px 0 2%;
	}
	.rating1 {
		width: 49.5%;
		padding: 2.5% 1%;
		font-size: 0.8125em;
	}
	.list2 {
		width: 48.5%;
	}
	.rating {
		padding: 2.2% 5%;
	}
	.span_1_of_single1 {
		width: 28.6%;
	}
	.span_2_of_c1 {
		width: 67.2%;
	}
	.mens-toolbar {
		width: 96.9%;
	}
	.view1 .mask1, .view1 .content {
		top: 120px;
		left: 80px;
	}
}
/*@media (min-width:1200px) and (max-width:1280px) {
    .dropdown {
        padding-right: 62%;
    }
}*/

@media (max-width:1220px) {
    #AllProductDIVID {
        width: 63% !important;
    }
}

@media (min-width:1220px){
    #AllProductDIVID {
        width: 77% !important;
    }
}

@media (max-width:1280px){
	.wrap{
		width:90%;
	}
	.logo {
		/*margin-right:41.5%;*/
    }
   .search input[type="text"] {
  	   width:80.99%;
   }
   span.m_8 {
	    margin: 2% 4% 2% 0;
   }
   .icon2 ul {
 	   right: -50px;
   }
   .span_1_of_3 {
   /*Updated on 31.05.18*/
		width: 29.5%;
        min-width:250px;
        /*min-width:29%;*/
	}
	.mens-toolbar .sort {
		width:23.5%;
	}
	ul.list2 li img {
		margin: 0 0px 0 0;
	}
	.rating1 {
		width: 49.5%;
		padding: 2.5% 1%;
		font-size: 0.8125em;
	}
	.list2 {
		width: 48.5%;
	}
	.rating {
		padding:2.3% 5%;
	}
	.span_1_of_single1 {
		width: 28.6%;
	}
	.span_1_of_c1 p {
		margin-top: 15px;
	}
	.col_1_of_middle {
		margin: 1% 0 1% 2.6%;
	}
	.search {
		width: 53%;
	}
	.view .mask, .view .content {
		left: 115px;
	}
	.span_2_of_a1 {
		width: 61.1%;
		margin-left: 3.5%;
	}
	.view1 .mask1, .view1 .content {
		top: 110px;
		left: 75px;
	}
}
@media (max-width:1024px){
	.wrap{
		width:90%;
	}
	.logo {
		/*margin-right:25.5%;*/
    }
   /*.dropdown {
	   padding-right:46.5%;
   }*/
   .search input[type="text"] {
  	   width:68.99%;
   }
   span.m_8 {
		margin: 3% 4% 2% 0;
	}
   .icon2 ul {
 	   right:-30px;
   }
   .span_1_of_3 {
       /*Updated on 31.05.18*/
		width:27.8%;
        min-width:250px;
	}
	.mens-toolbar .sort {
		width:29.5%;
	}
	ul.list2 li img {
		margin: 0 0px 0 0;
	}
	.rating1 {
		width: 49.5%;
		padding: 2.5% 1%;
		font-size: 0.8125em;
	}
	.list2 {
		width: 48.5%;
	}
	.rating {
		padding: 2.4% 0%;
		font-size: 12px;
		width: 51.5%;
	}
	.span_1_of_single1 {
		width:27.8%;
	}
	.span_1_of_c1 p {
		margin-top: 15px;
	}
	.col_1_of_middle {
		margin: 1% 0 1% 0%;
	}
	.search {
		width:40.5%;
	}
	.view .mask, .view .content {
		left:75px;
		top: 115px;
	}
	.span_2_of_a1 {
		width: 51.1%;
		margin-left: 3.5%;
	}
	.view1 .mask1, .view1 .content {
		top: 110px;
		left: 45px;
	}
	.slider-right h1 {
		font-size: 3em;
	}
	.slider-right h2 {
		font-size: 2em;
	}
	.wmuSliderPrev {
		left: 15px;
	}
	.wmuSliderNext {
		right: 15px;
	}
	.border {
		width: 70px;
		left: 46%;
	}
	.icon1 li a {
		font-size:11px;
		margin-top: 9px;
	}
	.list {
		width:48.5%;
		padding:0;
	}
	ul.list li img {
		margin: 0 0px 0 6%;
	}
	.span_1_of_footer-top {
		width: 32.7%;
	}
	.col_1_of_footer-top {
		margin:0;
	}
	.span_1_of_a1 {
		width: 41.2%;
	}	
	.register_account form input[type="text"].number {
		width: 73.8%;
	}
	.mens-toolbar .pager {
		width: 31.5%;
	}
	ul.dc_pagination li a {
		padding: 0px 4px 0px 0px;
	}
	.span_2_of_c1 {
		width: 62.2%;
	}
	.mens-toolbar {
		width: 96.9%;
	}
	.etalage_zoom_area div {
	    width:350px !important;
		height:350px !important;
	}
	.wmuSliderPagination {
		bottom: 50px;
	}	
}
@media (max-width:800px){
	.wrap{
		width:90%;
	}
	.logo {
		/*margin-right:11.5%;*/
    }
   .dropdown {
	   padding-right:34.5%;
   }
   .search input[type="text"] {
  	   width:80.99%;
  	}
   span.m_8 {
		margin: 2% 10% 2% 0;
	}
   .icon2 ul {
 	   right:-30px;
    }
   .span_1_of_3 {
		width:100%;
	}
	.col_1_of_3 {
		float: none;
		margin: 1% 0 1% 0;
	}
	.mens-toolbar .sort {
		width:29.5%;
	}
	ul.list2 li img {
		margin: 0 0px 0 0;
	}
	.rating1 {
		width: 49.5%;
		padding: 1% 1%;
		font-size: 0.8125em;
	}
	.list2 {
		width: 48.5%;
	}
	.rating {
		padding: 0.8% 0;
		font-size: 12px;
		width: 51.5%;
	}
	.span_1_of_single1 {
		width: 100%;
	}
	.span_1_of_c1 p {
		margin-top: 15px;
	}
	.col_1_of_middle {
		margin: 1% 0 1% 0%;
	}
	.search {
		width:40.5%;
	}
	.view .mask, .view .content {
		left: 40%;
		top: 115px;
	}
	.span_2_of_a1 {
		width: 51.1%;
		margin-left: 3.5%;
	}
	.view1 .mask1, .view1 .content {
		top: 120px;
		left: 40%;
	}
	.slider-right h1 {
		font-size:2em;
	}
	.slider-right h2 {
		font-size: 1.5em;
	}
	.slider-right p {
		font-size: 0.8125em;
	}
	.wmuSliderPrev {
		left: 15px;
	}
	.wmuSliderNext {
		right: 15px;
	}
	.border {
		width: 37px;
		left: 65%;
	}
	.icon1 li a {
		font-size:11px;
		margin-top: 9px;
	}
	.list {
		width:48.5%;
		padding:0;
	}
	ul.list li img {
		margin: 0 0px 0 6%;
	}
	.span_1_of_footer-top {
		width: 32.7%;
	}
	.col_1_of_footer-top {
		margin:0;
	}
	.span_1_of_a1 {
		width: 41.2%;
	}	
	.register_account form input[type="text"].number {
		width:70.8%;
	}
	.mens-toolbar .pager {
		width: 31.5%;
	}
	ul.dc_pagination li a {
		padding: 0px 4px 0px 0px;
	}
	.span_2_of_c1 {
		width: 62.2%;
	}
	.mens-toolbar {
		width:98.8%;
	}
	.cssmenu ul li a {
		margin: 0px 5px;
	}
	.top_box {
		padding: 10px;
	}
	.view-fifth .mask {
		-webkit-transform: translateX(-391px);
		-moz-transform: translateX(-391px);
		-o-transform: translateX(-391px);
		-ms-transform: translateX(-391px);
		transform: translateX(-391px);
	}
	.view-fifth1 .mask1 {
		-webkit-transform: translateX(-391px);
		-moz-transform: translateX(-391px);
		-o-transform: translateX(-391px);
		-ms-transform: translateX(-391px);
		transform: translateX(-391px);
	}
	.span_1_of_middle {
		width: 100%;
	}
	.dropdown {
		padding-right: 0;
		border-right: 0;
	}
	.span_1_of_left {
		width: 100%;
	}
	.rsidebar {
		float: none;
		margin: 1% 0% 0% 0;
	}
	.span_2_of_3 {
		width: 100%;
	}
	.col_1_of_single1 {
		float: none;
		margin: 1% 0 1% 0;
	}
	.etalage_zoom_area div {
	    width:350px !important;
		height:350px !important;
	}
}	
@media (max-width:768px){
	.wrap{
		width:90%;
	}
	.logo {
		/*margin-right:8.5%;*/
    }
   .dropdown {
	   padding-right:34.5%;
   }
   .search input[type="text"] {
  	   width:84.99%;
  	}
   span.m_8 {
		margin: 2% 10% 2% 0;
	}
   .icon2 ul {
 	   right:-30px;
    }
   .span_1_of_3 {
		width:100%;
	}
	.col_1_of_3 {
		float: none;
		margin: 1% 0 1% 0;
	}
	.mens-toolbar .sort {
		width:29.5%;
	}
	ul.list2 li img {
		margin: 0 0px 0 0;
	}
	.rating1 {
		width: 49.5%;
		padding: 1% 1%;
		font-size: 0.8125em;
	}
	.list2 {
		width: 48.5%;
	}
	.rating {
		padding: 0.8% 0;
		font-size: 12px;
		width: 51.5%;
	}
	.span_1_of_single1 {
		width: 100%;
	}
	.span_1_of_c1 p {
		margin-top: 15px;
	}
	.col_1_of_middle {
		margin: 1% 0 1% 0%;
	}
	.search {
		width:53.5%;
		margin: -7px 0px 0 0;
	}
	.view .mask, .view .content {
		left: 40%;
		top: 115px;
	}
	.span_2_of_a1 {
		width: 51.1%;
		margin-left: 3.5%;
	}
	.view1 .mask1, .view1 .content {
		top: 120px;
		left: 40%;
	}
	.slider-right h1 {
		font-size:2em;
	}
	.slider-right h2 {
		font-size: 1.5em;
	}
	.slider-right p {
		font-size: 0.8125em;
	}
	.wmuSliderPrev {
		left: 15px;
	}
	.wmuSliderNext {
		right: 15px;
	}
	.border {
		width: 37px;
		left: 65%;
	}
	.icon1 li a {
		font-size:11px;
		margin-top: 9px;
	}
	.list {
		width:48.5%;
		padding:0;
	}
	ul.list li img {
		margin: 0 0px 0 6%;
	}
	.span_1_of_footer-top {
		width: 32.7%;
	}
	.col_1_of_footer-top {
		margin:0;
	}
	.span_1_of_a1 {
		width: 41.2%;
	}	
	.register_account form input[type="text"].number {
		width:69.8%;
	}
	.mens-toolbar .pager {
		width: 31.5%;
	}
	ul.dc_pagination li a {
		padding: 0px 4px 0px 0px;
	}
	.span_2_of_c1 {
		width: 62.2%;
	}
	.mens-toolbar {
		width:98.8%;
	}
	.cssmenu ul li a {
		margin: 0px 5px;
	}
	.top_box {
		padding: 10px;
	}
	.view-fifth .mask {
		-webkit-transform: translateX(-391px);
		-moz-transform: translateX(-391px);
		-o-transform: translateX(-391px);
		-ms-transform: translateX(-391px);
		transform: translateX(-391px);
	}
	.view-fifth1 .mask1 {
		-webkit-transform: translateX(-391px);
		-moz-transform: translateX(-391px);
		-o-transform: translateX(-391px);
		-ms-transform: translateX(-391px);
		transform: translateX(-391px);
	}
	.span_1_of_middle {
		width: 100%;
	}
	.dropdown {
		padding-right: 0;
		border-right: 0;
	}
	.span_1_of_left {
		width: 100%;
	}
	.rsidebar {
		float: none;
		margin: 1% 0% 0% 0;
	}
	.span_2_of_3 {
		width: 100%;
	}
	.col_1_of_single1 {
		float: none;
		margin: 1% 0 1% 0;
	}
	.etalage_zoom_area div {
	    width:350px !important;
		height:350px !important;
	}
	.row1 {
		height: 200px;
		width:670px!important;
	}
	.header-bottom {
		padding:0;
	}
}
@media (max-width:640px){
	.wrap{
		width:90%;
	}
	.logo {
		/*margin-right: 1.5%;*/
		width: 24.5%;
    }
   .dropdown {
	   padding-right:34.5%;
   }
   .search input[type="text"] {
  	   width:81.99%;
  	}
   span.m_8 {
		margin:0% 5% 0% 0;
	}
   .icon2 ul {
 	   right:-30px;
    }
   .span_1_of_3 {
		width:100%;
	}
	.col_1_of_3 {
		float: none;
		margin: 1% 0 1% 0;
	}
	.mens-toolbar .sort {
		width: 100%;
		float: none;
	}
	ul.list2 li img {
		margin: 0 0px 0 0;
	}
	.rating1 {
		width: 49.5%;
		padding: 1% 1%;
		font-size: 0.8125em;
	}
	.list2 {
		width: 48.5%;
	}
	.rating {
		padding: 0.8% 0;
		font-size: 12px;
		width: 51.5%;
	}
	.span_1_of_single1 {
		width: 100%;
	}
	.span_1_of_c1 p {
		margin-top: 15px;
	}
	.col_1_of_middle {
		margin: 1% 0 1% 0%;
	}
	.search {
		width:53.5%;
	}
	.view .mask, .view .content {
		left: 40%;
		top: 115px;
	}
	.span_2_of_a1 {
		width: 100%;
		margin-left: 0;
	}
	.view1 .mask1, .view1 .content {
		top: 120px;
		left: 40%;
	}
	.slider-right h1 {
		font-size:2em;
	}
	.slider-right h2 {
		font-size: 1.5em;
	}
	.slider-right p {
		font-size: 0.8125em;
	}
	.wmuSliderPrev {
		left: 15px;
	}
	.wmuSliderNext {
		right: 15px;
	}
	.border {
		width: 65px;
		left: 51%;
	}
	.icon1 li a {
		font-size:11px;
		margin-top: 9px;
	}
	.list {
		width:48.5%;
		padding:0;
	}
	ul.list li img {
		margin: 0 0px 0 6%;
	}
	.span_1_of_footer-top {
		width:100%;
	}
	.col_1_of_footer-top {
		margin:0;
	}
	.span_1_of_a1 {
		width:100%;
	}	
	.register_account form input[type="text"].number {
		width:69.8%;
	}
	.mens-toolbar .pager {
		width: 100%;
		float: none;
		padding: 0;
	}
	ul.dc_pagination li a {
		padding: 0px 4px 0px 0px;
	}
	.span_2_of_c1 {
		width: 62.2%;
	}
	.mens-toolbar {
		width:98.8%;
	}
	.cssmenu ul li a {
		margin: 0px 3px;
		font-size: 12px;
	}
	.top_box {
		padding: 10px;
	}
	.view-fifth .mask {
		-webkit-transform: translateX(-391px);
		-moz-transform: translateX(-391px);
		-o-transform: translateX(-391px);
		-ms-transform: translateX(-391px);
		transform: translateX(-391px);
	}
	.view-fifth1 .mask1 {
		-webkit-transform: translateX(-391px);
		-moz-transform: translateX(-391px);
		-o-transform: translateX(-391px);
		-ms-transform: translateX(-391px);
		transform: translateX(-391px);
	}
	.span_1_of_middle {
		width: 100%;
	}
	.dropdown {
		padding-right: 0;
		border-right: 0;
	}
	.span_1_of_left {
		width: 100%;
	}
	.rsidebar {
		float: none;
		margin: 1% 0% 0% 0;
	}
	.span_2_of_3 {
		width: 100%;
	}
	.col_1_of_single1 {
		float: none;
		margin: 1% 0 1% 0;
	}
	.cssmenu {
		margin-top: 6px;
	}
	.wmuSliderPrev, .wmuSliderNext {
		background: url(../images/arrow.png)no-repeat;
		width: 40px;
		height: 63px;
	}
	.wmuSliderPrev {
		background-position: -6px -4px;
		left:20px;
	}
	.wmuSliderNext {
		background-position: -31px -4px;
		right:20px;
	}
	.wmuSliderPagination {
		bottom: 0px;
	}
	.span_1_of_c1 {
		width: 100%;
	}
	.lsidebar {
		float: none;
		margin: 1% 0% 1% 0;
	}
	.span_2_of_c1 {
		width: 100%;
	}
	.span_1_of_5 {
		width: 100%;
	}
	.col_1_of_5 {
	    float: none;
		margin: 1% 0 1% 0;
	}
	h3.m_9 {
		margin-bottom: 1%;
	}
	h4.m_10 {
		margin-bottom: 1%;
	}
	ul.sub_list {
		margin-bottom: 2%;
	}
	ul.sub_list2 {
		margin: 2% 0 0 0;
	}
	.etalage_zoom_area div {
	    width:220px !important;
		height:220px !important;
	}
	.labout {
		margin:0;
	}
	.row1 {
		height: 200px;
		width: 570px!important;
	}
	.span_1_of_login {
		width: 100%;
	}
	.col_1_of_login {
		float:none;
		margin: 1% 0 1% 0;
	}
	.span_1_of_2 {
		width: 100%;
	}
	.col_1_of_2 {
		float:none;	
		margin: 1% 0 1% 0%;
	}
	.header-bottom {
		padding:0;
	}
	.cont {
	    float:none;
	}
}
@media (max-width:480px){
	.wrap{
		width:90%;
	}
	.logo {
		/*margin-right: 0;*/
		width: 30.5%;
    }
   .dropdown {
	   padding-right:34.5%;
   }
   .search input[type="text"] {
  	   width:67.99%;
  	}
   span.m_8 {
		margin:0% 3% 0% 0;
	}
   .icon2 ul {
 	   right:-10px;
    }
   .span_1_of_3 {
		width: 95%;
	}
	.col_1_of_3 {
		float: none;
		margin: 1% 0 1% 0;
	}
	.mens-toolbar .sort {
		width: 100%;
		float: none;
	}
	ul.list2 li img {
		margin: 0 0px 0 0;
	}
	.rating1 {
		width: 49.5%;
		padding: 1.8% 1%;
		font-size: 0.8125em;
	}
	.list2 {
		width: 48.5%;
	}
	.rating {
		padding: 1.5% 0;
		font-size: 12px;
		width: 51.5%;
	}
	.span_1_of_single1 {
		width:100%;
	}
	.span_1_of_c1 p {
		margin-top: 15px;
	}
	.col_1_of_middle {
		margin: 1% 0 1% 0%;
	}
	.search {
		width:40.5%;
	}
	.view .mask, .view .content {
		left:35%;
		top: 115px;
	}
	.span_2_of_a1 {
		width: 100%;
		margin-left: 0;
	}
	.view1 .mask1, .view1 .content {
		top: 120px;
		left: 35%;
	}
	.slider-right h1 {
		font-size:1.7em;
	}
	.slider-right h2 {
		font-size: 1.1em;
	}
	.slider-right p {
		display: none;
	}
	.wmuSliderPrev {
		left: 15px;
	}
	.wmuSliderNext {
		right: 15px;
	}
	.border {
		width: 35px;
		left: 69%;
	}
	.icon1 li a {
		font-size:11px;
		margin-top: 9px;
	}
	.list {
		width:48.5%;
		padding:0;
	}
	ul.list li img {
		margin: 0 0px 0 19%;
	}
	.span_1_of_footer-top {
		width:100%;
	}
	.col_1_of_footer-top {
		margin:0;
	}
	.span_1_of_a1 {
		width:100%;
	}	
	.register_account form input[type="text"].number {
		width:69.8%;
	}
	.mens-toolbar .pager {
		width: 100%;
		float: none;
	}
	ul.dc_pagination li a {
		padding: 0px 4px 0px 0px;
	}
	.span_2_of_c1 {
		width: 62.2%;
	}
	.mens-toolbar {
		width:97.8%;
	}
	.cssmenu ul li a {
		margin: 0px 4px;
		font-size: 12px;
	}
	.top_box {
		padding: 10px;
	}
	.view-fifth .mask {
		-webkit-transform: translateX(-391px);
		-moz-transform: translateX(-391px);
		-o-transform: translateX(-391px);
		-ms-transform: translateX(-391px);
		transform: translateX(-391px);
	}
	.view-fifth1 .mask1 {
		-webkit-transform: translateX(-391px);
		-moz-transform: translateX(-391px);
		-o-transform: translateX(-391px);
		-ms-transform: translateX(-391px);
		transform: translateX(-391px);
	}
	.span_1_of_middle {
		width: 100%;
	}
	.dropdown {
		padding-right: 0;
		border-right: 0;
	}
	.span_1_of_left {
		width: 100%;
	}
	.rsidebar {
		float: none;
		margin: 1% 0% 0% 0;
	}
	.span_2_of_3 {
		width: 100%;
	}
	.col_1_of_single1 {
		float: none;
		margin: 1% 0 1% 0;
	}
	.cssmenu {
		margin-top: 6px;
	}
	.wmuSliderPrev, .wmuSliderNext {
		background: url(../images/arrows.png)no-repeat;
		width: 40px;
		height: 63px;
	}
	.wmuSliderPrev {
		background-position: -6px -4px;
		left:10px;
	}
	.wmuSliderNext {
		background-position: -31px -4px;
		right:10px;
	}
	.wmuSliderPagination {
		bottom: 0px;
		left: 69.5%;
	}
	.span_1_of_c1 {
		width: 100%;
	}
	.lsidebar {
		float: none;
		margin: 1% 0% 1% 0;
	}
	.span_2_of_c1 {
		width: 100%;
	}
	.span_1_of_5 {
		width: 100%;
	}
	.col_1_of_5 {
	    float: none;
		margin: 1% 0 1% 0;
	}
	h3.m_9 {
		margin-bottom: 1%;
	}
	h4.m_10 {
		margin-bottom: 1%;
	}
	ul.sub_list {
		margin-bottom: 2%;
	}
	ul.sub_list2 {
		margin: 2% 0 0 0;
	}
	.etalage_zoom_area div {
	    width:100px !important;
		height:100px !important;
	}
	.labout {
		margin:0;
	}
	.row1 {
		height: 200px;
		width:410px!important;
	}
	.span_1_of_login {
		width: 100%;
	}
	.col_1_of_login {
		float:none;
		margin: 1% 0 1% 0;
	}
	.span_1_of_2 {
		width: 100%;
	}
	.col_1_of_2 {
		float:none;	
		margin: 1% 0 1% 0%;
	}
	.header-bottom {
		padding:0;
	}
	.cont {
	    float:none;
	}
	.icon2 li a {
		margin-top: -73px;
	}
	.slider-left {
		width: 58.5%;
	}
	.slider-right {
		width: 39.5%;
	}
	.btn a {
		padding: 7px 20px;
		font-size: 0.8125em;
	}
	.icon1 ul {
		right: -100px;
	}
}
@media (max-width:670px){
	.wrap{
		width:90%;
	}
    .logo {
        /*margin-right: 0;*/
        width: 42.5%;
        margin-top: 30px;
    }
   .dropdown {
	   padding-right:34.5%;
   }
   .search input[type="text"] {
  	   width:79.99%;
  	}
   span.m_8 {
		margin: 0px 0 10px 0;
	}
	.dropdown dt a span {
		padding:3px 10px;
	}
   .icon2 ul {
 	   right:-10px;
 	   top: -50px;
 	   width: 260px;
    }
    .sub-icon2 ul li h3 {
    	font-size: 0.85em;
    	margin-bottom: 1%;
    }
    .header-top {
		padding: 10px 0 0 0;
	}
   .span_1_of_3 {
		width:98%;
	}
	.col_1_of_3 {
		float: none;
		margin: 1% 0 1% 0;
	}
	.mens-toolbar .sort {
		width:29.5%;
	}
	ul.list2 li img {
		margin: 0 0px 0 0;
	}
	.rating1 {
		width: 49.5%;
		padding: 1.8% 1%;
		font-size: 0.8125em;
	}
	.list2 {
		width: 48.5%;
	}
	.rating {
		padding: 2.1% 0;
		font-size: 12px;
		width: 51.5%;
	}
	.span_1_of_single1 {
		width:93%;
	}
	.span_1_of_c1 p {
		margin-top: 15px;
	}
	.col_1_of_middle {
		margin: 1% 0 1% 0%;
	}
	.search {
		width:100%;
	}
	.view .mask, .view .content {
		left:28%;
		top: 115px;
	}
	.span_2_of_a1 {
		width: 100%;
		margin-left: 0;
	}
	.view1 .mask1, .view1 .content {
		top: 120px;
		left: 35%;
	}
	.slider-right h1 {
		font-size:1.7em;
	}
	.slider-right h2 {
		font-size: 1.1em;
	}
	.slider-right p {
		display: none;
	}
	.wmuSliderPrev {
		left: 15px;
	}
	.wmuSliderNext {
		right: 15px;
	}
	.border {
		width: 50px;
		left: 54%;
	}
	.icon1 li a {
		font-size:11px;
		margin-top: 9px;
	}
	.list {
		width:48.5%;
		padding:0;
	}
	ul.list li img {
		margin: 0 0px 0 9%;
	}
	.span_1_of_footer-top {
		width:100%;
	}
	.col_1_of_footer-top {
		margin:0;
	}
	.span_1_of_a1 {
		width:100%;
	}	
	.register_account form input[type="text"].number {
		width:69.8%;
	}
	.mens-toolbar .pager {
		width: 31.5%;
	}
	ul.dc_pagination li a {
		padding: 0px 4px 0px 0px;
	}
	.span_2_of_c1 {
		width: 62.2%;
	}
	.mens-toolbar {
		width:98.8%;
	}
	.cssmenu ul li a {
		margin: 0px 12px;
		font-size: 11px;
	}
	.top_box {
		padding: 10px;
	}
	.view-fifth .mask {
		-webkit-transform: translateX(-391px);
		-moz-transform: translateX(-391px);
		-o-transform: translateX(-391px);
		-ms-transform: translateX(-391px);
		transform: translateX(-391px);
	}
	.view-fifth1 .mask1 {
		-webkit-transform: translateX(-391px);
		-moz-transform: translateX(-391px);
		-o-transform: translateX(-391px);
		-ms-transform: translateX(-391px);
		transform: translateX(-391px);
	}
	.span_1_of_middle {
		width: 100%;
	}
	.dropdown {
		padding-right: 0;
		border-right: 0;
	}
	.span_1_of_left {
		width: 100%;
	}
	.rsidebar {
		float: none;
		margin: 1% 0% 0% 0;
	}
	.span_2_of_3 {
		width: 100%;
	}
	.col_1_of_single1 {
		float: none;
		margin: 1% 0 1% 0;
	}
	.cssmenu {
		margin-top: 6px;
	}
	.wmuSliderPrev, .wmuSliderNext {
		background: url(../images/arrows.png)no-repeat;
		width: 40px;
		height: 63px;
	}
	.wmuSliderPrev {
		background-position: -6px -4px;
		left:10px;
	}
	.wmuSliderNext {
		background-position: -31px -4px;
		right:10px;
	}
	.wmuSliderPagination {
		bottom: 0px;
		left:60.5%;
	}
	.span_1_of_c1 {
		width: 100%;
	}
	.lsidebar {
		float: none;
		margin: 1% 0% 1% 0;
	}
	.span_2_of_c1 {
		width: 100%;
	}
	.span_1_of_5 {
		width: 100%;
	}
	.col_1_of_5 {
	    float: none;
		margin: 1% 0 1% 0;
	}
	h3.m_9 {
		margin-bottom: 1%;
	}
	h4.m_10 {
		margin-bottom: 1%;
	}
	ul.sub_list {
		margin-bottom: 2%;
	}
	ul.sub_list2 {
		margin: 2% 0 0 0;
	}
	.etalage_zoom_area div {
	    width:100px !important;
		height:100px !important;
	}
	.labout {
		margin:0;
	}
	.row1 {
		height: 200px;
		width:270px!important;
	}
	.span_1_of_login {
		width: 100%;
	}
	.col_1_of_login {
		float:none;
		margin: 1% 0 1% 0;
	}
	.span_1_of_2 {
		width: 100%;
	}
	.col_1_of_2 {
		float:none;	
		margin: 1% 0 1% 0%;
	}
	.header-bottom {
		padding:0;
	}
	.cont {
	    float:none;
	}
	.icon2 li a {
		margin-top:-169px;
	}
	.slider-left {
		width: 80%;
		float: none;
		margin: 0 auto;
	}
	.slider-right {
		display:none;
	}
	.btn a {
		padding: 7px 20px;
		font-size: 0.8125em;
	}
	.social {
		width: 45.33%;
	}
	.icon1 ul {
		width: 200px;
		margin: 10px 0 0 0;
	}
	.icon1 ul {
		right:-7px;
	}
	.sub-icon1 ul li h3 {
		font-size: 0.85em;
		margin-bottom: 1%;
	}
}

.slider-right {
    text-align: center;
}

.h_nav1 ul li a {
    text-decoration: none !important;
}			


input#Search[type=text] {
    box-sizing: border-box;
    border: 2px solid #823F98;
    font-size: 16px;
    background-color: white;
    /*background-image: url(../images/search.png);
    background-position: 10px 10px;
    background-repeat: no-repeat;*/
    padding: 12px 20px 12px 20px;
    /* -webkit-transition: width 0.4s ease-in-out; */
     transition: width 0.4s ease-in-out; 
    border-radius: 4px;
}

input#Search[type=text]:focus {
    width: 100%;
}

.rating {
    width: 50%;
}


.dropdown a, .dropdown a:visited { /*color:#fff;*/ text-decoration:none; outline:none;}
/*.dropdown a:hover { color:#fff;}
.dropdown dt a:hover { color:#fff;}*/

.info:hover {
    background: #008A6A;
}

.info{
    background: #823F98;
}

.footer-bottom{
	padding:1.5% 0;
}

.item h1 {
    color: #B4B1AB;
    font-family: abel;
    font-size: 40px;
    /* margin-top: 115px; */
    font-weight: 500;
    line-height: 1.1;
}

.item p {
    color: #363432;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}

.item h2 {
    color: #363432;
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 22px;
    margin-top: 10px;
}

/*.link-list li a {
    line-height: 18px;
    border-right: none;
    text-align: left;
    padding: 6px 0px;
    background: #fff !important;
    background-image: none !important;
    border-right: 0 none !important;
    display: block;
    border-right: 1px solid #e7e7e7;
    color: #424242;
}*/

@media (max-width: 480px) {
    .item h1 {
        font-size: 30px;
        margin-top: 0;
    }

    .item h2 {
        font-size: 20px;
    }

    .carousel-control.right,.carousel-control.left {
        top: 250px !important;
    }
    .leftslider {
        padding-top:0px;
    }
        #AllProductDIVID {
     margin-left: 0px;     margin-right: 6px;
     width:100% !important;
     margin-bottom:0px !important;
    }
    #ProductListDIVIDCSS {
        float: left;
        /*margin-top: 30px;*/
    }
}

/*.item h1 span {
    color: #008B78;
}*/
@media (min-width: 780px) {
    .leftslider {
        padding-top: 36px;
    }

    .rightproductsdiv {
        width: 77%;
    }

    .leftsiderbarDIVClass {
        width: 23%;
    }

    .left-sidebar {
        /*margin-top: 19px;*/
    }

    #AllProductDIVID {
        margin-left: 30px;
        margin-right: 7px;
    }
}


.brands-name {
    padding-bottom: 20px;
    padding-top: 15px;
}


.brands-name .nav-stacked li a {
    background-color: #FFFFFF;
    color: #696763;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    padding: 5px 25px;
    text-decoration: none;
    /*text-transform: capitalize;*/
}

.brands-name .nav-stacked li a:hover {
    background-color: #fff;
    color: #696763;
}

.left-sidebar h2, .brands_products h2 {
    color: #008B78;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 0 auto 30px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 3;
}

h2.title {
    /*color: #008B78;*/
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    /*margin: 0 15px;*/
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
    padding-left: 20px;
    background: #99d529;
    border-radius:5px;
}

h2.title:before {
    content: " ";
    position: absolute;
    background: #fff;
    bottom: -6px;
    width: 220px;
    height: 30px;
    z-index: -1;
    left: 50%;
    margin-left: -110px;
}

.left-sidebar h2:after, h2.title:after {
    content: " ";
    position: absolute;
    border: 1px solid #f5f5f5;
    bottom: 8px;
    left: 0;
    width: 100%;
    height: 0;
    z-index: -2;
}
@media (max-width: 767px) {
    .shop-menu .pull-right {
        float: none !important;
    }
}

.productdetailspan {
    font-size: 9px;
    padding-top: 3px;
    padding-left: 10px;
    font-size: 12px;
    margin-top: 3px;
    color: white;
}
.sortbydropdownbutton {
    width: 160px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #823F98;
}

.tablewithoutborder thead tr,.tablewithoutborder thead tr th,.tablewithoutborder tbody tr, .tablewithoutborder tbody tr td {
    border:none;
}

@media (min-width: 767px) {
    .tablecontentDIV {
        /*background:lavenderblush;*/
        /*padding: 16px;*/
    }
    .ProductQuantity {
        width:50%;
    }
}
@media (max-width: 767px) {
    .tablecontentDIV {
        /*background:lavenderblush;*/
        font-size: 13px;
        border: 1px solid #ddd;
    }
}
.tablecontentDIV {
    /*background: lavenderblush;*/
}

#loading-indicator {
    position: fixed;
    z-index: 9999;
    height: 2em;
    width: 8em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.btnaction {
    padding: 3px 7px;
}

.customtable thead tr {
    height:50px;
}

.customtable thead tr th {
    vertical-align:middle;
}

.row .form-group label {
    margin-bottom: 10px !important;
}

.form-control {
    line-height: 2.028571 !important;
}

#ShippingAddressDIVID input[type="radio"], #BillingAddressDIVID input[type="radio"] {
    cursor: pointer;
}

#ModalErrorContentCSSDIV {
    color: red;
    font-size: 16px;
    margin-bottom: 27px;
}

/*#footer {
    border-top: 1px solid #444;
    z-index: 1000;
}

#footer {
    color: #c8c8c8;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #5A5D58;
}*/
/*@media screen and (max-width: 375px) and (min-height:667px) {
    #footer1 {
        height: 415px !important;
    }
}*/


@media only screen and (max-width:375px) and (max-height:667px){
    #footer1 {
        height: 415px !important;
    }
}

@media screen and (max-width: 375px) and (min-height:812px) {
    #footer1 {
        height: 415px !important;
    }
}

@media screen and (max-width: 320px) and (max-height:568px){
    #footer1 {
        height: 210px !important;
    }
}

@media screen and (max-width: 414px)  and (max-height:736px){
    #footer1 {
        height: 322px !important;
    }
}

.OutOfOrderQuantiyProduct td,.OutOfOrderQuantiyProduct td input[type="text"] {
    color:red;
}
.red-tooltip + .tooltip > .tooltip-inner {background-color: #f00;}

@media (max-width: 767px) {
    #ShopLayOutBodyDivID {
        margin-bottom: 258px !important;
    }
    /*#footer1 {
        height: 316px !important;
    }*/
    #tablecontentDIVCartWithDiscount,#MyCartListTableDIVID,.scrolltable {
        overflow-x: scroll;
    }
    #ProductAccessCodeProductDescription {
        width: 100% !important;
        margin-left: 0px !important;
    }
    .orderlistPanelListClass {
        height: 250px !important;
    }
    #YourOrderExpandIConDIVID {
        margin-top: -22px;
        margin-bottom:10px;
    }
    #ProductReviewHeaderImageDIVID {
        float: left !important;
        padding-left: 22px;
    }
    #ProductReviewDIVHeaderID {
        min-height:250px;
    }
        .EBookProductListDIVProduct {
        width: 100% !important;
    }
}

/*@media screen and (min-width: 768px) and (max-width: 1024px) {
    #ShopLayOutBodyDivID {
        margin-bottom: 528px !important;
    }
}*/
@media (min-width: 768px) {
    /*.orderlistPanelListClass {
        height: 63px;
    }*/
    .orderlistPanelListClass {
        height: 136px;
    }
    #YourOrderInvoiceDIVID,#YourOrderExpandIConDIVID {
        margin-top: 18px;
    }
    #OrderProductItems .col_1_of_3 {
        /*width: 20%;*/
    }
    #ProductReviewLeftDIV {
        border-right: 4px solid #008A6A;
    }
}
@media (min-width: 1366px) {
        #ProductDetailsLeftDIV {
        width: 207px;
        position: -webkit-sticky;
        position: sticky;
        top: 4px;
        display: inline-block;
        vertical-align: top;
        z-index: 4;
    }
    #ProductDetailsRightDIV {
        margin-top: 27px;
        display: inline-block;
        padding-left: 24px;
        width: calc(100% - 207px);
    }
}
.CartWarningMessage {
    color: red;
    font-weight: bold;
}

.customtable tbody tr td {
    vertical-align: middle;
}

.ordertablespan {
    line-height: 1.9;
}

    #BillingToTable {
        border: none;
    }

        #BillingToTable tbody tr td {
            border: none;
        }

    .dataTables_info {
        width: 30%;
        float: left;
    }
    .paging_full_numbers {
        float: left;
    }
    .dataTables_length
    {
        float:right;
    }
    .dataTables_filter
    {
    display: inline-block;
    }
.orderlistPanelListClass .form-group {
    margin-bottom: 0px;
}

h3.m_2 {
    color: #555;
    font-size: 1.0em;
    font-weight: 500;
    height: 67px;
    overflow: hidden;
}

.ProductReviewStar {
    line-height: normal;
    display: inline-block;
    color: #fff;
    padding: 5px;
    border-radius: 3px;
    background-color: #99d529;
}

.ratingBarDIV {
    height: 5px;
    position: relative;
    background: #f0f0f0;
    margin-top: 7px;
    margin-left: 7px;
    border-radius: 100px;
}

.ratingBarSpanGreen {
    background-color: #99d529;
}

.ratingBarSpanOrange {
    background-color: orange;
}

.ratingBarSpanRed {
    background-color: red;
}

.ratingBarSpan,.ratingBarSpanGreen,.ratingBarSpanOrange,.ratingBarSpanRed {
    left: 0;
    position: absolute;
    width: 0%;
    height: 5px;
    border-radius: 100px;
}

.inline-block {
    display: inline-block;
}

@media (min-width: 1200px) {
    .pull-right-lg {
        float: right;
    }
    #MyContentProductTypeDIVID {
        /*margin-right: 36px;*/
        display:none;
    }
    #ContentProdcut123ButtonDIVID {
        margin-left: 45px;
    }
    #ProductIndexMainDIVID {
        /*padding-left: 5%;padding-right: 5%;*/
    }
}


@media (max-width: 768px) {
    #ContentProdcutButtonDIVID {
        display: none;
    }
}

#ContentProdcutButtonDIVID button.active {
    background-color:green;
}

#ProductDetailsDescriptionConentDIVID p{
    /*color: #999;*/
    line-height: 1.8em;
    float: left;
    min-height: 14px;
    width: 100%;
}

#ProductDetailsDescriptionConentDIVID ul, #ProductDetailsDescriptionConentDIVID ol {
    margin-left: 1.25em;
}
#ProductDetailsDescriptionConentDIVID ul, #ProductDetailsDescriptionConentDIVID ol,  #ProductDetailsDescriptionConentDIVID dl {
    line-height: 1.6;
    margin-bottom: 1.25em;
    list-style-position: outside;
    font-family: inherit;
        list-style-type:disc;
            /*color: #999;*/
}

/*@media only screen and (max-width: 412px) {
    #footer {
        height: 135px !important;
    }
}

@media only screen and (max-width: 360px) {
    #footer {
        height: 95px !important;
    }
}*/

/*@media only screen and (max-width: 414px) {
    #footer {
        height: 190px !important;
    }
}*/

/*@media only screen and (max-width: 375px) {
    #footer {
        height: 121px !important;
    }
}*/


/* Added for i Pad*/
@media only screen and (min-device-width: 481px) and (max-device-width: 1023px) {
    .wsmenucontainer {
        margin-top: -25px !important;
    }

    .EBookProductListDIVProduct {
        width: 47% !important;
        margin-right: 5px;
        float: left;
    }

    #ShopLayOutBodyDivID {
        margin-bottom: 258px !important;
    }

    #footer1 {
        height: 320px !important;
    }
}
/* Added for i Pad Pro*/
@media only screen and (min-device-width : 1024px) and (max-device-width : 1100px) {
    #MyContentProductTypeDIVID {
        display: none;
    }

    #ShopLayOutBodyDivID {
        margin-bottom: 928px !important;
    }

    .EBookProductListDIVProduct {
        width: 45% !important;
        margin-right: 5px;
        float: left;
    }
    .sortbydropdown {
        width: 88%;
    }
    .dropdown {
        padding-right: 0px;
    }
}

label.error {
    color: #a94442;
    font-weight: normal;
}

.font-weight-normal {
    font-weight:normal;
}

button.multiselect {
    text-align: left;
}

#multiselectPositionDIV .multiselect-container,#multiselectSubjectDIV .multiselect-container,#multiselectLearnAboutDIV .multiselect-container {
    max-height: 250px;
    overflow: scroll;
}

#multiselectPositionDIV button b.caret, #multiselectSubjectDIV button b.caret, #multiselectLearnAboutDIV button b.caret {
    float: right;
    margin: 10px 0px;
}

button.multiselect {
    height: 34px;
}

#multiselectPositionDIV button span.multiselect-selected-text, #multiselectSubjectDIV button span.multiselect-selected-text, #multiselectLearnAboutDIV button span.multiselect-selected-text {
    width: 95%;
    float: left;
}


.CustomMenuLikeMegaMenu > a:hover {
    /*background-color: rgba(0,0,0,0.10) !important;*/
    text-decoration: none;
}

.CustomMenuLikeMegaMenu > a {
    display: block;
    color: #333;
    padding: 0px 30px 0px 18px;
    line-height: 47px;
    /* border-right: 1px solid rgba(0,0,0,0.10); */
    text-decoration: none;
    position: relative;
}

.MegaMenuWithoutChildMenu a {
    padding: 0px 9px 0px 10px !important;
}

.wsmenu111 {
    text-transform: uppercase;
}

.paragraphWithAnchor a,.paragraphWithAnchor a:hover{
    color:white;
}

/*.widget_search .btn-default {
    border-radius: 0;
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
    border-color: transparent;
    box-shadow: none;
    background-color: transparent;
    background-image: url(../images/search_icon.png);
    margin-left: -30px;
    margin-top: 5px;
}*/

#footer-row .widget_search .input-group .form-control {
    background-color: transparent;
    border: 1px solid #9E2FB3;
    color: #fff;
}

#footer-row .widget_search .btn-default {
    border-radius: 0;
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
    border-color: transparent;
    box-shadow: none;
    background-color: transparent;
    background-image: url(../images/search_icon.png);
    margin-left: -30px;
    margin-top: 5px;
}

#footer-row .widget_search button {
    color: transparent;
}

#footer-row .widget_search .btn:hover {
    background-position: inherit;
}


/*@media (max-width: 567px) {
    #footer121 {
        height: 196px !important;
    }
}*/

/*@media only screen and (max-width: 568px) {
    #footer1 {
        height: 196px !important;
    }
}*/

/*@media (min-width: 568px) {
    #footer1 {
        height: 283px !important;
    }
}*/

/*@media only screen and (min-width: 569px) and (max-width: 667px) {
    #footer1 {
        height: 320px !important;
    }
}

@media only screen and (min-width: 668px) and (max-width: 736px) {
    #footer1 {
        height: 320px !important;
    }
}*/

/*@media only screen and (min-device-width: 737px) and (max-device-width: 812px) {
    #footer1 {
        height: 420px !important;
    }
}*/

.carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    /*margin: 10px;*/
    text-indent: 0;
    cursor: pointer;
    border: none;
    border-radius: 50%;
    background-color: #99d529;
    box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,0.5);    
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    /*margin: 10px;*/
    margin: 1px;
    background-color: green;
}

/*@media (max-width: 731px) {
    #footer1 {
        height: 322px !important;
    }*/
}

/*@media (max-width: 1024px) {
    #footer1 {
        height: 607px !important;
    }
}*/

@media (max-width: 411px) {
    #footer1 {
        height: 427px;
    }
}

@media (min-width: 992px) {
    #PlaceTextOnImageInnerDIVID {
        width:60% !important;
        font-size:16px !important;
    }
}



.btn-success_PLT {
    color: #fff;
    background-color: #99d529;
    border-color: #99d529;
    text-transform: uppercase;
}

.btn-success_PLT.focus, .btn-success_PLT:hover {
    color: #fff;
    background-color: #99d529;
    border-color: #99d529;
}

.btn-success_PLT.active, .btn-success_PLT:active, .open>.dropdown-toggle.btn-success_PLT {
    color: #fff;
    background-color: #99d529;
    border-color: #99d529;
}


.btn-success_PLT.active.focus, .btn-success_PLT.active:focus, .btn-success_PLT.active:hover, .btn-success_PLT:active.focus, .btn-success_PLT:active:focus, .btn-success_PLT:active:hover, .open>.dropdown-toggle.btn-success_PLT.focus, .open>.dropdown-toggle.btn-success_PLT:focus, .open>.dropdown-toggle.btn-success_PLT:hover {
    color: #fff;
    background-color: #99d529;
    border-color: #99d529;
}


.btn-success_PLT.focus, .btn-success_PLT:focus {
    color: #fff;
    background-color: #99d529;
    border-color: #99d529;
}


.btn-pink_PLT {
    color: #fff;
    background-color: #823F98;
    border-color: #823F98;
    text-transform: uppercase;
}

.btn-pink_PLT.focus, .btn-pink_PLT:hover {
    color: #fff;
    background-color: #823F98;
    border-color: #99d529;
}

.btn-pink_PLT.active, .btn-pink_PLT:active, .open>.dropdown-toggle.btn-pink_PLT {
    color: #fff;
    background-color: #823F98;
    border-color: #823F98;
}


.btn-pink_PLT.active.focus, .btn-pink_PLT.active:focus, .btn-pink_PLT.active:hover, .btn-pink_PLT:active.focus, .btn-pink_PLT:active:focus, .btn-pink_PLT:active:hover, .open>.dropdown-toggle.btn-pink_PLT.focus, .open>.dropdown-toggle.btn-pink_PLT:focus, .open>.dropdown-toggle.btn-pink_PLT:hover {
    color: #fff;
    background-color: #823F98;
    border-color: #823F98;
}


.btn-pink_PLT.focus, .btn-pink_PLT:focus {
    color: #fff;
    background-color: #823F98;
    border-color: #823F98;
}

.btn{
    text-transform:uppercase;
}

.multiselect-selected-text {
    overflow:hidden;
}

.icon-logo {
    font-size: 20px;
    color: #123456;
    background: pink;
    padding: 12px 15px;
    border-radius: 50%;
    font-family: FontAwesome;
}

/*.orderlistPanelListClass {
    height: calc(100vh - 500px);
}*/

@media (max-width: 575px)
{


     .upperdiv {
        text-align: center;
        position: relative;
        /*background-image: url('../../Content/images/Rectangle.png');*/
        background-image:none!important;
        background-color: #99d529!important;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 30px!important;
        /*padding-top: 300px;*/
        background-size: 100% 100%;
        color: white;
        margin-bottom: 15px;
        object-fit: cover;
        object-position: center;
        border-radius:5px;
    }


    #panelid{
        width:111%!important;

    }
    td > a#AssignTo6 {
        visibility: visible !important;
        margin-bottom: 6px !important;
        font-size: 12px !important;
    }
    a.btn1class{
       display:none!important;
    }
    .btn1class {
        font-size: 8px !important;

    }

    .upperdiv
    {
        width:111%;
        
    }

    .upperdiv>h1
    {
        font-size:24px!important;
    }

    tr#valid {
        border-bottom: 1px solid #ddd !important;
        height: 112px !important;
    }

    .headclass
    {
        display:none;
    }

    tr.forrow
    {       
             
    }

    td.aid {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    td.aid {
        float: left !important;
        line-height: 22px !important;
        padding-left: 39px !important;
        clear: both;
        margin-bottom:6px;
       
    }

    td>a.aid
    {
         margin-bottom:6px!important;
        font-size:12px!important;
    }
    tr#valid {
        display: block!important;        
        clear:both!important;        
    }

    td.cclass
    {
        float:right!important;
        padding-top:0!important;
        padding-bottom:0!important;
    }

    .tableclass>tbody>tr:nth-of-type(odd) {
        background-color: #fff !important;
    }
    a#Selectedintscode{
        font-size:13px!important;
    }
    a.atag
    {
        font-size:13px!important;
    }
    a#Selectedcode
    {
        font-size:13px!important;
    }

    span#spantag {
        /*display:block!important;*/
        clear:both!important;
    }

    td.hidetd
    {
        display:none!important;
    }
    thead.theadclass tr > th.oneclass {
        display: none !important;
    }

    td>input.assignclass{
        width:86%!important;
    }

    td>input.assignclass1 {
        width: 100% !important;
    }
    table.tableclass {
        width: 100% !important;
        
    }
}

@media (min-width: 576px) and (max-width: 767px)
{
    #panelid {
        width: 107% !important;
    }
    .btn1class {
        font-size: 11px !important;
    }
    .tableclass>tbody>tr:nth-of-type(odd) {
        background-color: none !important;
    }
    table.tableclass {
        width: 100% !important;
        font-size: 14px !important;
    }

    td>input.assignclass {
        width: 86% !important;
        margin-bottom:6px;
    }

    td>input.assignclass1 {
        width: 100% !important;
    }
     /*td > a#AssignTo6 {
        visibility: visible !important;
        margin-bottom:6px!important;
        font-size:12px!important;
    }*/

     /*#gbutton
     {
         display:none!important;
     }*/
        tr#valid {
        
        border-bottom: 1px solid #ddd !important;
        height: 72px !important;
    }

    .upperdiv {
        width: 107%!important;
    }

    }

@media (min-width: 768px) and (max-width: 991px)
{
   table.tableclass {
        width: 100% !important;
        font-size: 14px!important;
    }
   
      #panelid
   {
       width:100%!important;
   }

    .upperdiv {
        width: 100%!important;
    }

    .btn1class
    {
        font-size:12px!important;
    }


    td > input.assignclass {
        width:100%!important;
        margin-bottom:6px!important;
    }
        .tableclass > tbody > tr:nth-of-type(odd) {
        background-color: none !important;
    }

    tr#valid {
        border-bottom: 1px solid #ddd !important;
        height: 72px !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px)
{
   table.tableclass
    {
        width:100%!important;
    }

      #panelid
   {
       width:100%!important;
   }


        .tableclass > tbody > tr:nth-of-type(odd) {
            background-color: none !important;
        }
}
@media (min-width: 1200px)
{
    .tableclass > tbody > tr:nth-of-type(odd) {
        background-color: none !important;
    }
}

@media only screen and (max-width: 780px) {
    #MainHeaderULID li {
        display: inline-block !important;
    }
}

@media only screen and (min-width: 781px) {
    #MainHeaderULID .FirstLI {
        display: none;
    }
}