/**
 * 1. Allow us to style box model properties.
 * 2. Line different sized buttons up a little nicer.
 * 3. Make buttons inherit font styles (often necessary when styling `input`s as
 *    buttons).
 * 4. Reset/normalize some styles.
 * 5. Force all button-styled elements to appear clickable.
 */
.woocommerce-product-archive {
  max-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .woocommerce-product-archive > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%; }
  .woocommerce-product-archive > .woocommerce-result-count,
  .woocommerce-product-archive > form[class] {
    margin-bottom: 20px; }
    @media only screen and (max-width: 1360px) {
      .woocommerce-product-archive > .woocommerce-result-count,
      .woocommerce-product-archive > form[class] {
        margin-bottom: 16px; } }
    @media only screen and (max-width: 1024px) {
      .woocommerce-product-archive > .woocommerce-result-count,
      .woocommerce-product-archive > form[class] {
        margin-bottom: 13.33333px; } }
    @media only screen and (max-width: 768px) {
      .woocommerce-product-archive > .woocommerce-result-count,
      .woocommerce-product-archive > form[class] {
        margin-bottom: 11.42857px; } }
    @media only screen and (max-width: 320px) {
      .woocommerce-product-archive > .woocommerce-result-count,
      .woocommerce-product-archive > form[class] {
        margin-bottom: 10px; } }
  .woocommerce-product-archive > .form-wppp-select {
    margin-left: 0 !important;
    float: none !important; }
  @media only screen and (min-width: 62.5em) {
    .woocommerce-product-archive > .woocommerce-result-count {
      margin-right: auto; }
    .woocommerce-product-archive > .woocommerce-result-count,
    .woocommerce-product-archive > form[class] {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    .woocommerce-product-archive > form + form[class] {
      margin-left: 20px; } }
  @media only screen and (min-width: 62.5em) and (max-width: 1360px) {
    .woocommerce-product-archive > form + form[class] {
      margin-left: 16px; } }
  @media only screen and (min-width: 62.5em) and (max-width: 1024px) {
    .woocommerce-product-archive > form + form[class] {
      margin-left: 13.33333px; } }
  @media only screen and (min-width: 62.5em) and (max-width: 768px) {
    .woocommerce-product-archive > form + form[class] {
      margin-left: 11.42857px; } }
  @media only screen and (min-width: 62.5em) and (max-width: 320px) {
    .woocommerce-product-archive > form + form[class] {
      margin-left: 10px; } }

.woocommerce-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-left: -20px;
  list-style: none; }
  @media only screen and (max-width: 1360px) {
    .woocommerce-categories {
      margin-left: -16px; } }
  @media only screen and (max-width: 1024px) {
    .woocommerce-categories {
      margin-left: -13.33333px; } }
  @media only screen and (max-width: 768px) {
    .woocommerce-categories {
      margin-left: -11.42857px; } }
  @media only screen and (max-width: 320px) {
    .woocommerce-categories {
      margin-left: -10px; } }
  .woocommerce-categories > * {
    margin-left: 20px; }
    @media only screen and (max-width: 1360px) {
      .woocommerce-categories > * {
        margin-left: 16px; } }
    @media only screen and (max-width: 1024px) {
      .woocommerce-categories > * {
        margin-left: 13.33333px; } }
    @media only screen and (max-width: 768px) {
      .woocommerce-categories > * {
        margin-left: 11.42857px; } }
    @media only screen and (max-width: 320px) {
      .woocommerce-categories > * {
        margin-left: 10px; } }
  .u-underlined-links .woocommerce-categories a {
    text-decoration: none; }
  .u-underlined-links .woocommerce-categories a:hover,
  .u-underlined-links .woocommerce-categories .active {
    text-decoration: underline; }

.woocommerce-header {
  padding-bottom: 20px; }
  @media only screen and (max-width: 1360px) {
    .woocommerce-header {
      padding-bottom: 16px; } }
  @media only screen and (max-width: 1024px) {
    .woocommerce-header {
      padding-bottom: 13.33333px; } }
  @media only screen and (max-width: 768px) {
    .woocommerce-header {
      padding-bottom: 11.42857px; } }
  @media only screen and (max-width: 320px) {
    .woocommerce-header {
      padding-bottom: 10px; } }

.entry-content > .woocommerce {
  margin-bottom: 40px; }
  @media only screen and (max-width: 1360px) {
    .entry-content > .woocommerce {
      margin-bottom: 31.21951px; } }
  @media only screen and (max-width: 1024px) {
    .entry-content > .woocommerce {
      margin-bottom: 25.6px; } }
  @media only screen and (max-width: 768px) {
    .entry-content > .woocommerce {
      margin-bottom: 21.69492px; } }
  @media only screen and (max-width: 320px) {
    .entry-content > .woocommerce {
      margin-bottom: 18.82353px; } }

.c-card__title mark {
  background: none;
  color: inherit; }

.c-card__badge--woocommerce {
  display: block;
  width: auto;
  height: auto;
  top: 16px;
  left: 16px;
  right: auto; }
  @media only screen and (max-width: 1360px) {
    .c-card__badge--woocommerce {
      top: 14.1844px; } }
  @media only screen and (max-width: 1024px) {
    .c-card__badge--woocommerce {
      top: 12.73885px; } }
  @media only screen and (max-width: 768px) {
    .c-card__badge--woocommerce {
      top: 11.56069px; } }
  @media only screen and (max-width: 320px) {
    .c-card__badge--woocommerce {
      top: 10.58201px; } }
  @media only screen and (max-width: 1360px) {
    .c-card__badge--woocommerce {
      left: 14.1844px; } }
  @media only screen and (max-width: 1024px) {
    .c-card__badge--woocommerce {
      left: 12.73885px; } }
  @media only screen and (max-width: 768px) {
    .c-card__badge--woocommerce {
      left: 11.56069px; } }
  @media only screen and (max-width: 320px) {
    .c-card__badge--woocommerce {
      left: 10.58201px; } }
  .c-card__badge--woocommerce:before, .c-card__badge--woocommerce:after {
    content: none; }
  .c-card__badge--woocommerce .c-btn {
    pointer-events: none; }

.c-card__add-to-cart {
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .c-card:hover .c-card__add-to-cart,
  .c-card.hover .c-card__add-to-cart {
    opacity: 1; }
  .c-card__add-to-cart .add_to_cart_button:not(.loading):after {
    content: "+";
    padding-left: 0.5em; }
  .c-card__add-to-cart[class][class][class][class] .add_to_cart_button,
  .c-card__add-to-cart[class][class][class][class] .added_to_cart {
    display: block;
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    border: 0; }
    @media only screen and (max-width: 1360px) {
      .c-card__add-to-cart[class][class][class][class] .add_to_cart_button,
      .c-card__add-to-cart[class][class][class][class] .added_to_cart {
        left: 14.1844px; } }
    @media only screen and (max-width: 1024px) {
      .c-card__add-to-cart[class][class][class][class] .add_to_cart_button,
      .c-card__add-to-cart[class][class][class][class] .added_to_cart {
        left: 12.73885px; } }
    @media only screen and (max-width: 768px) {
      .c-card__add-to-cart[class][class][class][class] .add_to_cart_button,
      .c-card__add-to-cart[class][class][class][class] .added_to_cart {
        left: 11.56069px; } }
    @media only screen and (max-width: 320px) {
      .c-card__add-to-cart[class][class][class][class] .add_to_cart_button,
      .c-card__add-to-cart[class][class][class][class] .added_to_cart {
        left: 10.58201px; } }
    @media only screen and (max-width: 1360px) {
      .c-card__add-to-cart[class][class][class][class] .add_to_cart_button,
      .c-card__add-to-cart[class][class][class][class] .added_to_cart {
        right: 14.1844px; } }
    @media only screen and (max-width: 1024px) {
      .c-card__add-to-cart[class][class][class][class] .add_to_cart_button,
      .c-card__add-to-cart[class][class][class][class] .added_to_cart {
        right: 12.73885px; } }
    @media only screen and (max-width: 768px) {
      .c-card__add-to-cart[class][class][class][class] .add_to_cart_button,
      .c-card__add-to-cart[class][class][class][class] .added_to_cart {
        right: 11.56069px; } }
    @media only screen and (max-width: 320px) {
      .c-card__add-to-cart[class][class][class][class] .add_to_cart_button,
      .c-card__add-to-cart[class][class][class][class] .added_to_cart {
        right: 10.58201px; } }
    @media only screen and (max-width: 1360px) {
      .c-card__add-to-cart[class][class][class][class] .add_to_cart_button,
      .c-card__add-to-cart[class][class][class][class] .added_to_cart {
        bottom: 14.1844px; } }
    @media only screen and (max-width: 1024px) {
      .c-card__add-to-cart[class][class][class][class] .add_to_cart_button,
      .c-card__add-to-cart[class][class][class][class] .added_to_cart {
        bottom: 12.73885px; } }
    @media only screen and (max-width: 768px) {
      .c-card__add-to-cart[class][class][class][class] .add_to_cart_button,
      .c-card__add-to-cart[class][class][class][class] .added_to_cart {
        bottom: 11.56069px; } }
    @media only screen and (max-width: 320px) {
      .c-card__add-to-cart[class][class][class][class] .add_to_cart_button,
      .c-card__add-to-cart[class][class][class][class] .added_to_cart {
        bottom: 10.58201px; } }

.c-card__term-list[class][class] {
  margin: 0; }
  .c-card__term-list[class][class]:before, .c-card__term-list[class][class]:after {
    content: none; }

.c-card__excerpt .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.25em; }
  .c-card__excerpt .price > * {
    margin-left: 0.25em;
    margin-right: 0.25em; }

.c-card__footer a {
  color: inherit; }

/**
 * 1. Allow us to style box model properties.
 * 2. Line different sized buttons up a little nicer.
 * 3. Make buttons inherit font styles (often necessary when styling `input`s as
 *    buttons).
 * 4. Reset/normalize some styles.
 * 5. Force all button-styled elements to appear clickable.
 */
.c-gallery--title-left {
  text-align: left; }

.c-gallery--title-center {
  text-align: center; }

.c-gallery--title-right {
  text-align: right; }

.c-gallery {
  pointer-events: none; }
  .c-gallery > *,
  .related-posts-container .c-gallery {
    pointer-events: auto; }

.c-gallery--packed {
  display: block; }
  @media only screen and (min-width: small) {
    .c-gallery--packed .c-card {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .c-gallery--packed .c-gallery__item {
      position: relative; }
    .c-gallery--packed .c-card__frame,
    .c-gallery--packed .c-card__aside {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .c-gallery--packed .c-card__frame {
      padding-top: 0; }
    .c-gallery--packed .c-card__content {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      z-index: 10; } }
  @media not screen and (min-width: small) {
    .c-gallery--packed .c-card {
      position: relative !important;
      left: 0 !important; }
    .c-gallery--packed .c-gallery__item {
      padding-top: 0 !important; }
    .c-gallery--packed .c-card__frame img {
      position: static; } }

.c-gallery--cropped .c-card__frame img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  @supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .c-gallery--cropped .c-card__frame img {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transform: none;
              transform: none; } }

.c-gallery--masonry .c-card__frame {
  padding-top: 0; }

.c-gallery--masonry :not(.has-post-thumbnail) > .c-card .c-card__content {
  margin-top: 0; }

.c-gallery--title-above .c-card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }

.c-gallery--title-above .c-card__content {
  top: auto;
  bottom: 100%;
  padding-top: 0;
  padding-bottom: 32px; }
  @media only screen and (max-width: 1360px) {
    .c-gallery--title-above .c-card__content {
      padding-bottom: 25.22167px; } }
  @media only screen and (max-width: 1024px) {
    .c-gallery--title-above .c-card__content {
      padding-bottom: 20.81301px; } }
  @media only screen and (max-width: 768px) {
    .c-gallery--title-above .c-card__content {
      padding-bottom: 17.71626px; } }
  @media only screen and (max-width: 320px) {
    .c-gallery--title-above .c-card__content {
      padding-bottom: 15.42169px; } }

