/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Defaults
2.0 Shop 
3.0 Account 
4.0 Cart 
5.0 Checkout
6.0 Single
7.0 Widgets
	7.1 Cart
	7.2 Products & Recently Viewed
	7.3 Recent Reviews
	7.4 Price Filter
	7.5 Active Filters
	7.6 Featured Products
	7.7 Shop Tags
8.0 Header Cart
9.0 Category
10.0 Version Updates
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
	1.0 Defaults
--------------------------------------------------------------*/
.woocommerce-page article {
  margin-bottom: 10em;
}

.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
  background-color: #ebedf0;
  border-top: none;
  color: #888f9e;
}
.woocommerce .woocommerce-error a.button, .woocommerce .woocommerce-info a.button, .woocommerce .woocommerce-message a.button {
  background: #888f9e;
  color: white;
}
.woocommerce .woocommerce-error a.button:hover, .woocommerce .woocommerce-info a.button:hover, .woocommerce .woocommerce-message a.button:hover {
  background: white;
  color: #888f9e;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #444b59;
  color: #fff;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: #2c313a;
}

.woocommerce .star-rating span {
  color: #616671;
}

.woocommerce input[type="checkbox"] + label, .woocommerce input[type="radio"] + label {
  margin-left: 1.5rem;
  margin-right: 0;
}

.admin-bar p.demo_store {
  top: 0;
}

p.demo_store {
  padding: 0.5em 0;
  font-size: 0.9em;
}

