/*
Theme Name: letsbrand

WooCommerce styles override
*/
@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn); }
  to {
    transform: rotate(1turn); } }

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

table.shop_table_responsive tbody th {
  display: none; }

table.shop_table_responsive tr td {
  margin-bottom: 1px;
  text-align: center;
  display: flex;
  clear: both; }
  table.shop_table_responsive tr td::before {
    content: attr(data-title) ": ";
    float: left;
    font-weight: 400; }
  table.shop_table_responsive tr td:before, table.shop_table_responsive tr td > div {
    padding: 10px;
    text-align: left;
    flex: 1; }
  table.shop_table_responsive tr td:before {
    margin-right: 3px;
    min-width: 115px;
    background: #e7f1ce;
    font-weight: 600;
    flex: 30%; }
  table.shop_table_responsive tr td > div {
    background: #f4f9e8;
    flex: 70%; }
  table.shop_table_responsive tr td.product-remove a {
    text-align: left; }
  table.shop_table_responsive tr td.product-remove::before {
    display: none; }
  table.shop_table_responsive tr td.actions::before, table.shop_table_responsive tr td.download-actions::before {
    display: none; }
  table.shop_table_responsive tr td.download-actions .button {
    display: block;
    text-align: center; }

.cart-collaterals .shop_table,
.order-totals-wrapper .shop_table {
  margin-bottom: 1.25em;
  padding: 10px 15px;
  background: #e7f1ce;
  border-spacing: 0 5px; }
  .cart-collaterals .shop_table tr th,
  .order-totals-wrapper .shop_table tr th {
    padding: 0;
    font-weight: 400;
    text-align: left; }
  .cart-collaterals .shop_table tr td, .cart-collaterals .shop_table tr strong,
  .order-totals-wrapper .shop_table tr td,
  .order-totals-wrapper .shop_table tr strong {
    padding: 0;
    text-align: right;
    font-weight: 600;
    background: none; }
    .cart-collaterals .shop_table tr td:before, .cart-collaterals .shop_table tr strong:before,
    .order-totals-wrapper .shop_table tr td:before,
    .order-totals-wrapper .shop_table tr strong:before {
      padding: 0;
      font-weight: 400; }

