.quantity_cont{
	
margin:20px 0px;	
text-align:center;
}




.under_header{
	
    padding-top: 200px;	
}



.remove_product{
	
text-align: center;
padding: 5px;
clear: both;
display: inline-block;
width: 85%;
height:30px;
margin-top:10px;
background:var(--red_bg);
border:0px;
	
}

.cart_price_currency{
	font-size:18px;
	font-family:arial;
	overflow:hidden;
	color:#ff0000;
	font-weight:bold;
	padding:5px;
	
}

.cart_price{
    color:var(--black);
    font-size: 15px;
    padding: 10px 5px;
    text-align: center !important;
    height: auto;
    line-height: 30px;
    margin-bottom: 10px;
}

.cart_title{
	
	max-height:90px;overflow:hidden;padding:5px;font-size:16px;font-weight:bold;overflow: hidden;display: block;margin-top:20px;display:block;	
}

.cart_color{
	
	color:var(--black);width: auto;display: inline-block;float:none;padding:5px;
	
}

.quantity{
    display: inline-block;
    padding: 4%;
    margin: 3%;
  
    height: 48px;
    width: 60px;
    color:#333;
    font-size: 26px;
    line-height: 30px;
    vertical-align: middle;
    border-radius: 5px;
	font-family:arial;
	background:#eee;
}


 #sp-message {
  box-sizing: border-box;
    color:var(--white);
    left: 50%;
    width: 80%;
    position: fixed;
    top: 200px;
    transform: translate(-50%, -50%);
    z-index: 10001;
    display: none;
    min-height: 20%;
    border-radius: 10px;
    background:rgba(255, 255, 255);
    padding: 20px;
	max-width:500px;
}



.sp-modal_overlay {
    background:rgba(0,0,0,0.65);
    height: 100%;
    right: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10001;
	display:none;
}

 .sp-modal_content {
    background:var(--white_bg);
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    box-sizing: border-box;
    color:var(--white);
    left: 50%;
	width:60%;
    padding: 1.875em;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10002;
	display:none;
	min-height: 20%;
    border-radius: 10px;
}


.form-horizontal .form-group{
	margin-right:0px;
	margin-left:0px;
	
}

.form-group{
	
		margin:0px 20px 30px 20px;
		
}
select option{
	
	height:50px;
}

.sticky-top{
	height: fit-content !important;
	z-index:999  !important;
}

input, select  {
width:100%;
height:45px !important;
padding:10px;
color:var(--black);
font-family:'cairo';
border:0px;

}


textarea{
font-family:'cairo';
height:200px;
padding:10px;	
width:100%;
color:var(--black);

}


.form-horizontal .control-label
{
	
	height:20px;
}


@media (max-width: 700px) {
	
	.form-horizontal .control-label
{
	
	min-height:30px;
	height:30px;
	text-align: left;
    width: 96%;
	
}

}
option{
padding:5%;	
height:20px;	
}



.add_quantity,.remove_quantity{
	display: inline-block;
	width: 35px;
	height: 40px;
	font-size: 24px;
	line-height: 10px;
	color:var(--white);
	background:var(--white_bg);
	border: 0px;
	margin: 10px auto;
	padding: 0;
	border-radius: 0;
	margin: 0px;
	background:var(--white_bg) !important;
	border: solid 1px #ccc;
	color:var(--black);
	}
	
	.add_quantity:hover,.remove_quantity:hover{
		background:var(--red_bg) !important;
		color:var(--white);
	}
	
	.remove_quantity{
		margin-left: 0%;
		margin-right: 0px;
	}

.quantity{
	display: inline-block;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	height: 40px !important;
	width: 40px !important;
	color:#333;
	font-size: 18px;
	line-height: 40px;
	vertical-align: middle;
	text-align: center;
	font-family: arial;
	padding: 0;
	margin: 0;
	border-radius: 0px;
}

.currency{
	color:#ff0000;
    font-size: 26px;
    text-align: center;
    margin-bottom: 5px;
    text-align: center;
    font-family: arial;
    padding: 0px;
}

#total_price_shipping,#total_price_shipping_bottom,#total_price_title{
	color:#ff0000;
	font-size:22px;
	text-align:center;
	margin-bottom:px;
	text-align:center;
	font-family:arial;
	padding-top:10px;
	padding-bottom:20px;
	display:inline-block;
}

#total_shipping,#total_price,#total_shipping_bottom,#total_price_bottom{
    color:#333;
    font-size: 14px;
    margin-bottom: 5px;
    text-align: left;
    padding: 0px 10px 0px 10px;
    margin-top: 10px;
    font-weight: bold;
    border-bottom: solid 1px #ddd;
}

.check_row{
	
	max-width:800px;
	color:#333;
	margin:0px auto;
	border-bottom:solid 1px #f3ebd4;
	padding-bottom:1px;
	background:var(--white_bg);

	
	
	
	
	visibility: visible; 
	animation-name: fadeInleft;
	box-sizing:border-box;
	padding:10px 5px;

	border-bottom:solid 1px #ddd;

	font-size:12px;
	
	
}

.check_row_bottom{
	
	max-width: 800px;
	color:#333;
	margin: 20px auto;
	padding-bottom: 1px;
	background:#ddd;
	border: solid 1px #ccc;
	
}



