/*
Theme Name: kinesis-ergo-2018

WooCommerce styles override
*/

/**
 * WooCommerce color variables
 */

/**
 * Imports
 */

/**
 * Products
 */
.woocommerce-products-header {
  background-color: #2c3c46;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  padding-bottom: 43px;
  padding-top: 40px;
  text-align: center;
}

.woocommerce-products-header h1,
.woocommerce-products-header h2,
.woocommerce-products-header h3,
.woocommerce-products-header h4,
.woocommerce-products-header h5,
.woocommerce-products-header h6 {
  font-family: "league-gothic", sans-serif;
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
  text-shadow: 2px 2px 4.85px #272a2a;
}

.woocommerce-products-header h1 {
  font-size: 40px;
}

.woocommerce-products-header p,
.woocommerce-products-header li {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 8px;
  text-shadow: 2px 2px 4.85px #272a2a;
}

@media only screen and (min-width: 48em){

  .woocommerce-products-header h1 {
    font-size: 80px;
  }
}

.post-type-archive-product .block-product-categories .icon-ke__chevron-right {
  display: inline-block;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.ke-category-section {
  padding-top: 47px;
}
.ke-category-section__parent-category {
  color: #1f2b32;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1; 
  margin-bottom: 11px;
  margin-top: 0;
  text-transform: uppercase;
}

.ke-category-section__category {
  color: #1f2b32;
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 12px;
  margin-top: 0;
}

.ke-category-section__description {
  color: #86898d;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.ke-category-section__description a {
  color: #3694ce;
  font-size: 18px;
  font-weight: 700;
  margin-left: 1.2em;
  text-decoration: none;
}

.ke-category-section__description a:after {
  content: '\e900';
  font-family: 'icon-ke' !important;
  font-size: 0.6em;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  margin-left: 0.5em;
  speak: none;
  text-transform: none;
}

ul.products {
  margin: 0;
	padding: 0;
}

ul.products li.product {
	list-style: none;
	position: relative;
	margin-bottom: 2em;
}

ul.products li.product .woocommerce-loop-product__title {
  margin-bottom: 32px;
  margin-top: 0;
}

ul.products li.product img {
	display: block;
	margin: 0 auto;
}

@media screen and (min-width: 48em) {

  ul.products {
    letter-spacing: -0.31em;
    word-spacing: -0.43em;
  }
	ul.products li.product {
		width: 33%;
    display: inline-block;
    vertical-align: bottom;
    letter-spacing: normal;
    text-align: center;
    word-spacing: normal;
    zoom: 1;
    padding: 0 10px;
	}
	.columns-1 ul.products li.product,
	ul.products.columns-1 li.product {
		width: 100%;
	}
	.columns-2 ul.products li.product,
	ul.products.columns-2 li.product {
		width: 50%;
	}
	.columns-3 ul.products li.product,
	ul.products.columns-3 li.product,
	.columns-4 ul.products li.product,
	ul.products.columns-4 li.product,
	.columns-5 ul.products li.product,
	ul.products.columns-5 li.product,
	.columns-6 ul.products li.product,
	ul.products.columns-6 li.product {
		width: 33%;
	}
  ul.products li.product .woocommerce-loop-product__title {
    min-height: 48px;
  }
}

@media screen and (min-width: 60em) {

	.columns-4 ul.products li.product,
	ul.products.columns-4 li.product {
		width: 25%;
	}
	.columns-5 ul.products li.product,
	ul.products.columns-5 li.product {
		width: 20%;
	}
	.columns-6 ul.products li.product,
	ul.products.columns-6 li.product {
		width: 16.6%;
	}
}

.woocommerce-loop-product__link {
  text-decoration: none;
}

.woocommerce-loop-product__title {
  color: #282828;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.post-type-archive-product .button-wrapper {
  position: relative;
  text-align: center;
}

.post-type-archive-product .regular-price {
  font-size: 12px;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 10px;
  position: absolute;
  text-transform: uppercase;
  width: 100%;
}

.post-type-archive-product .content-area {
  margin-bottom: 32px;
}

/* no version of IE supports grid-auto-flow */
/* no version of IE supports auto placement */
/* 
.products-comparison {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 120px repeat(4, 221px);
  grid-auto-columns: 221px;
  overflow-x: scroll;
}
.products-comparison--1-categories {
  grid-template-rows: repeat(3, 1fr);
}
.products-comparison--2-categories {
  grid-template-rows: repeat(4, 1fr);
}
.products-comparison--3-categories {
  grid-template-rows: repeat(5, 1fr);
}
.products-comparison--4-categories {
  grid-template-rows: repeat(6, 1fr);
}
.products-comparison--5-categories {
  grid-template-rows: repeat(7, 1fr);
}
.products-comparison--6-categories {
  grid-template-rows: repeat(8, 1fr);
}
.products-comparison--7-categories {
  grid-template-rows: repeat(9, 1fr);
}
.products-comparison--8-categories {
  grid-template-rows: repeat(10, 1fr);
}
.products-comparison__empty--top-left {
  grid-column-start: 1;
  grid-row-start: 1;
}
.products-comparison__categories {
  grid-column-start: 1;
  grid-column-end: 1;
}
.products-comparison__empty--bottom-left {
  grid-column-start: 1;
}
.products-comparison .woocommerce-loop-product__link {
  align-self: end;
}
 */

/* 
.products-comparison {
  display: table;
}

.products-comparison__row {
  display: table-row;
}

.products-comparison__row > * {
  display: table-cell;
}
 */

.products-comparison .woocommerce-loop-product__link,
.products-comparison__comparison-value,
.products-comparison .button-wrapper {
  min-width: 200px;
  width: calc((100% - 120px) / 5);
}

.products-comparison__categories,
.products-comparison__comparison-value {
  float: left;
}

.products-comparison .woocommerce-loop-product__link {
  display: block;
  -webkit-align-self: baseline;
      -ms-flex-item-align: baseline;
          align-self: baseline;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

/* 
.products-comparison .woocommerce-loop-product__link img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
 */

.products-comparison .products-comparison__row .flex > * {
  padding-top: 16px;
}

@media only screen and (min-width: 1200px){

  .products-comparison .products-comparison__row {
    background-color: #f3f5f7; /* doesn't work inside scrolling container */
  }
}

.products-comparison .products-comparison__row.row--thumb-title {
  background-color: transparent;
  padding-bottom: 31px;
}

.products-comparison .products-comparison__row.row--thumb-title .flex > * {
  padding-top: 0;
}

.products-comparison .products-comparison__row.row--thumb-title + .products-comparison__row .flex > * {
  padding-top: 36px;
}

.products-comparison__categories {
  border-right: 
  color: #282828;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  min-height: 1px;
  min-width: 120px;
  padding-right: 20px;
  width: 140px;
}

.products-comparison__row:not(.row--thumb-title) .products-comparison__categories {
  position: relative;
}

.products-comparison__row:not(.row--thumb-title) .products-comparison__categories:before {
  background-color: #edf0f3;
  bottom: 0;
  content: '';
  display: block;
  left: -999px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.products-comparison__row:not(.row--thumb-title) .products-comparison__categories, 
.products-comparison__comparison-value,
.products-comparison .button-wrapper {
  border-right: 1px solid #dfe1e4;
}

.products-comparison__comparison-value {
  color: #282828;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  padding: 0 38px;
  text-align: center;
}

.products-comparison .products-comparison__row.row--layouts .products-comparison__categories {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  padding-top: 35px;
}

.products-comparison .products-comparison__row.row--layouts .products-comparison__comparison-value p {
  margin-top: 21px;
}

.products-comparison .products-comparison__row.row--details .flex > * {
  padding-bottom: 34px;
  padding-top: 38px;
}

/**
 * Single product
 */
.single-product div.product .single-product-summary {
  background-color: #dee1e3;
}

.single-product div.product .woocommerce-product-gallery {
  background-color: #2c3c46;
	position: relative;
}

.single-product div.product .woocommerce-product-gallery__wrapper {
  margin: 0;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	display: block;
	position: absolute;
	z-index: 99;
}

.single-product div.product .woocommerce-product-gallery .ke-product-gallery__trigger--icon {
	bottom: 1em;
  color: #3ccb9a;
  font-size: 23px;
	left: 1em;
	line-height: 1;
	text-decoration: none;
}

.single-product div.product .woocommerce-product-gallery .ke-product-gallery__trigger--more {
  background-color: #384c59;
  bottom: 0;
  color: #3ccb9a;
  font-size: 12px;
  font-weight: 700;  
  padding: 9px 0;
  right: 0;
  text-align: center;
  text-decoration: none;
  width: 98px;
}

.single-product div.product .woocommerce-product-gallery .ke-product-gallery__trigger--more:after {
  border: none;
  color: #3ccb9a;
  content: '\e900';
  display: inline-block;
  font-family: 'icon-ke' !important;
  font-size: 9px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  height: auto;
  line-height: 1;
  margin-left: 6px;
  speak: none;
  text-transform: none;
  transform: rotate(90deg);
  width: auto;
}

@media only screen and (max-width: 599px){

  .single-product div.product .woocommerce-product-gallery .ke-product-gallery__trigger--more {
    display: none;
  }

  .single-product div.product .woocommerce-product-gallery .ke-product-gallery__trigger--icon {
    bottom: 10px;
    left: auto;
    right: 10px;
  }
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: top;
  width: calc(100% - 98px);
}

.woocommerce-product-gallery__image a {
  display: block;
  height: 532px;
  position: relative;
}

.woocommerce-product-gallery__image a img {
  display: block;
/*   left: 50%; */
  height: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
/*   transform: translateX(-50%) translateY(-50%); */
  width: auto;
  /* slider calculates width differently in FF so we do this: */
  left: 0;
  transform: translateY(-50%);
}
  
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  display: inline-block;
  margin: 0;
	padding: 0;
  vertical-align: top;
  width: 98px;
}

@media only screen and (max-width: 979px){
  
  .single-product div.product .woocommerce-product-gallery {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media only screen and (max-width: 599px){

  .woocommerce-product-gallery__image a {
    height: 270px;
  }
  
  .single-product div.product .woocommerce-product-gallery .flex-viewport,
  .single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    width: 100%;
  }
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	cursor: pointer;
	display: none;
  width: 100%;
  font-size: 0;
  margin-bottom: 1px;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:nth-child(-n+5) {
  display: list-item;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
	opacity: .5;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
	opacity: 1;
}

@media only screen and (max-width: 599px){

  .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
    float: left;
  }

  .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
    width: 48.1%;
  }

  .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
    margin-right: 0;
  }

  .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
    clear: both;
  }

  .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
    width: 30.7966666667%;
  }

  .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
    margin-right: 0;
  }

  .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
    clear: both;
  }

  .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 22.15%;
  }

  .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
    margin-right: 0;
  }

  .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: both;
  }

  .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    width: 16.96%;
  }

  .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
    margin-right: 0;
  }

  .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
    clear: both;
  }
}

