/*
Theme Name: Estreia
Theme URI: https://bonissa.pt
Author: ESTREIA New Media
Author URI: https://estreia.pt
Description: Custom theme for BONISSA, August.2025
Version: 1.0
License: Proprietary
License URI: https://estreia.pt
Tags: 
Text Domain: 
*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v8.0.1 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

html {
	font-size: 62.5%; /* helps to translate rem units to pixels */
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	line-height: 1.15;
  	-webkit-text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
	overflow-x: hidden;
}

body {
	height: 100%;
    background-color: #f5f4ed;
	font-family: 'Fredoka', 'Open Sans', sans-serif;
	font-size: 1.9rem; /* 18px */
	line-height: 140%;
	color: #727475;
	text-align: center;
	margin: 0;
	padding: 0;
	overflow-y: auto;
	overflow-x: hidden;
	transition: opacity 0.2s;
	animation: fadein 0.2s;
}

/* -- body fade transition -- */
@keyframes fadein { from {opacity:0.5} to {opacity:1} }

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 0;
}

hr {
	height: 0;
	font-size: 2em;
  	margin: 0.67em 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	overflow: visible;
	clear: left;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline-width: 0;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
  	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #4c6b7b;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
	display: inline-block;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	opacity: 1;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #bbb;
	margin: 0 2px;
	padding: 0.35em 0.75em 0.625em;
}

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}





/*--------------------------------------------------------------
LINKS
--------------------------------------------------------------*/

a {
	color: #a89062;
	text-decoration: none;
}

/*a:focus {
	outline: thin dotted;
}*/

a:hover,
a:active {
	color: #333333;
	outline: 0;
}




/*--------------------------------------------------------------
MISCELANEA
--------------------------------------------------------------*/

/* Accessibility style for text readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

/* Force pointer cursor on hover */
.handCursor:hover {
	cursor: pointer !important;
}

/* Styles for selected text  */
::selection,
::-moz-selection {
    background-color: rgba(179, 216, 7, 0.3);
}

/* Rulers */
hr {
	height: 25px;
	background-color: transparent;
	border: none;
	margin: 0;
}

hr.wp-block-separator {
	border-top: none;
}

hr.is-style-wide {
	height: 1px;
	background-color: transparent;
	border: none;
	border-top: 1px solid #e9ebf7;
	margin: 16px -3vw 19px -3vw;
	clear: left;
}

:focus {
	outline: none;
}




/*--------------------------------------------------------------
TYPOGRAPHY
--------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 140%;
	margin: 0;
	padding: 0 0 2rem 0;
	clear: both;
}

/*hr + h1,
hr + h2,
hr + h3,
hr + h4,
hr + h5,
hr + h6 {
	padding: 0;
}*/

p {
	margin: 0 0 2rem 0;
	padding: 0;
}

.small {
	font-size: 1.5rem;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

/* Customer testimonial */
blockquote {
	position: relative;
	width: 100%;
    font-size: 1.8rem;
    font-style: italic;
	margin: 0;
	overflow: hidden;
    display: table-cell;
}

/* Customer testimonial */
blockquote p {
	position: relative;
    background-color: #e9ebf7;
    border-radius: 8px;
    padding: 15px;
    margin: 0;
	z-index: 200;
}

/* Customer testimonial */
blockquote cite {
	position: relative;
	top: 0;
    left: 0;
    width: 100%;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    padding: 10px 130px 15px 0;
	display: block;
	z-index: 200;
}

/* Customer testimonial */
blockquote:before {
	position: absolute;
    bottom: 40px;
    right: 30px;
    width: 100px;
    height: 100px;
    transform: rotate(45deg);
    background-color: #e9ebf7;
    border-radius: 8px;
    content: " ";
    z-index: 100;
    display: block;
}

blockquote:after {
	content: "";
}

address {
	margin: 0 0 2rem;
}

pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
	line-height: 140%;
	margin-bottom: 2rem;
	padding: 2rem;
	max-width: 100%;
	overflow: auto;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: none;
  	text-decoration: underline;
  	text-decoration: underline dotted;
	cursor: help;
}

mark,
ins {
	background: #e9ebf7;
	text-decoration: none;
}

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

q {
	quotes: "“" "”" "‘" "’";
}





/*--------------------------------------------------------------
ALIGNMENTS
--------------------------------------------------------------*/

.clear {
	display: block;
	clear: both !important;
}

.alignleft {
	float: left;
	margin-right: 2rem;
}

.alignright {
	float: right;
	margin-left: 2rem;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}





/*--------------------------------------------------------------
BUTTONS
--------------------------------------------------------------*/

#content .wp-block-button > a {
	background-color: #e9ebf7 !important;
	color: #4c6b7b !important;
	font-weight: 400 !important;
	line-height: 46px !important;
	text-shadow: 0 0 10px #ffffff;
	border-radius: 10px !important;
    padding: 0 20px !important;
	transition: all 0.2s ease;
	display: inline-block;
}

#content .wp-block-button:hover > a {
	background-color: #828fa5 !important;
	color: #ffffff !important;
	text-shadow: none;
}





/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/

header {
	position: relative;
	top: 0;
	left: 0;
	width: 100vw;
	height: 220px;
	background-color: #f5f4ed;
	text-align: center;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	transition: all 0.3s;
	z-index: 3000;
}

/* Mobile */
@media ( max-width: 1023px ) {
	header {
		position: fixed;
		height: 70px;
		justify-content: space-between;
		align-items: center;
	}
}

.scroll header {
	box-shadow: 0 0 10px rgba(114, 116, 117, 0.2);
}

/* scroll - Desktop */
@media ( min-width: 1024px ) {
	.scroll header {
		position: fixed;
		height: 122px;
        justify-content: center;
        align-items: center;
	}
}

#siteHeader > div {
	position: absolute;
	top: 30px;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
	transition: all 0.3s;
	opacity: 1;
}

/* Mobile */
@media ( max-width: 1023px ) {
	#siteHeader > div {
		position: relative;
		top: initial;
		right: 65px;
		width: 100%;
		max-width: initial;
		justify-content: flex-end;
		margin: 0;
		order: 2;
		z-index: 4000;
	}
}

/* scroll */
@media ( min-width: 1024px ) {
	.scroll #siteHeader > div {
		top: -74px;
		opacity: 0;
	}
}

/* Main Logo */
#logoLink {
    position: relative;
    width: 282px;
    height: 53px;
	margin: 0 auto;
	transition: all 0.2s;
    display: block;
    z-index: 3000;
}

/* Mobile */
@media ( max-width: 1023px ) {
	#logoLink {
		display: none;
	}
}

header #logo {
	position: relative;
    width: 282px;
    height: 53px;
	transition: all 0.2s;
	z-index: 2000;
	display: block;
}

/* Short Logo */
#shortLogoLink {
	position: relative;
	width: 282px;
	height: 53px;
	background-color : #f5f4ed;
	margin: 0;
	transition: all 0.2s;
	display: none;
	z-index: 3000;
}

@media ( min-width: 1499px ) {
	.scroll #shortLogoLink {
	    display: inline-block;
	}
}

/* Mobile */
@media ( max-width: 1023px ) {
	#shortLogoLink {
		left: 1vw;
		order: 1;
	    display: block;
		z-index: 5000;
	}
}

/* Mobile - smartphones */
@media ( max-width: 599px ) {
	#shortLogoLink {
		width: 212px;
		height: 40px;
	}
}

/* Mobile - smartphones */
@media ( max-width: 599px ) {
	#shortLogo {
		width: 212px;
		height: 40px;
	}
}








/*--------------------------------------------------------------
TOP LEFT
--------------------------------------------------------------*/

#siteHeader .topleft {
	width: 33.33%;
	text-align: left;
	padding-left: 10px;
}

/* Mobile */
@media ( max-width: 1023px ) {
	#siteHeader .topleft {
		display: none;
	}
}

#siteHeader .topleft p {
	line-height: 0;
	padding: 0;
	margin: 0;
}

#siteHeader .topleft p a {
	padding: 15px;
	display: inline-block;
}

#siteHeader .topleft p a img {
	filter: sepia(100%) contrast(0);
	opacity: 0.9;
	display: block;
}

#siteHeader .topleft p a:hover img {
	filter: none;
	opacity: 1;
	animation: 0.5s iconjump;
}

/* -- menu icons transition -- */
@keyframes iconjump {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-5px); }
}






/*--------------------------------------------------------------
TOP RIGHT
--------------------------------------------------------------*/

#siteHeader .topright {
	width: 33.33%;
	text-align: right;
	padding-right: 10px;
}

/* Mobile */
@media ( max-width: 1023px ) {
	#siteHeader .topright {
		position: relative;
		width: auto;
		padding: 0;
	}
}

#siteHeader .topright p {
	line-height: 0;
	padding: 0;
	margin: 0;
}

#siteHeader .topright p a {
	padding: 15px;
	display: inline-block;
}

/* Mobile - hide icons */
@media ( max-width: 1023px ) {
	#siteHeader .topright p a {
		padding: 1.8vw;
	}
}

#siteHeader .topright p img {
	display: block;
}

#siteHeader .topright p a:hover img {
	filter: hue-rotate(210deg) saturate(2000%);
	animation: 0.5s iconjump;
}

/* Mobile - hide icons */
@media ( max-width: 500px ) {
	#siteHeader .topright p a:first-of-type {
		display: none;
	}
}

/* Mobile - hide icons */
@media ( max-width: 450px ) {
	#siteHeader .topright p a:nth-of-type(2) {
		display: none;
	}
}

/* Mobile - hide icons */
@media ( max-width: 400px ) {
	#siteHeader .topright p a:nth-of-type(3) {
		display: none;
	}
}







/*--------------------------------------------------------------
NAVIGATION
--------------------------------------------------------------*/

nav {
	position: relative;
	top: 98px;
	width: auto;
	height: 122px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
    align-items: flex-start;
	transition: all 0.3s;
	z-index: 2500;
}

/* scroll */
.scroll nav {
	position: relative;
	top: 0px;
}

/* Mobile */
@media ( max-width: 1023px ) {
	nav {
		position: absolute;
		top: 0px;
		width: 100vw;
		height: 70px;
		display: block;
		order: 3;
		z-index: 3000;
	}
}

nav > ul {
	position: relative;
    top: 0;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav > ul {
		position: absolute;
		top: 70px;
		background-color: #ffffff;
	}
}

nav ul {
	width: auto;
	list-style: none;
	padding: 0;
	margin: 0;
}

.js nav ul,
.js nav ul ul,
.js nav > div > ul {
	display: block;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	.js nav ul,
	.js nav ul ul,
	.js nav > div > ul {
		display: none;
	}
}

nav > ul > li {
	position: relative;
	vertical-align: top;
	transition: all 0.2s;
	display: inline-block;
	z-index: 1000;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav > ul > li {
		display: block;
	}
}

nav > ul > li:hover,
nav > ul > li.focus {
	z-index: 20000;
}

/* Highlight menus */
nav > ul > li.current-menu-item,
nav > ul > li.current-page-ancestor,
nav > ul > li.current-menu-ancestor {
	z-index: 20000;
}

nav > ul > li > a {
	position: relative;
    min-width: 53px;
	max-width: 100px;
	height: 122px;
	background-color: transparent;
	color: #8f9293;
	font-size: 1.1rem;
	font-weight: 600;
	text-transform: uppercase;
	white-space: wrap;
	letter-spacing: 1px;
	line-height: 135%;
	padding: 0 0.5vw;
	border-radius: 10px 10px 0 0;
	transition: all 0.2s;
	box-sizing: content-box;
	display: block;
	z-index: 1000;
}

/* Tablets */
@media screen and ( max-width: 1279px ) {
	nav > ul > li > a {
		padding: 0;
	}
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav > ul > li > a {
    	min-width: initial;
		max-width: initial;
		height: auto !important;
		font-size: 1.3rem;
		font-weight: 500;
		line-height: 29px !important;
		text-align: left;
		padding: 10px;
		border-bottom: 1px solid #e9e8f0;
		border-radius: 0;
	}
	nav > ul > li:last-of-type > a {
		border-bottom: none;
	}
}

/* scroll */
.scroll nav > ul > li > a {
	border-radius: 0;
}

/* Parent menus */
/*nav > ul > li.menu-item-has-children > a {
	padding-right: calc(1.5vw + 25px);
	background-image: url('media/menu_arrow.png');
	background-position: right center;
	background-repeat: no-repeat;
}*/

/* Highlight menus */
/*nav > ul > li.current-menu-item > a
nav > ul > li.current-page-ancestor > a,
nav > ul > li.current-menu-ancestor > a {
}*/

nav > ul > li:hover > a,
nav > ul > li.focus > a {
	background-color: #a89062;
	color: #ffffff;
	z-index: 20000;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav > ul > li:hover > a,
	nav > ul > li.focus > a {
		background-color: transparent;
		color: #8f9293;
	}
}

/* scroll */
.scroll nav > ul > li:hover > a,
.scroll nav > ul > li.focus > a {
	border-top: none;
}

/* Icons */
nav > ul > li > a:before {
	width: 53px;
	height: 53px;
	background-position: center 11px;
	background-size: 53px 53px;
	background-repeat: no-repeat;
	padding-bottom: 20px;
	content: ' ';
	margin: 0 auto;
	display: block;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav > ul > li > a:before {
		width: 40px;
    	height: 40px;
    	background-position: center 0px;
    	background-size: 40px 40px;
		padding: 0px;
		margin: -5px 15px 0 0;
		float: left;
	}
}

