HEX
Server: nginx/1.28.1
System: Linux 10-41-63-61 6.8.0-31-generic #31-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 20 00:40:06 UTC 2024 x86_64
User: www (1001)
PHP: 7.4.33
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: /www/wwwroot/tokld.top/wp-content/themes/botiga/assets/css/merchant.css
/**
 * Merchant compatibility.
 */
/**
 * Buttons.
 */
button[class*=merchant-]:not(.button) {
  border: 2px solid var(--bt-color-button-border, #212121);
  -webkit-box-shadow: none;
          box-shadow: none;
  background: var(--bt-color-button-bg, #212121);
  color: var(--bt-color-button, #FFF);
  padding-top: var(--bt-padding-button-top-bottom, 13px);
  padding-bottom: var(--bt-padding-button-top-bottom, 13px);
  padding-left: var(--bt-padding-button-left-right, 24px);
  padding-right: var(--bt-padding-button-left-right, 24px);
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: auto;
  border-radius: var(--bt-border-radius-button, 0);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: var(--bt-letter-spacing-button, 0px);
  font-size: var(--bt-font-size-button, 14px);
}
button[class*=merchant-]:not(.button) svg {
  fill: var(--bt-color-button, #FFF);
}
button[class*=merchant-]:not(.button):hover {
  border-color: var(--bt-color-button-border-hover, #757575);
}
button[class*=merchant-]:not(.button):hover svg {
  fill: var(--bt-color-button-hover, #FFF);
}
button[class*=merchant-]:not(.button):active, button[class*=merchant-]:not(.button):focus {
  color: var(--bt-color-button-hover, #FFF);
}

/**
 * Single product.
 */
.botiga-single-addtocart-wrapper > [class*=merchant-] {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

/**
 * Side Cart module.
 */
.merchant-quantity-plus,
.merchant-quantity-minus {
  display: none !important;
}

.merchant-floating-side-mini-cart-widget .product_list_widget .merchant-quantity-plus,
.merchant-floating-side-mini-cart-widget .product_list_widget .merchant-quantity-minus {
  display: block !important;
  color: #777777 !important;
  background: none !important;
  border: 1px solid #dbdbdb !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.merchant-floating-side-mini-cart-widget .product_list_widget .merchant-quantity-plus:hover,
.merchant-floating-side-mini-cart-widget .product_list_widget .merchant-quantity-minus:hover {
  color: #1a1a1a !important;
}

.woocommerce-mini-cart__total.botiga-final-total .price-data {
  max-width: 200px;
}

.botiga-side-mini-cart__body .woocommerce-mini-cart__total.botiga-final-total .price-data {
  max-width: 300px;
}

/**
 * Buy Now module.
 */
.single-product .product .cart .merchant-buy-now-button {
  margin-left: 0 !important;
}

/**
 * Product Labels module.
 */
.merchant-product-labels__regular {
  z-index: 998;
}

/**
 * Wishlist module.
 */
.merchant-wishlist-button {
  z-index: 998 !important;
}