.full-w {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 1200px) {
    .full-w.full-w-p {
      max-width: calc(100% - 30px);
      margin-right: auto;
      margin-left: auto; }
    .full-w .flex-row-reverse {
      margin-right: 0;
      margin-left: 0; } }

.woocommerce-page form.woocommerce-ordering,
.woocommerce form.woocommerce-ordering {
  min-width: 230px; }
.woocommerce-page .woocommerce-products-header,
.woocommerce .woocommerce-products-header {
  padding: 28px 85px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 70px; }
.woocommerce-page .col-xs-12 .woocommerce-breadcrumb,
.woocommerce .col-xs-12 .woocommerce-breadcrumb {
  display: none; }
.woocommerce-page .woocommerce-products-header__title.page-title,
.woocommerce .woocommerce-products-header__title.page-title {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0;
  line-height: 1; }
.woocommerce-page .woocommerce-result-count,
.woocommerce .woocommerce-result-count {
  font-size: 17px;
  font-weight: 300;
  line-height: calc(1.2em + 17px);
  color: var(--grey-color); }
.woocommerce-page .woocommerce-ordering select,
.woocommerce .woocommerce-ordering select {
  vertical-align: middle;
  font-size: 17px;
  font-weight: 300;
  min-width: 100%;
  border: none;
  background: var(--light-color);
  color: var(--grey-color);
  border: 0;
  outline: 1px solid #ddd !important;
  max-height: calc(1.2em + 17px);
  height: calc(1.2em + 17px);
  padding: 6px 10px 5px;
  -webkit-appearance: none;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23dddddd'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
  background-size: 12px;
  background-position: calc(100% - 10px) 16px;
  background-repeat: no-repeat; }
  .woocommerce-page .woocommerce-ordering select:focus,
  .woocommerce .woocommerce-ordering select:focus {
    outline-offset: 0 !important; }
.woocommerce-page .woocommerce-ordering + ul.products,
.woocommerce .woocommerce-ordering + ul.products {
  padding-top: 25px; }
.woocommerce-page ul.products,
.woocommerce ul.products {
  margin-left: -15px;
  width: calc(100% + 30px); }
  .woocommerce-page ul.products.columns-2 > li.product,
  .woocommerce ul.products.columns-2 > li.product {
    width: calc(50% - 30px);
    margin-right: 15px;
    margin-left: 15px; }
  .woocommerce-page ul.products.columns-3 > li.product,
  .woocommerce ul.products.columns-3 > li.product {
    width: calc((100% / 3) - 30px);
    margin-right: 15px;
    margin-left: 15px; }
  .woocommerce-page ul.products.columns-4 > li.product,
  .woocommerce ul.products.columns-4 > li.product {
    width: calc(25% - 30px);
    margin-right: 15px;
    margin-left: 15px; }
  .woocommerce-page ul.products > li.product,
  .woocommerce ul.products > li.product {
    margin-bottom: 30px;
    float: left;
    text-align: center;
    position: relative; }
    .woocommerce-page ul.products > li.product:hover a.woocommerce-loop-product__link + .button,
    .woocommerce ul.products > li.product:hover a.woocommerce-loop-product__link + .button {
      opacity: 1; }
      .woocommerce-page ul.products > li.product:hover a.woocommerce-loop-product__link + .button + .added_to_cart,
      .woocommerce ul.products > li.product:hover a.woocommerce-loop-product__link + .button + .added_to_cart {
        opacity: 1; }
    .woocommerce-page ul.products > li.product a.woocommerce-loop-product__link,
    .woocommerce ul.products > li.product a.woocommerce-loop-product__link {
      display: block;
      position: relative;
      line-height: 1; }
      .woocommerce-page ul.products > li.product a.woocommerce-loop-product__link img,
      .woocommerce ul.products > li.product a.woocommerce-loop-product__link img {
        margin-bottom: 0;
        width: 100%; }
      .woocommerce-page ul.products > li.product a.woocommerce-loop-product__link + .button,
      .woocommerce ul.products > li.product a.woocommerce-loop-product__link + .button {
        margin-top: -100px !important;
        margin-bottom: 55px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 0;
        display: block;
        max-width: calc(100% - 60px);
        text-align: center;
        padding: 15px;
        opacity: 0;
        color: var(--light-color);
        font-size: 12px;
        font-weight: 700;
        line-height: 1.3;
        text-decoration: none;
        letter-spacing: 4.2px;
        background: var(--black-color);
        border: none;
        text-transform: uppercase;
        -webkit-transition: all 450ms ease;
        -moz-transition: all 450ms ease;
        -ms-transition: all 450ms ease;
        -o-transition: all 450ms ease;
        transition: all 450ms ease; }
        .woocommerce-page ul.products > li.product a.woocommerce-loop-product__link + .button + .added_to_cart,
        .woocommerce ul.products > li.product a.woocommerce-loop-product__link + .button + .added_to_cart {
          margin-top: -100px !important;
          margin-bottom: 55px;
          margin-left: auto;
          margin-right: auto;
          border-radius: 0;
          display: block;
          max-width: calc(100% - 60px);
          text-align: center;
          padding: 15px;
          position: relative;
          z-index: 99;
          opacity: 0;
          color: var(--light-color);
          font-size: 12px;
          line-height: 1.3;
          font-weight: 700;
          text-decoration: none;
          letter-spacing: 4.2px;
          background: var(--dark-color);
          border: none;
          text-transform: uppercase;
          -webkit-transition: opacity 450ms ease;
          -moz-transition: opacity 450ms ease;
          -ms-transition: opacity 450ms ease;
          -o-transition: opacity 450ms ease;
          transition: opacity 450ms ease; }
          .woocommerce-page ul.products > li.product a.woocommerce-loop-product__link + .button + .added_to_cart:hover,
          .woocommerce ul.products > li.product a.woocommerce-loop-product__link + .button + .added_to_cart:hover {
            color: var(--light-color) !important;
            background: var(--dark-color) !important; }
        .woocommerce-page ul.products > li.product a.woocommerce-loop-product__link + .button:hover,
        .woocommerce ul.products > li.product a.woocommerce-loop-product__link + .button:hover {
          color: var(--light-color) !important;
          background: var(--dark-color) !important; }
    .woocommerce-page ul.products > li.product .price,
    .woocommerce ul.products > li.product .price {
      font-size: 17px;
      width: 100%;
      color: var(--grey-color);
      font-family: var(--font2);
      text-align: center;
      font-style: italic; }
      .woocommerce-page ul.products > li.product .price ins,
      .woocommerce ul.products > li.product .price ins {
        text-decoration: none !important;
        border: none !important;
        font-weight: 300; }
    .woocommerce-page ul.products > li.product .product-category,
    .woocommerce ul.products > li.product .product-category {
      display: none; }
    .woocommerce-page ul.products > li.product h3,
    .woocommerce-page ul.products > li.product .woocommerce-loop-category__title,
    .woocommerce-page ul.products > li.product .woocommerce-loop-product__title,
    .woocommerce ul.products > li.product h3,
    .woocommerce ul.products > li.product .woocommerce-loop-category__title,
    .woocommerce ul.products > li.product .woocommerce-loop-product__title {
      font-size: 17px;
      width: 100%;
      padding-top: 20px;
      text-align: center;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 2px;
      margin-bottom: 0; }
      @media only screen and (max-width: 768px) {
        .woocommerce-page ul.products > li.product h3,
        .woocommerce-page ul.products > li.product .woocommerce-loop-category__title,
        .woocommerce-page ul.products > li.product .woocommerce-loop-product__title,
        .woocommerce ul.products > li.product h3,
        .woocommerce ul.products > li.product .woocommerce-loop-category__title,
        .woocommerce ul.products > li.product .woocommerce-loop-product__title {
          letter-spacing: 1px; } }
.woocommerce-page .products .star-rating,
.woocommerce .products .star-rating {
  display: none; }
.woocommerce-page .upsells ul.products.columns-2 > li.product,
.woocommerce .upsells ul.products.columns-2 > li.product {
  margin-right: 30px; }
  .woocommerce-page .upsells ul.products.columns-2 > li.product:nth-of-type(2n),
  .woocommerce .upsells ul.products.columns-2 > li.product:nth-of-type(2n) {
    margin-right: 0; }
.woocommerce-page .upsells ul.products.columns-3 > li.product,
.woocommerce .upsells ul.products.columns-3 > li.product {
  margin-right: 30px; }
  .woocommerce-page .upsells ul.products.columns-3 > li.product:nth-of-type(3n),
  .woocommerce .upsells ul.products.columns-3 > li.product:nth-of-type(3n) {
    margin-right: 0; }
.woocommerce-page .upsells ul.products.columns-4 > li.product,
.woocommerce .upsells ul.products.columns-4 > li.product {
  margin-right: 30px; }
  .woocommerce-page .upsells ul.products.columns-4 > li.product:nth-of-type(4n),
  .woocommerce .upsells ul.products.columns-4 > li.product:nth-of-type(4n) {
    margin-right: 0; }
.woocommerce-page a.button.loading::after,
.woocommerce-page button.button.loading::after,
.woocommerce-page input.button.loading::after,
.woocommerce-page #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after,
.woocommerce #respond input#submit.loading::after {
  top: auto;
  bottom: 14px; }
.woocommerce-page span.onsale,
.woocommerce span.onsale {
  background-color: var(--dark-color);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 2px;
  border-radius: 0;
  padding: 2px 10px 0;
  min-height: auto;
  top: 0;
  left: 0;
  text-transform: uppercase;
  margin: 0 !important; }
.woocommerce-page .woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--main-color);
  display: inline-block;
  margin-left: 30px;
  margin-bottom: 0; }
  .woocommerce-page .woocommerce-breadcrumb a,
  .woocommerce .woocommerce-breadcrumb a {
    color: var(--dark-color);
    -webkit-transition: all 450ms ease;
    -moz-transition: all 450ms ease;
    -ms-transition: all 450ms ease;
    -o-transition: all 450ms ease;
    transition: all 450ms ease;
    text-decoration: none; }
    .woocommerce-page .woocommerce-breadcrumb a:hover,
    .woocommerce .woocommerce-breadcrumb a:hover {
      color: var(--grey-color); }

