/*
Theme Name: Drika Commerce
Theme URI: 
Author: Rodrigo Melhado
Author URI: https://rodrigomelhado.com.br/
Description: Tema Drika Commerce 
Version: 1.1
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: drikacommerce
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-menu, featured-images, full-width-template, translation-ready, theme-options, threaded-comments, footer-widgets, custom-logo, blog, e-commerce
*/

/* GERAIS */

body {
    background-color: #0E233E!important;
    margin: 0;
    padding: 0;
}

.acme {
    font-family: 'Acme', sans-serif;
}

.roboto {
    font-family: 'Roboto', sans-serif;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

h1 {
    font-family: 'Acme', sans-serif;
    font-size: 24px;
    text-align: center;
    font-weight: 400;
}

h2 {
    font-family: 'Alatsi';
    font-size: 18px;
    text-align: center;
    font-weight: 300;
}

table {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    border-collapse: collapse!important;
}

table th {
    background-color: #247CCC;
    border: 1px solid black;
    color: white;
    padding: 10px;
}

table td {
    border: 1px solid black;
    padding: 10px;
}

.woocommerce-page table {
    font-size: 14px!important;
}

.woocommerce-page table th {
    background-color: #247CCC!important;
    color: white!important;
    font-weight: 400!important;
    text-align: center;
    border:none!important;
}

.woocommerce-page table td {
    background-color: #CCEAFF!important;
    color: black!important;
    font-style: normal!important;
    text-align: center;
    border:none!important;
}

/* NAV */

nav.principal {
    position: relative;
    height: 55px;
    padding: 0px;
    background: #0E233E;
}

.limitador-maximo {
    max-width: 800px;
    margin: auto!important;
}

.container-nav {
    position: fixed;
    padding: 5px 0;
    height: 45px;
    width: 100%;
    left: 50%;
    transform: translate(-50%);
    z-index: 999999;
    background-color: #0E233E;
}

.top-0 {
    top: 0px!important;
}

.allnav {
    display: flex;
    position: fixed;
    align-items: center;
    justify-content: space-between;
    justify-self: center;
    flex-wrap: nowrap;
    z-index: 501;
    width: 100%;
    color: white;
    padding-top: 5px;
    left: 50%;
    transform: translateX(-50%);
}

.nav-logo {
    width: 65px;
    filter: drop-shadow(0px 3px 10px rgba(13, 133, 217, 0.4));
    margin: auto;
    display: block;
    transition: all 2s ease;
}

.logo-hamb-active {
    display: none;
    transition: all 2s ease;
}

.hamburguer {
    margin-left: 5px;
    color: white;
    align-self: center;
    filter: drop-shadow(0px 2px 4px rgba(13, 133, 217, 0.4));
}

.hamburguer div {
    width: 18.48px;
    height: 2.22px;
    margin: 4px;
    background: #0D85D9;
    transition: all 1s ease;
}

.pesquisa-p {
    margin-right: 5px;
    transition: all 1s ease;
}

.pesquisa-p-hamb-active {
    color: white;
}

.digitar-pesquisa {
    width: 250px;
    height: 25px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #3D3D3E;
    box-sizing: border-box;
    box-shadow: 2px 2px 0px 1px #3D3D3E;
    border-radius: 50px;
    padding: 0 10px;
    font-size: 12px;
    transition: all 1s ease;
}

.digitar-pesquisa:focus {
    width: 250px;
    height: 25px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #0D85D9!important;
    box-sizing: border-box;
    box-shadow: 2px 2px 0px 1px #0D85D9!important;
    border-radius: 50px;
    outline: 0;
    transition: all 0.3s ease;
}

.i-busca, #searchsubmit {
    width: 20px;
    height: 18px;
    position: absolute;
    right: 7px;
    top: 14px;
    color: black;
    background: none;
    border: none;
    transition: all 1s ease;
}

.digitar-pesquisa:focus+.fas {
    color: #0D85D9!important;
}

