/*
CTC Separate Stylesheet
Updated: 2025-08-21 18:28:47
*/

.site-content {
    margin-bottom: 0;
}

.wd-hover-fw-button .wd-add-btn>a {
    border: 2px solid #4350a1 !important;
    background-color: #4350a1 !important;
    color: #ffffff !important;
}
/* .wd-hover-fw-button .wd-add-btn>a {
    border: 2px solid #4350A1 !important;
    background-color: var(--color-white) !important;
    color: #4350A1 !important;
} */
.wd-switch-to-register {
	color: #fff !important;
}
.wd-age-verify-forbidden,
.wd-age-verify-buttons .btn {
	padding: 12px 28px !important;
}
.widget_price_filter [class*="price_slider_amount"] .button {
	color: #ffffff !important;
}
.woocommerce-product-details__short-description {
    font-size: 18px;
    font-weight: 800;
    color: #000000;
}
.wd-review-style-2 .review {
    background-color: #ffffff;
    border-radius: 5px;
    border: 0px solid var(--brdcolor-gray-300) !important;
}
.product-tabs-wrapper {
	border-top: 1px solid rgb(255 255 255 / 11%) !important;
	border-bottom: 1px solid rgb(255 255 255 / 11%) !important;
}
.wd-nav[class*="wd-style-underline"] .nav-link-text {
	text-transform: capitalize;
}
.comment-form-comment #comment,
.comment-form-pros #pros,
.comment-form-cons #cons{
	background: #ffffff;
}
.wd-progress-bar .progress-area {
	background-color: #f1efef !important;
}
.wd-nav-link .nav-link-text.wd-tabs-title{
	color: #101f45 !important;
	font-size: 20px;
    font-weight: 700;
}
.wc-block-components-product-name {
    font-size: 20px !important;
	font-weight: 600;}
/* //////////////// */
/*Review */
/* //////////////// */
.wd-single-reviews{
	margin-right: 0px !important;
    margin-bottom: 80px !important;
    margin-left: 0px !important;
    padding-top: 30px !important;
    padding-right: 20px !important;
    padding-bottom: 30px !important;
    padding-left: 20px !important;
    background-color: #f6f6f6d1 !important;
    border-radius: 10px !important;
}
.woocommerce-reviews-carousel-wrapper {
    position: relative;
    max-width: 100%;
    display: flex;
    justify-content: center; /* Center the carousel */
    align-items: center; /* Center vertically */
}

.woocommerce-reviews-carousel {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; /* Adjust width as needed */
	padding: 0 10px; /* Adds left & right space */
}

.review-item {
    background: white;
    border-radius: 5px;
    padding: 20px;
/*     text-align: center; */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	margin:10px; 
}

.woocommerce-reviews-carousel {
    display: flex;
    justify-content: center;
}

.review-item {
    background: white;
    padding: 20px;
/*     box-shadow: 0px 1px 4px 1px rgb(0 0 0 / 14%); */
    /* text-align: center; */
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
/*     min-height: 150px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.review-product {
    align-items: center;
    gap: 10px;
    width: 100%;
    margin-top: auto; 
    justify-content: center;
}
.review-item .review-time {
    font-size: 14px;
    color: #888;
}
.review-product .product-name {
	color: black;
}
.review-author {
	padding: 10px 0 0 0;
/*     border-bottom: 1px solid #00000045; */
    font-size: 20px;
    text-transform: capitalize;
    font-weight: bold;
    margin-bottom: 0px;
}

.review-rating {
    color: #FFD700;
    font-size: 20px;
}

.review-comment {
    font-size: 18px;
    color: #333;
}



/* Navigation Buttons */
.prev-button, .next-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #33333300;
    color: #000000;
    border: none;
    padding: 0px 13px;
    cursor: pointer;
    font-size: 20px;
    border-radius: 50%;
    z-index: 2;
}

.prev-button {
    left: -40px; /* Adjust for proper positioning */
}

.next-button {
    right: -40px; /* Adjust for proper positioning */
}

.prev-button:hover, .next-button:hover {
   color: #fff;
/*     background-color: #000000; */
	background-color: #00000000;
}
/* /////////////////////// */
/*End review */
/* /////////////////////// */

