/*
Theme Name:   Storefront Child
Theme URI:    http://example.com/storefront-child/
Description:  Storefront Child Theme
Author:       Eduardo
Author URI:   http://example.com
Template:     storefront
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  storefrontchild
*/

/* FONT  */

@font-face {
    font-family: "Avenir Condensed Bold";
    src: url("/wp-content/themes/storefront-child/inc/assets/font/AvenirNextCondensed-Bold.woff2")
        format("woff2");
    /* Modern Browsers */
}

@font-face {
    font-family: "Avenir Condensed DemiBold";
    src: url("/wp-content/themes/storefront-child/inc/assets/font/AvenirNextCondensed-DemiBold.woff2")
        format("woff2");
    /* Modern Browsers */
}

@font-face {
    font-family: "Avenir Condensed Medium";
    src: url("/wp-content/themes/storefront-child/inc/assets/font/AvenirNextCondensed-Medium.woff2")
        format("woff2");
    /* Modern Browsers */
}

@font-face {
    font-family: "Avenir Condensed Regular";
    src: url("/wp-content/themes/storefront-child/inc/assets/font/AvenirNextCondensed-Regular.woff2")
        format("woff2");
    /* Modern Browsers */
}

@font-face {
    font-family: "Avenir Condensed Thin";
    src: url("/wp-content/themes/storefront-child/inc/assets/font/AvenirNextCondensed-UltraLight.woff2")
        format("woff2");
    /* Modern Browsers */
}

html {
    scroll-behavior: smooth;
}

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

body::-webkit-scrollbar-track {
    border-radius: 7px;
    background-color: #e7e7e7;
    border: 1px solid #cacaca;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #363636;
    border: 2px solid #e7e7e7;
    padding: 2px;
}

/* --------------------- HEADER --------------------- */

.header-correcao {
    padding-top: 20px;
    width: 100%;
}

.site-search {
    display: none;
}

@media (min-width: 768px) {
    .site-header .site-branding img {
        height: auto;
        max-width: 140px;
        padding-top: 45px;
    }
}

@media (max-width: 768px) {
    .site-header .site-branding img {
        height: auto;
        max-width: 140px;
        padding-top: 28px;
    }
}

.handheld-navigation {
    position: absolute;
    margin-top: 60px;
    background: #242424;
    width: 100%;
    padding-left: 20px;
    left: 0;
}

.site-branding {
    position: absolute;
    max-width: 50%;
    top: 3px;
}

.site-main {
    margin-bottom: 0;
}

.main-navigation {
    width: 72% !important;
    margin-right: 0 !important;
    float: right !important;
    max-width: 470px;
    max-height: 75px;
    padding: 10px;
}

.storefront-primary-navigation .col-full {
    padding: 0px !important;
}

#site-header-cart {
    display: none;
}

.site-header {
    padding: 10px;
}

.home .site-header {
    margin-bottom: 0;
    border: 0;
    background: transparent;
    position: absolute;
    right: 0;
    left: 0;
}

.home .hidden-header {
    margin-bottom: 0;
    border: 0;
    background: transparent;
    position: fixed;
    display: none;
    right: 0;
    left: 0;
}

#menu-header {
    text-align: right;
}

@media screen and (min-width: 768px) {
    .main-navigation ul.menu ul.sub-menu,
    .main-navigation ul.nav-menu ul.children {
        background-color: #242424;
    }
}

/* --------------------- BANNERS --------------------- */

@media (min-width: 768px) {
    .mobile-banner-home {
        display: none;
    }

    .main-banner-home {
        display: flex;
    }

    .page-id-11 .main-banner-home .wp-block-cover__inner-container {
        padding-left: 50px !important;
    }
}

@media (max-width: 767px) {
    .mobile-banner-home {
        display: flex;
    }

    .main-banner-home {
        display: none;
    }

    .mobile-banner-home .wp-block-cover__inner-container {
        padding-left: 20px !important;
    }
}

.fix-banner-button {
    background: none;
    border: solid white;
    border-radius: 2px;
    color: white !important;
    margin-top: 20px;
}

/* --------------------- STOREFRONT CORRECAO ---------------------  */

.storefront-breadcrumb {
    display: none;
}

.woocommerce-breadcrumb {
    display: none;
}

.woocommerce-breadcrumb a {
    text-decoration: none !important;
}

.wp-block-cover__inner-container {
    max-width: 1051px !important;
    width: 100% !important;
    padding: 0px !important;
}

.content-area {
    margin-bottom: 0 !important;
}

.home.page-template-template-fullwidth .hentry .entry-content > .wp-block-cover,
.home.page-template-template-fullwidth
    .hentry
    .entry-content
    > .wp-block-image {
    margin-bottom: 4.235801032em;
}

.widget_archive ul li,
.widget_categories ul li,
.widget_layered_nav_filters ul li,
.widget_layered_nav ul li,
.widget_links ul li,
.widget_nav_menu ul li,
.widget_pages ul li,
.widget_product_categories ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li {
    padding-left: 0 !important;
}

.widget_nav_menu ul li:before {
    content: none !important;
}

.widget_product_categories ul li:before {
    content: none !important;
}

