*{
	outline:none;
}
html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
body {

	color: #666666;
	font-family:Arial,Helvetica,sans-serif;
	margin: 0px;
	font-size:12px;
	padding: 0px;
	background-color:#f6f6f6;
}
body, td, th, input, textarea, select, a {
	font-size: 13px;
}
h1 {
	color: #000000;

	font-family: 'Open Sans', sans-serif;
	margin-bottom: 22px;
	font-size: 36px;
	font-weight: 300;
	margin-top:20px;

}

h2 {
	color: #000000;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 13px;
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	font-weight:700;
}
h3{
	font-size:13px;
	color:#000000;
	font-weight:700;
	margin-top:0px;

}
p {
	margin-top: 0px;
	margin-bottom: 8px;
}
a {
	color: #666666;
	text-decoration: none;
	cursor: pointer;
	font-weight:400;
}
a b{
	color: #FF8401;
	text-decoration: none;
	cursor: pointer;
	font-weight:400;
}
a:hover b{
	text-decoration:underline;
}
a:hover {
	text-decoration: none;
	color:#0072ff;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea,select {

	border: 1px solid #bfbfbf;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
	border-radius:0

}
textarea{
	margin-top:6px;
	margin-bottom:9px;
}
input[type='text'], input[type='password']{
	height:40px;
	padding:7px 8px 9px;


}
select {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 2px;
	height:40px;
	padding:10px 7px 12px 5px;
	width:43%;
	margin-top:6px;
	margin-bottom:9px;
}
label {
	cursor: pointer;
}
ul{
	list-style:none;
}
ul li{
	margin-bottom:12px;
}
input[type="radio"] {
    cursor: pointer;

    margin-right: 3px;
    vertical-align: -2px;
}
.name > a{
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	color:#000000;
	font-weight:300;
	cursor:pointer;

}
div.name > a{
	margin-bottom:7px;
}
div.name > a{


	display:inline-block;
	float:none;
}
.name > a:hover{
	color:#1890FF;

}
.article-name a{
	font-size:13px;
	font-weight:700;
	text-transform:none;


}

.price{

	font-size:13px;
	color:#000000;
	font-weight:600;
	font-family: 'Open Sans', sans-serif;
}
div.price{
	margin-bottom:15px;
}
.price-new{

}
.price-old{
	text-decoration:line-through;
	margin-right:3px;
	color:#999999;
	font-weight:400;
}
.price-tax{
	color:#999999;
}
div.rating{
	margin-bottom:6px;
}
.wishlist, .compare {
    display: inline-block;
    margin-bottom: 3px;
	text-indent:-9999px;

}
.wishlist a, .compare a{
	border:1px solid #cccccc;
	border-bottom:3px solid #cccccc;
	width:30px;
	height:30px;
	display:block;
}
.compare a{
	padding-right:6px;
	background-image:url(../image/compare.png);
	background-repeat:no-repeat;
	background-position:center 7px;

}
.compare a:hover{
	background-color:#FF8401;
	background-image:url(../image/compare_icon_hv.png);
	border:1px solid #ff8401;
	border-bottom:3px solid #ff8401;
	background-position:left top;
}
.compare{
	margin-right:1px;
}
.wishlist a{
	background-image:url(../image/wishlist.png);
	background-repeat:no-repeat;
	background-position:center 6px;

}
.wishlist a:hover{
	background-color:#FF8401;
	background-image:url(../image/wishlist_icon_hv.png);
	border:1px solid #ff8401;
	border-bottom:3px solid #ff8401;
	background-position:left top;
}

p.image:hover img{
	opacity:1;
}
#colorbox, #cboxOverlay, #cboxWrapper{
	overflow:visible!important;
}
.remove img:hover{
	opacity:0.7;
}
.box .box-content  ul > li a.active + ul{
	display:block;
}
.tags a:hover{
	text-decoration:underline;
}
.home_page > #page-container > #content{
	padding-left:0;
	padding-right:0;
	margin-bottom:10px;
}

/* layout */
#container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#column-left {
	float: left;

	z-index:99;
}



#column-right {
	float: right;

	z-index:1;
}
.home_page #column-right{
	margin-top:20px;
}
#content {
	min-height: 300px;
	margin-bottom: 25px;
}

/* header */



#header #cart {
	position: absolute;
	top: 0px;
	right: 145px;
	z-index: 9;
	min-width: 300px;
}
#header #cart .heading {
	float: right;
	margin-right: 172px;
	margin-top: 15px;
	padding-left: 14px;
	padding-right: 14px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #EEEEEE;
	background: #FFF;
	position: relative;
	z-index: 1;
}
#header #cart .heading h4 {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
}
#header #cart .heading a {
	color: #38B0E3;
	text-decoration: none;
}
#header #cart .heading a span {
	background: #FFFFFF url('../image/arrow-down.png') 100% 50% no-repeat;
	padding-right: 15px;
}
#header #cart .content {
	clear: both;
	display: none;
	position: relative;
	top: -1px;
	padding: 8px;
	min-height: 150px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	-webkit-border-radius: 0px 7px 7px 7px;
	-moz-border-radius: 0px 7px 7px 7px;
	-khtml-border-radius: 0px 7px 7px 7px;
	border-radius: 0px 7px 7px 7px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	background: #FFF;
}
#header #cart.active .heading {
	margin-top: 5px;
	padding-top: 10px;
	padding-bottom: 6px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
}
#header #cart.active .content {
	display: block;
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td {
	color: #000;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
}
.mini-cart-info .image {
	width: 1px;
}
.mini-cart-info .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
}
.mini-cart-info .name small {
	color: #666;
}
.mini-cart-info .quantity {
	text-align: right;
}
.mini-cart-info td.total {
	text-align: right;
}
.mini-cart-info .remove {
	text-align: right;
}
.mini-cart-info .remove img {
	cursor: pointer;
}
.mini-cart-total {
	text-align: right;
}
.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
}
.mini-cart-total td {
	color: #000;
	padding: 4px;
}

/* menu */
#menu {
	background: #585858;
	border-bottom: 1px solid #000000;
	height: 37px;
	margin-bottom: 15px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	padding: 0px 5px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;
	padding: 6px 5px 5px 0px;
}
#menu > ul > li:hover {
}
#menu > ul > li > a {
	font-size: 13px;
	color: #FFF;
	line-height: 14px;
	text-decoration: none;
	display: block;
	padding: 6px 10px 6px 10px;
	margin-bottom: 5px;
	z-index: 6;
	position: relative;
}
#menu > ul > li:hover > a {
	background: #000000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#menu > ul > li > div {
	display: none;
	background: #FFFFFF;
	position: absolute;
	z-index: 5;
	padding: 5px;
	border: 1px solid #000000;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	background: url('../image/menu.png');
}
#menu > ul > li:hover > div {
	display: table;
}
#menu > ul > li > div > ul {
	display: table-cell;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
	display: block;
	white-space: nowrap;
	min-width: 120px;
}
#menu > ul > li ul > li > a:hover {
	background: #000000;
}
#menu > ul > li > div > ul > li > a {
	color: #FFFFFF;
}

