/*======================*/
/******************************************************************
Menu Cart Widget
******************************************************************/
#site-navigation .header_cart_wrapper {
  position: relative;
  display: inline-block;
  width: 40px;
  text-align: center; }
  #site-navigation .header_cart_wrapper .header_cart_widget {
    width: 310px;
    padding: 20px 20px 15px;
    background: #fff;
    position: absolute;
    top: 100%;
    right: 0;
    display: block;
    visibility: hidden;
    z-index: 9992;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-transition: margin 0.4s ease-in-out;
    transition: margin 0.4s ease-in-out; }
    #site-navigation .header_cart_wrapper .header_cart_widget:before, #site-navigation .header_cart_wrapper .header_cart_widget:after {
      content: "";
      display: block;
      position: absolute;
      right: 11px;
      top: -9px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 9px 9px;
      border-color: transparent transparent #ebebeb; }
    #site-navigation .header_cart_wrapper .header_cart_widget:after {
      top: -8px;
      border-color: transparent transparent #fff; }
    #site-navigation .header_cart_wrapper .header_cart_widget a {
      -webkit-transition: none;
      -moz-transition: none;
      transition: none; }
    #site-navigation .header_cart_wrapper .header_cart_widget .cart_list a,
    #site-navigation .header_cart_wrapper .header_cart_widget .empty {
      text-transform: none; }
    #site-navigation .header_cart_wrapper .header_cart_widget .woocommerce {
      margin: 0;
      padding: 0; }
      #site-navigation .header_cart_wrapper .header_cart_widget .woocommerce .widgettitle {
        display: none; }
      #site-navigation .header_cart_wrapper .header_cart_widget .woocommerce ul li {
        font-size: 13px;
        float: none;
        padding: 10px 0;
        display: table;
        width: 100%;
        border-bottom: 1px solid #ededed; }
        #site-navigation .header_cart_wrapper .header_cart_widget .woocommerce ul li.empty {
          padding-bottom: 10px;
          border: none; }
        #site-navigation .header_cart_wrapper .header_cart_widget .woocommerce ul li:first-child {
          padding-top: 0; }
        #site-navigation .header_cart_wrapper .header_cart_widget .woocommerce ul li img {
          width: 50px; }
        #site-navigation .header_cart_wrapper .header_cart_widget .woocommerce ul li .quantity {
          display: table-cell;
          vertical-align: bottom;
          padding: 0 0 0 10px;
          text-align: right;
          font-size: 12px;
          font-weight: 600;
          color: #7e828b;
          line-height: 1.2; }
          #site-navigation .header_cart_wrapper .header_cart_widget .woocommerce ul li .quantity .amount {
            display: block;
            font-size: 14px;
            font-weight: 600; }
      #site-navigation .header_cart_wrapper .header_cart_widget .woocommerce .total {
        text-align: left;
        margin: 10px 0 10px;
        padding: 0;
        border: 0;
        color: #7e828b;
        line-height: 20px;
        font-size: 12px; }
        #site-navigation .header_cart_wrapper .header_cart_widget .woocommerce .total span {
          font-size: 16px;
          float: right;
          color: #36353c;
          font-weight: 700; }
      #site-navigation .header_cart_wrapper .header_cart_widget .woocommerce .buttons {
        margin: 20px 0 0;
        text-align: right; }
        #site-navigation .header_cart_wrapper .header_cart_widget .woocommerce .buttons a {
          padding: 0 15px;
          border-radius: 0;
          font-size: 11px;
          background: none;
          -moz-box-shadow: none;
          -webkit-box-shadow: none;
          box-shadow: none;
          -webkit-transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
          transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out; }
          #site-navigation .header_cart_wrapper .header_cart_widget .woocommerce .buttons a:first-child {
            margin-right: 10px;
            float: left;
            padding: 0 5px 0 0; }
          #site-navigation .header_cart_wrapper .header_cart_widget .woocommerce .buttons a:last-child {
            border: 1px solid #ededed; }
            #site-navigation .header_cart_wrapper .header_cart_widget .woocommerce .buttons a:last-child:hover {
              color: #fff;
              border-color: transparent; }
      #site-navigation .header_cart_wrapper .header_cart_widget .woocommerce .variation {
        border-left: none; }
      #site-navigation .header_cart_wrapper .header_cart_widget .woocommerce dl {
        padding: 0;
        margin: .25em 0 .5em;
        font-size: .8751em; }
        #site-navigation .header_cart_wrapper .header_cart_widget .woocommerce dl dt {
          width: auto;
          font-weight: 700;
          float: left;
          clear: left;
          margin: 0 .25em 0 0;
          padding: 0; }
          #site-navigation .header_cart_wrapper .header_cart_widget .woocommerce dl dt:after {
            content: none; }
          #site-navigation .header_cart_wrapper .header_cart_widget .woocommerce dl dt dd {
            margin: 0 0 .25em; }
            #site-navigation .header_cart_wrapper .header_cart_widget .woocommerce dl dt dd p {
              margin-bottom: 0; }
  #site-navigation .header_cart_wrapper:hover .header_cart_widget {
    visibility: visible; }

#site-header #site-navigation .header_cart_widget .woocommerce ul li a {
  display: table-cell;
  vertical-align: top;
  line-height: 1;
  font-size: 14px;
  color: #36353c;
  background: none;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0;
  -webkit-transition: color .1s ease-in-out;
  -moz-transition: color .1s ease-in-out;
  -o-transition: color .1s ease-in-out;
  transition: color .1s ease-in-out; }
  #site-header #site-navigation .header_cart_widget .woocommerce ul li a.remove {
    display: inline-block;
    width: 10px;
    margin-right: 5px;
    color: #9ca8ae;
    text-align: left;
    vertical-align: middle;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out; }
    #site-header #site-navigation .header_cart_widget .woocommerce ul li a.remove:hover {
      color: #f44f55; }

#header-wrapper.header-sticked .header_cart_widget {
  margin-top: 0px; }

/*
Empty cart
*/
.woocommerce-page.woocommerce-cart .cart-empty {
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 40px; }

.woocommerce-page.woocommerce-cart .return-to-shop {
  text-align: center; }
  .woocommerce-page.woocommerce-cart .return-to-shop a.button {
    line-height: auto;
    height: auto;
    padding: 12px 45px;
    font-size: 13px; }

/******************************************************************
General Style
******************************************************************/
.woocommerce ins {
  text-decoration: none; }

.woocommerce .discount th {
  color: #444 !important; }

.woocommerce .tax-rate th {
  color: #444; }

.entry-content .woocommerce {
  min-height: 400px; }

.woocommerce-cart .entry-content .woocommerce {
  min-height: auto; }

.shop_table a {
  color: #444; }

.woocommerce-info:before {
  margin-right: 10px;
  font-size: 18px; }

.shop-template h1.page-title {
  display: none; }

.shop-template .img-wrap, .woocommerce .img-wrap {
  border-bottom: 1px solid #e7e7e7;
  position: relative; }

.shop-template .images img {
  border: 1px solid #e7e7e7;
  border-radius: 2px; }

.woocommerce .widget ins {
  background-color: #ffb400;
  color: #fff;
  margin-left: 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 0 4px 1px; }

.woocommerce input {
  height: 34px;
  box-shadow: none; }

.woocommerce .footer-sidebar input {
  height: 44px; }

.woocommerce input[type="radio"], .woocommerce input[type="checkbox"] {
  height: auto;
  background: 0;
  vertical-align: -1px; }

.woocommerce input[type="radio"], .woocommerce input[type="checkbox"] {
  height: auto;
  background: 0;
  vertical-align: -1px; }

.woocommerce #ship-to-different-address-checkbox {
  margin-left: 5px; }

#rememberme {
  margin-top: 20px; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .woocommerce input[type="radio"], .woocommerce input[type="checkbox"] {
    vertical-align: -2px; }
  .woocommerce input[type="radio"], .woocommerce input[type="checkbox"] {
    vertical-align: -2px; } }

.shop-template .product-inner, .woocommerce .product-inner {
  min-height: 74px;
  padding: 10px 15px; }

.shop-template h2, .entry-content .woocommerce h2 {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left; }

.shop-template h3, .entry-content .woocommerce h3 {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left; }

.shop-template .checkout h3, .entry-content .woocommerce .checkout h3 {
  font-size: 16px; }

.customer_details {
  margin-bottom: 10px; }

.woocommerce .cart_table_item .quantity {
  margin: 0; }

.woocommerce .screen-reader-text {
  display: none; }

.woocommerce input#s {
  width: 148px;
  height: 40px;
  vertical-align: top;
  margin-right: 5px; }

.woocommerce button {
  border: 0; }

.woocommerce .widget-area ul.xoxo li.widget-container ul li:before {
  display: none; }

.woocommerce .widget-area ul.xoxo li.widget-container.widget_product_categories ul li:before, .woocommerce .widget-area ul.xoxo li.widget-container.widget_layered_nav ul li:before {
  display: inline-block; }

.woocommerce .widget-container .star-rating {
  margin: 5px 0; }

.woocommerce .variations .reset_variations {
  display: inline-block;
  padding: 5px 0 0;
  float: right;
  font-size: 11px; }

.woocommerce .variations td.label {
  padding: 15px 0 0; }

.woocommerce .orderby {
  border: 1px solid #e7e7e7;
  color: #666;
  font-size: 11px;
  padding: 5px 10px; }

.woocommerce #dropdown_product_cat {
  border: 1px solid #e7e7e7;
  color: #666;
  font-size: 11px;
  padding: 5px 10px;
  width: 150px; }

.woocommerce .country_to_state, .woocommerce .state_select {
  border: 1px solid #e7e7e7;
  color: #666;
  font-size: 13px; }

.woocommerce .product_meta, .woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
  font-size: 11px; }

.product_meta .sku_wrapper, .product_meta .posted_in, .product_meta .tagged_as {
  border-bottom: 1px dotted #ccc;
  display: block;
  padding: 5px 0; }

.woocommerce .related ul.products li.product,
.woocommerce .related ul li.product,
.woocommerce .upsells.products ul.products li.product,
.woocommerce .upsells.products ul li.product,
.woocommerce-page .related ul.products li.product,
.woocommerce-page .related ul li.product,
.woocommerce-page .upsells.products ul.products li.product,
.woocommerce-page .upsells.products ul li.product {
  width: 24.79%; }

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  float: left;
  margin: 0 .2% .2% 0;
  padding: 0;
  position: relative;
  width: 24.79%; }

.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
  margin-right: 0; }

.woocommerce .products .product-category .count {
  background: 0; }

.woocommerce ul.products li.product-category {
  margin-bottom: 30px; }

.woocommerce ul li.product-category:hover h3, .woocommerce ul li.product-category:hover h3 mark {
  -webkit-transition: color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out; }

.woocommerce #searchsubmit {
  cursor: pointer; }

.woocommerce #order_comments_field .input-text {
  min-height: 200px; }

.woocommerce #commentform span.required {
  display: none; }

/* Table Fix */
.woocommerce table {
  background-color: #fff;
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
  margin-bottom: 18px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 100%; }

.woocommerce th {
  font-weight: 700;
  padding: 10px 30px;
  text-align: left;
  text-transform: uppercase;
  font-size: 12px;
  text-shadow: none;
  background: 0;
  color: #444; }

.woocommerce tr {
  color: #696969;
  text-align: inherit; }

.woocommerce tr:nth-child(odd) td {
  background: #fff; }

.woocommerce td {
  padding: 10px;
  vertical-align: middle; }

.woocommerce th:first-child {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

.woocommerce th:only-child {
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0; }

.woocommerce .cart-subtotal th, .woocommerce .shipping th, .woocommerce .total th {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

.woocommerce .shop_attributes th {
  color: #444; }

.woocommerce form .form-row input.input-text, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text {
  height: 35px; }

.woocommerce table.shop_table tfoot th, .woocommerce-page table.shop_table tfoot td, .woocommerce-page table.shop_table tfoot th {
  background: #fafaf9; }

.woocommerce .cart-collaterals .cart_totals table .cart-subtotal th, .woocommerce .cart-collaterals .cart_totals table .shipping th, .woocommerce .cart-collaterals .cart_totals table .total th {
  color: #696969; }

.woocommerce .cart-collaterals .cart_totals table .shipping th {
  font-weight: 400; }

/* Layouts */
#content_full.shop-template .images {
  width: 30%; }

#content_full.shop-template div.summary {
  width: 64%; }

/* Woocomerce Style (Edited) */
.clear {
  clear: both; }

.nobr {
  white-space: nowrap; }

@font-face {
  font-family: 'star';
  src: url(fonts/star.eot);
  src: url(fonts/star.eot?#iefix) format("embedded-opentype"), url(fonts/star.woff) format("woff"), url(fonts/star.ttf) format("truetype"), url(fonts/star.svg#star) format("svg");
  font-weight: 400;
  font-style: normal; }

.woocommerce-message, .woocommerce-error, .woocommerce-info {
  padding: 18px 19px;
  margin: 0 0 2em;
  position: relative;
  background: #fff;
  border: 0;
  list-style: none outside;
  width: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.woocommerce-message:after, .woocommerce-error:after, .woocommerce-info:after {
  content: "";
  display: block;
  clear: both; }

.woocommerce-message .button, .woocommerce-error .button, .woocommerce-info .button {
  float: right; }

.woocommerce-message li, .woocommerce-error li, .woocommerce-info li {
  list-style: none outside;
  padding-left: 0;
  margin-left: 0; }

.product .woocommerce-message {
  padding-top: 25px; }

.woocommerce-message {
  background: #e3ffb3; }

.woocommerce-message a.button {
  margin-top: -7px; }

.woocommerce-info {
  background: #e3e7ff; }

.woocommerce-error {
  background: #ffe2e2; }

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: #ad74a2;
  background: -webkit-gradient(linear, left top, left bottom, from(#ad74a2), to(#96588a));
  background: -webkit-linear-gradient(#ad74a2, #96588a);
  background: -moz-linear-gradient(center top, #ad74a2 0, #96588a 100%);
  background: -moz-gradient(center top, #ad74a2 0, #96588a 100%);
  border: 1px solid #96588a;
  color: #fff;
  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);
  -moz-box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.2); }

.admin-bar p.demo_store {
  top: 28px; }

.woocommerce small.note, .woocommerce-page small.note {
  display: block;
  color: #777;
  font-size: 11px;
  line-height: 21px;
  margin-top: 10px; }

.woocommerce .woocommerce-breadcrumb, .woocommerce-page .woocommerce-breadcrumb {
  margin: 0 0 1em;
  padding: 0;
  font-size: .92em;
  color: #777; }

.woocommerce .woocommerce-breadcrumb:after, .woocommerce-page .woocommerce-breadcrumb:after {
  content: "";
  display: block;
  clear: both; }

.woocommerce .woocommerce-breadcrumb a, .woocommerce-page .woocommerce-breadcrumb a {
  color: #777; }

.woocommerce .col2-set, .woocommerce-page .col2-set {
  width: 100%;
  margin-bottom: 18px; }

.woocommerce .col2-set:after, .woocommerce-page .col2-set:after {
  content: "";
  display: block;
  clear: both; }

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  float: left;
  width: 48%; }

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  float: right;
  width: 48%; }

.woocommerce div.product, .woocommerce #content div.product, .woocommerce-page div.product, .woocommerce-page #content div.product {
  margin-bottom: 0;
  position: relative; }

.woocommerce div.product .product_title, .woocommerce #content div.product .product_title, .woocommerce-page div.product .product_title, .woocommerce-page #content div.product .product_title {
  clear: none;
  margin: 0;
  padding: 0; }

.woocommerce div.product span.price, .woocommerce div.product p.price, .woocommerce #content div.product span.price, .woocommerce #content div.product p.price, .woocommerce-page div.product span.price, .woocommerce-page div.product p.price, .woocommerce-page #content div.product span.price, .woocommerce-page #content div.product p.price {
  font-size: 28px;
  margin-top: 17px; }

.woocommerce div.product span.price ins, .woocommerce div.product p.price ins, .woocommerce #content div.product span.price ins, .woocommerce #content div.product p.price ins, .woocommerce-page div.product span.price ins, .woocommerce-page div.product p.price ins, .woocommerce-page #content div.product span.price ins, .woocommerce-page #content div.product p.price ins {
  background: inherit; }

.woocommerce div.product span.price del, .woocommerce div.product p.price del, .woocommerce #content div.product span.price del, .woocommerce #content div.product p.price del, .woocommerce-page div.product span.price del, .woocommerce-page div.product p.price del, .woocommerce-page #content div.product span.price del, .woocommerce-page #content div.product p.price del {
  font-size: .67em;
  color: rgba(145, 145, 145, 0.5); }

.woocommerce div.product p.stock, .woocommerce #content div.product p.stock, .woocommerce-page div.product p.stock, .woocommerce-page #content div.product p.stock {
  font-size: .92em; }

.woocommerce div.product .out-of-stock, .woocommerce #content div.product .out-of-stock, .woocommerce-page div.product .out-of-stock, .woocommerce-page #content div.product .out-of-stock {
  color: red; }

.woocommerce div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce-page #content div.product div.images {
  float: left;
  width: 40%;
  margin-bottom: 2em; }

.woocommerce div.product div.images img, .woocommerce #content div.product div.images img, .woocommerce-page div.product div.images img, .woocommerce-page #content div.product div.images img {
  display: block;
  width: 100%;
  height: auto; }

.woocommerce div.product div.images div.thumbnails, .woocommerce #content div.product div.images div.thumbnails, .woocommerce-page div.product div.images div.thumbnails, .woocommerce-page #content div.product div.images div.thumbnails {
  padding-top: 1em; }

.woocommerce div.product div.images div.thumbnails:after, .woocommerce #content div.product div.images div.thumbnails:after, .woocommerce-page div.product div.images div.thumbnails:after, .woocommerce-page #content div.product div.images div.thumbnails:after {
  content: "";
  display: block;
  clear: both; }

.woocommerce div.product div.images div.thumbnails a, .woocommerce #content div.product div.images div.thumbnails a, .woocommerce-page div.product div.images div.thumbnails a, .woocommerce-page #content div.product div.images div.thumbnails a {
  float: left;
  width: 30.75%;
  margin-right: 3.8%; }

