 
a {
	color: black;
	text-decoration: none;
}

.form-control{
	height: auto!important;
}

.none {
	display: none;
}

.fix-img-mwh-200 {
	max-width: 200px;
	max-height: 200px;
}

.fix-img-mwh-100 {
	max-width: 100px;
	max-height: 100px;
}

.txt-left{
	text-align: left;
}
.txt-center{
	text-align: center;
}
.txt-right{
	text-align: right;
}

.img-w-100 {
	width: 100%;
}

.padding_0 {
	padding: 0;
}

.padding_20_50 {
	padding: 20px 50px;
}

.text-left {
	text-align: left;
}

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

.text-right {
	text-align: right;
}

.overflow_hidden_x {
	overflow-x: hidden;
}

.overflow_scroll_y {
	overflow-y: scroll;
}


.overflow_hidden {
	overflow: hidden;
}

.mar-t-b-10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.mar-t-b-20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.mar-t-b-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.mar-t-b-40 {
	margin-top: 40px;
	margin-bottom: 40px;
}

.mar-t-b-50 {
	margin-top: 50px;
	margin-bottom: 50px;
}

.mar-t-10 {
	margin-top: 10px;
}

.mar-t-20 {
	margin-top: 20px;
}

.mar-t-30 {
	margin-top: 30px;
}

.mar-t-40 {
	margin-top: 40px;
}

.mar-t-50 {
	margin-top: 50px;
}

.mar-b-10 {
	margin-bottom: 10px;
}

.mar-b-20 {
	margin-bottom: 20px;
}

.mar-b-30 {
	margin-bottom: 30px;
}

.mar-b-40 {
	margin-bottom: 40px;
}

.mar-b-50 {
	margin-bottom: 50px;
}

.uppercase {
	text-transform: uppercase;
}

a:hover   {
	text-decoration:  none;
} 

.has-error .form-control {
	border-color: #a94442 !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
}

.login .has-error input.form-control,
.login .has-error textarea.form-control {
	border-color: #a94442 !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
}

.ma-contact-us-info .ma-contact-us-info-text ul li .ma-contact-us-info-text-icon span {
	font: normal normal normal 14px/1 FontAwesome !important;
}


