Uname: Linux premium294.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
Software: LiteSpeed
PHP version: 8.1.32 [ PHP INFO ] PHP os: Linux
Server Ip: 104.21.16.1
Your Ip: 216.73.216.223
User: mjbynoyq (1574) | Group: mjbynoyq (1570)
Safe Mode: OFF
Disable Function:
NONE

name : _woocommerce.scss
.select2-container .select2-selection--single {
  height: 50px;
  border-color: $border-color;
  @include border-radius(0);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  margin-top: 11px;
  padding-left: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 11px;
}

.woocommerce-account-fields,
.woocommerce-billing-fields {
  @include clearfix;
}

div#la_shop_products {
  position: relative;
}

.la-ajax-shop-loading {
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 100%;
  background: #fff;
  visibility: hidden;
  opacity: 0;
}

.la-ajax-shop-loading.loading {
  opacity: 1;
  visibility: visible;

  ~ div {
    display: none;
  }

  + div {
    display: block;
    min-height: 50vh;
    opacity: 0;
  }
}

.la-ajax-shop-loading .la-ajax-loading-outer {
  margin: 0 auto;
  display: block;
  width: 50px;
}

p.stars {

  a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;

    &::before {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 1em;
      height: 1em;
      line-height: 1;
      font-family: "LaStudioIcons";
      content: "\ea5f";
      text-indent: 0;
    }

    &:hover ~ a::before {
      content: "\ea5f";
    }
  }

  &:hover {
    color: #F5A623;

    a {
      color: inherit;

      &:before {
        content: "\ea5e";
      }
    }
  }

  &.selected {
    color: #F5A623;

    a.active {
      &::before {
        content: "\ea5e";
      }

      ~ a {
        &:before {
          content: "\ea5f";
        }
      }
    }

    a:not(.active)::before {
      content: "\ea5e";
    }
  }
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  padding: 14px 30px 14px 60px;
  margin: 0 0 30px;
  position: relative;
  background-color: #eeeff2;
  list-style: none outside !important;
  width: auto;
  word-wrap: break-word;

  &:before {
    font-family: "LaStudioIcons";
    content: "\ea22";
    display: inline-block;
    position: absolute;
    left: 25px;
    font-size: 26px;
    top: 2px;
    color: #6dde6d;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .button {
    float: right;
    padding: 0;
    background: none !important;
    border: none !important;
    color: inherit;
    font-size: inherit;
    line-height: inherit;

    &:hover {
      color: $primary-color;
      text-decoration: underline;
    }
  }

  li {
    list-style: none outside !important;
    padding: 0 !important;
    margin: 0 !important;
  }
}

.woocommerce-info {
  &:before {
    color: #6dde6d;
  }
}

.woocommerce-error {
  &:before {
    content: "\ea3a";
    color: #c43002;
    top: 4px;
  }
}

#shipping_method {
  margin: 0;
  list-style: none;
  padding: 0;
  min-width: 140px;

  li {
    input[type="checkbox"],
    input[type="radio"] {
      margin-bottom: 0;
      margin-right: 8px;
    }
  }
}

.form-row {
  @include clearfix;

  &.form-row-first {
    float: left;
  }

  &.form-row-last {
    float: right;
  }

  &.form-row-first,
  &.form-row-last {
    width: 48%;
    @media (max-width: 767px) {
      width: 100%;
    }
  }

  &.form-row-wide {
    float: left;
    width: 100%;
  }

  label {
    margin-bottom: 10px;
    display: block;

    &.inline {
      display: inline;
    }
  }

  .input-text {
    width: 100%;
    padding: 0 20px;
    height: 50px;
    line-height: 48px;
  }
}

.col2-set {
  @include make-row();

  .col-2,
  .col-1 {
    position: relative;
    float: left;
    min-height: 1px;
    width: percentage(1/2);
    padding-left: 15px;
    padding-right: 15px;
    @media (max-width: 767px) {
      width: 100%;
    }
  }
}

