/*
 Theme Name:   srdiamonds Child
 Description:  srdiamonds Child Theme
 Author:       XTemos
 Author URI:   http://srdiamonds.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/



header.whb-header .searchform {
	max-width: 790px;
	width: 100%;
	margin: auto;
}

header.whb-header ul.menu {
	display: flex;
	justify-content: space-around;
	max-width: 1280px;
	margin: auto;
}

header.whb-header a.woodmart-nav-link {
	font-size: 22px;
	text-transform: capitalize;
	font-family: "Poppins", sans-serif;
	letter-spacing: .5px;
	color: #000;
}

header.whb-header .wd-nav > li:is(.wd-has-children, .menu-item-has-children) > a::after{
	color: #000;
  	font-size: 13px;
  	margin-left: 7px;
}

header.whb-header .wd-sub-menu .woodmart-nav-link {
	font-size: 15px;
	font-weight: 500;
	letter-spacing: .5px;
}
header.whb-header .wd-header-nav {
	margin-top: 12px;
	margin-bottom: 12px;
}
header.whb-header button.searchsubmit {
	border-left: 1px solid #e5e5e5;
	padding: 0 30px;
	font-weight: 600;
}
header.whb-header .wd-header-text p {
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .5px;
}
header.whb-header form.searchform .s {
	border-color: #bbbbbb;
}
header.whb-header .whb-general-header {
	padding-top: 20px;
}
/*============== footer ===============*/
footer.wd-footer p a {
	color: #fff;
}

footer.wd-footer form .wd-grid-f-stretch {
	gap: 0;
}

/*============== footer end ===============*/

/*============== home-page ===============*/
.wd-product .product-wrapper .wd-add-btn a {
	background: red !important;   
} 

.wd-hover-with-fade .product-wrapper a.button {
	background: #c6c6c6 !important;
	border-radius: 0 0 18px 18px;
	color: #000;
}
	
.wd-product .product-element-top.wd-quick-shop {
	border-radius: 18px 18px 0 0px;
}
.wd-product .product-wrapper {
	background: #fff;
	border: 2px solid #c6c6c6;
	border-radius: 19px;
	position: relative;
}

.wd-product .wd-entities-title {
	padding: 0 15px;
	min-height: 45px;
}

.wd-product .wd-star-rating {
	padding: 0 15px;
}
.wd-product .wrap-price {
	padding: 0 15px;
}
.wd-product .woocommerce-Price-amount.amount {
	font-size: 17px;
	color: #000;
	margin: 10px 0;
  	display: block;
}
.wd-product .price {
	display: flex;
	flex-direction: row-reverse;
	gap: 6px;
}

.wd-product .price del {
	color: #000;
}
.wd-product.wd-hover-fw-button .product-wrapper:hover a.button {
	background: #f75c88 !important;
}
.wd-product .product-wrapper:hover a.button {
	color: #fff;
}

.wd-product .wd-star-rating {
	position: absolute;
	bottom: 66px;
	right: 0;
}

.categories-section a {
	width: 100%;
}
.customer-stories .testimonial-inner {
	background: #ffe6ae;
	padding: 20px 20px;
	position: relative;
	border-radius: 60px;
}

