.product-accordion {
  border-top: 1px solid #efefef;
  margin-bottom: 0;
  margin-bottom: 20px;
  background: #F9F9F9;

}
.product-accordion__item {
  border-bottom: 1px solid #efefef;
  padding-inline: 20px;
}
.product-accordion__item.active {
	.product-accordion__toggle svg {
		transform: rotate(45deg);
	}
}
.product-accordion__item:hover {
	  background: #f0f0f0;
}
.product-accordion__title {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
  column-gap: 12px;
  padding: 15px 0;
  cursor: pointer;
  color: #000;
}
.product-accordion__title img {
  width: 20px;
  height: auto;
}
.product-accordion__toggle {
  margin-left: auto;
  padding-right: 10px;
 
  svg {
	width: 18px;
	height: 18px;
	transition: all 0.3s ease;
  }
}
.product-accordion__content {
  display: none;
}
.product-accordion__content p {
  margin-bottom: 5px;
}
.product-accordion__item.active .product-accordion__content {
  display: block;
  padding-bottom: 15px;
}
.product-accordion__title > span:first-of-type {
  font-size: 17px;
  font-weight: 400;
  color: #000;
}
.product-accordion__content p {
  font-size: 15px;
  color: #000;
  line-height: 1.5;
}
.product-accordion__content ul li {
  font-size: 18px;
  color: #000;
  line-height: 1.2;
  margin-bottom: 5px;
}
.product-accordion__content ul {
  margin-bottom: 5px;
}

