.page_loading_ferreteria{
    overflow:hidden;
}
.page_loading_ferreteria #contenido_loader_ferreteria{
    display: block!important;
}
.site-branding-text{
    display: none!important;
}

.wp-block-woocommerce-cart-order-summary-coupon-form-block,
.wp-block-woocommerce-checkout-order-summary-coupon-form-block{
    display: none;
}

#contenido_loader_ferreteria{
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: #8c8c8c61;
    z-index: 222222222222222;
    display: none;
}
.loader_ferreteria {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: #FF3D00;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;

    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;

}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} 



.site-header.menu-header,
.single-head{
    display: none;
}
#site-content > div > div > article > div > div.single-content > div > p{
    display: none;
}
.site-header {
    padding: 11px 0!important;
}
*{
    font-size: 14px;
}

.contenedor_popup_editar{
    position: fixed;
    z-index: 888888;
    inset: 0px;
    display: none;
}
.ferreshow_editar_cont .contenedor_popup_editar{
    display: block;
}
.contenedor_popup_editar .contenedor_popup_editar_background {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    z-index: -1;
    position: fixed;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-tap-highlight-color: transparent;
    opacity: 1;
    transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1);
}
.contenedor_popup_editar_cuerpo_cont {
    opacity: 1;
    transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    outline: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contenedor_popup_editar_cuerpo {
    max-width: 600px;
    width: 100%;
    display: flex;
    max-height: calc(100% - 64px);
    flex-direction: column;
    margin: 32px;
    position: relative;
    overflow-y: auto;
    box-shadow: 0px 11px 15px -7px rgba(152, 167, 204, 0.12), 0px 24px 38px 3px rgba(152, 167, 204, 0.14), 0px 9px 46px 8px rgba(152, 167, 204, 0.20);
    border-radius: 6px;
    color: #000C2E;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    background-color: #fff;
}
.contenedor_popup_editar_cuerpo_header {
    flex: 0 0 auto;
    margin: 0;
    padding: 16px 24px;
}
.contenedor_popup_editar_cuerpo_header h2 {
    font-weight: bold;
    font-size: 18px;
    margin: 0px;
}
.contenedor_popup_editar_cuerpo_body {
    flex: 1 1 auto;
    padding: 8px 24px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.contenedor_popup_editar_cuerpo_footer {
    flex: 0 0 auto;
    display: flex;
    padding: 24px;
    align-items: center;
    justify-content: flex-end;
}


.contenedor_popup_editar_cuerpo_footer_cancelar,
.contenedor_popup_editar_cuerpo_footer_cancelar_level2{
    color: inherit;
    border: 0;
    cursor: pointer;
    margin: 0;
    display: inline-flex;
    outline: 0;
    padding: 0;
    position: relative;
    align-items: center;
    user-select: none;
    border-radius: 0;
    vertical-align: middle;
    -moz-appearance: none;
    justify-content: center;
    text-decoration: none;
    background-color: transparent;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.23);
    padding: 5px 15px;
    color: #000C2E;
    padding: 6px 16px;
    font-size: 14px;
    min-width: 64px;
    box-sizing: border-box;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-weight: 500;
    line-height: 1.75;
    border-radius: 6px;
    text-transform: none;
}

.contenedor_popup_editar_cuerpo_footer_guardar {
    border: 0;
    cursor: pointer;
    margin: 0;
    display: inline-flex;
    outline: 0;
    padding: 0;
    position: relative;
    align-items: center;
    user-select: none;
    border-radius: 0;
    vertical-align: middle;
    -moz-appearance: none;
    justify-content: center;
    text-decoration: none;
    text-transform: initial;
    background-color: transparent;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    color: #FFFFFF;
    background-color: #ff6600;
    padding: 6px 16px;
    font-size: 14px;
    min-width: 64px;
    box-sizing: border-box;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-weight: 500;
    line-height: 1.75;
    border-radius: 6px;
    box-shadow: 0px 3px 1px -2px rgba(152, 167, 204, 0.12), 0px 2px 2px 0px rgba(152, 167, 204, 0.14), 0px 1px 5px 0px rgba(152, 167, 204, 0.20);
    margin-left: 8px;
}





.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 14px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.pagination>li {
    display: inline;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}


.ferremas_header_list_button{
    margin-top: 10px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    float: left;
    width: 100%;
}
.input_busqueda_cont {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 280px;
    max-width: 100%;
}
.input_nuevo_cont{
    width: calc(100% - 280px);
}
.input_text_ferremas{
    height: 36px;
    font-size: 14px;
}
.col-form-label{
    font-size: 14px;
}
input[type="file"],
label {
    font-size: 14px;
}
a{
    text-decoration: none!important;
}
.ferremas_container_header h2{
    font-size: 25px;
    margin-top: 0px;
}
.ventas_cantidad_form{
    width: 57px!important;
    margin: auto;
    text-align: center;
}
.alignwide{
    margin-left: 0px!important;
    margin-right: 0px!important;
    max-width: 100%!important;
}
.wc-block-cart__submit-container a{
    background: #ff5858!important;
    color: #fff!important;
}
.wc-block-components-address-form__country.wc-block-components-country-input{
    margin-top: 12px!important;
}


#table_items_ventas{
    width: 100%;
    border-spacing: 0;
    margin-top: 20px;
    margin-bottom: 15px;
    border: 1px solid #c3c4c7;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
}
#table_items_ventas tr th{
    background: #3F51B5;
    color: #fff !important;
    border-bottom: 1px solid #c3c4c7;
        padding: 8px 10px;
        font-size: 14px;
}
#table_items_ventas tr td{
    border-bottom: 1px solid #c3c4c7;
        padding: 8px 10px;
        font-size: 14px;
}
.button_eliminar{
    border: 1px solid #919191;
    background-color: #fff;
    border-radius: 5px;
    line-height: 29px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    padding: 4px;
}
.button_eliminar i{
    color: #616161;
}



