a {
    text-decoration: none;
}
.freebie-container {
    display: flex;
    align-items: center;
    margin: 10px 0px;
    padding: 10px 0px 20px 0px;
    padding-right: 0px;
    width: 100%;
    max-width: 850px;
    border-bottom: 1px solid #e0e0e0;
}
.freebie-container:last-of-type {
    border-bottom:none;
}
.freebie-image {
    width: 20%;
    height: 100%;
    float: left;
    display: inline-block;
    vertical-align: top;
}
.freebie-image img {
    width: 100%;
    max-width: 200px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    vertical-align: top;
}
.text-box{
    width: 56%;
    margin: 0 2%;
    height: auto;
    text-align: center;
    display: inline-block;
    float: left;
    display: inline-block;
}

.freebie-titles {
    float: left;
    width: 100%;
    text-align: center;
}
.freebie-titles h2 {
    width: 100%;
    margin-bottom: 10px;
    font-family: 'kanitbold_italic', Helvetica;
    font-size: 28px;
}
.freebie-titles h4 {
    width: 100%;
    font-family: 'robotoregular', Helvetica;
    color: #141414;
    margin: 10px 0px;
}
.freebie-right {
    width: 20%;
    float: right;
    text-align: center;
    display: inline-block;
}
.freebie-right p {
    width: 100%;
    margin-top: 7px;
    margin-bottom: 2%;
    font-family: 'robotoregular', Helvetica;
    font-size: 25px;
    text-align: center;
}
.freebie-right .addToCart {
    /*background-color: #1F9DFF;*/
    color: #ffffff;
    padding: 10px 10px 10px 10px;
    border: none;
    margin-top: 4%;
    border-radius: 3px;
    font-family: 'robotoregular', Helvetica;
    font-size: 13px;
    text-align: center;
}
.freebie-container .itemButton{    
    float: initial;
    margin-top: 8px;
    display: inline-block;
}
a button {
    color: #FFFFFF;
}
.freebie-right select {
    width: 110px;
    padding: 5px 1px 5px 1px;
    border-radius: 3px;
    margin: 8px 0px;
}

.freebie-right .addToCart:hover {
    /*background-color: #0071CE;*/
}
.qualify {
    display: inline-block;
    margin-top: -10px;
}
.single_line {
    width: auto;
}
.qualify_price{
    color: red;
    font-size: 28px;
    font-family: 'robotoregular', Helvetica;
}
#space {
    float: left;
    width: 5px;
}

.teaser a {
    color: #000;
}

@media (max-width: 795px) {
    .freebie-image {
        margin-right: 0px;
        width: 100px;
    }
    .text-box{
        margin: 0px 0px 15px 5px;
    }
    .freebie-titles h2 {
        font-size: 21px;
    }
}
@media (max-width: 777px) {
    .freebie-container {
        display: inline-block;
        width: 100%;
        height: auto;
        max-width: 600px;
        min-height: 190;
    }
    .freebie-image {
        height: auto;
        max-width: 35%;
    }
    /*.freebie-image img {
        margin-top: 35px;
    }*/
    .text-box{
        width: 76%;
    }
    .freebie-titles {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0;
    }
    .freebie-titles h2 {
        margin: 0px;
        font-size: 30px;
    }
    .freebie-titles h4 {
        margin: 0px;
        margin-top: 10px;
    }
    .freebie-right {
        width: 100%;
    }
    .qualify {
        display: block;
        margin-top: 10px;
        width: 100%;
        text-align: center;
    }
    .single_line {
        width: auto;
        float: none;
        font-weight: bold;
    }

    .qualify_price{
        margin-bottom: 0;
        float: none;
    }
    #space {
        display: none;
    }
}
@media (max-width: 435px) {
    .freebie-container {
        display: inline-block;
        align-items: initial;
        width: 100%;
        height: auto;
        max-width: 410px;
        min-height: 170px;
    }
    .freebie-image {
        float: left;
        width: 40%;
        display: block;
        margin-left: unset;
        margin-right: unset;
    }
    .freebie-right {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .freebie-right p {
        width: 34%;
        margin-top: 7px;
        margin-bottom: 2%;
        font-family: 'robotoregular', Helvetica;
        font-size: 25px;
        text-align: center;
        float: left;
    }
    .freebie-image img {
        margin-top: 0px;
    }

    .freebie-titles h2 {
        float: left;
        width: 100%;    
        margin: 0px;
        margin-bottom: 10px;
        font-size: 20px;
    }
    .text-box{
        width: 62%;
        float: left;
    }

}