/* 
Theme Name: Thiago Paro
Author: Carlos Rodero
Author URI: http://carlosrodero.com.br
*/
.fade:not(.show) {
    opacity: initial;
}

:root {
    --bs-font-sans-serif: 'Sulphur Point', sans-serif;
}

html.lenis {
    height: auto;
}
.lenis.lenis-smooth {
    scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}
.lenis.lenis-stopped {
    overflow: hidden;
}
.lenis.lenis-scrolling iframe {
    pointer-events: none;
} 

.page-content {
    padding-top: 180px;
    min-height: calc(100vh - 200px);
}
a {
    color: #000;
}

.z-index-1 {
    z-index: 1;
}
.z-index-2 {
    z-index: 2;
}

.nav-main ul{
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    padding: 0
}
.nav-main ul li a {
    color: #000;
    text-decoration: none;
}

.logo-wrapper {
    position: fixed;
    top: 0;
    z-index: 9997;
}

header.main-header {
    width: 100%;
    height: 130px;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 20px;
    z-index: 9995;
    background: #fff;
    border-bottom: 10px solid #000;
    transition: border-width 0.3s ease-in-out;
}
header.main-header.scroll {
    border-bottom: 0;
    background: transparent;
}

footer.footer {
    position: relative;
    z-index: 9995;
}

/* .header-cart span {display: none;} */
img.logo {
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    height: 100px;
    max-width: 100%;
}
.minha-conta {
    margin-right: 10px;
}

footer {
    position: relative;
}
/* .content {
    border: 2px solid #EEEEEE;
} */
.border {
    border-image-outset: 0;
}
#section-space {
    width: 100%;
    height: 90vh;
    position: relative;
}
@media(max-width: 420px){
    #section-space {
        height: 85vh;
    }
}


#section-space a {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    transform: translateX(-50%);
    color: #000;
    font : normal 400 20px/1 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
    font-size: 10px;
    outline: none;
}
#section-space a:hover {
    opacity: .5;
}

#section-space a {
    padding-top: 80px;
}
#section-space a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb07 2s infinite;
    animation: sdb07 2s infinite;
    opacity: 0;
    box-sizing: border-box;
}
#section-space a span:nth-of-type(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
#section-space a span:nth-of-type(2) {
    top: 16px;
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
}
#section-space a span:nth-of-type(3) {
    top: 32px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
@-webkit-keyframes sdb07 {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
}
@keyframes sdb07 {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
}


.info-product {
    border-left: 2px solid #dee2e6;
}


.info-product .sticky-top {
    top: 140px;
    z-index: 10;
}


@media(max-width: 768px) {
    .info-product {
        border-left: none;
        border-top: 2px solid #dee2e6;
    }   
}

.menu-mobile{
    display: none;
}

@media(max-width: 576px) {
    header {
        z-index: 1021;
        padding: 0 10px;
    }
    .row{
        margin-right: 0;
        margin-left: 0;
    }
    .header-cart{
        position: relative;
    }
    .header-cart span {
        display: block;
        position: absolute;
        right: 3px;
        top: 14px;
    }
    .header-cart div{
        display: none;
    }
    .minha-conta {
        display: none!important;
    }
    .menu-mobile {
        display: block;
        cursor: pointer;
    }
    .menu-mobile .menu-mobile-close{
        display: none;
    }
    .menu-mobile .menu-mobile-open{
        display: block;
    }
    .menu-mobile.active .menu-mobile-open{
        display: none;
    }
    .menu-mobile.active .menu-mobile-close{
        display: block;
    }
    
    .nav-main {
        display: none;
        position: absolute;
        top: 120px;
        left: 0;
        width: auto;
        z-index: 1;
        padding: 10px 30px;
        background: #fff;
        border-bottom: 10px solid #000;
        border-right: 10px solid #000;
    }
    .nav-main.active{
        display: block;
    }
    .nav-main ul {
        flex-direction: column;
        align-items: flex-start;
    }
}

.developed {
    width: auto;
    text-align: center;
    /* display: block; */
    /* position: absolute;
    bottom: 10px;
    right: 10px; */
    text-decoration: none;
    color: #fff;
    font-size: 11px;
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; */
    opacity: 0.5;
    margin-top: 40px;
    transition: all .3s ease-in-out;
}
.developed:hover {
    opacity: 0.8;
}


/* WOOCOMMERCE CART */
.woocommerce-ResetPassword,
.woocommerce-checkout .woocommerce-checkout,
.woocommerce-cart .woocommerce-cart-form{
    max-width: 800px;
    margin: 0 auto;
}
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-cart .woocommerce-cart-form table.shop_table,
.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table {
    border-radius: 0;
    border-width: 2px;
    border-color: #dee2e6;
    border-collapse: collapse;
}
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .woocommerce-cart-form  table.shop_table td {
    border-top-width: 2px;
}
.woocommerce-page table.shop_table_responsive tbody tr td:first-child::before {
    display: none!important;
}
.woocommerce-cart table.cart img {
    width: 100px;
}