.woocommerce-page nav.woocommerce-pagination,
.woocommerce nav.woocommerce-pagination {
  margin-bottom: 40px; }
  .woocommerce-page nav.woocommerce-pagination ul,
  .woocommerce nav.woocommerce-pagination ul {
    border: none; }
    .woocommerce-page nav.woocommerce-pagination ul li a,
    .woocommerce-page nav.woocommerce-pagination ul li span,
    .woocommerce nav.woocommerce-pagination ul li a,
    .woocommerce nav.woocommerce-pagination ul li span {
      border: 1px solid var(--dark-color);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 15px;
      font-weight: 700;
      width: 40px;
      height: 40px;
      margin: 5px;
      line-height: 1;
      padding: 0;
      padding-top: 3px;
      text-decoration: none; }
    .woocommerce-page nav.woocommerce-pagination ul li span.current,
    .woocommerce nav.woocommerce-pagination ul li span.current {
      background: var(--dark-color);
      color: var(--light-color); }
    .woocommerce-page nav.woocommerce-pagination ul li a:hover,
    .woocommerce-page nav.woocommerce-pagination ul li a:focus,
    .woocommerce nav.woocommerce-pagination ul li a:hover,
    .woocommerce nav.woocommerce-pagination ul li a:focus {
      background: var(--dark-color);
      color: var(--light-color); }
.woocommerce-page .woocommerce-pagination ul.page-numbers li,
.woocommerce .woocommerce-pagination ul.page-numbers li {
  border: none; }

.woocommerce-page .woocommerce-products-header.single-breadcrumb,
.woocommerce .woocommerce-products-header.single-breadcrumb {
  padding: 28px 85px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 70px; }
  @media only screen and (max-width: 1199px) {
    .woocommerce-page .woocommerce-products-header.single-breadcrumb,
    .woocommerce .woocommerce-products-header.single-breadcrumb {
      padding: 28px 15px;
      margin-bottom: 50px; } }
  @media only screen and (max-width: 768px) {
    .woocommerce-page .woocommerce-products-header.single-breadcrumb,
    .woocommerce .woocommerce-products-header.single-breadcrumb {
      margin-bottom: 20px; } }
  @media only screen and (max-width: 550px) {
    .woocommerce-page .woocommerce-products-header.single-breadcrumb,
    .woocommerce .woocommerce-products-header.single-breadcrumb {
      padding: 18px 15px 15px; } }
.woocommerce-page .single_variation .stock,
.woocommerce .single_variation .stock {
  margin-bottom: 0 !important; }
.woocommerce-page div.product form.cart,
.woocommerce div.product form.cart {
  margin-bottom: 32px; }
.woocommerce-page div.product .stock,
.woocommerce div.product .stock {
  color: var(--main-color);
  font-size: 16px !important;
  margin-bottom: 30px;
  font-weight: 400; }
.woocommerce-page div.product .woocommerce-product-gallery__wrapper,
.woocommerce div.product .woocommerce-product-gallery__wrapper {
  margin-left: -5px;
  width: calc(100% + 10px); }
.woocommerce-page div.product div.images.woocommerce-product-gallery, .woocommerce-page div.product div.images.woocommerce-product-gallery + div.summary,
.woocommerce div.product div.images.woocommerce-product-gallery,
.woocommerce div.product div.images.woocommerce-product-gallery + div.summary {
  margin-bottom: 75px; }
  @media only screen and (max-width: 1199px) {
    .woocommerce-page div.product div.images.woocommerce-product-gallery, .woocommerce-page div.product div.images.woocommerce-product-gallery + div.summary,
    .woocommerce div.product div.images.woocommerce-product-gallery,
    .woocommerce div.product div.images.woocommerce-product-gallery + div.summary {
      margin-bottom: 42px; } }
.woocommerce-page div.product div.images .woocommerce-product-gallery__image:nth-child(1),
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(1) {
  width: calc(100% - 10px);
  margin-left: 5px;
  margin-right: 5px; }
.woocommerce-page div.product div.images .woocommerce-product-gallery__image:nth-child(n+2),
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  width: calc(25% - 10px);
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 10px; }
.woocommerce-page div.product .woocommerce-tabs .panel,
.woocommerce div.product .woocommerce-tabs .panel {
  box-shadow: none;
  border-bottom: 1px solid #ddd;
  padding-bottom: 25px; }
  .woocommerce-page div.product .woocommerce-tabs .panel > h2:first-child,
  .woocommerce div.product .woocommerce-tabs .panel > h2:first-child {
    display: none; }
  .woocommerce-page div.product .woocommerce-tabs .panel p,
  .woocommerce div.product .woocommerce-tabs .panel p {
    color: var(--grey-color);
    line-height: 1.7;
    font-size: 17px;
    margin-bottom: 5px; }
.woocommerce-page div.product .woocommerce-tabs ul.tabs,
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  text-align: center;
  margin: 0 0 30px; }
  .woocommerce-page div.product .woocommerce-tabs ul.tabs::before,
  .woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-color: #ddd; }
  .woocommerce-page div.product .woocommerce-tabs ul.tabs li,
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0;
    border: 1px solid var(--dark-color);
    background-color: var(--dark-color);
    margin: 0;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease; }
    @media only screen and (max-width: 650px) {
      .woocommerce-page div.product .woocommerce-tabs ul.tabs li,
      .woocommerce div.product .woocommerce-tabs ul.tabs li {
        display: block;
        margin-bottom: 5px; } }
    .woocommerce-page div.product .woocommerce-tabs ul.tabs li a,
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
      color: var(--light-color);
      font-size: 15px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 2px;
      padding: 10px 10px 6px;
      -webkit-transition: all 350ms ease;
      -moz-transition: all 350ms ease;
      -ms-transition: all 350ms ease;
      -o-transition: all 350ms ease;
      transition: all 350ms ease; }
      .woocommerce-page div.product .woocommerce-tabs ul.tabs li a:hover,
      .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
        opacity: 1;
        color: var(--light-color); }
      @media only screen and (max-width: 768px) {
        .woocommerce-page div.product .woocommerce-tabs ul.tabs li a,
        .woocommerce div.product .woocommerce-tabs ul.tabs li a {
          letter-spacing: 1px; } }
      @media only screen and (max-width: 560px) {
        .woocommerce-page div.product .woocommerce-tabs ul.tabs li a,
        .woocommerce div.product .woocommerce-tabs ul.tabs li a {
          font-size: 12px; } }
    .woocommerce-page div.product .woocommerce-tabs ul.tabs li::before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li::after,
    .woocommerce div.product .woocommerce-tabs ul.tabs li::before,
    .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
      display: none; }
    .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,
    .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
      background-color: var(--light-color);
      border-color: #ddd;
      border-bottom-color: var(--light-color) !important; }
      .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a,
      .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
        color: var(--dark-color); }
        .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a:hover,
        .woocommerce div.product .woocommerce-tabs ul.tabs li.active a:hover {
          color: var(--dark-color); }
      @media only screen and (max-width: 650px) {
        .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,
        .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
          border-bottom-color: #ddd !important; } }
    .woocommerce-page div.product .woocommerce-tabs ul.tabs li:not(.active):hover,
    .woocommerce div.product .woocommerce-tabs ul.tabs li:not(.active):hover {
      background-color: var(--black-color); }
.woocommerce-page div.product .product_meta span,
.woocommerce div.product .product_meta span {
  display: block;
  font-size: 15px;
  letter-spacing: 1.2px;
  line-height: 2;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--main-color); }
  .woocommerce-page div.product .product_meta span span,
  .woocommerce div.product .product_meta span span {
    display: inline-block;
    font-weight: 300;
    line-height: 2;
    font-size: 17px;
    color: var(--grey-color);
    text-decoration: none;
    letter-spacing: 0; }
  .woocommerce-page div.product .product_meta span a,
  .woocommerce div.product .product_meta span a {
    display: inline-block;
    font-weight: 300;
    line-height: 2;
    font-size: 17px;
    color: var(--grey-color);
    text-decoration: none;
    -webkit-transition: all 450ms ease;
    -moz-transition: all 450ms ease;
    -ms-transition: all 450ms ease;
    -o-transition: all 450ms ease;
    transition: all 450ms ease;
    letter-spacing: 0;
    text-transform: initial; }
    .woocommerce-page div.product .product_meta span a:hover,
    .woocommerce div.product .product_meta span a:hover {
      color: var(--dark-color); }
.woocommerce-page div.product .woocommerce-variation-add-to-cart,
.woocommerce div.product .woocommerce-variation-add-to-cart {
  margin-top: 30px; }
  .woocommerce-page div.product .woocommerce-variation-add-to-cart::before, .woocommerce-page div.product .woocommerce-variation-add-to-cart::after,
  .woocommerce div.product .woocommerce-variation-add-to-cart::before,
  .woocommerce div.product .woocommerce-variation-add-to-cart::after {
    content: '';
    display: table;
    clear: both; }
  .woocommerce-page div.product .woocommerce-variation-add-to-cart.woocommerce-variation-add-to-cart-disabled,
  .woocommerce div.product .woocommerce-variation-add-to-cart.woocommerce-variation-add-to-cart-disabled {
    margin-top: 40px; }
.woocommerce-page div.product .product_title,
.woocommerce div.product .product_title {
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 29px; }
  @media only screen and (max-width: 768px) {
    .woocommerce-page div.product .product_title,
    .woocommerce div.product .product_title {
      font-size: 26px;
      letter-spacing: 1px; } }
  @media only screen and (max-width: 550px) {
    .woocommerce-page div.product .product_title,
    .woocommerce div.product .product_title {
      font-size: 21px; } }
