/**
 * WooCommerce
 */
/**
 * Imports
 */
/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
/**
 * Global styles applied to all non-woocommerce theme components. Includes styles for;
 *
 * Typography
 * Header
 * Footer
 * Main content area
 * Accessiblity helper classes
 * 404
 * Comments
 * Content (posts etc)
 * Forms
 * Media
 * Menus
 * pagination
 * Post formats
 * Widgets
 */
/**
 * Global styles
 */
* {
  box-sizing: border-box; }

body {
  background-color: #F2F2F2;
  overflow-x: hidden;
  color: #111;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%; }

@media (min-width: 1200px) and (max-width: 1399px) {
  body {
    font-size: 15px; } }

.site-content .col-full .row {
  margin: 0; }

.site-content,
.header-widget-region {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.dropdown-toggle:after {
  border: none;
  width: auto;
  height: auto;
  margin-left: .6em;
  content: '\f107';
  font-family: FontAwesome; }

ul.nav {
  margin-left: 0; }

.related .section-header,
.up-sells .section-header,
.section-products-carousel .section-header,
.deals-carousel-inner-block .section-header,
.section-products-carousel-tabs .section-header,
.section-landscape-products-carousel .section-header,
.section-landscape-products-widget-carousel .section-header,
.section-single-carousel-with-tab-product .section-single-carousel .section-header,
.section-single-carousel-with-tab-product .section-double-carousel .section-header,
.featured-brands-block .section-header,
.section-products-carousel-widget-with-tabs .section-brands .section-header,
.section-categories-carousel .section-header {
  border-bottom: none;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.custom-slick-nav a:first-child, .slick-prev {
  padding-right: 0.52em; }

.custom-slick-nav a, .slick-arrow {
  color: #c3c3c3; }

.custom-slick-nav a:hover, .slick-arrow:hover {
  color: #464646; }

@media (max-width: 767px) {
  ul:not(.slick-dots)[role="tablist"] {
    flex-direction: row;
    overflow: scroll;
    justify-content: unset !important;
    width: 100%;
    padding-bottom: 0; }
    ul:not(.slick-dots)[role="tablist"] li {
      width: 50%;
      flex-shrink: 0;
      text-align: center; }
    ul:not(.slick-dots)[role="tablist"] .nav-link {
      padding: 0 !important; }
      ul:not(.slick-dots)[role="tablist"] .nav-link::after {
        bottom: 0; } }

@font-face {
  font-family: 'star';
  src: url("https://v3.wpgroupbuydemo.com/wp-content/plugins/woocommerce/assets/fonts/star.eot");
  src: url("https://v3.wpgroupbuydemo.com/wp-content/plugins/woocommerce/assets/fonts/star.eot#iefix") format("embedded-opentype"), url("https://v3.wpgroupbuydemo.com/wp-content/plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("https://v3.wpgroupbuydemo.com/wp-content/plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("https://v3.wpgroupbuydemo.com/wp-content/plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'WooCommerce';
  src: url("https://v3.wpgroupbuydemo.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot");
  src: url("https://v3.wpgroupbuydemo.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot#iefix") format("embedded-opentype"), url("https://v3.wpgroupbuydemo.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("https://v3.wpgroupbuydemo.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("https://v3.wpgroupbuydemo.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
  font-weight: normal;
  font-style: normal; }

/**
 * Header Elements
 */
.woocommerce-active .site-header .col-full {
  position: relative; }

.site-header-cart .widget_shopping_cart_content .product_list_widget .woocommerce-mini-cart-item {
  border-bottom: 1px solid #efefef; }
  .site-header-cart .widget_shopping_cart_content .product_list_widget .woocommerce-mini-cart-item:last-child {
    border-bottom: none; }

.site-header-cart .widget_shopping_cart_content .product_list_widget img {
  margin-left: 1em; }

.site-search {
  font-size: 0.875em;
  clear: both; }
  .site-search .widget_product_search input[type=text],
  .site-search .widget_product_search input[type=search] {
    padding: 1.41575em 1.618em;
    line-height: 1; }
  .site-search .widget_product_search form:before {
    top: 1.41575em;
    left: 1.618em; }
  .site-search .widget_product_search #searchsubmit {
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important; }

/**
 * Shop tables
 */
table.shop_table_responsive {
  font-size: 1.1em;
  border-collapse: collapse; }
  table.shop_table_responsive thead {
    display: none; }
  table.shop_table_responsive tbody th {
    display: none; }
  table.shop_table_responsive tr td {
    text-align: left;
    clear: both; }
    table.shop_table_responsive tr td:before {
      content: attr(data-title) ": ";
      font-weight: 500;
      float: left; }
    table.shop_table_responsive tr td.product-remove a {
      text-align: left; }
    table.shop_table_responsive tr td.product-remove:before {
      display: none; }
    table.shop_table_responsive tr td.actions:before, table.shop_table_responsive tr td.download-actions:before {
      display: none; }
    table.shop_table_responsive tr td.download-actions .button {
      display: block;
      text-align: center; }
  table.shop_table_responsive.my_account_orders .order-actions {
    text-align: right; }
    table.shop_table_responsive.my_account_orders .order-actions:before {
      display: none; }

/**
 * Single Product
 */
.product section {
  padding: 0; }

.single-product .pswp__button {
  background-color: transparent; }

.single-product .woocommerce-message, .single-product .woocommerce-order-received .woocommerce-thankyou-order-received, .woocommerce-order-received .single-product .woocommerce-thankyou-order-received,
.single-product .track-order .woocommerce-thankyou-order-received, .track-order .single-product .woocommerce-thankyou-order-received,
.single-product .woocommerce-view-order .woocommerce-thankyou-order-received, .woocommerce-view-order .single-product .woocommerce-thankyou-order-received {
  margin-left: 0; }

.single-product .single-product-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 2.5em;
  background: #fff;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 1em; }
  @media (min-width: 576px) {
    .single-product .single-product-wrapper {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 768px) {
    .single-product .single-product-wrapper {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 992px) {
    .single-product .single-product-wrapper {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1200px) {
    .single-product .single-product-wrapper {
      margin-right: -15px;
      margin-left: -15px; } }
  .single-product .single-product-wrapper .sendAsGift {
    color: #fff;
    display: block;
    text-align: right;
    margin-top: .5em; }
    .single-product .single-product-wrapper .sendAsGift:before {
      content: '\f06b';
      font-family: 'FontAwesome';
      font-size: 1em;
      font-weight: 300;
      margin-right: 0.5em; }
  .single-product .single-product-wrapper .groupbuy-time {
    background: #0063d1;
    color: #fff;
    font-weight: 600;
    margin-right: -30px;
    padding: 1em;
    position: relative;
    display: flex;
    font-size: .8em;
    border-top: 1px solid rgba(239, 239, 239, 0.2); }
    .single-product .single-product-wrapper .groupbuy-time:before {
      content: '\f017';
      font-family: 'FontAwesome';
      font-size: 2em;
      font-weight: 300;
      margin: 0 .5em; }
    .single-product .single-product-wrapper .groupbuy-time:after {
      position: absolute;
      bottom: -10px;
      right: 4px;
      z-index: -1;
      border-width: 10px;
      border-style: solid;
      border-color: transparent transparent #004b9e transparent;
      -ms-transform: rotate(-45deg);
      /* IE 9 */
      -webkit-transform: rotate(-45deg);
      /* Safari */
      transform: rotate(-45deg);
      /* Standard syntax */ }
    .single-product .single-product-wrapper .groupbuy-time .groupbuy-time-countdown {
      width: 100%; }
      .single-product .single-product-wrapper .groupbuy-time .groupbuy-time-countdown .gbcountdown-section {
        border-right: 1px solid rgba(239, 239, 239, 0.2); }
        .single-product .single-product-wrapper .groupbuy-time .groupbuy-time-countdown .gbcountdown-section:last-child {
          border-right: none; }
        .single-product .single-product-wrapper .groupbuy-time .groupbuy-time-countdown .gbcountdown-section .gbcountdown-amount {
          font-size: 2em; }
        .single-product .single-product-wrapper .groupbuy-time .groupbuy-time-countdown .gbcountdown-section .gbcountdown-period {
          font-size: 1.2em; }
  .single-product .single-product-wrapper .groupbuy-ajax-change {
    margin-top: -1px;
    margin-right: 1px;
    display: flex;
    flex-direction: column; }
    .single-product .single-product-wrapper .groupbuy-ajax-change .groupbuy-end {
      flex: 1;
      display: none; }
    .single-product .single-product-wrapper .groupbuy-ajax-change .deal-info {
      flex: 1;
      display: flex;
      margin-bottom: 0;
      color: #444; }
      .single-product .single-product-wrapper .groupbuy-ajax-change .deal-info span {
        flex-grow: 1;
        padding: 1em .5em;
        border: 1px solid #efefef;
        margin-right: -1px;
        font-size: 1em;
        line-height: 1.9em;
        text-align: center;
        font-family: Futura-URW, Helvetica, sans-serif; }
        .single-product .single-product-wrapper .groupbuy-ajax-change .deal-info span .gb_value {
          font-weight: 600;
          font-size: 1.3em;
          border: none;
          padding: 0;
          display: block; }
    .single-product .single-product-wrapper .groupbuy-ajax-change .wcl-progress-meter {
      margin-top: -1px;
      margin-right: -1px; }
      .single-product .single-product-wrapper .groupbuy-ajax-change .wcl-progress-meter progress {
        height: 1em; }
      .single-product .single-product-wrapper .groupbuy-ajax-change .wcl-progress-meter progress[value]::-webkit-progress-bar {
        border-radius: 5px;
        border: none;
        border-right: 1px solid #efefef; }
      .single-product .single-product-wrapper .groupbuy-ajax-change .wcl-progress-meter progress[value]::-webkit-progress-value {
        border-radius: 5px;
        background: #333;
        background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
      .single-product .single-product-wrapper .groupbuy-ajax-change .wcl-progress-meter .zero,
      .single-product .single-product-wrapper .groupbuy-ajax-change .wcl-progress-meter .max {
        display: none; }
  .single-product .single-product-wrapper .product-images-wrapper,
  .single-product .single-product-wrapper .entry-summary,
  .single-product .single-product-wrapper .product-actions-wrapper {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
    @media (min-width: 576px) {
      .single-product .single-product-wrapper .product-images-wrapper,
      .single-product .single-product-wrapper .entry-summary,
      .single-product .single-product-wrapper .product-actions-wrapper {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 768px) {
      .single-product .single-product-wrapper .product-images-wrapper,
      .single-product .single-product-wrapper .entry-summary,
      .single-product .single-product-wrapper .product-actions-wrapper {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 992px) {
      .single-product .single-product-wrapper .product-images-wrapper,
      .single-product .single-product-wrapper .entry-summary,
      .single-product .single-product-wrapper .product-actions-wrapper {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 1200px) {
      .single-product .single-product-wrapper .product-images-wrapper,
      .single-product .single-product-wrapper .entry-summary,
      .single-product .single-product-wrapper .product-actions-wrapper {
        padding-right: 15px;
        padding-left: 15px; } }
  .single-product .single-product-wrapper .entry-summary {
    padding-right: 0;
    padding-left: 0;
    display: flex;
    flex-direction: column; }
    .single-product .single-product-wrapper .entry-summary .alert.alert-danger,
    .single-product .single-product-wrapper .entry-summary .alert.alert-warning,
    .single-product .single-product-wrapper .entry-summary .alert.alert-success {
      margin-left: 1em;
      border-radius: 5px; }
      .single-product .single-product-wrapper .entry-summary .alert.alert-danger strong,
      .single-product .single-product-wrapper .entry-summary .alert.alert-warning strong,
      .single-product .single-product-wrapper .entry-summary .alert.alert-success strong {
        font-weight: 600; }
    .single-product .single-product-wrapper .entry-summary .top_right {
      top: -26px;
      right: -26px; }
      .single-product .single-product-wrapper .entry-summary .top_right:before, .single-product .single-product-wrapper .entry-summary .top_right:after {
        border-top-color: transparent;
        border-right-color: transparent; }
      .single-product .single-product-wrapper .entry-summary .top_right::before {
        top: 0;
        left: 0; }
      .single-product .single-product-wrapper .entry-summary .top_right::after {
        bottom: 0;
        right: 0; }
    .single-product .single-product-wrapper .entry-summary .wpg-vou-product-expired {
      transform: none;
      position: absolute;
      bottom: 0;
      display: block;
      z-index: 1;
      color: unset;
      font-size: unset;
      opacity: unset;
      margin: 0;
      width: 150px;
      height: 150px;
      overflow: hidden; }
      .single-product .single-product-wrapper .entry-summary .wpg-vou-product-expired:before, .single-product .single-product-wrapper .entry-summary .wpg-vou-product-expired:after {
        position: absolute;
        z-index: -1;
        content: '';
        display: block;
        border: 5px solid; }
      .single-product .single-product-wrapper .entry-summary .wpg-vou-product-expired span {
        position: absolute;
        display: block;
        width: 225px;
        padding: 14px 0;
        background-color: #0063d1;
        color: #fff;
        font: 600 0.9em Futura-URW, Helvetica, sans-serif;
        text-transform: uppercase;
        text-align: center;
        left: -25px;
        top: 30px;
        transform: rotate(45deg); }
    .single-product .single-product-wrapper .entry-summary .single-product-header {
      order: 1; }
    .single-product .single-product-wrapper .entry-summary .price {
      order: 2; }
    .single-product .single-product-wrapper .entry-summary .product-actions-wrapper {
      order: 3; }
    .single-product .single-product-wrapper .entry-summary .groupbuy-time {
      order: 4; }
    .single-product .single-product-wrapper .entry-summary .groupbuy-ajax-change {
      order: 5; }
    .single-product .single-product-wrapper .entry-summary .rating-and-sharing-wrapper {
      order: 6; }
    .single-product .single-product-wrapper .entry-summary .woocommerce-product-details__short-description {
      order: 7;
      padding: 0 1em; }
    .single-product .single-product-wrapper .entry-summary .price {
      font-size: 1.5em;
      font-family: Futura-URW, Helvetica, sans-serif;
      margin-left: 1em;
      margin-bottom: 0.5em;
      border-top: 1px solid #ddd;
      padding-top: .3em; }
      .single-product .single-product-wrapper .entry-summary .price del {
        line-height: 1;
        font-size: 17px;
        font-weight: 300;
        margin-right: .5em; }
      .single-product .single-product-wrapper .entry-summary .price .woocommerce-Price-amount {
        font-size: 1.3em;
        font-weight: 600; }
  .single-product .single-product-wrapper .product-images-wrapper {
    padding: 0; }
    @media (max-width: 767px) {
      .single-product .single-product-wrapper .product-images-wrapper {
        margin-bottom: 1.250em; } }
    .single-product .single-product-wrapper .product-images-wrapper .onsale {
      background-color: #62ab00;
      color: #fff;
      font-size: 1em;
      font-weight: 600;
      position: absolute;
      right: 1em;
      top: 1em;
      z-index: 99;
      border-radius: 50%;
      width: 80px;
      height: 80px;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 767px) {
        .single-product .single-product-wrapper .product-images-wrapper .onsale {
          right: 15px; } }
    .single-product .single-product-wrapper .product-images-wrapper .wpgroupbuy-single-product-gallery {
      display: flex;
      flex-direction: column-reverse;
      overflow: hidden; }
      @media (max-width: 767px) {
        .single-product .single-product-wrapper .product-images-wrapper .wpgroupbuy-single-product-gallery {
          flex-wrap: wrap;
          flex-direction: column; } }
      .single-product .single-product-wrapper .product-images-wrapper .wpgroupbuy-single-product-gallery .wpgroupbuy-single-product-gallery-thumbnails {
        max-height: 60px;
        overflow: hidden;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%; }
        @media (max-width: 767px) {
          .single-product .single-product-wrapper .product-images-wrapper .wpgroupbuy-single-product-gallery .wpgroupbuy-single-product-gallery-thumbnails {
            flex: 0 0 100%;
            max-width: 100%; } }
        .single-product .single-product-wrapper .product-images-wrapper .wpgroupbuy-single-product-gallery .wpgroupbuy-single-product-gallery-thumbnails .wpgroupbuy-single-product-gallery-thumbnails__wrapper {
          text-align: center; }
          @media (max-width: 767px) {
            .single-product .single-product-wrapper .product-images-wrapper .wpgroupbuy-single-product-gallery .wpgroupbuy-single-product-gallery-thumbnails .wpgroupbuy-single-product-gallery-thumbnails__wrapper {
              display: flex; } }
          .single-product .single-product-wrapper .product-images-wrapper .wpgroupbuy-single-product-gallery .wpgroupbuy-single-product-gallery-thumbnails .wpgroupbuy-single-product-gallery-thumbnails__wrapper .slick-list {
            overflow: hidden; }
          .single-product .single-product-wrapper .product-images-wrapper .wpgroupbuy-single-product-gallery .wpgroupbuy-single-product-gallery-thumbnails .wpgroupbuy-single-product-gallery-thumbnails__wrapper .slick-slide img {
            border: 1px solid #f2f2f2;
            border-radius: 5px; }
            @media (max-width: 767px) {
              .single-product .single-product-wrapper .product-images-wrapper .wpgroupbuy-single-product-gallery .wpgroupbuy-single-product-gallery-thumbnails .wpgroupbuy-single-product-gallery-thumbnails__wrapper .slick-slide img {
                margin: auto;
                max-width: 86px; } }
          .single-product .single-product-wrapper .product-images-wrapper .wpgroupbuy-single-product-gallery .wpgroupbuy-single-product-gallery-thumbnails .wpgroupbuy-single-product-gallery-thumbnails__wrapper .slick-current img {
            border: 1px solid #4c4c4c; }
          .single-product .single-product-wrapper .product-images-wrapper .wpgroupbuy-single-product-gallery .wpgroupbuy-single-product-gallery-thumbnails .wpgroupbuy-single-product-gallery-thumbnails__wrapper .slick-arrow {
            display: block;
            background: #f1f1f1; }
            @media (max-width: 767px) {
              .single-product .single-product-wrapper .product-images-wrapper .wpgroupbuy-single-product-gallery .wpgroupbuy-single-product-gallery-thumbnails .wpgroupbuy-single-product-gallery-thumbnails__wrapper .slick-arrow {
                display: flex !important;
                align-items: center; }
                .single-product .single-product-wrapper .product-images-wrapper .wpgroupbuy-single-product-gallery .wpgroupbuy-single-product-gallery-thumbnails .wpgroupbuy-single-product-gallery-thumbnails__wrapper .slick-arrow i {
                  transform: rotate(-90deg); } }
            @media (min-width: 768px) {
              .single-product .single-product-wrapper .product-images-wrapper .wpgroupbuy-single-product-gallery .wpgroupbuy-single-product-gallery-thumbnails .wpgroupbuy-single-product-gallery-thumbnails__wrapper .slick-arrow {
                margin-bottom: 4px; } }
          @media (min-width: 768px) {
            .single-product .single-product-wrapper .product-images-wrapper .wpgroupbuy-single-product-gallery .wpgroupbuy-single-product-gallery-thumbnails .wpgroupbuy-single-product-gallery-thumbnails__wrapper .slick-list + .slick-arrow {
              margin-top: 4px;
              margin-bottom: 0; } }
      .single-product .single-product-wrapper .product-images-wrapper .wpgroupbuy-single-product-gallery .wpgroupbuy-single-product-gallery-images {
        flex: 0 0 100%;
        max-width: 100%; }
        @media (min-width: 768px) {
          .single-product .single-product-wrapper .product-images-wrapper .wpgroupbuy-single-product-gallery .wpgroupbuy-single-product-gallery-images {
            order: 2; } }
        @media (max-width: 767px) {
          .single-product .single-product-wrapper .product-images-wrapper .wpgroupbuy-single-product-gallery .wpgroupbuy-single-product-gallery-images {
            flex: 0 0 100%;
            max-width: 100%; } }
        .single-product .single-product-wrapper .product-images-wrapper .wpgroupbuy-single-product-gallery .wpgroupbuy-single-product-gallery-images .slick-slide img {
          margin: auto;
          object-fit: cover;
          width: 100%; }
      .single-product .single-product-wrapper .product-images-wrapper .wpgroupbuy-single-product-gallery.thumb-count-0 .wpgroupbuy-single-product-gallery-thumbnails {
        display: none; }
      .single-product .single-product-wrapper .product-images-wrapper .wpgroupbuy-single-product-gallery.thumb-count-0 .wpgroupbuy-single-product-gallery-images {
        flex: 0 0 100%;
        max-width: 100%; }
  .single-product .single-product-wrapper .entry-summary .alert.alert-danger,
  .single-product .single-product-wrapper .entry-summary .alert.alert-warning {
    padding-right: 90px; }
  .single-product .single-product-wrapper .entry-summary .yith-wcwl-add-to-wishlist {
    display: block;
    width: auto;
    right: 0;
    left: auto; }
  .single-product .single-product-wrapper .entry-summary .yith-wcwl-add-to-wishlist .add_to_wishlist::before,
  .single-product .single-product-wrapper .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before,
  .single-product .single-product-wrapper .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before {
    top: 0;
    right: 24px; }
  .single-product .single-product-wrapper .product-actions-wrapper {
    padding: 0; }
    .single-product .single-product-wrapper .product-actions-wrapper .product-actions {
      background: #0063d1;
      margin-right: -30px;
      padding: 1em; }
      .single-product .single-product-wrapper .product-actions-wrapper .product-actions .quantity .qty {
        background: rgba(0, 0, 0, 0.22);
        color: #fff;
        border: none;
        padding: 14px;
        text-align: center;
        font-weight: 600; }
      .single-product .single-product-wrapper .product-actions-wrapper .product-actions form.cart {
        margin-bottom: 0; }
      .single-product .single-product-wrapper .product-actions-wrapper .product-actions .quantity label {
        display: none; }
      .single-product .single-product-wrapper .product-actions-wrapper .product-actions label {
        letter-spacing: -0.01em;
        font-weight: 400;
        margin-bottom: 8px; }
      .single-product .single-product-wrapper .product-actions-wrapper .product-actions select {
        display: block;
        width: 100%; }
      .single-product .single-product-wrapper .product-actions-wrapper .product-actions form.cart .single_add_to_cart_button {
        background: #444; }

@media (min-width: 768px) and (max-width: 991px) {
  .single-product .single-product-wrapper .product-actions-wrapper .product-actions form.cart .single_add_to_cart_button {
    padding: 15px 50px; } }
      .single-product .single-product-wrapper .product-actions-wrapper .product-actions p.stock {
        color: #fff; }
      .single-product .single-product-wrapper .product-actions-wrapper .product-actions .availability p.stock {
        display: inline; }

.single-product .product-actions {
  display: flex; }
  @media (max-width: 33.9em) {
    .single-product .product-actions {
      align-items: flex-start; } }
  .single-product .product-actions form.cart {
    display: flex;
    align-items: flex-end !important;
    align-items: center;
    flex-wrap: wrap; }
    .single-product .product-actions form.cart .quantity,
    .single-product .product-actions form.cart .single_add_to_cart_button {
      flex: 1; }
    .single-product .product-actions form.cart .sendAsGift {
      width: 100%; }
    @media (max-width: 1199px) {
      .single-product .product-actions form.cart {
        align-items: flex-start;
        flex-direction: column;
        width: 100%; } }
    .single-product .product-actions form.cart .single_add_to_cart_button {
      font-size: 1.1em;
      width: 100%; }
      @media (min-width: 1200px) {
        .single-product .product-actions form.cart .single_add_to_cart_button {
          margin-left: .9em; } }
      @media (max-width: 33.9em) {
        .single-product .product-actions form.cart .single_add_to_cart_button {
          margin: 0;
          padding-left: 100px;
          padding-right: 100px; } }
      .single-product .product-actions form.cart .single_add_to_cart_button:after {
        font-family: 'FontAwesome';
        content: '\f061';
        font-size: 1em;
        font-weight: 100;
        margin-left: 1em;
        margin-top: -5px;
        display: inline-block; }
    @media (max-width: 1199px) {
      .single-product .product-actions form.cart .quantity {
        margin-bottom: 20px; } }
  @media (max-width: 1199px) and (max-width: 375px) {
    .single-product .product-actions form.cart .quantity {
      display: none !important; } }
  .single-product .product-actions p.cart + a.add-to-compare-link {
    margin-left: 20px; }
  @media (max-width: 1199px) {
    .single-product .product-actions form.cart .group_table tr td.label {
      display: inline-block; }
    .single-product .product-actions form.cart .group_table tr td.price {
      display: block; } }
  @media (min-width: 1200px) {
    .single-product .product-actions form.cart .group_table ~ button.single_add_to_cart_button {
      position: absolute;
      bottom: 0;
      right: 0; } }

.single-product .variations_form {
  flex-wrap: wrap;
  margin-bottom: 0; }
  .single-product .variations_form table.variations {
    border: none; }
    .single-product .variations_form table.variations #pa_screen-size {
      border-radius: 5px; }
    .single-product .variations_form table.variations tbody {
      display: flex;
      display: flex;
      flex-wrap: wrap;
      margin-right: -15px;
      margin-left: -15px;
      position: relative; }
      @media (min-width: 576px) {
        .single-product .variations_form table.variations tbody {
          margin-right: -15px;
          margin-left: -15px; } }
      @media (min-width: 768px) {
        .single-product .variations_form table.variations tbody {
          margin-right: -15px;
          margin-left: -15px; } }
      @media (min-width: 992px) {
        .single-product .variations_form table.variations tbody {
          margin-right: -15px;
          margin-left: -15px; } }
      @media (min-width: 1200px) {
        .single-product .variations_form table.variations tbody {
          margin-right: -15px;
          margin-left: -15px; } }
      .single-product .variations_form table.variations tbody tr {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 1em; }
        @media (min-width: 576px) {
          .single-product .variations_form table.variations tbody tr {
            padding-right: 15px;
            padding-left: 15px; } }
        @media (min-width: 768px) {
          .single-product .variations_form table.variations tbody tr {
            padding-right: 15px;
            padding-left: 15px; } }
        @media (min-width: 992px) {
          .single-product .variations_form table.variations tbody tr {
            padding-right: 15px;
            padding-left: 15px; } }
        @media (min-width: 1200px) {
          .single-product .variations_form table.variations tbody tr {
            padding-right: 15px;
            padding-left: 15px; } }
    .single-product .variations_form table.variations td {
      padding: 0;
      display: block; }
  .single-product .variations_form .woocommerce-variation-price {
    padding: 0 0 20px; }
    .single-product .variations_form .woocommerce-variation-price span {
      font-weight: 600; }
  .single-product .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart {
    display: flex;
    align-items: flex-end; }

@media (min-width: 1200px) {
  .single-product.normal .product-type-simple .product-actions form.cart {
    align-items: flex-end; } }

@media (max-width: 767px) {
  .single-product.normal .product-type-simple .product-actions form.cart {
    align-items: center; } }

.single-product.normal .product-type-simple .add-to-compare-link {
  padding-bottom: 0; }
  @media (max-width: 767px) {
    .single-product.normal .product-type-simple .add-to-compare-link {
      text-align: center;
      width: 100%; } }

.single-product .woocommerce-tabs,
.single-product .wpgroupbuy-tabs {
  margin-bottom: 2.5em;
  background: #fff;
  padding: 1em; }
  .single-product .woocommerce-tabs ul.wc-tabs,
  .single-product .wpgroupbuy-tabs ul.wc-tabs {
    border-bottom: 1px solid #ddd; }
  .single-product .woocommerce-tabs .wc-tabs,
  .single-product .woocommerce-tabs .wg-tabs,
  .single-product .wpgroupbuy-tabs .wc-tabs,
  .single-product .wpgroupbuy-tabs .wg-tabs {
    display: flex;
    position: relative;
    border: none; }
    @media (max-width: 575px) {
      .single-product .woocommerce-tabs .wc-tabs,
      .single-product .woocommerce-tabs .wg-tabs,
      .single-product .wpgroupbuy-tabs .wc-tabs,
      .single-product .wpgroupbuy-tabs .wg-tabs {
        text-align: center; } }

@media (min-width: 576px) and (max-width: 767px) {
  .single-product .woocommerce-tabs .wc-tabs,
  .single-product .woocommerce-tabs .wg-tabs,
  .single-product .wpgroupbuy-tabs .wc-tabs,
  .single-product .wpgroupbuy-tabs .wg-tabs {
    padding-left: 15px; }
    .single-product .woocommerce-tabs .wc-tabs li + li,
    .single-product .woocommerce-tabs .wg-tabs li + li,
    .single-product .wpgroupbuy-tabs .wc-tabs li + li,
    .single-product .wpgroupbuy-tabs .wg-tabs li + li {
      padding-left: 0px; } }
    @media (min-width: 768px) {
      .single-product .woocommerce-tabs .wc-tabs,
      .single-product .woocommerce-tabs .wg-tabs,
      .single-product .wpgroupbuy-tabs .wc-tabs,
      .single-product .wpgroupbuy-tabs .wg-tabs {
        padding-left: 15px; }
        .single-product .woocommerce-tabs .wc-tabs li + li,
        .single-product .woocommerce-tabs .wg-tabs li + li,
        .single-product .wpgroupbuy-tabs .wc-tabs li + li,
        .single-product .wpgroupbuy-tabs .wg-tabs li + li {
          padding-left: 0px; } }
    @media (min-width: 1200px) {
      .single-product .woocommerce-tabs .wc-tabs,
      .single-product .woocommerce-tabs .wg-tabs,
      .single-product .wpgroupbuy-tabs .wc-tabs,
      .single-product .wpgroupbuy-tabs .wg-tabs {
        padding-left: 0px; } }
    @media (min-width: 1590px) {
      .single-product .woocommerce-tabs .wc-tabs,
      .single-product .woocommerce-tabs .wg-tabs,
      .single-product .wpgroupbuy-tabs .wc-tabs,
      .single-product .wpgroupbuy-tabs .wg-tabs {
        padding-left: 0px; } }
    .single-product .woocommerce-tabs .wc-tabs li,
    .single-product .woocommerce-tabs .wg-tabs li,
    .single-product .wpgroupbuy-tabs .wc-tabs li,
    .single-product .wpgroupbuy-tabs .wg-tabs li {
      border-bottom: none;
      border: 1px solid #ddd;
      margin-left: -1px;
      margin-bottom: -1px; }
      .single-product .woocommerce-tabs .wc-tabs li .active,
      .single-product .woocommerce-tabs .wg-tabs li .active,
      .single-product .wpgroupbuy-tabs .wc-tabs li .active,
      .single-product .wpgroupbuy-tabs .wg-tabs li .active {
        background: #fff; }
      .single-product .woocommerce-tabs .wc-tabs li a,
      .single-product .woocommerce-tabs .wg-tabs li a,
      .single-product .wpgroupbuy-tabs .wc-tabs li a,
      .single-product .wpgroupbuy-tabs .wg-tabs li a {
        padding: 30px 0;
        font-size: 1em; }
        @media (max-width: 375px) {
          .single-product .woocommerce-tabs .wc-tabs li a,
          .single-product .woocommerce-tabs .wg-tabs li a,
          .single-product .wpgroupbuy-tabs .wc-tabs li a,
          .single-product .wpgroupbuy-tabs .wg-tabs li a {
            padding: 1em 0; } }
        @media (min-width: 768px) {
          .single-product .woocommerce-tabs .wc-tabs li a,
          .single-product .woocommerce-tabs .wg-tabs li a,
          .single-product .wpgroupbuy-tabs .wc-tabs li a,
          .single-product .wpgroupbuy-tabs .wg-tabs li a {
            padding: 0.9em 0.7em; } }
      .single-product .woocommerce-tabs .wc-tabs li::after,
      .single-product .woocommerce-tabs .wg-tabs li::after,
      .single-product .wpgroupbuy-tabs .wc-tabs li::after,
      .single-product .wpgroupbuy-tabs .wg-tabs li::after {
        display: none; }
  .single-product .woocommerce-tabs .wc-tab,
  .single-product .woocommerce-tabs .wg-tabs,
  .single-product .woocommerce-tabs .wpgroupbuy-tab,
  .single-product .wpgroupbuy-tabs .wc-tab,
  .single-product .wpgroupbuy-tabs .wg-tabs,
  .single-product .wpgroupbuy-tabs .wpgroupbuy-tab {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .single-product .woocommerce-tabs .wc-tab h1,
    .single-product .woocommerce-tabs .wg-tabs h1,
    .single-product .woocommerce-tabs .wpgroupbuy-tab h1,
    .single-product .wpgroupbuy-tabs .wc-tab h1,
    .single-product .wpgroupbuy-tabs .wg-tabs h1,
    .single-product .wpgroupbuy-tabs .wpgroupbuy-tab h1 {
      font-size: 24px;
      font-weight: 500; }
      @media (max-width: 767px) {
        .single-product .woocommerce-tabs .wc-tab h1,
        .single-product .woocommerce-tabs .wg-tabs h1,
        .single-product .woocommerce-tabs .wpgroupbuy-tab h1,
        .single-product .wpgroupbuy-tabs .wc-tab h1,
        .single-product .wpgroupbuy-tabs .wg-tabs h1,
        .single-product .wpgroupbuy-tabs .wpgroupbuy-tab h1 {
          font-size: 20px; } }
    .single-product .woocommerce-tabs .wc-tab p,
    .single-product .woocommerce-tabs .wg-tabs p,
    .single-product .woocommerce-tabs .wpgroupbuy-tab p,
    .single-product .wpgroupbuy-tabs .wc-tab p,
    .single-product .wpgroupbuy-tabs .wg-tabs p,
    .single-product .wpgroupbuy-tabs .wpgroupbuy-tab p {
      font-size: 0.9em;
      color: #626060; }
    .single-product .woocommerce-tabs .wc-tab .outer-wrap,
    .single-product .woocommerce-tabs .wg-tabs .outer-wrap,
    .single-product .woocommerce-tabs .wpgroupbuy-tab .outer-wrap,
    .single-product .wpgroupbuy-tabs .wc-tab .outer-wrap,
    .single-product .wpgroupbuy-tabs .wg-tabs .outer-wrap,
    .single-product .wpgroupbuy-tabs .wpgroupbuy-tab .outer-wrap {
      display: flex;
      align-items: center; }
      @media (max-width: 767px) {
        .single-product .woocommerce-tabs .wc-tab .outer-wrap,
        .single-product .woocommerce-tabs .wg-tabs .outer-wrap,
        .single-product .woocommerce-tabs .wpgroupbuy-tab .outer-wrap,
        .single-product .wpgroupbuy-tabs .wc-tab .outer-wrap,
        .single-product .wpgroupbuy-tabs .wg-tabs .outer-wrap,
        .single-product .wpgroupbuy-tabs .wpgroupbuy-tab .outer-wrap {
          flex-direction: column; } }
  .single-product .woocommerce-tabs .wc-tab > h2,
  .single-product .woocommerce-tabs .tab-content > h2,
  .single-product .woocommerce-tabs .panel > h2,
  .single-product .wpgroupbuy-tabs .wc-tab > h2,
  .single-product .wpgroupbuy-tabs .tab-content > h2,
  .single-product .wpgroupbuy-tabs .panel > h2 {
    margin-top: 0;
    font-size: 16px;
    font-weight: normal; }

.single-product .wpgroupbuy-tab {
  margin-bottom: 100px; }

.single-product .woocommerce-product-gallery {
  position: relative; }
  @media (max-width: 1699px) {
    .single-product .woocommerce-product-gallery {
      flex-direction: column; } }
  .single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: block;
    height: 2em;
    width: 2em;
    border-radius: 5px;
    z-index: 99;
    text-align: center; }
    @media (max-width: 1199px) {
      .single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
        display: none; } }
  .single-product .woocommerce-product-gallery .flex-viewport {
    padding-right: 0; }
    @media (min-width: 1700px) {
      .single-product .woocommerce-product-gallery .flex-viewport {
        order: 3;
        margin: auto;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%; } }
    .single-product .woocommerce-product-gallery .flex-viewport img {
      margin-left: auto;
      margin-right: auto;
      padding: 1em;
      border-radius: 5px; }
      @media (max-width: 991px) {
        .single-product .woocommerce-product-gallery .flex-viewport img {
          margin: auto; } }

@media (min-width: 1400px) and (max-width: 1699px) {
  .single-product .woocommerce-product-gallery .flex-viewport {
    margin-bottom: 20px; } }
  .single-product .woocommerce-product-gallery .flex-control-thumbs {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column; }
    .single-product .woocommerce-product-gallery .flex-control-thumbs::after {
      display: block;
      content: "";
      clear: both; }
    @media (min-width: 1700px) {
      .single-product .woocommerce-product-gallery .flex-control-thumbs {
        width: 106px; } }
    @media (max-width: 1699px) {
      .single-product .woocommerce-product-gallery .flex-control-thumbs {
        flex-direction: row;
        flex-wrap: wrap; }
        .single-product .woocommerce-product-gallery .flex-control-thumbs li + li {
          margin-left: 10px; } }
    .single-product .woocommerce-product-gallery .flex-control-thumbs li {
      list-style: none;
      cursor: pointer;
      margin: 0; }
      .single-product .woocommerce-product-gallery .flex-control-thumbs li img {
        max-width: 106px;
        border: 1px solid #f2f2f2;
        border-radius: 5px; }
        @media (max-width: 767px) {
          .single-product .woocommerce-product-gallery .flex-control-thumbs li img {
            max-width: 50px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .single-product .woocommerce-product-gallery .flex-control-thumbs li img {
    max-width: 90px; } }

@media (min-width: 1200px) and (max-width: 1399px) {
  .single-product .woocommerce-product-gallery .flex-control-thumbs li img {
    max-width: 72px; } }

@media (min-width: 1400px) and (max-width: 1699px) {
  .single-product .woocommerce-product-gallery .flex-control-thumbs li img {
    max-width: 86px; } }
        .single-product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
          border: 1px solid #4c4c4c; }

.single-product .product_title {
  font-size: 1.7em;
  letter-spacing: -0.01em;
  color: #444;
  font-weight: 600;
  line-height: 1.3em; }
  @media (max-width: 1199px) {
    .single-product .product_title {
      line-height: 1.3em; } }

@media (min-width: 1200px) and (max-width: 1399px) {
  .single-product .product_title {
    line-height: 1.2em; } }

.single-product .single-product-header {
  margin-left: 1em; }

.single-product .single-product-meta {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1.625em;
  margin-bottom: 1.625em;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 767px) {
    .single-product .single-product-meta {
      flex-direction: column; }
      .single-product .single-product-meta .brand, .single-product .single-product-meta .cat-and-sku {
        margin-bottom: 26px; } }
  @media (min-width: 768px) {
    .single-product .single-product-meta .brand + .cat-and-sku {
      margin-left: 2.286em; } }
  .single-product .single-product-meta .brand img {
    max-width: 150px; }
  .single-product .single-product-meta .ribbon {
    height: 32px;
    max-width: 76px; }
    .single-product .single-product-meta .ribbon span {
      font-weight: 500; }
    .single-product .single-product-meta .ribbon::after {
      border-top: 16px solid transparent;
      border-bottom: 16px solid transparent; }
  .single-product .single-product-meta .cat-and-sku {
    font-size: 1.1em;
    letter-spacing: -0.01em;
    line-height: 1.643em; }
    .single-product .single-product-meta .cat-and-sku > span {
      display: block;
      color: #b3b2b2; }
    .single-product .single-product-meta .cat-and-sku span.categories {
      color: #444;
      font-weight: 300; }
      .single-product .single-product-meta .cat-and-sku span.categories a {
        padding-right: 10px; }
        .single-product .single-product-meta .cat-and-sku span.categories a + a {
          padding-left: 10px;
          padding-right: 0; }
    .single-product .single-product-meta .cat-and-sku span.sku {
      font-weight: 400; }
  .single-product .single-product-meta .product-label {
    text-align: right;
    flex-grow: 1;
    margin-right: 10px; }
    .single-product .single-product-meta .product-label .ribbon {
      margin: 0 0 0 auto; }

.single-product div[itemprop="description"],
.single-product .woocommerce-product-details__short-description {
  color: #626060;
  font-size: .9em;
  font-family: roboto, arial;
  line-height: 1.563em;
  font-weight: 400;
  letter-spacing: -0.01em; }
  .single-product div[itemprop="description"] ul,
  .single-product .woocommerce-product-details__short-description ul {
    padding-left: 1.1em;
    margin-left: 0; }

@media (min-width: 1200px) and (max-width: 1399px) {
  .single-product div[itemprop="description"],
  .single-product .woocommerce-product-details__short-description {
    font-size: .92em; }
    .single-product div[itemprop="description"] ul, .single-product div[itemprop="description"] p,
    .single-product .woocommerce-product-details__short-description ul,
    .single-product .woocommerce-product-details__short-description p {
      max-height: 205px;
      overflow: hidden; } }

.single-product .single_add_to_cart_button {
  border: 2px solid transparent;
  border-radius: 5px;
  font-size: 15px;
  line-height: 1;
  padding: 18px 20px;
  box-shadow: none !important;
  outline: none;
  background: #62ab00;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  white-space: pre;
  align-items: center;
  justify-content: center; }
  .single-product .single_add_to_cart_button:hover {
    color: #0063d1 !important;
    background: #fff !important;
    border: 2px solid #0063d1; }

.single-product .reset_variations {
  display: none;
  position: absolute;
  top: 3.7em;
  right: 1em;
  font-size: 14px;
  color: #a09f9f; }
  .single-product .reset_variations:hover {
    color: #808080; }

.single-product .add-to-compare-link {
  display: none;
  font-size: 1.1em;
  text-align: center;
  padding-bottom: 16px;
  line-height: 2; }

.single-product .rating-and-sharing-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 1em;
  margin: 1em;
  position: relative; }
  .single-product .rating-and-sharing-wrapper > div + div {
    margin-left: 35px; }
  .single-product .rating-and-sharing-wrapper .sd-content ul {
    margin-bottom: 0 !important; }
    .single-product .rating-and-sharing-wrapper .sd-content ul > li {
      margin-bottom: 0 !important; }

.single-product .woocommerce-product-rating {
  display: flex; }
  .single-product .woocommerce-product-rating .star-rating {
    width: 6em /*rtl:6.2em*/;
    letter-spacing: 2px; }
  .single-product .woocommerce-product-rating .woocommerce-review-link {
    font-size: 1em;
    line-height: 18px;
    color: #a0a0a0;
    display: block;
    margin-left: 5px; }

.single-product .woocommerce-main-image {
  display: block; }
  .single-product .woocommerce-main-image img {
    margin: auto; }

.single-product .accessories .accessories-wrapper {
  display: flex; }
  @media (max-width: 1199px) {
    .single-product .accessories .accessories-wrapper {
      flex-direction: column; } }

.single-product .accessories .accessories-product {
  position: relative;
  z-index: 9; }
  @media (max-width: 767px) {
    .single-product .accessories .accessories-product .products {
      display: flex;
      flex-direction: column; }
      .single-product .accessories .accessories-product .products .product {
        border-radius: 5px !important;
        box-shadow: none !important;
        width: 100%; } }

.single-product .accessories .flex-columns {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
  .single-product .accessories .flex-columns .products {
    display: grid;
    grid-auto-flow: column; }
    .single-product .accessories .flex-columns .products::after {
      display: none; }
    .single-product .accessories .flex-columns .products .product {
      max-width: 100% !important; }
      .single-product .accessories .flex-columns .products .product .woocommerce-loop-product__title {
        font-size: 1.2em; }

.single-product .accessories .accessories-product-total-price {
  padding-left: 20px;
  padding-top: 70px; }
  @media (max-width: 767px) {
    .single-product .accessories .accessories-product-total-price {
      text-align: center;
      padding-top: 20px;
      padding-left: 0; } }
  .single-product .accessories .accessories-product-total-price .total-price {
    font-size: 0.875em;
    margin-bottom: 24px; }
  .single-product .accessories .accessories-product-total-price .total-price-html {
    display: block;
    font-size: 1.714em; }
  .single-product .accessories .accessories-product-total-price .accessories-add-all-to-cart .button {
    border: 2px solid;
    background-color: transparent;
    padding: 7.5px 46px;
    font-size: 1em; }
    .single-product .accessories .accessories-product-total-price .accessories-add-all-to-cart .button:focus, .single-product .accessories .accessories-product-total-price .accessories-add-all-to-cart .button:hover {
      box-shadow: none;
      color: #fff; }

.single-product .accessories .products {
  margin: 0; }

@media (min-width: 768px) and (max-width: 1399px) {
  .single-product .accessories .products .product {
    flex: 0 0 20%;
    max-width: 20%; } }
  @media (min-width: 768px) {
    .single-product .accessories .products .product {
      border: none; } }
  .single-product .accessories .products .product .woocommerce-LoopProduct-link {
    margin-bottom: 14px; }
  .single-product .accessories .products .product .accessory-checkbox label {
    font-weight: normal; }
    .single-product .accessories .products .product .accessory-checkbox label input {
      font-size: 16px;
      margin-right: 4px; }
  .single-product .accessories .products .product + .product:before {
    content: " ";
    width: 1px;
    height: 216px;
    background-color: #ddd;
    display: block;
    left: 0; }
    @media (max-width: 767px) {
      .single-product .accessories .products .product + .product:before {
        width: inherit;
        height: 1px; } }
  .single-product .accessories .products .product + .product::before, .single-product .accessories .products .product + .product::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    @media (max-width: 767px) {
      .single-product .accessories .products .product + .product::before, .single-product .accessories .products .product + .product::after {
        left: 0;
        top: 0; } }
  @media (max-width: 767px) {
    .single-product .accessories .products .product + .product::before {
      position: relative;
      margin-bottom: 40px; } }
  .single-product .accessories .products .product + .product::after {
    left: -18px;
    padding: 4px 10.48px;
    border-radius: 5px;
    font-size: 24px;
    width: 36px;
    font-weight: 100;
    content: "+";
    line-height: 1.2;
    background: #ddd; }
    @media (max-width: 767px) {
      .single-product .accessories .products .product + .product::after {
        top: -4px;
        left: 50%;
        transform: translate(-50%); } }

.single-product .specification-content .tabel-content {
  padding: 3.688em 2.5em 3.313em; }
  .single-product .specification-content .tabel-content h3 {
    font-size: 1.250em;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 0.450em;
    margin-bottom: 0.550em; }
  .single-product .specification-content .tabel-content table {
    margin-bottom: 6.375em; }
    .single-product .specification-content .tabel-content table td {
      padding-left: 0px;
      width: 35%; }
      .single-product .specification-content .tabel-content table td .value-title {
        display: block;
        font-weight: 400; }
      .single-product .specification-content .tabel-content table td .value {
        font-weight: 500; }
    .single-product .specification-content .tabel-content table:last-child {
      margin-bottom: 0px; }

.additional-info {
  border-radius: 5px;
  background-color: #f5f5f5;
  line-height: 21px;
  color: #333e48;
  text-align: center;
  padding: 7px 11.5px;
  margin-bottom: 22px; }
  .additional-info i {
    color: #49525a;
    margin-right: 10px;
    font-size: 30px; }

.availability {
  font-size: 1em;
  color: #626060;
  border-bottom: 1px solid #ddd;
  padding-bottom: 6px;
  margin-bottom: 18px; }
  .availability p.stock {
    display: inline; }

p.in-stock {
  color: #62ab00; }

p.stock {
  margin: 0;
  margin-right: 2.188em; }

p.out-of-stock {
  color: #e14546; }

p.available-on-backorder {
  color: #f0ad4e; }

.full-width.single-product .single-product-wrapper .groupbuy-time {
  margin-right: 0; }

.full-width.single-product .single-product-wrapper .product-actions-wrapper .product-actions {
  background: #fff; }
  .full-width.single-product .single-product-wrapper .product-actions-wrapper .product-actions .in-stock {
    color: #62ab00; }
  .full-width.single-product .single-product-wrapper .product-actions-wrapper .product-actions .quantity .qty {
    background: #fff;
    border: 1px solid #ddd;
    color: #444; }
  .full-width.single-product .single-product-wrapper .product-actions-wrapper .product-actions form.cart {
    display: flex;
    flex-direction: row;
    align-items: unset !important; }

@media (max-width: 375px) {
  .full-width.single-product .single-product-wrapper .product-actions-wrapper {
    border-left: none !important; } }

.full-width.single-product .woocommerce-tabs .wc-tabs,
.full-width.single-product .woocommerce-tabs .wg-tabs,
.full-width.single-product .wpgroupbuy-tabs .wc-tabs,
.full-width.single-product .wpgroupbuy-tabs .wg-tabs {
  width: 100%;
  z-index: 99; }
  @media (min-width: 2000px) {
    .full-width.single-product .woocommerce-tabs .wc-tabs,
    .full-width.single-product .woocommerce-tabs .wg-tabs,
    .full-width.single-product .wpgroupbuy-tabs .wc-tabs,
    .full-width.single-product .wpgroupbuy-tabs .wg-tabs {
      width: 100%;
      margin-left: 0;
      left: 0; } }
  @media (max-width: 767px) {
    .full-width.single-product .woocommerce-tabs .wc-tabs,
    .full-width.single-product .woocommerce-tabs .wg-tabs,
    .full-width.single-product .wpgroupbuy-tabs .wc-tabs,
    .full-width.single-product .wpgroupbuy-tabs .wg-tabs {
      width: 100%;
      margin-left: 0;
      left: 0; } }

.full-width.single-product .wg-related-products-carousel {
  height: 100%;
  margin-bottom: 0; }
  .full-width.single-product .wg-related-products-carousel.section-products-carousel .products .slick-list {
    margin-bottom: 0; }

.full-width.single-product .specification-content .tabel-content {
  padding: 5.563em 8.875em 6.75em; }

@media (min-width: 1200px) {
  .full-width.single-product.normal .single-product-wrapper .product-images-wrapper,
  .full-width.single-product.normal .single-product-wrapper .entry-summary {
    padding-right: 15px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .full-width.single-product.normal .single-product-wrapper .product-images-wrapper,
  .full-width.single-product.normal .single-product-wrapper .entry-summary {
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .full-width.single-product.normal .single-product-wrapper .product-images-wrapper,
  .full-width.single-product.normal .single-product-wrapper .entry-summary {
    flex: 0 0 50%;
    max-width: 50%; } }

@media (min-width: 1200px) {
  .full-width.single-product.normal .single-product-wrapper .product-images-wrapper {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .full-width.single-product.normal .single-product-wrapper .product-images-wrapper {
    order: 2; } }

@media (min-width: 1200px) {
  .full-width.single-product.normal .single-product-wrapper .entry-summary {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .full-width.single-product.normal .single-product-wrapper .entry-summary {
    margin-bottom: 20px; } }

.full-width.single-product .woocommerce-product-gallery .flex-viewport img {
  margin: auto; }

@media (min-width: 1700px) {
  .full-width.extended.single-product .single-product-wrapper .product-images-wrapper {
    flex: 0 0 38.5057471667%;
    max-width: 38.5057471667%; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .full-width.extended.single-product .single-product-wrapper .product-images-wrapper {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .full-width.extended.single-product .single-product-wrapper .product-images-wrapper {
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 1200px) and (max-width: 1699px) {
  .full-width.extended.single-product .single-product-wrapper .product-images-wrapper {
    flex: 0 0 37.5%;
    max-width: 37.5%; } }

@media (min-width: 1700px) {
  .full-width.extended.single-product .single-product-wrapper .entry-summary {
    flex: 0 0 43.10344825%;
    max-width: 43.10344825%;
    padding-right: 35px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .full-width.extended.single-product .single-product-wrapper .entry-summary {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .full-width.extended.single-product .single-product-wrapper .entry-summary {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; } }

@media (min-width: 1200px) and (max-width: 1699px) {
  .full-width.extended.single-product .single-product-wrapper .entry-summary {
    flex: 0 0 37.5%;
    max-width: 37.5%; } }

.full-width.extended.single-product .single-product-wrapper .product-actions-wrapper {
  border-left: 1px solid #ddd;
  padding: 0 15px; }
  @media (min-width: 1700px) {
    .full-width.extended.single-product .single-product-wrapper .product-actions-wrapper {
      flex: 0 0 18.3908045833%;
      max-width: 18.3908045833%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .full-width.extended.single-product .single-product-wrapper .product-actions-wrapper {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .full-width.extended.single-product .single-product-wrapper .product-actions-wrapper {
    flex: 0 0 25%;
    max-width: 25%; } }

@media (min-width: 1200px) and (max-width: 1699px) {
  .full-width.extended.single-product .single-product-wrapper .product-actions-wrapper {
    flex: 0 0 25%;
    max-width: 25%; } }
  .full-width.extended.single-product .single-product-wrapper .product-actions-wrapper .product-actions, .full-width.extended.single-product .single-product-wrapper .product-actions-wrapper .product-actions form.cart {
    flex-direction: column;
    align-items: flex-start; }
  @media (min-width: 1200px) {
    .full-width.extended.single-product .single-product-wrapper .product-actions-wrapper .product-actions {
      padding-left: 19px; } }
  .full-width.extended.single-product .single-product-wrapper .product-actions-wrapper .product-actions form.cart {
    width: 100%; }
    .full-width.extended.single-product .single-product-wrapper .product-actions-wrapper .product-actions form.cart .single_add_to_cart_button {
      margin-left: 0;
      margin-right: 0; }
  .full-width.extended.single-product .single-product-wrapper .product-actions-wrapper .product-actions .price {
    margin-bottom: 0.4em; }
  .full-width.extended.single-product .single-product-wrapper .product-actions-wrapper .woocommerce-variation-availability {
    display: none; }

.full-width.extended.single-product .availability,
.full-width.extended.single-product .additional-info {
  width: 100%; }

.full-width.extended.single-product .add-to-compare-link {
  padding-bottom: 0;
  align-self: center; }

.full-width.extended.single-product .single_add_to_cart_button {
  width: 100%;
  padding: 18px 10px; }

.full-width.extended.single-product .quantity {
  margin-bottom: 27px; }

.full-width.extended.single-product p.stock {
  display: none; }

.full-width.extended.single-product .variations_form {
  margin-top: 14px; }
  .full-width.extended.single-product .variations_form table.variations tbody {
    flex-direction: column; }
    .full-width.extended.single-product .variations_form table.variations tbody tr {
      flex: 0 0 100%;
      max-width: 100%; }
  .full-width.extended.single-product .variations_form .single_variation_wrap {
    width: 100%; }
    .full-width.extended.single-product .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart {
      flex-direction: column;
      align-items: flex-start; }

@media (min-width: 1200px) {
  .left-sidebar.single-product .single-product-wrapper .product-images-wrapper,
  .right-sidebar.single-product .single-product-wrapper .product-images-wrapper {
    flex: 0 0 62.5%;
    max-width: 62.5%; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .left-sidebar.single-product .single-product-wrapper .product-images-wrapper,
  .right-sidebar.single-product .single-product-wrapper .product-images-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2; } }

@media (min-width: 1200px) {
  .left-sidebar.single-product .single-product-wrapper .entry-summary,
  .right-sidebar.single-product .single-product-wrapper .entry-summary {
    flex: 0 0 37.5%;
    max-width: 37.5%; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .left-sidebar.single-product .single-product-wrapper .entry-summary,
  .right-sidebar.single-product .single-product-wrapper .entry-summary {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px; } }

@media (min-width: 768px) and (max-width: 1399px) {
  .left-sidebar.single-product .accessories .products .product,
  .right-sidebar.single-product .accessories .products .product {
    flex: 0 0 25%;
    max-width: 25%;
    flex: 0 0 auto; } }

@media (min-width: 1200px) and (max-width: 1399px) {
  .left-sidebar.single-product.normal .product-actions,
  .left-sidebar.single-product.normal .product-actions form.cart,
  .right-sidebar.single-product.normal .product-actions,
  .right-sidebar.single-product.normal .product-actions form.cart {
    flex-direction: column;
    align-items: flex-start; }
  .left-sidebar.single-product.normal .product-actions form.cart .single_add_to_cart_button,
  .right-sidebar.single-product.normal .product-actions form.cart .single_add_to_cart_button {
    margin: 0; }
  .left-sidebar.single-product.normal .product-actions form.cart .quantity,
  .right-sidebar.single-product.normal .product-actions form.cart .quantity {
    margin-bottom: 20px; } }

@media (min-width: 1200px) {
  .left-sidebar.single-product #reviews .advanced-review .advanced-review-rating,
  .right-sidebar.single-product #reviews .advanced-review .advanced-review-rating {
    flex: 0 0 50%;
    max-width: 50%; } }

@media (min-width: 1590px) {
  .left-sidebar.single-product #reviews .advanced-review .advanced-review-rating,
  .right-sidebar.single-product #reviews .advanced-review .advanced-review-rating {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; } }

@media (max-width: 375px) {
  .left-sidebar.single-product #reviews .advanced-review .advanced-review-rating,
  .right-sidebar.single-product #reviews .advanced-review .advanced-review-rating {
    padding: 0; } }

@media (min-width: 1200px) {
  .left-sidebar.single-product #reviews .advanced-review .advanced-review-comment,
  .right-sidebar.single-product #reviews .advanced-review .advanced-review-comment {
    flex: 0 0 50%;
    max-width: 50%; } }

@media (min-width: 1590px) {
  .left-sidebar.single-product #reviews .advanced-review .advanced-review-comment,
  .right-sidebar.single-product #reviews .advanced-review .advanced-review-comment {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; } }

@media (min-width: 992px) and (max-width: 1399px) {
  .left-sidebar.single-product .single_add_to_cart_button,
  .right-sidebar.single-product .single_add_to_cart_button {
    padding: 18px 50px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .left-sidebar.single-product .product-actions .price, .left-sidebar.single-product .product-actions form.cart, .right-sidebar.single-product .product-actions .price, .right-sidebar.single-product .product-actions form.cart, .normal.full-width.single-product .product-actions .price, .normal.full-width.single-product .product-actions form.cart {
    width: inherit;
    margin-bottom: 0; }
  .left-sidebar.single-product .product-actions .price, .right-sidebar.single-product .product-actions .price, .normal.full-width.single-product .product-actions .price {
    padding-right: 50px; }
  .left-sidebar.single-product .product-actions form.cart, .right-sidebar.single-product .product-actions form.cart, .normal.full-width.single-product .product-actions form.cart {
    align-items: center;
    flex-direction: row; }
    .left-sidebar.single-product .product-actions form.cart .quantity, .right-sidebar.single-product .product-actions form.cart .quantity, .normal.full-width.single-product .product-actions form.cart .quantity {
      margin-bottom: 0;
      padding-right: 24px; }
  .left-sidebar.single-product .product-actions .add-to-compare-link, .right-sidebar.single-product .product-actions .add-to-compare-link, .normal.full-width.single-product .product-actions .add-to-compare-link {
    padding-left: 30px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .normal.full-width.single-product .product-actions .price {
    margin-bottom: 20px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .left-sidebar #grid .products .product:nth-child(3n+1)::before {
    content: none !important; } }

@media (min-width: 1200px) {
  .related .products:not(.slick-dotted) .slick-list,
  .up-sells .products:not(.slick-dotted) .slick-list {
    padding-bottom: 0; } }

.wg-related-products-carousel {
  margin-bottom: 1.5em; }
  .wg-related-products-carousel .products-carousel .products .product .price {
    font-size: 1.1em; }
  .wg-related-products-carousel .products-carousel .products .product .woocommerce-loop-product__title {
    font-weight: 300;
    font-size: 1.2em; }
  @media (max-width: 1199px) {
    .wg-related-products-carousel {
      height: 100%; } }
  .wg-related-products-carousel::before, .wg-related-products-carousel::after {
    content: " ";
    display: table; }

#tab-specification .wg-shop-attributes-detail h1, #tab-specification .wg-shop-attributes-detail h2, #tab-specification .wg-shop-attributes-detail h3, #tab-specification .wg-shop-attributes-detail h4, #tab-specification .wg-shop-attributes-detail h5, #tab-specification .wg-shop-attributes-detail h6, #tab-specification .wg-shop-attributes-detail caption, #tab-specification .wg-shop-attributes-detail .wg-attributes-title, #tab-specification table h1, #tab-specification table h2, #tab-specification table h3, #tab-specification table h4, #tab-specification table h5, #tab-specification table h6, #tab-specification table caption, #tab-specification table .wg-attributes-title {
  color: #090909;
  font-size: 20px;
  margin-bottom: 30px;
  display: block;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 4px;
  line-height: 1.6;
  text-transform: capitalize; }

#tab-specification .wg-shop-attributes-detail {
  display: block;
  width: 100%; }
  #tab-specification .wg-shop-attributes-detail.like-table table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent; }
    #tab-specification .wg-shop-attributes-detail.like-table table th,
    #tab-specification .wg-shop-attributes-detail.like-table table td {
      padding: 0.75rem;
      vertical-align: top;
      border-top: 1px solid #eceeef; }
    #tab-specification .wg-shop-attributes-detail.like-table table thead th {
      vertical-align: bottom;
      border-bottom: 2px solid #eceeef; }
    #tab-specification .wg-shop-attributes-detail.like-table table tbody + tbody {
      border-top: 2px solid #eceeef; }
    #tab-specification .wg-shop-attributes-detail.like-table table .table {
      background-color: #fff; }

#tab-specification .wg-shop-attributes-detail:not(.like-table) table, #tab-specification .wg-shop-attributes-detail:not(.like-table) .shop_attributes {
  border: none; }
  @media (min-width: 1200px) {
    #tab-specification .wg-shop-attributes-detail:not(.like-table) table tbody, #tab-specification .wg-shop-attributes-detail:not(.like-table) .shop_attributes tbody {
      display: flex;
      flex-wrap: wrap;
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1200px) and (min-width: 576px) {
    #tab-specification .wg-shop-attributes-detail:not(.like-table) table tbody, #tab-specification .wg-shop-attributes-detail:not(.like-table) .shop_attributes tbody {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1200px) and (min-width: 768px) {
    #tab-specification .wg-shop-attributes-detail:not(.like-table) table tbody, #tab-specification .wg-shop-attributes-detail:not(.like-table) .shop_attributes tbody {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1200px) and (min-width: 992px) {
    #tab-specification .wg-shop-attributes-detail:not(.like-table) table tbody, #tab-specification .wg-shop-attributes-detail:not(.like-table) .shop_attributes tbody {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1200px) and (min-width: 1200px) {
    #tab-specification .wg-shop-attributes-detail:not(.like-table) table tbody, #tab-specification .wg-shop-attributes-detail:not(.like-table) .shop_attributes tbody {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1200px) {
    #tab-specification .wg-shop-attributes-detail:not(.like-table) table tbody tr, #tab-specification .wg-shop-attributes-detail:not(.like-table) .shop_attributes tbody tr {
      position: relative;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) and (min-width: 576px) {
    #tab-specification .wg-shop-attributes-detail:not(.like-table) table tbody tr, #tab-specification .wg-shop-attributes-detail:not(.like-table) .shop_attributes tbody tr {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) and (min-width: 768px) {
    #tab-specification .wg-shop-attributes-detail:not(.like-table) table tbody tr, #tab-specification .wg-shop-attributes-detail:not(.like-table) .shop_attributes tbody tr {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) and (min-width: 992px) {
    #tab-specification .wg-shop-attributes-detail:not(.like-table) table tbody tr, #tab-specification .wg-shop-attributes-detail:not(.like-table) .shop_attributes tbody tr {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) and (min-width: 1200px) {
    #tab-specification .wg-shop-attributes-detail:not(.like-table) table tbody tr, #tab-specification .wg-shop-attributes-detail:not(.like-table) .shop_attributes tbody tr {
      padding-right: 15px;
      padding-left: 15px; } }
  #tab-specification .wg-shop-attributes-detail:not(.like-table) table td, #tab-specification .wg-shop-attributes-detail:not(.like-table) table th, #tab-specification .wg-shop-attributes-detail:not(.like-table) .shop_attributes td, #tab-specification .wg-shop-attributes-detail:not(.like-table) .shop_attributes th {
    padding: 0; }
    @media (max-width: 767px) {
      #tab-specification .wg-shop-attributes-detail:not(.like-table) table td, #tab-specification .wg-shop-attributes-detail:not(.like-table) table th, #tab-specification .wg-shop-attributes-detail:not(.like-table) .shop_attributes td, #tab-specification .wg-shop-attributes-detail:not(.like-table) .shop_attributes th {
        padding-bottom: 10px; } }
  #tab-specification .wg-shop-attributes-detail:not(.like-table) table tr, #tab-specification .wg-shop-attributes-detail:not(.like-table) .shop_attributes tr {
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      #tab-specification .wg-shop-attributes-detail:not(.like-table) table tr td, #tab-specification .wg-shop-attributes-detail:not(.like-table) .shop_attributes tr td {
        text-align: right; } }
    #tab-specification .wg-shop-attributes-detail:not(.like-table) table tr td p, #tab-specification .wg-shop-attributes-detail:not(.like-table) .shop_attributes tr td p {
      font-weight: normal; }
  #tab-specification .wg-shop-attributes-detail:not(.like-table) table th, #tab-specification .wg-shop-attributes-detail:not(.like-table) .shop_attributes th {
    color: #555353;
    display: block;
    font-weight: 500;
    text-transform: capitalize; }

#tab-specification .columns-1 table.shop_attributes tbody tr {
  flex: 0 0 100%;
  max-width: 100%; }

#tab-specification .columns-2 table.shop_attributes tbody tr {
  flex: 0 0 50%;
  max-width: 50%; }

#tab-specification .columns-3 table.shop_attributes tbody tr {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

#tab-specification .columns-4 table.shop_attributes tbody tr {
  flex: 0 0 25%;
  max-width: 25%; }

#tab-specification .columns-5 table.shop_attributes tbody tr {
  flex: 0 0 20%;
  max-width: 20%; }

#tab-specification .columns-6 table.shop_attributes tbody tr {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.thumb-count-0 .woocommerce-product-gallery .flex-control-thumbs {
  display: none; }

/**
 * Reviews
 */
#reviews #comments {
  padding-top: 0; }
  #reviews #comments .commentlist li {
    border-top: 1px solid #ddd;
    border-bottom: none; }
  #reviews #comments ul.children {
    margin-bottom: 0;
    padding-top: 1.618em; }
    #reviews #comments ul.children li {
      margin-bottom: 1.618em; }
      #reviews #comments ul.children li:last-child {
        margin-bottom: 0; }

#reviews .comment-form-rating {
  clear: both; }
  #reviews .comment-form-rating label {
    display: block; }

#reviews .advanced-review .advanced-review-rating {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 576px) {
    #reviews .advanced-review .advanced-review-rating {
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 20px; } }
  @media (min-width: 1200px) {
    #reviews .advanced-review .advanced-review-rating {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; } }
  #reviews .advanced-review .advanced-review-rating h2.based-title {
    margin-bottom: 1.375em;
    font-size: 1em; }
  #reviews .advanced-review .advanced-review-rating .star-rating:before {
    content: "\f006\f006\f006\f006\f006";
    font-family: FontAwesome; }
  #reviews .advanced-review .advanced-review-rating .star-rating span:before {
    content: "\f005\f005\f005\f005\f005";
    font-family: FontAwesome; }

#reviews .advanced-review .advanced-review-comment {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 575px) {
    #reviews .advanced-review .advanced-review-comment {
      margin-top: 20px; } }
  @media (min-width: 576px) {
    #reviews .advanced-review .advanced-review-comment {
      flex: 0 0 100%;
      max-width: 100%; } }
  @media (min-width: 1200px) {
    #reviews .advanced-review .advanced-review-comment {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%; } }

#reviews #respond {
  padding: 0px; }

#reviews .avg-rating {
  display: flex;
  align-items: center;
  margin-bottom: 2.813em; }
  #reviews .avg-rating .avg-rating-number {
    font-size: 2.750em;
    display: inline-block;
    line-height: 1;
    font-weight: 300;
    margin-right: 0.659em; }
  #reviews .avg-rating .star-rating {
    display: inline-block;
    font-size: 1.438em;
    width: 6em /*rtl:6.2em */;
    letter-spacing: 2px; }

#reviews .rating-histogram {
  width: 368px; }
  @media (max-width: 767px) {
    #reviews .rating-histogram {
      width: 100%; } }
  #reviews .rating-histogram .rating-bar {
    display: flex;
    align-items: center;
    margin-bottom: 1em;
    justify-content: space-between; }
    #reviews .rating-histogram .rating-bar .star-rating {
      letter-spacing: 2px; }
    #reviews .rating-histogram .rating-bar .rating-percentage-bar {
      width: 12.250em;
      height: 0.625em;
      border-radius: 5px 0.313em;
      background-color: #f3f3f3; }
      @media (max-width: 767px) {
        #reviews .rating-histogram .rating-bar .rating-percentage-bar {
          width: 10em; } }
      #reviews .rating-histogram .rating-bar .rating-percentage-bar .rating-percentage {
        height: 100%;
        background-color: #d8d8d8;
        display: block;
        border-radius: .313em; }

/**
 * Widgets
 */
.product_list_widget {
  list-style: none;
  margin-left: 0; }
  .product_list_widget li {
    padding: .5em 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
    .product_list_widget li::after {
      display: block;
      content: "";
      clear: both; }
    .product_list_widget li img {
      max-width: 2.617924em;
      float: right; }
    .product_list_widget li > a {
      display: block; }
  .product_list_widget a:hover {
    color: #2c2d33; }

.widget_price_filter .price_slider {
  margin-bottom: 1em; }

.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4em;
  /*rtl:ignore*/
  direction: ltr; }
  .widget_price_filter .price_slider_amount input {
    width: 30% !important;
    padding: .2em;
    margin: 0 0.2em !important; }
  .widget_price_filter .price_slider_amount .button {
    float: left;
    font-size: 1.2em !important;
    font-weight: 600 !important;
    padding: 0 1em; }

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

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

.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background: #2c2d33;
  border-top-right-radius: 1em;
  border-top-left-radius: 1em;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em; }

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-top-right-radius: 1em;
  border-top-left-radius: 1em;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
  background: rgba(0, 0, 0, 0.1); }

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

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

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px; }

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px; }

.site-header .widget_shopping_cart_content p.total,
.site-header .widget_shopping_cart_content p.buttons,
.site-header .widget_shopping_cart_content li {
  padding-left: 1.41575em;
  padding-right: 1.41575em; }

.site-header .widget_shopping_cart_content li {
  border-bottom: 0; }

.site-header .widget_shopping_cart_content .product_list_widget .mini_cart_item .remove {
  right: 16px;
  top: 7px;
  left: auto; }

.site-header .widget_shopping_cart_content .product_list_widget .mini_cart_item a {
  font-size: 0.938em; }

.site-header .widget_shopping_cart_content dl.variation {
  margin-left: 0;
  font-size: 0.76em; }
  .site-header .widget_shopping_cart_content dl.variation + .quantity {
    margin-left: 0; }

.widget_shopping_cart_content .product_list_widget, .widget_shopping_cart .product_list_widget {
  margin-bottom: 0; }
  .widget_shopping_cart_content .product_list_widget .mini_cart_item, .widget_shopping_cart .product_list_widget .mini_cart_item {
    border-bottom: 0px;
    position: relative; }
    .widget_shopping_cart_content .product_list_widget .mini_cart_item .remove, .widget_shopping_cart .product_list_widget .mini_cart_item .remove {
      width: 20px;
      position: absolute;
      height: 20px;
      min-width: 20px;
      top: -3px;
      margin-bottom: 0;
      left: -3px;
      border-radius: 5px; }
      .widget_shopping_cart_content .product_list_widget .mini_cart_item .remove:before, .widget_shopping_cart .product_list_widget .mini_cart_item .remove:before {
        font-size: 0.571em;
        color: #fff;
        line-height: 1;
        top: 50%;
        left: 50%;
        bottom: auto;
        transform: translate(-50%, -50%); }
    .widget_shopping_cart_content .product_list_widget .mini_cart_item a, .widget_shopping_cart .product_list_widget .mini_cart_item a {
      color: #626060;
      min-width: 265px;
      margin-bottom: 0.4em;
      line-height: 1.2; }
    .widget_shopping_cart_content .product_list_widget .mini_cart_item img, .widget_shopping_cart .product_list_widget .mini_cart_item img {
      max-width: 75px; }
    .widget_shopping_cart_content .product_list_widget .mini_cart_item .quantity, .widget_shopping_cart .product_list_widget .mini_cart_item .quantity {
      font-weight: 500;
      margin-top: 10px; }

.widget_shopping_cart_content .woocommerce-mini-cart__empty-message, .widget_shopping_cart .woocommerce-mini-cart__empty-message {
  margin-bottom: 0;
  text-align: center;
  font-size: 15px;
  padding: 20px; }

.widget_shopping_cart_content p.total,
.widget_shopping_cart_content p.buttons, .widget_shopping_cart p.total,
.widget_shopping_cart p.buttons {
  padding: 1em 0;
  margin: 0;
  text-align: center; }

.widget_shopping_cart_content p.total, .widget_shopping_cart p.total {
  border-bottom: 1px solid #f1f1f1;
  border-top: 1px solid #f1f1f1; }

.widget_shopping_cart_content .buttons, .widget_shopping_cart .buttons {
  display: flex;
  flex-direction: column; }
  .widget_shopping_cart_content .buttons .button, .widget_shopping_cart .buttons .button {
    border-radius: 5px;
    font-weight: 500;
    border: none;
    padding: 8px;
    color: #fff; }
    .widget_shopping_cart_content .buttons .button:nth-child(odd), .widget_shopping_cart .buttons .button:nth-child(odd) {
      margin-bottom: .8em; }
  .widget_shopping_cart_content .buttons .checkout, .widget_shopping_cart .buttons .checkout {
    background-color: #858585; }
    .widget_shopping_cart_content .buttons .checkout:hover, .widget_shopping_cart .buttons .checkout:hover {
      background-color: #7b7b7b; }

.widget_shopping_cart_content .quantity, .widget_shopping_cart .quantity {
  font-size: 14px; }

.widget_shopping_cart_content dl.variation, .widget_shopping_cart dl.variation {
  margin-bottom: 6px;
  margin-left: 110px; }
  .widget_shopping_cart_content dl.variation dd, .widget_shopping_cart dl.variation dd {
    margin: 0 0 6px 0; }
    .widget_shopping_cart_content dl.variation dd p, .widget_shopping_cart dl.variation dd p {
      margin: 0; }
  .widget_shopping_cart_content dl.variation dt, .widget_shopping_cart dl.variation dt {
    text-transform: capitalize; }
  .widget_shopping_cart_content dl.variation + .quantity, .widget_shopping_cart dl.variation + .quantity {
    margin-left: 110px; }

#secondary .widget .widget-title {
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.9em;
  padding-bottom: 0.25em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
  font-size: 1.429em;
  font-weight: normal; }

#secondary .widget ul li a {
  font-size: 1.2em;
  font-weight: normal;
  color: #2b2b2b;
  letter-spacing: -.01em;
  line-height: 1.4em;
  margin-bottom: 0.333em; }

#secondary .widget.widget_shopping_cart .product_list_widget .mini_cart_item a + a {
  min-width: 100%; }

#secondary .widget.widget_product_search form {
  display: flex; }
  #secondary .widget.widget_product_search form input[type=search] {
    border-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    width: 65%; }
  #secondary .widget.widget_product_search form input[type=submit] {
    position: initial !important;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px; }
    #secondary .widget.widget_product_search form input[type=submit]:hover {
      background-color: #0059bd; }

#secondary .widget.widget_product_categories select, #secondary .widget.widget_layered_nav select {
  width: 100%; }

#secondary .widget ul.product_list_widget li {
  border: 0px;
  padding: 0px;
  padding: 1em 0;
  border-bottom: 1px solid #f9f9f9; }
  #secondary .widget ul.product_list_widget li a img {
    float: left;
    max-width: 100px;
    margin-right: 0.653em; }

@media (min-width: 1200px) and (max-width: 1399px) {
  #secondary .widget ul.product_list_widget li a img {
    max-width: 84px; } }
  #secondary .widget ul.product_list_widget li span.product-title {
    max-height: 42px;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: .9em;
    font-weight: 400; }

@media (min-width: 1200px) and (max-width: 1399px) {
  #secondary .widget ul.product_list_widget li span.product-title {
    font-size: 13px; } }
  #secondary .widget ul.product_list_widget li span.amount {
    font-weight: 500; }
  #secondary .widget ul.product_list_widget li .star-rating {
    margin-bottom: .3em; }