#searchsubmit {
    top: 5px!important;
    right: 0px!important;
}

#searchform-product ::-webkit-input-placeholder {
    /* Edge */
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    color: black;
}

#searchform-product :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    color: black;
}

#searchform-product ::placeholder {
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    color: black;
}

/* HAMBURGUER MENU */

.allnav-hamb-active {
    padding-top: 25px!important;
    position: absolute;
    transition: all 1s ease;
}

.hamb-active div {
    width: 25px;
    height: 2px;
    background-color: rgb(255, 255, 255);
    margin: 5px;
    transition: all 1s ease;
}

.hamb-active div:nth-child(2) {
    display: none;
}

.hamb-active div:first-child {
    transform: rotate(-45deg) translate(-5px, 6px)!important;
}

.hamb-active div:last-child {
    transform: rotate(45deg) translate(0, 0)!important;
}

/* MENU */

.menu-all {
    min-height: 100vh;
    width: 100vw;
    background: rgba(0, 182, 181, 1);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    visibility: hidden;
    padding: 0;
    transition: all 0.3s ease;
}

.menu-open {
    position: absolute;
    top: 0;
    left: 0;
}

.admin-bar .menu-open {
    top: -50px;
}

.menu-all li {
    list-style-type: none;
}

.menu-all ul {
    padding-left: 0;
}

#login-section {
    margin-top: 100px;
}

.admin-bar #login-section {
    margin-top: 150px;
}

#login-section li {
    font-family: 'Acme', sans-serif;
    font-size: 20px;
    text-align: center;
}

#login-section li a, #login-section li a:hover, #login-section li a:focus, #login-section li a:visited {
    color: white;
    text-decoration: none;
}

.admin-bar-0 #login-section li {
    margin-top: 100px;
    text-align: center;
}

.admin-bar-1 #login-section li {
    margin-top: 100px;
    text-align: center;
}

.nav-links {
    width: 100vw;
    margin: auto;
    list-style: none;
    z-index: 502;
}

.sub-menu {
    list-style-type: none;
    padding: 0;
}

.sub-menu li {
    margin-top: 20px!important;
}

.sub-menu li a {
    font-family: 'Roboto', sans-serif!important;
    font-size: 16px!important;
}

.sub-menu li a::before {
    font-family: 'Roboto', sans-serif!important;
    font-size: 16px!important;
    content: none!important;
}

.admin-bar-50 #login-section li {
    margin-top: 100px!important;
}

.nav-links .menu-item {
    text-align: center;
    width: 100%;
    margin-top: 25px;
}

.nav-links .menu-item a, .nav-links .menu-item a:visited {
    text-decoration: none;
    color: white;
    font-family: 'Acme', sans-serif;
    font-size: 20px;
    margin-top: 25px;
    transition: all 0.3s ease;
    z-index: 502;
    white-space: pre;
}

.nav-links .menu-item a::before, .account-login a::before {
    content: '🍙';
    display: block;
    margin-bottom: 25px;
}

/* PLACEHOLDER MENU ATIVO */

.container-nav-hamb-active {
    background-color: transparent;
}

.pesquisa-p-hamb-active .digitar-pesquisa::-webkit-input-placeholder {
    color: white!important;
    font-size: 12px!important;
}

/* Firefox < 19 */

.pesquisa-p-hamb-active .digitar-pesquisa:-moz-placeholder {
    color: white!important;
    font-size: 12px!important;
}

/* Firefox > 19 */

.pesquisa-p-hamb-active .digitar-pesquisa::-moz-placeholder {
    color: white!important;
    font-size: 12px!important;
}

/* Internet Explorer 10 */

.pesquisa-p-hamb-active .digitar-pesquisa:focus:-ms-input-placeholder {
    color: white!important;
    font-size: 12px!important;
}

