/*
Theme Name: Papelaria Verrone
Theme URL: http://www.papelariaverrone.com.br/
Description: Loja virtual.
Author: Papelaria Verrone
Author URL: http://www.papelariaverrone.com.br/
Version: 1.0
Text Domain: Papelaria Verrone
License: GNU General Public License version 3.0
License URL: http://www.gnu.org/licenses/gpl-3.0.html
Tags: Loja virtual, Papelaria Verrone
*/
html, body {
    scroll-behavior: initial!important;
}
h1, h2, h3, h4, h5, h6, aside label {
    color: #2b2b2b;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
}
h1, .col-12 > h2, .col-12 > h3 {
    font-size: 38px;
}
h4, aside label {font-size: 24px;}
article > h2, article > h3, article > h4, article > h5, article > h6 {
    text-align: left;
    margin-top: 60px;
}
.nova-sessao, .nova-sessao + .summary, .cart-collaterals {margin-top: 90px;}
body > header {
    background: linear-gradient(135deg, #00adee 0%, #0088ed 53%, #00cced 100%) !important;
    padding-bottom: 2px;
    position: fixed;
    z-index: 3;
    left: 0;
    width: 100%;
    border-radius: 0 0 32px 32px;
    box-shadow: 0 -1px 10px -2px rgb(0 0 0 / 27%);
}
.barra-menu {
    background-color: #ffffff;
    padding: 30px 0;
    width: 100%;
    border-radius: 0 0 32px 32px;
}

.barra-menu img {
    width: 200px;
}

.barra-menu nav {
    display: flex;
    justify-content: space-between;
}

.navbar-collapse {
    justify-content: end;
}

nav ul a {
    color: #333;
    text-decoration: none;
    font-size: 18px;
    padding: 8px 20px;
    border-radius: 6px;
    margin: 0 5px;
}
nav ul a:hover {
    background-color: #c1e2ef;
}
header .menu-item:last-child a {
    background-color: #00adef;
    color: #fff;
}

header + section {
    padding-top: calc(100px + 90px);
}
#banner-principal {
    padding-top: 70px;
}

section {
    padding: 90px 0;
}
.products a {
    display: block;
    background-color: #fff;
    border-radius: 22px;
    text-align: center;
    padding: 12px;
    box-shadow: 0 0 20px -13px #00adef;
        height: 100%;
}
.products a:hover {
    box-shadow: 0 0 20px -9px #00adef;
    transform: scale(1.075);
}
.products a img {
    border-radius: 14px;
    margin: 0!important;
}

.products a h2 {
    color: #292929;
    font-size: 20px !important;
    font-weight: 700;
    text-transform: initial;
}

span.price {
    display: block;
    font-size: 34px!important;
    color: #333;
    font-weight: 700!important;
        line-height: 51px;
}

h1::after, .col-12 > h2::after, .col-12 > h3::after, article > h2::after, article > h3::after,
h2:not(.woocommerce-loop-product__title)::after, h3::after, h4:not(.accordion-header)::after, aside label::after,
.col-12 > h2[style*="text-align: center;"]::after, .col-12 > h3[style*="text-align: center;"]::after, article > h2[style*="text-align: center;"]::after, article > h3[style*="text-align: center;"]::after {
    content: '';
    display: block;
    margin: 5px auto 30px;
    width: 120px;
    height: 24px;
    background: transparent url('img/titulo.svg') center center no-repeat;
    background-size: contain;
}
article > h2::after, article > h3::after, article > h4::after, article > h5::after, article > h6::after, aside .lista-mapa-site h4::after, aside .lista-mapa-site label::after {
    margin-left: 0;
    margin-right: auto;
}
.destaque ::after {
    filter: grayscale(1) brightness(5);
}
:last-child {
    margin-bottom: 0!important;
}

/*.woocommerce-product-gallery {
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 0 20px -13px #00adef;
}*/
.impressos {
    background-color: #fff;
    padding: 30px;
    border-radius: 32px;
    box-shadow: 0 0 20px -13px #00adef;
    position: relative;
    z-index: 1;
}

.impressos span {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    color: #e10000;
    font-size: 32px;
    margin: 0 0 12px;
}

.aviso {
	position: relative;
	transform: rotate(-1.2deg);
	margin: 40px 0;
}
.aviso::before, .aviso::after {
    content: '';
    display: block;
    border: 1px solid #00adef;
    position: absolute;
    z-index: 0;
    width: 460px;
    max-width: 90%;
    height: 260px;
    max-height: 90%;
    border-radius: 39px;
    z-index: -1;
}

