/*
	Theme Name: Mannes
	Theme URL: https://app.estofadosmannes.com.br
	Author: Kezily Correa | Inovalize
	Author URL: http://inovalize.com.br
	Description: Tema desenvolvido por Inovalize
	Version: 1.0
*/

/* GERAL */

* {
	border: none;
	margin: 0;
}

body {
	background-color: #fff;
	color: var(--inz-primary);
	font: 400 13px/1.5 'Open Sans', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering:optimizeLegibility;
	-webkit-text-rendering:optimizeLegibility;
}

body.home {
    background-color: #232529;
    color: #f5f5f5;
}

a {
	color: var(--inz-primary);
	border: none;
	text-decoration: none;
}

a:hover {
	color: #6d6d6d;
	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;
}

div,
section,
h1,
article {
	position: relative;
}

/* FORM */

form.forminator-ui {
	max-width: 800px;
	margin: 0 auto !important;
}

form p {
    margin-bottom: 20px;
    position: relative;
}

form label:not(.label-rel) {
	margin: 0;
	color: #484848;
	font-size: 11px;
	position: absolute;
	top: 6px;
	left: 13px;
    z-index: 1;
}

input,
textarea,
select {
	width: 100%;
	padding: 26px 12px 10px;
	background: transparent;
	color: #000;
	font-size: 14px;
	box-sizing: border-box;
	outline: none;
	border: 1px solid #cacaca;
	border-radius: 10px;
	position: relative;
	z-index: 1;
}

input:focus,
textarea:focus {
	border-color: var(--green);
}

input[type="radio"],
input[type="checkbox"] {
	width: auto;
	height: auto !important;
	margin: 0 5px 0 0;
	position: relative;
	top: 2px;
}

input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

form select,
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.cs-select {
	background: url(images/angle-down.png) no-repeat right .75rem center/10px transparent;
}

textarea {
	width: 100%;
	height: 80px;
	box-sizing: border-box;
	outline: none;
	resize: none !important;
}

input[type="submit"] {
	width: 100%;
	height: auto;
	padding: 15px 30px;
	background-color: var(--inz-primary);
    border: none;
    border-radius: 10px;
	color: #fff;
	font-size: 1.3em;
	font-weight: 700;
	text-transform: uppercase;
	outline: none;
	cursor: pointer;
}

label.forminator-checkbox {
    width: 30px;
    top: 5px;
    display: inline-block !important;
}

.forminator-checkbox__label {
    display: inline-block;
}

.forminator-checkbox__label a {
    text-decoration: underline;
}

.forminator-ui.forminator-custom-form[data-design=default] .forminator-multi-upload {
    border-radius: 5px !important;
}

.wpcf7-response-output {
    padding: 10px !important;
    margin: 0 !important;
    border-width: 1px !important
}

.codedropz-upload-handler {
    border: 2px dashed var(--inz-primary);
}

.codedropz-upload-inner h2,
.codedropz-upload-inner span {
    font-size: 16px;
    font-weight: 700;
    display: none;
}

.dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
    font-size: 10px;
    padding-right: 5px;
}

.dnd-upload-status .dnd-upload-details .remove-file {
    top: 6px;
}

/* GENERAL */

.clear {
	clear: both;
}

/* HEADER */

.main-header {
	width: 100%;
	margin: 0 auto;
    padding: 15px 0;
	position: relative;
	background: var(--inz-primary);
    border-radius: 0 0 15px 15px;
    z-index: 5;
}

.main-header nav {
    padding: 0;
}

.search-toggle,
.profile-toggle {
    width: 25px;
    height: 25px;
    background-size: 22px;
	line-height: 1;
    display: table;
    cursor: pointer;
}

.show-profile-menu,
.show-profile-menu:focus {
    background-color: transparent;
    outline: none;
}

/* PROFILE */

.profile-toggle {
    background: url(images/user.svg) center no-repeat;
    background-size: 25px;
}

/* SEARCH */

.search-toggle {
    background: url(images/search.svg) center no-repeat;
    background-size: 22px;
}

.search-toggle.close,
.show-search.close {
    background: url(images/cancel.png) center no-repeat;
    background-size: 18px;   
}

.search-form {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    border-radius: 5px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: -65px;
    left: 0;
    right: 0;
    transition: 0.3s;
    z-index: -1;
}

.search-form.active {
	top: 75px;
	opacity: 1;
	z-index: 999;
}

