@charset "UTF-8";
/*!
Theme Name: KingPalm
Theme URI: http://underscores.me/
Author: Vlad
Author URI: https://c4w.kingpalm
Description: KingPalm Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kingpalm
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

KingPalm is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
	font-family: 'FontAwesome';
	src: url("../fonts/Font-awesome/fontawesome-webfont.eot?v=4.7.0");
	src: url("../fonts/Font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/Font-awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/Font-awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/Font-awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/Font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

.fa {
	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;
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-fw {
	width: 1.28571429em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}

.fa-ul > li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.85714286em;
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right {
	margin-left: .3em;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa.pull-left {
	margin-right: .3em;
}

.fa.pull-right {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	filter: none;
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

.fa-glass:before {
	content: "\f000";
}

.fa-music:before {
	content: "\f001";
}

.fa-search:before {
	content: "\f002";
}

.fa-envelope-o:before {
	content: "\f003";
}

.fa-heart:before {
	content: "\f004";
}

.fa-star:before {
	content: "\f005";
}

.fa-star-o:before {
	content: "\f006";
}

.fa-user:before {
	content: "\f007";
}

.fa-film:before {
	content: "\f008";
}

.fa-th-large:before {
	content: "\f009";
}

.fa-th:before {
	content: "\f00a";
}

.fa-th-list:before {
	content: "\f00b";
}

.fa-check:before {
	content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: "\f00d";
}

.fa-search-plus:before {
	content: "\f00e";
}

.fa-search-minus:before {
	content: "\f010";
}

.fa-power-off:before {
	content: "\f011";
}

.fa-signal:before {
	content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
	content: "\f013";
}

.fa-trash-o:before {
	content: "\f014";
}

.fa-home:before {
	content: "\f015";
}

.fa-file-o:before {
	content: "\f016";
}

.fa-clock-o:before {
	content: "\f017";
}

.fa-road:before {
	content: "\f018";
}

.fa-download:before {
	content: "\f019";
}

.fa-arrow-circle-o-down:before {
	content: "\f01a";
}

.fa-arrow-circle-o-up:before {
	content: "\f01b";
}

.fa-inbox:before {
	content: "\f01c";
}

.fa-play-circle-o:before {
	content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
	content: "\f01e";
}

.fa-refresh:before {
	content: "\f021";
}

.fa-list-alt:before {
	content: "\f022";
}

.fa-lock:before {
	content: "\f023";
}

.fa-flag:before {
	content: "\f024";
}

.fa-headphones:before {
	content: "\f025";
}

.fa-volume-off:before {
	content: "\f026";
}

.fa-volume-down:before {
	content: "\f027";
}

.fa-volume-up:before {
	content: "\f028";
}

.fa-qrcode:before {
	content: "\f029";
}

.fa-barcode:before {
	content: "\f02a";
}

.fa-tag:before {
	content: "\f02b";
}

.fa-tags:before {
	content: "\f02c";
}

.fa-book:before {
	content: "\f02d";
}

.fa-bookmark:before {
	content: "\f02e";
}

.fa-print:before {
	content: "\f02f";
}

.fa-camera:before {
	content: "\f030";
}

.fa-font:before {
	content: "\f031";
}

.fa-bold:before {
	content: "\f032";
}

.fa-italic:before {
	content: "\f033";
}

.fa-text-height:before {
	content: "\f034";
}

.fa-text-width:before {
	content: "\f035";
}

.fa-align-left:before {
	content: "\f036";
}

.fa-align-center:before {
	content: "\f037";
}

.fa-align-right:before {
	content: "\f038";
}

.fa-align-justify:before {
	content: "\f039";
}

.fa-list:before {
	content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
	content: "\f03b";
}

.fa-indent:before {
	content: "\f03c";
}

.fa-video-camera:before {
	content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: "\f03e";
}

.fa-pencil:before {
	content: "\f040";
}

.fa-map-marker:before {
	content: "\f041";
}

.fa-adjust:before {
	content: "\f042";
}

.fa-tint:before {
	content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: "\f044";
}

.fa-share-square-o:before {
	content: "\f045";
}

.fa-check-square-o:before {
	content: "\f046";
}

.fa-arrows:before {
	content: "\f047";
}

.fa-step-backward:before {
	content: "\f048";
}

.fa-fast-backward:before {
	content: "\f049";
}

.fa-backward:before {
	content: "\f04a";
}

.fa-play:before {
	content: "\f04b";
}

.fa-pause:before {
	content: "\f04c";
}

.fa-stop:before {
	content: "\f04d";
}

.fa-forward:before {
	content: "\f04e";
}

.fa-fast-forward:before {
	content: "\f050";
}

.fa-step-forward:before {
	content: "\f051";
}

.fa-eject:before {
	content: "\f052";
}

.fa-chevron-left:before {
	content: "\f053";
}

.fa-chevron-right:before {
	content: "\f054";
}

.fa-plus-circle:before {
	content: "\f055";
}

.fa-minus-circle:before {
	content: "\f056";
}

.fa-times-circle:before {
	content: "\f057";
}

.fa-check-circle:before {
	content: "\f058";
}

.fa-question-circle:before {
	content: "\f059";
}

.fa-info-circle:before {
	content: "\f05a";
}

.fa-crosshairs:before {
	content: "\f05b";
}

.fa-times-circle-o:before {
	content: "\f05c";
}

.fa-check-circle-o:before {
	content: "\f05d";
}

.fa-ban:before {
	content: "\f05e";
}

.fa-arrow-left:before {
	content: "\f060";
}

.fa-arrow-right:before {
	content: "\f061";
}

.fa-arrow-up:before {
	content: "\f062";
}

.fa-arrow-down:before {
	content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
	content: "\f064";
}

.fa-expand:before {
	content: "\f065";
}

.fa-compress:before {
	content: "\f066";
}

.fa-plus:before {
	content: "\f067";
}

.fa-minus:before {
	content: "\f068";
}

.fa-asterisk:before {
	content: "\f069";
}

.fa-exclamation-circle:before {
	content: "\f06a";
}

.fa-gift:before {
	content: "\f06b";
}

.fa-leaf:before {
	content: "\f06c";
}

.fa-fire:before {
	content: "\f06d";
}

.fa-eye:before {
	content: "\f06e";
}

.fa-eye-slash:before {
	content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: "\f071";
}

.fa-plane:before {
	content: "\f072";
}

.fa-calendar:before {
	content: "\f073";
}

.fa-random:before {
	content: "\f074";
}

.fa-comment:before {
	content: "\f075";
}

.fa-magnet:before {
	content: "\f076";
}

.fa-chevron-up:before {
	content: "\f077";
}

.fa-chevron-down:before {
	content: "\f078";
}

.fa-retweet:before {
	content: "\f079";
}

.fa-shopping-cart:before {
	content: "\f07a";
}

.fa-folder:before {
	content: "\f07b";
}

.fa-folder-open:before {
	content: "\f07c";
}

.fa-arrows-v:before {
	content: "\f07d";
}

.fa-arrows-h:before {
	content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "\f080";
}

.fa-twitter-square:before {
	content: "\f081";
}

.fa-facebook-square:before {
	content: "\f082";
}

.fa-camera-retro:before {
	content: "\f083";
}

.fa-key:before {
	content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
	content: "\f085";
}

.fa-comments:before {
	content: "\f086";
}

.fa-thumbs-o-up:before {
	content: "\f087";
}

.fa-thumbs-o-down:before {
	content: "\f088";
}

.fa-star-half:before {
	content: "\f089";
}

.fa-heart-o:before {
	content: "\f08a";
}

.fa-sign-out:before {
	content: "\f08b";
}

.fa-linkedin-square:before {
	content: "\f08c";
}

.fa-thumb-tack:before {
	content: "\f08d";
}

.fa-external-link:before {
	content: "\f08e";
}

.fa-sign-in:before {
	content: "\f090";
}

.fa-trophy:before {
	content: "\f091";
}

.fa-github-square:before {
	content: "\f092";
}

.fa-upload:before {
	content: "\f093";
}

.fa-lemon-o:before {
	content: "\f094";
}

.fa-phone:before {
	content: "\f095";
}

.fa-square-o:before {
	content: "\f096";
}

.fa-bookmark-o:before {
	content: "\f097";
}

.fa-phone-square:before {
	content: "\f098";
}

.fa-twitter:before {
	content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: "\f09a";
}

.fa-github:before {
	content: "\f09b";
}

.fa-unlock:before {
	content: "\f09c";
}

.fa-credit-card:before {
	content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
	content: "\f09e";
}

.fa-hdd-o:before {
	content: "\f0a0";
}

.fa-bullhorn:before {
	content: "\f0a1";
}

.fa-bell:before {
	content: "\f0f3";
}

.fa-certificate:before {
	content: "\f0a3";
}

.fa-hand-o-right:before {
	content: "\f0a4";
}

.fa-hand-o-left:before {
	content: "\f0a5";
}

.fa-hand-o-up:before {
	content: "\f0a6";
}

.fa-hand-o-down:before {
	content: "\f0a7";
}

.fa-arrow-circle-left:before {
	content: "\f0a8";
}

.fa-arrow-circle-right:before {
	content: "\f0a9";
}

.fa-arrow-circle-up:before {
	content: "\f0aa";
}

.fa-arrow-circle-down:before {
	content: "\f0ab";
}

.fa-globe:before {
	content: "\f0ac";
}

.fa-wrench:before {
	content: "\f0ad";
}

.fa-tasks:before {
	content: "\f0ae";
}

.fa-filter:before {
	content: "\f0b0";
}

.fa-briefcase:before {
	content: "\f0b1";
}

.fa-arrows-alt:before {
	content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
	content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
	content: "\f0c1";
}

.fa-cloud:before {
	content: "\f0c2";
}

.fa-flask:before {
	content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
	content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
	content: "\f0c5";
}

.fa-paperclip:before {
	content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
	content: "\f0c7";
}

.fa-square:before {
	content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: "\f0c9";
}

.fa-list-ul:before {
	content: "\f0ca";
}

.fa-list-ol:before {
	content: "\f0cb";
}

.fa-strikethrough:before {
	content: "\f0cc";
}

.fa-underline:before {
	content: "\f0cd";
}

.fa-table:before {
	content: "\f0ce";
}

.fa-magic:before {
	content: "\f0d0";
}

.fa-truck:before {
	content: "\f0d1";
}

.fa-pinterest:before {
	content: "\f0d2";
}

.fa-pinterest-square:before {
	content: "\f0d3";
}

.fa-google-plus-square:before {
	content: "\f0d4";
}

.fa-google-plus:before {
	content: "\f0d5";
}

.fa-money:before {
	content: "\f0d6";
}

.fa-caret-down:before {
	content: "\f0d7";
}

.fa-caret-up:before {
	content: "\f0d8";
}

.fa-caret-left:before {
	content: "\f0d9";
}

.fa-caret-right:before {
	content: "\f0da";
}

.fa-columns:before {
	content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
	content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
	content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
	content: "\f0de";
}

.fa-envelope:before {
	content: "\f0e0";
}

.fa-linkedin:before {
	content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
	content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4";
}

.fa-comment-o:before {
	content: "\f0e5";
}

.fa-comments-o:before {
	content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
	content: "\f0e7";
}

.fa-sitemap:before {
	content: "\f0e8";
}

.fa-umbrella:before {
	content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
	content: "\f0ea";
}

.fa-lightbulb-o:before {
	content: "\f0eb";
}

.fa-exchange:before {
	content: "\f0ec";
}

.fa-cloud-download:before {
	content: "\f0ed";
}

.fa-cloud-upload:before {
	content: "\f0ee";
}

.fa-user-md:before {
	content: "\f0f0";
}

.fa-stethoscope:before {
	content: "\f0f1";
}

.fa-suitcase:before {
	content: "\f0f2";
}

.fa-bell-o:before {
	content: "\f0a2";
}

.fa-coffee:before {
	content: "\f0f4";
}

.fa-cutlery:before {
	content: "\f0f5";
}

.fa-file-text-o:before {
	content: "\f0f6";
}

.fa-building-o:before {
	content: "\f0f7";
}

.fa-hospital-o:before {
	content: "\f0f8";
}

.fa-ambulance:before {
	content: "\f0f9";
}

.fa-medkit:before {
	content: "\f0fa";
}

.fa-fighter-jet:before {
	content: "\f0fb";
}

.fa-beer:before {
	content: "\f0fc";
}

.fa-h-square:before {
	content: "\f0fd";
}

.fa-plus-square:before {
	content: "\f0fe";
}

.fa-angle-double-left:before {
	content: "\f100";
}

.fa-angle-double-right:before {
	content: "\f101";
}

.fa-angle-double-up:before {
	content: "\f102";
}

.fa-angle-double-down:before {
	content: "\f103";
}

.fa-angle-left:before {
	content: "\f104";
}

.fa-angle-right:before {
	content: "\f105";
}

.fa-angle-up:before {
	content: "\f106";
}

.fa-angle-down:before {
	content: "\f107";
}

.fa-desktop:before {
	content: "\f108";
}

.fa-laptop:before {
	content: "\f109";
}

.fa-tablet:before {
	content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f10b";
}

.fa-circle-o:before {
	content: "\f10c";
}

.fa-quote-left:before {
	content: "\f10d";
}

.fa-quote-right:before {
	content: "\f10e";
}

.fa-spinner:before {
	content: "\f110";
}

.fa-circle:before {
	content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
	content: "\f112";
}

.fa-github-alt:before {
	content: "\f113";
}

.fa-folder-o:before {
	content: "\f114";
}

.fa-folder-open-o:before {
	content: "\f115";
}

.fa-smile-o:before {
	content: "\f118";
}

.fa-frown-o:before {
	content: "\f119";
}

.fa-meh-o:before {
	content: "\f11a";
}

.fa-gamepad:before {
	content: "\f11b";
}

.fa-keyboard-o:before {
	content: "\f11c";
}

.fa-flag-o:before {
	content: "\f11d";
}

.fa-flag-checkered:before {
	content: "\f11e";
}

.fa-terminal:before {
	content: "\f120";
}

.fa-code:before {
	content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "\f123";
}

.fa-location-arrow:before {
	content: "\f124";
}

.fa-crop:before {
	content: "\f125";
}

.fa-code-fork:before {
	content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
	content: "\f127";
}

.fa-question:before {
	content: "\f128";
}

.fa-info:before {
	content: "\f129";
}

.fa-exclamation:before {
	content: "\f12a";
}

.fa-superscript:before {
	content: "\f12b";
}

.fa-subscript:before {
	content: "\f12c";
}

.fa-eraser:before {
	content: "\f12d";
}

.fa-puzzle-piece:before {
	content: "\f12e";
}

.fa-microphone:before {
	content: "\f130";
}

.fa-microphone-slash:before {
	content: "\f131";
}

.fa-shield:before {
	content: "\f132";
}

.fa-calendar-o:before {
	content: "\f133";
}

.fa-fire-extinguisher:before {
	content: "\f134";
}

.fa-rocket:before {
	content: "\f135";
}

.fa-maxcdn:before {
	content: "\f136";
}

.fa-chevron-circle-left:before {
	content: "\f137";
}

.fa-chevron-circle-right:before {
	content: "\f138";
}

.fa-chevron-circle-up:before {
	content: "\f139";
}

.fa-chevron-circle-down:before {
	content: "\f13a";
}

.fa-html5:before {
	content: "\f13b";
}

.fa-css3:before {
	content: "\f13c";
}

.fa-anchor:before {
	content: "\f13d";
}

.fa-unlock-alt:before {
	content: "\f13e";
}

.fa-bullseye:before {
	content: "\f140";
}

.fa-ellipsis-h:before {
	content: "\f141";
}

.fa-ellipsis-v:before {
	content: "\f142";
}

.fa-rss-square:before {
	content: "\f143";
}

.fa-play-circle:before {
	content: "\f144";
}

.fa-ticket:before {
	content: "\f145";
}

.fa-minus-square:before {
	content: "\f146";
}

.fa-minus-square-o:before {
	content: "\f147";
}

.fa-level-up:before {
	content: "\f148";
}

.fa-level-down:before {
	content: "\f149";
}

.fa-check-square:before {
	content: "\f14a";
}

.fa-pencil-square:before {
	content: "\f14b";
}

.fa-external-link-square:before {
	content: "\f14c";
}

.fa-share-square:before {
	content: "\f14d";
}

.fa-compass:before {
	content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
	content: "\f153";
}

.fa-gbp:before {
	content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
	content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
	content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: "\f158";
}

.fa-won:before,
.fa-krw:before {
	content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
	content: "\f15a";
}

.fa-file:before {
	content: "\f15b";
}

.fa-file-text:before {
	content: "\f15c";
}

.fa-sort-alpha-asc:before {
	content: "\f15d";
}

.fa-sort-alpha-desc:before {
	content: "\f15e";
}

.fa-sort-amount-asc:before {
	content: "\f160";
}

.fa-sort-amount-desc:before {
	content: "\f161";
}

.fa-sort-numeric-asc:before {
	content: "\f162";
}

.fa-sort-numeric-desc:before {
	content: "\f163";
}

.fa-thumbs-up:before {
	content: "\f164";
}

.fa-thumbs-down:before {
	content: "\f165";
}

.fa-youtube-square:before {
	content: "\f166";
}

.fa-youtube:before {
	content: "\f167";
}

.fa-xing:before {
	content: "\f168";
}

.fa-xing-square:before {
	content: "\f169";
}

.fa-youtube-play:before {
	content: "\f16a";
}

.fa-dropbox:before {
	content: "\f16b";
}

.fa-stack-overflow:before {
	content: "\f16c";
}

.fa-instagram:before {
	content: "\f16d";
}

.fa-flickr:before {
	content: "\f16e";
}

.fa-adn:before {
	content: "\f170";
}

.fa-bitbucket:before {
	content: "\f171";
}

.fa-bitbucket-square:before {
	content: "\f172";
}

.fa-tumblr:before {
	content: "\f173";
}

.fa-tumblr-square:before {
	content: "\f174";
}

.fa-long-arrow-down:before {
	content: "\f175";
}

.fa-long-arrow-up:before {
	content: "\f176";
}

.fa-long-arrow-left:before {
	content: "\f177";
}

.fa-long-arrow-right:before {
	content: "\f178";
}

.fa-apple:before {
	content: "\f179";
}

.fa-windows:before {
	content: "\f17a";
}

.fa-android:before {
	content: "\f17b";
}

.fa-linux:before {
	content: "\f17c";
}

.fa-dribbble:before {
	content: "\f17d";
}

.fa-skype:before {
	content: "\f17e";
}

.fa-foursquare:before {
	content: "\f180";
}

.fa-trello:before {
	content: "\f181";
}

.fa-female:before {
	content: "\f182";
}

.fa-male:before {
	content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
	content: "\f184";
}

.fa-sun-o:before {
	content: "\f185";
}

.fa-moon-o:before {
	content: "\f186";
}

.fa-archive:before {
	content: "\f187";
}

.fa-bug:before {
	content: "\f188";
}

.fa-vk:before {
	content: "\f189";
}

.fa-weibo:before {
	content: "\f18a";
}

.fa-renren:before {
	content: "\f18b";
}

.fa-pagelines:before {
	content: "\f18c";
}

.fa-stack-exchange:before {
	content: "\f18d";
}

.fa-arrow-circle-o-right:before {
	content: "\f18e";
}

.fa-arrow-circle-o-left:before {
	content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: "\f191";
}

.fa-dot-circle-o:before {
	content: "\f192";
}

.fa-wheelchair:before {
	content: "\f193";
}

.fa-vimeo-square:before {
	content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
	content: "\f195";
}

.fa-plus-square-o:before {
	content: "\f196";
}

.fa-space-shuttle:before {
	content: "\f197";
}

.fa-slack:before {
	content: "\f198";
}

.fa-envelope-square:before {
	content: "\f199";
}

.fa-wordpress:before {
	content: "\f19a";
}

.fa-openid:before {
	content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: "\f19d";
}

.fa-yahoo:before {
	content: "\f19e";
}

.fa-google:before {
	content: "\f1a0";
}

.fa-reddit:before {
	content: "\f1a1";
}

.fa-reddit-square:before {
	content: "\f1a2";
}

.fa-stumbleupon-circle:before {
	content: "\f1a3";
}

.fa-stumbleupon:before {
	content: "\f1a4";
}

.fa-delicious:before {
	content: "\f1a5";
}

.fa-digg:before {
	content: "\f1a6";
}

.fa-pied-piper-pp:before {
	content: "\f1a7";
}

.fa-pied-piper-alt:before {
	content: "\f1a8";
}

.fa-drupal:before {
	content: "\f1a9";
}

.fa-joomla:before {
	content: "\f1aa";
}

.fa-language:before {
	content: "\f1ab";
}

.fa-fax:before {
	content: "\f1ac";
}

.fa-building:before {
	content: "\f1ad";
}

.fa-child:before {
	content: "\f1ae";
}

.fa-paw:before {
	content: "\f1b0";
}

.fa-spoon:before {
	content: "\f1b1";
}

.fa-cube:before {
	content: "\f1b2";
}

.fa-cubes:before {
	content: "\f1b3";
}

.fa-behance:before {
	content: "\f1b4";
}

.fa-behance-square:before {
	content: "\f1b5";
}

.fa-steam:before {
	content: "\f1b6";
}

.fa-steam-square:before {
	content: "\f1b7";
}

.fa-recycle:before {
	content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
	content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
	content: "\f1ba";
}

.fa-tree:before {
	content: "\f1bb";
}

.fa-spotify:before {
	content: "\f1bc";
}

.fa-deviantart:before {
	content: "\f1bd";
}

.fa-soundcloud:before {
	content: "\f1be";
}

.fa-database:before {
	content: "\f1c0";
}

.fa-file-pdf-o:before {
	content: "\f1c1";
}

.fa-file-word-o:before {
	content: "\f1c2";
}

.fa-file-excel-o:before {
	content: "\f1c3";
}

.fa-file-powerpoint-o:before {
	content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "\f1c8";
}

.fa-file-code-o:before {
	content: "\f1c9";
}

.fa-vine:before {
	content: "\f1ca";
}

.fa-codepen:before {
	content: "\f1cb";
}

.fa-jsfiddle:before {
	content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: "\f1cd";
}

.fa-circle-o-notch:before {
	content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
	content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
	content: "\f1d1";
}

.fa-git-square:before {
	content: "\f1d2";
}

.fa-git:before {
	content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
	content: "\f1d4";
}

.fa-tencent-weibo:before {
	content: "\f1d5";
}

.fa-qq:before {
	content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
	content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
	content: "\f1d9";
}

.fa-history:before {
	content: "\f1da";
}

.fa-circle-thin:before {
	content: "\f1db";
}

.fa-header:before {
	content: "\f1dc";
}

.fa-paragraph:before {
	content: "\f1dd";
}

.fa-sliders:before {
	content: "\f1de";
}

.fa-share-alt:before {
	content: "\f1e0";
}

.fa-share-alt-square:before {
	content: "\f1e1";
}

.fa-bomb:before {
	content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: "\f1e3";
}

.fa-tty:before {
	content: "\f1e4";
}

.fa-binoculars:before {
	content: "\f1e5";
}

.fa-plug:before {
	content: "\f1e6";
}

.fa-slideshare:before {
	content: "\f1e7";
}

.fa-twitch:before {
	content: "\f1e8";
}

.fa-yelp:before {
	content: "\f1e9";
}

.fa-newspaper-o:before {
	content: "\f1ea";
}

.fa-wifi:before {
	content: "\f1eb";
}

.fa-calculator:before {
	content: "\f1ec";
}

.fa-paypal:before {
	content: "\f1ed";
}

.fa-google-wallet:before {
	content: "\f1ee";
}

.fa-cc-visa:before {
	content: "\f1f0";
}

.fa-cc-mastercard:before {
	content: "\f1f1";
}

.fa-cc-discover:before {
	content: "\f1f2";
}

.fa-cc-amex:before {
	content: "\f1f3";
}

.fa-cc-paypal:before {
	content: "\f1f4";
}

.fa-cc-stripe:before {
	content: "\f1f5";
}

.fa-bell-slash:before {
	content: "\f1f6";
}

.fa-bell-slash-o:before {
	content: "\f1f7";
}

.fa-trash:before {
	content: "\f1f8";
}

.fa-copyright:before {
	content: "\f1f9";
}

.fa-at:before {
	content: "\f1fa";
}

.fa-eyedropper:before {
	content: "\f1fb";
}

.fa-paint-brush:before {
	content: "\f1fc";
}

.fa-birthday-cake:before {
	content: "\f1fd";
}

.fa-area-chart:before {
	content: "\f1fe";
}

.fa-pie-chart:before {
	content: "\f200";
}

.fa-line-chart:before {
	content: "\f201";
}

.fa-lastfm:before {
	content: "\f202";
}

.fa-lastfm-square:before {
	content: "\f203";
}

.fa-toggle-off:before {
	content: "\f204";
}

.fa-toggle-on:before {
	content: "\f205";
}

.fa-bicycle:before {
	content: "\f206";
}

.fa-bus:before {
	content: "\f207";
}

.fa-ioxhost:before {
	content: "\f208";
}

.fa-angellist:before {
	content: "\f209";
}

.fa-cc:before {
	content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: "\f20b";
}

.fa-meanpath:before {
	content: "\f20c";
}

.fa-buysellads:before {
	content: "\f20d";
}

.fa-connectdevelop:before {
	content: "\f20e";
}

.fa-dashcube:before {
	content: "\f210";
}

.fa-forumbee:before {
	content: "\f211";
}

.fa-leanpub:before {
	content: "\f212";
}

.fa-sellsy:before {
	content: "\f213";
}

.fa-shirtsinbulk:before {
	content: "\f214";
}

.fa-simplybuilt:before {
	content: "\f215";
}

.fa-skyatlas:before {
	content: "\f216";
}

.fa-cart-plus:before {
	content: "\f217";
}

.fa-cart-arrow-down:before {
	content: "\f218";
}

.fa-diamond:before {
	content: "\f219";
}

.fa-ship:before {
	content: "\f21a";
}

.fa-user-secret:before {
	content: "\f21b";
}

.fa-motorcycle:before {
	content: "\f21c";
}

.fa-street-view:before {
	content: "\f21d";
}

.fa-heartbeat:before {
	content: "\f21e";
}

.fa-venus:before {
	content: "\f221";
}

.fa-mars:before {
	content: "\f222";
}

.fa-mercury:before {
	content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
	content: "\f224";
}

.fa-transgender-alt:before {
	content: "\f225";
}

.fa-venus-double:before {
	content: "\f226";
}

.fa-mars-double:before {
	content: "\f227";
}

.fa-venus-mars:before {
	content: "\f228";
}

.fa-mars-stroke:before {
	content: "\f229";
}

.fa-mars-stroke-v:before {
	content: "\f22a";
}

.fa-mars-stroke-h:before {
	content: "\f22b";
}

.fa-neuter:before {
	content: "\f22c";
}

.fa-genderless:before {
	content: "\f22d";
}

.fa-facebook-official:before {
	content: "\f230";
}

.fa-pinterest-p:before {
	content: "\f231";
}

.fa-whatsapp:before {
	content: "\f232";
}

.fa-server:before {
	content: "\f233";
}

.fa-user-plus:before {
	content: "\f234";
}

.fa-user-times:before {
	content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
	content: "\f236";
}

.fa-viacoin:before {
	content: "\f237";
}

.fa-train:before {
	content: "\f238";
}

.fa-subway:before {
	content: "\f239";
}

.fa-medium:before {
	content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
	content: "\f23b";
}

.fa-optin-monster:before {
	content: "\f23c";
}

.fa-opencart:before {
	content: "\f23d";
}

.fa-expeditedssl:before {
	content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
	content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: "\f244";
}

.fa-mouse-pointer:before {
	content: "\f245";
}

.fa-i-cursor:before {
	content: "\f246";
}

.fa-object-group:before {
	content: "\f247";
}

.fa-object-ungroup:before {
	content: "\f248";
}

.fa-sticky-note:before {
	content: "\f249";
}

.fa-sticky-note-o:before {
	content: "\f24a";
}

.fa-cc-jcb:before {
	content: "\f24b";
}

.fa-cc-diners-club:before {
	content: "\f24c";
}

.fa-clone:before {
	content: "\f24d";
}

.fa-balance-scale:before {
	content: "\f24e";
}

.fa-hourglass-o:before {
	content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "\f253";
}

.fa-hourglass:before {
	content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: "\f256";
}

.fa-hand-scissors-o:before {
	content: "\f257";
}

.fa-hand-lizard-o:before {
	content: "\f258";
}

.fa-hand-spock-o:before {
	content: "\f259";
}

.fa-hand-pointer-o:before {
	content: "\f25a";
}

.fa-hand-peace-o:before {
	content: "\f25b";
}

.fa-trademark:before {
	content: "\f25c";
}

.fa-registered:before {
	content: "\f25d";
}

.fa-creative-commons:before {
	content: "\f25e";
}

.fa-gg:before {
	content: "\f260";
}

.fa-gg-circle:before {
	content: "\f261";
}

.fa-tripadvisor:before {
	content: "\f262";
}

.fa-odnoklassniki:before {
	content: "\f263";
}

.fa-odnoklassniki-square:before {
	content: "\f264";
}

.fa-get-pocket:before {
	content: "\f265";
}

.fa-wikipedia-w:before {
	content: "\f266";
}

.fa-safari:before {
	content: "\f267";
}

.fa-chrome:before {
	content: "\f268";
}

.fa-firefox:before {
	content: "\f269";
}

.fa-opera:before {
	content: "\f26a";
}

.fa-internet-explorer:before {
	content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
	content: "\f26c";
}

.fa-contao:before {
	content: "\f26d";
}

.fa-500px:before {
	content: "\f26e";
}

.fa-amazon:before {
	content: "\f270";
}

.fa-calendar-plus-o:before {
	content: "\f271";
}

.fa-calendar-minus-o:before {
	content: "\f272";
}

.fa-calendar-times-o:before {
	content: "\f273";
}

.fa-calendar-check-o:before {
	content: "\f274";
}

.fa-industry:before {
	content: "\f275";
}

.fa-map-pin:before {
	content: "\f276";
}

.fa-map-signs:before {
	content: "\f277";
}

.fa-map-o:before {
	content: "\f278";
}

.fa-map:before {
	content: "\f279";
}

.fa-commenting:before {
	content: "\f27a";
}

.fa-commenting-o:before {
	content: "\f27b";
}

.fa-houzz:before {
	content: "\f27c";
}

.fa-vimeo:before {
	content: "\f27d";
}

.fa-black-tie:before {
	content: "\f27e";
}

.fa-fonticons:before {
	content: "\f280";
}

.fa-reddit-alien:before {
	content: "\f281";
}

.fa-edge:before {
	content: "\f282";
}

.fa-credit-card-alt:before {
	content: "\f283";
}

.fa-codiepie:before {
	content: "\f284";
}

.fa-modx:before {
	content: "\f285";
}

.fa-fort-awesome:before {
	content: "\f286";
}

.fa-usb:before {
	content: "\f287";
}

.fa-product-hunt:before {
	content: "\f288";
}

.fa-mixcloud:before {
	content: "\f289";
}

.fa-scribd:before {
	content: "\f28a";
}

.fa-pause-circle:before {
	content: "\f28b";
}

.fa-pause-circle-o:before {
	content: "\f28c";
}

.fa-stop-circle:before {
	content: "\f28d";
}

.fa-stop-circle-o:before {
	content: "\f28e";
}

.fa-shopping-bag:before {
	content: "\f290";
}

.fa-shopping-basket:before {
	content: "\f291";
}

.fa-hashtag:before {
	content: "\f292";
}

.fa-bluetooth:before {
	content: "\f293";
}

.fa-bluetooth-b:before {
	content: "\f294";
}

.fa-percent:before {
	content: "\f295";
}

.fa-gitlab:before {
	content: "\f296";
}

.fa-wpbeginner:before {
	content: "\f297";
}

.fa-wpforms:before {
	content: "\f298";
}

.fa-envira:before {
	content: "\f299";
}

.fa-universal-access:before {
	content: "\f29a";
}

.fa-wheelchair-alt:before {
	content: "\f29b";
}

.fa-question-circle-o:before {
	content: "\f29c";
}

.fa-blind:before {
	content: "\f29d";
}

.fa-audio-description:before {
	content: "\f29e";
}

.fa-volume-control-phone:before {
	content: "\f2a0";
}

.fa-braille:before {
	content: "\f2a1";
}

.fa-assistive-listening-systems:before {
	content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
	content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
	content: "\f2a4";
}

.fa-glide:before {
	content: "\f2a5";
}

.fa-glide-g:before {
	content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
	content: "\f2a7";
}

.fa-low-vision:before {
	content: "\f2a8";
}

.fa-viadeo:before {
	content: "\f2a9";
}

.fa-viadeo-square:before {
	content: "\f2aa";
}

.fa-snapchat:before {
	content: "\f2ab";
}

.fa-snapchat-ghost:before {
	content: "\f2ac";
}

.fa-snapchat-square:before {
	content: "\f2ad";
}

.fa-pied-piper:before {
	content: "\f2ae";
}

.fa-first-order:before {
	content: "\f2b0";
}

.fa-yoast:before {
	content: "\f2b1";
}

.fa-themeisle:before {
	content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
	content: "\f2b4";
}

.fa-handshake-o:before {
	content: "\f2b5";
}

.fa-envelope-open:before {
	content: "\f2b6";
}

.fa-envelope-open-o:before {
	content: "\f2b7";
}

.fa-linode:before {
	content: "\f2b8";
}

.fa-address-book:before {
	content: "\f2b9";
}

.fa-address-book-o:before {
	content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
	content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
	content: "\f2bc";
}

.fa-user-circle:before {
	content: "\f2bd";
}

.fa-user-circle-o:before {
	content: "\f2be";
}

.fa-user-o:before {
	content: "\f2c0";
}

.fa-id-badge:before {
	content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
	content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
	content: "\f2c3";
}

.fa-quora:before {
	content: "\f2c4";
}

.fa-free-code-camp:before {
	content: "\f2c5";
}

.fa-telegram:before {
	content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
	content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
	content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
	content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
	content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
	content: "\f2cb";
}

.fa-shower:before {
	content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
	content: "\f2cd";
}

.fa-podcast:before {
	content: "\f2ce";
}

.fa-window-maximize:before {
	content: "\f2d0";
}

.fa-window-minimize:before {
	content: "\f2d1";
}

.fa-window-restore:before {
	content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
	content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
	content: "\f2d4";
}

.fa-bandcamp:before {
	content: "\f2d5";
}

.fa-grav:before {
	content: "\f2d6";
}

.fa-etsy:before {
	content: "\f2d7";
}

.fa-imdb:before {
	content: "\f2d8";
}

.fa-ravelry:before {
	content: "\f2d9";
}

.fa-eercast:before {
	content: "\f2da";
}

.fa-microchip:before {
	content: "\f2db";
}

.fa-snowflake-o:before {
	content: "\f2dc";
}

.fa-superpowers:before {
	content: "\f2dd";
}

.fa-wpexplorer:before {
	content: "\f2de";
}

.fa-meetup:before {
	content: "\f2e0";
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

@font-face {
	font-family: 'Lato';
	src: url("../fonts/Lato/Lato-Light.eot");
	src: local("../fonts/Lato/Lato Light"), local("../fonts/Lato/Lato-Light"), url("../fonts/Lato/Lato-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato/Lato-Light.woff") format("woff"), url("../fonts/Lato/Lato-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Lato';
	src: url("../fonts/Lato/Lato-Regular.eot");
	src: local("../fonts/Lato/Lato Regular"), local("../fonts/Lato/Lato-Regular"), url("../fonts/Lato/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato/Lato-Regular.woff") format("woff"), url("../fonts/Lato/Lato-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Lato';
	src: url("../fonts/Lato/Lato-Medium.eot");
	src: local("../fonts/Lato/Lato Medium"), local("../fonts/Lato/Lato-Medium"), url("../fonts/Lato/Lato-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato/Lato-Medium.woff") format("woff"), url("../fonts/Lato/Lato-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Lato';
	src: url("../fonts/Lato/Lato-Semibold.eot");
	src: local("../fonts/Lato/Lato Semibold"), local("../fonts/Lato/Lato-Semibold"), url("../fonts/Lato/Lato-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato/Lato-Semibold.woff") format("woff"), url("../fonts/Lato/Lato-Semibold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Lato';
	src: url("../fonts/Lato/Lato-Bold.eot");
	src: local("../fonts/Lato/Lato Bold"), local("../fonts/Lato/Lato-Bold"), url("../fonts/Lato/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato/Lato-Bold.woff") format("woff"), url("../fonts/Lato/Lato-Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Lato';
	src: url("../fonts/Lato/Lato-Heavy.eot");
	src: local("../fonts/Lato/Lato Heavy"), local("../fonts/Lato/Lato-Heavy"), url("../fonts/Lato/Lato-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato/Lato-Heavy.woff") format("woff"), url("../fonts/Lato/Lato-Heavy.ttf") format("truetype");
	font-weight: 900;
	font-style: normal;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
/* Elements
--------------------------------------------- */
html,
body {
	height: 100%;
}

