/**********Products************/

.product_slider{
	margin: 0;
}

.product_text_block {
	display: flex;
	align-content: center;
	align-items: center;
}

.product_atmosphere_img {
	max-width: 270px;
	position: relative;
	margin: 0;
	width: 100%;
	text-align: center;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}

.product_slider .slick-dots {
	bottom: 21px;
	width: 14px;
	text-align: center;
	height: 100%;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	right: 7px;
	flex-wrap: wrap;
}

.product_slider .slick-dots li {
	margin: 5px 0px;
	width: 100%;
	padding: 0;
	display: block;
	height: auto;
}

.product_slider .slick-dots li button::before {
	display: none;
}

.product_slider .slick-dots li button {
	background: #707070;
	width: 1px;
	height: 60px;
	border-radius: 0;
	padding: 0;
}

.product_slider .slick-dots li.slick-active button {
	width: 3px;
}


.product_text {
	width: 52%;
	position: relative;
	z-index: 9;
}

.product_text h5 {
	color: #EB0527;
	font-family: 'Avant Garde';
	font-size: 12px;
	letter-spacing: 5px;
	margin: 0 0 15px;
}

.product_text p {
	margin:0 0 2px;
}

.product_text .btn {
	margin: 20px 0 0;
}

.product__lisiting_and__sidebar {
	width: 100%;
	float: left;
	padding: 120px 0 100px;
}

.product_lisiting_sidebar {
	padding: 60px 60px;
	height:100%;
}

.product_lisiting_sidebar h6 {
	color: #fefefe;
	font-size: 15px;
	text-transform: uppercase;
	margin: 0 0 30px;
	font-family: 'TeXGyreAdventor';
}

.product_lisiting_sidebar ul li {
	margin: 0 0 15px;
}

.product_lisiting_sidebar ul li a {
	font-size: 15px;
	margin: 0 0 0;
	color:#fefefe;
}

.product_lisiting_sidebar ul li a:hover {
	color:#fefefe;
	opacity:0.6;
}

.product_lisiting_products .row {
	display: grid;
	grid-template-columns: 4fr 4fr 4fr;
	grid-row-gap: 70px;
	grid-column-gap: 75px;
}

.product_lisiting_products__inner {
	padding: 0;
	width: auto;
	max-width: none;
}



.product_lisiting_products__inner figure {
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
	margin: 0 0 0;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	height: 200px;
	padding: 10px;
}

.product_lisiting_products__inner figure img {
	max-width: 180px;
	width: 100%;
}

.product_lisiting_products__inner h6 {
	font-family: 'TeXGyreAdventor';
	font-size: 15px;
	color: #fefefe;
	margin: 20px 0 5px;
	font-weight: 600;
}

.product_lisiting_products__inner p {
	font-size: 15px;
	color: #707070;
	margin: 0 0 15px;
	line-height: 23px;
}

.product_lisiting_products__inner .btn_square {
	height: 34px;
	width: 115px;
	line-height: 34px;
}

.product_lisiting_sidebar__filter__icon {
	color: #fefefe;
	font-size: 17px;
	margin: 0 0 30px;
	display: none;
}

.product_lisiting_sidebar_close {
	font-size: 15px;
	color: #fefefe;
	margin: 0 0 38px 0;
	display:none;
}

.product_lisiting_sidebar_close .filter__bar span {
	background-color:#fefefe;
	height: 3px;
	margin: 1.7px 0;
	transition: all 0.4s ease 0s;
	width: 100%;
	border-radius: 6px;
	display: inline-block;
	float: left;
}

.product_lisiting_sidebar_close .filter__bar {
	float: left;
	width: 18px;
	margin:6px 10px 0 0;
	cursor: pointer;
	font-weight: 700;
	font-size: 15px;
	
	
}

.product_lisiting_sidebar_close .filter__bar .close_filter_bar1 {
	-webkit-transform:rotate(-45deg) translate(0px, 3px);
	transform: rotate(-45deg) translate(0px, 3px);
}

.product_lisiting_sidebar_close .filter__bar .close_filter_bar2 {
    -webkit-transform: rotate(45deg) translate(-1.5px, -4.2px);
    transform: rotate(45deg) translate(-1.5px, -4.2px);
}

