.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url(../img/images/loader.gif) center no-repeat;
        background-color: rgba(0, 0, 0, 0);
        background-size: auto;
    background-color: #f1f2f3;
    background-size: auto;
    background-size: 10%;
    opacity: 0.9;
    display: none;
}

.place-order button {
    display: inline-block;
    text-align: center;
    font-size: 13px;
    height: 45px;
    line-height: 41px;
    padding: 0 20px;
    border: 2px solid #27AE61;
    border-radius: 2px;
    text-transform: uppercase;
    margin-top: 30px;
    background: #27AE61;
    color: #fff;
    width: 100%;
}

.black_color_btn {
    background: #323232;
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #fff;
    height: 45px;
    line-height: 45px;
    font-size: 13px;
    border: 2px solid #323232;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 20px 0 0;
}


.data-search {
    /*position: absolute;*/
    top: 0;
    right: 80px;
    background: #000;
    color: #fff;
    padding: 8px 20px;
    border-radius: 10px;
    font-size: 18px;
    font-family: Julius Sans One;
    font-weight: 600;
}