:root {
    --primary: #4F70E1;
    --secondary: #FF7B78;
    --third: #F8EFD2;
    --custom-grey: #4C4C4C;
    --green: #25c6c0;
}

/*---Scrollbar---*/
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #ffbebd;
}

::-webkit-scrollbar-thumb {
    background: var(--secondary);
}

::-webkit-scrollbar-thumb:hover {
    background: #fb6b69;
}

/* General */

.max-width {
    max-width: 1280px;
}

.margin-auto {
    margin-right: auto;
    margin-left: auto;
}

input {
    padding-left: 20px;
}

input:not([disabled]):focus {
    box-shadow: 0 0 3px 1px var(--secondary);
}

.pointer {
    cursor: pointer;
}

.btn-custom {
    background-color: var(--green);
    color: white;
    border-radius: 5px;
    padding: 10px 30px;
}

.btn-custom:hover {
    background-color: #28b1ac;
    color: white;
}

.sections.nav-sections {
    display: none;
}

.breadcrumbs {
    padding-top: 25px;
}

.breadcrumbs .items {
    padding: 0 20px;
}

.breadcrumbs .items li {
    font-size: 14px;
}

/*------HEADER------*/
.minicart-item a,
.make-list-button a {
    text-decoration: none;
}

.page-header {
    background: var(--third);
    margin-bottom: 0;
    z-index: 100;
}

.header.content {
    padding: 0;
}

.header-level-1 {
    height: 80px;
    align-items: center;
}

.header-logo-img svg {
    width: 174px;
    height: 40px;
}

.p-relative {
    position: relative;
}

#buttonSearch {
    padding: 0 !important;
    position: absolute;
    background-color: transparent;
}

#buttonSearch::after {
    content: '\e917';
    font-family: 'icomoon';
    position: absolute;
    font-size: 24px;
    top: 2px;
    right: 15px;
    color: var(--secondary);
    cursor: pointer;
}

.content-search::after {
    content: '\e917';
    font-family: 'icomoon';
    position: absolute;
    font-size: 24px;
    top: 2px;
    right: 15px;
    color: var(--secondary);
    cursor: pointer;
    display: none;
}

.content-search input {
    height: 40px;
    border: 1px solid var(--secondary);
    border-radius: 4px;
}

.content-search input:focus {
    box-shadow: 0 0 3px 1px #ca5958 !important;
}

.header-right-pad {
    justify-content: space-evenly;
}

.header-right-pad button {
    background: none;
    border: none;
    padding: 0;
    color: var(--primary);
    font: normal normal normal 14px/24px Nunito;
    transition: 0.25s;
}

.box-minicart-btn button:hover,
.header-account button:hover {
    text-decoration: underline;
}

.login-button button::before {
    content: '\e90a';
    font-family: 'icomoon';
    position: absolute;
    top: 0;
    left: -40px;
    font-size: 30px;
    color: var(--primary);
}

/*Minicart*/
/* See Minicart Module */

/*Account*/
.login-open {
    display: none;
}

.login-open.active {
    display: block;
    background-color: var(--third);
    position: absolute;
    right: 17%;
    top: 55px;
    border-radius: 0px 0px 20px 20px;
    padding: 40px 35px 20px;
    z-index: 99;
}

ul.options-account {
    padding-inline-start: 0px;
}

.options-account li a {
    text-decoration: none;
    color: var(--primary);
    font: normal normal normal 14px/24px Nunito;
}

.options-account li a:hover {
    text-decoration: underline;
}

/*Categorias*/
.bg-menu {
    background: var(--secondary);
    height: 45px;
}

.container-sections {
    box-sizing: border-box;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
}

.sections-title {
    height: 100%;
    justify-content: space-around;
    padding: 0 10px;
}

.sections-title>div {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}

.sections-title a {
    text-decoration: none;
}

.section-subtitle span {
    font: normal normal bold 14px/24px Nunito;
    color: white;
}

.section-subtitle {
    transition: 0.25s;
}

.section-subtitle:hover {
    transform: translateY(-3px);
}

@media screen and (max-width:1199px) {
    .sections-title>div {
        display: block;
    }
}

/*Faça sua lista*/
.make-list-bg {
    height: 46px;
    background-color: var(--primary);
}

