*{
	outline:none;
	-webkit-font-smoothing: antialiased;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row {
    margin-left: -10px;
    margin-right: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
	padding-left:10px;
	padding-right:10px;
}
.col-sm-cs5{width:20%}
ul, ol {
    list-style-type: none;
	padding:0
}
a{text-decoration:none}
.bt-wide {margin: 0px auto;}
.bt-boxed,.bt-fboxed,.bt-hboxed {
    margin: 0px auto;
    max-width: 1200px;
}
body {
	font-family: 'Hind', sans-serif;
	font-weight: 400;
	color: #505050;
	font-size: 13px;
	line-height: 1.55em;
	background-color:#fff;
}
a {
    color: #505050;
    cursor: pointer;
    font-weight: 400;
    text-decoration: none;
}
a b {
	color: #1c1c1c;
	text-decoration: none;
	cursor: pointer;
	font-weight: 400;
}
a:hover b{text-decoration:underline}
a:hover {
	text-decoration: none;
	color:#df0371
}
a:hover, a:focus{text-decoration:none; outline:none}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
hr{
	margin-bottom: 23px;
    margin-top: 29px;
}	
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	color: #000000;
    font-family: 'Playfair Display', sans-serif;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 22px;
    margin-top: 0;
}
h2 {
	color: #000000;
    font-family: 'Playfair Display', sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 13px;
    margin-top: 0;
    text-transform: uppercase;
}
h3 {
	color: #1c1c1c;
    font-family: 'Playfair Display', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2em;
    margin-top: 0;
    text-transform: uppercase;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
p strong{font-weight:400}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
img{max-width:100%}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
.form-horizontal .form-group{
	margin-left:-10px;
	margin-right:-10px;
}
.table > tbody + tbody{border:none}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus{background-color:none; border:none}
.nav > li > a:hover, .nav > li > a:focus{background-color:transparent}

.table-responsive{border:none; overflow-x: auto;}
.table-responsive > .table-bordered{border:1px solid #ddd}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"]{
	position:static;
	margin:4px 5px 0 0;
	vertical-align:-2px;
}
.radio label, .checkbox label{padding-left:0; font-size:13px;}
.radio, .checkbox, .radio + .radio, .checkbox + .checkbox{margin-top: 10px;}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.form-control {
    background-color: #f4f4f4;
    background-image: none;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #818181;
    display: block;
    font-family: 'Hind', sans-serif;
    font-size: 12px;
    font-weight: 400;
    height: 40px;
    margin-bottom: 14px;
    margin-top: 6px;
    padding: 7px 8px 9px;
    vertical-align: middle;
    width: 43%;
	box-shadow:none!important;
}

table {
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}
.nav-tabs {
	margin-bottom: 15px;
}
b, strong {
    font-weight: 500;
}
div.required .control-label:after {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #0072ff;
}
#bt_container{position:relative}
header{
	clear: both;
    float: left;
    padding:0 10px 0;
    width: 100%;
	position:relative;
	z-index:100;
}
header.boss_scroll{
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 999;
    padding: 11px 50px 0;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
#column-left + #content h1 {
    margin-top: 0;
}
/* content */
#content {
	min-height: 300px;
	margin-bottom: 25px;
	padding:0
}
#column-left{padding-left:0; padding-right: 15px;}
#column-right{padding-right:0; float:right; padding-left: 15px;}
#column-left + #content{padding-right:0; padding-left: 15px;}
#column-right + #content{padding-left:0; padding-right: 15px;}
.bt-home-page #content {padding-top: 1px; margin-bottom:0; clear:both}
.bt-home-page #column-left + #content{clear:none}
.bt-home-page #column-right + #content{clear:none}
/* footer */
footer {
	padding-top: 60px;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #d9d9d9;
}
footer a {
	color: #808080;
    font-family: 'Hind', sans-serif;
    margin-bottom: 3px;
}
footer a:hover {
	color:#dd5f65;
}
footer h3 {	
	font-family: 'Playfair Display', serif;
	font-size:18px;
	font-weight:400;
	color:#fff;
	text-transform:none;
	margin-bottom: 22px;
}
#bt_footer h3 i {
    display: none;
}
footer ul{margin:0}
footer ul li{
    margin: 0;
    padding-left: 0;
}
footer ul li + li{margin-top:10px}
footer ul li a{font-size:13px; color:#b4b4b4;}
footer#bt_footer ul li a i.fa-chevron-right{
	font-size: 7px;
    margin-right: 10px;
    vertical-align: 2px
}
footer .powered{
	color: #666;
    font-family: 'Hind', sans-serif;
    font-size: 12px;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
	border-radius:0;
	margin-top: 10px;
}
.alert-danger{color:#e26060; background-color:#ffd1d1}
/* breadcrumb */
.bt-breadcrumb {
	background:url(../image/breadcrumb_bg.png) repeat top center transparent;
	min-height:80px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    padding-top: 19px;
	text-align:center;
	clear:both;
	
}
.breadcrumb{
	background:none;
	border-radius:0;
	margin:0 -10px;
	padding:0;
	text-align:right;
	overflow:hidden;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	padding-top:11px;
}
.breadcrumb > li + li{
    margin-left: 0;
    padding-left: 13px;
}
.breadcrumb > li + li:before{content:none}
.breadcrumb > li + li:after{
	color:#b4b4b4; 
	margin-left:10px;   
	padding: 0 5px;
	content: "/\00a0";
}
.breadcrumb > li a{
	color: #b4b4b4;
    font-family: 'Hind', sans-serif;
    font-size: 13px;
	font-weight:400;
}
.breadcrumb > li:last-child a{cursor:default}
.breadcrumb > li:hover a{color:#404b8f}

.breadcrumb > li:last-child:after{content:none}
.breadcrumb h2{
	color: #ffffff;
    float: left;
    font-family: 'Hind', sans-serif;
    font-size: 30px;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
    width: 50%;
	margin-bottom: 0;
}
.b_breadcrumb {
	color: #ffffff;
    float: left;
    font-family: 'Playfair Display', sans-serif;
    font-size: 24px;
	line-height:24px;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;   
	margin-bottom: 0;
}
.bt_pagination {
	display: inline-block;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0;
    text-align: center;
    width: 100%;
}
.bt_pagination .links {
	margin-bottom:15px;
}
.bt_pagination .links a , .bt_pagination .links span{
  border: 1px solid #bcbcbc;
  color: #bcbcbc;
  display: inline-block;
  float: none;
  font-family: 'Hind', sans-serif;
  font-size: 12px;
  font-weight: 500;
  margin: 0 5px;
  padding: 0;
  text-decoration: none;
  background: none;
  border-radius: 0!important;
  width: 25px;
  height: 25px;
  line-height: 24px;
  text-align: center;
} 
.bt_pagination .links .pagination span,.bt_pagination  .links .pagination a:hover {
	color:#fff;
	font-weight:500;
	background:#dd5f65;
	border: 1px solid transparent;
}
.bt_pagination .pagination{margin:0}
.pagination > li:first-child > a, .pagination > li:first-child > span{margin-left:10px}
.bt_pagination .results{}
/* buttons */
.buttons {
	clear: both;
    margin: 10px 0;
    overflow: hidden;
}
.btn, .button_cart {
    background-color: #ffffff;
    border: 2px solid #000;
    border-radius: 0;
    color: #000;
    display: inline-block;
    font-family: 'Hind', sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 9px 20px 6px;
	line-height: 23px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
	min-height:42px;
	vertical-align:top;
}
.btn i{margin-left:8px}
input.btn{line-height: 20px;}
.btn:hover, .button_cart{
	background-color: #dd5f65;
    border-color: transparent;
    color: #ffffff;
}
.btn:hover, .btn:focus{color:#ffffff}
.button_cart:hover{
	background-color: #fff;
    border-color: #bcbcbc;
    color: #bcbcbc;
}
.btn-shopping{
	border:1px solid #bcbcbc;
	background:#fff;
	color:#bcbcbc;
}
.btn-shopping:hover{
	background-color: #dd5f65;
    border-color: transparent;
    color: #ffffff;
}
.btn-checkout{
	height: 50px;
	font-size: 18px;
	padding: 11px 52px 10px;
	background-color: #8da662;
	line-height:25px
}
.btn-return{
	background-color: #00c834;
    border: medium none;
    color: #ffffff;
    height: 37px;
    line-height: 38px;
    padding: 0;
    position: relative;
    width: 37px;
}
.btn.btn-return{padding:0}
.btn-return i{vertical-align: -2px;}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {}
.btn-primary {}
.btn-warning {}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	background-color: #2e2e2e;
    border: medium none;
    border-radius: 15px;
    height: 21px;
    padding: 0;
    width: 21px;
}

.btn-success {
	color: #ffffff;
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {}
.btn-info {
	color: #666;
	background:none;
	padding:0;
	height:auto;
	border:none!important;
	background:none
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background:none;
	color:#404b8f;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #666666;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: transparent;
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger{border-color:transparent}
.radio-inline, .checkbox-inline{padding-left:0}
.hide-on-desktop{display:none}
div.image{display:block; margin-bottom:10px; text-align:center; position:relative}
.image img{max-width:100%; margin:0 auto;}
.image > a{display:block; overflow:hidden; position:relative}
.image > a:before{
	content:'';
	position:absolute;
	background:url(../image/over-bg.png) repeat 0 0;
	width:100%;
	height:100%;
	top:0;
	left:0;
	opacity:0;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.image:hover > a:before{opacity:1;}
.percent{position:absolute; width:70px; height:70px; background:url(../image/sale-label.png) no-repeat; top:0; left:0; font-family: 'Hind', sans-serif; font-weight:400; font-size:20px; text-align:center; line-height:70px; color:#fff;   z-index: 100;}
.sub_image{display: inline-block; margin-right: 15px;}
.sub_image img{background:#404b8f; width:40px; height:40px; border-radius:100%;   font-size: 0;}
div.name{margin-bottom:10px;}
.name a{
	color: #1e1e1e;
    cursor: pointer;
    font-family: 'Hind', sans-serif;
    font-size: 17px;
    font-weight: 400;
}
.name a:hover{color:#dd5e67;}
.rating{margin-bottom:5px;}
.price {
	font-size: 17px;
	color: #282828;
	font-weight: 400;
	font-family: 'Hind', sans-serif;
}
.price-old{
	color:#282828;
	text-decoration:line-through;
	margin-right:5px;
}
.price-new{color:#df0371}
.description{}
.btn-quickshop{
    opacity: 0;
    position: absolute;
    transition: all 0.5s ease 0s;
    z-index: 99;
	width:60px;
	height:60px;
}
.image:hover .btn-quickshop{
	opacity:1; 
	filter: alpha(opacity=100);
}
.btn-quickshop .sft_quickshop_icon {
	background-color: #404b8f;
    border: medium none;
    border-radius: 100%;
    color: #ffffff;
    height: 60px;
    transition: all 0.5s ease 0s;
    white-space: nowrap;
    width: 60px;
	transform:scale(0,0);
	-webkit-transform:scale(0,0);
}
.image:hover .btn-quickshop .sft_quickshop_icon{transform:scale(1,1); -webkit-transform:scale(1,1);}
.btn-quickshop .sft_quickshop_icon i{font-size:21px}
.btn-quickshop .sft_quickshop_icon:hover{background-color:#000; }
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a, .list-product .item .image a {
	display: block;
	position:relative;
}

.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
	margin-bottom: 20px;
}
.product-grid .product-thumb .name{margin-bottom: 5px;}
.product-grid .product-thumb .rating{margin-bottom: 10px;}
.product-grid .product-thumb .button-group{display:none}
.product-grid .product-thumb .description{display:none}
.product-grid .product-thumb .price .price-tax{display:none}
.product-thumb .rating {
	padding-bottom: 0;
}
.rating .fa-stack {width:12px; height:13px; vertical-align: -1px;}
.rating .fa-stack i{color:#df0371; font-size:13px}
.rating .fa-stack.fa-hidden i{color:#b0b0b0; font-size:13px}

h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #000000;
}
.product-thumb .price-new {
}
.product-thumb .price-old {
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 13px;
}

.thumbnails {
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {}
.thumbnails {margin-bottom:30px}
.thumbnails > img {
	width: 100%;
}
.bt-product-zoom .list_carousel.responsive{position:relative; padding:0 30px}
.bt-product-zoom a.nav_thumb{
	background: url(../image/icon_prev_next_small.png) no-repeat;
	height:28px;
	width:16px;
	display:block;
	text-indent:-9999px;
    position: absolute;
    top:33%;
}
.bt-product-zoom a.prev{
    left: 0;
	background-position:0 0;
}
.bt-product-zoom a.prev:hover{background-position:0 100%}
.bt-product-zoom a.next{
    right: 0;
	background-position:100% 0
}
.bt-product-zoom a.next:hover{background-position:100% 100%}
.image-additional {
	position:relative;
}
#boss-image-additional > li.image-additional, #boss-image-additional-zoom > li.image-additional{
	float: left;
    margin: 5px;
    width: 22%;
}
#boss-image-additional > li.image-additional a.thumbnail, #boss-image-additional-zoom > li.image-additional a.thumbnail{margin:0; transition:none; -moz-transition:none; -webkit-transition:none;}
#boss-image-additional > li.image-additional a.thumbnail:hover, #boss-image-additional-zoom > li.image-additional a.thumbnail:hover{box-shadow:0 0 1px #428bca;}
.image-additional li{float:left; margin:5px;}
.image-additional li img{padding:0; border:1px solid transparent}
.image-additional li:hover img{border-color:#000}
.image-additional #boss-image-additionalqs li{width:25%}
.flexslider .slides img {
	width: inherit;
}
.flexslider.carousel .slides img {
	width: auto;
}
.slides {
	padding: 0;
	margin:0;
	list-style: none;
}
.slides li {
	text-align: center;
}
.slides li img {
	text-align: center;
}
.flex-direction-nav a:before {
	line-height: 40px;
}

@media (min-width: 768px) {
  .drop-grid-6-6,.drop-grid-5-5,.drop-grid-4-4,.drop-grid-3-3,.drop-grid-2-2,.drop-grid-1-1{
	width: 730px;
	}
	.dropdown {max-width:730px;}
}
@media (min-width: 992px) {
  .drop-grid-6-6,.drop-grid-5-5,.drop-grid-4-4,.drop-grid-3-3,.drop-grid-2-2,.drop-grid-1-1{
	width: 940px;
	}
	.dropdown {max-width:940px;}
}
@media (min-width: 1200px) {
  .drop-grid-6-6,.drop-grid-5-5,.drop-grid-4-4,.drop-grid-3-3,.drop-grid-2-2,.drop-grid-1-1{
	width: 1180px;
	}
	.dropdown {max-width:1140px;}
}

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

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

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

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

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

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

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

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

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

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

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

/*css module featured product*/
.closeAccordion {display:none;}
.bt-dis-column-4 {width: 25%;display: inline-block;}
.bt-dis-column-3 {width: 33%;display: inline-block;}
.bt-dis-column-2 {width: 50%;display: inline-block;}
.bt-dis-column{vertical-align:top}
.bt-dis-column .bt-item{margin:0 0 20px; max-width:100%; clear:both}
.bt-dis-column .bt-item .image{float:left; margin:0 15px 10px 0}
.bt-dis-column .bt-item .more-detail{display:block; overflow:hidden}
.bt-dis-column .bt-product-large{padding:0; width:100%; margin:0 0 20px;}
.bt-dis-column .bt-product-grid{
	clear: both;
    padding-top: 40px;
    position: relative;
}
.bt-product-large {float :left ; padding-right:30px;}
.bt-items{}
.bt-items .bt-item-extra {
    display: inline-block;
    margin-right: -3px;
    padding: 0 10px 20px;
    vertical-align: top;
}
.bt-prolarge-nslider  .element-1{width: 100%;}
.bt-prolarge-nslider  .element-2{width: 50%;}
.bt-prolarge-nslider  .element-3{width: 33.3333333333%;}
.bt-prolarge-nslider  .element-4{width: 25%;}
.bt-prolarge-nslider  .element-5{width: 20%;}
.bt-prolarge-nslider  .element-6{width: 16.6666666667%;}
.bt-prolarge-nslider  .element-7{width: 14.2857142857%;}
.bt-prolarge-nslider  .element-8{width: 12.5%;}

.bt-nprolarge-nslider  .element-1{width: 100%;}
.bt-nprolarge-nslider  .element-2{width: 50%;}
.bt-nprolarge-nslider  .element-3{width: 33.3333333333%;}
.bt-nprolarge-nslider  .element-4{width: 25%;}
.bt-nprolarge-nslider  .element-5{width: 20%;}
.bt-nprolarge-nslider  .element-6{width: 16.6666666667%;}
.bt-nprolarge-nslider  .element-7{width: 14.2857142857%;}
.bt-nprolarge-nslider  .element-8{width: 12.5%;}
.bt-column  .bt-item-extra{width: 100%;}
.box-content.bt-product-content{}
.bt-items .caroufredsel_wrapper .bt-item-extra {margin:0; padding:0; display:block; float:left;}
.bt-item .image img{max-width:100%;}
.bt-item {border:none;}

#back_top {
    bottom: 35px;
    cursor: pointer;
    display:none;
    padding:4px;
    position: fixed;
    right: 10px;
    text-align: center;
    transition: all 0.3s ease-out 0s;
	z-index:9998;
}

#back_top span{
	background: #d0d0d0;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1000;
	display: block;
	width: 45px;
	height: 45px;
	text-align: center;
	font-size: 24px;
	padding-top: 2px;
	color: #fff;
	transition: background 0.3s, color 0.2s;
	-webkit-transition: background 0.3s, color 0.2s;
	-moz-transition: background 0.3s, color 0.2s;
}
#back_top i{
  font-size: 18px;
  line-height: 16px;
}
#back_top b{
  font-size: 11px;
  text-transform: uppercase;
  display: block;
  font-weight: 400;
  line-height: 11px;	
}
#back_top:hover span{background:#414b90; border-color:transparent}
#back_top:hover span i{color:#fff}
.boxedcontainer{	max-width: 1200px; margin:auto; padding:0px 15px;}
.bootstrap-datetimepicker-widget .timepicker a[data-action]{background:#dddddd; border: none; color: #333333;  height: auto; padding: 0;}
.bootstrap-datetimepicker-widget .timepicker td span{margin:0; top:0; border-radius:0}
.bootstrap-datetimepicker-widget .timepicker button[data-action]{background:none; color:#333; padding:0; border:none}
.modal-dialog{max-width:1000px; width:90%}

/* Chrome, Safari
::-webkit-scrollbar {width: 8px; height: 8px; border: 3px solid #eee;  }
::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {display: block; height: 10px; background:  #eee}
::-webkit-scrollbar-track {background: #eee; -webkit-border-radius: 10px; border-radius:10px; -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.2)}
::-webkit-scrollbar-thumb {height: 50px; width: 50px; background: rgba(0,0,0,.5); -webkit-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.1);}
 */
 
.ingredient_name {
    text-align: center;
}

.ingredient_icon>img {
    width: 100px;
    height: 100px;
}

.ingredient_icon {
    text-align: center;
}