.ma-btn {
	font-size: 13px;
	font-weight: bold;
	line-height: 2.31;
	text-align: center;
	color: #ffffff;
	border: 1px solid #f57f20;
	padding: 12px 36px;
	background: #f57f20;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.ma-btn:hover {
	background: #ffffff;
	color: #f57f20;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}







/* Page Loader ================================= */
.page-loader-wrapper {
	z-index: 99999999;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #eee;
	overflow: hidden;
	text-align: center;
}

.page-loader-wrapper p {
	font-size: 13px;
	margin-top: 10px;
	font-weight: bold;
	color: #444;
}

.page-loader-wrapper .loader {
	position: relative;
	top: calc(50% - 30px);
}

/* Preloaders ================================== */

/* Preloaders ================================== */
.md-preloader .pl-red {
	stroke: #F44336;
}

.md-preloader .pl-pink {
	stroke: #E91E63;
}

.md-preloader .pl-purple {
	stroke: #9C27B0;
}

.md-preloader .pl-deep-purple {
	stroke: #673AB7;
}

.md-preloader .pl-indigo {
	stroke: #3F51B5;
}

.md-preloader .pl-blue {
	stroke: #2196F3;
}

.md-preloader .pl-light-blue {
	stroke: #03A9F4;
}

.md-preloader .pl-cyan {
	stroke: #00BCD4;
}

.md-preloader .pl-teal {
	stroke: #009688;
}

.md-preloader .pl-green {
	stroke: #4CAF50;
}

.md-preloader .pl-light-green {
	stroke: #8BC34A;
}

.md-preloader .pl-lime {
	stroke: #CDDC39;
}

.md-preloader .pl-yellow {
	stroke: #ffe821;
}

.md-preloader .pl-amber {
	stroke: #FFC107;
}

.md-preloader .pl-orange {
	stroke: #FF9800;
}

.md-preloader .pl-deep-orange {
	stroke: #FF5722;
}

.md-preloader .pl-brown {
	stroke: #795548;
}

.md-preloader .pl-grey {
	stroke: #9E9E9E;
}

.md-preloader .pl-blue-grey {
	stroke: #607D8B;
}

.md-preloader .pl-black {
	stroke: #000000;
}

.md-preloader .pl-white {
	stroke: #ffffff;
}

.preloaderx2 {
	display: inline-block;
	position: relative;
	width: 50px;
	height: 50px;
	-webkit-animation: container-rotate 1568ms linear infinite;
	-moz-animation: container-rotate 1568ms linear infinite;
	-o-animation: container-rotate 1568ms linear infinite;
	animation: container-rotate 1568ms linear infinite;
}

.preloader.pl-size-xl {
	width: 75px;
	height: 75px;
}

.preloader.pl-size-l {
	width: 60px;
	height: 60px;
}

.preloader.pl-size-md {
	width: 50px;
	height: 50px;
}

.preloader.pl-size-sm {
	width: 40px;
	height: 40px;
}

.preloader.pl-size-xs {
	width: 25px;
	height: 25px;
}

.spinner-layer {
	position: absolute;
	width: 100%;
	height: 100%;
	border-color: #F44336;
	-ms-opacity: 1;
	opacity: 1;
	-webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	-moz-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	-o-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.spinner-layer.pl-red {
	border-color: #F44336;
}

.spinner-layer.pl-pink {
	border-color: #E91E63;
}

.spinner-layer.pl-purple {
	border-color: #9C27B0;
}

.spinner-layer.pl-deep-purple {
	border-color: #673AB7;
}

.spinner-layer.pl-indigo {
	border-color: #3F51B5;
}

.spinner-layer.pl-blue {
	border-color: #2196F3;
}

.spinner-layer.pl-light-blue {
	border-color: #03A9F4;
}

.spinner-layer.pl-cyan {
	border-color: #00BCD4;
}

.spinner-layer.pl-teal {
	border-color: #009688;
}

.spinner-layer.pl-green {
	border-color: #4CAF50;
}

.spinner-layer.pl-light-green {
	border-color: #8BC34A;
}

.spinner-layer.pl-lime {
	border-color: #CDDC39;
}

.spinner-layer.pl-yellow {
	border-color: #ffe821;
}

.spinner-layer.pl-amber {
	border-color: #FFC107;
}

.spinner-layer.pl-orange {
	border-color: #FF9800;
}

.spinner-layer.pl-deep-orange {
	border-color: #FF5722;
}

.spinner-layer.pl-brown {
	border-color: #795548;
}

.spinner-layer.pl-grey {
	border-color: #9E9E9E;
}

.spinner-layer.pl-blue-grey {
	border-color: #607D8B;
}

.spinner-layer.pl-black {
	border-color: #000000;
}

.spinner-layer.pl-white {
	border-color: #ffffff;
}

.right {
	float: right !important;
}

.gap-patch {
	position: absolute;
	top: 0;
	left: 45%;
	width: 10%;
	height: 100%;
	overflow: hidden;
	border-color: inherit;
}

.gap-patch.circle {
	width: 1000%;
	left: -450%;
}

.circle-clipper {
	display: inline-block;
	position: relative;
	width: 50%;
	height: 100%;
	overflow: hidden;
	border-color: inherit;
}

.circle-clipper .circle {
	width: 200%;
	height: 100%;
	border-width: 3px;
	border-style: solid;
	border-color: inherit;
	border-bottom-color: transparent !important;
	-ms-border-radius: 50% !important;
	border-radius: 50% !important;
	-webkit-animation: none;
	animation: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
}

.circle-clipper.left .circle {
	left: 0;
	border-right-color: transparent !important;
	-webkit-transform: rotate(129deg);
	-moz-transform: rotate(129deg);
	-ms-transform: rotate(129deg);
	-o-transform: rotate(129deg);
	transform: rotate(129deg);
	-webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	-moz-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	-o-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.circle-clipper.right .circle {
	left: -100%;
	border-left-color: transparent !important;
	-webkit-transform: rotate(-129deg);
	-moz-transform: rotate(-129deg);
	-ms-transform: rotate(-129deg);
	-o-transform: rotate(-129deg);
	transform: rotate(-129deg);
	-webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	-moz-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	-o-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes container-rotate {
	to {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes container-rotate {
	to {
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes fill-unfill-rotate {
	12.5% {
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	25% {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
	}

	37.5% {
		-webkit-transform: rotate(405deg);
		transform: rotate(405deg);
	}

	50% {
		-webkit-transform: rotate(540deg);
		transform: rotate(540deg);
	}

	62.5% {
		-webkit-transform: rotate(675deg);
		transform: rotate(675deg);
	}

	75% {
		-webkit-transform: rotate(810deg);
		transform: rotate(810deg);
	}

	87.5% {
		-webkit-transform: rotate(945deg);
		transform: rotate(945deg);
	}

	to {
		-webkit-transform: rotate(1080deg);
		transform: rotate(1080deg);
	}
}

@keyframes fill-unfill-rotate {
	12.5% {
		transform: rotate(135deg);
	}

	25% {
		transform: rotate(270deg);
	}

	37.5% {
		transform: rotate(405deg);
	}

	50% {
		transform: rotate(540deg);
	}

	62.5% {
		transform: rotate(675deg);
	}

	75% {
		transform: rotate(810deg);
	}

	87.5% {
		transform: rotate(945deg);
	}

	to {
		transform: rotate(1080deg);
	}
}

@-webkit-keyframes left-spin {
	from {
		-webkit-transform: rotate(130deg);
		-moz-transform: rotate(130deg);
		-ms-transform: rotate(130deg);
		-o-transform: rotate(130deg);
		transform: rotate(130deg);
	}

	50% {
		-webkit-transform: rotate(-5deg);
		-moz-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		-o-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}

	to {
		-webkit-transform: rotate(130deg);
		-moz-transform: rotate(130deg);
		-ms-transform: rotate(130deg);
		-o-transform: rotate(130deg);
		transform: rotate(130deg);
	}
}

@keyframes left-spin {
	from {
		-moz-transform: rotate(130deg);
		-ms-transform: rotate(130deg);
		-o-transform: rotate(130deg);
		-webkit-transform: rotate(130deg);
		transform: rotate(130deg);
	}

	50% {
		-moz-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		-o-transform: rotate(-5deg);
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}

	to {
		-moz-transform: rotate(130deg);
		-ms-transform: rotate(130deg);
		-o-transform: rotate(130deg);
		-webkit-transform: rotate(130deg);
		transform: rotate(130deg);
	}
}

@-webkit-keyframes right-spin {
	from {
		-webkit-transform: rotate(-130deg);
		-moz-transform: rotate(-130deg);
		-ms-transform: rotate(-130deg);
		-o-transform: rotate(-130deg);
		transform: rotate(-130deg);
	}

	50% {
		-webkit-transform: rotate(5deg);
		-moz-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		-o-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	to {
		-webkit-transform: rotate(-130deg);
		-moz-transform: rotate(-130deg);
		-ms-transform: rotate(-130deg);
		-o-transform: rotate(-130deg);
		transform: rotate(-130deg);
	}
}

@-moz-keyframes right-spin {
	from {
		-moz-transform: rotate(-130deg);
		-ms-transform: rotate(-130deg);
		-o-transform: rotate(-130deg);
		-webkit-transform: rotate(-130deg);
		transform: rotate(-130deg);
	}

	50% {
		-moz-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		-o-transform: rotate(5deg);
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	to {
		-moz-transform: rotate(-130deg);
		-ms-transform: rotate(-130deg);
		-o-transform: rotate(-130deg);
		-webkit-transform: rotate(-130deg);
		transform: rotate(-130deg);
	}
}

@keyframes right-spin {
	from {
		-moz-transform: rotate(-130deg);
		-ms-transform: rotate(-130deg);
		-o-transform: rotate(-130deg);
		-webkit-transform: rotate(-130deg);
		transform: rotate(-130deg);
	}

	50% {
		-moz-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		-o-transform: rotate(5deg);
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	to {
		-moz-transform: rotate(-130deg);
		-ms-transform: rotate(-130deg);
		-o-transform: rotate(-130deg);
		-webkit-transform: rotate(-130deg);
		transform: rotate(-130deg);
	}
}


/*cart*/

body.open {
	overflow-y: hidden;
}

.shop {
	position: relative;
	z-index: 5;
}

.shop__header {
	box-sizing: border-box;
	position: fixed;
	background: rgba(255, 255, 255, 0.9);
	width: 100%;
	padding: 15px;
	overflow: hidden;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.shop__products {
	/*padding-top: 70px;*/
}

.shop__title {
	display: block;
	margin: 0;
	float: left;
	font-size: 30px;
	line-height: 40px;
}

.shop__text {
	display: block;
	padding: 0;
	margin: 0;
	float: right;
}
.shop__text .button {
	padding: 10px 15px;
}

.products {
	/*display: flex;
	flex-wrap: wrap;
	justify-content: center;*/
	padding: 20px 0 20px 20px;
}

.products__item {
	width: 290px;
	/*background-color: #eee;*/
}

.product {
	background: #eee;
	padding: 30px 15px;
	margin: 0 20px 20px 0;
	border-radius: 5px;
	text-align: center;
}

.product__title {
	font-weight: bold;
	font-size: 20px;
	margin: 0 0 15px 0;
}

.product__text {
	margin: 0;
}

.button {
	display: inline-block;
	background: #39C;
	padding: 5px 10px;
	border-radius: 3px;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	color: #FFF;
}

.button--light {
	background: #FFF;
	color: #F00;
}

.cart {
	position: fixed;
	background: #F3F3F3;
	width: 400px;
	max-width: 90%;
	height: 100%;
	top: 0;
	right: 0;
	box-shadow: -2px 0 4px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	transform: translate(500px, 0);
	transition: transform 250ms ease-in-out;
	z-index: 20;
}

body.open .cart {
	transform: translate(0, 0);
}

.cart__header {
	box-sizing: border-box;
	position: absolute;
	background: rgba(255, 255, 255, 0.9);
	width: 100%;
	padding: 15px 15px;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 2;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.cart__header .cart__text {
	float: right;
}

.cart__title {
	font-size: 20px;
	line-height: 40px;
	margin: 0;
	float: left;
}

.cart__products {
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 70px 0;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	z-index: 1;
}
.cart__products article {
	padding: 15px;
	border-bottom: 1px dotted #CCC;
}
.cart__products article h1 {
	font-size: 24px;
	line-height: 20px;
	margin: 0;
}
.cart__products article p {
	font-size: 14px;
	margin: 0;
}
.cart__products article p a {
	color: #F00;
}

.cart__product {
	/*display: none;*/
}

.cart__empty {
	padding: 30px 15px;
	margin: 0;
	font-style: italic;
	text-align: center;
}
.cart__empty.hide {
	display: none;
}

.cart__footer {
	box-sizing: border-box;
	position: absolute;
	background: rgba(255, 255, 255, 0.9);
	width: 100%;
	padding: 15px;
	left: 0;
	bottom: 0;
	z-index: 2;
	box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.2);
	text-align: right;
}

.cart__text {
	margin: 0;
}
.cart__text .button {
	padding: 10px 15px;
}

.lightbox {
	position: fixed;
	background: #000;
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
	opacity: 0;
	transition: opacity 250ms ease-in-out, width 0ms ease-in-out 250ms;
}

body.open .lightbox {
	width: 100%;
	opacity: 0.8;
	transition: opacity 250ms ease-in-out, width 0ms ease-in-out;
}


nav{
	z-index: 888!important;
}
aside.cart{
	z-index: 999!important;
}

.product-box a.img{
	margin: 0;
}


/*header*/
.apollo-megamenu ul, .apollo-megamenu ol {
	list-style: outside none none;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#apollo-menu .navbar-nav>li {
	display: inline-block;
	float: none;
	padding: 0px;
	margin: 0px;
	position: relative;
}
#apollo-menu .navbar-nav>li>a {
	position: relative;
	padding: 35px 14px;
	font-weight: 500;
	font-size: 22px;
	background-color: transparent;
	color: #343434;
	-webkit-transition: all 350ms ease-out;
	transition: all 350ms ease-out;
}
#block_currencies_lang .ap-lang-content p i {
	color: #343434;
	font-weight: 500;
}
.popup-over:hover .dropdown-menu, .popup-over.open .dropdown-menu {
	visibility: visible;
}
.e-scale.open .dropdown-menu {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.header-container {
	z-index: 1;
}
.header-wrap {
	position: relative;
	z-index: 10;
}
.header-wrap:before, .header-wrap:after {
	content: " ";
	display: table;
}
#header_logo {
	padding: 25px 0px;
}
#header_logo {
	text-align: center;
}
#header_logo h1 {
	margin: 0px;
	font-size: 0;
}
#header_logo a {
	margin: 0px auto;
}
#header_logo img {
	max-width: 100%;
}
.topnav-flex .center-topnav {
	float: left;
}
#apollo-menu {
	/*background: #fff;*/
	color: #000;
	padding: 0px;
	margin: auto;
}
#apollo-menu .btn-menu-canvas {
	background-color: transparent;
	color: #666;
	margin: 5px;
	-webkit-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.navbar-header:after {
	clear: both;
}
.navbar-header {
	float: left;
	margin: 0 0 10px;
	text-align: center;
}
#apollo-top-menu {
	position: relative;
	display: block;
	text-align: right;
	/*background-color: #fff;*/
}
#apollo-menu .navbar-nav {
	float: none;
}
#block_currencies_lang {
	color: #666;
	position: relative;
	z-index: 9;
	height: 100%;
	float: right;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
#block_currencies_lang .popup-title {
	padding: 0 15px 0 0;
}
#block_currencies_lang .dropdown-menu {
	top: 46px;
	padding: 30px;
	right: 0;
	left: auto;
	margin-top: 0;
	width: 320px;
	border-top: 3px solid #f37600;
	min-height: 220px;
	z-index: 99;
}
.popup-over .dropdown-menu {
	display: block;
	visibility: hidden;
}
.e-scale .dropdown-menu {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 16px;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.15);
	border-radius: 0px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	left: 0px;
	background-clip: padding-box;
}
.tools__right .cart_mini {
	position: relative;
	z-index: 9;
	height: 100%;
	float: right;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	margin-top: 5px;
}
.mini-cart {
	position: relative;
	float: right;
	margin-left: 0;
}
#CartCount {
	display: inline-block !important;
	line-height: 11px;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	bottom: -2px;
	min-width: 15px;
	height: 15px;
	text-align: center;
	color: white;
	background: #f37600;
	padding: 2px;
	right: 14px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.tools__right .cart_mini .cost {
	display: none;
}
#CartCost, .cost {
	font-size: 0px;
	padding-left: 4px;
}
#minicard {
	min-height: 300px;
	margin-top: 160px;
	display: block;
	min-width: 380px;
	background: #fff;
	padding: 10px 15px;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.15);
	border-radius: 0px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	position: absolute;
	z-index: 100;
	right: 0;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
}
.mini-cart svg {
	margin-right: 18px;
	height: 18px;
	fill: #343434;
	margin-top: -5px;
}
#search-icon i{
	display: inline-block;
	color: #343434;
	cursor: pointer;
	font-size: 18px;
	font-weight: 800;
	margin-top: 0px;
}
form#searchbox {
	height: 0;
	top: 68px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	right: -287px;
}
form#searchbox input.search_query {
	width: 570px;
	height: 50px;
	border: none;
	background-color: white;
	color: #ccc;
	font-size: 12px;
	font-weight: 300;
	line-height: 42px;
	padding: 0 50px 0 15px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 3px 5px 0 rgba(52,52,52,0.25);
	box-shadow: 0 3px 5px 0 rgba(52,52,52,0.25);
}
#search_button {
	right: 0;
	background: none;
	border: none;
	top: 10px;
	position: absolute;
	color: #000;
	font-size: 18px;
	width: 40px;
	height: 40px;
}
form#searchbox #ap-ajax-search {
	background: #ffffff;
}
.list-unstyled, .list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: 0;
	margin-top: 0;
}
#searchbox.show {
	visibility: visible;
	opacity: 1;
}
.tools__right #search_block_top {
	position: relative;
	z-index: 9;
	height: 100%;
	float: right;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
