*{
	outline:none;
}
html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
body {
	
	color: #202020;
	font-family: 'Raleway', sans-serif;
	margin: 0px;
	font-size:12px;
	padding: 0px;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
h1 {
	color: #000000;
	margin-bottom: 36px;
	font-size: 20px;
	font-weight: 800;
	margin-top:0;
	letter-spacing:2px;
	font-family: 'Raleway', sans-serif;
	text-transform:uppercase;
}

h2 {
	color: #000000;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 13px;
	font-family: 'Raleway', sans-serif;
	text-transform:uppercase;
	font-weight:800;
	letter-spacing:2px;
}
h3{
	font-size:14px;
	color:#000000;
	font-weight:700;
	margin-top:0px;
	font-family: 'Raleway', sans-serif;
	letter-spacing:1px
}
p {
	margin-top: 0px;
	margin-bottom: 8px;
}
a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	font-weight:400;
}
a b{
	color: #000;
	text-decoration: none;
	cursor: pointer;
	font-weight:700;
}
a:hover b{
	text-decoration:underline;
}
a:hover {
	text-decoration: none;
	color:#808080;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea,select {
	font-family: 'Raleway', sans-serif;
	border: 1px solid #d1d1d1;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
	border-radius:0;
	font-size:12px;
	font-weight:400;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	color:#000;
}
textarea{
	margin-top:6px;
	margin-bottom:9px;
}
input[type='text'], input[type='password']{
	height:28px;
	padding:4px 8px 2px;	
}
select {
	background: #F8F8F8;
	border: 1px solid #d1d1d1;
	padding: 2px;
	height:28px;
	padding:10px 7px 12px 5px;
	width:43%;
	margin-top:6px;
	margin-bottom:9px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
label {
	cursor: pointer;
}
ul{
	list-style:none;
}
ul li{
	margin-bottom:12px;
}
input[type="radio"] {
    cursor: pointer;   
    margin-right: 3px;
    vertical-align: -2px;
}

div.name > a, .name > a{
	font-size:12px;
	color:#000;
	font-family: 'Raleway', sans-serif;
	font-weight:500;
	text-transform:uppercase;
}
.name > a:hover{
	color:#808080;	
}

.price{	
	font-size:14px;
	color:#000000;
	font-weight:700;
	font-family: 'Raleway', sans-serif;
}
div.price{
	margin-bottom:3px;
}
.price-new{
	color:#d70000;
}
.price-old{
	text-decoration:line-through;
	margin-right:3px;
	color:#808080;
}
.price-tax{
	color:#999999;
	font-weight:400;
}
div.rating{
	margin-bottom:6px;
}
.wishlist, .compare {
    display: inline-block;
    margin-bottom: 3px;
	text-indent:-9999px;
	width:40px;
	height:30px;
	border:1px solid #3d3d3d;	
	background:#fff;
}
.wishlist a, .compare a{
	display: block;
    height: 28px;
}
.compare a{
	background-image: url("../image/icon.png");
    background-position: -1px -273px;
    background-repeat: no-repeat;
    padding-right: 0;
}
.compare a:hover{opacity:0.5; filter: alpha(opacity=50);}
.compare{
	margin-right:2px;
}
.wishlist a{
	background-image:url(../image/icon.png);
	background-repeat:no-repeat;
	background-position:-46px -273px;	
}
.wishlist a:hover{opacity:0.5; filter: alpha(opacity=50);}
.box_btn_icon{
	bottom: -100%;
	left:0;
    opacity: 0;
	filter: alpha(opacity=0);
    position: absolute;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    width: 100%;
	z-index:10;
	text-align:center;
}
.image:hover .box_btn_icon{opacity:1;filter: alpha(opacity=100); left:0; bottom:-3px}
.show_action{
	position: absolute;
	top: 50%;
	right: 0;
	bottom: 50%;
	left: 0;
	width: 100%;
	z-index: 2;
}
.show_action .show_action_wrapper{
	position: relative;
	/*height: 50%;*/
	display: block;
}
.show_action .show_action_wrapper a.sft_quickshop_icon{
	bottom:1px; 
	position:absolute; 
	left:-100%;
	opacity: 0;
	filter: alpha(opacity=0);
	transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
}
.image:hover .show_action .show_action_wrapper a.sft_quickshop_icon{	
	opacity: 1;
	filter: alpha(opacity=100);
	left:0;
}
.show_action .show_action_wrapper .cart{
	top:0; 
	position:absolute; 
	right:-100%;
	opacity: 0;
	filter: alpha(opacity=0);
	width:100%;
	transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
}
.image:hover .show_action .show_action_wrapper .cart{
	opacity: 1;
	filter: alpha(opacity=100);	
	right:0;
}
.cs_img .hoverBorderWrapper .theHoverBorder {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.notouch .image:hover .hoverBorderWrapper .theHoverBorder {
	box-shadow: 0 0 0 2px #e1e1e1 inset;
}
.cs_img {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.cs_img .hoverBorderWrapper {
	position: relative;
	display: block;
}
.cs_img .hoverBorderWrapper img{
	transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
}
.notouch .image:hover .hoverBorderWrapper img {
	-webkit-transform: scale(1.2) rotate(0deg);
	-moz-transform: scale(1.2) rotate(0deg);
	transform: scale(1.2) rotate(0deg);
}
#colorbox, #cboxOverlay, #cboxWrapper{
	overflow:visible!important;
}
/* layout */
#container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#column-left {
	padding:0 20px 0 10px;
}
#column-right {
	float: right;
	padding:0 10px 0 20px;
}
#column-left + #content{padding:0 10px 0 20px}
#column-right + #content{padding:0 20px 0 10px}
#column-left + #column-right + #content{padding:0 10px}
.other_page #column-left {margin-bottom: 75px;}
.other_page #column-right{margin-bottom: 75px;}
#content {
	min-height: 300px;
	margin-bottom: 25px;
	padding:0
}
.other_page #content {margin-bottom:75px}
/* header */

.header-top .link a{
	color:#202020;
	font-family: 'Raleway', sans-serif;
	font-size:10px;
	text-transform:uppercase;
	font-weight:400;
	white-space:nowrap;
	padding-left:15px;
	margin-left:12px;
	border-left:1px dotted #999;
}
.header-top .link a:first-child{border:none; margin:0; padding:0}
.header-top .link{
	margin-top:4px;
	text-align:right;
}
.header-top .link a:hover{
	text-decoration:underline
}
#welcome{
	font-size:11px;	
	color:#000;
	margin-top:6px;
	margin-bottom:6px;
	text-align:left;
	font-weight:400;
}
#welcome a,#welcome b{
	text-decoration:underline;
	font-size:11px;
	font-weight:400;
	color:#000;
}
#welcome b{text-decoration:none}
#welcome a:hover{
	text-decoration:none;
}
#search{
	border: 1px solid #cccccc;
    display: block;
    float: right;
    height: 30px;
    max-width: 100%;
    padding: 2px 0;
    position: absolute;
    right: 0;
    top: 21px;
}
.button-search {
	border: medium none;
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 20px;
    position: relative;
    right: 1px;
    top: 2px;
    width: 20px;
    text-align: center;
	color:#000;
	font-size:13px;
}
#search input{
	 border: 0 none;
    color: #000;
    float: left;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    margin: 0 0 0 10px;
    max-width: 73%;
    min-height: 24px;
    outline: medium none;
    padding: 0;
    text-transform: uppercase;
    vertical-align: middle;
	background:transparent;
}

