@charset "UTF-8";
/*================

##Woocommerce Plugin
    #Header Elements
    #Catalog
    #Pagination
    #Tabs
    #Single
    #Respond
    #Cart
    #Checkout
    #My Account
    #Order
    #Responsive
    #Dynamic

=================*/
/* ==================== ##Woo - Header ==================== */
.login-in {
  display: inline-block;
  padding-top: 0; }
  .login-in.woocommerce {
    display: inline-block;
    padding-top: 0; }
  .login-in .login-in_wrapper {
    display: flex;
    align-items: center;
    height: 100%;
    color: inherit; }
    .login-in .login-in_wrapper a {
      cursor: pointer;
      font-size: 16px;
      font-weight: 700;
      line-height: 24px;
      padding: 13px 25px;
      border-radius: 3px;
      background: var(--zeptech-primary-color); }
      .login-in .login-in_wrapper a:hover {
        background: var(--zeptech-secondary-color); }
  .login-in .wgl_modal-window {
    display: flex;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    outline: none;
    z-index: 1000000;
    opacity: 0;
    visibility: hidden;
    -webkit-overflow-scrolling: touch;
    text-align: center;
    transition: 0.45s; }
    .login-in .wgl_modal-window .modal-dialog {
      margin: 0;
      max-width: 440px;
      width: 100%;
      position: relative;
      padding: 30px;
      z-index: 2; }
      .login-in .wgl_modal-window .modal-dialog form.login, .login-in .wgl_modal-window .modal-dialog form.register {
        padding: 15px 25px 12px; }
      .login-in .wgl_modal-window .modal-dialog .wgl_module_message_box {
        margin-bottom: 20px; }
    .login-in .wgl_modal-window .col2-set .col-1,
    .login-in .wgl_modal-window .col2-set .col-2 {
      width: 100%; }
    @media all and (min-width: 768px) {
      .login-in .wgl_modal-window {
        align-items: center; }
        .login-in .wgl_modal-window .modal-dialog {
          max-width: 970px; } }
  @media all and (min-width: 768px) and (min-width: 768px) {
    .login-in .wgl_modal-window .col2-set .col-1,
    .login-in .wgl_modal-window .col2-set .col-2 {
      width: calc(50% - 15px); } }
    @media all and (min-width: 420px) {
      .login-in .wgl_modal-window .modal-dialog form.login, .login-in .wgl_modal-window .modal-dialog form.register {
        padding: 30px 40px 27px; } }
  .login-in.open_login .wgl_modal-window {
    opacity: 1;
    visibility: visible; }
  .login-in.open_login .overlay {
    opacity: 1;
    visibility: visible; }
  .login-in.open_login .wgl-woocommerce-tabs {
    transform: translateY(0);
    opacity: 1; }
  .login-in .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s; }
  .login-in .wgl-woocommerce-tabs {
    transform: translateY(50px);
    transition: .3s ease-in-out;
    opacity: 0;
    transition-delay: .3s; }

.wgl-theme-header .elementor-widget-container .wgl-mini-cart_wrapper {
  vertical-align: text-top; }

.wgl-theme-header .wgl-mini-cart_wrapper {
  display: inline-block; }

.wgl-theme-header .mini-cart {
  display: inline-block;
  position: relative; }
  .wgl-theme-header .mini-cart .mini_cart-overlay {
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s; }
  .wgl-theme-header .mini-cart .wgl-cart {
    color: #fff; }
  .wgl-theme-header .mini-cart a {
    color: inherit;
    cursor: pointer; }
    .wgl-theme-header .mini-cart a.woo_icon {
      display: flex;
      align-items: center;
      height: 100%;
      font-size: 25px;
      line-height: 1em; }
  .wgl-theme-header .mini-cart:hover svg line.st_transform-left {
    transform: rotate(-60deg); }
  .wgl-theme-header .mini-cart:hover svg line.st_transform-right {
    transform: rotate(60deg); }
  .wgl-theme-header .mini-cart.open_cart .mini_cart-overlay {
    background: #000000;
    visibility: visible;
    opacity: 0.4; }
  .wgl-theme-header .mini-cart.open_cart .woo_mini_cart {
    transform: translateX(0); }
  .wgl-theme-header .mini-cart .woo_mini_cart:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 38px;
    top: -38px;
    left: 0;
    right: 0; }
  .wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li {
    text-align: left;
    list-style: none; }
    .wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li:after {
      content: '';
      display: block;
      height: 0;
      clear: both; }
    .wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li:first-child {
      margin-top: 0; }
    .wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li:last-child {
      margin-bottom: 0; }

.wgl-theme-header .woocommerce .woo_mini_cart {
  display: flex;
  flex-direction: column;
  position: fixed;
  z-index: 100000;
  top: 15px;
  right: 15px;
  width: 350px;
  min-height: 20%;
  max-height: calc(100% - 30px);
  border-radius: unset;
  padding: 25px 40px 40px;
  box-shadow: 7px 5px 30px 0px rgba(0, 0, 0, 0.12);
  text-align: center;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  transform: translateX(calc(100% + 20px));
  transition: 0.3s ease-in;
  border-radius: 10px;
  scrollbar-width: none; }
  .wgl-theme-header .woocommerce .woo_mini_cart::-webkit-scrollbar {
    display: none; }
  .wgl-theme-header .woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item .quantity {
    color: #7f7f7f; }
  .wgl-theme-header .woocommerce .woo_mini_cart .total .woocommerce-Price-amount,
  .wgl-theme-header .woocommerce .woo_mini_cart .product_list_widget .woocommerce-Price-amount {
    color: var(--zeptech-primary-color); }
  .wgl-theme-header .woocommerce .woo_mini_cart ul {
    padding: 15px 20px 0 0;
    margin: 0 -20px auto 0;
    max-height: 421px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-color: var(--zeptech-primary-color) var(--zeptech-submenu-background);
    scrollbar-width: thin; }
    .wgl-theme-header .woocommerce .woo_mini_cart ul::-webkit-scrollbar {
      width: 3px; }
    .wgl-theme-header .woocommerce .woo_mini_cart ul::-webkit-scrollbar-track {
      background-color: var(--zeptech-primary-color);
      border-left: 1px solid var(--zeptech-submenu-background);
      border-right: 1px solid var(--zeptech-submenu-background); }
    .wgl-theme-header .woocommerce .woo_mini_cart ul::-webkit-scrollbar-thumb {
      background-color: var(--zeptech-primary-color); }
  .wgl-theme-header .woocommerce .woo_mini_cart .buttons .button.checkout {
    background-color: var(--zeptech-button-bg-color-hover); }
    .wgl-theme-header .woocommerce .woo_mini_cart .buttons .button.checkout:hover {
      background-color: var(--zeptech-button-bg-color-idle);
      border-color: var(--zeptech-button-bg-color-idle); }
  .wgl-theme-header .woocommerce .woo_mini_cart a.remove:before {
    color: #aeaeae; }
  .wgl-theme-header .woocommerce .woo_mini_cart a.remove:hover:before {
    color: red; }
  .wgl-theme-header .woocommerce .woo_mini_cart .mini_cart_title {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 44px;
    border-bottom: 1px solid #d6d6ed;
    padding-bottom: 18px;
    text-align: left; }
    .wgl-theme-header .woocommerce .woo_mini_cart .mini_cart_title h4 {
      font-size: 24px; }
  .wgl-theme-header .woocommerce .woo_mini_cart .close_mini_cart:after {
    content: '\f169';
    padding-left: 10px;
    font-family: flaticon;
    font-size: 13px;
    line-height: 0;
    color: #c2c2c2;
    text-rendering: auto;
    box-shadow: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    transition: 0.3s; }
  .wgl-theme-header .woocommerce .woo_mini_cart .blockUI.blockOverlay {
    background-color: transparent !important; }

.wgl-theme-header .woo_mini-count {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left: 11px;
  font-size: 20px;
  line-height: 1em; }
  .wgl-theme-header .woo_mini-count span {
    display: inline-block;
    position: absolute;
    z-index: 0;
    left: -10px;
    top: 0px;
    height: 20px;
    min-width: 20px;
    border-radius: 10px;
    padding: 0 4px;
    font-style: normal;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    backface-visibility: hidden;
    border: 0;
    transition: 0.4s;
    background: #666ae5; }

.admin-bar .wgl-sticky-header {
  top: 32px; }

.admin-bar .wgl-theme-header .woo_mini_cart {
  margin-top: 32px;
  max-height: calc(100% - 32px - 30px); }

/* ==================== ##Shop - Catalog ==================== */
.wgl-woocommerce-sorting {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 50px; }
  .wgl-woocommerce-sorting:after {
    display: block;
    height: 0;
    content: '';
    clear: both; }

.wgl-products-catalog,
.wgl-products-related {
  clear: both; }

.wgl-products-catalog {
  margin-bottom: 70px; }

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  width: 50%;
  margin: 0 0 22px;
  font-size: 16px;
  font-weight: 400;
  padding-top: 11px;
  color: #3c3c3c; }

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  width: 50%;
  float: left;
  text-align: right;
  margin-bottom: 0; }
  .woocommerce .woocommerce-ordering select,
  .woocommerce-page .woocommerce-ordering select {
    float: right;
    display: block;
    width: 270px;
    max-width: calc(100% - 30px);
    outline: none;
    padding: 0 20px;
    -webkit-appearance: none;
    appearance: none; }
    .woocommerce .woocommerce-ordering select.orderby,
    .woocommerce-page .woocommerce-ordering select.orderby {
      max-width: unset; }

.woo_product_post_media {
  margin: 0; }

.wgl-products-catalog.carousel .wgl-products {
  display: block;
  margin: 0; }

.woocommerce .wgl-products {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  margin: calc( -5px - ( var(--products-gap) / 2 )) calc( 0px - ( var(--products-gap) / 2 ));
  padding: 0; }

@keyframes wgl_fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
  .woocommerce .wgl-products.animated_products .product {
    opacity: 0;
    transform: translate3d(0, 20px, 0); }
    .woocommerce .wgl-products.animated_products .product.visible_item {
      animation-fill-mode: both;
      animation-name: wgl_fadeInUp;
      animation-duration: 0.3s; }
  .woocommerce .wgl-products .product {
    display: flex;
    align-items: center;
    flex-flow: column nowrap;
    margin: calc( var(--products-gap) / 2 - 7px) calc( var(--products-gap) / 2);
    padding: 0;
    border-radius: unset; }
    .woocommerce .wgl-products .product .woo_product_image {
      display: flex;
      justify-content: center;
      border: unset;
      transition: inherit;
      overflow: hidden;
      position: relative;
      border-top-left-radius: inherit;
      border-top-right-radius: inherit;
      margin-bottom: 14px; }
  .woocommerce .wgl-products .woo_product_content {
    display: flex;
    flex-direction: column;
    align-self: flex-start;
    padding: 9px 0px 30px;
    opacity: 1;
    transition: .3s; }
    .woocommerce .wgl-products .woo_product_content .woocommerce-loop-product__title {
      position: relative;
      font-size: 20px;
      line-height: 1.5;
      font-weight: 600;
      letter-spacing: 1px; }
      .woocommerce .wgl-products .woo_product_content .woocommerce-loop-product__title a {
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
        font-weight: inherit;
        letter-spacing: inherit; }
    .woocommerce .wgl-products .woo_product_content .price {
      display: block;
      margin-top: 10px;
      font-size: 18px;
      line-height: 1.2;
      font-weight: 500;
      color: var(--zeptech-primary-color); }
      .woocommerce .wgl-products .woo_product_content .price del {
        margin-right: 7px;
        opacity: 1;
        color: #9e9fbe; }
      .woocommerce .wgl-products .woo_product_content .price ins {
        font-weight: inherit; }
  .woocommerce .wgl-products .woocommerce-loop-category__title {
    font-size: 20px;
    line-height: 1.7;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
    margin-top: 14px;
    margin-bottom: 9px;
    transition: color .4s; }
    .woocommerce .wgl-products .woocommerce-loop-category__title mark {
      color: #b7b7b7;
      background-color: unset; }
  .woocommerce .wgl-products .woo_product_content .star-rating {
    float: none;
    width: 6.6em;
    margin: 6px 0 10px;
    font-size: 11px;
    line-height: 1;
    letter-spacing: .31em;
    order: 0;
    color: #ffcd3e; }
  .woocommerce .wgl-products .wgl-carousel {
    margin: 0 -15px;
    padding: 0 15px; }
    .woocommerce .wgl-products .wgl-carousel.swiper-container-horizontal > .swiper-pagination-bullets {
      width: 100%;
      margin-top: 0; }
    .woocommerce .wgl-products .wgl-carousel div.product.swiper-slide {
      margin: 10px 0;
      padding: 0; }

.woocommerce .star-rating {
  width: 6.6em;
  margin-top: .4em;
  font-size: 12px;
  line-height: 1;
  letter-spacing: .31em;
  margin-left: .5em; }
  .woocommerce .star-rating,
  .woocommerce .star-rating span {
    color: #ffcd3e; }
  .woocommerce .star-rating:before {
    color: #cccccc;
    content: "\53\53\53\53\53"; }

.woocommerce .woocommerce-product-rating .star-rating {
  width: 6.605em;
  font-size: 15px;
  margin-top: 0;
  margin-right: 6px;
  margin-left: 0;
  letter-spacing: .27em; }

.columns-6 .wgl-products {
  --products-width: 16.6667%; }

.columns-5 .wgl-products {
  --products-width: 20%; }

.columns-4 .wgl-products {
  --products-width: 25%; }

.columns-3 .wgl-products {
  --products-width: 33.3334%; }

.columns-2 .wgl-products {
  --products-width: 50%; }

.columns-1 .wgl-products {
  --products-width: 100%;
  --products-gap: 20px; }

@media all and (max-width: 1599px) {
  body[data-elementor-device-mode="desktop"] .columns-6 .wgl-products,
  body[data-elementor-device-mode="desktop"] .columns-5 .wgl-products {
    --products-width: 25% !important; } }

body[data-elementor-device-mode="tablet"] .columns-tablet-6 .wgl-products {
  --products-width: 16.66666%; }

body[data-elementor-device-mode="tablet"] .columns-tablet-5 .wgl-products {
  --products-width: 20%; }

body[data-elementor-device-mode="tablet"] .columns-tablet-4 .wgl-products {
  --products-width: 25%; }

body[data-elementor-device-mode="tablet"] .columns-tablet-3 .wgl-products {
  --products-width: 33.33333%; }

body[data-elementor-device-mode="tablet"] .columns-tablet-2 .wgl-products {
  --products-width: 50%; }

body[data-elementor-device-mode="tablet"] .columns-tablet-1 .wgl-products {
  --products-width: 100%;
  --products-gap: 20px; }

body[data-elementor-device-mode="mobile"] .columns-mobile-6 .wgl-products {
  --products-width: 16.66666%; }

body[data-elementor-device-mode="mobile"] .columns-mobile-5 .wgl-products {
  --products-width: 20%; }

body[data-elementor-device-mode="mobile"] .columns-mobile-4 .wgl-products {
  --products-width: 25%; }

body[data-elementor-device-mode="mobile"] .columns-mobile-3 .wgl-products {
  --products-width: 33.33333%; }

body[data-elementor-device-mode="mobile"] .columns-mobile-2 .wgl-products {
  --products-width: 50%; }

body[data-elementor-device-mode="mobile"] .columns-mobile-1 .wgl-products {
  --products-width: 100%;
  --products-gap: 20px; }

.woocommerce .wgl-products {
  --products-gap: 30px; }
  .woocommerce .wgl-products .product {
    width: calc(var(--products-width) - var(--products-gap)); }
  @media all and (max-width: 599px) {
    .woocommerce .wgl-products {
      --products-gap: 20px; } }

.wgl-products.isotope .product {
  transition: 0s; }

div.wgl-products div.product {
  transition: 0.4s; }
  div.wgl-products div.product:before, div.wgl-products div.product:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 2;
    transition: opacity .4s;
    border-radius: inherit; }
  div.wgl-products div.product:before {
    opacity: 1; }
  div.wgl-products div.product .picture {
    position: relative;
    padding: 0;
    text-align: center;
    border-radius: 10px; }
    div.wgl-products div.product .picture .woo_post-link {
      display: block;
      position: relative;
      font-size: 0;
      line-height: 0;
      border-radius: inherit; }
    div.wgl-products div.product .picture img {
      border-radius: 10px; }
      div.wgl-products div.product .picture img.attachment-shop_catalog {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        right: auto;
        pointer-events: none;
        opacity: 0; }
    div.wgl-products div.product .picture:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      pointer-events: none;
      border-radius: inherit;
      z-index: 1;
      transition: opacity .4s;
      opacity: 1;
      border: 1px solid #d6d6ed; }
  div.wgl-products div.product:hover:before {
    opacity: 0; }
  div.wgl-products div.product:hover:after {
    opacity: 1; }
  div.wgl-products div.product:hover .picture img.attachment-shop_catalog {
    opacity: 1;
    pointer-events: inherit;
    transform: translateZ(0) translateY(0) !important; }
  div.wgl-products div.product:hover .picture .woo_post-link {
    opacity: .3; }
  div.wgl-products div.product:hover a.button,
  div.wgl-products div.product a.button.loading {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  div.wgl-products div.product a.button,
  div.wgl-products div.product a.wc-forward {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 10px;
    right: 10px;
    height: 50px;
    width: 50px;
    margin: auto;
    border-radius: 5px;
    padding: 0;
    font-size: 0;
    line-height: 0;
    font-weight: unset;
    text-indent: -5000px;
    letter-spacing: 0;
    text-align: center;
    z-index: 2;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100px); }
    div.wgl-products div.product a.button:before,
    div.wgl-products div.product a.wc-forward:before {
      content: "\f15f";
      font-family: 'Flaticon';
      font-size: 18px;
      margin: 0;
      line-height: 50px;
      text-indent: 0;
      opacity: 1;
      transition: opacity .3s, margin-right .3s; }
    div.wgl-products div.product a.button.loading,
    div.wgl-products div.product a.wc-forward.loading {
      padding: 0; }
      div.wgl-products div.product a.button.loading:before,
      div.wgl-products div.product a.wc-forward.loading:before {
        opacity: 0;
        margin-right: 0; }
      div.wgl-products div.product a.button.loading:after,
      div.wgl-products div.product a.wc-forward.loading:after {
        margin: 0; }
  div.wgl-products div.product a.button {
    color: #fff;
    background: var(--zeptech-button-bg-color-idle); }
    div.wgl-products div.product a.button:hover {
      color: var(--zeptech-button-color-hover);
      background: var(--zeptech-button-bg-color-hover);
      box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0); }
    div.wgl-products div.product a.button:after {
      font-family: 'Font Awesome 5 Free';
      content: '\f2f9';
      position: absolute;
      font-weight: bold;
      text-indent: 0;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      display: inline-block;
      width: 50px;
      height: 50px;
      line-height: 50px;
      opacity: 0;
      font-size: 16px;
      color: inherit;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transition: all .3s; }
  div.wgl-products div.product a.wc-forward {
    color: var(--zeptech-button-color-idle);
    background: var(--zeptech-button-bg-color-idle);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0); }
    div.wgl-products div.product a.wc-forward:hover {
      color: var(--zeptech-button-color-hover);
      background: var(--zeptech-button-bg-color-hover);
      box-shadow: 5px 3px 13px 0 rgba(0, 0, 0, 0.12); }
  div.wgl-products div.product.product .product_type_variable:before, div.wgl-products div.product.product .product_type_grouped:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f360';
    font-weight: bold;
    font-size: 16px; }
  div.wgl-products div.product.product .product_type_external:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f360';
    font-weight: bold;
    font-size: 18px; }
  div.wgl-products div.product a.button.added {
    opacity: 0;
    transform: translateY(0); }
    div.wgl-products div.product a.button.added:after {
      display: none; }
    div.wgl-products div.product a.button.added + .added_to_cart {
      visibility: visible;
      transform: translateY(0);
      opacity: 1; }
      div.wgl-products div.product a.button.added + .added_to_cart:before {
        content: '\f133';
        font-size: 18px; }
    div.wgl-products div.product a.button.added ~ .woo_product_content {
      filter: blur(12px);
      opacity: 0; }
  div.wgl-products div.product a.button.loading:after {
    opacity: 1;
    animation: wc_fade_in 1.2s forwards, fa-spin 2s infinite linear; }
  div.wgl-products div.product a.button.loading ~ .woo_product_content {
    filter: blur(12px);
    opacity: 0; }

