/*
Theme Name: Estreia
Theme URI: https://policolchoes.com
Author: ESTREIA New Media
Author URI: http://www.estreia.pt
Description: Custom theme for POLICOLCHOES, Jan.2023
Version: 1.0
License: Proprietary
License URI: http://www.estreia.pt
Tags: Policolchoes
Text Domain: estreia
*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

html {
	height: 100%;
	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%;
	-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: #ffffff;
	font-family: 'Comfortaa', sans-serif;
	font-size: 1.8rem; /* 18px */
	line-height: 140%;
	color: #5a5b6d;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	overflow-y: auto;
	overflow-x: hidden;
	transition: opacity 0.2s;
	-webkit-animation: fadein 0.2s;
	animation: fadein 0.2s;
}

/* Mobile - phones */
@media ( max-width: 599px ) {
	body {
		font-size: 1.9rem; /* 19px */
	}
}

/* -- body fade transition -- */
@-webkit-keyframes fadein { from {opacity:0} to {opacity:1} }
@keyframes fadein { from {opacity:0} to {opacity:1} }

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 0;
}

hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	overflow: visible;
	clear: left;
}

pre {
	font-family: monospace, monospace;
}

a {
	background-color: transparent;
}

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

b,
strong {
	font-weight: 700;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #4a515e;
}

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%;
	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.625em 0.75em;
}

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

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

::-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: #00b1f5;
	text-decoration: none;
}

/*a:focus {
	outline: thin dotted;
}*/

a:hover,
a:active {
	color: #5a5b6d;
	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 {
	width: 100%;
	height: 2px;
    background-color: #e9e8f0;
    border: none;
	margin: 16px 0 19px 0;
    clear: both;
}

main > hr {
    margin: 0 auto;
}

:focus {
	outline: none;
}




/*--------------------------------------------------------------
TYPOGRAPHY
--------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.3;
	margin: 0 0 1.5rem;
	padding: 1.5rem 0 0 0;
	clear: both;
}

hr + h1,
hr + h2,
hr + h3,
hr + h4,
hr + h5,
hr + h6 {
	padding: 0;
}

p {
	margin: 0 0 2rem;
	padding: 0;
}

.small {
	font-size: 1.5rem;
}

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

blockquote {
	position: relative;
	background-color: #e9e8f0;
	font-size: 2rem;
	font-style: italic;
	border-radius: 5px;
	margin: 0 0 20px 0;
	padding: 15px;
	display: table;
}

blockquote p {
	margin: 0;
}

blockquote cite {
	font-style: normal;
	font-weight: 700;
	margin-top: 2rem;
	display: block;
}

blockquote:before,
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: 1px dotted #e9e8f0;
	cursor: help;
}

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

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

q {
	quotes: "“" "”" "‘" "’";
}






/*--------------------------------------------------------------
ALIGNMENTS
--------------------------------------------------------------*/

.clear {
	display: block;
	clear: both;
}

.alignleft {
	float: left;
	margin-right: 2rem;
}

.alignright {
	float: right;
	margin-left: 2rem;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}





/*--------------------------------------------------------------
BUTTONS
--------------------------------------------------------------*/
a.button {
	position: relative;
	min-height: 38px;
	background-color: #e9e8f0;
	color: #5a5b6d;
	font-size: 1.7rem;
	line-height: 24px;
	text-align: center;
	vertical-align: middle;
	margin: 5px 4px;
    padding: 8px 15px 6px 15px;
	border-radius: 19px !important;
    transition: all 0.2s;
	display: inline-block;
}

a.button:hover {
	background-color: #828fa5;
	color: #ffffff;
}

a.button.grey {
	background-color: #e9e8f0 !important;
	color: #5a5b6d !important;
	font-size: 1.7rem !important;
	font-weight: 500 !important;
}

a.button.grey:hover {
	background-color: #828fa5 !important;
	color: #ffffff !important;
	font-size: 1.7rem !important;
}

a.button.dark {
    background-color: #828fa5 !important;
    background-image: linear-gradient( 90deg, #828fa5 0%, #828fa5 calc(100% - 50px), transparent calc(100% - 49px)), url('media/button_arrow_white.png') !important;
    background-position: center center, 100% center;
    background-repeat: no-repeat;
	color: #ffffff !important;
	font-weight: 400 !important;
	line-height: 24px !important;
	letter-spacing: 0.5px;
    text-align: left;
    padding: 8px 32px 6px 19px !important;
    transition: background-position 0.2s, color 0.2s;
    margin: 0 auto;
}

a.button.dark:hover {
	background-color: #5dc4ff !important;
    background-image: linear-gradient( 90deg, #5dc4ff 0%, #5dc4ff calc(100% - 100px), transparent calc(100% - 99px)), url('media/button_arrow_white.png') !important;
    background-position: center center, calc(100% + 42px) center;
}

/* Buttons in Featured Image */

#featuredImage a.button {
	margin: 5px 5px 5px 0;
}






/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/

header {
	position: fixed;
	top: 3vw;
	left: 50%;
	width: auto;
	height: 100px;
    white-space: nowrap;
    transform: translateX(-50%);
	display: flex;
	z-index: 2000;
}

/* with Scroller */
.scroller header {
    top: calc(3vw + 40px);
}

/* Small laptops */
@media ( max-width: 1279px ) {
	header {
		top: 0;
		left: 0;
		width: 100vw;
		white-space: initial;
	}
}

/* with Scroller */
@media ( max-width: 1279px ) {
	.scroller header {
		top: 40px;
		left: 0;
		transform: none;
		display: block;
	}
}

/* Mobile */
@media ( max-width: 1023px ) {
	header {
		height: 94px;
	}
}

header.scrollHeader {
	top: 0;
	left: 0;
	width: 100vw;
	height: 66px;
	background-color: #ffffff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);
    transform: none;
	transition: none;
	display: block;
}

/* When scrolling... */
.scroll header,
.scroller header.scrollHeader {
	top: 0px;
	left: 0;
    transform: none;
	display: block;
}

#logoLink {
    position: relative;
    top: 0;
    left: 0;
    width: 320px;
    height: 100px;
	background-color: #ffffff;
	border-radius: 8px 0 0 8px;
	flex-shrink: 0;
    display: block;
    z-index: 2600;
}

/* Small Laptops */
@media ( max-width: 1279px ) {
	#logoLink {
		position: absolute;
		width: 280px;
		border-radius: 0;
	}
}

/* Mobile */
@media ( max-width: 1023px ) {
	#logoLink {
		height: 60px;
		overflow: hidden;
	}
}

/* Mobile - smal phones */
@media ( max-width: 499px ) {
	#logoLink {
		width: 234px;
	}
}

.scrollHeader #logoLink {
    left: calc(1.5vw - 20px);
	height: 66px;
	background-color: transparent;
	background-image: none;
	border-radius: 0;
}

/* Mobile */
@media ( max-width: 1023px ) {
	.scrollHeader #logoLink {
		height: 60px;
	}
}

header #logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 320px;
    height: 100px;
	display: block;
}

/* Small Laptops */
@media ( max-width: 1279px ) {
	header #logo {
		top: 5px;
		width: 280px;
		height: 87.5px;
	}
}

/* Mobile */
@media ( max-width: 1023px ) {
	header #logo {
		display: none !important;
	}
}

header.scrollHeader #logo {
	display: none;
}

header #logoSmall {
	position: absolute;
	top: 0;
	left: 0;
	width: 320px;
	max-width: none !important;
    height: 66px;
	display: none;
}

/* Small Laptops */
@media ( max-width: 1279px ) {
	header #logoSmall {
		top: 3px;
		width: 291px;
	    height: 60px;
	}
}

/* Mobile */
@media ( max-width: 1023px ) {
	header #logoSmall {
		top: 0px;
		width: 291px;
	    height: 60px;
		display: block;
	}
}

/* Mobile -small phones */
@media ( max-width: 499px ) {
	header #logoSmall {
		top: 5px;
		left: -5px;
		width: 250px;
	    height: 52px;
	}
}

header.scrollHeader #logoSmall {
	display: block;
}

/* Small Laptops */
@media ( max-width: 1279px ) {
	header.scrollHeader #logoSmall {
		top: 3px;
		width: 291px;
	    height: 60px;
	}
}

/* Mobile */
@media ( max-width: 1023px ) {
	header.scrollHeader #logoSmall {
		top: 0px;
	}
}







/*--------------------------------------------------------------
NAVIGATION
--------------------------------------------------------------*/

nav {
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	height: 66px;
	background-color: #ffffff;
	flex-shrink: 0;
	display: flex;
	flex-wrap: nowrap;
	border-radius: 0 8px 0 0;
	z-index: 2500;
}

/* Small Laptops */
@media screen and ( max-width: 1279px ) {
	nav {
		width: 100%;
		max-width: 100%;
		justify-content: flex-start;
		border-radius: 0;
		padding-left: 281px;
	}
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav {
		height: 60px;
		justify-content: flex-end;
		padding-left: 0;
	}
}

.scrollHeader nav {
	position: absolute;
	background-color: transparent;
	padding-left: 321px;
}

/* Small Laptops */
@media screen and ( max-width: 1279px ) {
	.scrollHeader nav {
		padding-left: 281px;
	}
}

nav > ul {
	position: relative;
    top: 0;
	white-space: nowrap;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav > ul {
		position: absolute;
		top: 60px;
		right: 0px;
		background-color: #ffffff;
		padding-right: 0 !important;
	}
}

nav ul {
	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;
	background-color: transparent;
    background-image: url('media/menu_sep.gif');
    background-position: right center;
    background-repeat: no-repeat;
	border-left: 1px solid transparent;
    border-right: 1px solid transparent;
	margin: 0 -1px 0 -1px;
	vertical-align: middle;
	transition: background 0.2s;
	display: inline-block;
	z-index: 1000;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav > ul > li {
		border-right: none;
		display: block;
	}
}

nav > ul > li:hover,
nav > ul > li.focus {
    background-image: none;
	border-left: 1px solid #e9e8f0;
    border-right: 1px solid #e9e8f0;
	z-index: 20000;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav > ul > li:hover,
	nav > ul > li.focus {
		background-color: transparent;
	}
}

nav > ul > li > a {
	height: 100%;
	color: #5a5b6d;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 66px;
	padding: 0 1.2vw;
	display: block;
}

/* Small laptops */
@media screen and ( max-width: 1279px ) {
	nav > ul > li > a {
		font-size: 1.7rem;
		padding: 0 1.2vw;
	}
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav > ul > li > a {
		height: auto !important;
		font-size: 1.8rem;
		line-height: 25px !important;
		text-align: left;
		border-top: 1px solid #e9e8f0;
		padding: 20px;
		text-transform: capitalize;
	}
}

/* Parent menus */
nav > ul > li.menu-item-has-children:hover,
nav > ul > li.menu-item-has-children.focus {
	border-radius: 0;
}

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

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav > ul > li.menu-item-has-children > a {
		padding-right: 20px;
		background-image: none;
	}
}

/* Highlight menus */
nav > ul > li.current-menu-item > a {
	color: #4a515e;
	font-weight: 700;
	letter-spacing: -0.075px;
}

nav > ul > li:hover > a,
nav > ul > li.current-menu-item:hover > a,
nav > ul > li.focus > a {
	color: #4a515e;
	font-weight: 700;
	letter-spacing: -0.075px;
}

/* Parent menus - hover */
nav > ul > li.menu-item-has-children:hover > a {
	background-position: right top;
}

/* Hide the menu on small screens when JavaScript is available.
 * It only works with JavaScript. */
@media screen and ( max-width: 1023px ) {
	.js nav ul,
	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 {
		width: 100%;
		/* make sure smartphone users can scroll through long menus */
		max-height: calc(100vh - 80px); /* 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 - 80px); /* vh is a Custom Property, a js variable defined on header.php */
		overflow: auto; /* allow scroll on the menu */
		background-color: #ffffff;
		padding-bottom: 2px; /* Avoid vertical scroll in the menu */
	}
}

@media screen and ( max-width: 499px ) {
	.js nav.toggled-on > ul {
	  	max-height: calc(var(--vh, 1vh) * 100 - 70px); /* vh is a Custom Property, a js variable defined on header.php */
	}
}

/* Sub Menus */
nav ul ul {
	position: absolute;
	top: 100%;
	left: -999em;
	min-width: 200px;
	width: auto;
	background-color: #ffffff;
    box-shadow: 0px 8px 20px -5px rgba(0, 0, 0, 0.1);
	border-radius: 0 0 5px 5px;
    border-top: 1px solid #e9e8f0;
	transition: opacity 0.3s;
	padding: 10px 0 15px 0;
	margin: 0;
	opacity: 0;
	overflow: hidden;
	z-index: 99999;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav ul ul {
		position: relative;
		top: 0;
		left: initial;
		background-color: transparent;
		box-shadow: none;
		padding: 0;
		opacity: 1;
		border-radius: 0;
		z-index: 99999;
	}
}

nav ul li:hover > ul,
nav ul li.focus > ul {
	left: 0;
	right: initial;
	opacity: 1;
}

nav ul ul.toggled-on {
	display: block;
}

nav ul ul li > a {
	position: relative;
	background-color: transparent;
	font-size: 1.7rem;
	font-weight: 500;
	color: #5a5b6d;
	text-align: left;
	white-space: nowrap;
	padding: 8px 1.2vw 6px 1.2vw;
	transition: all 0.3s;
	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 {
		font-size: 1.8rem;
		font-weight: 400;
		border-top: 1px solid #e9e8f0;
		white-space: normal;
		padding: 13px 20px 13px 35px;
	}
}

/* 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: #e9e8f0;
	color: #4a515e;
	text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.85),
		0px 0px 15px rgba(255, 255, 255, 0.85),
		0px 0px 10px rgba(255, 255, 255, 0.85),
		0px 0px 5px rgba(255, 255, 255, 0.85);
}

/* Mobile */
/* @media screen and ( max-width: 1023px ) {
	nav ul ul li.current-menu-item > a,
	nav ul ul li.current-page-ancestor > a {
	}
} */

nav ul ul li > a:hover {
	background-color: #e9e8f0;
	color: #4a515e;
	text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.85),
		0px 0px 15px rgba(255, 255, 255, 0.85),
		0px 0px 10px rgba(255, 255, 255, 0.85),
		0px 0px 5px rgba(255, 255, 255, 0.85);
}

/* WIDE submenu */
nav ul li.wide ul {
	width: 570px !important;
	display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav ul li.wide ul {
		display: none;
	}
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav ul li.wide ul.toggled-on {
		width: auto !important;
		padding: 0;
		display: flex;
		align-items: stretch;
	}
}

/* WIDE menus */
nav ul li.wide ul li {
	width: 50% !important;
}

nav ul li.wide ul li a {
	white-space: normal;
}

nav ul li.wide ul li:nth-of-type(odd) {
	border-right: 1px solid #e9e8f0;
}

/* Mobile - Phones */
@media screen and ( max-width: 499px ) {
	nav ul li.wide ul li:nth-of-type(odd) {
		border-right: none;
	}
}

/* SHORT menus */
@media ( min-width: 1024px ) {
	nav ul li.short ul li > a {
		width: 280px;
		white-space: normal;
	}
}

@media ( min-width: 1024px ) and ( max-width: 1365px ) {
	nav ul li.short ul li > a {
		width: 230px;
	}
}

@media ( min-width: 1024px ) and ( max-width: 1279px ) {
	nav ul li.short ul li > a {
		width: 230px;
	}
}

/* Langs Menu */
#langsMenu {
	display: none;
}

@media ( max-width: 1023px ) {
	#langsMenu {
		position: relative;
		top: initial;
		right: initial;
		width: auto;
		background-image: none;
		display: block;
	}
}

#langsMenu:hover {
	/*background-size: auto, calc(100% - 70px) 1px;*/
	background-size: 3.2vw auto, calc(100% - 4vw) 1px;
}

@media ( max-width: 1023px ) {
	#langsMenu:hover {
		background-image: none;
	}
}

#langsMenu > a {
	width: 7vw;
	overflow: hidden;
	opacity: 0;
}

@media ( max-width: 1023px ) {
	#langsMenu > a {
		width: auto;
		overflow: visible;
		opacity: 1;
	}
}

/* Langs Sub Menu */
#langsMenu:hover > ul,
#langsMenu.focus > ul {
	right: 0px;
	left: initial;
	border-radius: 3px 0px 3px 3px;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	#langsMenu:hover > ul,
	#langsMenu.focus > ul {
		right: initial;
		left: 0;
		border-radius: 0px;
	}
}

#langsMenu ul li a {
	text-align: right;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	#langsMenu ul li a {
		text-align: left;
		padding: 13px 20px 13px 40px;
	}
}

/* Menu toggle */

.menu-toggle {
	position: absolute;
	top: 40px;
	right: 40px;
	background-color: transparent;
	border: 0;
	padding: 0;
	border-radius: 0;
	box-shadow: none;
	text-shadow: none;
	display: none;
}

/* Show hamburger menu on mobile */
@media screen and ( max-width: 1023px ) {
	.menu-toggle {
		top: 0;
		right: 10px;
		height: 60px;
	}
}

/* Mobile - small phones */
@media screen and ( max-width: 399px ) {
	.menu-toggle {
		right: 0;
	}
}

/* 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 {
	background-color: transparent !important;
	box-shadow: none;
}

.menu-toggle .icon-bars {
	width: 60px;
	height: 60px;
	display: block;
}

.menu-toggle .icon-close {
	width: 60px;
	height: 60px;
	display: none;
}

.toggled-on .menu-toggle .icon-bars,
.menu-toggle .icon-close {
	display: none;
}

.toggled-on .menu-toggle .icon-close {
	display: block;
}

/* Dropdown Toggle */

.dropdown-toggle {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 70px;
	height: 70px;
	background-color: transparent;
	padding: 0;
	margin: 0;
	border: 0;
	display: block;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background: transparent !important;
}

/* .dropdown-toggle:focus {
} */

.dropdown-toggle.toggled-on .subMenuArrow {
	-ms-transform: rotate(-180deg); /* IE 9 */
	-webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
	transform: rotate(-180deg);
}

.subMenuArrow {
	display: block !important;
    width: 70px;
	height: 70px;
}








/*--------------------------------------------------------------
WOO COMMERCE - nav
--------------------------------------------------------------*/

.woocommerce-breadcrumb {
	display: none;
}

nav > ul.menu > li.order > a > span {
	position: relative;
	min-width: 32px;
    height: 63px;
    background-image: url('media/icon_cart_menu.png');
    background-position: center 13px;
    background-repeat: no-repeat;
	vertical-align: middle;
    display: inline-block;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav > ul.menu > li.order > a > span {
		display: none;
	}
}

nav > ul.menu > li.order > a > span > span {
	position: absolute;
    top: 15px;
    right: 0;
    min-width: 16px;
    height: 16px;
    background-color: #5dc4ff;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
	padding: 0 3px;
    border-radius: 50%;
    display: block;
}







/*--------------------------------------------------------------
SEARCH - nav
--------------------------------------------------------------*/

nav .searchContainer {
	position: relative;
	width: calc(145px + 2vw);
    height: 66px;
    background-image: url('media/menu_sep.gif');
    background-position: right center;
    background-repeat: no-repeat;
	padding: 17px 1vw;
}

/* Small laptops */
@media screen and ( max-width: 1279px ) {
	nav .searchContainer {
		width: calc(105px + 2vw);
	}
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav .searchContainer {
		right: 80px;
		width: auto;
		height: 60px;
		padding: 14px 25px 14px 10px;
	}
}

/* Mobile - phones */
@media screen and ( max-width: 599px ) {
	nav .searchContainer {
		right: 70px;
		padding-right: 15px;
	}
}

/* Mobile - small phones */
@media screen and ( max-width: 399px ) {
	nav .searchContainer {
		right: 55px;
		padding-right: 10px;
	}
}

nav .search-form{
	position: relative;
	width: 145px;
    height: 32px;
	background-color: #ffffff;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    vertical-align: middle;
	white-space: nowrap;
	margin: 0;
	display: inline-block;
}

/* Small laptops */
@media screen and ( max-width: 1279px ) {
	nav .search-form {
		width: 105px;
	}
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav .search-form {
		width: 145px;
	}
}

/* Mobile - phones */
@media screen and ( max-width: 599px ) {
	nav .search-form {
		width: 32px;
	}
}

nav .search-form label {
	min-height: initial;
    text-align: left;
    padding: 0;
	display: inline;
}