/*menu link*/
.boss-menu .menu_item,.boss-menu .navbar-nav > li {

	margin-bottom:-10px;
	padding-bottom:10px;
	margin-left:5px;
}
.boss-menu .menu_item:hover .sub_child b,.boss-menu .navbar-nav > li:hover .sub_child b{
	background-image:url(../image/mainmenu_arrow.png);
	background-repeat:no-repeat;
	background-position:center bottom -2px;
	height: 10px;
    width: 19px;
    display: block;
    position: absolute;
    z-index: 9999;
	left:39%;
	top:35px;
	z-index:9999;
}
.boss-menu .menu_item .dropdown-menu,
.boss-menu .navbar-nav .dropdown-menu {
	top:45px;
}

.boss-menu .menu_item > a,
.boss-menu .navbar-nav > li > a{
	color:#3b3b3b;
	font-size:18px;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	border:1px solid transparent;
	padding-top:6px;
	padding-bottom:9px;

}
.boss-menu .menu_item > li:hover > a,
.boss-menu .navbar-nav > li:hover > a{
	border:1px solid #ff8400;
	border-radius:24px;
	color:#ff8400;
}
#megamenu.navbar{
	margin-bottom:0;
	min-height:0;
	border:none;
	float:right;
	padding:10px 0px;
}
.breadcrumb {
	color: #CCCCCC;

}
.bt-breadcrumb{
	background-color:#ffffff;
	padding-top:13px;
	padding-bottom:15px;
	border-bottom:1px solid #d3d3d3;
	margin-bottom:10px;
}
.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555555;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	margin-bottom:15px;
	margin-top:5px;
}
.success {
	background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	position:relative;
	color:#346c1b;
}
.success img.close{
	position:absolute;
	right:3px;
	top:3px;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	color:#e26060;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.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 {
	text-align:center;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	background:#ffffff;
	padding:13px 20px;
	margin-top:10px;
}
.pagination .links {
	margin-bottom:15px;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid transparent;
	text-decoration: none;
	width:30px;
	height:30px;
	font-family: 'Droid Sans', sans-serif;
    padding-top:4px;
	margin-right:2px;
	font-size:14px;


}
.pagination .links b,.pagination .links a:hover {
	display: inline-block;
	border: 1px solid #ff8401;
	color:#ff8401;
	font-weight: normal;
	text-decoration: none;
	width:30px;
	height:30px;
	 padding-top:4px;
	margin-right:2px;
	font-family: 'Droid Sans', sans-serif;
	font-size:14px;
}

/* 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;

}
.htabs ul li{
	overflow:hidden;
	display:inline-block;
	margin-bottom:0;
	margin-right:5px;
}
.htabs a {

	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 700;
	text-transform:uppercase;

	padding:15px 25px 14px;
	position:relative;
	border-bottom:3px solid transparent;

}
.htabs a:before{
	background-color: rgba(0, 0, 0, 0);
    content: "";
    height: 3px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    bottom: -3px;
    transition: all 0.3s ease-out 0s;
    width: 3px;
}
.htabs ul li:hover > a:before{
	background-color: #ff8401;
    height: 3px;
    width: 100%;
}
.htabs a.selected ,.htabs a:hover{

	background-color:#ffffff;
	color:#ff8401;

}
.htabs a.selected{
	border-bottom:3px solid #ff8401;
	cursor:default;
}

#tab-description ul{
	list-style:disc;
	margin-left:17px;
}
#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;
}
#tab-description.tab-content p{
	margin-bottom:20px;
}

.tab-content{
	overflow:hidden;
}
/* box */
.box {
	margin-bottom: 20px;

	position:relative;

}
.box .box-heading {
	padding: 10px 20px 14px 20px;
	text-align:center;
	font-size: 16px;
	font-weight: 700;
	text-transform:uppercase;
	color:#ffffff;
	background-color:#0072ff;
	overflow:hidden;

	font-family: 'Open Sans', sans-serif;
	position:relative;
}
.box .box-heading:before{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    bottom: 0;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
}
#boss-menu-category.box .box-heading:before{
	height: 0;
}

.box .box-content {
	background: #FFFFFF;
	padding: 20px 20px;
	overflow:hidden;
}
.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:14px;

	margin-bottom:8px;
}
.box.account .box-content ul li{
	background-image:url(../image/list_style.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:16px;
}
.box .box-content ul li.active a{
	font-weight:700;
	color:#0072FF;
	cursor:default;
}
.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:7px;
}
#column-left .box-product .image,#column-right .box-product .image{
	margin-left:0;
}
.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{

	margin-bottom:22px;
	overflow:hidden;

}
.block-cate-page img{
	width:100%;
	transition: all 0.5s ease 0s;
}
.block-cate-page a{
	overflow:hidden;
	position:relative;
	display:block;
}
.block-cate-page span{
	left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transform: none;
    width: 100%;
}
.block-cate-page span img{
	transform: scale(1);
-ms-transform: scale(1);
-webkit-transform: scale(1);

}
.block-cate-page a:before{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
    content: "";
    height: 100%;
    left: 0;

    position: absolute;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
    width: 0;
}
.block-cate-page:hover a:before{


	width:100%;
}
.block-cate-page:hover span img{
	transform: scale(1);
-ms-transform: scale(1);
-webkit-transform: scale(1);
}
.category-info .image{
	margin-top:6px;
}
.category-info h1{
	margin-bottom:12px;

	font-size:15px;

}
/* box category */

.box .box-content .box-category > li{
	padding-left: 16px;
	margin-bottom:8px;
	 background-image: url("../image/list_style.jpg");
    background-position: left 7px;
    background-repeat: no-repeat;

}
.box .box-content .box-category > li > a{

}
.box .box-content .box-category.boss-menu-cate > li{
	background-image:url(../image/arrow_right.png);
	background-position:right 5px;
	background-repeat:no-repeat;
	margin-bottom:0px;
	margin-right:19px;
}
.box .box-content .box-category.boss-menu-cate > li:hover{
	background-image:url(../image/list_style_hv.png);
}
.box .box-content ul li ul{
	margin-top:7px;
	display:none;
}

.box .box-content > ul > li a.active{
	cursor:default;
	color:#0072FF;
}
.box .box-content ul li a{

	font-size:13px;
}

.category-list{
	overflow:hidden;


}
.category-list ul {
    float: left;
    margin-bottom: 0;
    margin-right: 14px;
    padding-left: 0;
    width: 23%;
}
.category-list ul li{
	margin-bottom:8px;
	 background-image: url("../image/list_style.jpg");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 16px;
}
.category-list ul li a{
	font-size:13px;
}
.product-filter .display b, .article-filter .display b {
    display: none;
}
.product-filter .sort label:after,
.product-filter .limit label:after,
.article-filter .sort label:after,
.article-filter .limit label:after,
.b_manufacture label:after{
    border-bottom: 1px solid #DDDDDD;
    color: #AAAAAA;
    padding: 0 0 2px;
   pointer-events: none;
    position: absolute;
    right: 8px;
    top: 2px;
}
.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{
    content:'';
    right:1px;
	top:1px;
    width:33px;
	height:28px;
    background:#f8f8f8;
    position:absolute;
    pointer-events:none;
    display:block;
	background-image:url(../image/select.png);
   background-repeat:no-repeat;
   background-color:#ffffff;
   background-position:center;
}
.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;
}
.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 #CCCCCC;
    color: #666666;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    margin: 0 0 7px;
    outline: medium none;
    padding: 7px 15px 5px;
    width:150px;
	font-size:10px;
	text-transform:uppercase;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	border-radius:0;

    background-repeat: repeat-x;

}