.woocommerce-page div.product span.price,
.woocommerce-page div.product p.price,
.woocommerce div.product span.price,
.woocommerce div.product p.price {
  font-size: 29px;
  color: var(--dark-color);
  font-family: var(--font2);
  font-style: italic; }
  @media only screen and (max-width: 550px) {
    .woocommerce-page div.product span.price,
    .woocommerce-page div.product p.price,
    .woocommerce div.product span.price,
    .woocommerce div.product p.price {
      font-size: 21px; } }
  .woocommerce-page div.product span.price del,
  .woocommerce-page div.product p.price del,
  .woocommerce div.product span.price del,
  .woocommerce div.product p.price del {
    opacity: 1;
    font-size: 21px;
    color: var(--grey-color); }
    @media only screen and (max-width: 550px) {
      .woocommerce-page div.product span.price del,
      .woocommerce-page div.product p.price del,
      .woocommerce div.product span.price del,
      .woocommerce div.product p.price del {
        font-size: 17px; } }
  .woocommerce-page div.product span.price ins,
  .woocommerce-page div.product p.price ins,
  .woocommerce div.product span.price ins,
  .woocommerce div.product p.price ins {
    display: inline-block;
    font-weight: 300;
    text-decoration: none; }
.woocommerce-page div.product span.price,
.woocommerce div.product span.price {
  font-size: 19px; }
.woocommerce-page div.product p.price,
.woocommerce div.product p.price {
  margin-bottom: 28px; }
.woocommerce-page .woocommerce-review-link,
.woocommerce .woocommerce-review-link {
  text-decoration: none;
  color: var(--grey-color);
  -webkit-transition: all 450ms ease;
  -moz-transition: all 450ms ease;
  -ms-transition: all 450ms ease;
  -o-transition: all 450ms ease;
  transition: all 450ms ease;
  margin-top: 3px;
  display: inline-block; }
  .woocommerce-page .woocommerce-review-link:hover,
  .woocommerce .woocommerce-review-link:hover {
    color: var(--dark-color); }
.woocommerce-page ul.products > li.product .price del,
.woocommerce ul.products > li.product .price del {
  opacity: 1;
  font-size: 15px; }
.woocommerce-page span.onsale,
.woocommerce span.onsale {
  z-index: 999; }
.woocommerce-page.single-product span.onsale,
.woocommerce.single-product span.onsale {
  left: 5px; }
.woocommerce-page form.cart .single_variation_wrap,
.woocommerce form.cart .single_variation_wrap {
  margin-top: 25px; }
  .woocommerce-page form.cart .single_variation_wrap .woocommerce-variation-price del,
  .woocommerce form.cart .single_variation_wrap .woocommerce-variation-price del {
    font-size: 17px; }
.woocommerce-page form.cart .variations td,
.woocommerce-page form.cart .variations th,
.woocommerce form.cart .variations td,
.woocommerce form.cart .variations th {
  vertical-align: middle; }
.woocommerce-page form.cart .variations .label,
.woocommerce form.cart .variations .label {
  padding: initial;
  display: table-cell;
  text-align: left;
  vertical-align: middle !important; }
  @media only screen and (max-width: 560px) {
    .woocommerce-page form.cart .variations .label,
    .woocommerce form.cart .variations .label {
      display: block;
      margin-bottom: 10px; } }
@media only screen and (max-width: 560px) {
  .woocommerce-page form.cart .variations .value,
  .woocommerce form.cart .variations .value {
    display: block; } }
.woocommerce-page form.cart .variations label,
.woocommerce form.cart .variations label {
  font-weight: 700;
  text-transform: uppercase;
  color: var(--dark-color);
  margin-bottom: auto;
  letter-spacing: 2px; }
  @media only screen and (max-width: 768px) {
    .woocommerce-page form.cart .variations label,
    .woocommerce form.cart .variations label {
      letter-spacing: 1px; } }
.woocommerce-page form.cart .variations select,
.woocommerce form.cart .variations select {
  min-width: 100%;
  border: none;
  background: var(--light-color);
  color: var(--grey-color);
  border: 0;
  outline: 1px solid #ddd !important;
  max-height: calc(1.2em + 17px);
  height: calc(1.2em + 17px);
  font-weight: 300;
  font-size: 17px;
  padding: 6px 10px 5px;
  -webkit-appearance: none;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23dddddd'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
  background-size: 12px;
  background-position: calc(100% - 10px) 16px;
  background-repeat: no-repeat; }
  .woocommerce-page form.cart .variations select:focus,
  .woocommerce form.cart .variations select:focus {
    outline-offset: 0 !important; }
.woocommerce-page form.cart .reset_variations,
.woocommerce form.cart .reset_variations {
  font-weight: 700;
  text-transform: uppercase;
  color: var(--dark-color);
  margin-bottom: auto;
  font-size: 12px;
  letter-spacing: 2px;
  text-decoration: none;
  -webkit-transition: all 450ms ease;
  -moz-transition: all 450ms ease;
  -ms-transition: all 450ms ease;
  -o-transition: all 450ms ease;
  transition: all 450ms ease; }
  .woocommerce-page form.cart .reset_variations:hover,
  .woocommerce form.cart .reset_variations:hover {
    color: var(--grey-color); }
  @media only screen and (max-width: 768px) {
    .woocommerce-page form.cart .reset_variations,
    .woocommerce form.cart .reset_variations {
      letter-spacing: 1px; } }
.woocommerce-page form.cart .single_variation,
.woocommerce form.cart .single_variation {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }
  .woocommerce-page form.cart .single_variation div:empty,
  .woocommerce form.cart .single_variation div:empty {
    display: none; }
  .woocommerce-page form.cart .single_variation .woocommerce-variation-description,
  .woocommerce form.cart .single_variation .woocommerce-variation-description {
    padding-right: 10px; }
.woocommerce-page form.cart .woocommerce-variation-availability,
.woocommerce form.cart .woocommerce-variation-availability {
  width: 100%;
  margin-top: 5px; }
.woocommerce-page form.cart .woocommerce-variation-description p,
.woocommerce form.cart .woocommerce-variation-description p {
  color: var(--grey-color);
  line-height: 1.7;
  font-size: 17px;
  margin-bottom: 0 !important; }
.woocommerce-page form.cart .group_table,
.woocommerce form.cart .group_table {
  border-bottom: none;
  margin-bottom: 40px; }
  .woocommerce-page form.cart .group_table td,
  .woocommerce form.cart .group_table td {
    vertical-align: middle !important;
    padding-top: 0.5em; }
    .woocommerce-page form.cart .group_table td p,
    .woocommerce form.cart .group_table td p {
      margin-bottom: 5px;
      margin-top: 5px; }
    .woocommerce-page form.cart .group_table td label,
    .woocommerce form.cart .group_table td label {
      margin-bottom: 0; }
    .woocommerce-page form.cart .group_table td a,
    .woocommerce form.cart .group_table td a {
      text-decoration: none;
      color: var(--grey-color);
      line-height: 1.7;
      font-size: 17px; }
    .woocommerce-page form.cart .group_table td ins,
    .woocommerce form.cart .group_table td ins {
      text-decoration: none; }
    .woocommerce-page form.cart .group_table td del .woocommerce-Price-amount,
    .woocommerce form.cart .group_table td del .woocommerce-Price-amount {
      font-size: 17px;
      color: var(--grey-color); }
    .woocommerce-page form.cart .group_table td .woocommerce-Price-amount,
    .woocommerce form.cart .group_table td .woocommerce-Price-amount {
      color: var(--dark-color);
      font-family: var(--font2);
      font-style: italic;
      font-size: 19px; }
.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  padding: 5px;
  border: 1px solid #ddd; }
.woocommerce-page form .form-row .optional,
.woocommerce form .form-row .optional {
  font-weight: 400; }
.woocommerce-page form .form-row label,
.woocommerce form .form-row label {
  font-weight: 400;
  color: var(--dark-color); }
