@charset "UTF-8";
/**
 * woocommerce.scss
 * Governs the general look and feel of WooCommerce sections of stores using themes that do not
 * integrate with WooCommerce specifically.
 */
/**
 * Imports
 */
/**
 * Deprecated
 * Fallback for bourbon equivalent
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include transform(scale(1.5));`
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include box-sizing(border-box);`
 */
/**
 * Objects
 */
/**
 * WooCommerce CSS Variables
 */
/**
 * _animation.scss
 * Custom WooCommerce Animations.
 */
@keyframes spin {
  100% {
    transform: rotate(360deg); } }
/**
 * _fonts.scss
 * Custom WooCommerce fonts.
 */
@font-face {
  font-family: 'star';
  src: url("../fonts/star.eot");
  src: url("../fonts/star.eot?#iefix") format("embedded-opentype"), url("../fonts/star.woff") format("woff"), url("../fonts/star.ttf") format("truetype"), url("../fonts/star.svg#star") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'WooCommerce';
  src: url("../fonts/WooCommerce.eot");
  src: url("../fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("../fonts/WooCommerce.woff") format("woff"), url("../fonts/WooCommerce.ttf") format("truetype"), url("../fonts/WooCommerce.svg#WooCommerce") format("svg");
  font-weight: normal;
  font-style: normal; }
/**
 * Global styles
 */
p.demo_store,
.woocommerce-store-notice {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  font-size: 14px;
  text-align: center;
  background-color: #3ba9d2;
  color: #fff;
  z-index: 99998;
  display: none; }
  p.demo_store a,
  .woocommerce-store-notice a {
    color: #fff;
    text-decoration: underline; }

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

/**
 * Utility classes
 */
.clear {
  clear: both; }

/**
 * Main WooCommerce styles
 */
.woocommerce {
  /**
   * Product Page
   */
  /**
   * Product loops
   */
  /**
   * Buttons
   */
  /**
   * Reviews
   */
  /**
   * Star ratings
   */
  /**
   * Tables
   */
  /**
   * Cart sidebar
   */
  /**
   * Forms
   */
  /**
   * Order page
   */
  /**
   * Layered nav widget
   */
  /**
   * Price filter widget
   */
  /**
   * Rating Filter Widget
   */ }
  .woocommerce .blockUI.blockOverlay {
    position: relative; }
    .woocommerce .blockUI.blockOverlay::before {
      height: 1em;
      width: 1em;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -0.5em;
      margin-top: -0.5em;
      content: '';
      animation: spin 1s ease-in-out infinite;
      background: url("../../img/icons/loader.svg") center center;
      background-size: cover;
      line-height: 1;
      text-align: center;
      font-size: 2em;
      color: rgba(0, 0, 0, 0.75); }
  .woocommerce .loader::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.5em;
    margin-top: -0.5em;
    content: '';
    animation: spin 1s ease-in-out infinite;
    background: url("../../img/icons/loader.svg") center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, 0.75); }
  .woocommerce a.remove {
    display: block;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    margin: 0 auto;
    color: #ff6347;
    border: 0; }
    .woocommerce a.remove:hover {
      color: rgba(255, 99, 71, 0.5); }
  .woocommerce small.note {
    display: block;
    font-size: 14px;
    margin-top: 10px; }
  .woocommerce .woocommerce-breadcrumb {
    *zoom: 1;
    margin-bottom: 20px;
    font-size: 14px; }
    .woocommerce .woocommerce-breadcrumb::before, .woocommerce .woocommerce-breadcrumb::after {
      content: ' ';
      display: table; }
    .woocommerce .woocommerce-breadcrumb::after {
      clear: both; }
  .woocommerce .quantity .qty {
    width: 70px;
    padding: 13px 10px 13px 15px;
    margin-right: 5px; }
  .woocommerce div.product {
    position: relative; }
    .woocommerce div.product span.price,
    .woocommerce div.product p.price {
      color: #3e4349;
      font-size: 22px;
      margin-bottom: 10px; }
      .woocommerce div.product span.price ins,
      .woocommerce div.product p.price ins {
        font-weight: 700;
        display: inline-block;
        text-decoration: none; }
      .woocommerce div.product span.price del,
      .woocommerce div.product p.price del {
        opacity: 0.5;
        display: inline-block; }
    .woocommerce div.product .stock {
      color: #4fe190; }
    .woocommerce div.product .out-of-stock {
      color: #ff6347; }
    .woocommerce div.product .woocommerce-product-rating {
      margin-bottom: 20px; }
    .woocommerce div.product div.images {
      margin-bottom: 40px; }
      .woocommerce div.product div.images img {
        display: block;
        width: 100%; }
      .woocommerce div.product div.images div.thumbnails {
        padding-top: 20px; }
      .woocommerce div.product div.images.woocommerce-product-gallery {
        position: relative; }
      .woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
        transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s; }
      .woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
        background-color: #fff; }
      .woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
        width: 25%;
        display: inline-block; }
      .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 9;
        width: 36px;
        height: 36px;
        background: #fff;
        text-indent: -9999px;
        border-radius: 100%;
        box-sizing: content-box; }
        .woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
          content: "";
          display: block;
          width: 10px;
          height: 10px;
          border: 2px solid #000;
          border-radius: 100%;
          position: absolute;
          top: 9px;
          left: 9px;
          box-sizing: content-box; }
        .woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
          content: "";
          display: block;
          width: 2px;
          height: 8px;
          background: #000;
          border-radius: 6px;
          position: absolute;
          top: 19px;
          left: 22px;
          transform: rotate(-45deg);
          box-sizing: content-box; }
      .woocommerce div.product div.images .flex-control-thumbs {
        overflow: hidden;
        zoom: 1;
        margin: 0;
        padding: 0; }
        .woocommerce div.product div.images .flex-control-thumbs li {
          width: 25%;
          float: left;
          margin: 0;
          list-style: none; }
          .woocommerce div.product div.images .flex-control-thumbs li img {
            cursor: pointer;
            opacity: .5;
            margin: 0; }
            .woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img:hover {
              opacity: 1; }
    .woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
      clear: left; }
    .woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
      clear: left; }
    .woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
      clear: left; }
    .woocommerce div.product div.summary {
      margin-bottom: 40px; }
    .woocommerce div.product .woocommerce-tabs ul.tabs {
      padding: 0;
      margin: 0;
      position: relative;
      margin-bottom: -1px; }
      .woocommerce div.product .woocommerce-tabs ul.tabs li {
        border: 1px solid #dedee5;
        border-right: 0px;
        background-color: #e7e7ec;
        float: left;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s; }
        .woocommerce div.product .woocommerce-tabs ul.tabs li a {
          display: block;
          padding: 10px 20px;
          font-weight: 700;
          color: #3e4349; }
        .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
          background: #fff;
          border-bottom-color: #fff; }
        .woocommerce div.product .woocommerce-tabs ul.tabs li.active:hover {
          background-color: #fff; }
        .woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
          background: #f5f5f7; }
        .woocommerce div.product .woocommerce-tabs ul.tabs li:last-child {
          border-right: 1px solid #dedee5; }
    .woocommerce div.product .woocommerce-tabs .panel {
      margin: 0 0 40px;
      padding: 20px;
      border: 1px solid #dedee5; }
    .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description p:last-child {
      margin-bottom: 0; }
    .woocommerce div.product p.cart {
      margin-bottom: 20px;
      *zoom: 1; }
      .woocommerce div.product p.cart::before, .woocommerce div.product p.cart::after {
        content: ' ';
        display: table; }
      .woocommerce div.product p.cart::after {
        clear: both; }
    .woocommerce div.product form.cart {
      margin-top: 20px;
      margin-bottom: 20px;
      *zoom: 1; }
      .woocommerce div.product form.cart::before, .woocommerce div.product form.cart::after {
        content: ' ';
        display: table; }
      .woocommerce div.product form.cart::after {
        clear: both; }
      .woocommerce div.product form.cart div.quantity {
        float: left;
        margin: 0 4px 0 0; }
      .woocommerce div.product form.cart table {
        border: none; }
        .woocommerce div.product form.cart table th,
        .woocommerce div.product form.cart table td {
          border: none; }
        .woocommerce div.product form.cart table td {
          padding-left: 0; }
        .woocommerce div.product form.cart table div.quantity {
          float: none;
          margin: 0; }
        .woocommerce div.product form.cart table small.stock {
          display: block;
          float: none; }
      .woocommerce div.product form.cart .variations {
        border: 0; }
        .woocommerce div.product form.cart .variations tr {
          border: 0; }
        .woocommerce div.product form.cart .variations label {
          font-weight: 700; }
        .woocommerce div.product form.cart .variations select {
          max-width: 100%;
          min-width: 75%;
          display: inline-block;
          margin-right: 10px;
          width: 50%; }
      .woocommerce div.product form.cart .woocommerce-variation-price {
        margin-bottom: 20px; }
      .woocommerce div.product form.cart .reset_variations {
        visibility: hidden;
        font-size: 14px; }
      .woocommerce div.product form.cart .wc-no-matching-variations {
        display: none; }
      .woocommerce div.product form.cart .group_table td.label {
        padding-right: 10px;
        padding-left: 10px; }
      .woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox {
        display: inline-block;
        width: auto;
        margin: 0 auto;
        transform: scale(1.5, 1.5); }
  .woocommerce span.onsale {
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    margin: -10px 0 0 -10px;
    border-radius: 100%;
    background-color: #4fe190;
    color: #fff;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    z-index: 9;
    width: 50px;
    height: 50px;
    line-height: 50px;
    overflow: hidden; }
  .woocommerce .products ul,
  .woocommerce ul.products {
    padding: 0;
    clear: both; }
    .woocommerce .products ul li,
    .woocommerce ul.products li {
      list-style: none; }
  .woocommerce ul.products li.product .pixelt-woo-loop-thumbnail-wrapper {
    position: relative; }
  .woocommerce ul.products li.product .pixelt-woo-loop-out-of-stock {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 10px;
    line-height: 1;
    font-size: 14px;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    color: #fff; }
  .woocommerce ul.products li.product .pixelt-woo-product-category {
    display: block;
    color: #3e4349;
    margin-bottom: 5px;
    font-size: 14px;
    opacity: .5; }
  .woocommerce ul.products li.product h3,
  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .woocommerce ul.products li.product .woocommerce-loop-category__title {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 400; }
  .woocommerce ul.products li.product a img {
    width: 100%;
    display: block;
    margin: 0 0 20px 0; }
  .woocommerce ul.products li.product strong {
    display: block; }
  .woocommerce ul.products li.product .button {
    margin: 10px 0; }
  .woocommerce ul.products li.product .price {
    font-size: 16px;
    color: #3e4349;
    display: block;
    margin-bottom: 10px; }
    .woocommerce ul.products li.product .price del {
      opacity: 0.5; }
    .woocommerce ul.products li.product .price ins {
      font-weight: 700;
      text-decoration: none; }
  .woocommerce .woocommerce-result-count {
    margin: 0 0 20px; }
  .woocommerce .woocommerce-ordering {
    margin: 0 0 20px; }
  .woocommerce nav.woocommerce-pagination ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    clear: both; }
    .woocommerce nav.woocommerce-pagination ul li {
      display: inline-block; }
      .woocommerce nav.woocommerce-pagination ul li a,
      .woocommerce nav.woocommerce-pagination ul li span {
        padding: 0 20px;
        height: 50px;
        line-height: 50px;
        background: #f5f5f7;
        display: block; }
      .woocommerce nav.woocommerce-pagination ul li span.current {
        background: #dedee5; }
  .woocommerce a.button,
  .woocommerce button.button
   {
    -webkit-appearance: none;
    text-align: center;
    line-height: 1;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    position: relative;
    padding: 14px 16px;
    background: #3ba9d2;
    outline: 0;
    cursor: pointer;
    border: none;
    display: inline-block;
    color: #fff;
    font-weight: 700; }
    .woocommerce a.button.loading,
    .woocommerce button.button.loading
     {
      opacity: 0.25;
      padding-right: 50px; }
      .woocommerce a.button.loading::after,
      .woocommerce button.button.loading::after
       {
        font-family: "WooCommerce";
        content: "\e01c";
        font-weight: 400;
        position: absolute;
        right: 16px;
        animation: spin 2s linear infinite; }
    .woocommerce a.button.added::after,
    .woocommerce button.button.added::after
     {
      font-family: 'WooCommerce';
      content: '\e017';
      margin-left: 20px;
      vertical-align: bottom; }
    .woocommerce a.button:hover,
    .woocommerce button.button:hover
     {
      background-color: #79c4e0;
      text-decoration: none;
      background-image: none; }
    .woocommerce a.button.alt,
    .woocommerce button.button.alt
     {
      background-color: #3ba9d2;
      color: #fff; }
      .woocommerce a.button.alt:hover,
      .woocommerce button.button.alt:hover
       {
        background-color: #79c4e0;
        color: #fff; }
      .woocommerce a.button.alt.disabled, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled]:hover,
      .woocommerce button.button.alt.disabled
      ,
      .woocommerce button.button.alt:disabled
      ,
      .woocommerce button.button.alt:disabled[disabled]
      ,
      .woocommerce button.button.alt.disabled:hover
      ,
      .woocommerce button.button.alt:disabled:hover
      ,
      .woocommerce button.button.alt:disabled[disabled]:hover
       {
        background-color: #3ba9d2;
        color: #fff; }
    .woocommerce a.button:disabled, .woocommerce a.button.disabled, .woocommerce a.button:disabled[disabled],
    .woocommerce button.button:disabled
    ,
    .woocommerce button.button.disabled
    ,
    .woocommerce button.button:disabled[disabled]
     {
      cursor: not-allowed;
      opacity: 0.5; }
  .woocommerce .cart .button,
  .woocommerce .cart input.button {
    float: none; }
  .woocommerce a.added_to_cart {
    display: inline-block; }
  .woocommerce #reviews h2 small {
    float: right;
    font-size: 14px; }
  .woocommerce #reviews #comment {
    height: 200px; }
  .woocommerce #reviews #comments .add_review {
    *zoom: 1; }
    .woocommerce #reviews #comments .add_review::before, .woocommerce #reviews #comments .add_review::after {
      content: ' ';
      display: table; }
    .woocommerce #reviews #comments .add_review::after {
      clear: both; }
  .woocommerce #reviews #comments h2 {
    clear: none; }
  .woocommerce #reviews #comments ol.commentlist {
    *zoom: 1;
    margin: 0;
    padding: 0;
    width: 100%; }
    .woocommerce #reviews #comments ol.commentlist::before, .woocommerce #reviews #comments ol.commentlist::after {
      content: ' ';
      display: table; }
    .woocommerce #reviews #comments ol.commentlist::after {
      clear: both; }
    .woocommerce #reviews #comments ol.commentlist li {
      padding: 0;
      margin: 0 0 20px;
      position: relative;
      border: 0; }
      .woocommerce #reviews #comments ol.commentlist li .meta {
        font-size: 14px; }
      .woocommerce #reviews #comments ol.commentlist li img.avatar {
        float: left;
        position: absolute;
        top: 0;
        left: 0;
        width: 45px;
        height: auto;
        background: #e7e7ec;
        margin: 0; }
      .woocommerce #reviews #comments ol.commentlist li .comment-text {
        margin: 0 0 0 55px;
        border: 1px solid #dedee5;
        padding: 20px;
        *zoom: 1; }
        .woocommerce #reviews #comments ol.commentlist li .comment-text::before, .woocommerce #reviews #comments ol.commentlist li .comment-text::after {
          content: ' ';
          display: table; }
        .woocommerce #reviews #comments ol.commentlist li .comment-text::after {
          clear: both; }
        .woocommerce #reviews #comments ol.commentlist li .comment-text p {
          margin: 0 0 10px; }
        .woocommerce #reviews #comments ol.commentlist li .comment-text p:last-child {
          margin-bottom: 0; }
        .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
          font-size: 14px; }
    .woocommerce #reviews #comments ol.commentlist li:last-child {
      margin-bottom: 0; }
    .woocommerce #reviews #comments ol.commentlist ul.children {
      list-style: none outside;
      margin: 20px 0 0 55px; }
      .woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
        display: none; }
    .woocommerce #reviews #comments ol.commentlist #respond {
      border: 1px solid #e7e7ec;
      padding: 20px;
      margin: 20px 0 0 20px; }
  .woocommerce #reviews #comments .commentlist > li::before {
    content: ''; }
  .woocommerce .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1.2em;
    line-height: 1;
    font-size: 14px;
    width: 5.4em;
    font-family: 'star'; }
    .woocommerce .star-rating::before {
      content: "\73\73\73\73\73";
      color: #cbcbd5;
      float: left;
      top: 0;
      left: 0;
      position: absolute; }
    .woocommerce .star-rating span {
      overflow: hidden;
      float: left;
      top: 0;
      left: 0;
      position: absolute;
      padding-top: 1.5em; }
    .woocommerce .star-rating span::before {
      content: "\53\53\53\53\53";
      top: 0;
      position: absolute;
      left: 0; }
  .woocommerce .woocommerce-product-rating {
    *zoom: 1;
    line-height: 2;
    display: block; }
    .woocommerce .woocommerce-product-rating::before, .woocommerce .woocommerce-product-rating::after {
      content: ' ';
      display: table; }
    .woocommerce .woocommerce-product-rating::after {
      clear: both; }
    .woocommerce .woocommerce-product-rating .star-rating {
      margin: 0.5em 10px 0 0;
      float: left; }
  .woocommerce .products .star-rating {
    display: block;
    margin: 0 0 10px;
    float: none; }
  .woocommerce .hreview-aggregate .star-rating {
    margin: 10px 0 0; }
  .woocommerce #review_form #respond p {
    margin: 0 0 20px; }
  .woocommerce #review_form #respond .form-submit {
    margin-bottom: 0; }
  .woocommerce p.stars {
    font-size: 20px; }
    .woocommerce p.stars a {
      position: relative;
      height: 1em;
      width: 1em;
      text-indent: -999em;
      display: inline-block;
      text-decoration: none; }
      .woocommerce p.stars a::before {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 1em;
        height: 1em;
        line-height: 1;
        font-family: 'WooCommerce';
        content: '\e021';
        text-indent: 0; }
      .woocommerce p.stars a:hover ~ a::before {
        content: '\e021'; }
    .woocommerce p.stars:hover a::before {
      content: '\e020'; }
    .woocommerce p.stars.selected a.active::before {
      content: '\e020'; }
    .woocommerce p.stars.selected a.active ~ a::before {
      content: '\e021'; }
    .woocommerce p.stars.selected a:not(.active)::before {
      content: '\e020'; }
  .woocommerce table.shop_attributes {
    font-size: 14px; }
    .woocommerce table.shop_attributes th {
      width: 150px;
      background: transparent; }
    .woocommerce table.shop_attributes td {
      font-style: italic; }
      .woocommerce table.shop_attributes td p {
        margin: 0; }
    .woocommerce table.shop_attributes tr:nth-child(even) td,
    .woocommerce table.shop_attributes tr:nth-child(even) th {
      background: #f5f5f7; }
  .woocommerce table.shop_table td,
  .woocommerce table.shop_table th {
    border: none; }
  .woocommerce table.shop_table tr {
    border-bottom: 1px solid #dedee5; }
  .woocommerce table.shop_table tbody:first-child tr th,
  .woocommerce table.shop_table tbody:first-child tr td {
    border-bottom: 1px solid #dedee5; }
  .woocommerce table.shop_table tbody:first-child tr:last-child th,
  .woocommerce table.shop_table tbody:first-child tr:last-child td {
    border-bottom: none; }
  .woocommerce td.product-name dl.variation, .woocommerce td.product-name .wc-item-meta {
    margin: 0; }
    .woocommerce td.product-name dl.variation dt, .woocommerce td.product-name dl.variation .wc-item-meta-label, .woocommerce td.product-name .wc-item-meta dt, .woocommerce td.product-name .wc-item-meta .wc-item-meta-label {
      float: left;
      clear: both;
      margin-right: 10px;
      display: inline-block; }
    .woocommerce td.product-name dl.variation p, .woocommerce td.product-name dl.variation:last-child, .woocommerce td.product-name .wc-item-meta p, .woocommerce td.product-name .wc-item-meta:last-child {
      margin-bottom: 0; }
  .woocommerce td.product-name p.backorder_notification {
    font-size: 14px; }
  .woocommerce td.product-quantity {
    min-width: 80px; }
  .woocommerce ul.cart_list li,
  .woocommerce ul.product_list_widget li {
    padding: 4px 0;
    *zoom: 1; }
    .woocommerce ul.cart_list li::before, .woocommerce ul.cart_list li::after,
    .woocommerce ul.product_list_widget li::before,
    .woocommerce ul.product_list_widget li::after {
      content: ' ';
      display: table; }
    .woocommerce ul.cart_list li::after,
    .woocommerce ul.product_list_widget li::after {
      clear: both; }
    .woocommerce ul.cart_list li a,
    .woocommerce ul.product_list_widget li a {
      display: block;
      font-weight: 700; }
    .woocommerce ul.cart_list li img,
    .woocommerce ul.product_list_widget li img {
      margin-left: 4px;
      width: 64px;
      float: left;
      margin-right: 10px; }
    .woocommerce ul.cart_list li .star-rating,
    .woocommerce ul.product_list_widget li .star-rating {
      float: none; }
  .woocommerce.widget_shopping_cart .total,
  .woocommerce .widget_shopping_cart .total {
    margin-top: 20px; }
  .woocommerce.widget_shopping_cart .cart_list li,
  .woocommerce .widget_shopping_cart .cart_list li {
    position: relative;
    padding-top: 0; }
    .woocommerce.widget_shopping_cart .cart_list li a.remove,
    .woocommerce .widget_shopping_cart .cart_list li a.remove {
      position: absolute;
      top: 0;
      right: 0; }
  .woocommerce.widget_shopping_cart .buttons,
  .woocommerce .widget_shopping_cart .buttons {
    margin-bottom: 0;
    *zoom: 1; }
    .woocommerce.widget_shopping_cart .buttons::before, .woocommerce.widget_shopping_cart .buttons::after,
    .woocommerce .widget_shopping_cart .buttons::before,
    .woocommerce .widget_shopping_cart .buttons::after {
      content: ' ';
      display: table; }
    .woocommerce.widget_shopping_cart .buttons::after,
    .woocommerce .widget_shopping_cart .buttons::after {
      clear: both; }
    .woocommerce.widget_shopping_cart .buttons a,
    .woocommerce .widget_shopping_cart .buttons a {
      margin-right: 5px;
      margin-bottom: 5px; }
  .woocommerce form .form-row {
    margin: 0 0 10px; }
    .woocommerce form .form-row label {
      line-height: 2.2;
      font-size: 14px;
      font-weight: 700; }
    .woocommerce form .form-row label.hidden {
      visibility: hidden; }
    .woocommerce form .form-row label.inline {
      display: inline; }
    .woocommerce form .form-row .required {
      color: red;
      font-weight: 700;
      border: 0; }
    .woocommerce form .form-row .input-checkbox {
      display: inline;
      margin: -2px 8px 0 0;
      text-align: center;
      vertical-align: middle; }
    .woocommerce form .form-row .select2-container .select2-selection--single {
      padding: 13px 15px;
      border: 1px solid #d9d9e0;
      border-radius: 0;
      height: auto;
      margin: 0; }
      .woocommerce form .form-row .select2-container .select2-selection--single .select2-selection__rendered {
        padding: 0;
        line-height: 1; }
      .woocommerce form .form-row .select2-container .select2-selection--single .select2-selection__arrow {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    .woocommerce form .form-row.woocommerce-invalid label {
      color: #ff6347; }
    .woocommerce form .form-row.woocommerce-invalid .select2-container,
    .woocommerce form .form-row.woocommerce-invalid input.input-text,
    .woocommerce form .form-row.woocommerce-invalid select {
      border-color: #ff6347; }
    .woocommerce form .form-row.woocommerce-validated .select2-container,
    .woocommerce form .form-row.woocommerce-validated input.input-text,
    .woocommerce form .form-row.woocommerce-validated select {
      border-color: #3ed07f; }
  .woocommerce form.login,
  .woocommerce form.checkout_coupon,
  .woocommerce form.register {
    border: 1px solid #dedee5;
    padding: 20px;
    margin-bottom: 40px;
    text-align: left; }
  .woocommerce ul#shipping_method {
    margin: 0;
    padding: 0; }
    .woocommerce ul#shipping_method li {
      margin: 0;
      padding: 0.25em 0 0.25em 22px;
      text-indent: -22px;
      list-style: none outside; }
      .woocommerce ul#shipping_method li input {
        margin: 3px 0.5ex; }
      .woocommerce ul#shipping_method li label {
        display: inline; }
    .woocommerce ul#shipping_method .amount {
      font-weight: 700; }
  .woocommerce p.woocommerce-shipping-contents {
    margin: 0; }
  .woocommerce .woocommerce-thankyou-order-details {
    padding: 40px;
    background: #f5f5f7; }
  .woocommerce ul.order_details {
    *zoom: 1;
    margin: 0 0 40px; }
    .woocommerce ul.order_details::before, .woocommerce ul.order_details::after {
      content: ' ';
      display: table; }
    .woocommerce ul.order_details::after {
      clear: both; }
    .woocommerce ul.order_details li {
      float: left;
      margin-right: 20px;
      text-transform: uppercase;
      font-size: 14px;
      border-right: 1px dashed #dedee5;
      padding-right: 20px;
      list-style-type: none; }
      .woocommerce ul.order_details li strong {
        display: block;
        text-transform: none; }
      .woocommerce ul.order_details li:last-of-type {
        border: none; }
  .woocommerce .wc-bacs-bank-details-account-name {
    font-weight: bold; }
  .woocommerce .woocommerce-order-downloads,
  .woocommerce .woocommerce-customer-details,
  .woocommerce .woocommerce-order-details {
    margin-bottom: 40px; }
    .woocommerce .woocommerce-order-downloads *:last-child,
    .woocommerce .woocommerce-customer-details *:last-child,
    .woocommerce .woocommerce-order-details *:last-child {
      margin-bottom: 0; }
  .woocommerce .woocommerce-customer-details address {
    font-style: normal;
    border: 1px solid #dedee5;
    padding: 9px 12px; }
  .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone,
  .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email {
    margin-bottom: 0;
    padding-left: 20px; }
  .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
    font-family: 'WooCommerce';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 0.618em;
    content: "";
    text-decoration: none;
    margin-left: -20px;
    line-height: 1.7;
    position: absolute; }
  .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
    font-family: 'WooCommerce';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 0.618em;
    content: "";
    text-decoration: none;
    margin-left: -20px;
    line-height: 1.7;
    position: absolute; }
  .woocommerce .woocommerce-widget-layered-nav-list {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside; }
    .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
      *zoom: 1;
      padding: 0 0 1px;
      list-style: none; }
      .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before, .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after {
        content: ' ';
        display: table; }
      .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after {
        clear: both; }
      .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
      .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
        padding: 1px 0; }
    .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
      font-family: 'WooCommerce';
      speak: none;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      margin-right: 0.618em;
      content: "";
      text-decoration: none;
      color: #ff6347; }
  .woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
    margin-top: 1em; }
  .woocommerce .widget_layered_nav_filters ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside;
    overflow: hidden;
    zoom: 1; }
    .woocommerce .widget_layered_nav_filters ul li {
      float: left;
      padding: 0 1em 1px 1px;
      list-style: none; }
      .woocommerce .widget_layered_nav_filters ul li a {
        text-decoration: none; }
        .woocommerce .widget_layered_nav_filters ul li a::before {
          font-family: 'WooCommerce';
          speak: none;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          margin-right: 0.618em;
          content: "";
          text-decoration: none;
          color: #ff6347;
          vertical-align: inherit;
          margin-right: .5em; }
  .woocommerce .widget_price_filter .price_slider {
    margin-bottom: 20px; }
  .woocommerce .widget_price_filter .price_slider_amount {
    text-align: right;
    font-size: 14px; }
    .woocommerce .widget_price_filter .price_slider_amount .button {
      float: left; }
  .woocommerce .widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
    margin-left: 10px;
    margin-right: 10px; }
  .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 16px;
    height: 16px;
    background-color: #3ba9d2;
    border-radius: 15px;
    cursor: ew-resize;
    outline: none;
    top: -4px;
    /* rtl:ignore */
    margin-left: -10px; }
  .woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
    border-radius: 15px;
    background-color: #3ba9d2; }
  .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 15px;
    background-color: #dedee5;
    border: 0; }
  .woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 8px; }
  .woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%; }
  .woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px; }
  .woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px; }
  .woocommerce .widget_rating_filter ul li .star-rating {
    top: 3px;
    float: none;
    display: inline-block; }
  .woocommerce .widget_rating_filter ul li.chosen a::before {
    font-family: 'WooCommerce';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 0.618em;
    content: "";
    text-decoration: none;
    color: #ff6347; }

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  padding: 10px 20px 10px 50px;
  margin: 0 0 40px;
  position: relative;
  background-color: #f5f5f7;
  border-top: 3px solid #3ba9d2;
  *zoom: 1; }
  .woocommerce-message::before, .woocommerce-message::after,
  .woocommerce-error::before,
  .woocommerce-error::after,
  .woocommerce-info::before,
  .woocommerce-info::after {
    content: ' ';
    display: table; }
  .woocommerce-message::after,
  .woocommerce-error::after,
  .woocommerce-info::after {
    clear: both; }
  .woocommerce-message::before,
  .woocommerce-error::before,
  .woocommerce-info::before {
    font-family: 'WooCommerce';
    content: '\e028';
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 20px; }
  .woocommerce-message .button,
  .woocommerce-error .button,
  .woocommerce-info .button {
    float: right;
    font-size: 14px; }
  .woocommerce-message li,
  .woocommerce-error li,
  .woocommerce-info li {
    list-style: none; }