.product-accordion-after {
  color: #909090;
  font-size: 12px;
  margin-top: 11px;
}
@media (max-width: 576px) {
  .product-accordion {
    margin-bottom: 3px;
  }
  .product-accordion-after {
    font-size: 10px;
    margin-top: 3px;
  }
  .product-accordion__title > span:first-of-type {
    font-size: 15px;
  }
  .product-accordion__content p {
    font-size: 18px;
  }
  .product-accordion__content ul li {
    font-size: 16px;
  }
  .product-accordion__title {
    padding: 20px 0;
  }

}
.woocommerce p.stars {
  position: relative;
}
.woocommerce p.stars.selected a.active::before {
  content: "";
  background-image: url(../img/full-star.svg);
}
.woocommerce p.stars.selected a:not(.active)::before {
  content: "";
  background-image: url(../img/full-star.svg);
}
.woocommerce p.stars a:hover ~ a::before {
  content: "";
  background-image: url(../img/empty-star.svg);
}
.woocommerce p.stars:hover a::before {
  content: "";
  background-image: url(../img/full-star.svg);
}
.woocommerce p.stars.selected a.active ~ a::before {
  content: "";
  background-image: url(../img/empty-star.svg);
}
.woocommerce p.stars.selected:hover a:hover ~ a:before {
  content: "";
  background-image: url(../img/empty-star.svg);
}
.woocommerce .stars a:before {
  content: "";
  background-image: url(../img/empty-star.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  display: block;
  width: 16px;
  height: 16px;
  color: transparent;
  font-size: unset;
  font-family: unset;
}
.woocommerce .stars a {
  width: 20px;
}
.stars span {
  display: flex;
  font-size: 0;
}
.stars {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  white-space: nowrap;
}
.star-rating span:before {
  background-image: url(../img/empty-star.svg);
}
.stars-full svg path {
  fill: #ffa800;
  stroke: #ffa800;
}
.stars-empty svg path {
  stroke: #ffa800;
}
.wcpr-overall-rating-right-star .single-product__rating {
  margin-bottom: 0;
}
.wcpr-overall-rating-right-star .single-product__rating .rating-box__stars {
  width: 217px;
  height: 37px;
  position: relative;
}
.wcpr-overall-rating-right-star .single-product__rating .rating-box__stars svg {
  width: 217px;
  height: 37px;
}
.wcpr-overall-rating-right-star .single-product__rating .stars-empty {
  height: 37px;
}
.wcpr-overall-rating-right-star .single-product__rating .stars-full {
  height: 37px;
}
.wd-gallery-images {
	.wd-wishlist-btn {
		display: none;
	}
}
.wd-gallery-images .product-labels {
	.onsale {
		display: none;
	}
	.authenticated {
		background-color: #065f46;
		color: #fff;
		padding: 6px 12px;
		border-radius: 20px;
		font-size: 12px;
		font-weight: 700;
		text-transform: none;
		column-gap: 6px;
		display: flex;
    	align-items: center;
		white-space: nowrap;
	}
	.authenticated:before {
		content: '✓';
		font-size: 14px;
	}
}

.wd-products {
	.product-labels .authenticated {
		display: none !important;
	}
}

.single-product__brand {

font-size: 11px;
color: #666;
text-transform: uppercase;
letter-spacing: 0.5px;
margin-bottom: 12px;
}
.single-product__rating {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
  column-gap: 8px;
  margin-bottom: 10px;
}
.single-product__rating span {
  font-weight: 500;
  font-size: 17px;
}
.single-product__rating a {
  font-weight:400;
  font-size: 14px;
  color: #666;
  letter-spacing: 0.3px;
  text-decoration: underline;
}
.single-product__rating .rating-box__stars {
  width: 115px;
  height: 18px;
  position: relative;
  margin-bottom: 3px;
}
.single-product__rating .rating-box__stars svg {
  width: 115px;
  height: 18px;
}
.single-product__rating .stars-empty {
  height: 18px;
}
.single-product__rating .stars-full {
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  overflow: hidden;
}
.single-product__price {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  -moz-column-gap: 13px;
  column-gap: 13px;

  .sale-price-block {
	font-size: 18px;
	line-height: 18px;;
	del {
		color: #999;
		.amount {
			color: #999;
		}
	}

	ins {
		.amount {
			font-weight: 600;
		}
	}

	.amount {
		font-size: 18px;
		font-weight: 400;
	}
  }

  .diff-badge {
	background-color: #db0000;
    color: white;
    padding: 5px 7px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
	line-height: 15px;
  }
  .diff-badge::after {
	content: 'OFF';
	font-weight: 600;
	font-size: 13px;
	margin-left: 4px;
  }
}
.single-product__price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.single-product__price-row button {
  min-height: 0 !important;
  padding: 0 !important;
  background: 0 0 !important;
}
.single-product__price-row button:hover {
  background: 0 0 !important;
}

.stock-extra-rows {
	margin-bottom: 20px;
	.stock-extra-icon {
		display: none;
	}

	.stock-extra-desc {
		font-size: 14px;
		margin-bottom: 20px;
		color: #1f2937;
		background: linear-gradient(135deg, #f0fdf4, #ecfdf5);
		border: 1px solid #a7f3d0;
		border-radius: 12px;
		padding: 16px 20px;
		display: flex;
		align-items: center;
		gap: 12px;
		box-shadow: 0 4px 12px rgba(16, 185, 129, 0.1);
		position: relative;
		overflow: hidden;
	}

	.stock-extra-desc::before {
		content: '✓';
		width: 24px;
		height: 24px;
		background: linear-gradient(135deg, #10b981, #059669);
		color: white;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 14px;
		font-weight: bold;
		flex-shrink: 0;
		box-shadow: 0 2px 8px rgba(16, 185, 129, 0.3);
	}

	.stock-extra-desc::after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 2px;
		background: linear-gradient(90deg, #10b981, #34d399, #6ee7b7);
		border-radius: 12px 12px 0 0;
	}

	.stock-extra-txt {
		color: #065f46;
		font-weight: 700;
		text-shadow: 0 1px 2px rgba(16, 185, 129, 0.1);
	}
}

.condition-extra-block {
	background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
    padding: 12px 16px;
    margin-bottom: 24px;
    border-radius: 4px;
	color: #666;
	.condition-new-label {
   	 color: #00B300;
   	 font-weight: 600;
	}
}

.single_variation_wrap {
	.quantity {
		display: none !important;
	}
}

.wd-attr-selected {
	display: none !important;
}

.single-product {
	.wd-gallery-thumb {
		.wd-carousel-item {
			max-height: 126px;
			img {
				max-height: 126px;
				object-fit: contain;
			}
		}
	}
	form.cart {
		display: block;
		margin: 0 !important;

		--brdcolor-gray-200: rgba(0, 0, 0, 0.25);

		.single_variation_wrap {
			margin-inline: 0 !important;
		}
		.woocommerce-variation-add-to-cart {
			flex-wrap: nowrap;

		}

		.single_add_to_cart_button, .single-product_notify-btn {
			width: 100%;
			flex: 1;
			background: #000;
			color: #fff;
			height: 50px;
			font-size: 14px;
			font-weight: 500;
			letter-spacing: 1px;
			border-radius: 4px;
		}
		.single_add_to_cart_buttonss.disabled {
			opacity: 0.7;
			cursor: not-allowed;
			box-shadow: none;
		}
		.single_add_to_cart_button:hover, .single-product_notify-btn:hover {
			background-color: #222;
			box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
			transform: translateY(-1px);
		}

		.wd-wishlist-btn {
			flex: 0;
			a {
				flex-direction: row-reverse;
				min-width: 140px;
				height: 50px;
				background-color: white;
				color: #000;
				border: 2px solid #000;
				border-radius: 4px;
				font-size: 14px;
				font-weight: 500;
				letter-spacing: 1px;
				cursor: pointer;
				transition: all 0.2s ease;
				display: flex;
				align-items: center;
				justify-content: center;
				gap: 8px;
				text-transform: uppercase;
			}
			a:hover {
				background-color: #000;
				color: white;
				transform: translateY(-1px);
				box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
			}
			a.added {
				span {
					display: none;
				}
			}
		}
	}

	.condition-block {
		background-color: #fafafa;
		border: 1px solid #e8e8e8;
		padding: 12px 18px;
		margin-bottom: 20px;
		border-radius: 8px;
		display: flex;
		align-items: center;
		gap: 10px;
		max-width: fit-content;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
	}
	.condition-label {
		color: #555;
		font-size: 14px;
		font-weight: 500;
	}
	.condition-value {
		color: #065f46;
		font-weight: 700;
		font-size: 14px;
		letter-spacing: 0.5px;
	}

	.condition-info {
		color: white;
		font-size: 11px;
		background: linear-gradient(135deg, #6b7280, #9ca3af);
		border-radius: 50%;
		width: 18px;
		height: 18px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-weight: 600;
		cursor: pointer;
		transition: all 0.3s ease;
		position: relative;
		box-shadow: 0 2px 4px rgba(107, 114, 128, 0.3);
	}

	.condition-tooltip {
		position: absolute;
		bottom: 130%;
		left: 50%;
		transform: translateX(-50%);
		background: linear-gradient(135deg, #4b5563, #6b7280);
		color: white;
		padding: 14px 18px;
		border-radius: 10px;
		font-size: 13px;
		font-weight: 400;
		white-space: nowrap;
		box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
		opacity: 0;
		visibility: hidden;
		transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
		z-index: 1000;
		min-width: 240px;
		text-align: left;
		line-height: 1.5;
		backdrop-filter: blur(10px);
	}

	.condition-tooltip::after {
		content: '';
		position: absolute;
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
		border: 7px solid transparent;
		border-top-color: #4b5563;
	}

	.condition-info:hover .condition-tooltip {
		opacity: 1;
		visibility: visible;
		transform: translateX(-50%) translateY(-4px);
	}

	table.variations {
		width: 100% !important;
		margin-inline: 0 !important;

		.wd-swatch.wd-text {
			border-radius: 6px;
    		font-size: 14px;
			border: 1px solid #ddd;
			box-shadow: none;
			min-width: 48px;
			min-height: 48px;
		}
		.wd-swatch.wd-text:hover:not(.wd-disabled) {
			border-color: #999;
		}
		.wd-swatch.wd-text.wd-active {
			border-color: #999 !important;
		}

		.wd-swatches-error .wd-swatch.wd-text {
			border-color: #ff0000;
		}

		tbody {
			width: 100%;
			tr {
				display: block;
    			width: 100%;
			}
			th {
				display: block;
				padding-right: 0;
				margin-bottom: 12px;
			}

			label {
				display: flex;
    			width: 100%;
				justify-content: space-between;
				font-size: 14px;
    			font-weight: 600;
    			text-transform: uppercase;
				letter-spacing: 0.5px;

				.newh-sizeguide-btn {
					font-size: 14px;
					text-decoration: underline;
					font-weight: 400;
					text-transform: none;
				}

				.newh-sizeguide-btn:hover {
					color: #333;
				}
			}

			label::after {
				content: unset !important;
			}
		}
	}

	.wd-product-brands {
		a {
			padding: 0;
			text-transform: uppercase;
			color: #666;
			letter-spacing: 0.5px;
			font-size: 11px;
		}
	}

	.wd-products.wd-carousel-container {
		.wd-carousel-item {
			height: auto;
		}
	}
}

.size-chart-icon {
	display: none !important;
}

#drip_notify_stock {
	right: 20px;
    /* bottom: 20px; */
    position: absolute;
    top: 20px;
    margin: 0;
	max-width: 510px;

	span.title {
		text-align: center;
		font-size: 26px;
		font-weight: 600;
		margin-bottom: 10px;
	}
	span.subtitle {
		text-align: center;
		display: block;
		margin-bottom: 20px;
	}

	.notify-form {

	}

	input[type="email"] {
		width: 100%;
		padding: 16px 20px;
		border-radius: 6px;
		border: 1px solid #ddd;
		font-size: 16px;
		font-weight: 400;
		margin-bottom: 16px;
	}

	input[type="submit"] {
		width: 100%;
		background: #000;
        color: #fff;
		padding: 16px 32px;
        border-radius: 6px;
		font-size: 16px;
        font-weight: 600;
        cursor: pointer;
		text-transform: none;
	}

	button.mfp-close {
		top: 0;
		inset-inline-end: 0;
		color: #000;
	}
	button.mfp-close:after {
		font-size: 16px;
	}
	button.mfp-close:hover {
		color: #333;
	}

	.cwgstock_output {
		margin-top: 20px;
		text-align: center;
		font-size: 14px;
	}
}


#wd_sizeguide {

	.wd-tabs .wd-tab-content {
		.wd-sizeguide-title {
			display: none;
		}
		.wd-sizeguide-content {
			display: none;
		}
	}
	.wd-tabs .wd-tab-content.wd-active {
		display: block;
		opacity: 1;

	}
	.wd-tab-content-wrapper {
		padding-bottom: 30px;
	}

}

#newh-wd-size {
	.wd-nav-tabs {
		column-gap: 10px;
	}
}

.toggle-switch {
	position: relative;
    width: 50px;
    height: 26px;
    background-color: #ddd;
    border-radius: 13px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.toggle-switch.active {
	background-color: #000;
}

.toggle-slider {
	position: absolute;
    top: 3px;
    left: 3px;
    width: 20px;
    height: 20px;
    background-color: white;
    border-radius: 50%;
    transition: transform 0.3s ease;
}

.toggle-switch.active .toggle-slider {
	transform: translateX(24px);
}

.money-back-text {
	font-size: 14px;
    color: #666;
    text-align: center;
	display: block;
    margin-top: 10px;
}


@media (max-width: 576px) {
	.woocommerce-breadcrumb .wd-last-link ~ span {
		display: inline-block;
	}

	.single-product__brand {
		font-size: 14px;
	}

	.single-product__price {


  		.sale-price-block {
	
			del {
				
				.amount {
					font-size: 18px !important;
				}
			}
		}
	}

	.single-product {
			table.variations {


			tbody {
				td {
					display: block !important;
					.wd-swatches-product {
						column-gap: 8px;
						row-gap: 8px;
						width: 100%;
					}
					.wd-swatch.wd-text {
						width: calc(25% - 6px);
					}
				}
				th {
					display: block !important;

				}
			}

			.wd-reset-var {
				display: none !important;
			}
		}

		form.cart {
			.single_variation_wrap {
				margin-bottom: 12px;
			}

			.wd-wishlist-btn {
				display: none;
			}
		}

		.wd-gallery-images {
			.wd-wishlist-btn {
				display: flex;
				position: absolute;
				top: 12px;
				left: 12px;
				width: 40px;
				height: 40px;
				background-color: white;
				border: 1px solid #ddd;
				border-radius: 50%;
				align-items: center;
				justify-content: center;
				cursor: pointer;
				transition: all 0.2s ease;
				box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
				z-index: 5;
			}

			.wd-wishlist-btn a:before {
				font-size: 16px;
			}
		}
	}

	.stock-extra-rows {
	
		.stock-extra-desc {
			flex-wrap: wrap;
			row-gap: 0;
			column-gap: 4px;
			font-size: 12px;
		}
	}


	#drip_notify_stock {
	right: 0;

	span.title {
		
	}
	span.subtitle {
	
	}

	.notify-form {

	}

	

	.cwgstock_output {

	}
}
}