#search_block_top {
	float: right;
	padding-right: 15px;
}
#search-icon {
	display: inline-block;
	color: #343434;
	cursor: pointer;
	font-size: 18px;
	font-weight: 800;
	margin-top: 0px;
}
#block_currencies_lang .dropdown-menu .apol_block_top {
	float: left;
}
.ap-header-template1 #block_currencies_lang .dropdown-menu .apol_block_top p {
	color: #333333;
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 12px;
}
.currencies-content {
	margin: 10px 0px;
	height: 95px;
	padding: 5px;
}
.currencies_ul {
	margin-top: -10px;
}
.list-unstyled, .list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: 0;
	margin-top: 0;
}
.currencies-content .item_currencies {
	display: block;
	font-size: 12px;
}
.ap-multilang-box {
	width: 100%;
	padding: 5px;
	margin: 10px 0px 20px 0px;
}
#block_currencies_lang .dropdown-menu .apol_block_top .ap-lang-content {
	margin-top: -70px;
}
#block_currencies_lang .dropdown-menu .apol_block_top p {
	color: #333333;
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 12px;
}
#block_currencies_lang .popup-title {
	padding: 0 15px 0 0;
}
.header_user_info {
	/*float: right;*/
}
.popup-over {
	position: relative;
}

/*home*/
.home-shop .product-headings, .team-headings, .testimonial-headings, .partners-headings, .feature-wrapper .feature-headings {
	margin-bottom: 50px;
}
.home-shop .product-headings h2.shop-area-heading, .feature-wrapper h2.feature-area-heading {
	font-size: 40px;
	font-weight: bold;
	line-height: 48px;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 10px;
	text-align: center;
	animation-delay: .5s;
	-moz-animation-delay: .5s;
	-webkit-animation-delay: .5s;
	-o-animation-delay: .5s;
}
.home-shop .shop-area-subheading {
	text-align: center;
	color: #000;
}
.homepage-prod-wrapper {
	display: flex;
	flex-wrap: wrap;
}
.homepage-prod-wrapper .product-list {
	position: relative;
	padding: 0px;
	margin: 0 0 30px;
	border: 1px solid #e1e1e1;
	border-radius: 1px 1px 1px 1px;
	-moz-border-radius: 1px 1px 1px 1px;
	-webkit-border-radius: 1px 1px 1px 1px;
	overflow: hidden;
}
.hp_prod_img {
	position: relative;
	border-bottom: 1px solid #ddd;
}
.homepage-product .hp_prod_img img {
	max-width: 100%;
	height: auto;
	width: 100%;
}
.hp_prod_details {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.49);
	padding: 40px 0px 27px;
	opacity: 0;
	transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
}
.product_info {
	overflow: hidden;
	padding: 15px;
	position: relative;
}
.product_info h6 {
	margin-bottom: 0;
	margin-right: 40px;
}
.product_info h6 a {
	font-size: 18px;
	line-height: 22px;
	color: #282828;
	font-weight: 600;
}
.product_add_to_cart {
	position: absolute;
	top: -10px;
	right: 15px;
}
.product-list .product_info .add_to_cart_button, .product-list .product_info .added_to_cart {
	border-radius: 50% 50% 50% 50%;
	-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	display: block;
	text-align: center;
	width: 38px;
	height: 38px;
	color: transparent;
	font-size: 18px;
	line-height: 38px;
	border: 1px solid #ff7200;
	background: #f57f20;
}
.woocommerce a.button{
	border: solid 1px #333;
	color: #fff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	font-size: 14px;
	text-align: center;
	position: relative;
	display: inline-block;
	background-color: #333;
	margin: auto;
	width: auto;
	padding: 10px 18px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-weight: 400;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-rendering: optimizeLegibility;
	margin: 25px auto -10px auto;
}
.product-list .product_info .add_to_cart_button:hover {
	color: transparent;
}
.woocommerce a.button:hover{
	background-color: #dad8da;
	text-decoration: none;
	background-image: none;
	color: #515151;
}
.product-list .product_info .add_to_cart_button:before {
	content: "\f07a";
	font-family: 'FontAwesome';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	color: white;
}