.woocommerce-page table.shop_table,
.woocommerce table.shop_table {
  border-collapse: collapse;
  border-color: #ccc;
  table-layout: auto;
  border-radius: 0;
  max-width: 100%;
  margin-bottom: 60px; }
  @media only screen and (max-width: 1199px) {
    .woocommerce-page table.shop_table,
    .woocommerce table.shop_table {
      margin-bottom: 40px; } }
  .woocommerce-page table.shop_table tfoot td,
  .woocommerce-page table.shop_table tfoot th,
  .woocommerce-page table.shop_table tbody th,
  .woocommerce-page table.shop_table label,
  .woocommerce table.shop_table tfoot td,
  .woocommerce table.shop_table tfoot th,
  .woocommerce table.shop_table tbody th,
  .woocommerce table.shop_table label {
    font-weight: 700; }
  .woocommerce-page table.shop_table td.product-name a,
  .woocommerce table.shop_table td.product-name a {
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    margin-top: 5px;
    display: inline-block;
    letter-spacing: 2px;
    text-transform: uppercase; }
    @media only screen and (max-width: 768px) {
      .woocommerce-page table.shop_table td.product-name a,
      .woocommerce table.shop_table td.product-name a {
        letter-spacing: 1px;
        font-size: 15px;
        margin-top: 4px;
        display: inline-block; } }
    .woocommerce-page table.shop_table td.product-name a:hover,
    .woocommerce table.shop_table td.product-name a:hover {
      color: var(--grey-color); }
  .woocommerce-page table.shop_table td.product-subtotal,
  .woocommerce-page table.shop_table td.product-price,
  .woocommerce table.shop_table td.product-subtotal,
  .woocommerce table.shop_table td.product-price {
    font-size: 17px;
    font-family: var(--font2);
    font-style: italic; }
  .woocommerce-page table.shop_table td.product-thumbnail,
  .woocommerce table.shop_table td.product-thumbnail {
    min-width: 43px; }
    .woocommerce-page table.shop_table td.product-thumbnail img,
    .woocommerce table.shop_table td.product-thumbnail img {
      width: 43px; }
  .woocommerce-page table.shop_table th,
  .woocommerce table.shop_table th {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px;
    padding: 13px 12px 8px; }
    .woocommerce-page table.shop_table th.product-remove,
    .woocommerce table.shop_table th.product-remove {
      width: 48px; }
  .woocommerce-page table.shop_table td, .woocommerce-page table.shop_table th,
  .woocommerce table.shop_table td,
  .woocommerce table.shop_table th {
    border-color: #ccc; }
  @media only screen and (max-width: 768px) {
    .woocommerce-page table.shop_table td::before,
    .woocommerce table.shop_table td::before {
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-top: 3px;
      font-family: var(--font1);
      font-style: normal;
      font-size: 15px; } }
  .woocommerce-page table.shop_table tr.order-total .woocommerce-Price-amount,
  .woocommerce table.shop_table tr.order-total .woocommerce-Price-amount {
    font-size: 21px;
    font-family: var(--font2);
    font-style: italic; }
.woocommerce-page table.shop_attributes,
.woocommerce table.shop_attributes {
  margin-bottom: 0; }
  .woocommerce-page table.shop_attributes th,
  .woocommerce table.shop_attributes th {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px; }
  .woocommerce-page table.shop_attributes td.product-subtotal,
  .woocommerce-page table.shop_attributes td.product-price,
  .woocommerce table.shop_attributes td.product-subtotal,
  .woocommerce table.shop_attributes td.product-price {
    font-size: 17px;
    font-family: var(--font2);
    font-style: italic; }
  .woocommerce-page table.shop_attributes th,
  .woocommerce-page table.shop_attributes td,
  .woocommerce table.shop_attributes th,
  .woocommerce table.shop_attributes td {
    padding: 5px 10px;
    border: 1px dotted rgba(0, 0, 0, 0.1); }
.woocommerce-page .woocommerce-cart-form__contents button.disabled,
.woocommerce-page .woocommerce-cart-form__contents button:disabled,
.woocommerce-page .woocommerce-cart-form__contents button:disabled[disabled],
.woocommerce-page .woocommerce-cart-form__contents button.disabled:hover,
.woocommerce-page .woocommerce-cart-form__contents button:disabled:hover,
.woocommerce-page .woocommerce-cart-form__contents button:disabled[disabled]:hover,
.woocommerce-page a.button.alt.disabled,
.woocommerce-page a.button.alt:disabled,
.woocommerce-page a.button.alt:disabled[disabled],
.woocommerce-page a.button.alt.disabled:hover,
.woocommerce-page a.button.alt:disabled:hover,
.woocommerce-page a.button.alt:disabled[disabled]:hover,
.woocommerce-page button.button.alt.disabled,
.woocommerce-page button.button.alt:disabled,
.woocommerce-page button.button.alt:disabled[disabled],
.woocommerce-page button.button.alt.disabled:hover,
.woocommerce-page button.button.alt:disabled:hover,
.woocommerce-page button.button.alt:disabled[disabled]:hover,
.woocommerce-page input.button.alt.disabled,
.woocommerce-page input.button.alt:disabled,
.woocommerce-page input.button.alt:disabled[disabled],
.woocommerce-page input.button.alt.disabled:hover,
.woocommerce-page input.button.alt:disabled:hover,
.woocommerce-page input.button.alt:disabled[disabled]:hover,
.woocommerce-page #respond input#submit.alt.disabled,
.woocommerce-page #respond input#submit.alt:disabled,
.woocommerce-page #respond input#submit.alt:disabled[disabled],
.woocommerce-page #respond input#submit.alt.disabled:hover,
.woocommerce-page #respond input#submit.alt:disabled:hover,
.woocommerce-page #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce .woocommerce-cart-form__contents button.disabled,
.woocommerce .woocommerce-cart-form__contents button:disabled,
.woocommerce .woocommerce-cart-form__contents button:disabled[disabled],
.woocommerce .woocommerce-cart-form__contents button.disabled:hover,
.woocommerce .woocommerce-cart-form__contents button:disabled:hover,
.woocommerce .woocommerce-cart-form__contents button:disabled[disabled]:hover,
.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,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled]:hover,
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled]:hover {
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
  letter-spacing: 4.2px;
  text-transform: uppercase;
  padding: 17px 34px 14px;
  border-radius: 0; }
  @media only screen and (max-width: 768px) {
    .woocommerce-page .woocommerce-cart-form__contents button.disabled,
    .woocommerce-page .woocommerce-cart-form__contents button:disabled,
    .woocommerce-page .woocommerce-cart-form__contents button:disabled[disabled],
    .woocommerce-page .woocommerce-cart-form__contents button.disabled:hover,
    .woocommerce-page .woocommerce-cart-form__contents button:disabled:hover,
    .woocommerce-page .woocommerce-cart-form__contents button:disabled[disabled]:hover,
    .woocommerce-page a.button.alt.disabled,
    .woocommerce-page a.button.alt:disabled,
    .woocommerce-page a.button.alt:disabled[disabled],
    .woocommerce-page a.button.alt.disabled:hover,
    .woocommerce-page a.button.alt:disabled:hover,
    .woocommerce-page a.button.alt:disabled[disabled]:hover,
    .woocommerce-page button.button.alt.disabled,
    .woocommerce-page button.button.alt:disabled,
    .woocommerce-page button.button.alt:disabled[disabled],
    .woocommerce-page button.button.alt.disabled:hover,
    .woocommerce-page button.button.alt:disabled:hover,
    .woocommerce-page button.button.alt:disabled[disabled]:hover,
    .woocommerce-page input.button.alt.disabled,
    .woocommerce-page input.button.alt:disabled,
    .woocommerce-page input.button.alt:disabled[disabled],
    .woocommerce-page input.button.alt.disabled:hover,
    .woocommerce-page input.button.alt:disabled:hover,
    .woocommerce-page input.button.alt:disabled[disabled]:hover,
    .woocommerce-page #respond input#submit.alt.disabled,
    .woocommerce-page #respond input#submit.alt:disabled,
    .woocommerce-page #respond input#submit.alt:disabled[disabled],
    .woocommerce-page #respond input#submit.alt.disabled:hover,
    .woocommerce-page #respond input#submit.alt:disabled:hover,
    .woocommerce-page #respond input#submit.alt:disabled[disabled]:hover,
    .woocommerce .woocommerce-cart-form__contents button.disabled,
    .woocommerce .woocommerce-cart-form__contents button:disabled,
    .woocommerce .woocommerce-cart-form__contents button:disabled[disabled],
    .woocommerce .woocommerce-cart-form__contents button.disabled:hover,
    .woocommerce .woocommerce-cart-form__contents button:disabled:hover,
    .woocommerce .woocommerce-cart-form__contents button:disabled[disabled]:hover,
    .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,
    .woocommerce input.button.alt.disabled,
    .woocommerce input.button.alt:disabled,
    .woocommerce input.button.alt:disabled[disabled],
    .woocommerce input.button.alt.disabled:hover,
    .woocommerce input.button.alt:disabled:hover,
    .woocommerce input.button.alt:disabled[disabled]:hover,
    .woocommerce #respond input#submit.alt.disabled,
    .woocommerce #respond input#submit.alt:disabled,
    .woocommerce #respond input#submit.alt:disabled[disabled],
    .woocommerce #respond input#submit.alt.disabled:hover,
    .woocommerce #respond input#submit.alt:disabled:hover,
    .woocommerce #respond input#submit.alt:disabled[disabled]:hover {
      letter-spacing: 3px; } }
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
  letter-spacing: 4.2px;
  text-transform: uppercase;
  padding: 17px 34px 14px;
  border-radius: 0;
  border: 1px solid var(--dark-color) !important;
  background-color: var(--dark-color) !important;
  color: var(--light-color) !important;
  -webkit-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease; }
  .woocommerce-page a.button:focus,
  .woocommerce-page button.button:focus,
  .woocommerce-page input.button:focus,
  .woocommerce-page #respond input#submit:focus,
  .woocommerce a.button:focus,
  .woocommerce button.button:focus,
  .woocommerce input.button:focus,
  .woocommerce #respond input#submit:focus {
    color: var(--dark-color) !important; }
  .woocommerce-page a.button:hover,
  .woocommerce-page button.button:hover,
  .woocommerce-page input.button:hover,
  .woocommerce-page #respond input#submit:hover,
  .woocommerce a.button:hover,
  .woocommerce button.button:hover,
  .woocommerce input.button:hover,
  .woocommerce #respond input#submit:hover {
    color: var(--dark-color) !important;
    background-color: transparent !important; }
  @media only screen and (max-width: 768px) {
    .woocommerce-page a.button,
    .woocommerce-page button.button,
    .woocommerce-page input.button,
    .woocommerce-page #respond input#submit,
    .woocommerce a.button,
    .woocommerce button.button,
    .woocommerce input.button,
    .woocommerce #respond input#submit {
      letter-spacing: 3px; } }
.woocommerce-page .quantity .qty,
.woocommerce .quantity .qty {
  line-height: 43px;
  border: 1px solid #ddd; }
  .woocommerce-page .quantity .qty::-webkit-inner-spin-button,
  .woocommerce .quantity .qty::-webkit-inner-spin-button {
    -webkit-appearance: inner-spin-button !important;
    width: 25px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%; }
.woocommerce-page #reviews #comments .woocommerce-Reviews-title,
.woocommerce #reviews #comments .woocommerce-Reviews-title {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 2px; }
.woocommerce-page #reviews #comments ol.commentlist li .comment-text,
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border-radius: 0;
  border: 1px solid #ddd; }
  .woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta,
  .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 15px;
    margin: 0 0 5px; }
