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;
}




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;
}