.singleeTop .FormTextField .form-control, .FormTextField .form-select {
    width: calc(50% - 30px);
    margin: 20px 10px;
    border-radius: 5px;
    border: 3px solid #DABF80;
    background: #F2F2F2;
    height: 54px;
    color: #767676;
    font-size: 20px;
    font-weight: 500;
}
.singleeTop .FormTextField .form-control1 {
    width: calc(100% - 20px);
    margin: 20px 10px;
    border-radius: 5px !important;
    border: 3px solid #DABF80 !important;
    background: #F2F2F2;
    height: 54px;
    color: #767676;
    font-size: 20px !important;
    font-weight: 500;
}

.Continue-shopping a
{
    border-radius: 50px;
    background: #DABF80;
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    padding: 13px 25px;
    min-width: 200px;
    display: inline-block;
    text-align: center;
    margin-left: 40%;
    margin-top: 3%;
}

.scheduleHomeForm p {
    margin: 40px 0;
    text-align: center;
}
.btn {
    border-radius: 50px;
    max-width: 250px;
    height: 54px;
    font-size: 20px;
    color: #000;
    font-weight: 500;
    letter-spacing: 2px;
    margin-left: 30%;
    margin-right: 30%;
}

.btn1 {
    border-radius: 50px;
    max-width: 290px;
    height: 54px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;

}
.singleeTop h1 {
    font-size: 48px;
    text-align: center;
    padding: 1rem 0 2rem 0;
    line-height: 1.2;
	margin-bottom: -2%;
}
/* #sidebar {
    position: relative;
    width: 100%;
} */

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 0em;
    margin-bottom: .125rem;
}
.form-check img {
    max-width: 100%;
    border: 0 none;
    height: auto;
    vertical-align: middle;
}
.filtertoggle .form-check {
    margin: 15px 0;
    display: block;
    width: 100%;
    align-items: center;
}
.rate {
    float: right;
}

.total {
    border-bottom: 1px solid #767676;
}
.filtertoggle .btn {
    border-radius: 50px;
    min-width: 190px;
    height: 40px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    letter-spacing: 2px;
    margin-left: 15%;
    margin-right: 30%;
}
.filtertoggle .btn:hover {
    color: #DABF80;
    background-color: #000;
}



@media screen and (max-width: 574px) {
    .singleTop h1 {
        font-size: 29px;
        text-align: center;
        padding: 1rem 0 2rem 0;
        line-height: 1.2;
    }
    .btn1{
        font-size: 12px !important;
        color: white;
    }
	.filtertoggle .btn {
    margin-left: 12% !important;

}
	
		.singleeTop .FormTextField .form-control1 {
    width: calc(100% - 10px) !important;
    margin: 5px 4px !important;
    border: 1px solid #DABF80 !important;
    color: #767676 !important;
    font-size: 10px !important;
    height: 40px !important;
}
}