@charset "UTF-8";
/*
Theme Name: gutenix

WooCommerce styles override
*/
/*         Variables        */
.button.single_add_to_cart_button:after, .jet-compare-button__container .single_add_to_cart_button.jet-compare-button__link:after, .button.single_add_to_cart_button:before, .jet-compare-button__container .single_add_to_cart_button.jet-compare-button__link:before, .button.add_to_cart_button:after, .jet-compare-button__container .add_to_cart_button.jet-compare-button__link:after, .button.add_to_cart_button:before, .jet-compare-button__container .add_to_cart_button.jet-compare-button__link:before, .button.product_type_variable:after, .jet-compare-button__container .product_type_variable.jet-compare-button__link:after, .button.product_type_variable:before, .jet-compare-button__container .product_type_variable.jet-compare-button__link:before, .woocommerce-message:before,
.woocommerce-info:before,
.woocommerce-error:before, .star-rating::before, .star-rating span::before, .stars a::before, label.checkbox input[type="checkbox"] + span::after,
label.inline input[type="checkbox"] + span::after, .woocommerce-cart table.cart tr td.actions > .button::before, .woocommerce-cart table.cart tr .jet-compare-button__container td.actions > .jet-compare-button__link::before, .jet-compare-button__container .woocommerce-cart table.cart tr td.actions > .jet-compare-button__link::before, .woocommerce-cart table.cart tr td.product-remove a::before, .woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .checkout-button::before, .woocommerce-cart .cart-collaterals table tr.shipping td .shipping-calculator-button::before, .woocommerce-cart .cart-collaterals table tr .shipping-calculator-form .button::before, .woocommerce-cart .cart-collaterals table tr .shipping-calculator-form .jet-compare-button__container .jet-compare-button__link::before, .jet-compare-button__container .woocommerce-cart .cart-collaterals table tr .shipping-calculator-form .jet-compare-button__link::before, .woocommerce-checkout .place-order .button::before, .woocommerce-checkout .place-order .jet-compare-button__container .jet-compare-button__link::before, .jet-compare-button__container .woocommerce-checkout .place-order .jet-compare-button__link::before, .woocommerce-product-gallery__trigger::before, .elementor-widget-wp-widget-woocommerce_rating_filter ul li.chosen:after,
.widget_rating_filter ul li.chosen:after, .elementor-widget-wp-widget-woocommerce_layered_nav_filters ul li.chosen a:after,
.widget_layered_nav_filters ul li.chosen a:after, .header-cart__link-icon:before {
  display: inline-block;
  font: normal normal normal 14px/1 'FontAwesome';
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@-webkit-keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*        Components        */
/**
 * Product badges styles
 */
.onsale:empty {
  display: none !important; }

.onsale span {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 0 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 27px;
  color: #fff;
  padding: 0 7px;
  -webkit-border-radius: 2px;
          border-radius: 2px; }

.circle-sale .onsale span {
  overflow: hidden;
  padding: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-border-radius: 50%;
          border-radius: 50%; }

.products .onsale {
  position: absolute;
  top: 10px;
  left: 10px; }

.single-product .summary .onsale {
  margin-bottom: 8px; }

/**
 * Buttons
 */
.button, .jet-compare-button__container .jet-compare-button__link {
  display: inline-block;
  max-width: 100%;
  padding: 10px 30px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  -webkit-border-radius: 4px;
          border-radius: 4px; }
  .button.product_type_grouped, .jet-compare-button__container .product_type_grouped.jet-compare-button__link, .button.product_type_external, .jet-compare-button__container .product_type_external.jet-compare-button__link, .button.product_type_simple, .jet-compare-button__container .product_type_simple.jet-compare-button__link, .button.product_type_variable, .jet-compare-button__container .product_type_variable.jet-compare-button__link {
    padding-top: 10px;
    padding-bottom: 10px; }
    .button.product_type_grouped .button-text, .jet-compare-button__container .product_type_grouped.jet-compare-button__link .button-text, .button.product_type_external .button-text, .jet-compare-button__container .product_type_external.jet-compare-button__link .button-text, .button.product_type_simple .button-text, .jet-compare-button__container .product_type_simple.jet-compare-button__link .button-text, .button.product_type_variable .button-text, .jet-compare-button__container .product_type_variable.jet-compare-button__link .button-text {
      line-height: 1.6; }
  .button.single_add_to_cart_button, .jet-compare-button__container .single_add_to_cart_button.jet-compare-button__link, .button.add_to_cart_button, .jet-compare-button__container .add_to_cart_button.jet-compare-button__link, .button.product_type_variable, .jet-compare-button__container .product_type_variable.jet-compare-button__link {
    position: relative; }
    .button.single_add_to_cart_button:after, .jet-compare-button__container .single_add_to_cart_button.jet-compare-button__link:after, .button.single_add_to_cart_button:before, .jet-compare-button__container .single_add_to_cart_button.jet-compare-button__link:before, .button.add_to_cart_button:after, .jet-compare-button__container .add_to_cart_button.jet-compare-button__link:after, .button.add_to_cart_button:before, .jet-compare-button__container .add_to_cart_button.jet-compare-button__link:before, .button.product_type_variable:after, .jet-compare-button__container .product_type_variable.jet-compare-button__link:after, .button.product_type_variable:before, .jet-compare-button__container .product_type_variable.jet-compare-button__link:before {
      display: inline-block;
      font-size: 18px;
      line-height: 18px; }
    .button.single_add_to_cart_button:after, .jet-compare-button__container .single_add_to_cart_button.jet-compare-button__link:after, .button.add_to_cart_button:after, .jet-compare-button__container .add_to_cart_button.jet-compare-button__link:after, .button.product_type_variable:after, .jet-compare-button__container .product_type_variable.jet-compare-button__link:after {
      position: absolute;
      left: 50%;
      top: 50%;
      margin-top: -7px;
      margin-left: -5px;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
      -webkit-animation: icon-spin 2s infinite linear;
      animation: icon-spin 2s infinite linear; }
    .button.single_add_to_cart_button:before, .jet-compare-button__container .single_add_to_cart_button.jet-compare-button__link:before, .button.add_to_cart_button:before, .jet-compare-button__container .add_to_cart_button.jet-compare-button__link:before, .button.product_type_variable:before, .jet-compare-button__container .product_type_variable.jet-compare-button__link:before {
      margin-right: 7px; }
    .button.single_add_to_cart_button.added, .jet-compare-button__container .single_add_to_cart_button.added.jet-compare-button__link, .button.add_to_cart_button.added, .jet-compare-button__container .add_to_cart_button.added.jet-compare-button__link, .button.product_type_variable.added, .jet-compare-button__container .product_type_variable.added.jet-compare-button__link {
      display: none; }
      .button.single_add_to_cart_button.added + .added_to_cart, .jet-compare-button__container .single_add_to_cart_button.added.jet-compare-button__link + .added_to_cart, .button.add_to_cart_button.added + .added_to_cart, .jet-compare-button__container .add_to_cart_button.added.jet-compare-button__link + .added_to_cart, .button.product_type_variable.added + .added_to_cart, .jet-compare-button__container .product_type_variable.added.jet-compare-button__link + .added_to_cart {
        margin-top: 0; }
  .button.add_to_cart_button:before, .jet-compare-button__container .add_to_cart_button.jet-compare-button__link:before, .button.single_add_to_cart_button:before, .jet-compare-button__container .single_add_to_cart_button.jet-compare-button__link:before {
    content: ""; }
  .button.product_type_variable:before, .jet-compare-button__container .product_type_variable.jet-compare-button__link:before {
    content: ""; }
  .button.ajax_add_to_cart.loading .button-text, .jet-compare-button__container .ajax_add_to_cart.loading.jet-compare-button__link .button-text, .button.ajax_add_to_cart.loading:before, .jet-compare-button__container .ajax_add_to_cart.loading.jet-compare-button__link:before {
    opacity: 0; }
  .button.ajax_add_to_cart.loading:after, .jet-compare-button__container .ajax_add_to_cart.loading.jet-compare-button__link:after {
    content: ""; }
  .button.ajax_add_to_cart.added, .jet-compare-button__container .ajax_add_to_cart.added.jet-compare-button__link {
    background-color: #27d18b; }
    .button.ajax_add_to_cart.added:before, .jet-compare-button__container .ajax_add_to_cart.added.jet-compare-button__link:before {
      content: ""; }

.added_to_cart {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 10px 30px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  border: 1px solid transparent;
  cursor: pointer; }

.jet-compare-button__container .jet-compare-button__link {
  padding-top: 10px;
  padding-bottom: 10px; }
  .jet-compare-button__container .jet-compare-button__link .jet-compare-button__label {
    line-height: 1.6; }

/**
 * Description
 */
.single-product .summary .woocommerce-product-details__short-description {
  font-size: 20px;
  line-height: 33px;
  margin-bottom: 36px; }
  .single-product .summary .woocommerce-product-details__short-description > ul {
    margin-left: 18px; }

.single-product.no-sidebar .summary {
  padding-top: 50px; }
  @media (min-width: 768px) {
    .single-product.no-sidebar .summary {
      padding-left: 25px;
      padding-top: 0; } }

/**
 * Archive panel
 */
.woocommerce-products-header__title.page-title {
  font-size: 48px;
  text-align: left;
  line-height: 58px;
  margin: -5px 0 35px; }

.woocommerce-products-header .page-description,
.woocommerce-products-header .term-description {
  text-align: center;
  margin-bottom: 35px; }

.archive.woocommerce.position-one-left-sidebar .site-content__wrap,
.archive.woocommerce.position-one-right-sidebar .site-content__wrap {
  padding-top: 0; }

.woocommerce-products__panel {
  padding: 0;
  margin: 0 0 53px; }
  .woocommerce-products__panel:empty {
    display: none !important; }
  .woocommerce-products__panel .gutenix-products-panel-views {
    float: right;
    height: 22px;
    margin-left: 31px; }
    @media (max-width: 767px) {
      .woocommerce-products__panel .gutenix-products-panel-views {
        float: left;
        margin-left: 0; } }
    .woocommerce-products__panel .gutenix-products-panel-views a {
      display: inline-block;
      vertical-align: top;
      width: 16px;
      height: 22px;
      margin-left: 5px; }
      .woocommerce-products__panel .gutenix-products-panel-views a svg {
        display: block;
        margin: 3px 0 0;
        width: 16px;
        height: 16px; }
        .woocommerce-products__panel .gutenix-products-panel-views a svg path {
          fill: #CED0D5;
          -webkit-transition: fill 0.2s ease-in-out;
          -o-transition: fill 0.2s ease-in-out;
          transition: fill 0.2s ease-in-out; }
        .woocommerce-products__panel .gutenix-products-panel-views a svg rect {
          fill: #CED0D5;
          -webkit-transition: fill 0.2s ease-in-out;
          -o-transition: fill 0.2s ease-in-out;
          transition: fill 0.2s ease-in-out; }
      .woocommerce-products__panel .gutenix-products-panel-views a:hover path {
        fill: #414756; }
      .woocommerce-products__panel .gutenix-products-panel-views a:hover rect {
        fill: #414756; }
    .woocommerce-products__panel .gutenix-products-panel-views a.active path {
      fill: #414756; }
    .woocommerce-products__panel .gutenix-products-panel-views a.active rect {
      fill: #414756; }
  .woocommerce-products__panel .woocommerce-result-count {
    margin: 0;
    line-height: 22px;
    font-size: 14px;
    color: #A0A3AA; }
    @media (max-width: 767px) {
      .woocommerce-products__panel .woocommerce-result-count {
        margin-top: 40px; } }
  .woocommerce-products__panel .woocommerce-ordering select.orderby {
    margin-top: 20px;
    margin-left: -5px;
    vertical-align: top;
    min-width: 200px;
    padding: 0;
    font-size: 14px !important;
    border: 0; }
    .woocommerce-products__panel .woocommerce-ordering select.orderby:focus {
      -webkit-box-shadow: none;
      box-shadow: none; }
  .woocommerce-products__panel #gutenix-products-filter {
    float: right;
    margin-left: 20px;
    line-height: 22px;
    font-size: 14px;
    color: #A0A3AA; }
    @media (max-width: 767px) {
      .woocommerce-products__panel #gutenix-products-filter {
        float: left;
        margin-left: 0;
        margin-right: 30px; } }
    .woocommerce-products__panel #gutenix-products-filter svg {
      display: inline-block;
      vertical-align: top;
      width: 20px;
      height: 20px;
      margin-right: 6px;
      margin-top: 1px; }
      .woocommerce-products__panel #gutenix-products-filter svg path {
        fill: #CED0D5;
        -webkit-transition: fill 0.2s ease-in-out;
        -o-transition: fill 0.2s ease-in-out;
        transition: fill 0.2s ease-in-out; }
    .woocommerce-products__panel #gutenix-products-filter:hover path {
      fill: #414756; }
  .woocommerce-products__panel .products_filter-bar {
    -webkit-box-shadow: 0px 4px 10px rgba(65, 71, 86, 0.2);
            box-shadow: 0px 4px 10px rgba(65, 71, 86, 0.2); }
    .woocommerce-products__panel .products_filter-bar .social-list {
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    .woocommerce-products__panel .products_filter-bar__row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-left: -15px;
      margin-right: -15px; }
      .woocommerce-products__panel .products_filter-bar__row > * {
        padding-left: 15px;
        padding-right: 15px; }
      .woocommerce-products__panel .products_filter-bar__row .main-navigation {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
        .woocommerce-products__panel .products_filter-bar__row .main-navigation + * {
          margin-left: auto; }
      .woocommerce-products__panel .products_filter-bar__row .main-navigation-placeholder + * {
        margin-left: auto; }
      .woocommerce-products__panel .products_filter-bar__row + .woocommerce-products__panel .products_filter-bar__row {
        margin-top: 15px; }
    .woocommerce-products__panel .products_filter-bar__overlay {
      position: fixed;
      z-index: 999;
      top: 0;
      left: 0;
      right: 0;
      height: 100vh;
      overflow: hidden;
      background-color: transparent;
      -webkit-transform: scale(0);
          -ms-transform: scale(0);
              transform: scale(0);
      -webkit-transition: background-color 0.4s, -webkit-transform 0s 0.4s;
      transition: background-color 0.4s, -webkit-transform 0s 0.4s;
      -o-transition: background-color 0.4s, transform 0s 0.4s;
      transition: background-color 0.4s, transform 0s 0.4s;
      transition: background-color 0.4s, transform 0s 0.4s, -webkit-transform 0s 0.4s; }
    .woocommerce-products__panel .products_filter-bar__sidebar {
      position: fixed;
      top: 0;
      left: 0;
      width: 415px;
      height: 100vh;
      max-width: 90vw;
      padding: 60px 40px;
      opacity: 0;
      -webkit-box-shadow: 0px 4px 10px rgba(65, 71, 86, 0.2);
              box-shadow: 0px 4px 10px rgba(65, 71, 86, 0.2);
      -webkit-transform: translateX(0%);
          -ms-transform: translateX(0%);
              transform: translateX(0%);
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      overflow-y: auto;
      overflow-x: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background-color: #fff; }
      .woocommerce-products__panel .products_filter-bar__sidebar > * {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
        .woocommerce-products__panel .products_filter-bar__sidebar > * + * {
          margin-top: 1.5rem; }
      .woocommerce-products__panel .products_filter-bar__sidebar * + .main-navigation {
        margin-top: 2rem; }
      .woocommerce-products__panel .products_filter-bar__sidebar .widget {
        width: 100%; }
      .woocommerce-products__panel .products_filter-bar__sidebar .main-navigation + * {
        margin-top: 2rem; }
      .woocommerce-products__panel .products_filter-bar__sidebar #sidebar-shop_filters_panel {
        width: 100%;
        max-width: 100%; }
    .woocommerce-products__panel .products_filter-bar .products_filter-bar__sidebar--full-screen {
      width: 100vw;
      max-width: 100%;
      -webkit-box-shadow: none;
              box-shadow: none;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }
      .woocommerce-products__panel .products_filter-bar .products_filter-bar__sidebar--full-screen > *:first-child {
        margin-top: auto; }
      .woocommerce-products__panel .products_filter-bar .products_filter-bar__sidebar--full-screen > *:last-child {
        margin-bottom: auto; }
  .header-search-active .woocommerce-products__panel .products_filter-bar {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .woocommerce-products__panel .header-toggles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .woocommerce-products__panel .header-toggles > * {
      -ms-flex-negative: 0;
          flex-shrink: 0; }

.header-search-active .woocommerce-products__panel .products_filter-bar {
  -webkit-box-shadow: none;
          box-shadow: none; }

.products_filter-sidebar-active .woocommerce-products__panel .products_filter-bar__overlay {
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: background-color 0.4s, -webkit-transform 0s;
  transition: background-color 0.4s, -webkit-transform 0s;
  -o-transition: background-color 0.4s, transform 0s;
  transition: background-color 0.4s, transform 0s;
  transition: background-color 0.4s, transform 0s, -webkit-transform 0s; }

.products_filter-sidebar-active .woocommerce-products__panel .products_filter-bar__sidebar {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

@media (min-width: 1025px) {
  .woocommerce-products__panel .woocommerce-result-count {
    float: left; }
  .woocommerce-products__panel .woocommerce-ordering {
    float: right;
    line-height: 21px; }
    .woocommerce-products__panel .woocommerce-ordering select.orderby {
      margin: 0; } }

.woocommerce-result-count {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0; }

select.orderby {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  width: 170px; }

/**
 * Messages
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  position: relative;
  list-style: none;
  margin: 0 0 50px 0;
  border: 1px solid #e8e9eb;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  width: 100%;
  padding: 20px 30px 20px 90px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .woocommerce-message,
    .woocommerce-info,
    .woocommerce-error {
      margin-bottom: 20px; } }
  .woocommerce-message:before,
  .woocommerce-info:before,
  .woocommerce-error:before {
    position: absolute;
    left: -1px;
    top: -1px;
    bottom: -1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 20px;
    width: 72px;
    height: calc(100% + 2px);
    line-height: 1;
    margin: 0 20px 0 0;
    text-align: center;
    -webkit-border-top-left-radius: 4px;
            border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
            border-bottom-left-radius: 4px; }
  .woocommerce-message > *,
  .woocommerce-info > *,
  .woocommerce-error > * {
    display: inline-block;
    vertical-align: middle; }
  .woocommerce-message .button, .woocommerce-message .jet-compare-button__container .jet-compare-button__link, .jet-compare-button__container .woocommerce-message .jet-compare-button__link,
  .woocommerce-info .button,
  .woocommerce-info .jet-compare-button__container .jet-compare-button__link,
  .jet-compare-button__container .woocommerce-info .jet-compare-button__link,
  .woocommerce-error .button,
  .woocommerce-error .jet-compare-button__container .jet-compare-button__link,
  .jet-compare-button__container .woocommerce-error .jet-compare-button__link {
    display: block;
    vertical-align: top;
    margin-bottom: 20px; }
    @media (min-width: 576px) {
      .woocommerce-message .button, .woocommerce-message .jet-compare-button__container .jet-compare-button__link, .jet-compare-button__container .woocommerce-message .jet-compare-button__link,
      .woocommerce-info .button,
      .woocommerce-info .jet-compare-button__container .jet-compare-button__link,
      .jet-compare-button__container .woocommerce-info .jet-compare-button__link,
      .woocommerce-error .button,
      .woocommerce-error .jet-compare-button__container .jet-compare-button__link,
      .jet-compare-button__container .woocommerce-error .jet-compare-button__link {
        float: right;
        margin-bottom: 0; } }
    @media (min-width: 576px) {
      .woocommerce-message .button.wc-forward, .woocommerce-message .jet-compare-button__container .wc-forward.jet-compare-button__link, .jet-compare-button__container .woocommerce-message .wc-forward.jet-compare-button__link,
      .woocommerce-info .button.wc-forward,
      .woocommerce-info .jet-compare-button__container .wc-forward.jet-compare-button__link,
      .jet-compare-button__container .woocommerce-info .wc-forward.jet-compare-button__link,
      .woocommerce-error .button.wc-forward,
      .woocommerce-error .jet-compare-button__container .wc-forward.jet-compare-button__link,
      .jet-compare-button__container .woocommerce-error .wc-forward.jet-compare-button__link {
        margin-left: 20px; } }

.woocommerce-message:before {
  content: "";
  color: #ffffff;
  background-color: #3260B1; }

.woocommerce-error:before {
  content: "";
  color: #ffffff;
  background-color: #da4747; }

.woocommerce-info:before {
  content: "";
  color: #ffffff;
  background-color: #fdbc32; }

/**
 * WooCommerce pagination
 */
.woocommerce-pagination {
  margin: 0 0 35px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 35px; }
  .woocommerce-pagination > span + * {
    padding-left: 10px;
    padding-right: 10px; }
  .woocommerce-pagination > a + * {
    padding-left: 10px;
    padding-right: 10px; }
  .woocommerce-pagination a.page-numbers {
    display: inline-block;
    font-size: 16px;
    line-height: 1.6;
    padding: 0;
    text-align: center; }
    .woocommerce-pagination a.page-numbers:hover {
      outline: none; }
    .woocommerce-pagination a.page-numbers .nav-icon.icon-next {
      margin-left: 10px; }
    .woocommerce-pagination a.page-numbers .nav-icon.icon-prev {
      margin-right: 10px; }
  .woocommerce-pagination span.page-numbers {
    display: inline-block;
    font-size: 16px;
    line-height: 1.6;
    padding: 0;
    text-align: center; }
    .woocommerce-pagination span.page-numbers:hover {
      outline: none; }
    .woocommerce-pagination span.page-numbers .nav-icon.icon-next {
      margin-left: 10px; }
    .woocommerce-pagination span.page-numbers .nav-icon.icon-prev {
      margin-right: 10px; }
  .woocommerce-pagination a.page-numbers.next {
    margin-left: 10px; }
  .woocommerce-pagination span.page-numbers.next {
    margin-left: 10px; }
  .woocommerce-pagination a.page-numbers.prev {
    margin-right: 10px; }
  .woocommerce-pagination span.page-numbers.prev {
    margin-right: 10px; }
  .woocommerce-pagination ul.page-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    list-style: none;
    margin: 0;
    width: 100%; }
    .woocommerce-pagination ul.page-numbers li:not(.prev-list-item) {
      padding-left: 10px; }
    .woocommerce-pagination ul.page-numbers li:not(.next-list-item) {
      padding-right: 10px; }
    .woocommerce-pagination ul.page-numbers li:first-child:not(.prev-list-item) {
      margin-left: auto; }
    .woocommerce-pagination ul.page-numbers li:last-child:not(.next-list-item) {
      margin-right: auto; }
    .woocommerce-pagination ul.page-numbers li .page-numbers {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 16px;
      line-height: 1.6;
      padding: 0;
      text-align: center;
      font-weight: 400;
      height: auto;
      width: auto;
      -webkit-border-radius: 0;
              border-radius: 0;
      border: none; }
      .woocommerce-pagination ul.page-numbers li .page-numbers:hover {
        outline: none; }
      .woocommerce-pagination ul.page-numbers li .page-numbers .nav-icon.nav-next-icon {
        margin-left: 10px; }
      .woocommerce-pagination ul.page-numbers li .page-numbers .nav-icon.nav-prev-icon {
        margin-right: 10px; }
    .woocommerce-pagination ul.page-numbers li .page-numbers.next {
      font-weight: 700; }
    .woocommerce-pagination ul.page-numbers li .page-numbers.prev {
      font-weight: 700; }
    .woocommerce-pagination ul.page-numbers li.next-list-item {
      margin-left: auto; }
    .woocommerce-pagination ul.page-numbers li.prev-list-item {
      margin-right: auto; }

/**
 * Prices
 */
.price {
  display: inline-block;
  width: 49%;
  font-size: 20px;
  line-height: 1.25;
  margin: 0 0 6px; }
  .price ins, .price del {
    line-height: 1;
    text-decoration: none; }
  .price ins {
    font-style: normal;
    border: none;
    margin-right: 5px;
    color: #da4747; }
  .price del {
    margin-right: 5px;
    text-decoration: line-through;
    color: #a0a3aa;
    font-size: 16px; }

.product-list .price {
  margin: 10px 0; }

.single-product .summary .price {
  text-align: left;
  width: 100%;
  margin: 0 0 25px;
  font-size: 34px;
  line-height: 42px; }
  .single-product .summary .price del {
    font-size: 28px; }

/**
 * Rating
 */
.star-rating {
  width: 5.8em;
  height: 16px;
  font-size: 16px;
  color: #fdbc32;
  margin: 10px 0;
  position: relative;
  display: block;
  overflow: hidden; }
  .star-rating::before {
    content: "";
    letter-spacing: 4px;
    color: #ced0d5;
    float: left;
    top: 0;
    left: 0;
    position: absolute; }
  .star-rating span {
    padding-top: 19px;
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute; }
    .star-rating span::before {
      letter-spacing: 4px;
      content: "";
      top: 0;
      position: absolute;
      left: 0; }
  .single-product .summary .star-rating {
    display: inline-block;
    margin: 0; }

.stars {
  display: inline-block;
  width: calc(5.8em + 1em);
  height: 16px;
  font-size: 16px;
  overflow: hidden;
  margin-bottom: 0;
  padding-left: 15px; }
  .stars span {
    display: block;
    line-height: 16px; }
  .stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    color: #ced0d5; }
    .stars a:hover, .stars a.active {
      color: #fdbc32; }
    .stars a::before {
      letter-spacing: 4px;
      content: "";
      top: 0;
      position: absolute;
      left: 0;
      display: block;
      width: 1em;
      height: 1em;
      line-height: 1;
      text-indent: 0; }
  .stars:hover a {
    color: #fdbc32; }
    .stars:hover a:hover ~ a {
      color: #ced0d5; }
  .stars.selected a:not(.active) {
    color: #fdbc32; }
  .stars.selected a.active ~ a {
    color: #ced0d5; }

.single-product .woocommerce-product-rating {
  margin-bottom: 32px; }

.woocommerce-review-link {
  font-size: 16px;
  vertical-align: text-bottom;
  margin-left: 15px; }

/**
 * Select
 */
select {
  font-size: inherit;
  line-height: inherit;
  padding: 8px 12px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  border: 1px solid #e8e9eb; }
  select:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }

/**
 * Tables
 */
.woocommerce table {
  -webkit-border-radius: 4px;
          border-radius: 4px; }
  .woocommerce table th, .woocommerce table td {
    font-size: 16px;
    line-height: 24px;
    padding: 5px 0; }
    .woocommerce table th p, .woocommerce table td p {
      margin-bottom: 0; }

/**
 * Product meta
 */
.product_meta {
  font-size: 14px;
  margin: 30px 0; }
  .product_meta > span {
    display: block; }
    .product_meta > span + span {
      margin-top: 5px; }

/**
 * Titles
 */
.woocommerce-loop-product__title {
  font-size: 16px;
  margin: 0 0 5px;
  text-transform: none; }

.single-product .product_title {
  font-size: 34px;
  line-height: 41px;
  text-align: left;
  margin: 0 0 4px;
  text-transform: none; }

.product-list .woocommerce-loop-product__title {
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  margin: left;
  text-transform: none; }

.panel h2 {
  font-size: 24px;
  line-height: 29px;
  text-align: left;
  margin: 0;
  text-transform: none; }

.related > h2,
.upsells > h2 {
  font-size: 24px;
  line-height: 29px;
  text-align: left;
  margin: 52px 0 25px;
  text-transform: none; }

/*     Shopping cart title       */
.woocommerce-cart .entry-header > .entry-title {
  font-size: 40px;
  line-height: 58px;
  text-align: center;
  margin: 8px 0 52px 0;
  text-transform: none; }

.woocommerce-checkout .entry-header > .entry-title {
  font-size: 40px;
  line-height: 58px;
  text-align: center;
  margin: 8px 0 52px 0;
  text-transform: none; }

.woocommerce-account .entry-header > .entry-title {
  font-size: 40px;
  line-height: 58px;
  text-align: center;
  margin: 0 0 30px;
  text-transform: none; }

/**
 *  Checkbox
 */
label.checkbox,
label.inline {
  position: relative; }
  label.checkbox.woocommerce-form__label,
  label.inline.woocommerce-form__label {
    padding-left: 30px; }
  label.checkbox input[type="checkbox"],
  label.inline input[type="checkbox"] {
    display: none; }
  label.checkbox input[type="checkbox"] + span::before,
  label.inline input[type="checkbox"] + span::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent;
    border: 1px solid #e8e9eb;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0; }
  label.checkbox input[type="checkbox"] + span::after,
  label.inline input[type="checkbox"] + span::after {
    content: "";
    opacity: 0;
    font-size: 14px;
    position: absolute;
    top: 4px;
    left: 4px; }
  label.checkbox input[type="checkbox"]:checked + span::after,
  label.inline input[type="checkbox"]:checked + span::after {
    opacity: 1; }

/**
 * Store Notice
 */
.woocommerce-store-notice {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  padding: 30px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 99; }
  .admin-bar .woocommerce-store-notice {
    top: 30px; }
  .woocommerce-store-notice .woocommerce-store-notice__dismiss-link:hover {
    text-decoration: underline; }

/*        Layouts        */
/**
 * Shop layout
 */
ul.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  list-style: none; }
  ul.products li.product {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }

ul.products.columns-1 li.product {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

ul.products.columns--1 li.product {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

ul.products.columns-2 li.product {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

ul.products.columns--2 li.product {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

ul.products.columns-3 li.product {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

ul.products.columns--3 li.product {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

ul.products.columns-4 li.product {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

ul.products.columns--4 li.product {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

ul.products.columns-5 li.product {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%; }

ul.products.columns--5 li.product {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%; }

ul.products.columns-6 li.product {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

ul.products.columns--6 li.product {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

@media (min-width: 576px) {
  ul.products.columns-1 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  ul.products.columns-sm-1 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  ul.products.columns-2 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  ul.products.columns-sm-2 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  ul.products.columns-3 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  ul.products.columns-sm-3 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  ul.products.columns-4 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  ul.products.columns-sm-4 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  ul.products.columns-5 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  ul.products.columns-sm-5 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  ul.products.columns-6 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  ul.products.columns-sm-6 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; } }

@media (min-width: 768px) {
  ul.products.columns-1 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  ul.products.columns-md-1 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  ul.products.columns-2 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  ul.products.columns-md-2 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  ul.products.columns-3 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  ul.products.columns-md-3 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  ul.products.columns-4 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  ul.products.columns-md-4 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  ul.products.columns-5 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  ul.products.columns-md-5 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  ul.products.columns-6 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  ul.products.columns-md-6 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; } }

@media (min-width: 1025px) {
  ul.products.columns-1 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  ul.products.columns-lg-1 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  ul.products.columns-2 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  ul.products.columns-lg-2 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  ul.products.columns-3 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  ul.products.columns-lg-3 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  ul.products.columns-4 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  ul.products.columns-lg-4 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  ul.products.columns-5 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  ul.products.columns-lg-5 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  ul.products.columns-6 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  ul.products.columns-lg-6 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; } }

@media (min-width: 1200px) {
  ul.products.columns-1 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  ul.products.columns-xl-1 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  ul.products.columns-2 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  ul.products.columns-xl-2 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  ul.products.columns-3 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  ul.products.columns-xl-3 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  ul.products.columns-4 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  ul.products.columns-xl-4 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  ul.products.columns-5 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  ul.products.columns-xl-5 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  ul.products.columns-6 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  ul.products.columns-xl-6 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; } }

/**
 * Shop layout List
 */
ul.products.products-list li.product {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important;
  max-width: 100% !important; }

/*        Pages        */
/**
 * WooComerce cart page
 */
.woocommerce .cart-empty {
  display: block;
  width: 100%; }

.woocommerce-cart .woocommerce-cart-form {
  border: 1px solid #e8e9eb;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  overflow: hidden; }

.woocommerce-cart .entry-content .woocommerce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .woocommerce-cart .entry-content .woocommerce .woocommerce-notices-wrapper {
    width: 100%; }
  .woocommerce-cart .entry-content .woocommerce .woocommerce-message,
  .woocommerce-cart .entry-content .woocommerce .woocommerce-error,
  .woocommerce-cart .entry-content .woocommerce .woocommerce-info {
    width: 100%; }
  .woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form {
    width: 100%; }
    @media (min-width: 1025px) {
      .woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form {
        width: 65%; } }
  .woocommerce-cart .entry-content .woocommerce .cart-collaterals {
    width: 100%;
    margin-top: 30px;
    margin-left: 0; }
    @media (min-width: 1025px) {
      .woocommerce-cart .entry-content .woocommerce .cart-collaterals {
        width: calc(35% - 30px);
        margin-top: 0;
        margin-left: 30px; } }

.woocommerce-cart table.cart {
  width: 100%; }
  @media (max-width: 575px) {
    .woocommerce-cart table.cart thead {
      display: none; } }
  .woocommerce-cart table.cart tr td, .woocommerce-cart table.cart tr th {
    border-bottom: 1px solid #e8e9eb; }
  .woocommerce-cart table.cart tr:last-child td {
    border-bottom: none; }
  .woocommerce-cart table.cart tr th {
    padding: 10px;
    font-size: 14px; }
  @media (max-width: 575px) {
    .woocommerce-cart table.cart tr {
      border-bottom: 1px solid #e8e9eb; }
      .woocommerce-cart table.cart tr:last-child {
        border-bottom: none; } }
  .woocommerce-cart table.cart tr td {
    padding: 30px 10px; }
    @media (max-width: 575px) {
      .woocommerce-cart table.cart tr td {
        display: block;
        width: 100% !important;
        padding: 10px;
        text-align: center;
        border: none; } }
    @media (max-width: 575px) {
      .woocommerce-cart table.cart tr td a {
        display: block;
        min-width: 100%; } }
    .woocommerce-cart table.cart tr td.product-price, .woocommerce-cart table.cart tr td.product-subtotal {
      font-size: 20px;
      line-height: 1.25;
      margin: 0 0 6px; }
      @media (max-width: 575px) {
        .woocommerce-cart table.cart tr td.product-price, .woocommerce-cart table.cart tr td.product-subtotal {
          margin: 0; } }
    @media (max-width: 575px) {
      .woocommerce-cart table.cart tr td.product-price {
        display: none; } }
    .woocommerce-cart table.cart tr td.actions {
      padding: 20px;
      text-align: right; }
      .woocommerce-cart table.cart tr td.actions .coupon {
        float: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        @media (min-width: 576px) {
          .woocommerce-cart table.cart tr td.actions .coupon {
            float: left; } }
        .woocommerce-cart table.cart tr td.actions .coupon * + * {
          margin-left: 5px; }
          @media (max-width: 575px) {
            .woocommerce-cart table.cart tr td.actions .coupon * + * {
              -webkit-box-flex: 1;
                  -ms-flex: 1 1 100%;
                      flex: 1 1 100%;
              margin-top: 5px;
              margin-left: 0; } }
      .woocommerce-cart table.cart tr td.actions .input-text {
        font-size: 14px;
        width: 168px;
        padding: 13px 10px; }
      .woocommerce-cart table.cart tr td.actions label {
        font-size: 16px; }
      .woocommerce-cart table.cart tr td.actions > .button, .woocommerce-cart table.cart tr .jet-compare-button__container td.actions > .jet-compare-button__link, .jet-compare-button__container .woocommerce-cart table.cart tr td.actions > .jet-compare-button__link {
        float: none;
        background: transparent;
        font-size: 14px;
        font-weight: 400;
        text-transform: none;
        letter-spacing: 0;
        margin-top: 10px; }
        @media (min-width: 576px) {
          .woocommerce-cart table.cart tr td.actions > .button, .woocommerce-cart table.cart tr .jet-compare-button__container td.actions > .jet-compare-button__link, .jet-compare-button__container .woocommerce-cart table.cart tr td.actions > .jet-compare-button__link {
            float: right;
            margin-top: 0; } }
        .woocommerce-cart table.cart tr td.actions > .button::before, .woocommerce-cart table.cart tr .jet-compare-button__container td.actions > .jet-compare-button__link::before, .jet-compare-button__container .woocommerce-cart table.cart tr td.actions > .jet-compare-button__link::before {
          content: "";
          font-size: 16px;
          padding-right: 5px; }
        .woocommerce-cart table.cart tr td.actions > .button:hover, .woocommerce-cart table.cart tr .jet-compare-button__container td.actions > .jet-compare-button__link:hover, .jet-compare-button__container .woocommerce-cart table.cart tr td.actions > .jet-compare-button__link:hover {
          cursor: pointer; }
    .woocommerce-cart table.cart tr td.product-quantity input {
      width: 70px;
      text-align: center; }
      @media (max-width: 575px) {
        .woocommerce-cart table.cart tr td.product-quantity input {
          width: auto; } }
      .woocommerce-cart table.cart tr td.product-quantity input[type=number]::-webkit-inner-spin-button, .woocommerce-cart table.cart tr td.product-quantity input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0; }
    .woocommerce-cart table.cart tr td.product-thumbnail {
      width: 120px; }
    .woocommerce-cart table.cart tr td.product-name {
      font-size: 16px;
      line-height: 16px; }
      .woocommerce-cart table.cart tr td.product-name a {
        text-decoration: none; }
    .woocommerce-cart table.cart tr td.product-remove {
      padding: 10px 0 0;
      width: 50px; }
      @media (min-width: 576px) {
        .woocommerce-cart table.cart tr td.product-remove {
          padding: 23px 20px 17px; } }
      .woocommerce-cart table.cart tr td.product-remove a {
        font-size: 0; }
        .woocommerce-cart table.cart tr td.product-remove a::before {
          content: "";
          line-height: 18px;
          font-size: 16px; }

.woocommerce-cart .cart-collaterals {
  border: 1px solid #e8e9eb;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  padding: 30px;
  margin-top: 30px; }
  .woocommerce-cart .cart-collaterals h2 {
    font-size: calc(40px / 2);
    text-transform: uppercase; }
  .woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .checkout-button {
    font-size: 16px;
    padding: 15px 5px 15px;
    margin-top: 18px;
    background-color: #27d18b;
    width: 100%;
    text-decoration: none; }
    @media (max-width: 1199px) {
      .woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .checkout-button {
        font-size: 12px; } }
    .woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .checkout-button::before {
      content: "";
      font-size: calc(16px + 5px);
      padding-right: 5px; }
  .woocommerce-cart .cart-collaterals table {
    border: none; }
    .woocommerce-cart .cart-collaterals table tr {
      vertical-align: baseline; }
      .woocommerce-cart .cart-collaterals table tr th {
        font-size: 16px;
        padding-right: 25px; }
      .woocommerce-cart .cart-collaterals table tr.shipping td {
        font-size: 16px; }
        .woocommerce-cart .cart-collaterals table tr.shipping td .shipping-calculator-button::before {
          content: "";
          font-size: 16px;
          padding-right: 5px; }
      .woocommerce-cart .cart-collaterals table tr.cart-subtotal .amount {
        font-size: 16px; }
        @media (min-width: 1025px) {
          .woocommerce-cart .cart-collaterals table tr.cart-subtotal .amount {
            font-size: 20px; } }
      .woocommerce-cart .cart-collaterals table tr .shipping-calculator-form {
        padding: 20px 0; }
        .woocommerce-cart .cart-collaterals table tr .shipping-calculator-form input {
          width: 220px; }

@media (min-width: 768px) and (max-width: 1024px) {
  .woocommerce-cart .cart-collaterals table tr .shipping-calculator-form input {
    width: 150px; } }
        .woocommerce-cart .cart-collaterals table tr .shipping-calculator-form .button, .woocommerce-cart .cart-collaterals table tr .shipping-calculator-form .jet-compare-button__container .jet-compare-button__link, .jet-compare-button__container .woocommerce-cart .cart-collaterals table tr .shipping-calculator-form .jet-compare-button__link {
          display: block;
          width: 100%; }
          .woocommerce-cart .cart-collaterals table tr .shipping-calculator-form .button::before, .woocommerce-cart .cart-collaterals table tr .shipping-calculator-form .jet-compare-button__container .jet-compare-button__link::before, .jet-compare-button__container .woocommerce-cart .cart-collaterals table tr .shipping-calculator-form .jet-compare-button__link::before {
            content: "";
            font-size: 16px;
            padding-right: 5px; }
        .woocommerce-cart .cart-collaterals table tr .shipping-calculator-form p + p {
          margin-top: 20px; }
      .woocommerce-cart .cart-collaterals table tr.order-total .amount {
        font-size: 18px; }
        @media (min-width: 1025px) {
          .woocommerce-cart .cart-collaterals table tr.order-total .amount {
            font-size: calc(20px * 1.4); } }
      .woocommerce-cart .cart-collaterals table tr td, .woocommerce-cart .cart-collaterals table tr th {
        padding-top: 15px;
        padding-bottom: 15px;
        border: none; }

#page .select2-selection {
  height: 50px;
  border-color: #e8e9eb; }
  #page .select2-selection b {
    margin-top: 0; }
  #page .select2-selection .select2-selection__rendered {
    padding: 10px 12px; }

#page .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px; }

.select2-dropdown {
  border-color: #e8e9eb; }

/**
 * Checkout page
 */
.woocommerce-checkout .woocommerce {
  max-width: 570px;
  margin: 0 auto; }

.woocommerce-checkout.sticky-order-block .woocommerce {
  max-width: 100%;
  margin: 0; }

.woocommerce-checkout .woocommerce-error {
  margin-left: 0; }

.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-checkout h3 {
  font-size: 20px;
  line-height: 32px;
  margin: 0 0 10px; }

.woocommerce-checkout .woocommerce-info {
  border: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  padding: 0; }
  .woocommerce-checkout .woocommerce-info::before {
    content: '';
    display: none; }

.woocommerce-checkout .woocommerce-form-login p:not(.form-row) {
  margin-bottom: 26px; }

.woocommerce-checkout form.woocommerce-checkout,
.woocommerce-checkout .woocommerce-form-login + .woocommerce-info {
  border-top: 1px solid #e8e9eb;
  padding-top: 30px;
  margin-top: 30px; }

.woocommerce-checkout .woocommerce-info a {
  font-size: 14px; }

.woocommerce-checkout .woocommerce-billing-fields h3 {
  margin-bottom: 25px; }

.woocommerce-checkout #order_review_heading {
  margin: 45px 0 30px; }

.woocommerce-checkout .site-content label {
  margin: 0 0 12px; }

.woocommerce-checkout label {
  display: block;
  font-size: 16px;
  line-height: 19px; }

.woocommerce-checkout input.input-text {
  width: 100%; }

.woocommerce-checkout .clear + .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px; }
  .woocommerce-checkout .clear + .form-row label.inline {
    margin: 0 0 0 30px; }

.woocommerce-checkout .woocommerce-checkout-review-order table {
  border: 1px solid #e8e9eb;
  width: 100%; }
  .woocommerce-checkout .woocommerce-checkout-review-order table thead {
    border-bottom: 1px solid #e8e9eb; }
  .woocommerce-checkout .woocommerce-checkout-review-order table .amount {
    font-size: 20px;
    line-height: 1.25; }
  .woocommerce-checkout .woocommerce-checkout-review-order table tr.order-total .amount {
    font-size: calc(20px * 1.4); }
  .woocommerce-checkout .woocommerce-checkout-review-order table tr th {
    padding: 7px 20px; }
  .woocommerce-checkout .woocommerce-checkout-review-order table tr th:last-child, .woocommerce-checkout .woocommerce-checkout-review-order table tr td:last-child {
    width: 140px; }
  .woocommerce-checkout .woocommerce-checkout-review-order table tr th, .woocommerce-checkout .woocommerce-checkout-review-order table tr td {
    font-size: 14px; }
  .woocommerce-checkout .woocommerce-checkout-review-order table tbody tr td {
    padding: 17px 20px;
    border-bottom: 1px solid #e8e9eb; }
  .woocommerce-checkout .woocommerce-checkout-review-order table tfoot tr:first-child th, .woocommerce-checkout .woocommerce-checkout-review-order table tfoot tr:first-child td {
    padding-top: 20px; }
  .woocommerce-checkout .woocommerce-checkout-review-order table tfoot tr:last-child th, .woocommerce-checkout .woocommerce-checkout-review-order table tfoot tr:last-child td {
    padding-bottom: 20px; }
  .woocommerce-checkout .woocommerce-checkout-review-order table tfoot tr th {
    text-align: right;
    padding-right: 0; }
  .woocommerce-checkout .woocommerce-checkout-review-order table tfoot tr td {
    padding: 7px 20px; }

.woocommerce-checkout .wc_payment_methods {
  margin: 15px 0;
  list-style: none; }

.woocommerce-checkout .place-order .button, .woocommerce-checkout .place-order .jet-compare-button__container .jet-compare-button__link, .jet-compare-button__container .woocommerce-checkout .place-order .jet-compare-button__link {
  font-size: 16px;
  padding: 15px 5px 15px;
  margin-top: 18px;
  background-color: #27d18b;
  width: 100%; }
  .woocommerce-checkout .place-order .button::before, .woocommerce-checkout .place-order .jet-compare-button__container .jet-compare-button__link::before, .jet-compare-button__container .woocommerce-checkout .place-order .jet-compare-button__link::before {
    content: "";
    font-size: calc(16px + 5px);
    padding-right: 5px; }

.woocommerce-checkout #customer_details .col-1 {
  margin-bottom: 50px; }

.woocommerce-checkout.sticky-order-block form.woocommerce-checkout #customer_details {
  width: 55%;
  float: left;
  margin-right: 4.347826087%; }

.woocommerce-checkout.sticky-order-block form.woocommerce-checkout .order_review_wrap {
  width: 40%;
  float: right;
  margin-right: 0;
  clear: right;
  padding: 2em;
  border: 2px solid #ebebeb; }

.woocommerce-checkout.sticky-order-block form.woocommerce-checkout #order_review_heading {
  margin-top: 0;
  font-size: 1.2rem; }

.woocommerce-checkout.sticky-order-block form.woocommerce-checkout #order_review.woocommerce-checkout-review-order table {
  border: 0; }

#shipping_method {
  list-style: none;
  margin: 0; }
  #shipping_method li * {
    display: inline-block; }

.wc_payment_methods li * {
  display: inline-block; }

.wc_payment_methods li .payment_box {
  padding: 20px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  margin: 10px 0 15px;
  display: block; }
  .wc_payment_methods li .payment_box p {
    margin-bottom: 0; }

.wc_payment_methods li.payment_method_paypal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .wc_payment_methods li.payment_method_paypal label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 96%;
    position: relative;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 5px;
    margin-bottom: 0; }
  .wc_payment_methods li.payment_method_paypal .payment_box.payment_method_paypal {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
    margin-top: 20px; }
  .wc_payment_methods li.payment_method_paypal img {
    margin: 0 10px;
    max-width: 160px;
    position: absolute;
    top: 45%;
    left: 50px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.wc_payment_methods li + li {
  margin-top: 10px; }

.woocommerce-shipping-fields #ship-to-different-address {
  margin: 30px 0 30px 0; }

/**
 * Compare
 */
/**
 * My account page
 */
.woocommerce-account header.entry-header {
  display: none; }

.woocommerce-account .entry-content a {
  text-decoration: none; }

.woocommerce-account .woocommerce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .woocommerce-account .woocommerce .woocommerce-error {
    width: 100%; }
  .woocommerce-account .woocommerce .u-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .woocommerce-account .woocommerce .u-columns > * {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%; }
      @media (min-width: 576px) {
        .woocommerce-account .woocommerce .u-columns > * {
          -webkit-box-flex: 1;
              -ms-flex: 1 1 calc(50% - 15px);
                  flex: 1 1 calc(50% - 15px); } }
    .woocommerce-account .woocommerce .u-columns .u-column2 {
      padding-left: 0; }
      @media (min-width: 576px) {
        .woocommerce-account .woocommerce .u-columns .u-column2 {
          padding-left: 30px; } }
    .woocommerce-account .woocommerce .u-columns input.input-text {
      width: 100%; }
    .woocommerce-account .woocommerce .u-columns .woocommerce-form__label-for-checkbox {
      display: block;
      margin-bottom: 20px; }
  .woocommerce-account .woocommerce > h2,
  .woocommerce-account .woocommerce > .woocommerce-form-login {
    display: block;
    width: 100%; }
    @media (min-width: 768px) {
      .woocommerce-account .woocommerce > h2,
      .woocommerce-account .woocommerce > .woocommerce-form-login {
        width: 51%;
        margin-left: auto;
        margin-right: auto; } }
  .woocommerce-account .woocommerce > h2 {
    text-align: center; }
  .woocommerce-account .woocommerce label:not(.woocommerce-form__label-for-checkbox) {
    display: block;
    font-size: 16px;
    line-height: 19px;
    margin: 0 0 12px; }
  .woocommerce-account .woocommerce > .woocommerce-form-login .woocommerce-form__label-for-checkbox {
    margin-left: 10px; }
  .woocommerce-account .woocommerce > .woocommerce-form-login input.input-text {
    width: 100%; }
  .woocommerce-account .woocommerce > .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: block;
    margin-bottom: 10px; }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    width: 100%;
    margin-bottom: 30px; }
    @media (min-width: 576px) {
      .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
        width: auto;
        margin-bottom: 0; } }
    @media (min-width: 768px) {
      .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
        width: 270px; } }
    .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
      list-style: none;
      margin: 0; }
      .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 1px; }
        .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
          display: block;
          padding: 13px 20px;
          -webkit-border-radius: 4px;
                  border-radius: 4px;
          border: 1px solid #e8e9eb; }
        .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li + li {
          margin-top: 10px; }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    padding-left: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%; }
    @media (min-width: 576px) {
      .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
        padding-left: 30px;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        width: calc(100% - 300px); } }
    .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields #billing_first_name_field,
    .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields #billing_last_name_field {
      display: inline-block;
      width: 50%; }
    .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields #billing_first_name_field {
      padding-right: 15px; }
    .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields #billing_last_name_field {
      padding-left: 15px; }
    .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields input {
      width: 100%; }
    .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper {
      margin-bottom: 30px; }
    .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-pagination {
      margin-bottom: 0;
      margin-top: 20px; }
    .woocommerce-account .woocommerce .woocommerce-MyAccount-content mark {
      background-color: transparent;
      font-style: normal;
      text-decoration: none;
      border: none; }
    .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title h3 {
      font-size: 20px; }
    .woocommerce-account .woocommerce .woocommerce-MyAccount-content label {
      font-size: 16px;
      line-height: 19px;
      margin: 0 0 12px;
      display: block; }
    .woocommerce-account .woocommerce .woocommerce-MyAccount-content legend {
      font-size: 20px;
      margin-bottom: 30px; }
    .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-column__title,
    .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details__title {
      font-size: 20px;
      margin: 20px 0; }
    .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
      border: none;
      padding: 0;
      margin-top: 40px; }
    .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm input {
      width: 100%; }
    .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm em {
      font-size: 14px; }
    .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .button, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .jet-compare-button__container .jet-compare-button__link, .jet-compare-button__container .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .jet-compare-button__link,
    .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .jet-compare-button__container .jet-compare-button__link,
    .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .jet-compare-button__link,
    .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .jet-wishlist-button__container .jet-wishlist-button__link,
    .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .jet-wishlist-button__link {
      margin-top: 30px; }
    .woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table,
    .woocommerce-account .woocommerce .woocommerce-MyAccount-content table.shop_table.order_details {
      width: 100%;
      border-top: 1px solid #e8e9eb; }
      .woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tr th.woocommerce-orders-table__header-order-actions .nobr,
      .woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tr th.download-file .nobr,
      .woocommerce-account .woocommerce .woocommerce-MyAccount-content table.shop_table.order_details tr th.woocommerce-orders-table__header-order-actions .nobr,
      .woocommerce-account .woocommerce .woocommerce-MyAccount-content table.shop_table.order_details tr th.download-file .nobr {
        font-size: 0; }
      .woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tr td.woocommerce-table__product-name .product-quantity,
      .woocommerce-account .woocommerce .woocommerce-MyAccount-content table.shop_table.order_details tr td.woocommerce-table__product-name .product-quantity {
        font-weight: 300; }
      .woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tr td.woocommerce-orders-table__cell-order-actions,
      .woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tr td.download-file,
      .woocommerce-account .woocommerce .woocommerce-MyAccount-content table.shop_table.order_details tr td.woocommerce-orders-table__cell-order-actions,
      .woocommerce-account .woocommerce .woocommerce-MyAccount-content table.shop_table.order_details tr td.download-file {
        text-align: right; }
        .woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tr td.woocommerce-orders-table__cell-order-actions .button, .woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tr td.woocommerce-orders-table__cell-order-actions .jet-compare-button__container .jet-compare-button__link, .jet-compare-button__container .woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tr td.woocommerce-orders-table__cell-order-actions .jet-compare-button__link,
        .woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tr td.download-file .button,
        .woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tr td.download-file .jet-compare-button__container .jet-compare-button__link,
        .jet-compare-button__container .woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tr td.download-file .jet-compare-button__link,
        .woocommerce-account .woocommerce .woocommerce-MyAccount-content table.shop_table.order_details tr td.woocommerce-orders-table__cell-order-actions .button,
        .woocommerce-account .woocommerce .woocommerce-MyAccount-content table.shop_table.order_details tr td.woocommerce-orders-table__cell-order-actions .jet-compare-button__container .jet-compare-button__link,
        .jet-compare-button__container .woocommerce-account .woocommerce .woocommerce-MyAccount-content table.shop_table.order_details tr td.woocommerce-orders-table__cell-order-actions .jet-compare-button__link,
        .woocommerce-account .woocommerce .woocommerce-MyAccount-content table.shop_table.order_details tr td.download-file .button,
        .woocommerce-account .woocommerce .woocommerce-MyAccount-content table.shop_table.order_details tr td.download-file .jet-compare-button__container .jet-compare-button__link,
        .jet-compare-button__container .woocommerce-account .woocommerce .woocommerce-MyAccount-content table.shop_table.order_details tr td.download-file .jet-compare-button__link {
          padding: 0;
          background-color: transparent;
          text-transform: none; }
      .woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tr td, .woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tr th,
      .woocommerce-account .woocommerce .woocommerce-MyAccount-content table.shop_table.order_details tr td,
      .woocommerce-account .woocommerce .woocommerce-MyAccount-content table.shop_table.order_details tr th {
        border-bottom: 1px solid #e8e9eb;
        font-size: 14px;
        padding: 3px 0; }
    .woocommerce-account .woocommerce .woocommerce-MyAccount-content address {
      font-style: normal; }
    .woocommerce-account .woocommerce .woocommerce-MyAccount-content > p:first-child {
      font-size: 20px; }
    .woocommerce-account .woocommerce .woocommerce-MyAccount-content > p {
      font-size: 18px; }

.woocommerce-order-received .woocommerce-order .woocommerce-notice,
.woocommerce-order-received .woocommerce-order .woocommerce-order-overview + p {
  font-size: 20px; }

.woocommerce-order-received .woocommerce-order ul.woocommerce-order-overview {
  list-style: none;
  margin-left: 0; }
  .woocommerce-order-received .woocommerce-order ul.woocommerce-order-overview li + li {
    margin-top: 3px; }

.woocommerce-order-received .woocommerce-order table.woocommerce-orders-table,
.woocommerce-order-received .woocommerce-order table.shop_table.order_details {
  width: 100%;
  border-top: 1px solid #e8e9eb; }
  .woocommerce-order-received .woocommerce-order table.woocommerce-orders-table tr th.woocommerce-orders-table__header-order-actions .nobr,
  .woocommerce-order-received .woocommerce-order table.shop_table.order_details tr th.woocommerce-orders-table__header-order-actions .nobr {
    font-size: 0; }
  .woocommerce-order-received .woocommerce-order table.woocommerce-orders-table tr td.woocommerce-orders-table__cell-order-actions,
  .woocommerce-order-received .woocommerce-order table.shop_table.order_details tr td.woocommerce-orders-table__cell-order-actions {
    text-align: right; }
    .woocommerce-order-received .woocommerce-order table.woocommerce-orders-table tr td.woocommerce-orders-table__cell-order-actions .button, .woocommerce-order-received .woocommerce-order table.woocommerce-orders-table tr td.woocommerce-orders-table__cell-order-actions .jet-compare-button__container .jet-compare-button__link, .jet-compare-button__container .woocommerce-order-received .woocommerce-order table.woocommerce-orders-table tr td.woocommerce-orders-table__cell-order-actions .jet-compare-button__link,
    .woocommerce-order-received .woocommerce-order table.shop_table.order_details tr td.woocommerce-orders-table__cell-order-actions .button,
    .woocommerce-order-received .woocommerce-order table.shop_table.order_details tr td.woocommerce-orders-table__cell-order-actions .jet-compare-button__container .jet-compare-button__link,
    .jet-compare-button__container .woocommerce-order-received .woocommerce-order table.shop_table.order_details tr td.woocommerce-orders-table__cell-order-actions .jet-compare-button__link {
      padding: 0;
      background-color: transparent;
      text-transform: none; }
  .woocommerce-order-received .woocommerce-order table.woocommerce-orders-table tr td, .woocommerce-order-received .woocommerce-order table.woocommerce-orders-table tr th,
  .woocommerce-order-received .woocommerce-order table.shop_table.order_details tr td,
  .woocommerce-order-received .woocommerce-order table.shop_table.order_details tr th {
    border-bottom: 1px solid #e8e9eb;
    font-size: 14px;
    padding: 3px 0; }

.woocommerce-order-received .woocommerce-order address {
  font-style: normal; }

.woocommerce-order-received .woocommerce-order .woocommerce-column__title,
.woocommerce-order-received .woocommerce-order .woocommerce-order-details__title {
  font-size: 20px;
  margin: 20px 0; }

p.order-again {
  margin-top: 20px; }

table.woocommerce-table--order-downloads.shop_table tr th.download-file .nobr {
  font-size: 0; }

table.woocommerce-table--order-downloads.shop_table tbody tr td.download-file {
  text-align: right; }
  table.woocommerce-table--order-downloads.shop_table tbody tr td.download-file .button, table.woocommerce-table--order-downloads.shop_table tbody tr td.download-file .jet-compare-button__container .jet-compare-button__link, .jet-compare-button__container table.woocommerce-table--order-downloads.shop_table tbody tr td.download-file .jet-compare-button__link {
    display: inline-block;
    background-color: transparent;
    text-transform: none;
    padding: 0; }

/**
 * Order page
 */
/**
 * Wishlist
 */
/*        Product        */
/**
 * Product main styles
 */
.products a:focus {
  outline: none; }

.products .product {
  margin: 0 0 50px 0; }
  .products .product .product-content {
    position: relative;
    padding: 0; }
    .products .product .product-content .woocommerce-loop-product__link {
      position: relative;
      display: block;
      margin-bottom: 21px; }
      .products .product .product-content .woocommerce-loop-product__link img {
        width: 100%; }
    .products .product .product-content .woocommerce-loop-product__category {
      display: block;
      margin-bottom: 7px;
      font-weight: 800;
      line-height: 22px;
      font-size: 14px; }
      .products .product .product-content .woocommerce-loop-product__category a {
        display: inline-block;
        font-weight: 800;
        line-height: 22px;
        font-size: 14px; }
    .products .product .product-content .woocommerce-loop-product__description {
      margin-bottom: 15px;
      line-height: 22px;
      font-size: 14px;
      color: #A0A3AA; }
    .products .product .product-content .woocommerce-loop-product__tags {
      display: block;
      margin-bottom: 9px;
      line-height: 25px;
      font-size: 14px;
      color: #A0A3AA; }
      .products .product .product-content .woocommerce-loop-product__tags a {
        display: inline-block;
        font-weight: 400;
        color: #A0A3AA; }
    .products .product .product-content .woocommerce-loop-product .button, .products .product .product-content .woocommerce-loop-product .jet-compare-button__container .jet-compare-button__link, .jet-compare-button__container .products .product .product-content .woocommerce-loop-product .jet-compare-button__link,
    .products .product .product-content .woocommerce-loop-product .jet-compare-button__container .jet-compare-button__link,
    .products .product .product-content .woocommerce-loop-product .jet-compare-button__container .jet-compare-button__link,
    .products .product .product-content .woocommerce-loop-product .jet-wishlist-button__container .jet-wishlist-button__link,
    .products .product .product-content .woocommerce-loop-product .jet-wishlist-button__container .jet-wishlist-button__link {
      overflow: hidden;
      margin-bottom: 15px;
      padding-left: 30px;
      padding-right: 30px;
      white-space: nowrap;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      border: 1px solid #E8E9EB;
      background-color: transparent; }
      .products .product .product-content .woocommerce-loop-product .button:hover, .products .product .product-content .woocommerce-loop-product .jet-compare-button__container .jet-compare-button__link:hover, .jet-compare-button__container .products .product .product-content .woocommerce-loop-product .jet-compare-button__link:hover,
      .products .product .product-content .woocommerce-loop-product .jet-compare-button__container .jet-compare-button__link:hover,
      .products .product .product-content .woocommerce-loop-product .jet-compare-button__container .jet-compare-button__link:hover,
      .products .product .product-content .woocommerce-loop-product .jet-wishlist-button__container .jet-wishlist-button__link:hover,
      .products .product .product-content .woocommerce-loop-product .jet-wishlist-button__container .jet-wishlist-button__link:hover {
        border-color: transparent; }
    .products .product .product-content .woocommerce-loop-product .star-rating {
      margin: 0 0 14px;
      height: 19px; }
    .products .product .product-content .price {
      display: block;
      width: 100%; }
  .products .product.content_align-center {
    text-align: center; }
    .products .product.content_align-center .star-rating {
      margin-left: auto !important;
      margin-right: auto !important; }
  .products .product.content_align-right {
    text-align: right; }
    .products .product.content_align-right .star-rating {
      margin-left: auto !important; }

/**
 * Product list styles
 */
ul.products.products-list li.product .product-content .woocommerce-loop-product__link {
  display: block;
  position: relative;
  margin: 0 0 20px; }
  @media (min-width: 500px) {
    ul.products.products-list li.product .product-content .woocommerce-loop-product__link {
      float: left;
      width: 200px;
      margin-right: 30px; } }

ul.products.products-list li.product .product-content .woocommerce-loop-product__category {
  display: block; }
  @media (min-width: 1025px) {
    ul.products.products-list li.product .product-content .woocommerce-loop-product__category {
      max-width: 45%;
      min-width: 180px; } }

ul.products.products-list li.product .product-content .woocommerce-loop-product__title {
  display: block;
  margin-bottom: 8px; }
  @media (min-width: 1025px) {
    ul.products.products-list li.product .product-content .woocommerce-loop-product__title {
      max-width: 45%;
      min-width: 180px; } }

ul.products.products-list li.product .product-content .woocommerce-loop-product__description {
  display: block; }
  @media (min-width: 1025px) {
    ul.products.products-list li.product .product-content .woocommerce-loop-product__description {
      max-width: 45%;
      min-width: 180px; } }

ul.products.products-list li.product .product-content .gutenix-loop-product-summary-wrap {
  position: relative; }
  @media (min-width: 500px) {
    ul.products.products-list li.product .product-content .gutenix-loop-product-summary-wrap {
      display: inline-block;
      vertical-align: middle;
      width: calc(100% - 230px); } }
  @media (min-width: 1025px) {
    ul.products.products-list li.product .product-content .gutenix-loop-product-summary-wrap .star-rating {
      position: absolute;
      top: 0;
      right: 0; } }

@media (min-width: 1025px) {
  ul.products.products-list li.product .product-content .gutenix-loop-product-summary-wrap {
    /* .price {
						position: absolute;
						right: 0;
						top: 40px;
					} */ }
    ul.products.products-list li.product .product-content .gutenix-loop-product-summary-wrap .button, ul.products.products-list li.product .product-content .gutenix-loop-product-summary-wrap .jet-compare-button__container .jet-compare-button__link, .jet-compare-button__container ul.products.products-list li.product .product-content .gutenix-loop-product-summary-wrap .jet-compare-button__link {
      position: absolute;
      right: 0;
      top: 86px;
      max-width: 270px; }
    ul.products.products-list li.product .product-content .gutenix-loop-product-summary-wrap .jet-compare-button__container .jet-compare-button__link {
      position: absolute;
      right: 0;
      top: 86px;
      max-width: 270px; }
    ul.products.products-list li.product .product-content .gutenix-loop-product-summary-wrap .jet-wishlist-button__container .jet-wishlist-button__link {
      position: absolute;
      right: 0;
      top: 86px;
      max-width: 270px; }
  .jet-compare-button__container ul.products.products-list li.product .product-content .gutenix-loop-product-summary-wrap .jet-compare-button__link {
    position: absolute;
    right: 0;
    top: 86px;
    max-width: 270px; }
  .jet-wishlist-button__container ul.products.products-list li.product .product-content .gutenix-loop-product-summary-wrap .jet-wishlist-button__link {
    position: absolute;
    right: 0;
    top: 86px;
    max-width: 270px; } }

/**
 * Product grid styles
 */
.products.products-grid .product .added_to_cart,
.products.products-grid .product .button,
.products.products-grid .product .jet-compare-button__container .jet-compare-button__link,
.jet-compare-button__container .products.products-grid .product .jet-compare-button__link {
  width: 100%; }

.products.products-grid .product .jet-compare-button__container {
  margin-top: 10px;
  margin-bottom: 10px; }
  .products.products-grid .product .jet-compare-button__container .jet-compare-button__link {
    margin: 0;
    width: 100%; }

.products.products-grid .product .jet-wishlist-button__container {
  margin-top: 10px;
  margin-bottom: 10px; }
  .products.products-grid .product .jet-wishlist-button__container .jet-wishlist-button__link {
    margin: 0;
    width: 100%; }

.products.products-grid .product .product img {
  width: 100%; }

.products.products-grid .product .star-rating {
  margin: 10px 0 30px 0; }

/*        Categories        */
/**
 * Category main styles
 */
.products .product-category {
  margin: 0 0 30px 0; }
  .products .product-category .category-content {
    padding: 30px;
    border: 1px solid #e8e9eb;
    -webkit-border-radius: 4px;
            border-radius: 4px; }
    .products .product-category .category-content img {
      width: 100%;
      margin-bottom: 33px; }
    .products .product-category .category-content > a {
      text-decoration: none; }
    .products .product-category .category-content .woocommerce-loop-category__description {
      margin-bottom: 23px;
      font-weight: 400;
      line-height: 26px;
      font-size: 16px; }

.woocommerce-loop-category__title {
  text-align: left;
  font-size: 14px;
  line-height: 1.6;
  margin: 8px 0;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }
  .woocommerce-loop-category__title .count {
    display: inline-block;
    vertical-align: top;
    font-weight: 400;
    line-height: 24px;
    font-size: 14px;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out; }

/*       Single Product        */
/**
 * Variations form
 */
.woocommerce table.variations {
  width: 100%;
  max-width: 370px;
  margin-bottom: 0; }
  .woocommerce table.variations tr, .woocommerce table.variations td {
    display: block; }
  .woocommerce table.variations tr td {
    font-size: 14px;
    padding: 0; }
  .woocommerce table.variations .label {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    margin: 0 0 12px;
    text-transform: capitalize; }
  .woocommerce table.variations tr + tr {
    padding-top: 24px;
    border: 0; }
  .woocommerce table.variations tr:last-child select {
    margin-bottom: 23px; }
  .woocommerce table.variations select {
    width: 100%; }
  .woocommerce table.variations .reset_variations {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding: 0;
    display: inline-block !important;
    margin-bottom: 10px; }

.single-product .summary .woocommerce-variation-price .price {
  margin: 0 0 25px; }

.single-product .summary .quantity {
  display: inline-block;
  max-width: 100px;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .single-product .summary .quantity {
      display: block;
      width: 100%;
      min-width: 100%; } }
  .single-product .summary .quantity + .single_add_to_cart_button {
    margin-left: 18px; }
    @media (max-width: 767px) {
      .single-product .summary .quantity + .single_add_to_cart_button {
        display: block;
        margin-left: 0;
        margin-top: 10px; } }
  .single-product .summary .quantity label {
    clip: auto;
    top: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 5px; }
  .single-product .summary .quantity input {
    width: 100%;
    text-align: center; }

.single-product .single_add_to_cart_button {
  display: inline-block;
  width: 100%;
  max-width: 250px;
  margin: 0; }
  @media (max-width: 1024px) {
    .single-product .single_add_to_cart_button {
      width: calc(100% - 123px); } }
  @media (max-width: 767px) {
    .single-product .single_add_to_cart_button {
      width: 100%;
      min-width: 100%; } }
  .single-product .single_add_to_cart_button.disabled {
    opacity: .3; }

table.woocommerce-grouped-product-list tr {
  display: block;
  width: 100%;
  padding: 10px 0; }
  table.woocommerce-grouped-product-list tr.product {
    width: 100%;
    display: table-row; }
  table.woocommerce-grouped-product-list tr + tr {
    border-top: 1px solid #e8e9eb; }
  table.woocommerce-grouped-product-list tr td {
    padding: 15px 10px 15px 0; }
    table.woocommerce-grouped-product-list tr td .quantity {
      margin-bottom: 0; }
    table.woocommerce-grouped-product-list tr td.woocommerce-grouped-product-list-item__quantity input[type=number]::-webkit-inner-spin-button,
    table.woocommerce-grouped-product-list tr td.woocommerce-grouped-product-list-item__quantity input[type=number]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    table.woocommerce-grouped-product-list tr td.woocommerce-grouped-product-list-item__quantity .quantity {
      min-width: 100px;
      margin: 0; }
    table.woocommerce-grouped-product-list tr td.woocommerce-grouped-product-list-item__quantity .button, table.woocommerce-grouped-product-list tr td.woocommerce-grouped-product-list-item__quantity .jet-compare-button__container .jet-compare-button__link, .jet-compare-button__container table.woocommerce-grouped-product-list tr td.woocommerce-grouped-product-list-item__quantity .jet-compare-button__link,
    table.woocommerce-grouped-product-list tr td.woocommerce-grouped-product-list-item__quantity .jet-compare-button__container .jet-compare-button__link,
    table.woocommerce-grouped-product-list tr td.woocommerce-grouped-product-list-item__quantity .jet-compare-button__link,
    table.woocommerce-grouped-product-list tr td.woocommerce-grouped-product-list-item__quantity .jet-wishlist-button__container .jet-wishlist-button__link,
    table.woocommerce-grouped-product-list tr td.woocommerce-grouped-product-list-item__quantity .jet-wishlist-button__link {
      padding: 8px 18px;
      font-size: 12px; }
    table.woocommerce-grouped-product-list tr td.woocommerce-grouped-product-list-item__label {
      padding-right: 10px; }
      table.woocommerce-grouped-product-list tr td.woocommerce-grouped-product-list-item__label label {
        min-width: 160px; }
    table.woocommerce-grouped-product-list tr td.woocommerce-grouped-product-list-item__price {
      font-size: 14px; }
    table.woocommerce-grouped-product-list tr td.woocommerce-grouped-product-list-item__price ins {
      font-style: normal;
      border: none;
      color: #da4747; }

/**
 * Single product reviews
 */
/*     single product comment form       */
ol.commentlist {
  list-style: none;
  margin: 0; }
  ol.commentlist li .comment_container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    ol.commentlist li .comment_container img {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 60px;
      height: 60px;
      margin: 0 15px 5px 0;
      -webkit-border-radius: 50%;
              border-radius: 50%; }
    ol.commentlist li .comment_container .comment-text {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 200px;
      flex: 1 1 200px;
      max-width: 100%; }
      ol.commentlist li .comment_container .comment-text .star-rating {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 10px; }
      ol.commentlist li .comment_container .comment-text .meta {
        display: inline-block;
        margin-bottom: 0;
        font-size: 18px;
        line-height: 28px; }
      ol.commentlist li .comment_container .comment-text .description {
        margin-top: 10px;
        padding: 1rem;
        margin-bottom: 0;
        font-size: 18px;
        line-height: 28px;
        border: 1px solid #e8e9eb;
        -webkit-border-radius: 4px;
                border-radius: 4px; }
  ol.commentlist li + li {
    margin-top: 50px; }

.comment-respond .comment-reply-title {
  display: block;
  margin: 30px 0 10px 0;
  font-size: 24px; }

/*     single product comment form       */
.woocommerce-Reviews .comment-form label {
  display: block;
  font-size: 16px;
  line-height: 19px;
  margin: 0 0 12px; }

.woocommerce-Reviews .comment-form input {
  display: block; }

.woocommerce-Reviews .comment-form-comment label {
  font-weight: 700; }

.woocommerce-Reviews .comment-form-author label {
  font-weight: 700; }

.woocommerce-Reviews .comment-form-email label {
  font-weight: 700; }

.woocommerce-Reviews .comment-form-url label {
  font-weight: 700; }

.woocommerce-Reviews .comment-form-rating {
  margin-bottom: 18px; }
  .woocommerce-Reviews .comment-form-rating label {
    display: inline-block;
    font-weight: 700; }
  .woocommerce-Reviews .comment-form-rating .stars {
    width: calc(5.8em + 1.2em); }

.woocommerce-Reviews .comment-form-cookies-consent input {
  display: inline-block; }

.woocommerce-Reviews .comment-form-cookies-consent label {
  display: inline-block; }

/**
 * WooCommerce tabs
 */
.woocommerce-tabs {
  padding: 20px 0;
  border-bottom: 1px solid #e8e9eb; }
  .woocommerce-tabs .panel {
    padding: 56px 0; }
    .woocommerce-tabs .panel h2 {
      margin: 0 0 40px; }
    .woocommerce-tabs .panel.woocommerce-Tabs-panel--additional_information table tr th {
      width: 180px;
      max-width: 180px;
      padding-right: 15px;
      padding-bottom: 13px;
      padding-top: 12px;
      font-weight: 700;
      line-height: 25px;
      font-size: 20px; }
    .woocommerce-tabs .panel.woocommerce-Tabs-panel--additional_information table tr td a {
      text-decoration: none; }
  .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title {
    margin: 0 0 20px;
    font-size: 20px; }
  .woocommerce-tabs .tabs {
    list-style: none;
    margin: 75px 0 0 0; }
    .woocommerce-tabs .tabs.wc-tabs {
      border-bottom: 1px solid #e8e9eb; }
    .woocommerce-tabs .tabs li {
      position: relative;
      font-size: 16px;
      line-height: 22px; }
      .woocommerce-tabs .tabs li a {
        display: inline-block;
        padding: 10px 0; }
      @media (min-width: 768px) {
        .woocommerce-tabs .tabs li {
          display: inline-block; }
          .woocommerce-tabs .tabs li:first-child {
            padding-right: 20px; }
          .woocommerce-tabs .tabs li + li {
            padding-left: 20px;
            padding-right: 20px; }
          .woocommerce-tabs .tabs li a {
            padding: 20px 0; } }
      .woocommerce-tabs .tabs li::before {
        display: none; }
      .woocommerce-tabs .tabs li.active::before {
        content: ""; }

.woocommerce-Tabs-panel--description.panel p, .woocommerce-Tabs-panel--description.panel li {
  font-size: 20px;
  line-height: 33px; }

/**
 * Single Product Thumbnails
 */
.woocommerce-product-gallery {
  position: relative; }
  @media (min-width: 1024px) {
    body.no-sidebar .woocommerce-product-gallery {
      padding-right: 25px; } }
  .woocommerce-product-gallery__trigger {
    display: inline-block;
    height: 50px;
    width: 50px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    border: none;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    text-align: center;
    font-size: 0; }
    .woocommerce-product-gallery__trigger::before {
      content: "";
      font-size: 16px;
      line-height: 50px; }
    .woocommerce-product-gallery__trigger img {
      display: none !important; }
  .woocommerce-product-gallery .woocommerce-product-gallery__image > a {
    display: block;
    font-size: 0; }
  .woocommerce-product-gallery .flex-control-thumbs {
    list-style: none;
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
    margin-left: -10px;
    margin-right: -10px;
    text-align: center; }
    .woocommerce-product-gallery .flex-control-thumbs li {
      display: inline-block;
      vertical-align: top;
      width: 20%;
      padding-left: 10px;
      padding-right: 10px;
      margin-bottom: 20px;
      margin-left: 0 !important; }
      .woocommerce-product-gallery .flex-control-thumbs li img {
        border: none;
        -webkit-border-radius: 0;
                border-radius: 0; }
      .woocommerce-product-gallery .flex-control-thumbs li:hover {
        cursor: pointer; }
    .woocommerce-product-gallery .flex-control-thumbs li + li {
      margin-left: 10px; }
  .woocommerce-product-gallery .zoomImg {
    background: #ffffff; }

.woocommerce-product-gallery--columns-6 li {
  display: block;
  width: calc( (100%/6) - (50px/6)); }

/*
*
* Compare & Wishlist Single Page Styles
*
*/
.single-product .jet-compare-button__container,
.single-product .jet-wishlist-button__container {
  margin-top: 10px;
  margin-bottom: 10px; }
  .single-product .jet-compare-button__container a,
  .single-product .jet-wishlist-button__container a {
    width: 100%; }

/*       Plugins        */
/**
 * Elementor widgets
 */
.elementor-widget-wp-widget-woocommerce_product_categories .product-categories li:before {
  width: 10px;
  height: 10px;
  left: 6px;
  top: 6px;
  -webkit-border-radius: 50%;
          border-radius: 50%; }

.elementor-widget-wc-categories li.product {
  max-width: none !important; }
  .elementor-widget-wc-categories li.product img {
    width: 100%; }

/**
 * Jet elements widgets
 */
.elementor-woo-featured-products .star-rating,
.elementor-woo-sale-products .star-rating,
.elementor-woo-best-selling-products .star-rating,
.elementor-woo-top-rated-products .star-rating,
.elementor-woo-recent-products .star-rating {
  margin: 30px 0 0 auto; }

.elementor-woo-featured-products .product_type_grouped,
.elementor-woo-featured-products .add_to_cart_button,
.elementor-woo-featured-products .product_type_variable,
.elementor-woo-sale-products .product_type_grouped,
.elementor-woo-sale-products .add_to_cart_button,
.elementor-woo-sale-products .product_type_variable,
.elementor-woo-best-selling-products .product_type_grouped,
.elementor-woo-best-selling-products .add_to_cart_button,
.elementor-woo-best-selling-products .product_type_variable,
.elementor-woo-top-rated-products .product_type_grouped,
.elementor-woo-top-rated-products .add_to_cart_button,
.elementor-woo-top-rated-products .product_type_variable,
.elementor-woo-recent-products .product_type_grouped,
.elementor-woo-recent-products .add_to_cart_button,
.elementor-woo-recent-products .product_type_variable {
  display: block; }

@media (max-width: 1024px) {
  .elementor-woo-featured-products ul.products.columns-2 li.product,
  .elementor-woo-sale-products ul.products.columns-2 li.product,
  .elementor-woo-best-selling-products ul.products.columns-2 li.product,
  .elementor-woo-top-rated-products ul.products.columns-2 li.product,
  .elementor-woo-recent-products ul.products.columns-2 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; } }

@media (max-width: 480px) {
  .elementor-woo-featured-products ul.products.columns-2 li.product,
  .elementor-woo-sale-products ul.products.columns-2 li.product,
  .elementor-woo-best-selling-products ul.products.columns-2 li.product,
  .elementor-woo-top-rated-products ul.products.columns-2 li.product,
  .elementor-woo-recent-products ul.products.columns-2 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; } }

@media (max-width: 1024px) {
  .elementor-woo-featured-products ul.products.columns-3 li.product,
  .elementor-woo-sale-products ul.products.columns-3 li.product,
  .elementor-woo-best-selling-products ul.products.columns-3 li.product,
  .elementor-woo-top-rated-products ul.products.columns-3 li.product,
  .elementor-woo-recent-products ul.products.columns-3 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; } }

@media (max-width: 480px) {
  .elementor-woo-featured-products ul.products.columns-3 li.product,
  .elementor-woo-sale-products ul.products.columns-3 li.product,
  .elementor-woo-best-selling-products ul.products.columns-3 li.product,
  .elementor-woo-top-rated-products ul.products.columns-3 li.product,
  .elementor-woo-recent-products ul.products.columns-3 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; } }

@media (max-width: 1199px) {
  .elementor-woo-featured-products ul.products.columns-4 li.product,
  .elementor-woo-sale-products ul.products.columns-4 li.product,
  .elementor-woo-best-selling-products ul.products.columns-4 li.product,
  .elementor-woo-top-rated-products ul.products.columns-4 li.product,
  .elementor-woo-recent-products ul.products.columns-4 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; } }

@media (max-width: 1024px) {
  .elementor-woo-featured-products ul.products.columns-4 li.product,
  .elementor-woo-sale-products ul.products.columns-4 li.product,
  .elementor-woo-best-selling-products ul.products.columns-4 li.product,
  .elementor-woo-top-rated-products ul.products.columns-4 li.product,
  .elementor-woo-recent-products ul.products.columns-4 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    max-width: 33.3333%; } }

@media (max-width: 767px) {
  .elementor-woo-featured-products ul.products.columns-4 li.product,
  .elementor-woo-sale-products ul.products.columns-4 li.product,
  .elementor-woo-best-selling-products ul.products.columns-4 li.product,
  .elementor-woo-top-rated-products ul.products.columns-4 li.product,
  .elementor-woo-recent-products ul.products.columns-4 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; } }

@media (max-width: 480px) {
  .elementor-woo-featured-products ul.products.columns-4 li.product,
  .elementor-woo-sale-products ul.products.columns-4 li.product,
  .elementor-woo-best-selling-products ul.products.columns-4 li.product,
  .elementor-woo-top-rated-products ul.products.columns-4 li.product,
  .elementor-woo-recent-products ul.products.columns-4 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; } }

@media (max-width: 1199px) {
  .elementor-woo-featured-products ul.products.columns-5 li.product,
  .elementor-woo-sale-products ul.products.columns-5 li.product,
  .elementor-woo-best-selling-products ul.products.columns-5 li.product,
  .elementor-woo-top-rated-products ul.products.columns-5 li.product,
  .elementor-woo-recent-products ul.products.columns-5 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; } }

@media (max-width: 1024px) {
  .elementor-woo-featured-products ul.products.columns-5 li.product,
  .elementor-woo-sale-products ul.products.columns-5 li.product,
  .elementor-woo-best-selling-products ul.products.columns-5 li.product,
  .elementor-woo-top-rated-products ul.products.columns-5 li.product,
  .elementor-woo-recent-products ul.products.columns-5 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    max-width: 33.3333%; } }

@media (max-width: 767px) {
  .elementor-woo-featured-products ul.products.columns-5 li.product,
  .elementor-woo-sale-products ul.products.columns-5 li.product,
  .elementor-woo-best-selling-products ul.products.columns-5 li.product,
  .elementor-woo-top-rated-products ul.products.columns-5 li.product,
  .elementor-woo-recent-products ul.products.columns-5 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; } }

@media (max-width: 480px) {
  .elementor-woo-featured-products ul.products.columns-5 li.product,
  .elementor-woo-sale-products ul.products.columns-5 li.product,
  .elementor-woo-best-selling-products ul.products.columns-5 li.product,
  .elementor-woo-top-rated-products ul.products.columns-5 li.product,
  .elementor-woo-recent-products ul.products.columns-5 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; } }

