html, html a{
	-webkit-font-smoothing:antialiased;
}
body,h1,h2,h3,h4,h5,h6,p{line-height:1.55em;}
h1,h2,h3,h4,h5,h6,p{margin-bottom:1em;}
body{
	font-family: "Microsoft YaHei light",Apple LiGothic Medium,PingFang TC !important;
	font-size:14px;
	font-weight:400;
	color:#666666;
}
h1{
	font-size:30px;
	line-height:32px;
	font-weight:700;
	color:#727171;
	
	
}
h2{
	font-size:20px;
	line-height:22px;
	font-weight:700;
	color:#737373;
	
}
h3{
	font-size:16px;
	line-height:18px;
	font-weight:700;
	color:#666666;
	
}
h1,h2,h3{margin-top:0;}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
a {
	color: #666;
}
a:hover {
	text-decoration: none;
	color:#63b2bf
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 14px;
	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: 14px;
}
.checkbox-inline  input[type="checkbox"],.radio input[type="radio"]{
	margin-top:4px;
}
.form-control{
	border-radius:0;
	-moz-border-radius:0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
	box-shadow:none;
	 -moz-box-shadow: none;
    -webkit-box-shadow:none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
}
.form-control:focus{
	box-shadow:none;
}

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 14px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}
.row, .form-horizontal .form-group {
    margin-left: -10px;
    margin-right: -10px;
}
img.img-thumbnail{
	padding:0;
	border:none;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
	padding-left:10px;
	padding-right:10px;
}
@media (min-width: 768px) {
  .drop-grid-6-6,.drop-grid-5-5,.drop-grid-4-4,.drop-grid-3-3,.drop-grid-2-2,.drop-grid-1-1{
	width: 748px;
	}
	.dropdown {max-width:748px;}
	
}
@media (min-width: 992px) {
  .drop-grid-6-6,.drop-grid-5-5,.drop-grid-4-4,.drop-grid-3-3,.drop-grid-2-2,.drop-grid-1-1{
	width: 972px;
	}
	.dropdown {max-width:972px;}
}
@media (min-width: 1200px) {
  .drop-grid-6-6,.drop-grid-5-5,.drop-grid-4-4,.drop-grid-3-3,.drop-grid-2-2,.drop-grid-1-1{
	width: 1170px;
	}
	.dropdown {max-width:1170px;}
}

.drop-grid-2-1{
	width: 600px;
}

.drop-grid-3-2{
	width: 800px;
}
.drop-grid-3-1{
	width: 400px;
}

.drop-grid-4-3{
	width: 900px;
}
.drop-grid-4-2{
	width: 600px;
}
.drop-grid-4-1{
	width: 300px;
}

.drop-grid-5-4{
	width: 960px;
}
.drop-grid-5-3{
	width: 720px;
}
.drop-grid-5-2{
	width: 480px;
}
.drop-grid-5-1{
	width: 240px;
}
.drop-grid-6-5{
	width: 1000px;
}
.drop-grid-6-4{
	width: 800px;
}
.drop-grid-6-3{
	width: 600px;
}
.drop-grid-6-2{
	width: 400px;
}
.drop-grid-6-1{
	width: 200px;
}

/*1 column*/
.row-col-1 .row-grid-1 {
	width: 100%;
}

/*2 columns*/
.row-col-2 .row-grid-1 {
	width: 50%;
}

/*3 columns*/
.row-col-3 .row-grid-1 {
	width: 33.3333333333%;
}
.row-col-3 .row-grid-2 {
	width: 66.6666666667%;
}

/*4 columns*/
.row-col-4 .row-grid-1 {
	width: 25%;
}
.row-col-4 .row-grid-2 {
	width: 50%;
}
.row-col-4 .row-grid-3 {
	width: 75%;
}

/*5 columns*/
.row-col-5 .row-grid-1 {
	width: 20%;
}
.row-col-5 .row-grid-2 {
	width: 40%;
}
.row-col-5 .row-grid-3 {
	width: 60%;
}
.row-col-5 .row-grid-4 {
	width: 80%;
}

/*6 columns*/
.row-col-6 .row-grid-1 {
	width: 16.6666666667%;
}
.row-col-6 .row-grid-2 {
	width: 33.3333333333%;
}
.row-col-6 .row-grid-3 {
	width: 50%;
}
.row-col-6 .row-grid-4 {
	width: 66.6666666667%;
}
.row-col-6 .row-grid-5 {
	width: 83.3333333333%;
}

/*Col-grid*/
.col-grid-1{
	width: 100%;
}
.col-grid-2{
	width: 50%;
}
.col-grid-3{
	width: 33%;
}
.col-grid-4{
	width: 25%;
}
.col-grid-5{
	width: 20%;
}
.col-grid-6{
	width: 16.6666666667%;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: none;
    border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
    text-decoration: none;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background:none;
}
a:hover,a:focus{
	text-decoration:none;
	outline:none;
	color:#63b2bf;
}
ul, ol {
    list-style-type: none;
	padding:0; 
	margin:0;
}
img{
	max-width:100%;
}
.btn{
	border-radius:0;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background: none;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #63b2bf;
}
#bt_container {
	position:relative;
}
#bt_header.bt-hboxed,
#bt_footer.bt-fboxed,#bt_container.bt-boxed{
	margin-left: auto;
	margin-right: auto;
}
/* top */
#top {
	background-color: #f1fafb;
	padding: 14px 0;
	font-size:12px;
	font-weight:400;
	line-height:15px;
	color:#434343;
	text-align: center;
}
#top +div{height:0;}
#top .pull-left{
	text-transform:none;
}
#top .pull-left .fa{
	margin-right:3px;
}
#top a{
	color:#434343;
}
#top a:hover , #top li.dropdown.open> a, #top .btn-group.open >.btn{
	color:#63b2bf
}
#top #top-links.pull-right {
	width:85%; 
	text-align:right;
}
#top ul.list-inline{
	float:left; 
	margin-bottom:0;
}
#top .pull-right  ul.list-inline>li{
	/*padding-left:20px;
	padding-right:20px;*/
	line-height: 26px;
}

#top .pull-right .fa{
	font-size:12px;
	vertical-align:0; 
	margin-left:0.5em;
}
#top .dropdown-menu,.bt-mobile .dropdown-menu{
	padding:10px 20px;
	border-left:none;
	border-top:none;
	border-right:none;
	border-bottom:3px solid #63b2bf;
	font-size:12px;
	border-radius:0;
	text-align:left;
	min-width:190px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	margin:0;
}
.bt-language .language:hover .dropdown-menu,#top #cart:hover .dropdown-menu,.bt-currency .currency:hover .dropdown-menu,
#top ul.list-inline .dropdown:hover  .dropdown-menu,#top .language .dropdown-menu:hover,
#top #cart .dropdown-menu:hover,#top .currency .dropdown-menu:hover,#top ul.list-inline .dropdown  .dropdown-menu:hover{
	display:block;
}
#top .list-inline a> span i{
	margin-right:5px;
}
.language .dropdown-menu,.currency .dropdown-menu{
	right:0;
	left:auto;
}
.currency .btn-group,.language .btn-group{
	vertical-align:top;
	padding-bottom:10px; 
}
.currency  .dropdown-menu .btn{
	overflow:hidden;
	width:100%;
}
.currency  .dropdown-menu .btn span{
	float:left;
}
.currency  .dropdown-menu .btn span +span{
	float:right;
}
/*#top .list-inline>li.dropdown{
	padding-bottom:12px;
}*/
#top .dropdown-menu>li{
	border-top:1px solid #ededed;
	padding:12px 0;
}
#top .dropdown-menu>li:first-child{
	border-top:none;
}
#top .dropdown-menu>li>a,.bt-mobile .dropdown-menu>li>a{
	padding:0;
	color:#666;
	overflow:hidden;
	line-height:1.55em;
}
#top .dropdown-menu>li>a:hover,.bt-mobile .dropdown-menu>li>a:hover{
	color:#63b2bf;
}
#top .dropdown-menu>li>a span{
	float:left;
}
#top .dropdown-menu>li>a span +span{
	float:right;
}
.bt-language,.bt-currency{
	float:right
}
.bt-currency {
	margin-right:40px;
}
.currency .btn,.language .btn{
	padding:0 0 2px;
	font-size:12px;
	font-weight:400;
	line-height:15px;
	color:#434343;
	
	background:none;
	border:none;
}
.currency .btn:hover,.language .btn:hover{
	color:#63b2bf; 
	text-decoration:none;
	background:none;
}
.currency .btn strong{
	margin-right:3px;
	font-size:14px;
}
.language .btn img{
	margin-right:5px
}
.language .dropdown-menu>li>a{
	overflow:hidden;
}
.language .dropdown-menu>li>a>.text-left{
	width:70%;
	float:left;
}
.language .dropdown-menu>li>a>.text-right{
	float:right;
	width:30%;
}
.menubar .container{
	/*width:100%*/
}
.bt-mobile,.open-bt-mobile{
	display:none;
}
header{
	border-bottom:1px solid #ebebeb;
	padding:10px 0;
}
.common-home  header{
	border-bottom:none;
}
#logo {
	margin: 0;
	display: inline-block;
}
/* search */

#boss-search .choose-select>div{
	float:left;
}
#boss-search .choose-select .input_cat{
	border:1px solid #ededed;
	height:40px;
	line-height:38px;
	padding:0;
	position:relative;
	display: none;
}
#boss-search .choose-select .input_cat .sbSelector{
	padding-left:25px;
	padding-right:37px;
}
#boss-search .choose-select .input_cat .sbToggle {
    background: url("../image/icon_selectsearch.png") no-repeat 0 0;
    height: 5px;
    position: absolute;
    right: 25px;
    top: 18px;
    width: 8px;
}
#boss-search .choose-select .sbHolder {
    position: relative;
    width: 100%;
}
#boss-search .choose-select .sbOptions {
    background:#fff;
    border: 1px solid #ededed;
    left: 0;
    margin: 0;
    min-height: 150px;
    overflow: auto;
    padding: 0;
    position: absolute;
    top: 38px !important;
    width: 100%;
	z-index:1000;
	margin-left:-1px;
	min-width:200px;
}
#boss-search .choose-select .sbOptions>li{
	padding:0 6px 0 25px;
}
#boss-search .choose-select>div select,#boss-search .choose-select>div input{
	height:26px;
	border:1px solid #727171;
	line-height:26px;
}
#boss-search .choose-select #search{
	position:relative;
}
#boss-search .choose-select #search .btn{
	position:absolute;
	top:0;
	right:5px;
	border:none;
	background:transparent;
	color:#666;
	height:26px;
	z-index:2;
	padding:0;
}
#boss-search .choose-select #search .btn .fa{
	vertical-align:top;
	line-height:26px;
}
#boss-search .choose-select #search  .form-control{
	/*width:280px;*/
	padding:0 35px 0 10px;
}
 #search  .form-control::-webkit-input-placeholder {
   color: #666;
}

 #search  .form-control:-moz-placeholder { /* Firefox 18- */
   color: #666;  
}
 #search  .form-control::-moz-placeholder {  /* Firefox 19+ */
   color: #666;  
}
 #search  .form-control:-ms-input-placeholder {  
   color: #666;  
}
#search .dropdown-menu {
    min-width: 250px;
	max-width: 350px;
    width: 100%;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	right: 20px;
	padding: 20px;
}
#search .dropdown-menu li {
    overflow: hidden;
    padding: 8px 0;
}
#search .dropdown-menu .image {
    float: left;
    margin-right: 15px;
    max-width: 50%;
}
#search .dropdown-menu .name a {
	margin-bottom: 0;
	color: #434343;
}
#search .dropdown-menu .price {
	margin-top: 5px;
}
#search .dropdown-menu .info {
    overflow: hidden;
}
/* cart */
#cart{
	float:right;
	width:auto;
	padding-right:0;
}
#cart > .btn {
	font-size:12px;
	font-weight:400;
	line-height:26px;
	color:#FFF;
	
	border:none;
	border-radius:0;
	height:26px;
	padding: 0;
}
#cart > .btn i {
	margin-right:0.5em;
	line-height: 26px;
}
#cart > .btn span{
	line-height: 26px;
}
#cart > .btn:hover,#cart.open > .btn {
	background:#fff;
	color:#63b2bf;
	box-shadow: none;
	text-shadow: none;
}
.btn:active{box-shadow:none;}
#cart .dropdown-menu {
	background: #fff;
	z-index: 1001;
	min-width:350px;
	padding:26px 0 0;
	font-size:14px;
	border-left:none;
	border-top:none;
	border-right:none;
	border-bottom:3px solid #98cb78;
	border-radius:0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
}
#cart:hover .dropdown-menu{
	display:block;
}
#cart .dropdown-menu li{
	border:none;
	padding:0;
}
#cart .dropdown-menu li:first-child{
	padding:0 24px
}
#cart .dropdown-menu .table{
	margin-bottom:10px;
}
#cart .dropdown-menu .table tr:first-child td{
	padding-top:0;
}
#cart .dropdown-menu .table td{
	background:none;
	padding:20px 0;
	border-top:none;
	border-bottom:1px solid #eaeaea;
}
#cart .dropdown-menu .table td.name a{
	color:#666;
	line-height:18px;
	margin-top:12px;
}
#cart .dropdown-menu .table td.name a:hover{
	color:#63b2bf;
}
#cart .dropdown-menu .table td.name span.price{
	display:inline-block;
}
#cart .dropdown-menu .table td .image{
	margin-right:22px;
	position:relative;
}
#cart .dropdown-menu .table td .image img{
	background:none;
	border:none;
	border-radius:0;
	padding:0;
}
#cart .dropdown-menu .table .remove{
	position:absolute;
	top:-8px;
	left:-8px;
}
#cart .dropdown-menu .table .remove .btn-danger{
	width:21px;
	height:21px;
	border:1px solid #ef5b8f;
	color:#fff;
	border-radius:50%;
	text-align:center;
	background:#ef5b8f;
	outline:none;
	padding:0;
}
#cart .dropdown-menu .table .remove .btn-danger:hover{
	background:#fff;
	color:#ef5b8f;
}
#cart .dropdown-menu .table .remove .btn-danger .fa{
	vertical-align:top;
	line-height:19px;
	margin-left:0;
	letter-spacing:-1px;
}
#cart .dropdown-menu li p {
	margin: 14px 0 40px;
	font-size:14px;
	text-transform:none;
}
#cart .dropdown-menu .cart_bottom table{
	width:100%;
	margin-bottom:10px;
}
#cart .dropdown-menu .cart_bottom table td{
	padding:5px 26px 8px;
	font-weight:bold;
	color:#666
}
#cart .dropdown-menu .cart_bottom table td.text-right{
	font-size:20px;
	line-height:22px;
}
#cart .dropdown-menu .cart_bottom .buttons{
	background-color:#63b2bf;
	padding:16px 20px;
	margin:0;
}
#cart .dropdown-menu .cart_bottom .buttons .cart_bt{
	margin-right:8px;
}
#cart .dropdown-menu .cart_bottom .buttons .cart_bt,#cart .dropdown-menu .cart_bottom .buttons .checkout_bt{
	width:48%;
	display:inline-block;
	vertical-align:top;
}
.another-language #cart .dropdown-menu .cart_bottom .buttons .cart_bt{
	width:52%;
}
.another-language  #cart .dropdown-menu .cart_bottom .buttons .checkout_bt{
	width:44%;
}
#cart .dropdown-menu .cart_bottom .buttons .btn{
	font-size:12px;
	color:#fff;
	
	line-height:16px;
	padding:8px;
	border:1px solid #dfdfdf;
	border-radius:0;
	background:transparent;
	transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
	width:100%;
	font-weight:400;
}
#cart .dropdown-menu .cart_bottom .buttons .btn:hover{
	color:#63b2bf;
	background-color:#fff;
}
/*.boss-new-position{
	margin-bottom: 30px;
}*/
.boss_header{
	background:#343434;
	height:50px;
}
.boss_header + .container{
	margin-top: -50px;
}
.boss_header.boss_scroll + .container{
	margin-top: 0;
}
.menu.boss_scroll{
   /* position: fixed;*/
    top: 15px;
	left:0;
    padding:0;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
}
.boss_scroll{
    /*position: fixed;*/
    top: 0;
	left:0;
    padding:0;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	width: 100%;
	text-align: center;
	z-index: 100;
}
.boss_scroll2{
    /*position: fixed;*/
    top: 76px;
	left:0;
    padding:0;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	width: 100%;
	text-align: center;
}
.boss_scroll3{
    /*position: fixed;*/
    top: 76px;
	left:0;
    padding:0;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	width: 100%;
	text-align: center;
	background-color: #fff;
	padding:10px 0;
}
.right-to-left .menu.boss_scroll{
	left:auto;
	right:27.2%;
}
.boss_header.boss_scroll{
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    /*position: fixed;*/
    top: 0;
	/*height:86px;*/
	width: 100%;
    z-index: 90;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
}
.bt-boxed .boss_header.boss_scroll,.bt-hboxed .boss_header.boss_scroll{
	max-width: 1200px;
}
.menu{
	width:100% !important;
	text-align: center;
}
.header_category{
	float:left;
	width:24%;
	position:relative;
	z-index:99;
	height:auto;
}
.header_category .boss_heading  .box-heading{
	height:50px;
	background:#63b2bf;
	color:#fff;
	font-weight:700;
	
	padding:0 20px;
	line-height:50px;
}
.header_category .boss_heading .box-heading span +span{
	float:right;
	background:url('../image/icon_menucate.png') no-repeat center center;
	width:15px;
	height:14px;
	padding:25px 0;
}
.header_category .boss_heading .box-heading span +span fa{
	font-size:0;
}
.menu.boss_scroll +.header_category  .box  .box-content{
	top: 0;
}
.header_category .box  .box-content{
	overflow:visible;
    position: absolute;
	width:100%;
}
.bt-other-page .header_category .boss_heading{
	cursor:pointer;
}
.bt-other-page .header_category .box .box-content {
    box-shadow: 0 2px 5px -2px #888;
    height: 0;
    overflow: hidden;
    top: 50px;
    transition-duration: 0.3s;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration: 0.3s;
    width: 100%;
	height:0;
}
.bt-other-page .header_category .box.opencate .box-content {
    height: auto;
    overflow: inherit;
	position:absolute;
}
.header_category .box-content .box-category.boss-menu-cate>li{
	border-style:solid;
	border-color:#ededed;
	border-width: 0 1px 1px;
	padding:15px 10px 15px 15px;
	background:#edf9f9;
	position:relative;
	display:block;
}
.header_category .box-content .box-category.boss-menu-cate>li .nav_title img{
	float:left;
	margin-right:20px;
	margin-top:-4px;
}
.header_category .box-content .box-category.boss-menu-cate>li:hover{
	background:#fff;
}
.header_category .box-content .box-category.boss-menu-cate>li>.nav_title a{
	
	color:#666;
	line-height:18px;
	display:block;
}
.header_category .box-content .box-category.boss-menu-cate>li>.nav_title a span{
	float:right;
}
.header_category .box-content .box-category.boss-menu-cate>li:hover>.nav_title a{
	color:#343434;
	font-weight:700;
}
.header_category .box-content .box-category.boss-menu-cate>li .nav_submenu{
	visibility:hidden;
	opacity:0;
	position:absolute;
	left:100%;
	top:0;
	z-index:1;
	box-shadow:0 0 10px rgba(0,0,0,0.2);
	-moz-box-shadow:0 0 10px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 0 10px rgba(0,0,0,0.2);
	background:#fff;
	z-index:22;
	border-bottom:3px solid #63b2bf;
	padding:20px 30px;
	transition:transform 0.4s ease 0s;
	-webkit-transition:-webkit-transform 0.4s ease 0s;
	-moz-transition:-moz-transform 0.4s ease 0s;
	transform:scale(0.7, 1);
	-webkit-transform:scale(0.7, 1);
	-moz-transform:scale(0.7, 1);
	transform-origin:0 0 0;
	-webkit-transform-origin:0 0 0;
	-moz-transform-origin:0 0 0;
}
.header_category .box-content .box-category.boss-menu-cate>li .nav_submenu img{
	position:absolute;
	top:0;
	right:0;
	z-index:-1;
}
.header_category .box-content .box-category.boss-menu-cate>li:hover .nav_submenu{
	visibility:visible;
	opacity:1;
	transform:scale(1,1);
	-webkit-transform:scale(1, 1);
	-moz-transform:scale(1, 1);
}
.header_category .box-content .box-category.boss-menu-cate .nav_submenu >a+.nav_sub_submenu{
	min-height:261px;
}
.header_category .box-content .box-category.boss-menu-cate .nav_sub_submenu> ul> li{
	float:left;
	padding:0 28px 0 0;
}
.header_category .box-content .box-category.boss-menu-cate .nav_sub_submenu> ul> li.nav_cat_child{
	border-top:1px solid #eaeaea;
	padding:0;
	line-height:34px;
	display:block;
}
.header_category .box-content .box-category.boss-menu-cate .nav_sub_submenu> ul> li.nav_cat_child:first-child{
	border-top:none;
}
.header_category .box-content .box-category.boss-menu-cate .nav_sub_submenu ul li a{
	
}
.header_category .box-content .box-category.boss-menu-cate .nav_sub_submenu ul li.nav_cat_parent> a{
	font-size:16px;
	color:#63b2bf;
	font-weight:700;
	line-height:30px;
	display:block;
	margin-bottom:14px;
}
.header_category .box-content .box-category.boss-menu-cate .nav_sub_submenu ul li.nav_cat_parent ul li{
	border-top:1px solid #eaeaea;
	padding:0;
	line-height:34px;
	display:block;
}
.header_category .box-content .box-category.boss-menu-cate .nav_sub_submenu ul li.nav_cat_parent ul li:first-child{
	border-top:none;
}
.box .box-content .box-category.boss-menu-cate > li a.title i {
    color: #666;
    float: left;
    vertical-align:top;
	line-height:18px;
	width:20px;
	text-align:center;
}
.box .box-content .box-category.boss-menu-cate > li a.title.more i{
	margin-right:20px;
}
/*header_category fixed*/
.header_category.menucategory-fixed{
	/*position:fixed!important;*/
	left:5px;
	display:none;
	width:40px;
	margin-top:0;
}
.bt-other-page .header_category.menucategory-fixed .box.opencate .box-content {
	position:static;
}
.menucategory-fixed.b_show{opacity:1; }
.menucategory-fixed .box .box-content .boss-menu-cate  .parent_dropdown{
	position:absolute!important;
	padding-left:50px;
	padding-right: 10px;
	top:-1px;
	white-space: nowrap;
	width: auto;
	display:inline-block;
	position:relative;
	background: #fff;
	height: 41px;
	border: 1px solid #e8e8e8;
	line-height: 39px;
	z-index:-1;
	opacity:0; 
	visibility:hidden;
}
.menucategory-fixed .box .box-content .boss-menu-cate  .parent_dropdown a.title{  }
.menucategory-fixed .box .box-content .boss-menu-cate  li:hover .bt-icon + .parent_dropdown {width:auto; opacity:1; visibility:visible}

