.ac-content_widget
    *
    :not(
        .wp-core-ui,
        .wp-editor-wrap,
        .tmce-active,
        .wp-editor-tools,
        .hide-if-no-js,
        .wp-media-buttons,
        .button,
        .insert-media,
        .add_media,
        .wp-media-buttons-icon,
        .wp-editor-tabs,
        .wp-switch-editor,
        .switch-tmce,
        .switch-html,
        .wp-editor-container,
        .quicktags-toolbar,
        .mce-tinymce,
        .mce-container,
        .mce-panel,
        .mce-container-body,
        .mce-stack-layout,
        .mce-top-part,
        .mce-stack-layout-item,
        .mce-first,
        .mce-menubar,
        .mce-toolbar,
        .mce-flow-layout,
        .mce-widget,
        .mce-btn,
        .mce-menubtn,
        .mce-flow-layout-item,
        .mce-btn-has-text,
        .mce-txt,
        .mce-caret,
        .mce-last,
        .mce-toolbar-grp,
        .mce-btn-group,
        .mce-disabled,
        .mce-ico,
        .mce-i-undo,
        .mce-i-redo,
        .mce-i-bold,
        .mce-i-italic,
        .mce-i-alignleft,
        .mce-i-aligncenter,
        .mce-i-alignright,
        .mce-i-alignjustify,
        .mce-i-outdent,
        .mce-i-indent,
        .mce-edit-area,
        .mce-statusbar,
        .mce-path,
        .mce-path-item,
        .mce-resizehandle,
        .mce-i-resize,
        .mce-branding,
        .mce-label,
        .wp-editor-area
    ) {
    font-family: 'Nekst-Medium', sans-serif !important;
    margin: 0;
    padding: 0;
    outline: none;
    text-decoration: none;
    border: none;
    box-sizing: border-box !important;
    transition: all 0.3s linear;
}
.ac-content_widget select{
    -webkit-appearance: none;
    background: white !important;
    color: black !important;
}
.ac-select_uf{
    background: #ffffff;
    height: 100vh;
    width: 100%;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}