.woocommerce-page #reviews #comments ol.commentlist li .meta,
.woocommerce #reviews #comments ol.commentlist li .meta {
  color: var(--dark-color); }
  .woocommerce-page #reviews #comments ol.commentlist li .meta .woocommerce-review__author,
  .woocommerce #reviews #comments ol.commentlist li .meta .woocommerce-review__author {
    display: block;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 15px; }
  .woocommerce-page #reviews #comments ol.commentlist li .meta .woocommerce-review__dash,
  .woocommerce #reviews #comments ol.commentlist li .meta .woocommerce-review__dash {
    display: none; }
  .woocommerce-page #reviews #comments ol.commentlist li .meta .woocommerce-review__published-date,
  .woocommerce #reviews #comments ol.commentlist li .meta .woocommerce-review__published-date {
    font-size: 12px;
    color: var(--main-color);
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase; }
    @media only screen and (max-width: 767px) {
      .woocommerce-page #reviews #comments ol.commentlist li .meta .woocommerce-review__published-date,
      .woocommerce #reviews #comments ol.commentlist li .meta .woocommerce-review__published-date {
        letter-spacing: 1px; } }
.woocommerce-page #reviews #comments ol.commentlist li img.avatar,
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  border: none;
  height: 50px;
  width: 50px;
  padding: 0; }
.woocommerce-page #review_form #respond,
.woocommerce #review_form #respond {
  text-align: center; }
  .woocommerce-page #review_form #respond p,
  .woocommerce #review_form #respond p {
    margin-bottom: 20px; }
  .woocommerce-page #review_form #respond .comment-reply-title,
  .woocommerce #review_form #respond .comment-reply-title {
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 15px auto 25px;
    display: block; }
    .woocommerce-page #review_form #respond .comment-reply-title + form,
    .woocommerce #review_form #respond .comment-reply-title + form {
      margin-bottom: 20px; }
  .woocommerce-page #review_form #respond .comment-form-rating,
  .woocommerce #review_form #respond .comment-form-rating {
    margin-bottom: 25px; }
    .woocommerce-page #review_form #respond .comment-form-rating label,
    .woocommerce #review_form #respond .comment-form-rating label {
      font-weight: 700;
      font-size: 12px;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: var(--main-color); }
  .woocommerce-page #review_form #respond .comment-form-author,
  .woocommerce-page #review_form #respond .comment-form-email,
  .woocommerce #review_form #respond .comment-form-author,
  .woocommerce #review_form #respond .comment-form-email {
    width: calc(50% - 15px);
    float: left;
    margin-bottom: 30px !important; }
    .woocommerce-page #review_form #respond .comment-form-author input,
    .woocommerce-page #review_form #respond .comment-form-email input,
    .woocommerce #review_form #respond .comment-form-author input,
    .woocommerce #review_form #respond .comment-form-email input {
      width: 100%; }
    @media only screen and (max-width: 767px) {
      .woocommerce-page #review_form #respond .comment-form-author,
      .woocommerce-page #review_form #respond .comment-form-email,
      .woocommerce #review_form #respond .comment-form-author,
      .woocommerce #review_form #respond .comment-form-email {
        width: 100%;
        float: none;
        margin-bottom: 15px !important; } }
  .woocommerce-page #review_form #respond .comment-form-email,
  .woocommerce #review_form #respond .comment-form-email {
    margin-left: 30px; }
    @media only screen and (max-width: 767px) {
      .woocommerce-page #review_form #respond .comment-form-email,
      .woocommerce #review_form #respond .comment-form-email {
        margin-left: 0;
        margin-bottom: 20px !important; } }
  .woocommerce-page #review_form #respond .comment-form-cookies-consent,
  .woocommerce #review_form #respond .comment-form-cookies-consent {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    margin-bottom: 30px;
    justify-content: center; }
    .woocommerce-page #review_form #respond .comment-form-cookies-consent::before, .woocommerce-page #review_form #respond .comment-form-cookies-consent::after,
    .woocommerce #review_form #respond .comment-form-cookies-consent::before,
    .woocommerce #review_form #respond .comment-form-cookies-consent::after {
      content: '';
      display: table;
      clear: both; }
    .woocommerce-page #review_form #respond .comment-form-cookies-consent input,
    .woocommerce #review_form #respond .comment-form-cookies-consent input {
      width: auto !important;
      margin: 4px 15px 0 0 !important; }
    .woocommerce-page #review_form #respond .comment-form-cookies-consent label,
    .woocommerce #review_form #respond .comment-form-cookies-consent label {
      font-size: 17px;
      color: var(--grey-color);
      margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .woocommerce-page #review_form #respond .comment-form-cookies-consent,
      .woocommerce #review_form #respond .comment-form-cookies-consent {
        margin-bottom: 20px; } }
  .woocommerce-page #review_form #respond .comment-form-cookies-consent,
  .woocommerce-page #review_form #respond .form-submit,
  .woocommerce #review_form #respond .comment-form-cookies-consent,
  .woocommerce #review_form #respond .form-submit {
    clear: both; }
  .woocommerce-page #review_form #respond .comment-form-comment,
  .woocommerce-page #review_form #respond .comment-form-author,
  .woocommerce-page #review_form #respond .comment-form-email,
  .woocommerce #review_form #respond .comment-form-comment,
  .woocommerce #review_form #respond .comment-form-author,
  .woocommerce #review_form #respond .comment-form-email {
    margin-bottom: 15px;
    line-height: 1; }
    .woocommerce-page #review_form #respond .comment-form-comment label,
    .woocommerce-page #review_form #respond .comment-form-author label,
    .woocommerce-page #review_form #respond .comment-form-email label,
    .woocommerce #review_form #respond .comment-form-comment label,
    .woocommerce #review_form #respond .comment-form-author label,
    .woocommerce #review_form #respond .comment-form-email label {
      font-size: 17px;
      font-weight: 300;
      display: block;
      margin-bottom: 15px; }
  .woocommerce-page #review_form #respond textarea,
  .woocommerce #review_form #respond textarea {
    border-color: #ddd;
    padding: 15px; }
  .woocommerce-page #review_form #respond input:not([type="submit"]),
  .woocommerce #review_form #respond input:not([type="submit"]) {
    display: block;
    margin: auto;
    border: 1px solid #ddd;
    box-shadow: none;
    padding: 5px; }
  .woocommerce-page #review_form #respond .form-submit,
  .woocommerce #review_form #respond .form-submit {
    margin-top: 20px; }
.woocommerce-page .up-sells.products,
.woocommerce-page .related.products,
.woocommerce .up-sells.products,
.woocommerce .related.products {
  text-align: center;
  margin-bottom: 50px; }
  .woocommerce-page .up-sells.products span.price,
  .woocommerce-page .up-sells.products p.price,
  .woocommerce-page .related.products span.price,
  .woocommerce-page .related.products p.price,
  .woocommerce .up-sells.products span.price,
  .woocommerce .up-sells.products p.price,
  .woocommerce .related.products span.price,
  .woocommerce .related.products p.price {
    font-size: 17px;
    width: 100%;
    color: var(--grey-color);
    text-align: center; }
  .woocommerce-page .up-sells.products > h2,
  .woocommerce-page .related.products > h2,
  .woocommerce .up-sells.products > h2,
  .woocommerce .related.products > h2 {
    font-size: 29px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 70px auto 65px;
    display: block; }
    @media only screen and (max-width: 1199px) {
      .woocommerce-page .up-sells.products > h2,
      .woocommerce-page .related.products > h2,
      .woocommerce .up-sells.products > h2,
      .woocommerce .related.products > h2 {
        margin: 50px auto; } }
    @media only screen and (max-width: 768px) {
      .woocommerce-page .up-sells.products > h2,
      .woocommerce-page .related.products > h2,
      .woocommerce .up-sells.products > h2,
      .woocommerce .related.products > h2 {
        font-size: 26px;
        letter-spacing: 1px; } }
    @media only screen and (max-width: 560px) {
      .woocommerce-page .up-sells.products > h2,
      .woocommerce-page .related.products > h2,
      .woocommerce .up-sells.products > h2,
      .woocommerce .related.products > h2 {
        font-size: 21px; } }
  @media only screen and (max-width: 1199px) {
    .woocommerce-page .up-sells.products,
    .woocommerce-page .related.products,
    .woocommerce .up-sells.products,
    .woocommerce .related.products {
      margin-bottom: 20px; } }
.woocommerce-page .up-sells.products,
.woocommerce .up-sells.products {
  margin-bottom: -35px; }
  @media only screen and (max-width: 1199px) {
    .woocommerce-page .up-sells.products,
    .woocommerce .up-sells.products {
      margin-bottom: -30px; } }
  .woocommerce-page .up-sells.products > h2,
  .woocommerce .up-sells.products > h2 {
    margin: 70px auto 60px;
    display: block; }
    @media only screen and (max-width: 1199px) {
      .woocommerce-page .up-sells.products > h2,
      .woocommerce .up-sells.products > h2 {
        margin: 50px auto 45px; } }
    @media only screen and (max-width: 768px) {
      .woocommerce-page .up-sells.products > h2,
      .woocommerce .up-sells.products > h2 {
        font-size: 26px;
        letter-spacing: 1px; } }
    @media only screen and (max-width: 560px) {
      .woocommerce-page .up-sells.products > h2,
      .woocommerce .up-sells.products > h2 {
        font-size: 21px; } }
.woocommerce-page a.remove,
.woocommerce a.remove {
  color: var(--light-color) !important;
  border-radius: 0;
  border: 1px solid var(--dark-color);
  background-color: var(--dark-color) !important;
  padding: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 20px;
  height: 25px;
  width: 25px; }
  .woocommerce-page a.remove:hover,
  .woocommerce a.remove:hover {
    border-color: var(--grey-color);
    background-color: var(--grey-color) !important;
    color: var(--light-color) !important; }
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions,
.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions {
  padding: 15px 10px; }
  .woocommerce-page #content table.cart td.actions .input-text,
  .woocommerce-page table.cart td.actions .input-text,
  .woocommerce #content table.cart td.actions .input-text,
  .woocommerce table.cart td.actions .input-text {
    width: 160px;
    line-height: 32px;
    font-size: 17px;
    font-weight: 300; }
  @media only screen and (max-width: 768px) {
    .woocommerce-page #content table.cart td.actions .coupon input,
    .woocommerce-page #content table.cart td.actions .coupon button,
    .woocommerce-page table.cart td.actions .coupon input,
    .woocommerce-page table.cart td.actions .coupon button,
    .woocommerce #content table.cart td.actions .coupon input,
    .woocommerce #content table.cart td.actions .coupon button,
    .woocommerce table.cart td.actions .coupon input,
    .woocommerce table.cart td.actions .coupon button {
      max-width: 100%;
      float: none !important;
      width: 100% !important;
      margin-right: auto !important; } }