.search-form.post.active {
	top: 55px;
	box-shadow: 5px 5px 20px rgb(0 0 0 / 20%);
}

.search-form input[type="search"] {
  width: calc(100% - 55px);
  height: 40px;
  padding: 5px 15px;
  margin: 0;
  background: #fff;
  float: left;
  border-radius: 0;
  border: none;
}

.search-form input[type="submit"] {
  min-width: auto;
  width: 55px;
  height: 40px;
  padding: 0;
  margin: 0;
  background: url(images/search.svg) center no-repeat #000;
  background-size: 18px;
  float: right;
  border-radius: 0;
}

/* TOP PAGE */

.top-page {
    padding: 40px;
    text-align: center;
}

.top-page__close {
    width: 30px;
    height: 30px;
    display: block;
    background: url(images/cancel-dark.png) center no-repeat;
    background-size: 12px;
    border: 1px solid #000;
    border-radius: 100px;
    position: absolute;
    right: -2px;
    top: 37px;
}

.intitle,
.top-page h1,
.page-title {
    margin: 0;
    font-size: 1.6em;
    font-weight: 700;
    text-transform: uppercase;
}

.intitle,
.page-title {
    margin-bottom: 20px;
}

.intitle a.btn-all {
    max-width: 60px;
    height: 25px;
    padding: 5px 0;
    margin: 0 auto;
    color: #7e7e7e;
    font-size: 11px;
    font-weight: 400;
    text-transform: lowercase;
    display: block;
}

h1.home-title:before,
h1.home-title:after {
    content: "";
    width: 85px;
    height: 5px;
    margin: 30px auto;
    background-color: var(--white);
    display: block;
    position: relative;
}

@media (min-width: 1200px) {
    .intitle,
    .top-page h1,
    .page-title {
        font-size: 2.2em;
    }
}

/* MAIN NAV */

.navbar-brand {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 10;
	line-height: 1;
}

.navbar-brand img {
  width: 100%;
  max-width: 100px;
}

.navbar-toggler {
   border: none;
   padding: 0;
   z-index: 10;
   outline: none;
 }

.navbar-toggler img {
	height: 16px;
}

/* BUTTONS */