body {
	font-family: "Lato", sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #4A4A4A;
	background: #fff;
}

@media only screen and (max-width: 639px) {
	body iframe.hellobar {
		height: 250px;
	}
}

body .custom-slider {
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.5s linear;
}

body .custom-slider.slick-initialized {
	height: auto;
	overflow: inherit;
	visibility: visible;
	opacity: 1;
}

body .slick-dotted.slick-slider {
	margin-bottom: 0;
}

body .nf-form-cont .nf-field-label {
	display: none;
}

body .nf-form-cont .nf-form-content {
	padding: 0;
}

body .nf-form-cont input[type="button"] {
	display: block;
	min-width: 77px;
	width: 170px;
	max-width: 100%;
	height: 47px;
	color: #fff;
	background-color: #94C12F;
	border-radius: 3px;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	font-size: 18px;
	cursor: pointer;
	transition: all 0.3s ease 0s;
}

body .nf-form-cont input[type="button"]:hover {
	background-color: #759825;
}

@media only screen and (max-width: 549px) {
	body .nf-form-cont input[type="button"] {
		font-size: 16px;
	}
}

.site {
	display: flex;
	flex-direction: column;
}

.header {
	flex: 0 0 auto;
}

.site-main,
.main {
	flex: 1 0 auto;
}

.footer {
	flex: 0 0 auto;
}

.site-main {
	padding-top: 120px;
	padding-bottom: 50px;
}

[class*="fa-"]:not(.fa-spinner):before {
	font-family: "FontAwesome";
	margin-right: 10px;
	font-style: normal;
}

.hidden {
	display: none;
}

#hellobar-pusher {
	position: absolute !important;
	top: 0;
}

.custom-arrow {
	position: relative;
}

.custom-arrow:before {
	content: "";
	position: absolute;
	right: 15px;
	top: 35%;
	display: block;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	width: 8px;
	height: 8px;
	transform: translate(50%, 50%) rotate(45deg);
}

@media only screen and (max-width: 639px) {
	.custom-arrow:before {
		top: 25%;
	}
}

.custom-arrow.active:before {
	transform: rotate(225deg);
	transform-origin: bottom;
}

.accordion-heading {
	position: relative;
}

.accordion-heading .plus-to-minus {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 16px;
	width: 14px;
	height: 2px;
	background-color: #4A4A4A;
}

.accordion-heading .plus-to-minus::before {
	content: "";
	display: block;
	position: absolute;
	transition: 0.2s;
	top: -6px;
	right: 6px;
	width: 2px;
	height: 14px;
	background-color: #4A4A4A;
}

.accordion-heading.active .plus-to-minus:before {
	transform: rotate(-90deg);
	transform-origin: center;
}

.quantity {
	position: relative;
}

.quantity input {
	width: 100%;
	text-align: center;
	color: #4A4A4A;
	background: #fff;
	padding: 10px;
}

.quantity input[readonly="readonly"] {
	cursor: no-drop;
}

.quantity .quantity-button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
	color: #94C12F;
	font-size: 15px;
}

.quantity .quantity-button .fa::before {
	margin-right: 0;
}

.quantity .quantity-button.readonly {
	pointer-events: none;
	cursor: no-drop;
}

.quantity .quantity-down {
	left: 5px;
}

.quantity .quantity-up {
	right: 5px;
}

.select-custom {
	padding-left: 10px;
	display: flex;
	align-items: center;
	width: 170px;
	height: 48px;
	position: relative;
	margin-right: 20px;
	border: 1px solid #dfdfdf;
	border-radius: 3px;
	text-transform: capitalize;
	cursor: pointer;
	background-color: #fff;
}

