/*--------------------------------------------------------------
# WooCommerce Archive
--------------------------------------------------------------*/
.woocommerce .woocommerce-ordering {
  float: left;
  margin-right: 20px;
  margin-bottom: 40px;
  cursor: pointer; }
  .woocommerce .woocommerce-ordering .ordering-selector-wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.85em;
    display: block;
    border: 1px solid #d3d3d3;
    padding: 10px 25px;
    line-height: 1em;
    position: relative; }
    .woocommerce .woocommerce-ordering .ordering-selector-wrapper .current {
      display: inline-block; }
    .woocommerce .woocommerce-ordering .ordering-selector-wrapper .north-icon-next {
      float: right;
      margin: 0 -3px 0 10px;
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
    .woocommerce .woocommerce-ordering .ordering-selector-wrapper .ordering-dropdown {
      list-style: none;
      margin: 0;
      position: absolute;
      z-index: 999;
      top: 100%;
      left: -1px;
      right: -1px;
      border: 1px solid #d3d3d3;
      background: white;
      padding: 5px 0;
      display: none;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07); }
      .woocommerce .woocommerce-ordering .ordering-selector-wrapper .ordering-dropdown li {
        cursor: pointer;
        white-space: nowrap;
        padding: 15px 25px;
        color: #888;
        position: relative; }
        .woocommerce .woocommerce-ordering .ordering-selector-wrapper .ordering-dropdown li:hover {
          color: #292929; }
    .woocommerce .woocommerce-ordering .ordering-selector-wrapper:hover .ordering-dropdown {
      display: block; }

.woocommerce .woocommerce-result-count {
  float: left;
  color: #b1b1b1;
  font-family: "Droid Serif", sans-serif;
  font-size: 0.85em;
  padding-top: 8px; }

.woocommerce #main ul.products li.product {
  margin: 0 3.8% 2.992em 0;
  width: 30.8%;
  text-align: center; }
  .woocommerce #main ul.products li.product.last {
    margin-right: 0; }
  .woocommerce #main ul.products li.product h3 {
    color: #292929;
    margin-top: 0; }
  .woocommerce #main ul.products li.product .star-rating {
    margin: 0 auto 0.5em auto; }
  .woocommerce #main ul.products li.product .price {
    font-family: "Droid Serif", sans-serif;
    color: #c75d5d; }

/*--------------------------------------------------------------
# WooCommerce Element Styles
--------------------------------------------------------------*/
.woocommerce button.button.alt,
.woocommerce #review_form #respond .form-submit input,
.woocommerce .woocommerce-message .button,
.woocommerce .products .button {
  font-weight: normal;
  background: transparent;
  border-radius: 0px;
  font-size: 0.85em;
  border: 1px solid #303030;
  padding: 10px 30px;
  line-height: 1em;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  color: #292929;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-shadow: none;
  -webkit-transition: 0.085s;
  -moz-transition: 0.085s;
  transition: 0.085s; }
  .woocommerce button.button.alt:hover,
  .woocommerce #review_form #respond .form-submit input:hover,
  .woocommerce .woocommerce-message .button:hover,
  .woocommerce .products .button:hover {
    background: #a94346;
    border-color: #a94346;
    color: #ffffff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.075);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); }
  .woocommerce button.button.alt .north-icon-cart,
  .woocommerce #review_form #respond .form-submit input .north-icon-cart,
  .woocommerce .woocommerce-message .button .north-icon-cart,
  .woocommerce .products .button .north-icon-cart {
    float: left;
    margin: -0.1em 0.5em 0 0;
    font-size: 1.2em; }

.woocommerce .woocommerce-message {
  border-top-color: #c75d5d;
  background: #fbfbfb;
  padding: 0; }
  .woocommerce .woocommerce-message .button {
    float: right;
    font-size: 0.7em;
    padding: 10px 20px;
    margin: -5px 0; }

/*--------------------------------------------------------------
# WooCommerce Product
--------------------------------------------------------------*/
.woocommerce.single #content div.product .entry-thumbnail {
  float: left;
  width: 35%; }

.woocommerce.single #content div.product .entry-content-wrapper {
  margin-left: 35%;
  padding-left: 25px; }

.woocommerce.single #content div.product .cart .quantity {
  display: inline-block;
  float: left;
  margin: -1px 6px 0 0; }
  .woocommerce.single #content div.product .cart .quantity input {
    padding: 5px 6px; }

.woocommerce.single #content div.product p.price {
  margin: 0;
  float: right;
  color: #c75d5d;
  font-family: "Droid Serif", sans-serif;
  font-size: 1.2em; }

.woocommerce.single #content div.product div.entry-summary {
  margin-top: 0;
  width: 54%; }

.woocommerce.single #content div.product div.images {
  width: 42%; }

.woocommerce.single #content div.product .woocommerce-product-rating .woocommerce-review-link {
  color: #565656;
  text-decoration: none;
  font-size: 0.9em; }
  .woocommerce.single #content div.product .woocommerce-product-rating .woocommerce-review-link:hover {
    text-decoration: underline; }

.woocommerce.single #content div.product .woocommerce-tabs .tabs {
  padding-left: 0;
  margin-left: 0;
  border-bottom: none !important; }
  .woocommerce.single #content div.product .woocommerce-tabs .tabs li {
    border: 1px solid #d3d3d3;
    background: transparent;
    border-radius: 0;
    font-size: 0.9em;
    margin: 0 10px 0 0; }
    .woocommerce.single #content div.product .woocommerce-tabs .tabs li a {
      color: #292929;
      font-weight: normal; }
    .woocommerce.single #content div.product .woocommerce-tabs .tabs li.active {
      background: #c75d5d;
      border-color: #c75d5d; }
      .woocommerce.single #content div.product .woocommerce-tabs .tabs li.active a {
        color: #fff;
        font-weight: normal; }
    .woocommerce.single #content div.product .woocommerce-tabs .tabs li:before, .woocommerce.single #content div.product .woocommerce-tabs .tabs li:after {
      display: none !important; }
  .woocommerce.single #content div.product .woocommerce-tabs .tabs:before, .woocommerce.single #content div.product .woocommerce-tabs .tabs:after {
    display: none !important; }

.woocommerce.single #content div.product .woocommerce-tabs .panel > *:first-child {
  margin-top: 0; }

.woocommerce.single #content div.product .product-under-title-meta {
  margin-top: -0.5em;
  color: #565656;
  font-size: 0.8em;
  margin-bottom: 1em;
  line-height: 1.4em; }

.woocommerce.single #content div.product #comments h2 {
  margin-top: 0;
  color: #292929;
  font-size: 1.3em; }

/*--------------------------------------------------------------
# WooCommerce Reviews
--------------------------------------------------------------*/
.woocommerce #reviews #comments ol.commentlist {
  padding-left: 0; }
  .woocommerce #reviews #comments ol.commentlist li img.avatar {
    border: 0;
    padding: 0;
    width: 60px;
    height: 60px; }
  .woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin-left: 85px;
    border: none;
    padding: 0; }