.make-list-bg .make-list-title h2 {
    font: normal normal bold 26px/45px Nunito;
    color: white;
}

.make-list-bg .make-list-button button {
    background-color: var(--secondary);
    border: none;
    border-radius: 50px;
    width: 170px;
    height: 26px;
    transition: 0.25s;
}

.make-list-bg .make-list-button button:hover {
    background-color: #fb6b69;
}

.make-list-bg .make-list-button button span {
    font: normal normal bold 14px/24px Nunito;
    color: white;
}

.block.newsletter form.subscribe .field.newsletter .control::before {
    display: none;
}

/* Cookies */

.message.global.cookie {
    position: fixed;
    bottom: 2%;
    left: 15%;
    right: 15%;
    background-color: white;
    border: 1px solid var(--primary);
    z-index: 101;
}

.message.global.cookie>.content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.message.global.cookie>.content>p {
    width: 80%;
}

.message.global.cookie>.content>div {
    width: 20%;
    text-align: end;
    margin-top: 0;
}

.message.global.cookie>.content>div>button {
    line-height: 0 !important;
    height: 40px !important;
    line-height: 10px;
}

.message.global.cookie>.content>div>button>span {
    font-size: 14px;
}

.page-wrapper .header .logo {
    margin-bottom: 10px;
}

/*------FOOTER------*/
.whatsapp-icon {
    background: #00E676;
    position: fixed;
    padding: 16px;
    border-radius: 5rem;
    right: 2%;
    top: 84%;
    box-shadow: 1px 1px 8px rgb(110 106 106);
    z-index: 98;
}

.whatsapp-icon svg {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(355deg) brightness(104%) contrast(101%);
}

.whatsapp-icon:hover {
    cursor: pointer;
    background: #00e677be;
    transition: 0.30s;
}

.bg-footer-newsletter {
    background-color: var(--primary);
}

.footer-news-h2 h2 {
    font: normal normal bold 19px/21px Nunito;
    color: white;
}

.footer-container-inputs {
    justify-content: space-evenly;
}

.footer-container-inputs .input-client {
    width: 26%;
    height: 47px;
}

.footer-container-inputs .input-client input {
    height: 100%;
    width: 100%;
    border-radius: 5px;
    border: none;
    padding-left: 20px;
    font-size: 16px;
}

.footer-container-inputs .input-client input::placeholder {
    font: normal normal bold 16px/26px Nunito;
    color: var(--primary);
}

.footer-container-inputs .send-button button {
    height: 100%;
    padding: 0 30px;
    border-radius: 5px;
    background: var(--secondary);
    border: none;
    font: normal normal bold 16px/26px Nunito;
    color: white;
    transition: 0.25s;
}

.send-button button:hover {
    background: #fb6b69;
}

/* Paginas CMS */
@media screen and (max-width:768px) {
    .cms-page-view #maincontent {
        margin-top: 0px;
    }

    .cms-regras-de-frete #maincontent table {
        width: 100%;
        margin-top: 40px;
    }

    .cms-regras-de-frete #maincontent table tr td {
        vertical-align: middle;
    }

    .customer-account-logoutsuccess.page-layout-1column .page-main {
        padding-top: 20px;
    }
}

/*Infos footer*/
.footer.custom-footer>div {
    max-width: unset;
}

.bg-footer-information {
    background-color: var(--secondary);
    padding: 50px 0 15px;
}

.footer-logo-img svg {
    width: 71%;
}

.footer-logo-message {
    width: 73%;
    font: normal normal normal 14px/24px Nunito;
    color: white;
}

.footer-titles-h3 {
    padding-bottom: 22px;
}

.footer-titles-h3 h3 {
    font: normal normal bold 16px/26px Nunito;
    color: var(--primary);
}

.child-contact-us {
    font: normal normal normal 16px/24px Nunito;
    color: white;
    line-height: 30px;
    font-size: 18px;
}

.child-contact-us.emailContact {
    font-size: 14px;
}