.bt-breadcrumb{
	padding: 15px 0;
	margin-bottom: 41px;
	border-top: 1px solid #cbcbcb;
	border-bottom: 1px dashed #cbcbcb;
	text-transform: uppercase;
}
.bt-breadcrumb ul li a{font-size:12px; font-family: 'Raleway', sans-serif; color:#000}
.bt-breadcrumb ul li a:hover{font-weight:700}
.breadcrumb > li:last-child a:hover{}
.bt-breadcrumb ul li.last a{cursor:default; font-weight:400}
.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555555;
	margin-bottom:15px;
	margin-top:5px;
}
.success {
	background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
	position:relative;
	color:#346c1b;
}
.success img.close{
	position:absolute;
	right:3px;
	top:8px;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	color:#e26060;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.required {
	color: #FF0000;
	
}
.error {
	display: block;
	color: #FF0000;
	margin-bottom:5px;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {

}
table.form > * > * > td {
	
}
table.form td {
	
}
input.large-field, select.large-field {
	width: 300px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	
	margin-bottom: 25px;
}
table.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
table.list tbody td {
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.radio {
	width: 100%;
	border-collapse: collapse;
}
table.radio td {

}
table.radio td label {
	display: block;
}

table.radio tr.highlight:hover td + td{
	background: #F1FFDD;
	cursor: pointer;
}
.pagination {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links {
	float:right;
}
.pagination .links a {
	background: none repeat scroll 0 0 #fff;
    border: 1px solid #d5d5d5;
    border-radius: 50%;
    color: #000;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    height: 28px;
    line-height: 24px;
    margin-right: 2px;
    text-align: center;
    text-decoration: none;
    width: 28px;
	transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;	
}
.pagination .links b,.pagination .links a:hover {
	background: none repeat scroll 0 0 #000;
    border: 1px solid #000;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    height: 28px;
    line-height: 24px;
    margin-right: 2px;
    text-align: center;
    text-decoration: none;
    width: 28px;
}

/* button */
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.htabs {	
	line-height: 16px;	
	width:100%;
	overflow:hidden;	
	border-top:1px solid #cbcbcb;
	border-bottom:1px solid #cbcbcb;
	margin-bottom:25px;
}
.htabs ul li{
	overflow:hidden;
	display:inline-block;
	margin-bottom:0;
	float: left;
}
.htabs a {	
	padding:12px 25px;
	float: left;
	font-size: 14px;
	font-weight: 700;
	letter-spacing:1px;
	text-transform:uppercase;
	position:relative;
	font-family: 'Raleway', sans-serif;
	transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
}
.htabs a.selected ,.htabs a:hover{			
	background-color:#000;
	color:#fff;	
}
.htabs a.selected{
	cursor:default;
}
#tab-description ul{
	margin-left:17px;
	margin-bottom:18px;
}
#tab-description ul li{
	margin-bottom:8px;
}
#tab-description ol{
	margin-left:19px;
}
#tab-description ol li{
	margin-bottom:8px;
}
#tab-description .image_des{
	margin-top:29px;
	text-align:center;
}
#tab-description p.image{
	text-align:center;
	margin-bottom:24px;
}
#tab-description p.italic{
	color:#999999;
	font-size:13px;
	font-style:italic;
	text-align:center;
	padding-left:150px;
	padding-right:150px;
	margin-bottom:23px;
}
#tab-description p.big_image{
	text-align:center;
	margin-bottom:20px;
}
#tab-description.tab-content{
	margin-top:10px;
	margin-bottom:5px;
}
#tab-description.tab-content p{
	margin-bottom:20px;
}
#tab-review{margin-bottom:30px}
#tab-review b{font-weight:400}
.tab-content{
	overflow:hidden;
}
.tags{margin-bottom:58px;}
.tags a{font-size:14px;}
.tags b{font-size:14px;}
#tab-related{position:relative; overflow:hidden}
#tab-related h2.box-title{
	font-size:14px;
	border-top:1px solid #cbcbcb;
	border-bottom:1px solid #cbcbcb;
	padding:12px 0;
	margin-bottom:35px;
}
#tab-related .box-content{margin:0 -20px;}
#product_related li{float:left; margin:0 20px;}
#product_related .relt_product{max-width:266px; text-align:center}
#product_related .relt_product .name{margin-bottom:16px}
#product_related .relt_product .image{margin-bottom:15px}
#product_related .relt_product .price{clear:both}
#tab-related a.prev{
	font-size:28px;
	position:absolute;
	top:0; right:35px;
	color:#727272;
	padding:0 10px;
}
#tab-related a.next{
	font-size:28px;
	position:absolute;
	top:0; right:0;
	color:#727272;
	padding:0 10px;
}
#tab-related a.prev:hover, #tab-related a.next:hover{opacity:0.5; filter: alpha(opacity=50);}
/* box */
.box {
	margin-bottom: 20px;	
	position:relative;		
}
.box-category{z-index:99;}
.box .box-heading {
	background-color: #000;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 10px;
    text-align: left;
    text-transform: uppercase;
}
.box .box-content {
	background: #FFFFFF;		
	padding: 17px 10px 10px;
}
.box .box-content .box-product .price-old{
	display:block;
	margin-bottom:3px;
}
.box .box-content .box-product .image{
	margin-right:10px;
}
.box .box-content ul li{
	margin-bottom:9px;
}
.box-featured .box-heading{margin-bottom: 7px;}
.box.account .box-content{padding-top:17px}
.box.account .box-content ul li{margin-bottom: 12px;}
.box.account .box-content ul li a{font-weight:700}
.box.account .box-content ul li a:hover{color:#d70000}
.box .box-content ul li.active a{
	font-weight:700;
	cursor:default;
	color:#d70000;
}
.box_alphabet .box-content{
	padding-bottom:30px;
	padding-top:20px;
}
/* box products */
.box-product .image {
	display: inline;
    float: left;   
    margin-right: 8px;
    position: relative;
	margin-bottom:10px;
	margin-left:0;
	overflow:hidden
}
.box-product .image img{
	width:100%;
}
.box-product > div{
	overflow:hidden;
	margin-bottom:25px;
}
.box-product .prod-detail{	
	overflow:hidden;
	min-width:40%;
}

.box-product .rating {
	display: block;
	margin-bottom: 4px;
}
/*banner category */
.block-cate-page, .block-banner-left{	
	margin-bottom:0;
	overflow:hidden;	
}
.block-cate-page img, .block-banner-left img{
	width:100%;
	max-width:100%;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
.block-cate-page a, .block-banner-left a{
	overflow:hidden;
	position:relative;
	display:block;
}
.block-cate-page a:before, .block-banner-left a:before{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	margin: auto;
	background-color: rgba(255,255,255,0.1);
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.block-cate-page a:after, .block-banner-left a:after{
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 100%;
	background-color: rgba(255,255,255,0.1);
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.block-cate-page a:hover:before, .block-cate-page a:hover:after, .block-banner-left a:hover:before, .block-banner-left a:hover:after{
	width:100%;
	height:100%
}
/* box category */
.box .box-content .box-category > li{
	margin-bottom:10px;	
} 
.box .box-content .box-category > li > a{}
.box .box-content .box-category.boss-menu-cate > li{}
.box .box-content .box-category.boss-menu-cate > li:hover{}
.box .box-content ul li ul{
	margin-top:7px;	
	display:none;
}
.box .box-content > ul > li a.active{
	cursor:default;
	font-weight:700
}
.box .box-content ul li{position:relative}
.box .box-content ul li a{
	font-size:12px;
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	color:#000;
}
.box .box-content ul li a:hover{font-weight:700}
.box .box-content ul li:hover ul{
	background: none repeat scroll 0 0 #fff;
    border: 1px solid #cbcbcb;
    display: block;
    left: 100%;
    margin: 0;
    padding: 10px;
    position: absolute;
    top: -11px;
    width: 100%;
	-webkit-box-shadow: 1px 0px 0px #cbcbcb;
}
.category-list{
	overflow:hidden;	
}
.category-list ul {
    float: left;
    margin-bottom: 0;
    margin-right: 14px;
    padding-left: 0;
    width: 25%;
}
.category-list ul li{
	margin-bottom:7px;
    padding-left: 0;
}
.category-list ul li a{
	font-size:12px;
}
.product-filter .display b, .article-filter .display b {
    display: none;
}

.product-filter .text-control-label{
	display:none;
}
.product-filter .sort label:before,
.product-filter .limit label:before,
.article-filter .sort label:before,
.article-filter .limit label:before,
.b_manufacture label:before{
    background: url('../image/select.png') no-repeat scroll center center #ffffff;
    border-radius: 30px;
    border-right: 1px solid #d1d1d1;
    content: "";
    display: block;
    height: 26px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 1px;
    width: 33px;
}
.ie10 .product-filter .sort label:before,
.ie10 .product-filter .limit label:before,
.ie10 .article-filter .sort label:before,
.ie10 .article-filter .limit label:before,
.ie10 .b_manufacture label:before{
	width:auto;
	background:none;
	border:none;
}
.product-filter .sort select, 
.product-filter .limit select, 
.article-filter .sort select,
.article-filter .limit select,
.b_manufacture select{
    -moz-appearance: none;
    background-color: #FFFFFF;
    border: 1px solid #d1d1d1;
    color: #202020;
	font-family: 'Raleway', sans-serif;
    cursor: pointer;
	border-radius:30px;
    display: inline-block;
    height: 28px;
    margin: 0;
    outline: medium none;
    padding: 5px 10px;
    width:122px;
	font-size:12px;	
	font-weight:400;
}
.b_manufacture select{
	width:100%;
	padding-top:6px;
}
.boss_select > option {
    border-right: 1px solid #d1d1d1;
}
.product-filter .sort label, 
.product-filter .limit label, 
.article-filter .sort label, 
.article-filter .limit label,
.b_manufacture label{
    margin-right: 0;
    position: relative;
	display:inline-block;
}
.b_manufacture label{
	display:block;
}
.product-filter .display .btn{
	padding-left:0;
	padding-right:0;
	width:16px;
	margin-right:2px;
}
.no-active-grid,.no-active-list,.active-grid,.active-list,.btn-list,.btn-grid{
	background-repeat:no-repeat;
	width:43px;
	height:28px;
	display:inline-block;
	text-indent:-9999px;
	border:none;
	padding:0;
	transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
}
.active-list,.no-active-list:hover,.btn-list.active,.btn-list:hover{
	background:url(../image/icon.png) no-repeat -40px -120px;	
}
.active-grid,.no-active-grid:hover,.btn-grid.active,.btn-grid:hover{
	background:url(../image/icon.png) no-repeat 1px -120px;	
}
.no-active-list,.btn-list{
	background:url("../image/icon.png") no-repeat scroll -40px -148px;	
}
.no-active-grid,.btn-grid{
	background:url(../image/icon.png) no-repeat scroll 2px -148px;	
}
.active-list,.no-active-list{
	margin-left:15px;
}
.ie10 .no-active-grid,.btn-grid{margin-right:-3px}
/* content */
#content .content {	
	margin-bottom: 20px;	
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
/* category */
.category-info {	
	margin-bottom: 24px;
	overflow:hidden;
	border:1px solid #d1d1d1;
	padding:25px;
}
.category-info .image {
	float: left;	
	margin-right: 15px;
	margin-bottom:15px;
}
.category-info .image{
	margin-top:1px;
}
.category-info h1{
	margin-bottom:12px;	
	font-size:14px;
}
.category-info h2{font-size:12px; margin-bottom: 14px; text-transform:none; letter-spacing:0; font-weight:700}
.category-info p{margin-bottom:32px}
/* manufacturer */
.manufacturer-list {
	border: 1px solid #DBDEE1;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
/* product */
.product-filter {    
    margin-bottom: 36px;
    overflow: hidden;   
	margin-top:0;
	border-bottom:1px solid #cbcbcb;
	padding-bottom: 11px;
}
.product-filter .display {	
	float: right;
	overflow:hidden;
	display: inline-flex;
}
.product-filter .display a {
	font-weight: bold;
}
.product-filter .sort {
	float: right;
	color: #333;
	margin-left:20px;	
}
.product-filter .limit {	
	float: right;	
}
.limit-sort{
	float:right;
	margin-left: 18px;
}
.limit-sort b{
	display:none;
}
.product-compare {
	margin-top: 5px;	
	float:left;
}
.product-compare a {
	text-decoration: none;
	font-size:12px;
	font-weight:700;
	color:#000;
	font-family: 'Raleway', sans-serif;
}
.product-compare a:hover{
	text-decoration:underline;
}
.product-grid .button-group{
	text-align:center;
}
.product-grid{
	display:inline-block;
	float:none!important;
	margin-right:-5px;
	vertical-align:top;
	margin-bottom:48px;
}
.product-grid .price-old,
.relt_product .price-old,
.home_filter_content .price-old{
	margin-bottom:3px;
}
.product-grid .price-tax,
.product-list .price-tax{
	display:block;
	margin-top:3px;
}

.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;	
}
.product-thumb{
	overflow:hidden;
	padding:0px 0px 20px;		
}

.product-grid .product-thumb{text-align:center;}
.product-grid .name-grid{margin-bottom:16px; text-align:center}
.product-grid .name-list{display:none}
.product-grid .image{
	margin-bottom:15px;
	text-align:center;
	overflow:hidden;
}
.product-grid .button_action{display:none}

.product-list + .product-list  .product-thumb{
	border-top: 1px dashed #ccc;
    margin-top: 20px;
    padding-top: 37px;
}
.product-list .product-thumb .image {
    float: left;
	margin-right:20px;
	max-width:50%;
}
.product-list .name-grid{display:none}
.product-list .product-thumb .small_detail{overflow:hidden}
.product-list .description{
	margin-bottom: 30px;
    margin-top: 13px;
}
.product-list .price{margin-bottom:2px}
.product-list .rating{margin-bottom:19px}
.product-list .cart{margin-bottom:5px}
.product-list .show_action_wrapper .cart{display:none}
.product-list .box_btn_icon{display:none}
/*.product-list .show_action .show_action_wrapper.show_action_qs{margin-top: 4%;}*/
.product-list .button_action .btn-icon{width:auto; padding-left:30px; padding-right:30px;}
.product-list .name-list{margin-bottom:13px}
/* Product */
.product-info {
	margin-bottom: 57px;
}
.product-info .left{margin-bottom:20px}
.product-info .image img{	
	max-width:100%;
	height:auto;
	width:100%;
}
.product-info .image {
	margin-bottom: 20px;	
	text-align: center;
	overflow:visible;
}
.product-info .image #wrap{border:1px solid #d1d1d1; }
#product-quick.product-info .image{border: 1px solid #d1d1d1; -webkit-box-shadow: 0px 1px 1px #d1d1d1;} 
#product-quick.product-info .image #wrap{border:none}	
.product-info .review a{
	color:#202020;
	font-size:10px;	
}
.product-info .review a:hover{
	text-decoration:underline;
}
.product-info .review > div{
	float:left;
}
.product-info .review .review_text{
	margin-top:10px;
	text-transform:uppercase;
	font-size:10px;
	color:#323232;
}
.product-info .review .review_img{
	display:block;
	float:none;
}
.product-info .review{
	overflow:hidden;
	margin-bottom:20px;
	border-top:1px solid #e2e2e2;
	padding-top:20px;
}
.product-info .stock{
	font-weight:400;
	color:#569800;
	text-transform:none;
	font-size:12px;
}

.product-info h1{
	margin-bottom:17px;
	margin-top:0;
	text-transform:uppercase;
	font-size:20px;
	letter-spacing:1px;	
}
.product-info .description span{
	margin-right:2px;
}
.product-info .description{	
	margin-bottom:26px;
}
.product-info h2{
	font-size:14px;
	
}
.product-info select.form-control,.product-info .form-control{
	width:75%;
}
.product-info b{
	font-weight:400;
	text-transform:none;
	font-size:12px;
	color:#000;
}
.product-info .option {
    margin-bottom: 20px;
    margin-top: 20px;
}
.product-info .boss_check .box-check{
	width:43%;
	float:left;
	margin-right:20px;
}
.product-info .boss_check .box-check input{
	margin-bottom:13px;
	vertical-align: -3px;
}
.product-info .boss_check{
	overflow:hidden;
}
.product-info .options{
	margin-bottom:25px;
}
.product-info .select_number .form-control{
	width:91px;
	text-align:left;
}
.product-info .select_number .form-control:focus{
	box-shadow:none;
	border-color:#bdbdbd;
}
.product-info .decrease{
	background:url("../image/qty_03.png") no-repeat scroll 100% 100%;
	height:28px;
	width:28px;
	border:none;
	text-indent:-9999px;
	position:absolute;
	right:1px;
	top:0;
}
.product-info .decrease:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
}
.product-info .increase{
	background:url("../image/qty_03.png") no-repeat scroll 100% 0;
	height:28px;
	width:28px;
	border:none;
	text-indent:-9999px;
	position:absolute;
	right:28px;
	top:0;
}
.product-info .increase:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
}
.product-info .select_number{
	position:relative;
	width:145px;
}
.product-info .quantily_info{
	margin-bottom:20px;
}

.product-info .price,
.product-info .price-old,
.product-info .price-new{
	font-size:30px;
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	letter-spacing:1px;
	float:left;
	margin-right:20px;
}

.product-info .price-tax{	
	float:left;
	font-weight:400;
	font-size:12px;	
	font-family: 'Raleway', sans-serif;
	text-transform:lowercase;
	clear:both;
	color:#000;
}
.product-info .price-new,.product-info .price{
	color:#000000
}

.product-info .reward{
	display: block;
    float: none;
    overflow: hidden;
    width: 100%;
}
.product-info .reward small{font-size:12px; color:#000}
.product-info .price_info{
	margin-bottom:16px;
	overflow:hidden;
}
.product-info .btn-cart{
	display:block;
}

.product-info .review .share {
    float:right;	
}
.product-info .compare,
.product-info .wishlist{
	display: inline-block;
  
    vertical-align: middle;
}
.product-info .cart_button{
	display:block;
	position:relative;
	margin-bottom: 5px;
}

.image-additional li {   
    vertical-align: top;	
	float:left;
	margin:5px;
	text-align:center;	
}
.image-additional li a:hover{
	border:1px solid #d1d1d1;
	-webkit-box-shadow: 0px 0px 0.1px #d1d1d1;
}
.image-additional li a{
	display:inline-block;
	 border:1px solid transparent;
}

.image-additional{
	position:relative;
	z-index:11;
}
.image-additional img{
	width:100%;
}
.image-additional .next,.image-additional .prev {   
	background-repeat:no-repeat;
	position: absolute;
    text-indent: -9999px;
	top:-37px;
	width:24px;
	height:24px;
}
.image-additional .next{
	background-image: url("../image/detail_next.png");
    background-repeat: no-repeat;
	right:0
}
.image-additional .next:hover{
	background-image: url("../image/detail_next_hv.png");
}
.image-additional .prev{
	background-image: url("../image/detail_prev.png");
	right: 30px;
}
.image-additional .prev:hover{
	background-image: url("../image/detail_prev_hv.png");
}
.review-list {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
.review-list .author {
	float: left;
	margin-bottom: 20px;
}
.review-list .rating {
	float: right;
	margin-bottom: 20px;
}
.review-list .text {
	clear: both;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.attribute tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	
	margin-bottom: 20px;
	
}
.compare-info thead td, .compare-info tr td:first-child {	
	text-align: left;
	font-size:12px;
	color:#000000;
}
.compare-info tr td:first-child {	
	text-align: left;
}
.compare-info tr td.compare-product{
	text-transform:uppercase;
	font-weight:700;
}
.compare-info td {
	padding: 12px 20px 13px;
	width: 20%;	
	text-align: left;
	vertical-align: top;
	border: 1px solid #e2e2e2;
}
.compare-info tbody td{
	padding:17px 20px 19px;
}
.compare-info td.price{font-size:20px}
.compare-info td .wishlist{
	margin:5px 0 0;	
}
.compare-info td .remove{float:right; margin-top: 10px;}
.compare-info td.stock{
	color:#63bf00;
}
.compare-info td.model{
	text-transform:uppercase;
	font-weight:700;
}
.compare-info td.brand{font-weight:700}
.compare-info td .btn-icon{
	display: inline-block;
	float: left;
	margin-right: 10px;
	width: auto;
	padding-left: 30px;
	padding-right: 30px;
}
.compare-infomation {    
    overflow-x: auto;
    overflow-y: hidden;
}
.dropdown-menu-inner a {
    font-size: 13px;
}
.dropdown-menu-inner .option {
    /*display: inline-block;*/
    float: none !important;
    margin-right: -4px;
    vertical-align: top;	
}
.dropdown-menu-inner .option .url{
	margin-bottom:10px
}
/* wishlist */
.wishlist-info table,
.cart-info table,
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border:1px solid #DDDDDD;
}
.wishlist-info td,.checkout-product td,.cart-info td {
	padding: 7px;
	text-align:center;
	position:inherit;
}
.wishlist-info thead,
.cart-info thead,
.checkout-product thead{
	border-bottom:1px solid #e2e2e2;
}
.wishlist-info thead td,
.cart-info thead td,
.checkout-product thead td{
	font-size:12px;
	font-family: 'Raleway', sans-serif;
	color:#000000;
}

.wishlist-info table > tbody > tr > td,
.cart-info table > tbody > tr > td,
.checkout-product table > tbody > tr > td{	
	border-top: none;
}
.wishlist-info tbody .action img {
	cursor: pointer;
}
.login-content {	
	overflow: hidden;	
}
.login-content h1{font-size:20px}
.login-content .form-control {
    width: 80%;
	margin-bottom: 9px;
}
.login-content #button-login{margin-top:20px; display:block}
.login-content .left {
	float: left;
	width: 48%;
}
.login-content .right {
	float: right;
	width: 48%;
	
}
.login-content p > span{
	font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
a.forgotten {
	clear: both;
    font-size: 12px;
    margin-left: 0;
    margin-top: 9px;
	display:inline-block;
}

.checkout-content .login-content .right{
	padding-left:30px;
}
.checkout-content .login-content b{
	font-size:11px;
	text-transform:uppercase;
	font-weight:700;
}

#shipping-address .checkout-content .form-control, 
#shipping-method .checkout-content .form-control, 
#payment-method .checkout-content .form-control,
#payment-address #payment-existing  select.form-control,
#payment-address #payment-new  .form-control{
	width:40%
}
#payment-address .checkout-content .form-control{
	width:90%;
	margin-bottom: 12px;
}
#shipping-method table.radio tr td,#payment-method table.radio tr td{
	float:left;
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
}
/* orders */
.order-list_fr {
    border: 1px solid #DDDDDD;
    margin-bottom: 30px;
    overflow-x: auto;
    overflow-y: hidden;
	border-right:none;
	border-bottom:none;
}
.order-list_fr table.list {
    border-left: medium none;
    border-right: medium none;
    border-top: medium none;
	margin-bottom:0;
}
.order-list {
	margin-bottom: 10px;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}
/* returns */
.return-list {
	margin-bottom: 10px;
}
.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-list .return-info {
	text-align: right;
}
.return-product {
	overflow: auto;
	margin-bottom: 28px;
}
.return-name {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-model {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-quantity {
	float: left;
	width: 31%;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 100%;
	margin-bottom:30px;
}
.return-opened {
	float: left;
	width: 100%;
	margin-right: 15px;
}
.return-opened textarea {
	
	vertical-align: top;
}

.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* cart */
.cart_content{padding-bottom:20px;margin-bottom:40px}
.cart_content h1{font-size:20px; margin-bottom:36px}
.cart-info table {
	width: 100%;
	margin-bottom: 0px;
	border-collapse: collapse;
}
.cart-info td, .wishlist-info td {
	padding: 7px;
	border-right:1px solid #d6d6d6;
}
.cart-info table thead tr td,
.wishlist-info table thead tr td,
.checkout-product table thead tr td {
	padding-top:15px;
	padding-bottom:14px;
}
.cart-info thead .image,
.wishlist-info thead .image,
.checkout-product thead .name {
	text-align:left;
}
.wishlist-info{
	overflow-x: auto;
    overflow-y: hidden;
    width: 100%;	
}
.wishlist-info tr td{
	white-space:nowrap;
}
.cart-info thead .name,
.cart-info tbody .name {
	text-align: left;
}
.cart-info tbody td.quantity input[type="text"]{	
	margin-right:7px;
	display:inline-block;	
}
.cart-info tbody td.quantity .icon{
	display:inline-block;	
	vertical-align:middle;
}
.cart-info tbody .image,
 .wishlist-info tbody .image{
	min-width: 300px;
    text-align: left;
}
.cart-info tbody .image li, .wishlist-info tbody .image li {
    display: inline-block;
    margin-right: -3px;
    vertical-align: middle;
    width: 20%;
}
.cart-info tbody .image li.link, .wishlist-info tbody .image li.link {
    padding-left: 20px;
    width: 80%;
}
 .checkout-product tbody .name{
	text-align:left;
	width:auto;
 }
.cart-info .table > tbody > tr > td,
.wishlist-info .table > tbody > tr > td,
.checkout-product .table > tbody > tr > td{
	padding-top:20px;
	padding-bottom:25px;
}
.cart-info tbody .name,
.wishlist-info tbody .name{
	padding-left:10px;
	padding-top: 12px;
	text-align: left;
}
.cart-info tbody .model,
.wishlist-info tbody .model,
.checkout-product tbody .model{
	text-transform:uppercase;
	font-size:12px;
}
.cart-info tbody .stock,
.wishlist-info tbody .stock{
	color:#63bf00;
}
.cart-info tbody .quantity input[type='image'],
 .cart-info tbody .quantity img {
	position: relative;
	top: 0px;
	cursor: pointer;
	vertical-align:middle;
}
.cart-info tbody .quantity input[type='image']:hover{
	opacity:0.5;
}
.cart-info tbody .quantity input[type='text']{
	height: 35px;
    padding: 0 3px 1px;
    text-align: center;
    width: 44px;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
h2.text_next_cart{
	font-size:14px;
	border-top:1px solid #cbcbcb;
	border-bottom:1px solid #cbcbcb;
	padding:12px 0 11px;
}
.cart-module > div {
	border-top: 1px solid #e3e3e3;
    display: none;
    padding-top: 17px;
	margin-top:23px;
}
.cart-total {	
	border-top: 1px solid #e3e3e3;
    margin-bottom: 17px;
    margin-top: 30px;
    overflow: hidden;
    padding-top: 24px;
}
#confirm .cart-total{
	border:none;
	margin-top:0;
}
.cart-total table {
	float: right;
}
.cart-total table td{padding:0 0 2px}
.cart-total td.left {
	text-align: left;
	float:none;
	font-size:14px;
}
.cart-total td.left.last b{
	display:block;	
	font-size:14px;
}
.cart-total td.right{
	text-align:right;
	color:#000;
	font-size:14px;
	font-weight:400;
}
.cart-total td.left b{
	margin-right:44px;
	font-weight:400;
	color:#000000;
	font-size:12px;
	text-transform:capitalize;
}
.cart-total td.right.last{
	font-size:24px;
	font-weight:700
}
.cart-total table {
    float: right;
    text-align: right;
    width: 28%;
}
.cart-module input[type="text"],.cart-module select.form-control{
	width:35%;
	margin-bottom: 8px;
	margin-top:5px;
}
.cart-module input[type="text"]{margin-bottom:17px;}
.continueshopping{width: 28%; margin-bottom: 11px;}
.continueshopping a{font-size:14px;}
.checkout_cart{clear:both; margin-bottom: 55px;}
.checkout_cart a{font-weight:700}
/*dropdown cart */
#cart .remove{
	position:absolute;
	top:0px;
	left:0px;	
}
#cart .image{
	position:relative;
	margin-right:15px;
}
#cart .image .img-thumbnail{
	border:none;
	width:auto;
	max-width:none;
	transition:none;
}
#cart .dropdown-menu{
	background-color: #ffffff;
    border: 1px solid #cbcbcb;
    box-shadow: none;
    margin-top: 0;
    padding: 13px 0 17px;
    right: -1px;
    top: 46px;
    width: 300px;
    z-index: 997;
}
#cart .dropdown-menu li{margin-bottom:0; padding:0 20px}
#cart .dropdown-menu li table.table-striped{margin-bottom:13px}
#cart .dropdown-menu .text-center{
	margin-top:10px;
}
#cart .dropdown-menu td{
	padding:0;
	border:none;
	vertical-align:top;
	padding-bottom:25px;
}
#cart .dropdown-menu td.text-right {
	text-align:right;
}
#cart .minicart_total tr td{
	font-size: 14px;
    padding-bottom: 2px;
    text-transform: capitalize;
}
#cart .minicart_total tr td.text-left.last{padding-top:10px}
#cart .minicart_total tr td.text-right.last{font-weight:700; font-size:24px}
#cart .cart_bottom{
	border-top: 1px solid #cbcbcb;
    padding-top: 15px;
}
#cart .minicart_total{
	margin-bottom:7px;
}
#cart .voucher .remove{
	position:relative;
	left:0;
	margin-top:20px;
	text-align:left;
}

