.checkbox-control input[type="checkbox"] {
    display: none;
}
.checkbox-control label {
    padding-left: 25px;
    position: relative;
}
.checkbox-control label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    background: #fff;
    z-index: 1;
    cursor: pointer;
    border-radius: 2px;
}
.checkbox-control label:after {
    content: '';
    position: absolute;
    left: 3px;
    top: 3px;
    width: 10px;
    height: 10px;
    background-color: #d9b873;
    border-radius: 2px;
    visibility: hidden;
    z-index: 2;
}
.checkbox-control input:checked + label:after {
	visibility: visible;
}

.newsletter-popup {
    text-align: left !important;
}


/* Skeleton loader */

.skeleton {
  background: linear-gradient(90deg, #eee 25%, #ddd 50%, #eee 75%);
  background-size: 200% 100%;
  animation: pulse 3.6s ease-in-out infinite;
  border-radius: 4px;
  margin-bottom: 10px;
}

.product-skeleton.default .skeleton-img {
  width: 100%;
  height: 370px;
  border-radius: 6px;
}
.product-skeleton.small .skeleton-img {
  width: 100%;
  height: 220px;
}
@media(max-width: 1199px) {
  .product-skeleton.default .skeleton-img {
    width: 100%;
    height: 310px;
  }
}
@media(max-width: 991px) {
  .product-skeleton.default .skeleton-img {
    width: 100%;
    height: 280px;
  }
  .product-skeleton.small .skeleton-img {
    width: 100%;
    height: 280px;
  }
}
@media(max-width: 767px) {
  .product-skeleton.default .skeleton-img, .product-skeleton.small .skeleton-img {
    width: 100%;
    height: 180px;
  }
}

.skeleton-title {
  height: 16px;
  width: 70%;
}

.skeleton-price {
  height: 14px;
  width: 40%;
}

.skeleton-rating {
  height: 14px;
  width: 50%;
}

.skeleton-button {
  height: 38px;
  width: 100%;
  border-radius: 6px;
  margin-top: 15px;
}

@keyframes pulse {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

.filter-items .active .category-filter {
    color: #d9b873;
}

/* Hatalı input stili */
.form-control.is-invalid {
  border-color: #dc3545;
}

/* Hata mesajı */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 6px;
  font-size: 0.875rem;
  color: #dc3545;
}

/* Hatalı input varsa mesajı göster */
.form-control.is-invalid + .invalid-feedback {
  display: block;
}
.invalid-feedback.active {
  display: block;
}

.filter-items li.disabled {
    color: #bbb;
}
.filter-items li.disabled a:hover {
    color: #bbb;
    cursor: not-allowed;
}
.filter-items li.disabled a:before {
    border-color: #ccc;
}


.no-after:after {
    content: none !important;
}
.no-before:before {
    content: none !important;
}

.cursor-pointer {
    cursor: pointer;
}

.btn {
  text-transform: none !important
}

.comments .toolbox .btn.active {
  border-color: #666;
}


.full-loading {
  display: none;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999999;
}
.full-loading.active {
  display: flex;
}

.comment-loading {
  display: none;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 99;
}
.comment-loading.active {
  display: flex;
}
.andinoloader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite
}
.andinoloader::before , .andinoloader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 5px solid #FFF;
  animation: prixClipFix 2s linear infinite ;
}
.andinoloader::after{
  border-color: #d9b873;
  animation: prixClipFix 2s linear infinite , rotate 0.5s linear infinite reverse;
  inset: 6px;
}

@keyframes rotate {
  0%   {transform: rotate(0deg)}
  100%   {transform: rotate(360deg)}
}

@keyframes prixClipFix {
    0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
    25%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
    50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
    75%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}
    100% {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}
}

.custom-checkbox+label.is-invalid:before {
    border-color: #dc3545;
}

.btn:disabled {
    background: #ccc;
    border-color: #ccc;
    cursor: not-allowed;
}

.sub-comment {
    position: relative;
    border: 1px solid #ddd;
    padding: 15px;
    margin-top: 15px;
}
.sub-comment:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #ccc;
}
.sub-comment h4 {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 5px;
}
.sub-comment p {
    font-weight: 400;
    font-size: 13px;
}

.account .nav-item a.active {
    color: #d9b873 !important;
}

.wishlist-dropdown .products {
    max-height: none !important
}

.mfp-product .product-single .product-details
{
    width: 100%
}