/* hide photoswipe/lighbox captions */
.pswp__caption {
  visibility: hidden;
}

.single-product div.product .single-product-summary__summary .product_meta--category {
  padding-top: 15px;
}

.single-product div.product .single-product-summary__summary .product_meta--category .posted_in a {
  display: none;
}

.single-product div.product .single-product-summary__summary .product_meta--category .posted_in a:first-child {
  color: #4196c9;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-decoration: none;
  text-transform: uppercase;
}

.single-product div.product .single-product-summary__summary .product_title {
  font-family: "league-gothic", sans-serif;
  color: #2c3c46;
  font-size: 55px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 9px;
  margin-top: 18px;
}

.single-product div.product .single-product-summary__summary .woocommerce-product-details__short-description {
  color: #2c3c46;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3333;
  margin-bottom: 12px;
}

.single-product div.product .single-product-summary__summary .product_meta--sku {
  color: #2c3c46;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7143; 
  margin-bottom: 13px;
}

.single-product div.product .single-product-summary__summary .variations {
  margin-bottom: 26px;
}

.single-product div.product .single-product-summary__summary .variations select {
  background-color: #f8f8f8;
  border: 1px solid #d5d7d8;
/*   color: #b0b0b0; */
  font-size: 16px;
  font-weight: 500;
  height: 43px;  
  text-transform: uppercase;
}