.woocommerce div.product div.images div.thumbnails a.last, .woocommerce #content div.product div.images div.thumbnails a.last, .woocommerce-page div.product div.images div.thumbnails a.last, .woocommerce-page #content div.product div.images div.thumbnails a.last {
  margin-right: 0;
  margin-bottom: 10px; }

.woocommerce div.product div.images div.thumbnails a.first, .woocommerce #content div.product div.images div.thumbnails a.first, .woocommerce-page div.product div.images div.thumbnails a.first, .woocommerce-page #content div.product div.images div.thumbnails a.first {
  clear: both; }

.woocommerce div.product div.summary, .woocommerce #content div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce-page #content div.product div.summary {
  float: right;
  width: 56%;
  margin-bottom: 2em; }

.woocommerce div.product div.social, .woocommerce #content div.product div.social, .woocommerce-page 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 #content div.product div.social span, .woocommerce-page 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 #content div.product div.social span span, .woocommerce-page 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 #content div.product div.social span .stButton .chicklets, .woocommerce-page 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 #content div.product div.social iframe, .woocommerce-page div.product div.social iframe, .woocommerce-page #content div.product div.social iframe {
  float: left;
  margin-top: 3px; }

.woocommerce div.product .woocommerce-tabs,
.woocommerce #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs {
  clear: both; }

.woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce #content div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
  list-style: none;
  padding: 0;
  margin: 0 0 1.618em;
  overflow: hidden;
  position: relative; }

.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page 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 -5px;
  padding: 0 1em; }

.woocommerce div.product .woocommerce-tabs ul.tabs li a, .woocommerce #content div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a {
  display: inline-block;
  padding: .5em 0;
  font-weight: 400;
  color: #5e5e5e;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  text-decoration: none; }

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover, .woocommerce #content div.product .woocommerce-tabs ul.tabs li a:hover, .woocommerce-page 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: #777; }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active {
  background: #fff;
  z-index: 2;
  border-bottom-color: #fff; }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a {
  color: inherit;
  text-shadow: inherit; }

.woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before {
  position: absolute;
  content: " ";
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #dfdbdf;
  z-index: 1; }

.woocommerce div.product .woocommerce-tabs .panel, .woocommerce #content div.product .woocommerce-tabs .panel, .woocommerce-page div.product .woocommerce-tabs .panel, .woocommerce-page #content div.product .woocommerce-tabs .panel {
  margin: 0 0 2em;
  padding: 0; }

.woocommerce div.product p.cart, .woocommerce #content div.product p.cart, .woocommerce-page div.product p.cart, .woocommerce-page #content div.product p.cart {
  margin-bottom: 2em; }

.woocommerce div.product p.cart:after, .woocommerce #content div.product p.cart:after, .woocommerce-page div.product p.cart:after, .woocommerce-page #content div.product p.cart:after {
  content: "";
  display: block;
  clear: both; }

.woocommerce div.product form.cart, .woocommerce #content div.product form.cart, .woocommerce-page div.product form.cart, .woocommerce-page #content div.product form.cart {
  margin-bottom: 10px; }

.woocommerce div.product .summary form.cart, .woocommerce div.product .summary form.cart table, .woocommerce div.product .summary form.cart table td {
  padding: 0 0 10px; }

.woocommerce div.product .summary form.cart {
  position: relative; }

.woocommerce div.product form.cart:after, .woocommerce #content div.product form.cart:after, .woocommerce-page div.product form.cart:after, .woocommerce-page #content div.product form.cart:after {
  content: "";
  display: block;
  clear: both; }

.woocommerce div.product form.cart div.quantity, .woocommerce #content div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity {
  float: left;
  margin: 0 6px 0 0; }

.woocommerce div.product form.cart table, .woocommerce #content div.product form.cart table, .woocommerce-page div.product form.cart table, .woocommerce-page #content div.product form.cart table {
  border-width: 0 0 1px; }

.woocommerce div.product form.cart table td, .woocommerce #content div.product form.cart table td, .woocommerce-page 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 #content div.product form.cart table div.quantity, .woocommerce-page 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 #content div.product form.cart table small.stock, .woocommerce-page 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 #content div.product form.cart .variations, .woocommerce-page div.product form.cart .variations, .woocommerce-page #content div.product form.cart .variations {
  margin-bottom: 1em; }

.woocommerce div.product form.cart .variations label, .woocommerce #content div.product form.cart .variations label, .woocommerce-page div.product form.cart .variations label, .woocommerce-page #content div.product form.cart .variations label {
  font-weight: 400;
  padding: 7px 10px 0 0;
  display: block; }

.woocommerce div.product form.cart .variations select, .woocommerce #content div.product form.cart .variations select, .woocommerce-page div.product form.cart .variations select, .woocommerce-page #content div.product form.cart .variations select {
  float: left;
  border: 1px solid #e7e7e7;
  color: #666; }

.woocommerce div.product form.cart .variations td.label, .woocommerce #content div.product form.cart .variations td.label, .woocommerce-page 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 #content div.product form.cart .variations td, .woocommerce-page div.product form.cart .variations td, .woocommerce-page #content div.product form.cart .variations td {
  vertical-align: top; }

.woocommerce div.product form.cart .button, .woocommerce #content div.product form.cart .button, .woocommerce-page div.product form.cart .button, .woocommerce-page #content div.product form.cart .button {
  vertical-align: middle;
  float: left; }

.woocommerce div.product form.cart .group_table td.label, .woocommerce #content div.product form.cart .group_table td.label, .woocommerce-page 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 #content div.product form.cart .group_table td, .woocommerce-page div.product form.cart .group_table td, .woocommerce-page #content div.product form.cart .group_table td {
  vertical-align: top; }

.woocommerce div.product form.cart .group_table td .quantity, .woocommerce #content div.product form.cart .group_table td .quantity, .woocommerce-page div.product form.cart .group_table td .quantity, .woocommerce-page #content div.product form.cart .group_table td .quantity {
  margin-bottom: 7px; }

.woocommerce .products ul, .woocommerce ul.products, .woocommerce-page .products ul, .woocommerce-page ul.products {
  margin: 0 0 1em;
  padding: 0;
  list-style: none outside;
  clear: both; }

.woocommerce .products ul:after, .woocommerce ul.products:after, .woocommerce-page .products ul:after, .woocommerce-page ul.products:after {
  content: "";
  display: block;
  clear: both; }

.woocommerce .products ul li, .woocommerce ul.products li, .woocommerce-page .products ul li, .woocommerce-page ul.products li {
  list-style: none outside; }

.woocommerce .related:after, .woocommerce .upsells.products:after, .woocommerce-page .related:after, .woocommerce-page .upsells.products:after {
  content: "";
  display: block;
  clear: both; }

.woocommerce .related ul.products, .woocommerce .related ul, .woocommerce .upsells.products ul.products, .woocommerce .upsells.products ul, .woocommerce-page .related ul.products, .woocommerce-page .related ul, .woocommerce-page .upsells.products ul.products, .woocommerce-page .upsells.products ul {
  float: none; }

.woocommerce .product-col-3 .related ul.products li.product,
.woocommerce .product-col-3 .related ul li.product,
.woocommerce .product-col-3 .upsells.products ul.products li.product,
.woocommerce .product-col-3 .upsells.products ul li.product,
.woocommerce-page .product-col-3 .related ul.products li.product,
.woocommerce-page .product-col-3 .related ul li.product,
.woocommerce-page .product-col-3 .upsells.products ul.products li.product,
.woocommerce-page .product-col-3 .upsells.products ul li.product {
  width: 33.2%; }

.woocommerce.columns-3 ul.products li.product,
.woocommerce-page.columns-3 ul.products li.product {
  width: 33.2%; }

.woocommerce .product-col-4 .related ul.products li.product,
.woocommerce .product-col-4 .related ul li.product,
.woocommerce .product-col-4 .upsells.products ul.products li.product,
.woocommerce .product-col-4 .upsells.products ul li.product,
.woocommerce-page .product-col-4 .related ul.products li.product,
.woocommerce-page .product-col-4 .related ul li.product,
.woocommerce-page .product-col-4 .upsells.products ul.products li.product, .woocommerce-page .product-col-4 .upsells.products ul li.product {
  width: 24.79%; }

.woocommerce .related ul.products li.product img, .woocommerce .related ul li.product img, .woocommerce .upsells.products ul.products li.product img, .woocommerce .upsells.products ul li.product img, .woocommerce-page .related ul.products li.product img, .woocommerce-page .related ul li.product img, .woocommerce-page .upsells.products ul.products li.product img, .woocommerce-page .upsells.products ul li.product img {
  width: 100%;
  height: auto; }

.woocommerce .product-col-3 ul.products li.product,
.woocommerce-page .product-col-3 ul.products li.product {
  float: left;
  margin: 0 4.7% 6% 0;
  padding: 0;
  position: relative;
  width: 30.2%; }

.woocommerce .product-col-4 ul.products li.product,
.woocommerce-page .product-col-4 ul.products li.product {
  float: left;
  margin: 0 2.65% 4% 0;
  position: relative;
  width: 23%; }

.woocommerce #content div.product .related ul li.product, .woocommerce-page #content div.product .related ul li.product {
  margin: 0 4.7% 6% 0; }
  .woocommerce #content div.product .related ul li.product.last, .woocommerce-page #content div.product .related ul li.product.last {
    margin-right: 0; }

.woocommerce span.onsale, .woocommerce-page span.onsale {
  min-height: 40px;
  min-width: 40px;
  padding: 4px;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  left: 0;
  text-align: center;
  line-height: 40px;
  background: #ff614b;
  color: #fff;
  box-sizing: content-box; }

.woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale {
  top: 0;
  right: 0;
  left: auto; }

.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
  padding: .5em 0;
  margin: 0;
  font-size: 13px;
  text-transform: none;
  font-weight: 400; }

.woocommerce ul.products li.product a, .woocommerce-page ul.products li.product a {
  text-decoration: none; }

.woocommerce ul.products li.product a.add_to_cart_button, .woocommerce-page ul.products li.product a.add_to_cart_button, .woocommerce ul.products li.product a.product_type_external, .woocommerce-page ul.products li.product a.product_type_external {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  opacity: 0;
  -webkit-transition: all .25s ease-in;
  -moz-transition: all .25s ease-in;
  -o-transition: all .25s ease-in;
  transition: all .25s ease-in; }

.woocommerce ul.products li.product:hover a.add_to_cart_button, .woocommerce-page ul.products li.product:hover a.add_to_cart_button, .woocommerce ul.products li.product:hover a.product_type_external, .woocommerce-page ul.products li.product:hover a.product_type_external {
  opacity: 1; }

.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0; }

.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 {
  display: block;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: .5em; }

.woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del {
  color: #919191;
  margin: -2px 0 0; }

.woocommerce ul.products li.product .price ins, .woocommerce-page ul.products li.product .price ins {
  background: 0; }

.woocommerce ul.products li.product .price .from, .woocommerce-page ul.products li.product .price .from {
  font-size: .67em;
  margin: -2px 0 0;
  color: #919191; }

.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
  clear: both; }

.woocommerce .product-col-3 ul.products li.last, .woocommerce-page .product-col-3 ul.products li.last, .woocommerce .product-col-4 ul.products li.last, .woocommerce-page .product-col-4 ul.products li.last {
  margin-right: 0; }