@keyframes fa-spin {
  0% {
    transform: rotate(0turn); }
  100% {
    transform: rotate(1turn); } }

@keyframes wc_slide_right {
  0% {
    opacity: 0;
    transform: translateY(0); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes wc_fade_out {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    z-index: -1;
    opacity: 0;
    transform: translateY(15px); } }

@keyframes wc_fade_in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.woocommerce #reviews #comment {
  height: 118px; }

.woocommerce #reviews #comments ol.commentlist li .raiting-meta-data {
  display: inline-block;
  vertical-align: top;
  margin-left: 0;
  margin-top: 3px; }
  .woocommerce #reviews #comments ol.commentlist li .raiting-meta-data .star-rating {
    margin-left: 0;
    margin-top: 0; }

.woocommerce #reviews #comments ol.commentlist li img.avatar {
  display: block;
  float: none;
  position: static;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none; }

.woocommerce span.onsale {
  top: 10px;
  left: 10px;
  right: auto;
  min-width: 45px;
  min-height: unset;
  width: auto;
  height: 30px;
  border-radius: 5px;
  padding: 4px 13px 2px 13px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase; }

.woocommerce .products .star-rating {
  margin: 5px auto 10px; }

.woocommerce div.product form.cart .group_table tr {
  border: 0; }
  .woocommerce div.product form.cart .group_table tr .woocommerce-grouped-product-list-item__label {
    text-align: left; }
  .woocommerce div.product form.cart .group_table tr td {
    vertical-align: middle; }
    .woocommerce div.product form.cart .group_table tr td label {
      margin-bottom: 0;
      font-size: 20px;
      font-weight: 300; }
    .woocommerce div.product form.cart .group_table tr td .woocommerce-Price-amount {
      font-size: 20px;
      font-weight: 300;
      line-height: 1.5em; }
    .woocommerce div.product form.cart .group_table tr td del .woocommerce-Price-amount {
      font-weight: 200; }

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  border: unset;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  padding: 14px 40px;
  line-height: 30px;
  border: unset;
  height: auto;
  letter-spacing: 0.5px;
  vertical-align: top;
  border-width: 1px;
  border-style: solid; }
  .woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled],
  .woocommerce a.button.disabled,
  .woocommerce a.button:disabled,
  .woocommerce a.button:disabled[disabled],
  .woocommerce button.button.disabled,
  .woocommerce button.button:disabled,
  .woocommerce button.button:disabled[disabled],
  .woocommerce input.button.disabled,
  .woocommerce input.button:disabled,
  .woocommerce input.button:disabled[disabled] {
    padding: 13px 40px 12px; }

.woocommerce #respond input#submit {
  padding: 12px 27px;
  min-width: 150px; }

.woocommerce .variations_form a.button.disabled, .woocommerce .variations_form a.button:disabled, .woocommerce .variations_form a.button:disabled[disabled],
.woocommerce .variations_form button.button.disabled,
.woocommerce .variations_form button.button:disabled,
.woocommerce .variations_form button.button:disabled[disabled],
.woocommerce .variations_form input.button.disabled,
.woocommerce .variations_form input.button:disabled,
.woocommerce .variations_form input.button:disabled[disabled] {
  padding: 13px 40px 12px; }

.woocommerce form.checkout_coupon {
  border-radius: 10px;
  border: unset;
  padding: 38px 40px 40px;
  background: #ffffff;
  box-shadow: 6px 5px 25px 0 rgba(0, 0, 0, 0.1); }
  .woocommerce form.checkout_coupon .form-row {
    float: left; }
    .woocommerce form.checkout_coupon .form-row.form-row-first {
      padding-left: 0;
      padding-right: 5px; }
    .woocommerce form.checkout_coupon .form-row.form-row-last {
      padding-left: 5px;
      padding-right: 0; }
  .woocommerce form.checkout_coupon button.button {
    padding: 14px 30px; }

.woocommerce form .form-row,
.woocommerce-page form .form-row {
  padding: 0;
  margin: 0 0 13px; }
  .woocommerce form .form-row-first, .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    width: calc(50% - 15px); }
  .woocommerce form .form-row textarea,
  .woocommerce-page form .form-row textarea {
    height: 130px; }

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  padding: 15px 40px 15px;
  background-color: #f2f2fb !important;
  color: #696969 !important;
  opacity: 1;
  border: 0; }

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  color: #ffffff; }

.woocommerce .coupon ~ .wgl-woo-button #respond input#submit,
.woocommerce .coupon ~ .wgl-woo-button a.button,
.woocommerce .coupon ~ .wgl-woo-button button.button,
.woocommerce .coupon ~ .wgl-woo-button input.button {
  padding: 10px 33px; }
  .woocommerce .coupon ~ .wgl-woo-button #respond input#submit.disabled, .woocommerce .coupon ~ .wgl-woo-button #respond input#submit:disabled, .woocommerce .coupon ~ .wgl-woo-button #respond input#submit:disabled[disabled],
  .woocommerce .coupon ~ .wgl-woo-button a.button.disabled,
  .woocommerce .coupon ~ .wgl-woo-button a.button:disabled,
  .woocommerce .coupon ~ .wgl-woo-button a.button:disabled[disabled],
  .woocommerce .coupon ~ .wgl-woo-button button.button.disabled,
  .woocommerce .coupon ~ .wgl-woo-button button.button:disabled,
  .woocommerce .coupon ~ .wgl-woo-button button.button:disabled[disabled],
  .woocommerce .coupon ~ .wgl-woo-button input.button.disabled,
  .woocommerce .coupon ~ .wgl-woo-button input.button:disabled,
  .woocommerce .coupon ~ .wgl-woo-button input.button:disabled[disabled] {
    padding: 10px 33px; }

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  background-color: transparent; }

.woocommerce > .wgl_module_message_box {
  margin-bottom: 20px; }

.woocommerce .wgl-woocommerce-sorting .wgl_module_message_box {
  width: 100%; }
  .woocommerce .wgl-woocommerce-sorting .wgl_module_message_box:before {
    display: none; }

.woocommerce .wgl-woocommerce-sorting .woocommerce-notices-wrapper {
  flex: 1 1 100%; }

.woocommerce .woocommerce-customer-details address {
  border-radius: 10px;
  border: unset;
  padding: 43px 50px;
  background: #ffffff;
  box-shadow: 6px 5px 25px 0 rgba(0, 0, 0, 0.1); }

.wgl-products.appear-animation .product {
  opacity: 0; }

.wgl-products.appear-animation.anim-fade-in .animate.product {
  animation: fade_in 0.9s ease forwards; }

.wgl-products.appear-animation.anim-slide-top .animate.product {
  animation: slide_top 0.5s ease forwards;
  transform: translateY(50px); }

.wgl-products.appear-animation.anim-slide-bottom .animate.product {
  animation: slide_bottom 0.5s ease forwards;
  transform: translateY(-50px); }

.wgl-products.appear-animation.anim-slide-left .animate.product {
  animation: slide_left 0.5s ease forwards;
  transform: translateX(50px); }

.wgl-products.appear-animation.anim-slide-right .animate.product {
  animation: slide_right 0.5s ease forwards;
  transform: translateX(-50px); }

.wgl-products.appear-animation.anim-zoom .animate.product {
  animation: zoom_in 0.5s ease forwards;
  transform: scale(0.5); }

@keyframes fade_in {
  100% {
    opacity: 1; } }