.c-gallery--title-overlay .c-card__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 32px;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  opacity: 0; }
  @media only screen and (max-width: 1360px) {
    .c-gallery--title-overlay .c-card__content {
      padding: 25.22167px; } }
  @media only screen and (max-width: 1024px) {
    .c-gallery--title-overlay .c-card__content {
      padding: 20.81301px; } }
  @media only screen and (max-width: 768px) {
    .c-gallery--title-overlay .c-card__content {
      padding: 17.71626px; } }
  @media only screen and (max-width: 320px) {
    .c-gallery--title-overlay .c-card__content {
      padding: 15.42169px; } }
  .c-gallery--title-overlay .c-card__content > * {
    -ms-flex-negative: 0;
        flex-shrink: 0; }

.c-gallery--title-overlay .c-card__aside + .c-card__content {
  margin-top: 0; }

.c-gallery--title-overlay article:not(.has-post-thumbnail) > .c-card .c-card__content {
  opacity: 1; }

.c-gallery--title-overlay .c-card__letter {
  display: none; }

@media only screen and (min-width: lap) {
  .c-gallery--title-overlay .c-card:hover .c-card__content {
    opacity: 1; } }

[class*="c-gallery--title-top"] .c-card__content {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

[class*="c-gallery--title-bottom"] .c-card__content {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

[class*="c-gallery--title-middle"] .c-card__content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

[class*="c-gallery--title"][class*="-left"] .c-card__content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left; }

[class*="c-gallery--title"][class*="-left"] .c-meta {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

[class*="c-gallery--title"][class*="-right"] .c-card__content {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right; }

[class*="c-gallery--title"][class*="-right"] .c-meta {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

[class*="c-gallery--title"][class*="-center"] .c-card__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }

[class*="c-gallery--title"][class*="-center"] .c-meta {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

@media not screen and (min-width: small) {
  .c-gallery__item {
    width: 100%; }
  .c-gallery--packed {
    height: auto !important; }
    .c-gallery--packed .c-gallery__item,
    .c-gallery--packed .c-card__frame img {
      position: static !important; } }

.c-gallery--portfolio .c-card__title {
  padding-top: 0;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.c-gallery--portfolio .c-card__meta {
  padding-top: 8px; }
  @media only screen and (max-width: 1360px) {
    .c-gallery--portfolio .c-card__meta {
      padding-top: 7.87402px; } }
  @media only screen and (max-width: 1024px) {
    .c-gallery--portfolio .c-card__meta {
      padding-top: 7.75194px; } }
  @media only screen and (max-width: 768px) {
    .c-gallery--portfolio .c-card__meta {
      padding-top: 7.63359px; } }
  @media only screen and (max-width: 320px) {
    .c-gallery--portfolio .c-card__meta {
      padding-top: 7.5188px; } }

.u-woocommerce-grid-width {
  max-width: 1280px; }

.u-woocommerce-sides-spacing {
  padding-left: 60px;
  padding-right: 60px; }
  @media only screen and (max-width: 1360px) {
    .u-woocommerce-sides-spacing {
      padding-left: 45.71429px; } }
  @media only screen and (max-width: 1024px) {
    .u-woocommerce-sides-spacing {
      padding-left: 36.92308px; } }
  @media only screen and (max-width: 768px) {
    .u-woocommerce-sides-spacing {
      padding-left: 30.96774px; } }
  @media only screen and (max-width: 320px) {
    .u-woocommerce-sides-spacing {
      padding-left: 26.66667px; } }
  @media only screen and (max-width: 1360px) {
    .u-woocommerce-sides-spacing {
      padding-right: 45.71429px; } }
  @media only screen and (max-width: 1024px) {
    .u-woocommerce-sides-spacing {
      padding-right: 36.92308px; } }
  @media only screen and (max-width: 768px) {
    .u-woocommerce-sides-spacing {
      padding-right: 30.96774px; } }
  @media only screen and (max-width: 320px) {
    .u-woocommerce-sides-spacing {
      padding-right: 26.66667px; } }

.c-gallery--woocommerce {
  margin-top: -60px;
  margin-left: -60px; }
  @media only screen and (max-width: 1360px) {
    .c-gallery--woocommerce {
      margin-top: -45.71429px; } }
  @media only screen and (max-width: 1024px) {
    .c-gallery--woocommerce {
      margin-top: -36.92308px; } }
  @media only screen and (max-width: 768px) {
    .c-gallery--woocommerce {
      margin-top: -30.96774px; } }
  @media only screen and (max-width: 320px) {
    .c-gallery--woocommerce {
      margin-top: -26.66667px; } }
  @media only screen and (max-width: 1360px) {
    .c-gallery--woocommerce {
      margin-left: -45.71429px; } }
  @media only screen and (max-width: 1024px) {
    .c-gallery--woocommerce {
      margin-left: -36.92308px; } }
  @media only screen and (max-width: 768px) {
    .c-gallery--woocommerce {
      margin-left: -30.96774px; } }
  @media only screen and (max-width: 320px) {
    .c-gallery--woocommerce {
      margin-left: -26.66667px; } }
  .c-gallery--woocommerce > * {
    margin-top: 60px;
    padding-left: 60px; }
    @media only screen and (max-width: 1360px) {
      .c-gallery--woocommerce > * {
        margin-top: 45.71429px; } }
    @media only screen and (max-width: 1024px) {
      .c-gallery--woocommerce > * {
        margin-top: 36.92308px; } }
    @media only screen and (max-width: 768px) {
      .c-gallery--woocommerce > * {
        margin-top: 30.96774px; } }
    @media only screen and (max-width: 320px) {
      .c-gallery--woocommerce > * {
        margin-top: 26.66667px; } }
    @media only screen and (max-width: 1360px) {
      .c-gallery--woocommerce > * {
        padding-left: 45.71429px; } }
    @media only screen and (max-width: 1024px) {
      .c-gallery--woocommerce > * {
        padding-left: 36.92308px; } }
    @media only screen and (max-width: 768px) {
      .c-gallery--woocommerce > * {
        padding-left: 30.96774px; } }
    @media only screen and (max-width: 320px) {
      .c-gallery--woocommerce > * {
        padding-left: 26.66667px; } }
  .c-gallery--woocommerce .c-card__title {
    color: #252525; }
  .c-gallery--woocommerce .c-meta__primary {
    color: #252525; }
  .c-gallery--woocommerce .c-meta__secondary {
    color: #252525; }
  .c-gallery--woocommerce .c-meta__separator {
    color: #252525; }
  .c-gallery--woocommerce .c-card__excerpt {
    color: #252525; }
  .c-gallery--woocommerce .c-card__footer {
    color: #252525; }
  .c-gallery--woocommerce .c-card__thumbnail-background {
    background-color: #252525; }

.no-customify .c-gallery--woocommerce .c-card__frame img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  @supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .no-customify .c-gallery--woocommerce .c-card__frame img {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transform: none;
              transform: none; } }

.no-customify .c-gallery--woocommerce .c-card__frame {
  padding-top: 100%; }

.woocommerce nav.woocommerce-pagination ul {
  border: 0;
  margin: 0; }
  .woocommerce nav.woocommerce-pagination ul li {
    border: 0;
    float: none;
    overflow: visible; }
    .woocommerce nav.woocommerce-pagination ul li a,
    .woocommerce nav.woocommerce-pagination ul li span {
      padding: 0;
      min-width: 0;
      font: inherit; }
    .woocommerce nav.woocommerce-pagination ul li a:focus,
    .woocommerce nav.woocommerce-pagination ul li a:hover,
    .woocommerce nav.woocommerce-pagination ul li span.current {
      background-color: transparent; }

.woocommerce-product-gallery[class][class][class] {
  margin-bottom: 0; }
  .woocommerce-product-gallery[class][class][class] .flex-viewport + .flex-control-thumbs {
    margin-top: 0; }
  .woocommerce-product-gallery[class][class][class] .flex-control-thumbs {
    margin-left: -16px;
    margin-top: -16px; }
    @media only screen and (max-width: 1360px) {
      .woocommerce-product-gallery[class][class][class] .flex-control-thumbs {
        margin-left: -14.1844px; } }
    @media only screen and (max-width: 1024px) {
      .woocommerce-product-gallery[class][class][class] .flex-control-thumbs {
        margin-left: -12.73885px; } }
    @media only screen and (max-width: 768px) {
      .woocommerce-product-gallery[class][class][class] .flex-control-thumbs {
        margin-left: -11.56069px; } }
    @media only screen and (max-width: 320px) {
      .woocommerce-product-gallery[class][class][class] .flex-control-thumbs {
        margin-left: -10.58201px; } }
    @media only screen and (max-width: 1360px) {
      .woocommerce-product-gallery[class][class][class] .flex-control-thumbs {
        margin-top: -14.1844px; } }
    @media only screen and (max-width: 1024px) {
      .woocommerce-product-gallery[class][class][class] .flex-control-thumbs {
        margin-top: -12.73885px; } }
    @media only screen and (max-width: 768px) {
      .woocommerce-product-gallery[class][class][class] .flex-control-thumbs {
        margin-top: -11.56069px; } }
    @media only screen and (max-width: 320px) {
      .woocommerce-product-gallery[class][class][class] .flex-control-thumbs {
        margin-top: -10.58201px; } }
    .woocommerce-product-gallery[class][class][class] .flex-control-thumbs > * {
      max-width: 116px;
      padding-left: 16px;
      padding-top: 16px; }
      @media only screen and (max-width: 1360px) {
        .woocommerce-product-gallery[class][class][class] .flex-control-thumbs > * {
          max-width: 82.85714px; } }
      @media only screen and (max-width: 1024px) {
        .woocommerce-product-gallery[class][class][class] .flex-control-thumbs > * {
          max-width: 64.44444px; } }
      @media only screen and (max-width: 768px) {
        .woocommerce-product-gallery[class][class][class] .flex-control-thumbs > * {
          max-width: 52.72727px; } }
      @media only screen and (max-width: 320px) {
        .woocommerce-product-gallery[class][class][class] .flex-control-thumbs > * {
          max-width: 44.61538px; } }
      @media only screen and (max-width: 1360px) {
        .woocommerce-product-gallery[class][class][class] .flex-control-thumbs > * {
          padding-left: 14.1844px; } }
      @media only screen and (max-width: 1024px) {
        .woocommerce-product-gallery[class][class][class] .flex-control-thumbs > * {
          padding-left: 12.73885px; } }
      @media only screen and (max-width: 768px) {
        .woocommerce-product-gallery[class][class][class] .flex-control-thumbs > * {
          padding-left: 11.56069px; } }
      @media only screen and (max-width: 320px) {
        .woocommerce-product-gallery[class][class][class] .flex-control-thumbs > * {
          padding-left: 10.58201px; } }
      @media only screen and (max-width: 1360px) {
        .woocommerce-product-gallery[class][class][class] .flex-control-thumbs > * {
          padding-top: 14.1844px; } }
      @media only screen and (max-width: 1024px) {
        .woocommerce-product-gallery[class][class][class] .flex-control-thumbs > * {
          padding-top: 12.73885px; } }
      @media only screen and (max-width: 768px) {
        .woocommerce-product-gallery[class][class][class] .flex-control-thumbs > * {
          padding-top: 11.56069px; } }
      @media only screen and (max-width: 320px) {
        .woocommerce-product-gallery[class][class][class] .flex-control-thumbs > * {
          padding-top: 10.58201px; } }

.woocommerce-product-gallery__wrapper[class][class][class][class] {
  width: auto;
  margin-left: -16px; }
  @media only screen and (max-width: 1360px) {
    .woocommerce-product-gallery__wrapper[class][class][class][class] {
      margin-left: -14.1844px; } }
  @media only screen and (max-width: 1024px) {
    .woocommerce-product-gallery__wrapper[class][class][class][class] {
      margin-left: -12.73885px; } }
  @media only screen and (max-width: 768px) {
    .woocommerce-product-gallery__wrapper[class][class][class][class] {
      margin-left: -11.56069px; } }
  @media only screen and (max-width: 320px) {
    .woocommerce-product-gallery__wrapper[class][class][class][class] {
      margin-left: -10.58201px; } }
  .woocommerce-product-gallery__wrapper[class][class][class][class] > * {
    padding-left: 16px; }
    @media only screen and (max-width: 1360px) {
      .woocommerce-product-gallery__wrapper[class][class][class][class] > * {
        padding-left: 14.1844px; } }
    @media only screen and (max-width: 1024px) {
      .woocommerce-product-gallery__wrapper[class][class][class][class] > * {
        padding-left: 12.73885px; } }
    @media only screen and (max-width: 768px) {
      .woocommerce-product-gallery__wrapper[class][class][class][class] > * {
        padding-left: 11.56069px; } }
    @media only screen and (max-width: 320px) {
      .woocommerce-product-gallery__wrapper[class][class][class][class] > * {
        padding-left: 10.58201px; } }
  .woocommerce-product-gallery__wrapper[class][class][class][class] > .woocommerce-product-gallery__image:first-child {
    padding-left: 0;
    margin-left: 16px; }
    @media only screen and (max-width: 1360px) {
      .woocommerce-product-gallery__wrapper[class][class][class][class] > .woocommerce-product-gallery__image:first-child {
        margin-left: 14.1844px; } }
    @media only screen and (max-width: 1024px) {
      .woocommerce-product-gallery__wrapper[class][class][class][class] > .woocommerce-product-gallery__image:first-child {
        margin-left: 12.73885px; } }
    @media only screen and (max-width: 768px) {
      .woocommerce-product-gallery__wrapper[class][class][class][class] > .woocommerce-product-gallery__image:first-child {
        margin-left: 11.56069px; } }
    @media only screen and (max-width: 320px) {
      .woocommerce-product-gallery__wrapper[class][class][class][class] > .woocommerce-product-gallery__image:first-child {
        margin-left: 10.58201px; } }
  .woocommerce-product-gallery__wrapper[class][class][class][class] > :nth-child(n+2) {
    margin-top: 16px; }
    @media only screen and (max-width: 1360px) {
      .woocommerce-product-gallery__wrapper[class][class][class][class] > :nth-child(n+2) {
        margin-top: 14.1844px; } }
    @media only screen and (max-width: 1024px) {
      .woocommerce-product-gallery__wrapper[class][class][class][class] > :nth-child(n+2) {
        margin-top: 12.73885px; } }
    @media only screen and (max-width: 768px) {
      .woocommerce-product-gallery__wrapper[class][class][class][class] > :nth-child(n+2) {
        margin-top: 11.56069px; } }
    @media only screen and (max-width: 320px) {
      .woocommerce-product-gallery__wrapper[class][class][class][class] > :nth-child(n+2) {
        margin-top: 10.58201px; } }
  .flex-viewport[class] .woocommerce-product-gallery__wrapper[class][class][class][class] {
    margin-left: 0; }
    .flex-viewport[class] .woocommerce-product-gallery__wrapper[class][class][class][class] > * {
      padding-left: 0;
      margin-left: 0; }
    .flex-viewport[class] .woocommerce-product-gallery__wrapper[class][class][class][class] > :nth-child(n+2) {
      margin-top: 0; }

.woocommerce-product-gallery__image a {
  display: block;
  padding: 0;
  background-color: transparent; }

.woocommerce div.product div.summary {
  margin-bottom: 0; }

.woocommerce form.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .woocommerce form.cart[class][class][class] .group_table {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 20px; }
    @media only screen and (max-width: 1360px) {
      .woocommerce form.cart[class][class][class] .group_table {
        margin-bottom: 16px; } }
    @media only screen and (max-width: 1024px) {
      .woocommerce form.cart[class][class][class] .group_table {
        margin-bottom: 13.33333px; } }
    @media only screen and (max-width: 768px) {
      .woocommerce form.cart[class][class][class] .group_table {
        margin-bottom: 11.42857px; } }
    @media only screen and (max-width: 320px) {
      .woocommerce form.cart[class][class][class] .group_table {
        margin-bottom: 10px; } }
    .woocommerce form.cart[class][class][class] .group_table tbody, .woocommerce form.cart[class][class][class] .group_table td {
      display: block; }
    .woocommerce form.cart[class][class][class] .group_table tbody {
      border: 0; }
    .woocommerce form.cart[class][class][class] .group_table tr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border: 0;
      background: none; }
    .woocommerce form.cart[class][class][class] .group_table tr ~ tr {
      margin-top: 16px; }
      @media only screen and (max-width: 1360px) {
        .woocommerce form.cart[class][class][class] .group_table tr ~ tr {
          margin-top: 14.1844px; } }
      @media only screen and (max-width: 1024px) {
        .woocommerce form.cart[class][class][class] .group_table tr ~ tr {
          margin-top: 12.73885px; } }
      @media only screen and (max-width: 768px) {
        .woocommerce form.cart[class][class][class] .group_table tr ~ tr {
          margin-top: 11.56069px; } }
      @media only screen and (max-width: 320px) {
        .woocommerce form.cart[class][class][class] .group_table tr ~ tr {
          margin-top: 10.58201px; } }
    .woocommerce form.cart[class][class][class] .group_table td {
      padding: 0; }
    .woocommerce form.cart[class][class][class] .group_table td:first-child {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: auto;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      margin-bottom: 8px; }
      @media only screen and (max-width: 1360px) {
        .woocommerce form.cart[class][class][class] .group_table td:first-child {
          margin-bottom: 7.87402px; } }
      @media only screen and (max-width: 1024px) {
        .woocommerce form.cart[class][class][class] .group_table td:first-child {
          margin-bottom: 7.75194px; } }
      @media only screen and (max-width: 768px) {
        .woocommerce form.cart[class][class][class] .group_table td:first-child {
          margin-bottom: 7.63359px; } }
      @media only screen and (max-width: 320px) {
        .woocommerce form.cart[class][class][class] .group_table td:first-child {
          margin-bottom: 7.5188px; } }
    .woocommerce form.cart[class][class][class] .group_table .qty {
      margin-right: 4px; }
    .woocommerce form.cart[class][class][class] .group_table .woocommerce-grouped-product-list-item__label {
      margin-right: 16px; }
      @media only screen and (max-width: 1360px) {
        .woocommerce form.cart[class][class][class] .group_table .woocommerce-grouped-product-list-item__label {
          margin-right: 14.1844px; } }
      @media only screen and (max-width: 1024px) {
        .woocommerce form.cart[class][class][class] .group_table .woocommerce-grouped-product-list-item__label {
          margin-right: 12.73885px; } }
      @media only screen and (max-width: 768px) {
        .woocommerce form.cart[class][class][class] .group_table .woocommerce-grouped-product-list-item__label {
          margin-right: 11.56069px; } }
      @media only screen and (max-width: 320px) {
        .woocommerce form.cart[class][class][class] .group_table .woocommerce-grouped-product-list-item__label {
          margin-right: 10.58201px; } }
      .woocommerce form.cart[class][class][class] .group_table .woocommerce-grouped-product-list-item__label a {
        text-decoration: none; }
    .woocommerce form.cart[class][class][class] .group_table .woocommerce-grouped-product-list-item__price {
      margin-left: auto; }
  .woocommerce form.cart .qty {
    display: inline-block;
    /* [1] */
    vertical-align: middle;
    /* [2] */
    text-align: center;
    /* [4] */
    cursor: pointer;
    /* [5] */
    padding: 0.75em 1.75em;
    border: 0 solid #222222;
    margin: 0;
    color: #FFF;
    background-color: #222;
    border-radius: 0;
    -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    height: 100%;
    width: 4em;
    padding-left: 1em;
    padding-right: 0.3em; }
    .u-buttons-rounded .woocommerce form.cart .qty {
      border-radius: 0.3em; }
    .u-buttons-pill .woocommerce form.cart .qty {
      border-radius: 999em; }
    .u-underlined-links .woocommerce form.cart .qty {
      text-decoration: none; }
    .u-buttons-outline .woocommerce form.cart .qty {
      background: none;
      border: 2px solid currentColor; }
      .u-buttons-outline .woocommerce form.cart .qty:hover, .u-buttons-outline .woocommerce form.cart .qty:active, .u-buttons-outline .woocommerce form.cart .qty:focus {
        background: none;
        color: inherit; }
    .woocommerce form.cart .qty:hover, .woocommerce form.cart .qty:active, .woocommerce form.cart .qty:focus {
      color: #FFF;
      background-color: #000;
      opacity: 1;
      text-decoration: none; }
  .woocommerce form.cart .woocommerce-grouped-product-list-item__price {
    text-align: right; }
  .woocommerce form.cart .added_to_cart {
    display: none; }
  .woocommerce form.cart .variations[class][class] {
    margin-bottom: 30px; }
    @media only screen and (max-width: 1360px) {
      .woocommerce form.cart .variations[class][class] {
        margin-bottom: 23.7037px; } }
    @media only screen and (max-width: 1024px) {
      .woocommerce form.cart .variations[class][class] {
        margin-bottom: 19.59184px; } }
    @media only screen and (max-width: 768px) {
      .woocommerce form.cart .variations[class][class] {
        margin-bottom: 16.69565px; } }
    @media only screen and (max-width: 320px) {
      .woocommerce form.cart .variations[class][class] {
        margin-bottom: 14.54545px; } }

.woocommerce-product-details__short-description {
  margin-bottom: 20px; }
  @media only screen and (max-width: 1360px) {
    .woocommerce-product-details__short-description {
      margin-bottom: 16px; } }
  @media only screen and (max-width: 1024px) {
    .woocommerce-product-details__short-description {
      margin-bottom: 13.33333px; } }
  @media only screen and (max-width: 768px) {
    .woocommerce-product-details__short-description {
      margin-bottom: 11.42857px; } }
  @media only screen and (max-width: 320px) {
    .woocommerce-product-details__short-description {
      margin-bottom: 10px; } }

.c-woo-tabs {
  clear: both;
  overflow: hidden; }

.wc-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  list-style: none;
  margin-left: -48px; }
  @media only screen and (max-width: 1360px) {
    .wc-tabs {
      margin-left: -37.10145px; } }
  @media only screen and (max-width: 1024px) {
    .wc-tabs {
      margin-left: -30.23622px; } }
  @media only screen and (max-width: 768px) {
    .wc-tabs {
      margin-left: -25.51495px; } }
  @media only screen and (max-width: 320px) {
    .wc-tabs {
      margin-left: -22.06897px; } }
  .wc-tabs > * {
    margin-left: 48px; }
    @media only screen and (max-width: 1360px) {
      .wc-tabs > * {
        margin-left: 37.10145px; } }
    @media only screen and (max-width: 1024px) {
      .wc-tabs > * {
        margin-left: 30.23622px; } }
    @media only screen and (max-width: 768px) {
      .wc-tabs > * {
        margin-left: 25.51495px; } }
    @media only screen and (max-width: 320px) {
      .wc-tabs > * {
        margin-left: 22.06897px; } }
  .wc-tabs > :not(.active) a {
    text-decoration: none; }
  .wc-tabs > .active a {
    padding-bottom: 4px;
    text-decoration: none;
    border-bottom: 2px solid currentColor; }

.woocommerce-product-gallery,
.entry-summary {
  margin-bottom: 96px; }
  @media only screen and (max-width: 1360px) {
    .woocommerce-product-gallery,
    .entry-summary {
      margin-bottom: 70.13699px; } }
  @media only screen and (max-width: 1024px) {
    .woocommerce-product-gallery,
    .entry-summary {
      margin-bottom: 55.2518px; } }
  @media only screen and (max-width: 768px) {
    .woocommerce-product-gallery,
    .entry-summary {
      margin-bottom: 45.57864px; } }
  @media only screen and (max-width: 320px) {
    .woocommerce-product-gallery,
    .entry-summary {
      margin-bottom: 38.78788px; } }

.c-woo-section:not(:empty):before {
  content: "";
  display: block;
  height: 1px;
  background: currentColor;
  opacity: 0.2;
  margin-top: 96px;
  margin-bottom: 96px; }
  @media only screen and (max-width: 1360px) {
    .c-woo-section:not(:empty):before {
      margin-top: 70.13699px; } }
  @media only screen and (max-width: 1024px) {
    .c-woo-section:not(:empty):before {
      margin-top: 55.2518px; } }
  @media only screen and (max-width: 768px) {
    .c-woo-section:not(:empty):before {
      margin-top: 45.57864px; } }
  @media only screen and (max-width: 320px) {
    .c-woo-section:not(:empty):before {
      margin-top: 38.78788px; } }
  @media only screen and (max-width: 1360px) {
    .c-woo-section:not(:empty):before {
      margin-bottom: 70.13699px; } }
  @media only screen and (max-width: 1024px) {
    .c-woo-section:not(:empty):before {
      margin-bottom: 55.2518px; } }
  @media only screen and (max-width: 768px) {
    .c-woo-section:not(:empty):before {
      margin-bottom: 45.57864px; } }
  @media only screen and (max-width: 320px) {
    .c-woo-section:not(:empty):before {
      margin-bottom: 38.78788px; } }

.c-woo-section:last-child:after {
  content: "";
  display: block;
  margin-top: 96px; }
  @media only screen and (max-width: 1360px) {
    .c-woo-section:last-child:after {
      margin-top: 70.13699px; } }
  @media only screen and (max-width: 1024px) {
    .c-woo-section:last-child:after {
      margin-top: 55.2518px; } }
  @media only screen and (max-width: 768px) {
    .c-woo-section:last-child:after {
      margin-top: 45.57864px; } }
  @media only screen and (max-width: 320px) {
    .c-woo-section:last-child:after {
      margin-top: 38.78788px; } }

.related.products > h2,
.upsells.products > h2 {
  text-align: center; }

.woocommerce[class] .product .price {
  color: inherit;
  font-size: inherit; }
  .woocommerce[class] .product .price ins {
    font-weight: inherit;
    text-decoration: none; }

.c-product-main,
.wc-tabs-wrapper {
  max-width: 1056px;
  margin-left: auto;
  margin-right: auto; }

#content .c-product-main {
  position: relative;
  margin-top: 96px; }
  @media only screen and (max-width: 1360px) {
    #content .c-product-main {
      margin-top: 70.13699px; } }
  @media only screen and (max-width: 1024px) {
    #content .c-product-main {
      margin-top: 55.2518px; } }
  @media only screen and (max-width: 768px) {
    #content .c-product-main {
      margin-top: 45.57864px; } }
  @media only screen and (max-width: 320px) {
    #content .c-product-main {
      margin-top: 38.78788px; } }
  #content .c-product-main[class][class][class] .woocommerce-product-gallery + .entry-summary {
    margin-top: 128px; }
    @media only screen and (max-width: 1360px) {
      #content .c-product-main[class][class][class] .woocommerce-product-gallery + .entry-summary {
        margin-top: 90.22026px; } }
    @media only screen and (max-width: 1024px) {
      #content .c-product-main[class][class][class] .woocommerce-product-gallery + .entry-summary {
        margin-top: 69.65986px; } }
    @media only screen and (max-width: 768px) {
      #content .c-product-main[class][class][class] .woocommerce-product-gallery + .entry-summary {
        margin-top: 56.7313px; } }
    @media only screen and (max-width: 320px) {
      #content .c-product-main[class][class][class] .woocommerce-product-gallery + .entry-summary {
        margin-top: 47.85047px; } }
  @media only screen and (min-width: 768px) {
    #content .c-product-main[class][class][class] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #content .c-product-main[class][class][class] > .woocommerce-product-gallery {
        float: none;
        width: auto;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 55%;
                flex: 1 1 55%; }
      #content .c-product-main[class][class][class] > .entry-summary {
        float: none;
        width: auto;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 35%;
                flex: 0 0 35%;
        margin-left: 96px; } }
    @media only screen and (min-width: 768px) and (max-width: 1360px) {
      #content .c-product-main[class][class][class] > .entry-summary {
        margin-left: 70.13699px; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      #content .c-product-main[class][class][class] > .entry-summary {
        margin-left: 55.2518px; } }
    @media only screen and (min-width: 768px) and (max-width: 768px) {
      #content .c-product-main[class][class][class] > .entry-summary {
        margin-left: 45.57864px; } }
    @media only screen and (min-width: 768px) and (max-width: 320px) {
      #content .c-product-main[class][class][class] > .entry-summary {
        margin-left: 38.78788px; } }
  @media only screen and (min-width: 768px) {
      #content .c-product-main[class][class][class] .woocommerce-product-gallery + .entry-summary {
        margin-top: 0; } }

