/*
Theme Name: coursepree

WooCommerce styles override
*/

/**
 * Shop tables
 */
table.shop_table_responsive thead {
    display: none;
}

table.shop_table_responsive tbody th {
    display: none;
}

table.shop_table_responsive tr td {
    display: block;
    text-align: right;
    clear: both;
}

table.shop_table_responsive tr td::before {
    content: attr(data-title) ": ";
    float: left;
}

table.shop_table_responsive tr td.product-remove a {
    text-align: left;
}

table.shop_table_responsive tr td.product-remove::before {
    display: none;
}

table.shop_table_responsive tr td.actions::before,
table.shop_table_responsive tr td.download-actions::before {
    display: none;
}

table.shop_table_responsive tr td.download-actions .button {
    display: block;
    text-align: center;
}

@media screen and (min-width: 48em) {

    table.shop_table_responsive thead {
        display: table-header-group;
    }

    table.shop_table_responsive tbody th {
        display: table-cell;
    }

    table.shop_table_responsive tr th,
    table.shop_table_responsive tr td {
        text-align: left;
    }

    table.shop_table_responsive tr td {
        display: table-cell;
    }

    table.shop_table_responsive tr td::before {
        display: none;
    }
}

/**
 * Products
 */
ul.products {
    margin: 0;
    padding: 0;
}

ul.products li.product {
    list-style: none;
    position: relative;
    margin-bottom: 2em;
}

ul.products li.product img {
    display: block;
}

ul.products li.product .button {
    display: block;
}

@media screen and (min-width: 48em) {

    ul.products li.product {
        width: 30.79667%;
        float: left;
        margin-right: 3.8%;
    }

    ul.products li.product.first {
        clear: both;
    }

    ul.products li.product.last {
        margin-right: 0;
    }

    ul.products.columns-1 li.product {
        float: none;
        width: 100%;
    }

    ul.products.columns-2 li.product {
        width: 48.1%;
    }

    ul.products.columns-3 li.product {
        width: 30.79667%;
    }

    ul.products.columns-4 li.product {
        width: 22.15%;
    }

    ul.products.columns-5 li.product {
        width: 16.96%;
    }

    ul.products.columns-6 li.product {
        width: 13.49333%;
    }
}

/**
 * Single product
 */
.single-product div.product {
    position: relative;
}

.single-product div.product .woocommerce-product-gallery {
    position: relative;
    float: left;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 2em;
    right: 1em;
    display: block;
    z-index: 99;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
    margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    margin: 0;
    padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
    list-style: none;
    cursor: pointer;
    float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
    opacity: 0.5;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
    opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
    opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
    width: 48.1%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
    margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
    clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
    width: 30.79667%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
    margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
    clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 22.15%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
    margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    width: 16.96%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
    margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
    clear: both;
}

.stock:empty::before {
    display: none;
}

.stock.in-stock {
    color: #0f834d;
}

.stock.out-of-stock {
    color: #e2401c;
}



/**
 * General WooCommerce components
 */

/**
 * Header cart
 */
.site-header-cart {
    position: relative;
    margin: 0;
    padding: 0;
}

.site-header-cart .cart-contents {
    text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
    display: none;
}

.site-header-cart .product_list_widget {
    margin: 0;
    padding: 0;
}

/**
 * Star rating
 */
.star-rating {
    overflow: hidden;
    position: relative;
    height: 1.618em;
    line-height: 1.618;
    width: 5.3em;
    font-family: star;
    font-weight: 400;
}

.star-rating::before {
    content: "\53\53\53\53\53";
    opacity: 0.25;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

.star-rating span::before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
    color: #4169e1;
}

p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    margin-right: 1px;
    font-weight: 400;
}

p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: star;
    content: "\53";
    color: #404040;
    text-indent: 0;
    opacity: 0.25;
}

p.stars a:hover~a::before {
    content: "\53";
    color: #404040;
    opacity: 0.25;
}

p.stars:hover a::before {
    content: "\53";
    color: #4169e1;
    opacity: 1;
}

p.stars.selected a.active::before {
    content: "\53";
    color: #4169e1;
    opacity: 1;
}

p.stars.selected a.active~a::before {
    content: "\53";
    color: #404040;
    opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
    content: "\53";
    color: #4169e1;
    opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.woocommerce-tabs ul.tabs li {
    display: block;
    margin: 0;
    position: relative;
}

.woocommerce-tabs ul.tabs li a {
    padding: 1em 0;
    display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
    margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
    text-align: right;
}

.woocommerce-password-strength.strong {
    color: #0f834d;
}

.woocommerce-password-strength.short {
    color: #e2401c;
}

.woocommerce-password-strength.bad {
    color: #e2401c;
}

.woocommerce-password-strength.good {
    color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
    box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
    box-shadow: inset 2px 0 0 #e2401c;
}

.required {
    color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
    background-color: #0f834d;
    clear: both;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
    background-color: #3d9cd2;
}

.woocommerce-error {
    background-color: #e2401c;
}

.demo_store {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 1em;
    background-color: #3d9cd2;
    z-index: 9999;
}

@media screen and (min-width: 48em) {

    /**
	 * Header cart
	 */
    .site-header-cart .widget_shopping_cart {
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 999999;
        left: -999em;
        display: block;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    }

    .site-header-cart:hover .widget_shopping_cart,
    .site-header-cart.focus .widget_shopping_cart {
        left: 0;
        display: block;
    }
}

/**
 * WooCommerce widgets
 */

/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
    margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4;
}

.widget_price_filter .price_slider_amount .button {
    float: left;
}

.widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    cursor: ew-resize;
    outline: none;
    background: #4169e1;
    box-sizing: border-box;
    margin-top: -0.25em;
    opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
    box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
    background: #4169e1;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
    height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
    height: 100%;
}

body {
    background-color: #f4f4f4 !important;
}

.wc-block-components-sidebar {
    background: #fff;
    padding: 20px !important;
    border-radius: 15px;
}

.wc-block-components-button {
    background-image: -webkit-linear-gradient(357.16deg, #53b1f5 -8.08%, #53b1f5 -8.07%, #2b9dfa 115.81%);
    background-image: -moz-linear-gradient(357.16deg, #53b1f5 -8.08%, #53b1f5 -8.07%, #2b9dfa 115.81%);
    background-image: -o-linear-gradient(357.16deg, #53b1f5 -8.08%, #53b1f5 -8.07%, #2b9dfa 115.81%);
    background-image: linear-gradient(92.84deg, #53b1f5 -8.08%, #53b1f5 -8.07%, #2b9dfa 115.81%);
    color: #fff !important;
    border-radius: 10px !important;
    border: none !important;
}

.my-30 {
    margin-top: 4.6rem !important;
    margin-bottom: 4.6rem !important;
}

.wc-block-components-textarea,
.wc-blocks-components-select .wc-blocks-components-select__select,
.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill,
.wc-block-components-form .wc-block-components-text-input.is-active input[type=email],
.wc-block-components-form .wc-block-components-text-input.is-active input[type=number],
.wc-block-components-form .wc-block-components-text-input.is-active input[type=password],
.wc-block-components-form .wc-block-components-text-input.is-active input[type=tel],
.wc-block-components-form .wc-block-components-text-input.is-active input[type=text],
.wc-block-components-form .wc-block-components-text-input.is-active input[type=url],
.wc-block-components-text-input input:-webkit-autofill,
.wc-block-components-text-input.is-active input[type=email],
.wc-block-components-text-input.is-active input[type=number],
.wc-block-components-text-input.is-active input[type=password],
.wc-block-components-text-input.is-active input[type=tel],
.wc-block-components-text-input.is-active input[type=text],
.wc-block-components-text-input.is-active input[type=url] {
    border: none !important;
}

.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-form .wc-block-components-text-input input[type=password],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=url],
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=password],
.wc-block-components-text-input input[type=tel],
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url] {
    border: none !important;

}



.detail-course .detail {
    width: 100%;
}

.woocommerce-cart .site-content {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.woocommerce-checkout .site-content {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

@media (min-width: 576px) {
    .woocommerce-cart .site-content {
        max-width: 540px;
    }

    .woocommerce-checkout .site-content {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .woocommerce-cart .site-content {
        max-width: 720px;
    }

    .woocommerce-checkout .site-content {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .woocommerce-cart .site-content {
        max-width: 960px;
    }

    .woocommerce-checkout .site-content {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .woocommerce-cart .site-content {
        max-width: 1140px;
    }

    .woocommerce-checkout .site-content {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .woocommerce-cart .site-content {
        max-width: 1320px;
    }

    .woocommerce-checkout .site-content {
        max-width: 1320px;
    }
}

.wc-block-grid__products .wc-block-grid__product-image img {
    border-radius: 15px;
}

.auth-divider {
    margin-top: 20px;
}

/* ========================================
   Pagination Styles
   ======================================== */
.pagination-wrapper {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
}

.pagination-wrapper .pagination-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.pagination-wrapper .pagination-item .pagination-link {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background-color: #f7f8fc;
    color: #535b6f;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    border: 2px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination-wrapper .pagination-item .pagination-link i {
    font-size: 18px;
}

.pagination-wrapper .pagination-item .pagination-link:hover {
    background-color: #ebf6ff;
    color: #33a1fd;
    border-color: #33a1fd;
}

.pagination-wrapper .pagination-item.active .pagination-link {
    background: linear-gradient(135deg, #33a1fd 0%, #1a8fe8 100%);
    color: #fff;
    box-shadow: 0 8px 20px rgba(51, 161, 253, 0.35);
    border-color: transparent;
}

.pagination-wrapper .pagination-item.disabled .pagination-link {
    background-color: #f0f2f5;
    color: #c5c9d3;
    cursor: not-allowed;
    pointer-events: none;
}

.pagination-wrapper .pagination-item.pagination-dots .pagination-link {
    background-color: transparent;
    color: #8d9bb6;
    cursor: default;
    pointer-events: none;
    width: auto;
    padding: 0 8px;
    letter-spacing: 2px;
}

.pagination-wrapper .pagination-item.pagination-prev .pagination-link,
.pagination-wrapper .pagination-item.pagination-next .pagination-link {
    background-color: #33a1fd;
    color: #fff;
}

.pagination-wrapper .pagination-item.pagination-prev .pagination-link:hover,
.pagination-wrapper .pagination-item.pagination-next .pagination-link:hover {
    background-color: #1a8fe8;
    border-color: transparent;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(51, 161, 253, 0.4);
}

.pagination-wrapper .pagination-item.pagination-prev.disabled .pagination-link,
.pagination-wrapper .pagination-item.pagination-next.disabled .pagination-link {
    background-color: #e8eaef;
    color: #bbc3d0;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .pagination-wrapper .pagination-item .pagination-link {
        width: 40px;
        height: 40px;
        font-size: 14px;
        border-radius: 10px;
    }

    .pagination-wrapper .pagination-item .pagination-link i {
        font-size: 16px;
    }
}

/**
 * WooCommerce Product Reviews - Theme Styled
 * Matches the detail-blog-comments design pattern
 */

/* Reviews Container */
#reviews {
    border-radius: 24px;
    box-shadow: 0px 24px 140px rgba(102, 119, 141, 0.1);
    background: #fff;
    padding: 35px 40px 50px;
    margin-top: 24px;
}

#reviews .woocommerce-Reviews-title {
    font-family: "Rokh", sans-serif;
    font-size: 28px;
    font-weight: 800;
    line-height: 38px;
    color: #33a1fd;
    margin-bottom: 24px;
}

/* No Reviews Message */
#reviews .woocommerce-noreviews,
#reviews p.no-comments {
    background: linear-gradient(135deg, #ebf6ff 0%, #f0f8ff 100%);
    color: #586889;
    padding: 24px 32px;
    border-radius: 16px;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    border: 1px dashed #c5d9f1;
}

/* Comment List Container */
#reviews .commentlist,
#reviews ol.commentlist {
    list-style: none;
    margin: 32px 0;
    padding: 0 0 32px 0;
    border-bottom: 1px solid #ebecf2;
}

/* Individual Comment Item */
#reviews .commentlist .comment,
#reviews .commentlist .review,
#reviews .commentlist li.comment {
    list-style: none;
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #ebecf2;
}

#reviews .commentlist .comment:last-child,
#reviews .commentlist .review:last-child,
#reviews .commentlist li.comment:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

/* Comment Item Inner - Bootstrap flex layout */
#reviews .comment-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    list-style: none;
    flex-wrap: wrap;
}

#reviews .comment-item>.comment-avatar,
#reviews .comment-item>.comment-content {
    flex-shrink: 0;
}

#reviews .comment-item>.comment-content {
    flex: 1;
    min-width: 0;
}