.menucategory-fixed.header_category .box .boss_heading{display:block;   transition: inherit; -webkit-transition: inherit;}
.menucategory-fixed.header_category .box .boss_heading .box-heading{
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 41px;
  text-align: center;
  min-height: 40px;
}
.menucategory-fixed.header_category .box .boss_heading i{display:inline-block; margin:0}
.menucategory-fixed.header_category .box .boss_heading span{
  position: absolute!important;
  padding-left: 24px;
  padding-right: 25px;
  top: 0;
  white-space: nowrap;
  width: auto;
  display: inline-block;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  background: #63b2bf;
  height: 40px;
  text-align: left;
  font-size:15px;
}
.menucategory-fixed.header_category .box .boss_heading:hover span{opacity:1; visibility:visible}
.menucategory-fixed.header_category .box .box-content{ height:0}
.menucategory-fixed.header_category .box.opencate .box-content{height:100%}
.bt-home-page .menucategory-fixed.header_category .box .box-content{height:100%}

.menucategory-fixed .box .box-content .box-category.boss-menu-cate > li{padding:0; border:none; height:0; 
  transition:height 0.5s ease 0s;
  -webkit-transition:height 0.5s ease 0s;
}
.menucategory-fixed .box.opencate .box-content .box-category.boss-menu-cate > li{height:40px}
.menucategory-fixed .box .box-content .box-category.boss-menu-cate > li .nav_title{height:40px; line-height:40px; text-align:center}
.menucategory-fixed.header_category .box .box-content{
  border: none!important;
  position: relative;
  height: 100%;
  overflow:visible;
}
.menucategory-fixed .box .box-content .box-category  .bt-icon{
  display: block;
  height: 0;
  width: 40px;
  line-height: 32px;
  text-align: center;
  overflow:hidden;
}
.menucategory-fixed .box.opencate .box-content .box-category  .bt-icon{height:40px;
  border: 1px solid #e8e8e8;
  border-top: none;
}
.menucategory-fixed .box .box-content .boss-menu-cate  li:hover .bt-icon{border-right:1px solid transparent}  
.menucategory-fixed .box .box-content .box-category > li:hover .nav_submenu{opacity:0; line-height:1.55em;}
.menucategory-fixed .box .box-content .box-category > li.dropdown_up .nav_submenu{
	top:auto;
	bottom:0;
}
.menucategory-fixed .box .box-content .boss-menu-cate .parent_dropdown:hover .nav_submenu{opacity:1}
.menucategory-fixed .box .box-content .box-category.boss-menu-cate > li a.title i{float:none; margin:0 0 0 10px; line-height:40px;}
.box .box-content .box-category.boss-menu-cate > li{
	margin-bottom:0px;
}

.bt-staticblock-freeshipping,.header_slider{
	/*float:right;*/
	width:100%; 
	/*padding-left:30px;*/
}
.header_slider{
	position:relative;
	/*margin-bottom:30px;*/
}
.bt-staticblock-freeshipping{
	overflow:hidden;
	margin:19px 0;
}
.bt-staticblock-freeshipping .bt-staticblock{
	float:left;
	width:33%;
}
.bt-staticblock-freeshipping .bt-staticblock +.bt-staticblock{
	border-left:1px solid #e3e3e3;
	padding-left:30px;
}
.bt-staticblock-freeshipping .bt-staticblock .bt-staticblock-icon:hover i{
	color:#737373;
}
.bt-staticblock-freeshipping .bt-staticblock h3{
	margin-bottom:0;
	font-size:14px;
	font-weight:400;
	line-height:20px;
}
.bt-staticblock-freeshipping .bt-staticblock h3 a{
	color:#737373;
}
.bt-staticblock-freeshipping .bt-staticblock h3 a:hover{
	color:#63b2bf;
}
.bt-staticblock-freeshipping .bt-staticblock>a{
	display:block;
	float:left;
	margin-right:15px;
}
.bt-staticblock-freeshipping .bt-staticblock .fa{
	font-size:19px;
	vertical-align:top;
	line-height:21px;
	color:#63b2bf;
}
/* content */
/*#content {
	min-height: 600px;
}*/
#content.col-sm-12{padding:0;}
#column-left + #content.col-sm-9{padding-right:0;padding-left:10px;}
#content.col-sm-9{padding-left:0}
#column-right{padding-right:0}
/* footer */
footer {
	font-size:14px;
	font-weight:400;
	line-height:16px;
	color:#f8f8f8;
}
footer .bt-footer-top{
	border-top:1px solid #eaeaea;
	background-color:#f8f8f8;
	padding:55px 0 52px;
}
footer .bt-footer-top .col-md-12{
	padding:0
}
.bt-footer-top .bt-featured-pro{
	overflow:hidden;
}
.bt-footer-top .bt-featured-pro #bt_procate_00{
	padding-left:0;
	padding-right:14px;
}
.bt-footer-top .bt-featured-pro #bt_procate_01{
	padding:0 14px;
}
.bt-footer-top .bt-featured-pro #bt_procate_02{
	padding-left:14px;
	padding-right:0;
}
.bt-footer-top .bt-featured-pro h3{
	margin-bottom:40px;
}
.bt-footer-top .bt-product-content .bt-item-extra{
	overflow:hidden;
}
.bt-footer-top .bt-product-content .bt-item-extra +.bt-item-extra {
	margin-top:20px;
}
.bt-footer-top .bt-product-content .bt-item-extra .product-thumb{
	margin-bottom:0;
}
.bt-footer-top .bt-product-content .bt-items .image{
	float:left;
	margin-right:28px;
}
.bt-footer-top .bt-product-content .bt-items .small_detail{
	overflow:hidden;
	min-width:50%;
	text-align:left;
}
.bt-footer-top .bt-product-content .bt-items .small_detail .caption{
	padding:0;
}
.bt-footer-top .bt-product-content .bt-items .name a{
	text-transform:none;
	margin-bottom:5px;
}
.bt-footer-top .bt-product-content .bt-items .rating{
	margin-bottom:5px;
}
.bt-footer-top .bt-product-content .bt-items .price{
	font-size:14px;
}
footer .bt-footer-middle{
	background-color:#343434;
	padding:65px 0;
}
.bt-footer-middle>div>div .col-md-12{
	padding:0;
}
.bt-footer-middle .bt-block-footer {
	padding:0;
}
.bt-footer-middle .bt-block-footer>div {
	padding-left:0;
}
.bt-footer-middle .bt-block-footer img,.bt-footer-middle .boss-recent-post .box-heading,
.bt-footer-middle .footer-newsletter h3,.bt-footer-middle .footer-social h3,.bt-footer-middle .bt-block-footer p{
	margin-bottom:2em;
}
.bt-footer-middle .footer-newsletter{
	margin-bottom:3em;
}
.bt-footer-middle .bt-block-footer a:hover,.bt-footer-middle .bt-block-footer ul li i,
.bt-footer-middle .boss-recent-post .item-recent-post .title a:hover,.bt-footer-bottom  .link ul li a:hover{
	color:#63b2bf;
}
.bt-footer-middle .bt-block-footer ul li span{
	padding-left:20px;
	line-height:30px;
}
.bt-footer-middle .bt-block-footer ul li +li span{
	padding-left:18px;
}
.bt-footer-middle .bt-block-footer .bold-italic{
	font-weight:700;
	font-style:italic;
}
.bt-footer-middle .box.boss-recent-post{
	margin-bottom:0;
}
.bt-footer-middle .box.boss-recent-post .box-heading span{
	font-size:16px;
	line-height:18px;
	font-weight:700;
	color:#f8f8f8;
	
	margin-bottom:0;
}
.bt-footer-middle .boss-recent-post .item-recent-post{
	width:100%;
	overflow:hidden;
	border:none;
	padding:0;
}
.bt-footer-middle .boss-recent-post .item-recent-post +.item-recent-post{
	margin-top:20px;
}
.bt-footer-middle .boss-recent-post .item-recent-post .image{
	margin-right:20px;
}
.bt-footer-middle .boss-recent-post .item-recent-post .title{
	overflow:hidden;
	min-width:50%;
}
.bt-footer-middle .boss-recent-post .item-recent-post .title a{
	color:#f8f8f8;
	line-height:1.55em;
}
.bt-footer-middle .boss-recent-post .item-recent-post .title .time-stamp{
	font-size:12px;
	color:#c5c5c5;
	line-height:1.55em;
	display:block;
	margin:0;
}
footer h3{	
}
.bt-footer-middle .footer-newsletter p{
	line-height:1.55em;
	margin-bottom:15px;
}
.bt-footer-middle .footer-newsletter input.form-control{
	font-size:14px;
	color:#c5c5c5;
	height:40px;
	border-radius:0;
	padding:5px 50px 5px 20px;
	background-color:#454545;
	border:1px solid #343434;
	width:100%;
	line-height:30px;
}
.bt-footer-middle .footer-newsletter input.form-control:focus{
	border:1px solid #f8f8f8;
	box-shadow:none;
}
.bt-footer-middle .footer-newsletter .boss-newsletter{
	position:relative;
}
.bt-footer-middle .footer-newsletter .boss-newsletter .btn-new{
	position:absolute;
	color:#bfbfbf;
	
	padding:8px 16px;
	right:0;
	top:0;
	border-radius:0;
	height:40px;
	background:transparent;
	border:none;
}
.bt-footer-middle .footer-newsletter .boss-newsletter .btn-new .fa{
	font-size:16px;
	line-height:24px;
}
.bt-footer-middle .footer-newsletter .boss-newsletter .btn-new:hover{
	color:#63b2bf;
}
.bt-footer-middle .footer-social {
	float:left;
}
footer .bt-footer-middle h3,.bt-footer-middle .bt-block-footer a{
	color:#f8f8f8;
}
.bt-footer-middle .footer-social ul li{
	display:inline-block;
	vertical-align:top;
	margin-right:10px;
}
.bt-footer-middle .footer-social a{
	color:#ebebeb;
	display:block;
	width:32px;
	height:32px;
	border:1px solid #ebebeb;
	text-align:center;
	transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
}
.bt-footer-middle .footer-social a:hover{
	background-color:#63b2bf;
	border:1px solid #63b2bf;
	color:#fff;
}
.bt-footer-middle .footer-social a i{
	vertical-align:top;
	line-height:32px;
}
footer .bt-footer-bottom{
	background-color:#1a1a1a;
	/*padding:20px 0 20px;*/
}
.bt-footer-bottom  .payment{
	/*float:right;*/
	text-align:center;
	width: 100%;    
}
.bt-footer-bottom  .payment ul li{
	display:inline-block;
	vertical-align:top;
	margin-left:5px;
}
.bt-footer-bottom  .payment img:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
}
.bt-footer-bottom  .link ul{
	padding:10px 0;
}
.bt-footer-bottom  .link ul li{
	display:inline-block;
	vertical-align:top;
	margin-bottom:0;
}
.bt-footer-bottom  .link ul li:first-child a{
	border-left:none;
	padding-left:0
}
.bt-footer-bottom  .link ul li a{
	font-size:14px;
	font-weight:400;
	line-height:16px;
	color:#c5c5c5;
	
	border-left:1px solid #c5c5c5;
	padding:5px 10px;
}
.bt-footer-bottom  .powered{
	text-align: left;
	padding: 10px 0;
}
.bt-footer-bottom  .powered a{
	color:#f8f8f8;
	text-decoration:underline;
}
.bt-footer-bottom  .powered a:hover{
	text-decoration:none;
}
.bt-footer-bottom  .powered p{margin-bottom:0;}
#back_top {
    bottom:10px;
    cursor: pointer;
    display:none;
    padding:4px;
    position: fixed;
    right: 10px;
    text-align: center;
    transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	z-index:9998;
}

#back_top span{
	border-radius: 50%;
    box-shadow: 0 0 0 4px #98cb78;
	-webkit-box-shadow: 0 0 0 4px #98cb78; 
	-moz-box-shadow: 0 0 0 4px #98cb78;
    color: #98cb78;
    display: inline-block;
    float: left;
    height: 40px;
    line-height: 40px;
    margin: 0 10px 10px 0;
    padding-top: 6px;
    position: relative;
    text-align: center;
    transition: color 0.3s ease 0s;
	-webkit-transition: color 0.3s ease 0s;
	-moz-transition: color 0.3s ease 0s;
    width: 40px;
    z-index: 1;
}
#back_top span:after{
	background: none repeat scroll 0 0 #98cb78;
    border-radius: 100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
    box-sizing: content-box;
    content: "";
    height: 100%;
    left: -2px;
    padding: 2px;
    pointer-events: none;
    position: absolute;
    top: -2px;
    transition: transform 0.2s ease 0s, opacity 0.3s ease 0s;
	-webkit-transition: -webkit-transform 0.2s ease 0s, opacity 0.3s ease 0s;
	-moz-transition: -moz-transform 0.2s ease 0s, opacity 0.3s ease 0s;
    width: 100%;
    z-index: -1;
}
#back_top:hover span:after{
	opacity: 0;
    transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
}
#back_top i{
	font-size:35px;
	color:#fff;
	vertical-align:top;
	line-height:25px;
	transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
}
#back_top:hover i{color:#98cb78}
/* alert */
.alert {
	padding: 8px 14px;
	margin:0 0 15px;
}
.alert .fa{
	margin-right:5px;
}
.alert button.close{
	font-size:18px;
	line-height:18px;
}
/* breadcrumb */
.breadcrumb{
	background:none;
	padding:0;
	margin:2em 0;
}
.breadcrumb .fa{
	font-size:18px;
}
.breadcrumb a{
	font-size:14px;
	line-height:16px;
	font-weight:400;
	
	color:#d0d0d0;
}
.breadcrumb a:hover,.breadcrumb li:last-child a {
	color:#63b2bf;
}
.breadcrumb li+li:before{
	content:"/";
	color:#d0d0d0;
	padding:0 6px;
}
.breadcrumb li:last-child a {
	cursor:default;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn-xs {
	
}
.btn-sm {
	
}
.btn-group > .btn-sm {
	
}
.btn-group > .btn-lg {
	
}
.btn-default {
	color: #777;
	background-color: #e7e7e7;
}
.btn-primary {
	color: #ffffff;
	background-color: #229ac8;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #999;
	background-position: 0 -15px;
	border:1px solid #999;
}
.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] {
	
}
.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-success {
	color: #ffffff;
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
}
.btn-info {
	color: #ffffff;
	background-color: #df5c39;
	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-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);
}
/* 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;
}
/*box*/
#column-left .box-heading h1, #column-right .box-heading h1{
	color:#303030;
	margin-bottom:0.5em;
	font-size:24px;
}
.box .box-content{
	overflow:hidden;
}
#column-left > .box, #column-right > .box, .box.bt-filter .box-content .list a.title + div, .bt-banner-left{
	margin-bottom:2em;
}
.box.bt-category  .box-content .box-category li a,.box.boss_blog-cat .box-content .box-category li a{
	border-top:1px solid #ebebeb;
	background:none;
	border-radius:0;
	border-left:none;
	border-right:none;
	border-bottom:none;
	padding:0.75em 0;
}
.box.bt-category  .box-content> .box-category{
	padding-left:5px;
}
.box.bt-category  .box-content .box-category li a{
	font-size:14px;
}
.box.bt-category  .box-content .box-category li >a span i{
	vertical-align:top;
	line-height:21px;
	margin-right:5px;
}
.box.bt-category  .box-content .box-category li.active >a,
.box.bt-category  .box-content .box-category li a.list-group-item.active,
.box.boss_blog-cat .box-content .box-category li.active >a{
	color:#63b2bf;
	cursor:default;
}
.box.bt-category  .box-content .box-category> li:first-child >a{
	border-top:none;
	padding-top:0;
}
.box.bt-category  .box-content .box-category li .item_child li a,.box.boss_blog-cat .box-content .box-category li.sub_child  li a{
	padding-left:20px;
}
.box.bt-latest .box-content .box-item{
	overflow:hidden; 
	border-top:1px solid #ebebeb;
	padding:0.75em 0;
}
.box.bt-latest .box-content .box-item:first-child{
	border-top:none;
	padding-top:0;
}
.box.bt-latest .box-content .image{
	float:left;
	margin-right:10px;
}
.box.bt-latest .box-content .caption{
	overflow:hidden;
	min-width:40%;
}
.box.bt-latest .box-content .name a{
	text-transform:none;
	margin-bottom:3px;
}
.box.bt-latest .box-content .rating{
	margin-bottom:5px;
}
.box.bt-latest .box-content .price{
	font-size:14px;
}
#column-left>.box.bt-manufacturer, #column-right>.box.bt-manufacturer{
	border-bottom:1px solid #ebebeb;
	padding-bottom:1em;
	margin-bottom:1em;
}
.box.bt-manufacturer .box-content .boss-select{
	width:100%;
	height:35px;
	border:1px solid #ebebeb;
	padding-left:5px;
	line-height:35px;
	font-size:14px;
	margin-top:3px;
}
.box.bt-alphabet .box-heading h1{display:none;}
.box.bt-filter{
	clear:both;
	margin-top:30px;
}
.box.bt-filter  .box-content  .list{
	margin-bottom:30px;
	padding-left:5px;
}
.box.bt-filter  .box-content  .list  a.title{
	font-size:16px;
	font-weight:700;
	color:#303030;
	line-height:18px;
	text-transform:capitalize;
	margin-bottom:1.5em;
	display:block;
}
.box.bt-filter  .box-content  .bt-filter-image ul li a{
	line-height: 0;
	display: block;
}
.box.bt-filter  .box-content  .list ul li a span{
	margin-right: 5px;
}
.bt-filter-image ul li{
	display:inline-block;
	margin-right: 6px;
	margin-bottom: 6px;
	border: 2px solid transparent;
}
.bt-filter-image ul li.active {
	border: 2px solid #3f3f3d;
}
.bt-filter li a span.fe-checkbox {
  position: relative;
  width: 14px;
  height: 14px;
  background-image: url("../image/bg_none_check.png");
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
}
.bt-filter li.active a span.fe-checkbox {
  background-image: url("../image/bg_check.png");
}
.box.bt-filter  .box-content  .list .checkbox{
	font-size:14px;
	border-top:1px solid #eaeaea;
	padding-top:0.75em;
	margin-bottom:0.75em;
	margin-top:0;
}
.box.bt-filter  .box-content  .list .checkbox:first-child{
	border-top:none;
	padding-top:0;
}
.box.bt-filter  .box-content  .list .checkbox input{
	margin-top:4px;
}
.box.bt-filter  .box-content .btn{
	font-size:10px;
	font-weight:700;
	line-height:22px;
	
	border:1px solid #3f383a;
	color:#3f383a;
	padding:4px 20px;
	transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	background:#fff;
}
.box.bt-filter  .box-content .btn:hover{
	background:#3f383a;
	color:#fff;
}
#tags-load{
	position:fixed;
	left:0;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 999;
	top: 0;
	display: none;
}
#tags-load:before{
	content:"";
	position:absolute;
	left:0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.7;
}
#tags-load .fa{
	position: absolute;
	top: 45%;
	font-size: 3em;
}
.fa-spin {
    animation: 2s linear 0s normal none infinite running fa-spin;
    -webkit-animation: 2s linear 0s normal none infinite running fa-spin;
    -moz-animation: 2s linear 0s normal none infinite running fa-spin;
}
.fa-pulse {
    animation: 1s steps(8, end) 0s normal none infinite running fa-spin;
    -webkit-animation: 1s steps(8, end) 0s normal none infinite running fa-spin;
    -moz-animation: 1s steps(8, end) 0s normal none infinite running fa-spin;
}
@keyframes fa-spin {
	0%{
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
	}
	100% {
		transform: rotate(359deg);
		-webkit-transform: rotate(359deg);
		-moz-transform: rotate(359deg);
	}
}
@-webkit-keyframes fa-spin {
	0%{
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
	}
	100% {
		transform: rotate(359deg);
		-webkit-transform: rotate(359deg);
		-moz-transform: rotate(359deg);
	}
}
@-moz-keyframes fa-spin {
	0%{
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
	}
	100% {
		transform: rotate(359deg);
		-webkit-transform: rotate(359deg);
		-moz-transform: rotate(359deg);
	}
}
.bt-tagcloud .box-content a{
	border: 1px solid #eaeaea;
	padding:4px 15px;
	display:inline-block;
	vertical-align:top;
	margin-right:5px;
	margin-bottom:5px;
	transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
}
.bt-tagcloud .box-content a:hover{
	border: 1px solid #63b2bf;
	background:#63b2bf;
	color:#fff;
}
.bt-banner-left{
	position:relative;
}
.bt-banner-left >a>img{
	width:100%;
}
.bt-banner-left >a>span.bg-top,.bt-banner-left >a>span.bg-bottom{
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.4);
	opacity:0;
	transition:height 0.5s ease 0s;
	-webkit-transition:height 0.5s ease 0s;
	-moz-transition:height 0.5s ease 0s;
}
.bt-banner-left >a:hover>span.bg-top,.bt-banner-left >a:hover>span.bg-bottom{
	opacity:1;
}
.bt-banner-left >a:hover>span.bg-top{
	height:40%
}
.bt-banner-left >a>span.bg-top{
	left:0;
	top:0;
}