.widget_archive ul li,
.widget_categories ul li,
.widget_layered_nav_filters ul li,
.widget_layered_nav ul li,
.widget_links ul li,
.widget_nav_menu ul li,
.widget_pages ul li,
.widget_product_categories ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li {
    padding-left: 0 !important;
}

.storefront-align-wide .entry-header {
    display: none;
}

.storefront-align-wide .wp-block-media-text .wp-block-media-text__content {
    padding-left: 0 !important;
}

.woocommerce-shop .page-title {
    display: none;
}

.woocommerce-shop .wp-block-button__link {
    border-radius: 0 !important;
}

.woocommerce-shop .storefront-sorting {
    display: none;
}

.woocommerce-shop .products {
    display: none;
}

.woocommerce-cart .site-footer {
    display: none;
}

.cart-subtotal {
    display: none;
}

.woocommerce-checkout .site-footer {
    display: none;
}

.woocommerce-tabs {
    overflow: visible !important;
}

.single-product div.product {
    overflow: visible !important;
}

.woocommerce-tabs .panel h2:first-of-type {
    font-size: 2em !important;
}

.woocommerce-checkout .product-quantity {
    display: none;
}

.single-product .dae-shortcode-download-title {
    display: none;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    outline: 0 !important;
}

#secondary {
    display: none;
}

#primary {
    width: 100% !important;
    margin-right: 0 !important;
}

.single-product .summary {
    display: none;
}

.single-product div.product .woocommerce-product-gallery {
    display: none;
}

.single-product .woo-commerce-tabs {
    display: none;
}

.single-product .woocommerce-tabs ul.tabs {
    display: none !important;
    width: 0 !important;
}

.single-product .woocommerce-tabs .panel {
    width: 100% !important;
    float: right;
    margin-right: 0;
    margin-top: 0;
}

.add_to_cart_inline {
    border: none !important;
    padding: 0 !important;
}

.coluna-demo .wcpbc-price {
    display: none;
}

.page-id-194 .woocommerce-Price-amount {
    display: none;
}

.single-product .related {
    display: none;
}

.single-product .woocommerce-tabs {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.error404 .page-title {
    margin-top: 25px;
}

.product_type_simple {
    display: none;
    font-family: "Avenir Condensed Medium";
}

.post-40 .product_type_simple {
    display: block;
    border-radius: 8px;
    color: #171210;
    background: rgba(0, 0, 0, 0);
    border: 2px solid currentColor;
    text-align: center;
}

.sku-tangie .product_type_simple {
    display: block;
    border-radius: 8px;
    color: #fff0d7;
    background: rgba(0, 0, 0, 0);
    border: 2px solid currentColor;
    text-align: center;
}

.post-40 .main-banner-home .woocommerce-Price-amount,
.sku-tangie .main-banner .woocommerce-Price-amount,
.post-40 .mobile-banner-home .woocommerce-Price-amount,
.sku-tangie .mobile-banner .woocommerce-Price-amount {
    display: none !important;
}

.post-40 .main-banner-home .product_type_simple,
.post-40 .mobile-banner-home .product_type_simple {
    color: #fff0d7 !important;
    border: solid 2px #fff0d7 !important;
    max-width: 300px;
    margin: auto;
}

@media (min-width: 768px) {
    table.cart td.actions .coupon {
        float: right !important;
    }
}

.checkout-button {
    color: white !important;
    background-color: #242424 !important;
}

.checkout-button:hover {
    color: white !important;
    background-color: #333333 !important;
}

.checkout-header {
    max-width: 66.4989378333em;
    margin: auto;
    border-bottom: solid 1px #d8d8d8;
    padding: 30px 40px;
    display: none;
}

@media (max-width: 568px) {
    .checkout-header {
        padding: 30px 20px;
    }
}

.logo-checkout {
    max-width: 153px;
    margin: auto;
}

.checkout-header-col {
    display: flex;
    align-items: center;
}

.disable-link-decoration a:hover {
    color: #131313;
    text-decoration: none;
}

.checkout-lock {
    max-width: 12px;
}

.slug-checkout {
    .checkout-header {
        display: block;
    }

    .site-header {
        display: none;
    }
}

.slug-checkout #place_order {
    font-family: "Avenir Condensed Demibold";
}

.slug-checkout .place-order {
    margin-top: 0;
}

.coupon-toggle-container .woocommerce-info,
.coupon-toggle-container .woocommerce-info::before,
.coupon-toggle-container .woocommerce-info a {
    background-color: #f8f8f8;
    color: black;
}

.woocommerce-privacy-policy-text {
    font-size: 13px;
}

.coupon-toggle-link {
    padding: 10px;
    float: right;
    text-decoration: underline;
    font-size: 11px;
    cursor: pointer;
}

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

.site-footer {
    padding: 1.618em 0 3em;
}

.site-footer a {
    text-decoration: none;
}

.copyright {
    display: inline-flex;
    color: #989898;
    padding: 20px 0px 20px 0px;
}

.image-footer {
    display: inline-flex;
    width: 17px;
    padding-left: 5px;
}

.cards-img {
    width: 225px;
    padding-top: 20px;
    margin: auto;
}

.small-footer {
    display: none;
}

.woocommerce-cart .small-footer {
    display: block;
}