#reviews .comment-item>.children {
    flex-basis: 100%;
    width: 100%;
}

/* Comment Avatar */
#reviews .comment-avatar,
#reviews .commentlist .avatar,
#reviews .commentlist img.avatar {
    flex-shrink: 0;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 3px solid #ebf6ff;
    box-shadow: 0 4px 16px rgba(51, 161, 253, 0.15);
    object-fit: cover;
}

/* Comment Content */
#reviews .comment-content {
    flex: 1;
    min-width: 0;
}

/* Comment Author Section */
#reviews .comment-author,
#reviews .woocommerce-review__author {
    font-family: "Rokh", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    color: #1a2b49;
}

#reviews .verified {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #10b981;
    margin-right: 8px;
}

#reviews .verified::before {
    content: none;
}

/* Star Rating Display */
#reviews .star,
#reviews .star-rating,
#reviews .comment-content .star {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #586889;
    background: linear-gradient(135deg, #fff9e6 0%, #fffbf0 100%);
    padding: 6px 12px;
    border-radius: 20px;
    border: 1px solid #f9bf22;
}

#reviews .star i,
#reviews .star-rating::before,
#reviews .comment-content .star i {
    color: #f9bf22;
    font-size: 16px;
}

#reviews .star-rating {
    font-size: 0;
    overflow: hidden;
    position: relative;
    height: 20px;
    width: 100px;
    background: none;
    padding: 0;
    border: none;
}

#reviews .star-rating::before {
    content: "★★★★★";
    font-size: 16px;
    color: #e0e3e8;
    letter-spacing: 3px;
}

#reviews .star-rating span {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

#reviews .star-rating span::before {
    content: "★★★★★";
    font-size: 16px;
    color: #f9bf22;
    letter-spacing: 3px;
}

/* Comment Date */
#reviews .comment-date,
#reviews .woocommerce-review__published-date {
    font-size: 14px;
    color: #8d9bb6;
    display: flex;
    align-items: center;
    gap: 6px;
}

#reviews .comment-date::before {
    font-family: "icomoon";
    content: "\e910";
    font-size: 16px;
}

/* Comment Text */
#reviews .comment-text,
#reviews .description,
#reviews .woocommerce-review__content,
#reviews .comment_container p:last-child {
    font-size: 16px;
    line-height: 28px;
    color: #586889;
    text-align: justify;
    margin-top: 16px;
    padding: 0;
}

#reviews .comment-text p {
    margin: 0;
}

/* Review Meta - Inner WooCommerce structure */
#reviews .comment_container {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

#reviews .comment_container>img {
    flex-shrink: 0;
}

#reviews .comment-text.wc-tab {
    flex: 1;
}

/* Review Form Container */
#review_form_wrapper,
#review_form {
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid #ebecf2;
}

#reply-title,
#review_form .comment-reply-title {
    font-family: "Rokh", sans-serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 32px;
    color: #33a1fd;
    margin-bottom: 24px;
}

/* Star Rating Selection */
#review_form .comment-form-rating {
    margin-bottom: 24px;
}

#review_form .comment-form-rating label {
    font-size: 16px;
    color: #586889;
    display: block;
    margin-bottom: 12px;
}

#review_form .comment-form-rating .stars {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 4px;
}

#review_form .comment-form-rating .stars a {
    font-size: 24px;
    color: #e0e3e8;
    text-decoration: none;
    transition: color 0.2s ease;
}

#review_form .comment-form-rating .stars a:hover,
#review_form .comment-form-rating .stars a:hover~a,
#review_form .comment-form-rating .stars.selected a.active,
#review_form .comment-form-rating .stars.selected a.active~a {
    color: #f9bf22;
}

#review_form .comment-form-rating .stars a::before {
    content: "★";
}