.div_v .content {
	margin: 0;
	margin-bottom: 55px;
}
.content_wrapper{
	position: relative;
	height: auto;
	padding-bottom: 175px;
}
.div_v .content_wrapper {
	margin: 0;
	background: #1bbc9b;
}

.content div.featureproduct {
	margin: 0;
	padding: 0;
	/* overflow: hidden; */
	margin-top: 55px;
}

.content .featureproduct .feature_excerpt, .content .featureproduct .feature_image {
	animation-delay: .5s;
	-moz-animation-delay: .5s;
	-webkit-animation-delay: .5s;
	-o-animation-delay: .5s;
}



.content .featureproduct .feature_image img {
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
}

.content .featureproduct .feature_image img {
	width: 95%;
	height: auto;
}

.content .featureproduct .productinfo {
	margin: 0;
	padding: 0;
}

.content .featureproduct .productinfo h1 {
	font-size: 30px;
	line-height: 45px;
	font-weight: 600;
}

.content .featureproduct .productinfo h1 a {
	color: inherit;
}

.content .featureproduct .productinfo p {
	color: inherit;
	font-size: 19px;
	line-height: 27px;
	font-weight: 100;
}

.productinfo span.clicknow {
	float: left;
	margin-right: 10px;
	cursor: pointer;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
	line-height: 37px;
	color: #fff;
	background: #1fbfd8;
	text-transform: uppercase;
	box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.27);
	font-size: 22px;
	padding: 5px 30px;
}