@keyframes slide_top {
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes slide_bottom {
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes slide_left {
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes slide_right {
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes zoom_in {
  100% {
    opacity: 1;
    transform: scale(1); } }

/* ==================== ##Shop - Single ==================== */
.woocommerce .summary .product_meta {
  position: relative;
  margin-top: 11px;
  border-top: 1px solid #d6d6ed;
  padding: 28px 0 28px; }
  .woocommerce .summary .product_meta > span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 7px;
    text-transform: uppercase; }
    .woocommerce .summary .product_meta > span span,
    .woocommerce .summary .product_meta > span a {
      font-weight: 400;
      text-transform: none;
      font-size: 18px;
      color: #696969;
      font-family: var(--zeptech-content-font-family); }

.woocommerce .summary .woocommerce-product-details__short-description {
  font-size: 18px;
  line-height: 1.666667em; }
  .woocommerce .summary .woocommerce-product-details__short-description > ul {
    padding-top: 5px;
    padding-bottom: 18px; }
    .woocommerce .summary .woocommerce-product-details__short-description > ul li {
      margin-bottom: 12px; }

.woocommerce .summary table.shop_attributes {
  border: unset;
  margin-top: 2px;
  margin-bottom: 20px;
  width: 100%;
  font-size: 16px; }
  .woocommerce .summary table.shop_attributes tr {
    display: block; }
    .woocommerce .summary table.shop_attributes tr:not(:last-child) {
      margin-bottom: 7px; }
  .woocommerce .summary table.shop_attributes th, .woocommerce .summary table.shop_attributes td {
    background: transparent !important; }
  .woocommerce .summary table.shop_attributes th {
    width: auto;
    border: unset;
    font-weight: 700;
    display: inline-block;
    position: relative;
    padding: 0;
    font-family: var(--zeptech-header-font-family);
    color: var(--zeptech-header-font-color); }
    .woocommerce .summary table.shop_attributes th:before {
      display: none;
      content: '';
      position: absolute;
      z-index: 1;
      border-radius: unset;
      font-family: 'Font Awesome 5 Free';
      font-weight: 600;
      top: 0.65em;
      left: 3px;
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background-color: var(--zeptech-primary-color); }
    .woocommerce .summary table.shop_attributes th:after {
      content: ':'; }
  .woocommerce .summary table.shop_attributes td {
    display: inline-block;
    width: auto;
    border: unset;
    font-style: normal;
    font-family: var(--zeptech-header-font-family);
    color: var(--zeptech-header-font-color); }
    .woocommerce .summary table.shop_attributes td p {
      padding: 0; }

.woocommerce .summary .button {
  padding: 9px 32px 14px;
  width: 100%; }
  .woocommerce .summary .button:before {
    content: "\f15f";
    font-family: "Flaticon";
    font-size: 18px;
    position: relative;
    top: 4px;
    margin-right: 8px; }

.woocommerce div.product form.cart {
  margin-top: 0;
  padding-top: 39px;
  margin-bottom: 29px;
  border-top: 1px solid #d6d6ed;
  display: flex; }
  .woocommerce div.product form.cart label.label-qty {
    display: block !important;
    margin-right: 18px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px; }
  @media (max-width: 992px) {
    .woocommerce div.product form.cart {
      display: block; }
      .woocommerce div.product form.cart div.quantity {
        float: none; } }
  .woocommerce div.product form.cart.grouped_form, .woocommerce div.product form.cart.variations_form {
    display: block; }
    .woocommerce div.product form.cart.grouped_form button, .woocommerce div.product form.cart.variations_form button {
      width: auto; }

.woocommerce.single-product div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  opacity: 1;
  position: absolute;
  top: 15px;
  right: 15px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 10px;
  text-decoration: none;
  transition: opacity .4s, color .45s;
  background: transparent;
  color: #000000; }
  .woocommerce.single-product div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
    color: var(--zeptech-primary-color); }
  .woocommerce.single-product div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
    content: '\f105';
    font-family: 'Flaticon';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 1.1em;
    height: 1.1em;
    line-height: 1.1em;
    border: unset;
    font-size: 22px;
    font-weight: normal;
    text-indent: 0;
    margin: auto; }
  .woocommerce.single-product div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__trigger:after {
    display: none; }
  .woocommerce.single-product div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__trigger + .woocommerce-product-gallery__wrapper {
    border-radius: 10px; }

.woocommerce.single-product div.product div.images.woocommerce-product-gallery:hover .woocommerce-product-gallery__trigger {
  opacity: 1;
  transition-delay: 1.5s, 0s; }

.product .flex-control-nav li {
  margin-left: 0;
  padding: 0; }
  .product .flex-control-nav li:before {
    display: none; }
  .product .flex-control-nav li img {
    margin: 0 auto; }

.product .flex-control-nav.flex-control-paging {
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin: 40px auto 0;
  max-width: -moz-fit-content;
  max-width: fit-content;
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  position: relative; }
  .product .flex-control-nav.flex-control-paging:before {
    content: '';
    position: absolute;
    height: 1px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: var(--zeptech-primary-color);
    opacity: .5; }
  .product .flex-control-nav.flex-control-paging li {
    display: inline-block;
    margin: -4px 0 0;
    padding: 0;
    width: 65px; }
    .product .flex-control-nav.flex-control-paging li a {
      text-indent: -9999px;
      display: block;
      height: 9px;
      width: 100%;
      padding: 0; }
      .product .flex-control-nav.flex-control-paging li a:before {
        content: '';
        position: absolute;
        top: 4px;
        right: 0;
        bottom: 0;
        left: 0;
        height: 1px;
        margin: 0 auto;
        opacity: 0;
        background-color: var(--zeptech-primary-color);
        transition: all .3s;
        transform: scaleY(1);
        width: 100%; }
      .product .flex-control-nav.flex-control-paging li a.flex-active:before {
        width: calc(100% - 20px);
        opacity: 1;
        transform: scaleY(3); }

.woocommerce div.product div.images,
.woocommerce #content div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce-page #content div.product div.images {
  width: 47%;
  max-width: 540px;
  margin-bottom: 41px; }

.woocommerce div.product div.summary,
.woocommerce #content div.product div.summary,
.woocommerce-page div.product div.summary,
.woocommerce-page #content div.product div.summary {
  width: 50%;
  max-width: 575px;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px; }

.woocommerce div.product {
  margin-bottom: 70px; }
  .woocommerce div.product .woocommerce-product-rating {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
  .woocommerce div.product .summary .woocommerce-product-rating {
    margin-bottom: 1px;
    padding-top: 6px; }
  .woocommerce div.product div.images.woocommerce-product-gallery img {
    display: block;
    border-radius: 10px; }
  .woocommerce div.product div.images.woocommerce-product-gallery figure {
    overflow: hidden;
    border-radius: 10px; }
  .woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport {
    border-radius: 10px;
    overflow: hidden;
    pointer-events: none;
    border: 1px solid #d6d6ed; }
    .woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image > img {
      overflow: hidden;
      border-radius: 10px;
      pointer-events: auto; }
    .woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport img {
      border-radius: 10px; }
  .woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    grid-gap: 25px;
    margin-top: 27px;
    overflow: visible !important;
    pointer-events: none; }
    .woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs:after {
      content: '';
      display: block;
      height: 0;
      clear: both; }
    .woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs li {
      margin: 0;
      padding: 0;
      list-style: none;
      float: left;
      cursor: pointer;
      width: 100%;
      pointer-events: auto;
      border-radius: 10px; }
      .woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs li,
      .woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs li img {
        position: relative;
        transition: 0.45s; }
      .woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs li img {
        opacity: .3;
        border: 1px solid #d6d6ed; }
        .woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs li img:hover, .woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
          opacity: 1; }
      .woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs li:before {
        display: none; }
      .woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs li:last-child {
        margin-right: 0; }
  .woocommerce div.product div.images.woocommerce-product-gallery__trigger {
    position: absolute;
    z-index: 99;
    top: 1em;
    right: 1em; }
  .woocommerce div.product .product_title {
    margin-top: -0.19em;
    margin-bottom: 0;
    font-size: 42px;
    line-height: 1.2em; }
  .woocommerce div.product p .price,
  .woocommerce div.product span .price {
    font-size: 16px; }
    .woocommerce div.product p .price ins,
    .woocommerce div.product span .price ins {
      font-weight: 500; }
  .woocommerce div.product form.cart table {
    border: unset; }
  .woocommerce div.product form.cart .variations tr {
    border: 0;
    border-bottom: 20px solid transparent; }
  .woocommerce div.product form.cart .variations td.label {
    width: 0;
    margin-right: 20px;
    line-height: 22px;
    vertical-align: middle; }
  .woocommerce div.product form.cart .variations label {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0; }
    .woocommerce div.product form.cart .variations label:after {
      content: ':'; }
  .woocommerce div.product form.cart .variations td.value {
    max-width: 200px; }
  .woocommerce div.product form.cart .variations td,
  .woocommerce div.product form.cart .variations th {
    line-height: 1;
    padding: 0; }
  .woocommerce div.product form.cart .variations select {
    display: inline-block;
    margin-right: 0;
    padding-right: 30px;
    margin-bottom: 0;
    max-width: 0px;
    cursor: pointer; }
  .woocommerce div.product form.cart .reset_variations {
    margin-left: 20px; }
  .woocommerce div.product form.cart .single_variation {
    margin-bottom: 39px;
    padding-bottom: 21px;
    border-bottom: 1px solid rgba(var(--zeptech-header-rgb), 0.12); }

.woocommerce-review-link {
  color: #80869b;
  font-size: 14px;
  margin-top: 3px; }

div.product .summary span.price,
.woocommerce div.product .summary p.price,
.woocommerce div.product .summary .woocommerce-variation-price .price {
  margin-top: 14px;
  font-size: 24px;
  font-weight: 500;
  color: var(--zeptech-primary-color);
  line-height: 1.5em;
  margin-bottom: 18px; }
  div.product .summary span.price ins,
  .woocommerce div.product .summary p.price ins,
  .woocommerce div.product .summary .woocommerce-variation-price .price ins {
    font-weight: inherit; }

.woocommerce del {
  margin-right: .3em;
  color: #9e9fbe; }
  .woocommerce del .woocommerce-Price-amount {
    color: inherit; }

.woocommerce div.product p.price del {
  opacity: 1; }

.woocommerce ins {
  text-decoration: none; }

.related.products,
.upsells.products {
  clear: both;
  padding-top: 0; }
  .related.products > h4,
  .upsells.products > h4 {
    position: relative;
    z-index: 1;
    margin-bottom: 42px;
    font-size: 34px;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .related.products > h4,
      .upsells.products > h4 {
        font-size: 26px; } }

.related.products {
  margin-top: 20px; }

.upsells.products + .related.products {
  margin-top: 88px; }

body .pswp .pswp__scroll-wrap .pswp__button--arrow--left:before,
body .pswp .pswp__scroll-wrap .pswp__button--arrow--right:before {
  background-color: unset; }

/* ==================== ##Shop - Cart ==================== */
.widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
  text-align: center; }

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  margin-bottom: 30px;
  padding: 0; }
  .woocommerce ul.cart_list li:last-child,
  .woocommerce ul.product_list_widget li:last-child {
    margin-bottom: 0; }
  .woocommerce ul.cart_list li a,
  .woocommerce ul.product_list_widget li a {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 1px; }
  .woocommerce ul.cart_list li img,
  .woocommerce ul.product_list_widget li img {
    float: left;
    width: 70px;
    margin: 0;
    border: unset;
    border-radius: 5px;
    background: unset;
    transition: inherit; }
  .woocommerce ul.cart_list li dl,
  .woocommerce ul.product_list_widget li dl {
    padding-left: 0;
    border-left: none;
    margin-bottom: 0; }
    .woocommerce ul.cart_list li dl dd,
    .woocommerce ul.product_list_widget li dl dd {
      margin: 0;
      padding: 0; }
  .woocommerce ul.cart_list li del .woocommerce-Price-amount,
  .woocommerce ul.product_list_widget li del .woocommerce-Price-amount {
    text-decoration: line-through; }

.woocommerce .wgl_mini-cart_flex {
  display: flex;
  align-items: center; }
  .woocommerce .wgl_mini-cart_flex .wgl_mini-cart_image {
    align-self: flex-start;
    width: 70px;
    min-width: 70px;
    margin: 0 20px 0 0;
    transition: opacity .3s;
    position: relative; }
    .woocommerce .wgl_mini-cart_flex .wgl_mini-cart_image:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      pointer-events: none;
      border-radius: inherit;
      z-index: 1;
      transition: opacity .4s;
      opacity: 1;
      border: 1px solid #d6d6ed;
      border-radius: 5px; }
  .woocommerce .wgl_mini-cart_flex .wgl_mini-cart_contents {
    margin-right: 15px;
    margin-top: -5px;
    transition: opacity .3s; }
  .woocommerce .wgl_mini-cart_flex p.price {
    line-height: 26px; }

.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
  padding-left: 0; }

.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
  border: unset;
  padding-top: 19px; }

.woocommerce .widget_shopping_cart .buttons .button, .woocommerce.widget_shopping_cart .buttons .button {
  margin: 0 0 10px; }

.woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item a.remove {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: auto;
  right: 16px;
  margin: 0;
  padding-right: 0;
  font-size: 0; }
  .woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item a.remove:before {
    position: relative;
    top: 0;
    right: 0;
    padding: 7px 3px;
    line-height: 0;
    box-shadow: none;
    font-size: 11px; }
  .woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item a.remove:hover ~ * {
    opacity: 0.5; }

.woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item .quantity {
  margin-top: 7px; }

.woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item .quantity {
  display: block;
  color: #9e9fbe;
  transition: opacity .4s; }
  .woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item .quantity,
  .woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item .quantity .amount {
    font-size: 16px;
    line-height: 1;
    font-weight: 500; }

.woocommerce .woo_mini_cart .total {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  flex-wrap: wrap;
  margin-top: 5px;
  margin-bottom: 17px;
  border: unset;
  padding-top: 18px;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: left; }
  .woocommerce .woo_mini_cart .total strong {
    cursor: default;
    letter-spacing: 1.8px;
    font-weight: 600;
    text-transform: uppercase; }
  .woocommerce .woo_mini_cart .total .woocommerce-Price-amount {
    padding-left: 8px; }

.woocommerce .woo_mini_cart .buttons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -10px; }
  .woocommerce .woo_mini_cart .buttons .button {
    width: calc(50% - 5px);
    margin: 0 0 10px;
    padding: 14px 12px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    transition: 0.4s;
    border-width: 1px;
    border-style: solid; }
  .woocommerce .woo_mini_cart .buttons:before, .woocommerce .woo_mini_cart .buttons:after {
    display: none !important; }

.woocommerce .woo_mini_cart .woocommerce-mini-cart__empty-message {
  font-size: 16px;
  line-height: 24px; }

