/*----- HEADER NEW -----*/
.style-header {
	-wekbit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.style-header .bt-menu-list > ul > li.menu-item-has-children > ul > li > a,
.style-header .bt-menu-list > ul > li.menu-item-has-children > ul > li > ul > li > a {
	line-height: 14px;
	letter-spacing: 0.96px;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	font-size: 13px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.24s ease-in-out;
	-moz-transition: opacity 0.24s ease-in-out;
	transition: opacity 0.24s ease-in-out;
}
@media (min-width: 1200px) {
	.style-header .bt-header-menu {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
	}
}
@media (min-width: 992px) {
	.style-header .bt-header-menu {
		-wekbit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		-o-transition: all 0.4s;
		transition: all 0.4s;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
		border-bottom: 1px solid rgba(158,158,158,0.07);
	}
	.style-header .bt-header-menu .bt-col-logo, .style-header .bt-header-menu .bt-menu-list {
		/*border-right: 1px solid #888888;*/
	}
	.style-header .bt-logo {
		-wekbit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		-o-transition: all 0.4s;
		transition: all 0.4s;
		line-height: 135px;
	}
	.style-header .bt-logo img {
		max-width: 100%;
		height: 80px;
		transition: opacity .3s ease,height .4s ease;
    -webkit-transition: opacity .3s ease,height .4s ease;
    -o-transition: opacity .3s ease,height .4s ease;
	}
	.style-header .bt-logo img.logo-stick {
		display: none;
	}
	.style-header .bt-header-menu > .row .bt-col-menu {
		position: unset;
	}
	.style-header .bt-header-menu .bt-menu-list {
		/*border-right: 1px solid #888888;*/
	}
	.style-header .bt-menu-list > ul {
		margin: 0;
		padding: 0;
	}
	.style-header .bt-menu-list > ul > li {
		-wekbit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		-o-transition: all 0.4s;
		transition: all 0.4s;
		display: inline-block;
		list-style: none;
	}
	.style-header .bt-menu-list > ul > li.menu-item-has-children {
		position: relative;
	}
	.style-header .bt-menu-list > ul > li > a {
		-wekbit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		-o-transition: all 0.4s;
		transition: all 0.4s;
		position: relative;
		font-size: 11px;
		font-weight: 400;
		line-height: 135px;
		letter-spacing: 0.01em;
		text-transform: uppercase;
		display: inline-block;
		text-align: center;
		/*padding: 0 5px;*/
	}
	.style-header .bt-menu-list > ul > li:hover > a,
	.style-header .bt-menu-list > ul > li.current-item > a,
	.style-header .bt-menu-list > ul > li.current > a {
		color: #a7d618;
	}
	.style-header .bt-header-menu .bt-menu-list > ul > li > a {
		-wekbit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		-o-transition: all 0.4s;
		transition: all 0.4s;
	}
	.style-header .bt-header-menu .bt-menu-list > ul > li > a span, 
	.style-header .bt-header-menu .bt-menu-list > ul > li > a span, 
	.style-header .bt-header-menu .bt-menu-list > ul > li > a span {
		padding: 1px 10px 2px 10px;
		color: #a7d618;
	}
	.style-header .bt-header-menu .bt-menu-list > ul > li:hover > a span, 
	.style-header .bt-header-menu .bt-menu-list > ul > li.current-item > a span, 
	.style-header .bt-header-menu .bt-menu-list > ul > li.current > a span {
		padding: 10px;
		line-height: 1;
		color: #fff;
		background: #a7d618;
		-webkit-transition: all 400ms ease 0s;
		-moz-transition: all 400ms ease 0s;
		-ms-transition: all 400ms ease 0s;
		transition: all 400ms ease 0s;
	}

	.style-header .bt-header-menu .bt-menu-list > ul > li > a > i {
		-wekbit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		-o-transition: all 0.4s;
		transition: all 0.4s;
		position: absolute;
		bottom: 8%;
		left: 50%;
		font-size: 30px;
		opacity: 0;
		-webkit-transform: translateX(-50%) scale(0);
		-moz-transform: translateX(-50%) scale(0);
		-o-transform: translateX(-50%) scale(0);
		-ms-transform: translateX(-50%) scale(0);
		transform: translateX(-50%) scale(0);
	}
	.style-header .bt-header-menu .bt-menu-list > ul > li:hover > a > i, 
	.style-header .bt-header-menu .bt-menu-list > ul > li.current-item > a > i, 
	.style-header .bt-header-menu .bt-menu-list > ul > li.current > a > i {
		opacity: 1;
		-webkit-transform: translateX(-50%) scale(1);
		-moz-transform: translateX(-50%) scale(1);
		-o-transform: translateX(-50%) scale(1);
		-ms-transform: translateX(-50%) scale(1);
		transform: translateX(-50%) scale(1);
	}

	.style-header .bt-menu-list > ul > li.menu-item-has-children > ul {
		display: none;
		background: #fff;
		position: absolute;
		top: 100%;
		left: 0;
		min-width: 215px;
		text-align: left;
		margin: 0;
		z-index: -1;
		-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
		box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
	}
	.style-header .bt-menu-list > ul > li.menu-item-has-children:hover > ul {
		display: block;
		z-index: 999;
		-webkit-animation: fadeInUp 0.4s both;
    -moz-animation: fadeInUp 0.4s both;
    -o-animation: fadeInUp 0.4s both;
    animation: fadeInUp 0.4s both;
	}
	.style-header .bt-menu-list > ul > li.menu-item-has-children > ul > li {
		list-style: none;
		position: relative;
		border-bottom: 1px solid #f5f5f5;
	}
	.style-header .bt-menu-list > ul > li.menu-item-has-children > ul > li:last-child {border-bottom: none;}
	.style-header .bt-menu-list > ul > li.menu-item-has-children > ul > li > a {
		-wekbit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		-o-transition: all 0.4s;
		transition: all 0.4s;
		position: relative;
		display: block;
		font-size: 13px;
		font-weight: 400;
		line-height: 14px;
		letter-spacing: 0.06em;
		color: #a7d618;
		padding: 15px 25px;
	}
	.style-header .bt-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children > a, 
	.style-header .bt-menu-list > ul > li.menu-item-has-children > ul > li.page_item_has_children > a {
		position: relative;
	}
	.style-header .bt-menu-list > ul > li.menu-item-has-children:not(.mega-menu) > ul > li:hover > a, 
	.style-header .bt-menu-list > ul > li.menu-item-has-children:not(.mega-menu) > ul > li.current-item > a {
		background: #a7d618;
		color: #fff;
	}
	.style-header .bt-menu-list > ul > li.menu-item-has-children > ul > li > a:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 3px;
		height: 100%;
		background: #a7d618;
		opacity: 0;
	}
	.style-header .bt-menu-list > ul > li.menu-item-has-children > ul > li:hover > a:before, 
	.style-header .bt-menu-list > ul > li.menu-item-has-children > ul > li.current-item > a:before {
		opacity: 1;
	}
	.style-header .bt-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children > a:after, 
	.style-header .bt-menu-list > ul > li.menu-item-has-children > ul > li.page_item_has_children > a:after {
		content: "\f105";
		font-family: FontAwesome;
		position: absolute;
		top: 50%;
		right: 10px;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.style-header .bt-menu-list > ul > li.menu-item-has-children > ul > li > ul {
		display: none;
		background: #252525;
		position: absolute;
		top: 0;
		left: 100%;
		min-width: 215px;
		text-align: left;
		margin: 0;
		z-index: -1;
		-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
		box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
	}
	.style-header .bt-menu-list > ul > li.menu-item-has-children > ul > li:hover > ul {
		display: block;
		z-index: 999;
		-webkit-animation: fadeInUp 0.4s both;
    -moz-animation: fadeInUp 0.4s both;
    -o-animation: fadeInUp 0.4s both;
    animation: fadeInUp 0.4s both;
	}
	.style-header .bt-menu-list > ul > li.menu-item-has-children > ul > li > ul > li {
		list-style: none;
		position: relative;
		border-bottom: 1px solid #f5f5f5;
	}
	.style-header .bt-menu-list > ul > li.menu-item-has-children > ul > li > ul > li:last-child {
    border-bottom: none;
	}
	.style-header .bt-menu-list > ul > li.menu-item-has-children > ul > li > ul > li > a {
		-wekbit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		-o-transition: all 0.4s;
		transition: all 0.4s;
		position: relative;
		display: block;
		font-size: 13px;
		font-weight: 400;
		line-height: 14px;
		letter-spacing: 0.06em;
		color: #a7d618;
		padding: 15px 25px;
	}
	.style-header .bt-menu-list > ul > li.menu-item-has-children > ul > li > ul > li:hover > a,
	.style-header .bt-menu-list > ul > li.menu-item-has-children > ul > li > ul > li.current > a {
		background: #a7d618;
		color: #fff;
	}
	.style-header .bt-menu-list > ul > li.menu-item-has-children > ul > li > ul > li > a:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 3px;
		height: 100%;
		background: #a7d618;
		opacity: 0;
	}
	.style-header .bt-menu-list > ul > li.menu-item-has-children > ul > li > ul > li:hover > a:before, 
	.style-header .bt-menu-list > ul > li.menu-item-has-children > ul > li > ul > li.current > a:before {
		opacity: 1;
	}


	/*----- Sticky menu -----*/
	.bt-stick-active.admin-bar .style-header.header-stick .bt-header-menu {
		top:32px;
	}

	.bt-stick-active .style-header.header-stick .bt-header-menu {
		position: fixed;
		top: 0;
		width: 100%;
		background: #fff;
		z-index: 999;
		-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
		box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
	}

	.bt-stick-active .style-header.header-stick .bt-header-menu .bt-logo {
		line-height: 80px;
		-webkit-transform: scale(0.85);
		-moz-transform: scale(0.85);
		-o-transform: scale(0.85);
		-ms-transform: scale(0.85);
		transform: scale(1);
	}

	.bt-stick-active .style-header.header-stick .bt-header-menu .bt-logo .logo {
		display: none;
	}

	.bt-stick-active .style-header.header-stick .bt-header-menu .bt-logo .logo-stick{
		display: inline-block;
		height: 80px;
		transition: opacity .3s ease,height .4s ease;
    -webkit-transition: opacity .3s ease,height .4s ease;
    -o-transition: opacity .3s ease,height .4s ease;
	}
	.bt-stick-active .style-header.header-stick .bt-header-menu .bt-menu-list > ul > li > a {
		line-height: 80px;
	}
}
.style-header .bt-header-menu {
	/*
	background-color: rgba(35, 35, 49, 0.79);
	*/
	background-color: #ffffff;
	/*box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);*/
}
.style-header .bt-logo, .style-header .bt-menu-list > ul > li > a {
	line-height: 80px;
	letter-spacing: 1.16px;
	font-weight: 700;
	font-style: normal;
	color: #ffffff;
	font-size: 13px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.24s ease-in-out;
	-moz-transition: opacity 0.24s ease-in-out;
	transition: opacity 0.24s ease-in-out;
}
.bt-hamburger {
	-wekbit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	top: 25px;
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	background: transparent;
	border: 0;
	width: 22px;
	height: 16px;
	padding: 0;
	cursor: pointer;
	z-index: 999;
	overflow: hidden;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
/*.visible-xs, .visible-sm, .visible-md, .visible-lg {
display: none!important;
}*/

.bt-hamburger:before, .bt-hamburger:after, .bt-hamburger span {
	-wekbit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	background: #ffffff;
}
.bt-hamburger span {
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.bt-hamburger:before, .bt-hamburger:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 2px;
	width: 100%;
}
.bt-hamburger:after {
	top: auto;
	bottom: 0;
}
.bt-col-menu.has-menu-right-sidebar .bt-menu-list {
	margin-right: 185px;
	padding-right: 30px;
}

.style-header .bt-menu-list > ul > li.menu-item-has-children > ul, 
.style-header .bt-menu-list > ul > li.menu-item-has-children > ul > li > ul {
	background-color: #fff;
}

.bt-hamburger:hover:before, .bt-hamburger:hover:after, .bt-hamburger:hover span{background:#a7d618;}
.bt-hamburger.active span{display:none;}
.bt-hamburger.active:before{top:7px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);}
.bt-hamburger.active:after{bottom:7px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);}