.woocommerce-checkout .small-footer {
    display: block;
}

.storefront-handheld-footer-bar .my-account {
    width: 50% !important;
}

.storefront-handheld-footer-bar .search {
    display: none;
}

.storefront-handheld-footer-bar .cart {
    width: 50% !important;
}

#light_footer {
    display: none;
    font-size: 11px;
    color: #bdbdbd;
    text-align: center;
}

.woocommerce-cart #light_footer,
.woocommerce-checkout #light_footer {
    display: block;
}

.site-footer .widget .widget-title {
    font-family: "Avenir Condensed Medium";
    font-size: 24px;
}

/* --------------------- MAILCHIMP --------------------- */

#mc_embed_signup {
    background: #444 !important;
    clear: left;
    font:
        14px "Avenir Condensed Medium",
        Helvetica,
        Arial,
        sans-serif !important;
    margin: auto;
}

#mc-embedded-subscribe-form {
    padding: 0;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    background-color: transparent !important;
    color: #fc9155 !important;
    font-family: "Avenir Condensed Medium";
}

.optionalParent {
    display: table-caption;
}

#mc_embed_signup .mc-field-group {
    width: 100% !important;
}

#mc_embed_signup form {
    padding: 0 !important;
    max-width: 500px !important;
    margin: auto;
}

#mc_embed_signup .button {
    border-radius: 0px !important;
    height: 40px !important;
    font-family: "Avenir Condensed Medium" !important;
}

#mc_embed_signup input {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0 !important;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    background: none;
    font-size: 12px;
}

#mce-EMAIL {
    background: none;
    border: 0 !important;
    border-bottom: solid 1px white !important;
    box-shadow: 0px 0px;
    color: white;
}

#mce-EMAIL::placeholder,
#mce-EMAIL:-ms-input-placeholder,
#mce-EMAIL::-ms-input-placeholder {
    color: white !important;
}

#mc_embed_signup .foot {
    display: block !important;
}

/* --------------------- POP UP LOGIN --------------------- */

