
.enquiry-popup .price-enquiry,
.close-enquiry{
text-align:center;
padding:.618em 1em;
font-weight:700;
border-radius:3px;
line-height:1;
z-index:1;
transition:all 500ms ease}

.enquiry-popup .price-enquiry{background-color:#00d1f9;color:#fff!important}
.archive .enquiry-popup{position:absolute;top:-80px;left:0;right:0;max-width:360px;width:80%;margin:auto;background:#000;padding:20px;z-index:9999}
.archive .enquiry-popup h3 {color:#f2f2f2;font-size: 1.1rem;padding-bottom: 0.4rem;}
.archive .wpe-subtitle{color:#6ae6fd;font-size:1.1rem;line-height:1.1}
.archive .wpe-form-row label {color:#f1f1f1}

.wpe-form-row label {
    display: block;
    margin-bottom:1px;
    font-weight: 600;
    font-size: 14px;
    color: #333;
    text-align: left;
}


.wpe-actions{
    margin-top: 1rem;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}


.single-product .enquiry-form-ajax{background:#f9f9f9;}
.enquiry-form-ajax{padding:0.4rem}
.star-required{color:#ff7171;font-size: 1rem}
.wpe-form-row input, 
.wpe-form-row textarea {
    display: block;
    width: 100%;
}

.enquiry-popup textarea{resize:none;padding:0.8rem}

@media(min-width:992px){
.archive .enquiry-popup{position:fixed;top:5%}
}