.c-product-main .cart[class][class] .ajax_add_to_cart ~ .button {
  display: none; }

.variations,
.variations tbody,
.variations tr,
.variations th,
.variations td {
  display: block; }

.variations[class][class][class][class][class] td,
.variations[class][class][class][class][class] th {
  padding: 0;
  line-height: inherit; }

.variations,
.variations tbody,
.variations tr {
  border: 0; }

.variations .label {
  margin-top: 10px;
  margin-bottom: 5px; }

.reset_variations {
  visibility: visible;
  display: none; }

.woocommerce .product .cart .quantity[class] {
  float: none; }

.add_to_cart_inline .button[class][class][class] {
  margin-left: 10px; }
  @media only screen and (max-width: 1360px) {
    .add_to_cart_inline .button[class][class][class] {
      margin-left: 9.69697px; } }
  @media only screen and (max-width: 1024px) {
    .add_to_cart_inline .button[class][class][class] {
      margin-left: 9.41176px; } }
  @media only screen and (max-width: 768px) {
    .add_to_cart_inline .button[class][class][class] {
      margin-left: 9.14286px; } }
  @media only screen and (max-width: 320px) {
    .add_to_cart_inline .button[class][class][class] {
      margin-left: 8.88889px; } }

.add_to_cart_inline ins {
  text-decoration: none; }