.bt-banner-left >a>span.bg-bottom{
	bottom:0;
	left:0;
}
.bt-banner-left >a:hover>span.bg-bottom{
	height:36%;
}
.bt-banner-left >a>span{
	position:absolute;
	width:100%;
	text-align:center;
	left:0;
	transition: all 1s ease 0s;
}
.bt-banner-left >a>span.image1{
	top:42%;
}
.bt-banner-left >a>span.image2{
	top:54%;
}
/* product list */
#column-left{
	float:left;
	padding-left:0;
}
.bt-block-category,.category-info,.category-list{
	margin-bottom:2em;
}
.bt-block-category{
	position:relative;
	overflow:hidden;
}
.bt-block-category img{
	transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
	
}
.bt-block-category:hover img{
	transform: scale(1.15) rotate(-2deg);
	-webkit-transform: scale(1.15) rotate(-2deg);
	-moz-transform: scale(1.15) rotate(-2deg);
}
.bt-block-category .block-title{
	position:absolute;
	text-align:center;
	right:70px;
	top:100px;
}
#content.col-sm-6 .bt-block-category .block-title{
	right:15px;
	top:56px;
}
#content.col-sm-6 .bt-block-category .block-title h1{
	font-size:34px;
	line-height:36px;
}
.bt-block-category .block-title h1{
	font-size:41px;
	font-weight:400;
	line-height:43px;
	color:#071113;
	margin-bottom:10px;
}
.bt-block-category .block-title h4{
	font-size:16px;
	font-weight:400;
	line-height:18px;
	color:#071113;
	margin-bottom:18px;
	
}
.bt-block-category .block-title a{
	
	color:#071113;
	border:1px solid #071113;
	padding:10px 22px;
	display:inline-block;
	background:transparent;
	transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
}
.bt-block-category .block-title a:hover{
	color:#fff;
	background:#071113;
}
.category-info{
	overflow:hidden;
}
.category-info .image{
	float:left;
	margin-right:2em;
}
.category-info .image img{
	border:none;
	padding:0;
}
.category-info h3{
	font-size:18px;
	line-height:20px;
	color:#63b2bf;
	font-weight:400;
	margin-bottom:15px;
}
.category-info p{font-size:14px;}
.category-list{
	overflow:hidden;
	margin-left:0;
	margin-right:0;
}
.category-list h4{
	color: #63b2bf;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
	
	margin-top:0;
	margin-bottom:15px;
}
.category-list ul{
	float: left;
    margin-bottom: 0;
    margin-bottom: 15px;
    width: 100%;
}
.category-list ul li{
	margin-bottom:5px;
	margin-right:5px;
	border:1px solid #eaeaea;
	display:inline-block;
	padding:4px 15px;
	transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
}
.category-list ul li:hover{
	background:#63b2bf;
	border: 1px solid #63b2bf;
}
.category-list ul li:hover a{
	color:#fff;
}
.category-list ul li a{
	font-size:14px;
}
h1 + .product-filter{
	margin-top:35px;
}
.product-filter{
	border:1px solid #eaeaea;
	overflow:hidden;
	margin:30px 0;
	font-size:14px;
	height:42px;
}
.product-filter *{
	height:100%;
	line-height:40px;
}
.product-filter .link-compare{
	float:left;
	width:20%;
	line-height:42px;
}
.product-filter .display{
	float:left;
	width:10%;
}
#content.col-sm-6 .product-filter .display{
	width:15%;
}
.product-filter .display .btn-list,.product-filter .display .btn-grid{
	background:transparent;
	border-top:none;
	border-bottom:none;
	outline:none;
	color:#666;
	width:40px;
	border-left:1px solid #ebebeb;
	border-right:1px solid #ebebeb;
	text-align:center;
	line-height:42px;
}
.product-filter .display .btn-list{
	margin-right:-4px;
}
.product-filter .display .btn-list:hover,.product-filter .display .btn-grid:hover,
.product-filter .display .btn-list.active,.product-filter .display .btn-grid.active{
	color:#63b2bf;
}
.product-filter .limit-sort{
	overflow:hidden;
	text-align:right;
	width:70%;
}
#content.col-sm-6  .product-filter .limit-sort{
	width:65%;
}
.product-filter .limit-sort label{
	margin-bottom:0
}
.product-filter .box_sort,.product-filter .box_limit{
	float:right;
	width:40%;
	margin-left:10px;
}
#content.col-sm-6  .product-filter .box_sort{
	width:57%;
	margin-left:8px
}
#content.col-sm-6  .product-filter .box_limit{
	margin-left:0;
	width:40%;
}
.product-filter .box_sort label+label,.product-filter .box_limit label+label{
	position:relative;
}
.product-filter .box_sort label+label:before,.product-filter .box_limit label+label:before{
	content:"";
	position:absolute;
	top:0;
	right:0;
	background:url("../image/box_sort.jpg") no-repeat;
	display:block;
	height:100%;
	width:28px;
	pointer-events: none;
}
.product-filter .box_sort label+label select,.product-filter .box_limit label+label select{
	border:none;
	cursor:pointer;
}
.name a{
	font-size:18px;
	line-height:24px;
	font-weight:700;
	color:#727171;
	
	display:inline-block;
	transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
}
.name a:hover{
	color:#63b2bf;
}
.price{
	font-size:18px;
	line-height:22px;
	font-weight:700;
	color:#727171;
}
.price-old{
	font-weight:400;
	text-decoration:line-through;
	margin-right:5px;
	font-size:16px;
	line-height:18px;
}
.description p{
	color:#666;
	max-height: 40px;
	overflow-y:scroll;
}
.product-thumb {
	position:relative;
	text-align:center;
}
.product-thumb .image{
	position:relative;
}
.product-layout{
	transition:all 0.8s ease 0s;
	-webkit-transition:all 0.8s ease 0s;
	-moz-transition:all 0.8s ease 0s;
}
.product-grid{
	float:none;
	display:inline-block;
	margin-right:-4px;
	vertical-align:top;
	margin-bottom:64px;
}
.product-grid.col-md-cs5{
	width:20%;
}
.product-grid.col-md-cs5 .button-group.button-grid button{
	font-size:0;
}
.product-grid.col-md-cs5 .button-group.button-grid button i{
	margin:0;
}
.product-layout.product-grid .product-thumb .image{
	margin-bottom:20px;
}
.product-layout.product-grid  .description{
	display:none;
}
.product-grid  .rating{
	margin-bottom:14px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
	text-align: left;
}
.product-list.product-layout{
	margin-bottom:60px;
}
.product-list .product-thumb .image{
	float:left;
	margin-right:17px;
	max-width:50%;
	transition:all 0.8s ease 0s
}
.product-thumb  .image  img{
	/*width:100%;*/
}
.product-list .product-thumb .caption{
	text-align:left;
	overflow:hidden;
}
.product-list .product-thumb .caption .description{
	font-size:14px;
	
}
.product-list .name{
	height: 72px;
}
.product-list .caption{
	height: 160px;
}
.product-list .product-thumb .caption .rating,.product-list .product-thumb .caption .price {
	margin-bottom:12px;
}
.rating .fa-stack {
	font-size: 6px;
}
.rating .fa-star-o {
	color: #63b2bf;
	font-size: 12px;
}
.rating .fa-star {
	color: #63b2bf;
	font-size: 12px;
}
.product-thumb .price-tax {
	font-size: 12px;
	display: block;
}
.button-grid.button-group {
	width:100%;
	/*border-bottom:1px solid #eaeaea;
	line-height:0;
	background-color:#ffffff;*/
}
/*.product-thumb:hover .button-grid.button-group,
.product-related  .relt_product:hover .button-grid.button-group{
	visibility:visible;
	opacity:1;
	filter:alpha(opacity=1);
}*/
.button-group button{
	background: #ffffff;
	text-align: center;
	text-transform: uppercase;
	outline:none;
	height:40px;
	color: #bebebe;
	line-height:40px;
}
.button-grid.button-group button{
	display: inline-block;
	border:none;
	bottom:0;
	vertical-align:top;
}
/*.product-thumb:hover  .button-grid.button-group .btn-quickshop,
.product-related  .relt_product:hover .button-group .btn-quickshop{
	right:0;
	-webkit-transition:all 0.3s ease 0.3s;
	-moz-transition:all 0.3s ease 0.3s;
	transition: all 0.3s ease 0.3s;
}
.product-thumb:hover .button-grid.button-group .btn-compare,
.product-related  .relt_product:hover .button-group .btn-compare{
	right:40px;
	-webkit-transition:all 0.3s ease 0.2s;
	-moz-transition:all 0.3s ease 0.2s;
	transition: all 0.3s ease 0.2s;
}
.product-thumb:hover .button-grid.button-group .btn-wishlist,
.product-related  .relt_product:hover .button-group .btn-wishlist{
	right:80px;
	-webkit-transition:all 0.3s ease 0.1s;
	-moz-transition:all 0.3s ease 0.1s;
	transition: all 0.3s ease 0.1s;
}
.product-thumb:hover .button-grid.button-group .btn-cart,
.product-related  .relt_product:hover .button-group .btn-cart{
	right:120px;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.button-grid.button-group button + button{
	border-left: 1px solid #eaeaea;
}
.button-grid.button-group button + button:hover{
	border-left: 1px solid #63b2bf;
}*/
.button-group button + button{
	/*width:40px;
	padding: 0 8px;*/
}
.button-group .btn-cart{
	font-size:10px;
	font-weight:700;
}
.button-group.button-grid .btn-cart{
	padding: 0 10px;
}
.button-group .btn-cart i{
	margin-right:4px;
}
.button-group.button-grid .btn-cart:hover{
	color:#303030
}
.button-group.button-grid .btn-cart:hover i{
	color:#63b2bf;
}
.product-layout.product-grid .button-group.button-list,.product-layout.product-list .button-group.button-grid{
	display:none;
}
.button-group button + button:hover{
	background:#63b2bf;
	color:#fff;
}
.product-list .product-thumb .button-group button:hover{
	border:1px solid #63b2bf;
}
.product-list .product-thumb .button-group{
	text-align:left;
}
.product-list .product-thumb .button-group button,.bt-featured-pro .bt-product-large .product-thumb .button-group button{
	border:1px solid #ebebeb;
	margin-right:3px;
	vertical-align:top;
	line-height:38px;
}

.product-list .product-thumb .button-group .btn-quickshop{
	color:#63b2bf;
}
.product-list .product-thumb .button-group .btn-quickshop:hover{
	color:#fff;
}
.product-list .product-thumb .button-group .btn-cart{
	color:#303030;
}

.button-group .btn-cart{
	/*padding:0 24px;*/
}
.button-group button:hover{
	border:none !important;
}
.product-list .product-thumb .button-group .btn-cart i{
	color:#fff;
	margin-right:6px;
}
.button-group.button-list .btn-cart:hover i{color:#fff}
.product-grid  .price{
	margin-bottom:18px;
}
.product-list  .b_filter{
	margin-bottom:12px;
}
.b_filter img{
	margin-right: 3px;
}
.b_filter >*{
	display: inline-block;
	vertical-align: top;
}
.b_filter > span:after{
	content:",";
}
.b_filter > span:last-child:after{
	display: none;
}
.result-pagination{
	margin-bottom:65px;
	margin-top:38px;
	overflow:hidden;
}
.result-pagination .results{
	margin-top:10px;
}
.result-pagination .links{
	overflow:hidden;
	text-align:right;
}
.result-pagination .links .pagination{
	margin:0;
}
.result-pagination .links .pagination li{
	margin-bottom:5px;
	display:inline-block;
}
.result-pagination .links .pagination li>a,.result-pagination .links .pagination li>span{
	border:1px solid #e8e8e8;
	color:#e8e8e8;
	text-align:center;
	font-size:18px;
	line-height:36px;
	font-weight:700;
	padding:0;
	margin-right:5px;
	border-radius:0;
	background:#fff;
	width:40px;
	margin-left:0;
}
.result-pagination .links .pagination li>a:hover,.result-pagination .links .pagination li.active>span{
	border:1px solid #63b2bf;
	color:#63b2bf;
}
.result-pagination .active span{
	color: #fff !important;
}
/*product detail*/
.product-info{
	margin-bottom:30px;
	margin-top: 30px;
}
.product-info .col-sm-6  +.col-sm-6 {
	padding-left:30px;
}
.product-info .bt-product-zoom{
	position:relative;
	margin-bottom:30px;
}
.product-info .bt-product-zoom  .image{
	margin-bottom:10px;
}
.product-info .bt-product-zoom  div.image-additional{
	position:relative;
	padding:0;
}

.product-info .bt-product-zoom .thumbnails li .cloud-zoom img,
.product-info .bt-product-zoom .thumbnails{
	margin-bottom:5px;
}
.product-info .bt-product-zoom .thumbnails>li{
	text-align:center;
}
.product-info .bt-product-zoom  a.prev,.product-info .bt-product-zoom  a.next{
	width:28px;
	height:28px;
	border:1px solid #000;
	color:#000;
	text-align:center;
	border-radius:50%;
	opacity:0.5;
	filter:alpha(opacity=50);
	position:absolute;
	top:50%;
	z-index:100;
	margin-top:-14px;
}
.product-info .bt-product-zoom  a.prev{
	left:-28px;
}
.product-info .bt-product-zoom  a.next{
	right:-28px;
}
.product-info .bt-product-zoom  a.prev:hover,.product-info .bt-product-zoom  a.next:hover{
	opacity:1;
	filter:alpha(opacity=100);
}
.product-info .bt-product-zoom  a.prev i,.product-info .bt-product-zoom  a.next i{
	font-size:18px;
	line-height:26px;
	letter-spacing:-2px;
}
.product-info h2{
	font-size:28px;
	font-weight:700;
	line-height:27px;
	color:#727171 !important;
	margin-bottom:10px;
}
.product-info .review{
	margin-bottom:20px;
}
.product-info .description{
	line-height:24px;
	border-bottom:1px solid #ebebeb;
	padding-bottom:20px;
	margin-bottom:18px;
	display: inline-block;
	width: 100%;
}
.product-info .description .stock{font-weight:400;}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.product-info .price_info{
	/*border-bottom:1px solid #ebebeb;
	padding-bottom:20px;
	margin-bottom:18px;
	line-height:24px;*/
	width: 30%;
	float: left;
	width: 100%;
}
.product-info  .price_info .price{
	line-height: 59px !important;
}
.v_product_options{
	float: left;
	width: 70%;
}
.product-info .price_info .price,.product-info .price_info .price-new {
	font-size:18px;
	font-weight:400;
	color:#63b2bf;
}
.product-info .price_info .price-old{
	font-size:18px;
	color:#a0a0a0;
	line-height:22ppx;
}
.product-info .price_info .price-tax{
	line-height:24px;
	display:block;
}
.product-info .options h3{
	font-weight:400;
	line-height:30px;
	margin-bottom:10px;
}
.product-info .options .bt-image-option img{
	width: 30px;
	height: 30px;
	margin-right: 5px;
	border: 2px solid transparent;
}
.product-info .options .bt-image-option.active img{
	border: 2px solid #3f3f3d;
}
.product-info .options .bt-image-option input[type="radio"]{
	display: none;
}
.product-info .options .bt-image-option label{
	padding: 0;
}
.product-info .options .form-group{
	margin-bottom:20px;
}
.product-info .options .form-group .line-bottom{
	border-bottom:1px solid #ebebeb;
	padding-bottom:25px;
}
.product-info .options .form-group .checkbox:last-child, .product-info .options .form-group .radio:last-child{
	margin-bottom:0;
}
.product-info .options div.required .form-control{
	height:35px;
	padding:6px 10px;
	border:1px solid #c9c9c9;
	line-height:1.55em;
	font-size:14px
}
.product-info .options div.required  textarea.form-control{
	min-height:100px;
}
.product-info .options div.required .control-label{margin-bottom:8px;}
.product-info .options div.required .control-label:after {
    color: #666;
    content: "(*) ";
}
.input-group.date button.btn-default, .input-group.time button.btn-default, .input-group.datetime button.btn-default{
	height:35px;
	background:#fff;
	border-top:1px solid #c9c9c9;
	border-right:1px solid #c9c9c9;
	border-bottom:1px solid #c9c9c9;
	border-left:none;
	padding:6px 10px;
	
}
.input-group.date button.btn-default i, .input-group.time button.btn-default i, .input-group.datetime button.btn-default i{
	line-height:22px;
	vertical-align:top;
}
.product-info .quantily_info{
	
	margin-bottom:18px;
}
.product-info .quantily_info .select_number{
	overflow:hidden;
	position:relative;
}
.product-info .quantily_info .select_number input{
	width:65px;
	height:38px;
	padding:10px;
	text-align:center;
	line-height:18px;
	border:1px solid #c9c9c9
}
.product-info .quantily_info .select_number .increase, .product-info .quantily_info .select_number .decrease{
	/*position:absolute;
	left:65px;
	width:18px;
	height:18px;*/
	background:#727171;
	border:none;
	text-align:center;
	color:#fff;
	padding:0;
}
.product-info .quantily_info .select_number .increase:hover, .product-info .quantily_info .select_number .decrease:hover{
	background:#b2b2b2;
}
.product-info .quantily_info .select_number .increase i, .product-info .quantily_info .select_number .decrease i{
	line-height:17px;
	letter-spacing:-2px;
	font-size:16px;
	vertical-align:top;
}
.product-info .quantily_info .select_number .increase {top:0}
.product-info .quantily_info .select_number .decrease{bottom:0}
.product-info .quantily_info .title_text{
	float:left;
	width:10%;
	margin-right:8px;
	margin-top:10px;
}
.product-info .quantily_info .minimum{
	margin-top:15px;
}
.product-info .options .btn-upload{
	display:block;
	margin-top:10px;
	padding:0 38px;
}
.product-info .button-group{
	overflow:hidden;
	margin-bottom:10px;
}
.product-info .button-group .btn-cart,.product-info .button-group .btn-wishlist,.product-info .button-group .btn-compare,
.product-info .options .btn-upload{
    font-size: 14px;
    font-weight: 400;
	
	text-align:center;
	transition:all 0.3s linear 0s;
	-moz-transition:all 0.3s linear 0s;
	-webkit-transition:all 0.3s linear 0s;
	height:40px;
	line-height:40px;
}
.product-info .button-group .btn-cart i{margin-right:10px;}
.product-info .button-group .btn-cart{
	display:block;
	width:100%;
	background:#63b2bf;
	color:#fff;
	border:1px solid #63b2bf;
	margin-bottom:15px;
	padding:0 10px;
}
.product-info .button-group .btn-cart:hover{
	background:#fff;
	color:#63b2bf;
}
.product-info .button-group .btn-wishlist,.product-info .button-group .btn-compare{padding:0 8px;}
.product-info .button-group .btn-wishlist .fa,.product-info .button-group .btn-compare .fa{vertical-align:top;line-height:40px;}
.product-info .button-group .btn-wishlist{width:46.5%;}
.product-info .button-group .btn-compare{width:50.5%;}
.product-info .button-group .btn-wishlist,.product-info .button-group .btn-compare,.product-info .options .btn-upload{
	background:#f9f9f9;
	border:1px solid #e2e2e2;
	color:#ababab;
}
.product-info .button-group .btn-wishlist:hover,.product-info .button-group .btn-compare:hover,.product-info .options .btn-upload:hover{
	background:#63b2bf;
	border:1px solid #f18841;
	color:#fff;
}
.product-info .button-group .btn-wishlist{position:relative}
.product-info .button-group .btn-wishlist:after{
	position:absolute;
	left:0;
	top:0;
	width:0;
	height:100%;
	transition:all 0.5s ease 0s;
	z-index:-1;
}
.product-info .button-group .btn-wishlist:hover:after{
	width:100%;
	background:#63b2bf;
}
.product-info .button-group .btn-wishlist:hover{background:transparent}
.product-info .button-group .btn-wishlist{float:left}
.product-info .button-group .btn-compare{float:right;}
.product-info .button-group .btn-wishlist i,.product-info .button-group .btn-compare i{
	margin-right:6px;
}
.product-info .review .rating{
	float:left;
	margin-right:5px;
	line-height:17px;
}
.product-info .review .review_text{
	overflow:hidden;
	line-height:20px;
}
.product-info .review .review_text a+a:before{
	content:"|";
	margin:0 5px;
	color:#000
}
.thumbnails > img {
	width: 100%;
}
.thumbnails .image-additional {
	float: left;
	margin:0 5px;
}
.htabs{
	border:1px solid #ededed;
}
.htabs ul li{
	display:inline-block;
	margin-bottom:-1px;
	float:none;
	vertical-align:top;
	margin-right:-3px;
}
.htabs ul li a{
	float:left;
	padding:12px 24px 9px 16px;
	border-bottom:1px solid #ededed;
	font-size:16px;
	line-height:18px;
	color:#d6d6d6;
	
	display:block;
	position: relative;
}
.htabs ul li a:before{
	content:"";
	position: absolute;
	left: 50%;
	width: 0;
	height:2px;
	background: #63b2bf;
	transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
	top: 0;
}
.htabs ul li.active a:before,.htabs ul li a:hover:before{
	left:0;
	width: 100%;
}
.htabs ul li +li a{
	border-left:1px solid #ededed;
}
.htabs ul li.active a,.htabs ul li a:hover{
	color:#717171
}
.htabs ul li.active a{
	border-bottom:1px solid #fff;
}
.htabs ul li:last-child.active a{
	border-right:1px solid #ededed;
}
.tab-content{
	border-left:1px solid #ededed;
	border-bottom:1px solid #ededed;
	border-right:1px solid #ededed;
	padding:25px 20px 10px 25px;
	overflow:hidden;
	margin-bottom:62px;
}
.tab-content iframe +p{
	margin-top:1em;
}
#tab-description{
	text-align:center;
}
.tab-content #tab-description p{
	text-align:left;
	font-size:14px;
}
#tab-description iframe{
	margin:10px 0 25px;
	max-width:100%;
}
.tab-content table.attribute {
	border:1px solid #ededed;
	width:100%;
	margin-bottom:15px;
}
.tab-content table.attribute  td{
	padding:15px;
}
.tab-content table.attribute tbody td{
	border-top:1px solid #ededed;
}
.tab-content table.attribute tbody td +td{
	border-left:1px solid #ededed;
}
.review-product{
	margin-bottom:65px;
}
#review{margin-bottom:50px;}
#review .box-review{
	border:1px solid #ededed;
	padding:22px 20px 12px;
	margin-bottom:18px;
	font-size:14px;
}
#review .box-review p.author span{
	color:#63b2bf;
}
#review .box-review p.author{
	color:#bfbfbf;
	margin-bottom:0;
}
#review .box-review p.author span:after{
	content:"|";
	margin:0 3px;
	color:#bfbfbf;
}
.review-product h1,.product-related h1,
.bt-facecomments h1{
	font-size:24px;
	line-height: 30px;
}
.review-product h1{
	margin-bottom:20px;
}
.review-product .form-horizontal .form-group{
	margin-left:0;
	margin-right:0;
	overflow:hidden;
	margin-bottom:10px;
}
.review-product .form-horizontal .form-group .control-label{
	float:left;
	width:35%;
	text-align:left;
	font-size:14px;
	font-weight:700;
	line-height:28px;
	padding-top:0;
}
.review-product .form-horizontal .form-group .form-control{
	width:50%;
	height:32px;
	padding:6px;
	line-height:20px;
}
.review-product .form-horizontal .form-group  textarea.form-control{
	min-height:100px;
}
.review-product .form-horizontal .buttons{
	overflow:hidden;
}
.product-related{
	overflow:hidden;
	margin-bottom:30px;
	position:relative;
}
.product-related h1{
	margin-bottom:36px;
}
.product-related .carousel-button{
	position:absolute;
	top:50%;
	right:0;
	z-index: 99;
    width: 100%;
}
.product-related .carousel-button .prev,.product-related .carousel-button .next{
	width:30px;
	height:30px;
	color:#000;
	border-radius:50%;
	border:1px solid #000;
	text-align:center;
	opacity:0.5;
	filter:alpha(opacity=23);
	background-color: rgba(255,255,255,1);
}
.product-related .carousel-button .prev{
	float: left;
}
.product-related .carousel-button .next{
	float: right;
}
.product-related .carousel-button .prev:hover,.product-related .carousel-button .next:hover{
	opacity:1;
	filter:alpha(opacity=100);
}
.product-related .carousel-button .prev{margin-right:10px;}
.product-related .carousel-button .prev .fa,.product-related .carousel-button .next .fa{
	font-size:18px;
	line-height:28px;
}
.product-related .carousel-button .next .fa{
	letter-spacing:-2px;
}
.product-related ul li{
	display: inline-block;
    float: none;
    margin-left: 0;
    vertical-align: top;
	max-width:300px;
}
.product-related ul li .relt_product{
	position:relative;
	margin:0 15px;
	display:inline-block;
	overflow:hidden;
}
.product-related ul li .relt_product .image{
	position:relative;
	
}
.product-related ul li .relt_product .caption{
	text-align:center;
}
.product-related ul li .relt_product .caption .rating{
	margin-bottom:15px;
}
.product-related .list_carousel{
	margin:0 -15px;
}
.bt-facecomments{
	margin-bottom: 40px;
}
/*compare*/

