/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    
    
    }
    
    
    /*footer lenin*/
    
    #footer{
        background-image: url('../flatsome-child/assets/img/back-footer.png') ;
        background-repeat: no-repeat;
        padding: 25px 0 0px;
        background-size: cover;
        background-position: center;
    }
    
    @media screen and (min-width: 850px){
        #footer .footer .footer-gloah{
            max-width: 12% !important; 
            -ms-flex-preferred-size: 15.0% !important;
            flex-basis: 12% !important;
        }
        
        #footer .footer .logofootImg{
            max-width: 10% !important; 
            -ms-flex-preferred-size: 10% !important;
            flex-basis: 10% !important;
        }
        
        #footer .footer .pagItem{
            max-width: 14% !important; 
            -ms-flex-preferred-size: 15% !important;
            flex-basis: 15% !important;
        }
    }
    
    #footer .footer .footer-gloah h4{
        font-size: 10px;
        color: #000000;
        font-family: Lato;
        font-style: normal;
        font-weight: bold;
        letter-spacing: 0.1em;
        text-transform: uppercase;
    }
    
    .ls-custom-select .ls-select{
        box-sizing: border-box;
        border: none;
        border-bottom: solid 0.1em #000000;
        padding: 0 .75em;
        padding-left: 0;
        height: 2.507em;
        font-size: .97em;
        border-radius: 0;
        max-width: 100%;
        width: 100%;
        vertical-align: middle;
        background-color: transparent;
        color: #333;
        box-shadow: none;
        transition: color .3s, border .3s, background .3s, opacity .3s;
        font-family: Lato;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 100%;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #000000;
    }
    
    .footer .footer-gloah input[type="email"]{
        box-sizing: border-box;
        border: none;
        border-bottom: solid 0.1em #000000;
        padding: 0 .75em;
        padding-left: 0;
        height: 2.507em;
        font-size: .97em;
        border-radius: 0;
        max-width: 100%;
        width: 100%;
        vertical-align: middle;
        background-color: transparent;
        color: #333;
        box-shadow: none;
        transition: color .3s, border .3s, background .3s, opacity .3s;
        font-family: Lato;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 100%;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #000000;
    }
    
    .footer .footer-gloah .relative input[type="submit"]{
        background-image: url('../flatsome-child/assets/img/seta-direita.png');
        background-position: center;
        background-repeat: no-repeat;
        border: none;
        background-color: transparent;
        color: transparent;
        width: 10px;
        margin: 0;
        position: absolute;
        height: 10px;
        padding: 0;
        right: 1px;
    }
    
    #footer .footer .section-content .copyright_footer{
        font-family: Lato;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        text-align: center;
        padding: 20px 0 10px;
        width: 100%;
        display: block;
        margin: 0;
    }
    
    
    /**CONTENT SINGLE PRODUCT**/
    
    
    
    .product-container{}
    
    .product-container .product-main{}
    
    .product-container .product-main .product-info .summary .entry-summary{}
    
    .product-info .product-title{
        font-family: Montserrat;
        font-style: normal;
        font-weight: normal;
        font-size: 36px;
        margin-bottom: 0;
        color: #000000;
        width: 80%;
    }
    
    .product-info .price {
        font-size: 15px;
        margin: 05px 0;
        font-weight: bolder;
    }
    
    .star-rating {
        text-align: left;
        font-size: 14px;
        display: block;
        overflow: hidden;
        position: relative;
        height: 1em;
        line-height: 1em;
        letter-spacing: 0;
        margin: 5px 10px;
        font-family: "fl-icons" !important;
        font-weight: normal !important;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    
    
    
    .product-info .content_description, .content_carac, .content_ingre{
        border: 1px solid #E7E7E7;
        box-sizing: border-box;
        padding: 0 50px 10px 32px;
        margin: 8px 0;
    }
    
    .product-info .content_carac h4.title_description{
        position: relative;
        font-family: Lato;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #000000;
        margin: 20px 0 10px;
    }
    
    .less::after{
        position: absolute;
        content: '';
        height: 2px;
        width: 12px;
        background-color: black;
        right: -30px;
        top: 50%;
        transform: rotate(0deg)!important;
        transition: transform .3s ease;
    }
    
    .product-info .product_section::before{
        position: absolute;
        content: '';
        height: 2px;
        width: 12px;
        background-color: black;
        right: -30px;
        top: 50%;
    }
    
    .product-info .product_section::after{
        position: absolute;
        content: '';
        height: 2px;
        width: 12px;
        background-color: black;
        right: -30px;
        top: 50%;
        transform: rotate(90deg);
        transition: transform .3s ease;
    }
    
    .product-info .content_description h4.title_description{
        position: relative;
        font-family: Lato;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #000000;
        margin: 20px 0 10px;
    }
    
    .product-info .content_ingre h4.title_description{
        position: relative;
        font-family: Lato;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #000000;
        margin: 20px 0 10px;
    }
    
    .product-info .product-short-description{
        font-family: Lato;
        font-size: 14px;
        line-height: 150%;
        letter-spacing: 0.05em;
        color: #7B7B7B;
    }
    
    .product-info .content_ingre p{
        font-family: Lato;
        font-size: 14px;
        line-height: 150%;
        letter-spacing: 0.05em;
        color: #7B7B7B;
    }
    
    .product-info .content_carac p{
        font-family: Lato;
        font-size: 14px;
        line-height: 150%;
        letter-spacing: 0.05em;
        color: #7B7B7B;
    }
    
    .product-info .content_carac .bloc .two-collunm{
        columns: 1;
    }

    @media (max-width: 549px){
        .product-info .content_carac .bloc .two-collunm{
            columns: 1;
        }
    }
    
    .product-info .content_carac ul li{
        font-family: Lato;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 175%;
        letter-spacing: 0.05em;
    }
    
    .product-info .breadcrumbs{
        display: none!important;
    }
    .product-info .social-icons{
        display: none!important;
    }
    .product-info .product_meta{
        display: none!important;
    }
    
    .product-images .badge-container{
        display: none;
    }
    
    .product-gallery .badge-container{
        display: none;
    }
    
    .product-info .badge-container{
        margin: 0;
    }
    
    .product-info .badge-container .onsale{
        position: absolute;
        right: 20px;
        top: 15px;
        border: solid 1px black;
        border-radius: 3px;
        padding: 5px 10px;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 100%;
        text-transform: uppercase;
        color: #000000;;
    }
    
    .product-info .cart{
        margin-top: 20px;
        display: flex;
    }
    .product-info .cart button[type='submit']{
        display: block;
        width: 80%;
        border-radius: 3px;                           
    }
    .feedback{
        display: none;
    }
    .yith-wcwl-wishlistexistsbrowse{
        display: none;
    }
    
    .product-info .privice{
        font-family: Lato;
        font-style: normal;
        font-weight: bold;
        font-size: 12px;
        text-decoration-line: underline;
        text-transform: uppercase;
        color: #000000;
    }
    
    .product-tabs{
        display: none;
    }
    
    .bt-avaliar{
        margin: 0 auto;
        max-width: 190px;
        text-align: center;
        padding: 10px;
        border: solid 1px black;
        border-radius: 3px;
        margin-bottom: 10px;
    }
    
    .comments_custom{
        margin: 30px 0 0 10px;
    }
    
    .product-footer{
        background-image: url('../flatsome-child/assets/img/backfooter-comments.png');
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .form-submit input[type='submit']{
        border: solid 1px black;
        border-radius: 3px;
        color: black;
        background-color: transparent!important;
    }
    
    .comment-form-comment textarea{
        background-color: transparent!important;
    }
    
    .st-only{
        margin: 0 auto;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
    }
    .st-only .star-rating{
        font-size: 20px;
    }
    
    
    .dark, .dark p, .dark td {
        color: #000000;
    }
    
    .used-celina{
        background-color: #EFA693;
        color: white!important;
    }
                
    .products .box-text .title-wrapper p{
        font-family: Lato;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        color: #000000!important;
    }
    
    .products .box-text .subtitle-wrapper .subtitle{
        font-family: Lato;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 19px;
        color: #7B7B7B!important;;
    }
    
    .products .box-text .link-wrapper p a{
        font-family: Lato;
		font-style: normal;
		font-weight: bold;
		font-size: 12px;
		line-height: 18px;
		display: flex;
		align-items: center;
		justify-content: center;
		letter-spacing: 0.1em;
		text-transform: uppercase;
		padding: 5px 0;
    }
    
    .products .price-wrapper .price {
        display: block;
        height: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        /*margin-left: 30px;*/
    }
    
    .box-text .price-wrapper .price .woocommerce-Price-amount{
        font-family: Lato;
        color: #000000!important;
        text-shadow: none;
    }
    
    .dark a:hover, .dark .widget a:hover {
        color: #000000!important;
    }
    
    .products .add_to_cart_button{
        font-family: Lato;
        margin-top: 0!important;
        font-style: normal;
        font-weight: bold;
        font-size: 14px!important;
        line-height: 100%;
        display: flex!important;
        align-items: center;
        width: 100%;
        max-width: 125px;
        justify-content: center;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #000000!important;
        border: solid 1px black;
        border-radius: 3px;
    }
    
    .products .badge-container{
        position: absolute;
        right: 0;
        left: auto;
        top: 0;
        margin-top: 0!important;
        background: white;;
    }
    
    .products .badge-container .onsale{
        border: solid 1px black;
        border-radius: 3px;
        padding: 5px 10px;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 100%;
        text-transform: uppercase;
        color: #000000;
    }
    
    .woocommerce-ordering select{
        border: solid 1px white;
        color: #fff!important;
        border-radius: 3px;
        font-size: 12px;
        line-height: 100%;
        text-transform: uppercase;
        font-weight: bold;
        padding: 10px 20px;
        height: 45px;
        background-color: transparent!important;
    }
    
    .woocommerce-ordering select option { color: black; }
    .woocommerce-ordering select option:first-child{
      color: #fff;
    }
    
    .select2-dropdown .select2-search--dropdown{
        display: none;
    }
    
    .filter-cat{
        position: relative;
    }
    
    @media only screen and (min-width: 768px){
        .filter-cat{
            margin-left: 10px;
        }
    }
    
    .filter-cat #woocommerce_product_categories-2 .widget-title{
        display: none;
    }
    #woocommerce_product_categories-2 .is-divider{
    display: none;
    }
    
    .select2-container--default .select2-selection--single {
        color: #fff!important;
        margin: 5px!important;
        margin-left: 0!important;
        border: solid 1px white!important;
        border-radius: 3px!important;
        font-size: 12px;
        line-height: 100%;
        text-transform: uppercase;
        font-weight: bold;
        padding: 3px 20px;
        display: flex!important;
        height: 45px!important;
        background-color: transparent!important;
        justify-content: start;
        align-items: center;
    }

    .select2-container .select2-selection--single .select2-selection__rendered {
        display: block;
        padding-left: 0px!important;
        padding-right: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #fff!important;
    }
    
    .select2-results .select2-results__options li{
        top: 20px;
        font-size: 12px;
        line-height: 100%;
        text-transform: uppercase;
    }
    
    .select2-container--open .select2-dropdown {
        left: 5px;
        top: 28px;
    }
    
    .breadcrumbs{
        font-family: Lato;
        font-size: 10px;
    }
    
    .archive .woocommerce-breadcrumb a{
        font-family: Lato;
        font-style: normal;
        font-weight: normal;
        font-size: 10px;
        line-height: 200%;
        text-decoration: none;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #FFFFFF;
    }

    .woocommerce-breadcrumb a{
        font-family: Lato;
        font-style: normal;
        font-weight: normal;
        font-size: 10px;
        line-height: 200%;
        text-decoration: none;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #000;
    }
    
    .woocommerce-ordering{
        width: 100%;
    }
    
    .filter-cat .widget{
        margin-left: 0px;
        width: 100%;
    }
    
    .select2-container--default .select2-selection--single {
        margin-left: 0px!important;
    }
    
    .form-flat input:not([type="submit"]){
        border-radius: 0!important;
    }
    
    .comment-form-author input[type='text']{
        background: transparent;
    }
    
    .comment-form-email input[type='email']{
        background: transparent;
    }
    
    .header.show-on-scroll, .stuck .header-main {
        height: 60px!important;
        color: #000 !important;
    }
    
    p.grey{
        color: #505050;
        font-family: Lato;
        font-size: 14px;
        line-height: 27px;
        letter-spacing: 0.05em;
    }
    
    .gloah-home-text{
        font-family: Lato;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 200%;
        /* or 28px */

        letter-spacing: 0.05em;

        /* cinza */

        color: #7B7B7B;
    }
    
    h2.custom-h2{
        font-family: Montserrat;
        font-style: normal;
        font-weight: 500;
        font-size: 36px!important;
    }
    
    .btn-theme{
        font-family: Montserrat;
        font-style: normal;
        font-weight: bold;
        font-size: 12px;
        line-height: 14px!important;
        letter-spacing: 1px;
        width: 100%;
        max-width: 231px;
        height: 48px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
    }

    @media only screen and (max-width: 767px){
        .btn-theme{
            margin: 0 auto;
        }
    }

    .white.button.is-outline{
        margin: 0 auto!important;
        color: #ffffff!important;
        transition: all ease .3s;
    }
    
    /*.white.button.is-outline :hover{
        margin: 0 auto!important;
        color: #000!important;
        border: solid 1x black !important;
        transition: all ease .3s;
    }*/
    
    .white.is-outline:hover {
        margin: 0 auto!important;
        color: #000!important;
        border: solid 1x black !important;
        transition: all ease .3s;
    }
    
    a.btn-home-see{
        border: solid 1px #ffffff!important;
        color: #ffffff!important;
        font-family: Montserrat;
        font-style: normal;
        font-weight: bold;
        font-size: 12px;
        line-height: 14px!important;
        letter-spacing: 1px;
        width: 100%;
        max-width: 231px;
        height: 48px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto!important;
    }

    @media only screen and (max-width: 549px){
        a.btn-home-see{
            margin-bottom: 51px!important;  
        }
    }
    
    .title-p{
        font-family: Lato;
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        margin-bottom: 5px!important;
        line-height: 200%;
        text-align: center;
        letter-spacing: 0.2em;
        color: #ffffff!important;
        margin-bottom: 0!important;
    }
    
    .title-pb{
        font-family: Lato;
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 200%;
        /* identical to box height, or 28px */

        letter-spacing: 0.2em;
        text-transform: uppercase;

        color: #000000;

        color: #000000!important;
        margin-bottom: 0!important;;
    }
    
    .title-insta{
        font-family: Lato;
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        margin-bottom: 5px!important;
    }
    .off-canvas-left.mfp-ready .mfp-content, .off-canvas-right.mfp-ready .mfp-content {
        background-size: cover;
    }

    .mfp-content{
        width: 325px!important;
    }

    @media (max-width: 549px){
        .mfp-content {
            width: 100%!important;
        }
    }
    
    .menu-left{
        padding-left: 50px;
        padding-right: 45px;
        height: 100%;
        background-image: url(../flatsome-child/assets/img/background-menu.png);
        background-size: cover;
        background-position: right bottom;
    }
    
    .menu-left-social{
        padding-top: 120px;
    }
    
    .listsocial a{
    
    }
    
    .listsocial a img{
        min-width: 25px;
    }
    
    .menu-left .menu-left-social h4{
        font-family: Lato;
        font-style: normal;
        font-weight: 600;
        font-size: 12px;
        line-height: 100%;
    }
    
    .menu-left .nav-vertical .menu-item{
        font-family: Lato;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 100%;
    /* identical to box height, or 14px */
    
        letter-spacing: 0.1em;
        text-decoration-line: underline;
        text-transform: uppercase;
    
    /* preto */
    
        color: #000000;
    
    }
    
    .search-field{
        font-family: Lato;
        font-size: 20px!important;
    }
    
    .search-name{
        font-family: Lato;
        font-size: 20px;
    }
    
    .terms-title{
        padding: 50px 0 30px 0;
    }
    
    .terms-title h1.titles{
        font-family: Lato;
        font-style: normal;
        font-weight: 700;
    }
    
    
    .terms-content{
        padding-bottom: 35px;
    }
    
    .terms-content text{
        font-family: Lato;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 100%;
    }
    
    .terms-content text p{
        font-family: Lato;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 100%;
    }
    
    .terms-content ul{
        padding-left: 35px;
    }
    
    .terms-content ol{
        padding-left: 15px;
    }
    
    .terms-content text ul li{
        font-family: Lato;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 100%;
    }
    
    .selos{
        width: 100%;
    }
    .selos .flex-selos{
        display: flex;
        flex-wrap: wrap;
    }
    .flex-selos .figure{
        padding: 1px;
    }
    .flex-selos .figure img{
        width: 100%;
        max-width: 100px;
    }
    
    
    .wpml-ls-legacy-dropdown a {
        border: none!important;
        background: none!important;
    }
    
    .header-nav-main .header-language-dropdown .image-icon{
        display: none;
    }
    
    .header-nav-main .header-language-dropdown .nav-dropdown-default a .icon-image{
        display: none;
    }
    
    li.header-search.header-search-lightbox.has-icon {
        margin-top: -2px;
        height: 100%;
    }
    
    .transparent #logo img {
        max-height: 80px!important;
    }
    
    #logo {
        width: 200px;
        padding-top: 10px;
    }
    
    @media screen and (max-width: 849px){
        .medium-logo-center .logo img {
            margin: 0 auto;
        }
        .transparent #logo img {
            max-height: 49px;
        }
    }
    
    .pricing-table .items>div{
        font-family: 'Lato';
        font-weight: 700;
        font-size: 12px;
    }
    
    .bullet-item span.text{
        font-family: 'Lato';
        font-weight: 700;
        font-size: 11px;
    }

    @media only screen and (max-width: 549px){
        .bullet-item span.text{
            font-family: 'Lato';
            font-weight: 700;
            font-size: 12px;
        }
    }

    #pagseguro-payment-methods {
        display: flex;
        text-align: center;
    }

    #pagseguro-payment-methods li label{
        font-size: 10px !important;
    }

    #woocommerce-product-search-field-2::-webkit-input-placeholder:lang(pt) {
        content:"BUSCAR"!important;
    }

    #woocommerce-product-search-field-2::-webkit-input-placeholder:lang(es) {
        content:"BUSCAR"!important;
    }

    #woocommerce-product-search-field-2::-webkit-input-placeholder:lang(en) {
        content:"SEARCH"!important;
    }

    #coupon_code{
        text-transform: none!important;
    }

    @media only screen and (max-width: 549px){
        .mobile-reverse{
            display: flex;
            flex-direction: column-reverse;
        }
        .img-gloah {
            position: relative!important;
            bottom: -10px!important;
            width: 100%!important;
            transform: scale(1.2)!important;
            text-align: center!important;
            display: flex!important;
            justify-content: center!important;
            overflow: hidden!important;
            align-items: center!important;
        }
        .footer-gloah{
            text-align: center;
        }
        .select2-container--open .select2-dropdown {
            left: 5px;
            top: 0px;
        }
    }

    @media (max-width: 1024px) and (min-width: 850px){
        .img-gloah {
            position: absolute!important;
            bottom: -443px!important;
        }
    }

    .img-gloah {
		position: relative;
		bottom: -51px;
    }

    .overhidden{
        width: 100%;
        overflow: hidden;
    }

    .woocommerce-ordering::after {
        color: white;
        border-color: white!important;
    }
    .woocommerce-ordering select {
        color: white;
        border-color: white!important;
    }

    
