/*!
Theme Name: pizza
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
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: pizza
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.

pizza 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

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* 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;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* 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;
}

/* 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
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: var(--font-para), "sans-serif";
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	color: #fff;
	font-family: var(--font-heading);
	margin-top: 0;
	margin-bottom: 1rem;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	text-decoration: none;
	color: #fff;
}

h1 {
	font-size: 26px;
	line-height: 1.1;
}

@media screen and (min-width: 640px) {
	h1 {
		font-size: 40px;
	}
}

@media screen and (min-width: 1280px) {
	h1 {
		font-size: 50px;
	}
}

@media screen and (min-width: 1600px) {
	h1 {
		font-size: 60px;
	}
}

h2 {
	font-size: 22px;
	line-height: 1.1;
}

@media screen and (min-width: 768px) {
	h2 {
		font-size: 30px;
		line-height: 1.2;
	}
}

@media screen and (min-width: 1600px) {
	h2 {
		font-size: 40px;
	}
}

p {
	margin-top: 0;
	margin-bottom: 1.5em;
	line-height: 1.2;
	font-weight: 300;
	font-size: 16px;
	font-family: var(--font-para);
}

@media screen and (min-width: 768px) {
	p {
		line-height: 1.35;
		font-size: 18px;
	}
}

p:last-child {
	margin-bottom: 0;
}

p a {
	color: #ff9901;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: var(--font-para);
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: var(--font-para);
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
:root {
	--font-heading: "HelveticaNeueLTW01-75Bold", "Helvetica Neue", "Arial",
		"sans-serif";
	--font-para: "HelveticaNeueLTW01-45Light", "Helvetica Neue", "Arial",
		"sans-serif";
}

body {
	background-color: #000;
	background-image: url("./images/dark-bg.jpg");
	color: #fff;
}

.container {
	width: 94vw;
	max-width: 1800px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 1024px) {
	.hide-on-desktop {
		display: none;
	}
}

aside#secondary {
	display: none;
}

.page-template-default .site-main article.page {
	padding-top: 2em;
	padding-bottom: 4em;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0;
	padding-left: 2em;
}

ul li,
ol li {
	font-size: 18px;
	margin-bottom: 1em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

@font-face {
	font-family: "HelveticaNeueLTW01-45Light";
	src: url("./fonts/HelveticaNeueLTW01-45Light.eot");
	src: url("./fonts/HelveticaNeueLTW01-45Light.eot?#iefix") format("embedded-opentype"), url("./fonts/HelveticaNeueLTW01-45Light.woff2") format("woff2"), url("./fonts/HelveticaNeueLTW01-45Light.woff") format("woff"), url("./fonts/HelveticaNeueLTW01-45Light.ttf") format("truetype"), url("./fonts/HelveticaNeueLTW01-45Light.svg#HelveticaNeueLTW01-45Light") format("svg");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "HelveticaNeueLTW01-75Bold";
	src: url("./fonts/HelveticaNeueLTW01-75Bold.eot");
	src: url("./fonts/HelveticaNeueLTW01-75Bold.eot?#iefix") format("embedded-opentype"), url("./fonts/HelveticaNeueLTW01-75Bold.woff2") format("woff2"), url("./fonts/HelveticaNeueLTW01-75Bold.woff") format("woff"), url("./fonts/HelveticaNeueLTW01-75Bold.ttf") format("truetype"), url("./fonts/HelveticaNeueLTW01-75Bold.svg#HelveticaNeueLTW01-75Bold") format("svg");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'icomoon';
	src: url('./fonts/icomoon.eot?9msczw');
	src: url('./fonts/icomoon.eot?9msczw#iefix') format('embedded-opentype'),
		url('./fonts/icomoon.ttf?9msczw') format('truetype'),
		url('./fonts/icomoon.woff?9msczw') format('woff'),
		url('./fonts/icomoon.svg?9msczw#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-user1:before {
	content: "\e900";
}

.icon-phone1:before {
	content: "\e904";
}

.icon-delivery:before {
	content: "\e905";
}

.icon-fb:before {
	content: "\e907";
}

.icon-arrow:before {
	content: "\e909";
}

.icon-co2-neutral:before {
	content: "\e90a";
}

.icon-cross:before {
	content: "\e90b";
}

.icon-pizza-full:before {
	content: "\e90d";
}

.icon-mail:before {
	content: "\e90e";
}

.icon-location:before {
	content: "\e90f";
}

.icon-cart:before {
	content: "\e910";
}

.icon-arrow-down1:before {
	content: "\e911";
}

.icon-twitter1:before {
	content: "\f099";
}

.icon-linkedin1:before {
	content: "\f0e1";
}

.icon-angle-left1:before {
	content: "\f104";
}

.icon-angle-right1:before {
	content: "\f105";
}

.icon-angle-up1:before {
	content: "\f106";
}

.icon-angle-down1:before {
	content: "\f107";
}

.icon-youtube-play1:before {
	content: "\f16a";
}

.icon-instagram1:before {
	content: "\f16d";
}

.icon-pinterest-p1:before {
	content: "\f231";
}

.icon-tiktok:before {
	content: "\ec34";
}


.icon {
	font-size: 0;
	text-align: center;
}

.icon::before {
	font-size: 20px;
}

.icon:hover::before {
	color: #ff9901;
}

.arrow-down--sm,
.arrow-right--sm {
	background-image: url("./images/arrow-down.svg");
}

.icon--cart::before {
	content: "\e910";
	font-family: "icomoon";
	font-size: 30px;
	color: #fff;
}

.icon--user::before {
	content: "\e900";
	font-family: "icomoon";
	color: #fff;
	font-size: 35px;
}

/* CSS ANIMATIONS */
@-webkit-keyframes marquee {
	0% {
		transform: translateX(0);
	}

	to {
		transform: translateX(-100%);
	}
}

@keyframes marquee {
	0% {
		transform: translateX(0);
	}

	to {
		transform: translateX(-100%);
	}
}

@-webkit-keyframes lineout {
	0% {
		stroke-dashoffset: 0;
	}

	to {
		stroke-dashoffset: 152;
	}
}

@keyframes lineout {
	0% {
		stroke-dashoffset: 0;
	}

	to {
		stroke-dashoffset: 152;
	}
}

