/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.6.1772011371
Updated: 2026-02-25 09:22:51

*/

/* STEPS E OPZIONI */

.variations_form .button {
  width: 100%;
  float: none !important;
}
.variations_form .button:hover {
  box-shadow: 0px 0px 60px -10px rgba(255, 255, 255, 0.5) !important;
}

.variations_form .button.disabled {
  background-color: transparent !important;
}

.bj-steps {
	border-bottom: 1px solid #A8A8A8;
	margin-bottom: 30px;
	padding-bottom: 30px
}

.bj-steps-title {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: "Inter";
  font-size: 16px;
	margin-bottom: 30px
}
.bj-steps-title__text {
  white-space: nowrap;
}
.bj-steps-title__line {
  flex: 1;
  height: 1px;
  background: #A8A8A8;
}

.bj-step {
  margin-bottom: 15px;
	text-align: center;
}

.bj-step__title {
  font-size: 16px;
  margin: 0 0 5px 0;
  color: #fff;
  font-family: "Inter" !important;
}

.bj-step__options {
  display: flex;
	justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.bj-option {
  position: relative;
  background: #232323;
  border: 1px solid #a8a8a8;
  border-radius: 5px;
  padding: 5px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.bj-option:hover {
  transform: translateY(-2px);
  background: #ffffff !important;
  color: #000000;
  box-shadow: 0px 0px 60px -10px rgba(255, 255, 255, 0.5);
}

.bj-option--active {
  transform: translateY(-2px);
  color: #000000 !important;
  background-color: #ffffff;
  box-shadow: 0px 0px 60px -10px rgba(255, 255, 255, 0.8);
}

.bj-option--active::after {
  content: "\e015";
  font-family: WooCommerce;
  position: absolute;
  top: -6px;
  right: -6px;
  width: 22px;
  height: 22px;
  background: #ffffff;
  border: 1px solid #232323;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: #000000;
  box-shadow: 0 2px 8px rgba(255, 255, 255, 0.5);
}

.bj-option__inner {
  display: block;
}

.bj-next-step {
	margin-bottom: 30px
}

.bj-btn-next {
	letter-spacing: 2px;
	border-width: 1px !important;
	font-weight: 400 !important;
	font-size: 14px !important;
}


/* RIEPILOGO */
.bj-summary {
  display: none;
}

.bj-summary-container {
    padding: 20px;
    background-color: #232323;
    border: 1px solid #A8A8A8;
    border-radius: 5px;
}

.bj-summary__header {
	text-align:center;
	border-bottom: 1px solid #a8a8a8;
}
.bj-summary__header h3 {
  font-size: 18px;
  font-family: "Inter" !important;
}

.bj-summary-item {
  display: flex;
  justify-content: space-between;
}

.bj-summary-item:last-child {
  border-bottom: none;
}

.bj-summary-label {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.bj-summary-value {
  color: #fff;
  font-weight: 400;
	font-size: 15px !important;
}

.bj-summary__action {
  margin-top: 24px;
  text-align: center;
}


.bj-summary__action .single_add_to_cart_button {
	letter-spacing: 2px;
	border-width: 1px !important;
	font-weight: 400 !important;
	font-size: 14px !important;
}

.bj-summary__variation-image {
  display: none;
  margin-bottom: 16px;
  cursor: zoom-in;
}

.bj-summary__variation-image img {
  max-width: 165px !important;
  height: auto;
  display: block;
}

.bj-summary__content {
  width: 100%;
}

.bj-summary__variation-description {
  display: none;
  margin: 12px 0;
  font-size: 0.95em;
}

.bj-summary__variation-meta {
  display: none;
  margin: 8px 0;
  font-size: 0.9em;
  color: #555;
}

.bj-summary-value--price .price {
  color: #ffffff !important;
	font-size: 15px !important;
}

.bj-attribute-select {
  display: none;
}

.single_add_to_cart_button:disabled {
  opacity: 0.5;
}

.bj-summary__action > p {
  margin-top: 30px;
}

.bj-summary__box {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 15px;
}


.single_variation_wrap {
  display: none !important;
}

.blockUI.blockOverlay {
  background-color: #000000 !important;
}

.woocommerce-message {
  display: flex;
  align-items: center;
  position: fixed;
  top: 120px;
  right: 10px;
  z-index: 1000;
  background-color: #000000;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #ffffff80;
}

.woocommerce-message a.button {
  margin-left: 50px !important;
  background-color: transparent !important;
  border: 2px solid #af9f66 !important;
  border-radius: 0 !important;
  color: #ffffff !important;
  padding: 10px 20px !important;
  font-size: 13px !important;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.woocommerce-message a.button:hover {
  background-color: #af9f66 !important;
  box-shadow: 0px 0px 60px -10px rgba(255, 255, 255, 0.5) !important;
}

.woocommerce span.onsale {
  padding: 0px 20px !important;
  top: 5px;
  left: 5px;
  border-radius: 50px;
}

.bj-next-step {
  display: none;
}

.bj-variation-warning {
  display: none;
  color: #c00;
  margin: 8px 0 0;
}

@media screen and (max-width: 763px) {
	.elementor-menu-cart__main {
		width: 100% !important
	}
}