*{
	outline:none;
}
html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
body {
	
	color: #505050;
	font-family:'Lato';
	margin: 0px;
	font-size:14px;
	padding: 0px;
	background-color:#ffffff;
}
body, td, th, input, textarea, select, a {
	font-size: 14px;
}
h1 {
	color: #000000;
	font-family:'Lato';
	
	margin-bottom: 22px;
	font-size: 30px;
	font-weight: 400;
	text-transform:uppercase;
	margin-top:0;
}
h2 {
	color: #202020;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 18px;
	font-family:'Lato';
	text-transform:uppercase;
	font-weight:700;
}
p {
	margin-top: 0px;
	margin-bottom: 8px;
}
a, a b {
	color: #505050;
	text-decoration: none;
	cursor: pointer;
	font-weight:400;
}
a:hover {
	text-decoration: none;
	color:#202020;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea,select {
	
	border: 1px solid #bdbdbd;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
	border-radius:4px;
}
textarea{
	margin-top:6px;
	margin-bottom:9px;
}
input[type='text'], input[type='password']{
	height:40px;
	padding:7px 8px 9px;
	
	margin-top:6px;
	margin-bottom: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:11px;
}
input[type="radio"] {
    cursor: pointer;
    margin-bottom: 6px;
    margin-right: 3px;
    vertical-align: -2px;
}
.name > a{
	font-family:'Lato';
	font-size:14px;
	color:#202020;
	text-transform:uppercase;
}

.name > a:hover{
	color:#202020;
	text-decoration:underline;
}
.article-name a{
	font-size:20px;
	font-weight:700;
	text-transform:none;
	color:#202020;
	line-height:20px;
}
.article-name a:hover{
	color:#202020;
	text-decoration:underline;
}
.price{
	font-family:'Lato';
	font-size:14px;
	color:#808080;
}
.price-new{
	color:#f10000;
}
.price-old{
	text-decoration:line-through;
	margin-right:3px;
}
.wishlist, .compare {
    display: inline-block;
    margin-bottom: 3px;
}
.compare:after{
	content:"/";
}
.compare a{
	padding-right:6px;
}
.compare{
	margin-right:2px;
}
.compare a:hover,.wishlist a:hover{
	color:#505050;
	text-decoration:underline;
}
.image:hover img{
	opacity:0.4;
}

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;
	margin-top:6px;
	z-index:99;
    /* background: #FFF; */
}
.home_page #column-left{
	margin-top:20px;
}


#column-right {
	float: right;
	margin-top:6px;
	z-index:1;
}
.home_page #column-right{
	margin-top:20px;
}
#content {
	min-height: 300px;
	margin-bottom: 25px;
    background: #FFF;
}

/* 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-right:34px;
	padding-top:6px;
	margin-bottom:0;
}
.boss-menu .menu_item > a,
.boss-menu .navbar-nav > li > a{
	color:#202020;
	font-size:13px;
	font-family:'Lato';
	text-transform:uppercase;
	padding:10px 0 10px;
	
}
.boss-menu .menu_item > li:hover > a,
.boss-menu .navbar-nav > li:hover > a{
	text-decoration:underline;
}
#megamenu.navbar{
	margin-bottom:0;
	min-height:0;
	border:none;
}
.breadcrumb {
	color: #CCCCCC;
	margin-bottom: 24px;
	margin-top:14px;
}
.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;
}
.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;
}
.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: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.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;
}
.pagination .links {

}
.pagination .links a {
	display: inline-block;
	border: 1px solid #bdbdbd;
	background: #FFFFFF;
	text-decoration: none;
	width:42px;
	height:40px;
	border-radius:4px;
	line-height:37px;
	margin-right:8px;
	
}
.pagination .links b,.pagination .links a:hover {
	display: inline-block;
	border: 1px solid #bdbdbd;
	background: #f1f1f1;
	font-weight: normal;
	text-decoration: none;
	border-radius:4px;
	width:42px;
	height:40px;
	line-height:37px;
	margin-right:8px;
}
.pagination .results {
	
	margin-top: 9px;
}
/* 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;
	margin-bottom:27px;
}
.htabs ul li{
	overflow:hidden;
	display:inline-block;
}
.htabs a {
	
	float: left;
	font-family:'Lato';
	font-size: 20px;
	font-weight: 300;
	text-transform:uppercase;
	color:#808080;
	margin-right: 19px;
	
}
.htabs a.selected ,.htabs a:hover{		
	font-weight:700;
	color:#000000;	
}
#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-content{
	overflow:hidden;
}
/* box */
.box {
	margin-bottom: 30px;
	
	position:relative;
	
}
.box .box-heading {
	padding: 10px 20px 10px 20px;
	font-family: 'Lato';
	font-size: 18px;
	font-weight: 700;
	text-transform:uppercase;
	color:#ffffff;
	background-color:#f2d3d0 !important;
	overflow:hidden;

}
.box .box-content {
	background: #FFFFFF;		
	padding: 10px 20px;
	border:1px solid #dcdcdc;
	word-break: break-all;
}
.box .box-content .box-product{
	margin-top:20px;
}
.box .box-content .box-product .image{
	margin-right:12px;
}
.box .box-content ul li{
	margin-bottom:14px;
	
}
.box .box-content ul li.active a{
	font-weight:700;
	color:#202020;
}
.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%;
}
#boss_homefilter_tabs0 .box-product .image,#boss_homefilter_tabs1 .box-product .image{
	
	float:none;
	display:inline-block;
	
}


.box-product > div{
	overflow:hidden;
	margin-bottom:25px;
}
.box-product .prod-detail{
	
	overflow:hidden;
	min-width:50%;
}

.box-product .rating {
	display: block;
	margin-bottom: 4px;
}
/*banner category */
.block-cate-page{
	margin-top:6px;
	margin-bottom:14px;
	overflow:hidden;
	
}
.block-cate-page img{
	width:100%;
}
.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); 
transition: all 0.5s ease 0s;
}
.block-cate-page:hover span img{
	transform: scale(5);
-ms-transform: scale(5);
-webkit-transform: scale(5); 
opacity:0
}