/**
 * Right to left styles
 */
.rtl.woocommerce div.product div.images .flex-control-thumbs li {
  float: right; }

.woocommerce-message {
  border-top-color: #4fe190; }
  .woocommerce-message::before {
    content: '\e015';
    color: #4fe190; }

.woocommerce-info {
  border-top-color: #3ba9d2; }
  .woocommerce-info::before {
    color: #3ba9d2; }

.woocommerce-error {
  border-top-color: #ff6347; }
  .woocommerce-error::before {
    content: "\e016";
    color: #ff6347; }

/**
 * Account page
 */
.woocommerce-account .woocommerce {
  *zoom: 1; }
  .woocommerce-account .woocommerce::before, .woocommerce-account .woocommerce::after {
    content: ' ';
    display: table; }
  .woocommerce-account .woocommerce::after {
    clear: both; }
.woocommerce-account .addresses .title {
  *zoom: 1; }
  .woocommerce-account .addresses .title::before, .woocommerce-account .addresses .title::after {
    content: ' ';
    display: table; }
  .woocommerce-account .addresses .title::after {
    clear: both; }
  .woocommerce-account .addresses .title h3 {
    float: left; }
  .woocommerce-account .addresses .title .edit {
    float: right; }
.woocommerce-account ol.commentlist.notes li.note p.meta {
  font-weight: 700;
  margin-bottom: 0; }
.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
  margin-bottom: 0; }
.woocommerce-account ul.digital-downloads {
  margin-left: 0;
  padding-left: 0; }
  .woocommerce-account ul.digital-downloads li {
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
    .woocommerce-account ul.digital-downloads li::before {
      font-family: 'WooCommerce';
      speak: none;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      margin-right: 0.618em;
      content: "";
      text-decoration: none; }
    .woocommerce-account ul.digital-downloads li .count {
      float: right; }

/**
 * Cart/checkout page
 */
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail,
#add_payment_method table.cart .product-thumbnail {
  min-width: 32px; }
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img,
#add_payment_method table.cart img {
  width: 64px; }
.woocommerce-cart table.cart td.actions,
.woocommerce-checkout table.cart td.actions,
#add_payment_method table.cart td.actions {
  padding: 8px;
  background: #f5f5f7; }
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text,
#add_payment_method table.cart td.actions .coupon .input-text {
  float: left;
  margin: 0 10px 0 0; }
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout,
#add_payment_method .wc-proceed-to-checkout {
  *zoom: 1;
  padding: 10px 0; }
  .woocommerce-cart .wc-proceed-to-checkout::before, .woocommerce-cart .wc-proceed-to-checkout::after,
  .woocommerce-checkout .wc-proceed-to-checkout::before,
  .woocommerce-checkout .wc-proceed-to-checkout::after,
  #add_payment_method .wc-proceed-to-checkout::before,
  #add_payment_method .wc-proceed-to-checkout::after {
    content: ' ';
    display: table; }
  .woocommerce-cart .wc-proceed-to-checkout::after,
  .woocommerce-checkout .wc-proceed-to-checkout::after,
  #add_payment_method .wc-proceed-to-checkout::after {
    clear: both; }
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
  .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
  #add_payment_method .wc-proceed-to-checkout a.checkout-button {
    display: block;
    margin-bottom: 20px;
    padding: 20px; }
