@import url('https://fonts.googleapis.com/css?family=Spartan&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Simonetta&display=swap');
@font-face {
    font-family: 'dejavu_sansbook';
    src: url('..//fonts/dejavusans-webfont.woff2') format('woff2'),
    url('../fonts/dejavusans-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'dejavu_sansextralight';
    src: url('..//fonts/dejavusans-extralight-webfont.woff2') format('woff2'),
    url('..//fonts/dejavusans-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dejavu_sansbold';
    src: url('..//fonts/dejavusans-bold-webfont.woff2') format('woff2'),
    url('../fonts/dejavusans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'bpg_nino_medium_capsregular';
    src: url('..//fonts/bpg_nino_medium_caps-webfont.woff2') format('woff2'),
    url('..//fonts/bpg_nino_medium_caps-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
main{
	min-height: 900px;
}
.katala{
	width: 200px;
	height: 35px;
	border: 1px solid rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 45px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 45px 0 rgba(0,0,0,0.1);
	background-repeat: no-repeat;
	font-family: 'dejavu_sansbook';
	font-size: 20px;
	text-align: center;
	color: #fe6c00;
	font-weight: bold;
	background-color: #ffffff;
	border-radius: 30px;
	padding: 10px;
	  -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    cursor: pointer;
    outline: none;
    margin:150px auto;
}
 .cart_form{
   	margin: 150px auto;
   	max-width: 800px;
   	min-height: 700px;
   	text-align: center;
   	position: relative;
   }
   .production{
   width: 800px;
   border: 1px solid rgba(0,0,0,0.2);
   border-radius: 5px;
   margin: 10px;
   height: 70px;
   position: relative;
   }
   .production img{
   width: 80px;
   position: absolute;
   left: 2px;
   top: 2px;
   height: 66px;
   }
   .production pre{
   	position: absolute;
   	left: 120px;
   	top: 20px;
   	font-family: 'dejavu_sansbook';
   	font-size: 15px;
   }
   .size{
   	position: absolute;
	width: 40px;
	height: 44px;
	top: 12px;
	left: 320px;
	font-size: 15px;
	outline: none;
	cursor: pointer;
	border: 1px solid rgba(0,0,0,0.1);
}

.quantity {
  position: relative;
  margin-left: 460px;
  margin-top: -8px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]
{
  -moz-appearance: textfield;
}

.quantity input {
  width: 45px;
  height: 42px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  border: 1px solid rgba(0,0,0,0.1);
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 42px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid rgba(0,0,0,0.1);
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 13px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%;
}
.quantity-button.quantity-down:hover{
	background-color: #dddddd;
}
.quantity-button.quantity-up:hover{
	background-color: #dddddd;
}
.Price{
    text-align: left;
    font-size: 14px;
    position: absolute;
    font-family: 'Spartan';
    color:#7e7a85;
    margin-left: 603px;
    top: 30px;
    width: 100px;
}
.cart_form ul{
	list-style: none;
	position: relative;
	max-width: 800px;
	height: 30px;
}
.cart_form ul li{
	float:left;
	font-family: 'dejavu_sansextralight';
	font-weight: bold;
	font-size: 13px;
	color: #7e7a85;
}
.cart_form ul li:nth-child(1){
	margin-left: 174px;
}
.cart_form ul li:nth-child(2){
	margin-left: 228px;
}
.cart_form ul li:nth-child(3){
	margin-left: 90px;
}
.cart_form ul li:nth-child(4){
	margin-left: 84px;
}
.calculation{
	width: 80px;
    height: 32px;
    padding: 0;
    margin: 0;
    margin-left: 612px;
    border: 1px solid rgba(0,0,0,0.1);
    color: #ff4646;
    font-size: 17px;
    font-family: 'Open Sans' !important;
    font-family: 'Simonetta'!important;
    line-height: 32px;
    
}
.ADD_TO_BAG{
	width: 30px;
	height: 30px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
	border-radius: 50%;
	cursor: pointer;
	line-height: 30px;
	position: absolute;
	top: 20px;
	right: 10px;
	  -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}
.ADD_TO_BAG:hover{
	color: #ff4646;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
}
#rice{
	position: absolute;
	opacity: 0;
}

.aBooking{
	width: 380px;
	height: 80px;
	border: 1px solid rgba(0,0,0,0.2);
	background-image: url('../img/icons/logo_1.jpg');
	-webkit-box-shadow: 0 0 45px 0 rgba(0,0,0,0.25);
    box-shadow: 0 0 45px 0 rgba(0,0,0,0.25);
	background-repeat: no-repeat;
	font-family: 'dejavu_sansbook';
	font-size: 25px;
	text-align: right;
	color: #fe6c00;
	font-weight: bold;
	background-color: #ffffff;
	border-radius: 30px;
	padding: 10px;
	  -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    cursor: pointer;
    outline: none;
}
.aBooking:hover{
	opacity: 0.9;
}