.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
  float: left;
  margin: 0 0 1em; }

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
  margin: 0 1px 1em 0;
  float: right; }

.woocommerce .woocommerce-ordering select, .woocommerce-page .woocommerce-ordering select {
  vertical-align: top; }

.woocommerce nav.woocommerce-pagination, .woocommerce #content nav.woocommerce-pagination, .woocommerce-page nav.woocommerce-pagination, .woocommerce-page #content nav.woocommerce-pagination {
  text-align: center; }

.woocommerce nav.woocommerce-pagination ul, .woocommerce #content nav.woocommerce-pagination ul, .woocommerce-page nav.woocommerce-pagination ul, .woocommerce-page #content nav.woocommerce-pagination ul {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border-right: 0;
  margin: 15px 1px 1px; }

.woocommerce nav.woocommerce-pagination ul li, .woocommerce #content nav.woocommerce-pagination ul li, .woocommerce-page nav.woocommerce-pagination ul li, .woocommerce-page #content nav.woocommerce-pagination ul li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
  text-align: center; }

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span, .woocommerce #content nav.woocommerce-pagination ul li a, .woocommerce #content nav.woocommerce-pagination ul li span, .woocommerce-page nav.woocommerce-pagination ul li a, .woocommerce-page nav.woocommerce-pagination ul li span, .woocommerce-page #content nav.woocommerce-pagination ul li a, .woocommerce-page #content nav.woocommerce-pagination ul li span {
  margin: 0 5px 0;
  text-decoration: none;
  line-height: 35px;
  width: 35px;
  font-size: 12px;
  font-weight: 600;
  display: block;
  border: 1px solid #ededed;
  background: #fafaf9;
  text-align: center;
  font-family: Open Sans, Arial, sans-serif;
  color: #9ca8ae;
  padding: 0;
  border-radius: 2px;
  -webkit-transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, border 0.2s ease-in-out; }
  .woocommerce nav.woocommerce-pagination ul li a.next, .woocommerce nav.woocommerce-pagination ul li a.prev, .woocommerce nav.woocommerce-pagination ul li span.next, .woocommerce nav.woocommerce-pagination ul li span.prev, .woocommerce #content nav.woocommerce-pagination ul li a.next, .woocommerce #content nav.woocommerce-pagination ul li a.prev, .woocommerce #content nav.woocommerce-pagination ul li span.next, .woocommerce #content nav.woocommerce-pagination ul li span.prev, .woocommerce-page nav.woocommerce-pagination ul li a.next, .woocommerce-page nav.woocommerce-pagination ul li a.prev, .woocommerce-page nav.woocommerce-pagination ul li span.next, .woocommerce-page nav.woocommerce-pagination ul li span.prev, .woocommerce-page #content nav.woocommerce-pagination ul li a.next, .woocommerce-page #content nav.woocommerce-pagination ul li a.prev, .woocommerce-page #content nav.woocommerce-pagination ul li span.next, .woocommerce-page #content nav.woocommerce-pagination ul li span.prev {
    width: 45px; }

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce #content nav.woocommerce-pagination ul li span.current,
.woocommerce #content nav.woocommerce-pagination ul li a:hover,
.woocommerce #content nav.woocommerce-pagination ul li a:focus,
.woocommerce-page nav.woocommerce-pagination ul li span.current,
.woocommerce-page nav.woocommerce-pagination ul li a:hover,
.woocommerce-page nav.woocommerce-pagination ul li a:focus,
.woocommerce-page #content nav.woocommerce-pagination ul li span.current,
.woocommerce-page #content nav.woocommerce-pagination ul li a:hover,
.woocommerce-page #content nav.woocommerce-pagination ul li a:focus {
  background: #444;
  color: #fff;
  border-color: transparent; }

.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button {
  display: inline-block;
  background-color: #6EC7E7;
  border: none;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  height: 34px;
  line-height: 34px;
  padding: 0 25px;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button {
    line-height: 34px; } }

.woocommerce a.add_to_cart_button.button, .woocommerce a.product_type_variable.button, .woocommerce a.product_type_grouped.button {
  color: inherit;
  font-weight: 400;
  text-shadow: none;
  text-transform: none;
  border-top: 0;
  display: block;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.woocommerce a.product_type_variable.button:before, .woocommerce a.product_type_grouped.button:before {
  content: "\f0c9"; }

.woocommerce a.button.loading, .woocommerce button.button.loading, .woocommerce input.button.loading, .woocommerce #respond input#submit.loading, .woocommerce #content input.button.loading, .woocommerce-page a.button.loading, .woocommerce-page button.button.loading, .woocommerce-page input.button.loading, .woocommerce-page #respond input#submit.loading, .woocommerce-page #content input.button.loading {
  color: #777; }

.woocommerce a.button.loading:after, .woocommerce button.button.loading:after, .woocommerce input.button.loading:after, .woocommerce #respond input#submit.loading:after, .woocommerce #content input.button.loading:after, .woocommerce-page a.button.loading:after, .woocommerce-page button.button.loading:after, .woocommerce-page input.button.loading:after, .woocommerce-page #respond input#submit.loading:after, .woocommerce-page #content input.button.loading:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0; }

.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce #content input.button:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page #content input.button:hover {
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 54%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(54%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 54%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 54%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 54%, rgba(0, 0, 0, 0.1) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 54%, rgba(0, 0, 0, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a000000',endColorstr='#1a000000',GradientType=0);
  text-decoration: none; }

.woocommerce a.add_to_cart_button.button:hover, .woocommerce a.product_type_variable.button:hover, .woocommerce a.product_type_grouped.button:hover {
  color: inherit; }

.woocommerce a.button:active, .woocommerce button.button:active, .woocommerce input.button:active, .woocommerce #respond input#submit:active, .woocommerce #content input.button:active, .woocommerce-page a.button:active, .woocommerce-page button.button:active, .woocommerce-page input.button:active, .woocommerce-page #respond input#submit:active, .woocommerce-page #content input.button:active {
  top: 0; }

.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page #content input.button.alt {
  background: #ad74a2;
  color: #fff; }

.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page #content input.button.alt:hover {
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 54%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(54%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 54%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 54%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 54%, rgba(0, 0, 0, 0.1) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 54%, rgba(0, 0, 0, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a000000',endColorstr='#1a000000',GradientType=0);
  text-decoration: none; }

.woocommerce .cart .button, .woocommerce .cart input.button, .woocommerce-page .cart .button, .woocommerce-page .cart input.button {
  float: none; }

.woocommerce a.added_to_cart, .woocommerce-page a.added_to_cart {
  background: rgba(56, 56, 56, 0.9);
  color: #fff;
  display: block;
  padding: 14px 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 25%;
  top: calc(50% - 80px);
  white-space: nowrap;
  text-align: center;
  width: 140px;
  left: 50%;
  margin-left: -70px; }

.woocommerce a.added_to_cart:before, .woocommerce-page a.added_to_cart:before {
  content: "\f00c";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 16px;
  text-align: center;
  color: #fff;
  padding-right: 10px; }

.quantity .plus, .quantity .minus, .quantity input {
  margin: 0;
  border: 0;
  padding: 4px 6px 3px;
  background: #fff;
  vertical-align: top; }

.quantity input:focus {
  background: #fff; }

.quantity .plus, .quantity .minus {
  height: 34px;
  padding: 0 13px;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
  cursor: pointer; }

.quantity .plus:hover, .quantity .minus:hover {
  background-position: top; }

.quantity .minus {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  border-radius: 3px 0 0 3px; }

.quantity .plus {
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-bottomleft: 0;
  border-radius: 0 3px 3px 0; }

.quantity .qty {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-radius: 2px;
  width: 16px;
  text-align: center;
  min-width: 35px; }

.woocommerce input::-webkit-outer-spin-button, .woocommerce input::-webkit-inner-spin-button {
  -webkit-appearance: none; }

.woocommerce input[type=number] {
  -moz-appearance: textfield; }

.woocommerce #respond #reply-title {
  font-size: 12px; }

.woocommerce #respond #author {
  width: 100%; }

.woocommerce .pp_content_container #respond #reply-title {
  margin-top: 0;
  font-size: 18px;
  margin-bottom: 10px; }

.woocommerce .pp_content {
  height: auto !important; }

.woocommerce #reviews h2 small, .woocommerce-page #reviews h2 small {
  float: right;
  color: #777;
  font-size: 15px;
  line-height: 21px;
  margin: 10px 0 0; }

.woocommerce #reviews h2 small a, .woocommerce-page #reviews h2 small a {
  text-decoration: none;
  color: #777; }

.woocommerce #reviews h3, .woocommerce-page #reviews h3 {
  margin: 0; }

.woocommerce #reviews #respond, .woocommerce-page #reviews #respond {
  margin: 0;
  border: 0;
  padding: 0; }

.woocommerce #reviews .comment_container, .woocommerce-page #reviews .comment_container {
  padding: 40px;
  background: #fafafa;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1); }

.woocommerce #reviews #comments, .woocommerce-page #reviews #comments {
  margin: 0 0 35px; }

.woocommerce #reviews #comment, .woocommerce-page #reviews #comment {
  height: 75px; }

.woocommerce #reviews #comments .add_review, .woocommerce-page #reviews #comments .add_review {
  float: right;
  clear: both; }

.woocommerce #reviews #comments .add_review:after, .woocommerce-page #reviews #comments .add_review:after {
  content: "";
  display: block;
  clear: both; }

.woocommerce #reviews #comments h2, .woocommerce-page #reviews #comments h2 {
  clear: none; }

.woocommerce #reviews #comments ol.commentlist, .woocommerce-page #reviews #comments ol.commentlist {
  margin: 0;
  width: 100%;
  background: 0;
  list-style: none; }

.woocommerce #reviews #comments ol.commentlist:after, .woocommerce-page #reviews #comments ol.commentlist:after {
  content: "";
  display: block;
  clear: both; }

.woocommerce #reviews #comments ol.commentlist li, .woocommerce-page #reviews #comments ol.commentlist li {
  padding: 0;
  margin: 0 0 20px;
  border: 0;
  position: relative;
  background: 0;
  border: 0; }

.woocommerce #reviews #comments ol.commentlist li .meta, .woocommerce-page #reviews #comments ol.commentlist li .meta {
  color: #777;
  font-size: .75em; }

.woocommerce #reviews #comments ol.commentlist li img.avatar, .woocommerce-page #reviews #comments ol.commentlist li img.avatar {
  float: left;
  position: absolute;
  top: auto;
  left: auto;
  padding: 3px;
  width: 40px;
  height: auto;
  background: #fff;
  border: 1px solid #ddd;
  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 50px;
  padding: 0 1em; }

.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 {
  font-size: .83em; }

.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: 1.1em;
  line-height: 1em;
  font-size: 1em;
  width: 5.4em;
  font-family: 'star'; }

.woocommerce .star-rating:before, .woocommerce-page .star-rating:before {
  content: "\53\53\53\53\53";
  color: #e5e5e5;
  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 .products .star-rating, .woocommerce-page .products .star-rating {
  display: inline-block;
  margin: 0;
  float: none; }

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

.woocommerce #review_form_wrapper, .woocommerce-page #review_form_wrapper {
  margin-bottom: 60px; }

.woocommerce #review_form .comment-form-author, .woocommerce-page #review_form .comment-form-author, .woocommerce #review_form .comment-form-email, .woocommerce-page #review_form .comment-form-email, .woocommerce #review_form .comment-form-rating, .woocommerce-page #review_form .comment-form-rating {
  float: left;
  width: 29.3%;
  margin-right: 4%; }

.woocommerce #review_form .comment-form-comment, .woocommerce-page #review_form .comment-form-comment {
  clear: both; }

.woocommerce #review_form input, .woocommerce-page #review_form input {
  height: 44px; }

.woocommerce .comment-form-email input#email, .woocommerce-page .comment-form-email input#email {
  margin-top: 0; }

.woocommerce #review_form textarea, .woocommerce-page #review_form textarea {
  min-height: 200px; }

.woocommerce #review_form label, .woocommerce-page #review_form label {
  display: block;
  margin-top: 5px; }

.woocommerce #review_form #respond, .woocommerce-page #review_form #respond {
  position: static;
  margin: 0;
  width: auto;
  padding: 0;
  background: transparent none;
  border: 0; }

.woocommerce #review_form #respond:after, .woocommerce-page #review_form #respond:after {
  content: "";
  display: block;
  clear: both; }

.woocommerce #review_form #respond .form-submit input, .woocommerce-page #review_form #respond .form-submit input {
  left: auto; }

.woocommerce #review_form #respond .form-submit input[type=submit], .woocommerce-page #review_form #respond .form-submit input [type=submit] {
  padding: 15px 45px;
  height: auto;
  font-size: 13px;
  line-height: inherit; }

.woocommerce #review_form #respond textarea, .woocommerce-page #review_form #respond textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }

.logged-in.woocommerce p.stars, .logged-in.woocommerce-page p.stars {
  margin-bottom: 0; }

.woocommerce p.stars:after, .woocommerce-page p.stars:after {
  content: "";
  display: block;
  clear: both; }

.woocommerce p.stars span, .woocommerce-page p.stars span {
  width: 80px;
  height: 16px;
  position: relative;
  float: left;
  background: url(images/star.png) repeat-x left 0; }

.woocommerce p.stars span a, .woocommerce-page p.stars span a {
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 0;
  padding-top: 16px;
  overflow: hidden; }

.woocommerce p.stars span a:hover, .woocommerce p.stars span a:focus, .woocommerce-page p.stars span a:hover, .woocommerce-page p.stars span a:focus {
  background: url(images/star.png) repeat-x left -16px; }

.woocommerce p.stars span a.active, .woocommerce-page p.stars span a.active {
  background: url(images/star.png) repeat-x left -32px; }

.woocommerce p.stars span a.star-1, .woocommerce-page p.stars span a.star-1 {
  width: 16px;
  z-index: 10; }

.woocommerce p.stars span a.star-2, .woocommerce-page p.stars span a.star-2 {
  width: 32px;
  z-index: 9; }

.woocommerce p.stars span a.star-3, .woocommerce-page p.stars span a.star-3 {
  width: 48px;
  z-index: 8; }

.woocommerce p.stars span a.star-4, .woocommerce-page p.stars span a.star-4 {
  width: 64px;
  z-index: 7; }

.woocommerce p.stars span a.star-5, .woocommerce-page p.stars span a.star-5 {
  width: 80px;
  z-index: 6; }

.woocommerce table.shop_attributes, .woocommerce-page table.shop_attributes {
  border: 0;
  border-top: 1px dotted rgba(0, 0, 0, 0.05);
  margin-bottom: 1.618em;
  width: 100%; }

