/*
	Theme Name: Girassol Life
	Theme URL: http://girassollife.com.br
	Author: Kezily Correa | Inovalize
	Author URL: http://inovalize.com.br
	Description: Tema desenvolvido por Inovalize
	Version: 1.0
*/

:root {
    --inz-radius: 0.5rem;
}

/* GERAL */

* {
	border: none;
	margin: 0;
}

body {
	background-color: var(--wp--preset--color--white);
	color: var(--wp--preset--color--dark);
	font: 400 1rem/1.5rem var(--wp--preset--font-family--primary), Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering:optimizeLegibility;
	-webkit-text-rendering:optimizeLegibility;
    font-variant-numeric: lining-nums;
}

a {
	color: var(--wp--preset--color--dark);
	border: none;
	text-decoration: none;
}

a:hover {
	color: inherit;
	text-decoration: none;
}

a {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

img,
iframe,
video {
	vertical-align: bottom;
}

div,
section,
article {
	position: relative;
}

h2,
h3 {
    font-family: var(--wp--preset--font-family--secondary);
}

/* MARGIN TOP */

.m-t-5 {margin-top: 5px;}
.m-t-10 {margin-top: 10px;}
.m-t-15 {margin-top: 15px;}
.m-t-20 {margin-top: 20px;}
.m-t-25 {margin-top: 25px;}
.m-t-30 {margin-top: 30px;}
.m-t-35 {margin-top: 35px;}
.m-t-40 {margin-top: 40px;}
.m-t-45 {margin-top: 45px;}
.m-t-50 {margin-top: 50px;}
.m-t-55 {margin-top: 55px;}
.m-t-60 {margin-top: 60px;}
.m-t-65 {margin-top: 65px;}
.m-t-70 {margin-top: 70px;}
.m-t-75 {margin-top: 75px;}
.m-t-80 {margin-top: 80px;}
.m-t-85 {margin-top: 85px;}
.m-t-90 {margin-top: 90px;}
.m-t-95 {margin-top: 95px;}
.m-t-100 {margin-top: 100px;}

/* MARGIN BOTTOM */

.m-b-5 {margin-bottom: 5px;}
.m-b-10 {margin-bottom: 10px;}
.m-b-15 {margin-bottom: 15px;}
.m-b-20 {margin-bottom: 20px;}
.m-b-25 {margin-bottom: 25px;}
.m-b-30 {margin-bottom: 30px;}
.m-b-35 {margin-bottom: 35px;}
.m-b-40 {margin-bottom: 40px;}
.m-b-45 {margin-bottom: 45px;}
.m-b-50 {margin-bottom: 50px;}
.m-b-55 {margin-bottom: 55px;}
.m-b-60 {margin-bottom: 60px;}
.m-b-65 {margin-bottom: 65px;}
.m-b-70 {margin-bottom: 70px;}
.m-b-75 {margin-bottom: 75px;}
.m-b-80 {margin-bottom: 80px;}
.m-b-85 {margin-bottom: 85px;}
.m-b-90 {margin-bottom: 90px;}
.m-b-95 {margin-bottom: 95px;}
.m-b-100 {margin-bottom: 100px;}

/* PADDING TOP */

.p-t-5 {padding-top: 5px;}
.p-t-10 {padding-top: 10px;}
.p-t-15 {padding-top: 15px;}
.p-t-20 {padding-top: 20px;}
.p-t-25 {padding-top: 25px;}
.p-t-30 {padding-top: 30px;}
.p-t-35 {padding-top: 35px;}
.p-t-40 {padding-top: 40px;}
.p-t-45 {padding-top: 45px;}
.p-t-50 {padding-top: 50px;}
.p-t-55 {padding-top: 55px;}
.p-t-60 {padding-top: 60px;}
.p-t-65 {padding-top: 65px;}
.p-t-70 {padding-top: 70px;}
.p-t-75 {padding-top: 75px;}
.p-t-80 {padding-top: 80px;}
.p-t-85 {padding-top: 85px;}
.p-t-90 {padding-top: 90px;}
.p-t-95 {padding-top: 95px;}
.p-t-100 {padding-top: 100px;}
.p-t-120 {padding-top: 120px;}

/* PADDING BOTTOM */

.p-b-5 {padding-bottom: 5px;}
.p-b-10 {padding-bottom: 10px;}
.p-b-15 {padding-bottom: 15px;}
.p-b-20 {padding-bottom: 20px;}
.p-b-25 {padding-bottom: 25px;}
.p-b-30 {padding-bottom: 30px;}
.p-b-35 {padding-bottom: 35px;}
.p-b-40 {padding-bottom: 40px;}
.p-b-45 {padding-bottom: 45px;}
.p-b-50 {padding-bottom: 50px;}
.p-b-55 {padding-bottom: 55px;}
.p-b-60 {padding-bottom: 60px;}
.p-b-65 {padding-bottom: 65px;}
.p-b-70 {padding-bottom: 70px;}
.p-b-75 {padding-bottom: 75px;}
.p-b-80 {padding-bottom: 80px;}
.p-b-85 {padding-bottom: 85px;}
.p-b-90 {padding-bottom: 90px;}
.p-b-95 {padding-bottom: 95px;}
.p-b-100 {padding-bottom: 100px;}
.p-b-120 {padding-bottom: 120px;}

/* FORM */

form label {
	font-size: 0.84rem;
}

form input,
form textarea,
form select {
	width: 100%;
	padding: 0.5rem 0.7rem 0.4rem;
	margin-bottom: 1.4rem;
	background-color: transparent;
	border: 1px solid var(--wp--preset--color--gray);
	border-radius: var(--inz-radius);
	font-size: 0.8rem;
	outline: none;
	position: relative;
	z-index: 1;
}

form input:focus,
form textarea:focus,
form select:focus {
    border-color: #898989;
}

form select {
	padding: 0.5rem 1rem;
}

form input[type=checkbox],
form input[type=radio] {
    width: auto;
    display: inline-block;
    margin: 0 5px 0 0;
}

form textarea {
	width: 100%;
	height: 108px;
	margin: 0 0 0.5rem;
	box-sizing: border-box;
	outline: none;
	resize: none !important;
}

input[type="submit"] {
	width: auto;
	height: auto;
	padding: 0.8rem 2rem;
	margin-bottom: 0;
	background-color: var(--wp--preset--color--primary);
	border-radius: 2rem;
	color: var(--wp--preset--color--light);
	font-size: 1rem;
	font-weight: 600;
	outline: none;
	border: none;
	cursor: pointer;
}

input[type="submit"]:hover {
    background-color: var(--wp--preset--color--light);
    color: var(--wp--preset--color--primary);
}

input::-webkit-input-placeholder {
	color: #484848;
}

textarea::-webkit-input-placeholder {
	color: #484848;
}

input::-moz-placeholder {
	color: #484848;
}

input:-ms-input-placeholder {
	color: #484848;
}

.contact-form {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.contact-form form.forminator-ui.forminator-design--default .forminator-label {
    margin-bottom: 0.1rem;
    color: #4c515b;
    font-size: 0.8rem !important;
    font-weight: 500 !important;
}

.contact-form .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row:not(:last-child) {
    margin-bottom: 1rem;
}

.contact-form form.forminator-ui.forminator-design--default .forminator-input,
.contact-form form.forminator-ui.forminator-design--default .forminator-button-submit,
.contact-form form.forminator-ui.forminator-design--default .forminator-textarea,
.contact-form .forminator-ui.forminator-custom-form[data-design=default] .forminator-select .selection span[role=combobox].select2-selection--single,
.contact-form .forminator-ui.forminator-custom-form[data-design=default] select.forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"] .select2-selection__rendered {
    padding: 0.7rem 1.1rem;
    font-size: 0.9rem !important;
    border-radius: var(--inz-radius);
}

.contact-form form.forminator-ui.forminator-design--default .forminator-button-submit {
	padding: 1rem 3rem;
    border-radius: 2rem;
    font-weight: 600 !important;
}

.contact-form form.forminator-ui.forminator-design--default .forminator-button-upload {
    border-radius: var(--inz-radius);
}

/* GERAL */

.clear {
	clear: both;
}

/* TITLE */

.intitle,
h2.intitle,
p.intitle,
.is-style-intitle {
    font: 600 1.7rem/1.1 var(--wp--preset--font-family--secondary);
}

.intitle small {
    color: #8f8f8f;
    display: block;
    font-size: 0.9rem;
    font-weight: 500;
}

.intitle.w-icon,
.is-style-intitle.w-icon {
    padding-left: 3.5rem;
    position: relative;
}

.intitle.w-icon:before,
.is-style-intitle.w-icon:before {
	content: "";
	width: 50px;
	height: 24px;
    margin-top: -12px;
	background: url(images/icon.png) left center no-repeat;
	background-size: 90%;
	position: absolute;
    left: 0;
    top: 50%;
}

.insubtitle {
    font-size: 0.7rem;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
}

@media (max-width: 575px) {
    .intitle br {
        display: none;
    }
}

@media (min-width: 992px) {
    .intitle,
    h2.intitle,
    p.intitle,
    .is-style-intitle {
        font-size: 2rem;
    }
}

/* HEADER */

.main-header {
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 9;
}

/* HEADER - NAV ICON */

.main-nav__icons {
    display: flex;
    align-items: center;
    gap: 0 1.8rem;
    justify-content: flex-end;
    position: static;
}

.main-nav__icons button[class$="-toggle"] {
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    line-height: 1;
    outline: none !important;
    position: relative;
    vertical-align: bottom;
}

.main-nav__icons button .fa {
    color: var(--wp--preset--color--primary);
    font-size: 1.2rem;
}

.main-nav__icons button span {
    color: #5e5e5e;
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .main-nav__icons {
        gap: 0 1rem;
    }

    .main-nav__icons button span:not(.minicart__count) {
        display: none;
    }
}

@media (min-width: 1200px) {
    .main-nav__icons {
        width: 100%;
    }
}

/* HEADER - PROFILE ICON */

.profile-down {
    width: 235px;
    min-height: 180px;
    min-height: auto;
    padding: 1rem;
    background-color: var(--wp--preset--color--white);
    border-radius: 1rem;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.1);
    color: initial;
    display: none;
    font-size: 0.9rem;
    overflow: initial;
    position: absolute;
    top: 100%;
    right: -1rem;
    z-index: 9999;
}

