body.single-product {
	background: #f3f4f6;
	--wd-main-bgcolor: #f3f4f6;
}

body.single-product  .whb-color-dark:not(.whb-with-bg) {
	background-color: transparent !important;
}

.product-meta-block {
	display: flex;
	align-items: center;

	margin-top: 8px;
	column-gap: 10px;
}
.product-meta-block img {
	width: 30px;
}

.product-meta-block .meta-delivery {
	color: #000;
}

.woocommerce-product-rating > .count {
	display: none !important;
}

.comment-text > .count {
	display: none !important;
}

.pswp .pswp__button{
	padding: 0 !important;
}

.quantity {
	display: none !important;
}

.single_add_to_cart_button {
	height: 48px;
	width: 100%;
	border-radius: 8px;
	font-weight: 500;
}

h1.product_title {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 0;
}

.summary .price {
	margin-bottom: 15px;
	font-size: 100% !important;

	.amount {
		font-size: 16px;
	}
}

.variations th.label {
	display: none !important;
}

.single_add_to_cart_button:hover {

}

.woocommerce .product-tabs-wrapper {
	margin-bottom: 0;
	border: 0;
}

.wc-tab-inner .wd-sizeguide {
	margin-bottom: 20px;
}


.product-accordion__title {
    display: flex;
    align-items: center;
    column-gap: 5px;
    padding: 10px 0;
    cursor: pointer;
	color: #000;
	text-transform: uppercase;
	font-weight: 500;
	max-height: 55px;
}
body.single-product .related-products {
	margin-top: 20px;
}
.product-accordion__title img {
    width: 20px;
	height: auto;
}
.product-accordion__toggle {
    margin-left: auto;
    padding-right: 10px;
	position: relative;
	width: 12px;
    height: 12px;
	&:before {
		content: '';
		display: block;
	    position: absolute;
		left: 50%;
		top: 50%;
		background: #000;
		transform: translate3d(-50%, -50%, 0);
    	transition: transform .5s ease;
		width: 1px;
		height: 12px;
	}
	&:after {
		content: "";
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate3d(-50%, -50%, 0);
		background: #000;
		transition: transform .5s ease;
		width: 12px;
    	height: 1px;

	}
}
.product-accordion__item.active .product-accordion__toggle {

	&:before {
		transform: translate3d(-50%, -50%, 0) rotate(90deg);
	}
}
.product-accordion__content {
    max-height:0;
	height: auto;
	transition: max-height 0.3s ease-out;
	padding-bottom: 0;
	overflow: hidden;

}
.product-accordion__content p {
	margin-bottom: 5px;
}
.product-accordion__item.active {
   padding-bottom: 15px;
   
}
body .wd-sizeguide {
	max-width: 1200px;
}
.woocommerce .summary-inner .product_meta {
	border-top: 0;
	margin-bottom: 0;
}

#wd_sizeguide {

}

.wd-sizeguide-btn {
	a {
		font-weight: 500 !important;
		color: #111 !important;
		text-decoration: underline;
		text-underline-offset: 2px;
	}

	a::before, a::after {
		content: unset !important;
	}
}