.link.active {
    color: var(--primary) !important;
}

.tf-product-media-thumbs .swiper-slide .item figure {
    border-radius: 8px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 5px;
}

.tf-product-info-wrap .variant-color .variation_item:not(.select-item) .check-color {
    justify-content: center;
    align-items: center;
}

.tf-product-info-wrap .variant-color .variation_item:not(.select-item) {
    position: relative;
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid transparent;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 50%;
}

.tf-product-info-wrap .variant-color .variation_item:not(.select-item) .check-color {
    width: 32px;
    height: 32px;
    display: flex;
    flex-shrink: 0;
    border-radius: 50%;
    border: 1px solid #dcdcdc;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tf-product-info-wrap .variant-color .variation_item:not(.select-item).active {
    border-color: var(--dark-2);
}

@media (min-width: 1200px) {
    .tf-product-info-wrap {
        gap: 15px;
    }
}

input.error,
textarea.error {
    border: 1px solid red !important;
}

label.error {
    color: red !important;
}

.delivery_message,
.card_payment_message,
.shipping_fee_message,
.coupon-message,
.not-added-product-list {
    margin-top: 20px;
    color: #f65353;
    display: block;
    font-weight: 600;
}

.filter-brand.active {
    border: 1px solid var(--primary);
}