.home-shop-wrapper{
	position: relative;
	height: auto;
	padding-bottom: 175px;
}

.content_wrapper .blog-tri-overlay {
	border-bottom-color: #1bbc9b;
}

.content_wrapper .blog-tri-overlay {
	width: 0;
	height: 0;
	border-left: 800px solid transparent;
	border-right: 800px solid transparent;
	border-bottom: 102px solid #f57f20;
	position: absolute;
	top: -99px;
	left: -10px;
}


.footer-wrapper {
	margin: 0;
	padding: 0;
}
.footer {
	background: #f57f20;
}
.footer .footer_widget {
	padding-top: 30px;
}
.wrap_sidebar, .wrap_footer {
	margin-bottom: 40px;
}
.footer .footer_widget h4 {
	color: #ffffff;
	font-size: 34px;
	line-height: 20px;
	border-bottom: 1px solid #4d4d52;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-weight: normal;
	clear: both;
}
.footer ul {
	list-style: none;
	list-style-position: inside;
}
.footer .footer_widget ul li:first-child {
	background: none;
}
.footer .footer_widget ul li {
	margin-left: 0;
	font-size: 13px;
	line-height: 21px;
	color:#fff;
	/*border-bottom: 1px solid #4d4d52;*/
}
.footer ul li, .footer ol li {
	margin-left: 0;
}
.ngg-widget, .ngg-widget-slideshow {
	overflow: hidden;
	margin: 0;
	padding: 5px 0 0 0;
	text-align: left;
}
.footer a {
	color: rgb(219, 247, 255);
}
.ngg-widget img {
	border: 2px solid #a9a9a9;
	margin: 0 2px 2px 0;
	padding: 1px;
	height: auto;
	float: left;
}

