/*
 * woocommerce
 */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  border: 1px solid #dbdada;
  outline: 0;
  margin-bottom: 20px;
  width: 100%;
  height: auto;
  padding: 0.7142857142857143em 1.1428571428571428em;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
selecttextarea,
selectinput[type="text"],
selectinput[type="password"],
selectinput[type="datetime"],
selectinput[type="datetime-local"],
selectinput[type="date"],
selectinput[type="month"],
selectinput[type="time"],
selectinput[type="week"],
selectinput[type="number"],
selectinput[type="email"],
selectinput[type="url"],
selectinput[type="search"],
selectinput[type="tel"],
selectinput[type="color"] {
  height: auto;
  line-height: auto;
}
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
select[multiple]textarea,
select[multiple]input[type="text"],
select[multiple]input[type="password"],
select[multiple]input[type="datetime"],
select[multiple]input[type="datetime-local"],
select[multiple]input[type="date"],
select[multiple]input[type="month"],
select[multiple]input[type="time"],
select[multiple]input[type="week"],
select[multiple]input[type="number"],
select[multiple]input[type="email"],
select[multiple]input[type="url"],
select[multiple]input[type="search"],
select[multiple]input[type="tel"],
select[multiple]input[type="color"] {
  height: auto;
}
/* =Custom Font
-------------------------------------------------------------- */
@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;
}
.product-masonry .masonry-filters {
  margin-bottom: 4.285714285714286em;
}
@media (max-width: 991px) {
  .product-masonry .masonry-filters {
    margin-bottom: 2.142857142857143em;
  }
}
.product-masonry .masonry-filters ul {
  padding: 0;
  text-align: center;
  list-style: none;
}
.product-masonry .masonry-filters ul li {
  display: inline-block;
  text-transform: uppercase;
  margin: 10px 20px;
}
@media (max-width: 991px) {
  .product-masonry .masonry-filters ul li {
    margin: 5px;
  }
}
.product-masonry .masonry-filters ul li a {
  padding: 10px 5px;
  display: block;
  border-bottom: 1px solid transparent;
}
.product-masonry .masonry-filters ul li a.selected {
  color: #fe6367;
  border-bottom-color: #fe6367;
}
@media (max-width: 991px) {
  .product-masonry .masonry-filters ul li a {
    padding: 5px;
  }
}
.woocommerce {
  /* =General Layout Styles
	-------------------------------------------------------------- */
  /* =Product Page
	-------------------------------------------------------------- */
  /* =Product Loops
	-------------------------------------------------------------- */
  /* =Cart Page
	-------------------------------------------------------------- */
  /* =Forms
	-------------------------------------------------------------- */
}
.woocommerce select {
  padding: 0.7142857142857143em 1.1428571428571428em;
}
.woocommerce .col2-set {
  width: 100%;
}
.woocommerce .col2-set:before,
.woocommerce .col2-set:after {
  content: " ";
  display: table;
}
.woocommerce .col2-set:after {
  clear: both;
}
.woocommerce .col2-set .col-1 {
  float: left;
  width: 48%;
}
.woocommerce .col2-set .col-2 {
  float: right;
  width: 48%;
}
.woocommerce img {
  height: auto;
  max-width: 100%;
}
.woocommerce div.product div.images {
  overflow: hidden;
  position: relative;
}
.woocommerce div.product div.thumbnails {
  padding-top: 2.142857142857143em;
  margin-left: -1.0714285714285714em;
  margin-right: -1.0714285714285714em;
}
.woocommerce div.product div.thumbnails:before,
.woocommerce div.product div.thumbnails:after {
  content: " ";
  display: table;
}
.woocommerce div.product div.thumbnails:after {
  clear: both;
}
.woocommerce div.product div.thumbnails a {
  float: left;
  padding-left: 1.0714285714285714em;
  padding-right: 1.0714285714285714em;
  padding-bottom: 2.142857142857143em;
}
.woocommerce div.product div.thumbnails.columns-4 a {
  width: 25%;
}
.woocommerce div.product div.thumbnails.columns-3 a {
  width: 33.33333333333333%;
}
.woocommerce div.product div.thumbnails a.last {
  margin-right: 0;
}
.woocommerce div.product div.thumbnails a.first {
  clear: both;
}
.woocommerce div.product div.summary .product_meta {
  margin-top: 20px;
  margin-bottom: 20px;
}
.woocommerce div.product div.summary .product_meta > span {
  display: block;
  padding: 5px 0;
}
.woocommerce div.product div.summary .product-share span {
  padding-right: 1em;
}
.woocommerce div.product div.summary .product-share a {
  display: inline-block;
  margin: 0 0.5em;
}
.woocommerce div.product .yith-wcwl-add-to-wishlist {
  font-size: 12px;
}
.woocommerce div.product .content-share {
  position: relative;
  margin-top: 1em;
}
.woocommerce #quantity {
  /* Disable input[type=number] buttons until the world is ready */
}
.woocommerce #quantity input::-webkit-outer-spin-button,
.woocommerce #quantity input::-webkit-inner-spin-button {
  display: none;
}
.woocommerce .related:before,
.woocommerce .upsells.products:before,
.woocommerce .related:after,
.woocommerce .upsells.products:after {
  content: " ";
  display: table;
}
.woocommerce .related:after,
.woocommerce .upsells.products:after {
  clear: both;
}
.woocommerce .related h2,
.woocommerce .upsells.products h2 {
  font-size: 1.7142857142857142em;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 1.5em;
}
.woocommerce .related ul.products,
.woocommerce .upsells.products ul.products {
  margin-top: 1em;
}
.woocommerce ul.products {
  clear: both;
  margin-left: -1.0714285714285714em;
  margin-right: -1.0714285714285714em;
}
.woocommerce ul.products:before,
.woocommerce ul.products:after {
  content: " ";
  display: table;
}
.woocommerce ul.products:after {
  clear: both;
}
.woocommerce ul.products li.product {
  float: left;
  padding-left: 1.0714285714285714em;
  padding-right: 1.0714285714285714em;
  position: relative;
  width: 25%;
  margin-bottom: 2.142857142857143em;
}
@media (max-width: 991px) {
  .woocommerce ul.products li.product {
    width: 33.33%;
  }
  .woocommerce ul.products li.product:nth-child(3n + 1) {
    clear: both;
  }
}
@media (max-width: 767px) {
  .woocommerce ul.products li.product {
    width: 50%;
    clear: none !important;
  }
  .woocommerce ul.products li.product:nth-child(2n + 1) {
    clear: both !important;
  }
}
@media (max-width: 480px) {
  .woocommerce ul.products li.product {
    width: 100%;
  }
}
.woocommerce ul.products li.first {
  clear: both;
}
@media (max-width: 991px) {
  .woocommerce ul.products li.first {
    clear: none;
  }
}
.woocommerce ul.products.products-slidebar li.product {
  width: 33.33333333333333%;
}
.woocommerce ul.products.products-slidebar li.first {
  clear: none;
}
.woocommerce.columns-1 ul.products li.product {
  width: 100%;
  margin-right: 0;
}
.woocommerce.columns-2 ul.products li.product {
  width: 50%;
}
.woocommerce.columns-3 ul.products li.product {
  width: 33.33333333333333%;
}
.woocommerce.columns-4 ul.products li.product {
  width: 25%;
}
.woocommerce.columns-5 ul.products li.product {
  width: 20%;
}
.woocommerce.columns-6 ul.products li.product {
  width: 16.666666666666664%;
}
@media (max-width: 991px) {
  .woocommerce.columns-3 ul.products li.product,
  .woocommerce.columns-4 ul.products li.product,
  .woocommerce.columns-5 ul.products li.product,
  .woocommerce.columns-6 ul.products li.product {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .woocommerce.columns-3 ul.products li.product,
  .woocommerce.columns-4 ul.products li.product,
  .woocommerce.columns-5 ul.products li.product,
  .woocommerce.columns-6 ul.products li.product {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .woocommerce.columns-3 ul.products li.product,
  .woocommerce.columns-4 ul.products li.product,
  .woocommerce.columns-5 ul.products li.product,
  .woocommerce.columns-6 ul.products li.product {
    width: 100%;
  }
}
.woocommerce .woocommerce-result-count {
  float: left;
}
.woocommerce .woocommerce-ordering {
  float: right;
}
.woocommerce table.cart img {
  height: auto;
}
.woocommerce table.cart td.actions {
  text-align: right;
}
.woocommerce table.cart td.actions .coupon {
  float: left;
}
.woocommerce table.cart td.actions .coupon label {
  display: none;
}
.woocommerce .cart-collaterals {
  width: 100%;
}
.woocommerce .cart-collaterals:before,
.woocommerce .cart-collaterals:after {
  content: " ";
  display: table;
}
.woocommerce .cart-collaterals:after {
  clear: both;
}
.woocommerce .cart-collaterals .related {
  width: 30.75%;
  float: left;
}
.woocommerce .cart-collaterals .cross-sells {
  width: 48%;
  float: left;
}
.woocommerce .cart-collaterals .cross-sells ul.products {
  float: none;
}
.woocommerce .cart-collaterals .cross-sells ul.products li {
  width: 48%;
}
.woocommerce .cart-collaterals .shipping_calculator {
  width: 48%;
  clear: right;
  float: right;
}
.woocommerce .cart-collaterals .shipping_calculator:before,
.woocommerce .cart-collaterals .shipping_calculator:after {
  content: " ";
  display: table;
}
.woocommerce .cart-collaterals .shipping_calculator:after {
  clear: both;
}
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2 {
  width: 47%;
}
.woocommerce .cart-collaterals .cart_totals {
  float: right;
  width: 48%;
  text-align: right;
}
.woocommerce form .form-row:before,
.woocommerce form .form-row:after {
  content: " ";
  display: table;
}
.woocommerce form .form-row:after {
  clear: both;
}
.woocommerce form .form-row label {
  display: block;
}
.woocommerce form .form-row label.checkbox {
  display: inline;
}
.woocommerce form .form-row select {
  display: block;
  height: 2.9285714285714284em;
  padding: 0.42857142857142855em 1.2857142857142856em;
  font-size: 14px;
  line-height: 1.7;
  color: #5f5f5f;
  background-color: transparent;
  background-image: none;
  border: 1px solid #dbdada;
  border-radius: 0;
  letter-spacing: 0.5px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  width: 100%;
}
.woocommerce form .form-row select:focus {
  border-color: #797979;
  outline: 0;
}
.woocommerce form .form-row select::-moz-placeholder {
  color: #8c8c8c;
  opacity: 1;
}
.woocommerce form .form-row select:-ms-input-placeholder {
  color: #8c8c8c;
}
.woocommerce form .form-row select::-webkit-input-placeholder {
  color: #8c8c8c;
}
.woocommerce form .form-row select[disabled],
.woocommerce form .form-row select[readonly],
fieldset[disabled] .woocommerce form .form-row select {
  cursor: not-allowed;
  background-color: #f4f4f4;
  opacity: 1;
}
textarea.woocommerce form .form-row select {
  height: auto;
}
.woocommerce form .form-row .input-text {
  display: block;
  height: 2.9285714285714284em;
  padding: 0.42857142857142855em 1.2857142857142856em;
  font-size: 14px;
  line-height: 1.7;
  color: #5f5f5f;
  background-color: transparent;
  background-image: none;
  border: 1px solid #dbdada;
  border-radius: 0;
  letter-spacing: 0.5px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.woocommerce form .form-row .input-text:focus {
  border-color: #797979;
  outline: 0;
}
.woocommerce form .form-row .input-text::-moz-placeholder {
  color: #8c8c8c;
  opacity: 1;
}
.woocommerce form .form-row .input-text:-ms-input-placeholder {
  color: #8c8c8c;
}
.woocommerce form .form-row .input-text::-webkit-input-placeholder {
  color: #8c8c8c;
}
.woocommerce form .form-row .input-text[disabled],
.woocommerce form .form-row .input-text[readonly],
fieldset[disabled] .woocommerce form .form-row .input-text {
  cursor: not-allowed;
  background-color: #f4f4f4;
  opacity: 1;
}
textarea.woocommerce form .form-row .input-text {
  height: auto;
}
.woocommerce form .form-row textarea.input-text {
  height: auto;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last {
  float: left;
  width: 47%;
  overflow: visible;
}
@media (max-width: 480px) {
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last {
    width: 100%;
    float: none;
  }
}
.woocommerce form .form-row-last {
  float: right;
}
.woocommerce form .form-row-wide {
  clear: both;
}
.woocommerce form .form-row-wide.create-account {
  border: 3px solid #31708f;
  padding: 3px 8px;
  margin: 10px 3px 9px;
}
.woocommerce .woocommerce-password-strength.short {
  margin-top: 4px;
}
.woocommerce .clear {
  clear: both;
}
.woocommerce .create-account {
  margin: 4px;
}
.woocommerce #payment .form-row select {
  width: auto;
}
.woocommerce #payment .terms {
  text-align: right;
  padding: 0 1em 0;
}
.woocommerce #payment #place_order {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 0px solid transparent;
  white-space: nowrap;
  background: #e7e7e7;
  text-transform: uppercase;
  padding: 0.7142857142857143em 3em;
  font-size: 14px;
  line-height: 1.7;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: border-color color 0.2s ease;
  -o-transition: border-color color 0.2s ease;
  transition: border-color color 0.2s ease;
  float: right;
  background-image: none;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  background-color: #5f5f5f;
  color: #fff;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.woocommerce #payment #place_order:hover,
.woocommerce #payment #place_order:focus {
  outline: 0;
  background: #5f5f5f;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.woocommerce #payment #place_order:hover {
  background-color: #797979;
  color: #ffffff;
}
@media (max-width: 767px) {
  .woocommerce {
    /**
		 * General layout
		 */
    /**
		 * Product Details
		 */
    /**
		 * Cart
		 */
    /**
		 * Checkout
		 */
    /**
		 * Account
		 */
  }
  .woocommerce .col2-set .col-1,
  .woocommerce .col2-set .col-2 {
    float: none;
    width: 100%;
  }
  .woocommerce div.product div.images,
  .woocommerce div.product div.summary {
    float: none;
    width: 100%;
  }
  .woocommerce table.cart .product-thumbnail {
    display: none;
  }
  .woocommerce table.cart td.actions {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }
  .woocommerce table.cart td.actions .coupon {
    float: none;
    margin-bottom: 1em;
  }
  .woocommerce table.cart td.actions .coupon:before,
  .woocommerce table.cart td.actions .coupon:after {
    content: " ";
    display: table;
  }
  .woocommerce table.cart td.actions .coupon:after {
    clear: both;
  }
  .woocommerce table.cart td.actions input,
  .woocommerce table.cart td.actions .button,
  .woocommerce table.cart td.actions .input-text {
    width: 48%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .woocommerce table.cart td.actions .input-text + .button,
  .woocommerce table.cart td.actions .button.alt {
    float: right;
  }
  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce .cart-collaterals .shipping_calculator,
  .woocommerce .cart-collaterals .cross-sells {
    width: 100%;
    float: none;
    text-align: left;
  }
  .woocommerce.woocommerce-checkout form.login .form-row {
    width: 100%;
    float: none;
  }
  .woocommerce #payment .terms {
    text-align: left;
    padding: 0;
  }
  .woocommerce #payment #place_order {
    float: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 1em;
  }
  .woocommerce .lost_reset_password .form-row-first,
  .woocommerce .lost_reset_password .form-row-last {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}
@media (max-width: 767px) and (max-width: 480px) {
  .woocommerce table.cart td.actions input,
  .woocommerce table.cart td.actions .button,
  .woocommerce table.cart td.actions .input-text {
    width: 95%;
    float: none!important;
    margin-bottom: 1em;
  }
}
@media (max-width: 480px) {
  .woocommerce {
    /**
				 * Product Counts
				 */
  }
  .woocommerce .woocommerce-result-count {
    float: right;
  }
}
/* =Global styles/layout
-------------------------------------------------------------- */
p.demo_store {
  position: fixed;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  font-size: 1em;
  padding: 1em 0;
  text-align: center;
  color: #ffffff;
  z-index: 1049;
  background: #5f5f5f;
}
/* =Utilities
-------------------------------------------------------------- */
.wc-forward:after,
.wc-forward a:after {
  font-family: 'WooCommerce';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: 7px;
  content: "\e029";
  font-size: .7em;
}
.wc-backward:before,
.wc-backward 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: 7px;
  content: "\e02f";
  font-size: .7em;
}
/* =Main Styles (namespace to avoid conflict with common global class names)
-------------------------------------------------------------- */
.woocommerce {
  /* =Product Page
	-------------------------------------------------------------- */
  /* Sale labels */
  /* =Product Loops
	-------------------------------------------------------------- */
  /* =Quantity inputs
	-------------------------------------------------------------- */
  /* =Reviews/comments
	-------------------------------------------------------------- */
  /* Star rating */
  /* =Tables
	-------------------------------------------------------------- */
  /* =Cart
	-------------------------------------------------------------- */
  /* =Cart Sidebar
	-------------------------------------------------------------- */
  /* =Cart Page
	-------------------------------------------------------------- */
  /* =Forms
	-------------------------------------------------------------- */
  /* =Checkout
	-------------------------------------------------------------- */
  /* Payment box - appears on checkout and page page */
  /* =Order Page
	-------------------------------------------------------------- */
  /* =Account Page
	-------------------------------------------------------------- */
  /* =Layered Nav Widget
	-------------------------------------------------------------- */
  /* =Price Filter Widget
	-------------------------------------------------------------- */
}
.woocommerce table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.6428571428571428em;
}
.woocommerce table > thead > tr > th,
.woocommerce table > tbody > tr > th,
.woocommerce table > tfoot > tr > th,
.woocommerce table > thead > tr > td,
.woocommerce table > tbody > tr > td,
.woocommerce table > tfoot > tr > td {
  padding: 0.5714285714285714em;
  line-height: 1.7;
  vertical-align: top;
  border-top: 1px solid #dbdada;
}
.woocommerce table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #dbdada;
}
.woocommerce table > caption + thead > tr:first-child > th,
.woocommerce table > colgroup + thead > tr:first-child > th,
.woocommerce table > thead:first-child > tr:first-child > th,
.woocommerce table > caption + thead > tr:first-child > td,
.woocommerce table > colgroup + thead > tr:first-child > td,
.woocommerce table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.woocommerce table > tbody + tbody {
  border-top: 2px solid #dbdada;
}
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info {
  padding: 1em 1em 1em 3.5em !important;
  margin: 0 0 2em !important;
  position: relative;
  list-style: none outside !important;
  width: auto;
}
.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:after,
.woocommerce .woocommerce-error:after,
.woocommerce .woocommerce-info:after {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-message:after,
.woocommerce .woocommerce-error:after,
.woocommerce .woocommerce-info:after {
  clear: both;
}
.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before {
  content: "";
  height: 1.5em;
  width: 1.5em;
  display: block;
  position: absolute;
  top: 0;
  left: 1em;
  font-family: sans-serif;
  font-size: 1em;
  line-height: 1.5;
  text-align: center;
  padding-top: 1em;
}
.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button {
  float: right;
}
.woocommerce .woocommerce-message li,
.woocommerce .woocommerce-error li,
.woocommerce .woocommerce-info li {
  list-style: none outside !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.woocommerce .woocommerce-message {
  border: 3px solid #3c763d;
}
.woocommerce .woocommerce-message:before {
  color: #3c763d;
  content: "\f058";
  font-family: "fontawesome";
}
.woocommerce .woocommerce-info {
  border: 3px solid #31708f;
}
.woocommerce .woocommerce-info:before {
  color: #31708f;
  content: "\f05a";
  font-family: "fontawesome";
}
.woocommerce .woocommerce-error {
  border: 3px solid #a94442;
}
.woocommerce .woocommerce-error:before {
  color: #a94442;
  content: "\f057";
  font-family: "fontawesome";
}
.woocommerce small.note {
  display: block;
  color: #5f5f5f;
  font-size: 11px;
  line-height: 21px;
  margin-top: 10px;
}
.woocommerce div.product {
  margin-bottom: 0;
  position: relative;
  /* Main product title */
  /* Price */
  /* Stock */
  /* Product image and thumbnail */
  /* Summary div (contains title, price etc) */
  /* Social networking */
  /* Tabs on the product page */
  /* Cart button */
  /* add to cart forms */
}
.woocommerce div.product .product_title {
  margin-top: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.7142857142857142em;
}
.woocommerce div.product span.price,
.woocommerce div.product p.price {
  font-size: 1.7142857142857142em;
  font-weight: 400;
  color: #454545;
}
.woocommerce div.product span.price ins,
.woocommerce div.product p.price ins {
  float: left;
  margin-right: 5px;
  text-decoration: none;
}
.woocommerce div.product span.price del,
.woocommerce div.product p.price del {
  font-size: 0.67em;
  color: rgba(95, 95, 95, 0.5);
}
.woocommerce div.product p.stock {
  font-size: 0.92em;
}
.woocommerce div.product .stock {
  color: #5f5f5f;
}
.woocommerce div.product .out-of-stock {
  color: red;
}
.woocommerce div.product div.images {
  margin-bottom: 2em;
}
.woocommerce div.product div.summary {
  margin-bottom: 2em;
}
.woocommerce div.product div.social {
  text-align: right;
  margin: 0 0 1em;
}
.woocommerce div.product div.social span {
  margin: 0 0 0 2px;
}
.woocommerce div.product div.social span span {
  margin: 0;
}
.woocommerce div.product div.social span .stButton .chicklets {
  padding-left: 16px;
  width: 0;
}
.woocommerce div.product div.social iframe {
  float: left;
  margin-top: 3px;
}
.woocommerce div.product .woocommerce-tabs {
  margin-top: 1em;
  margin-bottom: 1em;
}
.woocommerce div.product .woocommerce-tabs .nav-tabs > li > a {
  text-transform: uppercase;
  padding: 0.7rem 1.2rem;
}
.woocommerce div.product .woocommerce-tabs .tab-pane h2 {
  display: none;
}
.woocommerce div.product p.cart {
  margin-bottom: 2em;
}
.woocommerce div.product p.cart:before,
.woocommerce div.product p.cart:after {
  content: " ";
  display: table;
}
.woocommerce div.product p.cart:after {
  clear: both;
}
.woocommerce div.product form.cart {
  margin-top: 2em;
}
.woocommerce div.product form.cart:before,
.woocommerce div.product form.cart:after {
  content: " ";
  display: table;
}
.woocommerce div.product form.cart:after {
  clear: both;
}
.woocommerce div.product form.cart div.quantity {
  float: left;
  margin: 0 1em 0.5em 0;
}
.woocommerce div.product form.cart table {
  border-width: 0 0 0px 0;
}
.woocommerce div.product form.cart table td {
  padding-left: 0;
}
.woocommerce div.product form.cart table div.quantity {
  float: none;
  margin: 0;
}
.woocommerce div.product form.cart table small.stock {
  display: block;
  float: none;
}
.woocommerce div.product form.cart .single_variation_wrap .single_variation {
  margin-bottom: 1.0714285714285714em;
}
.woocommerce div.product form.cart .variations {
  margin-bottom: 1em;
  width: auto;
}
.woocommerce div.product form.cart .variations label {
  font-weight: bold;
}
.woocommerce div.product form.cart .variations select {
  width: auto;
  display: block;
  margin-bottom: 5px;
}
.woocommerce div.product form.cart .variations td.label {
  padding-right: 1em;
  display: table-cell;
}
.woocommerce div.product form.cart .variations td.label label {
  margin: 0;
  color: #5f5f5f;
}
.woocommerce div.product form.cart .variations td {
  vertical-align: top;
  border: 0;
}
.woocommerce div.product form.cart .button {
  vertical-align: middle;
  float: left;
}
.woocommerce div.product form.cart .group_table td.label {
  padding-right: 1em;
  padding-left: 1em;
}
.woocommerce div.product form.cart .group_table td {
  vertical-align: top;
  padding-bottom: .5em;
}
.woocommerce span.onsale {
  position: absolute;
  top: -33px;
  left: -70px;
  display: block;
  width: 150px;
  height: 80px;
  font-size: 14px;
  line-height: 130px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  font-weight: 400;
  background-color: #5f5f5f;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 20;
}
.woocommerce span.out_of_stock {
  background: none repeat scroll 0 0 #b3b3b3;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  font-size: 12px;
  font-weight: 400;
  height: 70px;
  padding: 15px 10px;
  position: absolute;
  right: 10px;
  text-align: center;
  text-transform: uppercase;
  top: 10px;
  width: 70px;
  z-index: 20;
}
.woocommerce .products ul,
.woocommerce ul.products {
  padding: 0;
  list-style: none outside;
  clear: both;
}
.woocommerce .products ul:before,
.woocommerce ul.products:before,
.woocommerce .products ul:after,
.woocommerce ul.products:after {
  content: " ";
  display: table;
}
.woocommerce .products ul:after,
.woocommerce ul.products:after {
  clear: both;
}
.woocommerce .products ul li,
.woocommerce ul.products li {
  list-style: none outside;
}
.woocommerce ul.products li.product h3 {
  padding: .5em 0;
  margin: 0;
  font-size: 1.2857142857142858em;
}
.woocommerce ul.products li.product figure {
  position: relative;
  background-color: #ffffff;
}
.woocommerce ul.products li.product figure .product-wrap {
  position: relative;
  display: block;
}
.woocommerce ul.products li.product figure .product-wrap .product-images {
  position: relative;
  overflow: hidden;
}
.woocommerce ul.products li.product figure .product-wrap .product-images > a {
  position: relative;
  display: block;
}
.woocommerce ul.products li.product figure .product-wrap .product-images .noo-product-thumbnail {
  left: 0;
  top: 0;
  width: 100%;
  z-index: 8;
}
.woocommerce ul.products li.product figure .product-wrap .product-images .noo-product-thumbnail img {
  display: block;
  height: auto;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  width: 100%;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  opacity: 1;
  filter: alpha(opacity=100);
}
.woocommerce ul.products li.product figure .product-wrap .product-images .noo-product-thumbnail.noo-product-front-thumbnail {
  z-index: 10;
  position: relative;
}
.woocommerce ul.products li.product figure .product-wrap .product-images .noo-product-thumbnail.noo-product-back-thumbnail {
  position: absolute;
}
.woocommerce ul.products li.product figure .product-wrap .product-overlay {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background: rgba(254, 99, 103, 0.5);
  z-index: 30;
  width: 100%;
  height: 100%;
}
.woocommerce ul.products li.product figure .product-wrap .product-overlay .product_title {
  text-transform: uppercase;
  font-size: 1.2857142857142858em;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
.woocommerce ul.products li.product figure .product-wrap .product-overlay .product_title a {
  font-weight: 400;
  color: #ffffff;
}
.woocommerce ul.products li.product figure .product-wrap .product-overlay .star-rating:before {
  color: #ffffff;
}
.woocommerce ul.products li.product figure .product-wrap .product-overlay .price {
  padding: 10px 0;
  font-size: 1.7142857142857142em;
  color: #ffffff;
  border-top: 1px solid #ffffff;
  display: inline-block;
  margin-top: 15px;
}
.woocommerce ul.products li.product figure .product-wrap .product-overlay .price del {
  color: #5f5f5f;
}
@media (max-width: 767px) {
  .woocommerce ul.products li.product figure .product-wrap .product-overlay {
    position: static;
    transform: none;
    bottom: 0;
    top: auto;
    height: auto;
    left: auto;
    opacity: 1;
    transform: scale(1);
  }
  .woocommerce ul.products li.product figure .product-wrap .product-overlay h3 {
    margin-top: 0 !important;
  }
  .woocommerce ul.products li.product figure .product-wrap .product-overlay .price {
    padding: 0;
    margin: 0;
  }
  .woocommerce ul.products li.product figure .product-wrap .product-overlay .shop-loop-actions {
    position: relative;
    bottom: 0;
    padding-bottom: .5em;
    position: static;
    bottom: auto;
    left: auto;
    margin-bottom: 20px;
  }
  .woocommerce ul.products li.product figure .product-wrap .product-overlay .shop-loop-actions a {
    width: 47%;
  }
}
.woocommerce ul.products li.product figure .product-wrap .shop-loop-actions {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
}
.woocommerce ul.products li.product figure .product-wrap .shop-loop-actions a {
  background: transparent;
  border: 3px solid #ffffff;
  color: #ffffff;
  font-size: 0.8571428571428571em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.7142857142857143em;
  line-height: 1.5;
  display: inline-block;
  vertical-align: top;
  margin: 3px;
}
.woocommerce ul.products li.product figure .product-wrap .shop-loop-actions a:hover,
.woocommerce ul.products li.product figure .product-wrap .shop-loop-actions a:focus {
  background: #ffffff;
  color: #fe6367;
}
@media (min-width: 768px) and (max-width: 991px) {
  .woocommerce ul.products li.product figure .product-wrap .shop-loop-actions a {
    padding: 0.3em;
    border-width: 2px;
    margin: 2px;
  }
}
.woocommerce ul.products li.product figure .product-wrap .shop-loop-actions .button.add_to_cart_button.loading:before {
  content: " ";
  background: url(../images/ajax-loader.gif) scroll center center no-repeat #ffffff;
}
.woocommerce ul.products li.product figure .product-wrap .shop-loop-actions .button.add_to_cart_button.added:before {
  content: "\f00c";
  position: relative;
  display: inline-block;
  font-family: "fontawesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  padding-right: 5px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.woocommerce ul.products li.product figure:hover .product-wrap .product-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.woocommerce ul.products li.product figure .product-wrap .hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.woocommerce ul.products li.product strong {
  display: block;
}
.woocommerce ul.products li.product .price {
  color: #5f5f5f;
  display: block;
  font-weight: 400;
  font-size: 18px;
  padding-bottom: .5em;
}
.woocommerce ul.products li.product .price del {
  font-size: 0.8571428571428571em;
  color: rgba(95, 95, 95, 0.5);
  margin: -2px 0 0 0;
}
.woocommerce ul.products li.product .price ins {
  background: none;
  text-decoration: none;
}
.woocommerce ul.products li.product .price .from {
  font-size: 0.67em;
  margin: -2px 0 0 0;
  text-transform: uppercase;
  color: rgba(95, 95, 95, 0.5);
}
.woocommerce .product-quickview {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.woocommerce .product-quickview .modal-dialog {
  width: 90%;
  max-width: 800px;
}
.woocommerce .product-quickview .modal-dialog .modal-content {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.woocommerce .product-quickview .modal-dialog .modal-content .product .images,
.woocommerce .product-quickview .modal-dialog .modal-content .product .summary {
  width: 100%;
}
.woocommerce .woocommerce-result-count {
  margin: 0 0 1em;
}
.woocommerce .woocommerce-ordering {
  margin: 0 0 1em;
}
.woocommerce .woocommerce-ordering select {
  vertical-align: top;
}
.woocommerce .cart .button,
.woocommerce .cart input.button {
  border: 3px solid #fe6367;
  height: 41px;
  color: #fe6367;
  padding: 0 4em;
  background: transparent;
}
.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover {
  background: #fe6367;
  color: #ffffff;
}
.woocommerce .cart input.checkout-button {
  background-color: #5f5f5f;
  color: #fff;
}
.woocommerce .cart input.checkout-button:hover {
  background-color: #797979;
}
.woocommerce a.added_to_cart {
  display: none !important;
}
.woocommerce a.added_to_cart:after,
.woocommerce a.added_to_cart:before {
  display: none !important;
}
.woocommerce .quantity {
  position: relative;
  margin: 0 auto;
  zoom: 1;
  /* Hide buttons for opera */
}
.woocommerce .quantity input.qty {
  padding: 0.7142857142857143em;
  height: 41px;
  border: 1px solid #dbdada;
  width: 90px;
}
.woocommerce .quantity noindex:-o-prefocus,
.woocommerce .quantity input[type=number] {
  padding-right: 1.2em;
}
.woocommerce .quantity input {
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
.woocommerce .quantity .plus,
.woocommerce .quantity .minus {
  border: none;
  color: #2f3339;
  height: 40px;
  width: 40px;
  padding: 0.35714285714285715em 0.7142857142857143em;
  background-color: #dfdfdf;
  background-image: none;
}
.woocommerce .quantity .plus:hover,
.woocommerce .quantity .minus:hover {
  background: #5f5f5f;
  color: #ffffff;
}
.woocommerce .quantity .plus {
  border-left-width: 0;
}
.woocommerce .quantity .minus {
  border-right-width: 0;
}
.woocommerce #reviews h2 small {
  float: right;
  color: #5f5f5f;
  font-size: 15px;
  line-height: 21px;
  margin: 10px 0 0 0;
}
.woocommerce #reviews h2 small a {
  text-decoration: none;
  color: #5f5f5f;
}
.woocommerce #reviews h3 {
  margin: 0;
}
.woocommerce #reviews #respond {
  margin: 0;
  border: 0;
  padding: 0;
}
.woocommerce #reviews #comment {
  height: 75px;
}
.woocommerce #reviews #comments .add_review:before,
.woocommerce #reviews #comments .add_review:after {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments .add_review:after {
  clear: both;
}
.woocommerce #reviews #comments h2 {
  clear: none;
}
.woocommerce #reviews #comments ol.commentlist {
  margin: 0;
  padding: 0;
  width: 100%;
  background: none;
  list-style: none;
}
.woocommerce #reviews #comments ol.commentlist:before,
.woocommerce #reviews #comments ol.commentlist:after {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments ol.commentlist:after {
  clear: both;
}
.woocommerce #reviews #comments ol.commentlist li {
  padding: 0;
  margin: 0 0 20px;
  position: relative;
  background: 0;
  border: 0;
}
.woocommerce #reviews #comments ol.commentlist li .meta {
  color: #5f5f5f;
  font-size: 0.75em;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px;
  width: 32px;
  height: auto;
  border: 1px solid #f6f6f6;
  margin: 0;
  line-height: 1;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 50px;
  border: 1px solid #f6f6f6;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 1em 1em 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text:before,