.product_lisiting_sidebar_close:hover .filter__bar span { background-color: #2f7ed8; } 

/***** Marktplatz – Produkt Detail Start*****/

.product__detail__block {
	width: 100%;
	padding-top: 240px;
	padding-bottom: 70px;
}

.product_image__slider__big__image {
	margin: 0 0 20px;
	float: left;
	width: 100%;
}

.product_image__slider__big__image figure {
	width: 100%;
	float: left;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	padding: 15px;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
	min-height: 370px;
}

.product_image__slider__big__image figure img {
	max-width:300px;
}

.product_image__slider__small__image {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	width: 100%;
	grid-column-gap: 35px;
}

.product_image__slider__small__image figure {
	max-width: 100%;
	border: 1px solid #707070;
	float: left;
	height: 120px;
	overflow: hidden;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}

.product_image__slider__small__image figure img {
	max-width: 120px;
	width: 100%;
}

.product__detail_right__text {
	padding: 70px 0 0 70px;
	max-width: 530px;
}

.product__detail_right__text h5 {
	font-size: 31px;
	margin: 0 0 18px;
	font-family: 'TeXGyreAdventor';
}

.product__detail_right__text h6 {
	font-size: 20px;
	margin: 0 0 9px;
	font-family: 'TeXGyreAdventor';
}

.product__detail_right__text p {
	font-size: 16px;
	margin: 4px 0 40px;
	float: left;
}

.product__detail__right--btn .btn {
	margin-right: 20px;
}

.product__detail__right--btn .btn:last-child {
	margin-right: 0;
}

.product__detail__tabs {
	padding:80px 0 60px;
}


.product__detail__tabs__inner .nav-tabs {
	border-bottom: 1px solid #D3B9A0;
	padding: 0 0 14px;
}

.product__detail__tabs__inner .nav li {
	margin-right: 80px;
}

.product__detail__tabs__inner .nav li:last-child {
	margin-right: 0;
}

.product__detail__tabs__inner .nav li a {
	font-size: 15px;
	color: #fefefe;
	text-transform: uppercase;
}

.product__detail__tabs__inner .nav li a.active {
	color: #2f7ed8;
}

.product__detail__tabs__inner .tab-pane {
	padding: 30px 0 0;
}

.product__detail__tabs__inner .tab-pane h6 {
	color: #707070;
	font-size: 15px;
	margin: 0 0 20px;
	font-family: 'TeXGyreAdventor';
}

.product__detail__tabs__inner .tab-pane p {
	margin: 0 0 35px;
}

.Weitere_products_slider {
	padding: 100px 0 90px;
}

.Weitere_products_slider h4 {
	text-align: center;
	width: 100%;
	font-size: 40px;
	margin: 0 0 15px;
}

.Weitere_products_slider__inner {
	width: 100%;
	float: left;
	margin: 20px 0 0;
	padding:0;
}

.Weitere_products_slider__inner .item .product_lisiting_products__inner {
	padding: 20px 25px 0 55px;
	max-width: 275px;
}

.Weitere_products_slider__inner .item .product_lisiting_products__inner p {
	font-size: 14px;
	margin: 0 0 9px;
	line-height: 22px;
}

.Weitere_products_slider__inner .slick-prev, .Weitere_products_slider__inner .slick-next {
	top: 44%;
}

.Weitere_products_slider__inner .slick-next {
	background: url("../assets/img/slider_arrow.svg");
	width: 40px;
	height: 40px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 13px;
	right:-30px;
}

.Weitere_products_slider__inner .slick-prev {
	background: url("../assets/img/slider_arrow.svg");
	width: 40px;
	height: 40px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 13px;
	left:-30px;
	z-index: 99;
	-webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    transform:rotate(180deg);
}



.Weitere_products_slider__inner .slick-next::before, .Weitere_products_slider__inner .slick-prev::before {
	display:none;
}


.product__detail_right__text {
	padding: 70px 0 0 30px;
}

.Weitere_products_slider__inner .slick-list {
	padding: 0;
	margin: 0 auto;
	max-width: 85%;
}

.Weitere_products_slider__inner .item .product_lisiting_products__inner {
	padding: 20px 29px 0;
	max-width: 274px;
}

.Weitere_products_slider__inner .slick-prev {
	left: 0;
}

.Weitere_products_slider__inner .slick-next {
	right:0;
}



@media(max-width:1024px){	

.product_lisiting_products .row {
	grid-column-gap: 35px;
}

}


.cafe_product_slider {
	display: flex;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
}

.product_atmosphere_img {
	max-width: 160px;
}

.product_text {
	width: 45%;
}

.product_lisiting_sidebar_outer {
	padding-right: 0px !important;
}

.product_lisiting_sidebar {
	padding: 60px 30px;
}

.product_lisiting_products .row {
	grid-template-columns: 4fr 4fr;
	grid-column-gap: 50px;
}

.inner__hero__section {
	margin: 80px 0 0;
}

.Weitere_products_slider__inner .item .product_lisiting_products__inner {
	padding: 20px 24px 0;
	max-width: 298px;
}


.product__detail__right--btn .btn {
	margin-right: 6px;
	padding: 0 10px;
	font-size: 12px;
}
.product_atmosphere_img {
	max-width: 220px;
}

.cafe_product_slider {
	padding-bottom: 90px;
}


.product__lisiting_and__sidebar {
	padding: 40px 0 80px;
}

.product_lisiting_products .row {
	grid-column-gap: 20px;
	margin: 0;
	grid-row-gap: 50px;
}

.product_lisiting_products {
	padding: 0 15px !important;
}

.product_lisiting_sidebar ul li {
	margin: 0 0 5px;
}

.product_lisiting_sidebar ul li a {
	font-size: 13px;
}

.product_lisiting_sidebar__filter__icon {
	display: block;
	padding: 0 15px;
}

.product_lisiting_sidebar {
	padding: 21px 30px;
	position: fixed;
	top: 0;
	z-index: 999;
	max-width: 250px;
	width: 100%;
	left: -100%;
}

.product_lisiting_sidebar_close {
	display: block;
	cursor: pointer;
	max-width: max-content;
}

.product_lisiting_sidebar_close:hover {
	color: #2f7ed8;
}

.product_lisiting_products__inner h6 {
	font-size: 13px;
}

.product_lisiting_products__inner p {
	font-size: 13px;
	line-height: 20px;
}

.product_lisiting_sidebar ul {
	max-width: 100%;
	overflow: auto;
	height: 100%;
}

.Weitere_products_slider__inner .item .product_lisiting_products__inner {
	padding: 20px 18px 0;
	max-width: none;
}

.product__detail__block {
	padding-top: 150px;
}

.product__detail__tabs__inner .nav li a {
	font-size: 14px;
}

.product__detail__tabs__inner .nav li {
	margin-right: 40px;
}

.Weitere_products_slider {
	padding: 70px 0 90px;
}

.Weitere_products_slider h4 {
	font-size: 30px;
	margin: 0 0 5px;
}

.product__detail_right__text {
	padding: 40px 15px;
}

.product__detail_right__text h5 {
	font-size: 27px;
	margin: 0 0 15px;
}

.product__detail_right__text h6 {
	font-size: 17px;
}

.product__detail_right__text p {
	font-size: 13px;
	margin: 4px 0 25px;
}

.product__detail__tabs__inner .nav li {
	margin-right: 17px;
}

.product__detail__tabs__inner .nav li a {
	font-size: 13px;
}


.product_text_block {
	justify-content: center;
}

.product_atmosphere_img {
	max-width: 140px;
}

.product_slider .slick-dots {
	right: -10px;
}

.product__detail__tabs__inner {
	padding: 0 15px;
}

.product_image__slider {
	padding: 0 15px !important;
}

.product__detail__right--btn .btn {
	margin: 0 5px 12px 0;
	padding: 0 10px;
	font-size: 12px;
}
.pagination-product ul > li
{
   display:inline-block;
   /* padding:0px 10px; */
}

.pagination-product {
    text-align: center;
    margin: 20px 0;
}

.pagination-product ul {
    list-style: none;
    padding: 0;
    display: inline-flex;
    /* gap: 10px; */
}

.pagination-product .page-numbers {
    display: inline-block;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 16px;
    color: #555;
    border: 1px solid #ddd;
    /* border-radius: 5px; */
    transition: background-color 0.3s, color 0.3s;
}

.product-meta a
{
	font-size: 15px;
	color: #222;
    text-decoration: none;
}

.pagination-product .page-numbers:hover {
    /* background-color: #007bff; */
    /* color: #fff; */
    border-color: #3a7e3c;
}

.pagination-product .page-numbers.current {
    background-color: #3a7e3c;
    color: #fff;
    border-color: #3a7e3c;
    pointer-events: none;
}

.pagination-product .prev.page-numbers {
    border-radius: 5px 0 0 5px;
}

.pagination-product .next.page-numbers {
    border-radius: 0 5px 5px 0;
}
.product-archive-image
{
	width: 100%; /* Ensures the image fits the container */
    height: auto; /* Maintains aspect ratio */
    display: block; /* Removes extra spacing */
}

/*Related Products*/
.related-products .products {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
}

.related-products .product {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #fff;
}

.related-products .product:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.related-products .product img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 10px;
}

