.flexslider .slides img {
    height: 500px;
}
#carousel img {
    width: 120px;
    height: 120px;
}

.product-detail .product-name {
    margin-bottom: 12px;
    border-bottom: 1px solid #dedede;
}
.product-ratings li .rating  {
    color: #dedddc;
    font-size: 14px;
}

.product-ratings li .rating-selected{
    color: #f0c808;
    font-size: 14px;
}

.product-detail .product-short-desc {
    margin: 30px 0;
}

.product-price {
    margin: 20px 0;
    padding: 5px 10px;
    text-align: left;
    overflow: hidden;
}

.product-price .product-price-regular{
    text-decoration: line-through;
    padding-top: 5px;
    font-size: 18px;
}

.product-price .product-price-saving {
    color: #b12704;
    clear: left;
}



.product-attrs input {
    left: -9999px;
    position: absolute;
}

/* Legacy label fallback — new pill styles take over via .option-pill */
.product-attrs label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    min-width: 0;
    color: #444;
    font-size: 14px;
    text-align: center;
    background: #f8f8f8;
    border: 2px solid #d1d5db;
    font-weight: normal;
    white-space: nowrap;
}

.product-attrs label {
    -ms-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

    .product-attrs label:hover {
        cursor: pointer;
        border: 2px solid #72a041;
    }

.product-attrs input:checked ~ label {
    color: #fff;
    border-color: #72a041;
    background: #72a041;
}

.product-detail .add-to-cart {
    margin-top: 10px;
}

.product-detail .product-quantity {
    float: left;
    margin-right: 30px;
}

.product-detail .quantity-button {
    color: #555;
    width: 55px;
    height: 45px;
    padding: 5px;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 20px;
    background: #eee;
    text-align: center;
    font-weight: normal;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
}

 .product-detail .quantity-field {
    width: 55px;
    height: 45px;
    outline: none;
    margin: 0 -4px;
    font-size: 20px;
    text-align: center;
    border: 1px solid #eee;
}

.product-detail .btn-add-cart {
    background: #18ba9b;
    font-size: 18px;
    padding: 10px 25px;
    border: 0;
    color: #fff;
    border-radius: 0;
}

.product-detail .out-of-stock, .product-detail .product-variation-notavailable {
    font-size: 18px;
}

.product-detail .add-to-lists {
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede;
    margin-top: 40px;
}

.product-detail .add-to-lists li {
    padding-left: 20px;
    margin-right: 10px;
    border-left: 1px solid #dedede;
}

.add-to-lists i {
    color: #8bdccd;
    font-size: 16px;
    margin-right: 7px;
}

.sp-wrap {
    background: none;
    border: none;
}

.rating-summary {
    text-align: center;
    margin-top: 22px;
}

.rating-summary .rating-average {
    margin: 10px 0 0;
    font-size: 35px;
    color: #f63;
    font-weight: 700;
}

.rating-item {
    margin-bottom: 8px;
    text-align: center;
}

.rating-item .progress {
    width: 175px;
    display: inline-block;
    height: 17px;
    vertical-align: middle;
    margin: 0;
}

    .rating-item .progress-bar{
        height: 100%;
    }

#reviews .review-star {
    margin-left: -7px;
}

#addreview input, #addreview textarea {
    max-width: 100%;
}

.review-item-list > div {
    margin-bottom: 13px;
    border-bottom: solid 1px #e2e2e2;
}

.review-item-list > div:last-child {
    border-bottom: none;
}

.review-item-list .review-title {
    font-weight: 700;
}

.review-replies {
    margin-left: 35px;
}

.form-add-review-reply textarea {
    max-width: 100%;
}

.btn-add-review-reply {
    vertical-align: baseline;
}

.btn-zoom-popup {
    background-color: #ffffff;
    color: #444444;
    width: 58px;
    height: 38px;
    border: none;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all 0.2s ease;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
}

.btn-zoom-popup:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
    color: #000;
}

/* ═══ SINGLE PRODUCT PAGE (MERGED FROM WEBHOST) ═══ */
/* Force product page wrappers to full width so our container centering works */
.main-content-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.os-single-product {
    margin: 40px auto 0 !important;
    max-width: 1200px !important;
    padding: 0 20px;
}