.single-product div.product .single-product-summary__summary .price {
  color: #2c3c46;
  display: block;
  font-family: "league-gothic", sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 24px;
}

.single-product div.product .single-product-summary__summary .price ins {
  /* normalizes special price */
  background-color: transparent;
}

.single-product div.product .single-product-summary__summary .single_add_to_cart_button {
  background-color: #3ccb9a;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
  padding: 18px 34px 17px;
  text-transform: uppercase;
}
.single-product div.product .single-product-summary__summary .single_add_to_cart_button[disabled],
.single-product div.product .single-product-summary__summary .single_add_to_cart_button.disabled,
.single-product div.product .single-product-summary__summary .single_add_to_cart_button.wc-variation-is-unavailable {
  background-color: #999;
  cursor: auto;
  pointer-events: none;  
}
.single-product div.product .single-product-summary__summary .quantity {
  display: none !important;
  /* WC adds inline block style on variable products */
}

.single-product div.product .single-product-summary__summary .variations [for='pa_variation'] {
  display: none;
  /* hide the most generic variation term, keep any others */
}

.single-product div.product .single-product-summary__summary .variations .reset_variations {
  display: none !important;
}

.single-product div.product .single-product-details {
  padding-top: 25px;
}

.single-product div.product .single-product-details .yikes-custom-woo-tab-title {
  display: none;
}