.woocommerce div.product form.cart .quantity {
  display: inline-block;
  position: relative;
  background-color: #ffffff; }
  .woocommerce div.product form.cart .quantity label.label-qty {
    display: none; }
  .woocommerce div.product form.cart .quantity .quantity-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0;
    height: 60px;
    line-height: 0;
    border-radius: 5px;
    background: #f2f2fb;
    padding: 0 12px; }
    .woocommerce div.product form.cart .quantity .quantity-wrapper .qty {
      display: inline-block;
      height: 60px;
      min-width: 30px;
      width: 1.6675em;
      border: 0;
      padding: 0;
      font-size: 18px;
      font-weight: 500;
      vertical-align: middle;
      background: transparent;
      margin-bottom: 0; }
    .woocommerce div.product form.cart .quantity .quantity-wrapper span {
      cursor: pointer;
      position: relative;
      z-index: 1;
      display: block;
      margin: 0;
      width: 18px;
      height: 18px;
      line-height: 18px;
      opacity: 1;
      transform: translateY(0);
      transition: .4s;
      border-radius: 10px;
      text-align: center;
      color: #a9a9a9; }
      .woocommerce div.product form.cart .quantity .quantity-wrapper span:after {
        content: '\f101';
        font-family: "Flaticon";
        display: inline-block;
        font-size: 12px; }
      .woocommerce div.product form.cart .quantity .quantity-wrapper span.plus:after {
        transform: scaleY(-1); }
    .woocommerce div.product form.cart .quantity .quantity-wrapper input[type="number"] {
      -webkit-appearance: textfield;
      appearance: textfield; }
      .woocommerce div.product form.cart .quantity .quantity-wrapper input[type="number"]::-webkit-inner-spin-button, .woocommerce div.product form.cart .quantity .quantity-wrapper input[type="number"]::-webkit-outer-spin-button {
        -webkit-appearance: none; }

.woocommerce div.product form.cart div.quantity {
  margin-right: 10px;
  display: flex;
  align-items: center; }
  .woocommerce div.product form.cart div.quantity.hidden {
    display: none; }

.woocommerce div.product form.cart .woocommerce-variation-add-to-cart-disabled .wgl-button {
  opacity: 0.5; }

.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals .woocommerce-shipping-destination {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0; }
  .woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals .woocommerce-shipping-destination strong {
    font-weight: inherit;
    text-decoration: underline;
    text-underline-offset: 3px; }

.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals.shipping th {
  line-height: 36px;
  vertical-align: top; }

.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
  width: 570px;
  margin-top: 32px; }
  .woocommerce .cart-collaterals .cross-sells > h2,
  .woocommerce-page .cart-collaterals .cross-sells > h2 {
    margin-bottom: 28px;
    font-size: 24px;
    line-height: 1.4; }
  .woocommerce .cart-collaterals .cross-sells div.wgl-products,
  .woocommerce-page .cart-collaterals .cross-sells div.wgl-products {
    --products-width: 50%; }
    .woocommerce .cart-collaterals .cross-sells div.wgl-products > .product,
    .woocommerce-page .cart-collaterals .cross-sells div.wgl-products > .product {
      float: left; }
    .woocommerce .cart-collaterals .cross-sells div.wgl-products.wgl-swiper-enable,
    .woocommerce-page .cart-collaterals .cross-sells div.wgl-products.wgl-swiper-enable {
      display: block;
      margin: 0; }

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: right;
  width: calc(100% - 570px - 30px);
  margin-top: 40px;
  margin-bottom: 60px;
  padding: 35px 40px 40px 40px;
  text-align: left;
  overflow: hidden;
  position: relative;
  background-color: var(--zeptech-body-background);
  box-shadow: 7px 5px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px; }
  .woocommerce .cart-collaterals .cart_totals h2,
  .woocommerce-page .cart-collaterals .cart_totals h2 {
    margin-bottom: 6px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 3px;
    text-align: center; }
  .woocommerce .cart-collaterals .cart_totals table tr,
  .woocommerce-page .cart-collaterals .cart_totals table tr {
    border: 0; }
    .woocommerce .cart-collaterals .cart_totals table tr th,
    .woocommerce-page .cart-collaterals .cart_totals table tr th {
      display: none; }
    .woocommerce .cart-collaterals .cart_totals table tr td,
    .woocommerce-page .cart-collaterals .cart_totals table tr td {
      display: flex;
      align-items: baseline;
      justify-content: space-between; }
      .woocommerce .cart-collaterals .cart_totals table tr td:before,
      .woocommerce-page .cart-collaterals .cart_totals table tr td:before {
        content: attr(data-title) ": ";
        font-weight: 600;
        letter-spacing: 0.1em;
        float: none;
        order: -2;
        text-transform: uppercase;
        font-size: 18px; }
      .woocommerce .cart-collaterals .cart_totals table tr td:after,
      .woocommerce-page .cart-collaterals .cart_totals table tr td:after {
        width: 100%;
        height: 1px;
        flex: 1;
        border-bottom: 1px solid rgba(var(--zeptech-primary-rgb), 0.6);
        order: -1;
        margin: 0 20px;
        min-width: 10px; }
    .woocommerce .cart-collaterals .cart_totals table tr.cart-subtotal td,
    .woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal td {
      padding-bottom: 6px; }
    .woocommerce .cart-collaterals .cart_totals table tr.order-total td:before,
    .woocommerce-page .cart-collaterals .cart_totals table tr.order-total td:before {
      font-size: 18px; }
    .woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals td,
    .woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals td {
      padding-top: 0;
      padding-bottom: 0;
      border: unset; }
      .woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals td[data-title='Shipping'],
      .woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals td[data-title='Shipping'] {
        padding-top: 7px; }
        .woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals td[data-title='Shipping'] .wgl-shipping-wrapper-notice,
        .woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals td[data-title='Shipping'] .wgl-shipping-wrapper-notice {
          margin-bottom: 0; }
    .woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals td,
    .woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals td {
      flex-wrap: wrap; }
      .woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals td .woocommerce-shipping-destination,
      .woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals td .woocommerce-shipping-destination {
        width: 100%; }
    .woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row,
    .woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row {
      margin-bottom: 10px;
      padding: 0; }
      .woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row input,
      .woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row select,
      .woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row textarea,
      .woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row .button,
      .woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row input,
      .woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row select,
      .woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row textarea,
      .woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row .button {
        width: 100%; }
      .woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row:last-child,
      .woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row:last-child {
        margin-bottom: 20px; }
    .woocommerce .cart-collaterals .cart_totals table tr.cart-discount td:before,
    .woocommerce-page .cart-collaterals .cart_totals table tr.cart-discount td:before {
      content: attr(data-title) " "; }
    .woocommerce .cart-collaterals .cart_totals table tr.cart-discount .woocommerce-remove-coupon,
    .woocommerce-page .cart-collaterals .cart_totals table tr.cart-discount .woocommerce-remove-coupon {
      margin-left: 5px; }
  .woocommerce .cart-collaterals .cart_totals table .shipping + .order-total td,
  .woocommerce-page .cart-collaterals .cart_totals table .shipping + .order-total td {
    padding-top: 26px; }
  .woocommerce .cart-collaterals .cart_totals table td,
  .woocommerce-page .cart-collaterals .cart_totals table td {
    padding: 4px 0;
    font-size: 20px;
    font-weight: 700;
    text-align: right; }
  .woocommerce .cart-collaterals .cart_totals table tr.order-total td .woocommerce-Price-amount.amount, .woocommerce .cart-collaterals .cart_totals table tr.cart-subtotal td .woocommerce-Price-amount.amount,
  .woocommerce-page .cart-collaterals .cart_totals table tr.order-total td .woocommerce-Price-amount.amount,
  .woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal td .woocommerce-Price-amount.amount {
    font-size: 18px; }

.woocommerce table.shop_table {
  border: 0;
  border-radius: 10px;
  margin: 0;
  font-size: 18px;
  border-collapse: collapse;
  text-align: center; }
  .woocommerce table.shop_table .woocommerce-Price-amount.amount {
    font-size: 18px;
    font-weight: 500;
    color: var(--zeptech-primary-color); }
  .woocommerce table.shop_table.cart input.button {
    height: 50px;
    margin-left: 9px;
    margin-right: 20px;
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    padding: 0 25px;
    font-size: 18px;
    line-height: 56px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0;
    background-color: transparent; }
    .woocommerce table.shop_table.cart input.button:hover {
      color: #ffffff; }
  .woocommerce table.shop_table div.quantity .qty {
    display: inline-block;
    width: 90px;
    height: 56px;
    vertical-align: middle;
    border-radius: unset;
    border: 1px solid #e4e4e4;
    padding: 0 0 9px 0;
    font-size: 28px;
    background: #ffffff; }
  .woocommerce table.shop_table tbody th,
  .woocommerce table.shop_table tfoot td,
  .woocommerce table.shop_table tfoot th {
    font-weight: 500; }
  .woocommerce table.shop_table td {
    padding: 15px 0;
    border: 0; }
  .woocommerce table.shop_table td.product-remove {
    padding: 0; }
  .woocommerce table.shop_table td.product-name .product-quantity {
    color: #999998;
    font-weight: inherit; }
  .woocommerce table.shop_table td.product-quantity .quantity {
    display: inline-block;
    position: relative;
    background-color: #ffffff; }
    .woocommerce table.shop_table td.product-quantity .quantity label.label-qty {
      display: none; }
    .woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper {
      display: flex;
      align-items: center;
      position: relative;
      padding: 0;
      height: 60px;
      line-height: 0;
      border-radius: 5px;
      background: #f2f2fb;
      padding: 0 12px; }
      .woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper .qty {
        display: inline-block;
        height: 60px;
        min-width: 30px;
        width: 1.6675em;
        border: 0;
        padding: 0;
        font-size: 18px;
        font-weight: 500;
        vertical-align: middle;
        background: transparent;
        margin-bottom: 0; }
      .woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span {
        cursor: pointer;
        position: relative;
        z-index: 1;
        display: block;
        margin: 0;
        width: 18px;
        height: 18px;
        line-height: 18px;
        opacity: 1;
        transform: translateY(0);
        transition: .4s;
        border-radius: 10px;
        text-align: center;
        color: #a9a9a9; }
        .woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span:after {
          content: '\f101';
          font-family: "Flaticon";
          display: inline-block;
          font-size: 12px; }
        .woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span.plus:after {
          transform: scaleY(-1); }
      .woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper input[type="number"] {
        -webkit-appearance: textfield;
        appearance: textfield; }
        .woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper input[type="number"]::-webkit-inner-spin-button, .woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper input[type="number"]::-webkit-outer-spin-button {
          -webkit-appearance: none; }
  .woocommerce table.shop_table td.product-name,
  .woocommerce table.shop_table td.product-thumbnail {
    text-align: left; }
  .woocommerce table.shop_table td.product-thumbnail {
    white-space: nowrap;
    width: 80px;
    padding-left: 0;
    font-size: 0; }
  .woocommerce table.shop_table td.product-name {
    padding-left: 28px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    transition: all .45s; }
    .woocommerce table.shop_table td.product-name a {
      color: inherit;
      transition: all 0.4s ease 0s; }
  .woocommerce table.shop_table td.actions {
    padding-top: 40px; }
    .woocommerce table.shop_table td.actions .coupon {
      position: relative; }
      .woocommerce table.shop_table td.actions .coupon label {
        display: none; }
      .woocommerce table.shop_table td.actions .coupon .input-text {
        width: 380px;
        height: 60px;
        border: 0;
        margin-right: 10px;
        padding: 14px 20px;
        font-size: 16px;
        font-weight: normal;
        text-transform: capitalize; }
        .woocommerce table.shop_table td.actions .coupon .input-text:focus {
          border-color: var(--zeptech-header-font-color); }
        .woocommerce table.shop_table td.actions .coupon .input-text ~ button.button {
          padding-right: 40px;
          padding-left: 40px; }
  .woocommerce table.shop_table thead {
    background: #f6f4f0; }
    .woocommerce table.shop_table thead,
    .woocommerce table.shop_table thead tr {
      border-radius: 5px; }
    .woocommerce table.shop_table thead th {
      padding: 0;
      font-size: 14px;
      line-height: 56px;
      padding-top: 4px;
      font-weight: 600;
      color: #ffffff;
      text-transform: uppercase;
      letter-spacing: 0.05em; }
      .woocommerce table.shop_table thead th:first-child {
        border-top-left-radius: inherit;
        border-bottom-left-radius: inherit; }
      .woocommerce table.shop_table thead th:last-child {
        border-top-right-radius: inherit;
        border-bottom-right-radius: inherit; }
      .woocommerce table.shop_table thead th.product-price {
        text-align: center;
        width: 240px; }
      .woocommerce table.shop_table thead th.product-quantity {
        text-align: center;
        width: 190px; }
      .woocommerce table.shop_table thead th.product-subtotal {
        text-align: center;
        width: 160px; }
      .woocommerce table.shop_table thead th.product-remove {
        width: 80px; }
      .woocommerce table.shop_table thead th.woocommerce-orders-table__header-order-number {
        padding-left: 30px; }
    .woocommerce table.shop_table thead th.product-name {
      padding-left: 109px;
      text-align: left; }
  .woocommerce table.shop_table tbody tr:first-child td {
    border-top: 0; }
  .woocommerce table.shop_table tbody tr td.product-price, .woocommerce table.shop_table tbody tr td.product-quantity, .woocommerce table.shop_table tbody tr td.product-subtotal, .woocommerce table.shop_table tbody tr td.product-remove {
    text-align: center; }
  .woocommerce table.shop_table tbody tr td.product-remove {
    text-align: right; }
    .woocommerce table.shop_table tbody tr td.product-remove a.remove:before {
      font-size: 12px; }
  .woocommerce table.shop_table tbody tr td.woocommerce-orders-table__cell-order-number {
    padding-left: 30px;
    font-weight: 700; }
  .woocommerce table.shop_table tfoot tr th {
    padding-left: 40px;
    text-align: left; }
  .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    border-top: 1px solid rgba(var(--zeptech-header-rgb), 0.12); }
  .woocommerce table.shop_table th {
    border: 0; }

.woocommerce #order_review.woocommerce-checkout-review-order table.shop_table thead th.product-name {
  padding-left: 40px;
  width: 64%; }

.woocommerce table.shop_table button.button {
  letter-spacing: 0.025em; }

.woocommerce table.shop_table.order_details thead th.product-name {
  padding-left: 40px;
  width: 64%; }

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 80px;
  border: 1px solid #d6d6ed;
  border-radius: 5px; }

#add_payment_method table.cart td,
.woocommerce-cart table.cart td,
.woocommerce-checkout table.cart td {
  border-top: 1px solid #d6d6ed; }

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 25px 30px;
  border-radius: unset;
  background-color: var(--zeptech-body-background);
  color: var(--zeptech-content-color); }
  #add_payment_method #payment div.payment_box:before,
  .woocommerce-cart #payment div.payment_box:before,
  .woocommerce-checkout #payment div.payment_box:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin: -30px 30px;
    border: 15px solid transparent;
    border-bottom-color: var(--zeptech-body-background);
    pointer-events: none; }

#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
  margin: 0;
  padding-top: 11px;
  padding-bottom: 0;
  border: unset; }