.category-info .image{
	margin-top:6px;
}
.category-info h1{
	margin-bottom:12px;
}
/* box category */
.box .box-content ul li ul li{
	margin-bottom:10px;
}
.box .box-content .box-category > li{
	margin-bottom:0px;
	padding-bottom:13px;
	
} 
.box .box-content ul li ul{
	margin-top:17px;
	margin-left:20px;
	display:block;
}
.box .box-content > ul > li a.active + ul{
	display:block;
}
.box .box-content ul li a.active,.box .box-content ul li a:hover{
	font-weight:700;
	color:#202020;
}
.box .box-content ul li a{
	color:#505050;
	    font-size: 15px !important;
}
.category-list{
	overflow:hidden;
	
	margin-bottom:30px;
}
.category-list ul {
    float: left;
    margin-bottom: 0;
    margin-right: 14px;
    padding-left: 0;
    width: 23%;
}
.category-list ul li{
	margin-bottom:8px;
}
.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 {
    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{
    content:'';
    right:5px; 
	top:-8px;
    width:33px; 
	height:35px;
    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{
	width:auto;
}
.product-filter .sort select, .product-filter .limit select, .b_manufacture select, .article-filter .sort select, .article-filter .limit select {
    -moz-appearance: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #202020;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    margin: 0 0 7px;
    outline: medium none;
    padding: 9px 15px 9px;
    width:170px;
}
.product-filter .sort label, .product-filter .limit label, .article-filter .sort label, .article-filter .limit label{
    margin-right: 0;
    position: relative;
}
.product-filter .display .btn{
	padding-left:0;
	padding-right:0;
	width:42px;
	margin-right:2px;
}
.no-active-grid,.no-active-list,.active-grid,.active-list,.btn-list,.btn-grid{
	background-repeat:no-repeat;
	width:42px;
	height:40px;
	display:inline-block;
	text-indent:-9999px;
	border:none;
}
.active-list,.no-active-list:hover,.btn-list.active,.btn-list:hover{
	background-image:url(../image/list_hv.png);	
	margin-right:5px;
	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:5px;
	background-color:transparent;
}
.no-active-grid,.btn-grid{
	background-image:url(../image/grid.png);	
	background-color:transparent;
}
.active-list,.no-active-list{
	margin-left:5px;
}

/* 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;
	border: 1px solid #e5e5e5;
}


/* 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 {
    border-top: 1px solid #E5E5E5;
    margin-bottom: 40px;
    overflow: hidden;
    padding-top: 20px;
	margin-top:30px;
}
.product-filter .display {
	
	float: right;
	
	
}
.product-filter .display a {
	font-weight: bold;
}
.product-filter .sort {
	float: right;
	color: #333;
	margin-left:5px;
	
}
.product-filter .limit {
	
	float: right;
	
}
.limit-sort{
	float:right;
	margin-left: 18px;
}
.limit-sort b{
	display:none;
}
.product-compare {
	margin-top: 9px;	
	float:left;		
}
.product-compare a {
	text-decoration: none;
	
}
.product-compare a :hover{
	text-decoration:underline;
}
.caption{
	margin-bottom:19px;
}
.product-grid .caption{
	text-align:center;
	
}
.product-grid .button-group{
	text-align:center;
}
.product-grid{
	display:inline-block;
	float:none!important;
	margin-right:-4px;
	vertical-align:top;
}
.product-grid .price-tax,
.product-list .price-tax{
	display:block;
}

.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	
}
.product-thumb{
	margin-bottom:70px;
	overflow:hidden;
}
.product-grid .cart,.product-list .cart,.relt_product .cart {
	margin-bottom: 9px;
}
.product-grid .image{
	margin-bottom:20px;
	text-align:center;
}
.product-list .product-thumb .image {
    float: left;
	margin-right:20px;
	max-width:50%;
}

.product-list .description{
	margin-top:15px;
}


/* Product */
.product-info {
	margin-bottom: 80px;
}
.product-info .image img{
	width:100%;
	max-width:100%;
	height:auto;
}
.product-info .image {

	margin-bottom: 20px;
	
	text-align: center;
}
.product-info .review a{
	color:#202020;
}
.product-info .review a:hover{
	text-decoration:underline;
}
.product-info .review > div{
	float:left;
}
.product-info .review .review_text{
	margin-top:1px;
}
.product-info .review .review_img{
	margin-right:80px;
}
.product-info .review{
	overflow:hidden;
	margin-bottom:9px;
}
.product-info .stock{
	font-weight:400;
	color:#1eb500;
}
.product-info h1{
	margin-bottom:17px;
	margin-top:0;
}
.product-info .description span{
	margin-right:2px;
}
.product-info .description{
	border-bottom:1px solid #e7e7e7;
	padding-bottom:26px;
	margin-bottom:26px;
}
.product-info select.form-control,.product-info .form-control{
	width:100%;
}
.product-info b{
	font-weight:400;
}
.product-info .option {
    margin-bottom: 24px;
    margin-top: 24px;
}
.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{
	border-bottom:1px solid #e5e5e5;
	padding-bottom:6px;
}
.product-info .select_number .form-control{
	width:40px;
	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:30px;
	border:none;
	text-indent:-9999px;
	position:absolute;
	left:0;
	top:0;
}
.product-info .increase{
	background:url(../image/increase.png) no-repeat;
	height:40px;
	width:29px;
	border:none;
	text-indent:-9999px;
	position:absolute;
	right:2px;
	top:0;
}
.product-info .select_number{
	position:relative;
	padding-left:29px;
	width:100px;
}
.product-info .quantily_info{
	margin-bottom:20px;
}
.product-info .cart{
	margin-top:24px;
}
.product-info .price,
.product-info .price-old,
.product-info .price-new{
	font-size:30px;
}
.product-info .price,
.product-info .price-old{
	color:#808080;
}
.product-info .price-tax{
	width:100%;
	float:left;
}
.product-info .reward{
	width:100%;
	float:left
}
.product-info .price_info{
	margin-bottom:16px;
	overflow:hidden;
}
.product-info .btn-cart{
	margin-bottom:14px;
}
.product-info .share {
    border: 1px solid #C0C0C0;
    border-radius: 5px;
    display: inline-block;
    margin-top: 17px;
    overflow: hidden;
    padding: 3px 0 0;
    vertical-align: top;
}

.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 .next,.image-additional .prev {
    background-image: url("../image/detail_add.png");
	background-repeat:no-repeat;
	position: absolute;
    text-indent: -9999px;
	top:-22px;
	width:17px;
	height:17px;
}
.image-additional .next{
	background-position: -18px 0;
	right:0
}
.image-additional .prev{
	 background-position: 0 0;
	right: 18px;
}
.image-additional .next:hover,.image-additional .prev:hover{
	opacity:0.5;
}
.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%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	
	text-align: left;
}
.compare-info tr td:first-child {
	
	text-align: left;
}
.compare-info td {
	padding: 12px 20px 13px;
	width: 20%;
	
	text-align: left;
	vertical-align: top;
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}
.compare-info tbody td{
	padding:15px 20px 17px
}
.compare-info td.price{
	font-size:30px;
	color:#202020;
	vertical-align:middle;
}
.compare-info td.price .price-old,.compare-info td.price .price-new{
	font-size:30px;
}

.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;
	right: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 {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.wishlist-info td,.checkout-product td {
	padding: 7px;
	text-align:center;
}
.wishlist-info thead td {

	
	border-bottom: 1px solid #e1e1e1;
}

.wishlist-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #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%;
	border-left:1px solid #e5e5e5;
	padding-left:20px;
}
.checkout-content .login-content .right{
	padding-left:30px;
}

#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:66%
}
#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:17px 52px 19px;
}
.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: 15px;
	border-collapse: collapse;
	border-top: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #4D4D4D;
	font-weight: 400;
	border-bottom: 1px solid #e1e1e1;
	text-align:center;
}
.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 {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
	text-align:center;
}
.cart-info tbody td.quantity input[type="text"]{float:left;margin-right:7px;}
.cart-info tbody td.quantity .icon{float:left;margin-top:20px;}
.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;
}
.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='text']{
	padding-left:15px;
	padding-right:15px;
	width:75px;
	margin-top:11px;
}