.wc-toolbar {
  line-height: 24px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;

  button {
    background: none;
    border: none;
    padding: 0;
    color: inherit;
    margin-left: 30px;
  }

  p {
    margin-bottom: 0;
  }

  .woocommerce-result-count {
    margin-right: auto;
  }

  .wc-view-toggle {
    margin-top: -1px;

    button {
      float: left;
      font-weight: normal;
      font-size: 20px;

      i {
        vertical-align: middle;
      }

      &.active {
        color: $primary-color;
      }
    }
  }

  .wc-view-toggle button:not(.active) {
    opacity: .5;
  }


  .lasf-custom-dropdown {
    position: relative;

    i {
      vertical-align: middle;
      margin-top: -3px;
    }

    button {
      margin: 0;
      padding: 12px 40px 12px 15px;
      direction: ltr;
    }

    &:after {
      content: "";
      position: absolute;
      left: 0;
      width: 100%;
      padding-bottom: 20px;
    }

    &.is-hover {
      ul {
        @include opacity(1);
        visibility: inherit;
        margin-top: -1px;
      }
    }

    ul {
      right: 0;
      position: absolute;
      background-color: #fff;
      z-index: 11;
      visibility: hidden;
      margin-top: 20px;
      opacity: 0;
      transition: all .25s;
      border: 1px solid $border-color;
      min-width: 100%;

      li {
        display: block;
        border-bottom: 1px solid $border-color;
        margin: 0;

        &:last-child {
          border-bottom: 0;
        }

        a {
          padding: 8px 15px;
          white-space: pre;
          display: block;
          font-size: .875em;
        }

        &:hover,
        &.active {
          a {
            background-color: #f1f0f0;
          }
        }
      }
    }
  }

}

.wc-view-toggle + .lasf-custom-dropdown {
  margin-left: 30px;
}

.lasf-custom-dropdown {
  button {
    &:after {
      @include lastudio-icon();
      content: '\ea10';
      width: 10px;
      font-size: 12px;
      line-height: 8px;
      position: absolute;
      right: 15px;
      top: calc(50% - 4px);
    }
  }

  &.is-hover {
    button {
      &:after {
        content: '\ea13';
      }
    }
  }
}

.wc-toolbar .lasf-custom-dropdown.wc-custom-filters:after {
  display: none;
}

.open-advanced-shop-filter {
  .btn-advanced-shop-filter {
    &:after {
      content: '\ea13' !important;
    }
  }
}

.woocommerce table.wishlist_table {
  font-size: 100%;
}

.swatch-control select {
  display: none !important;
}

.swatch-control.radio-select ul {
  padding: 0 !important;
  list-style: none !important;
  margin: 0;
}

.swatch-control.radio-select li {
  list-style: none !important;
}

.swatch-control.radio-select li label {
  display: inline;
  margin-left: 10px;
}


.swatch-wrapper {
  display: inline-block;
  vertical-align: middle;
  margin: 4px 8px 4px 0;
  position: relative;

  &.disabled {
    position: relative;
    cursor: not-allowed;
    zoom: 1;

    &:before {
      content: "";
      width: 90%;
      height: 2px;
      background-color: red;
      position: absolute;
      left: 5%;
      top: 50%;
      margin-top: -1px;
      z-index: 1;
      opacity: 0.4;
      @include rotate(-45);
    }

    &:after {
      content: "";
      width: 90%;
      height: 2px;
      background-color: red;
      position: absolute;
      left: 5%;
      top: 50%;
      margin-top: -1px;
      z-index: 1;
      opacity: 0.4;
      @include rotate(45);
    }

    .swatch-anchor {
      cursor: inherit;
      opacity: 0.4;
    }
  }

  .swatch-anchor {
    display: block;
    position: relative;
    text-align: center;
    color: inherit;
    border-radius: inherit;
  }

  img {
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
    display: block;
    vertical-align: middle;
    object-fit: cover;
    border-radius: inherit;
  }

  &.selected {
    box-shadow: 0 0 0 1px var(--theme-primary-color);

    .swatch-anchor {
      @include scale(0.85)
    }
  }

  &.swatch-only-label {
    box-shadow: 0 0 1px;

    &.selected {
      box-shadow: 0 0 0 1px var(--theme-primary-color);
      color: $primary-color;

      .swatch-anchor {
        @include scale(1)
      }
    }
  }

  &.la-swatch-item-style-rounder {
    @include border-radius(5px);
  }

  &.la-swatch-item-style-circle {
    @include border-radius(50%);
  }

  .swatch-anchor-label {
    display: none;
  }
}

