/*
Theme Name: Tashi Nest
Theme URI: 
Author: YP
Author URI: 
Description: Tashi Nest is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Tashi Nest will make your WordPress look beautiful everywhere.
Version: 3.4
Tested up to: 6.7
Requires at least: 4.4
Requires PHP: 5.2.4
License: 
License URI: 
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, block-patterns
Text Domain: tashinest

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

* {
    margin:0;
    padding:-0;
}
.elementor--h-position-right .swiper-slide-inner {
    justify-content: flex-end;
    max-width: 1320px;
}
.scrolling-text p a {
    color: #fff;
    text-decoration: underline;
}

.scrolling-text p a:hover {
    color: #fff;
}
a.offer-box {
    border: 2px dashed #dcb228;
    color: #dcb228!important;
    padding: 4px 10px;
    font-size: 15px!important;
    font-weight: 500;
    margin: 0 15px;
    letter-spacing: 1.3px;
}
.about-float img {animation: float infinite 5s linear;}

@keyframes float {
	0% {
		transform: rotateX(0);
	}
	50% {
		transform: rotateZ(5deg);
	}
	100% {
		transform: rotateX(0);
	}
}
.home-grid h2.woocommerce-loop-product__title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 53px;
}
.home-grid h2.woocommerce-loop-product__title:hover {
    color: #ddb228 !important;
    transition: 0.3s;
}
.home-category h2.woocommerce-loop-category__title {
    position: absolute;
    bottom: 15px;
    background: #ffff;
    width: 92%;
    font-size: 16px;
    line-height: 26px;
    left: 4%;
    right: 4%;
}
.home-category li.product-category.product {
    position: relative;
    overflow: hidden;
}

.home-category li.product-category.product:hover img {
    transform: scale(1.1);
    transition: all ease 0.3s;
    height: auto;
}
.home-category .woocommerce ul.products li.product a img {
    margin: 0;
}

.elementor-post__excerpt p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
a.elementor-post__read-more:hover {
    color: #dcb423 !important;
    transition: 0.3s;
}
.wpc-filters-section {
    border: 1px solid #e5e5e5;
    padding: 15px;
}
.widget-title.wpc-filter-title {
    color: #222;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 0px!important;
}
.wpc-filters-main-wrap li.wpc-term-item a {
    font-size: 14px!important;
    line-height: 20px;
    color: #666;
}
.wpc-filters-main-wrap li.wpc-term-item a:hover {
    color: #dab127;
    text-decoration:underline;
}
.wpc-filter-content {
    padding-top: 10px;
}
input[type=checkbox] {
    accent-color: #5a7c64 !important;
}
.wpc-filter-selected-values {
    margin-top: 0px!important;
    font-size: 0px!important;
}
.wpc-custom-selected-terms ul.wpc-filter-chips-list {
	display: flex;
	overflow-x: auto;
	padding-left: 0;
}
span.wpc-filter-chip-name {
    font-size: 13px;
}
.wpc-search-field:focus-visible {
    outline: 0;
    border: 1px solid #dbb327 !important;
}
.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    border: 1px solid #e5e5e5;
    color: #666;
    padding: 10px 10px;
    font-family: "Jost", sans-serif;
}
.woocommerce ul.products li.product a img {
    margin: 0 0 10px;
    border: 1px solid #e5e5e5;
    padding: 5px;
}
.woocommerce ul.products li.product .price ins {
    font-weight: 500;
    text-decoration: none;
}
ul li {
    margin-bottom: 10px;
}
ul, ol {
    margin-left: 20px;
}
.wvg-gallery-thumbnail-image.current-thumbnail, .slick-current.slick-active .wvg-gallery-thumbnail-image {
    border-color:  #dbb326;
}
.elementor-widget-wp-widget-categories h5 {
    display: none;
}


.elementor-widget-wp-widget-categories nav a {
    color: #666;
    transition: 0.3s;
    /* margin-left: 4px; */
}

.elementor-widget-wp-widget-categories nav ul {
    list-style-type: none;
    margin-left: 0;
}

.elementor-widget-wp-widget-categories nav ul li a::before {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    padding-right: 10px;
}