/*--------------------------------------------------------------
	2.0 Shop
--------------------------------------------------------------*/
.woocommerce ul.products li.product {
  overflow: hidden;
  width: 20%;
  clear:none;
  /* Start Hover effect */
}
.woocommerce ul.products li.product .price {
  font-size: 1.5em;
  padding: 0 0 1em 0.75em;
}
.woocommerce ul.products li.product .price ins, .woocommerce ul.products li.product .price span.amount {
  font-weight: 300;
  text-decoration: none;
  color: white;
}
.woocommerce ul.products li.product .price del {
  display: inline-block;
}
.woocommerce ul.products li.product .price del span {
  font-size: 1rem;
}
.woocommerce ul.products li.product h3 {
  text-align: center;
  color: white;
  font-size: 1.5em;
}
.woocommerce ul.products li.product h3 mark {
  background: none;
  color: white;
}
.woocommerce ul.products li.product .onsale {
  margin: 0;
}
.woocommerce ul.products li.product span.onsale {
  border-radius: 0;
  line-height: 2.236;
  padding: 0;
  min-height: 2.236em;
  min-width: 4.236em;
  background-color: white;
  color: #8bd0dd;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-right: 0.5em;
  margin-top: 0.5em;
}
.woocommerce ul.products li.product .star-rating {
  margin: 0 auto 1em;
}
.woocommerce ul.products li.product .button {
  width: 100%;
  background-color: white;
  border: 1px solid #cccccc;
  border-radius: 0;
  color: #888f9e;
  font-size: 0.875rem;
  font-style: italic;
  font-weight: 300;
  margin: 0.5em 0;
  padding: 0.918em 2.75em;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.woocommerce ul.products li.product .button:hover {
  background: #616671;
  border: 1px solid #555555;
  color: white;
}
.woocommerce ul.products li.product .added_to_cart {
  border: 1px solid #8bd0dd;
  color: #8bd0dd;
  font-size: 0.75em;
  text-align: center;
  width: 100%;
  background-color: white;
  font-size: 0.875rem;
  font-style: italic;
  font-weight: 300;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.woocommerce ul.products li.product .added_to_cart:hover {
  background: #8bd0dd;
  color: white;
}
.woocommerce ul.products li.product .view {
  position: relative;
  overflow: hidden;
}
.woocommerce ul.products li.product .shop-mask:hover {
  opacity: 1;
}
.woocommerce ul.products li.product .text {
  padding-top: 1em;
}
.woocommerce ul.products li.product .shop-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(97, 102, 113, 0.8);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce ul.products li.product img {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}
.woocommerce ul.products li.product a img {
  margin: 0;
}

.woocommerce ul.products li.product a:hover img {
  overflow: hidden;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}

/* End Hover effect */
.woocommerce nav.woocommerce-pagination {
  margin-bottom: 3em;
  text-align: center;
}
.woocommerce nav.woocommerce-pagination ul {
  border: 1px solid #eeeeee;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li a:focus {
  background: #f9f9f9;
  color: #939393;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
  padding: 0.75em 1em;
}

/*-- Sorting Dropdown --*/
form.woocommerce-ordering select {
  background-color: transparent;
  box-shadow: none;
  border: 1px solid #dddddd;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 500;
  color: #777777;
  height: 2.55em;
  padding: 0.2em 0 0 1em;
  text-transform: uppercase;
  width: 18em;
}

/*--------------------------------------------------------------
	3.0 Account
--------------------------------------------------------------*/
.woocommerce-account .woocommerce {
  margin-bottom: 10em;
}
.woocommerce-account .myaccount_user, .woocommerce-account .myaccount_address {
  border-bottom: 1px solid #ebedf0;
  margin-bottom: 4em;
  padding-bottom: 4em;
}
.woocommerce-account h2 {
  font-size: 1.5rem;
  margin-bottom: 1em;
}
.woocommerce-account .addresses {
  font-size: 1.125rem;
  line-height: 1.65;
  color: #aaaaaa;
}
.woocommerce-account .addresses .col-1.address {
  border-right: 1px solid #ebedf0;
  padding-right: 2em;
}
.woocommerce-account .addresses .title h3 {
  font-family: "Open Sans", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  color: #616671;
  margin-bottom: 2em;
}
.woocommerce-account .addresses a.edit {
  color: #888f9e;
  font-size: 0.75rem;
  padding: 0.25em 1.25em;
  background-color: #ebedf0;
}
.woocommerce-account .addresses a.edit:hover {
  color: white;
  background-color: #888f9e;
  padding: 0.25em 1.25em;
}
.woocommerce-account form .form-row {
  margin: 0 0 1.25em;
}
.woocommerce-account form .form-row label.inline {
  display: block;
  margin-top: 1em;
}
.woocommerce-account .lost_password {
  margin-top: 2em;
}
.woocommerce-account .lost_password a {
  color: #cccccc;
  font-style: italic;
}
.woocommerce-account input.button {
  margin-top: 2em;
}
.woocommerce-account table.shop_table {
  border: none;
  border-radius: 0;
  margin: 0 0 5em;
  padding-bottom: 4em;
  border-bottom: 1px solid #ebedf0;
}
.woocommerce-account table.shop_table thead tr {
  padding: 0 0 2em 0;
}
.woocommerce-account table.shop_table th {
  font-weight: 100;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #616671;
}
.woocommerce-account table.shop_table td {
  border-top: 1px dashed #e3e3e3;
  padding: 1em 12px;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: none;
  border-radius: 0;
  margin: 2em 0;
  padding: 0;
  text-align: left;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background-color: #ebedf0;
  border-radius: 3px;
  color: #888f9e;
  font-size: 0.875rem;
  font-weight: normal;
  padding: 0.618em 4em;
  font-style: normal;
}

/* View Order */
.woocommerce-account .woocommerce mark {
  background-color: #ebedf0;
  padding: 0 0.5em;
}
.woocommerce-account .woocommerce h2 {
  margin: 2em 0;
}
.woocommerce-account .woocommerce table.order_details tfoot tr td {
  border-top: none;
}
.woocommerce-account .woocommerce table.order_details tfoot tr th {
  border-top: none;
  background-color: #fafafa;
}
.woocommerce-account .woocommerce table.customer_details {
  border: none;
  border-collapse: separate;
  border-radius: 0;
  margin: 0;
  text-align: left;
  width: 100%;
}
.woocommerce-account .woocommerce table.customer_details td {
  border-top: 1px dashed #e3e3e3;
}
.woocommerce-account .woocommerce table.customer_details tfoot th, .woocommerce-account .woocommerce table.customer_details tfoot td {
  border: none;
}
.woocommerce-account .woocommerce table.customer_details tfoot th {
  background-color: #fafafa;
}
.woocommerce-account .woocommerce table.customer_details th {
  background-color: #fafafa;
  border-top: none !important;
}

/*--------------------------------------------------------------
	4.0 Cart
--------------------------------------------------------------*/
.woocommerce table.cart {
  border: none;
  border-radius: 0;
  margin: 0 0;
}
.woocommerce table.cart thead tr {
  padding: 0 0 2em 0;
}
.woocommerce table.cart th {
  font-weight: 100;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #616671;
}
.woocommerce table.cart td {
  border-top: 1px dashed #e3e3e3;
  padding: 1em 12px;
}
.woocommerce table.cart td .quantity input[type="number"] {
  background-color: #ebedf0;
  height: 2.45rem;
  color: #888f9e;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.woocommerce table.cart td.product-name a {
  font-size: 0.875rem;
}
.woocommerce table.cart td.product-name .variation dt, .woocommerce table.cart td.product-name .variation dd p {
  font-weight: 100;
  font-style: italic;
  color: #cccccc;
  font-size: 0.875rem;
}
.woocommerce table.cart td.product-name .variation dt {
  padding: 0;
}
.woocommerce table.cart td.product-name .variation dd {
  padding: 0;
  margin-bottom: 0;
}
.woocommerce table.cart td.product-name .variation dd p {
  position: relative;
  top: 0.3em;
}
.woocommerce table.cart img {
  width: 100px;
}
.woocommerce table.cart td.actions {
  padding: 4em 0;
}
.woocommerce table.cart td.actions .input-text {
  width: 120px !important;
  height: 2.25em;
}
.woocommerce table.cart input[type="text"]#coupon_code {
  background-color: white;
  color: #999999;
  font-style: italic;
}

.woocommerce-cart .cart-collaterals .cart_totals h2 {
  font-size: 1.375rem;
  margin-bottom: 1em;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 1em;
}
.woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td {
  border-top: none;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
  margin-bottom: 2em;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 1.5em;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr.shipping th, .woocommerce-cart .cart-collaterals .cart_totals table tr.shipping td {
  padding-top: 1.5em;
  height: 5em;
}
.woocommerce-cart .cart-collaterals .cart_totals table th {
  background-color: white;
  width: 45%;
  font-size: 0.875rem;
  font-weight: 100;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr.shipping td {
  font-size: 0.875rem;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr.shipping td ul.shipping_method input[type="radio"] + label {
  margin: 0 0 0 2em;
}
.woocommerce-cart .cart-collaterals .cart_totals table td {
  font-weight: 400;
}
.woocommerce-cart .cart-collaterals .cart_totals table td p a {
  font-size: 0.75rem;
  color: #cccccc;
  font-style: italic;
}
.woocommerce-cart .cart-collaterals .cart_totals table td p a:hover {
  color: #616671;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr.order-total {
  padding: 1em 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr.order-total th, .woocommerce-cart .cart-collaterals .cart_totals table tr.order-total td span.amount {
  font-weight: 600;
  font-size: 1rem;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr.order-total td span.amount {
  color: #888f9e;
}

/*--------------------------------------------------------------
	5.0 Checkout
--------------------------------------------------------------*/
.woocommerce form.checkout .col2-set .col-1, .woocommerce form.checkout .col2-set .col-2 {
  width: 100%;
}
.woocommerce form.checkout input {
  color: #888f9e;
}
.woocommerce form.checkout .woocommerce-billing-fields h3 {
  margin: 0.5em 0 1.5em;
  font-size: 1.5rem;
}
.woocommerce form.checkout .woocommerce-billing-fields input {
  padding-left: 2em;
}
.woocommerce form.checkout .woocommerce-shipping-fields {
  margin-top: 4em;
}
.woocommerce form.checkout .woocommerce-shipping-fields h3#ship-to-different-address {
  margin-bottom: 1em;
}
.woocommerce form.checkout .woocommerce-shipping-fields h3#ship-to-different-address label {
  font-size: 1.125rem;
  float: left;
}
.woocommerce form.checkout .woocommerce-shipping-fields h3#ship-to-different-address input {
  left: 2em;
  position: relative;
  top: -0.7em;
}
.woocommerce form.checkout .woocommerce-shipping-fields input {
  padding-left: 2em;
}
.woocommerce form.checkout .woocommerce-shipping-fields #order_comments_field {
  margin-bottom: 3em;
}
.woocommerce form.checkout textarea#order_comments {
  height: 15em;
  padding: 2em;
  color: #888888;
  background-color: #f9f9f9;
}
.woocommerce form.checkout h3#order_review_heading {
  margin-bottom: 1em;
}
.woocommerce form.checkout table.woocommerce-checkout-review-order-table {
  border: none;
  background-color: white;
  border-radius: 5px;
  margin-bottom: 4em;
}
.woocommerce form.checkout table.woocommerce-checkout-review-order-table dt, .woocommerce form.checkout table.woocommerce-checkout-review-order-table dd p {
  font-size: 0.875rem;
  font-style: italic;
  padding: 0;
}
.woocommerce form.checkout table.woocommerce-checkout-review-order-table dd p {
  position: relative;
  top: 0.3em;
}
.woocommerce form.checkout table.woocommerce-checkout-review-order-table dt {
  font-weight: 600;
}
.woocommerce form.checkout table.woocommerce-checkout-review-order-table dd {
  margin: 0;
}
.woocommerce form.checkout table th {
  background-color: #ebedf0;
}
.woocommerce form.checkout table td {
  padding: 16px 12px;
}
.woocommerce form.checkout table tfoot th {
  border-top: none;
  font-weight: 400;
  border-top: 1px dashed #e3e3e3;
  background-color: white;
}
.woocommerce form.checkout table tfoot td {
  border-top: 1px dashed #e3e3e3;
}
.woocommerce form.checkout table tfoot tr.order-total th, .woocommerce form.checkout table tfoot tr.order-total td {
  background-color: #f9f9f9;
}