nav .search-form .search-field {
	width: 110px;
    height: 32px;
	background-color: transparent;
    font-size: 1.7rem;
    font-weight: 400;
    color: #5a5b6d;
    line-height: initial;
    text-align: left;
    vertical-align: middle;
    border-radius: 0;
    padding: 0 0 0 9px;
    margin: 0;
}

/* Small laptops */
@media screen and ( max-width: 1279px ) {
	nav .search-form .search-field {
		width: 70px;
	}
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav .search-form .search-field {
		width: 110px;
	}
}

/* Mobile - phones */
@media screen and ( max-width: 599px ) {
	nav .search-form .search-field {
		display: none;
	}
}

nav .search-form .search-submit {
	width: 32px;
    height: 32px;
	background-color: transparent;
    background-image: url('media/icon_search.png');
    background-position: left bottom;
    background-repeat: no-repeat;
	text-indent: -9999px;
    line-height: initial;
    vertical-align: middle;
    border-radius: 0;
	transition: background 0.2s;
    padding: 0;
    margin: 0;
}

/* Mobile - phones */
@media screen and ( max-width: 599px ) {
	nav .search-form .search-submit {
		background-position: 5px bottom;
	}
}

nav .search-form .search-submit:hover {
    background-position: left top;
}

/* Mobile - phones */
@media screen and ( max-width: 599px ) {
	nav .search-form .search-submit:hover {
		background-position: 5px top;
	}
}







/*--------------------------------------------------------------
SEARCH - page
--------------------------------------------------------------*/

#searchForm {
	width: min-content;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
    padding: 3rem 0 0 0;
}

/* Mobile */
@media ( max-width: 799px ) {
	#searchForm {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(4, 1fr);
	}
}

/* Mobile - phones */
@media ( max-width: 599px ) {
	#searchForm {
		padding: 1rem 0 0 0;
	}
}

#searchForm > div {
	position: relative;
	height: 100px;
	text-align: left;
    padding: 0 2rem 2rem 2rem;
	border-right: 1px solid #ffffff;
}

/* Mobile */
@media ( max-width: 799px ) {
	#searchForm > div {
		max-height: 100px;
		padding: 0 1.5rem 1.5rem 1.5rem;
	}
}

/* Mobile - phones */
@media ( max-width: 599px ) {
	#searchForm > div {
		max-width: calc(50vw - 1.5rem);
		padding: 0 1rem 1rem 1rem;
	}
}

#searchForm > div.divText {
	grid-area: 1 / 1 / 2 / 2;
    padding-left: 0;
}

/* Mobile */
@media ( max-width: 799px ) {
	#searchForm > div.divText {
		grid-area: 1 / 1 / 2 / 2;
	}
}

#searchForm > div.divProducts {
	grid-area: 1 / 2 / 2 / 3;
}

/* Mobile */
@media ( max-width: 799px ) {
	#searchForm > div.divProducts {
		grid-area: 1 / 2 / 2 / 3;
		border-right: none;
	}
}

#searchForm > div.divBrands {
	grid-area: 1 / 3 / 2 / 4;
}

/* Mobile */
@media ( max-width: 799px ) {
	#searchForm > div.divBrands {
		grid-area: 2 / 1 / 3 / 2;
		padding-left: 0;
	}
}

#searchForm > div.divSizes {
	grid-area: 2 / 1 / 3 / 2;
    padding-left: 0;
}

/* Mobile */
@media ( max-width: 799px ) {
	#searchForm > div.divSizes {
		grid-area: 2 / 2 / 3 / 3;
		padding-left: 2rem;
		border-right: none;
	}
}

/* Mobile - phones */
@media ( max-width: 599px ) {
	#searchForm > div.divSizes {
		padding-left: 1rem;
	}
}

/* Prices */
#searchForm > div.divPrices {
	grid-area: 2 / 2 / 3 / 3;
}

/* Mobile */
@media ( max-width: 799px ) {
	#searchForm > div.divPrices {
		grid-area: 3 / 1 / 4 / 2;
		padding-left: 0;
	}
}

/* Firmness */
#searchForm > div.divFirmness {
	grid-area: 2 / 3 / 3 / 4;
}

/* Mobile */
@media ( max-width: 799px ) {
	#searchForm > div.divFirmness {
		grid-area: 4 / 1 / 5 / 2;
		padding-left: 0;
	}
}

/* Submit */
#searchForm > div.divSubmit {
	grid-area: 1 / 4 / 3 / 5;
	max-width: 140px;
	height: 200px;
	border-right: none;
}

/* Mobile */
@media ( max-width: 799px ) {
	#searchForm > div.divSubmit {
		grid-area: 3 / 2 / 5 / 3;
	}
}

/* Labels */
#searchForm label {
	min-height: 40px;
	color: #ffffff;
	line-height: 40px;
	text-align: left;
	padding: 0;
}

/* Search Text */
#searchForm .search-field {
	width: min(300px, 20vw);
	height: 40px;
	text-align: left;
	line-height: 39px;
	margin: 0;
}

/* Mobile */
@media ( max-width: 799px ) {
	#searchForm .search-field {
		width: calc(45vw - 3rem);
	}
}

/* Mobile - phones */
@media ( max-width: 599px ) {
	#searchForm .search-field {
		width: min(200px, 40vw);
		max-width: 100%;
	}
}

/* Search Products / Brands / Sizes */
#searchForm select {
	max-width: min(300px, 20vw);
	height: 40px;
	background-image: url('media/icon_select.png');
	background-position: right calc(100% + 2px);
	background-size: initial;
	font-size: 1.7rem;
	font-weight: 400;
	text-align: left;
	line-height: 40px;
	border-radius: 20px;
    transition: background-position 0.2s;
	margin: 0;
}

/* Mobile */
@media ( max-width: 799px ) {
	#searchForm select {
		max-width: calc(45vw - 3rem);
	}
}

/* Mobile - phones */
@media ( max-width: 599px ) {
	#searchForm select {
		width: min(200px, 40vw);
		max-width: 100%;
	}
}

#searchForm select:hover {
	background-position: right -2px;
}

/* Loader - select */
#searchForm select.loading {
	background-image: url('media/loading_select.gif');
    background-position: calc(100% - 8px) calc(100% - 7px);
	background-size: 12%;
}

/* Hide options */
#searchForm select *.hide {
	display: none;
}

/* Delete */
#searchForm select *.c370 {
	display: none;
}

/* Search Prices */
#searchForm > div.divPrices label input.displayPrice {
	width: 130px;
	height: 30px;
	background-color: transparent;
	font-size: 1.7rem;
	color: #ffffff;
	font-weight: 300;
	line-height: 30px;
	letter-spacing: 1px;
    text-align: left;
	vertical-align: baseline;
	margin: 0;
    padding: 0;
	border-radius: 0;
	outline: none;
	-moz-appearance: textfield;
	border: none;
}

/* Mobile - phones */
@media ( max-width: 599px ) {
	#searchForm > div.divPrices label input.displayPrice {
		font-size: 1.5rem;
		font-weight: 300;
		letter-spacing: 0px;
	}
}

#searchForm > div.divPrices .slider {
	position: relative;
	top: 15px;
	height: 5px;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 5px;
}

/* Mobile - phones */
@media ( max-width: 599px ) {
	#searchForm > div.divPrices .slider {
		width: min(200px, 40vw);
	}
}

#searchForm > div.divPrices .slider .progress {
	position: absolute;
	width: auto;
	height: 100%;
	left: 15px;
	right: 15px;
	border-radius: 5px;
	background: #ffffff;
}

#searchForm .range-input {
	position: relative;
}

/* Mobile - phones */
@media ( max-width: 599px ) {
	#searchForm .range-input {
		width: min(200px, 40vw);
	}
}

#searchForm .range-input input {
	position: absolute;
	top: 5px;
	width: 100%;
	height: 5px !important;
	background-color: transparent !important;
	padding: 0 !important;
	pointer-events: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
}

#searchForm input[type="range"]::-webkit-slider-thumb {
	height: 30px;
	width: 30px;
	background-color: #ffffff;
	border-radius: 50%;
	pointer-events: auto;
	-webkit-appearance: none;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}

#searchForm input[type="range"]::-moz-range-thumb {
	height: 30px;
	width: 30px;
	background-color: #ffffff;
	border-radius: 50%;
	border: none;
	pointer-events: auto;
	-moz-appearance: none;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}

/* Search Firmness */
#searchForm > div {
	white-space: nowrap;
}

/* Checkboxes styles */
#searchForm .radioLabel {
	position: relative;
	width: auto;
	height: 30px;
	min-height: 30px;
	background-color: rgba(255, 255, 255, 0.6);
	color: #4a515e;
	font-size: 1.7rem;
	font-weight: 400;
    line-height: 32px;
	text-align: center;
	padding: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: hidden;
	display: inline-block;
	cursor: pointer;
}

/* Mobile - phones */
@media ( max-width: 599px ) {
	#searchForm .radioLabel {
		font-size: 1.5rem;
		font-weight: 500;
		color: #333333;
	}
}

#searchForm .radioLabel:first-of-type {
	border-radius: 15px 0 0 15px;
	padding-left: 0.5vw;
}

/* Mobile - phones */
@media ( max-width: 599px ) {
	#searchForm .radioLabel:first-of-type {
		padding-left: 8px;
	}
}

#searchForm .radioLabel:last-of-type {
	border-radius: 0 15px 15px 0;
	padding-right: 0.5vw;
}

/* Mobile - phones */
@media ( max-width: 599px ) {
	#searchForm .radioLabel:last-of-type {
		padding-right: 8px;
	}
}

/* Hide the browser's default checkbox */
#searchForm .radioLabel input[type="radio"] {
	position: absolute;
	width: 0;
	height: 0;
	cursor: pointer;
	opacity: 0;
}

/* Create a custom checkbox */
#searchForm .radioLabel .customRadio {
	position: relative;
	left: -15px;
	width: calc(100% + 30px);
	padding: 0 0.5vw;
	display: block;
}

/* Mobile - phones */
@media ( max-width: 599px ) {
	#searchForm .radioLabel .customRadio {
		padding: 0 5px;
	}
}

/* When the checkbox is checked, add a background */
#searchForm .radioLabel input:checked ~ .customRadio {
	background-color: #ffffff;
	color: #5a5b6d;
}

/* Search Submit */
#searchForm .search-submit {
	position: absolute;
	top: 30px;
	width: 100px;
	height: 100px;
	background-color: transparent;
	background-image: url('media/icon_search_big.png?1234');
    background-position: -100px center;
    background-repeat: no-repeat;
	text-indent: -999px;
    transition: all 0.2s;
	border-radius: 50px;
	margin: 0;
}

/* Mobile - phones */
@media ( max-width: 799px ) {
	#searchForm .search-submit {
		position: relative;
		top: 20px;
		display: block;
	}
}

#searchForm .search-submit:hover {
    background-position: 0px center;
}

/* Reset */
#searchForm #resetForm {
	position: absolute;
	top: 135px;
	width: 100px;
	background-color: transparent !important;
	color: rgba(255, 255, 255, 0.6);
	font-size: 1.7rem !important;
	font-weight: 400;
	text-decoration: underline;
	border-radius: 0;
	padding: 0 15px;
	margin: 0;
}

/* Mobile - phones */
@media ( max-width: 799px ) {
	#searchForm #resetForm {
		position: relative;
		top: 30px;
		display: block;
	}
}

#searchForm #resetForm:hover {
	color: #ffffff;
}







/*--------------------------------------------------------------
SHOPPING GUIDE - page
--------------------------------------------------------------*/

#guideForm {
	width: min-content;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
    padding: 3rem 0 0 0;
}

/* Mobile */
@media ( max-width: 799px ) {
	#guideForm {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(3, 1fr);
	}
}

/* Mobile - phones */
@media ( max-width: 599px ) {
	#guideForm {
		padding: 1rem 0 0 0;
	}
}

#guideForm > div {
	position: relative;
	height: 100px;
	text-align: left;
    padding: 0 2rem 2rem 2rem;
	border-right: 1px solid #ffffff;
}

/* Mobile */
@media ( max-width: 799px ) {
	#guideForm > div {
		max-height: 100px;
		padding: 0 1.5rem 1.5rem 1.5rem;
	}
}

/* Mobile - phones */
@media ( max-width: 599px ) {
	#guideForm > div {
		max-width: calc(50vw - 1.5rem);
		padding: 0 1rem 1rem 1rem;
	}
}

/* Products */
#guideForm > div.divProducts {
	grid-area: 1 / 1 / 2 / 2;
    padding-left: 0;
}

/* Mobile */
@media ( max-width: 799px ) {
	#guideForm > div.divProducts {
		grid-area: 1 / 1 / 2 / 2;
	}
}

/* Brands */
#guideForm > div.divBrands {
	grid-area: 1 / 2 / 2 / 3;
}

/* Mobile */
@media ( max-width: 799px ) {
	#guideForm > div.divBrands {
		grid-area: 1 / 2 / 2 / 3;
		border-right: none;
	}
}

/* Sizes */
#guideForm > div.divSizes {
	grid-area: 1 / 3 / 2 / 4;
	border-right: none;
}

/* Mobile */
@media ( max-width: 799px ) {
	#guideForm > div.divSizes {
		grid-area: 2 / 1 / 3 / 2;
		border-right: 1px solid #ffffff;
		padding-left: 0;
	}
}

/* Prices */
#guideForm > div.divPrices {
	grid-area: 2 / 1 / 3 / 2;
    padding-left: 0;
}

/* Mobile */
@media ( max-width: 799px ) {
	#guideForm > div.divPrices {
		grid-area: 3 / 1 / 4 / 2;
		padding-left: 0;
	}
}

/* Firmness */
#guideForm > div.divFirmness {
	grid-area: 2 / 2 / 3 / 3;
}

/* Mobile */
@media ( max-width: 799px ) {
	#guideForm > div.divFirmness {
		grid-area: 2 / 2 / 3 / 3;
		padding-left: 2rem;
		border-right: none;
	}
}

/* Mobile - phones */
@media ( max-width: 599px ) {
	#guideForm > div.divFirmness {
		padding-left: 1rem;
	}
}


/* Submit */
#guideForm > div.divSubmit {
	grid-area: 2 / 3 / 3 / 4;
	border-right: none;
}

/* Mobile */
@media ( max-width: 799px ) {
	#guideForm > div.divSubmit {
		grid-area: 3 / 2 / 5 / 3;
	}
}

/* Labels */
#guideForm label {
	min-height: 40px;
	color: #ffffff;
	line-height: 40px;
	text-align: left;
	padding: 0;
}

/* Search Products / Brands / Sizes */
#guideForm select {
	max-width: min(300px, 20vw);
	height: 40px;
	background-image: url('media/icon_select.png');
	background-position: right calc(100% + 2px);
	background-size: initial;
	font-size: 1.7rem;
	font-weight: 400;
	text-align: left;
	line-height: 40px;
	border-radius: 20px;
    transition: background-position 0.2s;
	margin: 0;
}

/* Mobile */
@media ( max-width: 799px ) {
	#guideForm select {
		max-width: calc(45vw - 3rem);
	}
}

/* Mobile - phones */
@media ( max-width: 599px ) {
	#guideForm select {
		width: min(200px, 40vw);
		max-width: 100%;
	}
}

#guideForm select:hover {
	background-position: right -2px;
}

/* Loader - select */
#guideForm select.loading {
	background-image: url('media/loading_select.gif');
    background-position: calc(100% - 8px) calc(100% - 7px);
	background-size: 12%;
}

/* Hide options */
#guideForm select *.hide {
	display: none;
}

/* Delete */
#guideForm select *.c370 {
	display: none;
}

/* Search Prices */
#guideForm > div.divPrices label input.displayPrice {
	width: 130px;
	height: 30px;
	background-color: transparent;
	font-size: 1.7rem;
	color: #ffffff;
	font-weight: 300;
	line-height: 30px;
	letter-spacing: 1px;
    text-align: left;
	vertical-align: baseline;
	margin: 0;
    padding: 0;
	border-radius: 0;
	outline: none;
	-moz-appearance: textfield;
	border: none;
}

/* Mobile - phones */
@media ( max-width: 599px ) {
	#guideForm > div.divPrices label input.displayPrice {
		font-size: 1.5rem;
		font-weight: 300;
		letter-spacing: 0px;
	}
}

/* Slider */
#guideForm > div.divPrices .slider {
	position: relative;
	top: 15px;
	height: 5px;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 5px;
}

/* Mobile - phones */
@media ( max-width: 599px ) {
	#guideForm > div.divPrices .slider {
		width: min(200px, 40vw);
	}
}

#guideForm > div.divPrices .slider .progress {
	position: absolute;
	width: auto;
	height: 100%;
	left: 15px;
	right: 15px;
	border-radius: 5px;
	background: #ffffff;
}

#guideForm .range-input {
	position: relative;
}

/* Mobile - phones */
@media ( max-width: 599px ) {
	#guideForm .range-input {
		width: min(200px, 40vw);
	}
}

#guideForm .range-input input {
	position: absolute;
	top: 5px;
	width: 100%;
	height: 5px !important;
	background-color: transparent !important;
	padding: 0 !important;
	pointer-events: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
}

#guideForm input[type="range"]::-webkit-slider-thumb {
	height: 30px;
	width: 30px;
	background-color: #ffffff;
	border-radius: 50%;
	pointer-events: auto;
	-webkit-appearance: none;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}

#guideForm input[type="range"]::-moz-range-thumb {
	height: 30px;
	width: 30px;
	background-color: #ffffff;
	border-radius: 50%;
	border: none;
	pointer-events: auto;
	-moz-appearance: none;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}

/* Search Firmness */
#guideForm > div {
	white-space: nowrap;
}

/* Checkboxes styles */
#guideForm .radioLabel {
	position: relative;
	width: auto;
	height: 30px;
	min-height: 30px;
	background-color: rgba(255, 255, 255, 0.6);
	color: #4a515e;
	font-size: 1.7rem;
	font-weight: 400;
    line-height: 32px;
	text-align: center;
	padding: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: hidden;
	display: inline-block;
	cursor: pointer;
}

/* Mobile - phones */
@media ( max-width: 599px ) {
	#guideForm .radioLabel {
		font-size: 1.5rem;
		font-weight: 500;
		color: #333333;
	}
}

#guideForm .radioLabel:first-of-type {
	border-radius: 15px 0 0 15px;
	padding-left: 0.5vw;
}

/* Mobile - phones */
@media ( max-width: 599px ) {
	#guideForm .radioLabel:first-of-type {
		padding-left: 8px;
	}
}

#guideForm .radioLabel:last-of-type {
	border-radius: 0 15px 15px 0;
	padding-right: 0.5vw;
}

/* Mobile - phones */
@media ( max-width: 599px ) {
	#guideForm .radioLabel:last-of-type {
		padding-right: 8px;
	}
}

/* Hide the browser's default checkbox */
#guideForm .radioLabel input[type="radio"] {
	position: absolute;
	width: 0;
	height: 0;
	cursor: pointer;
	opacity: 0;
}

/* Create a custom checkbox */
#guideForm .radioLabel .customRadio {
	position: relative;
	left: -15px;
	width: calc(100% + 30px);
	padding: 0 0.5vw;
	display: block;
}

/* Mobile - phones */
@media ( max-width: 599px ) {
	#guideForm .radioLabel .customRadio {
		padding: 0 5px;
	}
}

/* When the checkbox is checked, add a background */
#guideForm .radioLabel input:checked ~ .customRadio {
	background-color: #ffffff;
	color: #5a5b6d;
}

/* Search Submit */
#guideForm .search-submit {
	position: relative;
	width: 100px;
	height: 90px;
	background-color: transparent;
	background-image: url('media/icon_search_big.png?1234');
    background-position: -100px center;
    background-repeat: no-repeat;
	text-indent: -999px;
    transition: all 0.2s;
	border-radius: 50px;
	margin: 0;
}

/* Mobile - phones */
@media ( max-width: 799px ) {
	#guideForm .search-submit {
		color: #ffffff;
	}
}

/* Mobile - phones */
@media ( max-width: 399px ) {
	#guideForm .search-submit {
		width: 70px;
		background-position: -115px center;
	}
}

#guideForm .search-submit:hover {
    background-position: 0px center;
}

/* Reset */
#guideForm #resetForm {
	position: relative;
	width: 100px;
	background-color: transparent !important;
	color: rgba(255, 255, 255, 0.6);
	font-size: 1.7rem !important;
	font-weight: 400;
	text-decoration: underline;
	border-radius: 0;
	padding: 0 10px;
	margin: 0;
}