.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-info{
	margin-bottom:40px;
}
.cart-module > div {
	display: none;
}
.cart-total {
	
	overflow: hidden;
	border-top:1px solid #e6e6e6;
	margin-bottom: 15px;
	margin-top:-1px;
	padding-top:28px;
}
#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;
	margin-top:8px;
}
.cart-total td.right{
	text-align:right;
	color:#202020;
}
.cart-total td.left b{
	margin-right:44px;
	font-weight:400;
	color:#202020;
}
.cart-total td.right.last{
	font-size:30px;
}

.cart-total table {
    float: right;
    text-align: right;
    width: auto;
}
.buttons .checkout_cart .btn{
	height:60px;
	font-size:18px;
	padding:16px 52px 10px;
}
.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:25%;
}
.text_next_cart{
	font-size:20px;
	font-weight:700;
	
}
/*dropdown cart */
#cart .remove{
	position:absolute;
	bottom:0px;
	left:40%;
	
}
#cart .image{
	position:relative;
	margin-right:15px;
	
}
#cart .image .img-thumbnail{
	border:none;
	width:auto;
	max-width:none;
	transition:none;
}

#cart .dropdown-menu{
	width:280px;
	border:1px solid #696969;
	padding-top:13px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:17px;
	margin-top:0;
	overflow-y:auto;
	background-color:#ffffff;
	max-height:500px;
	
}

#cart .dropdown-menu .text-center{
	margin-top:10px;
}
#cart .dropdown-menu td{
	padding:0;
	border:none;
	vertical-align:top;
	padding-bottom:15px;
}
#cart .minicart_total tr td{
	color:#202020;
}
#cart .minicart_total tr td.last{
	font-weight:700;
}
#cart .voucher .remove{
	position:relative;
	left:0;
	margin-top:20px;
}
#cart .buttons .btn{
	width:100%;
	height:50px;
	padding-top:12px;
}
#cart .buttons .checkout_bt{
	margin-bottom:3px;
	display:block;
}
/* checkout */
.checkout-heading {
	
	border: 1px solid #e5e5e5;
	padding: 15px 0 14px 20px;
	font-weight: 400;
	font-size: 20px;
	color: #808080;
	margin-bottom: 10px;
	text-transform:uppercase;
	
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
	text-transform:none;
	margin-right:15px;
}
.checkout-heading a:hover{
	text-decoration:underline;
}

.checkout-content {
	
	display: none;
	border:1px solid #e5e5e5;
	margin-bottom:10px;
	border-top:none;
	margin-top:-10px;
	padding:30px;
	overflow:hidden;
	
}
.ck_footer{
	width:100%;
	overflow:hidden;
}
.checkout-content .buttons a b{
	color:#000000;
	font-weight:700;
}
.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: 20px;
}

.checkout-product thead td {
	color: #4D4D4D;
	border-bottom: 1px solid #DDDDDD;
}


.checkout-product tbody td {
	vertical-align: top;
	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;
	border:1px solid #e5e5e5;
	width:100%;
	float:left;
	padding:30px;
}
.register table.form{
	margin-bottom:40px;
}
.sitemap-info ul li ul {
    padding-left: 20px;
}
.sitemap-info ul li a{
	margin-bottom:10px;
	display: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: 0 0;
    background-repeat: no-repeat;
    height: 65px;
    left: 50%;
    text-indent: -9999px;
    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;
    width: 65px;
    z-index: 900;
}
a.sft_quickshop_icon:hover{
	 background-image: url("../image/qs_hv.png");
}
.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);
}
.product-grid .image:hover img,
.product-list .image:hover img{
	opacity:0.5;
	background:#ffffff;
}
.right_header .link{
	float:right;
	margin-left:7px;
	margin-bottom:7px;
	font-size:12px;
}
.right_header .link a{
	font-size:15px;
	color:#05084d !important;
}
.right_header .link a + a{
	margin-left:5px;
}
.right_header .link a span{
	padding-left:7px;
}
.right_header .link a:before{
	content:"  /";
}
.right_header .link a:hover span{
	text-decoration:underline;
}
#welcome{
	float:right;
	font-size:15px;
	color:#05084d !important;
	margin-bottom:7px;
}
#welcome a,#welcome b{
	font-size:12px;
	color:#05084d !important;
}

#welcome a:hover{
	text-decoration:underline;
}
#search{
	float:right;
	clear:both;
	text-align:right;
	position:relative;
}
.button-search {
    background-image: url("../image/search.png");
	background-repeat:no-repeat;
	background-position:center;
	
    cursor: pointer;
    height: 16px;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 7px;
    width: 16px;
}
#search input{
	width:138px;
	font-family:'Lato';
	font-size:13px;
	font-style:italic;
	color:#05084d !important;
	border:transparent;
	height:30px;
	background-color:transparent;
	margin:0 27px 0 0;
}
#logo{
	margin-top:5px;
}
.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;
}
footer{
	background-color:#000000;
	padding-top:5px;
	margin-top:38px;
	padding-bottom: 22px;
	width:100%;
	float:left;
	overflow:hidden;
}
.home_page footer{
	margin-top:20px;
}
#cart #cart-total{
	background-image:url(../image/arow.png);
	background-repeat:no-repeat;
	background-position:right center;
	padding-right:15px;
}
.menubar .local > div{
	float:right;
}
.local  .dropdown-menu{
	right:0!important;
	left:auto;
}
#language span,
#currency span{
	background-image:url(../image/arow.png);
	background-repeat:no-repeat;
	background-position:right center;
	padding-right:13px;
	font-family:'Lato';
	font-size:13px;
	text-transform:uppercase;
	color:#202020;
}
#language .dropdown-menu > li a,#currency .dropdown-menu > li a {
	text-transform:uppercase;
}
#language .dropdown-menu > li,
#currency .dropdown-menu > li{
	margin-top:11px;
}

.btn-language:hover, .btn-currency:hover{
	font-weight:700;
}
#language,
#currency{
	float:left;
	padding:9px 0px 11px;
	position:relative;
	
}
#language{
	margin-right:15px;
}
#currency{
	
}
#cart{
	

	padding:9px 0 11px 14px;
	float:right;
	position:relative;
	margin-left:10px;
	
}
/* XOa dc*/
.block-hompage-special h3{
	font-size:30px;
	color:#202020;
	text-transform:uppercase;
	font-weight:400;
	margin-bottom:49px;
}
.block-hompage-special p{
	color:#808080;
	padding:0 100px
}
.block-hompage-special{
	text-align:center;
	clear:both;
	width:100%;
	overflow:hidden;
	
}
.block-hompage-special .block-1,.block-hompage-special .block-2,.block-hompage-special .block-3{
	position:relative;
	text-align:center;
	
}