nav > ul > li:hover > a:before,
nav > ul > li.focus > a:before {
	mix-blend-mode: color-dodge;
	animation: 1s menujump;
}

/* -- menu icons transition -- */
@keyframes menujump {
	0%, 100%, 20%, 60% { transform: translateY(0); }
	40% { transform: translateY(-10px); }
	80% { transform: translateY(-2px); }
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav > ul > li:hover > a:before,
	nav > ul > li.focus > a:before {
		mix-blend-mode: normal;
	}
}

nav > ul > li.auto > a:before {
	background-image: url('https://myjoolz.pt/bona/wp-content/uploads/2026/01/icon_auto.png');
}

nav > ul > li.toys > a:before {
	background-image: url('https://myjoolz.pt/bona/wp-content/uploads/2026/01/icon_toys.png');
}

nav > ul > li.carrinhos > a:before {
	background-image: url('https://myjoolz.pt/bona/wp-content/uploads/2026/01/icon_stroller.png');
}

nav > ul > li.slings > a:before {
	background-image: url('https://myjoolz.pt/bona/wp-content/uploads/2026/01/icon_baby.png');
}

nav > ul > li.cloth > a:before {
	background-image: url('https://myjoolz.pt/bona/wp-content/uploads/2026/01/icon_cloth.png');
}

nav > ul > li.house > a:before {
	background-image: url('https://myjoolz.pt/bona/wp-content/uploads/2026/01/icon_house.png');
}

nav > ul > li.food > a:before {
	background-image: url('https://myjoolz.pt/bona/wp-content/uploads/2026/01/icon_food.png');
}

nav > ul > li.health > a:before {
	background-image: url('https://myjoolz.pt/bona/wp-content/uploads/2026/01/icon_health.png');
}

nav > ul > li.mother > a:before {
	background-image: url('https://myjoolz.pt/bona/wp-content/uploads/2026/01/icon_mother.png');
}

nav > ul > li.pets > a:before {
	background-image: url('https://myjoolz.pt/bona/wp-content/uploads/2026/01/icon_pets.png');
}

nav > ul > li.promo > a:before {
	background-image: url('https://myjoolz.pt/bona/wp-content/uploads/2026/01/icon_promo.png');
}

/* Parent menus - hover */
nav > ul > li.menu-item-has-children:hover > a {
	
}

/* Hide the menu on small screens when JavaScript is available.
 * It only works with JavaScript. */
@media screen and ( max-width: 1023px ) {
	nav .menu-item-has-children > a > .menuArrow,
	nav .page_item_has_children > a > .menuArrow,
	nav ul a > .subMenuArrow {
		display: none;
	}
}

.js nav.toggled-on > ul {
	display: block;
}

@media screen and ( max-width: 1023px ) {
	.js nav.toggled-on > ul {
		position: absolute;
        left: 0;
        width: 100vw;
		/* make sure smartphone users can scroll through long menus */
		max-height: calc(100vh - 70px); /* Menu can occupy 100% of the screen height, minus the menu (for browsers that do not support Custom Properties bellow) */
		/* Mobile browsers as Chrome and Safari dont count with the address bar, so 100vh is not accurate and will cut the menu */
	  	max-height: calc(var(--vh, 1vh) * 100 - 70px); /* vh is a Custom Property, a js variable defined on header.php */
		overflow: auto; /* allow scroll on the menu */
		background-color: #ffffff;
		box-shadow: 0 8px 10px rgba(150, 180, 230, 0.2);
		padding-bottom: 2px; /* Avoid vertical scroll in the menu */
		box-sizing: content-box;
	}
}

/* Sub Menus */
nav ul ul {
	position: absolute;
	top: -9999px;
	left: 0;
	width: max-content;
	background-color: #a89062;
    border-top: none;
	transition: all ease-in 0.3s;
	border-radius: 0 10px 10px 10px;
	padding: 20px 10px;
	overflow: hidden;
	margin: 0;
	opacity: 0;
	z-index: 0;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav ul ul {
		position: relative;
		top: 0;
		left: initial;
		background-color: transparent;
		padding: 0;
		opacity: 1;
	}
}

nav ul li:hover > ul,
nav ul li.focus > ul {
	left: 0;
	top: 0%;
	right: initial;
	animation: showMenu ease-out 0.25s forwards;
	opacity: 1;
}

/* -- show menu transition -- */
@keyframes showMenu {
	from {top:0%} to {top:100%}
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav ul li:hover > ul,
	nav ul li.focus > ul {
		box-shadow: none;
		border-radius: 0;
		animation: none;
	}
}

nav ul ul.toggled-on {
	display: block;
}

nav ul li:hover > ul:before {
	position: absolute;
	top: 0;
	left: 20px;
	width: 80px;
	height: 1px;
	background-color: #7b6947;
	content: ' ';
	display: block;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav ul li:hover > ul:before {
		background-color: transparent;
	}
}

nav ul ul li > a {
	position: relative;
	max-width: 450px;
	font-size: 1.7rem;
	color: #ffffff;
	text-align: left;
	letter-spacing: 0.5px;
	padding: 6px 10px;
	transition: all 0.3s;
	border-radius: 10px;
	display: block;
}

/* Small Laptops - short screens -  */
@media screen and ( orientation: landscape ) and ( max-width: 1365px ) and ( max-height: 768px ) {
	nav ul ul li > a {
		line-height: 2.4rem;
		padding: 6px 1.2vw;
	}
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav ul ul li > a {
		color: #8f9293;
		border-bottom: 1px solid #e9e8f0;
		white-space: normal;
		padding: 10px 20px 10px 30px;
	}
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav ul ul li:first-of-type > a {
		border-top: 0;
	}
}

/* Highlight submenus */
nav ul ul li.current-menu-item > a,
nav ul ul li.current-page-ancestor > a {
	background-color: #88744e;
	color: #ffffff;
}

nav ul ul li > a:hover {
	background-color: #88744e;
	color: #ffffff;
}

/* Menu toggle */

.menu-toggle {
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	height: 70px;
	display: none;
}

/* Hide hamburger menu on desktop */
.js .menu-toggle,
.js .dropdown-toggle {
	display: none;
}

/* Show hamburger menu on mobile */
@media screen and ( max-width: 1023px ) {
	.js .menu-toggle,
	.js .dropdown-toggle {
		display: block;
	}
}

.topMenu.toggled-on ul.nav-menu {
	display: block;
}

.menu-toggle:hover,
.menu-toggle:focus {
}

.menu-toggle a.icon-bars,
.menu-toggle a.icon-close {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 5px;
	display: block;
}

.toggled-on .menu-toggle a.icon-bars,
.menu-toggle a.icon-close {
	z-index: 2000;
	display: none;
}

.toggled-on .menu-toggle a.icon-close {
	z-index: 3000;
	display: block;
}

.menu-toggle a.icon-bars > img,
.menu-toggle a.icon-close > img {
	width: 60px;
	height: 60px;
}

/* Dropdown Toggle */

.dropdown-toggle {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 70px;
	height: 50px;
	background-color: transparent;
	padding: 0;
	margin: 0;
	border: 0;
	display: block;
	z-index: 21000;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background: transparent !important;
}

/* .dropdown-toggle:focus {
} */

.subMenuArrow {
    position: absolute;
	top: -10px;
	right: 0;
    width: 70px;
	height: 70px;
	transition: all ease 0.3s;
	display: block !important;
}

.dropdown-toggle.toggled-on .subMenuArrow {
	-ms-transform: rotate(-180deg); /* IE 9 */
	-webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
	transform: rotate(-180deg);
}







/*--------------------------------------------------------------
CART on the menu
--------------------------------------------------------------*/

/* Cart Menu */
nav ul li.cartMenu {
	background-image: url('media/icon_menu_cart.png');
	background-position: center top;
	background-repeat: no-repeat;
	transition: all 0.2s;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav ul li.cartMenu {
		background-position: 15px -78px;
	}
}

nav ul li.cartMenu:hover {
	background-color: #ffffff;
	background-position: center bottom;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav ul li.cartMenu:hover {
		background-position: 15px -78px;
	}
}

nav ul li.cartMenu > a {
	min-width: 60px;
	text-indent: -9999px;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav ul li.cartMenu > a {
		text-indent: 50px;
	}
}

nav > ul > li.cartMenu:hover > a,
nav > ul > li.cartMenu.focus > a {
	background-color: transparent;
}

nav ul li.cartMenu:hover > ul,
nav ul li.cartMenu.focus > ul {
	left: auto;
	right: 0;
}

nav > ul.menu > li.cartMenu > a > span {
    position: absolute;
    top: 19px;
    right: 0.8vw;
    min-width: 16px;
    height: 16px;
    background-color: #ff525f;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 16px;
	text-indent: 0;
	text-align: center;
    padding: 0 3px;
    border-radius: 50%;
    display: block;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav > ul.menu > li.cartMenu > a > span {
		left: 45px;
    	right: initial;
	}
}






/*--------------------------------------------------------------
ACCOUNT on the menu
--------------------------------------------------------------*/

/* Account Menu */
nav ul li.accountMenu {
	background-image: url('media/icon_account.png?1234');
	background-position: center top;
	background-repeat: no-repeat;
	transition: all 0.2s;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav ul li.accountMenu {
		background-position: 15px -78px;
	}
}

nav ul li.accountMenu:hover {
	background-color: #ffffff;
	background-position: center bottom;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav ul li.accountMenu:hover {
		background-position: 15px -78px;
	}
}

nav ul li.accountMenu > a {
	min-width: 60px;
	text-indent: -9999px;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav ul li.accountMenu > a {
		text-indent: 50px;
	}
}

nav > ul > li.accountMenu:hover > a,
nav > ul > li.accountMenu.focus > a {
	background-color: transparent;
}

nav ul li.accountMenu:hover > ul,
nav ul li.accountMenu.focus > ul {
	left: auto;
	right: 0;
}






/*--------------------------------------------------------------
SEARCH on the menu
--------------------------------------------------------------*/

nav > ul > li.searchMenu {
	line-height: 75px;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav > ul > li.searchMenu {
		line-height: unset !important;
	}
}

nav > ul > li > .search-form {
    position: relative;
    height: 100%;
    background-color: transparent;
    line-height: 75px;
    padding: 0 2vw;
    border-radius: 8px 8px 0 0;
    transition: all 0.2s;
    display: block;
    z-index: 1000;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav > ul > li > .search-form {
		height: auto !important;
		color: #4c6b7b;
		line-height: 40px !important;
		text-align: left;
		border-left: none;
		border-radius: 0;
		padding: 15px 20px;
	}
}

/* Scroll */
.scroll nav > ul > li > .search-form {
    line-height: 70px;
    border-top: none;
    border-radius: 0;
}

/* scroll */
.scroll nav > ul > li:hover > .search-form,
.scroll nav > ul > li.focus > .search-form {
	border-top: none;
}

nav > ul > li > .search-form label {
	min-height: auto !important;
	line-height: 40px;
	padding: 0;
	vertical-align: middle;
    display: inline-block;
}

nav > ul > li > .search-form input[type="search"] {
    max-width: 150px;
	height: 40px;
	text-align: left;
	line-height: 40px;
	border-radius: 20px 0 0 20px;
	padding: 0 15px;
	margin: 0;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav > ul > li > .search-form input[type="search"] {
    	max-width: 250px;
		border-top: 1px solid #748e9c;
		border-left: 1px solid #748e9c;
		border-bottom: 1px solid #748e9c;
	}
}

nav > ul > li > .search-form input[type="submit"] {
	width: 40px;
    height: 40px;
	background-image: url('media/icon_search.png');
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #ffffff;
    text-indent: -999px;
	line-height: 40px;
	vertical-align: middle;
	border-radius: 0 20px 20px 0;
    transition: all 0.2s;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav > ul > li > .search-form input[type="submit"] {
		border-top: 1px solid #748e9c;
		border-right: 1px solid #748e9c;
		border-bottom: 1px solid #748e9c;
	}
}

nav > ul > li > .search-form input[type="submit"]:hover {
	background-position: top right;
}






/*--------------------------------------------------------------
MAIN
--------------------------------------------------------------*/

main {
	position: relative;
    width: 100vw;
    height: auto;
    z-index: 100;
}

/* Mobile */
@media ( max-width: 1023px ) {
	main {
		padding-top: 70px;
	}
}




/*--------------------------------------------------------------
HOMEPAGE - Intro
--------------------------------------------------------------*/

#intro {
	width: 100vw;
	height: 50vh;
	background-color: #f5f4ed;
	display: block;
	z-index: 1400;
}

/* Mobile phones */
@media ( max-width: 799px ) {
	#intro {
		height: 40vh;
	}
}

#intro > div,
#intro > div > div {
	height: 100%;
}

/* Slick slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
    display: block;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
	position: relative;
    height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	z-index: 1400;
    display: none;
    float: left;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide > span.blurred {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(50px);
	z-index: 1450;
    display: block;
}

/* Special slide */
.slick-slide > span.content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 2vw;
	z-index: 1450;
    display: flex;
    align-items: center;
}

/* Mobile */
@media ( max-width: 1023px ) {
	.slick-slide > span.content {
		flex-wrap: wrap;
	}
}

a.slick-slide > span.content {
	color: #ffffff;
}

/* Mobile - H1 */
@media ( max-width: 1023px ) {
	.slick-slide > span.content h1 {
		text-align: center;
		padding: 10px 0 15px 0;
	}
}