@-webkit-keyframes gradientlineout {
	0% {
		background: linear-gradient(135deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 100%, #fff 0, #fff 0, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 0);
	}

	to {
		background: linear-gradient(135deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 30%, #fff 31%, #fff 66%, rgba(255, 255, 255, 0) 77%, rgba(255, 255, 255, 0) 78%, rgba(255, 255, 255, 0));
	}
}

@keyframes gradientlineout {
	0% {
		background: linear-gradient(135deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 100%, #fff 0, #fff 0, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 0);
	}

	to {
		background: linear-gradient(135deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 30%, #fff 31%, #fff 66%, rgba(255, 255, 255, 0) 77%, rgba(255, 255, 255, 0) 78%, rgba(255, 255, 255, 0));
	}
}

@-webkit-keyframes pizzaloader1 {
	20% {
		transform: translate(0);
		opacity: 1;
	}

	40% {
		transform: translate(16px, 7px);
		opacity: 0;
	}

	90% {
		transform: translate(16px, 7px);
		opacity: 0;
	}

	to {
		transform: translate(0);
		opacity: 1;
	}
}

@keyframes pizzaloader1 {
	20% {
		transform: translate(0);
		opacity: 1;
	}

	40% {
		transform: translate(16px, 7px);
		opacity: 0;
	}

	90% {
		transform: translate(16px, 7px);
		opacity: 0;
	}

	to {
		transform: translate(0);
		opacity: 1;
	}
}

@-webkit-keyframes pizzaloader2 {
	25% {
		transform: translate(0);
		opacity: 1;
	}

	45% {
		transform: translate(6px, 15px);
		opacity: 0;
	}

	90% {
		transform: translate(6px, 15px);
		opacity: 0;
	}

	to {
		transform: translate(0);
		opacity: 1;
	}
}

@keyframes pizzaloader2 {
	25% {
		transform: translate(0);
		opacity: 1;
	}

	45% {
		transform: translate(6px, 15px);
		opacity: 0;
	}

	90% {
		transform: translate(6px, 15px);
		opacity: 0;
	}

	to {
		transform: translate(0);
		opacity: 1;
	}
}

@-webkit-keyframes pizzaloader4 {
	30% {
		transform: translate(0);
		opacity: 1;
	}

	50% {
		transform: translate(-15px, 7px);
		opacity: 0;
	}

	90% {
		transform: translate(-15px, 7px);
		opacity: 0;
	}

	to {
		transform: translate(0);
		opacity: 1;
	}
}

@keyframes pizzaloader4 {
	30% {
		transform: translate(0);
		opacity: 1;
	}

	50% {
		transform: translate(-15px, 7px);
		opacity: 0;
	}

	90% {
		transform: translate(-15px, 7px);
		opacity: 0;
	}

	to {
		transform: translate(0);
		opacity: 1;
	}
}

@-webkit-keyframes pizzaloader3 {
	35% {
		transform: translate(0);
		opacity: 1;
	}

	55% {
		transform: translate(-13px, 16px);
		opacity: 0;
	}

	90% {
		transform: translate(-13px, 16px);
		opacity: 0;
	}

	to {
		transform: translate(0);
		opacity: 1;
	}
}

@keyframes pizzaloader3 {
	35% {
		transform: translate(0);
		opacity: 1;
	}

	55% {
		transform: translate(-13px, 16px);
		opacity: 0;
	}

	90% {
		transform: translate(-13px, 16px);
		opacity: 0;
	}

	to {
		transform: translate(0);
		opacity: 1;
	}
}

@-webkit-keyframes pizzaloader5 {
	40% {
		transform: translate(0);
		opacity: 1;
	}

	65% {
		transform: translate(-12px, -5px);
		opacity: 0;
	}

	90% {
		transform: translate(-12px, -5px);
		opacity: 0;
	}

	to {
		transform: translate(0);
		opacity: 1;
	}
}

@keyframes pizzaloader5 {
	40% {
		transform: translate(0);
		opacity: 1;
	}

	65% {
		transform: translate(-12px, -5px);
		opacity: 0;
	}

	90% {
		transform: translate(-12px, -5px);
		opacity: 0;
	}

	to {
		transform: translate(0);
		opacity: 1;
	}
}

@-webkit-keyframes pizzaloader6 {
	45% {
		transform: translate(0);
		opacity: 1;
	}

	65% {
		transform: translate(6px, -15px);
		opacity: 0;
	}

	90% {
		transform: translate(6px, -15px);
		opacity: 0;
	}

	to {
		transform: translate(0);
		opacity: 1;
	}
}

@keyframes pizzaloader6 {
	45% {
		transform: translate(0);
		opacity: 1;
	}

	65% {
		transform: translate(6px, -15px);
		opacity: 0;
	}

	90% {
		transform: translate(6px, -15px);
		opacity: 0;
	}

	to {
		transform: translate(0);
		opacity: 1;
	}
}

@-webkit-keyframes pizzaloader62 {
	50% {
		transform: translate(0);
		opacity: 1;
	}

	70% {
		transform: translate(-8px, -19px);
		opacity: 0;
	}

	90% {
		transform: translate(-8px, -19px);
		opacity: 0;
	}

	to {
		transform: translate(0);
		opacity: 1;
	}
}

@keyframes pizzaloader62 {
	50% {
		transform: translate(0);
		opacity: 1;
	}

	70% {
		transform: translate(-8px, -19px);
		opacity: 0;
	}

	90% {
		transform: translate(-8px, -19px);
		opacity: 0;
	}

	to {
		transform: translate(0);
		opacity: 1;
	}
}

@-webkit-keyframes pizzaloader7 {
	55% {
		transform: translate(0);
		opacity: 1;
	}

	75% {
		transform: translate(19px, -8px);
		opacity: 0;
	}

	90% {
		transform: translate(19px, -8px);
		opacity: 0;
	}

	to {
		transform: translate(0);
		opacity: 1;
	}
}

@keyframes pizzaloader7 {
	55% {
		transform: translate(0);
		opacity: 1;
	}

	75% {
		transform: translate(19px, -8px);
		opacity: 0;
	}

	90% {
		transform: translate(19px, -8px);
		opacity: 0;
	}

	to {
		transform: translate(0);
		opacity: 1;
	}
}

@-webkit-keyframes blendin {
	0% {
		opacity: 0;
		transform: translate(-50%, -40%);
	}

	to {
		opacity: 1;
		transform: translate(-50%, -50%);
	}
}

@keyframes blendin {
	0% {
		opacity: 0;
		transform: translate(-50%, -40%);
	}

	to {
		opacity: 1;
		transform: translate(-50%, -50%);
	}
}

@-webkit-keyframes blendin-again {
	0% {
		opacity: 0;
		transform: translate(-50%, -45%);
	}

	to {
		opacity: 1;
		transform: translate(-50%, -50%);
	}
}

@keyframes blendin-again {
	0% {
		opacity: 0;
		transform: translate(-50%, -45%);
	}

	to {
		opacity: 1;
		transform: translate(-50%, -50%);
	}
}

@-webkit-keyframes pulse {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.05);
	}

	to {
		transform: scale(1);
	}
}

@keyframes pulse {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.05);
	}

	to {
		transform: scale(1);
	}
}

