/*
 Theme Name:   Hello Elementor Child
 Theme URI:    http://bestassignmenthelp.com/
 Description:  Hello Elementor Child Theme
 Author:       Sajjad Haider
 Author URI:   http://example.com/
 Template:     hello-elementor
 Version:      1.0.0
*/


/* Order Form Style */

.order_Review{
	margin-left: 30px;
	box-shadow: 0px 5px 8px 3px #80808024;
	background-color: #fff;
	position: sticky;
	top: 70px;
}
.order_Review h4{
	background-color: #2d4b2d;
    color: #fff;
    font-family: 'Inter';
    padding: 10px;
	text-align: center;
}
.order_Review .row{
	padding: 0px 12px;
}
.prc_value input{
	padding: 0px;
    border: none;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    font-family: 'Inter';
    text-align: right;
}
.prc_value input{
	padding: 0px !important;
    border: none !important;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    font-family: 'Inter';
    text-align: right;
	background-color: #fff0;
}
.prc_value #finalPrice{
	font-size: 18px;
	margin-left: 18px;
}
.Prc_label .Offer_Label{
	font-size: 11px;
    background-color: #6c9f6c;
    color: #fff;
    padding: 1px 5px;
    font-weight: 500;
    font-family: 'Inter';
    border-radius: 8px;
}
.Prc_label{
	font-size: 14px;
	font-weight: 500;
    font-family: 'Inter';
}
.order_Review .submit_btn{
	width: 100%;
    background: #FFC63B;
    color: #071d37;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Inter';
    box-shadow: 5px 4px;
    border: 1px solid #FFC63B;
    transition: .3s ease-in;
}
.parent_rw .col-md-8{
	padding: 30px;
    box-shadow: 1px 4px 8px 3px #f1f1f1bf;
	background-color: #fff;
}
.parent_rw .col-md-8 label{
	margin-bottom: 5px;
}

.hidden_span .d-block{
	font-size: 14px;
    color: #000;
    font-weight: 500;
    font-family: 'Inter';
}

.hidden_soan #type_info{
	font-size: 18px;
	background-color: #e1a600;
	margin-bottom: 8px;
}
.hidden_span #type_info{
	font-size: 18px;
	color: #e1a600;
	margin-bottom: 8px;
}

.colr_bg{
	background-color: #fdde0026;
}

.order_Review .form-control:focus{
	background-color: #fff0;
}
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover{background-color: #FFC63B; color: #071d37;}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover{
	background-color: #FFC63B !important; 
	color: #071d37 !important; 
	border: 1px solid #FFC63B !important; 
	box-shadow: none !important; 
	transform: translate(0.3rem, 0.1rem);
}