.woocommerce-page strong,
.woocommerce-page b,
.woocommerce-page ul#shipping_method .amount,
.woocommerce strong,
.woocommerce b,
.woocommerce ul#shipping_method .amount {
  font-weight: 700; }
.woocommerce-page ul#shipping_method .amount,
.woocommerce ul#shipping_method .amount {
  font-family: var(--font2);
  font-style: italic;
  font-size: 17px;
  display: inline-block;
  margin-left: 5px;
  font-weight: 300; }

.woocommerce-product-details__short-description {
  color: var(--grey-color);
  margin-bottom: 35px;
  line-height: 1.7;
  font-size: 17px; }
  @media only screen and (max-width: 560px) {
    .woocommerce-product-details__short-description {
      margin-bottom: 25px; } }

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  background: transparent;
  border: 1px solid var(--dark-color);
  line-height: 35px;
  margin-left: 0;
  text-indent: 0;
  font-size: 17px;
  color: var(--grey-color);
  margin-bottom: 70px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .woocommerce-message .showcoupon,
  .woocommerce-message .button,
  .woocommerce-error .showcoupon,
  .woocommerce-error .button,
  .woocommerce-info .showcoupon,
  .woocommerce-info .button {
    order: 5; }
    @media only screen and (max-width: 767px) {
      .woocommerce-message .showcoupon,
      .woocommerce-message .button,
      .woocommerce-error .showcoupon,
      .woocommerce-error .button,
      .woocommerce-info .showcoupon,
      .woocommerce-info .button {
        margin-top: 10px !important; } }
  @media only screen and (max-width: 1199px) {
    .woocommerce-message,
    .woocommerce-error,
    .woocommerce-info {
      margin-bottom: 50px; } }
  @media only screen and (max-width: 991px) {
    .woocommerce-message,
    .woocommerce-error,
    .woocommerce-info {
      margin-bottom: 40px; } }
  @media only screen and (max-width: 767px) {
    .woocommerce-message,
    .woocommerce-error,
    .woocommerce-info {
      flex-direction: column;
      text-align: center; } }
  @media only screen and (max-width: 550px) {
    .woocommerce-message,
    .woocommerce-error,
    .woocommerce-info {
      margin-bottom: 25px; } }
  .woocommerce-message a,
  .woocommerce-error a,
  .woocommerce-info a {
    text-decoration: none;
    color: var(--dark-color);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px; }
    .woocommerce-message a:hover,
    .woocommerce-error a:hover,
    .woocommerce-info a:hover {
      color: var(--grey-color); }
  .woocommerce-message::before,
  .woocommerce-error::before,
  .woocommerce-info::before {
    color: var(--dark-color);
    top: 48%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    @media only screen and (max-width: 767px) {
      .woocommerce-message::before,
      .woocommerce-error::before,
      .woocommerce-info::before {
        display: none; } }

.woocommerce-error {
  margin-left: 0; }

p.cart-empty {
  margin-bottom: 30px;
  text-align: center;
  font-size: 17px;
  line-height: 1.7;
  color: var(--grey-color); }

.woocommerce-cart .cart-collaterals .shipping-calculator-button {
  margin-top: 0; }
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 4.2px;
  padding: 17px 34px 14px; }
  @media only screen and (max-width: 768px) {
    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
      letter-spacing: 3px; } }

.woocommerce-cart .cart-collaterals,
.woocommerce-checkout .cart-collaterals,
#add_payment_method .cart-collaterals {
  margin: 45px 0; }
  @media only screen and (max-width: 768px) {
    .woocommerce-cart .cart-collaterals,
    .woocommerce-checkout .cart-collaterals,
    #add_payment_method .cart-collaterals {
      margin-bottom: 20px; } }
  .woocommerce-cart .cart-collaterals .cart_totals table,
  .woocommerce-checkout .cart-collaterals .cart_totals table,
  #add_payment_method .cart-collaterals .cart_totals table {
    border-collapse: collapse;
    border-color: #ccc;
    table-layout: auto;
    border-radius: 0; }
    .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 {
      font-weight: 700; }
    .woocommerce-cart .cart-collaterals .cart_totals table tr.cart-subtotal .woocommerce-Price-amount,
    .woocommerce-checkout .cart-collaterals .cart_totals table tr.cart-subtotal .woocommerce-Price-amount,
    #add_payment_method .cart-collaterals .cart_totals table tr.cart-subtotal .woocommerce-Price-amount {
      font-size: 17px;
      font-family: var(--font2);
      font-style: italic; }
    .woocommerce-cart .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals label,
    .woocommerce-checkout .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals label,
    #add_payment_method .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals label {
      font-size: 12px;
      letter-spacing: 2px;
      text-transform: uppercase; }
      @media only screen and (max-width: 768px) {
        .woocommerce-cart .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals label,
        .woocommerce-checkout .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals label,
        #add_payment_method .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals label {
          letter-spacing: 1px; } }
    .woocommerce-cart .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals p,
    .woocommerce-checkout .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals p,
    #add_payment_method .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals p {
      font-size: 17px;
      color: var(--grey-color); }
      .woocommerce-cart .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals p strong,
      .woocommerce-checkout .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals p strong,
      #add_payment_method .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals p strong {
        color: var(--dark-color);
        font-weight: 300; }
      .woocommerce-cart .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals p.woocommerce-shipping-destination,
      .woocommerce-checkout .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals p.woocommerce-shipping-destination,
      #add_payment_method .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals p.woocommerce-shipping-destination {
        line-height: 1.5;
        margin-bottom: 6px; }
    .woocommerce-cart .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .woocommerce-shipping-calculator a,
    .woocommerce-checkout .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .woocommerce-shipping-calculator a,
    #add_payment_method .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .woocommerce-shipping-calculator a {
      font-size: 17px;
      color: var(--grey-color); }
      .woocommerce-cart .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .woocommerce-shipping-calculator a::after,
      .woocommerce-checkout .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .woocommerce-shipping-calculator a::after,
      #add_payment_method .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .woocommerce-shipping-calculator a::after {
        color: var(--dark-color); }
    .woocommerce-cart .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .woocommerce-shipping-calculator .select2-container .select2-selection--single,
    .woocommerce-checkout .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .woocommerce-shipping-calculator .select2-container .select2-selection--single,
    #add_payment_method .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .woocommerce-shipping-calculator .select2-container .select2-selection--single {
      height: auto; }
      .woocommerce-cart .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .woocommerce-shipping-calculator .select2-container .select2-selection--single .select2-selection__rendered,
      .woocommerce-checkout .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .woocommerce-shipping-calculator .select2-container .select2-selection--single .select2-selection__rendered,
      #add_payment_method .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .woocommerce-shipping-calculator .select2-container .select2-selection--single .select2-selection__rendered {
        padding: 6px 8px 2px;
        color: var(--grey-color);
        text-align: left; }
      .woocommerce-cart .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .woocommerce-shipping-calculator .select2-container .select2-selection--single .select2-selection__arrow,
      .woocommerce-checkout .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .woocommerce-shipping-calculator .select2-container .select2-selection--single .select2-selection__arrow,
      #add_payment_method .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .woocommerce-shipping-calculator .select2-container .select2-selection--single .select2-selection__arrow {
        top: 6px; }
    .woocommerce-cart .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .woocommerce-shipping-calculator input, .woocommerce-cart .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .woocommerce-shipping-calculator textarea,
    .woocommerce-checkout .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .woocommerce-shipping-calculator input,
    .woocommerce-checkout .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .woocommerce-shipping-calculator textarea,
    #add_payment_method .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .woocommerce-shipping-calculator input,
    #add_payment_method .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .woocommerce-shipping-calculator textarea {
      font-size: 17px;
      font-weight: 300;
      padding: 11px 8px 8px; }
    .woocommerce-cart .cart-collaterals .cart_totals table .shipping-calculator-button,
    .woocommerce-checkout .cart-collaterals .cart_totals table .shipping-calculator-button,
    #add_payment_method .cart-collaterals .cart_totals table .shipping-calculator-button {
      text-decoration: none; }
      .woocommerce-cart .cart-collaterals .cart_totals table .shipping-calculator-button:hover,
      .woocommerce-checkout .cart-collaterals .cart_totals table .shipping-calculator-button:hover,
      #add_payment_method .cart-collaterals .cart_totals table .shipping-calculator-button:hover {
        color: var(--grey-color); }

form.woocommerce-checkout h3,
form.woocommerce-checkout #ship-to-different-address span {
  text-transform: uppercase;
  font-size: 21px;
  letter-spacing: 2px;
  font-weight: 700; }
  @media only screen and (max-width: 768px) {
    form.woocommerce-checkout h3,
    form.woocommerce-checkout #ship-to-different-address span {
      letter-spacing: 1px;
      font-size: 19px; } }
form.woocommerce-checkout #order_review_heading {
  margin-bottom: 7px; }
form.woocommerce-checkout .col2-set .col-2,
form.woocommerce-checkout .col2-set .col-1 {
  max-width: 100%;
  flex: none; }
form.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-name {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--grey-color); }
  form.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-name strong {
    font-size: 12px; }
  @media only screen and (max-width: 768px) {
    form.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-name {
      letter-spacing: 1px; } }
form.woocommerce-checkout .woocommerce-checkout-review-order-table tr.cart-subtotal .woocommerce-Price-amount,
form.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-total .woocommerce-Price-amount {
  font-family: var(--font2);
  font-style: italic;
  font-size: 17px;
  display: inline-block;
  font-weight: 300; }