.woocommerce-cart .cart-collaterals .cart_totals h2,
.woocommerce-checkout .cart-collaterals .cart_totals h2,
#add_payment_method .cart-collaterals .cart_totals h2 {
  margin-bottom: 0;
  border: 1px solid #dedee5;
  border-bottom: 0;
  font-size: 16px;
  padding: 8px;
  line-height: 1.7;
  background: #f5f5f7;
  display: block; }
.woocommerce-cart .cart-collaterals .cart_totals p small,
.woocommerce-checkout .cart-collaterals .cart_totals p small,
#add_payment_method .cart-collaterals .cart_totals p small {
  font-size: 14px; }
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table,
#add_payment_method .cart-collaterals .cart_totals table {
  border-collapse: separate;
  padding: 20px; }
  .woocommerce-cart .cart-collaterals .cart_totals table th,
  .woocommerce-checkout .cart-collaterals .cart_totals table th,
  #add_payment_method .cart-collaterals .cart_totals table th {
    width: 40%;
    background: transparent; }
  .woocommerce-cart .cart-collaterals .cart_totals table td,
  .woocommerce-cart .cart-collaterals .cart_totals table th,
  .woocommerce-checkout .cart-collaterals .cart_totals table td,
  .woocommerce-checkout .cart-collaterals .cart_totals table th,
  #add_payment_method .cart-collaterals .cart_totals table td,
  #add_payment_method .cart-collaterals .cart_totals table th {
    vertical-align: top; }
  .woocommerce-cart .cart-collaterals .cart_totals table select,
  .woocommerce-checkout .cart-collaterals .cart_totals table select,
  #add_payment_method .cart-collaterals .cart_totals table select {
    width: 100%; }