.single-product div.product .single-product-details .tabs li a {
  color: #2c3c46;
  font-size: 22px;
  font-weight: 400;
  padding: 12px 37px 15px;
}

@media only screen and (max-width: 767px){

  .single-product div.product .single-product-details .tabs li a {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.single-product div.product .single-product-details .tabs {
  border-bottom: 1px solid #dee1e3;
}

.single-product div.product .single-product-details .tabs li:first-child a {
  padding-left: 0;
}

.single-product div.product .single-product-details .tabs li.active a {
  color: #3c95cb;
  font-weight: 700;
}

.single-product div.product .single-product-details .woocommerce-tabs .panel {
  padding-top: 17px;
}

.single-product-details__risk-free,
.single-product-details__warranty {
  margin-bottom: 86px;
  margin-top: 60px;
  padding-left: 16px;
  padding-top: 48px;
  text-align: left;
}

.single-product-details__warranty {
  padding-top: 0;
}

.single-product-details__risk-free img,
.single-product-details__warranty img {
  display: inline-block;
  margin-right: 20px;
  max-width: 78px;
  vertical-align: middle;
}

.single-product-details__risk-free p,
.single-product-details__warranty p {
  color: #2c3c46;
  display: inline-block;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2273; 
  max-width: 150px;
  text-align: left;
  vertical-align: middle;
}

.single-product-details__downloads {
  margin-bottom: 57px;
}

.single-product-details__downloads a {
  background-color: #f6f8fb;
  color: #4196c9;
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 5px;
  padding: 16px 36px;
}

.single-product div.product .single-product-details .related.products {
  display: none;
}

.single-product div.product .single-product-details ul.products li.product .woocommerce-loop-product__title {
  color: #3ccb9a;
  font-size: 27px;
  font-weight: 900;
  line-height: 1.2593;
  margin-bottom: 8px;
}

.single-product div.product .single-product-details ul.products li.product .product-short-description {
  margin-bottom: 10px;
}

.single-product div.product .single-product-upsells {
  background-color: #f6f8fb;
  padding-bottom: 45px;
  padding-top: 62px;
}

.single-product div.product .single-product-upsells .up-sells__heading {
  margin-bottom: 40px;
}

.single-product div.product .single-product-upsells .up-sells__link {
  right: 0;
  position: absolute;
  top: 0;
}

.single-product div.product .single-product-upsells ul.products li.product {
  vertical-align: top;
}

.single-product div.product .single-product-upsells ul.products li.product img {
  margin-bottom: 35px;
}

.single-product div.product .single-product-upsells ul.products li.product .woocommerce-loop-product__title {
  color: #282828;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3333;
}

.single-product div.product .single-product-upsells ul.products li.product .product-short-description {
  display: none;
}

.stock:empty:before {
	display: none;
}

.stock.in-stock {
	color: #0f834d;
}

.stock.out-of-stock {
	color: #e2401c;
}

/**
 * Cart, Checkout, Account form
 */
.woocommerce-cart .site-content,
.woocommerce-checkout .site-content,
.woocommerce-account  .site-content {
  background-color: #f3f5f7;
  color: #1f2b32;
}
.woocommerce-page .site-content input[type="text"],
.woocommerce-page .site-content input[type="email"],
.woocommerce-page .site-content input[type="url"],
.woocommerce-page .site-content input[type="password"],
.woocommerce-page .site-content input[type="search"],
.woocommerce-page .site-content input[type="number"],
.woocommerce-page .site-content input[type="tel"],
.woocommerce-page .site-content input[type="range"],
.woocommerce-page .site-content input[type="date"],
.woocommerce-page .site-content input[type="month"],
.woocommerce-page .site-content input[type="week"],
.woocommerce-page .site-content input[type="time"],
.woocommerce-page .site-content input[type="datetime"],
.woocommerce-page .site-content input[type="datetime-local"],
.woocommerce-page .site-content input[type="color"],
.woocommerce-page .site-content textarea {
  background-color: #f6f8fb;
  border-color: rgba(50, 204, 153, 50);
  border-style: solid;
  border-width: 1px;
  color: #908f8f;
  padding: 8px 13px;
}
.woocommerce-shipping-methods .shipping_method {
  margin-right: 5px;
}
.woocommerce-shipping-methods .shipping_method + label {
  font-size: 16px;
}

/**
 * Cart
 */
.woocommerce-cart-form__contents {
  border-collapse: separate;
  border-spacing: 0 4px;
}
.woocommerce-cart-form__contents thead th {
  padding-bottom: 32px;
}
.woocommerce-cart-form__cart-item {
  /*background-color: #e9ecee;*/
  background-color: #fff;
}
.woocommerce-cart-form__cart-item td {
  padding-bottom: 14px;
  padding-top: 14px;
}
.woocommerce-cart-form__cart-item .product-remove {
  padding-left: 20px;
  padding-right: 11px;
}
.woocommerce-cart-form__cart-item .product-thumbnail {
  font-size: 0;
}
.woocommerce-cart-form__cart-item .product-thumbnail {
  text-align: center;
}
@media only screen and (min-width: 48em){

  .woocommerce-cart-form__cart-item .product-thumbnail {
    text-align: left;
  }
  .woocommerce-cart-form__cart-item .product-thumbnail img {
    max-width: 100px;
  }
}
.woocommerce-cart-form__cart-item .product-name a {
  font-weight: 400;
}
.woocommerce-cart-form__cart-item .product-name .variation {
  font-size: 12px;
}
.woocommerce-cart-form__cart-item .product-name .variation dd {
  margin-bottom: 8px;
}
.woocommerce-cart-form__cart-item .product-name .variation dd p {
  font-size: 12px;
  margin-bottom: 8px;
  margin-top: 0;
}
.woocommerce-cart-form__cart-item .product-quantity input {
  background-color: transparent;
  text-align: center;
  width: 60px;
}
.woocommerce-cart-form__cart-item .product-quantity input[type="number"] {
  padding-right: 8px;
}
.woocommerce-cart-form__bottom-matter > td {
  padding-top: 28px;
  vertical-align: top;
}
.ke-cart-content-supplemental p:first-child {
  margin-top: 0;
}
.woocommerce-cart-form__bottom-matter .cross-sells h2 {
  font-size: 28px;
  text-align: left;
}
.woocommerce-cart-form__bottom-matter .cross-sells .products li.product {
  background-color: #fff;
  padding-bottom: 20px;
  padding-top: 10px;
  vertical-align: top;
}
.woocommerce-cart-form__bottom-matter .cross-sells .products li.product img {
  max-width: 150px;
}
.woocommerce-cart-form__bottom-matter .cross-sells  .products li.product .woocommerce-loop-product__title {
  font-size: 18px;
  text-align: center;
}
.woocommerce-cart-form__bottom-matter .cross-sells  .products li.product  .button-wrapper {
  text-align: center;
}
.woocommerce-cart-form__contents .coupon {
  text-align: right;
}
@media only screen and (min-width: 48em){

  .woocommerce-cart-form__contents .update-cart,
  .woocommerce-cart-form__contents .coupon {
    margin-bottom: 10px;
    text-align: right;
  }
}
.woocommerce-cart-form__contents .coupon .input-text {
  background-color: #f8f8f8;
  border-color: #d5d7d8;
  color: #b0b0b0;
  font-size: 12px;
  line-height: 27px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0.5em;
  padding-top: 0.7em;
  text-align: left;
}
.woocommerce-cart-form__contents .update-cart .button,
.woocommerce-cart-form__contents .coupon .button {
  background-color: #8ca3b2;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 10px;
  min-width: 100px;
  padding-bottom: 0.3em;
  padding-top: 0.4em;
  text-align: center;
  text-transform: uppercase;
}

.woocommerce-cart-form__contents .coupon label {
  visibility: hidden;
}

@media only screen and (max-width: 47.9375em){

  .cart-collaterals table.shop_table_responsive tbody th {
    display: table-cell;
  }
}
.woocommerce-cart-form__contents .cart-collaterals,
.woocommerce-cart-form__contents .cart_totals td,
.woocommerce-cart-form__contents .cart_totals th {
  text-align: right;
}
.woocommerce-cart-form__contents .cart_totals .shop_table {
  margin-left: auto;
  max-width: 400px;
}
.woocommerce .cart_totals h2 {
  display: none;
}
.woocommerce .cart_totals .shipping ul {
  list-style-type: none;
}
.wc-proceed-to-checkout .checkout-button {
  background-color: #3ccb9a;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 15px 25px;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
  white-space: nowrap;
}

/**
 * Shop tables
 */
table.shop_table_responsive thead {
	display: none;
}

table.shop_table_responsive tbody th {
	display: none;
}

table.shop_table_responsive tr td {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	text-align: right;
	clear: both;
}

table.shop_table_responsive tr td:before {
	content: attr(data-title) ": ";
	float: left;
}

table.shop_table_responsive tr.woocommerce-cart-form__bottom-matter td:before {
  content: none;
}

table.shop_table_responsive tr td.product-remove a {
  background-color: #c0c0c0;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  height: 24px;
  line-height: 1.1;
  text-align: center;
  width: 24px;
  -webkit-transition: background-color 0.2s linear;
          transition: background-color 0.2s linear;  
}

table.shop_table_responsive tr td.product-remove a:active,
table.shop_table_responsive tr td.product-remove a:focus,
table.shop_table_responsive tr td.product-remove a:hover {
  background-color: #e2401c;
}

table.shop_table_responsive tr td.product-remove:before {
	display: none;
}

table.shop_table_responsive tr td.actions:before, table.shop_table_responsive tr td.download-actions:before {
	display: none;
}

table.shop_table_responsive tr td.download-actions .button {
	display: block;
	text-align: center;
}

@media screen and (min-width: 48em) {
	table.shop_table_responsive thead {
		display: table-header-group;
	}
	table.shop_table_responsive tbody th {
		display: table-cell;
	}
	table.shop_table_responsive tr th, table.shop_table_responsive tr td {
		text-align: left;
	}
	table.shop_table_responsive tr td {
		display: table-cell;
		padding-left: 0;
		padding-right: 0;
	}
	table.shop_table_responsive tr td:before {
		display: none;
	}
}
     
/**
 * Checkout
 */
.woocommerce-checkout .woocommerce-form-login label,
.woocommerce-checkout .woocommerce-form-login input:not(.woocommerce-form__input-checkbox) {
  display: block;
  width: 100%;
}
.before-checkout-button-group {
  margin-bottom: 42px;
}
.woocommerce-form-login-toggle .woocommerce-info,
.woocommerce-form-coupon-toggle .woocommerce-info {
  background-color: #e9ecee;
  color: #1f2b32;
  font-weight: 700;
  padding-bottom: 24px;
  padding-top: 26px;
}
.woocommerce-form-login-toggle .woocommerce-info a,
.woocommerce-form-coupon-toggle .woocommerce-info a {
  background-color: #8ca3b2;
  border: none;
  font-size: 14px;
  letter-spacing: 0.1em;
  padding: 17px 26px 15px;
  text-transform: uppercase;
}
.woocommerce-form-coupon-toggle {
  margin-bottom: 20px;
}
.woocommerce-billing-fields input, 
.woocommerce-billing-fields label,
.woocommerce-shipping-fields input:not(.woocommerce-form__input-checkbox), 
.woocommerce-shipping-fields label:not(.woocommerce-form__label-for-checkbox) {
  display: block;
  width: 100%;
}
.woocommerce-billing-fields label,
.woocommerce-shipping-fields label {
  color: #908f8f;
  font-size: 18px;
  font-weight: 400;
}
.woocommerce-billing-fields label .required,
.woocommerce-shipping-fields label .required {
  color: #908f8f;
}
.woocommerce-billing-fields .select2-container--default .select2-selection--single,
.woocommerce-shipping-fields .select2-container--default .select2-selection--single {
  background-color: #f6f8fb;  
  border-color: #3ccb9a;
  border-radius: 0;
  height: auto;
  min-height: 42px;
  padding: 8px 5px;  
}
.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-shipping-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-shipping-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #908f8f;
  font-size: 16px;
  font-weight: 400;
}
.woocommerce-page .select2-container {
  font-family: "proxima-nova", sans-serif;
}
.woocommerce-account-fields,
.woocommerce-shipping-fields {
  margin-bottom: 60px;
}
.woocommerce-additional-fields p,
.woocommerce-account-fields p {
  color: #908f8f;
  font-weight: 400;
}
.woocommerce-account-fields label {
  margin-right: 5px;
}
/* your order review */
.woocommerce-checkout-review-order-table {
  border-collapse: separate;
  border-spacing: 0 4px;
}
.woocommerce-checkout-review-order-table thead th {
  padding-bottom: 32px;
  text-align: left;
}
.woocommerce-checkout-review-order-table .cart_item {
  background-color: #e9ecee;
}
.woocommerce-checkout-review-order-table .cart_item td {
  padding-bottom: 28px;
  padding-left: 14px;
  padding-top: 28px;
}
.woocommerce-checkout-review-order-table .product-name .variation {
  font-size: 12px;
}
.woocommerce-checkout-review-order-table .product-name .variation dd {
  margin-bottom: 8px;
}
.woocommerce-checkout-review-order-table .product-name .variation dd p {
  font-size: 12px;
  margin-bottom: 8px;
  margin-top: 0;
}

.woocommerce-checkout-review-order-table tfoot .cart-subtotal th,
.woocommerce-checkout-review-order-table tfoot .cart-subtotal td {
  padding-top: 20px;
}
.woocommerce-checkout-review-order-table tfoot th {
  padding-right: 50px;
  text-align: right;
}
.woocommerce-checkout-review-order-table tfoot td {
  text-align: left;
}
.woocommerce-checkout-review-order-table .shipping ul {
  list-style-type: none;
  padding-left: 0;
}

.wc_payment_methods {
  list-style-type: none;
  padding-left: 0;
}
.wc_payment_methods label[for='payment_method_authorizenet'] {
  display: none;
  text-align: center;
}
.payment_method_authorizenet > p:first-child {
  text-align: center;
}
.wc-credit-card-form {
  border: none;
  padding: 0;
}
.wc-credit-card-form .form-row label,
.wc-credit-card-form .form-row input {
  display: inline-block;
  width: 45%;
}
.woocommerce-checkout-payment .place-order {
  padding: 0 10%;
  text-align: right;
}

@media only screen and (max-width: 768px){

  .wc-credit-card-form .form-row label,
  .wc-credit-card-form .form-row input {
    display: block;
    width: 100%;
  }
  .woocommerce-checkout-payment .place-order {
    padding: 0;
  }
}

.woocommerce-checkout-payment .button {
  background-color: #3ccb9a;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 15px 25px;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.checkout-thumbnail,
.checkout-name {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
	.col2-set .form-row-first {
		float: left;
		margin-right: 3.8%;
	}
	.col2-set .form-row-last {
		float: right;
		margin-right: 0;
	}
	.col2-set .form-row-first,
	.col2-set .form-row-last {
		width: 48.1%;
	}
}

/**
 * Order received
 */
.woocommerce-order-overview {
  margin-bottom: 1.5em;
}
.woocommerce-table--order-details {
  text-align: left;
}

/**
 * Account pages
 */
/* login */
body.woocommerce-account:not(.logged-in) .entry-title {
  text-align: center;
}
body.woocommerce-account:not(.logged-in) .woocommerce-error {
  margin: 0 auto 20px;
  max-width: 718px;
}
.ke-login-box {
  background-color: #fff;
  box-shadow: 0px 0px 5.64px 0.36px rgba(48, 48, 48, 0.2);
  margin: 0 auto;
  padding: 42px 10px 27px;
  max-width: 718px;
}
.ke-login-box h2 {
  color: #3ccb9a;
  font-size: 27px;
  font-weight: 700;
  text-align: center;
}
.ke-login-box label:not(.woocommerce-form__label-for-checkbox),
.ke-login-box input:not(.woocommerce-form__input-checkbox),
.ke-login-box .sub-input-wrapper {
  display: block;
  margin: 0 auto;
  max-width: 532px;
  width: 100%;
}
.ke-login-box input[type="text"],
.ke-login-box input[type="password"] {
  color: #908f8f;
  font-size: 18px;
  font-weight: 400;
  padding: 16px;
}
.ke-login-box .woocommerce-remember-me {
  float: left;
}
.ke-login-box .woocommerce-LostPassword {
  float: right;
}
.ke-login-box .form-row--submit {
  text-align: center;
}
.ke-login-box .woocommerce-Button {
  background-color: #3ccb9a;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
  min-width: 154px;
  padding: 20px 10px;
  text-transform: uppercase;
}

.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding-left: 0;
}
.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 1px;
}
.woocommerce-MyAccount-navigation ul li a {
  background-color: #738997;
  display: block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 2.6875;
  text-align: center;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: #8ca3b2;
}
@media only screen and (min-width: 768px){

  .woocommerce-MyAccount-navigation,
  .woocommerce-MyAccount-content {
    display: inline-block;
    vertical-align: top;
  }
  .woocommerce-MyAccount-navigation {
    width: 180px;
  }
  .woocommerce-MyAccount-content {
    padding-left: 30px;
    width: calc(100% - 200px);
  }
}
@media only screen and (min-width: 1024px){

  .woocommerce-MyAccount-navigation ul li a {
    line-height: 5.5;
  }
  .woocommerce-MyAccount-navigation {
    width: 240px;
  }
  .woocommerce-MyAccount-content {
    padding-left: 100px;
    width: calc(100% - 250px);
  }
}