.profile-down:before {
	content: "";
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid var(--wp--preset--color--white);
	position: absolute;
	top: -0.5rem;
	right: 1.1rem;
}

.profile-down ul {
	padding: 0;
	margin: 0;
}

.profile-down ul li {
	padding: 0.3rem 1rem;
	list-style: none;
}

.profile-down ul li a:hover {
	text-decoration: underline;
}

@media (min-width: 992px) {
    .mini-profile:hover .profile-down {
        display: block;
    }
}

/* HEADER - MINI CART */

.minicart-down {
    width: 100%;
    max-width: 400px;
    padding: 2.5rem 0 1.5rem;
    background-color: var(--wp--preset--color--white);
    box-shadow: 2px 2px 10px rgb(0 0 0 / 15%);
    position: fixed;
    right: 0;
    bottom: 0;
    top: 0;
    transform: translateX(100%);
    transition: transform 0.3s;
    visibility: hidden;
    z-index: 9999999;
}

.main-nav__icons button span.minicart__count {
	width: 24px;
	height: 24px;
	padding: 0.4rem 0;
	background-color: var(--wp--preset--color--dark);
	color: var(--wp--preset--color--light);
	border-radius: 30px;
}

.minicart-down.active {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    transform: translateX(0);
    visibility: visible;
}