@media screen and (min-width: 48em) {
  table.woocommerce-orders-table {
    height: 100%; }
  table td, table div, table a.button {
    height: 100%; }
  table.shop_table_responsive thead {
    display: table-header-group; }
  table.shop_table_responsive tbody th {
    display: table-cell; }
  table.shop_table_responsive tr th,
  table.shop_table_responsive tr td {
    text-align: center; }
  table.shop_table_responsive tr td {
    display: table-cell;
    margin: 0;
    padding: 5px;
    background: #f4f9e8; }
    table.shop_table_responsive tr td:before, table.shop_table_responsive tr td > div {
      padding: 0;
      background: none;
      text-align: center;
      flex: none; }
    table.shop_table_responsive tr td::before {
      display: none; } }

@media screen and (min-width: 54.75em) {
  .summary-wrapper {
    max-width: 430px;
    margin-left: auto; } }

/**
 * Woocommerce header styles
 */
.woocommerce-shop main, .tax-product_cat main {
  margin: 243px auto 0;
  padding: 0 15px; }
  .woocommerce-shop main .header-outer-wrapper, .tax-product_cat main .header-outer-wrapper {
    position: fixed;
    z-index: 9999;
    width: 100%;
    left: 0;
    top: 68px;
    background: #fff; }
    .woocommerce-shop main .header-outer-wrapper .header-wrapper, .tax-product_cat main .header-outer-wrapper .header-wrapper {
      margin: auto;
      padding: 20px 15px;
      max-width: 1040px; }
      .woocommerce-shop main .header-outer-wrapper .header-wrapper header.category-page-header .category-heading-wrapper, .tax-product_cat main .header-outer-wrapper .header-wrapper header.category-page-header .category-heading-wrapper {
        display: flex;
        align-items: center; }
        .woocommerce-shop main .header-outer-wrapper .header-wrapper header.category-page-header .category-heading-wrapper h1, .tax-product_cat main .header-outer-wrapper .header-wrapper header.category-page-header .category-heading-wrapper h1 {
          flex: 40%;
          margin: 0;
          margin-right: 20px; }
        .woocommerce-shop main .header-outer-wrapper .header-wrapper header.category-page-header .category-heading-wrapper .woocommerce-product-search, .tax-product_cat main .header-outer-wrapper .header-wrapper header.category-page-header .category-heading-wrapper .woocommerce-product-search {
          flex: 60%; }
    .woocommerce-shop main .header-outer-wrapper.scrolled, .tax-product_cat main .header-outer-wrapper.scrolled {
      border-bottom: 1px solid #d4e6a5; }

.tax-product_cat main {
  margin: 178px auto 0; }

.woocommerce-breadcrumb {
  position: fixed;
  z-index: 10000;
  display: none;
  left: 23%;
  left: 10%;
  left: calc(10% + 135px);
  top: 110px; }

@media (min-width: 54.75em) {
  .woocommerce-breadcrumb {
    display: block; }
  .woocommerce-shop main, .tax-product_cat main {
    margin: 303px auto 0;
    padding: 0 30px 30px; }
    .woocommerce-shop main .header-outer-wrapper, .tax-product_cat main .header-outer-wrapper {
      top: 95px; }
      .woocommerce-shop main .header-outer-wrapper .header-wrapper, .tax-product_cat main .header-outer-wrapper .header-wrapper {
        padding: 90px 30px 20px; }
  .tax-product_cat main {
    margin: 283px auto 0; } }

/**
 * Product Categories
 */
.woocommerce-shop .shop-custom-header, .subcategory-page .shop-custom-header {
  display: flex;
  flex-direction: column; }
  .woocommerce-shop .shop-custom-header p, .subcategory-page .shop-custom-header p {
    margin: 0 0 20px 0;
    flex: 1; }
  .woocommerce-shop .shop-custom-header .woocommerce-product-search, .subcategory-page .shop-custom-header .woocommerce-product-search {
    flex: 1; }

.woocommerce-shop ul.products li.product-category, .subcategory-page ul.products li.product-category {
  margin-bottom: 0;
  margin-top: -1px;
  padding: 15px; }
  .woocommerce-shop ul.products li.product-category a, .subcategory-page ul.products li.product-category a {
    margin: 0;
    height: auto;
    width: 100%;
    flex-flow: nowrap row;
    align-items: center; }
    .woocommerce-shop ul.products li.product-category a img, .subcategory-page ul.products li.product-category a img {
      margin-right: 15px;
      width: 53px;
      height: 38px; }
      .woocommerce-shop ul.products li.product-category a img.icon-arrow-right, .subcategory-page ul.products li.product-category a img.icon-arrow-right {
        margin-right: 0;
        height: 18px;
        width: auto;
        min-width: auto; }
    .woocommerce-shop ul.products li.product-category a h2, .subcategory-page ul.products li.product-category a h2 {
      flex: 1; }

@media (min-width: 48em) {
  .woocommerce-shop .shop-custom-header, .subcategory-page .shop-custom-header {
    flex-direction: row; }
    .woocommerce-shop .shop-custom-header p, .subcategory-page .shop-custom-header p {
      margin: 0 20px 0 0; }
    .woocommerce-shop .shop-custom-header.no-supplier p, .subcategory-page .shop-custom-header.no-supplier p {
      max-width: 50%; }
  .woocommerce-shop:not(.search-results) ul.products, .subcategory-page:not(.search-results) ul.products {
    column-count: 2;
    column-gap: 20px; }
    .woocommerce-shop:not(.search-results) ul.products li.product, .subcategory-page:not(.search-results) ul.products li.product {
      break-inside: avoid-column;
      padding: 0; }
      .woocommerce-shop:not(.search-results) ul.products li.product:first-child, .subcategory-page:not(.search-results) ul.products li.product:first-child {
        margin-top: 0; }
      .woocommerce-shop:not(.search-results) ul.products li.product a, .subcategory-page:not(.search-results) ul.products li.product a {
        padding: 20px 30px; }
        .woocommerce-shop:not(.search-results) ul.products li.product a img, .subcategory-page:not(.search-results) ul.products li.product a img {
          margin-right: 20px;
          width: 70px;
          height: 50px; }
          .woocommerce-shop:not(.search-results) ul.products li.product a img.icon-arrow-right, .subcategory-page:not(.search-results) ul.products li.product a img.icon-arrow-right {
            margin: 0;
            height: 25px;
            width: auto; }
        .woocommerce-shop:not(.search-results) ul.products li.product a h2, .subcategory-page:not(.search-results) ul.products li.product a h2 {
          font-size: 1.125em; } }

/**
 * Products
 */
.widget_shopping_cart_content.pending .spinner {
  position: relative;
  min-height: 50px; }
  .widget_shopping_cart_content.pending .spinner::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    border: 3px solid rgba(148, 193, 0, 0.5);
    border-top-color: #94c100;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite; }

.widget_shopping_cart_content.pending .total {
  display: none; }

.widget_shopping_cart_content .woocommerce-mini-cart {
  display: none; }

.woocommerce-products-header + .woocommerce-pagination {
  margin-top: 20px; }

ul.products {
  margin: 0 0 20px;
  padding: 0; }
  ul.products li.product {
    margin-bottom: 0;
    margin-top: -1px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #d4e6a5;
    padding: 10px;
    list-style: none;
    position: relative; }
    ul.products li.product a, ul.products li.product .product-left-attributes-wrapper {
      margin-right: 10px;
      height: auto;
      display: flex;
      flex-flow: wrap column;
      flex-flow: nowrap row;
      align-items: stretch; }
      ul.products li.product a .product-attributes-wrapper, ul.products li.product .product-left-attributes-wrapper .product-attributes-wrapper {
        flex: 1; }
        ul.products li.product a .product-attributes-wrapper .product-short-name, ul.products li.product .product-left-attributes-wrapper .product-attributes-wrapper .product-short-name {
          color: #94c100; }
      ul.products li.product a .product-thumb-wrapper, ul.products li.product .product-left-attributes-wrapper .product-thumb-wrapper {
        margin-right: 10px; }
      ul.products li.product a .product-image-wrapper, ul.products li.product .product-left-attributes-wrapper .product-image-wrapper {
        position: relative;
        border-radius: 5px;
        line-height: 0;
        cursor: pointer; }
        ul.products li.product a .product-image-wrapper img, ul.products li.product .product-left-attributes-wrapper .product-image-wrapper img {
          width: 66px;
          min-width: 60px;
          height: 100%;
          max-height: 105px;
          object-fit: cover;
          border-radius: 5px; }
        ul.products li.product a .product-image-wrapper span.image-badge, ul.products li.product .product-left-attributes-wrapper .product-image-wrapper span.image-badge {
          padding: 3px;
          width: 100%;
          position: absolute;
          left: 0;
          bottom: 0;
          z-index: 1000;
          background: rgba(255, 255, 255, 0.8);
          color: #000;
          font-size: 0.875em;
          text-align: center;
          border-radius: 0 0 5px 5px;
          line-height: normal; }
      ul.products li.product a h2, ul.products li.product .product-left-attributes-wrapper h2 {
        margin: 0;
        font-size: 1em;
        color: #000; }
      ul.products li.product a .price, ul.products li.product .product-left-attributes-wrapper .price {
        margin-right: 27px;
        font-size: 1.25em;
        font-weight: 700;
        color: #000; }
    ul.products li.product.in-cart {
      background: #f6f9eb; }
    ul.products li.product .price-quantity-wrapper {
      align-self: start; }
      ul.products li.product .price-quantity-wrapper .product-price-wrapper {
        margin-bottom: 10px; }
    ul.products li.product p.product-attribute {
      margin: 0 0 5px;
      font-size: .84375em;
      color: #000; }
      ul.products li.product p.product-attribute:last-child {
        margin: 0; }
      ul.products li.product p.product-attribute.stock-info {
        margin-bottom: 5px;
        text-align: left;
        color: #e93f3c; }
      ul.products li.product p.product-attribute.product-condition-unavailable {
        color: #e93f3c;
        font-weight: 700; }
    ul.products li.product a {
      margin: 0;
      height: auto;
      width: 100%;
      flex-flow: nowrap row;
      align-items: center; }
      ul.products li.product a img {
        margin-right: 15px;
        width: 53px;
        height: 38px; }
        ul.products li.product a img.icon-arrow-right {
          margin-right: 0;
          height: 18px;
          width: auto;
          min-width: auto; }
      ul.products li.product a h2 {
        flex: 1; }

.woocommerce-shop .woocommerce-notices-wrapper, .tax-product_cat .woocommerce-notices-wrapper {
  position: sticky;
  z-index: 15000;
  opacity: 0;
  height: auto;
  max-height: 0;
  width: 100%;
  left: 0;
  bottom: 15px;
  -webkit-tap-highlight-color: transparent;
  transition: all .5s ease; }
  .woocommerce-shop .woocommerce-notices-wrapper.active, .tax-product_cat .woocommerce-notices-wrapper.active {
    opacity: 1;
    height: auto;
    max-height: 1000px; }
  .woocommerce-shop .woocommerce-notices-wrapper ul, .tax-product_cat .woocommerce-notices-wrapper ul {
    margin: 0 auto;
    max-width: 980px;
    cursor: pointer; }

.woocommerce-error.products-message {
  margin: 0 auto 20px 0; }

.button.products-message-button {
  margin-right: auto; }

@media screen and (min-width: 54.75em) {
  ul.products li.product {
    padding: 10px 20px 10px 10px; }
    ul.products li.product a, ul.products li.product .product-left-attributes-wrapper {
      width: 100%; }
      ul.products li.product a .product-image-wrapper img, ul.products li.product .product-left-attributes-wrapper .product-image-wrapper img {
        width: 118px;
        height: 100%; }
      ul.products li.product a h2, ul.products li.product .product-left-attributes-wrapper h2 {
        margin-right: 10px;
        flex: 1; }
    ul.products li.product .price-quantity-wrapper {
      display: flex;
      white-space: nowrap;
      align-self: center; }
      ul.products li.product .price-quantity-wrapper .product-price-wrapper {
        margin-right: 20px;
        margin-bottom: 0; }
    ul.products li.product p.product-attribute {
      font-size: .75em; }
      ul.products li.product p.product-attribute.stock-info {
        text-align: right; }
  .woocommerce-shop .woocommerce-notices-wrapper {
    padding: 15px 30px; }
    .woocommerce-shop .woocommerce-notices-wrapper:empty {
      display: none; } }

@media screen and (min-width: 48em) {
  ul.products li.product {
    width: 30.79667%;
    float: left;
    margin-right: 3.8%; }
    ul.products li.product a h2, ul.products li.product a .product-short-name, ul.products li.product .product-left-attributes-wrapper h2, ul.products li.product .product-left-attributes-wrapper .product-short-name {
      display: inline; }
    ul.products li.product.first {
      clear: both; }
    ul.products li.product.last {
      margin-right: 0; }
    ul.products li.product a {
      padding: 20px 30px; }
      ul.products li.product a img {
        margin-right: 20px;
        width: 70px;
        height: 50px; }
        ul.products li.product a img.icon-arrow-right {
          margin: 0;
          height: 25px;
          width: auto;
          min-width: 0; }
      ul.products li.product a h2 {
        font-size: 1.125em; }
  ul.products.columns-1 li.product {
    float: none;
    width: 100%; }
  ul.products.columns-2 li.product {
    width: 48.1%; }
  ul.products.columns-3 li.product {
    width: 30.79667%; }
  ul.products.columns-4 li.product {
    width: 22.15%; }
  ul.products.columns-5 li.product {
    width: 16.96%; }
  ul.products.columns-6 li.product {
    width: 13.49333%; } }

/**
 * Single product
 */
.single-product div.product {
  position: relative; }
  .single-product div.product .woocommerce-product-gallery {
    position: relative;
    float: left; }
    .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
      position: absolute;
      top: 2em;
      right: 1em;
      display: block;
      z-index: 99; }
    .single-product div.product .woocommerce-product-gallery .flex-viewport {
      margin-bottom: 1em; }
    .single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
      margin: 0;
      padding: 0; }
      .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
        list-style: none;
        cursor: pointer;
        float: left; }
        .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
          opacity: 0.5; }
          .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
            opacity: 1; }
        .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
          opacity: 1; }
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
      width: 48.1%; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
        margin-right: 0; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
        clear: both; }
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
      width: 30.79667%; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
        margin-right: 0; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
        clear: both; }
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
      width: 22.15%; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
        margin-right: 0; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
        clear: both; }
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
      width: 16.96%; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
        margin-right: 0; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
        clear: both; }

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

