 /*
 * MelhemAptek
 * @front-end Rovshen Shirinzade
 * shirinzade.info
 */

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
html, body {height: 100%; overflow-x: hidden;}

body {
	overflow-x: hidden;
	position: relative;
	height: 100%;
	background: #F5F6F8;
	font-size: 100%;
	font-family: Roboto, Arial, Tahoma, Verdana, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#outerwrapper{
	overflow-x: hidden;
}

a, a:active , a:focus {
	outline: 0;
	text-decoration: none;
	color: #333;
}

a:hover {
	color: inherit;
	outline: 0;
	text-decoration: none;
}

* {
	outline: none;
}

img {
	max-width: 100%;
	vertical-align: middle;
}

.noscroll {
	overflow: hidden;
}

.vertical-center {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
}

.container-fluid,
.container {
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
}

.row {
	margin-left: -10px;
	margin-right: -10px;
}

.row [class*="col-"] {
	padding-left: 10px;
	padding-right: 10px;
}

/* Header Begin */
#header {
	position: relative;
	padding: 37px 30px;
	z-index: 9999;
	background: #fff;
	box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.16);
}

.logo {
	float: left;
	width: 179px;
}

.btn_catmenu {
	position: relative;
	float: left;
	margin: 0 30px;
	padding: 0 27px 0 0;
	font-size: 20px;
	font-weight: 400;
	line-height: 56px;
	color: #515C6F;
	background: none;
	border: none;
	transition: color 500ms ease;
}

.btn_catmenu:before {
	content: "";
	display: block;
	width: 17px;
	height: 9px;
	background: url(../images/arrow/arrow-down-green.svg) no-repeat right center;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -5px;
	transition: 0.3s;
}

.btn_catmenu.is_open:before {
	transform: rotate(-180deg);
}

.btn_catmenu:hover {
	color: #70BE44;
}

.search {
	position: relative;
	float: left;
	width: calc(100% - 850px);
	max-width: 860px;
}

.close_search {
	display: none;
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
	z-index: 30;
	width: 30px;
	cursor: pointer;
	background: url(../images/icon/icon-close.svg) no-repeat center;
	background-size: 16px;
}

.search input[type="text"] {
	display: block;
	width: 100%;
	height: 56px;
	padding: 0 30px 0 60px;
	font-size: 20px;
	font-weight: 400;
	font-family: Roboto;
	line-height: 1;
	color: #515C6F;
	background-color: rgba(114,124,142,0.1);
	background-repeat: no-repeat;
	background-position: left 22px center;
	background-image: url(../images/icon/icon-search.svg);
	border: none;
	border-radius: 10px;
}

.search input[type="text"]::-webkit-input-placeholder {color: #515C6F;}
.search input[type="text"]::-moz-placeholder {color: #515C6F;}

.btn_search {
	display: none;
	float: left;
	width: 30px;
	height: 30px;
	padding: 0;
	background: url(../images/icon/icon-search.svg) no-repeat center;
	background-size: 20px;
	border: none;
}

.login_btn {
	float: left;
	margin-right: 30px;
	padding: 0;
	font-size: 20px;
	font-weight: 400;
	line-height: 56px;
	color: #515C6F;
	background: none;
	border: none;
	transition: color 500ms ease;
}

.login_btn:hover {
	color: #70BE44;
}
.profile_btn:hover {color: #70BE44;}
.profile_btn {float: left;margin-right: 30px;padding: 0;font-size: 20px;font-weight: 400;line-height: 56px;color: #515C6F;background: none;border: none;transition: color 500ms ease;}


.cart {
	float: left;
}

.cart a {
	display: block;
	height: 56px;
	padding: 0 20px;
	border: 4px solid #70BE44;
	border-radius: 18px;
}

.cart a span.count {
	float: left;
	min-width: 31px;
	height: 31px;
	margin-top: 9px;
	padding: 0 5px;
	font-size: 15px;
	font-weight: 700;
	line-height: 31px;
	color: #fff;
	text-align: center;
	background: #70BE44;
	border-radius: 9px;
}

.cart a i.icon {
	float: left;
	margin-left: 5px;
	width: 24px;
	height: 100%;
	background: url(../images/icon/icon-cart.svg) no-repeat center;
	background-size: 24px;
}

.cart a span.txt {
	float: left;
	margin-left: 10px;
	font-size: 20px;
	font-weight: 400;
	line-height: 48px;
	color: #515C6F;
}
/* Header End */

/* Wrapper Begin */
.wrapper {
	position: relative;
	padding: 30px 0;
}

.menu {
	padding-bottom: 30px;
}

.menu a {
	float: left;
	margin-right: 60px;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.1;
	color: rgba(82,92,111,0.5);
	border-bottom: 4px solid transparent;
	transition: 500ms ease;
}

.menu a:last-child {
	margin-right: 0;
}

.menu a.active {
	border-color: #71EA2D;
	color: rgba(82,92,111,1);
}

.menu a:hover {
	color: rgba(82,92,111,1);
}

.main_category {
	padding-top: 20px;
}

.main_category .box {
	position: relative;
	margin-bottom: 20px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 8px 15px 0px rgba(231,234,240,1);
	transition: box-shadow 0.4s;
}

.main_category .box:hover {
	box-shadow: 0px 8px 15px 0px rgba(199,199,199,1);
}

.main_category .box a {
	display: block;
	padding: 20px;
}

.main_category .box figure {
	margin-bottom: 15px;
}

.main_category .box figure img {
	width: 100%;
}

.main_category .box h2 {
	margin: 0;
	font-size: 22px;
	font-weight: 300;
	line-height: 1.2;
	color: #515C6F;
	text-align: center;
}

.main_carousel h1 {
	margin: 0 0 20px;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	color: #515C6F;
}

/* change started */

.main_carousel .owl-nav div, #bannerCarousel .owl-nav div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	font-size: 0px;
	border-radius: 50%;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 15px;
	transition: 800ms ease-in-out;
}

.main_carousel .owl-nav div:hover, #bannerCarousel .owl-nav div:hover {
	box-shadow: 0px 8px 15px 0px rgba(199, 199, 199, 1);
}

.main_carousel .owl-nav .owl-prev, #bannerCarousel .owl-nav .owl-prev {
	left: -80px;
	background-image: url(../images/arrow/arrow-left-green.svg);
}

#bannerCarousel .owl-stage-outer {
	width: 100%;
}