.xoo-el-sidebar {
    background-image: url(https://audiosingularity.com/wp-content/uploads/2022/02/audiosingularity-login.png) !important;
    min-width: 40%;
}

/* --------------------- FRAMEWORK ---------------------*/

.bright-backdrop-blur .wp-block-cover__background {
    background-color: #ecf0f3de !important;
    backdrop-filter: blur(6px);
    opacity: 1 !important;
}

.background-gradient-black {
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(
        0deg,
        rgba(6, 6, 6, 1) 0%,
        rgba(18, 18, 18, 1) 100%
    );
    background: -webkit-linear-gradient(
        0deg,
        rgba(6, 6, 6, 1) 0%,
        rgba(18, 18, 18, 1) 100%
    );
    background: linear-gradient(
        0deg,
        rgba(6, 6, 6, 1) 0%,
        rgba(18, 18, 18, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#2d2d2d", GradientType=1);
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: auto !important;
}

.font-size-2em {
    font-size: 2em;
}

.color-black {
    color: black;
}

.height-125 {
    height: 125px;
}

.padding-left-0 {
    padding: 0 8% 0 0;
}

.padding-right-0 {
    padding-right: 0;
}

.padding-left-20 {
    padding-left: 20px !important;
}

.padding-20 {
    padding: 20px;
}

.padding-40 {
    padding: 40px;
}

.padding-40-important {
    padding: 40px !important;
}

.padding-bottom-25 {
    padding-bottom: 25px;
}

@media (max-width: 767px) {
    .margin-top-minus-50 {
        margin-top: -50px !important;
    }
}

.align-content-center {
    align-content: center;
}

.text-align-left {
    text-align: left;
}

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

.text-align-right {
    text-align: right;
}

.width-fit-content {
    width: fit-content;
}

.width-50 {
    width: 50%;
}

.width-100 {
    width: 100%;
}

max-width-20 {
    max-width: 20px;
}

.max-width-50 {
    max-width: 50%;
}

.margin-auto {
    margin: auto;
}

.center {
    text-align: center;
}

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

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

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

.max-width-60vw {
    max-width: 60vw;
}

.no-list-style {
    list-style: none;
}

.no-margin-left {
    margin-left: 0;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.no-margin-top {
    margin-top: 0 !important;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.margin-top-90 {
    margin-top: 90px;
}

.margin-right-0 {
    margin-right: 0;
}

.margin-left-0 {
    margin-left: 0;
}

.no-right-padding {
    padding-right: 0 !important;
}

.no-right-margin {
    margin-right: 0 !important;
}

.padding-25-15 {
    padding: 25px 15px !important;
}

.vertical-margin-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.lateral-padding-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.vertical-padding-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.vertical-padding-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.no-border {
    border: 0 !important;
}

.display-none {
    display: none;
}

.display-none-force {
    display: none !important;
}

.display-flex {
    display: flex;
}

.text-decoration-none,
.text-decoration-none a {
    text-decoration: none !important;
}

.coupon-bar:hover {
    text-decoration: none;
    color: black;
}

.swal2-container {
    z-index: 9999999;
}

.avenir-condensed-bold {
    font-family: "Avenir Condensed Bold", sans-serif;
    -webkit-font-smoothing: antialiased;
}

.avenir-condensed-demibold {
    font-family: "Avenir Condensed DemiBold", sans-serif;
    -webkit-font-smoothing: antialiased;
}

.avenir-condensed-medium {
    font-family: "Avenir Condensed Medium", sans-serif;
}

.avenir-condensed-regular {
    font-family: "Avenir Condensed Regular", sans-serif;
}

.avenir-condensed-thin {
    font-family: "Avenir Condensed Thin", sans-serif;
}

.border-bottom-2 {
    border-bottom: solid 2px;
}

.full-width {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: auto !important;
}

@media (max-width: 781px) {
    .invert-stack {
        order: 2;
    }

    .stack-invert {
        order: 1;
    }
}

@media (min-width: 782px) {
    .invert-stack {
        order: 1;
    }

    .stack-invert {
        order: 2;
    }
}

/* hide cart and user on mobile bottom */

.storefront-handheld-footer-bar {
    display: none !important;
}

/* hide recaptcha outside contact */

.grecaptcha-badge {
    display: none;
    box-shadow: transparent 0px 0px 5px;
}

.page-id-22 .grecaptcha-badge {
    display: block;
    box-shadow: grey 0px 0px 5px;
}

.single-post .hentry .wp-post-image {
    padding-top: 30px;
    max-width: 70%;
}

.entry-taxonomy .cat-links,
.entry-taxonomy .tags-links {
    display: none;
}

#trp-floater-ls.trp-color-dark {
    background: rgb(36 36 36) !important;
}

#trp-floater-ls-current-language a,
#trp-floater-ls-language-list a {
    padding: 7px 10px !important;
}

.menu-item-object-language_switcher .trp-flag-image {
    margin: -1px 0px !important;
}

/* PAGINA NEURONTAPE CUSTOMS */

.sku-tangie #masthead,
.sku-nrtape #masthead,
.sku-nrtube #masthead,
.slug-the-team #masthead,
.slug-saturation-bundle #masthead {
    background: none !important;
    border-bottom: solid white;
    position: absolute;
    left: 0;
    right: 0;
}

.slug-saturation-bundle #masthead,
.slug-the-team #masthead {
    border-bottom: 0;
}

.sku-tangie .menu-toggle,
.sku-nrtape .menu-toggle,
.sku-nrtube .menu-toggle,
.slug-the-team .menu-toggle,
.slug-saturation-bundle .menu-toggle {
    background: transparent !important;
}

@media (min-width: 569px) {
    .sku-tangie .lateral-padding-15,
    .sku-nrtape .lateral-padding-15,
    .sku-nrtube .lateral-padding-15 {
        padding-left: 35px;
        padding-right: 35px;
    }
}

@media (min-width: 1164px) {
    .sku-tangie .lateral-padding-15,
    .sku-nrtape .lateral-padding-15,
    .sku-nrtube .lateral-padding-15 {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.sku-tangie .wp-block-cover__inner-container {
    margin: auto !important;
}

.sku-nrtube .wp-block-cover__inner-container #somdn-md-link-1,
.sku-nrtube .wp-block-cover__inner-container #somdn-md-link-2,
.sku-nrtube .wp-block-cover__inner-container #somdn-md-link-3 {
    color: white !important;
}

.sku-nrtape .main-banner-home .somdn-available-downloads,
.sku-nrtape .mobile-banner-home .somdn-available-downloads,
.sku-nrtape .main-banner-home .somdn-download-wrap #somdn-md-link-1,
.sku-nrtape .main-banner-home .somdn-download-wrap #somdn-md-link-2,
.sku-nrtape .main-banner-home .somdn-download-wrap #somdn-md-link-3,
.sku-nrtape .mobile-banner-home .somdn-download-wrap #somdn-md-link-1,
.sku-nrtape .mobile-banner-home .somdn-download-wrap #somdn-md-link-2,
.sku-nrtape .mobile-banner-home .somdn-download-wrap #somdn-md-link-3 {
    color: #fff0d7;
}

#from-classics-to-forgotten-legends,
#from-classics-to-forgotten-legends-1 {
    padding-bottom: 15px;
}

#fifty-years-old-tape-recorder,
#fifty-years-old-tape-recorder-1 {
    padding-bottom: 15px;
}

.correcao-neurontape-buttons {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    width: 500px;
    margin: auto;
    text-align: center;
}

@media (max-width: 768px) {
    .correcao-padding-about {
        padding-top: 35px;
        padding-bottom: 35px;
    }
}

@media (max-width: 768px) {
    .correcao-neurontape-buttons {
        width: 80%;
        bottom: 10px;
    }
}

.wp-container-24 {
    text-align: center;
}

/* PAGINA tangie CUSTOMS */

.sku-tangie .main-banner {
    padding: 20px;
}

.sku-tangie .demo_link {
    float: left;
}

.bottom-product-links .demo-link-parent {
    justify-content: center;
    display: flex;
}

@media (max-width: 767px) {
    .dual-terror-features .wp-block-cover__inner-container {
        margin: auto !important;
        position: absolute;
        bottom: 10px;
        padding: 0vw 40px 20px 40px !important;
    }

    .jim-root-features .wp-block-cover__inner-container {
        margin: auto !important;
        position: absolute;
        bottom: 10px;
        padding: 0vw 40px 20px 40px !important;
    }
}