.minicart-down ul {
    max-height: calc(100vh - 260px);
    padding: 0;
    margin: 0;
    overflow-y: auto;
    font-weight: 400;
    box-shadow: 0px 10px 30px -30px rgb(0 0 0 / 40%);
}

.minicart-down .intitle,
.aside-filter .intitle {
    padding: 0 1.5rem;
    margin-bottom: 2rem;
    font-size: 1.5rem;
    position: relative;
}

.aside-filter .intitle {
    padding: 0;
}

.mini-cart-fragment {
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}

.mini-cart__list-item {
    padding: 1rem 2rem;
    overflow: hidden;
    line-height: 1.1;
    display: flex;
    align-items: center;
}

.mini-cart__list-item:not(:last-child) {
	border-bottom: 1px solid #efefef;
}

.mini-cart__list-item .remove {
	width: 15px;
	font-size: 18px;
	position: relative;
	left: -10px;
}

.mini-cart__list-item::before,
.mini-cart__list-item::after {
    display: none !important;
}

.mini-cart__thumb {
    width: 40px;
}

.minicart-down .mini-cart__thumb img {
    width: 100%;
    height: auto;
}

.mini-cart__infos {
    width: calc(100% - 75px);
    padding-left: 15px;
}

.mini-cart__title {
    margin-bottom: 0.4rem;
    font-size: 0.84rem;
    display: block;
}

.mini-cart__qty {
    color: var(--wp--preset--color--primary);
    font-family: var(--wp--preset--font-family--secondary);
    font-size: 0.84rem;
    font-weight: 600;
}

.mini-cart__actions {
    padding: 1rem 1.5rem;
    text-align: center;
}

.minicart-down .price {
    margin-bottom: 2rem;
    display: block;
    font: 1em var(--wp--preset--font-family--secondary);
    font-weight: 600;
}