.main_carousel .owl-nav .owl-next, #bannerCarousel .owl-nav .owl-next {
	right: -80px;
	background-image: url(../images/arrow/arrow-right-green.svg);
}

/* change ended */

.product_list .box {
	position: relative;
	margin-bottom: 20px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 8px 15px 0px rgba(199,199,199,1);
}

.product_list .box a {
	display: block;
	padding: 20px;
}

.product_list .box figure img {
	width: 100%;
}

.product_list .box h2 {
	margin: 15px 0 0;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.2;
	text-transform: uppercase;
	color: #515C6F;
}

.product_list .box span.price {
	display: block;
	margin-top: 5px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	color: #515C6F;
}

.product_list .box .btn_add {
	display: block;
	width: 43px;
	height: 43px;
	background: url(../images/icon/icon-add.svg) no-repeat center;
	border: none;
	position: absolute;
	bottom: 15px;
	right: 15px;
	z-index: 10;
}
/* Wrapper End */

/* Footer Begin */
#footer {
	position: relative;
}

.footer_inner {
	position: relative;
	padding: 35px 0;
	background: rgba(113,190,68,1);
	background: -moz-linear-gradient(-45deg, rgba(113,190,68,1) 0%, rgba(109,212,50,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(113,190,68,1)), color-stop(100%, rgba(109,212,50,1)));
	background: -webkit-linear-gradient(-45deg, rgba(113,190,68,1) 0%, rgba(109,212,50,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(113,190,68,1) 0%, rgba(109,212,50,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(113,190,68,1) 0%, rgba(109,212,50,1) 100%);
	background: linear-gradient(135deg, rgba(113,190,68,1) 0%, rgba(109,212,50,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71be44', endColorstr='#6dd432', GradientType=1 );
}

.footer_menu h4 {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
}

.footer_menu ul {
	margin: 20px 0 0;
}

.footer_menu ul li {
	margin: 0 0 20px;
}

.footer_menu ul li:last-child {
	margin-bottom: 0;
}

.footer_menu ul li a {
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	color: #fff;
	transition: 0.3s;
}

.footer_menu ul li a:hover {
	text-decoration: underline;
}

.footer_bottom {
	padding: 20px 0;
}

.footer_bottom .lang span {
	float: left;
	margin-right: 35px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	color: #515C6F;
}

.footer_bottom .lang select {
	float: left;
	padding-right: 20px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	color: #515C6F;
	cursor: pointer;
	background: url(../images/arrow/arrow-lang.svg) no-repeat right center;
	border: none;
}

p.copyright {
	margin: 20px 0 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.1;
	color: #515C6F;
}

.footer_logo {
	float: right;
	width: 220px;
}
/* Footer End */

/* CardWrapper Begin */
.card_wrapper {
	position: absolute;
	top: 130px;
	right: 0;
	bottom: 0;
	z-index: 9997;
	width: 470px;
	min-height: calc(100vh - 130px);
	overflow-y: auto;
	padding: 20px 0 0;
	background: #fff;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.16);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	transition: transform 0.5s ease;
	-webkit-transition-property: transform,left,right;
	-webkit-backface-visibility: hidden;
}

.card_wrapper.show {
    -webkit-transform: translate(0px);
    transform: translate(0px);
    box-shadow: -3px 0 15px 0 rgba(0,0,0,.5);
}

.card_wrapper .head {
	padding: 0 20px;
}

.card_wrapper .head h1 {
	float: left;
	margin: 0;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	color: #515C6F;
}

.card_wrapper .head span.close {
	float: right;
	display: block;
	padding-left: 20px;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	color: #A5A5A5;
	opacity: 1;
	text-shadow: none;
	background: url(../images/icon/icon-close.svg) no-repeat left center;
	background-size: 14px;
	transition: opacity 0.4s;
}

.card_wrapper .head span.close:hover {
	opacity: 0.8;
}

.card_wrapper .bottom {
	position: relative;
	padding: 20px;
	background: #fff;
	box-shadow: 0px -8px 15px 0px rgba(231,234,240,0.4);
}

.card_wrapper .bottom .total_txt {
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	color: #515C6F;
}

.card_wrapper .bottom .price {
	display: block;
	margin-top: 5px;
	font-size: 25px;
	font-weight: 700;
	line-height: 1;
	color: #515C6F;
}

.card_wrapper .bottom .txt {
	display: block;
	margin-top: 5px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	color: #727C8E;
}

.card_wrapper .bottom .pay_btn {
	float: right;
	display: block;
	width: 140px;
	height: 44px;
	margin-top: 15px;
	padding: 0 20px 0 5px;
	font-size: 16px;
	font-weight: 700;
	line-height: 44px;
	color: #fff;
	text-align: center;
	background: #70BE44 url(../images/arrow/arrow-right-white.svg) no-repeat right 15px center;
	background-size: 8px;
	border-radius: 10px;
	transition: background 500ms ease;
}

.card_wrapper .bottom .pay_btn:hover {
	background-color: #71D43A;
}

.card_list {
	padding: 30px 20px 50px;
}

.card_list .box {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(114,124,142,0.2);
}

.card_list .box:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

.card_list .box figure {
	float: left;
	width: 120px;
}

.card_list .box figure img {
	width: 100%;
	border-radius: 10px;
	box-shadow: 0px 0px 2px 0px rgba(231,234,240,1);
}

.card_list .box .body .top {
	min-height: 68px;
	padding-bottom: 5px;
}

.card_list .box .body {
	float: left;
	width: calc(100% - 120px);
	padding: 0 0 0 25px;
}

.card_list .box .body h2 {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.1;
	color: #515C6F;
}

.card_list .box .body span.type {
	display: block;
	margin-top: 5px;
	font-size: 18px;
	font-weight: 300;
	line-height: 1;
	color: #515C6F;
}

.card_list .box .body span.price {
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	color: #70BE44;
}

.card_list .box .body span.delete {
	float: left;
	display: block;
	margin-left: 20px;
	font-size:16px;
	font-weight: 500;
	line-height: 24px;
	color: #FF4E00;
	cursor: pointer;
}

.quantity {
	float: left;
}

.quantity input[type="text"] {
	float: left;
	display: block;
	width: 50px;
	height: 24px;
	font-size: 16px;
	font-weight: 400;
	color: #727C8E;
	text-align: center;
	background: none;
	border: none;
}

.quantity button {
	float: left;
	display: block;
	width: 24px;
	height: 24px;
	padding: 0;
	font-size: 0px;
	text-indent: -999px;
	background-color: rgba(114,124,142,0.2);
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: center;
	border: none;
	border-radius: 50%;
}

.quantity button.plus {background-image: url(../images/icon/icon-plus.svg);}
.quantity button.minus {background-image: url(../images/icon/icon-minus.svg);}
/* CardWrapper End */

/* ProductWrapper Begin */
.product_wrapper {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
	background: rgba(81,82,111,0.5);
	overflow-x: hidden;
	overflow-y: auto;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s ease;
}

.product_wrapper.show {
	opacity: 1;
	visibility: visible;
}

.product_wrapper_inner {
	position: absolute;
	top: 50px;
	left: 50%;
	z-index: 100;
	transform: translateX(-50%);
	width: 1050px;
	margin-bottom: 50px;
	padding: 25px;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	border: 1px solid #707070;
	border-radius: 20px;
	transition: 0.5s ease;
}

.product_wrapper_inner.show {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) scale(1,1);
}


.product_wrapper_inner .close {
	display: block;
	width: 24px;
	height: 24px;
	background: url(../images/icon/icon-close-white.svg) no-repeat center;
	background-size: 100%;
	opacity: 1;
	position: absolute;
	top: 5px;
	right: -40px;
	z-index: 30;
}

.product_detail figure {
	float: left;
	width: 360px;
}

.product_detail figure img {
	width: 100%;
}

.product_detail .body {
	float: left;
	width: calc(100% - 360px);
	padding: 20px 0 0 25px;
}

.product_detail .body h2 {
	margin: 0;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.1;
	color: #515C6F;
}

.product_detail .body span.price {
	display: block;
	margin: 10px 0 30px;
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
	color: #515C6F;
}

.product_detail .body .quantity {
	padding-top: 5px;
}

.product_detail .body .quantity input[type="text"] {
	width: 70px;
	height: 34px;
	font-size: 18px;
}

.product_detail .body .quantity button {
	width: 34px;
	height: 34px;
	background-size: 14px;
}

.product_detail .body .add_basket {
	float: right;
	display: block;
	width: 200px;
	height: 44px;
	padding: 0 20px 0 5px;
	font-size: 16px;
	font-weight: 700;
	line-height: 44px;
	color: #fff;
	text-align: center;
	background: #70BE44 url(../images/arrow/arrow-right-white.svg) no-repeat right 15px center;
	background-size: 8px;
	border: none;
	border-radius: 10px;
	transition: background 500ms ease;
}

.product_detail .body .add_basket:hover {
	background-color: #71D43A;
}

.product_detail .body .tab_nav {
	margin-top: 20px;
}

.product_detail .body .tab_nav a {
	float: left;
	display: block;
	height: 44px;
	margin-right: 25px;
	padding: 0 25px;
	font-size: 18px;
	font-weight: 400;
	line-height: 44px;
	color: #727C8E;
	background: transparent;
	border-radius: 10px;
	transition: color 600ms ease;
}

.product_detail .body .tab_nav a:last-child {
	margin-right: 0;
}

.product_detail .body .tab_nav a.active {
	color: #70BE44;
	background: #F5F6F8;
}

.product_detail .body .tab_nav a:hover {
	color: #70BE44;
}

.product_detail .body .tab_body {
	margin-top: 15px;
}

.product_detail .body .tab_content {
	position: relative;
	display: none;
	padding: 15px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3;
	color: #515C6F;
	background: #F5F6F8;
	border-radius: 10px;
}

.product_detail .body .tab_content:first-child {
	display: block;
}

.product_carousel {
	position: relative;
	padding: 30px 90px 0;
}

.product_carousel h1 {
	margin: 0 0 20px;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	color: #515C6F;
}

.product_carousel .owl-nav div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	font-size: 0px;
	border-radius: 50%;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 15px;
	transition: 800ms ease-in-out;
	box-shadow: 0px 8px 15px 0px rgba(199,199,199,1);
}

.product_carousel .owl-nav .owl-prev {left: -80px; background-image: url(../images/arrow/arrow-left-green.svg);}
.product_carousel .owl-nav .owl-next {right: -80px; background-image: url(../images/arrow/arrow-right-green.svg);}
/* ProductWrapper End */

/* CategoryPanel Begin */
.category_panel {
	position: absolute;
	top: 130px;
	left: 0;
	right: 0;
	z-index: 100;
	display: none;
	padding: 25px 40px 40px;
	background: #fff;
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.16);
}

.category_panel h1 {
	margin: 0;
	font-size: 34px;
	font-weight: 700;
	line-height: 1;
	color: #515C6F;
}

.category_list {
	margin: 30px 0 0;
	padding: 0;
    list-style-type: none;
    text-align: justify;
}

.category_list:after {
    content: "";
    width: 100%;
    display: inline-block;
}

.category_list li {
	display: inline-block;
	cursor: pointer;
	opacity: 0.5;
	transition: opacity 0.3s ease;
}

.category_list li:hover {
	opacity: 1;
}

.category_list li.active {
	opacity: 1;
}

.category_list li figure {
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	line-height: 100px;
	text-align: center;
	background: #70BE44;
	border-radius: 50%;
	box-shadow: 0px 8px 15px 0px rgba(161,217,130,0.4);
}

.category_list li figure img {
	max-width: 55%;
}

.category_list li h2 {
	margin: 10px 0 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.1;
	color: #515C6F;
	text-align: center;
	transition: color 500ms ease;
}

.category_list li.active h2 {
	color: #70BE44;
}

.sub_category {
	display: none;
	width: 100%;
	margin: 40px 0 0;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
    vertical-align: top;
	line-height: 1;
}

.sub_category.active {
	display: block;
}

.sub_category li {
	margin-bottom: 5px;
	-webkit-column-break-inside: avoid;
	-webkit-backface-visibility: hidden;
}

.sub_category li a {
	display: block;
	padding: 10px 40px 10px 20px;
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
	color: #515C6F;
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 22px;
	border-radius: 10px;
	transition: box-shadow 0.3s;
}

.sub_category li a:hover {
	background-image: url(../images/icon/icon-selected.svg);
	box-shadow: 0px 2px 5px 0px rgba(231,234,240,1);
}
/* CategoryPanel End */

/* LRWrapper Begin */
.lr_wrapper {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
	background: rgba(81,82,111,0.5);
	overflow-x: hidden;
	overflow-y: auto;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s ease;
}

.lr_wrapper.show {
	opacity: 1;
	visibility: visible;
}

.lr_wrapper_inner {
	position: absolute;
	top: 50px;
	left: 50%;
	z-index: 100;
	transform: translateX(-50%) scale(0.8,0.8);
	width: 500px;
	margin-bottom: 50px;
	padding: 40px 25px 25px;
	opacity: 0;
	visibility: hidden;
	background: #F5F6F8;
	border-radius: 10px;
	transition: 0.5s ease;
}

.lr_wrapper_inner.show {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) scale(1,1);
}

