.form-box{
    background-color: rgb(255, 255, 255);
    padding: 16px;
    border-radius: 8px;
    width: 100%;
    max-width: 400px;
    margin: auto;
    box-shadow: 0 1px 7px #0000001a, 0 4px 5px -2px #0000001f, 0 10px 15px -5px #0003 !important;
}
.image-box{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.box-text{
    font-size: 1.75rem !important;
}

.p-inputtext.p-inputtext-lg, .custom-select {
    font-size: 1.25rem !important;
    padding: .5rem .75rem !important;
}
.custom-select{
    margin-top: 20px;
    padding-right: 30px !important;
}
.custom-select-box{
    position: relative;
}
.custom-select-svg{
    position: absolute;
    top: 30px;
    right: 10px;
}
.p-inputtext, .custom-select {
    width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    color: #495057;
    background: #fff;
    padding: .5rem .5rem;
    border: 1px solid #ced4da;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s;
    appearance: none;
    border-radius: 6px;
}
.p-inputtext:focus, .custom-select:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 .2rem #FF131D;
    border-color: #FF131D;
}


.selectbutton-box{
    display: flex;
    width: 100%;
    gap: 10px;
    margin-top: 20px;
}
.boxbutton{
    background: #fff;
    border: 1px solid #ced4da;
    color: #495057;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s;
    padding: .5rem 1.25rem;
    font-size: 1rem;
    border-radius: 6px;
    width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
/* .boxbutton:hover{
    color: #fff;
    background: #FF131D;
    border: 1px solid #FF131D;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s;
    padding: .5rem 1.25rem;
    font-size: 1rem;
    border-radius: 6px;
    width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.boxbutton:focus{
    color: #fff;
    background: #FF131D;
    border: 1px solid #FF131D;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s;
    padding: .5rem 1.25rem;
    font-size: 1rem;
    border-radius: 6px;
    width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #FF131D, 0 1px 2px 0 #000;
} */
.boxbutton-active{
    color: #fff;
    background: #FF131D;
    border: 1px solid #FF131D;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s;
    padding: .5rem 1.25rem;
    font-size: 1rem;
    border-radius: 6px;
    width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #FF131D, 0 1px 2px 0 #000;
}
.surface-border{
    margin: 30px 0px;
    border: 1px solid rgb(211, 210, 210);
}
.boxbutton2{
    width: 80%;
    color: #fff;
    background: #FF131D;
    border: 1px solid #FF131D;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s;
    padding: .5rem 1.25rem;
    font-size: 1rem;
    border-radius: 6px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
}
.boxbutton2:hover{
    background: #fed403;
    color: #fff;
    border-color: #fed403;
    border: 1px solid #fed403;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s;
    padding: .5rem 1.25rem;
    font-size: 1rem;
    border-radius: 6px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

.boxbutton2:focus{
    background: #fed403;
    color: #fff;
    border-color: #fed403;
    border: 1px solid #FF131D;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s;
    padding: .5rem 1.25rem;
    font-size: 1rem;
    border-radius: 6px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #FF131D, 0 1px 2px 0 #000;
}
.boxbutton2div{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}


/*Quotes Modal*/
.modal-btn{
    padding: 10px;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 80%;
        margin: 1.75rem auto;
    }
}

.quotes-heading{
    font-weight: 700;
    font-size: 1.25rem;
}

.QUOTES-listing2{
    list-style: none !important;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;

}
.QUOTES-listing ul li{
    list-style: none !important;
    padding-right: 20px;
    border-right: 1px solid lightgray;
}
.custombutton{
    width: auto;
    font-size: 1.5rem !important;
    font-weight: 500 !important;
}
.form-box2{
    background-color: var(--surface-card) !important;
    padding: 1rem !important;
    box-shadow: 0 4px 10px #00000008, 0 0 2px #0000000f, 0 2px 6px #0000001f !important;
    border-radius: 6px !important;
}
.headinbox{
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
}
.formtext{
    margin-bottom: .5rem !important;
    font-size: 1.25rem !important;
    font-weight: 500 !important;
    color: #212121;
}
.formtext2{
    margin-bottom: 1rem !important;
    margin-top: 0rem !important;
    color: #757575;
}
.fromlisting{
    list-style: none !important;
    margin: 0rem !important;
    padding: 0rem !important;
    max-width: 250px;
    box-shadow: 0 4px 10px #00000008, 0 0 2px #0000000f, 0 2px 6px #0000001f !important;
    padding: 1rem !important;
    border-radius: 6px !important;
}
.listinchild{
    border-bottom-width: 1px !important;
    border-bottom-style: solid;
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
    padding-left: 0rem !important;
    padding-right: 0rem !important;
    align-items: center !important;
    justify-content: space-between !important;
    display: flex !important;
    border-color: #dfe7ef;
}
.list-item-text{
    font-weight: 500 !important;
    color: #757575;
}
.list-item-text2{
    font-weight: 500 !important;
    color: #212121 !important;
}

.form-button-div{
    border-bottom-width: 1px !important;
    border-bottom-style: solid;
    padding-left: 0rem !important;
    padding-right: 0rem !important;
    align-items: center !important;
    justify-content: space-between !important;
    display: flex !important;
    border-color: #dfe7ef !important;
    margin-top: 2rem !important;
}

.form-btns{
    margin-top: 0.5rem !important;
    align-items: center !important;
    justify-content: space-between !important;
    display: flex !important;
    max-width: 250px;
}
.Quotes-btn{
    max-width: 250px;
    width: 100%;
    font-size: .875rem;
    padding: .65625rem 1.09375rem;
    border-radius: 2rem;
    background-color: transparent;
    color: #FF131D;
    border: 1px solid;
    text-align: center;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: normal;
    margin-top: .5rem !important;
    display: inline-flex;
    cursor: pointer;
    user-select: none;
    align-items: center;
    vertical-align: bottom;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.Quotes-btn:hover{
    background: rgba(36, 56, 111, .04);
    color: #FF131D;
    border: 1px solid;
}
.Quotes-btn:hover{
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #FF131D, 0 1px 2px 0 #000;
}
.minus-btn{
    border: 1px solid gray;
    border-radius: 100%;
    height: 25px;
    border-radius: 50%;
}

.fromlisting-main{
    list-style: none !important;
    margin: 0rem !important;
    padding: 0rem !important;
    max-width: 250px;
    box-shadow: 0 4px 10px #00000008, 0 0 2px #0000000f, 0 2px 6px #0000001f !important;
    padding: 1rem !important;
    border-radius: 6px !important;
}

.quotes-box-listing{
    list-style: none !important;
    margin: 0rem !important;
    padding: 0rem !important;
}
.hidebtn{
    display: none;
}
.cart_name{
    position: relative;
    width: fit-content;
}
.cart_round{
    position: absolute;
    height: 30px;
    width: 30px;
    background-color: #FF131D;
    top: -10px;
    right: -10px;
    border-radius: 100%;
    padding: 5px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cart_btn{
    gap: 20px;
    padding: 0px 15px;
}
.hideCart{
    display: none;
}