/* Mobile smartphones - H1 */
@media ( max-width: 599px ) {
	.slick-slide > span.content h1 {
		font-size: 3rem;
	}
}

/* Mobile - Columns */
@media ( max-width: 1023px ) {
	.slick-slide > span.content .wp-block-columns {
		flex-direction: column;
		gap: 0 !important;
	}
}

.slick-slide > span.content h1 {
	font-size: 4rem;
    font-weight: 300;
}

/* Mobile - H1 */
@media ( max-width: 1023px ) {
	.slick-slide > span.content h1 {
		text-align: center;
	}
}

/* Mobile - p */
@media ( max-width: 1023px ) {
	.slick-slide > span.content p {
		display: none;
	}
	.slick-slide > span.content p:first-of-type {
		text-align: center;
		display: block;
	}
}

.slick-slide > span.content figure.wp-block-video {
	margin: 0 auto;
}

.slick-slide > span.content figure:not(.wp-block-video) {
	max-width: 80%;
	margin: 0 auto;
}

/* Desktop Laptops - Figure Youtube */
@media ( min-width: 1024px ) and ( max-width: 1499px ) {
	.slick-slide > span.content figure {
		max-width: 90%;
	}
}

.slick-slide > img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: 100%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 1500;
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
	height: auto;
	border: 1px solid transparent;
	display: block;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-next {
	position: absolute;
    top: calc(50% - 40px);
    right: 0;
    width: 80px;
    height: 80px;
    background-color: transparent;
	background-image: url('media/intro_next.png');
	background-position: center right;
	background-repeat: no-repeat;
	mix-blend-mode: multiply;
	text-indent: 999px;
	border-radius: 0;
	overflow: hidden;
	transition: all 0.3s;
    z-index: 3000;
}

/* Laptops */
@media ( max-width: 1365px ) {
	.slick-next {
  	  right: 0;
	}
}

/* Mobile */
@media ( max-width: 1023px ) {
	.slick-next {
		display: none !important;
	}
}

.slick-next:hover {
    background-color: transparent;
	background-position: center left;
}

.slick-prev {
	position: absolute;
    top: calc(50% - 40px);
    left: 0;
    width: 80px;
    height: 80px;
    background-color: transparent;
	background-image: url('media/intro_previous.png');
	background-position: center left;
	background-repeat: no-repeat;
	mix-blend-mode: multiply;
	text-indent: 999px;
	border-radius: 0;
	overflow: hidden;
	transition: all 0.3s;
    z-index: 3000;
}

/* Laptops */
@media ( max-width: 1365px ) {
	.slick-prev {
  	  left: 0;
	}
}

/* Mobile */
@media ( max-width: 1023px ) {
	.slick-prev {
		display: none !important;
	}
}

.slick-prev:hover {
    background-color: transparent;
	background-position: center right;
}

.slick-dots {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	padding: 0;
}

.slick-dots > li {
	vertical-align: middle;
	display: inline-block;
}

.slick-dots > li > button {
	width: 17px;
	height: 17px;
	background-color: transparent;
	border: 2px solid #ffffff;
	padding: 0;
	margin: 0 15px;
	border-radius: 10px;
	text-indent: -200px;
	overflow: hidden;
	display: inline-block;
}

.slick-dots > li.slick-active > button {
	background-color: #ffffff;
}




/*--------------------------------------------------------------
HOMEPAGE - Reviews
--------------------------------------------------------------*/

.home #reviews {
	width: 100vw;
	height: 120px;
	background-color: #ffffff;
	border-top: 1px solid #f5f4ed;
	display: flex;
	justify-content: center;
    align-items: center;
	z-index: 1400;
}




/*--------------------------------------------------------------
HOMEPAGE - Services
--------------------------------------------------------------*/

.home #services {
	width: 100vw;
	background-color: #f5f4ed;
	padding: 50px 0 0 0;
	display: flex;
	justify-content: center;
    align-items: center;
	z-index: 1400;
}

.home #services strong {
	font-weight: 600;
}

.home #services .wp-block-columns {
	max-width: 1600px;
}




/*--------------------------------------------------------------
HOMEPAGE - Main Categories
--------------------------------------------------------------*/

.home #mainCategories {
	width: 100vw;
	background-color: #ffffff;
	display: block;
	text-align: center;
	padding: 30px calc((100vw - 1600px) / 2);
	z-index: 1400;
}

.home #mainCategories > h4 {
	max-width: 1600px;
    font-size: 2.5rem;
    font-weight: 500;
    color: #8f9293;
    line-height: 130%;
    letter-spacing: 1px;
    word-spacing: 10%;	
	margin: 0 auto;
}

.home #mainCategories > p {
	max-width: 1600px;
	margin: 0 auto;
}

.home #mainCategories > p > a {
	display: inline-block;
}

.home #mainCategories > p > a > img {
	transition: all 0.2s;
	opacity: 1;
}

.home #mainCategories > p > a:hover > img {
	animation: fadeIcon ease-out 0.4s forwards;
}

/* -- animation -- */
@keyframes fadeIcon {
	0%, 100% { opacity: 1; }
	40%, 60% { opacity: 0.6; }
}




/*--------------------------------------------------------------
HOMEPAGE - Featured & Best Sellers
--------------------------------------------------------------*/

.home #featuredProducts {
	position: relative;
	width: 100vw;
	background-color: #ffffff;
	text-align: center;
	padding: 30px calc((100vw - 1600px) / 2);
	display: block;
	z-index: 1400;
}

.home #featuredProducts #tabFeatured,
.home #featuredProducts #tabSellers {
	position: relative;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 40px;
    letter-spacing: 1px;
    color: #d8d8d8;
    text-transform: uppercase;
    border: solid 3px #dddddd;
    border-radius: 22px;
	margin: 0 5px;
    padding: 0 min(20px,3vw);
	transition: all 0.2s;
    display: inline-block;
	z-index: 1000;
}

.home #featuredProducts #tabFeatured.active,
.home #featuredProducts #tabSellers.active,
.home #featuredProducts #tabFeatured:hover,
.home #featuredProducts #tabSellers:hover {
    color: #a89062;
    border-color: #a89062;
}

.home #featuredProducts #divFeatured,
.home #featuredProducts #divSellers {
	position: relative;
	background-color: #ffffff;
	display: flex;
	justify-content: center;
    align-items: stretch;
	flex-wrap: wrap;
	padding-top: 25px;
	display: none;
	opacity: 0;
	transition: opacity .3s linear;
	z-index: 100;
}

.home #featuredProducts #divFeatured.visible,
.home #featuredProducts #divSellers.visible {
	display: flex;
}

.home #featuredProducts #divFeatured.active,
.home #featuredProducts #divSellers.active {
	opacity: 1;
	z-index: 500;
}




/*--------------------------------------------------------------
HOMEPAGE - Banners
--------------------------------------------------------------*/

.home #banners {
	width: 100vw;
	background-color: #f5f4ed;
	display: flex;
	justify-content: center;
    align-items: center;
	overflow: hidden;
	z-index: 1400;
}

.home #banners .wp-block-gallery {
	position: relative;
	max-width: 1600px;
	display: flex !important;
	justify-content: center;
    align-items: stretch;
	margin: 0 auto;
}

/* Mobile */
@media ( max-width: 1023px ) {
	.home #banners .wp-block-gallery {
		display: block !important;
	}
}

.home #banners .wp-block-gallery figure {
	position: relative;
	margin: 0 auto;
}

.home #banners .wp-block-gallery figure img {
	transition: all 0.2s;
	z-index: 100;
}

.home #banners .wp-block-gallery figure:hover img {
	position: relative;
	transform: scale(1.1);
	z-index: 200;
}




/*--------------------------------------------------------------
HOMEPAGE - Promotions & Recent
--------------------------------------------------------------*/

.home #promotions {
	position: relative;
	width: 100vw;
	background-color: #ffffff;
	text-align: center;
	padding: 30px calc((100vw - 1600px) / 2);
	display: block;
	z-index: 1400;
}

.home #promotions #tabPromo,
.home #promotions #tabRecent {
	position: relative;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 40px;
    letter-spacing: 1px;
    color: #d8d8d8;
    text-transform: uppercase;
    border: solid 3px #dddddd;
    border-radius: 22px;
	margin: 0 5px;
    padding: 0 min(20px,3vw);
	transition: all 0.2s;
    display: inline-block;
	z-index: 1000;
}

.home #promotions #tabPromo.active,
.home #promotions #tabRecent.active,
.home #promotions #tabPromo:hover,
.home #promotions #tabRecent:hover {
    color: #a89062;
    border-color: #a89062;
}

.home #promotions #divPromo,
.home #promotions #divRecent {
	position: relative;
	background-color: #ffffff;
	display: flex;
	justify-content: center;
    align-items: stretch;
	flex-wrap: wrap;
	padding-top: 25px;
	display: none;
	opacity: 0;
	transition: opacity .3s linear;
	z-index: 100;
}

.home #promotions #divPromo.visible,
.home #promotions #divRecent.visible {
	display: flex;
}

.home #promotions #divPromo.active,
.home #promotions #divRecent.active {
	opacity: 1;
	z-index: 500;
}




/*--------------------------------------------------------------
HOMEPAGE - Wishlist
--------------------------------------------------------------*/

.home #wishlist {
	width: 100vw;
	background-color: #ffffff;
	display: flex;
	justify-content: center;
    align-items: center;
	border-top: 2px solid #f5f4ed;
	z-index: 1400;
}

.home #wishlist .wp-block-columns {
	margin: 0;
}

@media ( max-width: 781px ) {
    .home #wishlist .wp-block-columns .wp-block-column:first-of-type {
        padding-top: 30px;
    }
}

.home #wishlist .wp-block-button__link {
	background-color: #a89062;
	transition: all 0.2s;
}

.home #wishlist .wp-block-button__link:hover {
	background-color: #727475;
	color: #ffffff;
}






/*--------------------------------------------------------------
HOMEPAGE - Blog
--------------------------------------------------------------*/

.home #blog {
	width: 100vw;
	background-color: #f5f4ed;
	text-align: center;
	padding: 30px 0;
	z-index: 1400;
}

.home #blog .container {
	max-width: 1600px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
    align-items: stretch;
	flex-wrap: wrap;
	gap: 30px;
}

.home #blog .pageBox {
	flex-basis: calc(25% - 30px);
	width: auto;
	background-color: #ffffff;
	border: 1px solid #eaeaea;
	padding: 0;
    margin: 0;
	transition: all 0.2s;
}

@media ( max-width: 1365px ) {
	.home #blog .pageBox {
		flex-basis: calc(33.33% - 30px);
	}
}

@media ( max-width: 1023px ) {
	.home #blog .pageBox {
	flex-basis: calc(50% - 30px);
	}
}

@media ( max-width: 699px ) {
	.home #blog .pageBox {
		flex-basis: calc(100% - 40px);
	}
}

.home #blog a.pageBox:hover {
	background-color: transparent;
	box-shadow: 0 0 10px rgba(114, 116, 117, 0.15);
	border: 1px solid transparent;
	mix-blend-mode: multiply;
}

.home #blog .pageBox .thumb {
    position: relative;
	left: -5%;
	width: 110%;
	height: auto;
	background-size: cover;
	background-position: center;
    mix-blend-mode: normal;
	padding-bottom: 50%;
	transition: all 0.2s;
	display: block;
}

.home #blog a.pageBox:hover .thumb {
	left: 0;
    width: 100%;
}

.home #blog .pageBox .title {
	color: #8f9293;
	font-size: 2.2rem;
	font-weight: 500;
	text-align: center;
	padding: 0 15px 20px 15px;
	display: inline-block;
}

.home #blog a.pageBox:hover .title {
	color: #585d6d;
}

.home #blog .pageBox .postDate {
	color: #bbbbbb;
    font-size: 1.6rem;
    font-weight: 300;
	word-spacing: 10%;
	text-transform: uppercase;
	padding-top: 20px;
	display: inline-block;
}




/*--------------------------------------------------------------
HOMEPAGE - Blog
--------------------------------------------------------------*/

.home #brands {
	width: 100vw;
	height: 200px;
	background-color: #ffffff;
	display: flex;
	justify-content: center;
    align-items: center;
	z-index: 1400;
}

/* Mobile - smartphones */
@media ( max-width: 499px ) {
	.home #brands {
		height: 170px;
	}
}

.home #brands article {
	height: 200px;
	max-width: 1600px;
	padding: 10px 25px;
	margin: 0 auto;
}

/* Mobile - smartphones */
@media ( max-width: 499px ) {
	.home #brands article {
		height: 170px;
	}
}

/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
	overflow: hidden;
	z-index: 100;
}

