/* top */
.b_mobile{display:none}
#top {
  background: none repeat scroll 0 0 #f3f3f3;
    float: left;
    padding: 0;
    width: 100%;
  border-bottom:1px solid #e8e8e8;
}
.top_left{padding-top:10px; padding-left:0; width:auto}
.top_left a{color:#b59c8a;}
.top_left a:hover{text-decoration:underline}
.top_right{padding-right:0; width:auto}
#top .bt_mainmenu{}
.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 > i.fa-user, .top-links ul li > a > i.fa-star, .top-links ul li > a > i.fa-check{
   margin-right: 5px;
  font-size: 13px;
  opacity: 0.7;
}
.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: #b59c8a; }
.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 a + a {
  margin-left: 15px;
}
.top-links .dropdown-menu-right{
  border: 1px solid #d3d3d3;
    border-radius: 0;
    left: 0;
    right: auto;
    top: 147%;
}
.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:#b59c8a}
.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 img{  vertical-align: 0;}
.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:#403e3c}
#header, #header .b-cart .heading, #header .b-cart{z-index:auto} 
.content_bg {
    padding: 0;
  margin-bottom: 20px;
}
.boss-new-position {clear:both}
.common-home .boss-new-position {
    margin-bottom: 30px;
}
.boss_header {
    background-color: #dd5e65;
    height: 55px;
    margin-bottom: -55px;
}
.header_slider {
    float: left;
    position: relative;
    z-index: 9; 
  padding:0;
  margin-bottom:58px;
}
/* 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:#eab993}
#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.2s linear 0s;
  -webkit-transition:top 0.2s linear 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 {
	background-color: #ff531a;
	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-black.png) #ff4000 no-repeat 0 0;
  background-color: #ff531a !important;
  top: 3px;
  left: 16px;
}
.b-cart.dropdown_cart:hover{
  background-color: #ff8c66 !important;
  background-image:url(../../image/icon-cart-hover.png);
  background-repeat:no-repeat;
  background-position:20px 8px;
}
.b-cart.dropdown_cart:hover:before{background:none; content: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:2px;
  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.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:9px}
.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;
    height: auto;
    position: relative;
    z-index: 995;
  padding:0;
  
}
.bt-home-page .header_category {margin-bottom: 58px;}
.header_category .box {
    margin-bottom: 0;
}
.header_category .box .boss_heading {
    background-color: #403e3c;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}
.header_category .box .box-heading {
    color: #ffffff;
    display: block;
    font-family: "Open Sans",sans-serif;
    font-size: 18px;
    font-weight: 600;
    min-height:50px;
    padding: 15px 20px 0;
    text-align: left;
    text-transform: uppercase;
}
.header_category .box .box-heading span {}
.header_category .box .box-heading i{color:#fff; margin-right:28px; font-size:19px;}
.bt-other-page .header_category .box .boss_heading:hover{background-color:#292827}
.header_category .box .box-content {
  background: none repeat scroll 0 0 #f3f3f3;
    overflow: inherit;
    padding: 0;
  position:absolute;
  width:100%;
}
.bt-home-page .header_category .box .box-content, .header_category .box.opencate .box-content{
    border: 1px solid #e8e8e8;
}
.header_category .box .box-content ul{margin-bottom:0}
.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;
  width:100%;
}
.bt-other-page .header_category .box.opencate .box-content{
  height:auto;
  overflow:inherit;
  width:100%;
  z-index:999;
  /*padding:19px 0px 20px 20px;
  border:1px solid #ccc;*/
}
.menucategory-fixed{
  position:fixed!important;
  left:5px;
  /*visibility:hidden;*/
  display:none;
  /*opacity:0;*/
  width:40px;
  /*transition:height 0.5s ease 0s;
  -webkit-transition:height 0.5s ease 0s;*/
}
.menucategory-fixed.b_show{/*visibility:visible;*/ opacity:1; }
.menucategory-fixed .box .box-content .boss-menu-cate  .parent_dropdown{
  position:absolute!important;
  padding-left:50px;
  padding-right: 10px;
  top:-1px;
  white-space: nowrap;
  width: auto;
  display:inline-block;
  position:relative;
  background: #fff;
  height: 41px;
  border: 1px solid #e8e8e8;
  line-height: 39px;
  z-index:-1;
  opacity:0; 
  visibility:hidden;
}
.menucategory-fixed .box .box-content .boss-menu-cate  .parent_dropdown a.title{  }
.menucategory-fixed .box .box-content .boss-menu-cate  li:hover .bt-icon + .parent_dropdown {width:auto; opacity:1; visibility:visible}

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

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