#review_form p.stars a {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    text-indent: -999em;
    overflow: hidden;
}

#review_form p.stars a::before {
    content: "★";
    position: absolute;
    top: 0;
    right: 0;
    text-indent: 0;
    font-size: 24px;
    color: #e0e3e8;
    transition: color 0.2s ease;
}

#review_form p.stars:hover a::before,
#review_form p.stars.selected a.active::before,
#review_form p.stars.selected a.active~a::before {
    color: #f9bf22;
}

/* Form Fields */
#review_form .comment-form p {
    margin-bottom: 16px;
}

#review_form .comment-form label {
    font-size: 14px;
    font-weight: 500;
    color: #586889;
    margin-bottom: 8px;
    display: block;
}

#review_form .comment-form .required {
    color: #fb5a58;
}

#review_form .comment-form input[type="text"],
#review_form .comment-form input[type="email"],
#review_form .comment-form textarea {
    width: 100%;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    color: #1a2b49;
    background: #f7f8fc;
    border: 2px solid transparent;
    border-radius: 12px;
    padding: 16px 24px;
    outline: none;
    transition: all 0.3s ease;
}

#review_form .comment-form input[type="text"]:focus,
#review_form .comment-form input[type="email"]:focus,
#review_form .comment-form textarea:focus {
    background: #fff;
    border-color: #33a1fd;
    box-shadow: 0 4px 16px rgba(51, 161, 253, 0.15);
}

#review_form .comment-form input[type="text"]::placeholder,
#review_form .comment-form input[type="email"]::placeholder,
#review_form .comment-form textarea::placeholder {
    color: #8d9bb6;
}

#review_form .comment-form textarea {
    min-height: 150px;
    resize: vertical;
}

/* Submit Button */
#review_form .form-submit,
#review_form .comment-form-submit {
    margin-top: 24px;
}

#review_form .form-submit input[type="submit"],
#review_form .comment-form input[type="submit"],
#review_form button[type="submit"] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #53b1f5 0%, #2b9dfa 100%);
    border: none;
    border-radius: 12px;
    padding: 16px 36px;
    cursor: pointer;
    box-shadow: 0 16px 56px rgba(51, 161, 253, 0.24);
    transition: all 0.3s ease;
}

#review_form .form-submit input[type="submit"]:hover,
#review_form .comment-form input[type="submit"]:hover,
#review_form button[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 60px rgba(51, 161, 253, 0.35);
}

/* Logged in as message */
#review_form .logged-in-as,
#review_form .comment-notes {
    font-size: 14px;
    color: #8d9bb6;
    margin-bottom: 20px;
    padding: 12px 16px;
    background: #f7f8fc;
    border-radius: 8px;
}

#review_form .logged-in-as a {
    color: #33a1fd;
    font-weight: 500;
}

/* Cookies consent checkbox */
#review_form .comment-form-cookies-consent {
    display: flex;
    align-items: center;
    gap: 10px;
}

#review_form .comment-form-cookies-consent input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #33a1fd;
    cursor: pointer;
}

#review_form .comment-form-cookies-consent label {
    font-size: 14px;
    color: #586889;
    margin: 0;
    cursor: pointer;
}

/* Responsive Styles */
@media (max-width: 992px) {
    #reviews {
        padding: 30px 32px 40px;
    }

    #reviews .woocommerce-Reviews-title {
        font-size: 24px;
        line-height: 32px;
    }
}

@media (max-width: 768px) {
    #reviews {
        padding: 24px 20px 32px;
        border-radius: 16px;
    }

    #reviews .woocommerce-Reviews-title {
        font-size: 20px;
        line-height: 28px;
    }

    #reviews .comment-item {
        flex-direction: column;
        gap: 16px;
    }

    #reviews .comment-avatar,
    #reviews .commentlist .avatar {
        width: 60px;
        height: 60px;
    }

    #reply-title,
    #review_form .comment-reply-title {
        font-size: 20px;
    }

    #review_form .comment-form input[type="text"],
    #review_form .comment-form input[type="email"],
    #review_form .comment-form textarea {
        padding: 14px 18px;
    }
}

@media (max-width: 576px) {
    #reviews {
        padding: 20px 16px 24px;
    }

    #reviews .comment-text,
    #reviews .description {
        font-size: 14px;
        line-height: 24px;
    }

    #review_form .form-submit input[type="submit"],
    #review_form .comment-form input[type="submit"] {
        width: 100%;
        justify-content: center;
        padding: 14px 24px;
    }
}

/**
 * Reviews Section Header
 * Matches detail-blog-comments heading design
 */
#comments .comments-area,
.woocommerce-Reviews {
    position: relative;
}

/* Review count badge */
#reviews #comments .comments-title,
.woocommerce-Reviews .woocommerce-Reviews-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}

/* Reviews count in tab */
.woocommerce-tabs .woocommerce-Reviews .woocommerce-review-link {
    font-size: 16px;
    color: #586889;
    line-height: 28px;
    text-decoration: none;
}

/* Comments area within #comments tab */
#comments .comments-area {
    background: transparent;
    padding: 0;
    box-shadow: none;
    margin: 0;
}

#comments .comments-area .comments-title {
    font-family: "Rokh", sans-serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 32px;
    color: #33a1fd;
    margin-bottom: 24px;
}

#comments .comments-area .comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

#comments .comments-area .comment-list>li {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #ebecf2;
}

#comments .comments-area .comment-list>li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

/* Reply section styling */
#respond .comment-reply-title {
    font-family: "Rokh", sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: #33a1fd;
    margin-bottom: 20px;
}

