/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 07 2024 | 19:36:22 */
.ast-site-title-wrap{
	display: none;
}

/* Form CSS */
.gform_required_legend{
	display: none;
}

.single-prod{
	position: absolute; 
	top: 100%;
}
.total-field{
	position: absolute;
	top: calc(100% + 100px);
}

.dom_credit_card  .gform_card_icon_container{
	    flex-direction: row-reverse;
    justify-content: flex-end;
}

.gform_wrapper.gravity-theme .gf_step_active .gf_step_number {
    display: none !important;
}
.gform_wrapper.gravity-theme .gf_step_number {
    display: none !important;
}
.gform_wrapper.gravity-theme .gf_step_label {
    white-space: nowrap !important;
    padding: 0px !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    color: #1e417d !important;
    line-height: 16px;
}
.gform_wrapper.gravity-theme .gf_page_steps{
	    text-align: center;
    border: 1px solid black !important;
    display: flex !important;
    justify-content: space-between !important;
    padding: 0px !important;
    background: #ffffff !important;
    margin-bottom: 35px !important;
}

.gf_step {
    padding: 20px 80px !important;
}

.gf_step_active {
    color: #fff !important;
    border: 1px solid black !important;
    margin: 0px !important;
    padding: 20px 80px !important;
    background: #dfe7f3 !important;
}

.gform_wrapper.gravity-theme .gf_step {
    display: inline-block !important;
    margin: -1px !important;
}



.gform-body #gform_fields_1 input,.gform-body select{
	
	height: auto;
	padding: 8px;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea,select {
	height: auto;
	padding: 8px;
    -webkit-appearance: none;
    color: #4A5568;
    border: 1px solid #CBD5E0;
    border-radius: 3px;
    padding:8px !important;
    max-width: 100%;
    background: #ffffff;
    box-shadow: 0px 0px 0px -7px rgba(0,0,0,0);
}

.gravity-theme.ui-datepicker .ui-datepicker-header select{
	padding: 0 22px 0 0 !important;
}

#gform_3 input[type="submit"]{
	visibility: hidden
}