@charset "UTF-8";
/**
 * Deprecated
 * Fallback for bourbon equivalent
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include transform(scale(1.5));`
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include box-sizing(border-box);`
 */
/**
 * Objects
 */
/**
 * WooCommerce CSS Variables
 */
/**
 * _animation.scss
 * Custom WooCommerce Animations.

@include keyframes( spin ) {
	100% {
		@include transform( rotate(360deg) );
	}
}
 */
/**
 * _fonts.scss
 * Custom WooCommerce fonts.
 */
@font-face {
  font-family: 'star';
  src: url("../fonts/star.eot");
  src: url("../fonts/star.eot?#iefix") format("embedded-opentype"), url("../fonts/star.woff") format("woff"), url("../fonts/star.ttf") format("truetype"), url("../fonts/star.svg#star") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'WooCommerce';
  src: url("../fonts/WooCommerce.eot");
  src: url("../fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("../fonts/WooCommerce.woff") format("woff"), url("../fonts/WooCommerce.ttf") format("truetype"), url("../fonts/WooCommerce.svg#WooCommerce") format("svg");
  font-weight: normal;
  font-style: normal; }
.woocommerce-account .woocommerce {
  *zoom: 1; }
  .woocommerce-account .woocommerce:before, .woocommerce-account .woocommerce:after {
    content: " ";
    display: table; }
  .woocommerce-account .woocommerce:after {
    clear: both; }
.woocommerce-account .addresses .title {
  *zoom: 1; }
  .woocommerce-account .addresses .title:before, .woocommerce-account .addresses .title:after {
    content: " ";
    display: table; }
  .woocommerce-account .addresses .title:after {
    clear: both; }
  .woocommerce-account .addresses .title h3 {
    float: left; }
  .woocommerce-account .addresses .title .edit {
    float: right; }
.woocommerce-account ol.commentlist.notes li.note p.meta {
  font-weight: 700;
  margin-bottom: 0; }
.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
  margin-bottom: 0; }
.woocommerce-account ul.digital-downloads {
  margin-left: 0;
  padding-left: 0; }
  .woocommerce-account ul.digital-downloads li {
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
    .woocommerce-account ul.digital-downloads li:before {
      font-family: 'WooCommerce';
      speak: none;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      margin-right: .618em;
      content: "";
      text-decoration: none; }
    .woocommerce-account ul.digital-downloads li .count {
      float: right; }

.woocommerce-account .woocommerce-MyAccount-navigation {
  float: left;
  width: 30%; }
.woocommerce-account .woocommerce-MyAccount-content {
  float: right;
  width: 68%; }

.woocommerce-breadcrumb {
  *zoom: 1;
  margin: 0 0 1em;
  padding: 0;
  font-size: 0.625rem;
  text-transform: uppercase;
  color: #777;
  text-align: right; }
  .woocommerce-breadcrumb:before, .woocommerce-breadcrumb:after {
    content: " ";
    display: table; }
  .woocommerce-breadcrumb:after {
    clear: both; }
  .woocommerce-breadcrumb a {
    color: #777; }

.single-product .woocommerce-breadcrumb {
  text-align: left;
  padding: 0 1rem; }

.woocommerce-cart .entry-content,
.woocommerce-checkout .entry-content,
#add_payment_method .entry-content {
  text-align: center; }
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail,
#add_payment_method table.cart .product-thumbnail {
  min-width: 32px; }
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img,
#add_payment_method table.cart img {
  width: 32px;
  box-shadow: none; }
.woocommerce-cart table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-checkout table.cart th,
.woocommerce-checkout table.cart td,
#add_payment_method table.cart th,
#add_payment_method table.cart td {
  vertical-align: middle; }
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text,
#add_payment_method table.cart td.actions .coupon .input-text {
  float: left;
  box-sizing: border-box;
  border: 1px solid #d3ced2;
  padding: 6px 6px 5px;
  margin: 0 4px 0 0;
  outline: 0;
  line-height: 1; }
.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input,
#add_payment_method table.cart input {
  margin: 0;
  vertical-align: middle;
  line-height: 1; }
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout,
#add_payment_method .wc-proceed-to-checkout {
  *zoom: 1;
  padding: 1em 0; }
  .woocommerce-cart .wc-proceed-to-checkout:before, .woocommerce-cart .wc-proceed-to-checkout:after,
  .woocommerce-checkout .wc-proceed-to-checkout:before,
  .woocommerce-checkout .wc-proceed-to-checkout:after,
  #add_payment_method .wc-proceed-to-checkout:before,
  #add_payment_method .wc-proceed-to-checkout:after {
    content: " ";
    display: table; }
  .woocommerce-cart .wc-proceed-to-checkout:after,
  .woocommerce-checkout .wc-proceed-to-checkout:after,
  #add_payment_method .wc-proceed-to-checkout:after {
    clear: both; }
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
  .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
  #add_payment_method .wc-proceed-to-checkout a.checkout-button {
    display: block;
    text-align: center;
    margin-bottom: 1em;
    font-size: 1.25em;
    padding: 1em; }
.woocommerce-cart .cart-collaterals .shipping_calculator .button,
.woocommerce-checkout .cart-collaterals .shipping_calculator .button,
#add_payment_method .cart-collaterals .shipping_calculator .button {
  width: 100%;
  float: none;
  display: block; }
.woocommerce-cart .cart-collaterals .shipping_calculator .shipping-calculator-button:after,
.woocommerce-checkout .cart-collaterals .shipping_calculator .shipping-calculator-button:after,
#add_payment_method .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
  font-family: 'WooCommerce';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: .618em;
  content: "";
  text-decoration: none; }
.woocommerce-cart .cart-collaterals .cart_totals p small,
.woocommerce-checkout .cart-collaterals .cart_totals p small,
#add_payment_method .cart-collaterals .cart_totals p small {
  color: #777;
  font-size: 0.83em; }
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table,
#add_payment_method .cart-collaterals .cart_totals table {
  border-collapse: separate;
  margin: 0 0 6px;
  padding: 0; }
  .woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,
  .woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,
  .woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th,
  .woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,
  #add_payment_method .cart-collaterals .cart_totals table tr:first-child th,
  #add_payment_method .cart-collaterals .cart_totals table tr:first-child td {
    border-top: 0; }
  .woocommerce-cart .cart-collaterals .cart_totals table th,
  .woocommerce-checkout .cart-collaterals .cart_totals table th,
  #add_payment_method .cart-collaterals .cart_totals table th {
    width: 40%; }
  .woocommerce-cart .cart-collaterals .cart_totals table td,
  .woocommerce-cart .cart-collaterals .cart_totals table th,
  .woocommerce-checkout .cart-collaterals .cart_totals table td,
  .woocommerce-checkout .cart-collaterals .cart_totals table th,
  #add_payment_method .cart-collaterals .cart_totals table td,
  #add_payment_method .cart-collaterals .cart_totals table th {
    vertical-align: top;
    border-left: 0;
    border-right: 0;
    line-height: 1.5em; }
  .woocommerce-cart .cart-collaterals .cart_totals table small,
  .woocommerce-checkout .cart-collaterals .cart_totals table small,
  #add_payment_method .cart-collaterals .cart_totals table small {
    color: #777; }
  .woocommerce-cart .cart-collaterals .cart_totals table select,
  .woocommerce-checkout .cart-collaterals .cart_totals table select,
  #add_payment_method .cart-collaterals .cart_totals table select {
    width: 100%; }