#respond .comment-reply-title small {
    font-size: 14px;
    font-weight: 500;
    margin-right: 12px;
}

#respond .comment-reply-title small a {
    color: #fb5a58;
    text-decoration: none;
}

#respond .comment-reply-title small a:hover {
    text-decoration: underline;
}

/* Comment form within respond */
#respond .comment-form label {
    font-size: 14px;
    font-weight: 500;
    color: #586889;
    margin-bottom: 8px;
    display: block;
}

#respond .comment-form .required {
    color: #fb5a58;
}

#respond .comment-form input[type="text"],
#respond .comment-form input[type="email"],
#respond .comment-form input[type="url"],
#respond .comment-form textarea {
    width: 100%;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    color: #1a2b49;
    background: #f7f8fc;
    border: 2px solid transparent;
    border-radius: 12px;
    padding: 14px 20px;
    outline: none;
    transition: all 0.3s ease;
}

#respond .comment-form input[type="text"]:focus,
#respond .comment-form input[type="email"]:focus,
#respond .comment-form input[type="url"]:focus,
#respond .comment-form textarea:focus {
    background: #fff;
    border-color: #33a1fd;
    box-shadow: 0 4px 16px rgba(51, 161, 253, 0.15);
}

#respond .comment-form textarea {
    min-height: 120px;
    resize: vertical;
}

#respond .comment-form .form-submit .submit {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #53b1f5 0%, #2b9dfa 100%);
    border: none;
    border-radius: 12px;
    padding: 14px 32px;
    cursor: pointer;
    box-shadow: 0 16px 56px rgba(51, 161, 253, 0.24);
    transition: all 0.3s ease;
}

#respond .comment-form .form-submit .submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 60px rgba(51, 161, 253, 0.35);
}

/* Comments navigation */
.comments-area .comment-navigation {
    margin: 24px 0;
    padding: 16px 0;
    border-top: 1px solid #ebecf2;
    display: flex;
    justify-content: space-between;
}

.comments-area .comment-navigation a {
    color: #33a1fd;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s ease;
}

.comments-area .comment-navigation a:hover {
    color: #1a8fe8;
}

/**
 * Review Reply Button
 */
#reviews .comment-actions,
.comment-item .comment-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 16px;
}

#reviews .comment-actions .reply-link,
.comment-item .comment-actions .reply-link {
    display: inline-block;
}

#reviews .comment-actions .reply-link a,
.comment-item .comment-actions .reply-link a,
#reviews .comment-reply-link,
.comment-item .comment-reply-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    color: #33a1fd;
    background: #ebf6ff;
    border: none;
    border-radius: 10px;
    padding: 10px 20px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

#reviews .comment-actions .reply-link a:hover,
.comment-item .comment-actions .reply-link a:hover,
#reviews .comment-reply-link:hover,
.comment-item .comment-reply-link:hover {
    background: #33a1fd;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(51, 161, 253, 0.25);
}

#reviews .comment-actions .reply-link a i,
.comment-item .comment-actions .reply-link a i,
#reviews .comment-reply-link i,
.comment-item .comment-reply-link i {
    font-size: 16px;
}

/* Children comments / Replies */
#reviews .commentlist .children,
#reviews .comment-item>.children,
.comment-item .children {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 20px 0 0 24px;
    border-top: 1px dashed #ebecf2;
    display: flex;
    flex-direction: column;
    gap: 0;
}

[dir="rtl"] #reviews .commentlist .children,
[dir="rtl"] #reviews .comment-item>.children,
[dir="rtl"] .comment-item .children {
    padding: 20px 24px 0 0;
    border-right: 2px solid #ebf6ff;
    border-left: none;
}

#reviews .commentlist .children .comment,
#reviews .commentlist .children .comment-item,
.comment-item .children .comment {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f0f2f5;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#reviews .commentlist .children .comment:last-child,
#reviews .commentlist .children .comment-item:last-child,
.comment-item .children .comment:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

/* Nested children */
#reviews .commentlist .children .children {
    margin-top: 16px;
    padding-top: 16px;
    padding-left: 20px;
}

[dir="rtl"] #reviews .commentlist .children .children {
    padding-left: 0;
    padding-right: 20px;
}

/* Cancel reply link */
#cancel-comment-reply-link {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #fb5a58;
    text-decoration: none;
    margin-right: 16px;
    transition: color 0.2s ease;
}

#cancel-comment-reply-link:hover {
    color: #d94442;
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 576px) {

    #reviews .comment-actions .reply-link a,
    .comment-item .comment-actions .reply-link a {
        padding: 8px 16px;
        font-size: 13px;
    }

    [dir="rtl"] #reviews .commentlist .children,
    [dir="rtl"] .comment-item .children {
        padding: 16px 16px 0 0;
    }
}

/**
 * AJAX Reply Form Styles
 */
#respond.replying-to-comment {
    margin-top: 20px;
    padding: 24px;
    background: linear-gradient(135deg, #f7f8fc 0%, #fafbfd 100%);
    border-radius: 16px;
    border: 1px solid #ebecf2;
    animation: slideIn 0.3s ease;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#respond.replying-to-comment .comment-reply-title,
#respond.replying-to-comment #reply-title {
    font-size: 18px;
    margin-bottom: 16px;
}

#respond.replying-to-comment .comment-reply-title small,
#respond.replying-to-comment #reply-title small {
    display: inline-block;
    margin-right: 12px;
}

/* New comment animation */
.comment-item.new-comment,
li.comment.new-comment {
    animation: highlightNew 2s ease;
}