/* Mobile - phones */
@media ( max-width: 799px ) {
	#guideForm #resetForm {
		color: #ffffff;
	}
}

/* Mobile - phones */
@media ( max-width: 399px ) {
	#guideForm #resetForm {
		width: auto;
	}
}

#guideForm #resetForm:hover {
	color: #ffffff;
}









/*--------------------------------------------------------------
CART mobile
--------------------------------------------------------------*/

#mobileCart {
	display: none;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	#mobileCart {
		position: relative;
		width: 32px;
		height: 32px;
		background-color: #ffffff;
		background-image: url('media/icon_cart_menu.png');
		background-position: center center;
		background-repeat: no-repeat;
		line-height: initial;
		vertical-align: middle;
    	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    	border-radius: 16px;
		margin: 14px 85px 0 0;
		display: inline-block;
		cursor: pointer;
	}
}

/* Mobile - phones */
@media screen and ( max-width: 599px ) {
	#mobileCart {
		margin: 14px 75px 0 0;
	}
}

/* Mobile - phones */
@media screen and ( max-width: 499px ) {
	#mobileCart {
		margin: 14px 70px 0 0;
	}
}

/* Mobile - small phones */
@media screen and ( max-width: 399px ) {
	#mobileCart {
		margin: 14px 55px 0 0;
	}
}

#mobileCart > span {
	position: absolute;
    top: 0;
    right: 0;
    min-width: 16px;
    height: 16px;
    background-color: #5dc4ff;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
	padding: 0 3px;
    border-radius: 50%;
    display: block;
}





/*--------------------------------------------------------------
LANGS - desktop version
--------------------------------------------------------------*/

#desktopLangs {
	position: relative;
	height: 66px;
	font-size: 1.9rem;
	line-height: 66px;
	vertical-align: middle;
	border-radius: 0 8px 8px 0;
	overflow: hidden;
	display: inline-block;
}

/* Small laptops */
@media screen and ( max-width: 1279px ) {
	#desktopLangs {
		border-radius: 0;
	}
}

/* Mobile */
@media ( max-width: 1023px ) {
	#desktopLangs {
		display: none;
	}
}

#desktopLangs a {
	position: relative;
	height: 66px;
	font-size: 1.9rem;
	color: rgba(90, 91, 109, 0.5);
	line-height: 66px;
	padding: 0 1vw;
	display: inline-block;
	z-index: 3000;
}

#desktopLangs a.active {
	color: #5a5b6d;
}

#desktopLangs a:first-of-type {
	padding-right: 0.5vw;
}

#desktopLangs a:last-of-type {
	padding-left: 0.5vw;
}

#desktopLangs a:hover {
	background-color: #e9e8f0;
	color: #363636;
}

#desktopLangs a:focus {
	outline: none;
}

/* Menu linguas em mobile */
nav > ul > li.mobile {
	display: none !important;
}

@media ( max-width: 1023px ) {
	nav > ul > li.mobile {
		display: block !important;
	}
}








/*--------------------------------------------------------------
TOP CONTACTS
--------------------------------------------------------------*/

#topContacts {
    position: absolute;
    top: 66px;
    left: 319px;
    width: calc(100% - 319px);
    height: 34px;
	background-image: linear-gradient(90deg, #ffffff 0px, rgba(234, 234, 238, 1) 150px, #e9e8f0 100%);
	font-size: 1.6rem;
	color: rgba(90, 91, 109, 0.5);
	font-weight: 500;
	letter-spacing: 0.5px;
    line-height: 34px;
	text-align: left;
	border-radius: 0 0 8px 0;
	padding: 0 0 0 0.2vw;
	overflow: hidden;
    display: block;
    z-index: 2400;
}

/* Small laptops */
@media screen and ( max-width: 1279px ) {
	#topContacts {
		left: 280px;
		width: calc(100% - 280px);
		border-radius: 0;
	}
}

/* Mobile */
@media ( max-width: 1023px ) {
	#topContacts {
		top: 60px;
		left: 0;
		width: 100%;
		background-image: none;
		background-color: #e9e8f0;
		text-align: center;
		padding: 0;
	}
}

/* Mobile - phones */
@media ( max-width: 599px ) {
	#topContacts {
		font-size: 1.5rem;
		letter-spacing: 0px;
	}
}

header.scrollHeader #topContacts {
	display: none;
}

#topContacts a {
	background-color: transparent;
	font-size: 1.6rem;
	font-weight: 500;
	color: #5a5b6d;
	line-height: 30px;
    padding: 4px 10px 0 10px;
	transition: background 0.2s linear 0.5s, color 0.2s linear 0.5s;
	border-radius: 8px;
    display: inline-block;
}

/* Mobile - phones */
@media ( max-width: 599px ) {
	#topContacts a {
		padding: 4px 0 0 0;
	}
}

/* Mobile - low res phones */
@media ( max-width: 499px ) {
	#topContacts a {
		font-size: 1.5rem;
		padding: 4px 5px 0 5px;
	}
}

#topContacts a:hover {
	background-color: #828fa5;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: 0.47px;
}

#topContacts p {
	margin: 0;
	display: inline;
}

#topContacts img {
	vertical-align: top;
	margin: 0 5px;
}

/* Mobile - phones */
@media ( max-width: 599px ) {
	#topContacts img {
		margin: 0;
	}
}

/* Mobile - low res phones */
@media ( max-width: 499px ) {
	#topContacts img {
		display: none;
	}
}








/*--------------------------------------------------------------
HOME Slideshow
--------------------------------------------------------------*/

#intro {
	position: absolute;
	top: 1.5vw;
	left: 1.5vw;
	width: 97vw;
	height: calc(100vh - 3vw);
	/* Mobile browsers as Chrome and Safari dont count with the address bar, so 100vh is not accurate and can overlap or cut elements */
	height: calc(var(--vh, 1vh) * 100 - 3vw); /* vh is a Custom Property, a js variable defined on header.php */
	background-color: #eaeaee;
	border-radius: 8px;
	overflow: hidden;
	z-index: 600;
	opacity: 1;
}

/* with Scroller */
.scroller #intro {
	top: calc(1.5vw + 40px);
	height: calc(100vh - 3vw - 40px);
    height: calc(var(--vh, 1vh)* 100 - 3vw - 40px);
}

/* Scrolling... */
.scroll #intro {
	top: 60px;
	height: calc(100vh - 60px);
	height: calc(var(--vh, 1vh) * 100 - 60px);
}

/* Small Laptops */
@media screen and ( max-width: 1279px ) {
	#intro {
		top: 100px;
		left: 0;
		width: 100vw;
		height: calc(100vh - 100px);
		/* Mobile browsers as Chrome and Safari dont count with the address bar, so 100vh is not accurate and can overlap or cut elements */
		height: calc(var(--vh, 1vh) * 100 - 100px); /* vh is a Custom Property, a js variable defined on header.php */
		border-radius: 0;
	}
}

/* with Scroller */
@media screen and ( max-width: 1279px ) {
	.scroller #intro {
		top: 140px;
		height: calc(100vh - 140px);
		height: calc(var(--vh, 1vh) * 100 - 140px);
	}
}

/* Scrolling... */
@media screen and ( max-width: 1279px ) {
	.scroll #intro {
		top: 65px;
		height: calc(100vh - 65px);
		height: calc(var(--vh, 1vh) * 100 - 65px);
	}
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	#intro {
		top: 94px;
		height: calc(100vh - 94px);
		/* Mobile browsers as Chrome and Safari dont count with the address bar, so 100vh is not accurate and can overlap or cut elements */
		height: calc(var(--vh, 1vh) * 100 - 94px); /* vh is a Custom Property, a js variable defined on header.php */
	}
}

/* with Scroller */
@media screen and ( max-width: 1023px ) {
	.scroller #intro {
		top: 134px;
		height: calc(100vh - 134px);
		height: calc(var(--vh, 1vh) * 100 - 134px);
	}
}

/* Scrolling... */
@media screen and ( max-width: 1023px ) {
	.scroll #intro {
		top: 65px;
		height: calc(100vh - 65px);
		height: calc(var(--vh, 1vh) * 100 - 65px);
	}
}

/* Slideshow */
#slideshow {
	position: relative;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
	z-index: 1400;
}

/* Mobile phones */
@media ( max-width: 599px ) {
	#slideshow {
		height: 100%;
	}
}

#slideshow div {
	height: 100%;
}

#slideshow .title {
	position: absolute;
	left: 50%;
	bottom: 290px;
	width: 80vw;
	color: #ffffff;
	font-size: 5rem;
	font-weight: 700;
	line-height: 115%;
	text-align: center;
	transform: translateX(-50%);
	text-shadow: 0 0 20px rgba(50,50, 50, 1);
}

/* Laptops */
@media ( max-width: 1365px ) {
	#slideshow .title {
		font-size: 4rem;
	}
}

/* Mobile */
@media ( max-width: 1023px ) {
	#slideshow .title {
		width: calc(100vw - 60px);
		font-size: 3.2rem;
	}
}

/* Remove Breaks in Title - Mobile phones */
@media ( max-width: 599px ) {
	#slideshow .title br {
		content: ' ';
		padding: 0 5px;
		display: inline;
	}
}

/* Logo images */
#slideshow .title img {
	width: auto;
	max-width: 316px;
	height: auto;
	max-height: 211px;
	margin-bottom: 15px;
}

#slideshow > div.image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
    align-items: center;
	z-index: 60;
}

#slideshow > div.image > img {
	width: auto;
    max-width: initial;
	height: auto;
	min-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%;
    min-height: 1px;
	background-position: center calc(100vh - 820px), center;
	background-size: 200% 100%, cover;
	background-repeat: no-repeat, no-repeat;
	overflow: hidden;
	z-index: 1400;
    display: none;
    float: left;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    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,
.slick-prev {
	position: absolute;
	top: calc(50% - 30px);
	width: 36px;
    height: 60px;
    background-color: transparent;
	background-image: url('media/slideshow_next.png');
    background-position: center top;
    background-size: 36px 120px;
    background-repeat: no-repeat;
    line-height: 60px;
	text-indent: -999px;
    padding: 0;
	transition: all 0.2s;
	overflow: hidden;
	z-index: 1400;
	display: none;
}

/* Mobile - Phones */
@media screen and ( max-width: 599px ) {
	.slick-next,
	.slick-prev {
		display: none !important;
	}
}

.slick-next {
	right: 1.5vw;
	background-image: url('media/slideshow_next.png');
}

.slick-next:hover {
    background-position: center bottom;
}

.slick-prev {
	left: 1.5vw;
	background-image: url('media/slideshow_previous.png');
}

.slick-prev:hover {
    background-position: center bottom;
}

.slick-dots {
	position: absolute;
	bottom: 230px;
	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;
}








/*--------------------------------------------------------------
VIDEO
--------------------------------------------------------------*/

#videoContainer {
	position: absolute;
	top: 1.5vw;
	left: 1.5vw;
	width: 97vw;
	height: calc(80vh - 3vw);
	/* Mobile browsers as Chrome and Safari dont count with the address bar, so 100vh is not accurate and can overlap or cut elements */
	height: calc(var(--vh, 1vh) * 80 - 3vw); /* vh is a Custom Property, a js variable defined on header.php */
	background-color: #acaabf;
	border-radius: 8px;
	transition: opacity 2s;
	opacity: 1;
	overflow: hidden;
	z-index: 60;
	opacity: 0;
}

/* with Scroller */
.scroller #videoContainer {
	top: calc(1.5vw + 40px);
	height: calc(80vh - 3vw - 40px);
    height: calc(var(--vh, 1vh)* 80 - 3vw - 40px);
}

/* Small Laptops */
@media screen and ( max-width: 1279px ) {
	#videoContainer {
		top: 100px;
		left: 0;
		width: 100vw;
		height: calc(80vh - 100px);
		/* Mobile browsers as Chrome and Safari dont count with the address bar, so 100vh is not accurate and can overlap or cut elements */
		height: calc(var(--vh, 1vh) * 80 - 100px); /* vh is a Custom Property, a js variable defined on header.php */
		border-radius: 0;
	}
}

/* with Scroller */
@media screen and ( max-width: 1279px ) {
	.scroller #videoContainer {
		top: 140px;
		height: calc(80vh - 140px);
		height: calc(var(--vh, 1vh) * 80 - 140px);
	}
}

/* Scrolling... */
@media screen and ( max-width: 1279px ) {
	.scroll #videoContainer {
		top: 65px;
		height: calc(80vh - 65px);
		height: calc(var(--vh, 1vh) * 80 - 65px);
	}
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	#videoContainer {
		top: 94px;
		height: calc(80vh - 94px - 1.5vw);
		/* Mobile browsers as Chrome and Safari dont count with the address bar, so 100vh is not accurate and can overlap or cut elements */
		height: calc(var(--vh, 1vh) * 80 - 94px - 1.5vw); /* vh is a Custom Property, a js variable defined on header.php */
	}
}

/* with Scroller */
@media screen and ( max-width: 1023px ) {
	.scroller #videoContainer {
		top: 134px;
		height: calc(80vh - 134px);
		height: calc(var(--vh, 1vh) * 80 - 134px);
	}
}

/* Scrolling... */
@media screen and ( max-width: 1023px ) {
	.scroll #videoContainer {
		top: 65px;
		height: calc(80vh - 65px);
		height: calc(var(--vh, 1vh) * 80 - 65px);
	}
}

#video {
	position: absolute;
	top: -5px;
	left: -5px;
	width: auto;
	height: auto;
	min-width: calc(100vw + 10px);
	min-height: calc(90vh + 10px);
	/* Mobile browsers as Chrome and Safari dont count with the address bar, so 100vh is not accurate and can overlap or cut elements */
	min-height: calc(var(--vh, 1vh) * 90 + 10px); /* vh is a Custom Property, a js variable defined on header.php */
	max-width: none !important;
	display: block;
	z-index: 60;
	transition: all 0.5s;
	opacity: 0.8;
}

/* Portrait - recenter video */
@media (orientation:portrait) and ( max-width: 599px ) {
	#video {
		left: -100vw;
	}
}






/*--------------------------------------------------------------
BG PAGE
--------------------------------------------------------------*/

#bgPage {
	position: absolute;
	top: 1.5vw;
    left: 1.5vw;
	width: 97vw;
    height: calc(80vh - 3vw);
	/* Mobile browsers as Chrome and Safari dont count with the address bar, so 100vh is not accurate and can overlap or cut elements */
	height: calc(var(--vh, 1vh) * 80 - 3vw); /* vh is a Custom Property, a js variable defined on header.php */
	background-color: #e9e8f0;
	border-radius: 8px;
	display: flex;
	justify-content: center;
    align-items: center;
	overflow: hidden;
	z-index: 50;
}

/* with Scroller */
.scroller #bgPage {
	top: calc(1.5vw + 40px);
	height: calc(80vh - 3vw - 40px);
    height: calc(var(--vh, 1vh)* 80 - 3vw - 40px);
}

/* Small Laptops */
@media screen and ( max-width: 1279px ) {
	#bgPage {
		top: 100px;
		left: 0;
		width: 100vw;
		border-radius: 0;
	}
}

/* with Scroller */
@media screen and ( max-width: 1279px ) {
	.scroller #bgPage {
		top: 140px;
		height: calc(80vh - 140px);
		height: calc(var(--vh, 1vh) * 80 - 140px);
	}
}

/* Scrolling... */
@media screen and ( max-width: 1279px ) {
	.scroll #bgPage {
		top: 65px;
		height: calc(80vh - 65px);
		height: calc(var(--vh, 1vh) * 80 - 65px);
	}
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	#bgPage {
		top: 94px;
	}
}

/* with Scroller */
@media screen and ( max-width: 1023px ) {
	.scroller #bgPage {
		top: 134px;
		height: calc(80vh - 134px);
		height: calc(var(--vh, 1vh) * 80 - 134px);
	}
}

/* Scrolling... */
@media screen and ( max-width: 1023px ) {
	.scroll #bgPage {
		top: 94px;
		height: calc(80vh - 94px);
		height: calc(var(--vh, 1vh) * 80 - 94px);
	}
}

/* Search - Mobile - smartphones */
@media screen and ( max-width: 599px ) {
	.search #bgPage {
		justify-content: flex-start;
	}
}

#bgPage > img {
	position: relative;
	width: auto;
    max-width: initial;
	height: auto;
	min-height: 100%;
	z-index: 100;
}

#bgPage > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(180deg, rgba(90, 92, 109, 0.1) 60%, rgba(90, 92, 109, 0.4) 90%);
	background-size: auto;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 1000;
}

/* Search */
.search #bgPage > div {
	background-image: linear-gradient(180deg, rgba(90, 92, 109, 0.1) 40%, rgba(90, 92, 109, 0.6) 90%);
}










/*--------------------------------------------------------------
MAIN
--------------------------------------------------------------*/

main {
	position: absolute;
    top: 1.5vw;
    left: 1.5vw;
    width: 97vw;
    height: auto;
	min-height: calc(100vh - 3vw);
	/* Mobile browsers as Chrome and Safari dont count with the address bar, so 100vh is not accurate and can overlap or cut elements */
	min-height: calc(var(--vh, 1vh) * 100 - 3vw); /* vh is a Custom Property, a js variable defined on header.php */
    z-index: 500;
    opacity: 1;
}

/* Home */
.home main {
    padding-top: 94vh;
	/* Mobile browsers as Chrome and Safari dont count with the address bar, so 100vh is not accurate and can overlap or cut elements */
	padding-top: calc(var(--vh, 1vh) * 94); /* vh is a Custom Property, a js variable defined on header.php */
}

/* with Scroller */
.scroller main {
    top: calc(1.5vw + 40px);
}

/* Small Laptops */
@media ( max-width: 1279px ) {
	main {
		top: 0;
		left: 0;
		width: 100vw;
		min-height: 100vh;
		/* Mobile browsers as Chrome and Safari dont count with the address bar, so 100vh is not accurate and can overlap or cut elements */
		min-height: calc(var(--vh, 1vh) * 100); /* vh is a Custom Property, a js variable defined on header.php */
	}
}

/* Small Laptops - home */
@media ( max-width: 1279px ) {
	.home main {
		padding-top: calc(94vh + 20px);
		/* Mobile browsers as Chrome and Safari dont count with the address bar, so 100vh is not accurate and can overlap or cut elements */
		padding-top: calc(var(--vh, 1vh) * 94 + 20px); /* vh is a Custom Property, a js variable defined on header.php */
	}
}

/* Small Laptops - with Scroller */
@media ( max-width: 1279px ) {
	.scroller main {
		top: 40px;
	}
}






/*--------------------------------------------------------------
SCROLLER
--------------------------------------------------------------*/

#scroller {
	position: relative;
	top: 1.5vw;
	left: 1.5vw;
	height: 50px;
	width: 97vw;
	background-color: #5dc4ff;
	color: #ffffff;
	font-size: 1.6rem;
	letter-spacing: 0.5px;
	line-height: 40px;
	border-radius: 8px 8px 0 0;
    overflow: hidden;
	display: block;
	z-index: 40;
}

/* Small Laptops */
@media ( max-width: 1279px ) {
	#scroller {
		top: 0;
		left: 0;
		width: 100vw;
		border-radius: 0;
	}
}

/* Masks */
#scroller::before {
	position: absolute;
	top: 0;
	left: 0;
	height: 40px;
	width: 20%;
	background-image: linear-gradient(90deg, #5dc4ff 0, transparent 100%);
	content: ' ';
	display: block;
	z-index: 200;
}

#scroller::after {
	position: absolute;
	top: 0;
	right: 0;
	height: 40px;
	width: 20%;
	background-image: linear-gradient(90deg, transparent 0, #5dc4ff 100%);
	content: ' ';
	display: block;
	z-index: 200;
}

/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
	width: 100%;
	height: 40px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	text-align: left;
	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;
	width: 100%;
	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 {
	position: relative;
	height: 100%;
	line-height: 44px;
	padding: 0;
	float: left;
}

ul.newsticker li p {
	margin: 0;
	padding: 0 10px 0 20px;
	display: inline;
}

ul.newsticker li::before {
	position: relative;
	top: -2px;
	left: 5px;
	width: 4px;
	height: 4px;
	background-color: #5a5c6d;
	content: ' ';
	border-radius: 50%;
	vertical-align: middle;
	display: inline-block;
}

