body {  
	background: url("../image/bg.png") no-repeat scroll center top #030203;
    color: #646464;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
}
body.theme_light {  
	background: url("../image/bg2.jpg") no-repeat scroll center top #ffffff;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
	line-height:16px;
}
/* Override the bootstrap defaults */
h1 {
    color: #1e1e1e;
    font-family: Arial;
    font-size: 22px;
	line-height:20px;
    font-weight: 700;
    margin-bottom: 22px;
    margin-top: 0;
}
h2 {
    color: #202020;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 18px;
    margin-top: 0;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
ul, ol{
	margin:0
}
a, a b {
    color: #646464;
    cursor: pointer;
    font-weight: 400;
    text-decoration: none;
}
a:hover {
    color: #202020;
    cursor: pointer;
    text-decoration: none
}
a:focus {
    outline: none;
    text-decoration:none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 11px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 15px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 11px;
}
.input-group .input-group-addon {
	font-size: 11px;
	height: 30px;
}
input[type="text"], input[type="password"], textarea, select {
    border: 1px solid #e6e6e6;
    margin-left: 0;
    margin-right: 0;
	box-shadow:none;
}
input[type="text"], input[type="password"] {
        width: 100%;
        height: 36px;
        border: 1px solid #b1b1ae;
        border-radius: 3px;
        display: inline-block;
        vertical-align: middle;
        transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
        padding: 0 10px;
        font-size: 15px;
        color: #333;
        margin: 10px 0;
}
.form-control {
        width: 70%;
        height: 36px;
        border: 1px solid #b1b1ae;
        border-radius: 3px;
        display: inline-block;
        vertical-align: middle;
        transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
        padding: 0 10px;
        font-size: 15px;
        color: #333;
        margin: 10px 0;
}
select.form-control{
	width:90%
}
.form-horizontal .form-control {
    width: 65%;
}
body, td, th, input, textarea, select, a {
    font-size: 11px;
}
p{
    margin-bottom: 8px;
    margin-top: 0;
}
ul li{
	list-style:none;
	margin-bottom:11px;
}
form {
    display: inline;
    margin: 0;
    padding: 0;
}
hr{ 
	margin-bottom: 10px;
    margin-top: 30px;
}
.radio, .checkbox {
	margin-bottom:8px;
}
.radio label, .checkbox  label{
	vertical-align:-4px;
}
.radio-inline input{
	margin-top:0
}
img{
	max-width:100%
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    margin: 4px 5px 0 0;
    position: static;
    vertical-align: -2px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:after {
	content: ' *';
	color: #F00;
	font-weight: bold;
}
.bt-boxed,.bt-hboxed,.bt-fboxed{margin: 0 auto}
.container{
	background:#fcfcfc
}
.checkbox label,.checkbox-inline{padding-left:0}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top{
	color:#fff
}
#top {
	background-color: #050404;
    padding-bottom: 8px;
    padding-top: 8px;
}
#top .container {
	padding: 0 15px;
}
#top .container >.row>div{
	padding:0
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/*header*/
#top .container, header  .container{
    background-color: transparent;
}
#bt_header>.container{height:0;}
#boss-login > ul{margin:0}
#boss-login > ul > li, #boss-login {
    color: #969696;
    float: left;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 0;
    margin-right: 4px;
}
#top .link{float:right}
#top .link a {
    margin-left: 16px;
	color: #ffffff;
    font-size: 11px;
    font-weight: 700;
}
#top .link a:hover {
	color: #969696;
}
#boss-login ul li.login-li .dropdown-menu {
    background-color: #0e0e10;
    border: medium none;
    line-height: 15px;
    opacity: 0.95;
    padding: 0 15px;
    top: 21px;
    width: 311px;
    z-index: 999;
}
#boss-login ul li.login-li .dropdown-menu .login-bor {
    margin-bottom: 20px;
    margin-top: 20px;
    overflow: hidden;
}
#boss-login ul li.login-li .dropdown-menu span {
    color: #969696;
    font-size: 11px;
    font-weight: 700;
    text-transform: none;
}
#boss-login ul li.login-li .dropdown-menu span .required{
	color:#f00
}
#boss-login ul li.login-li .dropdown-menu input {
    width: 251px;
}
#boss-login ul li.login-li .dropdown-menu  a{
	color:#969696;
	text-transform:none;
}
#boss-login ul li.login-li .dropdown-menu .login-frame .action .btn{
	float:left;
	margin-right:20px;
	margin-bottom:15px;
}
a.forgotten {
    float: left;
    font-size: 10px;
    font-weight: 700;
    margin-top: 9px;
}
#boss-login > ul > li.login-li > span {
    padding-bottom: 10px;
}
#boss-login > ul > li.login-li > span > a,#boss-login > ul > li > span > a,#boss-login a{
	color:#ffffff;
	font-size:11px;
	font-weight:700;
	
}
#boss-login > ul > li.login-li > span > a:hover,
#boss-login > ul > li > span > a:hover,
#boss-login a:hover{
	color:#969696;
}
#boss-login ul li.login-li .dropdown-menu .signup_text, #boss-login ul li.login-li .dropdown-menu .signup_text a{
	width:100%;
	color:#ffffff;
	font-size:10px;
	text-transform:uppercase;
	font-weight:700;
}
#boss-login ul li.login-li .dropdown-menu .signup_text a:hover{
	text-decoration:underline;
}
#boss-login ul li.login-li .dropdown-menu .btn span{
	color:#ffffff;
}
#boss-login ul li.login-li .dropdown-menu a:hover {
    color: #ffffff;
}
.language_currency {
    border-left: 1px solid #362d2d;
    float: right;
    margin-left: 14px;
    overflow: hidden;
    padding-left: 13px;
}
div#language {
    border-left: 1px solid #3e2d28;
    margin-left: 11px;
    padding-left: 11px;
}
#language, #currency {
    color: #ffffff;
    float: right;
    font-size: 11px;
    font-weight: 700;
    position: relative;
}
#currency a, #language a {
    color: #969696;
    font-size: 11px;
    font-weight: 700;
    margin-left: 10px;
}
#currency b, #language b {
    color: #ffffff;
    cursor: default;
    font-size: 11px;
    font-weight: 700;
}
#currency a:hover, #language a:hover {
    color: #ffffff;
}
.header-content {
    display: block;
    float: left;
    margin: 27px 0;
    width: 100%;
}
.header-content>div {
	padding:0
}
/* search */
.boss_search {
	margin-top: 16px;
    text-align: center;
	line-height:0;
}
#search {
    clear: both;
    display: inline-block;
    margin-bottom: 2px;
    position: relative;
}
#search input.form-control {
    border: 1px solid #808080;
    border-radius: 4px;
    color: #87898d;
    font-family: Arial;
    font-size: 11px;
    height: 36px;
    margin: 0;
    padding-left: 40px;
    width: 380px;
}
#search button{
	border-left:none;
	border-top:none;
	border-bottom:none;
	outline:none;
    cursor: pointer;
    left: 3px;
    position: absolute;
    top: 1px;
    z-index: 99;
	height:94%;
	width:34px;
	color:#4f5154;
	background:#fff;
	border-right:1px solid #dcdcdc;
}
#search button:hover{
	color:#000
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
.block-support, .block-support a {
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
	line-height:12px;
}
.block-support a {
    border-left: 1px solid #715954;
    margin-left: 6px;
    padding-left: 8px;
}
.block-support a:hover {
    color: #969696;
}
.theme_light .block-support a:hover {
    color: #47cbde;
}
.block-support span.title {
    color: #47cbde;
}
.block-side .side-left {
    float: left;
    margin-left: -142px;
}
.block-side .side-left,.block-side .side-right{
    position: fixed;
	z-index:1;
}
.block-side .side-right {
    float: right;
    margin-left:1183px;
}
.block-side{
	overflow:hidden;
}
.block-side img{
	max-width:none;
}
/* cart */
#cart {
    background-image: url("../image/cart.png");
    background-position: left center;
    background-repeat: no-repeat;
    float: right;
    margin-top: 15px;
    padding: 0 0 0 50px;
    position: relative;
}
#cart h4 {
    color: #47cbde;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 6px;
}
.btn-dropdown-cart {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    padding: 0;
    text-align: left;
}
#cart #cart-total {
    background-image: url("../image/arow.png");
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 15px;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
    background-color: #0e0e10;
    border: medium none;
    border-radius: 4px;
    margin-top: 0;
    min-height: 90px;
    opacity: 0.95;
    padding: 15px 15px 10px;
    top: 53px;
    width: 280px;
}
#cart .table-striped {
    margin-bottom: 15px;
	border:none
}
#cart .table-striped tr td.name {
    padding-bottom: 12px;
}
#cart .table-striped tr td {
    border-bottom: 1px solid #1d1c1c;
    padding-bottom: 5px;
    padding-top: 15px;
}
#cart .table-striped tr:first-child td {
    padding-top: 0;
}
#cart .dropdown-menu td {
    border: medium none;
    padding: 0;
    vertical-align: top;
}
.table-striped > tbody > tr:nth-child(2n+1) {
    background:transparent;
}
#cart .minicart_total{
	width:100%
}
#cart .minicart_total tr td {
    color: #646464;
    font-size: 12px;
    font-weight: 700;
    padding-bottom: 4px;
}
#cart .minicart_total tr td.last {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
}
#cart .price {
    color: #ffffff;
}
#cart .btn-danger{
	background:none;
	border:none;
	color:#d43c11;
}
#cart .btn-danger:hover{
	color:#fff;
}
#cart .image {
    margin-right: 15px;
    position: relative;
}
#cart .image img{
	width:auto;
	max-width:none;
}
#cart .buttons {
    margin-top: 12px;
    overflow: hidden;
}
#cart .buttons .btn {
    padding-left: 15px;
    padding-right: 15px;
}
#cart .buttons .checkout_bt {
    display: block;
    float: right;
    margin-bottom: 3px;
    margin-left: 10px;
}
#cart .buttons .cart_bt {
    float: right;
}
 div.text-danger{
	margin-top:-8px
}
#cart .name a:hover {
    color:#fff
}
/* menu */
.drop-grid-6-1 {
    width: 200px;
}
.dropdown {
    max-width: 1180px;
}
.menubar .container {
    padding-left: 10px;
    padding-right: 10px;
	background:transparent;
}
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.mega-menu .nav > li{
    margin-bottom: 0;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 400px;
	margin-bottom:25px;
}
/* footer */
footer {
    background-color: #030203;
    overflow: hidden;
    position: relative;
}
footer .container.top {
    background: url("../image/footer_bg.png") repeat;
}
#carousel0 {
    background: url("../image/line_shadow.png") repeat-x scroll center top #fcfcfc;
	border-radius: 0 0 4px 4px;
    margin: -10px -20px 17px;
    padding: 35px 30px 26px;
    position: relative;
}
#carousel0 .prev {
    background-image: url("../image/brand_prev.png");
    left: 0;
}
#carousel0 .prev:hover {
    background-image: url("../image/brand_prev_hv.png");
}
#carousel0 .nav_thumb {
    background-repeat: no-repeat;
    height: 47px;
    position: absolute;
    text-indent: -9999px;
    top: 33%;
    transition-duration: 0.3s;
    width: 35px;
}
#carousel0 .next {
    background-image: url("../image/brand_next.png");
    height: 47px;
    right: 0;
    transition-duration: 0.3s;
    width: 35px;
}
#carousel0 .next:hover {
    background-image: url("../image/brand_next_hv.png");
}