.woocommerce table.shop_attributes th, .woocommerce-page table.shop_attributes th {
  width: 150px;
  font-weight: 700;
  padding: 8px;
  border-top: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.05);
  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.05);
  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 table.shop_attributes .alt th, .woocommerce-page table.shop_attributes .alt td, .woocommerce-page table.shop_attributes .alt th {
  background: rgba(0, 0, 0, 0.025); }

.woocommerce table.shop_table, .woocommerce-page table.shop_table {
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border: 1px solid #ededed;
  font-family: Open Sans, Arial, sans-serif; }
  .woocommerce table.shop_table tr:nth-child(even), .woocommerce-page table.shop_table tr:nth-child(even) {
    background-color: #fff; }

.woocommerce table.shop_table th, .woocommerce-page table.shop_table th {
  font-weight: 700;
  line-height: 25px;
  padding: 9px 12px; }

.woocommerce table.shop_table td, .woocommerce-page table.shop_table td {
  padding: 10px 12px;
  vertical-align: middle; }

.woocommerce table.shop_table td small, .woocommerce-page table.shop_table td small {
  font-weight: 400; }

.woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th, .woocommerce-page table.shop_table tfoot td, .woocommerce-page table.shop_table tfoot th {
  font-weight: 700;
  color: #8E9BB0;
  text-shadow: none; }

.woocommerce #order_review tr.cart-subtotal, .woocommerce #order_review tr.cart-subtotal {
  border-top: 1px solid #ededed; }

.woocommerce #order_review tr.order-total th {
  padding-top: 11px; }

.woocommerce #order_review tr.order-total td {
  font-size: 18px;
  border-top: 0; }

.woocommerce #order_review tr.order-discount td {
  border-top: 0; }

.woocommerce #order_review tr.shipping td {
  border-top: 0; }

.woocommerce table.shop_table tfoot .shipping td, .woocommerce table.shop_table tfoot .shipping th, .woocommerce-page table.shop_table tfoot .shipping td, .woocommerce-page table.shop_table tfoot .shipping th {
  font-weight: 400; }

.woocommerce table.my_account_orders, .woocommerce-page table.my_account_orders {
  font-size: 13px; }

.woocommerce table.my_account_orders th, .woocommerce table.my_account_orders td, .woocommerce-page table.my_account_orders th, .woocommerce-page table.my_account_orders td {
  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 {
  padding: 0;
  margin: .25em 0 .5em;
  font-size: .8751em; }

.woocommerce td.product-name dl.variation dt, .woocommerce-page td.product-name dl.variation dt {
  width: auto;
  font-weight: 700;
  float: left;
  clear: left;
  margin: 0 .25em 0 0;
  padding: 0; }

.woocommerce td.product-name dl.variation dt:after, .woocommerce-page td.product-name dl.variation dt:after {
  content: none; }

.woocommerce td.product-name dl.variation dd, .woocommerce-page td.product-name dl.variation dd {
  margin: 0 0 .25em; }

.woocommerce td.product-name dl.variation dd p, .woocommerce-page td.product-name dl.variation dd p {
  margin-bottom: 0; }

.woocommerce td.product-name p.backorder_notification, .woocommerce-page td.product-name p.backorder_notification {
  font-size: .83em; }

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

.woocommerce table.cart .product-thumbnail, .woocommerce #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail {
  min-width: 100px; }

.woocommerce table.cart img, .woocommerce #content table.cart img, .woocommerce-page table.cart img, .woocommerce-page #content table.cart img {
  width: 100px;
  height: auto; }

.woocommerce table.cart th, .woocommerce table.cart td, .woocommerce #content table.cart th, .woocommerce #content table.cart td, .woocommerce-page table.cart th, .woocommerce-page table.cart td, .woocommerce-page #content table.cart th, .woocommerce-page #content table.cart td {
  vertical-align: middle; }

.woocommerce table.cart a.remove, .woocommerce #content table.cart a.remove, .woocommerce-page 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;
  color: red;
  text-decoration: none;
  font-weight: 700; }

.woocommerce table.cart a.remove:hover, .woocommerce #content table.cart a.remove:hover, .woocommerce-page table.cart a.remove:hover, .woocommerce-page #content table.cart a.remove:hover {
  background-color: red;
  color: #fff; }

.woocommerce table.cart td.actions, .woocommerce #content table.cart td.actions, .woocommerce-page table.cart td.actions, .woocommerce-page #content table.cart td.actions {
  text-align: right;
  padding-top: 20px; }

.woocommerce table.cart td.actions .coupon, .woocommerce #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon {
  float: left; }

.woocommerce table.cart td.actions .coupon label, .woocommerce #content table.cart td.actions .coupon label, .woocommerce-page table.cart td.actions .coupon label, .woocommerce-page #content table.cart td.actions .coupon label {
  display: none; }

.woocommerce table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text {
  width: 150px;
  float: left;
  padding: 6px;
  margin: 0 4px 0 0;
  outline: 0;
  height: 34px; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .woocommerce table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text {
    line-height: 25px; } }

.woocommerce table.cart td.actions .button.alt, .woocommerce #content table.cart td.actions .button.alt, .woocommerce-page table.cart td.actions .button.alt, .woocommerce-page #content table.cart td.actions .button.alt {
  float: right;
  margin-left: .25em; }

.woocommerce table.cart input, .woocommerce #content table.cart input, .woocommerce-page table.cart input, .woocommerce-page #content table.cart input {
  margin: 0;
  vertical-align: middle;
  line-height: 1em; }

.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget,
.woocommerce-page ul.cart_list,
.woocommerce-page ul.product_list_widget {
  list-style: none outside;
  padding: 0;
  margin: 0; }

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.cart_list li,
.woocommerce-page ul.product_list_widget li {
  padding: 4px 0;
  margin: 0;
  list-style: none; }

.woocommerce ul.cart_list li:after, .woocommerce ul.product_list_widget li:after, .woocommerce-page ul.cart_list li:after, .woocommerce-page ul.product_list_widget li:after {
  content: "";
  display: block;
  clear: both; }

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a, .woocommerce-page ul.cart_list li a, .woocommerce-page ul.product_list_widget li a {
  display: block;
  font-weight: 400;
  margin-bottom: 4px; }

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
  float: left;
  margin-right: 10px;
  border-radius: 2px;
  width: 90px;
  height: auto; }

.woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl, .woocommerce-page ul.cart_list li dl, .woocommerce-page ul.product_list_widget li dl {
  margin: 0;
  font-size: .8751em;
  padding-left: 1em;
  border-left: 2px solid rgba(0, 0, 0, 0.05); }

.woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dt, .woocommerce-page ul.cart_list li dl dt, .woocommerce-page ul.product_list_widget li dl dt {
  float: left;
  clear: left;
  margin-right: .25em; }

.woocommerce ul.cart_list li dl dd, .woocommerce ul.product_list_widget li dl dd, .woocommerce-page ul.cart_list li dl dd, .woocommerce-page ul.product_list_widget li dl dd {
  margin-bottom: .5em; }

.woocommerce ul.cart_list li .star-rating, .woocommerce ul.product_list_widget li .star-rating, .woocommerce-page ul.cart_list li .star-rating, .woocommerce-page ul.product_list_widget li .star-rating {
  float: none;
  margin-bottom: 4px; }

.woocommerce .widget_shopping_cart .total, .woocommerce-page .widget_shopping_cart .total {
  border-top: 1px solid #ededed;
  padding: 4px 0 0;
  margin-top: 10px; }

.woocommerce .widget_shopping_cart .total strong, .woocommerce-page .widget_shopping_cart .total strong {
  min-width: 40px;
  display: inline-block;
  color: #696969; }

.woocommerce .widget_shopping_cart .buttons:after, .woocommerce-page .widget_shopping_cart .buttons:after {
  content: "";
  display: block;
  clear: both; }

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
  width: 100%;
  margin-top: 50px; }

.woocommerce .cart-collaterals:after, .woocommerce-page .cart-collaterals:after {
  content: "";
  display: block;
  clear: both; }

.woocommerce .cart-collaterals .related, .woocommerce-page .cart-collaterals .related {
  width: 30.75%;
  float: left; }

.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
  width: 48%;
  float: left; }

.woocommerce .cart-collaterals .cross-sells ul.products, .woocommerce-page .cart-collaterals .cross-sells ul.products {
  float: none; }

.woocommerce .cart-collaterals .cross-sells ul.products li, .woocommerce-page .cart-collaterals .cross-sells ul.products li {
  margin: 3% 3% 0 0; }

.woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .shipping_calculator {
  width: 48%;
  text-align: right;
  margin: 20px 0 0;
  clear: right;
  float: right; }

.woocommerce .shipping-calculator-form p button.button {
  margin-top: 10px;
  margin-right: 0; }

.woocommerce .cart-collaterals .shipping_calculator:after, .woocommerce-page .cart-collaterals .shipping_calculator:after {
  content: "";
  display: block;
  clear: both; }

.woocommerce .cart-collaterals .shipping_calculator .button, .woocommerce-page .cart-collaterals .shipping_calculator .button {
  float: none;
  display: inline-block;
  border: 0; }

.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1, .woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2, .woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1, .woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
  width: 47%; }

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  float: right;
  width: 48%;
  text-align: right; }

.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: #777;
  font-size: .83em; }

.woocommerce .cart-collaterals .cart_totals table, .woocommerce-page .cart-collaterals .cart_totals table {
  margin: 0 0 20px;
  padding: 0; }

.woocommerce .cart-collaterals .cart_totals table tr th, .woocommerce .cart-collaterals .cart_totals table tr td, .woocommerce-page .cart-collaterals .cart_totals table tr th, .woocommerce-page .cart-collaterals .cart_totals table tr td {
  border-top: 1px solid rgba(0, 0, 0, 0.05); }

.woocommerce .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 th, .woocommerce-page .cart-collaterals .cart_totals table tr:first-child td {
  border-top: 0; }

.woocommerce .cart-collaterals .cart_totals table td, .woocommerce .cart-collaterals .cart_totals table th, .woocommerce-page .cart-collaterals .cart_totals table td, .woocommerce-page .cart-collaterals .cart_totals table th {
  background: #fff; }

.woocommerce .cart-collaterals .cart_totals table small, .woocommerce-page .cart-collaterals .cart_totals table small {
  display: block;
  color: #777; }

.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: #85ad74; }

.woocommerce .cart-collaterals .cart_totals tr td, .woocommerce .cart-collaterals .cart_totals tr th, .woocommerce-page .cart-collaterals .cart_totals tr td, .woocommerce-page .cart-collaterals .cart_totals tr th {
  padding: 6px 0;
  text-shadow: none;
  font-size: 11px; }

.woocommerce .cart-collaterals .cart_totals tr.order-total th, .woocommerce-page .cart-collaterals .cart_totals tr.order-total th {
  color: #696969; }

.woocommerce .cart-collaterals .cart_totals tr.order-total td, .woocommerce-page .cart-collaterals .cart_totals tr.order-total td {
  font-size: 16px !important; }

.woocommerce .cart-collaterals .cart_totals a.button.alt, .woocommerce-page .cart-collaterals .cart_totals a.button.alt {
  width: 193px;
  display: block;
  font-size: .92em; }

.woocommerce form .form-row, .woocommerce-page form .form-row {
  padding: 0;
  margin: 0 0 15px; }

.woocommerce form.checkout_coupon .form-row, .woocommerce-page form.checkout_coupon .form-row {
  padding: 0;
  margin: 0; }

.woocommerce form .form-row:after, .woocommerce-page form .form-row:after {
  content: "";
  display: block;
  clear: both; }

.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder, .woocommerce-page form .form-row [placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity .5s .5s ease;
  -moz-transition: opacity .5s .5s ease;
  transition: opacity .5s .5s ease;
  opacity: 0; }

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
  display: block;
  margin-bottom: 5px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #36353c;
  font-family: Open Sans, Arial, sans-serif; }

.woocommerce form .form-row label.hidden, .woocommerce-page form .form-row label.hidden {
  visibility: hidden; }

.woocommerce form .form-row select, .woocommerce-page form .form-row select {
  width: 100%;
  cursor: pointer;
  margin: 0; }

.woocommerce form .form-row .required, .woocommerce-page form .form-row .required {
  color: red;
  font-weight: 700;
  border: 0; }

.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 label.checkbox, .woocommerce-page form .form-row label.checkbox {
  display: inline; }

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce-page form .form-row input.input-text, .woocommerce-page form .form-row textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: 35px; }

.woocommerce form .form-row textarea, .woocommerce-page form .form-row textarea {
  height: 3.5em;
  line-height: 1.5em;
  display: block;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.woocommerce form .form-row.validate-required.woocommerce-validated input.input-text, .woocommerce-page form .form-row.validate-required.woocommerce-validated input.input-text {
  background-image: url(images/icons/valid.png);
  background-position: 95% center;
  background-repeat: no-repeat; }

.woocommerce form .form-row.validate-required.woocommerce-invalid input.input-text, .woocommerce-page form .form-row.validate-required.woocommerce-invalid input.input-text {
  background-image: url(images/icons/invalid.png);
  background-position: 95% center;
  background-repeat: no-repeat; }

.woocommerce form .form-row.validate-required.woocommerce-invalid .chzn-single, .woocommerce form .form-row.validate-required.woocommerce-invalid .chzn-drop, .woocommerce 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 .chzn-single, .woocommerce-page form .form-row.validate-required.woocommerce-invalid .chzn-drop, .woocommerce-page form .form-row.validate-required.woocommerce-invalid input.input-text, .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: 1em;
  padding-top: 2px; }

.woocommerce form .form-row:-moz-placeholder, .woocommerce-page form .form-row:-moz-placeholder {
  line-height: 1em;
  padding-top: 2px; }

.woocommerce form .form-row:-ms-input-placeholder, .woocommerce-page form .form-row:-ms-input-placeholder {
  line-height: 1em;
  padding-top: 2px; }

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
  float: left;
  width: 47%;
  overflow: visible; }

.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
  float: right; }

.woocommerce form .form-row-wide, .woocommerce-page form .form-row-wide {
  clear: both; }

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

.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: 700; }

.woocommerce .checkout .col-2 h3, .woocommerce-page .checkout .col-2 h3 {
  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 div.shipping-address, .woocommerce-page .checkout div.shipping-address {
  padding: 0;
  clear: left;
  width: 100%; }

.woocommerce .checkout #shiptobilling, .woocommerce-page .checkout #shiptobilling {
  float: right;
  line-height: 1.62em;
  margin: -6px 0 0;
  padding: 0; }

.woocommerce .checkout #shiptobilling label, .woocommerce-page .checkout #shiptobilling label {
  font-size: .6875em;
  margin-left: -10px; }