.white-bg {
	/*background: #fff;*/
	padding: 120px 0;
	display: block;
}
.main-about {
	position: relative;
}
.np {
	padding: 0!important;
}
.main-about .img-left-01 {
	display: inline-block;
	margin-top: -50px;
	margin-left: 0;
}
.os-animation.animated {
	opacity: 1;
}
.os-animation {
	opacity: 0;
}
.main-about .img-left-02 {
	display: inline-block;
	border: 10px solid #fff;
	margin-top: -180px;
	margin-right: -100px;
	margin-left: 100px;
}
.os-animation.animated {
	opacity: 1;
}
.post-about.negative-margin {
	margin: 0 -120px;
}
.post-about {
	background: rgba(255,255,255,0.95);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.15);
	box-shadow: 0 0 20px rgba(0,0,0,0.15);
	padding: 80px 50px;
	margin-top: 0;
	position: relative;
	z-index: 1;
}
.post-about h3 {
	margin-bottom: 20px;
}
.gradient-text {
	background: #556270;
	background: -webkit-linear-gradient(left,rgba(85,98,112,1) 0,rgba(0,201,255,1) 70%);
	background: -moz-linear-gradient(left,rgba(85,98,112,1) 0,rgba(0,201,255,1) 70%);
	background: linear-gradient(to right,rgba(85,98,112,1) 0,rgba(0,201,255,1) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40545a',endColorstr='#19abd6',GradientType=1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.main-about .img-right {
	margin-top: 30px;
	margin-left: -90px;
}

.bg_color_1 {
	background-color: #f5f5f5;
}
.margin_120_95 {
	padding-top: 120px;
	padding-bottom: 95px;
}
.main_title {
	text-align: center;
	margin-bottom: 45px;
}
.main_title h2 {
	font-weight: 300;
	letter-spacing: -1px;
	font-size: 36px;
	margin: 0;
}
.main_title p {
	font-weight: 300;
	font-size: 20px;
	color: #777;
	padding: 0 10%;
}
.box_list {
	background-color: #fff;
	display: block;
	position: relative;
	margin-bottom: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
}
a.wish_bt {
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 2;
	background-color: #000;
	background-color: rgba(0,0,0,.6);
	padding: 9px 10px;
	color: #fff;
	line-height: 1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}
a.wish_bt {
	display: inline-block;
}
.box_list figure {
	margin-bottom: 0;
	overflow: hidden;
	position: relative;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	height: 260px;
}
.box_list figure .preview {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -12px;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
	text-align: center;
	opacity: 0;
	visibility: hidden;
	width: 100%;
	-webkit-transition: all .6s;
	transition: all .6s;
	z-index: 2;
}
.box_list figure .preview span {
	background-color: #fcfcfc;
	background-color: rgba(255,255,255,.8);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
	display: inline-block;
	color: #222;
	font-size: .75rem;
	padding: 5px 15px;
}
.box_list figure a img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	transition: all .3s ease-in-out;
}
.box_list figure a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.box_list .wrapper {
	padding: 25px;
}
.box_list small {
	color: #999;
}
.box_list small {
	font-weight: 600;
}
.box_list .wrapper h3 {
	font-size: 1.25rem;
	margin-top: 0;
}

.box_list ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.wrapper img{
	width: 100%;
}