.woocommerce-cart .cart-collaterals .cart_totals .discount td,
.woocommerce-checkout .cart-collaterals .cart_totals .discount td,
#add_payment_method .cart-collaterals .cart_totals .discount td {
  color: #77a464; }
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th,
#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th {
  border-top: 1px solid #ebe9eb; }
.woocommerce-cart .cart-collaterals .cross-sells div.products div.product,
.woocommerce-checkout .cart-collaterals .cross-sells div.products div.product,
#add_payment_method .cart-collaterals .cross-sells div.products div.product {
  margin-top: 0; }
.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address,
#add_payment_method .checkout .col-2 h3#ship-to-different-address {
  float: left;
  clear: none; }
.woocommerce-cart .checkout .col-2 .notes,
.woocommerce-checkout .checkout .col-2 .notes,
#add_payment_method .checkout .col-2 .notes {
  clear: left; }
.woocommerce-cart .checkout .col-2 .form-row-first,
.woocommerce-checkout .checkout .col-2 .form-row-first,
#add_payment_method .checkout .col-2 .form-row-first {
  clear: left; }
.woocommerce-cart .checkout .create-account small,
.woocommerce-checkout .checkout .create-account small,
#add_payment_method .checkout .create-account small {
  font-size: 11px;
  color: #777;
  font-weight: normal; }
.woocommerce-cart .checkout div.shipping-address,
.woocommerce-checkout .checkout div.shipping-address,
#add_payment_method .checkout div.shipping-address {
  padding: 0;
  clear: left;
  width: 100%; }
.woocommerce-cart .checkout .shipping_address,
.woocommerce-checkout .checkout .shipping_address,
#add_payment_method .checkout .shipping_address {
  clear: both; }
.woocommerce-cart #payment,
.woocommerce-checkout #payment,
#add_payment_method #payment {
  background: #ebe9eb;
  border-radius: 5px; }
  .woocommerce-cart #payment ul.payment_methods,
  .woocommerce-checkout #payment ul.payment_methods,
  #add_payment_method #payment ul.payment_methods {
    *zoom: 1;
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid #d3ced2;
    margin: 0;
    list-style: none outside; }
    .woocommerce-cart #payment ul.payment_methods:before, .woocommerce-cart #payment ul.payment_methods:after,
    .woocommerce-checkout #payment ul.payment_methods:before,
    .woocommerce-checkout #payment ul.payment_methods:after,
    #add_payment_method #payment ul.payment_methods:before,
    #add_payment_method #payment ul.payment_methods:after {
      content: " ";
      display: table; }
    .woocommerce-cart #payment ul.payment_methods:after,
    .woocommerce-checkout #payment ul.payment_methods:after,
    #add_payment_method #payment ul.payment_methods:after {
      clear: both; }
    .woocommerce-cart #payment ul.payment_methods li,
    .woocommerce-checkout #payment ul.payment_methods li,
    #add_payment_method #payment ul.payment_methods li {
      line-height: 2;
      text-align: left;
      margin: 0;
      font-weight: normal;
      *zoom: 1; }
      .woocommerce-cart #payment ul.payment_methods li:before, .woocommerce-cart #payment ul.payment_methods li:after,
      .woocommerce-checkout #payment ul.payment_methods li:before,
      .woocommerce-checkout #payment ul.payment_methods li:after,
      #add_payment_method #payment ul.payment_methods li:before,
      #add_payment_method #payment ul.payment_methods li:after {
        content: " ";
        display: table; }
      .woocommerce-cart #payment ul.payment_methods li:after,
      .woocommerce-checkout #payment ul.payment_methods li:after,
      #add_payment_method #payment ul.payment_methods li:after {
        clear: both; }
      .woocommerce-cart #payment ul.payment_methods li input,
      .woocommerce-checkout #payment ul.payment_methods li input,
      #add_payment_method #payment ul.payment_methods li input {
        margin: 0 1em 0 0; }
      .woocommerce-cart #payment ul.payment_methods li img,
      .woocommerce-checkout #payment ul.payment_methods li img,
      #add_payment_method #payment ul.payment_methods li img {
        vertical-align: middle;
        margin: -2px 0 0 .5em;
        padding: 0;
        position: relative;
        box-shadow: none; }
      .woocommerce-cart #payment ul.payment_methods li img + img,
      .woocommerce-checkout #payment ul.payment_methods li img + img,
      #add_payment_method #payment ul.payment_methods li img + img {
        margin-left: 2px; }
  .woocommerce-cart #payment div.form-row,
  .woocommerce-checkout #payment div.form-row,
  #add_payment_method #payment div.form-row {
    padding: 1em; }
  .woocommerce-cart #payment div.payment_box,
  .woocommerce-checkout #payment div.payment_box,
  #add_payment_method #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0 1em 0;
    font-size: 0.92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #dfdcde;
    color: #515151; }
    .woocommerce-cart #payment div.payment_box input.input-text, .woocommerce-cart #payment div.payment_box textarea,
    .woocommerce-checkout #payment div.payment_box input.input-text,
    .woocommerce-checkout #payment div.payment_box textarea,
    #add_payment_method #payment div.payment_box input.input-text,
    #add_payment_method #payment div.payment_box textarea {
      border-color: #c7c1c6;
      border-top-color: #bbb3b9; }
    .woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,
    .woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder,
    #add_payment_method #payment div.payment_box ::-webkit-input-placeholder {
      color: #bbb3b9; }
    .woocommerce-cart #payment div.payment_box :-moz-placeholder,
    .woocommerce-checkout #payment div.payment_box :-moz-placeholder,
    #add_payment_method #payment div.payment_box :-moz-placeholder {
      color: #bbb3b9; }
    .woocommerce-cart #payment div.payment_box :-ms-input-placeholder,
    .woocommerce-checkout #payment div.payment_box :-ms-input-placeholder,
    #add_payment_method #payment div.payment_box :-ms-input-placeholder {
      color: #bbb3b9; }
    .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,
    .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods,
    #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods {
      list-style: none outside;
      margin: 0; }
      .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
      .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
      .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
      .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
      #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
      #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new {
        margin: 0 0 .5em 0; }
        .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
        .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
        .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
        .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
        #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
        #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label {
          cursor: pointer; }
      .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
      .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
      #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
        vertical-align: middle;
        margin: -3px 1em 0 0;
        position: relative; }
    .woocommerce-cart #payment div.payment_box .wc-credit-card-form,
    .woocommerce-checkout #payment div.payment_box .wc-credit-card-form,
    #add_payment_method #payment div.payment_box .wc-credit-card-form {
      border: 0;
      padding: 0;
      margin: 1em 0 0; }
    .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,
    .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,
    .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,
    .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number,
    .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
    .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,
    #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,
    #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,
    #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc {
      font-size: 1.5em;
      padding: 8px;
      background-repeat: no-repeat;
      background-position: right .618em center;
      background-size: 32px 20px; }
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa {
        background-image: url(../images/icons/credit-cards/visa.svg); }
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard {
        background-image: url(../images/icons/credit-cards/mastercard.svg); }
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser {
        background-image: url(../images/icons/credit-cards/laser.svg); }
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub {
        background-image: url(../images/icons/credit-cards/diners.svg); }
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro {
        background-image: url(../images/icons/credit-cards/maestro.svg); }
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb {
        background-image: url(../images/icons/credit-cards/jcb.svg); }
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex {
        background-image: url(../images/icons/credit-cards/amex.svg); }
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover {
        background-image: url(../images/icons/credit-cards/discover.svg); }
    .woocommerce-cart #payment div.payment_box span.help,
    .woocommerce-checkout #payment div.payment_box span.help,
    #add_payment_method #payment div.payment_box span.help {
      font-size: .857em;
      color: #777;
      font-weight: normal; }
    .woocommerce-cart #payment div.payment_box .form-row,
    .woocommerce-checkout #payment div.payment_box .form-row,
    #add_payment_method #payment div.payment_box .form-row {
      margin: 0 0 1em; }
    .woocommerce-cart #payment div.payment_box p:last-child,
    .woocommerce-checkout #payment div.payment_box p:last-child,
    #add_payment_method #payment div.payment_box p:last-child {
      margin-bottom: 0; }
    .woocommerce-cart #payment div.payment_box:before,
    .woocommerce-checkout #payment div.payment_box:before,
    #add_payment_method #payment div.payment_box:before {
      content: "";
      display: block;
      border: 1em solid #dfdcde;
      /* arrow size / color */
      border-right-color: transparent;
      border-left-color: transparent;
      border-top-color: transparent;
      position: absolute;
      top: -.75em;
      left: 0;
      margin: -1em 0 0 2em; }
  .woocommerce-cart #payment .payment_method_paypal .about_paypal,
  .woocommerce-checkout #payment .payment_method_paypal .about_paypal,
  #add_payment_method #payment .payment_method_paypal .about_paypal {
    float: right;
    line-height: 52px;
    font-size: 0.83em; }
  .woocommerce-cart #payment .payment_method_paypal img,
  .woocommerce-checkout #payment .payment_method_paypal img,
  #add_payment_method #payment .payment_method_paypal img {
    max-height: 52px;
    vertical-align: middle; }