.btn-action {
    height: auto;
    padding: 15px 30px;
    background-color: var(--inz-primary);
    color: var(--white);
    border-radius: 10px;
    display: block;
    font-size: 1.3em;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.btn-action,
.btn-action:focus {
    outline: none;
}

.btn-action .fa {
    margin-left: 10px;
}

.btn-action.bordered {
    background-color: transparent;
    border: 1px solid var(--inz-primary);
    color: var(--inz-primary);
}

.btn-action.bordered:hover {
    background-color: var(--inz-primary);
    color: var(--white);
}

.btn-action-secondary {
    color: #c0c0c0;
    font-weight: 700;
}

/* SINGLE PRODUCTS */

.single__thumb img {
    border-radius: 15px;
}

.single__header {
    margin-bottom: 40px;
    padding-right: 40px;
}

.single__header h1 {
    margin-bottom: 5px;
}

.single__header a {
    color: #87868a;
    text-transform: uppercase;
}

.single__entry {
    color: #5b5b5f;
    font-size: 1em;
}

/* SINGLE - SHARE */

.single__share {
    width: 40px;
    position: absolute;
    top: 0;
    right: 0;
}

.single__share a {
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
    background-color: var(--inz-primary);
    color: var(--white);
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    display: block;
    border-radius: 30px;
}

.share__inner {
    background-color: var(--white);
    display: none;
    z-index: 2;
}

.share__toggle {
    width: 40px;
    height: 40px;
    background: url(images/share-icon.png) center no-repeat;
    background-size: 20px;
    display: block;
    cursor: pointer;
}

/* TABS */

.nav-tabs {
    margin-bottom: 40px;
    list-style: none;
}

.nav-tabs-user {
    max-width: 500px;
    margin: 0 auto 40px;
    list-style: none;
}

.nav-tabs li {
    padding: 0 10px;
    margin-bottom: -10px;
}

.nav-tabs li:first-child {
	padding-left: 0;
}

.nav-tabs li:last-child {
	padding-right: 0;
}

.nav-tabs .nav-link {
    padding: 0 0 5px;
    border: none;
    color: #5b5b5f;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    border-radius: 0;
}

.nav-tabs .nav-link.active {
    color: var(--inz-primary);
    border-color: var(--inz-primary);
}

.nav-tabs .dropdown-toggle {
    width: 30px;
    height: 30px;
    background-color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    border: 1px solid #000;
    border-radius: 30px;
    display: block;
    position: relative;
    top: -6px;
}

.nav-tabs .dropdown-toggle:after {
    display: none;
}

.nav-tabs .dropdown-menu {
	padding: 20px;
	border-radius: 15px;
}

.nav-tabs .dropdown-menu li {
	padding: 5px 0;
	font-size: 14px;
}

.nav-tabs .dropdown-menu .nav-link {
    border: none;
}

.tab-content {
    min-height: 350px;
}

.tab-content>.tab-pane:not(.active) {
    height: 0;
    display: block !important;
    z-index: -99;
    overflow: hidden;
}

@media (min-width: 768px) {
    .nav-tabs li {
        padding: 0 20px;
    }

    .nav-tabs .nav-link {
        font-size: 1.2em;
    }
}

/* IMAGENS */

.alignnone {
	margin: 5px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
	text-align: center;
}

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

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

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

a img.alignnone {
	margin: 5px 20px 10px 0;
}

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

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

.wp-caption {
	background: var(--white);;
	max-width: 100%;
	padding: 0;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 10px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 10px 0;
}

.wp-caption.alignright {
	margin: 5px 0 10px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* SIDEBAR */

.filter-box {
    max-width: 200px;
    display: block;
    padding: 5px;
    margin: 0 auto 30px;
    background-color: #edeef0;
    font-size: 1.2em;
    font-weight: 300;
    text-align: center;
    border-radius: 10px;
    position: relative;
    z-index: 3;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.show-search,
.show-filter {
    width: 30px;
    height: 30px;
    filter: grayscale(1) invert(1);
}

.show-search {
    background: url(images/search.svg) center no-repeat;
    background-size: 20px;
}

.show-filter {
    background: url(images/filter.svg) center no-repeat;
    background-size: 20px;
}

.show-filter.no-filter {
    opacity: 0.2;
    pointer-events: none;
}

.close-filter {
    width: 55px;
    height: 20px;
    padding: 2px 0 0 15px;
    margin: 0 0 0 auto;
    background: url(images/cancel-dark.png) left 6px no-repeat;
    background-size: 10px;
    display: block;
}

.close-filter,
.clear-filter {
    font-size: 12px;
    opacity: 0.5;
    cursor: pointer;
}

.aside-menu {
    width: 100%;
    max-width: 450px;
    height: 100vh;
    padding: 20px 25px;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0,0,0,0.2);
    opacity: 0;
    position: fixed;
    left: -450px;
    right: 0;
    top: 0;
    transition: 0.5s;
    visibility: hidden;
    z-index: 10;    
}

.aside-menu.active {
	left: 0;
	opacity: 1;
	visibility: visible;
}

.aside-menu .sidebar:not(.sidebar:last-of-type) {
	padding-bottom: 15px;
	border-bottom: 1px solid #e6e6e6;
}

.aside-menu .sidebar h2 {
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 1.2em;
}

.aside-menu .navbar-nav {
    font-size: 1.4em;
}

.aside-menu .navbar-nav li a {
    padding: 1rem 0;
    display: block;
}

.aside-menu .navbar-nav li img {
    width: 22px;
    height: auto;
    margin-right: 15px;
    display: inline-block;
    opacity: 0.5;
    position: relative;
    top: -3px;
}

@media (min-width: 576px) {
    .show-filter {
        max-width: 250px;
        margin-left: 0;
    }
}

/* FILTER */

.filter-form {
    position: relative;
}

.filter-form__inner {
    max-height: calc(100vh - 100px);
    padding-bottom: 70px;
    overflow-y: auto;
}

.filter-form label.parent {
    font-weight: 700;
}

.filter-form label {
	margin-bottom: 12px;
}

.filter-form input[type=checkbox] {
    position: absolute;
    left: 0;
    top: 4px;
}

.filter-form input[type=submit] {
    max-width: 100%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0px;
}

.filter-items span.d-inline-block {
    width: 50%;
    position: relative;
}

.filter-form span.child {
    padding-left: 20px;
}

.filter-form::-webkit-scrollbar {
    width: 6px;
}
  
.filter-form::-webkit-scrollbar-track {
    background: #fff; 
}

.filter-form::-webkit-scrollbar-thumb {
    background: #888; 
    border-radius: 100px;
}

.filter-form::-webkit-scrollbar-thumb:hover { 
    background: var(--bg-color-2); 
}

/* CUSTOM CHECKBOX */

.custom-check input {
    visibility: hidden;
    position: absolute;
    width: 0;
    height: 0;
}

.custom-check label {
    padding-left: 25px;
    cursor: pointer;
    position: relative;
}

.custom-check label:before {
    content: "";
    width: 17px;
    height: 17px;
    border: 1.5px solid #ADB5BD;
    border-radius: 3px;
    position: absolute;
    left: 0;
}

.custom-check input:checked + label:before {
    background: url(images/checkmark.png) center 2px no-repeat var(--inz-primary);
    background-size: 10px;
    border-color: var(--inz-primary);
}

@media (max-width: 575px) {
    .custom-check label:before {
        top: 1px;
    }
}

/* MY ACCOUNT */

.user-total-points {
    margin: 0 auto 40px;
    font-size: 1.2em;
    text-align: center;
}

/* ADD TO CART */

.add-to-cart-form {
    display: flex;
    gap: 0 10px;
    margin-bottom: 50px;
}

.add-to-cart-form input[type=submit] {
    max-width: 300px;
    padding: 15px 5px;
}

.add-to-cart__qty {
    width: 100%;
    max-width: 90px;
    display: flex;
    align-items: center;
}

.add-to-cart__qty input {
    width: 50px;
    height: 50px;
    padding: 5px;
    text-align: center;
}

.add-to-cart__qty span {
    width: 100%;
    height: 50px;
    display: block;
    cursor: pointer;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
}

/* CART LIST */

.sale-card,
.cart-totals,
.card-item {
    display: flex;
    margin-bottom: 30px;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 8%);
    border-radius: 15px;
    overflow: hidden;
}

.sale-card__thumb {
    width: 100%;
    max-width: 130px;
}

.sale-card__thumb img {
    width: 100%;
}

.sale-card__infos {
    width: 100%;
    padding: 15px 15px 15px 20px;
}

.sale-card__infos p {
    margin: 0 0 5px;
}

p.sale-card_title {
    font-size: 1.4em;
    font-weight: 700;
    text-transform: uppercase;
}

.sale-card__infos a {
    color: #7e7e7e;
    display: table;
    margin-top: 15px;
}

.sale-card form {
    margin: 0 0 10px;
}

.sale-card form input[type=submit] {
    display: none;
}

.sale-card .add-to-cart__qty {
    max-width: 100%;
    margin-top: 10px;
}

.sale-card .add-to-cart__qty input,
.sale-card .add-to-cart__qty span {
    height: 40px;
}

.sale-card .add-to-cart__qty span {
    line-height: 40px;
}

a.sale-card__remove {
    width: 20px;
    margin-top: 15px;
    font-size: 16px;
}

.cart-totals {
    padding: 30px 20px;
    display: block;
    text-align: center;
}

.cart-totals p {
    margin-bottom: 30px;
    font-size: 1.2em;
}

@media (min-width: 768px) {
    .sale-card__thumb {
        max-width: 165px;
    }

    .sale-card__infos {
        padding-left: 40px;
    }
}

/* QR CODE SCANNER */

#qr-reader {
    width: 100%;
    max-width: 400px;
    padding: 5px 15px 10px;
    margin: 0 auto 30px;
    background-color: #edeef0;
    border: none;
    border-radius: 10px;
}