.block-hompage-special .block-1 .title,.block-hompage-special .block-2 .title,.block-hompage-special .block-3 .title{
	
	background: none repeat scroll 0 0 #FF0000;
    display: inline-block;
   
	background-color:#ffffff;
	opacity:0.95;
	padding:0 30px 3px;
	font-weight:300;
	font-size:38px;
	font-family:'Lato';
	color:#404040;
	line-height:49px;
}
.block-hompage-special .block-1 .title span,.block-hompage-special .block-2 .title span,.block-hompage-special .block-3 .title span{
	font-weight:900;
}
.block-hompage-special .block-1 .center,.block-hompage-special .block-2 .center,.block-hompage-special .block-3 .center{
	 left: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    bottom:22px;
    width: 100%;
	transition:all 0.4s ease 0s;
	-moz-transition:all 0.4s ease 0s;
	-webkit-transition:all 0.4s ease 0s;
}
.block-hompage-special .block-1:hover .center,
.block-hompage-special .block-2:hover .center,
.block-hompage-special .block-3:hover .center{
	bottom:93px;
}
.block-hompage-special .block-1 > div,
.block-hompage-special .block-2 > div,
.block-hompage-special .block-3 > div{
	/*transition-duration:0.2s;
	-webkit-transition-duration:0.2s;
	-moz-transition-duration:0.2s;*/
	position:relative;
	
}
.block-hompage-special .block-1 > div:hover,
.block-hompage-special .block-2 > div:hover ,
.block-hompage-special .block-3 > div:hover  {
	/*background:#000000;*/
}
.block-hompage-special .block-1 > div:hover .title, 
.block-hompage-special .block-2 > div:hover .title, 
.block-hompage-special .block-3 > div:hover .title{
	background: transparent;
    color: #FFFFFF;
    opacity: 1;
	filter: alpha(opacity=100);
	
}
.block-hompage-special .block-1 > div:hover img,
.block-hompage-special .block-2 > div:hover img,
.block-hompage-special .block-3 > div:hover img{
	/*opacity:0.4;*/
	filter: alpha(opacity=40);
}
.block-hompage-special .block-1 > div img,
.block-hompage-special .block-2 > div img,
.block-hompage-special .block-3 > div img{
		width:100%
}


/**********************/
.block-hompage-special .block-1 a:before,
.block-hompage-special .block-2 a:before,
.block-hompage-special .block-3 a:before{
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0) inset;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
}
.block-hompage-special .block-1 a:hover:before,
.block-hompage-special .block-2 a:hover:before,
.block-hompage-special .block-3 a:hover:before{
	box-shadow: 0 0 0 150px rgba(0, 0, 0, 0.7) inset;
}

#boss_slider{
	
	position:relative;
	z-index:10;
	margin-top:20px;
	margin-bottom:45px;
	overflow:hidden;
}
#boss_slider .container{
	padding-left:0;
	padding-right:0;
}
.block-hompage-special .block-content{
	margin-top:55px;
}
.block-home-feature{
	overflow:hidden;
	
}
.block-home-feature p{
	font-family:'Lato';
	font-size:30px;
	font-weight:300;
	color:#ffffff;
	margin-bottom:90px;
}
.block-home-feature p span{
	font-weight:900
}
.newletter h3{
	font-size:30px;
	color:#202020;
	text-transform:uppercase;
	font-weight:400;
	margin-bottom:40px;
	margin-top:0;
}
.newletter p{
	color:#808080;
	margin-bottom:19px;
}
.newletter{
	
	text-align:center;
	
	
	
}
.newletter span{
    background-color:#FFFFFF;
    display: inline-block;
    max-width: 545px;
    padding: 0 40px;
    position: relative;
    z-index: 2;
}
.newletter h3.title:before {
    border-top: 1px solid #e5e5e5;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 1;
}
.newletter h3.title{
	position:relative;
	margin-bottom:0;
}
.newletter > div{
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	margin-top:-16px;
	padding-top:56px;
	padding-bottom:43px;
}
.newletter .form-control{
	display:inline-block;
	width:39%;
	height:50px;
	margin:0;
	padding-left:18px;
	margin-right:18px;
	padding-right:18px;
}
.newletter .btn{
	height:50px;
	padding-top:12px;
}
.block-home-feature {
	text-align:center;
	padding-top:83px;
	padding-bottom:118px;
	margin-bottom:90px;
	margin-top:90px;
	background-attachment:fixed;
	background-size:cover;
	background-position:left top !important;
	
}
.block-home-feature h3{
	font-size:80px;
	font-weight:900;
	color:#ffffff!important;
	text-transform:uppercase;
	font-family:'Lato';
}
.block-home-feature > p{
	font-size:30px;
	font-weight:300;
	color:#ffffff;
	margin-bottom:86px;
}
.block-home-feature > p > span{
	font-weight:900;
}
.block-home-feature .feature-1 span,
.block-home-feature .feature-2 span,
.block-home-feature .feature-3 span,
.block-home-feature .feature-4 span{
	color:#ffffff;
	font-weight:700;
	font-size:20px;
	text-transform:uppercase;
	display:block;
	margin-bottom:13px;
	margin-left:10px;
	margin-right:10px;
	font-family:'Lato';
}
.block-home-feature .feature-1 p,
.block-home-feature .feature-2 p,
.block-home-feature .feature-3 p,
.block-home-feature .feature-4 p{
	color:#d2d2d2;
	font-size:16px;
	font-weight:400;
	text-align:left;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:15px;
}
.block-home-feature .image{
	display:block;
	margin-bottom:20px;
	margin-left:10px;
	margin-right:10px;
}
.block-home-feature .learn-more{
	color:#d2d2d2!important;
	font-size:16px;
	font-weight:400;
	margin-left:10px;
	margin-right:10px;
	font-family:'Lato';
}
.block-home-feature .learn-more:hover{
	text-decoration:underline;
}
.block-feature-detail{
	overflow:hidden;
	margin-top:86px;
	margin-bottom:90px;
}
.block-home-feature .bt-buytheme .btn{
	height:60px;
	padding-top:15px;
	padding-left:50px;
	padding-right:50px;
	font-size:18px;
}
.popular-cate .box-heading h2{
	font-size:24px;
	text-transform:uppercase;
	color:#202020;
	font-weight:700;
	margin-bottom:58px;
	text-align:left;
}

