/**
 * E-consulenza - Wordpress theme
 *
 * @authors   Niek Heerink <crossmediahouse.nl>
 * @version   1.0
 * @generated 2020-04-14
 * @copyright (c) 2020 E-consulenza
 * @license   All Rights Reserved
 */

 /* Fonts
   ========================================================================== */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Bubblegum+Sans&display=swap');

/* Globals
   ========================================================================== */

* {
	padding: 0;
	margin: 0;
}

*, *:before, *:after {
    box-sizing: border-box;
}

html, body {
	height: 100%;
    font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

iframe {
	max-width: 100%;
	border: 0;
}

a, a:after, a:before, button, input[type="submit"], .mobile-menu, .toggle-menu span {
	-webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/* Container
   ========================================================================== */

.container {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1380px;
	padding-left: 15px !important;
	padding-right: 15px !important;
	margin: auto;
}

/* Row
   ========================================================================== */

.row {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

/* Alignments
   ========================================================================== */

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter {
	display: block;
	margin: auto;
	text-align: center;
	clear: both;
}

/* Headings
   ========================================================================== */

h1, h2, h3, h4, h5, h6 {
	font-family: 'Bubblegum Sans', cursive;
}

.heading--0 {
	font-size: 2.375rem;
	margin-bottom: 30px;
}

.heading--1 {
	font-size: 2.575rem;
	margin-bottom: 30px;
}

.heading--2 {
	font-size: 1.875rem;
	margin-bottom: 30px;
}

/* Buttons
   ========================================================================== */

.btn, input[type="submit"] {
	display: inline-block;
	color: #FFF !important;
	padding: 16px 36px;
	cursor: pointer;
	border: none;
	border-radius: 28px;
	text-decoration: none !important;
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
}

.btn--pink, input[type="submit"] {
	background: #d60a51;
}

.btn--pink:hover, input[type="submit"]:hover {
	background: #ff2470;
}

.btn--yellow {
	background: #f9b233;
}

.btn--yellow:hover {
	background: #fac15a;
}

input[type="submit"] {
	border: none;
}

/* Content
   ========================================================================== */

.content {
	color: rgba(0,0,0,.6);
}

.content p {
	font-size: 1rem;
	line-height: 1.675rem;
	margin-bottom: 30px;
}

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

.content h1 {
	font-size: 2.375rem;
}

.content h2 {
	font-size: 1.775rem;
}

.content h3 {
	font-size: 1.175rem;
}

.content h4 {
	font-size: 1rem;
	line-height: 1.575rem;
}

.content h1,
.content h2,
.content h3,
.content h4 {
	margin-bottom: 30px;
}

.content a {
	color: #d60a51;
	text-decoration: none;
}

.content a:hover {
	text-decoration: underline;
}

.content ul {
	margin: 0 0 30px 30px;
}

/* Scroll bar
   ========================================================================== */

.scroll-bar {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 0;
	height: 2px;
	background: #d65683;
}

/* Main
   ========================================================================== */

#main {
	margin-top: 75px;
	height: 100%;
}

/* Header
   ========================================================================== */

#header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	padding: 10px 0;
	width: 100%;
	height: 75px;
	background: #FFF;
	box-shadow: 0 0 5px rgba(0,0,0,.3);
}

#header .row {
	align-items: center;
}

/* Logo
   ========================================================================== */

.logo {
	width: 200px;
	font-size: 2.375rem;
	font-family: 'Bubblegum Sans', cursive;
}

.logo a {
	color: #d65683;
	text-decoration: none;
}

/* Menu
   ========================================================================== */

.menu {
	margin: 0 auto 0 50px;
	width: 55%;
}

.menu ul {
	text-align: center;
}

.menu ul li {
	list-style-type: none;
	display: inline-block;
	margin-left: 0;
}

.menu ul li a {
	font-size: .9rem;
	font-weight: 600;
	color: inherit;
	padding: 0 12px;
	text-decoration: none;
	pointer-events: all !important;
}