@-webkit-keyframes blink {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	65% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@keyframes blink {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	65% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@-webkit-keyframes zoom-in {
	0% {
		opacity: 0;
		transform: translateX(-300px);
	}

	50% {
		opacity: 0;
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes zoom-in {
	0% {
		opacity: 0;
		transform: translateX(-300px);
	}

	50% {
		opacity: 0;
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@-webkit-keyframes fade-in {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes fade-up {
	0% {
		opacity: 0;
		transform: translate3d(0, 2rem, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

@keyframes fade-up {
	0% {
		opacity: 0;
		transform: translate3d(0, 2rem, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

@-webkit-keyframes blendinout {
	0% {
		opacity: 0;
		transform: translateY(-10px);
	}

	48% {
		opacity: 0;
		transform: translateY(-10px);
	}

	50% {
		opacity: 1;
		transform: translateY(0);
	}

	98% {
		opacity: 1;
		transform: translateY(0);
	}

	to {
		opacity: 0;
		transform: translateY(0);
	}
}

@keyframes blendinout {
	0% {
		opacity: 0;
		transform: translateY(-10px);
	}

	48% {
		opacity: 0;
		transform: translateY(-10px);
	}

	50% {
		opacity: 1;
		transform: translateY(0);
	}

	98% {
		opacity: 1;
		transform: translateY(0);
	}

	to {
		opacity: 0;
		transform: translateY(0);
	}
}

@-webkit-keyframes show-w-opacity {
	0% {
		opacity: 0;
	}

	25% {
		opacity: 0.3;
	}

	50% {
		opacity: 0.6;
	}

	to {
		opacity: 1;
	}
}

@keyframes show-w-opacity {
	0% {
		opacity: 0;
	}

	25% {
		opacity: 0.3;
	}

	50% {
		opacity: 0.6;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes slot-ended {

	0%,
	to {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1);
	}
}

@keyframes slot-ended {

	0%,
	to {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1);
	}
}

@-webkit-keyframes modal-backdrop-in {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes modal-backdrop-in {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes modal-in {
	0% {
		transform: translate3d(0, 5%, 0);
	}

	to {
		transform: translateZ(0);
	}
}

@keyframes modal-in {
	0% {
		transform: translate3d(0, 5%, 0);
	}

	to {
		transform: translateZ(0);
	}
}

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

a:visited {
	color: #fff;
}

a:hover,
a:focus,
a:active {
	color: #ff9901;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

/* BUTTON */
.btn>span,
.dc-btn--primary>span,
.dc-submit--primary>span,
.submit>span {
	padding: 5px 15px;
	display: inline-block;
	height: 100%;
	font-weight: 700;
	color: #fff;
}

@media screen and (min-width: 768px) {

	.btn>span,
	.dc-btn--primary>span,
	.dc-submit--primary>span,
	.submit>span {
		padding: 10px 20px;
	}
}

@media screen and (min-width: 1280px) {

	.btn>span,
	.dc-btn--primary>span,
	.dc-submit--primary>span,
	.submit>span {
		padding: 15px 30px;
	}
}

.btn,
.dc-btn,
.dc-submit,
.submit {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	font-size: 18px;
	position: relative;
	font-family: var(--font-heading);
	transition: all 0.3s ease-in-out;
	border: 2px solid #fff;
	text-decoration: none;
	background: #fff;
	overflow: hidden;
	cursor: pointer;
	line-height: 1;
}

@media screen and (min-width: 1024px) {

	.btn,
	.dc-btn,
	.dc-submit,
	.submit {
		font-size: 22px;
	}
}

.btn:after,
.dc-btn--w-arrow:after,
.dc-submit--w-arrow:after,
.submit:after {
	content: "\e909";
	font-family: "icomoon";
	position: absolute;
	top: 0;
	left: -100%;
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 5px 15px;
}

@media screen and (min-width: 768px) {

	.btn:after,
	.dc-btn--w-arrow:after,
	.dc-submit--w-arrow:after,
	.submit:after {
		padding: 10px 20px;
	}
}

@media screen and (min-width: 1280px) {

	.btn:after,
	.dc-btn--w-arrow:after,
	.dc-submit--w-arrow:after,
	.submit:after {
		padding: 15px 30px;
	}
}

.dc-icon-btn {
	padding: 0;
	margin: 0;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
	justify-content: flex-start;
	font-size: 18px;
	font-weight: 700;
	cursor: pointer;
	font-family: var(--font-heading);
	text-decoration: none;
	color: #fff;
}

.btn span,
.dc-btn--w-arrow span,
.dc-submit--w-arrow span,
.submit span {
	display: inline-block;
}

.btn:after,
.btn span,
.dc-btn--w-arrow:after,
.dc-btn--w-arrow span,
.dc-submit--w-arrow:after,
.dc-submit--w-arrow span,
.submit:after,
.submit span {
	transition: transform 0.2s ease;
}

.btn:not([disabled]):active>span,
.btn:not([disabled]):hover>span,
.dc-btn--w-arrow:not([disabled]):active>span,
.dc-btn--w-arrow:not([disabled]):hover>span,
.dc-submit--w-arrow:not([disabled]):active>span,
.dc-submit--w-arrow:not([disabled]):hover>span,
.submit:not([disabled]):active>span,
.submit:not([disabled]):hover>span {
	transform: translateX(160%);
}

.btn:not([disabled]):active:after,
.btn:not([disabled]):hover:after,
.dc-btn--w-arrow:not([disabled]):active:after,
.dc-btn--w-arrow:not([disabled]):hover:after,
.dc-submit--w-arrow:not([disabled]):active:after,
.dc-submit--w-arrow:not([disabled]):hover:after,
.submit:not([disabled]):active:after,
.submit:not([disabled]):hover:after {
	transform: translateX(100%);
}

.dc-btn--inv,
.dc-submit--inv {
	border: 2px solid #fff;
	color: #fff;
	background: transparent;
}

.dc-btn--inv:hover,
.dc-submit--inv:hover {
	background: #262626;
	background: transparent;
	border-color: #ff9901;
	color: #ff9901;
}

.dc-btn--no-arrow:after,
.dc-submit--no-arrow:after {
	display: none;
}

.dc-btn--no-transform:active span,
.dc-btn--no-transform:hover span,
.dc-submit--no-transform:active span,
.dc-submit--no-transform:hover span {
	transform: none;
}

.dc-btn--input,
.dc-submit--input {
	padding: 5px 15px;
	display: inline-block;
	height: 100%;
	background: transparent;
	text-decoration: none !important;
}

.dc-icon-btn__text {
	flex: 1;
	transition: transform 0.2s ease;
}

.dc-icon-btn--nm-icon-text {
	font-size: 16px;
}

@media screen and (min-width: 768px) {
	.dc-icon-btn--nm-icon-text {
		font-size: 18px;
	}
}

.button {
	display: inline-block;
	background: #f90;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 14px;
	height: auto;
	line-height: 2;
	padding: 5px 15px;
	cursor: pointer;
	margin-bottom: 0 !important;
	border: none;
	border-radius: 3px;
	transition: all 0.25s ease-in-out;
}

.button:hover {
	background-color: #2b2b2b;
}

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: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.one-column-template {
	max-width: 800px;
	margin: 30px auto;
	text-align: center;
}

@media screen and (min-width: 1024px) {
	.one-column-template {
		margin-top: 60px;
		margin-bottom: 60px;
	}
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* 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
--------------------------------------------------------------*/
/* 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;
}

/* Sections
--------------------------------------------- */
.header {
	width: 100%;
}

.header .container {
	display: flex;
	padding-top: 0;
	padding-bottom: 0;
	flex-wrap: wrap;
	justify-content: space-between;
}

.header .site-logo {
	position: relative;
	margin-right: 0;
}

@media screen and (min-width: 320px) {
	.header .site-logo {
		margin-right: 15px;
	}
}

@media screen and (min-width: 768px) {
	.header .site-logo {
		margin-right: 20px;
	}
}

@media screen and (min-width: 1024px) {
	.header .site-logo {
		margin-right: 30px;
	}
}

.header .site-logo img {
	max-width: 110px;
}

.footer {
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 2px solid #e8e5e5;
	width: 100%;
}

@media screen and (min-width: 640px) {
	.footer {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

@media screen and (min-width: 768px) {
	.footer {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

@media screen and (min-width: 1024px) {
	.footer {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

.footer .container {
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	justify-content: space-between;
	margin: 0 auto;
}

@media screen and (min-width: 1024px) {
	.footer .container {
		flex-flow: row;
		margin-bottom: 0;
	}
}

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

.footer-left {
	display: flex;
	justify-content: flex-start;
	flex-flow: column;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.footer-left {
		flex-flow: row;
	}
}

.contact-info {
	line-height: 1.35;
	width: 100%;
}

@media screen and (min-width: 320px) {
	.contact-info {
		margin-right: 15px;
		margin-bottom: 30px;
	}
}

@media screen and (min-width: 640px) {
	.contact-info {
		margin-bottom: 40px;
	}
}

@media screen and (min-width: 768px) {
	.contact-info {
		margin-right: 20px;
		min-width: 250px;
		width: 10vw;
	}
}

.contact-info .title {
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
}

@media screen and (min-width: 768px) {
	.contact-info .title {
		font-size: 18px;
	}
}

.contact-info .text {
	margin-top: 15px;
	font-family: var(--font-para);
	font-weight: 300;
	line-height: 1.5;
}

@media screen and (min-width: 768px) {
	.contact-info .text {
		margin-top: 20px;
	}
}

.footer-main {
	font-size: 14px;
	display: flex;
	align-items: flex-start;
	flex-flow: column wrap;
	justify-content: flex-start;
	font-family: var(--font-para);
	font-weight: 300;
}

@media screen and (min-width: 768px) {
	.footer-main {
		flex-flow: row nowrap;
	}
}

.footer-nav {
	display: flex;
	flex-flow: column wrap;
	align-items: flex-start;
	width: 100%;
}

@media screen and (min-width: 1024px) {
	.footer-nav {
		width: 10vw;
		min-width: 250px;
	}
}

.footer-nav .title {
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.footer-nav .title {
		font-size: 18px;
	}
}

.footer-nav li {
	padding-top: 15px;
	display: flex;
	justify-content: flex-start;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.footer-nav li {
		padding-top: 20px;
	}
}

.footer-nav li a {
	font-family: var(--font-para);
	font-weight: 300;
}

@media screen and (min-width: 768px) {
	.footer-nav li a {
		font-size: 16px;
	}
}

.footer-right {
	margin-top: 15px;
	display: flex;
	justify-content: flex-start;
}

@media screen and (min-width: 320px) {
	.footer-right {
		margin-top: 0;
		width: 100%;
		max-width: 180px;
	}
}

.footer-right li:first-child {
	padding-top: 0;
}

.footer-social {
	margin-top: 15px;
}

@media screen and (min-width: 768px) {
	.footer-social {
		margin-top: 20px;
	}
}

@media screen and (min-width: 1024px) {
	.footer-social {
		margin-top: 0;
	}
}

.footer-social li {
	margin-right: 10px;
	display: flex;
}

@media screen and (min-width: 1024px) {
	.footer-social li {
		margin-right: 0;
		margin-bottom: 20px;
	}
}

.footer-social li a {
	position: relative;
	display: inline-block;
	font-size: 0;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
	line-height: 1;
}

.footer-social li a::before {
	content: "";
	font-family: "icomoon";
	color: #fff;
	font-size: 32px;
}

.footer-social li a:hover::before {
	color: #ff9901;
}

.footer-social li.fb a::before {
	content: "\e907";
}

.footer-social li.insta a::before {
	content: "\f16d";
	font-size: 35px;
}

.footer-social li.tiktok a::before {
	content: "\ec34";
}

.coyprights .container {
	display: block;
	font-family: var(--font-para);
	font-weight: 300;
}

@media screen and (min-width: 1024px) {
	.coyprights .container {
		flex-flow: row;
		margin-bottom: 0;
	}
}

.copyright {
	font-size: 15px;
	max-width: none;
	width: 100%;
	text-align: center;
	display: block;
	margin-bottom: 15px;
}

.copyright a {
	padding-left: 3px;
	padding-right: 3px;
}

.copyright:first-child {
	justify-content: flex-start;
}

.nav-primary-container {
	display: flex;
	padding: 0;
	margin: 0;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}

@media screen and (min-width: 320px) {
	.nav-primary-container {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

@media screen and (min-width: 768px) {
	.nav-primary-container {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.main-nav {
	top: 68px;
	position: fixed;
	left: 0;
	right: 0;
	width: 100vw;
	height: calc(100vh - 68px);
	opacity: 0;
	transition: transform 0.3s ease, opacity 0.3s ease, max-height 0s 0.5s;
	transform: translateY(15px);
	overflow: hidden;
	visibility: hidden;
	z-index: 99999;
}

@media screen and (min-width: 320px) {
	.main-nav {
		top: 68px;
	}
}

@media screen and (min-width: 768px) {
	.main-nav {
		top: 78px;
		height: calc(100vh - 78px);
	}
}

@media screen and (min-width: 1024px) {
	.main-nav {
		position: static;
		top: 0;
		display: block;
		width: inherit;
		max-height: 1000px;
		height: auto;
		opacity: 1;
		transform: none;
		overflow: visible;
		visibility: visible;
	}
}

.main-nav.active {
	visibility: visible;
	opacity: 1;
	background: #1c1e20;
	padding: 1em 1.5em;
	top: 120px;
}

.nav {
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	height: 100%;
	font-family: var(--font-heading);
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	padding: 0;
	margin: 0;
}

@media screen and (min-width: 1024px) {
	.nav {
		flex-flow: row nowrap;
		align-items: center;
		height: 100%;
		overflow: visible;
		overflow: initial;
	}
}

.nav-item {
	display: block;
	align-items: stretch;
	width: 100%;
	justify-content: left;
	text-align: left;
	border-bottom: 2px solid #e8e5e5;
}

@media screen and (min-width: 320px) {
	.nav-item {
		margin-right: 15px;
	}
}

@media screen and (min-width: 768px) {
	.nav-item {
		margin-right: 20px;
	}
}

@media screen and (min-width: 1024px) {
	.nav-item {
		margin-right: 40px;
		display: flex;
		width: auto;
		height: 100%;
		border-bottom: none;
	}
}

.nav-item>a {
	margin: 0 auto;
	width: 94vw;
	max-width: 1800px;
	font-size: 30px;
	position: relative;
	height: 100%;
	display: block;
	color: #fff;
	text-decoration: none;
	font-family: var(--font-heading);
	font-weight: 700;
}

.nav-item>a:hover {
	color: #ff9901;
}

@media screen and (min-width: 320px) {
	.nav-item>a {
		font-size: 30px;
		padding-top: 0;
		padding-bottom: 0;
	}
}

@media screen and (min-width: 1024px) {
	.nav-item>a {
		width: auto;
		max-width: none;
		display: flex;
		align-items: center;
		transition: color 0.1s ease;
		font-size: 18px;
	}
}

.nav-item-text>span {
	padding-bottom: 15px;
	padding-top: 15px;
	display: block;
}

.nav-secondary-container {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	min-width: 110px;
	font-family: var(--font-heading);
}

.nav-secondary-container .nav-meta {
	display: flex;
	align-items: center;
}

.nav-secondary-container .nav-meta>ul {
	display: flex;
	padding: 0;
	margin: 0;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}

.nav-secondary-container .nav-meta>ul>li {
	font-size: 16px;
	margin-right: 15px;
	font-family: var(--font-heading);
}

.nav-secondary-container .nav-meta select {
	border: none;
}

.nav-secondary-container .nav-meta select option {
	font-size: 16px;
	text-align: center;
	padding: 5px;
	font-weight: 700;
	color: #000;
	cursor: pointer;
}

@media screen and (min-width: 1024px) {

	.nav-secondary-container .nav-login,
	.nav-secondary-container .nav-login a {
		display: flex;
		align-items: center;
	}
}

.nav-secondary-container .nav-login {
	margin-left: 20px;
	margin-right: 20px;
}

@media screen and (min-width: 1024px) {
	.nav-secondary-container .nav-login {
		height: 30px;
		padding: 0;
		flex-wrap: wrap;
		justify-content: space-around;
		flex-wrap: nowrap;
	}
}

.nav-language-chooser {
	position: relative;
	text-transform: uppercase;
	font-weight: 700;
	max-width: 130px;
}

@media screen and (min-width: 1024px) {
	.nav-language-chooser {
		display: block;
	}
}

.nav-language-chooser .lang-current {
	color: #fff;
}

.nav-language-chooser .lang-current .lang {
	position: relative;
	padding-right: 20px;
}

.nav-language-chooser .lang-current .lang::after {
	content: "\f107";
	font-family: "icomoon";
	font-size: 18px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.nav-language-chooser .lang-current:hover {
	color: #ff9901;
}

.nav-language-chooser .lang-current:hover::before {
	color: #ff9901;
}

.nav-language-chooser .lang-toggle .lang-list {
	position: absolute;
	top: 100%;
	right: 50%;
	transform: translateX(50%) scale(0);
	background-color: #fff;
	border: 1px solid #000;
	text-align: center;
	width: 60px;
	transition: all 0.15s ease-in-out;
	z-index: 2;
}

.nav-language-chooser .lang-toggle .lang-list>a {
	padding: 5px;
	color: #000;
}

.nav-language-chooser .lang-toggle .lang-list>a.active,
.nav-language-chooser .lang-toggle .lang-list>a:hover {
	color: #ff9901;
}

.nav-language-chooser:hover .lang-list {
	transform: translateX(50%) scale(1);
}

.nav-language-chooser .lang,
.nav-language-chooser .lang-list {
	text-transform: uppercase;
	font-size: 20px;
	font-family: var(--font-heading);
	font-weight: 700;
	cursor: pointer;
}

.nav-language-chooser:hover select {
	color: #ff9901;
}

.nav-language-chooser .wpml-ls-legacy-dropdown .wpml-ls-item {
	font-size: 16px;
}

.nav-language-chooser .wpml-ls-legacy-dropdown .wpml-ls-item a {
	color: #000;
	padding-top: 8px;
	padding-bottom: 10px;
}

.nav-language-chooser .wpml-ls-statics-shortcode_actions .wpml-ls-current-language>a {
	background-color: #000000;
	color: #fff;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
	color: #000;
}

.nav-secondary-container .nav-login {
	display: flex;
	align-content: center;
}

.nav-secondary-container .nav-meta>ul>li:last-child {
	margin-right: 0;
}

.cart-widget-wrap {
	margin-left: 10px;
}

.cart-widget {
	position: relative;
	font-family: var(--font-heading);
	display: flex;
	align-items: center;
}

.cart-widget::before {
	content: "\e910";
	font-family: "icomoon";
	font-size: 30px;
	color: #fff;
}

.cart-widget:hover {
	color: #ff9901;
}

.cart-widget:hover a {
	color: #ff9901;
}

.cart-widget:hover::before {
	color: #ff9901;
}

.cart-widget a {
	padding-left: 5px;
}

.cart-widget a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cart-widget .cart-contents-count {
	font-size: 20px;
	font-weight: 700;
	font-family: var(--font-heading);
}

@media screen and (min-width: 768px) {
	.cart-widget .cart-contents-count {
		margin-left: 0.3rem;
	}
}

.mob-nav-controls {
	margin-right: 2em;
}

.menu-bar {
	width: 26px;
	height: 26px;
	display: inline-block;
}

.menu-bar .bar {
	width: 25px;
	height: 1px;
	background-color: #fff;
	border-radius: 20px;
	display: block;
	margin: 6px 0;
	transition: all 0.25s ease-in-out;
}

.menu-bar.open .bar:first-child {
	transform: rotate(45deg) translate(3px, 2px);
	margin-top: 8px;
}

.menu-bar.open .bar:nth-child(2) {
	opacity: 0;
}

.menu-bar.open .bar:last-child {
	transform: rotate(-45deg) translate(7px, -6px);
}

/* HERO SECTION */
.hero-image {
	position: relative;
	flex: 1;
	overflow: hidden;
	height: 80vh;
	min-height: 450px;
}

.hero-image .hero-image__media {
	height: 100%;
}

.hero-image .hero-image__media div {
	height: 100%;
}

.hero-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	transform-origin: center;
	transform: scale(1);
	transition: opacity 0.3s ease 0s, transform 0.8s cubic-bezier(0.1, 0.79, 0.25, 1) 0.1s;
}

.voucher-badge {
	display: flex;
	align-items: center;
	justify-content: center;
	animation: pulse 2s ease infinite;
	position: absolute;
	bottom: 0.25rem;
	right: 0.25rem;
	width: 5.8rem;
	text-align: center;
	background-image: url("./images/sun.png");
	background-size: cover;
	background-repeat: no-repeat;
	font-size: 12px;
	color: #fff;
	font-family: var(--font-heading);
	font-weight: 700;
}

@media screen and (min-width: 768px) {
	.voucher-badge {
		width: 8rem;
		height: 8rem;
		font-size: 18px;
	}
}

@media screen and (min-width: 1024px) {
	.voucher-badge {
		right: 0.5rem;
		bottom: 0.5rem;
		width: 12rem;
		height: 12rem;
		font-size: 22px;
	}
}

@media screen and (min-width: 1280px) {
	.voucher-badge {
		width: 14rem;
		height: 14rem;
	}
}

.voucher-badge a {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	max-width: 200px;
	line-height: 1.2;
}

.floating-form-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 25px;
	background-color: #fff;
	width: 100%;
	max-width: 420px;
	color: #000;
}

@media screen and (min-width: 768px) {
	.floating-form-wrap {
		padding: 30px;
	}
}

@media screen and (min-width: 1024px) {
	.floating-form-wrap {
		padding: 40px;
	}
}

.floating-form-wrap #delivery-type-1 {
	display: none;
}

.floating-form-wrap #delivery-type-1.active {
	display: block;
}

.floating-form-wrap .welcome-text {
	border-bottom: 2px solid #000;
	padding-bottom: 6px;
	margin-bottom: 1.5em;
}

.floating-form-wrap .delivery-type-box {
	display: flex;
	justify-content: space-between;
	text-align: left;
}

.floating-form-wrap .delivery-type-box .title {
	width: 70%;
}

.floating-form-wrap .delivery-type-box .type {
	width: 30%;
}

.floating-form-wrap .delivery-type-box .label {
	display: block;
}

.floating-form-wrap .delivery-type-box .value {
	font-family: var(--font-heading);
}

.floating-form-wrap .change-toggle a {
	color: #000;
	font-family: var(--font-heading);
	font-size: 20px;
}

.floating-form-wrap .change-toggle a [class^="icon-"] {
	font-size: 0;
	display: inline-block;
	transform: rotate(180deg);
	border: 2px solid #000;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	margin-right: 20px;
	text-align: center;
}

.floating-form-wrap .change-toggle a [class^="icon-"]::before {
	font-size: 12px;
	line-height: 2.4;
}

.floating-form-wrap .button-wrap {
	margin-top: 30px;
}

.floating-form-wrap .button-wrap input[type="submit"] {
	position: relative;
	display: block;
	padding: 15px;
	background-color: #ff9900;
	color: #fff;
	font-family: var(--font-heading);
	font-size: 28px;
	text-align: center;
	border: none;
	overflow: visible;
	transition: all 0.4s ease-in-out;
	line-height: 1;
	width: 100%;
	border-radius: 0;
	cursor: pointer;
}

.floating-form-wrap .button-wrap input[type="submit"]:hover {
	background-color: #2b2b2b;
}

.floating-form-wrap #delivery-type-2 .input-field-wrap {
	position: relative;
}

.floating-form-wrap #delivery-type-2 .input-field-wrap label {
	display: inline-block;
	padding-bottom: 0.3em;
}

.floating-form-wrap #delivery-type-2 .input-field-wrap input,
.floating-form-wrap #delivery-type-2 .input-field-wrap input[type="number"] {
	font-size: 22px;
	font-family: var(--font-heading);
	text-align: center;
	border: 2px solid #000;
	border-radius: 0;
	outline: none;
	width: 100%;
	display: block;
}

@media screen and (min-width: 768px) {

	.floating-form-wrap #delivery-type-2 .input-field-wrap input,
	.floating-form-wrap #delivery-type-2 .input-field-wrap input[type="number"] {
		font-size: 26px;
	}
}

@media screen and (min-width: 1280px) {

	.floating-form-wrap #delivery-type-2 .input-field-wrap input,
	.floating-form-wrap #delivery-type-2 .input-field-wrap input[type="number"] {
		font-size: 30px;
	}
}

.floating-form-wrap #delivery-type-2 .input-field-wrap input::-webkit-outer-spin-button,
.floating-form-wrap #delivery-type-2 .input-field-wrap input::-webkit-inner-spin-button,
.floating-form-wrap #delivery-type-2 .input-field-wrap input[type="number"]::-webkit-outer-spin-button,
.floating-form-wrap #delivery-type-2 .input-field-wrap input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.floating-form-wrap #delivery-type-2 .input-field-wrap input[type="number"],
.floating-form-wrap #delivery-type-2 .input-field-wrap input[type="number"][type="number"] {
	-moz-appearance: textfield;
}

.floating-form-wrap #delivery-type-2 p,
.floating-form-wrap #delivery-type-2 .text {
	font-size: 12px;
	margin-top: 0.8em;
	margin-bottom: 1.2em;
	color: #000;
}

.floating-form-wrap #delivery-type-2 p a,
.floating-form-wrap #delivery-type-2 .text a {
	color: inherit;
}

.floating-form-wrap #delivery-type-2 p:hover,
.floating-form-wrap #delivery-type-2 .text:hover {
	color: #ff9901;
}

.floating-form-wrap #delivery-type-2 .option-toggle-wrap label {
	padding: 8px;
	text-align: center;
	font-size: 22px;
	cursor: pointer;
	font-family: var(--font-heading);
}

.site-info-container {
	padding-top: 25px;
}

@media screen and (min-width: 768px) {
	.site-info-container {
		padding-top: 30px;
	}
}

@media screen and (min-width: 1024px) {
	.site-info-container {
		padding-top: 40px;
	}
}

.site-info-container .site-info {
	position: relative;
	background-position: 25px;
}

@media screen and (min-width: 768px) {
	.site-info-container .site-info {
		padding-bottom: 30px;
	}
}

@media screen and (min-width: 1024px) {
	.site-info-container .site-info {
		padding-bottom: 40px;
	}
}

.site-info-content {
	display: flex;
	align-items: inherit;
	flex-flow: column nowrap;
	justify-content: space-between;
	height: 100%;
}

@media screen and (min-width: 640px) {
	.site-info-content {
		flex-flow: row wrap;
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media screen and (min-width: 1280px) {
	.site-info-content {
		margin-left: -20px;
		margin-right: -20px;
	}
}

.site-info-item {
	margin-bottom: 30px;
	box-sizing: border-box;
	display: flex;
	width: auto;
	flex-flow: column nowrap;
	align-items: flex-start;
	justify-content: unset;
}

@media screen and (min-width: 320px) {
	.site-info-item {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 640px) {
	.site-info-item {
		flex: 0 0 50%;
		width: 50%;
		padding: 0 15px;
		margin-bottom: 40px;
	}
}

@media screen and (min-width: 768px) {
	.site-info-item {
		margin-bottom: 50px;
	}
}

@media screen and (min-width: 1024px) {
	.site-info-item {
		flex: 0 0 33.33333%;
		width: 33.33333%;
		margin-bottom: 0;
	}
}

@media screen and (min-width: 1280px) {
	.site-info-item {
		padding: 0 20px;
	}
}

.site-info-item .title,
.site-info-item .desc {
	margin-bottom: 15px;
}

@media screen and (min-width: 768px) {

	.site-info-item .title,
	.site-info-item .desc {
		margin-bottom: 20px;
	}
}

.link>a {
	display: flex;
	align-items: center;
}

.link .arrow-w-circle {
	display: inline-block;
	text-align: center;
	width: 28px;
	height: 28px;
	margin-left: 8px;
	font-size: 0;
	border: 2px solid #fff;
	border-radius: 50%;
	transition: all 0.25s ease-in-out;
}

.link .arrow-w-circle::before {
	content: "\e909";
	font-family: "icomoon";
	color: #fff;
	font-size: 10px;
	line-height: 2.5;
}

.link:hover .arrow-w-circle {
	border-color: #ff9901;
}

.link:hover .arrow-w-circle::before {
	color: #ff9901;
}

.homepage-feat-section {
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 2px solid #f8f8f8;
	display: flex;
	align-items: center;
}

@media screen and (min-width: 1280px) {
	.homepage-feat-section {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

.homepage-feat-section .feat-single {
	position: relative;
	padding-left: 7.5px;
	padding-right: 7.5px;
}

@media screen and (min-width: 768px) {
	.homepage-feat-section .feat-single {
		width: 50%;
	}
}

.homepage-feat-section .feat-img-container {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: transform 1s cubic-bezier(0.16, 0.09, 0, 1.11);
}

.homepage-feat-section .feat-img-container:after {
	left: 0;
	bottom: 0;
	-webkit-background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 0.5));
	-ms-background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 0.5));
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 0.5));
	content: "";
	position: absolute;
	width: 100%;
	height: 80%;
}

.homepage-feat-section .feat-img-container img {
	display: block;
}

.homepage-feat-section .feat-text {
	left: 25px;
	bottom: 25px;
	position: absolute;
	width: 90%;
	transition: transform 1s cubic-bezier(0.16, 0.09, 0, 1.11);
	color: #fff;
	z-index: 99;
}

@media screen and (min-width: 768px) {
	.homepage-feat-section .feat-text {
		left: 30px;
		bottom: 30px;
		width: 60%;
	}
}

@media screen and (min-width: 1024px) {
	.homepage-feat-section .feat-text {
		left: 40px;
		bottom: 40px;
	}
}

.homepage-feat-section .feat-para {
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 1.1;
	font-size: 22px;
	color: #fff;
}

@media screen and (min-width: 320px) {
	.homepage-feat-section .feat-para {
		margin-top: 15px;
		margin-bottom: 15px;
	}
}

@media screen and (min-width: 640px) {
	.homepage-feat-section .feat-para {
		font-size: 30px;
	}
}

@media screen and (min-width: 768px) {
	.homepage-feat-section .feat-para {
		font-size: 32px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

@media screen and (min-width: 1280px) {
	.homepage-feat-section .feat-para {
		font-size: 36px;
	}
}

@media screen and (min-width: 1440px) {
	.homepage-feat-section .feat-para {
		font-size: 40px;
	}
}

@media screen and (min-width: 1440px) {
	.homepage-feat-section .feat-para {
		font-size: 44px;
	}
}

.contact-us-template {
	display: flex;
	flex-wrap: wrap;
	padding-top: 2em;
	padding-bottom: 4em;
}

@media screen and (min-width: 769px) {
	.contact-us-template {
		flex-wrap: nowrap;
		margin-left: -1em;
		margin-right: -1em;
		padding-bottom: 6em;
	}
}

.contact-us-template .col {
	width: 100%;
}

@media screen and (min-width: 769px) {
	.contact-us-template .col {
		width: 50%;
		margin-left: 1em;
		margin-right: 1em;
	}
}

.contact-us-template .col ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.contact-us-template .col ul li {
	margin: 0 0 0.5em;
}

.contact-us-template .col ul .title {
	display: inline-block;
	font-weight: 700;
	width: 140px;
}

.contact-us-template .map-holder {
	margin-top: 2em;
}

.contact-us-template .map-holder iframe {
	width: 100%;
}

.contact-us-template .form-col {
	margin-top: 2em;
}

@media screen and (min-width: 769px) {
	.contact-us-template .form-col {
		margin-top: 0;
	}
}

@media screen and (min-width: 769px) {
	.contact-us-template .form-col form .half {
		width: 50%;
		float: left;
	}
}

@media screen and (min-width: 769px) and (max-width: 991px) {
	.contact-us-template .form-col form .half {
		width: 100%;
	}
}

.contact-us-template .form-col form .half:nth-child(2n + 1) {
	clear: left;
}

.contact-us-template .form-col form .form-wrap {
	margin-left: -1em;
	margin-right: -1em;
}

.contact-us-template .form-col form .form-wrap>div {
	margin-bottom: 2em;
	padding-left: 1em;
	padding-right: 1em;
}

.contact-us-template .form-col form .form-wrap p {
	margin-top: 0;
	margin-bottom: 0.5em;
}

.contact-us-template .form-col form .form-wrap input {
	width: 100%;
	padding: 0.5em 1em;
}

.contact-us-template .form-col form .form-wrap input[type="submit"] {
	padding: 1em 2em;
	width: auto;
	text-transform: uppercase;
	font-family: var(--font-heading);
	color: #fff;
	background-color: #000;
	border: none;
	cursor: pointer;
}

.contact-us-template .form-col form .form-wrap input[type="submit"]:hover {
	background-color: #2b2b2b;
}

.error404 #primary,
.search-no-results #primary {
	padding-top: 3em;
	padding-bottom: 6em;
}

.error404 .not-found,
.search-no-results .not-found {
	text-align: center;
	min-height: 50vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.error404 .not-found .search-form,
.search-no-results .not-found .search-form {
	display: flex;
	justify-content: center;
}

.error404 .not-found [type="search"],
.search-no-results .not-found [type="search"] {
	line-height: 2;
	padding-left: 0.5em;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.error404 .not-found .search-submit,
.search-no-results .not-found .search-submit {
	background-color: #1c1e20;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 14px;
	height: auto;
	line-height: 2;
	padding: 5px 15px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left: none;
	cursor: pointer;
}

.error404 .not-found .search-submit:hover,
.search-no-results .not-found .search-submit:hover {
	background-color: #454545;
}

.search #primary {
	padding-top: 3em;
	padding-bottom: 6em;
}

.search .page-header {
	padding-bottom: 1em;
	margin-bottom: 4em;
	border-bottom: 1px solid #fff;
}

.search article {
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px dashed #fff;
}

.search article:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.search article h2 {
	font-size: 28px;
}

.search article p {
	margin-bottom: 1em;
}

.woocommerce-page .site-main {
	position: relative;
	width: 94vw;
	max-width: 1800px;
	margin-left: auto;
	margin-right: auto;
	padding: 3em 0;
}

@media screen and (min-width: 1801px) {
	.woocommerce-page .site-main {
		padding-left: 0;
		padding-right: 0;
	}
}

.woocommerce-page .site-main::after {
	content: "";
	display: table;
	clear: both;
}

.woocommerce-account .site-main article.page {
	padding-top: 0;
	padding-bottom: 2em;
}

@media screen and (min-width: 769px) {
	.woocommerce {
		display: flex;
		flex-wrap: wrap;
	}
}

.woocommerce h2 {
	width: 100%;
}

@media screen and (min-width: 769px) {
	.woocommerce .woocommerce-MyAccount-navigation {
		width: 30%;
		padding-right: 1em;
	}
}

.woocommerce .woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.woocommerce .woocommerce-MyAccount-navigation ul li {
	margin-bottom: 0;
}

.woocommerce .woocommerce-MyAccount-navigation ul li a {
	display: block;
	padding: 0.7em 1em;
	background-color: #1c1e20;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2px;
}

@media screen and (min-width: 769px) {
	.woocommerce .woocommerce-MyAccount-navigation ul li a {
		padding: 1em 1.3em;
	}
}

.woocommerce .woocommerce-MyAccount-navigation ul li:last-child a {
	border-bottom: none;
}

.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
	color: #ff9901;
}

.woocommerce .woocommerce-MyAccount-content {
	background-color: #1c1e20;
	padding: 1em;
}

@media screen and (min-width: 769px) {
	.woocommerce .woocommerce-MyAccount-content {
		width: 70%;
		padding: 2em;
	}
}

.woocommerce-form-login {
	padding: 2em;
	background-color: #1c1e20;
	width: 100%;
	max-width: 500px;
}

.woocommerce-form-login label {
	display: block;
	padding-bottom: 0.5em;
}

.woocommerce-form-login input[type="text"],
.woocommerce-form-login input[type="password"] {
	width: 100%;
	padding: 0.3em 1em;
	font-size: 18px;
}

.woocommerce-form-login button,
.woocommerce-form-login [type="button"],
.woocommerce-form-login [type="reset"],
.woocommerce-form-login [type="submit"] {
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 14px;
	height: auto;
	line-height: 2;
	padding: 5px 15px;
	cursor: pointer;
	margin-bottom: 0 !important;
	border: none;
	transition: all 0.25s ease-in-out;
}

.woocommerce-form-login button:hover,
.woocommerce-form-login [type="button"]:hover,
.woocommerce-form-login [type="reset"]:hover,
.woocommerce-form-login [type="submit"]:hover {
	background-color: #ff9901;
	color: #fff;
}

.woocommerce-lost-password .ct-product-cat-list {
	margin-bottom: 2em;
}

.woocommerce-lost-password .entry-content .woocommerce form {
	padding: 2em;
	background-color: #1c1e20;
	max-width: 600px;
}

.woocommerce-lost-password .entry-content .woocommerce form label {
	display: block;
	padding-bottom: 0.5em;
}

.woocommerce-lost-password .entry-content .woocommerce form input {
	width: 100%;
}

/* CATEGORY SLIDER CSS */
div.ct-product-cat-list ul.products {
	padding-left: 25px;
	padding-right: 25px;
}

div.ct-product-cat-list ul.products li.product-category {
	display: none;
}

div.ct-product-cat-list ul.products li.product-category:first-child,
div.ct-product-cat-list ul.products li.product-category.slick-slide {
	display: inline-block;
}

div.ct-product-cat-list .slick-arrow {
	margin-top: 1rem;
}

.single div.ct-product-cat-list .slick-arrow {
	margin-top: 0;
}

div.ct-product-cat-list .slick-prev {
	left: 0;
}

div.ct-product-cat-list .slick-next {
	right: 0;
}

div.ct-product-cat-list ul.products li.product-category {
	margin-bottom: 0;
}

.single .ct-product-cat-list {
	margin-bottom: 1rem;
}

.woocommerce-checkout .ct-product-cat-list .woocommerce {
	max-width: none;
}

/* Checkout Payment machince order change */
.woocommerce-checkout #payment .place-order {
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
}

.woocommerce-checkout #payment .place-order>*:not(button) {
	width: 100%;
}

.woocommerce-checkout .payment-device {
	order: 1;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
	order: 2;
}

.woocommerce-checkout #payment .place-order .button {
	order: 3;
}

/*# sourceMappingURL=style.css.map */
.intro-container .button-wrap input[type="submit"] {
    text-transform: capitalize;
}