/* Header Border Color Fix */
@media (min-width: 993px) {
    .header-4 .header-4-container {
        border-bottom: 1px solid #201d1e !important;

    }
}

/* Discount Tag/Bubble Position in Frontend Loop - Move To Right */
.woocommerce-image__wrapper .product-label.type-bubble {
    left: auto; /* remove left positioning */
    right: 10px; /* add right positioning */
}

/* Fontsize of Product title in mobile screen  */
@media (max-width: 992px) {
    .summary h1.entry-title {
        /* font-size: 27px !important; */
    }
}

/* Checkout Page Header */
.main-header h1 {
    color: #eee !important;
}

/* Contact and About US Page Title Description */
.elementor-heading-title {
    text-shadow: 0 0 1px #fff !important;
}

/* Product Title Rating Spacing */
div.product .woocommerce-product-rating {
    margin-bottom: 1.2em !important;
}

/* Woocommerce Review Title Position and Size */
.woocommerce-Reviews-title {
    text-align: center;
    font-size: 1.8em !important;
}

/* CusRev Plugin Config -- start */
.cr-reviews-ajax-reviews .cr-reviews-ajax-comments .cr-ajax-reviews-list .comment_container .comment-text,
.cr-all-reviews-shortcode ol.commentlist li .comment-text {
    margin: 0px;
}

.cr-ajax-reviews-cus-images-div{
    display: none !important;
}

.woocommerce-review__author {
    font-weight: bold !important;
}

.woocommerce-review__verified {
    display: none !important;
}

.crstar-rating-svg .cr-rating-icon-frnt .cr-rating-icon {
    fill: #ee9e13 !important;
}

.ivole-meter .ivole-meter-bar {
    background: #ee9e13 !important;
    background: -webkit-linear-gradient(top, #f8cc80, #ee9e13) !important;
    background: linear-gradient(to bottom, #f8cc80, #ee9e13) !important;
    background-color: #ee9e13 !important;

}

.cr-ajax-search {
    display: none !important;
}

.cr-ajax-reviews-list li {
    border-bottom: 1px solid #dddddd !important;
}

.cr-ajax-reviews-list li .comment-text {
    border-bottom: 0 !important;
}

.woocommerce-review__author::after {
    content: "✔ Verified";
    display: inline-block;
    margin-left: 8px;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    background: #28a745;
    padding: 2px 6px 1px;
    border-radius: 12px;
    vertical-align: middle;
}

.woocommerce-review__published-date{
    display: none !important;
}

/* CusRev Plugin Config -- end */

/* Remove Woocommerce Tabs bottom spacing so we can show Customer care promise a bit proper way */
.woocommerce-tabs,
.woocommerce-Tabs-panel {
    padding-bottom: 0 !important;
}


/* Buy Now Button */
.buy-now-button {
    width: 100% !important;
    background: #a27928 !important;
    color: #fff;
    padding: 18px 20px;
    border-radius: 6px;
    font-weight: bold;
    margin-top: 10px;
}

.buy-now-button:hover {
    background: #896520 !important;
}

/* Checkout Page Tweaks */
.coupon-wrapper {
    padding: 0 !important;
}

/* Extra Checkout Links */
.checkout-policies-links a {
    color: #666;
    text-decoration: underline;
    margin: 0 7px 0 0;
}

.checkout-policies-links a:hover {
    color: #0073aa;
    /* apke theme ka primary color rakh sakte hain */
    text-decoration: underline;
}

.fancybox__content {
    overflow-y: auto !important;
    /* modal ke andar scroll */
    max-height: 85vh !important;
    padding: 18px !important;
}

.fancybox__button--close {
    position: fixed !important;
    /* fixed button */
    top: 10px !important;
    right: 10px !important;
    z-index: 999999 !important;
    display: flex !important;
    opacity: 1 !important;
}

/* Footer Social Links */
.site-footer .social {
    margin-top: 2rem;
    font-size: 1rem;

}

.site-footer .social-icons a {
    text-decoration: none !important;
}

.site-footer .social-icons a:hover {
    text-decoration: none !important;
}

.site-footer .social-icons svg {
    width: 30px;
    height: 30px;
    margin: 0 5px;
    fill: white;
}

/* Padding Fix only on small devices  */
@media (max-width: 992px) {
    footer.copyright {
        padding: 2rem 0 0 !important;
    }
}

/* Notification for WooCommerce */
body #message-purchased {
    bottom: 50px;
}

/* Don't show notification on checkout */
body.woocommerce-checkout #message-purchased {
    display: none !important;
}
