body{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tip_button{
    font-family: "PT Sans",sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 400;
    color: #244262;
    background-color: #ebf5ff;
    padding: 10px;
    border: 2px solid #94c4f7;
}

#tip_button>.active,
#tip__button>.active{
    background-color: white;
    cursor: unset;
}

#yith-quick-view-modal_prod{
    cursor: pointer;
}

.prod_img{
    max-height: 63px;
    width: auto !important;
    margin: auto;
}

.prod_name{
    text-align: center !important;
    font-weight: 700;
    color: #244262;
}

.tip_button{
    cursor: pointer;
}

.kitchen_blocks{
    display: flex;
    align-items: self-start;
}

.kitchen_block{
    width: 190px;
    border: 1px solid;
    margin: 5px;
    padding: 5px;
    border-radius: 10px;
    display: inline-block;
    vertical-align: top;
}

.kitchen_status_cancel{
    background-color: lightpink;
    border-color: lightpink;
}

.kitchen_status_new{
    background-color: greenyellow;
    border-color: greenyellow;
}

.kitchen_status_prepare{
    background-color: lightgoldenrodyellow;
    border-color: lightgoldenrodyellow;
}

.kitchen_title{
    font-weight: bold;
}

.kitchen_buttons{
    text-align: center;
}

.kitchen_button{
    padding: 6px 8px !important;
    font-size: 11px !important;
}

.tv_table{
    width: 50%;
    color: bisque;
    font-size: 29px;
    margin-top: 5px;
}

.tv_table>thead>tr>th{
    width: 50%;
    padding: 15px;
    text-align: center;
}

.tv_table>tbody>tr>td{
    padding: 15px;
    height: 55px;
}

.tv_table>tbody>.ready{
    background-color: lightgreen;
    color: darkgreen;
}

.tv_table>tbody>.prepare{
    background-color: orange;
}

.shopping__cart.shopping__cart__on{
    opacity: 1;
    /*padding-bottom: 50px;*/
    right: calc(0px - 16px);
    border-left: 2px solid;
}

.shopping__cart{
    background: #eeeeee none repeat scroll 0 0;
    box-shadow: 0 0 85px rgba(0, 0, 0, 0.2);
    display: block;
    height: 100vh;
    opacity: 0;
    overflow-y: auto;
    position: fixed;
    right: -100%;
    top: 0;
    transition: all 0.25s ease 0s;
    width: 100%;
    z-index: 99999;
    max-width: 475px;
    min-width: 320px;
    width: 25%;
}

.shopping__cart__inner {
    height: 90%;
    padding: 20px 10px 20px 20px;
    overflow-y: auto;
    overflow-x: hidden;
    display: block;
    width: 100%;
}

.shp__cart__wrap {
     margin-top: -20px;
    margin-bottom: 20px;
 }
.shp__single__product {
    display: flex;
    justify-content: space-between;
    padding-bottom: 5px;
    padding-top: 5px;
}

.shp__price{
    color: green;
}

.shp__pro__details h2 {
    border-top-width: 0;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    padding: 0;
    text-transform: none;
}

.shp__pro__thumb {
    max-width: 83px;
    text-align: center;
    width: 100%;
    margin: auto 10px auto 0px;
}

.remove__btn {
    text-align: right;
    width: 20px;
}

.remove__btn a i {
    color: #ccc;
    font-size: 22px;
    transition: all 0.5s ease 0s;
}

.checkout_button{
    text-align: center;
    display: flex;
    position: absolute;
    width: 90%;
    bottom: 0;
}

