/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 10/set/2021, 17:53:04
    Author     : Carlos Braga
*/


.mobile_menu_logo_wrapper img {
    max-width: 180px;
    display: block;
    margin: 24px auto;
}
ul.mobile_menu_menu_list {
    margin: 0;
    padding: 0 12px;
    list-style: none;
}
li.mobile_header_main_link > a >button.md-button.md-ink-ripple {
    margin: 0;
    min-width: auto;
    min-height: auto;
    width: 36px;
    height: 36px;
    font-size: 12px;
    background: #fff;
    border-radius: 0;
    transition: .15s all linear;
}
li.mobile_header_main_link > a.active >button.md-button.md-ink-ripple {
    background: #eee;
}
li.mobile_header_main_link a {
    font-size: 14px;
    display: flex;
}
li.mobile_header_main_link {
    line-height: 36px;
}
ul.mobile_header_submenu_list {
    height: 0;
    overflow: hidden;
    padding: 0 18px;
    list-style: none;
    background: #EEEEEE;
}
ul.mobile_header_submenu_list.active {
    height: 100%;
}
li.mobile_header_main_link a button.md-button.md-ink-ripple svg {
    transition: .15s all linear;
}
li.mobile_header_main_link a.active button.md-button.md-ink-ripple svg {
    transform: rotate(
180deg);
}
.mobile_menu_footer_container {
    background: #000000;
}

.mobile_menu_footer_wrapper .header_topbar_item_icon, .mobile_menu_footer_wrapper a.header_topbar_item_text, .mobile_menu_footer_wrapper .header_topbar_social_wrapper p, .mobile_menu_footer_wrapper .header_topbar_social_wrapper a.header_topbar_social_link {
    font-size: 12px;
    color: #fff;
    padding: 0 6px 0 0;
}
.mobile_menu_footer_wrapper {
    padding: 6px 12px;
}
.mobile_menu_menu_wrapper .header_main_action_button.md-button.md-ink-ripple {
    width: 100%;
    margin: 0;
    padding: 0 12px;
}
.mobile_menu_menu_wrapper .header_main_action_button.md-button.md-ink-ripple p {
    font-size: 12px;
    margin: 0;
    text-align: left;
    padding: 0 12px;
}


ul.mobile_header_submenu_nestedlist {
    list-style: none;
    padding: 0 12px;
}
ul.mobile_header_submenu_nestedlist li a {
    font-size: 12px;
}


@media screen and (max-width:599px){
    
    .footer_columns_wrapper {
    flex-direction: column;
}
.footer_main_column_wrapper {
    align-items: center;
    justify-content: center;
}
.footer_secondary_column_wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.footer_column_wrapper ul {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 12px 0;
}
.footer_container {
    padding: 0 0 24px;
}
.footer_bottombar_wrapper {
    display: flex;
    flex-direction: column;
}



ul.header_main_link_list.flex {
    order: 2;
    width: 100%;
    flex: auto;
    height: 24px;
    overflow: hidden;
    align-items: center;
    justify-content: flex-start;
    margin: 6px 0 0;
}
ul.header_main_link_list.flex.active {
    height: auto;
}
li.header_main_link {
    list-style: none;
    margin: 6px;
    width: calc(100% - 8px);
    text-align: center;
    margin: 0;
    padding: 6px 0;
}
li.header_main_link.hide-gt-xs.active {
    background: #e8e8e8;
}


/*.header_main_wrapper {
    flex-wrap: wrap;
}*/
a.header_main_logo {
    order: 0;
}
ul.header_main_link_list.flex {
    order: 2;
    width: 100%;
    flex: auto;
}
.header_main_action_container {
    order: 1;
}
.header_main_action_container {
    order: 1;
    width: auto !important;
    height: 46px;
    display: flex;
    align-items: center;
}
.header_topbar_item {
    padding: 0 8px 6px 0;
}








.category_page_sidebar_container.flex-20 {
    flex: 100%;
    max-width: 100%;
    width: 100%;
}
.category_sidebar_search_wrapper.layout-row {
    width: 100%;
}
.category_sidebar_search_wrapper label input {
    flex: auto;
}
.category_sidebar_search_wrapper.layout-row label {
    width: 100%;
}

.category_page_product_column_container.flex-80 {
    max-width: 100%;
}
.product_miniature_container.ng-scope.flex-33 {
    max-width: 50%;
}


.product_page_image_container.flex-50,
.product_page_action_container.flex-50 {
    max-width: 100%;
}
    


.cart_content_container.flex-75, .cart_action_container.flex-25 {
    max-width: 100%;
}
.cart_action_container.flex-25 {
    margin: 0 0 24px;
}






.info_page_column p {
    padding: 6px 0 0 0;
}
.info_page_contact_wrapper.form {
    margin: 12px -12px;
    width: calc(100% + 24px);
    max-width: initial;
}
}