@media (max-width: 1199px) {
  .elementor-woo-featured-products ul.products.columns-6 li.product,
  .elementor-woo-sale-products ul.products.columns-6 li.product,
  .elementor-woo-best-selling-products ul.products.columns-6 li.product,
  .elementor-woo-top-rated-products ul.products.columns-6 li.product,
  .elementor-woo-recent-products ul.products.columns-6 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; } }

@media (max-width: 1024px) {
  .elementor-woo-featured-products ul.products.columns-6 li.product,
  .elementor-woo-sale-products ul.products.columns-6 li.product,
  .elementor-woo-best-selling-products ul.products.columns-6 li.product,
  .elementor-woo-top-rated-products ul.products.columns-6 li.product,
  .elementor-woo-recent-products ul.products.columns-6 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    max-width: 33.3333%; } }

@media (max-width: 767px) {
  .elementor-woo-featured-products ul.products.columns-6 li.product,
  .elementor-woo-sale-products ul.products.columns-6 li.product,
  .elementor-woo-best-selling-products ul.products.columns-6 li.product,
  .elementor-woo-top-rated-products ul.products.columns-6 li.product,
  .elementor-woo-recent-products ul.products.columns-6 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; } }

@media (max-width: 480px) {
  .elementor-woo-featured-products ul.products.columns-6 li.product,
  .elementor-woo-sale-products ul.products.columns-6 li.product,
  .elementor-woo-best-selling-products ul.products.columns-6 li.product,
  .elementor-woo-top-rated-products ul.products.columns-6 li.product,
  .elementor-woo-recent-products ul.products.columns-6 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; } }