.related-products .product h2 {
    font-size: 1rem;
    margin: 10px 0;
    font-weight: bold;
}

.related-products .product .price {
    font-size: 1.1rem;
    color: #3a7e3c;
    font-weight: 600;
}

.related-products .product .button {
    margin-top: 10px;
    padding: 8px 15px;
    font-size: 0.9rem;
    background: #3a7e3c;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    transition: background 0.3s ease;
}

.related-products .product .button:hover {
    background: #0056b3;
    color: #fff;
}

.related-products {
    margin: 0 auto;
}

.related-products .products {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
}

.related-products .product {
    flex: 1 1 calc(25% - 1.5rem); /* 4 items per row, adjust spacing */
    max-width: calc(25% - 1.5rem);
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .related-products .product {
        flex: 1 1 calc(50% - 1rem); /* 2 items per row on smaller screens */
        max-width: calc(50% - 1rem);
    }
}

@media (max-width: 576px) {
    .related-products .product {
        flex: 1 1 100%; /* 1 item per row on extra-small screens */
        max-width: 100%;
    }
}
.related.products .button {
    display: none;
}
.related.products a {
    text-decoration: none; /* Removes underline */
    color: #333; /* Changes text color to black */
}

/*Related Products*/

/* product Slider */

.product-image-slider {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-image img {
    /* max-width: 100%; */
    height: 60vh;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

/* Product Page Styling */
.product-page {
    display: flex;
    gap: 20px;
}

/* Details Section */
.product-details {
    flex: 1;
}

/* Sticky Slider Section */
.sticky-slider {
    flex: 1;
    position: sticky;
    top: 10px; /* Adjust this value based on your layout */
    height: fit-content; /* Ensures it resizes properly */
}

.nivo-slider img {
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* product Slider */

.product-price {
    font-size: 18px;
    margin: 10px 0;
}

.product-price .regular-price {
    margin-right: 10px;
    font-size: 16px;
    text-decoration: line-through;
    color: #888;
}

.product-price .sale-price {
    font-size: 18px;
    font-weight: bold;
   
}


.related-title {
    font-size: 28px;
    font-weight: bold;
    color: var(--primary-p-color);
    margin-bottom: 20px;
    text-align: left;
}

.product-card {
    border-radius: 12px;
    padding: 2px;
    text-align: center;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    transition: 0.3s;
    position: relative;
}

.product-card:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.product-card img {
    max-width: 100%;
    border-radius: 8px;
    margin-bottom: 10px;
	object-fit: cover;
}

.product-title-related {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-top: 10px;
}

.price {
    font-size: 18px;
    font-weight: bold;
    color: var(--primary-p-color);
    margin: 10px 0;
}

.add-to-cart {
	display: inline-block;
    padding: 8px 15px;
    /* background-color: var(--primary-p-color); */
    color: var(--primary-p-color);
    font-size: 14px;
    font-weight: bold;
    /* text-transform: uppercase; */
    border-radius: 8px;
    text-decoration: none;
    transition: 0.3s;
}

/* .add-to-cart:hover {
    background-color: #fff5f7;
	
	color: #80002D !important;
} */


/* .add-to-cart-button {
    background-color: var(--primary-p-color); 
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.add-to-cart-button:hover {
   
    transform: scale(1.05); 
} */

.out-of-stock-message {
    font-size: 14px;
    font-weight: bold;
    color: #ff0000;
}


/* Style the price section */
.price {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    display: block;
    margin-bottom: 10px;
}

/* Strikethrough original price */
.price del {
    font-size: 18px;
    color: #888;
    margin-right: 8px;
}

/* Highlight sale price */
.price ins {
    font-size: 22px;
    font-weight: bold;
    color: var(--primary-p-color);
    text-decoration: none;
    margin-left: 5px;
}

/* Additional text styling */
.original-price-text,
.current-price-text {
    font-size: 16px;
    color: #666;
    display: block;
    margin-top: 5px;
}


.shop-header h1
{
	font-size: 30px;
}
.pro-title
{
	background-color: #efefef;
}

.custom-price {
    font-size: 15px;
    
}

.regular-price {
    font-size: 17px;
    color: #888;
    margin-right: 8px;
}

.sale-price {
    font-size: 16px;
    color: var(--primary-p-color); /* Theme color */
    text-decoration: none;
}

/* custom archive page*/
/* Hide List View by Default */
.product-list {
    display: none;
}
.product-grid {
    display: none;
}

.active-view {
    display: block !important;
}

/* Grid View Styling */
.product-grid-item {
    /* border: 1px solid #ddd; */
    /* padding: 15px; */
    text-align: center;
    background: white;
    border-radius: 10px;
}

/* Table View Styling */
.product-table {
    width: 100%;
    border-collapse: collapse;
}

.product-table th, .product-table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
}

.product-image img {
    max-width: 50px;
    border-radius: 5px;
	max-height: 50px;
}

.product-cart .button {
    background-color: var(--primary-p-color);
    color: white !important;
    padding: 5px 10px;
    border-radius: 5px;
	
}

.view-switcher {
    text-align: right;
    margin-bottom: 20px;
}

.view-switcher button {
    padding: 8px 15px;
    margin-right: 5px;
    border: none;
    cursor: pointer;
    background: var(--primary-p-color);
    color: white;
    border-radius: 5px;
}

.view-switcher button.active {
    background: var(--primary-color);
}

.product-title
{
	font-size: 15px;
	color: #333;
}

.product-title-list a{
	font-size: 15px;
	color: #333;
	
}

.add_to_cart_button
{
	padding: 6px;
    color: var(--primary-p-color);
    font-size: 12px;
    border-radius: 10px;
	font-weight: bold;
}
.product-grid-item img
{
	width: 300px;
	height: 300px;
	object-fit: cover;
}

/* .product_type_simple
{
	font-weight: bold !important;
    font-size: 12px !important;
    border-radius: 4px;
    text-decoration: none;
    color: #fff5f7;
}

.product_type_simple :hover :focus
{
	background-color: #fff5f7;
	padding: 10px;
	color: #80002D;
	font-size: 14px;
	border-radius: 10px;
} */


.product-title a
{
	color: #444 !important;
    size: 14px !important;
}



/* custom archive page*/

.category-sidebar {
    background: #FFF6F9;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #FF9FC1;
}

.category-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-list li {
    padding: 8px 0;
    border-bottom: 1px solid #ddd;
}

.category-list li:last-child {
    border-bottom: none;
}

.category-list a {
    text-decoration: none;
    color: #80002D;
    font-size: 16px;
    display: block;
}

.category-list a:hover {
    color: var(--primary-color);
}

/**header cart**/
.header-cart {
    position: relative;
    display: inline-block;
}

.cart-link {
    text-decoration: none;
    color: #333;
    font-size: 20px;
    position: relative;
}

.cart-link i {
    font-size: 22px;
    color: var(--primary-p-color); /* Your theme color */
}

.cart-count {
	background: #e74c3c;
    color: white;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
    padding: 0px 7px 1px 4px;
    position: absolute;
    top: -8px;
    right: -13px;
    height: 20px;
    width: 20px;
}

/**header cart**/


.woocommerce-cart-form table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.woocommerce-cart-form th, .woocommerce-cart-form td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.woocommerce-cart-form .product-thumbnail img {
    max-width: 80px;
    height: auto;
    border-radius: 5px;
}

.woocommerce-cart-form .product-name a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

.woocommerce-cart-form .product-price, 
.woocommerce-cart-form .product-subtotal {
    font-weight: bold;
    color: var(--primary-p-color); /* Your theme color */
}

.woocommerce-cart-form .actions {
    text-align: right;
}

.woocommerce-cart-form .button {
    background-color: var(--primary-p-color);
    color: #fff;
    padding: 8px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.woocommerce-cart-form .button:hover {
    background-color: #4a6a5a;
}

/*Cart**/
.wc-block-components-product-metadata__description p
{
	font-size: 13px;
}
.wc-block-components-product-name
{
	font-size: 14px;
	color: #565656;
	font-weight: bold;
}

.wc-block-cart__submit-container a
{
	background-color: #80002D;
	color: #fce9f0;
	font-size: 14px;
    text-decoration: none;
    font-weight: 600;
}

.wc-block-components-checkout-place-order-button
{
	background-color: #80002D;
	color: #fce9f0;
	font-size: 14px;
    text-decoration: none;
    font-weight: 600;
}

.wc-block-components-totals-coupon__button
{
    background-color: #80002D;
	color: #fce9f0;
	font-size: 14px;
    text-decoration: none;
    font-weight: 600;
}

.woocommerce .woocommerce-customer-details, .woocommerce .woocommerce-order-details, .woocommerce .woocommerce-order-downloads {
    margin-bottom: 2em;
    padding: 0;
}
/*********************AccountCSS*****************/


.woocommerce-MyAccount {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
}

/* Sidebar Navigation Styling */
.woocommerce-MyAccount-navigation {
    flex: 0 0 25%; /* Set fixed width for sidebar */
    background: #ffffff; /* Main theme color */
    border-radius: 10px;
    padding: 20px;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    color: #fff;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce-MyAccount-navigation ul li {
    margin-bottom: 15px;
}

.woocommerce-MyAccount-navigation ul li:last-child {
    margin-bottom: 0;
}

.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 12px 15px;
    color: #80002D;
    text-decoration: none;
    background: #fce9f0; /* Match sidebar background */
    border: 2px solid transparent;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease;
    text-align: center;
}

.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: #80002D; /* Darker shade for hover/active */
    border-color: #80002D;
    color: #fce9f0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* Content Area Styling */
.woocommerce-MyAccount-content {
    flex: 1; /* Take up remaining space */
    background: #f9f9f9; /* Light background for content */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    color: #333;
    font-size: 16px;
    line-height: 1.6;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .woocommerce-MyAccount {
        flex-wrap: wrap; /* Stack sidebar and content vertically */
    }

    .woocommerce-MyAccount-navigation {
        flex: 1 1 100%; /* Full width for sidebar */
        margin-bottom: 20px;
    }

    .woocommerce-MyAccount-content {
        flex: 1 1 100%; /* Full width for content */
    }
}

/* Additional Spacing for Billing/Shipping Addresses */
.woocommerce-MyAccount-content h3 {
    margin-top: 30px;
    font-size: 18px;
    font-weight: bold;
}

/* Prevent Menu from Shifting on Scroll */
.woocommerce-MyAccount-navigation {
    position: static; /* Ensure the navigation stays in place */
}

/* Ensure Smooth Layout with No Shifting */
.woocommerce-MyAccount {
    align-items: flex-start; /* Keep sidebar and content aligned */
}

/* Optional: Make Menu Always Visible Without Scrolling in Sidebar */
.woocommerce-MyAccount-navigation {
    overflow: auto; /* Enable scrolling within the navigation if content overflows */
    max-height: calc(100vh - 40px); /* Limit height to the viewport */
}

/* Styling both Account Details and Addresses Form */
.woocommerce-Address, .woocommerce-EditAccountForm {
    background-color: #fff; /* White background for both forms */
    border-radius: 10px; /* Rounded corners for a modern look */
    padding: 20px; /* Add padding for space around the forms */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Soft shadow for a lifted effect */
    margin-top: 20px;
    max-width: 800px; /* Limit the width to improve readability */
    margin: 20px auto; /* Center both forms horizontally */
}

/* Form Title */
.woocommerce-Address h2, .woocommerce-EditAccountForm h2 {
    font-size: 24px; /* Increase font size */
    font-weight: 700;
    margin-bottom: 20px; /* Space below title */
    color: var(--c-primary-dark); /* Match theme color */
}

/* Input Fields */
.woocommerce-Address .woocommerce-input-wrapper input,
.woocommerce-EditAccountForm .woocommerce-input-wrapper input {
    width: 100%; /* Make inputs full-width */
    padding: 12px; /* Add padding inside the input */
    margin-bottom: 20px; /* Space between fields */
    border: 2px solid #ddd; /* Light border */
    border-radius: 8px; /* Rounded corners */
    font-size: 16px;
    color: #333; /* Dark text for readability */
}

/* Focus State for Input Fields */
.woocommerce-Address .woocommerce-input-wrapper input:focus,
.woocommerce-EditAccountForm .woocommerce-input-wrapper input:focus {
    border-color: var(--c-primary-dark); /* Highlight border with theme color on focus */
    box-shadow: 0 0 5px rgba(58, 126, 60, 0.3); /* Add subtle shadow */
}

/* Labels for Input Fields */
.woocommerce-Address label,
.woocommerce-EditAccountForm label {
    font-size: 16px; /* Slightly larger label text */
    font-weight: 600;
    margin-bottom: 8px; /* Space between label and input */
    display: block; /* Make labels block to align with inputs */
    color: #555; /* Darker color for readability */
}

/* Submit Button */
.woocommerce-Address button[type="submit"],
.woocommerce-EditAccountForm button[type="submit"] {
    background-color: #80002d; /* Theme color */
    color: #fce9f0; /* White text */
    padding: 15px 25px; /* Space inside the button */
    font-size: 16px;
    border: none;
    border-radius: 8px; /* Rounded corners */
    cursor: pointer;
    transition: background-color 0.3s ease; /* Smooth hover effect */
}

/* Submit Button Hover Effect */
.woocommerce-Address button[type="submit"]:hover,
.woocommerce-EditAccountForm button[type="submit"]:hover {
    background-color: var(--c-primary-dark); /* Darker theme color on hover */
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button
{
     background-color: #80002d !important; /* Theme color */
    color: #fce9f0 !important;
    margin-top: 10px;
    line-height: 1.6;
}

/* Responsive Design: Adjusting for Mobile */
@media (max-width: 767px) {
    .woocommerce-Address, .woocommerce-EditAccountForm {
        padding: 15px; /* Reduce padding on mobile */
        margin-top: 10px; /* Reduce margin */
    }
    
    .woocommerce-Address input,
    .woocommerce-EditAccountForm input {
        font-size: 14px; /* Smaller text for mobile */
        padding: 10px; /* Reduced padding for smaller screens */
    }
    
    .woocommerce-Address button[type="submit"],
    .woocommerce-EditAccountForm button[type="submit"] {
        padding: 12px 20px; /* Smaller button size on mobile */
        font-size: 14px;
    }
}


.woocommerce form .form-row .input-text, .woocommerce form .form-row select
{
        border: 0.5 solid #999;
}

/* Form Fields */
.woocommerce-address-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.woocommerce-address-fields .form-row {
    width: calc(50% - 10px);
    margin-bottom: 20px;
    position: relative;
}

.woocommerce-address-fields .form-row label {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
}

/* Input Fields */
input.input-text, select.input-text {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
}

input.input-text:focus, select.input-text:focus {
    border-color: #3a7e3c;
    outline: none;
    background-color: #fff;
}

.woocommerce-input-wrapper {
    position: relative;
    display: block;
}

select.country_select, select.state_select {
    background-color: #f9f9f9;
    border-radius: 5px;
    padding: 10px;
    font-size: 14px;
}

select.country_select:focus, select.state_select:focus {
    background-color: #fff;
    border-color: var(--c-primary-dark);
    outline: none;
}

/* Optional Text Styling */
.optional {
    font-size: 12px;
    color: #888;
}

/* Error and Required Fields */
.woocommerce-address-fields__field-wrapper .validate-required:after {
    content: "*";
    color: red;
}

.woocommerce-address-fields__field-wrapper .form-row .error {
    color: red;
    font-size: 12px;
}

/* Adjustments for small screens */
@media screen and (max-width: 768px) {
    .woocommerce-address-fields .form-row {
        width: 100%;
    }
}

/*********************AccountCSS*****************/
.woocommerce-Address header 
{
	float: left;
    padding: 20px 0;
    width: 100%;
    position: static;
    z-index: 999;
}


    .added_to_cart 
    {
        color: #666;
        margin-left: 10px;
        font-size: 15px;
    }


    .half-underline {
        position: relative;
        margin-top: 30px;
        font-weight: 600;
        display: inline-block;
    }


    .half-underline a {
        position: relative;
        text-decoration: none;
        color: inherit;
        color: #333;
        font-size: 25px;
    }

    .half-underline a::after {
        content: '';
        position: absolute;
        bottom: -2px; /* Adjust as needed */
        left: 0%;
        width: 75%;
        height: 2px;
        background-color: var(--primary-p-color); /* Use your theme color */
    }


    .product-grid-item {
        overflow: hidden;
        position: relative;
    }

    .product-grid-item .add-to-cart-wrapper {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s, visibility 0.3s;
        z-index: 10;
    }

    .product-grid-item:hover .add-to-cart-wrapper {
        opacity: 1;
        visibility: visible;
    }

    .product-grid-item img {
        transition: transform 0.3s;
    }

    .product-grid-item:hover img {
        transform: scale(1.05);
    }
    .product_type_grouped
    {
        font-size: 12px;
        color: var(--primary-p-color);
        font-weight: bold;
    }


    .value 
    {
        padding : 12px;
    }

    .single_add_to_cart_button 
    {
        background-color: var(--primary-p-color);
        color: #fff;
        font-size: 17px;
        padding: 10px;
        border-radius: 5px;
        /* margin-top: 14px; */
    }

/**************Signup***************/


.custom-signup-form {
    /* max-width: 400px; */
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.custom-signup-form div {
    margin-bottom: 15px;
}

.custom-signup-form label {
    display: block;
    margin-bottom: 5px;
	color: #444;
	font-size: 14px;
    /* font-weight: bold; */
}

.custom-signup-form input[type="text"],
.custom-signup-form input[type="email"],
.custom-signup-form input[type="password"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
	font-size: 15px;
}

.custom-signup-form button {
    background-color: #80002D;
    color: #fce9f0;
    font-weight: 700;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    margin-top: 10px;
}

.custom-signup-form button:hover {
    background-color: #640124;
}

/**************Signup***************/



/**************Login***************/
.custom-login-register-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

/* .form-heading {
    font-size: 2rem;
    color: #333;
    margin-bottom: 20px;
    font-weight: bold;
} */

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

.woocommerce-form-row label {
    display: block;
    /* font-weight: bold; */
    margin-bottom: 5px;
    color: #444;
}

.woocommerce-Input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
    transition: border-color 0.3s;
    background-color: #f9f9f9;
}

.woocommerce-Input:focus {
    border-color: #639176;
    outline: none;
    background-color: #fff;
}

.password-input {
    position: relative;
}

.show-password-input {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #639176;
}

.woocommerce-button {
    width: 100%;
    padding: 10px;
    background-color: #639176;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s;
}

.woocommerce-button:hover {
    background-color: #4e7358;
}

.woocommerce-form__label-for-checkbox {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 0.9rem;
    color: #555;
}

.woocommerce-LostPassword a {
    color: #80002d;
    text-decoration: none;
    font-size: 0.9rem;
}

.woocommerce-LostPassword a:hover {
    color: #4e7358;
}

.registration-text {
    color: #666;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.register-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #80002d;
    color: #fce9f0;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s;
}

.register-button:hover {
    background-color: #80002d;
    color: #fce9f0;
}

.woocommerce-form-login__submit-custom
{
	background-color: var(--primary-p-color);
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
}

/**************Login***************/

.top-padding
{
	height: 100px;
}

/* Highlight the active menu item */
.Navigation .current-menu-item > a,
.Navigation .current_page_item > a,
.Navigation .current-page-ancestor > a,
.Navigation .current-menu-ancestor > a,
.Navigation .current-page-parent > a {
    
    font-weight: bold;
   
}

/* Optional: Add hover effect */
.Navigation a:hover {
    /* font-weight: bold; */
}


/******************SEarch *****************/
/* Full-page overlay */
#search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 9999;
    display: none;
    overflow-y: auto;
    padding: 40px 20px;
    text-align: center;
}

/* Search box styling */
#search-input {
    width: 50%;
    padding: 10px;
    font-size: 2rem;
    border: none;
    border-bottom: 2px solid #000;
    margin: 20px auto;
    outline: none;
    display: block;
}

/* Search results container */
#search-results {
    max-width: 800px;
    margin: 40px auto;
}

