.field {
    font-size: 1em;
    height: 100%;
	text-align: center;
	width: 100%;
       }
[name="price"] {
	font-size: 1.1em;
    border: 1px solid #099705;
    border-radius: 3px;
    height: 2em;
    width: 5em;
    margin: auto;
    position: relative;
    text-align: center;
    font-weight: 600;
	-webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
       }	   
.info {
    font-size: 1.3em;
    height: 100%;
	text-align: center;
	width: 100%;
       }	   
.butt_del {
	display: inline-block;
    padding: 5px;
    text-align: center;
    margin: 15px;
}
.btn_save {
	position: relative;
    display: inline-block;
    line-height: 1em;
    text-align: center;
    color: white!important;
    outline: none;
    border: 1px solid #799C4D;
    padding: 5px 10px 10px 10px;
    border-radius: 5px;
    background: #129100;
    font-size: 1.5em;
}
.button_big_green {	
    position: relative;
    display: inline-block;
    width: 14em;
    height: auto;
    line-height: 1.2em;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 1px #777;
    color: white !important;
    outline: none;
    border: 1px solid #799C4D;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    box-shadow: 0 0 0 60px rgb(0 0 0 / 0%) inset, 0.1em 0.1em 0.2em #3d562f;
    background: #74A727;
    background-image: linear-gradient(#86bb38, #54802f 90%, #57842f 10%);
	font-size: 1em;
	}	
a.btn_green {
position: relative;
    display: inline-block;
    width: 11em;
    height: 2.5em;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 1px #777;
    color: white!important;
    outline: none;
    border: 1px solid #799C4D;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    box-shadow: 0 0 0 60px rgb(0 0 0 / 0%) inset, 0.1em 0.1em 0.2em #3d562f;
    background: #74A727;
    background-image: linear-gradient(#86bb38, #54802f 90%, #57842f 10% );
    margin: 15px;
}
.center_block_cart {
    position: relative;
    text-align: center;
    vertical-align: middle;
    margin: 10px 5px 10px 5px;
    display: block;
    padding: 0;
    font-family: Tahoma, Verdana, Arial;
}
body {margin:0;padding:0}
#container1 {
    box-shadow: rgb(0 0 0 / 15%) 0px 5px 15px 0px;
    border-radius: 15px;
    padding: 0.8em 0.5em 0 0.8em;
    background: #fff;
    transition: all 300ms;
    color: #555;
    width: 99%;
    position: relative;
    text-align: center;
    margin: 15px;
    vertical-align: middle;
    display: flex;
	margin: auto;
}
table#name {
  width:100px;
  background:#ffffcc;
  float:left;
}
table#data {
	  border-collapse: collapse;
	  width:100%; 
	  table-layout: fixed;  
	  margin-bottom: 15px;
}
table#info {
	  border-collapse: collapse;
	  width:100%; 
	  table-layout: fixed;  
}
table#price_tb {
	  border-collapse: collapse;
	  width:100%; 
	  table-layout: fixed;  
	  margin-bottom: 20px;
	  height: min-content;
}
div#data {
	border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
	display: flex;
    justify-content: space-between;
	height: min-content;
	margin-bottom: 10px;
}
.table_text {
    text-align: center;
    display: flex;
    text-shadow: 0 0 0px #eee;
    position: relative;
    font-size: 0.8em;
    font-weight: bold;
    width: 100%;
    height: 100%;
    padding: 2px;
	margin-top: 15px;
}	
#info thead {color: #8A0846;font-weight: normal;}
#price_tb thead {color: #8A0846;font-weight: normal;}
#price_tb td {text-align:center; margin:0 auto;    vertical-align: top;}
#data td {width:100px;padding: 0 5px;}
#data thead {color: #8A0846;font-weight: normal;}
#data textarea {resize: vertical; padding: 5px 2px 0 2px; vertical-align: top;border: 1px solid #b7b7b7; border-radius: 5px; height: 30px; margin-bottom: 10px;}
dive#data {
	  border-collapse: collapse;
	  width:100%; 
	  table-layout: fixed;  
}
#price_tb button{
	display: inline;
    border: none;
    color: #0b8b26;
    padding: 0 5px 0 5px;
    background: #fff;
    text-shadow: 0 0 black;
}
div.label {
    display:inline-block;
    vertical-align:top;
    margin-bottom: 1px;
	color: #8A0846;
	font-weight: normal;
}
div.inline {
	display: inline-grid;
	vertical-align: top;
	padding: 0 5px 0 5px;
}
/** FORM STYLE: textarea **/
div.textarea {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid #ccc;
	resize:none;
}
/** FORM STYLE: input **/
div.input {
    padding: 5px;
}
#wrap{
  width:100%;
  overflow:auto;
  overflow-y:hidden;
  border-right:0px;
  float:left;
}
.bottom {background:#ccc}

.button_cart {
	float: right;
    margin: 30px;
}
h3.title {
    color: #0066CC;
    font-family: Arial;
    font-size: 0.9em;
    padding: 5px;
}
.photo_cart {
	margin: auto;
    text-align: center;
    width: min-content;
    vertical-align: middle;
    background: #F5F3EF;
    border: 1px solid #acac88;
    border-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #8A0846;
    position: relative;
    padding: 2px;
}
table td {
  position: relative;
}
.qty{
    font-size: 1em;
    font-family: Arial;
    box-sizing: border-box;
    border: 1px solid #ccc;
    resize: none;
    margin: auto;
    width: max-content;
    height: 80%;
    position: inherit;
    display: inline;
    text-align: center;
	padding: 7px 0 7px 0;
}
input[name=kgcount]{
    font-size: 1em;
    font-family: Arial;
    box-sizing: border-box;
    border: 1px solid #ccc;
    resize: none;
    margin: auto;
    width: 40px;
    height: 100%;
    position: inherit;
    display: inline;
    text-align: center;
    padding: 7px 0 7px 0;
	-webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/**  input[type=text]:focus{
    outline-color: #3b8fa7;
}**/
input#field_price, input#field_total, input[type=number]{
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
input.hidden{display: none;}
.hide {display: none;}
td span{display:block; text-align:center; margin:0 auto;}
.cat {
  height: 100px;
}

[class*="col-"] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.cat-inner {
  height: 100%;
  padding: 10px;
  background-color: #666;
}
.field_total{
font-size: 2.5em;
    color: #019b00;
    border: none;
    text-align: right;
    width: 3.5em;
    margin: auto;
    position: relative;
    background: none;
    font-weight: 400;
}
.btn_place_order{
	display: flex;
    width: 30em;
    margin: auto;
    height: 6em;
    box-sizing: border-box;
    border: 1px solid #00b726;
    border-radius: 5px;
}
div.grn{
	font-size: 2.5em;
    display: flex;
    flex-direction: row;
    justify-content: left;
    padding-left: 2px;
    padding-right: 2px;
    color: #019b00;
    float: left;
}
div.center{display: flex; vertical-align: middle;margin: auto;}