.woocommerce-address-fields input, 
.woocommerce-address-fields label,
.woocommerce-EditAccountForm input, 
.woocommerce-EditAccountForm label {
  display: block;
  width: 100%;
}
.woocommerce-address-fields .button,
.woocommerce-EditAccountForm .button {
  background-color: #3ccb9a;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 15px 25px;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.woocommerce-orders-table__cell-order-actions a {
  display: inline-block;
  margin: 0 5px;
}
.woocommerce-EditAccountForm,
.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content form {
  max-width: 500px;
}

/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
.site-header-cart {
	position: relative;
	margin: 0;
	padding: 0;
	content: "";
	display: table;
	table-layout: fixed;
}

.site-header-cart .cart-contents {
	text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
	display: none;
}

.site-header-cart .product_list_widget {
	margin: 0;
	padding: 0;
}
/**
 * Buttons
 */
a.button--price,
.button--price {
  background-color: #32cc99;
  font-family: Lato, sans-serif;
  color: #282828;
  display: inline-block;
  font-size: 13px; /* Approximation due to font substitution */
  font-weight: 700;
  line-height: 1;
  padding-bottom: 11px;
  padding-top: 12px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: -webkit-transform .2s ease-in-out;
          transition: transform .2s ease-in-out;
  width: 150px;
}