.popular-cate{
	text-align:center;
	
}
.popular-cate .cate-image{
	margin-bottom:37px;
	display:inline-block;
	position:relative;
}
.popular-cate .cate-image img{
	width:100%;
}
.popular-cate .cate-image a:before{
	box-shadow:0 0 0 2px rgba(255, 255, 255, 0) inset;
	height:100%;
	width:100%;
	left:0;
	top:0;
	position:absolute;
	 transition: all 0.3s ease-in-out 0s;
	 content:"";
}
.popular-cate .cate-image a:hover:before{
	box-shadow:0 0 0 9px rgba(0, 0, 0, 0.07) inset;
	 
}
.popular-cate .cate-name{
	margin-bottom:30px;
}
.popular-cate .cate-name h3{
	font-size:18px;
	
}
.popular-cate .sub_item a{
	font-size:12px;
	color:#808080;
	text-transform:uppercase;
}
.popular-cate .sub_item a:hover{
	text-decoration:underline;
}
.popular-cate .sub_item{
	border-bottom:1px solid #eeeeee;
	margin-bottom:12px;
	padding-bottom:16px;
}
.block-banner-left p{
	text-align:center;
	position:absolute;
	width:100%;
	bottom:15px;
}
.block-banner-left{
	position:relative;
	overflow:hidden;
	margin-bottom:30px;
}
.block-banner-left img{
	width:100%;
}
.block-banner-left span{
	background: none repeat scroll 0 0 #FFFFFF;
    color: #404040;
    display: inline-block;
    font-family: 'Lato';
    font-size: 38px;
    font-weight: 300;
    line-height: 49px;
    opacity: 0.95;
    padding: 0 25px 3px;
}
.block-banner-left span > span{
	font-weight:900;
	padding:0
}
.block-home-testimonial{
	text-align:center;
	
}
.block-home-testimonial h3{
	 color: #202020;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 47px;
    text-transform: uppercase;
	margin-top:0;
}
.block-home-testimonial p{
	font-style:italic;
	font-size:20px;
	color:#202020;
	margin-bottom:30px;
}
.block-home-testimonial span{
	color:#808080;
	font-size:14px;
	text-transform:uppercase;
}
#gallery-container .photo{
	float:left;
	padding:0 10px;
	margin-bottom:20px;
}
#gallery-container.photos{
	
}
.boss_homefilter_tabs{
	
}
.block-home-shipping{
	background-color:#fff2a9;
	padding-bottom:28px;
	padding-top:21px;
	padding-left:20px;
	
	overflow:hidden;
	padding-right:20px;
}
.home2.block-home-shipping{
	margin-top:0;
}
.block-home-shipping .title {
	font-size:42px;
	font-family:'Lato';
	color:#454545;
	font-weight:300;
	float:left;
	width:52%;
	margin-right:10px;
	line-height:42px;
	margin-top:10px;
}
.block-home-shipping p{
	display: inline;
    float: left;
    overflow: hidden;
    width: 35%;
	margin-right:10px;
	margin-top:17px;
	font-family:'Lato';
	color:#505050;
	font-size:12px;
} 
.block-home-shipping a{
	text-transform:uppercase;
	font-size:12px;
	font-family:'Lato';
	color:#535353;
	border:1px solid #d9c187;
	display:block;
	overflow:hidden;
	float:left;
	padding:9px 19px 11px;
	border-radius:3px;
	margin-top:17px;
}


.block-home-shipping a:hover{
	color:#202020;
}
.block-home-shipping .title > span{
	font-weight:900;
}
#gallery-container a:before{
	box-shadow:0 0 0 2px rgba(255, 255, 255, 0) inset;
	-moz-box-shadow:0 0 0 2px rgba(255, 255, 255, 0) inset;
	-webkit-box-shadow:0 0 0 2px rgba(255, 255, 255, 0) inset;
	height:100%;
	width:100%;
	left:0;
	top:0;
	position:absolute;
	 transition: all 0.3s ease-in-out 0s;
	 content:"";
}
#gallery-container a:hover:before{
	box-shadow:0 0 0 30px rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow:0 0 0 30px rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow:0 0 0 30px rgba(0, 0, 0, 0.2) inset;
}


#gallery-container.photos{
	
}
.boss_gallery{
	text-align:center;
}
.gallery-title h3{
	font-size:30px;
	color:#202020;
	font-family:'Lato';
	font-weight:400;
}
.gallery-title{
	margin-bottom:40px;
}
/*****xoa****/
/****tagcloud***/
.tagcloud .block-content{
	padding-bottom:20px;
	text-align:center;
}
.powered-payment{
	
}
.footer_column{
	/* border-bottom:1px solid #2e2e2e; */
	padding-bottom: 52px;
	margin-bottom:25px;
}
.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;
    margin-right: -3px;
    text-align: center;
    vertical-align: top;
}
#tab-related li .relt_product > div, #product-related li .relt_product > div{
	margin-right:10px;
}
#tab-related .box-product .image,#product-related .box-product .image{
	display:inline-block;
	margin-right:5px;
	margin-left:5px;
	float:none;
}

#tab-related{
	margin-top:60px;
}
#product-related .nav_thumb,
#tab-related .nav_thumb,
.home_filter_content .next,
.home_filter_content .prev,
.boss-blog-featured .box-article .next,
.boss-blog-featured .box-article .prev{
	width:55px;
	height:55px;
	position:absolute;
	background-repeat:no-repeat;
	top:32%;
	text-indent:-9999px;
	opacity:0;
	transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	
}
#carousel0 .nav_thumb{
	width:33px;
	height:33px;
	position:absolute;
	background-repeat:no-repeat;
	top:22%;
	text-indent:-9999px;
	opacity:0;
	transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
}
#carousel0 ul{
	cursor:default;
}
#tab-related .nav_thumb.next,
#tab-related .nav_thumb.prev
{
	top:23%;
}
#product-related .nav_thumb.next,
#product-related .nav_thumb.prev{
	top:24%;
}

.boss-blog-featured .box-article .next,
.boss-blog-featured .box-article .prev{
	top:34%;
}
#product-related .next,
#tab-related .next,
.home_filter_content .next,
.boss-blog-featured .box-article .next{
	background-image:url(../image/next.png);
	right:-1%;
	transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
}


#carousel0 .next{
	background-image:url(../image/brand_next.png);
	right:-1%;
	transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	width:33px;
	height:33px;
}


#product-related .next:hover,
#tab-related .next:hover,
.home_filter_content .next:hover,
.boss-blog-featured .box-article .next:hover{
	background-image:url(../image/next_hv.png);
}
#carousel0 .next:hover{
	background-image:url(../image/brand_next_hv.png);
}

#product-related .prev,
#tab-related .prev,
.home_filter_content .prev,
.boss-blog-featured .box-article .prev{
	background-image:url(../image/prev.png);
	left:-1%;
}

#carousel0 .prev{
	background-image:url(../image/brand_prev.png);
	left:-1%;
}

#product-related .prev:hover,
#tab-related .prev:hover,
.home_filter_content .prev:hover,
.boss-blog-featured .box-article .prev:hover{
	background-image:url(../image/prev_hv.png);
}
#carousel0 .prev:hover{
	background-image:url(../image/brand_prev_hv.png);
}

#product-related .list_carousel,
#tab-related .list_carousel
{
	position:relative;
	margin-top:55px;
}
.home_filter_content .list_carousel{
	position:relative;
}
.home_filter_content .box-product .image{
	display:block;
	float:none;
}
#product-related .list_carousel:hover .next,
#tab-related .list_carousel:hover .next,
#carousel0 .box-content:hover .next,
.home_filter_content .list_carousel:hover .next,
.boss-blog-featured .box-article:hover .next
{
	
	right:0;
	opacity:1;
	
}
#product-related .list_carousel:hover .prev,
#tab-related .list_carousel:hover .prev,
#carousel0 .box-content:hover .prev,
.home_filter_content .list_carousel:hover .prev,
.boss-blog-featured .box-article:hover .prev
{
	
	left:0;
	opacity:1;
	
}


/*carousel*/
#carousel0 .carousel-content li {
    text-align: center;
	margin:0 10px;
	margin-bottom:0
}
#carousel0 .carousel-content li a {
	display:inline-block;
}
.carousel-content li {
    float: left;
}
#carousel0 .box-content,
.home_filter_content .box-content{
	
	position:relative;
}
 .footer-block-shipping i{
    border-radius: 100%;
    color: #ffffff;
    float: left;
    font-size: 27px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
    width: 72px;
	background-color:#e5b1d7;
	
}
 .footer-block-shipping i:hover{
	color:#202020;
	background-color:#dadada;
 }