@media only screen and (max-width: 990px) {
	.select-custom {
		margin-right: 0;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 639px) {
	.select-custom {
		height: 40px;
	}
}

.select-custom:before {
	content: "";
	position: absolute;
	right: 15px;
	top: 35%;
	display: block;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	width: 8px;
	height: 8px;
	transform: translate(50%, 50%) rotate(45deg);
}

@media only screen and (max-width: 639px) {
	.select-custom:before {
		top: 25%;
	}
}

.select-custom.open .items {
	display: flex;
	background: #fff;
	z-index: 2;
}

.select-custom.open::before {
	transform: rotate(225deg);
	transform-origin: bottom;
	right: 10px;
}

.select-custom input {
	position: absolute;
	left: -9999px;
	opacity: 0;
}

.select-custom .items {
	display: none;
	flex-direction: column;
	width: 170px;
	position: absolute;
	border: 1px solid #dfdfdf;
	border-radius: 3px;
	top: 50px;
	left: 0;
}

@media only screen and (max-width: 639px) {
	.select-custom .items {
		top: 40px;
	}
}

.select-custom .items label,
.select-custom .items li {
	padding: 5px 10px;
}

.select-custom .items label:hover,
.select-custom .items li:hover {
	background: #eee;
	cursor: pointer;
}

.out-stock {
	display: none;
	margin-bottom: 13px;
	width: 111px;
	height: 25px;
	background: rgba(243, 38, 38, 0.1);
	border-radius: 5px;
}

.out-stock p {
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	color: #f32626;
}

.out-stock.active {
	display: block;
}

.backtotop {
	position: fixed;
	bottom: 65px;
	right: 5px;
	width: 40px;
	height: 40px;
	background: #E1C890;
	font-size: 13px;
	z-index: 100;
	cursor: pointer;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	transform: translateY(70px);
	transition: all 300ms ease-in-out;
}

.backtotop.show {
	opacity: 0.4;
	visibility: visible;
	transform: translateY(0);
}

.backtotop:hover {
	opacity: 1;
	background: #d6b468;
}

.backtotop i.fa {
	color: #000;
}

.backtotop i.fa::before {
	content: "\f0d8";
}

h1,
.h1 {
	margin: 0;
	font-family: "Lato", sans-serif;
	font-weight: 800;
	font-size: 48px;
	line-height: 58px;
	color: #000;
}

@media only screen and (max-width: 767px) {
	h1,
	.h1 {
		font-size: 42px;
		line-height: 50px;
	}
}

h2 {
	margin: 0;
	font-family: "Lato", sans-serif;
	font-weight: 800;
	font-size: 40px;
	line-height: 48px;
	color: #191919;
}

@media only screen and (max-width: 767px) {
	h2 {
		font-size: 27px;
		line-height: 32px;
	}
}

h3 {
	margin: 0;
	font-family: "Lato", sans-serif;
	font-size: 30px;
	line-height: 36px;
	font-weight: 800;
	color: #191919;
}

@media only screen and (max-width: 767px) {
	h3 {
		font-size: 20px;
		line-height: 24px;
	}
}

h4 {
	margin: 0;
	font-size: 28px;
	font-weight: 800;
	line-height: 34px;
	font-family: "Lato", sans-serif;
	color: #000;
}

@media only screen and (max-width: 767px) {
	h4 {
		font-size: 22px;
		line-height: 26px;
	}
}

h5 {
	margin: 0;
	font-size: 24px;
	line-height: 29px;
	color: #000;
	font-family: "Lato", sans-serif;
	font-weight: bold;
}

@media only screen and (max-width: 767px) {
	h5 {
		font-size: 18px;
		line-height: 22px;
	}
}

h6 {
	margin: 0;
	font-family: "Lato", sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #191919;
	font-weight: bold;
	text-transform: capitalize;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
	display: block;
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
	position: relative;
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}

.row {
	padding: 0 15px;
}

.column,
.columns {
	width: 100%;
	float: left;
	box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
	.column,
	.columns {
		width: 50%;
	}
}

/* For devices larger than 400px */
/* For shop */
@media only screen and (min-width: 768px) {
	.two.columns {
		width: 100%;
	}
	.ten.columns {
		width: 100%;
	}
}

@media only screen and (min-width: 991px) {
	.two.columns {
		width: 25%;
	}
	.ten.columns {
		width: 75%;
	}
}

/* For devices larger than 550px */
/* For devices larger than 1024px */
@media only screen and (min-width: 1200px) {
	.column:first-child,
	.columns:first-child {
		margin-left: 0;
	}
	.one.column,
	.one.columns {
		width: 4.66666666667%;
	}
	.two.columns {
		width: 17%;
	}
	.three.columns {
		width: 22%;
	}
	.four.columns {
		width: 33%;
	}
	.five.columns {
		width: 39.3333333333%;
	}
	.six.columns {
		width: 48%;
	}
	.seven.columns {
		width: 56.6666666667%;
	}
	.eight.columns {
		width: 67%;
	}
	.nine.columns {
		width: 74.0%;
	}
	.ten.columns {
		width: 83%;
	}
	.eleven.columns {
		width: 91.3333333333%;
	}
	.twelve.columns {
		width: 100%;
		margin-left: 0;
	}
	.one-third.column {
		width: 30.6666666667%;
	}
	.two-thirds.column {
		width: 65.3333333333%;
	}
	.one-half.column {
		width: 48%;
	}
	/* Offsets */
	.offset-by-one.column,
	.offset-by-one.columns {
		margin-left: 8.66666666667%;
	}
	.offset-by-two.column,
	.offset-by-two.columns {
		margin-left: 17.3333333333%;
	}
	.offset-by-three.column,
	.offset-by-three.columns {
		margin-left: 26%;
	}
	.offset-by-four.column,
	.offset-by-four.columns {
		margin-left: 34.6666666667%;
	}
	.offset-by-five.column,
	.offset-by-five.columns {
		margin-left: 43.3333333333%;
	}
	.offset-by-six.column,
	.offset-by-six.columns {
		margin-left: 52%;
	}
	.offset-by-seven.column,
	.offset-by-seven.columns {
		margin-left: 60.6666666667%;
	}
	.offset-by-eight.column,
	.offset-by-eight.columns {
		margin-left: 69.3333333333%;
	}
	.offset-by-nine.column,
	.offset-by-nine.columns {
		margin-left: 78.0%;
	}
	.offset-by-ten.column,
	.offset-by-ten.columns {
		margin-left: 86.6666666667%;
	}
	.offset-by-eleven.column,
	.offset-by-eleven.columns {
		margin-left: 95.3333333333%;
	}
	.offset-by-one-third.column,
	.offset-by-one-third.columns {
		margin-left: 34.6666666667%;
	}
	.offset-by-two-thirds.column,
	.offset-by-two-thirds.columns {
		margin-left: 69.3333333333%;
	}
	.offset-by-one-half.column,
	.offset-by-one-half.columns {
		margin-left: 52%;
	}
}

/* Links
--------------------------------------------- */
a {
	color: #191919;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

.header a,
.footer a {
	display: block;
	position: relative;
	color: #fff;
	transition: all .3s ease 0s;
}

.header a:hover,
.footer a:hover {
	opacity: 0.75;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0;
	outline: none;
	cursor: pointer;
	padding: 0;
}

button {
	background: transparent;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #000000;
	border: 1px solid #DFDFDF;
	border-radius: 3px;
	padding: 9px 16px;
	height: 48px;
	outline: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #000;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
input[type="range"]::placeholder,
input[type="date"]::placeholder,
input[type="month"]::placeholder,
input[type="week"]::placeholder,
input[type="time"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="color"]::placeholder,
textarea::placeholder {
	font-size: 16px;
	color: #9B9B9B;
}

select {
	border: 1px solid #DFDFDF;
	border-radius: 3px;
	outline: none;
}

textarea {
	width: 100%;
}

.woocommerce-cart input[type=number],
.page-template-page-quick-order input[type=number],
.single-product input[type=number],
.woocommerce-account input[type=number] {
	-moz-appearance: textfield;
}

.woocommerce-cart input[type=number]::-webkit-inner-spin-button, .woocommerce-cart input[type=number]::-webkit-outer-spin-button,
.page-template-page-quick-order input[type=number]::-webkit-inner-spin-button,
.page-template-page-quick-order input[type=number]::-webkit-outer-spin-button,
.single-product input[type=number]::-webkit-inner-spin-button,
.single-product input[type=number]::-webkit-outer-spin-button,
.woocommerce-account input[type=number]::-webkit-inner-spin-button,
.woocommerce-account input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

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

p {
	margin: 0;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.mobile-menu {
	position: fixed;
	min-width: 325px;
	width: 100%;
	background: #fff;
	transition: 0.5s;
	transform: translate(-100%, 100px);
	overflow-y: scroll;
}

@media only screen and (max-width: 399px) {
	.mobile-menu {
		transform: translate(-100%, 68px);
	}
}

.mobile-menu .nav {
	padding: 0 16px;
	display: flex;
	flex-direction: column;
	width: 100%;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}

.mobile-menu .nav li {
	padding: 16px 0;
	border-bottom: 1px solid #f2f2f2;
	line-height: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.mobile-menu .nav li:last-child {
	border: none;
}

.mobile-menu .nav li.menu-item-has-children > .mobile-arrow {
	display: inline-block;
	width: 100%;
	position: absolute;
	right: 5%;
	text-align: right;
}

.mobile-menu .nav li > .sub-menu {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 55px;
	transform: translateX(100%);
	transition: all .2s ease 0s;
	z-index: 0;
	background: #fff;
	margin-left: 0;
}

.mobile-menu .nav li > .sub-menu.opened {
	display: block;
	padding: 0 16px;
	transform: translateX(0);
	z-index: 10;
	overflow-y: scroll;
	background: #fff;
}

.mobile-menu .nav li > .sub-menu li > .sub-menu {
	top: 0;
}

.mobile-menu .nav li > .sub-menu li:last-child {
	margin-bottom: 150px;
}

.mobile-menu .nav a {
	display: inline-block;
	font-weight: 800;
	font-size: 17px;
	width: 100%;
}

.mobile-menu .nav-second {
	padding: 24px 32px;
}

.mobile-menu .nav-second li {
	padding-bottom: 20px;
	width: 160px;
	display: inline-block;
	line-height: 19px;
}

@media only screen and (max-width: 399px) {
	.mobile-menu .nav-second li {
		width: 125px;
	}
}

.mobile-menu .nav-second a {
	font-weight: 600;
}

.mobile-menu .nav.mobile-logout svg,
.mobile-menu .nav.mobile-login svg {
	top: 5px;
	position: relative;
}

.mobile-menu .nav.mobile-logout svg path,
.mobile-menu .nav.mobile-login svg path {
	fill: #000;
}

.mobile-menu .nav.mobile-logout .sub-menu,
.mobile-menu .nav.mobile-login .sub-menu {
	display: none;
}

.mobile-menu a {
	color: #000;
}

.mobile-menu.opened {
	display: block;
	left: 0;
	z-index: 83746582;
	height: 100vh;
	transform: translate(0%, 100px);
	padding-bottom: 150px;
}

@media only screen and (max-width: 399px) {
	.mobile-menu.opened {
		transform: translate(0%, 68px);
	}
}

.mobile-menu.opened.open-submenu > .nav.mobile-logout,
.mobile-menu.opened.open-submenu > .nav.mobile-login,
.mobile-menu.opened.open-submenu > .nav-second {
	display: none;
}

.mobile-menu.opened .sub-menu {
	display: none;
}

.mobile-menu.opened .sub-menu.lock {
	overflow-y: clip !important;
}

.mobile-menu.opened.open-submenu {
	overflow: clip;
}

.mobile-menu-search {
	display: flex;
	align-items: center;
	height: 55px;
	padding: 16px;
}

.mobile-menu-search form input {
	border: none;
}

.mobile-menu-search form label {
	width: 95%;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
	appearance: none;
}

.overlay {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100vh;
	overflow: hidden;
	z-index: 2;
	cursor: pointer;
}

.mobile-arrow {
	display: none;
	font-size: 25px;
}

.panel-submenu {
	display: none;
	padding: 16px;
	height: 55px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	border-bottom: 1px solid #DFDFDF;
	text-align: center;
}

.panel-submenu .fa-angle-left {
	position: absolute;
	left: 16px;
	font-size: 25px;
	color: #E1C890;
}

.panel-submenu span {
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
}

.panel-submenu.show {
	display: block;
}

.search-main form {
	display: flex;
	width: 100%;
}

.search-main input {
	padding: 10px;
	width: 100%;
	border: none;
	font-size: 14px;
	color: #000;
}

.search-main input::placeholder {
	color: #bfbfbf;
	font-size: 14px;
	font-weight: 400;
}

.clear-btn {
	padding-left: 5px;
	font-size: 14px;
	color: #9A9A9A;
	display: none;
}

@media only screen and (min-width: 1024px) {
	.view-all-mobile {
		display: none;
	}
}

.panel-submenu.show + .nav + .nav-second {
	opacity: 0;
}

.mobile-menu-wholesale {
	background: #333333;
	transform: translate(-100%, 46px);
	transition: none;
	min-height: 300px;
	max-width: 100%;
}

.mobile-menu-wholesale li.banana:before, .mobile-menu-wholesale li.berry:before, .mobile-menu-wholesale li.mint:before, .mobile-menu-wholesale li.watermelon:before, .mobile-menu-wholesale li.natural:before {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background-size: cover;
}

.mobile-menu-wholesale li.banana::before {
	background-image: url(../images/wholesale/banana.png);
}

.mobile-menu-wholesale li.berry::before {
	background-image: url(../images/wholesale/berry.png);
}

.mobile-menu-wholesale li.mint::before {
	background-image: url(../images/wholesale/mint.png);
}

.mobile-menu-wholesale li.watermelon::before {
	background-image: url(../images/wholesale/watermelon.png);
}

.mobile-menu-wholesale li.natural::before {
	background-image: url(../images/wholesale/natural.png);
}

.mobile-menu-wholesale.opened {
	height: auto;
	z-index: 1;
}

@media only screen and (max-width: 1023px) {
	.mobile-menu-wholesale.opened {
		transform: translate(0%, 46px);
	}
}

.mobile-menu-wholesale.opened a {
	padding: 13px 16px;
}

.mobile-menu-wholesale.opened .menu-item-has-children > a,
.mobile-menu-wholesale.opened .menu-link > a {
	background-color: #333333;
	border-top: 1px solid #000;
	font-weight: 700;
	color: white;
	text-transform: uppercase;
}

.mobile-menu-wholesale.opened .sub-menu {
	display: block;
	margin-left: 0;
}

.mobile-menu-wholesale.opened .sub-menu li {
	padding-left: 16px;
	display: flex;
	align-items: center;
	background: #121212;
	border-bottom: 1px solid #000;
	position: relative;
}

.mobile-menu-wholesale.opened .sub-menu li a {
	padding-left: 10px;
	color: #D3D3D3;
	font-weight: normal;
}

.burger {
	width: 32px;
	height: 32px;
	position: relative;
	z-index: 3;
}

@media only screen and (min-width: 1024px) {
	.burger {
		display: none;
	}
}

.burger span,
.burger span:before,
.burger span:after {
	position: absolute;
	top: 50%;
	margin-top: -1px;
	left: 50%;
	margin-left: -10px;
	width: 20px;
	height: 2px;
	background-color: #fff;
}

.burger span::before,
.burger span::after {
	content: '';
	display: block;
	transition: 0.2s;
}

.burger span::before {
	transform: translateY(-5px);
}

.burger span::after {
	transform: translateY(5px);
}

.burger_active span {
	height: 0;
}

.burger_active span:before {
	transform: rotate(-45deg);
	transform-origin: center;
}

.burger_active span:after {
	transform: rotate(45deg);
	transform-origin: center;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.holder-pagination {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin: 32px 0 0;
	font-weight: 700;
}

.holder-pagination .holder-select {
	display: flex;
	align-items: center;
	margin-right: 24px;
}

@media only screen and (max-width: 767px) {
	.holder-pagination .holder-select {
		margin: 0 8px;
		width: 100%;
	}
}

.holder-pagination .holder-select p {
	margin-right: 16px;
}

.holder-pagination .holder-select select {
	width: 54px;
	height: 40px;
	padding: 0 0 0 8px;
}

@media only screen and (max-width: 767px) {
	.holder-pagination .holder-select select {
		width: 100%;
	}
}

.holder-pagination p {
	margin-right: 16px;
}

.holder-pagination p + a {
	margin-right: 8px;
}

@media only screen and (max-width: 767px) {
	.holder-pagination p + a {
		order: -1;
	}
}

.holder-pagination .btn, .holder-pagination .best-sellers .loop-login-to-price, .best-sellers .holder-pagination .loop-login-to-price,
.holder-pagination .best-sellers .button, .best-sellers .holder-pagination .button {
	width: 40px;
	height: 40px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #dfdfdf;
	background: #fff;
	border-radius: 3px;
}

@media only screen and (max-width: 767px) {
	.holder-pagination .btn, .holder-pagination .best-sellers .loop-login-to-price, .best-sellers .holder-pagination .loop-login-to-price,
	.holder-pagination .best-sellers .button, .best-sellers .holder-pagination .button {
		width: 50%;
		margin: 0 !important;
	}
}

.holder-pagination .btn svg path, .holder-pagination .best-sellers .loop-login-to-price svg path, .best-sellers .holder-pagination .loop-login-to-price svg path, .holder-pagination .best-sellers .button svg path, .best-sellers .holder-pagination .button svg path {
	fill: #c4c4c4;
}

.holder-pagination .btn.active, .holder-pagination .best-sellers .active.loop-login-to-price, .best-sellers .holder-pagination .active.loop-login-to-price,
.holder-pagination .best-sellers .active.button, .best-sellers .holder-pagination .active.button {
	background: #94c12f;
}

.holder-pagination .btn.active svg path, .holder-pagination .best-sellers .active.loop-login-to-price svg path, .best-sellers .holder-pagination .active.loop-login-to-price svg path, .holder-pagination .best-sellers .active.button svg path, .best-sellers .holder-pagination .active.button svg path {
	fill: #fff;
}

@media only screen and (max-width: 767px) {
	.hide-table {
		display: none;
	}
}

.visible-table {
	display: none;
}

@media only screen and (max-width: 767px) {
	.visible-table {
		display: block;
	}
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin-bottom: 16px;
}

.widget select {
	max-width: 100%;
}

.widget.widget-products-slide h2.woocommerce-loop-product__title {
	font-size: 14px;
	color: #000;
	font-weight: 700;
}

.widget.widget-products-slide h2.woocommerce-loop-product__title:hover {
	color: #91bf29;
}

.widget.widget-products-slide .price {
	display: block;
	font-size: 12px;
	font-weight: 700;
	color: #4A4A4A;
}

.widget .content-socials ul {
	display: flex;
	justify-content: space-between;
	max-width: 112px;
}

@media only screen and (max-width: 767px) {
	.widget .content-socials ul {
		margin: auto;
	}
}

.widget .content-socials a {
	color: #E1C890;
	transition: all .3s ease 0s;
}

.widget .content-socials a:hover :before {
	opacity: 0.75;
}

.widget .content-socials a span:before {
	margin-right: 0;
	font-size: 25px;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.header {
	position: fixed;
	top: 0;
	background-color: #000;
	width: 100%;
	z-index: 10000;
	min-height: 100px;
}

.header-top {
	height: 32px;
	background-color: #191919;
}

@media only screen and (max-width: 1023px) {
	.header-top {
		position: absolute;
		bottom: 0;
		width: 100%;
		background-color: #F5B42B;
	}
}

.header-top a {
	font-size: 14px;
}

.header-top-inner {
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width: 1023px) {
	.header-top-inner {
		justify-content: center;
	}
}

.header-top .menu-top-left,
.header-top .menu-top-right {
	display: flex;
}

.header-top .menu-top-left li a {
	text-transform: uppercase;
	color: #cc9c0d;
	line-height: 17px;
	padding: 8px 0;
	font-weight: 700;
}

@media only screen and (max-width: 1023px) {
	.header-top .menu-top-left li a {
		font-size: 13px;
		color: #000;
	}
}

.header-top .menu-top-right li {
	padding: 8px 0;
}

.header-top .menu-top-right li:first-child a {
	border: none;
}

.header-top .menu-top-right a {
	padding: 0 8px;
	font-size: 12px;
	line-height: 14px;
	border-left: 2px solid rgba(255, 255, 255, 0.25);
	text-transform: capitalize;
}

.header-top .menu-top-right button {
	display: block;
	padding: 0 8px;
	font-size: 12px;
}

@media only screen and (max-width: 1023px) {
	.header-top .menu-top-right {
		display: none;
	}
}

.header .fa-search::before {
	margin-right: 0;
}

.header button i {
	color: #fff;
}

.header button:hover {
	opacity: 0.75;
}

.header-search {
	margin-left: 7px;
	width: 24px;
}

@media only screen and (min-width: 1024px) {
	.header-search {
		display: none;
	}
}

.header-logo {
	width: 116px;
}

.header-menu {
	padding: 4px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: all 0.2s ease-out;
	width: 100%;
	z-index: 2;
}

.header-menu .main-navigation {
	flex: 0 1 80%;
}

@media only screen and (max-width: 1023px) {
	.header-menu .main-navigation {
		display: none;
	}
}

.header-menu .nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-menu .nav li {
	margin: 0;
	padding: 9px 12px;
	position: relative;
}

@media only screen and (max-width: 1199px) {
	.header-menu .nav li {
		padding-left: 7px;
		padding-right: 7px;
	}
}

.header-menu .nav li > .sub-menu {
	top: calc(100% + 40px);
	left: 50%;
	transform: translateX(-50%);
}

.header-menu .nav li > .sub-menu > .menu-item-has-children > a {
	position: relative;
}

.header-menu .nav li > .sub-menu > .menu-item-has-children > a:after {
	content: '\f105';
	font-family: FontAwesome, sans-serif;
	position: absolute;
	right: 20px;
}

.header-menu .nav li > .sub-menu > li:hover > .sub-menu {
	top: 10px;
}

.header-menu .nav li > .sub-menu > li > .sub-menu {
	left: 89%;
	transform: none;
}

.header-menu .nav li:hover > .sub-menu {
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	opacity: 1;
	visibility: visible;
	z-index: 3;
}

.header-menu .nav li:last-child .sub-menu li > .sub-menu {
	left: auto;
	right: 100%;
}

.header-menu .nav .use-scroll:hover .sub-menu {
	overflow-y: scroll;
	min-height: auto;
	max-height: 500px;
}

.header-menu .nav > .current-menu-parent > a,
.header-menu .nav > .current-menu-item > a {
	border-bottom: 1px solid #91bf29;
}

.header-menu .nav .menu-item-has-children > a:after {
	content: "";
	margin-top: 1px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -13px;
	border: 5px solid transparent;
	border-top: 5px solid #fff;
}

.header-menu .nav a {
	border-bottom: 1px solid transparent;
	text-transform: capitalize;
}

.header-menu .nav a:hover {
	border-color: rgba(145, 191, 41, 0.6);
}

.header-menu .sub-menu {
	text-align: left;
	width: 200px;
	font-size: 14px;
	position: absolute;
	background-color: #fff;
	visibility: hidden;
	opacity: 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	transition: all 0.3s ease;
}

.header-menu .sub-menu li {
	margin-bottom: 0;
	padding: 0;
}

.header-menu .sub-menu li:first-child {
	padding-top: 13px;
}

.header-menu .sub-menu li:last-child {
	padding-bottom: 20px;
}

.header-menu .sub-menu li a {
	padding: 5px 30px;
	color: #000;
}

.header-menu .sub-menu li a:hover {
	color: #91bf29;
	border-color: transparent;
}

.header-menu-left {
	display: flex;
}

@media only screen and (max-width: 1023px) {
	.header-menu-left {
		width: 65px;
	}
}

.header-control {
	display: flex;
	align-items: center;
	position: relative;
	flex: 0 0 16%;
}

@media only screen and (max-width: 1023px) {
	.header-control {
		flex: 0 0 8%;
	}
}

.header-control .nav .current-menu-item > a {
	border-bottom: 0;
}

.header-control a.login {
	display: flex;
	align-items: center;
	border-bottom: 0;
}

@media only screen and (max-width: 1023px) {
	.header-control a.login {
		display: none;
	}
}

.header-control a.login svg {
	flex-shrink: 0;
}

.header-control a.login span {
	margin-left: 8px;
}

.header-control .cart {
	padding: 8px;
	display: flex;
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 5px;
}

.header-control .cart .count {
	margin-left: 8px;
	color: #999999;
}

.header-wholesale {
	height: 130px;
}

.header-wholesale .header-main {
	position: relative;
}

.header-wholesale .header-main .container::before {
	content: url(../images/left-palms.png);
	left: -130px;
}

@media only screen and (max-width: 767px) {
	.header-wholesale .header-main .container::before {
		left: -230px;
	}
}

.header-wholesale .header-main .container::after {
	content: url(../images/right-palms.png);
	right: -70px;
}

@media only screen and (max-width: 767px) {
	.header-wholesale .header-main .container::after {
		right: -210px;
	}
}

.header-wholesale .header-main .container::before, .header-wholesale .header-main .container::after {
	display: block;
	position: absolute;
	top: 0;
	z-index: -1;
}

@media only screen and (max-width: 1023px) {
	.header-wholesale .header-main .container::before, .header-wholesale .header-main .container::after {
		z-index: 2;
	}
}

@media only screen and (max-width: 1023px) {
	.header-wholesale .header-main .container::before, .header-wholesale .header-main .container::after {
		transform: scale(0.5) translateY(-50%);
	}
}

.header-wholesale .header-menu {
	width: 483px;
	max-width: 100%;
	margin: auto;
	align-items: inherit;
}

.header-wholesale .header-menu .nav {
	padding-top: 20px;
	align-items: inherit;
}

@media only screen and (max-width: 1023px) {
	.header-wholesale .header-menu .nav {
		display: none;
	}
}

.header-wholesale .header-menu .nav li:hover > .sub-menu {
	top: 100%;
}

.header-wholesale .header-menu .nav .menu-item-has-children > a,
.header-wholesale .header-menu .nav .menu-link > a {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 800;
	border-bottom: none;
}

.header-wholesale .header-menu .nav .menu-item-has-children > a::after,
.header-wholesale .header-menu .nav .menu-link > a::after {
	right: -15px;
}

.header-wholesale .header-logo {
	padding-top: 10px;
	width: 214px;
	margin: auto;
}

@media only screen and (max-width: 1023px) {
	.header-wholesale .header-logo {
		width: 130px;
	}
}

.header-wholesale .header-bottom {
	padding: 3px 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #333333;
	text-align: center;
	z-index: -2;
}

@media only screen and (min-width: 1024px) {
	.header-wholesale .header-bottom {
		display: none;
	}
}

.footer {
	background-color: #000;
	display: flex;
	flex-direction: column;
}

.footer-main {
	padding: 55px 24px 60px;
}

@media only screen and (max-width: 767px) {
	.footer-main {
		padding: 24px 0;
	}
}

.footer-inner {
	display: flex;
}

@media only screen and (max-width: 767px) {
	.footer-inner {
		flex-direction: column;
		align-items: center;
	}
}

.footer .col-one {
	width: 29%;
}

.footer .wrap-col {
	display: flex;
	width: 39%;
}

@media only screen and (max-width: 767px) {
	.footer .wrap-col {
		padding-top: 24px;
		border-top: 1px solid rgba(255, 255, 255, 0.1);
	}
}

.footer .col-two {
	width: 43%;
}

.footer .col-three {
	width: 57%;
}

@media only screen and (max-width: 767px) {
	.footer .col-two,
	.footer .col-three {
		width: 50%;
		display: flex;
		justify-content: left;
	}
}

.footer .col-four {
	width: 32%;
}

.footer .col-four .widget_media_image {
	width: 50%;
	display: inline-flex;
	flex-direction: column-reverse;
	align-items: center;
}

.footer .col-four .widget_media_image img {
	width: 100%;
	margin-bottom: 5px;
}

.footer .col-four .widget_media_image .wholesele {
	width: 167px;
}

.footer .col-four .widget_media_image .space {
	width: 126px;
}

.footer .col-four .widget_media_image .widget-title {
	text-transform: inherit;
	font-weight: 400;
	font-size: 10px;
	line-height: 12px;
	color: #a7a7a7;
}

@media only screen and (max-width: 767px) {
	.footer .col {
		width: 100%;
		padding-left: 24px;
		padding-right: 24px;
	}
}

@media only screen and (max-width: 374px) {
	.footer .col {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.footer-logo {
	margin-bottom: 15px;
}

.footer-logo a {
	width: 220px;
}

@media only screen and (max-width: 767px) {
	.footer-logo a {
		margin: auto;
		width: 160px;
	}
}

.footer-phone {
	padding-bottom: 40px;
	display: flex;
	color: #E1C890;
}

@media only screen and (max-width: 767px) {
	.footer-phone {
		justify-content: center;
	}
}

.footer-phone .icon {
	max-width: 40px;
	margin-right: 8px;
}

.footer-phone .content a {
	color: #E1C890;
	font-size: 20px;
	line-height: 24px;
}

.footer-phone .content p {
	font-size: 14px;
	line-height: 16px;
}

.footer .widget-title {
	margin: 0 0 16px;
	color: #fff;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 21px;
}

@media only screen and (max-width: 767px) {
	.footer .widget-title {
		font-size: 16px;
	}
}

@media only screen and (max-width: 374px) {
	.footer .widget-title {
		font-size: 14px;
	}
}

.footer .menu li {
	line-height: 30px;
}

.footer .menu a {
	font-size: 16px;
	color: #fff;
	opacity: 0.85;
}

@media only screen and (max-width: 767px) {
	.footer-form {
		text-align: center;
	}
}

.footer-form .widget_text h5 {
	margin-bottom: 8px;
	font-style: italic;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	text-transform: inherit;
}

@media only screen and (max-width: 767px) {
	.footer-form .widget_text h5 {
		margin-bottom: 16px;
		font-size: 15px;
	}
}

.footer-form form .hVFNhP {
	flex-direction: row;
}

@media only screen and (max-width: 767px) {
	.footer-form form .hVFNhP {
		justify-content: center;
	}
}

.footer-form form input[type="email"] {
	width: 270px;
	max-width: 100%;
	border-radius: 3px 0 0 3px !important;
	padding-right: 16px !important;
	font-family: "Lato", sans-serif !important;
}

.footer-form form button {
	height: 48px !important;
	width: 100px;
	padding: 0 !important;
	border-radius: 0 3px 3px 0 !important;
	transition: all 0.3s ease 0s;
	font-family: "Lato", sans-serif !important;
}

.footer-form form .ql-font-palatino-linotype {
	font-family: "Lato", sans-serif !important;
}

.footer .widget_text,
.footer .widget_nav_menu {
	margin-bottom: 30px;
}

.footer-copyright {
	padding: 17px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 767px) {
	.footer-copyright {
		padding: 24px 0;
	}
}

.footer-copyright-inner {
	padding: 0 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media only screen and (max-width: 767px) {
	.footer-copyright-inner {
		flex-direction: column-reverse;
	}
}

.footer-copyright p,
.footer-copyright a {
	font-size: 14px;
	color: #5c5c5c;
}

@media only screen and (max-width: 767px) {
	.footer-copyright p {
		font-size: 12px;
	}
}

.footer-copyright .wrap-payment-menu {
	display: flex;
	width: 58%;
	justify-content: space-between;
}

@media only screen and (max-width: 767px) {
	.footer-copyright .wrap-payment-menu {
		flex-direction: column;
		align-items: center;
		width: 100%;
	}
}

.footer-copyright .payment-img {
	width: 190px;
	display: flex;
	justify-content: space-between;
}

.footer-copyright .card-img {
	width: 42px;
}

.footer-copyright .copyright-menu {
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 767px) {
	.footer-copyright .copyright-menu {
		margin: 16px 0;
	}
}

.footer-copyright .copyright-menu li {
	padding-right: 20px;
	position: relative;
}

.footer-copyright .copyright-menu li:last-child {
	padding-right: 0;
}

.footer-copyright .copyright-menu li:last-child::after {
	display: none;
}

.footer-copyright .copyright-menu li::after {
	content: "";
	display: block;
	width: 3px;
	height: 3px;
	position: absolute;
	right: 10px;
	top: 7px;
	transform: translateY(-50%);
	top: 50%;
	background: rgba(255, 255, 255, 0.2);
}

.footer form > div {
	flex-direction: row !important;
}

.footer .footer-socials h5 {
	text-align: left;
}

.footer .footer-socials .row {
	display: flex;
	padding: 0;
	margin: 0 0 30px;
}

.footer .footer-socials .row .col {
	width: 50%;
	padding: 0;
}

.footer .widget .content-socials ul {
	margin: 0;
}

.footer .holder-logo {
	display: flex;
	justify-content: space-between;
	width: 130px;
	align-items: center;
}

.footer .holder-logo a:first-child {
	margin: 10px 0 0;
}

.popup {
	opacity: 0;
	visibility: hidden;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999999;
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100vh;
}

.popup.visible {
	opacity: 1;
	visibility: visible;
	display: none;
}

.popup.show {
	opacity: 1;
	visibility: visible;
	display: block;
}

.popup .content {
	position: absolute;
	background: #fff;
	top: 50%;
	left: 50%;
	max-width: 90%;
	max-height: 90vh;
	height: auto;
	transform: translate(-50%, -50%);
	z-index: 10;
	border: 1px solid #DFDFDF;
	border-radius: 3px;
}

.popup .content-row {
	padding: 24px 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #DFDFDF;
}

.popup .content-header {
	font-size: 20px;
	font-weight: 700;
	color: #000;
}

@media only screen and (max-width: 767px) {
	.popup .content-full {
		width: 100%;
		max-width: 100%;
		border-radius: 0;
		max-height: 100vh;
		height: 100%;
		overflow-y: scroll;
	}
}

.popup-close {
	cursor: pointer;
}

.header-search-popup .content {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100vh;
	border: 0;
}

.header-search-popup .content-header {
	display: flex;
	align-items: center;
	background: #242021;
	padding: 15px;
	display: flex;
	justify-content: center;
}

.header-search-popup .content form {
	position: relative;
	display: flex;
	align-items: center;
	width: 500px;
}

@media only screen and (max-width: 374px) {
	.header-search-popup .content form {
		width: 260px;
	}
}

.header-search-popup .content button {
	margin: 10px;
	width: 30px;
	height: 30px;
}

.header-search-popup .content .clear-btn {
	position: absolute;
	right: 10px;
	top: 0;
	width: 40px;
}

.header-search-popup .content svg {
	color: #fff;
	width: 100%;
	height: 100%;
}

.header-search-popup .content input {
	width: 100%;
}

@media only screen and (max-width: 374px) {
	.header-search-popup .content input {
		width: 80%;
	}
}

.header-search-popup .kp-search-result {
	position: absolute;
	top: 66px;
	left: 0;
	background: #fff;
	height: 100%;
	width: 100%;
	z-index: 1;
	display: none;
}

.header-search-popup .kp-search-result p {
	padding: 16px 16px 16px 50px;
	text-transform: capitalize;
}

.header-search-popup .kp-search-result .wrapper {
	padding: 8px 0;
	height: 96px;
	border-bottom: 1px solid #DFDFDF;
	display: flex;
}

.header-search-popup .kp-search-result .wrapper:last-child {
	border-bottom: none;
}

.header-search-popup .kp-search-result .wrapper .blog-img {
	width: 80px;
	flex-shrink: 0;
}

.header-search-popup .kp-search-result .wrapper .search-info {
	margin-left: 16px;
}

.header-search-popup .kp-search-result .wrapper .search-info span {
	font-size: 14px;
	color: black;
	font-weight: 700;
}

.header-search-popup .kp-search-result .wrapper h2 {
	font-size: 17px;
	line-height: 20px;
	color: #000;
}

.age-verification .logo {
	width: 124px;
	margin: auto;
}

.age-verification .content {
	padding: 32px 24px 24px;
	width: 560px;
	min-height: 370px;
	text-align: center;
}

.age-verification .content .h1 {
	margin-top: 18px;
	margin-bottom: 24px;
	padding-bottom: 24px;
	font-size: 24px;
	color: #000;
	font-weight: 700;
	line-height: 29px;
	border-bottom: 1px solid #DFDFDF;
}

.age-verification .content p {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 40px;
}

@media only screen and (max-width: 549px) {
	.age-verification .content p {
		margin-bottom: 25px;
	}
}

.age-verification .content p strong {
	color: #000;
}

.age-verification .content .button {
	width: calc(50% - 5px);
	height: 56px;
}

@media only screen and (max-width: 549px) {
	.age-verification .content .button {
		width: 100%;
	}
}

.age-verification .content-footer {
	margin-top: 32px;
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width: 549px) {
	.age-verification .content-footer {
		flex-direction: column;
	}
	.age-verification .content-footer a {
		margin-top: 10px;
	}
}

@media only screen and (min-width: 768px) {
	.shipping-rates .content {
		width: 343px;
	}
}

.shipping-rates .content p {
	font-size: 14px;
	font-weight: 700;
}

.shipping-rates .content .free {
	color: #94C12F;
	text-transform: uppercase;
}

.shipping-rates .content .price {
	font-weight: 600;
}

.shipping-rates .content .country {
	display: flex;
	font-size: 16px;
	color: #000;
}

.shipping-rates .content .country img {
	margin-right: 8px;
}

.shipping-rates .content-header {
	padding: 16px 0;
}

.shipping-rates .content-header p {
	font-size: 20px;
	color: #000;
}

.shipping-rates .content-body {
	padding: 16px 0;
	border-top: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
}

.shipping-rates .content-body .country {
	margin-bottom: 8px;
}

.shipping-rates .content-row {
	padding: 0 16px;
	line-height: 32px;
	border-bottom: 0;
}

.shipping-rates .content-footer {
	padding: 16px 0;
}

@media only screen and (max-width: 767px) {
	.category_product_filter .content-full {
		max-width: 95%;
		max-height: 95vh;
	}
}

.category_product_filter .content-body li {
	padding-left: 16px;
	line-height: 50px;
	border-bottom: 1px solid #DFDFDF;
}

.category_product_filter .content-body li.active a {
	color: #94C12F;
}

.category_product_filter .content-body li:first-child {
	text-align: center;
}

.category_product_filter .content-body li img {
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	width: 24px;
}

@media only screen and (max-width: 767px) {
	.category_product_sorting .content-full {
		max-width: 95%;
		max-height: 95vh;
	}
}

.category_product_sorting .content-body {
	padding-bottom: 45px;
}

.category_product_sorting .accordion-heading {
	padding: 13px 16px;
	border-bottom: 1px solid #DFDFDF;
}

.category_product_sorting .popularity_body {
	display: none;
}

.category_product_sorting .popularity_body form {
	padding-left: 30px;
}

.category_product_sorting .popularity_body .custom-radio-wrap {
	padding-left: 28px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.category_product_sorting .popularity_body .custom-radio-wrap input[type="radio"]:checked + label {
	font-weight: 700;
}

.category_product_sorting .popularity_body .custom-radio-wrap input[type="radio"] + label::before {
	left: 0;
}

.category_product_sorting .pricing_body {
	display: none;
}

.category_product_sorting .pricing_body .input-wrap {
	padding-top: 10px;
	padding-bottom: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 295px;
	margin: auto;
}

.category_product_sorting .pricing_body .input-wrap input {
	width: 139px;
}

.category_product_sorting .pricing-btn {
	margin: auto;
	padding: 0 12px;
	width: 350px;
	max-width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.category_product_sorting .pricing-btn .button {
	width: 155px;
	font-weight: normal;
}

@media only screen and (max-width: 374px) {
	.category_product_sorting .pricing-btn .button {
		width: 130px;
	}
}

.category_product_sorting .pricing-btn .button.btn-grey {
	background: #F2F2F2;
	color: #4A4A4A;
}

.popup-free-sample .content {
	width: 500px;
}

.popup-free-sample .content-body {
	border: 1px solid #E1C78F;
	margin: 15px 10px;
}

.popup-free-sample .content .row-close {
	text-align: right;
	padding: 6px;
}

.popup-free-sample .content .row-description {
	padding: 0 40px 30px;
	font-style: italic;
	text-align: center;
}

@media only screen and (max-width: 639px) {
	.popup-free-sample .content .row-description {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.popup-free-sample .content .row-form {
	padding: 0px 50px 25px;
}

@media only screen and (max-width: 639px) {
	.popup-free-sample .content .row-form {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.popup-free-sample .content .row-form input {
	border: 1px solid #0C0C0C;
	height: 40px;
	line-height: 40px;
	width: 100%;
}

.popup-free-sample .content .row-form input::placeholder {
	font-size: 24px;
}

.popup-free-sample .content .row-email {
	margin-bottom: 10px;
}

.popup-free-sample .content .row-btn {
	margin-top: 17px;
}

.popup-free-sample .content .row-btn .button:hover {
	background-color: #761d0e;
}

.popup-free-sample .content .button-red {
	width: 120px;
	height: 40px;
	font-size: 18px;
}

.popup-free-sample .error {
	text-align: center;
	color: #A32814;
}

.cookie-policy-modal {
	display: none;
	padding: 15px 20px 15px;
	width: 300px;
	font-size: 18px;
	position: fixed;
	left: 20px;
	bottom: 6%;
	color: #fff;
	background-color: #000;
	border: 1px solid #8D8B62;
	border-radius: 3px;
	box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.4);
	transition: opacity 0.25s;
	z-index: 99999;
}

@media only screen and (max-width: 374px) {
	.cookie-policy-modal {
		width: 280px;
	}
}

.cookie-policy-modal h3 {
	margin: 0.5em 0 0;
	color: #fff;
	font-size: 30px;
	line-height: 38px;
}

.cookie-policy-modal p {
	margin: 1em 0;
	line-height: 34px;
}

.cookie-policy-modal a {
	color: #fff;
	transition: all 0.2s ease-out;
}

.cookie-policy-modal a:hover {
	color: #94C12F;
}

.cookie-policy-modal button {
	margin: 1em 0;
	background-color: #8D8B62;
	border-radius: 0;
	width: 100%;
}

.cookie-policy-modal button:hover {
	background-color: #6f6d4d;
}

@media only screen and (max-width: 990px) {
	.shop .widget-area {
		display: none;
	}
}

.shop .shop-sidebar .widget.active .arrow:after {
	transform: rotateX(-180deg);
}

.shop .shop-sidebar .widget a {
	font-size: 14px;
}

.shop .shop-sidebar .widget p {
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 10px;
}

@media only screen and (min-width: 1200px) {
	.shop .shop-sidebar .widget p .arrow {
		display: none;
	}
}

.shop .shop-sidebar .widget ul > li a {
	color: #000;
	font-weight: 700;
}

.shop .shop-sidebar .widget .children {
	margin-left: 10px;
}

.shop .shop-sidebar .widget .children li.current-cat > a {
	color: #94C12F;
}

.shop .shop-sidebar .widget .children li a {
	color: #909090;
	font-weight: 400;
}

.shop .shop-sidebar .loop-login-to-price {
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	min-width: 77px;
	margin-top: 24px;
	width: 100%;
	max-width: 100%;
	height: auto;
	padding: 5px 15px;
	color: #fff;
	background-color: #94C12F;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 3px;
	font-size: 16px;
	transition: all .3s ease 0s;
}

@media only screen and (max-width: 1434px) {
	.shop .shop-sidebar .loop-login-to-price {
		width: 470px;
	}
}

.shop .shop-sidebar .loop-login-to-price:hover {
	background-color: #759825;
}

.shop .shop-sidebar .loop-login-to-price.disabled {
	background: rgba(148, 193, 47, 0.5);
	pointer-events: none;
}

/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Forms
--------------------------------------------- */
.gform-body .gfield input[type="text"], .gform-body .gfield input[type="email"], .gform-body .gfield input[type="tel"], .gform-body .gfield select.gfield_select, .gform-body .gfield .ginput_address_state select {
	background: #F7F7F7;
	border: 1px solid #7B52AE;
	border-radius: 8px;
	width: 100%;
	height: 40px;
}

.gform_heading h2 {
	margin-bottom: 2rem;
	color: #56941E;
	text-align: center;
	text-transform: capitalize;
	font-size: 3rem;
	font-weight: bold;
	line-height: normal;
}

.gform_heading .gform_description {
	max-width: 700px;
	margin: 0 auto;
}

.gform-body {
	max-width: 700px;
	margin: 0 auto;
}

.gform-body .gfield label {
	width: 100%;
	margin: 0 0 8px 0;
	padding: 0 !important;
	color: #000;
	font-size: 16px !important;
	font-weight: 700;
	line-height: normal;
}

.gform_footer {
	position: relative;
	max-width: 700px;
	margin: 16px auto !important;
}

/* Accept On Hold form */
.on-hold-form .gform_ajax_spinner {
	position: absolute;
	top: calc(50% - 4px);
	left: calc(50% + 90px);
	transform: translate(-50%, -50%);
	mix-blend-mode: color-dodge;
}

.on-hold-form .gform_confirmation_message {
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	line-height: 42px;
	display: flex;
	min-height: 300px;
	align-items: center;
}

/* Accept On Hold form */
/* Pages
--------------------------------------------- */
.page-template-home-page .container {
	max-width: 1378px;
}

@media screen and (max-width: 600px) {
	.page-template-home-page #wpadminbar {
		position: fixed !important;
	}
}

@media screen and (max-width: 599px) {
	.page-template-home-page.admin-bar .header-new {
		margin-top: 46px !important;
	}
}

.page-template-home-page .main {
	padding-top: 100px;
}

.header-new {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07);
	background-color: #fff;
}

.header-new a {
	color: #000;
}

.header-new .header-top {
	background-color: #000;
}

@media screen and (max-width: 1023px) {
	.header-new .header-top {
		position: static;
		background-color: #dcc18d;
	}
}

.header-new .header-top a {
	color: #fff;
}

.header-new .header-top .menu-top-right a {
	border: none;
	font-weight: 700;
}

.header-new .header-menu {
	padding: 13px 0;
}

.header-new .header-menu .main-navigation {
	flex: auto;
	padding: 0 50px;
}

.header-new .header-menu .nav {
	justify-content: flex-end;
	gap: 36px;
}

@media screen and (max-width: 1023px) {
	.header-new .header-menu .nav {
		order: 2;
	}
}

.header-new .header-menu .nav li > .sub-menu {
	right: -50px;
	left: auto;
	transform: translateX(0);
}

@media screen and (max-width: 1023px) {
	.header-new .header-menu .nav li > .sub-menu {
		right: 0;
	}
}

.header-new .header-menu .nav > .menu-item-has-children > a::after {
	top: calc(50% + 3px);
	border-width: 4px;
	border-top-color: #000;
}

@media screen and (max-width: 1529px) {
	.header-new .header-menu .nav > .menu-item-has-children > a::after {
		top: calc(50% + 1px);
	}
}

.header-new .header-control {
	flex: 0 0 12%;
	justify-content: flex-end;
}

@media screen and (max-width: 1023px) {
	.header-new .header-control .login {
		display: flex;
	}
}

.header-new .header-control .login span {
	display: none;
}

.header-new .header-control .cart {
	position: relative;
}

.header-new .header-control .cart .count {
	position: absolute;
	display: inline-block;
	top: -6px;
	left: -15px;
	padding: 0.2em 0.41em;
	border-radius: 1em;
	color: #000;
	background-color: #dcc18d;
	text-align: center;
	white-space: nowrap;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	vertical-align: baseline;
}

@media screen and (max-width: 1023px) {
	.header-new .header-search {
		display: none;
	}
}

.header-new .burger span {
	background-color: #000;
}

.header-new .burger span::before, .header-new .burger span::after {
	background-color: #000;
}

.mobile-menu {
	transform: translate(-100%, 64px) !important;
	height: 100vh;
	transition: transform .5s;
}

@media screen and (max-width: 1023px) {
	.mobile-menu.opened {
		transform: translate(0, 64px) !important;
	}
}

@media screen and (max-width: 1023px) {
	.mobile-menu.opened ul.mobile-login {
		display: none;
	}
}

.hero {
	position: relative;
	padding-top: 20px;
	background-image: url("../images/home/hero/hero-bg-1.webp");
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	overflow-y: clip;
}

@media screen and (max-width: 767px) {
	.hero {
		background-image: url("../images/home/hero/hero-bg-1-sm.webp");
	}
}

@media screen and (max-width: 767px) {
	.hero .row {
		padding: 0;
	}
}

.hero .hero-content-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	padding: 53px 0 109px;
	isolation: isolate;
}

@media screen and (max-width: 767px) {
	.hero .hero-content-wrapper {
		flex-direction: column;
		align-items: center;
		padding: 53px 0 65px;
	}
}

.hero .hero-content-wrapper::before {
	content: "";
	position: absolute;
	top: 0;
	right: 50%;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-image: url("../images/home/hero/hero-blob-1.svg");
	background-position: right top;
	background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
	.hero .hero-content-wrapper::before {
		top: 50%;
		right: 0;
		transform: translateY(-10%);
		height: auto;
		aspect-ratio: 1;
		background-size: cover;
	}
}

.hero .hero-text {
	display: flex;
	flex-direction: column;
	flex: 0 1 50%;
	margin-left: 70px;
}

@media screen and (max-width: 767px) {
	.hero .hero-text {
		order: 1;
		flex: 100%;
		margin-left: 0;
		padding: 0 15px;
	}
}

.hero .hero-text__title {
	margin-bottom: 40px;
	color: #F1DB10;
	font-size: 110px;
	font-weight: 900;
	line-height: 1;
}

@media screen and (max-width: 1199px) {
	.hero .hero-text__title {
		font-size: 72px;
	}
}

@media screen and (max-width: 767px) {
	.hero .hero-text__title {
		margin-bottom: 19px;
		font-size: 66px;
	}
}

.hero .hero-text__sub-title {
	color: #fff;
	font-size: 45px;
	line-height: 1;
}

@media screen and (max-width: 1199px) {
	.hero .hero-text__sub-title {
		font-size: 35px;
	}
}

@media screen and (max-width: 767px) {
	.hero .hero-text__sub-title {
		font-size: 25px;
	}
}

.hero .btn, .hero .best-sellers .loop-login-to-price, .best-sellers .hero .loop-login-to-price,
.hero .best-sellers .button, .best-sellers .hero .button {
	display: inline-flex;
	align-self: flex-start;
	margin-top: 56px;
	padding: 20px 45px;
	border: 1px solid transparent;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	background-color: #F1DB10;
	text-align: center;
	font-size: 35px;
	font-weight: 800;
	transition: background-color .3s;
}

@media screen and (max-width: 1199px) {
	.hero .btn, .hero .best-sellers .loop-login-to-price, .best-sellers .hero .loop-login-to-price,
	.hero .best-sellers .button, .best-sellers .hero .button {
		margin-top: 36px;
		padding: 18px 45px;
		font-size: 31px;
	}
}

@media screen and (max-width: 767px) {
	.hero .btn, .hero .best-sellers .loop-login-to-price, .best-sellers .hero .loop-login-to-price,
	.hero .best-sellers .button, .best-sellers .hero .button {
		align-self: center;
	}
}

.hero .btn:hover, .hero .best-sellers .loop-login-to-price:hover, .best-sellers .hero .loop-login-to-price:hover,
.hero .best-sellers .button:hover, .best-sellers .hero .button:hover {
	background-color: #dbc70d;
}

.hero .hero-image {
	flex: 0 1 80%;
}

@media screen and (max-width: 767px) {
	.hero .hero-image {
		flex: 100%;
		margin-bottom: 60px;
		padding: 0 15px;
	}
}

@media screen and (max-width: 767px) {
	.hero .hero-image__image_desktop {
		display: none;
	}
}

.hero .hero-image__image_mobile {
	display: none;
}

@media screen and (max-width: 767px) {
	.hero .hero-image__image_mobile {
		display: block;
	}
}

.best-sellers {
	padding: 56px 0 82px;
	background-color: #3DB767;
}

.best-sellers__title {
	margin-bottom: 41px;
	color: #fff;
	text-align: center;
	font-size: 48px;
	font-weight: 800;
}

.best-sellers .container {
	max-width: 1292px;
}

.best-sellers .best-sellers-slider {
	height: 0;
	overflow-y: hidden;
}

.best-sellers .best-sellers-slider .slick-track {
	display: flex !important;
}

.best-sellers .best-sellers-slider .slick-slide {
	height: inherit !important;
	margin: 0 10px;
}

.best-sellers .best-sellers-slider .slick-dots {
	position: static;
	margin: 56px 0 0;
}

.best-sellers .best-sellers-slider .slick-dots li button {
	padding: 0;
}

.best-sellers .best-sellers-slider .slick-dots li button:focus::before {
	opacity: 1;
}

.best-sellers .best-sellers-slider .slick-dots li button:hover::before {
	color: silver;
}

.best-sellers .best-sellers-slider .slick-dots li button::before {
	width: 18px;
	height: 18px;
	opacity: 1;
	color: #D9D9D9;
	font-size: 20px;
	transition: .3s color;
}

.best-sellers .best-sellers-slider .slick-dots li.slick-active button::before {
	color: #000;
}

.best-sellers .best-sellers-slider__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 300px;
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background-color: #fff;
}

.best-sellers .best-sellers-slider.slick-initialized {
	height: auto;
}

.best-sellers .best-sellers-slider-item-wrapper {
	display: flex !important;
	justify-content: center;
}

.best-sellers .best-sellers-slider-item__image {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #E0CD9A;
}

.best-sellers .best-sellers-slider-item__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.best-sellers .best-sellers-slider-item__image .best-sellers-slider-item__link {
	max-width: 283px;
	width: 100%;
	aspect-ratio: 1;
	margin: 0 auto;
	padding: 10px;
}

.best-sellers .best-sellers-slider-item__link {
	display: flex;
	align-items: center;
	justify-content: center;
}

.best-sellers .best-sellers-slider-item__info {
	display: grid;
	grid-template-rows: 1fr auto;
	flex: auto;
	align-content: space-between;
	align-items: start;
	justify-items: center;
	width: 100%;
	gap: 16px;
	padding: 28px 24px;
}

.best-sellers .best-sellers-slider-item__title {
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
}

.best-sellers .onsale {
	position: absolute;
	display: flex;
	top: 8px;
	right: 8px;
	align-items: center;
	justify-content: center;
	width: 41px;
	height: 41px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #FEA725;
	font-size: 12px;
}

.best-sellers .price {
	display: flex;
	align-items: baseline;
	justify-content: center;
	width: 100%;
	gap: 2px;
}

.best-sellers .price del {
	color: #aaa;
	font-size: 12px;
	font-weight: 700;
}

.best-sellers .price del bdi {
	color: inherit;
}

.best-sellers .price ins {
	text-decoration: none;
}

.best-sellers .price bdi {
	display: flex;
	align-items: baseline;
	color: #000;
	font-weight: 700;
}

.best-sellers .btn, .best-sellers .loop-login-to-price,
.best-sellers .button {
	display: inline-flex;
	grid-row: 3 / 4;
	align-self: end;
	justify-content: center;
	max-width: 203px;
	width: 100%;
	padding: 12px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	background-color: #000;
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 1;
	transition: background-color .3s;
}

.best-sellers .btn:hover, .best-sellers .loop-login-to-price:hover,
.best-sellers .button:hover {
	background-color: #404040;
}

.shop-by-category {
	padding: 65px 0 56px;
}

@media screen and (max-width: 575px) {
	.shop-by-category {
		padding: 42px 0 66px;
	}
}

.shop-by-category .container {
	max-width: 1375px;
}

.shop-by-category__title {
	margin-bottom: 50px;
	text-align: center;
	font-size: 38px;
}

@media screen and (max-width: 575px) {
	.shop-by-category__title {
		margin-bottom: 40px;
		font-size: 24px;
	}
}

.shop-by-category__sub-title {
	margin-bottom: 15px;
	text-align: center;
	text-transform: uppercase;
	font-size: 23px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 3px;
}

@media screen and (max-width: 575px) {
	.shop-by-category__sub-title {
		margin-bottom: 12px;
		font-size: 16px;
		line-height: 19px;
	}
}

.shop-by-category .shop-by-category-content {
	text-align: center;
}

.shop-by-category .shop-category-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1065px;
	gap: 27px;
	margin: 0 auto;
}

@media screen and (max-width: 991px) {
	.shop-by-category .shop-category-wrap {
		gap: 45px;
	}
}

.shop-by-category .shop-category-wrap .category-block {
	display: flex;
	justify-content: center;
	max-width: unset !important;
	width: calc((100% / 3) - 40px);
	margin: 0;
}

@media screen and (max-width: 1199px) {
	.shop-by-category .shop-category-wrap .category-block {
		height: auto;
	}
}

@media screen and (max-width: 767px) {
	.shop-by-category .shop-category-wrap .category-block {
		width: calc((100% / 2) - 15px);
	}
}

@media screen and (max-width: 575px) {
	.shop-by-category .shop-category-wrap .category-block {
		width: auto;
	}
}

.shop-by-category .shop-category-wrap .category-block::after {
	display: none;
}

.shop-by-category .shop-category-wrap .category-block:hover .button {
	opacity: 1;
	visibility: visible;
}

.shop-by-category .shop-category-wrap .category-block:last-child {
	max-width: 370px;
	height: auto;
	overflow: initial;
}

.shop-by-category .shop-category-wrap .category-block:last-child img {
	position: static;
}

.shop-by-category .shop-category-wrap .category-block:last-child .button {
	bottom: auto;
}

.shop-by-category .shop-category-wrap .category-block__link {
	display: inline-flex;
	flex-direction: column;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
}

.shop-by-category .shop-category-wrap .category-block .category-image-wrapper {
	position: relative;
	display: block;
	max-width: 316px;
	width: 100%;
	aspect-ratio: 1;
	background-color: #fff;
	outline: 1px solid #fff;
	outline-offset: -12px;
}

.shop-by-category .shop-category-wrap .category-block .category-image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.shop-by-category .shop-category-wrap .category-block .button {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	width: 120px;
	height: auto;
	padding: 14px;
	border-radius: 0;
	opacity: 0;
	visibility: hidden;
	color: #000;
	background-color: rgba(255, 255, 255, 0.72);
	text-transform: none;
	font-size: 14px;
	transition: all .3s;
}

.shop-by-category .shop-category-wrap .category-block .title-wrap {
	position: static;
	transform: none;
	flex: 1;
	background-color: #fff;
}

.shop-by-category .shop-category-wrap .category-block .title-wrap .title {
	margin: 0;
	padding: 6px;
	color: #000;
	text-align: center;
	font-size: 21px;
	font-weight: 700;
}

@media screen and (max-width: 767px) {
	.shop-by-category .shop-category-wrap .category-block .title-wrap .title {
		line-height: 36px;
	}
}

@media screen and (max-width: 424px) {
	.shop-by-category .shop-category-wrap .category-block .title-wrap .title {
		font-size: 19px;
	}
}

.shop-by-category .button-new {
	display: inline-flex;
	margin: 68px 0 0;
	padding: 25px 40px;
	color: #fff;
	background-color: #000;
	font-size: 16px;
	line-height: 1;
	transition: all .3s ease 0s;
}

@media screen and (max-width: 575px) {
	.shop-by-category .button-new {
		margin-top: 41px;
		padding: 15px;
	}
}

.shop-by-category .button-new:hover {
	background-color: #333333;
}

.join {
	padding: 105px 0;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
	.join {
		padding: 75px 0;
	}
}

.join__title {
	max-width: 963px;
	width: 100%;
	margin: 0 auto 88px;
	text-align: center;
	font-size: 38px;
	line-height: 1;
}

@media screen and (max-width: 991px) {
	.join__title {
		margin: 0 auto 70px;
		font-size: 30px;
	}
}

.join .join-cards {
	display: flex;
	justify-content: center;
	max-width: calc(100% - 80px);
	gap: 40px;
	margin: 0 auto;
}

@media screen and (max-width: 991px) {
	.join .join-cards {
		flex-wrap: wrap;
		max-width: 80%;
		gap: 40px 10px;
	}
}

.join .join-cards__item {
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 991px) {
	.join .join-cards__item {
		max-width: calc(50% - 20px);
		width: 100%;
	}
}

.join .join-cards__item:first-of-type {
	transform: rotate(-13.72deg);
}

.join .join-cards__item:nth-of-type(2) {
	transform: rotate(13.56deg);
}

.join .join-cards__item:nth-of-type(3) {
	transform: rotate(-13.54deg);
}

.join .join-cards__item:last-of-type {
	transform: rotate(11.27deg);
}

.join .join-cards .join-cards-item-content {
	outline: 8px solid #000;
	outline-offset: -8px;
}

.join[data-loaded="true"] {
	background-image: url("../images/home/join/join-bg-1.webp");
}

.home {
	/* fourth section */
}

.home.admin-bar .hero {
	padding-top: 68px;
}

@media only screen and (max-width: 782px) {
	.home.admin-bar .hero {
		padding-top: 54px;
	}
}

.home .title {
	margin-bottom: 0;
}

.home .hero {
	padding-top: 100px;
	position: relative;
}

.home .hero-slider {
	height: 550px;
}

@media only screen and (max-width: 549px) {
	.home .hero-slider {
		height: 450px;
	}
}

.home .hero h1,
.home .hero .h1 {
	margin: 8px 0;
	font-size: 48px;
}

@media only screen and (max-width: 767px) {
	.home .hero h1,
	.home .hero .h1 {
		font-size: 42px;
	}
}

.home .hero .button {
	background-color: #8D8B62;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
	font-size: 18px;
	border-radius: 0;
}

.home .hero .button:hover {
	background-color: #6f6d4d;
}

@media only screen and (max-width: 549px) {
	.home .hero .button {
		font-size: 16px;
	}
}

@media only screen and (max-width: 549px) {
	.home .rolls {
		padding: 0;
	}
}

.home .rolls h2 {
	border: 0;
	margin-bottom: 10px;
	padding-bottom: 0;
}

.home .rolls .select-size {
	margin-top: 25px;
	background-color: #F1F1F1;
}

.home .rolls .select-size ul {
	justify-content: center;
}

.home .rolls .select-size ul li {
	margin: 0;
	width: 170px;
	height: 432px;
	border: 2px solid transparent;
	cursor: pointer;
	transition: all .3s ease 0s;
}

@media only screen and (max-width: 767px) {
	.home .rolls .select-size ul li {
		width: 120px;
		height: 240px;
	}
}

.home .rolls .select-size ul li:hover {
	background: #fff;
	border-color: #E1C890;
	box-sizing: border-box;
}

.home .rolls .select-size ul li:hover span {
	color: #000;
}

.home .rolls .select-size ul li a {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 100%;
}

.home .rolls .select-size ul li img {
	width: auto;
}

@media only screen and (max-width: 767px) {
	.home .rolls .select-size ul li img {
		width: 60px;
	}
}

.home .rolls .select-size ul li p {
	margin-top: 15px;
	margin-bottom: 8px;
	font-size: 20px;
	font-weight: 800;
	color: #000;
}

@media only screen and (max-width: 767px) {
	.home .rolls .select-size ul li p {
		font-size: 16px;
	}
}

.home .rolls .select-size ul li span {
	margin-bottom: 24px;
	font-size: 16px;
	font-weight: 800;
}

@media only screen and (max-width: 767px) {
	.home .rolls .select-size ul li span {
		margin-bottom: 34px;
		font-size: 14px;
	}
}

.home .history {
	padding: 40px 0;
	position: relative;
	background: url("../images/roll-in-hand.png") no-repeat right;
	background-size: 630px;
}

@media only screen and (min-width: 1441px) {
	.home .history {
		background-position-y: -30px;
	}
}

@media only screen and (max-width: 990px) {
	.home .history {
		background-size: 470px;
		background: url("../images/roll-in-hand-mobile.png") no-repeat right;
		background-position-y: 410px;
	}
}

@media only screen and (max-width: 767px) {
	.home .history {
		background-position-y: 360px;
	}
}

@media only screen and (max-width: 639px) {
	.home .history {
		background-position-y: 440px;
	}
}

@media only screen and (max-width: 479px) {
	.home .history {
		background-position-y: 500px;
	}
}

@media only screen and (max-width: 399px) {
	.home .history {
		background-position-y: 580px;
	}
}

@media only screen and (max-width: 374px) {
	.home .history {
		background-position-y: 650px;
	}
}

@media only screen and (max-width: 320px) {
	.home .history {
		background-position-y: 680px;
		background-size: 300px;
	}
}

.home .history .undertitle {
	margin-bottom: 15px;
}

.home .history h2 {
	font-size: 40px;
	line-height: 48px;
	font-weight: 400;
}

@media only screen and (max-width: 767px) {
	.home .history h2 {
		font-size: 27px;
		line-height: 32px;
	}
}

.home .history h2 span {
	color: #8D8B62;
}

@media only screen and (max-width: 1799px) {
	.home .history-inner {
		max-width: 870px;
	}
}

@media only screen and (max-width: 1279px) {
	.home .history-inner {
		max-width: 600px;
	}
}

@media only screen and (max-width: 990px) {
	.home .history-inner {
		max-width: 100%;
		padding-bottom: 250px;
	}
}

.home .history-content {
	margin-top: 30px;
	margin-bottom: 10px;
}

.home .history-content p {
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 30px;
	color: #000;
}

@media only screen and (max-width: 767px) {
	.home .history-content p {
		font-size: 16px;
	}
}

.home .history-content p a {
	color: #000;
	border-bottom: 1px solid;
}

.home .history-content p a:hover {
	color: #91bf29;
}

@media only screen and (max-width: 990px) {
	.home .history-content .signature-img {
		display: block;
		margin-left: auto;
	}
}

.home .history-benefits {
	max-width: 770px;
}

@media only screen and (max-width: 990px) {
	.home .history-benefits {
		display: none;
	}
}

.home .history-benefits-mobile {
	display: none;
}

@media only screen and (max-width: 990px) {
	.home .history-benefits-mobile {
		display: block;
	}
}

.slider-content {
	position: relative;
}

.slider-content::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.35);
}

.slider-content figure img {
	max-width: none;
	width: 100%;
	height: auto;
}

.slider-img {
	height: 550px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

@media only screen and (max-width: 549px) {
	.slider-img {
		height: 450px;
	}
}

.slider-content {
	outline: none;
}

.slider-content .title-wrap {
	padding: 0 15px;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media only screen and (max-width: 549px) {
	.slider-content .title-wrap {
		top: 60%;
	}
}

.slider-content .title-wrap h1 {
	color: #fff;
}

.slider-content .title-wrap p {
	color: #fff;
}

.slider-content .title-wrap .button {
	font-size: 16px;
}

.slider-content .title-wrap .button svg {
	display: none;
	margin-left: 10px;
}

@media only screen and (max-width: 1023px) {
	.slider-content .title-wrap .button {
		margin-top: 75px;
		background-color: transparent;
		box-shadow: none;
	}
	.slider-content .title-wrap .button svg {
		display: block;
	}
}

.slider button.slick-prev,
.slider button.slick-next,
.slider .btn-next,
.slider .btn-prev {
	height: 48px;
	width: 48px;
	background: #191919;
	position: absolute;
	top: 50%;
	z-index: 1;
	cursor: pointer;
}

.slider button.slick-prev svg,
.slider button.slick-next svg,
.slider .btn-next svg,
.slider .btn-prev svg {
	color: #fff;
	transition: all .3s ease 0s;
}

.slider button.slick-prev:hover svg,
.slider button.slick-next:hover svg,
.slider .btn-next:hover svg,
.slider .btn-prev:hover svg {
	color: #8D8B62;
}

.slider button.slick-next,
.slider .btn-next {
	right: 24px;
}

.slider button.slick-prev,
.slider .btn-prev {
	left: 24px;
}

.slider .slick-dots {
	bottom: 10px;
}

.slider .slick-dots li {
	margin: 0 2px;
	height: 18px;
	width: 13px;
}

.slider .slick-dots li button {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid #FFFFFF;
}

.slider .slick-dots li button:before {
	color: transparent;
	width: 12px;
	height: 12px;
	border-radius: 50%;
}

.slider .slick-dots li.slick-active button:before {
	color: transparent;
	opacity: 1;
	background: white;
}

.title-wrap .undertitle {
	color: #9A9A9A;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
	.title-wrap .undertitle {
		font-size: 14px;
		line-height: 20px;
	}
}

.title-wrap .title {
	margin: 5px 0;
}

.title-wrap a {
	margin: 35px auto 0;
	font-weight: 800;
}

.title-wrap .subtitle {
	font-style: italic;
	font-size: 24px;
	color: #fff;
	line-height: 36px;
}

.button {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 77px;
	width: 170px;
	max-width: 100%;
	height: 47px;
	color: #fff;
	background-color: #94C12F;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 3px;
	cursor: pointer;
	font-size: 16px;
	transition: all .3s ease 0s;
}

.button:hover {
	background-color: #759825;
}

.button-transperent {
	background-color: transparent;
	border: 1px solid #DFDFDF;
	color: #4A4A4A;
}

.button-transperent:hover {
	border-color: #94C12F;
	background-color: transparent;
	color: #94C12F;
}

.button-red {
	background: #A32814;
}

.button-red:hover {
	background: #761d0e;
}

.button.disabled {
	background: rgba(148, 193, 47, 0.5);
	pointer-events: none;
}

.featured-products {
	background-color: #fff;
}

.featured-products ul.products {
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}

.featured-products .draggable {
	padding: 0 7%;
}

.featured-products li.product {
	opacity: 0.5;
	padding: 0 15px !important;
}

@media only screen and (max-width: 767px) {
	.featured-products li.product {
		padding: 0 8px !important;
	}
}

.featured-products li.product.slick-active {
	opacity: 1;
}

@media only screen and (max-width: 559px) {
	.featured-products li.product {
		width: 150px !important;
		opacity: 1;
	}
}

.featured-products .product-card {
	box-shadow: none;
}

.featured-products .product-card .product-thumb {
	margin: auto;
	width: 100%;
	height: 270px;
	border: 1px solid #ECECEC;
}

@media only screen and (max-width: 1099px) {
	.featured-products .product-card .product-thumb {
		height: 150px;
	}
}

@media only screen and (max-width: 767px) {
	.featured-products .product-card .product-thumb img {
		height: 100%;
	}
}

.featured-products .product-card .product-info {
	margin-top: 8px;
	min-height: 127px;
	padding-top: 9px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

@media only screen and (max-width: 549px) {
	.featured-products .product-card .product-info h2 {
		text-align: left;
	}
}

.featured-products .product-card .product-info h2 span {
	display: none;
}

.featured-products .product-card .price {
	display: block;
	color: #9A9A9A;
}

@media only screen and (max-width: 549px) {
	.featured-products .product-card .price {
		color: #000;
		text-align: left;
	}
}

@media only screen and (max-width: 549px) {
	.featured-products .product-card .yotpo {
		display: none;
	}
}

.featured-products .wcpscwc-product-slider button.slick-next {
	background: black url(../images/arrow-right.svg) center center no-repeat !important;
}

.featured-products .wcpscwc-product-slider button.slick-prev {
	background: black url(../images/arrow-left.svg) center center no-repeat !important;
}

@media only screen and (max-width: 549px) {
	.featured-products .wcpscwc-product-slider button.slick-arrow {
		visibility: hidden;
	}
}

.section {
	padding: 40px 0;
	text-align: center;
}

@media only screen and (max-width: 549px) {
	.section {
		padding: 25px 0;
	}
}

.section .title-underline {
	margin-top: 0;
	margin-bottom: 24px;
	padding-bottom: 24px;
	text-transform: capitalize;
	border-bottom: 1px solid #DFDFDF;
}

@media only screen and (max-width: 549px) {
	.section .title-underline {
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
}

.section p {
	font-size: 18px;
}

@media only screen and (max-width: 767px) {
	.section p {
		font-size: 16px;
	}
}

.benefits {
	width: auto;
	background-color: #191919;
	padding: 20px;
}

@media only screen and (max-width: 767px) {
	.benefits {
		padding: 20px 5px;
	}
}

.benefits ul {
	display: flex;
	justify-content: space-between;
}

.benefits ul li {
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 1247px) {
	.benefits ul li {
		flex-direction: column;
	}
}

.benefits ul p {
	margin-left: 15px;
	font-weight: bold;
	max-width: 160px;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
}

@media only screen and (max-width: 1247px) {
	.benefits ul p {
		margin-left: 0;
		text-align: center;
	}
}

@media only screen and (max-width: 767px) {
	.benefits ul p {
		font-size: 12px;
		line-height: 14px;
		max-width: 120px;
	}
}

.benefits-icons {
	width: 48px;
}

@media only screen and (max-width: 767px) {
	.benefits-icons {
		width: 40px;
	}
}

/* fifth section */
.articles {
	padding: 10px 0;
}

.articles-slider {
	margin-top: 25px;
	margin-left: -15px;
	margin-right: -15px;
}

@media only screen and (max-width: 1199px) {
	.articles-slider {
		margin-left: 0;
		margin-right: 0;
	}
}

.articles-slider .draggable {
	padding: 0 15px;
}

.articles .row-btn {
	margin-top: 15px;
}

@media only screen and (max-width: 549px) {
	.articles .row-btn {
		text-align: center;
	}
}

.articles-btn {
	border-bottom: 1px solid;
	display: inline-block;
}

.articles-btn .view-more {
	font-size: 18px;
	font-weight: 700;
}

@media only screen and (max-width: 549px) {
	.articles-btn .view-more {
		font-size: 16px;
	}
}

.articles .slider .slick-dots {
	position: relative;
	bottom: -5px;
}

.articles .slider .slick-dots li button {
	border-color: #000;
}

.articles .slider .slick-dots li.slick-active button:before {
	background: #000;
}

.title-decorate {
	display: flex;
	align-items: center;
}

.title-decorate:after {
	content: '';
	display: inline-block;
	height: 1px;
	width: 100%;
	background: #DFDFDF;
}

.title-decorate p,
.title-decorate h3 {
	margin-right: 15px;
	font-size: 18px;
	color: #191919;
	font-weight: 800;
	text-transform: capitalize;
	white-space: nowrap;
}

.slider-item {
	width: 370px;
	min-height: 318px;
	border: 1px solid #E5E5E5;
	border-radius: 3px;
	margin: 0 15px;
}

@media only screen and (max-width: 549px) {
	.slider-item {
		width: 300px;
		margin: 0 8px;
	}
}

.slider-icons {
	display: flex;
	min-height: 238px;
}

@media only screen and (max-width: 549px) {
	.slider-icons {
		min-height: 198px;
	}
}

.slider-icons img {
	margin: auto;
}

.slider-body {
	padding: 22px 37px 24px 64px;
}

@media only screen and (max-width: 549px) {
	.slider-body {
		padding-left: 40px;
	}
}

.slider-text {
	margin-top: 22px;
	font-size: 22px;
	min-height: 182px;
	line-height: 26px;
	font-weight: 700;
	color: #000;
	position: relative;
}

@media only screen and (max-width: 549px) {
	.slider-text {
		font-size: 20px;
		line-height: 24px;
	}
}

.slider-text .quote-icon {
	position: absolute;
	left: -25px;
	top: -10px;
	color: #DADADA;
}

.slider-button {
	margin-top: 50px;
}

.slider-button .view-more {
	color: #8D8B62;
	font-weight: 700;
}

.slider-button .view-more svg {
	margin-left: 5px;
}

.view-more {
	color: #000;
	transition: all .3s ease 0s;
	font-size: 16px;
	font-weight: 800;
}

@media only screen and (max-width: 767px) {
	.view-more {
		font-size: 14px;
	}
}

.view-more:hover {
	color: #6f6d4d;
}

/* six section */
.shop-category .title-underline {
	margin-bottom: 4px;
}

.shop-category-wrap {
	margin-left: -12px;
	margin-right: -12px;
}

@media only screen and (min-width: 1200px) {
	.shop-category-wrap {
		margin-left: -27px;
		margin-right: -27px;
	}
}

.category-block {
	display: inline-block;
	max-width: 370px;
	height: auto;
	position: relative;
	margin: 12px;
}

@media only screen and (max-width: 1199px) {
	.category-block {
		max-width: 343px;
		height: 343px;
	}
	.category-block img {
		height: 100%;
	}
}

.category-block::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
}

.category-block .title-wrap {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.category-block .title-wrap .title {
	margin: 10px 0;
	color: #fff;
	font-size: 28px;
	line-height: 34px;
}

.category-block .title-wrap .undertitle {
	font-size: 14px;
	color: #fff;
}

.category-block .title-wrap .button {
	display: none;
	width: 100%;
	background-color: transparent;
	position: absolute;
	bottom: -116px;
	height: auto;
}

.category-block .title-wrap .button svg {
	margin-left: 10px;
}

@media only screen and (max-width: 1199px) {
	.category-block .title-wrap .button {
		display: block;
	}
}

.category-block:hover .button {
	display: block;
}

.category-block:last-child {
	height: 160px;
	max-width: 100%;
	overflow: hidden;
}

@media only screen and (max-width: 1199px) {
	.category-block:last-child {
		max-width: 343px;
		height: 343px;
	}
}

.category-block:last-child img {
	position: relative;
	top: -260%;
}

@media only screen and (max-width: 1199px) {
	.category-block:last-child img {
		top: 0;
		object-fit: cover;
	}
}

.category-block:last-child .cat-cl-mob {
	display: block;
}

.category-block:last-child .cat-cl {
	display: none;
}

@media only screen and (min-width: 1200px) {
	.category-block:last-child .button {
		bottom: -30px;
	}
	.category-block:last-child .cat-cl {
		display: block;
	}
	.category-block:last-child .cat-cl-mob {
		display: none;
	}
}

/* seven section */
.home-blog {
	background-color: #F8F8F8;
	text-align: left;
	min-height: 530px;
}

.home-blog-wrap {
	margin-top: 10px;
}

@media only screen and (max-width: 990px) {
	.home-blog-wrap {
		flex-direction: column;
		justify-content: center;
	}
}

.home-blog-wrap .large-post {
	margin-right: 15px;
	max-width: 670px;
}

@media only screen and (max-width: 990px) {
	.home-blog-wrap .large-post {
		margin-right: 0;
		max-width: 100%;
	}
}

@media only screen and (max-width: 639px) {
	.home-blog-wrap .large-post {
		margin-left: 8px;
		margin-right: 8px;
	}
}

@media only screen and (max-width: 990px) {
	.home-blog-wrap .large-post .blog-item {
		padding-bottom: 25px;
		border-bottom: 1px solid #DFDFDF;
	}
}

.home-blog-wrap .post-slider {
	max-width: 470px;
}

@media only screen and (max-width: 990px) {
	.home-blog-wrap .post-slider {
		margin-top: 8px;
		padding-left: 15px;
		max-width: inherit;
	}
}

.home-blog-wrap .post-slider .slick-track {
	display: flex;
	flex-direction: column;
}

@media only screen and (max-width: 990px) {
	.home-blog-wrap .post-slider .slick-track {
		flex-direction: row;
	}
}

.home-blog-wrap .post-slider .blog-item {
	display: flex;
	margin-bottom: 16px;
}

.home-blog-wrap .post-slider .blog-item:last-child {
	margin-bottom: 0;
}

.home-blog-wrap .post-slider .blog-img {
	width: 200px;
	height: 125px;
	overflow: hidden;
}

@media only screen and (max-width: 767px) {
	.home-blog-wrap .post-slider .blog-img {
		width: 125px;
		height: 90px;
	}
}

.home-blog-wrap .post-slider .blog-content {
	margin-top: 0;
	margin-left: 16px;
	width: 255px;
}

@media only screen and (max-width: 767px) {
	.home-blog-wrap .post-slider .blog-content {
		width: 150px;
	}
}

.home-blog-wrap .post-slider .blog-btn {
	margin-top: 16px;
}

.blog-item .blog-content {
	margin-top: 10px;
	color: #000;
}

.blog-item .blog-content .posted-on {
	font-size: 14px;
	font-weight: 700;
	line-height: 17px;
	color: #8D8B62;
	text-transform: uppercase;
}

@media only screen and (max-width: 549px) {
	.blog-item .blog-content .posted-on {
		font-size: 12px;
	}
}

.blog-item .blog-content h2, .blog-item .blog-content h4, .blog-item .blog-content h5 {
	transition: all .3s ease 0s;
	color: #000;
}

.blog-item .blog-content h2:hover, .blog-item .blog-content h4:hover, .blog-item .blog-content h5:hover {
	color: #8D8B62;
}

.blog-item .blog-content h2 {
	font-size: 28px;
	line-height: 34px;
}

@media only screen and (max-width: 767px) {
	.blog-item .blog-content h2 {
		font-size: 22px;
		line-height: 26px;
	}
}

.blog-item .blog-content p {
	font-size: 16px;
	margin-top: 8px;
	margin-bottom: 25px;
	font-weight: 400;
}

@media only screen and (max-width: 549px) {
	.blog-item .blog-content p {
		font-size: 14px;
	}
}

.blog .site-main {
	padding-bottom: 0;
}

.blog-seciton {
	padding-bottom: 40px;
}

@media only screen and (max-width: 639px) {
	.blog-seciton {
		padding-bottom: 25px;
	}
}

.blog-seciton .page-header {
	margin-bottom: 10px;
}

.blog-seciton .page-header h1 {
	font-size: 30px;
	line-height: 36px;
}

.blog-seciton .blog-item .blog-content {
	margin-top: 16px;
}

.blog-seciton .blog-item .blog-content p {
	margin-top: 16px;
	font-size: 18px;
}

@media only screen and (max-width: 767px) {
	.blog-seciton .blog-item .blog-content p {
		font-size: 16px;
	}
}

.blog-item {
	margin: 15px;
}

@media only screen and (max-width: 639px) {
	.blog-item {
		margin: 8px;
	}
}

.blog-item .posted-on {
	margin-bottom: 8px;
	display: inline-block;
	font-weight: 800;
	font-size: 14px;
	line-height: 17px;
	text-transform: capitalize;
}

.blog-item .byline {
	margin-top: 16px;
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 800;
}

.row-large-post {
	border-bottom: 1px solid #DFDFDF;
}

.row-large-post .blog-item {
	width: 570px;
	max-width: 100%;
	padding-bottom: 25px;
}

@media only screen and (max-width: 812px) {
	.row-large-post .blog-item:first-child {
		border-bottom: 1px solid #DFDFDF;
		padding-bottom: 30px;
	}
}

@media only screen and (max-width: 812px) {
	.row-large-post .blog-item:last-child {
		margin-top: 10px;
		padding-bottom: 15px;
	}
}

.row-large-post .blog-item .blog-img {
	height: 230px;
	overflow: hidden;
}

@media only screen and (max-width: 639px) {
	.row-large-post .blog-item .blog-img {
		height: 138px;
	}
}

.row-small-post {
	margin-top: 15px;
}

.row-small-post .blog-item {
	width: calc(33.3% - 30px);
}

@media only screen and (max-width: 812px) {
	.row-small-post .blog-item {
		width: calc(50% - 30px);
	}
}

@media only screen and (max-width: 639px) {
	.row-small-post .blog-item {
		width: calc(50% - 16px);
	}
}

@media only screen and (max-width: 767px) {
	.row-small-post .blog-item h2 {
		font-size: 20px;
		line-height: 24px;
	}
}

.row-small-post .blog-item .blog-img {
	height: 150px;
	overflow: hidden;
}

@media only screen and (max-width: 639px) {
	.row-small-post .blog-item .blog-img {
		height: 66px;
	}
}

.row-btn {
	margin-top: 50px;
}

@media only screen and (max-width: 639px) {
	.row-btn {
		margin-top: 32px;
	}
}

.row-btn .button {
	margin: auto;
	width: 158px;
}

@media only screen and (max-width: 639px) {
	.row-btn .button {
		width: 147px;
		height: 40px;
		font-size: 14px;
	}
}

.post-list {
	margin-left: -15px;
	margin-right: -15px;
	display: flex;
}

.post-list-large {
	justify-content: space-between;
}

@media only screen and (max-width: 812px) {
	.post-list-large {
		margin: 0;
		flex-direction: column;
		align-items: center;
	}
}

.post-list-small {
	flex-wrap: wrap;
}

@media only screen and (max-width: 639px) {
	.post-list-small {
		margin-left: -8px;
		margin-right: -8px;
	}
}

.single-post .site-main {
	padding-bottom: 0;
}

.single-post .post p {
	font-weight: 400;
	font-size: 20px;
	line-height: 38px;
}

@media only screen and (max-width: 767px) {
	.single-post .post p {
		font-size: 18px;
		line-height: 35px;
	}
}

.single-post .post p a {
	color: #94C12F;
	border-bottom: 1px solid #94C12F;
}

.single-post .entry-header {
	margin: auto;
	max-width: 970px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.single-post .entry-header h1 {
		font-size: 35px;
		line-height: 42px;
	}
}

.single-post .entry-header h1 span {
	color: #8D8B62;
}

.single-post .entry-header p {
	margin-top: 16px;
	font-weight: 500;
}

.single-post .entry-header .entry-meta {
	margin: 25px auto 0;
}

@media only screen and (max-width: 767px) {
	.single-post .entry-header .entry-meta {
		margin-top: 16px;
	}
}

.single-post .entry-header .entry-meta span {
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	color: #8D8B62;
	text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
	.single-post .entry-header .entry-meta span {
		font-size: 12px;
	}
}

.single-post .entry-header .entry-meta span a {
	color: #8D8B62;
}

.single-post .entry-header .entry-meta .tire {
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px;
	width: 15px;
	height: 1px;
	background-color: #E1E1E1;
}

.single-post .post-thumbnail {
	margin: 40px auto 0;
	max-width: 972px;
}

@media only screen and (max-width: 767px) {
	.single-post .post-thumbnail {
		margin-left: -15px;
		margin-right: -15px;
	}
}

.single-post .post-thumbnail img {
	margin: auto;
}

.single-post .entry-content {
	margin: 48px auto 0;
	padding-bottom: 40px;
	max-width: 770px;
}

@media only screen and (max-width: 767px) {
	.single-post .entry-content {
		margin-top: 32px;
	}
}

@media only screen and (max-width: 639px) {
	.single-post .entry-content {
		padding-bottom: 10px;
	}
}

.single-post .entry-content h2 {
	margin-top: 48px;
	margin-bottom: 32px;
	font-size: 30px;
	line-height: 36px;
}

@media only screen and (max-width: 767px) {
	.single-post .entry-content h2 {
		font-size: 24px;
		line-height: 29px;
	}
}

.single-post .entry-content h2 a {
	color: #94C12F;
	border-bottom: 1px solid #94C12F;
}

.single-post .entry-content h2 a:hover {
	color: #759825;
}

.single-post .entry-content h3 {
	margin-top: 32px;
	margin-bottom: 16px;
	font-size: 22px;
	line-height: 26px;
}

@media only screen and (max-width: 767px) {
	.single-post .entry-content h3 {
		margin-top: 24px;
		font-size: 20px;
		line-height: 24px;
	}
}

.single-post .entry-content .wp-block-image {
	margin-bottom: 32px;
}

@media only screen and (max-width: 767px) {
	.single-post .entry-content .wp-block-image {
		margin-top: 24px;
	}
}

.single-post .entry-content .wp-block-embed__wrapper {
	text-align: center;
}

.single-post .entry-content p {
	margin-bottom: 40px;
}

.single-post .btn-wrap {
	padding-bottom: 48px;
	border-bottom: 1px solid #DFDFDF;
}

.single-post .btn-wrap .button {
	min-width: 135px;
	margin: auto;
}

.single-post .about-author {
	position: relative;
	margin-top: 25px;
	display: flex;
}

@media only screen and (max-width: 767px) {
	.single-post .about-author {
		flex-wrap: wrap;
	}
}

.single-post .about-author-img {
	margin-right: 24px;
	width: 150px;
	height: auto;
}

@media only screen and (max-width: 767px) {
	.single-post .about-author-img {
		margin-bottom: 16px;
	}
}

@media only screen and (max-width: 639px) {
	.single-post .about-author-img {
		width: 50px;
	}
}

.single-post .about-author-img img {
	width: 100%;
}

.single-post .about-author-content {
	max-width: 595px;
}

.single-post .about-author .name {
	margin-bottom: 16px;
	font-size: 22px;
	line-height: 26px;
	font-weight: 800;
	color: #000;
}

@media only screen and (max-width: 767px) {
	.single-post .about-author .name {
		position: absolute;
		top: 60px;
		left: 170px;
		font-size: 20px;
		line-height: 24px;
	}
}

@media only screen and (max-width: 639px) {
	.single-post .about-author .name {
		top: 15px;
		left: 66px;
	}
}

.single-post .about-author .text {
	margin-bottom: 0;
	font-weight: 400;
	line-height: 26px;
	font-size: 16px;
}

.single-post .featured-products .title,
.single-post .recommended-articles .title {
	margin: 0;
	font-size: 22px;
	border-bottom: none;
}

@media only screen and (max-width: 639px) {
	.single-post .featured-products .title,
	.single-post .recommended-articles .title {
		font-size: 20px;
	}
}

.single-post .recommended-articles {
	text-align: left;
}

.single-post .recommended-articles .row-small-post {
	margin-top: 0;
}

@media only screen and (max-width: 639px) {
	.single-post .recommended-articles .row-small-post {
		border-bottom: 1px solid #DFDFDF;
	}
}

.single-post .recommended-articles h2 {
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
}

.single-post .recommended-articles .title {
	padding-bottom: 10px;
}

@media only screen and (max-width: 639px) {
	.single-post .recommended-articles .blog-item {
		max-width: 100%;
		width: 100%;
		padding-bottom: 24px;
		border-bottom: 1px solid #DFDFDF;
	}
	.single-post .recommended-articles .blog-item:nth-child(2), .single-post .recommended-articles .blog-item:last-child {
		padding-top: 16px;
	}
	.single-post .recommended-articles .blog-item:last-child {
		border-bottom: none;
		padding-bottom: 32px;
	}
}

@media only screen and (max-width: 639px) {
	.single-post .recommended-articles .blog-img {
		height: 140px;
	}
}

.single-post .recommended-articles .post-thumbnail {
	margin: 0;
}

.single-post .featured-products .title {
	text-align: left;
}

.page-template-default .about {
	background: url("../images/bg-smoke.png") no-repeat center;
	background-size: cover;
	padding-top: 170px;
}

@media only screen and (max-width: 767px) {
	.page-template-default .about {
		padding-top: 120px;
	}
}

.page-template-default .about .container {
	max-width: 1090px;
	padding: 0 15px;
}

.page-template-default .about h1 {
	font-weight: 900;
	font-size: 90px;
	line-height: 100px;
	text-transform: uppercase;
	text-align: left;
}

@media only screen and (max-width: 1099px) {
	.page-template-default .about h1 {
		font-size: 60px;
		text-align: center;
	}
}

@media only screen and (max-width: 767px) {
	.page-template-default .about h1 {
		margin-bottom: 20px;
		font-size: 46px;
		line-height: 50px;
	}
}

.page-template-default .about h2 {
	margin-bottom: 50px;
	padding-left: 37px;
	color: #000;
	position: relative;
	font-weight: 700;
}

@media only screen and (max-width: 767px) {
	.page-template-default .about h2 {
		padding-left: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.page-template-default .about h2 {
		margin-bottom: 20px;
	}
}

.page-template-default .about h2::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	background: #D1BA90;
}

.page-template-default .about-hero {
	position: relative;
}

.page-template-default .about-hero .title {
	width: 270px;
	height: 510px;
	display: inline-flex;
	align-items: flex-end;
}

@media only screen and (max-width: 1099px) {
	.page-template-default .about-hero .title {
		position: relative;
		text-align: center;
		display: initial;
		height: auto;
		width: auto;
	}
}

.page-template-default .about-hero .title span {
	position: relative;
	display: block;
	font-weight: 800;
	font-size: 60px;
	line-height: 100px;
	text-transform: initial;
}

@media only screen and (max-width: 1099px) {
	.page-template-default .about-hero .title span {
		display: initial;
		text-transform: uppercase;
		font-weight: 900;
	}
}

@media only screen and (max-width: 767px) {
	.page-template-default .about-hero .title span {
		font-size: 46px;
		line-height: 50px;
	}
}

.page-template-default .about-hero .title span::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 15px;
	width: 70px;
	height: 4px;
	background: #D1BA90;
}

@media only screen and (max-width: 1099px) {
	.page-template-default .about-hero .title span::after {
		display: none;
	}
}

.page-template-default .about-hero-img {
	position: absolute;
	right: 0;
	top: 0;
	max-width: 800px;
}

@media only screen and (max-width: 1099px) {
	.page-template-default .about-hero-img {
		position: relative;
		margin: auto;
	}
}

.page-template-default .about-inspiration {
	padding-top: 150px;
	padding-bottom: 75px;
}

@media only screen and (max-width: 767px) {
	.page-template-default .about-inspiration {
		padding-top: 40px;
		padding-bottom: 0;
	}
}

.page-template-default .about-inspiration .article-block-inner:nth-child(odd) .img {
	margin-right: 20px;
}

@media only screen and (max-width: 812px) {
	.page-template-default .about-inspiration .article-block-inner:nth-child(odd) .img {
		margin-right: 0;
	}
}

@media only screen and (max-width: 812px) {
	.page-template-default .about-inspiration .article-block-inner:nth-child(even) {
		flex-direction: column-reverse;
	}
}

.page-template-default .about-inspiration .article-block-inner:nth-child(even) .img {
	margin-left: 20px;
}

@media only screen and (max-width: 812px) {
	.page-template-default .about-inspiration .article-block-inner:nth-child(even) .img {
		margin-left: 0;
	}
}

.page-template-default .about-sustainable, .page-template-default .about-mission {
	background-color: #000;
}

.page-template-default .about-sustainable h2, .page-template-default .about-mission h2 {
	color: #fff;
}

.page-template-default .about-sustainable p, .page-template-default .about-mission p {
	color: #cdcdcd;
}

.page-template-default .about-sustainable .article-block, .page-template-default .about-mission .article-block {
	padding-left: 0;
	padding-right: 0;
	border-radius: 0;
	box-shadow: none;
	background: transparent;
}

@media only screen and (max-width: 812px) {
	.page-template-default .about-sustainable .article-block-inner:nth-child(odd), .page-template-default .about-mission .article-block-inner:nth-child(odd) {
		flex-direction: column-reverse;
	}
}

.page-template-default .about-sustainable .article-block-inner:nth-child(odd) .img, .page-template-default .about-mission .article-block-inner:nth-child(odd) .img {
	margin-left: 20px;
}

@media only screen and (max-width: 812px) {
	.page-template-default .about-sustainable .article-block-inner:nth-child(odd) .img, .page-template-default .about-mission .article-block-inner:nth-child(odd) .img {
		margin-left: 0;
	}
}

.page-template-default .about-sustainable .article-block-inner:nth-child(even) .img, .page-template-default .about-mission .article-block-inner:nth-child(even) .img {
	margin-right: 20px;
}

@media only screen and (max-width: 812px) {
	.page-template-default .about-sustainable .article-block-inner:nth-child(even) .img, .page-template-default .about-mission .article-block-inner:nth-child(even) .img {
		margin-right: 0;
	}
}

.page-template-default .about-sustainable .article-block .content, .page-template-default .about-mission .article-block .content {
	width: 610px;
}

.page-template-default .about-sustainable .article-block .img, .page-template-default .about-mission .article-block .img {
	width: 430px;
}

.page-template-default .about-products {
	padding-top: 50px;
	padding-bottom: 50px;
}

@media only screen and (max-width: 767px) {
	.page-template-default .about-products {
		padding-top: 0;
		padding-bottom: 0;
	}
}

.page-template-default .about-products .article-block-inner:nth-child(odd) .img {
	margin-right: 20px;
}

@media only screen and (max-width: 812px) {
	.page-template-default .about-products .article-block-inner:nth-child(odd) .img {
		margin-right: 0;
	}
}

@media only screen and (max-width: 812px) {
	.page-template-default .about-products .article-block .content {
		width: 100%;
	}
}

.page-template-default .about-products .article-block .content-full {
	width: 100%;
}

.page-template-default .about-products .stars-wrap {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media only screen and (max-width: 639px) {
	.page-template-default .about-products .stars-wrap {
		flex-direction: column;
	}
}

.page-template-default .about-products .img-stars {
	width: 295px;
	max-width: 100%;
	margin-right: 17px;
}

@media only screen and (max-width: 639px) {
	.page-template-default .about-products .img-stars {
		margin-bottom: 20px;
		margin-right: 0;
	}
}

.page-template-default .about-products .img-stars:last-child {
	margin-right: 0;
}

.page-template-default .about-mission {
	background-color: transparent;
	padding-top: 50px;
	padding-bottom: 50px;
}

.page-template-default .about-mission h2,
.page-template-default .about-mission p {
	color: #000;
}

.ellipse {
	height: 115px;
	position: relative;
	bottom: -60px;
	background: transparent;
}

.ellipse::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	border-radius: 50%;
}

.ellipse-bottom {
	bottom: 60px;
}

.article-block {
	padding: 70px;
	background: #fff;
	box-shadow: 7px 4px 22px rgba(170, 167, 163, 0.26);
	border-radius: 100px 0px;
}

@media only screen and (max-width: 767px) {
	.article-block {
		padding: 30px;
	}
}

.article-block-inner {
	margin-bottom: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media only screen and (max-width: 812px) {
	.article-block-inner {
		flex-direction: column;
	}
}

.article-block-inner:last-child {
	margin-bottom: 0;
}

.article-block .img {
	width: 360px;
	max-width: 100%;
}

@media only screen and (max-width: 812px) {
	.article-block .img {
		margin-bottom: 20px;
	}
}

.article-block .content {
	color: #000;
	line-height: 27px;
	width: 540px;
	max-width: 100%;
}

.article-block h3 {
	color: #000;
	margin-bottom: 20px;
}

.article-block .btn-wrap {
	margin-top: 20px;
}

.img-border-radius-left {
	border-radius: 80px 0 0;
}

@media only screen and (max-width: 767px) {
	.kp-page-store-locator .row {
		padding: 0;
	}
}

@media only screen and (max-width: 767px) {
	.kp-page-store-locator .breadcrumbs-wrap {
		padding: 0 15px;
	}
}

.kp-page-store-locator .entry-content > div {
	margin-top: 50px !important;
}

.kp-page-store-locator .ib-store-locator-container {
	height: auto;
}

.ib-store-locator-container {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 50px;
	justify-content: center;
}

#wpsl-wrap {
	flex: 0 0 500px;
	height: 800px;
	max-width: 100%;
	margin-bottom: 30px;
	padding-right: 30px;
}

@media only screen and (max-width: 1199px) {
	#wpsl-wrap {
		overflow: visible;
		padding-right: 0;
	}
}

@media only screen and (max-width: 1199px) {
	#wpsl-wrap #wpsl-result-list {
		position: absolute;
		bottom: -730px;
	}
}

@media only screen and (max-width: 767px) {
	#wpsl-wrap #wpsl-result-list {
		bottom: -375px;
		padding: 0 15px;
	}
}

#wpsl-wrap #wpsl-result-list .wpsl-direction-wrap {
	align-self: center;
}

@media only screen and (max-width: 767px) {
	#wpsl-wrap #wpsl-result-list .wpsl-direction-wrap {
		font-size: 14px;
	}
}

#wpsl-wrap #wpsl-result-list .wpsl-directions {
	color: #1974B6;
	font-weight: 700;
}

#wpsl-wrap #wpsl-result-list .nearest-resault {
	margin-bottom: 12px;
	color: #000;
}

#wpsl-wrap #wpsl-result-list .nearest-resault p {
	padding-left: 5px;
	font-weight: 500;
}

#wpsl-wrap #wpsl-result-list .nearest-resault strong,
#wpsl-wrap #wpsl-result-list .nearest-resault span {
	font-weight: 700;
}

#wpsl-wrap #wpsl-result-list ul {
	margin-right: 8px;
}

@media only screen and (max-width: 767px) {
	#wpsl-wrap #wpsl-result-list ul {
		margin-right: 0;
	}
}