.compare-infomation{
	overflow-x:auto;
	overflow-y:hidden;
	margin-bottom:80px;
}
.compare-info{
	margin-top:25px;
	width:100%;
	max-width:100%;
}
.compare-info td{
	padding:22px 28px;
	border:1px solid #ebebeb;
	vertical-align:middle;
}
.compare-info td.name, .compare-info td.description{
	vertical-align:top;
}
.compare-info td:first-child{
	padding:22px 20px;
	
	font-weight:700;
	vertical-align:middle;
}
.compare-info .image img{
	max-width:180px;
}
.compare-info .image{
	position:relative; 
	padding-top:52px;
	text-align:center;
	padding-bottom:30px
}
.compare-info .image a{
	position:absolute;
	top:22px;
	right:40px;
	color:#dcdcdc;
}
.compare-info .image a:hover{
	color:#303030
}
.compare-info .stock{
	color:#63b2bf;
	font-style:italic;
}
.compare-info .description{
	line-height:1.55em;
}
.compare-info .price{
	margin-bottom:20px;
}
.compare-info .btn-cart,.compare-info .btn-wishlist{
	font-size:10px;
	font-weight:700;
	line-height:38px;
	
	width:100%;
	padding:0 10px;
	margin-bottom:10px;
	transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
	height:40px;
}
.compare-info .btn-cart{
	color:#fff;
	background:#63b2bf;
	border:1px solid #63b2bf;	
}
.compare-info .btn-cart .fa,.compare-info .btn-wishlist .fa{
	margin-right:8px;
	vertical-align:top;
	line-height:38px;
}
.compare-info .btn-cart:hover{
	background:#cdcdcd;
	border:1px solid #cdcdcd;
}
.compare-info .btn-wishlist{
	background:#fff;
	border:1px solid #ececec;
	color:#666;
}
.compare-info .btn-wishlist:hover{
	color:#fff;
	background:#63b2bf;
	border:1px solid #63b2bf;
}
/*search page*/
h1+ .control-label{
	
	font-weight:700;
	margin-bottom:8px;
	margin-top:20px;
}
.content-search .box-search,.content-search .box-search-cate{
	margin-bottom:10px;
}
.content-search .box-search .form-control,.content-search .box-search-cate .form-control {
	width:40%;
}
.content-search .checkbox-search-cate input[type="checkbox"],.content-search .checkbox-search-desc input[type="checkbox"]{
	margin-top:2px;
}
.content-search .checkbox-search-desc{
	margin-bottom:20px;
}
#button-search{
	margin-bottom:30px;
}
.manufacturer-list{
	border-bottom:3px solid #63b2bf;
	margin-bottom:20px;
	padding:20px;
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
.manufacturer-list:last-child{
	margin-bottom:50px;
}
/*quickshop*/
.modal-header .close {
    margin-top: -10px;
}
.product-info-qs .product-name h1{
	font-size:24px;
	line-height:26px;
	color:#63b2bf;
}
.product-info-qs.product-info{
	margin-bottom:10px;
}
.product-info-qs.product-info .description,.product-info-qs.product-info .price_info {
	border-bottom:none;
	padding-bottom:0;
	margin-bottom:10px;
}
.product-info .price_info .price, .product-info .price_info .price-new {
    color: #63b2bf;
    font-size: 30px;
	line-height:32px;
    font-weight: 400;
}
.product-info-qs.product-info .viewdetail{
	text-align:right;
}
.product-info-qs.product-info .viewdetail a{
	color:#63b2bf;
	font-size:12px;
	font-weight:700;
}
.product-info-qs.product-info .viewdetail a:hover{
	text-decoration:underline;
}
.product-info-qs.product-info .image-additional ul{
	border-top:1px solid #eaeaea;
	padding-top:12px;
	margin-left:-8px;
}
.product-info-qs.product-info .image-additional ul li{
	display:inline-block;
	vertical-align:top;
	margin:0 8px;
}
.product-info-qs.product-info .bt-product-zoom .image{
	margin-bottom:10px;
}
/*shoppingcart*/
.table-responsive{
	overflow-x:auto;
	overflow-y:hidden;
}
.cart-info,.wishlist-info,.b_bulk_order_ajax .b_bulk_table{
	overflow-x:auto;
	overflow-y:hidden;
	width:100%;
}
.cart-info{
	margin-bottom:2em;
	margin-top:2em;
}
.checkout .table,.wishlist-info .table,.b_bulk_order_ajax .table{
	border: 1px solid #e9e9e9;
	margin-bottom:0;
}
.cart-info .table thead,.checkout .table thead,.wishlist-info .table  thead,.b_bulk_order_ajax .table thead{
	background:#f8f8f8;
}
.cart-info .table thead td,.checkout .table thead td, .wishlist-info .table  thead td,.b_bulk_order_ajax .table thead td{
	font-size:15px;
	
	color:#484848;
	line-height:17px;
	padding:20px 24px;
}
.cart-info .table  td.image,.cart-info .table  td.name,.checkout .table  td.name ,
.wishlist-info .table td.image,.wishlist-info .table  td.name{
	text-align:left;
}
.cart-info .table tr td,.checkout .table  tr td,.wishlist-info .table tr td{
	text-align:center;
	padding:17px;
}
.checkout .table  tr td,.wishlist-info .table tr td,.b_bulk_order_ajax .table tr td{
	border-left:1px solid #e9e9e9;
	vertical-align:middle;
}
.checkout .table  tbody  tr td,.wishlist-info .table tbody tr td,.b_bulk_order_ajax .table tbody tr td{
	border-top:1px solid #e9e9e9;
}
.wishlist-info .table tbody tr td.name{
	border-left:none;
}
.checkout .table  tbody  tr td.name a {margin-bottom:2px;}
.cart-info .table tbody  tr td.quantity{
	min-width:142px;
}
.cart-info .table tbody  tr td.quantity button,.b_bulk_order_ajax .table tr td .input-group.btn-block button{
	background:#ebebeb;
	border:1px solid #ebebeb;
	color:#232323;
	width:25px;
	height:25px;
	text-align:center;
	float: left;
}
.cart-info .table tbody  tr td.quantity button .fa{
	vertical-align:top;
	line-height:25px;
}
.cart-info .table tbody  tr td.quantity input,.b_bulk_order_ajax .table tr td .input-group.btn-block input{
	height:25px;
	padding:5px;
	line-height:15px;
	text-align:center;
	width:auto;
	min-width: 25px;
	margin: 0 3px;
}
.cart-info .table tbody  tr td.quantity .input-group{
	margin:0 auto;
}
.cart-info .table tbody  tr td.remove .btn-update, .cart-info .table tbody  tr td.remove .btn-remove,
.wishlist-info .table tbody  tr td.action .btn-remove,.wishlist-info .table tbody  tr td.action .btn-cart {
	background:transparent;
	border:none;
	padding:0;
}
.cart-info .table tbody  tr td.remove .btn-update{
	color:#63b2bf;
	margin-right:20px;
	transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	width:25px;
	height:25px;
}
#content.col-sm-9 .cart-info .table tbody  tr td.remove .btn-update{
	margin-right:3px;
}
.cart-info .table tbody  tr td.remove .btn-update:hover{
	transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
}
.cart-info .table tbody  tr td.remove .btn-remove,.wishlist-info .table tbody  tr td.action .btn-remove {
	color:#dcdcdc;
}
.cart-info .table tbody  tr td.remove .btn-remove:hover,.wishlist-info .table tbody  tr td.action .btn-remove:hover{
	color:#000;
}
.cart-info .table tbody  tr td.product-price,.cart-info .table tbody  tr td.total,
.checkout .table  tbody tr td.product-price,.checkout .table  tbody tr td.total {
	font-size:18px;
}
.checkout-cart #content{
	margin-bottom:50px;
}
.checkout-cart #content >h2{
	margin-bottom:0.5em;
}
.cart-module .panel-body{
	padding:15px 15px 30px 0;
	border-radius:0;
}
.cart-module .panel{
	border-radius:0;
	border:none;
	box-shadow:none;
}
.cart-module .panel:first-child{
	padding-left:0;
}
.cart-module .panel  + .panel{
	margin-top:0;
}
.cart-module .panel:last-child{padding-right:0;}
.cart-module .panel:last-child .panel-body{padding-right:0;}
.cart-module .panel>.panel-heading{
	padding:0;
	background:none;
}
.cart-module .input-group{
	display:block;
}
.cart-module .control-label{
	margin-bottom:8px;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group{margin-left:0;}
.cart-module .input-group input.form-control{
	float:none;
}
.cart-module .form-control{
	width:100%;
	height:42px;
	padding:6px 12px;
	line-height:30px;
	margin-bottom:12px;
}
.cart-module .input-group .input-group-btn{
	display:block;
	width:100%;
	margin-top:8px;
}
#button-quote{
	margin-top:8px;
}
.cart-module .required .control-label:after{
	content:"*";
	color:#ff0101;
	margin-left:3px;
}
.cart-module  .btn.btn-gray{
	padding:8px 24px;
}
.cart-module{
	margin-bottom:10px;
	overflow:hidden;
}
h4.panel-title{
	font-size:16px;    
	line-height: 18px;
    font-weight: 700;
	color:#666;
	margin-top: 1em;
    text-transform: uppercase;
}
.cart-total{
	overflow:hidden;
}

.cart-total table tr td{
	border-top:1px solid #c4e4e7;
	line-height:40px;
	padding-right:55px;
	font-size:16px;
}
.cart-total table tr td.left{
	text-align:left;
	padding-left:55px;
}
.cart-total table tr td.right{
	padding-left:45px;
}
.cart-total table tr:last-child  td{
	font-weight:700;
}
.cart-total table tr:first-child  td{
	border-top:none;
}
.cart-total + .buttons{
	overflow:hidden;
	margin-top:40px;
	margin-bottom: 40px;
}
.cart-total + .buttons  .btn.btn-blue{
	margin-right:80px;
}
.cart-total + .buttons  .btn.btn-gray,.cart-total + .buttons  .btn.btn-blue,#button-confirm{
	padding:12px 48px;
	font-size:16px;
	line-height:18px;
}
.b_bulk_order_ajax .table tbody tr td.name a{
	margin: 0;
}
/*Bulk order*/
#boss_bulk_order{
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #e9e9e9;
	margin-bottom: 30px;
	padding: 20px 5px;
}
#boss_bulk_order>div{
	padding: 0 15px;
}
#boss_bulk_order input,#boss_bulk_order select{
	height: 40px;
}
#boss_bulk_order span.ui-corner-all {
    border: 4px solid #63b2bf;
    border-radius: 50%;
    height: 16px;
    top: -6px;
    width: 16px;
	outline: none;
	background: #f6f6f6;
}
#boss_bulk_order .ui-widget-content {
    height: 6px;
	margin-bottom: 2px;
}
#boss_bulk_order .ui-widget-header {
    background: #3f3f3f;
}
#boss_bulk_order .search-price input {
    color: #dd5f65 !important;
}
#boss_bulk_order, #boss_bulk_order +.form-group{
	float: left;
	width: 100%;
}
#boss_bulk_order +.form-group{
	margin: 20px 0 40px;
}
#boss_bulk_order .btn {
    margin-top: 26px;
    width: 45%;
	height: 42px;
}
.b_bulk_order_ajax{
	clear: both;
}
.b_bulk_order_ajax .table thead td{
	text-align: center;
}
.b_bulk_order_ajax .table tr td{
	padding: 20px;
	min-width: 120px;
}
.b_bulk_order_ajax .table .input-group.datetime  {
	width: 180px;
}
.b_bulk_order_ajax .table .form-group{
	min-width: 150px;
}
.b_bulk_order_ajax .table .radio.bt-image-option{
	display: inline-block;
	vertical-align: top;
	margin: 0;
}
.b_bulk_order_ajax .table .radio.bt-image-option label{
	padding: 0;
	font-size: 0;
}
.b_bulk_order_ajax .form-group .form-control{
	height: 35px;
	padding: 0 10px;
	line-height:33px;
}
.b_bulk_order_ajax table td .bt-image-option img {
    margin-right: 5px;
    width: 30px;
	border-radius: 0;
	margin-bottom: 8px;
}
.b_bulk_order_ajax .table tr td .price{
	font-size: 16px;
	text-align: center;
	min-width: 95px;
}
.b_bulk_order_ajax .table tr td .price .price-tax{
	display: block;
	font-size: 14px;
	font-weight: 400;
}
.b_bulk_order_ajax .table tr td .input-group.btn-block{
	margin:0 auto 10px;
	text-align: center;
	width: auto;
	overflow: hidden;
}
.b_bulk_order_ajax .table tr td .cart{
	text-align: center;
}
.b_bulk_order_ajax .table tr td .cart .btn{
	min-width: 88px;
}
.search-price .form-group{
	padding: 0 10px;
}
.search-price .form-group p{
	margin-left: -10px;
}
.bt-breadcrumb .container{
	padding: 0;
}
.b_bulk_order_ajax .pagination a{
	cursor: pointer;
}
.b_bulk_title{
	padding: 15px 20px;
	background: #63b2bf;
	color: #fff;
	margin: 0;
}
.b_bulk_order_ajax .table tr td .input-group.btn-block button i{
	font-size: 11px;
	vertical-align:top;
	line-height: 25px;
}
#bulk-load{
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 996;
  top: 0;
  background-color: rgba(255,255,255,0.7);
}
#bulk-load:before{
  content: "\f110";
  font: 40px FontAwesome;
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
  -moz-animation: fa-spin 1s infinite steps(8);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -40px;
}
/*checkout*/
#content>h1{
	margin-bottom:0;
}
.checkout{
	margin:2em 0 50px;
}
.checkout .panel{
	box-shadow:none;
	border-radius:0;
	border:none;
	margin-bottom:0.5em;
}
.checkout .panel .panel-heading{
	background:#fff;
	border:none;
	border-radius:0;
	padding:0;
	opacity:0.5;
	filter:alpha(opacity=50);
}
.checkout .panel .panel-heading.active{
	opacity:1;
	filter:alpha(opacity=100);
}
.checkout .panel .panel-heading h4.panel-title{
	padding:0.5em 0;
	border-bottom:3px solid #63b2bf;
}
.checkout .panel:first-child  .panel-heading h4.panel-title{
	padding-top:0;
}
.checkout .panel .panel-body{
	padding:20px 0;
}
.checkout .btn.btn-gray,.content-login  .btn.btn-gray{
	font-size:12px;
	padding:6px 20px;
	margin-top:18px;
}
.checkout .form-group +.btn.btn-gray, .content-login .form-group + .btn.btn-gray{
	margin-top:0;
}
.checkout .panel .panel-body  .form-group{
	margin-bottom:18px;
}
.checkout .panel .panel-body  .control-label{
	margin-bottom:8px;
}
.checkout .panel .panel-body p span{
	font-weight:700;
}
a.forgotten{
	margin-left:10px;
	color:#ed1c24;
	font-size:16px;
	margin-top:10px;
	display:inline-block;
}
a.forgotten:hover{
	text-decoration:underline;
}
.checkout .panel .panel-body  .form-control{
	width:90%;
}
.checkout  .form-group.required .control-label:after{	
	content:"*";
	color:#ed1c24;
	margin-left:3px;
}
.checkout h3{
	margin-bottom:12px;
}
.checkout .panel .panel-body  .buttons{
	margin:0
}
#shipping-existing .form-control,#payment-existing .form-control{
	width:55%;
	margin:8px 0;
}
#payment-new .form-control, #shipping-new .form-control{
	width:55%;
}
#content.col-sm-9 #payment-new .form-control,#content.col-sm-9  #shipping-new .form-control{
	width:70%;
}
.checkout .table  tfoot tr td{
	font-size:16px;
	text-align:right;
	font-weight:700;
	border-left:none;
}
#button-confirm{
	margin-top:30px;
}
.checkout .panel .panel-body  .left-content{
	width:45%;
	margin-right:40px;
}
.btn{
	font-size:14px;
	font-weight:700;
	color:#fff;
	line-height:16px;

	background:#63b2bf;
	border:1px solid #63b2bf;
	padding:8px 15px;
	transition:all 0.3s linear 0s;
	-moz-transition:all 0.3s linear 0s;
	-webkit-transition:all 0.3s linear 0s;
}
.btn:hover{
	background:#fff;
	color:#63b2bf;
}
.btn.btn-gray{
	padding:10px 24px;
	color:#666;
	background:#fff;
	border:1px solid #d6d6d6;
	font-weight:400;
}
.btn.btn-gray:hover{
	color:#63b2bf;
	border:1px solid #63b2bf;
}
.btn.btn-blue{
	padding:10px 22px;
	color:#63b2bf;
	background:#fff;
	border:1px solid #63b2bf;
	font-weight:400;
}
.btn.btn-blue:hover, .btn.btn-blue.active {
	background:#63b2bf;
	color:#fff;
}
.btn.active, .btn:active {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
/*checkout one page*/
.modal .modal-dialog {
	min-width: 360px;
}
.aqc-column .btn.pull-right  {
	padding: 8px 25px;
}
.radio span.price {
	margin-left: 5px;
}
.qc-checkout-product {
	overflow-x: auto;
}
/*myaccount*/
.box.account{
	margin-bottom:32px;
}
.box.account .box-heading{
	font-size:20px;
	line-height:22px;
	
	color:#303030;
	margin-bottom:0;
}
.box.account .box-content ul li a{
	border-top:1px solid #ebebeb;
	line-height:40px;
	display:block;
}
.box.account .box-content ul li:first-child a{
	border-top:none;
}
.box.account .box-content ul li a:hover,.box.account .box-content ul li.active a{
	color:#98cb78;
}
.wishlist-info{margin-top:30px;}
.content-login .left{
	margin-right:10px;
}
.content-login .right{
	margin-left:10px;
}
.content-login p{
	line-height:1.55em;
}
.content-login .right .form-group  + .form-group{
	margin-bottom:25px;
}
h1.page-title{
	font-size:24px;
	line-height:26px;
	color:#63b2bf;
	font-weight:700;
	margin-bottom:30px;
}
.register{
	margin-bottom:60px;
}
form.form-horizontal .control-label{
	margin-bottom:8px;
	padding-top:0;
}
form.form-horizontal .required .control-label:after{
	content:"*";
	color:#ed1c24;
	margin-left:3px;
}
form.form-horizontal .form-control{
	height:40px;
	padding:6px 10px;
	line-height:28px;
	margin-bottom:8px;
}
form.form-horizontal textarea.form-control{
	min-height:100px;
}
.register .form-control{
	width:38%;
}
.register h1{
	font-size:20px;
	color:#303030;
	line-height:32px;
	margin-bottom:0;
}
.register fieldset +fieldset{
	margin-top:43px;
}
form.form-horizontal  .radio-inline{
	padding-top:0;
	margin-left:10px;
}
.register .newsletter{
	margin-top:6px;
}
.register .buttons{
	margin-top:10px;
}
.register .button-register{
	margin-top:18px;
}
.register .button-register .btn.btn-gray{
	padding:6px 20px;
}
.modal-dialog .modal-content{
	border-radius:0;
}
#content>h1.block-title{
	font-size: 30px;
    line-height: 30px;
    color: #98cb78;
    margin-bottom: 20px;
    font-weight: 700;
}
h1.block-title +ul{
	margin-bottom:30px;
}
h1.block-title +ul li{
	margin-bottom:6px;
}
h1.block-title +ul li a{
	line-height:1.55em;
}
.wishlist-info + .buttons{
	margin:15px 0 56px; 
}
.wishlist-info .price{
	font-weight:400;
}
.wishlist-info .table tbody  tr td.action .btn-cart,.table-responsive .table tbody  tr td .btn-cart{
	color:#434343;
	margin-right:20px;
}
.wishlist-info .table tbody  tr td.action .btn-cart:hover,.table-responsive .table tbody  tr td .btn-cart:hover {
	color:#63b2bf;
}
.wishlist-info .table tbody  tr td.name a{
	margin-bottom:0;
}
form.form-horizontal  .btn-gray+.btn-blue,h1.block-title + .table td .btn-gray+.btn-blue,
h1.block-title + .table +.buttons .btn-gray+.btn-blue{
	margin-left:5px;
}
h1.block-title + form.form-horizontal,h1.block-title + .table,h1.block-title + .table-responsive {
	margin-top:20px;
}
h1.block-title + .table tr td{
	vertical-align:middle;
}
 .table .btn.btn-info,.table-responsive .table tbody  tr td .btn-cart{
	background:transparent;
	color:#434343;
}
.table .btn-info{
	border:none;
	padding:0
}
.table .btn-info:hover{
	color:#63b2bf;
}
.table-bordered.table thead td{
	border-bottom:none;
}
.table-responsive .table tbody  tr td .btn-cart{
	border:1px solid #434343;
}
.table-responsive .table tbody  tr td .btn-cart:hover{
	border:1px solid #63b2bf;
}
.table-responsive .table tbody  tr td .btn-return{
	background:transparent;
	border:1px solid #98cb78;
	color:#98cb78;
}
.table-responsive .table tbody  tr td .btn-return:hover{
	background: #98cb78;
	color:#fff;
}
h1.block-title +p + .form-horizontal{
	margin-bottom:40px;
	margin-top:20px;
}
h1.block-title +p + .form-horizontal fieldset +fieldset{
	margin-top:30px;
}
.form-horizontal .input-group.date .input-group-btn{
	vertical-align:top;
}
.form-horizontal .input-group.date .input-group-btn .btn-default{
	margin-left:0;
	height:40px;
}
h1.block-title +p + .form-horizontal .radio{
	padding-top:0;
}
p +.content-login{
	margin-top:30px;
}
.form-horizontal fieldset +fieldset{
	margin-top:30px;
}
.form-horizontal fieldset + .buttons{
	margin-bottom:40px;
}
/* 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%;
    }
}
/*homepage*/
.col-sm-12{
	padding:0;
}
a.next,a.prev{
	display:inline-block;
	transition:all 0.4s ease 0s;
	-webkit-transition:all 0.4s ease 0s;
	-moz-transition:all 0.4s ease 0s;
}
.boss-blog-featured .box-heading  h1,.bt-block-theme-features .box-heading h1{
	margin-bottom:40px;
	margin-top:60px;
}
.bt-featured-pro .box-heading h1{
	text-align:center;
}
.bt-featured-pro .bt-product-content .bt-item-extra.element-4{
	float:left;
	margin:0 12px;
	width:23.1%;
}
.bt-featured-pro .bt-product-content .bt-item-extra.element-4:first-child{
	margin-left:0 ;
}
.bt-featured-pro .bt-product-content .bt-item-extra.element-4 .image{
	margin-bottom:20px;
}
.bt-featured-pro .bt-product-content .bt-item-extra.element-4 .rating{
	margin-bottom:16px;
}
.bt-featured-pro .bt-product-content .bt-item-extra.element-4 .price{
	margin-bottom:0;
}