.footer-block-shipping .block-1,
.footer-block-shipping .block-2,
.footer-block-shipping .block-3{
	overflow:hidden;
}
 .footer-block-shipping b{
	display:none;
 } 
 .footer-block-shipping .icon, .footer-block-shipping .text {
	float:left;
 }
.footer-block-shipping .icon{
	margin-right:21px;
}
 .footer-block-shipping h3{
	margin-bottom:4px;
	margin-top:0;
	color:#808080;
 }
 .footer-block-shipping .text{
	margin-top:16px;
 }
 .footer-block-shipping .text span{
	font-size:12px;
	color:#808080;
	text-transform:uppercase;
 }
#carousel0{
	margin-bottom:20px;
	padding-bottom:33px;
	border-bottom:1px solid #2e2e2e;
	width:100%;
	float:left;
}
.footer-block-shipping{
	    margin-top: 20px;
    /* border-bottom: 1px solid #2e2e2e; */
        padding-bottom: 88px;
    margin-bottom: 38px;
    width: 100%;
    float: left;
}
.footer-social ul li a{
  
   
	width:41px;
	height:41px;
	border-radius:100%;
	border:1px solid #e5b1d7;
	text-align:center;
	line-height:40px;
	display:inline-block;
	background:#e5b1d7;
	transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
}
.footer-social ul li a i{
	font-size:20px;
	color:#fff;
	line-height:2;
	
}
.footer-social ul li a:hover{
	border:1px solid transparent;
	background:#000000
}
.footer-social ul li a:hover i{
	color:#ffffff;
}
.footer-social ul li{
	  display: inline;
	   margin-right: 14px;
}
.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:22px;
	color:#808080;
	font-size:26px !important;
	font-weight:bold !important;
}
footer .column a:hover{
	color:#505050;
	text-decoration:underline;
}
.footer-about img{
	margin-bottom:12px;
}
.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:17px;
	color:#202020;
	text-transform:uppercase;
	padding-left:21px;
	display:block;
	line-height:32px;
	margin-bottom:15px;
	padding-right:10px;
}
.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;
}
.dropdown-menu-inner .sub_category a{
	display:block;
	margin-bottom:11px;
}
.dropdown-menu-inner .staticblock .menu-block-main span{
	color:#202020;
	text-transform:uppercase;
	font-weight:700;
	display:block;
	margin-bottom:10px;
}
.dropdown-menu-inner .staticblock .menu-block-main p{
	margin-bottom:19px;
}
.dropdown-menu-inner .staticblock .menu-block-main{
	
}
.dropdown-menu-inner .option ul.column.manufacturer li {
    text-align: center;
	padding:20px;
}
.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 10px 0 21px;
}
.dropdown-menu-inner .option .staticblock p.parent{
	padding:0;
}
.dropdown-menu-inner .option .staticblock img{
	margin-bottom:17px;
}
.sub_menu_default > ul{
	margin:20px;
}
.boss-menu a:hover{
	text-decoration:underline;
}
.footer_column ul li a{
	margin-bottom:3px;
	color:#808080;
}
.footer_column p{
	color:#808080;
}
#powered p{
	color:#808080;
}
.powered a{
	color:#808080;
	text-decoration:underline;
}
.powered a:hover{
	text-decoration:none;
}
.cloud-zoom {
    display: inline-block !important;
}

#back_top {
    background-color:rgba(0, 0, 0, .2);
  
    border-radius: 100%;
    bottom: 35px;
    color: #FFFFFF;
    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{
	opacity:0.5;
}
#back_top span{
	background: none repeat scroll 0 0 #808080;
    border: 1px solid #FFFFFF;
    border-radius: 100%;
    display: block;
    height: 44px;
    line-height: 44px;
    text-align: center;
    width: 44px;
}
#back_top i{
	font-size:28px;
}
#page-container{
	position:relative;
}
#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-color:#ffffff;
	background-image:none!important;
	
}
#header {
	background: #05084d !important;
}
#page-container.boxed header,#page-container.wide header {
/*	background-color:#105ed4;*/
	background-color:#000;
}

#page-container.wide{
	background-color:#ffffff;
	overflow:hidden;
}
#column-left  + #column-right  + #content .product-info .boss_check .box-check {
	width:100%;
	margin-bottom:5px;
}
.boss_scroll {
    opacity: 0.95;
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 999;
}
.video-content iframe { max-height: 100%; max-width: 100%;}
#page-container #content > .container{margin-bottom:80px;margin-top:80px;}
#tab-related li .relt_product, #product-related li .relt_product{
	
}
#column-left + #column-right + #content .limit-sort,
#column-left + #column-right + #content .product-filter .display{
	width:100%;
}
#column-left + #column-right + #content .product-filter .display{
	text-align:right;
}
.ie10 #search input{line-height:14px!important;}
/*****SAFARI*******/

@media screen and (-webkit-min-device-pixel-ratio){
	input[type="radio"], input[type="checkbox"]{
		margin-left:3px;
	}
}
.checkout-content .login-content input[type="radio"]{
	margin-left:4px;
	vertical-align:-1px;
} 
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;
}

/*******************************HOME2****************************/
.home2..block-home-shipping{
	margin-top:0;
}
.block-hompage2-content .block > div{
	background:#efefef;
	text-align:center;
	color:#202020;
	padding-top:66px;
	padding-bottom:38px;
	padding-left:45px;
	padding-right:45px;
	min-height:415px;
	transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
}
.block-hompage2-content{
	border-top:1px solid #dbdbdb;
	padding-top:60px;
}
.block-hompage2-content .block > div:hover{
	background:#dadada;
}
.block-hompage2-content .block > div img{
	border:8px solid rgba(0,0,0,0);
	
}
.block-hompage2-content .block > div:hover img{
	background-color:#ffffff;
	border:8px solid rgba(0,0,0,0.3);
	border-radius:100%;
	transition-duration:0.4s;
	-webkit-transition-duration:0.4s;
	-moz-transition-duration:0.4s;
}
.block-hompage2-content .block a{
	color:#202020;
}
.block-hompage2-content .block a:hover{
	text-decoration:underline;
}
.block-hompage2-content .block span{
	font-size:20px;
	text-transform:uppercase;
	font-weight:700;
	font-family:'Lato';
	color:#202020;
	display:block;
	margin-bottom:15px;
}
.block-hompage2-content .block .image{
	margin-bottom:37px;
}
.block-hompage2-content .block .image:hover img{
	opacity:inherit;
}
.block-hompage2-content{
	border-bottom:1px solid #dbdbdb;
	padding-bottom:70px;
}
.home2 .block-home-feature span{
	color:#202020;
	font-size:99px;
	font-weight:900;
	font-family:'Lato';
	text-transform:uppercase;
	display:block;
	width:40%;
	text-align:center;
	line-height:99px;
	margin-bottom:30px;
	
}
.home2 .block-home-feature{
	text-align:left;
	padding-top:110px;
	padding-bottom:40px;
}
.home2 .block-home-feature p{
	font-family:'Lato';
	font-size:29px;
	color:#202020;
	font-weight:400;
}
.home2 .boss-blog-featured .block-heading{
	text-align:center;
	color:#202020;
	font-size:30px;
	text-transform:uppercase;
	font-weight:400;
	margin-bottom:50px;
}
.home2 .boss-blog-featured .time-stamp{
	position:absolute;
	left:0;
	background-color:#f2edd2;
	font-size:15px;
	color:#202020;
	top:20px;
	text-align:center;
	padding:8px 25px 11px 25px;
} 
.home2 .boss-blog-featured .image{
	
}
.home2 .boss-blog-featured .image img{
	width:100%;
}
.home2 .boss-blog-featured .article-detail{
	margin-top:17px;
	margin-bottom:17px;
	margin-right:10px;
}
.home2 .boss-blog-featured .time-date{
	display:block;
	
	font-size:20px;
}
.home2 .boss-blog-featured .time-month{
	display:block;
	font-size:14px;
}
.home2 .boss-blog-featured .article_content{
	border:1px solid #d8d8d9;
	margin-bottom:20px;
}
.home2 .boss-blog-featured .article-name{
	margin-bottom:19px;
}
.home2 .boss-blog-featured .image a:before{
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0) inset;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
}
.home2 .boss-blog-featured .image a:hover:before{
	box-shadow:0 0 0 20px rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow:0 0 0 20px rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow:0 0 0 20px rgba(0, 0, 0, 0.2) inset;
}
.home2 .boss-blog-featured .image:hover img{
	opacity:inherit;
}

