div.product_info_wrapper h3 {
    padding-right: 0px !important;
}

body .product_info_wrapper .product_price button.btn {
    display: none !important;
}

div#wrap, div#products_wrapper div.product_article_mobile article {
    background: transparent !important;
}

.default-product-image {
    display: none;
}

body div#products_wrapper article div.product_info_wrapper {
    margin: 10px 0 0 0;
}

body div#products_wrapper .product_info_wrapper h3 {
    border: none;
    text-align: left;
    text-transform: none;
    color: #000000;
    font-size: 14px;
    padding-bottom: 2px;
}

body div#products_wrapper .product_info_wrapper .product_price {
    border: none;
    font-size: 14px;
    font-weight: normal;
    padding-top: 0 !important;
    padding-bottom: 5px !important;
}

/* Mobile */
@media (max-width: 767px) {
    body .row.shop-products-view-row {
        display: flex;
        flex-direction: column-reverse;
    }
    body .row.shop-products-view-row div#products_wrapper {
        padding-top: 0;
    }

    body .row.shop-products-view-row .shop-shopping-cart-small-col-frame {
        margin-top: -20px;
        display: flex;
        margin-bottom: 14px;
    }

    body #products_wrapper div.col-xs-12.col-lg-3 {
        padding-left: 0;
        padding-right: 0;
    }

    div div div#products_wrapper div.product_article article .product_info_wrapper {
        max-width: 100%;
    }
}

div div#products_wrapper div.product_article {
    width: 100%;
    margin-bottom: 0;
}

div div#products_wrapper div.product_article article {
    padding: 0px;
    background: rgba(0, 0, 0, 0) !important;
    min-height: 0;
    margin-bottom: 10px;
    max-width: 100%;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
}

div div div#products_wrapper div.product_article article .product_info_wrapper {
    max-width: 340px;
}

div#products_wrapper h3 {
    text-align: center;
}

body div div#products_wrapper div.product_article article .product_info_wrapper {
    max-width: inherit;
}

body div#products_wrapper .product_info_wrapper h3 {
    display: inline;
    font-size: 21px;
}

body div#products_wrapper .product_info_wrapper .product_price {
    font-size: 21px;
    text-align: right;
    float: right;
}

body div#products_wrapper .product_info_wrapper .product_price span {
    float: none!important;
    margin-left: 10px;
    position: relative;
    top: 3px;
}

body div#products_wrapper div.product_article article {
    border-color: black;
    padding-bottom: 7px;
}

body .product_info_wrapper .glyphicon-plus-sign::before {
    top: -2px;
    position: absolute;
    left: 0;
}

@media screen and (max-width: 767px) {
    body div#products_wrapper div.product_article article {
        padding-bottom: 7px;
    }

    body div#products_wrapper .product_info_wrapper h3 {
        display: inline-block;
        font-size: 14px;
        width: 170px;
    }

    body div#products_wrapper .product_info_wrapper .product_price {
        font-size: 14px;
        text-align: right;
        float: right;
    }
}

div#products_wrapper p.product_price span.glyphicon-plus-sign {
    font-size: 28px !important;
    margin-top: -12px !important;
    font-weight: bold;
    text-align: center;
    width: 24px;
    height: 24px;
    border-radius: 13px;
}

