.btn-blue {
    margin: 0;
    padding: .5em 1.4em .6em 1.4em; 
    border: 1px solid #aaa;
    border-radius: .5em;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    font-size: 14px; 
    font-family: sans-serif; 
    font-weight: 700; 
    line-height: 1.3; 
    box-sizing: border-box; 
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    appearance: none;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.btn-blue:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}




.table-product-storage {
    height: 100%;
    display: flex;
    flex-direction: column;
}




#page-container {
    position: relative !important;
    
}

.personal_manager {
    cursor: help;
}
.table-product-storage .content{
    min-height: 502px;
    min-height: 450px;

    height: 100%;
    margin: 15px 0 0;
    padding: 10px 10px;
    border-radius: 10px;
    background: #fff;
}

.woocommerce-account .woocommerce {
    display: flex !important;
}

.woocommerce-account .woocommerce-MyAccount-content {
    display: flex;
    flex-direction: column;
    width: 100% !important;
    background: rgba(189, 189, 189, 0.2);
    box-shadow: 0 0 6px -2px rgb(0 0 0 / 70%);
    border-radius: 10px;
    padding: 15px;
}
.woocommerce-account .woocommerce-MyAccount-content .wrap {
    width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    float: none;
    width: 15% !important;
    min-width: 215px;
    margin-right: 15px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: 0 0 6px -2px rgb(0 0 0 / 70%);
    border-radius: 10px;
    overflow: hidden;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    margin: 5px 0;
    position: relative;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:not(:last-child)::after {
    position: absolute;
    content: "";
    left: -10px;
    bottom: -2.5px;
    width: 120%;
    height: 1px;
    background: rgba(112, 112, 112, 70%);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    display: flex;
    align-items: center;
    padding: 18px 18px;
    color: rgb(112, 112, 112);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a svg {
    width: 30px;
    height: 30px;
    margin-right: 18px;
    fill: rgb(112, 112, 112);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
    color: #32448c;
    font-size: 16px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover svg {
    fill: #32448c; 
}
.woocommerce-account .woocommerce-MyAccount-navigation-link.is-active a {
    color: #32448c;
    font-size: 16px;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link.is-active a svg {
    fill: #32448c;
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard.is-active {
    background: none;
}



.footable-filtering .add-to-card--all {
    /* margin-top: 10px; */
}
.footable-filtering  .groop-filter {
    /* margin-top: 10px; */
}
.invent__form-group{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px;
    background: #fff;
    border-radius: 10px;
}
.invent__form-group button:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.current_mod__select {
    margin-left: 15px !important;
}


.select-public{ 
    display: block; 
    font-size: 14px; 
    font-family: sans-serif; 
    font-weight: 700; 
    color: #444; 
    line-height: 1.3; 
    padding: .6em 1.4em .5em .8em; 
    box-sizing: border-box; 
    margin: 0; 
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04); 
    border-radius: .5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff; 
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); 
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%; 
} 

.select-public::-ms-expand { display: none; } 
.select-public:hover { border-color: #888; } 
.select-public:focus { border-color: #aaa; 
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring; 
    color: #222;
    outline: none; 
} 
.select-public option { 
    font-weight: normal; 
} 


.action-table {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}
.add-to-card {
    margin-bottom: 15px !important;
}



.btn-public {
    font-size: 14px; 
    font-family: sans-serif; 
    font-weight: 700; 
    line-height: 1.3; 
    margin: 0;
    padding: .5em 1.4em .6em 1.4em; 
    box-sizing: border-box; 
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04); 
    border-radius: .5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

i.fas.fa-qrcode{
    font-size: 25px;
    cursor: pointer;
}

.customer-list__status-color {
    float: left;
}


.add-to-card--all {
    width: 150px;
    margin-right: 15px;
    width: auto;
}
input[name="stack_target"] {
    box-shadow: 0 0 0 transparent;
    border-radius: 4px;
    border: 1px solid #8c8f94;
    background-color: #fff;
    color: #2c3338;
    padding: 0 8px;
    margin: 0 1px;
    line-height: 2;
    font-size: 14px;
    max-width: 70px;
}



.decommission-modal {
    /* display: none; */
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 888888;
    background: rgba(0, 0, 0, 0.623);
}
.decommission-modal__inner {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 15px;
    padding: 15px 20px;
    position: relative;
}
.decommission-modal__inner >span {
    position: absolute;
    top: -51px;
    right: -41px;
    font-size: 26px;
    padding: 12px 16px;
    border-radius: 50px;
    color: #000;
    display: block;
    cursor: pointer;
    background: #fff;
}
.decommission-modal__inner .decommission__form {
    display: flex;
}
.decommission-modal__inner .decommission__form input {

    margin-right: 15px;

    box-shadow: 0 0 0 transparent;
    border-radius: 4px;
    border: 1px solid #8c8f94;
    background-color: #fff;
    color: #2c3338;
    padding: 0 8px;
    margin: 0 15px 0 0;
    line-height: 2;
    font-size: 14px;
}
.decommission-modal__inner .decommission__form button {
    cursor: pointer;
}



.wl-writeoff button{
    background: #2271b1;
    border-color: #2271b1;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 2.15384615;
    min-height: 30px;
    margin: 0;
    padding: 0 10px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
}
.wl-writeoff button:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}



.woocommerce-MyAccount-navigation > span {
	display: none;
}
.woocommerce-MyAccount-content .reg-device {
    min-height: 350px;
}

/* ************************************** */

.woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
}
.woocommerce ul.products li.product{
    box-shadow: 0px 0px 3px 0px rgb(34 60 80 / 20%);
    border-radius: 10px;
    position: relative;
}
.woocommerce ul.products li.product:hover {
    box-shadow: 0px 0px 4px 4px rgb(34 60 80 / 14%)
}
.woocommerce ul.products li.product .woocommerce-loop-category__title {
    font-size: 1em !important;
    text-align: center;
    line-height: 1.6em;
    
}
.woocommerce ul.products li.product .woocommerce-loop-category__title mark.count{
    background-color: transparent !important;
}

.woocommerce-MyAccount-content mark{
    background: transparent;
}
.woocommerce-order-details {
    margin-top: 15px;
}
.woocommerce-order-details table{
    background: #fff;
    padding: 10 px;
}



.title__product > div {
    display: none;
}

@media screen and (max-width: 1320px) {
	.woocommerce-account .woocommerce-MyAccount-navigation {
        min-width: 60px;
        width: 5% !important;
	}
	.woocommerce-MyAccount-navigation ul span {
		display: none;
	}
    .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
        padding: 15px;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li a svg {
        margin-right: 0;
    }
}
@media screen and (max-width: 1130px) {
    .woocommerce-account .woocommerce {
        flex-direction: column;
    }
	.woocommerce-MyAccount-navigation > span {
		display: block;
        margin-bottom: 25px;
	}
	.woocommerce-MyAccount-navigation ul{
		display: none;
	}
	
}
@media screen and (max-width: 1025px) { 
    body.admin-bar.et_fixed_nav #main-header, body.admin-bar.et_fixed_nav #top-header,
    body.admin-bar.et_non_fixed_nav.et_transparent_nav #main-header,
    body.admin-bar.et_non_fixed_nav.et_transparent_nav #top-header {
        top: 0 !important;
    }


    body.admin-bar.et_fixed_nav.et_secondary_nav_enabled #main-header,
    body.admin-bar.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_enabled #main-header {
        top: 30px !important;
    }

    .container.clearfix #et-secondary-menu,
    .container.clearfix #et-secondary-nav {
        display: block!important;
        margin-top: 8px;
        float: right;
    }
    .container.clearfix #et-info {
        float: left;
    }
}