@media (min-width: 768px) {
    .dual-terror-features .wp-block-cover__inner-container {
        max-width: 27vw !important;
        margin: auto !important;
        margin-right: 6vw !important;
        padding-right: 1vw !important;
    }

    .jim-root-features .wp-block-cover__inner-container {
        max-width: 27vw !important;
        margin: auto !important;
        margin-left: 6vw !important;
        padding-left: 1vw !important;
    }
}

.backdrop-tangie-cabinets {
    background: rgb(255, 232, 206);
    background: -moz-linear-gradient(
        147deg,
        rgba(255, 232, 206, 1) 0%,
        rgba(251, 184, 160, 1) 100%
    );
    background: -webkit-linear-gradient(
        147deg,
        rgba(255, 232, 206, 1) 0%,
        rgba(251, 184, 160, 1) 100%
    );
    background: linear-gradient(
        147deg,
        rgba(255, 232, 206, 1) 0%,
        rgba(251, 184, 160, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe8ce", endColorstr="#fbb8a0", GradientType=1);
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: auto !important;
}

.backdrop-tangie-cabinets .wp-block-group__inner-container,
.backdrop-tangie-pedalboard .wp-block-group__inner-container {
    max-width: 1050px !important;
    margin: auto;
}

.backdrop-tangie-pedalboard {
    background: #211f1f;
    background-color: #211f1f;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: auto !important;
}

.backdrop-tangie-pedalboard .wp-block-group__inner-container {
    margin: auto;
}

.user-interface-screen .wp-block-cover__inner-container {
    margin-top: 10px !important;
}

.user-interface-title {
    z-index: 2;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    font-family: "Avenir Condensed DemiBold";
    color: white;
    font-size: xx-large;
    text-align: center;
    padding-top: 4vw;
}

.user-interface-title-mobile {
    z-index: 2;
    display: block;
    width: 100%;
    font-family: "Avenir Condensed DemiBold";
    color: white;
    background-color: black;
    font-size: xx-large;
    text-align: center;
}

.sku-tangie .wcpbc-placeholder.-dots {
    display: none !important;
}

@media (max-width: 767px) {
    .sku-tangie .add_to_cart_inline {
        margin-left: -32px;
        width: fit-content !important;
    }
}

@media (min-width: 768px) {
    .sku-tangie .add_to_cart_inline {
        margin-left: -56px;
        width: fit-content !important;
    }

    .sku-tangie .site-footer {
        margin-top: -50px;
    }
}

@media (max-width: 767px) {
    .sku-tangie .if-md-center {
        margin: auto;
    }

    .sku-tangie .site-footer {
        margin-top: -112px;
    }
}

.sku-tangie .owl-carousel {
    background: black !important;
}

.sku-tangie .fixed-top-bar .added_to_cart {
    border-color: #eeeeee;
    border: solid 2px;
    border-radius: 7px;
    color: #ffffff;
    background: none;
    margin-top: 10px;
    text-transform: lowercase;
}

.sku-tangie .second-call-to-action .add_to_cart_inline {
    margin: auto;
    color: white !important;
}

.sku-tangie .second-call-to-action .demo_link_wrapper {
    display: ruby-text;
}

.sku-tangie .second-call-to-action .product_type_simple {
    color: white !important;
    border: solid 2px white !important;
}

.page-id-11 #raw-power {
    padding-bottom: 20px;
}

/* checkout  */

.billing_address_2_field {
    display: none !important;
}

#billing_neighborhood_field {
    clear: none !important;
}

@media (min-width: 768px) {
    /* .page-id-8 #billing_address_1_field, */
    .page-id-8 #billing_city_field {
        width: 47.0588235294%;
        float: left;
    }

    .is-brazil .page-id-8 #billing_address_1_field {
        width: 47%;
    }

    .page-id-8 #billing_number_field,
    .page-id-8 #billing_state_field {
        width: 47.0588235294%;
        float: right;
        clear: none;
        margin: 0;
    }
}

.woocommerce-order-received .woocommerce {
    max-width: none;
}

.woocommerce-checkout .form-row label,
.woocommerce-checkout .woocommerce-input-wrapper {
    width: inherit;
    width: -webkit-fill-available;
    font-size: 0.9em;
    font-family: "Avenir Condensed Medium";
}

h1,
h2,
h3,
h4,
h5,
h6,
.wc-block-grid__product-title {
    font-family: "Avenir Condensed DemiBold" !important;
    -webkit-font-smoothing: antialiased !important;
}

.woocommerce-checkout .woocommerce-billing-fields input[type="text"],
.woocommerce-checkout .woocommerce-billing-fields input[type="number"],
.woocommerce-checkout .woocommerce-billing-fields input[type="email"],
.woocommerce-checkout .woocommerce-billing-fields input[type="tel"],
.woocommerce-checkout .woocommerce-billing-fields input[type="url"],
.woocommerce-checkout .woocommerce-billing-fields input[type="password"],
.woocommerce-checkout .woocommerce-billing-fields input[type="search"],
.woocommerce-checkout .woocommerce-billing-fields textarea,
.woocommerce-checkout .woocommerce-billing-fields .input-text,
#rm-pagbank-card-holder-name input[type="text"],
#rm-pagbank-card-number input[type="number"],
#rm-pagbank-card-expiry input[type="number"],
#rm-pagbank-card-cvc input[type="number"],
.woocommerce-form-coupon-toggle .input-text,
#wc-rm-pagbank-cc-form .input-text {
    background-color: #fff !important;
    border-bottom: 1px solid #131313 !important;
    box-shadow: none !important;
    font-family: "Avenir Condensed Medium";
    font-size: 100% !important;
}