.ac-select_uf_left{
    flex: 1 1;
    background-color: #f5d000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ac-select_uf_right_logo{
    width: 200px;
    margin-bottom: 50px !important;
}
.ac-select_uf_right{
    background: white;
    padding: 50px 200px 50px 50px !important;
}
.ac-select_uf_right h1{
    font-size: 25px;
    color: #F8C426 !important;
}
.ac-select_uf_right h2{
    font-size: 20px;
    color: #707070 !important;
    font-weight: lighter;
}
.ac-search_bar_uf{
    background-color: #E2E2E2;
    display: flex;
    align-items: center;
    border-radius: 10px;
    margin: 50px 0 20px 0 !important;
}
.ac-search_bar_uf img{
    cursor: pointer;
}
[for="ac-uf_selected"]{
    display: flex;
}
.ac-ufs_select{
   display: flex;
    flex-direction: column;
    gap: 20px;
    max-height: 60vh;
    overflow: auto;
}
.ac-uf_select{
    color: #707070;
    font-size: 18px;
    cursor: pointer;
}
.ac-search_bar_uf input{
    flex: 1 1;
    height: 45px;
    background: transparent;
    padding-left: 10px;
    font-size: 17px;
}
.ac-search_uf{
    padding: 10px !important;
    border-radius: 10px 0 0 10px;
}
.ac-go_uf{
    background-color: #BFBFBF;
    padding: 10px !important;
    border-radius: 0 10px 10px 0;
}
.ac-msg_uf{
    cursor: pointer;
    width: 100%;
    display: block;
    text-align: center;
    white-space: nowrap;
}
.ac-error_s input{
    color: #f44336;
}
.ac-search_bar_uf.ac-error_s{
    background-color: #ebd4d4
}
.ac-products{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.ac-card_product{
    flex: 1 1;
    min-width: 350px;
    border: 1px solid #9E9E9E !important;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ac-card_product_img{
    background-position: center;
    background-size: cover;
    border-radius: 20px 20px 0 0;
}
.ac-card_product_img_bg{
    height: 250px;
    padding: 0 10px 10px 10px !important;
    border-radius: 20px 20px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    background: rgb(28,28,28);
    background: -moz-linear-gradient(0deg, rgba(28,28,28,0.7791491596638656) 0%, rgba(28,28,28,0) 63%);
    background: -webkit-linear-gradient(0deg, rgba(28,28,28,0.7791491596638656) 0%, rgba(28,28,28,0) 63%);
    background: linear-gradient(0deg, rgba(28,28,28,0.7791491596638656) 0%, rgba(28,28,28,0) 63%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c1c1c",endColorstr="#1c1c1c",GradientType=1);
}
.ac-card_product_desc{
    background-color: #1C1C1C;
    color: white;
    border-radius: 0 0 100px 100px;
    padding: 7px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: bolder;
}
.ac-card_product_desc img{
    width: 15px;
}
.ac-card_product_img_bg_read{
    color: white !important;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.ac-card_product_cc{
    padding: 0 15px !important;
}
.ac-card_product_cc_tags{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    padding: 15px 15px 0 15px !important;
}
.ac-card_product_cc_tags span{
    font-size: 12px;
    padding: 0 5px !important;
    border-radius: 5px;
    border: 1px solid #9E9E9E !important;
}
.ac-card_product_cc_price{
    padding: 20px 0 !important;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}
.ac-card_product_cc_price_left{
    display: flex;
    align-items: center;
}
.ac-card_product_cc_price_left a{
    font-size: 17px;
    line-height: 1;
    color: #1C1C1C !important;
}
.ac-card_product_cc_price_right{
    min-width: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #1C1C1C;
}
.ac-old_price{
    font-size: 15px;
    color: #696969;
    text-align: right;
    text-decoration: line-through !important;
}
.ac-new_price{
    font-size: 19px;
    color: #1C1C1C;
    text-align: right;
    font-weight: bolder;
}
.ac-card_product_go{
    width: 100%;
    padding: 10px !important;
    color: white !important;
    text-align: center;
    font-size: 18px;
    border-radius: 0 0 10px 10px;
    background-color: #19893F !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
#ac-popup_select_uf{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #00000066;
    backdrop-filter: blur(5px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px !important;
    opacity: 0;
    z-index: -1;
}
#ac-popup_select_uf.ac-active{
    opacity: 1;
    z-index: 9999999999999999;
}
#ac-popup_select_uf_cc{
    max-width: 370px;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 0 30px #00000061;
}
#ac-uf_select_options{
    padding: 13px !important;
    background: #fcfcfc;
    font-size: 18px;
    border: 1px solid #c3c3c3;
    margin: 30px 0 15px 0 !important;
}
.ac-select_uf_btn_popup{
    padding: 10px !important;
    width: 100%;
    background-color: #edc901 !important;
    color: #594c00 !important;
    font-weight: 600;
}
#ac-popup_select_uf_cc h4{
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px !important;
}
#ac-popup_select_uf_cc p{
    line-height: 1;
    text-align: center;
}
.ac-questions{
    display: flex;
    gap: 15px;
    flex-direction: column;
}
.ac-question_header{
    border-radius: 10px;
    background-color: #d3d3d3;
    padding: 10px !important;
    cursor: pointer;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}