@media screen and (max-width: 782px) {
    .wp-admin .form-table select, .wp-core-ui select.select-public {
        min-height: 0 !important;
        font-size: 16px;
        line-height: 0 !;
        padding: 5px 8px 5px 8px !important;
    }

}

@media screen and ( max-width:767px) {
    .woocommerce-account #main-content .container {
        padding-top: 30px !important;
    }
    .woocommerce-account #main-content .container .main_title {
        margin-bottom: 15px !important;
    }
    .input-group {
        padding: 10px 0;
    }
    .title__product > div {
        display: flex;
        justify-content: flex-end;
    }
}
@media screen and ( max-width:600px) {

    .decommission-modal__inner >span {
        top: -60px;
        right: -0;
    }

}
@media screen and ( max-width:560px) {

    .groop-filter {
        float: left !important;
    }

    body:not(.et-tb) #main-content .container, 
    body:not(.et-tb-has-header) #main-content .container {
        width: 95%;
    }
    .wl-product-table {
        margin:0 !important;
    }
    .woocommerce-account .woocommerce-MyAccount-content {
        padding: 10px;
        margin-bottom: 15px;
    }

    .table-product-storage .content{
        min-height: 502px;
        min-height: 450px;
    
        height: 100%;
        margin: 5px 0 0;
        padding: 0 0;
        background: #fff;
    }
}
@media screen and ( max-width:500px) {

    .form__current_mod {
        display: flex;
        text-align: center;
        flex-direction: column;
        margin-bottom: 26px;
    }
    .current_mod {
        display: flex;
        text-align: center;
        font-size: 1.3em;
        font-weight: 500;
        color: #000000;
        margin-bottom: 15px;
    }
    .btns__action-mode {
        display: flex;
        justify-content: space-between;
    }
    .invent__form-group {
        justify-content: center;
    }
    .btns__action-mode,
    #set-inventar {
        width: 100%;
    }
    
    #confirm-inventar,
    #return-inventar {
        width: 45%;
    }
    .select-public{ 
        margin: 10px 0;
    } 

    .decommission__form {
        flex-direction: column;
    }
    .decommission-modal__inner .decommission__form input {

        margin-right: 0;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 425px) {

    .invent__form-group {
        margin-top: 0 !important;
    }

}
@media screen and (max-width: 375px) {
    
    .decommission-modal__inner {
        width: 70%;
    }
    .decommission-modal__inner .decommission__form {
        width: 100%;
    }
    .decommission-modal__inner .decommission__form input {
        padding: 6px 12px;
        font-size: 16px;
        margin-right: 0;
    }
}