.content_social{
    display: flex;
    flex-direction: column;
}

.content_social p{
    justify-items: center;
    align-items: center;
}

.content_social p a{
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    padding-left: 30px;
    font-family: Lato;
    font-size: 11px;
    text-decoration-line: underline;
    text-transform: uppercase;
}

.content_social p a img{
    margin-right: 5px;
    margin-bottom: 0!important;
}

.wpcf7-form p label{
    font-family: Lato;
    font-size: 10px;
    color: #505050;
}

.wpcf7-form p label span input[type="submit"]{
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
}

.wpcf7-form p label span input[type="text"]{
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
}

.wpcf7-form p label span input[type="email"]{
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
}

.wpcf7-form p label span textarea{
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
}

.wpcf7-form p .btright{
    display: block;
    margin-left: auto;
}

.text-left h2{
    font-family: Montserrat;
font-style: normal;
font-weight: normal;
font-size: 36px;
line-height: 100%;
/* identical to box height, or 36px */

display: flex;
align-items: center;

/* #FFFFFF */

color: #FFFFFF;
}

.text-left p{
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    
    /* or 28px */

    letter-spacing: 0.05em;

    /* #FFFFFF */

    color: #FFFFFF;
}

#woocommerce-product-search-field-0{
    border-bottom: none!important;
}