.order_details {
  *zoom: 1;
  margin: 0 0 1.5em;
  list-style: none; }
  .order_details:before, .order_details:after {
    content: " ";
    display: table; }
  .order_details:after {
    clear: both; }
  .order_details li {
    float: left;
    margin-right: 2em;
    text-transform: uppercase;
    font-size: 0.715em;
    line-height: 1;
    border-right: 1px dashed #d3ced2;
    padding-right: 2em;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none; }
    .order_details li strong {
      display: block;
      font-size: 1.4em;
      text-transform: none;
      line-height: 1.5; }
    .order_details li:last-of-type {
      border: none; }

table.cart img,
#content table.cart img {
  height: auto; }
table.cart td.actions,
#content table.cart td.actions {
  text-align: right; }
  table.cart td.actions .input-text,
  #content table.cart td.actions .input-text {
    width: 160px; }
  table.cart td.actions .coupon,
  #content table.cart td.actions .coupon {
    float: left; }
    table.cart td.actions .coupon label,
    #content table.cart td.actions .coupon label {
      display: none; }

.cart-collaterals {
  *zoom: 1;
  width: 100%; }
  .cart-collaterals:before, .cart-collaterals:after {
    content: " ";
    display: table; }
  .cart-collaterals:after {
    clear: both; }
  .cart-collaterals .related {
    width: 30.75%;
    float: left; }
  .cart-collaterals .cross-sells {
    width: 48%;
    float: left; }
    .cart-collaterals .cross-sells div.products {
      float: none; }
      .cart-collaterals .cross-sells div.products li {
        width: 48%; }
  .cart-collaterals .shipping_calculator {
    width: 48%;
    *zoom: 1;
    clear: right;
    float: right; }
    .cart-collaterals .shipping_calculator:before, .cart-collaterals .shipping_calculator:after {
      content: " ";
      display: table; }
    .cart-collaterals .shipping_calculator:after {
      clear: both; }
    .cart-collaterals .shipping_calculator .col2-set .col-1,
    .cart-collaterals .shipping_calculator .col2-set .col-2 {
      width: 47%; }
  .cart-collaterals .cart_totals {
    float: right;
    width: 48%; }

form .form-row {
  padding: 3px;
  margin: 0 0 6px; }
  form .form-row [placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity 0.5s 0.5s ease;
    transition: opacity 0.5s 0.5s ease;
    opacity: 0; }
  form .form-row label {
    line-height: 2; }
  form .form-row label.hidden {
    visibility: hidden; }
  form .form-row label.inline {
    display: inline; }
  form .form-row select {
    cursor: pointer;
    margin: 0; }
  form .form-row .required {
    color: red;
    font-weight: 700;
    border: 0; }
  form .form-row .input-checkbox {
    display: inline;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle; }
  form .form-row input.input-text,
  form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: 1; }
  form .form-row textarea {
    height: 4em;
    line-height: 1.5;
    display: block;
    box-shadow: none; }
  form .form-row .select2-container {
    width: 100%;
    line-height: 2em; }
  form .form-row.woocommerce-invalid label {
    color: #a00; }
  form .form-row.woocommerce-invalid .select2-container,
  form .form-row.woocommerce-invalid input.input-text,
  form .form-row.woocommerce-invalid select {
    border-color: #a00; }
  form .form-row.woocommerce-validated .select2-container,
  form .form-row.woocommerce-validated input.input-text,
  form .form-row.woocommerce-validated select {
    border-color: #69bf29; }
  form .form-row ::-webkit-input-placeholder {
    line-height: normal; }
  form .form-row :-moz-placeholder {
    line-height: normal; }
  form .form-row :-ms-input-placeholder {
    line-height: normal; }

form.login,
form.checkout_coupon,
form.register {
  border: 1px solid #d3ced2;
  padding: 20px;
  margin: 2em 0 2em 0px;
  text-align: left;
  border-radius: 5px; }

ul#shipping_method {
  list-style: none outside;
  margin: 0;
  padding: 0; }
  ul#shipping_method li {
    margin: 0;
    padding: .25em 0 .25em 22px;
    text-indent: -22px;
    list-style: none outside; }
    ul#shipping_method li input {
      margin: 3px 0.5ex; }
    ul#shipping_method li label {
      display: inline; }
  ul#shipping_method .amount {
    font-weight: 700; }