.woocommerce-checkout #payment {
  background: #ebedf0;
}
.woocommerce-checkout #payment label {
  line-height: 3.1;
  font-size: 0.9125rem;
  color: #888f9e;
}
.woocommerce-checkout #payment ul.payment_methods {
  border-bottom: none;
  margin: 0;
  padding: 3em 4em 0;
  text-align: left;
}
.woocommerce-checkout #payment div.payment_box {
  background-color: #f6f7f8;
  padding: 1.5em 4%;
}
.woocommerce-checkout #payment div.payment_box:after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent transparent #f6f7f8;
  top: -1px;
}
.woocommerce-checkout #payment .payment_box p {
  font-weight: 200;
  color: #888f9e;
  text-align: center;
}
.woocommerce-checkout #payment input#place_order {
  width: 93%;
  margin-left: 2em;
  margin-right: 2em;
  margin-bottom: 2em;
  float: none;
}

/* Order Received */
.woocommerce-checkout ul.order_details {
  margin: 2em 0;
}
.woocommerce-checkout h2 {
  font-size: 1.5rem;
  margin: 3em 0 1em 0;
}
.woocommerce-checkout h3 {
  font-family: "Open Sans", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.125rem;
  margin: 0.5em 0 1.5em;
  font-weight: 600;
}
.woocommerce-checkout .bacs_details {
  background-color: #f0fdff;
  padding: 2em;
}
.woocommerce-checkout table.shop_table {
  border: none;
  border-collapse: separate;
  border-radius: 0;
  margin: 0;
  text-align: left;
  width: 100%;
}
.woocommerce-checkout table.shop_table td {
  border-top: 1px dashed #e3e3e3;
  padding: 1em 12px;
}
.woocommerce-checkout table.shop_table tfoot th, .woocommerce-checkout table.shop_table tfoot td {
  border: none;
}
.woocommerce-checkout table.shop_table tfoot th {
  background-color: #fafafa;
  color: #616671;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.woocommerce-checkout table.customer_details th {
  background-color: #fafafa;
  border-top: none !important;
}
.woocommerce-checkout .addresses {
  font-size: 1.125rem;
  line-height: 1.65;
  color: #aaaaaa;
  margin-top: 3em;
}
.woocommerce-checkout .addresses .col-1 {
  border-right: 1px solid #ebedf0;
}
.woocommerce-checkout .addresses .col-2 {
  padding-left: 2em;
}
.woocommerce-checkout .addresses .title h3 {
  font-family: "Open Sans", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  color: #616671;
  margin-bottom: 2em;
}