.variations_form {
  .swatch-anchor-label {
    display: block;
    position: absolute;
    bottom: 80%;
    text-indent: 0;
    background: #000;
    padding: 5px 10px;
    line-height: 1;
    border-radius: 4px;
    margin-bottom: 5px;
    min-width: 50px;
    color: #fff;
    left: 50%;
    white-space: pre;
    text-align: center;
    text-transform: none;
    transform: translate(-50%, 0);
    visibility: hidden;
    opacity: 0;
    transition: all 0.25s;
    font-size: 12px;
    pointer-events: none;
    z-index: 2;

    &:after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -4px;
      border-width: 4px 4px 0 4px;
      border-style: solid;
      border-color: #000 transparent transparent transparent;
      margin-left: -4px;
    }
  }

  .swatch-wrapper {
    &:hover {
      .swatch-anchor-label {
        bottom: 100%;
        @include opacity(1);
        visibility: inherit;
      }
    }
  }
}

.swatch-wrapper-more {
  font-size: 12px;
  text-transform: capitalize;
  display: none;

  span {
    vertical-align: middle;
    display: inline-block;
  }
}

.radio-select {
  .disabled {
    cursor: not-allowed;
    zoom: 1;
    opacity: 0.5;

    input,
    label {
      cursor: not-allowed;
    }
  }
}

.woocommerce table.wishlist_table thead th:not(.product-name) {
  text-align: center;
}

.open-advanced-shop-filter .wc-toolbar-container .btn-advanced-shop-filter {
  color: $primary-color;
}

.la-advanced-product-filters {
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.05);
  display: none;
  margin-bottom: 30px;
  font-size: 14px;

  .sidebar-inner--filters {
    padding: 40px 40px 0;
    @include display();
    @include justify-content(space-between);

    .widget {
      margin-bottom: 30px;
      width: 20%;
      margin-right: 15px;

      ul {
        &.menu {
          li {
            padding-top: 0;
            padding-bottom: 0;
          }
        }
      }

    }
  }

  .menu-item-price {
    ul {
      li {
        display: inline-block;
        width: 49%;

        a {
          border: none;
          padding: 0;

          &:hover {
            background: none;
          }
        }
      }
    }
  }

  .wc-ordering p,
  .wc-layered-nav-term .count {
    display: none;
  }

}

.sidebar-inner--filters .widget_price_filter .price_slider_amount {
  flex-direction: column-reverse;
}

.sidebar-inner--filters .widget_price_filter .ui-slider {
  margin-bottom: 10px;
}

.sidebar-inner--filters .widget_price_filter .price_slider_amount .price_label {
  margin-bottom: 20px;
}

.la-advanced-product-filters-result {
  padding-bottom: 15px;
  font-size: 14px;
  text-align: center;

  i {
    font-size: 22px;
    padding: 0 5px;
    vertical-align: middle;
  }
}

.reset-all-shop-filter > span {
  vertical-align: middle;
  display: inline-block;
}

.wishlist_table tr td.product-thumbnail a {
  display: inline-block;
}

.products-list .product_item .wcvendors_sold_by_in_loop {
  display: block;
}

.form-row .input-checkbox + label.checkbox {
  display: inline;
  text-transform: none;
}

.wcv-store-header {
  .store-info {
    h3 {
      font-weight: normal;
      margin-top: 0;
      line-height: normal;
      margin-bottom: 8px;

      + a {
        margin-bottom: 10px;
        display: block;
      }
    }
  }
}

.date-pick + .btn {
  padding: 7px 20px;
}

.table.table-vendor-sales-report {
  margin-top: 20px;
}

.table.table-bordered {
  border-collapse: collapse;
}

.table-condensed th,
.table-condensed td {
  padding: 8px;
}

table.wcv-table td,
table.wcv-table th {
  padding: 8px;
}

#pv_shop_description_container,
#pv_seller_info_container,
.pv_seller_info_container,
.pv_shop_name_container,
.pv_paypal_container {
  margin-bottom: 20px;
}

.wcvendors-pro-dashboard-wrapper .wcv-button,
.wcvendors-pro-dashboard-wrapper .button {
  display: inline-block;
  padding: 8px 20px;
  vertical-align: middle;
  color: #fff;
  border: none;
  text-decoration: none !important;
}

.dokan_page_header--custom .profile-info-img {
  min-height: 300px;
  max-height: 500px;
}

#tab-seller {
  ul {
    .text {
      font-size: 12px;
    }
  }
}

.wcv-store-header .store-info h3 + a {
  color: #f5b223;
}