p.woocommerce-shipping-contents {
  margin: 0; }

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  padding: 1em 2em 1em 3.5em !important;
  margin: 0 0 2em !important;
  position: relative;
  background-color: #f7f6f7;
  color: #515151;
  border-top: 3px solid #a46497;
  list-style: none outside !important;
  *zoom: 1;
  width: auto;
  word-wrap: break-word; }
  .woocommerce-message:before, .woocommerce-message:after,
  .woocommerce-error:before,
  .woocommerce-error:after,
  .woocommerce-info:before,
  .woocommerce-info:after {
    content: " ";
    display: table; }
  .woocommerce-message:after,
  .woocommerce-error:after,
  .woocommerce-info:after {
    clear: both; }
  .woocommerce-message:before,
  .woocommerce-error:before,
  .woocommerce-info:before {
    font-family: "WooCommerce";
    content: "\e028";
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em; }
  .woocommerce-message .button,
  .woocommerce-error .button,
  .woocommerce-info .button {
    float: right; }
  .woocommerce-message li,
  .woocommerce-error li,
  .woocommerce-info li {
    list-style: none outside !important;
    padding-left: 0 !important;
    margin-left: 0 !important; }

.woocommerce-message {
  border-top-color: #8fae1b; }
  .woocommerce-message:before {
    content: "\e015";
    color: #8fae1b; }

.woocommerce-info {
  border-top-color: #1e85be; }
  .woocommerce-info:before {
    color: #1e85be; }

.woocommerce-error {
  border-top-color: #b81c23; }
  .woocommerce-error:before {
    content: "\e016";
    color: #b81c23; }

.woocommerce-pagination {
  display: block;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: .25rem;
  *zoom: 1; }
  .woocommerce-pagination:before, .woocommerce-pagination:after {
    content: " ";
    display: table; }
  .woocommerce-pagination:after {
    clear: both; }

.woocommerce-pagination ul,
.woocommerce-pagination ul li {
  display: inline-block;
  margin-bottom: 0; }

.woocommerce-pagination li:first-child span {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.woocommerce-pagination li:first-child a,
.woocommerce-pagination li:first-child span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.woocommerce-pagination a,
.woocommerce-pagination span {
  position: relative;
  float: left;
  padding: .5rem .75rem;
  line-height: 1.5;
  color: #333;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 12px;
  text-transform: uppercase; }

.woocommerce-pagination a:focus,
.woocommerce-pagination a:hover {
  background-color: #eceeef;
  border-color: #ddd; }

.woocommerce-pagination span.current,
.woocommerce-pagination span.current:focus,
.woocommerce-pagination span.current:hover {
  z-index: 2;
  cursor: default;
  background-color: #f5f5f5;
  border-color: #ddd; }

.woocommerce-pagination .next,
.woocommerce-pagination .prev {
  margin-top: 0; }

.woocommerce-pagination ul.page-numbers {
  padding: 0; }

.single-product .product-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .single-product .product-content .images {
    max-width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    padding: 1rem;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .single-product .product-content .images {
        max-width: 50%;
        -webkit-flex-basis: 50%;
            -ms-flex-preferred-size: 50%;
                flex-basis: 50%; } }
    .single-product .product-content .images a {
      display: block; }
  .single-product .product-content .thumbnails {
    *zoom: 1; }
    .single-product .product-content .thumbnails:before, .single-product .product-content .thumbnails:after {
      content: " ";
      display: table; }
    .single-product .product-content .thumbnails:after {
      clear: both; }
    .single-product .product-content .thumbnails a {
      float: left;
      width: 100%;
      margin-bottom: 1em;
      display: block; }
    .single-product .product-content .thumbnails a.last {
      margin-right: 0; }
    .single-product .product-content .thumbnails a.first {
      clear: both; }
    .single-product .product-content .thumbnails.columns-1 a {
      width: 100%;
      margin-right: 0;
      float: none; }
    .single-product .product-content .thumbnails.columns-2 a {
      width: 48%; }
    .single-product .product-content .thumbnails.columns-4 a {
      width: 22.05%; }
    .single-product .product-content .thumbnails.columns-5 a {
      width: 16.9%; }
  .single-product .product-content .summary {
    max-width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    padding: 1rem; }
    @media (min-width: 768px) {
      .single-product .product-content .summary {
        max-width: 50%;
        -webkit-flex-basis: 50%;
            -ms-flex-preferred-size: 50%;
                flex-basis: 50%; } }

.product-content {
  margin-bottom: 0;
  position: relative; }
  .product-content .product-title {
    clear: none;
    margin-top: 0;
    padding: 0;
    font-weight: 700;
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-bottom: .5rem; }
  .product-content .product-meta a {
    color: black;
    text-transform: uppercase;
    font-size: .8rem; }
  .product-content p {
    margin-bottom: 1rem; }
  .product-content .entry-product-description {
    margin: 3rem 0;
    max-width: 100%; }
  .product-content .single_add_to_cart_button {
    color: white;
    background: black;
    width: 100%;
    max-width: 320px;
    border: 0;
    border-radius: 2px;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 1;
    padding: 1rem;
    text-transform: uppercase; }
  .product-content .woocommerce-review-link {
    color: black;
    font-size: .8rem; }
  .product-content .woocommerce-main-image {
    width: 75%;
    float: right; }
  @media (max-width: 768px) {
    .product-content .woocommerce-main-image {
      width: 100%; }
    .product-content .thumbnails {
      display: none; } }
  .product-content .price {
    font-size: 2.2rem;
    color: black;
    font-weight: 300;
    font-family: 'Arial',sans-serif;
    line-height: 1.1;
    margin-bottom: 1rem;
    display: block; }
    .product-content .price ins {
      background: inherit;
      font-weight: 700;
      text-decoration: none; }
    .product-content .price del {
      opacity: 0.5;
      font-size: 1rem; }
  .product-content .related, .product-content .attributes {
    margin: 1rem 0;
    max-width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    padding: 1rem;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee; }
    .product-content .related h4, .product-content .attributes h4 {
      font-size: 1rem;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: 300;
      margin: 1rem 0; }
    @media (min-width: 768px) {
      .product-content .related, .product-content .attributes {
        max-width: 50%;
        -webkit-flex-basis: 50%;
            -ms-flex-preferred-size: 50%;
                flex-basis: 50%; } }
  .product-content .related .product {
    padding-top: 0; }
  .product-content .woocommerce-Reviews-title {
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem; }
  .product-content .stock {
    color: #77a464;
    font-size: 1rem;
    text-transform: uppercase; }
  .product-content .out-of-stock {
    color: red; }
  .product-content .woocommerce-product-rating {
    margin-bottom: .5em; }
  .product-content .images {
    margin-bottom: 2em; }
    .product-content .images img {
      display: block;
      width: 100%;
      height: auto;
      box-shadow: none; }
    .product-content .images .thumbnails {
      padding-right: 1em;
      float: left;
      width: 25%; }
  .product-content .social {
    text-align: right;
    margin: 0 0 1em; }
    .product-content .social span {
      margin: 0 0 0 2px; }
      .product-content .social span span {
        margin: 0; }
      .product-content .social span .stButton .chicklets {
        padding-left: 16px;
        width: 0; }
    .product-content .social iframe {
      float: left;
      margin-top: 3px; }
  .product-content p.cart {
    margin-bottom: 1em;
    *zoom: 1; }
    .product-content p.cart:before, .product-content p.cart:after {
      content: " ";
      display: table; }
    .product-content p.cart:after {
      clear: both; }
  .product-content form.cart {
    margin-bottom: 1em;
    *zoom: 1; }
    .product-content form.cart:before, .product-content form.cart:after {
      content: " ";
      display: table; }
    .product-content form.cart:after {
      clear: both; }
    .product-content form.cart div.quantity {
      float: left;
      margin: 0 4px 0 0; }
    .product-content form.cart table {
      border-width: 0 0 1px 0; }
      .product-content form.cart table td {
        padding-left: 0; }
      .product-content form.cart table div.quantity {
        float: none;
        margin: 0; }
      .product-content form.cart table small.stock {
        display: block;
        float: none; }
    .product-content form.cart .variations {
      margin-bottom: 1em;
      border: 0;
      width: 100%; }
      .product-content form.cart .variations label {
        font-weight: 700;
        text-transform: uppercase;
        color: #7d7d7d;
        font-size: 0.8rem; }
      .product-content form.cart .variations .value select {
        margin-bottom: 0; }
    .product-content form.cart .woocommerce-variation-description p {
      margin-bottom: 1em; }
    .product-content form.cart .reset_variations {
      visibility: hidden;
      font-size: 0.8em;
      color: #7d7d7d; }
    .product-content form.cart .wc-no-matching-variations {
      display: none; }
    .product-content form.cart .button {
      vertical-align: middle;
      float: left; }
    .product-content form.cart .group_table td.label {
      padding-right: 1em;
      padding-left: 1em; }
    .product-content form.cart .group_table td {
      vertical-align: top;
      padding-bottom: .5em;
      border: 0; }

.onsale {
  position: absolute;
  top: 5px;
  right: 15px;
  display: inline-block;
  text-align: center;
  color: #fff;
  background: #D32F2F;
  font-size: 14px;
  line-height: 1;
  padding: 8px;
  width: 84px;
  text-transform: uppercase; }

.products .product h3 {
  padding: .5em 0;
  margin: 0;
  font-size: 1em; }
.products .product a {
  text-decoration: none; }
.products .product a img {
  width: 100%;
  height: auto;
  display: block;
  padding: 0 0 1em;
  box-shadow: none;
  border-bottom: 1px solid #eee; }
.products .product strong {
  display: block; }
.products .product .star-rating {
  font-size: .857em;
  color: gold; }
.products .product .button {
  margin-top: 1em; }
.products .product .price {
  color: black;
  display: block;
  font-weight: normal;
  margin-bottom: .5em;
  font-size: .857em; }
  .products .product .price del {
    color: inherit;
    opacity: 0.5; }
  .products .product .price ins {
    background: none;
    font-weight: 700; }
  .products .product .price .from {
    font-size: 0.67em;
    margin: -2px 0 0 0;
    text-transform: uppercase;
    color: rgba(132, 132, 132, 0.5); }

@media (min-width: 768px) {
  .columns-1 div.products div.product {
    width: 100%;
    margin-right: 0; }

  .columns-2 div.products div.product {
    width: 50%; }

  .columns-3 div.products div.product {
    width: 33%; }

  .columns-4 div.products div.product {
    width: 25%; }

  .columns-5 div.products div.product {
    width: 20%; }

  .columns-6 div.products div.product {
    width: 14%; } }
.woocommerce-result-count {
  float: left;
  margin: 0 0 1em; }

.woocommerce-ordering {
  float: right;
  margin: 0 0 1em; }
  .woocommerce-ordering select {
    vertical-align: top; }

.orderby {
  margin-bottom: 0; }

.products {
  clear: both;
  /*
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  */
  *zoom: 1; }
  .products:before, .products:after {
    content: " ";
    display: table; }
  .products:after {
    clear: both; }
  .products .product {
    padding: 5px;
    position: relative;
    width: 100%; }
  @media (min-width: 414px) {
    .products .product {
      width: 50%; } }
  @media (min-width: 768px) {
    .products .product {
      width: 33%; } }
  @media (min-width: 1024px) {
    .products .product {
      width: 20%; } }
  .products .product-wrapper {
    padding: 10px;
    border: 4px solid #fafafa;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .products .product-wrapper:hover {
      border: 4px solid rgba(159, 130, 74, 0.7); }

@media (min-width: 1024px) {
  .no-sidebar .products .product {
    width: 20%; } }
.product-category.product mark {
  background-color: transparent; }
.product-category.product h3 {
  margin: 0;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 400;
  text-transform: uppercase; }
.product-category.product p {
  font-size: 12px;
  font-style: italic;
  color: #5b5b5b; }

.term-description, .page-description {
  margin: 2rem 0; }

#reviews h2 small {
  float: right;
  color: #777;
  font-size: 15px;
  margin: 10px 0 0 0; }
  #reviews h2 small a {
    text-decoration: none;
    color: #777; }
#reviews h3 {
  margin: 0; }
#reviews #respond {
  margin: 0;
  border: 0;
  padding: 0; }
#reviews #comment {
  height: 75px; }
#reviews #comments .add_review {
  *zoom: 1; }
  #reviews #comments .add_review:before, #reviews #comments .add_review:after {
    content: " ";
    display: table; }
  #reviews #comments .add_review:after {
    clear: both; }
#reviews #comments h2 {
  clear: none; }
#reviews #comments ol.commentlist {
  *zoom: 1;
  margin: 0;
  width: 100%;
  background: none;
  list-style: none; }
  #reviews #comments ol.commentlist:before, #reviews #comments ol.commentlist:after {
    content: " ";
    display: table; }
  #reviews #comments ol.commentlist:after {
    clear: both; }
  #reviews #comments ol.commentlist li {
    padding: 0;
    margin: 0 0 20px;
    border: 0;
    position: relative;
    background: 0;
    border: 0; }
    #reviews #comments ol.commentlist li .meta {
      color: #777;
      font-size: 0.75em; }
    #reviews #comments ol.commentlist li img.avatar {
      float: left;
      position: absolute;
      top: 0;
      left: 0;
      padding: 3px;
      width: 32px;
      height: auto;
      background: #ebe9eb;
      border: 1px solid #e4e1e3;
      margin: 0;
      box-shadow: none; }
    #reviews #comments ol.commentlist li .comment-text {
      margin: 0 0 0 50px;
      border: 1px solid #e4e1e3;
      border-radius: 4px;
      padding: 1em 1em 0;
      *zoom: 1; }
      #reviews #comments ol.commentlist li .comment-text:before, #reviews #comments ol.commentlist li .comment-text:after {
        content: " ";
        display: table; }
      #reviews #comments ol.commentlist li .comment-text:after {
        clear: both; }
      #reviews #comments ol.commentlist li .comment-text p {
        margin: 0 0 1em; }
      #reviews #comments ol.commentlist li .comment-text p.meta {
        font-size: 0.83em; }
  #reviews #comments ol.commentlist ul.children {
    list-style: none outside;
    margin: 20px 0 0 50px; }
    #reviews #comments ol.commentlist ul.children .star-rating {
      display: none; }
  #reviews #comments ol.commentlist #respond {
    border: 1px solid #e4e1e3;
    border-radius: 4px;
    padding: 1em 1em 0;
    margin: 20px 0 0 50px; }