.stock.in-stock {
  color: #e7f1ce; }

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

/**
 * Checkout
 */
.woocommerce-checkout .order-again a.button {
  text-align: center; }

.woocommerce-checkout .woocommerce-checkout-review-order-table tr.checkout-custom-totals td {
  background: none;
  padding: 0; }
  .woocommerce-checkout .woocommerce-checkout-review-order-table tr.checkout-custom-totals td table {
    max-width: 430px;
    margin-left: auto;
    margin-bottom: 1.25em;
    padding: 10px 15px;
    background: #e7f1ce;
    border-spacing: 0 5px; }
    .woocommerce-checkout .woocommerce-checkout-review-order-table tr.checkout-custom-totals td table th {
      padding: 0;
      text-align: left;
      font-weight: 400; }
    .woocommerce-checkout .woocommerce-checkout-review-order-table tr.checkout-custom-totals td table td {
      padding: 0;
      text-align: right;
      font-weight: 600; }

.woocommerce-checkout .woocommerce-checkout-review-order-table tr.spacer {
  height: 24px; }

@media screen and (min-width: 768px) {
  .col2-set .form-row-first {
    float: left;
    margin-right: 3.8%; }
  .col2-set .form-row-last {
    float: right;
    margin-right: 0; }
  .col2-set .form-row-first,
  .col2-set .form-row-last {
    width: 48.1%; } }

/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
ul#site-header-cart {
  position: relative;
  margin: 0;
  padding: 0; }
  ul#site-header-cart .cart-contents {
    text-decoration: none; }
  ul#site-header-cart .mini-cart {
    display: none; }
    ul#site-header-cart .mini-cart p.buttons {
      margin-bottom: 0; }
      ul#site-header-cart .mini-cart p.buttons a.button {
        padding: 10px;
        color: #fff; }
    ul#site-header-cart .mini-cart table th, ul#site-header-cart .mini-cart table td {
      background: none; }
    ul#site-header-cart .mini-cart table th {
      padding: 0;
      text-align: left;
      font-weight: 400; }
    ul#site-header-cart .mini-cart table td {
      text-align: right;
      font-weight: bold; }
    ul#site-header-cart .mini-cart table .amount bdi {
      font-weight: bold; }
  ul#site-header-cart .product_list_widget {
    margin: 0;
    padding: 0; }

