.clear {
  clear: both;
}
.nobr {
  white-space: nowrap;
}
/**
 * Objects
 */
/* Primary colour for buttons (alt) */
/* Text on primary colour bg */
/* Secondary buttons */
/* Text on secondary colour bg */
/* Prices, In stock labels, sales flash */
/* Text on highlight colour bg */
/* Content BG - Tabs (active state) */
/* small, breadcrumbs etc */
/* Contains base colours like @primary */
/* Colours */
/* Price slider bar / layered nav UI */
/* Text on tertiary colour bg */
/* Price slider bg */
/* =Custom Font
-------------------------------------------------------------- */
@font-face {
  font-family: 'star';
  src: url('../../font/star.eot');
  src: url('../../font/star.eot') format('embedded-opentype'), url('../../font/star.woff') format('woff'), url('../../font/star.ttf') format('truetype'), url('../../font/star.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'WooCommerce';
  src: url('../../font/WooCommerce.eot');
  src: url('../../font/WooCommerce.eot') format('embedded-opentype'), url('../../font/WooCommerce.woff') format('woff'), url('../../font/WooCommerce.ttf') format('truetype'), url('../../font/WooCommerce.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* =Global styles/layout
-------------------------------------------------------------- */
p.demo_store {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  font-size: 1em;
  padding: .5em 0;
  text-align: center;
  background: #888888;
  border: 1px solid #6f6f6f;
  color: #ffffff;
  z-index: 99998;
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.2);
}
.admin-bar p.demo_store {
  top: 28px;
}
/* =Utilities
-------------------------------------------------------------- */
.wc-forward.added_to_cart:after {
    font-family: 'MaterialDesignIcons';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 32px;
    -webkit-font-smoothing: antialiased;
    margin-left: 7px;
    vertical-align: middle;
    content: "\f1da";
    position: absolute;
    right: 8px;
    top: 0;
    font-size: 20px;
}
.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: .75em;
}
/* =Main Styles (namespace to avoid conflict with common global class names)
-------------------------------------------------------------- */
.woocommerce,
.woocommerce-page {
  /* =Product Page
	-------------------------------------------------------------- */
  /* Sale labels */
  /* =Product Loops
	-------------------------------------------------------------- */
  /* =Buttons
	-------------------------------------------------------------- */
  /* =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 .woocommerce-message,
.woocommerce-page .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce-page .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info {
    padding: 20px 20px 20px 120px !important;
    margin: 0 -15px 2em !important;
    position: relative;
    list-style: none outside !important;
    width: auto;
}

.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before,
.woocommerce .woocommerce-error:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce .woocommerce-message:after,
.woocommerce-page .woocommerce-message:after,
.woocommerce .woocommerce-error:after,
.woocommerce-page .woocommerce-error:after,
.woocommerce .woocommerce-info:after,
.woocommerce-page .woocommerce-info:after {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-message:after,
.woocommerce-page .woocommerce-message:after,
.woocommerce .woocommerce-error:after,
.woocommerce-page .woocommerce-error:after,
.woocommerce .woocommerce-info:after,
.woocommerce-page .woocommerce-info:after {
  clear: both;
}
.woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-message:before, .woocommerce .woocommerce-error:before, .woocommerce-page .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce-page .woocommerce-info:before {
    content: "";
    display: block;
    font-family: sans-serif;
    font-size: 30px;
    left: 0;
    line-height: 20px;
    padding-top: 30px;
    vertical-align: middle;
    top: 0;
    position: absolute;
    padding-left: 3px;
    text-align: center;
    width: 80px;
    z-index: 1;
    height: 100%;
}
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-message .button,
.woocommerce .woocommerce-error .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce-page .woocommerce-info .button {
  float: right;
}
.woocommerce .woocommerce-message li,
.woocommerce-page .woocommerce-message li,
.woocommerce .woocommerce-error li,
.woocommerce-page .woocommerce-error li,
.woocommerce .woocommerce-info li,
.woocommerce-page .woocommerce-info li {
  list-style: none outside !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before {
  content: "\2713";
    text-transform: none;
}
.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before {
  content: "i";
  font-family: Times, Georgia, serif;
  font-style: italic;
    text-transform: none;
}
.woocommerce .woocommerce-error:before,
.woocommerce-page .woocommerce-error:before {
  content: "\00d7";
  font-weight: 700;
    text-transform: none;

}
.woocommerce small.note,
.woocommerce-page small.note {
  display: block;
  color: #777777;
  font-size: 11px;
  line-height: 21px;
  margin-top: 10px;
}
.woocommerce .woocommerce-breadcrumb,
.woocommerce-page .woocommerce-breadcrumb {
    /*color: #888;*/
    /*display: block;*/
    /*font-size: 11px;*/
    /*font-style: italic;*/
    /*left: 116px;*/
    /*padding: 0;*/
    /*position: relative;*/
    /*top: 70px;*/
}

.woocommerce.admin-bar .woocommerce-breadcrumb,
.woocommerce-page.admin-bar .woocommerce-breadcrumb{
    /*top: 102px;*/
}
.woocommerce .woocommerce-breadcrumb:before,
.woocommerce-page .woocommerce-breadcrumb:before,
.woocommerce .woocommerce-breadcrumb:after,
.woocommerce-page .woocommerce-breadcrumb:after {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-breadcrumb:after,
.woocommerce-page .woocommerce-breadcrumb:after {
  clear: both;
}
.woocommerce .woocommerce-breadcrumb a,
.woocommerce-page .woocommerce-breadcrumb a {
    /*color: #888;*/
    /*padding: 0 7px;*/
}
.woocommerce .woocommerce-breadcrumb a:first-child,
.woocommerce-page .woocommerce-breadcrumb a:first-child{
    /*padding-left: 0;*/
}
.woocommerce div.product,
.woocommerce-page div.product,
.woocommerce #content div.product,
.woocommerce-page #content 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,
.woocommerce-page div.product .product_title,
.woocommerce #content div.product .product_title,
.woocommerce-page #content div.product .product_title {
}
.woocommerce div.product span.price,
.woocommerce-page div.product span.price,
.woocommerce #content div.product span.price,
.woocommerce-page #content div.product span.price,
.woocommerce div.product p.price,
.woocommerce-page div.product p.price,
.woocommerce #content div.product p.price,
.woocommerce-page #content div.product p.price {
  font-size: 1.25em;
}
.woocommerce div.product span.price ins,
.woocommerce-page div.product span.price ins,
.woocommerce #content div.product span.price ins,
.woocommerce-page #content div.product span.price ins,
.woocommerce div.product p.price ins,
.woocommerce-page div.product p.price ins,
.woocommerce #content div.product p.price ins,
.woocommerce-page #content div.product p.price ins {
    text-decoration: none;
}
.woocommerce div.product span.price del,
.woocommerce-page div.product span.price del,
.woocommerce #content div.product span.price del,
.woocommerce-page #content div.product span.price del,
.woocommerce div.product p.price del,
.woocommerce-page div.product p.price del,
.woocommerce #content div.product p.price del,
.woocommerce-page #content div.product p.price del {
  font-size: 0.67em;
}
.woocommerce div.product p.stock,
.woocommerce-page div.product p.stock,
.woocommerce #content div.product p.stock,
.woocommerce-page #content div.product p.stock {
  font-size: 0.92em;
}
.woocommerce div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce #content div.product div.images,
.woocommerce-page #content div.product div.images {
  margin-bottom: 2em;
    position: relative;
}
.woocommerce div.product div.images img,
.woocommerce-page div.product div.images img,
.woocommerce #content div.product div.images img,
.woocommerce-page #content div.product div.images img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    height: auto;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
.woocommerce div.product div.images div.thumbnails,
.woocommerce-page div.product div.images div.thumbnails,
.woocommerce #content div.product div.images div.thumbnails,
.woocommerce-page #content div.product div.images div.thumbnails {
    padding-top: 8px;
}
.woocommerce div.product div.summary,
.woocommerce-page div.product div.summary,
.woocommerce #content div.product div.summary,
.woocommerce-page #content div.product div.summary {
  margin-bottom: 2em;
}
.woocommerce div.product div.social,
.woocommerce-page div.product div.social,
.woocommerce #content div.product div.social,
.woocommerce-page #content div.product div.social {
  text-align: right;
  margin: 0 0 1em;
}
.woocommerce div.product div.social span,
.woocommerce-page div.product div.social span,
.woocommerce #content div.product div.social span,
.woocommerce-page #content div.product div.social span {
  margin: 0 0 0 2px;
}
.woocommerce div.product div.social span span,
.woocommerce-page div.product div.social span span,
.woocommerce #content div.product div.social span span,
.woocommerce-page #content div.product div.social span span {
  margin: 0;
}
.woocommerce div.product div.social span .stButton .chicklets,
.woocommerce-page div.product div.social span .stButton .chicklets,
.woocommerce #content div.product div.social span .stButton .chicklets,
.woocommerce-page #content div.product div.social span .stButton .chicklets {
  padding-left: 16px;
  width: 0;
}
.woocommerce div.product div.social iframe,
.woocommerce-page div.product div.social iframe,
.woocommerce #content div.product div.social iframe,
.woocommerce-page #content div.product div.social iframe {
  float: left;
  margin-top: 3px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs,
.woocommerce #content div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
  list-style: none;
  padding: 0 0 0 1em;
  overflow: visible;
  position: relative;
    font-size: 0;
    left: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
  display: inline-block;
  position: relative;
  z-index: 0;
    margin: 0;
  padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: 25px 20px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: uppercase;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a:hover {
  text-decoration: none;
  /*color: #a2a2a2;*/
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active {
  z-index: 2;
  border-bottom: none!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a {
  opacity: 1;
}

.woocommerce div.product .woocommerce-tabs .panel, .woocommerce-page div.product .woocommerce-tabs .panel, .woocommerce #content div.product .woocommerce-tabs .panel, .woocommerce-page #content div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 30px;
    padding-left: 40px;
     border: none;
     border-radius: 0;
     -webkit-box-shadow: none;
     box-shadow: none;
}
.woocommerce div.product p.cart,
.woocommerce-page div.product p.cart,
.woocommerce #content div.product p.cart,
.woocommerce-page #content div.product p.cart {
  margin-bottom: 2em;
  *zoom: 1;
}
.woocommerce div.product p.cart:before,
.woocommerce-page div.product p.cart:before,
.woocommerce #content div.product p.cart:before,
.woocommerce-page #content div.product p.cart:before,
.woocommerce div.product p.cart:after,
.woocommerce-page div.product p.cart:after,
.woocommerce #content div.product p.cart:after,
.woocommerce-page #content div.product p.cart:after {
  content: " ";
  display: table;
}
.woocommerce div.product p.cart:after,
.woocommerce-page div.product p.cart:after,
.woocommerce #content div.product p.cart:after,
.woocommerce-page #content div.product p.cart:after {
  clear: both;
}
.woocommerce div.product form.cart,
.woocommerce-page div.product form.cart,
.woocommerce #content div.product form.cart,
.woocommerce-page #content div.product form.cart {
  margin-bottom: 2em;
  *zoom: 1;
}
.woocommerce div.product form.cart:before,
.woocommerce-page div.product form.cart:before,
.woocommerce #content div.product form.cart:before,
.woocommerce-page #content div.product form.cart:before,
.woocommerce div.product form.cart:after,
.woocommerce-page div.product form.cart:after,
.woocommerce #content div.product form.cart:after,
.woocommerce-page #content div.product form.cart:after {
  content: " ";
  display: table;
}
.woocommerce div.product form.cart:after,
.woocommerce-page div.product form.cart:after,
.woocommerce #content div.product form.cart:after,
.woocommerce-page #content div.product form.cart:after {
  clear: both;
}
.woocommerce div.product form.cart div.quantity,
.woocommerce-page div.product form.cart div.quantity,
.woocommerce #content div.product form.cart div.quantity,
.woocommerce-page #content div.product form.cart div.quantity {
    margin: 0 4px 0 0;
    display: inline-block;
    vertical-align: top;
}
.woocommerce div.product form.cart table,
.woocommerce-page div.product form.cart table,
.woocommerce #content div.product form.cart table,
.woocommerce-page #content div.product form.cart table {
  border-width: 0 0 1px 0;
}
.woocommerce div.product form.cart table td,
.woocommerce-page div.product form.cart table td,
.woocommerce #content div.product form.cart table td,
.woocommerce-page #content div.product form.cart table td {
  padding-left: 0;
}
.woocommerce div.product form.cart table div.quantity,
.woocommerce-page div.product form.cart table div.quantity,
.woocommerce #content div.product form.cart table div.quantity,
.woocommerce-page #content div.product form.cart table div.quantity {
  float: none;
  margin: 0;
}
.woocommerce div.product form.cart table small.stock,
.woocommerce-page div.product form.cart table small.stock,
.woocommerce #content div.product form.cart table small.stock,
.woocommerce-page #content div.product form.cart table small.stock {
  display: block;
  float: none;
}
.woocommerce div.product form.cart .variations,
.woocommerce-page div.product form.cart .variations,
.woocommerce #content div.product form.cart .variations,
.woocommerce-page #content div.product form.cart .variations {
  margin-bottom: 1em;
}
.woocommerce div.product form.cart .variations label, .woocommerce-page div.product form.cart .variations label, .woocommerce #content div.product form.cart .variations label, .woocommerce-page #content div.product form.cart .variations label {
    /*color: #000000;*/
    /*font-size: 12px;*/
    /*font-weight: 600;*/
    /*line-height: 23px;*/
}
.woocommerce div.product form.cart .variations select,
.woocommerce-page div.product form.cart .variations select,
.woocommerce #content div.product form.cart .variations select,
.woocommerce-page #content div.product form.cart .variations select {
  width: 100%;
  float: left;
}
.woocommerce div.product form.cart .variations td.label,
.woocommerce-page div.product form.cart .variations td.label,
.woocommerce #content div.product form.cart .variations td.label,
.woocommerce-page #content div.product form.cart .variations td.label {
  padding-right: 1em;
}
.woocommerce div.product form.cart .variations td,
.woocommerce-page div.product form.cart .variations td,
.woocommerce #content div.product form.cart .variations td,
.woocommerce-page #content div.product form.cart .variations td {
  vertical-align: top;
    width: 50%;
}
.woocommerce div.product form.cart .button,
.woocommerce-page div.product form.cart .button,
.woocommerce #content div.product form.cart .button,
.woocommerce-page #content div.product form.cart .button {
    margin-top: 0;
    left: 0;
    display: inline-block;
    vertical-align: top;
}
.woocommerce div.product form.cart .group_table td.label,
.woocommerce-page div.product form.cart .group_table td.label,
.woocommerce #content div.product form.cart .group_table td.label,
.woocommerce-page #content div.product form.cart .group_table td.label {
  padding-right: 1em;
  padding-left: 1em;
}
.woocommerce div.product form.cart .group_table td,
.woocommerce-page div.product form.cart .group_table td,
.woocommerce #content div.product form.cart .group_table td,
.woocommerce-page #content div.product form.cart .group_table td {
  vertical-align: top;
  padding-bottom: .5em;
}
.woocommerce span.onsale, .woocommerce-page span.onsale {
    color: #fff;
    font-size: 12px;
    letter-spacing: 0px;
    margin: 0;
    padding: 0 20px;
    position: absolute;
    text-align: center;
    top: 6px;
}
.woocommerce .products ul,
.woocommerce-page .products ul,
.woocommerce ul.products,
.woocommerce-page ul.products {
  margin: 20px 0px 20px 0px;
  padding: 0;
  list-style: none outside;
  clear: both;
  *zoom: 1;
}
.woocommerce .products ul:before,
.woocommerce-page .products ul:before,
.woocommerce ul.products:before,
.woocommerce-page ul.products:before,
.woocommerce .products ul:after,
.woocommerce-page .products ul:after,
.woocommerce ul.products:after,
.woocommerce-page ul.products:after {
  content: " ";
  display: table;
}
.woocommerce .products ul:after,
.woocommerce-page .products ul:after,
.woocommerce ul.products:after,
.woocommerce-page ul.products:after {
  clear: both;
}
.woocommerce .products ul li,
.woocommerce-page .products ul li,
.woocommerce ul.products li,
.woocommerce-page ul.products li {
  list-style: none outside;
}
.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale {
  top: 0;
  right: 0;
  left: auto;
    z-index: 1;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.archive.woocommerce .products .product:hover span.onsale,
.woocommerce-page .products .product:hover span.onsale{
    /*background: white;*/
}
.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0 0 25px;
    padding: 0;
    position: relative;
}
.woocommerce ul.products li.product h3:after,
.woocommerce-page ul.products li.product h3:after,
.woocommerce-tabs h2:after,
.woocommerce-tabs h3:after,
.woocommerce-cart #content-wrap .woocommerce h2:after,
.woocommerce-cart #content-wrap .woocommerce h3:after,
.woocommerce-checkout #content-wrap .woocommerce h2:after,
.woocommerce-checkout #content-wrap .woocommerce h3:after,
.woocommerce-account #content-wrap .woocommerce h2:after,
.woocommerce-account #content-wrap .woocommerce h3:after,
#comments-wrap h3:after,
#comments-wrap h2:after{
    /*position: absolute;*/
    /*content:"";*/
    /*bottom: -20px;*/
    /*left: 0;*/
    /*height: 1px;*/
    /*width: 40px;*/
    /*background: #eee;*/
}