form.woocommerce-checkout .woocommerce-checkout-review-order-table tr.cart-subtotal .woocommerce-Price-amount {
  font-weight: 700; }
form.woocommerce-checkout .woocommerce-checkout-review-order-table #shipping_method label {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px; }
  @media only screen and (max-width: 768px) {
    form.woocommerce-checkout .woocommerce-checkout-review-order-table #shipping_method label {
      letter-spacing: 1px; } }
form.woocommerce-checkout #customer_details {
  margin-left: -15px;
  width: calc(100% + 30px);
  margin-bottom: 60px; }
  @media only screen and (max-width: 1199px) {
    form.woocommerce-checkout #customer_details {
      margin-bottom: 40px; } }
  @media only screen and (max-width: 991px) {
    form.woocommerce-checkout #customer_details {
      margin-bottom: 30px; } }
  @media only screen and (max-width: 550px) {
    form.woocommerce-checkout #customer_details {
      margin-bottom: 17px; } }
form.woocommerce-checkout .form-row {
  margin-bottom: 15px; }
  @media only screen and (max-width: 768px) {
    form.woocommerce-checkout .form-row {
      margin-bottom: 10px; } }
  form.woocommerce-checkout .form-row input, form.woocommerce-checkout .form-row textarea {
    line-height: 19px !important;
    font-size: 17px;
    font-weight: 300;
    padding: 11px 8px 8px !important; }
  form.woocommerce-checkout .form-row .select2-container .select2-selection--single {
    height: 40px; }
    form.woocommerce-checkout .form-row .select2-container .select2-selection--single .select2-selection__rendered {
      padding: 6px 8px 2px;
      color: var(--grey-color);
      text-align: left; }
    form.woocommerce-checkout .form-row .select2-container .select2-selection--single .select2-selection__arrow {
      top: 6px; }
  form.woocommerce-checkout .form-row label {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px; }
    @media only screen and (max-width: 768px) {
      form.woocommerce-checkout .form-row label {
        letter-spacing: 1px; } }

.woocommerce-shipping-calculator button[type="submit"] {
  margin-top: 10px; }

.cart_totals > h2 {
  font-size: 21px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700 !important;
  margin-bottom: 50px; }
  @media only screen and (max-width: 1199px) {
    .cart_totals > h2 {
      margin-bottom: 40px; } }
  @media only screen and (max-width: 768px) {
    .cart_totals > h2 {
      font-size: 19px;
      letter-spacing: 1px; } }

.select2-container--default .select2-selection--single {
  border-radius: 0;
  border: 1px solid #ddd; }

.woocommerce-cart #payment,
.woocommerce-checkout #payment,
#add_payment_method #payment {
  border-radius: 0;
  background-color: var(--light-main-color);
  margin-bottom: 30px; }
  .woocommerce-cart #payment ul.payment_methods,
  .woocommerce-checkout #payment ul.payment_methods,
  #add_payment_method #payment ul.payment_methods {
    border-bottom: none; }
    .woocommerce-cart #payment ul.payment_methods li,
    .woocommerce-checkout #payment ul.payment_methods li,
    #add_payment_method #payment ul.payment_methods li {
      text-indent: 0;
      padding: 15px;
      font-weight: 300; }
      .woocommerce-cart #payment ul.payment_methods li::before,
      .woocommerce-checkout #payment ul.payment_methods li::before,
      #add_payment_method #payment ul.payment_methods li::before {
        display: none; }
  .woocommerce-cart #payment .woocommerce-terms-and-conditions-wrapper input[type="checkbox"],
  .woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper input[type="checkbox"],
  #add_payment_method #payment .woocommerce-terms-and-conditions-wrapper input[type="checkbox"] {
    display: block;
    line-height: 1;
    float: left;
    margin-right: 15px;
    margin-top: 9px;
    position: static;
    margin-left: 0; }

#ship-to-different-address label {
  display: -webkit-flex;
  display: flex; }
  #ship-to-different-address label input[type="checkbox"] {
    display: block;
    line-height: 1;
    float: left;
    margin-right: 15px;
    margin-top: 6px;
    position: static;
    margin-left: 0; }
  #ship-to-different-address label span {
    display: inline-block; }

.woocommerce-page .woocommerce-notices-wrapper + h2,
.woocommerce .woocommerce-notices-wrapper + h2 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 19px; }
  @media only screen and (max-width: 767px) {
    .woocommerce-page .woocommerce-notices-wrapper + h2,
    .woocommerce .woocommerce-notices-wrapper + h2 {
      letter-spacing: 1px; } }
.woocommerce-page form.login, .woocommerce-page form.checkout_coupon, .woocommerce-page form.register,
.woocommerce form.login,
.woocommerce form.checkout_coupon,
.woocommerce form.register {
  border-radius: 0; }
@media only screen and (max-width: 768px) {
  .woocommerce-page form.checkout_coupon .form-row-first,
  .woocommerce-page form.checkout_coupon .form-row-last,
  .woocommerce form.checkout_coupon .form-row-first,
  .woocommerce form.checkout_coupon .form-row-last {
    max-width: 100%;
    width: 100%;
    float: none; } }
.woocommerce-page form.checkout_coupon .form-row-last,
.woocommerce form.checkout_coupon .form-row-last {
  float: none; }
  .woocommerce-page form.checkout_coupon .form-row-last button,
  .woocommerce form.checkout_coupon .form-row-last button {
    margin-top: 15px; }
.woocommerce-page form.checkout_coupon p,
.woocommerce form.checkout_coupon p {
  font-size: 17px;
  color: var(--grey-color); }
.woocommerce-page form.checkout_coupon input:not([type="submit"]),
.woocommerce form.checkout_coupon input:not([type="submit"]) {
  outline: none;
  border: 1px solid #ddd;
  line-height: 23px !important;
  font-size: 17px;
  font-weight: 300;
  padding: 11px 8px 8px !important;
  color: var(--dark-color);
  -webkit-transition: border .35s ease, color .35s ease;
  -o-transition: border .35s ease, color .35s ease;
  transition: border .35s ease, color .35s ease; }
  .woocommerce-page form.checkout_coupon input:not([type="submit"]):focus,
  .woocommerce form.checkout_coupon input:not([type="submit"]):focus {
    border-color: var(--main-color); }
.woocommerce-page #review_form #respond input:not([type="submit"]),
.woocommerce #review_form #respond input:not([type="submit"]) {
  padding: 10px 15px; }
.woocommerce-page ul#shipping_method li::before,
.woocommerce ul#shipping_method li::before {
  opacity: 0;
  margin-left: -1px; }
.woocommerce-page a.button.loading,
.woocommerce-page button.button.loading,
.woocommerce-page input.button.loading,
.woocommerce-page #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading,
.woocommerce #respond input#submit.loading {
  opacity: 1; }

.woocommerce-form-login {
  background-color: #faf7f7; }
  .woocommerce-form-login input:not([type="submit"]) {
    margin-bottom: 40px;
    border: 0;
    outline: none;
    padding: 10px 5px !important;
    border-bottom: 1px solid rgba(34, 34, 34, 0.2);
    font-size: 17px;
    font-weight: 300;
    line-height: 1.67;
    color: var(--dark-color);
    -webkit-transition: border .35s ease, color .35s ease;
    -o-transition: border .35s ease, color .35s ease;
    transition: border .35s ease, color .35s ease; }
    .woocommerce-form-login input:not([type="submit"]):focus {
      border-color: var(--dark-color); }
  .woocommerce-form-login button.woocommerce-button {
    margin-top: 20px; }
  .woocommerce-form-login label {
    font-size: 17px;
    font-weight: 300 !important; }
  .woocommerce-form-login .lost_password a {
    text-decoration: none;
    display: block;
    margin-top: 30px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--dark-color); }
    .woocommerce-form-login .lost_password a:hover {
      color: var(--grey-color); }
    @media only screen and (max-width: 767px) {
      .woocommerce-form-login .lost_password a {
        letter-spacing: 1px; } }
  .woocommerce-form-login .woocommerce-form__label-for-checkbox {
    display: inline-block; }
    .woocommerce-form-login .woocommerce-form__label-for-checkbox input {
      margin-right: 10px;
      margin-bottom: 0; }

.woocommerce-ResetPassword p:first-of-type {
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 700;
  line-height: 1.7;
  max-width: 700px;
  margin-bottom: 30px;
  text-transform: uppercase; }
  @media only screen and (max-width: 767px) {
    .woocommerce-ResetPassword p:first-of-type {
      letter-spacing: 1px;
      margin-top: 15px;
      margin-bottom: 15px; } }
.woocommerce-ResetPassword input:not([type="submit"]) {
  margin-bottom: 40px;
  border: 0;
  outline: none;
  padding: 10px 5px !important;
  border-bottom: 1px solid rgba(34, 34, 34, 0.2);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.67;
  text-transform: none;
  letter-spacing: normal;
  color: var(--dark-color);
  -webkit-transition: border .35s ease, color .35s ease;
  -o-transition: border .35s ease, color .35s ease;
  transition: border .35s ease, color .35s ease; }
  .woocommerce-ResetPassword input:not([type="submit"]):focus {
    border-color: var(--dark-color); }
.woocommerce-ResetPassword label {
  font-size: 17px;
  font-weight: 300 !important;
  text-transform: none;
  letter-spacing: normal;
  margin-bottom: 15px; }
  @media only screen and (max-width: 767px) {
    .woocommerce-ResetPassword label {
      margin-bottom: 10px; } }
.woocommerce-ResetPassword button[type="submit"].disabled,
.woocommerce-ResetPassword button[type="submit"]:disabled,
.woocommerce-ResetPassword button[type="submit"]:disabled[disabled] {
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
  letter-spacing: 4.2px;
  text-transform: uppercase;
  padding: 17px 34px 14px;
  border-radius: 0; }
  @media only screen and (max-width: 768px) {
    .woocommerce-ResetPassword button[type="submit"].disabled,
    .woocommerce-ResetPassword button[type="submit"]:disabled,
    .woocommerce-ResetPassword button[type="submit"]:disabled[disabled] {
      letter-spacing: 3px; } }