.minicart-down .wp-block-button__link {
	width: 100%;
	height: auto;
	margin-bottom: 0.8rem;
    background-color: var(--wp--preset--color--light);
    color: var(--wp--preset--color--tertiary);
	display: block;
}

.minicart-down .wp-block-button__link:not(.mini-cart__checkout):after {
    display: none;
}

.minicart-down .mini-cart__checkout {
    background-color: var(--wp--preset--color--primary);
    color: var(--wp--preset--color--light);
    font-size: 1.2rem;
    font-weight: 700;
}

.minicart-down .mini-cart__checkout:hover {
    filter: brightness(120%);
}

button#btn-continue-shop {
    width: 100%;
    padding: 0.5rem;
    display: block;
    background-color: transparent;
}

button#btn-continue-shop .fa {
    position: relative;
    top: 2px;
}

.woocommerce-mini-cart__empty-message {
    padding: 0 1.6rem;
    text-transform: none;
}

/* CART PROGRESS BAR */

.cart-bar {
    margin-bottom: 2rem;
    font-family: var(--wp--preset--font-family--secondary);
}

.minicart-down .cart-bar,
.cart-resume .cart-bar {
    margin-top: 2rem;
}

.cart-bar p {
    margin-bottom: 0.6rem;
    font-size: 0.7rem !important;
    text-align: center;
}

.cart-bar__wrap {
    width: 100%;
    height: 6px;
    background-color: #c0c0c0;
    border-radius: 1rem;
}

.cart-bar__bar {
    width: var(--inz-bar-width, '0px');
    height: 6px;
    box-shadow: 0 0 15px rgba(184, 91, 72, 0.7);
    animation: pulsate 3s ease-out infinite;
    background-color: var(--wp--preset--color--tertiary);
    border-radius: 1rem;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 2s;
}

@-webkit-keyframes pulsate {
    0%   { box-shadow: 0 0 0 rgba(184, 91, 72, 0.7); }
    50%  { box-shadow: 0 0 15px rgba(184, 91, 72, 0.7); }
    100% { box-shadow: 0 0 0 rgba(184, 91, 72, 0.7); }
}

/* MAIN NAV */

.navbar-toggler {
    padding: 0;
    margin-left: 0.4rem;
    border: none;
    outline: none;
}

.navbar-toggler:focus {
    border: none;
    box-shadow: none;
    outline: none;
}

.navbar-brand {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    font-size: 0;
    position: relative;
}

.navbar-brand h1 {
    margin: 0;
    line-height: 0;
}

.navbar-brand img {
    width: auto;
    max-height: 3rem;
    height: auto;
}

#top-nav {
    background-color: #f0f0f0;
}

#main-nav {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	border-bottom: 1px solid #f0f0f0;
	font-size: 0.8rem;
	font-family: var(--wp--preset--font-family--secondary);
}

#main-nav .navbar-collapse {
    justify-content: center;
}

#main-nav .navbar-nav > li > a {
    padding: 1rem 1.2rem;
    color: var(--wp--preset--color--dark);
    display: block;
    font-weight: 600;
    letter-spacing: 0.02rem;
    position: relative;
    text-transform: uppercase;
}

#main-nav .navbar-nav > li > a:hover {
    color: #858585;
}

#main-nav .navbar-nav > li > a.dropdown-toggle:after {
    content: "";
    width: 0; 
    height: 0; 
    margin-top: -4px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid;
    position: absolute;
    right: 4px;
    top: 50%;
}

#main-nav ul>li>.dropdown-menu {
    width: 100%;
    max-width: 240px;
    padding: 1.6rem 2rem;
    margin: 0;
    background-color: var(--wp--preset--color--white);
    box-shadow: 5px 5px 30px rgba(0,0,0,0.1);
    border-radius: 1rem;
    font-size: 0.86rem;
    display: none;
    top: 100%;
}

#main-nav ul>li>.dropdown-menu.mgm-wrapper {
    max-width: 1230px;
    padding: 2rem 2.6rem;
    margin: 0 auto;
    left: 0;
    right: 0;
    justify-content: center;
    flex-wrap: wrap;
}

#main-nav ul>li>.dropdown-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#main-nav ul>li>.dropdown-menu li {
    padding: 0.3rem 0;
    display: block;
}

#main-nav ul>li>.dropdown-menu li a:hover {
    color: var(--wp--preset--color--dark);
    text-decoration: underline;
}

#main-nav ul>li>.dropdown-menu img {
    border-radius: var(--inz-radius);
}

