/***** MENU Mobile ******/
.navbar-toggler .icon-bar {
    position: relative;
    display: block;
    width: 30px;
    height: 2px;
    transition: all 0.2s;
    background-color: var(--secondary-color);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    left: 0;
}
.navbar-toggler .icon-bar:nth-of-type(1) {
    transform: rotate(0);
}
.navbar-toggler .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
    margin: 6px 0 6px auto;
    width: 20px;
}
.navbar-toggler .icon-bar:nth-of-type(3) {
    transform: rotate(0);
    width: 25px;
    margin-right: 0;
    margin-left: auto;
}
.home .navbar-toggler .icon-bar{
    background-color: #fff !important;
}
.navbar-toggler.active .icon-bar {
    left: 10px;
}
.navbar-toggler.active .icon-bar:nth-of-type(1) {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
    background-color: #000 !important;
}
.navbar-toggler.active .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: #000 !important;
}
.navbar-toggler.active .icon-bar:nth-of-type(3) {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
    width: 30px;
    background-color: #000 !important;
}
.navbar-toggler {
    outline: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
    border: none;
}
/*
*FIM MENU MOBILE
*/

@media only screen and (min-width: 1919.99px) {
    .container {
        max-width: 1440px;
    }
    
}
@media only screen and (min-width: 1644.99px) {
    .container {
        max-width: 1440px;
    }
}

@media only screen and (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        visibility: visible;
        opacity: 1;
        transform: translate(0, 0);
    }
    .menu_desktop .dropdown-menu {
        display: block;
    }
}

