.product {
    float: left;
    margin-bottom: 17px;
}

.product-inner {
    margin-left: 5.4545%;
    margin-right: 5.4545%;
}

.product_wrapper {
    margin-left: -1.8518%;
    margin-right: -1.8518%;
}

.product_wrapper .ipf-has-title {
    margin-top: 18px;
}

.product_wrapper .ipf-no-title {
    margin-top: 25px;
}

.product_wrapper:after {
    content: "";
    display: table;
    clear: both;
}

h2.ipf-title {
    margin-top: 25px;
}

.product-footer {
    background-color: #222222;
    padding: 7px 16px;
}

.product-footer:after {
    content: "";
    display: table;
    clear: both;
}

.product-footer-left {
    float: left;
    width: 50%;
}
.product-footer-right {
    float: left;
    width: 50%;
}

.product-img {
    position: relative;
    z-index: 3;
}

.product-days {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}

.container-single .post-entry a.product-btn,
a.product-btn {
    float: right;
    border: 1px solid #fff;
    padding: 6px 18px;
    line-height: 1.2;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    vertical-align: middle;
    text-align: center;
    margin-top: 1px;
    -webkit-transition: background 250ms ease-in-out;
    -moz-transition: background 250ms ease-in-out;
    -ms-transition: background 250ms ease-in-out;
    -o-transition: background 250ms ease-in-out;
    transition: background 250ms ease-in-out;
}

.product-img:before {
    background-color: rgba(0,0,0, 0.2);
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
}

.container-single .post-entry a.product-btn:focus,
.container-single .post-entry a.product-btn:hover,
a.product-btn:focus,
a.product-btn:hover {
    text-decoration: none;
    background-color: #fff;
    color: #222;
}

.container-single .post-entry a.product-name,
a.product-name {
    position: absolute;
    left: 0;
    right: 0;
    /* top: 0; */
    bottom: 0;
    display: block;
    color: #fff;
    padding: 16px 20% 16px 16px;
    line-height: 1.4;
    z-index: 4;
    font-size: 16px;
    font-weight: bold;
}

.container-single .post-entry a.product-name:focus,
.container-single .post-entry a.product-name:hover,
a.product-name:focus,
a.product-name:hover {
    text-decoration: none;
}

@media screen and (max-width: 600px) {
    .product {
        width: 100% !important;
    }

    .product-inner {
        margin-left: 0;
        margin-right: 0;
    }

    .product_wrapper {
        margin-left: 0;
        margin-right: 0;
    }
}