.b_manufacture select{
	width:100%;
	padding-top:6px;
}
.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:16px;
	height:21px;
	display:inline-block;
	text-indent:-9999px;
	border:none;
	margin-top:7px;

}
.active-list,.no-active-list:hover,.btn-list.active,.btn-list:hover{
	background-image:url(../image/list_hv.png);
	margin-right:15px;
	background-color:transparent;
}
.active-grid,.no-active-grid:hover,.btn-grid.active,.btn-grid:hover{
	background-image:url(../image/grid_hv.png);
	background-color:transparent;
}
.no-active-list,.btn-list{
	background-image:url(../image/list.png);
	margin-right:15px;
	background-color:transparent;
}
.no-active-grid,.btn-grid{
	background-image:url(../image/grid.png);
	background-color:transparent;
}
.active-list,.no-active-list{
	margin-left:15px;
}

/* 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: 30px;
	overflow:hidden;
}
.category-info .image {
	float: left;

	margin-right: 15px;

}


/* 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: 10px;
    overflow: hidden;

	margin-top:20px;
	background-color:#ffffff;
	padding-top:15px;
	padding-bottom:6px;
	padding-left:20px;
	padding-right:20px;
}
.product-filter .display {

	float: left;
	margin-top:2px;
	height:21px;
	overflow:hidden;
	margin-bottom:5px;
}
.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: 9px;

}
.product-compare a {
	text-decoration: none;
	font-size:10px;
	font-weight:700;
	color:#0072ff;
	text-transform:uppercase;

}
.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:32px;
}
.product-grid .price-old,
.relt_product .price-old,
.home_filter_content .price-old{
	display:block;
	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{

	/*transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;*/
	overflow:hidden;
	background-color:#ffffff;
	padding:0px 0px 20px;

}
.product-grid .product-thumb:hover,
.relt_product.product-thumb:hover,
.home_filter_content .product-thumb:hover{
	box-shadow:0 0 8px #bbbbbb;
	-moz-box-shadow:0 0 8px #bbbbbb;
	-webkit-box-shadow:0 0 8px #bbbbbb;
}
.product-grid .product-thumb:hover .banner_cat_effect,
.product-list .image:hover .banner_cat_effect,
.relt_product.product-thumb:hover .banner_cat_effect,
.home_filter_content .product-thumb:hover .banner_cat_effect,
.list-product .left .image:hover .banner_cat_effect{
	height: 100%;
   left: 0;
   top: 0;
   width: 100%;

}
.product-grid .image{
	margin-bottom:15px;
	text-align:center;
}
.product-list .product-thumb .image {
    float: left;
	margin-right:20px;
	max-width:50%;
}

.product-list .description{
	margin-top:6px;
}


/* Product */
.product-info {
	margin-bottom: 20px;
}
.product-info .image img{

	max-width:100%;
	height:auto;
	width:100%;
}
.product-info .image {

	margin-bottom: 20px;

	text-align: center;
}
.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;
}
.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:none;
	background-image:url(../image/short-line.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	padding-bottom:6px;
}
.product-info .description span{
	margin-right:2px;
}
.product-info .description{


	margin-bottom:26px;
}
.product-info h2{
	font-size:13px;

}
.product-info select.form-control,.product-info .form-control{
	width:75%;
}
.product-info b{
	font-weight:700;
	text-transform:uppercase;
	font-size:10px;
	color:#323232;
}
.product-info .option {
    margin-bottom: 20px;
    margin-top: 20px;
}
.product-info .boss_check .box-check{
	width:46%;
	float:left;
	margin-right:20px;
}
.product-info .boss_check .box-check input{
	margin-bottom:13px;
}
.product-info .boss_check{
	overflow:hidden;
}
.product-info .options{
	margin-bottom:25px;
}
.product-info .select_number .form-control{
	width:91px;
	padding-left:0;
	padding-right:0;
	text-align:center;
	border-radius:0;
}
.product-info .select_number .form-control:focus{
	box-shadow:none;
	border-color:#bdbdbd;
}
.product-info .decrease{
	background:url(../image/decrease.png) no-repeat;
	height:40px;
	width:40px;
	border:none;
	text-indent:-9999px;
	position:absolute;
	right:1px;
	top:0;
}
.product-info .decrease:hover{
	background:url(../image/decrease_hv.png) no-repeat;
}
.product-info .increase{
	background:url(../image/increase.png) no-repeat;
	height:40px;
	width:40px;
	border:none;
	text-indent:-9999px;
	position:absolute;
	right:40px;
	top:0;
}
.product-info .increase:hover{
	background:url(../image/increase_hv.png) no-repeat;
}
.product-info .select_number{
	position:relative;
	width:170px;
}
.product-info .quantily_info{
	margin-bottom:20px;
}

.product-info .price,
.product-info .price-old,
.product-info .price-new{
	font-size:24px;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	float:left;
	margin-right:20px;
}

.product-info .price-tax{

	float:left;
	font-weight:600;
	font-size:24px;

	font-family: 'Open Sans', sans-serif;
	text-transform:lowercase;
}
.product-info .price-new,.product-info .price{
	color:#000000
}

.product-info .reward{
	display: block;
    float: none;
    overflow: hidden;
    width: 100%;
}
.product-info .price_info{
	margin-bottom:16px;
	overflow:hidden;
}
.product-info .btn-cart{
	display:inline;
	margin-left:-4px;
}

.product-info .share {
    border: 1px solid #C0C0C0;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 3px 0 0;
    vertical-align: top;
}
.product-info .compare,
.product-info .wishlist{
	display: inline-block;

    vertical-align: middle;
}
.product-info .cart_button{
	display:inline-block;
	float:left;
	margin-right:10px;
	position:relative;
}

.image-additional li {

    vertical-align: top;

	float:left;
	margin:5px;
	 text-align:center;

}
.image-additional li a:hover{
	border:1px solid #505050;
}
.image-additional li a{
	display:inline-block;
	 border:1px solid transparent;
}

.image-additional{
	position:relative;
}
.image-additional img{
	width:100%;
}
.image-additional .next,.image-additional .prev {

	background-repeat:no-repeat;
	position: absolute;
    text-indent: -9999px;
	top:-22px;
	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 .wishlist{
	display:none;
}
.compare-info thead td, .compare-info tr td:first-child {

	text-align: left;
	font-family: 'Droid Sans', sans-serif;
	font-size:15px;
	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-bottom: 1px dashed #dddddd;
}
.compare-info tbody td{
	padding:17px 20px 19px;
}


.compare-info td .wishlist{
	width:100%;
	overflow:hidden;
}
.compare-info td.text_price_cp{
	vertical-align:middle;
}
.compare-info td.stock{
	color:#63bf00;
}
.compare-info td.model{
	text-transform:uppercase;
}

.compare-info .cart_cp{
	float:left;

}
.compare-info .button_cp{
	position:relative;
	overflow:hidden;
	margin-bottom:6px;
}
.compare-info .remove{
	position:absolute;
	left:0;
}
.compare-infomation {

    margin-bottom: 32px;
    overflow-x: auto;
    overflow-y: hidden;
}
.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;
	margin-bottom: 20px;
}
.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{

	background-color:#f6f6f6;
	border-bottom:1px solid #dddddd;
}
.wishlist-info thead td,
.cart-info thead td,
.checkout-product thead td{
	font-size:15px;
	font-family: 'Open Sans', sans-serif;
	color:#000000;
}