#qr-reader button {
    padding: 8px 10px;
    background-color: transparent;
    border-radius: 5px;
    border: 1px solid;
}

#qr-reader video {
    border-radius: 10px;
}

.qrcode__info {
    display: none;
}

#qr-reader select {
    margin: 5px 0 20px;
}

/* MULTI STEP FORM */

#steps-form {
    max-width: 400px;
    margin: 0 auto;
}

#steps-form h2 {
    max-width: 200px;
    display: block;
    padding: 10px 5px;
    margin: 0 auto 30px;
    background-color: #edeef0;
    font-size: 1.2em;
    font-weight: 300;
    text-align: center;
    border-radius: 10px;
}

#steps-form .invalid {
    border-color: #b93333;
}

.steps-form__tab {
    display: none;
}

.steps-form__tab:first-of-type {
    display: block;
}

.form-buttons .btn-action {
    width: 100%;
    margin: 5px 0 0;
}

.form-buttons #prevBtn {
    background-color: transparent;
    color: #b7b7b7;
    font-size: 13px;
}

.form-steps {
    margin: 30px auto;
    text-align: center;
}

.form-steps span {
    height: 10px;
    width: 10px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;  
    border-radius: 50%;
    display: inline-block;
    opacity: 0.4;
}

.form-steps span.active {
    opacity: 1;
}