.menu ul li a:hover,
.menu ul li.current-menu-item a,
.menu ul li.current-menu-parent a,
.menu ul li:hover a {
	color: #d60a51;
}

.menu ul ul {
	position: absolute;
	top: 65px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100%;
	max-width: 1000px;
	margin: 0;
	background: #d60a51;
	box-shadow: 0 0 15px rgba(0,0,0,.3);
	column-count: 2;
	-moz-column-count: 2;
    -webkit-column-count: 2;
    padding: 20px 0;
    height: 370px;
    z-index: 999;
    text-align: left;
}

.menu li.bigMenu ul {
	column-count: auto;
	-moz-column-count: auto;
    -webkit-column-count: auto;
}

.menu ul ul li {
	margin: 0;
	padding: 10px;
	display: block;
}

.menu ul ul li ul {
	box-shadow: none;
	background: rgb(225, 30, 98);
	width: 75%;
	transform: none;
	top: 0px;
	display: block;
	position: absolute;
	left: 25%;
	column-count: 2 !important;
	-moz-column-count: 2 !important;
    -webkit-column-count: 2 !important;
}

.menu ul ul li ul {
	border-left: 1px solid #fff;
}

.menu ul ul li:first-child ul {
	display: block !important;
}

.menu ul ul li ul li {
	position: relative;
	transition: all .1s ease-in-out;
}

.menu ul ul li:hover, .menu ul ul li.activeSub {
	background: rgb(225, 30, 98);
}

.menu ul ul li.activeSub ul {
	display: block !important;
}

.menu ul ul li ul li:hover {
	transform: translateX(5px);
	background: none;
}

.menu ul ul li a {
	font-size: 1rem;
	color: #FFF !important;
}

/* Account menu
   ========================================================================== */

.account-links ul {
	display: flex;
	justify-content: space-between;
	align-items: center;

}

.account-links ul li {
	list-style-type: none;
	display: inline-block;
	margin: 0 10px;
}

.account-links ul li a.btn {
	font-size: .8rem;
	padding: 13px 33px;
	position: relative;
	top: -0.5px;
}

.account-links .login {
	position: relative;
	top: -4px;
}

.account-links .login i {
	display: none;
}

.account-links ul li a span {
	font-size: 1rem;
	font-weight: 600;
}

.account-links ul li a {
	color: #009e9d;
	text-decoration: none;
	font-size: 1.375rem;
}

.account-links ul li a:hover {
    color: #16c9c8;
}

.account-links form {
	width: 300px;
	z-index: 999;
	height: 45px;
	position: relative;
}

.btn--sticky {
	display: none;
}

body.ajax-search-active form .ajax-search-results {
	opacity: 1;
	background-image: url(../images/spinner.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 300px;
}

.account-links form .ajax-search-results {
	opacity: 0;
	width: 100%;
	height: 300px;
	overflow-y: auto;
	background: #FFF;
	background-image: none;
	border-radius: 5px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}

body.ajax-search-hide-loading .account-links form .ajax-search-results {
	background-image: none;
}

.account-links form .ajax-search-results ul {
	padding: 10px;
}

.account-links form .ajax-search-results ul li {
	display: block;
	padding: 0 5%;
	margin: 0 0 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.account-links form .ajax-search-results ul li:last-child {
	border: none;
}

.account-links form .ajax-search-results ul li a {
	font-size: .9rem;
}

.account-links form input[type="search"] {
	position: relative;
	width: 100%;
	border: 1px solid rgba(0,0,0,.1);
	padding: 10px;
	font-size: 1.175rem;
	border-radius: 5px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.account-links form button {
	position: absolute;
	right: 15px;
	top: 12px;
	border: 0;
	background: none;
	font-size: 1.175rem;
	cursor: pointer;
	color: rgba(0,0,0,.6);
}

/* Page hero
   ========================================================================== */

#page-hero {
	position: relative;
	display: flex;
	width: 100%;
	height: 60%;
	color: rgba(0,0,0,.6);
	background: url(../images/hero-bg.png) no-repeat center;
	background-size: cover;
}

#page-hero .container {
	height: 100%;
}

#page-hero .hero-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 50px;
	background: #FFF;
	border-radius: 20px;
}