/* that serves as a mask. so you get a sort of padding both left and right */
.tickercontainer .mask { 
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

ul.newsticker { /* that's your list */
	position: relative;
	height: 100% !important;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* important: display inline gives incorrect results when you check for elem's width */
ul.newsticker li {
	width: auto;
	height: 180px;
	background-color: #ffffff;
	padding: 0;
	margin: 0;
	border-radius: 8px;
	transition: all 0.2s;
	overflow: hidden;
	float: left;
}

/* Mobile - smartphones */
@media ( max-width: 499px ) {
	ul.newsticker li {
		height: 150px;
		padding: 0 10px;
	}
}

ul.newsticker li:hover {
    background-color: #f5f4ed;
}

ul.newsticker li a {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	transition: all 0.3s;
}

ul.newsticker li:hover a {
	mix-blend-mode: multiply;
}

ul.newsticker li img {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	margin: 1vw;
	transition: all 0.3s;
	display: block;
}

ul.newsticker li:hover img {
	width: calc(100% + 1vw);
	height: calc(100% + 1vw);
	margin: 0px;
}

ul.er-controls {
	display: none;
}

    





/*--------------------------------------------------------------
BOXES
--------------------------------------------------------------*/

.pageBox {
    position: relative;
	width: calc((1600px - 130px) / 5);
	background-color: transparent;
    font-size: 2rem;
    line-height: 140%;
    text-align: center;
	padding: 15px;
    margin: 10px;
	border: 1px solid #eaeaea;
    border-radius: 8px;
    transition: all 0.3s;
    overflow: hidden;
	clear: none !important;
	float: none !important;
    display: inline-block;
}

@media ( max-width: 1600px ) {
	.pageBox {
		width: calc((100vw - 130px) / 5);
	}
}

@media ( max-width: 1279px ) {
	.pageBox {
		width: calc((100vw - 110px) / 4);
	}
}

@media ( max-width: 1023px ) {
	.pageBox {
		width: calc((100vw - 90px) / 3);
	}
}

@media ( max-width: 599px ) {
	.pageBox {
		width: calc((100vw - 70px) / 2);
	}
}

@media ( max-width: 399px ) {
	.pageBox {
		width: calc(100vw - 50px);
	}
}

/* IE */
.ie .pageBox {
	opacity: 1;
}

/* Current */
.pageBox.current {
    opacity: 0.5;
}

/* Hover */
a.pageBox:hover {
    background-color: #f5f4ed;
	border: 1px solid #f5f4ed;
}

.pageBox .thumb {
    position: relative;
    width: calc(((1600px - 130px) / 5) - 30px);
    height: calc(((1600px - 130px) / 5) - 30px);
    border-radius: 8px;
    mix-blend-mode: multiply;
    transition: all 0.3s;
    overflow: hidden;
    display: flex;
	justify-content: center;
    align-items: center;
}

@media ( max-width: 1600px ) {
	.pageBox .thumb {
		width: calc(((100vw - 130px) / 5) - 30px);
    	height: calc(((100vw - 130px) / 5) - 30px);
	}
}

@media ( max-width: 1279px ) {
	.pageBox .thumb {
		width: calc(((100vw - 110px) / 4) - 30px);
    	height: calc(((100vw - 110px) / 4) - 30px);
	}
}

@media ( max-width: 1023px ) {
	.pageBox .thumb {
		width: calc(((100vw - 90px) / 3) - 30px);
    	height: calc(((100vw - 90px) / 3) - 30px);
	}
}

@media ( max-width: 599px ) {
	.pageBox .thumb {
		width: calc(((100vw - 70px) / 2) - 30px);
    	height: calc(((100vw - 70px) / 2) - 30px);
	}
}

@media ( max-width: 399px ) {
	.pageBox .thumb {
		width: calc(100vw - 50px - 30px);
    	height: calc(100vw - 50px - 30px);
	}
}

.pageBox .thumb img {
    position: relative;
    width: calc(((1600px - 130px) / 5) - 30px);
    height: calc(((1600px - 130px) / 5) - 30px);
    transition: all 0.3s;
    display: block;
}

@media ( max-width: 1600px ) {
	.pageBox .thumb img {
    	width: calc(((100vw - 130px) / 5) - 30px);
    	height: calc(((100vw - 130px) / 5) - 30px);
	}
}

@media ( max-width: 1279px ) {
	.pageBox .thumb img {
    	width: calc(((100vw - 110px) / 4) - 30px);
    	height: calc(((100vw - 110px) / 4) - 30px);
	}
}

@media ( max-width: 1023px ) {
	.pageBox .thumb img {
    	width: calc(((100vw - 90px) / 3) - 30px);
    	height: calc(((100vw - 90px) / 3) - 30px);
	}
}

@media ( max-width: 599px ) {
	.pageBox .thumb img {
    	width: calc(((100vw - 70px) / 2) - 30px);
    	height: calc(((100vw - 70px) / 2) - 30px);
	}
}

@media ( max-width: 399px ) {
	.pageBox .thumb img {
    	width: calc(100vw - 50px - 30px);
    	height: calc(100vw - 50px - 30px);
	}
}

a.pageBox:hover .thumb img {
    width: 80%;
	height: 80%;
}

.pageBox .title {
	position: relative;
	min-height: 100px;
    color: #8f9293;
    font-size: 2.1rem;
    font-weight: 500;
    line-height: 130%;
    text-align: left;
    padding: 10px 0 5px 0;
    transition: all 0.3s;
	display: block
}

a.pageBox:hover .title {
    color: #585d6d;
}

.pageBox strong {
	position: relative;
    color: #a89062;
    font-size: 2.1rem;
    font-weight: 500;
    line-height: 100%;
    text-align: left;
    transition: all 0.3s;
	display: block;
}

.pageBox strong em {
    color: #d9d8d0;
	text-decoration: line-through;
}

a.pageBox:hover strong em {
    color: #b9b8ac;
}

/* Promotion */
.pageBox .promo {
    position: absolute;
	top: 10px;
    right: 10px;
    width: 46px;
    height: 28px;
    background-color: #ff5500;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 28px;
    border-radius: 14px;
    z-index: 1300;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
}






/*--------------------------------------------------------------
CONTAINER
--------------------------------------------------------------*/

#mainContainer {
	position: relative;
	width: 100%;
	display: flex;
	align-items: stretch;
    flex-wrap: nowrap;
}

/* Mobile - small tablets */
@media ( max-width: 799px ) {
	#mainContainer {
		display: block;
	}
}

#container {
	flex-basis: 70%;
	flex-grow: 0;
    flex-shrink: 0;
    overflow: hidden;
}

/* Mobile - small tablets */
@media ( max-width: 799px ) {
	#container {
		width: 100%;
	}
}






/*--------------------------------------------------------------
BREADCRUMBS
--------------------------------------------------------------*/

#breadcrumbs {
	position: relative;
	width: 100%;
	height: 50px;
	background-color: #ffffff;
	color: #81a2b3;
	font-size: 1.9rem;
    font-weight: 400;
	line-height: 50px;
	text-align: left;
	margin-bottom: 20px;
	display: block;
}

#breadcrumbs > a {
	width: auto;
	color: #81a2b3 !important;
	font-weight: 400 !important;
	padding: 0;
	display: inline-block;
}

#breadcrumbs > a:hover {
	color: #4c6b7b !important;
	font-weight: 500 !important;
}






/*--------------------------------------------------------------
PAGE TITLE
--------------------------------------------------------------*/

h1 {
	position: relative;
    font-size: 3.6rem;
	font-weight: 400;
	line-height: 128%;
    padding: 0 0 30px 0;
    margin: 0;
}







/*--------------------------------------------------------------
CONTENT
--------------------------------------------------------------*/

#content {
	position: relative;
	flex-basis: 100%;
	flex-shrink: 0;
	height: 100%;
	background-image: url('media/bg_light_blue_top_shadow.jpg'), url('media/bg_light_blue_bottom_shadow.jpg');
	background-position: 0 50px, bottom;
	background-repeat: repeat-x, repeat-x;
    text-align: justify;
	padding: 0 4vw 20px 25px;
	overflow: hidden;
    margin: 0;
}

/* Mobile - tablets */
@media ( max-width: 1023px ) {
	#content {
		text-align: left;
	}
}

/* FORM - with form */
#subContent {
	width: 100%;
	order: 1;
}

/* Mobile - tablets */
@media ( max-width: 799px ) {
	#subContent {
		width: 100%;
	}
}

#content a {
	color: #ff525f;
	font-weight: 500;
}

#content a:hover {
	color: #333333;
}

/* Center */
#content .has-text-align-center {
	text-align: center;
}

/* Right */
#content .has-text-align-right {
	text-align: right;
}

#content strong,
#subContent strong {
    font-weight: 500;
}

/* Small text */
#content > p.has-small-font-size,
#subContent > p.has-small-font-size {
	font-size: 1.5rem;
}

#content ul {
	padding: 0 0 0 2.6rem;
	list-style-position: outside;
	list-style-image: url('media/icon_list.png');
	text-align: justify;
	margin: 0 auto 2.5rem auto;
}

/* Mobile - tablets */
@media ( max-width: 1023px ) {
	#content ul {
		text-align: left;
	}
}

#content ul li {
	margin: 0;
	word-wrap: break-word;
}

#content ul ul {
	list-style-image: url('media/icon_list.png');
}

#content ol li {
	margin: 0;
	word-wrap: break-word;
}

#content ol li ul {
	margin: 10px auto 15px auto;
}

#content h2,
#content h2 strong {
	font-size: 3rem;
    font-weight: 400;
	color: #81a2b3;
	line-height: 120%;
	text-align: left;
	display: block;
}

#content h2 a {
    font-weight: 400;
}

#content h2[style="text-align: left;"],
#content h2.has-text-align-left {
	display: inline-block;
}

#content h2[style="text-align: center;"],
#content h2.has-text-align-center {
	text-align: center;
	display: block;
}

#content h3,
#content h3 strong {
	font-size: 1.9rem;
    font-weight: 600;
	text-align: justify;
	display: inline-block;
}

/* Mobile - tablets */
@media ( max-width: 1023px ) {
	#content h3,
	#content h3 strong {
		text-align: left;
	}
}

#content h3[style="text-align: left;"],
#content h3.has-text-align-left {
	display: inline-block;
}

#content h3[style="text-align: center;"],
#content h3.has-text-align-center {
	text-align: center;
	display: block;
}

#content h3 a {
    font-weight: 600;
}

#content h4 {
	font-size: 1.8rem;
    font-weight: 400;
    color: #4c6b7b;
	text-align: justify;
	display: inline-block;
}

#content h4 strong {
    font-weight: 600;
	color: #333333;
}

#content h4 a {
    font-weight: 600;
}

#content h4[style="text-align: center;"],
#content h4.has-text-align-center {
	text-align: center;
	display: block;
}

#content h5 {
	font-size: 2.2rem;
    font-weight: 600;
	color: #828fa5;
	text-align: left;
	margin-bottom: 2rem;
	padding: 0;
	display: inline-block;
}

#content h5[style="text-align: center;"] {
	display: block;
}

#content h6 {
	background-color: #828fa5;
    color: #ffffff;
    font-size: 1.9rem;
    font-weight: 500;
	text-align: left;
    line-height: 3.2rem;
    margin-bottom: 1rem;
    padding: 0 1.5rem;
    border-radius: 1.6rem;
    display: inline-block;
}

#content h6[style="text-align: center;"] {
	display: block;
}

#content h6 strong {
	font-weight: 500;
}

#content h6 a {
    color: #ffffff;
    font-weight: 500;
	letter-spacing: 1px;
}










/*--------------------------------------------------------------
TABLES
--------------------------------------------------------------*/

figure.wp-block-table {
	display: inline;
}

#content table {
	position: relative;
	width: auto !important;
	max-width: 100% !important;
	line-height: 26px;
	border-collapse: initial !important;
	border-top: 1px solid #e0e1f5;
	border-right: 1px solid #e0e1f5;
	border-radius: 8px;
	overflow: hidden;
	display: table;
	margin: 10px 0;
	padding: 0;
	clear: both;
}

/* Mobile - Phones */
@media (max-width: 599px) {
	#content table:not(.unresponsive) {
		border-collapse: collapse !important;
	}
}

#content table td {
	width: auto;
	min-height: 26px;
	line-height: 26px;
	border: 0 !important;
	border-left: 1px solid #e0e1f5 !important;
	border-bottom: 1px solid #e0e1f5 !important;
	word-wrap: break-word !important;
	vertical-align: top;
	padding: 10px;
}

/* Mobile - Phones */
@media (max-width: 599px) {
	#content table:not(.unresponsive) td {
		width: 100% !important;
    	display: block;
	}
}

#content table tr td:first-of-type {
	padding-left: 1vw;
}

#content table tr td:last-of-type {
	padding-right: 1vw;
}

/* MSIE */
.ie #content table td {
	width: unset !important;
}

/* Header */
#content table thead th,
#content table thead td {
	min-height: 26px;
	line-height: 26px;
	font-weight: 600;
	vertical-align: middle;
	border-left: 1px solid #e0e1f5 !important;
    border-bottom: 1px solid #e0e1f5 !important;
	white-space: nowrap;
	padding: 10px 1vw;
}

#content table thead th p,
#content table thead td p {
	word-wrap: break-word !important;
	margin: 0;
}

#content table thead th a,
#content table thead td a {
	font-weight: 500;
}

#content table td img {
	width: auto;
	max-width: 100% !important;
    height: auto;
	vertical-align: middle;
	display: inline-block;
}

/* MSIE */
.ie #content table td img {
	width: 100% !important;
}

#content table ul {
	margin: 10px auto;
}

/* Images in tables */
#content table figure.aligncenter,
#content table img.aligncenter {
	margin: 0 auto !important;
}

#content table figure.alignleft,
#content table img.alignleft {
	margin: 0 !important;
}

#content table figure.alignright,
#content table img.alignright {
	margin: 0 !important;
}

#content table strong {
	color: #000000;
}







/*--------------------------------------------------------------
PAGES
--------------------------------------------------------------*/

#pages {
	position: relative;
    width: 100%;
	padding-bottom: 30px;
}

.woocommerce-shop #pages {
	padding-top: 30px;
}

#pages .container {
	position: relative;
    width: 100%;
    text-align: center;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -ms-align-content: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0;
    clear: both;
}





