body{
    font-size: 15px;
}
#recentBox {
    width: 280px;
    padding: 15px;
    height: auto;
    position: fixed;
    z-index: 500;
    left: 15px;
    bottom: -115px;
    background: #fff;
    display: none;
    -webkit-box-shadow: 0px 0px 5px #000;
    box-shadow: 0px 0px 5px #000;
}

#recentImg {
    width: 80px;
    height: auto;
    float: left;
}

#recentText {
    width: calc(100% - 95px);
    height: auto;
    float: left;
    font-size: 13px;
    font-family: 'Open Sans';
    margin-left: 15px;
}

#stickyTop {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    display: none;
    z-index: 400;
    -webkit-box-shadow: 0px 3px 5px #777;
    box-shadow: 0px 3px 5px #777;
    background: #fff;
    padding: 10px 0px;
}

#stickyInner {
    width: 1000px;
    height: auto;
    margin: 0 auto;
}

#stickyImg {
    width: 65px;
    height: 65px;
    float: left;
}

#stickyText {
    width: 500px;
    height: auto;
    float: left;
    margin-left: 25px;
    font-family: 'Montserrat', sans-serif;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    padding-top: 7px;
}

#stickyButton {
    width: 300px;
    height: auto;
    background: #8bdf2d;
    border-radius: 5px;
    border: 1px solid #8bd834;
    color: #fff;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    padding: 12px;
    cursor: pointer;
    float: right;
    margin-top: 4px;
}

#stickyButton:hover {
    background: #5b9f0e;
    border: 1px solid #5b9f0e;
}


#stickyArrow {
    width: 65px;
    height: 65px;
    float: right;
    margin-right: 15px;
}

#stickyBottom {
    display: none;
}

@media screen and (max-width: 900px) {
    #stickyTop {
        display: none !important;
    }

    #stickyBottom {
        display: block;
        width: 100%;
        height: auto;
        position: fixed;
        bottom: 0;
        z-index: 400;
        -webkit-box-shadow: 0px -2px 3px #666;
        box-shadow: 0px -2px 3px #666;
        background: #fff;
        padding: 7px 0px;
    }

    #stickyImgm {
        width: 45px;
        height: 45px;
        float: right;
        margin-right: 3%;
    }

    #stickyTextm {
        width: calc(94% - 60px);
        height: auto;
        float: left;
        font-family: 'Montserrat', sans-serif;
        color: #666;
        font-size: 14px;
        font-weight: 400;
        margin-left: 3%;
        text-align: left;
        padding-top: 2px;
    }

    #stickyButtonm {
        width: 94%;
        height: auto;
        margin: 0 auto;
        margin-top: 5px;
        background: #227da9;
        border-radius: 5px;
        border: 1px solid #156b94;
        color: #fff;
        text-align: center;
        font-family: 'Open Sans', sans-serif;
        font-size: 20px;
        font-weight: 700;
        padding: 7px 0px;
        cursor: pointer;
    }
}


footer{
    background: #20222e;
    color: #fff;
}

.footer a, .footer p{
    color: #fff;
}

body{
    overflow-x: hidden;
}

.top-bar, .product-features, .reviews{
    overflow: hidden;
}

.dcma{
    padding-top: 20px;
}

.owl-dots{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 110px;
    margin: auto;
}