.customer-stories .wd-prev .wd-arrow-inner::after {
	content: "";
	font-size: 35px;
	background-image: url(https://superwebzone.com/srdiamonds/wp-content/uploads/2025/06/left-arrow.png);
	color: #fff;
	height: 35px;
	width: 35px;
	border-radius: 40px;
	background-repeat: no-repeat;
	background-size: 35px;
}
	
.customer-stories .wd-next .wd-arrow-inner::after {
	content: "";
	background-image: url(https://superwebzone.com/srdiamonds/wp-content/uploads/2025/06/right-arrow.png);
	color: #fff;
	height: 35px;
	width: 35px;
	border-radius: 40px;
	background-repeat: no-repeat;
	background-size: 35px;
}
	
.customer-stories .testimonial-avatar {
	position: absolute;
	bottom: -50px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.customer-stories .testimonial-content {
	display: inline-flex;
	flex-direction: column-reverse;
	justify-content: start;
	margin-bottom: 0;
	padding-bottom: 45px;
}

/* .testimonials .testimonial.wd-carousel-item {
	min-height: 250px;
} */

.testimonials .wd-carousel-wrap {
	/* min-height: 245px; */
	margin-bottom: 40px;
}

.customer-stories footer {
	margin-top: 0;
	font-size: 24px;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
	letter-spacing: .5px;
}
.customer-stories p {
	margin-bottom: 0;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.5px;
}
.wd-accordion.wd-opener-style-arrow > .wd-accordion-item > .wd-accordion-title .wd-accordion-opener::before {
	content: "\f129";
	font-family: "woodmart-font";
	color: #fff;
	font-weight: 800;
}
.accordion-section .wd-accordion-title {
	flex-direction: row !important;
	justify-content: center;
	text-align: center;
}
.accordion-section .wd-accordion-title-text {
	display: block;
	flex: unset;
}
.accordion-section .wd-accordion-content {
	color: #fff;
	text-align: center;
}
	
/* ======================== banner ================== */
.wrapper-content-banner.wd-fill.wd-items-middle.wd-justify-right {
	max-width: 50%;
	margin: 0 0 0 auto;
}
.wrapper-content-banner .wd-button-wrapper.text-right {
	text-align: left;
}
.wrapper-content-banner h4 {
	margin-top: 15px !important;
	margin-bottom: 25px !important;
}
.wrapper-content-banner .wd-btn-icon {
	height: 12px;
}

/*============== home page end ===============*/
/*============== product page ===============*/
.wd-product.wd-hover-with-fade.hover-ready:hover .content-product-imagin {
	visibility: hidden;
}
.wd-product.wd-hover-with-fade.hover-ready:hover .product-wrapper {
	transform: translateY(0px) translateZ(0);
}
      

.single.single-product .product-image-summary-inner .single_add_to_cart_button.button {
	max-width: 220px;
	width: 100%;
	background: #f75c88;
	padding: 16px 12px;
	font-size: 16px;
	border: 1px solid #f75c88;
}

.single.single-product .product-image-summary-inner .wd-buy-now-btn.button {
	max-width: 220px;
	width: 100%;
	background: transparent;
	padding: 16px 12px;
	border: 1px solid #f75c88;
	color: #f75c88;
	font-size: 16px;
}
.single.single-product .product-image-summary-inner .posted_in {
	display: none;
}
.single.single-product .product-image-summary-inner .cart {
	align-items: center;
	margin-bottom: 32px;
}
.single.single-product .product-image-summary-inner .woocommerce-product-details__short-description {
	display: none;
}

.single.single-product .product-tabs-wrapper a.wd-nav-link {
	padding: 12px 10px;
	background: transparent;
	color: #000;
	font-family: "Poppins", sans-serif;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	border-radius: 15px 15px 0px 0px;
	border: 1px solid #c6c6c6;
	font-size: 17px;
	font-weight: 500;
}
.single.single-product .product-tabs-wrapper .wd-nav.wd-nav-tabs {
	display: flex;
	gap: 10px;
	justify-content: ;
	justify-content: flex-start;
}

.single.single-product .product-tabs-wrapper ul li {
	width: 100%;
	max-width: 250px;
}
.single.single-product .product-tabs-wrapper ul li.active a {
	background: #f75c88;
	color: #fff;
}
	.single.single-product .product-tabs-wrapper a.wd-nav-link span {
	text-align: center;
	width: 100%;
}

.single.single-product .product-tabs-wrapper a.wd-nav-link span::after {
		display: none;
	}

.single.single-product .product-tabs-wrapper {
	border: 0;
	margin-top: 60px;
}

.single.single-product .product-tabs-wrapper .woocommerce-Tabs-panel {
	padding: 22px 25px;
	border: 1px solid #c6c6c6;
}

.single.single-product .product-tabs-wrapper .wd-nav-tabs-wrapper {
	margin-bottom: 10px;
}

.single.single-product .product-tabs-wrapper .wc-tab-inner.wd-entry-content p {
	font-weight: 400;
	font-family: "Poppins", sans-serif;
	letter-spacing: 0.5px;
}

.single.single-product .products h2 {
	text-align: center;
	justify-content: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #c6c6c6;
	margin-bottom: 26px;
	letter-spacing: 0.5px;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 26px;
}
body.archive.post-type-archive main#main-content, body.archive.tax-product_cat main#main-content {
    display: flex;
    flex-direction: column;
}

.wd-page-content.main-page-wrapper .widget-area {
	display: flex;
	gap: 25px;
	border-bottom: 1px solid #c6c6c6;
}

.wd-page-content.main-page-wrapper h5.widget-title {
	text-transform: capitalize;
	font-family: "Poppins", sans-serif;
	letter-spacing: 0.5px;
}
.wd-page-content.main-page-wrapper .wd-widget {
	border: 0;
	margin: 0;
	padding-bottom: 25px;
}
.wd-page-content.main-page-wrapper ul.wd-swatches-filter {
	position: absolute;
	background: #fff;
	border: 1px solid #c6c6c6;
	padding: 10px 20px;
	z-index: 1;
}
.wd-page-content.main-page-wrapper .wd-widget form {
	position: absolute;
	background: #fff;
	border: 1px solid #c6c6c6;
	padding: 10px 20px;
	z-index: 1;
}

.wd-page-content.main-page-wrapper .product-categories {
	position: absolute;
	background: #fff;
	border: 1px solid #c6c6c6;
	padding: 10px 20px;
	z-index: 1;
}
.wd-page-content.main-page-wrapper .button {
	color: #fff;
}
.woocommerce-mini-cart__buttons a {
	color: #fff;
}

body.archive.tax-product_cat .wd-page-title.page-title , body.archive.post-type-archive.post-type-archive-product   .wd-page-title.page-title  {
    display: none !important;
}  





	
	

	
	
	
/* ============================ responsive ============================= */

@media only screen and (max-width: 900px) {
.customer-stories footer {
	font-size: 20px;
}
	.customer-stories p {
	font-size: 15px;
}
.customer-stories .wd-prev .wd-arrow-inner::after {
	content: "";
	height: 40px;
  	width: 40px;
	background-size: 38px;
	margin-left: 3px;
}
.customer-stories .wd-next .wd-arrow-inner::after {
	content: "";
	height: 40px;
  	width: 40px;
	background-size: 38px;
	margin-right: 3px;
}
.wrapper-content-banner .content-banner.text-left {
	text-align: center;
}
.wrapper-content-banner .banner-btn-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}
.wrapper-content-banner.wd-fill.wd-items-middle.wd-justify-right {
	max-width: 60%;
	margin: 0 0 0 auto;
}
.wrapper-content-banner h4 br {
	display: none;
}
}
@media only screen and (max-width: 600px) {
.mobile-nav .wd-nav > li > a {
	text-transform: capitalize !important;
	font-weight: 500 !important;
	letter-spacing: 0.5px !important;
}
.wd-product .woocommerce-Price-amount.amount {
	font-size: 14px;
}
.wd-product .wd-star-rating {
	display: none;
}
.wd-btn-arrow.wd-prev, .wd-btn-arrow.wd-next {
	display: none;
}
.customer-stories footer {
	font-size: 20px;
}
	.customer-stories p {
	font-size: 14px;
}
.wrapper-content-banner .content-banner.text-left {
	text-align: center;
}
.wrapper-content-banner .banner-btn-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}
.wrapper-content-banner h4 br {
	display: none;
}
.wrapper-content-banner.wd-fill.wd-items-middle.wd-justify-right {
	max-width: 100%;
	margin: 0 0 0 auto;
	padding: 0 15px;
}
.wrapper-content-banner h4 {
	margin-top: 9px !important;
	margin-bottom: 15px !important;
}
.banner-btn-wrapper :is(.btn-size-default, .btn-size-large, .btn-size-extra-large) {
	padding: 5px 14px;
	min-height: 28px;
	font-size: 10px;
}
.single.single-product .product-tabs-wrapper .wc-tab-inner.wd-entry-content p {
	font-size: 14px;
}
	.single.single-product .products h2 {
	font-size: 22px;
}
.wd-product .wd-entities-title {
	padding: 0 15px;
	min-height: 65px;
}
.single.single-product .product-image-summary-inner .single_add_to_cart_button.button {
	padding: 12px 12px;
	font-size: 14px;
}
.single.single-product .product-image-summary-inner .wd-buy-now-btn.button {
	padding: 12px 12px;
	font-size: 14px;
} .wd-page-title.page-title.page-title-default {
    padding: 80px 0;
} 

}   