/*--------------------------------------------------------------
	6.0 Single
--------------------------------------------------------------*/
.woocommerce #content div.product div.thumbnails a {
  width: 100px;
  margin-bottom: 1.25em;
}
.woocommerce #content div.product div.summary {
  width: 40%;
  padding-top: 1em;
}
@media only screen and (max-width: 40em) {
  .woocommerce #content div.product div.summary {
    width: 100%;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 48em) {
  .woocommerce #content div.product div.summary {
    width: 100%;
  }
}
.woocommerce #content div.product h1.product_title {
  font-size: 1.875rem;
  text-align: center;
  margin-bottom: 0.55em;
}
.woocommerce #content div.product .onsale {
  margin: 0;
}
.woocommerce #content div.product span.onsale {
  border-radius: 0;
  line-height: 2.236;
  padding: 0;
  min-height: 2.236em;
  min-width: 4.236em;
  background-color: white;
  color: #8bd0dd;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-left: 1em;
  margin-top: 1em;
}
.woocommerce #content div.product .images {
  margin-bottom: 5em;
}
.woocommerce #content div.product .woocommerce-product-rating {
  width: 100%;
  text-align: center;
  margin-bottom: 3em;
}
.woocommerce #content div.product .woocommerce-product-rating .star-rating {
  float: none;
  margin-left: 41%;
  margin-bottom: 0.5em;
}
.woocommerce #content div.product .woocommerce-product-rating .woocommerce-review-link {
  display: block;
  clear: both;
  font-size: 0.75rem;
}
.woocommerce #content div.product p.price {
  font-family: "Quicksand", Helvetica, Roboto, Arial, sans-serif;
  color: #888f9e;
  margin-bottom: 0.45rem;
  font-size: 2.125rem;
}
.woocommerce #content div.product p.price del {
  font-size: 1.375rem;
  font-weight: 100;
  float: left;
}
.woocommerce #content div.product p.price ins {
  font-size: 2.125rem;
  font-weight: 100;
  text-decoration: none;
}
.woocommerce #content div.product form.cart {
  border-bottom: 1px solid #e3e3e3;
  margin-top: 4em;
  padding-bottom: 2em;
}
.woocommerce #content div.product form.cart .button {
  float: right;
  padding: 1.118em 7em;
  font-weight: 100;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background-color: #888f9e;
}
@media only screen and (max-width: 40em) {
  .woocommerce #content div.product form.cart .button {
    padding: 1.118em 3em;
  }
}
@media only screen and (min-width: 48.063em) and (max-width: 62em) {
  .woocommerce #content div.product form.cart .button {
    padding: 1.118em 3em;
  }
}
.woocommerce #content div.product form.cart .button:hover {
  background-color: #565c69;
}
.woocommerce #content div.product form.cart input[type="number"] {
  height: 3rem;
}
.woocommerce #content div.product form.cart .quantity .qty {
  width: 5.631em;
}
.woocommerce #content div.product form.cart table {
  width: 100%;
}
.woocommerce #content div.product .product_meta {
  font-size: 0.75rem;
}
.woocommerce #content div.product .product_meta span {
  padding-right: 0.25em;
}
.woocommerce #content div.product form.cart .variations label {
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #888f9e;
}
.woocommerce #content div.product form.cart .variations a.reset_variations {
  font-size: 0.75rem;
  background-color: #efefef;
  border-radius: 3px;
  color: #999;
  float: right;
  margin-bottom: 2em;
  padding: 0 1em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  border-bottom: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  box-shadow: none;
  border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  padding-left: 0.5em;
  background-color: white;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.reviews_tab {
  padding-left: 1.5em;
}
@media only screen and (max-width: 40em) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li.reviews_tab {
    padding-left: 0.5em;
  }
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #cccccc;
  font-weight: 400;
  line-height: 1.2;
  border-bottom: 2px solid #cccccc;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  border-bottom: 2px solid #888f9e;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #616671;
  border-bottom: 2px solid #888f9e;
}
.woocommerce div.product .woocommerce-tabs #tab-description h2 {
  color: #ccc;
  font-family: "Open Sans", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  margin: 2em 0;
}
.woocommerce div.product .woocommerce-tabs .entry-content {
  min-height: 200px;
  padding-bottom: 2em;
}
.woocommerce div.product .woocommerce-tabs #comments h2 {
  color: #ccc;
  font-family: "Open Sans", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  margin: 2em 0;
}
.woocommerce div.product .woocommerce-tabs #tab-additional_information h2 {
  color: #ccc;
  font-family: "Open Sans", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  margin: 2em 0;
}
.woocommerce div.product .woocommerce-tabs #tab-additional_information table tr th {
  background: none;
  margin-top: 2em;
}
.woocommerce div.product .woocommerce-tabs #tab-additional_information table tr td {
  background: none;
}

