/* 20260825112922 - v2 */
.gui,
.gui-block-linklist li a {
  color: #666666;
}

.gui-page-title,
.gui a.gui-bold,
.gui-block-subtitle,
.gui-table thead tr th,
.gui ul.gui-products li .gui-products-title a,
.gui-form label,
.gui-block-title.gui-dark strong,
.gui-block-title.gui-dark strong a,
.gui-content-subtitle {
  color: #000000;
}

.gui-block-inner strong {
  color: #848484;
}

.gui a {
  color: #0a8de9;
}

.gui-input.gui-focus,
.gui-text.gui-focus,
.gui-select.gui-focus {
  border-color: #0a8de9;
  box-shadow: 0 0 2px #0a8de9;
}

.gui-select.gui-focus .gui-handle {
  border-color: #0a8de9;
}

.gui-block,
.gui-block-title,
.gui-buttons.gui-border,
.gui-block-inner,
.gui-image {
  border-color: #8d8d8d;
}

.gui-block-title {
  color: #333333;
  background-color: #ffffff;
}

.gui-content-title {
  color: #333333;
}

.gui-form .gui-field .gui-description span {
  color: #666666;
}

.gui-block-inner {
  background-color: #f4f4f4;
}

.gui-block-option {
  border-color: #ededed;
  background-color: #f9f9f9;
}

.gui-block-option-block {
  border-color: #ededed;
}

.gui-block-title strong {
  color: #333333;
}

.gui-line,
.gui-cart-sum .gui-line {
  background-color: #cbcbcb;
}

.gui ul.gui-products li {
  border-color: #dcdcdc;
}

.gui-block-subcontent,
.gui-content-subtitle {
  border-color: #dcdcdc;
}

.gui-faq,
.gui-login,
.gui-password,
.gui-register,
.gui-review,
.gui-sitemap,
.gui-block-linklist li,
.gui-table {
  border-color: #dcdcdc;
}

.gui-block-content .gui-table {
  border-color: #ededed;
}

.gui-table thead tr th {
  border-color: #cbcbcb;
  background-color: #f9f9f9;
}

.gui-table tbody tr td {
  border-color: #ededed;
}

.gui a.gui-button-large,
.gui a.gui-button-small {
  border-color: #8d8d8d;
  color: #000000;
  background-color: #ffffff;
}

.gui a.gui-button-large.gui-button-action,
.gui a.gui-button-small.gui-button-action {
  border-color: #8d8d8d;
  color: #000000;
  background-color: #ffffff;
}

.gui a.gui-button-large:active,
.gui a.gui-button-small:active {
  background-color: #cccccc;
  border-color: #707070;
}

.gui a.gui-button-large.gui-button-action:active,
.gui a.gui-button-small.gui-button-action:active {
  background-color: #cccccc;
  border-color: #707070;
}

.gui-input,
.gui-text,
.gui-select,
.gui-number {
  border-color: #8d8d8d;
  background-color: #ffffff;
}

.gui-select .gui-handle,
.gui-number .gui-handle {
  border-color: #8d8d8d;
}

.gui-number .gui-handle a {
  background-color: #ffffff;
}

.gui-input input,
.gui-number input,
.gui-text textarea,
.gui-select .gui-value {
  color: #000000;
}

.gui-progressbar {
  background-color: #76c61b;
}

/* custom */
#cart-upsell-holder {
	display:none ! important;
}

.gui-cart.loading {
	height: 300px;
  position: relative;
}

.gui-cart.loading > * {
  opacity: 0;
}

/* Adding loader using ::after pseudo-element */
.gui-cart.loading::after {
  content: ""; /* Necessary for pseudo-elements */
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px; /* Loader size */
  height: 80px; /* Loader size */
  margin-top: -40px; /* Half of loader size to center vertically */
  margin-left: -40px; /* Half of loader size to center horizontally */
  border: 8px solid #f3f3f3; /* Light grey border */
  border-top: 8px solid black; /* Blue border on top */
  border-radius: 50%; /* Round shape */
  animation: spin 2s linear infinite; /* Animation for spinning */
}

/* Keyframes for spinning animation */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.choices__list--multiple .choices__item {
  background-color: #188b28 !important;
  border: 1px solid #188b28 !important;
}

.choices__input.choices__input--cloned {
  width: 100% !important;
}

.product-configure-custom-option select {
	width: 100% !important;
}

.toast {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background: #f44336;
      color: white;
      padding: 12px 20px;
      border-radius: 6px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.2);
      font-family: sans-serif;
      display: none; /* hidden by default */
  		z-index: 999;
    }

    .toast.show {
      display: block;
      animation: fadeInOut 4s forwards;
    }

@keyframes fadeInOut {
      0% { opacity: 0; }
      10% { opacity: 1; }
      90% { opacity: 1; }
      100% { opacity: 0; }
}

.upsell-product-row img {
  border-radius: 5px
}

.upsell-product-row input {
  margin-right: 15px;
}

.hidden {
	display: none; 
}

[data-vid="317724848"] {
  display: none !important;
}
[data-vid="317724848"] {
  display: none !important;
}

.cart-item h4 {
	font-weight:normal;
}

.cart-item.first-uuid h4 {
	font-weight:bold;
}

.cart-item.no-uuid h4 {
	font-weight:bold;
}

.no-uuid > div,
.first-uuid > div {
	border-top:2px solid #CCCCCC;
}

.cart-item-first > div {
	border-top:0 ! important;
}

.checkout-onestep .first-uuid td,
.checkout-onestep .no-uuid td{
	border-top:2px solid #CCCCCC ! important;
}

.checkout-onestep .gui-table td p {
	display:none ! important;
}

.cart-free-shipping {
	display:none ! important;
}

.first-uuid .cart-remove-button,
.no-uuid .cart-remove-button {
	display:block ! important;
}

.cart-col-price {
	vertical-align:top;
}

.freeshipping {
	display:none ! important;
}

.look-content .price {
	display:none ! important;
}

.gui-confirm-container {
	margin-top:10px;
}

.checkout-onestep .gui-section.gui-block.gui-step {
	opacity:1 ! important;
}

#product_configure_variants {
	    padding: 0.5rem;
    border: 2px solid rgb(204, 204, 204);
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    font-size: 1rem;
    cursor: pointer;
}