/*---*/
.popular-cate {
	margin-bottom:60px;
	overflow:hidden;
}
.popular-cate .box-heading h1{
	text-align:center;
	color:#303030;
	margin-bottom:30px;
}
.popular-cate .box-content{
	position:relative;
	margin-left:-15px;
	margin-right:-15px;
}
.popular-cate .box-content .carousel-content>div{
	float:none;
	display:inline-block;
	padding:0;
	margin:0 15px;
	position:relative;
	text-align:center;
	vertical-align:top;
}
.popular-cate .box-content .carousel-content>div .cate-image img{
	width:100%;
}
.popular-cate .box-content .carousel-content>div .cate-name,.popular-cate .box-content .carousel-content>div .count-product{
	position:absolute;
	left:0;
	width:100%;
}
.popular-cate .box-content .carousel-content>div .cate-name{
	color:#fff;
	font-size:40px;
	line-height:42px;
	font-weight:400;
	
	top:48%;
}
.popular-cate .box-content .carousel-content>div .count-product{
	top:56%;
	color:#fff;
	font-size:20px;
	line-height:22px;
	font-style:italic;
}
.popular-cate .box-content .prev, .popular-cate .box-content .next{
	width:30px;
	height:30px;
	border-radius:50%;
	position:absolute;
	top:50%; 
	text-align:center;
	border:1px solid #666;
	background:transparent;
	color:#666;
	margin-top:-15px;
	opacity:0;
	visibility:hidden;
}
.popular-cate .box-content:hover .prev, .popular-cate .box-content:hover .next{
	opacity:1;
	visibility:visible;
}
.popular-cate .box-content .prev:hover, .popular-cate .box-content .next:hover{
	border:1px solid #63b2bf;
	background:#63b2bf;
	color:#fff;
}
.popular-cate .box-content .prev .fa, .popular-cate .box-content .next .fa{
	font-size:20px;
	vertical-align:top;
	line-height:28px;
}
.popular-cate .box-content .next .fa{
	letter-spacing:-3px;
}
.popular-cate .box-content .prev{
	left:-25px;
}
.popular-cate .box-content .next{
	right:-22px;
}
.popular-cate .box-content:hover .prev{
	left:25px;
}
.popular-cate .box-content:hover .next{
	right:22px;
}
.popular-cate .cate-item{
	position:relative;
	cursor:pointer;
}
.popular-cate .cate-image a{
	position:relative;
	display:block;
}
.popular-cate .cate-image a span{
	font-size:20px;
	line-height:22px;
	
	font-weight:700;
	position:absolute;
	width:100%;
	left:0;
	top:38px;
	color:#666;
}
.popular-cate .cate-image a img{
	border:1px solid #ebebeb;
}
.popular-cate .cate-detail{
	position:absolute;
	left:0;
	width:100%;
	top:76px;
}
.popular-cate .cate-detail a{
	
	line-height:28px;
}
.popular-cate .cate-detail >a{
	font-size:10px;
	font-weight:700;
	line-height:12px;
	color:#3e383a;
	border:1px solid #3e383a;
	display:inline-block;
	padding:7px 35px;
	margin-top:25px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	background:transparent;
}
.popular-cate .cate-detail >a:hover{
	color:#fff;
	border:1px solid #63b2bf;
	background:#63b2bf;
}
.popular-cate .cate-image a:before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.1);
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	opacity:0;
}

.popular-cate .cate-item:hover  .cate-image a:before{
	opacity:1;
}
.boss-blog-featured {
	margin-bottom:60px;
	margin-top:60px;
}
.boss-blog-featured .box-heading  h1{
	text-align:center;
}
.boss-blog-featured .box-content .box-article{
	overflow:hidden;
}
.boss-blog-featured .box-content .box-article .article_content{
	margin-bottom:32px;
	padding:0;
	display: inline-block;
}
.boss-blog-featured .box-content .box-article .article_content +.article_content{
	margin-left:30px;
}
.boss-blog-featured .box-content .box-article .article_content .image{
	/*margin-bottom:25px;*/
}
.boss-blog-featured .box-content .box-article .article_content .image a{
	position:relative;
	display:block;
}
/*.boss-blog-featured .box-content .box-article .article_content .image a:before{
	content:"";
	box-shadow:0 0 0 0 rgba(152,203,120,0.7) inset;
    height: 100%;
    left: 0;
    opacity: 0;
	filter:alpha(opacity=0);
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
    width: 100%;
	box-sizing:border-box;
}
.boss-blog-featured .box-content .box-article .article_content .image a:hover:before{
	opacity: 1;
	filter:alpha(opacity=100);
	box-shadow:0 0 0 135px rgba(152,203,120,0.7) inset;
}*/
/*.boss-blog-featured .box-content .box-article .article_content .image a:after{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:url('../image/viewmore_bg.png') no-repeat center center;
	transition: all 0.3s ease 0.1s;
	-webkit-transition: all 0.3s ease 0.1s;
	-moz-transition: all 0.3s ease 0.1s;
	transform:scale(0);
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	font-weight:300;
	display:inline-block;
	vertical-align:top;
}
.boss-blog-featured .box-content .box-article .article_content .image a:hover:after{
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
}*/
.boss-blog-featured .box-content .box-article .article_content .article-detail{
	padding:0 28px 28px;
}
.boss-blog-featured .box-content .box-article .article_content .article-detail .description p{
	line-height:23px;
}
.boss-blog-featured .box-content .box-article .article_content .article-detail .article-name a{
	font-size:16px;
	line-height:24px;
	font-weight:700;
	color:#666;
	
}
.boss-blog-featured .box-content .box-article .article_content .article-detail .article-name a:hover{
	color:#63b2bf;
}
.boss-blog-featured .box-content .box-article .article_content .article-detail .more-info .time-stamp{
	font-size:12px;
	margin:5px 0 8px;
}
.boss-blog-featured .box-content .box-article .article_content .article-detail .more-info .time-stamp a{
	color:#63b2bf;
}
.boss-blog-featured .box-content .box-article .article_content .article-detail .more-info .time-stamp a:hover{
	text-decoration:underline;
}
.boss-blog-featured .box-content .box-viewmore{
	clear:both;
	text-align:center;
}
.boss-blog-featured .box-content .box-viewmore a{
	font-size:10px;
	font-weight:700;
	line-height:22px;
	
	border:1px solid #3f383a;
	color:#3f383a;
	padding:3px 20px;
	transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	background:#fff;
	display:inline-block;
}
.boss-blog-featured .box-content .box-viewmore a:hover{
	background:#3f383a;
	color:#fff;
}
.bt-block-theme-features{
	padding-bottom: 60px;
	background:#72b8c3;
}
.bt-block-theme-features +*{
	clear:both;
}
.bt-block-theme-features .box-heading h1{
	color:#fff;
	text-align:center;
}
.bt-block-theme-features .box-content{
	overflow:hidden;
	margin:0 -10px;
}
.bt-block-theme-features .box-content .item-theme-features{
	padding:0 12px 0 11px;
	text-align:center;
}
.bt-block-theme-features .box-content .item-theme-features a{
	font-size:14px;
	color:#fff;
	line-height:1.55em;
	
	display:block;
	position:relative;
	transition:all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
.bt-block-theme-features .box-content .item-theme-features a.image{
	margin-bottom:24px;
}
.bt-block-theme-features .box-content .item-theme-features a.image:before{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	box-shadow:0 0 0 0 rgba(0,0,0,0.25) inset;
	transition:all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
.bt-block-theme-features .box-content .item-theme-features a.image:hover:before{
	box-shadow:0 0 0 100px rgba(0,0,0,0.3) inset;
}
.bt-block-theme-features .box-content .item-theme-features a.title:hover{
	color:#434343;
}
.bt-block-purchase{
	text-align:center;
	margin-bottom:40px;
	overflow:hidden;
	padding:36px 0;
	position:relative;
	cursor:pointer;
}
.bt-block-purchase:before{
	opacity:0;
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	pointer-events:none;
	transition:opacity 0.3s ease 0s;
	-webkit-transition: opacity 0.3s ease 0s;
	-moz-transition: opacity 0.3s ease 0s;
	background:rgba(190,162,141,0.4);
}
.bt-block-purchase:hover:before{
	opacity:1;
}
.bt-block-purchase h1{
	color:#fff;
	margin:0;
	font-size:32px;
	line-height:34px;
}
.support a{
	display:block;
	position:relative;
}
.support a img,.banner-home-left a img{
	width:100%;
}
.support span,.banner-home-left  span,.banner-home-left a{
	display:block;
}
.support a:after{
	left:10px;
	top:10px;
	right:10px;
	bottom:10px;
	content:"";
	position:absolute;
	border:1px solid #fff;
	transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
}
.support  a:hover:after{
	border-style:dashed;
	left:5px;
	top:5px;
	right:5px;
	bottom:5px;
}
.support .support-info{
	position:absolute;
	color:#fff;
	padding:12px 8px;
	font-size:20px;
	left:10px;
	top:10px;
	right:10px;
	bottom:10px;
	text-align:left;
}
.support .support-info .text{
	font-size:20px;
	font-weight:900;
	position:relative;
	padding-bottom:10px;
	width:140px;
	margin-bottom:10px;
	padding-left:30px;
}
.support .support-info .text:after{
	content:"";
	position:absolute;
	left:50%;
	bottom:0;
	margin-left:-12px;
	box-shadow:1px 0 4px rgba(0,0,0,0.07);
	width:24px;
	height:2px;
	background:#fff;
}
.support .support-info .number{
	font-weight:700;
}
.banner-home-left{
	position:relative;
}
.banner-home-left .text-info{
	position:absolute;
	left:0;
	bottom:22px;
	width:100%;
	text-align:center;
	color:#fff;
}
.banner-home-left .text-info .large-text1{
	font-size:50px;
	font-style:italic;
	font-weight:400;
	line-height:50px;
	text-transform:lowercase;
}
.banner-home-left .text-info .large-text2{
	font-size:46px;
	line-height:48px;
	font-weight:400;
	
	margin-bottom:5px;
}
.banner-home-left .text-info .bg-text{
	font-weight:700;
	font-style:italic;
	font-size:17px;
	background:#556491;
	margin:0 22px;
	padding:5px 15px;
}
.banner-home-left:before,.banner-home-left:after{
	position:absolute;
	content:"";
	left:10px;
	top:10px;
	right:10px;
	bottom:10px;
	opacity:0;
	pointer-events:none;
}
.banner-home-left:before{
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	transition:opacity 0.8s ease 0s, transform 0.8s ease 0s;
	-webkit-transition: opacity 0.8s ease 0s, -webkit-transform 0.8s ease 0s;
	-moz-transition: opacity 0.8s ease 0s, -moz-transform 0.8s ease 0s;
	transform:scale(0,1);
	-webkit-transform:scale(0,1);
	-moz-transform:scale(0,1);
}
.banner-home-left:after{
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	transition:opacity 0.6s ease 0.2s, transform 0.6s ease 0.2s;
	-webkit-transition: opacity 0.6s ease 0.2s, -webkit-transform 0.6s ease 0.2s;
	-moz-transition: opacity 0.6s ease 0.2s, -moz-transform 0.6s ease 0.2s;
	transform:scale(1,0);
	-webkit-transform:scale(1,0);
	-moz-transform:scale(1,0);
}
.banner-home-left:hover:before,.banner-home-left:hover:after{
	opacity:1;
	transform:scale(1,1);
	-webkit-transform:scale(1,1);
	-moz-transform:scale(1,1);
}
.banner-home-left.bt-banner1 a:before{
	background:rgba(228,170,130,0.4);
}
.banner-home-left a:before{
	opacity:0;
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	pointer-events:none;
	transition:opacity 0.3s ease 0.s;
	-webkit-transition: opacity 0.3s ease 0.s;
	-moz-transition: opacity 0.3s ease 0.s;
}
.banner-home-left:hover a:before{
	opacity:1;
}
.banner-home-left.bt-banner2 span{
	
}
.banner-home-left .small-text{
	font-size:12px;
	line-height:14px;
	font-weight:400;
	margin-bottom:5px;
}
.banner-home-left .large-text{
	font-size:44px;
	font-weight:400;
	font-style:italic;
	line-height:46px;
}
.banner-home-left.bt-banner2 a:before{
	background:rgba(176,184,186,0.4);
}
.bt-home-page #column-left>*{
	margin-bottom:30px;
}
.bt-block-sale {
	clear:both;
}
.bt-block-sale .block-item{
	float:left;
	width:31.6%;
	position:relative;
	cursor:pointer;
}
.bt-block-sale .block-item + .block-item{
	margin-left:30px;
}
.bt-block-sale .block-item:before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:0;
	transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
}
.bt-block-sale .block-item:hover:before{
	opacity:1
}
.bt-block-sale .block-item.bt-item-1:before{
	background: rgba(92,77,64,0.4);
}
.bt-block-sale .block-item.bt-item-2:before{
	background: rgba(122,94,79,0.4);
}
.bt-block-sale .block-item.bt-item-3:before{
	background: rgba(74,83,66,0.4);
}
.bt-staticblock-title{
	position:absolute;
	left:0;
	width:100%;
	color:#fff;
	
}
.bt-staticblock-title h1,.bt-staticblock-title h2,.bt-staticblock-title h3,.bt-staticblock-title h4{
	color:#fff;
}
.bt-staticblock-title.bt-title-1{
	bottom:50px;
	text-align:center;
}
.bt-staticblock-title.bt-title-1 span i{
	box-shadow: 0 0 29px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0 0 29px rgba(0,0,0,0.75);
	-moz-box-shadow: 0 0 29px rgba(0,0,0,0.75);
}
.bt-staticblock-title.bt-title-1 .star-big{
	font-size:20px;
	margin:0 3px;
}
.bt-staticblock-title.bt-title-1 .star-small{
	font-size:12px;
}
.bt-staticblock-title.bt-title-1  h1{
	font-size:40px;
	line-height:42px;
	padding-bottom:5px;
	margin:0 74px 5px;
	border-bottom:1px dashed #fff;
}
.bt-staticblock-title.bt-title-1  h4{
	font-weight:700;
	margin:0;
	font-size:16px;
	line-height:18px;
}
.bt-staticblock-title.bt-title-2{
	bottom:24px;
	padding-left:32px;
	text-align:left;
}
.bt-staticblock-title.bt-title-2 h1{
	font-size:38px;
	margin:0;
	line-height:40px;
}
.bt-staticblock-title.bt-title-2 h1 span{
	font-size:48px;
	font-weight:600;
}
.bt-staticblock-title.bt-title-2 h3{
	font-size:23px;
	line-height:25px;
	font-weight:700;
	margin-bottom:6px;
}
.bt-staticblock-title.bt-title-3{
	bottom:45px;
	text-align:center;
}
.bt-staticblock-title.bt-title-3 p{
	font-size:14px;
	font-weight:700;
	line-height:15px;
	margin:0;
}
.bt-staticblock-title.bt-title-3 p span{
	font-size:24px;
	line-height:26px;
	font-weight:400;
	font-style:italic;
}
.bt-staticblock-title.bt-title-3 h1{
	font-size:40px;
	line-height:42px;
	font-weight:400;
	margin:8px 58px;
	padding:5px 0;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
}
.bt-banner-home{
	overflow:hidden;
	margin:30px 0;
}
.bt-banner-home .bt-banner-item{
	width:48.2%;
	position:relative;
	text-align:center;
	color:#fff;
}
.bt-banner-home .bt-banner-item:before{
	content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
	transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
}
.bt-banner-home .bt-banner-item:hover:before{
	opacity:1;
}
.bt-banner-home .bt-item-left:before{
	background:rgba(187,204,218,0.4);
}
.bt-banner-home .bt-item-right:before{
	background:rgba(197,172,121,0.4);
}
.bt-banner-home .bt-banner-item h1,.bt-banner-home .bt-banner-item  h2,.bt-banner-home .bt-banner-item  h3{
	color:#fff;
}
.bt-banner-home .bt-item-left{
	float:left;
}
.bt-banner-home .bt-item-right{
	float:right;
}
.bt-banner-home .bt-banner-title{
	position:absolute;
	left:0;
	width:60%;
	text-align:center;
}
.bt-banner-home .bt-item-left .bt-banner-title{
	bottom:25px;
}
.bt-banner-home .bt-item-right .bt-banner-title{
	bottom:40px;
}
.bt-banner-home .bt-item-left .bt-banner-title h2{
	font-size:40px;
	line-height:42px;
	font-weight:400;
	margin-bottom:5px;
}
.bt-banner-home .bt-item-left .bt-banner-title h2 sup,.bt-banner-home .bt-item-left .bt-banner-title h2 sub{
	font-size:15px;
	line-height:17px;
	font-style:italic;
}
.bt-banner-home .bt-item-left .bt-banner-title h2 sub{
	margin-left:-20px;
}
.bt-banner-home .bt-item-left .bt-banner-title h2 span{
	margin-left:8px;
	font-size:45px;
	line-height:47px;
}
.bt-banner-home .bt-item-left .bt-banner-title h2 sup{top:-18px;}
.bt-banner-home .bt-item-left .bt-banner-title p{
	font-size:12px;
	line-height:14px;
	font-weight:900;
	margin:0;
}
.bt-banner-home .bt-item-right .bt-banner-title h2{
	font-size:17px;
	line-height:19px;
	font-weight:700;
	margin:0;
}
.bt-banner-home .bt-item-right .bt-banner-title h4{
	font-size:20px;
	line-height:22px;
	font-weight:400;
	margin:0 0 10px;
	position:relative;
}
.bt-banner-home .bt-item-right .bt-banner-title h4:before,.bt-banner-home .bt-item-right .bt-banner-title h4:after{
	content:"";
	position:absolute;
	width:26%;
	height:1px;
	border-top:1px dashed #fff;
	top:54%;
}
.bt-banner-home .bt-item-right .bt-banner-title h4:before{
	left:0;
	margin-left:28px;
}
.bt-banner-home .bt-item-right .bt-banner-title h4:after{
	right:0;
	margin-right:28px;
}
.bt-banner-home .bt-item-right .bt-banner-title h1{
	font-size:30px;
	line-height:32px;
	font-weight:400;
	margin-bottom:5px;
	font-style:italic;
}
.box-special{
	text-align:center;
	margin-bottom:35px;
}
.box-special .box-heading h1{
	color:#666;
	margin-bottom:30px;
}
.box-special .box-content{
	margin-left:-15px;
	position:relative;
	overflow:hidden;
	margin-right:-10px;
}
.box-special .box-content .item{
	display:inline-block;
	vertical-align:top;
	margin:0 15px;
}
.box-special .box-content .item .caption{
	text-align:center;
}
.box-special .box-content .item .image{
	margin-bottom:25px;
}
.box-special .box-content .item .caption .name a{
	line-height:17px;
	color:#3c3b48
}
.box-special .box-content .item .caption .name a:hover{
	color:#63b2bf;
}
.box-special .box-content .item .caption .rating{
	margin-bottom:12px;
}
.box-special .box-content .item .caption .price{
	margin-bottom:18px;
	color:#303030;
}
.box-special .box-content .carousel-button>a{
	color:#666;
	border:1px solid #666;
	border-radius:50%;
	width:30px;
	height:30px;
	text-align:center;
	background:transparent;
	position:absolute;
	top:100px;
	visibility:hidden;
	opacity:0;
}
.box-special:hover .box-content .carousel-button>a{
	visibility:visible;
	opacity:1;
}
.box-special .box-content .carousel-button>a:hover{
	color:#fff;
	border:1px solid #63b2bf;
	background:#63b2bf;
}
.box-special .box-content .carousel-button>a i{
	font-size:16px;
	vertical-align:top;
	line-height:28px;
}
.box-special .box-content .carousel-button .prev{
	left:-30px;
}
.box-special:hover .box-content .carousel-button .prev{
	left:30px;
}
.box-special:hover .box-content .carousel-button .next{
	right:25px;
}
.box-special .box-content .carousel-button .next{
	right:-30px;
}
.bt-featured-pro.bt-nprolarge-slider,.boss-testimonial {
	/*border:1px solid #ebebeb;*/
}
.bt-featured-pro.bt-nprolarge-slider .box-heading,#boss_homefilter_tabs1 .box-heading,.boss-testimonial .box-heading{
	/*border-bottom:1px solid #ebebeb; */
	background:transparent !important;
	padding:30px 18px;
}
#column-left .bt-featured-pro.bt-nprolarge-slider .box-heading.title h1,#boss_homefilter_tabs1 .box-heading.title h1,#column-left .boss-testimonial .box-heading.title h1{
	font-size:14px;
	color:#666;
	line-height:16px;
	font-weight:700;
	margin:0;
	text-align:left;
}
.bt-featured-pro.bt-nprolarge-slider .box-content{
	padding:30px 20px;
	position:relative;
}
.bt-featured-pro.bt-nprolarge-slider .box-content .bt-item-extra{
	display:inline-block;
	vertical-align:top;
}
.bt-featured-pro.bt-nprolarge-slider .box-content .product-thumb .image{
	margin-bottom:15px;
}
.bt-featured-pro.bt-nprolarge-slider .box-content .product-thumb .name a{
	margin-bottom:0px;
}
.bt-featured-pro.bt-nprolarge-slider .box-content .product-thumb .rating{
	margin-bottom:12px;
}
/*.bt-featured-pro.bt-nprolarge-slider .box-content .product-thumb .image:before{
	right:0;
	top:0;
	content:"";
	background:url('../image/label_new.png')no-repeat left top;
	width:66px;
	height:66px;
	position:absolute;
}*/
.bt-featured-pro.bt-nprolarge-slider  .box-content .prev,.bt-featured-pro.bt-nprolarge-slider  .box-content .next{
	width:30px;
	height:30px;
	border-radius:50%;
	position:absolute;
	top:35%; 
	text-align:center;
	border:1px solid #666;
	background:transparent;
	color:#666;
	
	visibility:visible;
}
.bt-featured-pro.bt-nprolarge-slider  .box-content:hover .prev,.bt-featured-pro.bt-nprolarge-slider  .box-content:hover .next{
	
	visibility:visible;
}
.bt-featured-pro.bt-nprolarge-slider .box-content .prev:hover,.bt-featured-pro.bt-nprolarge-slider  .box-content .next:hover{
	border:1px solid #666;
	background:#666;
	color:#fff;
}
.bt-featured-pro.bt-nprolarge-slider  .box-content .prev .fa,.bt-featured-pro.bt-nprolarge-slider .box-content .next .fa{
	font-size:20px;
	vertical-align:top;
	line-height:28px;
}
.bt-featured-pro.bt-nprolarge-slider .box-content .next .fa{
	letter-spacing:-3px;
}
.bt-featured-pro.bt-nprolarge-slider .box-content .prev{
	left:15px;
}
.bt-featured-pro.bt-nprolarge-slider  .box-content .next{
	right:12px;
}
/*.bt-featured-pro.bt-nprolarge-slider .box-content:hover .prev{
	left:15px;
}
.bt-featured-pro.bt-nprolarge-slider  .box-content:hover .next{
	right:12px;
}*/
.boss-testimonial  .box-content{
	padding:30px 20px;
	text-align:center;
}
.boss-testimonial  .box-content .testimonial-item {
	display:inline-block;
	vertical-align:top;
}
.boss-testimonial  .box-content .testimonial-item  >div{
	text-align:center;
}
.boss-testimonial  .box-content .testimonial-item  .testimonial-image {
	margin-bottom:15px;
}
.boss-testimonial  .box-content .testimonial-item  .testimonial-image img{
	border-radius:50%;
	transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
}
.boss-testimonial  .box-content .testimonial-item  .testimonial-image img:hover{
	border-radius:0;
}
.boss-testimonial  .box-content .testimonial-item  .testimonial-date .time-stamp small{
	font-size:14px;
	font-weight:700;
	color:#c5c5c5;
	font-style:italic;
}
.boss-testimonial  .box-content .testimonial-item  .testimonial-date .time-stamp{
	margin-bottom:3px;
}
.boss-testimonial  .box-content .testimonial-item  .testimonial-name{
	font-size:16px;
	line-height:18px;
	
	font-weight:700;
}
.boss-testimonial  .box-content .testimonial-item  .testimonial-message{
	line-height:25px;
}
.boss-testimonial  .box-content >a{
	color:#666;
	border:1px solid #666;
	border-radius:50%;
	width:30px;
	height:30px;
	text-align:center;
	background:transparent;
	margin-top:15px;
}
.boss-testimonial .box-content >a:hover{
	color:#fff;
	border:1px solid #63b2bf;
	background:#63b2bf;
}
.boss-testimonial .box-content >a i{
	font-size:16px;
	vertical-align:top;
	line-height:28px;
}
.boss-testimonial .box-content  .prev{
	margin-right:5px;
}
.boss-testimonial.box-content .next{
	margin-left:5px;
}
.bt-banner-sale{
	position:relative;
	margin-bottom:32px;
	cursor:pointer;
	color:#fff;
	margin-top:40px;
}
.bt-banner-sale .bt-banner-image:before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:0;
	transition:all 0.4s ease 0s;
	-webkit-transition:all 0.4s ease 0s;
	-moz-transition:all 0.4s ease 0s;
	background: rgba(159,159,159,0.5);
	pointer-events:none;
}
.bt-banner-sale:hover .bt-banner-image:before{
	opacity:1;
}
.bt-banner-sale h1,.bt-banner-sale h2,.bt-banner-sale h3{
	color:#fff;
}
.bt-banner-sale .bt-banner-title{
	position:absolute;
	left:0;
	width:60%;
	top:25px;
	text-align:center;
}
.bt-banner-sale .bt-banner-title h3{
	font-size:17px;
	font-weight:700;
	line-height:19px;
	font-style:italic;
	margin-bottom:5px;
	letter-spacing:4px;
}
.bt-banner-sale .bt-banner-title h1{
	font-size:44px;
	line-height:46px;
	margin-bottom:0;
}
.bt-banner-sale .bt-banner-title h2{
	font-size:56px;
	line-height:58px;
	font-weight:400;
	margin:0;
	position:relative;
}
.bt-banner-sale .bt-banner-title h2 sup{
	font-size:30px;
	line-height:32px;
	top:-20px;
	left:-10px;
}
.bt-banner-sale .bt-banner-title h2 sub{
	font-size:18px;
	line-height:20px;
	font-weight:300;
	margin-left:-50px;
	bottom:0;
}
.bt-banner-sale .bt-banner-title h2:before,.bt-banner-sale .bt-banner-title h2:after{
	content:"";
	position:absolute;
	top:48%;
	width:14%;
	height:3px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}