#main-nav .navbar-nav > li.featured-item a {
    padding: 0.3rem 1rem;
    border: 2px solid var(--wp--preset--color--light);
    border-radius: 2rem;
    color: var(--wp--preset--color--primary);
    display: table;
}

#main-nav .navbar-nav > li.featured-item a:hover {
    color: var(--wp--preset--color--tertiary);
}

@media (max-width: 767px) {
    #top-nav {
        padding-bottom: 50px;
    }
}

@media (max-width: 1199px) {
    #navbarContent {
        width: 100%;
        max-width: 450px;
        padding: 3rem 2rem 2rem;
        background-color: var(--wp--preset--color--white);
        box-shadow: 0 10px 10px rgba(0,0,0,0.05);
        position: fixed;
        top: 0;
        bottom: 0;
        left: -450px;
        transform: translateX(-100%);
        transition: transform 0.3s;
        visibility: hidden;
        transition: 0.5s;
        align-items: flex-start;
        overflow-y: auto;
        z-index: 999999;
    }
    
    #navbarContent.show {
        transform: translateX(0);
        visibility: visible;
        left: 0;
    }

    #navbarContent .navbar-nav > li > a {
        padding: 1rem 0;
        font-size: 1.2rem;
    }

    #navbarContent ul>li>.dropdown-menu {
        max-width: 100%;
    }

    #navbarContent ul>li>.dropdown-menu.mgm-wrapper {
        padding: 1.2rem 2rem;
    }
    #navbarContent ul>li>.dropdown-menu.show,
    #navbarContent ul>li>.dropdown-menu.mgm-wrapper.show {
        display: block;
        margin-bottom: 1rem;
    }
    #navbarContent ul>li>.dropdown-menu ul li {
        width: 100%;
        padding: 7px 0;
    }
}

@media (min-width: 1200px) {
    .navbar-brand img {
        max-height: 5rem;
    }

	#main-nav .navbar-nav {
	    align-items: center;
	}

    #main-nav .navbar-nav > li:not(.featured-item) > a:before {
        content: "";
        width: 20px;
        height: 4px;
        margin: 0 auto;
        background-color: var(--wp--preset--color--secondary);
        border-radius: 30px;
        opacity: 0;
        position: absolute;
        bottom: -2px;
        left: 0;
        right: 0;
    }
    
    #main-nav .navbar-nav > li.active > a:before,
    #main-nav .navbar-nav > li:hover > a:before {
        opacity: 1;
    }
    
    #main-nav .navbar-nav > li.featured-item a {
        margin: 0 1rem;
    }

    #main-nav ul > li.dropdown:hover > .dropdown-menu {
		display: block;
	}
}

/* CLOSE BUTTON */

.close-icon {
	width: 30px;
	height: 30px;
	padding: 10px;
	cursor: pointer;
    position: absolute;
    top: 1rem;
    right: 1.3rem;
    z-index: 9;
}

.close-icon:before,
.close-icon:after {
	content:'';
	position:absolute;
	width: 26px;
	height: 2px;
	background-color: var(--wp--preset--color--gray);
	top: 12px;
}

.close-icon:before {
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	transform:rotate(45deg);
	left:2px;
}
.close-icon:after {
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	transform:rotate(-45deg);
	right:2px;
}

#close-cart,
#close-aside-filter {
    top: 0;
}

/* SEARCH FORM */

.aws-container {
	width: 100%;
    max-width: 600px;
    position: absolute;
    top: 56px;
    left: 0;
    right: 0;
}

.aws-container .aws-search-form {
    padding: 0 0.8rem 0 1.2rem;
    background-color: var(--wp--preset--color--white);
}

.aws-container .aws-search-form .aws-form-btn,
.aws-container .aws-search-form .aws-form-btn:hover,
.aws-container .aws-search-field,
.aws-container .aws-search-field:focus {
    background-color: transparent;
    border: none;
}

.aws-search-result {
    border-radius: 1rem !important;
    padding: 0.5rem;
}

.aws-search-result .aws_result_link {
    display: flex;
    align-items: center;
}

.aws-search-result .aws_result_image img {
    border-radius: 0.5rem;
    border: 1px solid var(--wp--preset--color--light);
}

.aws-search-result .aws_result_title {
    color: var(--wp--preset--color--primary);
    font-size: 0.9rem;
}

@media (min-width: 768px) {
    .aws-container {
        margin-left: 3rem;
        position: relative;
        top: 0;
    }

    .aws-container .aws-search-form {
        border-radius: 2rem;
    }
}

/* TOP PAGE */

.top-page .container {
	margin: 0 auto;
	color: var(--wp--preset--color--secondary);
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	text-align: center;
	transform: translateY(-50%);
	z-index: 1;
}