#page-hero .hero-content .content-arrow {
	position: absolute;
	right: -245px;
	bottom: 0;
	background: url(../images/balloon-arrow.svg) no-repeat;
	background-size: contain;
	width: 250px;
	height: 200px;
}

#page-hero h1 {
	margin-bottom: 15px;
	color: #f9b233;
}

#page-hero p {
	font-size: 1.275rem;
	line-height: 1.875rem;
	margin-bottom: 30px;
}

#page-hero figure {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 40%;
}

/* Content steps
   ========================================================================== */

#content-steps {
	padding: 75px 0;
}

#content-steps h2 {
	text-align: center;
	margin-bottom: 75px;
	color: rgba(0,0,0,.6);
}

#content-steps .step {
	position: relative;
	width: 30%;
	color: rgba(0,0,0,.6);
	line-height: 1.875rem;
	text-align: center;
}

#content-steps .step .heading {
	font-size: 1.675rem;
	padding: 25px 0;
	color: #009e9d;
	font-family: 'Bubblegum Sans', cursive;
}

#content-steps .step span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	margin: 0 auto;
	border-radius: 100%;
	color: #FFF;
	font-size: 2.375rem;
	background: #009e9d;
	font-family: 'Bubblegum Sans', cursive;
}

#content-steps .btn {
	display: block;
	margin: 100px auto 0;
	width: 250px;
	text-align: center;
}

/* Content faq
   ========================================================================== */

#content-faq {
	padding: 75px 0;
}

#content-faq .content.faq-list {
	width: 30%;
}

#content-faq .content {
	width: 60%;
}

#content-page .faq-section, #content-page .faq-section .content {
	width: 100%;
}

#content-faq h2 {
	color: #009e9d;
}

#content-faq .faq {
	margin-bottom: 100px;
}

#content-faq .faq h3 {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	padding-bottom: 30px;
	cursor: pointer;
	border-bottom: 1px solid #F1F1F1;
}

#content-faq .faq h3 i {
	position: absolute;
	right: 0;
	color: #d60a51;
}

#content-faq .faq h3.ui-state-active i.fa-plus,
#content-faq .faq h3 i.fa-minus {
	display: none;
}

#content-faq .faq h3.ui-state-active i.fa-minus {
	display: inline-block;
}

#content-faq .faq div {
	margin-bottom: 30px;
}

#content-faq .faq-list figure {
    max-width: 300px;	
}

/* Content heading
   ========================================================================== */

#content-heading {
	position: relative;
	background: #009e9d;
	padding: 80px 0;
	color: #FFF;
}

#content-heading h1 {
	margin-bottom: 0;
	text-shadow: 0 0 8px rgba(0,0,0,.4);
}

#content-heading .sub-heading {
	font-size: 1.275rem;
	text-shadow: 0 0 6px rgba(0,0,0,.6);
}

#content-heading figure {
	position: absolute;
	width: 50%;
	height: 100%;
	right: 0;
	top: 0;
}

#content-heading figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Content page
   ========================================================================== */

#content-page {
	padding: 75px 0;
}

#content-page .content {
	width: 50%;
}

#content-page .content.full-width {
	width: 70%;
}

/* Sidebar
   ========================================================================== */

.aside {
	width: 15%;
	position: sticky;
	left: 0;
	top: 90px;
}

.aside p {
	color: rgba(0,0,0,.6);
	font-size: 1.675rem;
	margin-bottom: 20px;
	font-family: 'Bubblegum Sans', cursive;
}

.aside ul li {
	list-style-type: none;
	margin-bottom: 5px;
}

.aside ul li a {
	font-size: .9rem;
	color: rgba(0,0,0,.6);
	text-decoration: none;
}

.aside ul li a:hover,
.aside ul li.current_page_item a {
	color: #d60a51;
}

