.loading {position: fixed;top: 0;left: 0;right: 0;bottom: 0; z-index: 9999;}
.spinner {position: absolute;top: 50%;left: 50%;margin-top: -20px;margin-left: -25px;text-align: center;font-size: 10px;}

.svg-path-icon {
  color: #000;
}
.svg-path-icon:hover {
  fill: #CC0D39; /* Hover rengi */
}

.custom-flip-horizontal {
  transform: scaleX(-1);
}



.attrRadioCart {
  transition: box-shadow 0.3s ease, background-color 0.3s ease;
}

.attrRadioCart:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
}

.attrRadioCart.selected {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  background-color: #e0f7f9;
  border: 1px solid #00a6b8;
}