/*----- Minicart + Search -----*/
.style-header .bt-search-sidebar > a,
.bt-mini-serch-cart .bt-search-sidebar > a,
.style-header .bt-account > a {
	-wekbit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	font-size: 16px;
	position: absolute;
	top: 50%;
	right: 70px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #000000;
	background: #f2f2f2;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.style-header .bt-account > a {right: 15px;}

.style-header .bt-search-sidebar > a:before, 
.style-header .bt-search-sidebar > a:after,
.bt-mini-serch-cart .bt-search-sidebar > a:before, 
.bt-mini-serch-cart .bt-search-sidebar > a:after,
.style-header .bt-account > a:before, 
.style-header .bt-account > a:after {
	-wekbit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 2px;
	background: #ffffff;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.style-header .bt-search-sidebar > a:after,
.bt-mini-serch-cart .bt-search-sidebar > a:after,
.style-header .bt-account > a:after {
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	-o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.style-header .bt-search-sidebar > a.active,
.bt-mini-serch-cart .bt-search-sidebar > a.active,
.style-header .bt-account > a.active {
	background: #a7d618;
}

.style-header .bt-search-sidebar > a.active > i,
.bt-mini-serch-cart .bt-search-sidebar > a.active > i,
.style-header .bt-account > a.active > i {
	opacity: 0;
}

.style-header .bt-search-sidebar > a.active:before, 
.style-header .bt-search-sidebar > a.active:after,
.bt-mini-serch-cart .bt-search-sidebar > a.active:before, 
.bt-mini-serch-cart .bt-search-sidebar > a.active:after,
.style-header .bt-account > a.active:before, 
.style-header .bt-account > a.active:after {
	width: 15px;
	opacity: 1;
}

.style-header .bt-search-sidebar > a:hover,
.bt-mini-serch-cart .bt-search-sidebar > a:hover,
.style-header .bt-account > a:hover {
	color: #ffffff;
	background: #a7d618;
}

.style-header .widget.widget_search, 
.bt-mini-serch-cart .widget.widget_search,
.style-header .widget.widget_account {
	position: absolute;
	top: 100%;
	right: 0;
	display: none;
	color: #b5b5b5;
	background: #252525;
	padding: 30px;
	z-index: 999;
	-webkit-animation: fadeInUp 0.4s both;
	-moz-animation: fadeInUp 0.4s both;
	-o-animation: fadeInUp 0.4s both;
	animation: fadeInUp 0.4s both;
}

.style-header .widget.widget_account ul li a {color: #fff; cursor: pointer;}
.style-header .widget.widget_account ul li a:hover {color: #a7d618;}

.style-header .widget.widget_search .search-form,
.bt-mini-serch-cart .widget.widget_search .search-form {
	position: relative;
}

.style-header .widget.widget_search .search-form:after, 
.bt-mini-serch-cart .widget.widget_search .search-form:after {
	content: "\f002";
	font-family: FontAwesome;
	position: absolute;
	top: 10px;
	right: 9px;
}

.style-header .widget.widget_search .search-form .screen-reader-text,
.bt-mini-serch-cart .widget.widget_search .search-form .screen-reader-text {
	display: none;
}

.style-header .widget.widget_search .search-form .search-field,
.bt-mini-serch-cart .widget.widget_search .search-form .search-field {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.04em;
	color: #b5b5b5;
	padding: 8px 45px 8px 15px;
	border-color: rgba(236,236,236,0.1);
}

.style-header .widget.widget_search .search-form .search-submit, 
.bt-mini-serch-cart .widget.widget_search .search-form .search-submit {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 42px;
	padding: 0;
	opacity: 0;
	z-index: 9;
}

.style-header .bt_widget_mini_cart .bt-cart-header, 
.bt-mini-serch-cart .bt_widget_mini_cart .bt-cart-header {
	-wekbit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	position: absolute;
	top: 50%;
	right: 125px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #f2f2f2;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.style-header .bt_widget_mini_cart .bt-cart-header > a,
.bt-mini-serch-cart .bt_widget_mini_cart .bt-cart-header > a {
	-wekbit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	display: inline-block;
	font-size: 16px;
	color: #000000;
	width: 100%;
	height: 100%;
}

.style-header .bt_widget_mini_cart .bt-cart-header > a .cart_total,
.bt-mini-serch-cart .bt_widget_mini_cart .bt-cart-header > a .cart_total {
	-wekbit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	font-size: 11px;
	color: #ffffff;
	background: #a7d618;
	position: absolute;
	right: -5px;
	top: -8px;
	width: 22px;
	height: 22px;
	line-height: 22px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.style-header .bt_widget_mini_cart .bt-cart-header > a:before, 
.style-header .bt_widget_mini_cart .bt-cart-header > a:after,
.bt-mini-serch-cart .bt_widget_mini_cart .bt-cart-header > a:before, 
.bt-mini-serch-cart .bt_widget_mini_cart .bt-cart-header > a:after{
	-wekbit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 2px;
	background: #ffffff;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.style-header .bt_widget_mini_cart .bt-cart-header > a:after,
.bt-mini-serch-cart .bt_widget_mini_cart .bt-cart-header > a:after {
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	-o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.style-header .bt_widget_mini_cart .bt-cart-header > a.active,
.bt-mini-serch-cart .bt_widget_mini_cart .bt-cart-header > a.active {
	background: #a7d618;
}

.style-header .bt_widget_mini_cart .bt-cart-header > a.active > a,
.bt-mini-serch-cart .bt_widget_mini_cart .bt-cart-header > a.active > a {
	color: #ffffff;
}

.style-header .bt_widget_mini_cart .bt-cart-header > a.active > a .cart_total,
.bt-mini-serch-cart .bt_widget_mini_cart .bt-cart-header > a.active > a .cart_total {
	background: #404040;
}

.style-header .bt_widget_mini_cart .bt-cart-header > a.active > i,
.bt-mini-serch-cart .bt_widget_mini_cart .bt-cart-header > a.active > i {
	opacity: 0;
}

.style-header .bt_widget_mini_cart .bt-cart-header > a.active:before, 
.style-header .bt_widget_mini_cart .bt-cart-header > a.active:after,
.bt-mini-serch-cart .bt_widget_mini_cart .bt-cart-header > a.active:before, 
.bt-mini-serch-cart .bt_widget_mini_cart .bt-cart-header > a.active:after{
	width: 15px;
	opacity: 1;
}

.style-header .bt_widget_mini_cart .bt-cart-header:hover,
.bt-mini-serch-cart .bt_widget_mini_cart .bt-cart-header:hover{
	background: #a7d618;
}

.style-header .bt_widget_mini_cart .bt-cart-header:hover > a,
.bt-mini-serch-cart .bt_widget_mini_cart .bt-cart-header:hover > a{
	color: #ffffff;
}

.style-header .bt_widget_mini_cart .bt-cart-header:hover > a .cart_total,
.bt-mini-serch-cart .bt_widget_mini_cart .bt-cart-header:hover > a .cart_total{
	background: #404040;
}

.style-header .bt_widget_mini_cart h5.wg-title,
.bt-mini-serch-cart .bt_widget_mini_cart h5.wg-title{
	display: none;
}

.style-header .bt_widget_mini_cart .bt-cart-content,
.bt-mini-serch-cart .bt_widget_mini_cart .bt-cart-content{
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.1em;
	position: absolute;
	top: 100%;
	right: 0;
	display: none;
	color: #b5b5b5;
	background: #252525;
	padding: 16px;
	z-index: 999;
	-webkit-animation: fadeInUp 0.4s both;
	-moz-animation: fadeInUp 0.4s both;
	-o-animation: fadeInUp 0.4s both;
	animation: fadeInUp 0.4s both;
}

.style-header .bt_widget_mini_cart .bt-cart-content h6,
.bt-mini-serch-cart .bt_widget_mini_cart .bt-cart-content h6{
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
	margin-bottom: 15px;
}

.style-header .bt_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item,
.bt-mini-serch-cart .bt_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item {
	position: relative;
	padding: 8px 30px 8px 0;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

.style-header .bt_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item > a,
.bt-mini-serch-cart .bt_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item > a {
	font-size: 12px;
	font-weight: 400;
	line-height: 13px;
	letter-spacing: 0.04em;
	color: #ffffff;
}

.style-header .bt_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item > a > img,
.bt-mini-serch-cart .bt_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item > a > img{
	width: 50px;
}

.style-header .bt_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item > a.remove,
.bt-mini-serch-cart .bt_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item > a.remove{
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.style-header .bt_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item > a:hover,
.bt-mini-serch-cart .bt_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item > a:hover{
	color: #6bc513;
}

.style-header .bt_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item:first-child,
.bt-mini-serch-cart .bt_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item:first-child{
	border-top: 1px solid rgba(255,255,255,0.1);
}

.style-header .bt_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item:hover > a > img,
.bt-mini-serch-cart .bt_widget_mini_cart .bt-cart-content .cart_list.product_list_widget .mini_cart_item:hover > a > img {
	opacity: 0.7;
}

.style-header .bt_widget_mini_cart .bt-cart-content .total,
.bt-mini-serch-cart .bt_widget_mini_cart .bt-cart-content .total {
	font-size: 14px;
	padding: 10px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

.style-header .bt_widget_mini_cart .bt-cart-content .total > strong,
.bt-mini-serch-cart .bt_widget_mini_cart .bt-cart-content .total > strong{
	font-weight: 400;
}

.style-header .bt_widget_mini_cart .bt-cart-content .total > span,
.bt-mini-serch-cart .bt_widget_mini_cart .bt-cart-content .total > span{
	float: right;
}

.style-header .bt_widget_mini_cart .bt-cart-content .buttons,
.bt-mini-serch-cart .bt_widget_mini_cart .bt-cart-content .buttons {
	margin-bottom: 0;
}

.style-header .bt_widget_mini_cart .bt-cart-content .buttons > a,
.bt-mini-serch-cart .bt_widget_mini_cart .bt-cart-content .buttons > a{
	font-size: 12px;
	font-weight: 700;
	line-height: 12px;
	color: #ffffff;
	background: #6bc513;
	padding: 8px 15px;
	border: 1px solid #6bc513;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.style-header .bt_widget_mini_cart .bt-cart-content .buttons > a.checkout,
.bt-mini-serch-cart .bt_widget_mini_cart .bt-cart-content .buttons > a.checkout {
	color: #6bc513;
	background: #ffffff;
	border: 1px solid #ffffff;
}

.style-header .bt_widget_mini_cart .bt-cart-content .buttons > a:hover,
.bt-mini-serch-cart .bt_widget_mini_cart .bt-cart-content .buttons > a:hover{
	color: #ffffff;
	background: transparent;
	border: 1px solid #FFFFFF;
}



/*----- Topbar -----*/
.bt-header-top {
	line-height: 50px;
	background: #222222;
}
.bt-header-top .widget .bt-info {
	margin: 0;
	padding: 0;
}
.bt-header-top .widget .bt-info > li {
	list-style: none;
	display: inline-block;
	font-size: 11px;
	line-height: 11px;
	letter-spacing: 0.04em;
	color: #fff;
	padding: 0 20px;
	border-left: 1px solid #dedede;
}
.bt-header-top .widget .bt-info > li:first-child {
	padding-left: 0;
	border-left: none;
}
.bt-header-top .widget .bt-info > li > i {
	font-size: 12px;
	margin-right: 5px;
}
.bt-header-top .widget .bt-btn-book-now {
	float: right;
	font-size: 11px;
	line-height: 50px;
	letter-spacing: 0.01em;
	color: #8ca122;
	border: 2px solid #8ca122;
	background: #fff;
	padding: 0 35px;
	text-transform: uppercase;
}
.bt-header-top .widget .bt-btn-book-now:hover {
	background: #8ca122;
	border: 2px solid #8ca122;
	color: #fff;
}








/*----- Menu Responsive -----*/
@media (max-width: 1024px) {
	.bt-col-menu.has-menu-right-sidebar .bt-menu-list {
		margin-right: 125px;
	}
	.style-header .bt-menu-list > ul > li > a {font-size: 10px;}
}
@media (max-width: 991px) {
	.style-header .bt-logo {line-height: 50px;text-align: left;}
	.style-header .bt-logo img {
		max-height: 45px;
	}
	.style-header .bt-logo img.logo-stick {
		display: none;
	}
	.style-header .bt-header-menu {
		background: #000000 !important;
	}
	.style-header .bt-header-menu .bt-col-menu.has-menu-right-sidebar .bt-menu-list {
		margin-right: 0;
		padding-right: 20px;
	}
	.style-header .bt-menu-list {
		-wekbit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		-o-transition: all 0.4s;
		transition: all 0.4s;
		min-width: 320px;
		background: #252525;
		margin: 0;
		padding: 10px 20px;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 999;
		border-bottom: 2px solid #a7d618;
		-webkit-animation: fadeInUp 0.4s both;
		-moz-animation: fadeInUp 0.4s both;
		-o-animation: fadeInUp 0.4s both;
		animation: fadeInUp 0.4s both;
	}
	.style-header .bt-menu-list > ul {
		text-align: left;
		margin: 0;
	}
	.style-header .bt-menu-list > ul > li {
		-wekbit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		-o-transition: all 0.4s;
		transition: all 0.4s;
		list-style: none;
		position: relative;
		opacity: 1 !important;
		border-top: 1px solid rgba(255,255,255,0.1);
	}
	.style-header .bt-menu-list > ul > li:first-child {
		border: none;
	}
	.style-header .bt-menu-list > ul > li.menu-item-has-children {
		position: relative;
	}
	.style-header .bt-menu-list > ul > li > a {
		display: block;
		font-size: 14px;
		color: #ffffff !important;
		line-height: 26.4px !important;
		text-transform: uppercase;
		white-space: nowrap;
		padding: 10px 25px 10px 10px;
	}
	.style-header .bt-menu-list > ul > li:hover > a, 
	.style-header .bt-menu-list > ul > li.current-item > a, 
	.style-header .bt-menu-list > ul > li.current > a {
		color: #a7d618 !important;
	}
	.style-header .bt-menu-list > ul > li.menu-item-has-children > ul {
		display: none;
		background: none !important;
		margin: 0;
	}
	.style-header .bt-menu-list > ul > li.menu-item-has-children > ul > li {
		list-style: none;
		position: relative;
	}
	.style-header .bt-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children {
		position: relative;
	}
	.style-header .bt-menu-list > ul > li.menu-item-has-children > ul > li a {
		display: block;
		white-space: nowrap;
		padding: 10px 25px 10px 15px;
		border-top: 1px solid rgba(255,255,255,0.1);
	}
	.style-header .bt-menu-list > ul > li.menu-item-has-children > ul > li:hover > a, 
	.style-header .bt-menu-list > ul > li.menu-item-has-children > ul > li.current-item > a,
	.style-header .bt-menu-list > ul > li.menu-item-has-children > ul > li.current > a {
		color: #a7d618 !important;
	}
	.style-header .bt-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul {
		display: none;
		margin: 0;
		background-color: #252525;
	}
	.style-header .bt-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul > li {
		position: relative;
	}
	.style-header .bt-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul > li a {
		display: block;
		padding: 10px;
		padding: 10px 25px 10px 30px;
		border-top: 1px solid rgba(255,255,255,0.1);
	}
	.style-header .bt-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children .mb-dropdown-icon {
		position: absolute;
		top: 0;
		right: 0;
		width: 25px;
		height: 35px;
		font-size: 8px;
		font-weight: 400;
		padding: 0;
		border: none;
	}
	.style-header .bt-menu-list > ul > li.menu-item-has-children .mb-dropdown-icon {
		position: absolute;
		top: 0;
		right: 0;
		width: 22px;
		height: 47px;
		font-size: 10px;
		font-weight: 400;
		padding: 0;
	}
	.style-header .bt-menu-list > ul > li.menu-item-has-children .mb-dropdown-icon:before {
		-wekbit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		-o-transition: all 0.4s;
		transition: all 0.4s;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		content: "\f067";
		font-family: FontAwesome;
		color: #ffffff;
	}
	.style-header .bt_widget_mini_cart .bt-cart-header {
		top: -24px;
		right: 150px;
	}
	.style-header .bt-search-sidebar > a {
		top: -24px;
		right: 100px;
	}
	.style-header .bt-account > a {
    right: 50px;
    top: -24px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.visible-sm {
		display: block!important;
	}
}

.style-header .bt_widget_mini_cart .bt-cart-header a img.cart-icon-hover {
	display: none;
}
.style-header .bt_widget_mini_cart .bt-cart-header:hover a img.cart-icon-hover {
	display: inline-block;
}
.style-header .bt_widget_mini_cart .bt-cart-header:hover a img.cart-icon-standard {
	display: none;
}

#onAppWishList_btn_page {
  position: absolute;
  right: 180px;
      -wekbit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    top: 50%;
    width: 45px;
    height: 45px;
    line-height: 39px;
    text-align: center;
    background: #f2f2f2;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#onAppWishList_btn_page:hover{

}
#onAppWishList_numberLike {
      -wekbit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 11px;
    color: #ffffff;
    background: #a7d618;
    position: absolute;
    right: -5px;
    top: -8px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#onAppWishList_btn_page i {
  font-size: 16px;
}
@media (max-width: 991px) {
  #onAppWishList_btn_page {
    top: -24px;
        right: 200px;
    border-radius: 0;
  }
}

.style-header .bt_widget_mini_cart .bt-cart-header > a.active img, 
.style-header .bt_widget_mini_cart .bt-cart-header:hover > a.active img {
    display: none;
}