.form-steps span.finish {
    background-color: #04AA6D;
}

/* CARDS */

.card-item {
    padding: 1rem;
    margin-bottom: 30px;
    display: block;
}

.card-item h2 {
    font-size: 1.4em;
    font-weight: 700;
    margin-bottom: 20px;
    padding: 10px 15px;
    background: #f1f1f1;
    border-radius: 10px;
}

.card-item h2 small {
    color: #5c5c5c;
    display: block;
    font-size: 12px;
    margin: 5px 0;
}

.card-item p {
    margin-bottom: 15px;
}

.card-item__subtitle,
table td::before {
    margin-bottom: 3px;
    color: #5c5c5c;
    display: block;
    font-size: 9.5px;
    font-weight: 700;
    text-transform: uppercase;
}

.card-item__btn {
    padding: 10px 0 0;
    margin-top: 10px;
    border-top: 1px solid #f1f1f1;
    display: block;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.card-item__btn .fa {
    margin-left: 10px;
}

.card-item .btn-image {
    width: 75px;
    max-width: 100%;
    padding: 3px 8px;
    margin: 0;
    background-color: #f1f1f1;
    letter-spacing: 0;
    text-transform: none;
}

[class^="sale-status-"],
[class^="log-points-"] {
    padding: 1px 10px;
    border-radius: 5px;
    display: table;
    font-weight: 700;
}

.sale-status-approved,
.log-points-positive {
    background-color: #dee9dd;
    color: #41723c;
}

.sale-status-pending {
    background-color: #fff0e3;
    color: #c96d1c;
}

.sale-status-cancelled,
.log-points-negative {
    background-color: #ebd7d7;
    color: #8f1b1b;
}

@media (min-width: 768px) {
    .card-item__subtitle {
        font-size: 10px;
    }
    
    .card-item__btn {
        padding: 0;
        border: none;
        position: absolute;
        right: 50px;
        top: 16px;
    }
}

/* TABLE */

.table-responsive {
    overflow: inherit;
}

.table td {
    border-top: none;
}

.table th,
.table td {
    padding: 15px 20px;
}

.table tr:last-child td:not(.column-time),
.table thead th {
    border: none;
}

.table thead {
    background-color: #f1f1f1;
}

.table.mycred-table tfoot {
    display: none;
}

@media (max-width: 575px) {    
    table thead,
    table tfoot {
        border: none;
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .table th,
    .table td {
        padding: 8px 0;
    }

    table tr {
		padding: 1rem;
		margin-bottom: 30px;
		box-shadow: 5px 5px 20px rgb(0 0 0 / 8%);
		border-radius: 15px;
		display: block;
		position: relative;
	}

	table tr:last-child {
		margin-bottom: 0;
	}
    
    .table td {
        width: 100%;
        display: inline-block;
    }
    
    table td::before {
        content: attr(data-colname);
    }

    .mycred-table tr {
        padding-top: 80px;
    }

    .mycred-table td.column-entry {
        width: auto;
        padding: 1rem;
        background: #f1f1f1;
        border-radius: 10px;
        line-height: 1;
        position: absolute;
        left: 1rem;
        right: 1rem;
        top: 1rem;
    }

    .mycred-table td.column-entry::before {
        display: none;
    }

    .mycred-table td.column-time {
        padding-bottom: 10px;
        margin-bottom: 6px;
        border-bottom: 1px solid #f1f1f1;
    }

    .mycred-table td.column-creds,
    .mycred-table td.column-expiry {
        width: 50%;
    }
}

@media (min-width: 576px) {
    .table {
        box-shadow: 10px 10px 15px rgb(0 0 0 / 8%);
        border-radius: 10px;
        overflow: hidden;
    }

    .table td {
        border-bottom: 1px solid #f1f1f1;
    }
}

/* TABLE PAGINATION */

.pagination-top {
    display: none;
}

.pagination-bottom .col-xs-12 {
    width: 100%;
    margin-top: 30px;
}

nav.pagination {
    justify-content: center;
}

nav.pagination > a {
    margin: 0 10px;
}

.mycred-history-wrapper ul.pagination {
    gap: 0 5px;
    justify-content: center;
}

.mycred-history-wrapper ul.pagination>li {
    padding: 5px 10px;
    background-color: #f1f1f1;
    border-radius: 5px;
}

.mycred-history-wrapper ul.pagination>li.active {
    background-color: var(--inz-primary);
    color: var(--white);
}

/* SOCIAL */

.social {
    min-width: 190px;
    text-align: center;
}

.social a {
    width: 30px;
    height: 30px;
    margin: 0 4px;
    background-color: var(--white);
    display: inline-block;
    border-radius: 30px;
    font-size: 17px;
    line-height: 30px;
    text-align: center;
}

/* APPLE MESSAGE */

.apple-message {
    width: 95%;
    max-width: 400px;
    padding: 10px 10px 10px;
    margin: 0 auto;
    background-color: rgb(223 223 223 / 0.95);
    color: #000;
    font-size: 12px;
    text-align: center;
    position: fixed;
    bottom: 90px;
    left: 0;
    right: 0;
    z-index: 9999;
    border-radius: 10px;
    display: none;
}

.apple-message p {
	margin: 0;
}

.apple-message span.ic-share,
.apple-message span.ic-add {
    width: 16px;
    height: 21px;
    margin: 0 3px;
    background: url(images/share.png) center no-repeat;
    display: inline-block;
    position: relative;
    top: 3px;
}

.apple-message span.ic-add {
    height: 16px;
    background: url(images/add.png) center no-repeat;
    text-decoration: underline;
}

.apple-message__close {
    width: 30px;
    height: 30px;
    background-color: #000;
    color: #fff;
    font-weight: 700;
    position: absolute;
    top: -10px;
    right: -5px;
    border-radius: 50%;
}

/* NOTIFICATION */

.perfecty-push-dialog-container {
    top: 20px;
}

.perfecty-push-dialog-box {
	padding: 1.5rem;
	text-align: left;
	justify-content: flex-start;
	gap: 20px;
}

.perfecty-push-dialog-box .perfecty-push-dialog-icon {
    border-radius: 10px;
}

.perfecty-push-dialog-container .perfecty-push-dialog-form .perfecty-push-dialog-title {
    margin: 0 0 10px;
    color: var(--inz-primary);
    font-size: 1.2em;
}

.perfecty-push-dialog-container .perfecty-push-dialog-form button {
	margin: 10px 10px 0 0;
	border-radius: 5px;
}

.perfecty-push-dialog-container .perfecty-push-dialog-form #perfecty-push-dialog-cancel {
	background-color: #f1f1f1;
	color: var(--inz-primary);
}

.perfecty-push-dialog-container .perfecty-push-dialog-form #perfecty-push-dialog-subscribe {
	background-color: var(--inz-primary);
}