.zmdi {
    display: inline-block;
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.zmdi-close:before {
    content: '\f136';
}

.offsetmenu__close__btn {
    background-color: #eee;
    /*padding: 29px 50px 24px;*/
    text-align: center;
    top: 0;
    z-index: 10;
}

.shp__pro__details {
    min-width: 65%;
    max-width: 187px;
}

.shp__pro__details .shp__price {
    color: #c00;
    display: block;
}

.shp__cart__wrap .shp__single__product + .shp__single__product {
    border-top: 1px solid #ddd;
}

.shoping_total {
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    list-style: none;
    margin: 0;
    font-size: 15px;
}

.shoping_total .subtotal {
    color: #000;
    font-weight: 400;
    font-size: 15px;
}

.shoping_total .total__price {
    color: green;
    float: right;
}

.remove, .remove:hover{
    z-index: 0;
    text-decoration: unset;
    font-size: 35px;
}

.shp__pro__thumb>img{
    max-height: 70px;
}

#modal_img{
    max-height: 230px;
    width: auto !important;
    margin: auto;
}

#qodef-page-wrapper-outer{
    background-color: white;
    display: flex;
}

#quantity{
    height: auto !important;
    line-height: inherit !important;
    margin: 0 !important;
}

.block_product{
    display: flex !important;
    flex-wrap: wrap !important;
}

.type-product{
    width: 24% !important;
    min-width: 320px;
}

.image_with{
    max-height: 326px;
    width: auto!important;
}

.block_quantity{
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.minus_block{
    background-color: #94c4f7;
    border-left: 0;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    height: 25px;
    line-height: 25px;
    position: absolute;
    right: 0;
    -webkit-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    width: 28px;
    bottom: 0;
    text-align: center;
}

.plus_block{
    background-color: #94c4f7;
    border-left: 0;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    height: 25px;
    line-height: 25px;
    position: absolute;
    right: 0;
    -webkit-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    width: 28px;
    top: 0;
    bottom: 0;
    text-align: center;
}

.input_summa{
    background-color: white !important;
    color: #244262 !important;
    font-family: "PT Sans",sans-serif !important;
    font-size: 16px !important;
    height: 51px !important;
    line-height: 48px !important;
    margin: 0 28px 0 0 !important;
    outline: 0 !important;
    padding: 0 !important;
    position: relative !important;
    width: 54px !important;
    box-sizing: border-box !important;
    display: inline-block !important;
    text-align: center !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    vertical-align: middle !important;
}

.site-login{
    margin-left: 40%;
    margin-top: 10%;
    max-width: 400px;
}

.product-form{
    padding: 10px;
}

.related_items{
    background-color: white;
    padding: 5px;
}

.related_items>label{
    margin: 5px;
}

#related_products{
    justify-content: center;
}

.related-product-image{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    height: 50px;
}

.related_title{
    font-family: "Abril Fatface",serif;
    font-weight: 400;
    text-transform: initial;
    color: #244262;
    font-size: 30px;
    margin: 15px auto;
    width: 100%;
    text-align: center;
}

.related-type-product{
    width: 24%;
    margin: 3px;
    min-width: 120px;
    background-color: #fff7e6;
}