/*--------------------------------------------------------------
TOOLS
--------------------------------------------------------------*/

#tools {
	position: relative;
    width: 100%;
    text-align: left;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
	justify-content: space-between;
    align-items: center;
    padding: 2rem 25px;
    clear: both;
}

/* Small Laptops */
@media ( max-width: 1279px ) {
	#tools {
		text-align: center;
		display: block;
	}
}

.product #tools {
    text-align: center;
	justify-content: center;
}

/* Small Laptops */
@media ( max-width: 1279px ) {
	.product #tools {
		margin: 0 auto;
	}
}

/* Parent / Related */
#tools h3 {
    font-size: 2.4rem;
	font-weight: 300;
	padding: 0;
}

/* Mobile */
@media ( max-width: 1023px ) {
	#tools h3 {
    font-size: 2rem;
	}
}

#tools h3 a {
    color: #4c6b7b
}

#tools form {
	white-space: nowrap;
}

#tools select {
	height: 40px;
	background-color: #eff0f7;
    background-position: right calc(100% + 2px);
	font-size: 1.7rem;
    color: #4c6b7b;
	line-height: 40px;
	border: 1px solid #eff0f7;
	padding: 0 30px 0 10px;
	margin: 0;
}

#tools select:hover {
    background-position: right -2px;
}


#tools label {
	min-height: 40px;
	font-size: 1.7rem;
	line-height: 20px;
    padding: 12px 5px 8px 0;
    vertical-align: middle;
    display: inline-block;
}





/*--------------------------------------------------------------
SEARCH template
--------------------------------------------------------------*/

#searchForm2 {
	width: 100%;
	margin: 0 0 30px 0;
	display: block;
}

#searchForm2 input[type="search"] {
	position: relative;
	width: auto;
    height: 40px;
    background-color: #ffffff;
    font-family: inherit;
    font-size: 1.7rem;
    font-weight: 400;
    color: #4c6b7b;
    text-align: left;
    line-height: 40px;
    border-radius: 20px 0 0 20px;
	border: 1px solid #dce9ef;
	appearance: none !important;
    padding: 0 15px;
    margin: 0;
}

@media ( max-width: 399px ) {
	#searchForm2 input[type="search"] {
		max-width: 150px;
	}
}

#searchForm2 input[type="submit"] {
	position: relative;
	left: -20px;
    background-color: #eff0f7;
    color: #4c6b7b;
    font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.5px;
}

#searchForm2 input[type="submit"]:hover {
    background-color: #4c6b7b;
    color: #ffffff;
	font-weight: 400;
}






/*--------------------------------------------------------------
WOOCOMMERCE general
--------------------------------------------------------------*/

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	background-color: #eff0f7 !important;
	color: #4c6b7b !important;
	border-top: none !important;
	border-radius: 8px !important;
	padding: 1.5vw 2vw !important;
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.woocommerce-message::before,
.woocommerce-info::before {
	position: relative !important;
	top: initial !important;
	left: initial !important;
	color: #2196f3 !important;
}

.woocommerce-error {
	background-color: #ffe3e5 !important;
}

.woocommerce-error::before {
	position: relative !important;
	top: initial !important;
	left: initial !important;
	color: #ff525f !important;
}

.woocommerce-error .wc-forward,
.woocommerce-info .wc-forward,
.woocommerce-message .wc-forward {
	height: 40px !important;
	background-color: #ffffff !important;
    color: #4c6b7b !important;
	line-height: 40px !important;
	border-radius: 20px !important;
	padding: 0 20px !important;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
	font-weight: 600 !important;
}

.footnote {
	clear: both;
}





/*--------------------------------------------------------------
PRODUCT template
--------------------------------------------------------------*/
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
	width: 56% !important;
	float: left !important;
}

/* Mobile - phones */
@media screen and ( max-width: 499px ) {
	.woocommerce #content div.product div.summary,
	.woocommerce div.product div.summary,
	.woocommerce-page #content div.product div.summary,
	.woocommerce-page div.product div.summary {
		width: auto !important;
		float: none !important;
	}
}

.woocommerce div.product .product_title {
	text-align: left;
	display: table-cell;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
	width: 40% !important;
	border: 1px solid #dce9ef;
	margin: 0 0 20px 30px;
    border-radius: 8px;
	float: right !important;
}

/* Mobile - phones */
@media screen and ( max-width: 499px ) {
	.woocommerce #content div.product div.images,
	.woocommerce div.product div.images,
	.woocommerce-page #content div.product div.images,
	.woocommerce-page div.product div.images {
		width: auto !important;
		margin: 0 0 20px 0;
		float: none !important;
	}
}

.woocommerce #content div.product div.images:hover,
.woocommerce div.product div.images:hover,
.woocommerce-page #content div.product div.images:hover,
.woocommerce-page div.product div.images:hover {
	border: 1px solid #577586;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
	color: #81a2b3 !important;
    font-size: 1.9rem !important;
}

.single #content,
.variable #content {
	padding-right: 25px;
}

.single #subSubContent span.onsale,
.variable #subSubContent span.onsale {
	display: none !important;
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
	vertical-align: middle !important;
	border-left: 1px solid #e0e1f5 !important;
    border-bottom: 1px solid #e0e1f5 !important;
}

.woocommerce div.product form.cart .variations label {
	font-weight: 500 !important;
}

.woocommerce div.product form.cart .variations select {
	vertical-align: middle;
}

table.variations .reset_variations {
	vertical-align: middle;
}

.woocommerce-variation .woocommerce-variation-price span.price .woocommerce-Price-amount {
	font-size: 2.3rem !important;
}

.woocommerce-variation .woocommerce-variation-availability p.in-stock,
.single div.product p.in-stock {
	color: transparent !important;
    font-size: 0 !important;
}

.woocommerce-variation .woocommerce-variation-availability p.in-stock::before,
.single div.product p.in-stock::before {
	color: #2196f3 !important;
	content: 'Em stock';
    font-size: 1.9rem;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
	font-weight: 600 !important;
}

.woocommerce .quantity {
	float: none !important;
	display: inline-block !important;
}

.woocommerce .quantity .qty {
	border: 1px solid #e0e1f5 !important;
	vertical-align: middle;
	border-radius: 8px;
	padding: 0;
}

.woocommerce div.product form.cart .single_add_to_cart_button {
	background-color: #577586 !important;
    font-size: 1.9rem !important;
	font-weight: 500 !important;
    color: #ffffff !important;
	border-radius: 20px !important;
	padding: 0 20px !important;
	float: none !important;
}

.woocommerce div.product form.cart .single_add_to_cart_button:hover {
	background-color: #eff0f7 !important;
    color: #4c6b7b !important;
}

#subSubContent .product_meta .sku_wrapper,
#subSubContent .product_meta .posted_in,
#subSubContent .product_meta .tagged_as {
	padding-right: 15px;
}

#subSubContent .product_meta a {
	background-color: #eff0f7 !important;
	font-size: 1.7rem !important;
    color: #4c6b7b !important;
    font-weight: 400;
    line-height: 30px;
    border-radius: 100px !important;
	padding: 0 15px;
	transition: all 0.2s;
    display: inline-block;
}

#subSubContent .product_meta a:hover {
	background-color: #ffe3e5 !important;
    font-weight: 500;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	border-bottom: 1px solid #dce9ef !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background-color: #eff0f7 !important;
	border: 1px solid #eff0f7 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
	background-color: #577586 !important;
	border: 1px solid #577586 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background-color: #ffffff !important;
	border: 1px solid #dce9ef !important;
	border-bottom: 1px solid #ffffff !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:hover {
	background-color: #577586 !important;
	border: 1px solid #577586 !important;
	border-bottom: 1px solid #ffffff !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #4c6b7b !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
    color: #ffffff !important;
}

.related.products {
	display: none;
}






/*--------------------------------------------------------------
ACCOUNT PAGE
--------------------------------------------------------------*/

.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 100% !important;
	float: none !important;
}

.woocommerce-account nav.woocommerce-MyAccount-navigation {
	justify-content: flex-start;
	margin-bottom: 20px;
}

.woocommerce-account #content nav.woocommerce-MyAccount-navigation ul {
	list-style: none;
    list-style-position: unset;
    list-style-image: none;
    text-align: left;
	padding: 0;
    margin: 0;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	.woocommerce-account #content nav.woocommerce-MyAccount-navigation ul {
		position: relative !important;
		top: 0 !important;
		white-space: normal;
		display: block !important;
	}
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	.woocommerce-account #content nav.woocommerce-MyAccount-navigation ul > li {
		margin-top: 5px;
		display: inline-block !important;
	}
}

.woocommerce-account #content nav.woocommerce-MyAccount-navigation ul > li.woocommerce-MyAccount-navigation-link--downloads {
	display: none;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	.woocommerce-account #content nav.woocommerce-MyAccount-navigation ul > li.woocommerce-MyAccount-navigation-link--downloads {
		display: none !important;
	}
}

.woocommerce-account #content nav.woocommerce-MyAccount-navigation > ul > li > a {
	background-color: #eff0f7;
	color: #4c6b7b !important;
	font-weight: 400 !important;
	letter-spacing: 0.5px;
	line-height: 50px;
	border-top: none !important;
	border-left: none !important;
	padding: 0 1vw;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	.woocommerce-account #content nav.woocommerce-MyAccount-navigation ul > li > a {
		line-height: 50px !important;
		letter-spacing: normal;
		border-top: none !important;
		border-radius: 8px 8px 0 0 !important;
		padding: 0 1vw !important;
	}
}

.woocommerce-account #content nav.woocommerce-MyAccount-navigation ul > li.is-active > a,
.woocommerce-account #content nav.woocommerce-MyAccount-navigation ul > li > a:hover {
	font-weight: 600 !important;
}

.woocommerce-account .woocommerce-MyAccount-content {
	width: 100% !important;
	float: none !important;
}

.woocommerce-account .woocommerce-MyAccount-content mark {
	font-weight: 600 !important;
}

/* Orders */

.woocommerce-account #content table.my_account_orders {
	width: 100% !important;
}

.woocommerce-account #content table tr td:first-of-type {
	padding-left: 10px;
}

.woocommerce-account table.my_account_orders {
	font-size: 1.7rem !important;
}

.woocommerce-account .woocommerce-orders-table {
	border: none !important;
	border-top: 1px solid #e0e1f5 !important;
	border-right: 1px solid #e0e1f5 !important;
}

.woocommerce-account .woocommerce-orders-table th,
.woocommerce-account .woocommerce-orders-table td {
	vertical-align: middle !important;
}

.woocommerce-account .woocommerce-orders-table tbody th {
	border-top: none !important;
	border-left: 1px solid #e0e1f5;
    border-bottom: 1px solid #e0e1f5;
}

.woocommerce-account .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions a,
.woocommerce-account a.order-actions-button,
.woocommerce-account .woocommerce-order-details .order-again a.button  {
    width: auto;
    min-height: 40px !important;
    background-color: #eff0f7 !important;
    color: #4c6b7b !important;
	font-size: 1.7rem !important;
    line-height: 40px !important;
    letter-spacing: 0.5px;
    border-radius: 20px !important;
    transition: all 0.2s;
    padding: 0 15px !important;
    margin: 0 auto;
}

.woocommerce-account .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions a:hover,
.woocommerce-account a.order-actions-button:hover,
.woocommerce-account .woocommerce-order-details .order-again a.button:hover {
    background-color: #4c6b7b !important;
    color: #ffffff !important;
}

/* Addresses */
.woocommerce-account .woocommerce-Addresses header.woocommerce-Address-title {
	position: relative !important;
	width: auto !important;
	height: auto !important;
	background-color: #ffffff !important;
	text-align: left !important;
	display: block !important;
}

.woocommerce-account .addresses .title .edit {
	float: none !important;
}

.woocommerce-account .addresses .title .edit:hover {
	color: #4c6b7b !important;
}

.woocommerce-account .woocommerce-address-fields .form-row .input-text,
.woocommerce-account .woocommerce-address-fields .form-row select {
	color: #4c6b7b !important;
	border-radius: 8px !important;
	border: 1px solid #577586 !important;
}

.woocommerce form .form-row .required {
	color: #ff525f !important;
}

.woocommerce-account .woocommerce-address-fields > p {
    text-align: center !important;
}

.woocommerce-account .woocommerce-address-fields button {
    width: auto;
    min-height: 50px !important;
    background-color: #eff0f7 !important;
    color: #4c6b7b !important;
	font-size: 1.9rem !important;
	font-weight: 500 !important;
    line-height: 50px !important;
    letter-spacing: 0.5px;
    border-radius: 25px !important;
    transition: all 0.2s;
    padding: 0 15px !important;
    margin: 0 auto;
}

.woocommerce-account .woocommerce-address-fields button:hover {
    background-color: #4c6b7b !important;
    color: #ffffff !important;
}

/* Account Details */
.woocommerce-account .woocommerce-EditAccountForm .form-row .input-text,
.woocommerce-account .woocommerce-EditAccountForm .form-row select {
	color: #4c6b7b !important;
	border-radius: 8px !important;
	border: 1px solid #577586 !important;
}

.woocommerce-account .woocommerce-EditAccountForm p > button {
    width: auto;
    min-height: 50px !important;
    background-color: #eff0f7 !important;
    color: #4c6b7b !important;
	font-size: 1.9rem !important;
	font-weight: 500 !important;
    line-height: 50px !important;
    letter-spacing: 0.5px;
    border-radius: 25px !important;
    transition: all 0.2s;
    padding: 0 15px !important;
    margin: 0 auto;
}