@media only screen and (max-width: 40em) {
  .woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    display: block;
  }
}
.woocommerce #review_form #respond p {
  margin-top: 2em;
}

.woocommerce #reviews #comment {
  height: 175px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 90px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  width: 60px;
  background: white;
}

.woocommerce .related ul.products li.product h3 {
  font-size: 1.5rem;
}

.woocommerce .related h2 {
  font-size: 1.5rem;
  margin: 0.5em 0 1.5em 0;
}
@media only screen and (max-width: 40em) {
  .woocommerce .related ul.products li.product h3 {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 40em) {
  .woocommerce .related ul.products li.product .price ins, .woocommerce .related ul.products li.product .price span.amount {
    font-size: 0.75rem;
  }
}
.woocommerce .related .onsale {
  height: 4.236em;
  width: 4.236em;
}

/* Lightbox */
div.pp_overlay {
  background: #222222;
  opacity: 0.9 !important;
}

div.pp_woocommerce div.ppt {
  text-align: center;
  font-weight: 100;
}
div.pp_woocommerce .pp_content_container {
  background: #282828;
  border-radius: 3px;
  box-shadow: 0 1px 30px rgba(0, 0, 0, 0.25);
  padding: 20px 0;
}
div.pp_woocommerce .pp_close {
  background: none;
  color: #888f9e !important;
  font-size: 1.618em !important;
  right: -1em;
  text-shadow: none;
  top: -1em;
  width: 1em;
}
div.pp_woocommerce .pp_close:hover {
  color: white !important;
  background: none;
}
div.pp_woocommerce .pp_arrow_previous, div.pp_woocommerce .pp_arrow_next {
  background: none;
  color: #888f9e !important;
  font-size: 1.25rem !important;
  margin-top: 5px;
  text-shadow: none;
  transition: all 0.2s ease-in-out 0s;
}
div.pp_woocommerce .pp_arrow_previous:hover, div.pp_woocommerce .pp_arrow_next:hover {
  color: white !important;
  background: none;
}
div.pp_woocommerce a.pp_contract, div.pp_woocommerce a.pp_expand {
  background: none;
  color: #888f9e !important;
  font-size: 1.618em !important;
  left: -1em;
  text-shadow: none;
  top: -1em;
  width: 1em;
}
div.pp_woocommerce a.pp_contract:hover, div.pp_woocommerce a.pp_expand:hover {
  color: white !important;
  background: none;
}
div.pp_woocommerce .pp_next:before, div.pp_woocommerce .pp_previous:before {
  background: none;
  border-radius: 100%;
  color: #888f9e !important;
  font-size: 1.5rem !important;
  text-shadow: none;
}
div.pp_woocommerce .pp_next:before:hover, div.pp_woocommerce .pp_previous:before:hover {
  color: white !important;
  background: none;
}

/*--------------------------------------------------------------
	7.0 Widgets
--------------------------------------------------------------*/
.woocommerce .shop-sidebar aside {
  margin-bottom: 2.5em;
}

.woocommerce .shop-sidebar h2.widget-title {
  color: #616671;
  font-size: 1.225rem;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .woocommerce .shop-sidebar h2.widget-title {
    text-align: center;
  }
}
.woocommerce .shop-sidebar .woocommerce-product-search input[type="submit"] {
  width: 100%;
  background-color: #ebedf0;
  border-radius: 3px;
  color: #888f9e;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: normal;
  padding: 0.618em 4em;
}
.woocommerce .shop-sidebar .woocommerce-product-search input[type="submit"]:hover {
  background-color: #8c98a9;
}
.woocommerce .shop-sidebar .woocommerce-product-search input[type="search"] {
  height: 2.25rem;
  font-size: 0.7125rem;
}

/*--------------------------------------------------------------
	7.1 Cart
--------------------------------------------------------------*/
.woocommerce .widget_shopping_cart_content ul.cart_list li img {
  width: 50px;
}
.woocommerce .widget_shopping_cart_content ul.cart_list li a {
  font-weight: 100;
  line-height: 1;
}
.woocommerce .widget_shopping_cart_content ul.cart_list li span {
  color: #888f9e;
}
.woocommerce .widget_shopping_cart_content ul.cart_list li dl {
  font-size: 0.75rem;
  font-weight: 100;
  line-height: 1.9;
  padding-top: 0.75em;
}
.woocommerce .widget_shopping_cart_content .total {
  border-top: 3px dashed #444444;
  padding: 4px 0 0;
}
.woocommerce .widget_shopping_cart_content .quantity {
  font-size: 0.75rem;
}

.slide-menu-right .woocommerce .widget_shopping_cart_content .button {
  width: 100%;
  margin-bottom: 0.75em;
}
.slide-menu-right .woocommerce .widget_shopping_cart_content dd p {
  font-size: 0.75rem;
}

.woocommerce .shop-sidebar .widget_shopping_cart_content ul.cart_list li {
  margin-bottom: 1.5em;
}
.woocommerce .shop-sidebar .widget_shopping_cart_content ul.cart_list li dl {
  border-left: 1px solid whitesmoke;
}
.woocommerce .shop-sidebar .widget_shopping_cart_content ul.cart_list li dl dd {
  padding: 0;
  margin: 0;
}
.woocommerce .shop-sidebar .widget_shopping_cart_content dd p, .woocommerce .shop-sidebar .widget_shopping_cart_content dt {
  font-size: 1em;
}
.woocommerce .shop-sidebar .widget_shopping_cart_content .total {
  border-top: none;
}
.woocommerce .shop-sidebar .widget_shopping_cart_content .quantity {
  float: left;
  font-size: 0.85rem;
  color: #cccccc;
}
.woocommerce .shop-sidebar .widget_shopping_cart_content .quantity span {
  color: #cccccc;
}
.woocommerce .shop-sidebar .widget_shopping_cart_content strong {
  font-weight: 500;
}
.woocommerce .shop-sidebar .widget_shopping_cart_content .buttons a {
  width: 100%;
  margin-bottom: 0.5em;
}

/*--------------------------------------------------------------
	7.2 Products & Recently Viewed
--------------------------------------------------------------*/
.woocommerce.widget_products ul.product_list_widget li img, .widget_recently_viewed_products ul.product_list_widget li img {
  width: 45px;
}
.woocommerce.widget_products ul.product_list_widget li a, .widget_recently_viewed_products ul.product_list_widget li a {
  font-weight: 100;
}
.woocommerce.widget_products ul.product_list_widget li .product-title, .widget_recently_viewed_products ul.product_list_widget li .product-title {
  float: left;
  padding-right: 0.75em;
}
.woocommerce.widget_products ul.product_list_widget li span.amount, .widget_recently_viewed_products ul.product_list_widget li span.amount {
  background-color: #616671;
  color: #cccccc;
  border-radius: 3px;
  padding: 0 0.25em;
  font-size: 0.875rem;
}
.woocommerce.widget_products ul.product_list_widget li del span.amount, .widget_recently_viewed_products ul.product_list_widget li del span.amount {
  font-size: 0.75rem;
  background: none;
}
.woocommerce.widget_products ul.product_list_widget li ins, .widget_recently_viewed_products ul.product_list_widget li ins {
  text-decoration: none;
}

.woocommerce .shop-sidebar .widget_product_categories ul {
  list-style: none;
  margin-left: 0;
}
.woocommerce .shop-sidebar .widget_product_categories ul.children {
  margin-left: 1.75em;
}
.woocommerce .shop-sidebar .widget_product_categories ul.children li:before {
  font-family: 'FontAwesome';
  content: '\f105';
  margin: 0 5px 0 -15px;
}

.woocommerce .shop-sidebar .woocommerce.widget_products ul.product_list_widget li img, .woocommerce .shop-sidebar .widget_recently_viewed_products ul.product_list_widget li img {
  float: left;
  margin-left: 0;
  margin-right: 1em;
  width: 45px;
}

.woocommerce .shop-sidebar .woocommerce.widget_products ul.product_list_widget li span.amount, .woocommerce .shop-sidebar .widget_recently_viewed_products ul.product_list_widget li span.amount {
  background: #8bd0dd;
  color: white;
  font-size: 0.6em;
}

/*--------------------------------------------------------------
	7.3 Recent Reviews & Top Rated
--------------------------------------------------------------*/
.widget_recent_reviews ul.product_list_widget li a, .widget_top_rated_products ul.product_list_widget li a {
  font-weight: 100;
}
.widget_recent_reviews ul.product_list_widget li img, .widget_top_rated_products ul.product_list_widget li img {
  width: 75px;
}
.widget_recent_reviews ul.product_list_widget li .star-rating span, .widget_top_rated_products ul.product_list_widget li .star-rating span {
  color: white;
}
.widget_recent_reviews ul.product_list_widget li .reviewer, .widget_top_rated_products ul.product_list_widget li .reviewer {
  font-size: 0.75rem;
}

.woocommerce .shop-sidebar .star-rating span {
  color: #616671 !important;
}

/*--------------------------------------------------------------
	7.4 Price Filter
--------------------------------------------------------------*/
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #888f9e;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #888f9e;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #616671;
}
.woocommerce .widget_price_filter .price_label {
  margin-top: 3em;
  text-align: center;
}
.woocommerce .widget_price_filter button.button {
  margin-bottom: 1em;
  padding: 0.518em 1.5em;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  font-size: 1em;
}