.icon-footer-socialmedia {
    background: var(--primary);
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.group-footer .pg-cms div a {
    text-decoration: none;
    font: normal normal normal 14px/24px Nunito;
    color: white;
    line-height: 30px;
}

.group-footer .pg-cms div a:hover {
    text-decoration: underline;
}

.group-2-footer {
    padding-top: 40px;
    justify-content: space-between;
}

.footer-title-group2 h3 {
    font: normal normal bold 14px/24px Nunito;
    color: var(--primary);
}

.group-3-footer {
    justify-content: space-between;
}

.footer-general-info span {
    font: normal normal normal 14px/24px Nunito;
    color: white;
}

@media screen and (max-width: 1199px) {
    .overflow-hidden {
        overflow: hidden;
    }

    /*------HEADER------*/
    button {
        padding: 0;
    }

    /*Menu mobile*/
    .search-box .content-search input {
        display: none;
    }

    .header-logo {
        text-align: center;
    }

    .header-level-1::after {
        width: 100%;
        height: 10px;
        content: '';
        background: var(--secondary);
        position: absolute;
        top: 80px;
        z-index: 1;
    }

    .header-menu-mobile {
        width: 16%;
    }

    .icon-menu-header {
        text-align: center;
    }

    .icon-menu-header::before {
        content: '\e908';
        font-family: 'icomoon';
        font-size: 25px;
        font-weight: bold;
        color: var(--primary);

        cursor: pointer;
    }

    .icon-close-menu::before {
        content: '\e900';
        font-family: 'icomoon';

        position: absolute;
        top: 24px;
        left: 18px;

        font-size: 13px;
        font-weight: bold;
        color: var(--primary);
        cursor: pointer;
    }

    .bg-menu {
        transform: translateX(-2000px);
        position: fixed;
        transition: 0.25s;
    }

    .bg-menu.active {
        transform: translateX(0px);
        top: 0;
        filter: drop-shadow(1px 4px 4px grey);
        overflow: auto;
        height: 100vh;
        width: 40%;
        z-index: 98;
    }

    .menu-items-mobile {
        line-height: 30px;
    }

    .menu-mobile-account button {
        background: none;
        border: none;
    }

    .menu-mobile-account button:hover {
        color: #3758c4;
    }

    .container-menu-mobile {
        height: auto;
        width: 100%;
        background-color: var(--third);
        padding: 75px 0 20px 50px;
    }

    .title-mobile-account button::before {
        content: '\e90a';
        font-family: 'icomoon';
        position: absolute;
        top: 77px;
        left: 18px;
        font-size: 20px;
        font-weight: bold;
        color: var(--primary);
        cursor: pointer;
    }

    .title-mobile-account::before {
        content: '\e90d';
        font-family: 'icomoon';
        position: absolute;
        top: 77px;
        right: 45px;
        font-size: 7px;
        font-weight: bold;
        color: var(--primary);
        cursor: pointer;
        transition: 0.50s;
    }

    .title-mobile-account.active::before {
        transform: rotate(180deg);
    }

    .input-search-text {
        height: 0px;
        overflow-y: hidden;
        transition: all 0.25s ease 0s;
    }

    .input-search-text.active {
        height: 40px;
    }

    .search-menu-mobile button::before {
        content: '\e917';
        font-family: 'icomoon';
        position: absolute;
        left: 18px;
        font-size: 20px;
        font-weight: bold;
        color: var(--primary);
        cursor: pointer;
    }

    .title-mobile-account button,
    .search-menu-mobile button {
        font: normal normal bold 16px/24px Nunito;
        color: var(--primary);
    }

    .title-mobile-account {
        overflow-y: hidden;
        transition: all 0.25s ease 0s;
        height: 22px;
    }

    .title-mobile-account.active {
        height: 88px;
    }

    .mobile-options-account button {
        font: normal normal normal 14px/24px Nunito;
        color: var(--primary);
    }

    .title-mobile-account.active::after {
        width: 90%;
        height: 1px;
        content: '';
        position: absolute;
        top: 174px;
        left: 4%;
        background: #4F70E138;
    }

    .menu-mobile-account .input-search-text input {
        height: 35px;
        width: 90%;
        border: 1px solid var(--secondary);
        border-radius: 4px;
    }

    .menu-mobile-account .input-search-text input:focus {
        box-shadow: 0 0 3px 1px #ca5958;
    }

    .container-sections {
        height: auto !important;
        width: 100%;
        margin: 0;
        background-color: var(--secondary);
    }

    .sections-title {
        line-height: 40px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .section-subtitle {
        padding-left: 50px;
    }

    .section-subtitle:hover {
        transform: unset;
        background-color: var(--primary);
    }

    .section-subtitle span {
        font: normal normal bold 16px/24px Nunito;
    }

    /*Pesquisa e carrinho*/
    #buttonSearch::after {
        display: none;
    }

    .content-search::after {
        top: -12px;
        color: var(--primary);
        display: block;
    }

    .minicart-button button::before {
        padding-left: 15px;
    }

    .box-minicart-open.active {
        width: 43%;
        top: 90px;
        right: 3%;
    }

    /*Faça sua lista*/
    .make-list-bg {
        position: fixed;
        bottom: 0;
        width: 90%;
        border-radius: 20px 20px 0 0;
        margin: 0 5%;
        height: 58px;
        z-index: 97;
    }

    .make-list-child {
        height: 100%;
    }

    /*------FOOTER------*/

    .group-3-footer {
        padding-bottom: 50px;
    }

    .whatsapp-icon {
        padding: 14px;
        top: 76%;
    }
}

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

    /* Cookies */
    .message.global.cookie>.content>p {
        width: 100%;
        text-align: center;
    }

    .message.global.cookie>.content>div {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
}

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

    .footer-logo-img svg {
        width: 270px;
    }

    .footer-logo-img {
        text-align: center;
    }

    .block-infos-group1 {
        padding-left: 23%;
        padding-bottom: 30px;
    }

    .footer-titles-h3 {
        padding-bottom: 2px;
    }
}

