/*
Theme Name: Mukhti Pharma
Theme URI: https://codeart.co.in/
Author: Ashly A
Author URI: https://codeart.co.in/
Description: A clean starter theme based on Bootstrap
Version: 1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: SASS, clean, bootstrap
Text Domain: 
*/


a{
    text-decoration:none;
}
.product-page-detail-section .product-page-detail-main .right-side .offer-box .offer-sub-main .offer-sub-box {
    margin-bottom: 10px;
}
.product-page-detail-section .product-page-detail-main .right-side .offer-box .offer-sub-main .offer-sub-box .right .coupon-code{
   text-transform: uppercase;
}
/* Chrome, Edge, Safari */
.count-number::-webkit-outer-spin-button,
.count-number::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.count-number {
    -moz-appearance: textfield;
    appearance: textfield;
}
 #comments{
    display:none;
}

/* Review Form Container */

.woocommerce-Reviews #review_form {
    background: #f8faf8;
    border: 1px solid #e4ece4;
    border-radius: 16px;
    padding: 40px;
    margin: 50px 0;
}

/* Heading */
#review_form_wrapper .comment-reply-title,
.woocommerce-Reviews #reply-title {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #1f4d3a;
    margin-bottom: 10px;
    line-height: 1.2;
}

/* Subtitle */
#review_form_wrapper .comment-notes {
    color: #6b7280;
    font-size: 14px;
    margin-bottom: 25px;
}

/* Labels */
#review_form_wrapper label {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #1f4d3a;
    margin-bottom: 8px;
}

/* Rating Section */
#review_form_wrapper .comment-form-rating {
    margin-bottom: 25px;
}

#review_form_wrapper .stars a {
    color: #f5b301;
    font-size: 22px;
    margin-right: 6px;
    transition: all 0.2s ease;
}

#review_form_wrapper .stars a:hover,
#review_form_wrapper .stars.selected a {
    transform: scale(1.1);
}

/* Textarea */
#review_form_wrapper textarea {
    width: 100%;
    min-height: 160px;
    border: 1px solid #d9e3d9;
    border-radius: 12px;
    padding: 15px 18px;
    font-size: 15px;
    background: #fff;
    transition: all 0.3s ease;
    resize: vertical;
}

#review_form_wrapper textarea:focus {
    border-color: #4caf50;
    box-shadow: 0 0 0 4px rgba(76, 175, 80, 0.12);
    outline: none;
}

/* Input Fields (if name/email are enabled) */
#review_form_wrapper input[type="text"],
#review_form_wrapper input[type="email"] {
    width: 100%;
    height: 52px;
    border: 1px solid #d9e3d9;
    border-radius: 12px;
    padding: 0 16px;
    transition: all 0.3s ease;
}

#review_form_wrapper input[type="text"]:focus,
#review_form_wrapper input[type="email"]:focus {
    border-color: #4caf50;
    box-shadow: 0 0 0 4px rgba(76, 175, 80, 0.12);
    outline: none;
}

/* Submit Button */
#review_form_wrapper .submit,
#review_form_wrapper input[type="submit"] {
    background: #4caf50;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 14px 32px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

#review_form_wrapper .submit:hover,
#review_form_wrapper input[type="submit"]:hover {
    background: #3d9842;
    transform: translateY(-2px);
}

/* Form Layout */
#review_form_wrapper .comment-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#place_order:disabled {
    opacity: .5;
    cursor: not-allowed;
}

.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--single.yith-wcwl-add-to-wishlist-button--anchor {
    
    gap: 1px !important;
}

a.added_to_cart{
    /* display: block; */
    border: solid 1px #35AD47;
    padding: 5px 10px;
    border-radius: 15px;
    color: #333;
}
span.yith-wcwl-add-to-wishlist-button__label {
    position: absolute;
    left: 48px;
    color: #333;
}

/* ==========================================
   THANK YOU PAGE
========================================== */

.order-details-section {
    padding: 60px 0;
    background: #f8fbf8;
}

/* Success Header */
.order-success {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 50px;
}

.order-success-img img {
    width: 90px;
    height: auto;
}

.success-title {
    font-size: 42px;
    font-weight: 700;
    color: #0c2d24;
    margin: 20px 0 10px;
}