#la_wishlist_table_wrapper {
  position: relative;

  .product-action {
    text-align: right;

    .labtn-icon {
      display: none;
    }

    .la-addcart {
      padding: 12px 15px;
      min-width: 125px;
      text-transform: uppercase;
      font-size: 12px;
    }
  }
}

.la-compare-table {
  display: block;
  margin: 0;
  width: 100%;
  overflow: auto;
  padding: 0;

  tr.compare-tr {
    &:first-child {
      th {
        vertical-align: bottom;
      }

      th,
      td {
        padding-top: 0;
      }
    }

    th {
      min-width: 268px;
      background-color: #f8f8f8;
      vertical-align: middle;
      font-weight: bold;
      border-left: 0;
      padding: 15px;
      border-right: 1px solid $border-color;
      position: -webkit-sticky;
      position: sticky;
      color: $heading-font-color;
      text-align: center;

      &:after {
        content: '';
        top: 0;
        bottom: 0;
        border-right: 1px solid $border-color;
        position: absolute;

        .ltr & {
          right: -1px;
        }

        .rtl & {
          left: -1px;
        }
      }

      .ltr & {
        left: 0;
      }

      .rtl & {
        right: 0;
      }
    }

    td {
      min-width: 300px;
      max-width: 100%;
      text-align: center;
      padding: 15px 20px;
      vertical-align: middle;

      .remove {
        margin-bottom: 10px;
        margin-top: 10px;
      }
    }
  }

  .td-placeholder {
    &:before {
      content: '';
      display: inline-block;
      width: 60px;
      height: 8px;
      background-color: #eee;
      border-radius: 2px;
    }
  }

  .compare-tr-info {
    height: 250px;
    @media (max-width: 1200px) {
      height: 220px;
    }
    @media (max-width: 800px) {
      height: 200px;
    }

    .td-placeholder {
      background-image: url(../images/placeholder.png);
      background-repeat: no-repeat;
      background-position: center;

      &:before {
        display: none;
      }
    }
  }

  h4 {
    font-size: 14px;
    margin: 15px 0;
    font-family: inherit;
    text-transform: uppercase;
  }

  .image-wrap {
    width: 150px;
    max-width: 100%;
    margin: 0 auto;
  }

  .add_to_cart_wrap {
    a {
      display: inline-block;
      font-family: inherit;
      font-weight: 500;
      margin: 0;
      padding: 10px 15px;
      cursor: pointer;
      text-align: center;
      line-height: 1;
      text-transform: uppercase;
      font-size: 12px;

      .labtn-icon {
        display: none;
      }
    }
  }

  del {
    color: #8a8a8a;
  }

  ins {
    text-decoration: none;
  }

  .compare-tr-stock {
    .stock.in-stock {
      color: #10b705;
    }

    .stock.out-of-stock {
      color: #de0000;
    }
  }

}

.la_remove_from_compare {
  font-size: 12px;

  i {
    vertical-align: middle;
    margin-top: -2px;
  }
}

@media (max-width: 1200px) {
  .la-compare-table tr.compare-tr th {
    min-width: 230px;
  }
  .la-compare-table tr.compare-tr td {
    min-width: 260px;
  }
}

@media (max-width: 800px) {
  .la-compare-table h4 {
    margin: 10px 0;
  }
  .la-compare-table .image-wrap {
    width: 120px;
  }
  .la-compare-table .add_to_cart_wrap a {
    font-size: 10px;
  }
  .la-compare-table tr.compare-tr td .remove {
    margin: 0 0 5px;
  }
  .la-compare-table tr.compare-tr th {
    min-width: 150px;
    padding: 10px;
  }
  .la-compare-table tr.compare-tr td {
    min-width: 200px;
    padding: 10px;
  }
}

@media (max-width: 600px) {
  .la-compare-table tr.compare-tr th {
    min-width: 100px;
    font-size: 12px;
  }
  .la-compare-table tr.compare-tr {
    td,
    th {
      padding: 8px;
    }
  }
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em 1.41575em;
  background-color: #3d9cd2;
  color: #fff;
  z-index: 9999;

  &:before {
    display: inline-block;
    font: normal normal normal 14px/1 LaStudioIcons;
    font-size: inherit;
    text-rendering: auto;
    margin-right: 0.5407911001em;
    content: "\ea59";
  }

  @media (min-width: 768px) {
    a.woocommerce-store-notice__dismiss-link {
      background: rgba(0, 0, 0, .1);
      float: right;
      display: inline-block;
      margin: -1em -1.41575em -1em 0;
      padding: 1em 1.41575em;

      &:before {
        display: inline-block;
        font: normal normal normal 14px/1 LaStudioIcons;
        font-size: inherit;
        text-rendering: auto;
        content: "\ea3a";
        margin-right: 0.3342343017em;
      }
    }
  }
}