.single_variation_wrap {
  width: 100%; }

.variations_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.woocommerce-variation-price,
.woocommerce-variation-availability {
  margin-bottom: 20px; }
  @media only screen and (max-width: 1360px) {
    .woocommerce-variation-price,
    .woocommerce-variation-availability {
      margin-bottom: 16px; } }
  @media only screen and (max-width: 1024px) {
    .woocommerce-variation-price,
    .woocommerce-variation-availability {
      margin-bottom: 13.33333px; } }
  @media only screen and (max-width: 768px) {
    .woocommerce-variation-price,
    .woocommerce-variation-availability {
      margin-bottom: 11.42857px; } }
  @media only screen and (max-width: 320px) {
    .woocommerce-variation-price,
    .woocommerce-variation-availability {
      margin-bottom: 10px; } }
  .woocommerce-variation-price:empty,
  .woocommerce-variation-availability:empty {
    display: none; }

.entry-summary .button,
.entry-summary .ajax_add_to_cart {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.product_meta {
  font-size: 0.875em; }
  .product_meta > span {
    display: block; }
    .product_meta > span a {
      text-decoration: none;
      opacity: 0.5; }

.woocommerce-product-category a {
  color: inherit; }
  .u-underlined-links .woocommerce-product-category a {
    text-decoration: none; }

.woocommerce-product-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 48px; }
  @media only screen and (max-width: 1360px) {
    .woocommerce-product-header {
      margin-bottom: 37.10145px; } }
  @media only screen and (max-width: 1024px) {
    .woocommerce-product-header {
      margin-bottom: 30.23622px; } }
  @media only screen and (max-width: 768px) {
    .woocommerce-product-header {
      margin-bottom: 25.51495px; } }
  @media only screen and (max-width: 320px) {
    .woocommerce-product-header {
      margin-bottom: 22.06897px; } }
  .woocommerce-product-header:before {
    content: "";
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .woocommerce-product-header > * + .product_title[class][class] {
    margin-top: 8px; }
    @media only screen and (max-width: 1360px) {
      .woocommerce-product-header > * + .product_title[class][class] {
        margin-top: 7.87402px; } }
    @media only screen and (max-width: 1024px) {
      .woocommerce-product-header > * + .product_title[class][class] {
        margin-top: 7.75194px; } }
    @media only screen and (max-width: 768px) {
      .woocommerce-product-header > * + .product_title[class][class] {
        margin-top: 7.63359px; } }
    @media only screen and (max-width: 320px) {
      .woocommerce-product-header > * + .product_title[class][class] {
        margin-top: 7.5188px; } }
  .woocommerce-product-header > * + .woocommerce-product-rating {
    margin-top: 12px; }
    @media only screen and (max-width: 1360px) {
      .woocommerce-product-header > * + .woocommerce-product-rating {
        margin-top: 11.3852px; } }
    @media only screen and (max-width: 1024px) {
      .woocommerce-product-header > * + .woocommerce-product-rating {
        margin-top: 10.83032px; } }
    @media only screen and (max-width: 768px) {
      .woocommerce-product-header > * + .woocommerce-product-rating {
        margin-top: 10.32702px; } }
    @media only screen and (max-width: 320px) {
      .woocommerce-product-header > * + .woocommerce-product-rating {
        margin-top: 9.86842px; } }
  .woocommerce-product-header > * + .price {
    margin-top: 8px; }
    @media only screen and (max-width: 1360px) {
      .woocommerce-product-header > * + .price {
        margin-top: 7.87402px; } }
    @media only screen and (max-width: 1024px) {
      .woocommerce-product-header > * + .price {
        margin-top: 7.75194px; } }
    @media only screen and (max-width: 768px) {
      .woocommerce-product-header > * + .price {
        margin-top: 7.63359px; } }
    @media only screen and (max-width: 320px) {
      .woocommerce-product-header > * + .price {
        margin-top: 7.5188px; } }

.entry-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .entry-summary:after {
    content: "";
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

.shop_attributes[class][class][class] {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  border-top: 0;
  border-bottom: 0; }
  .shop_attributes[class][class][class] tr:last-child, .shop_attributes[class][class][class] tr:last-child th, .shop_attributes[class][class][class] tr:last-child td {
    border-bottom: 0; }
  .shop_attributes[class][class][class] tbody, .shop_attributes[class][class][class] tfoot, .shop_attributes[class][class][class] thead {
    border-bottom: 0; }
  .shop_attributes[class][class][class] tr {
    border-bottom-style: dashed; }
  .shop_attributes[class][class][class] th, .shop_attributes[class][class][class] td {
    background: none; }
  .shop_attributes[class][class][class] td {
    font: inherit;
    font-style: inherit; }
  .shop_attributes[class][class][class] th {
    width: 40%;
    padding: 12px;
    font-size: inherit;
    line-height: inherit;
    text-align: right; }
  .shop_attributes[class][class][class] td p {
    padding: 0; }

.comment-form-subscriptions:empty {
  display: none; }

.woocommerce-product-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .woocommerce-product-category li + li:before {
    content: "/";
    padding-left: 0.3em;
    padding-right: 0.3em; }

.comment-form-subscriptions:empty {
  display: none; }

.pswp--open {
  z-index: 9001; }

.woocommerce-Reviews {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto; }
  .woocommerce-Reviews .commentlist {
    padding-left: 0; }
  .woocommerce-Reviews .form-submit {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
    .woocommerce-Reviews .form-submit input#submit {
      display: block;
      width: 100%; }
  .woocommerce-Reviews .star-rating {
    width: 6.4em;
    height: 1.5em;
    letter-spacing: 0.2em;
    line-height: 1.5; }
  .woocommerce-Reviews #comments + #review_form_wrapper {
    margin-top: 32px; }
    @media only screen and (max-width: 1360px) {
      .woocommerce-Reviews #comments + #review_form_wrapper {
        margin-top: 25.22167px; } }
    @media only screen and (max-width: 1024px) {
      .woocommerce-Reviews #comments + #review_form_wrapper {
        margin-top: 20.81301px; } }
    @media only screen and (max-width: 768px) {
      .woocommerce-Reviews #comments + #review_form_wrapper {
        margin-top: 17.71626px; } }
    @media only screen and (max-width: 320px) {
      .woocommerce-Reviews #comments + #review_form_wrapper {
        margin-top: 15.42169px; } }
  .woocommerce-Reviews .woocommerce-noreviews {
    opacity: 0.5; }
  .woocommerce-Reviews .comment-notes {
    font: inherit;
    opacity: 0.5; }
  .woocommerce-Reviews .comment-reply-title {
    margin-bottom: 0; }