.woocommerce-cart .checkout .col-2 h3#ship-to-different-address input,
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address input,
#add_payment_method .checkout .col-2 h3#ship-to-different-address input {
  float: right; }
.woocommerce-cart .checkout .col-2 .notes,
.woocommerce-checkout .checkout .col-2 .notes,
#add_payment_method .checkout .col-2 .notes {
  clear: left; }
.woocommerce-cart .checkout .col-2 .form-row-first,
.woocommerce-checkout .checkout .col-2 .form-row-first,
#add_payment_method .checkout .col-2 .form-row-first {
  clear: left; }
.woocommerce-cart .checkout .create-account small,
.woocommerce-checkout .checkout .create-account small,
#add_payment_method .checkout .create-account small {
  font-size: 14px; }
.woocommerce-cart .checkout .shipping_address,
.woocommerce-checkout .checkout .shipping_address,
#add_payment_method .checkout .shipping_address {
  clear: both; }
.woocommerce-cart #payment,
.woocommerce-checkout #payment,
#add_payment_method #payment {
  background: #f5f5f7; }
  .woocommerce-cart #payment ul.payment_methods,
  .woocommerce-checkout #payment ul.payment_methods,
  #add_payment_method #payment ul.payment_methods {
    *zoom: 1;
    padding: 20px;
    border-bottom: 1px solid #dedee5;
    margin: 0; }
    .woocommerce-cart #payment ul.payment_methods::before, .woocommerce-cart #payment ul.payment_methods::after,
    .woocommerce-checkout #payment ul.payment_methods::before,
    .woocommerce-checkout #payment ul.payment_methods::after,
    #add_payment_method #payment ul.payment_methods::before,
    #add_payment_method #payment ul.payment_methods::after {
      content: ' ';
      display: table; }
    .woocommerce-cart #payment ul.payment_methods::after,
    .woocommerce-checkout #payment ul.payment_methods::after,
    #add_payment_method #payment ul.payment_methods::after {
      clear: both; }
    .woocommerce-cart #payment ul.payment_methods li,
    .woocommerce-checkout #payment ul.payment_methods li,
    #add_payment_method #payment ul.payment_methods li {
      list-style: none; }
      .woocommerce-cart #payment ul.payment_methods li input,
      .woocommerce-checkout #payment ul.payment_methods li input,
      #add_payment_method #payment ul.payment_methods li input {
        margin: 0 10px 0 0; }
      .woocommerce-cart #payment ul.payment_methods li img,
      .woocommerce-checkout #payment ul.payment_methods li img,
      #add_payment_method #payment ul.payment_methods li img {
        margin: -2px 0 0 10px;
        padding: 0;
        position: relative; }
      .woocommerce-cart #payment ul.payment_methods li img + img,
      .woocommerce-checkout #payment ul.payment_methods li img + img,
      #add_payment_method #payment ul.payment_methods li img + img {
        margin-left: 2px; }
    .woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice),
    .woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice),
    #add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice) {
      *zoom: 1; }
      .woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::before, .woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,
      .woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before,
      .woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,
      #add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::before,
      #add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after {
        content: ' ';
        display: table; }
      .woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,
      .woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,
      #add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after {
        clear: both; }
  .woocommerce-cart #payment div.form-row,
  .woocommerce-checkout #payment div.form-row,
  #add_payment_method #payment div.form-row {
    padding: 20px; }
  .woocommerce-cart #payment div.payment_box,
  .woocommerce-checkout #payment div.payment_box,
  #add_payment_method #payment div.payment_box {
    position: relative;
    padding: 20px;
    margin: 20px 0;
    font-size: 14px;
    background-color: #d9d9e0; }
    .woocommerce-cart #payment div.payment_box .wc-credit-card-form,
    .woocommerce-checkout #payment div.payment_box .wc-credit-card-form,
    #add_payment_method #payment div.payment_box .wc-credit-card-form {
      border: 0;
      padding: 0;
      margin: 10px 0 0; }
    .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,
    .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,
    .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,
    .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number,
    .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
    .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,
    #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,
    #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,
    #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc {
      padding: 8px;
      background-repeat: no-repeat;
      background-position: right 0.618em center;
      background-size: 32px 20px; }
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa {
        background-image: url("../../img/icons/credit-cards/visa.svg"); }
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard {
        background-image: url("../../img/icons/credit-cards/mastercard.svg"); }
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser {
        background-image: url("../../img/icons/credit-cards/laser.svg"); }
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub {
        background-image: url("../../img/icons/credit-cards/diners.svg"); }
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro {
        background-image: url("../../img/icons/credit-cards/maestro.svg"); }
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb {
        background-image: url("../../img/icons/credit-cards/jcb.svg"); }
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex {
        background-image: url("../../img/icons/credit-cards/amex.svg"); }
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover {
        background-image: url("../../img/icons/credit-cards/discover.svg"); }
    .woocommerce-cart #payment div.payment_box span.help,
    .woocommerce-checkout #payment div.payment_box span.help,
    #add_payment_method #payment div.payment_box span.help {
      font-size: 14px; }
    .woocommerce-cart #payment div.payment_box .form-row,
    .woocommerce-checkout #payment div.payment_box .form-row,
    #add_payment_method #payment div.payment_box .form-row {
      margin: 0 0 10px; }
    .woocommerce-cart #payment div.payment_box p:last-child,
    .woocommerce-checkout #payment div.payment_box p:last-child,
    #add_payment_method #payment div.payment_box p:last-child {
      margin-bottom: 0; }
    .woocommerce-cart #payment div.payment_box::before,
    .woocommerce-checkout #payment div.payment_box::before,
    #add_payment_method #payment div.payment_box::before {
      content: '';
      display: block;
      border: 1em solid #d9d9e0;
      /* arrow size / color */
      border-right-color: transparent;
      border-left-color: transparent;
      border-top-color: transparent;
      position: absolute;
      top: -15px;
      left: 0;
      margin: -10px 0 0 10px; }
  .woocommerce-cart #payment .payment_method_paypal .about_paypal,
  .woocommerce-checkout #payment .payment_method_paypal .about_paypal,
  #add_payment_method #payment .payment_method_paypal .about_paypal {
    float: right;
    font-size: 14px; }
  .woocommerce-cart #payment .payment_method_paypal img,
  .woocommerce-checkout #payment .payment_method_paypal img,
  #add_payment_method #payment .payment_method_paypal img {
    max-height: 28px; }