.elementor-widget-wp-widget-categories nav a:hover {
    color: #dcb329;
    margin-left: 4px;
}
.wvg-gallery-thumbnail-image {
    padding: 3px;
    border: 1px solid #ddd;
    opacity: 1!important;
}
.button.wp-element-button {
    padding: 0 20px!important;
    margin: 0!important;
    background: #f5f5f5!important;
    border: 1px solid #e5e5e5!important;
    color: #222 !important;
}
.button.wp-element-button:hover {
    background: #000!important;
    color: #fff!important;
    border-color: #000!important;
}
input#smntcswcb {
    color: #666;
    margin: 0 4px;
}
.woocommerce div.product.elementor ul.tabs {
    margin: 0;
    text-align: center;
}
.woocommerce-tabs ul.tabs li.active {
    border-bottom: 3px solid #deb229!important;
}
.woocommerce-tabs ul.tabs li {
    margin: 0 16px!important;
    border: 0!important;
}
.woocommerce-tabs ul.tabs li a {
    padding: 16px 0!important;
}
.woocommerce-Tabs-panel h2 {
    margin-bottom: 15px;
}
div#reviews h2 {
    font-size: 22px;
}
.woocommerce .star-rating span::before, .woocommerce .star-rating::before, .comment-form-rating p.stars a {
    color: #f7bb03;
}
input#submit:hover {
    background: #000 !important;
}
input#submit {
    background: #5a7c64 !important;
    color: #fff !important;
    font-weight: 400 !important;
    border-radius: 0 !important;
    transition: 0.3s;
}
.elementor-menu-cart__product-name {
    line-height: 22px;
    margin-bottom: 10px!important;
}
.elementor-menu-cart__product-remove {
    bottom: 26px;
}

/*********Cart Page Css**********/
.cust_cart .woocommerce {
    display: grid;
    grid-template-columns: 70% 30%;
    column-gap: 10px;
}
.cust_cart .woocommerce-notices-wrapper {
    grid-column-start: 1;
    grid-column-end: 3;
}
.cust_cart form.woocommerce-cart-form {
    width: 100%;
}

@media (min-width: 992px) {
    .cust_cart .cart_totals {
        width: 92% !important;
    }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .cust_cart .woocommerce {
        display: block !important;
    }
	.coupon {
    display: block;
     width: 100%!important;
	}
	input#coupon_code {
        width: 50% !important;
    }
	#woocommerce-checkout-form-coupon input#coupon_code {
    width: 100%!important;
   }
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead {
    background: #f5f5f5;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead th {
    color: #222;
    font-weight: 500!important;
}
tr.woocommerce-cart-form__cart-item.cart_item  a {
    color: #666;
    text-decoration: none;
    /* font-size: 13px; */
    /* line-height: 23px; */
}
tr.woocommerce-cart-form__cart-item.cart_item .product-name a {
    font-size: 13px;
    line-height: 23px;
}
span.woocommerce-Price-amount.amount {
    color: #deb12c;
    font-weight: 500;
}
td.product-quantity input#smntcswcb {
    width: 30px;
    padding: 0px!important;
    height: 30px;
    margin: 0;
}
td.product-quantity .button.wp-element-button {
    height: 30px;
    width: 30px;
    padding: 0!important;
}
.woocommerce td.product-quantity {
    min-width: 140px;
}
.coupon {
    width: 55%;
}
.cust_cart input#coupon_code {
    width: 66%;
    height: 36px;
}

td.actions button.button {
    background: #5a7c64;
    color: #fff!important;
    font-weight: 400;
    text-transform: capitalize;
    transition: 0.3s;
    border-radius: 0;
    font-size: 14px;
    line-height: 18px;
}
td.actions button.button:hover {
    background: #222;
    color: #fff;
}
.cart_totals h2 {
    margin-bottom: 10px;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 500;
}
.cart_totals th {
    background: #f5f5f5;
    color:#222;
    font-weight:500!important;
}

.wc-proceed-to-checkout a {
    background: #5a7c64!important;
    border-radius: 0!important;
    font-weight: 400!important;
    text-transform: capitalize;
    font-size: 16px!important;
    margin-bottom: 0!important;
}
.wc-proceed-to-checkout {
    padding-bottom: 0!important;
}

.wc-proceed-to-checkout a:hover {
    background: #222!important;
}
a.button.wc-backward {
    background: #5a7c64;
    border-radius: 0;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
}

a.button.wc-backward:hover {
    background: #000;
    color: #fff;
}
/********Cart CSS Ends*******/

button.woocommerce-button.button.e-apply-coupon {
    border-color: #5a7c64;
    background: #5a7c64;
    border-radius: 0;
    color: #fff;
    font-weight: 400;
}