.woocommerce-ResetPassword button[type="submit"] {
  margin-top: 20px; }
  @media only screen and (max-width: 767px) {
    .woocommerce-ResetPassword button[type="submit"] {
      margin-top: 15px; } }

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin-left: 0;
  margin-bottom: 25px; }
  .woocommerce-account .woocommerce-MyAccount-navigation ul li {
    border: 1px solid var(--dark-color);
    list-style: none;
    text-indent: 0 !important;
    padding: 15px;
    margin-bottom: 0 !important;
    font-weight: 700; }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li:not(:last-of-type) {
      border-bottom: none; }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active {
      background-color: #faf7f7; }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li::before {
      display: none; }
.woocommerce-account .addresses .title .edit {
  font-size: 16px; }

.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper {
  margin-bottom: 20px; }
.woocommerce-MyAccount-content fieldset {
  margin-top: 20px;
  margin-bottom: 15px; }
.woocommerce-MyAccount-content .u-columns.addresses .woocommerce-Address {
  border: 1px solid #ddd;
  padding: 15px;
  width: calc(50% - 15px); }

.cart-empty + .return-to-shop {
  margin-bottom: 100px;
  text-align: center; }

.cart-collaterals .cross-sells ul > li {
  margin-right: 30px !important;
  list-style: none !important;
  text-indent: 0 !important; }
  .cart-collaterals .cross-sells ul > li::before {
    display: none; }
  .cart-collaterals .cross-sells ul > li:nth-of-type(2n) {
    margin-right: 0 !important; }
.cart-collaterals .cross-sells > h2:first-child {
  font-size: 21px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700 !important;
  margin-bottom: 50px; }
  @media only screen and (max-width: 1199px) {
    .cart-collaterals .cross-sells > h2:first-child {
      margin-bottom: 40px; } }
  @media only screen and (max-width: 767px) {
    .cart-collaterals .cross-sells > h2:first-child {
      letter-spacing: 1px; } }

.woocommerce-privacy-policy-text a, .woocommerce-privacy-policy-text p {
  font-size: 17px;
  line-height: 1.7;
  color: var(--grey-color); }
.woocommerce-privacy-policy-text a {
  text-decoration: none;
  font-weight: 400;
  color: var(--dark-color); }
  .woocommerce-privacy-policy-text a:hover {
    color: var(--grey-color); }

@media only screen and (max-width: 1440px) {
  .woocommerce-page ul.products.columns-4 > li.product,
  .woocommerce ul.products.columns-4 > li.product {
    width: calc(100%/3 - 30px); }
  .woocommerce-page .flex-row-reverse .col-lg-9,
  .woocommerce .flex-row-reverse .col-lg-9 {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%; }
  .woocommerce-page .flex-row-reverse .col-lg-3,
  .woocommerce .flex-row-reverse .col-lg-3 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%; } }
@media only screen and (max-width: 1100px) {
  .woocommerce-page ul.products.columns-3 > li.product,
  .woocommerce-page ul.products.columns-4 > li.product,
  .woocommerce ul.products.columns-3 > li.product,
  .woocommerce ul.products.columns-4 > li.product {
    width: calc(50% - 30px); } }
@media only screen and (max-width: 1199px) {
  .woocommerce-page .woocommerce-products-header,
  .woocommerce .woocommerce-products-header {
    margin-bottom: 50px;
    padding: 28px 15px; } }
@media only screen and (max-width: 991px) {
  .woocommerce-page .woocommerce-products-header,
  .woocommerce .woocommerce-products-header {
    margin-bottom: 40px; }
  .woocommerce-page .flex-row-reverse .col-lg-9,
  .woocommerce .flex-row-reverse .col-lg-9 {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%; }
  .woocommerce-page .flex-row-reverse .col-lg-3,
  .woocommerce .flex-row-reverse .col-lg-3 {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%; }
  .woocommerce-page div.product div.images.woocommerce-product-gallery, .woocommerce-page div.product div.images.woocommerce-product-gallery + div.summary,
  .woocommerce div.product div.images.woocommerce-product-gallery,
  .woocommerce div.product div.images.woocommerce-product-gallery + div.summary {
    margin-bottom: 40px; }
  .woocommerce-page .related.products > h2,
  .woocommerce .related.products > h2 {
    margin: 40px auto 35px; }

  .woocommerce-account .addresses .title {
    text-align: left;
    flex-direction: column; }
    .woocommerce-account .addresses .title h3 {
      float: none;
      font-size: 24px;
      text-align: center; }
    .woocommerce-account .addresses .title .edit {
      float: none; } }
@media only screen and (max-width: 768px) {
  body.woocommerce-page .woocommerce {
    padding-left: 15px;
    padding-right: 15px; }

  .woocommerce-page ul.products[class*='columns-'] > li.product,
  .woocommerce-page .related ul.products.columns-4 > li.product,
  .woocommerce ul.products[class*='columns-'] > li.product,
  .woocommerce .related ul.products.columns-4 > li.product {
    width: calc(50% - 30px);
    float: left; }
  .woocommerce-page .related ul.products.columns-4 > li.product:nth-of-type(2n),
  .woocommerce .related ul.products.columns-4 > li.product:nth-of-type(2n) {
    margin-right: 0; }
  .woocommerce-page div.product div.images.woocommerce-product-gallery,
  .woocommerce div.product div.images.woocommerce-product-gallery {
    margin-bottom: 30px; }
    .woocommerce-page div.product div.images.woocommerce-product-gallery + div.summary,
    .woocommerce div.product div.images.woocommerce-product-gallery + div.summary {
      margin-bottom: 40px; }
  .woocommerce-page div.product .woocommerce-tabs ul.tabs,
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    margin-bottom: 20px; }
  .woocommerce-page div.product .woocommerce-tabs .panel,
  .woocommerce div.product .woocommerce-tabs .panel {
    padding-bottom: 15px; }
  .woocommerce-page .related.products > h2,
  .woocommerce-page .upsells.products > h2:first-child,
  .woocommerce .related.products > h2,
  .woocommerce .upsells.products > h2:first-child {
    margin: 35px auto; }
  .woocommerce-page .upsells ul.products.columns-2 > li.product, .woocommerce-page .upsells ul.products.columns-3 > li.product, .woocommerce-page .upsells ul.products.columns-4 > li.product,
  .woocommerce .upsells ul.products.columns-2 > li.product,
  .woocommerce .upsells ul.products.columns-3 > li.product,
  .woocommerce .upsells ul.products.columns-4 > li.product {
    margin-right: 30px; }
    .woocommerce-page .upsells ul.products.columns-2 > li.product:nth-of-type(2n), .woocommerce-page .upsells ul.products.columns-3 > li.product:nth-of-type(2n), .woocommerce-page .upsells ul.products.columns-4 > li.product:nth-of-type(2n),
    .woocommerce .upsells ul.products.columns-2 > li.product:nth-of-type(2n),
    .woocommerce .upsells ul.products.columns-3 > li.product:nth-of-type(2n),
    .woocommerce .upsells ul.products.columns-4 > li.product:nth-of-type(2n) {
      margin-right: 0; }

  .woocommerce-account .container .woocommerce,
  .woocommerce-checkout .container .woocommerce,
  .woocommerce-cart .container .woocommerce {
    padding: 0px; }

  .woocommerce-cart .cart-collaterals .shipping-calculator-button,
  .woocommerce-checkout .cart-collaterals .shipping-calculator-button,
  #add_payment_method .cart-collaterals .shipping-calculator-button {
    margin-top: 0; }

  #ship-to-different-address label span {
    font-size: 26px; }

  .woocommerce-MyAccount-content .u-columns.addresses .woocommerce-Address {
    width: 100%;
    margin-bottom: 15px; } }
@media only screen and (max-width: 550px) {
  .woocommerce-page .woocommerce-ordering,
  .woocommerce .woocommerce-ordering {
    float: none;
    margin-bottom: 8px; }
  .woocommerce-page .woocommerce-products-header,
  .woocommerce .woocommerce-products-header {
    padding: 18px 15px 15px;
    margin-bottom: 17px; }
  .woocommerce-page ul.products[class*='columns-'] > li.product,
  .woocommerce-page .related ul.products.columns-4 > li.product,
  .woocommerce ul.products[class*='columns-'] > li.product,
  .woocommerce .related ul.products.columns-4 > li.product {
    width: calc(100% - 30px) !important;
    margin-bottom: 15px !important;
    float: none !important; }
  .woocommerce-page .upsells ul.products.columns-2 > li.product, .woocommerce-page .upsells ul.products.columns-3 > li.product, .woocommerce-page .upsells ul.products.columns-4 > li.product,
  .woocommerce .upsells ul.products.columns-2 > li.product,
  .woocommerce .upsells ul.products.columns-3 > li.product,
  .woocommerce .upsells ul.products.columns-4 > li.product {
    margin-right: 0; }
  .woocommerce-page div.product div.images.woocommerce-product-gallery,
  .woocommerce div.product div.images.woocommerce-product-gallery {
    margin-bottom: 20px; }
    .woocommerce-page div.product div.images.woocommerce-product-gallery + div.summary,
    .woocommerce div.product div.images.woocommerce-product-gallery + div.summary {
      margin-bottom: 28px; }
  .woocommerce-page div.product .woocommerce-product-rating,
  .woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 15px; }

  .woocommerce-message,
  .woocommerce-error,
  .woocommerce-info {
    line-height: 1.3;
    padding: 15px; }
    .woocommerce-message::before,
    .woocommerce-error::before,
    .woocommerce-info::before {
      display: none; }
    .woocommerce-message .button,
    .woocommerce-error .button,
    .woocommerce-info .button {
      margin-left: 10px; } }

/*# sourceMappingURL=shop.css.map */