.staticblock-footer {
    overflow: hidden;
    padding-bottom: 20px;
}
.staticblock-footer .heading {
    margin-bottom: 20px;
    text-align: center;
}
.staticblock-footer .heading p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
}
.static_column .image {
    display: inline-block;
    overflow: hidden;
}
.static_column .image:hover img{
	transform:scale(1.1) rotate(1.5deg);
	-ms-transform:scale(1.1) rotate(1.5deg);
	-webkit-transform:scale(1.1) rotate(1.5deg);
	-moz-transform:scale(1.1) rotate(1.5deg);
	-o-transform:scale(1.1) rotate(1.5deg);
}
.static_column img{
	transition:all 0.7s ease-in-out 0s;
	-webkit-transition:all 0.7s ease-in-out 0s;
	-moz-transition:all 0.7s ease-in-out 0s;
}
.static_column .name {
    margin-bottom: 8px;
}
.static_column .name a:hover {
    color: #ffffff;
}
.static_column .description {
    background: url("../image/small_line.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    padding-top: 10px;
}
.static_column .description p {
    color: #a0a0a0;
    margin-bottom: 12px;
}
.static_column .readmore a {
    color: #646464;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}
.static_column .readmore a:hover {
	text-decoration:underline;
}
footer .container.content {
    background: url("../image/footer_bg2.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #3c393c;
}
footer > .container {
    overflow: hidden;
}
.footer_column {
    padding-bottom: 26px;
    padding-top: 20px;
}
footer .column h3 {
    color: #47cbde;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 0;
    text-transform: none;
}
.footer_column ul li a{
	margin-bottom:3px;
	color:#a0a0a0;
	transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
}
.footer_column .column a:hover {
    color: #47cbde;
}
.footer_column ul li {
    margin-bottom: 3px;
}
.footer-contact {
    border-bottom: 1px solid #353435;
    margin-bottom: 16px;
    padding-bottom: 9px;
}
.footer-about p, .footer-contact p {
    color: #a0a0a0;
}
.footer-contact .contact-us span {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.footer-social ul li {
    display: inline;
    margin-right: 6px;
}
.footer-social ul li a {
    background: none repeat scroll 0 0 #efefef;
    border-radius: 100%;
    display: inline-block;
    height: 32px;
    text-align: center;
    transition-duration: 0.3s;
    width: 32px;
}
.footer-social ul li a i {
    color: #ffffff;
    font-size: 18px;
    line-height: 32px;
}
.footer_column .column .footer-social ul li a:hover {
    background: none repeat scroll 0 0 #000000;
	padding-left:0
}
.footer-social .facebook {
    background-color: #39599f;
}
.footer-social .twitter {
    background-color: #45b0e3;
}
.footer-social .google {
    background-color: #333333;
}
.footer-social .pinterest {
    background-color: #cc2127;
}
.footer-social .vimeo {
    background-color: #7edde8;
}
.footer-social .rss {
    background-color: #f8bc2e;
}
.footer-social .youtube{
	background-color: #c52a59;
}
footer .container.bottom {
    background: url("../image/bg_footer3.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.powered-payment .payment {
    margin-top: 0px;
    text-align: right;
}
.powered-payment ul li {
    display: inline;
}
.powered-payment ul li + li {
    margin-left: 7px;
}
.payment img:hover {
    opacity: 0.7;
}
.powered-payment {
    padding-bottom: 15px;
    padding-top: 20px;
}
.powered p {
    color: #a0a0a0;
}
.powered span {
    display: block;
}
.powered a {
    color: #a0a0a0;
	text-decoration:underline;
}
.powered a:hover{
	color:#fff;
	text-decoration:none
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
    border: 1px solid #f8acac;
    border-radius: 5px;
    font-size: 15px;
}
.alert-success {
	border-color: #d6e9c6;
}
.pagination-results {
	display: inline-block;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
	margin-top:20px;
}
.pagination-results .results{
	color: #a0a0a0;
    font-size: 10px;
    font-weight: 700;
    margin-top: 9px;
    text-transform: uppercase;
}
.pagination-results .pagination{
	margin:0
}
.pagination-results .pagination>li>span,
.pagination-results .pagination>li>a{
	border-color:transparent;
	color:#a0a0a0; 
	margin-right:15px;
	padding:0;
	font-size:10px;
	line-height:12px;
	
}
.pagination-results .pagination>li.active>span,.pagination-results .pagination>li>a:hover,
.pagination-results .pagination>li>a:focus {
	background:transparent;
	color:#202020;
	border-color:transparent;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	text-transform:uppercase;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color:#000;
	border-bottom:1px solid #cacaca;
	border-top:2px groove  rgba(50,50,50,0.1);
	border-left:1px solid #cacaca;
	border-right:1px solid #cacaca;
	background: rgb(251,251,251); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(251,251,251,1) 2%, rgba(247,245,245,1) 49%, rgba(242,240,240,1) 53%, rgba(239,239,239,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgba(251,251,251,1)), color-stop(49%,rgba(247,245,245,1)), color-stop(53%,rgba(242,240,240,1)), color-stop(100%,rgba(239,239,239,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(251,251,251,1) 2%,rgba(247,245,245,1) 49%,rgba(242,240,240,1) 53%,rgba(239,239,239,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(251,251,251,1) 2%,rgba(247,245,245,1) 49%,rgba(242,240,240,1) 53%,rgba(239,239,239,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(251,251,251,1) 2%,rgba(247,245,245,1) 49%,rgba(242,240,240,1) 53%,rgba(239,239,239,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(251,251,251,1) 2%,rgba(247,245,245,1) 49%,rgba(242,240,240,1) 53%,rgba(239,239,239,1) 100%); /* W3C */

}
.btn-primary:hover {
    color: #ffffff;
}
.btn:hover {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: linear-gradient(to bottom, rgba(193, 69, 30, 1) 1%, rgba(158, 44, 9, 1) 42%, rgba(133, 33, 7, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #c7441e #90280a #90280a;
    border-image: none;
    border-right: 1px solid #90280a;
    border-style: groove solid solid;
    color: #ffffff;
    text-decoration: none;
}
.btn-warning {
	color: #ffffff;
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
.warning {
    background: url("../image/warning.png") no-repeat scroll 10px center #ffd1d1;
    border: 1px solid #f8acac;
    border-radius: 5px;
    position: relative;
	padding: 10px 10px 10px 33px;
}
.close{
	font-size:20px;
	line-height:16px;
}
/*Quick shop*/
.btn-quickshop{
	position:absolute;
	z-index:1
}
button.sft_quickshop_icon {
    background-image: url("../image/qs.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 25px;
    text-indent: -9999px;
    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: 92px;
    z-index: 900;
	border:none; 
	border-radius:4px
}
button.sft_quickshop_icon:hover{
	 background-image: url("../image/qs_hv.png");
}
.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);
}
.modal-header h1{margin-bottom:0}
.image-additional li {
    float: left;
    margin: 5px;
    text-align: center;
    vertical-align: top;
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/*breadcrumb*/
.breadcrumb {
    background-color: #f1f1f1;
    background-image: url("../image/breadcrum_bg.png");
    background-position: center bottom;
    background-repeat: repeat-x;
    margin-bottom: 24px;
    margin-left: -20px;
    margin-right: -20px;
    padding-bottom: 11px;
    padding-left: 20px;
    padding-top: 11px;
    position: relative;
}
.breadcrumb a {
    color: #787878;
    font-size: 10px;
    font-weight: 700;
}
.breadcrumb > li + li:before{
	display:none
}
.breadcrumb > li +li {
    background: url("../image/breadcrum.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    margin-left: 7px;
    padding-left: 15px;
}
.breadcrumb > li:last-child a {
    color: #202020;
    cursor: default;
}
.breadcrumb  a:hover {
    color: #202020;
    cursor: pointer;
}
/* product list */
.category-info {
    margin-bottom: 30px;
    overflow: hidden;
}
.category-info h1 {
    margin-bottom: 12px;
}
.category-info .image {
    border: 1px solid #e5e5e5;
    float: left;
    margin-right: 15px;
	margin-top:3px;
}
.category-list ul {
    margin-bottom: 0;
    margin-right: 14px;
    padding-left: 0;
}
.category-list ul li {
    margin-bottom: 8px;
}
.product-layout {
	transition:all 0.6s ease 0s;
	-moz-transition:all 0.6s ease 0s;
	-webkit-transition:all 0.6s ease 0s;
	/*padding-top:10px;
	padding-bottom:10px;*/
	
}
/*.product-layout:hover{
	background:#fcfcfc;
	box-shadow:0 0 30px rgba(0,0,0,0.3)
}*/
div.image {
    position: relative;
	margin-bottom:10px;
}
div.name {
    margin-bottom: 6px;
}
.product-thumb {
	overflow: hidden;
	margin-bottom: 53px;
}
.product-thumb .image {
	text-align: center;
	overflow:hidden
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	transition: all 0.5s linear 0s;
	-webkit-transition:all 0.5s linear 0s;
	-moz-transition:all 0.5s linear 0s;
}
.product-thumb .image:hover img {
	transform: scale(1.2);
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
}
.product-grid .product-thumb .image {
	float: none;
}

.product-grid .button-group,.product-grid .caption {
    text-align: center;
}

@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
		padding: 0 10px;
		width:20%;
		margin-right: 20px;
		margin-top: 4px;
		
	}
	.product-thumb h4 {
		font-weight: bold;
	}
	.product-thumb .caption {
		margin-bottom:16px
	}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-list .product-thumb .image >a{
	display:block;
	overflow:hidden;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
div.rating {
    margin-bottom: 9px;
}
.rating .fa-stack{
	font-size: 5px;
	height:14px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 11px;
}
.rating .fa-star {
	color: #e34f20;
	font-size: 11px;
}
.rating .fa-star + .fa-star-o {
	color: #e34f20;
}
h2.price {
	margin: 0;
}
.product-thumb .price-tax {
    color: #646464;
    font-size: 11px;
    font-weight: 400;
	display:block;
}
.product-grid .cart, .product-list .cart, .relt_product .cart {
    margin-bottom: 9px;
}
.product-list .description {
    margin-top: 15px;
}
.caption {
    margin-bottom: 16px;
    margin-left: 10px;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.compare:after {
    content: "/";
}
.compare {
    margin-right: 2px;
}
.wishlist, .compare {
    display: inline-block;
    margin-bottom: 3px;
}
.product-grid .btn-cart {
    width: 100%;
}
.product-list .btn-cart {
    padding-left: 44px;
    padding-right: 44px;
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
	text-align:center;
	margin-bottom:30px
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional li a:hover img{
	opacity:0.7;
}
.thumbnails .image-additional {
	float: left;
    margin: 5px;
    text-align: center;
    vertical-align: top;
}
.box {
    margin-bottom: 41px;
    overflow: hidden;
}
.box .box-heading {
    background-color: #1e1e1e;
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    padding: 25px 10px 5px;
}
.box .box-content {
    padding: 14px 10px 20px;
}
.box .box-content ul li {
    margin-bottom: 5px;
}
.box .box-content ul li a {
    color: #646464;
}
.box .box-content ul li a.active, .box .box-content ul li a:hover,.box .box-content ul li.active a {
    color: #202020;
    font-weight: 700;
}
.box .box-content ul li a.active,.box .box-content ul li.active a {
   cursor:default;
}
.box .box-content ul li a.active{ font-size: 14px;}
.box .box-content ul li ul {
    margin-bottom: 7px;
    margin-left: 10px;
    margin-top: 5px;
}
.bt-manufacturer select {
    margin-top: 10px;
    width: 100%;
	height:25px;
}
.box .box-content .list{margin-bottom:10px}
.box .box-content .list a{font-weight:700}
/* box products */
.box .box-product .image {
	display: inline;
    float: left;
   
    margin-right: 15px;
    position: relative;
	margin-bottom:10px;
}
.box .box-product .image{
	margin-top:3px;
	margin-bottom:5px;
}

.box  .box-product .image img{
	width:100%;
}

.box .box-product > div{
	overflow:hidden;
}
.box .box-product > div + div{
	
	margin-top:20px;
	border-top:1px solid #e6e6e6;
	padding-top:20px;
}
.box-product .prod-detail{
	overflow:hidden;
	min-width:48%;
	margin-bottom:5px;
}

.box-product .rating {
	display: block;
	margin-bottom: 4px;
}
/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3{
       width: 100%;
    }
    #column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }
    #column-left + #content + #column-right .product-layout .col-md-3{
       width: 100%;
    }
    #content + #column-right .product-layout .col-md-3{
       width: 100%;
    }
}
/*product category*/
.name > a, .article-name a, .box .article-title, .box .comment-title,#cart .dropdown-menu .description, .table tbody td.name a {
    color: #47cbde;
    font-family: Arial;
    font-size: 12px;
    font-weight: 700;
}
.name > a:hover, .article-name a:hover, .box .article-title:hover, .box .comment-title:hover, .dropdown-menu-inner .column.product .name a:hover,.table tbody td.name a:hover {
    color: #ea5210;
}
.price {
    color: #202020;
    font-family: Arial;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 3px;
}
.price-old {
    color: #808080;
    margin-right: 8px;
    text-decoration: line-through;
	
}
.price-new {
    color: #a92e0b;
	font-weight: 700;
}
.block-cate-page {
    border-radius: 10px;
    margin-bottom: 20px;
    margin-top: 3px;
    overflow: hidden;
}
.block-cate-page a {
    display: block;
    overflow: hidden;
    position: relative;
}
.block-cate-page span {
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transform: none;
    width: 100%;
}
.block-cate-page img{
	width:100%;
}
.block-cate-page a > img{
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1); 
	transition: all 3s ease 0s;
}
.block-cate-page:hover a > img{
	transform: scale(1.3) rotate(3deg);
-ms-transform: scale(1.3) rotate(3deg);
-webkit-transform: scale(1.3) rotate(3deg);
}
.product-filter{
    margin-top: 30px;
    overflow: hidden;
	margin-bottom:20px
}
.display_box {
    background-color: #f1f1f1;
    border: 1px solid #dadada;
    border-radius: 3px;
    display: block;
    float: left;
    padding: 7px 7px 5px;
    width: 100%;
	margin-bottom: 17px;
}
.display_box +p{margin-bottom:0}
.product-filter .display {
    float: right;
    margin-top: 4px;
}
.limit-sort {
    float: right;
    margin-left: 18px;
}
.product-filter .box_sort {
    float: right;
    margin-left: 12px;
}
.product-filter .box_limit{
	float: right;
}
.product-filter .limit-sort .control-label{
	font-size: 10px;
    font-weight: 700;
    margin-right: 7px;
    text-transform: uppercase;
}
.product-filter .box_sort select, .product-filter .box_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: #646464;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    margin: 0 0 2px;
    outline: medium none;
    padding: 4px 15px 3px;
    width: 170px;
}
.product-filter .box_sort label +label, .product-filter .box_limit label +label{
	position:relative
}
.product-filter .box_sort label+label:after, .product-filter .box_limit label+label:after, .article-filter .sort label+label:after, .article-filter .limit label+label:after {
    border-bottom: 1px solid #DDDDDD;
    color: #AAAAAA;
    padding: 0 0 2px;
    pointer-events: none;
    position: absolute;
    right: 8px;
    top: 2px;
}
.product-filter .box_sort label+label:before,
.product-filter .box_limit label+label:before,
.article-filter .sort label+label:before,
.article-filter .limit label+label:before,
.b_manufacture label+label:before{
    content:'';
    right:4px; 
	top:-5.5px;
    width:24px; 
	height:22px;
    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;
}
.article-filter .sort label+label:before{
	right: 1px;
    top: -6.5px;
}
.display_box .display button{
	background:none;
	color:#d9d9d9;
	border:none; 
	box-shadow:none;
}
.display_box .display button i{
	line-height:18px
}
.display_box .display button:hover,.display_box .display button.active{
	color:#000; 
	box-shadow:none
}
.product-filter + p{margin-bottom:20px}
a#compare-total{
	color: #202020;
    font-size: 14px;
    font-weight: 700;
}
.product-grid {
    display: inline-block;
    float: none !important;
    margin-right: -3px;
    vertical-align: top;
}
.product-grid .description {
    display: none;
}
.compare a {
    padding-right: 6px;
}
.compare a:hover, .wishlist a:hover {
    color: #505050;
    text-decoration: underline;
}
.manufacturer-heading {
    background: none repeat scroll 0 0 #f8f8f8;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 6px;
    padding: 5px 8px;
}
#button-search{
	margin:20px 0
}
#content>.content .form-control{
	width:40%
}
#content>.content .checkbox-inline{
	line-height:22px
}
/*product info*/
.product-info {
    margin-bottom: 80px;
}
.product-info h1 {
    color: #12b3cb;
    font-size: 22px;
    margin-bottom: 17px;
    margin-top: 0;
}
.image-additional{
	position:relative
}
.image-additional .caroufredsel_wrapper{margin:0 !important}
.bosszoomtoolbox>.thumbnails li >div{
	text-align:center;
	margin-bottom:20px
}
.bosszoomtoolbox>.image-additional>a {
	width:17px;
	height:17px;
	color:#fff;
	background:#000;
	border:1px solid #000;
	text-align:center;
	letter-spacing:-2px;
	position:absolute;
	top:-25px;
}
.image-additional li a {
    border: 1px solid #e6e6e6;
    display: inline-block;
}
.image-additional>a:hover{
	background:#fff;
	color:#000;
}
.image-additional .prev {
    right: 18px;
}
.image-additional .next {
    right: 0;
}
.product-info .btn-cart {
    margin-top: 10px;
	margin-bottom: 14px;
	display:block
}
.product-info .review {
    margin-bottom: 9px;
    overflow: hidden;
}
.product-info .review .rating {
    margin-right: 80px;
	margin-bottom:0;
}
.product-info .review > div {
    float: left;
}
.product-info .review a {
    color: #202020;
}
.product-info .review a:hover {
    text-decoration: underline;
}
.product-info .description {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 26px;
    padding-bottom: 26px;
}
.product-info .description ul li{
	margin-bottom:0
}
.product-info .stock {
    color: #1eb500;
    font-weight: 400;
}
.product-info .options {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 6px;
}
.product-info .options .form-group {
    margin-bottom: 24px;
    margin-top: 24px;
}
.product-info .radio,.product-info .checkbox {
    margin-bottom: 13px;
}
.product-info .cart {
    margin-top: 24px;
}
.product-info .price, .product-info .price-new {
    color: #3daebe;
    display: block;
    line-height: 25px;
}
.product-info .price, .product-info .price-new {
    font-size: 30px;
    font-weight: 700;
}
.product-info .price-old {
    color: #808080;
    font-size: 20px;
    font-weight: 700;
}
.input-group.date button.btn-default, .input-group.time button.btn-default, .input-group.datetime button.btn-default{
	height:24px; 
	border: 1px solid #e6e6e6;
	vertical-align:top;
	margin-top:6px; 
	background:#fff; 
	font-size: 12px;    
	padding: 3px 12px; 
	border-left:none;
	color:#000;
	margin-left:0;
}
.options .btn.btn-primary{
	display:block;
	margin-top:8px;
	margin-bottom:10px;
}
.input-group.date, .input-group.time,.input-group.datetime{width:90%}
.product-info .select_number {
    position: relative;
    width: 43px;
}
.product-info .select_number .form-control {
    border-radius: 0;
    padding-left: 12px;
    padding-right: 0;
    width: 43px;
    height: 24px;
}
.product-info .increase {
    background: url("../image/increase.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
    border: medium none;
    height: 10px;
    padding: 0;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 11px;
    width: 23px;
}
.product-info .decrease {
    background: url("../image/decrease.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
    border: medium none;
    height: 10px;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 21px;
    width: 23px;
}
.product-info  .checkbox > label {
    padding-left: 0;
}
.product-info .quantily_info {
    margin-bottom: 10px;
}
.product-info .price_info {
    margin-bottom: 16px;
}
.product-related {
    margin-top: 60px;
}
.product-related h2,.article-related h3, #product-related h2, .comments h3{
	font-size:14px;
	color:#ffffff;
	font-weight:700;
	background-color:#1e1e1e;
	border-radius:4px;
	padding:9px 20px 10px;
	margin-bottom:20px;
	text-transform:none;
}
#product-related .list_carousel li,
.product-related .list_carousel li {
     display: inline-block;
    float: none;
    margin-left: 0;
    margin-right: -3px;
   text-align:center;
    vertical-align: top;
	max-width:192px;
}
.product-related .content-products .image,#product-related .box-product .image{
	display:inline-block;
	margin-right:5px;
	margin-left:5px;
	float:none;
}
.product-related .content-products .image img{width:100%}
.product-related .content-products .caption{margin-right:10px}
#product-related .nav_thumb,
.product-related .nav_thumb,
.home_filter_content .next,
.home_filter_content .prev{
	width:26px;
	height:20px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	opacity:1;
	transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	
}
#product-related .prev, .product-related .prev, .home_filter_content .prev {
    background-image: url("../image/prev.png");
	margin-right:-4px;
}
#product-related .next, .product-related .next, .home_filter_content .next {
    background-image: url("../image/next.png");
    transition-duration: 0.3s;
}
.product-related .carousel-button{
	margin-bottom:20px;
	text-align:right
}
.htabs {
    line-height: 16px;
    margin-bottom: 15px;
    overflow: hidden;
    width: 100%;
	border: 1px solid #e6e6e6;
    border-radius: 4px;
}	
.htabs ul li {
    display: inline-block;
    margin: 0 -3px -5px 0;
    overflow: hidden;
}
.htabs ul li >a {
    font-size: 14px;
    font-weight: 700;
    padding: 8px 15px 9px;
	float:left;
}
.htabs ul li + li a {
    border-left: 1px solid #e6e6e6;
}
.htabs ul> li.active a, .htabs ul>li a:hover,.htabs ul> li a:focus  {
    background-color: #1e1e1e;
    color: #ffffff;
    font-weight: 700;
	border-radius:0;
}
#tab-description .full{
	margin-bottom: 20px;
    overflow: hidden;
    width: 100%;
}
#tab-description p.image {
    margin-bottom: 37px;
}
#tab-description .second_image {
    margin-bottom: 35px;
    overflow: hidden;
}
#tab-description .second_image img {
    float: left;
    margin-right: 38px;
    margin-top: 3px;
}
#tab-attribute{margin-bottom:20px}
.attribute {
    border-collapse: collapse;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin-bottom: 20px;
    width: 100%;
}
.attribute thead td, .attribute thead tr td:first-child {
    background: none repeat scroll 0 0 #f7f7f7;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}
.attribute td {
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    color: #4d4d4d;
    padding: 7px;
    text-align: center;
    vertical-align: top;
}
.attribute tr td:first-child {
    color: #000000;
    font-weight: bold;
    text-align: right;
    width: 20%;
}
.review-list {
    border: 1px solid #eee;
    margin-bottom: 40px;
    overflow: auto;
    padding: 10px;
}
.review-list .author {
    float: left;
    margin-bottom: 20px;
}
.review-list .rating {
    float: right;
    margin-bottom: 20px;
}
.review-list .text {
    clear: both;
}
.review-list + .pagination{
	display:none;
}
.help-block .text-danger{color:#ff0000}
.help-block{margin-top:10px;margin-bottom:0}
#tab-review  .form-group input[type="text"],#tab-review  .form-group textarea {margin-bottom:0; width:43%}
/*compare*/
.compare-infomation {
    margin-bottom: 32px;
    overflow-x: auto;
    overflow-y: hidden;
}
.compare-info {
    border-collapse: collapse;
    border-left: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    margin-bottom: 20px;
    width: 100%;
}
.compare-info thead td, .compare-info thead tr td:first-child {
    text-align: left;
}
.compare-info tr td:first-child {
    color: #202020;
    font-size: 10px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
}
.compare-info tbody td {
    padding: 15px 20px 17px;
}
.compare-info td {
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    padding: 12px 20px 13px;
    text-align: left;
    vertical-align: top;
    width: 20% !important;
}
.compare-info td.model {
	text-transform: uppercase;
}
.compare-info  div.remove{
	margin-left:10px;
	color: #b53009;
	float:right;
	margin-top:7px;
	text-align:center;
}
.compare-info  .remove{
	color: #b53009;
}
.compare-info .remove:hover{
	color: #000;
}
.button_cp{
	float:left;
	margin-bottom:6px
}
.wishlist_cp{clear:both}
.compare-info td.stock {
    color: #63bf00;
}
.compare-info td.price {
    font-size: 30px;
    vertical-align: middle;
}
.compare-info td.text_price_cp {
    vertical-align: middle;
}
.compare-info tbody td  img {
    max-width: 187px;
    width: 100%;
}
/*cart*/
table td.image img{
	max-width:none;
}
.wishlist-info thead td, .cart-info thead td{
	text-align: center;
}
.wishlist-info thead td, .cart-info thead td, .checkout-product thead td, table.table thead td{
    background-color: #f1f1f1;
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    color: #202020;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
	padding: 15px 20px;
}
.cart-info{margin-bottom:40px}
.cart-info thead .image, .wishlist-info thead .image, .checkout-product thead .name, .wishlist-info thead td.name, .cart-info thead td.name{
    text-align: left;
}
.cart-info table, table.table {
    border-collapse: collapse;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    margin-bottom: 15px;
    width: 100%;
}
.cart-info tbody td, .wishlist-info tbody td{
	text-align: center;
}
.cart-info tbody td, .wishlist-info tbody td, table.table tbody td {
    border-bottom: 1px solid #dddddd;
	border-right:1px solid #e1e1e1;
    vertical-align: top;
}
table.table tfoot td {
	border-bottom: 1px solid #dddddd;
}
.cart-info tbody .name, .wishlist-info tbody .name {
    color: #a0a0a0;
    padding-left: 20px;
    text-align: left;
}
.cart-info td.image{
	margin-bottom:0;
	border-top:none;
	
}
.cart-info tbody .remove .btn, .wishlist-info tbody .remove .btn{
	background:none;
	border:none;
	color:#f05d46;
	outline:none;
}
.cart-info tbody .remove .btn:hover, .wishlist-info tbody .remove .btn:hover{
	color:#000;
	box-shadow:none
}
.cart-info tbody .remove .btn i, .wishlist-info tbody .remove .btn i{
	font-size:20px;
}
.cart-info .table > tbody > tr > td, .wishlist-info .table > tbody > tr > td, .checkout-product .table > tbody > tr > td {
    padding-bottom: 14px;
    padding-top: 14px;
	vertical-align:middle
}
.input-group .form-control:first-child{
	border-radius:0;
	float:none
}
.cart-info tbody td.quantity .btn{
	background:none;
	border:none;
	color:#000;
	outline:none;
	padding:10px;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
}
.cart-info tbody td.quantity .btn:hover{
	transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
}
.cart-info tbody .quantity input[type="text"] {
    cursor: pointer;
    display: inline;
    height: 25px;
    margin: 0 7px 0 0;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    top: 0;
    vertical-align: middle;
    width: 60px;
}
.cart-info tbody .model, .wishlist-info tbody .model, .checkout-product tbody .model {
	text-transform: uppercase;
}
h2.text_next_cart {
    font-size: 20px;
    font-weight: 700;
	color:#1e1e1e
}
.cart-module .form-control {
    width: 30%;
}
.cart-module .btn,.cart-module .input-group{
    display:block;
}
.cart-module .btn{
	margin-top:12px
}
.cart-total {
    margin-bottom: 15px;
    overflow: hidden;
}
.cart-total table {
	width:auto;
	float:right; 
	border:none;
}
.cart-total .table td{
	border:none;
	vertical-align:middle;
	padding:3px;
}
.cart-total td.left b {
    color: #202020;
    font-weight: 400;
    margin-right: 44px;
}
.cart-total td.right {
    color: #202020;
    text-align: right;
}
.cart-total td.right.last {
    color: #47cbde;
    font-size: 30px;
}
/*checkout*/
.login-content .right .btn.btn_red{
	float: left;
	margin-right: 20px;
}
.form-control:focus, .form-control:hover {
    background-color: #fffcee;
    border-color: #dcd194;
    outline: 0 none;
}
.checkout .panel-default {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
}
.panel-default > .panel-heading {
    background-color: #202020;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    padding: 7px 55px 7px 20px;
    position: relative;
	border-radius:0
}
.checkout .panel-default > .panel-heading {
	margin-bottom:14px;
}
.panel-default > .panel-heading h4,.panel-default > .panel-heading h4 a{
	color: #ffffff;
    font-size: 16px;
    font-weight: 700;
} 
.checkout .panel-group .panel-heading + .panel-collapse > .panel-body {
    border: none;
	padding:0;
	margin-bottom:50px
}
.checkout .login-content input[type="radio"] {
    margin-left: 4px;
    vertical-align: -1px;
}
.checkout .panel-group .panel-heading + .panel-collapse > .panel-body  .form-control {
    width: 90%;
} 
.checkout .panel-group .panel-heading + .panel-collapse > .panel-body .form-horizontal.required .form-control{
	width:55%
}
.login-content .left{
	padding-right:30px
}
.login-content .right {
    border-left: 1px solid #e5e5e5;
    padding-left: 40px;
}
.checkout-content .login-content .right {
    padding-left: 30px;
}
.buttons a.agree b {
    color: #202020;
    font-weight: 700;
}
.buttons a.agree:hover b {
    text-decoration:underline;
}
#shipping-new .form-control, #payment-new .form-control,#payment-existing >select,#shipping-existing>select{
	width:50%
}
.checkout-product table.table {
    border-collapse: collapse;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    margin-bottom: 20px;
    width: 100%;
}
.checkout-product .table tbody td {
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    vertical-align: top;
}
#collapse-checkout-confirm .cart-total table{
    border: medium none;
    margin-top: 0;
	width:auto; 
	float:right
}
#collapse-checkout-confirm .cart-total table td.left{
	text-align:left
}
.buttons  .pull-right .btn_red, .payment .btn {
    font-size: 16px;
    padding: 9px 70px 11px;
    text-transform: none;
}
.wishlist-info td, .checkout-product td {
    padding: 7px;
    text-align: center;
}
.checkout-product tbody .name {
    text-align: left;
    width: auto;
}
.buttons {
    clear: both;
    margin: 0;
    overflow: hidden;
}
.cart-total td{padding:3px}
.checkout-cart .modal-dialog{
	z-index: 9999;
}
fieldset#account {
    margin-bottom: 20px;
	padding-left:0
}
fieldset#address{
	padding-right:0
}
.form-horizontal fieldset#account .form-control,.form-horizontal fieldset#address .form-control{
	width:85%
}
fieldset>fieldset>h2{
	margin-top:30px
}
/*wishlist*/
.wishlist-info table {
    border-collapse: collapse;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    margin-bottom: 20px;
    width: 100%;
}
.cart-info tbody .stock, .wishlist-info tbody .stock {
    color: #63bf00;
}
/*my account*/
.account-list{
	margin-bottom:30px;
}
.btn.btn-info{
	background:none;
	border:none;
	color:#000
}
.btn.btn-info:hover{
	color:#136b7a
}
.register label.control-label{
	color: #202020;
}
.register .payment{
	margin-top:10px
}