.woocommerce .checkout #shiptobilling .input-checkbox, .woocommerce-page .checkout #shiptobilling .input-checkbox {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.woocommerce .checkout .shipping_address, .woocommerce-page .checkout .shipping_address {
  clear: both; }

.woocommerce #payment, .woocommerce-page #payment {
  background: #f7f6f7; }

.woocommerce #payment ul.payment_methods, .woocommerce-page #payment ul.payment_methods {
  text-align: left;
  padding: 1em;
  border-bottom: 1px solid #dfdbdf;
  margin: 0;
  list-style: none outside; }

.woocommerce #payment ul.payment_methods:after, .woocommerce-page #payment ul.payment_methods:after {
  content: "";
  display: block;
  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: 400; }

.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: 0;
  position: relative;
  display: block;
  cleat: both; }

.woocommerce #payment ul.payment_methods .about_paypal,
.woocommerce-page #payment ul.payment_methods .about_paypal {
  clear: both;
  display: block;
  color: #262628; }

.woocommerce #payment div.form-row, .woocommerce-page #payment div.form-row {
  padding: 1em;
  border-top: 1px solid #fff; }

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  float: right;
  margin: 0; }

.woocommerce #payment .terms, .woocommerce-page #payment .terms {
  padding: 0 1em;
  text-align: right; }

.woocommerce #payment div.payment_box, .woocommerce-page #payment div.payment_box {
  position: relative;
  width: 96%;
  padding: 1em 2%;
  margin: 1em 0;
  font-size: .92em;
  line-height: 1.5em;
  background: #ebe9eb;
  background: -webkit-gradient(linear, left top, left bottom, from(#ebe9eb), to(#dfdbdf));
  background: -webkit-linear-gradient(#ebe9eb, #dfdbdf);
  background: -moz-linear-gradient(center top, #ebe9eb 0, #dfdbdf 100%);
  background: -moz-gradient(center top, #ebe9eb 0, #dfdbdf 100%);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  color: #5e5e5e;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }

.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 #cc-expire-month, .woocommerce #payment div.payment_box #cc-expire-year, .woocommerce-page #payment div.payment_box #cc-expire-month, .woocommerce-page #payment div.payment_box #cc-expire-year {
  width: 48%;
  float: left; }

.woocommerce #payment div.payment_box #cc-expire-year, .woocommerce-page #payment div.payment_box #cc-expire-year {
  float: right; }

.woocommerce #payment div.payment_box span.help, .woocommerce-page #payment div.payment_box span.help {
  font-size: 11px;
  color: #777;
  line-height: 13px;
  font-weight: 400; }

.woocommerce #payment div.payment_box .form-row, .woocommerce-page #payment div.payment_box .form-row {
  margin: 0 0 1em; }

.woocommerce #payment div.payment_box .form-row select, .woocommerce-page #payment div.payment_box .form-row select {
  width: 48%;
  float: left;
  margin-right: 3.8%; }

.woocommerce #payment div.payment_box .form-row select:nth-child(3n), .woocommerce-page #payment div.payment_box .form-row select:nth-child(3n) {
  margin-right: 0; }

.woocommerce #payment div.payment_box:after, .woocommerce-page #payment div.payment_box:after {
  content: "";
  display: block;
  border: 8px solid #ebe9eb;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -3px;
  left: 0;
  margin: -1em 0 0 2em; }

.woocommerce .order_details,
.woocommerce-page .order_details {
  margin: 0 0 1.5em;
  list-style: none;
  padding: 15px;
  border: 1px solid #ededed; }

.woocommerce .order_details:after,
.woocommerce-page .order_details:after {
  content: "";
  display: block;
  clear: both; }

.woocommerce .order_details li,
.woocommerce-page .order_details li {
  float: left;
  margin-right: 2em;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1em;
  border-right: 1px solid #ededed;
  padding-right: 2em; }

.woocommerce .order_details li strong,
.woocommerce-page .order_details li strong {
  display: block;
  font-family: Open Sans, Arial, sans-serif;
  text-transform: none;
  line-height: 1.5em;
  font-size: 14px;
  margin-top: 5px; }

.woocommerce .order_details li:last-of-type,
.woocommerce-page .order_details li:last-of-type {
  border: 0; }

.woocommerce .addresses .title:after, .woocommerce-page .addresses .title:after {
  content: "";
  display: block;
  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: 700;
  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: 1.5em; }

.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 {
  padding: 0 0 1px;
  list-style: none; }

.woocommerce .widget_layered_nav ul li:after, .woocommerce-page .widget_layered_nav ul li:after {
  content: "";
  display: block;
  clear: both; }

.woocommerce .widget_layered_nav ul li a, .woocommerce .widget_layered_nav ul li span, .woocommerce-page .widget_layered_nav ul li a, .woocommerce-page .widget_layered_nav ul li span {
  padding: 1px 0;
  float: none; }

.woocommerce .widget_layered_nav ul li.chosen a, .woocommerce-page .widget_layered_nav ul li.chosen a {
  padding: 0 6px 0 18px;
  border: 1px solid #ad74a2;
  background: #ad74a2 url(images/cross_white.png) no-repeat 6px center;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888;
  -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888;
  color: #fff; }

.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: #777; }

.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 0 18px;
  border: 1px solid #ad74a2;
  background: #ad74a2 url(images/cross_white.png) no-repeat 6px center;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888;
  -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888;
  color: #fff;
  float: left; }

#sidebar .widget.widget_price_filter {
  overflow: visible; }

.woocommerce .widget_price_filter .price_slider, .woocommerce-page .widget_price_filter .price_slider {
  margin-bottom: 1.5em; }

.woocommerce .widget_price_filter .price_slider_amount, .woocommerce-page .widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4em;
  font-size: .8751em; }

.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: 18px;
  height: 18px;
  cursor: pointer;
  background: #ad74a2;
  outline: 0;
  top: -.5em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  box-shadow: 0 3px 8px rgba(30, 30, 30, 0.2), inset 0 2px 3px rgba(255, 255, 255, 0.2);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.23) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.23)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.23) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.23) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.23) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.23) 0, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3bffffff',endColorstr='#00ffffff',GradientType=0); }

.woocommerce a.ui-slider-handle, .woocommerce-page a.ui-slider-handle {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }

.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: -1.32em; }

.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: #eee;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -webkit-box-shadow: inset 0 1px 1px rgba(30, 30, 30, 0.1);
  -moz-box-shadow: inset 0 1px 1px rgba(30, 30, 30, 0.1);
  box-shadow: inset 0 1px 1px rgba(30, 30, 30, 0.1); }

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content, .woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #f5f5f5;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -webkit-box-shadow: inset 0 1px 1px rgba(30, 30, 30, 0.1);
  -moz-box-shadow: inset 0 1px 1px rgba(30, 30, 30, 0.1);
  box-shadow: inset 0 1px 1px rgba(30, 30, 30, 0.1); }

.woocommerce .widget_price_filter .ui-slider-horizontal, .woocommerce-page .widget_price_filter .ui-slider-horizontal {
  height: 8px; }

.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; }

.twentythirteen .entry-summary {
  padding: 0; }

/******************************************************************
Custom Style
******************************************************************/
/*
Widgets
*/
.woocommerce .widget ul li {
  border-bottom: 1px solid #ededed;
  padding: 10px 0; }

.woocommerce .widget ul.children {
  margin-top: 0; }
  .woocommerce .widget ul.children li {
    border-bottom: none; }

.woocommerce .product-categories > li.cat-item, .woocommerce-page .product-categories > li.cat-item {
  font-weight: 500; }
  .woocommerce .product-categories > li.cat-item:before, .woocommerce-page .product-categories > li.cat-item:before {
    color: #9ca8ae;
    padding-right: 8px;
    font-size: 12px;
    content: "\e055";
    font-family: 'Simple-Line-Icons';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased; }
  .woocommerce .product-categories > li.cat-item .children, .woocommerce-page .product-categories > li.cat-item .children {
    padding-top: 5px; }
    .woocommerce .product-categories > li.cat-item .children li, .woocommerce-page .product-categories > li.cat-item .children li {
      margin-left: 25px;
      padding: 3px 0; }
      .woocommerce .product-categories > li.cat-item .children li:before, .woocommerce-page .product-categories > li.cat-item .children li:before {
        color: #9ca8ae;
        padding-right: 5px;
        font-size: 6px;
        content: "\f105";
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased; }

.woocommerce ul.product_list_widget li.empty, .woocommerce-page ul.product_list_widget li.empty {
  font-weight: 400;
  color: #9ca8ae; }

.woocommerce ul.product_list_widget li a, .woocommerce-page ul.product_list_widget li a {
  font-weight: 600; }
  .woocommerce ul.product_list_widget li a img, .woocommerce-page ul.product_list_widget li a img {
    width: 60px; }

.woocommerce ul.product_list_widget li span, .woocommerce-page ul.product_list_widget li span {
  font-weight: 400; }

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content, .woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
  height: 11px;
  box-shadow: none;
  background-color: #f4f4f3;
  border: none;
  border-radius: 3px; }

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
  border-radius: 3px;
  width: 20px;
  height: 16px;
  top: -4px;
  background-color: #fff;
  border: 1px solid #ededed;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); }
  .woocommerce .widget_price_filter .ui-slider .ui-slider-handle:before, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:before {
    content: "";
    position: absolute;
    left: 6px;
    top: 4px;
    width: 1px;
    height: 8px;
    line-height: 16px;
    font-size: 10px;
    background-color: #ededed; }
  .woocommerce .widget_price_filter .ui-slider .ui-slider-handle:after, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:after {
    content: "";
    position: absolute;
    right: 6px;
    top: 4px;
    width: 1px;
    height: 8px;
    line-height: 16px;
    font-size: 10px;
    background-color: #ededed; }

.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #30b9e6;
  height: 3px;
  margin-top: 4px; }

.woocommerce .widget_price_filter .price_slider_amount .price_label, .woocommerce-page .widget_price_filter .price_slider_amount .price_label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .1em;
  color: #9ca8ae; }

.woocommerce .widget_shopping_cart ul li, .woocommerce-page .widget_shopping_cart ul li {
  font-size: 13px;
  float: none;
  padding: 10px 0;
  display: table;
  width: 100%;
  border-bottom: 1px solid #ededed; }
  .woocommerce .widget_shopping_cart ul li:first-child, .woocommerce-page .widget_shopping_cart ul li:first-child {
    padding-top: 0; }
  .woocommerce .widget_shopping_cart ul li img, .woocommerce-page .widget_shopping_cart ul li img {
    width: 50px; }
  .woocommerce .widget_shopping_cart ul li .quantity, .woocommerce-page .widget_shopping_cart ul li .quantity {
    display: table-cell;
    vertical-align: bottom;
    padding: 0 0 0 10px;
    text-align: right;
    font-size: 12px;
    font-weight: 600;
    color: #7e828b;
    line-height: 1.2; }
    .woocommerce .widget_shopping_cart ul li .quantity .amount, .woocommerce-page .widget_shopping_cart ul li .quantity .amount {
      display: block;
      font-size: 14px;
      font-weight: 600; }
  .woocommerce .widget_shopping_cart ul li a.remove, .woocommerce-page .widget_shopping_cart ul li a.remove {
    margin-right: 5px;
    display: inline-block; }
  .woocommerce .widget_shopping_cart ul li a, .woocommerce-page .widget_shopping_cart ul li a {
    display: table-cell; }

.woocommerce .widget_shopping_cart .total, .woocommerce-page .widget_shopping_cart .total {
  border-top: none;
  text-align: left;
  margin: 10px 0 10px;
  padding: 0;
  border: 0;
  color: #7e828b;
  line-height: 20px;
  font-size: 12px; }
  .woocommerce .widget_shopping_cart .total span, .woocommerce-page .widget_shopping_cart .total span {
    font-size: 16px;
    float: right;
    color: #36353c;
    font-weight: 700; }

.woocommerce .widget_shopping_cart .buttons, .woocommerce-page .widget_shopping_cart .buttons {
  margin: 20px 0 0;
  text-align: right; }
  .woocommerce .widget_shopping_cart .buttons a, .woocommerce-page .widget_shopping_cart .buttons a {
    color: #36353c;
    padding: 0 15px;
    border-radius: 0;
    font-size: 11px;
    background: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
    transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out; }
    .woocommerce .widget_shopping_cart .buttons a:first-child, .woocommerce-page .widget_shopping_cart .buttons a:first-child {
      margin-right: 10px;
      float: left;
      padding: 0 5px 0 0; }
    .woocommerce .widget_shopping_cart .buttons a:last-child, .woocommerce-page .widget_shopping_cart .buttons a:last-child {
      border: 1px solid #ededed; }
      .woocommerce .widget_shopping_cart .buttons a:last-child:hover, .woocommerce-page .widget_shopping_cart .buttons a:last-child:hover {
        color: #fff;
        border-color: transparent; }

.woocommerce .widget_product_search #searchform div, .woocommerce-page .widget_product_search #searchform div {
  position: relative; }
  .woocommerce .widget_product_search #searchform div:after, .woocommerce-page .widget_product_search #searchform div:after {
    position: absolute;
    top: 0;
    right: 10px;
    line-height: 40px;
    color: #ededed;
    content: "\e090";
    font-family: 'Simple-Line-Icons';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased; }
  .woocommerce .widget_product_search #searchform div #s, .woocommerce-page .widget_product_search #searchform div #s {
    width: 100%;
    color: #8E9BB0;
    border: 2px solid #ededed;
    border-radius: 0;
    padding-right: 25px; }
  .woocommerce .widget_product_search #searchform div #searchsubmit, .woocommerce-page .widget_product_search #searchform div #searchsubmit {
    display: none; }

.woocommerce .widget_product_search, .woocommerce-page .widget_product_search {
  padding-right: 11px; }
  .woocommerce .widget_product_search .woocommerce-product-search, .woocommerce-page .widget_product_search .woocommerce-product-search {
    padding-right: 11px; }
  .woocommerce .widget_product_search input[type='submit'], .woocommerce-page .widget_product_search input[type='submit'] {
    display: none; }

/*
Products page
*/
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
  position: relative;
  background-color: #fff;
  z-index: 1; }
  .woocommerce .woocommerce-ordering:before, .woocommerce-page .woocommerce-ordering:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    z-index: -1;
    border-left: 1px solid #ededed; }
  .woocommerce .woocommerce-ordering:after, .woocommerce-page .woocommerce-ordering:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    content: "\f0d7";
    color: #7e828b;
    text-align: center;
    vertical-align: middle;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    z-index: -1;
    padding: 14px 0 0 0; }
  .woocommerce .woocommerce-ordering .orderby, .woocommerce-page .woocommerce-ordering .orderby {
    width: 210px;
    background-image: none;
    border: 1x solid #ededed;
    border-radius: 0;
    padding: 0 10px;
    color: #36353c;
    font-size: 12px;
    font-weight: 600;
    background-color: transparent;
    z-index: 2;
    cursor: pointer;
    line-height: 38px; }
  .woocommerce .woocommerce-ordering select, .woocommerce-page .woocommerce-ordering select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none; }
  .woocommerce .woocommerce-ordering select::-ms-expand, .woocommerce-page .woocommerce-ordering select::-ms-expand {
    display: none; }