button.woocommerce-button.button.e-apply-coupon:hover {
    background: #222;
    border-color: #222;
    color: #fff;
}
.woocommerce-info .wc-forward {
    background: #5a7c64 !important;
    color: #fff!important;
    border-radius: 0!important;
    font-weight: 500!important;
    text-transform: capitalize;
}
.woocommerce-info .wc-forward:hover {
    background: #222 !important;
    color: #fff!important;
}
.woocommerce-info {
    font-weight: 500;
    border-top-color: #5a7c64;
}
.woocommerce-info::before {
    color: #5a7c64;
}
.woocommerce-Address h2 {
    margin: 0 0 15px 0!important;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500!important;
}
.xoo-el-form-container button.btn.button.xoo-el-action-btn {
    background-color: #5a7c64;
    border: 0!important;
    padding: 15px;
    color: #fff;
    font-weight: 400!important;
}
.xoo-el-form-container button.btn.button.xoo-el-action-btn:hover {
    background-color: #222;
}
.xoo-el-form-container {
    font-family: 'Poppins';
}
.xoo-el-form-container ul.xoo-el-tabs li {
    background-color: #eeeeee;
    color: #222;
    font-size: 14px;
    padding: 12px 20px;
    font-weight: 500!important;
}
.elementor-shortcode a.xoo-el-action-sc {
    background: #5a7c64;
    color: #fff;
    padding: 5px 15px 6px;
    font-size: 14px;
}
.elementor-shortcode a.xoo-el-action-sc:hover {
    background: #222;
    color: #fff;
}
a#elementor-menu-cart__toggle_button {
    padding: 5px;
    line-height: 0;
}
del .woocommerce-Price-amount.amount{
    color: #666!important;
}
.woocommerce-notices-wrapper {
    display: none;
}
.woocommerce .woocommerce-breadcrumb {
    margin: 0;
}
a[title="View cart"] {
  display: none !important;
}
.woocommerce-mini-cart img {
    border: 1px solid #e5e5e5!important;
    padding: 3px;
}
.elementor-menu-cart__subtotal {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background: #f2f2f2;
    border-radius: 4px;
}
@media (max-width: 768px) {
    .scrolling-text {
        white-space: nowrap;
        overflow: hidden;
        display: block;
        position: relative;
    }

    .scrolling-text p {
        display: inline-block;
        padding-right: 100%; /* Ensures smooth looping */
        animation: scrollText 16s linear infinite;
    }

    /* Slows down motion and stops on hover */
    .scrolling-text:hover p {
        animation-play-state: paused;
    }

    @keyframes scrollText {
        0% {
            transform: translateX(100%);
        }
        100% {
            transform: translateX(-100%);
        }
    }
	a.offer-box {
    padding: 1px 8px;
    margin: 0 10px;
    font-size: 13px!important;
    }
	.elementor-slides .swiper-slide-inner .elementor-slide-button {
    padding: 8px 20px!important;
    }
}
#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
    min-width: auto;
    width: 75px;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 186px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: none;
}
/*******Checkout Page CSS**********/
.select2-container--default .select2-selection--single {
    border: 1px solid #ddd;
    border-radius: 0px;
    padding: 1px 10px;
}
textarea#order_comments {
    border: 1px solid #ddd;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #f6f6f6;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background-color: #fff;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid #ffffff;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em;
}
button#place_order {
    background: #5a7c64;
    border-radius: 0;
    font-weight: 400;
    text-transform: capitalize;
    padding: 10px 20px;
}

button#place_order:hover {
    background: #000;
}
.woocommerce-order h2 {
    font-size: 20px!important;
    text-transform: capitalize;
}
.woocommerce ul.order_details {
    border: 1px solid rgb(0 0 0 / 10%);
    padding: 25px!important;
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
.woocommerce ul.order_details::before {
    display:none;
}
.woocommerce ul.order_details li strong {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}
.woocommerce ul.order_details li {
    color: #000;
}
.woocommerce ul.order_details li:last-child {
    padding: 0;
    margin: 0;
}
p.woocommerce-notice {
    padding: 20px 30px;
    border-left: 5px solid #deb627;
    margin: 0 0 30px !important;
    font-size: 16px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);

}
form.checkout.woocommerce-checkout input:focus-visible {
    outline: 0;
    box-shadow: none;
}
.checkout_coupon button.button {
    background: #5a7c64;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    border-radius: 0;
    padding: 9px 20px;
    height: 46px;
}