.woocommerce-form-coupon-toggle {
    padding: 0px 20px 20px;
}

.woocommerce-form-coupon-toggle button,
.woocommerce-form-coupon-toggle button:hover {
    font-family: "Avenir Condensed Regular";
    background: transparent;
    border: solid 2px black;
    border-radius: 8px;
    color: black;
}

.woocommerce-checkout .woocommerce-billing-fields input[type="text"]:focus,
.woocommerce-checkout .woocommerce-billing-fields input[type="number"]:focus,
.woocommerce-checkout .woocommerce-billing-fields input[type="email"]:focus,
.woocommerce-checkout .woocommerce-billing-fields input[type="tel"]:focus,
.woocommerce-checkout .woocommerce-billing-fields input[type="url"]:focus,
.woocommerce-checkout .woocommerce-billing-fields input[type="password"]:focus,
.woocommerce-checkout .woocommerce-billing-fields input[type="search"]:focus,
.woocommerce-checkout .woocommerce-billing-fields textarea:focus,
.woocommerce-checkout .woocommerce-billing-fields .input-text:focus {
    background-color: #f8f8f8 !important;
}

#payment .payment_methods > li .payment_box,
#pagseguro-credit-card-form p,
#pagseguro-credit-card-form p label,
#pagseguro-credit-card-form,
.payment_method_pagseguro fieldset,
#pagseguro-payment-methods {
    background-color: #ffffff !important;
}

#pagseguro-payment-methods li {
    border: none !important;
    border-bottom: solid 1px lightgrey !important;
}

#pagseguro-payment-methods .active {
    border-bottom: solid 1px black !important;
    font-family: "Avenir Condensed DemiBold" !important;
}

label.rm-pagbank-card-cvc,
.payment_method_rm-pagbank-cc p:last-of-type {
    width: 100%;
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number,
#payment .payment_methods li .payment_box .wc-credit-card-form-card-expiry,
#payment .payment_methods li .payment_box .wc-credit-card-form-card-cvc {
    width: 100% !important;
}

.select2-dropdown select2-dropdown--above,
#pagseguro-card-installments {
    border: 1px solid #131313 !important;
}

#wc-rm-pagbank-cc-form {
    background: #fff !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #131313 !important;
}

.select2-selection__arrow b {
    border-color: #131313 transparent transparent transparent !important;
}

.select2-results__option {
    color: #131313 !important;
}

#payment .place-order .button {
    background-color: #239ce0;
    color: #fff;
    border-radius: 4px;
}

#payment .place-order .button:hover {
    background-color: #29a2e6;
}

div:where(.swal2-container).swal2-backdrop-show {
    background: rgba(0, 0, 0, 0.3) !important;
    backdrop-filter: blur(3px) !important;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
    background-color: #239ce0;
}

.slug-checkout .woocommerce-message,
.slug-checkout .woocommerce-error,
.slug-checkout .woocommerce-info {
    display: none;
}

.slug-checkout .coupon-toggle-container .woocommerce-info,
#pagseguro-credit-card-form .woocommerce-error {
    display: block;
}

.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before,
.woocommerce-noreviews::before,
p.no-comments::before {
    content: "ⓘ" !important;
}

.close-notification-button {
    right: 1.35em;
    top: 1.35em;
    position: absolute;
    font-family: "Font Awesome 5 Free";
    background: #00000026;
    border-radius: 50%;
    height: 23px;
    width: 23px;
    line-height: 23px;
    font-size: 13px;
    text-align: center;
    color: white;
    font-weight: 900;
    cursor: pointer;
}

/* .wpmc-step-payment #payment {
    display:none;
} */

/* #billing_neighborhood_field {
    display: none;
} */

.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn,
.xoo-wsc-container .xoo-wsc-btn {
    font-family: "Avenir Condensed DemiBold";
    border-radius: 3px;
}

.woocommerce-checkout .xoo-wsc-basket,
.woocommerce-cart .xoo-wsc-basket {
    display: none !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
}

.select2-container .select2-selection--single,
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow,
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    height: 43px;
    line-height: 38px;
}

.wpmc-tabs-wrapper {
    font-family: "Avenir Condensed Medium", sans-serif;
}

.wpmc-tabs-wrapper .wpmc-tab-number {
    font-family: "Avenir Condensed Medium", sans-serif !important;
}

.page-id-8 #wpmc-next {
    color: white;
    background: #242424;
}

.woocommerce-checkout-review-order-table .cart-subtotal {
    display: none;
}

table.cart .product-thumbnail img {
    max-width: 100% !important;
}

.woocommerce-cart .product-remove,
.woocommerce-cart .product-thumbnail,
.woocommerce-cart .product-name,
.woocommerce-cart .product-price {
    vertical-align: revert;
}