#reviews #comments .commentlist > li:before {
  content: ""; }

#reviews .comment {
  *zoom: 1; }
  #reviews .comment:before, #reviews .comment:after {
    content: " ";
    display: table; }
  #reviews .comment:after {
    clear: both; }
  #reviews .comment img {
    float: right;
    height: auto; }

.rtl .woocommerce .col2-set .col-1, .rtl .woocommerce-page .col2-set .col-1 {
  float: right; }
.rtl .woocommerce .col2-set .col-2, .rtl .woocommerce-page .col2-set .col-2 {
  float: left; }
.rtl .woocommerce form .form-row-first,
.rtl .woocommerce form .form-row-last, .rtl .woocommerce-page form .form-row-first,
.rtl .woocommerce-page form .form-row-last {
  float: right; }
.rtl .woocommerce form .form-row-last, .rtl .woocommerce-page form .form-row-last {
  float: left; }

.star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: 'star';
  color: gold; }
  .star-rating:before {
    content: "\73\73\73\73\73";
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute; }
  .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em; }
  .star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0; }

.woocommerce-product-rating {
  *zoom: 1;
  line-height: 2;
  display: block; }
  .woocommerce-product-rating:before, .woocommerce-product-rating:after {
    content: " ";
    display: table; }
  .woocommerce-product-rating:after {
    clear: both; }
  .woocommerce-product-rating .star-rating {
    margin: .5em 4px 0 0;
    float: left; }