#buscador_clienteid, #buscador_productoid{
    position: absolute;
    width: 100%;
    border: 1px solid #f5f5f5;
    background: #fff;
    box-shadow: -1px 2px 7px #adadad;
    z-index: 2000;
    padding: 10px 0;
}
.buscador_clienteid_cuadro, .buscador_productoid_cuadro{
    padding: 4px 15px;
    cursor: pointer;
}
.buscador_clienteid_cuadro:hover, .buscador_productoid_cuadro:hover{
    background: #f2f2f2;
}
.buscador_clienteid_cuadro_sin_resultados, .buscador_productoid_cuadro_sin_resultados{
    padding: 6px 15px;
}






.contenedor_popup_editar_level2{
    position: fixed;
    z-index: 888888;
    inset: 0px;
    display: none;
}
.ferreshow_editar_cont_level2 .contenedor_popup_editar_level2{
    display: block;
}
.contenedor_popup_editar_level2 .contenedor_popup_editar_background_level2 {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    z-index: -1;
    position: fixed;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-tap-highlight-color: transparent;
    opacity: 1;
    transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1);
}
.contenedor_popup_editar_cuerpo_cont_level2 {
    opacity: 1;
    transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    outline: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contenedor_popup_editar_cuerpo_level2 {
    max-width: 750px;
    width: 100%;
    display: flex;
    max-height: calc(100% - 64px);
    flex-direction: column;
    margin: 32px;
    position: relative;
    overflow-y: auto;
    box-shadow: 0px 11px 15px -7px rgba(152, 167, 204, 0.12), 0px 24px 38px 3px rgba(152, 167, 204, 0.14), 0px 9px 46px 8px rgba(152, 167, 204, 0.20);
    border-radius: 6px;
    color: #000C2E;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    background-color: #fff;
}

.form_input_search{
    position: relative;
}
.form_input_search svg{
    position: absolute;
    top: 0;
    cursor: pointer;
    right: 0;
}







.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.styled-table thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
}
.styled-table th,
.styled-table td {
    padding: 8px 12px;
    font-weight: 500;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
    cursor: pointer;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}
.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}






@media screen and (max-width: 800px) {

    #ferremas_footer_top_menu {
        display: grid!important;
        grid-template-columns: repeat(2, 1fr)!important;
        gap: 10px!important;
    }
    .ferremas_footer_top_menu_cuadro {
        width: 100%!important;
        margin-bottom: 20px!important;
    }
    #ferremas_footer h3, #ferremas_footer h5{
        margin-top: 0px!important;
    }

}

@media screen and (max-width: 425px) {

    #ferremas_footer_top_menu {
        grid-template-columns: repeat(1, 1fr)!important;
    }


}