@keyframes highlightNew {
    0% {
        background-color: rgba(51, 161, 253, 0.1);
    }

    100% {
        background-color: transparent;
    }
}

/* Loading spinner in button */
.spinner-border-sm {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: text-bottom;
    border: 0.15em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border 0.75s linear infinite;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

/* Disabled button state */
#review_form button[disabled],
#respond button[disabled],
#commentform input[type="submit"][disabled] {
    opacity: 0.7;
    cursor: not-allowed;
}

/* Reply form in comment styling */
.comment-content #respond {
    width: 100%;
    margin-top: 16px;
}

/* ===================================
   AJAX Add to Cart Button
   =================================== */
.ajax-add-to-cart-wrapper {
    display: inline-block;
}

.ajax-add-to-cart-btn {
    position: relative;
    min-width: 180px;
}

.ajax-add-to-cart-btn .btn-text,
.ajax-add-to-cart-btn .btn-loading {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ajax-add-to-cart-btn .btn-loading {
    display: none;
}

.ajax-add-to-cart-btn:disabled {
    opacity: 0.85;
    cursor: wait;
}

.ajax-add-to-cart-btn .spinner-border {
    width: 1rem;
    height: 1rem;
    border-width: 2px;
}

/* AJAX Cart Toast (fallback) */
.ajax-cart-toast {
    position: fixed;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    background: #333;
    color: #fff;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 14px;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    max-width: 90%;
    text-align: center;
}

.ajax-cart-toast.show {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.ajax-cart-toast.success {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.ajax-cart-toast.error {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
}

.ajax-cart-toast.info {
    background: linear-gradient(135deg, #33a1fd 0%, #0284c7 100%);
}

/* Sidebar Cart Loading Overlay */
.sidebar-cart-loading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 100;
}

.sidebar-cart-loading.active {
    display: flex;
}

.sidebar-cart-loading .spinner {
    width: 40px;
    height: 40px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #33a1fd;
    border-radius: 50%;
    animation: spinner-border 0.75s linear infinite;
}

/* ===================================
   FLOATING SUPPORT BUTTON
   =================================== */
.floating-support {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 9990;
}

/* Adjust for mobile navigation */
@media (max-width: 991.98px) {
    .floating-support {
        bottom: 120px;
        right: 16px;
    }
}

.floating-support-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--support-color, #33a1fd);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 25px rgba(51, 161, 253, 0.4);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.floating-support-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 12px 35px rgba(51, 161, 253, 0.5);
}

.floating-support-btn:active {
    transform: scale(0.95);
}

.floating-support-icon,
.floating-support-close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.floating-support-icon {
    opacity: 1;
    transform: rotate(0deg);
}

.floating-support-close {
    opacity: 0;
    transform: rotate(-90deg);
}

.floating-support-btn.active .floating-support-icon {
    opacity: 0;
    transform: rotate(90deg);
}

.floating-support-btn.active .floating-support-close {
    opacity: 1;
    transform: rotate(0deg);
}

.floating-support-btn i {
    font-size: 24px;
    color: #fff;
}

/* Pulse Animation */
.floating-support-btn::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: inherit;
    animation: pulse-ring 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    z-index: -1;
}

@keyframes pulse-ring {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }

    50% {
        transform: scale(1.3);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.floating-support-btn.active::before {
    animation: none;
}

/* Floating Support Overlay */
.floating-support-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9991;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.floating-support-overlay.show {
    opacity: 1;
    visibility: visible;
}

/* Floating Support Modal */
.floating-support-modal {
    position: fixed;
    bottom: 100px;
    right: 24px;
    background-color: #fff;
    border-radius: 24px;
    width: 360px;
    max-width: calc(100vw - 48px);
    z-index: 9992;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px) scale(0.95);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

/* Full screen modal for mobile */
@media (max-width: 991.98px) {
    .floating-support-modal {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        max-height: 100%;
        border-radius: 0;
        transform: translateY(100%);
        z-index: 10000;
    }

    .floating-support-modal.show {
        transform: translateY(0);
    }

    .floating-support-modal-header {
        padding: 20px;
        border-radius: 0;
    }

    .floating-support-modal-body {
        padding: 20px;
        max-height: calc(100vh - 80px);
        overflow-y: auto;
    }

    .floating-support-contact-item {
        padding: 16px;
    }

    .floating-support-contact-icon {
        width: 50px;
        height: 50px;
    }

    .floating-support-contact-icon i,
    .floating-support-contact-icon svg {
        font-size: 24px;
        width: 24px;
        height: 24px;
    }

    .floating-support-contact-title {
        font-size: 16px;
    }

    .floating-support-contact-value {
        font-size: 14px;
    }
}

.floating-support-modal.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.floating-support-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    background: linear-gradient(135deg, #33a1fd 0%, #0077b5 100%);
    color: #fff;
}

.floating-support-modal-title {
    font-size: 18px;
    margin: 0;
}

.floating-support-modal-close {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    padding: 8px;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    transition: all 0.3s ease;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
}

.floating-support-modal-close:hover {
    background: rgba(255, 255, 255, 0.3);
}

.floating-support-modal-body {
    padding: 20px 24px 24px;
}

.floating-support-modal-desc {
    color: #586889;
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.7;
}

/* Contact List */
.floating-support-contacts {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.floating-support-contact-item {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    background: #f7f8fc;
    border-radius: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    gap: 14px;
}

.floating-support-contact-item:hover {
    background: #eef0f5;
    transform: translateX(-4px);
}

.floating-support-contact-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.floating-support-contact-icon i {
    font-size: 20px;
    color: #fff;
}

.floating-support-contact-icon svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}

/* SVG in close buttons */
.floating-support-btn svg,
.floating-support-close svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
}

/* Icon colors by type */
.floating-support-contact-item[data-type="phone"] .floating-support-contact-icon {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.floating-support-contact-item[data-type="whatsapp"] .floating-support-contact-icon {
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
}

.floating-support-contact-item[data-type="telegram"] .floating-support-contact-icon {
    background: linear-gradient(135deg, #0088cc 0%, #0077b5 100%);
}

.floating-support-contact-item[data-type="instagram"] .floating-support-contact-icon {
    background: linear-gradient(135deg, #f09433 0%, #bc1888 50%, #833ab4 100%);
}

.floating-support-contact-item[data-type="email"] .floating-support-contact-icon {
    background: linear-gradient(135deg, #ea4335 0%, #c5221f 100%);
}

.floating-support-contact-info {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-width: 0;
}

.floating-support-contact-label {
    font-size: 14px;
    font-weight: 600;
    color: #2e3c52;
    margin-bottom: 2px;
}

.floating-support-contact-value {
    font-size: 12px;
    color: #8d9bb6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.floating-support-contact-arrow {
    color: #c5cee0;
    font-size: 14px;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.floating-support-contact-item:hover .floating-support-contact-arrow {
    color: #33a1fd;
    transform: translateX(-4px);
}

/* Hover effects for each type */
.floating-support-contact-item[data-type="phone"]:hover {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.1) 0%, rgba(5, 150, 105, 0.1) 100%);
}

.floating-support-contact-item[data-type="whatsapp"]:hover {
    background: linear-gradient(135deg, rgba(37, 211, 102, 0.1) 0%, rgba(18, 140, 126, 0.1) 100%);
}

.floating-support-contact-item[data-type="telegram"]:hover {
    background: linear-gradient(135deg, rgba(0, 136, 204, 0.1) 0%, rgba(0, 119, 181, 0.1) 100%);
}

.floating-support-contact-item[data-type="instagram"]:hover {
    background: linear-gradient(135deg, rgba(240, 148, 51, 0.1) 0%, rgba(188, 24, 136, 0.1) 100%);
}

.floating-support-contact-item[data-type="email"]:hover {
    background: linear-gradient(135deg, rgba(234, 67, 53, 0.1) 0%, rgba(197, 34, 31, 0.1) 100%);
}

.floating-support-no-contact {
    text-align: center;
    color: #8d9bb6;
    padding: 20px;
    font-size: 14px;
}

/* ========================================
   Product Contact Section Styles
   ======================================== */

.product-contact-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 16px;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-radius: 12px;
    border: 1px solid rgba(51, 161, 253, 0.15);
}

.product-contact-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #475569;
    white-space: nowrap;
}

.product-contact-title i {
    font-size: 18px;
    color: #33a1fd;
}

.product-contact-buttons {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.product-contact-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.product-contact-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.2);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product-contact-btn:hover::before {
    opacity: 1;
}

.product-contact-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.product-contact-btn i {
    font-size: 18px;
    position: relative;
    z-index: 1;
}

.product-contact-btn svg {
    width: 18px;
    height: 18px;
    position: relative;
    z-index: 1;
}

/* Button Colors */
.product-contact-btn.phone {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.product-contact-btn.whatsapp {
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
}

.product-contact-btn.telegram {
    background: linear-gradient(135deg, #0088cc 0%, #0077b5 100%);
}

.product-contact-btn.instagram {
    background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #833ab4 100%);
}

.product-contact-btn.email {
    background: linear-gradient(135deg, #ea4335 0%, #c5221f 100%);
}

/* Responsive */
@media (max-width: 576px) {
    .product-contact-section {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .product-contact-buttons {
        width: 100%;
        justify-content: flex-start;
    }

    .product-contact-btn {
        width: 44px;
        height: 44px;
    }
}

/* ========================================
   Share Modal SVG Fixes
   ======================================== */

.share-modal-close svg {
    width: 14px;
    height: 14px;
}

.share-modal-socials li a svg {
    width: 28px;
    height: 28px;
    margin-bottom: 8px;
}


p.comment-form-cookies-consent {
    margin: 15px auto;
}


.about-timeline-item:nth-child(even)::before {
    left: calc(100% + 25px) !important;
}

.about-timeline-item:nth-child(odd) h3,.about-timeline-item:nth-child(odd) p{
	text-align:left !important;
}

.footer-description {
    color: #8d9bb6;
    margin-bottom: 10px;
}

form.checkout.woocommerce-checkout {
    display: flex;
}

h3#order_review_heading {
    display: none;
}

.col2-set .form-row-first,
.col2-set .form-row-last {
    width: 100%;
}

.woocommerce-billing-fields__field-wrapper input {
    border: 2px solid #ebecf2;
    border-radius: 12px;
    padding: 14px 16px;
    font-size: 14px;
    color: #282f3e;
    transition: all 0.3s ease;
}

.woocommerce-billing-fields__field-wrapper input:focus,
.woocommerce-billing-fields__field-wrapper input:focus-visible,
.woocommerce-billing-fields__field-wrapper input:focus-within {
    border-color: #33a1fd !important;
    box-shadow: 0 0 0 4px rgba(51, 161, 253, 0.1) !important;
}

button#place_order {
    background-color: #33a1fd;
    color: #fff;
    padding: 14px 16px;
    border: none;
    border-radius: 12px;
    width: 100%;
}

.wc-proceed-to-checkout {
    background-color: #33a1fd;
    color: #fff !important;
    text-align: center !important;
    padding: 14px 16px;
    border: none;
    border-radius: 12px;
    width: 100%;
}

.woocommerce-checkout-payment {
    background: #fff !important;
    padding: 20px !important;
    border-radius: 12px !important;
    box-shadow: none !important;
}

.shop_table.woocommerce-checkout-review-order-table {
    background: #fff !important;
    padding: 20px !important;
    border-radius: 12px !important;
    box-shadow: none !important;
    display: inline-block !important;
}

.woocommerce-form-coupon-toggle {
    margin-bottom: 20px;
}

.woocommerce-info {
    background-color: #33a1fd;
    color: #fff;
    width: auto;
    border-radius: 12px;
    padding: 14px 16px;
}

a.showcoupon {
    color: #ffffffb8;
}

div#order_review {
    width: 30%;
}

div#customer_details {
    width: 100%;
}

.woocommerce-billing-fields__field-wrapper label,
.woocommerce-billing-fields__field-wrapper input {
    display: block !important;
    width: 100%;
}

.col-1 {
    width: 95%;
    display: block;
}

.col-2 {
    width: 95%;
    display: block;
}

textarea#order_comments {
    border: 2px solid #ebecf2;
    border-radius: 12px;
    padding: 14px 16px;
    font-size: 14px;
    color: #282f3e;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.select2-container--default .select2-selection--single {
    border: 2px solid #ebecf2;
    border-radius: 12px;
    padding: 10px 10px 36px 10px;
    font-size: 14px;
    color: #282f3e;
    transition: all 0.3s ease;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 2px solid #ebecf2;
    border-radius: 12px;
    padding: 14px 16px;
    font-size: 14px;
    color: #282f3e;
    transition: all 0.3s ease;
}

.select2-container--open .select2-dropdown--above {
    border: none !important;
    border-radius: 12px !important;
    padding: 14px 16px !important;

}

.select2-dropdown.select2-dropdown--below {
    border: none !important;
    border-radius: 12px !important;
    padding: 14px 16px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;

}

.checkout_coupon .form-row {
    display: inline-block !important;
}

.checkout_coupon button {
    background-color: #33a1fd;
    color: #fff;
    padding: 14px 16px;
    border: none;
    border-radius: 12px;
    width: 100%;
    margin-right: 10px;
}

.checkout_coupon .form-row-first {
    width: 75%;
}

.checkout_coupon .form-row-last {
    width: 20%;
}

input#coupon_code {
    background: #fff !important;
    padding: 14px 16px !important;
    border-radius: 12px !important;
    box-shadow: none !important;
    margin-left: 5px !important;
    border: 2px solid #ebecf2 !important;
    width: 100% !important;
}