.success-text {
    font-size: 18px;
    color: #667085;
    margin: 0;
}

/* ==========================================
   CARDS
========================================== */

.order-sucess-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 24px;
    box-shadow: 0 8px 30px rgba(0,0,0,.06);
    border: 1px solid #e7f0ea;
}

.cart-head {
    padding: 18px 24px;
    background: #f4faf5;
    border-bottom: 1px solid #e7f0ea;
}

.cart-head h4,
.cart-head .sub-heading {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #0c2d24;
}

/* ==========================================
   ORDER DETAILS
========================================== */

.order-info-details {
    padding: 24px;
}

.info-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid #edf2ee;
}

.info-detail:last-child {
    border-bottom: none;
}

.info-detail h4 {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #667085;
}

.info-detail h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #0c2d24;
}

/* ==========================================
   ADDRESS
========================================== */

.order-info-address {
    padding: 24px;
}

.order-info-address h4 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #0c2d24;
}

.order-info-address p {
    color: #667085;
    line-height: 1.8;
    margin-bottom: 10px;
}

/* ==========================================
   FEEDBACK FORM
========================================== */

.order-sucess-card form {
    padding: 24px;
}

.order-sucess-card textarea,
.order-sucess-card input[type="text"],
.order-sucess-card input[type="email"] {
    width: 100%;
    border: 1px solid #d8e4db;
    border-radius: 12px;
    padding: 14px 16px;
    margin-bottom: 15px;
    font-size: 15px;
    background: #fff;
}

.order-sucess-card textarea {
    min-height: 140px;
    resize: vertical;
}

.order-sucess-card textarea:focus,
.order-sucess-card input:focus {
    outline: none;
    border-color: #34b44a;
    box-shadow: 0 0 0 4px rgba(52,180,74,.12);
}

.order-sucess-card button {
    background: #34b44a;
    color: #fff;
    border: none;
    padding: 14px 28px;
    border-radius: 50px;
    font-weight: 600;
    transition: .3s;
}

.order-sucess-card button:hover {
    background: #238735;
}
/* Sidebar Card /
.thankyou-order-summary {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    border: 1px solid #e5ebe6;
    box-shadow: 0 8px 24px rgba(0,0,0,.05);
}

/ Product Item */
.ordered-product {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid #edf2ee;
}

.ordered-product:last-of-type {
    border-bottom: none;
}

.ordered-product-image {
    flex: 0 0 80px;
}

.ordered-product-image img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
    background: #f5f5f5;
}

.ordered-product-content {
    flex: 1;
}

.ordered-product-content strong {
    display: block;
    font-size: 16px;
    line-height: 1.4;
    color: #0c2d24;
    margin-bottom: 6px;
}

.ordered-product-content span {
    display: inline-block;
    background: #f4faf5;
    color: #34b44a;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}
.thankyou-order-summary {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    border: 1px solid #e5ebe6;
    box-shadow: 0 8px 24px rgba(0,0,0,.05);
}

.ordered-product {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid #edf2ee;
}

.ordered-product:last-of-type {
    border-bottom: none;
}

.ordered-product-image {
    flex: 0 0 80px;
}

.ordered-product-image img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
    background: #f5f5f5;
}

.ordered-product-content {
    flex: 1;
}

.ordered-product-content strong {
    display: block;
    font-size: 16px;
    line-height: 1.4;
    color: #0c2d24;
    margin-bottom: 6px;
}