.aside ul li.current_page_item:before {
	position: relative;
	top: -1px;
	display: inline-block;
	margin-right: 5px;
	content: '';
	width: 6px;
	height: 6px;
	background: #d60a51;
	border-radius: 100%;
}

.aside ul li.current_page_item a {
	font-weight: 700;
}

.aside.stickySidebar {
	position: sticky;
	position: -webkit-sticky;
	top: 90px;
}

/* Banner
   ========================================================================== */

#content-page .banner {
	width: 20%;
}

#content-page .banner .banner-block {
	margin-bottom: 30px;
}

#content-page .banner .banner-block h3 {
	margin-bottom: 30px;
	color: #009e9d;
}

#content-page .banner .banner-block a {
	color: rgba(0,0,0,.6);
	text-decoration: none;
}

#content-page .banner .banner-block p {
	margin-top: 20px;
	font-weight: 600;
}

#content-page .banner .banner-block p span {
	color: #d60a51;
}

/* CTA bottom
   ========================================================================== */

.ctaBar {
	padding: 100px 0;
	text-align: center;
	margin: 50px 0 0;
	background: #F1F1F1;
}

/* Partners
   ========================================================================== */

#content-partners {
	padding: 30px 0;
	text-align: center;
}

#content-partners .row {
	justify-content: center;
}

#content-partners figure {
	display: flex;
    flex-direction: column;
    justify-content: center;
	width: 100px;
	height: 100px;
	margin: 0 60px;
}

/* Account page
   ========================================================================== */

#content-page.account-page .content {
	width: 100%;
}

#content-page.account-page form {
	border: none;
	padding: 30px;
	background: #F1F1F1;
}

#content-page.account-page form label.woocommerce-form-login__rememberme {
	position: relative;
	top: 22px;
}

#content-page.account-page label[for="account_first_name"] .required,
#content-page.account-page label[for="account_last_name"] .required {
	display: none;
}

#content-page.account-page .woocommerce-MyAccount-navigation ul {
	margin-left: 0;
}

#content-page.account-page .woocommerce-MyAccount-navigation ul li {
	list-style-type: none;
}

#content-page.account-page .woocommerce-MyAccount-navigation ul li a {
	display: block;
	width: 60%;
	background: #d60a51;
	color: #FFF;
	padding: 13px 20px;
	margin-bottom: 15px;
	font-weight: 600;
	text-decoration: none;
}

#content-page.account-page .woocommerce-MyAccount-navigation ul li a:hover {
	background: #ff2470;
}

#content-page.account-page .button {
	margin-top: 20px;
}

#content-page.account-page .user-credits {
	width: 243px;
}

#content-page.account-page .credit-title {
	font-size: 1.475rem;
	margin-bottom: 10px;
	text-align: center;
	font-family: 'Bubblegum Sans', cursive;
}

#content-page.account-page .my-credits {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 130px;
	height: 130px;
	margin: 0 auto;
	background: #009e9d;
	border-radius: 100%;
	color: #FFF;
}

#content-page.account-page .my-credits div {
	text-align: center;
}

#content-page.account-page .my-credits span {
	font-size: 1.975rem;
	display: block;
	margin-bottom: 5px;
	font-family: 'Bubblegum Sans', cursive;
}

#content-page.account-page .my-credits p {
	font-size: 1rem;
}

/* My account products
   ========================================================================== */

.product-grid {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: 1fr 1fr;
}

.product-grid .grid-product {
	border: 2px solid #f9b233;
	padding: 30px;
	border-radius: 10px;
}

.product-grid .grid-product .product-name {
	font-size: 1.775rem;
	font-family: 'Bubblegum Sans', cursive;
	color: #f9b233;
}

.product-grid .grid-product .product-name .price {
	float: right;
}

.product-grid .grid-product .product-thumb {
	width: 160px;
	margin: auto;
}

.product-grid .grid-product form {
	width: 100%;
	background: none !important;
	padding: 0 !important;
}

.product-grid .grid-product form button {
	display: block !important;
	margin: 30px auto 0;
	width: 280px !important;
}