#add_payment_method .cart-collaterals .cart_totals tr th,
#add_payment_method .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td {
  background-color: unset !important;
  border-top: 0; }

#add_payment_method .cart-collaterals .woocommerce-shipping-destination,
#add_payment_method .cart-collaterals .woocommerce-shipping-calculator,
.woocommerce-cart .cart-collaterals .woocommerce-shipping-destination,
.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator,
.woocommerce-checkout .cart-collaterals .woocommerce-shipping-destination,
.woocommerce-checkout .cart-collaterals .woocommerce-shipping-calculator {
  margin-left: 0;
  margin-top: 15px;
  width: 100%; }

#add_payment_method .cart-collaterals .shipping-calculator-form,
.woocommerce-cart .cart-collaterals .shipping-calculator-form,
.woocommerce-checkout .cart-collaterals .shipping-calculator-form {
  padding: 20px 30px 17px;
  background-color: var(--zeptech-body-background); }
  #add_payment_method .cart-collaterals .shipping-calculator-form p button.button,
  .woocommerce-cart .cart-collaterals .shipping-calculator-form p button.button,
  .woocommerce-checkout .cart-collaterals .shipping-calculator-form p button.button {
    display: block;
    width: auto;
    margin-top: 28px;
    margin-left: auto;
    left: auto;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1em;
    background: unset;
    text-transform: uppercase;
    letter-spacing: 0; }

#add_payment_method .cart-collaterals .shipping-calculator-button,
.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button {
  font-size: 15px;
  margin-top: 0; }
  #add_payment_method .cart-collaterals .shipping-calculator-button:after,
  .woocommerce-cart .cart-collaterals .shipping-calculator-button:after,
  .woocommerce-checkout .cart-collaterals .shipping-calculator-button:after {
    display: none; }

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
  padding: 23px 0 0; }
  #add_payment_method .wc-proceed-to-checkout .wgl-woo-button,
  .woocommerce-cart .wc-proceed-to-checkout .wgl-woo-button,
  .woocommerce-checkout .wc-proceed-to-checkout .wgl-woo-button {
    width: 100%; }
  #add_payment_method .wc-proceed-to-checkout a.checkout-button,
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
  .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    padding: 14px 30px; }

.woocommerce-cart #main > .wgl-container,
.woocommerce-checkout #main > .wgl-container {
  margin-top: 10px; }

.woocommerce-cart .cart-collaterals .button:not(.add_to_cart_button),
.woocommerce-checkout .cart-collaterals .button:not(.add_to_cart_button) {
  width: 100%;
  letter-spacing: 0.025em; }

.woocommerce ul#shipping_method li {
  margin: 0;
  padding-left: 0; }
  .woocommerce ul#shipping_method li .shipping_method {
    margin-top: 6px; }
  .woocommerce ul#shipping_method li label {
    display: inline-flex; }
    .woocommerce ul#shipping_method li label > span {
      margin-left: 5px; }

.woocommerce ul#shipping_method .amount {
  font-weight: 500; }

.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled] {
  color: #ffffff; }
  .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover {
    background-color: #ffffff; }

.woocommerce a.remove {
  font-size: 0;
  text-shadow: none;
  color: transparent !important;
  margin: 0;
  display: inline;
  line-height: inherit; }
  .woocommerce a.remove:before {
    content: "\f138";
    display: inline-block;
    font-family: 'Flaticon';
    font-size: 14px;
    color: #9e9fbe;
    text-rendering: auto;
    font-weight: normal;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    will-change: transform;
    transition: 0.3s; }
  .woocommerce a.remove:hover:before {
    color: #ff144b; }

.wgl-cart-header {
  line-height: 0;
  font-size: 0; }

/* ==================== ##Shop - Checkout ==================== */
.woocommerce-notice.woocommerce-notice--info.woocommerce-info:before {
  display: none; }

.woocommerce-error {
  border-top: 0;
  margin: 0;
  padding: 0; }
  .woocommerce-error:before {
    display: none; }
  .woocommerce-error li:before {
    display: none !important; }

body.woocommerce-checkout h3 {
  text-transform: uppercase; }

body.woocommerce-checkout .woocommerce-billing-fields > h3,
body.woocommerce-checkout #order_review_heading,
body.woocommerce-checkout .woocommerce-order-details > h2,
body.woocommerce-checkout .woocommerce-customer-details > h2 {
  margin-bottom: 36px; }

body.woocommerce-checkout .woocommerce-additional-fields > h3 {
  margin-bottom: 7px;
  margin-top: 20px; }

body.woocommerce-checkout .col2-set {
  width: calc(50% - 15px);
  margin: 0;
  float: left; }
  body.woocommerce-checkout .col2-set > .col-1,
  body.woocommerce-checkout .col2-set > .col-2,
  body.woocommerce-checkout .col2-set > [class^='col'] {
    float: none;
    width: 100%;
    margin-bottom: 30px; }
  body.woocommerce-checkout .col2-set > .col-1 {
    margin-bottom: 10px; }

body.woocommerce-checkout #order_review_heading,
body.woocommerce-checkout #order_review {
  width: calc(50% - 15px);
  float: right;
  margin-right: 0; }

body.woocommerce-checkout #order_review {
  margin-top: -6px; }

body.woocommerce-checkout #order_review table.shop_table tbody tr:first-child > *,
body.woocommerce-checkout .woocommerce-order-details table.shop_table tbody tr:first-child > * {
  padding-top: 30px; }

body.woocommerce-checkout #order_review table.shop_table tbody tr:last-child > *,
body.woocommerce-checkout .woocommerce-order-details table.shop_table tbody tr:last-child > * {
  padding-bottom: 35px; }

body.woocommerce-checkout #order_review table.shop_table thead th:last-child,
body.woocommerce-checkout .woocommerce-order-details table.shop_table thead th:last-child {
  text-align: right;
  padding-right: 40px; }

body.woocommerce-checkout #order_review table.shop_table td,
body.woocommerce-checkout .woocommerce-order-details table.shop_table td {
  padding-top: 10px;
  padding-bottom: 11px;
  font-size: 16px; }
  body.woocommerce-checkout #order_review table.shop_table td:last-child,
  body.woocommerce-checkout .woocommerce-order-details table.shop_table td:last-child {
    text-align: right;
    padding-right: 40px; }

body.woocommerce-checkout #order_review table.shop_table tfoot tr th,
body.woocommerce-checkout .woocommerce-order-details table.shop_table tfoot tr th {
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 20px; }

body.woocommerce-checkout #order_review table.shop_table tfoot tr td,
body.woocommerce-checkout .woocommerce-order-details table.shop_table tfoot tr td {
  padding-top: 14px;
  padding-bottom: 7px; }

body.woocommerce-checkout #order_review table.shop_table tfoot tr:first-child th,
body.woocommerce-checkout .woocommerce-order-details table.shop_table tfoot tr:first-child th {
  padding-top: 20px; }

body.woocommerce-checkout #order_review table.shop_table tfoot tr:first-child td,
body.woocommerce-checkout .woocommerce-order-details table.shop_table tfoot tr:first-child td {
  padding-top: 26px; }

body.woocommerce-checkout #order_review table.shop_table tfoot tr:last-child th,
body.woocommerce-checkout #order_review table.shop_table tfoot tr:last-child td,
body.woocommerce-checkout .woocommerce-order-details table.shop_table tfoot tr:last-child th,
body.woocommerce-checkout .woocommerce-order-details table.shop_table tfoot tr:last-child td {
  padding-bottom: 28px; }

body.woocommerce-checkout #order_review table.shop_table tfoot tr:not(:first-child) td,
body.woocommerce-checkout #order_review table.shop_table tfoot tr:not(:first-child) th,
body.woocommerce-checkout .woocommerce-order-details table.shop_table tfoot tr:not(:first-child) td,
body.woocommerce-checkout .woocommerce-order-details table.shop_table tfoot tr:not(:first-child) th {
  border: unset; }

body.woocommerce-checkout #order_review table.shop_table tfoot .woocommerce-Price-amount.amount,
body.woocommerce-checkout .woocommerce-order-details table.shop_table tfoot .woocommerce-Price-amount.amount {
  font-size: 20px; }

body.woocommerce-checkout #order_review table.shop_table td.product-name,
body.woocommerce-checkout .woocommerce-order-details table.shop_table td.product-name {
  padding-left: 39px;
  padding-right: 10px; }

body.woocommerce-checkout #add_payment_method #payment div.form-row,
body.woocommerce-checkout .woocommerce-cart #payment div.form-row,
body.woocommerce-checkout .woocommerce-checkout #payment div.form-row {
  margin-bottom: 0; }

body.woocommerce-checkout #order_comments {
  padding-top: 15px; }

body.woocommerce-checkout #payment {
  border-radius: 10px;
  border: unset;
  padding: 30px;
  margin-top: 15px;
  position: relative;
  background-color: var(--zeptech-body-background);
  box-shadow: 5px 6px 30px 0px rgba(0, 0, 0, 0.1); }
  body.woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
    border-bottom: 0; }
    body.woocommerce-checkout #payment ul.payment_methods li {
      padding-top: 10px;
      line-height: 30px;
      padding-left: 0; }
      body.woocommerce-checkout #payment ul.payment_methods li:before {
        display: none !important; }
      body.woocommerce-checkout #payment ul.payment_methods li.woocommerce-notice {
        margin-bottom: 10px;
        padding: 20px;
        box-shadow: unset;
        border-radius: 5px;
        background-color: #f2f2fb;
        color: #444;
        border: 0; }
  body.woocommerce-checkout #payment div.form-row {
    padding: 12px 0 0; }
    body.woocommerce-checkout #payment div.form-row .woocommerce-privacy-policy-text {
      font-size: 16px; }

body.woocommerce-checkout main#main {
  margin-bottom: 50px; }

body.woocommerce-checkout.woocommerce-page #shipping_method .shipping_method {
  margin-top: 7px; }

.woocommerce form .woocommerce-billing-fields__field-wrapper {
  margin-top: -13px; }

.woocommerce form .form-row label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase; }
  .woocommerce form .form-row label span {
    font-size: 16px; }

.woocommerce form .form-row .required {
  font-weight: 400;
  text-decoration: none;
  color: inherit; }

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  margin: 0 0 8px; }

.woocommerce form .form-row input.input-text {
  height: 60px; }

.woocommerce form .form-row .woocommerce-input-wrapper {
  margin-top: -5px;
  margin-bottom: 9px;
  display: block; }

.woocommerce form #ship-to-different-address {
  margin-top: 20px;
  margin-bottom: 20px; }
  .woocommerce form #ship-to-different-address span {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1.4;
    align-items: center; }

.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-order-downloads {
  width: calc(50% - 15px);
  float: left; }
  .woocommerce .woocommerce-customer-details .col2-set,
  .woocommerce .woocommerce-order-details .col2-set,
  .woocommerce .woocommerce-order-downloads .col2-set {
    width: 100%; }
    .woocommerce .woocommerce-customer-details .col2-set .col-1,
    .woocommerce .woocommerce-customer-details .col2-set .col-2,
    .woocommerce .woocommerce-order-details .col2-set .col-1,
    .woocommerce .woocommerce-order-details .col2-set .col-2,
    .woocommerce .woocommerce-order-downloads .col2-set .col-1,
    .woocommerce .woocommerce-order-downloads .col2-set .col-2 {
      width: 100%; }
    .woocommerce .woocommerce-customer-details .col2-set .col-1 + .col-2,
    .woocommerce .woocommerce-order-details .col2-set .col-1 + .col-2,
    .woocommerce .woocommerce-order-downloads .col2-set .col-1 + .col-2 {
      margin-top: 30px; }
  .woocommerce .woocommerce-customer-details .woocommerce-column__title,
  .woocommerce .woocommerce-order-details .woocommerce-column__title,
  .woocommerce .woocommerce-order-downloads .woocommerce-column__title {
    margin-bottom: 21px; }

.woocommerce .woocommerce-customer-details {
  float: right; }
  .woocommerce .woocommerce-customer-details address {
    border-radius: 5px;
    border: unset;
    padding: 26px 40px 30px;
    background: #ffffff;
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.12); }

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: block;
  font-weight: 400;
  margin-bottom: 10px; }
  .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme span {
    font-size: 14px; }

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  width: 100%; }

.woocommerce .woocommerce-form-login .form-row label {
  font-weight: 400; }

.woocommerce ul.order_details.woocommerce-thankyou-order-details {
  padding: 25px 20px 25px 20px;
  position: relative;
  min-height: 130px;
  margin-bottom: 40px;
  border-radius: unset; }
  .woocommerce ul.order_details.woocommerce-thankyou-order-details li {
    padding-right: unset;
    margin-right: unset;
    font-size: 14px;
    font-weight: 300; }
    .woocommerce ul.order_details.woocommerce-thankyou-order-details li strong {
      font-weight: 300; }
  .woocommerce ul.order_details.woocommerce-thankyou-order-details li.woocommerce-order-overview__order {
    position: static;
    margin-bottom: 25px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    justify-content: center;
    border-right: unset;
    border-bottom: 1px dashed #d3ced2;
    padding-bottom: 15px; }
    .woocommerce ul.order_details.woocommerce-thankyou-order-details li.woocommerce-order-overview__order strong {
      font-size: 34px;
      letter-spacing: unset; }
  .woocommerce ul.order_details.woocommerce-thankyou-order-details li:not(.woocommerce-order-overview__order) {
    border: unset;
    width: 100%;
    letter-spacing: 0; }
    .woocommerce ul.order_details.woocommerce-thankyou-order-details li:not(.woocommerce-order-overview__order):not(:last-child) {
      margin-bottom: 13px; }
    .woocommerce ul.order_details.woocommerce-thankyou-order-details li:not(.woocommerce-order-overview__order) strong {
      margin-left: 5px; }
  @media all and (min-width: 600px) {
    .woocommerce ul.order_details.woocommerce-thankyou-order-details {
      padding: 30px 30px 30px 160px; }
      .woocommerce ul.order_details.woocommerce-thankyou-order-details li.woocommerce-order-overview__order {
        padding: 7px 15px 7px 0;
        position: absolute;
        width: 100px;
        left: 30px;
        top: 30px;
        bottom: 30px;
        border-bottom: unset;
        border-right: 1px dashed #d9d9d9;
        margin-bottom: 0; }
      .woocommerce ul.order_details.woocommerce-thankyou-order-details li:not(.woocommerce-order-overview__order) strong {
        display: inline-block; } }

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 15px 25px;
  margin: 0; }
  .woocommerce-MyAccount-navigation ul li a {
    font-weight: 300; }