#cart .buttons .checkout_bt{
	display:block;
	margin-bottom: 5px;
}
#cart .buttons .checkout_bt a{
	background: none repeat scroll 0 0 #000000;
    color: #fff;
    display: block;
    font-family: 'Raleway',sans-serif;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 1px;
    padding: 11px 11px 12px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
#cart .buttons .checkout_bt a:hover{color:#808080}
#cart .buttons .cart_bt{
	float:right;
	clear:both;
	padding: 0 20px;
}
#cart .buttons .cart_bt a{font-size:14px;}
/* checkout */
.checkout-heading {	
	font-family: 'Raleway', sans-serif;
	font-weight:800;
	font-size:14px;
	color:#fff;
	background:#000;
	padding:11px 20px 9px;
	text-transform:uppercase;
	letter-spacing:1px;
	position:relative;	
	margin-bottom:5px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
	text-transform:none;
	margin-right:15px;
	position:absolute;
	top:30%;
	right:10px;
	color:#fff;
}
.checkout-heading a:hover{
	text-decoration:underline;
}
.checkout-content {	
	display: none;
	margin:27px 0 60px;	
	overflow:hidden;	
}
.checkout-content h3{
	font-size:14px;
	font-weight:800;
	letter-spacing:1px;
	text-transform:uppercase;
}
.checkout-content .buttons a:hover b{
	text-decoration:underline;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-product {overflow-x:auto;}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 30px;
}