#wpsl-wrap #wpsl-result-list ul li {
	display: flex;
	justify-content: space-between;
	border-radius: 3px;
	border: 1px solid #e3e3e3;
	margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
	#wpsl-wrap #wpsl-result-list ul li {
		padding: 16px 16px 0;
		margin-bottom: 0;
		border-radius: 0;
		border-bottom: 0;
	}
	#wpsl-wrap #wpsl-result-list ul li:first-child {
		border-radius: 3px 0px 0px 0px;
		border-bottom: 1px solid #e3e3e3;
	}
}

#wpsl-wrap #wpsl-result-list ul li .wpsl-store-location {
	flex: 0 0 65%;
}

@media only screen and (max-width: 479px) {
	#wpsl-wrap #wpsl-result-list ul li .wpsl-store-location {
		flex: 0 0 55%;
	}
}

@media only screen and (max-width: 479px) {
	#wpsl-wrap #wpsl-result-list ul li .wpsl-store-location {
		flex: 0 0 55%;
	}
}

@media only screen and (max-width: 374px) {
	#wpsl-wrap #wpsl-result-list ul li .wpsl-store-location {
		flex: 0 0 50%;
	}
}

#wpsl-wrap #wpsl-result-list ul li .wpsl-store-location p {
	margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
	#wpsl-wrap #wpsl-result-list ul li .wpsl-store-location p {
		margin-bottom: 17px;
		font-size: 14px;
	}
}

