 /*
Theme Name: Apothecary Placard
Theme URI: https://thebeehiveonline.com/
Description: Apothecary Placard
Version: 1.0
Author: Elle
Author URI: http://codekittydesign.com/
Tags: Designs by Elle

	Apothecary Placard v1.0 
	https://thebeehiveonline.com/

*/

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 25px 5px;
  color: #1e0d05;
  font-family: 'Gentium Basic', serif;
  font-size: 17px;
}

#borderbox {
  width: 985px;
  margin: 50px auto 0;
  padding: 0;
}

a.menu, a:link.menu, a:active.menu, a:visited.menu {
  display: inline-block;
  background: #ecc358;
  padding: 2px 8px;
  margin: 0;
  font-weight: bold;
  color: #1e0d05;
  text-decoration: none;
}

a:hover.menu {
  color: #ecc358;
  background: #1e0d05;
  text-decoration: none;
}

a img {
  border: 0;
}

p {
  display: block;
  padding: 0 25px 5px;
  text-align: justify;
}

h1 { /* Menu Titles */
  display: block;
  padding: 3px 25px;
  margin: 0;
  font-family: 'Gentium Basic', serif;
  font-size: 17px;
  text-decoration: none;
  font-weight: bold;
}

h2 { /* Page Titles */
  padding: 0 0 15px;
  margin: 0;
  font-size: 30px;
  text-transform: uppercase;
}

h3 { /* Sub Page Titles */
  display: block;
  padding: 10px;
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
  background: #1e0d05;
  color: #ffffff;
}

/* Store Options */
td.menu-sgl-product .woocommerce ul.products li.product a img {
  display: none;
}

td.menu-sgl-product .woocommerce ul.products li.product h3 {
  background: none;
  font-size: 15px;
  color: #1e0d05;
  text-align: center;
  text-transform: none;
}

td.menu-sgl-product mark {
  display: none;
}

.prod-list h1.page-title {
  margin: 0;
  padding: 0;
  font-size: 24px;
}

.prod-list ul.products {
  list-style: none;
  margin: 15px 0 0;
  padding: 0;
}

.prod-list ul.products li.product {
  margin: 0;
  padding: 0;
  height: 160px;
}

.prod-list ul.products li.product h3 {
  font-weight: normal;
  text-align: center;
}

.prod-list ul.products li.product span.price {
  display: block;;
  padding: 10px 0;
  font-size: 18px;
  font-weight: normal;
  text-align: left;
  color: #1e0d05;
}

.prod-list ul.products li.product img {
  float: left;
  padding-right: 10px;
}

.prod-list ul.products li.product a {
  text-decoration: none;
}

.prod-list ul.products li.product a.button, .prod-list ul.products li.product a.added_to_cart {
  display: inline-block;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  margin: 0 auto;
  padding: 8px 15px;
  background: #ecc358;
  color: #1e0d05;
}

.prod-list ul.products li.product a.button:hover, .prod-list ul.products li.product a.added_to_cart:hover {
  color: #ecc358;
  background: #1e0d05;
}

.woocommerce-tabs ul {
  list-style: none;
  background: #1e0d05;
  padding: 8px 15px;
  margin: 25px 0;
}

.woocommerce-tabs ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.woocommerce-tabs ul li a {
  background: #1e0d05;
  padding: 8px 15px;
  color: #ffffff;
  text-decoration: none;
}

.woocommerce-tabs ul li a:hover, .woocommerce-tabs ul li.active a {
  background: #ffffff;
  color: #000000;
}

td.menu-sgl-product .woocommerce ul.products li.product, td.menu-sgl-product .woocommerce-page ul.products li.product {
  margin: 0;
}


.woocommerce-pagination ul.page-numbers {
  list-style: none;
  margin:  0;
  padding: 25px 0 0;
  border-top: 1px solid #1e0d05;
  text-align: center;
}

.woocommerce-pagination ul.page-numbers li {
  display: inline-block;
}

.woocommerce-pagination ul.page-numbers li span.current {
  padding: 2px 5px;
  background: #ffffff;
  color: #1e0d05;
}

.woocommerce-pagination ul.page-numbers li a.page-numbers {
  padding: 2px 5px;
  background: #1e0d05;
  color: #ffffff;
  text-decoration: none;
}

.woocommerce-pagination ul.page-numbers li a.page-numbers:hover {
  background: #ecc358;
  text-decoration: none;
}

.quantity {
  display: inline-block;
}
main#main {
    padding: 20px 40px;
}
.images {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.summary.entry-summary {
    display: inline-block;
}
.images img {
    width: 100%;
    height: auto;
}