/*shop items*/
.btn-cart {
    margin-top: 15px;
}

#shopWrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.article-container {
    flex-grow: 1;
    flex-basis: 0%;
}


.shoppingCart {
    margin-top: 8px;
}

.shoppingCart span {
    font-size: 10px;
}

.article-content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .article-content:before, .article-content:after {
        content: none;
    }

    .article-content > * {
        width: 500px;
        display: inline-block;
        vertical-align: top;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        margin-top: 0;
        word-wrap: break-word;
    }

.product-info div {
    white-space: normal;
}

.product-wrap .product-title, .product-wrap .description {
    background: none;
}

.product-wrap .product-title h5 {
     font-size: 15px;
    line-height: 19px;
    font-weight: 300;
}

.product-image {
    text-align: center;
    height: 100%;
}

.PromotionalPicture {
    font-size: 80px !important;
}

.img-responsive, .PromotionalPicture {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

@media (max-width: 1800px) and (min-width: 1550px) {
    .col-lg-6 {
        width: 60%;
    }
}

.shopCart .badge {
    position: absolute;
    top: -7px;
    background-color: #a90329;
}

.product-wrap {
    height: 100%;
}

.buyNow {
    margin-left: 26px !important;
}

@media (min-width: 991px) {
    .product-wrap {
        display: flex;
    }
}