@media (max-width: 1919.98px) {
    .menu_header ul li{
        margin: 0px 10px;
    }
    .input_search{
        width: 200px;
    }
}
@media (max-width: 1719.98px) {
    
}
@media (max-width: 1644.98px) {
    .submenu-open .busca_desktop{
        display: none !important;
    }
    .submenu-open .busca_mobile{
        display: block !important;
    }
    .submenu-items{
        padding: 12px;
        position: relative;
    }
    .submenu-items .linha{
        margin-bottom: 40px;
    }
    .close-submenu{
        right: 0;
        top: 50px;
    }
    .form_buscar_produtos .close-submenu{
        right: 0;
        top: 15px;
    }
    .banner_item h2{
        font-size: 3rem;
    }
    .banner_item h1 {
        font-size: 6.1111rem;
        line-height: 4.5rem;
    }
    html, body{
        font-size: 16px;
    }
    .banner_item .custom-button {
        bottom: 238px;
    }
    .custom-button {        
        padding: 12px 28px;
    }
    .content_box h2 {
        font-size: 3.289rem;
    }
    .content_box .custom-button {
        padding: 10px 18px;
        font-size: 1rem;
    }
    .title_box {
        font-size: 2.8rem;
        margin-bottom: 14px;
    }
    .box_tecnologia h2 {
        font-size: 2.8889rem;
        line-height: 2.8889rem;
    }
    .box_tecnologia {
        margin: 55px 0;
    }
    .box_blog {
        padding: 55px 0;
        padding-top: 10px;
    }
    .title_box_category {
        margin-top: -56px;
    }
    .list_posts_blog .custom-button {
        font-size: 0.8rem;
        padding: 12px 20px;
    }
    .list_posts_blog .custom-button .arrow {
        margin-left: 16px;
    }
    .item_thumb_product{
        height: 360px;
    }
    .item_thumb_product img{
        height: 68%;
    }
    .content_item_personalizado h3{
        font-size: 2rem;
    }
    .content_item_personalizado p {
        color: #fff;
        font-size: 1.2rem;
    }
    .content_item_personalizado {
        top: 62px;
        width: 258px;
    }
    .content_item_personalizado .linha{
        margin-bottom: 10px;
        margin-top: 14px;
    }
    .menu_footer.menu_suporte{
        gap: 2px;
    }
    .menu_footer li a {
        /* font-size: 0.78rem; */
        font-size: 14px;
    }
    .botton_footer {
        margin-top: 25px;
    }
    .footer_menus {
        padding: 45px 0;
    }
    .bnt_voltar_topo img{
        width: 50px;
    }
    .menu_header > ul{
        gap: 10px;
    }
    .submenu-items li{
        margin-bottom: 5px !important
    }
    .content_single_product h1{
        font-weight: 800;
        margin-bottom: 26px;
    }
    .btn_favorito{
        width: 20px;
        height: 17px;
        margin-left: 20px;
        background-size: cover;
    }
    .tecnologias_itens .itens_tech img {
        max-width: 40px;
    }
    .tecnologias_itens .itens_tech h3{
       margin-left: 18px; 
    }
    .tecnologias_itens .itens_tech{
        margin-bottom: 30px;
    }
    .tecnologias_itens .itens_tech {
        width: 230px;
    }
    .tecnologias_itens .itens_tech h3 {
        font-size: 0.8rem;
    }
}
@media (max-width: 1399.98px) {
    html, body{
        font-size: 15px;
    }
    .submenu-items li {
        margin-bottom: 8px !important;
    }
    .submenu-image{
        height: 100%;
    }
    .item_lancamento .custom-button {
        padding: 13px 30px;
        font-size: 1rem;
    }
    .item_lancamento .custom-button .arrow {
        margin-left: 20px;
        background-size: 20px;
    }
    .bottom_btn {
        justify-content: space-around;
    }
    .content_box .custom-button {
        padding: 10px 30px;
        font-size: 1rem;
    }
    .custom-button .arrow{
        background-size: 20px;
        margin-left: 28px;
    }
    .image_prod_checkout {
        width: 78px;
    }
    .woocommerce-order-details .product-name {
        width: 98px !important;
    }
    .product-total{
        text-align: right;
    }
    .woocommerce-order-details__title {
        font-size: 1.8rem;
    }
    .subtitle{
        font-size: 1.8rem;
    }
    .select2-container{
        width: 100% !important;
    }
    .cart-sidebar{
        padding: 30px;
        right: -650px;
        width: 650px;
    }
    .logo img{
        max-width: 175px;
    }
    .input-text{
        padding: 7px 14px !important;
    }
    .input_text{
        padding: 7px 14px !important;
    }
    .woocommerce-input-wrapper .select2-selection--single{
        padding: 5px 14px !important;
    }
    .linha{
        margin: 15px 0;
    }
    .menu_header > ul {
        gap: 14px;
    }
    .submenu-items {
        padding: 12px 70px;
        position: relative;
    }
    .fixed .logo_fixed{
        max-width: 52px;
    }
    .tecnologias_itens .itens_tech img {
        max-width: 30px;
    }
    .tecnologias_itens .itens_tech {
        width: 198px;
    }
}
@media (max-width: 1199.98px) {
    .busca_desktop{
        display: none !important;
    }
    html, body {
        font-size: 14px;
    }
    .banner_item h2 {
        font-size: 2rem;
    }
    .banner_item h1 {
        font-size: 5.1111rem;
        line-height: 4.5rem;
    }
    .banner_item .custom-button {
        bottom: 178px;
    }
    .custom-button .arrow{
        margin-left: 34px;
    }
    .custom-button {
        padding: 6px 26px;
    }
    .busca_mobile{
        display: block !important;
    }
    .box_tecnologia h2{
        margin-bottom: 20px;
    }
    .box_tecnologia h6 {
        margin-bottom: 20px;
    }
    .variable-items-wrapper li{
        width: 45px;
    }
    .button.edit{
        font-size: 1rem !important;
    }
    .product-thumbnail{
        width: 140px !important;
    }
    .product-thumbnail a {
        padding-right: 18px;
    }
    .cart-collaterals{
        padding: 30px;
    }
    .coupon{
        width: 100%;
        margin-bottom: 20px !important;
        display: flex !important;  
        justify-content: flex-end; 
    }
    .coupon .input_text{
        width: 300px !important;
    }
    .shop_table td,
    .shop_table th{
        padding-bottom: 10px !important;
        padding-top: 10px !important;
    }
    .page_interna {
        padding: 60px 0;
        padding-bottom: 35px;
    }
    .box_tecnologias {
        padding: 60px 0;
        padding-bottom: 0px;
    }
    .box_como_personalizar {
        padding-bottom: 60px;
    }
    .box_solicite_personalizado {
        padding: 60px 0;
        padding-bottom: 45px;
    }
    .box_depoimentos {
        padding: 60px 0;
    }
    .page_interna {
        padding: 55px 0;
    }
}
@media (max-width: 991.98px) {
    /**
    * MENU MOBILE
    */
    .navbar{
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: .5rem;
        padding-bottom: .5rem;
        flex-direction: row;
        flex-wrap: nowrap !important;
    }
    .navbar-header {
        width: 100%;
        display: flex;
        flex-direction: row;        
        justify-content: flex-start;
    }
    .navbar-collapse {
        position: fixed;
        z-index: -999;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        min-height: 100vh;
        background-color: #fff;
        padding: 0;
        display: none;
        transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
    }
    .js-collapse .navbar-collapse {
        overflow-y: auto !important;
        display: block;
        z-index: 991;
        padding-top: 0;
        margin-top: 0 !important;
    }
    .js-collapse .navbar-toggler {
        position: fixed;
        z-index: 995;
        top: 15px;
        right: 20px;
        background: transparent;
        outline: none;
        border: none;
    }
    .menu_header li a {
        padding: 0;
        margin: 0;
        font-size: 18px;
        color: #fff;
        display: block;
        padding-bottom: 15px;
    }
    .menu_header .navbar-nav {
        width: 100%;
    }
    .menu_header li.active a {
        color: var(--secondary-color);
    }
    
    .menu_header li {
        padding: 0px 0;
    }
    .menu_header svg {
        fill: #fff;
    }
    /*
    *FIM MENU MOBILE
    */
    .menu_desktop{
        display: none;
    }
    .menu_mobile{
        display: block;
    }
    .menu_icons_mobile{
        display: flex;
        gap: 12px;
        margin-bottom: 0;
    }
    .logo img{
        margin-left: 30px;
        max-width: 170px;
    }
    .cart-sidebar{
        right: -570px;
        width: 570px;
        padding: 30px;
    }
    .busca-sidebar{
        right: -570px;
        width: 570px;
        padding: 30px;
    }
    .input_search{
        width: 100%;
    }
    .form_busca button {
        right: 5px;
        top: 4px;
    }
    .busca-sidebar {
        padding-top: 54px;
    }
    .close-busca{
        top: 18px;
    }
    .banner_item .custom-button {
        bottom: 133px;
    }
    .banner_item h1 {
        font-size: 4.1111rem;
    }
    .product-title {
        font-size: 2rem;
    }
    .item_lancamento .custom-button {
        padding: 6px 18px;
        font-size: 0.9rem;
    }
    .item_lancamento .custom-button .arrow {
        margin-left: 10px;
        background-size: 17px;
    }
    .content_item_personalizado {
        position: absolute;
        right: 0;
        top: 70px;
        width: 250px;
    }
    .box_tecnologia h2 {
        font-size: 2.0rem;
        line-height: 2rem;
    }
    .box_newsletter{
        padding: 60px 0;
        background-size: contain;
    }
    .box_midias {
        background-color: #000;
        padding: 25px 0;
    }
    .midias_footer{
        flex-direction: column;
    }
    .footer_menus h6{
        margin-bottom: 20px;
    }
    .botton_footer {
        margin-top: 10px;
    }
    .footer_menus {
        padding: 45px 0;
    }
    .content_lista_produtos h2 {
        font-size: 2.8889rem;
        margin-bottom: 25px;
        line-height: 2.8889rem;
    }
    .content_lista_produtos h4 {
        margin-bottom: 25px;
    }
    #filtro-sidebar{
        right: -450px;
        width: 450px;
    }
    .data_product_header {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
    }
    .btn_filtro{
        margin-right: 0;
    }
    .dados_produto .content_filtro_item {
        padding: 20px 0px;
    }
    .content_single_product h1{
        margin-bottom: 15px;
    }
    .col2-set#customer_login .col-1, .col2-set.addresses .col-1{
        width: 100% !important;
    }
    .col2-set#customer_login .col-2, .col2-set.addresses .col-2{
        width: 100% !important;
    }
    .remover_item_cart{
        margin-left: 25px;
    }
    .custom-qty-btn{
        width: 60px;
    }
    .remover_item_cart::before{
        background-size: 12px;
    }
    .custom-quantity-wrapper{
        width: 150px;
        margin-bottom: 6px;
    }
    .box_quantidade{
        flex-direction: column;
        margin-top: 15px
    }
    .remover_item_cart {
        margin-left: 0;
    }
    .linha{
        margin: 15px 0
    }
    .coupon .input_text {
        width: 240px !important;
    }
    .button{
        padding: 8px 26px !important;
    }
    .btn_white{
        padding: 6px 20px;
    }
    .woocommerce-checkout-review-order {
        padding: 20px;
    }
    .woocommerce-checkout-review-order-table .product-thumbnail {
        width: 96px !important;
    }
    #filtro-sidebar{
        padding: 30px;
    }
    .thumb_item_info img {
        max-width: 146px;
    }
    .number_item{
        bottom: 10px;
        left: 35px; 
        width: 40px;
        height: 40px;
    }
    .itens_caracteristicas h4 {
        font-size: 1rem;
    }
    .data_contact{
        padding: 14px 22px;
        font-size: 1rem;
    }
    .fixed .navbar-toggler .icon-bar,
    .header:hover .navbar-toggler .icon-bar {
        background-color: #000 !important;
    }
    .bnt_voltar_topo img{
        width: 45px;
    }
    .bnt_voltar_topo.stick-footer{
        top: auto !important;
        bottom: 50px !important;
        position:  fixed !important;
        right: 20px;
    }

    .menu_icons_mobile li a {
        height: auto;
    }
}
@media (max-width: 767.98px) {
    .busca-sidebar {
        right: -430px;
        width: 430px;
        padding: 20px;
    }
    .cart-sidebar {
        right: -430px;
        width: 430px;
        padding: 20px;
    }
    .menu_carrinho li{
        margin: 0 20px !important;
    }
    .menu_carrinho li a{
        padding-bottom: 10px;
    }
    .button {
        padding: 8px 28px !important;
        font-size: 0.8rem !important;
    }
    .title {
        font-size: 1.2rem;
    }
    .title-container{
        margin-bottom: 20px; 
    }
    .content_data_account{
        padding: 30px 0px;
    }
    .mini-cart-buttons a::before{
        margin-left: 8px;
        background-size: 20px; 
    }
    .busca-sidebar {
        padding-top: 54px;
    }
    .close-busca{
        top: 18px;
    }
    .banner_item h2 {
        font-size: 1.5rem;
    }
    .banner_item h1 {
        font-size: 3.1111rem;
        line-height: 2.5rem;
    }
    .custom-button .arrow {
        margin-left: 12px;
        background-size: 18px;
    }
    .banner_item .custom-button {
        bottom: 90px;
        font-size: 0.9rem;
    }
    .content_item_personalizado h3{
        font-size: 1.5556rem;
    }
    .item_lancamento .custom-button {
        padding: 2px 14px;
        font-size: 0.8rem;
    }
    .product-title {
        font-size: 1rem;
    }
    .box_sport {
        padding: 60px 0;
        padding-top: 0;
    }
    .content_item_personalizado p {
        font-size: 1.2rem;
    }
    .content_item_personalizado {
        position: absolute;
        right: 0;
        top: 48px;
        width: 160px;
    }
    .content_single_product .custom-button{
        padding: 4px 25px;
        font-size: 0.8rem;
    }
    .tecnologias_itens .itens_tech {       
        width: 235px;
        padding: 10px 16px !important;
    }
    .custom-medidas ul li {
        padding: 12px !important;
        font-size: 1rem;
    }
    .item_faq {
        border-bottom: 1px solid;
        margin-bottom: 25px;
        padding-bottom: 20px;
    }
    .woocommerce-Address{
        margin-bottom: 30px;
    }
    table.shop_table_responsive tr td{
        display: table-cell !important;
    }
    .coupon {
        width: 100%;
        margin-bottom: 20px !important;
        justify-content: flex-end;
        align-items: center;
        gap: 8px;
    }
    .btn_white{
        font-size: 0.8rem;
    }
    .cart-collaterals {
        padding: 30px;
        margin-bottom: 30px;
    }
    .input-text{
        padding: 6px 15px !important;
    }
    .woocommerce-input-wrapper .select2-selection--single{
        padding: 4px 10px !important;
    }
    .product-total{
        text-align: right;
    }
    .box_depoimentos .owl-nav{
        bottom: -36px; 
    }
    .itens_caracteristicas h4{
        padding: 10px 0px;
    }
    .thumb_item_info img {
        max-width: 100px;
    }
    .number_item {
        bottom: 5px;
        left: 55px;
        width: 30px;
        height: 30px;
    }
    .informacao-item {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .breadcrumb_single {
        padding: 40px 0;
    }
    .content_text{
        margin-bottom: 25px;
    }
}
@media (max-width: 575.98px) {
    .busca-sidebar {
        right: -350px;
        width: 350px;
        padding: 15px;
    }
    .cart-sidebar {
        right: -350px;
        width: 350px;
        padding: 15px;
    }
    .menu_carrinho li {
        margin: 0 5px !important;
    }
    .menu_carrinho li a {
        padding-bottom: 6px;
        font-size: 0.9rem;
    }
    .mini-cart-item .product-thumbnail {
        width: 80px !important;
        padding-right: 8px !important;
    }
    .close-cart{
        right: 8px;
        background-size: 15px;
    }
    .close-busca{
        right: 8px;
        background-size: 15px;
    }
    .busca-sidebar {
        padding-top: 54px;
    }
    .close-busca{
        top: 18px;
    }
    .logo img {
        margin-left: 5px;
        max-width: 138px;
    }
    .banner_item h1 {
        font-size: 2.1111rem;
        line-height: 1.5rem;
    }
    .banner_item h2 {
        font-size: 1.2rem;
    }
    .banner_item .custom-button {
        bottom: 75px;
        font-size: 0.9rem;
        padding: 2px 14px;
    }
    .custom-button .arrow {
        margin-left: 6px;
        background-size: 16px;
    }
    .banner_item .custom-button {
        bottom: 210px;
    }
    .title_item_category{
        font-size: 2rem;
    }
    .title_box_category{
        font-size: 2rem;
    }
    .item_lancamento{
        margin-bottom: 20px;
    }
    .product-title {
        font-size: 3rem;
    }
    .item_lancamento .custom-button {
        padding: 4px 44px;
        font-size: 1.8rem;
    }
    .item_lancamento .custom-button .arrow {
        margin-left: 25px;
        background-size: 25px;
    }
    .form_news .custom-button .arrow {
        margin-left: 6px;
    }
    .custom-button {
        padding: 6px 16px;
    }
    .midias_footer h5{
        display: none;
    }
    .contato_footer{
        justify-content: center;
        align-items: center;
        flex-direction: row;
        margin-top: 15px;
    }
    .footer_desktop{
        display: none;
    }
    .menu_footer_mobile{
        display: block;
    }
    .icon_pin::before{
        content: none;
        margin-top: 15px;
    }
    .footer_menus h6 {
        margin-bottom: 5px;
        margin-top: 15px;
    }
    .footer_menus address {
        margin-left: 0;
        margin-bottom: 10px;
    }
    .icon_phone {
        margin-bottom: 6px;
    }
    .icon_phone::before{
        content: none;
    }
    .icon_whatsapp::before{
        content: none;
    }
    .submenu_footer_mobile{
        margin-top: 15px;
    }
    .submenu_footer_mobile li {
        margin-bottom: 5px;
    }
    .submenu_footer_mobile li a{
        color: #585858 !important;
        font-size: 13px;
    }
    .botton_footer{
        text-align: center;
    }
    .custom-medidas ul{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .tecnologias_itens .itens_tech{
        margin-bottom: 15px;
        width: 100%;
        padding: 15px !important;
    }
    .comment-respond label{
        display: block;
    }
    .input_termos {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: nowrap;
        flex-direction: row;
    }
    table.shop_table_responsive tr td{
        text-align: left !important;
    }
    #filtro-sidebar {
        right: -406px;
        width: 406px;
    }
    .item_filtro_imagem{
        align-items: center;
        gap: 8px;
        width: 30%;
        flex-direction: column;
        justify-content: center;
    }
    .page_interna {
        padding: 55px 0;
        padding-bottom: 30px;
    }
    .page_personalizados .content_lista_produtos h1 {
        font-size: 2.288rem;
    }
    .thumb_item_info {
        position: relative;
        margin-bottom: 30px;
        display: table;
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .number_item {
        bottom: 2px;
        left: 0px;
    }
    .breadcrumb_single {
        padding: 20px 0;
    }
}
@media (max-width: 460.98px) {
    .logo img {
        margin-left: 8px;
        max-width: 168px;
    }
    .busca-sidebar {
        padding-top: 54px;
    }
    .close-busca{
        top: 18px;
    }
    .logo img {
        margin-left: 8px;
        max-width: 124px;
    }
    .banner_item h2 {
        font-size: 1.2rem;
        margin-top: 30px;
    }
    .banner_item .custom-button {
        bottom: 210px;
    }
    .box_lancamentos h2 {
        font-size: 2.333rem;
    }
    .bottom_btn {
        flex-direction: column;
        gap: 24px;
    }
    .custom-button-none .arrow{
        background-size: 16px;
    }
    .title_box {
        font-size: 2.033rem;
    }
    .btn_desktop_news{
        display: none;
    }
    .btn_mobile_news{
        display: flex;
    }
    .orderby{
        width: 100%;
        padding: 6px 45px;
    }
    .btn_filtro {
        margin-right: 0;
        width: 100%;
    }
    .woocommerce-ordering{
        width: 100% !important;
    }
    .dados_produto ul li{
        padding: 15px !important;
    }
    .product-thumbnail {
        width: 80px !important;
    }
    .custom-quantity-wrapper {
        width: 118px;
    }
    .custom-qty-btn {
        width: 60px;
        padding: 10px;
    }
    #filtro-sidebar {
        right: -330px;
        width: 330px;
        padding: 25px;
    }
    .opcoes_filtro label {
        display: inline-block;
        padding: 3px 12px;
    }
    .border_right{
        border: none;
    }
}