@media(max-width: 600px) {
  table.shop_table_responsive tr td[data-title]:before,
  .shop_table.woocommerce-cart-form__contents td {

  }
  .la_wishlist_table .product-action a {
    padding: 5px 10px;
    margin-top: 10px;
  }
}


.woocommerce form.checkout.woocommerce-checkout:before,
.woocommerce form.checkout.woocommerce-checkout:after {
  content: ' ';
  display: table;
  flex-basis: 0;
  order: 1;
}

.woocommerce form.checkout.woocommerce-checkout:after {
  clear: both;
}

.processing .blockOverlay {
  background-image: url(../images/ajax-loader.gif) !important;
  background-position: center 30% !important;
  background-repeat: no-repeat !important;
}

.woocommerce-MyAccount-content form .button {
  @include border-radius(30px);
}

form.track_order {
  .form-row {
    width: 100%;

    label {
      text-align: left;
      color: $secondary-color;
      font-weight: 600;
    }

    .input-text {
      height: 60px;
      padding: 10px 20px;
    }

    .button {
      height: 60px;
      width: 100%;
      text-transform: uppercase;
      background-color: $secondary-color;
      font-weight: normal;

      &:hover {
        background-color: $primary-color;
      }
    }
  }
}

.tinvwl-loop-button-wrapper {
  display: none;
}

.woocommerce div.product form.cart .tinvwl_add_to_wishlist_button.button {
  display: none;
}

.tinv-wishlist .tinvwl-buttons-group button {
  border: none;
  background-color: #262626;
  color: #fff;
  padding: 5px 10px;
  line-height: 30px;
}

.tinv-wishlist .tinvwl-buttons-group button i:before {
  color: inherit;
}

.widget_price_filter {
  .ui-slider {
    margin-bottom: 30px;
    position: relative;
    background-color: #d8d8d8;
    margin-right: 20px;
    height: 5px;

    &:after {
      content: "";
      position: absolute;
      height: 5px;
      width: 16px;
      background-color: #d8d8d8;
      right: -16px;
    }

    .ui-slider-handle {
      position: absolute;
      z-index: 2;
      width: 18px;
      height: 18px;
      box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
      background-color: #fff;
      cursor: ew-resize;
      top: -8px;
      @include border-radius(50%);
    }

    .ui-slider-range {
      position: absolute;
      z-index: 1;
      height: 5px;
      background-color: $secondary-color;
    }
  }

  .price_slider_wrapper {
    padding-top: 5px;
    padding-bottom: 20px;
  }

  .price_slider_amount {
    @include display();
    @include justify-content(space-between);

    .price_label {
      font-size: 12px;
    }

    .clear {
      display: none;
    }
  }

  .button {
    text-transform: uppercase;
    width: 84px;
    padding: 7px 10px;
    line-height: 20px;
    font-size: 12px;
    background:$primary-color;
    color: #fff;
    &:hover{
      background:$secondary-color;
      color: #fff;
    }
  }
}


ul.woocommerce-shipping-methods,
ul.wc_payment_methods {
  li {
    position: relative;
    margin-bottom: .6em;
  }

  input[type="radio"] {
    position: absolute;
    opacity: 0;
    font-size: 0;

    + label {
      padding-left: 25px;
      position: relative;

      &:before {
        width: 16px;
        height: 16px;
        border: 1px solid #ccc;
        content: '';
        position: absolute;
        left: 0;
        border-radius: 50%;
        top: 1px;
        box-shadow: 0 0 3px 0 inset rgba(0, 0, 0, 0.2);
      }
    }

    &:checked + label {
      &:before {
        border: 5px solid #2196F3;
      }
    }
  }
}

