.woocommerce-mini-cart__empty-message {
    color: #fff;
}
.cedar-search-box{
	display: flex;
    flex-direction: column;
    position: relative;
}
.cedar-search-box .cedar-search-wrapper{
	display: flex;
}
.cedar-search-box .cedar-search-results {
    position: absolute;
    top: 50px;
    z-index: 99;
    width: 100%;
}
.cedar-search-box  ul.cedar-search-list {
    background: #f5f5f5;
    padding: 24px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.cedar-search-box  ul.cedar-search-list li{
    list-style: none;
    border-bottom: 1px solid #0000001f;
    padding-bottom: 12px;
}
.cedar-search-box  ul.cedar-search-list li:last-child{
	border-bottom: none;
}
.cedar-search-list li a {
    color: #000000E0;
    font-size: 16px;
    line-height: 24px;
    transition: all 0.3s ease;
    cursor: pointer;
}
.cedar-search-list li a:hover{
	color: #D1A03D;
}
.select-wrapper{
	background: #0000000A;
    border: none;
    border-radius: 4px 0 0 4px;
    padding-right: 16px;
    height: 40px;
}
.cedar-search-box .cedar-search-category {
    background: transparent;
    padding: 9px 4px 9px 16px;
    border: none;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}
.cedar-search-box .cedar-search-category:focus-visible,
.cedar-search-box .cedar-search-input:focus-visible,
.cedar-search-box .cedar-search-button:focus-visible{
    outline: none;
}
.cedar-search-box .cedar-search-input {
    width: 100%;
    padding: 9px 16px;
    border: 1px solid #F0F0F0;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #000000E0;
    height: 40px;
    border-left: 0;
    border-right: 0;
}
.cedar-search-box .cedar-search-input::placeholder{
	color: #00000040;
}
.cedar-search-box .cedar-search-button {
    padding: 8px 12px;
    border: none;
    background: #D1A03D;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}
.cedar-search-box .cedar-search-button:focus{
	outline: none !important;
}
.cedar-search-box .eicon-search:before{
	color: #fff;
}
//mini cart
.woocommerce-mini-cart-item-link{
	margin-bottom: 12px !important;
}
.elementor-widget-raven-testimonial-carousel .raven-main-swiper{
	padding-top: 0 !important;
}
.cedar-single-product .woocommerce .woocommerce-breadcrumb {
    margin: 0 !important;
}
.elementor-widget-raven-products-carousel .raven-swiper-slider .swiper, .elementor-widget-raven-products-carousel .raven-swiper-slider .swiper-container{
	padding: 0 !important;
}
a.button.wc-backward {
    background: #D1A03D !important;
    border: 1px solid #D1A03D !important;
}
a.button.wc-backward:hover{
	background: transparent !important;
    color: #D1A03D !important;
}
.elementor-widget-raven-cart .woocommerce .wc-proceed-to-checkout .checkout-button:focus, .elementor-widget-raven-cart .woocommerce .wc-proceed-to-checkout .checkout-button:focus-visible{
	outline: none !important;
    box-shadow: none !important;
}
.elementor-widget-raven-cart .woocommerce table.shop_table .product-remove a::before {
    font-weight: 700;
}
.raven-cart-shipping-method-radio:after{
	background: #000000E0 !important;
}
.input-text.qty{
	box-shadow: none !important;
    font-weight: 600 !important;
}
body.search-results h2{
	line-height: 28px;
    letter-spacing: 0;
}
.swiper-button-prev, 
.swiper-button-next{
	transition: all 0.3s ease;
}

/* Testimonial */
/* Cedar Testimonial Styles */
.cedar-testimonial-wrapper {
    position: relative;
    width: 100%;
}

/* Header Section */
.cedar-testimonial-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.cedar-testimonial-title {
    font-size: 32px;
    font-weight: 600;
    margin: 0;
    color: #000000;
}

/* Navigation Buttons */
.cedar-testimonial-navigation {
    display: flex;
    gap: 12px;
}

.cedar-nav-btn {
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    border: 1px solid #D9D9D9;
    color: #00000040;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.cedar-nav-btn:focus{
    outline: none;
}
.cedar-nav-btn i{
    font-size: 22px;
}
.cedar-nav-btn:hover i{
    color: #ffffff;
}
.cedar-nav-btn.swiper-button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Testimonial Card */
.cedar-testimonial-card {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 30px 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.cedar-testimonial-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
}

/* Card Header */
.cedar-testimonial-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #F0F0F0;
}

.cedar-testimonial-author {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.cedar-testimonial-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
}

.cedar-testimonial-author-info {
    display: flex;
    flex-direction: column;
}

.cedar-testimonial-name {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 4px 0;
    color: #000000;
}

.cedar-testimonial-designation {
    font-size: 14px;
    margin: 0;
    color: #999999;
}

/* Social Icon */
.cedar-testimonial-social {
    font-size: 20px;
    color: #000000;
    opacity: 0.8;
}

.cedar-testimonial-social i,
.cedar-testimonial-social svg {
    width: 24px;
    height: 24px;
}

/* Rating Stars */
.cedar-testimonial-rating {
    display: flex;
    gap: 4px;
    margin-bottom: 4px;
}

.cedar-testimonial-rating i {
    color: #FFD700;
    font-size: 12px;
}

/* Description */
.cedar-testimonial-description {
    font-size: 15px;
    line-height: 1.6;
    color: #666666;
    margin: 0;
    flex-grow: 1;
}

/* Swiper Adjustments */
.cedar-testimonial-slider {
    overflow: visible;
}

.cedar-testimonial-slider .swiper-wrapper {
    padding-bottom: 10px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .cedar-testimonial-title {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .cedar-testimonial-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    
    .cedar-testimonial-title {
        font-size: 24px;
    }
    
    .cedar-testimonial-card {
        padding: 24px 20px;
    }
    
    .cedar-nav-btn {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    
    .cedar-testimonial-header {
        margin-bottom: 24px;
    }
    
    .cedar-testimonial-title {
        font-size: 20px;
    }
    
    .cedar-testimonial-card {
        padding: 20px 16px;
    }
    
    .cedar-testimonial-avatar {
        width: 40px;
        height: 40px;
    }
    
    .cedar-testimonial-name {
        font-size: 14px;
    }
    
    .cedar-testimonial-designation {
        font-size: 12px;
    }
    
    .cedar-testimonial-description {
        font-size: 14px;
    }
}