#wpsl-wrap #wpsl-result-list ul li .wpsl-store-location strong {
	font-size: 20px;
	display: block;
	color: #000;
	font-weight: 700;
}

@media only screen and (max-width: 767px) {
	#wpsl-wrap #wpsl-result-list ul li .wpsl-store-location strong {
		font-size: 16px;
	}
}

#wpsl-wrap #wpsl-result-list ul li .wpsl-store-location img {
	height: 30px;
	padding: 7px 0;
	margin-bottom: 6px;
}

#wpsl-wrap #wpsl-result-list ul li[data-store-id]:before {
	cursor: pointer;
	display: block;
	width: 30px;
	height: 30px;
	background-color: #87b736;
	text-align: center;
	border-radius: 4px;
	line-height: 30px;
	color: white;
}

#wpsl-wrap #wpsl-result-list ul li[data-store-id]:nth-child(1):before {
	content: "1";
}

#wpsl-wrap #wpsl-result-list ul li[data-store-id]:nth-child(2):before {
	content: "2";
}

#wpsl-wrap #wpsl-result-list ul li[data-store-id]:nth-child(3):before {
	content: "3";
}

#wpsl-wrap #wpsl-result-list ul li[data-store-id]:nth-child(4):before {
	content: "4";
}

#wpsl-wrap #wpsl-result-list ul li[data-store-id]:nth-child(5):before {
	content: "5";
}