.bt-banner-sale .bt-banner-title h2:before{
	left:26%;
}
.bt-banner-sale .bt-banner-title h2:after{
	right:26%;
}
.bt-featured-pro .box-heading h1{
	color:#666;
}
.bt-featured-pro .box-content{
	overflow:hidden;
}
.bt-featured-pro.bt-prolarge-nslider  .box-content>div{
	float:left;
	width:50%;
}
.bt-featured-pro.bt-prolarge-nslider  .box-content .bt-product-large{
	padding-right:15px;
}
.bt-featured-pro.bt-prolarge-nslider  .box-content .bt-product-large .small_detail{
	margin-top:22px;
}
.bt-featured-pro.bt-prolarge-nslider  .box-content .bt-product-large  a.thumbnail {
	margin-bottom:6px;
	padding:0;
	border:none;
	border-radius:0;
}
.bt-featured-pro.bt-prolarge-nslider  .box-content .bt-product-large ul li{
	display:inline-block;
	vertical-align:top;
}
.bt-featured-pro.bt-prolarge-nslider  .box-content .bt-product-large .prev,
.bt-featured-pro.bt-prolarge-nslider  .box-content .bt-product-large .next{
	width:30px;
	height:30px;
	border-radius:50%;
	position:absolute;
	top:36%; 
	text-align:center;
	border:1px solid #666;
	background:transparent;
	color:#666;
	visibility:hidden;
	opacity:0;
}
.bt-featured-pro.bt-prolarge-nslider  .box-content .bt-product-large .bt-item-large:hover .prev,
.bt-featured-pro.bt-prolarge-nslider  .box-content .bt-product-large .bt-item-large:hover .next{
	visibility:visible;
	opacity:1;
}
.bt-featured-pro.bt-prolarge-nslider  .box-content .bt-product-large .prev:hover,
.bt-featured-pro.bt-prolarge-nslider  .box-content .bt-product-large .next:hover{
	border:1px solid #63b2bf;
	background:#63b2bf;
	color:#fff;
}
.bt-featured-pro.bt-prolarge-nslider  .box-content .bt-product-large .prev .fa,
.bt-featured-pro.bt-prolarge-nslider  .box-content .bt-product-large .next .fa{
	font-size:20px;
	vertical-align:top;
	line-height:28px;
}
.bt-featured-pro.bt-prolarge-nslider  .box-content .bt-product-large .next .fa{
	letter-spacing:-3px;
}
.bt-featured-pro.bt-prolarge-nslider  .box-content .bt-product-large .prev{
	left:-15px;
}
.bt-featured-pro.bt-prolarge-nslider  .box-content .bt-product-large .next{
	right:-15px;
}
.bt-featured-pro.bt-prolarge-nslider  .box-content .bt-product-large .bt-item-large:hover .prev{
	left:15px;
}
.bt-featured-pro.bt-prolarge-nslider  .box-content .bt-product-large .bt-item-large:hover .next{
	right:15px;
}
.bt-featured-pro.bt-prolarge-nslider  .box-content .bt-product-large .description{
	display:none;
}
.bt-featured-pro.bt-prolarge-nslider  .box-content .bt-product-large .rating{
	margin-bottom:12px;
}
.bt-featured-pro.bt-prolarge-nslider  .box-content .bt-product-large .price{
	margin-bottom:30px;
}
.bt-featured-pro.bt-prolarge-nslider  .box-content .bt-product-grid{
	padding-left:15px;
}
.bt-featured-pro.bt-prolarge-nslider .box-content .bt-product-grid .product-layout{
	float:left;
	width:46.2%;
	margin-bottom:28px;
}
.bt-featured-pro.bt-prolarge-nslider  .box-content .bt-product-grid .product-layout.odd{
	margin-right:15px;
}
.bt-featured-pro.bt-prolarge-nslider .box-content .bt-product-grid .product-layout.even{
	margin-left:15px;
}
.bt-featured-pro.bt-prolarge-nslider  .box-content .bt-product-grid .product-layout .image{
	margin-bottom:22px;
}
.bt-featured-pro.bt-prolarge-nslider  .box-content .bt-product-grid .product-layout .name a{
	margin-bottom:5px;
}
.bt-featured-pro.bt-prolarge-nslider .box-content .bt-product-grid .product-layout .rating{
	margin-bottom:12px;
}
.bt-featured-pro.bt-prolarge-nslider .box-content .bt-product-grid .product-layout .price{
	margin-bottom:17px;
}
.bt-featured-pro .product-thumb .image .button-group {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
}
.boss_homefilter_tabs .product-thumb .button-group .btn-cart:hover,
.bt-featured-pro.bt-nprolarge-slider .bt-product-grid .product-thumb .image .button-group .btn-cart:hover,
.box-special .product-thumb .image .button-group .btn-cart:hover{
	background:#63b2bf;
	color:#fff;
}
.boss_homefilter_tabs .product-thumb .button-group .btn-cart i,
.bt-featured-pro.bt-nprolarge-slider .bt-product-grid .product-thumb .image .button-group .btn-cart i,
.box-special .product-thumb .image .button-group .btn-cart i{
	margin:0;
}
#column-left .boss_homefilter_tabs .product-thumb .button-group,#column-right .boss_homefilter_tabs .product-thumb .button-group{
	display:none;
}
.bt-home-page  #column-left{
	padding-right:15px;
}
.bt-home-page #column-left + #content.col-sm-9{
	padding-left:15px;
}
.content-left,.content-right{
	margin-bottom:40px;
}
.content-left ul li a,.content-right ul li a{
	line-height:1.55em;
}
.content-left ul li ul li,.content-right ul li ul li{
	padding-left:20px;
}
.buttons{
	overflow:hidden;
}
#content>.panel-default{
	box-shadow:none;
	border-radius:0;
}
#content>.panel-default +.form-horizontal .form-control{
	width:50%;
}
/*Safari*/
@media screen and (-webkit-min-device-pixel-ratio:0) { 
  .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"]{margin-left:-18px;}
}
#bt-staticblock-image a{
	display:block;
	z-index:999;
	}




/*樣式修改*/
#top .container{
	position: relative;
}
#right_top_links{
	background-color: #727171;
	height:26px;
	position: absolute;
	right: 10px;
	top: 0px;
	width:230px;
}
.header_fresh_dollar{
	background-color: #727171;
	height:26px;
	position: absolute;
	right: 10px;
	top: 30px;
	width: 230px;
	text-align:left;
	padding:0 0 0 15px;
}
.header_fresh_dollar a{
	display: inline-block;
	font-size: 14px;
	text-align:center;
}
.header_fresh_dollar i{
	float: left;
	line-height: 26px;
	padding-right:4px;
}
.header_fresh_dollar p{
	float: left;
	line-height: 26px;
}
#left_top_links{
	position: absolute;
	left: 0;
	top: 12px;
}
#top .language .btn {
    color: #727171;
}

.navbar .nav>li>a, .mega-menu ul.nav > li > a :hover{
	
}
.menu_custom{
	position: relative;
}

.boss-new-position{
	border-top: 1px solid #727171;
	padding:30px 0 0 0;
}
.boss-new-position .container{
	border-bottom: 1px solid #727171;
	padding-bottom: 10px;
}
.bt-other-page .boss-new-position .container{
	border-bottom:none;
	padding-bottom: 10px;
}
.navbar .nav>li>a, .mega-menu ul.nav > li {
   border-right: 1px solid #727171;
   padding-right: 5px;
}
.nav-pills li:nth-child(7){
	border-right: none !important;
	padding-right: 0 !important;
}
.navbar-nav li:nth-child(9) a{
	border-right: none !important;
}
.menubar{
	height: 60px;
	line-height: 60px;
	text-align: center;
}
.home_menu{
	z-index: 99;
	background-color: #fff;
}
.home_menu .container{
	position: relative;
}
#boss-search {
    position: absolute;
    left: 160px;
    top: -2px;
}
#boss-search .choose-select>div input{
	height: 28px;
}
.navbar {
    min-height:inherit !important;
}
.navbar .nav>li>a {
    padding: 5px 16px !important;
}

#cart .dropdown-menu li {
	color: #000 !important;
}

.menu .nav li a{
	color: #727271 ;
}

.menu .nav li a:hover{
	color: #98cb78 !important;
}
.menu{
	z-index: 99;
}
.nav li{
	position: relative;
}
.selected_item{
	background-image: url("../../../../../image/catalog/freshtogo_icon/menu_icon.png");
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	right: 5px;
	top: 0;
	width:12px;
	height: 12px;
}
.selected_font{
	font-weight: bold;
	color: #98cb78 !important;
}
.selected_font a{
	font-weight: bold;
	color: #98cb78 !important;
}
.nav li a:hover{
	font-weight: bold;
}

.nav li .dropdown-menu{
	border-color: #98cb78 !important;
}
.navbar .nav > li.dropdown .dropdown-menu{
	background-color: rgba(148,195,117,0.9) !important;
}

.navbar .nav > li.dropdown .dropdown-menu li a:hover{
	color: #000 !important;
	font-weight: 600;
}
.see-all{
	color: #666 !important;
}
.navbar .nav>  li .dropdown-menu .see-all:hover{
	color: #000 !important;
}
#boss-search .choose-select #search input{
	width: 90px;
	cursor: pointer;
	transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
}
#boss-search .choose-select #search input:hover{
	width: 200px;
}
#boss-search .choose-select #search input:focus{
	width: 200px;
}
#search .dropdown-menu:hover #boss-search .choose-select #search input{
	width: 200px;
}

.bt-home-page #bt_container .bt-nprolarge-slider:nth-child(3){
	background-image:url(../../../../../image/catalog/freshtogo_icon/bg1.jpg);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: inline-block;
}
.bt-home-page #bt_container .bt-nprolarge-slider:nth-child(6){
	padding:62px 0;
}
.bt-home-page #bt_container .bt-nprolarge-slider:nth-child(6) .box-heading{
	float: left;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background-color:#727171 !important;
	margin-top: 40px;
	position: relative;
}
.bt-home-page #bt_container .bt-nprolarge-slider:nth-child(6) .box-heading:before{
	content: "";
	width: 0;
    height: 0;
    border-top: 90px solid #727171;
    border-left: 90px solid transparent; 
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.bt-home-page #bt_container .bt-nprolarge-slider:nth-child(6) .box-heading h1{
	color: #fff;
	line-height: 60px;
	font-size: 41px;
	position: absolute;
	z-index: 2;
	top: 30px;
	left: 16px;
	width: 140px;
	text-transform: inherit;
}
.article_content .row .col-sm-12:nth-child(2){
	display: none;
}
.article_content .row .col-sm-12:nth-child(1) .time-stamp{
	display: none;
}
.bt-footer-middle{
	display: none;
}
.bt-footer-top{
	padding:0 !important;
	text-align: center;
}
.bt-footer-bottom .link{
	width: 100%;
	text-align: center;
}
.bt-footer-bottom .powered-payment{
	width: 100%;
	padding:20px 0;
	background-color: #ffffff !important;
	text-align: center;
}
.caroufredsel_wrapper ul li{
	float: left;
	text-align: center;
}

.box-article{
	position: relative;
}
.box-article .prev,.box-article .next{
	width:30px;
	height:30px;
	border-radius:50%;
	position:absolute;
	top:45%; 
	text-align:center;
	border:1px solid #666;
	background:transparent;
	color:#666;
}

.box-article .prev:hover,.box-article .next:hover{
	border:1px solid #98cb78;
	background:#98cb78;
	color:#fff;
}
.box-article .prev .fa,.box-article .next .fa{
	font-size:20px;
	vertical-align:top;
	line-height:28px;
}
.box-article .next .fa{
	letter-spacing:-3px;
}
.box-article .prev{
	left:15px;
}
.box-article .next{
	right:12px;
}
.boss-blog-featured .box-viewmore{
	display: none;
}
.bottom-box{
	clear: both;
	padding:30px;
}
.clearfix{
	clear: both;
}
.product-related{
	float: left;
	width: 50%;
	margin-bottom: 0;
}
.product-related h1{
	font-size: 30px;
}
.bottom-right-box{
	width: 50%;
	float: left;
	padding-left:30px;
}
.tip-title,.read-more-title{
    font-size: 30px;
    line-height: 32px;
    font-weight: 700;
    color: #727171 !important;
    text-transform: uppercase;
    margin-bottom:20px;
}
.tip-content,.read-more-content{
    font-size: 16px;
    line-height: 22px;
    color: #727171 !important;
    font-weight: 700;
}
.read-more-box{
	margin-top: 30px;
}

.right_link a{
	width: 100%;
	display: inline-block;
	margin:20px 0;
	cursor: pointer;
	text-align: right;
}
.bt-other-page .right_link{
	padding-top:0;
}
.bt-other-page .right_link a{
	text-align: center;
}
.right_link a:nth-child(3){
margin-bottom: 30px}
.right_link a img{
	width: auto;
}
.qty_box{
	display: inline-block;
}
.qty_box span{
	float: left;
	line-height: 30px;
	font-size: 16px;
}
.qty_box input{
	float: left;
	line-height: 30px;
	height: 30px;
	width: 65px;
	margin:0 5px;
	text-align: center;
	border:1px solid #727171;
}
.button-grid.button-group{
	text-align: left;
	margin-top:15px;
}
.button-group button{
	width: 30px;
	height: 30px;
	margin-right: 5px;
	border-radius: 50%;
	position: relative;
}
.button-group button:nth-child(5){
	margin-right:0 !important;
}
.button-group .increase:before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	border-top: 15px solid #727171;
    border-left: 15px solid transparent; 
}
.button-group .decrease:before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	border-top: 15px solid #727171;
    border-left: 15px solid transparent; 
}
.button-group .btn-wishlist:before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	border-top: 15px solid #727171;
    border-left: 15px solid transparent; 
}
.button-group .btn-cart:before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	border-top: 15px solid #98cb78;
    border-left: 15px solid transparent; 
}
.button-group button .fa{
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}
.button-group button:hover .fa{
	color: #98cb78;
}
.btn-cart{
	background-color: #98cb78 !important;
}
#product .btn-cart{
	border-radius: 0;
}
#product .btn-cart:before{
	display: none;
}
#product .button-group button:hover .fa {
    color: #296b00;
}
#product .button-group button .fa {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: inherit;
}
.title_text{
	line-height: 30px;
	margin-top: 0 !important;
}
.title_text span{
	line-height: 39px;
}
.select_number{
	display: inline-block;
	margin-right: 10px;
}
.select_number input{
	height: 30px !important;
	line-height: 30px !important;
	
}
.quantily_info button{
	width: 30px;
	height: 30px;
	margin-top: 5px;
	margin-right: 10px;
	border-radius: 50%;
	position: relative;
	background-color: #727171;
	border:none;
}
.quantily_info .increase:before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	border-top: 15px solid #727171;
    border-left: 15px solid transparent; 
}
.quantily_info .increase:hover{
	background-color: #727171 !important;
}
.quantily_info .decrease:hover{
	background-color: #727171 !important;
}
.quantily_info .decrease:before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	border-top: 15px solid #727171;
    border-left: 15px solid transparent; 
}
.quantily_info .btn-wishlist:before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	border-top: 15px solid #727171;
    border-left: 15px solid transparent; 
}
.quantily_info button .fa{
	width: 30px;
	height: 30px;
	line-height: 30px !important;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
}
.quantily_info button:hover .fa{
	color: #98cb78;
}
.price{
	margin-bottom:0;
}








.bt-breadcrumb{
	display: none;
}
.list-unstyled li{
	color: #727171;
	font-size: 16px;
	font-weight: 500;
	padding:0;
	font-weight: 600;
}
.description .list-unstyled li:nth-child(1){
	padding:10px 0;
}
.description .list-unstyled li:nth-child(2){
	padding:10px 0;
}
#product_related .button-group{
	display: none;
}
.right_link{
	text-align: center;
}
.addthis_toolbox{
	text-align: center;
	display: inline-block;
}

#column-right{
	text-align: center;
}

.language .dropdown-menu{
	display: block;
	border-bottom: none !important;
	box-shadow: none !important;
	top: -2px;
	left: 10px;
	padding:0 !important;
	min-width: 136px !important; 
}
.language .btn-group button{
	display: none;
}
.language .dropdown-menu li{
	float: left;
	width: 50%;
	border-top: none !important;
	padding: 0 !important;
}
.language .dropdown-menu li a .text-right{
	display: none;
	border-top: none;
}
.language li a{
	text-align: center;
	padding:5px 10px !important;
	display: inline-block;
}
.language_active{
	background-color: #727171;
	color: #fff !important;
}
.language li a:hover{
	color: #98cb78 !important;
}


.powered-payment .row{
	margin: 0 !important;
}
.download_table{
	display: none;
}
.bt-home-page #bt_container .bt-nprolarge-slider:nth-child(3) .box-heading h1{
	text-align: left ;
	font-size:52px;
	line-height: 52px ;
	margin-bottom: 0px;
}
.bt-home-page #bt_container .bt-nprolarge-slider:nth-child(3) .box-heading{
	width: 80%;
	float: left;
}
.bt-home-page #bt_container .bt-nprolarge-slider:nth-child(3) .box-content{
	width: 80%;
	float: left;
}
.bt-home-page #bt_container .bt-nprolarge-slider:nth-child(3) .download_table{
	display: block;
	width: 20%;
	float: left;
	margin-top: -130px
}

.boss-blog-featured .box-heading{
	display: none;

}
.htabs,.tab-content{
	display: none;
}

.mobile_download_table_btn,.mobile_filter_btn{
	position: fixed;
	top: 120px;
	right: 0px;
	z-index: 999;
	background-color: #98cb78;
	color: #fff;
	font-size: 16px;
	padding:20px 10px;
	cursor: pointer;
	opacity: 0.8;
	border-radius: 5px;
	display: none;
}

.download_mask{
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.5);
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

.download_mask .right_link a{
	text-align: center !important;
}
.cancel_btn{
	float: right;
	margin-top:40px;
	margin-right:40px;
	background-color: #000;
	color: #fff;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	
}

.right_link{
	padding-top: 30px;
}
.bt-filter{
	background-color: #e8f1d1;
	padding:15px;
	width: 90%;
    margin: 0 auto;
}
.v_title{
	padding:5px 10px; 
	background-color: #fff;
}
.v_title .title{
	float: left;
	line-height: 30px !important;
	margin-bottom: 0 !important;
	color:#727171 !important;
}
.open_close{
	float: right;
	margin-bottom: 0 !important;
}
.open_close i{
	width: 30px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
}
.open_close i:hover{
	background-color: #98cb78;
	color: #fff;
}
.v_title_margin{
	margin-bottom: 30px;
}
.v_title + div{
	background-color: #ffffff;
	padding:10px;
	text-align: left;
	margin-bottom:30px;
}
.title_line{
	background-color: #727171;
	height: 1px;
}
.product-thumb .b_filter{
	display: none;
}
.share_button{
	width: 180px;
	margin:0 auto 20px auto;
	display: inline-block;
}
.share_button a{
	width: 25%;
	text-align: center;
	margin:0 4.16%;
	display: block;
	float: left;
	padding:5px 0;
}
.share_button i{
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 30px;
	color: #727171;
}
.share_button a:hover{
	background-color: #98cb78;
}
.share_button a:hover i{
	color: #fff;
}
.article-content {
	word-break: break-all;
}
.article-content p{
	word-break: break-all;
	text-align: justify;
}

.sub-child-menu{
	position: relative;
	width: 100%;
	
}
.sub-child-menu a{
	width: 100%;
	display: block;
	padding-left: 5%;
	
}
.sub-child-menu>a i{
	padding-left: 10px;
}
.sub-child-menu:hover{
	background-color: #fff ;
}
.sub-child-menu:hover .sub-child-item{
	display: block;
	width: 100%;
}
.sub-child-item{
	position: absolute;
	right: -160px;
	top: 0;
	/*padding: 10px;*/
	background-color: #fff;
	/*min-width: 160px;*/
	box-shadow: 2px 2px 2px #999;
	/*border:1px solid #f1f1f1;*/
	border-left: none;
	display: none;
	transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	width: 0%;
}
.sub-child-item li{
	color: #999;
}
.sub-child-item li:hover{
	background-color: #e8f1d1;
	color: #333;
}