.woocommerce #reviews #comments ol.commentlist li .comment_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .woocommerce #reviews #comments ol.commentlist li .comment_container img.avatar {
    position: static;
    width: auto;
    border: 0;
    padding: 0;
    float: none;
    -ms-flex-negative: 0;
        flex-shrink: 0; }

.woocommerce #reviews #comments ol.commentlist li .meta[class][class] {
  color: inherit;
  font: inherit; }

.woocommerce #reviews #comments ol.commentlist li .woocommerce-review__published-date {
  opacity: 0.5; }

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border: 0;
  padding: 0;
  margin-left: 30px; }
  @media only screen and (max-width: 1360px) {
    .woocommerce #reviews #comments ol.commentlist li .comment-text {
      margin-left: 23.7037px; } }
  @media only screen and (max-width: 1024px) {
    .woocommerce #reviews #comments ol.commentlist li .comment-text {
      margin-left: 19.59184px; } }
  @media only screen and (max-width: 768px) {
    .woocommerce #reviews #comments ol.commentlist li .comment-text {
      margin-left: 16.69565px; } }
  @media only screen and (max-width: 320px) {
    .woocommerce #reviews #comments ol.commentlist li .comment-text {
      margin-left: 14.54545px; } }

.comment-form-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -14px; }
  @media only screen and (max-width: 1360px) {
    .comment-form-rating {
      margin-left: -12.89431px; } }
  @media only screen and (max-width: 1024px) {
    .comment-form-rating {
      margin-left: -11.95049px; } }
  @media only screen and (max-width: 768px) {
    .comment-form-rating {
      margin-left: -11.13541px; } }
  @media only screen and (max-width: 320px) {
    .comment-form-rating {
      margin-left: -10.42442px; } }
  .comment-form-rating label,
  .woocommerce #review_form #respond .comment-form-rating p.stars {
    margin-left: 14px; }
    @media only screen and (max-width: 1360px) {
      .comment-form-rating label,
      .woocommerce #review_form #respond .comment-form-rating p.stars {
        margin-left: 12.89431px; } }
    @media only screen and (max-width: 1024px) {
      .comment-form-rating label,
      .woocommerce #review_form #respond .comment-form-rating p.stars {
        margin-left: 11.95049px; } }
    @media only screen and (max-width: 768px) {
      .comment-form-rating label,
      .woocommerce #review_form #respond .comment-form-rating p.stars {
        margin-left: 11.13541px; } }
    @media only screen and (max-width: 320px) {
      .comment-form-rating label,
      .woocommerce #review_form #respond .comment-form-rating p.stars {
        margin-left: 10.42442px; } }
  .woocommerce #review_form #respond .comment-form-rating p.stars {
    margin-bottom: 0; }
  .comment-form-rating label {
    padding-bottom: 0; }
  .comment-form-rating .stars span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -0.2em; }
    .comment-form-rating .stars span > a {
      padding-left: 0.2em;
      width: 1.2em; }
      .comment-form-rating .stars span > a:before {
        left: 0.2em; }

.woocommerce-Reviews .woocommerce-Reviews-title {
  margin-bottom: 16px; }
  @media only screen and (max-width: 1360px) {
    .woocommerce-Reviews .woocommerce-Reviews-title {
      margin-bottom: 14.1844px; } }
  @media only screen and (max-width: 1024px) {
    .woocommerce-Reviews .woocommerce-Reviews-title {
      margin-bottom: 12.73885px; } }
  @media only screen and (max-width: 768px) {
    .woocommerce-Reviews .woocommerce-Reviews-title {
      margin-bottom: 11.56069px; } }
  @media only screen and (max-width: 320px) {
    .woocommerce-Reviews .woocommerce-Reviews-title {
      margin-bottom: 10.58201px; } }

.woocommerce #review_form #respond .comment-reply-title {
  display: block; }

.woocommerce #review_form #respond p,
.woocommerce #review_form #respond .comment-form-rating,
.woocommerce #review_form #respond .comment-reply-title {
  margin-bottom: 16px; }
  @media only screen and (max-width: 1360px) {
    .woocommerce #review_form #respond p,
    .woocommerce #review_form #respond .comment-form-rating,
    .woocommerce #review_form #respond .comment-reply-title {
      margin-bottom: 14.1844px; } }
  @media only screen and (max-width: 1024px) {
    .woocommerce #review_form #respond p,
    .woocommerce #review_form #respond .comment-form-rating,
    .woocommerce #review_form #respond .comment-reply-title {
      margin-bottom: 12.73885px; } }
  @media only screen and (max-width: 768px) {
    .woocommerce #review_form #respond p,
    .woocommerce #review_form #respond .comment-form-rating,
    .woocommerce #review_form #respond .comment-reply-title {
      margin-bottom: 11.56069px; } }
  @media only screen and (max-width: 320px) {
    .woocommerce #review_form #respond p,
    .woocommerce #review_form #respond .comment-form-rating,
    .woocommerce #review_form #respond .comment-reply-title {
      margin-bottom: 10.58201px; } }

.woocommerce #review_form #respond p:last-child {
  margin-bottom: 0; }

.woocommerce #review_form #respond p.stars {
  font-size: 1.5em; }

.woocommerce #review_form #respond textarea {
  display: block; }

.woocommerce-review__dash {
  opacity: 0.5;
  margin: 0 0.3em; }

.c-btn--sale-flash {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 10;
  padding: 0.6em 1.1em 0.7em 1.2em;
  pointer-events: none; }
  @media only screen and (max-width: 1360px) {
    .c-btn--sale-flash {
      top: 14.1844px; } }
  @media only screen and (max-width: 1024px) {
    .c-btn--sale-flash {
      top: 12.73885px; } }
  @media only screen and (max-width: 768px) {
    .c-btn--sale-flash {
      top: 11.56069px; } }
  @media only screen and (max-width: 320px) {
    .c-btn--sale-flash {
      top: 10.58201px; } }
  @media only screen and (max-width: 1360px) {
    .c-btn--sale-flash {
      left: 14.1844px; } }
  @media only screen and (max-width: 1024px) {
    .c-btn--sale-flash {
      left: 12.73885px; } }
  @media only screen and (max-width: 768px) {
    .c-btn--sale-flash {
      left: 11.56069px; } }
  @media only screen and (max-width: 320px) {
    .c-btn--sale-flash {
      left: 10.58201px; } }

.c-mini-cart {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000; }
  .admin-bar .c-mini-cart {
    top: 32px; }
  .demo-site .c-mini-cart {
    top: 80px; }
  .admin-bar.demo-site .c-mini-cart {
    top: 112px; }
  @media (max-width: 782px) {
    .admin-bar .c-mini-cart {
      top: 46px; }
    .admin-bar.demo-site .c-mini-cart {
      top: 126px; } }
  @media (max-width: 700px) {
    .admin-bar.demo-site .c-mini-cart {
      top: 146px; } }
  .c-mini-cart .widgettitle {
    display: none; }
  .c-mini-cart .widget_shopping_cart {
    position: relative; }
    .c-mini-cart .widget_shopping_cart:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 10px;
      opacity: 0.2;
      -webkit-box-shadow: inset 0 10px 10px -10px currentColor;
              box-shadow: inset 0 10px 10px -10px currentColor; }
  .c-mini-cart .woocommerce-mini-cart[class] {
    padding: 40px;
    padding-top: 0;
    overflow-y: auto;
    margin-bottom: 0; }
  .c-mini-cart .woocommerce-mini-cart__total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative; }
    .c-mini-cart .woocommerce-mini-cart__total[class][class] {
      border-top: 0;
      padding: 20px;
      margin: 0; }
    .c-mini-cart .woocommerce-mini-cart__total:before {
      content: "";
      display: block;
      height: 10px;
      position: absolute;
      bottom: 100%;
      left: 0;
      right: 0;
      opacity: 0.2;
      -webkit-box-shadow: inset 0 -10px 10px -10px currentColor;
              box-shadow: inset 0 -10px 10px -10px currentColor; }
    .c-mini-cart .woocommerce-mini-cart__total .amount {
      margin-left: auto; }
  .c-mini-cart .woocommerce-mini-cart__buttons {
    padding: 20px;
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    .c-mini-cart .woocommerce-mini-cart__buttons[class][class][class][class] > a {
      display: block; }
    .c-mini-cart .woocommerce-mini-cart__buttons[class][class][class][class] > a:not(:last-child) {
      margin-top: 10px; }
    .c-mini-cart .woocommerce-mini-cart__buttons .c-btn:not(.checkout):not(:hover) {
      background: transparent;
      color: inherit; }
  .c-mini-cart .mini_cart_item {
    display: block;
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform; }
  .c-mini-cart .mini_cart_item--hidden {
    opacity: 0;
    -webkit-transform: translate3d(0, 1rem, 0);
            transform: translate3d(0, 1rem, 0);
    -webkit-transition: none;
    transition: none; }
  .c-mini-cart .woocommerce-mini-cart__empty-message {
    padding: 20px; }

.c-mini-cart__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000000;
  opacity: 0.2; }

.c-mini-cart__flyout {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 270px;
  background: #FFFFFF;
  pointer-events: auto; }
  .c-mini-cart__flyout,
  .c-mini-cart__flyout .widget_shopping_cart,
  .c-mini-cart__flyout .widget_shopping_cart_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .c-mini-cart__flyout .widget_shopping_cart,
  .c-mini-cart__flyout .widget_shopping_cart_content,
  .c-mini-cart__flyout .woocommerce-mini-cart {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .c-mini-cart__flyout .widget_shopping_cart_content > :not(.woocommerce-mini-cart) {
    -ms-flex-negative: 0;
        flex-shrink: 0; }

.c-mini-cart[class] .cart_list li,
.c-mini-cart[class] .product_list_widget li {
  padding: 0;
  padding-top: 40px; }
  .c-mini-cart[class] .cart_list li:before,
  .c-mini-cart[class] .product_list_widget li:before {
    content: "";
    display: block;
    margin-top: -10px; }

.c-mini-cart[class] .cart_list a:not(.remove),
.c-mini-cart[class] .product_list_widget a:not(.remove) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none; }

.c-mini-cart[class] .cart_list a.remove[class],
.c-mini-cart[class] .product_list_widget a.remove[class] {
  top: auto;
  left: auto;
  bottom: 0.25em;
  right: 0;
  background: none;
  width: 10px;
  height: 10px;
  overflow: hidden;
  text-indent: -9999em;
  color: inherit !important; }
  .c-mini-cart[class] .cart_list a.remove[class]:before, .c-mini-cart[class] .cart_list a.remove[class]:after,
  .c-mini-cart[class] .product_list_widget a.remove[class]:before,
  .c-mini-cart[class] .product_list_widget a.remove[class]:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: currentColor; }
  .c-mini-cart[class] .cart_list a.remove[class]:before,
  .c-mini-cart[class] .product_list_widget a.remove[class]:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg); }
  .c-mini-cart[class] .cart_list a.remove[class]:after,
  .c-mini-cart[class] .product_list_widget a.remove[class]:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg); }