.wishlist-info table > tbody > tr > td,
.cart-info table > tbody > tr > td,
.checkout-product table > tbody > tr > td{

	border-top: 1px dashed #e1e1e1;
}


.wishlist-info tbody .action img {
	cursor: pointer;
}
.login-content {

	overflow: hidden;

}
.login-content .form-control {
    width: 80%;
}
.login-content .left {
	float: left;
	width: 48%;
}
.login-content .right {
	float: right;
	width: 48%;

}
.login-content p > span{
	font-size:11px;
	font-weight:700;
	text-transform:uppercase;
}
a.forgotten {
    margin-left: 11px;
    margin-top: 17px;

	font-size:11px;
}

.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%;
}
#shipping-method table.radio tr td,#payment-method table.radio tr td{
	float:left;
}
.payment .btn{
	font-size: 18px;
    height: auto;
    padding:11px 52px 13px;
	background-color:#50A914;
}
.payment .btn:hover{
	background-color:#0072FF;
}

.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-info table {
	width: 100%;
	margin-bottom: 0px;
	border-collapse: collapse;



	margin-top:1px;
}
.cart-info td {
	padding: 7px;
}

.cart-info thead .image,
.wishlist-info thead .image,
.checkout-product thead .name {
	text-align:left;
}
.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
{
	width:120px;
	padding-right:10px;

}
 .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;
	text-align: left;
}
.cart-info tbody .model,
.wishlist-info tbody .model,
.checkout-product tbody .model{
	text-transform:uppercase;
	font-size:13px;
}
.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']{
	padding-left:15px;
	padding-right:15px;
	width:80px;

}

.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}

.cart-module > div {
	display: none;
}
.cart-total {

	overflow: hidden;
	margin-top:30px;
	margin-bottom: 20px;


}
#confirm .cart-total{
	border:none;
	margin-top:0;
}
.cart-total table {
	float: right;
}
.cart-total td.left {
	padding: 3px;
	text-align: left;
	float:none;
}
.cart-total td.left.last b{
	display:block;

	font-size:24px;
}
.cart-total td.right{
	text-align:right;
	color:#0072ff;
	font-size:18px;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	padding:3px;
}
.cart-total td.left b{
	margin-right:44px;
	font-weight:700;
	color:#000000;
	font-size:18px;
	font-family: 'Open Sans', sans-serif;
	text-transform:lowercase;
}
.cart-total td.right.last{
	font-size:24px;
}

.cart-total table {
    float: right;
    text-align: right;
    width: auto;
}
.buttons .checkout_cart .btn{
	height:50px;
	font-size:18px;
	padding:11px 52px 10px;
	background-color:#50a914
}


.cart-module #shipping,.cart-module #coupon,.cart-module #voucher,.cart-module #reward{
	border:1px solid #e6e6e6;
	padding:15px 20px 20px 20px;
	margin-bottom:0;

}
.cart-module input[type="text"],.cart-module select.form-control{
	width:35%;
}
.text_next_cart{
	font-size:20px;
	font-weight:700;

}
.continueshopping .btn{
	background-color:#ff8401;
}



/*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{
	width:335px;
	border:1px solid #d3d3d3;
	padding-top:13px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:17px;
	margin-top:0;
	top:45px;
	background-color:#ffffff;
	right:-1px;
	z-index:997;
}

#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:left;
}
#cart .minicart_total tr td{
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	padding-bottom:11px;
	text-transform:lowercase;
}
#cart .minicart_total tr td.text-left{
	color:#000000;
}
#cart .minicart_total tr td.text-right{
	color:#0072ff;
}
#cart .cart_bottom{
	border-top:1px dashed #d9d9d9;
	padding-top:19px;

}
#cart .minicart_total{
	margin-bottom:7px;
}
#cart .voucher .remove{
	position:relative;
	left:0;
	margin-top:20px;
	text-align:left;
}

#cart .buttons .checkout_bt{
	float:left;
	margin-right:10px;
}
#cart .buttons .cart_bt{
	float:left;
}
/* checkout */
.checkout-heading {

	border: 1px solid #0072ff;
    border-radius: 30px;
    color: #0072ff;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 11px;
    padding:16px 64px 16px 20px;
	text-transform:uppercase;
	position:relative;

}
.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;
}
.checkout-heading a:hover{
	text-decoration:underline;
}

.checkout-content {

	display: none;
	margin-top:25px;
	margin-bottom:35px;
	border-top:none;
	margin-left:22px;

	overflow:hidden;

}
.ck_footer{
	width:100%;
	overflow:hidden;
}

.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 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;
	padding:17px 20px 30px;
	background-color:#ffffff;
}
.register table.form{
	margin-bottom:32px;
}
.register tr td{
	color:#323232;
	font-size:10px;
	text-transform:uppercase;
	font-weight:700;
}
.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;
}

/*return*/
.return-product .four.columns{
	width:100%;
}
.notouch .main-bg{background-repeat:no-repeat;background-attachment:fixed;}
/*Quick shop*/
a.sft_quickshop_icon {
    background-image: url("../image/qs.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    left: 50%;

    top: 50%;
   transform: scale(0, 0);
	-o-transform: scale(0,0);
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-ms-transform: scale(0,0);
    transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
    white-space: nowrap;
    z-index: 900;
	font-family: 'Open Sans', sans-serif;
	color:#000000;
	font-size:13px;
	background-color:#ffffff;
	padding-left:35px;
	padding-bottom:7px;
	padding-top:7px;
	padding-right:10px;
	border:1px solid #ffffff;

}
a.sft_quickshop_icon:hover{
	 background-image: url("../image/qs_hv.png");
	 background-color:#000000;
	 color:#ffffff;
}
.image{
	position:relative;
}
.image:hover .sft_quickshop_icon {
    transform: scale(1, 1);
	-moz-transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-o-transform: scale(1,1);
}

.header-top .link a{
	color:#666666;
	font-family: 'Open Sans', sans-serif;
	font-size:11px;
	text-transform:uppercase;
	margin-right:17px;
	font-weight:600;
	white-space:nowrap;
}
.header-top .link .fa{
	margin-right:8px;
	font-size:13px;
	opacity:0.4;
	-moz-opacity:0.4;
}
.header-top .link a:hover .fa{
	opacity:1;
	-moz-opacity:1;

}
.header-top .link{
	margin-top:5px;
}
.header-top .link a:hover{
	color:#0072FF;
}
#welcome{

	font-size:12px;
	color:#4f5d5d;
	font-family: 'Open Sans', sans-serif;
	margin-top:6px;
	margin-bottom:6px;
	text-align:right;
}
#welcome a,#welcome b{
	font-size:12px;
	color:#ff8401;
}

#welcome a:hover{
	text-decoration:underline;
}
#logo{
	margin-left: 60px;
}
.header-top a.box-fbconnect-a{
	/*float: right;*/
	/*margin-top: -30px;*/
}
#search{
	float:left;
	position:relative;
	margin-top:9px;
	margin-bottom:8px;
	width:75%;
	padding-left:12px;
	padding-right:12px;
}
.button-search {
    background-image: url("../image/search.png");
	background-repeat:no-repeat;
	background-position:center;

    cursor: pointer;
    height: 16px;
    position: absolute;
    right: 25px;
    text-indent: -9999px;
    top: 10px;
    width: 16px;
}
#search input{
	height:38px;
	width:100%;
	border-radius:20px;
	border:none;
	box-shadow:inset 0px 2px 7px 0px #ccc;
	font-size:13px;
	color:#999999;
	font-family: 'Open Sans', sans-serif;
	padding-left:20px;
	padding-right:32px;
}

