.product-floating-bar { display: none; position: fixed; left: 0; right: 0; bottom: 0; background: #fff; box-shadow: 0 0 2px rgba(0,0,0,0.15); padding: 15px 0; z-index: 10 }
.product-floating-bar .pfb-wrapper { display: relative; }
.product-floating-bar .pfb-wrapper .pfb-close { position: absolute; top: 10px; right: 20px; color: #888; z-index: 9; padding: 5px; }
.product-floating-bar .h2 { font-size: 1.25rem; margin: 0; }
.product-floating-bar img { margin-bottom: 0; }
@media(max-width: 767px) {
    .product-floating-bar { text-align: center; }
    .product-floating-bar .product-price { margin-bottom: 10px; }
}
@media(min-width: 768px) {
    .product-floating-bar .btn-buy { float: right; }
}