/* Woo errors
   ========================================================================== */

.woocommerce ul.woocommerce-error {
	margin: 0 0 30px 0;
}

/* Checkout
   ========================================================================== */

.woocommerce-checkout form {
	display: flex;
	justify-content: space-between;
}

.woocommerce-checkout #customer_details {
	width: 60%;
}

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

.woocommerce-checkout #order_review {
	width: 30%;
	padding: 30px;
	background: #FFF;
}

.woocommerce-checkout h3#order_review_heading,
.woocommerce-checkout .col-2,
.woocommerce-checkout .woocommerce-error {
	display: none;
}

.woocommerce-checkout .woocommerce table.shop_table {
	border: none;
}

.woocommerce-checkout ul.wc_payment_methods li img {
	display: inline !important;
}

.woocommerce-checkout #place_order {
	width: 100% !important;
	margin-top: 0 !important;
	padding: 16px 36px !important;
}

.woocommerce-checkout #content-partners,
.woocommerce-account #content-partners,
.woocommerce-checkout .woocommerce-notices-wrapper  {
	display: none;
}

/* Cta register
   ========================================================================== */

.cta-register {
	display: none;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
}

.show-form {
	overflow: hidden;
}

.show-form .cta-register {
	display: flex;
}

.cta-register .cta-register-box {
	width: 100%;
	max-width: 800px;
	height: 590px;
	background: #FFF;
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
	border-radius: 20px;
}

.cta-register .cta-register-box figure {
	position: relative;
	width: 30%;
	height: 590px;
	overflow: hidden;
}

.cta-register .cta-register-box img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-bottom-left-radius: 20px;
	border-top-left-radius: 20px;
}

.cta-register .cta-register-box form {
	position: relative;
	margin-top: 0;
	width: 70%;
	padding: 30px;
}

.cta-register .cta-register-box .note {
	margin-bottom: 20px;
}

.cta-register .cta-register-box form .woocommerce-privacy-policy-text {
	display: none;
}

.cta-register .cta-register-box form .close-form {
	position: absolute;
	right: 25px;
	top: 0;
	color: #FF0000;
	font-size: 3rem;
	text-decoration: none;
}

.cta-register .cta-register-box form .form-title {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 30px;
	color: rgba(0,0,0,.6);
}

.cta-register .cta-register-box form .woocommerce-form-row {
	margin-bottom: 20px;
}

.cta-register .cta-register-box form input {
	width: 100%;
}

.cta-register .cta-register-box .submit-row {
	margin-top: 15px;
}

.cta-register .cta-register-box .submit-row span {
	display: block;
	margin-bottom: 15px;
}

.cta-register .cta-register-box form button {
	margin-top: 15px;
}

/* Form elements
   ========================================================================== */

input[type="text"],
input[type="email"],
input[type="password"],
input[type="file"],
input[type="tel"],
input[type="number"],
textarea {
	border: 1px solid rgba(0,0,0,.1);
	padding: 14px 10px !important;
	font-size: 1.175rem;
	border-radius: 5px;
	height: auto !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	width: 100%;
	max-width: 500px;
}

.woocommerce form button {
	display: inline-block !important;
	color: #FFF !important;
	padding: 12px 36px !important;
	cursor: pointer !important;
	border: none !important;
	border-radius: 28px !important;
	text-decoration: none !important;
	font-size: 1rem !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	background: #d60a51 !important;
}

.woocommerce form button:hover {
	background: #ff2470 !important;
}

.woocommerce fieldset {
	border: none;
}

.woocommerce fieldset legend {
	font-weight: 600;
	margin-top: 30px;
}

/* Search results
   ========================================================================== */

ul.search-results {
	margin: 0;
}