.products .star-rating {
  display: block;
  margin: 0 0 .5em;
  float: none; }

.hreview-aggregate .star-rating {
  margin: 10px 0 0 0; }

#review_form #respond {
  *zoom: 1;
  position: static;
  margin: 0;
  width: auto;
  padding: 0 0 0;
  background: transparent none;
  border: 0; }
  #review_form #respond:before, #review_form #respond:after {
    content: " ";
    display: table; }
  #review_form #respond:after {
    clear: both; }
  #review_form #respond p {
    margin: 0 0 10px; }
  #review_form #respond .form-submit input {
    left: auto; }
  #review_form #respond textarea {
    box-sizing: border-box;
    width: 100%; }

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  color: gold; }
  p.stars a:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: "WooCommerce";
    content: "\e021";
    text-indent: 0; }
  p.stars a:hover ~ a:before {
    content: "\e021"; }
p.stars:hover a:before {
  content: "\e020"; }
p.stars.selected a.active:before {
  content: "\e020"; }
p.stars.selected a.active ~ a:before {
  content: "\e021"; }
p.stars.selected a:not(.active):before {
  content: "\e020"; }

table.shop_attributes {
  border: 0;
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
  margin-bottom: 1.618em;
  width: 100%; }
  table.shop_attributes th {
    width: 150px;
    font-weight: 700;
    padding: 8px;
    border-top: 0;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
    margin: 0;
    line-height: 1.5; }
  table.shop_attributes td {
    font-style: italic;
    padding: 0;
    border-top: 0;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
    margin: 0;
    line-height: 1.5; }
    table.shop_attributes td p {
      margin: 0;
      padding: 8px 0; }
  table.shop_attributes .alt td,
  table.shop_attributes .alt th {
    background: rgba(0, 0, 0, 0.025); }

table.shop_table {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0px -1px 24px 0px;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 5px; }
  table.shop_table th {
    font-weight: 700;
    padding: 9px 12px; }
  table.shop_table td {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 6px 12px;
    vertical-align: middle; }
    table.shop_table td small {
      font-weight: normal; }
  table.shop_table tbody:first-child tr:first-child th,
  table.shop_table tbody:first-child tr:first-child td {
    border-top: 0; }
  table.shop_table tfoot td,
  table.shop_table tfoot th,
  table.shop_table tbody th {
    font-weight: 700;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }

table.my_account_orders {
  font-size: 0.85em; }
  table.my_account_orders th,
  table.my_account_orders td {
    padding: 4px 8px;
    vertical-align: middle; }
  table.my_account_orders .button {
    white-space: nowrap; }
  table.my_account_orders .order-actions {
    text-align: right; }
    table.my_account_orders .order-actions .button {
      margin: .125em 0 .125em .25em; }

td.product-name dl.variation {
  margin: .25em 0;
  *zoom: 1; }
  td.product-name dl.variation:before, td.product-name dl.variation:after {
    content: " ";
    display: table; }
  td.product-name dl.variation:after {
    clear: both; }
  td.product-name dl.variation dt,
  td.product-name dl.variation dd {
    display: inline-block;
    float: left;
    margin-bottom: 1em; }
  td.product-name dl.variation dt {
    font-weight: 700;
    padding: 0 0 .25em 0;
    margin: 0 4px 0 0;
    clear: left; }
  td.product-name dl.variation dd {
    padding: 0 0 .25em 0; }
    td.product-name dl.variation dd p:last-child {
      margin-bottom: 0; }
td.product-name p.backorder_notification {
  font-size: 0.83em; }

td.product-quantity {
  min-width: 80px; }

.woocommerce-tabs {
  width: 100%; }
  .woocommerce-tabs .tabs {
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0 0 1.618em;
    position: relative; }
    .woocommerce-tabs .tabs li {
      border: 1px solid #d3ced2;
      background-color: #ebe9eb;
      display: inline-block;
      position: relative;
      z-index: 0;
      border-radius: 4px 4px 0 0;
      margin: 0 -5px;
      padding: 0 1em; }
      .woocommerce-tabs .tabs li a {
        display: inline-block;
        padding: .5em 0;
        font-weight: 700;
        color: #515151;
        text-decoration: none; }
        .woocommerce-tabs .tabs li a:hover {
          text-decoration: none;
          color: #6b6b6b; }
      .woocommerce-tabs .tabs li.active {
        background: #fff;
        z-index: 2;
        border-bottom-color: #fff; }
        .woocommerce-tabs .tabs li.active a {
          color: inherit;
          text-shadow: inherit; }
        .woocommerce-tabs .tabs li.active:before {
          box-shadow: 2px 2px 0 #fff; }
        .woocommerce-tabs .tabs li.active:after {
          box-shadow: -2px 2px 0 #fff; }
      .woocommerce-tabs .tabs li:before, .woocommerce-tabs .tabs li:after {
        border: 1px solid #d3ced2;
        position: absolute;
        bottom: -1px;
        width: 5px;
        height: 5px;
        content: " "; }
      .woocommerce-tabs .tabs li:before {
        left: -6px;
        -moz-border-bottom-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border-width: 0 1px 1px 0;
        box-shadow: 2px 2px 0 #ebe9eb; }
      .woocommerce-tabs .tabs li:after {
        right: -6px;
        -moz-border-bottom-left-radius: 4px;
        border-bottom-left-radius: 4px;
        border-width: 0 0 1px 1px;
        box-shadow: -2px 2px 0 #ebe9eb; }
    .woocommerce-tabs .tabs:before {
      position: absolute;
      content: " ";
      width: 100%;
      bottom: 0;
      left: 0;
      border-bottom: 1px solid #d3ced2;
      z-index: 1; }
  .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 0; }

.woocommerce-Tabs-panel {
  width: 100%; }

.woocommerce-tabs {
  clear: both; }
  .woocommerce-tabs ul.tabs {
    *zoom: 1; }
    .woocommerce-tabs ul.tabs:before, .woocommerce-tabs ul.tabs:after {
      content: " ";
      display: table; }
    .woocommerce-tabs ul.tabs:after {
      clear: both; }
    .woocommerce-tabs ul.tabs li {
      display: inline-block; }

.widget_price_filter .price_slider {
  margin-bottom: 1em; }
.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
  font-size: 0.8751em; }
  .widget_price_filter .price_slider_amount .button {
    font-size: 1.15em; }
  .widget_price_filter .price_slider_amount .button {
    float: left; }
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-left: .5em;
  margin-right: .5em; }
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  background-color: #a46497;
  border-radius: 1em;
  cursor: ew-resize;
  outline: none;
  top: -.3em;
  margin-left: -.5em; }
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  border-radius: 1em;
  background-color: #a46497; }
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 1em;
  background-color: #602053;
  border: 0; }
.widget_price_filter .ui-slider-horizontal {
  height: .5em; }
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px; }
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px; }

