/*product variant disabled*/
.variable-item.color-variable-item.disabled {
    display: none !important;
}
.product-ring-category select {
    border: 1px solid #000 !important;
    border-radius: 4px;
}
#circle canvas {
    display: none;
}
#circle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px; /* adjust size as needed */
  height: 100px;
  background-image: url('https://whitesmoke-spider-278401.hostingersite.com/wp-content/uploads/2023/08/newdiamond_logo.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-50%, -50%);
  z-index: 10;
  pointer-events: none; /* so it doesn’t block clicks if needed */
}

/*product color swatches product link */
.variable-item.image-variable-item {
    width: 38px !important;
    height: auto !important;
    border-radius: 0px !important;
    background: none !important;
    margin: 0 !important;
}
.variable-item .variable-item-contents span.kt-label {
    font-size: 12px;
    position: absolute;
}

.product-color-swatches h4 {
    font-size: 14px;
    font-family: 'Jost';
    font-weight: 500;
    margin-bottom: 0px;
}

.product-color-swatches {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: -15px;
    flex-direction: column;
}

.product-colors {
    display: flex;
    align-items: center;
    gap: 6px;
}

.color-swatch-link {
    display: inline-block;
    text-decoration: none;
}

.color-swatch {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid #ccc;
    transition: transform 0.2s ease, border-color 0.2s ease;
    cursor: pointer;
    display: inline-block;
}

.color-swatch:hover {
    transform: scale(1.1);
    border-color: #000;
}

.accordion {
    background: #ffffff00 !important;
}


/*ralated product*/
ul.products.products-grid-2 {
    border-right: solid 0px #000 !important;
    border-bottom: solid 0px #000 !important;
}


/*bridcremb */
/*.build-ring-steps.step-inventory {*/
/*    margin-top: 80px !important;*/
/*}*/
.build-ring-steps {
  display: flex;
  justify-content: center;
  align-items: center;
  /*background: #faf5ed;*/
  border-radius: 10px;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
  margin: 30px auto;
  max-width: 1200px;
  text-align: center;
  border: 1px solid #005734;
}
.step-item {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  padding: 10px 40px;
  position: relative;
  background: #fff;
  transition: background 0.3s, color 0.3s;
  height: 90px ! IMPORTANT;
  position: relative;
  border-radius: 8px 0 0 8px;
}

.step-item:last-child {
  border-right: none;
}

.step-item.active {
  background: #00A76414;
}

/* Arrow shape */
.step-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  width: 0;
  height: 0;
  border-top: 46px solid transparent;
  border-bottom: 46px solid transparent;
  border-left: 30px solid #f5f5f5;
  z-index: 2;
}
.step-item.active::after {
  border-left: 30px solid #005734 !IMPORTANT;
}

/* Cover overlap */
.step-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 100%;
  background: inherit;
  border-radius: 8px 0 0 8px;
}

/* Remove arrow on last step */
.step-item:last-child::after {
  display: none;
}

div#product-title-thum img {
    width: 60px !IMPORTANT;
}
.step-item .step-number {
  display: block;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #000;
  line-height: 100%;
}

.step-label {
  font-size: 14px;
  line-height: 1.4;
  color: #444;
  width: 100%;
  max-width: 25%;
}

.step-item.active .step-number,
.step-item.active .step-label strong {
  color: #000;
}
div#product-title-thum {
    gap: 10px;
    display: flex;
    align-items: center;
}
#product-title-thum p {
    font-size: 12px;
    margin-bottom: 0px !important;
    text-align: left;
    color: #000;
}
.step-actions {
    font-size: 12px;
    display: flex;
    gap: 10px;
    margin-top: 5px;
}
.step-actions a {
    text-decoration: underline !important;
}
.step-actions a:hover {
    color: #005734 !important;
}

@media (max-width: 768px) {
  .step-item {
    padding: 15px 5px;
  }
  .step-item .step-number {
    font-size: 18px;
  }
  .step-label {
    font-size: 12px;
  }
}

/*product shop page*/

ul.products .product .product-item {
    min-height: auto !important;
}
ul.products .product .product-item .wvs-archive-variations-wrapper {
    display: none;
}
.dialog-widget.dialog-lightbox-widget {
    display: none !important;
}

.woocommerce-product-gallery__wrapper {
    overflow-x: auto !important;
    white-space: nowrap !important;
    scroll-behavior: smooth !important;
}
}

.woocommerce-product-gallery__wrapper img.wvs-archive-product-image {
    height: 334px !important;
    object-fit: contain !important;
}

.slider-arrow {
    width: 40px;
    height: 40px;
    background: black;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 22px;
    user-select: none;
}

.slider-arrow:hover {
    opacity: 0.9;
}
form.woocommerce-cart-form {
    border: 1px solid #000 !IMPORTANT;
}
.woocommerce-cart-form table.shop_table thead tr {
    box-shadow: 0px 1px 0px #000 !IMPORTANT;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form tr:not(.cart_item) td.actions button[name=update_cart] {
    right: 20px !IMPORTANT;
}

li.wvs_archive_reset_variations {
    display: none !important;
}

/*custom checkbox select 250$ increse step3 */
.offer-box {
  position: relative;
  border-radius: 16px;
  padding: 22px;
  background: linear-gradient(145deg, #084a22, #084a22);
  border: 1px solid rgba(3, 87, 41, 0.2);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  max-width: 500px;
  font-family: 'lato', sans-serif;
  transition: all 0.3s ease;
}

.offer-header {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}

.offer-header input[type="checkbox"] {
    accent-color: #ffffff;
    width: 20px;
    height: 20px;
    margin: 0px 0px -2px 0px;
}

.offer-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  color: #ffffff;
  margin-bottom: 14px;
}

.icon {
  background: rgba(3, 87, 41, 0.1);
  padding: 6px;
  border-radius: 50%;
  font-size: 14px;
}

.price-badge {
  display: inline-block;
  background: linear-gradient(135deg, #c8a95a, #f5d27a);
  color: #000;
  padding: 6px 16px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 12px rgba(200, 169, 90, 0.4);
}

.widget.widget_novaapf-category-filter ul li a {
    padding: 0px !important;
    width: 100%;
    flex-direction: column !important;
    align-content: center !important;
    align-items: center !important;
}