ul.search-results li {
	list-style-type: none;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

ul.search-results li p {
	margin-bottom: 0;
}

ul.search-results li:last-child {
	border: none;
}

.closeSearch {
	cursor: pointer;
}

 .closeSearch, .closeSearch svg {
 	width: 22px;
	height: 22px;
	float: right;
	position: relative;
	bottom: 5px;
 }

 .show-search {
 	overflow: hidden;
 }

/* WSD styling
   ========================================================================== */

.wsdesk_wrapper .form-control {
	margin-top: 5px !important;
}

.wsdesk_wrapper textarea.form-control {
	height: 250px !important;
}

.wsdesk_wrapper .panel {
	width: 100% !important;
	border-radius: 0 !important;
	border-right: 1px solid #DDD !important;
}

.wsdesk_wrapper #search_tickets,
.wsdesk_wrapper hr,
.wsdesk_wrapper .search_ticket_icon,
.wsdesk_wrapper .wsdesk_crm_reset_button_show_hide,
.wsdesk_wrapper .except_view th:first-child,
.wsdesk_wrapper .except_view,
.wsdesk_wrapper .check-box .ticket_select_check,
.loaderDirect,
.support_option_choose {
	display: none !important;
}

.wsdesk_wrapper .check-box {
	font-size: 0 !important;
}

.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-customer-details {
	display: none;
}

/* Breadcrumb
   ========================================================================== */

#breadcrumbs {
	position: relative;
	top: -50px;
}

#breadcrumbs a {
	color: #d60a51;
	text-decoration: none;
}

#breadcrumbs a:hover {
	text-decoration: underline;
}

/* Footer
   ========================================================================== */

#footer {
	width: 100%;
	padding: 75px 0;
	background: #F1F1F1;
	line-height: 1.675rem; 
}

#footer .footer-content .footer-title {
	font-size: 1.275rem;
	margin-bottom: 20px;
	color: #009e9d;
}

#footer .footer-content ul li {
	list-style-type: none;
}

#footer .footer-content ul li a {
	color: rgba(0,0,0,.6);
	text-decoration: none;
}

#footer .footer-content p {
	margin-bottom: 20px;
}

#footer .footer-content p a {
	color: #d60b54;
	text-decoration: none;
}

#footer .footer-content ul li a:hover,
#footer .footer-content p a:hover {
	text-decoration: underline;
}

/* Bottom
   ========================================================================== */

#bottom {
	padding: 20px 0;
	font-size: .875rem;
}

#bottom ul li {
	display: inline-block;
	margin-left: 40px;
	color: #231f20;
}

#bottom ul li a {
	color: #231f20;
	text-decoration: none;
}

#bottom ul li a:hover {
	color: #d60a51;
}

/* Responsive
   ========================================================================== */

.toggle-menu {
	display: none;
	margin-top: 14px;
	width: 27px;
}

.toggle-menu span {
	position: relative;
	display: block;
	width: 100%;
	height: 4px;
	margin-bottom: 5px;
	border-radius: 10px;
	background: #009e9d;
}

body.show-menu {
	overflow: hidden;
}

body.show-menu .toggle-menu {
	margin-top: 3px;
}

body.show-menu .toggle-menu span:first-child {
	top: 9px;
	transform: rotate(45deg);
}

body.show-menu .toggle-menu span:nth-child(2) {
	transform: rotate(-45deg);
}

body.show-menu .toggle-menu span:last-child {
	display: none;
}

.mobile-menu {
	background: #d60a51;
	padding: 0 30px;
	height: 0;
	position: fixed;
	z-index: 999;
	top: 75px;
	left: 0;
	width: 100%;
	overflow: hidden;
}

body.show-menu .mobile-menu {
	padding: 30px;
	height: 100%;
}

.mobile-menu .title-item {
	position: absolute;
	left: 30px;
	top: 19px;
	color: #FFF;
	font-weight: 600;
	text-decoration: none;
}

.mobile-menu .title-item:after {
	content: '' !important;
	position: absolute !important;
	left: 0 !important;
	bottom: -7px !important;
	width: 82vw !important;
	height: 1px !important;
	background: #fff !important;
	top: auto !important;
}

.mobile-menu li {
	position: relative;
	list-style-type: none;
	margin-bottom: 10px;
}

.mobile-menu > ul > li,
.mobile-menu > ul > li ul li {
	margin-bottom: 20px;
}