/* Individual search result item */
.search-result-item {
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
    padding: 15px;
    border-bottom: 1px solid #ddd;
    transition: background 0.3s;
}

.search-result-item:hover {
    background: #f1f1f1;
}

/* Search result image */
.search-result-image {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 5px;
    margin-right: 20px;
}

/* Search result title */
.search-result-title {
    font-size: 1.5rem;
    color: #333;
}

/* Close button */
#close-search-overlay {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 2rem;
    color: #333;
    cursor: pointer;
}

/* Centering search results */
#search-results div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

/* Adjust link styles */
#search-results a {
    text-decoration: none;
    color: #333;
    display: flex;
    align-items: center;
	
}


/******************SEarch *****************/

.font-white
{
	color: white !important;
}

.wp-block-button__link
{
	background-color: #fff;
}

.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title, .editor-styles-wrapper .wc-block-grid__product-title, .wc-block-grid__product-title
{
	color: #444;
}
.wc-block-grid__product-title
{
	color: #444 !important; 
}

.wp-block-list
{
	font-size: 15px;
}


/******************Contact Form *******************/
/* Contact Form 7 - Enhanced Styling */
/* .wpcf7-form {
    max-width: 500px;
    margin: 0 auto;
    padding: 30px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
} */

/* Labels */
.wpcf7-form label {
    font-weight: 600;
    font-size: 14px;
    color: #333;
    display: block;
    margin-bottom: 5px;
}