.xoo-wsc-pprice,
.xoo-wsc-qty-price {
    display: none;
}

@media (max-width: 767px) {
    .woocommerce-cart .product-name,
    .woocommerce-cart .product-price {
        padding: 15px 20px;
    }

    .woocommerce-cart .product-thumbnail {
        padding: 35px 0px;
    }
}

table.cart td.product-remove a.remove {
    top: 0.381953em !important;
    right: 0.381953em !important;
}

.woocommerce-cart-form__contents {
    border-top: solid 2px black;
    margin-top: 40px;
}

.woocommerce-cart .cart_item {
    border-bottom: solid 2px black;
}

.woocommerce-cart .woocommerce-Price-amount {
    font-weight: 300;
}

.add_to_cart_inline .added_to_cart {
    display: none !important;
}

.xoo-wsc-cart-active .xoo-wsc-opac {
    background-color: #000000b8;
    z-index: 999998;
    opacity: 1;
    background-color: rgb(24 24 24 / 50%);
    -webkit-backdrop-filter: blur(2em);
    backdrop-filter: blur(0.3em);
}

.xoo-wsc-items-count {
    border: solid 1px white;
}

.woocommerce .cart_item .product-name {
    display: flex;
    width: -webkit-fill-available;
}

.woocommerce thead .product-name {
    width: -webkit-fill-available;
}

.woocommerce .product-name img {
    width: 73px;
    margin-right: 10px;
}

/* pagina de produto  */

.somdn-owned-badge {
    display: none;
}

.wp-video-popup-wrapper {
    background: rgb(0 0 0 / 70%) !important;
    backdrop-filter: blur(3px) !important;
}

/* some com botão "skip login" */
#wpmc-skip-login {
    overflow: hidden;
    width: 0;
    height: 0;
    padding: 0;
}

/* ajuste no form do pagseguro */
label[for="pagseguro-card-holder-birth-date"],
label[for="pagseguro-card-holder-phone"] {
    height: 45px;
}

/* campo complemento */
@media (min-width: 768px) {
    .campo-complemento {
        clear: none;
        float: right !important;
        width: 47.0588235294% !important;
    }
}

.preco-sem-desconto-quando-tem-desconto {
    text-decoration: line-through;
}

#main > .product > .onsale {
    display: none;
}

/* order completed / thank you page */
span.order-completed-thankyou {
    font-size: 28px;
    font-family: "Avenir Condensed DemiBold";
}

span.order-completed-activating-title {
    font-size: 22px;
    font-family: "Avenir Condensed DemiBold";
}

span.order-completed-password-reset-link {
    font-family: "Avenir Condensed Medium";
}

/* link do demo */
.demo_link_wrapper {
    text-align: center;
}

.demo_link_wrapper .demo_link {
    color: #fff0d7 !important;
    border: solid 2px #fff0d7 !important;
    width: auto;
    margin: auto;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0);
    line-height: 32px;
}

.correcao-neurontape-buttons .add_to_cart_button,
.correcao-neurontape-buttons .wp-element-button {
    text-shadow: 1px 1px 3px #000000b8;
}

#colophon .col-full .col-4 {
    max-width: none !important;
}

.alternate-style .demo_link {
    color: #242424 !important;
    border: solid 2px #000000 !important;
}

.sku-tangie .second-call-to-action .alternate-style .demo_link {
    color: white !important;
    border: solid 2px white !important;
}

/* owl carousel navegation off  */

.owl-nav {
    display: none;
}

/* fixed top bar after scroll */

.fixed-top-bar {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #000000c4;
    backdrop-filter: blur(8px);
    color: #fff;
    padding: 10px 0;
    z-index: 1000;
    transition: ease 0.3s;
    box-shadow: 0px 2px 6px #0000007a;
}

.show-fixed-top-bar {
    display: block !important;
    top: 0;
}

.sku-nrtube .fixed-top-bar {
    display: none !important;
}

/* se for mobile quebra a linha no carrinho e tamanho do carrinho */

@media (max-width: 545px) {
    .xoo-wsc-pname {
        width: min-content;
    }
}

.xoo-wsc-img-col {
    width: 30%;
}

.xoo-wsc-sum-col {
    width: 70%;
}

.xoo-wsc-container {
    font-family: "Avenir Condensed Regular";
    max-width: 375px;
    right: -375px;
}

.as-custom-carousel-wrapper {
    width: 100%;
    min-height: 100px;
    text-align: center;
    background: linear-gradient(
        180deg,
        rgba(6, 6, 6, 1) 0%,
        rgba(18, 18, 18, 1) 100%
    );
    overflow: hidden;
}

.as-custom-carousel-wrapper .as-custom-carousel-wrapper-2 {
    width: 60%;
    height: 100%;
    margin: 0 auto 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
}

.as-custom-carousel {
    width: 87%;
    position: relative;
    margin: 10% auto 0 auto;
    text-align: left;
}

.as-custom-carousel img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

@media (max-width: 1200px) {
    .as-custom-carousel-wrapper .as-custom-carousel-wrapper-2 {
        width: 90%;
    }
}

