@charset "UTF-8";
@font-face {
	font-family: 'Muli';
	src: url("../fonts/moli.ttf");
	font-weight: 500;
	font-style: normal; }

@font-face {
	font-family: 'Muli';
	src: url("../fonts/molir.ttf");
	font-weight: 400;
	font-style: normal; }

@font-face {
	font-family: 'Muli';
	src: url("../fonts/molieb.ttf");
	font-weight: 700;
	font-style: normal; }

#admin_bar_iframe {
	display: none; }

input[type="text"], input[type="email"], input[type="tel"], input[type="password"], textarea.form-control, select.form-control {
	border-radius: 0px;
	border: 1px solid #d1d1d1;
	outline: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none; }

/*******************************
1 - GENERAL CSS STARTS
********************************/
.animated {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-delay: 500ms;
	animation-delay: 500ms; }

.animate-out {
	-webkit-animation-delay: 0ms;
	animation-delay: 0ms; }

/*---------------- 1.2 Global properties (body, common classes, structure etc) Starts ----------------------*/
body {
	font-family: 'Muli';
	font-weight: normal;
	background-color: #ffffff;
	color: #525252;
	-webkit-font-kerning: auto;
	-webkit-font-smoothing: antialiased;
	-webkit-backface-visibility: visible !important;
	overflow-x: hidden; }

.wrapper {
	overflow-x: hidden; }

.boxed .wrapper {
	background-color: #ffffff;
	margin: 0 auto;
	max-width: 1200px; }

.no-padding {
	padding-left: 0;
	padding-right: 0; }

.no-pad-right {
	padding-right: 0; }

.no-pad-left {
	padding-left: 0; }

.no-margin {
	margin: 0; }

img {
	max-width: 100%;
	/*max-height: 100%;*/
	height: auto; }

.owl-carousel .owl-item img {
	width: auto;
	height: auto; }