.woocommerce ul.products li.product a,
.woocommerce-page ul.products li.product a {
  text-decoration: none;
    display: inline-block;
}
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 8px;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.woocommerce ul.products li.product strong,
.woocommerce-page ul.products li.product strong {
  display: block;
}
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  font-weight: normal;
  /*margin-bottom: .5em;*/
}
.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del {
  font-size: 0.67em;
  /*margin: -2px 0 0 0;*/
}
.woocommerce ul.products li.product .price ins,
.woocommerce-page ul.products li.product .price ins {
  background: none;
}
.woocommerce ul.products li.product .price .from,
.woocommerce-page ul.products li.product .price .from {
  font-size: 0.67em;
  margin: -2px 0 0 0;
  text-transform: uppercase;
}
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  margin: 0;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  margin: 0;
}
.woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select {
  vertical-align: top;
}
.woocommerce nav.woocommerce-pagination,
.woocommerce-page nav.woocommerce-pagination,
.woocommerce #content nav.woocommerce-pagination,
.woocommerce-page #content nav.woocommerce-pagination {
  text-align: left;
    height: 40px;
    margin-bottom: 30px;
}
.woocommerce nav.woocommerce-pagination ul,
.woocommerce-page nav.woocommerce-pagination ul,
.woocommerce #content nav.woocommerce-pagination ul,
.woocommerce-page #content nav.woocommerce-pagination ul {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border: 1px solid #d5d5d5;
  border-right: 0;
  margin: 1px;
}
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce-page nav.woocommerce-pagination ul li,
.woocommerce #content nav.woocommerce-pagination ul li,
.woocommerce-page #content nav.woocommerce-pagination ul li {
  padding: 0;
  margin: 0 5px 0 0;
  display: inline-block;
  overflow: hidden;
}
.woocommerce #shop-container {
    margin-bottom: 90px;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce-page nav.woocommerce-pagination ul li a,
.woocommerce #content nav.woocommerce-pagination ul li a,
.woocommerce-page #content nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce-page nav.woocommerce-pagination ul li span,
.woocommerce #content nav.woocommerce-pagination ul li span,
.woocommerce-page #content nav.woocommerce-pagination ul li span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1em;
  font-size: 1em;
  font-weight: normal;
  padding: .5em;
  min-width: 1em;
  display: block;
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce-page nav.woocommerce-pagination ul li span.current,
.woocommerce #content nav.woocommerce-pagination ul li span.current,
.woocommerce-page #content nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce-page nav.woocommerce-pagination ul li a:hover,
.woocommerce #content nav.woocommerce-pagination ul li a:hover,
.woocommerce-page #content nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce-page nav.woocommerce-pagination ul li a:focus,
.woocommerce #content nav.woocommerce-pagination ul li a:focus,
.woocommerce-page #content nav.woocommerce-pagination ul li a:focus {
  background: #eeeeee;
  color: #888888;
}
/*.woocommerce a.button,*/
/*.woocommerce-page a.button,*/
/*.woocommerce button.button,*/
/*.woocommerce-page button.button,*/
/*.woocommerce input.button,*/
/*.woocommerce-page input.button,*/
/*.woocommerce #respond input#submit,*/
/*.woocommerce-page #respond input#submit,*/
/*.woocommerce #content input.button,*/
/*.woocommerce-page #content input.button {*/
  /*font-size: 100%;*/
  /*margin: 0;*/
  /*line-height: 1em;*/
  /*cursor: pointer;*/
  /*position: relative;*/
  /*font-family: inherit;*/
  /*overflow: visible;*/
  /*padding: 12px 15px;*/
  /*text-decoration: none;*/
  /*font-weight: bold;*/
  /*left: auto;*/
  /*white-space: nowrap;*/
  /*display: inline-block;*/
  /*-webkit-transition: all 0.2s linear;*/
  /*-moz-transition: all 0.2s linear;*/
  /*-o-transition: all 0.2s linear;*/
  /*transition: all 0.2s linear;*/
/*}*/
.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce button.button,
.woocommerce-page button.button,
.woocommerce input.button,
.woocommerce-page input.button,
.woocommerce #respond input#submit,
.woocommerce-page #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page #content input.button {
    position: relative;
}
.woocommerce a.button.loading,
.woocommerce-page a.button.loading,
.woocommerce button.button.loading,
.woocommerce-page button.button.loading,
.woocommerce input.button.loading,
.woocommerce-page input.button.loading,
.woocommerce #respond input#submit.loading,
.woocommerce-page #respond input#submit.loading,
.woocommerce #content input.button.loading,
.woocommerce-page #content input.button.loading {
  /*color: #000000;*/
  /*border: 2px solid #000000;*/
}
.woocommerce a.button.loading:before,
.woocommerce-page a.button.loading:before,
.woocommerce button.button.loading:before,
.woocommerce-page button.button.loading:before,
.woocommerce input.button.loading:before,
.woocommerce-page input.button.loading:before,
.woocommerce #respond input#submit.loading:before,
.woocommerce-page #respond input#submit.loading:before,
.woocommerce #content input.button.loading:before,
.woocommerce-page #content input.button.loading:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  color: #000;
}
.woocommerce a.button.added:before, .woocommerce-page a.button.added:before, .woocommerce button.button.added:before, .woocommerce-page button.button.added:before, .woocommerce input.button.added:before, .woocommerce-page input.button.added:before, .woocommerce #respond input#submit.added:before, .woocommerce-page #respond input#submit.added:before, .woocommerce #content input.button.added:before, .woocommerce-page #content input.button.added:before {
    border: none;
    content: "\f1da";
    font-family: 'MaterialDesignIcons';
    font-size: 20px;
    width: 35px;
    height: 35px;
    top: 0;
    margin: auto;
    bottom: 0;
    right: 8px;
    line-height: 35px;
    position: absolute;
    opacity: 0.5;
    padding: 0 8px;
    text-align: center;
    text-indent: 0;
}
.woocommerce a.button:hover,
.woocommerce-page a.button:hover,
.woocommerce button.button:hover,
.woocommerce-page button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce #content input.button:hover,
.woocommerce-page #content input.button:hover {
  text-decoration: none;
}
.woocommerce a.button:active,
.woocommerce-page a.button:active,
.woocommerce button.button:active,
.woocommerce-page button.button:active,
.woocommerce input.button:active,
.woocommerce-page input.button:active,
.woocommerce #respond input#submit:active,
.woocommerce-page #respond input#submit:active,
.woocommerce #content input.button:active,
.woocommerce-page #content input.button:active {
  /*top: 1px;*/
}
.woocommerce a.button:disabled,
.woocommerce-page a.button:disabled,
.woocommerce button.button:disabled,
.woocommerce-page button.button:disabled,
.woocommerce input.button:disabled,
.woocommerce-page input.button:disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce-page #respond input#submit:disabled,
.woocommerce #content input.button:disabled,
.woocommerce-page #content input.button:disabled,
.woocommerce a.button.disabled,
.woocommerce-page a.button.disabled,
.woocommerce button.button.disabled,
.woocommerce-page button.button.disabled,
.woocommerce input.button.disabled,
.woocommerce-page input.button.disabled,
.woocommerce #respond input#submit.disabled,
.woocommerce-page #respond input#submit.disabled,
.woocommerce #content input.button.disabled,
.woocommerce-page #content input.button.disabled {
  color: #d4d4d4;
  /*border: 1px solid #d5d5d5;*/
  background: #eeeeee;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
}
.woocommerce a.button:disabled:active,
.woocommerce-page a.button:disabled:active,
.woocommerce button.button:disabled:active,
.woocommerce-page button.button:disabled:active,
.woocommerce input.button:disabled:active,
.woocommerce-page input.button:disabled:active,
.woocommerce #respond input#submit:disabled:active,
.woocommerce-page #respond input#submit:disabled:active,
.woocommerce #content input.button:disabled:active,
.woocommerce-page #content input.button:disabled:active,
.woocommerce a.button.disabled:active,
.woocommerce-page a.button.disabled:active,
.woocommerce button.button.disabled:active,
.woocommerce-page button.button.disabled:active,
.woocommerce input.button.disabled:active,
.woocommerce-page input.button.disabled:active,
.woocommerce #respond input#submit.disabled:active,
.woocommerce-page #respond input#submit.disabled:active,
.woocommerce #content input.button.disabled:active,
.woocommerce-page #content input.button.disabled:active {
  top: 0;
}
.woocommerce .cart .button,
.woocommerce-page .cart .button,
.woocommerce .cart input.button,
.woocommerce-page .cart input.button {
  float: none;
}
.woocommerce a.added_to_cart.wc-forward,
.archive.woocommerce a.added_to_cart.wc-forward,
.woocommerce-page a.added_to_cart.wc-forward,
.woocommerce a.added_to_cart.wc-forward:hover,
.archive.woocommerce a.added_to_cart.wc-forward:hover,
.woocommerce-page a.added_to_cart.wc-forward:hover{
    position: relative;
    /*margin-left: 0;*/
    /*white-space: nowrap;*/
    /*display: inline-block;*/
    /*padding-right: 38px;*/
    /*float: none;*/
    /*clear: both;*/
    /*margin-top: 12px;*/
    /*background: #e5e5e5;*/
    /*border-color: #e5e5e5;*/
    /*margin-right: 100px;*/
}
.woocommerce a.wc-forward.added_to_cart,
.archive.woocommerce a.wc-forward.added_to_cart,
.single-product.woocommerce a.button.wc-forward.added_to_cart{
    padding-right: 38px;
}