.c-mini-cart[class] .cart_list img,
.c-mini-cart[class] .product_list_widget img {
  display: block;
  float: none;
  width: auto;
  margin: 0;
  margin-top: 6px;
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

.c-mini-cart__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px; }

.c-mini-cart__title[class] {
  margin-bottom: 0; }

.c-mini-cart__close {
  position: relative;
  width: 18px;
  height: 18px;
  overflow: hidden;
  text-indent: -9999em;
  margin-left: auto;
  cursor: pointer; }
  .c-mini-cart__close:before, .c-mini-cart__close:after {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: currentColor; }
  .c-mini-cart__close:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg); }
  .c-mini-cart__close:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg); }

.c-mini-cart__overlay,
.c-mini-cart__flyout {
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }

.c-mini-cart:not(.c-mini-cart--visible) {
  pointer-events: none; }
  .c-mini-cart:not(.c-mini-cart--visible) .c-mini-cart__overlay {
    opacity: 0; }
  .c-mini-cart:not(.c-mini-cart--visible) .c-mini-cart__flyout {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); }

.woocommerce-cart[class][class] .entry-title {
  max-width: none; }

.woocommerce-cart[class][class] .entry-header {
  padding-bottom: 32px; }
  @media only screen and (max-width: 1360px) {
    .woocommerce-cart[class][class] .entry-header {
      padding-bottom: 25.22167px; } }
  @media only screen and (max-width: 1024px) {
    .woocommerce-cart[class][class] .entry-header {
      padding-bottom: 20.81301px; } }
  @media only screen and (max-width: 768px) {
    .woocommerce-cart[class][class] .entry-header {
      padding-bottom: 17.71626px; } }
  @media only screen and (max-width: 320px) {
    .woocommerce-cart[class][class] .entry-header {
      padding-bottom: 15.42169px; } }

.woocommerce-cart table.cart {
  margin-bottom: 144px; }
  @media only screen and (max-width: 1360px) {
    .woocommerce-cart table.cart {
      margin-bottom: 99.74026px; } }
  @media only screen and (max-width: 1024px) {
    .woocommerce-cart table.cart {
      margin-bottom: 76.29139px; } }
  @media only screen and (max-width: 768px) {
    .woocommerce-cart table.cart {
      margin-bottom: 61.76944px; } }
  @media only screen and (max-width: 320px) {
    .woocommerce-cart table.cart {
      margin-bottom: 51.89189px; } }
  .woocommerce-cart table.cart td {
    padding-top: 1.5em;
    padding-bottom: 1.5em; }
  .woocommerce-cart table.cart td.product-name a {
    border-bottom: 0;
    text-decoration: none; }
  .woocommerce-cart table.cart .product-thumbnail a {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom: 0;
    background: none; }
  .woocommerce-cart table.cart .product-remove a {
    position: relative;
    width: 18px;
    height: 18px;
    overflow: hidden;
    text-indent: -9999em;
    color: inherit !important;
    background: none; }
    .woocommerce-cart table.cart .product-remove a:before, .woocommerce-cart table.cart .product-remove a:after {
      content: "";
      display: block;
      width: 2px;
      height: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      background-color: currentColor; }
    .woocommerce-cart table.cart .product-remove a:before {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg); }
    .woocommerce-cart table.cart .product-remove a:after {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg); }
  .woocommerce-cart table.cart a {
    display: block; }
  .woocommerce-cart table.cart img {
    display: block;
    width: 150px; }
  .woocommerce-cart table.cart .coupon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.shop_table tr {
  border: 0; }

.shop_table[class][class][class] {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  margin-bottom: 0; }
  .cart-collaterals .shop_table[class][class][class] {
    border-bottom: 0; }
  .shop_table[class][class][class] td, .shop_table[class][class][class] th {
    padding-top: 1.5em;
    padding-bottom: 1.5em; }
    @media only screen and (min-width: 768px) {
      .shop_table[class][class][class] td:first-child, .shop_table[class][class][class] th:first-child {
        padding-left: 0; }
      .shop_table[class][class][class] td:last-child, .shop_table[class][class][class] th:last-child {
        padding-right: 0; } }

.shop_table[class] #shipping_method li {
  margin-bottom: 20px; }
  @media only screen and (max-width: 1360px) {
    .shop_table[class] #shipping_method li {
      margin-bottom: 16px; } }
  @media only screen and (max-width: 1024px) {
    .shop_table[class] #shipping_method li {
      margin-bottom: 13.33333px; } }
  @media only screen and (max-width: 768px) {
    .shop_table[class] #shipping_method li {
      margin-bottom: 11.42857px; } }
  @media only screen and (max-width: 320px) {
    .shop_table[class] #shipping_method li {
      margin-bottom: 10px; } }

.shop_table .cart-subtotal td:last-child,
.shop_table .order-total td:last-child {
  text-align: right; }

.cart_totals .checkout-button[class][class][class] {
  display: block; }

.woocommerce-cart .wc-proceed-to-checkout {
  padding: 0; }

.woocommerce-cart #content table.cart[class] .coupon .input-text {
  width: 200px; }

.shipping-calculator-button {
  opacity: 0.5; }
  .shipping-calculator-button[class][class]:after {
    content: none; }

.woocommerce-cart-form + .cart-collaterals {
  margin-top: 120px; }
  @media only screen and (max-width: 1360px) {
    .woocommerce-cart-form + .cart-collaterals {
      margin-top: 85.33333px; } }
  @media only screen and (max-width: 1024px) {
    .woocommerce-cart-form + .cart-collaterals {
      margin-top: 66.2069px; } }
  @media only screen and (max-width: 768px) {
    .woocommerce-cart-form + .cart-collaterals {
      margin-top: 54.08451px; } }
  @media only screen and (max-width: 320px) {
    .woocommerce-cart-form + .cart-collaterals {
      margin-top: 45.71429px; } }

.woocommerce-cart .actions .coupon[class][class] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px; }
  .woocommerce-cart .actions .coupon[class][class] > .input-text,
  .woocommerce-cart .actions .coupon[class][class] > .button {
    margin-left: 10px; }
  .woocommerce-cart .actions .coupon[class][class] > .input-text {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-right: auto; }

.woocommerce .quantity .qty {
  padding-left: 0;
  padding-right: 0; }

.shop_table .shipping [data-title]:before {
  margin-bottom: 20px; }
  @media only screen and (max-width: 1360px) {
    .shop_table .shipping [data-title]:before {
      margin-bottom: 16px; } }
  @media only screen and (max-width: 1024px) {
    .shop_table .shipping [data-title]:before {
      margin-bottom: 13.33333px; } }
  @media only screen and (max-width: 768px) {
    .shop_table .shipping [data-title]:before {
      margin-bottom: 11.42857px; } }
  @media only screen and (max-width: 320px) {
    .shop_table .shipping [data-title]:before {
      margin-bottom: 10px; } }
  @media not screen and (min-width: 768px) {
    .shop_table .shipping [data-title]:before {
      float: none;
      display: block;
      text-align: left;
      margin-bottom: 20px; } }

.cart_list.product_list_widget {
  -ms-flex-preferred-size: 0;
      flex-basis: 0; }

.woocommerce-cart-form[class][class][class][class] button,
.woocommerce-cart-form[class][class][class][class] .button,
.cart-collaterals[class][class][class][class] button,
.cart-collaterals[class][class][class][class] .button,
.woocommerce-message[class][class][class][class] button,
.woocommerce-message[class][class][class][class] .button {
  border: 2px solid #222222; }
  .woocommerce-cart-form[class][class][class][class] button:hover,
  .woocommerce-cart-form[class][class][class][class] .button:hover,
  .cart-collaterals[class][class][class][class] button:hover,
  .cart-collaterals[class][class][class][class] .button:hover,
  .woocommerce-message[class][class][class][class] button:hover,
  .woocommerce-message[class][class][class][class] .button:hover {
    background-color: transparent !important; }

.woocommerce-checkout #barba-wrapper {
  overflow: hidden; }

.woocommerce-checkout .col2-set {
  width: auto; }
  .woocommerce-checkout .col2-set .col-1,
  .woocommerce-checkout .col2-set .col-2 {
    float: none;
    width: auto; }

.woocommerce-checkout.woocommerce-order-received .col2-set {
  margin-left: -60px;
  margin-top: -60px; }
  @media only screen and (max-width: 1360px) {
    .woocommerce-checkout.woocommerce-order-received .col2-set {
      margin-left: -45.71429px; } }
  @media only screen and (max-width: 1024px) {
    .woocommerce-checkout.woocommerce-order-received .col2-set {
      margin-left: -36.92308px; } }
  @media only screen and (max-width: 768px) {
    .woocommerce-checkout.woocommerce-order-received .col2-set {
      margin-left: -30.96774px; } }
  @media only screen and (max-width: 320px) {
    .woocommerce-checkout.woocommerce-order-received .col2-set {
      margin-left: -26.66667px; } }
  @media only screen and (max-width: 1360px) {
    .woocommerce-checkout.woocommerce-order-received .col2-set {
      margin-top: -45.71429px; } }
  @media only screen and (max-width: 1024px) {
    .woocommerce-checkout.woocommerce-order-received .col2-set {
      margin-top: -36.92308px; } }
  @media only screen and (max-width: 768px) {
    .woocommerce-checkout.woocommerce-order-received .col2-set {
      margin-top: -30.96774px; } }
  @media only screen and (max-width: 320px) {
    .woocommerce-checkout.woocommerce-order-received .col2-set {
      margin-top: -26.66667px; } }
  .woocommerce-checkout.woocommerce-order-received .col2-set > * {
    padding-left: 60px;
    padding-top: 60px; }
    @media only screen and (max-width: 1360px) {
      .woocommerce-checkout.woocommerce-order-received .col2-set > * {
        padding-left: 45.71429px; } }
    @media only screen and (max-width: 1024px) {
      .woocommerce-checkout.woocommerce-order-received .col2-set > * {
        padding-left: 36.92308px; } }
    @media only screen and (max-width: 768px) {
      .woocommerce-checkout.woocommerce-order-received .col2-set > * {
        padding-left: 30.96774px; } }
    @media only screen and (max-width: 320px) {
      .woocommerce-checkout.woocommerce-order-received .col2-set > * {
        padding-left: 26.66667px; } }
    @media only screen and (max-width: 1360px) {
      .woocommerce-checkout.woocommerce-order-received .col2-set > * {
        padding-top: 45.71429px; } }
    @media only screen and (max-width: 1024px) {
      .woocommerce-checkout.woocommerce-order-received .col2-set > * {
        padding-top: 36.92308px; } }
    @media only screen and (max-width: 768px) {
      .woocommerce-checkout.woocommerce-order-received .col2-set > * {
        padding-top: 30.96774px; } }
    @media only screen and (max-width: 320px) {
      .woocommerce-checkout.woocommerce-order-received .col2-set > * {
        padding-top: 26.66667px; } }

