.page-title-wrapper {
    padding: 60px 0;
    position: relative;
    text-align: center;
    background: url(../img/bg_breadcrumb.jpg)!important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    text-align: center;
    margin-bottom: 90px;
}

.container {
        margin-top: 20px!important;
    }

.js-product-miniature.style_product2 .add-to-links li.cart button.ajax_add_to_cart_button, .js-product-miniature.style_product2 .add-to-links li.cart span.ajax_add_to_cart_button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #3f2011!important;
  color: #fff!important;
  font-weight: 400;
  padding: 0;
  border: none;
  line-height: 2.25rem;
  height: 2.25rem;
  width: 2.25rem;
  border-radius: 50%;
  cursor: pointer;
  font-size: 0;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.js-product-miniature.style_product2 .add-to-links li.cart button.ajax_add_to_cart_button:hover, .js-product-miniature.style_product2 .add-to-links li.cart span.ajax_add_to_cart_button:hover {
  color: #ffffff;
  background: #000!important;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