.light-bg {
	background-color: #f7f6f2; }

.white-bg {
	background-color: #fff; }

.black-bg {
	background-color: #000; }

.rel-div {
	position: relative; }

.mask-overlay, .theme-color-mask, .white-mask {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0; }

.mask-overlay {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0; }

.white-mask {
	background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0; }

strong {
	font-weight: 600; }

.section-icon {
	text-align: center; }
.section-icon .icon i {
	color: #61c472;
	font-size: 11px;
	margin: auto 1px; }

.section-icon .icon {
	font-size: 15px; }

.white-color {
	color: #fff; }

.black-color {
	color: #000000; }

.gray-color {
	color: #999; }

.main-color {
	color: #525252; }

.green-clr {
	color: #669900; }

.red-clr {
	color: #e04337; }

.clr-txt-2 {
	color: #90d3a6; }

.block-inline {
	display: inline-block;
	width: 100%;
	vertical-align: middle; }

.list-items li {
	display: inline-block;
	margin: 0 5px; }

.list-items {
	margin-bottom: 0; }

/*-- Tags --*/
.prod-tag {
	position: absolute;
	font-size: 13px;
	top: 10px;
	left: 10px;
	text-align: center;
	z-index: 9;
	text-transform: uppercase;
	font-weight: 500;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	line-height: 45px;
	position: absolute;
	padding: 0;
	background-color: #b8e866; }
.prod-tag:before {
	content: "";
	border-right: 17px solid transparent;
	border-left: 17px solid transparent;
	border-bottom: 17px solid #b8e866;
	position: absolute;
	top: -6px;
	right: -6px;
	transform: rotate(30deg);
	border-top: none; }
@media (max-width: 480px) {
	.prod-tag {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 12px; }
	.prod-tag:before {
		right: -7px; } }

/*------------------- 1.2 Global properties (body, common classes, structure etc) Ends -----------------*/
/*---------------------- 1.3 Section Space Starts ----------------------------*/
section {
	position: relative; }

.sec-space {
	padding-bottom: 50px;
	padding-top: 50px; }

.sec-space-bottom {
	padding-bottom: 50px; }

.sec-space-top {
	padding-top: 50px; }

.ptb-10 {
	padding-bottom: 10px;
	padding-top: 10px; }

.pb-10 {
	padding-bottom: 10px; }

.pt-10 {
	padding-top: 10px; }

.ptb-15 {
	padding-bottom: 15px;
	padding-top: 15px; }

.pb-15 {
	padding-bottom: 15px; }

.pt-15 {
	padding-top: 15px; }

.ptb-50 {
	padding-bottom: 50px;
	padding-top: 50px; }

.pb-50 {
	padding-bottom: 50px; }

.pt-50 {
	padding-top: 50px; }

.ml-10 {
	margin-left: 10px; }

/*---------------------------- 1.3 Page section block Ends ---------------------------*/
/*--------------------------- 1.4 Typography (section title, links, page dividers) Starts -------------------------- */
a:hover,
a:active,
a:focus,
.btn:hover, .btn:focus, .btn:active {
	text-decoration: none;
	outline: 0; }

a, .btn, button {
	-ms-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	color: #333; }

a:hover,
a:active,
a:focus {
	text-decoration: none; }

a.clr-txt:hover {
	color: #525252; }

p {
	margin-bottom: 15px;
	line-height: 1.7; }

ul,
ol {
	padding-left: 0;
	list-style: none;
	margin-bottom: 20px; }

.required {
	color: red; }

ul ul,
ol ul,
ul ol,
ol ol {
	padding-left: 20px; }

h2, h3, h4, h5, h6 {
	margin-top: 10px;
	margin-bottom: 10px; }

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
	color: #525252; }

.title-wrap {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 30px; }
.title-wrap > p {
	font-size: 16px;
	margin: 35px auto 25px;
	width: 80%; }

.section-title {
	font-size: 40px;
	letter-spacing: 1px; }

.sub-title {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 4px; }

.sub-title-sm {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 6px;
	color: #9f9f9f; }

.sub-title-1 {
	font-size: 10px;
	text-transform: uppercase;
	color: #9f9f9f; }

.title-1 {
	font-size: 18px; }

.title-2, .widget-title {
	font-size: 22px;
	font-weight: 700; }

.title-sec {
	font-size: 40px; }

.over-txt-title .light-font {
	position: relative;
	text-align: center; }

.over-txt {
	bottom: 0;
	font-size: 12px;
	font-weight: 600;
	height: 17px;
	left: 0;
	margin: auto;
	padding: 2px;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%; }

strong {
	font-weight: 600; }

.divider-full-1 {
	border: 1px dashed #e9e9e9;
	display: inline-block;
	height: 1px;
	margin: 10px auto;
	width: 100%;
	vertical-align: middle; }

.divider-1 {
	background-color: #eee;
	display: inline-block;
	height: 2px;
	margin: 10px auto;
	width: 40px; }

.divider-2 {
	background-color: #eee;
	display: inline-block;
	height: 2px;
	margin: 10px auto;
	width: 30px; }

/*-- Theme Tabs --*/
.theme-tabs {
	font-size: 16px;
	margin: 0; }
.theme-tabs > li {
	display: inline-block;
	vertical-align: middle;
	margin: 3px; }
.theme-tabs a {
	border: 2px solid #d8d8d7;
	border-radius: 25px;
	color: #9f9e9c;
	display: inline-block;
	height: 45px;
	line-height: 30px;
	min-width: 180px;
	padding: 5px 10px;
	text-align: center;
	vertical-align: middle; }
.theme-tabs.small a {
	border-width: 1px;
	font-size: 14px;
	height: 30px;
	line-height: 18px;
	min-width: initial;
	padding: 5px 15px; }
.theme-tabs .active a {
	color: #fff;
	-webkit-box-shadow: 1px 4px 51px -17px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 1px 4px 51px -17px rgba(0, 0, 0, 0.75);
	box-shadow: 1px 4px 51px -17px rgba(0, 0, 0, 0.75); }
.theme-tabs a:hover, .theme-tabs a:focus {
	color: #fff;
	-webkit-box-shadow: 1px 4px 51px -17px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 1px 4px 51px -17px rgba(0, 0, 0, 0.75);
	box-shadow: 1px 4px 51px -17px rgba(0, 0, 0, 0.75); }

.organic-content > .tab-pane {
	display: none;
	height: 0; }

.organic-content > .active {
	height: auto;
	display: block; }

/*-- ./Theme Tabs --*/
/*------------------------ 1.4 Typography (section title, links, page dividers) Ends ---------------------- */
/*--------------------------- 1.5 Buttons Starts ---------------------- */
.theme-btn, .theme-btn-2, .theme-btn-3 {
	border: medium none;
	border-radius: 2em;
	box-shadow: none;
	font-size: 18px;
	color: #fff; }

.theme-btn > i {
	font-size: 14px;
	margin-left: 5px; }

.theme-btn-sm, .theme-btn-sm-2, .theme-btn-sm-3 {
	border-radius: 2em;
	display: inline-block;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase; }

.theme-btn-2, .theme-btn-sm-2 {
	background: #00b09b;
	background: -webkit-linear-gradient(to right, #96c93d, #00b09b);
	background: linear-gradient(to right, #96c93d, #00b09b);
	color: #fff;
	padding: 14px 30px;
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
	height: auto;
	line-height: 1.1; }
.theme-btn-2:hover, .theme-btn-2:focus, .theme-btn-sm-2:hover, .theme-btn-sm-2:focus {
	background: #00b09b;
	background: -webkit-linear-gradient(to right, #96c93d, #00b09b);
	background: linear-gradient(to right, #96c93d, #00b09b);
	color: #fff; }

.sm-bnt-wht {
	background-color: #fff;
	border-radius: 2em;
	border: 1px solid #bac3c3;
	color: #bac3c3;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	height: 35px;
	line-height: 25px;
	min-width: 120px;
	padding: 5px 20px;
	text-align: center;
	text-transform: uppercase; }

.light-bg .sm-bnt-wht {
	border: 1px solid #fff; }

.sm-bnt-wht:hover, .sm-bnt-wht:focus {
	background-color: #525252;
	border-color: #525252;
	color: #fff; }

.slide-btn::after {
	background: #fff none repeat scroll 0 0;
	border-radius: 30px;
	bottom: 5px;
	content: "";
	left: 5px;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: -2; }

.slide-btn {
	background: #22c1c3;
	/* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #fdbb2d, #22c1c3);
	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #fdbb2d, #22c1c3);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	border: medium none;
	border-radius: 30px;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	height: 50px;
	line-height: 50px;
	outline: medium none;
	padding: 0 16px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: 160px;
	z-index: 3; }
.slide-btn:hover {
	color: #fff; }
.slide-btn:hover::after {
	background: transparent; }

.animated {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-delay: 500ms;
	animation-delay: 500ms; }

.animate-out {
	-webkit-animation-delay: 0ms;
	animation-delay: 0ms; }

label.btn input {
	background: transparent none repeat scroll 0 0;
	border: medium none;
	text-transform: uppercase; }

.form-group {
	margin-bottom: 20px; }

.form-control, .input-group-addon, .bootstrap-select .btn {
	background-color: #fbfbfb;
	border-color: #e7e7e6;
	border-radius: 25px;
	box-shadow: none;
	font-size: 13px;
	height: 45px;
	line-height: 40px;
	padding: 10px 20px; }

textarea.form-control, textarea {
	height: auto !important;
	resize: vertical; }

/*-- Checkbox/Radiobox Starts --*/
.form-group [type="checkbox"], .form-group [type="radio"] {
	border: 0 none;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px; }

.form-group .checkbox-inline, .form-group .radio-inline {
	font-size: 16px;
	line-height: normal;
	padding-left: 0;
	text-transform: none; }

.form-group [type="checkbox"] + span, .form-group [type="radio"] + span {
	cursor: pointer;
	vertical-align: text-top; }

.form-group [type="checkbox"] + span::before {
	color: #e6e6e5;
	content: "\f096";
	font-family: FontAwesome;
	font-size: 18px;
	margin-right: 8px;
	vertical-align: middle;
	line-height: 0; }

.form-group [type="checkbox"]:checked + span:before {
	content: "\f046";
	font-family: FontAwesome; }

.form-group [type="radio"] + span::before {
	color: #999999;
	content: "\f10c";
	font-family: FontAwesome;
	font-size: 14px;
	margin-right: 8px;
	vertical-align: middle;
	line-height: 0; }

.form-group [type="radio"]:checked + span:before {
	content: "\f192";
	font-family: FontAwesome; }

/*-- Checkbox/Radiobox Ends --*/
/*--Bootstrap Select--*/
.bootstrap-select .btn .filter-option {
	font-size: 12px;
	line-height: 30px; }

.bootstrap-select.btn-group .dropdown-toggle .caret {
	border: none;
	margin-top: 0;
	right: 30px;
	top: 0; }

.bootstrap-select.btn-group .dropdown-toggle .caret:after {
	content: "\f107";
	font-family: fontawesome;
	font-size: 14px; }

.bootstrap-select .btn-default.active.focus, .bootstrap-select .btn-default.active:focus, .bootstrap-select .btn-default.active:hover,
.bootstrap-select .btn-default.focus:active, .bootstrap-select .btn-default:active:focus, .bootstrap-select .btn-default:active:hover,
.bootstrap-select > .dropdown-toggle.btn-default.focus, .bootstrap-select > .dropdown-toggle.btn-default:focus,
.bootstrap-select > .dropdown-toggle.btn-default:hover {
	background-color: transparent;
	border-color: #cccccc; }

.bootstrap-select .dropdown-toggle:focus {
	outline: 0 none !important;
	outline-offset: 0; }

::-webkit-input-placeholder {
	color: #a7aaad; }

:-moz-placeholder {
	color: #a7aaad; }

::-moz-placeholder {
	color: #a7aaad; }

:-ms-input-placeholder {
	color: #a7aaad; }

.form-control::-webkit-input-placeholder {
	color: #cccccc;
	opacity: 1; }

.form-control::-moz-placeholder {
	color: #cccccc;
	opacity: 1; }

.form-control:-ms-input-placeholder {
	color: #cccccc;
	opacity: 1; }

.form-control:focus {
	background-color: transparent;
	border-color: #e7e8ec;
	box-shadow: none;
	outline: 0 none; }

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
	outline: 0; }

input:focus::-webkit-input-placeholder {
	color: transparent !important; }

input:focus:-moz-placeholder {
	color: transparent !important; }

input:focus::-moz-placeholder {
	color: transparent !important; }

input:focus:-ms-input-placeholder {
	color: transparent !important; }

textarea:focus::-webkit-input-placeholder {
	color: transparent !important; }

textarea:focus:-moz-placeholder {
	color: transparent !important; }

textarea:focus::-moz-placeholder {
	color: transparent !important; }

textarea:focus:-ms-input-placeholder {
	color: transparent !important; }

/*---------------------------- 1.6 Form / Input / Textarea Ends ------------------------------ */
/*---------------------------------- 1.7 Theme Colors Starts -------------------------------- */
a:hover,
a:active,
a:focus, .clr-txt, .mega-dropdown-menu .sub-list > li a:hover:before, .footer-widget .list li a:hover:before, .form-group [type="checkbox"]:checked + span::before,
.top-nav > li a:hover, .top-nav > li a:focus, .breadcrumb-menubar > li > a:hover, .breadcrumb-menubar > li > a:focus, .blog-tabs li a:hover, .blog-tabs .active a {
	color: #61c472; }

.crl-bg, .theme-btn, .primary-navbar > li > a:after, .theme-tabs .active a, .theme-tabs a:hover, .theme-tabs a:focus, .product-box::after,
.mega-dropdown-menu .menu-title::after, .deal-count:before, .page-footer .divider-2, .tags-widget a:hover, .tags-widget a:focus, .prod-tabs .tabs > li > a::after,
.blog-tabs li a::after, .blog-tabs .active a::after {
	background-color: #61c472; }

.theme-tabs .active a, .theme-tabs a:hover, .theme-tabs a:focus, .organic-prod:hover:before, .tags-widget a:hover,
.tags-widget a:focus, .product-single .item > a:hover, .product-single .item > a:focus, .product-single .synced .item > a {
	border-color: #61c472; }

#map {
	border: 2px solid #7fba00; }

blockquote {
	border-left: 2px solid #61c472; }

/*------------------------ 1.7 Theme Colors Ends ------------------------ */
/*--------------------------1.8 Theme Fonts Starts------------------- */
.font-2, p {
	font-family: 'Roboto', sans-serif; }

.prod-tag, .fontbold-2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	z-index: 9; }

.pagintn {
	margin-bottom: 10px; }

.font-3, .title-sec {
	font-family: 'Pacifico', sans-serif; }

.normal-font {
	font-weight: normal; }

.italic-font {
	font-style: italic; }

.extra-bold-font {
	font-weight: 800; }

.medium-font {
	font-weight: 500; }

.light-font {
	font-weight: 300; }

.upper-text {
	text-transform: uppercase; }

.normal-text {
	text-transform: none; }

.capital-text {
	text-transform: capitalize; }

.fsz-10 {
	font-size: 10px; }

.fsz-12 {
	font-size: 12px; }

.fsz-16 {
	font-size: 16px; }

.fsz-20 {
	font-size: 20px; }

.fsz-30 {
	font-size: 30px; }

.fsz-35 {
	font-size: 35px; }

.fsz-50 {
	font-size: 50px; }

/*-------------------------1.8 Theme Fonts Ends--------------------- */
/*-------------------------  1.9 - Rating Stars Starts --------------------- */
.rating span.star::before {
	color: #626262;
	font-size: 15px;
	content: "\f005";
	font-family: FontAwesome;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; }

.rating span.star.active::before {
	color: #f6cc28; }

.rating span.star.half:before {
	color: #f6cc28;
	content: "\f123";
	font-family: FontAwesome; }

/*------------------------- 1.9 - Rating Stars Ends --------------------- */
/*--------------------- 1.10 - Products Starts ------------------------- */
.product-box {
	border-radius: 10px;
	overflow: hidden;
	margin: 0px auto 30px;
	text-align: center;
	position: relative; }
@media (max-width: 480px) {
	.product-box .price .clr-txt {
		font-size: 13px; }
	.product-box .price .light-font {
		font-size: 11px; } }

.owl-carousel .product-box {
	margin: 40px auto; }
@media (max-width: 767px) {
	.owl-carousel .product-box {
		margin: 20px auto; } }

.product-box:hover {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25); }

.light-bg .product-box {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); }

.product-box::after {
	bottom: 0;
	content: "";
	display: block;
	height: 3px;
	margin: auto;
	vertical-align: middle;
	width: 60px;
	opacity: 0;
	visibility: hidden;
	transform: translateX(-65px);
	-webkit-transform: translateX(-65px);
	transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s; }

.product-box:hover:after {
	opacity: 1;
	visibility: visible;
	transform: translateX(0px);
	-webkit-transform: translateX(0px); }

.product-media {
	position: relative; }
.product-media .tag_promotion {
	background: #00b09b;
	/* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #96c93d, #00b09b);
	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #96c93d, #00b09b);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	padding: 0 15px;
	line-height: 24px;
	color: #fff;
	bottom: 0;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	overflow: hidden;
	position: absolute;
	bottom: 0; }

.product-media > .prod-img {
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
	position: absolute;
	z-index: 1; }

.price del {
	color: #999;
	margin-left: 3px; }

.product-media > img.shape {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	right: 0;
	margin: auto; }

.product-title {
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; }

.product-caption {
	text-align: center;
	padding: 10px 5px 30px;
	background-color: #f7f8f9; }

.prod-icons {
	position: absolute;
	bottom: 0;
	background: rgba(255, 255, 255, 0.7);
	width: 100%;
	left: 0;
	opacity: 0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-o-transform: translateY(100%);
	padding: 15px 0; }
.prod-icons form {
	margin-bottom: 0; }

.prod-icons a {
	background-color: #61c472;
	color: #fff;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	width: 40px;
	border-radius: 50%; }
.prod-icons a:hover {
	background-color: #42b055;
	color: #fff;
	cursor: pointer; }

/*.prod-icons a:nth-child(2n):hover {
background-color: #79d1d6;
}*/
.product-box:hover .prod-icons {
	opacity: 1;
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-o-transform: translateY(0%); }

/*--------------------- 1.10 - Products Ends ------------------------- */
/*--------------------- 1.11 - Slider Pagination Starts ------------------------- */
.owl-theme .owl-controls {
	text-align: center; }

.owl-theme.dots-1 .owl-dot {
	background-color: #f7f6f2;
	display: inline-block;
	height: 8px;
	margin-left: 1px;
	position: relative;
	vertical-align: middle;
	width: 50px; }

.light-bg .owl-theme.dots-1 .owl-dot {
	background-color: #eeede9; }

.owl-theme.dots-1 .owl-dot:hover, .owl-theme.dots-1 .owl-dot.active {
	background-color: #42b055; }

.owl-theme.dots-1 .owl-dot:first-child {
	border-radius: 5px 0 0 5px; }

.owl-theme.dots-1 .owl-dot:last-child {
	border-radius: 0 5px 5px 0; }

.dots-2 .owl-dots {
	counter-reset: dots; }

.dots-2 .owl-dot:before {
	counter-increment: dots;
	content: counter(dots); }

.dots-2 .owl-dot {
	background-color: #fff;
	border-radius: 1em;
	color: #dedede;
	display: inline-block;
	font-weight: 600;
	height: 25px;
	line-height: 25px;
	margin: 5px;
	width: 25px; }

.dots-2 .owl-dot:hover, .dots-2 .owl-dot.active {
	background-color: #42b055;
	color: #fff; }

.nav-1 .owl-nav {
	border: 1px solid #efefef;
	border-radius: 1em;
	display: inline-block;
	margin-top: -52px;
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden; }

.nav-1 .owl-nav > div {
	color: #9f9f9f;
	display: inline-block;
	font-size: 10px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	width: 35px; }

.nav-1 .owl-nav > div:hover, .nav-1 .owl-nav > div:focus {
	background-color: #42b055;
	color: #fff; }

.nav-1 .owl-prev {
	border-right: 1px solid #efefef; }

/*--------------------- 1.11 - Slider Pagination Ends------------------------- */
/*--------- 1.12 Breadcrumb Starts ---------- */
.breadcrumb-bg {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 30px 0 30px; }

.breadcrumb-bg.bg-2 {
	text-align: center; }

.site-breadcumb .section-title {
	font-size: 30px; }

.breadcrumb-menubar {
	background: transparent none repeat scroll 0 0;
	margin: 7px 0 0;
	padding: 0; }

.breadcrumb-menubar > li {
	text-transform: uppercase;
	font-weight: 500;
	color: #a8a7a4;
	width: 100%;
	font-size: 12px; }

.breadcrumb-menubar > li > a {
	color: #a8a7a4; }

.breadcrumb-menubar > li > a:after {
	content: "/";
	color: #a8a7a4;
	padding: 0 3px; }

/*--------- 1.12 Breadcrumb Ends ---------- */
/*---------------------------------- 1.13 Content Middle Starts -------------------------------- */
.tbl-rel {
	position: relative; }

.tbl-wrp {
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0; }

.tbl-wrp .text-middle {
	display: table;
	height: 100%;
	width: 100%;
	position: relative; }

.tbl-wrp .tbl-cell {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	width: 100%; }

/*------------------------ 1.13 Content Middle Ends ------------------------ */
/*******************************
1 - GENERAL CSS ENDS
********************************/
/*******************************
2 - HEADER CSS STARTS
********************************/
/* Top Header */
.top-nav > li {
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	color: #999999;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	height: 33px;
	padding: 7px 25px;
	vertical-align: middle; }

.top-nav > li + li {
	margin-left: -4px; }

.top-nav > li a {
	color: #999; }

.header-topbar .left {
	float: left; }

.header-topbar .right {
	float: right; }

.top-nav {
	margin: 0; }

.header-topbar {
	padding: 0 25px;
	background-color: #f7f6f2; }

.top-nav .btn.dropdown-toggle.btn-default {
	background-color: transparent;
	border: medium none;
	border-radius: 0;
	box-shadow: none;
	font-size: 12px;
	height: auto;
	line-height: normal;
	padding: 0;
	min-width: 30px; }

.top-nav .bootstrap-select.btn-group .dropdown-toggle .caret::after {
	font-size: 12px; }

.top-nav .filter-option.pull-left {
	color: #999999;
	line-height: normal;
	text-transform: none; }

.top-nav .bootstrap-select.btn-group .dropdown-toggle .caret {
	color: #999999;
	right: 0; }

.top-nav .social-icon > a {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 25px;
	display: inline-block;
	font-size: 10px;
	height: 20px;
	line-height: 15px;
	text-align: center;
	width: 20px; }

.top-nav .social-icon > a:hover {
	background-color: #525253;
	color: #fff; }

/* Top Header */
.main-header {
	padding-top: 0px;
	transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s; }
.main-header .top-bar {
	background-color: #61c472;
	padding: 7px 0;
	margin-bottom: 10px; }
.main-header .top-bar ul {
	margin: 0; }
.main-header .top-bar ul li {
	padding: 0; }
.main-header .top-bar ul li a {
	font-size: 13px;
	color: #fff;
	display: inline-block;
	padding: 0 10px;
	border-left: 1px solid #42b055; }
.main-header .top-bar ul li a:hover, .main-header .top-bar ul li a:focus {
	color: #fff;
	text-decoration: none; }
.main-header .top-bar ul li:first-child a {
	border-left: none; }

.home-wrap .main-header {
	left: 0;
	position: relative;
	right: 0;
	top: 0;
	z-index: 11; }

.main-header.is-sticky {
	background-color: #fff;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
	padding: 20px 10px;
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s; }

.main-logo img {
	max-width: 250px; }

.main-logo .medium-font {
	font-size: 11px;
	letter-spacing: 3px;
	margin-left: 15px; }

.main-logo strong {
	position: relative; }

.main-logo strong > img {
	bottom: 100%;
	left: 0;
	margin: auto auto -10px;
	position: absolute;
	right: 0; }

.primary-navbar {
	margin: 0;
	text-align: center;
}

.primary-navbar > li {
	display: inline-block;
	margin-top: 2px;
	padding-bottom: 15px;
	padding-top: 15px;}

.primary-navbar > li a {
	font-weight: 500;
	padding: 12px 25px;
	text-transform: uppercase;
	position: relative;
	font-size: 15px;
	display: block; }

.primary-navbar > li.active > a {
	color: #61c472; }

.primary-navbar > li .dropdown-menu a {
	font-size: 13px;
	text-transform: capitalize; }

.primary-navbar > li.active a::after, .primary-navbar > li a:hover::after, .primary-navbar > li a:focus::after {
	bottom: -5px;
	opacity: 1; }

.style-2.main-header {
	background-color: #f9b600; }

.tag-product {
	margin-bottom: 15px; }

input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none; }

#btnnewreview {
	background: #61c472 !important;
	border-radius: 0; }
#btnnewreview:hover, #btnnewreview:focus {
	background: #42b055 !important; }

.style-2 .main-logo > a, .style-2.main-header, .style-2 .primary-navbar > li > a {
	color: #fff; }

.style-2 .main-logo > a:focus, .style-2 .main-logo > a:hover, .style-2 .primary-navbar > li > a:hover, .style-2 .primary-navbar > li > a:focus {
	color: #fa413e; }

.style-2 .primary-navbar > li > a::after {
	background-color: #fff; }

.style-2 .cart-hover > .cnt {
	background-color: #fa413e; }

/*---Header Navigation Megamenu---*/
.mega-dropdown-menu > .menu-block:nth-child(odd) {
	background-color: #f6f6f6; }

.navigation .primary-navbar li .mega-dropdown-menu {
	padding: 35px 15px; }

.primary-navbar > li:hover > .dropdown-menu.mega-dropdown-menu {
	transform: translateY(0px);
	-webkit-transform: translateY(0px); }

/*-- Megamenu and Shoppingcart --*/
.cart-megamenu {
	position: unset;
	float: right;
	text-align: right;
	margin-top: 0px; }
@media (max-width: 1024px) {
	.cart-megamenu {
		margin-top: 5px;
		margin-bottom: 5px; } }
.cart-megamenu img {
	width: 30px; }

.cart-megamenu > div {
	display: inline-block; }

/* Cart */
.cart-hover {
	margin-top: 10px;
	position: relative;
	cursor: pointer; }

.cart-hover > .cnt {
	border-radius: 2em;
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	height: 20px;
	right: -15px;
	line-height: 18px;
	position: absolute;
	text-align: center;
	top: -10px;
	width: 20px; }

.cart-hover > .price {
	font-weight: 500;
	margin-left: 15px;
	vertical-align: middle; }

/* Cart */
/*cart-popup*/
.cart-popup {
	background-color: #fff;
	margin-top: -10px;
	position: absolute;
	right: 0;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
	cursor: auto;
	z-index: 11;
	opacity: 0;
	visibility: hidden;
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s; }

.cart-hover:hover .cart-popup {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px); }

.cart-list {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	padding: 15px 0; }

.cart-list + .cart-list {
	border-top: 1px solid #eeeeee; }

.cart-list > div {
	display: table-cell;
	vertical-align: top; }

.cart-title {
	padding: 0 10px;
	width: 65%; }

.cart-list .close-icon i {
	background-color: #f7f6f2;
	border-radius: 2em;
	cursor: pointer;
	font-size: 10px;
	height: 25px;
	line-height: 23px;
	margin-top: 5px;
	text-align: center;
	width: 25px; }

.cart-list .close-icon i:hover {
	background-color: #525252;
	color: #fff; }

.cart-img {
	width: 70px; }

.sub-total > div {
	vertical-align: middle; }

/* Megamenu */
.mega-submenu {
	float: right;
	margin-top: 10px; }

.mega-dropdown-menu {
	top: 60px;
	left: 30px;
	position: absolute;
	right: 30px;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
	z-index: 5;
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px); }

.mega-dropdown-menu.open {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px); }

.mega-dropdown-menu .menu-block {
	padding: 30px 20px 0; }

.mega-dropdown-menu .owl-item:nth-child(even) .menu-block {
	background-color: #f6f6f6; }

.mega-dropdown-menu .menu-title {
	font-size: 22px;
	margin-bottom: 25px;
	padding-bottom: 17px;
	position: relative;
	color: #525252; }

.mega-dropdown-menu .menu-title::after {
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	width: 25px; }

.mega-dropdown-menu .sub-list {
	padding-left: 0;
	margin-bottom: 20px; }

.mega-dropdown-menu .sub-list > li {
	font-size: 15px;
	padding: 5px 0; }

.mega-dropdown-menu .sub-list > li a {
	position: relative;
	padding: 0; }

.mega-dropdown-menu .sub-list > li a:before {
	content: "\f18e";
	font-family: FontAwesome;
	color: #cccccc;
	margin-right: 10px; }

.mega-dropdown-menu .sub-list > li a:hover:before {
	-webkit-animation: bounceIn .5s;
	animation: bounceIn .5s; }

.mega-dropdown-menu .title {
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase; }

.mega-dropdown-menu .title > a {
	padding: 0;
	text-transform: uppercase !important; }

.mega-dropdown-menu .menu-img {
	height: 150px;
	position: relative;
	text-align: center; }

.mega-dropdown-menu .menu-img img {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	margin: auto; }

.mega-dropdown-menu .menu-toggle {
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 5;
	padding: 10px; }

/* ./ Megamenu */
/*-- ./ Megamenu and Shoppingcart --*/
.responsive-toggle {
	display: none !important; }

@media (max-width: 1024px) {
	.primary-navbar > li a {
		padding: 10px 9px; } }

@media (max-width: 1023px) {
	.home-wrap .main-header {
		position: static; }
	.fix-navbar {
		padding: 80px 0; }
	.responsive-toggle {
		border: 2px solid;
		cursor: pointer;
		height: 35px;
		line-height: 30px;
		margin-left: 20px;
		text-align: center;
		width: 35px;
		display: inline-block !important; }
	.responsive-menu .responsive-toggle {
		position: absolute;
		left: 10px;
		top: 15px;
		z-index: 5; }
	.responsive-menu {
		right: 0;
		max-width: 270px;
		padding: 0;
		position: fixed;
		top: 0;
		background-color: #f6f6f6;
		height: 100%;
		z-index: 999;
		transform: translateX(300px);
		-webkit-transform: translateX(300px); }
	.off-canvas-body .responsive-menu {
		transform: translateX(0px);
		-webkit-transform: translateX(0px); }
	.primary-navbar {
		text-align: left; }
	.primary-navbar > li {
		width: 100%;
		padding: 0 20px; }
	.primary-navbar li.open .dropdown-menu {
		display: block;
		border: none;
		position: static;
		width: 100%;
		padding: 0;
		opacity: 1;
		visibility: visible; }
	.primary-navbar li.open .mega-dropdown-menu {
		transform: none;
		-webkit-transform: none; }
	.primary-navbar > li > a::after {
		opacity: 0 !important; }
	.cart-megamenu .mega-dropdown-menu {
		height: 530px;
		overflow-y: auto; }
	.style-2 .responsive-menu {
		background-color: #525252; }
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
		margin: 0; }
	.scroll-js {
		height: 100%; } }

@media (min-width: 1200px) {
	.responsive-toggle {
		display: none !important; }
	/*-- Header --*/
	.primary-navbar li .dropdown-menu {
		opacity: 0;
		visibility: hidden;
		display: block;
		padding: 0;
		transform: translateY(50px);
		-webkit-transform: translateY(50px);
		-ms-transform: translateY(50px);
		transition: all 0.4s ease-in-out 0s;
		-webkit-transition: all 0.4s ease-in-out 0s;
		-ms-transition: all 0.4s ease-in-out 0s;
		top: 25px; }
	.primary-navbar > li:hover > .dropdown-menu {
		opacity: 1;
		visibility: visible;
		transform: translateY(18px);
		-webkit-transform: translateY(18px);
		-ms-transform: translateY(18px); }
	.primary-navbar .dropdown-menu li:hover > .dropdown-menu {
		opacity: 1;
		visibility: visible;
		transform: translateX(0px);
		-webkit-transform: translateX(0px);
		-ms-transform: translateX(0px); }
	.primary-navbar .dropdown-menu li .dropdown-menu {
		left: 100%;
		right: auto;
		top: 0;
		transform: translateX(-50px);
		-webkit-transform: translateX(-50px);
		-ms-transform: translateX(-50px); }
	/*---Header Navigation Megamenu---*/
	.header-style2 .responsive-menu, .primary-navbar .mega-dropdown {
		position: static; } }

@media (max-width: 1024px) {
	.primary-navbar li .dropdown-menu {
		opacity: 1;
		visibility: visible;
		display: none;
		padding: 0;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transition: all 0.4s ease-in-out 0s;
		-webkit-transition: all 0.4s ease-in-out 0s;
		-ms-transition: all 0.4s ease-in-out 0s; }
	.primary-navbar > li:hover > .dropdown-menu {
		opacity: 1;
		visibility: visible;
		display: block;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0); }
	.primary-navbar .dropdown-menu li:hover > .dropdown-menu {
		opacity: 1;
		visibility: visible;
		transform: translateX(0px);
		-webkit-transform: translateX(0px);
		-ms-transform: translateX(0px);
		display: block; }
	.primary-navbar .dropdown-menu li .dropdown-menu {
		left: 100%;
		right: auto;
		top: 0;
		transform: translateX(0);
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0); } }

@media (max-width: 991px) {
	.header-topbar .left {
		float: none;
		text-align: center; }
	.header-topbar .right {
		float: none;
		text-align: center; }
	.left .top-nav > li {
		border-bottom: 1px solid #dddddd; } }

@media (max-width: 767px) {
	.cart-popup {
		width: 280px;
		right: auto;
		left: 0; }
	.main-header {
		padding: 10px 10px;
		position: static; }
	.cart-megamenu {
		position: unset;
		text-align: right; }
	.cart-megamenu .responsive-toggle {
		margin: 6px 25px 0 0;
		float: right; } }

@media (max-width: 479px) {
	.top-nav > li {
		width: 100%;
		text-align: left; }
	.top-nav > li + li {
		margin-left: 0; }
	.left .top-nav > li {
		border-bottom: 1px solid #dddddd; }
	.right .top-nav > li {
		border-bottom: 1px solid #dddddd; }
	.item-product-cart-mobile {
		width: 100px; } }

/*******************************
2 - HEADER CSS ENDS
********************************/
/*******************************
3 - HOME CSS STARTS
********************************/
/*---------------------- Main Slider Starts ---------------------------- */
/*----- Slide-1 -------- */
.main-slide {
	position: relative; }

.main-slide > img {
	width: 100%; }

.slide-1 .slide-title {
	display: inline-block;
	position: relative; }

.slide-1 .slide-title > span {
	bottom: 17px;
	font-style: italic;
	position: absolute;
	right: 0; }

.slide-1 .slide-title2 .section-title {
	font-size: 70px; }

.slide-1 .slide-title2 .sub-title {
	display: inline-block;
	font-size: 15px;
	letter-spacing: 3px; }

@media (max-width: 992px) {
	.slide-1 .slide-title2 .section-title {
		font-size: 40px; }
	.slide-1 .slide-title2 .sub-title {
		font-size: 12px; } }

@media (max-width: 767px) {
	.slide-1 .slide-title2 {
		display: block;
		padding-bottom: 30px; }
	.slide-1 .slide-title {
		margin-bottom: 10px; }
	.slide-btn {
		height: 35px;
		line-height: 35px;
		font-size: 13px;
		padding: 0 10px;
		width: 120px; } }

@media (max-width: 480px) {
	.slide-1 .slide-title > img {
		max-width: 200px; }
	.slide-1 .slide-title2 {
		padding-bottom: 10px; }
	.slide-1 .slide-title2 .section-title {
		font-size: 20px;
		margin-bottom: 0; }
	.slide-1 .slide-title2 .sub-title {
		font-size: 11px;
		letter-spacing: 2px;
		margin-bottom: 0; } }

/*----- Slide-2 -------- */
.slide-2 .section-title strong > img {
	margin: auto auto -60px;
	right: 105px;
	left: auto; }

.slide-2 .slide-title2 .section-title {
	font-size: 150px;
	color: #fff; }

.slide-2 .slide-title2 .sub-title {
	background-image: url("../img/icons/slide-txt-bg-1.png");
	background-position: center center;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 15px;
	letter-spacing: 3px;
	padding: 15px;
	margin-bottom: 30px; }

@media (max-width: 992px) {
	.slide-2 .slide-title2 {
		padding-bottom: 0; }
	.slide-2 .slide-title2 .section-title {
		font-size: 80px; }
	.slide-2 .slide-title2 .sub-title {
		font-size: 12px;
		background-size: cover; }
	.slide-2 .section-title strong > img {
		margin: auto auto -30px;
		right: 50px; } }

@media (max-width: 480px) {
	.slide-2 .slide-title2 .section-title {
		font-size: 48px; }
	.slide-2 .slide-title2 .sub-title {
		display: none; }
	.slide-2 .section-title strong > img {
		margin: auto auto -20px;
		max-width: 30px;
		right: 30px; } }

/*----- Slide-3 -------- */
.slide-3 .slide-title2 .sub-title {
	background-image: url("../img/icons/slide-txt-bg-2.png");
	background-position: center center;
	background-repeat: no-repeat;
	color: #f4c300;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0;
	margin: 50px auto auto;
	padding: 15px; }

.main-slide .social-icon {
	bottom: 0;
	height: 150px;
	margin: auto;
	position: absolute;
	right: 5%;
	top: 0; }

.main-slide .social-icon > a {
	background-color: #fff;
	border-radius: 25px;
	color: #ffce00;
	display: block;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
	text-align: center;
	width: 30px; }

.main-slide .social-icon > a:hover {
	background-color: #ffce00;
	color: #fff; }

@media (max-width: 992px) {
	.slide-3 .slide-title2 .sub-title {
		font-size: 12px;
		background-size: cover; } }

@media (max-width: 480px) {
	.main-slide .social-icon {
		display: none; } }

/*----- Slide-4 -------- */
.slide-4 .slide-title2 .sub-title {
	color: #fff;
	font-size: 15px;
	letter-spacing: 3px;
	padding: 15px;
	margin-bottom: 30px; }

@media (max-width: 991px) {
	.slide-4 .slide-title2 {
		padding-bottom: 0; }
	.slide-4 .slide-title2 .sub-title {
		font-size: 12px; } }

@media (max-width: 767px) {
	.slide-4 .slide-title2 {
		padding-bottom: 25px; } }

@media (max-width: 480px) {
	.slide-4 .slide-title2 .sub-title {
		display: none; } }

/*---------------------- Main Slider Ends ---------------------------- */
/*--------------------- All Organic Starts ------------------------- */
.organic-wrap {
	display: inline-block;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 100%; }

.organic-wrap .tabs-box {
	display: inline-block;
	margin-top: 22px;
	width: 100%; }

@media (min-width: 1200px) {
	.organic-wrap .theme-tabs > li:nth-child(-n+2) {
		float: left; }
	.organic-wrap .theme-tabs > li:nth-child(n+3) {
		float: right; }
	.organic-wrap .logo-img {
		display: inline-block;
		left: 0;
		margin: auto;
		position: absolute;
		right: 0; }
	.pattern {
		margin-top: -45px; } }

@media (min-width: 992px) and (max-width: 1199px) {
	.pattern {
		margin-top: -35px; } }

@media (min-width: 768px) and (max-width: 991px) {
	.pattern {
		margin-top: -25px; } }

@media (max-width: 767px) {
	.pattern {
		margin-top: -20px; } }

@media (max-width: 380px) {
	.pattern {
		margin-top: -15px; } }

.organic-farm {
	background-color: #fafafa;
	padding-bottom: 50px; }
.organic-farm .section-title {
	font-size: 30px; }
.organic-farm .col-md-4 {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-radius: 5px; }
.organic-farm .col-md-4:hover {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25); }
.organic-farm .feature-wrap {
	margin-bottom: 20px;
	margin-top: 20px;
	display: table; }
.organic-farm .feature-wrap > a {
	display: block;
	width: 60px;
	float: left; }
.organic-farm .feature-wrap > a img {
	max-width: 60px;
	margin-right: 5px; }
.organic-farm .feature-wrap .feature-wrap-contetn {
	float: left;
	width: calc(100% - 60px); }
.organic-farm .feature-wrap .feature-wrap-contetn h3 {
	margin-top: 0; }
.organic-farm .feature-wrap p {
	margin-bottom: 0; }
.organic-farm .full-item2 .feature-wrap > a {
	display: block;
	width: 60px;
	float: right; }
.organic-farm .full-item2 .feature-wrap > a img {
	max-width: 60px;
	margin-left: 5px; }
.organic-farm .full-item2 .feature-wrap .feature-wrap-contetn {
	float: right;
	width: calc(100% - 60px); }
.organic-farm .full-item2 .feature-wrap .feature-wrap-contetn h3 {
	margin-top: 0; }
@media (max-width: 1024px) {
	.organic-farm .img-intro img {
		margin-top: 20%; } }
@media (max-width: 992px) {
	.organic-farm .img-intro img {
		margin-top: 0;
		max-width: 70%; }
	.organic-farm .full-item2 .feature-wrap > a {
		display: block;
		width: 60px;
		float: left; }
	.organic-farm .full-item2 .feature-wrap > a img {
		max-width: 60px;
		margin-left: 0;
		margin-right: 5px; }
	.organic-farm .full-item2 .feature-wrap .feature-wrap-contetn {
		float: left;
		width: calc(100% - 60px); }
	.organic-farm .full-item2 .feature-wrap .feature-wrap-contetn h3 {
		margin-top: 0; } }

.deals {
	position: relative; }
.deals.sec-space {
	padding-bottom: 0;
	z-index: 99; }

.deals .right-bg-img {
	position: absolute;
	top: 0;
	right: 0; }

.deals .left-bg-img {
	position: absolute;
	bottom: -5%;
	left: 0;
	z-index: 1; }

.deal-count {
	border-top: 2px solid #fff;
	margin-top: 50px;
	padding: 45px 0;
	position: relative;
	text-align: center;
	z-index: 9999; }

.deal-count:before {
	content: "";
	display: inline-block;
	height: 2px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: -2px;
	width: 170px; }

.countdown-section {
	display: inline-block;
	text-align: center;
	margin: auto 3px;
	width: 80px;
	height: 80px;
	border-top: 5px solid #a6d3a0;
	border-bottom: 5px solid #5ec6ce;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-position: 0 0, 100% 0;
	background-repeat: no-repeat;
	-webkit-background-size: 5px 100%;
	-moz-background-size: 5px 100%;
	background-size: 5px 100%;
	border-radius: 6px;
	background-image: -webkit-linear-gradient(top, #a6d3a0 0%, #5ec6ce 100%), -webkit-linear-gradient(top, #a6d3a0 0%, #5ec6ce 100%);
	background-image: -moz-linear-gradient(top, #a6d3a0 0%, #5ec6ce 100%), -moz-linear-gradient(top, #a6d3a0 0%, #5ec6ce 100%);
	background-image: -o-linear-gradient(top, #a6d3a0 0%, #5ec6ce 100%), -o-linear-gradient(top, #a6d3a0 0%, #5ec6ce 100%);
	background-image: linear-gradient(to bottom, #a6d3a0 0%, #5ec6ce 100%), linear-gradient(to bottom, #a6d3a0 0%, #5ec6ce 100%); }

.countdown-amount {
	display: inline-block;
	font-size: 40px;
	font-weight: 600;
	line-height: normal;
	margin: 0;
	text-align: center;
	text-transform: capitalize; }

.countdown-period {
	clear: both;
	color: #79d1d6;
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: normal;
	margin: 0;
	overflow: hidden;
	position: relative;
	text-transform: none; }

.deal-item {
	background-color: #fff;
	border-radius: 10px;
	margin-bottom: 15px;
	position: relative;
	display: block;
	height: 100%; }

.products-view-list .deal-item {
	border-radius: 0;
	margin-bottom: 15px;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 15px; }
.products-view-list .deal-item .deal-content {
	padding: 0;
	border-left: none; }
.products-view-list .deal-item .deal-content .deal-img {
	position: relative;
	height: auto; }
.products-view-list .deal-item .deal-content .deal-img img {
	position: relative; }

.deal-icons {
	display: table-cell;
	height: 100%;
	vertical-align: top;
	width: 60px; }

.deal-icons a {
	color: #dedede;
	display: table;
	font-size: 20px;
	height: 33.3333%;
	position: relative;
	text-align: center;
	width: 100%; }

.deal-icons a::before {
	bottom: 0;
	height: 25px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 25px; }

.deal-icons a:first-child {
	border-top-left-radius: 10px; }

.deal-icons a:last-child {
	border-bottom-left-radius: 10px; }

.deal-content {
	border-left: 2px solid #f7f6f2;
	display: block;
	padding: 20px 30px; }

.deal-icons a + a {
	border-top: 2px solid #f7f6f2; }

.deal-icons a:hover {
	background-color: #42b055;
	color: #fff; }

.deal-icons a:nth-child(2n):hover {
	background-color: #79d1d6; }

.deal-content .prod-tag {
	margin-top: 0; }

.deal-content .sub-title {
	color: #a0a0a0;
	font-size: 10px;
	margin: 0; }

.deal-text {
	width: 100%; }

.deal-img {
	/*position: absolute;
	bottom: -10%;
	right: 0;
	max-width: 170px;*/ }

.group-button a {
	display: inline-block;
	padding: 7px 30px;
	border: 2px solid #61c472;
	border-radius: 15px; }

.group-button a:hover, .group-button a:focus {
	color: #fff;
	background-color: #42b055;
	cursor: pointer; }

.deal-content .deal-img {
	position: relative;
	height: 205px; }

.deal-content .deal-img img {
	width: auto;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto; }

.deal-text h2, .deal-text h3 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; }

@media (max-width: 480px) {
	.deal-content {
		padding: 15px; }
	.deal-item {
		margin-bottom: 0; }
	.deal-text {
		width: 100%;
		margin-top: 20px; }
	.deal-img {
		position: initial; } }

@media (max-width: 360px) {
	.countdown-section {
		margin: 5px;
		width: 70px;
		height: 70px; }
	.countdown-section .countdown-amount {
		font-size: 30px; } }

/*--------------------- Deal Ends ------------------------- */
/*--------------------- Random Starts ------------------------- */
.random-prod {
	border: 1px solid #efefef;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 30px; }

.random-img {
	display: table-cell;
	vertical-align: middle; }

.random-img > img {
	max-height: 80px; }

.random-text {
	display: table-cell;
	padding-left: 10px;
	vertical-align: middle; }

.random-prod .divider {
	background-color: #eee;
	display: inline-block;
	height: 2px;
	width: 20px;
	margin: 12px auto 7px; }

/*-- Style-2 --*/
.random-prod-block .random-prod {
	padding: 30px 10px; }

.random-prod-block .random-img, .random-prod-block .random-text {
	display: block;
	text-align: center;
	padding-left: 0; }

.random-prod-block .random-img > img {
	margin: auto auto 15px; }

/*-- ./Style-2 --*/
.prod-banner.green-banner {
	background-color: #d7edcd; }

.green-banner .banner-box .btn {
	background-color: #b8c800; }

.green-banner .banner-box .btn:hover, .green-banner .banner-box .btn:focus {
	background-color: #90d3a6; }

.green-banner .title-sec {
	color: #95a200; }

.green-banner .title {
	text-align: right;
	color: #a7c57f; }

.prod-banner.orange-banner {
	background-color: #fbefa1; }

.orange-banner .banner-box .btn {
	background-color: #ffbd0e; }

.orange-banner .banner-box .btn:hover, .orange-banner .banner-box .btn:focus {
	background-color: #75d1d7; }

.orange-banner .title-sec {
	color: #ffbe00; }

.orange-banner .title {
	color: #afa765; }

.prod-banner {
	border-radius: 10px;
	padding: 30px 30px 40px;
	position: relative; }

.prod-banner > .title {
	font-size: 14px;
	margin-top: 0;
	position: relative;
	z-index: 3; }

.prod-banner .bottom-img {
	position: absolute;
	right: 15px;
	bottom: 0;
	z-index: 2; }

.prod-banner .top-img {
	left: 0;
	position: absolute;
	top: 0; }

.banner-box {
	border: 5px solid #fff;
	padding: 35px 25px;
	position: relative;
	z-index: 5; }

.banner-content {
	width: 60%; }

.banner-box .title-sec {
	margin: 0; }

.banner-box .btn > span {
	float: left; }

.banner-box .btn > i {
	float: right;
	margin-top: 3px; }

.banner-box .section-title {
	font-size: 35px;
	margin: 0; }

.banner-box .sub-title {
	letter-spacing: 2px; }

.banner-box .btn {
	border: 4px solid #fff;
	border-radius: 2em;
	bottom: 15px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	height: 38px;
	bottom: -20px;
	line-height: 20px;
	position: absolute;
	text-align: left;
	text-transform: uppercase;
	width: 150px;
	padding: 6px 20px; }

@media (max-width: 991px) {
	.prod-banner.orange-banner {
		margin-top: 30px; } }

@media (max-width: 767px) {
	.prod-banner .bottom-img {
		z-index: 0; }
	.banner-content {
		width: 100%; } }

/*--------------------- Random Ends ------------------------- */
/*--------------------- Subscribe Newsletter Starts ------------------------- */
.subscribe-wrap {
	position: relative; }

.subscribe-wrap .right-bg-img {
	position: absolute;
	top: 0;
	right: 0; }

.subscribe-wrap .left-bg-img {
	position: absolute;
	bottom: 0;
	left: 0; }

.newsletter-form .form-control {
	background-color: #fff;
	border-radius: 2em;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
	height: 52px;
	padding: 10px 20px; }

.newsletter-form .form-group {
	margin: 15px auto; }

/*--------------------- Subscribe Newsletter Ends------------------------- */
/*--------------------- Testimonials Starts ------------------------- */
.testimonials {
	position: relative;
	z-index: 1;
	background-color: #fff;
	border-bottom: 1px solid #eeeeee;
	border-radius: 10px;
	margin-top: -50px; }

.testi-wrap {
	padding: 50px; }

.testi-img {
	float: left; }

.testi-img > a {
	border: 5px solid #61c472;
	border-radius: 50%;
	display: inline-block;
	overflow: hidden; }

.testi-img > a > img {
	border-radius: 50%; }

.testi-caption {
	display: table-cell;
	padding-left: 30px;
	vertical-align: top; }

.testi-caption > p {
	color: #aaaaaa;
	font-size: 17px;
	margin-bottom: 25px; }

.testimonials .nav-1 .owl-nav {
	background-color: #fff;
	bottom: 0;
	top: auto;
	right: auto;
	margin: auto auto -13px;
	width: auto; }

@media (max-width: 991px) {
	.testi-wrap {
		padding: 50px 20px; } }

@media (max-width: 380px) {
	.testi-img {
		float: none; }
	.testi-caption {
		padding-left: 0; } }

/*--------------------- Testimonials Ends------------------------- */
/*--------------------- Latest News Starts ------------------------- */
.latest-news {
	display: inline-block;
	width: 100%;
	margin-top: 30px; }
.latest-news h2, .latest-news h3 {
	font-size: 18px; }

.news-img {
	float: left;
	margin: 20px auto auto 20px;
	position: relative; }

.news-img::before {
	border: 1px solid #efefef;
	border-radius: 10px;
	content: "";
	display: inline-block;
	height: 100%;
	left: -20px;
	position: absolute;
	top: -20px;
	width: 100%;
	z-index: -1; }

.news-caption {
	display: table-cell;
	padding-left: 30px;
	padding-top: 20px; }

.news-caption .sub-title-sm {
	letter-spacing: normal; }

@media (max-width: 567px) {
	.news-img {
		display: inline-block;
		float: none; }
	.news-caption {
		padding-left: 0; } }

/*--------------------- Latest News Ends ------------------------- */
/*--------------------- Short About Starts ------------------------- */
.short-about {
	position: relative; }

.short-about .left-top-img {
	position: absolute;
	top: 15%;
	left: 0; }

.short-about .left-bottom-img {
	position: absolute;
	bottom: -5%;
	left: 0;
	z-index: 1; }

.short-about .center-bg-img {
	position: absolute;
	top: 50%;
	right: 0; }

.short-about .title-wrap {
	font-size: 35px; }

.short-about .title-wrap > i {
	color: #7fba00;
	font-size: 15px;
	margin: auto 1px;
	vertical-align: middle; }

.about-wrap {
	text-align: center;
	position: relative;
	z-index: 1; }

.about-wrap .icon {
	font-size: 15px; }

.about-wrap .icon i {
	font-size: 11px;
	margin: auto 2px;
	color: #61c472; }

/*--------------------- Short About Ends ------------------------- */
/*--------------------- Naturix Quality Starts ------------------------- */
.food-quality > div {
	padding-left: 0;
	padding-right: 0; }

.quality-caption {
	display: block; }

.quality-img {
	background-color: #f2f2f2;
	border-radius: 50%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	width: 60px; }

.left .quality-img {
	float: right; }

.left .quality-caption {
	margin-right: 80px;
	text-align: right; }

.right .quality-img {
	float: left; }

.right .quality-caption {
	margin-left: 80px;
	text-align: left; }

/*--------------------- Naturix Quality Ends ------------------------- */
/*******************************
3 - HOME CSS ENDS
********************************/
/*******************************
4 - SHOP CSS STARTS
********************************/
/*--------------------- Sortbar Starts ------------------------- */
.sort-bar {
	position: relative; }

.sort-bar > .icon {
	text-align: center;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	bottom: -35px; }

.sort-dropdown {
	margin-right: 18px;
	display: inline-block; }

.sort-dropdown:last-child {
	margin-right: 0; }

.sort-dropdown > span, .sort-range > span {
	color: #bbbbbb;
	font-size: 12px;
	font-weight: 500; }

.sort-dropdown .bootstrap-select .btn {
	border-radius: 2em;
	height: 36px;
	line-height: 35px;
	padding: 5px 20px;
	width: 150px; }

.sort-dropdown .search-selectpicker {
	display: inline-block;
	margin-left: 15px; }

.sort-dropdown .bootstrap-select .btn .filter-option {
	line-height: 25px; }

.sort-bar {
	padding: 15px 0; }

.sort-bar .right {
	float: right; }

.search-wrap {
	display: inline-block;
	margin-left: 15px;
	position: relative;
	vertical-align: middle;
	width: 350px; }
.search-wrap .form-control {
	border: 1px solid #e7e7e6;
	border-radius: 2em;
	height: 37px;
	padding: 5px 20px; }
.search-wrap .btn {
	background-color: transparent;
	color: #bababa;
	position: absolute;
	right: 0;
	top: 0;
	height: 37px;
	line-height: 37px; }
.search-wrap .btn:hover, .search-wrap .btn:focus {
	color: #525252; }

.result-bar {
	margin-top: 15px; }
.result-bar .result-txt {
	color: #bbbbbb;
	float: left;
	font-size: 16px; }
.result-bar .view-tabs {
	float: right;
	margin: 10px 0; }
.result-bar .view-tabs li {
	display: inline-block;
	margin-left: 5px; }

.result-bar .view-tabs .active a, .result-bar .view-tabs li a:hover {
	color: #bbbbbb; }

/*---------- Price Range Start ----------*/
.sort-range {
	float: right;
	width: 200px; }

.sort-range > span {
	display: inline-block;
	width: 45px; }

.sort-range #price-range {
	display: inline-block;
	vertical-align: middle;
	width: 150px; }

.sort-range .value {
	border: 1px solid #e5e5e4;
	border-radius: 7px;
	bottom: -25px;
	color: #999999;
	display: block;
	font-size: 9px;
	font-weight: 600;
	left: -5px;
	line-height: 9px;
	padding: 2px 8px;
	position: absolute;
	text-align: center;
	width: 40px; }

.sort-range .value::before, .sort-range .value::after {
	border-left: 2px solid transparent;
	border-right: 6px solid transparent;
	content: "";
	left: 0;
	margin-left: 6px;
	position: absolute;
	top: -6px; }

.sort-range .value::before {
	border-bottom: 5px solid #e5e5e4; }

.sort-range .value::after {
	border-bottom: 5px solid #ffffff;
	margin-top: 1px;
	z-index: 1; }

.price-range-max.value {
	right: 0; }

.price-range-both {
	display: none !important; }

.value i {
	font-style: normal; }

.ui-state-focus {
	outline: 0; }

#price-range {
	background-color: #eeeeee;
	background-image: none;
	border: medium none;
	border-radius: 3px;
	height: 3px;
	width: 97%; }

#price-range .ui-widget-header {
	background-image: none;
	background-color: #999; }

#price-range .ui-slider-handle {
	background-color: #61c472;
	background-image: none;
	border: medium none;
	border-radius: 1em;
	height: 10px;
	top: -4px;
	margin: 0;
	width: 10px; }

@media (max-width: 1199px) {
	.sort-bar > .icon {
		position: static;
		margin-bottom: 35px; }
	.sort-bar .right {
		float: left;
		margin-top: 20px; } }

@media (max-width: 480px) {
	.sort-bar .right {
		margin-top: 0; }
	.sort-dropdown {
		margin: auto auto 20px; }
	.sort-range {
		float: none;
		margin-bottom: 20px; }
	.search-wrap {
		width: 200px; } }

/*--------------------- Sortbar Ends ------------------------- */
/*--------------------- Shop Starts ------------------------- */
.list-view {
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
	margin-top: 40px;
	margin-bottom: 0;
	overflow: hidden; }

.list-view .deal-text {
	float: left; }

.list-view .img {
	float: right;
	width: 35%;
	margin-top: 15px;
	text-align: right; }

@media (min-width: 1200px) {
	.product-modal {
		width: 1090px; } }

@media (max-width: 767px) {
	.shop-content .product-box {
		display: table; }
	.shop-content .product-media {
		width: 300px; } }

@media (max-width: 380px) {
	.shop-content .product-media {
		width: 280px; } }

/*--------------------- Shop Ends ------------------------- */
/*--------------------- Shop Single Starts ------------------------- */
.product-single .owl-carousel .owl-item img {
	margin: auto; }

.product-single .item > a {
	border: 1px solid #e5e5e5;
	display: inline-block;
	border-radius: 3px; }

.product-single .item > a:hover, .product-single .item > a:focus, .product-single .synced .item > a {
	border-width: 2px; }

.product-single .item {
	text-align: center; }

.product-single .sync2 .owl-nav > div {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 15px;
	bottom: 0;
	color: #9f9f9f;
	display: inline-block;
	font-size: 10px;
	height: 20px;
	left: -10px;
	margin: auto;
	padding: 2px 10px;
	position: absolute;
	top: 0; }

.product-single .sync2 .owl-nav > .owl-next {
	left: auto;
	right: -10px; }

.product-single .sync2 .owl-nav > div:hover, .product-single .sync2 .owl-nav > div:focus {
	background-color: #42b055;
	color: #fff; }

.product-content .rating {
	float: right; }

.product-content .prod-tag {
	margin: 0 0 10px; }

.product-content .meta > li {
	padding: 8px 0; }

.product-content .meta li > strong {
	display: inline-block;
	width: 100px; }

.prod-btns {
	border-bottom: 1px dashed #e9e9e9;
	border-top: 1px dashed #e9e9e9;
	margin: 25px auto;
	padding: 15px 0; }

.prod-btns .quantity .btn {
	background: transparent none repeat scroll 0 0;
	bottom: 0;
	padding: 0;
	position: absolute;
	top: 0;
	font-size: 22px;
	color: #ccc; }

.prod-btns .quantity .minus {
	left: 10px; }

.prod-btns .quantity .plus {
	right: 10px; }

.prod-btns .quantity {
	position: relative;
	width: 140px; }

.prod-btns > div {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	line-height: 1; }

.prod-btns .sort-dropdown .search-selectpicker {
	margin: auto 10px; }

.prod-btns .quantity .qty {
	border-radius: 2em;
	height: 36px;
	line-height: 35px;
	padding: 5px 20px;
	text-align: center; }

.prod-btns .bootstrap-select .btn {
	width: 100px; }

.prod-tabs .tabs > li {
	display: inline-block;
	margin: auto 10px; }

.prod-tabs .tabs > li a {
	position: relative; }

.prod-tabs .tabs > li > a:hover::after, .prod-tabs .tabs > .active > a::after {
	border-radius: 50%;
	bottom: 0;
	opacity: 0;
	content: "";
	height: 5px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 5px; }

.prod-tabs .tabs > li > a:hover::after, .prod-tabs .tabs > .active > a::after {
	bottom: -15px;
	opacity: 1; }

.prod-tabs {
	text-align: left; }
.prod-tabs .tabs.fsz-20 {
	text-align: center; }

.prod-tab-content {
	padding-top: 30px; }

.review-img {
	float: left;
	margin-right: 25px; }

.rel-prod-slider {
	border-bottom: 1px solid #eeeeee; }

.you-like .nav-1 .owl-nav {
	background-color: #fff;
	bottom: 0;
	display: inline-block;
	left: 0;
	margin: auto auto -13px;
	right: 0;
	top: auto;
	width: 72px; }

.review-caption {
	display: table-cell;
	text-align: left; }

.review-caption .title {
	display: inline-block; }

.review-caption .rating {
	float: right;
	margin: 10px auto; }

.review-wrap {
	border-bottom: 1px solid #eeeeee;
	margin: 40px auto auto;
	padding-bottom: 40px;
	width: 80%; }

.your-rating {
	margin: 30px auto 40px; }

.your-rating .left {
	float: left; }

.your-rating .right {
	float: right; }

.your-rating .left .star::before {
	color: #ccc;
	cursor: pointer;
	font-size: 26px;
	vertical-align: middle; }

.your-rating .left .star:hover::before {
	color: #f6cc28; }

@media (max-width: 767px) {
	.review-wrap {
		width: 100%; }
	.prod-btns > div {
		margin: 10px auto; }
	.product-content .tags-widget a {
		margin: 5px auto; } }

/*--------------------- Shop Single Ends ------------------------- */
/*---------- Shop Pagination Start ----------*/
.nav-page {
	background-color: #fff;
	border: 1px solid #efefef;
	border-radius: 1em;
	bottom: 0;
	left: 0;
	margin: auto;
	overflow: hidden;
	position: absolute;
	right: 0;
	width: 80px; }

.nav-page > a {
	color: #9f9f9f;
	display: inline-block;
	font-size: 10px;
	height: 23px;
	line-height: 23px;
	margin-left: -3px;
	text-align: center;
	width: 40px; }

.nav-page > a:hover, .nav-page > a:focus, .pagintn > li a:hover, .pagintn > li a:focus, .pagintn > li.active a {
	background-color: #42b055;
	color: #fff; }

.nav-page > .left {
	border-right: 1px solid #efefef;
	width: 40px; }

.pagintn > li {
	display: inline-block; }

.pagination-wrap {
	margin-top: 10px;
	text-align: center; }

.pagintn > li a {
	border-radius: 5em;
	color: #666666;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	height: 30px;
	line-height: 30px;
	margin: auto 3px;
	width: 30px; }

/*---------- Shop Pagination End ----------*/
/*---------- Sidebar Starts ----------*/
.widget-wrap {
	padding-bottom: 25px; }

.widget-wrap > ul {
	margin-top: 10px; }

.widget-wrap ul li {
	font-size: 16px;
	padding: 5px 0; }

.widget-wrap .form-group {
	margin-bottom: 0; }

.widget-wrap .sort-range {
	float: none;
	margin-bottom: 50px; }

.widget-wrap .random-prod {
	border-style: none none dashed;
	border-width: medium medium 1px;
	border-color: #e9e9e9;
	border-radius: 0;
	margin-bottom: 10px;
	padding: 0 0 10px; }

.widget-wrap .random-prod .title-1 {
	font-size: 14px;
	margin-bottom: 5px !important; }

.tags-widget > li {
	display: inline-block; }

.tags-widget a {
	border: 1px solid #e5e5e4;
	border-radius: 1em;
	color: #a3a19f;
	font-size: 14px;
	padding: 3px 15px;
	display: inline-block; }

.tags-widget a:hover, .tags-widget a:focus {
	color: #fff; }

/*---------- Sidebar End ----------*/
/*---------- Cart Starts ----------*/
.product-table {
	height: auto;
	overflow: auto;
	width: 100%; }

.product-table th {
	font-weight: normal;
	padding: 13px 20px;
	text-transform: capitalize;
	background-color: #f5f4f0;
	color: #7d7d7d;
	font-weight: 700;
	font-size: 15px;
	text-align: center; }

.product-table td {
	border-top: 1px solid #eeeeee;
	padding: 30px 10px;
	vertical-align: top;
	vertical-align: middle;
	text-align: center; }

.product-table td.image, .product-table td.description {
	text-align: left; }

.product-table .prod-btns {
	border: none; }

.product-table .prod-btns > div {
	margin: 5px auto; }

.product-table .remove {
	background-color: #f7f6f2;
	border-radius: 15px;
	float: right;
	font-size: 12px;
	height: 25px;
	line-height: 25px;
	width: 25px; }

.product-table .remove:hover, .product-table .remove:focus {
	background-color: #525252;
	color: #fff; }

.shp-btn > .btn {
	margin: 15px; }

.continue-shopping {
	border-bottom: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;
	display: inline-block;
	margin-bottom: 50px;
	padding: 30px 0 40px;
	vertical-align: middle;
	width: 100%; }

.continue-shopping .left {
	float: left;
	width: 370px; }

.continue-shopping .right {
	float: right;
	margin-top: 25px; }

.coupan-form {
	overflow: hidden;
	position: relative; }

.coupan-form .btn {
	background-color: #fbfaf6;
	border-left: 1px solid #e7e7e6;
	border-radius: 0 5em 5em 0;
	font-size: 13px;
	font-weight: 600;
	height: 43px;
	padding: 10px 25px;
	position: absolute;
	right: 1px;
	top: 1px; }

@media (max-width: 991px) {
	.product-table {
		display: block;
		overflow-x: auto; }
	.continue-shopping .left {
		width: auto; } }

/*---------- Cart End ----------*/
/*---------------- Checkout Starts -------------------------- */
.chk-panel {
	border: 1px solid #e5e5e5; }

.chk-body {
	padding-left: 25px; }

.chk-body form .form-group {
	margin-bottom: 15px; }

.chk-panel .panel {
	border-bottom: 1px solid #e5e5e5;
	border-radius: 0;
	box-shadow: none;
	padding: 20px 30px; }

.chk-panel .panel + .panel {
	margin-top: 0; }

.chk-panel .panel:last-child {
	border-bottom: none; }

.chk-form .radio-inline {
	display: inline-block;
	margin: 10px 0 0;
	width: 100%; }

.chk-body p, .chk-body ul li {
	color: #999; }

.chk-body ul li {
	display: inline-block;
	margin: 8px 0 0;
	width: 100%; }

.chk-body ul li span {
	line-height: normal;
	margin-right: 10px;
	vertical-align: text-bottom; }

.registed-form .fpw {
	float: left;
	margin: 10px auto auto; }

.registed-form label {
	font-size: 13px;
	margin-bottom: 15px; }

@media (max-width: 767px) {
	.chk-panel .panel {
		padding: 20px 15px; }
	.chk-body {
		padding-left: 0; }
	.chk-form {
		margin-bottom: 30px; } }

/*---------------- Checkout Ends -------------------------- */
/*******************************
4 - SHOP CSS ENDS
********************************/
/*******************************
5 - MY ACCOUNT CSS STARTS
********************************/
.account-body {
	padding-left: 35px;
	padding-top: 20px; }

.acnt-list li {
	padding: 5px 0; }

.acnt-list li i {
	margin-right: 5px; }

.account-wrap {
	border: 1px solid #e5e5e5;
	padding: 30px; }

.subscribe-group > label {
	padding-right: 15px; }

.subscribe-group > .radio-inline {
	margin-top: -10px; }

.order-status > .btn {
	margin: 5px; }

.review-table td {
	text-align: left; }

.review-table td {
	border-bottom: 1px solid #eeeeee; }

.review-table .ratings {
	width: 40%; }

/*******************************
5 - MY ACCOUNT CSS ENDS
********************************/
/*******************************
6 - BLOG CSS STARTS
********************************/
.blog-caption .title-2 {
	padding: 10px 0;
	font-size: 17px;
	margin-bottom: 0; }

.blog-heading .title-2 {
	float: left; }

.blog-heading h1.title-2 {
	margin: 0px; }

.blog-tabs {
	float: right;
	margin: 12px 0; }

.blog-heading {
	display: inline-block;
	vertical-align: middle;
	width: 100%; }

.blog-tabs > li {
	display: inline-block;
	font-weight: 500;
	margin: auto 7px; }

.blog-tabs > li a {
	position: relative; }

.blog-tabs li a::after {
	content: "";
	height: 2px;
	left: 0;
	margin: auto;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 90%;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
	-webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
	width: 100%; }

.blog-tabs li a:hover::after, .blog-tabs li a:focus::after, .blog-tabs li.active a::after {
	opacity: 1;
	transform: translateY(25px);
	-webkit-transform: translateY(25px); }

.blog-media > img {
	margin: 40px auto 50px; }

.blog-single .caption > p, .blog-single blockquote {
	margin-bottom: 40px; }

blockquote {
	color: #000;
	font-size: 18px;
	font-weight: 500;
	padding: 12px 30px; }

.blog-single .author {
	border-radius: 20px;
	color: #fff;
	font-size: 18px;
	font-style: italic;
	margin: 80px auto;
	padding: 50px 50px 40px;
	position: relative;
	text-align: center; }

.blog-single .author > img {
	border: 5px solid #fff;
	border-radius: 50%;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: -30px; }

.view-comment .img-comment {
	float: left; }
.view-comment .img-comment img {
	max-width: 80px; }

.view-comment .caption-comment {
	display: block;
	margin-left: 110px;
	vertical-align: top; }

.view-comment {
	display: inline-block;
	margin-top: 20px;
	width: 100%; }

.view-comment.child {
	padding-left: 10%; }

@media (max-width: 767px) {
	.blog-caption {
		margin-top: 20px; }
	.view-comment.child {
		padding-left: 5%; } }

@media (max-width: 480px) {
	.blog-tabs li a::after {
		height: 0; } }

/*******************************
6 - BLOG CSS ENDS
********************************/
/*******************************
7 - CONTACT STARTS
********************************/
.contact-map {
	margin: 20px auto 60px; }

#map {
	height: 530px; }

.contact-details {
	margin: 20px auto auto 0px; }

.contact-details li {
	padding-top: 10px;
	display: table; }

.contact-details li > strong {
	color: #999;
	display: table-cell;
	width: 90px; }

.product-well {
	min-height: 20px;
	padding: 0;
	padding-bottom: 35px;
	background-color: #fff;
	position: relative;
	margin-bottom: 40px;
	box-shadow: none;
	outline: none;
	border: none;
	border-radius: 0; }
.product-well .row.ababa {
	height: 200px;
	overflow: hidden;
	-webkit-transition: height 0.2s;
	-moz-transition: height 0.2s;
	transition: height 0.2s; }
.product-well.expanded .row.ababa {
	height: auto;
	-webkit-transition: height 0.2s;
	-moz-transition: height 0.2s;
	transition: height 0.2s; }
.product-well.expanded .less-text {
	display: block; }
.product-well.expanded .more-text {
	display: none; }
.product-well .btn--view-more {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 120px;
	margin-left: -60px;
	margin-top: -15px;
	text-align: center;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	color: #333;
	font-weight: normal; }
.product-well .btn--view-more:hover, .product-well .btn--view-more:focus {
	color: #61c472;
	border-color: #61c472; }
.product-well .less-text {
	display: none; }

@media (max-width: 568px) {
	#map {
		height: 350px; } }

/*******************************
7 - CONTACT ENDS
********************************/
/*******************************
8 - COMINGSOON CSS ENDS
********************************/
.coming-wrap {
	background-image: url(../img/slider/slide-5.jpg);
	background-position: center center;
	background-size: cover; }

.coming-wrap .social-icon > a {
	font-size: 14px;
	height: 30px;
	line-height: 27px;
	margin: 5px;
	width: 30px; }

/*******************************
8 - COMINGSOON CSS ENDS
********************************/
/*******************************
9 - FOOTER STARTS
********************************/
.footer-widget .main-logo .medium-font {
	margin-left: 0;
	display: block; }

.footer-widget .main-logo {
	margin-top: -25px;
	padding-bottom: 5px; }

.text-widget li i {
	display: table-cell;
	width: 20px; }

.text-widget li span {
	display: table-cell;
	vertical-align: inherit; }

.footer-widget ul li {
	font-size: 14px;
	padding: 5px 0; }

.footer-widget .list li a {
	position: relative; }

.footer-widget .instagram-widget li {
	padding: 3px 0 0;
	display: inline-block; }

.footer-bottom {
	position: relative;
	background: #272727;
	color: #a1a1a1; }
.footer-bottom a {
	color: #a1a1a1; }

.footer-bottom p, .footer-bottom .primary-navbar > li {
	margin: 0;
	padding: 0;
	width: auto; }

.footer-bottom .primary-navbar > li a {
	text-transform: none; }

@media (max-width: 767px) {
	.footer-bottom .primary-navbar {
		text-align: left;
		margin-top: 20px; } }

/*******************************
9 - FOOTER ENDS
********************************/
/*******************************
10 - POPUPS STARTS
********************************/
/*---------------- 10.1 -  Back To Top Starts -------------------------- */
.to-top {
	color: #dedede;
	cursor: pointer;
	font-size: 26px;
	height: 30px;
	line-height: 30px;
	margin: auto;
	position: fixed;
	right: 50px;
	bottom: 10%;
	text-align: center;
	width: 30px;
	z-index: 999;
	display: none; }

.organic-content .item {
	padding: 0 15px; }

.footer-bottom .to-top {
	position: absolute;
	display: block;
	bottom: 100%;
	right: 0;
	left: 0;
	margin-bottom: -50px; }

.to-top:hover, .to-top:focus {
	color: #525252; }

/*---------------- 10.1 -  Back To Top Ends ------------------------ */
/*-------- 10.2 - Popup Subscribe Starts ------------- */
.subscribe-me {
	background: transparent none repeat scroll 0 0;
	box-shadow: none;
	height: auto;
	left: 0;
	margin: auto;
	padding: 0;
	right: 0;
	top: 10%;
	width: 770px; }

.subscribe-me .form-group .form-control {
	text-align: center;
	margin: auto; }

.subscribe-wrap {
	display: inline-block;
	padding: 30px 30px 30px;
	position: relative;
	vertical-align: middle;
	width: 100%;
	z-index: 1;
	text-align: center; }
.subscribe-wrap form {
	margin-bottom: 5px; }

.subscribe-me .section-title {
	color: #333333;
	margin: 40px auto auto; }

.subscribe-me .modal-content {
	background-image: url(../img/extra/subscribe.jpg);
	border-radius: 0;
	background-position: center bottom; }

.subscribe-me .popup-cls, .sb-close-btn {
	background-image: url("../img/extra/close-bg.png");
	font-size: 20px;
	height: 50px;
	opacity: 1;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	z-index: 5; }

.subscribe-me .popup-cls:hover {
	opacity: 0.5; }

.subscribe-me .popup-cls i, .sb-close-btn i {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer; }

@media (max-width: 991px) {
	.subscribe-me {
		width: auto;
		margin: auto 25px;
		top: 10%;
		height: 400px;
		overflow: auto; }
	.subscribe-me .form-group .form-control {
		width: 100%; }
	.subscribe-wrap {
		padding: 50px 20px 80px; } }

/*-------- 10.2 - Popup Subscribe End ------------- */
/*******************************
10 - POPUPS STARTS
********************************/
/*******************************
11 - LOGIN STARTS
********************************/
.login-form label .pw {
	display: inline-block;
	margin-top: 5px; }

.login-form .forgot-pw {
	float: right; }

.latest-news .news-img {
	height: 220px;
	width: 240px; }

.latest-news .news-img a {
	display: block;
	width: 100%;
	height: 100%; }

.latest-news .news-img a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px; }

@media (min-width: 768px) {
	.register-wrap {
		border-left: 1px solid #e5e5e5;
		padding-left: 70px; }
	.login-wrap {
		padding-right: 40px; } }

@media (max-width: 991px) {
	.mega-submenu .register-wrap {
		border-left: 0;
		padding-left: 0; }
	.login-popup {
		padding-bottom: 0;
		padding-top: 0; }
	.login-form .forgot-pw {
		float: none;
		margin-top: 10px; } }

/*******************************
11 - LOGIN STARTS
********************************/
@media (max-width: 767px) {
	.main-header .main-logo {
		text-align: center; } }

@media (max-width: 768px) and (min-width: 375px) {
	.popup-mb-carts {
		line-height: 44px !important; } }

@media (max-width: 376px) {
	.theme-tabs a {
		min-width: 160px; } }

.article-content .rte img {
	max-width: 100% !important;
	height: auto !important;
	display: block;
	margin-left: auto;
	margin-right: auto; }

.blog-caption .sub-title-1 {
	margin-top: 0; }

.blog-caption h2.title-2 {
	padding: 0; }

.widget-best-sell .random-img img {
	max-width: 90px; }

.short-about.sec-space {
	padding-top: 0; }

.btn-green {
	color: #61c472;
	border: 1px solid #61c472;
	padding: 10px 15px;
	font-size: 14px;
	background-color: #fff;
	border-radius: 0;
	height: 40px;
	line-height: 20px; }
.btn-green:hover, .btn-green:focus {
	background: #61c472;
	color: #fff; }

.table#my-orders-table > thead:first-child > tr:first-child > th, #order_details > thead:first-child > tr:first-child > th {
	border-top: 1px solid #e5e5e5; }

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 a:hover,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 a:focus {
	color: #12cca7; }

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info span span {
	color: #0b816a; }

.shopping-cart .shopping-cart-table table tbody tr .cart-product-edit a:hover,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-edit a:focus {
	color: #12cca7; }

.shopping-cart .cart-shopping-total table thead tr th .cart-grand-total {
	color: #0b816a;
	margin-top: 15px; }

.shopping-cart-table table tbody tr td .quant-input .arrows .arrow:hover,
.shopping-cart-table table tbody tr td .quant-input .arrows .arrow:focus {
	color: #12cca7; }

.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .dropdown-menu.open ul li a:hover,
.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .dropdown-menu.open ul li a:focus {
	color: #12cca7; }

.shopping-cart .shopping-cart-table {
	margin-bottom: 10px; }

.shopping-cart .shopping-cart-table table {
	margin-bottom: 0px !important; }

.shopping-cart .shopping-cart-table table tbody tr td {
	vertical-align: middle; }

.shopping-cart .cart-image img {
	width: 150px; }

.cart-shopping-total {
	background: #f8f8f8; }

.shopping-cart .shopping-cart-table table tbody tr .romove-item a {
	font-size: 18px;
	color: #666666; }

.shopping-cart .shopping-cart-table table tbody tr .romove-item a:hover,
.shopping-cart .shopping-cart-table table tbody tr .romove-item a:focus {
	color: #fff000 !important; }

.shopping-cart .shopping-cart-table table tbody tr .cart-image .entry-thumbnail {
	display: block;
	text-align: center; }

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info {
	vertical-align: middle !important; }

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 {
	margin-top: 0px;
	font-size: 16px; }

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 a {
	color: #555; }

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .reviews {
	font-size: 11px;
	color: #aaa; }

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info {
	margin-top: 10px; }

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info span {
	font-size: 12px;
	color: #666666;
	text-transform: uppercase; }

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info span span {
	font-size: 12px;
	text-transform: lowercase;
	margin-left: 14px; }

.shopping-cart .shopping-cart-table table tbody tr .cart-product-edit a {
	color: #666666;
	text-decoration: underline; }

.shopping-cart .shopping-cart-table .table > thead > tr > th {
	text-align: center;
	padding: 16px;
	font-size: 15px; }

.shopping-cart .shopping-cart-table .shopping-cart-btn span {
	padding: 20px 0px;
	display: block; }

.shopping-cart .estimate-ship-tax table thead tr th .estimate-title {
	font-size: 14px;
	color: #555;
	margin-bottom: 2px;
	margin-top: 0px;
	display: block; }

.shopping-cart .estimate-ship-tax table thead tr th p {
	font-size: 13px;
	color: #666666;
	font-weight: normal;
	margin-bottom: 0px; }

.shopping-cart .estimate-ship-tax table thead tr > th {
	padding: 24px 10px 20px 10px; }

.shopping-cart .estimate-ship-tax table tbody tr > td {
	padding: 24px 10px !important; }

.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .selectpicker {
	background: #fff;
	color: #999;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #eee; }

.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .dropdown-menu.open ul li a:hover,
.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .dropdown-menu.open ul li a:focus {
	background: transparent; }

.shopping-cart .cart-shopping-total table thead tr th {
	background-color: #fafafa;
	text-align: right;
	padding: 10px 15px;
	border: none; }

.shopping-cart .cart-shopping-total table thead tr th .cart-sub-total {
	color: #555;
	margin-bottom: 7px; }

.shopping-cart .cart-shopping-total table tbody tr td {
	padding: 10px 15px; }

.shopping-cart .cart-shopping-total table tbody tr td .cart-checkout-btn button {
	float: right !important;
	margin-bottom: 8px; }

.shopping-cart .cart-shopping-total table tbody tr td .cart-checkout-btn span {
	display: block;
	font-weight: normal;
	color: #666666; }

.shopping-cart .shopping-cart-table table tbody tr .romove-item,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-edit,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-sub-total,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-grand-total,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-quantity {
	text-align: center; }

.shopping-cart .shopping-cart-table table tbody tr .cart-product-sub-total span,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-grand-total span {
	display: block;
	font-size: 16px;
	color: #555;
	text-transform: uppercase; }

.shopping-cart .estimate-ship-tax table tbody tr td .form-group label,
.shopping-cart .estimate-ship-tax table tbody tr td .form-group input,
.blog-page .blog-write-comment .form-group label,
.blog-page .blog-write-comment .form-group input,
.contact-page .contact-form form label,
.contact-page .contact-form form input {
	font-size: 13px;
	font-weight: normal;
	color: #999; }

.contact-page .contact-form form label {
	font-weight: 600; }

.shopping-cart .estimate-ship-tax table tbody tr td .form-group label span,
.blog-page .blog-write-comment label span,
.contact-page .contact-form form label span,
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login form .form-group label span {
	color: red; }

.shopping-cart .cart-shopping-total table thead tr th .cart-sub-total,
.shopping-cart .cart-shopping-total table thead tr th .cart-grand-total {
	font-size: 16px; }

.shopping-cart-table table tbody tr td .quant-input {
	display: inline-block;
	height: 35px;
	position: relative;
	width: 70px; }

.shopping-cart-table table tbody tr td .quant-input .arrows {
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2; }

.shopping-cart-table table tbody tr td .quant-input .arrows .arrow {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	text-align: center;
	width: 40px; }

.shopping-cart-table table tbody tr td .quant-input .arrows .arrow .ir .icon.fa-sort-asc {
	top: 5px; }

.shopping-cart-table table tbody tr td .quant-input .arrows .arrow .ir .icon.fa-sort-desc {
	top: -7px; }

.shopping-cart-table table tbody tr td .quant-input .arrows .arrow .ir .icon {
	position: relative; }

.shopping-cart-table table tbody tr td .quant-input input {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #F2F2F2;
	box-sizing: border-box;
	font-size: 15px;
	height: 35px;
	left: 0;
	padding: 0 20px 0 18px;
	position: absolute;
	top: 0;
	width: 70px;
	z-index: 1; }

/*Cart Desktop*/
.shopping-cart .col-main .cart .bg-scroll {
	overflow: hidden;
	border-top: none;
	border-bottom: none;
	border-right: none; }
.shopping-cart .col-main .cart .bg-scroll .cart-thead {
	font-weight: bold;
	font-size: 13px;
	clear: both;
	width: 100%;
	border-right: none;
	float: left;
	border-bottom: solid 1px #eee; }
.shopping-cart .col-main .cart .bg-scroll .cart-thead .text-left {
	text-align: left; }
.shopping-cart .col-main .cart .bg-scroll .cart-thead .text-left p {
	margin: 0px 15px; }
.shopping-cart .col-main .cart .bg-scroll .cart-thead div {
	float: left;
	padding: 14px 0px;
	color: #000;
	text-align: center;
	font-size: 14px;
	font-weight: 600; }
.shopping-cart .col-main .cart .bg-scroll .cart-thead div .nobr {
	white-space: nowrap; }
.shopping-cart .col-main .cart .bg-scroll .cart-tbody {
	width: 100%;
	float: left; }
.shopping-cart .col-main .cart .bg-scroll .cart-tbody .item-cart {
	border-bottom: 1px solid #eaeaea;
	width: 100%;
	float: left;
	padding: 0px 0px 10px; }
.shopping-cart .col-main .cart .bg-scroll .cart-tbody .item-cart .border-right-none {
	border-right: 0px; }
.shopping-cart .col-main .cart .bg-scroll .cart-tbody .item-cart div {
	float: left;
	padding: 10px 10px 6px;
	line-height: 20px;
	vertical-align: top;
	height: 135px;
	overflow: hidden; }
.shopping-cart .col-main .cart .bg-scroll .cart-tbody .item-cart div .product-image {
	min-height: 75px;
	display: block;
	height: auto;
	width: 100%; }
.shopping-cart .col-main .cart .bg-scroll .cart-tbody .item-cart div .product-image img {
	width: 100%;
	max-width: 100%;
	height: auto; }
.shopping-cart .col-main .cart .bg-scroll .cart-tbody .item-cart div .product-name {
	margin: 0px;
	padding-bottom: 0px;
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
	color: #222;
	margin-top: 7%; }
.shopping-cart .col-main .cart .bg-scroll .cart-tbody .item-cart div .product-name a {
	font-size: 14px; }
.shopping-cart .col-main .cart .bg-scroll .cart-tbody .item-cart div .product-name a:hover, .shopping-cart .col-main .cart .bg-scroll .cart-tbody .item-cart div .product-name a:focus {
	color: #61c472; }
.shopping-cart .col-main .cart .bg-scroll .cart-tbody .item-cart div .variant-title {
	font-size: 12px;
	color: #777;
	display: block; }
.shopping-cart .col-main .cart .bg-scroll .cart-tbody .item-cart div .remove-item-cart {
	color: #222;
	display: block;
	margin-top: 15px; }
.shopping-cart .col-main .cart .bg-scroll .cart-tbody .item-cart div .remove-item-cart:hover, .shopping-cart .col-main .cart .bg-scroll .cart-tbody .item-cart div .remove-item-cart:focus {
	color: #61c472; }
.shopping-cart .col-main .cart .bg-scroll .cart-tbody .item-cart div .remove-item-cart .fa {
	margin-right: 5px; }
.shopping-cart .col-main .cart .bg-scroll .cart-tbody .item-cart div .item-price {
	font-weight: 600; }
.shopping-cart .col-main .cart .bg-scroll .cart-tbody .item-cart div .item-price .price {
	font-size: 16px;
	font-weight: bold;
	line-height: 6;
	color: #61c472; }
.shopping-cart .col-main .cart .bg-scroll .cart-tbody .item-cart div .input_qty_pr {
	height: auto;
	border-right: none;
	margin-top: 12%;
	padding: 10px 0px;
	width: 100%;
	text-align: center; }
.shopping-cart .col-main .cart .bg-scroll .cart-tbody .item-cart div .input_qty_pr .items-count {
	border: 3px solid #eee;
	outline: none;
	background: #eee;
	height: 30px;
	margin-top: 10px;
	width: 20px;
	text-align: center;
	vertical-align: top;
	padding: 0;
	color: #fff; }
.shopping-cart .col-main .cart .bg-scroll .cart-tbody .item-cart div .input_qty_pr .btn-minus {
	border-radius: 3px;
	float: none;
	display: inline-block; }
.shopping-cart .col-main .cart .bg-scroll .cart-tbody .item-cart div .input_qty_pr .btn-plus {
	float: none;
	border-radius: 3px;
	display: inline-block; }
.shopping-cart .col-main .cart .bg-scroll .cart-tbody .item-cart div .input_qty_pr .number-sidebar {
	border: 2px solid #eee;
	height: 30px;
	margin-left: -1px;
	text-align: center;
	width: 40px;
	vertical-align: top;
	margin-right: -1px;
	margin-top: 10px;
	min-height: 24px;
	padding: 0;
	float: none;
	display: inline-block; }

.shopping-cart .col-main .cart .cart_submit .title-head-checkout {
	font-weight: bold;
	color: #222;
	text-transform: uppercase;
	margin: 0px 30px; }
.shopping-cart .col-main .cart .cart_submit .title-head-checkout h2 {
	font-size: 19px;
	font-weight: bold; }

.shopping-cart .col-main .cart .cart_submit .totals {
	margin-left: 15px; }
.shopping-cart .col-main .cart .cart_submit .totals .inner {
	padding: 20px 0px; }
.shopping-cart .col-main .cart .cart_submit .totals .inner .btn-proceed-checkout {
	text-align: center;
	display: block;
	padding: 10px 15px;
	width: 100%;
	border-radius: 4px;
	font-size: 14px;
	border: solid 1px #61c472;
	margin-top: 30px;
	background: #61c472;
	color: #fff;
	text-transform: uppercase; }
.shopping-cart .col-main .cart .cart_submit .totals .inner .btn-proceed-checkout span {
	font-size: 19px;
	line-height: 28px; }
.shopping-cart .col-main .cart .cart_submit .totals .inner .btn-proceed-checkout:hover {
	border: solid 1px #61c472;
	background: #fff;
	color: #61c472;
	cursor: pointer;
	text-decoration: none; }
.shopping-cart .col-main .cart .cart_submit .totals .inner .shopping-cart-table-total {
	overflow: hidden;
	padding: 10px 10px;
	background: #f5f5f5;
	margin-bottom: 1px; }
.shopping-cart .col-main .cart .cart_submit .totals .inner .shopping-cart-table-total ._text-left {
	float: left;
	font-size: 14px; }
.shopping-cart .col-main .cart .cart_submit .totals .inner .shopping-cart-table-total ._text-right {
	float: right; }
.shopping-cart .col-main .cart .cart_submit .totals .inner .shopping-cart-table-total .text_color_right1 {
	font-size: 14px;
	color: #61c472;
	font-weight: bold; }
.shopping-cart .col-main .cart .cart_submit .totals .inner .shopping-cart-table-total .text_color_right2 {
	font-size: 20px;
	color: #61c472;
	font-weight: bold; }

.shopping-cart .col-main .cart .btn-proceed-continues {
	text-align: center;
	display: inline-block;
	padding: 10px 15px;
	border-radius: 4px;
	font-size: 14px;
	border: solid 1px #f8b91d;
	margin-top: 10px;
	background: #f8b91d;
	color: #fff;
	text-transform: uppercase;
	margin-right: 15px; }
.shopping-cart .col-main .cart .btn-proceed-continues:hover {
	background-color: #db9e07;
	cursor: pointer;
	text-decoration: none; }

.shopping-cart .col-main .cart .btn-proceed-del-cart {
	text-align: center;
	display: inline-block;
	padding: 10px 15px;
	border-radius: 4px;
	font-size: 14px;
	border: solid 1px #ea4335;
	margin-top: 10px;
	background: #ea4335;
	color: #fff;
	text-transform: uppercase; }
.shopping-cart .col-main .cart .btn-proceed-del-cart:hover {
	background-color: #d62516;
	cursor: pointer;
	text-decoration: none; }

.cart_desktop_page form {
	margin-bottom: 0; }

/*Cart Mobile*/
.cart-mobile {
	padding: 10px 0px 0px 0px; }
.cart-mobile .header-cart {
	padding: 10px 15px 0px;
	border-bottom: solid 1px #ebebeb;
	margin-top: -10px; }
.cart-mobile .title-cart {
	line-height: 10px; }
.cart-mobile .title-cart h3 {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase; }
.cart-mobile .header-cart-content {
	margin-top: 10px; }
.cart-mobile .header-cart-content .content-product-list {
	min-height: 110px; }
.cart-mobile .header-cart-content .content-product-list .item-product {
	min-height: 110px;
	border-bottom: solid 1px #ebebeb;
	overflow: hidden;
	display: table;
	width: 100%;
	margin-bottom: 10px; }

.title-product-cart-mobile {
	width: 115px;
	margin-right: 10px; }
.title-product-cart-mobile img {
	max-width: 115px;
	margin-right: 10px; }
.title-product-cart-mobile h3 {
	line-height: 1;
	margin: 0;
	font-weight: normal; }
.title-product-cart-mobile a {
	word-break: break-word;
	font-size: 14px;
	color: #363636; }
.title-product-cart-mobile p {
	line-height: 2;
	font-size: 14px;
	color: #898989; }
.title-product-cart-mobile span {
	color: #61c472; }

.item-product-cart-mobile, .title-product-cart-mobile {
	display: table-cell;
	vertical-align: top; }

.select-item-qty-mobile {
	float: right;
	text-align: center;
	margin-top: 10px; }
.select-item-qty-mobile .txt_center input {
	height: 25px;
	width: 24px;
	text-align: center;
	margin: 0px;
	padding: 0;
	position: absolute;
	left: 22px;
	min-height: 0; }

.select-item-qty-mobile > div {
	position: relative;
	width: 68px;
	height: 25px; }

.cart-mobile .select-item-qty-mobile .txt_center button.reduced.items-count.btn-minus {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	line-height: 1;
	height: 25px;
	border-style: hidden;
	background: none !important;
	color: #000;
	border: solid thin #ddd; }

.cart-mobile .select-item-qty-mobile .txt_center button.increase.items-count.btn-plus {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	height: 25px;
	display: inline-block;
	line-height: 1;
	border-style: hidden;
	color: #fff;
	background: none !important;
	color: #000;
	border: solid thin #ddd; }

.select-item-qty-mobile a {
	line-height: 3;
	color: #363636; }

.cart-mobile .header-cart-price {
	padding: 18px 0px;
	padding-bottom: 0; }

.cart-mobile .title-cart h3 {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 0; }

.cart-mobile .title-cart a {
	float: right;
	margin-top: -28px;
	color: #61c472;
	font-size: 16px;
	line-height: 27px; }

.btn-proceed-checkout-mobile {
	width: 100%;
	line-height: 27px;
	color: #fff;
	height: 40px;
	font-size: 14px;
	border: none;
	background: #61c472;
	text-transform: uppercase; }

.btn-proceed-continues-mobile {
	background-color: #ffd83c !important;
	color: #000 !important;
	width: 100%;
	height: 40px;
	margin-top: 10px;
	text-transform: uppercase; }

.button-view-mode {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	border: 1px solid #ebebeb;
	font-size: 18px;
	padding: 7px 10px;
	border-radius: 0;
	width: 40px;
	height: 38px; }
.button-view-mode.active {
	color: #61c472;
	border-color: #61c472; }
.button-view-mode:hover {
	color: #61c472;
	border-color: #61c472; }

#sort-by li li a:hover {
	color: #61c472; }

.aside-title h2.title-head {
	font-size: 14px; }
.aside-title h2.title-head span {
	position: relative; }
.aside-title h2.title-head span:before {
	content: "";
	height: 2px;
	width: 100%;
	background-color: #61c472;
	position: absolute;
	bottom: -7px; }

.filter-price .filter-group {
	margin-top: 15px; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	color: #61c472 !important; }

.ui-slider-range.ui-corner-all.ui-widget-header {
	background: #61c472 !important; }

.sidebar .collection-category {
	margin-bottom: 15px; }
.sidebar .collection-category .aside-title .title-head {
	color: #333;
	line-height: 24px;
	text-align: left;
	margin: 0 0 15px;
	font-weight: 700;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 3px;
	text-transform: uppercase;
	font-size: 14px; }
.sidebar .collection-category .aside-content .dropdown-submenu a {
	padding: 5px 15px; }

.blog-category .aside-title .title-head, .widget-best-sell .aside-title .title-head {
	margin: 0;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 10px;
	border-bottom: 1px solid #e5e5e5; }

.filter-group .field-search {
	margin: 10px 0; }
.filter-group .field-search input {
	border: 1px solid #efefef;
	background: #fff;
	height: 30px;
	border-radius: 0px;
	min-height: 1px;
	padding: 5px 8px; }
.filter-group .field-search input:focus {
	border: 1px solid #efefef;
	outline: none;
	box-shadow: none; }
.filter-group .field-search button {
	height: 30px;
	background-color: #61c472;
	color: #fff;
	padding: 5px 10px;
	line-height: inherit; }
.filter-group .field-search button:hover, .filter-group .field-search button:focus {
	background-color: #42b055;
	color: #fff;
	outline: none;
	box-shadow: none; }

em.open-close, em.open-closes, em.open-closess {
	display: none; }

.category-mobile .side-menu, .category-mobile .aside-filter {
	display: block; }

.category-products .panel-paging {
	margin-top: 10px;
	margin-bottom: 10px; }

.panel-sidebar {
	margin-bottom: 10px; }

.panel-sidebar:last-child {
	margin-bottom: 20px; }

.panel-box {
	margin-bottom: 25px; }

.panel-box-title {
	font-size: 18px;
	color: #333;
	line-height: 24px;
	text-align: left;
	margin: 0 0 15px;
	font-weight: 700;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 3px;
	text-transform: uppercase; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	color: #61c472 !important; }

.ui-slider-range.ui-corner-all.ui-widget-header {
	background: #61c472 !important; }

.button-view-mode {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	border: 1px solid #ebebeb;
	font-size: 18px;
	padding: 7px 10px;
	border-radius: 0;
	width: 40px;
	height: 38px;
	line-height: 25px; }
.button-view-mode.active {
	color: #61c472;
	border-color: #61c472; }
.button-view-mode:hover {
	color: #61c472;
	border-color: #61c472; }

#sort-by li li a:hover {
	color: #61c472; }

.collections-page .col-xs-12 .deal-item {
	margin-bottom: 15px;
	border-bottom: 1px solid #e1e1e1; }
.collections-page .col-xs-12 .deal-item .deal-content {
	border-left: none; }
.collections-page .col-xs-12 .deal-item .deal-content .deal-img {
	height: auto; }
.collections-page .col-xs-12 .deal-item .deal-content .deal-img img {
	position: relative; }

.collections-page .col-xs-12:last-child .deal-item {
	border-bottom: none;
	margin-bottom: 0; }

.collections-page .title-head {
	margin-top: 0; }

.panel-product-line.panel-product-rating .bizweb-product-reviews-badge {
	display: block;
	position: relative; }

.cancel-off-png, .cancel-on-png, .star-half-png, .star-off-png, .star-on-png {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; }

.star-on-png::before {
	content: "\f004" !important;
	font: normal normal normal 12px/1 FontAwesome !important; }

.star-off-png::before {
	content: "\f004" !important;
	color: #d7d7d7 !important;
	font: normal normal normal 12px/1 FontAwesome !important; }

.product-item-review .bizweb-product-reviews-badge .bizweb-product-reviews-star i, .panel-discount-review .bizweb-product-reviews-badge .bizweb-product-reviews-star i {
	font-size: 14px !important; }

.panel-product-line.panel-product-rating #bizweb-product-reviews #bizweb-product-reviews-sub .bizweb-product-reviews-summary .bpr-summary-caption:before, .bizweb-product-reviews-badge div:nth-child(2):before {
	content: "Đánh giá";
	font-size: 12px;
	color: #a2a7b5;
	position: absolute;
	width: 100px;
	margin-left: 15px;
	top: 4px; }

.panel-product-line.panel-product-rating #bizweb-product-reviews #bizweb-product-reviews-sub .bizweb-product-reviews-summary .bpr-summary-caption div img, .bizweb-product-reviews-badge img {
	display: none !important; }

.social-sharing svg path {
	fill: #fff !important; }

.btn-dele {
	display: inline-block;
	min-width: 0;
	height: 40px;
	border-radius: 0;
	margin-left: 10px;
	line-height: 40px;
	font-size: 14px;
	float: left; }
.btn-dele:hover, .btn-dele:focus {
	background-color: #659400; }

.panel-related-slider .owl-item {
	padding: 0 10px; }

.sec-space-bottoms {
	margin-bottom: 50px; }

#prod-tab-1 img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100% !important;
	height: auto !important; }

#prod-tab-1 h2, #prod-tab-1 h3, #prod-tab-1 h4 {
	font-size: 14px;
	margin: 0; }

.header-search-control {
	border: 2px solid #61c472 !important;
	height: 40px;
	padding: 0 90px 0 20px;
	outline: 0;
	width: 100%;
	-webkit-border-radius: 0;
	border-radius: 0; }

.header-search-button {
	background-color: #61c472;
	border: none;
	color: #fff;
	font-size: 14px;
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	height: 40px;
	outline: 0; }

.ptb-30 {
	padding-top: 20px;
	padding-bottom: 20px; }

#myModal .product-title {
	white-space: normal; }

.organic-content .product-media img.prod-img {
	width: auto;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 7; }

.products-view-grid .product-box .product-media{
	height: 250px;
	overflow: hidden;
}
.products-view-grid .product-box .product-media img.prod-img {
	width: auto;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 7; }

.fsz-25 {
	font-size: 25px; }

.header-search {
	padding: 0 10px;
	margin-left: 15px;
	position: relative; }

.user-hover {
	padding: 0 10px;
	margin-left: 0px;
	position: relative; }
.user-hover.index-account ul {
	position: absolute;
	top: 40px;
	min-width: 150px;
	border: 1px solid #efefef;
	background: #fff;
	margin: 0;
	padding: 4px 12px;
	border-radius: 0 0 3px 3px;
	box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.18);
	z-index: 15;
	display: none;
	left: -100px; }
.user-hover.index-account ul i {
	width: 20px; }
.user-hover.index-account ul:before {
	border: 9px solid transparent;
	border-bottom: 9px solid #efefef;
	margin-left: -9px;
	bottom: 100%;
	left: 125px;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none; }
.user-hover.index-account ul li a {
	color: #333;
	display: block;
	text-align: left; }
.user-hover.index-account ul li a:hover, .user-hover.index-account ul li a:focus {
	text-decoration: none;
	color: #61c472; }
.user-hover.index-account:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -22px;
	width: 100%;
	height: 25px;
	background: 0 0;
	display: none;
	z-index: 8; }
.user-hover.index-account:hover:before {
	display: block; }
.user-hover.index-account:hover ul {
	display: block; }

.header-search i:hover {
	color: #61c472; }

.header-search .search-header {
	display: none;
	position: absolute;
	top: 35px;
	right: 0;
	width: 250px;
	z-index: 9999; }

.header-search form input {
	font-size: 13px;
	border: 1px solid #61c472; }
.header-search form input:hover, .header-search form input:focus {
	border: 1px solid #61c472; }

.header-search form button {
	color: #fff;
	background-color: #61c472;
	border: 1px solid #61c472; }
.header-search form button:hover {
	color: #fff; }
.header-search form button i:hover {
	color: #fff; }

.menu-mobiles {
	display: none; }

.search-main .header-search {
	padding: 0;
	margin: 0; }

/*Cart sidebar*/
.cart_sidebar {
	display: block;
	position: fixed;
	width: 450px;
	top: 0;
	right: -450px;
	bottom: 0;
	background-color: #fff;
	overflow: hidden;
	visibility: hidden;
	z-index: 10000;
	box-shadow: -5px 0 11px 0 rgba(33, 33, 33, 0.25);
	transition: all 0.35s cubic-bezier(0.23, 1, 0.32, 1); }
@media (max-width: 480px) {
	.cart_sidebar {
		width: 100%;
		right: -100%; } }
.cart_sidebar.active {
	left: auto;
	transform: translate3d(-450px, 0, 0);
	-webkit-transform: translate3d(-450px, 0, 0);
	visibility: visible; }
@media (max-width: 480px) {
	.cart_sidebar.active {
		transform: translate3d(-100%, 0, 0);
		-webkit-transform: translate3d(-100%, 0, 0); } }
.cart_sidebar .cart_heading {
	background-color: #f7f6f5;
	padding: 6px 16px 4px;
	display: block; }
.cart_sidebar .cart_heading .cart_title {
	margin-bottom: 0;
	text-align: left;
	font-size: 15px;
	display: block;
	padding-bottom: 2px;
	width: 70%;
	float: left; }
.cart_sidebar .cart_heading .cart_title span.abcb {
	display: block;
	font-size: 13px;
	color: rgba(78, 89, 93, 0.7);
	padding-top: 2px;
	padding-bottom: 2px; }
.cart_sidebar .cart_heading .cart_btn-close {
	display: block;
	position: relative;
	margin-top: 5px;
	float: right;
	padding: 0;
	border-radius: 100%;
	border: 1px solid rgba(78, 89, 93, 0.7);
	cursor: pointer;
	height: 34px;
	width: 34px;
	line-height: 34px;
	font-size: 18px;
	text-align: center; }
.cart_sidebar .cart-footer {
	padding: 10px; }
.cart_sidebar .cart-footer hr {
	margin-top: 15px;
	margin-bottom: 15px;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1); }
.cart_sidebar .cart-footer .cart__subtotal {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 12px; }
.cart_sidebar .cart-footer .cart__subtotal .cart__col-6 {
	width: 50%;
	float: left; }
.cart_sidebar .cart-footer .cart__subtotal .cart__totle {
	width: 50%;
	float: left; }
.cart_sidebar .cart-footer .cart__btn-proceed-checkout-dt {
	display: block;
	position: relative;
	padding-top: 24px; }
.cart_sidebar .cart-footer .cart__btn-proceed-checkout-dt button {
	width: 100%;
	background-color: #61c472;
	color: #fff;
	text-align: center; }
.cart_sidebar .cart_body {
	padding: 15px 16px;
	font-weight: 400;
	height: 400px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch; }
@media (min-width: 768px) and (max-width: 992px) {
	.cart_sidebar .cart_body {
		height: 800px; } }
@media (min-width: 550px) and (max-width: 767px) {
	.cart_sidebar .cart_body {
		height: 170px; } }
@media (max-width: 480px) {
	.cart_sidebar .cart_body {
		height: 270px; } }
.cart_sidebar .cart_body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	background-color: #F5F5F5; }
.cart_sidebar .cart_body::-webkit-scrollbar {
	width: 5px;
	background-color: #F5F5F5; }
.cart_sidebar .cart_body::-webkit-scrollbar-thumb {
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
	background-color: #e5e5e5; }
.cart_sidebar .cart_body .cart_product {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #f2f1f0;
	display: table;
	width: 100%; }
.cart_sidebar .cart_body .cart_product .cart_image {
	display: table-cell;
	width: 24%;
	vertical-align: top;
	position: relative; }
.cart_sidebar .cart_body .cart_product .cart_info {
	padding-left: 15px;
	vertical-align: top; }
.cart_sidebar .cart_body .cart_product .cart_info .cart_name {
	margin-bottom: 4px;
	font-size: 14px;
	font-weight: 600; }
.cart_sidebar .cart_body .cart_product .cart_info .cart_name a {
	color: #4e595d; }
.cart_sidebar .cart_body .cart_product .cart_info .cart_name a:hover, .cart_sidebar .cart_body .cart_product .cart_info .cart_name a:focus {
	color: #61c472; }
.cart_sidebar .cart_body .cart_product .cart_info .row-cart-left .cart_item_name {
	width: 50%;
	float: left; }
.cart_sidebar .cart_body .cart_product .cart_info .row-cart-left .cart_item_name .cart_size {
	font-size: 13px;
	margin-bottom: 0;
	display: block;
	font-weight: normal; }
.cart_sidebar .cart_body .cart_product .cart_info .row-cart-left .cart_item_name .cart_quantity {
	font-size: 13px;
	margin-bottom: 0;
	display: block;
	font-weight: normal; }
.cart_sidebar .cart_body .cart_product .cart_info .row-cart-left .cart_item_name .cart_select button {
	border-radius: 0 3px 3px 0;
	border: 1px solid #e5e5e5;
	border-color: #e5e5e5;
	color: #999;
	line-height: 20px;
	padding: 3px 9px;
	margin: 0;
	width: 28px;
	background-color: #fff;
	height: 28px; }
.cart_sidebar .cart_body .cart_product .cart_info .row-cart-left .cart_item_name .cart_select button.btn-minus {
	float: left;
	border-right: 0; }
.cart_sidebar .cart_body .cart_product .cart_info .row-cart-left .cart_item_name .cart_select button.btn-plus {
	float: left;
	border-left: 0; }
.cart_sidebar .cart_body .cart_product .cart_info .row-cart-left .cart_item_name .cart_select input {
	display: inline-block;
	height: 28px;
	padding: 0 5px;
	text-align: center;
	border-radius: 0;
	width: 35px;
	float: left;
	min-height: 28px;
	border: 1px solid #e5e5e5;
	color: #222;
	height: 28px;
	font-size: 14px; }
.cart_sidebar .cart_body .cart_product .cart_info .row-cart-left .cart_prices {
	width: 50%;
	float: left; }
.cart_sidebar .cart_body .cart_product .cart_info .row-cart-left .cart_prices .cart__price {
	padding-bottom: 14px;
	margin-bottom: 6px;
	margin-top: 5px; }
.cart_sidebar .cart_body .cart_product .cart_info .row-cart-left .cart_prices .cart__price .cart__sale-price {
	font-weight: 600;
	display: block;
	font-size: 14px; }
.cart_sidebar .cart_body .cart_product .cart_info .row-cart-left .cart_prices .cart__btn-remove {
	font-size: 13px;
	color: #61c472; }
.cart_sidebar .cart_body .cart_product .cart_info .row-cart-left .cart_prices .cart__btn-remove:hover, .cart_sidebar .cart_body .cart_product .cart_info .row-cart-left .cart_prices .cart__btn-remove:focus {
	text-decoration: underline; }

.backdrop__body-backdrop___1rvky {
	visibility: hidden;
	position: fixed;
	opacity: 0;
	width: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.55);
	z-index: 9999;
	transition: opacity .5s ease; }
.backdrop__body-backdrop___1rvky.active {
	transition: opacity .5s ease;
	visibility: visible;
	opacity: 1; }

.cart-empty img {
	max-width: 200px; }

.cart-empty .btn-cart-empty {
	margin-top: 20px;
	text-align: center; }
.cart-empty .btn-cart-empty a {
	background-color: #61c472;
	display: inline-block;
	padding: 15px 30px;
	color: #fff;
	height: auto;
	line-height: 1.1; }
.cart-empty .btn-cart-empty a:hover, .cart-empty .btn-cart-empty a:focus {
	background-color: #42b055;
	color: #333; }

/*End Cart Sidebar*/
@media (max-width: 1024px) {
	.organic-content .product-media {
		height: 300px; }
	#gallery_01 .owl-item a {
		height: 84px; } }

@media only screen and (min-width: 768px) {
	.panel-content {
		padding-top: 40px;
		padding-bottom: 40px; }
	.panel-title {
		padding-top: 15px;
		padding-bottom: 15px; }
	.panel-sorting {
		margin-bottom: 30px; }
	.panel-sorting:after,
	.panel-sorting:before {
		content: " ";
		display: table; }
	.panel-sorting:after {
		clear: both; }
	.panel-sorting .panel-sorting-result {
		float: left; }
	.panel-sorting .panel-sorting-option {
		float: right; }
	.panel-paging {
		margin-top: 46px;
		margin-bottom: 46px; }
	.panel-sidebar {
		margin-bottom: 20px; }
	.panel-sidebar-heading {
		padding: 30px 44px 30px 20px;
		border-bottom: 1px solid #dedede; }
	.is-toggle .panel-sidebar-heading {
		border-bottom: none; }
	.panel-sidebar-title {
		font-size: 18px; }
	.panel-sidebar-inner {
		display: block; }
	.panel-sidebar-toggle:before {
		content: "\f068"; }
	.is-toggle .panel-sidebar-toggle:before {
		content: "\f067"; } }

.cart-recommendation h4 {
	font-size: 16px;
	border-top: 1px solid #ddd;
	font-weight: 600;
	padding-top: 10px; }

.cart-recommendation .product-media {
	height: 170px; }
.cart-recommendation .product-media img.prod-img {
	width: auto;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 7; }

.cart-recommendation .product-title {
	font-size: 14px;
	margin-top: 0; }

.cart-recommendation .owl-carousel .product-box {
	margin: 5px 0;
	box-shadow: none; }
.cart-recommendation .owl-carousel .product-box .product-caption {
	padding-bottom: 5px; }

.cart-recommendation .prod-tag {
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto; }

.cart-recommendation .quick-view {
	display: none !important; }

.cart-recommendations h4 {
	font-size: 19px;
	font-weight: 600;
	padding-top: 10px;
	text-align: center; }

.organic-content .owl-page {
	background-color: #f7f6f2;
	display: inline-block;
	height: 8px;
	margin-left: 1px;
	position: relative;
	vertical-align: middle;
	width: 50px; }
.organic-content .owl-page:first-child {
	border-radius: 5px 0 0 5px; }
.organic-content .owl-page:last-child {
	border-radius: 0 5px 5px 0; }
.organic-content .owl-page.active, .organic-content .owl-page:hover {
	background-color: #42b055; }

.deal-slider .item {
	padding: 0 15px; }

.deal-slider .owl-pagination {
	counter-reset: subsection; }
.deal-slider .owl-pagination .owl-page {
	background-color: #fff;
	border-radius: 1em;
	color: #dedede;
	display: inline-block;
	font-weight: 600;
	height: 25px;
	line-height: 25px;
	margin: 5px;
	width: 25px; }
.deal-slider .owl-pagination .owl-page:before {
	counter-increment: subsection;
	content: counter(subsection); }
.deal-slider .owl-pagination .owl-page.active, .deal-slider .owl-pagination .owl-page:hover {
	background-color: #42b055;
	color: #fff; }

.organic-content .tab-more {
	text-align: center;
	margin-top: 15px; }

.aside-item.collection-category {
	margin-bottom: 20px; }

.top-hotline {
	margin-top: 5px; }
.top-hotline a{
	display: inline-block;
}
.top-hotline>div:nth-child(2){
	margin-top: 5px;
}
.top-hotline p{
	display: inline-block;
}
@media (max-width: 1024px) {
	.top-hotline {
		margin-top: 10px; } }
.top-hotline img {
	max-width: 35px;
	margin-right: 10px; }
.top-hotline a {
	font-weight: 600; }

.main-nav-border {
	border-top: 1px solid #e5e5e5;
	margin-top: 10px;
	border-bottom: 2px solid #61c472; }

.section_tab_product {
	padding-top: 30px; }
.section_tab_product .noo-sh-title {
	font-size: 40px;
	color: #222;
	letter-spacing: 2px;
	z-index: 2;
	text-align: center;
	text-transform: uppercase;
	line-height: 50px;
	background: url(//theme.hstatic.net/1000249908/1000320081/14/group_product_bg_1.jpg?v=466) no-repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-size: cover;
	font-weight: 600; }
@media (max-width: 1024px) {
	.section_tab_product .noo-sh-title {
		left: 50px; } }
@media (max-width: 992px) {
	.section_tab_product .noo-sh-title {
		position: relative;
		top: 0;
		left: 0;
		text-align: center; } }
@media (max-width: 480px) {
	.section_tab_product .noo-sh-title {
		font-size: 25px; } }
@media screen and (max-width: 767px) {
	.section_tab_product .nav-tabs-responsive > li {
		display: none;
		width: 23%; }
	.section_tab_product .nav-tabs-responsive > li > a {
		max-width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		word-wrap: normal;
		width: 100%;
		width: 100%;
		text-align: center;
		vertical-align: top; }
	.section_tab_product .nav-tabs-responsive > li.active {
		width: 54%; }
	.section_tab_product .nav-tabs-responsive > li.active:first-child {
		margin-left: 23%; }
	.section_tab_product .nav-tabs-responsive > li.active, .section_tab_product .nav-tabs-responsive > li.prev, .section_tab_product .nav-tabs-responsive > li.next {
		display: block; }
	.section_tab_product .nav-tabs-responsive > li.prev, .section_tab_product .nav-tabs-responsive > li.next {
		-webkit-transform: scale(0.9);
		transform: scale(0.9); }
	.section_tab_product .nav-tabs-responsive > li.next > a, .section_tab_product .nav-tabs-responsive > li.prev > a {
		-webkit-transition: none;
		transition: none; }
	.section_tab_product .nav-tabs-responsive > li.next > a .text, .section_tab_product .nav-tabs-responsive > li.prev > a .text {
		display: none; }
	.section_tab_product .nav-tabs-responsive > li.next > a:after, .section_tab_product .nav-tabs-responsive > li.next > a:after, .section_tab_product .nav-tabs-responsive > li.prev > a:after, .section_tab_product .nav-tabs-responsive > li.prev > a:after {
		position: relative;
		top: 1px;
		display: inline-block;
		font-family: 'FontAwesome';
		font-style: normal;
		font-weight: 400;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale; }
	.section_tab_product .nav-tabs-responsive > li.prev > a:after {
		content: "\f0a8"; }
	.section_tab_product .nav-tabs-responsive > li.next > a:after {
		content: "\f0a9"; }
	.section_tab_product .nav-tabs-responsive > li.dropdown > a > .caret {
		display: none; }
	.section_tab_product .nav-tabs-responsive > li.dropdown > a:after {
		content: "\e114"; }
	.section_tab_product .nav-tabs-responsive > li.dropdown.active > a:after {
		display: none; }
	.section_tab_product .nav-tabs-responsive > li.dropdown.active > a > .caret {
		display: inline-block; }
	.section_tab_product .nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-left {
		left: 0;
		right: auto; }
	.section_tab_product .nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-center {
		right: auto;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%); }
	.section_tab_product .nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-right {
		left: auto;
		right: 0; }
	.section_tab_product #myTab.nav-tabs, .section_tab_product #myTab2.nav-tabs, .section_tab_product #myTab3.nav-tabs {
		margin-bottom: 25px;
		border: none;
		position: relative; }
	.section_tab_product #myTab.nav-tabs:before, .section_tab_product #myTab2.nav-tabs:before, .section_tab_product #myTab3.nav-tabs:before {
		content: "";
		height: 1px;
		width: 100%;
		background-color: #ddd;
		left: 0;
		bottom: -1px;
		position: absolute; }
	.section_tab_product #myTab.nav-tabs li.active a, .section_tab_product #myTab2.nav-tabs li.active a, .section_tab_product #myTab3.nav-tabs li.active a {
		color: #61c472;
		background-color: #fff;
		color: #61c472;
		position: relative; }
	.section_tab_product #myTab.nav-tabs li.active a:hover, .section_tab_product #myTab.nav-tabs li.active a:focus, .section_tab_product #myTab2.nav-tabs li.active a:hover, .section_tab_product #myTab2.nav-tabs li.active a:focus, .section_tab_product #myTab3.nav-tabs li.active a:hover, .section_tab_product #myTab3.nav-tabs li.active a:focus {
		background-color: #fff;
		color: #61c472; }
	.section_tab_product #myTab.nav-tabs li:hover a, .section_tab_product #myTab.nav-tabs li:focus a, .section_tab_product #myTab2.nav-tabs li:hover a, .section_tab_product #myTab2.nav-tabs li:focus a, .section_tab_product #myTab3.nav-tabs li:hover a, .section_tab_product #myTab3.nav-tabs li:focus a {
		background-color: #fff !important; } }
@media (min-width: 767px) {
	.section_tab_product #myTab.nav-tabs {
		text-align: center;
		margin-bottom: 50px;
		border: none; }
	.section_tab_product #myTab.nav-tabs li {
		float: none;
		display: inline-block;
		border: none;
		position: relative;
		margin: 0; }
	.section_tab_product #myTab.nav-tabs li a {
		border: none;
		margin: 0;
		color: #8c8c8c;
		font-weight: 500;
		padding: 10px 20px 9px;
		border: 1px solid transparent;
		border-radius: 40px;
		-webkit-transition: background .2s ease-in-out, color .2s ease-in-out;
		transition: background .2s ease-in-out, color .2s ease-in-out;
		text-transform: uppercase; }
	.section_tab_product #myTab.nav-tabs li.active {
		background: #fff; }
	.section_tab_product #myTab.nav-tabs li.active a,.section_tab_product #myTab.nav-tabs li a.active  {
		color: #61c472;
		border-color: #61c472; }
	.section_tab_product #myTab.nav-tabs li:hover a, .section_tab_product #myTab.nav-tabs li:focus a {
		color: #61c472;
		text-decoration: none;
		background-color: #fff;
		border-color: #61c472; } }

.naturix-goods .title-wraps h2 {
	font-size: 40px;
	color: #222;
	letter-spacing: 2px;
	z-index: 2;
	text-align: center;
	text-transform: uppercase;
	line-height: 50px;
	background: url(//theme.hstatic.net/1000249908/1000320081/14/group_product_bg_2.jpg?v=466) no-repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-size: cover;
	font-weight: 600; }
@media (max-width: 480px) {
	.naturix-goods .title-wraps h2 {
		font-size: 25px; } }

.naturix-goods .item {
	padding-left: 7px;
	padding-right: 7px; }
@media (max-width: 767px) {
	.naturix-goods .item {
		padding-left: 0;
		padding-right: 0; } }

.naturix-goods .owl-carousel .owl-nav .owl-prev, .naturix-goods .owl-carousel .owl-nav .owl-next {
	border-radius: 3px;
	-moz-transition: all 0.45s ease;
	-webkit-transition: all 0.45s ease;
	-o-transition: all 0.45s ease;
	-ms-transition: all 0.45s ease;
	transition: all 0.45s ease;
	opacity: 0;
	visibility: hidden; }
.naturix-goods .owl-carousel .owl-nav span{
	display: none;
}
.naturix-goods .owl-carousel .owl-nav .owl-prev:before, .naturix-goods .owl-carousel .owl-nav .owl-next:before {
	width: 35px;
	height: 35px;
	background: #61c472;
	line-height: 35px;
	border-radius: 3px;
	color: #fff; }
.naturix-goods .owl-carousel .owl-nav .owl-prev:hover, .naturix-goods .owl-carousel .owl-nav .owl-prev:focus, .naturix-goods .owl-carousel .owl-nav .owl-next:hover, .naturix-goods .owl-carousel .owl-nav .owl-next:focus {
	opacity: 0.9; }

.naturix-goods .owl-carousel .owl-nav .owl-prev {
	left: -50px;
	float: left; }
.naturix-goods .owl-carousel .owl-nav .owl-prev:before {
	content: "\f104"; }

.naturix-goods .owl-carousel .owl-nav .owl-next {
	right: -50px;
	float: right; }
.naturix-goods .owl-carousel .owl-nav .owl-next:before {
	content: "\f105"; }

.naturix-goods .owl-carousel:hover .owl-nav .owl-prev {
	left: 0;
	opacity: 1;
	visibility: inherit; }

.naturix-goods .owl-carousel:hover .owl-nav .owl-next {
	right: 0;
	opacity: 1;
	visibility: inherit; }

.naturix-goods .owl-carousel .owl-nav .owl-prev:before, .naturix-goods .owl-carousel .owl-nav .owl-next:before {
	font-family: "FontAwesome";
	text-indent: 0;
	position: absolute;
	left: 0;
	width: 35px;
	text-align: center;
	line-height: 35px;
	font-size: 20px; }

.naturix-goods .owl-carousel .owl-nav .owl-next:before {
	right: 0;
	text-indent: 0;
	left: auto; }

.naturix-goods .owl-carousel .owl-nav .owl-prev, .naturix-goods .owl-carousel .owl-nav .owl-next {
	top: 50%;
	position: absolute;
	text-decoration: none;
	margin-top: -15px;
	padding: 0;
	outline: none;
	text-indent: 1010%;
	border-radius: 0;
	white-space: nowrap;
	margin-right: 0;
	margin-left: 0; }

.section_policy {
	padding-bottom: 30px;
	background-color: #fff; }
@media (max-width: 480px) {
	.section_policy {
		padding: 10px 0; } }
.section_policy .owl-policy-mobile {
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
	padding: 15px 10px;
	overflow: hidden; }
.section_policy .section_policy_content img {
	max-width: 40px;
	float: left;
	margin-right: 10px; }
@media (max-width: 480px) {
	.section_policy .section_policy_content img {
		float: none;
		margin-left: auto;
		margin-right: auto; } }
.section_policy .section_policy_content .section-policy-padding {
	padding-left: 50px; }
@media (max-width: 480px) {
	.section_policy .section_policy_content .section-policy-padding {
		padding: 0;
		text-align: center;
		margin-top: 5px; } }
.section_policy .section_policy_content .section-policy-padding h3 {
	font-size: 14px;
	font-weight: 500;
	margin: 0; }
.section_policy .section_policy_content .section-policy-padding .section_policy_title {
	font-size: 12px;
	color: #888; }
.section_policy .section_policy_content .section-policy-padding .section_policy_title a {
	color: #888; }
.section_policy .section_policy_content:hover .section-policy-padding h3 {
	color: #61c472; }

.list-category .center h3 {
	margin: 0;
	display: inline-block;
	border-bottom: 2px solid #61c472; }

.section_instagram {
	position: relative; }
.section_instagram a.btn-instagram {
	font-size: 14px;
	letter-spacing: 1px;
	background: #00b09b;
	/* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #96c93d, #00b09b);
	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #96c93d, #00b09b);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	line-height: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	width: 130px;
	height: 130px;
	text-align: center;
	border-radius: 100%;
	display: flex;
	align-items: center;
	z-index: 9; }
@media (max-width: 480px) {
	.section_instagram a.btn-instagram {
		width: 100px;
		height: 100px;
		line-height: 25px; } }
.section_instagram .owl-carousel .owl-nav .owl-prev, .section_instagram .owl-carousel .owl-nav .owl-next {
	border-radius: 3px;
	-moz-transition: all 0.45s ease;
	-webkit-transition: all 0.45s ease;
	-o-transition: all 0.45s ease;
	-ms-transition: all 0.45s ease;
	transition: all 0.45s ease;
	opacity: 0;
	visibility: hidden; }
.section_instagram .owl-carousel .owl-nav .owl-prev:before, .section_instagram .owl-carousel .owl-nav .owl-next:before {
	width: 35px;
	height: 35px;
	background: #61c472;
	line-height: 35px;
	border-radius: 3px;
	color: #fff; }
.section_instagram .owl-carousel .owl-nav .owl-prev:hover, .section_instagram .owl-carousel .owl-nav .owl-prev:focus, .section_instagram .owl-carousel .owl-nav .owl-next:hover, .section_instagram .owl-carousel .owl-nav .owl-next:focus {
	opacity: 0.9; }
.section_instagram .owl-carousel .owl-nav .owl-prev {
	left: -50px;
	float: left; }
.section_instagram .owl-carousel .owl-nav .owl-prev:before {
	content: "\f104"; }
.section_instagram .owl-carousel .owl-nav .owl-next {
	right: -50px;
	float: right; }
.section_instagram .owl-carousel .owl-nav .owl-next:before {
	content: "\f105"; }
.section_instagram .owl-carousel:hover .owl-nav .owl-prev {
	left: 0;
	opacity: 1;
	visibility: inherit; }
.section_instagram .owl-carousel:hover .owl-nav .owl-next {
	right: 0;
	opacity: 1;
	visibility: inherit; }
.section_instagram .owl-carousel .owl-nav .owl-prev:before, .section_instagram .owl-carousel .owl-nav .owl-next:before {
	font-family: "FontAwesome";
	text-indent: 0;
	position: absolute;
	left: 0;
	width: 35px;
	text-align: center;
	line-height: 35px;
	font-size: 20px; }
.section_instagram .owl-carousel .owl-nav .owl-next:before {
	right: 0;
	text-indent: 0;
	left: auto; }
.section_instagram .owl-carousel .owl-nav .owl-prev, .section_instagram .owl-carousel .owl-nav .owl-next {
	top: 50%;
	position: absolute;
	text-decoration: none;
	margin-top: -15px;
	padding: 0;
	outline: none;
	text-indent: 1010%;
	border-radius: 0;
	white-space: nowrap;
	margin-right: 0;
	margin-left: 0; }
.section_instagram .item {
	position: relative;
	color: #fff;
	overflow: hidden; }
.section_instagram .item .item--overlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	visibility: hidden;
	opacity: 0;
	transition: all 250ms ease-out;
	z-index: 2;
	background-color: rgba(52, 53, 56, 0.4); }
.section_instagram .item .item--overlay i {
	position: absolute;
	color: #fff;
	font-size: 50px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%; }
.section_instagram .item img {
	transition: all .8s ease-in-out; }
.section_instagram .item:hover .item--overlay {
	visibility: visible;
	opacity: 1; }
.section_instagram .item:hover img {
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05); }

.section_tab_product .product-media {
	position: relative;
	height: 260px; }
@media (max-width: 1024px) {
	.section_tab_product .product-media {
		height: 230px; } }
@media (max-width: 992px) {
	.section_tab_product .product-media {
		height: 170px; } }
@media (max-width: 767px) {
	.section_tab_product .product-media {
		height: 270px; } }
@media (max-width: 480px) {
	.section_tab_product .product-media {
		height: 210px; } }
@media (max-width: 376px) {
	.section_tab_product .product-media {
		height: 180px; } }
@media (max-width: 321px) {
	.section_tab_product .product-media {
		height: 160px; } }
.section_tab_product .product-media img {
	width: auto;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto; }

.naturix-goods .product-media {
	position: relative;
	height: 260px; }
@media (max-width: 1024px) {
	.naturix-goods .product-media {
		height: 230px; } }
@media (max-width: 992px) {
	.naturix-goods .product-media {
		height: 170px; } }
@media (max-width: 767px) {
	.naturix-goods .product-media {
		height: 250px; } }
@media (max-width: 480px) {
	.naturix-goods .product-media {
		height: 190px; } }
@media (max-width: 376px) {
	.naturix-goods .product-media {
		height: 170px; } }
@media (max-width: 321px) {
	.naturix-goods .product-media {
		height: 150px; } }
.naturix-goods .product-media img {
	width: auto;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto; }

/*** Menu mobile ***/
.helper-overflow-hidden {
	overflow: hidden !important;
	max-height: 100vh !important; }
.helper-overflow-hidden #menu-mobile {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0); }
/*.helper-overflow-hidden #box-wrapper {*/
	/*-webkit-transform: translate3d(240px, 0, 0);*/
	/*transform: translate3d(240px, 0, 0);*/
	/*position: relative; }*/
.helper-overflow-hidden #box-wrapper:before {
	content: "";
	height: 100%;
	width: 100%;
	right: 0;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
	top: 0;
	z-index: 9999; }

#menu-mobile {
	width: 240px;
	z-index: 9999;
	background: #31373d;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-transform: translate3d(-240px, 0, 0);
	transform: translate3d(-240px, 0, 0);
	transition: -webkit-transform 200ms ease;
	transition: transform 200ms ease;
	transition: transform 200ms ease, -webkit-transform 200ms ease;
	-webkit-overflow-scrolling: touch; }

/*#box-wrapper, #trigger-mobile {*/
	/*transition: -webkit-transform 200ms ease;*/
	/*transition: transform 200ms ease;*/
	/*transition: transform 200ms ease, -webkit-transform 200ms ease; */
/*}*/

#menu-mobile .account_mobile {
	background: rgba(0, 0, 0, 0.2);
	padding: 10px 0; }

#menu-mobile .account_text {
	margin-left: 0px; }

#menu-mobile .active_login_account {
	margin-left: -15px; }

#menu-mobile .account_text li {
	display: inline-block;
	color: #fff; }

#menu-mobile .account_text li a {
	color: #fff; }

#menu-mobile .menu-mobile li {
	float: left;
	position: relative;
	width: 100%; }

#menu-mobile .menu-mobile > li > a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

#menu-mobile .menu-mobile li.active > a {
	border-bottom: 0; }

#menu-mobile .menu-mobile li a {
	color: #fff;
	padding: 10px;
	display: block;
	position: relative;
	padding-right: 20px;
	white-space: inherit; }
#menu-mobile .menu-mobile li a:hover, #menu-mobile .menu-mobile li a:focus {
	text-decoration: none;
	background-color: transparent; }

#menu-mobile .menu-mobile li a i {
	position: absolute;
	right: 5px;
	top: 5px;
	padding: 10px; }

#menu-mobile .submenu-level1-children {
	background: #212529;
	width: 100%;
	position: static;
	border-radius: 0;
	padding: 0 0 0 10px;
	margin: 0;
	box-shadow: none; }

#menu-mobile .submenu-level2-children {
	background: transparent;
	width: 100%;
	position: static;
	border-radius: 0;
	padding: 0 0 0 10px;
	margin: 0;
	border: none;
	box-shadow: none; }

.account_mobile .text-center img {
	height: 50px;
	margin-bottom: 10px; }

/*** End menu mobile ***/
.details-product .owl-carousel .owl-nav .owl-prev, .details-product .owl-carousel .owl-nav .owl-next {
	width: 22px;
	background-color: #222;
	border-radius: 3px;
	-moz-transition: all 0.45s ease;
	-webkit-transition: all 0.45s ease;
	-o-transition: all 0.45s ease;
	-ms-transition: all 0.45s ease;
	transition: all 0.45s ease;
	opacity: 0;
	visibility: hidden;
	margin-top: -21px; }
.details-product .owl-carousel .owl-nav .owl-prev:before, .details-product .owl-carousel .owl-nav .owl-next:before {
	width: 22px;
	height: 35px;
	background-color: #222;
	line-height: 35px;
	border-radius: 3px; }

.details-product .owl-carousel .owl-nav .owl-prev {
	left: -50px; }

.details-product .owl-carousel .owl-nav .owl-next {
	right: -50px; }

.details-product .owl-carousel:hover .owl-nav .owl-prev {
	left: 0;
	opacity: 1;
	visibility: inherit; }

.details-product .owl-carousel:hover .owl-nav .owl-next {
	right: 0;
	opacity: 1;
	visibility: inherit; }

.details-product .details-pro h1 {
	margin-top: 0;
	color: #222;
	font-weight: 700; }

.details-product .details-pro .item-brand {
	color: #999;
	display: inline-block;
	position: relative;
	font-size: 12px; }
.details-product .details-pro .item-brand .bizweb-product-reviews-badge {
	display: inline-block;
	position: relative;
	top: 2px; }
.details-product .details-pro .item-brand .bizweb-product-reviews-badge img {
	display: none !important; }
.details-product .details-pro .item-brand .bizweb-product-reviews-badge .bizweb-product-reviews-star i {
	font-size: 14px; }
.details-product .details-pro .item-brand .bizweb-product-reviews-badge div {
	display: inline-block; }

.details-product .details-pro .stock-brand {
	border-top: 1px solid #f4f4f4;
	margin-top: 7px;
	padding-top: 7px;
	margin-bottom: 10px; }
.details-product .details-pro .stock-brand ul li .stock-brand-title {
	color: #525252;
	width: 100px;
	display: inline-block; }
.details-product .details-pro .stock-brand ul li .a-brand {
	color: #61c472; }
.details-product .details-pro .stock-brand ul li .a-stock {
	color: #73a91d; }
.details-product .details-pro .stock-brand ul li .a-stock.a-stock-out {
	color: #FFCA28; }

.details-product .details-pro .product-summary {
	background-color: #fbfbfb;
	padding: 10px;
	border-radius: 3px;
	margin-top: 5px; }
.details-product .details-pro .product-summary ul li {
	margin-bottom: 0; }

.details-product .details-pro .price-box {
	margin: 5px 0 5px;
	margin-bottom: 10px; }
.details-product .details-pro .price-box .special-price {
	display: block;
	width: 100%; }
.details-product .details-pro .price-box .special-price .product-price {
	font-size: 25px;
	color: #61c472;
	font-weight: 700; }
.details-product .details-pro .price-box .old-price {
	font-size: 13px; }
.details-product .details-pro .price-box .old-price .product-price-old {
	color: #222;
	font-size: 14px;
	font-weight: 500; }
.details-product .details-pro .price-box .save-price {
	color: #73a91d;
	margin-left: 30px; }
@media (max-width: 480px) {
	.details-product .details-pro .price-box .save-price {
		margin-left: 5px; } }
.details-product .details-pro .price-box .save-price .product-price-save {
	font-weight: 700; }

.details-product .details-pro .form-product .form-group {
	display: block; }
.details-product .details-pro .form-product .form-group .custom-btn-number {
	width: auto;
	float: left;
	margin-right: 10px; }
.details-product .details-pro .form-product .form-group .custom-btn-number #qty {
	float: left;
	margin-right: 2px;
	border: 1px solid #e8e8e8; }
.details-product .details-pro .form-product .form-group .custom-btn-number .gp-btn {
	float: left;
	width: 20px; }
.details-product .details-pro .form-product .form-group .custom-btn-number .gp-btn button {
	background-color: #fff;
	border: 1px solid #e8e8e8;
	outline: none;
	box-shadow: none;
	height: 19px;
	width: 20px;
	padding: 0;
	text-align: center;
	line-height: 10px;
	font-size: 14px;
	margin: 0;
	float: left; }
.details-product .details-pro .form-product .form-group .custom-btn-number .gp-btn button:last-child {
	margin-top: 2px; }
.details-product .details-pro .form-product .form-group .btn-lg {
	background-color: #61c472;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 0;
	outline: none;
	box-shadow: none;
	padding: 0 30px;
	font-size: 17px;
	border-color: #61c472;
	float: left; }
.details-product .details-pro .form-product .form-group .btn-lg:hover, .details-product .details-pro .form-product .form-group .btn-lg:focus {
	background-color: #4ebd61;
	border-color: #4ebd61; }

.details-product .details-pro .form-product .swatch {
	display: table; }
.details-product .details-pro .form-product .swatch .header {
	float: none;
	vertical-align: middle; }

.details-product .social-sharing {
	margin-top: 10px; }

@media screen and (max-width: 767px) {
	.details-product .nav-tabs-responsive > li {
		display: none;
		width: 23%; }
	.details-product .nav-tabs-responsive > li > a {
		max-width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		word-wrap: normal;
		width: 100%;
		width: 100%;
		text-align: center;
		vertical-align: top; }
	.details-product .nav-tabs-responsive > li.active {
		width: 54%; }
	.details-product .nav-tabs-responsive > li.active:first-child {
		margin-left: 23%; }
	.details-product .nav-tabs-responsive > li.active, .details-product .nav-tabs-responsive > li.prev, .details-product .nav-tabs-responsive > li.next {
		display: block; }
	.details-product .nav-tabs-responsive > li.prev, .details-product .nav-tabs-responsive > li.next {
		-webkit-transform: scale(0.9);
		transform: scale(0.9); }
	.details-product .nav-tabs-responsive > li.next > a, .details-product .nav-tabs-responsive > li.prev > a {
		-webkit-transition: none;
		transition: none; }
	.details-product .nav-tabs-responsive > li.next > a .text, .details-product .nav-tabs-responsive > li.prev > a .text {
		display: none; }
	.details-product .nav-tabs-responsive > li.next > a:after, .details-product .nav-tabs-responsive > li.next > a:after, .details-product .nav-tabs-responsive > li.prev > a:after, .details-product .nav-tabs-responsive > li.prev > a:after {
		position: relative;
		top: 1px;
		display: inline-block;
		font-family: 'FontAwesome';
		font-style: normal;
		font-weight: 400;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale; }
	.details-product .nav-tabs-responsive > li.prev > a:after {
		content: "\f0a8"; }
	.details-product .nav-tabs-responsive > li.next > a:after {
		content: "\f0a9"; }
	.details-product .nav-tabs-responsive > li.dropdown > a > .caret {
		display: none; }
	.details-product .nav-tabs-responsive > li.dropdown > a:after {
		content: "\e114"; }
	.details-product .nav-tabs-responsive > li.dropdown.active > a:after {
		display: none; }
	.details-product .nav-tabs-responsive > li.dropdown.active > a > .caret {
		display: inline-block; }
	.details-product .nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-left {
		left: 0;
		right: auto; }
	.details-product .nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-center {
		right: auto;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%); }
	.details-product .nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-right {
		left: auto;
		right: 0; } }

.details-product #myTabContent, .details-product #myTabContent2, .details-product #myTabContent3 {
	margin-top: 15px; }

@media (min-width: 767px) {
	.details-product #myTab.nav-tabs {
		border-color: #f4f4f4; }
	.details-product #myTab.nav-tabs li {
		padding: 0 15px; }
	.details-product #myTab.nav-tabs li a {
		border: none;
		background: transparent;
		border-radius: 0;
		position: relative;
		padding: 10px 0;
		text-transform: uppercase;
		color: #222;
		font-weight: 700; }
	.details-product #myTab.nav-tabs li a:before {
		content: "";
		height: 2px;
		width: 50px;
		background-color: #c0c0c0;
		position: absolute;
		bottom: 0;
		left: 0; }
	.details-product #myTab.nav-tabs li:first-child {
		padding-left: 0; }
	.details-product #myTab.nav-tabs li.active a, .details-product #myTab.nav-tabs li:hover a {
		color: #61c472; }
	.details-product #myTab.nav-tabs li.active a:before, .details-product #myTab.nav-tabs li:hover a:before {
		background-color: #61c472; } }

@media (max-width: 992px) {
	.product-sidebar-ant-fashion {
		margin-top: 15px; } }

.product-sidebar-ant-fashion .box-hotlines {
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 20px; }
.product-sidebar-ant-fashion .box-hotlines .box-hotlines-left {
	float: left; }
.product-sidebar-ant-fashion .box-hotlines .box-hotlines-left h3 {
	margin: 0;
	font-weight: 500;
	font-size: 17px; }
.product-sidebar-ant-fashion .box-hotlines .box-hotlines-left p {
	margin: 0;
	font-size: 13px;
	margin-top: 5px; }
.product-sidebar-ant-fashion .box-hotlines .box-hotlines-left h2 {
	font-size: 24px;
	margin-top: 5px;
	line-height: 1.1;
	font-weight: 700; }
.product-sidebar-ant-fashion .box-hotlines .box-hotlines-left h2 a {
	color: #222; }
.product-sidebar-ant-fashion .box-hotlines .box-hotlines-left h2 a:hover, .product-sidebar-ant-fashion .box-hotlines .box-hotlines-left h2 a:focus {
	color: #61c472;
	text-decoration: none; }
.product-sidebar-ant-fashion .box-hotlines .box-hotlines-left .link-contact a {
	color: #61c472; }
.product-sidebar-ant-fashion .box-hotlines .box-hotlines-right {
	float: right; }
@media (min-width: 1023px) and (max-width: 1024px) {
	.product-sidebar-ant-fashion .box-hotlines .box-hotlines-right {
		display: none; } }
.product-sidebar-ant-fashion .box-hotlines .box-hotlines-right a {
	display: block;
	height: 55px;
	width: 55px;
	border: 3px solid #eaf2de;
	border-radius: 50%;
	text-align: center;
	line-height: 55px;
	position: relative;
	margin-top: 28px; }
.product-sidebar-ant-fashion .box-hotlines .box-hotlines-right a i {
	font-size: 32px;
	color: #73a91d;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%); }

.product-sidebar-ant-fashion .main-project__tab--content {
	background-color: #fff4de;
	border: 1px dashed #f6a623;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 20px; }
.product-sidebar-ant-fashion .main-project__tab--content .product-promotions-list-title {
	margin-top: 0;
	font-size: 15px;
	color: #e52025; }
.product-sidebar-ant-fashion .main-project__tab--content .product-promotions-list-content a {
	color: #288ad6; }
.product-sidebar-ant-fashion .main-project__tab--content .product-promotions-list-content ul {
	list-style: disc inside; }

.product-sidebar-ant-fashion .product_preview .recently-viewed-products .title_section_center .title {
	font-size: 18px;
	margin-top: 0; }

.product-sidebar-ant-fashion .product_preview .recently-viewed-products #recently-viewed-products .recently-item-pro {
	margin-bottom: 10px; }
.product-sidebar-ant-fashion .product_preview .recently-viewed-products #recently-viewed-products .recently-item-pro .image {
	float: left;
	margin-right: 10px; }
.product-sidebar-ant-fashion .product_preview .recently-viewed-products #recently-viewed-products .recently-item-pro .image img {
	width: 75px;
	height: auto; }
.product-sidebar-ant-fashion .product_preview .recently-viewed-products #recently-viewed-products .recently-item-pro .info {
	padding-left: 85px; }
.product-sidebar-ant-fashion .product_preview .recently-viewed-products #recently-viewed-products .recently-item-pro .info h3 {
	margin: 0;
	font-size: 14px; }
.product-sidebar-ant-fashion .product_preview .recently-viewed-products #recently-viewed-products .recently-item-pro .info h3 a {
	color: #222; }
.product-sidebar-ant-fashion .product_preview .recently-viewed-products #recently-viewed-products .recently-item-pro .info h3 a:hover, .product-sidebar-ant-fashion .product_preview .recently-viewed-products #recently-viewed-products .recently-item-pro .info h3 a:focus {
	color: #61c472;
	text-decoration: none; }

#myTabContent img, #myTabContent2 img, #myTabContent3 img {
	max-width: 100% !important;
	height: auto !important; }

.blog-full-ant .box-heading .title-head {
	text-align: center;
	font-size: 40px;
	margin-bottom: 25px;
	-webkit-font-smoothing: antialiased;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	font-style: normal;
	letter-spacing: -0.75px;
	color: #1e1e1e;
	text-transform: uppercase; }

.blog-full-ant .blog-item {
	margin-bottom: 60px;
	-webkit-box-shadow: 0px 8px 15px -5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 8px 15px -5px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 8px 15px -5px rgba(0, 0, 0, 0.25);
	background-color: white;
	position: relative; }
@media (max-width: 992px) {
	.blog-full-ant .blog-item {
		margin-bottom: 30px; } }
.blog-full-ant .blog-item .blog-item-thumbnail {
	min-height: 350px;
	position: relative; }
@media (max-width: 767px) {
	.blog-full-ant .blog-item .blog-item-thumbnail {
		min-height: 270px; } }
@media (max-width: 480px) {
	.blog-full-ant .blog-item .blog-item-thumbnail {
		min-height: 200px; } }
.blog-full-ant .blog-item .blog-item-thumbnail .blog-link__featured-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat; }
.blog-full-ant .blog-item .blog-item-thumbnail .blog-link__featured-image-wrap-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #1e1e1e;
	opacity: 0;
	-webkit-transition: opacity 0.4s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	-moz-transition: opacity 0.4s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	-o-transition: opacity 0.4s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	transition: opacity 0.4s cubic-bezier(0.16, 0.68, 0.43, 0.99); }
.blog-full-ant .blog-item .blog-item-contents {
	padding: 20px; }
.blog-full-ant .blog-item .blog-item-contents .blog-item-name {
	font-size: 25px;
	line-height: 30px;
	margin: 20px 0 15px 0;
	color: #1e1e1e;
	margin-bottom: 10px;
	font-weight: normal;
	margin-top: 10px; }
@media (max-width: 480px) {
	.blog-full-ant .blog-item .blog-item-contents .blog-item-name {
		font-size: 20px; } }
.blog-full-ant .blog-item .blog-item-contents .blog-item-summary {
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	font-style: normal;
	line-height: 23px;
	color: #1e1e1e;
	margin-bottom: 10px; }
.blog-full-ant .blog-item .blog-item-contents .a-more {
	-webkit-transition: color 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	-moz-transition: color 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	-o-transition: color 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	transition: color 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	font-size: 13px;
	-webkit-font-smoothing: antialiased;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 700;
	font-style: normal;
	line-height: 19px;
	letter-spacing: 1px;
	color: #797979;
	text-transform: uppercase;
	margin-bottom: 10px; }
.blog-full-ant .blog-item:hover .blog-link__featured-image-wrap-overlay {
	opacity: 0.10; }

.the-article-tools {
	background: #f7f7f7;
	top: 200px;
	z-index: 1000;
	position: fixed;
	margin-left: 0px;
	width: 43px;
	left: 0px;
	list-style: none;
	display: block; }
@media (max-width: 992px) {
	.the-article-tools {
		display: none; } }
.the-article-tools li {
	width: 43px;
	height: 43px;
	display: block;
	cursor: pointer;
	font-size: 16px;
	line-height: 46px;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative; }
.the-article-tools li span.label {
	display: none;
	min-height: 30px;
	line-height: 30px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	position: absolute;
	left: 60px;
	top: 50%;
	transform: translateY(-50%);
	white-space: nowrap;
	padding: 0 15px 0 6px;
	background: #555;
	color: #FFF; }
.the-article-tools li span.label:before {
	content: "";
	top: 50%;
	transform: translateY(-50%);
	left: -14px;
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-right: 15px solid #555;
	border-bottom: 15px solid transparent; }
.the-article-tools li span.label span{
	display: block;
}
.the-article-tools li.btnZalo {
	background: #ff0000; }
.the-article-tools li.btnZalo span.label {
	background: #ff0000;
	color: #FFF; }
.the-article-tools li.btnZalo span.label:before {
	border-right-color: #ff0000; }
.the-article-tools li.btnHotline {
	background: #ff9900; }
.the-article-tools li.btnHotline span.label {
	background: #ff9900;
	color: #FFF; }
.the-article-tools li.btnHotline span.label:before {
	border-right-color: #ff9900; }
.the-article-tools li.btnViber {
	background: #3b5998; }
.the-article-tools li.btnViber span.label {
	background: #3b5998;
	color: #FFF; }
.the-article-tools li.btnViber span.label:before {
	border-right-color: #3b5998; }
.the-article-tools li a {
	color: #FFF;
	display: block;
	width: 100%;
	height: 100%; }
.the-article-tools li a span {
	color: #fff; }
.the-article-tools li:hover span.label {
	display: block; }

.the-article-tools li:hover span.label span{
	display: block;
	text-align: left;
}
.zalo-mobile{
	position: fixed;
	bottom: 40px;
	right: 20px;
	z-index: 1000;
}
.float-right-icon {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1000; }
.float-right-icon ul {
	margin: 0;
	padding: 0; }
.float-right-icon ul li {
	list-style: none;
	margin-bottom: 5px; }
.float-right-icon ul li > div {
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
	background-color: #b1b1b1;
	-webkit-transition: background-color 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	-moz-transition: background-color 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	-o-transition: background-color 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	transition: background-color 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	-webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2); }
.float-right-icon ul li > div .num-items-in-cart {
	color: #fff;
	font-size: 13px;
	height: 100%;
	line-height: 50px; }
.float-right-icon ul li > div:hover {
	background-color: #61c472; }

.float-right-icon ul li > div:hover #scroll-up, .float-right-icon ul li > div:hover #scroll-cart {
	fill: #1e1e1e; }

.float-right-icon ul li > div:hover #ScrollerCartCount {
	color: #1e1e1e; }

.float-right-icon ul .cart-float-right .cart {
	color: #fff; }

.float-right-icon ul .cart-float-right .cart i.fa {
	font-size: 15px; }

.float-right-icon ul .cart-float-right.off {
	opacity: 0;
	pointer-events: none; }

.float-right-icon ul #scroll-to-top.off {
	opacity: 0;
	pointer-events: none; }

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both; }

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0); }
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none; } }

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0); }
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none; } }

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight; }

@-webkit-keyframes fadeOutRight {
	from {
		opacity: 1; }
	to {
		opacity: 0;
		-webkit-transform: translate3d(150%, 0, 0);
		transform: translate3d(150%, 0, 0); } }

@keyframes fadeOutRight {
	from {
		opacity: 1; }
	to {
		opacity: 0;
		-webkit-transform: translate3d(150%, 0, 0);
		transform: translate3d(150%, 0, 0); } }

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight; }

.site-scroller__cart-toggle-link {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0; }

.site-scroller__cart-toggle {
	position: absolute;
	top: 31px;
	left: 54%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%); }

.site-scroller__cart-toggle-image {
	width: 32px;
	height: 23px; }

.site-scroller__cart-toggle-image svg {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	top: 2px; }

.site-scroller__cart-toggle #ScrollerCartCount {
	position: absolute;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	font-size: 11px;
	-webkit-font-smoothing: antialiased;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 700;
	font-style: normal;
	color: white;
	top: -5px;
	left: 4px; }

.site-scroller__scroll-up {
	position: absolute;
	top: 28px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 21px;
	height: 18px; }

.main-container {
	min-height: 300px; }
.main-container .col-main {
	float: none;
	width: auto; }
.main-container .col-main .cart .bg-scroll {
	border-top: none;
	margin-top: 20px;
	overflow: hidden;
	border: solid 1px #ebebeb;
	border-top: none;
	border-bottom: none;
	border-right: none; }
.main-container .col-main .cart .cart-thead {
	background: #fbfbfb;
	font-weight: bold;
	font-size: 13px;
	clear: both;
	width: 100%;
	border: 1px solid #ebebeb;
	border-right: none;
	border-left: none;
	float: left;
	min-width: 600px; }
.main-container .col-main .cart .cart-thead div {
	float: left;
	padding: 27px 0px;
	color: #333;
	text-align: center;
	border-right: #ebebeb 1px solid;
	font-size: 13px; }
.main-container .col-main .cart .nobr {
	white-space: nowrap; }
.main-container .col-main .cart .cart div.a-right {
	text-align: right; }
.main-container .col-main .cart .cart div.a-center {
	text-align: center; }
.main-container .col-main .cart .cart-tbody {
	width: 100%;
	float: left; }
.main-container .col-main .cart .cart-tbody .item-cart {
	border-bottom: 1px solid #ebebeb;
	width: 100%;
	float: left; }
.main-container .col-main .cart .item-cart .image .product-image img {
	max-width: 100%;
	height: auto;
	max-height: 98px;
	width: auto;
	display: inherit;
	margin: 0 auto; }
.main-container .col-main .cart .cart-tbody .item-cart div {
	float: left;
	padding: 20px 10px 6px;
	line-height: 20px;
	vertical-align: top;
	border-right: solid 1px #ebebeb;
	height: 135px;
	overflow: hidden; }
.main-container .col-main .cart .cart-tbody .item-cart div:nth-child(6) {
	padding: 10px 0 6px;
	position: relative; }
.main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div a.remove-item {
	background-color: #fff;
	background-image: url("//theme.hstatic.net/1000249908/1000320081/14/bin.png?v=466");
	width: 22px;
	height: 26px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%); }
.main-container .col-main .cart .cart-tbody .item-cart .product-image {
	min-height: 75px;
	display: block;
	height: auto;
	width: 100%;
	padding: 0 20px; }
@media (max-width: 991px) {
	.main-container .col-main .cart .cart-tbody .item-cart .product-image {
		padding: 0; } }
.main-container .col-main .cart .cart-tbody .item-cart div .product-name {
	margin: 0px;
	padding-bottom: 0px;
	font-size: 15px;
	font-weight: normal;
	line-height: 24px;
	margin-top: 10%; }
.main-container .col-main .cart .cart-tbody .item-cart div .input_qty_pr {
	height: auto;
	border-right: none;
	width: 100%;
	margin-top: 15px;
	padding: 20px 0px 0px 0px; }
.main-container .col-main .cart .cart .product-name a {
	font-size: 14px; }
.main-container .col-main .cart .item-cart .input_qty_pr .items-count {
	border: 1px solid #ddd;
	outline: none;
	background: #fff;
	height: 24px;
	width: 24px;
	vertical-align: baseline;
	text-align: center;
	padding: 0; }
.main-container .col-main .cart .variant-title {
	color: #686868; }
.main-container .col-main .cart .cart-tbody .item-cart div .price {
	font-size: 16px;
	font-weight: bold;
	line-height: 6;
	color: #61c472; }
.main-container .col-main .cart .item-cart .items-count {
	border: 1px solid #ebebeb;
	outline: none;
	background: #fff;
	height: 24px;
	width: 21px;
	vertical-align: top;
	text-align: center;
	padding: 0; }
.main-container .col-main .cart .item-cart .number-sidebar {
	border: 1px solid #ddd;
	height: 24px;
	margin-left: -1px;
	text-align: center;
	width: 23px;
	margin-right: -1px;
	padding: 0;
	line-height: 15px; }
.main-container .col-main .cart .cart-tbody .item-cart div a.remove-item {
	background-color: #fff;
	background-image: none;
	color: #333;
	cursor: pointer;
	padding: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	cursor: pointer;
	text-decoration: none;
	float: left;
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	border: none; }
.main-container .col-main .cart .cart-tbody .item-cart div a.remove-item span {
	display: none; }
.main-container .col-main .cart .btn-proceed-checkout {
	background: #61c472;
	line-height: 35px;
	color: #fff;
	height: 40px;
	font-size: 16px;
	border: none;
	text-transform: uppercase; }
.main-container .col-main .cart .btn.btn-white {
	margin-right: 5px;
	border: 2px solid #333; }
.main-container .col-main .cart .btn.btn-white:hover {
	border-color: #e1e1e1;
	color: #333; }
.main-container .col-main .cart .totals .inner {
	padding: 0px 0 15px;
	margin-top: 0;
	margin-right: 1px; }
.main-container .col-main .cart #shopping-cart-totals-table tr td {
	border: #ebebeb thin solid;
	border-top: none;
	border-bottom: none;
	padding: 20px; }
.main-container .col-main .cart #shopping-cart-totals-table tr td.a-right {
	width: 239px;
	border-left: 1px solid #ebebeb; }
.main-container .col-main .cart #shopping-cart-totals-table {
	width: 100%;
	padding-bottom: 8px;
	background: #fff; }
.main-container .col-main .cart ul.checkout {
	clear: left;
	padding: 20px;
	border: 1px solid #ebebeb;
	margin-bottom: 30px; }
.main-container .col-main .cart .cart .totals table th, .main-container .col-main .cart .cart .totals table td {
	padding: 10px;
	background: none !important;
	box-shadow: none !important;
	color: #333 !important;
	height: 50px;
	vertical-align: middle; }
.main-container .col-main .cart span.totals_price.price {
	color: #61c472;
	font-size: 16px; }
.main-container .col-main .cart .cart-tbody .item-cart .number-sidebar {
	min-height: 0;
	position: static;
	display: inline-block;
	float: none;
	margin-bottom: 0; }
.main-container .col-main .cart .cart-tbody .item-cart .input_qty_pr .items-count {
	border: 1px solid #ddd;
	outline: none;
	background: #fff;
	height: 24px;
	width: 24px;
	vertical-align: baseline;
	text-align: center;
	padding: 0;
	display: inline-block;
	margin: 0; }

.main-container .col-main .cart .bg-scroll {
	border: none; }

.main-container .col-main .cart .cart-thead {
	background-color: #fff;
	margin-bottom: 5px;
	border: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5; }

.main-container .col-main .cart .cart-thead div {
	border-right: none;
	padding: 14px 0;
	font-size: 16px; }

.main-container .col-main .cart .cart-tbody .item-cart {
	border: 1px solid #e5e5e5;
	background-color: #fff;
	margin-bottom: 5px; }

.main-container .col-main .cart .cart-tbody .item-cart div .product-name {
	font-size: 14px;
	margin-top: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; }

.main-container .col-main .cart .cart-tbody .item-cart div .product-name:hover {
	color: #61c472; }

.main-container .col-main .cart .cart-tbody .item-cart div {
	border-right: none; }

.main-container .col-main .cart .cart-tbody .item-cart div .price {
	font-size: 15px;
	color: #000; }

.main-container .col-main .cart .cart-tbody .item-cart .remove-item-cart {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%); }

.main-container .col-main .cart .cart-tbody .item-cart div .input_qty_pr {
	padding: 0;
	border: 1px solid #ddd;
	width: auto;
	width: 139px;
	margin: 20px auto;
	float: initial; }

.main-container .col-main .cart .cart-tbody .item-cart .input_qty_pr .items-count {
	width: 44px;
	height: 44px; }

.main-container .col-main .cart .cart-tbody .item-cart .input_qty_pr .items-count.btn-minus {
	border: none; }

.main-container .col-main .cart .cart-tbody .item-cart .input_qty_pr .items-count.btn-plus {
	border: none; }

.main-container .col-main .cart .item-cart .number-sidebar {
	width: 40px;
	height: 46px;
	border: none; }

.main-container .col-main .cart #shopping-cart-totals-table {
	background-color: transparent; }

.main-container .col-main .cart #shopping-cart-totals-table tr td {
	border: none !important;
	padding: 20px 0; }

.main-container .col-main .cart span.totals_price.price {
	font-size: 15px;
	color: #000; }

.main-container .col-main .cart ul.checkout {
	padding: 0 0;
	border: none;
	margin-bottom: 0; }

.main-container .col-main .cart .btn-proceed-checkout {
	background-color: #61c472;
	font-size: 16px;
	height: 50px;
	text-transform: none; }

.main-container .col-main .cart .btn.btn-white {
	border: 1px solid #e1e1e1;
	background-color: #ebebeb;
	height: 50px;
	font-size: 16px; }

#sort-by .sort-by-inner {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	float: right; }
#sort-by .sort-by-inner select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-position: right center;
	background-repeat: no-repeat;
	background-position: right 10px center;
	padding-right: 28px;
	text-indent: .01px;
	cursor: pointer;
	line-height: 36px;
	background-image: url(//theme.hstatic.net/1000249908/1000320081/14/ico-selects.png?v=466);
	background: none repeat scroll 0 0 #fff;
	cursor: pointer;
	margin: 0 auto;
	outline: medium none;
	padding: 0 20px;
	position: relative;
	width: 150px;
	float: left;
	color: #333;
	border: 1px solid #e1e1e1;
	font-size: 14px; }

.list-category .owl-carousel .owl-nav .owl-prev, .list-category .owl-carousel .owl-nav .owl-next {
	width: 35px;
	height: 35px;
	background: #61c472;
	border-radius: 3px;
	-moz-transition: all 0.45s ease;
	-webkit-transition: all 0.45s ease;
	-o-transition: all 0.45s ease;
	-ms-transition: all 0.45s ease;
	transition: all 0.45s ease;
	opacity: 0;
	visibility: hidden; }
.list-category .owl-carousel .owl-nav .owl-prev:before, .list-category .owl-carousel .owl-nav .owl-next:before {
	width: 35px;
	height: 35px;
	background: #61c472;
	line-height: 35px;
	border-radius: 3px;
	color: #fff; }
.list-category .owl-carousel .owl-nav .owl-prev:hover, .list-category .owl-carousel .owl-nav .owl-prev:focus, .list-category .owl-carousel .owl-nav .owl-next:hover, .list-category .owl-carousel .owl-nav .owl-next:focus {
	opacity: 0.9; }

.list-category .owl-carousel .owl-nav .owl-prev {
	left: -50px;
	float: left; }
.list-category .owl-carousel .owl-nav .owl-prev:before {
	content: "\f104"; }

.list-category .owl-carousel .owl-nav .owl-next {
	right: -50px;
	float: right; }
.list-category .owl-carousel .owl-nav .owl-next:before {
	content: "\f105"; }

.list-category .owl-carousel:hover .owl-nav .owl-prev {
	left: 0;
	opacity: 1;
	visibility: inherit; }

.list-category .owl-carousel:hover .owl-nav .owl-next {
	right: 0;
	opacity: 1;
	visibility: inherit; }

.list-category .owl-carousel .owl-nav .owl-prev:before, .list-category .owl-carousel .owl-nav .owl-next:before {
	font-family: "FontAwesome";
	text-indent: 0;
	position: absolute;
	left: 0;
	width: 35px;
	text-align: center;
	line-height: 35px;
	font-size: 20px; }

.list-category .owl-carousel .owl-nav .owl-next:before {
	right: 0;
	text-indent: 0;
	left: auto; }

.list-category .owl-carousel .owl-nav .owl-prev, .list-category .owl-carousel .owl-nav .owl-next {
	top: 50%;
	position: absolute;
	text-decoration: none;
	margin-top: -15px;
	padding: 0;
	outline: none;
	text-indent: 1010%;
	border-radius: 0;
	white-space: nowrap;
	margin-right: 0;
	margin-left: 0; }

.list-category .collection-list-pro .product-media {
	position: relative;
	height: 260px; }
@media (max-width: 1024px) {
	.list-category .collection-list-pro .product-media {
		height: 212px; } }
@media (max-width: 992px) {
	.list-category .collection-list-pro .product-media {
		height: 345px; } }
@media (max-width: 767px) {
	.list-category .collection-list-pro .product-media {
		height: 212px; } }
@media (max-width: 480px) {
	.list-category .collection-list-pro .product-media {
		height: 160px; } }
.list-category .collection-list-pro .product-media img {
	width: auto;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto; }

.add-to-cart-success {
	cursor: default;
	display: none;
	position: absolute;
	background: #fff;
	box-shadow: 1px 1px 15px #b3b3b3;
	right: 0;
	padding: 15px 20px;
	z-index: 9999;
	top: calc(100% + 15px);
	border-radius: 6px;
	text-align: left; }
.add-to-cart-success .close {
	opacity: .8;
	position: absolute;
	top: 3px;
	right: 5px;
	cursor: pointer; }
.add-to-cart-success p {
	color: #333;
	font-size: 13px; }
.add-to-cart-success p img {
	margin-right: 10px;
	width: 18px; }
.add-to-cart-success .btn {
	background: #61c472;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 29px;
	width: 252px;
	margin-top: 13px;
	height: 40px; }
.add-to-cart-success .btn:hover, .add-to-cart-success .btn:focus {
	background: #42b055; }
.add-to-cart-success:after {
	content: "";
	position: absolute;
	width: 11px;
	height: 11px;
	top: -4px;
	right: 15px;
	transform: rotate(45deg);
	background: #fff;
	box-shadow: -1px -1px 0 #dfdfdf;
	z-index: -1; }

.main-header .main-nav-border.sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.15);
	background-color: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin-top: 0}
.main-header .main-nav-border .menu-logo {
	display: none;
}
.main-header .main-nav-border.sticky .menu-logo img{
	width: 200px;
	height: auto;
	object-fit: contain;
	padding-top: 15px;
	padding-bottom: 15px;
}
.main-header .main-nav-border.sticky .menu-logo {
	display: block;
	float: left;
	width: 20%;
}
.main-header .main-nav-border.sticky #primary-navigation{
	width: 80%;
	float: left;
}
@media (max-width: 992px) {
	.main-header .main-nav-border.sticky {
		position: relative; }
}

.mobile-success-notification {
	position: fixed;
	background-color: #dff0d8;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	visibility: hidden;
	will-change: transform;
	transition-property: visibility, -webkit-transform, opacity;
	transition-property: visibility, transform, opacity;
	transition-duration: 0.2s;
	top: auto;
	bottom: 0;
	padding-bottom: 0px;
	left: 0;
	right: 0;
	width: auto;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	justify-content: space-between;
	align-items: center; }
.mobile-success-notification.opened {
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 9999; }
.mobile-success-notification .layout.vertical {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column; }
.mobile-success-notification .layout .layout.center {
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center; }
.mobile-success-notification .layout .layout.horizontal {
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	padding: 12px 16px;
	border-bottom: 1px solid #d6e9c6; }
.mobile-success-notification .layout .layout.horizontal .paper-font-body1 {
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	display: table-cell;
	vertical-align: middle; }
.mobile-success-notification .layout .layout.horizontal.status {
	display: table; }
.mobile-success-notification .layout .layout.horizontal.status img {
	display: table-cell;
	float: left; }
.mobile-success-notification .layout .layout.horizontal.content {
	padding: 16px; }
.mobile-success-notification .layout .layout.horizontal.content .flex-none {
	-ms-flex: none;
	-webkit-flex: none;
	flex: none; }
.mobile-success-notification .layout .layout.horizontal.content img {
	width: 76px;
	background: white;
	height: auto;
	margin-right: 12px;
	border: 1px solid #d6e9c6;
	border-radius: 2px;
	overflow: hidden;
	padding: 8px;
	float: left; }
.mobile-success-notification .layout .layout.horizontal.content .flex-auto {
	-ms-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	padding-left: 87px; }
.mobile-success-notification .layout .layout.horizontal.content .flex-auto .paper-font-subhead {
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px; }

@media (max-width: 1024px) {
	.block-account .widget-title {
		font-size: 20px; }
	#start, #stop {
		width: 80px; } }

@media (max-width: 992px) {
	.cart-mobile .select-item-qty-mobile .txt_center button.reduced.items-count.btn-minus, .cart-mobile .select-item-qty-mobile .txt_center button.increase.items-count.btn-plus {
		width: 25px !important;
		padding: 1px 0; }
	.select-item-qty-mobile .txt_center input {
		border-left: none;
		border-right: none;
		left: 25px; }
	.select-item-qty-mobile > div {
		width: 74px; }
	.deal-content {
		display: block; }
	.deal-content .deal-img {
		height: 280px; }
	.deal-text {
		text-align: center; }
	#my-orders-table td, #order_details td {
		padding: 8px 0;
		border: none; }
	em.open-close, em.open-closes, em.open-closess {
		cursor: pointer;
		float: right;
		font-size: 20px;
		margin-top: 0px;
		padding: 4px 10px;
		display: block; }
	.open-close:before, .open-closes:before, .open-close-menu:before, em.open-closess:before {
		float: right;
		content: "\f055";
		color: #61c472;
		font: normal normal normal 14px/1 'FontAwesome'; }
	.open-close.active:before, .open-closes.active:before, .open-close-menu.active:before, em.open-closess.active:before {
		float: right;
		content: "\f056";
		color: #61c472;
		font: normal normal normal 14px/1 'FontAwesome'; }
	.sidebar .side-menu nav .nav > li.li-cate-has-child > a:after {
		display: none; }
	.category-mobiles {
		background-color: #fff;
		padding-bottom: 15px; }
	.category-mobiles .aside-filter h2.fiter-title {
		text-align: left;
		border: 1px solid #eee;
		padding: 7px;
		font-size: 14px;
		position: relative;
		color: #61c472;
		text-transform: uppercase;
		margin: 0; }
	.category-mobiles .aside-filter h2.fiter-title:after {
		content: "\f107";
		font-family: FontAwesome;
		font-size: 15px;
		position: absolute;
		right: 10px;
		line-height: 21px;
		transition: all 0.55s 0.25s;
		transform: rotate(0); }
	.category-mobiles .aside-filter h2.fiter-title.active:after {
		transform: rotate(180deg); }
	.category-mobiles .aside-hidden-mobile {
		display: none; }
	.category-mobiles .aside-hidden-mobile .panel-sidebar-inner {
		padding-left: 7px;
		padding-right: 7px;
		background-color: #fbfbfb;
		padding-top: 10px; }
	.category-mobiles .aside-hidden-mobile .panel-sidebar-inner .filter-container {
		margin-bottom: 0; }
	.category-mobile .category-mobile-header i {
		font-size: 16px;
		color: #61c472; }
	.filte-cate {
		text-align: right; }
	.category-mobile .side-menu {
		display: none; }
	.category-mobile.sidebar .side-menu .head, .sidebar .side-menu nav .nav > li:hover .dropdown-menu.mega-menu {
		display: none; }
	.category-mobile.sidebar .side-menu .yamm.megamenu-horizontal {
		display: block; }
	.sidebar .side-menu nav .nav > li > .mega-menu {
		min-width: 100%;
		left: 0px;
		top: 100% !important; }
	.sidebar .side-menu .yamm .nav, .panel-sidebar, .sidebar .side-menu nav .nav > li > .mega-menu {
		border: none; }
	.sidebar .side-menu nav .nav > li > a {
		padding: 7px 0; }
	.aside-filter .panel-sidebar-inner {
		display: block;
		padding: 0; }
	.collections-page .deal-text {
		text-align: left; }
	.organic-content .product-media {
		height: 340px; }
	.products-view-grid .product-box .product-media {
		height: 280px; }
	#myModal .btn-outline-red {
		line-height: 20px; }
	#myModal .modal-header {
		background-color: #61c472; }
	#myModal .modal-header h4 {
		color: #fff; }
	#myModal .modal-header h4 span {
		color: #61c472; }
	.cart-megamenu {
		text-align: right; }
	.main-logo img {
		display: block;
		margin-left: auto;
		margin-right: auto; }
	.cart-hover {
		margin-right: 15px;
		font-size: 18px; }
	.login-list a {
		width: 48%; }
	.login-list a:first-child {
		float: left; }
	.login-list a:last-child {
		float: right; }
	.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
		background: none; }
	.products-view-list .deal-content .deal-img {
		height: 219px; }
	.main-header {
		padding: 10px 0;
		box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.15); }
	.search-mb {
		margin-top: 10px; }
	.search-mb form {
		margin-bottom: 0; }
	.search-mb form button {
		color: #fff;
		background-color: #61c472;
		border-color: #61c472; }
	.search-mb form input {
		border-color: #61c472; }
	.mobile-nav #trigger-mobile {
		width: 35px;
		float: left;
		margin: 13px 0;
		padding: 9px 0; }
	.mobile-nav #trigger-mobile .icon-bar {
		background-color: #222; }
	.mobile-nav .cart-megamenu {
		width: 80px;
		float: right; }
	.mobile-nav .main-logo {
		width: calc(100% - 115px);
		float: left; }
	.mobile-nav .main-logo img {
		margin-top: 7px; } }
@media (max-width: 992px) and (max-width: 480px) {
	.mobile-nav .main-logo img {
		max-width: 85%;
		margin-top: 12px; } }

@media (max-width: 991px) and (min-width: 800px) {
	.organic-content .product-media {
		height: 190px; } }

@media (max-width: 768px) {
	.select-item-qty-mobile > div {
		width: 74px; }
	.float-right-icon {
		display: none; } }

@media (min-width: 769px) {
	.zalo-mobile {
		display: none; } }
@media (max-width: 767px) {
	.select-item-qty-mobile .txt_center input {
		border-left: none;
		border-right: none;
		left: 25px; }
	.cart-mobile .select-item-qty-mobile .txt_center button.reduced.items-count.btn-minus, .cart-mobile .select-item-qty-mobile .txt_center button.increase.items-count.btn-plus {
		width: 25px !important;
		padding: 1px 0; }
	.collections-page .deal-text {
		text-align: center; }
	.deals.sec-space .text-right {
		text-align: center; }
	.footer-bottom {
		text-align: center; }
	.footer-bottom .primary-navbar {
		text-align: center; }
	.sec-space-top {
		padding-top: 50px; }
	.sec-space-bottom {
		padding-bottom: 50px; }
	.main-header.is-sticky {
		position: relative !important; }
	.cart-hover:hover .cart-popup {
		display: none !important; }
	.products-view-grid .product-box .product-media {
		height: 340px; }
	.product-box:hover .prod-icons {
		opacity: 0;
		visibility: hidden; }
	.product-box {
		margin: 0px auto 10px; }
	.product-box:hover {
		box-shadow: none; }
	.panel-related-slider .owl-item {
		padding: 0 5px; }
	.panel-related-slider.owl-carousel .product-box {
		margin: 10px 0; }
	.deal-text h2 {
		overflow: visible;
		text-overflow: inherit;
		white-space: normal;
		font-size: 18px; }
	.page-footer .sec-space {
		padding-top: 15px; }
	.page-footer ul {
		margin-bottom: 10px; }
	.page-footer .footer-widget h2 {
		margin-bottom: 0; }
	.page-footer .footer-widget .divider-2 {
		margin: 5px 0; }
	.blog-wrap .pt-50 {
		padding-top: 0; }
	.blog-wrap.sec-space-bottom {
		padding-bottom: 0; }
	.blog-wrap .widget-wrap .random-prod:last-child {
		margin-bottom: 0; }
	.footer-bottom .ptb-50 {
		padding-bottom: 10px; } }

@media (max-width: 669px) {
	.deal-content {
		padding: 15px 0; }
	.deal-content .deal-img {
		height: 240px; }
	.sec-blogs .title-wrap {
		margin-bottom: 0; } }

@media (max-width: 569px) {
	.deal-content .deal-img {
		height: 192px; }
	.deal-text h2 {
		overflow: visible;
		text-overflow: inherit;
		white-space: normal;
		font-size: 15px; } }

@media screen and (max-width: 479px) {
	.section_tab_product .nav-tabs-responsive > li {
		display: none;
		width: 23%; }
	.section_tab_product .nav-tabs-responsive > li > a {
		max-width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		word-wrap: normal;
		width: 100%;
		width: 100%;
		text-align: center;
		vertical-align: top; }
	.section_tab_product .nav-tabs-responsive > li.active {
		width: 54%; }
	.section_tab_product .nav-tabs-responsive > li.active:first-child {
		margin-left: 23%; }
	.section_tab_product .nav-tabs-responsive > li.active, .section_tab_product .nav-tabs-responsive > li.prev, .section_tab_product .nav-tabs-responsive > li.next {
		display: block; }
	.section_tab_product .nav-tabs-responsive > li.prev, .section_tab_product .nav-tabs-responsive > li.next {
		-webkit-transform: scale(0.9);
		transform: scale(0.9); }
	.section_tab_product .nav-tabs-responsive > li.next > a,
	.section_tab_product .nav-tabs-responsive > li.prev > a {
		-webkit-transition: none;
		transition: none; }
	.section_tab_product .nav-tabs-responsive > li.next > a .text,
	.section_tab_product .nav-tabs-responsive > li.prev > a .text {
		display: none; }
	.section_tab_product .nav-tabs-responsive > li.next > a:after, .section_tab_product .nav-tabs-responsive > li.next > a:after,
	.section_tab_product .nav-tabs-responsive > li.prev > a:after,
	.section_tab_product .nav-tabs-responsive > li.prev > a:after {
		font-family: FontAwesome; }
	.section_tab_product .nav-tabs-responsive > li.prev > a:after {
		content: "\f104"; }
	.section_tab_product .nav-tabs-responsive > li.next > a:after {
		content: "\f105"; }
	.section_tab_product .nav-tabs-responsive > li.dropdown > a > .caret {
		display: none; }
	.section_tab_product .nav-tabs-responsive > li.dropdown > a:after {
		content: "\e114"; }
	.section_tab_product .nav-tabs-responsive > li.dropdown.active > a:after {
		display: none; }
	.section_tab_product .nav-tabs-responsive > li.dropdown.active > a > .caret {
		display: inline-block; }
	.section_tab_product .nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-left {
		left: 0;
		right: auto; }
	.section_tab_product .nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-center {
		right: auto;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%); }
	.section_tab_product .nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-right {
		left: auto;
		right: 0; } }

@media (max-width: 479px) {
	.recent-orders.table-responsive-block td:before {
		position: relative;
		top: 0px;
		left: 0px;
		width: 100%;
		padding-right: 10px;
		text-align: left;
		white-space: nowrap;
		font-weight: 400;
		display: block; }
	.deal-slider .item {
		padding: 0 5px; }
	#my-orders-table td {
		border-bottom: 1px dashed #d1d1d1; }
	.container, .container-fluid {
		padding-left: 5px;
		padding-right: 5px; }
	.row {
		margin-right: -5px;
		margin-left: -5px; }
	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
		padding-left: 5px;
		padding-right: 5px; }
	.theme-tabs a {
		min-width: 135px; }
	.organic-content .item {
		padding: 0 3px; }
	.product-title {
		font-size: 14px; }
	.feature-wrap .title-1 {
		font-size: 14px; }
	.feature-wrap .ptb-15 {
		padding-bottom: 5px; }
	.naturix-goods .section-title {
		font-size: 20px; }
	.latest-news .news-img {
		width: 100%;
		margin: 0; }
	.latest-news .news-img::before {
		display: none; }
	.ft-1 {
		display: block;
		clear: both; }
	.ft-2 {
		display: none; }
	.organic-content .product-media {
		height: 280px; }
	.deal-content .deal-img {
		height: 250px; }
	.products-view-grid .product-box .product-media {
		height: 280px; }
	.main-header {
		padding: 10px 0; }
	.main-header.is-sticky {
		padding: 10px 0; }
	.primary-navbar.footer-menu > li a {
		font-size: 14px;
		padding: 10px 4px; }
	.sec-space-top {
		padding-top: 30px; }
	.organic-farm {
		padding-bottom: 30px; } }

@media (max-width: 376px) {
	.organic-content .product-media {
		height: 250px; }
	.products-view-grid .product-box .product-media {
		height: 250px; } }

@media (max-width: 321px) {
	.organic-content .product-media {
		height: 160px; }
	.products-view-grid .product-box .product-media {
		height: 160px; }
}
select#sortControl {
	width: auto;
	padding:9px 30px;
	font-size: 14px;
}
option {
	font-size: 14px;
}
/*phân trang*/
.paginator a:hover{
	background-color: #4df65d;
	color:  #61c472;
}
.paginator {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}
.paginator .labelPages, .paginator .titlePages{
	display: none;
}

.paginator a, .paginator span.currentPage{
	float: left;
	margin: 0 2.5px;
	border-radius: 3px;
	width: 35px;
	background: #f5f5f5;
	background-color: rgb(245, 245, 245);
	text-align: center;
	height: 35px;
	font-size: 1em;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	padding: 0;
	line-height: 35px;
	color: #474c5f;
	border: none;
	border-top-color: currentcolor;
	border-right-color: currentcolor;
	border-bottom-color: currentcolor;
	border-left-color: currentcolor;
	text-decoration: none;
}
.paginator span.currentPage{
	background-color: #61c472;
	border-color: #61c472;
	color: #fff;
	display: block;
}
.paginator a.paging-next:before{
	content: "\f105";
	font-family: FontAwesome;
}
.paginator a.paging-last:before{
	content: "\f101";
	font-family: FontAwesome;
}
.paginator a.paging-previous:before{
	content: "\f104";
	font-family: FontAwesome;
}
.paginator a.paging-first:before{
	content: "\f100";
	font-family: FontAwesome;
}
.swatch-element {
	float: left;
	margin-right: 5px;
}
.swatch-element a {
	display: block;
	border: 1px solid #e0e0e0;
	font-weight: 500;
	cursor: pointer;
	background: #f7f7f7;
	position: relative;
	float: left;
	margin: 0 5px 5px 0;
	width: 65px;
}
.swatch-element a img {
	width: 100%;
	height: auto;
	object-fit: contain;
}
.swatch a.active, .swatch a:hover {
	border: 1px solid #4ebd61 !important;
	text-decoration: none;
}
.swatch-color a.active::before{
	position: absolute;
	content: "\f00c";
	font-family: FontAwesome;
	line-height: 40px;
	left: 25px;
	color: #fff;
	top: 11px;
}
.swatch-nomal a {
	min-width: 30px;
	width: auto;
	padding: 0 5px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	display: block;
	float: left;
	border: solid 1px #ddd;
	color: #505252;
	margin: 3px;
}
#gallery_01 .owl-nav .owl-prev  span,#gallery_01 .owl-nav .owl-next span{
	display: none;
}

/*===========================cart=======================*/
.item-cart .image{
	width: 17%
}
.item-cart .prd_name{
	width: 25%;
}
.item-cart .prd_quatity{
	width: 22%;
}
@media (max-width: 767px){
	.main-container .col-main .cart .cart-tbody .item-cart div {
		float: left;
		padding: 5px;
		line-height: 20px;
		vertical-align: top;
		height: auto;
		overflow: initial;
	}
	.main-container .col-main .cart .cart-tbody .item-cart{
		border: none;
		border-bottom: 1px solid #e5e5e5;
	}
	.item-cart .image {
		width: 25%;
	}
	.item-cart .prd_name{
		width: 40%;
	}
	.main-container .col-main .cart .cart-tbody .item-cart div .product-name {
		font-size: 14px;
		margin-top: 10px;
		overflow: initial;
		text-overflow: initial;
		white-space: initial;
	}
	.item-cart .prd_quatity{
		width: 35%;
	}
	.main-container .col-main .cart .cart-tbody .item-cart div .input_qty_pr {
		max-width: 100px;
		margin: 0px auto;
		float: left;
		width: 100%;
	}
	.main-container .col-main .cart .cart-tbody .item-cart .input_qty_pr .items-count {
		width: 30px;
		height: 30px;
	}
	.main-container .col-main .cart .item-cart .number-sidebar {
		width: 20px;
		height: 30px;
		border: none;
	}
	.main-container .col-main .cart .cart-tbody .item-cart .remove-item-cart {
		position: initial;
		left: 0;
		top: 0;
		transform: none;
		float: left;
		width: 100%;
		text-align: center;
	}
}
/*=============================== ADD TO CART=======================================*/
#alertFixed{
	top: 45px;
	right: 15px;
	z-index:10000;
	position: fixed;
}
#alertFixed .alert {
	background: #fff;
	position: relative;
}
#alertFixed .close {
	position: absolute;
	right: 8px;
	top: 4px;
}
#alertFixed .alertFx img{
	max-width: 50px;
	margin-right: 10px;
}
#alertFixed .alertFx .green{
	font-weight: bold;
}
#alertFixed .alertFx .fa.fa-check{
	font-size: 30px;
	margin-top: 10px;
	padding-left: 10px;
}
.dropdown-menu{
	min-width: 200px;
}
.dropdown-level1 li {
	position: relative;
}
.blog-content .intro_new_items{
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	height: 85px;
}
.center-block{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.itemImgGll{
	overflow: hidden;
	padding: 10px 0;
}
.searchFolding {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 5px #bbb;
	z-index: 2500;
	max-height: 600px;
	overflow-y: auto;
}
.searchFolding a:nth-of-type(odd) {
	background: #f6f6f6;
}
.searchFolding a {
	font-size: 12px;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 5px 10px;
	color: #7e7e7e;
	text-align: left;
}
.image_search {
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 5px;
}
.image_search img{
	width: 100%;
}
.searchFolding a span {
	color: #7e7e7e;
	display: block;
}
.searchFolding a:hover {
	background: #a1ce57;
	color: #fff;
}
.details-product .details-pro .form-product .form-group .btn-lg {
	padding: 0 10px;
	margin: 0 5px;
}
@media(max-width: 768px) {
	.details-product .details-pro .form-product .form-group .btn-lg {
		font-size: 13px;
	}
}
.phone-ft i{
	color: #fff;
	font-size: 30px;
}
.float-right-icon ul li > div {
	display: flex;
	align-items: center;
	justify-content: center;
}