ul.newsticker li a {
	line-height: 44px;
	color: #ffffff;
	transition: all 0.2s;
	display: inline-block;
}

ul.newsticker li:hover a {
	opacity: 0.6;
}

ul.er-controls {
	display: none;
}






/*--------------------------------------------------------------
HOME SHOPPING GUIDE
--------------------------------------------------------------*/

#homeGuide {
	position: absolute;
	left:50%;
	bottom: 30px;
	max-width: 28vw;
	min-width: 500px !important;
	height: 200px;
	background-color: #5dc4ff;
	background-image: url('../../uploads/guia_compras_home.png'), radial-gradient(ellipse, rgba(41, 86, 118, 0.7) 0%, transparent 50%);
    background-size: auto, 120% 60%;
    background-position: right 200px, 50% -45px;
    background-repeat: no-repeat, no-repeat;
	transform: translateX(-50%);
	border-radius: 8px;
	animation-name: guideHome;
	animation-delay: 0.6s;
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	overflow: hidden;
	z-index: 1500;
}

/* -- Shopping Guide animation -- */
@-webkit-keyframes guideHome { from {background-position: right 200px, 50% -45px;} to {background-position: right 55px, 50% -45px;} }
@keyframes guideHome { from {background-position: right 200px, 50% -45px;} to {background-position: right 55px, 50% -45px;} }

/* Small Laptops */
@media ( max-width: 1279px ) {
	#homeGuide {
		min-width: 450px !important;
	}
}

/* Mobile */
@media ( max-width: 1023px ) {
	#homeGuide {
		min-width: 480px !important;
	}
}

/* Mobile - phones */
@media ( max-width: 599px ) {
	#homeGuide {
		min-width: 100% !important;
	}
}

#homeGuide:hover {
	background-image: url('../../uploads/guia_compras_home.png'), radial-gradient(ellipse, rgba(41, 86, 118, 1) 0%, transparent 50%);
	box-shadow: 0px 0px 80px -40px rgba(41, 86, 118, 1);
}

#homeGuide .title {
	position: relative;
	left: -1.6vw;
	width: calc(100% + 3.2vw);
	height: 50px;
	background-color: #5dc4ff;
	font-family: 'Fredoka', sans-serif;
	color: #ffffff;
	font-size: 2.1rem;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 54px;
	text-align: center;
	display: block;
}

#homeGuide > div {
	width: 100%;
	color: #ffffff;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0.5px;
	text-align: left;
	text-shadow: 0px 0px 5px rgba(41, 86, 118, 0.5);
	padding: 1.2vw 120px 1.6vw 1.6vw;
	display: block;
}

/* Small Laptops */
@media ( max-width: 1279px ) {
	#homeGuide > div {
		font-size: 1.6rem;
		letter-spacing: 0.25px;
		padding: 1.4vw 100px 1.6vw 1.6vw;
	}
}

#homeGuide > div > p {
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 140%;
	text-align: left;
	margin: 0;
	padding: 0;
}

/* Small Laptops */
@media ( max-width: 1279px ) {
	#homeGuide > div > p {
		font-size: 1.6rem;
	}
}

#homeGuide select {
	width: 60%;
	min-width: 185px;
	height: 38px;
	background-position: right calc(100% + 2px);
	font-size: 1.7rem;
	font-weight: 400;
	line-height: 40px;
	text-align: left;
	margin-top: 8px;
	border-radius: 19px;
	border: none;
}

/* Mobile - phones */
@media ( max-width: 599px ) {
	#homeGuide select {
		background-position: calc(100% + 5px) calc(100% + 2px);
		padding: 0 25px 0 14px;
	}
}

#homeGuide select:hover {
	background-position: right -2px;
}

/* Mobile - phones */
@media ( max-width: 599px ) {
	#homeGuide select:hover {
		background-position: calc(100% + 5px) -2px;
	}
}





/*--------------------------------------------------------------
PAGE TITLE
--------------------------------------------------------------*/

#pageTitle {
	position: relative;
	top: 0;
	left: 0;
	width: 97vw;
    height: calc(80vh - 3vw);
	/* Mobile browsers as Chrome and Safari dont count with the address bar, so 100vh is not accurate and can overlap or cut elements */
	height: calc(var(--vh, 1vh) * 80 - 3vw); /* vh is a Custom Property, a js variable defined on header.php */
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	padding: 0 1.5vw 1.5vw 1.5vw;
	user-select: none !important;
	z-index: 600;
	opacity: 1;
}

/* with Scroller */
.scroller #pageTitle {
	height: calc(80vh - 3vw - 40px);
	height: calc(var(--vh, 1vh) * 80 - 3vw - 40px);
}

/* Laptops */
@media ( max-width: 1279px ) {
	#pageTitle {
		padding: 0 2rem 1.5vw 2rem;
	}
}

@media ( max-width: 499px ) {
	#pageTitle {
		padding: 0 1.5rem 1.5vw 1.5rem;
	}
}

#pageTitle > div {
	text-align: center;
}

#pageTitle h1 {
	position: relative;
	font-size: 6rem;
	font-weight: 700;
	color: #ffffff;
	line-height: 100%;
	letter-spacing: -1px;
	text-align: center;
	text-shadow: 0px 0px 50px rgba(68, 86, 112, 0.2),
		0px 0px 25px rgba(68, 86, 112, 0.2),
		0px 0px 10px rgba(68, 86, 112, 0.2);
    margin: 0;
	z-index: 1000;
}

/* Laptops */
@media screen and ( max-width: 1599px ) {
	#pageTitle h1 {
		font-size: 5.2rem;
	}
}

/* Mobile */
@media ( max-width: 1023px ) {
	#pageTitle h1 {
		font-size: 4.8rem;
	}
}

/* Mobile - phones */
@media ( max-width: 599px ) {
	#pageTitle h1 {
		font-size: 4rem;
		line-height: 120%;
	}
}

/* Mobile - small phones */
@media ( max-width: 499px ) {
	#pageTitle h1 {
		font-size: 3.6rem;
		padding: 1rem 0 0.5rem 0;
	}
}

#pageTitle h2 {
	font-size: 2.8rem;
	font-weight: 400;
	color: #ffffff;
	line-height: 125%;
	text-align: center;
	text-shadow: 0px 0px 20px rgba(68, 86, 112, 0.2),
		0px 0px 10px rgba(68, 86, 112, 0.2),
		0px 0px 5px rgba(68, 86, 112, 0.5);
	margin: 0;
	padding: 0;
	z-index: 500;
}

/* Mobile */
@media ( max-width: 1023px ) {
	#pageTitle h2 {
		font-size: 2.6rem;
	}
}

/* Mobile - phones */
@media ( max-width: 599px ) {
	#pageTitle h2 {
		font-size: 2.4rem;
		padding: 0 1.5vw 1rem 0;
	}
}

/* Mobile - small phones */
@media ( max-width: 499px ) {
	#pageTitle h2 {
		font-size: 2.2rem;
	}
}

#pageTitle h2 a {
	color: #ffffff;
	text-decoration: underline;
}








/*--------------------------------------------------------------
BREADCRUMBS
--------------------------------------------------------------*/

.breadcrumbs {
	position: relative;
	width: auto;
	min-height: 42px;
	background-color: #ffffff;
	color: #626c7c;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 1px;
	border-radius: 8px;
	margin: 1.5rem 1.5rem 0 0;
	padding: 7px 15px 5px 15px;
	transition: all 0.2s;
	display: inline-block;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	.breadcrumbs {
		letter-spacing: 0.5px;
		padding: 7px 12px 5px 12px;
	}
}








/*--------------------------------------------------------------
CONTENT
--------------------------------------------------------------*/

#mainContainer {
	position: relative;
	width: 100%;
    background-color: #ffffff;
	background-image: linear-gradient(180deg, #fff calc(100% - 300px), #e9e8f0 100%);
	display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-between;
	flex-wrap: nowrap;
    border-radius: 8px;
	padding: 4rem 0 0 0;
	z-index: 1000;
}

/* Laptops */
@media ( max-width: 1279px ) {
	#mainContainer {
		padding: 2.5rem 2rem 0 2rem;
		border-radius: 0;
	}
}

/* Mobile */
@media ( max-width: 799px ) {
	#mainContainer {
		display: block;
	}
}

/* Phones */
@media ( max-width: 450px ) {
	#mainContainer {
		padding: 2.5rem 1.5rem 0 1.5rem;
	}
}

/* Search */
.search-no-results #mainContainer {
	margin-bottom: 50px;
}

/* Checkout */
.woocommerce-checkout #mainContainer {
	margin-bottom: 10px;
}

#mainContainer > article {
	position: relative;
    flex-basis: 100%;
    flex-shrink: 1;
	padding: 0 1.5vw 0 1.5vw;
	overflow: hidden;
	flex-wrap: nowrap;
	display: flex;
}

/* Laptops */
@media ( max-width: 1279px ) {
	#mainContainer > article {
		padding: 0 1.5vw 0 0;
	}
}

/* Tablets */
@media ( max-width: 1150px ) {
	#mainContainer > article {
		width: 100%;
		display: block;
	}
}

/* Mobile */
@media ( max-width: 799px ) {
	#mainContainer > article {
		padding: 0;
	}
}

/* Mobile - archives */
@media ( max-width: 799px ) {
	.archive #mainContainer > article {
		padding: 0 0 1.5rem 0;
	}
}

.error404 #mainContainer > article {
	display: block;
}

#mainContainer > article.hasGallery {
    margin-bottom: 2rem;
	padding-left: 0;
}







/*--------------------------------------------------------------
CONTENT
--------------------------------------------------------------*/

#content {
	letter-spacing: -0.25px;
    text-align: justify;
	user-select: none !important;
}

#content > #subContent {
	width: 100%;
}

/* Mobile - laptops */
@media (max-width: 1365px) {
	#content {
		text-align: left;
	}
}

#content a {
	font-weight: 600;
	color: #00b1f5;
	/*color: #5a5b6d;
    /*border-bottom: 2px solid #5dc4ff;*/
}

#content a:hover {
	color: #5a5b6d;
	/*color: #15aaff;*/
}

#content a:active {
	color: #5a5b6d;
}

#content strong {
	font-family: 'Fredoka';
    font-weight: 500;
    letter-spacing: 0.3px;
    font-size: 2.1rem;
}

#content ul {
	list-style-position: outside;
	list-style-image: url('media/icon_list.png');
	text-align: justify;
	margin: 0.5rem auto 2.5rem auto;
}

@media (max-width: 1365px) {
	#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 h3,
#content h3 strong {
	font-family: 'Comfortaa', sans-serif;
	font-size: 2.8rem;
    font-weight: 300;
	color: #828fa5;
	line-height: 125%;
	text-align: left;
	padding: 0 0 1.5rem 0;
	display: table-cell;
}

#content h4,
#content h4 strong {
	font-family: 'Comfortaa', sans-serif;
	font-size: 2.5rem;
    font-weight: 300;
	color: #828fa5;
	line-height: 125%;
	text-align: left;
	display: inline-block;
}

#content h5 {
	position: relative;
    background-color: #e8da50;
    background-image: url('media/icon_notification.png?1234');
    background-position: left center;
    background-repeat: no-repeat;
	font-size: 1.7rem;
    color: #4a515e;
    font-weight: 600;
	text-shadow: 0 0 50px #fff566, 0 0 25px #fff566, 0 0 15px #fff566, 0 0 5px #fff566;
    text-align: left;
	line-height: 140%;
    margin: 2rem 0 1rem 0;
    padding: 1.5rem 2.5rem 1.5rem 10rem;
    border-radius: 8px;
    display: table;
    clear: both;
}

#content h5 strong {
	font-family: 'Fredoka';
    font-weight: 600;
    letter-spacing: 0.3px;
    font-size: 2.1rem;
}

#content h5 a {
	font-weight: 700 !important;
    text-decoration: underline;
	color: #008ec5 !important;
}

#content h5 a:hover {
	color: #4a515e !important;
}

#content h6,
#content h6 strong {
	font-family: 'Comfortaa', sans-serif;
	background-color: #828fa5;
    color: #ffffff;
    font-size: 1.9rem;
    font-weight: 500;
	color: #828fa5;
	line-height: 125%;
	text-align: left;
    margin-bottom: 1rem;
    padding: 0 1.5rem;
    border-radius: 1.6rem;
    display: inline-block;
}

#content h6 a {
    color: #ffffff;
    font-weight: 500;
	letter-spacing: 1px;
}

#content h3 a,
#content h4 a,
#content h5 a {
	color: #626c7c;
	font-weight: inherit;
}

#content > #subContent > :first-child {
    margin-top: 0;
    padding-top: 0;
}






/*--------------------------------------------------------------
PRODUCT
--------------------------------------------------------------*/

.product-template-default .woocommerce-info {
	position: relative;
    background-color: #e8da50;
	font-size: 1.7rem;
    color: #4a515e;
    font-weight: 600;
	text-shadow: 0 0 50px #fff566, 0 0 25px #fff566, 0 0 15px #fff566, 0 0 5px #fff566;
    text-align: left;
	line-height: 140%;
    margin: 1rem 0;
    padding: 1.5rem 2.5rem;
	border-top: none;
    border-radius: 8px;
    display: inline-block;
    clear: both;
}

#delivery {
	position: relative;
    background-color: #e9e8f0;
	background-image: url('media/icon_delivery.png');
	background-position: left center;
	background-repeat: no-repeat;
    color: #4a515e;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 130%;
	text-shadow: 0 0 5px #ffffff;
    padding: 1.5rem 4rem 1.5rem 10rem;
    text-align: left;
	margin: 1rem 0;
	border-radius: 8px;
    display: inline-block;
	clear: both;
}

#delivery strong {
    font-size: 1.9rem;
    font-weight: 500;
    line-height: 130%;
}

/* Delivery i Button */
.product-template-default .infoButton {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 22px;
	height: 22px;
    background-color: #ffffff;
    color: #5a5b6d !important;
	font-family: 'Times New Roman', Times, serif;
	font-size: 1.5rem;
	font-style: italic;
	text-indent: -2px;
    line-height: 21px;
    text-align: center;
	transform: translateY(-50%);
	border: 1px solid #ffffff;
	border-radius: 50%;
	text-shadow: none;
	transition: all 0.2s;
	display: block;
}

.product-template-default .infoButton:hover {
    background-color: #5a5b6d;
    color: #ffffff !important;
	border: 1px solid #5a5b6d;
}

#firmness {
	position: relative;
    background-color: #e9e8f0;
	background-image: url('media/icon_firmness.png');
	background-position: left center;
	background-repeat: no-repeat;
    color: #4a515e;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 130%;
	text-shadow: 0 0 5px #ffffff;
    padding: 1.5rem 4rem 1.5rem 10rem;
    text-align: left;
	margin: 1rem 0;
	border-radius: 8px;
    display: inline-block;
	clear: both;
}

#firmness strong {
    font-size: 1.9rem;
    font-weight: 500;
    line-height: 130%;
}

#firmness span {
    color: rgba(90, 91, 109, 0.3);
}

/* Variable Product */
.variable form.variations_form {
	position: relative;
	width: 100% !important;
	font-size: 1.7rem;
	background-color: #ffffff;
    /*border: 2px solid #e9e8f0;*/
	box-shadow: 0 0 30px -10px #e9e8f0;
    border-radius: 8px;
	margin: 1rem 0;
    padding: 0.5vw;
    display: inline-block;
    clear: both;
}

.product-template-default #content table {
	width: 100% !important;
    border: none !important;
    margin: 0 !important;
}

.variable table.variations td,
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
	width: auto;
    min-height: 64px !important;
    line-height: 26px !important;
    border: none !important;
    vertical-align: middle !important;	
}

.variable table.variations td.value {
	width: 100% !important;
}

.variable table.variations select {
	width: 360px !important;
	max-width: 80% !important;
    min-width: unset !important;
    font-size: 1.7rem !important;
	font-weight: 700;
	color: #00b1f5;
    text-align: left !important;
    margin: 0 !important;
    border: 1px solid #e9e8f0;
    transition: all 0.2s;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    display: inline-block;
}

/* Laptops */
@media ( max-width: 1365px ) {
	.variable table.variations select {
		width: 230px !important;
		max-width: 100% !important;
	}
}

/* Small phones */
@media ( max-width: 399px ) {
	.variable table.variations select {
		width: 100% !important;
	}
}

.variable table.variations select * {
	color: #5a5b6d;
}

.reset_variations {
	color: #00b1f5 !important;
	line-height: 42px;
	margin-left: 0.5vw;
	display: none !important;
}

.reset_variations:hover {
	color: #5a5b6d !important;
}

/* Simple Product */
.simple form.cart {
	position: relative;
	width: 100% !important;
	font-size: 1.7rem;
	background-color: #ffffff;
	box-shadow: 0 0 30px -10px #e9e8f0;
    border-radius: 8px;
	margin: 1rem 0;
    padding: 0.5vw;
    display: inline-block;
    clear: both;
}

.simple form.cart {
	position: relative;
	width: 100% !important;
	font-size: 1.7rem;
	background-color: #ffffff;
	box-shadow: 0 0 30px -10px #e9e8f0;
    border-radius: 8px;
	margin: 1rem 0;
    padding: 0.5vw;
    display: inline-block;
    clear: both;
}

.simple table.variations td.value {
	width: 100% !important;
}

/* Price */

table.variations .tdPrice {
	padding-top: 11px !important;
	padding-bottom: 9px !important;
}

.single_variation_wrap {
	position: relative;
	min-height: 26px;
}

.single_variation_wrap #initialPrice {
	position: absolute;
	top: -3px;
	width: 100%;
	font-size: 2.4rem;
    font-weight: 300;
    color: #828fa5;
	white-space: nowrap;
	margin: 0 !important;
	padding: 2px;
	z-index: 100;
}

/* Phones */
@media ( max-width: 450px ) {
	.single_variation_wrap #initialPrice {
		font-size: 2.2rem;
	}
}

.woocommerce-variation.single_variation {
	position: relative;
	min-height: 31px;
}

.woocommerce-variation-price {
	position: relative;	
	min-height: 31px;
}

.woocommerce-variation-price .price {
	position: relative;
	width: 100%;
    background-color: #ffffff;
    font-size: 2.4rem !important;
    font-weight: 300;
    color: #828fa5 !important;
	padding: 2px;
	display: block;
	z-index: 200;
}

/* Price - Simple product */
.single .variations .woocommerce-Price-amount {
    width: 100%;
    font-size: 2.4rem;
    font-weight: 300;
    color: #828fa5;
    /*padding: 2px;*/
    z-index: 100;
}

/* Phones */
@media ( max-width: 450px ) {
	.single .variations .woocommerce-Price-amount {
		font-size: 2.2rem;
	}
}

/* Price - sale */
.woocommerce-variation-price .price ins,
.single_variation_wrap .price ins,
.single .variations ins {
	background-color: transparent !important;
    font-weight: 300 !important;
    padding-right: 2rem;
}

/* Price - Old / Regular */
.woocommerce-variation-price .price del,
.single_variation_wrap .price del,
.single .variations del {
	font-size: 1.9rem;
    font-weight: 300;
	padding-right: 1rem;
	opacity: 0.65;
    display: inline-block;
}

/* Description variation */
.woocommerce-variation-description {
	position: relative;
}

/* Availability */
.woocommerce-variation-availability {
	position: relative;
	font-weight: 600;
    color: #828fa5;
}

.woocommerce-variation.single_variation > p {
	position: relative;
	width: 100%;
    background-color: #ffffff;
    font-size: 1.9rem !important;
	font-weight: 600;
    color: #828fa5 !important;
	padding: 2px;
	display: block;
	z-index: 200;
}

/* Stock */
.woocommerce-variation-availability p {
	margin: 0;
}

.woocommerce-variation-availability p.out-of-stock {
	color: #ff0000;
}

/* Custom field - cores, etc */
#woocommerce_product_custom_field {
	height: 42px;
    font-weight: 500;
    line-height: 42px;
	text-align: left;
    padding: 0 14px;
    border-radius: 21px;
	margin: 0;
    border: 1px solid #e9e8f0;
}

/* Quantity */
.variable .qty,
.simple .qty {
	width: 100px !important;
	height: 42px;
    font-weight: 500;
    line-height: 42px;
    padding: 0 14px;
    border-radius: 21px;
	margin: 0;
    border: 1px solid #e9e8f0;
}

