.anpa-attribute-not-available-icon {
  display: none !important;
}

/* Powiększenie wszystkich wariantów kolorystycznych */
ul[id^="group_"] .input-container .color.texture {
    width: 100px;
    height: 100px;
    background-size: cover;
    border-radius: 4px;
    display: inline-block;
    border: 2px solid #ccc;
    margin-right: 8px;
    transition: border 0.2s, transform 0.2s;
    cursor: pointer;
}

/* Obwódka przy aktywnym wyborze */
ul[id^="group_"] .input-container input[type="radio"]:checked + .color.texture {
    border: 5px solid #ff004e;
    transform: scale(1.05);
}

#index .header-position{
        background: #060606;

}

#registration .radio-inline {
    display: inline-flex; 
    align-items: center;   
}

#registration .radio-inline .custom-radio {
    margin-right: 10px; 
 	margin-left: 10px;
}

#registration .radio-inline input[type="radio"] {
    margin-right: 10px; 
}

#registration .radio-inline label {
    font-size: 16px; 
}

#registration .form-control-submit {
    display: block;           
    margin-left: auto;        
    margin-right: auto;      
}
.add button{
  padding-left: 30px;
  padding-right: 30px;
}
.add a{
  background-color: #f4641c;
  border-radius: 30px;
  color: #fff;
  font-size: 1rem;
  padding-left: 20px;
  padding-right: 20px;
}
.add a:hover{
  background-color: #ed6a28;
  color:#fff;
}
/

/* Apply margin top to the "Choose file" button */
#product .product-customization-item .btn.btn-primary {
  margin-top: 62px; /* Add space above the button */
  display: none;
}

#header #menu-icon .material-icons {
	font-size:40px;
}

#header .header-nav #menu-icon {
	margin-left: 1rem;
}
.an_wishlist-icon-active path{
	fill: #ff004e;
}
.review_name img{
	opacity: 0;
}
/* Container Styling */
.product-customization .card.card-block {
  max-width: 600px;
  margin: 2rem auto;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background: #fff;
}

/* Title and Description */
.product-customization .card-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.product-customization p {
  color: #555;
  margin-bottom: 1.5rem;
}

/* Form Groups */
.product-customization .product-customization-item {
  margin-bottom: 2rem;
}

.product-customization label {
  font-weight: 600;
  display: block;
  margin-bottom: 0.5rem;
}

/* File Input Style */
.product-customization .custom-file {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.product-customization .file-input {
  flex: 1;
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
}

/* Button Styles */
.product-customization .btn-primary {
  background-color: #ff004f;
  border: none;
  border-radius: 0.75rem;
  color: white;
  padding: 0.6rem 1.5rem;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.product-customization .btn-primary:hover {
  background-color: #e00045;
}

/* Textarea Styling */
.product-customization .product-message {
  width: 100%;
  height: 100px;
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  font-size: 1rem;
}

/* Help Text */
.product-customization small {
  display: block;
  color: #888;
  margin-top: 0.5rem;
}

/* Right-align save button */
.product-customization .clearfix {
  text-align: right;
}