.top-page__img {
    width: 100%;
    height: 200px;
    margin: 0 auto;
}

.top-page img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.top-page__overlay {
	background-color: var(--wp--preset--color--primary);
	opacity: 0.8;
	mix-blend-mode: multiply;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}

.top-page .intitle {
    margin: 0;
    text-transform: uppercase;
}

.top-page .subtitle {
    max-width: 500px;
    margin: 0 auto;
    font: 1rem/1.1 var(--wp--preset--font-family--secondary);
}

.breadcrumbs {
    margin: 0 0 1rem;
    font-size: 11px;
    letter-spacing: 0.05rem;
}

.breadcrumbs,
.breadcrumbs a {
    color: var(--wp--preset--color--light);
}

.single .breadcrumbs {
    margin-bottom: 3rem;
}

.single .breadcrumbs,
.single .breadcrumbs a {
    color: var(--wp--preset--color--dark);
}

/* SHARE */

.entry__share {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.entry__share span {
    display: block;
	font-size: 0.7rem;
	letter-spacing: 0.05rem;
    text-transform: uppercase;
}

.entry__share .fa {
    width: 1.8em;
    height: 1.8em;
    border-radius: 2rem;
    color: var(--wp--preset--color--white);
    font-size: 1rem;
    line-height: 1.8;
    text-align: center !important;
    display: block;
}

 .entry__share .fa-facebook {
	background: #3b5998
 }
 .entry__share .fa-whatsapp {
	background: #4dc247;
 }
 .entry__share .fa-linkedin {
	background: #0077b5;
 }
 .entry__share .fa-pinterest {
	background: #d71010;
 }

/* SCROLL BAR */

.custom-scroll {
    max-height: 174px;
    padding-right: 20px;
    overflow-y: auto;
}

.custom-scroll::-webkit-scrollbar {
    width: 3px;
}
  
.custom-scroll::-webkit-scrollbar-track {
    background-color: #d0d0d0;
}

.custom-scroll::-webkit-scrollbar-thumb {
    background-color: #858585;
}

/* WP-PAGENAVI */

nav.pagination {
    margin: 2rem 0;
    clear: both;
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    text-align: center;
}

nav.pagination .total-pages {
    margin: 0 15px;
    display: inline-block;
    color: var(--wp--preset--color--gray);
}

/* SIDEBAR */

.aside-sidebar .sidebar,
.bapf_sfilter {
    margin-bottom: 2rem;
}

.bapf_head h3,
.aside-filter h4.filter-title,
.aside-sidebar .sidebar > h2 {
        padding: 0.5rem;
        margin: 0 0 0.5rem;
        background-color: #f9f8f3;
        border-radius: var(--inz-radius);
        color: var(--wp--preset--color--tertiary);
        font-size: 0.9rem;
}

.aside-sidebar ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.aside-sidebar ul li {
    padding: 0.3rem 0;
}

.aside-sidebar ul li:last-child {
    border-bottom: 0;
}

.aside-profile .sidebar li {
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.aside-profile .sidebar li a {
    color: #787878;
}

.aside-profile .sidebar li a:hover {
    text-decoration: underline;
}

.aside-profile .sidebar li.is-active a {
    font-weight: bold;
}

@media (max-width: 991px) {
    .aside-profile .sidebar {
        display: none;
    }
}

/* ASIDE - FILTER */

.bapf_head h3 {
    cursor: pointer;
}

.bapf_head h3 .fa {
    color: var(--wp--preset--color--gray);
    font-size: 0.84rem;
    right: 0.5rem;
}

.bapf_sfilter ul li {
    padding: 0.3rem 0 !important;
}

.bapf_sfilter .bapf_body ul li ul {
    padding: 0;
    margin: 0 !important;
    font-size: 0.9rem;
}

.bapf_sfilter input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.bapf_sfilter label {
    line-height: 1.3;
    padding-left: 1.8rem;
    position: relative;
}

.bapf_sfilter li:hover > label {
    color: var(--wp--preset--color--tertiary);
}

.bapf_sfilter label:before {
    content: "";
    width: 18px;
    height: 18px;
    background-color: var(--wp--preset--color--white);
    border: 2px solid var(--wp--preset--color--tertiary);
    border-radius: 0.4rem;
    position: absolute;
    left: 0;
    top: 0.26rem;
}

.bapf_sfilter input:checked ~ label:before,
.bapf_sfilter .checked label:before {
    background-color: var(--wp--preset--color--tertiary);
}

.bapf_sfilter input:checked ~ label:after,
.bapf_sfilter .checked label:after {
    content: '\e904';
	color: var(--wp--preset--color--secondary);
	font-size: 0.84rem;
    font-family: 'inzicon';
    position: absolute;
    top: 5px;
	left: 2px;
}

#btn-page-filter {
	width: 96px;
	min-width: 96px;
	padding: 0.46rem 1rem;
	background: url(images/filter.png) 85% no-repeat  transparent;
	border: 1px solid var(--wp--preset--color--gray);
	border-radius: var(--inz-radius);
	display: none;
	font-size: 0.84rem;
	font-weight: 600;
	text-align: left;
}

@media (max-width: 991px) {
    #btn-page-filter {
        display: block;
    }
    .aside-filter .aside-sidebar__inner {
        width: 100%;
        max-width: 400px;
        padding: 2.5rem 2rem 2rem;
        background-color: var(--wp--preset--color--white);
        box-shadow: 2px 2px 10px rgb(0 0 0 / 15%);
        position: fixed;
        top: 0;
        bottom: 0;
        left: -450px;
        transform: translateX(-100%);
        transition: transform 0.3s;
        visibility: hidden;
        transition: 0.5s;
        align-items: flex-start;
        overflow-y: auto;
        z-index: 999999;
    }
    .aside-filter .aside-sidebar__inner.active {
        transform: translateX(0);
        visibility: visible;
        left: 0;
    }
}