.woocommerce-checkout .woocommerce-customer-details,
.woocommerce-checkout .woocommerce-order-details,
.woocommerce-checkout .woocommerce-order-downloads {
  margin-bottom: 0; }
  * + .woocommerce-checkout .woocommerce-customer-details, * +
  .woocommerce-checkout .woocommerce-order-details, * +
  .woocommerce-checkout .woocommerce-order-downloads {
    margin-top: 60px; }
    @media only screen and (max-width: 1360px) {
      * + .woocommerce-checkout .woocommerce-customer-details, * +
      .woocommerce-checkout .woocommerce-order-details, * +
      .woocommerce-checkout .woocommerce-order-downloads {
        margin-top: 45.71429px; } }
    @media only screen and (max-width: 1024px) {
      * + .woocommerce-checkout .woocommerce-customer-details, * +
      .woocommerce-checkout .woocommerce-order-details, * +
      .woocommerce-checkout .woocommerce-order-downloads {
        margin-top: 36.92308px; } }
    @media only screen and (max-width: 768px) {
      * + .woocommerce-checkout .woocommerce-customer-details, * +
      .woocommerce-checkout .woocommerce-order-details, * +
      .woocommerce-checkout .woocommerce-order-downloads {
        margin-top: 30.96774px; } }
    @media only screen and (max-width: 320px) {
      * + .woocommerce-checkout .woocommerce-customer-details, * +
      .woocommerce-checkout .woocommerce-order-details, * +
      .woocommerce-checkout .woocommerce-order-downloads {
        margin-top: 26.66667px; } }

@media only screen and (min-width: 768px) {
  .woocommerce-checkout:not(.woocommerce-order-received) .col2-set {
    float: left;
    width: 55%;
    padding-left: 5.25%;
    padding-right: 8.75%; }
  .woocommerce-checkout.woocommerce-order-received .col2-set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .woocommerce-checkout.woocommerce-order-received .col2-set > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%; }
  .woocommerce-checkout [id="order_review_heading"],
  .woocommerce-checkout .woocommerce-checkout-review-order {
    float: right;
    clear: right;
    width: 45%;
    padding-left: 3.5%;
    padding-right: 5.25%; }
  .woocommerce-checkout .woocommerce-checkout {
    position: relative; }
    .woocommerce-checkout .woocommerce-checkout:before {
      display: block;
      content: "";
      position: absolute;
      top: -9999vh;
      right: -100vw;
      bottom: -9999vh;
      left: 55%;
      pointer-events: none;
      opacity: 0.02; }
    .woocommerce-checkout .woocommerce-checkout:after {
      content: " ";
      display: table;
      clear: both; }
    .woocommerce-checkout .woocommerce-checkout > * {
      position: relative;
      z-index: 20; } }

.woocommerce-checkout table.shop_table {
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  border-radius: 0;
  margin: 0; }
  .woocommerce-checkout table.shop_table tbody,
  .woocommerce-checkout table.shop_table tfoot,
  .woocommerce-checkout table.shop_table thead {
    border: 0; }
  .woocommerce-checkout table.shop_table[class] td, .woocommerce-checkout table.shop_table[class] th {
    font-weight: inherit; }
  .woocommerce-checkout table.shop_table td:first-child, .woocommerce-checkout table.shop_table th:first-child {
    padding-left: 0; }
  .woocommerce-checkout table.shop_table td:last-child, .woocommerce-checkout table.shop_table th:last-child {
    padding-right: 0;
    text-align: right; }

.woocommerce-checkout #shipping_method[id] li {
  margin-bottom: 0; }
  .woocommerce-checkout #shipping_method[id] li + li {
    margin-top: 20px; }

.woocommerce-checkout #payment #place_order {
  float: none;
  display: block;
  width: 100%;
  margin-top: 20px; }

.woocommerce-checkout form .form-row {
  padding: 0; }
  .woocommerce-checkout form .form-row:not(:last-child) {
    margin-bottom: 24px; }
    @media only screen and (max-width: 1360px) {
      .woocommerce-checkout form .form-row:not(:last-child) {
        margin-bottom: 19.10448px; } }
    @media only screen and (max-width: 1024px) {
      .woocommerce-checkout form .form-row:not(:last-child) {
        margin-bottom: 15.86777px; } }
    @media only screen and (max-width: 768px) {
      .woocommerce-checkout form .form-row:not(:last-child) {
        margin-bottom: 13.5689px; } }
    @media only screen and (max-width: 320px) {
      .woocommerce-checkout form .form-row:not(:last-child) {
        margin-bottom: 11.85185px; } }
  .woocommerce-checkout form .form-row label {
    font-weight: 700;
    margin-bottom: 12px; }
    @media only screen and (max-width: 1360px) {
      .woocommerce-checkout form .form-row label {
        margin-bottom: 11.3852px; } }
    @media only screen and (max-width: 1024px) {
      .woocommerce-checkout form .form-row label {
        margin-bottom: 10.83032px; } }
    @media only screen and (max-width: 768px) {
      .woocommerce-checkout form .form-row label {
        margin-bottom: 10.32702px; } }
    @media only screen and (max-width: 320px) {
      .woocommerce-checkout form .form-row label {
        margin-bottom: 9.86842px; } }
  .woocommerce-checkout form .form-row input.input-text,
  .woocommerce-checkout form .form-row textarea {
    line-height: inherit; }

.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-checkout .woocommerce-form-coupon {
  position: relative;
  z-index: 20; }

.woocommerce-checkout .woocommerce-form-coupon-toggle {
  overflow: hidden; }

.woocommerce-checkout .woocommerce-form-coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-left: -20px; }
  @media only screen and (max-width: 1360px) {
    .woocommerce-checkout .woocommerce-form-coupon {
      margin-left: -16px; } }
  @media only screen and (max-width: 1024px) {
    .woocommerce-checkout .woocommerce-form-coupon {
      margin-left: -13.33333px; } }
  @media only screen and (max-width: 768px) {
    .woocommerce-checkout .woocommerce-form-coupon {
      margin-left: -11.42857px; } }
  @media only screen and (max-width: 320px) {
    .woocommerce-checkout .woocommerce-form-coupon {
      margin-left: -10px; } }
  .woocommerce-checkout .woocommerce-form-coupon > p:not([class]) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 20px; }
    @media only screen and (max-width: 1360px) {
      .woocommerce-checkout .woocommerce-form-coupon > p:not([class]) {
        margin-bottom: 16px; } }
    @media only screen and (max-width: 1024px) {
      .woocommerce-checkout .woocommerce-form-coupon > p:not([class]) {
        margin-bottom: 13.33333px; } }
    @media only screen and (max-width: 768px) {
      .woocommerce-checkout .woocommerce-form-coupon > p:not([class]) {
        margin-bottom: 11.42857px; } }
    @media only screen and (max-width: 320px) {
      .woocommerce-checkout .woocommerce-form-coupon > p:not([class]) {
        margin-bottom: 10px; } }
  .woocommerce-checkout .woocommerce-form-coupon > p {
    width: auto;
    padding-left: 20px; }
    @media only screen and (max-width: 1360px) {
      .woocommerce-checkout .woocommerce-form-coupon > p {
        padding-left: 16px; } }
    @media only screen and (max-width: 1024px) {
      .woocommerce-checkout .woocommerce-form-coupon > p {
        padding-left: 13.33333px; } }
    @media only screen and (max-width: 768px) {
      .woocommerce-checkout .woocommerce-form-coupon > p {
        padding-left: 11.42857px; } }
    @media only screen and (max-width: 320px) {
      .woocommerce-checkout .woocommerce-form-coupon > p {
        padding-left: 10px; } }
  .woocommerce-checkout .woocommerce-form-coupon button {
    height: 100%; }
  .woocommerce-checkout .woocommerce-form-coupon .form-row-first {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .woocommerce-checkout .woocommerce-form-coupon + .woocommerce-billing-fields {
    margin-top: 20px; }
    @media only screen and (max-width: 1360px) {
      .woocommerce-checkout .woocommerce-form-coupon + .woocommerce-billing-fields {
        margin-top: 16px; } }
    @media only screen and (max-width: 1024px) {
      .woocommerce-checkout .woocommerce-form-coupon + .woocommerce-billing-fields {
        margin-top: 13.33333px; } }
    @media only screen and (max-width: 768px) {
      .woocommerce-checkout .woocommerce-form-coupon + .woocommerce-billing-fields {
        margin-top: 11.42857px; } }
    @media only screen and (max-width: 320px) {
      .woocommerce-checkout .woocommerce-form-coupon + .woocommerce-billing-fields {
        margin-top: 10px; } }
  .woocommerce-checkout .woocommerce-form-coupon .form-row-last[class][class]:after, .woocommerce-checkout .woocommerce-form-coupon .form-row-last[class][class]:before,
  .woocommerce-checkout .woocommerce-form-coupon .form-row-first[class][class]:after,
  .woocommerce-checkout .woocommerce-form-coupon .form-row-first[class][class]:before {
    content: none; }
  .woocommerce-checkout .woocommerce-form-coupon .input-text {
    height: 100%; }

.woocommerce-checkout .clear {
  display: none; }

.woocommerce-checkout .woocommerce-info {
  margin-bottom: 20px; }
  @media only screen and (max-width: 1360px) {
    .woocommerce-checkout .woocommerce-info {
      margin-bottom: 16px; } }
  @media only screen and (max-width: 1024px) {
    .woocommerce-checkout .woocommerce-info {
      margin-bottom: 13.33333px; } }
  @media only screen and (max-width: 768px) {
    .woocommerce-checkout .woocommerce-info {
      margin-bottom: 11.42857px; } }
  @media only screen and (max-width: 320px) {
    .woocommerce-checkout .woocommerce-info {
      margin-bottom: 10px; } }

@media not screen and (min-width: 62.5em) {
  .woocommerce-checkout .site-content {
    padding-top: 0; } }

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: none;
  border-radius: 0; }
  #add_payment_method #payment ul.payment_methods,
  .woocommerce-cart #payment ul.payment_methods,
  .woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
    border: 0; }
  #add_payment_method #payment .wc_payment_method,
  .woocommerce-cart #payment .wc_payment_method,
  .woocommerce-checkout #payment .wc_payment_method {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font: inherit;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 24px;
    padding-bottom: 24px; }
    #add_payment_method #payment .wc_payment_method label,
    .woocommerce-cart #payment .wc_payment_method label,
    .woocommerce-checkout #payment .wc_payment_method label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #add_payment_method #payment .wc_payment_method label > *,
      .woocommerce-cart #payment .wc_payment_method label > *,
      .woocommerce-checkout #payment .wc_payment_method label > * {
        margin-left: 10px; }
  #add_payment_method #payment div.payment_box,
  .woocommerce-cart #payment div.payment_box,
  .woocommerce-checkout #payment div.payment_box {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-left: 38px;
    margin-bottom: 0;
    padding: 0;
    opacity: 0.8;
    background: none; }
    #add_payment_method #payment div.payment_box:before,
    .woocommerce-cart #payment div.payment_box:before,
    .woocommerce-checkout #payment div.payment_box:before {
      content: none; }
  #add_payment_method #payment .about_paypal[class],
  .woocommerce-cart #payment .about_paypal[class],
  .woocommerce-checkout #payment .about_paypal[class] {
    line-height: inherit; }
  #add_payment_method #payment div.form-row,
  .woocommerce-cart #payment div.form-row,
  .woocommerce-checkout #payment div.form-row {
    padding: 0; }

.woocommerce-terms-and-conditions-wrapper[class][class] > * {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 24px;
  padding-bottom: 24px; }

.woocommerce-terms-and-conditions-wrapper[class][class] .validate-required {
  margin-bottom: 0; }
  .woocommerce-terms-and-conditions-wrapper[class][class] .validate-required .woocommerce-form__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0; }
  .woocommerce-terms-and-conditions-wrapper[class][class] .validate-required .woocommerce-form__input {
    margin-top: 0;
    margin-right: 10px; }

.woocommerce-checkout-title[class] {
  margin-bottom: 10px; }
  @media only screen and (max-width: 1360px) {
    .woocommerce-checkout-title[class] {
      margin-bottom: 9.69697px; } }
  @media only screen and (max-width: 1024px) {
    .woocommerce-checkout-title[class] {
      margin-bottom: 9.41176px; } }
  @media only screen and (max-width: 768px) {
    .woocommerce-checkout-title[class] {
      margin-bottom: 9.14286px; } }
  @media only screen and (max-width: 320px) {
    .woocommerce-checkout-title[class] {
      margin-bottom: 8.88889px; } }
  .woocommerce-checkout-title[class] a {
    color: inherit; }
    .u-underlined-links .woocommerce-checkout-title[class] a {
      text-decoration: none; }