.ordered-product-content span {
    display: inline-block;
    background: #f4faf5;
    color: #34b44a;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}
.summary-totals {
    margin-top: 20px;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #d9e7df;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.summary-row,
.summary-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.summary-row {
    padding: 12px 0;
    border-bottom: 1px solid #eef3f0;
    font-size: 15px;
    color: #4f5f58;
}

.summary-row:last-of-type {
    border-bottom: none;
}

.summary-row span:last-child {
    font-weight: 600;
    color: #1f2d28;
}

.summary-total {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 2px solid #c7ddd1;
    font-size: 20px;
    font-weight: 700;
    color: #0f3d2e;
}

.summary-total span:last-child {
    color: #1b7d46;
    font-size: 22px;
    font-weight: 700;
}

/* Optional: make discount stand out */
.summary-row.discount-row span:last-child {
    color: #d9534f;
}

/* Currency formatting */
.summary-totals .woocommerce-Price-amount {
    font-weight: inherit;
}
button.btn.success-button {
    background-color: var(--formSubmitBG);
    border: 1px solid var(--formSubmitBorder);
    border-radius: 25.5px;
    padding: 7px 43px;
    font-family: "Poppins";
    font-weight: 500;
    font-size: 16px;
    color: var(--white);
    text-transform: uppercase;
}
button#profileCancelEdit{
    background-color: #C5C5C5;
    border: 1px solid var(--formSubmitBorder);
    border-radius: 25.5px;
    padding: 7px 43px;
    font-family: "Poppins";
    font-weight: 500;
    font-size: 16px;
    color: var(--white);
    text-transform: uppercase;
}
button.checkout-button{
    background-color: var(--buttonBG) !important;
    border-radius: 22.5px !important;
    text-align: center;
    padding: 15px 40px !important;
    
    font-family: "Poppins";
    font-weight: 500;
    font-size: 17px;
    line-height: 1;
    color: var(--white) !important;
    text-decoration: none;

}
body.woocommerce-page .blog-section {
    
     padding-top: 0px !important;
    }
.cart-section{
    border-top: 0px !important;
}
.cart-table-body .action-col button, .cart-table-body .action-col a{
    width:25px;
    height:25px;
    padding:0;
}
/* Mobile */
@media (max-width: 767px) {
   
    .woocommerce-Reviews #review_form {
        padding: 25px;
        border-radius: 12px;
    }

    #review_form_wrapper .comment-reply-title,
    .woocommerce-Reviews #reply-title {
        font-size: 26px;
    }

    #review_form_wrapper .submit,
    #review_form_wrapper input[type="submit"] {
        width: 100%;
    }
}
@media (max-width: 579px) {
    .product-page-detail-section .product-page-detail-main .right-side .cart-buttons .add-to-card-button {
        display: inline-flex !important;
    }
    .product-page-detail-section .product-page-detail-main .right-side .cart-buttons .buy-button {
        display: inline-flex !important;
    }
}
.blog-section .featured-blog-cards .featured-sub-card .details .sub-title a, .blog-page-section .left-side-cards .blog-card .blog-card-content .title a, .blog-page-section .right-side-cards .rightbar .most-popular-products-box .sub-popular-card-main .popular-card-item .card-item-details .sub-title a,
.cart-section .cart-table .cart-table-body .product-info .product-details .sub-tit a, .new-store-section .new-store-main .right-side .featured-product-mobile .details .title a{
    color: var(--titleTxt);
}


/* Mobile Featured Product */
@media (max-width: 767px) {
 /* Dark overlay for readability */
    .featured-product-mobile .main-product-mobile-img::after{
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(
            to bottom,
            rgba(0,0,0,.15) 0%,
            rgba(0,0,0,.35) 45%,
            rgba(0,0,0,.55) 100%
        );
    }
    }
    
    /* ==========================
   Search Results Page
========================== */

.search-page {
    padding: 80px 0;
    background: #f8f9fa;
}

.search-header {
    text-align: center;
    margin-bottom: 60px;
}

.search-header h1 {
    font-size: 42px;
    font-weight: 700;
    color: #003c2f;
    margin-bottom: 25px;
}

.search-header h1 span {
    color: #67b346;
}

.search-form {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    gap: 12px;
}

.search-form input[type="search"] {
    height: 58px;
    border: 1px solid #d8d8d8;
    border-radius: 50px;
    padding: 0 25px;
    font-size: 16px;
}

.search-form .btn {
    height: 58px;
    min-width: 140px;
    border-radius: 50px;
    background: #67b346;
    border: none;
    color: #fff;
    font-weight: 600;
    transition: .3s;
}

.search-form .btn:hover {
    background: #003c2f;
}

/* ==========================
   Search Cards
========================== */

.search-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    transition: .3s;
    height: 100%;
}

.search-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0,0,0,.12);
}

.search-card img {
    width: 100%;
    height: 280px;
    object-fit: contain;
    background: #f5f5f5;
    padding: 20px;
}

