.biggsoil-ordering-wrapper {
    background-color: #fff;
    box-shadow: 0 104px 104px -40px rgba(0, 0, 0, .2);
    margin: 0;
    padding: 5%;
    border-radius: 4px;
    position: relative;
}

.biggsoil-ordering-wrapper:before {
    content: '';
    display: block;
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../assets/best-price-2.svg) no-repeat center center;
    background-size: 100% auto;
    width: 230px;
    height: 45px;
}

@media (max-width: 350px) {
    .biggsoil-ordering-wrapper:before {
        width: 210px;
    }
}

.control-wrapper {
    margin: 4px 0;
}

#location-wrapper.control-wrapper,
#quantity-wrapper.control-wrapper {
    display: flex;
    align-content: center;
    justify-content: space-between;
    width: 100%;
}

#location-wrapper.control-wrapper .item,
#quantity-wrapper.control-wrapper .item {
    width: 48%;
}

.control-wrapper label {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    color: #A6191B;
}

.control-wrapper select,
.control-wrapper input[type=text],
.control-wrapper input[type=number] {
    width: 100%;
    margin-bottom: 10px;
}

.biggsoil-ordering-wrapper input[type="submit"],
.biggsoil-ordering-wrapper #reset {
    border: 0 none;
}

.biggsoil-ordering-wrapper input[type="submit"]:hover,
.biggsoil-ordering-wrapper #reset:hover {
    opacity: .9;
}

.biggsoil-ordering-wrapper input[type="submit"] {
    /*background: #388E3C;*/
    background: #A6191B;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: normal;
    font-size: 24px;
    width: 100%;
    margin-top: 8px;
}

.biggsoil-ordering-wrapper input[type="submit"]:disabled {
    opacity: .5;
    cursor: not-allowed;
}

.biggsoil-ordering-wrapper #reset {
    background: rgba(0, 0, 0, .1);
}

.lock-txt {
    text-align: center;
    color: #fff !important;

}

.lock-img {
    display: block;
    margin: 0 auto;
    width: 150px;
}

#response {
    color: #333;
    display: none;
}

.loader {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 5%;
    background: #0000001c;
    border-radius: 5px;
}

.secure {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
}

.secure img {
    display: block;
    margin-right: 10px;
}

.secure span {
    font-size: 11px;
    line-height: normal;
    color: #333;
    font-weight: normal;
}

.gd-auto-diesel {
    max-width: 80%;
}

.gd-auto-diesel p:first-child {
    margin-top: 20px;
}

.gd-auto-diesel p {
    font-size: 24px;
    line-height: 33px;
    color: #000000;
}

.gd-auto-diesel p.gd-phone a {
    color: #000000;
    display: flex;
    align-items: center;
}

.gd-auto-diesel p.gd-phone a svg {
    margin-right: 10px;
}

@media (max-width: 550px) {
    .gd-auto-diesel p {
        font-size: 16px;
        line-height: 20px;
    }

    .secure {
        padding-top: 15px;
        padding-bottom: 15px;
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .secure span {
        display: block;
        padding-top: 5px;
    }

    .eael-lightbox-popup-window.eael-lightbox-popup-window-450157c .eael-lightbox-container {
        padding: 50px 20px !important;
    }

    .elementor-790 .elementor-element.elementor-element-65e261c .elementor-heading-title {
        font-size: 20px !important;
    }
}