.pesquisa-p-hamb-active .digitar-pesquisa {
    background: rgba(0, 182, 181, 1);
    color: white;
    border: 1px solid white;
    box-shadow: 2px 2px 0px 2px white;
    width: 310px;
    height: 40px;
    margin-right: 10px;
}

.pesquisa-p-hamb-active .i-busca, #searchsubmit {
    color: white;
}

.pesquisa-p-hamb-active .i-busca, #searchsubmit {
    top: 35px;
    right: 15px;
    transition: all 1s ease;
}

/* REDES FAIXA */

.redes-faixa {
    display: flex;
    align-items: center;
    align-content: center;
    height: 50px;
    background-color: #247CCC;
}

.redes-lista {
    display: flex;
    flex-basis: auto;
    list-style: none;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    justify-self: center;
    flex-wrap: nowrap;
    padding: 0 20px 0 20px;
    margin: 0 auto;
    width: 100%;
}

.lista-faixa a, .lista-faixa a:hover, .lista-faixa a:visited {
    color: white;
    text-decoration: none;
}

.minhaconta-faixa {
    font-size: 16px;
}

/* CATEGORIAS FAIXA */

.categoria-faixa {
    height: 95px;
    background-color: #003060;
}

.categoria-titulo {
    color: white;
    margin: 0;
    padding: 15px 15px 10px 15px;
}

.categoria-lista {
    display: flex;
    flex-basis: auto;
    list-style: none;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    justify-self: center;
    flex-wrap: nowrap;
    margin: 0 auto;
    padding: 0 20px 0 20px;
}

.categoria-faixa a, .categoria-faixa a:hover, .categoria-faixa a:visited {
    color: white;
    text-decoration: none;
}

/* AVISOS */

.avisos-faixa {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 0;
}

.avisos-item {
    flex: 50%;
}

.avisos-item>a>img, .avisos-item>a {
    display: block;
    max-width: 100%;
}

/* VIDEO FOOTER */

footer {
    background-color: #0D213C;
}

.video-footer {
    position: relative;
    display: block;
    overflow: hidden;
    height: 0;
    max-width: 100% !important;
}

.video-footer-16by9 {
    padding-bottom: 56.25%;
}

.video-footer iframe, .video-footer object, .video-footer embed {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 400;
}

/* FOOTER */

.redes-footer {
    margin-top: 5px;
}

.dados-loja-lgpd {
    text-align: center;
    color: white;
    background-color: #247CCC;
}

.dados-titulo, .creditos-desenvolvimento {
    margin: 0;
    padding: 10px 0;
}

.creditos-desenvolvimento {
    background: #0D213C;
}

.dados-lgpd {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 20px;
}

.creditos-desenvolvimento p, .creditos-desenvolvimento a, .creditos-desenvolvimento a:hover, .creditos-desenvolvimento a:active, .creditos-desenvolvimento a:visited {
    text-align: center;
    color: white;
    text-decoration: none;
    font-size: 10px;
}

.creditos-desenvolvimento span {
    color: #99c1e6;
}

/* FRONT-PAGE */

.conteudo-branco {
    background-color: white;
    width: 98%;
    margin-bottom: 5px;
}

.limitador-conteudo {
    max-width: 800px;
    margin: 0 auto;
}

.limitador-500 {
    max-width: 600px;
    margin: 0 auto;
}

.p-sem-resultado {
    text-align: left;
}

.titulo-pagina {
    padding: 30px 0 30px 0;
    margin: 0;
    font-size: 24px;
    width: 100%;
}

.flex-produtos {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0 20px 0 20px!important;
    text-align: center;
    margin: 0!important;
    list-style: none;
}

.flex-produtos.front-page li.type-product:first-child,
.flex-produtos .woocommerce .products li.type-product:first-child,
.search .products li.type-product:first-child{
    width: 100%!important;
    margin: 0 auto!important;
    padding: 0 0 40px 0!important;
    border-top: 0px solid #000;
}