.related-add_to_cart_button{
    display: block;
    font-size: 0;
    height: 40px;
    position: relative;
    width: 40px!important;
    margin-right: 10px;
}
/*
.related-add_to_cart_button:after{
    content: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1s bnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiCiAgICAgeD0iMHB4IiB5PSIw cHgiCiAgICAgdmlld0JveD0iMCAwIDUwMCA1MDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAw IDUwMCA1MDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxwYXRoIGZpbGw9IiNmZmZmZmYi IGQ9Ik00NDguMiwyOTIuM2MtNS42LTAuNi0xMC45LDMuMy0xMS42LDlsLTIxLjgsMTY4LjZjLTAu Niw1LjMtNSw5LjMtMTAuMyw5LjNoLTMxMGMtNS4zLDAtOS44LTQtMTAuNC05LjYKCQlMNjIuMywz MDIuMWMtMC43LTUuNy02LTkuNy0xMS42LTljLTUuNywwLjctOS43LDUuOS05LDExLjZsMjEuNywx NjcuM2MxLjcsMTUuOSwxNSwyNy45LDMxLDI3LjloMzEwYzE2LDAsMjkuMy0xMiwzMS0yNy43CgkJ TDQ1Ny4yLDMwNEM0NTcuOSwyOTguMyw0NTMuOSwyOTMuMSw0NDguMiwyOTIuM3oiLz4KICAgIDxw YXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik0xNjYuMyw0NDcuOFYzMjMuNGMwLTUuNy00LjYtMTAuNC0x MC40LTEwLjRjLTUuNywwLTEwLjQsNC42LTEwLjQsMTAuNHYxMjQuNGMwLDUuNyw0LjYsMTAuNCwx MC40LDEwLjQKCQlDMTYxLjYsNDU4LjIsMTY2LjMsNDUzLjYsMTY2LjMsNDQ3Ljh6Ii8+CiAgICA8 cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMzUzLjMsNDQ3LjhWMzIzLjRjMC01LjctNC42LTEwLjQt MTAuNC0xMC40Yy01LjcsMC0xMC40LDQuNi0xMC40LDEwLjR2MTI0LjRjMCw1LjcsNC42LDEwLjQs MTAuNCwxMC40CgkJQzM0OC42LDQ1OC4yLDM1My4zLDQ1My42LDM1My4zLDQ0Ny44eiIvPgogICAg PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTI5MC45LDQ0Ny44VjMyMy40YzAtNS43LTQuNi0xMC40 LTEwLjQtMTAuNHMtMTAuNCw0LjYtMTAuNCwxMC40djEyNC40YzAsNS43LDQuNiwxMC40LDEwLjQs MTAuNAoJCVMyOTAuOSw0NTMuNiwyOTAuOSw0NDcuOHoiLz4KICAgIDxwYXRoIGZpbGw9IiNmZmZm ZmYiIGQ9Ik0yMjguNiw0NDcuOFYzMjMuNGMwLTUuNy00LjYtMTAuNC0xMC40LTEwLjRjLTUuNyww LTEwLjQsNC42LTEwLjQsMTAuNHYxMjQuNGMwLDUuNyw0LjYsMTAuNCwxMC40LDEwLjQKCQlDMjI0 LDQ1OC4yLDIyOC42LDQ1My42LDIyOC42LDQ0Ny44eiIvPgogICAgPHBhdGggZmlsbD0iI2ZmZmZm ZiIgZD0iTTQ2OC40LDE4OC40aC00My42TDI3OC43LDQ2LjFjMS44LTMuOSwyLjgtOC4xLDIuOC0x Mi43YzAtMTYuOC0xMy44LTMwLjUtMzAuNy0zMC41cy0zMC43LDEzLjctMzAuNywzMC41CgkJYzAs NC41LDEsOC44LDIuOCwxMi43TDc2LjksMTg4LjRIMzIuMUMxNSwxODguNCwxLDIwMi40LDEsMjE5 LjV2MjAuOGMwLDE3LjIsMTQsMzEuMiwzMS4yLDMxLjJoNDM2LjNjMTcuMiwwLDMxLjItMTQsMzEu Mi0zMS4yCgkJdi0yMC44QzQ5OS42LDIwMi40LDQ4NS42LDE4OC40LDQ2OC40LDE4OC40eiBNMjUw LjksMjMuN2M1LjUsMCw5LjksNC40LDkuOSw5LjhjMCwyLjYtMS4xLDUtMi44LDYuOGMwLDAsMCww LTAuMSwwLjEKCQljMCwwLDAsMC4xLTAuMSwwLjFjLTEuOCwxLjgtNC4yLDIuOC03LDIuOGMtMi43 LDAtNS4yLTEuMS03LTIuOGMwLDAsMC0wLjEtMC4xLTAuMWMwLDAsMCwwLTAuMS0wLjFjLTEuNy0x LjgtMi44LTQuMS0yLjgtNi44CgkJQzI0MSwyOCwyNDUuNCwyMy43LDI1MC45LDIzLjd6IE0yMzcu NSw2MC45YzQsMS45LDguNSwzLjEsMTMuMywzLjFjNC44LDAsOS4zLTEuMSwxMy4zLTMuMUwzOTUs MTg4LjRIMTA2LjdMMjM3LjUsNjAuOXoKCQkgTTQ3OC44LDI0MC4zYzAsNS43LTQuNywxMC40LTEw LjQsMTAuNEgzMi4xYy01LjcsMC0xMC40LTQuNy0xMC40LTEwLjR2LTIwLjhjMC01LjcsNC43LTEw LjQsMTAuNC0xMC40aDQzNi4zCgkJYzUuNywwLDEwLjQsNC43LDEwLjQsMTAuNFYyNDAuM3oiLz4K PC9nPgo8L3N2Zz4=);
    height: 20px;
    left: 10px;
    top: 10px;
    width: 20px;
}*/