.checkout-product thead td {
	color: #4D4D4D;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #DDDDDD;
}
.contact-info {
	overflow: auto;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}

/*register*/
.register .left{
	width:48%;
	float:left;
}
.register .right{
	width:48%;
	float:right;
}
.register a b:hover{
	text-decoration:underline;
}
form.register{
	overflow:hidden;
	width:100%;
	float:left;
}
form.register h2{font-size:14px; font-weight:800; letter-spacing:1px}
form.register .buttons .btn{margin-top:37px}
#column-left + #content h1.gr_title{margin-top:22px; margin-bottom: 33px;}
.myaccount {margin-bottom:12px}
.myaccount h2{font-size:14px}
.myaccount ul li{margin-bottom:11px}
.myaccount ul li a{color:#000}
.myaccount ul li a:hover{font-weight:700}
.register table.form{
	margin-bottom:32px;
}
.register tr td{
	font-size:12px;
	font-weight:400;
}
.register tr td .form-control{margin:4px 0 11px}
.register tr td.subscribe{
	text-transform:none;
	color:#000000;
	font-size:12px;
	margin-bottom:8px;
}
.register tr td.input{
	text-transform:none;
	color:#666666;
	font-size:12px;
	font-weight:400;
}
.sitemap-info ul li ul {
    padding-left: 20px;
	margin-top:10px;
}
.sitemap-info ul li a{
	margin-bottom:0px;
	display:inline-block;
}

/*Quick shop*/
a.sft_quickshop_icon {
	font-family: 'Raleway', sans-serif;
	font-size:12px;
	font-weight:700;
	text-transform:uppercase;
	color:#fff;
	background:#000000;
	display:block;
	padding:11px 11px 12px;
	text-align:center;
	width:100%;
	letter-spacing:1px;
}
a.sft_quickshop_icon:hover{color:#808080}
.image{
	position:relative;
	overflow:hidden;
}
.right_header{
	margin-top:5px
}
.menubar{
	/*background-color:#f7f7f7;*/

	border-bottom:1px solid #c8b239;
	background-color:#f2dd67;
}
.menubar .local{
	float:right;
}

.menubar .local > div{
	float:right;
}
.local  .dropdown-menu{
	right:0!important;
	left:auto;
}
#language span,
#currency span{
	background-image:url(../image/arrow.png);
	background-repeat:no-repeat;
	background-position:right center;
	padding-right:19px;
	font-family: 'Raleway', sans-serif;
	font-size:10px;
	text-transform:uppercase;
	color:#202020;
	display:block;
	font-weight:400;
}
#language span img{
	margin-left:15px;
	margin-bottom:1px
}
#language .dropdown-menu > li a,#currency .dropdown-menu > li a {
	font-family: 'Raleway', sans-serif;
    font-size: 10px;
    font-weight: 500;
	color:#000;
	padding-left:10px;
	padding-right:10px;
	text-transform:uppercase;
	text-align:left;
	background:none;
}
#language .dropdown-menu > li.active a,#currency .dropdown-menu > li.active a{font-weight:700}
#language .dropdown-menu > li:hover a,#currency .dropdown-menu > li:hover a{font-weight:700}
#language .dropdown-menu img{
	margin-left:13px;
}
#language .dropdown-menu,
#currency .dropdown-menu{
	border:1px solid #cccccc;
	top:29px;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	width:100%;
	min-width:130px;
}
#language .dropdown-menu > li,
#currency .dropdown-menu > li{
	margin-top:0;
	margin-bottom:5px;
}
.header-top #language .dropdown-menu > li.active a,
.header-top #currency .dropdown-menu > li.active a{
	cursor:default;
	color:#fff!important;
}
.header-top #language .dropdown-menu > li a:hover,
.header-top #currency .dropdown-menu > li a:hover{
	background-color:#428bca;
	color:#fff!important;
}

