@import url('https://fonts.googleapis.com/css?family=Spartan&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Simonetta&display=swap');
 .cart_form{
   	margin: 50px auto;
   	max-width: 820px;
    min-height: 300px;
   	text-align: center;
   	position: relative;
   }
   .production{
   width: 800px;
   border: 1px solid rgba(0,0,0,0.2);
   background-color: #fff;
   border-radius: 5px;
   margin: 10px;
   height: 70px;
   position: relative;
   }
   .production img{
   width: 80px;
   position: absolute;
   left: 2px;
   top: 2px;
   height: 66px;
   }
   .production p{
   	position: absolute;
   	left: 120px;
   	top: 10px;
   	font-family: 'dejavu_sansbook';
   	font-size: 15px;
   	width: 200px;
   	text-align: left;
   }
   .size{
   	position: absolute;
	width: 55px;
	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: 12px;
}
.Amount{
	font-family: 'bpg_nino_medium_capsregular';
	font-weight: bold;
	width: 300px;
	height: 20px;
	text-align: left;
	margin-top: -10px;
	margin-left: 440px;
}
.cart_form_Zindex{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: block;
	background-color: transparent;
	display: none;
	background-image: url("/img/icons/loader.gif");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 30px 30px;
}
.final_Amount{
	width: 100px;
	height: 20px;
	border-radius: 10px;
	line-height: 22px;
	font-family: 'bpg_nino_medium_capsregular';
	font-weight: bold;
	border: 1px solid rgba(0,0,0,0.1);
	float: right;
	text-align: center;
	padding: 7px;
	margin-top: -12px;
}
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: 643px;
    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: 'bpg_nino_medium_capsregular';
	font-weight: bold;
	font-size: 16px;
	color: #000;
}
.cart_form ul li:nth-child(1){
	margin-left: 131px;
}
.cart_form ul li:nth-child(2){
	margin-left: 240px;
}
.cart_form ul li:nth-child(3){
	margin-left: 100px;
}

.calculation{
	width: 80px;
    height: 32px;
    padding: 0;
    margin: 0;
    margin-left: 602px;
    border: 1px solid rgba(0,0,0,0.1);
    color: #ff4646;
    font-size: 17px;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    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;
}
.shipping{
	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;
}
.aBooking{
	width: 200px;
	height: 50px;
	border: 2px solid #000000;
	background-color: #000000;
	border-radius: 10px;
	color: #fff;
	font-family: 'dejavu_sansextralight';
	font-weight: bold;
	font-size: 16px;
}
.aBooking:hover{
	color: #000000;
	border: 2px solid #000000;
	background-color: transparent;
	cursor: pointer;
}
.gz_text{
	width: 400px;
	margin: auto;
}
.gz_text b{
	color: #ff4646;
	margin-left: 100px;
	font-size: 14px;
}
.serder{
	width: 18px;
	height: 18px;
	margin-left: 10px;
	margin-top: -20px;
	position: absolute;
	cursor: pointer;
}
.continued{
	position: absolute;
	padding: 10px 15px;
	background-color: #70c04f;
	color: #fff;
	margin-top: 20px;
	font-size: 15px;
	border: 2px solid #70c04f;
	border-radius: 10px;
	right: 80px;
}
.continued:hover{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background-color: transparent;
	color: #70c04f;
}