#secondary .widget.woocommerce ul li del {
  font-size: 0.929em;
  color: #b8b8b8; }

#secondary .widget.widget_price_filter {
  margin-bottom: 5.306em; }
  #secondary .widget.widget_price_filter .widget-title {
    margin-bottom: 0.750em; }
  #secondary .widget.widget_price_filter .price_slider_wrapper {
    display: flex;
    flex-direction: column-reverse;
    position: relative; }
  #secondary .widget.widget_price_filter .price_slider {
    height: 2px;
    background-color: #eeeeee;
    margin-bottom: 0px;
    width: 96%; }
    #secondary .widget.widget_price_filter .price_slider .ui-slider-range {
      top: 0px;
      height: 2px; }
    #secondary .widget.widget_price_filter .price_slider .ui-slider-handle {
      width: 13px;
      height: 13px;
      top: -3px;
      border: none;
      border-radius: 13px; }
      #secondary .widget.widget_price_filter .price_slider .ui-slider-handle:last-child {
        margin-left: 0px; }
  #secondary .widget.widget_price_filter .price_slider_amount {
    margin-bottom: 1.571em;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end; }
    #secondary .widget.widget_price_filter .price_slider_amount .price_label {
      display: none !important; }
    #secondary .widget.widget_price_filter .price_slider_amount button {
      font-size: 1em; }
    #secondary .widget.widget_price_filter .price_slider_amount input {
      display: block !important;
      margin: 0px;
      text-align: center;
      font-size: 18px;
      width: 43%;
      border-radius: 5px;
      margin-bottom: 0.833em; }
      #secondary .widget.widget_price_filter .price_slider_amount input:first-child {
        /*rtl:ignore*/
        margin-right: 1.722em; }