.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
  line-height: 40px;
  font-family: Open Sans, Arial, sans-serif;
  color: #9ca8ae;
  font-size: 12px;
  font-weight: 600; }

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  border: 1px solid #ededed;
  border-radius: 2px;
  overflow: hidden;
  -webkit-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out; }
  .woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover {
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1); }
    .woocommerce ul.products li.product:hover .product-inner .star-rating, .woocommerce-page ul.products li.product:hover .product-inner .star-rating {
      top: -25px;
      opacity: 1;
      -moz-transform: translate(-2.3em, 0);
      -o-transform: translate(-2.3em, 0);
      -ms-transform: translate(-2.3em, 0);
      -webkit-transform: translate(-2.3em, 0);
      transform: translate(-2.3em, 0); }
    .woocommerce ul.products li.product:hover .add_to_cart_button, .woocommerce-page ul.products li.product:hover .add_to_cart_button {
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1); }
  .woocommerce ul.products li.product .product-inner, .woocommerce-page ul.products li.product .product-inner {
    text-align: center;
    position: relative; }
    .woocommerce ul.products li.product .product-inner h2, .woocommerce ul.products li.product .product-inner h3, .woocommerce-page ul.products li.product .product-inner h2, .woocommerce-page ul.products li.product .product-inner h3 {
      text-align: center;
      letter-spacing: normal;
      font-weight: 400;
      padding-bottom: 0;
      font-size: 14px; }
    .woocommerce ul.products li.product .product-inner .star-rating, .woocommerce-page ul.products li.product .product-inner .star-rating {
      position: absolute;
      top: -15px;
      left: 50%;
      opacity: 0;
      -moz-transform: translate(-2.3em, 0);
      -o-transform: translate(-2.3em, 0);
      -ms-transform: translate(-2.3em, 0);
      -webkit-transform: translate(-2.3em, 0);
      transform: translate(-2.3em, 0);
      -webkit-transition: top 0.2s ease-in-out, opacity 0.2s ease-in-out;
      transition: top 0.2s ease-in-out, opacity 0.2s ease-in-out; }
      .woocommerce ul.products li.product .product-inner .star-rating:before, .woocommerce-page ul.products li.product .product-inner .star-rating:before {
        font-size: 12px; }
      .woocommerce ul.products li.product .product-inner .star-rating span:before, .woocommerce-page ul.products li.product .product-inner .star-rating span:before {
        font-size: 12px; }
    .woocommerce ul.products li.product .product-inner .price, .woocommerce-page ul.products li.product .product-inner .price {
      font-family: Open Sans, Arial, sans-serif;
      font-size: 16px;
      font-weight: 400;
      margin-bottom: 0;
      color: #36353c; }
      .woocommerce ul.products li.product .product-inner .price del, .woocommerce-page ul.products li.product .product-inner .price del {
        font-size: 12px;
        color: #9ca8ae; }
      .woocommerce ul.products li.product .product-inner .price ins, .woocommerce-page ul.products li.product .product-inner .price ins {
        font-size: 14px; }
  .woocommerce ul.products li.product .add_to_cart_button, .woocommerce-page ul.products li.product .add_to_cart_button {
    font-size: 0;
    padding: 5px 0 0;
    background-color: #262628;
    border-radius: 2px;
    -webkit-transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
    .woocommerce ul.products li.product .add_to_cart_button.loading, .woocommerce-page ul.products li.product .add_to_cart_button.loading {
      -moz-transform: scale(0.8);
      -o-transform: scale(0.8);
      -ms-transform: scale(0.8);
      -webkit-transform: scale(0.8);
      transform: scale(0.8);
      opacity: .5 !important;
      pointer-events: none; }
      .woocommerce ul.products li.product .add_to_cart_button.loading:after, .woocommerce-page ul.products li.product .add_to_cart_button.loading:after {
        -webkit-animation: cart_loading 1s linear infinite;
        animation: cart_loading 1s linear infinite; }
    .woocommerce ul.products li.product .add_to_cart_button:after, .woocommerce-page ul.products li.product .add_to_cart_button:after {
      width: 100%;
      text-align: center;
      color: #fff;
      content: "\f067";
      font-family: FontAwesome;
      font-size: 16px;
      speak: none;
      font-style: normal;
      font-weight: 400;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      text-shadow: none;
      position: relative;
      top: 2px;
      cursor: pointer; }
  .woocommerce ul.products li.product .img-wrap, .woocommerce-page ul.products li.product .img-wrap {
    overflow: hidden; }
    .woocommerce ul.products li.product .img-wrap span.onsale, .woocommerce-page ul.products li.product .img-wrap span.onsale {
      font-size: 12px;
      font-weight: 800;
      margin: 0;
      padding: 50px 0 5px;
      position: absolute;
      text-align: center;
      text-transform: uppercase;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      width: 160px;
      z-index: 10;
      right: -65px;
      top: -30px;
      background: #f47177;
      color: #fff; }
  .woocommerce ul.products li.product .added_to_cart, .woocommerce-page ul.products li.product .added_to_cart {
    font-family: Open Sans, Arial, sans-serif;
    font-weight: 600;
    font-size: 12px; }
  .woocommerce ul.products li.product.product-type-simple, .woocommerce-page ul.products li.product.product-type-simple {
    text-align: center; }
    .woocommerce ul.products li.product.product-type-simple .product-inner, .woocommerce-page ul.products li.product.product-type-simple .product-inner {
      min-height: 50px; }
    .woocommerce ul.products li.product.product-type-simple .button.product_type_simple, .woocommerce-page ul.products li.product.product-type-simple .button.product_type_simple {
      margin: 0 auto 15px auto;
      display: inline-block; }

@-webkit-keyframes cart_loading {
  from {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes cart_loading {
  from {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.woocommerce nav.woocommerce-pagination, .woocommerce-page nav.woocommerce-pagination {
  text-align: center; }
  .woocommerce nav.woocommerce-pagination .page-numbers, .woocommerce-page nav.woocommerce-pagination .page-numbers {
    margin: 0 auto; }

/*
Cart page
*/
.woocommerce table.cart td, .woocommerce-page #content table.cart td {
  border-color: #ededed; }

.woocommerce table.cart tr:first-child td, .woocommerce-page #content table.cart tr:first-child td {
  border-top: 2px solid #ededed; }

.woocommerce table.cart .cart_item, .woocommerce-page #content table.cart .cart_item {
  font-family: Open Sans, Arial, sans-serif;
  font-weight: 400;
  background-color: #fff; }
  .woocommerce table.cart .cart_item:nth-child(even), .woocommerce-page #content table.cart .cart_item:nth-child(even) {
    background-color: #fff; }
  .woocommerce table.cart .cart_item .product-remove a, .woocommerce-page #content table.cart .cart_item .product-remove a {
    border-radius: 50%;
    border: 1px solid #ededed;
    font-size: 16px;
    line-height: 25px;
    height: 25px;
    width: 25px;
    text-align: center;
    color: #9eacb5;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
    .woocommerce table.cart .cart_item .product-remove a:hover, .woocommerce-page #content table.cart .cart_item .product-remove a:hover {
      color: #fff;
      background-color: #f44f55;
      border-color: transparent; }
  .woocommerce table.cart .cart_item .product-thumbnail img, .woocommerce-page #content table.cart .cart_item .product-thumbnail img {
    width: 60px; }
  .woocommerce table.cart .cart_item .product-name a, .woocommerce-page #content table.cart .cart_item .product-name a {
    -webkit-transition: color 0.1s ease-in-out;
    transition: color 0.1s ease-in-out; }
  .woocommerce table.cart .cart_item .product-quantity input, .woocommerce-page #content table.cart .cart_item .product-quantity input {
    float: left;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-color: #ededed;
    color: #7e828b;
    font-weight: 700;
    font-size: 12px;
    padding: 0; }
    .woocommerce table.cart .cart_item .product-quantity input[type="button"], .woocommerce-page #content table.cart .cart_item .product-quantity input[type="button"] {
      background-color: #f4f4f3;
      -webkit-transition: background 0.1s ease-in-out;
      transition: background 0.1s ease-in-out; }
      .woocommerce table.cart .cart_item .product-quantity input[type="button"]:hover, .woocommerce-page #content table.cart .cart_item .product-quantity input[type="button"]:hover {
        background-color: #fafaf9; }
    .woocommerce table.cart .cart_item .product-quantity input.qty, .woocommerce-page #content table.cart .cart_item .product-quantity input.qty {
      border-radius: 2px; }

.woocommerce table.cart tr .actions .coupon input[name="coupon_code"], .woocommerce-page #content table.cart tr .actions .coupon input[name="coupon_code"] {
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 2px;
  margin-right: 10px; }

.woocommerce table.cart tr .actions input[name="update_cart"], .woocommerce-page #content table.cart tr .actions input[name="update_cart"] {
  background-color: #fff;
  border: 1px solid #ededed;
  color: #9ca8ae;
  -webkit-transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out; }
  .woocommerce table.cart tr .actions input[name="update_cart"]:hover, .woocommerce-page #content table.cart tr .actions input[name="update_cart"]:hover {
    background: none;
    background-color: #fff;
    color: #36353c; }

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  width: 43%; }
  .woocommerce .cart-collaterals .cart_totals h2, .woocommerce-page .cart-collaterals .cart_totals h2 {
    font-size: 24px; }
  .woocommerce .cart-collaterals .cart_totals table, .woocommerce-page .cart-collaterals .cart_totals table {
    font-family: Open Sans, Arial, sans-serif; }
    .woocommerce .cart-collaterals .cart_totals table tr th, .woocommerce-page .cart-collaterals .cart_totals table tr th {
      text-transform: none;
      font-size: 13px;
      padding: 10px 10px; }
    .woocommerce .cart-collaterals .cart_totals table tr td, .woocommerce-page .cart-collaterals .cart_totals table tr td {
      font-size: 13px;
      padding: 10px 10px; }

.woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .shipping_calculator {
  width: 43%; }
  .woocommerce .cart-collaterals .shipping_calculator h2, .woocommerce-page .cart-collaterals .shipping_calculator h2 {
    font-size: 16px; }
    .woocommerce .cart-collaterals .shipping_calculator h2 a, .woocommerce-page .cart-collaterals .shipping_calculator h2 a {
      -webkit-transition: color 0.1s ease-in-out;
      transition: color 0.1s ease-in-out;
      position: relative; }
      .woocommerce .cart-collaterals .shipping_calculator h2 a:after, .woocommerce-page .cart-collaterals .shipping_calculator h2 a:after {
        position: absolute;
        top: 0;
        left: 100%;
        width: 20px;
        padding-top: 1px;
        line-height: 1;
        content: "\f0d7";
        font-size: 8px;
        text-align: center;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased; }
  .woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-form .form-row, .woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-form .form-row {
    position: relative;
    background-color: #fff;
    z-index: 1; }
    .woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-form .form-row .country_to_state, .woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-form .form-row .country_to_state {
      background-color: transparent;
      z-index: 2;
      background-image: none;
      padding: 0 10px; }
    .woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-form .form-row:first-child:before, .woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-form .form-row:first-child:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 40px;
      height: 40px;
      z-index: -1;
      border-left: 1px solid #ededed; }
    .woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-form .form-row:first-child:after, .woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-form .form-row:first-child:after {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 40px;
      font-size: 14px;
      content: "\f0d7";
      color: #7e828b;
      text-align: center;
      vertical-align: middle;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      z-index: -1;
      padding: 14px 0 0 0; }
    .woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-form .form-row input, .woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-form .form-row input {
      line-height: 35px;
      font-size: 12px; }

.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
  width: 55%; }

.woocommerce .cart-collaterals a.checkout-button.button.alt.wc-forward, .woocommerce-page .cart-collaterals a.checkout-button.button.alt.wc-forward {
  display: inline-block !important;
  width: auto;
  font-size: 11px; }