input[type='search']::-webkit-input-placeholder{
    color: black!important;
}

.search-price .woocommerce-Price-amount{
    color: black!important;
}

.search-price .woocommerce-Price-amount .woocommerce-Price-currencySymbol{
    color: black!important;
}

.buttons_added input[type='number']{
    border: none!important;
    height: 100%;
}

.buttons_added .plus{
    border: none!important;
}

.buttons_added .minus{
    border: none!important;
}

#tab-additional_information{
    display: none!important;
}

.tab-panels .panel:not(.active) {
    zoom: normal!important; 
    visibility: visible!important; 
    height: auto!important; 
    padding: 0!important;  
    display: block!important; 
    overflow: hidden!important;  
    opacity: 1!important; 
}

.woocommerce-cart-form__cart-item .product-quantity .buttons_added input[type='number']{
    height: auto;
}

.pay{
    display: flex;
    flex-wrap: wrap;
}

.seg{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-end;
}

.seg img{
    min-height: 30px;
    padding-left: 10px;
}

.pay img{
    min-width: 50px;
}

.woocommerce-ordering select {
    background-image: url('../flatsome-child/assets/img/arrow-black.png')!important;
    background-size: 8px!important;
    background-position: right 10px center;
    background-repeat: no-repeat!important;
}

.select2-container .select2-selection--single{
    background-image: url('../flatsome-child/assets/img/arrow-black.png')!important;
    background-size: 8px!important;
    background-position: right 10px center;
    background-repeat: no-repeat!important;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    left: 0;
    border-top: 1px solid #cdcdcd;
    padding: 0;
    margin: 0;
    list-style-type: none;
    z-index: 101;
}