@media screen and (max-width: 768px) {
    .gift_view {
        background-size: 227%;
        background-repeat: no-repeat;
        background-position: top;
    }

    /*------HEADER------*/
    .box-minicart-open.active {
        width: 94%;
    }

    .bg-menu.active {
        width: 100%;
        height: 100vh !important;
    }

    .make-list-bg .make-list-title h2 {
        font: normal normal bold 20px/19px Nunito;
    }

    .make-list-button button {
        transform: scale(0.9);
    }

    /*------FOOTER------*/
    .bg-footer-newsletter {
        text-align: center;
        padding: 25px 20px;
    }

    .footer-container-inputs .input-client {
        width: 100%;
        margin: 18px 2px;
    }

    .footer-container-inputs .send-button {
        margin: 18px 2px;
    }

    .footer-container-inputs .send-button button {
        height: 47px;
        padding: 0 35px;
    }

    .block-infos-group1 {
        padding-left: 12%;
    }

    .footer-container-payment {
        padding-bottom: 24px;
    }

    .footer-news-h2 h2 {
        text-align: left;
    }
}

@media screen and (max-width:767px) {
    .footer-news-h2 h2 {
        text-align: center;
    }
}

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

    /*------HEADER------*/
    .content-search::after,
    .icon-menu-header::before {
        font-size: 20px;
    }

    .minicart-button button::before {
        font-size: 24px;
    }

    .header-logo-img svg {
        width: 140px;
        height: 33px;
    }

    .make-list-title {
        padding-left: 8px;
    }

    /*------FOOTER------*/

    .block-infos-group1 {
        padding-left: 0%;
    }
}

/* Modal Notification */

.modal-inner-wrap {
    border-radius: 25px;
}

.modal-popup .modal-title {
    border-bottom: unset;
    font-family: Nunito;
}

.modal-content {
    border: unset !important;
    padding: 15px;
    font: normal normal normal 16px/18px Nunito;
}

.modal-inner-wrap {
    border: 1px solid gray;
}

.modal-inner-wrap footer button {
    min-width: 120px;
    padding: 12px 32px;
    margin: 0 5px;
    font: normal normal bold 16px/16px Nunito;
}

.modal-inner-wrap footer button.action-secondary.action-dismiss {
    border-radius: 5px;
    border: none;
    background-color: #a5a5a5;
    color: white;
}

.modal-inner-wrap footer button.action-primary.action-accept {
    border-radius: 5px;
    border: none;
    background-color: #37B98A;
}

.modal-popup {
    background: rgb(0 0 0 / 0%);
}

.modals-overlay {
    background-color: #ffffff73;
}