.woocommerce-terms-and-conditions {
  border: 1px solid #dedee5;
  background: #fff; }

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: center;
  font-weight: 600;
  padding: 10px; }
  .woocommerce-password-strength.strong {
    background-color: #c1e1b9;
    border-color: #83c373; }
  .woocommerce-password-strength.short {
    background-color: #f1adad;
    border-color: #e35b5b; }
  .woocommerce-password-strength.bad {
    background-color: #fbc5a9;
    border-color: #f78b53; }
  .woocommerce-password-strength.good {
    background-color: #ffe399;
    border-color: #ffc733; }

.woocommerce-password-hint {
  margin-top: 10px;
  display: block; }

.pixelt-woo-menu-item .pixelt-woo-menu-item-count {
  border-radius: 3px;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 7px;
  margin-left: 10px;
  text-align: center;
  background: #3ba9d2;
  color: #fff;
  font-size: 12px;
  position: relative; }
.pixelt-woo-menu-item .pixelt-woo-menu-item-count:before {
  content: "\f10d";
  font-family: 'pixelt' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: -6px;
  color: #3ba9d2;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.woocommerce-product-search {
  position: relative; }
  .woocommerce-product-search .search-field {
    padding-right: 40px; }
  .woocommerce-product-search button {
    display: none; }

.woocommerce-product-search:before {
  content: "\f118";
  right: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #6d7680;
  font-family: 'pixelt' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.woocommerce-MyAccount-navigation ul {
  padding: 0;
  list-style: none;
  overflow: hidden;
  border: 1px solid #dedee5; }
  .woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #dedee5; }
    .woocommerce-MyAccount-navigation ul li a {
      padding: 10px 20px;
      display: block;
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
    .woocommerce-MyAccount-navigation ul li a:hover {
      background: #f5f5f7; }
  .woocommerce-MyAccount-navigation ul li.is-active a {
    background: #f5f5f7; }
  .woocommerce-MyAccount-navigation ul li:last-child {
    border-bottom: none; }

.woocommerce-MyAccount-content fieldset {
  margin-bottom: 20px; }

/* Product Page */
.product_meta {
  font-size: 14px; }
  .product_meta > span {
    display: block; }

/* Checkout */
#ship-to-different-address,
#order_review_heading,
.woocommerce-billing-fields h3 {
  border-bottom: 1px solid #f5f5f7;
  padding-bottom: 20px;
  font-size: 16px; }

#order_review table tfoot th {
  background: transparent; }

.pixelt-woo-sub-menu-table-wrap .pixelt-table th {
  background: transparent; }
.pixelt-woo-sub-menu-table-wrap .pixelt-table td,
.pixelt-woo-sub-menu-table-wrap .pixelt-table th {
  border: none; }
.pixelt-woo-sub-menu-table-wrap .pixelt-table tr {
  border-bottom: 1px solid #f5f5f7; }

/* Navigation */
.pixelt-woo-menu-item a:after {
  display: none; }
.pixelt-woo-menu-item .pixelt-woo-menu-item-label {
  margin-right: 5px; }
.pixelt-woo-menu-item .pixelt-woo-menu-item-separator {
  margin: 0 5px; }
.pixelt-woo-menu-item .pixelt-woo-sub-menu {
  font-size: 14px;
  padding: 0;
  left: auto;
  right: 0;
  width: 340px;
  text-align: right;
  display: none; }
.pixelt-woo-menu-item .pixelt-woo-sub-menu:before {
  content: "\f10a";
  font-family: "pixels";
  position: absolute;
  right: 14px;
  top: -14px;
  line-height: 1;
  font-size: 32px;
  color: #fff;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.pixelt-woo-menu-item .pixelt-woo-sub-menu-table-wrap {
  padding: 10px 20px 0 20px; }
.pixelt-woo-menu-item .pixelt-table {
  text-align: left;
  border: none;
  margin-bottom: 0; }
  .pixelt-woo-menu-item .pixelt-table th {
    background: transparent; }
  .pixelt-woo-menu-item .pixelt-table td,
  .pixelt-woo-menu-item .pixelt-table th {
    padding: 8px 0;
    border: none; }
  .pixelt-woo-menu-item .pixelt-table tr {
    border-bottom: 1px solid #f5f5f7; }
  .pixelt-woo-menu-item .pixelt-table th:nth-child(2), .pixelt-woo-menu-item .pixelt-table td:nth-child(2) {
    text-align: right; }
  .pixelt-woo-menu-item .pixelt-table a {
    padding: 0 !important; }
.pixelt-woo-menu-item .pixelt-woo-sub-menu-product-wrap {
  display: flex;
  align-items: center; }
.pixelt-woo-menu-item .pixelt-woo-sub-menu-image-wrap {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 54px;
  margin-right: 10px; }
.pixelt-woo-menu-item .pixelt-woo-sub-menu-button-wrap,
.pixelt-woo-menu-item .pixelt-woo-sub-menu-summary-wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; }
.pixelt-woo-menu-item .pixelt-woo-sub-menu-summary-wrap {
  padding: 10px 20px; }
  .pixelt-woo-menu-item .pixelt-woo-sub-menu-summary-wrap > div:first-child {
    font-weight: 700; }
.pixelt-woo-menu-item .pixelt-button {
  padding: 20px !important;
  flex: 1 0 0;
  color: #6d7680;
  border: none;
  border-radius: 0; }
.pixelt-woo-menu-item .pixelt-button-primary {
  color: #fff; }
.pixelt-woo-menu-item .pixelt-button-primary:hover {
  color: #fff; }

.pixelt-mobile-nav-wrapper .pixelt-woo-sub-menu {
  display: none !important; }

/* Loop */
.pixelt-woo-has-gallery .wp-post-image-secondary {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }

ul.products li.pixelt-woo-has-gallery .wp-post-image {
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

ul.products li.pixelt-woo-has-gallery .pixelt-woo-loop-thumbnail-wrapper:hover .wp-post-image {
  opacity: 0; }

ul.products li.pixelt-woo-has-gallery .pixelt-woo-loop-thumbnail-wrapper:hover .wp-post-image-secondary {
  opacity: 1; }