/* Add to cart */
.variable button.single_add_to_cart_button,
.simple .single_add_to_cart_button {
	background-color: #5dc4ff !important;
	line-height: 22px !important;
	letter-spacing: 0.5px !important;
    border-radius: 20px !important;
	transition: all 0.2s !important;
}

.variable button.single_add_to_cart_button:hover,
.simple .single_add_to_cart_button:hover {
	background-color: #828fa5 !important;
}

.variable button.single_add_to_cart_button::after,
.simple .single_add_to_cart_button::after {
    font-family: 'WooCommerce';
    color: #ffffff !important;
    font-weight: 400;
    vertical-align: bottom;
    -webkit-font-smoothing: antialiased;
    margin-left: 0.618em;
    content: "\e01d";
    text-decoration: none;
}

/* Vat */
.variable .vat {
	min-height: 22px;
    background-image: url('media/icon_info.png?1');
    background-position: left center;
    background-repeat: no-repeat;
	font-size: 1.7rem;
	line-height: 130%;
	padding-left: 35px;	
}

/* Marcas */
.marcas {
	font-size: 1.7rem;
}

.marcas a {
	position: relative;
	min-height: 38px;
	background-color: #ffffff;
	color: #5a5b6d !important;
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 24px;
	text-align: center;
	vertical-align: middle;
	margin: 5px 4px;
    padding: 8px 15px 6px 15px;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
	border: none !important;
	border-radius: 19px;
    transition: all 0.2s;
	display: inline-block;
}

.marcas a:hover {
	background-color: #828fa5;
	color: #ffffff !important;
	box-shadow: none;
}







/*--------------------------------------------------------------
MORE / LESS
--------------------------------------------------------------*/

#subSubContent {
	position: relative;
	transition: height 0.2s;
	overflow: hidden;
}

#moreLess {
	display: none;
}

.product-template-default #moreLess {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	background-image: url('media/more_less.png?1234');
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	z-index: 1200;
}








/*--------------------------------------------------------------
BRAND page
--------------------------------------------------------------*/
.tax-product_tag main {
	display: flex;
	flex-direction: column;
    flex-wrap: nowrap;
}

.tax-product_tag #pageTitle {
	order: 1;
}

.tax-product_tag #pages {
	padding-bottom: 2rem;
	order: 2;
}

.tax-product_tag #mainContainer {
	border-top: 2px solid #e9e8f0;
	order: 3;
}

.tax-product_tag .footnote {
	order: 4;
}

.tax-product_tag #share {
	order: 5;
}

.tax-product_tag #reviews {
	order: 6;
}

.tax-product_tag #bottomContainer {
	order: 7;
}

.tax-product_tag footer {
	order: 8;
}

.tax-product_tag #footerTwo {
	order: 9;
}






/*--------------------------------------------------------------
CART PAGE
--------------------------------------------------------------*/
.woocommerce-cart .woocommerce-message,
.woocommerce-cart .woocommerce-info,
.woocommerce-cart .cart-empty,
.woocommerce-checkout .woocommerce-message,
.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .cart-empty {
	position: relative;
	font-weight: 700;
    background-color: #e9e8f0;
    color: #5a5b6d;
	padding: 1.5rem 1.5rem 1.5rem 7rem;
	margin-bottom: 1.5rem;
    border-radius: 8px;
	text-shadow: 0px 0px 10px #ffffff;
	border: none;
    display: flex;
	justify-content: space-between;
    align-items: center;
}

/* Mobile - tablets */
@media ( max-width: 699px ) {
	.woocommerce-cart .woocommerce-message,
	.woocommerce-cart .woocommerce-info,
	.woocommerce-cart .cart-empty,
	.woocommerce-checkout .woocommerce-message,
	.woocommerce-checkout .woocommerce-info,
	.woocommerce-checkout .cart-empty {
		display: block;
	}
}

.woocommerce-cart .woocommerce-message::before,
.woocommerce-cart .woocommerce-info::before,
.woocommerce-cart .cart-empty::before,
.woocommerce-checkout .woocommerce-message::before,
.woocommerce-checkout .woocommerce-info::before,
.woocommerce-checkout .cart-empty::before {
    top: auto;
    left: 2rem;
    color: #00b1f5;
    font-size: 3rem;
	content: "\e01d" !important;
}

.woocommerce-cart .woocommerce-message a.button,
.woocommerce-cart .return-to-shop a.button,
.woocommerce-cart a.restore-item,
.woocommerce-checkout .woocommerce-message a.button,
.woocommerce-checkout .return-to-shop a.button,
.woocommerce-checkout a.restore-item {
    min-height: 38px;
    background-color: #828fa5;
    color: #ffffff !important;
    font-size: 1.7rem;
    line-height: 24px;
    text-align: center;
    margin-left: 1.5rem;
    padding: 8px 15px 6px 15px;
    border-radius: 19px;
    transition: all 0.2s;
	white-space: nowrap;
	text-shadow: none;
    display: inline-block;
	order: 3;
}

/* Mobile - tablets */
@media ( max-width: 699px ) {
	.woocommerce-cart .woocommerce-message a.button,
	.woocommerce-cart .return-to-shop a.button,
	.woocommerce-checkout .woocommerce-message a.button,
	.woocommerce-checkout .return-to-shop a.button {
		display: none;
	}
}

/* Mobile - tablets */
@media ( max-width: 699px ) {
	.woocommerce-cart a.restore-item,
	.woocommerce-checkout a.restore-item {
		width: max-content;
		margin-left: 0;
		display: block;
	}
}

/* Hide  */
.woocommerce-cart a.restore-item {
    display: none;
}

.woocommerce-cart .woocommerce-message a.button:hover,
.woocommerce-checkout .woocommerce-message a.button:hover {
    background-color: #ffffff;
    color: #5a5b6d !important;
}

.woocommerce-cart .return-to-shop a.button,
.woocommerce-checkout .return-to-shop a.button {
    background-color: #5dc4ff;
    margin: 2rem 0 0 0;
}

.woocommerce-cart .return-to-shop a.button:hover,
.woocommerce-checkout .return-to-shop a.button:hover {
    background-color: #828fa5;
    color: #ffffff !important;
}

/* Remove product */
.woocommerce-cart .woocommerce a.remove,
.woocommerce-checkout .woocommerce a.remove {
    background-color: #e9e8f0;
	color: #5a5b6d !important;
	font-size: 2.6rem !important;
	text-shadow: 0px 0px 10px #ffffff;
    border: 1px solid #e9e8f0;
}

.woocommerce-cart .woocommerce a.remove:hover,
.woocommerce-checkout .woocommerce a.remove:hover {
    background-color: #828fa5;
	color: #ffffff !important;
	text-shadow: none;
    border: 1px solid #828fa5;
}

/* Table */
.woocommerce-cart #content table.cart thead th,
.woocommerce-checkout #content table.cart thead th {
	font-size: 1.7rem;
}

.woocommerce-cart table.shop_table td,
.woocommerce-checkout table.shop_table td {
	border-top: 1px solid #e9e8f0 !important;
}

.woocommerce-cart #content table.cart td,
.woocommerce-checkout #content table.cart td {
	vertical-align: middle;
	border-right: none;
	border-bottom: none;
}

.woocommerce-cart #content table.cart tr td:first-of-type,
.woocommerce-checkout #content table.cart tr td:first-of-type {
    padding-left: 10px;
}

.woocommerce-cart #content table.cart tr td.product-name,
.woocommerce-checkout #content table.cart tr td.product-name {
    font-size: 1.8rem;
}

.woocommerce-cart #content table.cart tr td.product-name a,
.woocommerce-checkout #content table.cart tr td.product-name a {
    font-size: 1.8rem;
	color: #00b1f5;
}

/* Mobile */
@media ( max-width: 768px ) {
	.woocommerce-cart #content table.cart tr td.product-name a,
	.woocommerce-checkout #content table.cart tr td.product-name a {
		padding-left: 15px;
	}
}

.woocommerce-cart #content table.cart tr td.product-name a:hover,
.woocommerce-checkout #content table.cart tr td.product-name a:hover {
	color: #5a5b6d !important;
}

.woocommerce-cart #content table.cart dl.variation,
.woocommerce-checkout #content table.cart dl.variation {
	margin: 0;
}

/* Thumbnail */
.woocommerce-cart #content table.cart td.product-thumbnail,
.woocommerce-checkout #content table.cart td.product-thumbnail {
	padding: 0;
}

/* Tablets */
@media ( max-width: 1023px ) {
	.woocommerce-cart #content table.cart td.product-thumbnail,
	.woocommerce-checkout #content table.cart td.product-thumbnail,
	.woocommerce-checkout #content table.cart th.product-thumbnail {
		display: none;
	}
}

.woocommerce-cart table.cart td.product-thumbnail img,
.woocommerce-checkout table.cart td.product-thumbnail img {
	width: 100px !important;
}

.woocommerce-cart #content table.cart .product-price,
.woocommerce-cart #content table.cart .product-subtotal,
.woocommerce-checkout #content table.cart .product-price,
.woocommerce-checkout #content table.cart .product-subtotal {
	text-align: right;
	white-space: nowrap;
}

.woocommerce-cart #content table.cart .product-quantity,
.woocommerce-checkout #content table.cart .product-quantity {
	text-align: center;
}

.woocommerce-cart #content table.cart .product-quantity input.qty,
.woocommerce-checkout #content table.cart .product-quantity input.qty {
    width: 80px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
    border: 2px solid #e9e8f0;
	padding: 0 0 0 10px;
}

/* Update cart */
.woocommerce-cart table.cart td.actions .button,
.woocommerce-checkout table.cart td.actions .button {
	min-height: 38px;
	background-color: #00b1f5;
	color: #ffffff;
	font-size: 1.7rem;
	letter-spacing: 0.5px;
	line-height: 24px;
	text-align: center;
	vertical-align: middle;
    padding: 8px 15px 6px 15px;
	border-radius: 19px;
    transition: all 0.2s;
	display: inline-block;
}

/* Disabled */
.woocommerce-cart table.cart td.actions .button:disabled,
.woocommerce-checkout table.cart td.actions .button:disabled {
	background-color: #e9e8f0;
	color: #5a5b6d;
}

.woocommerce-cart table.cart td.actions .button:hover,
.woocommerce-checkout table.cart td.actions .button:hover {
	background-color: #828fa5;
	color: #ffffff;
}

/* Coupons */
.woocommerce-checkout-review-order-table .cart-discount td {
	border-bottom: none !important;
}

.woocommerce-cart table.cart td.actions .coupon .button,
.woocommerce-checkout table.cart td.actions .coupon .button {
	background-color: #e9e8f0;
	color: #5a5b6d;
}

.woocommerce-cart table.cart td.actions .coupon .button:hover,
.woocommerce-checkout table.cart td.actions .coupon .button:hover {
	background-color: #828fa5;
	color: #ffffff;
}

.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    width: 180px !important;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
    border: 2px solid #e9e8f0 !important;
}

.woocommerce-remove-coupon {
	color: #00b1f5 !important;
}

.woocommerce-remove-coupon:hover {
	color: #5a5b6d !important;
}

.cart-discount td:last-of-type {
	text-align: right;
}

/* Subtotals */
.woocommerce-page .cart-collaterals .cart_totals {
	width: auto !important;
	float: none !important;
}

.woocommerce-page .cart-collaterals .cart_totals table.shop_table td {
	border-bottom: none !important;
	border-right: none !important;
}

.woocommerce-page .cart-collaterals .cart_totals h3 {
	padding: 0 !important;
}

.woocommerce-cart table.shop_table tr.cart-subtotal td,
.woocommerce-checkout table.shop_table tr.cart-subtotal td {
	border-top: none !important;
}

.woocommerce-cart table.shop_table .woocommerce-shipping-destination,
.woocommerce-checkout table.shop_table .woocommerce-shipping-destination {
	text-align: left;
}

/* Mobile - tablets */
@media ( max-width: 768px ) {
	.woocommerce-cart table.shop_table_responsive tr td::before,
	.woocommerce-checkout table.shop_table_responsive tr td::before {
		float: left !important;
	}
}

/* Mobile - tablets */
@media ( max-width: 768px ) {
	.woocommerce-cart table.shop_table_responsive tr.woocommerce-shipping-totals td::before,
	.woocommerce-checkout table.shop_table_responsive tr.woocommerce-shipping-totals td::before {
		text-align: left;
		padding-bottom: 10px;
		float: none !important;
		display: block;
	}
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
	background-color: transparent !important;
}

/* Submit cart button */
.woocommerce-page .wc-proceed-to-checkout {
	padding: 5px 0 20px 0 !important;
}

.woocommerce-page .wc-proceed-to-checkout a.checkout-button {
	background-color: #828fa5 !important;
	color: #ffffff !important;
	font-size: 2rem !important;
	line-height: 38px !important;
	letter-spacing: 0.5px;
	border-bottom: 1px solid #5a5b6d;
	border-right: 1px solid #5a5b6d;
	border-radius: 8px !important;	
    padding: 10px 20px 5px 20px !important;
	display: inline-block !important;
    transition: all 0.2s;
}

.woocommerce-page .wc-proceed-to-checkout a.checkout-button:hover {
	/*background-color: #5a5b6d !important;*/
	background-color: #5dc4ff !important;
	border-top: 1px solid #e9e8f0;
	border-left: 1px solid #e9e8f0;
	border-bottom: none;
	border-right: none;
}

.woocommerce-page .wc-proceed-to-checkout a.checkout-button::after {
	font-family: 'WooCommerce';
	color: #ffffff !important;
    font-weight: 400;
	vertical-align: bottom;
    -webkit-font-smoothing: antialiased;
    margin-left: 0.618em;
    content: "\e008";
    text-decoration: none;
}

/* Shipping */
#calc_shipping_city,
#calc_shipping_postcode {
    width: auto !important;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
    border: 2px solid #e9e8f0 !important;
}

.select2-calc_shipping_country-container {
	margin: 0 !important;
}

.select2-container--default,
.select2-selection--single {
	border: none !important;
}

.select2-container .select2-selection--single {
    height: 42px !important;
	margin: 0 0 4px 0 !important;
}

#select2-calc_shipping_country-container {
	width: auto !important;
	height: 42px;
    background-color: #ffffff;
    background-image: url('media/icon_select.png');
    background-position: right bottom;
    background-repeat: no-repeat;
    font-family: inherit;
    font-size: 1.9rem;
    font-weight: 500;
    color: #4a515e !important;
    line-height: 42px !important;
    text-align: center;
    vertical-align: top;
    padding: 0 34px 0 14px;
    border-radius: 21px;
    margin: 5px 0 0 0;
    border: 2px solid #e9e8f0;
    transition: all 0.2s;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    display: inline-block;
}

.woocommerce-shipping-calculator .shipping-calculator-form .select2-selection__arrow {
	display: none !important;
}

.woocommerce-shipping-calculator .shipping-calculator-form .button {
    background-color: #e9e8f0;
    color: #5a5b6d;
    font-size: 1.7rem;
	line-height: 38px;
    letter-spacing: 0.5px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    padding: 8px 15px 6px 15px;
    border-radius: 19px;
    transition: all 0.2s;
    display: inline-block;
}

.woocommerce-shipping-calculator .shipping-calculator-form .button:hover {
    background-color: #828fa5;
    color: #ffffff;
}










/*--------------------------------------------------------------
CHECKOUT PAGE
--------------------------------------------------------------*/

.woocommerce-checkout .woocommerce-message {
	background-color: #e9e8f0;
	border: none;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle {
	display: none;
}

.woocommerce table.shop_table {
	margin-top: 0 !important;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
	width: 50% !important;
	padding-right: 2rem;
    display: block;
}

/* Small laptops */
@media ( max-width: 1279px ) {
	.woocommerce .col2-set,
	.woocommerce-page .col2-set {
		width: 100% !important;
		padding-right: 0;
	}
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
	width: 100% !important;
	float: none !important;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
	width: 100% !important;
	float: none !important;
	display: block;
}

/* Form */
.woocommerce-checkout form.checkout {
	display: flex;
    align-items: flex-start;
    justify-content: flex-start;
	flex-wrap: wrap;
	padding-bottom: 5rem;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
	position: relative;
	width: 100%;
    border-radius: 8px;
    border: 2px solid #e9e8f0;
    display: inline-block;
    margin: 1rem 0;
    padding: 1rem 1rem 1rem 1rem;
}

.col-2 .woocommerce-shipping-fields {
	display: none;
}

.woocommerce-additional-fields__field-wrapper textarea.input-text {
	background-color: #ffffff !important;
}

/* Small laptops */
@media ( max-width: 1279px ) {
	.woocommerce-additional-fields__field-wrapper textarea.input-text {
		background-color: #e9e8f0 !important;
	}
}

/* Labels */
.woocommerce form .form-row label {
	min-height: auto;
	line-height: normal !important;
	text-align: left;
	padding: 9px 10px;
}

/* Portugal */
.woocommerce form #billing_country_field strong, 
.woocommerce form #shipping_country_field strong {
	height: 50px;
    background-color: #ffffff;
    line-height: 46px;
    padding: 0 20px;
	border: 1px solid #e9e8f0;
    border-radius: 25px;
    display: inline-block;
}

/* Inputs */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	height: 42px;
	background-color: #e9e8f0;
    line-height: 42px !important;
	text-align: left;
    border-radius: 21px;
}

/* Shipping */
#billing_state_field .select2,
#shipping_state_field .select2 {
	height: 42px;
    background-color: #e9e8f0;
    background-image: url('media/icon_select.png');
    background-position: right bottom;
    background-repeat: no-repeat;
    font-family: inherit;
    font-size: 1.7rem;
    font-weight: 400;
    color: #4a515e !important;
    line-height: 42px !important;
    text-align: left;
    vertical-align: top;
    padding: 0 14px;
    border-radius: 21px;
    margin: 5px 0 0 0;
    border: 2px solid #e9e8f0;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    display: inline-block;
}

#billing_state_field .select2-selection__arrow,
#shipping_state_field .select2-selection__arrow {
	display: none !important;
}
#billing_state_field .select2-selection__placeholder,
#billing_state_field .select2-container .select2-selection--single .select2-selection__rendered,
#billing_state_field .select2-container .select2-selection--single,
#shipping_state_field .select2-selection__placeholder,
#shipping_state_field .select2-container .select2-selection--single .select2-selection__rendered,
#shipping_state_field .select2-container .select2-selection--single {
    line-height: 42px !important;
	background-color: transparent;
}

/* Order Review */
#order_review_heading {
	position: relative;
    margin: 0;
    display: none !important;
}

#order_review {
	width: 50%;
}

/* Small laptops */
@media ( max-width: 1279px ) {
	#order_review {
		width: 100%;
		padding-top: 2rem;
	}
}

#order_review .woocommerce-checkout-review-order-table {
	width: 100% !important;
	margin: 1rem 0 !important;
}

.woocommerce-checkout-review-order-table thead {
	display: none;
}

.woocommerce-checkout-review-order-table tbody {
	display: none;
}

.woocommerce-checkout-review-order-table .product-total,
.woocommerce-checkout-review-order-table .cart-subtotal {
	text-align: right;
	border-bottom: none !important;
	white-space: nowrap;
}

.woocommerce-checkout-review-order-table .cart-subtotal th {
	text-align: left;
	border: none !important;
}

.woocommerce-checkout-review-order-table .cart-subtotal td {
	width: 100% !important;
	border-bottom: none !important;
}

.woocommerce-checkout-review-order-table th {
	font-weight: 400 !important;
}

.woocommerce-checkout-review-order-table td.product-name {
	font-weight: 700;
	padding-left: 1vw !important;
	border-right: none !important;
	border-bottom: none !important;
}

/* Mobile - tablets */
@media ( max-width: 768px ) {
	.woocommerce-checkout-review-order-table td.product-name {
		width: 100% !important;
		display: table-cell !important;
	}
}

.woocommerce-checkout-review-order-table td.product-name dl {
	margin: 5px 0 0 0;
}

.woocommerce ul#shipping_method {
	white-space: nowrap;
	display: inline-block;
}

/* Mobile - phones */
@media ( max-width: 499px ) {
	.woocommerce ul#shipping_method {
		white-space: initial;
	}
}

.woocommerce ul#shipping_method li {
	line-height: 3rem !important;
	margin: 0 !important;
}

.woocommerce ul#shipping_method li input {
	vertical-align: text-top !important;
}

.woocommerce ul#shipping_method li label {
	padding-right: 0 !important;
}

.woocommerce ul#shipping_method li label strong {
	color: #5ddb00;
}