.btn.btn-return{
	padding:5px 10px;
}
.btn-cart.btn-reoder{
	padding:5px 12px;
}
form.return_form .input-group.date .input-group-btn {
    display: inline-block;
	vertical-align:top;
}
form.return_form .input-group.date {
    width: 93%;
}
#content>h2 +ul{margin-bottom:20px}
/*site map*/
.sitemap-info ul li > ul {
    margin-top: 6px;
    padding-left: 20px;
}
/*home page*/
.block-home-featured {
    float: left;
    margin-bottom: 15px;
    width: 100%;
}
.block-home-featured .feature_heading {
    background: url("../image/line_shadow.png") repeat-x scroll center top rgba(0, 0, 0, 0);
    margin-bottom: 20px;
    padding-top: 28px;
    text-align: center;
	margin-left:-15px;
	margin-right:-15px;
}
.block-home-featured .feature_heading .title {
    color: #202020;
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 3px;
}
.block-home-featured .feature_heading .text_tt {
    display: block;
}
.block-home-featured .feature_heading .text_tt span {
    color: #202020;
    font-size: 10px;
    text-transform: uppercase;
}
.feature_content .heading-title h3{
	margin:0;
	position:relative;
	z-index:1;
	font-size:14px;
	color:#ffffff;
	float:left;
	font-weight:700;
	text-transform:none;
	
}
.feature_content .heading-title a{
	position:relative;
	z-index:1;
	float:right;
	font-size:13px;
	color:#ffffff;
	
	font-weight:700;
	text-transform:none;
}
.feature_content .heading-title{
	margin-bottom:20px;
}
.feature_content .block-1 .heading-title{
	background:url(../image/flatform_line_1.png) repeat;
	position:relative;
	height:40px;
	border-radius:4px;
	padding:10px;
}
.feature_content .block-2 .heading-title{
	background:url(../image/flatform_line_2.png) repeat;
	position:relative;
	height:40px;
	border-radius:4px;
	padding:10px;
}
.feature_content .block-3 .heading-title{
	background:url(../image/flatform_line_3.png) repeat;
	position:relative;
	height:40px;
	border-radius:4px;
	padding:10px;
}
.feature_content .block-1 .heading-title:before{
	background:url(../image/flatform_line_12.png) no-repeat;
	width:116px;
	height:40px;
	position:absolute;
	content:"";
	top:0;
	left:0;
	z-index:0;
}
.feature_content .block-2 .heading-title:before{
	background:url(../image/flatform_line_22.png) no-repeat;
	width:116px;
	height:40px;
	position:absolute;
	content:"";
	top:0;
	left:0;
	z-index:0;
}
.feature_content .block-3 .heading-title:before{
	background:url(../image/flatform_line_32.png) no-repeat;
	width:116px;
	height:40px;
	position:absolute;
	content:"";
	top:0;
	left:0;
	z-index:0;
}
.feature_content .heading-title:after{
	width:100px;
	height:40px;
	background:url(../image/shopall.png) no-repeat 50% 50%;
	display:block;
	position:absolute;
	right:0;
	top:0;
	content:"";
	border-radius:4px;
}
.feature_content .block-1 .shop-platform .btn{
	border-top:2px groove #84cc50;
	border: 1px solid #84cc50
	background: #88d053; /* Old browsers */
	background: -moz-linear-gradient(top,  #88d053 0%, #7bc147 41%, #45872e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88d053), color-stop(41%,#7bc147), color-stop(100%,#45872e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #88d053 0%,#7bc147 41%,#45872e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #88d053 0%,#7bc147 41%,#45872e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #88d053 0%,#7bc147 41%,#45872e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #88d053 0%,#7bc147 41%,#45872e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88d053', endColorstr='#45872e',GradientType=0 ); /* IE6-9 */

}
.feature_content .btn{
	width:90%;
	margin-bottom:2px;
	padding-left:10px;
	padding-right:10px;
}
.feature_content .description {
	text-align:right;
}
.feature_content .description .price{
	line-height:22px;
	font-size:26px;
	margin-bottom:8px;
}
.feature_content .one-product{
	background:url(../image/feature_bg.png) no-repeat bottom;
	padding-bottom:30px;
}
.block-home-custom .shopkinect{
	text-align:right;
}

.block-home-custom{
	margin-bottom:30px;
	overflow:hidden;
	float:left;
	width:100%;
}
.block-home-featured{
	margin-bottom:15px;
	
	float:left;
	width:100%;
}
.boss_slider {
    float: left;
    overflow: hidden;
    width: 100%;
	position:relative
}
.slideshow_control {
    background: url("../image/slide_arr_bg.png") no-repeat;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    width: 125px;
    z-index: 990;
}
.block-home-slider {
    background-color: #000000;
    height: 50px;
    position: relative;
    width: 50%;
    z-index: 21;
	margin-bottom:-50px;
	margin-left:-10px;
}
.block_slide_content {
    height: 50px;
    overflow: hidden;
    padding-left: 10px;
}
.block-home-slider .temp {
    background: url("../image/block_slide.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 50px;
    position: absolute;
    right: -50px;
    text-indent: -9999px;
    top: 0;
    width: 50px;
}
.block-home-slider li {
    margin-bottom: 0;
    padding-top: 11px;
}
.block-home-slider a {
    color: #47cbde;
    font-size: 14px;
    font-weight: 700;
    line-height: 15px;
}
.block-home-slider span {
    color: #a0a0a0;
    display: block;
}
.block-home-slider a:hover {
    color: #ea5210;
}
.boss_homefilter_tabs{
	clear:both;
}
#boss_homefilter_tabs0.boss_homefilter_tabs_left {
    margin-left: -20px;
    position: relative;
    z-index: 9;
    border-right: 1px solid #dddddd;
    border-radius: 0px 5px 0px 0px;
        background: #FFFFFF; /* Old browsers */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20201f', endColorstr='#1f1f1f',GradientType=0 ); /* IE6-9 */

}
.class_font_left {
    margin-bottom: -40px;
    font-size: 20px;
}
#boss_homefilter_tabs0.boss_homefilter_tabs {
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
    z-index: 9;
}
.boss_homefilter_tabs  .tabs_container{
        text-align: center;
        height:40px;
        line-height:38px;
        border-top:1px solid #2b2b2b;
        margin-bottom:30px;
        background: #20201f; /* Old browsers */
        background: -moz-linear-gradient(top,  #20201f 0%, #1f1f1f 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#20201f), color-stop(100%,#1f1f1f)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #20201f 0%,#1f1f1f 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #20201f 0%,#1f1f1f 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #20201f 0%,#1f1f1f 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #20201f 0%,#1f1f1f 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20201f', endColorstr='#1f1f1f',GradientType=0 ); /* IE6-9 */
}
.tabs_container_product{
        text-align: center;
        height:40px;
        line-height:38px;
        margin-bottom:30px;
        background: #FFFFFF; /* Old browsers */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20201f', endColorstr='#1f1f1f',GradientType=0 ); /* IE6-9 */
       background: linear-gradient(to bottom, #e6e6e6 0%, #ffffff 50%, #f0f0f0 51%, #f4f4f4 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #202020;
    cursor: default;
    position: relative;

}

.boss_homefilter_tabs  .tabs_container ul li{
	display: inline-block;
    margin-bottom: 0;
    margin-right: -4px;
}
.boss_homefilter_tabs  .tabs_container ul li a{
	color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    margin-right: 5px;
    padding: 13px 20px;
}
.boss_homefilter_tabs  .tabs_container ul li a:hover{
	 color: #47cbde;
}
.boss_homefilter_tabs  .tabs_container ul li.active a{
	background: linear-gradient(to bottom, #e6e6e6 0%, #ffffff 50%, #f0f0f0 51%, #f4f4f4 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 5px 5px 0 0;
    color: #202020;
    cursor: default;
    position: relative;
}
.hide-on-desktop{
	display:none
}
.boss_homefilter_tabs .content_tabs0 ul li{
	display: inline-block;
    min-height: 330px;
    vertical-align: top;
    z-index: 99999;
}
.boss_homefilter_tabs .content_tabs0 .prev,.boss_homefilter_tabs .content_tabs0 .next {
	position:absolute;
	top:2px;
	
}
.boss_homefilter_tabs .content_tabs0 .prev i,.boss_homefilter_tabs .content_tabs0 .next i {
	font-size:32px;
	line-height:34px
}
.boss_homefilter_tabs .content_tabs0 .prev:hover ,.boss_homefilter_tabs .content_tabs0 .next:hover,
.boss_homefilter_tabs .content_tabs0 .prev:focus ,.boss_homefilter_tabs .content_tabs0 .next:focus{
	color:#fff
}
.boss_homefilter_tabs .content_tabs0 .prev{
	right:32px
}
.boss_homefilter_tabs .content_tabs0 .next {
	right:10px
}
.content_tabs0 .product-thumb .image img{
	width:100%
}
.content_tabs0 .product-thumb .cart{
	display:none
}
#tabs_content_container1 .box-content{
	overflow:hidden;
	margin-left:-20px;
	margin-right:-20px
}
.home_filter_content .tabcontainer{
	padding:0
}
.home_filter_content .tabcontainer  .tab-title h3{
	margin:0;
	margin-left:20px;
	margin-right:20px;
}
.home_filter_content .tabcontainer  .tab-title{
	background:url(../image/bg_line.png) repeat-x;
	height:51px;
	margin-bottom:17px;
}
.home_filter_content .tabcontainer h3{
	font-size:14px;
	font-weight:700;
	line-height:56px;
	text-transform:none;
	line-height:56px;
}
.home_filter_content .tabcontainer0 h3 {
    color: #59a73b;
}
.home_filter_content .tabcontainer1 h3 {
    color: #a32d0a;
}
.home_filter_content .tabcontainer2 h3 {
    color: #3ba8b6;
}
.home_filter_content .tabcontainer .tab-items {
	margin-left: 20px;
    margin-right: 20px;
}
.home_filter_content .tabcontainer .item{
	margin-bottom: 35px;
    overflow: hidden;
}
.home_filter_content .tabcontainer .item .image{
	display: inline;
    float: left;
    margin-bottom: 0;
    margin-right: 20px;
    margin-top: 3px;
}
.home_filter_content .tabcontainer .item .caption{
	margin-bottom: 0;
    min-width: 50%;
    overflow: hidden;
}
.home_filter_content .tabcontainer .item .price {
    margin-bottom: 11px;
}
#carousel0 .carousel-content li {
    margin: 10px;
    text-align: center;
    transition-duration: 0.3s;
}
.carousel-content li {
    float: left;
}
#back_top {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 100%;
    bottom: 35px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    padding: 13px;
    position: fixed;
    right: 10px;
    text-align: center;
    transition: all 0.3s ease-out 0s;
    z-index: 9998;
}
#back_top span {
	background: none repeat scroll 0 0 #000000;
    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;
    line-height: 1.3;
}
#back_top:hover {
    opacity: 0.5;
}
.tp-leftarrow{right:70px !important; top:17px !important}
.tp-rightarrow{right:19px !important; top:17px !important}
.header_slider .container {
    padding-left: 10px;
    padding-right: 10px;
}
.bt-featured-pro .box-content.bt-product-content .bt-items.bt-product-grid .button-group{
	display:none;
}