.woocommerce #reviews #comments ol.commentlist li .comment-text:after {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text:after {
  clear: both;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
  margin: 0 0 1em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 0.83em;
}
.woocommerce #reviews #comments ol.commentlist ul.children {
  list-style: none outside;
  margin: 20px 0 0 50px;
}
.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
  display: none;
}
.woocommerce #reviews #comments ol.commentlist #respond {
  border: 1px solid #dbdada;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 1em 1em 0;
  margin: 20px 0 0 50px;
}
.woocommerce #reviews #comments .commentlist > li:before {
  content: "";
}
.woocommerce .star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 14px;
  line-height: 1em;
  font-size: 12px;
  width: 5.5em;
  font-family: 'star';
}
.woocommerce .star-rating:before {
  content: "\73\73\73\73\73";
  color: #5f5f5f;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.woocommerce .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
  color: #fe6367;
}
.woocommerce .star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
}
.woocommerce .woocommerce-product-rating {
  display: block;
  margin-bottom: 1.6428571428571428em;
  margin-top: 0.8214285714285714em;
}
.woocommerce .woocommerce-product-rating .woocommerce-review-link {
  font-size: 12px;
}
.woocommerce .woocommerce-product-rating .star-rating {
  margin: .5em 4px 0 0;
  float: left;
}
.woocommerce .products .star-rating {
  display: block;
  margin: 0 auto .5em;
  float: none;
}
.woocommerce .hreview-aggregate .star-rating {
  margin: 10px 0 0 0;
}
.woocommerce #review_form #respond {
  position: static;
  margin: 0;
  width: auto;
  padding: 0 0 0;
  background: transparent none;
  border: 0;
}
.woocommerce #review_form #respond:before,
.woocommerce #review_form #respond:after {
  content: " ";
  display: table;
}
.woocommerce #review_form #respond:after {
  clear: both;
}
.woocommerce #review_form #respond p {
  margin: 0 0 10px;
}
.woocommerce #review_form #respond .form-submit input {
  left: auto;
}
.woocommerce #review_form #respond textarea {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  width: 100%;
}
.woocommerce p.stars {
  position: relative;
  font-size: 1em;
}
.woocommerce p.stars a {
  display: inline-block;
  margin-right: 1em;
  text-indent: -9999px;
  position: relative;
  color: #bbb;
  font-size: 14px;
}
.woocommerce p.stars a:last-child {
  border-right: 0;
}
.woocommerce p.stars a.star-1,
.woocommerce p.stars a.star-2,
.woocommerce p.stars a.star-3,
.woocommerce p.stars a.star-4,
.woocommerce p.stars a.star-5 {
  border-right: 1px solid #ccc;
}
.woocommerce p.stars a.star-1:after,
.woocommerce p.stars a.star-2:after,
.woocommerce p.stars a.star-3:after,
.woocommerce p.stars a.star-4:after,
.woocommerce p.stars a.star-5:after {
  font-family: "WooCommerce";
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.woocommerce p.stars a.star-1 {
  width: 2em;
}
.woocommerce p.stars a.star-1:after {
  content: "\e021";
}
.woocommerce p.stars a.star-1:hover:after,
.woocommerce p.stars a.star-1.active:after {
  content: "\e020";
}
.woocommerce p.stars a.star-2 {
  width: 3em;
}
.woocommerce p.stars a.star-2:after {
  content: "\e021\e021";
}
.woocommerce p.stars a.star-2:hover:after,
.woocommerce p.stars a.star-2.active:after {
  content: "\e020\e020";
}
.woocommerce p.stars a.star-3 {
  width: 4em;
}
.woocommerce p.stars a.star-3:after {
  content: "\e021\e021\e021";
}
.woocommerce p.stars a.star-3:hover:after,
.woocommerce p.stars a.star-3.active:after {
  content: "\e020\e020\e020";
}
.woocommerce p.stars a.star-4 {
  width: 5em;
}
.woocommerce p.stars a.star-4:after {
  content: "\e021\e021\e021\e021";
}
.woocommerce p.stars a.star-4:hover:after,
.woocommerce p.stars a.star-4.active:after {
  content: "\e020\e020\e020\e020";
}
.woocommerce p.stars a.star-5 {
  width: 6em;
  border: 0;
}
.woocommerce p.stars a.star-5:after {
  content: "\e021\e021\e021\e021\e021";
}
.woocommerce p.stars a.star-5:hover:after,
.woocommerce p.stars a.star-5.active:after {
  content: "\e020\e020\e020\e020\e020";
}
.woocommerce table.shop_attributes {
  border: 0;
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
  margin-bottom: 1.618em;
  width: 100%;
}
.woocommerce table.shop_attributes th {
  width: 150px;
  font-weight: bold;
  padding: 8px;
  border-top: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  margin: 0;
  line-height: 1.5em;
}
.woocommerce 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.5em;
}
.woocommerce table.shop_attributes td p {
  margin: 0;
  padding: 8px 0;
}
.woocommerce table.shop_attributes .alt td,
.woocommerce table.shop_attributes .alt th {
  background: rgba(0, 0, 0, 0.025);
}
.woocommerce table.my_account_orders {
  font-size: 0.85em;
}
.woocommerce table.my_account_orders th,
.woocommerce table.my_account_orders td {
  padding: 4px 8px;
  vertical-align: middle;
}
.woocommerce table.my_account_orders .button {
  white-space: nowrap;
}
.woocommerce table.my_account_orders .order-actions {
  text-align: right;
}
.woocommerce table.my_account_orders .order-actions .button {
  margin: .125em 0 .125em .25em;
}
.woocommerce td.product-name dl.variation {
  margin: .25em 0;
}
.woocommerce td.product-name dl.variation:before,
.woocommerce td.product-name dl.variation:after {
  content: " ";
  display: table;
}
.woocommerce td.product-name dl.variation:after {
  clear: both;
}
.woocommerce td.product-name dl.variation dt,
.woocommerce td.product-name dl.variation dd {
  display: inline-block;
  float: left;
  margin-bottom: 1em;
}
.woocommerce td.product-name dl.variation dt {
  font-weight: bold;
  padding: 0 0 .25em 0;
  margin: 0 4px 0 0;
  clear: left;
}
.woocommerce td.product-name dl.variation dd {
  padding: 0 0 .25em 0;
}
.woocommerce td.product-name dl.variation dd p:last-child {
  margin-bottom: 0;
}
.woocommerce td.product-name p.backorder_notification {
  font-size: 0.83em;
}
.woocommerce td.product-quantity {
  min-width: 80px;
}
.woocommerce table.cart .product-thumbnail {
  min-width: 32px;
}
.woocommerce table.cart img {
  width: 32px;
}
.woocommerce table.cart th,
.woocommerce table.cart td {
  vertical-align: middle;
}
.woocommerce table.cart a.remove {
  display: block;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  color: red;
  text-decoration: none;
  font-weight: bold;
}
.woocommerce table.cart a.remove:hover {
  background-color: red;
  color: #fff;
}
.woocommerce table.cart td.actions .coupon .input-text {
  display: block;
  width: 100%;
  height: 2.9285714285714284em;
  padding: 0.42857142857142855em 1.2857142857142856em;
  font-size: 14px;
  line-height: 1.7;
  color: #5f5f5f;
  background-color: transparent;
  background-image: none;
  border: 1px solid #dbdada;
  border-radius: 0;
  letter-spacing: 0.5px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  height: 41px;
  display: inline-block;
  width: 40%;
  float: left;
}
.woocommerce table.cart td.actions .coupon .input-text:focus {
  border-color: #797979;
  outline: 0;
}
.woocommerce table.cart td.actions .coupon .input-text::-moz-placeholder {
  color: #8c8c8c;
  opacity: 1;
}
.woocommerce table.cart td.actions .coupon .input-text:-ms-input-placeholder {
  color: #8c8c8c;
}
.woocommerce table.cart td.actions .coupon .input-text::-webkit-input-placeholder {
  color: #8c8c8c;
}
.woocommerce table.cart td.actions .coupon .input-text[disabled],
.woocommerce table.cart td.actions .coupon .input-text[readonly],
fieldset[disabled] .woocommerce table.cart td.actions .coupon .input-text {
  cursor: not-allowed;
  background-color: #f4f4f4;
  opacity: 1;
}
textarea.woocommerce table.cart td.actions .coupon .input-text {
  height: auto;
}
@media (max-width: 480px) {
  .woocommerce table.cart td.actions .coupon .input-text {
    width: 95%;
  }
}
.woocommerce table.cart input {
  margin: 0;
  vertical-align: middle;
  line-height: 1em;
}
@media (max-width: 767px) {
  .woocommerce table.cart input.qty {
    width: 60px;
  }
}
.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
  list-style: none outside;
  padding: 0;
  margin: 0;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  padding: 10px 0;
  margin: 0;
  list-style: none;
}
.woocommerce ul.cart_list li:before,
.woocommerce ul.product_list_widget li:before,
.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after {
  content: " ";
  display: table;
}
.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after {
  clear: both;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  display: block;
  font-weight: bold;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  float: left;
  margin-right: 10px;
  width: 100px;
  height: auto;
}
.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
  margin: 0;
  padding-left: 1em;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
}
.woocommerce ul.cart_list li dl:before,
.woocommerce ul.product_list_widget li dl:before,
.woocommerce ul.cart_list li dl:after,
.woocommerce ul.product_list_widget li dl:after {
  content: " ";
  display: table;
}
.woocommerce ul.cart_list li dl:after,
.woocommerce ul.product_list_widget li dl:after {
  clear: both;
}
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt,
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd {
  display: inline-block;
  float: left;
  margin-botom: 1em;
}
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt {
  font-weight: bold;
  padding: 0 0 .25em 0;
  margin: 0 4px 0 0;
  clear: left;
}
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd {
  padding: 0 0 .25em 0;
}
.woocommerce ul.cart_list li dl dd p:last-child,
.woocommerce ul.product_list_widget li dl dd p:last-child {
  margin-bottom: 0;
}
.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
  float: none;
}
.woocommerce.widget_product_categories ul.product-categories > li:before {
  content: '\f0da';
  position: relative;
  display: inline-block;
  font-family: "fontawesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  padding-right: 5px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.woocommerce.widget_product_categories ul.product-categories > li,
.woocommerce.widget_product_categories ul.product-categories > li:last-child,
.woocommerce.widget_product_categories ul.product-categories > li:first-child {
  border: none;
  padding: 5px 0;
}
.woocommerce.widget_product_categories ul.product-categories > li ul.children {
  padding-left: 20px;
}
.woocommerce.widget_product_categories ul.product-categories > li ul.children li {
  border: none;
  padding: 5px 0;
}
.woocommerce.widget_product_categories ul.product-categories > li ul.children li:last-child {
  padding-bottom: 0;
}
.woocommerce.widget_product_search input[name="s"] {
  display: block;
  width: 100%;
  height: 2.9285714285714284em;
  padding: 0.42857142857142855em 1.2857142857142856em;
  font-size: 14px;
  line-height: 1.7;
  color: #5f5f5f;
  background-color: transparent;
  background-image: none;
  border: 1px solid #dbdada;
  border-radius: 0;
  letter-spacing: 0.5px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.woocommerce.widget_product_search input[name="s"]:focus {
  border-color: #797979;
  outline: 0;
}
.woocommerce.widget_product_search input[name="s"]::-moz-placeholder {
  color: #8c8c8c;
  opacity: 1;
}
.woocommerce.widget_product_search input[name="s"]:-ms-input-placeholder {
  color: #8c8c8c;
}
.woocommerce.widget_product_search input[name="s"]::-webkit-input-placeholder {
  color: #8c8c8c;
}
.woocommerce.widget_product_search input[name="s"][disabled],
.woocommerce.widget_product_search input[name="s"][readonly],
fieldset[disabled] .woocommerce.widget_product_search input[name="s"] {
  cursor: not-allowed;
  background-color: #f4f4f4;
  opacity: 1;
}
textarea.woocommerce.widget_product_search input[name="s"] {
  height: auto;
}
.woocommerce.widget_product_search input[type="submit"],
.woocommerce.widget_product_search #searchsubmit,
.woocommerce.widget_product_search .screen-reader-text {
  display: none;
}
.woocommerce.widget_shopping_cart .total,
.woocommerce .widget_shopping_cart .total {
  border-top: 1px solid #dbdada;
  padding: 4px 0 0;
  color: #5f5f5f;
}
.woocommerce.widget_shopping_cart .total strong,
.woocommerce .widget_shopping_cart .total strong {
  min-width: 40px;
  display: inline-block;
}
.woocommerce.widget_shopping_cart .buttons:before,
.woocommerce .widget_shopping_cart .buttons:before,
.woocommerce.widget_shopping_cart .buttons:after,
.woocommerce .widget_shopping_cart .buttons:after {
  content: " ";
  display: table;
}
.woocommerce.widget_shopping_cart .buttons:after,
.woocommerce .widget_shopping_cart .buttons:after {
  clear: both;
}
.woocommerce.widget_shopping_cart .buttons .button,
.woocommerce .widget_shopping_cart .buttons .button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 0px solid transparent;
  white-space: nowrap;
  background: #e7e7e7;
  text-transform: uppercase;
  padding: 0.7142857142857143em 3em;
  font-size: 14px;
  line-height: 1.7;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: border-color color 0.2s ease;
  -o-transition: border-color color 0.2s ease;
  transition: border-color color 0.2s ease;
  background-color: #dfdfdf;
  background-image: none;
  font-size: 0.8571428571428571em;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #2f3339;
}
.woocommerce.widget_shopping_cart .buttons .button:hover,
.woocommerce .widget_shopping_cart .buttons .button:hover,
.woocommerce.widget_shopping_cart .buttons .button:focus,
.woocommerce .widget_shopping_cart .buttons .button:focus {
  outline: 0;
  background: #5f5f5f;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.woocommerce.widget_shopping_cart .buttons .button:hover,
.woocommerce .widget_shopping_cart .buttons .button:hover {
  background: #5f5f5f;
  color: #ffffff;
}
.woocommerce.widget_shopping_cart .buttons .button:after,
.woocommerce .widget_shopping_cart .buttons .button:after {
  display: none;
}
.woocommerce .select2-container .select2-choice {
  display: block;
  width: 100%;
  height: 2.9285714285714284em;
  padding: 0.42857142857142855em 1.2857142857142856em;
  font-size: 14px;
  line-height: 1.7;
  color: #5f5f5f;
  background-color: transparent;
  background-image: none;
  border: 1px solid #dbdada;
  border-radius: 0;
  letter-spacing: 0.5px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.woocommerce .select2-container .select2-choice:focus {
  border-color: #797979;
  outline: 0;
}
.woocommerce .select2-container .select2-choice::-moz-placeholder {
  color: #8c8c8c;
  opacity: 1;
}
.woocommerce .select2-container .select2-choice:-ms-input-placeholder {
  color: #8c8c8c;
}
.woocommerce .select2-container .select2-choice::-webkit-input-placeholder {
  color: #8c8c8c;
}
.woocommerce .select2-container .select2-choice[disabled],
.woocommerce .select2-container .select2-choice[readonly],
fieldset[disabled] .woocommerce .select2-container .select2-choice {
  cursor: not-allowed;
  background-color: #f4f4f4;
  opacity: 1;
}
textarea.woocommerce .select2-container .select2-choice {
  height: auto;
}
.woocommerce .cart-collaterals h2 {
  font-size: 22px;
  font-weight: normal;
}
.woocommerce .cart-collaterals .shipping_calculator .button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 0px solid transparent;
  white-space: nowrap;
  background: #e7e7e7;
  text-transform: uppercase;
  padding: 0.7142857142857143em 3em;
  font-size: 14px;
  line-height: 1.7;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: border-color color 0.2s ease;
  -o-transition: border-color color 0.2s ease;
  transition: border-color color 0.2s ease;
  width: 100%;
  display: block;
  float: none;
  background-color: #dfdfdf;
  background-image: none;
  height: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  color: #2f3339;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.woocommerce .cart-collaterals .shipping_calculator .button:hover,
.woocommerce .cart-collaterals .shipping_calculator .button:focus {
  outline: 0;
  background: #5f5f5f;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.woocommerce .cart-collaterals .shipping_calculator .button:hover {
  background-color: #5f5f5f;
  color: #ffffff;
}
.woocommerce .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: 7px;
  content: "\e02e";
}
.woocommerce .cart-collaterals .cart_totals p {
  margin: 0;
}
.woocommerce .cart-collaterals .cart_totals p small {
  color: #5f5f5f;
  font-size: 0.83em;
}
.woocommerce .cart-collaterals .cart_totals table {
  border-collapse: separate;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 0 0 6px;
  padding: 0;
}
.woocommerce .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce .cart-collaterals .cart_totals table tr:first-child td {
  border-top: 0;
}
.woocommerce .cart-collaterals .cart_totals table th {
  padding: 6px 12px 0 0;
  width: 25%;
}
.woocommerce .cart-collaterals .cart_totals table td {
  padding: 6px 0;
}
.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce .cart-collaterals .cart_totals table th {
  vertical-align: top;
}
.woocommerce .cart-collaterals .cart_totals table small {
  display: block;
  color: #5f5f5f;
}
.woocommerce .cart-collaterals .cart_totals table select {
  width: 100%;
}
.woocommerce .cart-collaterals .cart_totals .shipping-calculator-form .button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 0px solid transparent;
  white-space: nowrap;
  background: #e7e7e7;
  text-transform: uppercase;
  padding: 0.7142857142857143em 3em;
  line-height: 1.7;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: border-color color 0.2s ease;
  -o-transition: border-color color 0.2s ease;
  transition: border-color color 0.2s ease;
  float: none;
  background-color: #dfdfdf;
  background-image: none;
  height: 40px;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 14px;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #2f3339;
}
.woocommerce .cart-collaterals .cart_totals .shipping-calculator-form .button:hover,
.woocommerce .cart-collaterals .cart_totals .shipping-calculator-form .button:focus {
  outline: 0;
  background: #5f5f5f;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.woocommerce .cart-collaterals .cart_totals .shipping-calculator-form .button:hover {
  background-color: #5f5f5f;
  color: #ffffff;
}
.woocommerce .cart-collaterals .cart_totals .discount td {
  color: #5f5f5f;
}
.woocommerce .cart-collaterals .cart_totals tr td,
.woocommerce .cart-collaterals .cart_totals tr th {
  border-top: 1px solid #dbdada;
}
.woocommerce .cart-collaterals .cross-sells ul.products li.product {
  margin-top: 0;
}
.woocommerce form .form-row {
  padding: 3px;
  margin: 0 0 6px;
}
.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  -moz-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}
.woocommerce form .form-row label {
  line-height: 2em;
}
.woocommerce form .form-row label.hidden {
  visibility: hidden;
}
.woocommerce form .form-row label.inline {
  display: inline;
}
.woocommerce form .form-row select {
  cursor: pointer;
  margin: 0;
}
.woocommerce form .form-row .required {
  color: red;
  font-weight: bold;
  border: 0;
}
.woocommerce form .form-row .input-checkbox {
  margin: -2px 8px 0 0;
  text-align: center;
  vertical-align: middle;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  display: block;
  height: 2.9285714285714284em;
  padding: 0.42857142857142855em 1.2857142857142856em;
  font-size: 14px;
  line-height: 1.7;
  color: #5f5f5f;
  background-color: transparent;
  background-image: none;
  border: 1px solid #dbdada;
  border-radius: 0;
  letter-spacing: 0.5px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
}
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus {
  border-color: #797979;
  outline: 0;
}
.woocommerce form .form-row input.input-text::-moz-placeholder,
.woocommerce form .form-row textarea::-moz-placeholder {
  color: #8c8c8c;
  opacity: 1;
}
.woocommerce form .form-row input.input-text:-ms-input-placeholder,
.woocommerce form .form-row textarea:-ms-input-placeholder {
  color: #8c8c8c;
}
.woocommerce form .form-row input.input-text::-webkit-input-placeholder,
.woocommerce form .form-row textarea::-webkit-input-placeholder {
  color: #8c8c8c;
}
.woocommerce form .form-row input.input-text[disabled],
.woocommerce form .form-row textarea[disabled],
.woocommerce form .form-row input.input-text[readonly],
.woocommerce form .form-row textarea[readonly],
fieldset[disabled] .woocommerce form .form-row input.input-text,
fieldset[disabled] .woocommerce form .form-row textarea {
  cursor: not-allowed;
  background-color: #f4f4f4;
  opacity: 1;
}
textarea.woocommerce form .form-row input.input-text,
textarea.woocommerce form .form-row textarea {
  height: auto;
}
.woocommerce form .form-row textarea {
  height: 4em;
  line-height: 1.5em;
  display: block;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: auto;
}
.woocommerce form .form-row.validate-required.woocommerce-invalid .chosen-single,
.woocommerce form .form-row.validate-required.woocommerce-invalid .chosen-drop,
.woocommerce form .form-row.validate-required.woocommerce-invalid input.input-text,
.woocommerce form .form-row.validate-required.woocommerce-invalid select {
  border-color: #fb7f88;
}
.woocommerce form .form-row ::-webkit-input-placeholder {
  line-height: normal;
}
.woocommerce form .form-row :-moz-placeholder {
  line-height: normal;
}
.woocommerce form .form-row :-ms-input-placeholder {
  line-height: normal;
}
.woocommerce form .form-row .chosen-container-single .chosen-single {
  height: 2.9285714285714284em;
  line-height: 2.9285714285714284em;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woocommerce form .form-row .chosen-container-single .chosen-single div b {
  background-position: 0 10px !important;
}
.woocommerce form .form-row .chosen-container-single .chosen-drop {
  background: transparent;
  color: #5f5f5f;
}
.woocommerce form.login,
.woocommerce form.checkout_coupon,
.woocommerce form.register {
  border: 1px solid #dbdada;
  padding: 20px;
  margin: 2em 0 2em 0px;
  text-align: left;
  overflow: hidden;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.woocommerce form.login .button,
.woocommerce form.checkout_coupon .button,
.woocommerce form.register .button {
  height: 2.9285714285714284em;
}
.woocommerce ul#shipping_method {
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.woocommerce ul#shipping_method li {
  margin: 0;
  padding: .25em 0 .25em 22px;
  text-indent: -22px;
  list-style: none outside;
}
.woocommerce ul#shipping_method .amount {
  font-weight: bold;
}
.woocommerce p.woocommerce-shipping-contents {
  margin: 0;
}
.woocommerce .checkout .h3 {
  font-size: 22px;
  font-weight: normal;
}
.woocommerce .checkout .col-2 h3#ship-to-different-address label {
  display: inline;
  vertical-align: middle;
  padding-left: 0;
}
.woocommerce .checkout .col-2 .notes {
  clear: left;
}
.woocommerce .checkout .col-2 .form-row-first {
  clear: left;
}
.woocommerce .checkout .create-account small {
  font-size: 11px;
  color: #5f5f5f;
  line-height: 13px;
  font-weight: normal;
}
.woocommerce .checkout div.shipping-address {
  padding: 0;
  clear: left;
  width: 100%;
}
.woocommerce .checkout .shipping_address {
  clear: both;
}
.woocommerce #payment ul.payment_methods {
  text-align: left;
  padding: 1em;
  border-bottom: 1px solid #dbdada;
  margin: 0;
  list-style: none outside;
}
.woocommerce #payment ul.payment_methods:before,
.woocommerce #payment ul.payment_methods:after {
  content: " ";
  display: table;
}
.woocommerce #payment ul.payment_methods:after {
  clear: both;
}
.woocommerce #payment ul.payment_methods li {
  line-height: 2em;
  text-align: left;
  margin: 0;
  font-weight: normal;
}
.woocommerce #payment ul.payment_methods li input {
  margin: 0 1em 0 0;
}
.woocommerce #payment ul.payment_methods li img {
  vertical-align: middle;
  margin: -2px 0 0 0.5em;
  position: relative;
}
.woocommerce #payment div.form-row {
  padding: 1em;
  border-top: 1px solid #dbdada;
}
.woocommerce #payment div.payment_box {
  position: relative;
  width: 96%;
  padding: 1em 2%;
  margin: 1em 0 1em 0;
  font-size: 0.92em;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  line-height: 1.5em;
  background-color: #f7f7f7;
  color: #777777;
}
.woocommerce #payment div.payment_box input.input-text,
.woocommerce #payment div.payment_box textarea {
  border-color: #dbdada;
  border-top-color: #c2c0c0;
  -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.4);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.4);
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc {
  font-size: 1.5em;
  padding: 8px;
  background-repeat: no-repeat;
  background-position: right;
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.visa {
  background-image: url(../images/icons/credit-cards/visa.png);
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard {
  background-image: url(../images/icons/credit-cards/mastercard.png);
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.laser {
  background-image: url(../images/icons/credit-cards/laser.png);
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub {
  background-image: url(../images/icons/credit-cards/diners.png);
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.maestro {
  background-image: url(../images/icons/credit-cards/maestro.png);
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.jcb {
  background-image: url(../images/icons/credit-cards/jcb.png);
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.amex {
  background-image: url(../images/icons/credit-cards/amex.png);
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.discover {
  background-image: url(../images/icons/credit-cards/discover.png);
}
.woocommerce #payment div.payment_box span.help {
  font-size: 11px;
  color: #5f5f5f;
  line-height: 13px;
  font-weight: normal;
}
.woocommerce #payment div.payment_box .form-row {
  margin: 0 0 1em;
}
.woocommerce #payment div.payment_box p:last-child {
  margin-bottom: 0;
}
.woocommerce #payment div.payment_box:after {
  content: "";
  display: block;
  border: 8px solid #f7f7f7;
  /* arrow size / color */
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -1px;
  left: 0;
  margin: -1em 0 0 2em;
}
.woocommerce .order_details {
  margin: 0 0 1.5em;
  list-style: none;
}
.woocommerce .order_details:before,
.woocommerce .order_details:after {
  content: " ";
  display: table;
}
.woocommerce .order_details:after {
  clear: both;
}
.woocommerce .order_details li {
  float: left;
  margin-right: 2em;
  text-transform: uppercase;
  font-size: 0.715em;
  line-height: 1em;
  border-right: 1px dashed #dbdada;
  padding-right: 2em;
}
.woocommerce .order_details li strong {
  display: block;
  font-size: 1.4em;
  text-transform: none;
  line-height: 1.5em;
}
.woocommerce .order_details li:last-of-type {
  border: none;
}
.woocommerce .addresses .title:before,
.woocommerce .addresses .title:after {
  content: " ";
  display: table;
}
.woocommerce .addresses .title:after {
  clear: both;
}
.woocommerce .addresses .title h3 {
  float: left;
}
.woocommerce .addresses .title .edit {
  float: right;
}
.woocommerce ol.commentlist.notes li.note p.meta {
  font-weight: bold;
  margin-bottom: 0;
}
.woocommerce ol.commentlist.notes li.note .description p:last-child {
  margin-bottom: 0;
}
.woocommerce ul.digital-downloads {
  margin-left: 0;
  padding-left: 0;
}
.woocommerce ul.digital-downloads li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.woocommerce 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: 7px;
  content: "\e00a";
}
.woocommerce ul.digital-downloads li .count {
  float: right;
}
.woocommerce .widget_layered_nav ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
}
.woocommerce .widget_layered_nav ul li {
  padding: 0 0 1px;
  list-style: none;
}
.woocommerce .widget_layered_nav ul li:before,
.woocommerce .widget_layered_nav ul li:after {
  content: " ";
  display: table;
}
.woocommerce .widget_layered_nav ul li:after {
  clear: both;
}
.woocommerce .widget_layered_nav ul li a,
.woocommerce .widget_layered_nav ul li span {
  padding: 1px 0;
  float: left;
}
.woocommerce .widget_layered_nav ul li.chosen a {
  text-decoration: none;
  background: #5f5f5f;
  color: #5f5f5f;
  font-size: 0.8571428571428571em;
  padding: 0.42857142857142855em 0.8571428571428571em;
}
.woocommerce .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: 7px;
  content: "\e013";
}
.woocommerce .widget_layered_nav ul li.chosen a:hover {
  color: #fff;
  background: #fe6367;
}
.woocommerce .widget_layered_nav ul small.count {
  float: right;
  margin-left: 6px;
  font-size: 1em;
  padding: 1px 0;
  color: #5f5f5f;
}
.woocommerce .widget_layered_nav_filters ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
  overflow: hidden;
  zoom: 1;
}
.woocommerce .widget_layered_nav_filters ul li {
  float: left;
  padding: 0 1px 1px 0;
  list-style: none;
  border: none;
}
.woocommerce .widget_layered_nav_filters ul li a {
  text-decoration: none;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 0px solid transparent;
  white-space: nowrap;
  background: #e7e7e7;
  text-transform: uppercase;
  padding: 0.7142857142857143em 3em;
  font-size: 14px;
  line-height: 1.7;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: border-color color 0.2s ease;
  -o-transition: border-color color 0.2s ease;
  transition: border-color color 0.2s ease;
  background-color: #5f5f5f;
  background-image: none;
  font-size: 0.8571428571428571em;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #2f3339;
}
.woocommerce .widget_layered_nav_filters ul li a:hover,
.woocommerce .widget_layered_nav_filters ul li a:focus {
  outline: 0;
  background: #5f5f5f;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.woocommerce .widget_layered_nav_filters ul li a:hover {
  background: #797979;
  color: #ffffff;
}
.woocommerce .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: 7px;
  content: "\e013";
}
.woocommerce .widget_price_filter .price_slider {
  margin-bottom: 1em;
}
.woocommerce .widget_price_filter .price_slider_amount {
  text-align: right;
  font-size: 14px;
  color: #5f5f5f;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 0px solid transparent;
  white-space: nowrap;
  background: #e7e7e7;
  text-transform: uppercase;
  padding: 0.7142857142857143em 3em;
  font-size: 14px;
  line-height: 1.7;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: border-color color 0.2s ease;
  -o-transition: border-color color 0.2s ease;
  transition: border-color color 0.2s ease;
  background-color: #dfdfdf;
  background-image: none;
  font-size: 0.8571428571428571em;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #2f3339;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover,
.woocommerce .widget_price_filter .price_slider_amount .button:focus {
  outline: 0;
  background: #5f5f5f;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
  background: #5f5f5f;
  color: #ffffff;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  float: left;
}
.woocommerce .widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: pointer;
  outline: none;
  top: -0.2em;
  background: #e8e8e8;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background: #5f5f5f;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #eeeeee;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: .5em;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}
.mobile-minicart-icon {
  position: relative;
  float: right;
  height: 75px;
  display: table;
  padding: 0 15px;
  border-radius: 3px;
  background-image: none;
  cursor: pointer;
}
.mobile-minicart-icon:hover {
  text-decoration: none;
}
@media (min-width: 992px) {
  .mobile-minicart-icon {
    display: none;
  }
}
.navbar .navbar-header .mobile-minicart-icon {
  background: none;
  min-width: 25px;
  min-height: 25px;
  color: #ffffff;
}
.navbar .navbar-header .mobile-minicart-icon:hover,
.navbar .navbar-header .mobile-minicart-icon:focus {
  color: #d9d9d9;
}
.navbar .navbar-header .mobile-minicart-icon span {
  color: #2e2e2e;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  vertical-align: bottom;
}
@media (max-width: 991px) {
  .navbar .navbar-header .mobile-minicart-icon {
    display: table;
  }
  .navbar .navbar-header .mobile-minicart-icon .fa {
    display: table-cell;
    vertical-align: middle;
  }
}
.noo-menu-item-cart {
  position: relative;
}
@media (max-width: 991px) {
  .noo-menu-item-cart {
    display: none !important;
  }
}
.noo-menu-item-cart .cart-item {
  position: relative;
}
.noo-menu-item-cart .cart-item span {
  font-size: 90%;
  position: absolute;
  right: -10px;
  top: -6px;
  line-height: 1;
}
.noo-menu-item-cart .noo-minicart {
  display: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  z-index: 9999;
  position: absolute;
  border-color: #ddd;
  width: 300px;
  right: -15px;
  -webkit-box-shadow: 2px 2px 3px rgba(102, 102, 102, 0.1);
  box-shadow: 2px 2px 3px rgba(102, 102, 102, 0.1);
  background: #fff;
  top: 60px;
  line-height: 1.7;
}
.noo-menu-item-cart .noo-minicart:before {
  position: absolute;
  display: block;
  content: "";
  top: -8px;
  right: 20px;
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  background: #fff;
}
.noo-menu-item-cart .noo-minicart .minicart-header {
  font-size: 0.8571428571428571em;
  text-transform: uppercase;
  color: #5f5f5f;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  font-weight: normal;
}
.noo-menu-item-cart .noo-minicart .minicart-body {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.noo-menu-item-cart .noo-minicart .minicart-body .cart-product {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ddd;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  overflow: hidden;
  position: relative;
}
.noo-menu-item-cart .noo-minicart .minicart-body .cart-product.cart-product-remove {
  height: 0;
  padding: 0;
  margin: 0;
  border: none;
}
.noo-menu-item-cart .noo-minicart .minicart-body .cart-product:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.noo-menu-item-cart .noo-minicart .minicart-body .cart-product .cart-product-image {
  float: left;
  margin-right: 5px;
}
.noo-menu-item-cart .noo-minicart .minicart-body .cart-product .cart-product-image img {
  max-width: 60px;
  max-height: 60px;
}
.noo-menu-item-cart .noo-minicart .minicart-body .cart-product .cart-product-details {
  float: left;
  font-size: 0.8571428571428571em;
}
.noo-menu-item-cart .noo-minicart .minicart-body .cart-product .cart-product-details .cart-product-title {
  font-weight: bold;
}
.noo-menu-item-cart .noo-minicart .minicart-body .cart-product .cart-product-details .cart-product-title a {
  color: #7e7e7e;
}
.noo-menu-item-cart .noo-minicart .minicart-body .cart-product .cart-product-details .cart-product-title a:hover {
  color: #fe6367;
}
.noo-menu-item-cart .noo-minicart .minicart-body .cart-product .remove {
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid #ddd;
  color: #5f5f5f;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.noo-menu-item-cart .noo-minicart .minicart-body .cart-product .remove:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.noo-menu-item-cart .noo-minicart .minicart-footer {
  padding: 10px;
}
.noo-menu-item-cart .noo-minicart .minicart-footer .minicart-total {
  font-size: 0.8571428571428571em;
  text-transform: uppercase;
  color: #5f5f5f;
  padding: 0 10px 10px;
  text-align: center;
  font-weight: normal;
}
.noo-menu-item-cart .noo-minicart .minicart-footer .minicart-actions {
  text-align: center;
}
.noo-menu-item-cart .noo-minicart .minicart-footer .minicart-actions.empty {
  text-align: left;
}
.noo-menu-item-cart .noo-minicart .minicart-footer .minicart-actions .button {
  display: inline-block;
  margin: 3px;
  padding: 0.7142857142857143em 1em;
  color: #ffffff;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .woocommerce a.button.loading:before,
  .woocommerce button.button.loading:before,
  .woocommerce input.button.loading:before,
  .woocommerce #respond input#submit.loading:before,
  .woocommerce #content input.button.loading:before {
    background-image: url(../images/ajax-loader@2x.gif);
    background-size: 16px 16px;
  }
}
.checkout.woocommerce-checkout .radio input[type="radio"],
.checkout.woocommerce-checkout .radio-inline input[type="radio"],
.checkout.woocommerce-checkout .checkbox input[type="checkbox"],
.checkout.woocommerce-checkout .checkbox-inline input[type="checkbox"] {
  margin-left: -28px;
  margin-top: 3px;
}