.right_header{
	margin-top:5px
}
.menubar{
	/*background-color:#f7f7f7;*/

	border-bottom:1px solid #c8b239;
	background-color:#f2dd67;
}
.menubar .local{
	float:right;
}
header{
	padding-bottom:10px;
	background-color:#ffffff;
}
.header-top{
	border-bottom:1px solid #d9d9d9;
	padding-top:6px;
	padding-bottom:3px;
}
footer{
	background-color:#ffffff;
	padding-top:30px;
	width:100%;

	overflow:hidden;
}


.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: 'Open Sans', sans-serif;
	font-size:10px;
	text-transform:uppercase;
	color:#999999;
	display:block;
	font-weight:600;
}
#language span img{
	margin-left:15px;
	margin-bottom:1px
}
#language .dropdown-menu > li a,#currency .dropdown-menu > li a {
	font-family: 'Open Sans',sans-serif;
    font-size: 10px;
    font-weight: 600;
	color:#999999;
	padding-left:10px;
	padding-right:10px;
	text-transform:uppercase;
}
#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;
}
#language .dropdown-menu > li,
#currency .dropdown-menu > li{
	margin-top:11px;
}
.header-top #language .dropdown-menu > li.active a,
.header-top #currency .dropdown-menu > li.active a{
	cursor:default;
	color:#ffffff!important;
}
.header-top #language .dropdown-menu > li a:hover,
.header-top #currency .dropdown-menu > li a:hover{
	background-color:#428bca;
	color:#ffffff!important;
}
#language,
#currency{
	float:right;
	position:relative;

}
#language{

}
#currency{
	margin-left:5px;
}
#cart.dropdown_cart{
	background-color: #1A80FF;
    background-image: url("../image/cart_icon.png");
    background-position:10px center;
    background-repeat: no-repeat;
    border: 1px solid #FFFFFF;
    float: right;
    margin-top: 9px;
    padding: 5px 10px 1px 58px;
    position: relative;
    text-align: left;
    width: 25%;
}

#boss_slider{
	position:relative;
	z-index:10;


	overflow:hidden;
}
#boss_slider .container{
	padding-left:0;
	padding-right:0;
}

/****tagcloud***/
.box.tagcloud .box-content a{
	margin-right:15px;
}

.footer_column{
	border-bottom:1px solid #d9d9d9;
	padding-bottom: 30px;
	margin-bottom:18px;
}
.powered span{
	display:block;
}
.powered a{
	color:#202020;
}
.powered a:hover{
	text-decoration:underline;
}
#product-related .list_carousel li,
#tab-related .list_carousel li {
     display: inline-block;
    float: none;
    margin-left: 0;

   cursor:default;
    vertical-align: top;
}
#tab-related li .relt_product > div, #product-related li .relt_product > div{

}
#tab-related .box-product .image,#product-related .box-product .image{
	display:block;
	margin-left:0;
	margin-right:0;
	float:none;
}
#tab-related{
	margin-top:40px;
	border-top:1px solid #dddddd;
	padding-top:20px;
	overflow:hidden;
}
#carousel0 ul{
	cursor:default;
}

#product-related .list_carousel,
#tab-related .list_carousel
{
	position:relative;
	margin-top:14px;
	margin-right:-10px;
	margin-left:-10px;
}

#tab-related .next,
#tab-related .prev,
#product-related .next,
#product-related .prev{
	background-repeat: no-repeat;
    height: 24px;
    position: absolute;
    text-indent: -9999px;
    top: -33px;
    width: 24px;
}

#carousel0 .next,
#carousel0 .prev{
	background-repeat: no-repeat;
    height: 24px;
    position: absolute;
    text-indent: -9999px;
    top: 37%;
    width: 24px;
}

.home_filter_content .next,
.home_filter_content .prev{
	background-repeat: no-repeat;
    height: 24px;
    position: absolute;
    text-align:center;
    top: -37px;
    width: 24px;
	border:1px solid #999999;
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;

}

.home_filter_content .prev i{
	color: #999999;
    font-size: 16px;
    line-height: 21px;
	font-weight:700;
	margin-right:1px;
}
.home_filter_content .next i{
	color: #999999;
    font-size: 16px;
    line-height: 21px;
	font-weight:700;
	margin-left:1px;
}

.home_filter_content .prev:hover,.home_filter_content .next:hover{
	border:1px solid #ff9900;
}
.home_filter_content .prev:hover i,.home_filter_content .next:hover i{
	color:#ff9900;
}

#boss_homefilter_tabs0 .home_filter_content .next, #boss_homefilter_tabs0 .home_filter_content .prev{
	top:-48px;
}
#tab-related .next,
#product-related .next{
	 background-image: url("../image/detail_next.png");
    background-repeat: no-repeat;
    right: 10px;
}
.home_filter_content .next{

    background-repeat: no-repeat;
    right: 10px;
}
#carousel0 .next{
	background-image: url("../image/detail_next.png");
    background-repeat: no-repeat;
    right:0px;
}

#tab-related .next:hover,
#product-related .next:hover,
#carousel0 .next:hover{
	background-image: url("../image/detail_next_hv.png");
}

#tab-related .prev,
#product-related .prev{
	background-image: url("../image/detail_prev.png");
    right: 40px;
}

.home_filter_content .prev{

    right: 40px;
}
#carousel0 .prev{
	background-image: url("../image/detail_prev.png");
    left:0px;
}

#tab-related .prev:hover,
#product-related .prev:hover,
#carousel0 .prev:hover{
	background-image: url("../image/detail_prev_hv.png");

}
.home_filter_content .list_carousel{
	position:relative;
}






/*carousel*/
.caroufredsel_wrapper .carousel-content li {
    text-align: center;
	margin:0 10px;
	margin-bottom:0
}
.caroufredsel_wrapper .carousel-content li a {
	display:inline-block;
}
.carousel-content li {
    float: left;
}
.bt-carousel .box-content{

	position:relative;
	padding: 0 30px;
}
.caroufredsel_wrapper .box-content img{
	width:100%;
}