/*--------------------------------------------------------------
	7.5 Active Filters
--------------------------------------------------------------*/
.woocommerce .widget_layered_nav_filters {
  margin-top: 2em;
}
.woocommerce .widget_layered_nav_filters ul li a:before {
  color: #888f9e;
}
.woocommerce .widget_layered_nav_filters ul li a {
  padding-right: 0.75em;
}

/*--------------------------------------------------------------
	7.6 Featured Products
--------------------------------------------------------------*/
.site-footer .textwidget .woocommerce ul.products li, .sidebar-menu .textwidget .woocommerce ul.products li, .shop-sidebar .textwidget .woocommerce ul.products li {
  margin-bottom: 0;
}
.site-footer .textwidget .woocommerce ul.products li span.onsale, .site-footer .textwidget .woocommerce ul.products li .shop-mask, .site-footer .textwidget .woocommerce ul.products li .button, .sidebar-menu .textwidget .woocommerce ul.products li span.onsale, .sidebar-menu .textwidget .woocommerce ul.products li .shop-mask, .sidebar-menu .textwidget .woocommerce ul.products li .button, .shop-sidebar .textwidget .woocommerce ul.products li span.onsale, .shop-sidebar .textwidget .woocommerce ul.products li .shop-mask, .shop-sidebar .textwidget .woocommerce ul.products li .button {
  display: none;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .site-footer .textwidget .woocommerce ul.products li.product, .sidebar-menu .textwidget .woocommerce ul.products li.product, .shop-sidebar .textwidget .woocommerce ul.products li.product {
    width: 100%;
  }
}
.site-footer .textwidget .woocommerce ul.products li:hover img, .sidebar-menu .textwidget .woocommerce ul.products li:hover img, .shop-sidebar .textwidget .woocommerce ul.products li:hover img {
  transform: scale(1.1);
}

