
    body {
        font-size: 22px !important;
        font-weight: 350;
        /* font-family: 'Open Sans',sans-serif; */
    }
    .header-bg {
    background: url("/static/gadgets/images/header-bg.png") no-repeat center center;
    background-size: cover;  
    }
    h1 {
        color: rgb(41, 41, 41);
        font-family: "Fjalla One", sans-serif;
        font-weight: 400;
        font-style: italic;
        line-height: 1.2;
        margin: 0px;
        padding: 10px 10px 0px 0px;
        text-shadow: transparent 0px 0px 0px;
    }
    a{
        text-decoration: none;
    }

    .btn {
        padding: 10px;
        font-weight: 700;
    }

    .alert-off {
        font-size: 16px;
        padding: 5px !important;
    }

    footer p {
        font-size: 12px;
    }

    .fs-8 {
        font-size: 14px;
    }

    .container-sm {
        max-width: 960px;
    }

    .offer-static, .video-container {
        justify-content: center;
        align-items: center;
        height: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        overflow: hidden;
        position: relative;
    }
    .star-wrapper{
        position: absolute;
        color: #fff;
        line-height: 1.8rem;
        font-size: 1.1rem;
        left: 0rem;
        padding: 0.4rem;
        top: 0rem;
        background-color: rgba(0, 0, 0, 0.3);
        border-radius: 0.5rem;
    }
    .rating {
    position: relative;
    top: -2px;
    white-space: nowrap;
}
.svg-inline--fa.fa-w-18 {
    width: 1.125em;
}
.rating .checked {
    color: #fed030;
}

    .products-gadgets img,
    video {
        width: 100%;
    }

    .logo {
        max-width: 200px;
    }
    li{
        list-style:none
    }
    input{
        border: #28a745 2px solid;
    }
    
    
    @media screen and (min-width: 769px) {
        .w-80 {
        min-width: 600px !important;
        }
    }