﻿/*center absolute loader start*/

.loader-tenk {
    position: fixed;
    z-index: 99999;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 150px;
    width: 150px;
}

    /* Transparent Overlay */
    .loader-tenk:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: white;
    }

/*center absolute loader end*/

.footer .logo__img {
    display: block;
    padding-bottom: 0px;
}

.campaign-title {
    text-align: center;
}

.campaign-img {
    padding: 30px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-group-lg > .btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    height: 46px;
    border: 1px solid #E3E4E8;
    width: 100%;
    margin-bottom: 24px;
    padding: 0 12px;
    border-radius: .25rem 0 0 .25rem;
}

.input-phone {
    border-radius: 0 .25rem .25rem 0;
}

.footer__widgets {
    padding: 45px 0;
}

.section-buttons {
    margin-bottom: 25px;
}

.entry__article-wrap {
    margin-top: 0px;
    margin-bottom: 40px;
}

.shop-float {
    position: fixed;
    width: 120px;
    height: 30px;
    top: 55px;
    right: 15px;
    background-color: #0ba14b;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 999999;
}

    .shop-float a:hover, a:focus {
        text-decoration: none;
        color: #FFF;
    }

.my-float {
    margin-top: 7px;
}