.search-card-content {
    padding: 25px;
}

.search-card-content h3 {
    margin-bottom: 15px;
    line-height: 1.4;
}

.search-card-content h3 a {
    color: #003c2f;
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
}

.search-card-content h3 a:hover {
    color: #67b346;
}

.search-card-content p {
    color: #666;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.search-card-content .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    padding: 0 24px;
    border-radius: 50px;
    background: #67b346;
    color: #fff;
    text-decoration: none;
    border: none;
    font-weight: 600;
    transition: .3s;
}

.search-card-content .btn:hover {
    background: #003c2f;
    color: #fff;
}

/* ==========================
   Pagination
========================== */

.navigation.pagination {
    margin-top: 50px;
}

.page-numbers {
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #ddd;
    margin: 0 4px;
    text-decoration: none;
    color: #003c2f;
    font-weight: 600;
}

.page-numbers.current,
.page-numbers:hover {
    background: #67b346;
    border-color: #67b346;
    color: #fff;
}

/* ==========================
   No Results
========================== */

.search-page .alert-warning {
    text-align: center;
    padding: 30px;
    border-radius: 15px;
    background: #fff3cd;
    border: 1px solid #ffe69c;
    color: #856404;
}

/* ==========================
   Mobile
========================== */

@media (max-width: 767px) {

    .search-header h1 {
        font-size: 28px;
    }

    .search-form {
        flex-direction: column;
    }

    .search-form .btn {
        width: 100%;
    }

    .search-card img {
        height: 220px;
    }
}



.account-dropdown {
    position: relative;
}

.account-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.account-toggle .user-bg {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}

.account-toggle .user-bg img {
    width: 22px;
    height: 22px;
}

.account-toggle:hover .user-bg {
    background: #e9e9e9;
}

.account-menu {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 180px;
    background: #fff;
    border-radius: 8px;
    padding: 8px 0;
    margin-top: 10px;
    list-style: none;
    box-shadow: 0 10px 30px rgba(0,0,0,.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all .25s ease;
    z-index: 9999;
}

.account-menu li {
    margin: 0;
}

.account-menu li a {
    display: block;
    padding: 10px 18px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: all .2s ease;
}

.account-menu li a:hover {
    background: #f5f5f5;
}
.account-menu li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    color: #333;
    text-decoration: none;
    transition: all .2s ease;
}

.account-menu li a i {
    width: 18px;
    text-align: center;
    font-size: 15px;
}

.account-menu li a:hover {
    background: #f5f5f5;
}
.account-dropdown:hover .account-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

@media (min-width: 1200px) {

.mobile-account-links{
    display:none;
}
}
@media (max-width: 1199px) {

.mobile-account-links .account-link {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 14px 16px;
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    color: #0c3b2e;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: all .3s ease;
}

.mobile-account-links .account-link i {
    width: 20px;
    text-align: center;
    font-size: 18px;
}

.mobile-account-links .account-link:hover {
    background: #37b34a;
    color: #fff;
    border-color: #37b34a;
}

.mobile-account-links .logout-link {
    color: #dc3545;
}

.mobile-account-links .logout-link:hover {
    background: #dc3545;
    border-color: #dc3545;
    color: #fff;
}
}


/* scss updates all */

.new-store-section .new-store-main .left-side .new-store-card .product-details .title a {
    margin-bottom: 0;
    color: var(--titleTxt);
}

.product-page-detail-section .product-page-detail-main .right-side .cart-buttons .buy-button {
    padding: 15px 60px;
    font-size: 20px;

}

.product-more-section .custom-accordion .accordion-item .accordion-header .accordion-button {
    font-size: 23px;
}


.popular-products-section .popular-cards .popular-product-card .details .title a {
    margin-bottom: 0;
    color: var(--titleTxt);
}

.best-selling-product-section .all-products .sub-product-slider .product-card .sub-product-details .title a {
    color: var(--titleTxt);
}


.about-pharma-section .left-side .about-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    width: 17px;
    height: 17px;
    background: url('../mukthi_pharma/img/small-leaf.png') no-repeat center center;
    background-size: contain;
}

.popular-products-section .popular-cards .popular-product-card .popular-product-img  {
  height: 100%;
}