.woocommerce-account .woocommerce-MyAccount-content {
  width: calc(70% - 30px);
  padding: 20px 0; }

.woocommerce form span.show-password-input,
.woocommerce-page form span.show-password-input {
  right: 20px;
  top: 16px;
  line-height: 0; }

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register,
.woocommerce-page form.checkout_coupon,
.woocommerce-page form.login,
.woocommerce-page form.register {
  box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.12);
  padding: 30px 35px 25px;
  border: unset; }

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  margin-top: 10px; }

/* ==================== ##Shop - Notice ==================== */
.wgl_module_message_box {
  position: relative;
  min-height: 65px;
  padding: 0 0 0 74px;
  border: unset;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 7px 5px 30px 0px rgba(0, 0, 0, 0.12);
  z-index: 1;
  min-width: 570px; }
  .wgl_module_message_box.closable {
    padding-right: 53px; }
  .wgl_module_message_box strong {
    font-weight: 500; }
  .wgl_module_message_box .message_title {
    font-size: 18px;
    line-height: 1.25;
    margin-bottom: -1px;
    color: inherit; }
  .wgl_module_message_box .message_text {
    font-size: 15px;
    line-height: 2; }
    .wgl_module_message_box .message_text li {
      line-height: 30px; }
  .wgl_module_message_box .message_icon_wrap {
    position: absolute;
    top: 7px;
    left: 8px;
    z-index: 1; }
  .wgl_module_message_box .message_icon {
    font-size: 34px;
    font-style: normal;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    text-align: center;
    color: var(--zeptech-primary-color); }
    .wgl_module_message_box .message_icon:before {
      font-family: 'flaticon'; }
  .wgl_module_message_box .message_content {
    padding: 22.5px 0 22.5px; }
  .wgl_module_message_box .message_close_button {
    font-size: 14px;
    line-height: 1;
    position: absolute;
    top: 4px;
    right: -1px;
    bottom: 0;
    padding-right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 68px;
    cursor: pointer;
    transition: 0.4s;
    text-align: center;
    color: #bebebe;
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit;
    z-index: 1; }
    .wgl_module_message_box .message_close_button:before {
      font-family: 'Flaticon';
      display: inline-block;
      content: "\f138"; }
    .wgl_module_message_box .message_close_button:hover {
      color: red; }
  .wgl_module_message_box.type_info .message_icon:before {
    content: '\f13e'; }
  .wgl_module_message_box.type_success .message_icon {
    color: var(--zeptech-secondary-color); }
    .wgl_module_message_box.type_success .message_icon:before {
      content: '\f13b'; }
  .wgl_module_message_box.type_error .message_icon {
    color: #ff6249; }
    .wgl_module_message_box.type_error .message_icon:before {
      content: '\f13c'; }
  .wgl_module_message_box.type_warning .message_icon {
    color: #ff923a; }
    .wgl_module_message_box.type_warning .message_icon:before {
      content: '\f13f'; }
  .wgl_module_message_box.woocommerce-message a.button {
    margin: -11px 21px -2px 25px;
    padding: 9px 30px;
    width: -moz-fit-content;
    width: fit-content;
    align-self: flex-end;
    order: 1; }

.woocommerce-error {
  margin: -3px 0 -3px; }

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  color: inherit; }
  .woocommerce-error::before,
  .woocommerce-info::before,
  .woocommerce-message::before {
    display: none; }

p.woocommerce-info,
li.woocommerce-info {
  position: relative;
  min-height: 60px;
  font-size: 16px;
  line-height: 1.45;
  padding: 23px 10px 23px 80px;
  border: unset;
  border-radius: unset;
  z-index: 0;
  border: 1px solid rgba(var(--zeptech-primary-rgb), 0.7); }
  p.woocommerce-info::before,
  li.woocommerce-info::before {
    content: '\f119';
    font-family: 'flaticon';
    font-size: 30px;
    font-style: normal;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    top: 14px;
    left: 14px;
    border-radius: unset;
    z-index: 1; }

.woocommerce .wgl_module_message_box .message_content {
  width: 100%; }

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  color: var(--zeptech-button-color-hover); }

.woocommerce-notices-wrapper {
  margin-bottom: 20px;
  position: relative; }
  .woocommerce-notices-wrapper:hover:after {
    opacity: 0;
    transform: scaleY(0.8); }
  .woocommerce-notices-wrapper:empty {
    display: none; }

.woocommerce .woocommerce-checkout .wgl_module_message_box {
  margin-bottom: 20px; }

.woocommerce.single-product #main-content > .woocommerce-notices-wrapper {
  display: none; }

/* ==================== ##Shop - Pagination ==================== */
.woocommerce nav.woocommerce-pagination {
  margin: 27px 0 0 0;
  padding: 0;
  text-align: left; }
  .woocommerce nav.woocommerce-pagination ul {
    display: block;
    margin: 0;
    border: 0;
    font-size: 0;
    white-space: nowrap;
    list-style: none;
    clear: both; }
    .woocommerce nav.woocommerce-pagination ul li {
      float: none;
      display: inline-block;
      vertical-align: baseline;
      border: 0;
      padding: 0;
      overflow: visible; }
      .woocommerce nav.woocommerce-pagination ul li:not(:last-child) {
        margin-right: 5px; }
      .woocommerce nav.woocommerce-pagination ul li span.current {
        position: relative;
        background: unset;
        cursor: default; }
      .woocommerce nav.woocommerce-pagination ul li span,
      .woocommerce nav.woocommerce-pagination ul li a {
        display: inline-block;
        position: relative;
        z-index: 1;
        height: 50px;
        min-width: 50px;
        padding: 0 5px;
        font-size: 16px;
        line-height: 50px;
        font-weight: 500;
        border: 0;
        border-radius: 5px;
        text-align: center;
        vertical-align: middle;
        transition: 0.4s;
        color: var(--zeptech-header-font-color);
        background: #f2f2fb; }
        .woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li span:hover, .woocommerce nav.woocommerce-pagination ul li span:focus,
        .woocommerce nav.woocommerce-pagination ul li a.current,
        .woocommerce nav.woocommerce-pagination ul li a:hover,
        .woocommerce nav.woocommerce-pagination ul li a:focus {
          color: #fff; }
        .woocommerce nav.woocommerce-pagination ul li span.next i, .woocommerce nav.woocommerce-pagination ul li span.prev i,
        .woocommerce nav.woocommerce-pagination ul li a.next i,
        .woocommerce nav.woocommerce-pagination ul li a.prev i {
          font-style: normal;
          display: inline-block;
          vertical-align: middle;
          transition: all 0.4s, color 0s;
          font-size: 18px; }
          .woocommerce nav.woocommerce-pagination ul li span.next i.wgl_pagination_prev:before, .woocommerce nav.woocommerce-pagination ul li span.prev i.wgl_pagination_prev:before,
          .woocommerce nav.woocommerce-pagination ul li a.next i.wgl_pagination_prev:before,
          .woocommerce nav.woocommerce-pagination ul li a.prev i.wgl_pagination_prev:before {
            content: "\f157";
            font-family: 'Flaticon';
            transform: rotate(180deg) translateY(2px);
            display: block; }
          .woocommerce nav.woocommerce-pagination ul li span.next i.wgl_pagination_next:before, .woocommerce nav.woocommerce-pagination ul li span.prev i.wgl_pagination_next:before,
          .woocommerce nav.woocommerce-pagination ul li a.next i.wgl_pagination_next:before,
          .woocommerce nav.woocommerce-pagination ul li a.prev i.wgl_pagination_next:before {
            content: "\f157";
            font-family: 'Flaticon'; }
        .woocommerce nav.woocommerce-pagination ul li span.next:after, .woocommerce nav.woocommerce-pagination ul li span.prev:after,
        .woocommerce nav.woocommerce-pagination ul li a.next:after,
        .woocommerce nav.woocommerce-pagination ul li a.prev:after {
          display: none; }

/* ==================== ##Shop - Respond ==================== */
.woocommerce #comments {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0; }

.woocommerce #comments ~ #review_form_wrapper #review_form {
  border-radius: 10px; }

.woocommerce #comments ~ #review_form_wrapper #respond {
  margin-top: 46px;
  margin-bottom: 23px; }
  .woocommerce #comments ~ #review_form_wrapper #respond p a {
    margin-right: 9px; }
  .woocommerce #comments ~ #review_form_wrapper #respond form#commentform {
    display: flex;
    flex-wrap: wrap;
    margin-top: -2px; }
    .woocommerce #comments ~ #review_form_wrapper #respond form#commentform > p,
    .woocommerce #comments ~ #review_form_wrapper #respond form#commentform > span,
    .woocommerce #comments ~ #review_form_wrapper #respond form#commentform > div {
      width: 100%; }
    .woocommerce #comments ~ #review_form_wrapper #respond form#commentform .comment-notes {
      order: 1; }
    .woocommerce #comments ~ #review_form_wrapper #respond form#commentform .comment-form-author {
      order: 2; }
    .woocommerce #comments ~ #review_form_wrapper #respond form#commentform .comment-form-email {
      order: 3; }
    .woocommerce #comments ~ #review_form_wrapper #respond form#commentform .comment-form-rating {
      order: 4; }
    .woocommerce #comments ~ #review_form_wrapper #respond form#commentform .comment-form-comment {
      order: 5;
      margin-bottom: 0; }
    .woocommerce #comments ~ #review_form_wrapper #respond form#commentform .comment-form-cookies-consent {
      order: 6;
      margin: 0 0 20px; }
    .woocommerce #comments ~ #review_form_wrapper #respond form#commentform .wpml_language_code {
      order: 7; }
    .woocommerce #comments ~ #review_form_wrapper #respond form#commentform .form-submit {
      order: 8;
      margin-bottom: 0; }
    .woocommerce #comments ~ #review_form_wrapper #respond form#commentform label {
      font-size: 14px;
      font-weight: 400;
      margin: 5px 0; }
      .woocommerce #comments ~ #review_form_wrapper #respond form#commentform label[for='wp-comment-cookies-consent'] {
        margin-top: 0; }
      .woocommerce #comments ~ #review_form_wrapper #respond form#commentform label:empty {
        display: none; }
    .woocommerce #comments ~ #review_form_wrapper #respond form#commentform .comment-form-rating label {
      display: inline-block;
      margin-top: 0;
      margin-right: 15px;
      margin-bottom: 16px;
      font-weight: 300;
      font-size: 14px;
      letter-spacing: 0; }
    .woocommerce #comments ~ #review_form_wrapper #respond form#commentform > p.comment-form-author, .woocommerce #comments ~ #review_form_wrapper #respond form#commentform > p.comment-form-email {
      width: 50%;
      float: left;
      margin-bottom: 0; }
      .woocommerce #comments ~ #review_form_wrapper #respond form#commentform > p.comment-form-author input, .woocommerce #comments ~ #review_form_wrapper #respond form#commentform > p.comment-form-email input {
        position: relative;
        width: 100%; }
    .woocommerce #comments ~ #review_form_wrapper #respond form#commentform > p.comment-notes {
      font-size: 14px; }
    .woocommerce #comments ~ #review_form_wrapper #respond form#commentform > p textarea {
      position: relative;
      margin-bottom: 28px; }
    .woocommerce #comments ~ #review_form_wrapper #respond form#commentform .comment-form-rating {
      margin-bottom: 12px;
      padding-left: 10px;
      padding-right: 10px; }
      .woocommerce #comments ~ #review_form_wrapper #respond form#commentform .comment-form-rating .stars {
        display: inline-block;
        height: 1em;
        line-height: 1.2em;
        font-size: 14px; }
        .woocommerce #comments ~ #review_form_wrapper #respond form#commentform .comment-form-rating .stars > span {
          display: flex;
          height: inherit; }
        .woocommerce #comments ~ #review_form_wrapper #respond form#commentform .comment-form-rating .stars a {
          margin-right: 0 !important;
          padding-right: 1.2em;
          vertical-align: baseline; }
        .woocommerce #comments ~ #review_form_wrapper #respond form#commentform .comment-form-rating .stars a:hover ~ a::before {
          opacity: .5 !important; }
        .woocommerce #comments ~ #review_form_wrapper #respond form#commentform .comment-form-rating .stars a::before {
          transition: all .45s;
          color: var(--zeptech-primary-color); }
        .woocommerce #comments ~ #review_form_wrapper #respond form#commentform .comment-form-rating .stars:hover a::before {
          opacity: 1 !important;
          color: var(--zeptech-primary-color); }
        .woocommerce #comments ~ #review_form_wrapper #respond form#commentform .comment-form-rating .stars.selected a.active::before {
          opacity: 1; }
        .woocommerce #comments ~ #review_form_wrapper #respond form#commentform .comment-form-rating .stars.selected a.active ~ a::before {
          opacity: .5; }
        .woocommerce #comments ~ #review_form_wrapper #respond form#commentform .comment-form-rating .stars.selected a:not(.active)::before {
          opacity: 1; }
      .woocommerce #comments ~ #review_form_wrapper #respond form#commentform .comment-form-rating select {
        display: none; }