#currency{
	margin-left:5px;
}
#cart.dropdown_cart{	    
    float: right;
    position: relative;
    text-align: left;
	margin:18px 0 0;
}
#cart .heading_text{display:none}
#cart .btn-dropdown-cart{color:#202020; font-weight:400; font-family: 'Raleway', sans-serif;}
#cart .btn-dropdown-cart:hover{font-weight:700}
#cart .btn-dropdown-cart i{margin-left:5px}
#cart .btn-dropdown-cart i.cart_icon{
	background: url("../image/icon.png") no-repeat 0 -46px;
	width:22px;
	height:22px;
	display:inline-block;
	vertical-align:-4px;
}
#cart .btn-dropdown-cart i.fa-shopping-cart{font-size:20px}

/****tagcloud***/
.box.tagcloud .box-content a{
	margin-right:15px;
}

footer{
	width:100%;	
	overflow:hidden;
}
footer .footer_line {
	border-top: 1px solid #cbcbcb;
	height: 9px;
}
.static_footer{text-align:center; margin-top:22px; margin-bottom: 28px;}
.static_footer p{margin-bottom:9px}
.footer_column{
	border-bottom:1px solid #cbcbcb;
	padding-bottom: 67px;
	margin-bottom:26px;
}
.footer_column .widget-wrapper{
	border-left: 1px solid #000000;
	padding-left: 20px;
}
.footer_column .widget-wrapper.first{border:none;}
.footer_column .footer-social{overflow:hidden; margin-top:25px;}
.footer_column .footer-social ul li{float:left; margin-right:18px}
.footer_column .footer-social ul li a{font-size:16px}
footer h3{
	font-family: 'Raleway', sans-serif;
	font-size:12px;
	font-weight:700;
	text-transform:uppercase;
	color:#000;
	letter-spacing:1px;
	margin-bottom: 11px;
}
footer ul li{margin-bottom: 9px;}
.powered-payment{text-align:center; margin-bottom:50px;}
.powered-payment .payment{display:block}
.powered-payment .payment li{display:inline-block; margin:0 5px}
.box_laguage_currency{
	display:block
}
#language,
#currency{
	display:inline-block;
	margin:0 0 15px;
	position:relative
	
}
.powered span{
	display:block;
}
.powered a{
	color:#202020;
}
.powered a:hover{
	text-decoration:underline;
}
#back_top {
    bottom: 35px;   
    cursor: pointer;
    display:none;
    padding:4px;
    position: fixed;
    right: 10px;
    text-align: center;
    transition: all 0.3s ease-out 0s;
	z-index:9998;
}
#back_top:hover span{
	 border: 1px solid #d70000;
}
#back_top:hover i{
	color:#d70000;
}