.home2 .boss-blog-featured .box-article .row > div{
	display:inline-block;
	float:none!important;
	margin-right:-3px;
	vertical-align:top;
	
}
.home2 .boss-custom-pro .product-block{
	display:inline-block;
	float:none;
	margin-right:-3px;
	vertical-align:top;
	text-align:center;
	margin-bottom:45px;
	
}
.home2 .boss-custom-pro .main-product{
	text-align:center;
	margin-bottom:45px;
	margin-top:80px;
}
.home2 .boss-custom-pro .image:hover img{
	opacity:inherit;
}
.home2 .boss-custom-pro .image{
	overflow:hidden;
}
.home2 .boss-custom-pro .border_block{
	border-left:1px solid #dbdbdb;
}
.home2 .boss-custom-pro{
	
}
.home2 .boss-custom-pro .box-items .row .items +.items{
	border-top:1px dashed #cccccc;
	padding-top:20px;
}

.home2 .boss-custom-pro .title h3{
	
	color:#202020;
	font-size:24px;
	text-transform:uppercase;
	font-weight:700;
	font-family:'Lato';
}
.home2 .boss-custom-pro .title{
	margin-bottom:55px;
}
/***************************HOME3******************************/
.boss-blog-featured .box-article ul li{
	display: inline-block;
    float: none;
    padding: 0;
    vertical-align: top;
	margin-right:10px;
	margin-left:10px;
	margin-bottom:0;
	
}
.boss-blog-featured .box-article{
	position:relative;
}
.home3.block-home-shipping{
	background-color:transparent;
}
.home3.block-home-shipping .block_content{
	background-color:#F2EDD2;
	overflow:hidden;
	padding-left:50px;
	padding-right:50px;
	padding-top:20px;
	padding-bottom:20px;
}
.home3.block-home-shipping .title{
	font-size:53px;
}
.home3.block-home-shipping p{
	margin-top:26px;
}
.home3.block-hompage-special .block-content{margin-top:0px;} 
.home3.block_special{margin-top:20px;}
/*********************home4***********************/
.home4.block-home-golden,.home4.block-home-priest,.home4.block-home-theme{
	background-attachment: fixed;
    background-size: cover;
	
	overflow:hidden;
    padding-bottom: 118px;
    padding-top: 83px;
   
	
}
.home4.block-home-theme{
	margin-bottom:45px;
}
.home4.block-home-golden .text{
	float:right;
	text-align:center;
}
.home4.block-home-priest .text{
	float:left;
	text-align:center;
}
.home4.block-home-golden span,.home4.block-home-priest span{
	color:#202020;
	font-family:'Lato';
	font-size:98px;
	text-transform:uppercase;
	font-weight:900;
	line-height:98px;
	margin-bottom:40px;
	display:block;
}
.home4.block-home-theme span{
	font-family:'Lato';
	font-size:98px;
	text-transform:uppercase;
	font-weight:900;
	line-height:98px;
	margin-bottom:15px;
	display:block;
	color:#ffffff;
}
.home4.block-home-golden p,.home4.block-home-priest p{
	color:#202020;
	font-family:'Lato';
	font-size:30px;
	font-weight:400;
}
.home4.block-home-theme p{
	font-family:'Lato';
	font-size:30px;
	font-weight:300;
	color:#ffffff;
}
.home4.block-home-theme p b{
	font-weight:900;
}
.home4.block-home-theme {
	text-align:center;
	
}
.home4.block-home-provide{
	text-align:center;
	margin-top:45px;
	margin-bottom:50px;
}
.home4 .block-provide-detail h3{
	font-size:29px;
	
	font-weight:400;
	margin-bottom:75px;
}
.home4 .block-provide-detail .provide span{
	color:#202020;
	font-family:'Lato';
	font-size:20px;
	font-weight:700;
	text-transform:uppercase;
	display:block;
	margin-bottom:40px;
}
.home4 .block-provide-detail .provide a:hover{
	text-decoration:underline;
	
} 
.home4 .block-provide-detail .provide .image{
	margin-bottom:60px;
}

.home4 .block-provide-detail .provide p{
	margin-bottom:17px;
}
.home4 .block-provide-detail .provide .image img{
	transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
}
/*****home5*******/
.home_page .header-home5{
	position:absolute;
	left:0px;
	top:20px;	
	height:100%;
	float:left;
	width:100%;
	padding-left:20px;
	padding-right:20px;	
}
.home_page .boxed .header-home5 header > .container,.home_page .boxed .header-home5 .menubar  > .container{
	width:auto;
}


.header-home5 header{position:relative;z-index:100;}
.header-home5 .menubar{position:relative;z-index:99;}


.home5.block-home-services{
	text-align:center;
	margin-top:80px;
	margin-bottom:10px;
}
.home5.block-home-services h3{
	font-size:29px;	
	font-weight:400;
	margin-bottom:45px;
}
.home5.block-home-services img{
	border:4px solid #f2f2f2;
	transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
}
.home5.block-home-services .image a{
	display:inline-block;
	border:1px solid #e3e3e3;
}
.home5.block-home-services .image:hover img{
	opacity:inherit;
	border:4px solid #e3e3e3;
}
.home5.block-home-services span{
	color:#202020;
	font-family:'Lato';
	font-size:20px;
	font-weight:700;
	text-transform:uppercase;
	display:block;
	margin-bottom:20px;
}
.home5.block-home-services .image{
	margin-bottom:22px;
}
.home5.block-home-services p{
	margin-bottom:17px;
}
.home5.block-home-services .text a:hover{
	text-decoration:underline;
}
.home5.block-home-services .block-services-detail{
	border-top:1px solid #dbdbdb;
	padding-top:50px;
}
.home5.block-home-services img{
	width:100%;
}
.home5.block_special{
	margin-top:30px;
}
/**********home6*******/
@media (min-width: 768px) {
  .home-column-container {
    width: 740px;
	
  }
  .home-column-container #content > .container{
	width:auto
  }
}
@media (min-width: 992px) {
  .home-column-container {
    width: 960px;
  }
  .home-column-container #content > .container{
	width:auto
  }
}
@media (min-width: 1200px) {
  .home-column-container {
    width: 1200px;
  }
  .home-column-container #content > .container{
	width:auto
  }
}

