/*!
Theme Name: infinity
Theme URI: http://underscores.me/
Author: MOSERLX
Author URI: https://moserlx.com
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: infinity
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.

infinity 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;
}

/**
 * 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: none !important;
}

/**
 * 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: #404040;
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Roboto', sans-serif;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
	font-family: 'Roboto', sans-serif;
}

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%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
	font-family: 'Roboto', sans-serif;
	outline: none !important;
}

a:visited {
	color: #800080;
	outline: none !important;
}

a:hover,
a:focus,
a:active {
	color: #191970;
	outline: none !important;
}

a:focus {
	outline: none !important;
}

a:hover,
a:active {
	outline: none !important;
}

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

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

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
--------------------------------------------------------------*/
.desktop-only {
	display: block;
	visibility: visible;
}
.mobile-only {
	display: none;
	visibility: hidden;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */

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

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

body {
	font-family: 'Roboto', sans-serif;
}

/*  Fonts */
@font-face {
	font-family: 'Roboto';
	src: url('assets/fonts/roboto-regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Roboto';
	src: url('assets/fonts/Roboto-Thin.woff2') format('woff2');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Roboto';
	src: url('assets/fonts/roboto-300.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Roboto';
	src: url('assets/fonts/Roboto-Medium.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Roboto';
	src: url('assets/fonts/roboto-700.woff2') format('woff2');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Roboto';
	src: url('assets/fonts/roboto-900.woff2') format('woff2');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Roboto Condensed';
	src: url('assets/fonts/roboto-condensed-regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Roboto Condensed';
	src: url('assets/fonts/roboto-condensed-700.woff2') format('woff2');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'PeridotPE';
	src: url('assets/fonts/PeridotPE-Regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'PeridotPE';
	src: url('assets/fonts/PeridotPE-Medium.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'PeridotPE';
	src: url('assets/fonts/PeridotPE-Light.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'PeridotPE';
	src: url('assets/fonts/PeridotPE-Bold.woff2') format('woff2');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'PeridotPE';
	src: url('assets/fonts/PeridotPE-Black.woff2') format('woff2');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

/* MOSERLX */
.container {
	width: 100%;
	max-width: 100%;
	display: block;
	overflow: hidden;
	margin: 0 auto;
}
.admin-bar .dark-bg {
	top: 254px;
}
.dark-bg {
	position: fixed;
	z-index: 1;
	bottom: 0;
	right: 0;
	left: 0;
	top: 222px;
	max-height: 0;
	overflow: hidden;
	visibility: hidden;
	background-color: rgba(51, 51, 51, 0.5);
}
.dark-bg.is-active {
	max-height: 100%;
	overflow: hidden;
	visibility: visible;
	background-color: rgba(51, 51, 51, 0.5);
	z-index: 9;
}
body.ovr-hidden {
	overflow: hidden;
}
body.ovr-hidden.admin-bar #site-header {
	top: 32px;
}
.ovr-hidden #site-header {
	top: 0;
	position: fixed;
	width: 100%;
}

.msr-main-menu-desktop,
.header-wrapper {
	display: none;
}
.woocommerce-cart .site-main {
	max-width: 1400px;
	width: 100%;
	margin: auto;
}
.site-main {
	max-width: 1366px;
	width: 100%;
	margin: auto;
}
.woocommerce-checkout .site-main {
	max-width: 100%;
	width: 100%;
	margin: auto;
}

/* Single Product */
.single-product .msr-wrapper-all-chrom {
	display: flex;
	flex-wrap: wrap;
	height: 220px;
	overflow-y: auto;
}
.single-product .msr-wrapper-chromatologio img,
.single-product .msr-wrapper-chromatologio {
	width: 40px;
	height: 40px;
}
.single-product .msr-wrapper-chromatologio {
	margin-right: 10px;
}
.single-product .msr-wrapper-chromatologio-picker {
	width: 40px;
	height: 40px;

}
.woocommerce div.product .product_title {
	font-size: 22px;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 4px;
	font-family: 'PeridotPE', serif;
}
.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb a {
	font-size: 12px;
	color: #B5B5B5;
	text-decoration: none;
}
.woocommerce .woocommerce-breadcrumb a {
	margin-left: 6px;
	margin-right: 6px;
}
.woocommerce .woocommerce-breadcrumb span.breadcrumb-end {
	margin-left: 6px;
}
.woocommerce .woocommerce-breadcrumb a.breadcrumb-home {
	margin-left: 0;
}
.breadcrumb-wrapper {
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}
.breadcrumb-wrapper i.fa-house {
	background-image: url(/wp-content/uploads/2024/07/Home.png);
	background-size: 18px;
	width: 18px;
	height: 18px;
	display: block;
	background-repeat: no-repeat;

}
.woocommerce div.product div.summary {
	margin-top: 0;
}
/*
.woocommerce .woocommerce-breadcrumb > a:before {
	content: "";
	background-image: url(/wp-content/uploads/2024/07/Home.png);
	background-repeat: no-repeat;
	background-size: 18px;
	width: 18px;
	height: 18px;
	display: inline-block;
}
*/
.single-product .product_meta .posted_in {
	display: none;
}
.single-product .product_meta .sku_wrapper {
	font-size: 16px;
	font-weight: 400;
	color: #000;
	font-family: 'PeridotPE', serif;
}
.single-product .woocommerce-product-details__short-description p {
	font-size: 15px;
	font-weight: 400;
	color: #000;
	margin-top: 25px;
	margin-bottom: 0;
	font-family: 'PeridotPE', serif;
}
.single-product .summary .woocommerce-Price-amount.amount {
	font-size: 38px;
	color: #000;
	font-weight: 900;
	font-family: 'PeridotPE', serif;
}
.single-product .summary .product-sku-wrapper {
	font-size: 14px;
	font-weight: 400;
	font-family: 'PeridotPE', serif;
}
.single-product .woocommerce-price-suffix {
	font-size: 14px;
	color: #000;
	font-weight: 400;
	padding-left: 16px;
	font-family: 'PeridotPE', serif;
}
.single-product .msr_wrapper_price_avail {
	display: flex;
	align-items: baseline;
}
.single-product .msr_wrapper_price_avail {
	display: flex;
	align-items: baseline;
}
.single-product .msr_wrapper_price_avail .price {
	margin-right: auto;
	margin-bottom: 20px;
}
.single-product .wrap-available p {
	font-size: 16px;
	font-weight: 400;
	color: #000;
	padding-left: 20px;
	font-family: 'PeridotPE', serif;
}
.single-product .wrap-available p:before {
	content: "";
	display: block;
	width: 12px;
	height: 11px;
	background-color: #CAEDDC;
	position: absolute;
	left: 0;
	top: 22px;
}
.single-product .wrap-available {
	position: relative;
}
.qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
	font-size: 28px !important;
	font-weight: 700;
	color: #000;
	border: none !important;
}
.qib-button:not(#qib_id):not(#qib_id) {
	background: transparent !important;
	border-color: #C3B8B2 !important;
	border-radius: 8px !important;
	cursor: pointer;
}
.qib-button:focus:not(#qib_id):not(#qib_id) {
	border: 1px solid #C3B8B2 !important;
}
.single-product.woocommerce form.cart button[type='submit'] {
	height: 47px;
	margin-left: 0 !important;
	margin-right: 0 !important;
	background-color: #000;
	margin-top: 30px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	border-radius: 0;
	font-family: 'PeridotPE', serif;
}
.single-product.woocommerce form.cart button[type='submit']:not(#qib_id):not(#qib_id):not(_):not(_) {
	height: 47px;
	margin-top: 30px;
}
.single-product.woocommerce .single_add_to_cart_button.button.alt.disabled.wc-variation-is-unavailable {
	background-color: #C4B8B8;
}
.single-product div.product form.cart {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	margin-bottom: 48px;
}
form.cart button[type='submit']:focus:not(#qib_id):not(#qib_id) {
	outline: none;
	outline-width: 0 !important;
	outline-offset: 0 !important;
}

/* ΑΠΕΝΕΡΓΟΠΟΙΗΣΗ WISHLIST */
.msr_wrapper_wishlist {
	display: none;
}
.single-product .msr_accordion-toggle-1 {
	font-size: 16px;
	font-weight: 500;
	color: #000;
	border-bottom: 1px solid #000;
	line-height: 30px;
}
.msr_accordion-toggle-1:after {
	content: "";
	display: block;
	border-bottom: 6px solid #000;
	width: 118px;
}
.msr_accordion-content h2 {
	display: none;
}
.single-product.woocommerce table.shop_attributes tr th.woocommerce-product-attributes-item__label {
	width: 165px;
	text-align: left;
	border-bottom: none;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	padding: 0;
	background-color: transparent !important;
	font-family: 'PeridotPE', serif;
}
.woocommerce table.shop_attributes td p {
	padding: 4px 0;
}
.woocommerce.single-product div.product div.images .woocommerce-product-gallery__image--placeholder {
	border: none;
}
.woocommerce.single-product table.shop_attributes {
	border: 0;
	border-top: none;
	margin-bottom: 1.618em;
	width: 100%;
}
.woocommerce table.shop_attributes td {
	border-bottom: none;
	background-color: transparent !important;
	font-size: 15px;
	color: #000;
	font-weight: 400;
	font-style: normal;
	font-family: 'PeridotPE', serif;
}
.woocommerce table.shop_attributes td.woocommerce-product-attributes-item__value a {
	color: #000;
	text-decoration: none;
}
.single-product .msr_accordion-content.msr_accordion-content-2 .text h4 {
	margin: 0;
	font-size: 15px;
	font-weight: 900;
	text-transform: uppercase;
	color: #000;
}
.single-product .msr_accordion-content.msr_accordion-content-2 .text p {
	margin: 0;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	color: #000;
}
.single-product .msr_accordion-content.msr_accordion-content-2  {
	display: flex;
	align-items: center;
}
.single-product .single_variation_wrap .woocommerce-variation.single_variation {
	display: flex;
	align-items: baseline;
}
.single-product .single_variation_wrap .woocommerce-variation.single_variation .woocommerce-variation-price {
	margin-right: auto;
}
.single-product .single_variation_wrap .woocommerce-variation.single_variation .wrap-available p {
	position: relative;
}
.single-product .single_variation_wrap .woocommerce-variation-add-to-cart {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
.woocommerce div.product form.cart .reset_variations {
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
.single-product.woocommerce div.product p.out-of-stock-mew {
	font-size: 16px;
	color: #000;
	font-weight: 400;
	position: relative;
	padding-left: 20px;
}
.single-product.woocommerce div.product p.out-of-stock-mew:before {
	content: "";
	display: block;
	width: 12px;
	height: 11px;
	background-color: #f2a2a2;
	position: absolute;
	left: 0;
	top: 6px;
}
.single-product .single_variation_wrap .woocommerce-variation.single_variation .wrap-available p:before {
	content: "";
	display: block;
	width: 12px;
	height: 11px;
	background-color: #CAEDDC;
	position: absolute;
	left: 0;
	top: 6px;
}
.single-product .msr_accordion-content.msr_accordion-content-2 .text {
	width: 50%;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 60px;
}
.single-product .msr_accordion-content.msr_accordion-content-2 .text.icon-1 {
	background-image: url(/wp-content/uploads/2024/02/item23.png);
}
.single-product .msr_accordion-content.msr_accordion-content-2 .text.icon-2 {
	background-image: url(/wp-content/uploads/2024/02/item24.png);
}
.single-product .info-docum,
.single-product .info-desc,
.single-product .info-chrom {
	padding-bottom: 60px;
	border-bottom: 1px solid #000;
	margin-bottom: 60px;
}
.single-product .info-docum .container,
.single-product .info-desc .container,
.single-product .info-chrom .container,
.up-sells.upsells.products {
	max-width: 925px;
	width: 100%;
	margin: auto;
}
.up-sells.upsells.products {
	padding-bottom: 180px;
}
.up-sells.upsells.products h2 {
	font-size: 26px;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0 auto 60px auto;
}
.up-sells.upsells.products ul li h2.woocommerce-loop-product__title {
	text-align: center;
	font-size: 15px;
	line-height: 18px;
	font-weight: 400;
	text-transform: capitalize;
	color: #000;
	height: 51px;
}
.up-sells.upsells.products .woocommerce-Price-amount.amount {
	font-size: 16px;
	color: #000;
	font-weight: 900;
	font-family: 'Roboto', serif;
}
.up-sells.upsells.products .qib-container {
	display: none !important;
}
.up-sells.upsells.products > h2:after {
	content: "";
	display: block;
	border-bottom: 5px solid #000;
	width: 50px;
	padding-bottom: 8px;
}
.up-sells.upsells.products form.cart button[type='submit']:not(#qib_id):not(#qib_id):not(_):not(_) {
	height: 27px;
	margin-left: 0 !important;
	margin-right: 0 !important;
	background-color: #000;
	margin-top: 0;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 0;
	font-family: 'Roboto', serif;
}
.single-product .info-texts .info-docum ol,
.single-product .info-docum ol {
	padding: 0;
	margin-left: 20px;
}
.single-product .info-desc p,
.single-product .info-desc li span,
.single-product .info-docum li span,
.single-product .info-docum p {
	font-size: 15px;
	color: #000;
	font-weight: 400;
	font-family: 'PeridotPE', serif;
}
.single-product .info-desc a {
	color: #000;
}
.single-product .info-docum h4.title,
.single-product .info-desc h4.title,
.single-product .info-chrom h4.title {
	font-size: 26px;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 44px;
	margin-bottom: 40px;
	font-family: 'PeridotPE', serif;
}
.single-product .info-docum h4.title:after,
.single-product .info-desc h4.title:after,
.single-product .info-chrom h4.title:after {
	content: "";
	display: block;
	border-bottom: 5px solid #000;
	width: 50px;
	padding-bottom: 8px;
}
.single-product .msr_wrapper_product_infos {
	display: inline-block;
	width: 100%;
}
.single-product .msr_accordion-content.msr_accordion-content-1 h4 {
	font-size: 16px;
	font-weight: 500;
	color: #000;
	border-bottom: 1px solid #000;
	line-height: 32px;
	font-family: 'PeridotPE', serif;
}
.single-product .msr_accordion-content.msr_accordion-content-1 h4:after {
	content: "";
	display: block;
	border-bottom: 6px solid #000;
	width: 125px;
}
.single-product .msr_accordion-content.msr_accordion-content-1 {
	margin-bottom: 48px;
}
.woocommerce div.product form.cart .variations label {
	font-size: 15px;
	color: #000;
	font-weight: 500;
}
.vi-wpvs-variation-style {
	margin-bottom: 0 !important;
}

/* Category page */
.archive .woocommerce-products-header.no-image {
	display: block;
	width: 100%;
	margin-bottom: 48px;
}
.archive .woocommerce-products-header.no-image .woocommerce-products-header-meta {
	max-width: 912px;
	width: 100%;
	margin: auto;
}
.archive .woocommerce-products-header.no-image .woocommerce-products-header-meta .woocommerce-products-header__title.page-title {
	text-align: center;
}
.archive .woocommerce-products-header.no-image .woocommerce-products-header-meta .term-description p,
.archive .woocommerce-products-header.no-image .woocommerce-products-header-meta .term-description ul li {
	text-align: center;
}
.archive .woocommerce-products-header.has-image  {
	display: flex;
	margin-bottom: 48px;
}
.archive .woocommerce-products-header.has-image .woocommerce-products-header-img {
	width: 100%;
}
.archive .woocommerce-products-header.has-image .woocommerce-products-header-meta {
	max-width: 455px;
	width: 100%;
}
.archive .woocommerce-products-header.has-image .woocommerce-products-header__title.page-title {
	text-align: left;
	font-family: 'PeridotPE', sans-serif;
	font-size: 24px;
	font-weight: 900;
	margin-bottom: 4px;
	margin-top: 54px;
}
.archive .woocommerce-products-header.has-image .term-description {
	max-width: 930px;
	width: 100%;
	margin: auto;
}
.archive .term-description p,
.archive .term-description ul li {
	font-size: 16px;
	color: #000;
	font-weight: 400;
	font-family: 'PeridotPE', sans-serif;
	margin-top: 0;
}
.archive .term-description ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.widget-area {
	display: none;
}
.msr-wrapper-category-products .widget-area {
	display: block;
	flex-basis: 16%;
	margin-right: 54px;
}
.archive .msr-wrapper-category-products .msr-category-loop .products {
	margin-bottom: 12px;
}
.archive .msr-wrapper-category-products .msr-category-loop {
	flex-basis: 80%;
}
.archive .msr-wrapper-category-products {
	display: flex;
	width: 100%;
	flex-direction: row;
	flex-wrap: wrap;
}
.bapf_sfilter .bapf_hascolarr,
.bapf_sfilter .bapf_hasdesc {
	border-bottom: 1px solid #000;
	padding-bottom: 8px;
	font-size: 16px;
	font-weight: 600;
}
h3.bapf_hascolarr:after {
	content: "";
	display: block;
	border-bottom: 6px solid #000;
	width: 118px;
	position: absolute;
	bottom: 0;
}
.archive.woocommerce ul.products li.product a img {
	margin-bottom: 0;
}
.archive ul.products li.product .woocommerce-loop-product__title {
	text-align: center;
	color: #000;
	font-size: 15px;
	line-height: 18px;
	font-weight: 400;
	min-height: 60px;
}
.woocommerce ul.products li.product .price {
	text-align: center;
	color: #000;
	font-size: 16px;
	font-weight: 900;
}
.woocommerce ul.products li.product .price .woocommerce-price-suffix {
	display: none;
}
.archive .qib-container:not(#qib_id):not(#qib_id) {
	display: none;
}
.archive .products li form {
	max-width: 174px;
	width: 100%;
	margin: auto;
	text-align: center;
}
.archive .products li form button {
	margin-left: 0 !important;
	height: 26.5px !important;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 400;
	background-color: #000 !important;
	border-radius: 0;
	width: 100%;
}
.archive .button.product_type_variable.add_to_cart_button {
	height: 26.5px;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 400;
	background-color: #000 !important;
	border-radius: 0;
	width: 174px;
	margin: auto 0 !important;
	color: #fff;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	text-align: center;
}
.bapf_sfilter ul li {
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
	color: #000;
}
.lmp_load_more_button .lmp_button {
	width: 245px;
}
.lmp_load_more_button .lmp_button {
	font-weight: 500;
	text-transform: uppercase;
}
.bapf_sfilter.bapf_ckbox input[type=checkbox] {
	border: none;
	color: #000;
	margin-right: 10px;
}
.woocommerce .woocommerce-ordering select {
	border: none;
	text-align: end;
	font-size: 13px;
	font-weight: 600;
	outline: none;
}
.woocommerce .woocommerce-result-count {
	float: none;
	text-align: center;
	margin-bottom: 0;
	display: inline-block;
	width: 100%;
	margin-top: 30px;
	font-size: 13px;
	color: #000;
}
.lmp_load_more_button {
	padding-bottom: 180px;
}


/* Footer */
.site-footer {
	background-color: #000;
	padding: 60px 0 120px;
}
.w-1480 {
	max-width: 1480px;
	width: 100%;
	margin: auto;
}
.d-flex {
	display: flex;
}
.site-footer ul {
	padding: 0;
	list-style-type: none;
	margin: 0;
}
.site-footer .col {
	flex-basis: 16.666%;
}
.site-footer .col-6 {
	flex-basis: 22%;
}
.site-footer .col h4 {
	font-size: 15px;
	font-weight: 900;
	color: #fff;
}
.site-footer .col ul li {
	margin-bottom: 8px;
}
.site-footer .col ul li a,
.site-footer .col ul li p {
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	text-decoration: none;
}
.site-footer .col ul li p {
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	text-decoration: none;
}
.site-footer .col ul li p {
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
}
.site-footer .col ul li span {
	font-size: 14px;
	font-weight: 300;
}
.site-footer .col-5 ul li.phone-ath,
.site-footer .col-5 ul li.phone-skg {
	background-image: url(/wp-content/uploads/2024/06/Phone.png);
	background-repeat: no-repeat;
	padding-left: 32px;
}
.site-footer .col-5 ul li.mail {
	background-image: url(/wp-content/uploads/2024/06/Mail.png);
	background-repeat: no-repeat;
	padding-left: 32px;
}
.site-footer .col-6 p.title-newsletter {
	font-size: 14px;
	color: #fff;
	font-weight: 300;
}
.site-footer .col-6 ul li {
	margin-right: 16px;
}
.site-footer .col-6 #mc_embed_signup_b input[type="email"] {
	width: 215px;
	background-color: #777777;
	border: none;
	border-radius: 0;
	height: 33px;
	padding: 0 12px;
	outline: none;
}
.site-footer .col-6 #mc_embed_signup_b input[type="email"]:focus {
	outline: none;
}
.site-footer .col-6 #mc_embed_signup_b input[type="email"]::placeholder {
	color: #373737;
	font-size: 14px;
	font-weight: 500;
}
.site-footer .col-6 #mc_embed_signup_b input.button {
	width: 84px;
	background-color: #403D3D;
	height: 33px;
	color: #777777;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 900;
	position: absolute;
	border: none;
	border-radius: 0;
}
.site-footer .col-6 #mc_embed_signup_b {
	position: relative;
	overflow-x: hidden;
}
.site-footer .col-6 #mc_embed_signup_b p {
	margin-bottom: 16px;
}
.site-footer .col-6 .note-newsletter p {
	font-size: 10px;
	color: #fff;
	font-weight: 300;
}

/* Header */
.bg-black {
	background-color: #000;
}
.site-header .desktop .top-header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1400px;
	width: 100%;
	margin: auto;
	padding: 12px 40px 12px 20px;
}
.site-header .desktop .top-header .col-left p {
	font-size: 14px;
	margin: 0;
	color: #fff;
	font-family: 'PeridotPE', serif;
	font-weight: 400;
}
.site-header .desktop .top-header .col-left p:before {
	content: "";
	background-image: url(/wp-content/uploads/2024/07/free-delivery.png);
	background-repeat: no-repeat;
	padding-left: 42px;
	background-size: 22px;
}
.site-header .desktop .search-wrapper {
	width: 100%;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: -200px;
	left: 0;
	right: 0;
	z-index: 999;
	padding: 6px 15px;
	transition: top 250ms ease-in-out;
}
.site-header .desktop .search-wrapper.is-active {
	visibility: visible;
	opacity: 1;
	cursor: auto;
	top: 34px;
	background-color: #000;
}
.site-header .desktop .search-wrapper.is-active .search-container {
	max-width: 980px;
	width: 100%;
	margin: auto;
	display: flex;
	min-height: 32px;
	position: relative;
	justify-content: center;
	align-items: center;
}
.site-header .desktop .search-wrapper.is-active .search-container .woocommerce-product-search {
	max-width: 980px;
	width: 100%;
	display: flex;
	margin: 0 auto;
}
.site-header .desktop .search-wrapper.is-active .search-container .woocommerce-product-search input.search-field {
	width: 100%;
	border: none;
	border-radius: 0;
	padding: 3px 12px;
	outline: none;
}
.site-header .desktop .search-wrapper.is-active .search-container .woocommerce-product-search input.search-field::placeholder {
	font-size: 14px;
	color: #000;
	font-family: 'PeridotPE', serif;
	font-weight: 400;
}
.site-header .desktop .search-wrapper.is-active .search-container .woocommerce-product-search button {
	display: inline-block;
	padding: 0;
	margin: 0 12px 0 12px;
	background-color: transparent;
	color: transparent;
	width: 24px;
	overflow: hidden;
	background-image: url(/wp-content/uploads/2024/07/search-icon.png);
	background-size: 18px;
	background-repeat: no-repeat;
	background-position: center;
	border: none;
	order: 1;
	cursor: pointer;
}
.site-header .desktop .search-wrapper.is-active .search-close-wrapper {
	position: absolute;
	cursor: pointer;
	top: 6px;
	right: -35px;
	width: 16px;
	height: 18px;
}
.site-header .desktop .top-search-ovrl {
	display: none;
}
.site-header .desktop .top-search-ovrl.is-active {
	display: block;
	position: fixed;
	background-color: rgba(51, 51, 51, 0.5);
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 9;
}
.site-header .desktop .top-header .col-right {
	display: flex;
}
.site-header .desktop .top-header .col-right .wrapper-search.menu-item {
	margin-right: 30px;
	cursor: pointer;
}
.site-header .desktop .top-header .col-right .wrapper-search.menu-item .search-icon {
	width: 18px;
	height: 18px;
}
.site-header .desktop .top-header .col-right .wrapper-login {
	background-image: url(/wp-content/uploads/2024/07/account-icon.png);
	display: block;
	height: 20px;
	width: 20px;
	background-repeat: no-repeat;
	margin-right: 30px;
}
.site-header .desktop .top-header .col-right .wrapper-login a {
	display: block;
	line-height: 0;
	height: 20px;
}
.site-header .desktop .top-header .col-right .wrapper-wishlist {
	background-image: url(/wp-content/uploads/2024/07/wishlist-icon.png);
	background-repeat: no-repeat;
	background-size: 20px;
	width: 20px;
	height: 20px;
	margin-right: 30px;
	position: relative;
	display: none;
}
.site-header .desktop .top-header .col-right .wrapper-cart > a {
	width: 24px;
	height: 20px;
	position: relative;
	display: block;
}
.site-header .desktop .top-header .col-right .wrapper-cart svg {
	height: 20px;
	width: 20px;
	color: #ffffff;
}
.site-header .desktop .top-header .col-right .wrapper-cart .fkcart-shortcode-count.fkcart-item-count {
	position: unset;
}
.site-header .desktop .main-header > .container {
	max-width: 946px;
	width: 100%;
	margin: auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	padding: 60px 0;
	align-items: center;
}
.site-header .desktop .main-header .msr-logo-wrapper {
	margin-right: auto;
	max-width: 290px;
	width: 100%;
}
.site-header .desktop .main-header .main-nav-wrapper {
	width: 100%;
}
.site-header .desktop .main-header .main-nav-wrapper ul.mainnav {
	list-style: none;
	display: flex;
	width: 100%;
	padding: 0;
	margin: 0;
	flex-direction: row;
	justify-content: center;
}
.site-header .desktop .main-header .main-nav-wrapper ul.mainnav > li > span,
.site-header .desktop .main-header ul.mainnav > li > a {
	font-size: 16px;
	font-family: 'PeridotPE', serif;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	padding: 12px 0;
	position: relative;
	cursor: pointer;
}
.site-header .desktop .main-header .main-nav-wrapper ul.mainnav > li > span:after,
.site-header .desktop .main-header ul.mainnav > li > a:after {
	content: "";
	display: block;
	border-bottom: 5px solid #000;
	width: 0;
	visibility: hidden;
	margin: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	transition: all .3s;
}
.site-header .desktop .main-header .main-nav-wrapper ul.mainnav > li:hover > span:after,
.site-header .desktop .main-header ul.mainnav > li:hover > a:after {
	width: 30px;
	visibility: visible;
}
.site-header .desktop .main-header .main-nav-wrapper ul.mainnav > li {
	margin: 0 32px;
}
.site-header .desktop .main-header ul.mainnav .has-sub .sub-menu {
	visibility: hidden;
}
.site-header .desktop .main-header ul.mainnav .has-sub .sub-menu .mega-menu-wrapper {
	display: flex;
	justify-content: flex-start;
	padding: 60px 0;
	max-width: 1920px;
	width: 100%;
	margin: auto;
}
.site-header .desktop .main-header ul.mainnav .has-sub .is-mega-menu {
	position: absolute;
	background-color: #DFD5D5;
	width: 100%;
	height: 408px;
	top: 185px;
	left: 0;
	z-index: 15;
	overflow: hidden;
}
.admin-bar .site-header .desktop .main-header ul.mainnav .has-sub .is-mega-menu {
	top: 192px;
}
.site-header .desktop .main-header ul.mainnav .has-sub.is-active .sub-menu {
	visibility: visible;
}
.site-header .desktop .main-header ul.mainnav li.has-sub .mega-menu-left .menu-item span {
	color: #000;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	font-family: 'PeridotPE', serif;
	position: relative;
	z-index: 99;
}
.site-header .desktop .main-header ul.mainnav li.has-sub .mega-menu-left .menu-item span:hover {
	cursor: pointer;
}
.site-header .desktop .main-header ul.mainnav li.has-sub .mega-menu-left .menu-item {
	text-align: right;
	margin-bottom: 12px;
	padding-right: 60px;
	position: relative;
}
.site-header .desktop .main-header ul.mainnav li.has-sub .mega-menu-left {
	position: relative;
	flex-basis: 40%;
}
.site-header .desktop .main-header ul.mainnav li.has-sub .mega-menu-left .menu-item.is-active:after {
	content: "";
	display: block;
	background-image: url(/wp-content/uploads/2024/07/Group-85.png);
	background-repeat: no-repeat;
	background-size: 24px;
	width: 28px;
	height: 14px;
	position: absolute;
	right: -15px;
	top: 6px;
	transition: all .3s;
	z-index: 9;
}
.admin-bar .site-header .desktop .main-header ul.mainnav li.has-sub .mega-menu-left:after {
	top: -60px;
}
.site-header .desktop .main-header ul.mainnav li.has-sub .mega-menu-left:after {
	content: "";
	display: block;
	border-right: 1px solid #fff;
	width: 100%;
	height: 408px;
	position: absolute;
	top: 0;
}
.site-header .desktop .main-header ul.mainnav li.has-sub .mega-menu-right {
	flex-basis: 60%;
	padding-left: 60px;
	padding-right: 12px;
}
.site-header .desktop .main-header ul.mainnav li.has-sub .mega-menu-right .menu-item {
	margin-bottom: 8px;
	position: relative;
}
.site-header .desktop .main-header ul.mainnav li.has-sub .mega-menu-right .menu-item span {
	font-size: 14px;
	font-weight: 400;
	font-family: 'PeridotPE', serif;
	cursor: pointer;
	position: relative;
}
.site-header .desktop .main-header ul.mainnav li.has-sub .mega-menu-cols .menu-item span:after {
	content: "";
	display: block;
	border-bottom: 2px solid #000;
	width: 0;
	visibility: hidden;
	margin: auto;
	position: absolute;
	bottom: -8px;
	left: 5%;
	transition: all .3s;
}
.site-header .desktop .main-header ul.mainnav li.has-sub .mega-menu-cols .menu-item:hover span:after {
	width: 90%;
	visibility: visible;
}
.site-header .desktop .main-header ul.mainnav li.has-sub .mega-menu-right .menu-item a {
	color: #000;
	text-decoration: none;
}
.site-header .desktop .main-header .is-mega-menu .mega-menu-right .mega-menu-cols {
	/*position: absolute;*/
	width: 100%;
	height: 100%;
	display: none;
	overflow: hidden;
}
.site-header .desktop .main-header .is-mega-menu .mega-menu-right .mega-menu-cols.is-active {
	display: flex;
	height: auto;
}
.site-header .desktop .main-header .is-mega-menu .mega-menu-right .mega-menu-cols.is-active .mega-menu-left .menu-item:after {
	width: 24px;
}
.site-header .desktop .main-header .is-mega-menu .mega-menu-right .mega-menu-col-1 {
	flex-basis: 20%;
}
.site-header .desktop .main-header .is-mega-menu .mega-menu-right .mega-menu-col-2 {
	flex-basis: 50%;
	display: flex;
	flex-direction: column;
	padding: 0 6px;
}
.site-header .desktop .main-header .is-mega-menu .mega-menu-right .mega-menu-col-4 {
	flex-basis: 25%;
	display: flex;
	flex-direction: column;
	padding: 0 6px;
}
.site-header .desktop .main-header .is-mega-menu .mega-menu-right .mega-menu-col-5 {
	flex-basis: 20%;
	display: flex;
	flex-direction: column;
	padding: 0 6px;
}
.site-header .desktop .main-header .is-mega-menu .mega-menu-right .sub-cat-items-wrapper {
	margin-bottom: 8px;
}
.site-header .desktop .main-header .is-mega-menu .mega-menu-right .mega-menu-col-2 .sub-cat-items-wrapper {
	display: flex;
	flex-basis: 50%;
	flex-direction: column;
	flex-wrap: wrap;
	max-height: 300px;
}

.site-header .desktop .main-header .is-mega-menu .mega-menu-right .menu-item.sub-cat-header span,
.site-header .desktop .main-header .is-mega-menu .mega-menu-right .menu-item.sub-cat-header span {
	font-size: 14px;
	font-weight: bold !important;
	font-family: 'PeridotPE', serif;
	cursor: pointer;
	text-transform: uppercase;
}


/* Nail Advanced */
.page-template-page-academy-advanced .site-main,
.page-template-page-academy-basic .site-main {
	max-width: 100%;
}
.title-na-0 {
	font-family: 'PeridotPE', serif;
	font-size: 20px;
	font-weight: 700;
	color: #000;
	padding-bottom: 8px;
	border-bottom: solid 2px;
}
.nail-basic .wrapper-text .col-wrapper-left h3,
.seminaria-wrapper .col-wrapper-left h3 {
	font-family: 'PeridotPE', serif;
	font-size: 24px;
	font-weight: 700;
	color: #000;
	line-height: 28px;
}
.seminaria-wrapper .col-wrapper-left h2 {
	font-family: 'PeridotPE', serif;
	font-size: 36px;
	font-weight: 900;
	color: #000;
	line-height: 20px;
	padding-top: 14px;
}
.nail-basic .wrapper-text .col-wrapper-left h2 {
	font-family: 'PeridotPE', serif;
	font-size: 36px;
	font-weight: 900;
	color: #000;
	line-height: 10px;
	padding-top: 10px;
}
.seminaria-basic-wrapper4 .col-wrapper-left h2,
.seminaria-wrapper4 .col-wrapper-left h2 {
	font-family: 'PeridotPE', serif;
	font-size: 32px;
	font-weight: 900;
	color: #000;
	line-height: 28px;
}
.seminaria-basic-wrapper4 .col-wrapper-left h2,
.seminaria-wrapper4 .col-wrapper-left h2 {
	padding-top: 14px;
}
.nail-basic .wrapper-text .col-wrapper-left p {
	padding-right: 60px;
}
.msr-nail-advanced .nail-advanced .wrapper-text,
.msr-nail-advanced .nail-advanced.certificate-wrapper .wrapper-text,
.msr-nail-basic .certificate-wrapper .wrapper-text,
.msr-nail-basic .certificate-basic-wrapper .wrapper-text,
.msr-nail-basic .certificate-basic-wrapper2 .wrapper-text {
	padding: 0 30px 0 30px;
}
.seminaria-wrapper2 .col-wrapper-left h3,
.seminaria-wrapper2 .col-wrapper-left p,
.seminaria-basic-wrapper4 .col-wrapper-left h2,
.seminaria-basic-wrapper4 .col-wrapper-left h3,
.seminaria-basic-wrapper4 .col-wrapper-left p,
.seminaria-wrapper4 .col-wrapper-left h2,
.seminaria-wrapper4 .col-wrapper-left h3,
.seminaria-wrapper4 .col-wrapper-left p,
.levelup-basic-wrapper .col-wrapper-left h3,
.levelup-basic-wrapper .col-wrapper-left p {
	font-family: 'PeridotPE', serif;
	color: #000;
	padding: 0 30px;
}
.seminaria-wrapper2 .col-wrapper-left h3,
.seminaria-wrapper4 .col-wrapper-left h3 {
	font-size: 18px;
	font-weight: 900;
	line-height: 26px;
}
.seminaria-basic-wrapper4 .col-wrapper-left h3,
.levelup-basic-wrapper .col-wrapper-left h3 {
	font-size: 30px;
	font-weight: 900;
	line-height: 18px;
	padding-top: 18px;
}
.certificate-basic-wrapper2 .col-wrapper-left h3 {
	font-size: 30px;
	font-weight: 900;
	line-height: 40px;
}
.certificate-basic-wrapper2 .wrapper-text .seminaria-wrapper .col-wrapper-left p {
	padding-top: 0;
	padding-right: 60px;
}
.seminaria-wrapper2 .col-wrapper-left p,
.seminaria-basic-wrapper4 .col-wrapper-left p,
.seminaria-wrapper4 .col-wrapper-left p,
.levelup-basic-wrapper .col-wrapper-left p {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	padding-right: 80px;
}
.seminaria-wrapper2 .col-wrapper-left ul,
.seminaria-basic-wrapper4 .col-wrapper-left ul,
.seminaria-wrapper4 .col-wrapper-left ul {
	font-family: 'PeridotPE', serif;
	color: #000;
	padding: 0;
}
.seminaria-basic-wrapper4 .col-wrapper-left,
.seminaria-wrapper4 .col-wrapper-left {
	flex-basis: 50%;
	align-content: center;
}
.seminaria-basic-wrapper4 .col-wrapper-right {
	flex-basis: 50%;
	height: 500px;
}
.seminaria-wrapper4 .col-wrapper-right {
	flex-basis: 50%;
	height: 514px;
}
.levelup-basic-wrapper .wrapper-image {
	flex-basis: 50%;
	height: 548px;
}
.levelup-basic-wrapper .wrapper-text {
	flex-basis: 50%;
}
.nail-advanced.certificate-wrapper .wrapper-image {
	flex-basis: 50%;
	height: 750px;
}
.certificate-basic-wrapper .wrapper-image {
	flex-basis: 50%;
	height: 668px;
}
.certificate-basic-wrapper2 .wrapper-image {
	width: 50%;
	height: 592px;
}
.dilosi-wrapper .wrapper-image {
	width: 50%;
	height: 760px;
}
.dilosi-wrapper .wrapper-text {
	text-align: right;
	padding-left: 90px;
	font-family: 'PeridotPE', serif;
	color: #000;
}
.dilosi-wrapper .wrapper-text h2 {
	font-size: 36px;
	font-weight: 900;
	line-height: 26px;
}
.dilosi-wrapper .wrapper-text p {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}
h2.title-na.border-bottom {
	font-family: 'PeridotPE', serif;
	font-size: 30px;
	font-weight: 900;
	color: #000;
	text-align: center;
	margin-bottom: 40px;
}
h2.title-na.border-bottom:after {
	content: "";
	display: block;
	border-bottom: 6px solid #000;
	width: 118px;
	margin: auto;
	padding-bottom: 12px;
}
.d-flex {
	display: flex;
}
.w-1366 {
	max-width: 1366px;
	width: 100%;
	margin: auto;
}
.msr-nail-advanced .nail-advanced .wrapper-text,
.msr-nail-advanced .nail-advanced.certificate-wrapper .wrapper-text,
.msr-nail-basic .certificate-wrapper .wrapper-text{
	max-width: 630px;
	width: 100%;
	margin-left: auto;
}
.msr-nail-basic .certificate-basic-wrapper .wrapper-text,
.msr-nail-basic .certificate-basic-wrapper2 .wrapper-text {
	max-width: 630px;
	width: 100%;
	margin-left: auto;
	flex-basis: 50%;
}
.msr-nail-basic .programma-beginners-wrapper .col-wrapper-left p {
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	font-family: 'PeridotPE', serif;
	color: #000;
}
.msr-nail-advanced .wrapper-text p,
.msr-nail-basic .wrapper-text p {
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	font-family: 'PeridotPE', serif;
	color: #000;
	padding-top: 16px;
}
.msr-nail-advanced .nail-advanced .wrapper-text {
	height: 100%;
	flex-basis: 50%;
}
.justify-between {
	justify-content: space-between;
}
.aligncenter {
	align-items: center;
}
.mb-0 {
	margin-bottom: 0;
}
.nail-basic .wrapper-text {
	flex-basis: 50%;
	padding-left: 40px;
}
.nail-basic .wrapper-image {
	flex-basis: 50%;
	padding-right: 20px;
}
.msr-nail-basic .nail-basic {
	margin-bottom: 60px;
}
.programma-beginners-wrapper .col-wrapper-left .col-left,
.seminaria-wrapper .col-wrapper-left .col-left {
	width: 269px;
}
.programma-beginners-wrapper .col-wrapper-left li,
.seminaria-wrapper .col-wrapper-left li {
	font-size: 16px;
	line-height: 36px;
	font-weight: 400;
	font-family: 'PeridotPE', serif;
	color: #000;
}
.programma-beginners-wrapper .col-wrapper-left li::marker,
.seminaria-wrapper .col-wrapper-left li::marker {
	color: #AC9A80;
	width: 12px;
	height: 12px;
}
.programma-beginners-wrapper .col-wrapper-left ul,
.seminaria-wrapper .col-wrapper-left ul {
	margin: 0;
	padding: 0 20px;
}
.nail-advanced .wrapper-image {
	height: 864px;
	flex-basis: 50%;
}
.seminaria-wrapper2 .col-wrapper-right {
	height: 480px;
	flex-basis: 50%;
}
.programma-beginners-wrapper .col-wrapper-left,
.nail-advanced.certificate-wrapper .col-wrapper-left,
.msr-nail-advanced .nail-advanced.certificate-wrapper .wrapper-text {
	flex-basis: 50%;
}
.programma-beginners-wrapper .col-wrapper-left {
	padding: 0 30px;
	flex-basis: 50%;
}
.seminaria-wrapper2 .col-wrapper-left {
	flex-basis: 50%;
	padding-right: 30px;
	align-content: center;
}
.msr-nail-basic .programma-beginners-wrapper .col-wrapper-right{
	flex-basis: 50%;
	height: 657px;
}
.ekp-loc-wrap {
	display: inline-flex;
	justify-content: center;
	align-items: flex-end;
	flex-direction: row;
}
.ekp-loc-wrap img {
	height: 20px;
	width: 15px;
	margin-right: 7px;
	margin-bottom: 2px;
}
.msr-nail-advanced .trainers-wrapper,
.msr-nail-basic .trainers-wrapper {
	margin-top: 90px;
	margin-bottom: 90px;
}
.msr-nail-advanced .trainers-wrapper .wrapper-bio .container,
.msr-nail-basic .trainers-wrapper .wrapper-bio .container {
	display: flex;
	align-items: center;
	justify-content: center;
}
.msr-nail-advanced .trainers-wrapper .wrapper-bio .instructor-item,
.msr-nail-basic .trainers-wrapper .wrapper-bio .instructor-item {
	flex-basis: 25%;
	text-align: center;
}
.msr-nail-advanced .trainers-wrapper .wrapper-bio .wrapper-content p.name {
	font-family: 'PeridotPE', serif;
	font-size: 24px;
	font-weight: 900;
	color: #000;
	margin-top: 0;
	margin-bottom: 0;
	min-height: 66px;
	padding: 20px 20px 0 20px;
}
.msr-nail-basic .trainers-wrapper .wrapper-bio .wrapper-content p.name {
	font-family: 'PeridotPE', serif;
	font-size: 24px;
	font-weight: 900;
	color: #000;
	margin-top: 0;
	margin-bottom: 0;
	min-height: 80px;
	padding: 20px;
}
.msr-nail-advanced .trainers-wrapper .wrapper-bio .wrapper-content .wrapper-text {
	height: 121px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.msr-nail-basic .trainers-wrapper .wrapper-bio .wrapper-content .wrapper-text {
	height: 121px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.msr-nail-advanced .trainers-wrapper .wrapper-bio .wrapper-content p.area,
.msr-nail-basic .trainers-wrapper .wrapper-bio .wrapper-content p.area {
	font-family: 'PeridotPE', serif;
	font-size: 18px;
	font-weight: 400;
	color: #000;
	margin-top: 0;
	margin-bottom: 0;
}
.trainers-wrapper .wrapper-bio .instructor-item .wrapper-content .wrapper-image {
	padding: 40px 40px 0 40px;
}
.msr-nail-basic .gallery-loop {
	padding-bottom: 120px;
}
.msr-nail-advanced .gallery-loop img,
.msr-nail-basic .gallery-loop img {
	opacity: .3;
	transition: all .3s ease;
	padding: 0;
	position: relative;
	text-align: center;
}
.msr-nail-advanced .gallery-loop .slick-center img,
.msr-nail-basic .gallery-loop .slick-center img {
	opacity: 1;
	transform: scale(1.08);
	padding: 0;
	object-fit: cover;
	max-width: unset;
	overflow: hidden;
	width: 100%;
	margin: auto;
	z-index: 9;
}
.msr-nail-advanced .gallery-loop .slick-list,
.msr-nail-basic .gallery-loop .slick-list {
	overflow: visible;
}
.msr-nail-advanced .gallery-wrapper .title,
.msr-nail-basic .gallery-wrapper .title {
	padding-bottom: 40px;
}
.msr-nail-advanced .gallery-loop .slick-track .image-item.slick-slide,
.msr-nail-basic .gallery-loop .slick-track .image-item.slick-slide {
	margin: 0 20px;
}
.msr-nail-advanced .trainers-wrapper .wrapper-image,
.msr-nail-basic .trainers-wrapper .wrapper-image {
	width: 250px;
	margin: auto;
}
.dilosi-wrapper {
	margin-bottom: 120px;
}
.dilosi-wrapper .wrapper-form {
	max-width: 630px;
	width: 100%;
}
.dilosi-wrapper .wrapper-form .form .uk-form p {
	text-align: end;
}
.dilosi-wrapper .wrapper-form .form .uk-form input[type="text"],
.dilosi-wrapper .wrapper-form .form input[type="email"],
.dilosi-wrapper .wrapper-form .form select {
	width: 500px;
	height: 52px;
	background-color: #F3F2F1;
	text-align: end;
	padding: 0 24px;
	border: none;
	border-radius: 0;
}
.dilosi-wrapper .wrapper-form .form .wpcf7-submit {
	width: 245px;
	border: none;
	background-color: #000;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	font-family: 'PeridotPE', serif;
	height: 42px;
	cursor: pointer;
}
.dilosi-wrapper .wrapper-form .form .uk-form input[type="text"]:focus,
.dilosi-wrapper .wrapper-form .form input[type="email"]:focus,
.dilosi-wrapper .wrapper-form .form select:focus,
.dilosi-wrapper .wrapper-form .form select:focus-visible {
	outline: none;
}
.msr-nail-advanced .dilosi-wrapper .wrapper-text p,
.msr-nail-basic .dilosi-wrapper .wrapper-text p {
	text-align: end;
}
.msr-nail-advanced .dilosi-wrapper h2.title-na
.msr-nail-basic .dilosi-wrapper h2.title-na {
	text-align: end;
}
.wpcf7-spinner {
	display: none;
}
.image-wrapper-full .container {
	max-width: 100%;
	width: 100%;
	margin: auto;
}
.image-wrapper-full .wrapper-image {
	text-align: center;
	display: block;
	line-height: 0;
}
.image-wrapper-full .wrapper-image img {
	object-fit: cover;
	width: 100%;
}

/* Cart Page */

.woocommerce-cart .entry-header h1 {
	font-family: 'PeridotPE', serif;
	font-weight: 900;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 20px;
	padding: 0 20px;
	color: #000;
}
.woocommerce-checkout .entry-header h1 {
	font-family: 'PeridotPE', serif;
	font-weight: 900;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 20px;
	padding: 0 20px;
	color: #000;
	text-align: center;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message, .wfacp_main_form .wfacp_global_checkout_wrap .woocommerce-message {
	background-color: #F6F6F6;
	color: #000000;
	border-top: 2px solid #000000;
	font-family: 'PeridotPE', serif;
	font-size: 14px;
}
.woocommerce-info {
	border-top-color: #000000;
}
.woocommerce-info a {
	color: #000000;
	font-family: 'PeridotPE', serif;
	font-size: 14px;
}
.woocommerce-info::before {
	color: #000000;
}
.woocommerce-cart .woocommerce table.shop_table,
.woocommerce-checkout .woocommerce table.shop_table {
	border: none;
}
.woocommerce-message {
	border-top-color: #000000;
}
.woocommerce-message::before {
	color: #000000;
}
.woocommerce-cart .msr-wrapper-cart {
	display: flex;
	margin-bottom: 120px;
}
.woocommerce-cart .msr-wrapper-cart .woocommerce-cart-form {
	flex-basis: 66.666%;
}
.woocommerce-cart .msr-wrapper-cart .woocommerce-cart-form tr td,
.woocommerce table.shop_table tbody:first-child tr:first-child td {
	border-top: 1px solid #000;
}
.woocommerce-cart .msr-wrapper-cart .cart-collaterals {
	flex-basis: 33.333%;
	padding-left: 40px;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	float: right;
	width: 100%;
}
.woocommerce-cart table.cart img {
	max-width: 130px;
	width: 130px;
}
.woocommerce-cart table.cart td.product-thumbnail {
	width: 130px;
	padding: 20px 20px 20px 0;
	text-align: center;
}
.woocommerce-cart table.cart td.product-thumbnail a {
	display: block;
	line-height: 0;
}
.woocommerce-cart table.cart td.product-subtotal {
	text-align: right;
	padding: 9px 20px;
}
.woocommerce-cart table.cart td.product-name a {
	color: #000;
	text-decoration: none;
	font-size: 18px;
	font-family: 'PeridotPE', serif;
	font-weight: 400;
}
.qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
	color: #000;
	font-size: 20px !important;
	font-weight: bold;
}
.woocommerce-cart table.cart td.product-name span.posted_in {
	display: none;
}
.woocommerce-cart table.cart tr {
	position: relative;
}
.woocommerce-cart table.cart tr td.product-remove {
	padding: 9px 15px;
	position: absolute;
	right: 0;
	top: 8px;
	border-top: none !important;
}
.woocommerce-cart table.cart tr td.product-subtotal > span {
	font-size: 18px;
	font-weight: 900;
	color: #000;
}
.woocommerce-cart table.cart tr td.product-name {
	width: 385px;
}
.woocommerce-cart table.cart tr td.product-remove a {
	font-size: 20px;
	height: 20px;
	width: 20px;
	color: black !important;
	font-weight: 900;
}
.woocommerce-cart table.cart tr td.product-remove a:hover {
	background: transparent;
}
.woocommerce-cart table.cart td.product-name span.sku_wrapper {
	color: #000;
	font-size: 14px;
	font-family: 'PeridotPE', serif;
	font-weight: 400;
}
.woocommerce-cart .back-to-shop-link {
	display: none;
}
.woocommerce-cart .cart-collaterals .coupon-wrapper {
	background-color: #F6F6F6;
	padding: 50px 35px 26px;
}
.woocommerce-cart .cart-collaterals .coupon-wrapper h3 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'PeridotPE', serif;
	margin-top: 0;
	padding-bottom: 20px;
	margin-bottom: 24px;
	border-bottom: 1px solid #000;
}
.woocommerce-cart .cart-collaterals .coupon-wrapper p.subtitle-coupon {
	margin-top: 0;
	margin-bottom: 8px;
	font-size: 14px;
	color: #000;
	font-weight: 400;
	font-family: 'PeridotPE', serif;
}
.woocommerce-cart .cart-collaterals .coupon-wrapper .coupon input {
	border: none;
	border-radius: 0;
	padding: 8px 16px;
	height: 36px;
	width: 100%;
	margin-bottom: 26px;
}
.woocommerce-cart .cart-collaterals .coupon-wrapper .coupon input::placeholder {
	font-size: 16px;
	font-weight: 400;
	color: #C3B8B2;
	font-family: 'PeridotPE', serif;
}
.woocommerce-cart .cart-collaterals .coupon-wrapper .coupon input:focus {
	outline: none;
}
.woocommerce-cart .cart-collaterals .coupon-wrapper .coupon button {
	width: 100%;
	background-color: #000;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'PeridotPE', serif;
	height: 42.5px;
	border-radius: 0;
}
.woocommerce-cart .cart_totals {
	background-color: #F6F6F6;
	padding: 50px 35px 26px;
	margin-top: 20px;
}
.woocommerce-cart .cart_totals h2 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'PeridotPE', serif;
	margin-top: 0;
	padding-bottom: 20px;
	margin-bottom: 24px;
	border-bottom: 1px solid #000;
}
.woocommerce-cart .cart_totals .cart-subtotal td,
.woocommerce-checkout .cart_totals .cart-subtotal td,
.woocommerce-checkout .cart_totals .tax-rate td {
	border-top: none !important;
	font-weight: bold;
	text-align: right;
	font-size: 18px;
	color: #000;
	font-family: 'PeridotPE', serif;
}
.woocommerce-checkout .order-total td {
	font-weight: bold;
	text-align: right;
	font-size: 20px;
	color: #000;
	font-family: 'PeridotPE', serif;
}
.woocommerce-cart .cart-collaterals .cart_totals table td {
	font-weight: bold;
	text-align: right;
	font-size: 18px;
	color: #000;
	font-family: 'PeridotPE', serif;
	border-top: none;
}
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-subtotal th {
	width: 60%;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	font-family: 'PeridotPE', serif;
	border-top: none;
	padding: 8px 0;
}
.woocommerce-checkout .order-total th {
	width: 60%;
	font-size: 20px;
	font-weight: 400 !important;
	color: #000;
	font-family: 'PeridotPE', serif;
	padding: 8px 0 !important;
}
.woocommerce-checkout .cart-subtotal th {
	width: 60%;
	font-size: 14px;
	font-weight: 400 !important;
	color: #000;
	font-family: 'PeridotPE', serif;
	border-top: none;
	padding: 8px 0 !important;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr.order-total th,
.woocommerce-checkout .cart_totals table tr.order-total th {
	font-size: 20px;
	border-top: 1px solid #000;
	padding-top: 24px;
}
.woocommerce-checkout .cart_totals .woocommerce-shipping-totals.shipping {
	display: none;
}
.woocommerce-checkout .cart_totals .tax-rate th,
.woocommerce-checkout .cart_totals .tax-rate td {
	border-top: none;
}
.woocommerce-checkout .cart_totals .order-total th,
.woocommerce-checkout .cart_totals .order-total td {
	border-top: 1px solid #000;
}
.woocommerce-checkout .cart_totals .tax-rate th {
	width: 60%;
	font-size: 14px;
	font-weight: 400 !important;
	color: #000;
	font-family: 'PeridotPE', serif;
	border-top: none;
	padding: 8px 0 !important;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr.order-total td,
.woocommerce-checkout .cart-collaterals .cart_totals table tr.order-total td {
	border-top: 1px solid #000;
	padding-top: 24px;
}
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout a,
.woocommerce-checkout .cart_totals .wc-proceed-to-checkout a {
	width: 100%;
	background-color: #000;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'PeridotPE', serif;
	height: 42.5px;
	border-radius: 0;
	line-height: 24px;
	padding: 8px 12px;
}
.woocommerce-checkout .cart_totals .wc-proceed-to-checkout a {
	margin-bottom: 0;
}
.woocommerce-checkout .cart_totals .wc-proceed-to-checkout a:hover {
	width: 100%;
	background-color: #000;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'PeridotPE', serif;
	height: 42.5px;
	border-radius: 0;
	line-height: 24px;
	padding: 8px 12px;
}
.woocommerce-cart .woocommerce button.button,
.woocommerce-checkout .woocommerce button.button {
	border-radius: 0;
	color: #fff;
	background-color: #000000 !important;
	text-transform: uppercase !important;
	font-size: 14px;
	line-height: 24px;
	height: 42.5px;
	padding: 10px 20px !important;
	font-weight: 600;
	font-family: 'PeridotPE', serif;
}
.woocommerce-checkout .woocommerce button.button:disabled {
	opacity: .5;
}
.woocommerce-cart .msr-add-more span.msr-cart-gift-msg,
.woocommerce-checkout .msr-add-more span.msr-cart-gift-msg {
	font-weight: 400;
	font-family: 'PeridotPE', serif;
	font-size: 14px;
	color: #000;
}
.woocommerce-cart .msr-add-more,
.woocommerce-checkout .msr-add-more {
	margin-bottom: 24px;
}
.woocommerce-cart .woocommerce-shipping-totals.shipping {
	display: none;
}

/* Checkout Pge */
.woocommerce-checkout .woocommerce-form-login-toggle,
.woocommerce-form-coupon-toggle {
	max-width: 1366px;
	width: 100%;
	margin: auto;
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.woocommerce-checkout .msr-wrapper-checkout {
	display: flex;
	justify-content: space-between;
}
.woocommerce-checkout .msr-wrapper-checkout .wrapper-checkout-left {
	flex-basis: 56%;
	float: right;
}
.woocommerce-checkout .msr-wrapper-checkout .wrapper-checkout-left .woocommerce-shipping-fields {
	margin-bottom: 30px;
	margin-top: 24px;
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
	float: right;
	max-width: 835px;
	width: 100%;
	padding-bottom: 180px;
}
.woocommerce-checkout .msr-wrapper-checkout .col-1 #professional_document_upload {
	margin-top: 34px;
}
.woocommerce-checkout .msr-wrapper-checkout .col-1 #professional_document_upload h3 {
	margin-top: 0;
}
.woocommerce-checkout .msr-wrapper-checkout .col-1 .woocommerce-billing-fields h3 {
	font-weight: bold;
	font-family: 'PeridotPE', serif;
	font-size: 20px;
	color: #000;
	text-transform: uppercase;
	border-bottom: 1px solid #000;
	padding-bottom: 16px;
	margin-bottom: 30px;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
	float: right;
	width: 100%;
}
.woocommerce-checkout .wrapper-checkout-right {
	float: left;
	flex-basis: 40%;
	background-color: #F6F6F6;
	height: fit-content;
}
.woocommerce-checkout .woocommerce-notices-wrapper,
.woocommerce-notices-wrapper {
	max-width: 1366px;
	width: 100%;
	margin: auto;
}
.woocommerce-checkout .wrapper-checkout-right .woocommerce-cart-form .posted_in,
.woocommerce-checkout .wrapper-checkout-right .woocommerce-cart-form .product-thumbnail {
	display: none;
}
.woocommerce-checkout .wrapper-checkout-right .woocommerce-cart-form .cart_item {
	position: relative;
	border-top: 1px solid #000;
	padding: 24px 0 20px;
}
.woocommerce-checkout .wrapper-checkout-right h3#order_review_heading {
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	font-family: 'PeridotPE', serif;
	padding-bottom: 24px;
	line-height: 20px;
}
.woocommerce-checkout .wrapper-checkout-right .order-review-wrapper {
	max-width: 350px;
	width: 100%;
	float: left;
}
.woocommerce-checkout .wrapper-checkout-right .coupon-wrapper h3,
.woocommerce-checkout .wrapper-checkout-right .cart_totals.calculated_shipping h2 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'PeridotPE', serif;
	margin-top: 0;
	padding-bottom: 24px;
	margin-bottom: 24px;
	border-bottom: 1px solid #000;
	line-height: 20px;
	color: #000;
}
.woocommerce-checkout .wrapper-checkout-right .coupon-wrapper p.subtitle-coupon {
	margin-top: 0;
	margin-bottom: 8px;
	font-size: 14px;
	color: #000;
	font-weight: 400;
	font-family: 'PeridotPE', serif;
}
.woocommerce-checkout .wrapper-checkout-right .coupon-wrapper .coupon button {
	width: 100%;
	background-color: #000;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'PeridotPE', serif;
	height: 42.5px;
	border-radius: 0;
}
.woocommerce-checkout .wrapper-checkout-right .coupon-wrapper .coupon input {
	border: none;
	border-radius: 0;
	padding: 8px 16px;
	height: 36px;
	width: 100%;
	margin-bottom: 26px;
	outline: none;
}
.woocommerce-checkout .wrapper-checkout-right .wrapper-top,
.woocommerce-checkout .wrapper-checkout-right .wrapper-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.woocommerce-checkout .wrapper-checkout-right .wrapper-bottom .product-quantity {
	height: 32px;
}
.woocommerce-checkout .wrapper-checkout-right .wrapper-top {
	padding-bottom: 24px;
}
.woocommerce-checkout .woocommerce .msr-wrapper-checkout form .form-row input.input-text,
.woocommerce-checkout .woocommerce form .msr-wrapper-checkout .form-row textarea {
	height: 52px;
	border: 1px solid rgb(0 0 0 / 50%);
	border-radius: 6px;
	padding: 15px 40px;
}
.woocommerce-checkout .woocommerce .msr-wrapper-checkout form .form-row input.input-text::placeholder,
.woocommerce-checkout .woocommerce form .msr-wrapper-checkout .form-row textarea::placeholder {
	font-size: 16px;
	color: #A7A7A7;
	font-weight: 400;
	font-family: 'PeridotPE', serif;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 16px;
	color: #A7A7A7;
	font-weight: 400;
	font-family: 'PeridotPE', serif;
	line-height: 22px;
	padding-left: 0;
	padding-right: 0;
}
.woocommerce-checkout .select2-container .select2-selection--single {
	height: 52px;
	border: 1px solid rgb(0 0 0 / 50%);
	border-radius: 6px;
	padding: 15px 40px;
}
.woocommerce-checkout .woocommerce #billing_first_name_field,
.woocommerce-checkout .woocommerce #billing_last_name_field,
.woocommerce-checkout .woocommerce #shipping_first_name_field,
.woocommerce-checkout .woocommerce #shipping_last_name_field {
	width: 49.5%;
}
.woocommerce-checkout .woocommerce #billing_city_field,
.woocommerce-checkout .woocommerce #billing_state_field {
	width: 100%;
}
.woocommerce-checkout .woocommerce #billing_city,
.woocommerce-checkout .select2-container .select2-selection--single {
	width: 100%;
}
.woocommerce-checkout .woocommerce #billing_first_name_field,
.woocommerce-checkout .woocommerce #billing_city_field {
	margin-right: 8px;
}
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
	width: 100%;
}
#billing_needs_timologio_field > label {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	font-family: 'PeridotPE', serif;
	margin-right: 25px;
}
#billing_needs_timologio_field .optional {
	display: none;
}
#billing_needs_timologio_field {
	display: flex;
	flex-direction: row;
	align-items: baseline;
	padding: 12px 0;
}
#billing_needs_timologio_field .woocommerce-input-wrapper {
	display: flex;
	align-items: center;
}
#billing_needs_timologio_field .woocommerce-input-wrapper .radio {
	font-size: 18px;
	font-weight: 400;
	font-family: 'PeridotPE', serif;
	line-height: 25px;
	margin-left: 10px;
	margin-right: 60px;
}
#billing_needs_timologio_field .woocommerce-input-wrapper .input-radio  {
	width: 16px;
	height: 16px;
	cursor: pointer;
}
#billing_needs_timologio_field .woocommerce-input-wrapper .input-radio:checked  {
	color: #000;
	border-color: #000;
	background-color: #000;
}
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
	font-size: 16px;
	font-weight: 400;
	font-family: 'PeridotPE', serif;
	color: #000;
	text-transform: uppercase;
	margin-top: 0;
}
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address input {
	margin-right: 8px;
}
.woocommerce-checkout .wrapper-checkout-right .woocommerce-cart-form .product-name a {
	font-size: 16px;
	font-weight: 400;
	font-family: 'PeridotPE', serif;
	color: #000;
	text-decoration: none;
}
.woocommerce-checkout .wrapper-checkout-right .woocommerce-cart-form .product_meta .sku_wrapper {
	font-size: 14px;
	font-weight: 400;
	font-family: 'PeridotPE', serif;
	color: #000;
}
.woocommerce-checkout .wrapper-checkout-right .woocommerce-cart-form .product-subtotal {
	font-size: 16px;
	font-weight: 900;
	font-family: 'PeridotPE', serif;
	color: #000;
}
.woocommerce-checkout .wrapper-checkout-right .woocommerce-cart-form .product-remove a,
.woocommerce-checkout .wrapper-checkout-right .woocommerce-cart-form .product-remove a:hover {
	font-size: 20px;
	font-weight: 900;
	font-family: 'PeridotPE', serif;
	color: #000 !important;
	width: 20px;
	height: 20px;
	background-color: transparent;
}
.woocommerce-checkout .wrapper-checkout-right .woocommerce-cart-form .product-name {
	border-top: none;
	width: 256px;
}
.woocommerce-checkout .msr-shipping-methods h3,
.woocommerce-checkout .msr-payment-methods h3 {
	font-size: 20px;
	font-weight: bold;
	font-family: 'PeridotPE', serif;
	color: #000;
	text-transform: uppercase;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	margin-bottom: 0;
	margin-top: 0;
}
.woocommerce-checkout .msr-shipping-methods {
	margin-bottom: 40px;
}
.woocommerce-checkout .msr-shipping-methods ul#shipping_method li input {
	margin: 0 30px 3px 0;
	vertical-align: middle;
}
.woocommerce-checkout ul#shipping_method li label,
.woocommerce-checkout .woocommerce-checkout #payment ul.payment_methods label {
	font-size: 18px;
	line-height: 26px;
	color: #000;
	font-weight: 400;
	font-family: 'PeridotPE', serif;
}
.woocommerce-checkout ul#shipping_method .amount {
	color: #000;
	font-weight: 400;
}
.woocommerce-checkout #payment {
	background: #fff;
}
.woocommerce-checkout ul#shipping_method li,
.woocommerce-checkout .woocommerce-checkout #payment ul.payment_methods li {
	line-height: 40px;
	margin: 0 0 .5em;
}
.woocommerce-checkout ul#shipping_method,
.woocommerce-checkout .woocommerce-checkout #payment ul.payment_methods {
	margin-top: 24px;
}
.woocommerce-checkout .woocommerce-checkout #payment ul.payment_methods {
	padding: 0;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
	font-size: 14px;
	color: #000;
	font-weight: 400;
	font-family: 'PeridotPE', serif;
	background-color: #F6F6F6;
	margin-top: 10px;
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
	border: 1em solid transparent;
	border-bottom-color: #F6F6F6;
}
#add_payment_method #payment div.payment_box p,
.woocommerce-cart #payment div.payment_box p,
.woocommerce-checkout #payment div.payment_box p {
	margin-top: 0;
}
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper p {
	font-size: 14px;
	color: #000;
	font-weight: 400;
	font-family: 'PeridotPE', serif;
}
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper a {
	font-weight: bold;
	text-decoration: none;
	font-family: 'PeridotPE', serif;
}
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper a:hover {
	color: #4169e1;
}
.woocommerce-checkout .form-row.place-order  {
	padding: 0 !important;
}
.woocommerce-checkout .woocommerce-message a {
	padding: 10px 24px;
	color: #fff;
	font-weight: 400;
	background-color: #000;
	border-radius: 0;
	font-size: 14px;
}
.woocommerce-checkout #place_order {
	background-color: #000;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'PeridotPE', serif;
	height: 42.5px;
	border-radius: 0;
	line-height: 24px;
	padding: 8px 24px;
}
.woocommerce-checkout .woocommerce-additional-fields {
	margin-bottom: 40px;
}
.woocommerce-checkout .woocommerce-additional-fields h3 {
	font-size: 20px;
	font-weight: bold;
	font-family: 'PeridotPE', serif;
	color: #000;
	text-transform: uppercase;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	margin-bottom: 0;
	margin-top: 0;
}
.woocommerce-checkout .checkout .col-2 .notes {
	margin-top: 20px;
	padding: 0;
}
.woocommerce-checkout .checkout .col-2 .notes label {
	font-size: 16px;
	font-weight: 400;
	font-family: 'PeridotPE', serif;
	color: #000;
	margin-bottom: 26px;
}
.woocommerce-checkout .checkout .col-2 .notes label span.optional {
	display: none;
}
.woocommerce-checkout .checkout .col-2 .notes .woocommerce-input-wrapper #order_comments {
	padding: 15px 40px;
	height: 110px;
	border: 1px solid rgb(0 0 0 / 50%);
	border-radius: 6px;
}
.woocommerce-checkout .checkout .col-2 .notes .woocommerce-input-wrapper #order_comments::placeholder {
	color: #A7A7A7;
	font-size: 16px;
	font-weight: 400;
	font-family: 'PeridotPE', serif;
}
.woocommerce-checkout .file-upload {
	display: flex;
	align-items: center;
}
.woocommerce-checkout .file-upload-label {
	background-color: #000;
	color: #fff;
	padding: 12px 20px;
	cursor: pointer;
	font-weight: 600;
	border: none;
	text-transform: uppercase;
	width: 348px;
	text-align: center;
	font-size: 12px;
	font-family: 'PeridotPE', serif;
}
.woocommerce-checkout .file-upload input[type="file"] {
	display: none;
}
.woocommerce-checkout #file-upload-filename {
	color: #707070;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	font-family: 'PeridotPE', serif;
	border: 1px solid #000;
	width: 488px;
	padding: 11px 20px;
}
.woocommerce-checkout #professional_document_upload p {
	margin-top: 0;
	font-size: 16px;
	font-family: 'PeridotPE', serif;
	font-weight: 400;
	color: #000;
}
.woocommerce-checkout #professional_document_upload p.text-down {
	margin-top: 20px;
	font-size: 14px;
	font-family: 'PeridotPE', serif;
	font-weight: 400;
	color: #000;
}
.woocommerce-checkout .msr-shipping-methods #store_selection select {
	width: 488px;
	border: 1px solid rgb(0 0 0 / 50%);
	border-radius: 4px;
	margin-left: 44px;
	padding: 10px 16px;
	text-align: center;
	color: #A7A7A7;
	font-size: 16px;
	font-weight: 400;
	font-family: 'PeridotPE', serif;
	cursor: pointer;
}
.woocommerce-checkout .msr-shipping-methods #store_selection select:focus-visible {
	outline: none;
}
.woocommerce-checkout .wrapper-checkout-right .cart-wrapper {
	display: inline-block;
	width: 100%;
	padding: 46px 64px;
	border-bottom: 7px solid #fff;
}
.woocommerce-checkout .wrapper-checkout-right .coupon-wrapper {
	display: inline-block;
	width: 100%;
	padding: 30px 64px 42px;
	border-bottom: 7px solid #fff;
}
.woocommerce-checkout .wrapper-checkout-right .coupon-wrapper .coupon-wrapper-width,
.woocommerce-checkout .wrapper-checkout-right .cart_totals .cart-wrapper-width {
	max-width: 350px;
	width: 100%;
	float: left;
}
.woocommerce-checkout .wrapper-checkout-right .cart_totals {
	display: flex;
	width: 100%;
	padding: 30px 64px 42px;
	flex-wrap: wrap;
	flex-direction: column;
}
.woocommerce-checkout .wc-proceed-to-checkout {
	padding: 0;
}
.woocommerce-checkout .cart_totals .wrapper-icons {
	margin-top: 40px;
	margin-bottom: 180px;
}
.woocommerce-checkout .cart_totals .wrapper-icons .icon1 {
	background-image: url(/wp-content/uploads/2024/08/Group-121.png);
	background-repeat: no-repeat;
	height: 46px;
	background-position: left;
	padding-left: 60px;
	display: flex;
	align-items: center;
	margin-bottom: 27px;
}
.woocommerce-checkout .cart_totals .wrapper-icons .icon2 {
	background-image: url(/wp-content/uploads/2024/08/Group-120.png);
	background-repeat: no-repeat;
	height: 46px;
	background-position: left;
	padding-left: 60px;
	align-items: center;
}
.woocommerce-checkout .cart_totals .wrapper-icons .icon1 p,
.woocommerce-checkout .cart_totals .wrapper-icons .icon2 p {
	margin: 0;
	font-size: 15px;
	color: #000;
	font-weight: 600;
}
.woocommerce-checkout .cart_totals .wrapper-icons .icon1 span,
.woocommerce-checkout .cart_totals .wrapper-icons .icon2 h4 {
	font-size: 15px;
	color: #000;
	font-weight: 900;
}
.woocommerce-checkout .cart_totals .wrapper-icons .icon2 h4,
.woocommerce-checkout .cart_totals .wrapper-icons .icon2 p {
	margin: 0;
}
.woocommerce-checkout .payment_box.payment_method_custom_gateway {
	display: block;
}
.woocommerce-checkout .woocommerce-billing-fields #billing_first_name_field label,
.woocommerce-checkout .woocommerce-billing-fields #billing_last_name_field label,
.woocommerce-checkout .woocommerce-billing-fields #billing_last_name_field label,
.woocommerce-checkout .woocommerce-billing-fields #billing_address_1_field label,
.woocommerce-checkout .woocommerce-billing-fields #billing_city_field label,
.woocommerce-checkout .woocommerce-billing-fields #billing_state_field label,
.woocommerce-checkout .woocommerce-billing-fields #billing_postcode_field label,
.woocommerce-checkout .woocommerce-billing-fields #billing_phone_field label,
.woocommerce-checkout .woocommerce-billing-fields #billing_country_field label {
	display: none;
}
.woocommerce-checkout .woocommerce-shipping-fields #shipping_state_field label,
.woocommerce-checkout .woocommerce-shipping-fields #shipping_postcode_field label,
.woocommerce-checkout .woocommerce-shipping-fields #shipping_city_field label,
.woocommerce-checkout .woocommerce-shipping-fields #shipping_address_1_field label,
.woocommerce-checkout .woocommerce-shipping-fields #shipping_last_name_field label,
.woocommerce-checkout .woocommerce-shipping-fields #shipping_first_name_field label {
	display: none;
}
.home-hero-img-desktop {
	max-width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 883px;
	position: relative;
}
.home-hero-img-mobile {
	max-width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 883px;
	position: relative;
}
.home-hero-content-desktop {
	max-width: 100%;
	height: 100%;
	text-align: left;
	align-content: center;
	padding-left: 25%;
}
.home-hero-content-mobile {
	max-width: 100%;
	height: 100%;
	text-align: left;
	align-content: center;
	padding-left: 25%;
}
.home-hero-h1 {
	font-family: 'PeridotPE', serif;
	font-size: 68px;
	font-weight: 900;
	color: #ffffff;
	line-height: 34px;
}
.home-hero-h2 {
	font-family: 'PeridotPE', serif;
	font-size: 68px;
	font-weight: 300;
	color: #ffffff;
	line-height: 12px;
}
.home-hero-h3 {
	font-family: 'PeridotPE', serif;
	font-size: 28px;
	font-weight: 300;
	color: #ffffff;
	line-height: 2px;
}
.home-hero-btn {
	padding: 12px 90px;
	background-color: #ffffff;
	width: fit-content;
	margin-top: 40px;
}
.home-section-4-btn {
	margin: auto;
	padding: 12px 70px;
	background-color: #ffffff;
	width: fit-content;
	position: relative;
}
.home-section-4-btn:after {
	position: absolute;
	background: #000000;
	height: 5%;
	min-height: 2px;
	content: '';
	width: 0;
	bottom: -5%;
	left: 0;
	transition: all 350ms ease-out;
}
.home-section-4-btn:hover:after {
	width: 100%;
}
.home-hero-btn a,
.home-section-4-btn a {
	text-decoration: none;
	color: #000000;
}
.msr-home-section {
	display: flex;
	max-height: 100%;
	height: 804px;
	margin: 50px 0;
}
.msr-home-section-3 {
	display: flex;
	max-height: 100%;
	height: auto;
	margin: 50px 0;
}
.home-section-1-content {
	max-width: 100%;
	width: 40%;
	height: 100%;
	text-align: right;
	padding: 140px 100px 140px 244px;
	align-content: center;
}
.home-section-1-h1 {
	font-family: 'PeridotPE', serif;
	font-size: 87px;
	font-weight: 200;
	color: #000000;
	line-height: 10px;
}
.home-section-1-h2 {
	font-family: 'PeridotPE', serif;
	font-size: 28px;
	font-weight: 300;
	color: #000000;
	line-height: 8px;
}
.home-section-1-p,
.home-section-3-p {
	font-family: 'PeridotPE', serif;
	font-size: 16px;
	color: #000000;
	margin-top: 60px;
}
.home-section-3-p {
	padding-top: 22px;
}
.home-section-1-content h2 {
	line-height: 10px;
}
.home-section-1-content h2 strong {
	color: #000000;
	font-family: 'PeridotPE', serif;
	font-size: 32px;
	font-weight: 700;
}
.home-section-1-content p {
	padding-left: 60px;
}
.msr-home-section.new-arrivals .woocommerce ul.products li.product a img {
	width: 200px;
	height: 200px;
	object-fit: cover;
	margin: auto;
}
.home-section-1-btn,
.home-section-3-btn {
	padding: 12px 90px;
	background-color: #000000;
	width: fit-content;
	display: inline-block;
}
.home-section-1-btn a,
.home-section-3-btn a {
	text-align: right;
	text-decoration: none;
	color: #ffffff;
}
.s1-photoset-center{
	width: 100%;
}
.s1-photoset-center img {
	width: 100%;
	height: 804px;
	overflow: auto;
	object-fit: cover;
}
.s1-photoset-right {
	width: 80%;
	object-fit: cover;
	overflow: hidden;
}
.s1-photoset-right img {
	height: 400px;
	box-sizing: content-box;
	width: 100%;
	object-fit: cover;
}
.msr-home-section .home-section-1-photo-set .slick-dots {
	text-align: center;
	width: 700px;
	margin: auto !important;
	right: 0;
	left: 0;
}
.msr-home-section .home-section-1-photo-set .slick-dots li {
	width: 36px;
}
.msr-home-section .home-section-1-photo-set .slick-dots li button:before {
	content: '';
	width: 200px;
}
.msr-home-section .home-section-1-photo-set .slick-dots li button {
	width: 30px;
	height: 5px;
	background: #bababa3b;
	padding: 0 16px;
}
.msr-home-section .home-section-1-photo-set .slick-dots li.slick-active button {
	width: 30px;
	height: 5px;
	background: #C4B8B8;
	padding: 0 16px;
}
.msr-home-section.new-arrivals .slick-dots {
	text-align: center;
	max-width: 1242px;
	margin: auto !important;
	right: 0;
	left: 0;
}
.msr-home-section.new-arrivals .slick-dots li {
	width: 0px;
}
.msr-home-section.new-arrivals .slick-dots li button:before {
	content: '';
	width: 200px;
}
.msr-home-section.new-arrivals .slick-dots li button {
	width: 30px;
	height: 1px;
	background: #000000;
	padding: 0;
	margin: 0;
}
.msr-home-section.new-arrivals .slick-dots li.slick-active button {
	width: 59px;
	height: 8px;
	background: #000000;
	padding: 0;
	margin: 0;
}
.home-section-1-photo-set {
	width: 60%;
}
.home-section-1-photo-set .s1-wrapper2 {
	display: flex;
	width: 110%;
	height: 100%;
}
.home-section-1-photo-set .s1-wrapper2-slick {
	display: flex;
	width: 110%;
	height: 100%;
}
.msr-home-section-2.text-flex {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	text-align: center;
	flex-wrap: nowrap;
	justify-content: center;
	padding-bottom: 30px;
}
.home-section-2-border-wrap {
	display: flex;
	margin: 0 -40px;
}
.home-section-2-txt1 {
	font-family: 'PeridotPE', serif;
	font-size: 34px;
	font-weight: 300;
	color: #000000;
}
.home-section-2-txt2 {
	font-family: 'PeridotPE', serif;
	font-size: 34px;
	font-weight: 900;
	color: #000000;
	padding-left: 10px;
}
.home-section-2-title {
	border-bottom: solid 6px #000000;
	display: flex;
	padding-bottom: 4px;
}
.home-section-4 {
	display: flex;
	height: 100%;
	margin: 8% auto;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 74%;
}
.home-section-3-h1 {
	font-family: 'PeridotPE', serif;
	font-size: 70px;
	font-weight: 200;
	line-height: 6px;
	color: #000000;
}
.home-section-3-h2 {
	font-family: 'PeridotPE', serif;
	font-size: 53px;
	font-weight: 700;
	line-height: 16px;
	color: #000000;
}
.home-section-3-h3 {
	font-family: 'PeridotPE', serif;
	font-size: 29px;
	font-weight: 300;
	line-height: 2px;
	color: #000000;
}
.home-section-3 {
	display: flex;
	padding-bottom: 60px;
	padding-right: 14%;
	padding-left: 14%;
	background-image: linear-gradient(#ffffff 50%, #E5DCD5 0%) ;
}
.section-3-img {
	padding-left: unset;
	padding-right: 40px;
	align-content: center;
}
.section-3-content {
	padding-top: 90px;
	padding-left: 40px;
	padding-right: 40px;
	width: 60%;
}
.home-section-4-cat-comp {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.s4-wrapper {
	position: relative;
	flex-basis: 50%;
	max-width: 683px;
	max-height: 620px;
}
.s4-wrapper img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.s4-content {
	padding: 10px;
}
.s4-banner {
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	align-content: center;
}
.s4-banner.show-right {
	right: 0;
	padding: 0 50px;
	text-align: right;
}
.s4-banner.show-left {
	left: 0;
	padding: 0 50px;
	text-align: left;
}
.s4-title {
	font-family: 'PeridotPE', serif;
	font-size: 36px;
	color: #ffffff;
	font-weight: 300;
	line-height: 44px;
	margin: auto;
}
.s4-par {
	font-family: 'PeridotPE', serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: 400;
	line-height: 26px;
	margin: auto;
	padding: 10px 0;
}
.msr-home-section.new-arrivals {
	max-width: 1362px;
	margin: auto;
	height: 10%;
	display: block;
}
.msr-home-section.new-arrivals li.product {
	clear: none !important;
	margin: 0 10px 2.992em 0 !important;
}
.msr-home-section.new-arrivals .woocommerce ul.products{
	padding: 60px 60px 0 60px;
	position: relative;
	margin-bottom: 90px;
}
.msr-home-section.new-arrivals .woocommerce ul.products .qib-container {
	display: none;
}
.msr-home-section.new-arrivals .woocommerce ul.products .button.alt,
.msr-home-section.new-arrivals .woocommerce ul.products .button.product_type_simple {
	padding: 8px 60px;
	color: #ffffff;
	background-color: #000000;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 400;
	border-radius: 0;
}
.msr-home-section.new-arrivals .woocommerce ul.products .woocommerce-loop-product__title {
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	color: #000000;
	height: 68px;
}

.msr-trainers-wrapper {
	margin: auto auto 120px auto;
	max-width: 1176px;
}
.msr-trainers-info {
	display: flex;
	width: 100%;
	justify-content: space-evenly;
	align-content: flex-start;
}
.msr-trainers-photo {
	max-width: 342px;
	width: 100%;
	padding-right: 30px;
	padding-top: 20px;
}
.msr-trainers-content {
	width: 70%;
}
.trainers-name {
	font-family: 'PeridotPE', serif;
	font-size: 26px;
	font-weight: 900;
	line-height: 36px;
	color: #000000;
}
.trainers-specialty-1 {
	font-family: 'PeridotPE', serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 10px;
	color: #000000;
}
.trainers-specialty-2 {
	font-family: 'PeridotPE', serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 2px;
	color: #000000;
}
.trainers-location {
	display: flex;
	align-items: center;
}
.trainers-location img {
	max-width: 24px;
}
.trainers-social img {
	max-width: 50px;
	padding: 20px 10px 0 0;
}
.trainers-location-txt {
	font-family: 'PeridotPE', serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 27px;
	color: #000000;
	padding-left: 12px;
}
.trainers-personal-txt {
	font-family: 'PeridotPE', serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #000000;
	padding-right: 20px;
}
.trainers-text {
	font-family: 'PeridotPE', serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #000000;
	padding: 0 20px;
	margin-top: -20px;
	margin-bottom: 90px;
}
.msr-page-trainers-section-1 {
	display: flex;
	align-items: flex-end;
}
.msr-page-trainers-img {
	width: 100%;
}
.msr-page-trainers-txt {
	width: 60%;
	font-family: 'PeridotPE', serif;
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	padding: 0 30px 50px;
}
.page-trainers-info-wrapper {
	background-color: #1c1c1c;
	margin-top: -10px;
	padding: 150px;
	margin-bottom: 120px;
}
.page-trainer-wrapper {
	display: flex;
}
.page-trainer-wrapper img {
	height: 533px;
}
.trainer-wrapper-info {
	padding: 60px;
	color: #ffffff;
	flex-basis: 50%;
}
.page-trainer-wrapper.order-right img {
	order: 2;
}
.page-trainer-wrapper.order-right .trainer-wrapper-info {
	order: 1;
}
.page-trainer-name {
	font-family: 'PeridotPE', serif;
	font-size: 26px;
	font-weight: 900;
	line-height: 4px;
}
.page-trainer-spec {
	font-family: 'PeridotPE', serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 0;
}
.page-trainer-loc {
	font-family: 'PeridotPE', serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 0;
	order: 2;
}
.page-trainer-desc {
	font-family: 'PeridotPE', serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	height: 100px;
	overflow-y: scroll;
	padding-right: 5px;
}
/* width */
::-webkit-scrollbar {
	width: 6px;
}
/* Track */
::-webkit-scrollbar-track {
	background: #000000;
}
/* Handle */
::-webkit-scrollbar-thumb {
	background: #4c4c4c;
}
.page-trainer-btn {
	padding: 9px 82px;
	background-color: #c4b8b8;
	width: fit-content;
}
.page-trainer-btn a {
	text-decoration: none;
	color: #000000;
	font-size: 12px;
}
.trainer-loc-wrap {
	display: inline-flex;
	align-items: center;
}
.trainer-loc-wrap img {
	height: 24px;
	width: 26px;
	padding-right: 10px;
	order: 1;
}
.levelup-basic-wrapper .col-wrapper-left p {
	padding-top: 0;
}
.academy-locations-wrapper {
	margin: 120px 0;
}
.academy-locations-wrapper .location-item .wrapper-content {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
}
.academy-locations-wrapper .location-item .wrapper-content .town-loc {
	text-align: center;
	width: 200px;
}
.academy-locations-wrapper .location-item .wrapper-content .town-loc img {
	height: 50%;
}
.academy-locations-wrapper .location-item .wrapper-content .area{
	font-family: 'PeridotPE', serif;
	color: #000000;
	font-size: 20px;
	font-weight: 700;
	padding-top: 6px;
}
.seminaria-wrapper2 .col-wrapper-right img,
.nail-advanced .wrapper-image img,
.nail-advanced.certificate-wrapper .wrapper-image img,
.seminaria-wrapper4 .col-wrapper-right img {
	object-fit: cover;
	height: 100%;
}
.entry-footer .edit-link {
	display: none;
}
.mobile-menu-btn {
	display: none;
}
.sub-menu.not-mega {
	position: absolute;
	z-index: 9;
	background-color: #DFD5D5;
	top: 185px;
}
.site-header .desktop .main-header ul.mainnav li.has-sub .sub-menu.not-mega .mega-menu-right {
	flex-basis: 100%;
	padding: 0 30px;
}
.site-header .desktop .main-header ul.mainnav li.has-sub .sub-menu.not-mega .menu-item.sub-cat-header a span {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	font-family: 'PeridotPE', serif;
	position: relative;
}

.mp-level.mp-level3.mp-level-open ul.mp-top-level li.mp-top-level span.mp-back img {
	display: none;
}
.mp-level.mp-level2.mp-level-open ul.mp-top-level li.mp-top-level2 a span.mp-back img{
	display: none;
}
.mp-level.mp-level2.mp-level-open ul.mp-top-level li.mp-top-level span.mp-back img {
	display: block;
	left: 26px;
	top: 86px;
	z-index: 9;
}
.mp-level.mp-level3.mp-level-open ul.mp-top-level li.mp-top-level3 a span.mp-back img {
	display: block;
	left: 26px;
	top: 92px;
	z-index: 9;
}
.mp-level.mp-level2.mp-level-open ul.mp-top-level strong,
.mp-level.mp-level3.mp-level-open ul.mp-top-level strong {
	padding-left: 50px;
}
.header-mobile .mobile-menu-logo {
	display: none;
}
.woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .wrapper-bottom .product_quantity,
.woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .wrapper-bottom .product_meta {
	width: 33%;
}
.msr-page-trainers-img {
	height: 610px;
}
.msr-page-trainers-img img {
	object-fit: cover;
	height: 100%;
	object-position: bottom right;
}
.msr-page-trainers .page-trainer-wrapper.order-right,
.msr-page-trainers .page-trainer-wrapper {
	height: 474px;
}
.msr-page-trainers .page-trainer-wrapper img{
	height: 100%;
	object-fit: cover;
	flex-basis: 50%;
}
.info-chrom .container .tab .msr-wrapper-all-chrom a,
.single-product .msr-wrapper-chromatologio {
	margin-right: 20px;
	margin-bottom: 14px;
}
.woocommerce nav.woocommerce-pagination {
	width: 1092px;
	margin-left: auto;
	padding: 20px 0 90px 0;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
	background: #000000;
	width: 50px;
	color: #ffffff;
	padding: 17px;
	border-radius: 48px;
	margin: 4px 8px;
}
.woocommerce nav.woocommerce-pagination ul li a.page-numbers {
	background: #ffffff;
	width: 49px;
	color: #000000;
	padding: 14px 12px;
	border-radius: 48px;
	border: solid 3px #000000;
	margin: 4px 8px;
}
.woocommerce nav.woocommerce-pagination ul {
	border: unset !important;
}
.woocommerce nav.woocommerce-pagination ul li {
	border-right: unset !important;
}
.woocommerce nav.woocommerce-pagination ul li span {
	width: 30px;
	padding: 17px 0 !important;
}
.trainer-loc-wrap {
	display: inline-flex;
	flex-direction: row;
	width: 100%;
	align-items: center;
}
.msr-page-trainers .page-trainer-wrapper .trainer-loc-wrap img {
	object-fit: contain;
	height: 30px;
	width: 30px;
	text-align: left;
	float: left;
	flex-basis: 10%;
}
.woocommerce .woocommerce-ordering {
	padding-right: 30px;
}
.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
	display: none;
}
.trainers-wrapper .wrapper-bio .slick-prev:before {
	content: "<";
}
.trainers-wrapper .wrapper-bio .slick-next:before {
	content: ">";
}
.trainers-wrapper .wrapper-bio .slick-next.slick-arrow {
	right: 1%;
	color: #000000;
	top: 1%;
}
.trainers-wrapper .wrapper-bio .slick-prev.slick-arrow {
	left: 1%;
	color: #000000;
	top: 1%;
	z-index: 9999;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
	background-color: #000;
	color: #ffffff;
	padding: 40px 30px;
	margin: 0 0 60px 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	color: #ffffff;
	text-decoration: none;
	font-family: 'PeridotPE', serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 32px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	list-style: none;
}
#post-7 .entry-title {
	color: #000000;
	font-family: 'PeridotPE', serif;
	font-weight: 300;
	font-size: 36px;
	line-height: 44px;
	padding: 0 20px;
}
.woocommerce-account .woocommerce-MyAccount-content {
	padding: 20px 30px;
}
.woocommerce-account .woocommerce-MyAccount-content p {
	font-family: 'PeridotPE', serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	color: #000;
}
.woocommerce-account .woocommerce-MyAccount-content p a {
	font-family: 'PeridotPE', serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 32px;
	color: #000;
	text-decoration: underline;
	text-decoration-thickness: from-font;
}
.woocommerce-account .woocommerce-MyAccount-content p a:hover {
	text-decoration: none;
}
.woocommerce table.my_account_orders a {
	font-family: 'PeridotPE', serif;
	font-size: 12px;
	line-height: 32px;
	color: #000;
	text-decoration: none;
	margin: 2px;
}
.woocommerce-account .woocommerce-MyAccount-content p a {
	font-family: 'PeridotPE', serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	color: #000;
	text-decoration: underline;
	text-decoration-thickness: from-font;
}
.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th,
.woocommerce table.shop_table th {
	padding: 10px 8px;
	font-family: 'PeridotPE', serif;
	color: #000;
}
.woocommerce table.my_account_orders td {
	border-top:  1px solid rgb(0 0 0 / 100%);
}
.woocommerce table.my_account_orders thead tr th span {
	font-weight: 700;
	font-size: 15px;
}
.woocommerce table.my_account_orders {
	font-size: 14px;
	font-family: 'PeridotPE', serif;
}
.woocommerce table.shop_table {
	border: 1px solid rgb(0 0 0 / 0%) !important;

}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
	border-top:  1px solid rgb(0 0 0 / 100%);
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button {
	color: #ffffff !important;
	background-color: #000000;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	border-radius: 0;
	padding: 8px 53px;
	font-family: 'PeridotPE', serif;
	transition: all 300ms ease;
}
.woocommerce ul.products li.product .button {
	margin-top: unset;
}
.woocommerce form .form-row label {
	font-size: 14px;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled]:hover {
	color: #ffffff !important;
	background-color: #000000;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	text-transform: uppercase;
	border-radius: 0;
	padding: 8px 50px;
	font-family: 'PeridotPE', serif;
	transition: all 300ms ease;
	margin-top: 20px;
}
.woocommerce form.login.login .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
	margin-top: 26px;
	margin-left: 20px;
}
.woocommerce-password-strength, .woocommerce-password-hint {
	color: #000;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
	color: #ffffff !important;
	background-color: #000000;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	border-radius: 0;
	line-height: 24px;
	padding: 8px 12px;
	font-family: 'PeridotPE', serif;
	transition: all 300ms ease;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
	color: #ffffff !important;
	background-color: #000000;
}
.woocommerce table.shop_table td {
	border-top: 1px solid #000000;
	padding: 10px 8px;
	font-family: 'PeridotPE', serif;
	color: #000;
}
.woocommerce-order-details__title,
.woocommerce .woocommerce-customer-details .woocommerce-column__title {
	font-family: 'PeridotPE', serif;
	font-size: 24px;
	font-weight: 900;
	line-height: 32px;
	color: #000;
	padding-top: 30px;
}
.woocommerce-MyAccount-content .woocommerce-customer-details section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses,
.woocommerce-MyAccount-content .col2-set,
.woocommerce-MyAccount-content .col2-set {
	max-width: 100%;
}
.woocommerce-MyAccount-content .woocommerce-customer-details address,
.woocommerce-MyAccount-content .u-columns.woocommerce-Addresses.col2-set.addresses address {
	font-family: 'PeridotPE', serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #000;
	padding: 30px 20px;
	background-color: #F6F6F6;
	border: 1px solid rgba(0,0,0,0);
	font-style: unset;
}
.woocommerce-MyAccount-content .woocommerce-customer-details address {
	font-weight: 700;
}
.woocommerce-MyAccount-content .woocommerce-Address-title.title h2 {
	font-family: 'PeridotPE', serif;
	font-size: 24px;
	font-weight: 900;
	line-height: 32px;
	color: #000;
	padding-top: 30px;
}
.woocommerce-account .woocommerce-Address-title.title a {
	font-family: 'PeridotPE', serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	color: #000;
	text-decoration: underline;
	text-decoration-thickness: from-font;
	transition: all 300ms ease;
}
.woocommerce-account .woocommerce-Address-title.title a:hover {
	text-decoration: none;
}
.woocommerce #customer_login.u-columns.col2-set .col-1,
.woocommerce-page #customer_login.u-columns.col2-set .col-2 {
	width: 47%;
	margin: 20px;
	font-family: 'PeridotPE', serif;
	font-size: 16px;
	font-weight: 400;
}
.woocommerce #customer_login.u-columns.col2-set .col-1 {
	background-color: #000000;
	color: #ffffff;
}
.woocommerce-page #customer_login.u-columns.col2-set {
	flex-wrap: wrap;
	display: flex;
	flex-direction: row;
	justify-content: center;
	max-width: unset;
}
.woocommerce #customer_login.u-columns.col2-set .col-1 h2 {
	padding: 30px 0 0 30px;
	font-family: 'PeridotPE', serif;
	font-size: 24px;
	font-weight: 900;
	line-height: 32px;
	color: #fff;
}
.woocommerce-page #customer_login.u-columns.col2-set h2 {
	padding: 30px 0 0 30px;
	font-family: 'PeridotPE', serif;
	font-size: 24px;
	font-weight: 900;
	line-height: 32px;
	color: #000;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
	border: unset;
	padding: 10px 30px;
}
.woocommerce .u-columns.col2-set .u-column1.col-1 .woocommerce-form.woocommerce-form-login.login p button {
	background-color: #ffffff;
	color: #000000 !important;
}
.woocommerce form.login.login p a {
	font-family: 'PeridotPE', serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 32px;
	color: #fff;
	text-decoration: underline;
	text-decoration-thickness: from-font;
	transition: all 300ms ease;
}
.woocommerce form.login.login p a:hover {
	text-decoration: none;
}
.woocommerce form.login.login label span.required {
	color: #fff;
}
.woocommerce form.register.register label span.required,
.woocommerce form.woocommerce-ResetPassword.lost_reset_password .form-row .required,
.woocommerce form.register.register label {
	color: #000;
}
.woocommerce-ResetPassword.lost_reset_password {
	margin: 30px 20px 90px 20px;
}
.woocommerce-ResetPassword.lost_reset_password p {
	font-family: 'PeridotPE', serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #000;
}
#post-8307 .entry-header h1,
#post-8287 .entry-header h1,
#post-8309 .entry-header h1,
#post-10318 .entry-header h1,
#post-10508 .entry-header h1 {
	color: #000000;
	font-family: 'PeridotPE', serif;
	font-weight: 300;
	font-size: 36px;
	line-height: 44px;
	margin-bottom: 20px;
	padding: 0 30px;
}
#post-8307 .entry-content ,
#post-8287 .entry-content ,
#post-8309 .entry-content ,
#post-10318 .entry-content ,
#post-10508 .entry-content {
	font-family: 'PeridotPE', serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	color: #000;
	padding: 20px 30px 60px 30px;
}
#post-8307 .entry-content p strong ,
#post-8287 .entry-content p strong ,
#post-8309 .entry-content p strong ,
#post-10318 .entry-content p strong ,
#post-10508 .entry-content p strong {
	font-weight: 900;
}
#post-8287 .entry-content h2 {
	font-family: 'PeridotPE', serif;
	font-size: 24px;
	font-weight: 900;
	line-height: 32px;
	color: #000;
}
.home-section-3 .section-3-img.twist-fx img {
	animation: scrolling 10s linear;
}
@keyframes scrolling {
	0% {
		transform: rotate(60deg) scale(0.6);
	}
	70% {
		transform: rotate(20deg);
	}
	100% {
		transform: rotate(0deg) scale(1);
	}
}
.woocommerce a.added_to_cart {
	display: none;
}
#wfacp-e-form .wfacp-payment-tab-list.wfacp-active.single_step.full_width_cls.wfacp-tab1{
	padding: 12px 10px 20px 0 !important;
}
.elementor-69535 .elementor-element.elementor-element-5f86153e #wfacp-e-form .wfacp_form_steps .wfacp-payment-tab-list {
	border-bottom: 2px solid #000;
}
.elementor-69535 .elementor-element.elementor-element-5f86153e #wfacp-e-form .wfacp_main_form p:not(.woocommerce-shipping-contents):not(.wfacp_dummy_preview_heading):not(.checkout-inline-error-message) {
	max-width: 580px;
	width: 100%;
	font-size: 14px;
}
.wfacp_global_checkout_wrap .file-upload {
	max-width: 580px;
	width: 100%;
	display: flex;
	align-items: center;
}
.wfacp_global_checkout_wrap #professional_document_upload label.file-upload-label, .wfacp_global_checkout_wrap #file-upload-filename {
	width: 50%;
	margin-bottom: unset;
	padding: 12px 20px;
	font-size: 14px;
	line-height: 20px;
}
.elementor-69535 .elementor-element.elementor-element-2a7e0ea7 .wfacp_mini_cart_start_h button.wfacp-coupon-btn {
	background-color: #000 !important;
	font-weight: 400 !important;
	border-radius: 0;
}
body #wfacp-sec-wrapper .wfacp_main_form.woocommerce .woocommerce-notices-wrapper .woocommerce-message,
body #wfacp-sec-wrapper .woocommerce-notices-wrapper .woocommerce-message {
	background: url(../img/notice-tick.svg) #F6F6F6 no-repeat 8px 8px !important;
	color: #000000!important;
	border-top: unset !important;
	font-family: 'PeridotPE', serif;
	font-size: 14px;
	padding: 10px 0;
}
.elementor-69535 .elementor-element.elementor-element-5f86153e #wfacp-e-form .tab {
	margin: 0 !important;
}
body .wfacp-qty-count {
	background-color: #000000 !important;
}
.elementor-69535 .elementor-element.elementor-element-17989cf3 > .elementor-element-populated {
	border-color:  #fff !important;
}
.wfacp-coupon-section.wfacp_custom_row_wrap.clearfix {
	border-bottom: 1px solid #000;
}
.wfacp_mini_cart_start_h table.shop_table tr.order-total {
	border-top: 1px solid #000 !important;
}
.wfacp_mini_cart_start_h .shop_table .cart_item .product-quantity .value-button {
	color: #000000 !important;
}
.elementor-69535 .elementor-element.elementor-element-5f86153e #wfacp-e-form .wfacp_collapsible_order_summary_wrap {
	margin: unset !important;
}
.elementor-69535 .elementor-element.elementor-element-5f86153e #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_section_title {
	font-weight: 700 !important;
}
#fkcart-modal .fkcart-checkout-wrap #fkcart-checkout-button {
	font-size: 17px !important;
	font-weight: 600 !important;
	line-height: 28px !important;
	text-transform: uppercase;
	border-radius: 0 !important;
}
#fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-remove-item span svg {
	background-color: #000000 !important;
	border: 1px solid #000 !important;
	border-radius: 20px !important;
	font-weight: 900;
	max-width: 14px !important;
	max-height: 14px !important;
	color: #ffffff !important;
}
body #fkcart-modal .fkcart-preview-ui .fkcart-coupon-area {
	border-bottom: 1px solid #000000 !important;
	border-top: 1px solid #000000 !important;
}
#fkcart-modal .fkcart-coupon-area .fkcart-coupon-head .fkcart-coupon-title,
.fkcart-order-summary .fkcart-summary-line-item strong {
	font-size: 15px !important;
	color: #000000 !important;
}
#fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-item-title {
	color: #000 !important;
	font-size: 14px !important;
	line-height: 18px !important;
	font-weight: 400 !important;
}
#fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-item-price>span.woocommerce-Price-amount,
.fkcart-order-summary .fkcart-summary-line-item strong,
#fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-item-price>span.woocommerce-Price-amount *{
	color: #000000 !important;
	font-size: 15px !important;
	font-weight: 900 !important;
}
#fkcart-modal .fkcart-preview-ui .fkcart-slider-heading .fkcart-title {
	font-size: 19px !important;
	line-height: 30px !important;
	color: #000000 !important;
}
#fkcart-modal .fkcart-coupon-area .fkcart-coupon-input-wrap #fkcart-coupon__input {
	border: 1px solid #000000 !important;
	border-radius: 0 !important;
}
#fkcart-modal .fkcart-coupon-area .fkcart-coupon-input-wrap .fkcart-coupon-button {
	font-size: 14px !important;
	border-radius: 0 !important;
	padding: 8px 24px;
}
#fkcart-modal .fkcart-primary-button {
	padding: 8px 24px !important;
	border-radius: 0 !important;
}
.preview_wrap .cs-wrapper .bar_description_text,
.cs-privacy-overview .cs-privacy-content .cs-privacy-content-text,
.cs-modal-body .cs_popup_content .cm-script-description {
	font-family: 'PeridotPE', serif !important;
	font-size: 16px !important;
	color: #000000 !important;
}
.preview_wrap .cs-wrapper .policy_wrap a {
	font-family: 'PeridotPE', serif !important;
	color: #000000 !important;
	font-size: 16px !important;
	font-weight: 700 !important;
}
.cs-privacy-overview .cs-privacy-content .policy_wrap a  {
	font-family: 'PeridotPE', serif !important;
	color: #000000 !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	--cs-color-underline: #000000 !important;
}
.cs-modal-body .cs-privacy-overview h4,
.cs-modal-body .cs_popup_content h4 {
	font-family: 'PeridotPE', serif !important;
	color: #000000 !important;
	font-size: 19px !important;
	font-weight: 700 !important;
}
.preview_wrap .cs-wrapper .policy_wrap a:after {
	height: 0 !important;
}
button.btn.btn-grey.allow_all_btn.cs_action_btn,
a.btn.btn-grey.allow_all_btn.cs_action_btn {
	font-family: 'PeridotPE', serif !important;
	background-color: #000000 !important;
	text-transform: uppercase !important;
	font-size: 15px !important;
	border-radius: 0 !important;
}
.cs_preview_container>div>div .cs-modal.cs_multi_design .cs-tab-footer.btn-row .btn {
	font-family: 'PeridotPE', serif !important;
	font-size: 15px !important;
	border-radius: 0 !important;
}
.cs_preview_container .primary-switch .primary-switch-btn {
	border-radius: 0 !important;
}
.cs_preview_container>div>div .cs-modal:not(.cs-modal-admin) .primary-switch .primary-switch-input:checked+.primary-switch-btn {
	background: #000000 !important;
}