.woocommerce .quantity,
.woocommerce-page .quantity,
.woocommerce #content .quantity,
.woocommerce-page #content .quantity {
  width: 48px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  zoom: 1;
  /* Hide buttons for opera */
}
.woocommerce .quantity input.qty,
.woocommerce-page .quantity input.qty,
.woocommerce #content .quantity input.qty,
.woocommerce-page #content .quantity input.qty {
    width: 48px;
    height: 43px;
    float: left;
    padding: 0;
    text-align: center;
    border: none;
    font-size: 16px;
    font-weight: 400;
}
.woocommerce .quantity noindex:-o-prefocus,
.woocommerce-page .quantity noindex:-o-prefocus,
.woocommerce #content .quantity noindex:-o-prefocus,
.woocommerce-page #content .quantity noindex:-o-prefocus,
.woocommerce .quantity input[type=number],
.woocommerce-page .quantity input[type=number],
.woocommerce #content .quantity input[type=number],
.woocommerce-page #content .quantity input[type=number] {
  padding-right: 1.2em;
}
.woocommerce .quantity .plus, .woocommerce-page .quantity .plus, .woocommerce #content .quantity .plus, .woocommerce-page #content .quantity .plus, .woocommerce .quantity .minus, .woocommerce-page .quantity .minus, .woocommerce #content .quantity .minus, .woocommerce-page #content .quantity .minus {
    background: #ccc;
    border: 0px solid #ccc;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: normal;
    height: 13px;
    line-height: 13px;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    vertical-align: text-top;
    width: 13px;
}

.woocommerce .quantity .plus,
.woocommerce-page .quantity .plus,
.woocommerce #content .quantity .plus,
.woocommerce-page #content .quantity .plus {
  top: 0;
  right: 0;
  border-bottom: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.woocommerce .quantity .minus,
.woocommerce-page .quantity .minus,
.woocommerce #content .quantity .minus,
.woocommerce-page #content .quantity .minus {
  bottom: 0;
  right: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.quantity .plus:before,
.quantity .minus:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: yellow;
}
.woocommerce #reviews h2 small,
.woocommerce-page #reviews h2 small {
  float: right;
  color: #777777;
  font-size: 15px;
  line-height: 21px;
  margin: 10px 0 0 0;
}
.woocommerce #reviews h2 small a,
.woocommerce-page #reviews h2 small a {
  text-decoration: none;
  color: #777777;
}
.woocommerce #reviews h3,
.woocommerce-page #reviews h3 {

}
.woocommerce #reviews #respond,
.woocommerce-page #reviews #respond {
  margin: 0;
  border: 0;
  padding: 0;
}
.woocommerce #reviews #comment,
.woocommerce-page #reviews #comment {
  height: 125px;
    outline: none!important;
}
.woocommerce #reviews #comments .add_review,
.woocommerce-page #reviews #comments .add_review {
  *zoom: 1;
}
.woocommerce #reviews #comments .add_review:before,
.woocommerce-page #reviews #comments .add_review:before,
.woocommerce #reviews #comments .add_review:after,
.woocommerce-page #reviews #comments .add_review:after {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments .add_review:after,
.woocommerce-page #reviews #comments .add_review:after {
  clear: both;
}
.woocommerce #reviews #comments h2,
.woocommerce-page #reviews #comments h2 {
  clear: none;
}
.woocommerce #reviews #comments ol.commentlist,
.woocommerce-page #reviews #comments ol.commentlist {
  *zoom: 1;
  margin: 0;
  margin-top: 30px;
  width: 100%;
  background: none;
  list-style: none;
    padding-left: 0;
}
.woocommerce #reviews #comments ol.commentlist:before,
.woocommerce-page #reviews #comments ol.commentlist:before,
.woocommerce #reviews #comments ol.commentlist:after,
.woocommerce-page #reviews #comments ol.commentlist:after {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments ol.commentlist:after,
.woocommerce-page #reviews #comments ol.commentlist:after {
  clear: both;
}
.woocommerce #reviews #comments ol.commentlist li,
.woocommerce-page #reviews #comments ol.commentlist li {
    padding: 0;
    margin: 0 0 20px;
    position: relative;
    background: 0;
    border: 0;
    padding-bottom: 12px;
    border-bottom: none;
}
.woocommerce #reviews #comments ol.commentlist li:last-child,
.woocommerce-page #reviews #comments ol.commentlist li:last-child{
    border-bottom: none;
}
.woocommerce #reviews #comments ol.commentlist li .meta,
.woocommerce-page #reviews #comments ol.commentlist li .meta {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
}

.woocommerce #reviews #comments ol.commentlist li .meta time,
.woocommerce-page #reviews #comments ol.commentlist li .meta time{
    display: block;
    margin-top: 8px;
    font-weight: 600;
    opacity: 0.5;
}

.woocommerce #reviews #comments ol.commentlist li .meta strong,
.woocommerce-page #reviews #comments ol.commentlist li .meta strong{
    font-weight: 600;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar,
.woocommerce-page #reviews #comments ol.commentlist li img.avatar {
    float: left;
    position: absolute;
    top: 0;
    left: 12px;
    padding: 3px;
    width: 60px;
    height: auto;
    margin: 0;
    line-height: 1;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 110px;
    padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text:before,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text:before,
.woocommerce #reviews #comments ol.commentlist li .comment-text:after,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text:after {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text:after,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text:after {
  clear: both;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p {
  margin: 0 0 1em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta {

}
.woocommerce #reviews #comments ol.commentlist ul.children,
.woocommerce-page #reviews #comments ol.commentlist ul.children {
  list-style: none outside;
  margin: 20px 0 0 50px;
}
.woocommerce #reviews #comments ol.commentlist ul.children .star-rating,
.woocommerce-page #reviews #comments ol.commentlist ul.children .star-rating {
  display: none;
}
.woocommerce #reviews #comments ol.commentlist #respond,
.woocommerce-page #reviews #comments ol.commentlist #respond {
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 1em 1em 0;
  margin: 20px 0 0 50px;
}
.woocommerce #reviews #comments .commentlist > li:before,
.woocommerce-page #reviews #comments .commentlist > li:before {
  content: "";
}
.woocommerce .star-rating,
.woocommerce-page .star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  width: 5.2em;
  font-family: 'star';
}

.woocommerce div.product .star-rating,
.woocommerce-page div.product .star-rating {
    overflow: hidden;
    position: relative;
    margin-left: 0;
    height: 20px;
    display: block;
    letter-spacing: 2px;
    line-height: 23px;
    vertical-align: middle;
    font-size: 13px;
    width: 76px;
    font-family: 'star';
}
.woocommerce .star-rating:before,
.woocommerce-page .star-rating:before {
  content: "\73\73\73\73\73";
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.woocommerce .star-rating span,
.woocommerce-page .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.woocommerce .star-rating span:before,
.woocommerce-page .star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
}
.woocommerce .woocommerce-product-rating,
.woocommerce-page .woocommerce-product-rating {
  line-height: 2em;
  display: block;
}
.woocommerce .woocommerce-product-rating .star-rating,
.woocommerce-page .woocommerce-product-rating .star-rating {
  /*margin: .5em 4px 0 0;*/
  float: left;
}
.woocommerce .products .star-rating,
.woocommerce-page .products .star-rating {
  display: block;
  /*margin: 0 0 .5em;*/
  float: none;
}
.woocommerce .hreview-aggregate .star-rating,
.woocommerce-page .hreview-aggregate .star-rating {
  margin: 10px 0 0 0;
}
.woocommerce #review_form #respond,
.woocommerce-page #review_form #respond {
  *zoom: 1;
  position: static;
  margin: 0;
  width: auto;
  padding: 0 0 0;
  background: transparent none;
  border: 0;
}
.woocommerce #review_form #respond:before,
.woocommerce-page #review_form #respond:before,
.woocommerce #review_form #respond:after,
.woocommerce-page #review_form #respond:after {
  content: " ";
  display: table;
}
.woocommerce #review_form #respond:after,
.woocommerce-page #review_form #respond:after {
  clear: both;
}
.woocommerce #review_form #respond p,
.woocommerce-page #review_form #respond p {
  margin: 0 0 10px;
    position: relative;
}
.woocommerce #review_form #respond .form-submit input,
.woocommerce-page #review_form #respond .form-submit input {
  left: auto;
    outline: none!important;
}

#review_form_wrapper #commentform label{
    font-weight: 600;
    left: 0;
    font-size: 15px;
    opacity: 0.4;
    padding-top: 5px;
    position: absolute;
    width: 120px;
}

#review_form_wrapper .comment-form-author,
#review_form_wrapper .comment-form-email,
#review_form_wrapper .comment-form-url {
    width: 100%;
    display: block;
}

#review_form_wrapper .comment-form-author input,
#review_form_wrapper .comment-form-email input,
#review_form_wrapper .comment-form-url input {
    box-sizing: border-box;
    margin-left: 130px;
    min-width: 80%;
    width: auto;
}

#review_form #respond p.form-submit{
    margin-left: 130px;
}

.woocommerce #review_form #respond p.stars{
    margin-left: 130px;
}
.woocommerce #review_form #respond textarea,
.woocommerce-page #review_form #respond textarea {
    box-sizing: border-box;
    margin-left: 130px;
    min-width: 80%;
    width: auto;
}
.woocommerce p.stars,
.woocommerce-page p.stars {
  position: relative;
  font-size: 1em;
}
.woocommerce p.stars a,
.woocommerce-page p.stars a {
  display: inline-block;
  font-weight: 700;
  margin-right: 1em;
  text-indent: -9999px;
  position: relative;
}