#wpsl-wrap #wpsl-result-list ul li[data-store-id]:nth-child(6):before {
	content: "6";
}

#wpsl-wrap #wpsl-result-list ul li[data-store-id]:nth-child(7):before {
	content: "7";
}

#wpsl-wrap #wpsl-result-list ul li[data-store-id]:nth-child(8):before {
	content: "8";
}

#wpsl-wrap #wpsl-result-list ul li[data-store-id]:nth-child(9):before {
	content: "9";
}

#wpsl-wrap #wpsl-result-list ul li[data-store-id]:nth-child(10):before {
	content: "10";
}

#wpsl-wrap #wpsl-result-list ul li[data-store-id]:nth-child(11):before {
	content: "11";
}

#wpsl-wrap #wpsl-result-list ul li[data-store-id]:nth-child(12):before {
	content: "12";
}

#wpsl-wrap #wpsl-result-list ul li[data-store-id]:nth-child(13):before {
	content: "13";
}

#wpsl-wrap #wpsl-result-list ul li[data-store-id]:nth-child(14):before {
	content: "14";
}

#wpsl-wrap #wpsl-result-list ul li[data-store-id]:nth-child(15):before {
	content: "15";
}

#wpsl-wrap #wpsl-result-list ul li[data-store-id]:nth-child(16):before {
	content: "16";
}

#wpsl-wrap #wpsl-result-list ul li[data-store-id]:nth-child(17):before {
	content: "17";
}

#wpsl-wrap #wpsl-result-list ul li[data-store-id]:nth-child(18):before {
	content: "18";
}

#wpsl-wrap #wpsl-result-list ul li[data-store-id]:nth-child(19):before {
	content: "19";
}

#wpsl-wrap #wpsl-result-list ul li[data-store-id]:nth-child(20):before {
	content: "20";
}

#wpsl-wrap #wpsl-result-list ul li[data-store-id]:nth-child(21):before {
	content: "21";
}

#wpsl-wrap #wpsl-result-list ul li[data-store-id]:nth-child(22):before {
	content: "22";
}

#wpsl-wrap #wpsl-result-list ul li[data-store-id]:nth-child(23):before {
	content: "23";
}

#wpsl-wrap #wpsl-result-list ul li[data-store-id]:nth-child(24):before {
	content: "24";
}

#wpsl-wrap #wpsl-result-list ul li[data-store-id]:nth-child(25):before {
	content: "25";
}

#wpsl-wrap #wpsl-result-list ul li[data-store-id]:nth-child(26):before {
	content: "26";
}

#wpsl-wrap #wpsl-result-list ul li[data-store-id]:nth-child(27):before {
	content: "27";
}

#wpsl-wrap #wpsl-result-list ul li[data-store-id]:nth-child(28):before {
	content: "28";
}

#wpsl-wrap #wpsl-result-list ul li[data-store-id]:nth-child(29):before {
	content: "29";
}

#wpsl-wrap #wpsl-result-list ul li[data-store-id]:nth-child(30):before {
	content: "30";
}

@media only screen and (max-width: 767px) {
	#wpsl-wrap #wpsl-search-wrap {
		padding: 0 15px;
	}
}

#wpsl-wrap #wpsl-search-wrap .ib-store-locator-heading {
	margin-bottom: 8px;
	float: none;
}

#wpsl-wrap #wpsl-search-wrap .ib-store-locator-heading h1 {
	font-size: 28px;
	font-weight: 700;
	line-height: 34px;
}

@media only screen and (max-width: 767px) {
	#wpsl-wrap #wpsl-search-wrap .ib-store-locator-heading h1 {
		font-size: 23px;
		line-height: 28px;
	}
}

#wpsl-wrap #wpsl-search-wrap .ib_total_locations {
	margin-bottom: 25px;
	float: none;
}

#wpsl-wrap #wpsl-search-wrap .ib_total_locations p {
	font-size: 18px;
	line-height: 22px;
	color: #4A4A4A;
}

#wpsl-wrap #wpsl-search-wrap .wpsl-input {
	position: relative;
	width: 100%;
	margin-bottom: 17px;
}

@media only screen and (max-width: 812px) {
	#wpsl-wrap #wpsl-search-wrap .wpsl-input {
		width: 100%;
	}
}

#wpsl-wrap #wpsl-search-wrap .wpsl-input .btn-form-submit,
#wpsl-wrap #wpsl-search-wrap .wpsl-input .clear-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

#wpsl-wrap #wpsl-search-wrap .wpsl-input .btn-form-submit {
	left: 9px;
}

#wpsl-wrap #wpsl-search-wrap .wpsl-input .clear-btn {
	right: 16px;
}

.wpsl-search {
	padding: 0;
	margin-bottom: 0px;
	background-color: transparent;
}

#wpsl-search-input {
	height: 48px;
	width: 100%;
	padding: 7px 50px 7px 40px;
}

#wpsl-result-list {
	width: 100%;
	height: calc(100% - 110px);
}

@media only screen and (max-width: 767px) {
	#wpsl-result-list #wpsl-stores {
		height: 390px;
	}
}

#wpsl-result-list #wpsl-stores li {
	padding: 25px 25px 0;
}

#wpsl-result-list #wpsl-stores .wpsl-no-results-msg {
	padding: 25px;
}

#wpsl-result-list #wpsl-stores::-webkit-scrollbar {
	width: 16px;
}

#wpsl-result-list #wpsl-stores::-webkit-scrollbar-track {
	background: #f9f9f9;
	border: 1px solid #e3e3e3;
}

@media only screen and (max-width: 767px) {
	#wpsl-result-list #wpsl-stores::-webkit-scrollbar-track {
		border-radius: 0 3px 0 0;
		border-left: 0;
	}
}

#wpsl-result-list #wpsl-stores::-webkit-scrollbar-thumb {
	width: 8px;
	background-color: #c4c4c4;
	border-radius: 10px;
}

.ib_search_my_location {
	padding-bottom: 15px;
}

@media only screen and (max-width: 767px) {
	.ib_search_my_location {
		padding: 0 15px;
	}
}

.ib_search_my_location a {
	display: flex;
	color: #1974B6;
}

.ib_search_my_location span {
	margin-left: 8px;
}

.ib_store_list_title {
	cursor: pointer;
}

#wpsl-gmap {
	height: 600px;
	flex: 0 0 670px;
	margin-bottom: 30px;
	max-width: 100%;
	border: 1px solid #DFDFDF;
}

@media only screen and (max-width: 1199px) {
	#wpsl-gmap {
		position: absolute;
		top: -640px;
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 767px) {
	#wpsl-gmap {
		top: 260px;
		height: 250px;
	}
}

#wpsl-gmap div[aria-roledescription="map"] > div > div:nth-child(4) > div::before {
	display: block;
	text-align: center;
	font-family: "Lato";
	font-weight: 600;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 5;
}

#wpsl-gmap div[aria-roledescription="map"] > div > div:nth-child(4) > div:nth-child(3):before {
	content: "1";
}

#wpsl-gmap div[aria-roledescription="map"] > div > div:nth-child(4) > div:nth-child(4):before {
	content: "2";
}

#wpsl-gmap div[aria-roledescription="map"] > div > div:nth-child(4) > div:nth-child(5):before {
	content: "3";
}

#wpsl-gmap div[aria-roledescription="map"] > div > div:nth-child(4) > div:nth-child(6):before {
	content: "4";
}

#wpsl-gmap div[aria-roledescription="map"] > div > div:nth-child(4) > div:nth-child(7):before {
	content: "5";
}

#wpsl-gmap div[aria-roledescription="map"] > div > div:nth-child(4) > div:nth-child(8):before {
	content: "6";
}

#wpsl-gmap div[aria-roledescription="map"] > div > div:nth-child(4) > div:nth-child(9):before {
	content: "7";
}

#wpsl-gmap div[aria-roledescription="map"] > div > div:nth-child(4) > div:nth-child(10):before {
	content: "8";
}

#wpsl-gmap div[aria-roledescription="map"] > div > div:nth-child(4) > div:nth-child(11):before {
	content: "9";
}

#wpsl-gmap div[aria-roledescription="map"] > div > div:nth-child(4) > div:nth-child(12):before {
	content: "10";
}

#wpsl-gmap div[aria-roledescription="map"] > div > div:nth-child(4) > div:nth-child(13):before {
	content: "11";
}

#wpsl-gmap div[aria-roledescription="map"] > div > div:nth-child(4) > div:nth-child(14):before {
	content: "12";
}

#wpsl-gmap div[aria-roledescription="map"] > div > div:nth-child(4) > div:nth-child(15):before {
	content: "13";
}

#wpsl-gmap div[aria-roledescription="map"] > div > div:nth-child(4) > div:nth-child(15):before {
	content: "14";
}

#wpsl-gmap div[aria-roledescription="map"] > div > div:nth-child(4) > div:nth-child(16):before {
	content: "15";
}

#wpsl-gmap div[aria-roledescription="map"] > div > div:nth-child(4) > div:nth-child(17):before {
	content: "16";
}

#wpsl-gmap div[aria-roledescription="map"] > div > div:nth-child(4) > div:nth-child(18):before {
	content: "17";
}

#wpsl-gmap div[aria-roledescription="map"] > div > div:nth-child(4) > div:nth-child(19):before {
	content: "18";
}

#wpsl-gmap div[aria-roledescription="map"] > div > div:nth-child(4) > div:nth-child(20):before {
	content: "19";
}

#wpsl-gmap div[aria-roledescription="map"] > div > div:nth-child(4) > div:nth-child(21):before {
	content: "20";
}

#wpsl-gmap div[aria-roledescription="map"] > div > div:nth-child(4) > div:nth-child(22):before {
	content: "21";
}

#wpsl-gmap div[aria-roledescription="map"] > div > div:nth-child(4) > div:nth-child(23):before {
	content: "22";
}

#wpsl-gmap div[aria-roledescription="map"] > div > div:nth-child(4) > div:nth-child(24):before {
	content: "23";
}

#wpsl-gmap div[aria-roledescription="map"] > div > div:nth-child(4) > div:nth-child(25):before {
	content: "24";
}

#wpsl-gmap div[aria-roledescription="map"] > div > div:nth-child(4) > div:nth-child(26):before {
	content: "25";
}

#wpsl-gmap div[aria-roledescription="map"] > div > div:nth-child(4) > div:nth-child(27):before {
	content: "26";
}

#wpsl-gmap div[aria-roledescription="map"] > div > div:nth-child(4) > div:nth-child(28):before {
	content: "27";
}

#wpsl-gmap div[aria-roledescription="map"] > div > div:nth-child(4) > div:nth-child(29):before {
	content: "28";
}

#wpsl-gmap div[aria-roledescription="map"] > div > div:nth-child(4) > div:nth-child(30):before {
	content: "29";
}

#wpsl-gmap div[aria-roledescription="map"] > div > div:nth-child(4) > div:nth-child(31):before {
	content: "30";
}

.page-template-default .honorable {
	background: url("../images/bg-smoke-line.png") bottom;
}

.page-template-default .honorable h1 {
	text-align: center;
	margin-bottom: 0;
}

.page-template-default .honorable h2 {
	position: relative;
	padding-left: 37px;
	font-weight: 700;
}

@media only screen and (max-width: 767px) {
	.page-template-default .honorable h2 {
		padding-left: 20px;
	}
}

.page-template-default .honorable h2::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	background: #D1BA90;
}

.page-template-default .article-item:nth-child(odd) {
	background-color: #000;
}

.page-template-default .article-item:nth-child(odd) .article-block .content,
.page-template-default .article-item:nth-child(odd) .article-block h2 {
	color: #fff;
}

.page-template-default .article-item:nth-child(odd) .article-block-inner {
	flex-direction: row-reverse;
}

@media only screen and (max-width: 812px) {
	.page-template-default .article-item:nth-child(odd) .article-block-inner {
		flex-direction: column;
	}
}

.page-template-default .article-item .article-block {
	padding-left: 15px;
	padding-right: 15px;
	background: transparent;
	box-shadow: none;
	border: 0;
}

.page-template-default .article-item .article-block .img {
	width: 550px;
	margin-left: 15px;
	margin-right: 15px;
}

@media only screen and (max-width: 812px) {
	.page-template-default .article-item .article-block .img {
		margin-left: 0;
		margin-right: 0;
	}
}

.error-404 {
	height: 100%;
}

.error-404 .site-main {
	padding-top: 0;
}

.error-404 .page-header {
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.error-404 h1 {
	font-size: 9.4em;
	line-height: 1em;
}

@media only screen and (max-width: 639px) {
	.error-404 h1 {
		font-size: 8.4em;
	}
}

.error-404 p {
	font-weight: 700;
	margin-top: 20px;
	font-size: 30px;
	line-height: 36px;
}

@media only screen and (max-width: 639px) {
	.error-404 p {
		font-size: 26px;
	}
}

#yotpo-testimonials-custom-tab .yotpo-action {
	outline: none;
}

#yotpo-testimonials-custom-tab .yotpo .yotpo-regular-box {
	padding-bottom: 5px;
}

.page-template-wholesale-cstore-video-template .site-main,
.page-template-wholesale-cstore-template .site-main,
.single-wholesale .site-main {
	padding-top: 130px;
	padding-bottom: 0;
}

.page-template-wholesale-cstore-video-template h1,
.page-template-wholesale-cstore-template h1,
.single-wholesale h1 {
	font-weight: 900;
	font-size: 60px;
	line-height: 60px;
	color: #fff;
	text-transform: uppercase;
}

.page-template-wholesale-cstore-video-template .button,
.page-template-wholesale-cstore-template .button,
.single-wholesale .button {
	color: #000;
	font-weight: 700;
}