/* ------------- */


/* 
.wcpt-left-sidebar {
    width: 320px; 
   }
   .wcpt-left-sidebar+.wcpt-header, .wcpt-left-sidebar+.wcpt-header+.wcpt-responsive-navigation+.wcpt-nav-modal-tpl+.wcpt-no-results.wcpt-device-laptop, .wcpt-left-sidebar+.wcpt-header+.wcpt-responsive-navigation+.wcpt-nav-modal-tpl+.wcpt-table-scroll-wrapper-outer, .wcpt-left-sidebar+.wcpt-header+.wcpt-responsive-navigation+.wcpt-nav-modal-tpl+.wcpt-table-scroll-wrapper-outer+.wcpt-pagination {
       float: right;
       width: calc(100% - 360px);
   }
   @media screen and ( max-width:1101px) {
   .wcpt-left-sidebar+.wcpt-header, .wcpt-left-sidebar+.wcpt-header+.wcpt-responsive-navigation+.wcpt-nav-modal-tpl+.wcpt-no-results.wcpt-device-laptop, .wcpt-left-sidebar+.wcpt-header+.wcpt-responsive-navigation+.wcpt-nav-modal-tpl+.wcpt-table-scroll-wrapper-outer, .wcpt-left-sidebar+.wcpt-header+.wcpt-responsive-navigation+.wcpt-nav-modal-tpl+.wcpt-table-scroll-wrapper-outer+.wcpt-pagination {
       float: right;
       width: auto;
   }
   } */