ul.wc_payment_methods {
  margin: 0;
  list-style: none;

  .wc_payment_method {
    img {
      max-width: 120px;
    }
  }

  .about_paypal {
    font-size: .8em;
    padding-left: 10px;
    vertical-align: middle;
  }

  .payment_box {
    p {
      margin: 5px 0 10px;
      font-size: .9286em;
    }
  }
}

.woocommerce-privacy-policy-text {
  margin: 1em 0 2em;
}

.woocommerce-terms-and-conditions-wrapper p.form-row {
  margin-bottom: 20px;
}

.la-advanced-product-filters {
  .widget {
    .widget-title {
      font-size: 22px;
      margin-bottom: 20px;
      &:after {
        display: none;
      }
    }

    ul {
      li {
        padding: 0;
        margin-bottom: 10px;
      }
    }
  }
}

.widget_layered_nav {
  .la-swatches-widget-opts {
    margin-left: -7px;
    margin-right: -7px;

    li {
      display: inline-block;
      padding: 0;
      margin: 0 7px 10px 7px;

      .count {
        display: none;
      }

      .swatch-wrapper.la-swatch-item-style-default:not(.swatch-only-label) {
        padding: 0;
        margin: 0;
        border-radius: 50%;

        .swatch-anchor {
          width: 28px !important;
          height: 28px !important;
          border-radius: 50%;
        }
      }

      &:hover,
      &.active {
        .swatch-wrapper.la-swatch-item-style-default:not(.swatch-only-label) {
          &:after {
            content: '\ea20';
            font-family: LaStudioIcons;
            position: absolute;
            top: 6px;
            font-size: 16px;
            line-height: 1;
            left: 7px;
            color: #fff;
          }
        }
      }
    }
  }

  &:not(.no-style) {
    .woocommerce-widget-layered-nav-list {
      li {
        a {
          &:before {
            content: '';
            font-size: 10px;
            margin-right: 10px;
            float: left;
            line-height: 1;
            margin-top: .6em;
            border: 1px solid $border-color;
            width: 15px;
            height: 15px;
            border-radius:10px;
          }

          &:after {
            font-family: LaStudioIcons;
            position: absolute;
            left: 0;
            font-size: 9px;
            margin-left: 3px;
            margin-top: 5px;
            color: #fff;
          }
        }

        &:hover,
        &.chosen {
          a {
            &:before {
              background-color: $primary-color;
              border-color: transparent;
            }

            &:after {
              content: '\ea20';
            }
          }
        }
      }
    }
  }

  .count {
    font-size: .875em;
  }

  &.hide-count {
    .count {
      display: none;
    }
  }
}

.woocommerce-pagination.wc-toolbar {
  ul.page-numbers {
    float: left;
  }

  .lasf-custom-dropdown {
    float: right;
    margin: 1px 0 0;

    ul {
      bottom: 100%;
      margin: 0 0 -1px;
    }
  }
}

p.form-row {
  margin-bottom: 20px;
}

.la_wishlist_table.shop_table.woocommerce-cart-form__contents {
  border-bottom: 1px solid $border-color;
}

.close-advanced-product-filters {
  display: none;
}

@media(max-width: 992px) {
  .la-advanced-product-filters {
    position: fixed;
    left: 0;
    top: 0;
    width: 300px;
    display: block !important;
    z-index: 5;
    height: 100%;
    overflow: auto;
    min-height: 100vh;
    visibility: hidden !important;
    opacity: 0 !important;
    transition: all 400ms ease-out;
    @include translate2d(-200px, 0);
    background-color: #fff;

    .sidebar-inner--filters {
      @include flex-direction(column);
      padding-top: 80px;
      padding-left: 20px;
      padding-right: 20px;

      .widget {
        width: 100%;
      }
    }
  }

  .open-advanced-shop-filter {
    body.veres-body {
      overflow: hidden;
    }

    .elementor-location-header .elementor-top-section {
      z-index: 3;
    }

    .la-advanced-product-filters {
      @include translate2d(0, 0);
      visibility: visible !important;
      opacity: 1 !important;
    }

    .elementor-location-archive,
    .site-main {
      z-index: 4;
    }

    div.wpbar {
      z-index: 1 !important;
    }
  }

  .close-advanced-product-filters {
    position: fixed;
    display: block;
    top: 20px;
    right: 20px;
    font-size: 30px;
    line-height: 1;
  }
  .wc-toolbar .lasf-custom-dropdown {
    &.wc-custom-filters {
      margin-right: 0;
      margin-left: auto;
    }

    button.btn-advanced-shop-filter {
      padding: 6px 10px;
      font-size: 12px;

      &:after {
        content: '\ea0a' !important;
        font-size: 16px;
        position: relative;
        right: -4px;
      }
    }
  }
  .wc-toolbar .lasf-custom-dropdown ul li a {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .widget_layered_nav .la-swatches-widget-opts li {
    width: 50%;
    margin: 0;
  }
  .wc-toolbar {
    .wc-view-item {
      display: none;
    }
  }
}


.wc-toolbar-container.--hide-toolbar {
  display: none;
}

#la_compare_table_wrapper {
  font-size: .875em;
}