.holder-video {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.holder-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.wholesale-product {
	position: relative;
	background: url("../images/wholesale/bg-category-product.png") no-repeat center;
	background-size: cover;
}

.wholesale-product h2 {
	display: inline-block;
	font-weight: bold;
	font-size: 28px;
	line-height: 34px;
	color: #94C12F;
	transition: all 0.2s ease-out;
	margin: 0 0 20px;
}

.wholesale-product h2:hover {
	color: #94C12F;
}

.wholesale-product .slider-items {
	text-align: center;
	padding: 68px 0;
}

@media only screen and (max-width: 639px) {
	.wholesale-product .slider-items {
		padding: 50px 10px;
	}
}

.wholesale-product .slider-items .post-thumbnail {
	min-height: 455px;
	display: flex;
}

.wholesale-product .slider-items img {
	margin: auto;
}

.wholesale-product .slider-items .items-content {
	margin-top: 30px;
}

.wholesale-product .slider-items.items-active h2, .wholesale-product .slider-items.items-active p {
	color: #D2D2D2;
}

.wholesale-product .slider-items.items-active h2:hover, .wholesale-product .slider-items.items-active p:hover {
	color: #D2D2D2;
}

.wholesale-product .slider-items.items-active a {
	pointer-events: none;
}

.wholesale-product .slider-items.items-active .button {
	background: #D2D2D2;
	pointer-events: none;
}

.wholesale-product .items-content p {
	font-weight: 700;
	font-size: 22px;
	line-height: 26px;
	color: #fff;
	margin: 0 0 30px;
}

.wholesale-product .button {
	margin: 20px auto 0;
	width: 154px;
}

@media only screen and (max-width: 639px) {
	.wholesale-product .container-slider::before, .wholesale-product .container-slider::after {
		content: '';
		display: block;
		width: 50px;
		width: 70px;
		position: absolute;
		top: 0;
		bottom: 0;
	}
	.wholesale-product .container-slider::before {
		background: linear-gradient(91deg, #000000 11%, rgba(0, 0, 0, 0) 90%);
		left: 0;
		z-index: 1;
	}
	.wholesale-product .container-slider::after {
		background: linear-gradient(269deg, #000000 11%, rgba(0, 0, 0, 0) 90%);
		right: 0;
	}
}

.container-slider {
	max-width: 1360px;
}

.container-slider .slider-items {
	margin: 0 !important;
}

.container-slider .slider-items .post-thumbnail {
	min-height: auto !important;
	padding: 0 15px;
}

.container-slider .items-active img {
	max-height: 290px;
}

.holder-map {
	background: #000;
	color: #fff;
	padding: 0 0 80px;
}

@media only screen and (max-width: 990px) {
	.holder-map {
		padding: 0 0 40px;
	}
}

.holder-map .logo-map {
	text-align: center;
}

@media only screen and (max-width: 990px) {
	.holder-map .logo-map {
		display: none;
	}
}

.holder-map .logo-map img {
	display: inline-block;
}

.holder-map .row-map {
	overflow: hidden;
	max-width: 1368px;
	margin: 0 auto;
	padding: 80px 50px 50px;
	position: relative;
}

@media only screen and (max-width: 990px) {
	.holder-map .row-map {
		padding: 30px 20px 30px;
		margin: 0 15px;
	}
}

.holder-map .row-map h2 {
	color: #fff;
	float: left;
	width: 40%;
}

@media only screen and (max-width: 990px) {
	.holder-map .row-map h2 {
		float: none;
		width: auto;
		margin: 0 0 40px;
		overflow: hidden;
	}
}

.holder-map .row-map h2 img {
	display: inline-block;
	vertical-align: top;
	float: left;
	margin: 0 20px 0 0;
}

@media only screen and (max-width: 990px) {
	.holder-map .row-map h2 img {
		max-width: 60px;
	}
}

.holder-map .row-map figure {
	float: right;
	width: 50%;
}

@media only screen and (max-width: 990px) {
	.holder-map .row-map figure {
		float: none;
		width: auto;
		margin: 0 0 30px;
	}
}

@media only screen and (max-width: 990px) {
	.holder-map .row-map figure img {
		width: 100%;
	}
}

.holder-map .row-map .desc {
	float: left;
	width: 40%;
	padding: 0 0 0 140px;
	margin: -20px 0 0;
	font-size: 16px;
	line-height: 24px;
}

@media only screen and (max-width: 990px) {
	.holder-map .row-map .desc {
		float: none;
		width: auto;
		padding: 0;
		margin: 0;
	}
}

.holder-map .row-map .desc ul {
	display: flex;
	flex-wrap: wrap;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	position: relative;
	max-width: 290px;
	padding: 0 0 5px;
	margin: 0 0 20px;
}

@media only screen and (max-width: 990px) {
	.holder-map .row-map .desc ul {
		max-width: none;
		justify-content: center;
	}
}

.holder-map .row-map .desc ul::after {
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	width: 160px;
	height: 5px;
	background: #fff;
	border-radius: 5px;
}

@media only screen and (max-width: 990px) {
	.holder-map .row-map .desc ul::after {
		width: 130px;
		left: 50%;
		margin-left: -70px;
	}
}

.holder-map .map-bg-left {
	position: absolute;
	left: 0;
	bottom: 0;
}

.holder-map .map-bg-right {
	position: absolute;
	right: 0;
	bottom: 0;
}

.holder-map .map-bg-right img {
	width: auto;
	height: 100%;
	max-width: none;
}

.holder-map .map-bg-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.holder-map .map-bg-bottom img {
	min-width: 1366px;
}

.kp-page-wholesale .site-main {
	padding-top: 100px;
	padding-bottom: 0;
}

.kp-page-wholesale .wholesale-main {
	padding: 10px 0 110px;
	background: #121212 url("../images/wholesale/bg-wholesale.png") no-repeat center;
	background-size: cover;
	height: 100%;
}

@media only screen and (max-width: 767px) {
	.kp-page-wholesale .wholesale-main {
		padding-bottom: 44px;
	}
}

.kp-page-wholesale .wholesale-main .woocommerce-breadcrumb {
	margin-bottom: 0;
}

.kp-page-wholesale .wholesale-main .woocommerce-breadcrumb .active {
	color: #fff;
}

.kp-page-wholesale .wholesale-main-inner {
	padding-top: 50px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

@media only screen and (max-width: 767px) {
	.kp-page-wholesale .wholesale-main-inner {
		padding-top: 20px;
	}
}

.kp-page-wholesale .wholesale-main h1 {
	margin-bottom: 40px;
	font-weight: bold;
	font-size: 30px;
	line-height: 36px;
	text-align: center;
	color: #fff;
}

@media only screen and (max-width: 767px) {
	.kp-page-wholesale .wholesale-main h1 {
		margin-bottom: 30px;
	}
}

.kp-page-wholesale .wholesale-main .shop-block {
	padding: 25px;
	width: calc(50% - 20px);
	background: rgba(0, 0, 0, 0.85);
	border: 1px solid #353535;
	border-radius: 5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media only screen and (max-width: 767px) {
	.kp-page-wholesale .wholesale-main .shop-block {
		padding: 20px;
	}
}

@media only screen and (max-width: 639px) {
	.kp-page-wholesale .wholesale-main .shop-block {
		width: calc(100% - 30px);
	}
}

.kp-page-wholesale .wholesale-main .shop-block:hover .shop-block__title {
	color: #94C12F;
}

@media only screen and (max-width: 990px) {
	.kp-page-wholesale .wholesale-main .shop-block:last-child {
		margin-top: 20px;
	}
}

.kp-page-wholesale .wholesale-main .shop-block-wrap {
	width: 980px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media only screen and (max-width: 990px) {
	.kp-page-wholesale .wholesale-main .shop-block-wrap {
		width: 100%;
		flex-direction: column;
	}
}

.kp-page-wholesale .wholesale-main .shop-block__img {
	width: 100px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #292929;
	border-radius: 5px;
	flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
	.kp-page-wholesale .wholesale-main .shop-block__img {
		width: 74px;
		height: 74px;
	}
}

.kp-page-wholesale .wholesale-main .shop-block__title {
	text-align: center;
	width: 100%;
	font-weight: bold;
	font-size: 20px;
	line-height: 32px;
	color: #fff;
	transition: all 0.2s ease-out;
}

@media only screen and (max-width: 374px) {
	.kp-page-wholesale .wholesale-main .shop-block__title {
		font-size: 18px;
	}
}

.wholesale-cstore .cstore-hero {
	background: #0B0C0E url("../images/wholesale/hero-whole-cat.png") no-repeat center;
	background-size: cover;
	padding-top: 427px;
	padding-bottom: 73px;
}

@media only screen and (max-width: 767px) {
	.wholesale-cstore .cstore-hero {
		padding-top: 28px;
		padding-bottom: 28px;
		text-align: center;
	}
}

.wholesale-cstore .cstore-hero .button {
	margin: 30px 0 0;
	width: 200px;
}

@media only screen and (max-width: 767px) {
	.wholesale-cstore .cstore-hero .button {
		margin: 30px auto 0;
	}
}

.wholesale-cstore .undertitle {
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 29px;
	color: #94C12F;
	text-transform: capitalize;
}

.wholesale-cstore h1 {
	line-height: 72px;
}

.wholesale-cstore .subtitle {
	padding-top: 4%;
}

@media only screen and (max-width: 767px) {
	.wholesale-cstore .subtitle {
		padding-top: 60%;
	}
}

.wholesale-cstore .arrow-down {
	margin: 28px auto 0;
	background-color: #94C12F;
	width: 240px;
	text-align: center;
	height: 48px;
	line-height: 48px;
	display: block;
	position: absolute;
	font-weight: bold;
	font-size: 22px;
	left: 50%;
	z-index: 1;
	bottom: -20px;
	transform: translate(-50%, 0);
	outline: none;
}

@media only screen and (max-width: 767px) {
	.wholesale-cstore .arrow-down {
		width: 48px;
	}
}

@media only screen and (max-width: 767px) {
	.wholesale-cstore .arrow-down span {
		display: none;
	}
}

.wholesale-cstore .arrow-down::before {
	border-color: #000;
	right: 20px;
	top: 50%;
	border-width: 4px;
	width: 18px;
	height: 18px;
	transform: translate(0, -74%) rotate(45deg);
}

@media only screen and (max-width: 767px) {
	.wholesale-cstore .arrow-down::before {
		transform: translate(-50%, -74%) rotate(45deg);
		right: auto;
		left: 50%;
	}
}

.wholesale-cstore .arrow-down::after {
	content: "";
	position: absolute;
	display: block;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	border-color: #000;
	left: 20px;
	top: 50%;
	border-width: 4px;
	width: 18px;
	height: 18px;
	transform: translate(0, -74%) rotate(45deg);
}

@media only screen and (max-width: 767px) {
	.wholesale-cstore .arrow-down::after {
		display: none;
	}
}

.wholesale-cstore .holder-form {
	background: #000 url("../images/bg-form.png") no-repeat 50% 50%;
	background-size: cover;
	padding: 70px 15px 50px;
	text-align: center;
}

.wholesale-cstore .holder-form .holder-content {
	max-width: 570px;
	margin: 0 auto;
	text-align: left;
}

.wholesale-cstore .holder-form h1 {
	margin: 0 0 30px;
}

@media only screen and (max-width: 767px) {
	.wholesale-cstore .holder-form h1 {
		font-size: 48px;
		line-height: 58px;
	}
}

.wholesale-cstore .holder-form p {
	margin: 0 0 30px;
}

.wholesale-cstore .holder-form p em {
	color: #fff;
	font-size: 24px;
}

.wholesale-cstore .holder-form .list-radio-wrap {
	color: #fff;
}

.wholesale-cstore .holder-form .nf-form-fields-required {
	display: none;
}

.wholesale-cstore .holder-form .nf-form-content .list-select-wrap .nf-field-element > div, .wholesale-cstore .holder-form .nf-form-content input:not([type=button]), .wholesale-cstore .holder-form .nf-form-content textarea {
	border-radius: 3px;
}

.wholesale-cstore .holder-form input[type="text"]::placeholder, .wholesale-cstore .holder-form input[type="email"]::placeholder, .wholesale-cstore .holder-form input[type="url"]::placeholder, .wholesale-cstore .holder-form input[type="password"]::placeholder, .wholesale-cstore .holder-form input[type="search"]::placeholder, .wholesale-cstore .holder-form input[type="number"]::placeholder, .wholesale-cstore .holder-form input[type="tel"]::placeholder, .wholesale-cstore .holder-form input[type="range"]::placeholder, .wholesale-cstore .holder-form input[type="date"]::placeholder, .wholesale-cstore .holder-form input[type="month"]::placeholder, .wholesale-cstore .holder-form input[type="week"]::placeholder, .wholesale-cstore .holder-form input[type="time"]::placeholder, .wholesale-cstore .holder-form input[type="datetime"]::placeholder, .wholesale-cstore .holder-form input[type="datetime-local"]::placeholder, .wholesale-cstore .holder-form input[type="color"]::placeholder, .wholesale-cstore .holder-form textarea::placeholder {
	color: #D0D0D0;
}

.wholesale-cstore .holder-form .nf-form-content .list-select-wrap > div div:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	height: 10px;
	border: 5px solid transparent;
	border-top: 5px solid #000;
}

.wholesale-cstore .holder-form .nf-form-cont input[type="button"] {
	font-size: 16px;
	color: #000;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.wholesale-cstore .holder-form .nf-field-container {
		margin: 0 0 20px;
	}
}

.wholesale-cstore .holder-form .nf-response-msg p {
	color: #94C12F;
	font-size: 25px;
	line-height: 25px;
	text-align: center;
	font-weight: 700;
}

.wholesale-banana-cream h1 {
	color: #FFE810;
}

.wholesale-berry-terps h1 {
	color: #0F75BC;
}

.wholesale-magic-mint h1 {
	color: #0EDEB8;
}

.wholesale-watermelon-wave h1 {
	color: #D72B54;
}

.wholesale-natural h1 {
	color: #E1C890;
}

.wholesale-single .single-hero {
	position: relative;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.wholesale-single .single-hero h1 {
	max-width: 500px;
}

@media only screen and (max-width: 1247px) {
	.wholesale-single .single-hero h1 {
		margin: auto;
	}
}

@media only screen and (max-width: 767px) {
	.wholesale-single .single-hero h1 {
		font-size: 42px;
		margin: auto;
	}
}

@media only screen and (max-width: 1247px) {
	.wholesale-single .single-hero .container {
		max-width: 100%;
	}
}

.wholesale-single .single-hero-inner {
	display: flex;
}

@media only screen and (max-width: 1247px) {
	.wholesale-single .single-hero-inner {
		flex-direction: column;
	}
}

.wholesale-single .bg-left {
	position: absolute;
	left: 0;
	width: 70%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	clip-path: polygon(0 0, 70% 0, 90% 100%, 0 100%);
	z-index: 1;
}

@media only screen and (max-width: 1247px) {
	.wholesale-single .bg-left {
		display: none;
	}
}

@media only screen and (min-width: 1441px) {
	.wholesale-single .bg-left {
		clip-path: polygon(0 0, 70% 0, 83% 100%, 0 100%);
	}
}

.wholesale-single .undertitle {
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
}

.wholesale-single .slider .slick-track {
	display: flex;
}

.wholesale-single .single-form {
	padding-top: 60px;
	padding-bottom: 110px;
	width: 60%;
	padding-left: 70px;
	color: #fff;
	z-index: 2;
}

@media only screen and (min-width: 1248px) {
	.wholesale-single .single-form {
		background-image: none !important;
		background-color: transparent;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
}

@media only screen and (max-width: 1247px) {
	.wholesale-single .single-form {
		text-align: center;
		padding: 30px 15px;
		width: 100%;
		background-color: #000;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
}

.wholesale-single .single-form-content {
	margin-top: 30px;
}

@media only screen and (max-width: 767px) {
	.wholesale-single .single-form-content {
		margin-top: 20px;
	}
}

.wholesale-single .single-form-content p, .wholesale-single .single-form-content em {
	font-weight: 300;
	font-size: 24px;
	line-height: 36px;
}

.wholesale-single .single-form-content strong {
	font-style: italic;
}

@media only screen and (max-width: 767px) {
	.wholesale-single .single-form-content em {
		margin: auto;
		display: block;
		width: 240px;
		font-size: 18px;
		line-height: 24px;
	}
}

.wholesale-single .single-form .nf-form-cont {
	margin-top: 20px;
	margin-bottom: 30px;
	max-width: 470px;
}

@media only screen and (max-width: 1247px) {
	.wholesale-single .single-form .nf-form-cont {
		margin: 20px auto 30px;
	}
}

.wholesale-single .single-form .nf-form-cont input[type="button"] {
	width: 100%;
	color: #111111;
}

.wholesale-single .single-form .nf-form-cont .nf-form-fields-required {
	display: none;
}

.wholesale-single .single-form .nf-form-cont .nf-field-container.submit-container {
	margin-bottom: 5px;
}

.wholesale-single .single-form .nf-form-cont input[type="text"],
.wholesale-single .single-form .nf-form-cont input[type="email"],
.wholesale-single .single-form .nf-form-cont input[type="tel"],
.wholesale-single .single-form .nf-form-cont select {
	border: 1px solid #CECECE;
	border-radius: 3px;
}

.wholesale-single .single-form .nf-form-cont .nf-after-field,
.wholesale-single .single-form .nf-form-cont .nf-after-form-content {
	position: absolute;
}

.wholesale-single .single-form .nf-form-cont .nf-response-msg {
	padding: 218px 0;
}

.wholesale-single .single-form .nf-form-cont .nf-response-msg p {
	color: #94C12F;
	font-weight: 700;
}

.wholesale-single .single-form .nf-form-cont .firstname-container,
.wholesale-single .single-form .nf-form-cont .lastname-container {
	display: inline-block;
	width: 216px;
}

@media only screen and (max-width: 767px) {
	.wholesale-single .single-form .nf-form-cont .firstname-container,
	.wholesale-single .single-form .nf-form-cont .lastname-container {
		display: block;
		width: 100%;
	}
}

.wholesale-single .single-form .nf-form-cont .firstname-container {
	margin-right: 33px;
}

.wholesale-single .single-form .nf-form-cont .list-select-wrap > div div:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	height: 10px;
	border: 5px solid transparent;
	border-top: 5px solid #000;
}

.wholesale-single .single-hero-slider {
	width: 40%;
	padding-top: 100px;
}

@media only screen and (max-width: 1247px) {
	.wholesale-single .single-hero-slider {
		width: 100%;
		padding-top: 0;
	}
}

.wholesale-single .single-hero-slider .slick-track {
	align-items: center;
}

@media only screen and (max-width: 639px) {
	.wholesale-single .single-hero-slider .slider-img {
		width: 385px;
	}
}

.wholesale-single .single-hero-slider .slick-dots {
	bottom: 110px;
}

@media only screen and (max-width: 1247px) {
	.wholesale-single .single-hero-slider .slick-dots {
		bottom: 40px;
	}
}

@media only screen and (max-width: 639px) {
	.wholesale-single .single-hero-slider .slick-dots {
		bottom: 20px;
	}
}

.wholesale-single .wholesale-product {
	z-index: 3;
}

.wholesale-single .wholesale-product .wholesale-list {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

@media only screen and (max-width: 1247px) {
	.wholesale-single .wholesale-product .wholesale-list {
		display: none;
	}
}

.wholesale-single .wholesale-product .wholesale-list .slider-items {
	width: 233px;
}

.wholesale-single .wholesale-product .slick-track {
	align-items: flex-end;
}

.wholesale-single .wholesale-product .slider-items {
	margin-top: -145px;
}

@media only screen and (max-width: 1247px) {
	.wholesale-single .wholesale-product .slider-items {
		padding-top: 10px;
		margin-top: 0;
	}
}

.wholesale-single .wholesale-product .button {
	color: #111111;
}

.page-landing {
	background: url(../images/bg-page-2.png);
	position: relative;
}

.page-landing .landing-banner {
	background-color: #e9d397;
}

.page-landing .landing-banner img {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: auto;
}

.page-landing .container-landing {
	max-width: 1270px;
	padding: 0 15px;
	margin: 0 auto;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.page-landing .container-landing {
		padding: 0 40px;
	}
}

.page-landing .product-landing {
	background: -moz-linear-gradient(top, #e9d397 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(top, #e9d397 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, #e9d397 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9d397', endColorstr='#00ffffff',GradientType=0 );
	padding: 50px 0 0;
	font-size: 25px;
	line-height: 38px;
	font-weight: 500;
	margin: 0 0 50px;
}

@media only screen and (max-width: 767px) {
	.page-landing .product-landing {
		font-size: 12px;
		line-height: 16px;
		padding: 0;
		background: -moz-linear-gradient(top, #e9d397 0%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 100%);
		background: -webkit-linear-gradient(top, #e9d397 0%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 100%);
		background: linear-gradient(to bottom, #e9d397 0%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9d397', endColorstr='#00ffffff',GradientType=0 );
	}
}

.page-landing .product-landing h1 {
	font-weight: 900;
	font-size: 140px;
	line-height: 110px;
	margin: 0;
}

@media only screen and (max-width: 767px) {
	.page-landing .product-landing h1 {
		font-size: 38px;
		line-height: 38px;
	}
}

.page-landing .product-landing h3 {
	font-size: 60px;
	font-weight: 500;
	margin: 0 0 40px;
	line-height: 60px;
}

@media only screen and (max-width: 767px) {
	.page-landing .product-landing h3 {
		font-size: 28px;
		line-height: 28px;
	}
}

.page-landing .product-landing .holder-big-btn {
	margin: 0 0 50px;
	display: flex;
	align-items: center;
	position: relative;
	justify-content: center;
}

.page-landing .product-landing .holder-big-btn .btn, .page-landing .product-landing .holder-big-btn .best-sellers .loop-login-to-price, .best-sellers .page-landing .product-landing .holder-big-btn .loop-login-to-price,
.page-landing .product-landing .holder-big-btn .best-sellers .button, .best-sellers .page-landing .product-landing .holder-big-btn .button {
	font-size: 50px;
	font-weight: 700;
	margin: 0 80px;
	padding: 0 1em;
	height: 100px;
	line-height: 100px;
	min-width: 500px;
}

@media only screen and (max-width: 1023px) {
	.page-landing .product-landing .holder-big-btn .btn, .page-landing .product-landing .holder-big-btn .best-sellers .loop-login-to-price, .best-sellers .page-landing .product-landing .holder-big-btn .loop-login-to-price,
	.page-landing .product-landing .holder-big-btn .best-sellers .button, .best-sellers .page-landing .product-landing .holder-big-btn .button {
		margin: 0 15px;
	}
}

@media only screen and (max-width: 767px) {
	.page-landing .product-landing .holder-big-btn .btn, .page-landing .product-landing .holder-big-btn .best-sellers .loop-login-to-price, .best-sellers .page-landing .product-landing .holder-big-btn .loop-login-to-price,
	.page-landing .product-landing .holder-big-btn .best-sellers .button, .best-sellers .page-landing .product-landing .holder-big-btn .button {
		font-size: 16px;
		height: 35px;
		line-height: 35px;
		min-width: 165px;
	}
}

.page-landing .product-landing .holder-big-btn svg {
	margin: 0;
}

@media only screen and (max-width: 767px) {
	.page-landing .product-landing .holder-big-btn svg {
		max-width: 55px;
	}
}

.page-landing .product-landing .landing-row {
	position: relative;
}

.page-landing .product-landing .landing-row .col {
	text-align: left;
	max-width: 400px;
	position: relative;
	z-index: 1;
	min-height: 920px;
}

@media only screen and (max-width: 767px) {
	.page-landing .product-landing .landing-row .col {
		max-width: none;
		text-align: center;
		display: flex;
		flex-direction: column;
		min-height: 440px;
	}
}

@media only screen and (max-width: 767px) {
	.page-landing .product-landing .landing-row .col .desc {
		max-width: 50%;
		margin-left: auto;
		text-align: left;
	}
}

.page-landing .product-landing .landing-row figure {
	position: absolute;
	left: 400px;
	top: 30px;
}

@media only screen and (max-width: 767px) {
	.page-landing .product-landing .landing-row figure {
		left: -40px;
		top: 105px;
	}
}

.page-landing .product-landing .landing-row figure img {
	max-height: 800px;
}

@media only screen and (max-width: 767px) {
	.page-landing .product-landing .landing-row figure img {
		max-height: 400px;
	}
}

.page-landing .landing-list {
	text-align: center;
	margin: 0 0 300px;
}

@media only screen and (max-width: 767px) {
	.page-landing .landing-list {
		margin: 0 0 140px;
	}
}

.page-landing .landing-list .col-list {
	text-align: left;
	margin-left: 30%;
	font-size: 30px;
	line-height: 30px;
}

@media only screen and (max-width: 767px) {
	.page-landing .landing-list .col-list {
		font-size: 12px;
		line-height: 16px;
	}
}

.page-landing .landing-list h2 {
	font-weight: 900;
	font-size: 65px;
	line-height: 78px;
	margin: 0 0 30px;
	position: relative;
}

@media only screen and (max-width: 767px) {
	.page-landing .landing-list h2 {
		font-size: 18px;
		line-height: 20px;
		margin: 0 0 15px;
	}
}

.page-landing .landing-list ul {
	margin: 0 0 50px;
}

@media only screen and (max-width: 767px) {
	.page-landing .landing-list ul {
		margin: 0 0 20px;
	}
}

.page-landing .landing-list ul li {
	position: relative;
	padding: 0 0 0 20px;
	margin: 0 0 30px;
}

@media only screen and (max-width: 767px) {
	.page-landing .landing-list ul li {
		margin: 0 0 3px;
		padding: 0 0 0 10px;
	}
}

.page-landing .landing-list ul li:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	margin-top: -5px;
	background: #DB6861;
}

@media only screen and (max-width: 767px) {
	.page-landing .landing-list ul li:after {
		width: 4px;
		height: 4px;
		margin-top: -2px;
	}
}

.page-landing .landing-list .holder-btn {
	position: relative;
	background: #ffdb60;
	margin: 0 0 150px;
	padding: 50px 0 0;
}

@media only screen and (max-width: 767px) {
	.page-landing .landing-list .holder-btn {
		padding: 30px 0 0;
		margin: 0 0 50px;
	}
}

.page-landing .landing-list .holder-btn:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 150px;
	left: 0;
	top: 100%;
	background: url(../images/bg-list.png) repeat-x;
}

@media only screen and (max-width: 767px) {
	.page-landing .landing-list .holder-btn:after {
		background-size: auto 50px;
		height: 70px;
	}
}

.page-landing .landing-list .holder-btn .container-landing {
	position: relative;
	display: flex;
	width: 100%;
	align-items: center;
}

.page-landing .landing-list .holder-btn .list-rolls {
	position: absolute;
	left: -80px;
	bottom: -240px;
	z-index: 1;
}

@media only screen and (max-width: 767px) {
	.page-landing .landing-list .holder-btn .list-rolls {
		max-width: 140px;
		left: 0;
		bottom: -107px;
	}
}

.page-landing .landing-list .holder-btn .btn, .page-landing .landing-list .holder-btn .best-sellers .loop-login-to-price, .best-sellers .page-landing .landing-list .holder-btn .loop-login-to-price,
.page-landing .landing-list .holder-btn .best-sellers .button, .best-sellers .page-landing .landing-list .holder-btn .button {
	font-size: 50px;
	height: 106px;
	line-height: 106px;
	border-radius: 106px;
	padding: 0 1em;
}

@media only screen and (max-width: 1023px) {
	.page-landing .landing-list .holder-btn .btn, .page-landing .landing-list .holder-btn .best-sellers .loop-login-to-price, .best-sellers .page-landing .landing-list .holder-btn .loop-login-to-price,
	.page-landing .landing-list .holder-btn .best-sellers .button, .best-sellers .page-landing .landing-list .holder-btn .button {
		font-size: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.page-landing .landing-list .holder-btn .btn, .page-landing .landing-list .holder-btn .best-sellers .loop-login-to-price, .best-sellers .page-landing .landing-list .holder-btn .loop-login-to-price,
	.page-landing .landing-list .holder-btn .best-sellers .button, .best-sellers .page-landing .landing-list .holder-btn .button {
		font-size: 15px;
		height: 32px;
		line-height: 32px;
		min-width: 150px;
		text-align: center;
	}
}

.page-landing .landing-list .holder-btn .col-list {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}

@media only screen and (max-width: 767px) {
	.page-landing .landing-list .holder-btn img {
		max-width: 30px;
	}
}

.page-landing .landing-list svg {
	margin: 0 0 30px;
}

@media only screen and (max-width: 767px) {
	.page-landing .landing-list svg {
		max-width: 70px;
	}
}

.page-landing svg {
	max-width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 50px;
}

.page-landing .btn, .page-landing .best-sellers .loop-login-to-price, .best-sellers .page-landing .loop-login-to-price,
.page-landing .best-sellers .button, .best-sellers .page-landing .button {
	background: #F15B23;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	border-radius: 50px;
	height: 50px;
	line-height: 50px;
	border: #F15B23 solid 2px;
	padding: 0 30px;
	transition: 0.3s;
	cursor: pointer;
}

.page-landing .btn:hover, .page-landing .best-sellers .loop-login-to-price:hover, .best-sellers .page-landing .loop-login-to-price:hover,
.page-landing .best-sellers .button:hover, .best-sellers .page-landing .button:hover {
	background: none;
	color: #F15B23;
}

@media only screen and (max-width: 767px) {
	.page-landing .btn, .page-landing .best-sellers .loop-login-to-price, .best-sellers .page-landing .loop-login-to-price,
	.page-landing .best-sellers .button, .best-sellers .page-landing .button {
		font-size: 17px;
	}
}

.page-landing .landing-item {
	margin: 0 0 150px;
}

@media only screen and (max-width: 767px) {
	.page-landing .landing-item {
		margin: 0 0 50px;
	}
}

.page-landing .landing-item .landing-slider .slick-list {
	border-radius: 50px;
	background: -moz-linear-gradient(top, #ebd49c 0%, rgba(235, 212, 156, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(top, #ebd49c 0%, rgba(235, 212, 156, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, #ebd49c 0%, rgba(235, 212, 156, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebd49c', endColorstr='#00ffffff',GradientType=0 );
}

@media only screen and (max-width: 767px) {
	.page-landing .landing-item .landing-slider .slick-list {
		border-radius: 25px;
	}
}

.page-landing .landing-item .container-landing {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.page-landing .landing-item .container-landing .col {
	width: 60%;
	text-align: left;
	font-size: 28px;
	line-height: 28px;
	font-weight: 500;
	padding: 0 0 0 40px;
}

@media only screen and (max-width: 767px) {
	.page-landing .landing-item .container-landing .col {
		width: 100%;
		padding: 0;
		font-size: 12px;
		line-height: 16px;
	}
}

.page-landing .landing-item .container-landing .col p {
	margin: 0 0 10px;
}

.page-landing .landing-item .container-landing .col figure {
	position: relative;
	padding-top: 100%;
}

.page-landing .landing-item .container-landing .col figure img {
	top: 50%;
	left: 50%;
	width: 80%;
	height: 80%;
	transform: translate(-50%, -50%);
	object-fit: contain;
	position: absolute;
}

.page-landing .landing-item .container-landing .col:first-child {
	padding: 0;
	width: 40%;
	text-align: center;
	position: relative;
}

@media only screen and (max-width: 767px) {
	.page-landing .landing-item .container-landing .col:first-child {
		width: 100%;
		max-width: 400px;
		margin: 0 auto 40px;
	}
}

.page-landing .landing-item .slick-dots {
	position: static;
}

.page-landing .landing-item .slick-dots li {
	margin: 0 10px;
}

@media only screen and (max-width: 767px) {
	.page-landing .landing-item .slick-dots li {
		margin: 0 5px;
	}
}

.page-landing .landing-item .slick-dots .slick-active button {
	background: #000;
}

@media only screen and (max-width: 767px) {
	.page-landing .landing-item .slick-dots .slick-active button {
		height: 15px;
		width: 15px;
	}
}

.page-landing .landing-item .slick-dots button {
	border-radius: 100%;
	border: #000 solid 1px;
	background: none;
	padding: 0;
}

.page-landing .landing-item .slick-dots button:before {
	display: none;
}

.page-landing .landing-item h2 {
	position: relative;
	font-size: 60px;
	line-height: 60px;
	font-weight: 900;
	margin: 0 0 15px;
}

@media only screen and (max-width: 767px) {
	.page-landing .landing-item h2 {
		font-size: 25px;
		line-height: 25px;
	}
}

.page-landing .landing-item h3 {
	font-size: 32px;
	line-height: 32px;
	font-weight: 700;
	position: relative;
	padding: 0 0 20px;
	margin: 0 0 30px;
}

@media only screen and (max-width: 767px) {
	.page-landing .landing-item h3 {
		font-size: 22px;
		line-height: 22px;
		margin: 0;
	}
}

.page-landing .landing-item h3:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100px;
	height: 4px;
	background: #000;
}

@media only screen and (max-width: 767px) {
	.page-landing .landing-item h3:after {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.page-landing .landing-item h3 + .form-radio {
		padding: 0 15px 0 0;
	}
}

.page-landing .landing-item .form-radio {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 30px 0;
}

@media only screen and (max-width: 767px) {
	.page-landing .landing-item .form-radio {
		margin: 0 0 15px 0;
		width: calc(50% - 2px);
	}
}

.page-landing .landing-item .form-radio input[type="radio"] {
	display: none;
}

.page-landing .landing-item .form-radio input[type="radio"]:checked + label {
	background: none;
	color: #F15B23;
}

.page-landing .landing-item .form-radio .btn, .page-landing .landing-item .form-radio .best-sellers .loop-login-to-price, .best-sellers .page-landing .landing-item .form-radio .loop-login-to-price,
.page-landing .landing-item .form-radio .best-sellers .button, .best-sellers .page-landing .landing-item .form-radio .button {
	height: 38px;
	line-height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media only screen and (max-width: 767px) {
	.page-landing .landing-item .form-radio .btn, .page-landing .landing-item .form-radio .best-sellers .loop-login-to-price, .best-sellers .page-landing .landing-item .form-radio .loop-login-to-price,
	.page-landing .landing-item .form-radio .best-sellers .button, .best-sellers .page-landing .landing-item .form-radio .button {
		width: 100%;
		text-align: center;
	}
}

.page-landing .landing-item svg {
	margin: 0 0 30px;
}

.page-landing .landing-item .holder-btn {
	padding: 30px 0 0;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
	.page-landing .landing-item .holder-btn {
		padding: 15px 0 0;
	}
}

.page-landing .landing-item .holder-btn .btn, .page-landing .landing-item .holder-btn .best-sellers .loop-login-to-price, .best-sellers .page-landing .landing-item .holder-btn .loop-login-to-price,
.page-landing .landing-item .holder-btn .best-sellers .button, .best-sellers .page-landing .landing-item .holder-btn .button {
	width: auto;
	font-weight: 900;
}

@media only screen and (max-width: 767px) {
	.page-landing .landing-item .holder-btn .btn, .page-landing .landing-item .holder-btn .best-sellers .loop-login-to-price, .best-sellers .page-landing .landing-item .holder-btn .loop-login-to-price,
	.page-landing .landing-item .holder-btn .best-sellers .button, .best-sellers .page-landing .landing-item .holder-btn .button {
		width: 100%;
	}
}

.page-landing .landing-item .holder-btn .holder-select {
	display: flex;
	flex-direction: column;
	margin-right: 20px;
}

@media only screen and (max-width: 767px) {
	.page-landing .landing-item .holder-btn .holder-select {
		flex-direction: row;
		width: 100%;
		justify-content: space-between;
		align-items: center;
		margin: 0 0 30px;
	}
}

.page-landing .landing-item .holder-btn .holder-select label {
	font-size: 18px;
	font-weight: 900;
	display: block;
	margin: 0 0 10px;
}

@media only screen and (max-width: 767px) {
	.page-landing .landing-item .holder-btn .holder-select label {
		font-size: 25px;
		margin: 0;
	}
}

.page-landing .landing-item .holder-btn .holder-select select {
	color: #F15B23;
	background: #fff;
	border: #F15B23 solid 2px;
	width: 100px;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	font-size: 20px;
	font-weight: 700;
	padding: 0 15px;
	background: url(../images/Right-Arrow.png) no-repeat right;
	background-position-x: calc(100% - 18px);
	appearance: none;
}

.page-landing .landing-item .holder-btn .holder-select .qty {
	color: #F15B23;
	border: #F15B23 solid 2px;
	border-radius: 50px;
	width: 130px;
	font-size: 20px;
	-moz-appearance: textfield;
}

@media only screen and (max-width: 767px) {
	.page-landing .landing-item .holder-btn .holder-select .qty {
		height: 34px;
	}
}

.page-landing .landing-item .holder-btn .holder-select .qty::-webkit-outer-spin-button, .page-landing .landing-item .holder-btn .holder-select .qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.page-landing .landing-item .holder-btn .holder-select svg {
	margin: 0;
}

.page-landing .landing-item .holder-btn .holder-select svg path,
.page-landing .landing-item .holder-btn .holder-select svg rect {
	fill: #F15B23;
}

.bee {
	position: absolute;
}

.bee-1 {
	right: 10%;
	top: 10%;
}

@media only screen and (max-width: 767px) {
	.bee-1 {
		right: 2%;
		top: 4%;
		max-width: 50px;
		display: none;
	}
}

.bee-2 {
	bottom: 0;
	left: 5%;
}

@media only screen and (max-width: 767px) {
	.bee-2 {
		display: none;
	}
}

.bee-3 {
	right: 0;
	top: -100px;
}

@media only screen and (max-width: 767px) {
	.bee-3 {
		top: -60px;
		right: -30px;
		max-width: 60px;
	}
}

.bee-4 {
	left: 0;
	top: -18px;
	display: none;
}

@media only screen and (max-width: 767px) {
	.bee-4 {
		display: block;
	}
}

.bee-5 {
	right: -30px;
	top: 22px;
	display: none;
}

@media only screen and (max-width: 767px) {
	.bee-5 {
		display: block;
	}
}

.bee-6 {
	left: -83px;
	top: -42px;
}

.bee-7 {
	display: none;
}

@media only screen and (max-width: 767px) {
	.bee-7 {
		display: block;
		left: 30px;
		bottom: -2px;
	}
}

.bee-8 {
	right: -25px;
	top: -47px;
	display: none;
}

@media only screen and (max-width: 767px) {
	.bee-8 {
		display: block;
	}
}

.bee-9 {
	right: 20%;
	top: -47px;
}

.visible-mob {
	display: none;
}

@media only screen and (max-width: 767px) {
	.visible-mob {
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	.hide-mob {
		display: none;
	}
}

/* Pages Gutenberg
--------------------------------------------- */
.page-template-default .entry-title {
	display: none;
}

.page-template-default h1 {
	font-size: 40px;
	font-weight: 700;
}

@media only screen and (max-width: 767px) {
	.page-template-default h1 {
		font-size: 27px;
	}
}

.page-template-default h2 {
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
	.page-template-default h2 {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 16px;
	}
}

.page-template-default h1,
.page-template-default h3,
.page-template-default h4,
.page-template-default h5,
.page-template-default h6 {
	margin-bottom: 16px;
}

.page-template-default iframe {
	border: none;
	margin-bottom: 20px;
	width: 100%;
	height: 500px;
}

@media only screen and (max-width: 767px) {
	.page-template-default iframe {
		height: auto;
	}
}

.page-template-default .entry-content p {
	margin-bottom: 16px;
}

.page-template-default .wp-block-columns {
	line-height: 30px;
}

@media only screen and (max-width: 767px) {
	.page-template-default .wp-block-columns img {
		margin-top: 20px;
	}
}

.page-template-default .wp-block-column p {
	font-size: 18px;
}

@media only screen and (max-width: 767px) {
	.page-template-default .wp-block-column p {
		font-size: 16px;
	}
}

.page-template-default .wp-block-column ul,
.page-template-default .wp-block-column ol {
	margin: 16px 0;
	padding-left: 40px;
	list-style: disc;
}

.page-template-default .wp-block-column a:hover {
	transition: all .3s ease 0s;
	color: #94C12F;
}

@media only screen and (max-width: 599px) {
	.page-template-default .wp-block-media-text .wp-block-media-text__content {
		padding-left: 0;
		padding-right: 0;
	}
}

.page-template-default .wp-block-buttons {
	margin-top: 40px;
}

.page-template-default .wp-block-buttons > .wp-block-button.has-custom-width a.wp-block-button__link {
	width: 338px;
	font-size: 16px;
	box-shadow: none;
}

@media only screen and (max-width: 549px) {
	.page-template-default .wp-block-buttons > .wp-block-button.has-custom-width a.wp-block-button__link {
		width: 200px;
	}
}

.page-template-default .wp-block-buttons > .wp-block-button.has-custom-width a.wp-block-button__link:hover {
	background: #759825;
}

.page-template-default .validate-required.field-validated input {
	border: 1px solid #0f834d;
}

.page-template-default .validate-required.field-invalid input {
	border: 1px solid #e2401c;
}

/*page brend ambassador*/
.kp-page-brandambassador {
	/*separate*/
	/*section How to join our community */
}

.kp-page-brandambassador .wp-block-embed-youtube {
	text-align: center;
}

.kp-page-brandambassador .wp-block-embed-youtube iframe {
	margin-bottom: 0;
	width: 570px;
	height: 480px;
}

@media only screen and (max-width: 767px) {
	.kp-page-brandambassador .wp-block-embed-youtube iframe {
		width: 300px;
		height: 254px;
	}
}

.kp-page-brandambassador .wp-block-buttons {
	margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
	.kp-page-brandambassador .wp-block-buttons {
		margin-top: 30px;
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 639px) {
	.kp-page-brandambassador .wp-block-buttons a {
		width: 345px;
	}
}

@media only screen and (max-width: 374px) {
	.kp-page-brandambassador .wp-block-buttons a {
		width: auto;
	}
}

.kp-page-brandambassador .wp-block-separator {
	margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
	.kp-page-brandambassador .wp-block-separator {
		margin-bottom: 25px;
	}
}

.kp-page-brandambassador .wp-block-button__link {
	text-transform: uppercase;
}

.kp-page-brandambassador .wp-block-button__link {
	font-size: 16px;
}

@media only screen and (max-width: 374px) {
	.kp-page-brandambassador .wp-block-button__link {
		padding-left: 5px;
		padding-right: 5px;
	}
}

.kp-page-brandambassador .ticss-c29b98a4 .wp-block-buttons {
	margin-top: 40px;
}

@media only screen and (max-width: 767px) {
	.kp-page-brandambassador .ticss-c29b98a4 .wp-block-buttons {
		margin-bottom: 12px;
	}
}

@media only screen and (max-width: 639px) {
	.kp-page-brandambassador .ticss-c29b98a4 .wp-block-buttons {
		margin-top: 25px;
	}
}

@media only screen and (max-width: 767px) {
	.kp-page-brandambassador {
		/*title*/
		/*undertitle*/
	}
	.kp-page-brandambassador .ticss-9d489725 h2,
	.kp-page-brandambassador .ticss-c29b98a4 h2 {
		margin-top: 25px;
	}
	.kp-page-brandambassador .ticss-8596c1e1 {
		font-size: 14px;
	}
	.kp-page-brandambassador .wp-block-image .alignright {
		margin: auto;
	}
}

@media only screen and (max-width: 639px) {
	.kp-page-brandambassador {
		/*section Brand Ambassador Perks*/
	}
	.kp-page-brandambassador .ticss-9d489725 {
		flex-direction: column-reverse;
	}
}

.contact-us-info p {
	margin-bottom: 12px;
}

.contact-us .nf-form-cont .nf-field-label {
	display: none;
}

.page-template-default .catalog {
	width: 100%;
	height: 70vh;
}

@media only screen and (max-width: 1247px) {
	.page-template-default .catalog {
		height: 50vh;
	}
}

@media only screen and (max-width: 549px) {
	.page-template-default .catalog {
		height: 30vh;
	}
}

.avanti-page {
	background: url("../images/avanti/bg-page.png") no-repeat 50% 50%;
	background-size: cover;
	position: relative;
	padding: 100px 0 0;
	overflow: hidden;
}

.avanti-page:after {
	content: '';
	position: absolute;
	width: 1940px;
	height: 100%;
	left: -225px;
	top: 0;
	background: rgba(0, 0, 0, 0.45);
}

.avanti-page .container {
	padding: 0 15px;
	max-width: 1550px;
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 1900px) {
	.avanti-page .container {
		padding: 0 9%;
	}
}

@media screen and (max-width: 990px) {
	.avanti-page .container {
		padding: 0 15px;
	}
}

.avanti-page .title-avanti {
	background: url("../images/avanti/bg-title.png") no-repeat 50% 50%;
	background-size: cover;
	text-align: center;
	font-size: 70px;
	line-height: 1.2em;
	padding: 17px 0 14px;
	margin: 0 0 135px;
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 1200px) {
	.avanti-page .title-avanti {
		font-size: 20px;
	}
}

@media screen and (max-width: 990px) {
	.avanti-page .title-avanti {
		margin: 0 0 50px;
	}
}

.avanti-page .title-avanti p {
	margin: 0;
	font-weight: 800;
	color: #000;
}

.avanti-page .row {
	padding: 0;
	display: flex;
	margin: 0 0 80px;
	position: relative;
}

@media screen and (max-width: 990px) {
	.avanti-page .row {
		flex-direction: column;
		margin: 0;
	}
}

.avanti-page .row .col {
	width: 100%;
}

.avanti-page .row .col.col-video {
	flex: 0 0 35%;
	width: 35%;
}

@media screen and (max-width: 990px) {
	.avanti-page .row .col.col-video {
		width: auto;
		flex: auto;
		margin: 0 0 30px;
	}
}

@media screen and (max-width: 540px) {
	.avanti-page .row .col .holder-img {
		margin: 0 -80px;
	}
}

@media screen and (max-width: 540px) {
	.avanti-page .row .col .holder-img figure:last-child {
		margin: 0 -30px 0 0;
	}
}

.avanti-page .row .col .desc {
	padding: 0 0 0 80px;
	color: #fff;
	font-size: 42px;
	line-height: 1.428em;
	display: flex;
	flex-direction: column;
}

@media screen and (max-width: 1300px) {
	.avanti-page .row .col .desc {
		padding: 0 0 0 15px;
	}
}

@media screen and (max-width: 1200px) {
	.avanti-page .row .col .desc {
		font-size: 17px;
	}
}

@media screen and (max-width: 990px) {
	.avanti-page .row .col .desc {
		max-width: 300px;
		margin: 0 auto;
		padding: 0;
	}
}

.avanti-page .row .col .desc h2 {
	font-size: 90px;
	line-height: 1.244em;
	color: #fff;
	font-weight: 900;
	margin: 0 0 30px;
}

@media screen and (max-width: 990px) {
	.avanti-page .row .col .desc h2 {
		font-size: 34px;
		order: 1;
		margin: 30px 0 0;
	}
}

.avanti-page .row .col .desc p {
	margin: 0 0 30px;
	font-weight: 800;
}

@media screen and (max-width: 1200px) {
	.avanti-page .row .col .desc p {
		font-weight: 500;
	}
}

.avanti-page .row .col .desc a {
	color: #fff;
	text-decoration: underline;
}

@media screen and (max-width: 1200px) {
	.avanti-page .row .col .desc a {
		font-weight: 800;
	}
}

@media screen and (min-width: 767px) {
	.avanti-page video::-webkit-media-controls {
		display: none;
	}
}

.avanti-page .video-btn {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	text-indent: -9999px;
	z-index: 10;
	display: block;
	border: none;
}

@media screen and (max-width: 767px) {
	.avanti-page .video-btn.active {
		display: none;
	}
}

.avanti-page .video-btn.active:after {
	content: '';
	border: 15px solid transparent;
	border-left: 20px solid #fff;
	display: block;
	position: absolute;
	left: 53%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.avanti-page .video-btn.active:before {
	content: '';
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	display: block;
	overflow: hidden;
	border-radius: 100%;
	background: rgba(0, 0, 0, 0.6);
}

.avanti-page .holder-video {
	padding-bottom: 0;
	overflow: hidden;
	height: auto;
}

@media screen and (max-width: 990px) {
	.avanti-page .holder-video {
		max-width: 300px;
		margin: 0 auto;
	}
}

.avanti-page .holder-video iframe,
.avanti-page .holder-video video {
	border-radius: 75px;
	position: relative;
	width: 100%;
	height: auto;
}

@media screen and (max-width: 990px) {
	.avanti-page .holder-video iframe,
	.avanti-page .holder-video video {
		border-radius: 30px;
	}
}

.avanti-page .holder-slider {
	margin: 0 -15px 50px;
	text-align: center;
	color: #fff;
	position: relative;
}

.avanti-page .holder-slider .separator {
	margin: 0 0 30px;
}

@media screen and (max-width: 990px) {
	.avanti-page .holder-slider .separator {
		display: none;
	}
}

.avanti-page .holder-slider h3 {
	font-size: 60px;
	line-height: 1.18em;
	font-weight: 500;
	color: #fff;
	text-decoration: underline;
	margin: 0 0 25px;
}

.avanti-page .holder-slider h3 a {
	color: #fff;
}

@media screen and (max-width: 1200px) {
	.avanti-page .holder-slider h3 {
		font-size: 25px;
	}
}

@media screen and (max-width: 990px) {
	.avanti-page .holder-slider h3 {
		margin: 0 0 50px;
	}
}

.avanti-page .holder-slider img {
	display: inline-block;
	vertical-align: top;
}

.avanti-page .frame {
	position: absolute;
	z-index: 1;
}

.avanti-page .frame.frame-1 {
	right: 0;
	top: 50%;
}

@media screen and (max-width: 990px) {
	.avanti-page .frame.frame-1 {
		right: 0;
		top: auto;
		max-width: 140px;
		bottom: 30px;
	}
}

.avanti-page .frame.frame-2 {
	left: 0;
	bottom: -100px;
}

@media screen and (max-width: 990px) {
	.avanti-page .frame.frame-2 {
		display: none;
	}
}

.avanti-page .frame.frame-3 {
	right: -40px;
	top: -30px;
}

@media screen and (max-width: 990px) {
	.avanti-page .frame.frame-3 {
		right: 0;
		top: -10px;
		max-width: 15px;
	}
}

.avanti-page .frame.frame-4 {
	left: -50px;
	top: 200px;
}

@media screen and (max-width: 990px) {
	.avanti-page .frame.frame-4 {
		display: none;
	}
}

.avanti-page .frame.frame-5 {
	left: -50px;
	bottom: -40px;
}

@media screen and (max-width: 990px) {
	.avanti-page .frame.frame-5 {
		display: none;
	}
}

.avanti-page .frame.frame-6 {
	display: none;
	left: 0;
	top: 130px;
}

@media screen and (max-width: 990px) {
	.avanti-page .frame.frame-6 {
		display: block;
	}
}

.avanti-page .frame.frame-7 {
	display: none;
	right: 10px;
	top: 0;
}

@media screen and (max-width: 990px) {
	.avanti-page .frame.frame-7 {
		display: block;
	}
}

.avanti-page .frame.frame-8 {
	display: none;
	left: 30px;
	bottom: -42px;
}

@media screen and (max-width: 990px) {
	.avanti-page .frame.frame-8 {
		display: block;
	}
}

.avanti-page .more-btn {
	display: none;
}

@media screen and (max-width: 990px) {
	.avanti-page .more-btn {
		display: inline;
	}
}

@media screen and (max-width: 990px) {
	.avanti-page .more-desc {
		display: none;
	}
}

.page-carrier h1 {
	position: relative;
	padding: 0 0 20px;
	margin: 0 0 20px;
	text-transform: uppercase;
}

.page-carrier h1:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	max-width: 500px;
	height: 3px;
	background: #94964D;
}

.page-carrier h2 {
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-transform: uppercase;
	margin: 40px 0 20px;
	padding: 0 0 10px;
}

.page-carrier h2:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #94964D;
}

.page-carrier h3 {
	margin: 0 0 20px;
}

.page-carrier p {
	margin: 0 0 20px;
}

.page-carrier.site-main {
	padding-top: 100px;
}

.page-carrier .banner-carrier {
	margin: 0 0 100px;
}

.page-carrier .holder-title {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.page-carrier .btn-carrier {
	background: #94964D;
	color: #fff;
	font-size: 20px;
	border-radius: 50px;
	padding: 10px 40px;
	display: inline-block;
	vertical-align: top;
}

.page-carrier .holder-btn {
	margin: 40px 0;
	text-align: center;
}

.carrier-popup.popup .content {
	max-width: 600px;
	padding: 20px;
	width: 100%;
	overflow: auto;
}

@media only screen and (max-width: 767px) {
	.carrier-popup.popup .content {
		width: 90%;
	}
}

.carrier-popup.popup .content h3 {
	margin: 0 0 15px;
}

.carrier-popup.popup .content .nf-field-container {
	margin-bottom: 25px !important;
}

.carrier-popup.popup .content .nf-form-cont .nf-field-label {
	display: block !important;
}

.carrier-popup.popup .popup-close {
	position: absolute;
	right: 10px;
	top: 10px;
}

.holder-title-wholenew {
	min-height: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.holder-title-wholenew .button {
	margin: 15px auto;
}

.wholenew-form-login {
	background: url(../images/gobe.png) no-repeat;
	background-size: auto 100%;
	background-position: 50px 0;
	padding: 50px 0 70px;
	margin: 50px 0 0;
}

@media screen and (max-width: 767px) {
	.wholenew-form-login {
		background-position: 50% 0;
		padding: 0;
		margin: 0;
		min-height: auto;
	}
}

.wholenew-form-login .error {
	color: #e91414;
	margin: 0 0 10px;
	padding: 0 0 0 20px;
}

.wholenew-form-login .button {
	text-transform: none;
}

.wholenew-form-login .row {
	display: flex;
	flex-wrap: wrap;
}

.wholenew-form-login .row .col {
	width: 50%;
}

@media screen and (max-width: 767px) {
	.wholenew-form-login .row .col {
		width: 100%;
	}
}

.wholenew-form-login .desc {
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	font-family: 'Poppins', sans-serif;
}

@media screen and (max-width: 767px) {
	.wholenew-form-login .desc {
		text-align: center;
		margin: 0 0 40px;
	}
}

.wholenew-form-login .desc h1, .wholenew-form-login .desc h2 {
	font-weight: 700;
	font-size: 40px;
	line-height: 60px;
	color: #94C12F;
	margin: 0 0 25px;
	font-family: 'Poppins', sans-serif;
}

.wholenew-form-login .desc p {
	margin: 0 0 23px;
}

.wholenew-form-login .desc .btn, .wholenew-form-login .desc .best-sellers .loop-login-to-price, .best-sellers .wholenew-form-login .desc .loop-login-to-price,
.wholenew-form-login .desc .best-sellers .button, .best-sellers .wholenew-form-login .desc .button {
	display: inline-block;
	vertical-align: top;
	font-weight: 400;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	background: #94C12F;
	border-radius: 30px;
	padding: 5px 30px;
}

.wholenew-form-login form {
	background: #000;
	border-radius: 50px;
	padding: 35px 40px;
	color: #fff;
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
	font-family: 'Poppins', sans-serif;
	width: 100%;
	max-width: 400px;
	margin-left: auto;
}

@media screen and (max-width: 767px) {
	.wholenew-form-login form {
		margin: 0 auto;
		border-radius: 30px;
		padding: 15px 20px;
	}
}

.wholenew-form-login form h2 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 26px;
	line-height: 39px;
	margin: 0;
	color: #fff;
}

.wholenew-form-login form p {
	margin: 0 0 40px;
}

.wholenew-form-login form input {
	display: block;
	width: 100%;
	border-radius: 30px;
	font-weight: 400;
	font-size: 14px;
	background: #fff;
	margin: 0 0 16px;
	padding: 0 50px 0;
	height: 60px;
}

.wholenew-form-login form input.email {
	background: #fff url(../images/mail.svg) no-repeat 20px 50%;
}

.wholenew-form-login form input.password {
	background: #fff url(../images/pasw.svg) no-repeat 20px 50%;
}

.wholenew-form-login form input.button {
	background: #94C12F;
	color: #000;
	font-weight: 400;
	font-size: 20px;
	text-transform: none;
}

.wholenew-form-login form label.rememberme-label input {
	padding: 0;
}

.wholenew-form-login form .holder-link {
	text-align: center;
}

.wholenew-form-login form .holder-link a {
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	color: #FFFFFF;
	opacity: 0.7;
}

.wholenew-form-login form .holder-link a:hover {
	text-decoration: underline;
}

.wholenew-form-register {
	max-width: 570px;
	margin: 0 auto;
	padding: 70px 0 0;
}

.wholenew-form-register h1, .wholenew-form-register h2 {
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	text-align: center;
	margin: 0 0 35px;
}

.wholenew-form-register .row {
	display: flex;
	flex-wrap: wrap;
}

.wholenew-form-register .row .col {
	width: 100%;
	padding: 0 8px;
}

.wholenew-form-register .row .col.col-2 {
	width: 50%;
}

.wholenew-form-register .row .col.col-1 {
	width: 40%;
}

.wholenew-form-register .row .col.col-3 {
	width: 60%;
}

.wholenew-form-register .row .col-btn {
	display: flex;
	align-items: center;
}

.wholenew-form-register .row .col-btn .button {
	margin: 0 15px 30px 0;
}

.wholenew-form-register .row .col-btn span {
	margin: 0 15px 30px 0;
}

.wholenew-form-register .row .col-btn a {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 30px;
	text-decoration: underline;
}

.wholenew-form-register .row .col-btn a:hover {
	text-decoration: none;
}

.wholenew-form-register label {
	margin: 0 0 15px;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	display: flex;
}

.wholenew-form-register .label-checkbox {
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 30px;
}

.wholenew-form-register .label-checkbox input {
	margin: 0 10px 0 0;
}

.wholenew-form-register input:not(input[type="checkbox"]),
.wholenew-form-register select {
	display: block;
	width: 100%;
	margin: 0 0 30px;
	background: #E5E6E7;
	border: 1px solid #000000;
	border-radius: 8px;
	height: 40px;
}

.wholenew-form-register .button {
	margin: 0 0 30px;
}

.wholenew-form-register select:disabled,
.wholenew-form-register input:disabled {
	opacity: .4;
	pointer-events: none;
}

/*# sourceMappingURL=style.css.map */