p:empty {
    display: none;
}

/* UL FEAT LIST */

ul.feat-list {
	padding: 0;
	list-style: none;
    line-height: 1.2;
}

ul.feat-list>li {
	display: block;
	padding: 0.4rem 0 0.4rem 1.4rem;
	position: relative;
}

ul.feat-list>li:before {
	content: "\e904";
    font: 1em 'inzicon';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

ul.feat-list>li a:hover {
    text-decoration: underline;
}

/* ELEMENTS */

.is-style-card-1 {
    padding: 2rem;
    border-radius: var(--inz-radius);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
}

.is-style-card-2 {
    padding: 2rem;
    border-radius: var(--inz-radius);
}

.is-style-radius,
.is-style-radius img {
    border-radius: var(--inz-radius);
    overflow: hidden;
} 

[class*="-font-size"] {
    line-height: 1.4;
}

.wp-block-cover,
:where(.wp-block-group.has-background),
.wp-block-cover-image {
    padding: 0;
}

.wp-block-image img {
	height: auto;
}

.wp-block-image figcaption {
    padding-top: 10px;
    font-size: 12px;
}

div.alignwide:not(.container),
.has-text-align-wide:not(.container),
.wp-block-image.alignwide {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.full-height {
    min-height: 100vh;
}

/* BUTTONS */

.wp-block-button__link {
    padding: 0.8rem 1.8rem !important;
    display: flex;
    align-items: center;
    border-radius: 30px;
    font-size: 1em;
    font-weight: 600;
    text-align: center;
}

.wp-block-button__link:after {
    content: "\e902";
    margin-left: 0.5rem;
    font-family: 'inzicon';
}

.wp-block-button__link:hover {
    background-color: var(--wp--preset--color--tertiary) !important;
    color: var(--wp--preset--color--light) !important;
    border-color: var(--wp--preset--color--tertiary) !important;
}

.is-style-outline>:where(.wp-block-button__link), 
:where(.wp-block-button__link).is-style-outline {
    border-width: 1px;
}

/* COLUMNS */

@media (min-width: 768px) and (max-width: 991px) {
    .wp-block-columns.is-layout-flex {
        flex-wrap: wrap !important;
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 46% !important;
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.item-md-70 {
        flex-basis: 65% !important;
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.item-md-30 {
        flex-basis: 30% !important;
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile).item-md-100>.wp-block-column {
        flex-basis: 100% !important;
    }
}

@media (min-width: 768px) and (max-width: 781px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.item-sm-100 {
        flex-basis: 100% !important;
    }
}

/* MODAL */

.modal-dialog {
    width: 95%;
    max-width: 600px;
}

.modal-content {
    border: none;
    border-radius: var(--inz-radius);
}

.modal-header {
	padding: 3rem 2rem 0;
	border: none;
}

.modal-header h2.intitle {
    margin-bottom: 0;
}

.modal-body {
    padding: 2rem;
}

.modal button.btn-close {
    width: 35px;
    height: 35px;
    padding: 0;
    background-color: var(--wp--preset--color--primary);
    color: var(--wp--preset--color--light);
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    opacity: 1;
    border-radius: 30px;
}

/* LOGIN */

.modal-login__dialog {
    max-width: 450px;
}

.modal-login__form .form-row {
    float: none !important;
    width: 100% !important;
}

.modal-login__form button.button {
    width: 100%;
    margin: 1rem 0;
}

/* GDPR */

#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme {
    background-color: var(--wp--preset--color--white);
    border-top-color: var(--wp--preset--color--gray);
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p {
    font-size: 13px;
}

.gdpr_lightbox.gdpr_lightbox-opened {
    background: rgba(0,0,0,0.4);
}

/* ALIGNMENT */

.aligncenter,
div.aligncenter {
	margin-left: auto;
    margin-right: auto;
	text-align: center;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

img.alignright {
	float: right;
	margin: 5px 0 20px 10px;
}

img.alignleft {
	float: left;
	margin: 5px 20px 10px 0;
}

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

/* NEWSLETTER */

.hustle-ui .hustle-field .hustle-input + .hustle-input-label,
.hustle-ui:not(.hustle-size--small) .hustle-field .hustle-input + .hustle-input-label {
    top: 0.2rem;
    z-index: 1;
}

.hustle-ui .hustle-field .hustle-input + .hustle-input-label span,
.hustle-ui:not(.hustle-size--small) .hustle-field .hustle-input + .hustle-input-label span {
    line-height: 1.2;
}

.hustle-layout .hustle-main-wrapper {
    padding: 0 !important;
}

/* WHATSAPP */

.whats-btn {
    position: fixed;
    bottom: 3.6rem;
    right: 2rem;
    z-index: 99;
}

.whats-btn__item {
    width: 60px;
    height: 60px;
    margin-bottom: 5px;
    background-color: #5eca55;
    border-radius: 100%;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    line-height: 84px;
    text-align: center;    
}

.whats-btn__item .fa {
    color: #fff;
    font-size: 2.4rem;
}

@media (max-width: 575px) {
    .whats-btn {
        bottom: 1rem;
        right: 1rem;
    }

    .whats-btn__item {
        width: 50px;
        height: 50px;
        line-height: 66px;
    }

    .whats-btn__item .fa {
        font-size: 2rem;
    }
}

/* OVERLAY */

.overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .38);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 12;
    display: none;
}

.overlay.active {
    display: block;
}

/* SUER SWITCHING */

.woocommerce-MyAccount-navigation-link--user-switching-switch-back,
#user_switching_switch_on {
    display: none
}

#bar-user-switching {
    width: 100%;
    padding: 20px !important;
    background: #e3e3e3;
    font-size: 1.1em !important;
    position: fixed;
    bottom: 0 !important;
    left: 0 !important;
    right: 0;
    text-align: center;
    z-index: 999;
}

/* FOOTER */

.main-footer {
	width: 100%;
    border-top: 1px solid #f0f0f0;
	font-size: 0.84rem;
	position: relative;
	bottom: 0;
}

body.woocommerce-cart .main-footer,
body.woocommerce-checkout:not(.woocommerce-order-received) .main-footer {
    border: none;
}

.main-footer > .container {
    padding-top: 4rem;
}

.main-footer h2.main-footer__title {
    margin-bottom: 1rem;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.02rem;
    text-transform: uppercase;
}

.main-footer ul.menu {
    padding: 0;
    margin: 0;
    letter-spacing: 0.03rem;
    list-style: none;
}

.main-footer ul.menu li {
    padding: 0.1rem 0;
}

.main-footer ul.menu li a:hover{
    text-decoration: underline;
}

.main-footer .contact-block__phone {
    font-size: 1.2em;
    font-weight: 700;
} 

.main-footer__copyright {
	padding: 2rem 1.5rem;
	margin-top: 2rem;
	border: 1px solid #f0f0f0;
    font-size: 0.76rem;
	font-weight: 500;
    line-height: 1.2;
	text-align: center;
}

.main-footer__copyright p {
	margin: 0 0 0.2rem;
}

.main-footer .developer-link {
    opacity: 0.4;
}

@media (max-width: 575px) {
    .main-footer,
    .main-footer .contact-block li {
        text-align: center;
        justify-content: center;
    }
}

/* MEDIA QUERIES */

@media (max-width: 767px) {
    .container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (min-width: 992px) {
    .container {
        width: 95%;
        max-width: 1240px;
    }
}

@media screen and (min-width: 90em) {
    html {
        font-size: 100%;
    }
}

@media screen and (min-width: 145em) {
    html {
        font-size: 120%;
    }
}

@media screen and (min-width: 180em) {
    html {
        font-size: 150%;
    }
}