.woocommerce-account .woocommerce-EditAccountForm p > button:hover {
    background-color: #4c6b7b !important;
    color: #ffffff !important;
}







/*--------------------------------------------------------------
SHOPPING CART - template
--------------------------------------------------------------*/

.wc-block-components-validation-error {
	color: #ff525f !important;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	.woocommerce-cart #container {
		flex-basis: 100% !important;
	}
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	.woocommerce-cart #sidebar {
		display: none !important;
	}
}

.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main {
	padding-right: 30px !important;
}

.woocommerce-cart .wc-block-cart-items__header-product {
	visibility: visible !important;
}

/* Mobile */
@media screen and ( max-width: 1099px ) {
	.woocommerce-cart .wc-block-cart-items__row {
		padding: 0 !important;
	}
}

.woocommerce-cart .wc-block-cart table.wc-block-cart-items td {
	text-align: left;
}

/* Mobile */
@media screen and ( max-width: 1099px ) {
	.woocommerce-cart .wc-block-cart table.wc-block-cart-items td,
	.woocommerce-cart .wc-block-cart table.wc-block-cart-items th {
		margin:0 !important;
	}
}

.woocommerce-cart .wc-block-cart table.wc-block-cart-items td ins {
	background-color: #ffffff !important;
}

.woocommerce-cart .wc-block-cart table.wc-block-cart-items td del {
	color: #81a2b3 !important;
}

.woocommerce-cart .wc-block-cart-item__total {
	display: table-cell !important;
}

.woocommerce-cart input.wc-block-components-quantity-selector__input {
	height: auto;
}

.woocommerce-cart table.wc-block-cart-items .wc-block-cart-item__remove-link {
	font-size: 1.7rem !important;
}

.woocommerce-cart .wc-block-components-sidebar {
	padding-left: 0 !important;
}

.woocommerce-cart .wc-block-components-totals-item__label {
	font-size: 1.9rem !important;
	font-weight: 400 !important;
}

.woocommerce-cart .wc-block-components-totals-footer-item-tax {
	font-size: 1.7rem !important;
	font-weight: 400 !important;
}

.woocommerce-cart .wc-block-components-totals-item__value {
	font-size: 1.9rem !important;
	font-weight: 500 !important;
}

.woocommerce-cart .wc-block-components-product-metadata {
	font-size: 1.7rem !important;
}

.woocommerce-cart .wc-block-components-product-details__name {
	font-weight: 500 !important;
}

/* Mobile */
@media screen and ( max-width: 1099px ) {
	.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar {
		padding-top: 30px !important;
	}
}

/* Coupons */
.woocommerce-cart .wc-block-components-totals-coupon__form {
	align-items: center;
}

.woocommerce-cart .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
    height: 40px;
    min-height: 40px !important;
	background-color: #eff0f7 !important;
    color: #4c6b7b !important;
	line-height: 40px;
}

.woocommerce-cart .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button:hover {
	background-color: #4c6b7b !important;
    color: #eff0f7 !important;
}

.woocommerce-cart #wc-block-components-totals-coupon__input-coupon {
	color: #4c6b7b !important;
	border: 1px solid #e0e1f5 !important;
}

.woocommerce-cart .wc-block-components-totals-discount__coupon-list {
	list-style: initial !important;
	padding: 10px 0 0 00 !important;
	margin: 0 !important;
}

.woocommerce-cart .wc-block-components-chip {
	border: 1px solid #577586 !important;
}

.woocommerce-cart .wc-block-components-chip .wc-block-components-chip__text {
	font-size: 1.7rem !important;
	text-transform: uppercase;
}

.woocommerce-cart .wc-block-components-chip .wc-block-components-chip__remove {
	background-color: #dce9ef;
}

.woocommerce-cart .wc-block-components-chip .wc-block-components-chip__remove:hover {
	background-color: #4c6b7b;
}

.woocommerce-cart #validate-error-coupon > span {
	color: transparent !important;
    font-size: 0 !important;
}

.woocommerce-cart #validate-error-coupon > span::before {
	content: 'Erro: o cupão inserido não existe.';
	color: #ff525f;
    font-size: 1.7rem;
}

.woocommerce-cart .wc-block-components-totals-coupon__input.has-error.is-active label {
	color: #ff525f !important;
}

/* Translations */
.woocommerce-cart .wc-block-cart__totals-title {
	color: transparent !important;
    font-size: 0 !important;
	margin: 10px 0 !important;
}

.woocommerce-cart .wc-block-cart__totals-title::before {
	content: 'Totais';
	color: #81a2b3;
    font-size: 3rem;
}

.woocommerce-cart .wc-block-components-panel__button {
	color: transparent !important;
    font-size: 0 !important;
}

.woocommerce-cart .wc-block-components-panel__button::before {
	content: 'Cupões de Desconto';
	color: #4c6b7b !important;
    font-size: 1.9rem !important;
	vertical-align: middle;
}

.woocommerce-cart .wc-block-components-panel__button>.wc-block-components-panel__button-icon {
	fill: #4c6b7b !important;
}

.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
	color: transparent !important;
    font-size: 0 !important;
}

.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__label::before {
	content: 'Total Estimado';
	color: #4c6b7b !important;
    font-size: 1.9rem !important;
}

/* Submit button */
.woocommerce-cart .wc-block-cart__submit-container {
	text-align: center;
}

.woocommerce-cart a.wc-block-cart__submit-button {
	width: auto;
	min-height: 40px !important;
	background-color: #eff0f7;
    color: #4c6b7b !important;
	letter-spacing: 0.5px;
	border-radius: 20px;
	transition: all 0.2s;
	padding: 0 10px 0 20px;
    margin: 0 auto;
}

.woocommerce-cart a.wc-block-cart__submit-button:hover {
	background-color: #577586;
	font-weight: 400 !important;
    color: #ffffff !important;
}

.woocommerce-cart a.wc-block-cart__submit-button .wc-block-components-button__text {
	color: transparent !important;
    font-size: 0 !important;
	text-align: center;
}

.woocommerce-cart a.wc-block-cart__submit-button .wc-block-components-button__text::before {
	content: ' Continuar >';
	color: #4c6b7b !important;
    font-size: 1.9rem !important;
	line-height: 40px;
}

.woocommerce-cart a.wc-block-cart__submit-button:hover .wc-block-components-button__text::before {
    color: #ffffff !important;
}






/*--------------------------------------------------------------
CHECKOUT - template
--------------------------------------------------------------*/

.woocommerce-checkout #container {
	flex-basis: 100%;
}

.woocommerce-checkout #sidebar {
	display: none;
}

.woocommerce-checkout .wc-block-checkout__contact-fields .wc-block-components-checkout-step__heading {
	margin-top: 0 !important;
}

.woocommerce-checkout .wc-block-components-address-card {
	border: 1px solid #577586 !important;
}

.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=email],
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=number],
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=password],
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=tel],
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=text],
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=url],
.woocommerce-checkout .wc-block-components-text-input input[type=email],
.woocommerce-checkout .wc-block-components-text-input input[type=number],
.woocommerce-checkout .wc-block-components-text-input input[type=password],
.woocommerce-checkout .wc-block-components-text-input input[type=tel],
.woocommerce-checkout .wc-block-components-text-input input[type=text],
.woocommerce-checkout .wc-block-components-text-input input[type=url] {
	border: 1px solid #577586 !important;
	color: #4c6b7b !important;
}

.woocommerce-checkout .wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
	height: auto !important;
	border: 1px solid #577586 !important;
}

.woocommerce-checkout .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
	width: 10px !important;
	min-width: initial !important;
	height: 10px !important;
	min-height: initial !important;
	background-color: #ff525f !important;
}

.woocommerce-checkout .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.woocommerce-checkout label.wc-block-components-radio-control__option--checked-option-highlighted {
	border: 1px solid #577586 !important;
	box-shadow: none !important;
}

.woocommerce-checkout .wc-block-components-payment-method-label {
	font-weight: 500 !important;
}

.woocommerce-checkout .wc-block-checkout__add-note .wc-block-components-textarea {
	border: 1px solid #577586 !important;
	color: #4c6b7b !important;
}

.woocommerce-checkout .wc-block-checkout__terms.wc-block-checkout__terms--with-separator,
.woocommerce-checkout .wc-block-checkout__terms {
	padding-top: 20px !important;
	margin: 0 0 30px 0 !important;
}

.woocommerce-checkout .wc-block-checkout__terms.wc-block-checkout__terms--with-separator a,
.woocommerce-checkout .wc-block-checkout__terms a {
    color: #577586 !important;
	text-decoration: underline !important;
}

.woocommerce-checkout .wc-block-components-checkout-place-order-button {
	width: auto !important;
	height: 40px !important;
	min-height: auto !important;
	letter-spacing: 0.5px !important;
	padding: 0 20px !important;
	transition: all 0.2s;
}

.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover {
	background-color: #eff0f7 !important;
    color: #4c6b7b !important;
}

.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__image {
	width: 100px !important;
}

.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__image img {
	width: 100px !important;
	max-width: initial !important;
	height: 100px !important;
}

.woocommerce-checkout .wc-block-components-product-name {
	text-align: left !important;
}

.woocommerce-checkout .wc-block-components-product-price ins {
	background-color: transparent !important;
	font-weight: 500 !important;
}

.woocommerce-checkout .wc-block-components-product-price del {
	color: #577586 !important;
}

/* Coupons */
.woocommerce-checkout .wc-block-components-totals-coupon__form {
	align-items: center;
}

.woocommerce-checkout .wc-block-components-panel__button {
	color: transparent !important;
    font-size: 0 !important;
}

.woocommerce-checkout .wc-block-components-panel__button::before {
	content: 'Cupões de Desconto';
	color: #4c6b7b !important;
    font-size: 1.9rem !important;
	vertical-align: middle;
}

.woocommerce-checkout .wc-block-components-panel__button>.wc-block-components-panel__button-icon {
	fill: #4c6b7b !important;
}

.woocommerce-checkout .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
    height: 40px;
    min-height: 40px !important;
	background-color: #eff0f7 !important;
    color: #4c6b7b !important;
	line-height: 40px;
}

.woocommerce-checkout .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button:hover {
	background-color: #4c6b7b !important;
    color: #eff0f7 !important;
}

.woocommerce-checkout #wc-block-components-totals-coupon__input-coupon {
	color: #4c6b7b !important;
	border: 1px solid #e0e1f5 !important;
}

.woocommerce-checkout .wc-block-components-totals-discount__coupon-list {
	list-style: initial !important;
	padding: 10px 0 0 00 !important;
	margin: 0 !important;
}

.woocommerce-checkout .wc-block-components-chip {
	border: 1px solid #577586 !important;
}

.woocommerce-checkout .wc-block-components-chip .wc-block-components-chip__text {
	font-size: 1.7rem !important;
	text-transform: uppercase;
}

.woocommerce-checkout .wc-block-components-chip .wc-block-components-chip__remove {
	background-color: #dce9ef;
}

.woocommerce-checkout .wc-block-components-chip .wc-block-components-chip__remove:hover {
	background-color: #4c6b7b;
}

.woocommerce-checkout #validate-error-coupon > span {
	color: transparent !important;
    font-size: 0 !important;
}

.woocommerce-checkout #validate-error-coupon > span::before {
	content: 'Erro: o cupão inserido não existe.';
	color: #ff525f;
    font-size: 1.7rem;
}

.woocommerce-checkout .wc-block-components-totals-coupon__input.has-error.is-active label {
	color: #ff525f !important;
}

.woocommerce-checkout .wc-block-components-totals-footer-item span {
	font-weight: 600 !important;
}

/* Payments */
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	background-color: #eff0f7 !important;
	border-radius: 8px !important;
}

.woocommerce-checkout .wc_payment_methods label {
	font-size: 2rem;
	color: #4c6b7b !important;
	font-weight: 500;
	text-align: left;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
	background-color: #ffffff !important;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
	border-bottom-color: #ffffff !important;
}

.woocommerce-terms-and-conditions-checkbox-text {
	font-size: 1.9rem;
    font-weight: 400;
}

#place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover {
	background-color: #577586 !important;
	color: #ffffff !important;
	font-size: 1.9rem !important;
	font-weight: 600 !important;
	border-radius: 20px !important;
	padding: 0 20px !important;
}

#place_order:hover {
	background-color: #ffffff !important;
	color: #4c6b7b !important;
}






/*--------------------------------------------------------------
ORDER RECEIVED - template
--------------------------------------------------------------*/

.woocommerce-order-received div.woocommerce {
	border-top: 1px solid #81a2b3;
	padding-top: 25px;
}

.woocommerce-order-received .woocommerce-notice--success.woocommerce-thankyou-order-received {
	font-size: 3rem;
    font-weight: 400;
    color: #81a2b3;
    line-height: 120%;
    text-align: left;
    display: block;
}

.woocommerce-order-received .woocommerce ul.order_details li {
	margin: 0 30px 0 0 !important;
    padding: 0 30px 10px 0 !important;
}

.woocommerce-order-received .woocommerce-table--order-details .product-quantity {
    color: #4c6b7b !important;
}

.woocommerce-order-received .woocommerce table.shop_table th {
    font-weight: 600 !important;
}

.woocommerce-order-received .order_details tfoot td {
    font-weight: 600 !important;
}





/*--------------------------------------------------------------
TAGS - related tags
--------------------------------------------------------------*/