#secondary .widget.widget_layered_nav .widget-title {
  margin-bottom: 0.563em; }

#secondary .widget.widget_layered_nav ul {
  margin-bottom: 1.143em; }
  #secondary .widget.widget_layered_nav ul li a {
    font-size: 15px;
    text-transform: capitalize;
    color: #444444;
    padding-bottom: 0.2em;
    display: inline-flex; }
    #secondary .widget.widget_layered_nav ul li a:before {
      content: "\f096";
      font-family: FontAwesome;
      margin-right: 15px;
      font-size: 22px;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      vertical-align: top;
      color: #d5d5d5; }
  #secondary .widget.widget_layered_nav ul li a:hover:before,
  #secondary .widget.widget_layered_nav ul li.chosen a:before {
    content: "\f0c8";
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased; }
  #secondary .widget.widget_layered_nav ul li span {
    display: none; }

#secondary .widget.widget_layered_nav p a {
  font-size: 1.062em; }

#secondary .widget.widget_layered_nav_filters ul li.chosen a {
  font-size: 1.224em; }
  #secondary .widget.widget_layered_nav_filters ul li.chosen a:before {
    content: "\f057";
    font-family: FontAwesome;
    margin-right: 15px;
    font-size: 19px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    vertical-align: top;
    color: #444444; }
  #secondary .widget.widget_layered_nav_filters ul li.chosen a:hover:before {
    color: #e00; }

#secondary .widget.widget_wpgroupbuy_products_filter {
  background: #fff;
  padding: 1.067em 1em 1.067em 1em; }
  #secondary .widget.widget_wpgroupbuy_products_filter span.widget-title {
    border-bottom: 0px;
    font-size: 1.4em;
    padding-bottom: 0; }
  #secondary .widget.widget_wpgroupbuy_products_filter > span.widget-title {
    border-bottom: 1px solid #f1f1f1;
    font-size: 1.3em;
    font-weight: 600;
    letter-spacing: .3px; }

#secondary .widget.widget_layered_nav form.woocommerce-widget-layered-nav-dropdown .select2-selection--multiple {
  padding: 0.571em;
  padding-bottom: 0.357em;
  border: 1px solid #ddd; }
  #secondary .widget.widget_layered_nav form.woocommerce-widget-layered-nav-dropdown .select2-selection--multiple ul {
    margin-bottom: 0; }
    #secondary .widget.widget_layered_nav form.woocommerce-widget-layered-nav-dropdown .select2-selection--multiple ul li + .select2-search--inline {
      display: none; }
    #secondary .widget.widget_layered_nav form.woocommerce-widget-layered-nav-dropdown .select2-selection--multiple ul li span {
      font-size: 0.857em;
      display: inline-block;
      font-weight: 400;
      margin-right: 0.333em;
      line-height: 1;
      padding: 0.583em 0; }

#secondary .widget.widget_layered_nav form.woocommerce-widget-layered-nav-dropdown .woocommerce-widget-layered-nav-dropdown__submit {
  margin-top: 1.071em; }

#secondary .widget.widget_layered_nav form.woocommerce-widget-layered-nav-dropdown .select2-selection--single {
  height: auto;
  padding: 0.2em; }
  #secondary .widget.widget_layered_nav form.woocommerce-widget-layered-nav-dropdown .select2-selection--single .select2-selection__rendered {
    font-weight: 400; }
  #secondary .widget.widget_layered_nav form.woocommerce-widget-layered-nav-dropdown .select2-selection--single .select2-selection__arrow {
    top: 4px;
    right: 3px; }
  #secondary .widget.widget_layered_nav form.woocommerce-widget-layered-nav-dropdown .select2-selection--single .select2-selection__clear {
    font-weight: 500; }

@media (max-width: 1023px) {
  #content #secondary.shop-sidebar {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: -340px;
    width: 288px;
    height: 100%;
    transition: left 0.2s;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    transition: left 0.2s;
    z-index: 100000000;
    display: block !important;
    padding-top: 20px; }
    #content #secondary.shop-sidebar > .widget:not(.widget_wpgroupbuy_products_filter) {
      display: none; }
  #content.active-hh-sidebar::before {
    font-family: "FontAwesome";
    font-weight: 300;
    content: "\f00d";
    display: block;
    padding: 6px 10px;
    position: fixed;
    transition: left .2s;
    background-color: #fff;
    left: 288px;
    top: 0;
    z-index: 999999999; }
  #content.active-hh-sidebar #secondary.shop-sidebar {
    left: 0;
    box-shadow: 0px 0px 17px -1px rgba(0, 0, 0, 0.66); }
  #content.active-hh-sidebar .content-area::after {
    content: " ";
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .6;
    position: fixed;
    z-index: 999;
    top: 0;
    transition: left 0.2s; }
  .admin-bar #content #secondary.shop-sidebar {
    padding-top: 58px; }
  .admin-bar #content.active-hh-sidebar::before {
    top: 46px; } }

@media (max-width: 500px) {
  #content #secondary.shop-sidebar {
    left: -90%;
    width: 288px; } }

/**
 * Cart
 */
.woocommerce-page.woocommerce-cart .hentry.type-page .entry-header {
  display: none; }

.hentry {
  margin: 0; }