.mobile-menu > ul > li.menu-item-has-children span:after {
	width: 20px;
	height: 20px;
	content: '+';
	position: absolute;
	right: 0;
	top: -8px;
	color: #FFF;
	font-size: 1.675rem;
	font-weight: 600;
	cursor: pointer;
}

.mobile-menu > ul > li.menu-item-has-children.open span.head-item:after {
	content: '-';
	top: -7px;
}

.mobile-menu span.back:after {
	content: '\f060' !important;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 17px !important;
	top: 20px !important;
	right: 30px !important;
}

.mobile-menu > ul > li > ul > li.menu-item-has-children.open span.sub-item:after {
	content: '-';
	top: -7px;
}

.mobile-menu ul ul {
	display: none;
	position: fixed;
	left: 0;
	top: 75px;
	width: 100%;
	height: 100%;
	z-index: 99;
	background: #d60a51;
	padding: 60px 30px 30px;
}

.mobile-menu ul li.open ul {
	display: block;
}

.mobile-menu ul li.open ul li ul {
	display: none;
}

.mobile-menu ul li.open ul li.open ul {
	display: block;
}

.mobile-menu > ul > li > a, .mobile-menu ul ul li a {
	color: #FFF;
	font-weight: 600;
	text-decoration: none;
}

.mobile-menu ul ul li {
	list-style-type: none;
}

@media only screen and (max-width: 1380px) {

	#page-hero figure {
		width: 30%;
		right: 15px;
	}

	.menu ul li {
		margin-left: 0;
	}

	.menu ul li a {
		padding: 0 6px;
	}

}

@media (max-width: 1250px) {

	.account-links ul li a.btn, .account-links ul li a span {
		font-size: .75rem;
	}

	.account-links ul li a span {
		font-size: .8rem;
	}

	.menu {
		width: 50%;
	}

}

@media only screen and (max-width: 1100px) {

	#page-hero {
		max-height: 50%;
	}

	#page-hero .hero-content {
		padding: 20px;
		width: 40%;
	}

	#page-hero h1 {
		font-size: 4vw;
	}

	#page-hero .hero-content br {
		display: none;
	}

	.logo {
		max-width: 140px;
		margin-top: 12px;
	}

	.menu ul li a {
		font-size: .8rem;
	}

}

@media only screen and (max-width: 980px) {

	#page-hero .container {
		width: 100%;
		padding: 0;
	}

	#page-hero .hero-content {
		width: 96%;
		left: 0;
		right: 0;
		margin: auto;
	}

	#page-hero .hero-content .content-arrow {
		display: none;
	}

	#page-hero figure {
		position: absolute;
		z-index: 999;
		right: 30px;
		bottom: 70px;
		width: 80px;
		height: 80px;
		top: auto;
		transform: none;
	}

	.menu,
	.aside {
		display: none;
	}

	.toggle-menu {
		display: block;
	}

	.account-links {
		margin-left: auto;
		margin-right: 10px;
	}

	.woocommerce-checkout #customer_details {
		margin-bottom: 25px;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation,
	.woocommerce-checkout #customer_details,
	.woocommerce-checkout #order_review {
		width: 100% !important;
		float: none !important;
	}

	#content-page.account-page .woocommerce-MyAccount-navigation ul li a,
	.woocommerce-account .woocommerce-MyAccount-content {
		float: none !important;
		width: 100% !important;
	}

	.woocommerce-checkout form {
		display: block;
	}

	.account-links ul li a.btn {
		display: none;
	}

	.accountForm {
		display: none;
	}

	.btn--sticky {
		position: fixed;
		bottom: 15px;
		right: 15px;
		z-index: 99;
		font-size: .9rem;
		display: block !important;
		opacity: 0;
		pointer-events: none;
		transition: all .3s ease-in-out;
		width: calc(100% - 30px);
		text-align: center;
		-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,.2);
		-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,.2);
		box-shadow: 0px 5px 5px 0px rgba(0,0,0,.2);
	}

	.activeScroll .btn--sticky {
		opacity: 1;
		pointer-events: all;
	}

	.account-links .login i {
		display: block;
		font-size: 22px;
	}

	.account-links .login span {
		display: none;
	}

	.account-links .login {
		top: 4px;
	}

}