.woocommerce p.stars a.star-1,
.woocommerce-page p.stars a.star-1,
.woocommerce p.stars a.star-2,
.woocommerce-page p.stars a.star-2,
.woocommerce p.stars a.star-3,
.woocommerce-page p.stars a.star-3,
.woocommerce p.stars a.star-4,
.woocommerce-page p.stars a.star-4,
.woocommerce p.stars a.star-5,
.woocommerce-page p.stars a.star-5 {

}
.woocommerce p.stars a.star-1:after,
.woocommerce-page p.stars a.star-1:after,
.woocommerce p.stars a.star-2:after,
.woocommerce-page p.stars a.star-2:after,
.woocommerce p.stars a.star-3:after,
.woocommerce-page p.stars a.star-3:after,
.woocommerce p.stars a.star-4:after,
.woocommerce-page p.stars a.star-4:after,
.woocommerce p.stars a.star-5:after,
.woocommerce-page p.stars a.star-5:after {
  font-family: "WooCommerce";
  text-indent: 0;
  position: absolute;
  top: 0;
    left: 10px;
}
.woocommerce p.stars a.star-1,
.woocommerce-page p.stars a.star-1 {
    width: 32px;
}
.woocommerce p.stars a.star-1:after,
.woocommerce-page p.stars a.star-1:after {
  content: "\e020";
}
.woocommerce p.stars a.star-1:hover:after,
.woocommerce-page p.stars a.star-1:hover:after,
.woocommerce p.stars a.star-1.active:after,
.woocommerce-page p.stars a.star-1.active:after {
  content: "\e020";
}
.woocommerce p.stars a.star-2,
.woocommerce-page p.stars a.star-2 {
    width: 46px;
}
.woocommerce p.stars a.star-2:after,
.woocommerce-page p.stars a.star-2:after {
  content: "\e020\e020";
}
.woocommerce p.stars a.star-2:hover:after,
.woocommerce-page p.stars a.star-2:hover:after,
.woocommerce p.stars a.star-2.active:after,
.woocommerce-page p.stars a.star-2.active:after {
  content: "\e020\e020";
}
.woocommerce p.stars a.star-3,
.woocommerce-page p.stars a.star-3 {
    width: 58px;
}
.woocommerce p.stars a.star-3:after,
.woocommerce-page p.stars a.star-3:after {
  content: "\e020\e020\e020";
}
.woocommerce p.stars a.star-3:hover:after,
.woocommerce-page p.stars a.star-3:hover:after,
.woocommerce p.stars a.star-3.active:after,
.woocommerce-page p.stars a.star-3.active:after {
  content: "\e020\e020\e020";
}
.woocommerce p.stars a.star-4,
.woocommerce-page p.stars a.star-4 {
    width: 70px;
}
.woocommerce p.stars a.star-4:after,
.woocommerce-page p.stars a.star-4:after {
  content: "\e020\e020\e020\e020";
}
.woocommerce p.stars a.star-4:hover:after,
.woocommerce-page p.stars a.star-4:hover:after,
.woocommerce p.stars a.star-4.active:after,
.woocommerce-page p.stars a.star-4.active:after {
  content: "\e020\e020\e020\e020";
}
.woocommerce p.stars a.star-5,
.woocommerce-page p.stars a.star-5 {
  width: 84px;
}
.woocommerce p.stars a.star-5:after,
.woocommerce-page p.stars a.star-5:after {
  content: "\e020\e020\e020\e020\e020";
}
.woocommerce p.stars a.star-5:hover:after,
.woocommerce-page p.stars a.star-5:hover:after,
.woocommerce p.stars a.star-5.active:after,
.woocommerce-page p.stars a.star-5.active:after {
  content: "\e020\e020\e020\e020\e020";
}
.woocommerce table.shop_attributes,
.woocommerce-page 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,
.woocommerce-page 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,
.woocommerce-page 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,
.woocommerce-page table.shop_attributes td p {
  margin: 0;
  padding: 8px 0;
}
.woocommerce table.shop_attributes .alt td,
.woocommerce-page table.shop_attributes .alt td,
.woocommerce table.shop_attributes .alt th,
.woocommerce-page table.shop_attributes .alt th {
  background: rgba(0, 0, 0, 0.025);
}
.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
  margin: 0px -1px 24px 0px;
  text-align: left;
  width: 100%;
  border-collapse: separate;
}
.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th {
    font-weight: 500;
    text-transform: uppercase;
    /*color: #ccc;*/
    font-size: 11px;
    letter-spacing: 2px;
    line-height: 18px;
    padding: 12px;
}
.woocommerce table.shop_table td,
.woocommerce-page table.shop_table td {
  border-top: 1px solid transparent;
  padding: 6px 12px;
  vertical-align: middle;
}
.woocommerce table.shop_table td small,
.woocommerce-page table.shop_table td small {
  font-weight: normal;
}
.woocommerce table.shop_table tfoot td,
.woocommerce-page table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce-page table.shop_table tfoot th {
  border-top: 1px solid transparent;
}
.woocommerce table.my_account_orders,
.woocommerce-page table.my_account_orders {
  font-size: 0.85em;
}
.woocommerce table.my_account_orders th,
.woocommerce-page table.my_account_orders th,
.woocommerce table.my_account_orders td,
.woocommerce-page table.my_account_orders td {
  padding: 4px 8px;
  vertical-align: middle;
}
.woocommerce table.my_account_orders .button,
.woocommerce-page table.my_account_orders .button {
  white-space: nowrap;
}
.woocommerce table.my_account_orders .order-actions,
.woocommerce-page table.my_account_orders .order-actions {
  text-align: right;
}
.woocommerce table.my_account_orders .order-actions .button,
.woocommerce-page table.my_account_orders .order-actions .button {
  margin: .125em 0 .125em .25em;
}
.woocommerce td.product-name dl.variation,
.woocommerce-page td.product-name dl.variation {
    margin: .25em 0;
    color: #aaa;
    font-size: 12px;
    font-weight: 400;
}
.woocommerce td.product-name dl.variation:before,
.woocommerce-page td.product-name dl.variation:before,
.woocommerce td.product-name dl.variation:after,
.woocommerce-page td.product-name dl.variation:after {
  content: " ";
  display: table;
}
.woocommerce td.product-name dl.variation:after,
.woocommerce-page td.product-name dl.variation:after {
  clear: both;
}
.woocommerce td.product-name dl.variation dt,
.woocommerce-page td.product-name dl.variation dt,
.woocommerce td.product-name dl.variation dd,
.woocommerce-page td.product-name dl.variation dd {
  display: inline-block;
  float: left;
  margin-bottom: 1em;
}
.woocommerce td.product-name dl.variation dt,
.woocommerce-page td.product-name dl.variation dt {
  font-weight: 400;
  padding: 0 0 .25em 0;
  margin: 0 4px 0 0;
  clear: left;
}
.woocommerce td.product-name dl.variation dd,
.woocommerce-page td.product-name dl.variation dd {
  padding: 0 0 .25em 0;
}
.woocommerce td.product-name dl.variation dd p:last-child,
.woocommerce-page td.product-name dl.variation dd p:last-child {
  margin-bottom: 0;
}
.woocommerce td.product-name p.backorder_notification,
.woocommerce-page td.product-name p.backorder_notification {
  font-size: 0.83em;
}
.woocommerce td.product-quantity,
.woocommerce-page td.product-quantity {
  min-width: 80px;
}
.woocommerce table.cart .product-thumbnail,
.woocommerce-page table.cart .product-thumbnail,
.woocommerce #content table.cart .product-thumbnail,
.woocommerce-page #content table.cart .product-thumbnail {
  min-width: 32px;
}
.woocommerce table.cart img,
.woocommerce-page table.cart img,
.woocommerce #content table.cart img,
.woocommerce-page #content table.cart img {
  width: 32px;
}
.woocommerce table.cart th,
.woocommerce-page table.cart th,
.woocommerce #content table.cart th,
.woocommerce-page #content table.cart th,
.woocommerce table.cart td,
.woocommerce-page table.cart td,
.woocommerce #content table.cart td,
.woocommerce-page #content table.cart td {
  vertical-align: middle;
}
.woocommerce table.cart a.remove,
.woocommerce-page table.cart a.remove,
.woocommerce #content table.cart a.remove,
.woocommerce-page #content 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,
.woocommerce-page table.cart a.remove:hover,
.woocommerce #content table.cart a.remove:hover,
.woocommerce-page #content table.cart a.remove:hover {
  background-color: red;
  color: #fff;
}
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon .input-text {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    padding: 6px 12px;
    margin: 0 5px 0 0;
    outline: 0;
    line-height: 26px;
    font-size: 12px;
    min-width: 110px;
    background: #f7f7f7;
    color: black;
}
.woocommerce table.cart input,
.woocommerce-page table.cart input,
.woocommerce #content table.cart input,
.woocommerce-page #content table.cart input {
  margin: 0;
  vertical-align: middle;
  line-height: 1em;
}
.woocommerce ul.cart_list,
.woocommerce-page ul.cart_list,
.woocommerce ul.product_list_widget,
.woocommerce-page ul.product_list_widget {
  list-style: none outside;
  padding: 0;
  margin: 0;
}
.woocommerce ul.cart_list li,
.woocommerce-page ul.cart_list li,
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.product_list_widget li {
  /*padding: 4px 0;*/
  /*margin: 0;*/
  *zoom: 1;
  list-style: none;
}
.woocommerce ul.cart_list li:before,
.woocommerce-page ul.cart_list li:before,
.woocommerce ul.product_list_widget li:before,
.woocommerce-page ul.product_list_widget li:before,
.woocommerce ul.cart_list li:after,
.woocommerce-page ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after,
.woocommerce-page ul.product_list_widget li:after {
  content: " ";
  display: table;
}
.woocommerce ul.cart_list li:after,
.woocommerce-page ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after,
.woocommerce-page ul.product_list_widget li:after {
  clear: both;
}
.woocommerce ul.cart_list li a,
.woocommerce-page ul.cart_list li a,
.woocommerce ul.product_list_widget li a,
.woocommerce-page ul.product_list_widget li a {
  display: block;
  font-weight: bold;
}
.woocommerce ul.cart_list li img,
.woocommerce-page ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.product_list_widget li img {
    float: left;
    margin-left: 0;
    width: 72px;
    margin-right: 20px;
    height: auto;
}
.woocommerce ul.cart_list li dl,
.woocommerce-page ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl,
.woocommerce-page ul.product_list_widget li dl {
    padding: 8px 0;
    margin: 0;
    font-size: 12px;
    opacity: 0.7;
    clear: left;
    float: left;
    display: inline;
}
.woocommerce ul.cart_list li dl:before,
.woocommerce-page ul.cart_list li dl:before,
.woocommerce ul.product_list_widget li dl:before,
.woocommerce-page ul.product_list_widget li dl:before,
.woocommerce ul.cart_list li dl:after,
.woocommerce-page ul.cart_list li dl:after,
.woocommerce ul.product_list_widget li dl:after,
.woocommerce-page ul.product_list_widget li dl:after {
  content: " ";
  display: table;
}
.woocommerce ul.cart_list li dl:after,
.woocommerce-page ul.cart_list li dl:after,
.woocommerce ul.product_list_widget li dl:after,
.woocommerce-page ul.product_list_widget li dl:after {
  clear: both;
}
.woocommerce ul.cart_list li dl dt,
.woocommerce-page ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt,
.woocommerce-page ul.product_list_widget li dl dt,
.woocommerce ul.cart_list li dl dd,
.woocommerce-page ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce-page ul.product_list_widget li dl dd {
  display: inline-block;
  float: left;
  margin-botom: 1em;
}
.woocommerce ul.cart_list li dl dt,
.woocommerce-page ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt,
.woocommerce-page ul.product_list_widget li dl dt {
    font-weight: 400;
    padding: 0 0 .25em 0;
    margin: 0 4px 0 0;
    clear: left;
}
.woocommerce ul.cart_list li dl dd,
.woocommerce-page ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce-page ul.product_list_widget li dl dd {
  padding: 0 0 .25em 0;
}
.woocommerce ul.cart_list li dl dd p:last-child,
.woocommerce-page ul.cart_list li dl dd p:last-child,
.woocommerce ul.product_list_widget li dl dd p:last-child,
.woocommerce-page ul.product_list_widget li dl dd p:last-child {
  margin-bottom: 0;
}
.woocommerce ul.cart_list li .star-rating,
.woocommerce-page ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating,
.woocommerce-page ul.product_list_widget li .star-rating {
    margin-bottom: 12px;
  float: none;
}
.woocommerce.widget_shopping_cart .total,
.woocommerce-page.widget_shopping_cart .total,
.woocommerce .widget_shopping_cart .total,
.woocommerce-page .widget_shopping_cart .total {
    border-top: 1px solid #eeeeee;
    padding: 12px 32px 0;
    margin-top: 16px;
    font-size: 12px;
}
.woocommerce.widget_shopping_cart .total .amount,
.woocommerce-page.widget_shopping_cart .total .amount,
.woocommerce .widget_shopping_cart .total .amount,
.woocommerce-page .widget_shopping_cart .total .amount {
    color: inherit;
}
.woocommerce.widget_shopping_cart .total strong,
.woocommerce-page.widget_shopping_cart .total strong,
.woocommerce .widget_shopping_cart .total strong,
.woocommerce-page .widget_shopping_cart .total strong {
  min-width: 40px;
  display: inline-block;
}
.woocommerce.widget_shopping_cart .buttons,
.woocommerce-page.widget_shopping_cart .buttons,
.woocommerce .widget_shopping_cart .buttons,
.woocommerce-page .widget_shopping_cart .buttons {
    padding: 0 32px 32px;
  *zoom: 1;
}
.woocommerce.widget_shopping_cart .buttons:before,
.woocommerce-page.widget_shopping_cart .buttons:before,
.woocommerce .widget_shopping_cart .buttons:before,
.woocommerce-page .widget_shopping_cart .buttons:before,
.woocommerce.widget_shopping_cart .buttons:after,
.woocommerce-page.widget_shopping_cart .buttons:after,
.woocommerce .widget_shopping_cart .buttons:after,
.woocommerce-page .widget_shopping_cart .buttons:after {
  content: " ";
  display: table;
}
.woocommerce.widget_shopping_cart .buttons:after,
.woocommerce-page.widget_shopping_cart .buttons:after,
.woocommerce .widget_shopping_cart .buttons:after,
.woocommerce-page .widget_shopping_cart .buttons:after {
  clear: both;
}
.woocommerce .cart-collaterals .shipping_calculator .button,
.woocommerce-page .cart-collaterals .shipping_calculator .button {
    width: auto;
    float: none;
    display: inline-block;
    margin-left: 3px;
    margin-top: 3px;
}
.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button:after,
.woocommerce-page .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,
.woocommerce-page .cart-collaterals .cart_totals p {
  margin: 0;
}
.woocommerce .cart-collaterals .cart_totals p small,
.woocommerce-page .cart-collaterals .cart_totals p small {
  color: #777777;
  font-size: 0.83em;
}
.woocommerce .cart-collaterals .cart_totals table,
.woocommerce-page .cart-collaterals .cart_totals table {
  border-collapse: separate;
    width: 100%;
  margin: 0 0 6px;
  padding: 0;
}
.woocommerce .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-page .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-page .cart-collaterals .cart_totals table tr:first-child td {
  border-top: 0;
    width: 50%;
}
.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table th {
    padding: 18px 12px 18px 0;
    font-size: 11px;
}
.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce-page .cart-collaterals .cart_totals table td {
    padding: 18px 12px 18px 0;
    font-size: 12px;
    text-align: right;
}
.woocommerce .cart-collaterals .cart_totals table td .amount,
.woocommerce-page .cart-collaterals .cart_totals table td .amount{
    font-size: 12px;
}
.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce-page .cart-collaterals .cart_totals table td,
.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table th {
  vertical-align: top;
}
.woocommerce .cart-collaterals .cart_totals table small,
.woocommerce-page .cart-collaterals .cart_totals table small {
  display: block;
  color: #777777;
}
.woocommerce .cart-collaterals .cart_totals table select,
.woocommerce-page .cart-collaterals .cart_totals table select {
  width: 100%;
}
.woocommerce .cart-collaterals .cart_totals .discount td,
.woocommerce-page .cart-collaterals .cart_totals .discount td {
  color: #ff0000;
}
.woocommerce .cart-collaterals .cart_totals tr td,
.woocommerce-page .cart-collaterals .cart_totals tr td,
.woocommerce .cart-collaterals .cart_totals tr th,
.woocommerce-page .cart-collaterals .cart_totals tr th {
  border-top: 1px solid #eeeeee;
}
.woocommerce .cart-collaterals .cart_totals a.button.alt,
.woocommerce-page .cart-collaterals .cart_totals a.button.alt {
  display: inline-block;
}
.woocommerce .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-page .cart-collaterals .cross-sells ul.products li.product {
  margin-top: 0;
}
.woocommerce form .form-row,
.woocommerce-page form .form-row {
  padding: 3px;
  margin: 0 0 6px;
}
.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder,
.woocommerce-page 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,
.woocommerce-page form .form-row label {
  line-height: 2em;
}
.woocommerce form .form-row label.hidden,
.woocommerce-page form .form-row label.hidden {
  visibility: hidden;
}
.woocommerce form .form-row label.inline,
.woocommerce-page form .form-row label.inline {
  display: inline;
}
.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
  cursor: pointer;
  margin: 0;
}
.woocommerce form .form-row .required,
.woocommerce-page form .form-row .required {
    color: inherit;
    font-weight: bold;
    border: 0;
    font-size: 8px;
}
.woocommerce form .form-row .input-checkbox,
.woocommerce-page form .form-row .input-checkbox {
  display: inline;
  margin: -2px 8px 0 0;
  text-align: center;
  vertical-align: middle;
}
.woocommerce form .form-row input.input-text,
.woocommerce-page form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid transparent;
    padding: 6px 12px;
    margin: 0 5px 0 0;
    outline: 0;
    line-height: 22px;
    font-size: 12px;
    min-width: 110px;
}
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row textarea {
  height: 4em;
  line-height: 1.5em;
  display: block;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woocommerce form .form-row.validate-required.woocommerce-invalid .chosen-single,
.woocommerce-page form .form-row.validate-required.woocommerce-invalid .chosen-single,
.woocommerce form .form-row.validate-required.woocommerce-invalid .chosen-drop,
.woocommerce-page form .form-row.validate-required.woocommerce-invalid .chosen-drop,
.woocommerce form .form-row.validate-required.woocommerce-invalid input.input-text,
.woocommerce-page form .form-row.validate-required.woocommerce-invalid input.input-text,
.woocommerce form .form-row.validate-required.woocommerce-invalid select,
.woocommerce-page form .form-row.validate-required.woocommerce-invalid select {
  border-color: #fb7f88;
}
.woocommerce form .form-row ::-webkit-input-placeholder,
.woocommerce-page form .form-row ::-webkit-input-placeholder {
  line-height: normal;
}
.woocommerce form .form-row :-moz-placeholder,
.woocommerce-page form .form-row :-moz-placeholder {
  line-height: normal;
}
.woocommerce form .form-row :-ms-input-placeholder,
.woocommerce-page form .form-row :-ms-input-placeholder {
  line-height: normal;
}
.woocommerce form.login,
.woocommerce-page form.login,
.woocommerce form.checkout_coupon,
.woocommerce-page form.checkout_coupon,
.woocommerce form.register,
.woocommerce-page form.register {
  border: 1px solid #d5d5d5;
  padding: 20px;
  margin: 2em 0 2em 0px;
  text-align: left;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.woocommerce ul#shipping_method,
.woocommerce-page ul#shipping_method {
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.woocommerce ul#shipping_method li,
.woocommerce-page ul#shipping_method li {
  margin: 0;
  padding: .25em 0 .25em 22px;
  text-indent: -22px;
  list-style: none outside;
}
.woocommerce ul#shipping_method .amount,
.woocommerce-page ul#shipping_method .amount {
  font-weight: bold;
}
.woocommerce p.woocommerce-shipping-contents,
.woocommerce-page p.woocommerce-shipping-contents {
  margin: 0;
}
.woocommerce .checkout .col-2 h3#ship-to-different-address,
.woocommerce-page .checkout .col-2 h3#ship-to-different-address {
  float: left;
  clear: none;
}
.woocommerce .checkout .col-2 .notes,
.woocommerce-page .checkout .col-2 .notes {
  clear: left;
}
.woocommerce .checkout .col-2 .form-row-first,
.woocommerce-page .checkout .col-2 .form-row-first {
  clear: left;
}
.woocommerce .checkout .create-account small,
.woocommerce-page .checkout .create-account small {
  font-size: 11px;
  color: #777777;
  line-height: 13px;
  font-weight: normal;
}
.woocommerce .checkout div.shipping-address,
.woocommerce-page .checkout div.shipping-address {
  padding: 0;
  clear: left;
  width: 100%;
}
.woocommerce .checkout .shipping_address,
.woocommerce-page .checkout .shipping_address {
  clear: both;
}
.woocommerce #payment,
.woocommerce-page #payment {
  background: transparent;
}
.woocommerce #payment ul.payment_methods,
.woocommerce-page #payment ul.payment_methods {
  *zoom: 1;
  text-align: left;
  padding: 1em;
  margin: 0;
  list-style: none outside;
}
.woocommerce #payment ul.payment_methods:before,
.woocommerce-page #payment ul.payment_methods:before,
.woocommerce #payment ul.payment_methods:after,
.woocommerce-page #payment ul.payment_methods:after {
  content: " ";
  display: table;
}
.woocommerce #payment ul.payment_methods:after,
.woocommerce-page #payment ul.payment_methods:after {
  clear: both;
}
.woocommerce #payment ul.payment_methods li,
.woocommerce-page #payment ul.payment_methods li {
  line-height: 2em;
  text-align: left;
  margin: 0;
  font-weight: normal;
}
.woocommerce #payment ul.payment_methods li input,
.woocommerce-page #payment ul.payment_methods li input {
  margin: 0 1em 0 0;
}
.woocommerce #payment ul.payment_methods li img,
.woocommerce-page #payment ul.payment_methods li img {
    vertical-align: middle;
    margin: -5px 12px 0 12px;
    position: relative;
    height: 50px;
}
.woocommerce #payment div.form-row,
.woocommerce-page #payment div.form-row {
  padding: 1em;
  border-top: 1px solid #fbfbfb;
}
.woocommerce #payment div.payment_box,
.woocommerce-page #payment div.payment_box {
    position: relative;
    width: 96%;
    padding: 1em 2%;
    margin: 1em 0 1em 0;
    font-size: 0.92em;
    line-height: 1.5em;
}