.woocommerce-billing-fields h3 {
    font-weight: 900;
}

#ship-to-different-address-checkbox span {
    font-weight: 900;
}

.woocommerce-checkout-review-order-table th.product-name {
    font-family: 'Rokh';
    font-weight: 900 !important;
}

.woocommerce-checkout-review-order-table th.product-total {
    font-family: 'Rokh';
    font-weight: 900 !important;
}

.woocommerce-shipping-fields__field-wrapper input {
    border: 2px solid #ebecf2;
    border-radius: 12px;
    padding: 14px 16px;
    font-size: 14px;
    color: #282f3e;
    transition: all 0.3s ease;
}

.woocommerce-shipping-fields__field-wrapper label,
.woocommerce-shipping-fields__field-wrapper input {
    display: block !important;
    width: 100%;
}

@media (max-width: 576px) {
    form.checkout.woocommerce-checkout {
        display: block;
    }

    div#order_review {
        width: 95%;
    }
}


.woocommerce-cart .cart-collaterals {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    margin-right: 20px;
}
.woocommerce-cart .cart-collaterals a{
    color: #fff;
}
.cart_totals h2{
    font-weight: 900;
    font-size: 24px;
}

.woocommerce-cart .woocommerce.wp-block-group{
    margin-top: 140px;
    display: flex;
    justify-content: space-between;
    align-items: start;
    position: relative;
}

