.prod {
    font-family: Arial;
    font-size: 10pt;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #066;
    margin-top: 10px;
}
.pr_code {
    color: #555;
	text-align: left;
    font-size: .7em;
    line-height: 1.2em;
    display: block;
    font-style: italic;
}

.title, .cat-title, .title h1, .cat-title h1 {
    font-size: 1.1em;
    color: #066;
}
.order {
    list-style: none;
    border: 1px solid #ddd;
    overflow: hidden;
    clear: both;
    margin-left: 0;
}
li[data-column^='col-'] {
    background-color: #eee;
    margin-top: 0;
}
li.tdbody {
    font-family: Arial;
    font-size: 9pt;
    text-decoration: none;
    color: #444;
    padding-left: 5px;
    float: left;
}
.tdbody {
    font-family: Arial;
    font-size: 9pt;
    text-decoration: none;
    color: #000;
}
.col-code, .col-price, .col-quant, .col-sum {
    width: 10%;
    float: left;
    font-size: .9em;
    margin-top: 10px;
    padding: 5px 0;
}
.col-sum, .col-quant, .col-price, .tdbody.col-name {
    text-align: center !important;
}
li[data-column^='col-'] {
    background-color: #eee;
    margin-top: 0;
}
li.tdbody {
    font-family: Arial;
    font-size: 9pt;
    text-decoration: none;
    color: #444;
    padding-left: 5px;
    float: left;
}
.tdbody {
    font-family: Arial;
    font-size: 9pt;
    text-decoration: none;
    vertical-align: middle;
    color: #000;
}
.col-name {
    width: 45%;
    float: left;
    text-align: left;
    font-size: .8em;
    margin-top: 10px;
    padding: 5px 0;
}
.col-prod {
    width: 15%;
    float: left;
    margin-top: 10px;
    padding: 5px 0;
}
li.li-first {
    clear: left;
}
.col-code, .col-price, .col-quant, .col-sum {
    width: 10%;
    float: left;
    font-size: .9em;
    margin-top: 10px;
    padding: 5px 0;
}
a.delete-item {
    margin-left: 5px;
    font-size: 2em;
    font-weight: 700;
    /* color: red; */
    line-height: .7;
    float: left;
    display: inline;
}
.col-code a {
    width: 100% !important;
    display: block !important;
}
.col-sum{
    font-weight: 700;
}
.order-img {
    /* width: 100px;
    max-height: 100px;
    max-width: 100px;
    margin-bottom: 50px; */
    width: 150px;
    display: block;
    float: left;
}

input[type="text"]:not(.search-cat), input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"]:not(.search-cat), input[type="tel"], input[type="time"], input[type="url"], input[type="color"]{
    -webkit-appearance: none;
    border-radius: 0;
    background-color: #FFF;
    font-family: inherit;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: .875rem;
    margin: 0 0 1rem;
    padding: .5rem;
    height: 2.3125rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .15slinear;
}

.checkout input[name^="quantity"] {
  width: 70px !important;
}

.col-code a {
  width: 100% !important;
  display: block !important;
}
.col-quant {
  margin-top: 0px !important;
}
.col-sum, .col-quant, .col-price, .tdbody.col-name {
  text-align: center !important;
}
.col-sum[id^="sums"] {
  font-size: .9em !important;
  font-weight: 600 !important;
  color: #666666;
}
label {
    font-size: .875rem;
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
}
#clientInfo {
    display: none;
}
.panel {
    border-style: solid;
    border-width: 1px;
    border-color: #d8d8d8;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #f2f2f2;
    color: #333;
}
@media only screen and (max-width: 40.062em) {
	.tdbody + .col-price, .tdbody + .col-quant, .tdbody + .col-sum, .tdbody + .col-prod {
        display: none;
    }
    .col-name {
        width: 90% !important;
        clear: right !important;
    }
	.col-prod {
        width: 100% !important;
        clear: both !important;
    }
	.col-price, .col-quant, .col-sum {
        width: 33% !important;
    }
}
form {
  margin-bottom: 0px !important;
}