@media only screen and (max-width: 40em) {
  .site-footer .woocommerce-page.columns-3 ul.products li.product, .site-footer .woocommerce.columns-3 ul.products li.product {
    width: 100%;
  }
}
@media only screen and (max-width: 40em) {
  .site-footer .textwidget .woocommerce ul.products li {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 40em) {
  .site-footer .textwidget .woocommerce ul.products li.product a img {
    padding-bottom: 1em;
  }
}

.sidebar-menu .textwidget .woocommerce ul.products li img {
  width: 75px !important;
}
.sidebar-menu .textwidget .woocommerce ul.products li.product {
  margin: 0 0.2em 0.5em;
}
.sidebar-menu .textwidget .woocommerce ul.products li figure {
  height: 75px;
  width: 75px;
}

@media only screen and (max-width: 40em) {
  .header-widget-wrap aside.widget_text ul.products li.product, .shop-sidebar .textwidget .woocommerce ul.products li {
    width: 100%;
    padding-bottom: 1em;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .header-widget-wrap aside.widget_text ul.products li.product, .shop-sidebar .textwidget .woocommerce ul.products li {
    padding-bottom: 1em;
  }
}

/*--------------------------------------------------------------
	7.7 Shop Tags
--------------------------------------------------------------*/
.woocommerce.widget_product_tag_cloud .tagcloud a {
  font-size: 0.75em !important;
  padding: 0 0.85em;
  color: white;
  background-color: #dddddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.woocommerce.widget_product_tag_cloud .tagcloud a:hover {
  background-color: #e9e9e9;
}

/*--------------------------------------------------------------
	8.0 Header Cart
--------------------------------------------------------------*/
.header-cart-wrap {
  float: right;
  margin: 0 1.75em;
}
@media only screen and (max-width: 40em) {
  .header-cart-wrap {
    display: table;
    float: none;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .header-cart-wrap {
    display: table;
    float: none;
    margin: 0 auto;
  }
}
.header-cart-wrap a.cart-contents {
  font-size: 0.875rem;
  font-weight: 100;
  color: white;
}
.header-cart-wrap a.cart-contents .count {
  display: none;
}
.header-cart-wrap .header-cart-modal {
  float: left;
  color: white;
}
.header-cart-wrap .header-cart-modal:hover {
  color: #8bd0dd;
}
.header-cart-wrap .forward-slash {
  padding: 0 0.5em 0 0.7em;
  color: white;
}

.site-header-cart .widget_shopping_cart_content {
  padding: 4.5em 1em 2em 0;
}
.site-header-cart .widget_shopping_cart_content ul {
  margin-left: 0;
}
.site-header-cart .widget_shopping_cart_content ul.cart_list li img, .site-header-cart .widget_shopping_cart_content ul.product_list_widget li img {
  width: 75px;
}
.site-header-cart .widget_shopping_cart_content dl.variation {
  border-left: 1px dashed #ebe9eb;
  line-height: 1.9;
  font-weight: 100;
  font-size: 0.75rem;
}
.site-header-cart .widget_shopping_cart_content dl.variation dd p {
  font-size: 0.75rem;
}
.site-header-cart .widget_shopping_cart_content .total {
  border-top: 3px dashed #ebe9eb;
  padding: 2em 0 0;
  margin-top: 1em;
}
.site-header-cart .widget_shopping_cart_content .cart_list li {
  padding-bottom: 1.5em;
}
.site-header-cart .widget_shopping_cart_content li.empty {
  background-color: #fafafa;
  padding: 1.5em;
  text-align: center;
}
.site-header-cart .widget_shopping_cart_content p.buttons a {
  width: 100%;
  margin-bottom: 0.35em;
}

/*--------------------------------------------------------------
	9.0 Category
--------------------------------------------------------------*/
/*--------------------------------------------------------------
	10.0 Version Updates
--------------------------------------------------------------*/
/** As of version 1.2 **/
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .woocommerce ul.products li.product {
    width: 100%;
  }

  .woocommerce ul.products li.product h3 {
    font-size: 1.5em;
  }

  .woocommerce .products ul, .woocommerce ul.products {
    width: 50%;
    margin: 0 auto;
  }

  .woocommerce .related ul li.product, .woocommerce .related ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .upsells.products ul li.product, .woocommerce-page .upsells.products ul.products li.product {
    width: 100%;
  }
}
/* Medium */
@media only screen and (max-width: 40em) {
  .woocommerce ul.products li.product {
    width: 100%;
  }

  .woocommerce ul.products li.product h3 {
    font-size: 1.5em;
  }

  .woocommerce .related ul li.product, .woocommerce .related ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .upsells.products ul li.product, .woocommerce-page .upsells.products ul.products li.product {
    width: 100%;
  }
  .woocommerce .related ul li.product h3, .woocommerce .related ul.products li.product h3, .woocommerce .upsells.products ul li.product h3, .woocommerce .upsells.products ul.products li.product h3, .woocommerce-page .related ul li.product h3, .woocommerce-page .related ul.products li.product h3, .woocommerce-page .upsells.products ul li.product h3, .woocommerce-page .upsells.products ul.products li.product h3 {
    font-size: 1.5em;
  }

  .woocommerce .related ul.products li.product .price ins, .woocommerce .related ul.products li.product .price span.amount {
    font-size: 1.2em;
  }
}
/* Small */