table.shop_table_responsive tr th, table.shop_table_responsive tr td {
    text-align: right;
}

.shop_table.shop_table_responsive thead th {
    font-weight: 900;
    font-family: 'Rokh';
}
td.product-thumbnail {
    width: 80px;
}
td.product-thumbnail img{
    border-radius: 12px;
}
.woocommerce-cart-form{
    width: 100%;
}
.shop_table_responsive.cart td,.shop_table_responsive.cart th {
    padding: 0 8px;
}
.product-quantity .quantity input {
    width: 50px;
    text-align: center;
    border: 2px solid #ebecf2;
    border-radius: 8px;
    color: #282f3e;
    padding: 5px;
}
.coupon {
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
}
.coupon input#coupon_code {
    width: 80% !important;
}
.shop_table_responsive tbody tr button{
    background-color: #33a1fd;
    color: #fff;
    padding: 14px 16px;
    border: none;
    border-radius: 12px;
}
.shop_table_responsive.cart td, .shop_table_responsive.cart th {
    padding: 5px 8px;
}
.shop_table_responsive.cart td:not:last-child , .shop_table_responsive.cart th:not:last-child {
    text-align: center;
}
.shop_table_responsive.cart a.remove {
    background: #ff000026;
    padding: 2px 8px;
    border-radius: 7px;
    color: red;
}
.woocommerce-cart .woocommerce-message {
    position: absolute;
    top: -65px;
    color: #fff;
    width: 100%;
    padding: 10px 20px;
    border-radius: 14px;
}