.b_mobile {
    display: none;
}
/* top */
#top {
	background: none repeat scroll 0 0 #f3f3f3;
    float: left;
    padding: 0 50px;
    width: 100%;
	border-bottom:1px solid #e8e8e8;
}
.top_left{padding-top:10px; width:auto}
.top_left a{color:#404b8f;}
.top_left a:hover{text-decoration:underline}
.top_right{width:auto}
.top-links {
	float: right;
    padding: 0;
}
.top-links .list-inline{margin:0}
.top-links > ul > li{
    border-left: 1px solid #e8e8e8;
    margin-right: 0;
    padding: 10px 20px 11px;
}
.top-links ul li a, .top-links ul li span{
	color: #797979;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 400;
    white-space: nowrap;
}
.top-links ul li a:hover, .top-links ul li a:hover span{color: #404b8f; }
.top-links ul li a i.fa-angle-down {
    font-size: 17px;
    margin-left: 5px;
    margin-top: 0;
    opacity: 0.7;
    vertical-align: -2px;
}
.top-links ul li a:hover i{opacity:1; filter: alpha(opacity=100);}
.top-links ul li > a > i.fa-user, .top-links ul li > a > i.fa-star, .top-links ul li > a > i.fa-check {
    font-size: 13px;
    margin-right: 5px;
    opacity: 0.7;
}
.top-links a + a {
	margin-left: 15px;
}
.top-links .dropdown-menu-right{
	border: 1px solid #d3d3d3;
    border-radius: 0;
    left: 0;
    right: auto;
    top: 100%;
}
.top-links .dropdown-menu li{margin:0}
.language_currency{float:right;}
.language, .currency{margin-left:0; float:right; border-left: 1px solid #e8e8e8;}
.language:hover, .currency:hover{background:#404b8f}
.language button.btn-link.dropdown-toggle, .currency button.btn-link.dropdown-toggle{
	background: none;
    border: none;
    margin: 0;
    padding: 10px 20px 11px 19px;
	text-decoration: none;
}
.language span, .currency span{
	display:none
}
.language strong, .currency strong{
	color: #797979;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 400;
}
.language strong img{margin-right:5px;   vertical-align: 0px;}
.language strong b, .currency strong b{font-weight:400}
.currency strong b{margin-left:5px}
.language:hover strong, .currency:hover strong{color:#fff}
.language i, .currency i{
	font-size: 17px;
    margin-left: 5px;
    margin-top: 0;
    opacity: 0.7;
    vertical-align: -2px;
}
.language:hover i, .currency:hover i{color:#fff}
.currency .currency-select{
	font-weight: 400;
    height: auto;
    padding: 0 10px 10px 20px;
    text-align: left;
    text-transform: none;
	border:none;
	background:none;
}
.currency .currency-select:hover, .currency .currency-select:focus{background:none;color:#dd5e65; text-decoration:none}
.language .dropdown-menu, .currency .dropdown-menu{
	border: 1px solid #e8e8e8;
    border-radius: 0;
    margin: 0;
    min-width: 80px;
    text-align: center;
    width: 100%;
} 
.language:hover .dropdown-menu, .currency:hover .dropdown-menu{
	top:100%;
}
.language .dropdown-menu li{margin:10px 20px 11px 19px; text-align:left}
.language .dropdown-menu li a{
	margin: 0;
    padding: 0;
    display: inline-block;
	background:none
}
.language .dropdown-menu li a span{  display: inline-block; font-size: 13px; margin-left: 5px; color:#797979; font-family: 'Lato', sans-serif;}
.language .dropdown-menu li + li{border-top:1px solid #f2f2f2; padding-top: 10px;}
.currency .dropdown-menu li {margin:10px 20px 11px 19px; text-align:left}
.currency .dropdown-menu li button{padding:0; margin-bottom:0; font-size: 13px; font-family: 'Lato', sans-serif;}
.currency .dropdown-menu li button:hover{color:#dd5e65}
.currency .dropdown-menu li button b{font-weight:400}
#bt_header{float:left; width:100%}
.common-home #bt_header{
	margin-bottom: 68px;
}
#bt_footer{background:#111}
#header, #header .b-cart .heading, #header .b-cart{z-index:auto} 
.content_bg {
    padding: 0;
	margin-bottom: 20px;
}
.boss-new-position {}
.common-home .boss-new-position {
    margin-bottom: 30px;
}
.boss_header {
    background-color: #dd5e65;
    height: 55px;
    margin-bottom: -55px;
}
.header_slider {
    float: left;
    position: relative;
    width: 100%;
    z-index: 9;	
	margin-bottom:60px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
    float: right;
    margin-top: 22px;
    padding: 0 0 49px 12px;
    position: relative;
	z-index:9;
}
.button-search {
    border: none;
    background: none;
    color: #333;
    padding: 0;
	position:relative;
	z-index:99;
}
.button-search:hover{color:#404b8f}
#search input {
    visibility: hidden;
	opacity: 0;
	border: none;
	width: 0;
	-webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	position:absolute;
	right:-10px;
	padding: 10px;
	top:-9px;
	font-size:14px;
}
#search:hover input{
	width: 300px;
    visibility: visible;
    opacity: 1;
    border: 1px solid #e8e8e8;
}
.cart-search {
    float: right;
	padding: 0 10px;
}
#search a{color:#333}
#search:hover a{color:#eab993}
#search a i{font-size:15px; color:#666}
#search .frame_search{
	position:absolute; 
	opacity:0;
	visibility:hidden; 
	top:10px; 
	right:0; 
	transition:top 0.5s ease 0s;
	-webkit-transition:top 0.5s ease 0s;
	transform-origin:0 0;	
	-webkit-transform-origin:0 0;	
	z-index:997;
}
#search:hover .frame_search{opacity:1; visibility:visible; top:100%; width:406px;}
#search .frame_search b{
	background: url("../../image/mainmenu_arrow.png") no-repeat scroll center bottom;
    display: block;
    height: 10px;
    position: absolute;
    right: 12px;
    top: -9px;
    width: 19px;
}
/* cart */
.b-cart .table.table-striped{margin-bottom:0}
.b-cart.dropdown_cart {
	border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    float: right;
    padding: 10px 20px 11px 43px;
    position: relative;
}
.b-cart.dropdown_cart:before{
  content: '';
  width: 25px;
  height: 30px;
  position: absolute;
  background: url(../../image/icon_cart.png) #404b8f no-repeat 0 0;
  top: 3px;
  left: 16px;
}
.b-cart.dropdown_cart:hover{
	background-color:#404b8f;
	background-image:url(../../image/icon-cart-hover.png);
	background-repeat:no-repeat;
	background-position:20px 8px;
}
.b-cart.dropdown_cart:hover:before{background:none}
.b-cart .btn-dropdown-cart {
    background: none;
    border: medium none;
    color: #333333;
    padding: 0;
}
.b-cart:hover .btn-dropdown-cart b{color:#fff}
.b-cart .btn-dropdown-cart:hover{color:#fff}
.b-cart.open .btn-dropdown-cart{color:#fff}
.b-cart .btn-dropdown-cart i{font-size:19px;}
.b-cart .btn-dropdown-cart b{
	color: #797979;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 400;
}
.b-cart .btn-dropdown-cart b span{color:#dd5e65; display:inline-block}
.b-cart:hover .btn-dropdown-cart b span{color:#fff}
.b-cart .dropdown-menu {
    background-color: #ffffff;
    border: 1px solid #d3d3d3;
    margin-top: 0;
    padding: 13px 0px 0;
    right: -1px;
    width: 250px;
	overflow:hidden;
	border-radius:0;
	box-shadow:0 0 8px #bbbbbb;
    z-index: 997;
}
.b-cart .dropdown-menu li{padding:0 20px}
.b-cart .dropdown-menu .buttons{background:#dd5f65; padding:15px 20px; margin: 0 -20px;}
.b-cart .dropdown-menu .buttons .checkout_bt .btn{border-color:#fff; color:#fff; background:transparent}
.b-cart .dropdown-menu .buttons .checkout_bt .btn:hover{background:#fff; color:#dd5f65}
.b-cart .dropdown-menu .buttons .cart_bt{float:right; margin-top: 8px;}
.b-cart .dropdown-menu .buttons .cart_bt a{font-size:13px; font-style:italic; color:#fff; text-decoration:underline}
.b-cart .dropdown-menu .buttons .cart_bt a:hover{text-decoration:none}
.b-cart:hover .dropdown-menu{}
.b-cart .dropdown-menu .text-center{
	margin-top:10px;
	margin-bottom: 27px;
	background:none;
}
.b-cart .dropdown-menu td{
	padding:0;
	border:none;
	vertical-align:top;
	padding-bottom:25px;
	background:none;
	text-align:center
}
.b-cart .dropdown-menu td.name{border-bottom:1px solid #f2f2f2; padding-bottom: 16px;}
.b-cart .dropdown-menu td > div{font-size:20px; color:#282828; margin-top: 1px;}
.b-cart .dropdown-menu td > div .price{font-size:20px}
.b-cart .dropdown-menu td.text-right {
	text-align:left;
}
.b-cart .minicart_total tr td{padding-bottom:10px}
.b-cart .minicart_total tr td.text-left{
	color:#666;
	font-size:14px;
	text-transform:uppercase;
	text-align:left;
	font-weight:700;
}
.b-cart .minicart_total tr td.text-right{
	color:#dd5f65;
	font-size:16px;
	font-weight:700;
	text-align: right;
}
.b-cart .cart_bottom{
	padding-top:19px;	
}
.b-cart .minicart_total{
	margin-bottom:7px;
	width:100%;
}

.b-cart .buttons .checkout_bt{
	float:left;
	margin-right:10px;
}

/*dropdown cart */
.b-cart .remove{
	position:absolute;
	top:0px;
	right:0px;	
}
.b-cart .remove .btn-danger{line-height:8px}
.b-cart .image{
	position:relative;
	margin-right:0;
	
}
.b-cart .image .img-thumbnail{
	border:none;
	width:auto;
	max-width:none;
	transition:none;
	-webkit-transition:none;
}

.header_category {
    background-color: #ffffff;
    float: left;
    height: auto;
    position: relative;
    width: 24%;
    z-index: 995;
	padding:0;
}
.header_category .box {
    margin-bottom: 0;
}
.header_category .box .boss_heading {
    background-color: #eab993;
}
.header_category .box .box-heading {
    background-color: transparent !important;
    background-image: url("../../image/menu_arrow.png");
    background-position: right center;
    background-repeat: no-repeat;
    border-bottom: medium none;
    color: #ffffff;
    display: block;
    font-family: "Raleway",sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 46px;
    margin-right: 20px;
    padding: 13px 20px 0;
    text-align: left;
    text-transform: uppercase;
}
.header_category .box .box-heading span {
    background-image: url("../../image/menu_list.png");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 33px;
}
.header_category .box .box-content {
    overflow: inherit;
    padding: 17px 0 0 17px;
	background:#f9f9f9;
}
.common-home .header_category .box .box-content {
    height: 414px;
    position: relative;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
.bt-other-page .header_category .box.opencate  .box-heading{
	background-image:url(../../image/menu_arrow_up.png);
}
.bt-other-page .header_category{
	height:auto;
	position:relative;
	transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	cursor:pointer;
	z-index:995;
}
.bt-other-page .header_category .box .box-content{
	position:absolute;
	top:100%;
	height:0;
	overflow:hidden;
	padding:0 0 0 20px;
	width:100%;
	transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
}
.bt-other-page .header_category .box.opencate .box-content{
	height:auto;
	overflow:inherit;
	padding:19px 0px 20px 20px;
	width:100%;
	z-index:999;
	border:1px solid #ccc;
}
.box .box-content .box-category.boss-menu-cate > li{
	margin-bottom:0px;
	margin-right:19px;
}
.box .box-content .box-category.boss-menu-cate > li a.title i{float:right}
.box .box-content .box-category.boss-menu-cate > li:hover{}
.box .box-content .box-category .nav_title > img {
    float: left;
    margin-right: 15px;
}
.box .box-content .boss-menu-cate .nav_title > a{
	display:block;
	padding-right:30px;
	font-family: 'Raleway', sans-serif;
	width:111%;
	font-size:13px;
	font-weight:300;
	line-height:21px;
}
.box .box-content .boss-menu-cate > li{
		padding-left:0;
}
.box .box-content .box-category.boss-menu-cate > li + li{	
	margin-top:14px;
}
.box .box-content .box-category .nav_sub_title{
	font-size:11px;
	color:#808080;
	margin-left:35px;
	padding-right:30px;
	width:94%;
	display:none;
}
.box .box-content .box-category .nav_submenu .nav_sub_submenu ul{
	display:block;
	margin-bottom:7px;
	overflow:hidden;
	margin-top:13px;
	margin-left:20px;	
}
.box-content .boss-menu-cate .nav_submenu {
    background-color: #ffffff;
    border: 1px solid #dadada;
    left: 120%;
    opacity: 0;
    position: absolute;
    transform: scale(0.7, 1);
    -moz-transform: scale(0.7, 1);
    -webkit-transform: scale(0.7, 1);
    transform-origin: right top 0;
    -moz-transform-origin: right top 0;
    -webkit-transform-origin: right top 0;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    visibility: hidden;
    z-index: 100;
}
.box .box-content .box-category > li:hover .nav_submenu{
	background-color: #ffffff;
    left: 100%;
    opacity: 1;
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    visibility: visible;
}
.box .box-content .box-category .nav_submenu{}
.box .box-content .box-category .nav_submenu img{
	position:absolute;
	bottom:0;
	left:0;
	z-index:-1;
	max-width:none;
}
.box .box-content .box-category .nav_sub_submenu > ul > li.nav_cat_parent > a{
	font-weight:700;
	color:#eab993;
	text-transform:uppercase;
	font-family: 'Raleway', sans-serif;
	display:block;
	border-bottom:1px dashed #d9d9d9;
	line-height:32px;
}
.box .box-content .box-category .nav_sub_submenu > ul > li.nav_cat_parent > a:hover{
	color:#333;
}
.box .box-content .box-category .nav_sub_submenu ul li a{
	font-weight:400;
}
.box .box-content .box-category.boss-menu-cate .nav_sub_submenu ul li{
	width:100%;
	overflow:hidden;	
	cursor:default;
	margin-bottom: 8px;
}
.box .box-content .box-category.boss-menu-cate .nav_sub_submenu .nav_cat_parent {	
	float:left;
	margin-bottom:20px;
	padding-right:20px;
}
.box .box-content .box-category .nav_sub_submenu .nav_cat_parent ul{
	margin-left:0px;
}
.box .box-content .box-category .nav_sub_submenu .sub_cat_child ul{
	margin-bottom:0;
}

/* menu */
#menu {
	float: right;
    padding: 10px 0 0;
    text-align: right;
    border: none;
    margin: 0;
}
#menu .navbar-header{display:none}
#menu .navbar-nav > li{
    display: inline-block;
    float: none;
    padding: 0 30px;
}
#menu .nav > li > a {
	border-bottom: 4px solid rgba(0, 0, 0, 0);
    border-radius: 0;
    color: #282828;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 0 52px;
    text-transform: uppercase;
}
#menu .nav > li:hover > a{
	background:transparent;
    border-bottom: 4px solid #404b8f;
}
#menu .nav > li:hover > a:focus{background:transparent}
#menu li .dropdown-menu {
	background-clip: padding-box;
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
    box-shadow: 0 0 8px #bbbbbb;
    float: left;
    font-size: 13px;
    list-style: outside none none;
    min-width: 200px;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 998;
}
#menu li:hover .dropdown-menu{
}
#menu .dropdown-inner {
	padding: 18px 0 0;
}
#menu .dropdown-inner ul {
	white-space: nowrap;
}
#menu .dropdown-inner ul li{
	margin-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
}
#menu .dropdown-inner a {
	border-bottom: 1px solid #eaeaea;
    display: block;
    margin-bottom: 5px;
    padding-bottom: 8px;
	color: #1c1c1c;
    font-size: 14px;
}
#menu .dropdown-inner li a:hover {
	color:#404b8f;
}
#menu .see-all {
	clear: both;
    color: #404b8f;
    display: block;
    font-family: "Lato",sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 16px;
    margin-left: 30px;
    margin-right: 30px;
    text-transform: uppercase;
}
#menu .see-all:hover, #menu .see-all:focus {text-decoration:underline}
#menu #category {
	float: left;
	padding-left: 15px;
	margin-top: 5px;
}
#menu .btn-navbar {
	padding: 2px 18px;
	float: left;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}

img.row-bg-image {
	right: 0px;
	top: 0px;
	position: absolute;
	z-index: -1;
}
.menu-row, .menu-column {
	width: 100%;
	float:left;
}
.dropdown  .menu-column a.parent{
	color:#dd5e65;
	text-transform:uppercase;
	display:block;
	line-height:32px;
	margin-bottom:8px;
	font-weight:700;
}
ul.column li{float:left;}
/*slider product*/
.bt-items .next,.bt-items .prev{
	background: none repeat scroll 0 0 #dddddd;
    color: #ffffff;
    height: 26px;
    letter-spacing: -1px;
    line-height: 27px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 26px;
}
.bt-items .prev{
    right: 27px;
}
.bt-items .prev:hover{background:#eab993;}
.bt-items .next{
    right: 0;
}
.bt-items .next:hover{background:#eab993;}
.bt_nav_thumb{
	background: none repeat scroll 0 0 #ffffff;
    display: block;
    float: right;
    height: 26px;
    position: absolute;
    right: 0;
    width: 63px;
    z-index: 9;
}
.bt-item-extra > section{margin:0 10px 20px}
/* product-grid  / product-list */
.bt-product-grid .bt-prod-item {
    display: inline-block;
    margin: 10px;
    width: 20%;
}
.bt-product-list .bt-prod-item {
    display: block;
    margin: 10px;
    width: 100%;
}
.bt-product-list .image {float :left ; padding-right:30px;}
.bt-prod-detail {
    display: block;
    overflow: hidden;
}
.bt-pag{text-align: center; margin-top: 60px;}
.bt-pag a{margin: 0 11px; font-size:20px; color:#b4b4b4; font-weight:400}
.bt-pag a.selected{font-weight:700; color:#1c1c1c;}


.bt-box .box-heading{
    position: relative;
	border-bottom:1px solid #d0d0d0;
}
.bt-box .box-heading span{
    color: #1c1c1c;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding-right: 10px;
    position: relative;
	padding-bottom:24px;
    text-transform: uppercase;
}
.bt-box .box-heading span:before{
	content:'';
	position:absolute;
	background:#424c8a;
	height:3px; 
	width:60px;
	left:0;
	bottom:-2px;
}
.bt-box .box-content{
    padding: 20px 0;
}
.box-discount{margin-bottom:43px}
.box-discount .box-heading{margin-bottom:33px;}
.box-discount .box-content{
	border:1px solid #ccc;
	padding:0;
}
.box-discount .box-content .item{
	padding:10px;
	text-align: center;
}
.box-discount .box-content .item + .item{border-top:1px solid #ccc}

.bt-manufacturer .box-content label{width:100%}
.bt-manufacturer .box-content select{width:100%}
.bt-manufacturer ul li a{font-size:14px;   text-transform: capitalize;}
.bt-manufacturer ul li + li{
  margin-top: 8px;
  padding-top: 8px;
}

.box-product .box_item + .box_item{ border-top:1px solid #f2f2f2}
.box-product .box_item{
	margin-bottom: 17px;
    padding: 15px 0px 0;
    clear: both;
	overflow:hidden
}
.box-product .box_item .name a{font-size:14px}
.box-product .box_item .price{font-size:14px}
.box-product .box_item .image{margin-right:20px}
.box-product .prod-detail {
    min-width: 40%;
    overflow: hidden;
}
.box-product .rating {
    display: block;
    margin-bottom: 4px;
}
.bt-box.bt-bestseller .box-content{padding-left:0; padding-right:0}
.bt-box.bt-bestseller .box-content .box-product .price-old {
    display: block;
    margin-bottom: 3px;
}
.bt-box.bt-bestseller .box-content .box-product .price-tax{display:none}
#column-left .box-product .image, #column-right .box-product .image {
    margin-left: 0;
}
.box .box-content .box-product .image {
    margin-right: 10px;
}
.box-product .image {
    display: inline;
    float: left;
    margin-bottom: 10px;
    margin-left: 7px;
    margin-right: 8px;
    position: relative;
}

.bt-banner{margin-top:20px;}
.bt-box {margin-bottom:20px;}
.bt-banner img{width:100%;}
.boss-alphabet {
	overflow:hidden;
}
.boss-alphabet ul{
	padding-left:0
}
.box-content .boss-alphabet ul li {
    display: inline;
    float: left;
    list-style: outside none none;
    margin-bottom: 0;
    text-align: center;
	
}
.bt-box .box-content .boss-alphabet a {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid transparent;
    color: #999999;
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 30px;
    margin-bottom: 4px;
    margin-right: 0;
    padding-top: 4px;
    text-transform: uppercase;
    transition-duration: 0s;
    -webkit-transition-duration: 0s;
    width: 30px;
	border-radius:100%;
}
.bt-box .box-content .boss-alphabet ul li a:hover{
	background: none repeat scroll 0 0 #dd5e65;
    color: #ffffff;
	
}
.boss-alphabet a span{position:relative; z-index:2}
/*product-filter*/
#input-sort, #input-limit, .boss-select{
	-moz-appearance: none;
    background-color: #f4f4f4;
    border-radius: 0;
    box-shadow: none;
    color: #818181;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
    height: 40px;
    margin: 0 ;
    outline: medium none;
    width: 150px;
}
.product-filter{
    margin-bottom: 20px;
    overflow: hidden;
}
.product-filter .compare-total{float:left; margin-right:20px; margin-top: 10px;}
.product-filter .btn-group{
	margin-bottom: 7px;
	margin-top:0;
    vertical-align: top;
}
.product-filter .sort, .product-filter .limit{float:right; margin-left:20px}
.product-filter label.control-label, .product-filter label.control-label{
	color: #323232;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
	display:none;
}
/*.notouch .product-filter label.arrow:before, .notouch .product-filter label.arrow:before{
	background: url("../../image/select.png") no-repeat scroll center center #ffffff;
    content: "";
    display: block;
    height: 28px;
    pointer-events: none;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 33px;
}
.product-filter label.arrow:after, .product-filter label.arrow:after{
	border-bottom: 1px solid #dddddd;
    color: #aaaaaa;
    padding: 0 0 2px;
    pointer-events: none;
    position: absolute;
    right: 8px;
    top: 2px;
}
.product-filter label.arrow, .product-filter label.arrow{
	display: inline-block;
    margin-right: 0;
    position: relative;
	margin-bottom:0;
}*/
/*grid - list*/
#list-view{
	background: none;
    border: medium none;
    display: inline-block;
    margin-top: 11px;
    padding: 0;
    vertical-align: middle;
	color:#bababa;
}
#list-view.active{color:#dd5e65}
#grid-view{
	background: none;
    border: medium none;
    display: inline-block;
    margin-right: 5px;
    margin-top: 11px;
    padding: 0;
    vertical-align: middle;
	color:#bababa;
}
#grid-view.active{color:#dd5e65}
#list-view i, #grid-view i{font-size:18px}
.layout-thumb{
	clear:both;
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;	
}
.product-layout{
	display: inline-block;
    float: none;    
    margin-right: -5px;
    vertical-align: top;
	margin-top:5px;	
}
.product-grid{margin-bottom: 32px;}
.product-list{margin-bottom:50px}
.product-thumb {
    overflow: hidden;
    padding: 0 0 20px;
	text-align:center;
}
.product-grid .product-thumb{
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: bounce-in;
       -moz-animation-name: bounce-in;
            animation-name: bounce-in;
}
.product-list .product-thumb{
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	animation-duration: 1s;
    -webkit-animation-name: bounce-in-up;
       -moz-animation-name: bounce-in-up;
            animation-name: bounce-in-up;
}

@-webkit-keyframes bounce-in-up
{
    0%
    {
        -webkit-transform: translateY(2000px);

        opacity: 0;
    }

    50%
    {
        -webkit-transform: translateY(-30px);

        opacity: 1;
    }

    75%
    {
        -webkit-transform: translateY(10px);
    }

    100%
    {
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes bounce-in-up
{
    0%
    {
        -moz-transform: translateY(2000px);

        opacity: 0;
    }

    50%
    {
        -moz-transform: translateY(-30px);

        opacity: 1;
    }

    75%
    {
        -moz-transform: translateY(10px);
    }

    100%
    {
        -moz-transform: translateY(0);
    }
}

@keyframes bounce-in-up
{
    0%
    {
        -webkit-transform: translateY(2000px);
           -moz-transform: translateY(2000px);
            -ms-transform: translateY(2000px);
             -o-transform: translateY(2000px);
                transform: translateY(2000px);

        opacity: 0;
    }

    50%
    {
        -webkit-transform: translateY(-30px);
           -moz-transform: translateY(-30px);
            -ms-transform: translateY(-30px);
             -o-transform: translateY(-30px);
                transform: translateY(-30px);

        opacity: 1;
    }

    75%
    {
        -webkit-transform: translateY(10px);
           -moz-transform: translateY(10px);
            -ms-transform: translateY(10px);
             -o-transform: translateY(10px);
                transform: translateY(10px);
    }

    100%
    {
        -webkit-transform: translateY(0);
           -moz-transform: translateY(0);
            -ms-transform: translateY(0);
             -o-transform: translateY(0);
                transform: translateY(0);
    }
}
@-webkit-keyframes bounce-in
{
    0%
    {
        -webkit-transform: scale(.3);

        opacity: 0;
    }

    50%
    {
        -webkit-transform: scale(1.04);

        opacity: 1;
    }

    75%
    {
        -webkit-transform: scale(.9);
    }

    100%
    {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes bounce-in
{
    0%
    {
        -moz-transform: scale(.3);

        opacity: 0;
    }

    50%
    {
        -moz-transform: scale(1.04);

        opacity: 1;
    }

    75%
    {
        -moz-transform: scale(.9);
    }

    100%
    {
        -moz-transform: scale(1);
    }
}

@keyframes bounce-in
{
    0%
    {
        -webkit-transform: scale(.3);
           -moz-transform: scale(.3);
            -ms-transform: scale(.3);
             -o-transform: scale(.3);
                transform: scale(.3);

        opacity: 0;
    }

    50%
    {
        -webkit-transform: scale(1.04);
           -moz-transform: scale(1.04);
            -ms-transform: scale(1.04);
             -o-transform: scale(1.04);
                transform: scale(1.04);

        opacity: 1;
    }

    75%
    {
        -webkit-transform: scale(.9);
           -moz-transform: scale(.9);
            -ms-transform: scale(.9);
             -o-transform: scale(.9);
                transform: scale(.9);
    }

    100%
    {
        -webkit-transform: scale(1);
           -moz-transform: scale(1);
            -ms-transform: scale(1);
             -o-transform: scale(1);
                transform: scale(1);
    }
}

.product-grid .product-thumb .caption p.description{display:none}

.product-list .product-thumb{padding-bottom:0}
.product-list .product-thumb .image {
    float: left;
    margin-right: 30px;
    max-width: 50%;
	margin-bottom:0
}
.product-list .small_detail {
    margin: 0;
	text-align:left;
}
.product-list .button-group{float:left}
.product-list .product-thumb .name{margin-bottom:4px;}
.product-list .product-thumb .rating{margin-bottom:11px;}
.product-list .product-thumb .price{margin-bottom: 22px;}
.product-list .product-thumb .description{margin-bottom: 32px;}
.btn-cart{
	border:1px solid #bcbcbc;
    background-color: #fff;
    display: inline-block;
	font-family: 'Lato', sans-serif;
	font-weight:700;
	font-size:12px;
	text-transform:uppercase;
    padding: 9px 20px;
	color:#bcbcbc;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	vertical-align: top;
	min-height:40px;
}
.btn-cart i{margin-top:3px}
.btn-cart:hover{background-color: #dd5f65; border-color:transparent; color:#fff}
.btn-wishlist, .btn-compare{
	background: #fff;
    border: 1px solid #bcbcbc;
    color: #bcbcbc;
    height: 40px;
    margin: 0 0 0 7px;
    width: 40px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.btn-wishlist:hover, .btn-compare:hover{background-color: #dd5f65; border-color:transparent; color:#fff}
/*category-info*/
.category-info{
	border-bottom: 1px solid #f2f2f2;
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 23px;
    overflow: hidden;
    padding-bottom: 17px;
}
.category-info h2{
	font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
    text-transform: none;
	display:none;
}
.category-info .img_thumb{float: left; margin-right: 15px;}
.category-info .img_thumb .img-thumbnail{border:none; background:none; padding:0}
.category-list{
	border-bottom: 1px solid #f2f2f2;
    overflow: hidden;
    padding-bottom: 20px;
	margin-bottom: 10px;
}
.category-list h3{
	color: #1c1c1c;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 29px;
    margin-top: 0;
    text-transform: uppercase;
}
.category-list ul {
    float: left;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 14px;
    width: 33.33%;
}
.category-list ul li {
    margin-bottom: 10px;
}
.category-list ul li a {
    font-family: "Lato",sans-serif;
    font-size: 14px;
    font-weight: 400;
}
/*banner-column*/
.banner-column{margin:30px 0; overflow:hidden}
.banner-column a{display:block; position:relative; overflow:hidden}
.banner-column a:before{
	content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform-origin: 0 0 0;
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    width: 100%;
	background:url(../../image/transparent_black.png) repeat;
}
.banner-column img{max-width:100%; width:100%}
.banner-column a:hover:before{transform:scale(1, 0); -webkit-transform:scale(1, 0)}
/*product-info*/
.product-info{padding:0 20px 30px; margin-bottom:20px; overflow:hidden; }
.product-info h1 {
    margin-bottom: 18px;
    margin-top: 0;
    text-transform: none;
	font-size:20px;
	font-weight:700;
}
.product-info h2{font-size: 14px; margin-bottom: 22px;}
.product-info .left{padding-right:15px}
.product-info .right{padding-left:15px}
.product-info .description {
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 18px;
    padding-bottom: 14px;
}
.product-info .description li{margin-bottom:5px}
.product-info .description li span{color:#dd5e65; font-style:italic}
.product-info .product_option{
	border-bottom: 1px solid #f2f2f2;
    margin-bottom: 24px;
    padding-bottom: 22px;
}
.product-info select.form-control, .product-info .form-control {
    width: 100%;
}
.product-info .date.input-group {width:50%}
.product-info .time.input-group {width:50%}
.product-info .datetime.input-group {width:50%}
.product-info .select_number .form-control{
	border-radius: 0;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 91px;
	font-size: 14px;
}
.product-info .select_number .form-control:focus{
	box-shadow:none;
	border-color:#bdbdbd;
}
.product-info .decrease{
	height:20px;
	width:20px;
	border:none;
	position:absolute;
	right:0;
	top:20px;
	background:#f4f4f4;
}
.product-info .decrease:hover{color:#dd5f65}
.product-info .increase{
	height:20px;
	width:20px;
	border:none;
	position:absolute;
	right:0;
	top:0;
	background:#f4f4f4;
}
.product-info .increase:hover{color:#dd5f65}
.product-info .select_number{
	display: inline-block;
    position: relative;
    vertical-align: top;
    width: 100px;
	margin-right: 17px;
}
.product-info .quantily_info{
	margin-bottom:20px;
}
.product-info .btn-upload{width:auto;}
.product-info .cart .control-label {
    margin-bottom: 10px;
}
.product-info .control-label {
    color: #818181;
    display: block;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
}
.product-info .form-group label img.img-thumbnail{border-radius:0; border-width:2px; height:25px; border-radius:0; padding:0}
.input-group.date button.btn-default, .input-group.time button.btn-default, .input-group.datetime button.btn-default{
	height:40px; 
	border: none; 
	vertical-align:top;
	margin-top:6px; 
	background:transparent; 
	font-size: 12px;    
	padding: 7.5px 12px; 
	background:#f4f4f4;
}
.product-info .price_info {
	border-bottom: 1px solid #f2f2f2;
    margin-bottom: 19px;
    overflow: hidden;
    padding-bottom: 19px;
}
.product-info .price_info span{
	color: #000000;
    float: left;
    font-family: "Lato",sans-serif;
    font-size: 30px;
    font-weight: 400;
    margin-right: 20px;
}
.product-info .price_info .price-old{color: #b4b4b4; text-decoration: line-through; font-size:16px}
.product-info .price_info .price-new{color: #000000;}
.product-info .price_info .price-tax{color: #b4b4b4; font-size:13px; clear:both; display:block; margin:12px 0 0; width:100% }
.product-info .price_info p{margin-bottom:0; clear:both;}
.product-info .rating{
	border-bottom: 1px solid #f2f2f2;
    margin-bottom: 23px;
    padding-bottom: 9px;
}
.product-info .rating p a i {
    margin-right: 5px;
}
.product-info .rating p a{
	font-size: 13px;
    font-weight: 400;
    margin-left: 15px;
    margin-right: 15px;
    text-transform: none;
}
.cart_button{position:relative; display:inline-block; white-space: nowrap;}
.product-info .cart_button {
    display: inline-block;
    margin-right: 0;
    position: relative;
    vertical-align: top;
}
.product-info .share{margin-top:10px}
.title_heading{
	color:#1c1c1c;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size:16px;
	text-transform:uppercase;
	position:relative;
	border-bottom: 1px solid #d0d0d0;
	padding-bottom: 18px;
}
.title_heading:before{
	background: none repeat scroll 0 0 #404b8f;
    bottom: -2px;
    content: "";
    height: 3px;
    left: 0;
    margin-left: 0;
    position: absolute;
    width: 60px;
}
.htabs {	
	border: 1px solid #ebebeb;
    overflow: hidden;
    padding: 0 10px 0;
    text-align: center;
    width: 100%;
}
.htabs ul{
	margin-bottom:0;
	position:relative;
	border:none;
	}
.htabs ul li{
	background: none repeat scroll 0 0 #ffffff;
    display: inline-block;
    float: none;
    margin: 0 22px;
    padding:9px 0 4px;
	position:relative
}
.htabs ul li:before{
	content:'';
	position:absolute;
	height:3px;
	background:none repeat scroll 0 0 #404b8f;
	width:0;
	left:50%;
	bottom:-5px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.htabs ul li.active:before, .htabs ul li:hover:before{width:100%; left:0;}
.htabs ul li a {	
	background: none !important;
    border: medium none;
    border-radius: 0;
    color: #d3d3d3;
    float: left;
    font-family: "Lato",sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    position: relative;
    text-transform: uppercase;
}
.htabs .nav-tabs li.active > a ,.htabs li:hover a{		
	color:#4a4a4a;	
}

.tab-content{
    border: 1px solid #ebebeb;
    margin-bottom: 57px;
    margin-top: -1px;
    overflow: hidden;
    padding: 25px 20px 12px;
}
#tab-description{line-height:24px}
#tab-description p{margin-bottom:20px}
#tab-description ul{
	list-style:disc;
	margin-left:17px;
}
#tab-description ul li{
	margin-bottom:8px;
}
#tab-description ol{
	margin-left:19px;
}
#tab-description ol li{
	margin-bottom:8px;
}
#tab-description .image_des{
	margin-top:29px;
	text-align:center;
}
#tab-description p.image{
	text-align:center;
	margin-bottom:24px;
}
#tab-description p.italic{
	color:#999999;
	font-size:13px;
	font-style:italic;
	text-align:center;
	padding-left:150px;
	padding-right:150px;
	margin-bottom:23px;
}
#tab-description p.big_image{
	text-align:center;
	margin-bottom:20px;
}
#tab-description.tab-content{
	margin-top:10px;
}
#tab-description.tab-content p{
	margin-bottom:20px;
}
.product-related{
    margin-top: 40px;
	position:relative
}
.product-related h2{margin-bottom: 45px;}
.product-related .list_carousel{margin:0 -10px}
.product-related ul li{
	cursor: default;
    display: inline-block;
    float: none;
    margin-left: 0;
    vertical-align: top;
}
.product-related ul li .product-thumb{
    margin-left: 10px;
    margin-right: 10px;
    overflow: hidden;
	display:inline-block;
}
.product-related ul li .product-thumb .rating{margin-bottom:10px}
.product-related ul li .product-thumb .name{margin-bottom:5px}
.product-related ul li .product-thumb .image{margin-bottom:20px}
.product-related ul li .product-thumb .image img{width:100%}
.product-related ul li .product-thumb .description{display:none}
.product-related ul li .product-thumb .price-tax{display:none}
.product-related ul li .product-thumb .button-group{display:none}

.product-related a.next, .product-related a.prev{
	background: url(../../image/icon_prev_next.png) no-repeat;
	height:55px;
	width:31px;
	display:block;
	text-indent:-9999px;
    position: absolute;
    top:39%;
	z-index:9;
}
.product-related a.prev{
    left: 0;
	background-position:0 0;
}
.product-related a.next{
    right: 0;
	background-position:100% 0
}
.product-related a.prev:hover{background-position:0 100%}
.product-related a.next:hover{background-position:100% 100%}

.compare-info {
	border-collapse: collapse;
	width: 100%;	
	margin-bottom: 0;	
}
.compare-info thead td, .compare-info tr td:first-child {	
	text-align: left;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#1c1c1c;
}
.compare-info tr td:first-child {	
	text-align: left;
	text-transform:uppercase;
	font-weight:700;
}
.compare-info tr td.compare-product{
	text-transform:uppercase;
	font-weight:700;
}
.compare-info td {
	padding: 12px 20px 13px;
	width: 20%;	
	text-align: left;
	vertical-align: top;
	border:1px solid #ececec;
}
.compare-info tbody td{
	padding:15px 20px 20px;
}
.compare-info td .image {padding-top:50px; width: 189px;}
.compare-info td .image img{
	max-width: 220px;
    width: 100%;
}
.compare-info td .wishlist{
	width:100%;
	overflow:hidden;
}
.compare-info td.name a{font-size:14px}
.compare-info td.text_price_cp{
	vertical-align:middle;
}
.compare-info td.stock{
	color:#dd5e67;
	font-style:italic;
}
.compare-info td .price{margin-bottom:20px}
.compare-info .cart_cp{
	float:left;	
}
.compare-info .button_cp{
	position:relative;
	overflow:hidden;
	margin-bottom:6px;
}
.compare-info .remove{
	left: 50%;
    margin-left: -9px;
    position: absolute;
    top: 0;
}
.compare-info .remove a{
	background:url(../../image/removex.png) no-repeat;
	height:18px;
	width:18px;
	display:block;
	text-indent:-9999px;
}
.compare-infomation {    
    margin-bottom: 32px;
    overflow-x: auto;
    overflow-y: hidden;
}
/*cart*/
/* wishlist */
.wishlist-info, .cart-info{overflow-x:auto}
.wishlist-info table,
.cart-info table,
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border:1px solid #DDDDDD;
	margin-bottom: 20px;
}
.wishlist-info td,.checkout-product td,.cart-info td{
	padding: 7px;
	text-align:center;
	position:inherit;
	border: 1px solid #f2f2f2;
}
.wishlist-info td .price,#collapse-checkout-confirm td .price,.cart-info td .price {font-weight:700; font-size:14px; color:#818181;}
.cart-info td.product_price{white-space:nowrap}
.cart-info td.product_price button.decrease, .cart-info td.product_price button.increase{
	background: none repeat scroll 0 0 #f8f8f8;
    border: medium none;
    color: #666666;
    font-family: "Lato",sans-serif;
    font-size: 18px;
    font-weight: 400;
    height: 30px;
    padding: 0 10px;
}
.cart-info td.product_price button.decrease i, .cart-info td.product_price button.increase i{line-height:0}
.cart-info td.thumb_image .image, .wishlist-info td.thumb_image .image{
	float:left;
    margin-right: 25px;
    vertical-align: top;
}
table.table thead,
.wishlist-info thead,
.cart-info thead,
#collapse-checkout-confirm td thead{
	background-color:transparent;
	border-bottom:1px solid #dddddd;
}
table.table thead td,
.wishlist-info thead td,
.cart-info thead td,
#collapse-checkout-confirm td thead td{
	background: none repeat scroll 0 0 #404b8f;
    color: #ffffff;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 20px 13px;
    text-transform: uppercase;
}

.wishlist-info table > tbody > tr > td,
.cart-info table > tbody > tr > td,
.checkout-product table > tbody > tr > td{	
	vertical-align:middle;
}
.wishlist-info tbody .action img {
	cursor: pointer;
}
.cart-info table {
	width: 100%;
	margin-bottom: 0px;
	border-collapse: collapse;
	margin-top:1px;
}
.cart-info td {
	padding: 7px;
}
.cart-info td.thumb_image {
	text-align:left
}
.cart-info thead .image,
.wishlist-info thead .image,
.checkout-product thead .name {
	text-align:left;
}
.cart-info thead .name,
.cart-info tbody .name {
	text-align: left;
}
.cart-info tbody td.product_price input[type="text"]{	
	background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #ebebeb;
    display: inline-block;
    height: 30px;
    margin: 0;
    text-align: center;
    width: 30px;	
	vertical-align:top;
}
.cart-info tbody td.quantity .icon{
	display:inline-block;	
	vertical-align:middle;
}
 .checkout-product tbody .name{
	text-align:left;
	width:auto;
 }
.cart-info .table > tbody > tr > td,
.wishlist-info .table > tbody > tr > td,
#collapse-checkout-confirm .table > tbody > tr > td{
	padding:30px 25px;
}
.cart-info tbody .name,
.wishlist-info tbody .name{
    margin-top: 38px;
    text-align: left;
    vertical-align: top;
    white-space: normal;
	overflow:hidden
}
.cart-info tbody .model,
.wishlist-info tbody .model,
.checkout-product tbody .model{
	text-transform:uppercase;
	font-size:13px;
	font-weight: 700;
}
.cart-info tbody .stock,
.wishlist-info tbody .stock{
	color:#dd5e67;
	font-style:italic;
}
.cart-info tbody .quantity input[type='image'],
 .cart-info tbody .quantity img {
	position: relative;
	top: 0px;
	cursor: pointer;
	vertical-align:middle;
}
.cart-info tbody .quantity input[type='image']:hover{
	opacity:0.5;
}
.cart-info tbody .quantity input[type='text']{
	padding-left:15px;
	padding-right:15px;
	width:80px;	
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.button_update{
	background: url("../../image/update.png") no-repeat scroll 0 0;
    border: medium none;
    display: inline-block;
    height: 15px;
    margin-left: 7px;
    margin-top: 7px;
    vertical-align: top;
    width: 16px;
}
.button_remove{
	border: medium none;
    color: #dcdcdc;
    display: inline-block;
    font-size: 15px;
	background:none;
}
.button_remove i{font-size:15px; color:#dcdcdc;}
h2.text_next_cart{
	font-size: 14px;
	margin-bottom:14px
}
.cart-total {
	border-bottom: 1px solid #ebebeb;
    margin-bottom: 30px;
    margin-top: 20px;
    overflow: hidden;
    padding-bottom: 19px;
}
.cart-total table {
	float: right;
}
.cart-total td.left {
	padding: 3px 3px 7px;
	text-align: left;
	float:none;
}
.cart-total td.left.last b{
	display:block;	
	font-size:16px;
	color:#1c1c1c;
	font-weight:700;
	text-transform:uppercase;
	padding-top: 13px;
}
.cart-total td.right{
	font-size: 14px;
    font-weight: 400;
    padding: 3px 3px 0;
    text-align: right;
    vertical-align: top;
}
.cart-total td.left b{
	margin-right:44px;
	font-weight:700;
	font-size:14px;
	text-transform:capitalize;
}
.cart-total td.right.last{
	font-size:16px;
	color:#dd5e67;
	font-weight:700;
	padding-top: 16px;
}
.cart-total table {
    float: right;
    text-align: right;
    width: 33.33%;
}
.cart-module{
	border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
}
.cart-module .panel-default .input-group{display:block}
.cart-module .panel-default .form-control{width:35%; margin:5px 0 8px}
.cart-module .panel-default .btn{display:block; clear:both; margin-top: 30px; float:left}
.cart-module .panel-default{border:none; box-shadow:none}
.cart-module .panel-default > .panel-heading{
	background: none;
	border: medium none;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	margin: 0 0 13px;
}
.cart-module .panel-default > .panel-heading h4{}	
.cart-module .panel-default > .panel-heading h4 a{
	font-size: 13px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #818181;
}	
.cart-module .panel-default > .panel-heading h4 a i{
	float: left;
	margin-right: 10px;
	margin-top: 4px;
}
.cart-module .panel-heading + .panel-collapse > .panel-body{margin-bottom:20px; border:none; padding-top: 13px;}
.cart-module .panel-body{padding:0}
.cart-module .panel-body p{color:#1c1c1c; font-weight:700; margin-bottom: 13px;}
.cart-buttons{text-align:center; margin-bottom: 50px;}
.cart-buttons .btn{margin:0 3px}
.checkout{overflow:hidden; padding:0; background:#fff;}
.checkout .panel-default{border:none; border-radius:0; box-shadow:none;}
.checkout .panel-default .panel-collapse{border: 1px solid #f2f2f2; border-top:none;margin-bottom:30px}
.checkout .panel-default > .panel-heading{
	background: none repeat scroll 0 0 #404b8f;
    border: 1px solid #f2f2f2;
    border-radius: 0;
    margin-bottom: 0;
    padding: 16px 20px;
    position: relative;
    text-transform: uppercase;
}
.checkout .panel-default > .panel-heading h4, .checkout .panel-default > .panel-heading h4 a{
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size:16px; 
	text-transform:uppercase;
	color:#fff;
}
.checkout .panel-default > .panel-heading i{float:right}
.checkout .form-horizontal .form-group{margin:0}
.checkout .panel-group .panel-heading + .panel-collapse > .panel-body{border:none}	
.checkout p b{
	font-weight: 400;
}
.checkout .panel-body{padding:26px 18px 33px;}
.checkout .panel-group .panel + .panel {
    margin-top: 9px;
}
label.control-label{
	color: #818181;
    display: block;
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
	margin:0;
	padding:0;
}
.form-horizontal .control-label{text-align:left;}
.checkout #accordion .form-control{width:100%}
.checkout #accordion #button-login{float:left; margin-top:4px;}
a.forgotten {
	float: right;
    font-size: 13px;
    margin-left: 0;
    margin-top: 17px;
}
#button-account{margin-top: 56px;}
#collapse-checkout-confirm table{border:1px solid #ddd;}
#collapse-checkout-confirm thead{
	background-color: #f6f6f6;
    border-bottom: 1px solid #dddddd;
}
#collapse-checkout-confirm table td.name{text-align:left}
#collapse-checkout-confirm tfoot td{
	font-size: 14px;
    font-weight: 400;
    padding: 10px 15px;
    text-align: right;
    vertical-align: top;
}
#collapse-checkout-confirm tfoot strong{
	font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
}
.form-horizontal.register h2, .form-horizontal.register h2{}
.form-horizontal.register .form-group{
	margin: 0;
    padding: 0 10px;
}
.form-horizontal .form-control{width:65%}
.register .form-group{margin-bottom:0}
.register.form-horizontal .form-control{width:100%}
.register fieldset {
	border:1px solid #f2f2f2;
	padding-bottom: 25px;
	margin-bottom: 31px;
}
.register fieldset h2{
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size:14px;
	text-transform:uppercase;
	color:#1c1c1c;
	padding:15px 20px;
	border-bottom:1px solid #f2f2f2;
	position:relative;
	margin-bottom: 25px;
}
.register fieldset h2:before{
	content:'';
	position:absolute;
	height:100%;
	width:4px;
	background:#404b8f;
	left:0;
	top:0;
}
.register .control-label{
	padding:0
}
.register .newsletter .control-label{float:left}
.register .newsletter label.radio-inline{padding-top:0}

.bt-account{margin-bottom: 30px;}
.bt-account .box-heading{
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size:16px;
	color:#fff;
	text-transform:uppercase;
	padding:15px 20px;
	background:#111;
	margin:0;
	border:none;
}
.bt-account .box-content{
	background:#404b8f;
	padding:17px 20px 20px;
}
.bt-account .box-content li{position:relative}
.bt-account .box-content li a{color:#fff; background:none;font-size: 14px; transition:all 0.5s; -webkit-transition:all 0.5s;}
.bt-account .box-content li a:hover{text-transform:uppercase; color:#fff}
.bt-account .box-content li + li{
    margin-top: 3px;
    padding-top: 12px;
}
.bt-account .box-content li + li:before{
	content:'';
	position:absolute;
	height:1px;
	width:100%;
	top:0;
	left:0;
	background:#fff;
	opacity:0.2;
}
h2.title_border{
	border: 1px solid #f2f2f2;
    color: #1c1c1c;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 15px 20px 16px;
	position:relative;
}
h2.title_border:before{
	content:'';
	position:absolute;
	background:#404b8f;
	width:4px;
	height:100%;
	left:0;
	top:0;
}
.list-unstyled.myaccount{
	border: 1px solid #f2f2f2;
    margin: -1px 0 0;
    padding: 24px 20px;
	min-height: 240px;
}
.list-unstyled.myaccount li{margin-bottom:10px}
form.account_form.form-horizontal .form-group{margin:0}

.login-content .form-control{width:100%}
.login-content .button_login{float:left; margin-top:4px}
form.return_form .input-group.date{width:93%}
form.return_form .input-group.date .input-group-btn{display:inline-block}
form.return_form fieldset{margin-bottom:20px}
#submenu .box-heading{margin-bottom: 8px;}
.bt-category .box-category li{position:relative}
.box-content a.list-group-item{
	color:#666;
    padding: 0;
	margin: 0 0 8px;
	border:none;
	display:inline-block;
}
.box-content a.list-group-item.active{color:#dd5e65; cursor:default}
.box-content a.list-group-item:hover{
	background-color:transparent;
	color:#dd5e65;
}
.bt-box .box-content .box-category li a{font-size:14px}
.bt-box .box-content .box-category li a.active{color:#dd5e65}
.bt-box .box-content .box-category li + li{

    margin-top: 8px;
    padding-top: 8px;
}
.bt-box .box-content .box-category li > ul{display:none}
.bt-box .box-content .box-category li.opencate > ul{
		
    display: block;
    margin-top: 8px;
    padding-top: 8px;
}
.bt-box .box-content .box-category li.opencate > ul > li{padding-left:20px}
ul.box-category > li span{display:none; float:right; cursor:pointer; font-size:20px}
ul.box-category > li.child  span.plus, ul.box-category > li  span.star, ul.box-category > li.child  span.minus{
  background: none!important;
  border-radius: 0;
  color: #404b8f;
  display: inline;
  float: right;
  font-size: 17px;
  font-weight: 700;
  height: 16px;
  line-height: 13px;
  text-align: center;
  width: 16px;
  margin-right: 0;
  margin-top: 3px;
}
ul.box-category > li.child  span i{font-size:16px}
ul.box-category > li.child  span.minus{display:none}
ul.box-category > li.child:hover  span.minus, ul.box-category > li.child:hover  span.plus, ul.box-category > li.child:hover  span.star{background-color:#dd5e65}
ul.box-category > li  span.star i{font-size:11px}
ul.box-category > li  span.star{line-height: 11px; display:block}
ul.box-category > li.child  span.star{ display:none}
ul.box-category > li.child.opencate span.plus{display:none}
ul.box-category > li.child.opencate span.minus{display:inline}
ul.box-category > li.child ul.item_child{display:none; padding-left:20px}
ul.box-category > li.child.opencate ul.item_child{display:block}
.bt-tagcloud a{
	border: 1px solid #ebebeb;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 2px;
    padding: 2px 14px 5px;
    vertical-align: top;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.bt-tagcloud a:hover{border-color:transparent; background:#dd5e67; color:#fff}
/*module bt-featured-pro*/
.bt-featured-pro{position:relative; margin-bottom:22px;}
.bt-featured-pro .title{
    margin-bottom: 33px;
	position:relative
}
.bt-featured-pro .title:before{
	background: none repeat scroll 0 0 #d7d7d7;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 9px;
    width: 100%;
}
.bt-featured-pro .title span{
	background: none repeat scroll 0 0 #ffffff;
    color: #333333;
    display: inline-block;
    font-family: "Raleway",sans-serif;
    font-size: 15px;
    font-weight: 600;
    padding-right: 10px;
    position: relative;
    text-transform: uppercase;
}
.bt-featured-pro .bt-product-content{}
.bt-featured-pro .bt-product-content .bt-items{margin:0 -10px; }
.bt-featured-pro .bt-product-content .description{display:none}
.bt-featured-pro .bt-product-grid .price{margin-bottom:0}
.bt-featured-pro .bt-product-grid .price .price-old{display:block; margin:0 0 3px}
.bt-featured-pro.bt-nprolarge-tabs{}
.bt-featured-pro.bt-nprolarge-tabs .htabs{
	position:relative;
	margin-bottom: 38px;
}
.bt-featured-pro.bt-nprolarge-tabs .htabs:before{
	content:'';
	height:1px;
	width:100%;
	background:#ddd;
	position:absolute;
	left:0;
	top:9px;	
}
.bt-featured-pro.bt-nprolarge-tabs .htabs a{	
	float: left;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	font-weight: 600;
	color:#999;
	text-transform:uppercase;
	position:relative;
	border-radius:0;
	margin:0;
	border:none;
	background:#fff;
	padding:0 18px 0 0;
}
.bt-featured-pro.bt-nprolarge-tabs .htabs a + a{padding-left:20px; border-left:1px solid #ddd; margin-left:0}

.bt-featured-pro .bt_nav_thumb{top:-5px}
.bt-featured-pro.bt-nprolarge-tabs .bt_nav_thumb{top:-57px}

.bt-featured{margin-bottom:20px}
.bt-featured .button-group{display:none}
.bt-featured .price-tax{display:none}
.bt-featured .box-content{padding-bottom:20px}
.boss_filter{padding:0 0 20px 0}
.boss_filter .list{padding:20px 0 0;}
.boss_filter .list a.title{text-transform:uppercase;}
.boss_filter .text-left{padding:0}
.boss_filter .list label {
    font-size: 14px;
}

ul.sitemap ul{padding-left:20px}
#content .footer-block{margin:22px 0 64px;}
.footer-block{
	margin-bottom:20px;
}
#content .footer-block .container{padding:0}
.block-cate-page{clear:both; margin-bottom: 24px;}
.block-cate-page a{display:block; overflow:hidden; position:relative; }
.block-cate-page a img{
	  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
	width:100%;
}
.block-cate-page a:hover img{
	opacity: 0.7;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
.block-cate-page a{background: #000;}
.block-cate-page a:before{
	top: 30px;
	right: 15px;
	bottom: 30px;
	left: 15px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	position: absolute;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
	transition: opacity 0.8s, transform 0.8s;
}
.block-cate-page a:after{
	top: 15px;
	right: 30px;
	bottom: 15px;
	left: 30px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	position: absolute;
	content: '';
	opacity: 0;
	transition: opacity 0.5s ease 0s, transform 0.5s ease 0s;
	-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
}
.block-cate-page a:hover:before, .block-cate-page a:hover:after{
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);	
}
.block-cate-page a:hover:after{
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
.footer_column .column{
	margin-bottom:0;
	position:relative;
}
.footer_column .column:before{
	position:absolute;
	content:'';
	width:1px;
	height:500px;
	top:0;
	left:0;
	background:#353535;
}
.footer_column .column:first-child:before{content:none}
.footer_column .column + .column{padding-left: 30px;}
.footer-about img{
	margin-bottom:11px;
}
.footer-about span{
	font-size:12px;
	font-weight:700;
	color:#dd5e65;
	display:block;
	margin-bottom:3px;
	font-family: 'Raleway', sans-serif;
}
.footer-social {
    margin-top: 13px;
	text-align:right
}
.footer-social h3{
	display:none;
}
.footer-social ul li a{     
	width:30px;
	height:30px;	
	text-align:center;
	display:inline-block;
	background:#1a1a1a;
	transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	padding-top:4px;
	line-height: 23px;
	position:relative;
	color:#b4b4b4;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.footer-social ul li.facebook a:hover{background:#3b579d;}
.footer-social ul li.twitter a:hover{background:#32ccfe;}
.footer-social ul li.google a:hover{background:#da4835;}
.footer-social ul li.pinterest a:hover{background:#cd222a;}
.footer-social ul li.youtube a:hover{background:#cf3427;}
.footer-social ul li.instagram a:hover{background:#6a453c;}
.footer-social ul li.linkedin a:hover{background:#007bb5;}
.footer-social ul li.rss a:hover{background:#faa33d;}
.footer-social ul li .tooltip{font-size:11px;}
.footer-social ul li .tooltip .tooltip-inner{padding:2px 3px}
.footer-social ul li.facebook .tooltip .tooltip-arrow{border-top-color:#3b579d; }
.footer-social ul li.facebook .tooltip .tooltip-inner{background:#3b579d; }

.footer-social ul li.twitter .tooltip .tooltip-arrow{border-top-color:#32ccfe; }
.footer-social ul li.twitter .tooltip .tooltip-inner{background:#32ccfe; }

.footer-social ul li.google .tooltip .tooltip-arrow{border-top-color:#da4835; }
.footer-social ul li.google .tooltip .tooltip-inner{background:#da4835; }

.footer-social ul li.pinterest .tooltip .tooltip-arrow{border-top-color:#cd222a; }
.footer-social ul li.pinterest .tooltip .tooltip-inner{background:#cd222a; }

.footer-social ul li.youtube .tooltip .tooltip-arrow{border-bottom-color:#cf3427; }
.footer-social ul li.youtube .tooltip .tooltip-inner{background:#cf3427; }

.footer-social ul li.instagram .tooltip .tooltip-arrow{border-bottom-color:#6a453c; }
.footer-social ul li.instagram .tooltip .tooltip-inner{background:#6a453c; }

.footer-social ul li.linkedin .tooltip .tooltip-arrow{border-bottom-color:#007bb5; }
.footer-social ul li.linkedin .tooltip .tooltip-inner{background:#007bb5; }

.footer-social ul li.rss .tooltip .tooltip-arrow{border-bottom-color:#faa33d; }
.footer-social ul li.rss .tooltip .tooltip-inner{background:#faa33d; }

.footer-social ul li a:hover i{color:#ffffff;}

.footer_column{
	border-bottom: 1px solid #353535;
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.footer_column .footer_column_content{overflow:hidden}
.footer_column .footer-social ul li a i{
	font-size:18px;
	color:#fff;
	line-height:17px;	
}
.footer_column .footer-social ul li{
	display: inline;
	margin-right: 1px;
	background-image:none;
	padding-left:0;
}
.powered-payment{padding-bottom:60px}
.powered-payment ul li + li{	
	margin-left:7px;
}
.powered-payment ul li{
	background: none;
    display: inline;
    margin: 0;
    padding: 0;
}
.powered-payment ul li .tooltip .tooltip-arrow{border-top-color:#da4835; }
.powered-payment ul li .tooltip .tooltip-inner{background:#da4835; }
.powered-payment .payment {
	text-align:right;
	margin-top:3px;
}
.powered-payment .nav_footer{margin-bottom:11px}
.powered-payment .nav_footer li a{font-size:10px; color:#b4b4b4; text-transform:uppercase;}
.powered-payment .nav_footer li a:hover{color:#dd5f65}
.powered-payment .nav_footer li + li{padding-left:10px; margin-left:8px; border-left:1px solid #5d5d5d;}
#powered{color:#b4b4b4; font-size:13px}
#powered p{margin:0}
.footer-contact h3{margin-bottom:23px}
.contact-us .image{text-align:left}
.contact-us i{color:#eab993; margin-right:10px}
.contact-us > div{margin-bottom:6px}
.bt-carousel{
	float: left;
    padding-bottom: 27px;
    width: 100%;
}
.bt-carousel .box-content{
    padding: 10px 30px;
    position: relative;
}
.bt-carousel .box-content .caroufredsel_wrapper{margin-bottom:0!important}
.bt-carousel .box-content li{margin:0 10px; float:left}
.bt-carousel .box-content a.nav_thumb{
	background: none repeat scroll 0 0 #dddddd;
    color: #ffffff;
    height: 26px;
    letter-spacing: -1px;
    line-height: 27px;
    position: absolute;
    text-align: center;
    top: 37%;
    width: 26px;
}
.bt-carousel .box-content .prev{
    left:0px;
}
.bt-carousel .box-content .next{
    right:0px;
}
.bt-carousel .box-content .prev:hover{background:#eab993;}
.bt-carousel .box-content .next:hover{background:#eab993;}

.bt-newletter{position:relative; padding-left: 30px;}
.bt-newletter:before{
	content:'';
	position:absolute;
	background:#353535;
	width:1px;
	height:500px;
	top:0;
	left:0;
}
.footer-newletter  input.form-control{	
    border: 1px solid #595959;
    color: #c5c5c5;
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 400;
    height: 40px;
    margin: 0;
    padding-left: 20px;
    padding-right: 32px;
    width: 100%;
    background: transparent;
}
.footer-newletter  input:hover,.footer-newletter  input:focus{box-shadow:none}
.footer-newletter .btn{
	clear:both;
}
.footer-newletter{
	clear:both;
	overflow:hidden;
	color:#b4b4b4;
	font-size:14px;
}
.footer-newletter h3{}
.footer-newletter .title{}
.footer-newletter .newletter-content{ padding-top:10px}
.footer-newletter .newletter-content .btn{
	height: 39px;
    line-height: 37px;
	border:none;
}
.footer-newletter .newletter-content .btn:hover{background:transparent; color:#dd5f65; border:none}
.newletter-content .boss-newletter{
	width:100%;
	display:inline-block;
	position:relative;
}
.newletter-content .boss-newletter .btn{
	position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    padding: 0 10px;
}

.modal-header{min-height:30px; padding:0 9px}
.modal-header .close{margin-top:0; transition: transform 0.5s ease 0s; padding:4px 6px;}
.bt-product-zoom .image{margin-bottom:30px}
.bt-product-zoom .cloud-zoom-big{left:0!important}
.bt-product-zoom .cloud-zoom-title{display:none}
.bt-product-zoom a.thumbnail{border:none; padding:0}
.bt-product-zoom a.thumbnail:hover{border:none; padding:0}
@-webkit-keyframes slide-in-down
{
    0%
    {
        -webkit-transform: translateY(-2000px);

        opacity: 0;
    }

    100%
    {
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes slide-in-down
{
    0%
    {
        -moz-transform: translateY(-2000px);

        opacity: 0;
    }

    100%
    {
        -moz-transform: translateY(0);
    }
}

@keyframes slide-in-down
{
    0%
    {
        -webkit-transform: translateY(-2000px);
           -moz-transform: translateY(-2000px);
            -ms-transform: translateY(-2000px);
             -o-transform: translateY(-2000px);
                transform: translateY(-2000px);

        opacity: 0;
    }

    100%
    {
        -webkit-transform: translateY(0);
           -moz-transform: translateY(0);
            -ms-transform: translateY(0);
             -o-transform: translateY(0);
                transform: translateY(0);
    }
}


@-webkit-keyframes slide-in-up
{
    0%
    {
        -webkit-transform: translateY(2000px);

        opacity: 0;
    }

    100%
    {
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes slide-in-up
{
    0%
    {
        -moz-transform: translateY(2000px);

        opacity: 0;
    }

    100%
    {
        -moz-transform: translateY(0);
    }
}

@keyframes slide-in-up
{
    0%
    {
        -webkit-transform: translateY(2000px);
           -moz-transform: translateY(2000px);
            -ms-transform: translateY(2000px);
             -o-transform: translateY(2000px);
                transform: translateY(2000px);

        opacity: 0;
    }

    100%
    {
        -webkit-transform: translateY(0);
           -moz-transform: translateY(0);
            -ms-transform: translateY(0);
             -o-transform: translateY(0);
                transform: translateY(0);
    }
}

.boss_homefilter_tabs .by-grid{}
.boss_homefilter_tabs .by-grid .bt-pag{margin-top:15px; margin-bottom: 25px;}
.boss_homefilter_tabs .box-product > div{float:left; padding:0 15px}
.boss_homefilter_tabs.by-list .box-product{overflow:visible!important}
.boss_homefilter_tabs.by-list .box-product .item{
	float: left;
    margin-bottom: 17px;
    min-height: 460px;
    padding: 0 60px;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    width: 400px;
}
.boss_homefilter_tabs.by-list .box-product .item.b_active{padding:0; margin-top:-35px; }
/*.boss_homefilter_tabs .box-product > div {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;}
*/
.boss_homefilter_tabs .box-product > div .product-thumb{margin-bottom:20px;}
.boss_homefilter_tabs .pages{
	clear: both;
	margin: 20px 0 0;
}
.boss_homefilter_tabs .pages li{
	margin: 0 11px; 
	font-size:20px; 
	color:#b4b4b4; 
	font-weight:400; 
	display:inline-block; 
	width:auto; 
	height:auto; 
	text-indent:0; 
	box-shadow:none; 
	border-radius:0; 
	background:none;
}
.boss_homefilter_tabs .pages li:hover{background:none; color:#1c1c1c}
.boss_homefilter_tabs .pages .b_active{font-weight:700; color:#1c1c1c;}

.boss_homefilter_tabs .box-product .image{display:block; float:none; margin:0 0 20px}
.boss_homefilter_tabs .box-product .cart{display:none}
.boss_homefilter_tabs .box-product .btn-action-group{display:none}
.boss_homefilter_tabs.by-list .box-product  .product-thumb .detail{opacity:0; visibility:hidden;}
.boss_homefilter_tabs.by-list .box-product  .product-thumb:hover .detail{opacity:1; visibility:visible}
.boss_homefilter_tabs.by-list .box-product .b_active .product-thumb .detail{opacity:1; visibility:visible}
.boss_homefilter_tabs.by-list .box-product .b_active .product-thumb .detail .name{margin-bottom:4px;}
.boss_homefilter_tabs.by-list .box-product .b_active .product-thumb .detail .rating{margin-bottom:11px;}
.boss_homefilter_tabs.by-list .box-product .b_active .product-thumb .image img{width: 90%;}
.boss_homefilter_tabs{clear:both; position:relative; margin-bottom: 30px;}
.boss_homefilter_tabs.by-list{overflow:hidden; margin-bottom: 54px;}
.boss_homefilter_tabs.by-list .list-by-slider{margin-left:-207px	; margin-right:-207px	}
.boss_homefilter_tabs.by-list .list-by-slider .caroufredsel_wrapper{overflow:visible!important; max-height: 451px;}
.boss_homefilter_tabs.by-grid .list-by-slider .caroufredsel_wrapper{ max-height: 812px;}
.boss_homefilter_tabs .list-gird{
	position: absolute;
    right: 0;
    top: 5px;
}
.boss_homefilter_tabs .list-gird a{ color:#bbbbbb; transition:all 0.5s; -webkit-transition:all 0.5s;}
.boss_homefilter_tabs .list-gird span, .boss_homefilter_tabs .list-gird a:hover{color:#dd5f65;}
.boss_homefilter_tabs .list-gird i{font-size:26px; line-height: 23px;}
.boss_homefilter_tabs .list-gird .grid{padding-left:11px; margin-left:10px; border-left:1px solid #e8e8e8; display:inline-block}
.boss_homefilter_tabs .list-gird .list{display:inline-block}
.boss_homefilter_tabs .bt-heading{
	text-align: center;
    position: relative;
    padding: 0;
	margin-bottom:75px;
}
.boss_homefilter_tabs .bt-heading h3{
	color: #404b8f;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
    padding: 0 30px 22px;
    display: inline-block;
    border-bottom: 1px solid #d0d0d0;
    position: relative;
	margin-bottom:0
}
.boss_homefilter_tabs .bt-heading h3:before{
	content:'';
	position:absolute;
	width:30px;
	height:3px;
	bottom:-2px;
	left:50%;
	margin-left:-15px;
	background:#404b8f;
}
.boss_homefilter_tabs .box-product .bt-column-filter{float:none; display:inline-block; vertical-align:top}
.boss_homefilter_tabs .by-grid{position:relative}
.boss_homefilter_tabs .by-grid .btn-nav-center.prev{left:-60px}
.boss_homefilter_tabs .by-grid .btn-nav-center.next{right:-60px}
.boss_homefilter_tabs .by-grid .caption .name{margin-bottom:4px}
.boss_homefilter_tabs .by-grid .caption .rating{margin-bottom: 11px;}
.popular-cate {clear:both; /*background:url(../../image/bkg_popular.png) repeat top left;*/ padding:60px 0}
.popular-cate .box-heading {
	margin-bottom: 40px;
    padding: 0 0 2px;
    position: relative;
    text-align: center;
    overflow: hidden;
}
.popular-cate .box-heading span{
	color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1em;
    padding: 0 0 25px;
    display: inline-block;
    position: relative;
	margin-bottom:0
}
span b.line{
	position: absolute;
	height: 1px;
	width: 170px;
	background: #484848;
	bottom: -1px;
	left: 50%;
	z-index: 0;
	text-indent: -9999px;
	margin-left: -85px;
}
.popular-cate .box-heading span:before{
	content:'';
	position:absolute;
	width:30px;
	height:3px;
	bottom:-2px;
	left:50%;
	margin-left:-15px;
	background:#fff;
	z-index: 1;
}
.popular-cate .box-content{clear:both; overflow:hidden; }
.popular-cate .box-content + .box-content{margin-top:40px}
.popular-cate .box-content .cate-name{text-align:center; margin-bottom:26px;}
.popular-cate .box-content .cate-name h3{
	font-family: 'Josefin Sans', sans-serif;
	font-weight:700;
	font-size:40px;
	text-transform:none;
	color:#fff;
	line-height: 1.33em;
}
.popular-cate .box-content .cate-des{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:14px;
	text-align:center;
	margin-bottom:44px;
}
.popular-cate .box-content.cate-even .cate-image{float:right; padding-left:35px}
.popular-cate .box-content.cate-even .cate-detail{padding-right:35px}
.popular-cate .box-content.cate-odd .cate-image{padding-right:35px}
.popular-cate .box-content .cate-image a{display:block; overflow:hidden; position:relative;}
.popular-cate .box-content .cate-image a:after{
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	background:url(../../image/plus_view.png) no-repeat 50% 50%;
	top:0;
	left:0;
	opacity:0;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.popular-cate .box-content .cate-image a:hover:after{opacity:1; transform:rotate(180deg); -webkit-transform:rotate(180deg)}
.popular-cate .box-content .cate-image a:before{
	background:rgba(0,0,0,0.6);
	width:100%;
	height:100%;
	content:'';
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.popular-cate .box-content .cate-image a:hover:before{opacity:1}
.popular-cate .box-content.cate-odd .cate-detail{padding-left:35px}
.popular-cate .box-content .cate-detail{padding-top:11%}

.popular-cate .box-content .sub_cat{
	overflow: hidden;
    width: 70%;
    margin: 0 auto;
}
.popular-cate .box-content .sub_cat .sub_item{float:left; width:50%; margin-bottom: 10px;}
.popular-cate .box-content .sub_cat .sub_item a{color:#b4b4b4; font-family: 'Open Sans', sans-serif; font-size:14px}
.popular-cate .box-content .sub_cat .sub_item a:hover{color:#dd5f65;}
.btn-nav-center{position:absolute; top:38%; background:url(../../image/icon_prev_next.png) no-repeat; width:31px; height:55px; display:block; text-indent:-9999px;}
.by-grid .btn-nav-center{top:38%}
.btn-nav-center.prev{left:0; background-position:0 0}
.btn-nav-center.next{right:0; background-position:100% 0}
.btn-nav-center.prev:hover{background-position:0 100%}
.btn-nav-center.next:hover{background-position:100% 100%}
.btn-nav-center i{font-size:100px}
.boss_homefilter_tabs.by-list .btn-nav-center{opacity:0; transition:opacity 0.5s ease; -webkit-transition:opacity 0.5s ease;}
.boss_homefilter_tabs .btn-nav-center.disabled{display:none!important}
.boss_homefilter_tabs.by-list:hover .btn-nav-center{opacity:1}
.boss_homefilter_tabs.by-list .btn-nav-center.prev{left: 10px;}
.boss_homefilter_tabs.by-list .btn-nav-center.next{right: 10px;}
/*.boss_homefilter_tabs.by-list .btn-nav-center:before{
	background: url("../../image/over-bg.png") repeat scroll 0 0;
    content: "";
    height: 75px;
    left: -8px;
    padding: 10px;
    position: absolute;
    top: -10px;
    width: 51px;
    border: 1px solid #666;
}
.boss_homefilter_tabs.by-list .btn-nav-center.next:before{left:-11px}*/
.boss-blog-featured{clear:both; /*background:url(../../image/bkg_popular.png) repeat top left; */padding:0 0 60px;}
.boss-blog-featured .block-heading{
	border-top: 1px solid #484848;
    margin-bottom: 40px;
    padding: 58px 0 2px;
    position: relative;
    text-align: center;
    overflow: hidden;
}
.boss-blog-featured .block-heading span{
	color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 33px;
    padding: 0 0 26px;
    display: inline-block;
    position: relative;
	margin-bottom:0
}
.boss-blog-featured .block-heading span:before{
	content:'';
	position:absolute;
	width:30px;
	height:3px;
	bottom:-2px;
	left:50%;
	margin-left:-15px;
	background:#fff;
	z-index:1;
}
.boss-blog-featured{position:relative}
.boss-blog-featured .block-content .caroufredsel_wrapper{}
.boss-blog-featured .block-content .caroufredsel_wrapper li{float:left; padding:0 10px}
.boss-blog-featured .block-content .btn-nav-center{opacity:0; transition:opacity 0.5s ease; -webkit-transition:opacity 0.5s ease;}
.boss-blog-featured:hover .block-content .btn-nav-center{opacity:1; }
.boss-blog-featured .block-content .btn-nav-center:before{
	background: url("../../image/over-bg.png") repeat scroll 0 0;
    border: 1px solid #666;
    content: "";
    height: 75px;
    left: -8px;
    padding: 10px;
    position: absolute;
    top: -10px;
    width: 51px;
}
.boss-blog-featured .block-content .btn-nav-center.prev{left: 10px;}
.boss-blog-featured .block-content .btn-nav-center.next{right: 10px;}
.boss-blog-featured .block-content .btn-nav-center.next:before{left: -11px;}
.boss-blog-featured .image{margin-bottom: 40px; text-align:left}
.boss-blog-featured .image img{width:100%}
.boss-blog-featured .image .time-stamp{
	position:absolute;
	top:0;
	left:0;
	background:#404b8f;
	width:60px;
	height:70px;
	padding:12px 15px 7px 15px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	text-align:center;
}
.boss-blog-featured .image:hover .time-stamp{background:#dd5f65}
.boss-blog-featured .image .time-stamp .time-date{
  font-family: 'Josefin Sans', sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  display: block;
  padding-bottom: 7px;
}
.boss-blog-featured .image .time-stamp .time-month{
  font-family: 'Josefin Sans', sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  display: block;
  border-top: 1px solid #fff;
  padding-top: 2px;
}	
.boss-blog-featured .article-name{margin-bottom: 12px;}
.boss-blog-featured .article-name a{
	color: #ffffff;
    font-family: "Josefin Sans",sans-serif;
    font-size: 20px;
    font-weight: 700;
}
.boss-blog-featured .article-name a:hover{color:#dd5f65}
.boss-blog-featured .time_comment{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:12px;
	margin-bottom: 14px;
}
.boss-blog-featured .time_comment small{font-size:12px;}
.boss-blog-featured .time_comment a{	
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:12px;
}
.boss-blog-featured .time_comment .post-by{display:inline-block}
.boss-blog-featured .time_comment .comment-count{display:inline-block}
.boss-blog-featured .description{
	font-size:14px;
	color:#b4b4b4;
	margin-bottom: 35px;
	line-height: 25px;
}
.boss-blog-featured .read_more{}
.boss-blog-featured .read_more a{
	font-size:12px;
	font-weight:700;
	text-transform:uppercase;
	color:#bcbcbc;
	border:1px solid #bcbcbc;
	padding:8px 23px 10px 23px;
	display:inline-block;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.boss-blog-featured .read_more a:hover{
    color: #ffffff;
    border-color: transparent;
	background: none repeat scroll 0 0 #dd5f65;
}
.bt-video {
	clear: both;
    overflow: hidden;
    position: relative;
}	
.bt-video .video-js{position:static; overflow:hidden; width:100%;}
.bt-video .vjs-poster{
	position:absolute;
	width:100%;
	background-position:0 0;
	background-repeat:no-repeat;
}
.bt-video .video-js .vjs-tech{height:auto;}
.bt-video .vjs-default-skin.vjs-has-started .vjs-control-bar{display:none}
.bt-video .vjs-default-skin .vjs-big-play-button:before{content:none}
.bt-video .vjs-default-skin .vjs-big-play-button{
	background: url("../../image/play.png") no-repeat scroll 50% 67%;
    border: medium none;
    box-shadow: none;
    left: 0;
    margin-left: 0;
    top: 4px;
    width: 100%;
    height: 100%;
}
.notouch .bt-video:hover .vjs-default-skin .vjs-big-play-button{
	animation: 2s linear normal none infinite light_play;
	-webkit-animation: 2s linear normal none infinite light_play;	
}
.bt-video .vjs-default-skin:hover .vjs-big-play-button, .bt-video .vjs-default-skin .vjs-big-play-button:focus{
	background-color:transparent;
	box-shadow:none;
	border:none;
}
.bt-video .bt_video_text{
	position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2;
    top:24%;
}
.bt-video .bt_video_text span{
	color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-bottom: 22px;
	line-height:40px;
}
.bt-video .bt_video_text p{
	font-family: 'Lato', sans-serif;
	font-size:16px;
	text-transform:uppercase;
	color:#fff;
	font-weight:400;
	letter-spacing: 6px;
	display:block;
}
.notouch .bt-video:hover .bt_video_text span{
	animation: 2s linear normal none infinite light_video;
	-webkit-animation: 2s linear normal none infinite light_video;
}
.notouch .bt-video:hover .bt_video_text p{
	animation: 2s linear normal none infinite light_play;
	-webkit-animation: 2s linear normal none infinite light_play;
}
.bt-video .bt_video_banner{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
.bt-video .bt_video_banner.bt-show{z-index:1}
/*.bt-video .bt_video_banner.bt-hide:before{background-image:url(../../image/video_play_backg.png)!important; background-repeat:repeat; content:''; position:absolute; top:0; left:0; width:100%; height:100%;z-index:-1}*/

@-moz-keyframes light_video{
0%{
	text-shadow:0 0 0px rgba(255,255,255,0) , 0 0 0px rgba(255,255,255,0) , 0 0 0px rgba(255,255,255,1) , 0 0 0px #fff, 0 0 100px #fff;
}

50%{
	text-shadow:0 0 10px rgba(255,255,255,0) , 0 0 20px rgba(255,255,255,0) , 0 0 30px rgba(255,255,255,1) , 0 0 40px #fff, 0 0 100px #fff;
}

100%{
	text-shadow:00 0 0px rgba(255,255,255,0) , 0 0 0px rgba(255,255,255,0) , 0 0 0px rgba(255,255,255,1) , 0 0 0px #fff, 0 0 100px #fff;
}

}

@-webkit-keyframes light_video{
0%{
	text-shadow:0 0 0px rgba(255,255,255,0) , 0 0 0px rgba(255,255,255,0) , 0 0 0px rgba(255,255,255,1) , 0 0 0px rgba(255,255,255,255), 0 0 100px rgba(255,255,255,255);
}

50%{
	text-shadow:0 0 10px rgba(255,255,255,0) , 0 0 20px rgba(255,255,255,0) , 0 0 30px rgba(255,255,255,1) , 0 0 40px rgba(255,255,255,255), 0 0 100px rgba(255,255,255,255);
}

100%{
	text-shadow:00 0 0px rgba(255,255,255,0) , 0 0 0px rgba(255,255,255,0) , 0 0 0px rgba(255,255,255,1) , 0 0 0px rgba(255,255,255,255), 0 0 100px rgba(255,255,255,255);
}

}

@-ms-keyframes light_video{
0%{
	text-shadow:0 0 0px rgba(255,255,255,0) , 0 0 0px rgba(255,255,255,0) , 0 0 0px rgba(255,255,255,1) , 0 0 0px #fff, 0 0 100px #fff;
}

50%{
	text-shadow:0 0 10px rgba(255,255,255,0) , 0 0 20px rgba(255,255,255,0) , 0 0 30px rgba(255,255,255,1) , 0 0 40px #fff, 0 0 100px #fff;
}

100%{
	text-shadow:00 0 0px rgba(255,255,255,0) , 0 0 0px rgba(255,255,255,0) , 0 0 0px rgba(255,255,255,1) , 0 0 0px #fff, 0 0 100px #fff;
}


}

@-o-keyframes light_video{
0%{
	text-shadow:0 0 0px rgba(255,255,255,0) , 0 0 0px rgba(255,255,255,0) , 0 0 0px rgba(255,255,255,1) , 0 0 0px #fff, 0 0 100px #fff;
}

50%{
	text-shadow:0 0 10px rgba(255,255,255,0) , 0 0 20px rgba(255,255,255,0) , 0 0 30px rgba(255,255,255,1) , 0 0 40px #fff, 0 0 100px #fff;
}

100%{
	text-shadow:00 0 0px rgba(255,255,255,0) , 0 0 0px rgba(255,255,255,0) , 0 0 0px rgba(255,255,255,1) , 0 0 0px #fff, 0 0 100px #fff;
}


}

@keyframes light_video{
0%{
	text-shadow:0 0 0px rgba(255,255,255,0) , 0 0 0px rgba(255,255,255,0) , 0 0 0px rgba(255,255,255,1) , 0 0 0px #fff, 0 0 100px #fff;
}

50%{
	text-shadow:0 0 10px rgba(255,255,255,0) , 0 0 20px rgba(255,255,255,0) , 0 0 30px rgba(255,255,255,1) , 0 0 40px #fff, 0 0 100px #fff;
}

100%{
	text-shadow:00 0 0px rgba(255,255,255,0) , 0 0 0px rgba(255,255,255,0) , 0 0 0px rgba(255,255,255,1) , 0 0 0px #fff, 0 0 100px #fff;
}


}


@-moz-keyframes light_play{
0%{
	opacity:0.7;
	  -webkit-filter: drop-shadow(0px 11px 10px rgba(255,255,255,0));
  filter: drop-shadow(12px 12px 7px rgba(0,0,0,0));
}

50%{
	opacity:1;
	  -webkit-filter: drop-shadow(0px 11px 10px rgba(255,255,255,0.5));
  filter: drop-shadow(12px 12px 7px rgba(0,0,0,0.5));
}

100%{
	opacity:0.7;
	  -webkit-filter: drop-shadow(0px 11px 10px rgba(255,255,255,0));
  filter: drop-shadow(12px 12px 7px rgba(0,0,0,0));
}

}

@-webkit-keyframes light_play{
0%{
	opacity:0.7;
	  -webkit-filter: drop-shadow(0px 11px 10px rgba(255,255,255,0));
  filter: drop-shadow(12px 12px 7px rgba(0,0,0,0));
}

50%{
	opacity:1;
	  -webkit-filter: drop-shadow(0px 11px 10px rgba(255,255,255,0.5));
  filter: drop-shadow(12px 12px 7px rgba(0,0,0,0.5));
}

100%{
	opacity:0.7;
	  -webkit-filter: drop-shadow(0px 11px 10px rgba(255,255,255,0));
  filter: drop-shadow(12px 12px 7px rgba(0,0,0,0));
}
}

@-ms-keyframes light_play{
0%{
	opacity:0.7;
	  -webkit-filter: drop-shadow(0px 11px 10px rgba(255,255,255,0));
  filter: drop-shadow(12px 12px 7px rgba(0,0,0,0));
}

50%{
	opacity:1;
	  -webkit-filter: drop-shadow(0px 11px 10px rgba(255,255,255,0.5));
  filter: drop-shadow(12px 12px 7px rgba(0,0,0,0.5));
}

100%{
	opacity:0.7;
	  -webkit-filter: drop-shadow(0px 11px 10px rgba(255,255,255,0));
  filter: drop-shadow(12px 12px 7px rgba(0,0,0,0));
}

}

@-o-keyframes light_play{
0%{
	opacity:0.7;
	  -webkit-filter: drop-shadow(0px 11px 10px rgba(255,255,255,0));
  filter: drop-shadow(12px 12px 7px rgba(0,0,0,0));
}

50%{
	opacity:1;
	  -webkit-filter: drop-shadow(0px 11px 10px rgba(255,255,255,0.5));
  filter: drop-shadow(12px 12px 7px rgba(0,0,0,0.5));
}

100%{
	opacity:0.7;
	  -webkit-filter: drop-shadow(0px 11px 10px rgba(255,255,255,0));
  filter: drop-shadow(12px 12px 7px rgba(0,0,0,0));
}

}

@keyframes light_play{
0%{
	opacity:0.7;
	  -webkit-filter: drop-shadow(0px 11px 10px rgba(255,255,255,0));
  filter: drop-shadow(12px 12px 7px rgba(0,0,0,0));
}

50%{
	opacity:1;
	  -webkit-filter: drop-shadow(0px 11px 10px rgba(255,255,255,0.5));
  filter: drop-shadow(12px 12px 7px rgba(0,0,0,0.5));
}

100%{
	opacity:0.7;
	  -webkit-filter: drop-shadow(0px 11px 10px rgba(255,255,255,0));
  filter: drop-shadow(12px 12px 7px rgba(0,0,0,0));
}

}

#fountainG{
position:relative;
width:240px;
height:29px}

.fountainG{
position:absolute;
top:0;
background-color:#404b8f;
width:29px;
height:29px;
-moz-animation-name:bounce_fountainG;
-moz-animation-duration:1.3s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:linear;
-moz-transform:scale(.3);
-moz-border-radius:19px;
-webkit-animation-name:bounce_fountainG;
-webkit-animation-duration:1.3s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:linear;
-webkit-transform:scale(.3);
-webkit-border-radius:19px;
-ms-animation-name:bounce_fountainG;
-ms-animation-duration:1.3s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:linear;
-ms-transform:scale(.3);
-ms-border-radius:19px;
-o-animation-name:bounce_fountainG;
-o-animation-duration:1.3s;
-o-animation-iteration-count:infinite;
-o-animation-direction:linear;
-o-transform:scale(.3);
-o-border-radius:19px;
animation-name:bounce_fountainG;
animation-duration:1.3s;
animation-iteration-count:infinite;
animation-direction:linear;
transform:scale(.3);
border-radius:19px;
}

#fountainG_1{
left:0;
-moz-animation-delay:0.52s;
-webkit-animation-delay:0.52s;
-ms-animation-delay:0.52s;
-o-animation-delay:0.52s;
animation-delay:0.52s;
}

#fountainG_2{
left:30px;
-moz-animation-delay:0.65s;
-webkit-animation-delay:0.65s;
-ms-animation-delay:0.65s;
-o-animation-delay:0.65s;
animation-delay:0.65s;
}

#fountainG_3{
left:60px;
-moz-animation-delay:0.78s;
-webkit-animation-delay:0.78s;
-ms-animation-delay:0.78s;
-o-animation-delay:0.78s;
animation-delay:0.78s;
}

#fountainG_4{
left:90px;
-moz-animation-delay:0.91s;
-webkit-animation-delay:0.91s;
-ms-animation-delay:0.91s;
-o-animation-delay:0.91s;
animation-delay:0.91s;
}

#fountainG_5{
left:120px;
-moz-animation-delay:1.04s;
-webkit-animation-delay:1.04s;
-ms-animation-delay:1.04s;
-o-animation-delay:1.04s;
animation-delay:1.04s;
}

#fountainG_6{
left:150px;
-moz-animation-delay:1.17s;
-webkit-animation-delay:1.17s;
-ms-animation-delay:1.17s;
-o-animation-delay:1.17s;
animation-delay:1.17s;
}

#fountainG_7{
left:180px;
-moz-animation-delay:1.3s;
-webkit-animation-delay:1.3s;
-ms-animation-delay:1.3s;
-o-animation-delay:1.3s;
animation-delay:1.3s;
}

#fountainG_8{
left:210px;
-moz-animation-delay:1.43s;
-webkit-animation-delay:1.43s;
-ms-animation-delay:1.43s;
-o-animation-delay:1.43s;
animation-delay:1.43s;
}

@-moz-keyframes bounce_fountainG{
0%{
-moz-transform:scale(1);
background-color:#404b8f;
}

100%{
-moz-transform:scale(.3);
background-color:#FFFFFF;
}

}

@-webkit-keyframes bounce_fountainG{
0%{
-webkit-transform:scale(1);
background-color:#404b8f;
}

100%{
-webkit-transform:scale(.3);
background-color:#FFFFFF;
}

}

@-ms-keyframes bounce_fountainG{
0%{
-ms-transform:scale(1);
background-color:#404b8f;
}

100%{
-ms-transform:scale(.3);
background-color:#FFFFFF;
}

}

@-o-keyframes bounce_fountainG{
0%{
-o-transform:scale(1);
background-color:#404b8f;
}

100%{
-o-transform:scale(.3);
background-color:#FFFFFF;
}

}

@keyframes bounce_fountainG{
0%{
transform:scale(1);
background-color:#404b8f;
}

100%{
transform:scale(.3);
background-color:#FFFFFF;
}

}
.blur {
  -webkit-filter: blur(2px);
  filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="4" /></filter></svg>#filter');
  filter: blur(4px);
}
.bt-filter-image{overflow:hidden;  margin-bottom: 10px;}
.bt-filter-image ul li{float:left ; padding:0 15px 15px 0}
.bt-filter .list .title{
  text-transform: uppercase;
  color: #1c1c1c;
  font-weight: 700;
}
.bt-filter-image li a span{
  display: inline-block;
  background: url('../../image/bg_none_check.png') no-repeat;
  width: 14px;
  height: 14px;
  vertical-align: -2px;
  margin-right: 12px;
}
.bt-filter-image li.active a span{background:url('../../image/bg_check.png') no-repeat; }
.bt-filter-image.bt-filter-check li{width:50%}
.bt-filter-image li a:focus{color:#818181}
.bt-filter-image li a img{
  border: 2px solid #ddd;
  
}
.bt-filter-image li.active a img{border-color:#000}
.product-thumb .b_filter{  margin-bottom: 7px;}
.product-thumb .b_filter img{margin:0 2px}
.bt-image-option.active img {
  border: 2px solid #3F3F3D;
}

/*---------------BULK ORDER-------------------*/
.b_bulk_title{
	padding: 20px 15px;
	background: #404b8f;
	color: #fff;
	margin: 0;   
	font-family: "Open Sans",sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 18px;
}
#boss_bulk_order{
	border-right: 1px solid #f2f2f2;
	border-left: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	float: left;
	padding: 30px 0 40px;
	margin-bottom: 15px;
	width: 100%;
}
#boss_bulk_order >div{
	padding: 0 15px;
}
#boss_bulk_order .form-group.price{
	padding: 0 0.6em;
}
#boss_bulk_order .form-group.price p{
	margin-left:-0.6em;
	margin-right:-0.6em;
}
#boss_bulk_order .form-group.price input{
	color: #dd5f65 !important;
}
#boss_bulk_order .form-control{
	width: 100%;
}
#boss_bulk_order  .ui-widget-content{
	height: 6px;
}
#boss_bulk_order .ui-widget-header{
	background: #3f3f3f;
}
#boss_bulk_order span.ui-corner-all{
	border-radius: 50%;
	width: 16px;
	height: 16px;
	border: 4px solid #404b8f;
	top: -6px;
}
#boss_bulk_order .btn{
	width: 45%;
	margin-top: 26px;
}
.b_bulk_order_ajax{clear:both}
.b_bulk_order_ajax .b_bulk_table{width:100%; overflow-x:auto; margin-bottom:20px}
.b_bulk_order_ajax .b_bulk_table table{margin-bottom:0;  margin-top: 10px;}
.b_bulk_order_ajax .b_bulk_table table td{text-align: center; vertical-align: middle;}
.b_bulk_order_ajax .b_bulk_table table td.name a{
	font-size: 16px;
	line-height: 18px;
	font-weight: 700;
}
.b_bulk_order_ajax .b_bulk_table table td .price{text-align: left;}
.b_bulk_order_ajax table td button.increase, .b_bulk_order_ajax table td button.decrease{
	height: 30px;
	width: 30px;
	border: none;
	background: #f8f8f8;
	display: inline-block;
	vertical-align:top;
	margin-right: -3px;
}
.b_bulk_order_ajax table td .b_bulk_action input[type='text']{
	border-radius: 0;
	margin-top: 0;
	margin-bottom:0;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
	font-size: 14px;
	min-width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	vertical-align:top;
	margin-right: -3px;
	border: 1px solid #ebebeb;
	background:#fff;
	width: auto;
}
.b_bulk_order_ajax table td .b_bulk_action{
	min-width: 120px;
}
.b_bulk_order_ajax table td .b_bulk_action, .b_bulk_order_ajax table td .cart{
	margin-left: auto;
	margin-right: auto;
}
.b_bulk_order_ajax table td .cart{margin-top: 10px;}
.b_bulk_order_ajax table td .cart .btn{
	background-color: #404b8f;
	border: #404b8f;
	color: #fff;
}
.b_bulk_order_ajax table td .cart .btn:hover{
	background-color: #2f2f2f;
	border: #2f2f2f;
}
.b_bulk_order_ajax table td.b_bulk_cart{white-space:nowrap}
.b_bulk_order_ajax table td .price{
  color: #000000;
  float: left;
  font-family: "Lato",sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin-right: 20px;
}
.b_bulk_order_ajax table td .price .price-tax{
  color: #b4b4b4;
  font-size: 13px;
  clear: both;
  display: block;
  margin: 12px 0 0;
  width: 100%;
}
.b_bulk_order_ajax table td .bootstrap-select{width:150px}
.b_bulk_order_ajax table td button.selectpicker{  width: 150px;}
.b_bulk_order_ajax table td .radio, .b_bulk_order_ajax table td .checkbox{white-space:nowrap}
.b_bulk_order_ajax table td .radio{
	display: inline-block;
}
.b_bulk_order_ajax table td .radio label{
	font-size: 0;
}
.b_bulk_order_ajax table td input[type='text'], .b_bulk_order_ajax table td textarea{min-width:150px}
.b_bulk_order_ajax table td .bt-image-option img{
  width: 30px;
  margin-right: 5px;
}
#boss_bulk_order label{font-size:13px}
#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);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -40px;
}
.b_bulk_order_ajax .content_bg{
	text-align: center;
	font-size: 24px;
}
#boss_bulk_order .dropdown-menu{
	max-height: 370px !important;
}