.related-add_to_cart_button:before{
    background-color: #244263;
    border-radius: 50%;
    content: '';
    height: 40px;
    left: 0;
    top: 0;
    -webkit-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    width: 40px;
    position: absolute;
}

.related-buttons-holder{
    display: flex;
}

#cart_close{
    text-align: right;
    position: absolute;
    right: 30px;
    top: 10px;
    font-weight: bold;
    display: none;
}

#cart_close i{
    color: #666666;
    font-size: 36px;
    transition: all 0.3s ease 0s;
}

.zmdi {
    display: inline-block;
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.zmdi-close:before {
    content: '\f136';
}

#yith-quick-view-modal{
    overflow: auto;
}

.refund_blocks{
    display: flex;
    flex-wrap: wrap;
    background-color: azure;
}

.refund_block{
    margin: 15px;
}

.refund_block label{
    margin-right: 20px;
}

.refund_table{
    display: table;
    width: 100%;
    padding: 15px 10px;
    overflow: auto;
}

.refund_table_row{
    display: table-row;
}

.refund_table_cell{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.refund_table_row:nth-child(even){
    background-color: #00b3ee;
}

.refund_table_row.th{
    font-size: 20px;
    font-weight: 600;
    font-family: "Abril Fatface",serif;
    text-transform: initial;
    color: #244262;
}

.refund_table_row>div{
    padding: 10px;
    border-bottom: 1px solid #244262;
}

.refund_table_row.th>div{
    padding: 15px;
    border: 1px solid #244262;
}

.refund_table_cell>div{
    display: flex;
}

.refund_table_cell input{
    background-color: white;
    max-width: 100px;
    margin: 5px 0;
    padding: 12px 11px;
}

.refund_table_cell input[disabled="disabled"],
.refund_table_cell input[disabled]{
    background: lightgrey;
}

.refund_table_cell span{
    position: relative;
    top: 15px;
    font-size: 20px;
    margin: 0 5px;
}

.return_block_textarea{
    padding: 15px;
}

#chek{
    cursor: pointer;
}

.refund_textarea{
    background-color: white;
}

#print, #print_block{
    display: none;
}

.amount_sales{
    padding: 5px 10px;
    position: absolute;
    background-color: white;
    display: block;
    top: 100px;
    border-radius: 20px;
    font-weight: bold;
    left: 10px;
}