.woocommerce-checkout-review-order-table .woocommerce-shipping-totals td {
	text-align: right;
	border-bottom: none !important;
}

.woocommerce-checkout-review-order-table .order-total th {
	font-family: 'Fredoka';
    font-weight: 500 !important;
    letter-spacing: 0.3px;
    font-size: 2.1rem;
}

.woocommerce-checkout-review-order-table .order-total td {
	text-align: right;
	white-space: nowrap;
}

#order_review #payment {
	background-color: #e9e8f0;
	padding-bottom: 20px;
	border-radius: 8px
}

.woocommerce-checkout #payment ul.payment_methods {
	padding-bottom: 0 !important;
	border-bottom: 2px solid #ffffff !important;
}

.woocommerce-checkout #payment ul.payment_methods li {
	padding-bottom: 2rem;
}

.woocommerce-checkout #payment ul.payment_methods li input {
	margin-right: 5px !important;
}

.woocommerce-checkout #payment ul.payment_methods label {
	max-width: 90%;
	min-height: auto;
	font-size: 2rem;
	font-weight: 700;
	text-align: left;
	vertical-align: top;
	padding: 0;
	display: inline-block;
	cursor: pointer;
}

.woocommerce-checkout #payment ul.payment_methods li img {
	height: 29px;
	margin: -2px 0 0 5px !important;
	border-radius: 0px;
	display: inline-block;
}

.woocommerce-checkout #payment div.payment_box {
	background-color: #ffffff !important;
    font-size: 1.7rem !important;
    color: #5a5b6d !important;
	margin: 1em 0 0 0 !important;
	border-radius: 8px !important;
}

.woocommerce-checkout #payment div.payment_box::before {
	border-bottom: 1em solid #ffffff !important;
}

/* Terms and conditions */
.woocommerce-terms-and-conditions-wrapper {
	padding-bottom: 2rem;
}

.woocommerce-terms-and-conditions-wrapper > p.validate-required {
	padding: 0 !important;
}

.woocommerce-terms-and-conditions-wrapper > p.validate-required > label {
	padding-left: 0;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-checkbox-text {
	font-weight: 700;
	padding-top: 1rem;
}

.woocommerce-checkout .woocommerce-terms-and-conditions {
	background-color: #ffffff !important;
	font-size: 1.7rem !important;
	border-radius: 8px !important;
    border-left: 1px solid #5a5b6d !important;
    border-top: 1px solid #5a5b6d !important;
    border-right: none !important;
    border-bottom: none !important;
	margin-bottom: 2rem !important;
	padding: 1rem !important;
}

.woocommerce-checkout #content .woocommerce-terms-and-conditions strong {
	font-size: 1.9rem !important;
}

.woocommerce-checkout #content .woocommerce-terms-and-conditions h3,
.woocommerce-checkout #content .woocommerce-terms-and-conditions h3 strong {
	font-size: 2.4rem !important;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	height: auto !important;
	background-color: #828fa5 !important;
	font-size: 2rem !important;
	line-height: 38px !important;
	letter-spacing: 0.5px;
	border-bottom: 1px solid #5a5b6d;
	border-right: 1px solid #5a5b6d;
	border-radius: 8px !important;	
    padding: 10px 20px 5px 20px !important;
	display: inline-block !important;
    transition: all 0.2s;
	float: none !important;
}

.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
	/*background-color: #5a5b6d !important;*/
	background-color: #5dc4ff !important;
	border-top: 1px solid #e9e8f0;
	border-left: 1px solid #e9e8f0;
	border-bottom: none;
	border-right: none;
}

.woocommerce #payment #place_order::after,
.woocommerce-page #payment #place_order::after {
	font-family: 'WooCommerce';
	color: #ffffff !important;
    font-weight: 400;
	vertical-align: bottom;
    -webkit-font-smoothing: antialiased;
    margin-left: 0.618em;
    content: "\e01d";
    text-decoration: none;
}

.woocommerce-page .woocommerce-NoticeGroup {
	width: 100%;
    flex-shrink: 0;
}

.woocommerce-page .woocommerce-error {
	background-color: #f0e055;
	font-weight: 600;
	text-shadow: 0px 0px 5px #fff58c, 0px 0px 10px #fff58c, 0px 0px 15px #fff58c;
	margin: 0 0 2rem 0 !important;
    border-radius: 8px;
	border: none;
	display: inline-block;
}










/*--------------------------------------------------------------
SUCCESS PAGE
--------------------------------------------------------------*/

/* Message Order Received */
.woocommerce-order-received .woocommerce-thankyou-order-received {
	position: relative;
    font-weight: 700;
    background-color: #e9e8f0;
    color: #5a5b6d;
    text-align: center;
    padding: 1.5rem;
    margin: 1rem auto 1.5rem auto;
    text-shadow: 0px 0px 10px #ffffff;
    border-radius: 8px;
    display: block;
}

.woocommerce-order-received .woocommerce-thankyou-order-received::before {
	position: relative;
    width: 100%;
    font-family: 'WooCommerce';
    font-size: 5rem;
    color: #00b1f5;
    content: "\e015";
    text-align: center;
    padding: 1.5rem;
    display: block;
}

/* Multibanco */
.woocommerce-order-received ul.order_details {
	list-style-image: none !important;
	margin: 4rem 0 2rem 0 !important;
	padding: 0 !important;
}

.woocommerce ul.order_details li {
	font-size: 1.7rem !important;
	text-transform: none !important;
	border-right: 1px dashed #c6c4cf !important;
	padding: 1rem 2rem !important;
	padding-left: 2rem !important;
}

.woocommerce ul.order_details li:last-of-type {
	border-right: none !important;
}

.multibanco_ifthen_for_woocommerce_table .extra_instructions {
	font-size: 1.7rem !important;
}

h2.woocommerce-order-details__title {
	padding-top: 2rem;
}

/* Table order details */
.woocommerce-order-received .order_details,
.woocommerce-order-received #content table {
	border-collapse: collapse !important;
	margin: 1rem 0 0 0 !important;
}

.woocommerce-order-received .order_details th.product-name,
.woocommerce-order-received .order_details th.product-total {
	background-color: #e9e8f0 !important;
}

/* Mobile - tablets */
@media ( max-width: 768px ) {
	.woocommerce-order-received .order_details .product-total {
		display: table-cell !important;
	}
}

.woocommerce-order-received .order_details thead th:last-of-type,
.woocommerce-order-received .order_details tbody td:last-of-type,
.woocommerce-order-received .order_details tfoot td:last-of-type {
	text-align: right;
	border-bottom: none !important;
}

.woocommerce-order-received .order_details tbody td.product-name {
	border-right: none !important;
	border-bottom: none !important;
}

.woocommerce .woocommerce-order-details {
	margin-bottom: 2rem !important;
}

.woocommerce-order-received .woocommerce-customer-details .addresses {
	width: 100% !important;
}

.woocommerce-order-received .woocommerce-customer-details address {
	border: 2px solid #dddbe7 !important;
}








/*--------------------------------------------------------------
FIRMEZA - Calculadora
--------------------------------------------------------------*/

#divFirmeza {
	min-height: 280px;
	color: #5a5b6d;
    line-height: 26px;
    text-align: left;
}

/* Search */
.search #divFirmeza,
.page-template-guide #divFirmeza {
	min-height: 300px;
}

/* Mobile - small phones */
@media ( max-width: 499px ) {
	.search #divFirmeza,
	.page-template-guide #divFirmeza {
		min-height: 400px;
	}
}

#tabFirmeza {
	background-color: #e9e8f0;
	border: none;
}

#tabFirmeza td {
	vertical-align: middle !important;
}

/* Mobile */
@media ( max-width: 1023px ) {
	#tabFirmeza td {
		padding: 5px !important;
	}
}

/* Mobile - phones */
@media ( max-width: 599px ) {
	#tabFirmeza td {
		padding: 5px 0px !important;
	}
}

#tabFirmeza td strong {
    font-family: 'Fredoka';
    font-weight: 500;
    letter-spacing: 0.3px;
    font-size: 2.1rem;
}

/* Mobile */
@media ( max-width: 1023px ) {
	#tabFirmeza td select {
		max-width: 100px;
		padding: 0 30px 0 10px;
	}
}

/* Mobile - tablets */
@media ( max-width: 799px ) {
	#tabFirmeza td select {
		max-width: initial;
	}
}

/* Mobile - phones */
@media ( max-width: 599px ) {
	#tabFirmeza td select {
		background-position: 115% bottom;
		font-size: 1.5rem;
		padding: 0 20px 0 0;
	}
}

/* Mobile - phones */
@media ( max-width: 599px ) {
	#tabFirmeza td select:hover {
		background-position: 115% top;
	}
}

#tabFirmeza td.tdSubmit {
	width: 100%;
}

#outputFirmeza {
	width: auto;
	height: 44px;
	min-height: auto;
	font-size: 1.9rem;
    font-weight: 500;
	line-height: 44px;
	padding: 0 15px;
}

/* Mobile */
@media ( max-width: 1023px ) {
	#outputFirmeza {
		max-width: 100px;
	}
}

/* Mobile - Tablets */
@media ( max-width: 799px ) {
	#outputFirmeza {
		max-width: initial;
	}
}

/* Mobile - phones */
@media ( max-width: 599px ) {
	#outputFirmeza {
		max-width: initial;
		font-size: 1.5rem;
		padding: 0 5px;
	}
}

/* Mobile - small phones */
@media ( max-width: 499px ) {
	#outputFirmeza {
		max-width: 100px;
	}
}

#btFirmeza {
	background-color: #828fa5 !important;
    font-size: 1.7rem;
	font-weight: 500;
    margin: 0 0 10px 0;
	padding: 0 20px;
	display: none;
}

/* Mobile - small phones */
@media ( max-width: 499px ) {
	#btFirmeza {
		font-size: 1.5rem;
		padding: 0 15px;
	}
}

/* Search */
.search #btFirmeza {
    margin: 10px 0;
}

#btFirmeza:hover {
	background-color: #5dc4ff !important;
}

/* Firmness ? Button */
.openCalc {
	width: 22px;
	height: 22px;
    color: #ffffff;
	font-size: 1.5rem;
    line-height: 23px;
    text-align: center;
	vertical-align: text-bottom;
	border: 1px solid #ffffff;
	border-radius: 50%;
	transition: all 0.2s;
	display: inline-block;
}

.openCalc:hover {
    background-color: #ffffff;
    color: #5a5b6d;
}

/* Product pages */
.product-template-default .openCalc {
	position: absolute;
	top: 50%;
	right: 10px;
    background-color: #ffffff;
    color: #5a5b6d !important;
	transform: translateY(-50%);
	text-shadow: none;
	display: block;
}

.product-template-default .openCalc:hover {
    background-color: #5a5b6d;
    color: #ffffff !important;
	border: 1px solid #5a5b6d;
}

#firmnessCalc.dialog {
	background-color: #e9e8f0;
}






/*--------------------------------------------------------------
COPYRIGHT
--------------------------------------------------------------*/

.copyright {
	width: 100%;
	min-height: 22px;
	background-color: #e9e8f0;
    background-image: url('media/icon_warning.png');
    background-position: 1.5vw center;
    background-repeat: no-repeat;
	font-size: 1.7rem;
	font-weight: 500;
	text-align: left;
	line-height: 130%;
	text-shadow: 0px 0px 5px #ffffff;
	border-radius: 0 0 8px 8px;
	padding: 20px 1.5vw 20px calc(1.5vw + 34px);
	margin: -10px auto 0 auto;
}

/* Mobile */
@media ( max-width: 799px ) {
	.copyright {
		padding-top: 30px;
		margin-top: -20px;
	}
}

.copyright a {
	color: #5a5b6d !important;
	font-weight: 700;
	text-decoration: underline;
}

.copyright a:hover {
	text-decoration: none;
}







/*--------------------------------------------------------------
BLOG
--------------------------------------------------------------*/

#blogAuthorDate {
    position: relative;
    height: 40px;
    color: #828fa5;
    font-size: 1.9rem;
    font-weight: 300;
    line-height: 40px;
    vertical-align: middle;
    border-bottom: 1px solid #828fa5;
    margin-bottom: 3rem;
    display: inline-block;
}








/*--------------------------------------------------------------
TABLES
--------------------------------------------------------------*/

#content table {
	position: relative;
	width: auto !important;
	max-width: 100% !important;
	line-height: 26px;
	border-collapse: separate !important;
	border-radius: 8px;
	border: 2px solid #e9e8f0;
	overflow: hidden;
	display: inline-block;
	margin: 20px 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;
	border-right: 2px solid #e9e8f0;
	border-bottom: 2px solid #e9e8f0;
	line-height: 26px;
	vertical-align: top;
	word-wrap: break-word !important;
	padding: 10px;
}

/* Mobile - Phones */
@media (max-width: 599px) {
	#content table:not(.unresponsive) td {
		width: 100% !important;
		border-bottom: 2px solid #ffffff;
    	display: block;
	}
}

#content table tr:last-of-type td {
	border-bottom: none;
}

#content table tr td:first-of-type {
	padding-left: 1vw;
}

#content table tr td:last-of-type {
	padding-right: 1vw;
	border-right: none;
}

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

#content table td img {
	max-width: 100% !important;
	vertical-align: middle;
	display: inline-block;
}

/* MSIE */
.ie #content table td img {
	width: 100% !important;
}

/* Footer */
/*#content table tfoot td {
}*/

#content table a {
	font-size: 1.7rem;
	color: #5a5b6d;
	/*color: #15aaff;*/
}

#content table a:hover {
	color: #00b1f5;
}

#content table a:active {
	color: #5a5b6d;
}

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






/*--------------------------------------------------------------
CHILD PAGES / PRODUCTS
--------------------------------------------------------------*/

#pages {
	position: relative;
	top: 0;
	left: -1.5vw;
	width: 100vw;
	background-color: #ffffff;
    text-align: center;
	padding: 0 1.5vw;
	z-index: 600;
}

/* Small Laptops */
@media ( max-width: 1279px ) {
	#pages {
		left: 0vw;
		padding: 0 1.5vw;
	}
}

/* Contacts */
#pages.contacts {
	padding-top: 10px;
}

/* Products list in product page */
#pages.product {
	padding-bottom: 60px;
}

/* Home */
.home #pages {
	padding: 1vw 1.5vw 0 1.5vw;
}

/* Small Laptops */
@media ( max-width: 1279px ) {
	.home #pages {
		padding: 1vw 3vw 0 3vw;
	}
}

.home #pages h1 {
    font-size: max(3rem, 1.9vw);
    font-weight: 700;
	color: #828fa5;
}

/* Phablets */
@media ( max-width: 599px ) {
	.home #pages h1 {
		font-size: 2.6rem;
	}
}

/* Small phones */
@media ( max-width: 399px ) {
	.home #pages h1 {
		font-size: 2.4rem;
	}
}

.home #pages h2 {
    font-size: 2rem;
    font-weight: 400;
	line-height: 140%;
	margin-bottom: 2rem;
	padding: 0;
}

.home #pages h2 a {
    font-weight: 400;
    color: #5a5b6d;
	border-bottom: 2px solid #5dc4ff;
}

.home #pages h2 a:hover {
    color: #00b1f5;
}

.home #pages h2 a:active {
    color: #5a5b6d;
}

/* Catalog */
.woocommerce-shop #pages {
	padding: 1vw 1.5vw 0 1.5vw;
}

/* Parent / Related */
#pages h3 {
    font-size: max(3rem, 1.9vw);
    font-weight: 300;
    color: #828fa5;
}

#pages h3 a {
    color: #828fa5;
}

#pages h3 a:hover {
    color: #5a5b6d;
	font-weight: 400;
}

#pages .container {
	position: relative;
    width: calc(97vw + 20px);
    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 0 0 -10px;
    clear: both;
}

/* Small Laptops */
@media screen and ( max-width: 1279px ) {
	#pages .container {
		width: 97vw;
		margin: 0;
	}
}

#pages .pageBox {
    position: relative;
	width: 290px;
	height: 300px;
    /*background-color: rgb(234, 234, 238, 1);*/
	background-image: radial-gradient(#ffffff 30%, #e9e8f0);
    font-size: 2rem;
    line-height: 140%;
    text-align: center;
    margin: 10px;
    border-radius: 8px;
    transition: all 0.4s;
    overflow: hidden;
	clear: none !important;
	float: none !important;
    display: block;
}

/* IE */
.ie #pages .pageBox {
	opacity: 1;
}

/* Contacts */
#pages.contacts .pageBox {
	width: calc(33.33% - 22px);
	height: 570px;
    text-align: center;
}

/* Laptops */
@media ( max-width: 1365px ) {
	#pages.contacts .pageBox {
		height: 600px;
	}
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	#pages.contacts .pageBox {
		width: calc(50% - 22px);
	}
}

/* Mobile - phones */
@media screen and ( max-width: 699px ) {
	#pages.contacts .pageBox {
		width: 100%;
	}
}

/* Hover */
#pages .pageBox:hover {
    background-color: #5dc4ff;
}

/* Current page */
#pages .pageBox.current:hover {
	background-color: transparent;
}

#pages .pageBox .linkBox {
	position: relative;
    width: 100%;
	padding-bottom: 300px;
    transition: all 0.2s;
    overflow: hidden;
    display: block;
}

/* Contacts */
#pages.contacts .pageBox .linkBox {
	padding-bottom: 570px;
}

/* Contacts - Laptops */
@media ( max-width: 1365px ) {
	#pages.contacts .pageBox .linkBox {
		padding-bottom: 600px;
	}
}

#pages .pageBox:hover .linkBox {
	background-color: #5dc4ff;
}

/* Current page */
#pages .pageBox.current:hover .linkBox {
	background-color: transparent;
}

#pages .pageBox .title {
	position: absolute;
    top: 0px;
    width: 100%;
    height: 300px;
    background-image: linear-gradient(180deg, transparent 160px, #e9e8f0 230px);
    color: #4a515e;
    text-shadow: 0px 0px 5px #ffffff, 0px 0px 10px #ffffff, 0px 0px 15px #ffffff;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 120%;
    text-align: center;
    padding: 0px 20px 10px 20px;
    transition: background 0.4s;
    display: flex;
    flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-end;
    align-items: center;
	z-index: 300;
}

/* Contacts */
#pages.contacts .pageBox .title {
    top: 0px;
    height: 570px;
    background-image: linear-gradient(180deg, transparent 200px, #e9e8f0 300px);
    font-size: 2.4rem;
	line-height: 90%;
    text-align: center;
    padding: 320px 20px 0 20px;
    display: block;
}

/* Contacts - Laptops */
@media ( max-width: 1365px ) {
	#pages.contacts .pageBox .title {
		height: 600px;
	}
}

/* Promocoes */
.home #pages .pageBox:first-of-type .title,
.woocommerce-shop #pages .pageBox:first-of-type .title {
    background-image: none;
    text-shadow: 0px 0px 5px #fff58c, 0px 0px 10px #fff58c, 0px 0px 15px #fff58c;
}

/* Hover */
#pages .pageBox:hover .title {
    background-image: linear-gradient(180deg, transparent 160px, #45aeeb 230px);
    color: #ffffff;
    font-weight: 400;
	text-shadow: 0 0 1px #4a515e;
}

/* Contacts */
#pages.contacts .pageBox:hover .title {
    background-image: linear-gradient(180deg, transparent 200px, #45aeeb 300px);
}

/* Current page */
#pages .pageBox.current:hover .title {
    background-image: linear-gradient(180deg, transparent 160px, #e9e8f0 230px);
    color: #4a515e;
    font-weight: 700;
    text-shadow: 0px 0px 5px #ffffff, 0px 0px 10px #ffffff, 0px 0px 15px #ffffff;
}

/* Promocoes */
.home #pages .pageBox:first-of-type:hover .title,
.woocommerce-shop #pages .pageBox:first-of-type:hover .title {
    background-image: linear-gradient(180deg, transparent 160px, #45aeeb 230px);
	text-shadow: none;
}

/* Marcas */
#pages.brands .pageBox .title {
    opacity: 0.01 !important;
}

/* LEAD - Prices */
#pages .pageBox .title strong {
    font-size: 1.7rem;
    font-weight: 400;
	letter-spacing: 1px;
    padding-top: 3px;
}

/* LEAD - Blog, etc */
#pages .pageBox .title em {
    font-size: 1.7rem;
    font-weight: 400;
	padding-top: 3px;
    font-style: normal;
}