.cab-image-slider {
    position: relative;
    margin: auto;
    text-align: center;
    width: 372px;
    height: 310px;
}

.cab-image-slider.bigger {
    width: 450px;
    height: 370px;
}

.cab-image-slider img {
    display: block;
    position: absolute;
    height: 100%;
}

.cab-image-slider .handler {
    position: absolute;
    height: 100%;
    overflow: hidden;
    width: 0%;
}

.cab-image-slider .handler img {
    position: relative;
    display: block;
}

@media (max-width: 1020px) {
    .cab-image-slider {
        margin-left: 40px;
    }

    .cab-image-slider.bigger {
        margin-left: 0;
        width: 360px;
        height: 296px;
    }
}

@media (max-width: 781px) {
    .cab-image-slider {
        margin: 0 auto;
        /* height:260px; */
        width: 290px;
        height: 244px;
    }

    .cab-image-slider.bigger {
        margin: 0 auto;
        width: 291px;
        height: 270px;
    }
}

/* esconde checkbox de criar conta no checkout pois forçamos a criação da conta via PHP */
.woocommerce-account-fields .create-account {
    display: none !important;
}

/* esconde steps do checkout na parte superior do form */
.wpmc-tabs-wrapper {
    display: none !important;
}

/* fix weird margin on billing fields */
#order_review .form-row,
.woocommerce-billing-fields__field-wrapper .form-row {
    margin-left: auto !important;
    margin-right: auto !important;
}

.entry-content .woocommerce form .form-row .required {
    text-decoration: none;
}

.entry-content .woocommerce {
    color: #131313;
    margin: auto;
    padding-top: 30px;
}

#customer_details .col-1,
#customer_details .col-2 {
    max-width: none;
}

.woocommerce-Addresses .col-1,
.woocommerce-Addresses .col-2 {
    max-width: none !important;
}

.woocommerce-additional-fields {
    display: none !important;
}

#wpmc-skip-login {
    display: none !important;
}

body:not(.logged-in) #customer-area {
    text-align: center;
}

body.woocommerce-order-received .entry-content .woocommerce,
body.woocommerce-cart .entry-content .woocommerce {
    padding-top: 50px;
}

body.show-reset-form .xoo-el-header {
    display: none;
}

body.show-reset-form .xoo-el-form-txt {
    text-align: left;
    font-style: normal !important;
}

body.single-product .woocommerce-error {
    position: absolute;
    z-index: 20;
    right: 50px;
    top: 138px;
}

/* para saturation bundle */

.slug-saturation-bundle .sp-ea-single {
    background: #fff !important;
    border: 0 !important;
    border-bottom: 1px solid black !important;
    border-radius: 0 !important;
}

.slug-saturation-bundle .ea-header a {
    color: black !important;
    font-style: italic !important;
}

.slug-saturation-bundle .ea-header i {
    float: right !important;
}

.slug-saturation-bundle .article {
    margin-bottom: 0px !important;
}

.slug-saturation-bundle .primary-navigation {
    font-family: "Avenir Condensed Medium";
}

.slug-saturation-bundle .saturation-bundle-trio-fix {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
}

.slug-saturation-bundle .xoo-wsc-basket {
    display: none !important;
}

.slug-saturation-bundle .main-navigation {
    width: 73% !important;
    max-width: fit-content !important;
    margin-right: 0 !important;
    float: right !important;
    padding: 10px;
}

.slug-saturation-bundle .handheld-navigation {
    text-align: right;
    padding: 0px 20px;
    box-shadow: 0px 10px 9px #0000004a;
    background: #ff0f47;
    font-family: "Avenir Condensed Medium";
}

.slug-saturation-bundle .footer-item {
    display: inline-flex;
    border-left: solid 1px;
    align-items: baseline;
    justify-content: center;
    height: 37px;
}

@media (min-width: 782px) {
    .slug-saturation-bundle .saturation-bundle-trio-fix {
        margin-left: -87px !important;
    }
}

@media (max-width: 782px) {
    .slug-saturation-bundle .saturation-bundle-trio-fix {
        margin-top: -90px !important;
    }

    .slug-saturation-bundle .footer-item {
        border-left: 0;
        justify-content: unset;
        padding: 0px 7px;
        height: 50px;
    }

    .slug-saturation-bundle .fix-gap {
        gap: 0;
    }
}

#sp-ea-1413 p {
    font-family: "Avenir Condensed Regular";
}

.light-blue-button {
    color: white;
    border: 0;
    border-radius: 6px;
    background: linear-gradient(
        150deg,
        rgb(132, 245, 222) 0%,
        rgb(76, 197, 248) 100%
    );
}

.redish-button {
    color: white;
    border: 0;
    border-radius: 7px;
    background: linear-gradient(
        303deg,
        rgb(255, 171, 150) 0%,
        rgb(255, 15, 71) 100%
    );
}

.transparent-white-button {
    color: white;
    border: solid 2px white;
    border-radius: 7px;
    background: none;
}

.transparent-black-button {
    color: black;
    border: solid 2px black;
    border-radius: 7px;
    background: none;
}

.transparent-black-button:hover {
    color: black;
}

.transparent-white-button:hover,
.light-blue-button:hover,
.redish-button:hover {
    color: white;
}