/* Input & Textarea Fields */
.wpcf7-form input,
.wpcf7-form textarea {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 5px;
    /* background: #f9f9f9; */
    transition: border 0.3s, background 0.3s;
    display: block;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
    border-color: var(--primary-p-color); /* Your theme color */
    background: #fff;
    outline: none;
    box-shadow: 0px 0px 5px rgba(99, 145, 118, 0.5);
}

/* Textarea */
.wpcf7-form textarea {
    resize: none;
    height: 120px;
}

/* Submit Button */
.wpcf7-submit {
    background: #80002D; /* Your theme color */
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s;
    width: 100%;
}

.wpcf7-submit:hover {
    background: var(--c-primary-dark);
}

/* Response Messages */
.wpcf7-response-output {
    margin-top: 10px;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.wpcf7-response-output.wpcf7-validation-errors {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Responsive Design */
@media (max-width: 600px) {
    .wpcf7-form {
        padding: 20px;
    }
}


/******************Contact Form *******************/

/********************Sticky Social Icons*********/
/* Sticky Social Bar */
.social-sticky-bar {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 9999;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #333;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 0 5px 5px 0;
    transition: all 0.3s ease;
}

.facebook { background: #3b5998; }
.twitter { background: #1da1f2; }
.instagram { background: #e1306c; }
.linkedin { background: #0077b5; }

.social-icon:hover {
    transform: translateX(5px);
    opacity: 0.9;
	color:#fff;
}

/********************Sticky Social Icons*********/

/********************SideBar Login*********/


    #loginform {
        max-width: 300px;
        margin: 0 auto;
    }
    #loginform label {
        display: block;
        margin-bottom: 5px;
        font-weight: bold;
    }
    #loginform input[type="text"],
    #loginform input[type="password"] {
        width: 100%;
        padding: 8px;
        margin-bottom: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }
    #loginform input[type="submit"] {
        width: 100%;
        padding: 10px;
        background-color: var(--primary-p-color);
        color: #fff;
        border: none;
        border-radius: 4px;
        cursor: pointer;
    }
    #loginform input[type="submit"]:hover {
        background-color: var(--c-primary-dark);
    }
    .btn-link {
        color: var(--primary-p-color);
        text-decoration: none;
    }
    .btn-link:hover {
        text-decoration: underline;
    }


/********************SideBar Login*********/
.btn-primary
{
	background-color:  var(--primary-p-color) !important;
}

.archive-header
{
	min-height: 110px;
}

/********Sub category**********/
.subcategory-section {
    text-align: center;
    margin-bottom: 2px;
	margin-top: 18px;
}

.subcategory-wrapper {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.subcategory-item {
    text-align: center;
    width: 150px;
}

.subcategory-item img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}

.subcategory-item h3 {
    font-size: 16px;
    margin: 10px 0 5px;
	color: #333;
}

.subcategory-item p {
    font-size: 14px;
    color: gray;
}

/********Sub category**********/


/********Sub category**********/

.nav-item.menu-item-has-children {
    position: relative;
}

.nav-item.menu-item-has-children:hover .sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Ensure dropdown is properly positioned */
.sub-menu {
    display: none;
    position: absolute;
    top: 100%; /* Ensure submenu appears below */
    left: 0;
    background: white;
    padding: 10px 0;
    /* min-width: 200px; */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease-in-out;
    z-index: 999; /* Ensure submenu is above other elements */
}

.sub-menu li {
    list-style: none;
}

.sub-menu li a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: #333;
    transition: background 0.3s ease-in-out;
}

