.pincode-field {
    display: flex;
    margin: 10px 0;
}.pincode-check {
    width: 66%;
    margin: 30px 0 0;
}
.pincode-check label {
    font-size: 14px;
    letter-spacing: 0;
}
/*p.free_del:before {
    content: "";
    background-size: 25px !important;
    background: url(/media/wysiwyg/home/free_delivery.png);
    background-repeat: no-repeat;
    padding: 10px 14px 0;
    vertical-align: sub;
} */
p.free_return:before {
    content: "";
    background-size: 25px !important;
    background: url(/media/wysiwyg/home/return.png);
    background-repeat: no-repeat;
    padding: 10px 14px 0;
    vertical-align: sub;
}
.pincode-check label:before{
    content: "";
    background-size: 25px !important;
    background: url(../images/truck_delivery.svg);
    background-repeat: no-repeat;
    padding: 4px 16px 0;
}
#pincode-check {
    color: #fff;
    border-radius: 2px;
    border: 1px solid #c2c2c2 !important;
    font-size: 14px !important;
    padding: 8px 25px !important;
    background: #000 !important;
    margin: 0 0 0 6px;
    text-transform: uppercase;
}
.pincode-field input {
    border-right: 0;
    height: 50px;
    border: 1px solid gainsboro;
    background: #fff !important;
}
#pincode-avail .pincode_avail{
    color: green;
}
#pincode-avail .pincode_notavail{
    color: red;
}
#pincode-avail h3{
    font-size: 12px;
}.pincode_avail::after {
    content: "\f058";
    font-family: 'FontAwesome' !important;
    padding: 0px 4px 0 0;
    font-size: 14px;
}
.pincode_notavail::before {
    content: "\f00d";
    font-family: 'FontAwesome' !important;
    padding: 0px 4px 0 0;
    font-size: 14px;
}
@media only screen and (max-width: 768px) {
    .pincode-section{
        display: initial !important;
    }
    .pincode-check{
        margin: 22px 0;
        width: 100% !important;
    }
    input#pincode {
        height: 50px;
    }
}