.aviso::before {
    left: -10px;
    top: -10px;
}

.aviso::after {
    right: -10px;
    bottom: -10px;
}

body {
    font-size: 18px;
    font-family: "Montserrat", arial, helvetica, sans-serif;
}

.woocommerce-product-gallery {
    float: inherit!important;
    width: 100%!important;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 60px;
    float: inherit;
    margin: 5px;
}

.woocommerce div.product div.images .flex-control-thumbs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px 0;
}

.woocommerce div.product div.images .flex-control-thumbs img {
    border-radius: 8px;
}

.flex-viewport, .woocommerce-product-gallery__wrapper {
    height: auto!important;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 0 20px -13px #00adef;
    margin: auto!important;
    pointer-events: none;
}
.summary {
    width: 100%!important;
    float: inherit!important;
    padding: 30px;
    border-radius: 32px;
    background-color: #fff;
    box-shadow: 0 0 20px -13px #00adef;
        max-width: 900px;
    margin: auto;
}

input:not([type="checkbox"]):not([type="radio"]), textarea, select, span.woocommerce-input-wrapper > strong, .select2-container--default .select2-selection--single {
    border: 0;
    background-color: #f9f9f9;
    padding: 8px 20px;
    display: block;
    width: 100%;
    font-weight: 400;
    border-radius: 0 0 8px 8px;
    height: auto;
    font-size: 16px;
}
span.woocommerce-input-wrapper, .degrade {
    display: block;
    background: linear-gradient(135deg, #60cef7, #0269b5, #00ffe2);
    background-size: 250% 250%;
    animation: gradient 4s ease infinite;
    padding: 0 0 3px;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
}
.degrade-vermelho {
        background: linear-gradient(135deg, #f76060, #c11616, #e74444);
        position: relative;
}
.degrade-vermelho span {
    position: absolute;
    z-index: 2;
    font-size: 12px;
    padding: 6px;
    background-color: #ffd2d2;
    top: 0;
    left: 0;
    border-radius: 0 0 8px;
    pointer-events: none;
}
.alertas {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    margin: 20px auto 0;
    border-radius: 8px;
    width: 420px;
    max-width: 100%;
    padding: 6px 26px;
}
.aviso-amarelo {
    background-color: #ff9b00;
    color: #fff;
}
.aviso-verde {
    background-color: #009977;
    color: #fff;
}
.aviso-vermelho {
    background-color: #dd0000;
    color: #fff;
}
.aviso-cinza {
    background-color: #b5b5b5;
    color: #fff;
}


span.select2 {
    display: block;
    width: 100%!important;
}

footer {
    padding-bottom: 60px;
}
footer img {
    width: 220px;
    height: auto;
}
button#topo {
    border: 0;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-color: transparent;
    width: 40px;
    height: 40px;
    padding: 0;
}

button#topo img {
    width: 100%;
}

#whatsapp {
    border: 0;
    position: fixed;
    right: 20px;
    bottom: 80px;
    background-color: transparent;
    width: 40px;
    height: 40px;
    padding: 0;
}

#whatsapp img {
    width: 100%;
}
.woocommerce-message {
    border: 0;
    padding: 20px 20px 20px 57px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 0 20px -13px #00adef;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 40px!important;
}

.woocommerce-message::before {
    color: #00adef;
    margin: 0 10px 0 0;
    top: 27px;
}
a {text-decoration: none;}
.woocommerce-message a {
    order: 2;
    border-radius: 8px!important;
}

.wc-block-cart__submit-button, .botao {
    background-color: #00adef!important;
    color: #fff!important;
    border-radius: 8px!important;
}
/*.woocommerce-product-gallery__trigger, .summary.entry-summary > .price:first-child, .add_to_cart_button {display: none!important;}*/
nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    margin: 0 0 60px!important;
}

nav.woocommerce-MyAccount-navigation ul a {
    display: inline-block;
    padding: 6px 22px;
    background-color: #00adef;
    color: #fff;
}
.woocommerce-Address {
    width: 100%;
}
label {
    font-size: 14px;
    line-height: 18px!important;
    display: block;
    margin: 25px 0 10px;
}
label span {
    color: red;
}
[type="submit"] {
    margin-top: 20px;
    border-radius: 8px!important;
}
textarea {
    min-width: 100%;
    max-width: 100%;
    min-height: 80px;
    max-height: 400px;
    height: 170px!important;
}
.woocommerce-thankyou-order-received {
    border-radius: 32px;
    background-color: #fff;
    box-shadow: 0 0 20px -13px #00adef;
    max-width: 600px;
    text-align: center;
    padding: 30px;
    margin: 0 auto 60px;
}