.sub-menu li a:hover {
    background: #f5f5f5;
}
.dropdown-menu {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease-in-out;
}

.nav-item.menu-item-has-children:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.navbar-nav .dropdown-menu
{
	position: absolute !important;
}
/********Sub MENU**********/
/********Blog**********/
.blog-content
{
	color: #444;
}
/********Blog**********/

.woocommerce-result-count
{
    color: #fce9f0;
}

.woocommerce-ordering select 
{
    color: #80002D;
    border-color: #eee;
    padding: 5px;
}


.quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  
  

  input.qty {
    width: 60px;
    height: 44px;
    text-align: center;
    border: 1px solid #ccc;
    font-size: 16px;
    border-radius: 6px;
    margin: 0 5px;
    appearance: none;
  }

  .qty-btn {
    width: 40px;
    height: 44px;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 24px;
    font-weight: bold;
    border-radius: 6px;
    color: #333;
    cursor: pointer;
    transition: 0.3s ease;
    padding: 0;
  }

  .qty-btn:hover {
    background: #f0f0f0;
  }
}
form.cart {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px; /* space between elements */
    flex-wrap: wrap; /* ensures proper layout on small screens */
}

form.cart .quantity {
    display: flex;
    align-items: center;
    gap: 10px;
}

form.cart .single_add_to_cart_button {
    width: 50%;
    background-color: #80002D; /* Wine red */
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 8px 24px;
    border-radius: 6px;
    border: none;
    transition: 0.3s ease;
}