.bt-carousel{
	padding-bottom:27px;
	width:100%;
	float:left;

}
.bt-carousel .box-content{
	position:relative;
	border-bottom:3px solid #d9d9d9;
	padding-bottom:10px;
	padding-top:10px;
}
.footer-social h3{
	display:none;
}
.footer-social ul li a{
	width:30px;
	height:30px;
	border:1px solid #cccccc;
	border-bottom:3px solid #d1d1d1;
	text-align:center;
	display:inline-block;
	background:#ffffff;
	transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	padding-top:6px;
}
.footer_column .footer-social ul li a i{
	font-size:18px;
	color:#999999;
	line-height:17px;

}
.footer_column .footer-social ul li a:hover{
	border:1px solid #0072ff;
	background:#0072ff;
	border-bottom:3px solid #000000;
}
.footer_column .footer-social ul li a:hover i{
	color:#ffffff;
}
.footer_column .footer-social ul li{
	  display: inline;
	   margin-right: 1px;
	   background-image:none;
	   padding-left:0;
}
.contact-us .image{
	float:left;

}
.contact-us .address .image{
	background-image:url(../image/about_icon1.png);
	background-repeat:no-repeat!important;
	width:18px;
	height:18px;
	margin-right:7px;
	margin-top:2px;

	background-position:center center!important;

}
.contact-us .image span{
	display:none;
}
.contact-us .email .image{
	background-image:url(../image/about_icon2.png);
	background-repeat:no-repeat!important;
	width:18px;
	height:18px;
	margin-right:7px;
	margin-top:2px;

	background-position:center center!important;
}
.contact-us .font .image{
	background-image:url(../image/about_icon3.png);
	background-repeat:no-repeat!important;
	width:18px;
	height:18px;
	margin-right:7px;
	margin-top:2px;

	background-position:center center!important;
}
footer .column h3{
	margin-bottom:15px;
	color:#000000;

	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	text-transform:uppercase;
	font-weight:700;
	border-bottom:1px dashed #d9d9d9;
	padding-bottom:12px;
}
footer .column a:hover{
	color:#0072FF;

}
.footer-about img{
	margin-bottom:9px;
	transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
}
.footer-about img:hover{
	opacity:0.7;
}
.footer-about span{
	font-size:12px;
	font-weight:700;
	color:#0072ff;
	display:block;
	margin-bottom:3px;
	font-family:Arial,Helvetica,sans-serif;
}
.footer-contact{
	margin-bottom:27px;
}
.powered-payment ul li + li{

	margin-left:7px;
}
.powered-payment ul li{
	display:inline;
}
.powered-payment .payment {
	text-align:right;
	margin-top:3px;
}
/*****menu*****/
.dropdown-menu-inner .option a.parent, .dropdown-menu-inner .option p.parent{
	font-size:12px;
	color:#0072ff;
	text-transform:uppercase;
	margin-left:20px;
	display:block;
	line-height:32px;
	margin-bottom:8px;
	margin-right:20px;
	font-family: 'Open Sans', sans-serif;
	border-bottom:1px dashed #d9d9d9;
	font-weight:700;
	display:inline-block;
	clear:both;
}
.dropdown-menu-inner .option > .image img{
	margin-left:20px;
}
.dropdown-menu-inner .column.product .name a{
	padding-right:10px;
}
.dropdown-menu-inner .option a.parent:hover{
	text-decoration:underline;
}
.dropdown-menu-inner .option ul.column li{
	padding-left:21px;
	padding-right:15px;
	margin-bottom:5px;
}
.dropdown-menu-inner .option ul.column.product li{
	display:inline-block;
	float:none;
	vertical-align:top;
	margin-right:-4px;

}
.dropdown-menu-inner .sub_category a{
	display:block;
	margin-bottom:11px;
}
.dropdown-menu-inner .staticblock .menu-block-main span{
	color:#666666;

	font-weight:700;
	display:block;
	margin-bottom:6px;
	font-size:13px;
}

.dropdown-menu-inner .option ul.column.manufacturer li {
    text-align: center;
	display:inline-block;
	vertical-align:top;
	float:none;
	margin-right:-4px;
}
.dropdown-menu-inner .information{
	padding:0;
}
.dropdown-menu-inner .image{
	margin-bottom:20px;
}
.dropdown-menu-inner .image{
	transform: scale(1,1);
-ms-transform: scale(1,1);
-webkit-transform: scale(1,1);
-o-transform: scale(1,1);
-moz-transform: scale(1,1);
}
.dropdown-menu-inner .option .staticblock{
	padding:0 20px 0 21px;
}
.dropdown-menu-inner .option .staticblock .main-menu-block strong{
	margin-bottom:7px;
	display:block;
}
.dropdown-menu-inner .option .staticblock .main-menu-block p{
	margin-bottom:10px;
}
.dropdown-menu-inner .option .staticblock p.parent{
	padding:0;
}
.dropdown-menu-inner .option .staticblock img{
	margin-bottom:17px;
}
.sub_menu_default > ul{
	margin:17px 10px;
}
.boss-menu a:hover{

}
.footer_column ul li a{
	margin-bottom:3px;
	color:#808080;
	font-family:Arial,Helvetica,sans-serif;
}
.footer_column ul li{
	 background-image: url("../image/footer_arrow.png");
    background-position: left center;
    background-repeat: no-repeat;
    margin-bottom: 8px;
    padding-left: 16px;
}

.footer_column p{
	color:#808080;
	font-family:Arial,Helvetica,sans-serif
}
#powered p{
	color:#999999;
	font-size:12px;
	font-family:Arial,Helvetica,sans-serif;
}
.powered a{
	color:#999999;
	text-decoration:underline;
	font-size:12px;
}
.powered a:hover{
	text-decoration:none;
}
.cloud-zoom {
    display: inline-block !important;
}

#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 #0072ff;
}
#back_top:hover i{
	color:#0072ff;
}

#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{
	background-color:#f6f6f6;
	position:relative;
}
#column-left  + #column-right  + #content .product-info .boss_check .box-check {
	width:100%;
	margin-bottom:5px;
}
#column-left  + #column-right  + #content #tab-description p.italic{
	padding-left:50px;
	padding-right:50px;
}
.boss_scroll {
    opacity: 0.95;
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 999;
}

#page-container #content > .container{
	margin-bottom:80px;
	margin-top:80px;
}
#tab-related li .relt_product, #product-related li .relt_product{
	background:#ffffff;
	margin-right:10px;
	margin-left:10px;
	overflow:hidden;
	display:inline-block;
	margin-top:8px;
}
#column-left + #column-right + #content .limit-sort,
#column-left + #column-right + #content .product-filter .display{
	width:100%;
	float:left;
	margin-left:0;
}
#column-left + #column-right + #content .limit{
	float:left;
}
#column-left + #column-right + #content .sort{
	float:left;
	margin-left:0;
	margin-right:20px;
}
#column-left + #column-right + #content.rss-feed{
	width:100%;
	margin-bottom:5px;
}
#column-left + #column-right + #content .product-filter .display{
	text-align:left;
	width:100%;
}
#column-left + #column-right + #content a.forgotten{
	clear:both;
	margin-left:0;
	display:block;
}
.ie10 #search input{line-height:14px!important;}
/*****SAFARI*******/

@media screen and (-webkit-min-device-pixel-ratio){
	input[type="radio"], input[type="checkbox"]{


	}
	.header_category .box .box-heading{
		background-position:right 23px center
	}
}

.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;
	margin-right:15px;

}
.box .box-content .boss-menu-cate .nav_title > a{
	display:block;
	padding-right:30px;
	font-family: 'Open Sans', sans-serif;
	width:111%;
	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-shadow:0 2px 7px -3px #888888;
	-moz-box-shadow:0 2px 7px -3px #888888;
	-webkit-box-shadow:0 2px 7px -3px #888888;
}
.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:#0072ff;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	display:block;
	border-bottom:1px dashed #d9d9d9;
	line-height:32px;
}
.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;
	cursor:default;
}
.box .box-content .box-category.boss-menu-cate .nav_sub_submenu .nav_cat_parent {

	float:left;
	margin-bottom:20px;
	padding-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:10px;
	font-weight:700;
	text-transform:uppercase;
	color:#323232;
}
.banner_cat_effect {
    background-color: #000;
    opacity:0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
   height:100%;
   left: 50%;
   position: absolute;
   top: 0;
   transition: all 0.5s ease 0s;
   -moz-transition: all 0.5s ease 0s;
   -webkit-transition: all 0.5s ease 0s;
   width: 0;
   text-indent:-9999px;
}
.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;
}