#back_top span{	
    border: 1px solid #cccccc;
    border-radius: 100%;
    display: block;
    height: 50px;
    padding-top:7px;
    text-align: center;
    width: 50px;
	transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
}
#back_top i{
	font-size:28px;
	color:#cccccc;
	transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
}
#page-container.boxed {
    border: medium none;
    border-radius: 0;
    box-shadow: 0 0 8px #888888;
    margin: 0px auto;
    max-width: 1222px;
    padding: 0;
	overflow:hidden;
	background-image:none!important;	
}

#page-container{position:relative}
.boss_scroll {
    opacity: 0.95;
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 999;
}

@media screen and (-webkit-min-device-pixel-ratio){
	
}

.checkout-content .login-content input[type="radio"]{
	margin-left:4px;
	vertical-align:-1px;
	margin-bottom:3px;
} 
html.swipebox {
  overflow: hidden!important;
}

#swipebox-overlay img {
  border: none!important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999!important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

#swipebox-slider {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
}

#swipebox-slider .slide {
  background: url("../image/loader.gif") no-repeat center center;
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}

#swipebox-slider .slide .swipebox-video-container {
  background:none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding:5%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}


#swipebox-slider .slide .swipebox-video-container .swipebox-video{
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe{
  width: 100%!important; 
  height: 100%!important;
  position: absolute;
  top: 0; left: 0;
}

#swipebox-action, #swipebox-caption {
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}

#swipebox-action {
  bottom: -50px;
}
#swipebox-action.visible-bars {
  bottom: 0;
}

#swipebox-action.force-visible-bars {
  bottom: 0!important;
}

#swipebox-caption {
  top: -50px;
  text-align: center;
}
#swipebox-caption.visible-bars {
  top: 0;
}

#swipebox-caption.force-visible-bars {
  top: 0!important;
}

#swipebox-action #swipebox-prev, #swipebox-action #swipebox-next,
#swipebox-action #swipebox-close {
  background-image: url("../image/icons.png");
  background-repeat: no-repeat;
  border: none!important;
  text-decoration: none!important;
  cursor: pointer;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
}

#swipebox-action #swipebox-close {
  background-position: 15px 12px;
  left: 40px;
}

#swipebox-action #swipebox-prev {
  background-position: -32px 13px;
  right: 100px;
}

#swipebox-action #swipebox-next {
  background-position: -78px 13px;
  right: 40px;
}

#swipebox-action #swipebox-prev.disabled,
#swipebox-action #swipebox-next.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}