.woocommerce #payment div.payment_box p,
.woocommerce-page #payment div.payment_box p{

}

.woocommerce #payment div.payment_box input.input-text,
.woocommerce-page #payment div.payment_box input.input-text,
.woocommerce #payment div.payment_box textarea,
.woocommerce-page #payment div.payment_box textarea {
  border-color: #c8c8c8;
  border-top-color: #bbbbbb;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.4);
}
.woocommerce #payment div.payment_box ::-webkit-input-placeholder,
.woocommerce-page #payment div.payment_box ::-webkit-input-placeholder {
  color: #bbbbbb;
}
.woocommerce #payment div.payment_box :-moz-placeholder,
.woocommerce-page #payment div.payment_box :-moz-placeholder {
  color: #bbbbbb;
}
.woocommerce #payment div.payment_box :-ms-input-placeholder,
.woocommerce-page #payment div.payment_box :-ms-input-placeholder {
  color: #bbbbbb;
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-page #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-page #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-page #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-page #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-page #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-page #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-page #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-page #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-page #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-page #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-page #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-page #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-page #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-page #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-page #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-page #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-page #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,
.woocommerce-page #payment div.payment_box span.help {
  font-size: 11px;
  color: #777777;
  line-height: 13px;
  font-weight: normal;
}
.woocommerce #payment div.payment_box .form-row,
.woocommerce-page #payment div.payment_box .form-row {
  margin: 0 0 1em;
}
.woocommerce #payment div.payment_box p:last-child,
.woocommerce-page #payment div.payment_box p:last-child {
  margin-bottom: 0;
}
.woocommerce #payment div.payment_box:after,
.woocommerce-page #payment div.payment_box:after {
  display: none;
  border: none;
}
.woocommerce .order_details,
.woocommerce-page .order_details {
  *zoom: 1;
  margin: 0 0 1.5em;
  list-style: none;
}
.woocommerce .order_details:before,
.woocommerce-page .order_details:before,
.woocommerce .order_details:after,
.woocommerce-page .order_details:after {
  content: " ";
  display: table;
}
.woocommerce .order_details:after,
.woocommerce-page .order_details:after {
  clear: both;
}
.woocommerce .order_details li,
.woocommerce-page .order_details li {
  float: left;
  margin-right: 2em;
  text-transform: uppercase;
  font-size: 0.715em;
  line-height: 1em;
  border-right: 1px dashed #d5d5d5;
  padding-right: 2em;
}
.woocommerce .order_details li strong,
.woocommerce-page .order_details li strong {
  display: block;
  font-size: 1.4em;
  text-transform: none;
  line-height: 1.5em;
}
.woocommerce .order_details li:last-of-type,
.woocommerce-page .order_details li:last-of-type {
  border: none;
}
.woocommerce .addresses .title,
.woocommerce-page .addresses .title {
  *zoom: 1;
}
.woocommerce .addresses .title:before,
.woocommerce-page .addresses .title:before,
.woocommerce .addresses .title:after,
.woocommerce-page .addresses .title:after {
  content: " ";
  display: table;
}
.woocommerce .addresses .title:after,
.woocommerce-page .addresses .title:after {
  clear: both;
}
.woocommerce .addresses .title h3,
.woocommerce-page .addresses .title h3 {
  float: left;
}
.woocommerce .addresses .title .edit,
.woocommerce-page .addresses .title .edit {
  float: right;
}
.woocommerce ol.commentlist.notes li.note p.meta,
.woocommerce-page ol.commentlist.notes li.note p.meta {
  font-weight: bold;
  margin-bottom: 0;
}
.woocommerce ol.commentlist.notes li.note .description p:last-child,
.woocommerce-page ol.commentlist.notes li.note .description p:last-child {
  margin-bottom: 0;
}
.woocommerce ul.digital-downloads,
.woocommerce-page ul.digital-downloads {
  margin-left: 0;
  padding-left: 0;
}
.woocommerce ul.digital-downloads li,
.woocommerce-page ul.digital-downloads li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.woocommerce ul.digital-downloads li:before,
.woocommerce-page 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,
.woocommerce-page ul.digital-downloads li .count {
  float: right;
}
.woocommerce .widget_layered_nav ul,
.woocommerce-page .widget_layered_nav ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
}
.woocommerce .widget_layered_nav ul li,
.woocommerce-page .widget_layered_nav ul li {
  *zoom: 1;
  padding: 0 0 1px;
  list-style: none;
}
.woocommerce .widget_layered_nav ul li:before,
.woocommerce-page .widget_layered_nav ul li:before,
.woocommerce .widget_layered_nav ul li:after,
.woocommerce-page .widget_layered_nav ul li:after {
  content: " ";
  display: table;
}
.woocommerce .widget_layered_nav ul li:after,
.woocommerce-page .widget_layered_nav ul li:after {
  clear: both;
}
.woocommerce .widget_layered_nav ul li a,
.woocommerce-page .widget_layered_nav ul li a,
.woocommerce .widget_layered_nav ul li span,
.woocommerce-page .widget_layered_nav ul li span {
  padding: 1px 0;
  float: left;
}
.woocommerce .widget_layered_nav ul li.chosen a,
.woocommerce-page .widget_layered_nav ul li.chosen a {
  padding: 0 6px;
  text-decoration: none;
  border: 1px solid #888888;
  background: #888888;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888888;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888888;
  color: #ffffff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.woocommerce .widget_layered_nav ul li.chosen a:before,
.woocommerce-page .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 small.count,
.woocommerce-page .widget_layered_nav ul small.count {
  float: right;
  margin-left: 6px;
  font-size: 1em;
  padding: 1px 0;
  color: #777777;
}
.woocommerce .widget_layered_nav_filters ul,
.woocommerce-page .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,
.woocommerce-page .widget_layered_nav_filters ul li {
  float: left;
  padding: 0 1px 1px 0;
  list-style: none;
}
.woocommerce .widget_layered_nav_filters ul li a,
.woocommerce-page .widget_layered_nav_filters ul li a {
  padding: 0 6px;
  text-decoration: none;
  border: 1px solid #888888;
  background: #888888;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888888;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888888;
  color: #ffffff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  float: left;
}
.woocommerce .widget_layered_nav_filters ul li a:before,
.woocommerce-page .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,
.woocommerce-page .widget_price_filter .price_slider {
  margin-bottom: 1em;
}
.woocommerce .widget_price_filter .price_slider_amount,
.woocommerce-page .widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4em;
  font-size: 0.8751em;
}
.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce-page .widget_price_filter .price_slider_amount .button {
  font-size: 1.15em;
}
.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce-page .widget_price_filter .price_slider_amount .button {
  float: left;
}
.woocommerce .widget_price_filter .ui-slider,
.woocommerce-page .widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 14px;
    height: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    border: 2px solid #ccc;
    cursor: pointer;
    background: #888888;
    outline: none;
    top: -4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.65);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.65);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.65);
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background: #aaa;
    -webkit-border-radius: 1em;
    border-radius: 1em;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
  -webkit-border-radius: 1em;
  border-radius: 1em;
  background: #151515;
}
.woocommerce .widget_price_filter .ui-slider-horizontal,
.woocommerce-page .widget_price_filter .ui-slider-horizontal {
  height: .5em;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min,
.woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max,
.woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}
/* =Twenty Thirteen Specific styles
-------------------------------------------------------------- */
.single-product .twentythirteen .entry-summary,
.single-product .twentythirteen #reply-title,
.single-product .twentythirteen #respond #commentform {
  padding: 0;
}
.single-product .twentythirteen p.stars {
  clear: both;
}
.twentythirteen .woocommerce-breadcrumb {
  padding-top: 40px;
}
/* =Twenty Fourteen Specific styles
-------------------------------------------------------------- */
.twentyfourteen ul.products li.product {
  margin-top: 0 !important;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .woocommerce a.button.loading:before,
  .woocommerce-page a.button.loading:before,
  .woocommerce button.button.loading:before,
  .woocommerce-page button.button.loading:before,
  .woocommerce input.button.loading:before,
  .woocommerce-page input.button.loading:before,
  .woocommerce #respond input#submit.loading:before,
  .woocommerce-page #respond input#submit.loading:before,
  .woocommerce #content input.button.loading:before,
  .woocommerce-page #content input.button.loading:before {
    background-color: rgba(0,0,0,0);
    background-image: url(../images/ajax-loader@2x.gif);
    background-size: 16px 16px;
  }
}