.flex-produtos.front-page li,
.flex-produtos .woocommerce .products li.type-product,
.search .products li.type-product {
    width: 100%!important;
    margin: 0 auto!important;
    padding: 40px 0 40px 0!important;
    border-top: 1px solid #000;
}

.produtos-50 {
    display: flex;
    flex-wrap: wrap;
}

.type-product-50 {
    width: 45%!important;
    margin: 0 auto!important;
    padding: 20px 5px 20px 5px!important;
}

.produtos-33 {
    display: flex;
    flex-wrap: wrap;
}

.type-product-33 {
    width: 30%!important;
    margin: 0 auto!important;
    padding: 20px 5px 20px 5px!important;
}

.flex-produtos.front-page li:last-child,
.flex-produtos .woocommerce .products li.type-product:last-child,
.search .products li.type-product:last-child {
    width: 100%!important;
    margin: 0 auto 40px auto!important;
    padding: 40 0 40px 0!important;
    border-bottom: 1px solid #000;
}

/* LOOP PRODUTOS */

.exibicao-alterar {
    margin-top: 0;
    margin-bottom: 20px;
}

#alterar-exibicao {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px 0;
    cursor: pointer;
}

.colunas-3 {
    display: none;
}

.woocommerce-result-count {
    margin-bottom: 20px;
}

#alterar-exibicao .botao-alterar-exibicao {
    width: 100px;
    padding: 10px;
}

.woocommerce ul.products li.product a img, .woocommerce-product-gallery {
    margin: 0!important;
}

.woocommerce-loop-product__title, .product_title {
    font-family: 'ABeeZee', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px!important;
    line-height: 21px;
    text-align: center;
    color: #000000;
    padding: 20px 0 20px 0!important;
    margin: 0;
}

.search ul.products {
    list-style: none;
    clear: both;
    padding: 0;
    margin: 0 auto;
    width: 100%;
}

.search ul.products li img {
    width: 100%;
    height: auto;
}

.search ul.products li.product a {
    text-decoration: none;
}

.search .price {
    display: block;
}

.search .button {
    padding: .5em 1em;
    display: inline-block;
}

.woocommerce-Price-amount, .amount, .price {
    font-family: 'Fredoka One', cursive;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #000000;
    padding: 0 0 20px 0;
    margin: 0!important;
}

.stock {
    margin: 0;
    padding-bottom: 20px;
}

.button,
.woocommerce-Address-title a,
#alterar-exibicao .current {
    background: linear-gradient(260.64deg, #076CC8 -29.89%, #0E233F 126.84%)!important;
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.08)!important;
    border-radius: 5px!important;
    margin: 0 auto!important;
    font-family: 'Acme', sans-serif!important;
    font-size: 20px!important;
    line-height: 100%!important;
    color: white!important;
    font-weight: 400!important;
}

.woocommerce a.added_to_cart,
.search  a.added_to_cart{
    padding: .5em;
    display: inline-block;
    background: #90D6D5;
    font-family: 'Roboto', sans-serif;
    color: white;
}

.woocommerce ul.products::before {
    margin-top: 10px;
}

.paginacao {
    text-align: center;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 40px;
}

.page-numbers {
    font-family: 'Acme', sans-serif;
    font-size: 14px;
    padding: 10px 15px;
    background: #D8D7CF;
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    color: black;
    text-decoration: none;
    margin: 5px 10px;
}