/*****************xoa********************/
.title_border{
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	font-size:14px;
	color:#0072ff;
	border:1px solid #0072ff;
	border-radius:30px;
	padding:16px 20px;
	margin-bottom:18px;
}
.content_bg{
	background-color:#ffffff;
	padding:20px 20px 30px;
	overflow:hidden;
}
.list-unstyled.myaccount{
	margin-left:21px;
}
.cart_icon {
	display:inline-block;
	vertical-align:middle;
	width:30px;
	height:30px;

	background-image:url(../image/cart.png);
	background-position:center 7px;
	background-repeat:no-repeat;


}
.content_bg.tab_content{
	margin-top:-5px;
	border-top:1px solid #dddddd;
}
.btn-icon{
	background-color: #0072FF;
    background-image: url("../image/cart.png");
    background-position: 5px 7px;
    background-repeat: no-repeat;
	border:1px solid #0072FF;
    border-bottom: 3px solid #005BCC;

    display: inline-block;
    height: 30px;
    vertical-align: middle;
    width: 30px;
	text-indent:-9999px;
	padding:0;
	transition-duration:0s;
	-moz-transition-duration:0s;
	-webkit-transition-duration:0s;
}
.btn-icon:hover{
	border-bottom: 3px solid #0072ff;
	 background-image: url("../image/cart_icon_hv.png");
	background-color:#0072FF;
	background-position:left top;
}
.relt_product .cart,
.product-grid .cart,
.home_filter_content .cart{
	margin:0px 1px 0px 0px;
	display:inline-block;
	vertical-align:top;
	position:absolute;
	right:-40px;

}
.relt_product .compare,
.product-grid .compare,
.home_filter_content .compare{
	display:inline-block;
	vertical-align:top;
	margin:0px 1px 0px 0px;
	position:absolute;
	right:-40px;

}
.relt_product .wishlist,
.product-grid .wishlist,
.home_filter_content .wishlist{
	display:inline-block;
	vertical-align:top;
	margin:0px 1px 0px 0px;
	position:absolute;
	right:-40px;

}
.relt_product .price,
.product-grid .price,
.home_filter_content .price{
	display:inline-block;
}
.box_btn_icon{
	display:inline-block;
	float:right;
	margin-top:4px;
	position:relative;
	width:103px;
	overflow:hidden;
	height:30px;
}
.relt_product:hover .cart,
.product-grid .product-thumb:hover .cart,
.home_filter_content .product-thumb:hover .cart {
	right:68px;
	/*transition-duration:0.4s;
	-webkit-transition-duration:0.4s;
	-moz-transition-duration:0.4s;
	transition-delay:0.2s;
	-webkit-transition-delay:0.2s;
	-moz-transition-delay:0.2s;*/

	transition:right 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
	-moz-transition:right 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
	-webkit-transition:right 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
}

.relt_product:hover .compare,
.product-grid .product-thumb:hover .compare,
.home_filter_content .product-thumb:hover .compare {
	right:34px;
	/*transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	transition-delay:0.4s;
	-webkit-transition-delay:0.4s;
	-moz-transition-delay:0.4s;*/

	transition:right 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0.1s;
	-moz-transition:right 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0.1s;
	-webkit-transition:right 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0.1s;
}

.relt_product:hover .wishlist,
.product-grid .product-thumb:hover .wishlist,
.home_filter_content .product-thumb:hover .wishlist{
	right:0px;
	/*transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	transition-delay:0.6s;
	-webkit-transition-delay:0.6s;
	-moz-transition-delay:0.6s;*/
	transition:right 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0.2s;
	-moz-transition:right 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0.2s;
	-webkit-transition:right 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0.2s;

}
.product-grid .price-tax{
	display:none;
}
.product-grid .product-thumb .small_detail,
.relt_product .small_detail,
.home_filter_content .small_detail{
	margin-left:10px;
	margin-right:10px;
}
.product-layout{
	margin-top:9px;
}
.product-grid .image:hover .sft_quickshop_icon {

}
.product-grid .product-thumb:hover .sft_quickshop_icon,
.home_filter_content .product-thumb:hover .sft_quickshop_icon {

}
.product-list .cart{
	display:inline-block;
	vertical-align:top;
}
.product-list .small_detail{
	margin:15px 10px 20px 20px;
}
.product-layout .product-thumb .name > a{
	margin-bottom:10px;
}
.product-list .product-thumb{
	padding-bottom:0;
}
.product-list{
	margin-bottom:10px;
}
.box-product .box_item + .box_item{
	border-top:1px dashed #d9d9d9;
}
.box-product .box_item{
	margin-bottom:17px;
	padding-top:15px;
}
.block-banner-left{
	margin-bottom:20px;
}
.block-banner-left img{
	width:100%;
}
.footer-block img{
	width:100%;
}
.footer-block{
	margin-bottom:20px;
}
.footer-social{
	margin-top:30px;
}
.powered-payment{
	margin-bottom:40px;
}
.footer-block .block:hover .banner_cat_effect{

    height:100%;
    width: 100%;
	top:0;
}
.footer-block .block{
	position:relative;
	overflow:hidden;
	border:1px solid #dddddd;
	box-shadow: 0 0 15px -8px transparent;
	-moz-box-shadow: 0 0 15px -8px transparent;
	-webkit-box-shadow: 0 0 15px -8px transparent;
}
.footer-block .banner_cat_effect{
	width:100%;
	top:100%;
	left: 0;opacity: 1;
	background:rgba(255, 255, 255, 0.5);
	transition: all 0.2s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	text-indent:-9999px;
}

.header_category{
	width:24%;
	float:left;

	height:469px;
	background-color:#ffffff;
	position:relative;
	z-index:995;
}
.header_slider{
	width:76%;
	float:left;
	position:relative;
	z-index:9;
}
.header-center{
	padding-top:10px;
	padding-bottom: 0;
}
.cart-search{

	float:right;
	width:76%;
}
.boss_header{
	height:55px;
	background-color:#0072ff;
	margin-bottom:-55px;
}