/*
Single product page
*/
.woocommerce #content div.product, .woocommerce-page #content div.product {
  overflow: hidden; }
  .woocommerce #content div.product h2, .woocommerce-page #content div.product h2 {
    margin-bottom: 18px; }
  .woocommerce #content div.product > span.onsale, .woocommerce-page #content div.product > span.onsale {
    font-size: 12px;
    font-weight: 800;
    margin: 0;
    padding: 50px 0 5px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    transform: rotate(-45deg);
    width: 160px;
    z-index: 10;
    left: -65px;
    top: -30px;
    background: #f44f55;
    color: #fff; }
  .woocommerce #content div.product .product_title, .woocommerce-page #content div.product .product_title {
    text-transform: uppercase;
    letter-spacing: normal;
    font-weight: 400; }
  .woocommerce #content div.product .woocommerce-product-rating .star-rating, .woocommerce-page #content div.product .woocommerce-product-rating .star-rating {
    float: left;
    display: inline-block;
    line-height: 20px;
    height: 20px; }
  .woocommerce #content div.product .woocommerce-product-rating .woocommerce-review-link, .woocommerce-page #content div.product .woocommerce-product-rating .woocommerce-review-link {
    font-family: Open Sans, Arial, sans-serif;
    margin-left: 10px;
    font-size: 13px;
    line-height: 20px;
    color: #7e828b; }
  .woocommerce #content div.product .price, .woocommerce-page #content div.product .price {
    font-family: Open Sans, Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #36353c; }
    .woocommerce #content div.product .price del, .woocommerce-page #content div.product .price del {
      color: #9ca8ae;
      font-size: 12px; }
    .woocommerce #content div.product .price ins, .woocommerce-page #content div.product .price ins {
      color: #36353c;
      font-size: 24px; }
  .woocommerce #content div.product .entry-summary .price, .woocommerce-page #content div.product .entry-summary .price {
    color: #36353c; }
    .woocommerce #content div.product .entry-summary .price del, .woocommerce-page #content div.product .entry-summary .price del {
      color: #9ca8ae !important;
      font-size: 12px; }
    .woocommerce #content div.product .entry-summary .price ins, .woocommerce-page #content div.product .entry-summary .price ins {
      color: #36353c;
      font-size: 24px; }
  .woocommerce #content div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity {
    margin-right: 15px; }
    .woocommerce #content div.product form.cart div.quantity input, .woocommerce-page #content div.product form.cart div.quantity input {
      float: left;
      height: 35px;
      width: 35px;
      line-height: 35px;
      border-color: #ededed;
      color: #7e828b;
      font-weight: 700;
      font-size: 12px;
      padding: 0; }
      .woocommerce #content div.product form.cart div.quantity input[type="button"], .woocommerce-page #content div.product form.cart div.quantity input[type="button"] {
        background-color: #f4f4f3;
        -webkit-transition: background 0.1s ease-in-out;
        transition: background 0.1s ease-in-out; }
        .woocommerce #content div.product form.cart div.quantity input[type="button"]:hover, .woocommerce-page #content div.product form.cart div.quantity input[type="button"]:hover {
          background-color: #fafaf9; }
  .woocommerce #content div.product .product_meta, .woocommerce-page #content div.product .product_meta {
    font-size: 13px;
    font-weight: 400;
    color: #36353c; }
    .woocommerce #content div.product .product_meta a, .woocommerce-page #content div.product .product_meta a {
      color: #30b9e6; }
    .woocommerce #content div.product .product_meta .posted_in, .woocommerce-page #content div.product .product_meta .posted_in {
      border: none; }
    .woocommerce #content div.product .product_meta .tagged_as, .woocommerce-page #content div.product .product_meta .tagged_as {
      border: none; }
  .woocommerce #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before {
    border: 1px solid #ededed; }
  .woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
    padding: 0 15px;
    border-color: #ededed;
    background-color: #ededed;
    color: #262628;
    font-size: 13px;
    font-family: Open Sans, Arial, sans-serif;
    -webkit-transition: background-color 0.1s ease-in-out;
    transition: background-color 0.1s ease-in-out; }
    .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a {
      color: #fff; }
    .woocommerce #content div.product .woocommerce-tabs ul.tabs li:not(.active):hover, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:not(.active):hover {
      background-color: #fafaf9; }
    .woocommerce #content div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a {
      font-weight: 400;
      text-shadow: none;
      padding: 10px 0; }
  .woocommerce #content div.product .woocommerce-tabs #reviews #comments ol.commentlist li .comment_container, .woocommerce-page #content div.product .woocommerce-tabs #reviews #comments ol.commentlist li .comment_container {
    padding: 20px;
    background-color: #fafaf9;
    border-top: 2px solid #ededed;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .woocommerce #content div.product .woocommerce-tabs #reviews #comments ol.commentlist li .comment_container img, .woocommerce-page #content div.product .woocommerce-tabs #reviews #comments ol.commentlist li .comment_container img {
      width: 50px;
      border: 3px solid #fff;
      border-radius: 50%;
      padding: 0; }
    .woocommerce #content div.product .woocommerce-tabs #reviews #comments ol.commentlist li .comment_container .comment-text p.meta, .woocommerce-page #content div.product .woocommerce-tabs #reviews #comments ol.commentlist li .comment_container .comment-text p.meta {
      font-family: Open Sans, Arial, sans-serif;
      color: #36353c; }
    .woocommerce #content div.product .woocommerce-tabs #reviews #comments ol.commentlist li .comment_container .comment-text .description, .woocommerce-page #content div.product .woocommerce-tabs #reviews #comments ol.commentlist li .comment_container .comment-text .description {
      color: #7e828b;
      font-size: 13px; }
  .woocommerce #content div.product .woocommerce-tabs #reviews #review_form label, .woocommerce-page #content div.product .woocommerce-tabs #reviews #review_form label {
    margin-bottom: 5px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #8E9BB0;
    font-family: Open Sans, Arial, sans-serif; }
  .woocommerce #content div.product .related h2, .woocommerce #content div.product .upsells h2, .woocommerce-page #content div.product .related h2, .woocommerce-page #content div.product .upsells h2 {
    margin-bottom: 18px; }
  .woocommerce #content div.product .related ul li.product span.price, .woocommerce #content div.product .upsells ul li.product span.price, .woocommerce-page #content div.product .related ul li.product span.price, .woocommerce-page #content div.product .upsells ul li.product span.price {
    font-family: Open Sans, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    color: #36353c; }
    .woocommerce #content div.product .related ul li.product span.price del, .woocommerce #content div.product .upsells ul li.product span.price del, .woocommerce-page #content div.product .related ul li.product span.price del, .woocommerce-page #content div.product .upsells ul li.product span.price del {
      font-size: 12px;
      color: #9ca8ae; }
    .woocommerce #content div.product .related ul li.product span.price ins, .woocommerce #content div.product .upsells ul li.product span.price ins, .woocommerce-page #content div.product .related ul li.product span.price ins, .woocommerce-page #content div.product .upsells ul li.product span.price ins {
      font-size: 14px;
      color: #36353c; }
  .woocommerce #content div.product .related ul li.product, .woocommerce #content div.product .upsells ul li.product, .woocommerce-page #content div.product .related ul li.product, .woocommerce-page #content div.product .upsells ul li.product {
    width: 30.2%; }

.woocommerce.single-product .woocommerce-product-gallery, .woocommerce-page.single-product .woocommerce-product-gallery {
  position: relative; }
  .woocommerce.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger, .woocommerce-page.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    height: 30px;
    width: 30px;
    border-radius: 3px;
    z-index: 99;
    text-align: center;
    color: transparent; }
    .woocommerce.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before, .woocommerce-page.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      content: "\f002";
      display: block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      color: #fff;
      font-size: 16px;
      line-height: 30px;
      text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
      opacity: .6;
      -webkit-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out; }
  .woocommerce.single-product .woocommerce-product-gallery:hover .woocommerce-product-gallery__trigger:before, .woocommerce-page.single-product .woocommerce-product-gallery:hover .woocommerce-product-gallery__trigger:before {
    opacity: 1; }
  .woocommerce.single-product .woocommerce-product-gallery img, .woocommerce-page.single-product .woocommerce-product-gallery img {
    margin: 0; }
  .woocommerce.single-product .woocommerce-product-gallery .flex-viewport, .woocommerce-page.single-product .woocommerce-product-gallery .flex-viewport {
    margin-bottom: 15px; }
  .woocommerce.single-product .woocommerce-product-gallery .flex-control-thumbs, .woocommerce-page.single-product .woocommerce-product-gallery .flex-control-thumbs {
    margin: 0;
    padding: 0; }
    .woocommerce.single-product .woocommerce-product-gallery .flex-control-thumbs li, .woocommerce-page.single-product .woocommerce-product-gallery .flex-control-thumbs li {
      list-style: none;
      margin-bottom: 15px;
      cursor: pointer; }
      .woocommerce.single-product .woocommerce-product-gallery .flex-control-thumbs li img, .woocommerce-page.single-product .woocommerce-product-gallery .flex-control-thumbs li img {
        opacity: .5;
        -webkit-transition: all, ease, 0.2s;
        transition: all, ease, 0.2s; }
        .woocommerce.single-product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active, .woocommerce-page.single-product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
          opacity: 1; }
      .woocommerce.single-product .woocommerce-product-gallery .flex-control-thumbs li:hover img, .woocommerce-page.single-product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
        opacity: 1; }
  .woocommerce.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n), .woocommerce-page.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
    margin-right: 0; }
  .woocommerce.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n), .woocommerce-page.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
    margin-right: 0; }
  .woocommerce.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li, .woocommerce-page.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 22%;
    margin-right: 4%;
    display: inline-block; }
    .woocommerce.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n), .woocommerce-page.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
      margin-right: 0; }
  .woocommerce.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n), .woocommerce-page.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
    margin-right: 0; }

.woocommerce-message, .woocommerce-error, .woocommerce-info {
  background-color: #262628;
  color: #fff;
  font-family: Open Sans, Arial, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  border-radius: 2px; }

.woocommerce-info:before {
  color: #8E9BB0;
  content: "\e076";
  font-family: 'Simple-Line-Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.woocommerce-info a {
  padding-left: 5px;
  font-weight: 600;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out; }
  .woocommerce-info a:hover {
    opacity: .8; }

.woocommerce-error {
  background-color: #f47177;
  color: #d13d40; }
  .woocommerce-error strong {
    color: rgba(255, 255, 255, 0.9); }

/*
Checkout page
*/
.woocommerce #customer_details, .woocommerce-page #customer_details {
  width: 60%;
  float: left;
  padding-right: 30px; }
  .woocommerce #customer_details .col-1, .woocommerce #customer_details .col-2, .woocommerce-page #customer_details .col-1, .woocommerce-page #customer_details .col-2 {
    width: 50%; }
  .woocommerce #customer_details .col-1, .woocommerce-page #customer_details .col-1 {
    padding-right: 30px; }

.woocommerce #order_review_heading, .woocommerce-page #order_review_heading {
  width: 40%;
  float: right;
  display: inline-block; }

.woocommerce #order_review, .woocommerce-page #order_review {
  width: 40%;
  float: right;
  display: inline-block;
  margin-top: 21px; }

.woocommerce table.shop_table, .woocommerce-page table.shop_table {
  margin-bottom: 40px; }
  .woocommerce table.shop_table thead, .woocommerce-page table.shop_table thead {
    background-color: #262628; }
    .woocommerce table.shop_table thead th, .woocommerce-page table.shop_table thead th {
      color: #fff; }
  .woocommerce table.shop_table .cart_item, .woocommerce-page table.shop_table .cart_item {
    font-size: 14px; }
    .woocommerce table.shop_table .cart_item .product-name, .woocommerce-page table.shop_table .cart_item .product-name {
      min-width: 140px;
      max-width: 50%; }
  .woocommerce table.shop_table .shipping td, .woocommerce-page table.shop_table .shipping td {
    font-size: 13px; }
  .woocommerce table.shop_table tr.cart-subtotal th, .woocommerce table.shop_table tr.shipping th, .woocommerce table.shop_table tr.order-total th, .woocommerce-page table.shop_table tr.cart-subtotal th, .woocommerce-page table.shop_table tr.shipping th, .woocommerce-page table.shop_table tr.order-total th {
    font-weight: 600; }
  .woocommerce table.shop_table tfoot .order-total td, .woocommerce table.shop_table tfoot .order-total th, .woocommerce-page table.shop_table tfoot .order-total td, .woocommerce-page table.shop_table tfoot .order-total th {
    background-color: #f4f4f3; }
  .woocommerce table.shop_table .actions, .woocommerce-page table.shop_table .actions {
    background-color: #fafaf9; }

.woocommerce #payment, .woocommerce-page #payment {
  border: 1px solid #ededed; }
  .woocommerce #payment ul.payment_methods, .woocommerce-page #payment ul.payment_methods {
    background-color: #fafaf9;
    border: none;
    font-family: Open Sans, Arial, sans-serif; }
    .woocommerce #payment ul.payment_methods li, .woocommerce-page #payment ul.payment_methods li {
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 600; }
      .woocommerce #payment ul.payment_methods li input, .woocommerce #payment ul.payment_methods li label, .woocommerce-page #payment ul.payment_methods li input, .woocommerce-page #payment ul.payment_methods li label {
        cursor: pointer; }
  .woocommerce #payment div.form-row, .woocommerce-page #payment div.form-row {
    border-top: none;
    background-color: #f4f4f3;
    margin-bottom: 0; }
  .woocommerce #payment div.payment_box, .woocommerce-page #payment div.payment_box {
    background: #ededed;
    box-shadow: none;
    text-transform: none;
    color: #262628;
    text-shadow: none; }
    .woocommerce #payment div.payment_box:after, .woocommerce-page #payment div.payment_box:after {
      border-bottom-color: #ededed; }

.woocommerce .woocommerce-billing-fields .country_select,
.woocommerce .woocommerce-shipping-fields .country_select, .woocommerce-page .woocommerce-billing-fields .country_select,
.woocommerce-page .woocommerce-shipping-fields .country_select {
  padding: 0; }
  .woocommerce .woocommerce-billing-fields .country_select .select2-choice,
  .woocommerce .woocommerce-shipping-fields .country_select .select2-choice, .woocommerce-page .woocommerce-billing-fields .country_select .select2-choice,
  .woocommerce-page .woocommerce-shipping-fields .country_select .select2-choice {
    line-height: 35px;
    border: none;
    border-radius: 0; }

.woocommerce .select2-drop, .woocommerce-page .select2-drop {
  border: 1px solid #ededed;
  border-radius: 0; }
  .woocommerce .select2-drop .select2-search, .woocommerce-page .select2-drop .select2-search {
    padding: 5px 10px; }
    .woocommerce .select2-drop .select2-search .select2-input, .woocommerce-page .select2-drop .select2-search .select2-input {
      height: 30px;
      padding: 0 20px 0 15px;
      font-size: 15px;
      line-height: normal; }
  .woocommerce .select2-drop .select2-results, .woocommerce-page .select2-drop .select2-results {
    background-color: #fff;
    border-radius: 0;
    color: #7e828b;
    font-size: 13px; }

.select2-container {
  font-size: 12px; }
  .select2-container .select2-selection {
    border-color: #ededed;
    border-radius: 0;
    line-height: 35px;
    height: 35px; }
    .select2-container .select2-selection .select2-selection__rendered {
      line-height: 35px; }
    .select2-container .select2-selection .select2-selection__arrow {
      line-height: 35px;
      height: 35px; }
  .select2-container .select2-dropdown {
    border-color: #ededed; }
    .select2-container .select2-dropdown .select2-search__field {
      border-color: #ededed;
      margin: 0; }

.chosen-container-single .chosen-single span {
  color: #36353c; }

/*
* My Account
*/
.woocommerce-account .woocommerce {
  display: table;
  width: 100%; }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    display: table-cell;
    vertical-align: top;
    min-width: 200px;
    padding: 0; }
    .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
      padding: 0; }
      .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a {
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        display: block;
        padding: 12px 20px;
        border-style: solid;
        border-width: 1px;
        border-color: #ededed;
        border-bottom-style: none;
        color: #7e828b;
        background-color: #fafaf9;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a:hover {
          color: #36353c;
          background-color: #f4f4f3; }
      .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link:first-child a {
        border-radius: 2px 2px 0 0; }
      .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link:last-child a {
        border-bottom-style: solid;
        border-radius: 0 0 2px 2px; }
      .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.is-active a {
        color: #fff; }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    width: 100%;
    display: table-cell;
    vertical-align: top;
    padding-left: 30px; }
    .woocommerce-account .woocommerce .woocommerce-MyAccount-content h2, .woocommerce-account .woocommerce .woocommerce-MyAccount-content h3 {
      margin-top: 30px;
      margin-bottom: 15px; }
    .woocommerce-account .woocommerce .woocommerce-MyAccount-content mark {
      color: #fff;
      padding: 2px 5px;
      border-radius: 2px;
      font-size: 13px;
      font-weight: 700; }
    .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address {
      background-color: #fafaf9;
      border: 1px solid #ededed;
      border-radius: 2px;
      padding: 20px; }
      .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address h2, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address h3 {
        margin-top: 0; }
      .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address .edit {
        display: inline-block;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 22px;
        padding: 0 8px;
        border-radius: 2px;
        color: #fff; }
    .woocommerce-account .woocommerce .woocommerce-MyAccount-content fieldset {
      margin: 30px 0;
      padding: 15px;
      border-radius: 2px;
      border: 1px solid #ededed; }
  .woocommerce-account .woocommerce #rememberme {
    vertical-align: baseline; }
    .woocommerce-account .woocommerce #rememberme input {
      margin-right: 5px; }
  .woocommerce-account .woocommerce .woocommerce-LostPassword {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase; }

@media only screen and (max-width: 979px) {
  .woocommerce-account .woocommerce {
    display: block; }
    .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
      display: block;
      min-width: initial; }
    .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
      display: block;
      margin-top: 30px;
      padding-left: 0; } }