.navbar .nav>  li .dropdown-menu .dropdown-inner ul li:nth-child(1){
	border-top: none;
}
.cart_bt a,.checkout_bt a{
	background-color: #98cb78 !important;
}
.cart_bt a:hover{
	background-color: #fff !important;
	color: #98cb78 !important;
}
.checkout_bt a:hover{
	background-color: #fff !important;
	color: #98cb78 !important;
}
.buttons .pull-right a{
	background-color: #98cb78 !important;
}
.buttons .pull-right a:hover{
	background-color: #fff !important;
	color: #98cb78 !important;
}
.buttons .pull-left a:hover{
	background-color: #98cb78 !important;
	color: #fff !important;
}
.content-login .left{
	background-color: #f8f9f9;
	text-align: center;
	padding:10px;
}
.divide_line{
	background-color: #e7e7e8;
	width: 100%;
	height: 2px;
	margin: 20px 0;
	position: relative;
}
.divide_line p{
	color: #000;
	font-size: 14px;
	padding:10px 5px;
	background-color: #f8f9f9;
	position: absolute;
	left: 46%;
	top: -20px;
	margin:0;
}
.content-login .left input[type="submit"]{
	padding:8px 0px;
	width: 140px;
	text-align: center;
}

.ocx-fb-login-trigger{
	padding:8px 0;
	color: #fff;
	background-color: #3a589f !important;
	display: inline-block;
	cursor: pointer;
	width: 140px;
	text-align: center;
	border:none !important;
}

.ocx-fb-login-trigger:hover{
	background-color: #2e6da4 !important;
}
#right_top_links .list-inline{
	
	margin-left:0;
	display: inline-block;
	float: none !important;
}

#right_top_links #cart{
	float: none !important;
	vertical-align:top !important;
	display: inline-block;
}
#right_top_links #cart button{
	background-color: #727171;
	border:none;
}

.content-login .right{
	background-image: url(../../../../../image/catalog/freshtogo_icon/reg_bj.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	min-height: 245px;
	text-align: center;
	padding-top: 80px;
}
#bt_container .bt-wide div:nth-child(3){
	background-color: #e8f1d1;
}





.content-login .right a{
	background-color: transparent;
	border: none !important;
	border-bottom: 1px solid #98cb78 !important;
	color: #98cb78 !important;
	font-size: 16px;
}
.content-login .right a:hover{
	background-color: #98cb78 !important;
	color: #fff !important;
}
#option_register_popup{
	background-color: #98cb78 !important;
	color: #fff !important;
}
#option_guest_popup{
	background-color: #fff !important;
	color: #98cb78!important;
}
.qc-quantity button:hover{
	background-color: #98cb78 !important;
	color: #fff !important;
}
#confirm_coupon:hover{
	background-color: #98cb78 !important;
	color: #fff !important;
}
#option_login_popup_trigger,#qc_confirm_order{
	background-color: #fff !important;
	color: #98cb78!important;
}
#option_login_popup_trigger:hover{
	background-color: #98cb78!important;
	color: #fff !important;
}
#qc_confirm_order:hover{
	background-color: #98cb78!important;
	color: #fff !important;
}
.button-register input:hover{
	background-color: #98cb78!important;
	color: #fff !important;
}

.pull-right .btn-blue{
	color: #fff !important;
    background: #98cb78 !important;
    border: 1px solid #98cb78 !important;
}
.pull-right .btn-blue:hover{
	background-color: #fff!important;
	color: #98cb78 !important;
	border: 1px solid #98cb78 !important;
}


.wishlist-info .action button{
	background-color: #fff !important;
}
.wishlist-info  .wishlist-info-li{
	padding-top:30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #727171;
}
.wishlist-info  ul .wishlist-info-li:first-child{

	padding-top: 0;
}
.wishlist-info  ul .wishlist-info-li:last-child{
	border-bottom: none;
	padding-bottom: 0;
}

.table-responsive .table tbody  tr td .btn-cart{
	color: #fff !important;
	border:1px solid #98cb78 !important;
}

.table-responsive .table tbody  tr td .btn-cart:hover{
	color: #98cb78 !important;
	background-color: #fff !important;
}

.menu-row .menu-column  .category{
	display: none;
}

.parent .dropdown,.parent i{
	display: none;
}
.small_detail {
	text-align: left;
}
.bt-featured-pro .product-thumb{
	padding:0 15px;
}



.bt-other-page .bt-featured-pro.bt-nprolarge-slider .box-content .product-thumb .image{
	text-align: left;
}

.bt-other-page .bt-featured-pro .button-group{
	display: none;
}
.bt-other-page .bt-featured-pro .box-heading{
	padding-bottom: 0px;
}
.v_product_options{
	padding-top:10px;
}
.v_product_options .control-label{
	display: none;
}


.product-related ul li .relt_product .caption{
	text-align: left;
}



.link .list-unstyled{
	float: left;
}

.qc-image  {
	text-align: center;
}

.delivery_time_box{
	display: inline-block;
	margin-bottom: 10px !important;
}
.delivery_time_box .col-sm-6{
	width: 100% !important;
}
.delivery_time_box .col-sm-6 input{
	background-image: url("../../../../../../image/catalog/freshtogo_icon/time_icon.png");
	background-position: left center;
	background-repeat: no-repeat;
	padding-left:30px;
	width: 80%;
	border:1px solid #ddd;
	cursor: pointer;
}
#irs{
	padding:0 10px;
}
#irs input{
	margin-right:5px;
}
fieldset{
	margin-top: 30px;
}
fieldset label,fieldset select,fieldset input{
	float: left;
}
fieldset label{
	width: 10% ;
	text-align: left !important;
	line-height: 40px;
	color: #000;
	font-size: 16px;
	padding-right: 3px;
}
.v_name_information label{
	text-align: right !important;
}
.v_invite_name label{
	text-align: right !important;
}
.contact_form {
	margin-top:60px;
}
.contact_form fieldset label{
	text-align: left !important;
}
fieldset .form-control{
	width: 90% !important;
	border-radius: 6px !important;
	resize: none;
}
/*fieldset .required:nth-child(1) .form-control{
	width: 75% !important;
}*/
fieldset .required:nth-child(1) select{
	
	margin-right:3%;
	height: 40px;
	padding: 6px 12px;
	font-size: 14px;
	color: #555;
	background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 6px !important;
}
fieldset .required:nth-child(4) label input{
	line-height: 40px;
	margin: 0 5px 0 0;
	display: block;
	height: 40px;
}
fieldset .required:nth-child(4) label:nth-child(2){
	float: none;
}
fieldset .required:nth-child(4) label:nth-child(3){
	float: none;
	margin-left: 10%;
	display: block;
}
fieldset>div{
	margin-bottom: 20px;
}
.send_email{
	margin-left: 10%;
}
.send_email input{
	padding:15px 60px !important ;
}

fieldset .required:nth-child(4) label:nth-child(2)
,fieldset .required:nth-child(4) label:nth-child(3){
	cursor: pointer;
}


.boss_article-detail{
	min-height: 750px;
	padding:30px 0;
}
.v_article_left{
	float: left;
	width: 45%;
}
.v_article_right{
	float: left;
	width: 55%;
	padding-left:30px;
}
.mobile_home_search_btn{
	display: none;
}

.article-layout .article-title{
	display: inline-block;
}

.article-layout .article-name h2{
	display: inline-block;
}
.article-layout .article-name h2 a{
	color: #727171 !important;
}
.article-layout .article-name{
	font-size: 20px;
	line-height: 24px;
}
.article-layout .article-title p{
	color: #727171 !important;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
}
.article-layout{
	padding:0 25px;
}

.list_article_box,.top_article_box{
	margin:0 0 50px 0;
	padding:30px;
	background-color: #efefef;
}
.list_article_box .article-image,.top_article_box .top_article-image{
	float: left;
}
.list_article_box .article_dt{
	float: right;
	width: 816px;
	padding-left: 30px;
	background-color: #efefef;
	min-height: 314px;
	position: relative;
}
.top_article_box .article_dt{
	float: right;
	width: 796px;
	padding-left: 30px;
	background-color: #efefef;
	min-height: 314px;
	position: relative;
}
.list_article_box .article_dt .btn-readmore{
	position: absolute;
	left: 30px;
	bottom: 0;
}
.top_article_box .article_dt .btn-readmore{
	position: absolute;
	left: 30px;
	bottom: 0;
}
.list_article_box .article-title p{
	font-size: 20px;
	color: #727171;
	font-weight:700;
	margin-bottom: 5px;
}
.top_article_box .article-title p{
	font-size: 20px;
	color: #727171;
	font-weight:700;
	margin-bottom: 5px;
}
.list_article_box .article-name a{
	font-size: 30px;
	color: #727171;
	font-weight:700;
}
.top_article_box .article-name a{
	font-size: 30px;
	color: #727171;
	font-weight:700;
}
.list_article_box .article-content{
	font-size: 16px;
	color: #727171;
	line-height: 22px;
}
.top_article_box .article-content{
	font-size: 16px;
	color: #727171;
	line-height: 22px;
}








.v_fresh_dollar_table{
	margin-top:30px;
}
.v_fresh_dollar_table table{
	border:none !important;
}
.v_fresh_dollar_table table td{
	border:none !important;
}
.v_fresh_dollar_table thead tr td{
	padding:12px !important;
	font-size: 16px !important;
}
.v_fresh_dollar_table thead tr td{
	background-color: #727171;
	color: #fff;
}
.v_fresh_dollar_table thead tr td:nth-child(even){
	background-color: #7c847d;
	color: #fff;
}
.v_fresh_dollar_table thead tr td:nth-child(6){
	background-color: #727171;
	color: #fff;
}
.v_fresh_dollar_table tbody tr:nth-child(odd){
	background-color: #f5f7f9;
	color: #000000;
}
.v_fresh_dollar_table tbody tr:nth-child(even){
	background-color: #e7e7e8;
	color: #000000;
}
.v_fresh_dollar_table tbody tr td:nth-child(even){
	background-color: rgba(152,203,120,0.3) !important;
}
.v_fresh_dollar_table tbody tr td a{
	color: #000;
	text-decoration: underline;
}
.v_f1{
	font-size: 20px;
	font-weight: bold;
	color: #727171;
	margin-bottom: 0;
	line-height: 24px;
	margin-top: 30px;
}
.v_f2{
	font-size: 14px;
	font-weight: bold;
	color: #999;
	line-height: 24px;
	margin-bottom: 30px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #98cb78 !important;
    border-color: #98cb78 !important;
}
.pagination>li>a, .pagination>li>span{
	color: #98cb78;
}





.top_information span:nth-child(1){
	color: #98cb78;
	margin-right:3px;
	font-weight: 700;
}
.top_information a{
	text-decoration: underline;
	margin-right: 20px;
}
.top_information b{
	margin-right:3px;
	font-weight: 700;
}
.top_information b span{
	color:#727171;
	font-weight: normal;
}

.middle_information{
	margin:30px 0;
}
.middle_information p{
	margin-bottom: 0;
}
.middle_information p span{
	font-weight: bold;
	padding-right:30px;
	width: 140px; 
	display: inline-block;
}
.order_info_table thead{
	background-color:#e5f1e0; 
	font-weight: bold;
	color: #000;
}
.order_info_table{
	border-left: none;
	border-right: none;
	margin-bottom:0;
}
.order_info_table thead tr td:nth-child(1){
	border-left: none;
}
.order_info_table thead tr td:last-child{
	border-right: none;
}
.order_info_table tbody tr td:nth-child(1){
	border-left: none;
	font-weight: bold;
	color: #000;
}
.order_info_table tbody tr td:last-child{
	border-right: none;
}
.v_bottom_information{
	background-color: #e5f1e0; 
	width: 100%;
}
.bottom_information{
	
	padding:15px 10px 15px 0;
	float: right;
}
.bottom_information li{
	text-align:left; 
}
.bottom_information p{
	margin-bottom: 0;
}
.bottom_information p span{
	width: 200px;
	display: inline-block;
	text-align: left;
}



.bottom_information li:last-child{
	margin-top:10px;
	font-weight: bold;
	font-size: 16px;
}


.wishlist-img{
	float: left;
}
.name_price{
	float: left;
	height: 132px;
	position: relative;
	width: 50%;
}
.name_price_top{
	font-size: 16px;
	color: #727171;
	position: absolute;
	top: 0;
	left: 20px;
}
.name_price_top a{
	font-weight: bold;
	color: #000;
	font-size: 20px;
}
.name_price_top .model{
	font-weight: bold;
}
.name_price .price{
	font-size: 28px;
	font-weight: bold;
	color: #000 ;
	position: absolute;
	bottom: 0;
	left: 20px;
}
.name_price .price .price-new{
	color: #000 !important;
}
.wishlist-qty-box{
	padding-top:34px;
	float: left;
	
}
.wishlist-qty-box input{
	width: 85px;
	height: 65px;	
	margin:0;
	border-right: none;
	border-color: #c1c1c1;
}
.wishlist_qty_btn{
	float: left;
	width: 27px;
	margin-top:34px;
}

.wishlist_qty_btn button{
	height: 32.5px;
	width: 32.5px;
	border:1px solid #c1c1c1;
}
.wishlist_qty_btn button:nth-child(2){
	border-top: none;
}
.wishlist_btn-cart{
	float: right;
	width: 50%;
	padding:5px 0;
	text-align: center;
	border:none;
	margin-top: 50px;
}

.wishlist-left{
	float: left;
	width: 50%;
}
.wishlist-right{
	float: left;
	width: 50%;
}
.wishlist-info{
	background-color: #e1eecd;
}
.wishlist-info ul{
	padding:30px;
	border-bottom: 1px solid #a9afa4;
}
.wishlist-info ul:last-child{
	border-bottom: none;
}
.wishlist-info-title{
	display: inline-block;
}
.wishlist-count{
	display: inline-block;
	padding-left: 25px;
	color: #98cb78 ;
}
.wishlist-count i{
	font-size: 24px;
	padding-right: 5px;
}
.account_page_title{
	margin:30px 0;
}
.account_page_title .block-title{
	display: inline-block;
	margin: 0px;
	color: #98cb78;
}
.account_logout{
	float: right;
	color: #98cb78;
	text-decoration: underline;
	font-size: 16px;
}
.fieldset_title{
	font-size: 30px;
	line-height: 30px;
}
.account-tab{
	width: 100%;
	display: inline-flex;
	margin-bottom: 30px;
}
.account-tab a{
	width: 16.66%;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding:8px 0;
	background-color: #d9d9d9;
	border-right: 1px solid #fff;
}
.account-tab a:last-child{
	border-right: none;
}
.account-tab-active{
	background-color: #98cb78 !important;
}
.account-tab a:hover{
	color: #fff !important;
	background-color: #98cb78 !important;
}
.acount_form{
	color: #000;
	font-weight: 700;
	font-size: 16px;
}
.acount_form label{
	width: 200px;
}
.acount_form input{
	width: 70% !important;
}
.acount_form input[type="checkbox"]{
	width: inherit !important;
	margin-right: 10px;
	height: 40px;
	margin-top:0;
}
.acount_form input[type="checkbox"]>p{
	line-height: 40px;
}
.acount_form #input-email{
	background-color: #fff !important;
	border:none !important;
}
.acount_form .form-control{
	color: #000;
}
#p-balance{
	line-height: 40px;
	margin-bottom: 8px: 
}

.name_information{
	width: 70%;
	display: inline-block;
}
.name_information select{
	width: 80% !important;
}
.v_name_information{
	width: 33.33%;
	float: left;
}
.v_name_information label,.v_name_information input{
	float: left;
	width: auto;
}

.v_name_information input{
	margin-left: 8px;
	width: 60% !important;
}
.v_subscribe p{
	line-height: 40px;
}
.acount_form .pull-right{
	float: left !important;
	margin-left: 200px;
}
.acount_form .pull-right input {
    padding: 15px 60px !important;
    width: auto !important;
}
.invite_form fieldset{
	font-weight: bold;
	color: #000;
}
.invite_form fieldset>div>label{
	width: 13%;
	padding-right:10px;
}
.invite_form .form-control{
	float: none;
}
.invite_name{
	width: 85%;
	display: inline-block;
}
.v_invite_name{
	width: 33%;
	float: left;
}
.v_invite_name select{
	width: 90%;
	height: 40px;
    padding: 6px 10px;
    line-height: 28px;
    margin-bottom: 8px;
    border: 1px solid #ccc;
    border-radius: 6px;
}
.v_invite_name label{
	width: 30%;
}
.invite_form fieldset input,.invite_form fieldset textarea{
	width: 85% !important;
}
.invite_form fieldset .invite_name .v_invite_name input{
	width: 68% !important;
}
.invite_link a{
	font-size: 16px;
	padding:10px 15px;
	background: #d8d8d8;
	margin-right:15px;
	color: #000;
	display:inline-block;
}
.add_invite .pull-left{
	width: 100%;
}
.add_invite a{
	float: left;
	padding: 15px 60px !important;
    width: auto !important;
}
.add_invite input{
	float: right;
	padding: 15px 60px !important;
    width: auto !important;
}

.invite_list table p{
	margin-bottom: 0;
	line-height: 22px;
}

.invite_list .v_p p{
	line-height: 66px;
}

.invite_list tr:nth-child(1) td {
    background-color: #727171;
    color: #fff;
}
.invite_list tr:nth-child(1) td:nth-child(2) {
    background-color: #7c847d !important;
    color: #fff;
}










.address_list_table{
	margin-top: 30px;
}

.address_edit_form fieldset .required:nth-child(1) .form-control {
    border-radius: 6px !important;
    resize: none;
}
.address_edit_form .radio-inline input[type="radio"]{
	height: 40px;
	line-height: 40px;
}
#input-country:disabled{
	background-color: #fff;
	cursor: auto;
}

.address_edit_form .radio-inline{
	width: inherit !important;
}

.text-danger{
	clear:both;
}


.payment_edit_address{
	font-size: 16px;
    padding: 10px 10px;
    background: #d8d8d8;
    color: #000;
    text-align: center;
}


.ok_btn{
	display: none;
}


.v_cart_info{
	border:none;
	background: #e1eecd;
	padding:30px;
	border-bottom: 1px solid #727171;
	display: inline-block;
	width: 100%;
}
.cart_info .table tbody .v_cart_info:last-child{
	border-bottom: none !important;
}
.v_cart_info td{
	display: block;
	float: left;
	padding:0 !important;
	border:none !important;
}
.v_cart_info .image{
	
}
.v_cart_info .name{
	width: 30%;
	margin-left: 30px;
	height: 154px;
	position: relative;
}
.v_cart_info .name a {
    font-weight: bold;
    color: #000;
    font-size: 20px;
}
.v_cart_info .name p{
	margin:0 ;
}
.v_cart_info .name .model{
	font-weight: bold;
    font-size: 16px;
}
.v_cart_info .product-price{
    font-size: 28px;
    font-weight: bold;
    color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
}
.v_cart_info .quantity{
	width: 30%;
}
.v_cart_quantity input {
    width: 85px !important;
    height: 65px !important;
    border-right: none;
    border-color: #c1c1c1;
    margin-top: 34px !important;
    margin-right: 0 !important;
}

.v_cart_quantity button {
    height: 32.5px !important;
    width: 32.5px !important;
    border: 1px solid #c1c1c1 !important;

}
.v_cart_quantity_btn{
	float: left;
    width: 27px;
    margin-top: 34px;
}
.v_cart_info .total,.v_cart_info .remove{
	width: 10%;
	line-height: 154px;
}
.v_cart_info .total{
	font-size: 28px !important;
    font-weight: bold;
    color: #000 !important;
}


.cart_top_left{
	float: left;
	width: 60%;
	margin: 30px 0;
}
.cart_top_left h1{
	float: left;
	color: #98cb78;
}
.cart_top_left p{
	float: left;
    margin-bottom: 0;
    line-height: 32px;
    margin-left: 20px;
    color: #98cb78;
}
.cart-total{
	margin-bottom: 10px;
}
.cart-total table tr td{
	border-bottom: 1px solid #727171;
}
.cart-purchase_condition{
	padding-left:55px;
}
.cart-product-count i{
	font-size: 30px;
	padding-right: 5px;
}

.cart_top_right{
	float: right;
	width: 40%;
	text-align: center;
	margin: 30px 0;
}
.cart-total table{
	width: 100%;
}
.cart_top_right .pull-right{
	width: 100%;
	padding:30px 30px 10px 30px;
}
.cart_top_right .pull-right a{
	width: 100%;
}
.use_coupon_a{
	color: #98cb78;
	text-decoration: underline;
}
.qc-deductible_freshdollar{
	margin-bottom: 0 !important;
}
.qc-deductible_freshdollar .col-sm-6{
	margin-right: 0 !important;
	margin-left: 0 !important;
	padding-right: 0 ;
	padding-left: 0 ;
}

.qc-deductible_freshdollar>label{
	width: auto;
	padding:20px 0 0 20px !important;
	display: block;
}
.qc-deductible_freshdollar  .qc-total{
	
	padding:10px 10px 0 10px !important;
}
.qc-deductible_freshdollar  .qc-tota .input-group{
	padding:0 10px;
}
.qc-deductible_freshdollar div:nth-child(3){
	float: right;
	padding-right: 15px;
}
.qc-deductible_freshdollar div:nth-child(3) label{
	float: left;
	width: auto;
	padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}
.qc-deductible_freshdollar div:nth-child(3) div{
	float: left;
	width: auto;
}

.howtocook-box{
	background-color: #e1eecd;
	padding:1.875rem 0;
}
.howtocook-box_top h1{
	float: left;
}
.howtocook-box span{
	float: left;
}
.howtocook-box b{
	width: 2px;
	height: 30px;
	margin:0 10px;
	float: left;
	background: #727171;
}
.cook-time{
	float: left;
	font-size: 20px;
	line-height: 30px;
	margin:0 30px;
}
.difficulty{
	float: left;
	font-size: 20px;
	line-height: 30px;
}
.howtocook-box_bottom{
	margin:1.875rem 0;
}
.star-vote{
    width:150px;
    height:30px;
    position:relative;
    overflow:hidden;
}
.star-vote>span{
    position:absolute;
    width:150px;
    height:30px;
    background-size:cover;
    background-repeat:no-repeat;
    left:0px;
    top:0px;
}
.star-vote>.add-star{
    background-image:url("../image/star2.png");
}
.star-vote>.del-star{
    background-image:url("../image/star1.png");
    background-color:#e1eecd;
   
}

.star_number{
	display: none;
}
.star-vote{
	float: left;
}
.howtocook-item{
	width: 23%;
	display:inline-block;
	vertical-align:top;
	text-align: center;
	position: relative;
	padding:30px 30px 0 30px;
}
.howtocook-item img{
	max-width: 100%;
	height: auto;
	margin-bottom:15px;
}
.howtocook-item h3{
	font-size: 30px;
	font-weight: bold;
	position: absolute;
	left: 0;
	top:0;
}

.howtocook-item p{
	font-size:18px;
	font-weight: bold;
	margin-bottom:0;
}