#tags {
	position: relative;
	width: 100%;
    color: #9f9fb7;
	padding: 0 0 3rem 0;
	text-align: center;
	z-index: 600;
}

#tags a {
	background-color: #ffffff;
    color: #9f9fb7;
	font-size: 1.7rem;
	line-height: 40px;
	border: 1px solid #e9ebf7;
	border-radius: 8px;
	padding: 0 15px;
	margin: 5px;
	transition: all 0.2s;
	display: inline-block;
}

#tags a:hover {
	background-color: #e9ebf7;
    color: #4c6b7b;
	text-shadow: 0 0 10px #ffffff,
	0 0 20px #ffffff;
}





/*--------------------------------------------------------------
SIDEBAR
--------------------------------------------------------------*/

#sidebar {
	flex-basis: 30%;
	flex-grow: 0;
    flex-shrink: 0;
    overflow: hidden;
	background-image: url('media/bg_light_blue_bottom_shadow.jpg');
	background-position: bottom;
	background-repeat: repeat-x;
	border-left: 1px solid #dce9ef;
}

/* Mobile - small tablets */
@media ( max-width: 799px ) {
	#sidebar {
		display: none;
	}
}

#sidebar article {
	width: 100%;
}

#sidebar .sidebarHeader {
	position: relative;
	height: 50px;
	background-color: #ffffff;
	color: #81a2b3;
	font-size: 1.9rem;
    font-weight: 400;
	line-height: 50px;
	text-align: left;
	display: flex;
	justify-content: space-between;
    align-items: center;
	padding: 0 25px;
}

#sidebar .sidebarHeader a {
	position: relative;
    width: auto;
    height: 28px;
    background-color: #ffe3e5;
    font-size: 1.5rem;
    font-weight: 400;
	color: #4c6b7b;
    line-height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 14px;
	padding: 0 10px;
}

#sidebar .sidebarHeader a:hover {
    font-weight: 500;
}

#sidebar article > div {
	width: 100%;
	background-image: url('media/bg_light_blue_top_shadow.jpg'), url('media/bg_light_blue_bottom_shadow.jpg');
	background-position: top, bottom;
	background-repeat: repeat-x, repeat-x;
	font-size: 1.7rem;
	text-align: left;
	padding: 20px 1.5vw 20px 25px;
}

#sidebar article:last-of-type > div:last-of-type {
	background-image: url('media/bg_light_blue_top_shadow.jpg');
	background-position: top;
	background-repeat: repeat-x;
}

/* Orders sidebar */
div.orders table,
article.orders table {
	width: 100%;
	font-size: 1.5rem;
}

div.orders table th,
article.orders table th {
	font-weight: 500;
}

div.orders table a .green,
article.orders table a .green {
	color: #4caf50;
	font-weight: 500;
}

div.orders table a .yellow,
article.orders table a .yellow {
	color: #e9ca00;
	font-weight: 500;
}

div.orders table a .red,
article.orders table a .red {
	color: #ff525f;
	font-weight: 500;
}

div.orders table a .blue,
article.orders table a .blue {
	color: #2196f3;
	font-weight: 500;
}

div.orders table a .gray,
article.orders table a .gray {
	color: #7e929d;
	font-weight: 500;
}

div.orders table a .purple,
article.orders table a .purple {
	color: #7f65ad;
	font-weight: 500;
}

div.orders table a span,
article.orders table a span {
    line-height: 26px;
	border-radius: 100px;
    border: 1px solid #dce9ef;
    padding: 0 10px;
    display: inline-block;
}

div.orders table a:hover span,
article.orders table a:hover span {
	color: #4c6b7b !important;
}





/*--------------------------------------------------------------
SIDEBAR - cart
--------------------------------------------------------------*/

#sidebar #cart table {
	width: 100%;
	margin-bottom: 1.5rem;
}

#sidebar #cart table td {
	line-height: normal;
	text-align: left;
	padding: 5px 5px 5px 0;
	border-top: 1px solid #dce9ef;
}

#sidebar #cart table td a {
	color: #ff525f;
	font-weight: 500;
}

#sidebar #cart table td a:hover {
	color: #4c6b7b;
}

#sidebar #cart table td:last-of-type {
	text-align: right;
	padding: 5px 0 5px 5px;
	white-space: nowrap;
}

/* Button - cart with products */
#sidebar #cart a.button.dark {
	border-radius: 19px !important;
}

/* Button - empty cart */
#sidebar #cart a.button.grey {
	background-color: #efefef !important;
    background-image: linear-gradient( 90deg, #efefef 0%, #efefef calc(100% - 40px), transparent calc(100% - 39px)), url('media/button_arrow_dark.png') !important;
    background-position: center center, calc(100% + 5px) center;
	font-size: 1.6rem !important;
	line-height: 26px;
	box-shadow: 0 0 10px rgba(130, 143, 165, 0.4);
	padding: 7px 30px 5px 14px !important;
	margin: 5px 5px 0 0 !important;
    transition: background-position 0.2s, color 0.2s;
}

#sidebar #cart a.button.grey:hover {
    background-position: center center, calc(100% + 47px) center;
	color: #4c6b7b !important;
	box-shadow: 0 0 20px rgba(130, 143, 165, .5);
}






/*--------------------------------------------------------------
SIDEBAR - Rappel
--------------------------------------------------------------*/

#rappelSidebar .scaleRappel {
	position: relative;
    height: 43px;
    padding-top: 11px;
}

#rappelSidebar .scaleRappel > div {
	max-width: 200px;
	height: 32px;
	display: flex;
	align-items: stretch;
    justify-content: flex-start;
    flex-wrap: nowrap;
	overflow: hidden;
}

#rappelSidebar .scaleRappel > div > span {
	flex-basis: 50px;
	height: 32px;
	color: #ffffff;
	font-size: 1.6rem;
	letter-spacing: 0.5px;
	text-align: center;
	line-height: 32px;
}

#rappelSidebar .scaleRappel > div > span:first-of-type {
	background-color: #748e9c;
	border-radius: 5px 0 0 5px;
}

#rappelSidebar .scaleRappel > div > span:nth-of-type(2) {
	background-color: #a37a88;
}

#rappelSidebar .scaleRappel > div > span:nth-of-type(3) {
	background-color: #d26573;
}

#rappelSidebar .scaleRappel > div > span:last-of-type {
	background-color: #ff525f;
	border-radius: 0 5px 5px 0;
}

#rappelSidebar > div > table {
	font-size: 1.5rem;
	margin-top: 10px;
}

#rappelSidebar > div > table tr td:first-of-type {
	padding-right: 10px;
}

#rappelPointer {
	position: absolute;
	top: 0;
	left:0;
	width: 9px;
	height: 10px;
	background-image: url('media/pointer.png');
	background-position: center top;
	background-repeat: no-repeat;
	display: block;
}






/*--------------------------------------------------------------
FORM
--------------------------------------------------------------*/

form {
	display: inline-block;
}

label {
	min-height: 44px;
    text-align: center;
    padding: 0 10px;
	display: block;
}

fieldset {
	margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="file"],
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 {
	width: 100%;
	height: 44px;
	background-color: #ffffff;
	font-family: inherit; /* reset style from jQuery UI */
	font-size: 1.7rem;
	font-weight: 400;
	color: #4c6b7b;
	line-height: 44px;
	letter-spacing: 0;
	text-align: center;
	vertical-align: top;
	padding: 0 20px;
	margin: 2px 0 0 0;
	border: 0;
    transition: all 0.2s;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important; /* reset browser default styles */
	border-radius: 9999px;
	display: inline-block;
}

textarea {
	border-radius: 22px;
}

input[type="file"] {
	padding: 10px 20px;
    line-height: 25px;
}

select {
	height: 44px;
	background-color: #ffffff;
	background-image: url('media/icon_select.png');
	background-position: right bottom;
	background-repeat: no-repeat;
	font-family: inherit; /* reset style from jQuery UI */
	font-size: 1.7rem;
	font-weight: 400;
	color: #4c6b7b;
	line-height: 44px;
	text-align: center;
	vertical-align: top;
	padding: 0 34px 0 14px;
	border-radius: 21px;
	margin: 5px 0 0 0;
	border: 1px solid #e9ebf7;
    transition: all 0.2s;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important; /* reset browser default styles */
	display: inline-block;
}

select[multiple] {
    height: 150px;
	background-image: none;
}

select:hover {
	background-position: right top;
	cursor: pointer;
}

select *:disabled {
	font-weight: bold;
	background-color: #eeeeee;
}

textarea {
	min-height: 120px;
	line-height: 150%;
	padding: 15px;
}

button,
input[type="button"],
input[type="submit"] {
	height: 40px;
	background-color: #4c6b7b;
	font-size: 1.9rem;
	color: #ffffff;
	font-weight: 400;
	line-height: 40px;
	text-align: center;
	letter-spacing: 1px;
	padding: 0 20px;
	border: 0;
	border-radius: 9999px;
	transition: all 0.2s;
	display: inline-block;
	cursor: pointer;
}

button:focus,
input[type="button"]:focus,
input[type="submit"]:focus {
	outline: 0;
}

button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
	background-color: #ff525f;
}

/* Checkboxes styles */

input[type="radio"],
input[type="checkbox"] {
	width: auto !important;
	margin-right: 0.5em;
}

input[type="radio"]:focus,
input[type="checkbox"]:focus {
}

.checkboxLabel {
	position: relative;
	min-height: 25px;
    line-height: 25px;
	font-size: 1.7rem;
	font-weight: 300;
	padding: 0 0 0 35px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: inline;
	cursor: pointer;
}

/* Hide the browser's default checkbox */
.checkboxLabel input[type="checkbox"] {
	position: absolute;
	width: 0;
	height: 0;
	cursor: pointer;
	opacity: 0;
}

/* Create a custom checkbox */
.customCheckbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background-color: #ffffff;
	box-shadow: 0 0 5px 0 rgba(150, 180, 230, 0.6);
	border-radius: 3px;
}

/* When the checkbox is checked, add a background */
label input:checked ~ .customCheckbox {
	background-color: #ffffff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.customCheckbox:after {
	position: absolute;
	content: "";
	display: none;
}

/* Show the checkmark when checked */
label input:checked ~ .customCheckbox:after {
	display: block;
}

/* Style the checkmark/indicator */
label .customCheckbox:after {
	top: 4px;
	left: 7px;
	width: 6px;
	height: 10px;
	border: solid #ff525f;
	border-width: 0 3px 3px 0 !important;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* Disabled state - Style the checkmark/indicator */
label input[disabled="disabled"] ~  .customCheckbox:after {
	border: solid #4c6b7b;
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 !important;
}

.wpcf7-checkbox .wpcf7-list-item-label {
	display: none;
}

/* Autofill - force transparent bg on input fields */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	transition: background-color 0s 5000s;
}

/* Placeholder text styles -- selectors need to be separate to work. */
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	font-size: 1.7rem;
	font-weight: 400;
	color: rgba(82, 69, 95, 0.5) !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-size: 1.7rem;
	font-weight: 400;
	color: rgba(82, 69, 95, 0.5) !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
	font-size: 1.7rem;
	font-weight: 400;
	color: rgba(82, 69, 95, 0.5) !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-size: 1.7rem;
	font-weight: 400;
	color: rgba(82, 69, 95, 0.5) !important;
}

::-moz-placeholder { /* Firefox 19+ */
	font-size: 1.7rem;
	font-weight: 400;
	color: rgba(82, 69, 95, 0.5) !important;
	opacity: 1; /* by default, placeholders in Firefox have an opacity value applied to them, so lets clear that  */
}

:-moz-placeholder { /* Firefox 18- */
	font-size: 1.7rem;
	font-weight: 400;
	color: rgba(82, 69, 95, 0.5) !important;
	opacity: 1; /* by default, placeholders in Firefox have an opacity value applied to them, so lets clear that  */
}

:-ms-input-placeholder { /* IE 10+ */
	font-size: 1.7rem;
	font-weight: 400;
	color: rgba(82, 69, 95, 0.5) !important;
}







/*--------------------------------------------------------------
MEDIA / IMAGES / GALLERIES
--------------------------------------------------------------*/

/* Featured Image */

img,
video {
	/*height: auto; /* Make sure images are scaled correctly. */
}
#content img,
#content video {
	max-width: 100%; /* Adhere to container width. */
	border-radius: 8px;
}

#content .featuredImage {
	height: auto;
	margin: 0 0 20px 30px;
	transition: all 0.2s;
	float: right;
}

.page #content .featuredImage,
.tax-product_brand #content .featuredImage,
.tax-product_cat #content .featuredImage,
.woocommerce-shop  #content .featuredImage {
	max-width: 200px;
}

.single #content .featuredImage {
	max-width: 400px;
	border: 1px solid #dce9ef;
    border-radius: 8px;
}

.single #content .featuredImage:hover {
	border: 1px solid #577586;
}

/* Figure */
#content figure {
	width: auto !important;
}

#content figure.alignleft,
#content img.alignleft {
	float: left;
	margin: 5px 25px 25px 0;
	border-radius: 8px;
}

#content figure.alignright,
#content img.alignright {
	float: right;
	margin: 5px 0 25px 25px;
	border-radius: 8px;
}

#content figure.aligncenter,
#content img.aligncenter {
	margin: 20px auto;
	clear: initial;
	display: inline-block;
	border-radius: 8px;
}

#content figure.circle,
#content img.circle {
	border-radius: 50%;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
	border-radius: 10px;
	margin-bottom: 1.5em;
	border: 0;
}

/* Remove bottom on embeds that wrapped in paragraphs via wpautop. */