.widget_rating_filter ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside; }
  .widget_rating_filter ul li {
    *zoom: 1;
    padding: 0 0 1px;
    list-style: none; }
    .widget_rating_filter ul li:before, .widget_rating_filter ul li:after {
      content: " ";
      display: table; }
    .widget_rating_filter ul li:after {
      clear: both; }
    .widget_rating_filter ul li a {
      padding: 1px 0;
      text-decoration: none; }
    .widget_rating_filter ul li .star-rating {
      float: none;
      display: inline-block; }
  .widget_rating_filter ul li.chosen a:before {
    font-family: 'WooCommerce';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "";
    text-decoration: none;
    color: #a00; }

.widget_layered_nav ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside; }
  .widget_layered_nav ul li {
    *zoom: 1;
    padding: 0 0 1px;
    list-style: none; }
    .widget_layered_nav ul li:before, .widget_layered_nav ul li:after {
      content: " ";
      display: table; }
    .widget_layered_nav ul li:after {
      clear: both; }
    .widget_layered_nav ul li a,
    .widget_layered_nav ul li span {
      padding: 1px 0; }
  .widget_layered_nav ul li.chosen a:before {
    font-family: 'WooCommerce';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "";
    text-decoration: none;
    color: #a00; }

.widget_layered_nav_filters ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
  overflow: hidden;
  zoom: 1; }
  .widget_layered_nav_filters ul li {
    float: left;
    padding: 0 1px 1px 0;
    list-style: none; }
    .widget_layered_nav_filters ul li a {
      text-decoration: none; }
      .widget_layered_nav_filters ul li a:before {
        font-family: 'WooCommerce';
        speak: none;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        margin-right: .618em;
        content: "";
        text-decoration: none;
        color: #a00; }

.cart_list,
.product_list_widget {
  list-style: none outside;
  padding: 0;
  margin: 0; }
  .cart_list li,
  .product_list_widget li {
    padding: 4px 0;
    margin: 0;
    *zoom: 1;
    list-style: none; }
    .cart_list li:before, .cart_list li:after,
    .product_list_widget li:before,
    .product_list_widget li:after {
      content: " ";
      display: table; }
    .cart_list li:after,
    .product_list_widget li:after {
      clear: both; }
    .cart_list li a,
    .product_list_widget li a {
      display: block;
      font-weight: 700; }
    .cart_list li img,
    .product_list_widget li img {
      float: right;
      margin-left: 4px;
      width: 32px;
      height: auto;
      box-shadow: none; }
    .cart_list li dl,
    .product_list_widget li dl {
      margin: 0;
      padding-left: 1em;
      border-left: 2px solid rgba(0, 0, 0, 0.1);
      *zoom: 1; }
      .cart_list li dl:before, .cart_list li dl:after,
      .product_list_widget li dl:before,
      .product_list_widget li dl:after {
        content: " ";
        display: table; }
      .cart_list li dl:after,
      .product_list_widget li dl:after {
        clear: both; }
      .cart_list li dl dt,
      .cart_list li dl dd,
      .product_list_widget li dl dt,
      .product_list_widget li dl dd {
        display: inline-block;
        float: left;
        margin-bottom: 1em; }
      .cart_list li dl dt,
      .product_list_widget li dl dt {
        font-weight: 700;
        padding: 0 0 .25em 0;
        margin: 0 4px 0 0;
        clear: left; }
      .cart_list li dl dd,
      .product_list_widget li dl dd {
        padding: 0 0 .25em 0; }
        .cart_list li dl dd p:last-child,
        .product_list_widget li dl dd p:last-child {
          margin-bottom: 0; }
    .cart_list li .star-rating,
    .product_list_widget li .star-rating {
      float: none;
      position: absolute;
      top: 15px;
      left: 5px; }

.product_list_widget:not(.cart_list) li {
  position: relative; }
  .product_list_widget:not(.cart_list) li img {
    width: 100%; }
.product_list_widget:not(.cart_list) .product-title {
  display: inline-block;
  padding: 5px 0; }

.widget_shopping_cart .total {
  border-top: 3px double #ebe9eb;
  padding: 4px 0 0; }
  .widget_shopping_cart .total strong {
    min-width: 40px;
    display: inline-block; }
.widget_shopping_cart .cart_list li {
  padding-left: 2em;
  position: relative;
  padding-top: 0; }
  .widget_shopping_cart .cart_list li a.remove {
    position: absolute;
    top: 0;
    left: 0; }
.widget_shopping_cart .buttons {
  *zoom: 1; }
  .widget_shopping_cart .buttons:before, .widget_shopping_cart .buttons:after {
    content: " ";
    display: table; }
  .widget_shopping_cart .buttons:after {
    clear: both; }

ul.cart_list li,
div.product_list_widget li {
  *zoom: 1; }
  ul.cart_list li:before, ul.cart_list li:after,
  div.product_list_widget li:before,
  div.product_list_widget li:after {
    content: " ";
    display: table; }
  ul.cart_list li:after,
  div.product_list_widget li:after {
    clear: both; }
  ul.cart_list li img,
  div.product_list_widget li img {
    float: right;
    height: auto; }

#payment .form-row select {
  width: auto; }
#payment .wc-terms-and-conditions, #payment .terms {
  text-align: left;
  padding: 0 1em 0 0;
  float: left; }
#payment #place_order {
  float: right; }