.page-numbers.current {
    font-family: 'Acme', sans-serif;
    font-size: 14px;
    padding: 10px 15px;
    background: linear-gradient(260.64deg, #076CC8 -29.89%, #0E233F 126.84%);
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    color: white;
}

.woocommerce nav.woocommerce-pagination {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;

}

.woocommerce nav.woocommerce-pagination ul {

    display: contents;

}

.woocommerce nav.woocommerce-pagination ul li {

    border-right: none;

}


.woocommerce nav.woocommerce-pagination ul li a, 
.nao-selecionado {
    font-family: 'Acme', sans-serif;
    font-size: 14px;
    padding: 10px 15px;
    background: #D8D7CF;
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    color: black;
    text-decoration: none;
    margin: 5px 10px;

}

.woocommerce nav.woocommerce-pagination ul li span.current,
.alterar-exibicao .current {
    font-family: 'Acme', sans-serif;
    font-size: 14px;
    padding: 10px 15px;
    background: linear-gradient(260.64deg, #076CC8 -29.89%, #0E233F 126.84%);
    box-shadow: 0px 0px 2px 2px rgb(0 0 0 / 8%);
    border-radius: 5px;
    color: white;
    text-decoration: none;
    margin: 5px 10px;
}



/* MENSAGENS E AVISOS */

.erro-woocommerce, 
.woocommerce-info, 
.woocommerce-message, 
.woocommerce-error {
    padding: 30px 20px 30px 20px;
    margin: 0;
    gap: 30px;
    background-color: #00B3B2;
    color: white;
    border-top: none;
    list-style: none outside;
    display: flex;
    flex-direction: column;
    font-family: 'Roboto', sans-serif;
}

.erro-woocommerce li, 
.woocommerce-info li, 
.woocommerce-message li {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.woocommerce-message::before,
.erro-woocommerce::before,
.woocommerce-message::before,
.woocommerce-error::before {
    color: white;
    display: none;
}

.woocommerce-message::after,
.erro-woocommerce::after,
.woocommerce-message::after,
.woocommerce-error::after  {
    display: none;
}

.woocommerce-message .button {
    width: auto;
}

/*.woocommerce-notices-wrapper {
    margin: 0 auto 0 auto;
}*/

.cart-empty::after, .cart-empty::before {
    display: none;
}

.woocommerce-info, .woocommerce-error {
    flex-direction: column;
}

.woocommerce-info::before, .woocommerce-info::after {
    display: none;
}

.woocommerce-info a {
    color: rgba(13, 55, 99, 1);
}

.woocommerce-error::before, .woocommerce-error::after {
    display: none;
}

.woocommerce-error strong {
    font-weight: 600;
    color: rgba(13, 55, 99, 1);
}

.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
    border-color: #FF8989;
    box-shadow: 4px 3px 0px 1px #FF8989!important;
}

.woocommerce form .form-row.woocommerce-invalid label, .woocommerce form .form-row .required {
    color: #FF8989;
}

.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
    border-color: black;
}

/* SINGLE-PRODUCT */

.breadcrumbs-faixa {
    height: 40px;
    margin: 0 0 5px 0;
    width: 100%;
    background-color: #076CC8;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.breadcrumbs-conteudo {
    display: flex;
    align-content: center;
    align-items: center;
    margin: 0 0 0 10px;
}

.woocommerce-breadcrumb {
    margin: 0!important;
    color: white!important;
    font-family: 'Acme', sans-serif;
    font-size: 14px!important;
}

.woocommerce-breadcrumb a, .woocommerce-breadcrumb a:hover, .woocommerce-breadcrumb a:active, .woocommerce-breadcrumb a:visited {
    color: white!important;
    font-family: 'Acme', sans-serif;
    font-size: 14px;
    text-decoration: none;
}



.produto-unico {
    padding-top: 30px;
}

.single_add_to_cart_button {
    width: 127px!important;
    text-align: center;
}

.stock {
    text-align: center;
    color: #00B3B2!important;
}

form.cart {
    display: flex;
    margin: 0 auto!important;
    font-family: 'Acme', sans-serif!important;
    font-size: 20px!important;
    line-height: 100%!important;
    color: white!important;
    font-weight: 400!important;
}

.product_meta {
    margin: 40px 0 40px 0;
    font-family: 'Roboto', sans-serif;
    color: #00B3B2;
    text-align: left;
}

.posted_in a, .posted_in a:hover, .posted_in a:active, .posted_in a:visited {
    font-family: 'Acme', sans-serif;
    font-size: 18px;
    line-height: 60px;
    text-decoration: none;
    color: white;
    padding: 7px 5px;
    background: linear-gradient(260.64deg, #076CC8 -29.89%, rgba(0, 179, 178, 0.39) -29.87%);
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
}

.tagged_as a, .tagged_as a:hover, .tagged_as a:active, .tagged_as a:visited {
    font-family: 'Acme', sans-serif;
    font-size: 18px;
    line-height: 30px;
    text-decoration: none;
    color: white;
    padding: 7px 5px;
    background: linear-gradient(260.64deg, #076CC8 -29.89%, rgba(13, 133, 217, 0.4) -29.87%);
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
}

.wc-tabs {
    display: flex;
    font-family: 'Acme', sans-serif;
    font-size: 18px;
    line-height: 30px;
    text-decoration: none;
    padding: 0!important;
    margin: 20px 0 20px 0!important;
}

.wc-tabs li {
    background: #999999!important;
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.08)!important;
    padding: 0px!important;
    border: none!important;
    border-radius: 0!important;
    margin: 0 4px 0 0!important;
    padding: 5px!important;
}

.wc-tabs li a {
    font-weight: 400!important;
    color: white!important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none!important;
}

.wc-tabs .active {
    background: #095AA5!important;
    padding: 5px!important;
}

.woocommerce-Tabs-panel h2 {
    display: none;
}

.woocommerce-Tabs-panel {
    padding-bottom: 20px!important;
    margin: 0!important;
}

.related {
    border-top: 1px solid black;
}

.related h2 {
    margin: 30px 0 0 0!important;
}

.related .woocommerce-loop-product__title {
    padding: 0!important;
}

.related li:last-child {
    border-bottom: none;
}

.pswp__item {
    background: #013060;
}

.pswp__top-bar {
    background-color: #013060!important;
}

.admin-bar .pswp {
    height: calc(100% - 55px);
    top: 55px;
}

.woocommerce {
    margin: 0 auto;
    width: 100%;
}

.return-to-shop {
    margin: 30px auto
}

/* MINHA CONTA MENU */

.woocommerce-MyAccount-navigation {
    width: 100%!important;
}

.woocommerce-MyAccount-navigation ul {
    display: flex;
    justify-content: space-around;
    list-style: none;
    padding: 0;
    gap: 10px;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 auto;
}

.woocommerce-MyAccount-navigation li {
    font-family: 'Roboto', sans-serif;
    padding: 10px;
    background: #999999;
    box-shadow: 0px 0px 2px 2px rgb(0 0 0 / 8%);
    width: 129px;
}

.woocommerce-MyAccount-navigation li a {
    text-decoration: none;
    color: white;
}

.woocommerce-MyAccount-navigation li.is-active {
    background: #095AA5;
}

.woocommerce-MyAccount-navigation-link--customer-logout {
    background: #FF8989!important;
}

.woocommerce-MyAccount-content {
    padding: 30px 0 30px 0;
    width: 100%!important;
}

.woocommerce-MyAccount-navigation-link--downloads {
    display: none;
}

/* CARRINHO */

.woocommerce a.remove {
    font-size: 1.5em;
    height: auto;
    width: auto;
    text-align: center;
    color: white!important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}

.woocommerce a.remove:hover {
    background: none;
}

tbody td.product-remove {
    background-color: #247CCC!important;
}

.product-name a {
    font-size: 16px;
    text-decoration: none;
    color: black;
}

.product-price .woocommerce-Price-amount {
    font-size: 18px;
}

.cart-subtotal .woocommerce-Price-amount {
    font-size: 18px;
}

.qty {
    width: 50px!important;
    height: 30px;
    border: none;
}

.input-text, .select2-container--default .select2-selection--single, 
.select2-search--dropdown .select2-search__field,
.orderby {
    background: #FFFFFF;
    border: 1px solid #000;
    box-sizing: border-box;
    box-shadow: 4px 3px 0px 1px #000!important;
    border-radius: 50px;
    padding: 6px;
}

.input-text:focus, .select2-container--default .select2-selection--single:focus, 
.select2-search--dropdown .select2-search__field:focus,
.orderby:focus {
    border: 1px solid #076CC8;
    box-shadow: 4px 3px 0px 1px #076CC8!important;
}

.woocommerce table.cart td.actions .input-text {
    width: auto;
    margin-right: 10px!important;
}

.coupon .button, .checkout_coupon .button,
.woocommerce-Address-title a {
    padding: 6px!important;
    text-decoration: none;
}

/* FINALIZAR COMPRA */

.checkout_coupon {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 0!important;
    background: linear-gradient(180deg, #00B3B2 0%, #069CC5 64.58%, #0D85D9 100%);
    border-radius: 0!important;
    border: 0!important;
    border-top: 1px solid #D8D7CF!important;
}

.checkout_coupon p {
    text-align: center;
    color: white;
    font-size: 16px;
}

.woocommerce form .form-row {
    margin: 0 auto 20px;
}

.checkout_coupon .form-row {
    width: 90%!important;
}

.form-row label {
    text-align: left;
    padding: 5px;
}

.cart_totals h2, 
.woocommerce-billing-fields h3, 
#ship-to-different-address, 
#order_review_heading, 
.woocommerce-order-details__title, 
.woocommerce-column--billing-address h2, 
.woocommerce-column--shipping-address h2, 
.woocommerce-Address-title h3, 
.woocommerce-edit-address h3,
.woocommerce-EditAccountForm legend,
.single-product .related h2{
    font-family: 'Acme', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 25px;
    text-align: center;
    color: #0D213C;
}

.select2-container--default .select2-selection--single .select2-selection__rendered, 
.orderby {
    line-height: 16px;
}

.select2-results__option,
.orderby {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.select2-dropdown {
    border-left: 1px solid #076CC8;
    border-right: 1px solid #076CC8;
    border-bottom: 1px solid #076CC8;
    box-shadow: 4px 3px 0px 1px #076CC8;
}

.woocommerce-shipping-totals .woocommerce-Price-amount, 
.woocommerce-checkout-review-order-table .woocommerce-Price-amount, 
.woocommerce-table--order-details .woocommerce-Price-amount, 
.cart-discount .woocommerce-Price-amount {
    font-size: 18px!important;
    font-weight: 400!important;
}

.wc_payment_methods {
    background-color: white!important;
    font-family: 'Roboto', sans-serif;
}

.woocommerce-checkout #payment ul.payment_methods li {
    line-height: 1.5!important;
    padding-bottom: 20px;
}

.payment_box {
    background-color: #CCEAFF!important;
}

.payment_box::before {
    border: 1em solid #CCEAFF!important;
    border-right-color: transparent!important;
    border-left-color: transparent!important;
    border-top-color: transparent!important;
}

.woocommerce-checkout-review-order-table tfoot .cart-subtotal {
    border-spacing: 5px;
}

.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount {
    font-size: 24px!important;
}

/* PEDIDO RECEBIDO */

.woocommerce-notice--success {
    margin-top: 0;
    margin-bottom: 30px;
}

.woocommerce-thankyou-order-details {
    display: flex;
    flex-direction: column;
    font-family: 'Roboto', sans-serif;
    padding: 20px 0;
    border: 1px dashed black;
}

.woocommerce-thankyou-order-details li {
    padding-right: 0!important;
    margin-right: 0!important;
    padding: 10px 0;
}

.woocommerce-order p {
    text-align: left;
}

.woocommerce-column--billing-address, 
.woocommerce-column--shipping-address,
.woocommerce-Address {
    border: 1px solid black;
    margin-bottom: 30px;
    font-family: 'Roboto', sans-serif;
}

address {
    border: none!important;
    width: auto!important;
    padding: 0 6px 20px 6px!important;
}

/* MEUS PEDIDOS */

mark {
    background-color: #0D85D9;
    color: white;
    padding: 1px 6px;
}

.woocommerce-view-order .woocommerce-MyAccount-content p{
    line-height: 1.5;
}

table.woocommerce-MyAccount-orders tr.woocommerce-orders-table__row {
    margin: 0 auto;
    border-right: 1px solid #8fb4d8;
    border-bottom: 1px solid #8fb4d8;
    box-shadow: 1px 2px #8fb4d8;
    border-top: none;
    border-radius: 5px;
    padding-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background: #CCEAFF;
}

.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions {
    padding-bottom: 20px!important;
    padding-top: 20px!important;
}

.woocommerce table.shop_table {
    border: none;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: transparent;
}

.woocommerce-table--order-downloads tr {
    margin: 0 auto;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    box-shadow: 1px 2px #e1e1e1;
    border-top: none;
    border-radius: 5px;
    padding-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background: #CCEAFF;
}

.woocommerce .woocommerce-order {
    padding: 5px;
}

/* ENDEREÇOS */

.woocommerce-Addresses .woocommerce-Address-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    min-height: 70px;
}

.woocommerce-account .addresses .title h3 {
    float: none;
    padding: 0 6px 0 6px;
    margin: 0 auto;
}

/* EDITAR CONTA */

.woocommerce-EditAccountForm span em{
    margin-top: 10px;
    display: block;
    }

/* CATEGORIAS E TAGS */

p.woocommerce-result-count {
    text-align: center;
    width: 100%;
}

form.woocommerce-ordering {
    margin: 0 auto!important;
    width: 100%;
}

.woocommerce ul.products {
    margin: 0 auto;
    padding: 30px 0 30px 0;
}

/* MEDIA QUERIES */

@media only screen and (min-width: 700px){
    
    /* MENU */

    nav.principal {
        height: 80px;
    }

    .container-nav{
        height: 70px;
        align-items: center;
        display: flex;
    }

    .hamburguer div {
        width: 25px;
        height: 3px;
        margin-left: 30px;
    }

    .nav-logo {
        width: 120px;
    }

    .digitar-pesquisa {
        width: 500px;
        height: 40px;
        padding: 0 20px;
        font-size: 18px;
    }

    .digitar-pesquisa:focus {
        width: 500px;
        height: 40px;
    }

    .i-busca {
        top: 27px!important;
        right: 20px!important;
        font-size: 20px;
    }

    #searchform-product ::-webkit-input-placeholder {
        /* Edge */
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        color: black;
    }
    
    #searchform-product :-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        color: black;
    }
    
    #searchform-product ::placeholder {
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        color: black;
    }

    /* MENU OPEN */
    .pesquisa-p-hamb-active .digitar-pesquisa {
        width: 590px;
        height: 60px;
    }

    .pesquisa-p-hamb-active .i-busca {
        top: 45px!important;
        right: 35px!important;
    }

    /* FAIXA REDES SOCIAIS */
    .redes-faixa {
        height: 70px;
    }
    
    .minhaconta-faixa {
        font-size: 28px;
    }

    .redes-lista {
        padding: 0 50px 0 50px;
    }

    .lista-faixa a {
        font-size: 28px;
    }

    /* FAIXA CATEGORIAS */

    .categoria-faixa {
        height: 120px;
        padding: 0 40px 0 40px;
    }

    .categoria-titulo {
        font-size: 24px;
    }

    .categoria-lista {
        padding: 0 50px 0 50px;
    }

    .categoria-lista li p{
        font-size: 20px;
    }

    /* ZOOM FOTO */

    .admin-bar .pswp {
        height: calc(100% - 80px);
        top: 80px;
    }

    /* EXIBICAO PRODUTOS */

    .coluna-1 {
        display: none;
    }

    .colunas-3 {
        display: block;
    }
    
}