.wpml-ls-legacy-list-horizontal a {
    display: block;
    text-decoration: none;
    padding: 0px 10px 0 0;
    line-height: 1;
}

@media only screen and (max-width: 549px){
    .dashboard-links li {
        width: 100%;
        margin-left: 0!important;
    }
}

@media only screen and (max-width: 549px){
    .container-celina {
        padding-bottom: 50px!important;
        padding-top: 50px!important;
    }
}



.close_popup{
    transform: translateY(100%)!important;
    transition: transform ease .4s;
}
.hidden-popup{
    display: none;
}
.cookie-popup{
    position: fixed;
    transform: translateY(0);
    bottom: 0;
    width: 100%;
    background-color: #EFA693;
    z-index: 999;
    border-top: solid 2px #505050;
}
.cookie-popup .container .row{
    display: flex;
    flex-direction: row;
    padding-top: 10px;
    margin: 0;
}
@media only screen and (max-width: 767px){
    .cookie-popup .container .row{
        display: flex;
        flex-direction: column;
        padding-top: 10px;
    }
}
.cookie-popup .content-coookie{
    width: 100%;
    text-align: center;
    height: 100%;
    padding: 10px 30px 0 0;
}
.cookie-popup .content-coookie p{
    font-family: Lato;
    font-size: 12px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cookie-popup .row .content-coookie p a:hover{
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    text-decoration: underline;
    opacity: 0.7;
    transition: opacity .3s ease;
}

.cookie-popup .row .content-button{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    height: 78%;
}
.cookie-popup .row .content-button input[type="button"]{
    background-color: #fff;
    color: #000;
    transition: all ease .4s;
    border: solid 1px #fff;

}
.cookie-popup .row .content-button input[type="button"]:hover{
    background-color: #fff;
    color: #000;
    border: solid 1px #000;
    transition: all ease .4s;

}
@media only screen and (max-width: 767px){
    .cookie-popup .row .content-button input[type="button"]{
        margin-bottom: 10px;
    }
    .cookie-popup .row .content-coookie p{
        color: #ffffff;
        text-align: center;
    }
}

   @media only screen and (min-width: 768px){
       .cookie	.cookie-content-text{
           font-family: Lato;
           font-size: 12px;
           text-align: left;
           display: flex;
           flex-direction: row;
       }
   }
   

.cookie-popup .btn{
    display: flex;
    justify-content: center;
    align-items: center;
}

.cookie-popup .btn a:hover{
    text-decoration: underline;
    transition: all ease .3s;
}

.flex-prod-vitrini{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

.flex-prod-vitrini .price-wrapper{
    height: auto!important;
    padding: 5px 0;
}

.text-center .button:first-of-type {
    margin-left: auto !important;
}

.text-center .button:last-of-type {
    margin-right: auto !important;
}

/*/tooltip/*/

.pivot08-theme {
	color: #000;
    
}
/* Use this next selector to style things like font-size and line-height: */
.pivot08-theme .tooltipster-content {
	font-family: 'Lato', sans-serif;
    font-weight :400;
    font-size: 14px;
    line-height : 21px;
	padding: 16px;
    background: #fff;
    color: #333;
    border-color: pink;
    border-radius: 4px;
}

.tooltipster-sidetip .tooltipster-box{
    border-color: #f4f4f4;
    background-color: transparent;
    
}


/*arrow*/
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: transparent;
    
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #fff;
    left: 0;
    top: 3px;
}

/*/breadcrumb*/

.br_pgSobre{
    background: #EFA693;
}

.br_pgAcerca{
    background: #EFA693;
}

.br_pgFAQ{
    background: #fff;
}

.page_breadcrumb_Acerca{
    display: flex;
    background: #EFA693!important;
    padding: 30px 0 15px 0;
}

.page_breadcrumb_Acerca li{
    display: flex;
    padding: 0 5px;
    list-style: none;
    text-transform: uppercase;
    color: #fff !important;
}

.page_breadcrumb_Acerca li a{
    color: #fff !important;
}

.page_breadcrumb_Acerca li.separator{
    font-family: 'Lato', sans-serif;
    font-weight :normal;
    color: #fff !important;;
    font-size: 12px;
}

.page_breadcrumb_Acerca li strong{
    font-family: 'Lato', sans-serif;
    font-weight :700;
    color: #fff !important;;
    font-size: 12px;
    text-transform: uppercase;
}

.page_breadcrumb_Sobre{
    display: flex;
    background: #EFA693!important;
    padding: 30px 0 15px 0;
}
.page_breadcrumb_Sobre li{
    display: flex;
    padding: 0 5px;
    list-style: none;
    text-transform: uppercase;
}
.page_breadcrumb_Sobre li a{
    font-family: 'Lato', sans-serif;
    font-weight :normal;
    color: #fff !important;
    font-size: 12px;
    text-transform: uppercase;
}

.page_breadcrumb_Sobre li.separator{
    font-family: 'Lato', sans-serif;
    font-weight :normal;
    color: #fff !important;;
    font-size: 12px;
}

.page_breadcrumb_Sobre li strong{
    font-family: 'Lato', sans-serif;
    font-weight :700;
    color: #fff !important;;
    font-size: 12px;
    text-transform: uppercase;
}

/*****/
#breadcrumbs{
    display: flex;
    background: #fff;
    padding: 30px 0 15px 0;
}
#breadcrumbs li{
    display: flex;
    padding: 0 5px;
    list-style: none;
    text-transform: uppercase;
}
#breadcrumbs li a{
    font-family: 'Lato', sans-serif;
    font-weight :normal;
    color: #000000;
    font-size: 12px;
    text-transform: uppercase;
}

#breadcrumbs li.separator{
    font-family: 'Lato', sans-serif;
    font-weight :normal;
    color: #000000;
    font-size: 12px;
}

#breadcrumbs li strong{
    font-family: 'Lato', sans-serif;
    font-weight :700;
    color: #000000;
    font-size: 12px;
    text-transform: uppercase;
}

.tooltip.tooltipstered:after{
    display: none;
}