.button--price:hover,
.button--price:active,
.button--price:focus,
.button--price:visited {
  color: #282828;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.button--price .separator:before {
  color: #ffffff;
  content: '|';
  display: inline-block;
  margin: 0 1em;
}

.button--price .amount {
  font-weight: 900;
}

.button--price .text {
  color: #ffffff;
}

.button--price .icon-ke__chevron-right {
  color: #ffffff;
  font-size: 0.65em;
  position: relative;
  margin-left: 0.5em;
  top: -1px;
}

.button--price del {
  /* hides original prices */
  display: none;
}

.button--price ins {
  /* normalizes special prices */
  background-color: transparent;
}

/**
 * Star rating
 */
.star-rating {
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	font-size: 1em;
	width: 5.3em;
	font-family: 'star';
	font-weight: 400;
}

.star-rating:before {
	content: "\53\53\53\53\53";
	opacity: .25;
	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;
	color: royalblue;
}

p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	margin-right: 1px;
	font-weight: 400;
}

p.stars a:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: "star";
	content: "\53";
	color: #404040;
	text-indent: 0;
	opacity: .25;
}

p.stars a:hover ~ a:before {
	content: "\53";
	color: #404040;
	opacity: .25;
}

p.stars:hover a:before {
	content: "\53";
	color: royalblue;
	opacity: 1;
}