.partner_form .v_partner label{
	width: inherit !important;
	padding:0 2px;
}
.partner_form .v_partner label:first-child{
	width: 12% !important;
}
.v_partner .form-control{
	width: 88% !important;
    border-radius: 6px !important;
    resize: none;
}
.partner_form .v_partner .v_partner_text{
	width: 28% !important; 
}

fieldset .contact_name{
	width: 75% !important;
}


.link p{
	color: #fff;
	font-weight: normal;
	line-height: 14px;
	font-size:14px;
	margin-bottom:0;
}
.dropdown-inner{
	display: block;
}

.list-unstyled{
	float: left;
	min-width: 160px;
}
.description .list-unstyled{
	width: 100%;
}
.navbar-nav .dropdown:nth-child(8) .dropdown-menu{
	min-width: 400px !important;
}
.navbar-nav .dropdown:nth-child(8) .dropdown-menu .list-unstyled:nth-child(2){
	padding-left: 10px;
}


.back-box{
	float: right;
}

.back-box a{
	font-size: 18px;
	text-decoration: underline;
}

.article_bottom_product{
	width: 100% ;
}
.article-related  .carousel-button .prev{
	float: left;
}
.article-related  .carousel-button .next{
	float: right;
}
.category-list{
	margin-top:2em;
}
.category-list h4{
	display: none;
}
.mobile_share_btn{
	display: none;
}

#right_top_links .list-inline li{
	padding-left:0;
	padding-right: 0;
}
.user_name_span{
	max-width: 70.66px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	display: inline-block;
}
.name_a span{
	float: left;
}
#option_register_popup{
	width: 100% !important;
}

.order-content .logo{
	text-align: center;
}
.clear-cart-box{
    background-color: #bfbfbf;
    color: #fff;
    padding: 5px 10px;
    float: right;
    margin-bottom: 15px;
    font-size: 16px;
    display: block;
    transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
}
.clear-cart-box button{
	background-color: transparent !important;
	outline: none;
}
.clear-cart-box:hover{
	background-color: #98cb78;
}
@media only screen and (max-width: 1280px) {
	.language .dropdown-menu{
		left: 10px;
	}
}
@media only screen and (max-width: 1160px) {
	.top_article_box .article_dt {
	    width: 540px;
	    padding: 15px;
	}
}
@media only screen and (max-width: 1024px) {

	.product-thumb .image {
	    padding: 10px;
	}
	
	.button-group button{
		margin-right: 0;
	}
	.navbar .nav>li>a {
	    padding: 5px 10px !important;
	    font-size: 14px;
	}
	.boss-new-position .container{
		width: 100% !important;
	}
	.list_article_box .article_dt{
		width: 614px;
	}
	.top_article_box .article_dt{
		width: 594px;
	}
	fieldset label {
    	font-size: 14px;
	}
	.v_cart_info .name {
    	width: 25%;
	}
	.button-grid .qty_box input{
		width: 50px;
	}
	.transition .button-grid .qty_box input{
		width: 65px !important;
	}
	.v_subscribe p{
		line-height: inherit;
	}
}
@media only screen and (min-width: 768px) {
	.content-login{
		min-height: 600px;
		padding-top:50px;
	}
	.address_edit_form fieldset label{
		text-align:right !important;
		padding-right:10px;
		width:14%;
	}
	.address_edit_form fieldset .required:nth-child(1) .form-control{
		width: 85% !important;
	}
	.address_edit_form fieldset input[type="text"],.address_edit_form .form-control{
		width: 85% !important;
	}
	.v_cart_info .quantity {
	    width: 25%;
	}
	.contact_form .form-control{
		width: 80% !important;
	}

}
@media only screen and (max-width: 768px) {
	.boss_scroll{
		position: inherit;
	}
	.bt-banner-home .col-md-5:nth-child(1) {
		margin-bottom: 30px;
	}
	.v_boss_featured{
		display: none;
	}
	.bt-home-page #bt_container .bt-nprolarge-slider:nth-child(3) .box-heading{
		width: 100%;
		float: none;
	}
	.bt-home-page #bt_container .bt-nprolarge-slider:nth-child(3) .box-heading h1{
		text-align: center;
	} 
	.bt-home-page #bt_container .bt-nprolarge-slider:nth-child(3) .box-content{
		width: 100%;
		float: none;
	}
	.bt-home-page #bt_container .bt-nprolarge-slider:nth-child(3) .download_table{
		display: none;
	}
	.bt-featured-pro.bt-nprolarge-slider .box-content .prev, .bt-featured-pro.bt-nprolarge-slider .box-content .next{
		top: 30% !important;
	}
	.mobile_download_table{
		display: block;
	}
	.mobile_filter_btn{
		display: block;
	}
	.bt-banner-home .col-md-6:nth-child(1){
		margin-bottom: 30px;
	}
	.bt-banner-home .col-md-6{
		padding:0 !important;
	}
	fieldset label {
   		width: 20%;
	}
	fieldset .form-control {
	    width: 80% !important;
	}
	.partner_form .v_partner .v_partner_text {
	    width: 26% !important;
	}
	.top_article_box{
		background-color: #efefef;
		padding-top: 50px;
	}
	.top_article_box .article_dt {
	    width: 100%;
	}
	.top_article_box .article_dt .btn-readmore{
		left: 15px;
	}
	.top_article_box .article_dt{
		width: 374px;
	}
	.list_article_box .article_dt{
		width: 394px;
	}
	.address_edit_form fieldset .required:nth-child(1) .form-control {
	   
	    border-radius: 6px !important;
	    resize: none;
	}
	.acount_form fieldset .form-control {
	    width: 70% !important;
	}
	#right_top_links{
		top:-10px;
	}
	.header_fresh_dollar{
		bottom: -10px;
	}
	.invite_form fieldset .invite_name .v_invite_name input {
	    width: 80% !important;
	}
	.bt-filter{
		width: 100%;
	}
	.button-grid .qty_box{
		width: 100%;
	}
	#boss-search .choose-select #search input:hover {
	    width: 120px;
	}
	.boss_scroll2{
		top:0;
	}
	.name_information .v_name_information:nth-child(1){
		padding-top: 47px;
	}
	.invite_name .v_invite_name:nth-child(1){
		padding-top: 47px;
	}
}

@media only screen and (max-width: 767px) {
	#bt_header{
		background-color: #efefef;
	}
	.boss-new-position {
    	border-top: none; 
	}
	#boss-search{
		display: none;
	}
	#top ul.list-inline {
		position: absolute;
		right: 45px;
		top: 49px;
	}
	#top .pull-right ul.list-inline > li.dropdown>a{
		background-color: #727171;
	}
	
	.bt-banner-home .col-sm-12:nth-child(1){
		margin-bottom: 30px;
		float: none;
	}
	#logo{
		margin-top: 10px;
	}
	.bt-language{
		color: #333;
	}
	#bt_container .bt-nprolarge-slider:nth-child(8) .box-heading{
		float: none;
		margin: 0 auto;
	}
	.language .dropdown-menu li{
		float: none;
		width: 100%;
		border-top: 1px solid #666;
	}
	.language .btn-group button{
		display: block;
	}
	.language .dropdown-menu{
		display: none;
		top: 100%;
		left: 0;
	}
	#top, #top a, .currency .btn, .language .btn {
    	color: #333 !important;
	}
	.language .dropdown-menu li a{
		display: block;
	}
	.language .dropdown-menu li a .text-right{
		display: block;
	}
	.home_menu{
		display: none;
	}
	#top{
		height: 100px;
	}
	.boss-new-position{
		padding:0;
		display: none;
	}
	.bt-home-page #bt_container .bt-nprolarge-slider:nth-child(6) .box-heading{
		float: none;
		margin:20px auto;
	}
	#content.col-sm-9 {
	    padding-left: 10px;
	    padding-right: 10px;
	}
	.product-related {
	    float: none;
	    width: 100%;
	    margin-bottom: 30px;
	}
	.bottom-right-box {
	    width: 100%;
	    float: none;
	    padding-left: 0px;
	}
	.product-info .price_info {
	    width: 100%;
	    float: none;
	}
	.v_product_options{
		width: 100%;
		float: none;
	}
	#right_top_links {
	    right: 0px;
	    top: 10px;
	}
	#cart{
		padding-right: 0;
	}
	.navbar .nav>li>a, .mega-menu ul.nav > li > a {
	    color: #fff !important;
	}
	.header_fresh_dollar{
		display: none;
	}
	.product-filter{
		display: none;
	}
	.product-thumb:hover .button-grid.button-group .btn-wishlist{
		right: 0 !important;
	}
	.product-thumb:hover .button-grid.button-group .btn-cart{
		right: 0 !important;
	}
	.boss-blog-featured .box-content .box-article .article_content {
	    padding: 20px;
	}
	.content-login .col-sm-6{
		margin-bottom: 30px;
	}
	fieldset label {
	    width: 100%;
	    float: none;
	}
	fieldset .required:nth-child(1) select {
    	width: 100%;
	}
	fieldset .required:nth-child(1) .form-control {
	    width: 100% !important;
	    float: none;
	}
	fieldset .form-control {
	    width: 100% !important;
	}
	fieldset .required:nth-child(4) label:nth-child(3) {
	    margin-left: 0;
	}
	.v_partner .form-control{
		width: 100% !important;
	}
	.send_email{
		margin-left: 0;
	}
	.send_email input {
	    padding: 15px 0px !important;
	    width: 100%;
	    text-align: center;
	}
	.send_email .pull-left{
		float: none !important;
	}
	.top_article_box{
		padding: 15px;
	}
	.v_article_left {
	    float: none;
	    width: 100%;
	}
	.v_article_right {
	    float: none;
	    width: 100%;
	    padding-left:10px;
	}
	#logo img{
	    width: 70% !important;
	   
	}
	.wishlist-left{
		width: 100%;
		float: none;
	}
	.wishlist-right{
		width: 100%;
		float: none;
	}
	.wishlist-info-title,.wishlist-count{
		margin-top: 30px;
	}
	.address_edit_form fieldset .required:nth-child(1) .form-control {
	    width: 100% !important;
	}
	.acount_form fieldset .form-control {
	    width: 100% !important;
	}
	.name_information {
	    width: 100%;
	    display: inline-block;
	}
	.v_name_information {
	    width: 100%;
	    float: none;
	}
	.v_name_information input {
	    margin-left: 0px;
	}
	#content>h1 {
	    margin-top: 30px;
	}
	#right_top_links{
		width:auto;
	}
	#top #cart button i{
		color: #333;
	}
	.invite_form fieldset>div>label {
	    width: 100%;
	    padding-right: 0;
	}
	.invite_name {
	    width: 100%;
	    display: inline-block;
	}
	.v_invite_name{
		width: 100%;
		float: none;
	}
	.v_invite_name select{
		width: 100%;
	}
	.invite_form fieldset .invite_name .v_invite_name input {
	    width: 100% !important;
	}
	.invite_form fieldset input, .invite_form fieldset textarea{
		width: 100% !important;
	}
	.right_share_box{
		display: none;
	}
	.bt-other-page .mobile_download_table_btn{
		display: none;
	}
	.ok_btn{
		display: block;
		font-size: 16px;
		color: #fff;
		background: #98cb78;
		font-weight: bold;
		width: 60px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		float: right;
		margin: 20px 20px 0 0;
	}
	.mobile_filter{
		width: 100%;
		height: 100%;
		background-color: rgba(255,255,255,0.5);
		z-index: 999;
		position: fixed;
		top: 0;
		left: 0;
		display: none;
		overflow-y:scroll;
	}
	.mobile_filter .hidden-xs{
		display: block !important;
	}
	.mobile_filter #column-right{
		padding-left: 0;
	}
	.mobile_filter .bt-filter{
		width: 350px;
		margin: 30px  auto 0 auto ;
	}
	.v_cart_info .name {
	    width: 50% !important;
	}
	.v_cart_info .quantity{
		width: 100% !important;
		
	}
	.v_cart_quantity input{
		margin-top: 0 !important;
	}
	.v_cart_quantity_btn{
		margin-top: 0 !important;
	}
	.v_cart_info .total{
		width: 50% !important;
		float: left !important;
		line-height: 65px;
	}
	.v_cart_info .remove{
		width: 50% !important;
		line-height: 65px;
		float: left !important;
	}
	.cart_top_left{
		float: none;
		width: 100%;
	}
	.cart_top_right{
		float: none;
		width: 100%;
		margin-top:0 0 30px 0;
	}
	#top .pull-right  ul.list-inline>li{
		line-height: inherit;
	}
	#top ul.list-inline{
		width:105px;

	}
	#right_top_links li.dropdown{
		float: left;
	}
	#top .pull-right ul.list-inline > li.dropdown{
		display: inline-block !important;
		
		margin-right: 0px;
	}
	.mobile_wishlist{
		display: inline-block !important;
		padding: 0 0 12px;
    	margin-right: 5px;
    	
	}
	.mobile_wishlist a{
		width: 60px;
	    height: 30px;
	    
	    text-align: center;
	    background-color:#727171;
	    display: inline-block;
	    line-height: 30px;
	}
	.mobile_wishlist a span{
		width: 60px;
	    height: 30px;
	    line-height: 30px;
	    display: inline-block;
	}
	.mobile_wishlist a span i{
	    line-height: 30px;
	    float: left;
	}
	#cart{
		background-color: transparent;
		top:49px !important;
	}
	.open-bt-mobile{
		top:60px !important;
	}
	.mega-menu > ul.nav > li .dropdown{
		background-color: #98cb78 !important;
	}
	.mega-menu > ul.nav > li .dropdown .menu-column a{
		display: inline-block;
	}
	.list-inline>li{
		padding-right: 0 !important;
	}
	.howtocook-item{
		width: 49%;
	}
	.howtocook-box_top h1{
		float: none;
		width: 100%;
		margin-bottom: 15px;
	}
	.cook-time{
		margin-right:0;
	}
	.partner_form .v_partner label:first-child{
		width: 100% !important;
	}
	
	
	.product-thumb .image {
	    padding: 0;
	}
	.bt-featured-pro.bt-nprolarge-slider .box-content {
	    padding: 30px 0px;
	    
	}
	.qc-deductible_freshdollar label{
		float: left;
		width: 50%;
	}
	.qc-total{
		float: left;
		width: 70%;
	}
	.qc-total .input-group{
		padding-right:10px;
	}
	.mobile_share_btn{
		display: block;
		float: left;
	}
	.article_share_box{
		display: block !important; 
	}
	.name_a span{
		float: none;
	}
	.qc-checkout-product .qc-total {
    float: none; 
    width: auto;
	}
	.product-grid{
		width: 50% !important;
	}
	#quickcheckout #cart_wrap .qc-totals .control-label{
		padding-top:7px;
	}
	#top{
	    background-color: #f4f4f4 ;
	}
	.mobile_home_search_btn {
	    display: block;
	    width: 30px;
	    height: 30px;
	    line-height: 30px;
	    text-align: center;
	    float: none;
	    position: absolute;
	    left: 50px;
	    top: 60px;
	    margin-left: 0;
	    padding-top: 0;
	    border: 1px solid #dedede;
	    z-index: 99;
	}
	.brand_menu .menu{
		display: block !important;
	}
	.brand_menu #menu{
		display: block !important;
	}
	.brand_menu .navbar .nav{
		display: block !important;
	}
	.brand_menu .collapse{
		display: block !important;
	}
	.name_information .v_name_information:nth-child(1){
		padding-top:0;
	}
	.invite_name .v_invite_name:nth-child(1){
		padding-top: 0;
	}
}
@media only screen and (max-width: 736px){
	.list_article_box .article_dt {
	    width: 354px;
	}
	.top_article_box .article_dt {
	    width: 354px;
	}
	.acount_form .pull-right{
		margin-left:0;
	}
	.acount_form .pull-right input{
		text-align: center;
	}
	.bt-other-page .bt-featured-pro.bt-nprolarge-slider .box-content .product-thumb .image{
		text-align: center !important;
	}
	.bt-other-page .bt-featured-pro.bt-nprolarge-slider .box-content .product-thumb .small_detail{
		text-align: center;
	}
	.brand_menu .dropdown{
		width: 20% !important;
	}
	.v_invite_name label {
		text-align: left !important;
	}

}
@media only screen and (max-width: 667px){
	.list_article_box .article_dt {
	    width: 184px;
	}
	.top_article_box .article_dt {
	    width: 184px;
	}
}
@media only screen and (max-width: 480px) {
	.article_content{
		border:none;
	} 
	
	.list_article_box .article_dt{
		float: none;
		width: 100%;
		padding: 10px;

	}
	.list_article_box .article-image {
		float: none;
    	text-align: center;
	}
	.list_article_box .article_dt .btn-readmore{
		left: 0;
	}
	.top_article_box .article_dt{
		float: none;
		width: 100%;
		padding: 10px;

	}
	.top_article_box .article-image {
		float: none;
    	text-align: center;
	}
	.top_article_box .article_dt .btn-readmore{
		left: 0;
	}
	.account-tab a{
		font-size: 14px;
		
	}
	.account-tab a:nth-child(5){
		line-height: inherit !important;
	}
	.top_article-image {
	    float: none !important;
	}
	.box-article .caroufredsel_wrapper{
		height: 202px !important;
	}
	.box-article .caroufredsel_wrapper ul{
		height: auto !important;
	}
	#cart .dropdown-menu .cart_bottom .buttons .cart_bt{
		width: 47%;
	}
}
@media only screen and (max-width: 414px){
	.list_article_box .article_dt .btn-readmore{
		position: inherit;
	}
	.top_article_box .article_dt .btn-readmore{
		position: inherit;
	}
	.cook-time{
		float: none;
		margin:0 0 15px 0;
		display: inline-block;
		width: 100%;
	}
	.difficulty{
		float: none;
		display: inline-block;
		width: 100%;
	}
	.bg h3 {
	    font-size: 30px !important;
	}
	#select-sex{
		margin-bottom: 10px;
	}
	.v_cart_info .name{
		height: 140px;
		margin-bottom: 15px;
	}
	.v_cart_info .quantity {
	    width: 30% !important;
	}
	.v_cart_info .remove{
		width: 20% !important;
	}
	.v_cart_info .total {
    	width: 35% !important;
	}
	.qc-deductible_freshdollar{
		margin:0 !important;
	}
	.qc-deductible_freshdollar .qc-total{
		padding-left: 20px !important;
		width: 90%;
	}
	#quickcheckout #step_8 .buttons .right{
		text-align: left !important;
	}
	.product-list .product-thumb .button-group {
	    text-align: right;
	    margin-right: 40px;
	}
	.product-list .caption{
		height: inherit;
	}
}
@media only screen and (max-width: 375px){
	.modal .modal-dialog{
		width:350px !important;
	}
	.invite_link a{
		margin-right: 2px;
	}
	.howtocook-item{
		width: 100%;
		margin-bottom:15px;
	}
	.howtocook-item img{
		max-width: 200px;
	}
	.product-list .product-thumb .button-group {
	    margin-right: 30px;
	}
}
@media only screen and (max-width: 360px){
	.bt-home-page #bt_container .bt-nprolarge-slider:nth-child(6) .box-heading h1{
		width: 130px;
		left: 25px;

	}
	.box-article .caroufredsel_wrapper {
	    height: 320px !important;
	}
	.product-list .product-thumb .button-group {
	    margin-right: 20px;
	}
}
@media only screen and (max-width: 320px) {
	.product-list .product-thumb .button-group {
	    margin-right: 10px;
	}
	.cancel_btn{
		margin-top: 20px;
	}
	.right_link{
		padding-top: 20px;
	}
	.modal .modal-dialog{
		width:300px !important;
	}
	.footer_pop h4 p{
		font-size: 28px !important;
	}
	.modal-body p{
		font-size: 14px !important;
	}
	.mobile_filter .bt-filter{
		width: 100%;
		margin: 30px  auto 0 auto ;
	}
    .caption .description{
    	display: none;
    }
    .product-list .product-thumb .image{
    	margin-right: 0;
    }
    #top .pull-right ul.list-inline>li {
	    line-height: 18px;
	}
	 .button-grid .qty_box input {
	    width: 30px !important;
	}
	.qc-deductible_freshdollar label{
		float: none;
		width: 100%;
	}
	.qc-total{
		float: none;
		width: 100%;
	}
	.qc-total .input-group{
		padding-right:10px;
	}
	#quickcheckout label img{
		float: inherit !important;
	}
}
#search .dropdown-menu{
	z-index: 999;
}
.manufacturer-logo-box{
	text-align: center;
}
.manufacturer-logo-box img{
	max-width: 600px;
	width: 100%;
	height: auto;
}
.manufacturer-desc-box{
	font-size: 14px;
	padding: 15px;
	margin-bottom:30px;
}
.manufacturer-url-box a{
	padding:5px 15px;
	background-color: #98cb78;
	color: #fff;
	border:1px solid #98cb78;
	display: inline-block;
	transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
}
.manufacturer-url-box a:hover{
	background-color: #fff;
	color: #98cb78;
}
.brand_top{
	margin:30px 0;
	padding:0 10px;
}
.brand_bottom{
	margin-bottom: 30px;
}
.brand_bottom #column-left{
	margin-top: 30px;
}
.brand_menu  h1{
	text-align: left;
    font-size: 52px;
    line-height: 52px;
    margin-bottom: 15px;
}
.brand_menu .navbar .nav>li>a{
	border-right: none !important;
}
.brand_menu .navbar .nav{
	float: left;
}
.brand_menu .selected_item {
    background-image: none;
}
.brand_menu .list-unstyled li{
	color: #fff;
	border-top: none !important;
}
.brand_menu .list-unstyled:nth-child(1) li:nth-child(1){
	font-size: 20px;
	border-bottom: 1px solid #fff;
	font-weight: 600;
}
.brand_menu .list-unstyled:last-child li:last-child{
	border-bottom: 1px solid #fff;
}
.brand_menu .list-unstyled li a{
	color: #fff;
}
.brand_menu .list-unstyled li:hover{
	background-color: #dcdcdc !important;
}
.brand_menu .list-unstyled{
	margin-top: 38px;
}
.brand_menu .list-unstyled:nth-child(1){
	margin-top: 0;
}
.brand_menu{
	border-top:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
	margin:30px 0 60px 0;
}
.brand_menu .dropdown{
	width: 10%;
	margin:10px 0;
}
.brand_menu .menu{
	padding:30px 0;
}
.brand_menu .navbar-nav{
	width: 100%;
	text-align: left;
}
.brand_menu .dropdown a img{
	width: 100%;
	height: auto;
}
.brand_menu .dropdown-menu{
	min-width: 320px !important;
}
.banner_img img{
	width: 100%;
	height: auto;
}
.banner_img .image{
	margin-right: 0 !important;
}
#menu_locate{
	position: absolute;
	left: 0;
	bottom: 270px;
}
.account_ul{
	min-height:700px;
}
.account_ul .list-unstyled{
	float:none !important;
}
.download_mask .right_link a:nth-child(3){
	display: none;
}
.download_table .right_link a:nth-child(3){
	display: none;
}
.jGrowl-button .buttons a:nth-child(1){
	display: none;
}
.jGrowl-button .buttons a:nth-child(2){
	width: 100% !important;
}

.caroufredsel_wrapper .qty_box{
	width: 100%;
}
#quickcheckout .wait{
	height: 100% !important;
}