.menucategory-fixed .box .box-content .boss-menu-cate .parent_dropdown:hover .nav_submenu{opacity:1}
.menucategory-fixed .box .box-content .box-category.boss-menu-cate > li a.title i{float:none; margin:0 0 0 10px}
.box .box-content .box-category.boss-menu-cate > li{
  margin-bottom:0px;
}
.box .box-content .box-category.boss-menu-cate > li a.title i{float:right; color:#757575; margin-right:20px; margin-top: 2px;}
.box .box-content .box-category.boss-menu-cate > li:hover{}
.box .box-content .box-category .nav_title > img {
    float: left;
    margin-right: 25px;
    margin-top: -2px;
}
.box .box-content .boss-menu-cate .nav_title > a{
  display:block;
  padding-right:30px;
  font-family: 'Lato', sans-serif;
  width:111%;
  font-size:14px;
  font-weight:400;
  color:#1c1c1c;
  text-transform:uppercase;
  line-height:21px;
}
.box .box-content .boss-menu-cate .nav_title > a.more{
  color:#b59c8a;
}
.box .box-content .boss-menu-cate .nav_title > a.more i{margin-right:30px}
.box .box-content .boss-menu-cate > li{
  padding: 14px 0 13px 25px;
  position: relative;
}
.box .box-content .boss-menu-cate > li:hover{background:#fff; /*box-shadow:-4px 0 8px -4px #cccccc inset;*/}
.box .box-content .box-category.boss-menu-cate > li + li{ 
  border-top: 1px solid #e8e8e8;
}
.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: 20px;
    margin-left: 0;
    margin-top: 25px;
    overflow: hidden;
    margin-right: 0;
}
.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%;
  top:-1px;
    opacity: 1;
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    visibility: visible;
  padding:0 15px;
}
.box .box-content .box-category > li:hover .nav_submenu .nav_submenu_inner{}
.box .box-content .box-category .nav_submenu{}
.box .box-content .box-category .nav_submenu img{
  position:absolute;
  bottom:0;
  right: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:#b59c8a;
  text-transform:uppercase;
  font-family: 'Lato', sans-serif;
  font-size:14px;
  display:block;
}
.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;
    color: #1c1c1c;
    font-size: 14px;
}
.box .box-content .box-category .nav_sub_submenu ul li a:hover{color:#b59c8a}
.box .box-content .box-category.boss-menu-cate .nav_sub_submenu ul li{
  width:100%;
  overflow:hidden;  
  cursor:default;
  margin-bottom: 7px;
}
.box .box-content .box-category.boss-menu-cate .nav_sub_submenu > ul > li { 
  float: left;
    margin-left: 0;
}
.box .box-content .box-category.boss-menu-cate .nav_sub_submenu > ul > li.nav_cat_child{padding:0 15px; margin:0}
.box .box-content .box-category.boss-menu-cate .nav_sub_submenu > ul > li.nav_cat_child + li.nav_cat_child{border:none;  margin:0}
.box .box-content .box-category.boss-menu-cate .nav_sub_submenu > ul > li.nav_cat_child + li.nav_cat_child a{
  border-top: 1px solid #eaeaea;
  margin: 6px 0 0;
  padding: 6px 0 0;
  display:block;
}
.box .box-content .box-category.boss-menu-cate .nav_sub_submenu > ul > li + li{
  border-top: 1px solid #eaeaea;
  padding-top: 8px;
  margin-bottom:6px;
}
.box .box-content .box-category.boss-menu-cate .nav_sub_submenu > ul > li.nav_cat_parent{padding:0 15px;}
.box .box-content .box-category.boss-menu-cate .nav_sub_submenu > ul > li.nav_cat_parent + li.nav_cat_parent{
  border-top:none;
  padding-top:0;
}
.box .box-content .box-category .nav_sub_submenu .nav_cat_parent ul{
  margin-left:0px;
}
.box .box-content .box-category .nav_sub_submenu .nav_cat_parent ul li + li{border-top:1px solid #eaeaea; padding-top: 7px;}
.box .box-content .box-category .nav_sub_submenu .sub_cat_child ul{
  margin-bottom:0;
  margin-top: 21px;
}
.box .box-content .box-category .nav_sub_submenu .sub_cat_child ul li{}
/* 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 #b59c8a;
}
#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:#b59c8a;
}
#menu .see-all {
  clear: both;
    color: #b59c8a;
    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 auto 0}
/* 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;}
.bt-pag a{margin: 5px;}

.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; 
}
#content>.product-info>.product-layout{
       width:100%; 
}
.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{
    width: 50%;
  background-color: #ff4000!important;
  border-color: unset;
  color: #fff!important;
  border-radius: 5px!important;
  font-size: 1.1rem;
  border: unset;
  /*border:1px solid #B59C8A;*/
    /*background-color: #fff;*/
    display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight:700;
  font-size:12px;
  text-transform:uppercase;
    padding: 9px 20px;
  /*color:#B59C8A;*/
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
  vertical-align: top;
  min-height:40px;
}

.btn-cart:hover{
  border: unset!important;
  background-color: #ff9f80!important;
  color:#000!important;
}

.btn-cart:active {
  border: unset!important;
  background-color: #ff9f80!important;
  /*box-shadow: inset 2px 2px 2px #707070;*/
  color: #000!important;
}

.btn-cart i{margin-top:3px}
/*.btn-cart:hover{background-color:#403e3c; border-color:transparent; color:#fff}*/
.btn-Wishlist, .btn-compare{
  background: #fff;
  border: 1px solid #9c8e8e;
  color: #000;
  height: 40px;
  margin: 0 0px 0 7px;
  width: 40px;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}
.btn-Wishlist {
  background: linear-gradient(to bottom,#fff,#f2f2f2);
  border-radius: 5px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}
.btn-Wishlist:hover, .btn-compare:hover{background-color: #dd5f65; border-color:#9c8e8e; color:#deb5af}
/*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{
    margin-bottom: 29px;
    margin-top: 0;
    text-transform: uppercase;
  color: #1c1c1c;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
}
.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-size: 14px;
  font-family: 'Lato', sans-serif;
  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 {
  margin-bottom: 0;
/*    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 18px;
    padding-bottom: 14px;*/
}
.product-info .howMach {
    border-bottom: 1px solid #f2f2f2;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 0;
}
.product-info .howMach>div{
  padding: 0;
}
.product-info .description li{margin-bottom:5px}
.product-info .description li span{color:#dd5e65; font-style:italic}
.product-info .product_option{
    /*margin-bottom: 24px;*/
  /*border-bottom: 1px solid #f2f2f2;
    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: 80px;
  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-bottom: 0.5rem;
  /*margin-right: 17px;*/
}
.product-info .quantily_info{
  margin-bottom:20px;
}
.product-info .btn-upload{width:auto;}
.product-info .control-label{
  display:block;
  font-size: 14px;
    font-weight: 400;
    text-transform: none;
  color:#818181
}
.product-info .form-group label img.img-thumbnail{border-radius:0; border-width:2px; height:25px; border-radius:0; padding:0}
.product-info .cart .control-label{margin-bottom:10px}
.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; 
  /*padding-top: 1rem;*/
  font-size:2rem; 
  clear:both; 
  display:block; 
  margin:6px 0 0; 
  width:65% 
}
.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{
  font-size: 13px;
    font-weight: 400;
    margin-left: 15px;
    margin-right: 15px;
    text-transform: none;
}
.product-info .rating p a i{margin-right:5px}
.cart_button{
  width:100%; 
  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{
  display: flex;
  justify-content: center;
  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 #b59c8a;
    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: 10px 0 3px;
  position:relative
}
.htabs ul li:before{
  content:'';
  position:absolute;
  height:3px;
  background:none repeat scroll 0 0 #b59c8a;
  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 #b59c8a;
    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 0px 3px;
  text-align: left;
  float:none;
  vertical-align: top;
}
.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 #b59c8a;
    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:center;}
.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:#b59c8a;
  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:#b59c8a;
  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:#b59c8a;
  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, .bt-box .box-content .box-category > li:hover > a{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: #b59c8a;
  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}
.bt-featured .rating span.fa-stack{width:12px}
.bt-featured .rating i{font-size:13px}
.bt-featured .name{margin-bottom:3px}
.boss_filter{padding:0 0 20px 0}
.boss_filter .list{padding:20px 0 0;}
.boss_filter .list a.title{text-transform:uppercase;}
.boss_filter .list label{font-size:14px}
.boss_filter .text-left{padding:0}

.boss-custom-pro{clear:both; position:relative; margin-bottom: 16px;}
.boss-custom-pro.bt-custom-content .title{
  margin-bottom: 40px;
    padding: 0;
    position: relative;
    text-align: center;
}
.boss-custom-pro.bt-custom-content .title h3{
  border-bottom: 1px solid #d0d0d0;
    color: #403e3c;
    display: inline-block;
    font-family: "Josefin Sans",sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 33px;
    margin-bottom: 0;
    padding: 0 30px 22px;
    position: relative;
    text-transform: uppercase;
}
.boss-custom-pro.bt-custom-content .title h3:before{
  background: none repeat scroll 0 0 #b59c8a;
    bottom: -2px;
    content: "";
    height: 3px;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    width: 30px;
}
.boss-custom-pro.bt-custom-content .box-content{}
.boss-custom-pro.bt-custom-content .box-content .image{border:1px solid transparent; margin-bottom: 6px;}
.boss-custom-pro.bt-custom-content .box-content .image:hover{border:1px solid #f2f2f2}
.boss-custom-pro.bt-custom-content .box-content .addition_image{position:relative; margin-bottom: 18px;}
.boss-custom-pro.bt-custom-content .box-content .addition_image .items{float:left; margin:5px; text-align:center}
.boss-custom-pro.bt-custom-content .box-content .addition_image .items img:hover{opacity:0.7; filter: alpha(opacity=70);}
.boss-custom-pro.bt-custom-content .box-content .addition_image .btn-nav-center{
  width:16px;
  height:30px;
  top: 31%;
}
.boss-custom-pro.bt-custom-content .box-content .addition_image .btn-nav-center.prev{
  background:url(../../image/add_prev.png) no-repeat;
}
.boss-custom-pro.bt-custom-content .box-content .addition_image .btn-nav-center.next{
  background:url(../../image/add_next.png) no-repeat;
}
.boss-custom-pro.bt-custom-content .box-content .addition_image .btn-nav-center.prev:hover{
  background-image:url(../../image/add_prev_hover.png);
}
.boss-custom-pro.bt-custom-content .box-content .addition_image .btn-nav-center.next:hover{
  background-image:url(../../image/add_next_hover.png);
}
.boss-custom-pro.bt-custom-content .box-content .bt-product-large .rating{margin-bottom:13px}
.boss-custom-pro.bt-custom-content .box-content .bt-product-large .price{  margin-bottom: 30px;}
.boss-custom-pro.bt-custom-content .box-content .bt-product-large .boss-button{display:block}
.boss-custom-pro.bt-custom-content .box-content .bt-product-large .boss-button a.btn-action{display:none}
.boss-custom-pro.bt-custom-content .box-content .name{margin-bottom:2px}
.boss-custom-pro.bt-custom-content .box-content .rating{margin-bottom:13px}
.boss-custom-pro.bt-custom-content .box-content .boss-button{display:none}
/*--*/
.boss-custom-pro.bt-custom-content .bt-product-large + .bt-product-grid{overflow:hidden; position:relative; display:block}
.boss-custom-pro.bt-custom-content .bt-product-large + .bt-product-grid .caroufredsel_wrapper{max-width:100%;}
.boss-custom-pro.bt-custom-content .bt-product-grid{position:relative}
.boss-custom-pro.bt-custom-content .bt-product-grid .btn-nav-center{
  height: 30px;
    top: 31%;
    width: 16px;
}
.boss-custom-pro.bt-custom-content .bt-product-grid .btn-nav-center.prev{
  background:url("../../image/add_prev.png") no-repeat scroll 0 0;
}
.boss-custom-pro.bt-custom-content .bt-product-grid .btn-nav-center.next{
  background: url("../../image/add_next.png") no-repeat scroll 0 0;
}
/* featured column*/
.boss-custom-pro.bt-custom-column{ margin-bottom: 30px;}
.boss-custom-pro.bt-custom-column .box-heading{border:1px solid #e8e8e8; border-bottom: none;}
.boss-custom-pro.bt-custom-column .box-content .bt-product-grid{border:1px solid #e8e8e8;}
.boss-custom-pro.bt-custom-column .title{background:#b59c8a; border-left:4px solid #403e3c; padding:13px 0 15px 15px}
.boss-custom-pro.bt-custom-column .title h3{font-family: 'Josefin Sans', sans-serif; font-size:16px; color:#fff; text-transform:uppercase; margin-bottom:0}
.boss-custom-pro.bt-custom-column .bt-product-content{position:relative; overflow:hidden}
.boss-custom-pro.bt-custom-column.bt-nprolarge-slider .bt-item-extra{float:none; width:100%; max-width:100%; padding:20px 20px 22px}
.boss-custom-pro.bt-custom-column.bt-nprolarge-slider .bt-item-extra + .bt-item-extra{border-top:1px solid #e8e8e8}
.boss-custom-pro.bt-custom-column.bt-nprolarge-nslider .bt-item-extra{float:none; width:100%; max-width:100%; padding:21px 20px 15px}
.boss-custom-pro.bt-custom-column.bt-nprolarge-nslider .bt-item-extra + .bt-item-extra{border-top:1px solid #e8e8e8}
.boss-custom-pro.bt-custom-column .boss-button{display:none}
.boss-custom-pro.bt-custom-column .caroufredsel_wrapper{ min-height:500px}
.boss-custom-pro.bt-custom-column  .product-thumb{text-align:left; padding:0}
.boss-custom-pro.bt-custom-column  .image{float:left; padding-right: 30px; margin-bottom: 0; border:none}
.boss-custom-pro.bt-custom-column  .caption{overflow:hidden}
.boss-custom-pro.bt-custom-column  section.bt-item{margin:0}
.boss-custom-pro.bt-custom-column  .name{margin-bottom: 3px;}
.boss-custom-pro.bt-custom-column  .name a{font-size:14px; white-space:pre}
.boss-custom-pro.bt-custom-column  .price{font-size:14px}
.boss-custom-pro.bt-custom-column  .rating{}
.boss-custom-pro.bt-custom-column  .rating .fa-stack {width:12px; height:13px}
.boss-custom-pro.bt-custom-column  .rating .fa-stack i{font-size:13px}

.boss-custom-pro.bt-custom-column .btn-nav-center{
  position: relative;
    width: 50%;
    float: left;
    background-color: #fdf9f7;
    border: 1px solid #e8e8e8;
  width:50%;
  height:29px;
  margin: -2px 0 0 0;
}
.boss-custom-pro.bt-custom-column .btn-nav-center.prev{background-image:url(../../image/up_thumb.png); background-repeat: no-repeat; background-position: center center; border-right: none;}
.boss-custom-pro.bt-custom-column .btn-nav-center.next{background-image:url(../../image/down_thumb.png); background-repeat: no-repeat; background-position: center center}
.boss-custom-pro.bt-custom-column .btn-nav-center:hover{background-color:#b59c8a; border-color:#b59c8a;}
.boss-custom-pro.bt-custom-column .btn-nav-center.prev:hover{background-image:url(../../image/up_thumb_hover.png);}
.boss-custom-pro.bt-custom-column .btn-nav-center.next:hover{background-image:url(../../image/down_thumb_hover.png);}

.boss-custom-pro.bt-custom-column .bt-product-content .bt-product-large{
  float: none;
    padding: 18px 10px 1px;
    text-align: center;
    border: 1px solid #e8e8e8;
    margin: 0 0 -1px;
}
.boss-custom-pro.bt-custom-column .bt-product-content .bt-product-large .product-thumb{text-align:center; padding:0 0 20px}
.boss-custom-pro.bt-custom-column .bt-product-content .bt-product-large .image{float:none; padding:0; margin-bottom: 5px;}
.boss-custom-pro.bt-custom-column .bt-product-content .bt-product-large .name{margin-bottom:2px}
.boss-custom-pro.bt-custom-column .bt-product-content .bt-product-large .name a{font-size:16px}
.boss-custom-pro.bt-custom-column .bt-product-content .bt-product-large .price{font-size:20px}
.boss-custom-pro.bt-custom-column .bt-product-content .bt-product-large .rating{margin-bottom:13px}
.boss-custom-pro.bt-custom-column .bt-product-content .bt-product-large .rating .fa-stack {width:14px; height:13px}
.boss-custom-pro.bt-custom-column .bt-product-content .bt-product-large .rating .fa-stack i{font-size:15px}
.boss-custom-pro.bt-custom-column .bt-product-content .bt-product-large + .bt-items.bt-product-grid{}
.boss-custom-pro.bt-custom-column .bt-product-content .bt-product-large + .bt-items.bt-product-grid .bt-item-extra{
  width:100%; float:none; padding:20px 20px 22px; max-width:100%}
.boss-custom-pro.bt-custom-column .bt-product-content .bt-product-large + .bt-items.bt-product-grid .bt-item-extra + .bt-item-extra{
  border-top:1px solid #e8e8e8
}
.boss-custom-pro.bt-custom-column .bt-product-content .bt-product-large + .bt-items.bt-product-grid .bt-item-extra .product-thumb .rating{
  margin-bottom:5px
}

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; overflow:hidden}
.block-cate-page a{display:block; overflow:hidden; position:relative; -webkit-transform: rotate(0);}
.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;
}
.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: 15px;
  right: 10px;
  bottom: 15px;
  left: 10px;
  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.5s ease 0s, -webkit-transform 0.5s ease 0s;
  transition: opacity 0.5s ease 0s, transform 0.5s ease 0s;
}
.block-cate-page a:after{
  top: 10px;
  right: 15px;
  bottom: 10px;
  left: 15px;
  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 ease 0s;
}
.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:before{
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.block-cate-page a:hover:after{
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.block-home-1{margin-bottom:60px}
.block-home-2{
  margin-bottom: 31px;
  margin-top: 51px;
  overflow:hidden;
  clear:both;
}
.block-home-2 .block-cate-page{
  margin-left: -10px;
  margin-right: -10px;
}
.footer_column .column{
  margin-bottom:0;
  position:relative;
}
.footer_column .column:before{
  position:absolute;
  content:'';
  width:1px;
  height:500px;
  top:0;
  left:0;
  background:#4d4d4d;
}
.footer_column .column:first-child:before{content:none}
.footer_column .column + .column{padding-left: 30px;}

.footer-about{text-align:center; color:#b4b4b4;font-size: 14px;}
.footer-about img{margin-bottom: 9px;}
.footer-about p{margin:0}
.footer-social {margin-top: 20px;}
.footer-social ul{margin:0 -5px; overflow:hidden}
.footer-social h5{ font-family: "Lato",sans-serif;
    margin-bottom: 3px; font-size: 16px; color: #ffff;}
.footer-social ul li {float:left; margin:7px 5px 0 5px; height: 60px; display: flex; align-items: center;}
.footer-social ul li a{     
  width: 52px;
  height: auto;  
  text-align:center;
  display:inline-block;
  /*background: rgba(255, 255, 255, 0.5);*/
  transition-duration:0.3s;
  -webkit-transition-duration:0.3s;
  -moz-transition-duration:0.3s;
  padding:4px;
  line-height: 23px;
  position:relative;
  color:#b4b4b4;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}
.footer_column .footer-social ul li a i{
  font-size:18px;
  color:#fff;
  line-height:17px; 
}
.footer_column .footer-social ul li.facebook a:hover{background:#3b579d;}
.footer_column .footer-social ul li.twitter a:hover{background:#32ccfe;}
.footer_column .footer-social ul li.google a:hover{background:#da4835;}
.footer_column .footer-social ul li.pinterest a:hover{background:#cd222a;}
.footer_column .footer-social ul li.youtube a:hover{background:#cf3427;}
.footer_column .footer-social ul li.instagram a:hover{background:#6a453c;}
.footer_column .footer-social ul li.linkedin a:hover{background:#007bb5;}
.footer_column .footer-social ul li.rss a:hover{background:#faa33d;}
.footer_column .footer-social ul li .tooltip{font-size:11px;}
.footer_column .footer-social ul li .tooltip .tooltip-inner{padding:2px 3px}
.footer_column .footer-social ul li.facebook .tooltip .tooltip-arrow{border-top-color:#3b579d; }
.footer_column .footer-social ul li.facebook .tooltip .tooltip-inner{background:#3b579d; }

.footer_column .footer-social ul li.twitter .tooltip .tooltip-arrow{border-top-color:#32ccfe; }
.footer_column .footer-social ul li.twitter .tooltip .tooltip-inner{background:#32ccfe; }

.footer_column .footer-social ul li.google .tooltip .tooltip-arrow{border-top-color:#da4835; }
.footer_column .footer-social ul li.google .tooltip .tooltip-inner{background:#da4835; }

.footer_column .footer-social ul li.pinterest .tooltip .tooltip-arrow{border-top-color:#cd222a; }
.footer_column .footer-social ul li.pinterest .tooltip .tooltip-inner{background:#cd222a; }

.footer_column .footer-social ul li.youtube .tooltip .tooltip-arrow{border-top-color:#cf3427; }
.footer_column .footer-social ul li.youtube .tooltip .tooltip-inner{background:#cf3427; }

.footer_column .footer-social ul li.instagram .tooltip .tooltip-arrow{border-top-color:#6a453c; }
.footer_column .footer-social ul li.instagram .tooltip .tooltip-inner{background:#6a453c; }

.footer_column .footer-social ul li.linkedin .tooltip .tooltip-arrow{border-top-color:#007bb5; }
.footer_column .footer-social ul li.linkedin .tooltip .tooltip-inner{background:#007bb5; }

.footer_column .footer-social ul li.rss .tooltip .tooltip-arrow{border-top-color:#faa33d; }
.footer_column .footer-social ul li.rss .tooltip .tooltip-inner{background:#faa33d; }

.footer_column .footer-social ul li a:hover i{color:#ffffff;}

.footer_column .footer-social ul .work-hours {padding-left: 5px;}

.footer_column{
  border-bottom: 1px solid #4d4d4d;
    margin-bottom: 40px;
    padding-bottom: 20px;
}
.footer_column_content{overflow:hidden}
.powered-payment{padding-bottom:30px}
.powered-payment ul li + li{  
  margin-left:7px;
}
.powered-payment ul li{
  background: none;
    display: inline;
    margin: 0;
    padding: 0;
}
footer .footer-social .app a{
  width: 150px;
  padding: 0;
}
footer .footer-social .app li{
  margin-left: 0;
}
.powered-payment .payment {
  text-align:right;
  margin-top:3px;
}
.powered-payment .nav_footer{margin-bottom:10px}
.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{
  border-bottom: 1px solid #4d4d4d;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.footer-newletter  input.form-control{  
    border: 1px solid #5c5c5c;
    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{display:none}
.footer-newletter .title{
  text-align: center;
  color: #B4B4B4;
  font-size: 14px;
}
.footer-newletter .newletter-content{ padding-top:8px; text-align:center}
.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:40%;
  display:inline-block;
  position:relative;
  text-align:center;
}
.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:4px}
/*.bt-product-zoom .image{margin-bottom:30px}*/
.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 .box-product > div{float:left; padding:0 15px}
.boss_homefilter_tabs.by-list .box-product > div{float:left; padding:0 65px; transition:all 0.5s; -webkit-transition:all 0.5s; }
.boss_homefilter_tabs.by-list .box-product > div.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;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
.boss_homefilter_tabs .box-product .image{display:block; float:none; margin:0 0 8px}
.boss_homefilter_tabs .box-product .name{  margin-bottom: 2px;}
.boss_homefilter_tabs .box-product .rating{  margin-bottom: 11px;}
.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{}
.boss_homefilter_tabs{clear:both; position:relative; margin-bottom: 18px;}
.boss_homefilter_tabs.by-list{overflow:hidden; margin-bottom: 62px;}
.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:60px;
}
.boss_homefilter_tabs .bt-heading h3{
  color: #b59c8a;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 33px;
    padding: 0 30px 28px;
    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:#b59c8a;
}
.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.jpg) repeat top left; padding:96px 0 70px}
.popular-cate .box-heading {
  margin-bottom: 59px;
    padding: 0 0 2px;
    position: relative;
    text-align: center;
    overflow: hidden;
}
.popular-cate .box-heading span{
  color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 33px;
    padding: 0 30px 26px;
    display: inline-block;
    position: relative;
  margin-bottom:0
}
span b.line{
    position: absolute;
    height: 1px;
    width: 170px;
    background: #d0d0d0;
    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; margin-bottom:30px}
.popular-cate .box-content .cate-name{text-align:center; margin-bottom:33px;}
.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: 40px;
}
.popular-cate .box-content .cate-des{
  font-family: 'Lato', sans-serif;
  font-weight:400;
  font-size:14px;
  text-align:center;
  margin-bottom:43px;
  line-height: 25px;
}
.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:10%}

.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:50%; background:url(../../image/icon_prev_next.png) no-repeat; width:16px; height:30px; display:block; text-indent:-9999px; transition: all 0.5s linear 0s; -webkit-transition: all 0.5s linear 0s;}
.by-grid .btn-nav-center{top:38%}
.btn-nav-center.prev{left:0; background:url("../../image/add_prev.png") no-repeat scroll 0 0;}
.btn-nav-center.next{right:0; background:url("../../image/add_next.png") no-repeat scroll 0 0;}
.btn-nav-center.prev:hover{
  background-image:url(../../image/add_prev_hover.png);
}
.btn-nav-center.next:hover{
  background-image:url(../../image/add_next_hover.png);
}
.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.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_homefilter_tabs{}
.boss_homefilter_tabs .title{
    color: #403e3c;
    float: left;
    font-family: "Josefin Sans",sans-serif;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}
.boss_homefilter_tabs .title span{
  padding-bottom: 10px;
    display: inline-block;
  position:relative;
}
.boss_homefilter_tabs .title span:before{
  background: none repeat scroll 0 0 #b59c8a;
    bottom: -2px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 60px;
}
.boss_homefilter_tabs .title b.bt-line{
  position: absolute;
  width: 100%;
  background: #D0D0D0;
  height: 1px;
  bottom: -1px;
  left: 0;
  z-index: -1;
}
.boss_homefilter_tabs .tabs_container{ display: inline-block; float: right; padding-bottom:0; margin-bottom:0}
.boss_homefilter_tabs .tabs-headings.tabs{text-align:right; margin:0}
.boss_homefilter_tabs .tabs-headings.tabs li{padding:0}
.boss_homefilter_tabs .tabs-headings.tabs li a{
  color: #403e3c;
    font-family: "Lato",sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0;
    opacity: 1;
  padding:5px 15px 5px;
  position:relative;
}
.boss_homefilter_tabs .tabs-headings.tabs li a:hover{color:#b59c8a; }
.boss_homefilter_tabs .tabs-headings.tabs li.active a{color:#b59c8a; font-weight: 600;}
.boss_homefilter_tabs .tabs-headings.tabs li.active a:before{
  content:'';
  width:100%;
  height:100%;
  position:absolute;
  bottom:-1px;
  left:0;
  border:1px solid #d0d0d0;
  border-bottom:none;
  background:#fff;
  z-index:-1;
}
.boss_homefilter_tabs .boss-col-5column{width:20%}

.boss-blog-featured{clear:both; background:#fdf7f3; padding:0; border-top:1px solid #f4ece8;}
.boss-blog-featured .block-heading{
    margin-bottom: 40px;
    padding: 60px 0 2px;
    position: relative;
    text-align: center;
    overflow: hidden;
}
.boss-blog-featured .block-heading span{
  color: #403e3c;
    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: 20px;
  height: 3px;
  bottom: -2px;
  left: 50%;
  margin-left: -10px;
  background: #b59c8a;
  z-index: 1;
}
.boss-blog-featured .block-content{overflow:hidden}
.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:.8; 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{
  top: 50%;
  background: url("../../image/icon_prev_next.png") no-repeat scroll 0% 0% transparent;
  width: 31px;
  height: 55px;
}
.boss-blog-featured .block-content .btn-nav-center.prev{background-position: 0px 0px;}
.boss-blog-featured .block-content .btn-nav-center.next{background-position: 100% 0px;}
.boss-blog-featured .block-content .btn-nav-center.prev:hover{background-position: 0 100%;}
.boss-blog-featured .block-content .btn-nav-center.next:hover{background-position: 100% 100%;}
.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 a:before{content:none}
.boss-blog-featured .image .time-stamp{
  position:absolute;
  top:0;
  left:0;
  background:#b59c8a;
  width:60px;
  height:70px;
  padding:11px 15px 7px 15px;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}
.boss-blog-featured .image:hover .time-stamp{background:#403e3c}
.boss-blog-featured .image .time-stamp .time-date{
  font-family: 'Josefin Sans', sans-serif;
  font-size:30px;
  font-weight:700;
  color:#fff;
  line-height: 11px;
}
.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: 1px;
  margin-top: 2px;
} 
.boss-blog-featured .article-name{margin-bottom: 12px; text-align: center;}
.boss-blog-featured .article-name a{
    color: #1c1c1c;
    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;
  color:#b59c8a;
}
.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;
  color:#b59c8a;
}
.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:#1c1c1c;
  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:#b59c8a;
  border:1px solid #b59c8a;
  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 #403e3c;
}
.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;
}
.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_text p{
  font-family: 'Lato', sans-serif;
  font-size:16px;
  text-transform:uppercase;
  color:#fff;
  font-weight:400;
  letter-spacing: 6px;
}
.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 0px #fff, 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 0px #fff, 0 0 0px #fff, 0 0 100px #fff;
}

100%{
  text-shadow:0 0 0 rgba(255,255,255,0) , 0 0 0 rgba(255,255,255,0) , 0 0 0 rgba(255,255,255,1) , 0 0 0 #fff, 0 0 0px #fff, 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 #fff, 0 0 0px #fff, 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 0px #fff, 0 0 0px #fff, 0 0 100px #fff;
}

100%{
  text-shadow:0 0 0 rgba(255,255,255,0) , 0 0 0 rgba(255,255,255,0) , 0 0 0 rgba(255,255,255,1) , 0 0 0 #fff, 0 0 0px #fff, 0 0 0px #fff, 0 0 100px #fff;
}

}

@-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 0px #fff, 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 0px #fff, 0 0 0px #fff, 0 0 100px #fff;
}

100%{
  text-shadow:0 0 0 rgba(255,255,255,0) , 0 0 0 rgba(255,255,255,0) , 0 0 0 rgba(255,255,255,1) , 0 0 0 #fff, 0 0 0px #fff, 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 0px #fff, 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 0px #fff, 0 0 0px #fff, 0 0 100px #fff;
}

100%{
  text-shadow:0 0 0 rgba(255,255,255,0) , 0 0 0 rgba(255,255,255,0) , 0 0 0 rgba(255,255,255,1) , 0 0 0 #fff, 0 0 0px #fff, 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 0px #fff, 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 0px #fff, 0 0 0px #fff, 0 0 100px #fff;
}

100%{
  text-shadow:0 0 0 rgba(255,255,255,0) , 0 0 0 rgba(255,255,255,0) , 0 0 0 rgba(255,255,255,1) , 0 0 0 #fff, 0 0 0px #fff, 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));
}

}


.shipping_return_support{
  background: none repeat scroll 0 0 #b59c8a;
    line-height: 15px;
    min-height: 50px;
    overflow: hidden;
    padding: 17px 0 17px 0;
}
.shipping_return_support > div{
    padding: 0 25px;
}
.shipping_return_support > div a{
  color: #ffffff;
    font-family: "Lato",sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}
.shipping_return_support > div + div{border-left:1px solid #fff}
.shipping_return_support > div i{margin-right:15px}

.hide-on-desktop{display:none}
.boss-carousel{clear:both; position:relative}
.boss-carousel .title{
  color:#403e3c;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-size:16px;
  text-transform:uppercase;
  border-bottom:1px solid #d0d0d0;
  position:relative;
  padding-bottom: 17px;
}
.boss-carousel .title:before{
  content:'';
  position:absolute;
  width:60px;
  height:3px;
  background:#b59c8a;
  bottom:-2px;
  left:0;
}
.boss-carousel .nav_thumb{
  position:absolute;
  top:-10px;
  color:#d3d3d3;
}
.boss-carousel .nav_thumb:hover{color:#1c1c1c}
.boss-carousel .nav_thumb i{
  font-size:33px;
}
.boss-carousel .nav_thumb.prev{right:30px}
.boss-carousel .nav_thumb.next{right:0}
.boss-carousel .box-content{padding:30px 0}
.boss-carousel .caroufredsel_wrapper li{float:left; padding:0 15px;}

.boss-testimonial{overflow:hidden}
.boss-testimonial .title{border:1px solid #e8e8e8;}
.boss-testimonial .box-heading{
  background: none repeat scroll 0 0 #b59c8a;
    border-left: 4px solid #403e3c;
    padding: 13px 0 15px 15px;
  color: #ffffff;
    font-family: "Josefin Sans",sans-serif;
    font-size: 16px;
    margin-bottom: 0;
    text-transform: uppercase;
  font-weight: 700;
}
.boss-testimonial .testimonial-content{text-align:center; border:1px solid #e8e8e8; border-top:none; padding:19px 20px 22px}
.boss-testimonial .testimonial-content .testimonial-image{text-align:center; margin-bottom: 15px;}
.boss-testimonial .testimonial-content .testimonial-name{
  color:#3f3f3f;
  font-size:16px;
  text-transform:uppercase;
  font-weight:700;
  font-family: 'Lato', sans-serif;
  text-align:center;
  margin-bottom: 0;
}
.boss-testimonial .testimonial-content .testimonial-subject{
  color:#3f3f3f;
  font-size:16px;
  font-weight:700;
  font-family: 'Lato', sans-serif;
  text-align:center;
}
.boss-testimonial .testimonial-content .testimonial-message{
  color: #3f3f3f;
  font-size: 14px;
  text-align: center;
  word-spacing: 2px;
  line-height: 25px;
}
.boss-testimonial .testimonial-content .testimonial-city{
  color: #c5c5c5;
    text-transform: capitalize;
    text-align: center;
}
.boss-testimonial .testimonial-content .rating{text-align:center}
.boss-testimonial .testimonial-content .testimonial-date{text-align:center; margin-bottom: 8px;}
.boss-testimonial .testimonial-content .testimonial-date small{
  font-family: 'Lato', sans-serif;
  font-weight:700;
  font-style:italic;
  font-size:13px;
  color:#c5c5c5;  
}
.boss-testimonial .testimonial-content .testimonial-show-all-url{display:inline-block; margin:10px}
.boss-testimonial .testimonial-content .testimonial-show-write{display:inline-block; margin:10px}
.boss-testimonial .btn-nav-center{
  background-color: #fdf9f7;
    border: 1px solid #e8e8e8;
    float: left;
    height: 29px;
    margin: -1px 0 0;
    position: static;
    width: 50%;
}
.boss-testimonial .btn-nav-center:hover{
  background-color: #b59c8a;
    border-color: #b59c8a;
}
.boss-testimonial .btn-nav-center.prev{
  background-image: url("../../image/up_thumb.png");
    background-position: center center;
    background-repeat: no-repeat;
    border-right: medium none;
}
.boss-testimonial .btn-nav-center.next{
  background-image: url("../../image/down_thumb.png");
    background-position: center center;
    background-repeat: no-repeat;
}
.boss-testimonial .btn-nav-center.prev:hover{background-image: url("../../image/up_thumb_hover.png");}
.boss-testimonial .btn-nav-center.next:hover{background-image: url("../../image/down_thumb_hover.png");}

.list-testimonials{margin-bottom: 30px;}
.list-testimonials .image{float:left; margin:0 20px 20px 0}
.list-testimonials .title{
  color: #3f3f3f;
    font-family: "Lato",sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.list-testimonials .description{
  color: #3f3f3f;
    font-size: 14px;
}
.list-testimonials .rating{display:inline-block}
.list-testimonials .average{margin-bottom:6px;}

form#testimonial{}

.boss_flickr{}
.boss_flickr .box-heading{border: 1px solid #e8e8e8;}
.boss_flickr .box-heading span{
  background: none repeat scroll 0 0 #b59c8a;
    border-left: 4px solid #403e3c;
    color: #ffffff;
    font-family: "Josefin Sans",sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    padding: 13px 0 15px 15px;
    text-transform: uppercase;
  display: block;
}
.boss_flickr .boss_flickr_photo{border:1px solid #e8e8e8; border-top:none; padding:20px 16px;}
.boss_flickr .boss_flickr_photo a{margin: 5px 4px 5px 3px;display:inline-block; overflow:hidden; position:relative;}
.boss_flickr .boss_flickr_photo a:before{
    content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  transition: all .3s ease-out 0;
  -moz-transition: all .3s ease-out 0;
  -webkit-transition: all .3s ease-out 0;
  z-index: 1;
  background: transparent;
}
.boss_flickr .boss_flickr_photo a:hover:before{
    box-shadow: 0 0 15px #333333 inset;
  -webkit-box-shadow: 0 0 15px inset #333333 inset;
  -moz-box-shadow: 0 0 15px inset #333333 inset;
}
#fountainG{
position:relative;
width:240px;
height:29px}

.fountainG{
position:absolute;
top:0;
background-color:#b59c8a;
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:#b59c8a;
}

100%{
-moz-transform:scale(.3);
background-color:#FFFFFF;
}

}

@-webkit-keyframes bounce_fountainG{
0%{
-webkit-transform:scale(1);
background-color:#b59c8a;
}

100%{
-webkit-transform:scale(.3);
background-color:#FFFFFF;
}

}

@-ms-keyframes bounce_fountainG{
0%{
-ms-transform:scale(1);
background-color:#b59c8a;
}

100%{
-ms-transform:scale(.3);
background-color:#FFFFFF;
}

}

@-o-keyframes bounce_fountainG{
0%{
-o-transform:scale(1);
background-color:#b59c8a;
}

100%{
-o-transform:scale(.3);
background-color:#FFFFFF;
}

}

@keyframes bounce_fountainG{
0%{
transform:scale(1);
background-color:#b59c8a;
}

100%{
transform:scale(.3);
background-color:#FFFFFF;
}

}
.boss_content_blur, .boss-new-position{
  transition:all 0.3s ease-out;
  -webkit-transition:all 0.3s ease-out;
  clear:both;
 }
.blur {
  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);
  -webkit-filter: blur(2px);
}

.bt-filter-image{overflow:hidden;  margin-bottom: 10px;}
.bt-filter-image ul li{float:left ; padding:0 15px 5px 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-------------------*/
/*---------------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; overflow-y:hidden}
.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;
}
#collapse-checkout-confirm>div.panel-body>div.table-responsive>table.table>thead>tr>td{
    text-align: center;
}
#collapse-checkout-confirm>div.panel-body>div.table-responsive>table.table>thead>tr>td:nth-child(1){
    width:200px;
}
#collapse-checkout-confirm>div.panel-body>div.table-responsive>table.table>thead>tr>td:nth-child(3){
    width:150px;
}
#collapse-checkout-confirm>div.panel-body>div.table-responsive>table.table>tbody>tr>td{
    text-align: center;
}
#collapse-checkout-confirm>div.panel-body>div.table-responsive>table.table>tfoot>tr:nth-child(4)>td:nth-child(2){
    color:#09af00;
    font-size: 20px;
    font-weight: 700;
}
 .up-slider-nav {
            width: 75%;
            float: right;
            height: 50px;
            background: #deb5af;
            color: #ffffff;
        }
        
        .up-slider-nav a {
            text-transform: uppercase;
            text-align: center;
            margin-top: 13px;
            text-decoration: none;
            display: inline-block;
            width: 33%;
            height: 25px;
            background: #deb5af;
            color: #ffffff;
            border-right: 2px solid #ffffff;
            font-family: "Open Sans", sans-serif;
            font-size: 15px;
            font-weight: 500;
        }
        
        .up-slider-nav a:last-child {
            border: none;
        }
@media screen and (max-width: 1023px){
    .up-slider-nav a {
        
        font-size:14px;
    }
    .up-slider-nav{
        width:70%;
        height:52px;
    }
}
@media screen and (max-width: 767px){
    .up-slider-nav a {
        
        font-size:15px;
    }
    .up-slider-nav{
        width:100%;
    }
/*  .row{
    width:100% !important;
  }*/
  .product_option .form-group-tab{
    left:0 !important;
  }
  .row>.form-group {
    float:left !important;
  }
}    
@media screen and (max-width: 524px){
    .up-slider-nav a {
       font-size: 17px;
       margin-top: 10px;
       width: 32%;
       height: 39px;
    }
    .up-slider-nav{
       height: 60px;
    }
}    
@media screen and (max-width: 400px){
    .up-slider-nav a {
       font-size: 14px;
    }
}    
/*@media (min-width: 768px){
  
  } 


}*/
@media screen and (min-width: 992px){
  #top>.container>.row>.top_right{
    width: 81%;
  }
  #top>.container>.row>.top_left{
    width: 19%;
  }
}
@media screen and (max-width:1023px ) and (min-width: 768px){
#content>div.product-info>div.row>div.col-sm-6>div.price_info .price-tax {
    font-size: 1.4rem;
    margin: 4px 0 0;
  }
  .product-info .price_info .price-tax{
    font-size: 1.5rem;
  }
  .col-sm-8 {
    /*width: 40%;*/
  }
  .boss-image-additional-zoom{
    width: 100%;
  }
  .col-sm-4 {
    /*width: 40%;*/
  }

/*  .price_info{
    width: 30%;
    float: left;
  }*/
/*  .list-unstyled{
     margin-top: 45px;
  }*/
  .form-group-tab>a{
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border-radius: 5px;
    border: 1px solid #9c8e8e !important;
  }
}

}@media screen and (max-width:1100px ) and (min-width: 1024px){
#content>div.product-info>div.row>div.col-sm-6>div.price_info .price-tax{
  font-size:1.5rem; 
  margin: 5px 0 0;
  }
}
@media screen and (min-width: 1200px){
 #top>.container>.row>.top_left{
    width: 28%;
  }
  #top>.container>.row>.top_right{
    width: 70%;
  }
}