p.stars.selected a.active:before {
	content: "\53";
	color: royalblue;
	opacity: 1;
}

p.stars.selected a.active ~ a:before {
	content: "\53";
	color: #404040;
	opacity: .25;
}

p.stars.selected a:not(.active):before {
	content: "\53";
	color: royalblue;
	opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

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

.woocommerce-tabs ul.tabs li a {
	padding: 1em 0;
	display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
	margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
	text-align: right;
}

.woocommerce-password-strength.strong {
	color: #0f834d;
}

.woocommerce-password-strength.short {
	color: #e2401c;
}

.woocommerce-password-strength.bad {
	color: #e2401c;
}

.woocommerce-password-strength.good {
	color: #3D9CD2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
	box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
	box-shadow: inset 2px 0 0 #e2401c;
}

.required {
	color: red;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  background-color: #00cf96;
  clear: both;
  color: #fff;
  content: "";
  display: block;
  font-family: proxima-nova, sans-serif;
  padding: 10px;
  text-align: center;
}
.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-error,
.woocommerce-account .woocommerce-noreviews {
  margin-bottom: 10px;
}
.woocommerce-message li,
.woocommerce-info li,
.woocommerce-error li,
.woocommerce-noreviews li {
  color: #fff;
  list-style-type: none;
}
.woocommerce-message li:last-child,
.woocommerce-info li:last-child,
.woocommerce-error li:last-child,
.woocommerce-noreviews li:last-child {
  margin-bottom: 0;
}
.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a,
.woocommerce-noreviews a,
p.no-comments a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  padding: 10px;
  border: 1px solid #fff;
  line-height: 1;
  margin: 0 10px;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
	background-color: #3D9CD2;
}

.woocommerce-error {
	background-color: #e2401c;
}

.demo_store {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 1em;
	background-color: #3D9CD2;
	z-index: 9999;
}

@media screen and (min-width: 48em) {
	/**
	 * Header cart
	 */
	.site-header-cart .widget_shopping_cart {
		position: absolute;
		top: 100%;
		width: 100%;
		z-index: 999999;
		left: -999em;
		display: block;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	}
	.site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
		left: 0;
		display: block;
	}
}

/**
 * WooCommerce widgets
 */
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
	margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4em;
}

.widget_price_filter .price_slider_amount .button {
	float: left;
}

.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	cursor: ew-resize;
	outline: none;
	background: royalblue;
	box-sizing: border-box;
	margin-top: -.25em;
	opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
	box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	background: royalblue;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
	height: .5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	height: 100%;
}