#pages .pageBox .thumb {
    position: absolute;
    width: 100%;
	mix-blend-mode: darken;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.4s;
    display: block;
	z-index: 100;
	opacity: 1;
}

/* Promocoes */
.home #pages .pageBox:first-of-type .thumb,
.woocommerce-shop #pages .pageBox:first-of-type .thumb {
	mix-blend-mode: normal;
}

/* Hover */
#pages .pageBox:hover .thumb {
	background-color: #5dc4ff;
	/*mix-blend-mode: color;*/
	opacity: 0.5;
}

/* Current page */
#pages .pageBox.current:hover .thumb {
	background-color: transparent;
	opacity: 1;
}

#pages .pageBox .thumb span {
    position: relative;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	mix-blend-mode: normal;
    filter: none;
    transition: all 0.4s ease;
    padding-bottom: 300px;
    overflow: hidden;
    display: block;
}

/* Contacts */
#pages.contacts .pageBox .thumb span {
    padding-bottom: 360px;
}

/* Promocoes */
.home #pages .pageBox:first-of-type .thumb span,
.woocommerce-shop #pages .pageBox:first-of-type .thumb span {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
	/*mix-blend-mode: normal;*/
    /*filter: none;*/
}

/* Hover */
#pages .pageBox:hover .thumb span {
	mix-blend-mode: multiply;
    transform: scale(1.15);
    filter: grayscale(0) saturate(0);
}

/* Current page */
#pages .pageBox.current:hover .thumb span {
	mix-blend-mode: normal;
    transform: none;
    filter: none;
}

/* Lupa */
#pages .pageBox .linkBox::before {
    position: absolute;
    width: 100%;
	height: 90%;
	background-image: url('media/lupa.png');
	background-position: center center;
	background-size: 115px 117px;
	background-repeat: no-repeat;
    transition: all 0.4s;
    display: block;
    opacity: 0;
	content: ' ';
	z-index: 400;
}

/* Contacts */
#pages.contacts .pageBox .linkBox::before {
	height: 100%;
	background-position: center 20%;
}

/* Current page */
#pages .pageBox.current .linkBox::before {
	background-image: url('media/check.png');
	background-size: 140px 117px;
}

/* Marcas */
#pages.brands .pageBox .linkBox::before {
	height: 100% !important;
}

#pages .pageBox:hover .linkBox::before,
#pages .pageBox.current .linkBox::before {
    opacity: 1;
}

/* Promotion */
.pageBox .ribbon {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    z-index: 1300;
    transform: translateZ(0);
}

.pageBox .ribbon > span {
    position: absolute;
    top: 29%;
    right: -41%;
    width: 180px;
    height: 40px;
    background-color: #e8da50;
	font-size: 1.8rem;
    color: #4a515e;
	font-weight: 600;
	text-transform: lowercase;
	text-shadow: 0 0 5px #f7ff00, 0 0 10px #f7ff00;
    line-height: 40px;
    letter-spacing: 0px;
    text-align: center;
    transform: rotate(45deg);
    transform-origin: center;
    z-index: 100;
}







/*--------------------------------------------------------------
SIBLINGS
--------------------------------------------------------------*/

#pages.siblings {
	margin-bottom: 70px;
}







/*--------------------------------------------------------------
PRODUCT CATEGORY / TAG
--------------------------------------------------------------*/

#pages.products .pageBox {
	height: 335px;
	order: 100;
}

#pages.products .pageBox .linkBox {
	padding-bottom: 115%;
}

/* Title + Price */
#pages.products .pageBox .title {
	height: 100%;
	min-height: 140px;
    background-image: linear-gradient(180deg, transparent 160px, #e9e8f0 240px);
	/*font-family: 'Fredoka', sans-serif;*/
    font-size: 1.9rem;
    font-weight: 700;
	line-height: 120%;
	letter-spacing: -0.3px;
    padding-bottom: 15px;
}

/* Hover / Current */
#pages.products .pageBox:hover .title {
    background-image: linear-gradient(180deg, transparent 160px, #45aeeb 240px);
}

/* Current page */
#pages.products .pageBox.current:hover .title {
    background-image: linear-gradient(180deg, transparent 160px, #e9e8f0 240px);
    font-weight: 400;
}

/* Sale price */
#pages.products .pageBox .title em,
#pages .pageBox.product .title em {
	font-style: normal;
	text-decoration: line-through;
}

/* Promotions - put products in front */
.pageBox.promo {
    order: 0 !important;
}

/* Promotions - Siblings list - don't put products in front */
.promotions .pageBox.promo {
    order: 100 !important;
}







/*--------------------------------------------------------------
TOOLS
--------------------------------------------------------------*/

#tools {
	position: relative;
    width: 97vw;
    text-align: left;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
	justify-content: space-between;
    align-items: center;
    padding: 2rem 0;
    clear: both;
}

/* Small Laptops */
@media ( max-width: 1279px ) {
	#tools {
		text-align: center;
		display: block;
	}
}

/* Brands */
.tax-product_tag #tools {
    padding: 1.5rem 0 1rem 0;
}

/* Small Laptops */
@media ( max-width: 1279px ) {
	.tax-product_tag #tools {
		padding: 1rem 0;
	}
}

.product #tools,
.search #tools,
.page-template-guide #tools {
    text-align: center;
	justify-content: center;
}

/* Small Laptops */
@media ( max-width: 1279px ) {
	.product #tools,
	.search #tools,
	.page-template-guide #tools {
		margin: 0 auto;
	}
}

/* Parent / Related */
#tools h3 {
    font-size: max(2.4rem, 1.5vw);
}

/* Search */
#tools.search,
#tools.guide {
    display: block;
}

#tools.search h3,
#tools.guide h3 {
    font-size: max(2.6rem, 1.7vw);
}

#tools.search span,
#tools.guide span {
    font-size: 1.7rem;
	color: #5a5b6d;
	font-weight: 300;
}

#tools.search span a,
#tools.guide span a {
	font-weight: 400;
}

#tools form {
	white-space: nowrap;
}

#tools select {
	background-color: #e9e8f0;
	font-size: 1.7rem;
    color: #5a5b6d;
	margin: 0;
}

#tools label {
	min-height: 42px;
	font-size: 1.7rem;
	line-height: 20px;
    padding: 12px 5px 10px 0;
    vertical-align: middle;
    display: inline-block;
}







/*--------------------------------------------------------------
LEFT COLUMN
--------------------------------------------------------------*/

#left {
	position: relative;
	max-width: 450px;
	flex-basis: 40%;
    flex-shrink: 0;
	margin: 0 1.5vw 3rem 0;
    z-index: 600;
}

/* Small Laptops */
@media ( max-width: 1279px ) {
	#left {
		max-width: 300px;
	}
}

/* ~Tablets */
@media ( max-width: 1150px ) {
	#left {
		width: 100%;
		max-width: unset;
		margin: 0 0 3rem 0;
	}
}

/* ~Tablets - hide is no  Gallery */
@media ( max-width: 1150px ) {
	#mainContainer > article:not(.hasGallery) #left {
		display: none;
	}
}







/*--------------------------------------------------------------
RIGHT COLUMN
--------------------------------------------------------------*/

#right {
	position: relative;
	width: max(300px, 20%);
    flex-shrink: 0;
	font-size: 1.7rem;
	padding-bottom: 15px;
    z-index: 600;
}

/* Small Laptops */
@media ( max-width: 1279px ) {
	#right {
		margin-left: 1.5vw;
	}
}

/* Mobile */
@media ( max-width: 799px ) {
	#right {
		display: none;
	}
}

#right .title {
	position: relative;
	width: 100%;
	min-height: 50px;
	background-color: #e9e8f0;
	font-family: 'Fredoka', sans-serif;
	color: #5a5b6d;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 24px;
	padding: 16px 2rem 1rem 2rem;
	text-align: center;
    transition: background-color 0.2s, color 0.2s;
	display: block;
}

/* title hover */
#right a.title:hover {
	background-color: #828fa5;
	color: #ffffff !important;
}







/*--------------------------------------------------------------
SHOPPING CART widget
--------------------------------------------------------------*/

#right #cart {
	width: 100%;
	background-color: #e9e8f0;
	background-image: radial-gradient(ellipse, #c9c9d7 0%, transparent 50%);
    background-size: 120% 90px;
    background-position: 50% -10px;
    background-repeat: no-repeat;
	text-align: left;
	padding: 0 2rem 2rem 2rem;
	margin-bottom: 2rem;
	border-radius: 8px;
	overflow: hidden;
	display: block;
}

#right #cart .title {
	width: calc(100% + 4rem);
	margin: 0 0 1.5rem -2rem;
}

#right #cart.full {
    background-position: 50% 18px;
	text-align: center;
}

#right #cart.full .title {
	background-image: url('media/icon_cart.png');
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
	padding: 16px 8rem 1rem 2rem;
}

#right #cart.full .title {
	text-align: left;
}

#right #cart .title > span {
	font-family: 'Comfortaa', sans-serif;
	color: #5a5b6d;
	font-size: 1.7rem;
	font-weight: 500 !important;
	line-height: 120% !important;
	text-align: left;
}

#right #cart table {
	width: 100%;
	margin-bottom: 1.5rem;
}

#right #cart table td {
	border-bottom: 1px solid #ffffff;
}

#right #cart table td {
	line-height: normal;
	text-align: left;
	padding: 5px 5px 5px 0;
	border-bottom: 1px solid #ffffff;
}

#right #cart table td a {
	color: #00b1f5;
	font-weight: 600;
}

#right #cart table td a:hover {
	color: #5a5b6d;
}

#right #cart table td:last-of-type {
	text-align: right;
	padding: 5px 0 5px 5px;
	white-space: nowrap;
}

#right #cart table tr:last-of-type td {
	border-bottom: none;
}

#right #cart table tr:last-of-type td:first-of-type span {
	font-size: 1.5rem;
}

/* Button - cart with products */
#right #cart a.button.dark {
	border-radius: 19px !important;
}

/* Button - empty cart */
#right #cart a.button.grey {
	background-color: #e9e8f0 !important;
    background-image: linear-gradient( 90deg, #e9e8f0 0%, #e9e8f0 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;
}

#right #cart a.button.grey:hover {
    background-position: center center, calc(100% + 47px) center;
	color: #5a5b6d !important;
	box-shadow: 0 0 20px rgba(130, 143, 165, .5);
}








/*--------------------------------------------------------------
SIBLING PAGES
--------------------------------------------------------------*/

#right #shop {
	width: 100%;
	background-color: #e9e8f0;
	background-image: radial-gradient(ellipse, #c9c9d7 0%, transparent 50%);
    background-size: 120% 90px;
    background-position: 50% -10px;
    background-repeat: no-repeat;
	margin-bottom: 2rem;
	border-radius: 8px;
	overflow: hidden;
	display: block;
}

#right #shop a {
	color: #5a5b6d;
}

#right #shop .pageBox {
	position: relative;
	line-height: 28px;
	border-bottom: 1px solid #ffffff;
    transition: background-color 0.2s, color 0.2s;
	padding: 12px 8px 10px 8px;
    display: block;
}

#right #shop .pageBox:hover {
	background-color: #828fa5;
	color: #ffffff;
}

/* active */
#right #shop span.pageBox,
#right #shop span.pageBox:hover {
	background-color: #ffffff;
	color: #4a515e;
	font-weight: 400;
	border-left: 1px solid #e9e8f0;
	border-right: 1px solid #e9e8f0;
}

/* active - last */
#right #shop span.pageBox:last-of-type,
#right #shop span.pageBox:last-of-type:hover {
	border-bottom: 1px solid #e9e8f0;
}







/*--------------------------------------------------------------
PROMOCOES widget
--------------------------------------------------------------*/

#right #promo {
	position: relative;
	width: 100%;
	height: 200px;
	background-color: #f0e055;
	margin-bottom: 2rem;
	border-radius: 8px;
	overflow: hidden;
	display: block;
}

#right #promo:hover {
    background-color: #5dc4ff;
}

#right #promo .thumb {
	position: absolute;
	width: 100%;
	mix-blend-mode: normal;
	border-radius: 8px;
	overflow: hidden;
	transition: all 0.4s;
	display: block;
	z-index: 100;
	opacity: 1;
}

#right #promo:hover .thumb {
    background-color: #5dc4ff;
	mix-blend-mode: normal;
    opacity: 0.5;
}

#right #promo .thumb span {
    position: relative;
    width: 100%;
	background-image: radial-gradient(ellipse, rgba(205, 191, 73, 1) 0%, transparent 50%), url('../../uploads/widget_promotions.jpg');
	background-size: 120% 90px, 100% auto;
    background-position: 50% -10px, center calc(100% - 100px);
    background-repeat: no-repeat, no-repeat;
	mix-blend-mode: normal;
    filter: none;
    transition: all 0.4s ease;
    padding-bottom: 300px;
    overflow: hidden;
    display: block;
}

#right #promo:hover .thumb span {
    mix-blend-mode: multiply;
    transform: scale(1.15);
    filter: grayscale(0) saturate(0);
}

#right #promo .title {
    background-color: #f0e055;
	text-shadow: 0px 0px 5px #fff58c, 0px 0px 10px #fff58c, 0px 0px 15px #fff58c;
	z-index: 200;
}

#right #promo:hover .title {
    background-color: transparent;
	color: #ffffff;
	font-weight: 400;
    text-shadow: none;
}







/*--------------------------------------------------------------
FACEBOOK widget
--------------------------------------------------------------*/

#right #facebook {
	width: 100%;
	height: 130px;
	background-color: #6f767e;
	margin-bottom: 2rem;
	border-radius: 8px;
	overflow: hidden;
	display: block;
}







/*--------------------------------------------------------------
SHOPPING GUIDE widget
--------------------------------------------------------------*/

#left #guide,
#right #guide {
	width: 100%;
	min-height: 190px;
	background-color: #7aceff;
	background-image: url('../../uploads/guia_compras_home.png'), radial-gradient(ellipse, rgba(41, 86, 118, 0.7) 0%, transparent 50%);
    background-size: auto, 120% 60%;
    background-position: right calc(100% + 25px), 50% -36px;
    background-repeat: no-repeat, no-repeat;
	color: #ffffff;
	font-weight: 500;
	text-align: left;
	margin-bottom: 2rem;
	padding-left: 15px;
	border-radius: 8px;
    transition: all 0.2s;
	overflow: hidden;
	display: block;
}

/* Mobile */
@media ( max-width: 1150px ) {
	#left #guide {
		display: none;
	}
}

/* Mobile iOS Android */
.mobile #left #guide {
	display: none;
}

/* Tablets bigger */
@media ( min-width: 1151px ) {
	.mobile #left #guide {
		display: block;
	}
}

#left #guide:hover,
#right #guide:hover {
    background-color: #5dc4ff;
	background-image: url('../../uploads/guia_compras_home.png'), none;
    background-size: 220px 171px, 120% 60%;
    background-position: right calc(100% + 25px), 50% -45px;
    background-blend-mode: darken;
}

#left #guide .title,
#right #guide .title {
	position: relative;
	left: -7.5px;
	width: 100%;
    background-color: #7aceff;
	text-shadow: 0px 0px 5px #86d2fb, 0px 0px 10px #86d2fb, 0px 0px 15px #86d2fb;
	font-family: 'Fredoka', sans-serif;
    color: #5a5b6d;
    font-size: 2.2rem;
    font-weight: 500;
	letter-spacing: 0.5px;
    line-height: 24px;
    padding: 16px 2rem 1rem 2rem;
    text-align: center;
    transition: background-color 0.2s, color 0.2s;
    display: block;
	z-index: 200;
}

#left #guide:hover .title,
#right #guide:hover .title {
    background-color: transparent;
	color: #ffffff;
	font-weight: 400;
    text-shadow: none;
}







/*--------------------------------------------------------------
SECURITY widget
--------------------------------------------------------------*/

#right #security {
	width: 100%;
	min-height: 150px;
	background-color: #e9e8f0;
	background-image: radial-gradient(ellipse, #c9c9d7 0%, transparent 50%);
    background-size: 120% 90px;
    background-position: 50% -10px;
    background-repeat: no-repeat;
	padding: 0 1rem;
	border-radius: 8px;
	overflow: hidden;
	display: block;
}

#right #security .title {
	margin-bottom: 1rem;
}







/*--------------------------------------------------------------
FOOTNOTE
--------------------------------------------------------------*/

#mainContainer > article .footnote {
	position: relative;
	width: 100%;
	height: 50px;
	background-color: #ffffff;
	text-align: center;
	line-height: 140%;
	overflow: hidden;
	display: block;	
}

/* Mobile */
@media ( max-width: 799px ) {
	#mainContainer > article .footnote {
		height: auto;
	}
}

#mainContainer > article .footnote .textwidget,
#mainContainer > article .footnote p {
	padding: 0;
	margin: 0;
	display: inline;
}

.woocommerce-checkout .footnote {
	display: none;
}









/*--------------------------------------------------------------
MAP - google
--------------------------------------------------------------*/

#googleMap {
	position: relative;
	width: max(400px, 30%);
	height: 50vh;
	min-height: 400px;
    flex-shrink: 0;
	font-size: 1.7rem;
	border-radius: 8px;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
    z-index: 600;
}

/* Mobile */
@media ( max-width: 799px ) {
	#googleMap {
		width: 100%;
		-webkit-box-ordinal-group: 3;
    	-moz-box-ordinal-group: 3;
    	-ms-flex-order: 3;
    	-webkit-order: 3;
    	order: 3;
	}
}

#googleMap button,
#googleMap input[type="button"],
#googleMap input[type="submit"] {
	position: unset;
	height: unset;
	background-color: unset;
    background-image: unset;
    background-position: unset;
    background-repeat: unset;
	font-size: unset;
	color: unset;
	font-weight: unset;
	line-height: unset;
	text-shadow: none;
	text-align: unset;
	letter-spacing: unset;
	padding: unset;
	border: unset;
	border-radius: unset;
    transition: unset;
	display: unset;
	cursor: unset;
}

.gm-style .gm-style-iw-c {
    font-size: 1.5rem;
}

/* Close infowindow button */
.gm-style .gm-style-iw-c button {
    top: 0 !important;
	right: 0 !important;
}

.gm-style .gm-style-iw-d {
	text-align: left;
}

.gm-style .gm-style-iw-d a.button {
	background-color: #4a515e;
	height: 38px;
	font-size: 1.5rem;
	font-weight: 400;
	color: #ffffff;
    line-height: 38px;
	border-radius: 19px;
	margin: 12px 3px 0 5px;
	padding: 0 15px;
	box-shadow: none;
	float: right;
}

.gm-style .gm-style-iw-d a.button:hover {
	background-color: #b5ad7e;
}







/*--------------------------------------------------------------
FORM
--------------------------------------------------------------*/

form {
	display: inline-block;
}

label {
	min-height: 50px;
    text-align: center;
    padding: 14px 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: 50px;
	background-color: #ffffff;
	font-family: inherit; /* reset style from jQuery UI */
	font-size: 1.7rem;
	font-weight: 400;
	color: #4a515e;
	line-height: 50px;
	letter-spacing: 0;
	text-align: center;
	vertical-align: top;
	padding: 0 20px;
	margin: 5px 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: 25px;
	display: inline-block;
}

input[type="file"] {
	padding: 10px 20px;
    line-height: 25px;
}

select {
	height: 42px;
	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.9rem;
	font-weight: 500;
	color: #4a515e;
	line-height: 42px;
	text-align: center;
	vertical-align: top;
	padding: 0 34px 0 14px;
	border-radius: 21px;
	margin: 5px 0 0 0;
	border: 1px solid #e9e8f0;
    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 Options */
select * {
}

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: #4a515e;
	font-size: 1.9rem;
	color: #ffffff;
	font-weight: 300;
	line-height: 40px;
	text-align: center;
	letter-spacing: 1px;
	padding: 0 40px 0 20px;
	border: 0;
	border-radius: 20px;
    transition: background-position 0.2s;
	display: inline-block;
	cursor: pointer;
}

button:focus,
input[type="button"]:focus,
input[type="submit"]:focus {
	outline: 0;
}