/*       Widgets        */
/**
 * WooCommerce Widgets
 */
/**
 * Price filter widget
 */
.widget_price_filter .price_slider_wrapper {
  position: relative;
  padding-bottom: 75px; }

.widget_price_filter .price_slider {
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #e8e9eb;
  margin-bottom: 11px;
  height: 2px;
  background-color: #E8E9EB; }

.widget_price_filter .ui-slider-range {
  position: absolute;
  height: 2px; }

.widget_price_filter .ui-slider-handle {
  position: absolute;
  top: 50%;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  outline: none;
  background-color: #fff; }
  .widget_price_filter .ui-slider-handle:last-child {
    margin-left: -10px; }

.widget_price_filter .button, .widget_price_filter .jet-compare-button__container .jet-compare-button__link, .jet-compare-button__container .widget_price_filter .jet-compare-button__link {
  width: 100%;
  margin-top: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  border: 1px solid #e8e9eb;
  background-color: transparent; }
  .widget_price_filter .button:before, .widget_price_filter .jet-compare-button__container .jet-compare-button__link:before, .jet-compare-button__container .widget_price_filter .jet-compare-button__link:before {
    color: #fff; }

/**
 * Rating filter widget
 */
.elementor-widget-wp-widget-woocommerce_rating_filter ul,
.widget_rating_filter ul {
  list-style: none;
  margin: 0; }
  .elementor-widget-wp-widget-woocommerce_rating_filter ul li,
  .widget_rating_filter ul li {
    position: relative;
    padding-left: 25px; }
    .elementor-widget-wp-widget-woocommerce_rating_filter ul li:before,
    .widget_rating_filter ul li:before {
      content: "";
      position: absolute;
      left: 0;
      top: 5px;
      width: 18px;
      height: 18px;
      display: block;
      border: 1px solid #e8e9eb; }
    .elementor-widget-wp-widget-woocommerce_rating_filter ul li.chosen:after,
    .widget_rating_filter ul li.chosen:after {
      content: "";
      position: absolute;
      display: block;
      font-size: 12px;
      left: 3px;
      top: 8px; }
    .elementor-widget-wp-widget-woocommerce_rating_filter ul li + li,
    .widget_rating_filter ul li + li {
      margin-top: 10px; }
    .elementor-widget-wp-widget-woocommerce_rating_filter ul li .star-rating,
    .widget_rating_filter ul li .star-rating {
      display: inline-block;
      margin: 0;
      vertical-align: middle; }

/**
 * Rating filter widget
 */
.elementor-widget-wp-widget-woocommerce_layered_nav .select2 .select2-selection--single,
.widget_layered_nav .select2 .select2-selection--single {
  height: 37px;
  border: 1px solid #e8e9eb;
  -webkit-border-radius: 4px;
          border-radius: 4px; }
  .elementor-widget-wp-widget-woocommerce_layered_nav .select2 .select2-selection--single .select2-selection__arrow,
  .widget_layered_nav .select2 .select2-selection--single .select2-selection__arrow {
    height: 37px; }
  .elementor-widget-wp-widget-woocommerce_layered_nav .select2 .select2-selection--single .select2-selection__rendered,
  .widget_layered_nav .select2 .select2-selection--single .select2-selection__rendered {
    line-height: 37px; }

.elementor-widget-wp-widget-woocommerce_layered_nav ul,
.widget_layered_nav ul {
  list-style: none;
  margin: 0; }
  .elementor-widget-wp-widget-woocommerce_layered_nav ul li,
  .widget_layered_nav ul li {
    position: relative;
    padding-left: 32px; }
    .elementor-widget-wp-widget-woocommerce_layered_nav ul li:before,
    .widget_layered_nav ul li:before {
      content: "";
      position: absolute;
      z-index: 4;
      left: 0;
      top: 2px;
      width: 22px;
      height: 22px;
      display: block;
      border: 1px solid #e8e9eb;
      -webkit-border-radius: 0;
              border-radius: 0; }
    .elementor-widget-wp-widget-woocommerce_layered_nav ul li.chosen:after,
    .widget_layered_nav ul li.chosen:after {
      content: '';
      position: absolute;
      z-index: 5;
      left: 4px;
      top: 6px;
      display: block;
      width: 14px;
      height: 14px;
      mask-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 78.369 78.369" xml:space="preserve"><path d="M78.049,19.015L29.458,67.606c-0.428,0.428-1.121,0.428-1.548,0L0.32,40.015c-0.427-0.426-0.427-1.119,0-1.547l6.704-6.704 c0.428-0.427,1.121-0.427,1.548,0l20.113,20.112l41.113-41.113c0.429-0.427,1.12-0.427,1.548,0l6.703,6.704 C78.477,17.894,78.477,18.586,78.049,19.015z"/></svg>');
      -webkit-mask-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 78.369 78.369" xml:space="preserve"><path d="M78.049,19.015L29.458,67.606c-0.428,0.428-1.121,0.428-1.548,0L0.32,40.015c-0.427-0.426-0.427-1.119,0-1.547l6.704-6.704 c0.428-0.427,1.121-0.427,1.548,0l20.113,20.112l41.113-41.113c0.429-0.427,1.12-0.427,1.548,0l6.703,6.704 C78.477,17.894,78.477,18.586,78.049,19.015z"/></svg>');
      background-color: #fff; }

.woocommerce .elementor-widget-wp-widget-woocommerce_layered_nav button,
.woocommerce .widget_layered_nav button {
  margin-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #E8E9EB;
  background-color: transparent; }
  .woocommerce .elementor-widget-wp-widget-woocommerce_layered_nav button:hover, .woocommerce .elementor-widget-wp-widget-woocommerce_layered_nav button:hover,
  .woocommerce .widget_layered_nav button:hover,
  .woocommerce .widget_layered_nav button:hover {
    color: #fff; }

.select2-dropdown {
  border-color: #e8e9eb !important; }

.elementor-widget-wp-widget-woocommerce_layered_nav .select2 .select2-selection--multiple .select2-selection__rendered,
.widget_layered_nav .select2 .select2-selection--multiple .select2-selection__rendered {
  padding-top: 5px !important; }

/**
 * Active filters widget
 */
.elementor-widget-wp-widget-woocommerce_layered_nav_filters ul,
.widget_layered_nav_filters ul {
  list-style: none;
  margin: 0; }
  .elementor-widget-wp-widget-woocommerce_layered_nav_filters ul li.chosen a,
  .widget_layered_nav_filters ul li.chosen a {
    position: relative;
    padding-left: 25px; }
  .elementor-widget-wp-widget-woocommerce_layered_nav_filters ul li.chosen a:after,
  .widget_layered_nav_filters ul li.chosen a:after {
    content: "";
    position: absolute;
    display: block;
    font-size: 10px;
    left: 7px;
    top: 4px;
    color: #da4747; }
  .elementor-widget-wp-widget-woocommerce_layered_nav_filters ul li + li,
  .widget_layered_nav_filters ul li + li {
    margin-top: 10px; }

/**
 * Top rated products widget
 */
/**
 * Top rated products widget
 */
/**
 * Product categories widget
 */
.elementor-widget-wp-widget-woocommerce_product_categories select,
.widget_product_categories select,
.elementor-widget-wp-widget-woocommerce_product_categories select {
  width: 100%; }

.elementor-widget-wp-widget-woocommerce_product_categories .product-categories,
.widget_product_categories .product-categories,
.elementor-widget-wp-widget-woocommerce_product_categories .product-categories {
  list-style: none;
  margin: 0; }
  .elementor-widget-wp-widget-woocommerce_product_categories .product-categories ul,
  .widget_product_categories .product-categories ul,
  .elementor-widget-wp-widget-woocommerce_product_categories .product-categories ul {
    list-style: none;
    margin-left: 0; }
  .elementor-widget-wp-widget-woocommerce_product_categories .product-categories li > ul,
  .widget_product_categories .product-categories li > ul,
  .elementor-widget-wp-widget-woocommerce_product_categories .product-categories li > ul {
    padding-left: 25px; }
  .elementor-widget-wp-widget-woocommerce_product_categories .product-categories li,
  .widget_product_categories .product-categories li,
  .elementor-widget-wp-widget-woocommerce_product_categories .product-categories li {
    position: relative; }
    .elementor-widget-wp-widget-woocommerce_product_categories .product-categories li + li,
    .widget_product_categories .product-categories li + li,
    .elementor-widget-wp-widget-woocommerce_product_categories .product-categories li + li {
      margin-top: 10px; }
    .elementor-widget-wp-widget-woocommerce_product_categories .product-categories li .children,
    .widget_product_categories .product-categories li .children,
    .elementor-widget-wp-widget-woocommerce_product_categories .product-categories li .children {
      margin-top: 10px; }
    .elementor-widget-wp-widget-woocommerce_product_categories .product-categories li .count,
    .widget_product_categories .product-categories li .count,
    .elementor-widget-wp-widget-woocommerce_product_categories .product-categories li .count {
      margin-left: 5px; }

/**
 * Products widget
 */
/**
 * Recently viewed products widget
 */
/**
 * Top rated products widget
 */
.elementor-widget-wp-widget-woocommerce_product_search form,
.widget_product_search form,
.elementor-widget-wp-widget-woocommerce_product_search form {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.elementor-widget-wp-widget-woocommerce_product_search .search-field,
.widget_product_search .search-field,
.elementor-widget-wp-widget-woocommerce_product_search .search-field {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 50px; }

.elementor-widget-wp-widget-woocommerce_product_search button,
.widget_product_search button,
.elementor-widget-wp-widget-woocommerce_product_search button {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 16px;
  padding: 10px 19px;
  margin: 0;
  text-align: center;
  width: auto;
  background: transparent;
  border: none; }
  .elementor-widget-wp-widget-woocommerce_product_search button:hover,
  .widget_product_search button:hover,
  .elementor-widget-wp-widget-woocommerce_product_search button:hover {
    background: transparent; }

/**
 * Tag cloud widget
 */
.elementor-widget-wp-widget-woocommerce_product_tag_cloud .tagcloud a,
.widget_product_tag_cloud .tagcloud a,
.elementor-widget-wp-widget-woocommerce_product_tag_cloud .tagcloud a {
  display: inline-block;
  font-size: 14px !important;
  padding: 5px 12px;
  margin-bottom: 5px;
  border: 1px solid #e8e9eb;
  -webkit-border-radius: 4px;
          border-radius: 4px; }
  .elementor-widget-wp-widget-woocommerce_product_tag_cloud .tagcloud a:hover,
  .widget_product_tag_cloud .tagcloud a:hover,
  .elementor-widget-wp-widget-woocommerce_product_tag_cloud .tagcloud a:hover {
    background-color: #e8e9eb; }

/**
 * Cart widget
 */
.elementor-widget-wp-widget-woocommerce_widget_cart ul,
.elementor-widget-wp-widget-woocommerce_shopping_cart ul,
.widget_shopping_cart ul {
  margin: 0; }
  .elementor-widget-wp-widget-woocommerce_widget_cart ul li,
  .elementor-widget-wp-widget-woocommerce_shopping_cart ul li,
  .widget_shopping_cart ul li {
    position: relative;
    display: block;
    /* Remove item overlay */ }
    .elementor-widget-wp-widget-woocommerce_widget_cart ul li a:not(.remove),
    .elementor-widget-wp-widget-woocommerce_shopping_cart ul li a:not(.remove),
    .widget_shopping_cart ul li a:not(.remove) {
      padding-right: 15px; }
    .elementor-widget-wp-widget-woocommerce_widget_cart ul li .quantity,
    .elementor-widget-wp-widget-woocommerce_shopping_cart ul li .quantity,
    .widget_shopping_cart ul li .quantity {
      display: block; }
    .elementor-widget-wp-widget-woocommerce_widget_cart ul li .blockOverlay,
    .elementor-widget-wp-widget-woocommerce_shopping_cart ul li .blockOverlay,
    .widget_shopping_cart ul li .blockOverlay {
      margin: 0 0 10px 0 !important;
      background-color: rgba(255, 255, 255, 0.5) !important;
      opacity: 0.6 !important; }
    .elementor-widget-wp-widget-woocommerce_widget_cart ul li + li,
    .elementor-widget-wp-widget-woocommerce_shopping_cart ul li + li,
    .widget_shopping_cart ul li + li {
      margin-top: 30px !important; }
      .elementor-widget-wp-widget-woocommerce_widget_cart ul li + li a.remove,
      .elementor-widget-wp-widget-woocommerce_shopping_cart ul li + li a.remove,
      .widget_shopping_cart ul li + li a.remove {
        top: 27px; }

.elementor-widget-wp-widget-woocommerce_widget_cart a.remove,
.elementor-widget-wp-widget-woocommerce_shopping_cart a.remove,
.widget_shopping_cart a.remove {
  position: absolute;
  right: 3px;
  top: -4px;
  left: auto;
  font-size: 18px;
  line-height: 1;
  opacity: 1; }

.elementor-widget-wp-widget-woocommerce_widget_cart .button, .elementor-widget-wp-widget-woocommerce_widget_cart .jet-compare-button__container .jet-compare-button__link, .jet-compare-button__container .elementor-widget-wp-widget-woocommerce_widget_cart .jet-compare-button__link,
.elementor-widget-wp-widget-woocommerce_shopping_cart .button,
.elementor-widget-wp-widget-woocommerce_shopping_cart .jet-compare-button__container .jet-compare-button__link,
.jet-compare-button__container .elementor-widget-wp-widget-woocommerce_shopping_cart .jet-compare-button__link,
.widget_shopping_cart .button,
.widget_shopping_cart .jet-compare-button__container .jet-compare-button__link,
.jet-compare-button__container .widget_shopping_cart .jet-compare-button__link {
  width: 100%; }

.elementor-widget-wp-widget-woocommerce_widget_cart .wcppec-cart-widget-button,
.elementor-widget-wp-widget-woocommerce_shopping_cart .wcppec-cart-widget-button,
.widget_shopping_cart .wcppec-cart-widget-button {
  margin-top: 10px;
  width: 100%; }
  .elementor-widget-wp-widget-woocommerce_widget_cart .wcppec-cart-widget-button img,
  .elementor-widget-wp-widget-woocommerce_shopping_cart .wcppec-cart-widget-button img,
  .widget_shopping_cart .wcppec-cart-widget-button img {
    margin-left: auto;
    margin-right: auto;
    display: block; }

.elementor-widget-wp-widget-woocommerce_widget_cart .woocommerce-mini-cart__buttons,
.elementor-widget-wp-widget-woocommerce_shopping_cart .woocommerce-mini-cart__buttons,
.widget_shopping_cart .woocommerce-mini-cart__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0; }
  .elementor-widget-wp-widget-woocommerce_widget_cart .woocommerce-mini-cart__buttons a,
  .elementor-widget-wp-widget-woocommerce_shopping_cart .woocommerce-mini-cart__buttons a,
  .widget_shopping_cart .woocommerce-mini-cart__buttons a {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
    .elementor-widget-wp-widget-woocommerce_widget_cart .woocommerce-mini-cart__buttons a.checkout,
    .elementor-widget-wp-widget-woocommerce_shopping_cart .woocommerce-mini-cart__buttons a.checkout,
    .widget_shopping_cart .woocommerce-mini-cart__buttons a.checkout {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
  .elementor-widget-wp-widget-woocommerce_widget_cart .woocommerce-mini-cart__buttons .checkout,
  .elementor-widget-wp-widget-woocommerce_shopping_cart .woocommerce-mini-cart__buttons .checkout,
  .widget_shopping_cart .woocommerce-mini-cart__buttons .checkout {
    color: #ffffff;
    background: #27d18b;
    text-transform: capitalize; }
    .elementor-widget-wp-widget-woocommerce_widget_cart .woocommerce-mini-cart__buttons .checkout:hover,
    .elementor-widget-wp-widget-woocommerce_shopping_cart .woocommerce-mini-cart__buttons .checkout:hover,
    .widget_shopping_cart .woocommerce-mini-cart__buttons .checkout:hover {
      background: #78e6b9; }
  .elementor-widget-wp-widget-woocommerce_widget_cart .woocommerce-mini-cart__buttons .wc-forward:not(.checkout),
  .elementor-widget-wp-widget-woocommerce_shopping_cart .woocommerce-mini-cart__buttons .wc-forward:not(.checkout),
  .widget_shopping_cart .woocommerce-mini-cart__buttons .wc-forward:not(.checkout) {
    font-size: 14px;
    text-transform: none;
    background: transparent;
    border: none; }

.elementor-widget-wp-widget-woocommerce_widget_cart .woocommerce-mini-cart__total,
.elementor-widget-wp-widget-woocommerce_shopping_cart .woocommerce-mini-cart__total,
.widget_shopping_cart .woocommerce-mini-cart__total {
  position: relative;
  padding-top: 15px;
  margin-top: 15px;
  margin-bottom: 15px; }
  .elementor-widget-wp-widget-woocommerce_widget_cart .woocommerce-mini-cart__total:after,
  .elementor-widget-wp-widget-woocommerce_shopping_cart .woocommerce-mini-cart__total:after,
  .widget_shopping_cart .woocommerce-mini-cart__total:after {
    content: '';
    width: calc(100% + 40px);
    position: absolute;
    top: 0;
    left: -20px;
    height: 1px;
    border-top: 1px solid #e8e9eb; }
  .elementor-widget-wp-widget-woocommerce_widget_cart .woocommerce-mini-cart__total > strong,
  .elementor-widget-wp-widget-woocommerce_shopping_cart .woocommerce-mini-cart__total > strong,
  .widget_shopping_cart .woocommerce-mini-cart__total > strong {
    margin-right: 27px; }
  .elementor-widget-wp-widget-woocommerce_widget_cart .woocommerce-mini-cart__total .amount,
  .elementor-widget-wp-widget-woocommerce_shopping_cart .woocommerce-mini-cart__total .amount,
  .widget_shopping_cart .woocommerce-mini-cart__total .amount {
    font-size: 20px; }

.header-cart {
  position: relative;
  display: inline-block;
  padding-left: 20px; }
  .header-cart__content {
    position: absolute;
    top: 100%;
    right: 0;
    font-size: 14px;
    z-index: 999;
    margin-top: 15px;
    opacity: 0;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    visibility: hidden; }
    .header-cart__content.show {
      opacity: 1;
      visibility: visible; }
  .header-cart .woocommerce.widget_shopping_cart {
    min-width: 275px;
    border: none;
    background-color: #ffffff;
    -webkit-box-shadow: 0 7px 18px 0 rgba(48, 63, 100, 0.13);
            box-shadow: 0 7px 18px 0 rgba(48, 63, 100, 0.13);
    padding: 20px; }
    .header-cart .woocommerce.widget_shopping_cart li .quantity {
      font-size: 14px; }
      .header-cart .woocommerce.widget_shopping_cart li .quantity > * {
        font-size: 14px; }
    .header-cart .woocommerce.widget_shopping_cart li + li {
      margin-top: 5px; }
  .header-cart .product_list_widget {
    max-height: 150px;
    min-height: 150px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: left;
    /* Custom scroll bar styles */
    /* Track */
    /* Handle */ }
    .header-cart .product_list_widget::-webkit-scrollbar {
      width: 6px; }
    .header-cart .product_list_widget::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.13);
      -webkit-border-radius: 10px;
      border-radius: 10px; }
    .header-cart .product_list_widget::-webkit-scrollbar-thumb {
      -webkit-border-radius: 10px;
      border-radius: 10px;
      background: rgba(161, 162, 164, 0.5); }
    .header-cart .product_list_widget::-webkit-scrollbar-thumb:window-inactive {
      background: rgba(161, 162, 164, 0.4); }
  .header-cart .woocommerce-mini-cart__total {
    text-align: left; }
  .header-cart .widgettitle {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 0; }
  .header-cart__link-wrap {
    line-height: 18px; }
  .header-cart__link {
    font-size: 16px; }
    .header-cart__link-icon {
      font-size: 16px; }
      .header-cart__link-icon:before {
        content: ""; }
    .header-cart__link-count {
      display: inline-block;
      vertical-align: middle;
      text-align: center;
      width: 22px;
      height: 22px;
      line-height: 22px;
      font-size: 10px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      margin-left: 2px; }

body.woocommerce-cart .header-cart__link-wrap:not(.header_cart_dd_active) a {
  cursor: default; }

.woocommerce.widget {
  padding: 0; }
  .woocommerce.widget .widget-title {
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 23px 0; }
  .woocommerce.widget + .widget {
    margin-top: 30px; }
  .woocommerce.widget.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li + li {
    margin-top: 10px; }

.elementor-widget-wp-widget-woocommerce_rating_filter .product_list_widget,
.widget_top_rated_products .product_list_widget,
.elementor-widget-wp-widget-woocommerce_top_rated_products .product_list_widget, .elementor-widget-wp-widget-woocommerce_recent_reviews .product_list_widget,
.widget_recent_reviews .product_list_widget, .elementor-widget-wp-widget-woocommerce_products .product_list_widget,
.widget_products .product_list_widget, .elementor-widget-wp-widget-woocommerce_recently_viewed_products .product_list_widget,
.widget_recently_viewed_products .product_list_widget, .elementor-widget-wp-widget-woocommerce_widget_cart,
.elementor-widget-wp-widget-woocommerce_shopping_cart,
.widget_shopping_cart {
  list-style: none;
  margin: 0; }
  .elementor-widget-wp-widget-woocommerce_rating_filter .product_list_widget li, .widget_top_rated_products .product_list_widget li, .elementor-widget-wp-widget-woocommerce_top_rated_products .product_list_widget li, .elementor-widget-wp-widget-woocommerce_recent_reviews .product_list_widget li, .widget_recent_reviews .product_list_widget li, .elementor-widget-wp-widget-woocommerce_products .product_list_widget li, .widget_products .product_list_widget li, .elementor-widget-wp-widget-woocommerce_recently_viewed_products .product_list_widget li, .widget_recently_viewed_products .product_list_widget li, .elementor-widget-wp-widget-woocommerce_widget_cart li, .elementor-widget-wp-widget-woocommerce_shopping_cart li, .widget_shopping_cart li {
    overflow: hidden; }
    .elementor-widget-wp-widget-woocommerce_rating_filter .product_list_widget li a, .widget_top_rated_products .product_list_widget li a, .elementor-widget-wp-widget-woocommerce_top_rated_products .product_list_widget li a, .elementor-widget-wp-widget-woocommerce_recent_reviews .product_list_widget li a, .widget_recent_reviews .product_list_widget li a, .elementor-widget-wp-widget-woocommerce_products .product_list_widget li a, .widget_products .product_list_widget li a, .elementor-widget-wp-widget-woocommerce_recently_viewed_products .product_list_widget li a, .widget_recently_viewed_products .product_list_widget li a, .elementor-widget-wp-widget-woocommerce_widget_cart li a, .elementor-widget-wp-widget-woocommerce_shopping_cart li a, .widget_shopping_cart li a {
      display: block; }
    .elementor-widget-wp-widget-woocommerce_rating_filter .product_list_widget li img, .widget_top_rated_products .product_list_widget li img, .elementor-widget-wp-widget-woocommerce_top_rated_products .product_list_widget li img, .elementor-widget-wp-widget-woocommerce_recent_reviews .product_list_widget li img, .widget_recent_reviews .product_list_widget li img, .elementor-widget-wp-widget-woocommerce_products .product_list_widget li img, .widget_products .product_list_widget li img, .elementor-widget-wp-widget-woocommerce_recently_viewed_products .product_list_widget li img, .widget_recently_viewed_products .product_list_widget li img, .elementor-widget-wp-widget-woocommerce_widget_cart li img, .elementor-widget-wp-widget-woocommerce_shopping_cart li img, .widget_shopping_cart li img {
      float: left;
      max-width: 60px;
      margin: 0 20px 10px 0; }
    .elementor-widget-wp-widget-woocommerce_rating_filter .product_list_widget li .amount, .widget_top_rated_products .product_list_widget li .amount, .elementor-widget-wp-widget-woocommerce_top_rated_products .product_list_widget li .amount, .elementor-widget-wp-widget-woocommerce_recent_reviews .product_list_widget li .amount, .widget_recent_reviews .product_list_widget li .amount, .elementor-widget-wp-widget-woocommerce_products .product_list_widget li .amount, .widget_products .product_list_widget li .amount, .elementor-widget-wp-widget-woocommerce_recently_viewed_products .product_list_widget li .amount, .widget_recently_viewed_products .product_list_widget li .amount, .elementor-widget-wp-widget-woocommerce_widget_cart li .amount, .elementor-widget-wp-widget-woocommerce_shopping_cart li .amount, .widget_shopping_cart li .amount {
      font-size: 20px; }
    .elementor-widget-wp-widget-woocommerce_rating_filter .product_list_widget li ins, .widget_top_rated_products .product_list_widget li ins, .elementor-widget-wp-widget-woocommerce_top_rated_products .product_list_widget li ins, .elementor-widget-wp-widget-woocommerce_recent_reviews .product_list_widget li ins, .widget_recent_reviews .product_list_widget li ins, .elementor-widget-wp-widget-woocommerce_products .product_list_widget li ins, .widget_products .product_list_widget li ins, .elementor-widget-wp-widget-woocommerce_recently_viewed_products .product_list_widget li ins, .widget_recently_viewed_products .product_list_widget li ins, .elementor-widget-wp-widget-woocommerce_widget_cart li ins, .elementor-widget-wp-widget-woocommerce_shopping_cart li ins, .widget_shopping_cart li ins {
      font-style: normal;
      border: none;
      text-decoration: none; }
    .elementor-widget-wp-widget-woocommerce_rating_filter .product_list_widget li del, .widget_top_rated_products .product_list_widget li del, .elementor-widget-wp-widget-woocommerce_top_rated_products .product_list_widget li del, .elementor-widget-wp-widget-woocommerce_recent_reviews .product_list_widget li del, .widget_recent_reviews .product_list_widget li del, .elementor-widget-wp-widget-woocommerce_products .product_list_widget li del, .widget_products .product_list_widget li del, .elementor-widget-wp-widget-woocommerce_recently_viewed_products .product_list_widget li del, .widget_recently_viewed_products .product_list_widget li del, .elementor-widget-wp-widget-woocommerce_widget_cart li del, .elementor-widget-wp-widget-woocommerce_shopping_cart li del, .widget_shopping_cart li del {
      color: #da4747; }
      .elementor-widget-wp-widget-woocommerce_rating_filter .product_list_widget li del .amount, .widget_top_rated_products .product_list_widget li del .amount, .elementor-widget-wp-widget-woocommerce_top_rated_products .product_list_widget li del .amount, .elementor-widget-wp-widget-woocommerce_recent_reviews .product_list_widget li del .amount, .widget_recent_reviews .product_list_widget li del .amount, .elementor-widget-wp-widget-woocommerce_products .product_list_widget li del .amount, .widget_products .product_list_widget li del .amount, .elementor-widget-wp-widget-woocommerce_recently_viewed_products .product_list_widget li del .amount, .widget_recently_viewed_products .product_list_widget li del .amount, .elementor-widget-wp-widget-woocommerce_widget_cart li del .amount, .elementor-widget-wp-widget-woocommerce_shopping_cart li del .amount, .widget_shopping_cart li del .amount {
        font-size: 16px; }
    .elementor-widget-wp-widget-woocommerce_rating_filter .product_list_widget li + li, .widget_top_rated_products .product_list_widget li + li, .elementor-widget-wp-widget-woocommerce_top_rated_products .product_list_widget li + li, .elementor-widget-wp-widget-woocommerce_recent_reviews .product_list_widget li + li, .widget_recent_reviews .product_list_widget li + li, .elementor-widget-wp-widget-woocommerce_products .product_list_widget li + li, .widget_products .product_list_widget li + li, .elementor-widget-wp-widget-woocommerce_recently_viewed_products .product_list_widget li + li, .widget_recently_viewed_products .product_list_widget li + li, .elementor-widget-wp-widget-woocommerce_widget_cart li + li, .elementor-widget-wp-widget-woocommerce_shopping_cart li + li, .widget_shopping_cart li + li {
      margin-top: 15px; }

.woocommerce .widget.widget_calendar td, .woocommerce .widget.widget_calendar th {
  font-size: 14px;
  line-height: 44px;
  padding: 0; }

.woocommerce .widget.widget_calendar tfoot td {
  line-height: 24px; }

.woocommerce .widget.widget_calendar th {
  padding-bottom: 40px; }

.woocommerce aside.widget-area .widget + .widget:not(.woocommerce) {
  border-top: none;
  padding-top: 0; }