#swipebox-slider.rightSpring {
  -moz-animation: rightSpring 0.3s;
  -webkit-animation: rightSpring 0.3s;
}

#swipebox-slider.leftSpring {
  -moz-animation: leftSpring 0.3s;
  -webkit-animation: leftSpring 0.3s;
}

@-moz-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: -30px;
  }

  100% {
    margin-left: 0px;
  }
}

@-moz-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: 30px;
  }

  100% {
    margin-left: 0px;
  }
}

@-webkit-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: -30px;
  }

  100% {
    margin-left: 0px;
  }
}

@-webkit-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: 30px;
  }

  100% {
    margin-left: 0px;
  }
}

@media screen and (max-width: 800px) {
  #swipebox-action #swipebox-close {
    left: 0;
  }

  #swipebox-action #swipebox-prev {
    right: 60px;
  }

  #swipebox-action #swipebox-next {
    right: 0;
  }
}


/* Skin 
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d;
}

#swipebox-action, #swipebox-caption {
  text-shadow: 1px 1px 1px black;
  background-color: #0d0d0d;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0d0d0d), color-stop(100%, #000000));
  background-image: -webkit-linear-gradient(#0d0d0d, #000000);
  background-image: -moz-linear-gradient(#0d0d0d, #000000);
  background-image: -o-linear-gradient(#0d0d0d, #000000);
  background-image: linear-gradient(#0d0d0d, #000000);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
}

#swipebox-action {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#swipebox-caption {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: white!important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}

.box-content .boss-menu-cate .nav_submenu{
	display:none;
	position:absolute;
	/*top:0px;*/
	z-index:9999;
	background-color:#ffffff;
	border:1px solid #dadada;
	
	
}
.box .box-content .box-category > li:hover .nav_submenu{
	display:block;
	left:100%;
	background-color:#ffffff;
}
.box .box-content .box-category > li:hover .nav_title > a{
	

}
.box .box-content .box-category .nav_title > img{
	float:left;
	display:none;
}
.box .box-content .boss-menu-cate .nav_title > a{
	display:block;
	padding-right:30px;
	font-family: 'Open Sans', sans-serif;
	width:108%;
	font-size:15px;
}
.box .box-content .boss-menu-cate > li{
		padding-left:0;
}
.box .box-content .box-category.boss-menu-cate > li + li{
	
	margin-top:14px;
}
.box .box-content .box-category .nav_sub_title{
	font-size:11px;
	color:#808080;
	margin-left:35px;
	padding-right:30px;
	width:94%;
	display:none;
}

.box .box-content .box-category .nav_submenu .nav_sub_submenu ul{
	display:block;
	margin-bottom:7px;
	overflow:hidden;
	margin-top:13px;
	margin-left:20px;
	
}
.box .box-content .box-category .nav_submenu{
	
}
.box .box-content .box-category .nav_submenu img{
	position:absolute;
	bottom:0;
	left:0;
	z-index:-1;
	max-width:none;
}
.box .box-content .box-category .nav_sub_submenu > ul > li.nav_cat_parent > a{
	font-weight:700;
	color:#202020;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
}
.box .box-content .box-category .nav_sub_submenu > ul > li.nav_cat_parent > a:hover{
	color:#0072FF;
}
.box .box-content .box-category .nav_sub_submenu ul li a{
	font-weight:400;
}
.box .box-content .box-category.boss-menu-cate .nav_sub_submenu ul li{
	width:100%;
	overflow:hidden;	
}
.box .box-content .box-category.boss-menu-cate .nav_sub_submenu .nav_cat_parent {
	width:45%!important;
	float:left;
	margin-bottom:20px;
	margin-right:20px;
}
.box .box-content .box-category .nav_sub_submenu .nav_cat_parent ul{
	margin-left:0px;
}
.box .box-content .box-category .nav_sub_submenu .sub_cat_child ul{
	margin-bottom:0;
}
.tt_input,
.form_inp tr td{
	font-size:12px;
	color:#000;
}

.cart-info tbody .image img, .wishlist-info tbody .image img{
	max-width:inherit;
}
.cart-info tbody td .price, .wishlist-info tbody td .price{
	margin-bottom:0;
}

.btn-icon{
	font-family: 'Raleway', sans-serif;
	font-size:12px;
	font-weight:800;
	text-transform:uppercase;
	color:#fff;
	background:#d70000;
	display:block;
	padding:11px 11px 12px;
	text-align:center;
	width:100%;
	border:none;
	letter-spacing:1px;
	border-radius:0;
}
.btn-icon:hover{
	color:#eb8080
}

.header-top{
	padding-top:6px;
	overflow:hidden;
}
.header-center{
	border-bottom: 1px solid #cbcbcb;
    padding-bottom: 37px;
    padding-top: 12px;
    position: relative;
}
.header-bottom{}
.header-bottom > div{padding:0}
#logo{text-align:center; clear:both}



.notouch #product-quick  .not-animated{
	opacity:1!important;
}

.image a.cs_img{display:block; }
.image a.cs_img:hover{}
.image a.cs_img img{display:block; position:relative}
.image .image-hover{
	position: absolute;
	width: 100%;
	height: 100%;
	left:0;
	top:0; 
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	display:none
}

.static_four_images {
	border-top: 1px solid #cbcbcb;
    clear: both;
    padding-top: 50px;
    text-align: center;
    margin-bottom: 50px;
}
.static_four_images > ul > li {
	padding: 10px 0;
	width: 100%;
}
.static_four_images .image-boxes {
	position: relative;
	display: inline-block;
	max-width: 100%;
	text-align: center;
	overflow:hidden
}
.static_four_images .image-boxes img{}
.static_four_images .image-boxes:hover > img{
-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 4+ */
    filter: gray;
}
.static_four_images .img-responsive {width: 100%;}
.static_four_images .img-responsive {
	display: inline-block!important;
	height: auto;
	max-width: 100%;
}
.static_four_images .three_images .image-boxes .grayscale {
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 4+ */
    filter: gray;
}
.static_four_images .three_images .image-boxes:hover .grayscale {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
	filter: url(grayscale.svg);
	filter: none;
}
.static_four_images > ul > li > a.image-boxes > img.grayscale{
	transition:all 1s ease 0s;
	-moz-transition:all 1s ease 0s;
	-webkit-transition:all 1s ease 0s;
}
.static_four_images > ul > li > a.image-boxes:hover > img.grayscale{
	filter: blur(5px);
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
}
.static_four_images span.icon{display:block}
.static_four_images .boxesWrapper {
	position: absolute;
	top: auto;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
}
.static_four_images .boxesWrapper b {
	margin-bottom: 40px;
	font-size:50px;
	color:#fff;
	text-transform:uppercase;
	font-weight:800;
	letter-spacing:1px;
	display:block;
	text-decoration:none;
}
.static_four_images .three_images li {
	display: inline-block;
	width: 26.7%;
	padding: 0;
	margin: 0 8px;
}
.static_four_images .three_images b{font-size:30px;  font-weight:300;}
.static_four_images .three_images .image-1 {
	text-align: right;
}
.static_four_images .three_images .image-2 {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}