.dropdown_cart .heading_text{
	display:block;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	font-weight:700;
	text-transform:uppercase;
	color:#ffffff;
	line-height:12px;
}
.header_category .box {
	margin-bottom:0;
}
.header_category .box  .box-content{
	padding-top:19px;
	padding-right:0;
	border-left:1px solid #d3d3d3;
	border-right:1px solid #d3d3d3;
	padding-left:17px;
	overflow:inherit;
}
.home_page .header_category .box  .box-content{
	position:relative;
	height:414px;


}
.boss-new-position{
	background-color:#ffffff;
	border-bottom:1px solid #d3d3d3;

}
.home_page .boss-new-position{
	margin-bottom:30px;

}
.header_category .box  .box-heading span{
	background-image:url(../image/menu_list.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:33px;
}
.header_category .box  .box-heading{
	text-align:left;
	background-image:url(../image/menu_arrow.png);
	background-position:right center;
	background-repeat:no-repeat;
	border-bottom:none;
	background-color:transparent;
	height:55px;
	padding:14px 20px 10px;
	margin-right:20px;
	background-color:transparent!important;
	display:block;

}
.other_page .header_category .box.opencate  .box-heading{
	background-image:url(../image/menu_arrow_up.png);
}
.header_category .box  .boss_heading{
	background-image:url(../image/heading_cover.png);
	background-color:#0072FF;
	background-repeat:repeat;
}
.other_page .header_category{
	height:auto;
	position:relative;
	transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	cursor:pointer;
	z-index:995;
}
.other_page .header_category .box .box-content{
	position:absolute;
	top:55px;
	height:0;
	overflow:hidden;
	padding:0 0 0 20px;
	width:100%;
	transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	box-shadow:0 2px 7px -3px #888888;
	-moz-box-shadow:0 2px 7px -3px #888888;
	-webkit-box-shadow:0 2px 7px -3px #888888;
}
.other_page .header_category .box.opencate .box-content{
	height:auto;
	overflow:inherit;
	padding:19px 0px 20px 20px;
	width:100%;
	z-index:999;
	border-bottom:1px solid #d3d3d3;
	border-top:1px solid #d3d3d3;
}
#cart .name a{
	margin-bottom:10px;
}
.block-footer-top{
	display:none!important;
}
.box_laguage_currency{
	float:right;
}
.wishlist-info{
	overflow-x: auto;
    overflow-y: hidden;
    width: 100%;

}
.wishlist-info tr td{
	white-space:nowrap;
}
.description p{
	font-family:Arial,Helvetica,sans-serif;
	color:#666666;
}
.cart_button:before{
	 background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
}
.cart_button{
	position:relative;
	display:inline-block;
}
.boss_cover{
	display:inline-block;
	background-image: url("../image/heading_cover.png");
    background-repeat: repeat;
	background-color:#0072FF;
}
.submenu-inside > dl > dt > a {
	font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
	color:#666666;

}
.submenu-inside > dl:hover > dt > a{
	color:#0072FF;
}
.submenu-inside .cate-list-item.submenu dd.sub-cate-list {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
	z-index:999;
    left: 100%;
    margin: 0;
    position: absolute;
    top: 0;
	display:none;
	-webkit-box-shadow:0 1px 6px -3px #888888;

}

.submenu-inside > dl{

	 margin-bottom:0;
	 padding-bottom:7px;
	 padding-top:7px;
	 position:relative;
}
.submenu-inside dl:hover .sub-cate-list{
	display:block;
}
.submenu-inside .cate-list-item.submenu dd.sub-cate-list > div.sub-item {
    float: left;
    padding: 10px 0;
}
.submenu-inside .cate-list-item.submenu dd.sub-cate-list > div.sub-item > dl {
    padding: 0 15px;
}

.submenu-inside .sub-cate-list .sub-item dl{
	margin-bottom:12px;
}
.submenu-inside .sub-cate-list .sub-item > dl > dt{
	margin-bottom:12px;
}
.submenu-inside .sub-cate-list .sub-item > dl > dt a{
	font-size:12px;
	color:#0072ff;
	text-transform:uppercase;
	display:block;
	line-height:32px;
	margin-bottom:8px;
	margin-right:20px;
	font-family: 'Open Sans', sans-serif;
	border-bottom:1px dashed #d9d9d9;
	font-weight:700;
	display:inline-block;
	clear:both;
}
.submenu-inside  > .cate-list-item.submenu > dt{
	background-image:url(../image/arrow_right.png);
	background-repeat:no-repeat;
	background-position:right center;
}
.submenu-inside  > .cate-list-item.submenu:hover > dt{
	background-image:url(../image/arrow_right_hover.png);
}
.submenu-inside  > .cate-list-item.submenu{
	padding-right:20px;
}

#product-quick .share{
	display:none;
}
.notouch #product-quick  .not-animated{
	opacity:1!important;
}

.product-list .box_btn_icon{
	float:left;
}
h1.no_margin{
	margin-top:0;
}
#column-left + #content h1{
	margin-top:0;
}
#column-right + #content h1{
	margin-top:0;
}
#column-left + #column-right + #content h1{
	margin-top:0;
}
.product-info .imgthumb{
	position:relative;
	z-index:9;
}
#column-left + #column-right + #content .product-info .right{
	width:100%;
}
#column-left + #column-right + #content .product-info .left{
	width:100%;

}
#product-quick .review_text{
	display:none;
}
#product-quick .review{
	margin-bottom:10px;
}
#product-quick .left{margin-bottom:50px;}
.footer_column .column{
	display:inline-block;
	float:none;
	vertical-align:top;
	margin-right:-4px;
	margin-bottom:20px;
}
.block-banner-left .banner_cat_effect{
	background:rgba(255, 255, 255, 0.9);
    left: 0;
    top: 0;
    width: 0;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
}
.block-banner-left{
	position:relative;
}
.block-banner-left:hover .banner_cat_effect{
	width:100%;
}
.footer-newletter  input{

    border-radius: 25px;
    box-shadow:0 1px 5px 0 #ccc inset;
	-webkit-box-shadow:0 0px 3px 0 #ccc inset;
	-moz-box-shadow:0 1px 5px 0 #ccc inset;
    color: #999999;
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
    height: 48px;
    padding-left: 20px;
    padding-right: 32px;
    width: 100%;
	display:inline-block;
	margin:0;
	background-color:#ffffff;
}
.footer-newletter  input:hover,.footer-newletter  input:focus{
	background-color:#ffffff;
	border:1px solid #bfbfbf;
}
.footer-newletter .btn{
	clear:both;
}
.footer-newletter{
	text-align:center;
	margin-bottom:20px;
}
.footer-newletter h3{
	font-size:36px;

	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	margin-bottom:15px;
}
.newletter-content .btn.btn-new{
	background-image:url(../image/newletter-icon.png);
	background-color:transparent;
	border:none;
	text-indent:-9999px;
	height:22px;
	width:22px;
	background-repeat:no-repeat;
	padding:0;
}
.newletter-content .boss-newletter{
	width:50%;
	display:inline-block;
	position:relative;
}
.newletter-content .boss-newletter .btn.btn-new{
	position:absolute;
	right:15px;
	top:12px;
}
.bt-carousel,.bt-newletter{background-color:#fff;}
.bt-carousel{border-top: 1px solid #ddd;}

.electronic .bt-carousel {
	padding-top: 20px;
}
.electronic .bt-carousel .box-content {
	border-bottom: 3px solid #3d3d3d;
}
.electronic footer, .electronic .bt-newletter, .electronic .bt-carousel {
	background-color: #1b1b1b;
	background-position: left top;
	background-repeat: repeat;
}
.electronic .footer_column {border-bottom: 1px solid #3d3d3d;}
.electronic .footer_column ul li {background-image: url("../image/footer_arrow2.png");}
.electronic .footer-newletter h3 {color: #ffffff;}
.electronic footer .column h3{color: #ffffff;border-bottom: 1px dashed #3d3d3d;
}
/*fashion*/
.fashion .powered-payment {
margin:0 auto;
background-color: #000;
padding-bottom: 45px;
padding-top: 20px;
}

/*Custom style*/
#site-nav {
	width: 100%;
	font-size: 8pt;
	color: #333;
	background: #F7F7F7;
	border-bottom: solid 1px #CCC;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
}
#site-nav a, #site-nav span {
	font-size:8pt;
	border-right: 1px solid #CCC;
	display: block;
	float: left;
	margin: 5px 0;
	padding: 0 12px;
	text-decoration: none;
	border-bottom: 0 none;
}
.clear{
	clear: both;
}

.cprint-item{
	width: 22%;
	float: left;
	margin-right: 10px;
	text-align: center;
	height: 220px;
}
