/**
* Theme Name: Medibazar Child
* Description: This is a child theme of Medibazar, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/KlbTheme">KlbTheme (Sinan ISIK)</a>
* Template: medibazar
* Version: 1.9.3
*/

/* Variation Form */
.products .variations_form {
    margin-top: 15px;
    width: 100%;
}

.products .variations {
    width: 100%;
    border: 0;
    margin: 0;
}

.products .variations tr {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.products .variations td,
.products .variations th {
    padding: 0;
    border: 0;
}

.products .variations label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    margin-bottom: 5px;
}

/* Dropdown */
.products .variations select {
    width: 100%;
    height: 48px;
    padding: 0 15px;
    border: 1px solid #ddd;
    border-radius: 12px;
    background: #fff;
    font-size: 16px;
    appearance: none;
}

/* Hide reset link */
.products .reset_variations {
    display: none !important;
}

/* Hide quantity */
.products .quantity {
    display: none !important;
}

/* Add to cart button */
.products .single_add_to_cart_button {
    width: 100%;
    margin-top: 12px;
    border-radius: 12px;
}