/* ==================== ##Shop - Tabs ==================== */
.woocommerce.single div.product .woocommerce-tabs {
  text-align: left; }
  .woocommerce.single div.product .woocommerce-tabs ul.tabs {
    display: inline-block;
    position: relative;
    margin: 13px 0 0;
    border-radius: 5px;
    padding: 5px;
    font-size: 0;
    overflow: visible;
    text-align: left;
    background: #f2f2fb; }
    .woocommerce.single div.product .woocommerce-tabs ul.tabs:before {
      display: none; }
    .woocommerce.single div.product .woocommerce-tabs ul.tabs li {
      display: inline-block;
      position: relative;
      z-index: 2;
      border: 0;
      margin: 0px 2.5px;
      border-radius: inherit;
      padding: 0;
      text-align: center;
      cursor: pointer;
      background: transparent;
      transition: 0.3s ease-in-out; }
      .woocommerce.single div.product .woocommerce-tabs ul.tabs li:first-child {
        margin-left: 0; }
      .woocommerce.single div.product .woocommerce-tabs ul.tabs li:last-child {
        margin-right: 0; }
      .woocommerce.single div.product .woocommerce-tabs ul.tabs li a {
        display: block;
        position: relative;
        padding: 10px 40px;
        margin: 0;
        font-size: 16px;
        line-height: 30px;
        font-weight: 500;
        letter-spacing: 0.025em;
        text-decoration: none;
        box-shadow: none;
        z-index: 1;
        color: var(--zeptech-header-font-color); }
        .woocommerce.single div.product .woocommerce-tabs ul.tabs li a:after {
          display: block;
          content: '';
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          margin-left: auto;
          margin-right: auto;
          z-index: -1;
          width: 100%;
          height: 100%;
          border-radius: 5px;
          transition: all .4s ease-in-out; }
      .woocommerce.single div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce.single div.product .woocommerce-tabs ul.tabs li:hover a {
        color: #fff; }
        .woocommerce.single div.product .woocommerce-tabs ul.tabs li.active a:after, .woocommerce.single div.product .woocommerce-tabs ul.tabs li:hover a:after {
          background-color: rgba(var(--zeptech-secondary-rgb), 1); }
      .woocommerce.single div.product .woocommerce-tabs ul.tabs li:before, .woocommerce.single div.product .woocommerce-tabs ul.tabs li:after {
        display: none; }
  .woocommerce.single div.product .woocommerce-tabs .panel {
    margin-bottom: 48px;
    padding: 33px 0 16px 0;
    text-align: left; }
    .woocommerce.single div.product .woocommerce-tabs .panel #comments {
      margin-top: -22px; }
      .woocommerce.single div.product .woocommerce-tabs .panel #comments .stand_comment {
        min-height: 149px; }
    .woocommerce.single div.product .woocommerce-tabs .panel .woocommerce-noreviews {
      padding-top: 22px; }
    .woocommerce.single div.product .woocommerce-tabs .panel > h2,
    .woocommerce.single div.product .woocommerce-tabs .panel #comments > h2 {
      display: none; }
    .woocommerce.single div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description {
      padding-left: 0;
      padding-right: 0;
      text-align: left;
      margin-bottom: 50px; }
    .woocommerce.single div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--additional_information {
      padding-top: 22px;
      margin-bottom: 27px; }
    .woocommerce.single div.product .woocommerce-tabs .panel table.shop_attributes {
      border: 0; }
      .woocommerce.single div.product .woocommerce-tabs .panel table.shop_attributes tr {
        border: 0;
        float: left;
        width: 50%;
        display: flex;
        align-items: center; }
        .woocommerce.single div.product .woocommerce-tabs .panel table.shop_attributes tr:only-child {
          width: 100%; }
        .woocommerce.single div.product .woocommerce-tabs .panel table.shop_attributes tr:nth-child(2n) th {
          padding-left: 60px; }
      .woocommerce.single div.product .woocommerce-tabs .panel table.shop_attributes th {
        display: flex;
        flex: 1 1 auto;
        align-items: baseline;
        width: auto;
        border: 0;
        padding: 10px 0 10px 40px;
        font-size: 16px;
        font-weight: 700;
        background: transparent; }
        .woocommerce.single div.product .woocommerce-tabs .panel table.shop_attributes th:after {
          content: '';
          flex: 1 1 auto;
          border-top: 1px solid #e1e1e1;
          margin-left: 30px; }
      .woocommerce.single div.product .woocommerce-tabs .panel table.shop_attributes td {
        font-style: normal;
        border: 0;
        padding-left: 30px;
        padding-right: 40px;
        background: transparent; }

.woocommerce #reviews #comments ol.commentlist li:not(:last-child) {
  margin-bottom: 0; }

/* ==================== ##Woo Widgets ==================== */
.woocommerce .widget_price_filter .title-wrapper {
  margin-bottom: 25px; }
  .woocommerce .widget_price_filter .title-wrapper ~ form {
    margin-bottom: 0px; }

.woocommerce .widget_price_filter .price_slider_wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: -3px; }

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  border-radius: unset;
  height: 5px;
  margin-top: -2.5px;
  border-radius: 2px; }

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  top: 50%;
  width: 9px;
  height: 9px;
  margin-left: -4.5px;
  margin-top: -4.5px;
  border-radius: 50%;
  background-color: transparent; }

.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 1px;
  margin-bottom: 26px;
  margin-left: 0;
  margin-right: 0; }

.woocommerce .widget_price_filter .price_slider_wrapper .price_slider.ui-widget-content {
  border: 0;
  border-radius: 2px;
  background: #d6d6ed; }

.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0;
  line-height: 20px;
  text-align: left; }
  .woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
    font-size: 16px;
    font-weight: 500;
    color: var(--zeptech-header-font-color);
    line-height: 1.5;
    order: -1;
    margin-top: 3px; }
  .woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .button {
    display: inline-block;
    left: auto;
    padding: 4px 4px 2px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.1em;
    background: unset;
    cursor: pointer;
    border: unset;
    box-shadow: unset;
    text-transform: uppercase;
    letter-spacing: unset;
    color: #fff;
    background-color: var(--zeptech-primary-color);
    min-height: 30px;
    min-width: 60px; }
  .woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .clear {
    display: none; }

.woocommerce .widget_product_categories > select {
  margin-bottom: 1px; }

.woocommerce .widget_product .product_list_widget {
  margin-bottom: -3px; }

.woocommerce .widget_products {
  margin-bottom: -5px; }

.woocommerce .widget_product_search .woocommerce-product-search {
  display: flex;
  position: relative;
  z-index: 1;
  align-items: center;
  margin-bottom: 0;
  box-sizing: border-box;
  transition: box-shadow 0.4s; }
  .woocommerce .widget_product_search .woocommerce-product-search [type='submit'] {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    font-size: 0;
    opacity: 0;
    cursor: pointer; }
    .woocommerce .widget_product_search .woocommerce-product-search [type='submit']:before {
      content: '\f100';
      position: absolute;
      font-family: flaticon; }

.woocommerce .widget_layered_nav .woocommerce-widget-layered-nav-list__item a {
  display: block;
  position: relative;
  padding-left: 17px;
  letter-spacing: 0;
  padding-left: 17px; }
  .woocommerce .widget_layered_nav .woocommerce-widget-layered-nav-list__item a:before {
    content: '';
    position: absolute;
    z-index: 1;
    display: block;
    top: 10px;
    left: 2px;
    width: 6px;
    height: 6px;
    border-radius: 2px;
    background: currentColor;
    color: #c9c9df;
    transition: background-color 0.3s; }
  .woocommerce .widget_layered_nav .woocommerce-widget-layered-nav-list__item a:hover:before {
    background-color: var(--zeptech-secondary-color); }

.woocommerce .widget_layered_nav .woocommerce-widget-layered-nav-dropdown__submit {
  display: block;
  margin-top: 28px;
  margin-left: auto;
  height: 1em;
  left: auto;
  padding: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1em;
  background: unset;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-transform: unset;
  letter-spacing: unset; }

.product_list_widget .product-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  transition: color 0.3s; }

.product_list_widget li .star-rating {
  margin: 4px 0 2px;
  font-size: 12px; }

.product_list_widget ins {
  text-decoration: none; }

.product_list_widget .woocommerce-Price-amount {
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s;
  color: var(--zeptech-primary-color);
  display: inline-block; }

.product_list_widget .reviewer {
  display: block;
  position: relative;
  font-size: 12px;
  line-height: 24px;
  margin-top: 4px;
  font-style: normal;
  font-weight: 700;
  color: #878b8e; }

.product_list_widget .price {
  margin-top: 6px;
  margin-bottom: -7px;
  color: var(--zeptech-primary-color); }

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
  padding-top: 0;
  padding-bottom: 0; }

/* Prevent default WC animation */
.widget_shopping_cart .blockUI.blockOverlay {
  background-color: transparent !important; }

/* ==================== ##Shop - Responsive ==================== */
@media (min-width: 1024px) and (max-width: 1199px) {
  .sidebar_left .columns-3 > .wgl-products, .sidebar_right .columns-3 > .wgl-products {
    --products-width: 50%; } }

@media (max-width: 1200px) {
  .woocommerce-mini-cart__buttons.buttons {
    display: block; }
  .woocommerce.widget_shopping_cart .buttons a,
  .woocommerce .widget_shopping_cart .buttons a {
    width: 100%; }
  .woocommerce .cart-collaterals .cross-sells,
  .woocommerce-page .cart-collaterals .cross-sells {
    width: 270px; }
    .woocommerce .cart-collaterals .cross-sells div.wgl-products,
    .woocommerce-page .cart-collaterals .cross-sells div.wgl-products {
      --products-width: 100%; }
  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals {
    width: calc(100% - 270px - 30px); } }

@media (max-width: 1023px) {
  .woocommerce-mini-cart__buttons.buttons {
    display: flex; }
  .woocommerce .widget_shopping_cart .buttons a,
  .woocommerce.widget_shopping_cart .buttons a {
    margin-right: 10px;
    margin-bottom: 0;
    width: auto; } }

@media (max-width: 992px) {
  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals {
    padding: 30px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .sidebar_left .columns-3 > .wgl-products, .sidebar_right .columns-3 > .wgl-products {
    --products-width: 50%; } }

@media (max-width: 991px) {
  .columns-4 .wgl-products {
    --products-width: 50%; }
  body.woocommerce-checkout .woocommerce-order .woocommerce-customer-details,
  body.woocommerce-checkout .woocommerce-order .woocommerce-order-details {
    width: 100%; }
  body.woocommerce-checkout form.woocommerce-checkout > div,
  body.woocommerce-checkout form.woocommerce-checkout > .col2-set,
  body.woocommerce-checkout form.woocommerce-checkout > #order_review_heading,
  body.woocommerce-checkout form.woocommerce-checkout > #order_review {
    width: 100%; } }

@media (max-width: 768px) {
  .wgl-products-wrapper .wgl-products {
    --products-width: 50%; }
  .woocommerce-cart-form__contents td.actions .coupon .button.alt,
  .woocommerce-cart-form__contents td.actions .coupon .input-text + .button {
    float: none !important; }
  .woocommerce .cart-collaterals .cross-sells,
  .woocommerce-page .cart-collaterals .cross-sells {
    width: 100%;
    max-width: 400px;
    display: block;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    .woocommerce .cart-collaterals .cross-sells .wgl-products,
    .woocommerce-page .cart-collaterals .cross-sells .wgl-products {
      --products-width: 100%; }
  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
    padding: 30px; }
  .woocommerce div.product div.summary,
  .woocommerce #content div.product div.summary,
  .woocommerce-page div.product div.summary,
  .woocommerce-page #content div.product div.summary {
    width: 100%;
    clear: both; }
  .woocommerce div.product div.images,
  .woocommerce #content div.product div.images,
  .woocommerce-page div.product div.images,
  .woocommerce-page #content div.product div.images {
    width: 100%; }
  .woocommerce table.cart td.actions .button,
  .woocommerce table.cart td.actions .coupon .button,
  .woocommerce #content table.cart td.actions .button,
  .woocommerce #content table.cart td.actions .coupon .button,
  .woocommerce-page table.cart td.actions .button,
  .woocommerce-page table.cart td.actions .coupon .button,
  .woocommerce-page #content table.cart td.actions .button,
  .woocommerce-page #content table.cart td.actions .coupon .button {
    display: block;
    width: auto; }
  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0; }
  .woocommerce table.shop_table_responsive tr.order-total td::before,
  .woocommerce-page table.shop_table_responsive tr.order-total td::before {
    font-weight: 300;
    letter-spacing: 0; }
  .woocommerce table.shop_table_responsive.cart tr,
  .woocommerce-page table.shop_table_responsive.cart tr {
    margin-bottom: 35px;
    padding: 10px 30px 10px;
    position: relative; }
    .woocommerce table.shop_table_responsive.cart tr:last-child,
    .woocommerce-page table.shop_table_responsive.cart tr:last-child {
      padding-top: 30px; }
    .woocommerce table.shop_table_responsive.cart tr td,
    .woocommerce-page table.shop_table_responsive.cart tr td {
      padding: 10px 0;
      display: flex;
      align-items: baseline;
      justify-content: space-between;
      background-color: transparent !important;
      border: unset; }
      .woocommerce table.shop_table_responsive.cart tr td.product-quantity,
      .woocommerce-page table.shop_table_responsive.cart tr td.product-quantity {
        padding: 10px 0; }
      .woocommerce table.shop_table_responsive.cart tr td.product-remove a,
      .woocommerce-page table.shop_table_responsive.cart tr td.product-remove a {
        position: absolute;
        right: 40px;
        top: 20px; }
      .woocommerce table.shop_table_responsive.cart tr td.product-thumbnail,
      .woocommerce-page table.shop_table_responsive.cart tr td.product-thumbnail {
        width: 100%;
        padding-top: 20px; }
        .woocommerce table.shop_table_responsive.cart tr td.product-thumbnail:before,
        .woocommerce-page table.shop_table_responsive.cart tr td.product-thumbnail:before {
          display: none; }
      .woocommerce table.shop_table_responsive.cart tr td.actions,
      .woocommerce-page table.shop_table_responsive.cart tr td.actions {
        padding-top: 10px;
        display: block; }
        .woocommerce table.shop_table_responsive.cart tr td.actions .coupon,
        .woocommerce-page table.shop_table_responsive.cart tr td.actions .coupon {
          padding: 0; }
          .woocommerce table.shop_table_responsive.cart tr td.actions .coupon .input-text,
          .woocommerce-page table.shop_table_responsive.cart tr td.actions .coupon .input-text {
            margin-bottom: 10px; }
        .woocommerce table.shop_table_responsive.cart tr td.actions button,
        .woocommerce-page table.shop_table_responsive.cart tr td.actions button {
          width: 100% !important;
          margin-top: 10px !important; }
        .woocommerce table.shop_table_responsive.cart tr td.actions input,
        .woocommerce-page table.shop_table_responsive.cart tr td.actions input {
          margin-bottom: 10px;
          width: 100% !important; }
  .woocommerce #payment #place_order,
  .woocommerce-page #payment #place_order {
    margin-bottom: 0; }
  .woocommerce form.checkout_coupon .form-row.form-row-last,
  .woocommerce-page form.checkout_coupon .form-row.form-row-last {
    padding-left: 0; }
    .woocommerce form.checkout_coupon .form-row.form-row-last button,
    .woocommerce-page form.checkout_coupon .form-row.form-row-last button {
      width: 100%; }
  .woocommerce table.shop_table td.product-name,
  .woocommerce table.shop_table thead th.product-name,
  .woocommerce table.shop_table tfoot tr th {
    padding-left: 20px; }
  body.woocommerce-checkout #order_review table.shop_table td.product-name,
  body.woocommerce-checkout .woocommerce-order-details table.shop_table td.product-name {
    padding-left: 20px; }
  .woocommerce .col2-set {
    float: left;
    width: 100%;
    margin-right: 0; }
  .woocommerce #order_review_heading,
  .woocommerce #order_review {
    width: 100%; }
  .woocommerce #payment #place_order,
  .woocommerce-page #payment #place_order {
    width: auto;
    margin-bottom: 0; }
  #add_payment_method .cart-collaterals .shipping-calculator-form,
  .woocommerce-cart .cart-collaterals .shipping-calculator-form,
  .woocommerce-checkout .cart-collaterals .shipping-calculator-form {
    margin-left: 0; } }