@media only screen and (max-width: 899px) {

	#content-faq .row,
	#content-page .row {
		display: block;
	}

	#content-faq .content.faq-list,
	#content-faq .content,
	#content-page .content {
		width: 100%;
	}

	#content-faq .faq-list figure {
		display: none;
	}

	#content-steps {
		padding-bottom: 0;
	}

	#content-page .content {
		margin-bottom: 30px;
	}

	#content-page .banner {
		margin: auto;
		width: 50%;
	}

	.product-grid {
		grid-template-columns: 1fr;
	}

	#content-heading figure {
		width: 100%;
	}

	#content-heading h1,
	#content-heading .sub-heading {
		text-shadow: 0 0 8px rgba(0,0,0,.5);
	}

	#content-page .content.full-width {
		width: 100% !important;
	}

	#content-page .content.full-width td {
		text-align: left !important;
	}

	#content-page .content.full-width td #submit_satisfaction {
		margin-top: 30px;
	}

	.cta-register .cta-register-box figure {
		display: none;
	}

	.cta-register .cta-register-box form {
		width: 100%;
	}

	.cta-register .cta-register-box {
		max-width: 94%
	}

}

@media only screen and (max-width: 767px) {

	#page-hero h1 {
		font-size: 8vw;
	}

	.account-links ul li {
		margin: 0 2px;
	}

	.account-links form {
		width: 100%;
	}

	#page-hero {
		max-height: 390px;
	}

	#content-steps .row {
		display: block;
	}

	#content-steps .step {
		width: 100%;
		margin-bottom: 20px;
	}

	#content-steps .btn {
		margin-top: 30px;
	}

	#content-partners .row {
		display: grid;
		grid-gap: 20px;
		grid-template-columns: 1fr 1fr;
	}

	#content-partners figure {
		display: inline-block;
		width: 50%;
		height: auto;
		margin: 0 auto 20px;
	}

	.btn, .woocommerce form button {
		font-size: 2.1vw !important;
	}

	#footer {
		padding: 20px 0;
	}

	#footer .row {
		display: block;
	}

	#footer .footer-content {
		width: 48%;
		margin-bottom: 30px;
		display: inline-block;
	}

	#bottom .row {
		display: block;
	}

	#bottom {
		text-align: center;
	}

	#bottom ul {
		margin-top: 30px;
	}

	#bottom ul li {
		display: block;
		width: 100%;
		margin: 0 0 10px 0;
		text-align: center;
	}

	.account-links li {
		display: none;
	}

	.account-links li:last-child {
		display: block;
	}

	#page-hero figure {
		bottom: 40px;
	}

}

@media only screen and (max-width: 599px) {

	#footer .footer-content {
		width: 100%;
	}

	.account-links ul li a {
		font-size: 1rem;
	}

	.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
		float: none !important;
		width: 100% !important;
	}

	.account-links ul li a span {
		font-size: .7rem;
	}

	h1, h2, #content-steps .step .heading {
		font-size: 8vw !important;
	}

	.woocommerce-checkout #order_review {
		padding: 0;
	}

	#page-hero {
		max-height: 350px;
	}

	#page-hero figure {
		bottom: 40px;
		right: 20px;
	}

	.btn, .woocommerce form button {
		font-size: 3vw !important;
	}

	.cta-register .cta-register-box form .form-title {
		margin-bottom: 10px;
	}

	.cta-register-box input[type="text"], .cta-register-box input[type="email"], .cta-register-box input[type="password"] {
		padding: 8px 10px !important;
	}

}


@media only screen and (max-width: 399px) {

	#content-page {
		padding-bottom: 0;
	}

	.product-grid {
		display: block;
	}

	.product-grid .grid-product {
		margin-bottom: 30px;
	}

}