@media (max-width: 575px) {
    .perfecty-push-dialog-box {
        padding: 1rem;
        align-items: flex-start;
    }

    .perfecty-push-dialog-box .perfecty-push-dialog-icon {
        width: 40px;
    }

    .perfecty-push-dialog-form {
        width: calc(100% - 60px);
    }

    .perfecty-push-dialog-container .perfecty-push-dialog-form button {
        width: 100%;
    }
}

/* FOOTER */

.main-footer {
	width: 100%;
	margin: 0 auto;
    padding: 15px 0;
	background: var(--inz-primary);
    border-radius: 15px 15px 0 0;
    position: fixed;
    bottom: 0;
    z-index: 4;
}

.main-footer__nav {
    padding: 0;
}


.main-footer__nav .navbar-nav {
    width: 100%;
    padding: 0 20px;
    justify-content: space-between;
    align-items: center;
}

.main-footer__nav span {
    display: none;
}

.main-footer__icon {
    max-width: 50%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* OVERLAY */

.overlay-bg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.3);
    display: none;
    z-index: 4;
}

/* MEDIA QUERIES */

@media (min-width: 345px) and (max-width: 767px) {
    .container {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (min-width: 1200px) {
    .container.p-t-30 {
        padding-top: 70px;
    }

    .container.p-b-30 {
        padding-bottom: 70px;
    }

    .container.p-b-20 {
        padding-bottom: 50px;
    }

    .container {
        max-width: 990px;
    }
}