.botao {
    padding: 6px 22px;
    margin: 30px 0 0;
    display: inline-block;
}
.products:not(.related)  {
    display: flex;
    justify-content: center;
        flex-wrap: wrap;
            margin: 0 -15px !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    flex: 0 0 auto;
    width: 33.33%!important;
    margin: 0!important;
    padding: 15px;
}
.loop-produtos li {
    margin: 0 15px!important;
}
section + section {
    padding-top: 0!important;
}
.price del {
    font-size: 18px;
    display: block!important;
    line-height: 22px;
    color: red!important;
}

.price ins {
    text-decoration: none;
    color: #00b990;
}
@keyframes pulsar {
  from {transform: scale(1);}
  to {transform: scale(1.3);}
}
.woocommerce span.onsale {
    font-size: 13px !important;
    line-height: 16px;
    background: linear-gradient(135deg, #fff387, #f39d00, #ff6a00);
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    position: initial;
    border-radius: 16px 16px 0 0;
    display: block;
    width: 100%;
    margin: 0 0 -17px !important;
    padding: 10px 10px 25px;
    min-height: auto;
    background-size: 250% 250%;
    animation: gradient 4s ease infinite;
}
.onsale span {
    display: block;
    animation: pulsar 1s ease infinite;
    animation-direction: alternate;
}
.destaque {position: relative;}
.destaque:before {
    content: '';
    display: block;
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('img/bg-destaque.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    mix-blend-mode: multiply;
    top: 0;
    left: 0;
}
.destaque > * {position: relative;}
.destaque, [type="submit"], .botao, header .menu-item:last-child a, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt, .woocommerce-message a, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
        background: linear-gradient(135deg, #60cef7, #0269b5, #00ffe2);
    color: #fff!important;
    background-size: 250% 250%;
    animation: gradient 4s ease infinite;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
        border-radius: 6px;
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.botao:hover,[type="submit"]:hover,  header .menu-item:last-child a:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover, .woocommerce-message a:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
    background: linear-gradient(135deg, #60cef7, #0269b5, #00ffe2);
    background-size: 250% 250%;
    animation: gradient 1s ease infinite;
}

.destaque {
    padding: 90px 0!important;
    margin-bottom: 90px;
    color: #fff;
}
.destaque h3 {color: #fff;}
article a {color: #00adef}
.related, .wp-block-woocommerce-cart {
    margin: 0 -230px;
}

.valor-produto {
    font-size: 40px;
    text-align: center;
}

.valor-produto span {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 26px;
}
a, .botao, button {
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}
.product_type_simple {display: none!important}
.single-product .price {
    font-size: 45px;
    line-height: 52px;
    font-weight: 700;
    display: block;
}
.wc-tabs {display: none!important;}
#customer_details {margin: 90px 0; }
td.product-thumbnail {
    width: 150px;
}

td.product-remove {
    width: 26px;
    box-sizing: content-box;
}


.coupon {
    width: 50%;
    min-width: 400px;
    text-align: left;
}

.woocommerce table.cart td.actions .input-text {
    width: calc(100% - 190px);
    display: inline-block;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: initial;
    display: block;
    margin: auto;
    text-align: center;
}
.menu-loja-container ul {
    list-style: none;
    padding: 0;
}

.menu-loja-container ul a {
    background-color: #f9f9f9;
    color: #333333;
    padding: 8px 12px;
    border-radius: 6px;
    display: block;
}

.menu-loja-container li + li {
    margin-top: 10px;
}

aside h4, aside label {
    text-align: left;
    margin: 0 0 10px;
}
aside > * + * {
    margin-top: 60px;
}
.row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0;
}
button:focus {
    box-shadow: none!important;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {box-shadow: 0 0 20px -13px #00adef;background-color: transparent;border-radius: 30px;}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background-color: transparent;
}

#add_payment_method #payment div.payment_box input.input-text, #add_payment_method #payment div.payment_box textarea, .woocommerce-cart #payment div.payment_box input.input-text, .woocommerce-cart #payment div.payment_box textarea, .woocommerce-checkout #payment div.payment_box input.input-text, .woocommerce-checkout #payment div.payment_box textarea {
    border: 0;
    background-color: #f9f9f9;
    padding: 8px 20px;
    display: block;
    width: 100%;
    font-weight: 400;
    border-radius: 0 0 8px 8px;
    height: auto;
}

.wc_payment_method {
    background-color: #efefef;
    border-radius: 28px;
    padding: 20px;
    margin: 0 0 30px!important;
}

.woocommerce-checkout #payment ul.payment_methods::before {
    content: 'Escolha uma forma de pagamento';
    color: #2b2b2b;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 22px;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    display: none;
}

.form-ajax, .accordion {
    width: 600px;
    max-width: 100%;
    margin: 0 auto 90px;
}
.accordion-item {
    border-radius: 22px!important;
    padding: 12px;
    box-shadow: 0 0 20px -13px #00adef;
    border: 0;
}

.accordion-button:not(.collapsed) {background-color: transparent;box-shadow: none;}

.accordion-item button {
    font-size: 20px;
    font-weight: 700;
}

.accordion-body {
    padding-top: 0;
    padding-bottom: 0;
}
.wp-block-search__button.has-icon {
    margin: 0 0 0 10px;
    border: none;
}
.menu-loja-container ul a:hover {
    background-color: #0269b5;
    color: #fff;
}
.single_add_to_cart_button + label {display: inline-block;}
.woocommerce-notices-wrapper {
    margin: 0 0 30px;
}
.woocommerce-button + .woocommerce-button {
    margin: 0 0 0 10px!important;
}

.woocommerce-button {
    font-size: 14px!important;
}
.alerta-cookie {
    position: fixed;
    bottom: 30px;
    width: 300px;
    max-width: 100%;
    left: 30px;
    padding: 15px 30px;
    font-size: 14px;
    display: block;
    background-color: #f1f1f1;
    border-radius: 22px;
    text-align: center;
    padding: 12px;
    box-shadow: 0 0 20px -13px #00adef;
}
button {border: 0}
.upload-response img {
    object-fit: cover;
    width: 80px;
    height: 80px;
    border-radius: 6px;
    margin: 6px;
}
.commentlist.notes {
    padding: 0;
    list-style: none;
}

.commentlist.notes li {
    background-color: #f3f3f3;
    padding: 30px;
    border-radius: 30px;
    box-shadow: 0 0 31px -19px #00000059;
    border: 1px solid #e7e7e7;
}

.commentlist.notes li + li {
    margin-top: 20px;
}

p.woocommerce-OrderUpdate-meta.meta {
    font-size: 14px;
}

.commentlist.notes li a.botao {
    margin: 0;
}

.commentlist.notes li strong {
    margin: 10px 0 0;
    display: block;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
}
@media screen and (max-width: 991px) {
    nav ul a {
        width: 100%;
        display: block;
        background-color: #efefef;
        margin: 10px 0 0;
    }

    nav ul {
        padding: 20px 0 0;
    }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
    span.price {
        font-size: 25px !important;
        line-height: 32px;
    }
    h1, .col-12 > h2, .col-12 > h3 {
        font-size: 30px;
    }
    .products a h2 {
        font-size: 16px !important;
    }
}
@media screen and (max-width: 767px) {
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%;
    }
    .container {padding-left: 30px;padding-right: 30px;}
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 100% !important;
    }
    h1, .col-12 > h2, .col-12 > h3 {
        font-size: 30px;
    }
    aside {
        margin: 60px 00;
    }
    form.woocommerce-cart-form {
        width: 100%;
        overflow: auto;
    }
    .related, .wp-block-woocommerce-cart {
        margin: 0;
    }
    .impressos span {
        font-size: 18px;
    }
    .aviso {
        transform: rotate(-1.05deg);
        font-size: 14px;
    }
    nav.woocommerce-MyAccount-navigation ul a {
        width: 100%;
        display: block;
        background-color: #ffffff;
        margin: 10px 0 0;
        color: #333;
    }

    nav.woocommerce-MyAccount-navigation ul {
        display: block;
        padding: 20px;
        margin: 0 0 3px!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
        background-color: #efefef;
        border-radius: 0 30px 30px;
    }

    #menu-perfil {
        background: linear-gradient(135deg, #00adee 0%, #0088ed 53%, #00cced 100%) !important;
        border-radius: 0 30px 30px;
    }

    button[data-bs-target="#menu-perfil"] {
        border: none;
        background-color: #efefef;
        border-radius: 8px 8px 0 0;
    }
    .barra-menu img {
        width: 155px;
    }
}