.la-compare-table.show-vtb::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: transparent
}

.la-compare-table.show-vtb::-webkit-scrollbar-track {
  border-radius: 6px;
  background-color: transparent
}

.la-compare-table.show-vtb::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: var(--theme-border-color)
}

.la-compare-table.show-vtb::-webkit-scrollbar-corner {
  background-color: transparent;
  border-color: transparent
}

#la_compare_table_wrapper,
#la_wishlist_table_wrapper {
  --theme-border-color: #eee;
}

.open-wishlist-pp {
  .la-global-message {
    &.featherlight-inner {
      padding: 0;
    }
  }

  .featherlight-content {
    width: 600px;

    .la_wishlist_table {
      .product-stock-status,
      thead {
        display: none;
      }
    }
  }
}

.la_wishlist-top {
  background-color: #222;
  color: #fff;
  padding: 14px 20px;
  line-height: 1;
  font-size: 18px;
  font-weight: 500;

  small {
    margin-left: .4em;
    font-size: 1em;
  }
}

.la_wishlist-bottom_actions {
  background-color: #222;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  line-height: 1.6;

  a,
  span {
    color: #fff;

    &:hover {
      color: $primary-color
    }
  }
}

.la_wishlist_table {
  line-height: 1.4;

  td {
    padding: 15px 10px;
  }

  .product-name {
    font-size: 15px;
  }

  td.product-thumbnail {
    a {
      padding: 0;
    }
  }
}

.wl-item--name {
  color: $secondary-color;
  font-size: 16px;
  font-weight: 500;
}

.cp-item--price {
  line-height: 1;
}

.cp-item--price,
.wl-item--price {
  color: $secondary-color;
  font-size: 17px;

  ins {
    color: $primary-color;
  }
}

.wl-item--stock {
  font-size: 14px;
  color: #10b705;

  .out-of-stock {
    color: #de0000;
  }
}

.featherlight-content {
  #la_wishlist_table_wrapper {
    margin: 0;
    max-height: 60vh;
    overflow: auto;

    .la_wishlist_table {
      margin: 0;

      .not-found-product {
        td {
          padding-top: 30px;
          padding-bottom: 30px;
        }
      }

      td {
        padding: 20px;

        &.product-thumbnail {
          width: 100px;
        }

        &.product-remove {
          padding-right: 10px;
        }
      }
    }

    &::-webkit-scrollbar {
      width: 6px;
      height: 6px;
      background-color: transparent
    }

    &::-webkit-scrollbar-track {
      border-radius: 6px;
      background-color: transparent
    }

    &::-webkit-scrollbar-thumb {
      border-radius: 6px;
      background-color: var(--theme-border-color)
    }

    &::-webkit-scrollbar-corner {
      background-color: transparent;
      border-color: transparent
    }
  }
}

.la_wishlist-bottom {
  position: relative;
}

.la_wishlist-bottom_notice {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  color: #fff;
  font-size: 15px;
  background-color: #3c3;
  position: absolute;
  top: 100%;
  left: 0;
  transition: all .5s;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.3;

  &:empty {
    display: none;
  }

  &.show-notice {
    top: 0;
  }
}

.product-action .la-addcart ~ a.added_to_cart {
  display: none;
}

.open-compare-pp {
  .featherlight {
    .featherlight-outer {
      max-width: 100vw;
      max-height: 100vh
    }

    .featherlight-content {
      max-width: calc(100vw - 30px);
      max-height: calc(100vh - 60px);
      margin: 0;
    }

    .featherlight-inner {
      padding: 0;
    }

    .featherlight-close-icon {
      top: 0;
      right: 0;
      left: auto;
      border-radius: 0;
    }
  }
}
© 2025 XylotrechusZ