/* elegant-themes stuff - start */
.et_pb_shop_grid .woocommerce .products .product h3{
 text-align: center;
}

.et_pb_shop_grid .woocommerce .product .price{
text-align: center;
}

.et_shop_image img{
  border: 2px solid #E4E4E4;
    border-radius: 5px;
}

#sb_instagram .sb_instagram_header{
  display: none;
}

.cww-insta {
    margin: 0 0 1em 0;
    letter-spacing: .15em;
    font-weight: 300;
    padding-bottom: 1.2em;
    text-align: center;
    background: url(../../themes/divi-child/images/dotted-div.png) center bottom repeat-x;
}

/* elegant-themes stuff - finish */

/* woo stuff - start */
.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3{
    text-align: center;
}

#et-top-navigation .et-cart-info{
font-size: 14px;
}

@media (max-width: 770px) {

  table.cart th, #main-content table.cart th, table.cart td, #main-content table.cart td, table.cart tr, #main-content table.cart tr, #content-area table tr, #content-area table td, #content-area table th{
  max-width: inherit;
  }

  .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td{
    max-width: inherit;
  }

  actions .button {
  float: left !important;
  width: 68% !important
  }

  #et-top-navigation .et-cart-info {
      padding-right: 8px;
  }
}
/* woo stuff - finish */