.checkout_coupon button.button:hover {
    background: #000;
    color: #fff;
}


.checkout_coupon input#coupon_code:focus-visible {
    outline: 0;
}
nav.woocommerce-MyAccount-navigation ul {
    margin-left: 0;
}
#headerC.active {
    width: 100% !important;
    position: fixed;
    top: 0;
    z-index: 100;
    background: #fff;
    border-radius: 0px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}
div#headerC {
    transition: 0.9s;
}
/* Base menu link style */
#headerC .elementor-nav-menu .elementor-item {
  position: relative;
  /* display: inline-block; */
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}
/* Underline effect */
#headerC .elementor-nav-menu .elementor-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  transform: translateX(-50%)!important;
  transition: width 0.6s ease;
}

/* On hover and on active page */
#headerC .elementor-nav-menu .elementor-item:hover::before,
#headerC .elementor-nav-menu .elementor-item.elementor-item-active::before {
  width: 60%;
}

nav.woocommerce-breadcrumb a {
    font-size: 14px;
    transition: 0.3s ease;
}

nav.woocommerce-breadcrumb a:hover {
    color: #dcb228!important;
}
p.woocommerce-result-count {
    font-size: 14px;
}
.wpc-search-field {
    font-size: 14px!important;
}
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
    display: flex!important;
    gap: 5px;
}
.woocommerce-order-details a.button.button-primary {
    background: #5a7c64;
    color: #fff!important;
    font-weight: 400;
    border-radius: 0;
}

.woocommerce-order-details a.button.button-primary:hover {
    background: #222!important;
}
ul.elementor-inline-items.elementor-icon-list-items.elementor-post-info a {
    pointer-events: none;
}
/* Hide profile image */
.custom-testimonials .elementor-testimonial__image {
  display: none;
}

/* Ensure the footer container can hold the badge properly */
.custom-testimonials .elementor-testimonial__footer {
  position: relative;
  padding-left: 60px; /* space for the initials badge */
  min-height: 50px;
}