form.cart .single_add_to_cart_button:hover {
    background-color: #a1003a; /* Darker red on hover */
}
.in-stock
{
   
    color: #777;
    font-size: 13px;
}


/************Product Reviews******************/
/* ---- Review Section Container ---- */
/* --- Review Section Container --- */
.woocommerce-Reviews {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    margin-top: 30px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

/* Heading */
.woocommerce-Reviews h2,
.comment-reply-title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #80002D; /* Wine Red */
    margin-bottom: 15px;
}

/* No review message */
.woocommerce-Reviews p {
    font-size: 15px;
    color: #555;
}

/* Review Form Fields */
#review_form_wrapper textarea,
#review_form_wrapper input[type="text"],
#review_form_wrapper input[type="email"] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    color: #333;
    margin-top: 10px;
    margin-bottom: 20px;
    background: #fafafa;
}

/* Rating stars alignment */
.comment-form-rating label {
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
    color: #333;
}

/* Change star rating colors */
p.stars a {
    color: #ff4081 !important; /* Pink star color */
    font-size: 20px;
}

/* Submit Button */
#review_form_wrapper input[type="submit"] {
    background: #80002D;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    border: none;
    padding: 12px 25px;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease;
}

#review_form_wrapper input[type="submit"]:hover {
    background: #a1003a; /* Slightly lighter wine red */
}

/* Logged-in message styling */
.comment-notes,
.logged-in-as {
    font-size: 14px;
    margin-bottom: 15px;
    color: #777;
}







/************Product Reviews******************/
.stars
{
    display: none !important;
}
#rating
{
    display: block !important;
}

/* Style the rating select box */
#rating {
    display: block !important; /* Ensure it's visible */
    width: 100%;
    max-width: 250px;
    padding: 12px 14px;
    font-size: 16px;
    color: #80002D; /* Wine red for text */
    background-color: #fce9f0; /* Light pink background */
    border: 2px solid #80002D; /* Wine red border */
    border-radius: 6px;
    appearance: none; /* Remove default browser style */
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10'%3E%3Cpath fill='%2380002D' d='M7 10L0 0h14z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 12px;
    cursor: pointer;
    margin-bottom: 30px;
}

/* Hover state */
#rating:hover {
    border-color: #a3003f; /* Slightly darker wine-red */
}

/* Focus state */
#rating:focus {
    outline: none;
    border-color: #a3003f;
    box-shadow: 0 0 6px rgba(128, 0, 45, 0.4);
}

/* Options inside dropdown */
#rating option {
    padding: 10px;
    color: #333;
}
/* Review List Styling */
.commentlist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.commentlist li.review {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 15px;
    border-bottom: 1px solid #eee;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.commentlist li.review:last-child {
    border-bottom: none;
}

/* Avatar Image */
.comment_container img.avatar {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    object-fit: cover;
    border: 2px solid #fce9f0;
}

/* Comment Text */
.comment-text {
    flex: 1;
}

/* Star Rating */
.star-rating {
    color: #80002D;
    font-size: 16px;
    margin-bottom: 8px;
}

/* Meta Info */
.comment-text .meta {
    font-size: 14px;
    color: #666;
    margin-bottom: 6px;
}

.comment-text .woocommerce-review__author {
    font-weight: bold;
    color: #80002D;
}

.comment-text .woocommerce-review__verified {
    font-size: 13px;
    color: #999;
}

.comment-text .woocommerce-review__published-date {
    font-size: 13px;
    color: #999;
}

/* Review Description */
.comment-text .description {
    font-size: 15px;
    color: #333;
    line-height: 1.5;
}



/***** Rating product******/
/* Rating stars */
.custom-rating {
    font-size: 16px;
    color: #FE4593; /* Wine red */
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 5px;
    margin-bottom: 12px;
}

.custom-rating .star {
    color: #FE4593; /* Star color */
    font-size: 18px;
}

.custom-rating .reviews {
    font-size: 14px;
    color: #555;
}
.star-archive
{
    color: #FE4593;
    font-weight: 400;
    font-size: 14px !important;
}

/***** Rating product******/


/***** Checkout page ******/
.wc-block-checkout__login-prompt
{
    background-color: #FE4593 !important;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 8px;
}




/*
 * Fixes the WooCommerce star display issue by forcing a modern star character
 * and applying the primary pink color.
 * This version uses precise width calculation to support fractional ratings (e.g., 3.5 stars).
 */

/* 1. Define the base container for the stars */
.star-rating {
    /* Ensures the main star container is styled correctly to show stars */
    display: inline-block; 
    overflow: hidden; 
    height: 1.5em; 
    width: 5em;    /* Total width for exactly 5 stars (5 * 1em star size) */
    position: relative;
    font-size: 18px; /* Base size of a single star (18px) */
    line-height: 1;
}

/* 2. Style the "empty" light pink background stars (5 stars) */
.star-rating::before {
    content: "\2605\2605\2605\2605\2605"; /* Unicode for 5 solid stars (★) */
    color: #FF9FC1; /* Soft Pink/Grey for unrated part */
    position: absolute;
    top: 0;
    left: 0;
    /* Important: Use a single, continuous width of 5em to ensure alignment */
    width: 5em; 
}

/* 3. Style the "filled" primary pink stars using the width from the HTML */
/* The SPAN's inline style (e.g., width: 60%) is what clips this element */
.star-rating span {
    /* Remove block display and absolute positioning */
    display: block; 
    overflow: hidden;
    height: 100%; /* Match height of parent */
    
    /* KEY FIX: Inject the 5 primary pink stars as content in the span itself
       and use text-indent to move the original text out of the way. */
    text-indent: -9999px; 
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
}