.woocommerce .tabs {
    left: 0;
    position: relative;
}
.woocommerce .quantity input.qty,
.woocommerce-page .quantity input.qty,
.woocommerce #content .quantity input.qty,
.woocommerce-page #content .quantity input.qty {
    outline: none!important;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
/*.woocommerce a.button,*/
/*.woocommerce-page a.button,*/
/*.woocommerce button.button,*/
/*.woocommerce-page button.button,*/
/*.woocommerce input.button,*/
/*.woocommerce-page input.button,*/
/*.woocommerce #respond input#submit,*/
/*.woocommerce-page #respond input#submit,*/
/*.woocommerce #content input.button,*/
/*.woocommerce-page #content input.button,*/
/*#searchsubmit{*/
    /*cursor: pointer;*/
    /*display: inline-block;*/
    /*font-family: inherit;*/
    /*font-size: 11px;*/
    /*font-weight: bold;*/
    /*left: auto;*/
    /*line-height: 1em;*/
    /*margin: 10px 0 5px 0px;*/
    /*overflow: visible;*/
    /*padding: 15px;*/
    /*position: relative;*/
    /*text-decoration: none;*/
    /*-webkit-transition: all 0.2s ease;*/
    /*-moz-transition: all 0.2s ease;*/
    /*-ms-transition: all 0.2s ease;*/
    /*-o-transition: all 0.2s ease;*/
    /*transition: all 0.2s ease;*/
    /*white-space: nowrap;*/
    /*outline: none!important;*/
    /*text-transform: uppercase;*/
    /*letter-spacing: 1px;*/
/*}*/

.single-product.woocommerce .widget a.button,
.woocommerce-page .widget a.button{
    margin-top: 12px;
}

.woocommerce button,
.woocommerce-page button{
    background: transparent;
}
.woocommerce #respond input#submit, .woocommerce-page #respond input#submit{
    font-size: 12px;
    font-weight: 600;
    margin: 12px 0 0;
    padding: 10px 22px;
}
.woocommerce .quantity .plus, .woocommerce-page .quantity .plus, .woocommerce #content .quantity .plus, .woocommerce-page #content .quantity .plus {
    line-height: 0;
    right: 4px;
    top: 4px;
    outline: none!important;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.woocommerce .quantity .minus, .woocommerce-page .quantity .minus, .woocommerce #content .quantity .minus, .woocommerce-page #content .quantity .minus {
    bottom: 4px;
    right: 4px;
    outline: none!important;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.woocommerce .minus:hover {

}
.summary.entry-summary .price {
    display: inline-block;
}
.woocommerce span.onsale, .woocommerce-page span.onsale {
    background: none repeat scroll 0 0 #000000;
    border: 2px solid #F9F9F9;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    background: white;
    padding: 0;
    padding-bottom: 30px;
}

.product-pad {
    padding: 40px 30px 0;
}
.products .product .price{
    margin: 22px auto 12px;
    text-align: left;
    font-weight: 600;
    display: block;
}

.products .amount{
    font-size: 20px;
}

.woocommerce div.product, .woocommerce-page div.product,
.woocommerce #content div.product, .woocommerce-page #content div.product {

}

.woocommerce-page div.product .product-inside,
.woocommerce-page #content div.product .product-inside{
    margin-bottom: 30px;
}

.related.products h2{
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 38px;
    position: relative;
    line-height: 1.1em;
    padding: 40px 60px 40px 80px;
}

.product-img-wrap{
    position: relative;
    text-align: center;
}

.product-img-wrap:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.products .product:hover .product-img-wrap:before{
    opacity: 0.8;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    opacity: 1;
    position: relative;
}

.woocommerce-tabs ul.tabs li:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    z-index: 2;
    background: black;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

.woocommerce-tabs ul.tabs li.active:before,
.woocommerce-tabs ul.tabs li:hover:before {
    height: 2px;
}
.woocommerce-tabs ul.tabs li:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 2px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
    border-style:solid;
    border-width: 0;
    border-color: black transparent transparent transparent;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.woocommerce-tabs ul.tabs li.active:after,
.woocommerce-tabs ul.tabs li:hover:after {
    border-width: 6px;
}

.woocommerce-tabs h2,
.woocommerce-tabs h3,
.woocommerce-cart #content-wrap .woocommerce h2,
.woocommerce-cart #content-wrap .woocommerce h3,
.woocommerce-checkout #content-wrap .woocommerce h2,
.woocommerce-checkout #content-wrap .woocommerce h3,
.woocommerce-account #content-wrap .woocommerce h2,
.woocommerce-account #content-wrap .woocommerce h3,
#comments-wrap h3,
#comments-wrap h2{
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 38px;
    position: relative;
    line-height: 1.1em;
}

.woocommerce-tabs .entry-content p{
    line-height: 1.7em;
}

.woocommerce-tabs .entry-content p.stars{
    opacity: 1;
}

.woocommerce div.product div.summary,
.woocommerce-page div.product div.summary,
.woocommerce #content div.product div.summary,
.woocommerce-page #content div.product div.summary {
    padding: 30px 30px 30px 20px;
    margin-top: 0;
}




table.variations .var-label label:before,
.single-meta .cat-links .post-categories li:before,
.widget_recent_comments li:before,
.widget_archive ul li:before,
.widget_meta li:before,
.widget_categories > ul > li:before,
.widget_rss .rss-date:before{
    content: "";
    position: absolute;
    left: -22px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 2px;
    height: 2px;
    border-radius: 50%;
}

ul.product-categories > li:before,
.widget_categories > ul > li:before{
    /*top: 5px;*/
    /*bottom: auto;*/
}

/*.widget_nav_menu li a:before{*/
    /*top: 0px;*/
    /*right: 30px;*/
    /*left: auto;*/
/*}*/

.quantity_label:before{
    left: 0;
}

.posted_in a{
    padding-bottom: 3px;
    border-bottom: 1px solid;
    border-color: transparent;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.posted_in a:hover{
    border-color: #bbb;
}



div.product .woocommerce-product-rating{
    margin-bottom: 12px;
}

div.product div[itemprop=offers] {
    margin-right: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
}

div.product.non-sale div[itemprop=offers]{
    line-height: 32px;
}

div.product div[itemprop=description] p{
    line-height: 1.7em;
}

input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

table.variations{
    width: 100%;
}

#reviews #comments .comment-text .star-rating{
    float: none;
    font-size: 13px;
    margin-left: 0;
    margin-bottom: 3px;
}

#woo-tabs-wrap #reviews #comments ol.commentlist li .comment-text{
    padding-top: 0;
}

#review_form_wrapper{
    padding: 40px 30px;
}

.comment-form-rating .stars a{
    background: #f7f7f7;
    padding: 0 12px;
    line-height: 34px;
    border: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#respond .form-submit input{
    background: none;
}

table.variations select{
    -webkit-appearance: none;
    border-radius: 0;
    height: 38px;
    border: 2px solid #ddd;
    background: white;
    padding: 3px 12px;
    color: #aaa;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1px;
}

.single_variation {
    margin-left: 50%;
    margin-bottom: 6px;
    margin-top: 18px;
}

.single_variation .amount,
div.product.non-sale .amount{
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 2px;
}

.woocommerce-review-link{
    color: #ccc;
    font-style: normal;
    font-size: 13px;
    margin-left: 12px;
    vertical-align: middle;
    line-height: 20px;
    opacity: 0.3;
    top: -2px;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.message-main-box{
    width: 80px;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.woocommerce-cart #content-wrap .woo-page-wrap,
.woocommerce-checkout #content-wrap .woo-page-wrap,
.woocommerce-account #content-wrap .woo-page-wrap{
    background: white;
    color: #000;
    padding: 50px;
}

.woocommerce input{
    background-color: transparent;
}

.shop_table.cart tr:last-child td{
    padding-top: 14px;
}

.woocommerce .cart_item .amount {
    font-size: 12px;
}

.chosen-container-single .chosen-single div,
.chosen-container-active.chosen-with-drop .chosen-single div{
    position: absolute;
    top: 1px;
    right: 1px;
    width: 32px;
    height: 32px;
    background: #ccc;
}

.woocommerce-checkout .form-row .chosen-container-single .chosen-single div b{
    background: none!important;
}

.woocommerce-checkout .form-row .chosen-container-single .chosen-single div b:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
}

.chosen-container .chosen-results li{
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.chosen-container .chosen-results li.highlighted{
    background-image: none;
}

.woocommerce-checkout .form-row .chosen-container .chosen-drop {
    width: 100%!important;
    border: 2px solid #ccc;
    margin-top: -2px;
    border-radius: 0;
    box-shadow: none;
}

label[for=ship-to-different-address-checkbox]{
    display: inline;
    float: right;
    font-weight: 500;
    margin: 0;
}

#ship-to-different-address-checkbox{
    float: left;
    left: 0;
    display: inline-block;
    margin-right: 10px;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 1.5em;
}

#order_review_heading{
    margin-top: 40px;
}

.woocommerce table.shop_table th.product-total,
.woocommerce-page table.shop_table th.product-total,
.woocommerce table.shop_table td.product-total,
.woocommerce-page table.shop_table td.product-total,
.woocommerce table.shop_table tfoot td,
.woocommerce-page table.shop_table tfoot td{
    text-align: left;
    padding: 14px;
    padding-left: 150px;
    width: 35%;
}

.woocommerce table.shop_table th.product-total,
.woocommerce-page table.shop_table th.product-total{
    text-align: left;
    padding: 14px 30px;
}

table.shop_table tfoot tr.order-total td{
    padding: 20px;
    font-size: 22px;
    font-weight: 600;
    padding-left: 150px;
}

table.shop_table tfoot tr.order-total td .amount{
    font-size: 22px;
    font-weight: 600;
}

.woocommerce table.shop_table tfoot th,
.woocommerce-page table.shop_table tfoot th {
    font-weight: 700;
    text-transform: none;
    color: #000;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 18px;
    padding: 12px;
}

strong.product-quantity{
    font-weight: 500;
}

#payment label{
    font-size: 12px;
}

/** cart widget */

.woocommerce .widget_shopping_cart_content .cart_list li:first-child,
.woocommerce-page .widget_shopping_cart_content .cart_list li:first-child{
    margin-top: 20px;
}

.woocommerce .widget_shopping_cart_content .cart_list li a,
.woocommerce-page .widget_shopping_cart_content .cart_list li a{
    font-weight: 500;
    font-size: 11px;
}

.woocommerce .widget_shopping_cart_content .quantity,
.woocommerce-page .widget_shopping_cart_content .quantity,
.woocommerce-page .widget_shopping_cart_content .amount,
.woocommerce-page .widget_shopping_cart_content .amount{
    font-size: 12px;
    color: #aaa;
}

.shipping_calculator p button[type="submit"]{
    margin-left: 0;
}

.woo-archive-head {
    line-height: 42px;
    padding: 20px;
    position: relative;
    z-index: 2;
}

#main-app-bar .product_list_widget li {
    padding-left: 12px;
}

.product-inside > .onsale{
    display: none;
}

/** New Select 2 styles */



.select2-container .select2-choice {
    display: block;
    padding: 0 0 0 15px;
    overflow: hidden;
    position: relative;
    line-height: 40px;
    height: 40px;
    border: 2px solid;
    white-space: nowrap;
    text-decoration: none;
    border-radius: 0;
    font-weight: 400;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 2px solid #ccc;
    outline: 0;
}

.select2-results .select2-highlighted {
    background: #f1f1f1;
    border-radius: 0;
}

.select2-search {
    padding-top: 5px;
}

.select2-container .select2-choice .select2-arrow {
    width: 32px;
    height: 32px;
    border: none;
    background: #333;
    right: 2px;
    top: 2px;
    border-radius: 0;
}

.select2-container .select2-choice .select2-arrow b:after {
    top: 50%;
    left: 50%;
    border: 5px solid transparent;
    border-top-color: #fff;
    margin-left: -5px;
    margin-top: -2px;
}

.product_list_widget li{
    position: relative;
}

.woocommerce #main-app-bar .widget_shopping_cart_content .cart_list li a.remove,
.woocommerce-page #main-app-bar .widget_shopping_cart_content .cart_list li a.remove {
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    height: 30px;
    margin: auto;
    font-size: 30px;
    color: red;
}

table.variations td {
    padding-bottom: 5px;
}

table.variations .var-label label,
.quantity_label {
    position: relative;
    color: #bbb;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 34px;
    margin-left: 20px;
}

.quantity_label {
    float: left;
    min-width: 166px;
    line-height: 42px;
    display: inline-block;
    margin-left: -2px;
    padding-left: 20px;
}