.boss-blog-featured{
	clear: both;
    padding-top: 51px;
    border-top: 1px solid #cbcbcb;
    margin-top: 50px;
}
.boss-blog-featured .block-content{overflow:hidden}
.boss-blog-featured .block-content.slider .box-article{margin:0 -10px;}
.boss-blog-featured .block-heading{font-size:40px; text-align:center; font-weight:400; margin:0 0 35px 0;}
.boss-blog-featured .article_content{padding:0 10px}
.boss-blog-featured .article_content .image{background:#000}
.boss-blog-featured .article_content .image img{max-width:100%; width:100%; position: relative;
    transform: scaleY(1);
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transition: all 0.7s ease-in-out 0s;}
.notouch .boss-blog-featured .article_content .image:hover img	{
    opacity: 0.7;
    transform: scale(2) rotate(15deg);
    -moz-transform: scale(2) rotate(15deg);
    -webkit-transform: scale(2) rotate(15deg);
}
.boss-blog-featured .article_content .article-name{
	border-top: 10px solid #e6e6e8;
	margin-top: 20px;
	padding-top: 15px;
	margin-bottom: 7px;
	line-height: 16px;
}
.boss-blog-featured .article_content .article-name a{font-family: 'Raleway', sans-serif; text-transform:uppercase; font-size:12px;}
.boss-blog-featured .article_content .description{}

.boss-blog-featured .box-article ul li{float:left}
.boss-blog-featured ul li .article_content{padding:0 20px}
.boss-blog-featured ul li .article_content .time-stamp{display:none}
.boss-blog-featured .block-content.slider{overflow:visible; position:relative}
.boss-blog-featured .block-content.slider a.prev{
	font-size: 20px;
    left: -120px;
    line-height: 20px;
    margin-top: -10px;
    opacity: 1;
    position: absolute;
    right: auto;
    top: 31%;
    z-index: 1;
}
.boss-blog-featured .block-content.slider a.next{
	font-size: 20px;
    left: auto;
    line-height: 20px;
    margin-top: -10px;
    opacity: 1;
    position: absolute;
    right: -120px;
    top: 31%;
    z-index: 1;
}
.boss-blog-featured .block-content.slider a.prev i, .boss-blog-featured .block-content.slider a.next i{
	border: 1px solid #f7f7f7;
    color: #d3d3d3;
    padding: 40px 20px;
    position: relative;
    transition: all 0.5s ease 0s;
}
.boss-blog-featured .block-content.slider a.prev:hover, .boss-blog-featured .block-content.slider a.next:hover{opacity:0.7; filter: alpha(opacity=70);}
/*.block-home-store .image-boxes {
	position: relative;
	display: inline-block;
	max-width: 100%;
	text-align: center;
}
.block-home-store .hoverBorder {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	overflow: hidden;
	background:#000;
}
.block-home-store .hoverBorder .hoverBorderWrapper {
	position: relative;
	display: block;
}
.block-home-store .image-boxes p {
	margin: 0;
}
.block-home-store .image-boxes .hoverBorder img {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.block-home-store .hoverBorder .hoverBorderWrapper img {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.block-home-store .hoverBorder .hoverBorderWrapper .theHoverBorder {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.block-home-store .image-boxes .hoverBorder .hoverBorderWrapper .theHoverBorder {
	box-shadow: 0 0 0 3px rgba(255,255,255,0.15) inset;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.block-home-store .hoverBorder .hoverBorderWrapper .theHoverMore {
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	background: #f02812;
	color: #ffffff;
	padding: 0 5px;
	margin-bottom: 10px;
	font-size:12px;
	transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-webkit-transition: all 0.5s linear 0s;
	transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
}
.notouch .block-home-store .image-boxes .hoverBorder:hover .hoverBorderWrapper {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.notouch .block-home-store .hoverBorder:hover .hoverBorderWrapper img {
	-webkit-transform: scale(1.2) rotate(-5deg);
	-moz-transform: scale(1.2) rotate(-5deg);
	transform: scale(1.2) rotate(-5deg);
}
.notouch .block-home-store .image-boxes .hoverBorder:hover img {
	-webkit-transform: scale(1.2) rotate(-5deg);
	-moz-transform: scale(1.2) rotate(-5deg);
	transform: scale(1.2) rotate(-5deg);
}
.notouch .block-home-store .image-boxes .hoverBorder:hover .hoverBorderWrapper .theHoverBorder {
	box-shadow: 0 0 0 4px #cf2411 inset;
}
.notouch .block-home-store .image-boxes .hoverBorder:hover .hoverBorderWrapper .theHoverMore {
	left: 15px;
	opacity: 1;
	filter: alpha(opacity=100);
	cursor: pointer;
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
}
.block-home-store .heading4 {
	border-top: 10px solid #e6e6e8;
	margin-top: 20px;
	padding-top: 15px;
	margin-bottom: 7px;
	line-height: 16px;
}
.block-home-store .heading4 a{text-transform:uppercase; font-family: 'Raleway', sans-serif;}	*/

.popular-cate{
	border-bottom: 1px solid #cbcbcb;
    clear: both;
    float: left;
    padding-bottom: 60px;
    width: 100%;
}
.popular-cate .boss-content{position:relative}
.popular-cate .boss-content .box-items{margin:0 -10px}
.popular-cate .box-heading{
	color: #2a2a2a;
	border-bottom: 10px solid #e6e6e8;
	padding: 65px 0 55px 0;
	margin-bottom: 40px;
	font-size:40px;
	text-transform:uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight:500;
	text-align:center;
}
.popular-cate ul li{float:left; margin:0 20px}
.popular-cate .box-content{text-align:center}
.popular-cate .box-content .cate-name{text-transform:uppercase; font-weight:700; margin-bottom:17px}
.popular-cate .box-content .cate-image{overflow:hidden; position:relative; background:#000}
.popular-cate .box-content .cate-image img{
	transform: scaleY(1);
	-moz-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-webkit-transition: all 0.7s ease-in-out 0s;
	-moz-transition: all 0.7s ease-in-out 0s;
	-o-transition: all 0.7s ease-in-out 0s;
	transition: all 0.7s ease-in-out 0s;
	-webkit-backface-visibility: hidden;
	max-width: 100%;
	width:100%;
	position: relative;
}
.notouch .popular-cate .box-content .cate-image:hover img{
	opacity: 0.7;
    transform: scale(2) rotate(15deg);
    -moz-transform: scale(2) rotate(15deg);
    -webkit-transform: scale(2) rotate(15deg);
}
.popular-cate a.prev{
	position: absolute;
	top: 55%;
	margin-top: -10px;
	opacity: 1;
	filter: alpha(opacity=100);
	font-size: 20px;
	line-height: 20px;
	z-index: 1;
	left: -120px;
	right: auto;
}
.popular-cate a.next{
	position: absolute;
	top: 55%;
	margin-top: -10px;
	opacity:1;
	filter: alpha(opacity=100);
	font-size: 20px;
	line-height: 20px;
	z-index: 1;
	right: -120px;
	left: auto;
}
.popular-cate a.prev i, .popular-cate a.next i{
	padding: 40px 20px;
	position: relative;
	border: 1px solid #f7f7f7;
	color: #d3d3d3;
	transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
}
.notouch .popular-cate a.prev:hover, .notouch .popular-cate a.next:hover{
	opacity:0.7; filter: alpha(opacity=70);
}

.block-homepage{
	clear: both;
    margin: 24px 0;
    overflow: hidden;
}
.block-homepage > div{text-align:center}
.block-homepage > div + div{border-left:1px solid #cbcbcb}
.block-homepage > div p{font-size:14px; color:#000; letter-spacing:1px; }
.block-homepage > div p:first-child{opacity:0.7; filter: alpha(opacity=70);}
.block-homepage > div p span{font-weight:800; font-size:18px; text-transform:uppercase; color:#000}
.block-homepage > div p b{font-size:18px; font-weight:300; text-transform:uppercase; color:#000}
.block-homepage > div img{margin-right:7px; margin-top: -4px;}
.block-homepage .block-3 ul li{display:inline-block; margin:0 2px}
.block-homepage .block-3 ul li a{
	background: none repeat scroll 0 0 #000;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 15px;
    height: 30px;
    line-height: 25px;
    padding: 4px;
    text-align: center;
    width: 30px;
}
.block-homepage .block-3 ul li a i{letter-spacing:-1px}
.block-homepage .block-3 ul li a:hover{background:#d30000}

#boss_megamenu .boss-menu ul li.menu_item > a {
    padding:10px 5px 10px;
    font-weight: bold;
}

#column-left .categorysubmenu {
    padding-left: 18px;
}
#column-left .categorysubmenu p:first-child {
    margin-top: 10px;
}