/*---------------------------------------------------------------*/
/* Retina
/*---------------------------------------------------------------*/
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dppx) {
  .woocommerce a.button.loading:before, .woocommerce button.button.loading:before, .woocommerce input.button.loading:before, .woocommerce #respond input#submit.loading:before, .woocommerce #content input.button.loading:before, .woocommerce-page a.button.loading:before, .woocommerce-page button.button.loading:before, .woocommerce-page input.button.loading:before, .woocommerce-page #respond input#submit.loading:before, .woocommerce-page #content input.button.loading:before {
    background-size: 16px 16px; }
  .woocommerce .woocommerce form .form-row.validate-required.woocommerce-validated input.input-text, .woocommerce .woocommerce-page form .form-row.validate-required.woocommerce-validated input.input-text, .woocommerce-page .woocommerce form .form-row.validate-required.woocommerce-validated input.input-text, .woocommerce-page .woocommerce-page form .form-row.validate-required.woocommerce-validated input.input-text {
    background-image: url(images/icons/valid@2x.png);
    background-size: 12px 9px; }
  .woocommerce .woocommerce form .form-row.validate-required.woocommerce-invalid input.input-text, .woocommerce .woocommerce-page form .form-row.validate-required.woocommerce-invalid input.input-text, .woocommerce-page .woocommerce form .form-row.validate-required.woocommerce-invalid input.input-text, .woocommerce-page .woocommerce-page form .form-row.validate-required.woocommerce-invalid input.input-text {
    background-image: url(images/icons/invalid@2x.png);
    background-size: 12px 9px; }
  .woocommerce p.stars span, .woocommerce-page p.stars span {
    background-image: url(images/star@2x.png);
    background-size: 16px 48px; }
  .woocommerce p.stars span a:hover, .woocommerce p.stars span a:focus, .woocommerce-page p.stars span a:hover, .woocommerce-page p.stars span a:focus {
    background-image: url(images/star@2x.png);
    background-size: 16px 48px; }
  .woocommerce p.stars span a.active, .woocommerce-page p.stars span a.active {
    background-image: url(images/star@2x.png);
    background-size: 16px 48px; } }

/*---------------------------------------------------------------*/
/* Responsive
/*---------------------------------------------------------------*/
@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
  html {
    -webkit-text-size-adjust: none; } }

/*
	* -------------------------------------------------------------------------------------------
	* TABLET PORTRAIT
	* -------------------------------------------------------------------------------------------
	*/
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .woocommerce .related ul.products li.product,
  .woocommerce .related ul li.product,
  .woocommerce .upsells.products ul.products li.product,
  .woocommerce .upsells.products ul li.product,
  .woocommerce ul.products li.product {
    width: 46.5% !important;
    margin-right: 7% !important; }
  .woocommerce ul.products li.product:nth-child(2n+2) {
    margin-right: 0 !important; }
  .woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
    clear: none; }
  .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    margin: 0 4px 1em 0; }
  .woocommerce #review_form .comment-form-author, .woocommerce-page #review_form .comment-form-author, .woocommerce #review_form .comment-form-email, .woocommerce-page #review_form .comment-form-email, .woocommerce #review_form .comment-form-rating, .woocommerce-page #review_form .comment-form-rating {
    width: 100%;
    margin-right: 0; }
  .woocommerce #searchsubmit {
    width: 100%;
    margin-top: 10px;
    cursor: pointer; }
  .woocommerce input, .woocommerce textarea {
    max-width: 100%; }
  .woocommerce div.product div.images div.thumbnails a.last, .woocommerce #content div.product div.images div.thumbnails a.last {
    margin-bottom: 5px; }
  .woocommerce .product .quantity {
    margin-bottom: 10px !important; }
  .woocommerce a.added_to_cart {
    top: 25%;
    top: calc(50% - 80px);
    width: 130px;
    margin-left: -65px;
    padding: 11px 0; }
  .woocommerce ul.products li.product a.add_to_cart_button {
    padding: 0; }
  .woocommerce .checkout .col2-set .col-1 {
    width: 100%; }
  .woocommerce .checkout .col2-set .col-2 {
    width: 100%;
    margin-top: 20px; }
  .woocommerce-cart .row-inner, .woocommerce-checkout .row-inner {
    padding-right: 40px !important;
    padding-left: 40px !important; } }

/*
	* -------------------------------------------------------------------------------------------
	* MOBILE LANDSCAPE
	* -------------------------------------------------------------------------------------------
	*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .woocommerce .related ul.products li.product,
  .woocommerce .related ul li.product,
  .woocommerce .upsells.products ul.products li.product,
  .woocommerce .upsells.products ul li.product,
  .woocommerce ul.products li.product {
    width: 46.5% !important;
    margin-right: 7% !important; }
  .woocommerce ul.products li.product:nth-child(2n+2) {
    margin-right: 0 !important; }
  .woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
    clear: none; }
  .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    margin: 0 4px 1em 0; }
  .woocommerce #review_form .comment-form-author, .woocommerce-page #review_form .comment-form-author, .woocommerce #review_form .comment-form-email, .woocommerce-page #review_form .comment-form-email, .woocommerce #review_form .comment-form-rating, .woocommerce-page #review_form .comment-form-rating {
    width: 100%;
    margin-right: 0; }
  .woocommerce .products .product:nth-child(2n) {
    margin-right: 0 !important; }
  .woocommerce ul.products li.first {
    clear: none !important; }
  .woocommerce a.added_to_cart {
    top: 25%;
    top: calc(50% - 80px); }
  .woocommerce .shop-template .images {
    width: 100% !important; }
  .woocommerce .shop-template .entry-summary {
    width: 100% !important; }
  .woocommerce input, .woocommerce textarea {
    max-width: 100%; }
  .woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
    width: 100%;
    margin-bottom: 30px; }
  .woocommerce .checkout .col2-set .col-1 {
    width: 100%; }
  .woocommerce .checkout .col2-set .col-2 {
    width: 100%;
    margin-top: 20px; }
  .woocommerce .cart_totals, .woocommerce .shipping_calculator, .woocommerce .shipping_calculator input {
    width: 100% !important;
    max-width: 100%; }
  .woocommerce table.shop_table .button {
    float: left !important;
    margin-right: 5px !important;
    margin-top: 10px !important; }
  .woocommerce table.shop_table input#coupon_code {
    margin-top: 10px !important; }
  .woocommerce table.shop_table .checkout-button {
    margin-top: 10px !important;
    margin-left: 0 !important;
    max-width: 100%; }
  .woocommerce table.shop_table .quantity input[type=number] {
    min-width: 27px;
    width: 27px; }
  .woocommerce table.shop_table .quantity .plus, .woocommerce table.shop_table .quantity .minus {
    padding: 4px 8px;
    min-width: auto; } }

/*
	* -------------------------------------------------------------------------------------------
	* MOBILE PORTRAIT
	* -------------------------------------------------------------------------------------------
	*/
@media only screen and (max-width: 479px) {
  .woocommerce form .form-row {
    min-width: 280px;
    padding: 0; }
  .woocommerce input, .woocommerce textarea {
    max-width: 100%; }
  .woocommerce .lost_reset_password #user_login, .woocommerce .lost_reset_password .button {
    width: 100%;
    margin-top: 5px; }
  .woocommerce .login .button {
    width: 100%;
    margin: 10px 10px 10px 0; }
  .woocommerce .checkout_coupon .button {
    width: 100%;
    margin-top: 10px; }
  .woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2 {
    width: 100%;
    float: none; }
  .woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
    width: 100%;
    margin-bottom: 30px; }
  .shop-template .product-inner {
    min-height: 120px; }
  .woocommerce .related ul.products li.product, .woocommerce .related ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce ul.products li.product {
    width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .woocommerce #review_form .comment-form-author, .woocommerce-page #review_form .comment-form-author, .woocommerce #review_form .comment-form-email, .woocommerce-page #review_form .comment-form-email, .woocommerce #review_form .comment-form-rating, .woocommerce-page #review_form .comment-form-rating {
    width: 100%;
    margin-right: 0; }
  .woocommerce .star-rating, .woocommerce-page .star-rating {
    float: none; }
  .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering, .woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    float: none; }
  .woocommerce ul.products li.first {
    clear: none !important; }
  .woocommerce a.added_to_cart {
    top: 25%;
    top: calc(50% - 90px);
    width: 130px;
    margin-left: -65px;
    padding: 11px 0; }
  .woocommerce a.add_to_cart_button.button, .woocommerce a.product_type_variable.button, .woocommerce a.product_type_grouped.button {
    height: auto;
    line-height: 20px;
    padding-top: 5px;
    padding-bottom: 5px; }
  .woocommerce .shop-template .images {
    width: 100% !important; }
  .woocommerce .shop-template .entry-summary {
    width: 100% !important; }
  .woocommerce .product .quantity {
    margin-bottom: 10px !important; }
  .woocommerce .summary .star-rating {
    float: none;
    margin-top: 10px; }
  .woocommerce .cart_totals, .woocommerce .shipping_calculator, .woocommerce .shipping_calculator input {
    width: 100% !important;
    max-width: 100%; }
  .woocommerce .checkout .col2-set .col-2 {
    margin-top: 20px; }
  .woocommerce table td {
    padding: 5px !important; }
  .woocommerce th.product-name {
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-radius: 6px 0 0 0; }
  .woocommerce table.shop_table th.product-name, .woocommerce table.shop_table th.product-subtotal {
    padding-left: 5px; }
  .woocommerce table.shop_table td.actions {
    padding-top: 30px !important; }
  .woocommerce table.shop_table input {
    margin-top: 10px;
    margin-bottom: 10px !important; }
  .woocommerce table.shop_table .button {
    width: 100%;
    margin-top: 10px !important; }
  .woocommerce table.shop_table .coupon .button {
    width: auto !important;
    margin-top: 0 !important;
    float: left;
    min-width: 150px; }
  .woocommerce #payment #place_order {
    float: none; }
  .woocommerce table.shop_table .checkout-button {
    margin-top: 25px !important; }
  .woocommerce form .form-row {
    min-width: 100%; }
  .woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
    float: left; } }

@media only screen and (max-width: 797px) {
  .woocommerce #customer_details, .woocommerce-page #customer_details {
    width: 100%;
    float: none;
    padding-right: 0; }
    .woocommerce #customer_details .col-1, .woocommerce #customer_details .col-2, .woocommerce-page #customer_details .col-1, .woocommerce-page #customer_details .col-2 {
      width: 100%; }
    .woocommerce #customer_details .col-1, .woocommerce-page #customer_details .col-1 {
      padding-right: 0; }
  .woocommerce #order_review_heading, .woocommerce-page #order_review_heading {
    width: 100%;
    float: none;
    display: block; }
  .woocommerce #order_review, .woocommerce-page #order_review {
    width: 100%;
    float: none;
    display: block;
    margin-top: 15px; }
  .woocommerce table.shop_table .cart_item .product-name, .woocommerce-page table.shop_table .cart_item .product-name {
    min-width: initial;
    max-width: 50%; }
  .woocommerce-cart-form__contents {
    border: none !important; }
    .woocommerce-cart-form__contents thead {
      display: none; }
    .woocommerce-cart-form__contents tr:first-child {
      border-top: none; }
    .woocommerce-cart-form__contents .woocommerce-cart-form__cart-item {
      position: relative;
      display: block;
      width: 100%;
      border: none;
      margin-bottom: 30px;
      padding: 30px 15px;
      background-color: #fafaf9 !important; }
      .woocommerce-cart-form__contents .woocommerce-cart-form__cart-item:last-child {
        margin-bottom: 0; }
      .woocommerce-cart-form__contents .woocommerce-cart-form__cart-item .product-thumbnail {
        width: 100%;
        text-align: center;
        padding-bottom: 2em; }
        .woocommerce-cart-form__contents .woocommerce-cart-form__cart-item .product-thumbnail a {
          display: inline-block;
          margin: 0 auto; }
          .woocommerce-cart-form__contents .woocommerce-cart-form__cart-item .product-thumbnail a img {
            width: 100%; }
      .woocommerce-cart-form__contents .woocommerce-cart-form__cart-item .product-name {
        width: 100%;
        max-width: 100% !important;
        font-size: 1em; }
      .woocommerce-cart-form__contents .woocommerce-cart-form__cart-item td {
        display: block;
        width: 100%;
        max-width: 100%;
        text-align: right;
        clear: both;
        padding: .5em 0 !important;
        border-top: none !important;
        background-color: #fafaf9 !important; }
        .woocommerce-cart-form__contents .woocommerce-cart-form__cart-item td:before {
          content: attr(data-title) ": ";
          font-size: 1em;
          font-weight: 600;
          float: left; }
        .woocommerce-cart-form__contents .woocommerce-cart-form__cart-item td .qty {
          display: inline-block;
          float: none !important; }
        .woocommerce-cart-form__contents .woocommerce-cart-form__cart-item td a, .woocommerce-cart-form__contents .woocommerce-cart-form__cart-item td span {
          font-size: 1em;
          font-weight: 400; }
      .woocommerce-cart-form__contents .woocommerce-cart-form__cart-item .product-remove:before,
      .woocommerce-cart-form__contents .woocommerce-cart-form__cart-item .product-thumbnail:before {
        display: none; }
      .woocommerce-cart-form__contents .woocommerce-cart-form__cart-item .product-remove {
        position: absolute;
        top: -8px;
        right: -8px;
        padding: 0 !important;
        width: 36px;
        height: 36px;
        border-radius: 50%; }
        .woocommerce-cart-form__contents .woocommerce-cart-form__cart-item .product-remove a {
          height: 36px !important;
          line-height: 36px !important;
          text-align: center;
          display: block;
          width: 100% !important;
          background-color: #f44f55;
          color: #fff !important; }
        .woocommerce-cart-form__contents .woocommerce-cart-form__cart-item .product-remove i {
          color: #fff !important; } }