p > embed:only-child,
p > iframe:only-child,
p > object:only-child {
	margin-bottom: 0;
}

/* CAPTIONS */
.wp-caption {
	border: 1px dotted rgba(82, 69, 95, 0.35);
    border-radius: 10px;
    padding: 5px;
}

.wp-caption,
#gallery-caption {
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 15px 0 20px 0;
}

.wp-caption.alignleft .wp-caption-text {
    text-align: left;
}

.wp-caption.alignright .wp-caption-text {
    text-align: right;
}

.wp-caption.aligncenter .wp-caption-text {
    text-align: center;
}

/* Links in captions */
#content .wp-caption .wp-caption-text a {
	font-weight: 400;
    color: #4c6b7b;
}

#content .wp-caption:hover .wp-caption-text a {
	font-weight: 500;
}

/* Media Elements */

.mejs-container {
	margin-bottom: 1.5em;
}

/* GALLERY */

/* Hide inline galleries */
.wp-block-gallery {
	display: none;
}








/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/

footer {
	position: relative;
	width: 100vw;
	background-color: #f5f4ed;
	font-size: 1.8rem;
	font-weight: 300;
	letter-spacing: 0.5px;
	text-align: left;
	border-top: 4px solid #ffffff;
	padding: 50px 0 80px 0;
	margin: 0 auto;
	z-index: 1000;
}

#footerLinks {
	max-width: 1600px;
	text-align: left;
	display: flex;
	align-items: flex-start;
	margin: 0 auto;
}

/* Mobile */
@media ( max-width: 1199px ) {
	#footerLinks {
		flex-wrap: wrap;
		padding-left: 20px;
	}
}

/* Mobile - smartphones */
@media ( max-width: 799px ) {
	#footerLinks {
		display: block;
		padding: 0 10vw;
	}
}

/* Mobile - small smartphones */
@media ( max-width: 499px ) {
	#footerLinks {
		padding: 0 15px;
	}
}

#footerLinks > div {
	flex-basis: 20%;
	flex-shrink: 0;
	padding-left: 2vw;
}

/* Mobile - smartphones */
@media ( max-width: 799px ) {
	#footerLinks > div {
		padding-top: 20px;
	}
}

#footerLinks > div:first-of-type {
	flex-basis: 40%;
	flex-shrink: 0;
}

/* Mobile */
@media ( max-width: 1199px ) {
	#footerLinks > div:first-of-type {
		flex-basis: 60%;
	}
}

/* Mobile */
@media ( max-width: 1199px ) {
	#footerLinks > div:nth-of-type(2) {
		flex-basis: 40%;
	}
}

/* Mobile */
@media ( max-width: 1199px ) {
	#footerLinks > div:nth-of-type(3) {
		flex-basis: 60%;
		padding-top: 20px;
	}
}

/* Mobile */
@media ( max-width: 1199px ) {
	#footerLinks > div:nth-of-type(4) {
		flex-basis: 40%;
		padding-top: 20px;
	}
}

#footerLinks strong {
	font-weight: 600;
}

#footerLinks a {
	color: #a89062;
	font-weight: 500;
}

#footerLinks a:hover {
	color: #727475;
}

#footerLinks figure.logo {
	margin-top: 0;
	overflow: hidden;
}

#footerLinks figure.logo img {
	margin-left: -13px;
}

/* Redes Sociais */
#footerLinks p a {
	display: inline-block;
}

#footerLinks p a img {
	filter: sepia(100%) contrast(0);
	opacity: 0.9;
	margin: 10px 20px 0 0;
	display: block;
}

#footerLinks p a:hover img {
	filter: none;
	opacity: 1;
}

/* Footer Logos */
#footerLogos {
	max-width: 1600px;
	padding-bottom: 15px;
	margin: 0 auto;
	display: flex;
    justify-content: center;
	flex-wrap: wrap;
}

/* Footnote */
#footnote {
	text-align: center;
}

#footnote > p {
	margin: 0;
	padding: 0;
	display: inline;
}

#footnote a {
	background-color: #a8cee2;
    color: #4c6b7b;
	font-size: 1.7rem;
	font-weight: 400;
	text-align: center;
	padding: 5px 10px;
	margin: 0 10px;
	border-radius: 19px;
	display: inline-block;
	transition: all 0.2s;
}

@media ( max-width: 1399px ) {
	#footnote a {
		font-size: 1.6rem;
	}
}

#footnote a:hover {
	background-color: #ffffff;
	color: #4c6b7b !important;
}






/*--------------------------------------------------------------
ICON TOP
--------------------------------------------------------------*/
	
#iconTop {
	position: fixed;
	right: calc(50% - 20px);
    bottom: 20px;
    width: 40px;
    height: 40px;
	background-color: #f5f4ed;
	background-image: url('media/icon_top.png');
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: 0 0 20px #c9c8bd;
	border-radius: 20px;
	padding: 0;
	transition: background-position 0.3s;
	z-index: 11000;
	display: none;
}

#iconTop:hover {
	background-position: center bottom;
}






/*--------------------------------------------------------------
PRIVACY CONSENT - message
--------------------------------------------------------------*/

#privacyConsent {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	padding: 0 2vw;
	overflow: hidden;
	display: none;
	z-index: 2000000001;
}

/* Show */
#privacyConsent.show {
	display: flex;
	justify-content: center;
    align-items: center;
}

#privacyConsent > div {
	position: relative;
	max-width: 800px;
	background-color: #ffffff;
	color: #333333;
	font-size: 1.7rem;
	font-weight: 300;
	letter-spacing: 0.5px;
	text-align: center;
	transition: bottom 1s;
	padding: 20px 30px 15px 30px;
	display: inline-block;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(150, 180, 230, 0.2);
	animation: showConsent 0.5s ease-out 1s forwards;
	overflow: hidden;
	opacity: 0;
}

/* -- Consent animation -- */
@keyframes showConsent {
	from { top: 60px; opacity: 0 }
	to { top: 0px; opacity: 1 }
}

/* Mobile - big phones */
@media ( max-width: 799px ) {
	#privacyConsent > div {
		padding: 20px 10px 15px 10px;
	}
}

#privacyConsent table {
	border-collapse: initial;
	border: 1px solid #e0e1f5;
	border-radius: 8px;
	margin: 20px auto;
}

#privacyConsent table td {
	border: none;
	border-bottom: 1px solid #e0e1f5;
}

#privacyConsent table tr:last-of-type td {
	border-bottom: none;
}

#privacyConsent table tr td:last-of-type {
	text-align: left;
}

#privacyConsent p {
	margin: 0;
}

#privacyConsent strong {
	font-weight: 600;
}

#privacyConsent a {
	font-weight: 600;
}

#privacyConsent a:hover {
	color: #333333;
}

#privacyConsent .customCheckbox {
	left: initial;
	right: 0;
}









/*--------------------------------------------------------------
COLORBOX
--------------------------------------------------------------
ColorBox Core Style: The following CSS is consistent between example themes and should not be altered */
#colorbox, #cboxOverlay, #cboxWrapper{ position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0); }
#cboxWrapper { max-width:none; }
#cboxOverlay{ position:fixed; width:100%; height:100%; }
#cboxMiddleLeft, #cboxBottomLeft{ clear:left; }
#cboxContent{ position:relative; }
#cboxLoadedContent{ overflow:auto; -webkit-overflow-scrolling: touch; }
#cboxTitle{ margin:0; }
#cboxLoadingOverlay, #cboxLoadingGraphic{ position:absolute; top:0; left:0; width:100%; height:100%; }
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{ cursor:pointer; }
.cboxPhoto{ float:left; margin:auto; border:0; display:block; max-width: none; max-height: 900px; -ms-interpolation-mode: bicubic; }
.cboxIframe{ width:100%; height:100%; display:block; border:0; padding:0; margin:0; }
#colorbox, #cboxContent, #cboxLoadedContent{ box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box; }

/* User Style:
Change the following styles to modify the appearance of ColorBox.  They are
ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
	background-color: #4c6b7b;
	opacity: 0.5 !important;
}

#colorbox {
	box-shadow: 0 0 10px 0 rgba(150, 180, 230, 0.2);
    -moz-box-shadow: 0 0 10px 0 rgba(150, 180, 230, 0.2);
    -webkit-box-shadow: 0 0 10px 0 rgba(150, 180, 230, 0.2);
	overflow: visible !important;
	outline: 0;
}

#cboxWrapper {
	overflow: visible;
}

#cboxContent {
	overflow: visible;
	background-color: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.cboxIframe {
	background-color: transparent;
}

#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}

/* Show colorbox smoothly */
@keyframes showColorBox {
	from {opacity: 0;}
	to {opacity: 1;}
}

#cboxLoadedContent {
	background-color: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0;
	margin-bottom: 0;
	animation-name: showColorBox;
	animation-duration: 1s;
	overflow-y: auto !important;
	overflow-x: hidden !important;
}

#cboxLoadingGraphic{}

#cboxLoadingOverlay{
	background-color: #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#cboxTitle{position:absolute; bottom:10px; right:10px; text-align:right; width:100%; color:#ffffff;}
#cboxCurrent{position:absolute; bottom:10px; left:10px; color:#ffffff;}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
			border:0;
			padding:0;
			margin:0;
			overflow:visible;
			background: none;
		}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxSlideshow {display: none !important;}
        #cboxPrevious {
			position: fixed;
			top: calc(50% - 20px);
			left: 10px;
			width: 40px;
			height: 40px;
			background-color: #ffffff !important;
			background-image: url("media/colorbox_previous.png");
			background-position: left center;
			background-repeat: no-repeat;
			-webkit-transition: background 0.2s;
			transition: background 0.2s;
    		border-radius: 50%;
			text-indent:-9999px;
		}
        #cboxPrevious:hover {
			background-position: right center;
		}
		#cboxPrevious:focus { outline: none; }
        #cboxNext {
			position: fixed;
			top: calc(50% - 20px);
			right: 10px;
			width: 40px;
			height: 40px;
			background-color: #ffffff !important;
			background-image: url("media/colorbox_next.png");
			background-position: right center;
			background-repeat: no-repeat;
			-webkit-transition: background 0.2s;
			transition: background 0.2s;
    		border-radius: 50%;
			text-indent:-9999px;
		}
        #cboxNext:hover {
			background-position: left center;
		}
		#cboxNext:focus{outline: none;}
		
		/* Delay the close button, to prevent it from moving */
		@keyframes showCloseBt {
    		from {opacity: 0;}
    		to {opacity: 1;}
		}
		#cboxClose {
			position: absolute;
			top: -18px;
			right: -18px;
			width: 36px;
			height: 36px;
			background-image: url("media/colorbox_close.png");
			background-position: center bottom;
			background-color: #4c6b7b;
			background-repeat: no-repeat;
			text-indent:-9999px;
    		border-radius: 50%;
			-webkit-transition: background 0.2s;
			transition: background 0.2s;
			opacity: 0;
			animation-name: showCloseBt;
			animation-delay: 0.5s;
			animation-duration: 0.5s;
			animation-iteration-count: 1;
			animation-fill-mode: forwards;
		}	

		@media (max-width: 699px) {
			#cboxClose {
				right: -8px;
			}
		}
		#cboxClose:hover {
			background-position: center top;
		}
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active { outline: 0; }
		
@media (max-width: 1023px) {
	#cboxLoadedContent{ margin: 0; }
	#cboxTitle { display: none !important; }
	#cboxCurrent { display: none !important; }
}

/* ColorBox Dialogs */

.cboxDialogs #cboxTitle {
	display: none !important;
}

.dialog {
	background-color: #ffffff;
	color: #626c7c;
	line-height: 125%;
	text-align: center;
	padding: 0 1vw 1vw 1vw;
	border-radius: 8px;
	display: none;
}

.dialog ul,
.dialog ol {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.dialog h4,
.dialog h5,
.dialog h6 {
	margin-top: 1.5rem;
	display: block;
}

.dialog h4 {
	font-size: 3rem;
	font-weight: 400;
	color: #626c7c;
    border-bottom: 2px solid #e9ebf7;
	padding-bottom: 1.5rem;
}

.dialog h5 {
	font-size: 2.6rem;
	font-weight: 400;
	color: #626c7c;
}

.dialog h6 {
	font-size: 2.4rem;
	font-weight: 600;
	color: #626c7c;
}

.dialog a {
	font-weight: bold;
}

#colorbox .dialog {
	display: block;
}







/*--------------------------------------------------------------
WPML
--------------------------------------------------------------*/

.otgs-development-site-front-end {
	display: none;
}







/*--------------------------------------------------------------
SCROLLBARS - only desktop
--------------------------------------------------------------*/

/* Firefox */
.firefox:not(.mobile) {
	scrollbar-width: thin;
	scrollbar-color: #8b8b8b rgba(0, 0, 0, 0);
}

/* Chrome / Safari */
:not(.mobile) ::-webkit-scrollbar {
    width: 7px;
	background-color: #f5f4ed;
}
 
/* Track */
:not(.mobile) ::-webkit-scrollbar-track {
	margin: 1px;
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
}
 
/* Handle */
:not(.mobile) ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #8b8b8b;
	border-left: 1px solid #8b8b8b;
	border-right: 1px solid #8b8b8b;
	padding: 5px;
}

:not(.mobile) ::-webkit-scrollbar-thumb:hover {
	background-color: #8b8b8b;
}

:not(.mobile) ::-webkit-scrollbar-thumb:window-inactive {
	background-color: #8b8b8b;
}