*{margin:0px;padding:0px;outline:0;}
ul,ol{list-style-type:none;}
body {
    color: #505050;
    font-family: 'Quattrocento', serif;
    font-size: 14px;
    text-align: left;
}
.frame_container{}

h1{
	text-transform:uppercase; 
	font-size:26px;
	font-weight:700; 
	margin-bottom:20px; 
	line-height:30px;
	color:#202020; 
	font-family: 'Oxygen', sans-serif;
	margin-top: 0;
}
h2 {
	color: #202020;
    font-family: 'Quattrocento', serif;
    font-size: 18px;
    font-weight: 400;
	margin-bottom:11px;
}
h3 {
	color: #202020;
    font-family: 'Oxygen', sans-serif;
    font-size: 14px;
    font-weight: 700;
	text-transform:uppercase;
	margin-bottom:11px;
}
h4 {
	color: #202020;
    font-family: 'Quattrocento',serif;
    font-size: 18px;
    font-weight: 400;
	margin-bottom:4px;
}
h5 {
	color: #202020;
    font-family: 'Oxygen', sans-serif;
    font-size: 14px;
    font-weight: 500;
	margin-bottom:11px;
	line-height:22px;
}

a, a:visited,a {color: #202020; outline: medium none; text-decoration: none; cursor:pointer;}
a:link, a:visited{ background:none}
a:hover {text-decoration:none; border-bottom:1px solid #c4c4c4}
a img {border: none;}
img{transition-duration:0.3s;
-webkit-transition-duration:0.3s;
-moz-transition-duration:0.3s;}

form {display: inline;}
input[type='text'], input[type='password'] {
	border: 1px solid #D7D7D7;
    border-radius: 3px;
    color: #505050;
    font-family: 'Quattrocento',serif;
    font-size: 14px;
    font-weight: 400;
    height: 25px;
    line-height: 26px;
    margin: 2px 0 5px;
    padding: 0 5px 1px;
    width: 340px;
}
input[type='text']:hover, input[type='password']:hover,input[type='text']:focus, input[type='password']:focus{border:1px solid #ec9b3b}
textarea{
	padding:5px;
	border-radius:3px; 
	-moz-border-radius:3px; 
	width:340px;
	border:1px solid #d7d7d7;
	margin:9px 0px 8px;
	font-family:'Quattrocento',serif; font-size:14px; font-weight:400
}
textarea:hover,textarea:focus{border:1px solid #ec9b3b}
input[type='radio']{vertical-align:-2px; cursor:pointer}
input[type='checkbox']{vertical-align:-2px; cursor:pointer}
select {
	border: 1px solid #D7D7D7;
    border-radius: 3px;
    color: #505050;
    cursor: pointer;
    font-family: 'Quattrocento',serif;
    font-size: 14px;
    font-weight: 400;
    height: 29px;
    margin-bottom: 10px;
    padding: 5px 5px 4px;
    width: 352px;
}
select:hover{border:1px solid #EC9B3B}
label {font-size:14px}
p{margin-bottom:10px; line-height:18px}

/* layout */
#container {
	/*width: 960px;*/
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	
}
#column-left {
	float: left;
	margin-bottom: 100px;
	margin-top:4px;
}
#column-right {
	float: right;	
	margin-bottom: 100px;	
	margin-top:4px;
}
.column_left, .column_right {width:25%; }
#content {
	min-height: 500px;
	margin-bottom: 57px;
}
#column-left + #content{ margin-bottom: 80px;}
#column-right + #content{margin-bottom: 80px;}
.bkg_column{background:#f7f7f7; margin-right:30px}
#column-right .bkg_column{ margin-left:30px; margin-right:0}
body #column-left + #content, body #column-right + #content, body #column-left + #column-right + #content {
   
}
/* header */
#header {
	float: left;
    padding-top: 20px;
    text-align: center;
    width: 100%;
}
.boss_scroll{position:fixed; top:0; opacity:0.95; z-index:999; padding-top: 14px !important;}
body.home_page #header.boss_scroll{ background:#F7F7F7;}
#header.boss_scroll #logo{margin-bottom:0}
#header.boss_scroll .frame_big{padding-top:10px}
body.other_page #header {background:#f7f7f7; margin-bottom: 18px;}
#header .quick-access {
    float: right;
    position: relative;
    z-index: 999;
	margin-top: -3px;
}
#header .quick-access > div{margin-left:20px; float: right}
#header .quick-access a:hover{border-bottom:none;}
#header .contact-us {
    float: left;
    left: 4px;
    margin-top: 2px;
    position: relative;
    width: 30px;
    z-index: 5;
}
#header .contact-us a.contact-icon {
    background: url("../image/icons.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 18px;
    padding-bottom: 15px;
    width: 27px;
}
#header #boss_login {
    width: 40px;
    z-index: 5;
}
#header #boss_login a.login-icon {
    background: url("../image/icons.png") no-repeat scroll -62px 1px transparent;
    display: block;
    height: 40px;
    width: 40px;
}
#header #boss_login a.login-icon:hover{background-position:-62px -40px}

#boss_login .content-logged-frame .content-logged ul.link {
    color: #E84E0A;
    padding: 10px 0 !important;
}
#boss_login .content-logged-frame .content-logged ul.link li {
    font-weight: normal;
    padding: 5px 0;
}
#boss_login .content-logged-frame .content-logged ul.link li a {
    color: #E84E0A;
    font-size: 11px;
}
#boss_login.active .content-logged-frame {
    display: block;
}
#boss_login .content-login, #boss_login .content-logged-frame {
    background: #f7f7f7;
    display: none;
    padding-top: 12px;
    position: absolute;
    right: 0;
    top: 50px;
	width:270px;
	padding:20px
}
#boss_login.active .content-login {
    display: block;
}
#boss_login .boss_link{
	border-bottom: 1px solid #C4C4C4;
    display: block;
    margin-bottom: 17px;
    overflow: hidden;
    padding-bottom: 17px;
}
#boss_login .boss_link li{float:left; 
	margin-left:8px;
	margin-right:8px;}
#boss_login .boss_link li a{color:#505050}
#header #boss_login .boss_link li a:hover, #header #boss_login .content-logged .logged a:hover{border-bottom:1px solid #C4C4C4}
#header #boss_login .content-logged .logged {padding-bottom:2px}
#boss_login .content-logged, .acount .login-frame {
    display: block;
    overflow: hidden;
	text-align: left;
}
#boss_login .login-frame a.button-color {
    margin-bottom:1px
}

.frame_big {
    display: block;
    padding-top: 20px;
    overflow: hidden;
}
#header #logo {
	float: left;
    margin-top: 0px;
	margin-bottom:15px;
    position: relative;
    z-index: 100;
}
#header #logo a:hover{border-bottom:none}
#header #boss_cart {}
#header #boss_cart .heading {
	text-align:right;
	position: relative;
	float:right
}
#header #boss_cart .heading h4 {
	bottom: 12px;
    font-size: 14px;
    left: 27px;
    margin-top: 20px;
    position: absolute;
}
#header #boss_cart .heading a {
	background:url(../image/icons.png) no-repeat -122px 0;
	width:40px;
	height:40px;
	display:block;
	text-indent:-9999px;
	font-size:0;
	padding-bottom:15px;
	/*transition:all 1000ms ease 0s;
	-moz-transition:all 1000ms ease 0s;
	-webkit-transition:all 1000ms ease 0s;*/
}
#header #boss_cart .heading a:hover{background-position:-122px -64px}
#header #boss_cart .content {
	clear: both;
	display: none;
	position: absolute;
	top: 50px;
	right:0;
	padding: 10px 20px;
	min-height: 70px;
	background: #f7f7f7;
	width:270px;
	z-index:99
}
#header #boss_cart.active .heading {}
#header #boss_cart.active .content {
	display: block;
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td {
	vertical-align: top;
	padding: 10px 10px 10px 0;
	text-align: left;
}
.mini-cart-info td.name{padding-right:0}
/*.mini-cart-info .image {
	width: 1px;
}*/
.mini-cart-info td.name div.name{margin-bottom:9px; display:block}
.mini-cart-info td.name div.name a{font-size:14px;}
#header .mini-cart-info td.name div.name a:hover{border-bottom:1px solid #C4C4C4}
.mini-cart-info td.name div.total{color:#202020; font-size:14px; font-family: 'Oxygen', sans-serif; font-weight:700; margin-bottom: 2px; text-align:left; float:left}
.mini-cart-info td.name div.quantity{ font-size:14px; float:left; clear:both}
.mini-cart-info td.name div.remove{float:right; margin-top: -8px;}
.mini-cart-info td.name div.remove a{display:block; text-indent:-9999px; background:url(../image/icons.png) no-repeat 0 -1064px; width:20px; height:20px;}
.mini-cart-info td.name span{
	color: #505050;
    font-family: 'Quattrocento',serif;
    font-size: 14px;
    font-weight: 400;
}
.mini-cart-info .image img {
	text-align: left;
}

.mini-cart-info .name small {font-size:13px}

.mini-cart-total {
	text-align: left;
	border-top:1px solid #c4c4c4;
	padding-top:19px;
	margin-top: 19px;
}
.mini-cart-total table {
	border-collapse: collapse;
	width: 100%;
}
.mini-cart-total td {
	padding: 0 0 6px;
	color:#000;
	font-size:14px;
}
.mini-cart-total td.left.last{padding-top: 3px;}
.mini-cart-total td.right{text-align:right}
.mini-cart-total td.right b{font-weight:400}
.mini-cart-total td.right.last{font-size:24px}
#header #boss_cart .checkout {
	text-align: left;
	clear: both;
	padding:10px 0 12px;
	margin-bottom:0;
}
#header #boss_cart .checkout a{margin-bottom:1px}
#header #boss_cart .empty {
	padding-top: 24px;
	text-align: center;
}
#header #search {
    margin-top: 2px;
    width: 40px;
    z-index: 5;
	margin-left:0;
}
#header #search a {
    background: url("../image/icons.png") no-repeat scroll 0 0 transparent;
	display: block;
    height: 40px;
    width: 40px;
	margin-left:0;
}
#header #search a:hover{background-position:0px -41px;}
#header #search #search-form {
     display: none;
    position: absolute;
    right: 0;
    top: 51px;
}
#header #search.active  #search-form {
    display: block;
}
#search-form-bot {
    background: #f7f7f7;
    display: block;
    overflow: hidden;
    padding: 20px;
    width: 260px;
}
#search-form #search-form-bot input {
     border: 1px solid #CACACA;
    color: #202020;
    font-family: 'Quattrocento',serif;
    font-size: 17px;
    font-weight: 400;
    margin: 0 0 10px;
    padding: 6px 15px 7px;
    width: 230px;
	border-radius:0;
}
#search-form #search-form-bot input:hover, #search-form #search-form-bot input:focus{border:1px solid #EC9B3B;}
#search-form-bot .button-search {
    margin-top: 1px;
}
#boss-login {position:relative; padding-bottom:10px}
#boss-login ul li{float:left; margin-right:2px;padding-bottom:10px;display:inline-block}
#boss-login ul li a#bt-login{}
#boss-login ul li.login-li #content-login{display:none;}
#boss-login ul li.login-li:hover #content-login{display:block}
.content-login{}
.login-bor{ background:url(../image/login_frame.png) no-repeat top center; position:absolute;z-index:100; right:0; top:16px; width:312px; display:inline-block}
.login-frame{display:inline-block; text-align: left;}
.login-frame span.title-login{font-size:13px}
.login-frame input[type='text'], .login-frame input[type='password']{
	color: #202020;
    font-size: 13px;
    height: 16px;
    line-height: 16px;
    margin-bottom: 13px;
    margin-top: 7px;
    padding: 5px;
    width: 248px;
}
.login-frame input[type='password']{margin-bottom:19px}
.login-frame a.button{float:left}