/**
 * Star rating
 */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  width: 5.3em;
  font-family: star;
  font-weight: 400; }
  .star-rating::before {
    content: "\53\53\53\53\53";
    opacity: 0.25;
    float: left;
    top: 0;
    left: 0;
    position: absolute; }
  .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em; }
  .star-rating span::before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
    color: #94c100; }

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400; }
  p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: star;
    content: "\53";
    color: #000;
    text-indent: 0;
    opacity: 0.25; }
  p.stars a:hover ~ a::before {
    content: "\53";
    color: #000;
    opacity: 0.25; }

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

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

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

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

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left; }
  .woocommerce-tabs ul.tabs li {
    display: block;
    margin: 0;
    position: relative; }
    .woocommerce-tabs ul.tabs li a {
      padding: 1em 0;
      display: block; }

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

/**
 * Page numbers for product lists
 */
ul.page-numbers {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  display: flex;
  justify-content: center; }
  ul.page-numbers li span {
    opacity: .5; }
  ul.page-numbers li a, ul.page-numbers li span {
    display: inline-block;
    background: #94c100;
    color: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-right: 1px solid #fff; }
  ul.page-numbers li:first-child a, ul.page-numbers li:first-child span {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
  ul.page-numbers li:last-child a, ul.page-numbers li:last-child span {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: none; }
  ul.page-numbers li a {
    color: #fff; }

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right; }
  .woocommerce-password-strength.strong {
    color: #e7f1ce; }
  .woocommerce-password-strength.short {
    color: #ffd6d6; }
  .woocommerce-password-strength.bad {
    color: #ffd6d6; }
  .woocommerce-password-strength.good {
    color: #e7f1ce; }

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

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

.required {
  color: #f00; }

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
.toast-message,
p.no-comments {
  background-color: #e7f1ce;
  clear: both;
  margin: 0 auto;
  padding: 20px;
  list-style: none;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 20px; }

.toast-message-wrapper {
  position: sticky;
  z-index: 15000;
  opacity: 0;
  height: auto;
  max-height: 0;
  width: 100%;
  left: 0;
  bottom: 15px;
  -webkit-tap-highlight-color: transparent;
  transition: all .5s ease; }
  .toast-message-wrapper.active {
    opacity: 1;
    max-height: 1000px; }
  .toast-message-wrapper .toast-message {
    margin: 0 auto;
    max-width: 980px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    cursor: pointer; }

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

.woocommerce-error {
  margin-bottom: 20px;
  background-color: #ffd6d6; }
  .woocommerce-error li:not(:last-child) {
    margin-bottom: 10px; }
  .woocommerce-error a {
    color: #cc1818; }
    .woocommerce-error a.button {
      display: inline-block;
      width: auto;
      background: #fff;
      color: #94c100; }
  .woocommerce-error.cart-import-error li {
    margin-bottom: 20px; }
  .woocommerce-error.cart-import-error p {
    margin: 0;
    font-weight: 600; }
  .woocommerce-error.cart-import-error span {
    font-weight: normal; }
  .woocommerce-error.cart-import-error .error-message-unavailable-products p {
    margin: 0 0 10px;
    text-align: left; }
  .woocommerce-error.cart-import-error .button-wrapper {
    text-align: left; }
  .woocommerce-error.import-errors {
    text-align: left; }
    .woocommerce-error.import-errors li:not(:last-child) {
      margin-bottom: 30px; }
    .woocommerce-error.import-errors li:nth-last-child(2) {
      margin-bottom: 20px; }

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

@media screen and (min-width: 48em) {
  /**
	 * Header cart
	 */
  ul#site-header-cart li#mini-cart {
    position: absolute;
    top: 100%;
    right: -999em;
    z-index: 999999;
    display: block;
    min-width: 310px;
    background: #fff;
    border: 2px solid #94c100;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
    text-align: center;
    font-weight: 500; }
    ul#site-header-cart li#mini-cart .mini-cart-header {
      padding: 10px;
      background: #94c100;
      color: #fff; }
      ul#site-header-cart li#mini-cart .mini-cart-header p {
        margin: 0; }
  ul#site-header-cart .widget_shopping_cart {
    margin: 0;
    padding: 20px;
    width: 100%; }
  ul#site-header-cart:hover li#mini-cart, ul#site-header-cart.focus li#mini-cart {
    right: 0;
    display: block; }
  .woocommerce-checkout ul#site-header-cart:hover li#mini-cart, .woocommerce-checkout ul#site-header-cart.focus li#mini-cart {
    display: none; } }

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

.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4; }
  .widget_price_filter .price_slider_amount .button {
    float: left; }

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

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: #94c100;
  box-sizing: border-box;
  margin-top: -0.25em;
  opacity: 1; }
  .widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -1em; }
  .widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
    box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1); }

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

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

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

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