.button,
#respond input#submit {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  color: #515151;
  background-color: #ebe9eb; }
  .button.loading,
  #respond input#submit.loading {
    opacity: 0.25;
    padding-right: 2.618em; }
    .button.loading:after,
    #respond input#submit.loading:after {
      font-family: "WooCommerce";
      content: "\e01c";
      vertical-align: top;
      -webkit-font-smoothing: antialiased;
      font-weight: 400;
      position: absolute;
      top: .618em;
      right: 1em;
      -webkit-animation: spin 2s linear infinite;
      animation: spin 2s linear infinite; }
  .button.added:after,
  #respond input#submit.added:after {
    font-family: 'WooCommerce';
    content: "\e017";
    margin-left: .53em;
    vertical-align: bottom; }
  .button:hover,
  #respond input#submit:hover {
    background-color: #dad8da;
    text-decoration: none;
    background-image: none;
    color: #515151; }
  .button.alt,
  #respond input#submit.alt {
    background-color: #a46497;
    color: white;
    -webkit-font-smoothing: antialiased; }
    .button.alt:hover,
    #respond input#submit.alt:hover {
      background-color: #935386;
      color: white; }
    .button.alt.disabled, .button.alt:disabled, .button.alt:disabled[disabled], .button.alt.disabled:hover, .button.alt:disabled:hover, .button.alt:disabled[disabled]:hover,
    #respond input#submit.alt.disabled,
    #respond input#submit.alt:disabled,
    #respond input#submit.alt:disabled[disabled],
    #respond input#submit.alt.disabled:hover,
    #respond input#submit.alt:disabled:hover,
    #respond input#submit.alt:disabled[disabled]:hover {
      background-color: #a46497;
      color: white; }
  .button:disabled, .button.disabled, .button:disabled[disabled],
  #respond input#submit:disabled,
  #respond input#submit.disabled,
  #respond input#submit:disabled[disabled] {
    color: inherit;
    cursor: not-allowed;
    opacity: 0.5;
    padding: .618em 1em; }
    .button:disabled:hover, .button.disabled:hover, .button:disabled[disabled]:hover,
    #respond input#submit:disabled:hover,
    #respond input#submit.disabled:hover,
    #respond input#submit:disabled[disabled]:hover {
      color: inherit;
      background-color: #ebe9eb; }

.cart .button,
.cart input.button {
  float: none; }

a.added_to_cart {
  padding-top: .5em;
  white-space: nowrap;
  display: inline-block; }

.wc-forward {
  margin-bottom: 10px; }

/**
* woocommerce.scss
* Governs the general look and feel of WooCommerce sections of stores using themes that do not
* integrate with WooCommerce specifically.
*/
/**
* Imports
*/
/**
 * Deprecated
 * Fallback for bourbon equivalent
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include transform(scale(1.5));`
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include box-sizing(border-box);`
 */
/**
 * Objects
 */
/**
 * WooCommerce CSS Variables
 */
/**
 * _animation.scss
 * Custom WooCommerce Animations.

@include keyframes( spin ) {
	100% {
		@include transform( rotate(360deg) );
	}
}
 */
/**
 * _fonts.scss
 * Custom WooCommerce fonts.
 */
@font-face {
  font-family: 'star';
  src: url("../fonts/star.eot");
  src: url("../fonts/star.eot?#iefix") format("embedded-opentype"), url("../fonts/star.woff") format("woff"), url("../fonts/star.ttf") format("truetype"), url("../fonts/star.svg#star") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'WooCommerce';
  src: url("../fonts/WooCommerce.eot");
  src: url("../fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("../fonts/WooCommerce.woff") format("woff"), url("../fonts/WooCommerce.ttf") format("truetype"), url("../fonts/WooCommerce.svg#WooCommerce") format("svg");
  font-weight: normal;
  font-style: normal; }
/**
* Utility classes
*/
.clear {
  clear: both; }

/**
* Main WooCommerce styles
*/
.woocommerce .container, .woocommerce .entry-content, .woocommerce .footer-container {
  width: 1200px;
  max-width: 100%; }
.woocommerce .blockUI.blockOverlay {
  position: relative; }
  .woocommerce .blockUI.blockOverlay:before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    display: block;
    content: "";
    background: url(../images/icons/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, 0.75); }
.woocommerce .loader:before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -.5em;
  margin-top: -.5em;
  display: block;
  content: "";
  background: url(../images/icons/loader.svg) center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75); }
.woocommerce a.remove {
  display: block;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  color: red !important;
  text-decoration: none;
  font-weight: 700;
  border: 0; }
  .woocommerce a.remove:hover {
    color: #fff !important;
    background: red; }
.woocommerce small.note {
  display: block;
  color: #777;
  font-size: .857em;
  margin-top: 10px; }
.woocommerce .quantity .qty {
  width: 5.2rem;
  text-align: center;
  font-size: 1.3rem; }

.woocommerce-password-strength {
  text-align: center;
  font-weight: 600;
  padding: 3px .5em;
  font-size: 1em; }
  .woocommerce-password-strength.strong {
    background-color: #c1e1b9;
    border-color: #83c373; }
  .woocommerce-password-strength.short {
    background-color: #f1adad;
    border-color: #e35b5b; }
  .woocommerce-password-strength.bad {
    background-color: #fbc5a9;
    border-color: #f78b53; }
  .woocommerce-password-strength.good {
    background-color: #ffe399;
    border-color: #ffc733; }

.woocommerce-password-hint {
  margin: .5em 0 0 0;
  display: block; }

/* added to get around variation image flicker issue */
.product.has-default-attributes.has-children > .images {
  opacity: 0; }

.woocommerce .col2-set, .woocommerce-page .col2-set {
  *zoom: 1;
  width: 100%; }
  .woocommerce .col2-set:before, .woocommerce .col2-set:after, .woocommerce-page .col2-set:before, .woocommerce-page .col2-set:after {
    content: " ";
    display: table; }
  .woocommerce .col2-set:after, .woocommerce-page .col2-set:after {
    clear: both; }
  .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 48%; }
  .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: right;
    width: 48%; }
.woocommerce img, .woocommerce-page img {
  height: auto;
  max-width: 100%; }

.demo_store {
  margin: 0;
  padding: 1rem;
  background: gainsboro; }

.woocommerce-archive-title {
  text-align: right;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
  font-weight: 300;
  font-size: 1.7rem;
  text-transform: uppercase; }
  .woocommerce-archive-title a {
    text-decoration: none; }

.product-cat-details {
  margin: 2rem 0; }
  .product-cat-details p {
    font-size: 12px; }
    @media (min-width: 414px) {
      .product-cat-details p {
        -webkit-column-break-inside: avoid;
           page-break-inside: avoid;
                break-inside: avoid-column;
        -webkit-column-count: 3;
           -moz-column-count: 3;
                column-count: 3;
        -webkit-column-gap: 3em;
           -moz-column-gap: 3em;
                column-gap: 3em;
        -webkit-column-rule: 1px dotted #ccc;
           -moz-column-rule: 1px dotted #ccc;
                column-rule: 1px dotted #ccc; } }
  .product-cat-details br {
    content: "A";
    margin-bottom: 10px;
    display: block; }

/*# sourceMappingURL=woocommerce.css.map */