.lr_wrapper_inner .close {
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/icon/icon-close-white.svg) no-repeat center;
	background-size: 100%;
	opacity: 1;
	position: absolute;
	top: 5px;
	right: -40px;
	z-index: 30;
}

.lr_wrapper_inner nav {
	text-align: center;
}

.lr_wrapper_inner nav a {
	display: inline-block;
	margin: 0 15px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	color: rgba(81,92,111,0.5);
	transition: color 600ms ease;
}

.lr_wrapper_inner nav a:hover,
.lr_wrapper_inner nav a.active {
	color: #70BE44;
}

.lr_wrapper_inner .form {
	position: relative;
	display: none;
	margin: 30px 40px 0;
}

.lr_wrapper_inner .form.active {
	display: block;
}

.lr_wrapper_inner .form .form_inner {
	position: relative;
	background: #fff;
	border-radius: 10px;
}

.ipt_item {
	position: relative;
	padding: 10px 10px 0 60px;
}

.ipt_item.select {
	background: url(../images/arrow/arrow-select.svg) no-repeat right 15px center;
}

.ipt_item .icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: center;
}

.ipt_item .icon.mail {background-image: url(../images/icon/icon-login-mail.svg);}
.ipt_item .icon.name {background-image: url(../images/icon/icon-login-profile.svg);}
.ipt_item .icon.date {background-image: url(../images/icon/icon-login-date.svg);}
.ipt_item .icon.gender {background-image: url(../images/icon/icon-login-gender.svg);}
.ipt_item .icon.location {background-image: url(../images/icon/icon-login-location.svg);}
.ipt_item .icon.address {background-image: url(../images/icon/icon-login-address.svg);}
.ipt_item .icon.phone {background-image: url(../images/icon/icon-login-phone.svg);}
.ipt_item .icon.password {background-image: url(../images/icon/icon-login-password.svg);}
.ipt_item .icon.message {background-image: url(../images/icon/icon-login-message.svg);}