.woocommerce-checkout-breadcrumbs {
  list-style: none;
  padding-left: 0;
  margin-bottom: 32px; }
  @media only screen and (max-width: 1360px) {
    .woocommerce-checkout-breadcrumbs {
      margin-bottom: 25.22167px; } }
  @media only screen and (max-width: 1024px) {
    .woocommerce-checkout-breadcrumbs {
      margin-bottom: 20.81301px; } }
  @media only screen and (max-width: 768px) {
    .woocommerce-checkout-breadcrumbs {
      margin-bottom: 17.71626px; } }
  @media only screen and (max-width: 320px) {
    .woocommerce-checkout-breadcrumbs {
      margin-bottom: 15.42169px; } }
  .woocommerce-checkout-breadcrumbs li {
    display: inline-block;
    margin-bottom: 0; }
  .u-underlined-links .woocommerce-checkout-breadcrumbs a {
    text-decoration: none; }
  .woocommerce-checkout-breadcrumbs li + li {
    position: relative;
    padding-left: 1.4em; }
    .woocommerce-checkout-breadcrumbs li + li:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0.2em;
      display: block;
      width: 0.4em;
      height: 0.4em;
      border: 1px solid transparent;
      border-top-color: currentColor;
      border-right-color: currentColor;
      -webkit-transform: translate(0.1em, 0.1em) translate(0, -50%) rotate(45deg);
              transform: translate(0.1em, 0.1em) translate(0, -50%) rotate(45deg);
      opacity: 0.5; }

.woocommerce-billing-fields > h3,
.woocommerce-additional-fields > h3 {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  @media only screen and (max-width: 1360px) {
    .woocommerce-billing-fields > h3,
    .woocommerce-additional-fields > h3 {
      padding-bottom: 19.10448px; } }
  @media only screen and (max-width: 1024px) {
    .woocommerce-billing-fields > h3,
    .woocommerce-additional-fields > h3 {
      padding-bottom: 15.86777px; } }
  @media only screen and (max-width: 768px) {
    .woocommerce-billing-fields > h3,
    .woocommerce-additional-fields > h3 {
      padding-bottom: 13.5689px; } }
  @media only screen and (max-width: 320px) {
    .woocommerce-billing-fields > h3,
    .woocommerce-additional-fields > h3 {
      padding-bottom: 11.85185px; } }
  @media only screen and (max-width: 1360px) {
    .woocommerce-billing-fields > h3,
    .woocommerce-additional-fields > h3 {
      margin-bottom: 19.10448px; } }
  @media only screen and (max-width: 1024px) {
    .woocommerce-billing-fields > h3,
    .woocommerce-additional-fields > h3 {
      margin-bottom: 15.86777px; } }
  @media only screen and (max-width: 768px) {
    .woocommerce-billing-fields > h3,
    .woocommerce-additional-fields > h3 {
      margin-bottom: 13.5689px; } }
  @media only screen and (max-width: 320px) {
    .woocommerce-billing-fields > h3,
    .woocommerce-additional-fields > h3 {
      margin-bottom: 11.85185px; } }

[id="order_review_heading"] {
  margin-bottom: 24px; }
  @media only screen and (max-width: 1360px) {
    [id="order_review_heading"] {
      margin-bottom: 19.10448px; } }
  @media only screen and (max-width: 1024px) {
    [id="order_review_heading"] {
      margin-bottom: 15.86777px; } }
  @media only screen and (max-width: 768px) {
    [id="order_review_heading"] {
      margin-bottom: 13.5689px; } }
  @media only screen and (max-width: 320px) {
    [id="order_review_heading"] {
      margin-bottom: 11.85185px; } }

[id="customer_details"] .col-1 + .col-2 {
  margin-top: 35px; }
  @media only screen and (max-width: 1360px) {
    [id="customer_details"] .col-1 + .col-2 {
      margin-top: 27.48466px; } }
  @media only screen and (max-width: 1024px) {
    [id="customer_details"] .col-1 + .col-2 {
      margin-top: 22.62626px; } }
  @media only screen and (max-width: 768px) {
    [id="customer_details"] .col-1 + .col-2 {
      margin-top: 19.22747px; } }
  @media only screen and (max-width: 320px) {
    [id="customer_details"] .col-1 + .col-2 {
      margin-top: 16.71642px; } }

#ship-to-different-address {
  margin-bottom: 24px; }
  @media only screen and (max-width: 1360px) {
    #ship-to-different-address {
      margin-bottom: 19.10448px; } }
  @media only screen and (max-width: 1024px) {
    #ship-to-different-address {
      margin-bottom: 15.86777px; } }
  @media only screen and (max-width: 768px) {
    #ship-to-different-address {
      margin-bottom: 13.5689px; } }
  @media only screen and (max-width: 320px) {
    #ship-to-different-address {
      margin-bottom: 11.85185px; } }
  #ship-to-different-address input[type="checkbox"] {
    margin-bottom: 0; }

.woocommerce-shipping-fields {
  margin-bottom: 35px; }
  @media only screen and (max-width: 1360px) {
    .woocommerce-shipping-fields {
      margin-bottom: 27.48466px; } }
  @media only screen and (max-width: 1024px) {
    .woocommerce-shipping-fields {
      margin-bottom: 22.62626px; } }
  @media only screen and (max-width: 768px) {
    .woocommerce-shipping-fields {
      margin-bottom: 19.22747px; } }
  @media only screen and (max-width: 320px) {
    .woocommerce-shipping-fields {
      margin-bottom: 16.71642px; } }

.woocommerce .woocommerce-customer-details address {
  padding: 0;
  border: 0; }

ul.order_details[class] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -40px;
  margin-left: -40px; }
  @media only screen and (max-width: 1360px) {
    ul.order_details[class] {
      margin-top: -31.21951px; } }
  @media only screen and (max-width: 1024px) {
    ul.order_details[class] {
      margin-top: -25.6px; } }
  @media only screen and (max-width: 768px) {
    ul.order_details[class] {
      margin-top: -21.69492px; } }
  @media only screen and (max-width: 320px) {
    ul.order_details[class] {
      margin-top: -18.82353px; } }
  @media only screen and (max-width: 1360px) {
    ul.order_details[class] {
      margin-left: -31.21951px; } }
  @media only screen and (max-width: 1024px) {
    ul.order_details[class] {
      margin-left: -25.6px; } }
  @media only screen and (max-width: 768px) {
    ul.order_details[class] {
      margin-left: -21.69492px; } }
  @media only screen and (max-width: 320px) {
    ul.order_details[class] {
      margin-left: -18.82353px; } }
  ul.order_details[class] > li {
    margin-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    margin-right: 0; }
    @media only screen and (max-width: 1360px) {
      ul.order_details[class] > li {
        margin-top: 31.21951px; } }
    @media only screen and (max-width: 1024px) {
      ul.order_details[class] > li {
        margin-top: 25.6px; } }
    @media only screen and (max-width: 768px) {
      ul.order_details[class] > li {
        margin-top: 21.69492px; } }
    @media only screen and (max-width: 320px) {
      ul.order_details[class] > li {
        margin-top: 18.82353px; } }
    @media only screen and (max-width: 1360px) {
      ul.order_details[class] > li {
        padding-left: 31.21951px; } }
    @media only screen and (max-width: 1024px) {
      ul.order_details[class] > li {
        padding-left: 25.6px; } }
    @media only screen and (max-width: 768px) {
      ul.order_details[class] > li {
        padding-left: 21.69492px; } }
    @media only screen and (max-width: 320px) {
      ul.order_details[class] > li {
        padding-left: 18.82353px; } }
    @media only screen and (max-width: 1360px) {
      ul.order_details[class] > li {
        padding-right: 31.21951px; } }
    @media only screen and (max-width: 1024px) {
      ul.order_details[class] > li {
        padding-right: 25.6px; } }
    @media only screen and (max-width: 768px) {
      ul.order_details[class] > li {
        padding-right: 21.69492px; } }
    @media only screen and (max-width: 320px) {
      ul.order_details[class] > li {
        padding-right: 18.82353px; } }
    @media not screen and (min-width: 768px) {
      ul.order_details[class] > li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        border-right: 0; } }

.woocommerce-order-received .woocommerce-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .woocommerce-order-received .woocommerce-order > .woocommerce-checkout-title,
  .woocommerce-order-received .woocommerce-order > .woocommerce-checkout-breadcrumbs {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }

.u-header-height-padding-top .woocommerce-checkout:not(.woocommerce-order-received) {
  padding-top: 0; }

#form-coupon {
  display: none !important; }

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

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  position: relative;
  border-width: 3px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2.5em; }
  @media not screen and (min-width: tablet) {
    .woocommerce-error a,
    .woocommerce-info a,
    .woocommerce-message a {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      padding-left: 2.3em; } }

.notice-icon {
  position: absolute;
  top: auto;
  left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 23px;
  height: 23px;
  border: 6px solid;
  border-radius: 50%; }
  .notice-icon:before {
    position: relative;
    font-family: 'notifications_icons'; }

.woocommerce-error {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .woocommerce-error > li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
    .woocommerce-error > li:first-child {
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
      padding-left: 0 !important; }

.woocommerce-error:before {
  content: none; }

.woocommerce-error .notice-icon {
  top: 20px;
  color: #b81c23;
  border-color: rgba(184, 28, 35, 0.4); }
  .woocommerce-error .notice-icon:before {
    content: "\f057"; }

.woocommerce-info:before {
  content: none; }

.woocommerce-info .notice-icon {
  color: #1e85be;
  border-color: rgba(30, 133, 190, 0.4); }
  .woocommerce-info .notice-icon:before {
    content: "\f06a"; }

.woocommerce-message:before {
  content: none; }

.woocommerce-message .notice-icon {
  color: #8fae1b;
  border-color: rgba(143, 174, 27, 0.4); }
  .woocommerce-message .notice-icon:before {
    content: "\f058"; }

.woocommerce-message .button[class][class][class][class] {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: auto; }

.entry-title--woocommerce,
.woocommerce-products-header__title {
  text-align: center; }

.menu-item--cart a {
  padding-right: 2em;
  position: relative; }

.cart-count {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: translate(0, -50%) scale(0.7);
          transform: translate(0, -50%) scale(0.7); }
  .cart-count span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    white-space: nowrap; }

.woocommerce-message {
  margin-bottom: 40px; }
  @media only screen and (max-width: 1360px) {
    .woocommerce-message {
      margin-bottom: 31.21951px; } }
  @media only screen and (max-width: 1024px) {
    .woocommerce-message {
      margin-bottom: 25.6px; } }
  @media only screen and (max-width: 768px) {
    .woocommerce-message {
      margin-bottom: 21.69492px; } }
  @media only screen and (max-width: 320px) {
    .woocommerce-message {
      margin-bottom: 18.82353px; } }

.woocommerce-store-notice[class][class] {
  position: relative;
  top: 0;
  padding: 0.75em 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .woocommerce-store-notice[class][class]:not(.woocommerce-store-notice--visible) {
    display: none !important; }

.woocommerce-store-notice__dismiss-link {
  text-indent: -9999em;
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 1em;
  height: 1em;
  overflow: hidden; }
  .woocommerce-store-notice__dismiss-link:before, .woocommerce-store-notice__dismiss-link:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 1em;
    background: currentColor; }
  .woocommerce-store-notice__dismiss-link:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg); }
  .woocommerce-store-notice__dismiss-link:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg); }

.c-product-main .product_title span {
  font-size: 1.33em; }

.c-product-main .woocommerce-product-category,
.c-product-main .product_title {
  margin-bottom: 0; }

.c-product-main .woocommerce-product-category {
  list-style: none;
  padding-left: 0; }