.os-single-product .product-row {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

@media (min-width: 768px) {
    .os-single-product .product-row>.col-md-6 {
        flex: 0 0 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
}

.os-single-product .woocommerce-breadcrumb {
    font-family: "Open Sans", sans-serif;
    font-size: 14.72px;
    font-weight: 400;
    line-height: 25.6px;
    color: #777;
    margin-bottom: 5px;
}

.os-single-product .woocommerce-breadcrumb a {
    color: #8bc34a;
    text-decoration: none;
}

.os-single-product .product_title {
    font-size: 30px;
    font-family: 'Merriweather', serif;
    font-weight: 400;
    margin-bottom: 15px;
    color: #111;
    line-height: 36px;
}

.os-single-product p.price {
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin: 0 0 4.8px;
    display: flex;
    gap: 15px;
    align-items: center;
    line-height: 25.6px;
}

.os-single-product p.price del {
    color: #999;
    font-size: 1.2rem;
}

.os-single-product .woocommerce-product-details__short-description {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    color: #333;
    padding: 10px 0;
}

.os-single-product .ast-shipping-text {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    color: #333;
}

.os-single-product .posted_in {
    font-family: "Open Sans", sans-serif;
    font-size: 14.4px;
    font-weight: 400;
    line-height: 25.6px;
    color: #333;
}

.os-single-product .posted_in a {
    color: #8bc34a;
    text-decoration: none;
    line-height: 25.6px;
    transition: color 0.2s;
}

.os-single-product .posted_in a:hover {
    color: #6a9739;
}

.os-single-product form.cart {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}

.os-single-product form.cart::after {
    display: none;
}

.os-single-product .quantity {
    float: none;
    margin: 0;
}

.os-single-product .quantity-field {
    width: 65px;
    height: 42px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    color: #666;
    padding: 0 10px;
    box-sizing: border-box;
}

.os-single-product .single_add_to_cart_button {
    float: none;
    font-family: "Open Sans", sans-serif;
    background-color: #8bc34a;
    color: #fff;
    border: none;
    padding: 0 24px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.2s;
    text-transform: capitalize;
    margin: 0;
}

.os-single-product .single_add_to_cart_button:hover {
    background-color: #6a9739;
}

.ast-single-product-payments {
    border: 1px solid #dddddd;
    border-radius: 4px;
    padding: 13px 20px 18px;
    margin: 20px 0;
    display: block;
    width: 100%;
    text-align: center;
}

.ast-single-product-payments legend {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 25.6px;
    color: #333333;
    padding: 0 8px;
    width: auto;
    margin: 0 auto;
    float: none;
}

.ast-single-product-payments ul {
    justify-content: center !important;
}

.os-single-product .wc-tabs {
    border-top: 1px solid #eee;
    padding-top: 20px;
    margin-bottom: 20px;
    margin-top: 40px;
    display: flex;
    gap: 30px;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.os-single-product .woocommerce-Tabs-panel {
    padding: 25px 20px;
    line-height: 1.8;
    color: #444;
}

.os-single-product .wc-tabs li {
    list-style: none;
}

.os-single-product .wc-tabs li a {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 25.6px;
    color: #666;
    text-decoration: none;
}

.os-single-product .wc-tabs li.active a {
    color: #8bc34a;
    border-top: 3px solid #8bc34a;
    padding-top: 17px;
}

/* Image gallery & WooCommerce-style zoom */
.os-single-product .product-main-image {
    background-color: transparent;
    position: relative;
}

.os-single-product .product-gallery__large-image {
    padding: 0;
    margin-bottom: 0;
}

/* Zoom container */
.wc-zoom-container {
    position: relative;
    overflow: hidden;
    cursor: crosshair;
}

.wc-zoom-container img {
    transition: transform 0.1s ease-out;
    transform-origin: center center;
    width: 100%;
    display: block;
}

.wc-zoom-container img.wc-zoomed {
    transform: scale(1.5);
}

/* Hide old gallery action wrappers if any remain */
.product-gallery__actions {
    display: none;
}

/* ── Option pill overrides (beat Bootstrap/theme label defaults) ── */
.os-single-product .product-attr-options {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    width: auto !important;
    max-width: none !important;
}

.os-single-product .option-pill-item {
    display: inline-block !important;
    width: auto !important;
    max-width: none !important;
    float: none !important;
}

.os-single-product .option-pill {
    display: inline-flex !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    white-space: nowrap !important;
    overflow: visible !important;
    text-overflow: clip !important;
    float: none !important;
    margin: 0 !important;
}