a.reset_variations {
    margin-top: 10px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 10px;
    color: #888;
    line-height: 1em;
    padding-bottom: 3px;
    border-bottom: 1px solid;
    border-color: transparent;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

a.reset_variations:hover {
    border-color: #bbb;
}

/**
 * Select
 */

.sbHolder,
.chosen-container-single .chosen-single,
.chosen-container-single.chosen-container-active .chosen-single,
.woocommerce-checkout .form-row .chosen-container-single .chosen-single {
    position: relative;
    border: 2px solid #ddd;
    border-radius: 0;
    background: white;
    box-shadow: none;
    padding: 2px 38px 2px 12px;
    font-size: 11px;
    line-height: 30px;
    height: auto;
    color: #888;
}

/** from main */


.woocommerce span.onsale, .woocommerce-page span.onsale {
    border: 2px solid white;
}

.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message {

}

.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info {

}

.woocommerce td.product-name dl.variation dd, .woocommerce-page td.product-name dl.variation dd {
    margin-bottom: 0 !important;
}

@media (max-width: 480px) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        clear: both;
        float: none;
        margin: 0 0 2.992em;
        width: 100%;
    }

    .archive.woocommerce ul.products li.product .price del,
    .woocommerce-page ul.products li.product .price del {
        margin-right: 1em;
    }

    .archive.woocommerce ul.products li.product .price del,
    .archive.woocommerce ul.products li.product .price del .amount,
    .woocommerce-page ul.products li.product .price del,
    .woocommerce-page ul.products li.product .price del .amount {
        font-size: 14px;
    }

    .woocommerce .amount,
    .woocommerce .product .price {
        font-size: 16px;
    }

    li.product .add_to_cart_button {
        display: block;
        margin: 10px 20px;
    }
}

@media (min-width: 481px) and (max-width: 1024px) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        float: left;
        margin: 0 1% 2% 1%;
        padding: 0;
        position: relative;
        width: 48%;
    }

    .woocommerce.columns-4 ul.products li.product,
    .woocommerce-page.columns-4 ul.products li.product,
    .woocommerce.columns-3 ul.products li.product,
    .woocommerce-page.columns-3 ul.products li.product {
        margin: 0 1% 2% 1%;
        width: 48%;
    }

    .archive.woocommerce ul.products li.product .price del,
    .woocommerce-page ul.products li.product .price del {
        margin-right: 1em;
    }

    .archive.woocommerce ul.products li.product .price del,
    .archive.woocommerce ul.products li.product .price del .amount,
    .woocommerce-page ul.products li.product .price del,
    .woocommerce-page ul.products li.product .price del .amount {
        font-size: 16px;
    }

    .woocommerce .amount,
    .woocommerce .product .price {
        font-size: 18px;
    }

    .woocommerce ul.products li.product .add_to_cart_button {
        display: block;
        margin: 15px 0 0;
        text-align: center;
    }
}

@media (max-width: 480px){
    .woocommerce.columns-4 ul.products li.product,
    .woocommerce.columns-3 ul.products li.product,
    .woocommerce.columns-2 ul.products li.product,
    .woocommerce-page.columns-4 ul.products li.product,
    .woocommerce-page.columns-3 ul.products li.product,
    .woocommerce-page.columns-2 ul.products li.product {
        margin: 0 0 30px 0!important;
        width: 100%!important;
    }
}

@media (min-width: 1025px) and (max-width: 1280px) {

    .archive.woocommerce ul.products li.product .price del,
    .woocommerce-page ul.products li.product .price del {
        margin-right: 1em;
    }

    .archive.woocommerce ul.products li.product .price del,
    .archive.woocommerce ul.products li.product .price del .amount,
    .woocommerce-page ul.products li.product .price del,
    .woocommerce-page ul.products li.product .price del .amount {
        font-size: 18px;
    }

    .woocommerce .amount,
    .woocommerce .product .price {
        font-size: 22px;
    }

    .woocommerce ul.products li.product .add_to_cart_button {
        text-align: center;
        display: block;
        margin: 10px 20px;
    }
}

@media (max-width: 768px){
    .woocommerce #content table.cart td.actions .button, .woocommerce #content table.cart td.actions .input-text, .woocommerce #content table.cart td.actions input, .woocommerce table.cart td.actions .button, .woocommerce table.cart td.actions .input-text, .woocommerce table.cart td.actions input, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions input, .woocommerce-page table.cart td.actions .button, .woocommerce-page table.cart td.actions .input-text, .woocommerce-page table.cart td.actions input {
         width: auto;
    }
}

.archive.woocommerce span.onsale,
.single-product.woocommerce span.onsale,
.woocommerce-page span.onsale {
    font-weight: 500;
    left: auto;
    line-height: 1.2em;
    margin: 0;
    min-height: 0;
    text-transform: uppercase;
    height: auto;
    letter-spacing: 1px;
    font-size: 18px;
    width: auto;
    min-width: 0;
    padding: 14px 25px;
    position: absolute;
    text-align: center;
    border-radius: 0;
    border: none;
    right: 0;
    top: 0;
    color: white;
    z-index: 2;
}

.archive.woocommerce a:hover .star-rating span, .woocommerce #respond .stars a:hover {
    /*color: #FF0000;*/
}

.archive.woocommerce .star-rating span, .woocommerce-page .star-rating span {
    float: left;
    left: 0;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
    top: 0;
}

.single-product.woocommerce a:hover .star-rating span, .woocommerce #respond .stars a:hover {
    /*color: #FF0000;*/
}

/*.single-product.woocommerce a,*/
.woocommerce #respond .stars a{
    position: relative;
}

.before-fix{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.woocommerce #respond .stars a .before-fix:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    z-index: 2;
    background: black;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

.woocommerce #respond .stars a:hover .before-fix:before{
    height: 2px;
}

.woocommerce #respond .stars a .before-fix:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
    border-style: solid;
    border-width: 0;
    border-color: black transparent transparent transparent;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.woocommerce #respond .stars a:hover .before-fix:after{
    border-width: 6px;
    bottom: -12px;
}

.single-product.woocommerce .star-rating span, .woocommerce-page .star-rating span {
    float: left;
    left: 0;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
    top: 0;
}

/*.archive.woocommerce a.button,*/
/*.woocommerce-page a.button,*/
/*.woocommerce a.added_to_cart,*/
/*.woocommerce-page a.added_to_cart,*/
/*.woocommerce button.button,*/
/*.woocommerce-page button.button,*/
/*.woocommerce input.button,*/
/*.woocommerce-page input.button,*/
/*.woocommerce #respond input#submit,*/
/*.woocommerce-page #respond input#submit,*/
/*.woocommerce #content input.button,*/
/*.woocommerce-page #content input.button {*/
    /*cursor: pointer;*/
    /*font-family: inherit;*/
    /*font-size: 14px;*/
    /*left: auto;*/
    /*line-height: 1em;*/
    /*margin: 0;*/
    /*overflow: visible;*/
    /*padding: 10px 18px;*/
    /*letter-spacing: 0;*/
    /*position: relative;*/
    /*text-decoration: none;*/
    /*transition: all 0.2s linear 0s;*/
    /*white-space: nowrap;*/
    /*text-transform: uppercase;*/
    /*display: inline-block;*/
    /*font-weight: 600;*/
    /*border-radius: 0;*/
    /*margin-top: 28px;*/
/*}*/

.woocommerce a.button.added,
.woocommerce-page a.button.added {
    padding-right: 52px;
}

/*.single-product.woocommerce a.button,*/
/*.woocommerce-page a.button,*/
/*.woocommerce button.button,*/
/*.woocommerce-page button.button,*/
/*.woocommerce input.button,*/
/*.woocommerce-page input.button,*/
/*.woocommerce #respond input#submit,*/
/*.woocommerce-page #respond input#submit,*/
/*.woocommerce #content input.button,*/
/*.woocommerce-page #content input.button,*/
/*#searchsubmit {*/
    /*cursor: pointer;*/
    /*font-family: inherit;*/
    /*font-size: 14px;*/
    /*left: auto;*/
    /*margin: 0;*/
    /*margin-left: 0;*/
    /*overflow: visible;*/
    /*padding: 15px 22px;*/
    /*position: relative;*/
    /*text-decoration: none;*/
    /*transition: all 0.2s linear 0s;*/
    /*white-space: nowrap;*/
    /*text-transform: uppercase;*/
    /*display: inline-block;*/
    /*font-weight: 600;*/
    /*border-radius: 0;*/
    /*height: auto;*/
    /*line-height: 1em;*/
    /*margin-top: 28px;*/
/*}*/

.woocommerce.woocommerce-cart input.button,
.woocommerce-page.woocommerce-cart input.button{
    padding: 10px 22px;
}

.archive.woocommerce a.button{
    margin-top: 18px;
}

.woocommerce button.button, .woocommerce-page button.button{
    line-height: 43px;
    padding: 0 18px;
    margin-left: 5px;
}

.widget #searchsubmit {
    margin-left: 0;
}

.single-product.woocommerce .woocommerce-message a.button,
.woocommerce-page .woocommerce-message a.button {
    margin: 0;
}

#tab-description {
    padding: 20px !important;
}

.archive.woocommerce .star-rating:before, .woocommerce-page .star-rating:before {
    content: "SSSSSS";
    float: left;
    left: 0;
    position: absolute;
    top: 0;
}

.single-product.woocommerce .star-rating:before, .woocommerce-page .star-rating:before {
    content: "SSSSSS";
    float: left;
    left: 0;
    position: absolute;
    top: 0;
}

.woocommerce .amount {
    display: inline;
    font-size: 18px;
    line-height: 1.2em;
    text-decoration: none;
}

.woocommerce del .amount {
    opacity: .4;
    margin: 0px 10px 0px 0px;
}

.archive.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del,
div.product .price del {
    margin: 0;
    padding: 3px 14px 3px 0;
    display: block;
    text-align: left;
    margin-bottom: 5px;
    text-decoration: line-through;
}

.archive.woocommerce ul.products li.product .price del .amount,
.woocommerce-page ul.products li.product .price del .amount {
    font-size: 14px;
    font-weight: 500;
}

.archive.woocommerce ul.products li.product .price ins,
.woocommerce-page ul.products li.product .price ins,
div.product .price ins {
    display: inline;
    text-align: left;
    clear: both;
    float: none;
    padding: 8px 14px 8px 0;
    margin-bottom: 12px;
    margin-top: 12px;
    border-radius: 0;
    margin-left: 0;
    text-decoration: none;
}

.archive.woocommerce ul.products li.product .price ins .amount,
.woocommerce-page ul.products li.product .price ins .amount,
div.product .price ins .amount {
    font-size: 28px;
    font-weight: 600;
}

.archive.woocommerce ul.products li.product .price ins:after,
.woocommerce-page ul.products li.product .price ins:after {
    content: "\A";
    white-space: pre; /** line-break */
}

.description_tab.active {
    padding: 10px 20px;
    text-transform: uppercase;
}

.description_tab {
    padding: 10px 20px;
    text-transform: uppercase;
}

.reviews_tab.active {
    padding: 10px 20px;
    text-transform: uppercase;
}

.reviews_tab {
    padding: 10px 20px;
    text-transform: uppercase;
}

.woocommerce div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a,
.woocommerce #content div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a {
    float: left;
    width: 31.5%;
    margin-right: 2.7%;
    padding: 0;
}

.thumbnails .zoom{
    position: relative;
}

.thumbnails .zoom:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    z-index: 2;
    background: black;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

.thumbnails .zoom:hover:before{
    height: 2px;
}

.thumbnails .zoom:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    bottom: 100%;
    margin: auto;
    z-index: 0;
    border-style: solid;
    border-width: 0;
    border-color: transparent transparent black transparent;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.thumbnails .zoom:hover:after{
    border-width: 6px;
}

.woocommerce-tabs .panel{
    background-color: transparent;
}

.select2-container .select2-choice>.select2-chosen {
    margin-right: 46px;
}

#order_comments{
    min-height: 100px;
}

#shop-sidebar{
    overflow: hidden;
}

#shop-container #secondary{
    padding: 0 15px;
}

.widget_shopping_cart a.remove {
    position: absolute;
    display: block;
    top: 0;
    left: 32px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    background: black;
    color: white;
    font-weight: 300;
    text-align: center;
}

.widget_shopping_cart a.remove:hover{
    background: red;
    color: white;
    width: 20px;
    height: 20px;
    line-height: 20px;
}

div.pp_woocommerce div.ppt {
    display: none!important;
    visibility: hidden!important;
}

.woocommerce.columns-2 ul.products li.product, .woocommerce-page.columns-2 ul.products li.product {
    padding: 0;
    width: 48%;
}

/*********************
 *
 * Products carousel
 *
 *********************/


.ggt-woo-carousel .product{
    position: relative;
    text-align: center;
}

.ggt-woo-carousel .product .onsale {
    border: 0 none;
    position: absolute;
    top: 30px;
    z-index: 1;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 70px;
}

.product-img-wrap{
    position: relative;
    text-align: center;
}

.product-img-wrap img {
    width: 50%;
    height: auto;
    margin: 0 auto;
}

.woocommerce .ggt-woo-carousel ul.products li.product h3{
    font-size: 13px;
    letter-spacing: 0;
    font-weight: 600;
    margin-bottom: 5px;
}
.ggt-woo-carousel .product-pad {
    padding: 20px 30px;
}

.ggt-product-img-slider{
    overflow: hidden;
    height: 130px;
    width: 100%;
}

.ggt-product-img-slider .product-img-wrap{
    height: 100%;
    width: 600px;
}

.ggt-product-img-slider .product-img-wrap{
    cursor: url(../../img/cursor-slider.txt) 15 15, default;
}