.woocommerce .quantity .qty {
    border: 1px solid #dee2e6;
    border-radius: 0!important;
}
.woocommerce-cart table.cart td.actions {
    padding: 0 0;
}
.woocommerce-cart table.cart td.actions button{
    width: 100%;
    border-radius: 0;
    text-transform: uppercase;
}
.woocommerce-cart table.shop_table {
    margin-bottom: -2px;
}


.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
    max-width:800px;
    margin: 0 auto;
    float: initial;
}

.woocommerce-cart .cart_totals table.shop_table {
    background: #eee;
}
.woocommerce-cart .cart_totals table.shop_table td,
.woocommerce-cart .cart_totals table.shop_table th {
    border-color: #dee2e6;
}
.woocommerce table.shop_table tbody th {
    font-weight: normal;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
    margin-bottom: 0;
}
.woocommerce-cart .wc-proceed-to-checkout {
    padding-top: 0;
}

#calc_shipping_country_field,
#calc_shipping_state_field,
#calc_shipping_city_field {
    display: none!important;
}

.woocommerce form .form-row {
    padding: 0px;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce select,
.select2-container--default .select2-selection--single {
    border: 2px solid #dee2e6;
    padding: 7px 14px;
    background: #fff;
    height: auto;
    border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 22px;
    padding: 0;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
    border-right: 2px solid #dee2e6;
    border-left: 2px solid #dee2e6;
    padding: 16px;
}
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper p{
    padding: 0;
    margin: 0;
    color: #6c757d;
}
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper a{
    color: #000;
}
.woocommerce-checkout #order-review-table,
.woocommerce-checkout #payment {
    background: #eee;
}

#billing_country_field,
#billing_cellphone_field,
#shipping_country_field,
#shipping_cellphone_field,
#shipping_company_field {
    display: none;
}


#billing_postcode_field,
#billing_city_field,
#billing_phone_field,
#billing_email_field,
#billing_address_1_field,
#billing_address_2_field,
#shipping_cpf_field,
#shipping_postcode_field,
#shipping_state_field,
#shipping_email_field {
    width: 47%;
    float: left;
    clear: initial;
}

#billing_cpf_field,
#billing_state_field,
#billing_postcode_field,
#billing_number_field,
#billing_neighborhood_field,
#shipping_phone_field,
#shipping_address_1_field,
#shipping_address_2_field,
#shipping_city_field,
.woocommerce-account-fields {
    width: 47%;
    float: right;
    clear: initial;
}

.woocommerce-account-fields {
    margin-top: -78px;
}
@media(max-width: 767px) {
    .woocommerce-account-fields {
        margin-top: 0;
    }
}

#billing_state_field,
#shipping_state_field {
    margin-bottom: 9px;
}

.woocommerce-MyAccount-content #billing_number_field,
.woocommerce-MyAccount-content #shipping_address_1_field,
.woocommerce-MyAccount-content #shipping_address_2_field,
.woocommerce-MyAccount-content #shipping_city_field {
    float: left;
    clear: initial;
}
.woocommerce-MyAccount-content #billing_address_2_field,
.woocommerce-MyAccount-content #shipping_postcode_field,
.woocommerce-MyAccount-content #shipping_number_field,
.woocommerce-MyAccount-content #shipping_neighborhood_field,
.woocommerce-MyAccount-content #shipping_state_field {
    float: right;
    clear: initial;
}
.woocommerce-MyAccount-content #billing_neighborhood_field,
.woocommerce-MyAccount-content #shipping_city_field {
    clear: both;
}

@media(max-width: 767px) {
    #billing_first_name_field,
    #shipping_first_name_field,
    #shipping_number_field,
    #shipping_neighborhood_field,
    #billing_postcode_field,
    #billing_city_field,
    #billing_phone_field,
    #billing_email_field,
    #billing_address_1_field,
    #billing_address_2_field,
    #shipping_cpf_field,
    #shipping_postcode_field,
    #shipping_state_field,
    #shipping_email_field,
    #billing_cpf_field,
    #billing_state_field,
    #billing_postcode_field,
    #billing_number_field,
    #billing_neighborhood_field,
    #shipping_phone_field,
    #shipping_address_1_field,
    #shipping_address_2_field,
    #shipping_city_field,
    .woocommerce-account-fields {
        width: 100%;
        float: initial;
    }
    
    
    /* #billing_state_field,
    #shipping_state_field {
        margin-bottom: 0;
    } */
}

#billing_address_2_field .screen-reader-text,
#shipping_address_2_field .screen-reader-text {
    clip: initial;
    clip-path: initial;
    height: auto;
    overflow: visible;
    position: initial!important;
    width: auto;
    word-wrap: initial!important;
    /* margin-bottom: 2px; */
}


.woocommerce-account #billing_email_field{
    clear: both;
}

.woocommerce-MyAccount-navigation {
    background: #eee;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-content {
    width: calc(70% + 2px);
    margin-left: -2px;
    border: 2px solid #dee2e6;
}
@media(max-width: 767px) {
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
        margin-left: 0;
        margin-top: -2px;
    }
}

.woocommerce-thankyou-order-details {
    display: flex;
    gap: 20px;
    padding: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.woocommerce-thankyou-order-details::before {
    display: none!important;
}