/**
 * Cart stylings
 */
.woocommerce-cart .woocommerce-notices-wrapper {
  margin-bottom: 20px; }

.woocommerce-cart .cart-button-wrapper {
  text-align: right;
  margin-bottom: 20px; }
  .woocommerce-cart .cart-button-wrapper .button-empty-cart {
    padding: 13px 24px;
    margin-left: 20px;
    width: auto;
    display: inline-block;
    background: #ffd6d5;
    color: #665555;
    font-weight: 400;
    text-align: center; }
  .woocommerce-cart .cart-button-wrapper .lb-button-import-orders {
    width: auto;
    display: inline-block; }

.woocommerce-cart .cart-content-wrapper {
  position: relative; }
  .woocommerce-cart .cart-content-wrapper.loading {
    pointer-events: none; }
    .woocommerce-cart .cart-content-wrapper.loading .loading-wrapper::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: rgba(255, 255, 255, 0.5);
      z-index: 1000; }
    .woocommerce-cart .cart-content-wrapper.loading .loading-wrapper .spinner::after {
      content: "";
      position: absolute;
      width: 60px;
      height: 60px;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      margin: auto;
      border: 4px solid rgba(148, 193, 0, 0.5);
      border-top-color: #94c100;
      border-radius: 50%;
      animation: button-loading-spinner 1s ease infinite;
      top: 100px;
      top: calc(50vh - 90px);
      transform: translateY(-50%);
      bottom: auto;
      z-index: 10000; }
    .woocommerce-cart .cart-content-wrapper.loading .loading-wrapper .spinner.empty-cart::after {
      top: 0;
      bottom: 0; }
  .woocommerce-cart .cart-content-wrapper ul.products li {
    margin-bottom: 30px;
    padding: 10px 10px 43px;
    align-items: start;
    position: relative; }
    .woocommerce-cart .cart-content-wrapper ul.products li .product-left-attributes-wrapper {
      flex: 1; }
      .woocommerce-cart .cart-content-wrapper ul.products li .product-left-attributes-wrapper .product-image-wrapper {
        cursor: default; }
    .woocommerce-cart .cart-content-wrapper ul.products li .price-quantity-wrapper {
      align-self: center; }
    .woocommerce-cart .cart-content-wrapper ul.products li .price-declaration {
      display: flex;
      justify-content: space-between;
      position: absolute;
      height: 33px;
      line-height: 28px; }
      .woocommerce-cart .cart-content-wrapper ul.products li .price-declaration > span:first-child {
        margin-right: 5px; }
    .woocommerce-cart .cart-content-wrapper ul.products li .single-price {
      padding: 3px 10px;
      left: 0;
      bottom: 0;
      background: #f4f9e8; }
      .woocommerce-cart .cart-content-wrapper ul.products li .single-price > span:last-child {
        font-weight: 600; }
    .woocommerce-cart .cart-content-wrapper ul.products li .product-subtotal {
      padding: 3px 20px;
      right: 0;
      bottom: 0;
      background: #e7f1ce;
      font-weight: 600; }
    .woocommerce-cart .cart-content-wrapper ul.products li .product-remove a {
      padding: 0 15px;
      width: auto;
      position: absolute;
      top: 100%;
      left: 0;
      height: 20px;
      line-height: 20px;
      font-size: .75em;
      font-weight: 600;
      background: #ffd6d5;
      color: #665555;
      border-radius: 0 0 5px 5px; }
  .woocommerce-cart .cart-content-wrapper .cart-collaterals .checkbox-wrapper {
    margin-bottom: 1.25em;
    user-select: none; }
  .woocommerce-cart .cart-content-wrapper .cart-collaterals a.checkout-button {
    text-align: center; }
  .woocommerce-cart .cart-content-wrapper .cart-collaterals .delivery-checkbox-wrapper {
    margin-bottom: 10px; }
  .woocommerce-cart .cart-content-wrapper .cart-collaterals .delivery-date-wrapper {
    margin-bottom: 25px;
    opacity: .3; }
    .woocommerce-cart .cart-content-wrapper .cart-collaterals .delivery-date-wrapper .required {
      display: none; }
    .woocommerce-cart .cart-content-wrapper .cart-collaterals .delivery-date-wrapper.active {
      opacity: 1; }
      .woocommerce-cart .cart-content-wrapper .cart-collaterals .delivery-date-wrapper.active .required {
        display: inline; }

.woocommerce-cart .return-to-shop {
  display: inline-block; }
  .woocommerce-cart .return-to-shop a.button {
    padding: 13px 24px; }

.woocommerce-cart .ui-datepicker {
  background: #fff;
  border: 1px solid #94c100;
  border-radius: 3px;
  padding: 5px;
  display: none;
  user-select: none; }
  .woocommerce-cart .ui-datepicker .ui-datepicker-title {
    text-align: center; }
  .woocommerce-cart .ui-datepicker .ui-corner-all {
    cursor: pointer; }
    .woocommerce-cart .ui-datepicker .ui-corner-all .ui-datepicker-next {
      float: right; }

.woocommerce-cart .coupon {
  margin-bottom: 20px; }
  .woocommerce-cart .coupon input {
    margin-bottom: 10px; }

@media screen and (min-width: 54.75em) {
  .woocommerce-cart .cart-content-wrapper.loading .loading-wrapper .spinner::after {
    top: calc(50vh - 233px); }
  .woocommerce-cart .cart-content-wrapper ul.products li {
    padding-right: 23px; }
    .woocommerce-cart .cart-content-wrapper ul.products li .price-quantity-wrapper {
      align-self: start; }
    .woocommerce-cart .cart-content-wrapper ul.products li .price-declaration {
      min-width: 160px; } }

@media screen and (max-width: 341px) {
  .woocommerce-cart .cart-button-wrapper .lb-button-import-orders {
    margin-bottom: 20px; } }

/**
 * My account stylings
 */
.woocommerce-account table.shop_table_responsive {
  font-size: .875em; }
  .woocommerce-account table.shop_table_responsive tr.spacer {
    height: 10px; }
  .woocommerce-account table.shop_table_responsive tr td {
    background: none; }
    .woocommerce-account table.shop_table_responsive tr td a.button {
      background: #d4e6a5;
      color: #000;
      font-weight: 600;
      font-size: 1.25em;
      justify-content: center; }
      .woocommerce-account table.shop_table_responsive tr td a.button svg {
        margin-left: 20px;
        min-width: 10px; }
    .woocommerce-account table.shop_table_responsive tr td:last-child:before {
      content: none; }
    .woocommerce-account table.shop_table_responsive tr td:last-child > div {
      padding: 0;
      background: none;
      flex: 1; }
  .woocommerce-account table.shop_table_responsive.last-orders-table {
    margin-bottom: 20px;
    border-spacing: 3px; }
    .woocommerce-account table.shop_table_responsive.last-orders-table tr {
      display: none; }
      .woocommerce-account table.shop_table_responsive.last-orders-table tr:first-child, .woocommerce-account table.shop_table_responsive.last-orders-table tr:last-child, .woocommerce-account table.shop_table_responsive.last-orders-table tr:nth-last-child(2) {
        display: table-row; }
    .woocommerce-account table.shop_table_responsive.last-orders-table tr:last-child td {
      background: none; }
      .woocommerce-account table.shop_table_responsive.last-orders-table tr:last-child td a.button {
        background: #94c100;
        color: #fff; }
      .woocommerce-account table.shop_table_responsive.last-orders-table tr:last-child td:before {
        content: none; }
      .woocommerce-account table.shop_table_responsive.last-orders-table tr:last-child td:not(:last-child) {
        display: none; }
  .woocommerce-account table.shop_table_responsive:not(.last-orders-table) tr td:last-child {
    padding-bottom: 20px; }

.woocommerce-account .user-data-container-wrapper {
  margin-bottom: 40px; }
  .woocommerce-account .user-data-container-wrapper .dashboard-user-data-wrapper {
    max-width: 440px; }
    .woocommerce-account .user-data-container-wrapper .dashboard-user-data-wrapper:not(:last-child) {
      margin-bottom: 20px; }
    .woocommerce-account .user-data-container-wrapper .dashboard-user-data-wrapper .user-data-content-wrapper {
      display: flex;
      align-items: flex-end;
      width: 100%; }
      .woocommerce-account .user-data-container-wrapper .dashboard-user-data-wrapper .user-data-content-wrapper .user-data-content {
        margin-right: 20px;
        padding: 15px;
        background: #e7f1ce;
        flex: 1; }
        .woocommerce-account .user-data-container-wrapper .dashboard-user-data-wrapper .user-data-content-wrapper .user-data-content p {
          margin: 0;
          font-weight: 400; }
      .woocommerce-account .user-data-container-wrapper .dashboard-user-data-wrapper .user-data-content-wrapper .change-supplier-button {
        visibility: visible; }
        .woocommerce-account .user-data-container-wrapper .dashboard-user-data-wrapper .user-data-content-wrapper .change-supplier-button.hidden {
          visibility: hidden; }
      .woocommerce-account .user-data-container-wrapper .dashboard-user-data-wrapper .user-data-content-wrapper .text-button {
        flex: 1; }

.woocommerce-account .popup ul.radio-list {
  max-height: 50vh;
  overflow: auto; }
  .woocommerce-account .popup ul.radio-list::-webkit-scrollbar-track {
    box-shadow: none;
    background: transparent;
    padding: 0 2px; }
  .woocommerce-account .popup ul.radio-list::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 10px;
    border: 3px solid rgba(0, 0, 0, 0);
    background-clip: padding-box; }
  .woocommerce-account .popup ul.radio-list::-webkit-scrollbar {
    width: 14px;
    background-color: transparent; }

.woocommerce-account .popup .submit-wrapper {
  padding: 20px; }
  .woocommerce-account .popup .submit-wrapper .supplier-password-wrapper {
    height: auto;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all .7s ease; }
    .woocommerce-account .popup .submit-wrapper .supplier-password-wrapper.active {
      margin-bottom: 20px;
      opacity: 1;
      height: auto;
      max-height: 70px; }
  .woocommerce-account .popup .submit-wrapper input[type="submit"] {
    margin: auto;
    padding: 13px 24px;
    width: auto; }

.woocommerce-account .popup .step {
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: none; }
  .woocommerce-account .popup .step.confirm-supplier-change {
    padding: 0; }
  .woocommerce-account .popup .step.active {
    height: auto;
    max-height: 1000px;
    max-height: 100vh;
    transition: max-height 2.5s ease; }
    .woocommerce-account .popup .step.active.confirm-supplier-change {
      padding: 20px; }

.woocommerce-account .change-password-wrapper {
  margin-bottom: 40px; }
  .woocommerce-account .change-password-wrapper .button {
    text-align: center; }
  .woocommerce-account .change-password-wrapper .form-row {
    margin: 0; }
    .woocommerce-account .change-password-wrapper .form-row:not(:last-child) {
      margin-bottom: 15px; }
    .woocommerce-account .change-password-wrapper .form-row input {
      color: #000;
      border: 1px solid #dedede; }
      .woocommerce-account .change-password-wrapper .form-row input::-webkit-input-placeholder {
        color: #dedede; }
      .woocommerce-account .change-password-wrapper .form-row input:-moz-placeholder {
        color: #dedede; }
      .woocommerce-account .change-password-wrapper .form-row input::-moz-placeholder {
        color: #dedede; }
      .woocommerce-account .change-password-wrapper .form-row input:-ms-input-placeholder {
        color: #dedede; }

.woocommerce-account .order-again .button {
  width: auto;
  display: inline-block; }

.woocommerce-account.newaccount-reset-password-page .wpml-ls-legacy-dropdown {
  display: none; }

@media screen and (min-width: 48em) {
  .woocommerce-account table.shop_table_responsive tr td {
    background: #f4f9e8; }
    .woocommerce-account table.shop_table_responsive tr td:last-child {
      padding: 0;
      background: none; }
    .woocommerce-account table.shop_table_responsive tr td:last-child {
      padding: 0; }
    .woocommerce-account table.shop_table_responsive tr td a.button {
      justify-content: space-evenly; }
      .woocommerce-account table.shop_table_responsive tr td a.button svg {
        margin: 0 0 0 5px; }
  .woocommerce-account table.shop_table_responsive tr.spacer {
    height: 15px; }
  .woocommerce-account table.shop_table_responsive.last-orders-table {
    margin-bottom: 40px; }
    .woocommerce-account table.shop_table_responsive.last-orders-table tr {
      display: table-row; }
    .woocommerce-account table.shop_table_responsive.last-orders-table tr:last-child td:not(:last-child) {
      display: table-cell; }
  .woocommerce-account table.shop_table_responsive:not(.last-orders-table) tr td:last-child {
    padding: 0; }
  .woocommerce-account .user-data-container-wrapper {
    margin-bottom: 60px;
    display: flex; }
    .woocommerce-account .user-data-container-wrapper .dashboard-user-data-wrapper {
      display: flex;
      flex-direction: column;
      flex: 1; }
      .woocommerce-account .user-data-container-wrapper .dashboard-user-data-wrapper:not(:last-child) {
        margin-bottom: 0; }
      .woocommerce-account .user-data-container-wrapper .dashboard-user-data-wrapper .user-data-content-wrapper {
        flex: 1; }
        .woocommerce-account .user-data-container-wrapper .dashboard-user-data-wrapper .user-data-content-wrapper .user-data-content {
          padding: 20px;
          align-self: stretch; }
  .woocommerce-account .change-password-wrapper {
    max-width: 400px; }
    .woocommerce-account .change-password-wrapper form {
      display: flex;
      width: 100%;
      align-items: end; }
      .woocommerce-account .change-password-wrapper form .input-wrapper {
        margin-right: 30px;
        flex: 75%; }
      .woocommerce-account .change-password-wrapper form > p {
        margin: 0;
        flex: 25%; } }

@media screen and (max-height: 46em) {
  .woocommerce-account .popup form.supplier-form.step.active {
    display: flex;
    flex-direction: column;
    max-height: 300px;
    max-height: calc(100vh - 70px); }
  .woocommerce-account .popup ul.radio-list {
    flex: 1; } }

/**
 * Edit Address stylings
 */
.woocommerce-edit-address main,
.woocommerce-checkout main,
.woocommerce-edit-account main,
.woocommerce-lost-password main {
  max-width: 780px; }
  .woocommerce-edit-address main form p,
  .woocommerce-checkout main form p,
  .woocommerce-edit-account main form p,
  .woocommerce-lost-password main form p {
    margin-top: 0; }
  .woocommerce-edit-address main form .woocommerce-address-fields__field-wrapper,
  .woocommerce-checkout main form .woocommerce-address-fields__field-wrapper,
  .woocommerce-edit-account main form .woocommerce-address-fields__field-wrapper,
  .woocommerce-lost-password main form .woocommerce-address-fields__field-wrapper {
    margin-bottom: 20px; }

@media screen and (min-width: 54.75em) {
  .woocommerce-edit-address main form .form-row-first,
  .woocommerce-edit-address main form .form-row-last,
  .woocommerce-edit-address main form .validate-postcode,
  .woocommerce-edit-address main form #shipping_city_field,
  .woocommerce-edit-address main form #billing_city_field,
  .woocommerce-checkout main form .form-row-first,
  .woocommerce-checkout main form .form-row-last,
  .woocommerce-checkout main form .validate-postcode,
  .woocommerce-checkout main form #shipping_city_field,
  .woocommerce-checkout main form #billing_city_field,
  .woocommerce-edit-account main form .form-row-first,
  .woocommerce-edit-account main form .form-row-last,
  .woocommerce-edit-account main form .validate-postcode,
  .woocommerce-edit-account main form #shipping_city_field,
  .woocommerce-edit-account main form #billing_city_field {
    display: inline-block;
    width: 48.1%; }
  .woocommerce-edit-address main form .form-row-first,
  .woocommerce-edit-address main form .validate-postcode,
  .woocommerce-checkout main form .form-row-first,
  .woocommerce-checkout main form .validate-postcode,
  .woocommerce-edit-account main form .form-row-first,
  .woocommerce-edit-account main form .validate-postcode {
    margin-right: 3.8%; }
  .woocommerce-edit-address main form .validate-postcode,
  .woocommerce-checkout main form .validate-postcode,
  .woocommerce-edit-account main form .validate-postcode {
    width: 28.1%; }
  .woocommerce-edit-address main form #shipping_city_field,
  .woocommerce-edit-address main form #billing_city_field,
  .woocommerce-checkout main form #shipping_city_field,
  .woocommerce-checkout main form #billing_city_field,
  .woocommerce-edit-account main form #shipping_city_field,
  .woocommerce-edit-account main form #billing_city_field {
    width: 68.1%; }
  .woocommerce-edit-account main form .form-row-first {
    margin-right: 2.8%; } }

/**
 * Order Details stylings
 */
.woocommerce-view-order table th,
.woocommerce-checkout table th {
  padding: 10px;
  text-align: center;
  font-weight: 600;
  background: #e7f1ce; }

.woocommerce-view-order table td,
.woocommerce-checkout table td {
  padding: 15px; }
  .woocommerce-view-order table td.product-total,
  .woocommerce-checkout table td.product-total {
    text-align: right; }

.woocommerce-orders a.woocommerce-button--next,
.woocommerce-orders a.woocommerce-button--previous {
  padding: 13px 24px;
  width: auto;
  display: inline-block; }