.ggt-product-img-slider .product-img-wrap img{
    vertical-align: top;
    width: auto;
    height: 100%;
    opacity: 0.1;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.ggt-product-img-slider .product-img-wrap img:hover,
.ggt-product-img-slider .product-img-wrap img.active
{
    opacity: 1;
}

.ggt-woo-carousel .product .ggt-woo-quick-buy,
.woocommerce .ggt-woo-carousel ul.products li.product .add_to_cart_button{
    border: none!important;
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 3;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 28px;
    color: #333;
    opacity: 0;
    border: none;
    font-weight: 400;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.woocommerce.columns-4 .ggt-woo-carousel ul.products li.product .add_to_cart_button{
    top: 8px;
    right: 8px;
}

.ggt-woo-carousel .product .ggt-woo-quick-view:after,
.ggt-woo-carousel .product .add_to_cart_button:after {
    content: attr(data-label);
    opacity: 0;
    font-size: 9px;
    width: 80px;
    text-align: center;
    line-height: 10px;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
    position: absolute;
    bottom: -5px;
    left: 50%;
    -webkit-transition: opacity 0.6s ease;
    -moz-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.ggt-woo-carousel .product .ggt-woo-quick-view:hover:after,
.ggt-woo-carousel .product .add_to_cart_button:hover:after {
    opacity: 1;
}

.ggt-woo-carousel .product .add_to_cart_button:before{
    display: none;
}

.ggt-woo-carousel .product .add_to_cart_button:hover{
    background: none;
}

.ggt-woo-carousel .product .add_to_cart_button.added {
    padding-right: 0;
}

.ggt-woo-carousel .product .add_to_cart_button.added i:before {
    content: "\f1da";
}

.woocommerce .ggt-woo-carousel ul.products li.product .added_to_cart.wc-forward{
    display: none;
}

.ggt-woo-carousel .product .ggt-woo-quick-view {
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 3;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 28px;
    color: #333;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease;
    -moz-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
}

.columns-4 .ggt-woo-carousel .product .ggt-woo-quick-view {
    top: 8px;
    left: 8px;
}

.ggt-woo-carousel .product:hover .ggt-woo-quick-view,
.woocommerce .ggt-woo-carousel ul.products li.product:hover .add_to_cart_button{
    opacity: 1;
}

.ggt-woo-quickbuy-modal-wrap{
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 10000px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0,0,0,0.3);
    -webkit-transition: opacity 0.6s ease;
    -moz-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
}

.ggt-woo-quickbuy-modal-wrap.ggt-woo-modal-on{
    left: 0;
    opacity: 1;
}

.ggt-woo-quickbuy-modal{
    width: 900px;
    display: inline-block;
    vertical-align: middle;
    background: white;
    margin: auto;
    position: absolute;
    min-height: 50%;
    top: 10%;
    left: 0;
    right: 0;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.woo-content-ready .ggt-woo-quickbuy-modal {
    min-height: 0;
    max-height: 80%;
    overflow: auto;
}

.ggt-woo-modal-close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 20px;
    z-index: 10;
}

.ggt-woo-quickbuy-modal .images{
    vertical-align: top;
    display: inline-block;
    width: 49%;
    padding: 20px;
}

.ggt-woo-quickbuy-modal .entry-summary{
    vertical-align: top;
    display: inline-block;
    width: 49%;
    padding: 20px;
}

.ggt-woo-quickbuy-modal .woocommerce .quantity{
    width: 48px;
    position: relative;
    margin: 0;
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
}

.ggt-woo-quickbuy-modal input[name="add-to-cart"] {
    display: inline-block;
    vertical-align: bottom;
}

.ggt-woo-quickbuy-modal-content{
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.woo-content-ready .ggt-woo-quickbuy-modal-content{
    opacity: 1;
}

/*.ggt-woo-carousel.owl-carousel .owl-item {*/
    /*padding: 0 10px;*/
/*}*/

.woocommerce.columns-2 .ggt-woo-carousel ul.products .product,
.woocommerce.columns-3 .ggt-woo-carousel ul.products .product,
.woocommerce.columns-4 .ggt-woo-carousel ul.products .product{
    background: white;
    padding-bottom: 70px;
    padding-top: 90px;
    position: relative;
    opacity: 1;
    -webkit-transition: opacity 0.8s ease;
    -moz-transition: opacity 0.8s ease;
    -o-transition: opacity 0.8s ease;
    transition: opacity 0.8s ease;
}

.ggt-woo-carousel .product.faded{
    opacity: 0.3;
}

.woocommerce .ggt-woo-carousel .star-rating {
    float: right;
    overflow: hidden;
    height: 1em;
    line-height: 1em;
    font-size: 1em;
    width: 5.2em;
    font-family: 'star';
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0.25;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.woocommerce .ggt-woo-carousel .product:hover .star-rating {
    opacity: 1;
}

.ggt-woo-carousel .product .price {
    display: block;
    float: none;
    clear: both;
}

.woocommerce .ggt-woo-carousel ul.products .product .onsale {
    display: inline-block;
    width: auto;
    left: 50%;
    font-size: 10px;
    padding: 0 10px;
    line-height: 32px;
    letter-spacing: 1px;
    right: auto;
    top: 16px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.woocommerce .ggt-woo-carousel ul.products .product .amount,
.woocommerce .ggt-woo-carousel ul.products li.product .price ins .amount{
    font-size: 14px;
    color: #ccc;
    opacity: 1;
}

.woocommerce .ggt-woo-carousel ul.products li.product .price ins .amount,
.woocommerce .ggt-woo-carousel ul.products li.product .price > .amount{
    color: #555;
}

.woocommerce .ggt-woo-carousel ul.products li.product .price ins,
.woocommerce .ggt-woo-carousel ul.products li.product .price del{
    text-decoration: none;
}

.ggt-woo-carousel .product .price del .amount{
    font-weight: 300;
}

/** quick buy */

.woocommerce.ggt-woo-quickbuy-modal-content div.product div.images div.thumbnails {
    padding-top: 8px;
}

.woocommerce.ggt-woo-quickbuy-modal-content div.product div.thumbnails a{
    float: left;
    width: 31.5%;
    margin-right: 2.7%;
    padding: 0;
}

.woocommerce.ggt-woo-quickbuy-modal-content div.product div.thumbnails a.last{
    margin-right: 0;
}

.woocommerce.ggt-woo-quickbuy-modal-content div.product div.images .onsale{
    top: 20px;
    right: 20px;
}

.ggt-woo-carousel .products .product .price {
    text-align: center;
}

.archive.woocommerce .ggt-woo-carousel ul.products li.product .price del{
    text-align: center;
    margin: 0;
}

.archive.woocommerce .ggt-woo-carousel ul.products li.product .price del .amount{
    margin-right: 0;
}

#commentform #submit{
    height: auto;
}

.woocommerce p.stars, .woocommerce-page p.stars {
    font-size: 13px;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 48%;
}

.woocommerce .cart-collaterals .cross-sells ul.products li, .woocommerce-page .cart-collaterals .cross-sells ul.products li {
    width: 48%;
}

.cross-sells .product-img-wrap img{
    width: 100%;
}

.ggt-product-img-slider{
    -webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -ms-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
}
.js .ggt-woo-carousel .ggt-product-img-slider,
.js .ggt-woo-carousel .product-img-wrap{
    opacity: 0;
}

.woo-slider-set .ggt-product-img-slider,
.woo-sliders-done.ggt-woo-carousel .ggt-product-img-slider,
.woo-slider-set .ggt-woo-carousel .product-img-wrap,
.woo-sliders-done.ggt-woo-carousel .product-img-wrap{
    opacity: 1;
}

.archive.woocommerce .products .onsale{
    opacity: 0;
    -webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -ms-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
}

.archive.woocommerce .woo-sliders-done .products .onsale{
    opacity: 1;
}

@media (max-width: 767px){
    .woo-archive-head {
        text-align: center;
        margin-left: 0;
        margin-right: 0;
    }

    .woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
        float: none;
    }

    .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
        margin-top: 12px;
        float: none;
    }

    .woocommerce nav.woocommerce-pagination, .woocommerce-page nav.woocommerce-pagination, .woocommerce #content nav.woocommerce-pagination, .woocommerce-page #content nav.woocommerce-pagination {
        text-align: center;
    }

    .page-numbers {
        padding: 14px 20px;
        margin: 0 10px;
    }

    .ggt-woo-carousel .product-pad {
        padding: 20px 30px 0;
    }

    .woocommerce div.product div.images, .woocommerce-page div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page #content div.product div.images {
        float: none;
        width: 100%;
    }

    .woocommerce div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce #content div.product div.summary, .woocommerce-page #content div.product div.summary {
        float: none;
        width: 100%;
    }

    .woocommerce div.product .product_title, .woocommerce-page div.product .product_title, .woocommerce #content div.product .product_title, .woocommerce-page #content div.product .product_title {
        font-size: 30px;
        margin: 0;
    }

    .woocommerce div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs, .woocommerce #content div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs {
        padding: 0;
        clear: both;
    }

    .woocommerce-page div.product .product-inside, .woocommerce-page #content div.product .product-inside {
        margin-bottom: 0;
    }

    #tab-description {
        padding: 0 20px !important;
    }

    .related.products h2 {
        font-size: 22px;
        margin-bottom: 0;
        padding: 20px 30px 20px 50px;
    }

    .woocommerce .related, .woocommerce-page .related, .woocommerce .upsells.products, .woocommerce-page .upsells.products {
        margin-top: 0;
    }

    div.product div[itemprop="description"] p {
        line-height: 1.5em;
        font-size: 15px;
    }

    .woocommerce #shop-container {
        margin-bottom: 0;
        margin-top: 0;
    }

    .woocommerce div.product .woocommerce-tabs .panel, .woocommerce-page div.product .woocommerce-tabs .panel, .woocommerce #content div.product .woocommerce-tabs .panel, .woocommerce-page #content div.product .woocommerce-tabs .panel {
        margin: 0;
        padding: 0 20px 0 20px;
    }

    .single-product #woo-content div.product, .woocommerce-cart #page-container, .woocommerce-checkout #page-container {
        padding: 20px 30px;
    }

    .woocommerce-tabs h2, .woocommerce-tabs h3, .woocommerce-cart #content-wrap .woocommerce h2, .woocommerce-cart #content-wrap .woocommerce h3, .woocommerce-checkout #content-wrap .woocommerce h2, .woocommerce-checkout #content-wrap .woocommerce h3, .woocommerce-account #content-wrap .woocommerce h2, .woocommerce-account #content-wrap .woocommerce h3, #comments-wrap h3, #comments-wrap h2 {
        font-size: 18px;
        margin-bottom: 18px;
    }

    .woocommerce #reviews #comments ol.commentlist li .comment-text, .woocommerce-page #reviews #comments ol.commentlist li .comment-text {
        margin: 0;
        padding: 0px;
    }

    .woocommerce #reviews #comments ol.commentlist li img.avatar, .woocommerce-page #reviews #comments ol.commentlist li img.avatar {
        top: 0;
        left: 0;
        width: 80px;
        margin: 0px;
        float: none;
        margin-bottom: 8px;
        position: relative;
    }

    .woocommerce #reviews #comments ol.commentlist li, .woocommerce-page #reviews #comments ol.commentlist li {
        margin: 0;
    }

    #review_form_wrapper .comment-form-author input, #review_form_wrapper .comment-form-email input, #review_form_wrapper .comment-form-url input {
        margin-left: 0;
        width: 100%;
    }

    #review_form_wrapper #commentform label {
        position: relative;
        width: auto;
    }

    #commentform input {
        margin-bottom: 0px;
    }

    .woocommerce #review_form #respond textarea, .woocommerce-page #review_form #respond textarea {
        margin-left: 0;
        width: 100%;
    }

    .woocommerce #review_form #respond p.stars {
        margin-left: 0;
    }

    .woocommerce #respond .stars a {
        position: relative;
        margin: 5px;
    }

    #review_form_wrapper {
        padding: 0;
    }

    .archive.woocommerce span.onsale, .single-product.woocommerce span.onsale, .woocommerce-page span.onsale {
        font-size: 14px;
        padding: 10px 20px;
    }

    .woocommerce div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce #content div.product div.summary, .woocommerce-page #content div.product div.summary {
        padding: 0px 20px;
    }

    .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
        width: 100%;
    }

    .woocommerce-cart h2 {
        font-size: 20px;
        margin: 0;
    }

    .woocommerce-cart .content-column,
    .woocommerce-checkout .content-column{
        padding: 0;
    }

    .woocommerce table.shop_table, .woocommerce-page table.shop_table {
        margin: 0;
        text-align: left;
        width: 100%;
        border-collapse: separate;
        font-size: 13px;
        letter-spacing: 0px;
        font-weight: 400;
        max-width: 100%;
        margin-left: -10px;
    }

    .woocommerce table.shop_table th, .woocommerce-page table.shop_table th {
        font-size: 11px;
        letter-spacing: 0;
        line-height: 14px;
        padding: 3px;
    }

    .woocommerce table.shop_table td, .woocommerce-page table.shop_table td {
        border-top: 1px solid transparent;
        padding: 3px;
        vertical-align: middle;
        line-height: 1.3em;
    }

    .woocommerce table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text {
        padding: 6px 12px;
        line-height: 21px;
        font-size: 12px;
        min-width: 0px;
        width: 160px;
    }

    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
        float: none;
        width: 100%;
    }

    .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
        float: none;
        width: 100%;
    }

    .woocommerce-checkout label.checkbox {
        font-size: 12px;
        line-height: 1em;
        text-transform: uppercase;
        font-weight: 500;
        margin: 0;
        vertical-align: middle;
        letter-spacing: 1px;
        margin-top: 5px;
    }
}