.ac-question.ac-active .ac-question_header{
    border-radius: 10px 10px 0 0;
}
.ac-question.ac-active .ac-question_header img{
    transform: rotate(90deg);
}
.ac-question_header h3{
    font-size: 18px;
    font-weight: bold;
}
.ac-question_cc{
    background-color: #ffffffa3;
    border-radius: 0 0 10px 10px;
}
.ac-question_cc p{
    padding: 15px !important;
}
.ac-question_cc p{
    font-size: 14px;
}
.ac-tags{
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 20px !important;
}
.ac-tags span{
    padding: 8px 15px !important;
    background-color: #efcb01 !important;
    border-radius: 5px;
    font-size: 18px;
    line-height: 1;
}
.ac-slide_help{
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}
.ac-slide_help_left{
    width: 300px;
}
.ac-slide_help_left h4{
    font-size: 18px;
    color: white;
}
.ac-slide_help_left h3{
    font-size: 35px;
    color: black;
    font-weight: bolder;
}
.ac-slide_help_right{
    flex: 1 1;
    background-color: #E2E2E2;
    border-radius: 10px;
}
.ac-slide_info{
    display: flex;
    gap: 40px;
    align-items: center;
    max-height: 0px;
    padding: 0px !important;
    overflow: hidden;
}
.ac-slide_info.ac-active{
    max-height: 1000px;
    padding: 40px !important;
}
.ac-slide_info_tt h3{
    font-size: 50px;
    line-height: 1;
    font-weight: bolder;
    color: #f8c426;
}
.ac-slide_line{
    width: 50%;
    background-color: white;
    height: 5px;
    margin: 15px 0 !important;
    border-radius: 10px;
}
.ac-slide_info_tt h2{
    font-size: 20px;
    font-weight: bolder;
    color: #000;
}
.ac-slide_sction_btns{
    display: flex;
    gap: 10px;
    margin-top: 20px !important;
}
.ac-slide_sction_btns button{
    padding: 10px 15px !important;
    border-radius: 10px;
    border: 1px solid #000000 !important;
    background: transparent !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ac-slide_sction_btns img{
    height: 15px;
}
.ac-add_to_cart_price{
    display: flex;
    gap: 10px;
    justify-content: space-between;
}
.ac-desc_offer{
    background-color: #1C1C1C;
    border-radius: 100px;
    padding: 10px 20px !important;
    color: white;
    font-weight: bolder;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.ac-not_offer{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.ac-add_to_cart h4{
    font-size: 40px;
    font-weight: bolder;
}
.ac-add_to_cart_inputs{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px 20px;
    margin-top: 20px !important;
}
.ac-add_to_cart_inputs label{
    padding-left: 10px !important;
    font-size: 13px;
    color: #6c6c6c;
    margin-bottom: -6px !important;
}
.ac-add_to_cart_inputs input, 
.ac-add_to_cart_inputs select{
    padding: 8px 15px !important;
    font-size: 15px;
    border-radius: 5px;
    border: 1px solid #D3D3D3 !important;
}
.ac-add_to_cart_inputs #ac-birthdate:invalid::-webkit-datetime-edit {
    color: #999;
}
.ac-formcart2_field{
    flex: 1 1;
    min-width: 40%;
}
.ac-add_to_cart_checkout{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.ac-add_to_cart_msg{
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.ac-add_to_cart_finish{
    background-color: #48C654 !important;
    border-radius: 100px;
    width: 100%;
    color: white !important;
    font-size: 25px;
    padding: 10px 20px !important;
    margin-top: 20px !important;
    font-weight: bolder;
    text-transform: uppercase;
    margin-bottom: 10px !important;
}
.ac-add_to_cart_finish img{
    height: 19px;
    margin-left: 10px !important;
}
.ac-cart_promo{
    background-color: #1C1C1C;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    padding: 15px !important;
    border-radius: 10px;
    margin-top: 20px !important;
    color: white;
}
.ac-bar_promo{
    background-color: #F8C426;
    border-radius: 10px;
}
.ac-bar_promo div{
    background-color: #707070;
    height: 8px;
    border-radius: 10px;    
}
.ac-filters{
    margin-bottom: 30px !important;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.ac-filter{
    border-radius: 100px;
    padding: 10px 10px 10px 15px !important;
    border: 2px solid #F5D001 !important;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.ac-products_load{
    display: none;
}
.ac-products_load img{
    padding: 20px 0 !important;
    width: 50px;
    margin: 0 auto !important;
    display: block;
}
.ac-seemore{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px !important;
}
.ac-seemore a{
    padding: 10px 25px !important;
    background: #19893f;
    color: white;
    border-radius: 10px;
    text-align: center;
}
.ac-cards_help{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.ac-cards_help_info{
    flex: 1 1;
    min-width: 200px;
}
.ac-cards_help_info h3{
    text-align: center;
    font-size: 40pt;
    margin-bottom: 20px !important;
    font-weight: bolder;
}
.ac-emenda_cc{
    display: inline-block;
    padding: 10px 20px !important;
    border: 1px solid black;
    border-radius: 10px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: black !important;
}
#billing_phone_field{
    width: 100%;
}
.fc-step__actions{
    padding: 0;
    padding-top: 20px;
}
#ac-msg_cart_error{
    display: none;
    background: #F44336;
    color: white;
    padding: 5px 10px !important;
    border-radius: 5px;
    margin-top: 20px !important;
    font-size: 14px;
}
.ac-formcart2{
    display: flex;
    gap: 15px;
}
.ac-addcart_change_uf{
    width: 100%;
    background-color: #F8C426 !important;
    color: black !important;
    border: none;
    padding: 10px 20px !important;
    border-radius: 100px;
    margin-top: 30px !important;
}
.ac-addcart_verify_msg{
    font-size: 17px;
    text-align: center;
}
.ac-description{
    max-height: 200px;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
.ac-description.has-more::after {
    content: "";
    position: absolute;
    bottom: 38px; 
    left: 0;
    width: 100%;
    height: 80px; 
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 100%
    );
}
.ac-seemore_desc{
    display: none;
    background: #000000 !important;
    border: none !important;
    padding: 5px 15px !important;
    color: #f8c426 !important;
    font-weight: bolder;
    border-radius: 5px;
    margin-top: 10px !important;
    text-transform: uppercase;
    font-size: 12px;
}
.ac-desc_filter .ac-seemore_desc{
    display: block;
}
.fc-order-status-bar__item.fc-order-status-bar__item--wc-completed {
    display: none !important;
}
.ac-mobile_add_to_cart{
    display: none;
    position: fixed;
    bottom: 0;
    background: white;
    width: 100%;
    left: 0;
    padding: 20px !important;
    z-index: 99;
    box-shadow: 0 0 30px #00000085;
    transition: transform 0.3s ease;
    transform: translateY(100%);
}
.ac-mobile_add_to_cart.ac-active {
    transform: translateY(0); 
}
.ac-mobile_add_to_cart p {
    text-align: center;
    margin-bottom: 10px !important;
}
.ac-add_to_cart_find{
    background: #48c654 !important;
    color: white;
    padding: 10px !important;
    font-size: 20px;
    width: 100%;
    border-radius: 100px;
}
.ac-btn_shine {
  position: relative;      
  display: inline-block;  
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  background-color: #007bff;
  border: none;
  cursor: pointer;
  overflow: hidden;        
}
.ac-btn_shine::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      120deg,
      transparent,
      rgba(255, 255, 255, 0.2),
      transparent
    );
    transition: all 0.65s ease-in-out;
    -webkit-animation: shine 5s ease-in-out infinite;
            animation: shine 5s ease-in-out infinite;
}
@-webkit-keyframes shine {
    0% {
      left: -100%;
      transition-property: left;
    }
    11.5044247788%, 100% {
      left: 100%;
      transition-property: left;
    }
}
@keyframes shine {
    0% {
      left: -100%;
      transition-property: left;
    }
    11.5044247788%, 100% {
      left: 100%;
      transition-property: left;
    }
}
.fc-cart-contents-actions button.wpcss-btn {
    background: #ebc801 !important;
    color: #1c1c1c !important;
    font-size: 13px;
}
.fc-step__actions{
    padding: 20px 0 !important;
}
#billing_country_field, .fc-order-received__notice, [data-section-id="order_status"].fc-order-details-section {
    display: none !important;
}
.fc-order-overview__wrapper{
    margin-bottom: 0px !important;
}
.ac-payment_success{
    text-align: center;
    color: #4CAF50;
    font-weight: 600;
}
.ac-payment_success_p{
    text-align: center;
    font-weight: 600;
    margin-bottom: 50px !important;
}
#billing_company_field{
    float: left;
    width: 48% !important;
    margin-right: 4%;
}
#billing_cnpj_field{
    clear: none;
    float: right;
    width: 48% !important;
    margin-right: 0px;
}
#billing_postcode_field {
    clear: none;
    float: right;
    width: 48% !important;
    margin-right: 0px;
}
#billing_neighborhood_field{
    float: unset;
    width: 100% !important;
}
#billing_company_field .optional{
    display: none;
}
.ac-return_pay{
    padding: 10px 20px !important;
    background: #f5d001 !important;
    font-size: 18px;
    color: #1c1c1c;
    font-weight: bolder;
    border-radius: 100px;
    color: white !important;
}
#order_review{
    margin: 80px 0;
    padding: 20px;
    background: #f3f3f3;
    border-radius: 10px;
}
#order_review div.payment_box{
    background-color: #f6f6f6 !important;
    border-radius: 10px !important;
}
#order_review div.payment_box::before{
    border-bottom-color: #f6f6f6 !important;
}
#payment{
    background-color: white !important;
}
#order_review table{
    background-color: white;
}
#order_review table .product-name p{
    font-size: 13px;
    color: #a7a7a7;
    margin-bottom: 0px;
    display: none;
}
#order_review table td, #order_review table th{
    border: none;
}
#order_review .woocommerce-terms-and-conditions-link{
    color: black;
    font-weight: bolder;
}
.ac-error input{
    color: #F44336;
    background: #f4433612;
    border: 1px solid #F44336 !important;
}
.ac-error label{
    color: #F44336;
}
.select2-container .select2-selection--single{
    height: 41px !important;
    border: 1px solid #D3D3D3 !important
}
.select2-container .select2-selection--single .select2-selection__rendered,
.select2-selection__arrow{
    padding-top: 6px !important;
}
.select2-container--default .select2-selection--single{
    border-radius: 5px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 7px !important;
    right: 5px !important;
}
.select2-search__field{
    outline: none !important;
    text-decoration: none !important; 
}
.select2-dropdown{
    border: 1px solid #D3D3D3 !important;
    border-top: none !important;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 16px !important;
    padding-right: 24px !important;
    font-size: 15px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    color: white !important;
    background: #F44336 !important;
    border: none !important;
    border-radius: 0px !important;
}
.select2-selection__choice{
    border-radius: 10px !important;
    background: #ececec !important;
    border: none  !important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple, 
.select2-container--default .select2-selection--multiple{
    border: 1px solid #D3D3D3 !important;
}
.select2-selection.select2-selection--multiple{
    height: 41px;
    padding: 3px 6px;
    border-radius: 5px !important;
}
.select2.select2-container{
    max-width: 100%;
}
@media screen and (max-width: 1200px) {
    .ac-select_uf_right{
        padding: 50px !important;
    }
}
@media screen and (max-width: 900px) {
    .ac-mobile_add_to_cart{
        display: block;
    }
    .ac-select_uf_left, .ac-search_f{
        display: none;
    }
    .ac-cursos .ac-filter{
        flex: 1 1;
        gap: 5px;
    }
    .ac-cursos .ac-filter select{
        font-size: 13px;
    }
    .ac-select_uf_right{
        width: 100%;
    }
    .ac-slide_help{
        flex-wrap: wrap;
    }
    .ac-slide_help_right{
        flex: unset;
        width: 100%;
    }
    .ac-slide_info.ac-active{
        gap: 20px;
        padding: 20px !important;
    }
}