/* 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(0, 0, 0, 0.15);
	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: 3px;
	left: 6px;
	width: 6px;
	height: 10px;
	border: solid #4a515e;
	border-width: 0 3px 3px 0 !important;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

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;
	text-transform: lowercase;
	color: rgba(90, 91, 109, 0.5) !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-size: 1.7rem;
	font-weight: 400;
	text-transform: lowercase;
	color: rgba(90, 91, 109, 0.5) !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
	font-size: 1.7rem;
	font-weight: 400;
	text-transform: lowercase;
	color: rgba(90, 91, 109, 0.5) !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-size: 1.7rem;
	font-weight: 400;
	text-transform: lowercase;
	color: rgba(90, 91, 109, 0.5) !important;
}

::-moz-placeholder { /* Firefox 19+ */
	font-size: 1.7rem;
	font-weight: 400;
	text-transform: lowercase;
	color: rgba(90, 91, 109, 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;
	text-transform: lowercase;
	color: rgba(90, 91, 109, 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;
	text-transform: lowercase;
	color: rgba(90, 91, 109, 0.5) !important;
}







/*--------------------------------------------------------------
SHARE
--------------------------------------------------------------*/
#share {
	position: relative;
	width: 97vw;
	background-color: #ffffff;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 140%;
	text-align: center;
	padding: 20px 1.5vw;
	z-index: 900;
}

/* Small Laptops */
@media ( max-width: 1279px ) {
	#share {
		width: 100vw;
	}
}

/* Get in Touch */
#share .contactBar {
	height: 64px;
	line-height: 44px;
	padding: 10px 0;
	display: inline-block;
}

#share .contactBar a {
    position: relative;
    min-height: 38px;
    background-color: #e9e8f0;
    color: #5a5b6d !important;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
	text-shadow: 0px 0px 5px #ffffff;
    margin: 3px 10px;
    padding: 8px 17px 6px 17px;
    border: none !important;
    border-radius: 19px;
    transition: all 0.2s;
    display: inline-block;
}

#share .contactBar a:hover {
    background-color: #828fa5;
    color: #ffffff !important;
	text-shadow: none;
}

.sharethis-inline-share-buttons {
	padding: 10px 0;
	display: inline-block !important;
}

/* Share text */
.sharethis-inline-share-buttons:before {
	font-family: 'Comfortaa', sans-serif !important;
	padding-right: 10px !important;
    display: inline-block;
}

.en .sharethis-inline-share-buttons:before {
	content: "Share ";
}

.pt-pt .sharethis-inline-share-buttons:before {
	content: "Partilhar ";
}

.es .sharethis-inline-share-buttons:before {
	content: "Compartir ";
}

.fr .sharethis-inline-share-buttons:before {
	content: "Partager ";
}

.de .sharethis-inline-share-buttons:before {
	content: "Teilen ";
}

/* Mobile */
@media (max-width: 1023px) {
	.sharethis-inline-share-buttons:before { 
		content: "" !important;
		padding-right: 0 !important;
	}
}

#st-1 {
    text-align: right !important;
	font-family: inherit !important;
	line-height: 44px !important;
}

#st-1 .st-total {
	font-weight: 400 !important;
    color: #626c7c !important;
	letter-spacing: 1px;
    vertical-align: middle !important;
}

#st-2 .st-total,
#st-3 .st-total {
	padding-left: 0 !important;
	vertical-align: bottom !important;
}

#st-1 {
    text-align: right !important;
	font-family: inherit !important;
}

/* Mobile */
@media ( max-width: 799px ) {
	#st-1 {
    	text-align: center !important;
	}
}

#st-1.st-hidden,
#st-2.st-hidden {
	opacity: 1 !important;
}

#st-1 .st-btn {
	min-width: auto !important;
	vertical-align: middle !important;
	margin: 0 0.5rem 2px 0.5rem !important;
	border: none !important;
}

#st-1 .st-btn:hover {
	-webkit-filter: none; /* Safari 6.0 - 9.0 */
	filter: none;
	opacity: 1 !important;
}

#st-1 .st-btn > span {
	min-width: auto !important;
}

.st_fblike_large > span {
	bottom: 8px !important;
}

.st_facebook_large > span {
	top: 8px !important;
}

.st_twitter_large > span {
	top: 8px !important;
}

.st_linkedin_large > span {
	top: 8px !important;
}

.st_email_large > span {
	top: 8px !important;
}







/*--------------------------------------------------------------
MEDIA / IMAGES / GALLERIES
--------------------------------------------------------------*/

/* Featured Image */

.imageContainer {
	width: 50%;
	margin-left: 30px;
	float: right;
}

/* Mobile */
@media ( max-width: 799px ) {
	.imageContainer {
		width: 100%;
		margin: 1rem auto;
		float: none;
	}
}

#featuredImage {
	flex-basis: max(30%, 300px);
	flex-shrink: 0;
	text-align: left;
	padding: 0 1.5vw 0 0;
	-webkit-box-ordinal-group: 1; /* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
}

/* Mobile - tablets */
@media ( max-width: 799px ) {
	#featuredImage {
		flex-basis: max(35%, 200px);
	}
}

/* Mobile - smartphones */
@media ( max-width: 499px ) {
	#featuredImage {
		flex-basis: 100%;
		padding: 0;
	}
}

#featuredImage .photo {
	width: 100%;
	margin-bottom: 30px;
	border-radius: 10px;
}

img,
video {
	/*height: auto; /* Make sure images are scaled correctly. */
}
#content img,
#content video {
	max-width: 100%; /* Adhere to container width. */
}
/* Figure */
#intro figure,
#content figure {
	width: auto !important;
}

#content figure.alignleft,
#content img.alignleft {
	float: left;
	margin: 5px 25px 25px 0;
}

#content figure.alignright,
#content img.alignright {
	float: right;
	margin: 5px 0 25px 25px;
}

#content figure.aligncenter,
#content img.aligncenter {
	margin: 20px auto;
	clear: initial;
	display: inline-block;
}

#content figure.circle,
#content img.circle {
	border-radius: 50%;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	margin-bottom: 1.5em;
	max-width: 100%;
	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(90, 91, 109, 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;
}

/* Media Elements */

.mejs-container {
	margin-bottom: 1.5em;
}

/* Content images */

#content img {
    max-width: 100% !important;
    height: auto;
	border-radius: 5px;
    display: block;
}

/* Mobile - phones */
@media ( max-width: 599px ) {
	#content img {
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
}

#content img.logo {
    vertical-align: middle;
    margin: 20px 15px 20px 0px;
	border-radius: 50%;
	border: 1px solid #e9e8f0;
	box-sizing: content-box; /* avoid blurred image, due to border resize  */
    display: inline-block;
}







/*--------------------------------------------------------------
GALLERIES
--------------------------------------------------------------*/

/* Hide inline galleries */
.gallery {
	display: none;
}

#left #gallery {
	width: 100%;
	text-align: center;
	margin: 0 0 2rem 0;
	display: block;
}

#gallery a {
	border: none;
}

#gallery > a {
	position: relative;
	background-image: radial-gradient(#ffffff 30%, #e9e8f0);
	border-radius: 8px;
    display: block;
}

#gallery.slideshow > a:before {
	position: absolute;
	top: calc(50% - 45px);
    left: calc(50% - 45px);
	width: 90px;
	height: 90px;
	background-color: #ffffff;
    background-image: url("media/icon_play.png");
    background-position: right center;
    background-repeat: no-repeat;
	box-shadow: 0px 0px 20px rgba(90, 91, 109, 0.3);
	content: ' ';
	transition: background 0.3s;
	border-radius: 50px;
	z-index: 900;
}

#gallery.slideshow > a:hover:before {
    background-position: left center;
}

#gallery img {
	position: relative;
	max-width: 100% !important;
	height: auto;
	mix-blend-mode: darken;
	border-radius: 8px;
	display: block;
}

#gallery > a > img {
	margin: 0 auto;
	z-index: 800;
}

#gallery .thumbs {
	width: 100%;
	height: auto;
	padding-top: 1px;
	border-top: 1px solid #ffffff;
	display: flex;
	justify-content: center;
    align-items: flex-start;
	flex-wrap: wrap;
	gap: 1px;
}

#gallery .thumbs > a img {
	height: 6vw !important;
    max-height: 90px;
    min-height: 70px;
	box-sizing: initial;
    border: 1px solid #eeeeee;
	border-radius: 4px;
	display: block;
}

/* Mobile */
@media ( max-width: 1023px ) {
	#gallery .thumbs > a img {
		height: 80px !important;
	}
}

#gallery a > img {
	transition: opacity 0.3s;
	opacity: 1;
}

#gallery a:hover > img {
	opacity: 0.5;
}

#gallery > a:hover > img {
	opacity: 1;
}

/* Right Gallery */
#rightGallery {
	position: relative;
	right: 3vw;
	width: calc(50vw - 3vw);
	text-align: right;
	-webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}

/* Mobile -  */
@media (max-width: 1023px) {
	#rightGallery {
		left: 3vw;
		right: initial;
		width: calc(100vw - 6vw);
	}
}







/*--------------------------------------------------------------
REVIEWS
--------------------------------------------------------------*/
#reviews {
	position: relative;
	width: 97vw;
	text-align: center;
	margin: 0 auto -250px auto;
	transition: all 0.2s;
	z-index: 1000;
}

/* Mobile */
@media ( max-width: 1023px ) {
	#reviews {
		width: 100vw;
	}
}

/* Mobile - Phones */
@media ( max-width: 599px ) {
	#reviews {
		margin: 0 auto;
	}
}

#reviews .container {
	width: 97vw;
	margin: 0 auto;
	display: flex;
	align-items: center;
    justify-content: center;
}

/* Mobile - phones */
@media ( max-width: 599px ) {
	#reviews .container {
		width: 100vw;
	}
}

#reviews article {
	position: relative;
	width: 1000px;
	height: 180px;
	background-color: #5a5b6d;
	/*background-color: #828fa5;*/
	border: 10px solid #ffffff;
	font-size: 2.1rem;
	color: #ffffff;
	font-weight: 700;
	font-style: italic;
	letter-spacing: 0.5px;
	line-height: 130%;
	text-align: left;
	border-radius: 18px;
	display: none;
}

/* Mobile */
@media ( max-width: 1023px ) {
	#reviews article {
		font-size: 1.9rem;
	}
}

/* Mobile - phones */
@media ( max-width: 599px ) {
	#reviews article {
		width: 100%;
		font-size: 1.7rem;
		letter-spacing: 0;
		border-radius: 0;
		border: none;
	}
}

#reviews article .content {
	position: absolute;
	left: 210px;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 30px 0 0;
}

/* Mobile - phones */
@media ( max-width: 499px ) {
	#reviews article .content {
		left: 120px;
		padding: 0 10px 0 0;
	}
}

#reviews article .title {
	font-size: 1.8rem;
	color: #ffffff;
	font-weight: 300;
	font-style: italic;
	line-height: 130%;
}

#reviews article .thumb {
	position: absolute;
	left: 30px;
	top: calc(50% + 5px);
	transform: translateY(-50%);
}

/* Mobile - phones */
@media ( max-width: 499px ) {
	#reviews article .thumb {
		left: 10px;
		max-width: 100px;
	}
}

/* Show */
#reviews article.show {
	display: block;
}

#reviews .review {
	max-width: 100%;	
	height: auto;
}

#reviews article .progressBar {
	position: relative;
	width: 300px;
	height: 1px;
	background-color: #8c8d99;
	margin: 1.2rem 0 0 0;
}

/* Mobile - phones */
@media ( max-width: 499px ) {
	#reviews article .progressBar {
		width: 100%;
	}
}

#reviews article .progressBar .active {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	background-color: #e8da50;
}








/*--------------------------------------------------------------
BOTTOM SECTIONS
--------------------------------------------------------------*/

#bottomContainer {
	position: relative;
	left: -1.5vw;
	width: 100vw;
	background-color: #ffffff;
	border-top: 200px solid #ffffff;
	text-align: center;
	z-index: 600;
}

/* Small Laptops */
@media ( max-width: 1279px ) {
	#bottomContainer {
		left: 0;
	}
}

/* Mobile - Phones */
@media ( max-width: 599px ) {
	#bottomContainer {
		border-top: 0;
	}
}

#bottomSection {
	position: relative;
	width: 97vw;
	min-height: 500px;
	/*background-color: #5a5b6d;*/
	background-color: #828fa5;
	background-image: radial-gradient(rgba(90, 91, 109, 0.2) 10%, transparent 70%), url('media/bg_bottom_left.jpg'), url('media/bg_bottom_right.jpg');
	background-position: center, left center, right center;
	background-size: auto, auto 100%, auto 100%;
	background-repeat: no-repeat;
	/*background-image: radial-gradient(rgba(90, 91, 109, 0.2) 10%, transparent 70%);*/
	color: #ffffff;
	text-align: center;
	padding-top: 90px;
	margin: 0 1.5vw;
	border-radius: 8px;
	overflow: hidden;
	z-index: 600;
}

/* Mobile */
@media ( max-width: 1023px ) {
	#bottomSection {
		background-position: center, -50% center, 150% center;
		background-blend-mode: darken;
	}
}

/* Mobile - tablets */
@media ( max-width: 799px ) {
	#bottomSection {
		background-position: center, -200px center, calc(100% + 200px) center;
	}
}

/* Mobile - Phones */
@media ( max-width: 599px ) {
	#bottomSection {
		width: 100vw;
		margin: 0;
		padding-top: 40px;
		border-radius: 0;
	}
}

#bottomSection figure {
	margin: 0;
}

#bottomSection table {
	border-bottom: 2px solid rgba(255, 255, 255, 0.4);
	margin: 0 auto;
}

#bottomSection table td {
	letter-spacing: 1px;
}

/* Mobile - Phones */
@media ( max-width: 599px ) {
	#bottomSection table td {
		letter-spacing: 0.5px;
	}
}

#bottomSection table a {
	background-image: radial-gradient(rgba(90, 91, 109, 0.2) 10%, transparent 70%);
	color: #ffffff;
	padding: 20px 2vw;
	transition: all 0.4s ease-out;
    display: block;
}

/* Mobile - Phones */
@media ( max-width: 599px ) {
	#bottomSection table a {
		font-size: 1.8rem;
	}
}

#bottomSection table a:hover {
	background-image: radial-gradient(rgba(90, 91, 109, 0.4) 10%, transparent 70%);
	padding: 10px 2vw 30px 2vw;
	margin-top: -9px;
}

#bottomSection > h4 {
	font-size: max(3.2rem, 2.2vw);
    font-weight: 300;
    letter-spacing: 1px;
    margin-top: 20px;
}

#bottomSection > p {
	font-size: 1.9rem;
    font-weight: 300;
    letter-spacing: 1px;
}

#bottomSection > p a {
	color: #88d4ff;
    font-weight: 700;
    text-shadow: 0 0 5px rgba(90, 91, 109, 1);
}

#bottomSection > p a:hover {
	color: #ffffff;
}

#bottomSection > p .smallTxt {
	font-size: 1.5rem;
    font-weight: 300;
	opacity: 0.6;
}

#bottomSection .logo {
	width: 70px;
	height: 70px;
	margin: 15px;
	border-radius: 50%;
	transition: opacity 0.2s;
	overflow: hidden;
	opacity: 1;
}

#bottomSection .logo:hover {
	opacity: 0.5;
}







/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/

footer {
	position: relative;
	width: 100vw;
	background-color: #ffffff;
	font-size: 1.7rem;
	font-weight: 400;
	text-align: center;
	padding: 20px 14vw 0 14vw;
	z-index: 600;
}

footer p {
	display: inline;
}

footer a {
	background-color: #e9e8f0;
	color: #5a5b6d;
	border-radius: 2rem;
	padding: 4px 15px 2px 15px;
	margin: 0 5px;
	display: inline-block;
}

footer > div:first-of-type a:hover {
	background-color: #5a5b6d;
	color: #ffffff;
}

/* Ligacao Livro de Reclamacoes */
footer a[href^="https://www.livroreclamacoes.pt/"] {
	background-color: none;
	border-radius: none;
	padding: 0;
	margin: 0;
	display: inline;
}

footer a[href^="https://www.livroreclamacoes.pt/"]:hover {
	background-color: none;
}

footer img {
	vertical-align: middle;
}






/*--------------------------------------------------------------
FOOTER 2
--------------------------------------------------------------*/

#footerTwo {
	position: relative;
	background-color: #ffffff;
	font-size: 1.5rem;
	color: rgba(0, 0, 0, 0.05);
	cursor: default;
}

#footerTwo a {
	color: rgba(0, 0, 0, 0.05);
}

#footerTwo a:hover {
	cursor: default;
}

#footerTwo p {
	display: inline;
}







/*--------------------------------------------------------------
LAST ORDER
--------------------------------------------------------------*/
#lastOrder {
	position: fixed;
	bottom: 110px;
	right: 2vw;
	width: 350px;
	height: auto;
	background-color: #ffffff;
	color: #474747;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 130%;
	text-align: left;
	padding: 12px 15px;
	box-shadow: 0px 0px 10px 0px rgba(71, 71, 71, 0.3);
	border-radius: 8px 8px 0 8px;
	overflow: hidden;
	display: none;
}

@media (max-width: 399px) {
	#lastOrder {
		width: auto;
	}
}

#lastOrder div {
	position: relative;
	width: 100%;
}

#lastOrder a {
	color: #474747;
	font-weight: 600;
	line-height: 130%;
}

#lastOrder a:hover {
	color: #00b1f5;
}







/*--------------------------------------------------------------
CREDITS
--------------------------------------------------------------*/

#credits {
	background-color: #ffffff;
}

#credits:hover {
	background-color: #e9e8f0;
	color: #5a5b6d;
}






/*--------------------------------------------------------------
ICON TOP
--------------------------------------------------------------*/

#iconTop {
	position: fixed;
	right: 11rem;
    bottom: 3.2rem;
    width: 40px;
    height: 40px;
	background-color: #5a5b6d;
	background-image: url('media/icon_top.png?123');
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	border: 1px solid rgba(255, 255, 255, 20%);
	border-radius: 50%;
	padding: 0;
	transition: background-position 0.3s;
	z-index: 2400;
	display: none;
}

/* Mobile - phones */
@media ( max-width: 599px ) {
	#iconTop {
		right: 11rem;
		bottom: 3rem;
	}
}

#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: 830px;
	background-color: #ffffff;
	color: #333333;
	font-size: 1.7rem;
	font-weight: 300;
	text-align: center;
	transition: bottom 1s;
	padding: 20px 30px 15px 30px;
	display: inline-block;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	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: 10px auto 20px auto;
}

#privacyConsent table td {
	padding: 8px;
	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: 700;
}

#privacyConsent a {
	font-weight: 700;
}

#privacyConsent a:hover {
	color: #333333;
}

#privacyConsent button {
	padding: 0 20px;
}

#privacyConsent button:hover {
	background-color: #5dc4ff;
}

#privacyConsent .customCheckbox {
	left: initial;
	right: 0;
}

/* Style the checkmark/indicator */
#privacyConsent label .customCheckbox:after {
	border: solid #5dc4ff;
}

/* Disabled state - Style the checkmark/indicator */
#privacyConsent label input[disabled="disabled"] ~  .customCheckbox:after {
	border: solid rgba(74, 81, 94,0.6);
}









/*--------------------------------------------------------------
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: #5a5b6d;
	opacity: 0.5 !important;
}

#colorbox {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
	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: #626c7c;
			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: 5px;
	display: none;
}

.dialog ul,
.dialog ol {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.dialog h1,
.dialog h2,
.dialog h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 3rem;
	font-weight: 400;
	color: #626c7c;
	letter-spacing: 1px;
	margin-top: 1.5rem;
	display: block;
}

.dialog a {
	font-weight: bold;
}

#colorbox .dialog {
	display: block;
}






/*--------------------------------------------------------------
CHATs
--------------------------------------------------------------*/

.widget-visible {}







/*--------------------------------------------------------------
WPML
--------------------------------------------------------------*/

.otgs-development-site-front-end {
	display: none;
}







/*--------------------------------------------------------------
SCROLLBARS - only desktop
--------------------------------------------------------------*/

/* Firefox */
:not(.mobile) {
	scrollbar-width: thin;
	scrollbar-color: #e9e8f0 rgba(0, 0, 0, 0);
}

/* Chrome / Safari */

:not(.mobile) ::-webkit-scrollbar {
    width: 8px;
	background-color: rgba(0, 0, 0, 0);
}
 
/* Track */
:not(.mobile) ::-webkit-scrollbar-track {
	margin: 0;
	-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: #e9e8f0;
}

:not(.mobile) ::-webkit-scrollbar-thumb:window-inactive {
	background-color: #e9e8f0;
}

:not(.mobile) ::-webkit-scrollbar-thumb:hover {
	background-color: #c1c1cc;
}