@media (max-width: 599px) {
  .woocommerce .cart-collaterals .cross-sells .wgl-products,
  .woocommerce-page .cart-collaterals .cross-sells .wgl-products {
    --products-width: 100%; }
  .woocommerce form.checkout_coupon .form-row {
    width: 100%; }
  .wgl-products-wrapper .wgl-products {
    --products-width: 100%; }
  .wgl-woocommerce-sorting {
    display: block; }
    .wgl-woocommerce-sorting p.woocommerce-result-count {
      width: 100%;
      margin: 0 0 20px 0;
      text-align: right; }
    .wgl-woocommerce-sorting form.woocommerce-ordering {
      width: 100%;
      margin: 0 0 30px 0; }
  .woocommerce table.shop_attributes th {
    width: auto; }
  .woocommerce-cart-form__contents #coupon_code {
    margin-bottom: 9px; }
    .woocommerce-cart-form__contents #coupon_code,
    .woocommerce-cart-form__contents #coupon_code + .button {
      width: 100%; }
  body.woocommerce-checkout .form-row-first,
  body.woocommerce-checkout .form-row-last {
    width: 100%; }
  .wgl_module_message_box .message_text {
    display: flex;
    flex-direction: column; }
    .wgl_module_message_box .message_text a.button {
      margin: 15px 7px -3px 0; }
  .wgl_module_message_box .wgl-woo-button {
    margin-top: 18px;
    margin-bottom: -15px;
    align-self: flex-end;
    order: 1; } }

@media (max-width: 426px) {
  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals {
    padding: 75px 20px 20px; }
  .woocommerce table.cart td.actions .coupon .input-text,
  .woocommerce #content table.cart td.actions .coupon .input-text,
  .woocommerce-page table.cart td.actions .coupon .input-text,
  .woocommerce-page #content table.cart td.actions .coupon .input-text {
    width: 180px; }
  .woocommerce table.cart td.actions .coupon .input-text + .button,
  .woocommerce #content table.cart td.actions .coupon .input-text + .button,
  .woocommerce-page table.cart td.actions .coupon .input-text + .button,
  .woocommerce-page #content table.cart td.actions .coupon .input-text + .button {
    margin-left: 0; } }

/* ==================== ##WooCommerce Styles ==================== */
/* ==================== ↓ ##Content Font Styles ↓ ==================== */
.woocommerce #review_form #respond form#commentform label,
body .select2-container,
.product_list_widget .reviewer {
  font-family: var(--zeptech-content-font-family); }

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  color: var(--zeptech-content-color); }

/* ==================== ↑ content font styles ↑ ==================== */
/* ===================== ↓ ##Header Font Styles ↓ ====================== */
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count,
.wgl-theme-header .woo_mini-count span,
.woocommerce .wgl-products .product a.add_to_cart_button,
.woocommerce .wgl-products .product a.button,
.woocommerce .wgl-products .product a.wc-forward,
.woocommerce .cart input.button,
.woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce .wgl-products .price,
.woocommerce-Price-amount,
.woocommerce table.shop_table,
.woocommerce table.shop_table label,
.woocommerce form .form-row label,
.woocommerce span.onsale,
.woocommerce .summary .product_meta > span span.title,
.woocommerce .summary .product_meta > span a.title,
.woocommerce #comments ~ #review_form_wrapper #respond form#commentform .comment-form-rating label,
.woocommerce ul.order_details.woocommerce-thankyou-order-details li.woocommerce-order-overview__order,
.woocommerce ul.order_details li {
  font-family: var(--zeptech-header-font-family); }

.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes th,
.woocommerce-cart-form .coupon label {
  font-family: var(--zeptech-header-font-family);
  font-weight: var(--zeptech-header-font-weight); }

.woocommerce .summary .product_meta > span,
.woocommerce .cart-collaterals .cart_totals table th {
  font-family: var(--zeptech-header-font-family);
  color: var(--zeptech-header-font-color); }

#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce label,
.woocommerce strong,
.woocommerce form .form-row label,
.woocommerce.widget_shopping_cart .total strong,
.woocommerce-page .cart-collaterals .cart_totals table th,
.woocommerce ul.cart_list li a,
.woocommerce table.shop_table td.product-name, .woocommerce table.shop_table td.product-name a:hover,
.woocommerce ul.product_list_widget li a,
.woocommerce-tabs .comment-reply-title,
.woocommerce table.shop_table tfoot tr th,
.woocommerce ul#shipping_method li label,
#add_payment_method .wc-proceed-to-checkout .button__wrapper .checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout .button__wrapper .checkout-button,
.woocommerce table.shop_table div.quantity .qty,
.woocommerce table.shop_table div.quantity .qty::placeholder,
.woocommerce div.product form.cart div.quantity .qty,
.woocommerce div.product form.cart div.quantity .qty::placeholder,
.woocommerce div.product .woocommerce-tabs .panel #respond #commentform label,
.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes th,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product form.cart .group_table tr td label,
.woocommerce-grouped-product-list-item__label a,
.woocommerce table.shop_table_responsive tr td:before,
.woocommerce-page table.shop_table_responsive tr td:before,
.product_meta > span a:hover,
.woocommerce .widget_shopping_cart .total,
.woocommerce table.shop_table td.actions .coupon .input-text ~ span.wgl-woo-button,
.woocommerce-MyAccount-navigation ul li a,
.woocommerce ul.order_details li {
  color: var(--zeptech-header-font-color); }

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: var(--zeptech-header-font-color); }

.woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: var(--zeptech-header-font-color) transparent transparent transparent; }

/* ==================== ↑ header font styles ↑ ==================== */
/* =================== ↓ ##Subtitle Styles ↓ =================== */
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a,
.woocommerce .cart-collaterals .cart_totals table tbody tr td,
.woocommerce-page .cart-collaterals .cart_totals table tbody tr td,
.woocommerce-page .cart-collaterals .cart_totals table th,
.woocommerce-message a.button,
.woocommerce button.button,
.woocommerce table.shop_table thead th,
.woocommerce table.shop_table.cart .button,
.woocommerce table.shop_table td.product-name,
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce .woocommerce-cart-form table.shop_table td,
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li a,
.wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a,
.woocommerce.widget_shopping_cart .total strong,
.product_list_widget .product-title,
.wgl-products .woocommerce-loop-product__title,
.woocommerce-tabs ul.tabs li,
.woocommerce table.shop_table td.product-name .product-quantity,
.woocommerce div.product form.cart div.quantity label.label-qty,
.woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item .quantity,
.woocommerce div.product form.cart .quantity .quantity-wrapper .qty,
.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper .qty,
.woocommerce div.product form.cart .group_table tr td label {
  font-family: var(--zeptech-header-font-family); }

#add_payment_method table.cart td.actions .coupon .input-text,
.wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__total,
.wgl-theme-header .wgl-woo_mini_cart .header_cart-heading_description {
  font-family: var(--zeptech-header-font-family);
  font-weight: var(--zeptech-header-font-weight); }

/* ==================== ↓ Primary Color Styles ==================== */
.wgl_module_message_box .message_text a,
.wgl-products .product-category a:hover h2,
.wgl-theme-header .wgl-woo_mini_cart .header_cart-heading_description:after,
.wgl-products .woocommerce-loop-product__title a:hover,
.woocommerce-review-link:hover,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce .woo_mini_cart .total .woocommerce-Price-amount,
.woocommerce .cart-collaterals .cart_totals table .woocommerce-Price-amount.amount,
.woocommerce .cart-collaterals table.shop_table td.product-total .woocommerce-Price-amount.amount,
.product_list_widget li a:hover .product-title,
.woocommerce-grouped-product-list-item__label a:hover,
.woocommerce-grouped-product-list-item__price,
.woocommerce .woocommerce-cart-form__cart-item .product-thumbnail img,
.woocommerce div.product .woocommerce-product-gallery .flex-viewport,
.woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper,
.woocommerce .woocommerce-cart-form table.shop_table td.product-name a:hover,
.woocommerce table.shop_table td.product-name a:hover,
.woocommerce .summary .product_meta > span a:hover,
.woocommerce ul.cart_list li a:hover,
.woocommerce .wgl_mini-cart_image:hover ~ .wgl_mini-cart_contents a,
.woocommerce .wgl_mini-cart_flex .wgl_mini-cart_contents a:hover,
.woocommerce #review_form #respond p a,
.woocommerce-MyAccount-navigation ul li a:hover,
.wgl-products .product.product:after,
.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span:hover,
.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span:focus,
.woocommerce div.product form.cart .quantity .quantity-wrapper span:hover,
.woocommerce div.product form.cart .quantity .quantity-wrapper span:focus,
.woocommerce ul.order_details li strong {
  color: var(--zeptech-primary-color); }

.woocommerce table.shop_table thead th,
.woocommerce.single div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
  background-color: var(--zeptech-primary-color); }

.woocommerce-message a.button:hover {
  border-color: var(--zeptech-primary-color); }

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background-color: var(--zeptech-primary-color);
  border-color: var(--zeptech-primary-color); }

/* ==================== ↓ Secondary Color ==================== */
.wgl_module_message_box .message_text a:hover,
.widget_price_filter .button:before {
  color: var(--zeptech-secondary-color); }

.woocommerce span.onsale,
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce ul.order_details.woocommerce-thankyou-order-details {
  background-color: var(--zeptech-secondary-color); }

/* ==================== ↓ Button Color ==================== */
.wgl-woo-button,
.wgl-products .product a.button:hover,
.wgl-products .product a.wc-forward:hover,
.wgl-products .product a.button.added,
.woocommerce-message a.button,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce button.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce button.button:hover:disabled,
.wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce a.button,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce #payment #place_order:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #review_form #respond input#submit:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-mini-cart__buttons .button.checkout,
.woocommerce .woo_mini_cart .buttons .button:not(.checkout):hover,
.woocommerce-cart .cart-collaterals .shipping-calculator-form p button.button:hover,
.woocommerce button.button[name="update_cart"]:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce table.shop_table.cart .button,
#comments input.submit,
.woocommerce table.shop_table td.actions .coupon .input-text ~ span.wgl-woo-button .morph_element {
  background-color: var(--zeptech-button-bg-color-hover);
  border-color: var(--zeptech-button-bg-color-hover); }

.woocommerce table.shop_table td.actions .coupon .input-text ~ span.wgl-woo-button {
  border-color: var(--zeptech-button-color-idle); }

.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals button.button {
  color: var(--zeptech-button-color-idle); }

.woocommerce a.button,
.woocommerce button.button,
.woocommerce a.button.alt,
.wc-proceed-to-checkout a.alt.checkout-button,
.woocommerce input.button.alt,
.woocommerce button.button.alt,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.wgl-woo-button.corner-add .morph_element,
.wgl-products .product .added_to_cart,
.wgl-products .product a.button,
.wgl-products .product a.wc-forward,
.woocommerce #payment #place_order,
.woocommerce-message a.button:hover,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit,
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:hover:disabled,
.woocommerce #respond input#submit:hover:disabled[disabled],
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button:hover:disabled,
.woocommerce a.button:hover:disabled[disabled],
.woocommerce a.button.disabled:hover,
.woocommerce button.button.disabled:hover,
.woocommerce input.button:hover:disabled,
.woocommerce input.button:hover:disabled[disabled],
.woocommerce input.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce input.button:hover,
.woocommerce a.button:hover,
.woocommerce-message a.button:hover,
.woocommerce table.shop_table.cart .button:hover,
#comments input.submit:hover,
.woocommerce .woo_mini_cart .buttons .button:not(.checkout),
.woocommerce-cart .cart-collaterals .shipping-calculator-form p button.button,
.woocommerce-mini-cart__buttons .button.checkout:hover,
.woocommerce .woo_mini_cart .buttons .wgl-woo-button:first-child {
  background-color: var(--zeptech-button-bg-color-idle);
  border-color: var(--zeptech-button-bg-color-idle); }

.woocommerce div.product form.cart .reset_variations:hover:before,
.woocommerce-mini-cart__buttons .button.checkout,
.woocommerce button.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #payment #place_order:hover,
.woocommerce-mini-cart__buttons .button:not(.checkout):hover,
.widget_price_filter .price_slider_amount .button:hover {
  color: var(--zeptech-button-color-hover); }

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover,
.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals button.button:hover,
.wgl-products .product a.wc-forward:hover {
  color: var(--zeptech-button-color-hover); }

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  color: var(--zeptech-button-color-idle); }

.wc-proceed-to-checkout a.alt.checkout-button:hover,
.wgl_module_message_box.woocommerce-message a.button:hover {
  background-color: var(--zeptech-button-bg-color-hover);
  border-color: var(--zeptech-button-bg-color-hover); }

/* === ↑ button color === */