/* 4. Inject the filled stars directly into the SPAN using ::before */
.star-rating span::before {
    /* Inject 5 primary pink stars into the span. The span's inline width 
       will ensure this content is correctly clipped. */
    content: "\2605\2605\2605\2605\2605"; 
    color: #80002D; /* Primary Pink for the rated part (the actual stars) */
    position: absolute;
    top: 0;
    left: 0;
    width: 5em; /* Match the total width */
    text-indent: 0; /* Reset text-indent for the stars */
}

/* Hide the inner strong element containing the number, as it's now redundant */
.star-rating strong.rating {
    display: none;
}


form.cart.variations_form{
    flex-direction: column;
}
form.cart.variations_form .single_variation_wrap {
    width: 100%;
    display: flex;
}
form.cart.variations_form .woocommerce-variation-add-to-cart{
    flex-wrap: wrap !important;
}
.woocommerce-variation-add-to-cart{
        width: 100%;
    display: flex;
}
form.cart.variations_form .quantity{
    margin-right: 20px;
}
form.cart.variations_form .single_add_to_cart_button{
    margin-right: 20px;
}

/* 🎁 Gift Card Form Styling */
.variations_form.cart {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 24px;
    max-width: 600px;
    margin: 20px auto;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    font-family: "Inter", sans-serif;
}

/* Labels */
.pwgc-label,
.variations th.label label {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 6px;
    display: block;
    color: #333;
}

/* Inputs & Textarea */
.pwgc-input-text,
textarea.pwgc-input-text,
#pwgc-message,
.variations select,
input.qty {
   
    padding: 12px 14px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 14px;
    transition: border-color 0.2s, box-shadow 0.2s;
    background: #fafafa;
}

.pwgc-input-text:focus,
#pwgc-message:focus,
.variations select:focus,
input.qty:focus {
    border-color: #800020; /* your theme’s maroon color */
    box-shadow: 0 0 0 3px rgba(128,0,32,0.15);
    outline: none;
    background: #fff;
}

/* Subtitles */
.pwgc-subtitle {
    font-size: 12px;
    color: #888;
    margin-top: 4px;
}

/* Textarea */
#pwgc-message {
    min-height: 120px;
    resize: vertical;
}

/* Spacing */
.pwgc-field-container {
    margin-bottom: 18px;
}

/* Dropdown select */
.variations select {
    appearance: none;
    background: #fafafa url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23767676' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat right 12px center;
    background-size: 12px;
}


/* subscription */
.tpb-membership {
  background: linear-gradient(135deg, #e3f2fd, #fce4ec);
}

/* Pricing card */
.pricing-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.pricing-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.12);
}

/* Header ribbon */
.pricing-header {
  background: linear-gradient(135deg, #fe4593, #ff758c);
  color: #fff !important;
  text-align: center;
  padding: 20px 10px;
}

.plan-name {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
}

.plan-price {
  font-size: 24px;
  font-weight: bold;
  color: #fff !important;
}

.plan-price .woocommerce-Price-amount{
    color: #fff !important;
}

/* Features */
.plan-features {
  padding: 20px;
  margin: 0;
  list-style: none;
  flex-grow: 1;
  text-align: left;
}

.plan-features li {
  margin-bottom: 10px;
  font-size: 14px;
  color: #555;
  position: relative;
  padding-left: 20px;
}

.plan-features li::before {
  content: "✓";
  color: #4CAF50;
  font-weight: bold;
  position: absolute;
  left: 0;
}

/* Footer button */
.pricing-footer {
  text-align: center;
  padding: 20px;
}

.pricing-footer .button {
  background: #fe4593 !important;
  border: none;
  color: #fff !important;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: bold;
  transition: background 0.3s ease;
}

.pricing-footer .button:hover {
  background: #d9367a !important;
}



/* position the eye inside the input field */
.password-input { position: relative; display: block; width: 100%; }
.password-input .show-password-input {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

/* When password is shown, remove native text-security that some themes apply */
.password-input input.showing-password {
  -webkit-text-security: none !important;
  text-security: none !important;
  font-family: inherit !important;
  letter-spacing: normal !important;
}

/* optional: make icon clearer on hover/focus */
.show-password-input:hover { opacity: 0.9; }



/* Popup container */
.newsletter-popup {
  display: none; /* hidden by default, your JS toggles it */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

/* Dark overlay */
.newsletter-popup .newsletter-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(4px);
}

/* Popup card */
.newsletter-popup .newsletter-content {
  position: relative;
  background: linear-gradient(135deg, #fff 0%, #fef6f9 100%);
  padding: 2.5rem 2rem;
  max-width: 500px;
  width: 90%;
  border-radius: 20px;
  box-shadow: 0 15px 30px rgba(0,0,0,0.2);
  z-index: 10;
  animation: fadeInUp 0.4s ease-out;
}

/* Close button */
.newsletter-popup .popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #fe4593;
  color: #fff;
  border: none;
  font-size: 22px;
  font-weight: bold;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  cursor: pointer;
  line-height: 28px;
  text-align: center;
  transition: 0.3s;
}
.newsletter-popup .popup-close:hover {
  background: #e63f85;
}

/* Inner content */
.newsletter-inner {
  text-align: center;
}

.newsletter-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #2a1a2f;
  margin-bottom: 0.8rem;
}

.newsletter-subtext {
  color: #555;
  font-size: 1rem;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

/* Join button */
.btn-join {
  display: inline-block;
  background: #fe4593;
  color: #fff;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 1.05rem;
  transition: 0.3s;
  box-shadow: 0 5px 12px rgba(254,69,147,0.3);
}
.btn-join:hover {
  background: #e63f85;
  transform: translateY(-2px);
}

/* Note under button */
.newsletter-note {
  font-size: 0.9rem;
  color: #777;
  margin-top: 1rem;
}
.newsletter-note a {
  color: #fe4593;
  text-decoration: none;
  font-weight: 500;
}
.newsletter-note a:hover {
  text-decoration: underline;
}

/* Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/******/
.highlight-menu
{
        background-color: #80002D;
    border-radius: 7px;
    margin-left: 10px;
    margin-right: 10px;
}
.highlight-menu a span {
    color: #fce9f0 !important; /* change to your preferred color */
  }
@media (max-width: 991.98px) {
  .highlight-menu a span {
    color: #80002D !important; /* change to your preferred color */
  }
  .highlight-menu
{
        background-color: #fce9f0;
    border-radius: 7px;
    margin-left: 10px;
    margin-right: 10px;
}
}