table.cart {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  table.cart th,
  table.cart td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #eceeef; }
  table.cart thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef; }
  table.cart tbody + tbody {
    border-top: 2px solid #eceeef; }
  table.cart .table {
    background-color: #fff; }
  table.cart td, table.cart th {
    vertical-align: middle; }

@media (min-width: 992px) and (max-width: 1199px) {
  table.cart td, table.cart th {
    padding: 0.571em; } }
  table.cart thead th {
    border: none;
    text-transform: none;
    font-weight: bold;
    color: #626060; }
  table.cart tr.cart_item {
    position: relative; }
  table.cart dl.variation {
    display: flex;
    margin-left: 140px;
    text-transform: capitalize;
    margin-bottom: 0; }
    table.cart dl.variation dd {
      margin: 0 10px 0 0; }
    table.cart dl.variation dt {
      margin-right: 4px; }
  table.cart th.product-remove,
  table.cart td.product-remove {
    display: none !important; }
  table.cart td.product-thumbnail,
  table.cart th.product-thumbnail {
    display: none !important; }
  table.cart td.product-name {
    font-size: 0.875em;
    line-height: 1.5em;
    letter-spacing: -0.01em;
    font-weight: 400;
    color: #626060; }

@media (max-width: 1399px) and (min-width: 1200px) {
  table.cart td.product-name {
    width: 400px; } }

@media (max-width: 1199px) and (min-width: 768px) {
  table.cart td.product-name {
    width: 330px; } }
    @media (max-width: 767px) {
      table.cart td.product-name {
        font-size: 1em;
        line-height: 1.5em;
        font-weight: 500;
        letter-spacing: -.01em;
        color: #444; } }
    table.cart td.product-name .cart-item-product-detail {
      font-size: .875em;
      line-height: 1.5em;
      letter-spacing: -.01em;
      font-weight: 400;
      color: #626060; }
      table.cart td.product-name .cart-item-product-detail .media-body {
        text-align: left; }
        @media (max-width: 400px) {
          table.cart td.product-name .cart-item-product-detail .media-body {
            text-align: right; } }
        table.cart td.product-name .cart-item-product-detail .media-body a {
          font-size: 1.4em; }
    table.cart td.product-name a {
      color: #626060; }
    table.cart td.product-name img {
      max-width: 8.735em;
      height: auto;
      margin: 0 1.071em 0 0;
      width: auto; }
      @media (min-width: 768px) {
        table.cart td.product-name img {
          margin: 0 2.571em 0 0; } }
      @media (max-width: 767px) {
        table.cart td.product-name img {
          display: none; } }
  table.cart td.product-price,
  table.cart td.product-subtotal {
    line-height: 1.5em;
    font-weight: 500;
    letter-spacing: -0.01em;
    color: #444;
    text-align: left; }
    @media (max-width: 400px) {
      table.cart td.product-price,
      table.cart td.product-subtotal {
        text-align: right; } }
    @media (max-width: 1200px) and (min-width: 768px) {
      table.cart td.product-price,
      table.cart td.product-subtotal {
        font-size: 0.938em; } }
  table.cart .quantity .qty {
    font-size: .85em; }
  @media (max-width: 1200px) and (min-width: 768px) {
    table.cart td.product-subtotal {
      padding-left: 0px;
      padding-right: 0px; } }
  @media (max-width: 767px) {
    table.cart tbody tr td.product-subtotal {
      padding-bottom: 2.25em; } }
  table.cart a.remove {
    float: right;
    top: -22px !important;
    right: 0; }
    @media (max-width: 767px) {
      table.cart a.remove {
        right: 11%;
        margin-top: 0.313em; } }
    @media (max-width: 400px) {
      table.cart a.remove {
        right: 0;
        margin-top: 2em; } }
    table.cart a.remove:before {
      font-size: 11px;
      color: #444;
      margin-left: 20px; }
  table.cart td.product-quantity {
    text-align: left; }
    @media (max-width: 400px) {
      table.cart td.product-quantity {
        text-align: right; } }
    table.cart td.product-quantity label {
      display: none; }

@media (max-width: 1199px) and (min-width: 768px) {
  table.cart td.product-quantity .buttons_added {
    width: 120px; } }

@media (max-width: 1399px) and (min-width: 1200px) {
  table.cart td.product-quantity .buttons_added {
    width: 135px; } }
    @media (max-width: 767px) {
      table.cart td.product-quantity .buttons_added .minus {
        right: 10px; }
      table.cart td.product-quantity .buttons_added .plus {
        right: 40px; }
      table.cart td.product-quantity .buttons_added .plus,
      table.cart td.product-quantity .buttons_added .minus {
        left: inherit; }
      table.cart td.product-quantity .buttons_added .qty {
        width: 7em; } }
  table.cart td.actions::after {
    display: block;
    content: "";
    clear: both; }
  table.cart td.actions div.coupon {
    float: left;
    display: flex; }
    @media (max-width: 480px) {
      table.cart td.actions div.coupon {
        display: block; } }
    table.cart td.actions div.coupon label {
      display: none; }
    table.cart td.actions div.coupon .input-text {
      font-size: .9em;
      color: #939393;
      border-radius: 5px;
      border: 1px solid #e7e7e7;
      border-right: 0px;
      padding: 10px; }
      @media (max-width: 542px) {
        table.cart td.actions div.coupon .input-text {
          border-radius: 5px;
          border-right: 2px solid #e7e7e7;
          width: 100%; } }
    table.cart td.actions div.coupon .button {
      font-size: .9em; }
      @media (max-width: 542px) {
        table.cart td.actions div.coupon .button {
          border-radius: 5px; } }
  table.cart td.actions .button[name="update_cart"] {
    font-size: .9em;
    float: right; }

.cross-sells > h2 {
  font-size: 1.5em;
  line-height: 1.5em;
  color: #090909;
  letter-spacing: -0.01em;
  font-weight: 400; }

.cart-collaterals {
  background: #fafafa;
  color: #555; }
  @media (min-width: 991px) and (max-width: 576px) {
    .cart-collaterals {
      margin: auto; } }
  .cart-collaterals .cart_totals {
    border-radius: 5px; }
    @media (min-width: 992px) {
      .cart-collaterals .cart_totals {
        padding: 1em; } }
    .cart-collaterals .cart_totals > h2 {
      -webkit-font-smoothing: antialiased;
      font-size: 2em;
      line-height: 2em;
      font-weight: 600;
      color: #090909;
      border-bottom: 1px solid #eee;
      padding-bottom: 0.292em;
      margin-top: -0.333em; }
    .cart-collaterals .cart_totals .shop_table {
      border: none !important;
      line-height: 2em;
      display: block; }
      .cart-collaterals .cart_totals .shop_table tbody {
        display: block; }
      .cart-collaterals .cart_totals .shop_table tr {
        display: table;
        width: 100%; }
      .cart-collaterals .cart_totals .shop_table td, .cart-collaterals .cart_totals .shop_table th {
        padding: 0;
        vertical-align: middle;
        letter-spacing: -0.01em; }
      .cart-collaterals .cart_totals .shop_table td {
        text-align: right; }
      .cart-collaterals .cart_totals .shop_table td .woocommerce-Price-amount {
        font-weight: 600; }
      .cart-collaterals .cart_totals .shop_table th {
        font-weight: 400; }
      .cart-collaterals .cart_totals .shop_table tr:nth-last-child(2) td,
      .cart-collaterals .cart_totals .shop_table tr:nth-last-child(2) th {
        padding-bottom: 1.733em; }
      .cart-collaterals .cart_totals .shop_table tr:last-child td,
      .cart-collaterals .cart_totals .shop_table tr:last-child th {
        padding-top: 0.8em;
        padding-bottom: 0.8em;
        border-top: 1px solid #555; }
      .cart-collaterals .cart_totals .shop_table tr:last-child th {
        font-size: 1.133em; }
      .cart-collaterals .cart_totals .shop_table tr:last-child td {
        font-size: 1.2em; }
      .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-calculator {
        display: none; }
      .cart-collaterals .cart_totals .shop_table tr.shipping th, .cart-collaterals .cart_totals .shop_table tr.shipping td {
        display: table-row;
        width: 100%; }
        .cart-collaterals .cart_totals .shop_table tr.shipping th p, .cart-collaterals .cart_totals .shop_table tr.shipping td p {
          line-height: 1.6em; }
      .cart-collaterals .cart_totals .shop_table tr.shipping th {
        padding: 0; }
      .cart-collaterals .cart_totals .shop_table tr.shipping td {
        text-align: left; }
        .cart-collaterals .cart_totals .shop_table tr.shipping td:before {
          content: none; }
        .cart-collaterals .cart_totals .shop_table tr.shipping td .woocommerce-Price-amount {
          float: right; }
  .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-button {
    display: block;
    text-align: center;
    color: #777;
    font-size: 1em;
    line-height: 1;
    margin-bottom: 5px; }
  .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form {
    font-size: .85em;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
    @media (min-width: 576px) {
      .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form {
        margin-right: -15px;
        margin-left: -15px; } }
    @media (min-width: 768px) {
      .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form {
        margin-right: -15px;
        margin-left: -15px; } }
    @media (min-width: 992px) {
      .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form {
        margin-right: -15px;
        margin-left: -15px; } }
    @media (min-width: 1200px) {
      .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form {
        margin-right: -15px;
        margin-left: -15px; } }
    .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form input {
      padding: 10px;
      height: 45px;
      border: none;
      background: #fff;
      color: #444;
      border: 1px solid #ddd; }
    .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form > p:not(.form-row) {
      position: relative;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 0;
      width: 100%; }
      @media (min-width: 576px) {
        .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form > p:not(.form-row) {
          padding-right: 15px;
          padding-left: 15px; } }
      @media (min-width: 768px) {
        .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form > p:not(.form-row) {
          padding-right: 15px;
          padding-left: 15px; } }
      @media (min-width: 992px) {
        .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form > p:not(.form-row) {
          padding-right: 15px;
          padding-left: 15px; } }
      @media (min-width: 1200px) {
        .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form > p:not(.form-row) {
          padding-right: 15px;
          padding-left: 15px; } }
  .cart-collaterals .woocommerce-shipping-calculator .button[name="calc_shipping"] {
    background: transparent;
    border: 1px solid #777;
    padding: .766em;
    display: block;
    text-align: center;
    width: 100%;
    color: #888;
    font-size: 1.2em; }
  .cart-collaterals .wc-proceed-to-checkout {
    margin-bottom: 1.625em; }
  .cart-collaterals .checkout-button {
    display: block;
    color: #fff;
    text-align: center;
    font-weight: 600;
    padding: .867em;
    margin-bottom: 0.875em;
    font-size: 0.938em;
    text-transform: uppercase; }
    .cart-collaterals .checkout-button:focus, .cart-collaterals .checkout-button:hover {
      box-shadow: none; }
  .cart-collaterals .back-to-shopping {
    color: #777;
    font-size: 1em;
    display: block;
    text-align: center;
    margin: 1.733em 0; }
  .cart-collaterals .shop-features {
    margin: 0;
    padding: 0;
    list-style: none; }
    .cart-collaterals .shop-features li {
      font-size: 0.938em;
      line-height: 1.5em;
      color: #444; }
      .cart-collaterals .shop-features li + li {
        margin-top: 1.2em; }
      .cart-collaterals .shop-features li i {
        margin-right: 1.083em;
        font-size: 1.6em; }

/**
 * Cart Layout
 */
.cart-wrapper {
  padding-top: 1em;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 0; }
  @media (min-width: 576px) {
    .cart-wrapper {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 768px) {
    .cart-wrapper {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 992px) {
    .cart-wrapper {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1200px) {
    .cart-wrapper {
      margin-right: -15px;
      margin-left: -15px; } }
  .cart-wrapper > form, .cart-wrapper .cart-collaterals {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
    @media (min-width: 576px) {
      .cart-wrapper > form, .cart-wrapper .cart-collaterals {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 768px) {
      .cart-wrapper > form, .cart-wrapper .cart-collaterals {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 992px) {
      .cart-wrapper > form, .cart-wrapper .cart-collaterals {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 1200px) {
      .cart-wrapper > form, .cart-wrapper .cart-collaterals {
        padding-right: 15px;
        padding-left: 15px; } }
  .cart-wrapper > form {
    flex: 0 0 100%;
    max-width: 100%; }
  .cart-wrapper .cart-collaterals {
    flex: 0 0 100%;
    max-width: 100%; }
  .cart-wrapper .woocommerce-error,
  .cart-wrapper .woocommerce-info,
  .cart-wrapper .woocommerce-message,
  .cart-wrapper .woocommerce-order-received .woocommerce-thankyou-order-received,
  .woocommerce-order-received .cart-wrapper .woocommerce-thankyou-order-received,
  .cart-wrapper .track-order .woocommerce-thankyou-order-received,
  .track-order .cart-wrapper .woocommerce-thankyou-order-received,
  .cart-wrapper .woocommerce-view-order .woocommerce-thankyou-order-received,
  .woocommerce-view-order .cart-wrapper .woocommerce-thankyou-order-received {
    margin: 15px 0; }

.section-landscape-products-carousel {
  margin-top: 2em; }
  .section-landscape-products-carousel .slick-list {
    margin-bottom: 0 !important; }

@media (min-width: 576px) and (max-width: 991px) {
  .cart-wrapper > form {
    flex: 0 0 100%;
    max-width: 100%; }
  .cart-wrapper .cart-collaterals {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 33.3333333333%; } }

@media (min-width: 992px) {
  .cart-wrapper > form {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%; }
  .cart-wrapper .cart-collaterals {
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 1200px) {
  .cart-wrapper > form {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%; }
  .cart-wrapper .cart-collaterals {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%; } }

@media (min-width: 1590px) {
  .cart-wrapper > form {
    flex: 0 0 76.7241379167%;
    max-width: 76.7241379167%; }
  .cart-wrapper .cart-collaterals {
    flex: 0 0 23.2758620833%;
    max-width: 23.2758620833%; } }

@media (max-width: 991px) and (min-width: 576px) {
  .cart-wrapper .cart-collaterals {
    margin: auto; } }

ul#shipping_method {
  margin: 5px 0 10px 0;
  list-style: none; }
  ul#shipping_method > li {
    text-align: left;
    margin-top: 8px; }
    ul#shipping_method > li input[type="radio"] {
      float: left;
      margin-right: 10px;
      margin-top: 4px; }
    ul#shipping_method > li label {
      display: block;
      margin-bottom: 0;
      line-height: 1.5em;
      font-weight: 400; }

@media (max-width: 567px) {
  .wg-cross-sells {
    overflow: hidden; } }

@media (max-width: 991px) {
  .wg-cross-sells .products .product {
    width: 100%; } }

.cart-empty {
  font-size: 3.063em;
  line-height: 1.490em;
  font-weight: 300;
  color: #090909;
  margin-bottom: 1em;
  text-align: center; }
  @media (max-width: 767px) {
    .cart-empty {
      font-size: 1.875em;
      line-height: 1.4em; } }

/**
 * Checkout
 *
 * 1 - Required to make the blockUI overlay cover the entire page rather than just the checkout form. We do this because
 *     otherwise our sticky order review can break out of the checkout form (and the blockUI element).
 */
.woocommerce-page.woocommerce-checkout .hentry.type-page .entry-header,
#order_review_heading {
  display: none; }

/**
 * Checkout Page Layout
 */
.select2-container .select2-selection--single .select2-selection__rendered {
  color: #444;
  background: #fff;
  border: 1px solid #ddd;
  font-size: 1.2em; }

.checkout_coupon,
.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper,
.woocommerce-additional-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 576px) {
    .checkout_coupon,
    .woocommerce-billing-fields__field-wrapper,
    .woocommerce-shipping-fields__field-wrapper,
    .woocommerce-additional-fields__field-wrapper {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 768px) {
    .checkout_coupon,
    .woocommerce-billing-fields__field-wrapper,
    .woocommerce-shipping-fields__field-wrapper,
    .woocommerce-additional-fields__field-wrapper {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 992px) {
    .checkout_coupon,
    .woocommerce-billing-fields__field-wrapper,
    .woocommerce-shipping-fields__field-wrapper,
    .woocommerce-additional-fields__field-wrapper {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1200px) {
    .checkout_coupon,
    .woocommerce-billing-fields__field-wrapper,
    .woocommerce-shipping-fields__field-wrapper,
    .woocommerce-additional-fields__field-wrapper {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (max-width: 767px) {
    .checkout_coupon,
    .woocommerce-billing-fields__field-wrapper,
    .woocommerce-shipping-fields__field-wrapper,
    .woocommerce-additional-fields__field-wrapper {
      align-items: flex-start; } }

.woocommerce-page.woocommerce-checkout .woocommerce-info + .woocommerce-form-login {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 576px) {
    .woocommerce-page.woocommerce-checkout .woocommerce-info + .woocommerce-form-login {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 768px) {
    .woocommerce-page.woocommerce-checkout .woocommerce-info + .woocommerce-form-login {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 992px) {
    .woocommerce-page.woocommerce-checkout .woocommerce-info + .woocommerce-form-login {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1200px) {
    .woocommerce-page.woocommerce-checkout .woocommerce-info + .woocommerce-form-login {
      margin-right: -15px;
      margin-left: -15px; } }
  .woocommerce-page.woocommerce-checkout .woocommerce-info + .woocommerce-form-login > p:not(.form-row):not(.clear) {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 576px) {
      .woocommerce-page.woocommerce-checkout .woocommerce-info + .woocommerce-form-login > p:not(.form-row):not(.clear) {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 768px) {
      .woocommerce-page.woocommerce-checkout .woocommerce-info + .woocommerce-form-login > p:not(.form-row):not(.clear) {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 992px) {
      .woocommerce-page.woocommerce-checkout .woocommerce-info + .woocommerce-form-login > p:not(.form-row):not(.clear) {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 1200px) {
      .woocommerce-page.woocommerce-checkout .woocommerce-info + .woocommerce-form-login > p:not(.form-row):not(.clear) {
        padding-right: 15px;
        padding-left: 15px; } }
  .woocommerce-page.woocommerce-checkout .woocommerce-info + .woocommerce-form-login .before-login-text {
    font-weight: normal; }

.woocommerce-privacy-policy-text {
  font-size: .9em;
  color: #777; }
  .woocommerce-privacy-policy-text a {
    color: #777;
    text-decoration: underline; }

form.woocommerce-checkout.checkout {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 576px) {
    form.woocommerce-checkout.checkout {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 768px) {
    form.woocommerce-checkout.checkout {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 992px) {
    form.woocommerce-checkout.checkout {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1200px) {
    form.woocommerce-checkout.checkout {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (max-width: 767px) {
    form.woocommerce-checkout.checkout {
      flex-direction: column;
      align-items: flex-start; } }
  form.woocommerce-checkout.checkout .woocommerce-NoticeGroup {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 576px) {
      form.woocommerce-checkout.checkout .woocommerce-NoticeGroup {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 768px) {
      form.woocommerce-checkout.checkout .woocommerce-NoticeGroup {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 992px) {
      form.woocommerce-checkout.checkout .woocommerce-NoticeGroup {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 1200px) {
      form.woocommerce-checkout.checkout .woocommerce-NoticeGroup {
        padding-right: 15px;
        padding-left: 15px; } }
  form.woocommerce-checkout.checkout .woocommerce-checkout-review-order {
    background-color: #fafafa; }
  form.woocommerce-checkout.checkout .col2-set, form.woocommerce-checkout.checkout .woocommerce-checkout-review-order {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
    @media (min-width: 576px) {
      form.woocommerce-checkout.checkout .col2-set, form.woocommerce-checkout.checkout .woocommerce-checkout-review-order {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 768px) {
      form.woocommerce-checkout.checkout .col2-set, form.woocommerce-checkout.checkout .woocommerce-checkout-review-order {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 992px) {
      form.woocommerce-checkout.checkout .col2-set, form.woocommerce-checkout.checkout .woocommerce-checkout-review-order {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 1200px) {
      form.woocommerce-checkout.checkout .col2-set, form.woocommerce-checkout.checkout .woocommerce-checkout-review-order {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 768px) {
      form.woocommerce-checkout.checkout .col2-set, form.woocommerce-checkout.checkout .woocommerce-checkout-review-order {
        flex: 0 0 50%;
        max-width: 50%; } }
  form.woocommerce-checkout.checkout .col2-set {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-left: 0 !important;
    margin-right: 0 !important; }
    @media (min-width: 576px) {
      form.woocommerce-checkout.checkout .col2-set {
        margin-right: -15px;
        margin-left: -15px; } }
    @media (min-width: 768px) {
      form.woocommerce-checkout.checkout .col2-set {
        margin-right: -15px;
        margin-left: -15px; } }
    @media (min-width: 992px) {
      form.woocommerce-checkout.checkout .col2-set {
        margin-right: -15px;
        margin-left: -15px; } }
    @media (min-width: 1200px) {
      form.woocommerce-checkout.checkout .col2-set {
        margin-right: -15px;
        margin-left: -15px; } }
    form.woocommerce-checkout.checkout .col2-set > .col-1,
    form.woocommerce-checkout.checkout .col2-set > .col-2 {
      position: relative;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      flex: 0 0 100%;
      max-width: 100%;
      padding-left: 0 !important;
      padding-right: 0 !important; }
      @media (min-width: 576px) {
        form.woocommerce-checkout.checkout .col2-set > .col-1,
        form.woocommerce-checkout.checkout .col2-set > .col-2 {
          padding-right: 15px;
          padding-left: 15px; } }
      @media (min-width: 768px) {
        form.woocommerce-checkout.checkout .col2-set > .col-1,
        form.woocommerce-checkout.checkout .col2-set > .col-2 {
          padding-right: 15px;
          padding-left: 15px; } }
      @media (min-width: 992px) {
        form.woocommerce-checkout.checkout .col2-set > .col-1,
        form.woocommerce-checkout.checkout .col2-set > .col-2 {
          padding-right: 15px;
          padding-left: 15px; } }
      @media (min-width: 1200px) {
        form.woocommerce-checkout.checkout .col2-set > .col-1,
        form.woocommerce-checkout.checkout .col2-set > .col-2 {
          padding-right: 15px;
          padding-left: 15px; } }
    form.woocommerce-checkout.checkout .col2-set .woocommerce-account-fields .form-row {
      padding-left: 0px; }

@media (min-width: 1700px) {
  form.woocommerce-checkout.checkout .col2-set {
    flex: 0 0 76.7241379167%;
    max-width: 76.7241379167%; }
  form.woocommerce-checkout.checkout .woocommerce-checkout-review-order {
    flex: 0 0 23.2758620833%;
    max-width: 23.2758620833%; } }

@media (min-width: 1200px) and (max-width: 1699px) {
  form.woocommerce-checkout.checkout .col2-set {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  form.woocommerce-checkout.checkout .woocommerce-checkout-review-order {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; } }

@media (min-width: 768px) and (max-width: 1199px) {
  #billing_first_name_field,
  #shipping_first_name_field,
  #shipping_last_name_field,
  #billing_last_name_field,
  #billing_phone_field,
  #billing_email_field {
    flex: 0 0 100%;
    max-width: 100%; } }

@media (max-width: 767px) {
  form.woocommerce-checkout.checkout .woocommerce-checkout-review-order {
    margin-top: 20px; } }

/**
 * Checkout Page Components
 */
.woocommerce-checkout {
  margin-bottom: 0; }
  .woocommerce-checkout .payment-fixed {
    position: fixed;
    top: 0;
    z-index: 9;
    box-shadow: 0 6px 2em rgba(0, 0, 0, 0.2); }

.admin-bar .woocommerce-checkout .payment-fixed {
  top: 32px; }

.admin-bar .woocommerce-checkout #wc_checkout_add_ons label + br {
  display: none; }

form.checkout {
  position: static !important;
  /* 1 */ }
  form.checkout > .blockUI {
    position: fixed !important;
    /* 1 */ }
  form.checkout h3 {
    font-size: 1.5em;
    font-weight: 400;
    letter-spacing: -0.01em;
    color: #090909;
    border-bottom: 1px solid #ddd;
    margin: 0;
    line-height: 1.417em;
    padding-bottom: 0.417em;
    margin-bottom: 1.042em; }
    form.checkout h3 label {
      color: #090909;
      margin-bottom: 0; }
  form.checkout .woocommerce-error {
    margin-left: 0; }
  form.checkout label {
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: -0.01em;
    color: #666;
    margin-bottom: 0.5em;
    font-size: 1em; }
    form.checkout label .required {
      text-decoration: none; }
  form.checkout input[type=text]::-webkit-input-placeholder,
  form.checkout input[type=text]::-moz-placeholder,
  form.checkout .form-row textarea::-webkit-input-placeholder {
    color: #b6b6b6; }

.order-review-wrapper {
  padding: 1em; }
  @media (max-width: 767px) {
    .order-review-wrapper {
      padding: 20px; } }
  .order-review-wrapper .order_review_heading {
    font-size: 2em;
    font-weight: 600;
    color: #090909;
    letter-spacing: -0.01em;
    line-height: 1.417em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #eee;
    margin-bottom: 1em; }
  .order-review-wrapper .shop_table thead th,
  .order-review-wrapper .shop_table td, .order-review-wrapper .shop_table th {
    padding: 0; }
  .order-review-wrapper .shop_table thead, .order-review-wrapper .shop_table tbody, .order-review-wrapper .shop_table tfoot {
    display: table;
    width: 100%; }
  .order-review-wrapper .shop_table thead th {
    text-transform: none;
    font-size: 1.1em;
    line-height: 2em;
    font-weight: 500; }
  .order-review-wrapper .shop_table .product-total, .order-review-wrapper .shop_table tfoot td {
    text-align: right; }
  .order-review-wrapper .shop_table tbody td, .order-review-wrapper .shop_table tbody th {
    font-size: 1.1em;
    line-height: 1.5em;
    padding: 0.5em 0; }
  .order-review-wrapper .shop_table tbody tr:last-child td,
  .order-review-wrapper .shop_table tbody tr:last-child th {
    padding-bottom: 1.071em;
    border-bottom: 1px solid #eee; }
  .order-review-wrapper .shop_table tfoot th, .order-review-wrapper .shop_table tfoot td {
    color: #444;
    letter-spacing: -0.01em;
    line-height: 2em; }
  .order-review-wrapper .shop_table tfoot th {
    font-weight: 400; }
  .order-review-wrapper .shop_table tfoot tr:first-child td,
  .order-review-wrapper .shop_table tfoot tr:first-child th {
    padding-top: 0.733em; }
  .order-review-wrapper .shop_table tfoot tr:nth-last-child(2) td,
  .order-review-wrapper .shop_table tfoot tr:nth-last-child(2) th {
    padding-bottom: 0.733em; }
  .order-review-wrapper .shop_table tfoot tr.order-total td,
  .order-review-wrapper .shop_table tfoot tr.order-total th {
    font-size: 1.133em;
    letter-spacing: -0.01em;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 0.733em 0; }
  .order-review-wrapper .shop_table tfoot td .woocommerce-Price-amount {
    font-weight: 600;
    font-size: 1.2em; }
  .order-review-wrapper .shop_table tfoot tr.shipping th, .order-review-wrapper .shop_table tfoot tr.shipping td {
    display: table-row;
    width: 100%; }
    .order-review-wrapper .shop_table tfoot tr.shipping th > *, .order-review-wrapper .shop_table tfoot tr.shipping td > * {
      display: table-cell;
      padding-bottom: 0.733em; }
    .order-review-wrapper .shop_table tfoot tr.shipping th p, .order-review-wrapper .shop_table tfoot tr.shipping td p {
      line-height: 1.6em; }
  .order-review-wrapper .shop_table tfoot tr.shipping th {
    padding: 0; }
  .order-review-wrapper .shop_table tfoot tr.shipping td {
    text-align: left; }
    .order-review-wrapper .shop_table tfoot tr.shipping td .woocommerce-Price-amount {
      float: right;
      color: #444; }
  .order-review-wrapper .woocommerce-checkout-review-order-table {
    display: block;
    border: none; }
    .order-review-wrapper .woocommerce-checkout-review-order-table tfoot tr {
      display: table;
      width: 100%; }

@media (max-width: 33.9em) {
  table.shop_table.customer_details td, table.shop_table.customer_details th {
    padding: 0.500em; } }

#payment::after {
  display: block;
  content: "";
  clear: both; }

#payment .create-account {
  clear: both; }

#payment .payment_methods {
  margin: 0;
  padding: 0;
  margin-bottom: 2.188em; }
  #payment .payment_methods > .wc_payment_method > label {
    display: block;
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 0;
    color: #444; }
  #payment .payment_methods li {
    list-style: none !important;
    margin-left: 0;
    margin-bottom: 0.8em;
    position: relative; }
    #payment .payment_methods li img {
      float: right;
      border: 0;
      padding: 0;
      max-height: 1.618em; }
    #payment .payment_methods li:last-child {
      border-bottom: 0; }
    #payment .payment_methods li p {
      margin: 0; }
    #payment .payment_methods li .payment_box {
      font-size: 0.95em;
      line-height: 1.5em;
      color: #444;
      letter-spacing: -0.01em;
      margin-top: 0.5em;
      margin-left: 1.857em; }
      #payment .payment_methods li .payment_box fieldset {
        border: 0;
        margin: 0;
        padding: 1em 0 0 0;
        font-size: 0.875em; }
        #payment .payment_methods li .payment_box fieldset label {
          width: auto;
          margin-left: 0; }
        #payment .payment_methods li .payment_box fieldset .form-row {
          margin-bottom: 1em; }
          #payment .payment_methods li .payment_box fieldset .form-row input[type="checkbox"] {
            margin-right: 0.357em; }
        #payment .payment_methods li .payment_box fieldset #cvv {
          width: 22% !important; }
        #payment .payment_methods li .payment_box fieldset .help {
          width: 75%;
          float: right; }
      #payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods {
        padding-top: 1em;
        margin: 0; }
        #payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods li {
          margin-top: 0.6180469716em; }
          #payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods li input[type=radio] {
            margin-right: .236em; }
      #payment .payment_methods li .payment_box ul.wc-saved-payment-methods {
        margin-left: 0; }
      #payment .payment_methods li .payment_box .wc-credit-card-form-card-number,
      #payment .payment_methods li .payment_box .wc-credit-card-form-card-expiry,
      #payment .payment_methods li .payment_box .wc-credit-card-form-card-cvc {
        font-size: 1.41575em; }
      #payment .payment_methods li .payment_box .wc-credit-card-form-card-number {
        background-repeat: no-repeat;
        background-position: right 0.6180469716em center;
        background-size: 31px 20px;
        background-image: url(https://v3.wpgroupbuydemo.com/wp-content/themes/wpgroupbuy-theme-v3/assets/images/credit-cards/unknown.svg); }
        #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.visa {
          background-image: url(https://v3.wpgroupbuydemo.com/wp-content/themes/wpgroupbuy-theme-v3/assets/images/credit-cards/visa.svg); }
        #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.mastercard {
          background-image: url(https://v3.wpgroupbuydemo.com/wp-content/themes/wpgroupbuy-theme-v3/assets/images/credit-cards/mastercard.svg); }
        #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.laser {
          background-image: url(https://v3.wpgroupbuydemo.com/wp-content/themes/wpgroupbuy-theme-v3/assets/images/credit-cards/laser.svg); }
        #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.dinersclub {
          background-image: url(https://v3.wpgroupbuydemo.com/wp-content/themes/wpgroupbuy-theme-v3/assets/images/credit-cards/diners.svg); }
        #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.maestro {
          background-image: url(https://v3.wpgroupbuydemo.com/wp-content/themes/wpgroupbuy-theme-v3/assets/images/credit-cards/maestro.svg); }
        #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.jcb {
          background-image: url(https://v3.wpgroupbuydemo.com/wp-content/themes/wpgroupbuy-theme-v3/assets/images/credit-cards/jcb.svg); }
        #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.amex {
          background-image: url(https://v3.wpgroupbuydemo.com/wp-content/themes/wpgroupbuy-theme-v3/assets/images/credit-cards/amex.svg); }
        #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.discover {
          background-image: url(https://v3.wpgroupbuydemo.com/wp-content/themes/wpgroupbuy-theme-v3/assets/images/credit-cards/discover.svg); }

#payment .terms {
  width: 100%;
  clear: both;
  float: none;
  margin-bottom: 0;
  margin-bottom: 1em; }
  #payment .terms label {
    display: block;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: -0.1px; }
    #payment .terms label.checkbox {
      display: inline-block; }
    #payment .terms label a {
      font-size: 13px;
      text-decoration: underline; }

@media (min-width: 1200px) and (max-width: 1399px) {
  #payment .terms label {
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 1.2; } }

#payment .payment_method_paypal .about_paypal {
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline; }

#payment .place-order {
  margin-bottom: 0;
  float: none;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px; }
  #payment .place-order p.wc-terms-and-conditions {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 30px; }
  #payment .place-order .button {
    font-size: 1.125em;
    width: 100%;
    white-space: pre-wrap;
    color: #fff;
    font-weight: 600;
    line-height: 1.556em;
    margin: 0.875em 0;
    font-size: 0.938em;
    text-transform: uppercase;
    padding: .867em; }
    #payment .place-order .button:focus, #payment .place-order .button:hover {
      outline: none;
      box-shadow: none; }

#ship-to-different-address .input-checkbox, #ship-to-different-address .woocommerce-form__input-checkbox {
  position: relative;
  top: -3px; }

.woocommerce-checkout form.woocommerce-checkout.checkout .woocommerce-checkout-review-order.payment-fixed {
  position: fixed;
  top: 0;
  padding-right: 0;
  padding-left: 0; }

.woocommerce-checkout.admin-bar form.woocommerce-checkout.checkout .woocommerce-checkout-review-order.payment-fixed {
  top: 32px; }

.woocommerce-checkout.wpgroupbuy-has-sticky-header form.woocommerce-checkout.checkout .woocommerce-checkout-review-order.payment-fixed {
  top: 82px; }

.woocommerce-checkout.admin-bar.wpgroupbuy-has-sticky-header form.woocommerce-checkout.checkout .woocommerce-checkout-review-order.payment-fixed {
  top: 112px; }

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: left;
  font-weight: 500;
  padding: 0.5407911001em 0;
  text-align: right;
  font-size: 0.875em; }
  .woocommerce-password-strength.strong {
    color: #0f834d; }
  .woocommerce-password-strength.short {
    color: #e2401c; }
  .woocommerce-password-strength.bad {
    color: #e2401c; }
  .woocommerce-password-strength.good {
    color: #3D9CD2; }

/**
 * Price
 */
.price {
  font-weight: 500;
  letter-spacing: -0.01em;
  font-size: 1.143em; }
  .price del {
    font-weight: 400;
    color: #b8b8b8;
    font-size: 0.875em; }
  .price ins {
    font-weight: 500; }
    .price ins + del {
      margin-left: 0.5em; }

/**
 * My Account
 */
.woocommerce-account .entry-header {
  display: none; }

.woocommerce-account .entry-content .woocommerce {
  display: flex; }

.entry-content .woocommerce .woocommerce-MyAccount-navigation {
  flex-grow: 1;
  flex: 0 0 20.8333333333%;
  max-width: 20.8333333333%;
  background: #fff;
  padding: .3em 1em;
  margin-right: 1em; }

.entry-content .woocommerce .woocommerce-MyAccount-content {
  flex-grow: 1;
  background: #fff;
  padding: 1em; }

.woocommerce-MyAccount-navigation ul {
  margin-left: 0;
  display: flex;
  flex-direction: column; }
  .woocommerce-MyAccount-navigation ul li {
    list-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: relative; }
    .woocommerce-MyAccount-navigation ul li a {
      padding: 0.7em 0;
      display: block;
      font-size: 1em; }
  .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--customer-logout,
  .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--user-logout,
  .woocommerce-MyAccount-navigation ul .wpg-vd-navigation-link--user-logout {
    order: 2;
    border-bottom: none; }

.woocommerce-address-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap; }

.woocommerce-MyAccount-content .woocommerce-order-downloads table .download-file {
  width: 165px; }
  .woocommerce-MyAccount-content .woocommerce-order-downloads table .download-file a.woocommerce-MyAccount-downloads-file.button {
    text-indent: -9999px;
    line-height: 0;
    padding: .5em;
    width: 100%; }
    .woocommerce-MyAccount-content .woocommerce-order-downloads table .download-file a.woocommerce-MyAccount-downloads-file.button:before {
      text-indent: 0;
      color: #a7a7a7;
      content: "\f1c1";
      float: left;
      font-family: FontAwesome;
      font-size: .8em;
      line-height: initial;
      margin-right: .5em; }
    .woocommerce-MyAccount-content .woocommerce-order-downloads table .download-file a.woocommerce-MyAccount-downloads-file.button:after {
      content: 'PDF Voucher';
      text-indent: 0;
      display: block;
      line-height: initial;
      color: #444;
      font-size: .9em; }

.woocommerce-MyAccount-content .woocommerce-Address-title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 10px;
  flex-wrap: nowrap; }
  .woocommerce-MyAccount-content .woocommerce-Address-title h3 {
    margin-bottom: 0; }

.woocommerce-MyAccount-content > .woocommerce-Address {
  margin-left: -15px;
  margin-right: -15px; }

.woocommerce-MyAccount-content .col2-set .col-1,
.woocommerce-MyAccount-content .col2-set .col-2,
.woocommerce-MyAccount-content .woocommerce-Address {
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 1200px) {
    .woocommerce-MyAccount-content .col2-set .col-1,
    .woocommerce-MyAccount-content .col2-set .col-2,
    .woocommerce-MyAccount-content .woocommerce-Address {
      flex: 0 0 50%;
      max-width: 50%; } }

ul.order_details {
  list-style: none;
  position: relative;
  margin: 1em 0; }
  ul.order_details::after {
    display: block;
    content: "";
    clear: both; }
  @media (min-width: 768px) {
    ul.order_details {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; } }
  ul.order_details:before, ul.order_details:after {
    content: "";
    display: block;
    position: absolute;
    top: -16px;
    left: 0;
    width: 100%;
    height: 16px;
    background-size: 0px 100%, 16px 16px, 16px 16px; }
  ul.order_details:after {
    top: auto;
    bottom: -16px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  ul.order_details li {
    padding: 1em 0;
    font-size: .8em;
    text-transform: uppercase; }
    ul.order_details li:first-child {
      padding-top: 1.618em; }
    ul.order_details li:last-child {
      border: 0;
      padding-bottom: 1.618em; }
    ul.order_details li strong {
      display: block;
      font-size: 1.41575em;
      text-transform: none; }

.my_account_orders .button,
.woocommerce-MyAccount-downloads .button {
  padding: 0.6180469716em 0.875em;
  font-size: 0.875em;
  margin-right: .236em; }

.woocommerce-MyAccount-content h2 {
  font-size: 1.6em;
  margin: .5em 0; }

.woocommerce-MyAccount-content .commentlist {
  background: #fcfcfc;
  padding: .5em; }
  .woocommerce-MyAccount-content .commentlist li.comment {
    padding: 0 !important; }
    .woocommerce-MyAccount-content .commentlist li.comment .woocommerce-OrderUpdate-meta {
      margin-bottom: 0; }

.woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account label {
  color: unset; }

.woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account span em {
  color: #999; }

.woocommerce-MyAccount-content table tr:hover {
  background: #FCFCFC; }

.woocommerce-MyAccount-content table tr td {
  border-top: 1px solid #eceeef; }

.woocommerce-MyAccount-content button[type=submit].button:not(.save_order),
.woocommerce-MyAccount-content .woocommerce-Button.button {
  margin-left: 40%;
  font-size: 1.1em; }

.woocommerce-MyAccount-content #payment .payment_methods {
  margin-bottom: 1.618em !important; }
  .woocommerce-MyAccount-content #payment .payment_methods li .payment_box {
    background-color: rgba(0, 0, 0, 0.05); }

.woocommerce-MyAccount-content .col2-set {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 1em; }
  .woocommerce-MyAccount-content .col2-set .col-1,
  .woocommerce-MyAccount-content .col2-set .col-2 {
    width: 48%;
    flex: none !important;
    background: #fcfcfc;
    padding: 1em;
    margin: .5em; }
    @media (max-width: 1199px) {
      .woocommerce-MyAccount-content .col2-set .col-1,
      .woocommerce-MyAccount-content .col2-set .col-2 {
        width: 47%; } }
    @media (max-width: 991px) {
      .woocommerce-MyAccount-content .col2-set .col-1,
      .woocommerce-MyAccount-content .col2-set .col-2 {
        width: 45%; } }
    @media (max-width: 767px) {
      .woocommerce-MyAccount-content .col2-set .col-1,
      .woocommerce-MyAccount-content .col2-set .col-2 {
        width: 100%; } }

.woocommerce-MyAccount-content .woocommerce-Pagination {
  text-align: center; }

.woocommerce-EditAccountForm.edit-account .form-row-first,
.woocommerce-EditAccountForm.edit-account .form-row-last {
  float: left; }

.woocommerce-EditAccountForm.edit-account legend {
  font-size: 1.6em;
  font-weight: 500; }

.woocommerce-EditAccountForm.edit-account label {
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: -.01em;
  color: #626060;
  margin-bottom: .5em; }

.woocommerce-account .hentry.type-page .entry-header .entry-title {
  font-size: 2em; }

@media (max-width: 575px) {
  .woocommerce-account .hentry.type-page .entry-header {
    margin-bottom: 2.7em !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .woocommerce-account {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; } }
  @media (min-width: 768px) and (max-width: 991px) and (min-width: 576px) {
    .woocommerce-account {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
    .woocommerce-account {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 768px) and (max-width: 991px) and (min-width: 992px) {
    .woocommerce-account {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 768px) and (max-width: 991px) and (min-width: 1200px) {
    .woocommerce-account {
      margin-right: -15px;
      margin-left: -15px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .woocommerce-MyAccount-navigation,
  .woocommerce-MyAccount-content {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%; } }
  @media (min-width: 768px) and (max-width: 991px) and (min-width: 576px) {
    .woocommerce-MyAccount-navigation,
    .woocommerce-MyAccount-content {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
    .woocommerce-MyAccount-navigation,
    .woocommerce-MyAccount-content {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) and (max-width: 991px) and (min-width: 992px) {
    .woocommerce-MyAccount-navigation,
    .woocommerce-MyAccount-content {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) and (max-width: 991px) and (min-width: 1200px) {
    .woocommerce-MyAccount-navigation,
    .woocommerce-MyAccount-content {
      padding-right: 15px;
      padding-left: 15px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .woocommerce-MyAccount-navigation ul {
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    overflow: scroll; }
    .woocommerce-MyAccount-navigation ul li {
      border-bottom: none;
      width: 30%;
      flex-shrink: 0; }
      .woocommerce-MyAccount-navigation ul li a {
        padding: .875em; }
      .woocommerce-MyAccount-navigation ul li.is-active a {
        background-color: #f1f1f1; }
      .woocommerce-MyAccount-navigation ul li + li {
        margin-left: 20px; } }

.user-not-logged-in.woocommerce-account:not(.woocommerce-lost-password) .hentry.type-page .entry-header {
  display: none; }

@media (min-width: 768px) {
  body.woocommerce-lost-password .site-main {
    width: 60%;
    margin: 0 auto; } }

.customer-login-form:not(.no-registration-form) {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 576px) {
    .customer-login-form:not(.no-registration-form) {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 768px) {
    .customer-login-form:not(.no-registration-form) {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 992px) {
    .customer-login-form:not(.no-registration-form) {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1200px) {
    .customer-login-form:not(.no-registration-form) {
      margin-right: -15px;
      margin-left: -15px; } }

.customer-login-form #customer_login {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .customer-login-form #customer_login {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .customer-login-form #customer_login {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .customer-login-form #customer_login {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .customer-login-form #customer_login {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .customer-login-form #customer_login {
      flex: 0 0 100%;
      max-width: 100%;
      margin: 0 auto;
      padding-left: 0 !important;
      padding-right: 0 !important; } }
  @media (min-width: 768px) {
    .customer-login-form #customer_login {
      flex: 0 0 100%;
      max-width: 100%;
      margin: 0 auto;
      padding-left: 0 !important;
      padding-right: 0 !important; } }

.customer-login-form h2 {
  font-size: 1.5em;
  font-weight: 400;
  letter-spacing: -.01em;
  color: #090909;
  border-bottom: 1px solid #ddd;
  margin: 0 0 1.22em;
  line-height: 1.417em;
  padding-bottom: .447em; }

.customer-login-form form.login, .customer-login-form form.register {
  display: unset !important;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 576px) {
    .customer-login-form form.login, .customer-login-form form.register {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 768px) {
    .customer-login-form form.login, .customer-login-form form.register {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 992px) {
    .customer-login-form form.login, .customer-login-form form.register {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1200px) {
    .customer-login-form form.login, .customer-login-form form.register {
      margin-right: -15px;
      margin-left: -15px; } }
  .customer-login-form form.login > p:not(.form-row-first):not(.form-row-last):not(.form-row-wide), .customer-login-form form.login .register-benefits, .customer-login-form form.register > p:not(.form-row-first):not(.form-row-last):not(.form-row-wide), .customer-login-form form.register .register-benefits {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 576px) {
      .customer-login-form form.login > p:not(.form-row-first):not(.form-row-last):not(.form-row-wide), .customer-login-form form.login .register-benefits, .customer-login-form form.register > p:not(.form-row-first):not(.form-row-last):not(.form-row-wide), .customer-login-form form.register .register-benefits {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 768px) {
      .customer-login-form form.login > p:not(.form-row-first):not(.form-row-last):not(.form-row-wide), .customer-login-form form.login .register-benefits, .customer-login-form form.register > p:not(.form-row-first):not(.form-row-last):not(.form-row-wide), .customer-login-form form.register .register-benefits {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 992px) {
      .customer-login-form form.login > p:not(.form-row-first):not(.form-row-last):not(.form-row-wide), .customer-login-form form.login .register-benefits, .customer-login-form form.register > p:not(.form-row-first):not(.form-row-last):not(.form-row-wide), .customer-login-form form.register .register-benefits {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 1200px) {
      .customer-login-form form.login > p:not(.form-row-first):not(.form-row-last):not(.form-row-wide), .customer-login-form form.login .register-benefits, .customer-login-form form.register > p:not(.form-row-first):not(.form-row-last):not(.form-row-wide), .customer-login-form form.register .register-benefits {
        padding-right: 15px;
        padding-left: 15px; } }
  .customer-login-form form.login input[type="submit"], .customer-login-form form.register input[type="submit"] {
    font-size: 0.938em;
    padding: 0.867em 5em;
    border-radius: 1.667em; }

@media (max-width: 575px) {
  .customer-login-form .woocommerce-form-login .form-row label.inline.woocommerce-form__label-for-checkbox {
    display: block; } }

.customer-login-form form .before-login-text {
  margin-bottom: 1.688em; }

.customer-login-form form .woocommerce-LostPassword a,
.customer-login-form form .woocommerce-form__label-for-checkbox {
  color: #444;
  font-size: 0.875em;
  font-weight: normal; }

@media (min-width: 576px) {
  .customer-login-form form .woocommerce-form__label-for-checkbox {
    padding-left: 15px; } }

.customer-login-form form input.woocommerce-Button {
  margin-bottom: 1.333em;
  margin-top: 0.625em; }

.customer-login-form form p.form-row {
  margin-bottom: 0.563em; }

.no-registration-form {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
  margin: 0 auto; }
  @media (min-width: 576px) {
    .no-registration-form {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .no-registration-form {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .no-registration-form {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .no-registration-form {
      padding-right: 15px;
      padding-left: 15px; } }

#customer_login {
  position: relative; }
  #customer_login::after {
    display: block;
    content: "";
    clear: both; }
  @media (min-width: 768px) {
    #customer_login::before {
      border-right: 1px solid #ddd;
      height: 100%;
      position: absolute;
      content: ' ';
      right: 50%;
      top: 0; } }
  @media (min-width: 768px) {
    #customer_login .col-1 {
      padding-right: 5.250em; } }
  @media (min-width: 768px) {
    #customer_login .col-2 {
      padding-left: 5.250em; } }
  #customer_login .register-benefits {
    margin-top: 2.188em; }
    #customer_login .register-benefits h3 {
      font-size: 1.125em;
      font-weight: 500;
      line-height: 1.444em; }
    #customer_login .register-benefits ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      #customer_login .register-benefits ul > li {
        line-height: 2.143em;
        font-weight: 300; }
        #customer_login .register-benefits ul > li::before {
          content: "\f00c";
          color: #5bb300;
          display: inline-block;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 1.143em;
          display: inline-block;
          margin-right: 1em; }

label[for="rememberme"] {
  font-weight: 400;
  margin-bottom: 0; }
  label[for="rememberme"].inline {
    display: inline;
    margin-left: 0.75em; }

.or-text {
  display: none; }
  @media (min-width: 768px) {
    .or-text {
      position: absolute;
      right: 50%;
      top: 50%;
      transform: translate(50%);
      width: 50px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      border-radius: 50%;
      border: 1px solid #ddd;
      font-style: italic;
      background-color: #fff;
      z-index: 1;
      display: block; } }

.before-register-text, .before-login-text {
  font-weight: 300; }

.woocommerce-MyAccount-content .form-row {
  padding-left: 0px; }

.lost_reset_password.woocommerce-ResetPassword > p {
  text-align: left; }

.lost_reset_password.woocommerce-ResetPassword .form-row-first {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  margin: 30px auto; }

.lost_reset_password.woocommerce-ResetPassword div.clear {
  display: none; }

.lost_reset_password.woocommerce-ResetPassword .form-row, .lost_reset_password.woocommerce-ResetPassword .form-row-first {
  padding: 0;
  text-align: left; }

/**
 * General WooCommerce components
 */
.woocommerce-form__label-for-checkbox {
  cursor: pointer;
  display: block; }
  .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
    margin-right: 0.3342343017em; }

.form-row {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 576px) {
    .form-row {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .form-row {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .form-row {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .form-row {
      padding-right: 15px;
      padding-left: 15px; } }
  .form-row label {
    display: block; }
    .form-row label.inline {
      display: inline; }
  .form-row input,
  .form-row textarea,
  .form-row select {
    width: 100%; }
  .form-row input[type=checkbox],
  .form-row input[type=radio] {
    width: auto; }
  .form-row .button {
    width: auto; }
  .form-row.create-account label {
    display: inline-block; }
  .form-row.woocommerce-validated input.input-text {
    box-shadow: inset 2px 0 0 #0f834d; }
  .form-row.woocommerce-invalid input.input-text {
    box-shadow: inset 2px 0 0 #e2401c; }

.form-row-first {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 576px) {
    .form-row-first {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .form-row-first {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .form-row-first {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .form-row-first {
      padding-right: 15px;
      padding-left: 15px; } }

.form-row-one {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }
  @media (min-width: 576px) {
    .form-row-one {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .form-row-one {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .form-row-one {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .form-row-one {
      padding-right: 15px;
      padding-left: 15px; } }

.form-row-second {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }
  @media (min-width: 576px) {
    .form-row-second {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .form-row-second {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .form-row-second {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .form-row-second {
      padding-right: 15px;
      padding-left: 15px; } }

.form-row-third {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  margin-right: 0 !important; }
  @media (min-width: 576px) {
    .form-row-third {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .form-row-third {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .form-row-third {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .form-row-third {
      padding-right: 15px;
      padding-left: 15px; } }

.form-row-last {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  margin-right: 0 !important; }
  @media (min-width: 576px) {
    .form-row-last {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .form-row-last {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .form-row-last {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .form-row-last {
      padding-right: 15px;
      padding-left: 15px; } }

.form-row-wide {
  clear: both;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 576px) {
    .form-row-wide {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .form-row-wide {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .form-row-wide {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .form-row-wide {
      padding-right: 15px;
      padding-left: 15px; } }

.required {
  border-bottom: 0 !important;
  color: red; }

.col2-set {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 576px) {
    .col2-set {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 768px) {
    .col2-set {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 992px) {
    .col2-set {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1200px) {
    .col2-set {
      margin-right: -15px;
      margin-left: -15px; } }
  .col2-set .col-1, .col2-set .col-2 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 576px) {
      .col2-set .col-1, .col2-set .col-2 {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 768px) {
      .col2-set .col-1, .col2-set .col-2 {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 992px) {
      .col2-set .col-1, .col2-set .col-2 {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 1200px) {
      .col2-set .col-1, .col2-set .col-2 {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 768px) {
      .col2-set .col-1, .col2-set .col-2 {
        flex: 0 0 50%;
        max-width: 50%; } }

.demo_store {
  position: fixed;
  left: 0;
  bottom: 69px;
  right: 0;
  margin: 0;
  padding: 1em 1.41575em;
  background-color: #3D9CD2;
  color: #fff;
  z-index: 999; }
  .demo_store a {
    color: #fff;
    font-weight: 400;
    text-decoration: underline;
    display: block; }
    .demo_store a:hover {
      text-decoration: none; }

.star-rating {
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 6em /*rtl:6.2em */;
  font-family: 'star';
  font-weight: 400;
  word-break: keep-all; }
  .star-rating:before {
    content: "\f006\f006\f006\f006\f006";
    font-family: FontAwesome;
    letter-spacing: 0.313em;
    opacity: .25;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    color: #2c2d33; }
  .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em; }
  .star-rating span:before {
    content: "\f005\f005\f005\f005\f005";
    font-family: FontAwesome;
    letter-spacing: 0.313em;
    top: 0;
    position: absolute;
    left: 0;
    color: #fed700; }

p.stars {
  display: inline-block;
  margin: 0; }
  p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    margin-right: 2px;
    font-weight: 400;
    font-size: 18px; }
    p.stars a:before {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 1em;
      height: 1em;
      line-height: 1;
      font-family: "FontAwesome";
      content: "\f006";
      color: #43454b;
      text-indent: 0;
      opacity: .25; }
    p.stars a:hover ~ a:before {
      content: "\f005";
      color: #43454b;
      opacity: .25; }
  p.stars:hover a:before {
    content: "\f005";
    color: #fed700;
    opacity: 1; }
  p.stars.selected a.active:before {
    content: "\f005";
    color: #fed700;
    opacity: 1; }
  p.stars.selected a.active ~ a:before {
    content: "\f005";
    color: #43454b;
    opacity: .25; }
  p.stars.selected a:not(.active):before {
    content: "\f005";
    color: #fed700;
    opacity: 1; }

body.kc-css-system #reviews .advanced-review .avg-rating .star-rating:before {
  letter-spacing: 6px; }

body.kc-css-system .star-rating:before {
  margin-left: 1px; }

body.kc-css-system .star-rating span {
  padding-top: 1.5em;
  font-size: 0.938em; }

body.kc-css-system .star-rating span:before {
  letter-spacing: 3px; }

body.kc-css-system p.stars a:hover ~ a:before,
body.kc-css-system p.stars:hover a:before,
body.kc-css-system p.stars.selected a.active:before,
body.kc-css-system p.stars.selected a.active ~ a:before,
body.kc-css-system p.stars.selected a.active a:not(.active):before {
  font-size: 15px;
  margin-top: 2px; }

.products .product .onsale {
  background-color: #62ab00;
  position: absolute;
  width: 100px;
  height: 50px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: -32px !important;
  top: -12px;
  line-height: 75px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  z-index: 8; }

.products .product a {
  position: relative; }

.quantity .qty {
  width: 4.235801032em;
  padding-left: 20px; }

.quantity.buttons_added {
  position: relative;
  width: 100%; }
  @media (min-width: 768px) {
    .quantity.buttons_added {
      width: 170px; } }
  .quantity.buttons_added .qty {
    width: 9em;
    /* 50%;*/ }
    @media (min-width: 768px) {
      .quantity.buttons_added .qty {
        width: 100%; } }
  .quantity.buttons_added .minus, .quantity.buttons_added .plus {
    background-color: #ededed;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #333e48;
    padding: 0;
    font-size: 13.46px;
    font-weight: 300;
    position: absolute;
    bottom: 8px; }
    .quantity.buttons_added .minus:focus, .quantity.buttons_added .minus:hover, .quantity.buttons_added .plus:focus, .quantity.buttons_added .plus:hover {
      outline: none;
      background-color: #000;
      color: #fff; }
  .quantity.buttons_added .minus {
    right: 8px; }
    @media (max-width: 767px) {
      .quantity.buttons_added .minus {
        right: 0;
        /*142px;*/
        left: 8em; } }
  .quantity.buttons_added .plus {
    right: 41px; }
    @media (max-width: 767px) {
      .quantity.buttons_added .plus {
        right: 0;
        /*179px;*/
        left: 5em; } }

.wpgroupbuy-sorting {
  font-size: 0.875em;
  margin-bottom: 2.617924em; }

.woocommerce-tabs ul.tabs,
.woocommerce-tabs .wg-tabs,
.wpgroupbuy-tabs ul.tabs,
.wpgroupbuy-tabs .wg-tabs {
  list-style: none;
  margin-left: 0;
  text-align: left;
  border-top: 1px solid rgba(0, 0, 0, 0.05); }
  .woocommerce-tabs ul.tabs li,
  .woocommerce-tabs .wg-tabs li,
  .wpgroupbuy-tabs ul.tabs li,
  .wpgroupbuy-tabs .wg-tabs li {
    display: block;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: relative; }
    .woocommerce-tabs ul.tabs li a,
    .woocommerce-tabs .wg-tabs li a,
    .wpgroupbuy-tabs ul.tabs li a,
    .wpgroupbuy-tabs .wg-tabs li a {
      padding: 1em 0;
      display: block;
      font-size: 15px;
      color: #444;
      font-weight: 500; }

.woocommerce-tabs .panel > h2,
.wpgroupbuy-tabs .panel > h2 {
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 13px;
  color: #090909; }

.related > h2:first-child,
.upsells > h2:first-child {
  font-size: 1.618em;
  margin-bottom: 1em; }

.woocommerce-message, .woocommerce-order-received .woocommerce-thankyou-order-received,
.track-order .woocommerce-thankyou-order-received,
.woocommerce-view-order .woocommerce-thankyou-order-received,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
.woocommerce-thankyou-order-received,
p.no-comments {
  font-size: 1em;
  padding: 1em 1.618em;
  margin-top: 1em;
  margin-bottom: 1em;
  background-color: #0f834d;
  margin-left: 0;
  color: #fff !important;
  clear: both;
  border-left: 0.6180469716em solid rgba(0, 0, 0, 0.15); }
  .woocommerce-message::after, .woocommerce-order-received .woocommerce-thankyou-order-received::after,
  .track-order .woocommerce-thankyou-order-received::after,
  .woocommerce-view-order .woocommerce-thankyou-order-received::after,
  .woocommerce-info::after,
  .woocommerce-error::after,
  .woocommerce-noreviews::after,
  .woocommerce-thankyou-order-received::after,
  p.no-comments::after {
    display: block;
    content: "";
    clear: both; }
  .woocommerce-message a, .woocommerce-order-received .woocommerce-thankyou-order-received a, .track-order .woocommerce-thankyou-order-received a, .woocommerce-view-order .woocommerce-thankyou-order-received a,
  .woocommerce-info a,
  .woocommerce-error a,
  .woocommerce-noreviews a,
  .woocommerce-thankyou-order-received a,
  p.no-comments a {
    color: #fff; }
    .woocommerce-message a:hover, .woocommerce-order-received .woocommerce-thankyou-order-received a:hover, .track-order .woocommerce-thankyou-order-received a:hover, .woocommerce-view-order .woocommerce-thankyou-order-received a:hover,
    .woocommerce-info a:hover,
    .woocommerce-error a:hover,
    .woocommerce-noreviews a:hover,
    .woocommerce-thankyou-order-received a:hover,
    p.no-comments a:hover {
      color: #fff;
      opacity: 0.7; }
    .woocommerce-message a.button:hover, .woocommerce-order-received .woocommerce-thankyou-order-received a.button:hover, .track-order .woocommerce-thankyou-order-received a.button:hover, .woocommerce-view-order .woocommerce-thankyou-order-received a.button:hover,
    .woocommerce-info a.button:hover,
    .woocommerce-error a.button:hover,
    .woocommerce-noreviews a.button:hover,
    .woocommerce-thankyou-order-received a.button:hover,
    p.no-comments a.button:hover {
      opacity: 1; }
  .woocommerce-message .button, .woocommerce-order-received .woocommerce-thankyou-order-received .button, .track-order .woocommerce-thankyou-order-received .button, .woocommerce-view-order .woocommerce-thankyou-order-received .button,
  .woocommerce-info .button,
  .woocommerce-error .button,
  .woocommerce-noreviews .button,
  .woocommerce-thankyou-order-received .button,
  p.no-comments .button {
    float: right;
    padding: 0;
    background: none;
    color: #fff;
    box-shadow: none;
    line-height: 1.618;
    padding-left: 1em;
    border-width: 0;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgba(255, 255, 255, 0.25) !important;
    border-radius: 5px; }
    .woocommerce-message .button:hover, .woocommerce-order-received .woocommerce-thankyou-order-received .button:hover, .track-order .woocommerce-thankyou-order-received .button:hover, .woocommerce-view-order .woocommerce-thankyou-order-received .button:hover,
    .woocommerce-info .button:hover,
    .woocommerce-error .button:hover,
    .woocommerce-noreviews .button:hover,
    .woocommerce-thankyou-order-received .button:hover,
    p.no-comments .button:hover {
      background: none;
      color: #fff;
      opacity: 0.7; }
  .woocommerce-message pre, .woocommerce-order-received .woocommerce-thankyou-order-received pre, .track-order .woocommerce-thankyou-order-received pre, .woocommerce-view-order .woocommerce-thankyou-order-received pre,
  .woocommerce-info pre,
  .woocommerce-error pre,
  .woocommerce-noreviews pre,
  .woocommerce-thankyou-order-received pre,
  p.no-comments pre {
    background-color: rgba(0, 0, 0, 0.1); }

.woocommerce-info, .woocommerce-message, .woocommerce-order-received .woocommerce-thankyou-order-received,
.track-order .woocommerce-thankyou-order-received,
.woocommerce-view-order .woocommerce-thankyou-order-received,
.woocommerce-NoticeGroup,
.woocommerce-NoticeGroup-checkout,
.woocommerce-error {
  width: 100%; }

.site-content > .col-full > .woocommerce > .woocommerce-message:first-child, .woocommerce-order-received .site-content > .col-full > .woocommerce > .woocommerce-thankyou-order-received:first-child,
.track-order .site-content > .col-full > .woocommerce > .woocommerce-thankyou-order-received:first-child,
.woocommerce-view-order .site-content > .col-full > .woocommerce > .woocommerce-thankyou-order-received:first-child,
.site-content > .col-full > .woocommerce > .woocommerce-info:first-child,
.site-content > .col-full > .woocommerce > .woocommerce-error:first-child {
  margin-top: 2.617924em; }

.woocommerce-error {
  list-style: none; }

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

.woocommerce-error {
  background-color: #e2401c; }

.shortcodes.woocommerce form .form-row .woocommerce-invalid {
  border: 1px solid #e2401c; }

.shortcodes.woocommerce form .form-row .woocommerce-validated {
  border: 1px solid #0f834d; }

#wpg-become-a-vendor-submit {
  width: auto;
  display: flex;
  margin: 0 auto;
  font-weight: 600;
  text-transform: uppercase; }

dl.variation {
  font-size: 0.875em; }
  dl.variation dd {
    margin: 0 0 1em; }

.wc-item-meta {
  font-size: 0.875em;
  margin-left: 0;
  list-style: none; }
  .wc-item-meta li::after {
    display: block;
    content: "";
    clear: both; }
  .wc-item-meta li strong,
  .wc-item-meta li p {
    display: inline-block; }

/**
 * Homepage
 */
.wpgroupbuy-product-section .section-title {
  text-align: center;
  margin-bottom: 1.618em; }

.wpgroupbuy-product-section:last-child {
  border-bottom: 0; }

@media (min-width: 768px) {
  .demo_store {
    bottom: 0; }
    .demo_store a {
      background: rgba(0, 0, 0, 0.1);
      float: right;
      display: inline-block;
      margin: -1em -1.41575em -1em 0;
      padding: 1em 1.41575em; }
  /**
	 * Responsive tables
	 */
  table.shop_table_responsive thead {
    display: table-header-group; }
  table.shop_table_responsive tbody th {
    display: table-cell; }
  table.shop_table_responsive tr td {
    display: table-cell; }
    table.shop_table_responsive tr td:before {
      display: none; }
  /**
	 * Header Elements
	 */
  .site-search {
    display: flex; }
    .site-search form {
      margin: 0; }
    .site-search .location-class-select {
      padding: 0 1em; }
      .site-search .location-class-select .locations-dropdown {
        height: 40px;
        background: #fff;
        border: none;
        line-height: 1; }
  .woocommerce .page-description {
    margin-bottom: 1.618em; }
  .wpgroupbuy-sorting {
    margin-bottom: 2.617924em; }
    .wpgroupbuy-sorting::after {
      display: block;
      content: "";
      clear: both; }
    .wpgroupbuy-sorting select {
      width: auto; }
  .woocommerce-result-count {
    float: left;
    position: relative;
    margin-bottom: 0;
    padding: .327em 0; }
  .woocommerce-ordering {
    float: left;
    margin-right: 1em;
    margin-bottom: 0;
    padding: .327em 0; }
  .woocommerce-pagination {
    float: right;
    border: 0;
    clear: none;
    padding: 0;
    margin-bottom: 0; }
  /**
	 * My Account
	 */
  table + .addresses {
    margin-top: 1.618em; }
  table.my_account_orders {
    font-size: 1em; }
  /**
	 * General WooCommerce Components
	 */
  .form-row {
    margin-bottom: 1.438em;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%; } }
  @media (min-width: 768px) and (min-width: 576px) {
    .form-row {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .form-row {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) and (min-width: 992px) {
    .form-row {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) and (min-width: 1200px) {
    .form-row {
      padding-right: 15px;
      padding-left: 15px; } }

@media (min-width: 768px) {
  .form-row-first {
    clear: both;
    flex: 0 0 50%;
    max-width: 50%; }
  .form-row-one {
    clear: both;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .form-row-second {
    clear: both;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .form-row-third {
    clear: both;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .form-row-last {
    flex: 0 0 50%;
    max-width: 50%; }
  .form-row-wide {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%; } }
  @media (min-width: 768px) and (min-width: 576px) {
    .form-row-wide {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .form-row-wide {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) and (min-width: 992px) {
    .form-row-wide {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) and (min-width: 1200px) {
    .form-row-wide {
      padding-right: 15px;
      padding-left: 15px; } }

@media (min-width: 568px) and (max-width: 100%) {
  .woocommerce-breadcrumb {
    margin-left: -2.618rem;
    margin-right: -2.618rem;
    padding-left: 2.618rem;
    padding-right: 2.618rem; } }

/**
 * Products
 */
.listpage .products .product {
  box-shadow: 0 3px 5px -2px rgba(0, 0, 0, 0.1); }

.products {
  margin-left: 0;
  margin-bottom: 0;
  clear: both; }
  .products::after {
    display: block;
    content: "";
    clear: both; }
  .products .sale-product-with-timer {
    border-radius: 3px; }
  .products .product {
    font-size: 0.8em;
    text-align: center;
    position: relative;
    list-style: none;
    background-color: #fff;
    padding: 0;
    margin: 0 2em 2em 0 !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
    border-radius: 3px;
    width: 265px;
    display: flex; }
    .products .product .add_to_wishlist {
      display: none !important; }
    .products .product .vendor-logo {
      width: 20px !important;
      height: 20px !important;
      border-radius: 50% !important;
      display: inline !important;
      border: 1px solid #efefef; }
    .products .product .attachment-woocommerce_thumbnail {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
    .products .product .product-info-box {
      display: flex;
      flex-wrap: wrap;
      padding: 0 1em .5em 1em;
      justify-content: space-between; }
      .products .product .product-info-box .woocommerce-loop-product__title {
        order: 1; }
      .products .product .product-info-box .by-vendor-name-link,
      .products .product .product-info-box .deal_location {
        order: 1;
        font-size: 1.2em; }
        .products .product .product-info-box .by-vendor-name-link:hover,
        .products .product .product-info-box .deal_location:hover {
          opacity: .7; }
      .products .product .product-info-box .deal_location a {
        color: #555; }
      .products .product .product-info-box .deal_location::before {
        font-family: 'FontAwesome';
        content: '\f3c5';
        margin-right: 5px;
        font-size: 1em;
        font-weight: 500;
        color: #ccc; }
      .products .product .product-info-box .woocommerce-LoopProduct-link {
        order: 3;
        display: flex;
        width: 100%; }
        .products .product .product-info-box .woocommerce-LoopProduct-link .wcl-progress-meter {
          order: 1;
          padding: unset;
          margin: .5em 0; }
          .products .product .product-info-box .woocommerce-LoopProduct-link .wcl-progress-meter progress {
            height: 2px; }
            .products .product .product-info-box .woocommerce-LoopProduct-link .wcl-progress-meter progress:hover {
              height: 4px; }
    @media (max-width: 1199px) {
      .products .product img {
        height: unset !important; } }
    @media (max-width: 767px) {
      .products .product {
        margin: 1em 0.5em 1em 0 !important;
        min-height: 240px !important; }
        .products .product .product-info-box {
          padding: .5em; }
        .products .product .woocommerce-loop-product__title {
          font-size: 1em !important;
          margin: 0 !important;
          padding: 0.5em 0 !important;
          height: unset !important; }
        .products .product .price {
          font-size: 0.85em !important;
          border-right: none !important;
          margin: 0 !important; } }
    .products .product .top_left {
      top: 0;
      left: 0; }
    .products .product .bought_num {
      background: #0063d1;
      padding: .1em .5em;
      color: #fff;
      border-radius: 3px;
      position: absolute;
      bottom: 1.5em;
      right: .5em; }
    .products .product .groupbuy-badge {
      position: unset;
      width: unset;
      height: unset; }
      .products .product .groupbuy-badge span {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 13px;
        color: transparent;
        font-weight: 500;
        z-index: 8;
        border-radius: 5px 3px 3px 0;
        transform: unset;
        width: unset;
        padding: 0 10px;
        padding: 6px 10px;
        text-transform: unset;
        background-color: transparent !important; }
        .products .product .groupbuy-badge span::before {
          font-family: 'FontAwesome';
          content: '\f02b';
          color: #fff;
          margin-right: 5px;
          font-size: 15px;
          opacity: .8; }
    .products .product .button.product_type_simple,
    .products .product .button.product_type_groupbuy {
      display: none; }
    .products .product .by-vendor-name-link {
      font-size: 1em;
      color: #555; }
      .products .product .by-vendor-name-link:hover {
        text-decoration: none; }
    .products .product .groupbuy-time {
      position: relative;
      align-items: center;
      order: 3;
      flex: 1;
      text-align: right;
      line-height: 1.5em; }
      .products .product .groupbuy-time .title_span {
        text-transform: uppercase;
        letter-spacing: .1em;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: .8em;
        color: #b8b8b8; }
      .products .product .groupbuy-time span {
        font-size: .8em; }
      .products .product .groupbuy-time .groupbuy-time-countdown {
        position: relative;
        width: 100%; }
        .products .product .groupbuy-time .groupbuy-time-countdown .gbcountdown-amount {
          font-size: 1.2em;
          font-weight: 600;
          color: #666; }
          .products .product .groupbuy-time .groupbuy-time-countdown .gbcountdown-amount::before {
            font-family: 'FontAwesome';
            content: '\f017';
            color: #444;
            font-size: .8em;
            font-weight: 300;
            margin-right: 6px;
            margin-top: -2px; }
        .products .product .groupbuy-time .groupbuy-time-countdown .gbcountdown-row {
          display: flex;
          justify-content: flex-end; }
          .products .product .groupbuy-time .groupbuy-time-countdown .gbcountdown-row .gbcountdown-section {
            width: 30px;
            text-align: right;
            float: right;
            background: transparent; }
            .products .product .groupbuy-time .groupbuy-time-countdown .gbcountdown-row .gbcountdown-section .gbcountdown-amount {
              font-size: 1.8em;
              font-weight: 600; }
            .products .product .groupbuy-time .groupbuy-time-countdown .gbcountdown-row .gbcountdown-section .gbcountdown-period {
              font-size: 1.4em;
              color: #aaa;
              padding: 0 .1em;
              width: 3ch;
              overflow: hidden;
              white-space: nowrap;
              text-transform: normal !important;
              display: none; }
    .products .product .wcl-progress-meter {
      order: 4;
      margin: 0;
      padding: 0;
      flex: 0 1 100%; }
      .products .product .wcl-progress-meter progress {
        height: .5em; }
      .products .product .wcl-progress-meter progress[value]::-webkit-progress-bar {
        border-radius: 5px;
        border: none;
        border-right: 1px solid #efefef; }
      .products .product .wcl-progress-meter progress[value]::-webkit-progress-value {
        border-radius: 5px;
        background: #333;
        background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
      .products .product .wcl-progress-meter .zero,
      .products .product .wcl-progress-meter .max {
        display: none; }
    .products .product .product-inner {
      border-radius: 3px;
      border-bottom: 0;
      position: relative; }
      .products .product .product-inner .dashicons-groups:before {
        content: '\f02b';
        font-family: 'FontAwesome';
        font-weight: 300;
        color: #fff; }
      .products .product .product-inner .hover-area {
        display: none !important; }
    .products .product .sale-saved-label {
      font-size: 1.357em;
      color: #fff;
      text-transform: uppercase;
      line-height: 1;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      justify-content: center;
      text-align: center;
      border-radius: 100px;
      font-weight: 500;
      flex-shrink: 0;
      background-color: #62ab00;
      position: absolute;
      top: 1px;
      left: 0;
      bottom: 0;
      right: 0; }
      .products .product .sale-saved-label .saved-label-amount .woocommerce-Price-currencySymbol {
        font-size: 13.67px;
        font-weight: normal; }
      .products .product .sale-saved-label .saved-label-text {
        font-size: 0.526em;
        line-height: 1.4; }
    @media (min-width: 1140px) {
      .products .product:focus .product-inner, .products .product:hover .product-inner {
        border-bottom-right-radius: 3px;
        border-bottom-color: transparent;
        border-bottom-left-radius: 3px; }
      .products .product:focus .hover-area, .products .product:hover .hover-area {
        opacity: 1;
        top: 99%;
        z-index: 20;
        margin: 0 -2px;
        display: none; }
      .products .product .hover-area {
        text-align: center;
        background: #fff;
        border-top: none;
        width: auto;
        display: none;
        left: 0;
        right: 0;
        top: 100%;
        opacity: 1; } }
    .products .product .woocommerce-LoopProduct-link {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      overflow: hidden;
      border-top-right-radius: 3px; }
      @media (max-width: 1199px) {
        .products .product .woocommerce-LoopProduct-link {
          margin-bottom: 14px; } }
      @media (max-width: 767px) {
        .products .product .woocommerce-LoopProduct-link {
          margin-bottom: 0; } }
      .products .product .woocommerce-LoopProduct-link:focus, .products .product .woocommerce-LoopProduct-link:hover {
        text-decoration: none; }
    .products .product h2,
    .products .product h3,
    .products .product .woocommerce-loop-product__title {
      font-weight: 500 !important;
      color: #444;
      font-size: 1.5em;
      overflow: hidden;
      padding-top: .5em;
      padding-bottom: 0;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      order: 1;
      text-align: left;
      flex: 0 1 100%; }
    .products .product .wpgroupbuy-product-rating {
      color: #cbcbcb;
      text-align: left;
      margin: .3em 1em; }
      @media (max-width: 767px) {
        .products .product .wpgroupbuy-product-rating {
          display: none; } }
    .products .product .star-rating-box {
      background: #ffc001;
      padding: .1em .5em;
      color: #fff;
      border-radius: 3px;
      position: absolute;
      bottom: 1.5em;
      left: .5em; }
      .products .product .star-rating-box:before {
        font-family: 'FontAwesome';
        content: '\f005';
        color: #fff;
        font-size: .8em; }
      .products .product .star-rating-box .review-count {
        font-size: .95em; }
    .products .product .star-rating {
      font-size: 1em;
      display: inline-block;
      vertical-align: top;
      margin-right: 0.375em; }
    .products .product img {
      display: block;
      margin: 0 auto 6px;
      width: 100vh;
      object-fit: cover; }
    .products .product .price {
      display: flex;
      flex-direction: column-reverse;
      font-size: .95em;
      order: 2;
      text-align: left;
      flex: 0; }
      .products .product .price .amount {
        line-height: 1em;
        font-size: 1.3em;
        font-weight: 600; }
      .products .product .price ins {
        background-color: transparent;
        font-weight: 600; }
        .products .product .price ins .amount ::before {
          font-family: 'FontAwesome';
          content: '\f0e7';
          color: #ffab53;
          font-size: .75em;
          font-weight: 400;
          margin-right: 5px; }
      .products .product .price del {
        margin: 0; }
        .products .product .price del .amount {
          font-weight: 500; }
    .products .product .button,
    .products .product .added_to_cart {
      display: block;
      border: 2px solid;
      border-radius: 5px;
      font-weight: 600;
      background-color: transparent;
      font-size: .95em;
      margin: 0 .8em;
      padding: .8em 1em;
      text-transform: uppercase; }
      .products .product .button:hover,
      .products .product .added_to_cart:hover {
        color: #fff; }
      .products .product .button:focus, .products .product .button:hover,
      .products .product .added_to_cart:focus,
      .products .product .added_to_cart:hover {
        text-decoration: none;
        outline: none;
        box-shadow: none; }
    .products .product .button.added {
      display: none; }
    .products .product .added_to_cart {
      display: flex;
      justify-content: center;
      align-items: center; }
    .products .product:hover .yith-wcwl-add-to-wishlist {
      display: block; }
    .products .product .discount-ribbon {
      position: absolute;
      top: 0;
      right: 13px;
      min-width: 51px;
      color: #fff;
      background: #62ab00;
      font-weight: 500;
      font-size: 0.750em;
      line-height: 2.000em; }

#grid .columns-8 .products .product,
#grid .columns-7 .products .product,
#grid .columns-6 .products .product,
#grid .columns-5 .products .product,
#grid .columns-4 .products .product,
#grid .columns-3 .products .product,
#grid .columns-2 .products .product,
#grid .columns-1 .products .product {
  padding: 0; }

@media (min-width: 550px) {
  .products {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; } }
  @media (min-width: 550px) and (min-width: 576px) {
    .products {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 550px) and (min-width: 768px) {
    .products {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 550px) and (min-width: 992px) {
    .products {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 550px) and (min-width: 1200px) {
    .products {
      margin-right: -15px;
      margin-left: -15px; } }

@media (min-width: 550px) {
    .products .product {
      position: relative;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px; } }
    @media (min-width: 550px) and (min-width: 576px) {
      .products .product {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 550px) and (min-width: 768px) {
      .products .product {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 550px) and (min-width: 992px) {
      .products .product {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 550px) and (min-width: 1200px) {
      .products .product {
        padding-right: 15px;
        padding-left: 15px; } }

@media (min-width: 550px) and (max-width: 767px) {
  .products:not(.slick-slider) .product {
    flex: 0 0 50%;
    max-width: 50%; } }

@media (max-width: 767px) {
  .shop-control-bar {
    display: none; }
  .products:not(.slick-initialized) {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1em; }
  .products:not(.slick-initialized) .product {
    flex: 0 0 43.3333333333%;
    max-width: 43.3333333333%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .products:not(.slick-slider) .product {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .products:not(.slick-slider) .product {
    flex: 0 0 30%;
    max-width: 30%; } }

@media (min-width: 1200px) {
  .products:not(.slick-slider) .product {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; } }

/**
 * Columns
 */
@media (max-width: 1199px) {
  .columns-1 .products:not(.slick-slider) .product {
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 1200px) {
  .columns-1 .products:not(.slick-slider) .product {
    flex: 0 0 100%;
    max-width: 100%; }
  .columns-2 .products:not(.slick-slider) .product {
    flex: 0 0 50%;
    max-width: 50%; }
  .columns-3 .products:not(.slick-slider) .product {
    flex: 0 0 25%;
    max-width: 25%; }
  .columns-4 .products:not(.slick-slider) .product {
    flex: 0 0 30.8333333333%;
    max-width: 30.8333333333%; }
  .columns-5 .products:not(.slick-slider) .product {
    flex: 0 0 30.8333333333%;
    max-width: 30.8333333333%; }
  .columns-6 .products:not(.slick-slider) .product {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .columns-7 .products:not(.slick-slider) .product {
    flex: 0 0 14.2857142858%;
    max-width: 14.2857142858%; }
  .columns-8 .products:not(.slick-slider) .product {
    flex: 0 0 22.5%;
    max-width: 22.5%; } }

@media (min-width: 1200px) and (max-width: 1589px) {
  .two-sidebar #grid .columns-5 .products:not(.slick-slider) .product,
  .two-sidebar #grid .columns-6 .products:not(.slick-slider) .product,
  .two-sidebar #grid .columns-7 .products:not(.slick-slider) .product,
  .two-sidebar #grid .columns-8 .products:not(.slick-slider) .product,
  .two-sidebar #grid-extended .columns-5 .products:not(.slick-slider) .product,
  .two-sidebar #grid-extended .columns-6 .products:not(.slick-slider) .product,
  .two-sidebar #grid-extended .columns-7 .products:not(.slick-slider) .product,
  .two-sidebar #grid-extended .columns-8 .products:not(.slick-slider) .product {
    flex: 0 0 25%;
    max-width: 25%; }
    .two-sidebar #grid .columns-5 .products:not(.slick-slider) .product::before,
    .two-sidebar #grid .columns-6 .products:not(.slick-slider) .product::before,
    .two-sidebar #grid .columns-7 .products:not(.slick-slider) .product::before,
    .two-sidebar #grid .columns-8 .products:not(.slick-slider) .product::before,
    .two-sidebar #grid-extended .columns-5 .products:not(.slick-slider) .product::before,
    .two-sidebar #grid-extended .columns-6 .products:not(.slick-slider) .product::before,
    .two-sidebar #grid-extended .columns-7 .products:not(.slick-slider) .product::before,
    .two-sidebar #grid-extended .columns-8 .products:not(.slick-slider) .product::before {
      content: " ";
      height: 226px;
      width: 1px;
      background-color: #ddd;
      position: absolute;
      top: 50%;
      transform: translate(0%, -50%); }
    .two-sidebar #grid .columns-5 .products:not(.slick-slider) .product:nth-child(4n+1)::before,
    .two-sidebar #grid .columns-6 .products:not(.slick-slider) .product:nth-child(4n+1)::before,
    .two-sidebar #grid .columns-7 .products:not(.slick-slider) .product:nth-child(4n+1)::before,
    .two-sidebar #grid .columns-8 .products:not(.slick-slider) .product:nth-child(4n+1)::before,
    .two-sidebar #grid-extended .columns-5 .products:not(.slick-slider) .product:nth-child(4n+1)::before,
    .two-sidebar #grid-extended .columns-6 .products:not(.slick-slider) .product:nth-child(4n+1)::before,
    .two-sidebar #grid-extended .columns-7 .products:not(.slick-slider) .product:nth-child(4n+1)::before,
    .two-sidebar #grid-extended .columns-8 .products:not(.slick-slider) .product:nth-child(4n+1)::before {
      display: none; } }

@media (min-width: 1200px) and (max-width: 1399px) {
  .left-sidebar #grid .columns-8 .products:not(.slick-slider) .product,
  .left-sidebar #grid .columns-7 .products:not(.slick-slider) .product,
  .left-sidebar #grid .columns-6 .products:not(.slick-slider) .product,
  .left-sidebar #grid .columns-5 .products:not(.slick-slider) .product,
  .left-sidebar #grid-extended .columns-8 .products:not(.slick-slider) .product,
  .left-sidebar #grid-extended .columns-7 .products:not(.slick-slider) .product,
  .left-sidebar #grid-extended .columns-6 .products:not(.slick-slider) .product,
  .left-sidebar #grid-extended .columns-5 .products:not(.slick-slider) .product,
  .right-sidebar #grid .columns-8 .products:not(.slick-slider) .product,
  .right-sidebar #grid .columns-7 .products:not(.slick-slider) .product,
  .right-sidebar #grid .columns-6 .products:not(.slick-slider) .product,
  .right-sidebar #grid .columns-5 .products:not(.slick-slider) .product,
  .right-sidebar #grid-extended .columns-8 .products:not(.slick-slider) .product,
  .right-sidebar #grid-extended .columns-7 .products:not(.slick-slider) .product,
  .right-sidebar #grid-extended .columns-6 .products:not(.slick-slider) .product,
  .right-sidebar #grid-extended .columns-5 .products:not(.slick-slider) .product {
    flex: 0 0 25%;
    max-width: 25%; }
  .left-sidebar .columns-8 .products .product:nth-child(4n+1)::before,
  .left-sidebar .columns-7 .products .product:nth-child(4n+1)::before,
  .left-sidebar .columns-6 .products .product:nth-child(4n+1)::before,
  .left-sidebar .columns-5 .products .product:nth-child(4n+1)::before,
  .right-sidebar .columns-8 .products .product:nth-child(4n+1)::before,
  .right-sidebar .columns-7 .products .product:nth-child(4n+1)::before,
  .right-sidebar .columns-6 .products .product:nth-child(4n+1)::before,
  .right-sidebar .columns-5 .products .product:nth-child(4n+1)::before {
    display: none; } }

@media (min-width: 1200px) and (max-width: 1399px) {
  .full-width #grid .columns-8 .products:not(.slick-slider) .product,
  .full-width #grid .columns-7 .products:not(.slick-slider) .product,
  .full-width #grid .columns-6 .products:not(.slick-slider) .product,
  .full-width #grid .columns-5 .products:not(.slick-slider) .product,
  .full-width #grid-extended .columns-8 .products:not(.slick-slider) .product,
  .full-width #grid-extended .columns-7 .products:not(.slick-slider) .product,
  .full-width #grid-extended .columns-6 .products:not(.slick-slider) .product,
  .full-width #grid-extended .columns-5 .products:not(.slick-slider) .product {
    flex: 0 0 20%;
    max-width: 20%; }
  .full-width .columns-8 .products .product:nth-child(5n+1)::before,
  .full-width .columns-7 .products .product:nth-child(5n+1)::before,
  .full-width .columns-6 .products .product:nth-child(5n+1)::before,
  .full-width .columns-5 .products .product:nth-child(5n+1)::before {
    display: none; } }

@media (min-width: 1200px) and (max-width: 1399px) {
  .left-sidebar .columns-8 .products .product.first::before,
  .left-sidebar .columns-7 .products .product.first::before,
  .left-sidebar .columns-6 .products .product.first::before,
  .left-sidebar .columns-5 .products .product.first::before,
  .right-sidebar .columns-8 .products .product.first::before,
  .right-sidebar .columns-7 .products .product.first::before,
  .right-sidebar .columns-6 .products .product.first::before,
  .right-sidebar .columns-5 .products .product.first::before,
  .full-width .columns-8 .products .product.first::before,
  .full-width .columns-7 .products .product.first::before,
  .full-width .columns-6 .products .product.first::before,
  .full-width .columns-5 .products .product.first::before {
    content: " ";
    height: 226px;
    width: 1px;
    background-color: #ddd;
    position: absolute;
    left: -3px;
    top: 50%;
    transform: translate(0%, -50%); }
  .left-sidebar #grid-extended .columns-8 .products .product.first::before,
  .left-sidebar #grid-extended .columns-7 .products .product.first::before,
  .left-sidebar #grid-extended .columns-6 .products .product.first::before,
  .left-sidebar #grid-extended .columns-5 .products .product.first::before,
  .right-sidebar #grid-extended .columns-8 .products .product.first::before,
  .right-sidebar #grid-extended .columns-7 .products .product.first::before,
  .right-sidebar #grid-extended .columns-6 .products .product.first::before,
  .right-sidebar #grid-extended .columns-5 .products .product.first::before,
  .full-width #grid-extended .columns-8 .products .product.first::before,
  .full-width #grid-extended .columns-7 .products .product.first::before,
  .full-width #grid-extended .columns-6 .products .product.first::before,
  .full-width #grid-extended .columns-5 .products .product.first::before {
    height: 90%; } }

@media (max-width: 767px) {
  .products:not(.slick-initialized) .product {
    width: 50%; }
  .products .product {
    display: flex;
    flex-direction: column;
    min-height: 280px; }
    .products .product .hover-area {
      display: none; }
  .products .product:not(.sale-product-with-timer):not(.landscape-product-widget):not(.list-view-large):not(.list-view):not(.list-view-small):not(.content-landscape-product-card-with-gallery):not(.onsale-product-carousel-with-timer):not(.landscape-product-card-featured):not(.product-carousel-with-timer-gallery):not(.product-category) {
    border-radius: 5px; }
  .products .product-category.slick-slide {
    min-height: 226px;
    display: flex;
    align-items: center; } }

#list-view-large .products .product .product-info,
#list-view .products .product .product-info,
#list-view-small .products .product .product-info {
  padding: 1em; }

#list-view-large .products .product .woocommerce-loop-product__title,
#list-view .products .product .woocommerce-loop-product__title,
#list-view-small .products .product .woocommerce-loop-product__title {
  margin: 0; }

#list-view-large .products .product .woocommerce-product-details__short-description p,
#list-view .products .product .woocommerce-product-details__short-description p,
#list-view-small .products .product .woocommerce-product-details__short-description p {
  font-size: 1em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

/**
 * Products List
 */
.products .list-view.product,
.products .list-view-large.product,
.products .list-view-small.product {
  flex: 0 0 100%;
  max-width: 100%;
  border: none;
  padding: 0; }
  @media (max-width: 767px) {
    .products .list-view.product,
    .products .list-view-large.product,
    .products .list-view-small.product {
      padding: 30px 0; } }
  .products .list-view.product + .list-view.product,
  .products .list-view.product + .list-view-large.product,
  .products .list-view.product + .list-view-small.product,
  .products .list-view-large.product + .list-view.product,
  .products .list-view-large.product + .list-view-large.product,
  .products .list-view-large.product + .list-view-small.product,
  .products .list-view-small.product + .list-view.product,
  .products .list-view-small.product + .list-view-large.product,
  .products .list-view-small.product + .list-view-small.product {
    border-top: 1px solid #ddd; }
  @media (min-width: 576px) {
    .products .list-view.product img,
    .products .list-view-large.product img,
    .products .list-view-small.product img {
      margin-bottom: 0; } }
  .products .list-view.product .woocommerce-product-details__short-description ul,
  .products .list-view-large.product .woocommerce-product-details__short-description ul,
  .products .list-view-small.product .woocommerce-product-details__short-description ul {
    margin: 0 0 2em 0;
    padding-left: 16px;
    height: 100%;
    overflow: hidden;
    font-size: 1.25em; }
  @media (min-width: 1200px) {
    .products .list-view.product .yith-wcwl-add-to-wishlist,
    .products .list-view-large.product .yith-wcwl-add-to-wishlist,
    .products .list-view-small.product .yith-wcwl-add-to-wishlist {
      width: auto;
      left: auto;
      right: 0; } }
  @media (max-width: 1399px) {
    .products .list-view.product .yith-wcwl-add-to-wishlist .add_to_wishlist::before,
    .products .list-view.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before,
    .products .list-view.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before,
    .products .list-view-large.product .yith-wcwl-add-to-wishlist .add_to_wishlist::before,
    .products .list-view-large.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before,
    .products .list-view-large.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before,
    .products .list-view-small.product .yith-wcwl-add-to-wishlist .add_to_wishlist::before,
    .products .list-view-small.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before,
    .products .list-view-small.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before {
      top: 2px;
      right: 5px;
      left: auto; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .products .list-view.product .yith-wcwl-add-to-wishlist .add_to_wishlist::before,
  .products .list-view.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before,
  .products .list-view.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before,
  .products .list-view-large.product .yith-wcwl-add-to-wishlist .add_to_wishlist::before,
  .products .list-view-large.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before,
  .products .list-view-large.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before,
  .products .list-view-small.product .yith-wcwl-add-to-wishlist .add_to_wishlist::before,
  .products .list-view-small.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before,
  .products .list-view-small.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before {
    top: -8px;
    right: auto;
    left: -21px; } }
  @media (min-width: 1200px) {
    .products .list-view.product .yith-wcwl-add-to-wishlist .add_to_wishlist::before,
    .products .list-view.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before,
    .products .list-view.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before,
    .products .list-view-large.product .yith-wcwl-add-to-wishlist .add_to_wishlist::before,
    .products .list-view-large.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before,
    .products .list-view-large.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before,
    .products .list-view-small.product .yith-wcwl-add-to-wishlist .add_to_wishlist::before,
    .products .list-view-small.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before,
    .products .list-view-small.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before {
      top: 0;
      line-height: 1;
      right: 28px; } }
  .products .list-view.product .yith-wcwl-add-to-wishlist,
  .products .list-view-large.product .yith-wcwl-add-to-wishlist,
  .products .list-view-small.product .yith-wcwl-add-to-wishlist {
    display: block; }
  .products .list-view.product .media,
  .products .list-view-large.product .media,
  .products .list-view-small.product .media {
    align-items: stretch; }
    @media (max-width: 767px) {
      .products .list-view.product .media,
      .products .list-view-large.product .media,
      .products .list-view-small.product .media {
        flex-direction: column; } }
  .products .list-view.product .media-body,
  .products .list-view-large.product .media-body,
  .products .list-view-small.product .media-body {
    display: flex; }
    @media (max-width: 767px) {
      .products .list-view.product .media-body,
      .products .list-view-large.product .media-body,
      .products .list-view-small.product .media-body {
        flex-direction: column; } }
    .products .list-view.product .media-body .product-info,
    .products .list-view-large.product .media-body .product-info,
    .products .list-view-small.product .media-body .product-info {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
      text-align: left;
      position: relative; }
      @media (min-width: 576px) {
        .products .list-view.product .media-body .product-info,
        .products .list-view-large.product .media-body .product-info,
        .products .list-view-small.product .media-body .product-info {
          padding: 0 20px; } }
      .products .list-view.product .media-body .product-info .star-rating,
      .products .list-view-large.product .media-body .product-info .star-rating,
      .products .list-view-small.product .media-body .product-info .star-rating {
        margin: 0 0 20px 0; }
      .products .list-view.product .media-body .product-info .brand img,
      .products .list-view-large.product .media-body .product-info .brand img,
      .products .list-view-small.product .media-body .product-info .brand img {
        margin: 0 0 20px 0;
        max-width: 100px; }
      .products .list-view.product .media-body .product-info .woocommerce-loop-product__title,
      .products .list-view-large.product .media-body .product-info .woocommerce-loop-product__title,
      .products .list-view-small.product .media-body .product-info .woocommerce-loop-product__title {
        font-size: 1.5em;
        font-weight: 500;
        color: #444;
        margin-bottom: 6px;
        line-height: 1.2;
        margin-right: 40px;
        height: auto;
        margin-bottom: 16px;
        overflow: visible; }
        @media (max-width: 1199px) {
          .products .list-view.product .media-body .product-info .woocommerce-loop-product__title,
          .products .list-view-large.product .media-body .product-info .woocommerce-loop-product__title,
          .products .list-view-small.product .media-body .product-info .woocommerce-loop-product__title {
            height: auto;
            max-height: 100%; } }
    .products .list-view.product .media-body .product-actions,
    .products .list-view-large.product .media-body .product-actions,
    .products .list-view-small.product .media-body .product-actions {
      margin: 14px 0; }
      @media (min-width: 1200px) {
        .products .list-view.product .media-body .product-actions,
        .products .list-view-large.product .media-body .product-actions,
        .products .list-view-small.product .media-body .product-actions {
          flex: 0 0 33.3333333333%;
          max-width: 33.3333333333%;
          border-left: 1px solid #ddd; } }

@media (min-width: 1200px) and (max-width: 1399px) {
  .products .list-view.product .media-body .product-actions,
  .products .list-view-large.product .media-body .product-actions,
  .products .list-view-small.product .media-body .product-actions {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .products .list-view.product .media-body .product-actions,
  .products .list-view-large.product .media-body .product-actions,
  .products .list-view-small.product .media-body .product-actions {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%; } }
      @media (min-width: 992px) {
        .products .list-view.product .media-body .product-actions,
        .products .list-view-large.product .media-body .product-actions,
        .products .list-view-small.product .media-body .product-actions {
          padding: 0 20px; } }

@media (min-width: 576px) and (max-width: 1199px) {
  .products .list-view.product .media-body .product-actions,
  .products .list-view-large.product .media-body .product-actions,
  .products .list-view-small.product .media-body .product-actions {
    padding: 0 20px; } }
      @media (max-width: 767px) {
        .products .list-view.product .media-body .product-actions,
        .products .list-view-large.product .media-body .product-actions,
        .products .list-view-small.product .media-body .product-actions {
          padding: 0 20px; } }
      .products .list-view.product .media-body .product-actions .availability, .products .list-view.product .media-body .product-actions .price,
      .products .list-view-large.product .media-body .product-actions .availability,
      .products .list-view-large.product .media-body .product-actions .price,
      .products .list-view-small.product .media-body .product-actions .availability,
      .products .list-view-small.product .media-body .product-actions .price {
        text-align: left; }
      .products .list-view.product .media-body .product-actions .availability,
      .products .list-view-large.product .media-body .product-actions .availability,
      .products .list-view-small.product .media-body .product-actions .availability {
        font-size: 1.1em; }
      .products .list-view.product .media-body .product-actions .price,
      .products .list-view-large.product .media-body .product-actions .price,
      .products .list-view-small.product .media-body .product-actions .price {
        margin-bottom: 0.76em; }

@media (min-width: 576px) and (max-width: 991px) {
  .products .list-view.product .media-body .product-actions .price,
  .products .list-view-large.product .media-body .product-actions .price,
  .products .list-view-small.product .media-body .product-actions .price {
    font-size: 1.429em; } }
        .products .list-view.product .media-body .product-actions .price ins + del,
        .products .list-view-large.product .media-body .product-actions .price ins + del,
        .products .list-view-small.product .media-body .product-actions .price ins + del {
          margin-left: 0; }
        .products .list-view.product .media-body .product-actions .price del,
        .products .list-view-large.product .media-body .product-actions .price del,
        .products .list-view-small.product .media-body .product-actions .price del {
          font-size: 0.577em;
          display: block; }
        .products .list-view.product .media-body .product-actions .price ins,
        .products .list-view-large.product .media-body .product-actions .price ins,
        .products .list-view-small.product .media-body .product-actions .price ins {
          order: 2;
          margin: 0;
          line-height: 1;
          width: 100%; }

.products .list-view.product .media > img {
  height: 100%; }
  @media (min-width: 768px) {
    .products .list-view.product .media > img {
      flex: 0 0 20.8333333333%;
      max-width: 20.8333333333%; } }

.products .list-view.product .media-body .product-info .woocommerce-loop-product__title {
  height: auto;
  margin-bottom: 16px;
  overflow: visible; }

.products .list-view.product .woocommerce-product-details__short-description ul {
  height: 100%; }

.products .list-view-small.product .media > img {
  height: 100%; }
  @media (min-width: 768px) {
    .products .list-view-small.product .media > img {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; } }

.products .list-view-small.product .woocommerce-product-details__short-description ul {
  height: 44px;
  margin-bottom: 10px; }

@media (min-width: 1200px) {
  .products .list-view-small.product .media-body .product-info {
    margin-right: 20px; } }

.products .list-view-small.product .media-body .product-info .woocommerce-loop-product__title {
  height: auto;
  margin-bottom: 16px;
  overflow: visible; }

@media (min-width: 1200px) {
  .products .list-view-small.product .media-body .product-actions {
    flex: 0 0 25%;
    max-width: 25%; } }

@media (min-width: 1200px) and (max-width: 1399px) {
  .products .list-view-small.product .media-body .product-actions {
    flex: 0 0 25%;
    max-width: 25%; } }

.products .list-view-small.product .woocommerce-product-details__short-description p {
  font-size: 1.1em; }

@media (min-width: 1200px) {
  .products .list-view-small.product .woocommerce-product-details__short-description {
    padding-right: 80px; } }

@media (min-width: 576px) {
  .products .list-view-large.product .media > img {
    flex: 0 0 23.8333333333%;
    max-width: 23.8333333333%;
    height: 100%; } }

.products .list-view-large.product .sku_wrapper {
  color: #b3b2b2; }

.columns-1 .products .list-view.product,
.columns-1 .products .list-view-large.product,
.columns-1 .products .list-view-small.product,
.columns-2 .products .list-view.product,
.columns-2 .products .list-view-large.product,
.columns-2 .products .list-view-small.product,
.columns-3 .products .list-view.product,
.columns-3 .products .list-view-large.product,
.columns-3 .products .list-view-small.product,
.columns-4 .products .list-view.product,
.columns-4 .products .list-view-large.product,
.columns-4 .products .list-view-small.product,
.columns-5 .products .list-view.product,
.columns-5 .products .list-view-large.product,
.columns-5 .products .list-view-small.product,
.columns-6 .products .list-view.product,
.columns-6 .products .list-view-large.product,
.columns-6 .products .list-view-small.product,
.columns-7 .products .list-view.product,
.columns-7 .products .list-view-large.product,
.columns-7 .products .list-view-small.product,
.columns-8 .products .list-view.product,
.columns-8 .products .list-view-large.product,
.columns-8 .products .list-view-small.product {
  flex: 0 0 96.6666666667%;
  max-width: 96.6666666667%; }

.products .sale-product-with-timer {
  text-align: left;
  padding: 1.572em 1.643em 1.715em 2.1em; }
  .products .sale-product-with-timer:focus, .products .sale-product-with-timer:hover {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px; }
  .products .sale-product-with-timer .price {
    font-size: 1.500em;
    margin-bottom: .1em; }
    .products .sale-product-with-timer .price del {
      font-size: 0.762em; }
  .products .sale-product-with-timer a:hover {
    color: #383838; }
  .products .sale-product-with-timer img {
    margin-bottom: 12px; }
    @media (min-width: 1590px) {
      .products .sale-product-with-timer img {
        min-width: 300px; } }
    @media (max-width: 575px) {
      .products .sale-product-with-timer img {
        min-width: 100%; } }
  .products .sale-product-with-timer .price-and-title {
    padding-top: 7px; }
    .products .sale-product-with-timer .price-and-title h3 {
      font-size: 1.143em; }
  .products .sale-product-with-timer .sale-product-with-timer-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 11px; }
  .products .sale-product-with-timer .sale-label-outer {
    position: relative;
    min-width: 78px; }
    .products .sale-product-with-timer .sale-label-outer::after {
      content: "";
      display: block;
      margin-top: 100%; }
  .products .sale-product-with-timer .deal-countdown-timer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 0.214em; }
    @media (max-width: 1400px) {
      .products .sale-product-with-timer .deal-countdown-timer {
        flex-direction: column;
        padding-right: 0; } }
    .products .sale-product-with-timer .deal-countdown-timer .marketing-text {
      flex-wrap: wrap;
      display: flex;
      color: #090909;
      max-width: 120px;
      line-height: 1.1; }
      @media (max-width: 1400px) {
        .products .sale-product-with-timer .deal-countdown-timer .marketing-text {
          text-align: center;
          margin: 6px 0 16px 0; }
          .products .sale-product-with-timer .deal-countdown-timer .marketing-text span {
            width: 100%; } }
      .products .sale-product-with-timer .deal-countdown-timer .marketing-text .line-1 {
        width: 100%;
        font-size: 1.286em;
        font-weight: 500; }
      .products .sale-product-with-timer .deal-countdown-timer .marketing-text .line-2 {
        font-weight: 200;
        font-size: 1.071em; }
    .products .sale-product-with-timer .deal-countdown-timer .deal-countdown {
      display: flex;
      text-align: center;
      min-width: 230px;
      justify-content: space-around; }
      .products .sale-product-with-timer .deal-countdown-timer .deal-countdown > span {
        flex-wrap: wrap;
        display: flex;
        color: #383838;
        width: 50px; }
        .products .sale-product-with-timer .deal-countdown-timer .deal-countdown > span b {
          width: 100%;
          font-size: 0.715em;
          text-transform: uppercase; }
        .products .sale-product-with-timer .deal-countdown-timer .deal-countdown > span .value {
          width: 100%;
          font-size: 1.429em;
          font-weight: 500;
          background-color: #eeeeee;
          border-radius: 100px;
          padding: 0.450em 0;
          margin-bottom: 0.4em; }

.product-with-timer-gallery .products .product .sale-label-outer {
  position: absolute;
  top: 20%;
  left: 6%;
  z-index: 999; }
  @media (max-width: 767px) {
    .product-with-timer-gallery .products .product .sale-label-outer {
      top: 0%; } }

@media (min-width: 1200px) and (max-width: 1399px) {
  .product-with-timer-gallery .products .product .sale-label-outer {
    top: 5%;
    left: 4%; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .product-with-timer-gallery .products .product .sale-label-outer {
    top: 0;
    left: 4%; } }
  .product-with-timer-gallery .products .product .sale-label-outer .sale-saved-label {
    width: 78px;
    height: 78px;
    position: relative; }

[dir="rtl"] .deal-countdown-timer .deal-countdown {
  flex-flow: row-reverse; }

[dir="rtl"] .home-5-deals-carousel .deal-countdown > span + span {
  margin-left: 0;
  margin-right: 1.125em; }

[dir="rtl"] .section-products-isotope .isotope-products .deal-countdown > span:nth-child(n+3) {
  margin-right: .6em;
  margin-left: 0; }

[dir="rtl"] .section-products-isotope .isotope-products .deal-countdown-timer .deal-countdown, [dir="rtl"]
.section-products-isotope-alt .isotope-products .deal-countdown-timer .deal-countdown {
  justify-content: flex-end; }

[dir="rtl"] .section-products-isotope-alt .isotope-products .deal-countdown > span:nth-child(n+2) {
  margin-right: .5em;
  margin-left: 0; }

.products .product-category, .product-loop-categories .product-category {
  border-left: 1px solid #f9f9f9;
  padding: 0; }
  .products .product-category:hover h2, .product-loop-categories .product-category:hover h2 {
    color: #0063d1; }
  .products .product-category:focus, .products .product-category:hover, .product-loop-categories .product-category:focus, .product-loop-categories .product-category:hover {
    border-color: transparent; }
  .products .product-category a, .product-loop-categories .product-category a {
    display: block;
    width: 100%; }
    .products .product-category a:focus, .products .product-category a:hover, .product-loop-categories .product-category a:focus, .product-loop-categories .product-category a:hover {
      text-decoration: none; }
  .products .product-category h2,
  .products .product-category h3,
  .products .product-category .woocommerce-loop-category__title, .product-loop-categories .product-category h2,
  .product-loop-categories .product-category h3,
  .product-loop-categories .product-category .woocommerce-loop-category__title {
    font-size: 1.1rem;
    line-height: 1.3;
    color: #444;
    font-weight: 500;
    margin: 0;
    text-align: center; }
    .products .product-category h2 mark,
    .products .product-category h3 mark,
    .products .product-category .woocommerce-loop-category__title mark, .product-loop-categories .product-category h2 mark,
    .product-loop-categories .product-category h3 mark,
    .product-loop-categories .product-category .woocommerce-loop-category__title mark {
      display: none; }
  .products .product-category img, .product-loop-categories .product-category img {
    margin-bottom: 0.786em;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    object-fit: cover;
    height: 150px; }

.product-categories-carousel .products .product-category:nth-child(odd) {
  background-color: #fff; }

@media (min-width: 768px) {
  .columns-8 .products .product-category img {
    max-width: 184px; } }

.section-product-categories header {
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.4em;
  padding-bottom: .813em; }

.section-product-categories .woocommerce-products-header__title {
  font-size: 1.5em;
  font-weight: 500;
  color: #444;
  margin-bottom: 0; }

.section-products-carousel .section-header {
  padding: 1em; }

.product-loop-categories {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 20px; }
  @media (min-width: 576px) {
    .product-loop-categories {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 768px) {
    .product-loop-categories {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 992px) {
    .product-loop-categories {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1200px) {
    .product-loop-categories {
      margin-right: -15px;
      margin-left: -15px; } }
  .product-loop-categories .product-category {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    padding: 0 10px !important;
    margin-bottom: 20px; }
    @media (min-width: 576px) {
      .product-loop-categories .product-category {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 768px) {
      .product-loop-categories .product-category {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 992px) {
      .product-loop-categories .product-category {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 1200px) {
      .product-loop-categories .product-category {
        padding-right: 15px;
        padding-left: 15px; } }

.product-loop-categories .product-category {
  background-color: transparent;
  text-align: center;
  padding: 0; }
  .product-loop-categories .product-category a {
    padding: 20px 0;
    background-color: #f9f9f9; }
    .product-loop-categories .product-category a img {
      padding: 0 14px;
      margin: auto auto .786em; }
  .product-loop-categories .product-category h2,
  .product-loop-categories .product-category .woocommerce-loop-category__title {
    color: #292929;
    font-size: 1em;
    text-align: center; }

@media (min-width: 1200px) {
  .columns-2 .product-loop-categories .product-category {
    flex: 0 0 50%;
    max-width: 50%; }
  .columns-3 .product-loop-categories .product-category {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .columns-4 .product-loop-categories .product-category {
    flex: 0 0 25%;
    max-width: 25%; }
  .columns-5 .product-loop-categories .product-category {
    flex: 0 0 20%;
    max-width: 20%; }
  .columns-6 .product-loop-categories .product-category {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .columns-7 .product-loop-categories .product-category {
    flex: 0 0 14.2857142858%;
    max-width: 14.2857142858%; }
  .columns-8 .product-loop-categories .product-category {
    flex: 0 0 12.5%;
    max-width: 12.5%; } }

@media (min-width: 540px) and (max-width: 1199px) {
  .columns-2 .product-loop-categories .product-category,
  .columns-3 .product-loop-categories .product-category,
  .columns-4 .product-loop-categories .product-category,
  .columns-5 .product-loop-categories .product-category,
  .columns-6 .product-loop-categories .product-category,
  .columns-7 .product-loop-categories .product-category,
  .columns-8 .product-loop-categories .product-category {
    flex: 0 0 50%;
    max-width: 50%; } }

.products.product-loop-categories .product-category.product::before {
  display: none !important; }

.products-carousel-with-bg .products {
  overflow: hidden; }
  @media (max-width: 767px) {
    .products-carousel-with-bg .products {
      margin: 0; } }
  .products-carousel-with-bg .products .product {
    border: none; }
    .products-carousel-with-bg .products .product:focus .hover-area, .products-carousel-with-bg .products .product:hover .hover-area {
      bottom: auto;
      border: none;
      top: 96%;
      border-color: transparent; }
    .products-carousel-with-bg .products .product h3 {
      margin-bottom: 0;
      line-height: 1.2;
      overflow: hidden;
      max-height: 32px; }
    .products-carousel-with-bg .products .product img {
      margin-bottom: 6px; }
      .products-carousel-with-bg .products .product img + h3 {
        margin-top: 35px; }
    .products-carousel-with-bg .products .product .hover-area {
      padding: 0 13px 10px;
      margin: 0; }
  .products-carousel-with-bg .products:not(.slick-dotted) .slick-list {
    padding-bottom: 70px; }

.products-carousel-with-bg .slick-dots {
  padding: 20px 0 23px 0; }

.products .landscape-product.product {
  padding: 0;
  border: none; }
  @media (max-width: 767px) {
    .products .landscape-product.product {
      padding: 0; }
      .products .landscape-product.product > a {
        margin-left: auto;
        margin-right: auto; } }
  @media (max-width: 450px) {
    .products .landscape-product.product .media {
      flex-direction: column;
      align-items: center; } }
  .products .landscape-product.product .media img {
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .products .landscape-product.product .media img {
        max-width: 134px; } }
    @media (max-width: 767px) {
      .products .landscape-product.product .media img {
        padding: 1px;
        max-width: 120px; } }
  .products .landscape-product.product .media-body {
    text-align: left;
    padding-top: 0.575em;
    padding-left: 1.072em; }
    .products .landscape-product.product .media-body .wpgroupbuy-product-rating {
      margin-top: 0.857em; }
      .products .landscape-product.product .media-body .wpgroupbuy-product-rating .star-rating {
        margin: 0 0.375em 0 0; }
    @media (max-width: 450px) {
      .products .landscape-product.product .media-body {
        padding-left: 0;
        text-align: center; }
        .products .landscape-product.product .media-body .star-rating {
          margin: auto 0.375em auto; } }
  .products .landscape-product.product a {
    position: relative; }
    @media (min-width: 768px) {
      .products .landscape-product.product a::before {
        content: " ";
        width: 1px;
        height: 84px;
        background-color: transparent;
        display: block;
        position: absolute;
        left: -10px;
        top: 50%;
        transform: translateY(-50%); } }
  .products .landscape-product.product h2,
  .products .landscape-product.product h3,
  .products .landscape-product.product .woocommerce-loop-product__title {
    margin-left: 0; }
    @media (min-width: 768px) {
      .products .landscape-product.product h2,
      .products .landscape-product.product h3,
      .products .landscape-product.product .woocommerce-loop-product__title {
        margin-bottom: 0.58em;
        max-width: 180px;
        font-size: 1.2em; } }
  .products .landscape-product.product .star-rating {
    font-size: 1.143em;
    letter-spacing: 3px;
    width: 6em /*rtl:6.2em */; }

.products .landscape-product .price {
  margin-bottom: .166em; }
  .products .landscape-product .price ins + del {
    margin-left: 0;
    display: block; }

.section-landscape-products-widget-carousel .products .product.slick-active::after,
.section-landscape-products-widget-carousel .products .slick-active .product::after,
.section-landscape-products-widget-carousel.section-products-carousel-tabs .products .product.slick-active::after,
.section-landscape-products-carousel .products .product.slick-active::after,
.section-landscape-products-carousel .products .slick-active .product::after,
.section-landscape-products-carousel.section-products-carousel-tabs .products .product.slick-active::after {
  display: none; }

.products .landscape-product-card {
  padding: 0 0.715em;
  background-color: transparent; }
  @media (min-width: 768px) {
    .products .landscape-product-card {
      margin-bottom: 1.4em;
      border: none; } }
  @media (min-width: 1590px) {
    .products .landscape-product-card {
      height: 216px; } }
  .products .landscape-product-card img {
    margin-bottom: 0; }
  .products .landscape-product-card > a {
    padding: 1.786em 0.715em; }
  .products .landscape-product-card .media {
    border-radius: 3px;
    background-color: #fff; }
    @media (max-width: 767px) {
      .products .landscape-product-card .media {
        padding: 0;
        flex-direction: column;
        border: none; } }
  .products .landscape-product-card .media-body {
    text-align: left;
    padding-top: 0.575em;
    position: relative; }
    @media (min-width: 576px) {
      .products .landscape-product-card .media-body {
        padding-left: .72em; } }
    .products .landscape-product-card .media-body .star-rating {
      margin: 0;
      margin-right: .385em; }
  .products .landscape-product-card .star-rating {
    font-size: 1.143em;
    letter-spacing: 3px;
    width: 6em /*rtl:6.2em */; }
  .products .landscape-product-card h3 {
    margin-bottom: 0.786em; }
  .products .landscape-product-card .button {
    padding: .76em 1.41575em;
    margin-bottom: 0.9em; }
  .products .landscape-product-card .hover-area {
    border: none;
    padding: 1.286em 0 0 0;
    box-shadow: none;
    text-align: center;
    position: relative; }
    @media (min-width: 1200px) {
      .products .landscape-product-card .hover-area {
        display: none; } }
  .products .landscape-product-card:hover .media {
    box-shadow: 0 0 18px rgba(1, 1, 1, 0.2);
    position: relative;
    z-index: 9; }
    @media (max-width: 767px) {
      .products .landscape-product-card:hover .media {
        border: none;
        box-shadow: none;
        border-radius: 5px; } }
  .products .landscape-product-card:hover .hover-area {
    display: block; }
    @media (max-width: 767px) {
      .products .landscape-product-card:hover .hover-area {
        display: none; } }

@media (min-width: 768px) {
  .landscape-full-product-cards-carousel .products .landscape-product-card {
    margin-bottom: 1.441em; } }

.landscape-full-product-cards-carousel .products .landscape-product-card:hover .media {
  box-shadow: none; }

@media (max-width: 575px) {
  .landscape-full-product-cards-carousel .products .landscape-product-card .media {
    flex-direction: column;
    padding: 2em 1.643em; } }

@media (min-width: 576px) {
  .landscape-full-product-cards-carousel .products .landscape-product-card .media-body {
    padding-left: 1em; } }

.landscape-full-product-cards-carousel .products .landscape-product-card .media-body .star-rating {
  margin: 0 0.375em 1.44em 0;
  display: none; }

.landscape-full-product-cards-carousel .products .landscape-product-card .media-body .price {
  font-size: 1.3em; }

@media (max-width: 575px) {
  .landscape-full-product-cards-carousel .products .landscape-product-card .media-body {
    margin: auto;
    text-align: center; }
    .landscape-full-product-cards-carousel .products .landscape-product-card .media-body .star-rating {
      margin: auto 0.375em 1.44em auto; } }

@media (min-width: 1200px) {
  .landscape-full-product-cards-carousel .products .landscape-product-card:hover .add-to-compare-link,
  .landscape-full-product-cards-carousel .products .landscape-product-card .hover-area {
    display: inherit; } }

@media (min-width: 1590px) {
  .landscape-full-product-cards-carousel .products .landscape-product-card .woocommerce-LoopProduct-link {
    width: 255px; } }

@media (max-width: 575px) {
  .landscape-full-product-cards-carousel .products .landscape-product-card .woocommerce-LoopProduct-link {
    margin: auto; }
    .landscape-full-product-cards-carousel .products .landscape-product-card .woocommerce-LoopProduct-link .ribbon {
      margin: auto auto .786em auto; } }

.landscape-full-product-cards-carousel .products .landscape-product-card .hover-area {
  z-index: 1;
  padding: 0 0 0.143em 0;
  opacity: 1;
  transform: translate(0, 0px);
  text-align: center; }

.landscape-full-product-cards-carousel .products .landscape-product-card .add-to-compare-link {
  line-height: 1.2em; }
  @media (min-width: 1200px) {
    .landscape-full-product-cards-carousel .products .landscape-product-card .add-to-compare-link {
      display: none; } }

@media (min-width: 1590px) {
  .landscape-full-product-cards-carousel .products .landscape-product-card img {
    width: 100vh;
    height: 50vh; } }

@media (min-width: 1200px) {
  .landscape-full-product-cards-carousel .products .landscape-product-card img {
    width: 100vh;
    height: 50vh; } }

@media (max-width: 767px) {
  .section-landscape-products-card-carousel-tabs.section-products-carousel-tabs .products .landscape-product-card {
    padding: 0;
    margin: 2px; } }

@media (min-width: 768px) {
  .section-landscape-products-card-carousel-tabs.section-products-carousel-tabs .products .product img {
    height: 25vh !important; } }

.section-landscape-products-card-carousel-tabs.section-products-carousel-tabs .products .product .woocommerce-LoopProduct-link {
  width: 100%; }
  @media (max-width: 767px) {
    .section-landscape-products-card-carousel-tabs.section-products-carousel-tabs .products .product .woocommerce-LoopProduct-link {
      flex: unset; } }

.section-landscape-products-card-carousel-tabs.section-products-carousel-tabs .products .product .media {
  display: flex;
  flex-direction: column;
  height: 100%; }

@media (min-width: 768px) and (max-width: 991px) {
  .section-landscape-products-card-carousel-tabs.section-products-carousel-tabs .products .product .media {
    flex-direction: column;
    align-items: center; } }
  @media (max-width: 767px) {
    .section-landscape-products-card-carousel-tabs.section-products-carousel-tabs .products .product .media {
      padding: 0; }
      .section-landscape-products-card-carousel-tabs.section-products-carousel-tabs .products .product .media .ribbon, .section-landscape-products-card-carousel-tabs.section-products-carousel-tabs .products .product .media .wpgroupbuy-product-rating {
        display: none; } }

.section-landscape-products-card-carousel-tabs.section-products-carousel-tabs .products .product.slick-active::after {
  height: 130px; }

@media (min-width: 1200px) and (max-width: 1589px) {
  .section-landscape-products-card-carousel-tabs .products .landscape-product-card {
    height: 216px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .section-landscape-products-card-carousel-tabs .products .landscape-product-card .media-body {
    padding-left: 0;
    text-align: center; }
  .section-landscape-products-card-carousel-tabs .products .landscape-product-card .woocommerce-loop-product__title {
    margin-bottom: 12px; }
  .section-landscape-products-card-carousel-tabs .products .landscape-product-card .ribbon {
    display: none; }
  .section-landscape-products-card-carousel-tabs .products .landscape-product-card img {
    max-width: 100%; } }

@media (max-width: 767px) {
  .section-landscape-products-card-carousel-tabs .products .landscape-product-card img {
    max-width: 100%; } }

.section-landscape-full-product-cards-carousel {
  height: auto !important; }
  @media (max-width: 767px) {
    .section-landscape-full-product-cards-carousel {
      padding-top: 1em;
      margin-bottom: 0; } }
  .section-landscape-full-product-cards-carousel .landscape-full-product-cards-carousel .products .landscape-product-card {
    padding-right: 0;
    padding-left: 0;
    width: 400px !important;
    margin-right: 2em !important; }
    .section-landscape-full-product-cards-carousel .landscape-full-product-cards-carousel .products .landscape-product-card .price {
      margin: 0.5em 0 !important; }
    .section-landscape-full-product-cards-carousel .landscape-full-product-cards-carousel .products .landscape-product-card .bought_num,
    .section-landscape-full-product-cards-carousel .landscape-full-product-cards-carousel .products .landscape-product-card .star-rating-box {
      bottom: .5em; }
    .section-landscape-full-product-cards-carousel .landscape-full-product-cards-carousel .products .landscape-product-card .media-body {
      width: 100%;
      height: 110px;
      padding: 1em; }
      .section-landscape-full-product-cards-carousel .landscape-full-product-cards-carousel .products .landscape-product-card .media-body .woocommerce-LoopProduct-link {
        display: flex; }
        .section-landscape-full-product-cards-carousel .landscape-full-product-cards-carousel .products .landscape-product-card .media-body .woocommerce-LoopProduct-link .woocommerce-loop-product__title {
          flex-grow: 2;
          order: 1; }
    @media (max-width: 767px) {
      .section-landscape-full-product-cards-carousel .landscape-full-product-cards-carousel .products .landscape-product-card {
        padding-right: 0;
        box-shadow: none !important;
        border-radius: 5px !important;
        width: 100% !important;
        min-height: unset !important; }
        .section-landscape-full-product-cards-carousel .landscape-full-product-cards-carousel .products .landscape-product-card img {
          height: 20vh; }
        .section-landscape-full-product-cards-carousel .landscape-full-product-cards-carousel .products .landscape-product-card .media .woocommerce-LoopProduct-link {
          margin: 0 !important; }
        .section-landscape-full-product-cards-carousel .landscape-full-product-cards-carousel .products .landscape-product-card .media .media-body {
          flex: 0;
          padding-top: 0;
          height: 80px; } }
    .section-landscape-full-product-cards-carousel .landscape-full-product-cards-carousel .products .landscape-product-card + .landscape-product-card {
      padding-left: 0;
      padding-right: 0; }
      @media (max-width: 767px) {
        .section-landscape-full-product-cards-carousel .landscape-full-product-cards-carousel .products .landscape-product-card + .landscape-product-card {
          padding-left: 0; } }
  @media (max-width: 767px) {
    .section-landscape-full-product-cards-carousel .landscape-full-product-cards-carousel .products .slick-slide > div + div {
      display: none; } }

.products .landscape-product-widget {
  border-bottom: 1px solid #f9f9f9;
  padding: 1em 0;
  margin: 0 !important;
  box-shadow: none; }
  @media (max-width: 1199px) {
    .products .landscape-product-widget {
      padding: 0.5em 0 !important; } }
  @media (max-width: 767px) {
    .products .landscape-product-widget {
      min-height: unset !important; } }
  .products .landscape-product-widget .media {
    width: 100%; }
    .products .landscape-product-widget .media img {
      max-width: 124px;
      margin-bottom: 0;
      margin-right: .8em;
      border-radius: 5px; }

@media (min-width: 992px) and (max-width: 1399px) {
  .products .landscape-product-widget .media img {
    height: 8vh !important; } }
  .products .landscape-product-widget .media-body {
    position: relative;
    text-align: left; }
    .products .landscape-product-widget .media-body .woocommerce-loop-product__title {
      margin: 0 0 .5em 0;
      font-size: 1.1em;
      color: #444; }

@media (min-width: 992px) and (max-width: 1399px) {
  .products .landscape-product-widget .media-body {
    margin-top: 0; } }
  .products .landscape-product-widget .price {
    margin: 0;
    border-right: none; }
  .products .landscape-product-widget .star-rating-box {
    left: unset;
    right: 0;
    bottom: .5em; }
  .products .landscape-product-widget h2,
  .products .landscape-product-widget h3,
  .products .landscape-product-widget .woocommerce-loop-product__title {
    font-size: 1em;
    margin-bottom: 0.429em;
    max-width: 240px;
    margin-left: 0; }
  .products .landscape-product-widget .star-rating {
    font-size: 1.143em;
    letter-spacing: 3px;
    width: 6em /*rtl:6.2em */;
    float: left;
    margin-right: 0.563em; }

@media (max-width: 767px) {
  .section-landscape-products-widget-carousel .container-fluid {
    padding: 0; } }

@media (max-width: 1199px) {
  .section-landscape-products-widget-carousel .section-header {
    margin-bottom: 0.5em !important; } }

.section-landscape-products-widget-carousel .section-header {
  margin-bottom: 1.5em;
  padding-bottom: 0.688em; }

.section-landscape-products-widget-carousel .section-title {
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: .3px;
  line-height: 1.292em;
  color: #090909;
  margin: 0; }

@media (min-width: 768px) and (max-width: 1199px) {
  .section-landscape-products-widget-carousel .section-title {
    font-size: 1.2em;
    font-weight: 600 !important; } }
  .section-landscape-products-widget-carousel .section-title + .custom-slick-nav {
    flex-shrink: 0; }

.section-landscape-products-widget-carousel.type-2 .section-header {
  margin-bottom: 1em; }

.section-landscape-products-widget-carousel.type-2 .products .landscape-product-widget {
  padding: .5em 0 .5em 0;
  margin: 0; }
  .section-landscape-products-widget-carousel.type-2 .products .landscape-product-widget .media img {
    max-width: 100px; }
  .section-landscape-products-widget-carousel.type-2 .products .landscape-product-widget .media-body {
    margin-top: 0.786em; }
  .section-landscape-products-widget-carousel.type-2 .products .landscape-product-widget .price {
    font-size: 1.071em;
    margin-bottom: 0.4em; }
    .section-landscape-products-widget-carousel.type-2 .products .landscape-product-widget .price .amount {
      font-size: 13px; }
  .section-landscape-products-widget-carousel.type-2 .products .landscape-product-widget .wpgroupbuy-product-rating,
  .section-landscape-products-widget-carousel.type-2 .products .landscape-product-widget .star-rating {
    display: none; }
  @media (min-width: 1590px) {
    .section-landscape-products-widget-carousel.type-2 .products .landscape-product-widget.first {
      padding-right: 0.714em; }
    .section-landscape-products-widget-carousel.type-2 .products .landscape-product-widget.last {
      padding-left: 0.714em; } }

.section-landscape-products-widget-carousel.type-3 .section-header {
  position: relative;
  display: block;
  padding-bottom: 0;
  margin-bottom: 4.2em; }
  .section-landscape-products-widget-carousel.type-3 .section-header:after {
    bottom: -1px;
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 2px; }

.section-landscape-products-widget-carousel.type-3 .section-title {
  font-size: 1.438em;
  line-height: 2.2em; }

@media (max-width: 767px) {
  .section-landscape-products-widget-carousel.type-3 .section-title {
    font-size: unset !important; }
  .section-landscape-products-widget-carousel.type-3 .media-body {
    height: 100%; }
    .section-landscape-products-widget-carousel.type-3 .media-body .star-rating-box {
      left: 0;
      right: unset; } }

.slick-track {
  display: flex;
  justify-content: center; }

.section-landscape-products-carousel .section-title,
.section-products-carousel .section-title {
  color: #090909;
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: .3px;
  line-height: 1.167em;
  margin: 0; }
  @media (max-width: 767px) {
    .section-landscape-products-carousel .section-title,
    .section-products-carousel .section-title {
      font-size: 1.2em; } }

@media (max-width: 767px) {
  .section-landscape-products-carousel .products,
  .section-products-carousel .products {
    margin-left: 0;
    margin-right: 0; } }

.section-products-carousel-tabs.row-multiple .products .product:not(.landscape-product-widget):not(.landscape-product):not(.landscape-product-card),
.section-products-carousel.row-multiple .products .product:not(.landscape-product-widget):not(.landscape-product):not(.landscape-product-card) {
  margin: 0; }

@media (max-width: 767px) {
  .section-products-carousel-tabs .products,
  .section-products-carousel .products {
    margin-left: 0;
    margin-right: 0; } }

.section-products-carousel-tabs .products .product,
.section-products-carousel .products .product {
  padding: 0; }
  .section-products-carousel-tabs .products .product:not(.landscape-product-widget):not(.landscape-product):not(.landscape-product-card),
  .section-products-carousel .products .product:not(.landscape-product-widget):not(.landscape-product):not(.landscape-product-card) {
    margin: 1px; }
  .section-products-carousel-tabs .products .product .product-inner,
  .section-products-carousel .products .product .product-inner {
    padding: 0; }
  @media (min-width: 1170px) {
    .section-products-carousel-tabs .products .product.slick-active::after,
    .section-products-carousel .products .product.slick-active::after {
      content: " ";
      width: 1px;
      height: 214px;
      background-color: none;
      display: block;
      position: absolute;
      left: -5px;
      top: 50%;
      transform: translateY(-50%); }
    .section-products-carousel-tabs .products .product.slick-active:hover::after,
    .section-products-carousel .products .product.slick-active:hover::after {
      opacity: 0; } }
  .section-products-carousel-tabs .products .product.slick-active.first::after,
  .section-products-carousel .products .product.slick-active.first::after {
    opacity: 0; }
  @media (min-width: 1170px) {
    .section-products-carousel-tabs .products .product .hover-area,
    .section-products-carousel .products .product .hover-area {
      visibility: visible; }
    .section-products-carousel-tabs .products .product:focus .hover-area,
    .section-products-carousel-tabs .products .product:hover .hover-area,
    .section-products-carousel .products .product:focus .hover-area,
    .section-products-carousel .products .product:hover .hover-area {
      visibility: visible; } }

.section-products-carousel-tabs.carousel-tabs-with-no-hover .products .product.slick-active:hover::after,
.section-products-carousel.carousel-tabs-with-no-hover .products .product.slick-active:hover::after {
  opacity: 1; }

.section-products-carousel-tabs .columns-5 .products .product.slick-active::after,
.section-products-carousel .columns-5 .products .product.slick-active::after {
  height: 300px; }

@media (min-width: 1170px) {
  .section-products-carousel-tabs .slick-track .slick-active .product:hover::after,
  .section-products-carousel .slick-track .slick-active .product:hover::after {
    opacity: 0; } }

.section-products-carousel-widget-with-tabs .section-products-carousel .columns-5 .products .product.slick-active::after,
.section-products-carousel-widget-with-tabs .section-products-carousel-tabs .columns-5 .products .product.slick-active::after {
  height: 180px; }

.section-products-carousel-tabs .products .product:focus .hover-area, .section-products-carousel-tabs .products .product:hover .hover-area {
  bottom: auto;
  top: 100%; }

.section-products-carousel-tabs .products .slick-dots {
  padding: 1em 0; }

@media (max-width: 1199px) {
  .section-products-carousel-tabs .products:not(.slick-dotted) .slick-list {
    padding-bottom: 50px; } }

@media (min-width: 768px) {
  .section-products-carousel-tabs .columns-7 .products .product img {
    margin-bottom: 12px; } }

.product-carousel-with-banners .banners-block,
.product-carousel-with-banners .products-carousel-tabs-block {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .product-carousel-with-banners .banners-block,
    .product-carousel-with-banners .products-carousel-tabs-block {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .product-carousel-with-banners .banners-block,
    .product-carousel-with-banners .products-carousel-tabs-block {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .product-carousel-with-banners .banners-block,
    .product-carousel-with-banners .products-carousel-tabs-block {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .product-carousel-with-banners .banners-block,
    .product-carousel-with-banners .products-carousel-tabs-block {
      padding-right: 15px;
      padding-left: 15px; } }

.product-carousel-with-banners .banners-block {
  flex: 0 0 25%;
  max-width: 25%; }
  @media (max-width: 767px) {
    .product-carousel-with-banners .banners-block {
      flex: 0 0 100%;
      max-width: 100%; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .product-carousel-with-banners .banners-block {
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 1200px) and (max-width: 1399px) {
  .product-carousel-with-banners .banners-block {
    flex: 0 0 37.5%;
    max-width: 37.5%; } }

.product-carousel-with-banners .products-carousel-tabs-block {
  flex: 0 0 75%;
  max-width: 75%; }
  @media (max-width: 767px) {
    .product-carousel-with-banners .products-carousel-tabs-block {
      flex: 0 0 100%;
      max-width: 100%; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .product-carousel-with-banners .products-carousel-tabs-block {
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 1200px) and (max-width: 1399px) {
  .product-carousel-with-banners .products-carousel-tabs-block {
    flex: 0 0 62.5%;
    max-width: 62.5%; }
    .product-carousel-with-banners .products-carousel-tabs-block .section-products-carousel-tabs .nav-link {
      font-size: 0.96em; }
    .product-carousel-with-banners .products-carousel-tabs-block .section-title {
      font-size: 1.3em; } }
  @media (max-width: 767px) {
    .product-carousel-with-banners .products-carousel-tabs-block .section-products-carousel-tabs .section-header {
      flex-direction: column;
      align-items: center; }
    .product-carousel-with-banners .products-carousel-tabs-block .section-products-carousel-tabs .nav {
      padding-top: 20px; } }

.product-carousel-with-banners .section-products-carousel-tabs .columns-6::after,
.product-carousel-with-banners .section-products-carousel-tabs .columns-6::before {
  display: none; }

.product-carousel-with-banners .section-products-carousel-tabs .products {
  overflow: hidden; }
  .product-carousel-with-banners .section-products-carousel-tabs .products .product {
    background: transparent; }
    .product-carousel-with-banners .section-products-carousel-tabs .products .product:not(.landscape-product-widget):not(.landscape-product):not(.landscape-product-card) {
      margin: 0; }
      @media (max-width: 767px) {
        .product-carousel-with-banners .section-products-carousel-tabs .products .product:not(.landscape-product-widget):not(.landscape-product):not(.landscape-product-card) {
          margin: 2px; }
          .product-carousel-with-banners .section-products-carousel-tabs .products .product:not(.landscape-product-widget):not(.landscape-product):not(.landscape-product-card) .woocommerce-LoopProduct-link {
            padding: 0; }
            .product-carousel-with-banners .section-products-carousel-tabs .products .product:not(.landscape-product-widget):not(.landscape-product):not(.landscape-product-card) .woocommerce-LoopProduct-link .onsale {
              right: 0;
              top: 0; }
          .product-carousel-with-banners .section-products-carousel-tabs .products .product:not(.landscape-product-widget):not(.landscape-product):not(.landscape-product-card) .product-inner {
            min-height: 280px;
            display: flex;
            flex-direction: column;
            justify-content: center; } }
    .product-carousel-with-banners .section-products-carousel-tabs .products .product .product-inner {
      border: none;
      background-color: #fff; }
    @media (max-width: 767px) {
      .product-carousel-with-banners .section-products-carousel-tabs .products .product {
        box-shadow: none !important;
        padding: 0; } }
    .product-carousel-with-banners .section-products-carousel-tabs .products .product.slick-active::after {
      display: none; }
    .product-carousel-with-banners .section-products-carousel-tabs .products .product:focus, .product-carousel-with-banners .section-products-carousel-tabs .products .product:hover {
      border-color: transparent; }
    .product-carousel-with-banners .section-products-carousel-tabs .products .product .hover-area {
      border-color: transparent; }
      @media (min-width: 1200px) {
        .product-carousel-with-banners .section-products-carousel-tabs .products .product .hover-area {
          margin: 0;
          border: none; } }
      @media (max-width: 1199px) {
        .product-carousel-with-banners .section-products-carousel-tabs .products .product .hover-area {
          padding: 0 15px 15px;
          background-color: #fff; } }
    .product-carousel-with-banners .section-products-carousel-tabs .products .product .woocommerce-LoopProduct-link {
      padding: 0 0 15px 0;
      background: #fff; }
      @media (max-width: 767px) {
        .product-carousel-with-banners .section-products-carousel-tabs .products .product .woocommerce-LoopProduct-link {
          border-radius: 5px; } }
      @media (max-width: 1199px) {
        .product-carousel-with-banners .section-products-carousel-tabs .products .product .woocommerce-LoopProduct-link {
          margin-bottom: 0; } }
    .product-carousel-with-banners .section-products-carousel-tabs .products .product .onsale {
      right: 13px; }
    .product-carousel-with-banners .section-products-carousel-tabs .products .product .yith-wcwl-add-to-wishlist .add_to_wishlist::before,
    .product-carousel-with-banners .section-products-carousel-tabs .products .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before,
    .product-carousel-with-banners .section-products-carousel-tabs .products .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before {
      right: 21px; }

.section-products-carousel .products .slick-dots {
  padding-bottom: 0em; }

.section-products-carousel .products .slick-list {
  margin-bottom: 1em; }

.section-products-carousel .section-header,
.section-products-carousel-tabs .section-header {
  margin-bottom: 1em; }

.section-products-carousel .products .product,
.section-products-carousel-tabs .products .product {
  margin: 0 2em 2em 0 !important; }
  @media (max-width: 767px) {
    .section-products-carousel .products .product,
    .section-products-carousel-tabs .products .product {
      margin: 1em 0.5em 1em 0 !important; } }

@media (max-width: 700px) {
  .section-products-carousel-tabs .section-header .section-title {
    margin-bottom: 24px; } }

@media (max-width: 767px) {
  .section-products-carousel .products-carousel > .container-fluid,
  .section-products-carousel-with-bg .products-carousel > .container-fluid,
  .section-single-carousel .products-carousel > .container-fluid,
  .section-double-carousel .products-carousel > .container-fluid {
    padding: 0; } }

@media (max-width: 1199px) {
  .section-products-carousel-tabs .products:not(.slick-dotted) .slick-arrow + .slick-list,
  .section-products-carousel .products:not(.slick-dotted) .slick-arrow + .slick-list,
  .section-products-carousel-with-bg .products:not(.slick-dotted) .slick-arrow + .slick-list {
    padding-bottom: 0; } }

.section-products-carousel-tabs .products:hover .slick-arrow,
.section-products-carousel .products:hover .slick-arrow,
.section-products-carousel-with-bg .products:hover .slick-arrow {
  opacity: 1; }

.section-products-carousel-tabs .products:hover .slick-arrow.slick-disabled,
.section-products-carousel .products:hover .slick-arrow.slick-disabled,
.section-products-carousel-with-bg .products:hover .slick-arrow.slick-disabled {
  opacity: .4;
  cursor: not-allowed; }

.section-products-carousel-tabs .products .slick-arrow,
.section-products-carousel .products .slick-arrow,
.section-products-carousel-with-bg .products .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 40%;
  display: flex;
  z-index: 999;
  align-items: center;
  color: #000;
  font-size: 26px;
  padding: 0 10px;
  opacity: 0; }
  @media (max-width: 1199px) {
    .section-products-carousel-tabs .products .slick-arrow,
    .section-products-carousel .products .slick-arrow,
    .section-products-carousel-with-bg .products .slick-arrow {
      opacity: 1;
      height: 20%;
      font-size: 16px;
      left: 18px; } }

.section-products-carousel-tabs .products .slick-arrow + .slick-list + .slick-arrow,
.section-products-carousel .products .slick-arrow + .slick-list + .slick-arrow,
.section-products-carousel-with-bg .products .slick-arrow + .slick-list + .slick-arrow {
  right: -45px;
  left: auto; }
  @media (max-width: 1199px) {
    .section-products-carousel-tabs .products .slick-arrow + .slick-list + .slick-arrow,
    .section-products-carousel .products .slick-arrow + .slick-list + .slick-arrow,
    .section-products-carousel-with-bg .products .slick-arrow + .slick-list + .slick-arrow {
      right: -18px; } }

.product-1 .products .product img {
  height: 80vh; }

.product-1 .products .product .sale-product-with-timer-header .price-and-title .price {
  margin-left: 0;
  border-right: none; }

.product-1 .products .product .deal-progress .progress {
  height: unset;
  margin: .3em 0; }

@media (min-width: 480px) and (max-width: 767px) {
  .products-6 .products {
    display: flex;
    flex-wrap: wrap; } }

.products-6 .products .product {
  padding-right: 0;
  padding-left: 0; }
  .products-6 .products .product img {
    height: 40vh; }
  .products-6 .products .product .hover-area {
    display: none; }
  @media (min-width: 1200px) {
    .products-6 .products .product::before {
      content: " ";
      width: 1px;
      height: 179px;
      background-color: #ddd;
      display: block;
      position: absolute;
      left: -1px;
      top: 50%;
      transform: translateY(-50%); } }
  .products-6 .products .product:hover::before {
    opacity: 0; }
  .products-6 .products .product:nth-child(1)::before {
    opacity: 0; }

@media (min-width: 1200px) and (max-width: 1399px) {
  .products-6 .products .product:nth-child(3)::before {
    opacity: 0; }
  .products-6 .products .product:nth-child(n+5) {
    display: none; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .products-6 .products .product {
    flex: 0 0 44.1666666667%;
    max-width: 44.1666666667%; }
    .products-6 .products .product:nth-child(n+5) {
      display: none; } }
  @media (min-width: 1400px) {
    .products-6 .products .product:nth-child(4)::before {
      opacity: 0; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .products-6 .products .product {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 1200px) {
    .products-6 .products .product .yith-wcwl-add-to-wishlist .add_to_wishlist::before,
    .products-6 .products .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before,
    .products-6 .products .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before {
      right: 8px; } }
  @media (max-width: 991px) {
    .products-6 .products .product .yith-wcwl-add-to-wishlist .add_to_wishlist::before,
    .products-6 .products .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before,
    .products-6 .products .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before {
      right: auto;
      left: 8px; } }

.products .landscape-product-card-featured {
  border: none;
  padding: 0;
  background: transparent;
  margin-bottom: 0; }
  .products .landscape-product-card-featured .price {
    font-size: 1.5em;
    margin-bottom: 0.429em;
    line-height: 1.429em; }
    .products .landscape-product-card-featured .price del span {
      font-size: 0.871em; }
  .products .landscape-product-card-featured .star-rating {
    font-size: 1.143em;
    letter-spacing: 3px;
    width: 6em /*rtl:6.2em */;
    margin: 0 .385em 1.5em 0; }
  .products .landscape-product-card-featured h3,
  .products .landscape-product-card-featured h2,
  .products .landscape-product-card-featured .woocommerce-loop-product__title {
    font-size: 1.143em;
    color: #555353;
    margin-bottom: 1.063em;
    height: 46px;
    line-height: 1.4em; }
  .products .landscape-product-card-featured .ribbon {
    margin-bottom: 1.143em; }
  .products .landscape-product-card-featured div[itemprop=description],
  .products .landscape-product-card-featured .woocommerce-product-details__short-description {
    color: #777;
    line-height: 1.74;
    margin-bottom: 1.786em;
    max-height: 90px;
    overflow: hidden; }

@media (min-width: 576px) and (max-width: 991px) {
  .products .landscape-product-card-featured .wpgroupbuy-wc-product-gallery__wrapper {
    width: 339px; }
    .products .landscape-product-card-featured .wpgroupbuy-wc-product-gallery__wrapper .wpgroupbuy-wc-product-gallery__image img {
      max-width: 100%; } }
  .products .landscape-product-card-featured .wpgroupbuy-wc-product-gallery-thumbnails__wrapper {
    max-height: 440px; }
    @media (max-width: 767px) {
      .products .landscape-product-card-featured .wpgroupbuy-wc-product-gallery-thumbnails__wrapper {
        display: flex; } }
    @media (max-width: 767px) {
      .products .landscape-product-card-featured .wpgroupbuy-wc-product-gallery-thumbnails__wrapper .slick-arrow {
        display: flex;
        align-items: center;
        transform: rotate(-90deg);
        padding-right: 15px;
        padding-left: 15px; } }
    .products .landscape-product-card-featured .wpgroupbuy-wc-product-gallery-thumbnails__wrapper > .slick-list {
      overflow: hidden; }
  .products .landscape-product-card-featured img {
    margin-bottom: 0;
    max-width: 446px;
    margin: 0px; }
  .products .landscape-product-card-featured .media {
    margin: 0 0.714em;
    background: #fff; }
    .products .landscape-product-card-featured .media .images, .products .landscape-product-card-featured .media .media-body {
      position: relative;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px; }
      @media (min-width: 576px) {
        .products .landscape-product-card-featured .media .images, .products .landscape-product-card-featured .media .media-body {
          padding-right: 15px;
          padding-left: 15px; } }
      @media (min-width: 768px) {
        .products .landscape-product-card-featured .media .images, .products .landscape-product-card-featured .media .media-body {
          padding-right: 15px;
          padding-left: 15px; } }
      @media (min-width: 992px) {
        .products .landscape-product-card-featured .media .images, .products .landscape-product-card-featured .media .media-body {
          padding-right: 15px;
          padding-left: 15px; } }
      @media (min-width: 1200px) {
        .products .landscape-product-card-featured .media .images, .products .landscape-product-card-featured .media .media-body {
          padding-right: 15px;
          padding-left: 15px; } }
    .products .landscape-product-card-featured .media .images {
      flex: 0 0 62.5%;
      max-width: 62.5%;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      padding-left: 0; }
      .products .landscape-product-card-featured .media .images .wpgroupbuy-wc-product-gallery-thumbnails__wrapper,
      .products .landscape-product-card-featured .media .images.wpgroupbuy-wc-product-gallery figure,
      .products .landscape-product-card-featured .media .images ol li {
        display: none; }
        .products .landscape-product-card-featured .media .images .wpgroupbuy-wc-product-gallery-thumbnails__wrapper img,
        .products .landscape-product-card-featured .media .images.wpgroupbuy-wc-product-gallery figure img,
        .products .landscape-product-card-featured .media .images ol li img {
          max-width: 60px;
          max-height: 60px;
          object-fit: cover;
          float: left; }
          @media (max-width: 767px) {
            .products .landscape-product-card-featured .media .images .wpgroupbuy-wc-product-gallery-thumbnails__wrapper img,
            .products .landscape-product-card-featured .media .images.wpgroupbuy-wc-product-gallery figure img,
            .products .landscape-product-card-featured .media .images ol li img {
              margin: auto; } }
        .products .landscape-product-card-featured .media .images .wpgroupbuy-wc-product-gallery-thumbnails__wrapper .wpgroupbuy-wc-product-gallery__image,
        .products .landscape-product-card-featured .media .images.wpgroupbuy-wc-product-gallery figure .wpgroupbuy-wc-product-gallery__image,
        .products .landscape-product-card-featured .media .images ol li .wpgroupbuy-wc-product-gallery__image {
          width: 60px !important;
          padding: 5px;
          margin-right: 5px; }
        .products .landscape-product-card-featured .media .images .wpgroupbuy-wc-product-gallery-thumbnails__wrapper .slick-arrow,
        .products .landscape-product-card-featured .media .images.wpgroupbuy-wc-product-gallery figure .slick-arrow,
        .products .landscape-product-card-featured .media .images ol li .slick-arrow {
          display: none !important; }
      .products .landscape-product-card-featured .media .images .wpgroupbuy-wc-product-gallery-thumbnails__wrapper {
        width: auto; }
      .products .landscape-product-card-featured .media .images ol {
        padding-top: 2.429em; }
    .products .landscape-product-card-featured .media .images.wpgroupbuy-wc-product-gallery + div.media-body {
      padding-left: 1.643em; }
    .products .landscape-product-card-featured .media .media-body {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
      margin-top: 2em; }

@media (min-width: 1200px) and (max-width: 1399px) {
  .products .landscape-product-card-featured .media .media-body {
    margin-top: 1.286em;
    padding-right: 2.071em; } }
      .products .landscape-product-card-featured .media .media-body .woocommerce-LoopProduct-link,
      .products .landscape-product-card-featured .media .media-body div[itemprop=description] {
        text-align: left; }

@media (min-width: 768px) {
  .products .product-featured {
    border: none; } }

.products .product-featured .media-body .price {
  font-size: 1.286em;
  line-height: 2.500em;
  margin-bottom: 0px; }

.products .product-featured .media-body h3 {
  font-size: 1.072em;
  line-height: 1;
  padding-bottom: 1.133em; }

.products .product-featured .media-body .star-rating {
  font-size: 1.214em;
  margin-bottom: 1.235em; }

.products .product-featured .button, .products .product-featured .added_to_cart {
  margin-left: 3.214em;
  margin-right: 3.214em; }

.products .product-featured:hover {
  border: none; }

.products .content-landscape-product-card-with-gallery,
.products .product-carousel-with-timer-gallery {
  border: none;
  padding: 0 0.357em; }
  .products .content-landscape-product-card-with-gallery:hover,
  .products .product-carousel-with-timer-gallery:hover {
    border: none; }
  .products .content-landscape-product-card-with-gallery .ribbon,
  .products .product-carousel-with-timer-gallery .ribbon {
    margin: 0 auto 1.5em auto;
    max-width: 76px;
    height: 32px;
    font-size: 1.214em;
    font-weight: 500; }
    .products .content-landscape-product-card-with-gallery .ribbon::after,
    .products .product-carousel-with-timer-gallery .ribbon::after {
      border-top-width: 16px;
      border-bottom-width: 16px; }
    .products .content-landscape-product-card-with-gallery .ribbon span,
    .products .product-carousel-with-timer-gallery .ribbon span {
      padding-left: 0.588em; }
  .products .content-landscape-product-card-with-gallery h3,
  .products .content-landscape-product-card-with-gallery .woocommerce-loop-product__title,
  .products .product-carousel-with-timer-gallery h3,
  .products .product-carousel-with-timer-gallery .woocommerce-loop-product__title {
    font-size: 1.286em;
    color: #555353;
    line-height: 1.3em;
    max-width: 300px;
    height: 46px;
    max-height: 46px;
    margin: 0 auto 1.056em auto; }
  .products .content-landscape-product-card-with-gallery .star-rating,
  .products .product-carousel-with-timer-gallery .star-rating {
    font-size: 1.143em;
    letter-spacing: 3px;
    width: 6em /*rtl:6.2em */;
    margin: 0 0.375em 1.58em auto; }
  .products .content-landscape-product-card-with-gallery .price,
  .products .product-carousel-with-timer-gallery .price {
    margin-bottom: .5em;
    font-size: 1.714em; }
  .products .content-landscape-product-card-with-gallery .button,
  .products .product-carousel-with-timer-gallery .button {
    display: inline-block;
    margin: 0 auto 1em auto;
    padding: .76em 1.41575em; }
    @media (min-width: 1200px) {
      .products .content-landscape-product-card-with-gallery .button,
      .products .product-carousel-with-timer-gallery .button {
        min-width: 320px; } }
    @media (max-width: 1199px) {
      .products .content-landscape-product-card-with-gallery .button,
      .products .product-carousel-with-timer-gallery .button {
        min-width: 100%; } }
  .products .content-landscape-product-card-with-gallery .add-to-compare-link,
  .products .product-carousel-with-timer-gallery .add-to-compare-link {
    display: block; }
  @media (min-width: 1590px) {
    .products .content-landscape-product-card-with-gallery .media,
    .products .product-carousel-with-timer-gallery .media {
      align-items: center; } }
  @media (max-width: 991px) {
    .products .content-landscape-product-card-with-gallery .media,
    .products .product-carousel-with-timer-gallery .media {
      flex-direction: column-reverse; } }
  .products .content-landscape-product-card-with-gallery .media .media-body, .products .content-landscape-product-card-with-gallery .media .product-images-wrapper,
  .products .product-carousel-with-timer-gallery .media .media-body,
  .products .product-carousel-with-timer-gallery .media .product-images-wrapper {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
    @media (min-width: 576px) {
      .products .content-landscape-product-card-with-gallery .media .media-body, .products .content-landscape-product-card-with-gallery .media .product-images-wrapper,
      .products .product-carousel-with-timer-gallery .media .media-body,
      .products .product-carousel-with-timer-gallery .media .product-images-wrapper {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 768px) {
      .products .content-landscape-product-card-with-gallery .media .media-body, .products .content-landscape-product-card-with-gallery .media .product-images-wrapper,
      .products .product-carousel-with-timer-gallery .media .media-body,
      .products .product-carousel-with-timer-gallery .media .product-images-wrapper {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 992px) {
      .products .content-landscape-product-card-with-gallery .media .media-body, .products .content-landscape-product-card-with-gallery .media .product-images-wrapper,
      .products .product-carousel-with-timer-gallery .media .media-body,
      .products .product-carousel-with-timer-gallery .media .product-images-wrapper {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 1200px) {
      .products .content-landscape-product-card-with-gallery .media .media-body, .products .content-landscape-product-card-with-gallery .media .product-images-wrapper,
      .products .product-carousel-with-timer-gallery .media .media-body,
      .products .product-carousel-with-timer-gallery .media .product-images-wrapper {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (max-width: 767px) {
      .products .content-landscape-product-card-with-gallery .media .media-body, .products .content-landscape-product-card-with-gallery .media .product-images-wrapper,
      .products .product-carousel-with-timer-gallery .media .media-body,
      .products .product-carousel-with-timer-gallery .media .product-images-wrapper {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0; } }
  @media (min-width: 1920px) {
    .products .content-landscape-product-card-with-gallery .media .media-body,
    .products .product-carousel-with-timer-gallery .media .media-body {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }
    .products .content-landscape-product-card-with-gallery .media .product-images-wrapper,
    .products .product-carousel-with-timer-gallery .media .product-images-wrapper {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%; } }

@media (min-width: 1200px) and (max-width: 1919px) {
  .products .content-landscape-product-card-with-gallery .media .media-body,
  .products .product-carousel-with-timer-gallery .media .media-body {
    padding-top: 100px;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .products .content-landscape-product-card-with-gallery .media .product-images-wrapper,
  .products .product-carousel-with-timer-gallery .media .product-images-wrapper {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .products .content-landscape-product-card-with-gallery .media .media-body,
  .products .product-carousel-with-timer-gallery .media .media-body {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .products .content-landscape-product-card-with-gallery .media .product-images-wrapper,
  .products .product-carousel-with-timer-gallery .media .product-images-wrapper {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; } }
  .products .content-landscape-product-card-with-gallery .media .images,
  .products .product-carousel-with-timer-gallery .media .images {
    display: flex; }
    @media (max-width: 767px) {
      .products .content-landscape-product-card-with-gallery .media .images,
      .products .product-carousel-with-timer-gallery .media .images {
        align-items: center; } }
    @media (max-width: 767px) {
      .products .content-landscape-product-card-with-gallery .media .images,
      .products .product-carousel-with-timer-gallery .media .images {
        flex-direction: column; }
        .products .content-landscape-product-card-with-gallery .media .images.thumb-count-0 .wpgroupbuy-wc-product-gallery-thumbnails__wrapper,
        .products .product-carousel-with-timer-gallery .media .images.thumb-count-0 .wpgroupbuy-wc-product-gallery-thumbnails__wrapper {
          display: none; }
        .products .content-landscape-product-card-with-gallery .media .images ol.flex-control-nav,
        .products .product-carousel-with-timer-gallery .media .images ol.flex-control-nav {
          display: flex;
          flex-wrap: wrap; } }
    .products .content-landscape-product-card-with-gallery .media .images .wpgroupbuy-wc-product-gallery__wrapper,
    .products .product-carousel-with-timer-gallery .media .images .wpgroupbuy-wc-product-gallery__wrapper {
      flex: 0 0 87.5%;
      max-width: 87.5%; }

@media (min-width: 768px) and (max-width: 1199px) {
  .products .content-landscape-product-card-with-gallery .media .images .wpgroupbuy-wc-product-gallery__wrapper,
  .products .product-carousel-with-timer-gallery .media .images .wpgroupbuy-wc-product-gallery__wrapper {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; } }
    .products .content-landscape-product-card-with-gallery .media .images .wpgroupbuy-wc-product-gallery-thumbnails__wrapper,
    .products .product-carousel-with-timer-gallery .media .images .wpgroupbuy-wc-product-gallery-thumbnails__wrapper {
      flex: 0 0 12.5%;
      max-width: 12.5%; }

@media (min-width: 768px) and (max-width: 1199px) {
  .products .content-landscape-product-card-with-gallery .media .images .wpgroupbuy-wc-product-gallery-thumbnails__wrapper,
  .products .product-carousel-with-timer-gallery .media .images .wpgroupbuy-wc-product-gallery-thumbnails__wrapper {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; } }
      @media (max-width: 767px) {
        .products .content-landscape-product-card-with-gallery .media .images .wpgroupbuy-wc-product-gallery-thumbnails__wrapper .slick-list,
        .products .product-carousel-with-timer-gallery .media .images .wpgroupbuy-wc-product-gallery-thumbnails__wrapper .slick-list {
          padding-bottom: 0 !important; } }
      .products .content-landscape-product-card-with-gallery .media .images .wpgroupbuy-wc-product-gallery-thumbnails__wrapper .slick-list,
      .products .product-carousel-with-timer-gallery .media .images .wpgroupbuy-wc-product-gallery-thumbnails__wrapper .slick-list {
        overflow: hidden; }
      .products .content-landscape-product-card-with-gallery .media .images .wpgroupbuy-wc-product-gallery-thumbnails__wrapper .slick-arrow,
      .products .product-carousel-with-timer-gallery .media .images .wpgroupbuy-wc-product-gallery-thumbnails__wrapper .slick-arrow {
        font-size: 22px;
        margin-bottom: 10px; }
        .products .content-landscape-product-card-with-gallery .media .images .wpgroupbuy-wc-product-gallery-thumbnails__wrapper .slick-arrow ~ .slick-arrow,
        .products .product-carousel-with-timer-gallery .media .images .wpgroupbuy-wc-product-gallery-thumbnails__wrapper .slick-arrow ~ .slick-arrow {
          margin-bottom: 0;
          margin-top: 10px; }
          @media (max-width: 767px) {
            .products .content-landscape-product-card-with-gallery .media .images .wpgroupbuy-wc-product-gallery-thumbnails__wrapper .slick-arrow ~ .slick-arrow,
            .products .product-carousel-with-timer-gallery .media .images .wpgroupbuy-wc-product-gallery-thumbnails__wrapper .slick-arrow ~ .slick-arrow {
              margin-top: 0px; } }
    @media (max-width: 767px) {
      .products .content-landscape-product-card-with-gallery .media .images .wpgroupbuy-wc-product-gallery__wrapper,
      .products .content-landscape-product-card-with-gallery .media .images .wpgroupbuy-wc-product-gallery-thumbnails__wrapper,
      .products .product-carousel-with-timer-gallery .media .images .wpgroupbuy-wc-product-gallery__wrapper,
      .products .product-carousel-with-timer-gallery .media .images .wpgroupbuy-wc-product-gallery-thumbnails__wrapper {
        flex: 0 0 100%;
        max-width: 100%; } }
    .products .content-landscape-product-card-with-gallery .media .images .woocommerce-product-gallery,
    .products .content-landscape-product-card-with-gallery .media .images .wpgroupbuy-product-gallery,
    .products .product-carousel-with-timer-gallery .media .images .woocommerce-product-gallery,
    .products .product-carousel-with-timer-gallery .media .images .wpgroupbuy-product-gallery {
      padding-left: 0px;
      padding-right: 0px; }
    .products .content-landscape-product-card-with-gallery .media .images.wpgroupbuy-product-gallery,
    .products .product-carousel-with-timer-gallery .media .images.wpgroupbuy-product-gallery {
      align-items: center; }

@media (min-width: 768px) and (max-width: 1199px) {
  .products .content-landscape-product-card-with-gallery .media .images.wpgroupbuy-product-gallery,
  .products .product-carousel-with-timer-gallery .media .images.wpgroupbuy-product-gallery {
    align-items: inherit; } }
    @media (min-width: 1590px) {
      .products .content-landscape-product-card-with-gallery .media .images .woocommerce-product-gallery__image img,
      .products .content-landscape-product-card-with-gallery .media .images .wpgroupbuy-wc-product-gallery__image img,
      .products .product-carousel-with-timer-gallery .media .images .woocommerce-product-gallery__image img,
      .products .product-carousel-with-timer-gallery .media .images .wpgroupbuy-wc-product-gallery__image img {
        max-width: 832px;
        margin: 0 auto; } }
    @media (max-width: 1199px) {
      .products .content-landscape-product-card-with-gallery .media .images .woocommerce-product-gallery__image img,
      .products .content-landscape-product-card-with-gallery .media .images .wpgroupbuy-wc-product-gallery__image img,
      .products .product-carousel-with-timer-gallery .media .images .woocommerce-product-gallery__image img,
      .products .product-carousel-with-timer-gallery .media .images .wpgroupbuy-wc-product-gallery__image img {
        max-width: 100%;
        margin: auto; } }
    @media (max-width: 1199px) {
      .products .content-landscape-product-card-with-gallery .media .images .woocommerce-product-gallery__image a,
      .products .content-landscape-product-card-with-gallery .media .images .wpgroupbuy-wc-product-gallery__image a,
      .products .product-carousel-with-timer-gallery .media .images .woocommerce-product-gallery__image a,
      .products .product-carousel-with-timer-gallery .media .images .wpgroupbuy-wc-product-gallery__image a {
        display: flex; } }
    @media (max-width: 767px) {
      .products .content-landscape-product-card-with-gallery .media .images .wpgroupbuy-wc-product-gallery-thumbnails__wrapper,
      .products .product-carousel-with-timer-gallery .media .images .wpgroupbuy-wc-product-gallery-thumbnails__wrapper {
        display: flex; } }
    @media (max-width: 767px) {
      .products .content-landscape-product-card-with-gallery .media .images .wpgroupbuy-wc-product-gallery-thumbnails__wrapper img,
      .products .product-carousel-with-timer-gallery .media .images .wpgroupbuy-wc-product-gallery-thumbnails__wrapper img {
        max-width: 100px; } }
    @media (max-width: 767px) {
      .products .content-landscape-product-card-with-gallery .media .images .wpgroupbuy-wc-product-gallery-thumbnails__wrapper .slick-arrow,
      .products .product-carousel-with-timer-gallery .media .images .wpgroupbuy-wc-product-gallery-thumbnails__wrapper .slick-arrow {
        display: flex !important;
        align-items: center;
        transform: rotate(-90deg); } }
    @media (max-width: 767px) {
      .products .content-landscape-product-card-with-gallery .media .images .wpgroupbuy-wc-product-gallery-thumbnails__wrapper .slick-arrow:first-child,
      .products .product-carousel-with-timer-gallery .media .images .wpgroupbuy-wc-product-gallery-thumbnails__wrapper .slick-arrow:first-child {
        margin-bottom: 0px; } }
    @media (max-width: 767px) {
      .products .content-landscape-product-card-with-gallery .media .images .wpgroupbuy-wc-product-gallery__wrapper img,
      .products .product-carousel-with-timer-gallery .media .images .wpgroupbuy-wc-product-gallery__wrapper img {
        max-width: 280px; } }
    @media (min-width: 1200px) {
      .products .content-landscape-product-card-with-gallery .media .images ol,
      .products .content-landscape-product-card-with-gallery .media .images .wpgroupbuy-wc-product-gallery-thumbnails__wrapper,
      .products .product-carousel-with-timer-gallery .media .images ol,
      .products .product-carousel-with-timer-gallery .media .images .wpgroupbuy-wc-product-gallery-thumbnails__wrapper {
        padding-top: 5.3em; } }
    @media (min-width: 1590px) {
      .products .content-landscape-product-card-with-gallery .media .images ol img,
      .products .content-landscape-product-card-with-gallery .media .images ol li img,
      .products .content-landscape-product-card-with-gallery .media .images .wpgroupbuy-wc-product-gallery-thumbnails__wrapper img,
      .products .content-landscape-product-card-with-gallery .media .images .wpgroupbuy-wc-product-gallery-thumbnails__wrapper li img,
      .products .product-carousel-with-timer-gallery .media .images ol img,
      .products .product-carousel-with-timer-gallery .media .images ol li img,
      .products .product-carousel-with-timer-gallery .media .images .wpgroupbuy-wc-product-gallery-thumbnails__wrapper img,
      .products .product-carousel-with-timer-gallery .media .images .wpgroupbuy-wc-product-gallery-thumbnails__wrapper li img {
        max-width: 100px; } }
    .products .content-landscape-product-card-with-gallery .media .images .wpgroupbuy-wc-product-gallery,
    .products .product-carousel-with-timer-gallery .media .images .wpgroupbuy-wc-product-gallery {
      padding-top: 8.929em;
      width: auto;
      min-height: 400px;
      padding-left: 0px;
      padding-right: 0px; }
      .products .content-landscape-product-card-with-gallery .media .images .wpgroupbuy-wc-product-gallery .flex-viewport,
      .products .product-carousel-with-timer-gallery .media .images .wpgroupbuy-wc-product-gallery .flex-viewport {
        height: 400px; }
      .products .content-landscape-product-card-with-gallery .media .images .wpgroupbuy-wc-product-gallery img,
      .products .product-carousel-with-timer-gallery .media .images .wpgroupbuy-wc-product-gallery img {
        max-width: 100px; }

.products .product-carousel-with-timer-gallery .woocommerce-loop-product__title {
  font-size: 23px;
  font-weight: 200;
  height: auto;
  max-height: 56px;
  margin: 0 auto 0.9em; }

.products .product-carousel-with-timer-gallery.product .button {
  color: #fff; }

.products .product-carousel-with-timer-gallery.product .wpgroupbuy-product-rating {
  color: #a0a0a0; }

form.track_order {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 576px) {
    form.track_order {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 768px) {
    form.track_order {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 992px) {
    form.track_order {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1200px) {
    form.track_order {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1590px) {
    form.track_order {
      padding-left: 16.875em;
      padding-right: 16.875em; } }

@media (min-width: 1200px) and (max-width: 1589px) {
  form.track_order {
    padding-left: 6em;
    padding-right: 6em; } }
  form.track_order > p:not(.form-row) {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 4em; }
    @media (min-width: 576px) {
      form.track_order > p:not(.form-row) {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 768px) {
      form.track_order > p:not(.form-row) {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 992px) {
      form.track_order > p:not(.form-row) {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 1200px) {
      form.track_order > p:not(.form-row) {
        padding-right: 15px;
        padding-left: 15px; } }
  form.track_order .clear {
    display: none; }
  @media (min-width: 768px) {
    form.track_order .form-row-first, form.track_order .form-row-last {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%; } }
  @media (min-width: 768px) {
    form.track_order .clear + .form-row {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
      display: flex;
      align-items: flex-end; } }
  form.track_order input[type="submit"] {
    display: block;
    font-size: 0.938em;
    border-radius: 1.667em;
    width: 100%;
    padding: 0.733em 1.333em;
    line-height: 1.7; }
    @media (max-width: 767px) {
      form.track_order input[type="submit"] {
        padding-left: 3.333em;
        padding-right: 3.333em;
        width: initial; } }

.track-order .hentry.type-page .entry-header {
  margin-bottom: 0px !important; }
  .track-order .hentry.type-page .entry-header h1.entry-title {
    margin-bottom: 0.205em; }

.section-product-carousel-with-featured-product {
  margin-bottom: 2.5em; }
  .section-product-carousel-with-featured-product .tab-product-carousel-with-featured-product {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
    @media (min-width: 576px) {
      .section-product-carousel-with-featured-product .tab-product-carousel-with-featured-product {
        margin-right: -15px;
        margin-left: -15px; } }
    @media (min-width: 768px) {
      .section-product-carousel-with-featured-product .tab-product-carousel-with-featured-product {
        margin-right: -15px;
        margin-left: -15px; } }
    @media (min-width: 992px) {
      .section-product-carousel-with-featured-product .tab-product-carousel-with-featured-product {
        margin-right: -15px;
        margin-left: -15px; } }
    @media (min-width: 1200px) {
      .section-product-carousel-with-featured-product .tab-product-carousel-with-featured-product {
        margin-right: -15px;
        margin-left: -15px; } }
  .section-product-carousel-with-featured-product .tab-carousel-products,
  .section-product-carousel-with-featured-product .tab-featured-product {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
    @media (min-width: 576px) {
      .section-product-carousel-with-featured-product .tab-carousel-products,
      .section-product-carousel-with-featured-product .tab-featured-product {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 768px) {
      .section-product-carousel-with-featured-product .tab-carousel-products,
      .section-product-carousel-with-featured-product .tab-featured-product {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 992px) {
      .section-product-carousel-with-featured-product .tab-carousel-products,
      .section-product-carousel-with-featured-product .tab-featured-product {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 1200px) {
      .section-product-carousel-with-featured-product .tab-carousel-products,
      .section-product-carousel-with-featured-product .tab-featured-product {
        padding-right: 15px;
        padding-left: 15px; } }
  .section-product-carousel-with-featured-product .tab-featured-product {
    z-index: 10; }
    @media (min-width: 768px) {
      .section-product-carousel-with-featured-product .tab-featured-product {
        flex: 0 0 29.1666666667%;
        max-width: 29.1666666667%; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .section-product-carousel-with-featured-product .tab-featured-product {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; } }
    @media (max-width: 767px) {
      .section-product-carousel-with-featured-product .tab-featured-product {
        margin-bottom: 16px; } }
  @media (min-width: 768px) {
    .section-product-carousel-with-featured-product .tab-carousel-products {
      flex: 0 0 70.8333333333%;
      max-width: 70.8333333333%; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .section-product-carousel-with-featured-product .tab-carousel-products {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    overflow: hidden; } }
  @media (max-width: 767px) {
    .section-product-carousel-with-featured-product .tab-carousel-products {
      order: 2; } }
  .section-product-carousel-with-featured-product .tab-carousel-products .products .slick-slide > div {
    display: flex; }
    @media (max-width: 767px) {
      .section-product-carousel-with-featured-product .tab-carousel-products .products .slick-slide > div {
        display: flex; } }
  @media (max-width: 767px) {
    .section-product-carousel-with-featured-product.full-width.section-products-carousel-tabs .tab-featured-product .products .product:not(.landscape-product-widget):not(.landscape-product):not(.landscape-product-card) {
      margin: 0;
      padding: 15px; } }
  @media (max-width: 767px) {
    .section-product-carousel-with-featured-product.full-width.section-products-carousel-tabs .tab-featured-product .products {
      margin: 0; } }
  .section-product-carousel-with-featured-product.full-width.section-products-carousel-tabs .products .product:not(.landscape-product-widget):not(.landscape-product):not(.landscape-product-card) {
    margin: 0px;
    border-right: 1px solid #f1f1f1; }
    @media (max-width: 767px) {
      .section-product-carousel-with-featured-product.full-width.section-products-carousel-tabs .products .product:not(.landscape-product-widget):not(.landscape-product):not(.landscape-product-card) {
        margin: 2px; } }
  .section-product-carousel-with-featured-product.full-width .products {
    overflow: hidden; }
    @media (max-width: 767px) {
      .section-product-carousel-with-featured-product.full-width .products .slick-slide > div {
        display: flex; } }
  .section-product-carousel-with-featured-product.full-width .columns-5::before, .section-product-carousel-with-featured-product.full-width .columns-5::after, .section-product-carousel-with-featured-product.full-width .columns-6::before, .section-product-carousel-with-featured-product.full-width .columns-6::after, .section-product-carousel-with-featured-product.full-width .columns-7::before, .section-product-carousel-with-featured-product.full-width .columns-7::after, .section-product-carousel-with-featured-product.full-width .columns-8::before, .section-product-carousel-with-featured-product.full-width .columns-8::after {
    display: none; }
  .section-product-carousel-with-featured-product.full-width .tab-featured-product {
    flex: 0 0 25%;
    max-width: 25%; }

@media (min-width: 768px) and (max-width: 1199px) {
  .section-product-carousel-with-featured-product.full-width .tab-featured-product {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; } }
    @media (max-width: 1199px) {
      .section-product-carousel-with-featured-product.full-width .tab-featured-product .products:not(.slick-slider) .product {
        flex: 0 0 100%;
        max-width: 100%; } }
    @media (max-width: 767px) {
      .section-product-carousel-with-featured-product.full-width .tab-featured-product {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 16px; } }

@media (min-width: 1400px) and (max-width: 1589px) {
  .section-product-carousel-with-featured-product.full-width .tab-featured-product {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; } }

@media (min-width: 1200px) and (max-width: 1399px) {
  .section-product-carousel-with-featured-product.full-width .tab-featured-product {
    flex: 0 0 37.5%;
    max-width: 37.5%; } }
  .section-product-carousel-with-featured-product.full-width .tab-carousel-products {
    flex: 0 0 75%;
    max-width: 75%; }

@media (min-width: 768px) and (max-width: 1199px) {
  .section-product-carousel-with-featured-product.full-width .tab-carousel-products {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; } }

@media (min-width: 1200px) and (max-width: 1399px) {
  .section-product-carousel-with-featured-product.full-width .tab-carousel-products {
    flex: 0 0 62.5%;
    max-width: 62.5%; } }

@media (min-width: 1400px) and (max-width: 1589px) {
  .section-product-carousel-with-featured-product.full-width .tab-carousel-products {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; } }
    @media (max-width: 767px) {
      .section-product-carousel-with-featured-product.full-width .tab-carousel-products {
        flex: 0 0 100%;
        max-width: 100%;
        order: 2; } }
  .section-product-carousel-with-featured-product .tab-content .product-featured img,
  .section-product-carousel-with-featured-product .tab-content .tab-product-featured img {
    margin: 0 auto 0.571em; }
    @media (min-width: 1700px) {
      .section-product-carousel-with-featured-product .tab-content .product-featured img,
      .section-product-carousel-with-featured-product .tab-content .tab-product-featured img {
        min-width: 384px; } }
  .section-product-carousel-with-featured-product .tab-content .product-featured .star-rating,
  .section-product-carousel-with-featured-product .tab-content .tab-product-featured .star-rating {
    font-size: 1.143em;
    margin-bottom: 1.375em;
    letter-spacing: 3px;
    width: 6em /*rtl:6.2em */; }
  .section-product-carousel-with-featured-product .tab-content .product-featured h2,
  .section-product-carousel-with-featured-product .tab-content .product-featured h3,
  .section-product-carousel-with-featured-product .tab-content .product-featured .woocommerce-loop-product__title,
  .section-product-carousel-with-featured-product .tab-content .tab-product-featured h2,
  .section-product-carousel-with-featured-product .tab-content .tab-product-featured h3,
  .section-product-carousel-with-featured-product .tab-content .tab-product-featured .woocommerce-loop-product__title {
    font-size: 1.071em;
    max-width: 320px;
    margin-bottom: 0.667em; }
  .section-product-carousel-with-featured-product .tab-content .product-featured .price,
  .section-product-carousel-with-featured-product .tab-content .tab-product-featured .price {
    font-size: 1.286em; }
  .section-product-carousel-with-featured-product .tab-content .tab-product-featured {
    border-color: transparent; }
  .section-product-carousel-with-featured-product.type-2 .section-header {
    border-bottom: medium none;
    display: block;
    text-align: center; }
  .section-product-carousel-with-featured-product.type-2 .section-title {
    line-height: 1.250em;
    font-weight: 600; }
    .section-product-carousel-with-featured-product.type-2 .section-title:before {
      border-top: 2px solid transparent;
      content: " ";
      display: block;
      width: 38px;
      padding-bottom: 0.292em;
      padding-top: 0.417em;
      margin: 0 auto; }
  .section-product-carousel-with-featured-product.type-2 .nav {
    border-bottom: 1px solid #ddd;
    padding-top: 1.5em; }
  .section-product-carousel-with-featured-product.type-2 .products .product:not(.landscape-product-widget):not(.landscape-product):not(.landscape-product-card) {
    margin: 1px; }
  .section-product-carousel-with-featured-product.featured-product-left .tab-carousel-products {
    order: 2; }
  .section-product-carousel-with-featured-product.featured-product-left .tab-featured-product {
    order: 1;
    margin-bottom: 2.143em; }
  .section-product-carousel-with-featured-product.featured-product-left .slick-track .slick-active .product::after {
    display: none; }

.section-products-carousel-with-vertical-tabs {
  background: #f4f5f5;
  margin-bottom: 3em;
  position: relative; }
  .section-products-carousel-with-vertical-tabs::after {
    display: block;
    content: "";
    clear: both; }
  @media (max-width: 767px) {
    .section-products-carousel-with-vertical-tabs {
      width: 100%;
      margin-left: 0;
      left: 0; } }
  @media (min-width: 2000px) {
    .section-products-carousel-with-vertical-tabs {
      width: 100%;
      margin-left: 0;
      left: 0; } }
  @media (min-width: 768px) {
    .section-products-carousel-with-vertical-tabs .section-header {
      position: absolute;
      top: 10.9%;
      z-index: 1;
      padding-left: 4.69em; } }
  @media (min-width: 2000px) {
    .section-products-carousel-with-vertical-tabs .section-header {
      padding-left: 0; } }
  @media (max-width: 767px) {
    .section-products-carousel-with-vertical-tabs .section-header {
      background-color: #f4f5f5;
      margin-right: -15px;
      margin-left: -15px;
      padding: 0 1em 1em; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .section-products-carousel-with-vertical-tabs .section-header {
    padding-left: 2em;
    top: 5%; } }
  .section-products-carousel-with-vertical-tabs .section-title {
    font-weight: 300;
    font-size: 1.500em;
    line-height: 1.917em;
    color: #090909;
    letter-spacing: -0.01em; }
    @media (max-width: 767px) {
      .section-products-carousel-with-vertical-tabs .section-title {
        line-height: 1.5em;
        margin-bottom: 0; } }
    .section-products-carousel-with-vertical-tabs .section-title strong {
      font-size: 1.7rem;
      font-weight: 600;
      display: block; }
    .section-products-carousel-with-vertical-tabs .section-title:before {
      border-top: 2px solid transparent;
      content: " ";
      display: block;
      width: 38px;
      padding-bottom: 0.542em; }
  @media (min-width: 768px) {
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs {
      padding-left: 4.69em; } }
  @media (min-width: 2000px) {
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs {
      padding-left: 0; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs {
    padding-left: 0; } }
  @media (max-width: 767px) {
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products-carousel .container-fluid {
      padding: 0; } }
  .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 13%;
    max-width: 13%;
    position: relative;
    z-index: 1;
    flex-direction: column; }
    @media (min-width: 576px) {
      .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 768px) {
      .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 992px) {
      .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 1200px) {
      .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 1200px) {
      .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav {
        padding-top: 12.250em; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav {
    padding-top: 10em; } }
    @media (max-width: 767px) {
      .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav {
        flex: 0 0 100%;
        max-width: 100%;
        flex-direction: row;
        padding-bottom: 2em;
        padding-right: 0;
        padding-left: 0;
        background-color: #f4f5f5; } }

@media (min-width: 1200px) and (max-width: 1589px) {
  .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav {
    flex: 0 0 25%;
    max-width: 25%; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; } }
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav .nav-link {
      font-size: 1.1em;
      color: #090909;
      letter-spacing: -0.01em;
      padding: 1em;
      display: flex;
      align-items: center;
      line-height: 1.4;
      justify-content: space-between; }
      .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav .nav-link:hover {
        color: #2c2d33; }
      @media (max-width: 767px) {
        .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav .nav-link {
          justify-content: center; }
          .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav .nav-link.active {
            font-weight: 500; } }
      .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav .nav-link i {
        margin-right: 0.909em;
        font-size: 1.375em; }
      .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav .nav-link i.wg-arrow-left,
      .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav .nav-link i.wg-arrow-right {
        margin-right: .4em;
        font-size: 0.625em;
        font-family: 'FontAwesome';
        font-weight: 300; }
        @media (max-width: 767px) {
          .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav .nav-link i.wg-arrow-left,
          .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav .nav-link i.wg-arrow-right {
            display: none; } }
      .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav .nav-link i.wg-arrow-right:after {
        content: '\f054'; }
      .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav .nav-link i.wg-arrow-left:before {
        content: '\f053'; }
      .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav .nav-link .category-title {
        display: flex;
        align-items: center; }
        @media (max-width: 767px) {
          .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav .nav-link .category-title {
            padding: .5em 0; } }
        .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav .nav-link .category-title i {
          width: 30px;
          text-align: center; }
          .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav .nav-link .category-title i:before {
            font-weight: 300; }
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav .nav-link.active {
      background: #0063d1;
      color: #fff;
      width: 110%; }
  .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .tab-content {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 87%;
    max-width: 87%;
    padding-top: 8em;
    height: 100% !important; }
    @media (min-width: 576px) {
      .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .tab-content {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 768px) {
      .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .tab-content {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 992px) {
      .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .tab-content {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 1200px) {
      .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .tab-content {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (max-width: 1199px) {
      .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .tab-content {
        padding-top: 6em; } }
    @media (max-width: 767px) {
      .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .tab-content {
        flex: 0 0 100%;
        max-width: 100%;
        padding-top: 0;
        height: 350px !important; } }

@media (min-width: 1200px) and (max-width: 1589px) {
  .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .tab-content {
    flex: 0 0 75%;
    max-width: 75%; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .tab-content {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; } }
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .tab-content .tab-pane {
      padding-left: 0.563em;
      padding-right: 15px; }
      @media (max-width: 767px) {
        .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .tab-content .tab-pane {
          padding: 0; }
          .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .tab-content .tab-pane .products {
            margin: 0; }
            .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .tab-content .tab-pane .products .product .product-inner {
              padding: 0 2px; } }
      @media (min-width: 1200px) {
        .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .tab-content .tab-pane {
          padding-right: 4.5em; } }

@media (min-width: 1200px) and (max-width: 1399px) {
  .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .tab-content .tab-pane {
    padding-right: 3.563em; } }
    @media (min-width: 768px) {
      .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .tab-content:before {
        content: "";
        background: #fff;
        left: 0;
        width: 100%;
        height: 100%;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        margin-left: -100%; } }
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .tab-content .slick-dots {
      padding: 1.24em 0 0 0; }
  .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .tab-content,
  .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products,
  .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .product {
    background-color: transparent; }
  .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product {
    padding: 0; }
    @media (min-width: 768px) {
      .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product .product-inner {
        border: none;
        background-color: #fff; } }
    @media (max-width: 767px) {
      .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product {
        padding: 0;
        display: block;
        box-shadow: none !important;
        min-height: auto;
        overflow: hidden; }
        .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product .product-info-box {
          padding: .5em;
          background: #fff;
          height: 90px; }
        .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product .woocommerce-loop-product__title {
          font-size: 1em;
          padding: 0;
          margin: 0; }
        .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product .price {
          border-right: none;
          padding: 0;
          margin: .5em 0; } }
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product img {
      height: 30vh; }
      @media (min-width: 1024px) and (max-width: 1170px) {
        .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product img {
          height: 20vh; } }
      @media (max-width: 767px) {
        .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product img {
          height: 20vh; } }

@media (min-width: 1200px) and (max-width: 1399px) {
  .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product img {
    max-width: 190px; } }
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product .woocommerce-LoopProduct-link {
      padding-bottom: .5em;
      background: #fff;
      border-radius: 5px; }
      @media (max-width: 767px) {
        .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product .woocommerce-LoopProduct-link {
          display: flex;
          flex-direction: column;
          flex-wrap: wrap; }
          .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product .woocommerce-LoopProduct-link .price {
            width: 100%; }
          .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product .woocommerce-LoopProduct-link .onsale {
            top: 12px; } }
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product .onsale {
      right: 0; }
      @media (max-width: 767px) {
        .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product .onsale {
          display: none; } }
    @media (max-width: 1199px) {
      .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product .woocommerce-LoopProduct-link {
        margin-bottom: 0; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product .woocommerce-LoopProduct-link {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; } }
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product .hover-area {
      left: 0;
      right: 0;
      border: none;
      top: 98%;
      padding: 0 0.929em 0.571em; }
      @media (min-width: 1200px) {
        .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product .hover-area {
          margin: 0; } }
      @media (max-width: 1199px) {
        .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product .hover-area {
          border-bottom-left-radius: 5px;
          border-bottom-right-radius: 5px;
          background-color: #fff; } }
  .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products:not(.slick-dotted) .slick-list {
    padding-bottom: 4.625em; }
  .section-products-carousel-with-vertical-tabs.sidebar-version {
    position: relative;
    margin-bottom: 2.6em;
    width: auto;
    margin-left: inherit;
    left: auto;
    background: transparent; }
    .section-products-carousel-with-vertical-tabs.sidebar-version .section-header {
      top: 7.8%; }
    @media (min-width: 768px) {
      .section-products-carousel-with-vertical-tabs.sidebar-version .products-carousel-with-vertical-tabs,
      .section-products-carousel-with-vertical-tabs.sidebar-version .section-header {
        padding-left: 0; } }
    .section-products-carousel-with-vertical-tabs.sidebar-version .products-carousel-with-vertical-tabs {
      flex-wrap: nowrap; }
      @media (max-width: 767px) {
        .section-products-carousel-with-vertical-tabs.sidebar-version .products-carousel-with-vertical-tabs {
          flex-direction: column;
          padding: 0; } }
      @media (min-width: 768px) {
        .section-products-carousel-with-vertical-tabs.sidebar-version .products-carousel-with-vertical-tabs .nav {
          padding-top: 8em; } }
      @media (min-width: 1590px) {
        .section-products-carousel-with-vertical-tabs.sidebar-version .products-carousel-with-vertical-tabs .nav {
          flex: 0 0 16.6666666667%;
          max-width: 16.6666666667%; } }

@media (min-width: 1200px) and (max-width: 1919px) {
  .section-products-carousel-with-vertical-tabs.sidebar-version .products-carousel-with-vertical-tabs .nav {
    flex: 0 0 25%;
    max-width: 25%; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .section-products-carousel-with-vertical-tabs.sidebar-version .products-carousel-with-vertical-tabs .nav {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; } }
      @media (min-width: 768px) {
        .section-products-carousel-with-vertical-tabs.sidebar-version .products-carousel-with-vertical-tabs .products .product {
          padding: 0; } }
      .section-products-carousel-with-vertical-tabs.sidebar-version .products-carousel-with-vertical-tabs .tab-content:before {
        display: none; }
      @media (min-width: 1590px) {
        .section-products-carousel-with-vertical-tabs.sidebar-version .products-carousel-with-vertical-tabs .tab-content {
          flex: 0 0 90%;
          max-width: 90%; } }

@media (min-width: 1200px) and (max-width: 1919px) {
  .section-products-carousel-with-vertical-tabs.sidebar-version .products-carousel-with-vertical-tabs .tab-content {
    flex: 0 0 80%;
    max-width: 80%; }
    .section-products-carousel-with-vertical-tabs.sidebar-version .products-carousel-with-vertical-tabs .tab-content .products .product img {
      max-width: 100%; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .section-products-carousel-with-vertical-tabs.sidebar-version .products-carousel-with-vertical-tabs .tab-content {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; } }

.section-landscape-products-carousel {
  margin-bottom: 1.5em; }
  .section-landscape-products-carousel .section-header {
    margin-bottom: 2em;
    padding-bottom: 0.813em; }
  .section-landscape-products-carousel .section-title {
    margin-bottom: 0; }
  .section-landscape-products-carousel .products-carousel .woocommerce {
    overflow: hidden; }
    .section-landscape-products-carousel .products-carousel .woocommerce .products .product {
      height: 100%; }
      .section-landscape-products-carousel .products-carousel .woocommerce .products .product .woocommerce-LoopProduct-link {
        margin: 0; }
      .section-landscape-products-carousel .products-carousel .woocommerce .products .product .media {
        width: 100%;
        flex-direction: column; }
        .section-landscape-products-carousel .products-carousel .woocommerce .products .product .media img {
          max-height: unset;
          max-width: unset;
          width: 100%; }
        .section-landscape-products-carousel .products-carousel .woocommerce .products .product .media .yith-wcwl-wishlistaddedbrowse.hide {
          display: none !important; }
        .section-landscape-products-carousel .products-carousel .woocommerce .products .product .media .media-body {
          position: relative;
          height: 100%;
          width: 100%;
          display: flex;
          flex-wrap: wrap;
          padding: 0 1em 1em 1em; }
          .section-landscape-products-carousel .products-carousel .woocommerce .products .product .media .media-body .bought_num {
            bottom: 1em;
            right: 1em; }
          .section-landscape-products-carousel .products-carousel .woocommerce .products .product .media .media-body .woocommerce-loop-product__title {
            margin: 0;
            padding: 1em 0;
            font-size: 1.3em;
            max-width: unset; }
          .section-landscape-products-carousel .products-carousel .woocommerce .products .product .media .media-body .price {
            margin: 0;
            border-right: none;
            bottom: 1em;
            width: 50%; }
          .section-landscape-products-carousel .products-carousel .woocommerce .products .product .media .media-body .bought_num {
            bottom: 2; }
  @media (max-width: 767px) {
    .section-landscape-products-carousel .products-carousel .landscape-product {
      padding: 0; }
    .section-landscape-products-carousel .products-carousel .products .product {
      height: unset !important; }
      .section-landscape-products-carousel .products-carousel .products .product .media-body {
        width: 100%;
        height: unset !important;
        padding: .5em; }
      .section-landscape-products-carousel .products-carousel .products .product img {
        padding: 0;
        width: 100%;
        max-width: unset; } }
  .section-landscape-products-carousel .slick-list {
    margin-bottom: 1.625em; }

@media (max-width: 767px) {
  .section-landscape-full-product-cards-carousel .products-carousel .container-fluid,
  .section-landscape-products-carousel .products-carousel .container-fluid {
    padding: 0; } }

.section-products-carousel-tabs .slick-track {
  flex-wrap: wrap;
  width: 100% !important; }

.section-products-carousel-tabs .products .product:nth-child(n+9) {
  display: none; }

@media (max-width: 991px) {
  .section-products-carousel-tabs {
    overflow: hidden; } }

.section-products-carousel-tabs .section-title {
  font-weight: 300;
  line-height: 0.962em;
  color: #090909;
  margin: 0;
  font-size: 1.4em;
  font-weight: 600;
  letter-spacing: .3px;
  margin-bottom: .5em; }
  @media (max-width: 1199px) {
    .section-products-carousel-tabs .section-title {
      font-size: 1.3em; } }

.section-products-carousel-tabs .section-header {
  align-items: baseline; }

.section-products-carousel-tabs .nav {
  margin: 0;
  align-items: center; }

@media (min-width: 700px) {
  .section-products-carousel-tabs .nav-item + .nav-item {
    margin-left: 2.556em; } }

.section-products-carousel-tabs .nav-link {
  font-size: 1.1em;
  line-height: 1.167em;
  font-weight: 300;
  letter-spacing: .3px;
  color: #8a8a8a;
  padding: 0;
  text-align: center; }
  @media (max-width: 1199px) {
    .section-products-carousel-tabs .nav-link {
      font-size: 1em; } }
  .section-products-carousel-tabs .nav-link::after {
    content: ' ';
    border-bottom: 2px solid transparent;
    display: none;
    position: relative;
    bottom: -1px;
    margin-left: 20%;
    padding-top: 9px;
    margin-right: 20%; }
  .section-products-carousel-tabs .nav-link.active {
    font-weight: 500;
    color: #090909; }

@media (max-width: 767px) {
  .section-products-carousel-tabs .section-header {
    flex-direction: column;
    align-items: center; }
  .section-products-carousel-tabs .nav {
    padding-bottom: 10px; }
  .section-products-carousel-tabs .products-carousel .container-fluid {
    padding: 0; }
  .section-products-carousel-tabs .products .product img {
    height: 20vh; }
  .section-products-carousel-tabs .products .product .onsale,
  .section-products-carousel-tabs .products .product .groupbuy-time,
  .section-products-carousel-tabs .products .product .wcl-progress-meter,
  .section-products-carousel-tabs .products .product .by-vendor-name {
    display: none; }
  .section-products-carousel-tabs .products .product .woocommerce-loop-product__title {
    font-size: 1em; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .section-products-carousel-tabs .section-title {
    margin-right: 20px; }
  .section-products-carousel-tabs .nav {
    justify-content: flex-start !important;
    overflow: scroll;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
    .section-products-carousel-tabs .nav .nav-item {
      flex-shrink: 0;
      margin-left: 2.556em; }
  .section-products-carousel-tabs .nav-link::after {
    bottom: 0; } }

.section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs .section-header li,
.section-single-carousel-with-tab-product .section-products-carousel-tabs .section-header li {
  position: relative; }
  @media (min-width: 479px) {
    .section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs .section-header li:after,
    .section-single-carousel-with-tab-product .section-products-carousel-tabs .section-header li:after {
      position: absolute;
      content: '';
      background-color: #cfcfcf;
      width: 7px;
      height: 1px;
      left: -30px;
      bottom: 60%; } }
  .section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs .section-header li:first-child:after,
  .section-single-carousel-with-tab-product .section-products-carousel-tabs .section-header li:first-child:after {
    display: none; }

.section-single-carousel-with-tab-product .column-1-single-carousel .products .slick-arrow,
.section-single-carousel-with-tab-product .column-2.section-products-carousel-tabs .products .slick-arrow {
  padding-left: 3px; }

.section-single-carousel-with-tab-product .column-1-single-carousel .products .slick-slider,
.section-single-carousel-with-tab-product .column-2.section-products-carousel-tabs .products .slick-slider {
  overflow: unset; }

.section-single-carousel-with-tab-product .column-1-single-carousel .products .product .woocommerce-loop-product__title,
.section-single-carousel-with-tab-product .column-1-single-carousel .products .product .product-info-box,
.section-single-carousel-with-tab-product .column-2.section-products-carousel-tabs .products .product .woocommerce-loop-product__title,
.section-single-carousel-with-tab-product .column-2.section-products-carousel-tabs .products .product .product-info-box {
  padding: 0 1em; }

.section-single-carousel-with-tab-product .column-1-single-carousel .products .product .woocommerce-loop-product__title,
.section-single-carousel-with-tab-product .column-2.section-products-carousel-tabs .products .product .woocommerce-loop-product__title {
  margin: 0;
  margin-bottom: .5em; }

.section-single-carousel-with-tab-product .column-1-single-carousel .products .product .product-info-box,
.section-single-carousel-with-tab-product .column-2.section-products-carousel-tabs .products .product .product-info-box {
  padding-bottom: 1em;
  display: flex; }
  .section-single-carousel-with-tab-product .column-1-single-carousel .products .product .product-info-box .price,
  .section-single-carousel-with-tab-product .column-2.section-products-carousel-tabs .products .product .product-info-box .price {
    margin: 0;
    padding-right: .5em; }

@media (max-width: 767px) {
  .section-single-carousel-with-tab-product .column-1-single-carousel .products .product .bought_num,
  .section-single-carousel-with-tab-product .column-1-single-carousel .products .product .star-rating-box,
  .section-single-carousel-with-tab-product .column-2.section-products-carousel-tabs .products .product .bought_num,
  .section-single-carousel-with-tab-product .column-2.section-products-carousel-tabs .products .product .star-rating-box {
    bottom: 1em; }
  .section-single-carousel-with-tab-product .column-1-single-carousel .products .product .product-info-box,
  .section-single-carousel-with-tab-product .column-1-single-carousel .products .product .woocommerce-loop-product__title,
  .section-single-carousel-with-tab-product .column-2.section-products-carousel-tabs .products .product .product-info-box,
  .section-single-carousel-with-tab-product .column-2.section-products-carousel-tabs .products .product .woocommerce-loop-product__title {
    padding: 0.5em !important; } }

.section-single-carousel-with-tab-product .column-1-single-carousel {
  padding: 0; }
  .section-single-carousel-with-tab-product .column-1-single-carousel .section-header {
    margin-bottom: 0; }

.section-tabs-with-product-carousel .section-header li {
  position: relative; }
  .section-tabs-with-product-carousel .section-header li a {
    font-size: 1.250em; }
    .section-tabs-with-product-carousel .section-header li a.active {
      font-size: 1.375em; }
  @media (min-width: 479px) {
    .section-tabs-with-product-carousel .section-header li:after {
      position: absolute;
      content: '';
      background-color: #cfcfcf;
      width: 7px;
      height: 1px;
      left: -33px;
      bottom: 47%; } }
  .section-tabs-with-product-carousel .section-header li:first-child:after {
    display: none; }

.section-tabs-with-product-carousel .section-header .nav-item + .nav-item {
  margin-left: 3.75em; }

.woocommerce-order-received .woocommerce-order-details .shop_table,
.track-order .woocommerce-order-details .shop_table,
.woocommerce-view-order .woocommerce-order-details .shop_table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .woocommerce-order-received .woocommerce-order-details .shop_table th,
  .woocommerce-order-received .woocommerce-order-details .shop_table td,
  .track-order .woocommerce-order-details .shop_table th,
  .track-order .woocommerce-order-details .shop_table td,
  .woocommerce-view-order .woocommerce-order-details .shop_table th,
  .woocommerce-view-order .woocommerce-order-details .shop_table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #eceeef; }
  .woocommerce-order-received .woocommerce-order-details .shop_table thead th,
  .track-order .woocommerce-order-details .shop_table thead th,
  .woocommerce-view-order .woocommerce-order-details .shop_table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef; }
  .woocommerce-order-received .woocommerce-order-details .shop_table tbody + tbody,
  .track-order .woocommerce-order-details .shop_table tbody + tbody,
  .woocommerce-view-order .woocommerce-order-details .shop_table tbody + tbody {
    border-top: 2px solid #eceeef; }
  .woocommerce-order-received .woocommerce-order-details .shop_table .table,
  .track-order .woocommerce-order-details .shop_table .table,
  .woocommerce-view-order .woocommerce-order-details .shop_table .table {
    background-color: #fff; }

.woocommerce-order-received .woocommerce-customer-details h2, .woocommerce-order-received .woocommerce-order-details__title, .woocommerce-order-received .woocommerce-column__title,
.track-order .woocommerce-customer-details h2,
.track-order .woocommerce-order-details__title,
.track-order .woocommerce-column__title,
.woocommerce-view-order .woocommerce-customer-details h2,
.woocommerce-view-order .woocommerce-order-details__title,
.woocommerce-view-order .woocommerce-column__title {
  font-size: 1.6em;
  font-weight: 500; }

.single-product .product-actions form.cart.composite_form {
  align-items: flex-start;
  margin: 0 0 20px 0;
  flex-direction: column;
  border: 2px solid #f1f1f1;
  border-radius: 5px;
  padding: 30px; }
  .single-product .product-actions form.cart.composite_form + .add-to-compare-link {
    width: 100%; }
  .single-product .product-actions form.cart.composite_form .component {
    width: 100%; }
    .single-product .product-actions form.cart.composite_form .component .component_inner {
      padding-bottom: 0; }
  .single-product .product-actions form.cart.composite_form .component_message {
    margin-bottom: 20px !important; }
  .single-product .product-actions form.cart.composite_form .component_pagination {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .single-product .product-actions form.cart.composite_form .component_pagination .element_link,
    .single-product .product-actions form.cart.composite_form .component_pagination .element_index {
      font-size: 15px;
      font-weight: 400; }
    .single-product .product-actions form.cart.composite_form .component_pagination .woocommerce-pagination {
      flex-grow: 1;
      text-align: right; }
  .single-product .product-actions form.cart.composite_form .component_title,
  .single-product .product-actions form.cart.composite_form .summary_title {
    padding-bottom: 13px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    display: block;
    font-size: 18px;
    font-weight: 400; }
  .single-product .product-actions form.cart.composite_form .composite_wrap {
    margin-bottom: 30px; }
  .single-product .product-actions form.cart.composite_form .composite_navigation.bottom .composite_navigation_inner {
    padding-bottom: 0; }
  .single-product .product-actions form.cart.composite_form .composite_navigation .page_button {
    font-size: 15px;
    font-weight: 400;
    padding: 6px 20px;
    border-radius: 5px;
    background-color: #f1f1f1;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%; }
    .single-product .product-actions form.cart.composite_form .composite_navigation .page_button:hover {
      background-color: #1f1f1f;
      color: #fff; }
  .single-product .product-actions form.cart.composite_form .composite_navigation .prev::before,
  .single-product .product-actions form.cart.composite_form .composite_navigation .next::after {
    display: none; }
  .single-product .product-actions form.cart.composite_form .composite_button {
    display: flex;
    align-items: flex-end; }
    .single-product .product-actions form.cart.composite_form .composite_button::before, .single-product .product-actions form.cart.composite_form .composite_button::after {
      display: none; }
  .single-product .product-actions form.cart.composite_form .component_option_thumbnail .thumbnail_description {
    padding: 0 4px; }
    .single-product .product-actions form.cart.composite_form .component_option_thumbnail .thumbnail_description .title {
      font-size: 14px;
      font-weight: 400;
      line-height: 1.2;
      margin-bottom: 14px; }
  .single-product .product-actions form.cart.composite_form .component_option_thumbnail .image {
    padding: 8px; }
  .single-product .product-actions form.cart.composite_form .composite_data {
    width: 100%; }
  .single-product .product-actions form.cart.composite_form .composited_product_title_wrapper {
    position: relative; }
    .single-product .product-actions form.cart.composite_form .composited_product_title_wrapper .clear_component_options_wrapper {
      position: absolute;
      top: 10px;
      right: 0;
      font-size: 12px;
      margin-bottom: 0; }
  .single-product .product-actions form.cart.composite_form .component_section_title label {
    font-weight: 500;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 2px;
    display: inline-block; }
  .single-product .product-actions form.cart.composite_form .component_option_radio_button_container .radio_button_description .title {
    font-size: 15px;
    font-weight: 400; }
  .single-product .product-actions form.cart.composite_form .composited_product_title {
    font-size: 18px;
    line-height: 1;
    margin-right: 0;
    margin-bottom: 26px; }

.single-product div.product .component_selections .component_summary .component_data {
  padding: 0;
  font-size: 15px; }
  .single-product div.product .component_selections .component_summary .component_data ul {
    margin-left: 0;
    list-style: none; }
  .single-product div.product .component_selections .component_summary .component_data p.stock {
    margin-right: 0; }

.left-sidebar.single-product.normal .product-actions form.cart.composite_form .single_add_to_cart_button,
.right-sidebar.single-product.normal .product-actions form.cart.composite_form .single_add_to_cart_button {
  margin-left: 50px; }
  @media (max-width: 767px) {
    .left-sidebar.single-product.normal .product-actions form.cart.composite_form .single_add_to_cart_button,
    .right-sidebar.single-product.normal .product-actions form.cart.composite_form .single_add_to_cart_button {
      margin-left: 30px; } }

@media (max-width: 767px) {
  .single-product .product-actions form.cart.composite_form .single_add_to_cart_button {
    padding: 14px 30px;
    margin-left: 30px; } }