/* Display initials circle */
.custom-testimonials .elementor-testimonial__footer .elementor-testimonial__cite::before {
    content: attr(data-initials);
    position: absolute;
    top: 0;
    left: -60px;
    width: 45px;
    height: 45px;
    background-color: var(--initials-bg, #007BFF);
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-transform: uppercase;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.custom-testimonials .elementor-testimonial__image+cite {
    position: relative;
}
@media (max-width: 768px) {
  .custom-testimonials .elementor-testimonial__footer {
    padding-left: 55px;
  }
  .custom-testimonials .elementor-testimonial__footer::before {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  .woocommerce ul.order_details {
    grid-template-columns: repeat(3, 1fr)!important;
   }
}

.custom-user-menu {
  position: relative;
  display: inline-block;
}

.custom-user-menu .user-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    /* border: 1px solid #ddd; */
    /* padding: 10px 0; */
    list-style: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
    min-width: 150px;
	margin:0;
}
.custom-user-menu .user-dropdown li:not(:last-child) {
    border-bottom: 1px solid #ddd;
}
.custom-user-menu:hover .user-dropdown {
  display: block;
}

.custom-user-menu .user-dropdown li {
    padding: 0;
    margin: 0;
}

.custom-user-menu .user-dropdown li a {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
}

.custom-user-menu .user-dropdown li a:hover {
  background-color: #f2f2f2;
}
.custom-user-menu .user-dropdown li a i {
    color: #5a7c64;
    margin-right: 5px;
}
.woocommerce span.onsale {
    background-color: #dcb228;
}
@media only screen and (max-width: 480px) {
    .woo-variation-product-gallery {
        width: auto!important;
    }
	div#reviews h2 {
    font-size: 18px;
   }
	.woocommerce ul.order_details {
    grid-template-columns: repeat(2, 1fr)!important;
   }
}
.star-rating-with-reviews {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin: 10px 0;
}

.star-rating-with-reviews .star-rating {
    margin: 0!important;
}

.star-rating-with-reviews span.woocommerce-review-count, .star-rating-with-reviews .rating-number {
    font-size: 12px;
    color: #444;
    line-height: 12px;
    font-weight: 500;
}
.wpc-chip-stars svg {
    width: 15px!important;
    height: 15px!important;
    fill: #f7bb03!important;
}
.flrt-star-label svg {
    fill: #f7bb03!important;
}
.elementor-woo-meta--view-inline .product_meta {
    align-items: center;
}
a.woocommerce-review-link {
    color: #666!important;
}
.single-product .product_meta {
    border-top: 1px solid #ddd;
    padding-top: 15px;
}
a.reset_variations, .woocommerce-variation .woocommerce-variation-price  {
    display: none!important;
}
span.discount-percent {
    color: #cc0c39;
}
.vargal-product-gallery .flex-control-thumbs a img, .vargal-product-gallery .flex-control-thumbs a video, .vargal-product-gallery.vargal-product-gallery-wrap .vargal-control-nav a img, .vargal-product-gallery.vargal-product-gallery-wrap .vargal-control-nav a video {
    opacity: 1!important;
}
.vargal-control-nav li a img {
    border: 1px solid #ccc;
    padding: 2px;
}
.vargal-control-nav li a.vargal-product-gallery-active img  {
    border: 2px solid #dcb228
}
@media screen and (min-width: 1024px) {
    .vargal-control-nav-wrap {
        height: 520px !important;
    }
}
.woocommerce div.product div.images {
    margin-bottom: 0;
}
.product-description h2, .related.products > h2, .woocommerce-Reviews-title {
    font-size: 25px!important;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    position: relative;
}
.line .elementor-heading-title {
    /* margin-bottom: 15px; */
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    position: relative;
}
.product-description h2::before, .related.products > h2::before, .woocommerce-Reviews-title::before { 
    content: '';
    width: 10%;
    height: 3px;
    border-radius: 20px;
    background: #dcb32d;
    position: absolute;
    bottom: -2px;
}
.line .elementor-heading-title::before{
      content: '';
    width: 10%;
    height: 3px;
    border-radius: 20px;
    background: #dcb32d;
    position: absolute;
    bottom: -2px;
}
.product-description ul {
  list-style: none; /* remove default bullets */
  padding-left: 10px;
  margin-left: 0;
}

.product-description ul li  {
  position: relative;
  padding-left: 30px; /* space for the icon */
  margin-bottom: 15px; /* optional spacing between items */
  line-height: 1.6;
}

.product-description ul li::before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    color: #ddb52e;
    font-size: 16px;
}
.product-description ol li {
    margin-bottom: 15px;
    line-height: 1.6;
}
.product-description h3 {    
    font-size: 22px;
}
.product-description ul {
    margin-bottom: 20px;
    margin-top: 20px;
}
.elementor-shortcode div#reviews {
    margin-top: 20px;
}
h2.woocommerce-Reviews-title {
    margin-bottom: 30px;
}

.elvora-active.elvora-accordion-item .elvora-accordion-header .elvora-accordion-button {
    box-shadow: inset 0 -2px 0 #deb12c!important;
}
.yikes-custom-woo-tab-title {
    display: none!important;
}
.elvora-accordion-item .elvora-accordion-header .elvora-accordion-button {
    font-weight: 500;
}
 .elementor-nav-menu--dropdown  .elementor-sub-item {
    line-height: 24px!important;
}
.product-category img {
    margin-bottom: 5px!important;
}
.pb-10 p {
    padding-bottom: 10px;
}
/* Zoom effect for category images */
.home-category figure {
    overflow: hidden; /* Prevents image overflow outside the box */
    position: relative;
}

.home-category img {
    transition: transform 0.4s ease;
    /* transform: scale(1); */
    display: block;
    width: 100%;
    height: auto;
}

/* Zoom on hover */
.home-category img:hover {
    transform: scale(1.1);
}

/* Optional: caption styling (no zoom) */
.home-category figcaption {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(90 124 100 / 89%);
    color: #fff!important;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 14px!important;
    width: 92%;
} 
 .my-text h2 {
    margin-bottom: 10px;
}

.my-text h3 {
    margin-bottom: 10px;
    margin-top: 20px;
}
button#btn-razorpay {
    background: #349aff;
    border: 0;
    cursor: pointer
}

button#btn-razorpay-cancel {
    background: red;
    border: 0;
    cursor: pointer;
}
.wpc-filters-main-wrap li.wpc-term-item input[type=checkbox], .wpc-filters-main-wrap li.wpc-term-item input[type=radio] {
    padding: 0;
}
.offer-table h3 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.offer-table p {
    color: #333;
}
.coupon-box:not(:last-child) {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    /* display: block; */
}
.coupon-box:not(:last-child) {
    display: block;
}