.h4{
    font-family: "Abril Fatface",serif!important;
    font-weight: 400!important;
    text-transform: initial;
    color: #244262!important;
    font-size: 30px!important;
    line-height: 1.16em!important;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.block{
    max-width: 6cm;
}

.number{
    font-size: 70px;
    text-align: center;
    margin: 30px;
}

.date{
    text-align: right;
    font-size: 12px;
}

.cash{
    font-size: 14px;
}

.qty{
    margin-right: 10px;
}

hr{
    border: 1px solid black;
    width: 100% !important;
    max-width: 100% !important;
}

.body_first{
    background-color: purple;
    color: white;
    width: 100%;
    height: 100vh;
    text-align: center;
    /*padding: 20% 10%;*/
}

.order{
    font-size: 12em;
}

.block_order{
    display: flex;
    flex-wrap: wrap;
    font-size: 3em;
    /*margin: 80px;*/
    justify-content: center;
}

.title_order{
    width: 100%;
    height: 150px;
    font-size: 160px;
    margin: 40vh 0 0 0;
    text-transform: uppercase;
}

.link_order{
    width: 100%;
    height: 100px;
}

.link_order>a {
    text-decoration: none;
    color: purple;
    background-color: white;
    border: 5px solid white;
    padding: 10px 20px;
    border-radius: 15px;
    display: block;
    line-height: 40px;
    max-width: 350px;
    margin: auto;
}
.link_order>a:hover {
    color: white;
    background-color: purple;
}

.filterDiv{
    display: none!important;
}

.show {
    display: block!important;
}

.list_kitchen{
    padding: 10px 0px;
    border-top: 2px solid;
}

.list_kitchen>ul{
    margin: 0px;
}
.close_modal{
    right: -20px!important;
    top: -20px!important;
}

.report_panel{
    display: flex;
    flex-wrap: wrap;
}

.datepicker{
    max-width: 200px;
    background-color: white!important;
    margin: 5px!important;
    height: 39px;
}

.tire_report_panel{
    margin: auto 0px;
}

.button_report_panel{
    margin: 5px;
    padding: 5px 10px;
}

.body_report{
    margin: 30px 20px;
}

.first_level_report{
    display: flex;
    line-height: 1.572;
    border-bottom: 1px #d9d9d9 solid;
    font-weight: 600;
    background-color: #f2f2f2;
}

.first_level_report>.title{
    flex: 1 1 100%;
    display: flex;
    align-items: center;
    height: 48px;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 16px;
    padding-right: 8px;
}

.first_level_report>.total{
    flex: 1 1 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    height: 48px;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 8px;
    padding-right: 16px;
}

.second_level_report{
    display: flex;
    line-height: 1.572;
    background-color: white;
    color: #737373;
}

.totals{
    font-size: 19px;
}

.totals>.title, .totals>.total{
    height: 60px;
}

.second_level_report>.title{
    flex: 1 1 100%;
    display: flex;
    align-items: center;
    position: relative;
    left: 32px;
    height: 48px;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 16px;
    padding-right: 8px;
}

.second_level_report>.total{
    flex: 1 1 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 48px;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 8px;
    padding-right: 16px;
}

.double_cash{
    width: 100%;
    text-align: right;
}

.summary{
    text-align: left;
    margin-top: 10px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 29px;
    height: 16px;
    margin: auto 0;
}

.switch input {display:none;}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: red;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 1px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: lightgreen;
}

input:focus + .slider {
    box-shadow: 0 0 1px lightgreen;
}

input:checked + .slider:before {
    -webkit-transform: translateX(12px);
    -ms-transform: translateX(12px);
    transform: translateX(12px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}





@media only screen and (max-width: 925px) {
    .block_product{
        width: 90%;
        justify-content: center;
    }

    .shopping__cart__inner{
        padding: 10px 25px 10px 5px!important;
    }
}

@media only screen and (max-width: 785px) {
    .block_product{
        width: 80%;
    }
}

@media only screen and (max-width: 675px) {
    .block_product{
        width: 70%;
    }
}

@media only screen and (max-width: 610px) {

    .block_product{
        width: 100%;
    }

    .qodef-grid.qodef-gutter--small>.qodef-grid-inner{
        margin: 0;
    }

    #mini_cart{
        display: none;
        margin-right: 10px;
    }

    #modal_serial:before{
        display: initial;
    }

    .close_modal{
        right: 0px!important;
        top: unset!important;
    }

    .qodef-grid.qodef-gutter--small>.qodef-grid-inner{
        justify-content: center;
    }
    #cart_close {
        display: block;
    }
    .has-post-thumbnail{
        flex-wrap: wrap;
    }

    .sales_header{
        height: 50px;
        background-color: unset!important;
    }

    .clear_place{
        display: none;
    }
}

@media only screen and (max-width: 520px){
    .site-login{
        margin: 10% 5%;
    }
}