.ipt_item .lbl {
	display: block;
	margin: 0;
	font-size: 17px;
	font-weight: 500;
	line-height: 1;
	cursor: pointer;
	color: rgba(81,82,111,0.5);
}

.ipt_item .ipt_style {
	display: block;
    width: 100%;
    height: 34px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #515C6F;
    background: none;
    border: none;
    border-bottom: 1px dotted;
}

.ipt_item .item select.ipt_style {
	cursor: pointer;
}

.ipt_item textarea.ipt_style {
	min-height: 80px;
	margin-top: 10px;
}

.lr_wrapper_inner .form input[type="submit"] {
	display: block;
	width: 220px;
	height: 46px;
	margin: 35px auto 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	background: #70BE44;
	border: none;
	border-radius: 10px;
	transition: background 600ms ease;
}

.lr_wrapper_inner .form input[type="submit"]:hover {
	background: #5AA72F;
}

.lr_wrapper_inner .form span.forgot {
	display: block;
	margin-top: 20px;
	text-align: center;
}

.lr_wrapper_inner .form span.forgot a {
	font-size: 17px;
	font-weight: 400;
	line-height: 1;
	color: rgba(81,82,111,0.5);
}

.lr_wrapper_inner .form span.forgot a:hover {
	text-decoration: underline;
}

