body {
    background-color: #fff !important;
}
/* .widget.widget_search {
    background: #6c8552;
} */

.product-deatil-title {
    font-size: 16px;
    font-weight: 600;
    color: #30373e;
    margin-bottom: 15px;
    margin-top: 15px;
}
.product-detail-table table {
    border: none;
}
.product-detail-table tbody {
    display: flex;
    flex-wrap: wrap;
}
.items-label {
    width: 50%;
    padding: 0.5em;
    text-align: left;
    border: none;
    line-height: 1.3;
    font-size: 14px;
    text-transform: capitalize;
}
.items-value {
    width: 50%;
    padding: 0.5em 6px;
    text-align: left;
    border: none;
    line-height: 1.3;
    font-size: 14px;
    text-transform: capitalize;
    color: #30373e;
    font-weight: 500;
}
.product-detail-table table tbody tr {
    display: flex;
    width: 50%;
}

/* 29-10-2025 Style Start */

.woocommerce .woocommerce-message,
#reviews .woocommerce-noreviews,
.content-single-wrapper .inventory_status:before,
.woocommerce .woocommerce-info {
    background-color: #6c8552;
}

.content-single-wrapper .inventory_status {
    color: #6c8552;
}

.wc-block-cart__submit-container .wc-block-components-button {
    width: 100%;
    background-color: #30373e;
    color: #ffffff;
    border: 1px solid #30373e;
    transition: 0.3s ease-in-out !important;
}

.wc-block-cart__submit-container .wc-block-components-button:hover {
    background-color: #6c8552;
    border-color: #6c8552;
}

.page-id-11 h2.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title,
.page-id-12 p.wc-block-components-checkout-order-summary__title-text,
.page-id-12  .wc-block-components-totals-item__label,
.page-id-12 .wc-block-formatted-money-amount.wc-block-components-formatted-money-amount {
    color: #30373e;
    font-weight: 700;
}

/* 29-10-2025 Style End */

/* 05-11-2025 Style Start */

.team-icon-socials .social svg {
    width: 16px !important;
    height: 16px !important;
}
#woosw_wishlist .woosw-popup-content-bot-inner a:hover {
    background-color: transparent !important;
    color: #6c8552 !important;
    border-color: #6c8552 !important;
}
.status-publish.hentry .woosw-list {
    overflow-x: scroll;
    white-space: nowrap;
}

/* 05-11-2025 Style End */

/* NPA - 28-5-2026 - Home ( Our Jewelry Selection ) */

.jewelry-selection-container .product-block:hover {
    --Media_ClipPath: inset(0 round 0vw 0vw 0 0) !important ;
    clip-path: border-box !important;
}
.jewelry-selection-container .product-block .product-image img{
    transition: 0.5s all ease;
}
.jewelry-selection-container .product-block:hover .product-image img{
    transform: scale(1.1) translateZ(0) !important;
}
.jewelry-selection-container .product-block:hover .product-transition .group-action {
    opacity: 0;
    visibility: hidden;
}
.jewelry-selection-container .posted-in {
    display: none;
}
.jewelry-selection-container .price {
    display: none;
}

.woocommerce-product-gallery{
    position: relative;
}

.custom-gallery-arrow{
	display : flex ; 
	align-items : center ;
	justify-content : center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    background: #fff;
    color: #000;
    z-index: 9999;
    cursor: pointer;
    font-size: 22px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.custom-gallery-arrow:hover{
	background : rgba(0,0,0,0.6) ;
	color : #fff;
}
.woocommerce-product-gallery:hover .custom-gallery-arrow{
    opacity: 1;
    visibility: visible;
}

.custom-gallery-prev{
    left: 15px;
}

.custom-gallery-next{
    right: 15px;
}

/* testimonial slider */
.custom-testimonial-section{
    position: relative;
    overflow: hidden;
}

.testimonial-heading h2{
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 40px;
    letter-spacing: 1px;
    color: #222;
}

.custom-testimonial-swiper{
    position: relative;
    overflow: hidden;
}

.testimonial-card{
    min-height: 220px;
}

.testimonial-card p{
    font-size: 19px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 45px;
}

.testimonial-card span{
    font-size: 16px;
    color: #222;
}

.testimonial-prev,
.testimonial-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 5px 18px rgba(0,0,0,0.12);
    z-index: 99;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 24px;

    /* hide by default */
    opacity: 0;
    visibility: hidden;

    transition: all 0.3s ease;
}
.custom-testimonial-swiper:hover .testimonial-prev,
.custom-testimonial-swiper:hover .testimonial-next{
    opacity: 1;
    visibility: visible;
}

.testimonial-prev{
    left: 10px;
}

.testimonial-next{
    right: 10px;
}


@media(max-width: 767px){

    .testimonial-heading h2{
        font-size: 30px;
    }

}
@media (max-width: 767px) {
    body:not(.has-scrollbar) .elementor-section.elementor-section-stretched {
        width: 100vw !important;
        margin-left: unset !important;
        margin-right: unset !important;
        left: 0 !important;
    }
    .page-id-15 .woosw-list table.woosw-items .woosw-item .woosw-item--image a {
			width: 80px;
			height: 80px;
			display: inline-block;
	}
	#page .site-content {
			margin-top: 50px;
			margin-bottom: 50px;
	}
}
@media (max-width: 499px) {
    .product-detail-table table tbody tr {
        width: 100%;
    }
}
