.impulse-items-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    border-bottom: 1px solid #ccc;
    padding-bottom: 0px;
}
a {
    text-decoration: none;
}
.freebie-container {
    align-items: center;
    margin: 10px 0px;
    /* margin-right: 28px; */
    padding: 10px 0px 20px 0px;
    padding-right: 0px;
    width: 150px;
    min-height: 300px;
}
.freebie-container:last-of-type {
    border-bottom:none;
}
.freebie-image {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.freebie-image img {
    width: 87%;
    max-width: 200px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    vertical-align: top;
}
.text-box{
    width: 100%;
    margin: 0 2%;
    height: auto;
    text-align: left;
    display: inline-block;
}

.freebie-titles {
    float: left;
    width: 100%;
    text-align: left;
}
.freebie-titles h2 {
    width: 100%;
    margin-bottom: 10px;
    font-family: 'kanitbold_italic', Helvetica;
    font-size: 14px;
    height: 38px;
}

.teaser .freebie-titles h4 {
    height: 85px;
}
.freebie-titles h4 {
    width: 100%;
    height: 55px;
    font-family: 'robotoregular', Helvetica;
    color: #141414;
    margin: 10px 0px;
    font-size: 12px;
    font-weight: normal;
}
.freebie-right {
    width: 80%;
    display: block;
}

.freebies-right select {
    font-size: 14px;
}

.freebie-right p {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: 'robotoregular', Helvetica;
    font-size: 18px;
}
.freebie-right .addToCart {
    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: 119%;
    padding: 5px 1px 5px 1px;
    border-radius: 3px;
    margin: 8px 0px;
}

.freebie-spacer {
    width: 100%; 
    height:47px
}
.qualify {
    display: inline-block;
    margin-top: 53px;
    margin-bottom: 0;
    font-family: 'roboto-medium';
    font-size: 12px;
}
.single_line {
    width: auto;
}
.qualify_price{
    color: red;
    font-size: 24px;
    font-family: 'robotoregular', Helvetica;
}
#space {
    float: left;
    width: 5px;
}

.teaser a {
    color: #000;
}

.teaser .freebie-right .addToCart {
    margin-top: 60px;
}

.also-bought .thumb-container{
    float: left;
}

@media only screen and (max-width: 567px) {
    .impulse-items-container {
        justify-content: center;
        margin-right: 20px;
    }
  }