.terms_txt {
	margin: 30px 20px 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
	color: #515C6F;
	text-align: center;
	opacity: 0.5;
}

.terms_txt a {
	color: #70BE44;
}

.terms_txt a:hover {
	text-decoration: underline;
}
/* LRWrapper End */

/* BreadCrumbs Begin */
.breadcrumbs {
	position: relative;
}

.breadcrumbs span,
.breadcrumbs a {
	float: left;
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
	color: #70BE44;
}

.breadcrumbs span {
	margin: 0 6px;
}
/* BreadCrumbs End */

/* ProductList Begin */
.product_list {
	position: relative;
}

.product_list .head {
	position: relative;
	padding: 15px 0;
}

.product_list .head h1 {
	float: left;
	margin: 0;
	font-size: 30px;
	font-weight: 700;
	line-height: 50px;
	color: #515C6F;
}

.product_list .head select.filter {
	float: right;
	min-width: 185px;
	height: 50px;
	font-size: 17px;
	font-weight: 500;
	line-height: 1;
	color: #727C8E;
	text-align: center;
	text-align-last: center;
	cursor: pointer;
	background: #fff url(../images/arrow/arrow-select-down.svg) no-repeat right 20px center;
	border: none;
	border-radius: 10px;
}
/* ProductList End */

/* Pagination Begin */
.pag {
	position: relative;
	padding-top: 20px;
	text-align: center;
}

.pag ul {
	display: inline-block;
	margin: 0;
}

.pag ul li {
	float: left;
	margin-right: 20px;
}

.pag ul li:last-child {margin: 0;}

.pag ul li.active,
.pag ul li a {
	display: block;
	min-width: 40px;
	padding: 0 4px;
	font-size: 20px;
	font-weight: 700;
	line-height: 40px;
	color: rgba(81,82,111,0.2);
	text-align: center;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.16);
	transition: color 800ms ease;
}