.product-element-bottom .wd-entities-title a {
    font-weight: 800;
    font-size: 20px;
    color: #000;
}

/* Best Sellers */

.product-price-featured .amount {
    font-weight: 600;
    font-size: 20px;
    color: #000000;
}
.product-wrapper .price .amount{
	 font-weight: 600;
    font-size: 20px;
/*     color: #000000; */
}

/*End  Best Sellers */

/* Featured Products */
.product-item .product-title {
    color: #000;
    font-size: 20px;
    font-weight: bolder;
    margin: 10px 0;
}
.featured-products {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.product-item {
	margin: 15px 0px;
/*     width: 390px; */
    background: #ffffff;
    border-radius: 5px;
    padding: 20px;
    text-align: left;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    position: relative;
	justify-content: flex-start;
	height: 100%;
}

.product-image {
	margin-top: 15px;
    align-self: center;
    max-width: 100%;
    border-radius: 8px;
/*     max-width: 100%;
    height: auto;
    border-radius: 8px; */
}

.product-description {
   font-size: 16px;
    font-weight: 500;
    color: #666;
}

.product-price {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin: 5px 0;
}

.product-rating {
    color: #FFA500;
    font-size: 16px;
    margin-bottom: 10px;
}
.buy-now {
	margin-top: auto;
    align-self: flex-start;
    width: 63%;
    text-align: center;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    border:1px solid #212121;
    color: #333;
    background-color: transparent;
    color: #333;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 0px;
    font-size: 14px;
    font-weight: bold;
    transition: 0.3s;
}

.buy-now:hover {
	background: #000;
	color: #fff;
}

/* Fix: Ensure Previous & Next Buttons are Visible */
.featured-products.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;

}

.featured-products.owl-carousel .owl-prev,
.featured-products.owl-carousel .owl-next {
	
    top: -5px;
    background: #00000000;
    color: #000000;
    padding: 10px 15px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    transition: background 0.3s ease;
    position: absolute;
    z-index: 10;
}

.featured-products.owl-carousel .owl-prev {
    left: 0px;
}

.featured-products.owl-carousel .owl-next {
    right: 0px;
}

.featured-products.owl-carousel .owl-prev:hover,
.featured-products.owl-carousel .owl-next:hover {
   color: blueviolet;
}

.featured-products.owl-carousel {
    display: flex;
    justify-content: center;
    align-items: center;
}
.owl-carousel .owl-stage {
    display: flex;
    justify-content: center;
}
.owl-carousel .product-item {
/* 	max-width:340px; */
    max-width: 370px;
    margin:10px auto;
}
/*End Featured Products */
/* gird product */
.wd-hover-with-fade .content-product-imagin {
    width: 100% !important;
    height: 350px !important;
	object-fit: cover !important;
}
/* gird product */
.woocommerce-cart .product-short-description {
    display: none;
}
.wc-block-components-sidebar {
	margin-top: 0px !important;}

.category-item {
    height: 350px;
    display: flex;
	flex-direction: column;
}

/* Popup box login & sign up  */
#loginModalOverlay {
            position: fixed;
            top: 0; left: 0; right: 0; bottom: 0;
            background: rgba(0,0,0,0.6);
            z-index: 9999;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        #loginModalBox {
            background: #fff;
            padding: 20px;
            border-radius: 8px;
            max-width: 50%;
            width: 90%;
            position: relative;
        }
        #loginModalBox h2 {
            text-align: center;
            margin-bottom: 20px;
        }
        #loginModalClose {
            position: absolute;
			padding: 5px 16px;
			border-radius: 50px;
			top: 10px;
			right: 15px;
			font-size: 20px;
			font-weight: bold;
			background: #81277b;
			color: #fff;
			border: none;
			cursor: pointer;
		}
        #loginModalBox .back-home {
            display: block;
            text-align: center;
            margin-top: 20px;
            color: #0073aa;
            text-decoration: underline;
        }
@media (max-width: 768px) {
            #loginModalBox {
                max-width: 100%;
                width: 95%;
            }
			.woocommerce-product-gallery__wrapper .wd-btn-arrow {
				display:none;
			}
			
element.style {
}
.elementor *, .elementor :after, .elementor :before {
    box-sizing: border-box;
}
.category-item {
    height: 290px;
}
}
/*End  Popup box login & sign up  */