#page-container .home-column-container #content > .container{
	margin-bottom:20px;
	margin-top:20px;
	padding-right:0;
	padding-left:0;
}
.home_page .home-column-container{
	margin:0 auto;
 }
.home_page .home-column-container #column-right{
	margin-top:97px;
 }
.block-hompage6-content .block > div{
	background:#efefef;
	text-align:center;
	color:#202020;
	padding-top:50px;
	padding-bottom:38px;
	padding-left:25px;
	padding-right:25px;
	
	transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	
}

.block-hompage6-content .block > div:hover{
	background:#dadada;
}
.block-hompage6-content .block > div img{
	border:8px solid rgba(0,0,0,0);
	
}
.block-hompage6-content .block > div:hover img{
	background-color:#ffffff;
	border:8px solid rgba(0,0,0,0.3);
	border-radius:100%;
	transition-duration:0.4s;
	-webkit-transition-duration:0.4s;
	-moz-transition-duration:0.4s;
}
.block-hompage6-content .block a{
	color:#202020;
}
.block-hompage6-content .block a:hover{
	text-decoration:underline;
}
.block-hompage6-content .block span{
	font-size:20px;
	text-transform:uppercase;
	font-weight:700;
	font-family:'Lato';
	color:#202020;
	display:block;
	margin-bottom:15px;
}
.block-hompage6-content .block p{
	font-size:13px;
}
.block-hompage6-content .block .image{
	margin-bottom:37px;
}
.block-hompage6-content .block .image:hover img{
	opacity:inherit;
}
.home-column-container #boss_homefilter_tabs0 .home_filter_content .box-content h3, .home-column-container #boss_homefilter_tabs1 .home_filter_content .box-content h3{
	border-bottom:none;
}
.block-banner-home6 li img{
	width:100%;
}
.block-banner-home6{
	margin-top:50px;
	margin-bottom:50px;
}
.block-banner-home6.blockbottom{
	margin-bottom:20px;
}
.product-info .imgthumb{
	z-index:9;
}
.box-content .boss-menu-cate{
	margin-top:5px;
}
.box-content .boss-menu-cate .nav_submenu{
	display:none;
	position:absolute;
	/*top:0px;*/
	z-index:9999;
	background-color:#ffffff;
/*	border:1px solid #696969;*/
    min-height: 540px;
}
.box .box-content .box-category > li:hover .nav_submenu{
	display:block;
	left:100%;

	
	
	background-color:#ffffff;
}

.box .box-content .box-category > li:hover > a{
	font-weight:700;
}
.box .box-content .box-category .nav_title > img{
	float:left;
}
.box .box-content .box-category .nav_title > a{
	display:block;
/*
	padding-right:30px;
	margin-left:35px;
*/
    padding-right:3px;
	margin-left:3px;
	width:94%;
}
.box .box-content .box-category > li + li{
	border-top:1px solid #dddddd;
	padding-top:10px;
	
}
.box .box-content .box-category .nav_sub_title{
	font-size:11px;
	color:#808080;
/*
	margin-left:35px;
	padding-right:30px;
*/
    margin-left:3px;
	padding-right:3px;
	width:94%;
}

.box .box-content .box-category .nav_submenu .nav_sub_submenu ul{
	display:block;
	margin-bottom:13px;
	overflow:hidden;
}

.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;
}
.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:48%;
	float:left;
	margin-bottom: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;
}
.block-hompage-special2 .banner_effect{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    display: block;
    height: 100%;
    left: 50%;
    opacity: 0;
    position: absolute;
    text-indent: -9999px;
    top: 0;
    transition: all 0.4s ease 0s;
    width: 0;
}
.block-hompage-special2 .block > div:hover .banner_effect{
	 left: 0;
    opacity: 1;
    width: 100%;
}
.block-hompage-special2 .block > div:hover .center{
	opacity:0
}
.block-hompage-special2 .center{
	bottom: 22px;
    left: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    transition: all 0.2s ease 0s;
    width: 100%;
	
}
.block-hompage-special2 .block{
	
	text-align:center;
	margin-bottom:20px;
}
.block-hompage-special2 .block > div{
	display:block;
	overflow:hidden;
	position:relative;
}
.block-hompage-special2 .block .title{ 
	background: none repeat scroll 0 0 #FFFFFF;
    color: #404040;
    display: inline-block;
    font-family: 'Lato';
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
    opacity: 0.95;
    padding: 10px 30px 13px;
	
}
.block-hompage7-content img{
	width:100%;
}
.block-hompage7-content .block > div{
	position:relative;
}
.block-hompage7-content .block .detail{
	position:absolute;
	top:27%;
	width:57%;
	left:20px;
	
	transition-duration:0.5s;
	
}
.block-hompage7-content .block span{
	color:#ffffff;
	font-size:40px;
	font-weight:300;
	line-height:40px;
}
.block-hompage7-content .block span span{
	font-weight:900;
}
.block-hompage7-content .block .image_icon{
	position:absolute;
	right:20px;
	top:29%;
	transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	
	
	width:24%;
}
.block-hompage7-content .block > div:hover .image_icon{
	 
    transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	transform:scale(0,0) rotate(360deg);
	-ms-transform:scale(0,0) rotate(360deg);
	-webkit-transform:scale(0,0) rotate(360deg);
	-moz-transform:scale(0,0) rotate(360deg);
	-o-transform:scale(0,0) rotate(360deg);
}
.block-hompage7-content .block .image:hover img{
	opacity:inherit;
}
.block-hompage7-content .block > div:hover .detail{
	
	margin-left:41px;
	transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	
	text-align:center;
}
.block-hompage7-content .block{
	margin-bottom:10px;
}
.social {
    text-align: center;
}
.social li {
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #444;
    border-radius: 50px 50px 50px 50px;
    color: #FFF;
    margin-right: 7px;
}
.social ul {
    margin-top: 10px;
    margin-left: 104px;
}
.social li a {
    color: #FFF;
}
.social li a:hover {
    color: #eee;
}
.subcateorie .image {
    text-align: center;
}
.subcateorie .name {
    text-align: center;
    height: 50px;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid #105ED4 !important;
    padding: 6px 26px 10px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    font-family: 'Lato';
    color: #ffffff;
    background-color: #105ED4 !important;
    text-transform: uppercase;
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    height: 40px;
    white-space: normal;
}

input.btn-cart {
    padding: 8px 21px 16px 23px;
}