.pag ul li a:hover {color: #70BE44;}

.pag ul li.active {
	color: #515C6F;
}

.pag ul li.dotted {
	min-width: auto;
	padding: 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 45px;
	color: rgba(81,82,111,0.2);
}
/* Pagination End */

/* SideMenu Begin */
.side_menu {
	position: relative;
	padding: 0 15px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 8px 15px 0px rgba(242,242,242,1);
}

.side_menu a {
	display: block;
	padding: 10px 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	color: #515C6F;
	border-bottom: 1px solid rgba(114,124,142,0.1);
	transition: color 600ms ease;
}

.side_menu a:last-child {
	border: none;
}

.side_menu a.active {
	font-weight: 700;
	color: #70BE44;
}

.side_menu a:hover {
	color: #70BE44;
}
/* SideMenu End */

.page_content,
.faq {
	position: relative;
	padding: 25px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	color: #515C6F;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 8px 15px 0px rgba(242,242,242,1);
}

.page_content ol {
	padding: 0;
	counter-reset: item;
}

.page_content ol li {
	display: block;
	margin-bottom: 5px;
}

.page_content ol li:before {
	content: counter(item) ". ";
	counter-increment: item;
	color: #70BE44;
}

.map {
	position: relative;
	width: calc(100% + 50px);
	top: -25px;
	left: -25px;
	right: -25px;
}

.faq .item {
	position: relative;
	border-bottom: 1px solid rgba(114,124,142,0.1);
}

.faq .item:last-child {
	border-bottom: none;
}

.faq .item .head {
	position: relative;
	padding: 15px 0;
	cursor: pointer;
}

.faq .item .head h2 {
	margin: 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.1;
	color: #515C6F;
}

.faq .item .body {
	position: relative;
	display: none;
	padding: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3;
	color: #515C6F;
	z-index: 10;
}

.faq .item .body p span {
	color: #70BE44;
}

.contact_form .left_block,
.contact_form .right_block {
	position: relative;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 8px 15px 0px rgba(242,242,242,1);
}

.contact_form .right_block {
	padding-bottom: 25px;
}

.contact_form .right_block input[type="submit"] {
	float: right;
	display: block;
	width: 140px;
	height: 46px;
	margin: 35px 25px 0 0;
	padding-right: 40px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	background-color: #70BE44;
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-image: url(../images/icon/icon-submit-btn.svg);
	border: none;
	border-radius: 10px;
	transition: background 600ms ease;
}

.contact_form .right_block input[type="submit"]:hover {
	background-color: #5AA72F;
}

.head_title {
	margin: 0 0 15px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	color: #70BE44;
	text-transform: uppercase;
}

.contact_info_inner {
	position: relative;
	padding: 15px 15px 20px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 8px 15px 0px rgba(242,242,242,1);
}

.contact_info_inner p {
	margin: 0 0 20px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.2;
	color: #515C6F;
}

.contact_info_inner p span {
	display: block;
	margin-top: 3px;
}

a.get_link {
	display: block;
	width: 100%;
	height: 46px;
	margin-top: 15px;
	padding-right: 25px;
	font-size: 12px;
	font-weight: 700;
	line-height: 46px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background-color: #70BE44;
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-image: url(../images/icon/icon-link.svg);
	border-radius: 10px;
	transition: background 600ms ease;
}

a.get_link:hover {
	background-color: #71D43A;
}

.payments {
	padding-bottom: 40px;
}

.payments_logo {
	padding: 35px 0 60px;
	text-align: center;
}

.payments_logo img {
	width: 180px;
}

.payments_inner {
	position: relative;
	padding: 0 20px;
	background: #fff;
	border-radius: 10px;
}

.payments_inner h1.title {
	margin: 0;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	color: #515C6F;
}

.payments_inner .left_block {
	float: left;
	width: 380px;
	padding: 30px 30px 30px 0;
}

.payments_products {
	margin-top: 30px;
}

.payments_products .box {
	float: left;
	width: 100%;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(114,124,142,0.15);
}

.payments_products .box figure {
	float: left;
	width: 70px;
}

.payments_products .box figure img {
	width: 100%;
	border-radius: 10px;
	box-shadow: 0px 0px 2px 0px rgba(231,234,240,1);
}

.payments_products .box .body {
	float: left;
	width: calc(100% - 70px);
	padding-left: 15px;
}

.payments_products .box .body h2 {
	margin: 0 0 4px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	color: #515C6F;
}

.payments_products .box .body span {
	float: left;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	color: #70BE44;
}

.payments_products .box .quantity {
	float: right;
}

.payments_products .box .body .ipt_style {
	display: block;
	width: 100%;
	height: 22px;
	margin-top: 10px;
	font-size: 14px;
	font-weight: 300;
	font-style: italic;
	color: rgba(81,92,111,0.6);
	border: none;
	border-top: 1px solid rgba(114,124,142,0.15);
}

.payments_inner .right_block {
	position: relative;
	float: left;
	width: calc(100% - 380px);
	padding: 30px 0 30px 30px;
	border-left: 1px solid rgba(114,124,142,0.15);
}

.payments_inner .close {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 10;
	display: block;
	width: 18px;
	height: 18px;
	opacity: 1;
	background: url(../images/icon/icon-close.svg);
	background-size: 100%;
	text-indent: -99999px;
}

.billing_info {
	margin-top: 30px;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(114,124,142,0.15);
}

.billing_info span {
	display: block;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	color: rgba(81,92,111,0.5);
}

.billing_info span.name {
	margin: 10px 0 0;
	font-weight: 700;
	color: #515C6F;
}

.billing_info span.address {
	margin: 7px 0 0;
	font-weight: 400;
	line-height: 1.3;
	color: #515C6F;
}

.payments_type {
	padding: 15px 0 0;
}

.payments_type .head_text {
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	color: rgba(81,92,111,0.5);
}

.payments_type input[type=radio].css-checkbox + label.css-label {
	display: block;
	padding: 12px 0 12px 30px;
	font-size: 14px;
	font-weight: 700;
	line-height: 21px;
	color: #515C6F;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 21px;
	cursor: pointer;
	border-bottom: 1px solid rgba(114,124,142,0.15);
}

.payments_type input[type=radio].css-checkbox + label.css-label:last-child {border: none;}

.payments_type input[type=radio].css-checkbox + label.css-label img {
	margin-right: 25px;
}

.payments_type input[type=radio].css-checkbox:checked + label.css-label {background-image:url(../images/icon/icon-checkbox-on.svg);}
.payments_type label.css-label {background-image:url(../images/icon/icon-checkbox.svg);}

.card_details {
	padding: 25px 80px 0;
}

.card_details .item {
	margin-bottom: 10px;
}

.card_details .item .lbl {
	display: block;
	margin: 0 0 4px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
	color: #515C6F;
}

.card_details .item .ipt_style {
	display: block;
	width: 100%;
	height: 44px;
	padding: 0 15px;
	font-size: 14px;
	font-weight: 500;
	color: #515C6F;
	background: #F5F6F8;
	border: none;
	border-radius: 5px;
}

.card_details .item .ipt_style::-webkit-input-placeholder {color: rgba(81,92,111,0.5);}
.card_details .item .ipt_style::-moz-placeholder {color: rgba(81,92,111,0.5);}

.card_details .clearfix .item:first-child {
	float: left;
	width: 55%;
}

.card_details .clearfix .item:last-child {
	float: right;
	width: 40%;
}

.get_promo_kod {
	margin-top: 20px;
}

.get_promo_kod a {
	display: inline-block;
	padding-left: 30px;
	font-size: 15px;
	font-weight: 500;
	line-height: 17px;
	color: #70BE44;
	background: url(../images/icon/icon-tag.svg) no-repeat left center;
}

.payments_inner .bottom {
	margin-top: 30px;
}

.total_price {
	float: left;
}

.total_price span:first-child {
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
	color: rgba(81,92,111,0.5);
}

.total_price span.price {
	display: block;
	margin: 5px 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	color: #515C6F;
}

.total_price span:last-child {
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	color: #727C8E;
}

.payments_inner .bottom .pay {
	float: right;
	min-width: 180px;
	height: 46px;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	line-height: 46px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	background: #70BE44 url(../images/arrow/arrow-right-white.svg) no-repeat right 10px center;
	background-size: 8px;
	border: none;
	border-radius: 10px;
	transition: background 600ms ease;
	box-shadow: 0px 5px 10px 0px rgba(161,217,130,0.4);
}

.payments_inner .bottom .pay:hover {
	background-color: #71D43A;
}



.account {
	padding: 50px 0 100px;
}

.account_menu {
	position: relative;
	padding: 15px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 8px 15px 0px rgba(231,234,240,1)
}

.account_menu a {
	float: left;
	display: block;
	width: 100%;
	margin-bottom: 25px;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #515C6F;
	transition: color 600ms ease;
}

.account_menu a:hover {
	color: #70BE44;
}

.account_menu a:last-child {
	margin-bottom: 0;
	color: #FF6969;
}

.account_menu a i.icon {
	float: left;
	width: 24px;
	height: 24px;
	margin-right: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 100%;
}

.account_menu a i.icon.icon-all-order {background-image: url(../images/icon/icon-all-order.svg);}
.account_menu a i.icon.icon-shipping {background-image: url(../images/icon/icon-shipping.svg); background-size: auto 100%;}
.account_menu a i.icon.icon-payment {background-image: url(../images/icon/icon-menu-payment.svg);}
.account_menu a i.icon.icon-faq {background-image: url(../images/icon/icon-menu-faq.svg);}
.account_menu a i.icon.icon-invite {background-image: url(../images/icon/icon-invite.svg);}
.account_menu a i.icon.icon-support {background-image: url(../images/icon/icon-menu-support.svg);}
.account_menu a i.icon.icon-rate {background-image: url(../images/icon/icon-rate.svg);}

.account_info {
	margin-bottom: 20px;
}

.account_info figure {
	float: left;
	width: 110px;
	border-radius: 10px;
	box-shadow: 0px 8px 15px 0px rgba(231,234,240,1);
	overflow: hidden;
}

.account_info figure img {
	width: 100%;
}

.account_info .body {
	float: left;
	width: calc(100% - 110px);
	padding-top: 5px;
	padding-left: 15px;
}

.account_info .body h2 {
	margin: 0;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	color: #515C6F;
}

.account_info .body span {
	display: block;
	margin-top: 7px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	color: #515C6F;
}

.account_info .body a {
	display: block;
	width: 120px;
	height: 36px;
	margin-top: 20px;
	font-size: 12px;
	font-weight: 700;
	line-height: 36px;
	color: #727C8E;
	text-align: center;
	background: #fff;
	border-radius: 10px;
}

.account_content {
	position: relative;
	min-height: 400px;
	padding: 20px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 8px 15px 0px rgba(231,234,240,1);
}

.invite {
	position: relative;
}

.invite span.txt {
	display: block;
	margin-bottom: 30px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	color: #727C8E;
}

.account_content input[type="submit"] {
	display: block;
	width: 270px;
	height: 46px;
	margin: 15px 0 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	background: #70BE44;
	border: none;
	border-radius: 10px;
	transition: background 600ms ease;
}

.account_content input[type="submit"]:hover {
	background: #5AA72F;
}

.account_new_card span.txt {
	display: block;
	margin-bottom: 30px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	color: #727C8E;
	opacity: 0.5;
}

.account_new_card .card_details {
	max-width: 500px;
	padding: 0;
}

.account_cards .head {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.account_cards .head span {
	float: left;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	color: #727C8E;
}

.account_cards .head span:first-child {width: 350px;}

.account_cards .list {
	float: left;
	width: 100%;
}

.account_cards .list .item {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.account_cards .list .item .body {
	float: left;
	width: calc(100% - 70px);
	padding: 15px;
	border: 1px solid rgba(114,124,142,0.3);
	border-radius: 5px;
}

.account_cards .list .item .body .bottom {
	float: left;
	display: none;
	width: 100%;
	padding-top: 15px;
}

.account_cards .list .item span.delete {
	float: left;
	width: 70px;
	margin-top: 15px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	color: #EF0B0B;
	text-align: center;
	cursor: pointer;
}

.account_cards .list .item figure {
	float: left;
	margin-right: 25px;
}

.account_cards .list .item span {
	float: left;
	display: block;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #727C8E;
}

.account_cards .list .item span.card_number {
	width: 272px;
}

.account_cards .list .item span.arrow {
	float: right;
	width: 12px;
	height: 12px;
	cursor: pointer;
	background: url(../images/arrow/arrow-select-down.svg) no-repeat center;
}

.account_cards .list .item span.arrow.is_open {
	transform: rotate(-180deg)
}

.account_cards .btn_add_card {
	display: block;
	width: 270px;
	max-width: 100%;
	height: 36px;
	margin: 0 auto;
	font-size: 12px;
	font-weight: 700;
	line-height: 36px;
	color: #fff;
	text-align: center;
	background: #70BE44;
	border: none;
	border-radius: 10px;
	transition: background 600ms ease;
}

.account_cards .btn_add_card:hover {
	background: #5AA72F;
}

.account_info {
	margin: 0 auto;
	padding: 30px 0;
}

.account_info input[type="submit"] {
	margin-top: 30px;
	width: 100%;
}

.account_order {
	position: relative;
}

.account_order select {
	display: block;
	min-width: 160px;
	height: 50px;
	padding-left: 20px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	color: #727C8E;
	cursor: pointer;
	background: #fff url(../images/arrow/arrow-select-down.svg) no-repeat right 20px center;
	background-size: 14px;
	border: 1px solid rgba(114,124,142,0.3);
	border-radius: 10px;
}

.social {
	float: right;
	margin-bottom: 40px;
}

.social span {
	float: left;
	margin-right: 20px;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	color: #727C8E;
}

.social a {
	float: left;
	margin-right: 20px;
	font-size: 24px;
	color: #727C8E;
	line-height: 1;
}

.social a:last-child {
	margin-right: 0;
}

.footer_phone_number {
	float: left;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	color: #727C8E;
	vertical-align: top;
}

.footer_phone_number i {
	position: relative;
	top: 4px;
	margin-right: 15px;
	font-size: 24px;
	color: #006FFF;
}
#bannerCarousel{
	clear: both;
}
.not_exists_btn{
	float: right;
	display: block;
	height: 44px;
	padding: 0 20px 0 15px;
	font-size: 16px;
	line-height: 44px;
	text-align: center;
	border: none;
	border-radius: 10px;
	transition: background 500ms ease;
	background: #d9dbd8;
	background-color: rgb(217, 219, 216);
	color: #bd4545;
}

[data-notify="container"] {
	font-size: 30px;
}