#header .links {
	float:left; margin-top:6px
}
#header .links a {
	float: left;
	display: block;
	padding: 0px 0px 0px 12px;
	color: #9e9d9d;
	font-weight:700;
	font-size: 10px;
	text-transform:uppercase;
	
}
#header .links a:hover{color:#000}
#header .links a + a {
	margin-left: 11px;
	background:url(../image/links.jpg) no-repeat left;
}
#header .links a:first-child{padding:0}

.breadcrumb {
	margin-bottom: 13px;
	padding:0!important;
}
.breadcrumb a{color:#ffffff; font-size:00px; margin-right:0px;}
.breadcrumb a + a{background:url(../image/icons.png) no-repeat 0 -340px; padding-left:0px;color:#fff}
.breadcrumb a:hover{color:#fff; border-bottom:none}
.breadcrumb a.last:hover{cursor:default;color:#fff}
.breadcrumb a.last{color:#fff}
.breadcrumb i{margin-right:0px;color:#fff}
.success, .warning, .attention, .information {
	padding: 10px 10px 10px 35px;
	margin-bottom: 10px;
	color: #B80000;
	font-family: 'Oxygen', sans-serif;
	font-size:13px;
	font-weight:700;
}
.success {
	background: url('../image/success.png') 11px center no-repeat #d7efc1;
	color:#457b00;
}
.warning {
	background:url('../image/warning.png') 11px center no-repeat #f7bbbb;
	padding-left: 26px;
}
.attention {
	background: url('../image/attention.png') 11px center no-repeat;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.required {
	color: #FF0000;
}
.error {
	display: block;
	color: #FF0000;
}
.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: 33px;
}
table.form.last { margin-bottom:22px}
table.form > * > * > td:first-child {
	
}
table.form td  label{ 
	font-weight:400;
}
table.form td { padding-bottom:7px}
table.form td input[type="text"], table.form td  input[type="password"], table.form td select { margin-top:0}
div.left {
    float: left;
    margin-right: 20px;
    width: 45%;
}
form.register .buttons input.button{margin-top: 22px;}
form.voucher input[type="radio"]{margin:5px 0}
form.voucher .buttons .left{width:100%}
h1.cs_bottom{margin-bottom:37px}
input.large-field{width: 300px;}
select.large-field{width: 351px;} 
table.list {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
table.list b{font-family: 'Oxygen', sans-serif;}
table.list a:hover{border-bottom:none}
table.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
	font-family: 'Oxygen', sans-serif;
}
table.list thead td a, .list thead td {
	text-decoration: none;
}
table.list tbody td {
	vertical-align: top;
	padding: 0px 5px;
	line-height: 24px;
}
table.list .left {
	text-align: left;
	padding: 10px 7px 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 {
	padding: 5px 5px 5px 0;
	vertical-align: top;
}
table.radio td label {
	display: block;
}
table.radio tr td:first-child {
	
}
table.radio tr.highlight td:first-child {
    width: 1px;
}
table.radio tr.highlight:hover td {
	cursor: pointer;
}
.pagination {
	margin:15px 0;
	display: inline-block;
	width: 100%;
}
.pagination .links {
	float: right;
	margin-bottom: 11px;
}
.pagination .links a {
	border: 1px solid #D8D8D8;
    border-radius: 15px;
    display: inline-block;
    margin-left: 14px;
    text-decoration: none;
	background:#fff;
    height: 28px;
    line-height: 28px;
    width: 28px;
	text-align:center;
}
.pagination .links a:hover{color: #fff; background:#b1b1b1; border: 1px solid #b1b1b1;}
.pagination .links b {
	background: none repeat scroll 0 0 #B1B1B1;
    border: 1px solid #B1B1B1;
    border-radius: 20px;
    color: #FFFFFF;
    display: inline-block;
    font-weight: 400;
    height: 28px;
    line-height: 28px;
    margin-left: 14px;
    text-align: center;
    text-decoration: none;
    width: 28px;
}
.pagination .results {
	float: left;
	color:#202020;
	margin-top: 6px;
}
/* button */
a.button {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #BFBFBF;
    border-radius: 20px;
    color: #202020;
    cursor: pointer;
    font-family: 'Oxygen',sans-serif;
    font-size: 14px;
    font-weight: 700;
    height: 31px;
    line-height: 31px;
    padding: 5px 20px 6px;
    text-decoration: none;
    white-space: nowrap;
	transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
}
a.button:hover{background:#000; border-color:#000; color:#000}
input.button{
	font-family: 'Oxygen', sans-serif;
	font-size:14px;
	font-weight:700;
	line-height:19px;
	color:#202020;
	border:1px solid #bfbfbf;
	border-radius: 20px;
	padding:4px 20px 5px;
	background:#fff;
	cursor:pointer;
	white-space:nowrap;
	transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
}
input.button:hover{background:#000; border-color:#000; color:#000;}
input.button.button_upload{font-family: 'Quattrocento', serif; font-size:14px; font-weight:400; padding-top:7px}
input.button#button-cart{
	border-radius: 20px;
    font-size: 16px;
    padding: 8px 33px;
    text-transform: uppercase;
}
a.button-color, div.button-color  {
	background: none repeat scroll 0 0 #A18168;
    color: #fff;
    display: block;
    font-family: 'Oxygen',sans-serif;
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;    
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
	transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
}
a.button-color.button-black{background:#000; color:#fff;}
a.button-color:hover, div.button-color:hover{
	background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.2));
    text-decoration: none;
    transition: background 300ms ease 0s;
	border-bottom:none;
}
a.button-color.button-black:hover{background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 0.7));}
.buttons {
	float:left;
	width:100%;
	padding-bottom: 20px;
	clear: both;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	
	margin-left: auto;
	margin-right: auto;
}
.htabs {
	height: 40px;
	line-height: 40px;
	background:#f7f7f7;
	display:block;
	clear:both;
	border: 1px solid #F6F6F6;
    box-shadow: 0 1px 3px 0 #E8E8E8;
	margin-bottom: 30px;
	padding:0 2px;
}
.htabs a {
	font-size:14px;
	font-weight: 700;
	color:#202020;
	font-family: 'Oxygen', sans-serif;
	text-transform:uppercase;
	display:inline-block;
	padding:0 20px;
	margin-left: -2px;
	text-decoration:none;
}
.htabs a:hover{background:#fff; border-bottom:none}
.htabs a.selected {
	background:#fff;
	cursor:default;
}
.tab-content {
	margin-bottom: 20px;
	z-index: 2;
}
#tab-description{padding:0 20px}
#tab-description p{font-size:14px; margin-bottom:18px;}
#tab-description ul, #tab-description ol{margin-bottom:15px}
#tab-description ul li{font-size:14px; line-height: 22px; list-style: disc inside none;}
#tab-description ol li{font-size:14px; line-height: 22px; list-style: decimal inside none;}
#tab-description img{max-width:100%}
.tags{margin:20px 0 50px;}
.tags b{font-weight:400; font-size:18px}
.tags a{font-size:14px; color:#202020; font-family: 'Oxygen', sans-serif; font-weight:700}
#tab-review.tab-content{padding-top:11px}
#tab-review.tab-content .buttons{margin-top:10px}
h2.ta-related, .boss-shoppingcart h2, h2.ta-header{
	background:#f7f7f7;
	display:block;
	clear:both;
	border: 1px solid #F6F6F6;
    box-shadow: 0 1px 3px 0 #E8E8E8;
	margin-bottom: 30px;
	font-size:14px;
	font-weight: 700;
	color:#202020;
	font-family: 'Oxygen', sans-serif;
	text-transform:uppercase;
	padding:11px 20px;
}
h2.ta-header.selected{background:#fff}
h2.ta-header{cursor:pointer; margin-bottom:20px}
h2.ta-review{color:#1f2021;
	font-family:'allerregular';
	font-size:18px;
	text-transform:none;
	font-weight:400; margin-bottom:6px}
h2.ta-related b{font-weight:400}	
#tab-related{margin-bottom: 49px;}
#tab-related .owl-item > div{
	border: 1px solid #F6F6F6;
    box-shadow: 0 3px 3px 0 #E8E8E8;
    margin: 0 26px 10px;
    padding-bottom: 34px;
    text-align: center;
	max-width: 240px;
	display:inline-block;
	transition: background 0.5s ease-out 0s;
	-moz-transition: background 0.5s ease-out 0s;
	-webkit-transition: background 0.5s ease-out 0s;
}
#tab-related .owl-item > div .image img{width:100%}
#tab-related .owl-item > div .image a.img{display:block; line-height:9px}
#tab-related .owl-item > div .image b{background:url(../image/bkg_hover.png) repeat; position:absolute;  top:0; left:0; width:0; height:0; transform:scale(0,0); -moz-transform:scale(0,0); -webkit-transform:scale(0,0);}
#tab-related .owl-item > div .image:hover b{
	width:100%; 
	height:100%;
	transform:scale(1,1); 
	-moz-transform:scale(1,1); 
	-webkit-transform:scale(1,1); 
	transition: transform 0.5s ease 0s;
	-moz-transition: -moz-transform 0.5s ease 0s;
	-ms-transition: -ms-transform 0.5s ease 0s;
	-webkit-transition: -webkit-transform 0.5s ease 0s;
}	
#tab-related .owl-item > div .detail{padding:0 20px}
#tab-related .owl-item > div:hover{
	background: none repeat scroll 0 0 #F8F8F8;
    border-color: #F8F8F8;
    box-shadow: none;
}
#tab-related .owl-item > div:hover .image img{}
#tab-related .owl-prev, .product-info .owl-carousel .owl-prev{
	background: url("../image/icons.png") no-repeat scroll 0 -419px;
    display: block;
    height: 25px;
    position: absolute;
    right: 52px;
    text-indent: -9999px;
    top: -62px;
    width: 14px;
}
#tab-related .owl-next, .product-info .owl-carousel .owl-next{
	background: url("../image/icons.png") no-repeat scroll -14px -419px;
    display: block;
    height: 25px;
    position: absolute;
    right: 16px;
    text-indent: -9999px;
    top: -62px;
    width: 14px;
}
#tab-related .owl-prev:hover, #tab-related .owl-next:hover{opacity:0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";}
#tab-related .owl-carousel .owl-wrapper-outer{padding-bottom:20px}
/* box */
.box {}
.box .box-heading{color:#202020; font-size:14px; text-transform:uppercase; font-family: 'Oxygen', sans-serif; margin-bottom: 7px; font-weight:700}
.box .box-content {}
.box select{width:100%}
.boss-featured .box-content{}
/* box products */
.box-product {}
#column-left .box{ margin:0 17px 0 20px; padding:16px 0 20px 0; }
#column-left .box + .box{border-top: 1px solid #EFEFEF;}
#column-right .box{ margin:0 17px 0 20px; padding:16px 0 20px 0; border-bottom: 1px solid #EFEFEF;}
#column-left + #column-right + #content .box-product > div {
	
}
.box-product .image {
	display: block;
	margin-bottom: 15px;
	position:relative;
}
.box-product .image img {max-width:100%;}
.box-product .name{margin-bottom: 11px;}
.box-product .name a {}
.box-product .price {
	display: block;
    margin-bottom: 16px;
}
.box-product .price-old {}
.box-product .price-new {}
.box-product .rating {
	display: block;
	margin-bottom: 3px;
}
.box-product .cart{display: inline-block;}
.box-product .action{display: inline-block;}
.box-product .compare, .box-product .wishlist{
	display: inline-block;
    margin-left: 8px;
    vertical-align: top;
}
.box.box-featured{}
.box.box-featured .box-heading{margin-bottom:18px}
.box.box-featured .box-product > div{ overflow:hidden; }
.box.box-featured .box-product > div + div{margin-top:11px}
.box.box-featured .image{float:left; margin-right:10px}
.box.box-featured .image:hover img{opacity:0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";}
.box.box-featured .detail{display:block;}
.box.box-featured .name{margin-bottom:8px}
.box.box-featured .name a{font-size:14px}
.box.box-featured .price{font-size:14px}
.box.box-featured .rating, .box.box-featured .cart{display:none;}
/* box category */
.box-category {
}
.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category > ul > li {
	padding:0 0 9px 0
}
.box-category > ul > li + li {
}
.box-category > ul > li > a {}
.box-category > ul > li > a:hover{}
.box-category > ul > li ul {
	display: none;
}
.box-category > ul > li a.active {border-bottom:1px solid #c4c4c4; cursor:default}
.box-category > ul > li a.active + ul {
	display: block;
    margin-left: 20px;
    padding-top: 14px;
}
.box-category > ul > li a.active + ul li{background:url(../image/icons.png) no-repeat 0 -340px; padding-left:8px; }
.box-category > ul > li a.active + ul li + li{margin-top: 18px;}
.box-category > ul > li ul > li {}
.box-category > ul > li ul > li > a {}
.box-category > ul > li ul > li > a:hover {}
.box-category > ul > li ul > li > a.active {}

#column-left .box.alphabet{padding:12px 10px 30px 19px}
.box.alphabet li{width:23px; height:23px; border:1px solid #e5e5e5; text-align:center; margin:0 2px 2px 0; line-height:23px}
.box.alphabet li a{font-size:11px; color:#868585; text-decoration:none}
.box.alphabet li:hover{background:#0899f8; border:1px solid #0899f8;}
.box.alphabet li:hover a{color:#fff;}

#column-left .tagcloud{padding-bottom:38px}
.tagcloud a{color:#7e7e7e; font-weight:700}
.tagcloud a:hover{color:#313131;}
.box.tagcloud .box-heading{margin-bottom:10px}
/* content */
#content .content {
	overflow: hidden;
	margin-bottom: 30px;
}
#content .content .left {
	float: left;
	width: 49%;
	margin-right:0
}
#content .content .right {
	float: right;
	width: 49%;
}
div.addresses table td{line-height:24px}
/* category */

.static-banner-category {
    margin-bottom: -5px;
	margin-top: 4px;
	overflow:hidden;
}
.static-banner-category a{line-height:0; display:block}
.static-banner-category a:hover{border-bottom:none}
.static-banner-category a:hover img{transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.static-banner-category img{max-width:100%; width:100%; transform:scale(1,1); -moz-transform:scale(1,1); -webkit-transform:scale(1,1); transition:transform 1s ease 0s; -moz-transition:-moz-transform 1s ease 0s; -webkit-transition:-webkit-transform 1s ease 0s;}
.form_category_info{padding:30px 30px 19px; box-shadow:0 1px 3px 0 #e8e8e8; border: 1px solid #E8E8E8;}
.category-info {
	overflow: hidden;
	margin-bottom:5px;
}
.category-info h1{margin-bottom:11px; margin-top:0;}
.form_category_info{overflow:hidden; margin-bottom:20px; background:#fff;}
.form_category_info .image {
	margin-bottom:20px;
	float:left; 
	margin-right:30px;
	margin-top: 5px;
}
.form_category_info .image img{max-width:100%; width:100%}
.form_category_info .right{display:block; overflow:hidden;}
.category-info p{font-size:14px; margin-bottom:14px;}
.category-list {
	display: block;
    overflow: hidden;
}
.category-list h2{margin-bottom:14px}
.category-list ul {
	float: left;
	width: 33%;
}
.category-list ul li{margin-bottom:12px}
.category-list ul li a{font-size:14px; }
/* manufacturer */
.manufacturer-list {
	border: 1px solid #DBDEE1;
	padding: 5px;
	overflow: hidden;
	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 {
	display:inline-block;
	width:100%;
	margin-bottom:16px;
}
.product-filter .display {
    float: right;
    margin-left: 10px;
}
.product-filter .display a {
    font-weight: bold;
}
.product-filter .display span.active-gird {
    background: url("../image/icons.png") no-repeat scroll 0 -847px transparent;
	margin-right:-1px;
}
.product-filter .display a.no-active-gird {
    background: url("../image/icons.png") no-repeat scroll 0px -819px transparent;
	margin-right:-1px;
}
.product-filter .display a.no-active-list {
    background: url("../image/icons.png") no-repeat scroll -42px -819px transparent;
}
.product-filter .display span.active-list {
    background: url("../image/icons.png") no-repeat scroll -41px -847px transparent;
}
.product-filter .display b {
    display: none;
}
.product-filter .display a.no-active-gird, .product-filter .display span.active-list, .product-filter .display span.active-gird, .product-filter .display a.no-active-list {
    display: block;
    float: right;
    height: 28px;
    text-indent: -9999px;
    width: 42px;
}
 .product-filter .display a.no-active-gird:hover,.product-filter .display a.no-active-list:hover{opacity:0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";}
  .product-filter .display a:hover{border-bottom:none}
.product-filter .limit {
    float: right;
    margin-left: 10px;
}

.product-filter .sort {
    margin-left: 10px;
    float: right;
}
.product-filter .sort select, .product-filter .limit select {
    border: 1px solid #CBCBCB;
    border-radius: 14px;
    color: #202020;
    font-size: 13px;
    height: 28px;
    line-height: 24px;
    padding: 6px 10px 5px;
    width: 122px;
	text-overflow: ellipsis;
}
.product-filter .sort select:hover, .product-filter .limit select:hover{border:1px solid #EC9B3B}
.product-filter .sort b, .product-filter .limit b {
    display:none
}
.product-filter .limit select option, .product-filter .sort select option {
    padding-left: 5px;
}
.product-compare {
    float: left;
    margin-bottom: 25px;
	margin-top:6px;
}
.product-compare a {
	font-size:14px;
}
.product-list {padding-bottom:64px; overflow:hidden; margin-left: 10px;}
.product-list > div {width:100%; padding:0}
.product-list > div + div{margin-top:80px;}
.product-list > div > div{
	border: 1px solid #F6F6F6;
    box-shadow: 0 1px 3px 0 #E8E8E8;	
	float:left; 
	width:99%;	
	transition: background 0.5s ease-out 0s;
	-moz-transition: background 0.5s ease-out 0s;
	-ms-transition: background 0.5s ease-out 0s;
	-webkit-transition: background 0.5s ease-out 0s;
}
.product-list > div > div:hover{
	background: none repeat scroll 0 0 #F8F8F8;
    border-color: #F8F8F8;
    box-shadow: none;
}
.product-list > div > div:hover .image img{}
.product-list > div > div:hover .name a{}
.product-grid{margin-bottom:7px}
.product-list  div.one-product-box {
	overflow: hidden;
	margin-bottom: 35px;
}
.product-list .left{
	float: left;
    line-height: 4px;
    margin-right: 20px;
    position: relative;
	width:auto;
}
.product-list .right {
	display:block; overflow:hidden; padding:18px 20px 0 0;
}
#column-left + #column-right + #content .product-list .grid-100 .right{clear:both; padding:20px}
.product-list .image {
}
.product-list .image img {
	max-width: 100%;
    width: 100%;
}
.product-list .image a.img{display:block; line-height:0}
.product-list .image b {background:url(../image/bkg_hover.png) repeat; position:absolute;  top:0; left:0; width:0; height:0;
	transform:scale(0,0); -moz-transform:scale(0,0); -webkit-transform:scale(0,0);
}
.product-list .image:hover b{
	width:100%; 
	height:100%;
	transform:scale(1,1); 
	-moz-transform:scale(1,1); 
	-webkit-transform:scale(1,1); 
	transition: transform 0.5s ease 0s;
	-moz-transition: -moz-transform 0.5s ease 0s;
	-ms-transition: -ms-transform 0.5s ease 0s;
	-webkit-transition: -webkit-transform 0.5s ease 0s;
}
.product-list .name {
	margin-bottom: 11px;
}
.product-list .name a { 
}
.product-list .description {
    font-size: 13px;
    margin-bottom: 27px;
	line-height: 17px;
}
.product-list .rating {
	margin-bottom:3px;
}
.product-list .price {
    display: block;
    margin-bottom: 16px;
}
.product-list .price-old {
	margin-right:10px;
	text-decoration: line-through;
}
.product-list .price-new {}
.product-list .price-tax {
	font-size: 12px;
	color: #808080;
	margin-left:10px;
}
.product-list .cart {
	margin-bottom: 6px;
	float:left;
	margin-right:10px;
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
	float:left; margin-right:10px
}

#column-left + #content .product-grid {
	margin-left: -20px;
    margin-right: -20px;
}
#column-left + #content.grid-85 .product-grid{
	margin-left: -13px;
    margin-right: -13px;
}
#column-left + #content.grid-80 .product-grid{
	margin-left: -17px;
    margin-right: -17px;
}
.product-grid > div {
	display: inline-block;
    float: none;
    margin-bottom: 60px;
    margin-right: -3px;
	vertical-align:top;
}
.product-grid > div > div{margin:0 19px; box-shadow:0 1px 3px 0 #E8E8E8; border:1px solid #f6f6f6; text-align:center; padding-bottom: 34px;
	transition: background 0.5s ease-out 0s;
	-moz-transition: background 0.5s ease-out 0s;
	-ms-transition: background 0.5s ease-out 0s;
	-webkit-transition: background 0.5s ease-out 0s;}
.product-grid > div.grid-25 > div{margin: 0 7px;}
.product-grid > div.grid-20 > div{margin: 0 3px;}
.product-grid > div > div:hover{background:#f8f8f8; border-color:#f8f8f8; box-shadow:none}
.product-grid > div > div .image a.img{display:block; line-height:9px}
.product-grid .image {
	display: block;
	margin-bottom: 15px;
	position:relative;
}
.product-grid .image img {max-width:100%; width:100%}	
.product-grid .image b{background:url(../image/bkg_hover.png) repeat; position:absolute;  top:0; left:0; width:0; height:0;
	transform:scale(0,0); -moz-transform:scale(0,0); -webkit-transform:scale(0,0);}
.product-grid .image:hover b{
	width:100%; 
	height:100%;
	transform:scale(1,1); 
	-moz-transform:scale(1,1); 
	-webkit-transform:scale(1,1); 
	transition: transform 0.5s ease 0s;
	-moz-transition: -moz-transform 0.5s ease 0s;
	-ms-transition: -ms-transform 0.5s ease 0s;
	-webkit-transition: -webkit-transform 0.5s ease 0s;
	z-index:9}
.product-grid .detail{padding:0 10px}
a.sft_quickshop_icon{
    display: block;
    font-family: 'Oxygen',sans-serif;
    font-weight: 700;
	line-height:20px;
    left: 50%;
    margin-left: -54px;
    margin-top: -11px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    top: 50%;
    transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transition:all 0.3s ease-in-out 0s;
    -moz-transition:all 0.3s ease-in-out 0s;
    -webkit-transition:all 0.3s ease-in-out 0s;
    white-space: nowrap;
    z-index: 999;
	transform: scale(0, 0);
	 opacity:1!important
}
a.sft_quickshop_icon span{
	background: url("../image/icons.png") no-repeat scroll 101px -131px rgba(0, 0, 0, 0);
    color: #808080;
    font-size: 16px;
    padding-right: 14px;
}
a.sft_quickshop_icon:hover span{color:#202020; background-position:101px -153px}
.image:hover a.sft_quickshop_icon {transform: scale(1, 1); -moz-transform: scale(1, 1); -webkit-transform: scale(1, 1);}
.product-grid .name {margin-bottom:11px}
.product-grid .name a {}
.image a:hover{border-bottom:none}
.name a{
	color: #505050;
	font-family: 'Quattrocento', serif;
	font-weight: 400;
	font-size:16px;
}
.name a:hover{text-decoration:none; border-bottom:1px solid #c4c4c4}
div.price{font-family: 'Oxygen', sans-serif; font-size:16px; color:#202020; font-weight:700}
.button_cart{
	background: url("../image/icons.png") no-repeat scroll -359px -146px;
    border: medium none;
    cursor: pointer;
    display: block;
    height: 42px;
    text-indent: -9999px;
    width: 41px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.button_cart:hover{background-position:-359px -198px; border-bottom:none}
.compare a{
	background: url("../image/icons.png") no-repeat scroll -409px -146px;
    border: medium none;
    cursor: pointer;
    display: block;
    height: 42px;
    text-indent: -9999px;
    width: 42px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;}
.compare a:hover{background-position:-409px -198px;}	
.wishlist a{
	background: url("../image/icons.png") no-repeat scroll -459px -146px;
    border: medium none;
    cursor: pointer;
    display: block;
    height: 42px;
    text-indent: -9999px;
    width: 41px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;}
.wishlist a:hover{background-position:-459px -198px;}	
	
.product-grid .description {
	display:none;
}
.product-grid .rating {
	display: block;
	margin-bottom: 3px;
}
.product-grid .price {
	display: block;
	margin-bottom: 18px;
}
.product-grid .price-old {}
.product-grid .price-new {}
.price-old, .price s{color: #808080; margin-left:5px; margin-right:5px; text-decoration: line-through;}
.price-new, .price b{color:#2296b7; margin-left:5px; margin-right:5px;}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	display:inline-block;
	margin-right: 4px;
	margin-left: 4px;
}
.product-grid .wishlist, .product-grid .compare {
	display:inline-block;
	vertical-align:top;
	margin-right:4px;
	margin-left:4px;
	margin-bottom:4px;
}

/* Product */
#cboxCurrent{display:none!important}
.product-info {
	/*overflow: hidden;*/
	margin-bottom: 57px;
	float:left;
	width:100%;
	margin-top: 4px;
}
.product-info h1{margin-bottom: 15px; line-height: 25px;}
.product-info .left {
	float: left;
	margin-right: 30px;
	width: 500px;
	margin-bottom: 30px;
}
.product-info .right{display:block; overflow:hidden}
#column-left + #column-right + #content.grid-33 .product-info .left{width:100%; margin:0 0 30px}
#column-left + #column-right + #content.grid-33 .product-info .owl-carousel{width:100%;}
#column-left + #column-right + #content.grid-33 .product-info .owl-carousel .owl-prev{top:-45px; right:40px;}
#column-left + #column-right + #content.grid-33 .product-info .owl-carousel .owl-next{top:-45px; right:0}
#column-left + #column-right + #content.grid-33 .product-info #boss-image-additional img{max-width:100%;}
#column-left + #column-right + #content.grid-33 .product-info #boss-image-additional .owl-item > div{ margin:0 5px}
#column-left + #column-right + #content.grid-33 #tab-related .owl-item > div{width:117px; margin:0 5px; display:block}
#column-left + #column-right + #content .product-info .right{clear:both}
/*.product-info > .left + .right {
	margin-left: 265px;
}*/
.fancybox-overlay{z-index:8000!important}
.product-info .image {
    margin: 0 0 20px;
    padding: 0 !important;
    text-align: center;
}
.product-info .image img{max-width:100%}
#boss-image-additional .item{float:left}
.product-info .bosszoomtoolbox a.b_popup{
	background: url("../image/viewfull.png") no-repeat scroll;
    display: inline-block;
    margin-bottom: 20px;
    padding: 5px 0 5px 27px;
}
.product-info .bosszoomtoolbox a.b_popup:hover{border-bottom:none; color:#b9b9b9}
.product-info .owl-carousel{clear:both; width:450px}
.product-info .owl-carousel a:hover{border-bottom:none}
.product-info .owl-carousel .owl-prev{right: -15px; top: 24px;}
.product-info .owl-carousel .owl-next{right: -50px; top: 24px;}
.product-info .owl-carousel .owl-prev:hover{background-position: 0 -445px;}
.product-info .owl-carousel .owl-next:hover{background-position:-14px -445px;}
.product-info .image-additional {
	width: 264px;
	clear: both;
	position:relative;
	padding:0;
}
.product-info .owl-carousel .owl-wrapper:hover .owl-item{opacity:0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; transition:all 1s ease 0s;}
.product-info .owl-carousel .owl-wrapper:hover .owl-item:hover{opacity:1!important; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}
.product-info .description {
	border-bottom: 1px solid #E2E2E2;
    line-height: 20px;
    margin-bottom: 18px;
    padding-bottom: 25px;
}
.product-info .description a {}
.product-info .description b {
	font-weight:400;color:#63bf00;
}

.product-info .price {
	overflow: hidden;
	margin-bottom: 18px;
	font-size: 24px;
	font-weight: 400;
}
.product-info .price-old {
	text-decoration: line-through;
	margin-right:15px
}
.product-info .price-new {
}
.product-info .price .reward {}
.product-info .price .reward small{font-size:14px;}
.product-info .price .discount, .product-info .price-tax, .product-info .price .reward small {
	font-weight: 400;
	font-size: 14px;
	font-family: 'Quattrocento', serif;
	color: #808080;
	line-height:20px;
	margin-bottom:0;
	display:block
}
.product-info .options {
	border-bottom: 1px solid #E2E2E2;
    margin: 15px 0 26px;
    padding-bottom: 12px;
}
.product-info .options h2{margin-bottom: 14px;}
.product-info .options b{font-weight:400;}
.product-info .options .option{clear:both; overflow:hidden; margin-bottom:12px}
.product-info .options .box-check .option{margin-bottom:0}
.product-info .options span.error{line-height:15px}
.product-info .options .option .title_text{display:block; margin-bottom:5px}
.product-info .options #option-222.option .title_text{margin-top:16px;}
.product-info .options #option-222.option span.button_black{display: block; margin: 8px 0;}
.product-info .options #option-217.option {margin-bottom:8px}
.product-info .options select{width:230px; }
.product-info .options input[type="radio"]{margin-right:5px}
.product-info .options input[type="checkbox"]{margin-right:5px}
.product-info .options span#profile-description{display:block; margin:5px 0 0}
.product-info .options .box-check {
    float: left;
    line-height: 33px;
    width: 50%;
}
.product-info .options .box-check p{margin-bottom:2px}
.product-info .options input[type="text"],.product-info .options input[type="password"]{width:90%}
.product-info .options textarea{width:90%;}
.product-info .option-image {
	margin-top: 3px;
	margin-bottom: 10px;
}
.product-info .option-image label {
	display: block;
	width: 100%;
	height: 100%;
}
.product-info .option-image img {
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}
.product-info .cart {
	margin: 15px 0 20px;
}
.product-info .cart div {
	display:block; margin-bottom:15px;
}
.product-info .cart .quantily_info{overflow:hidden; margin-bottom: 0;}
.product-info .cart .quantily_info b{
   display: block;
    font-weight: 400;
    margin-bottom: 4px;
}
.product-info .cart .quantily_info input[type='text']{
	height: 26px;
    line-height: 26px;
    padding: 0 5px;
    width: 173px;
}	
.product-info .cart .quantily_info .select_number{
    overflow: hidden;
    position: relative;
	margin-bottom: 0;
	width: 185px;
 }
.product-info .cart .quantily_info .increase{
	background: url("../image/select_number.jpg") no-repeat scroll -4px -4px;
    border: medium none;
    cursor: pointer;
    display: block;
    height: 14px;
    padding: 0;
    position: absolute;
    right: 3px;
    text-indent: -9999px;
    top: 3px;
    width: 14px;
}
.product-info .cart .quantily_info .decrease{
	background: url("../image/select_number.jpg") no-repeat scroll -4px -27px;
    border: medium none;
    cursor: pointer;
    display: block;
    height: 14px;
    padding: 0;
    position: absolute;
    right: 3px;
    text-indent: -9999px;
    top: 15px;
    width: 14px;
}
.product-info .cart .quantily_info .increase:hover, .product-info .cart .quantily_info .decrease:hover{opacity:0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";}
.product-info .cart .minimum {
	clear: both; margin-top: 10px;
}
.product-info .cart input#button-cart{float:left; margin-bottom: 10px; margin-top: 2px;}
.product-info .cart a.write_review {
    padding-left: 17px;
}
.product-info .cart .action{margin-bottom:0;float:right}
.product-info .cart .action div{
	display: inline-block;
    float: right;
    margin-bottom: 3px;
    margin-left: 6px;
}
.product-info .cart .review {
	margin-bottom: 0; overflow:hidden;width:100%
}
.product-info .review > div {
	line-height: 20px; margin-bottom:12px; clear:both;
}
.product-info .review > div img{
	margin-right: 10px;
    vertical-align: -2px;
}
.product-info .review > div > span {}
.product-info .review .share {
	overflow: hidden;
	line-height: normal;
	margin-bottom: 18px;
	float:right;
}
.product-info .review .share a:hover {
	border-bottom:none
}
.product-info .review .write_review a{font-family: 'Oxygen', sans-serif; font-weight:700}
.product-info .review a.reviews, .product-info .review a.write_review{text-transform:uppercase}
.product-info .review a.reviews:hover, .product-info .review a.write_review:hover{text-decoration:underline}
.review-list {
	overflow: hidden;
	margin-bottom: 20px;
}
.review-list .author {
	margin-bottom: 7px;
}
.review-list .author b{}
.review-list .rating {
	margin-bottom: 6px;
}
.review-list .text {
	clear: both;
	line-height: 20px;
}
#review .pagination{padding:0; background:none;}
#review {margin-bottom:23px}
#tab-review input[type='text'], #tab-review textarea{width:60%; margin:9px 0 }
#tab-review b{font-weight:400}
.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: left;
	width: 20%;
}
.attribute td {
	padding: 7px;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border:1px solid #e2e2e2;
	border-bottom:none;
	margin-bottom:33px;
	overflow:auto
}
.compare-info thead td, .compare-info thead tr td:first-child {}
.compare-info table.boss-table tr td:first-child { 
	color:#202020;
	padding:15px 20px;
	font-family: 'Quattrocento', serif;
	font-size:14px;
	font-weight:400;
}
.compare-info table.boss-table td {
	padding: 15px 20px 15px 38px;
	width: 20%;
	text-align: left;
	vertical-align: middle; 
	border-bottom:1px solid #e2e2e2
}
.compare-info table.boss-table td.name a{font-size:14px}
.compare-info table.boss-table td.image { text-align:center; padding:15px 38px}
.compare-info table.boss-table td.price{font-family: 'Montserrat', sans-serif; font-size:18px; color:#202020; line-height: 23px;}
.compare-info table.boss-table td.model{text-transform:uppercase}
.compare-info .button.button-cart { width:80%; float:left;}
.compare-info tbody td.remove{text-transform:uppercase}
.compare-info tbody td.description{
	padding-right:10px
}
.compare-info td.image{padding:20px 38px 55px; text-align:center}
.compare-info td.image div.remove{display:block; margin-bottom:15px;}
.compare-info td.image div.remove a{color:#1f2021;text-transform:uppercase; font-weight:700}
.compare-info td.boss-stock{color:#63bf00; margin-bottom:14px}
.compare-info td div.description{display:block; margin-bottom:17px}
.compare-info td div.price{margin-bottom:17px}
.compare-info .price-old {
	text-decoration: line-through;
}
.compare-info .remove{ float:right; margin-top:11px}
.compare-info .remove a{
	background: url("../image/icons.png") no-repeat scroll 0 -1064px;
    display: block;
    height: 20px;
    text-indent: -9999px;
    width: 20px;
}
.compare-info .remove a:hover{border-bottom:none; opacity:0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";}
.compare-info td.action input.button{
	border-radius: 20px;
    font-size: 16px;
    padding: 9px 20px 8px;
    text-transform: uppercase;
}
/* wishlist */
.wishlist-info{
	border:1px solid #d6d6d6;
	margin-bottom:20px;
	margin-top:18px;
	overflow:auto
}
.wishlist-info table {
	width: 100%;
	background-color:#fff;
	border:none
}
.wishlist-info td {}
.wishlist-info thead td.image{
	text-align:left
}
.wishlist-info thead .name {
	text-align:left;
}

.wishlist-info thead .model{text-align:center}
.wishlist-info thead .stock {
	text-align: center;
}
.wishlist-info thead .quantity, .wishlist-info thead .total, .wishlist-info thead .action {
	text-align: center;
}
.wishlist-info thead .price{text-align:center}
.wishlist-info tbody td {
	vertical-align: top;
	padding:15px 20px 20px;
	text-align: center;
}
.wishlist-info tbody .image img {
}
.wishlist-info tbody .image {
	padding-top:20px;
	padding-right:0; 
	text-align:left;
	width: 70px;
}
.wishlist-info tbody .name {
	text-align:left;
	padding-top:45px;
	border-left:0;
	padding-left:10px;
}
.wishlist-info tbody .name a{font-size:14px}
.wishlist-info tbody .name div.remove {
    margin-top: 5px;
}
.wishlist-info tbody .name div.remove a {
    color: #1F2021;
    font-size: 10px;
    text-transform: uppercase;
}
.wishlist-info tbody .model {
	padding-top: 47px;
	text-transform:uppercase;
}
table tbody td.model{
	text-transform:none;
	white-space: nowrap;
}
.wishlist-info tbody .stock {
	color:#649f07; 
	padding-top: 47px;
	white-space:nowrap;
}
.wishlist-info tbody .quantity, .wishlist-info tbody .total, .wishlist-info tbody .action {
	text-align: center;
}
.wishlist-info tbody td.price{
	padding-top: 43px;
	white-space: nowrap;
}
.wishlist-info tbody .price s , .wishlist-info tbody .price b{ margin:0 2px; font-weight:400}
.wishlist-info tbody .action{padding-top:28px; white-space: nowrap;}
.wishlist-info tbody .action img {
	cursor: pointer;
}
.wishlist-info tbody .action a img  {
	position:relative; top:0
}
.wishlist-info tbody .action input.button_cart{float:left; margin-right:10px}
.wishlist-info tbody .action a{ display: block; margin-top: 13px;}
.wishlist-info tbody .action a:hover{border-bottom:none; opacity:0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";}

.login-content {
	margin-bottom: 20px;
	overflow: auto;
}
.login-content .left {
	float: left;
	width: 45%;
}
.login-content .right {
	float: right;
	width: 45%;
}
.login-content .left .content, .login-content .right .content {
	padding-bottom:2px
}
.login-content b{font-weight:400}
.login-content .right .content input.button{margin:10px 0}
.login-content h2{margin-bottom:17px}
.login-content p.last{margin-bottom:81px}
.box.account{}
.box.account .box-heading{margin-bottom:15px}
.box.account .box-content{}
.box.account .box-content ul li{margin-bottom: 18px;}
.box.account .box-content ul li a{text-decoration:none}
.box.account .box-content ul li a:hover{border-bottom:1px solid #c4c4c4}
.box.account .box-content ul li.active a{border-bottom:1px solid #c4c4c4; cursor:default}
/* orders */
.order-list {
	margin-bottom: 10px;
}
.order-list b{font-weight:700; font-family: 'Oxygen', sans-serif;}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 10px;
}
.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-list .order-info a:hover{border-bottom:none}
.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-list .return-info a:hover{border-bottom:none}
.return-product {
	overflow: hidden;
	margin-bottom: 20px;
}
.return-name {
	float: left;
	width: 100%;
}
#return-product b{font-weight:400}
.return-model {
	float: left;
	width: 100%;
}
.return-quantity {
	float: left;
	width: 100%;
}
.return-detail {
	overflow: hidden;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 31%;
	margin-right: 15px;
	line-height:20px
}
.return-reason input[type="radio"]{margin:0 10px 0 0}
.return-opened {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-captcha {
	float: left;
}
form.return-form input[type='text'], form.return-form textarea{margin:6px 0; width:85%;}
.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;
}
.order_info{overflow-x:auto}
/* cart */
.cart-info{
	border:1px solid #d6d6d6; 
	margin-bottom:58px;
	overflow:auto;
}
.cart-info table {
	background-color: #FFFFFF;
    width: 100%;
	border-collapse: collapse;
}
.cart-info thead td.name{}
.cart-info thead .image {
	text-align: left;
	padding-left:20px
}
.cart-info thead .name  {
	text-align: left;
}

.cart-info table tbody td .name {
	display: block;
	overflow: hidden;
}
.cart-info table tbody td .name a{font-size:14px;}
.cart-info table tbody td .name div { clear:both}
.cart-info table tbody td .name small{font-size:12px;}
.cart-info tbody  td.image {
	padding-bottom: 17px;
    width: auto;
}
.cart-info tbody  td.td-profile{}
.cart-info tbody  td.image > a:first-child {
	float:left;  margin-right:15px; margin-bottom:0
}
.cart-info tbody .name{
	padding-top:27px;
	 border:none;
	 text-align:left
}
.cart-info tbody .name span{display:block; padding-top:20px}
.cart-info table tbody .model { 
	padding-top:47px;
	white-space: nowrap;
	text-transform:uppercase
}
.cart-info table tbody .price,.cart-info table tbody .total {
	padding-top:45px;
	color:#202020;
	font-family: 'Oxygen', sans-serif;
	font-size:14px;
	font-weight:700;
}
.cart-info table  tbody .quantity{ 
	padding-top:33px; white-space: nowrap;
}
.cart-info table  tbody .quantity a:hover{border-bottom:none}
.cart-info tbody .quantity input[type='image']{
	margin:0 1px ;
	position:relative; top:8px
}
.cart-info tbody .quantity img {
	position:relative; top:6px;
	margin:0 1px
}
.cart-info tbody .quantity img:hover{opacity:0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";}
.cart-info tbody .quantity input[type='text']{
	text-align:center;
	width:42px; 
	padding:4px 0; 
	color:#202020;
	margin:0 1px 5px
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-module > div {
	display: none;
}
table.boss-table {  background-color:#fff; width:100%; border-collapse: collapse;}
	table.boss-table thead td { 
		border-bottom:1px solid #d6d6d6; 
		padding:15px 20px;
		font-weight:700; 
		text-align:center;
		font-family: 'Oxygen', sans-serif;
		font-size:13px;
	}
	table.boss-table thead td.price { 
		font-size:12px; 
	}
	table.boss-table tbody td { 
		padding:20px 20px 20px;
		text-align:center;
		vertical-align:top
	}
	table.boss-table td { 
		border-left:1px solid #d6d6d6;
	}
	table.boss-table td:first-child { 
		border-left:none
	}	
	table.boss-table .td-profile { border-top:1px solid #d6d6d6; border-bottom:1px solid #d6d6d6; text-align:left}
.cart-module .content table tr td{}
.cart-module select, .cart-module input[type=text]{margin :5px 0 10px;}
.cart-module .error { margin:0 0 10px;}
.cart-module input.button{margin-top:7px}
.cart-total {
	overflow: hidden;
	padding-top:14px; 
	border-top:1px solid #e3e3e3;
}
.cart-total table {
	float: right;
	width: 23%;
}
.cart-total td { 	
	line-height:20px;
	color:#202020;
}
.cart-total td.left {
	text-align: left;
}
.cart-total td.right {
	text-align: right;
	font-family: 'Oxygen', sans-serif;
	font-weight: 700;
}
.cart-total td.right.last{font-size:24px}
.cart-total .buttons > div { width:100%; text-align:right;}
.cart-total .buttons .button-color {margin: 15px 0 3px;}
.cart-total .buttons .button-checkout:hover{background:#7b5d45; border-bottom:none}
.cart-total .buttons .button_shopping{text-align:right; font-family: 'Oxygen', sans-serif; color:#202020; font-size:14px}
.cart-total td.last{ padding-top:4px;vertical-align: text-bottom;}

.boss-shoppingcart p{
	margin-bottom:7px
}
.boss-shoppingcart table.radio { margin-bottom:7px}
.cart-module .content{padding-top:26px; border-top:1px solid #e3e3e3; overflow:hidden;}
.cart-module .content table{width:100%; border-collapse:collapse}
/* checkout */
a.forgotten{font-family: 'Oxygen', sans-serif; font-size:14px; font-weight:700}
.checkout {
    margin-bottom: 44px;
}
a.colorbox b{color:#ff0000; font-weight:400}
a.colorbox:hover{border-bottom-color:#f77a7a}
.checkout-heading {
	background:#a18168;
	padding:13px 20px 11px;
	font-weight: 700;
	font-size: 14px;
	font-family: 'Oxygen', sans-serif;
	color: #fff;
	text-transform:uppercase;
	margin-bottom: 5px;
	overflow:hidden
}
.checkout-heading a {
	float: right;
	margin-top: 0;
	text-decoration: none;
	color:#fff;
}
.checkout-heading a:hover{text-decoration:underline; border-bottom:none}
.checkout-heading span {
    float: left;
}
.checkout-content {
	display: none;
    margin-bottom: 50px;
    margin-top: 28px;
	padding: 0 20px;
    overflow: hidden;
}
.checkout-content b{font-weight:400}
.checkout-content .error{margin-bottom:10px}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .mini-cart-total .left,.checkout-content .mini-cart-total .right{float:none}
.checkout-content .mini-cart-total,.checkout-content .mini-cart-total .right{text-align:right;}
.checkout-content .mini-cart-total{margin-bottom:15px}
.checkout-content .left .buttons{margin-top:10px}
.checkout-content .buttons {
	clear: both;
	margin-bottom:10px
}
#checkout .checkout-content h2{margin-bottom:13px}
#checkout .checkout-content p{}
#checkout .checkout-content input[type='radio']{margin-bottom:12px; margin-right:6px}
#checkout .checkout-content p.info{margin-bottom: 39px;}
#checkout .checkout-content b{font-weight:400}
#checkout .checkout-content input[type='text'], #checkout .checkout-content input[type='password']{margin:6px 0 10px; width:267px}
#checkout .checkout-content input[type='password']	{margin-bottom: 19px;}
#checkout .checkout-content .right input.button{margin-bottom:8px}
#payment-address .checkout-content .left, #payment-address .checkout-content .right{}
#payment-address .checkout-content h2{margin-bottom:14px}
#payment-address .checkout-content h2.text-password{margin-top:29px}
#payment-address .checkout-content input[type='text'], #payment-address .checkout-content input[type='password']{margin:9px 0 11px}
#payment-address .checkout-content td input[type='text'], #payment-address .checkout-content td input[type='password']{margin:0}
#payment-address .checkout-content select{margin:9px 0; width:312px;height:auto}
#payment-address .checkout-content table.form, #shipping-address .checkout-content table.form{margin:0}
#payment-address .checkout-content td select{margin:0; width:352px;height:auto}
#payment-address .checkout-content input[type='checkbox']{margin-bottom:10px; margin-right: 10px;}
#payment-address .checkout-content .buttons .left input.button{margin-top: 28px;}
#payment-address .checkout-content .buttons .left input.button.dis_button{margin-top: 0;}
#payment-address .checkout-content .buttons .left{font-weight:400}
#payment-address .checkout-content .buttons span.button{margin-top:11px}
#payment-address .checkout-content input[type='radio'], #shipping-address .checkout-content input[type='radio']{margin-bottom:7px}
#shipping-address .checkout-content select{height:auto}
#shipping-address .checkout-content input[type='text']{}
#shipping-method .checkout-content b{font-weight:400}
#shipping-method .checkout-content textarea{margin:6px 0; }
#shipping-method .checkout-content span{display:block; font-weight:700}
#shipping-method .checkout-content span.button{margin-top:15px}
#payment-method .checkout-content textarea{margin:6px 0;}
#payment-method .checkout-content span{display:block; font-weight:700}
#payment-method .checkout-content .buttons .left {width: 100%;}
#payment-method  .checkout-content span.button{margin-top:15px}
#payment-method  .checkout-content table.radio{margin-bottom:6px}
.checkout-product{border:1px solid #D6D6D6; margin-bottom: 20px; overflow-x: auto;}
.checkout-product tfoot td{text-align:right; padding:15px 20px; border-top:1px solid #D6D6D6;}
.checkout-product table.boss-table td.name{text-align:left}
.checkout-product table.boss-table td.model, .checkout-product table.boss-table td.quantity, .checkout-product table.boss-table td.price, .checkout-product table.boss-table td.total{padding-top:17px;}
/*.checkout-product{
	background:url("../image/boss-category-bg.jpg") repeat-x scroll center bottom transparent;
	border-radius:4px; 
	-moz-border-radius:4px;
	border:1px solid #ccc;
	border-bottom:none;
	margin-bottom:36px;
	padding-bottom:13px
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;background:url("../image/heading-feature.jpg") repeat-x scroll center top transparent; 
	border-radius:4px; 
	-moz-border-radius:4px
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	font-weight: bold;
	font-size:10px;
	color:#1f2021;
	text-transform:uppercase;
	height:21px;
	line-height:20px;
	padding:6px 27px;
}
.checkout-product thead .name  {
	text-align: left;
}
.checkout-product thead .model{text-align:center}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: center;
}
.checkout-product tbody td {
	vertical-align: top;
	padding:27px
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .name a{ color: #0899F8;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;}
.checkout-product tbody .model{text-align: center;
    text-transform: uppercase;}	
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: center;
}
.checkout-product tbody .price, .checkout-product tbody .total{color: #5F5F5F; font-weight: 700;}
.checkout-product tfoot td {
	text-align: right;
	padding:10px 27px
}
.checkout-product tfoot td.price{
	color: #9E9D9D;
    font-size: 18px;
    font-weight: 400;
    text-transform: lowercase;
}
.checkout-product tfoot td.total{
	color: #5F5F5F;
    font-size: 18px;
    font-weight: 700;}*/
.contact-info {
	overflow: hidden;
	line-height:20px
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
form.contact-form input[type='text'], form.contact-form  textarea{width:80%; margin:6px 0}
.sitemap-info {
	overflow: hidden;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
.sitemap-info ul li{line-height:24px}
.sitemap-info ul li ul{padding-left:20px}
form.gift-vourcher{}
form.gift-vourcher input[type='text']{margin:2px 0 0}
form.gift-vourcher input[type='radio']{margin:6px 0}
form.gift-vourcher table.form td{padding:0 0 6px}
form.gift-vourcher span.button{margin-top:20px}

.content.myaccount{float: left; width: 49%;}
.content.myaccount ul li  {line-height:28px }
.content.myaccount ul li a {text-decoration:none; }
.content.myaccount ul li a:hover {border-bottom: 1px solid #C4C4C4; }
h1.dis1{margin-bottom: 21px;}
 /***Edit Account***/
 
 form.edit_account input[type="text"],form.edit_account input[type="password"]
 {
	height:27px;
	margin: 9px 0px 8px 0px;
 }
 form.edit_account td
 {
	color:#787878;
	font-size:12px;
	font-weight:700;
	padding:0px;
 }
 /***Password***/
 form table.form.password input[type="text"], form table.form.password input[type="password"]
 {
	height:27px;
	margin: 9px 0px 8px 0px;
 }
 form table.form.password td
 {
	color:#787878;
	font-size:12px;
	font-weight:700;
 }
 
 /***Newsletter ***/
 table.form.newsletter td
{
	 color: #787878;
} 
/***Forgot Password***/
table.form.forgotten{margin-top:6px;}

table.form.forgotten td
{
	color:#787878;
	font-size:12px;
}
table.form.forgotten input[type="text"],table.form.forgotten input[type="password"]
{
	height:27px;
	margin: 9px 0px 8px 0px;
}
/***Login***/
.login-content .right input[type="text"], .login-content .right input[type="password"]
{
	height:27px;
	margin: 9px 0px 8px 0px;
	width:93%;
}
form.address_form{}
form.address_form input[type='text'], form.address_form select{margin:6px 0}
form.address_form input[type='radio']{margin:6px 0}
form.register-affiliate input[type='text'], form.register-affiliate input[type='password'], form.register-affiliate select{margin:6px 0}
form.edit_affiliate input[type='text'], form.edit_affiliate input[type='password'], form.edit_affiliate select{margin:6px 0}
form.register-affiliate input[type='radio']{margin:12px 0}
form.edit_affiliate input[type='radio']{margin:12px 0}
form.register-affiliate label{margin-right:10px}
form.edit_affiliate label{margin-right:10px}
/* footer */ 
#footer{clear:both}
#footer h3 {
	margin-bottom: 17px; margin-top: -1px;
}
#footer .column {
	display: inline-block;
    float: none;
    margin-bottom: 10px;
    margin-right: -3px;
    padding-left: 0;
    padding-right: 0;
    vertical-align: top;
}
#footer .column ul {
	margin-top: 0px;
}
#footer .column ul li {
	margin-bottom: 12px;
}
#footer .column a {color:#505050}
#footer .column a:hover {
}
#powered {color:#808080; float:left; margin-top:5px}
#powered a{color:#808080;}

/* banner */
.banner div {
	
	
}
.banner div img {
	margin-bottom: 20px;
	width:100%
}

p.choose_search{margin:10px 0}
p.choose_search b{font-weight:400;}
p.choose_search select{width:397px;}
p.choose_search input[type='text']{padding:0 3px}


.login-content .left .content a.button{
	margin-top:30px;
}
.static-home-serve{text-align:center; clear:both; margin-bottom: 75px;margin-left: -10px; margin-right: -10px;}
.static-home-serve h3{font-size:18px; margin-bottom: 15px;}
.static-home-serve .product{padding:15px; background:#fff;height: 250px; transition:background 0.5s ease 0s; -moz-transition:background 0.5s ease 0s; -webkit-transition:background 0.5s ease 0s;}
.static-home-serve .product:hover{background:#eee}
.static-home-serve .product h2{
	font-family: 'Oxygen',sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 6px;
    text-transform: uppercase;
}
.static-home-serve .product img{
	display: block;
    margin: 0 auto 21px;
    text-align: center;
	
}
.static-home-serve .product:hover img{}
.static-home-serve .product a{font-family: 'Quattrocento', serif; font-weight:400; font-size:16px; color:#505050}
.static-home-serve .block1 .product{border:1px solid #5f8794}
.static-home-serve .block2 .product{border:1px solid #a18168}
.static-home-serve .block3 .product{border:1px solid #632c62}
.static-home-serve .block1 .product h2{color:#5f8794;}
.static-home-serve .block2 .product h2{color:#a18168; margin-bottom: 1px;}
.static-home-serve .block3 .product h2{color:#632c62; margin-bottom: 21px;}
.static-home-serve .block2 .product img{margin-bottom:26px}
.boss_homefilter_tabs{clear:both; margin-bottom: 70px; position:relative; z-index:9}
.boss_homefilter_tabs .content_tab{margin-left:-20px; margin-right:-20px}
.boss_homefilter_tabs .tabs_container{margin-bottom:37px}
.boss_homefilter_tabs .tab-content{}
.boss_homefilter_tabs .boss_tabs, .boss_homefilter_tabs .tabs-headings{text-align:center}
.boss_homefilter_tabs .boss_tabs li, .boss_homefilter_tabs .tabs-headings li{display:inline-block}
.boss_homefilter_tabs h3 {text-align:center; margin:10px 0}
.boss_homefilter_tabs .boss_tabs li a, .boss_homefilter_tabs h3 a, .boss_homefilter_tabs .tabs-headings li a{
	background:none; 
	border:none;
	font-family: 'Oxygen', sans-serif; 
	font-size:18px; 
	color:#acacac; 
	text-transform:uppercase; 
	font-weight:700; 
	margin:0 15px;
}
.boss_homefilter_tabs .boss_tabs li a.selected, .boss_homefilter_tabs h3.active a, .boss_homefilter_tabs .tabs-headings li.active a, .boss_homefilter_tabs .tabs-headings li a:hover{color:#202020; cursor:default;}
.boss_homefilter_tabs .boss_tabs li a:hover, .boss_homefilter_tabs .tabs-headings li a:hover{color:#202020; cursor:pointer}
.boss_homefilter_tabs .tabs-headings li.active a:hover{cursor:default}
.boss_homefilter_tabs .owl-item{padding: 0 0 5px;}
.boss_homefilter_tabs .box-product li{margin:0 10px}
.boss_homefilter_tabs .caroufredsel_wrapper{padding-bottom: 3px;}
.boss_homefilter_tabs .owl-item > div, .boss_homefilter_tabs .box-product li > div{
	border: 1px solid #F6F6F6;
    box-shadow: 0 1px 3px 0 #E8E8E8;
    margin: 0 12px;
    padding-bottom: 15px;
    text-align: center;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
.boss_homefilter_tabs .owl-item > div:hover, .boss_homefilter_tabs .box-product li > div:hover{
	background: none repeat scroll 0 0 #F8F8F8;
    border-color: #F8F8F8;
    box-shadow: 0 -1px 0 0 #E8E8E8;
}
.boss_homefilter_tabs .owl-item > div:hover .image img{opacity:0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";}
.boss_homefilter_tabs .image .label{right:0; top:0}
.boss_homefilter_tabs .image a:hover{border-bottom:none}
.boss_homefilter_tabs .image img{width:100%}
.boss_homefilter_tabs .image a.cs_img{display:block; line-height:0}
.boss_homefilter_tabs .image b{background:url(../image/bkg_hover.png) repeat; position:absolute;  top:0; left:0; width:0; height:0; transform:scale(0,0); -moz-transform:scale(0,0); -webkit-transform:scale(0,0);}
.boss_homefilter_tabs .image:hover b{
	width:100%; 
	height:100%;
	transform:scale(1,1); 
	-moz-transform:scale(1,1); 
	-webkit-transform:scale(1,1); 
	transition: transform 0.5s ease 0s;
	-moz-transition: -moz-transform 0.5s ease 0s;
	-ms-transition: -ms-transform 0.5s ease 0s;
	-webkit-transition: -webkit-transform 0.5s ease 0s;
}

.boss_homefilter_tabs .name{padding: 0 10px; margin:0}
.boss_homefilter_tabs .rating{display:none}
.boss_homefilter_tabs .price{display:none}
.boss_homefilter_tabs .cart{display:none}
.boss_homefilter_tabs .box-product{
	margin-left: -19px;
    /*margin-right: -19px;*/
}
.boss_homefilter_tabs .owl-carousel .owl-wrapper-outer{}
.boss_homefilter_tabs .box-product .owl-prev, .boss_homefilter_tabs a.prev{width:29px; height:56px; position:absolute; left:-50px; top:26%; background:url(../image/icons.png) no-repeat 0 -188px; display:block; text-indent:-9999px; transition:all 0.5s ease 0s; -moz-transition:all 0.5s ease 0s; -webkit-transition:all 0.5s ease 0s}
.boss_homefilter_tabs .box-product .owl-next, .boss_homefilter_tabs a.next{width:29px; height:56px; position:absolute; right:-50px; top:26%; background:url(../image/icons.png) no-repeat -32px -188px ; display:block; text-indent:-9999px; transition:all 1000ms ease 0s}
#container.boxed .boss_homefilter_tabs a.prev{left:-14px;}
#container.boxed .boss_homefilter_tabs a.next{right:-14px;}
#container.boxed .boss_homefilter_tabs .caroufredsel_wrapper{margin:0!important}
.boss_homefilter_tabs .box-product .owl-prev:hover, .boss_homefilter_tabs a.prev:hover{background-position: 0px -244px; border-bottom:none}
.boss_homefilter_tabs .box-product .owl-next:hover, .boss_homefilter_tabs a.next:hover{background-position: -32px -244px; border-bottom:none}
.static-home-specialdeal{clear:both; overflow:hidden; margin-bottom: 65px;}
.static-home-specialdeal h3{font-family: 'Oxygen', sans-serif; font-size:18px; color:#202020; font-weight:700; margin-bottom: 27px; text-align:center}

.static-home-specialdeal .image-banner{ margin:0 -10px; overflow:hidden; }
.static-home-specialdeal .image-banner > div{
	display: inline-block;
    float: none;
    margin-right: -2px;
    padding-bottom: 10px;
    padding-top: 10px;
    vertical-align: top;
}
.static-home-specialdeal .image-banner > div a, .static_column_banner a{display:block; overflow:hidden; position: relative;}
.static-home-specialdeal .image-banner > div a:hover{border-bottom:none}
.static-home-specialdeal .image-banner > div a img, .static_column_banner a img{transition: all 1000ms ease 0s; -moz-transition: all 1000ms ease 0s; -webkit-transition: all 1000ms ease 0s; width:100%; max-width:100%; display: block;}
.static-home-specialdeal .image-banner > div a span, .static_column_banner a span{
	position: absolute;
	transform: none;
	-ms-transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	text-align: center;
	width: 100%;
	left: 0;
	top: 0px;
}
.static-home-specialdeal .image-banner > div a:hover img, .static_column_banner a:hover img{transform: scale(1.1, 1.1); -moz-transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1); opacity:1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}
.static-home-specialdeal .image-banner > div a:hover span img, .static_column_banner a:hover span img{
	transition: none; 
	-moz-transition: none; 
	-webkit-transition: none; 
	transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-webkit-transform: none;
}
.static_column_banner{margin:0 20px; padding-bottom: 20px;}
.static_column_banner a{border-bottom:none}
.boss_bestseller{clear:both; text-align:center; margin-top: 65px;}
.boss_bestseller .box-heading{font-size:18px; margin-bottom: 30px;}
.boss_bestseller .box-product ul li{display:inline-block; margin:0 14px}
.boss_bestseller .box-product ul li a{color:#505050;line-height: 24px;}

#footer .static-about-us{padding-left:0; padding-right: 20px; margin-bottom:10px}
.static-about-us .friend{margin-top: 22px; overflow:hidden}
.static-about-us .friend li{float:left; margin-right:12px}
.static-about-us .friend li a{width:19px; height:19px; display:block; text-indent:-9999px; background:url(../image/icons.png) no-repeat; transition:all 0.5s ease 0s; -moz-transition:all 0.5s ease 0s; -webkit-transition:all 0.5s ease 0s;}
.static-about-us .friend li a:hover{border-bottom:none}
.static-about-us .friend li a.facebook{background-position:0 -545px}
.static-about-us .friend li a.twitter{background-position:-36px -545px}
.static-about-us .friend li a.google{background-position:-79px -545px}
.static-about-us .friend li a.pinterest{background-position:-123px -545px}
.static-about-us .friend li a.rss{background-position:-167px -545px}
.static-about-us .friend li a.facebook:hover{background-position:0 -566px}
.static-about-us .friend li a.twitter:hover{background-position:-36px -566px}
.static-about-us .friend li a.google:hover{background-position:-79px -566px}
.static-about-us .friend li a.pinterest:hover{background-position:-123px -566px}
.static-about-us .friend li a.rss:hover{background-position:-167px -566px}
.static-about-us p.phone{margin-bottom: 10px;}
.static-about-us p.fax{margin-bottom: 2px;}
.boss-footer-column{border:1px solid #a7a7a7; padding:39px 20px 34px; overflow:hidden; margin-bottom: 26px; background:#fff;}

.boss-footer-bottom{margin: 0 0 31px; overflow: hidden;}
.boss-footer-bottom .static-payment, .boss-footer-bottom .language, .boss-footer-bottom .currency{float:right; margin-left: 10px;}
.boss-footer-bottom .static-payment{margin-top:5px; margin-right: 15px;}
.boss-footer-bottom .static-payment li{float:left; margin-left:15px}
.boss-footer-bottom .static-payment li a{display:block; text-indent:-9999px; background:url(../image/icons.png) no-repeat; transition:all 0.5s ease 0s; -moz-transition:all 0.5s ease 0s; -webkit-transition:all 0.5s ease 0s;}
.boss-footer-bottom .static-payment li a:hover{border-bottom:none}
.boss-footer-bottom .static-payment li a.Visa{width:39px; height:12px; background-position:-270px -2px; margin-top: 4px;}
.boss-footer-bottom .static-payment li a.MasterCard{width:27px; height:16px; background-position:-319px 0px}
.boss-footer-bottom .static-payment li a.AmericanExpress{width:16px; height:16px; background-position:-357px 0px}
.boss-footer-bottom .static-payment li a.Paypal{width:60px; height:16px; background-position:-381px 0px}
.boss-footer-bottom .static-payment li a.Skrill{width:48px; height:16px; background-position:-452px 0px}
.boss-footer-bottom .static-payment li a.Visa:hover{background-position:-270px -24px}
.boss-footer-bottom .static-payment li a.MasterCard:hover{background-position:-319px -22px}
.boss-footer-bottom .static-payment li a.AmericanExpress:hover{background-position:-357px -22px}
.boss-footer-bottom .static-payment li a.Paypal:hover{background-position:-381px -22px}
.boss-footer-bottom .static-payment li a.Skrill:hover{background-position:-452px -22px}
.boss-footer-bottom .language select, .boss-footer-bottom .currency select{border:none; width:110px; font-family: 'Quattrocento', serif; font-size:13px; text-transform:uppercase; font-weight:400; color:#202020; padding-right:0}
.boss-footer-bottom .language select:hover, .boss-footer-bottom .currency select:hover{color:#808080}
.label{position:absolute; top:-10px; right:-10px; z-index:10}
.label img{width:auto; opacity:1!important}

a.fancybox-item:hover{border-bottom:none}
.fancybox-skin{background:#fff!important}
/* hack safary */
@media screen and (-webkit-min-device-pixel-ratio:0)
{ 
	.boss_home_category .box .box-content .image{position:relative}
	input[type="radio"],input[type="checkbox"]{vertical-align:-1px;margin-left:2px; margin-right:2px}
	form.register table.form td input[type="radio"]{margin:0 4px 5px 2px}
	form.register .buttons .left input[type="checkbox"]{margin-left:2px}
	.product-grid .cart{margin-bottom:6px}
}