.customers-select__control {
	position: relative;
	select {
		position: relative;
		font-family: inherit;
		background-color: transparent;
		width: 250px;
		padding: 10px 10px 10px 10px;
		font-size: 14px;
		border-radius: 4px;
		border: 2px solid rgba(0,0,0, 0.12);

		appearance: none;
		-webkit-appearance:none;
		color: gray;
	}

	select:focus {
		outline: none;
	  	border: 2px solid orange;
	}

	label {
		color: rgba(0,0,0, 0.26);
		background: #F8F8F8;
		  font-size: 18px;
		  font-weight: normal;
		  position: absolute;
		  pointer-events: none;
		padding: 0 5px;
		  left: 10px;
		  top: 12px;
		  transition: 0.2s ease all;
	}

	select:focus ~ label, select:valid ~ label {
		color: orange;
		top: -8px;
		transition: 0.2s ease all;
		font-size: 14px;
	}

	select:valid:not(focus) ~ label {
		color: rgba(0,0,0, 0.26);
	}
	select:valid:focus ~ label {
		color: orange;
	}
}

#how_fit_slider {
	width: 237px;
	margin-bottom: 60px;
	border-radius: 0;
	border: 0;
	box-shadow: none;
	height: 18px;
	background: transparent;
	position: relative;

	.noUi-base {
		height: 18px;
		background: transparent;
		position: relative;
		cursor: pointer;
	}
	.noUi-base::after {
		content: '';
		position: absolute;
		display: block;
		height: 2px;
		left: 0;
		top: 9px;
		width: 100%;
		background: #000;
		border-radius: 0;
	}

	.noUi-handle:before,  .noUi-handle:after {
		content: unset !important;
	}
	.noUi-handle {
		
		background: #000;
		font-weight: 400;
		color: #fff;
		width: 20px;
		height: 20px;
		top: 0px;
		right: -9px; 
		box-shadow: none;
		border: 0;
		border-radius: 50%;
	}

	.noUi-handle .noUi-touch-area:after {
		content: '';
		position: absolute;
		top: -5px;
		left: -4.5px;
		width: 28px;
		height: 28px;
		border: 1px solid #000;
		border-radius: 50%;
		background: transparent;
		cursor: pointer;
		box-sizing: content-box;
	}

	&::before {
		content: '';
		position: absolute;
		display: block;
		left: 0;
		top: 0px;
		width: 2px;
		height: 20px;
		background: #000;
	}

	&::after {
		content: '';
		position: absolute;
		display: block;
		right: 0;
		top: 0px;
		width: 2px;
		height: 20px;
		background: #000;
	}

	.noUi-marker {
		display: none;
	}

	.noUi-value {
		color: #000;
	}

	.noUi-pips-horizontal {
		height: 40px;
	}

}

.comment-size-info {
	display: flex;
	align-items: center;
	column-gap: 6px;
	margin-bottom: 10px;


	div p {
		font-size: 12px;
		font-weight: 400;
		color: #4D4D4D;
		margin-bottom: 0;
	 }
}

.product-reviews-side {
	min-width: 485px;
	padding: 20px;

	.wd-heading {
		justify-content: space-between;
	}
}

.side-reviews__title {
	font-size: 20px;
	font-weight: 600;
	color: #000;
}

.comment-respond .comment-form-user {
	font-size: 16px;
	font-weight: 700;
	text-transform: none;
	margin-bottom: 5px;
}	

.comment-respond .comment-form-product {
	display: flex;
	column-gap: 10px;

	.side-reviews__image {
		width: 117px;

		img {
			width: 100%;
			height: auto;
		}
	}

	.side-reviews__name {
		span {
			font-size: 16px;
			font-weight: 600;
		}
	}
}


.comment-respond .comment-form-fit {


	> span {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		column-gap: 10px;
		span {
			flex: 1;
		}
	}
	input {
		display: none;
	}

	label {
		border-radius: 20px;
		padding: 10px 20px;
		border: 1px solid #cbcbcb;
		font-size: 14px;
		text-transform: none;
		cursor: pointer;
		text-align: center;
	}

	> label {
		font-weight: 400;
		font-size: 16px;
		border: 0;
		padding: 0;
		text-align: left;
	}

	input:checked + label {
		background-color: #efeeee;
	}
}

.comment-respond  .comment-form-usize, .comment-respond  .comment-form-size, .comment-form-title, .comment-form-comment, .comment-form-author, .comment-form-email {
	label {
		display: none;
	}
}

.wcpr-write-column {
	> span {
		display: block;
		font-weight: 700;
		margin-bottom: 20px;
	}
}

.customers-reviews__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px;
	margin-top: 20px;
	background: #F8F8F8;
}
  .wcpr-overall-rating-right-star .single-product__rating {
	margin-bottom: 0;
  }
  .wcpr-overall-rating-right-star .single-product__rating .rating-box__stars {
	width: 145px;
	height: 39px;
	position: relative;
  }
  .wcpr-overall-rating-right-star .single-product__rating .rating-box__stars svg {
	width: 145px;
	height: 39px;
  }
  .wcpr-overall-rating-right-star .single-product__rating .stars-empty {
	height: 39px;
  }
  .wcpr-overall-rating-right-star .single-product__rating .stars-full {
	height: 39px;
  }

  .single-product__rating .rating-box__stars {
	width: 93px;
	height: 25px;
	position: relative;
	margin-bottom: 3px;
  }
  .single-product__rating .rating-box__stars svg {
	width: 93px;
	height: 25px;
  }
  .single-product__rating .stars-empty {
	height: 25px;
  }
  .single-product__rating .stars-full {
	height: 25px;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	overflow: hidden;
  }
  .ask-question {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Jost, sans-serif !important;
	font-size: 15px;
	font-weight: 700;
	border-radius: 62px;
	background: #f0f0f0;
	max-width: 228px;
	height: 50px;
  }
  .write-review {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Jost, sans-serif !important;
	font-size: 15px;
	font-weight: 700;
	border-radius: 62px;
	background: #f0f0f0;
	max-width: 228px;
	height: 50px;
  }
  #mobile-rating-summary {
	display: none;
  }
  .kib-input-select {
	display: block;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.03em;
	line-height: 20px;
	margin-bottom: 16px;
	padding-top: 8px;
	width: 100%;
  }
  .kib-input-select__field {
	position: relative;
  }
  .wcpr-col-rank-count {
	font-size: 16px;
  }
  .comments .posted {
	color: #666;
	font-size: 12px;
  }
  #questions .comments .posted {
	color: #000;
  }
  ul.comments li.review {
	padding: 23px 0 23px;
	width: 100%;
	margin-bottom: 0;
	background: #fff;
	border-bottom: 1px solid #e1e1e1;
  }
  ul.comments li.review:last-of-type {
	border-bottom: 0;
  }
  .comment-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
  }
  #questions ul.comments li.review,
  #questions ul.comments li.review:first-of-type {
	padding: 31px 0;
  }
  #questions .comments .children li {
	padding: 0;
  }
  #reviews .comment-top-bar .kib-input-select__control {
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 48px;
	height: 40px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: 0 0;
	border: 0;
	border-radius: 8px;
	box-shadow: none;
	color: #121212;
	display: block;
	font: inherit;
	padding-left: 16px;
	position: relative;
	width: 100%;
  }

  .woocommerce p.stars {
	position: relative;
  }
  .woocommerce p.stars.selected a.active::before {
	content: "";
	background-image: url('/wp-content/themes/woodmart-child/assets/css/../img/full-star.svg');
  }
  .woocommerce p.stars.selected a:not(.active)::before {
	content: "";
	background-image: url('/wp-content/themes/woodmart-child/assets/css/../img/full-star.svg');
  }
  .woocommerce p.stars a:hover ~ a::before {
	content: "";
	background-image: url('/wp-content/themes/woodmart-child/assets/css/../img/empty-star.svg');
  }
  .woocommerce p.stars:hover a::before {
	content: "";
	background-image: url('/wp-content/themes/woodmart-child/assets/css/../img/full-star.svg');
  }
  .woocommerce p.stars.selected a.active ~ a::before {
	content: "";
	background-image: url('/wp-content/themes/woodmart-child/assets/css/../img/empty-star.svg');
  }
  .woocommerce p.stars.selected:hover a:hover ~ a:before {
	content: "";
	background-image: url('/wp-content/themes/woodmart-child/assets/css/../img/empty-star.svg');
  }
  .woocommerce .stars a:before {
	content: "";
	background-image: url('/wp-content/themes/woodmart-child/assets/css/../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;
	text-indent: -9999px;
	font-size: 0;
  }
  .stars span {
	display: flex;
	font-size: 0;
  }
  .stars {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
	white-space: nowrap;
  }

  #reviews .single-product__title {
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 400;
}
  .comment-form-fow {
	display: flex;
  }
  .comment-form-fow .comment-form-author {
	flex: 1;
	margin-right: 10px;
  }
  .comment-form-fow .comment-form-email {
	flex: 1;
  }
  .comment-form-photo {
	display: flex;
	align-items: flex-start;
  }
  .comment-form-photo svg {
	display: inline-block;
	width: 30px;
	height: 24px;
	vertical-align: -6px;
	margin: -3px 8px 0 0;
  }
  .comment-form-photo label {
	display: inline-block;
	position: relative;
	cursor: pointer;
	padding: 0 30px;
	height: 52px;
	line-height: 50px;
	border: 0.1rem solid #026382;
	border-radius: 4px;
  }
  .comment-form-photo label svg {
	transition: none;
  }
  .comment-form-photov label {
	display: inline-block;
	position: relative;
	cursor: pointer;
	padding: 0 30px;
	width: 100%;
	height: 31px;
	line-height: 30px;
	border-radius: 62px;
	background: #ececec;
	text-align: center;
	text-transform: none !important;
	font-size: 17px !important;
  }
  .comment-form-photov label svg {
	transition: none;
  }
  .comment-form-photov label span {
	font-weight: 400;
  }
  .comment-form-photov > span {
	display: block;
	font-family: Jost, sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 5px;
  }
  .comment-form-photo label:hover {
	background-color: #000;
	color: #fff;
  }
  .comment-form-photo label:hover svg {
	fill: #fff;
  }
  .comment-form-photo input,
  .comment-form-photov input {
	position: absolute;
	display: none !important;
	width: 100% !important;
	height: 100% !important;
	opacity: 0;
	top: 0;
	left: 0;
	padding: 0 !important;
  }
  .image-preview {
	display: inline-block;
	position: relative;
	width: 150px;
	height: 150px;
	margin-left: 20px;
  }
  .video-preview {
	display: inline-block;
	position: relative;
	width: 150px;
	height: 150px;
	margin-left: 20px;
  }
  .video-preview video {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
  }
  .image-preview img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
  }
  .remove-preview-image,
  .remove-preview-video {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 20px;
	height: 20px;
	background-color: #fff;
	border-radius: 50%;
  }
  .remove-preview-image svg,
  .remove-preview-video svg {
	fill: #000;
	vertical-align: unset;
  }
  .kib-input-select__outline {
	border: 1px solid #ddd;
	display: block;
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
  }
  .kib-input-select__icon {
	color: #ddd;
	display: block;
	height: 24px;
	pointer-events: none;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
  }
  .kib-input-select__label {
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	color: #666;
	display: flex;
	justify-content: center;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 2px;
	transition-duration: 0.2s;
	transition-property: font-size, line-height;
	width: 100%;
  }
  .kib-input-select__label-content {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
  }
  .wcpr-overall-rating-top {
	display: flex;
	flex-direction: column;


  }
  .kib-input-select__wrapper {
	width: 180px;
  }
  .btDropButtons .comment-top-bar select {
	border-radius: 8px;
	border: 0;
  }
  .wcpr-overall-block {
	display: flex;
	justify-content: space-between;
  }
  .wcpr-overall-rating-middle {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	-moz-column-gap: 10px;
	column-gap: 10px;
  }
  .wcpr-overall-rating {
	flex: 0 0 20%;
  }
  #video-reviews .video-review__add {
	margin-top: 20px;
  }
  #video-reviews .single-product__title {
	margin-bottom: 10px;
  }
  .review-player {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	max-height: 248px;
  }
  .review-player .player-controls {
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 5;
	display: flex;
	align-items: center;
	-moz-column-gap: 5px;
	column-gap: 5px;
  }
  .review-player .player-controls button {
	padding: 0;
	min-height: 0;
	background: 0 0 !important;
  }
  .review-player .player-controls button:hover {
	background: 0 0 !important;
  }
  .review-player .player-duration {
	color: #fff;
  }
  .review-player .player-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 35%;
	background: linear-gradient(0deg, #000 0, rgba(0, 0, 0, 0) 100%);
	width: 100%;
	z-index: 4;
  }
  .wcpr-stars-count {
	font-size: 10px;
  }
  .wcpr-stars-count .wcpr-row > div {
	vertical-align: middle;
	text-align: center;
	box-sizing: border-box;
	padding: 0;
  }
  .wcpr-stars-count .wcpr-row .wcpr-col-process {
	width: 231px;
	font-size: inherit;
  }
  .rate-percent-bg {
	display: inline-block;
	font-size: 0;
	vertical-align: middle;
	position: relative;
	height: 8px;
	background-color: #e7e7e7;
	width: 100%;
	border-radius: 3px;
	overflow: hidden;
  }
  .rate-percent-bg .rate-percent {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	border-radius: 3px;
	background-color: #000;
  }
  .rate-percent-bg .rate-percent-bg-1 {
	position: absolute;
	text-align: center;
	width: 100%;
	color: #fff;
	z-index: 2;
  }
  .wcpr-stars-count .wcpr-row .wcpr-col-number {
	min-width: 14px;
	font-size: 14px;
	font-weight: 700;
	text-align: right;
	display: flex;
	align-items: center;
	column-gap: 3px;
  }
  .wcpr-stars-count .wcpr-row .wcpr-col-rank-count {
	font-size: 14px;
	font-weight: 400;
  }
  .wcpr-stars-count .wcpr-row .wcpr-col-star {

  }
  .wcpr-stars-count .wcpr-row {
	display: flex;
	font-size: 14px;
	width: 100%;
	height: 22px;
	align-items: center;
	-moz-column-gap: 8px;
	column-gap: 8px;
  }
  .wcpr-overall-rating-left-average {
	font-weight: 800;
	font-size: 28px;
	line-height: 28px;
	color: #333;
	margin-bottom: 5px;
  }
  .wcpr-overall-rating-left-average .out-of {
	font-size: 20px;
  }
  .wcpr-overall-rating-main {
	text-align: left;
  }
  .wcpr-overall-rating-right-star .count {
	display: none !important;
  }
  .wcpr-overall-rating-right-star .product-box__rating {
	margin-bottom: 0;
  }
  .wcpr-overall-rating-right-total {
	font-size: 14px;

  }
  #reviews .write-review {
	margin-top: 20px;
  }
  #reviews .comment-title h4 {
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 0;
  }
  .commentTxt .single-product__rating {
	margin-bottom: 5px;
  }
  .comment p {
	margin-bottom: 0;
	color: #000;
	font-size: 14px;
	line-height: 22px;
	font-weight: 300;
  }
  .comment-author {
	color: #666;
	font-size: 16px;
	margin-bottom: 5px;
  }
  .comment-thumbs {
	display: flex;
	align-items: center;
	-moz-column-gap: 20px;
	column-gap: 20px;
  }
  .comment-thumb {
	display: flex;
	align-items: center;
	background-color: #eee;
	cursor: pointer;
	padding: 8px;
	width: -moz-max-content;
	width: max-content;
  }
  .comment-thumb svg {
	fill: #000;
  }
  .comment-thumb.active svg {
	fill: #0056fd;
  }
  .comment-thumb svg {
	width: 20px;
	margin-right: 8px;
  }
  .comment-helpfull {
	display: flex;
	padding-top: 85px;
	padding-bottom: 45px;
	border-top: 1px solid #ddd;
	-moz-column-gap: 66px;
	column-gap: 66px;
	margin-top: 38px;
  }
  .comment-h-item {
	flex: 1;
  }
  .comment-h-item h3 {
	font-weight: 700;
	font-size: 16px;
	color: #000;
  }
  .comment-h-item > span {
	display: block;
	margin-bottom: 13px;
	font-weight: 400;
	font-size: 14px;
  }
  .comment-h-item article {
	padding: 19px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
	border-radius: 6px;
  }
  .comment-h-item .star-rating span:before {
	color: #000;
  }
  .comment-h-item .star-rating {
	font-size: 13px;
  }
  .comment-h-separ {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
	width: 62px;
	height: 62px;
	font-size: 23px;
	font-weight: 700;
	border: 1px solid #ddd;
	text-transform: uppercase;
	margin-top: 50px;
  }
  .comment-thumb.active .thumb-count {
	color: #121212;
  }
  .thumb-count {
	font-size: 20px;
	color: #121212;
  }
  .load-more-reviews {
	min-height: 47px;
	height: 47px;
	font-size: 14px;
	font-weight: 700;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	border-radius: 0;
	width: 460px;
  }
  .load-more-reviews:hover {
	background: #222;
	color: #fff;
  }
  .carousel__button.is-close {
	padding: 0;
	min-height: 0;
	border-radius: 0;
  }
  .carousel__button.is-close:hover {
	background-color: rgba(0, 0, 0, 0.3);
  }
  #questions .comment p {
	margin-bottom: 0;
  }
  #questions .comment-item .comment p {
	font-size: 16px;
  }

  #is_send_modal {
	z-index: 1160;
  }

  .hood-loading {
    position: relative
}

.hood-loading::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 1;
    z-index: 1;
    border-radius: inherit;
    background-color: inherit;
    box-shadow: inherit;
    transition: opacity .25s ease
}

.hood-loading::after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -9px;
    opacity: 1;
    z-index: 2;
    transition: opacity .25s ease;
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid transparent;
    border-left-color: currentColor;
    border-radius: 50%;
    vertical-align: middle;
    animation: wd-rotate 450ms infinite linear
}

.comment-item .comment-text {
	position: relative;
    max-height: 96px;
    overflow: hidden;
    transition: max-height 0.1s ease;

	&.expanded {
		max-height: 100%;
	}

	&.overflowed:not(.expanded)::before {
		content: '';
		position: absolute;
		bottom: 0;
		height: 30px;
		width: 100%;
		background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0.2) 100%);
		transition: all 0.2s ease;
	}
}

.comment-item .read-more-review {
	display: block;
	font-size: 12px;
	font-weight: 500;
	color: #000;
	margin-top: 10px;
	text-decoration: underline;
}

  .comment-item__row {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;

	.comment-item__col:first-of-type {
		flex: 0 0 270px;
	}

	.comment-item__col:nth-of-type(2) {
		flex: 1;
		padding-right: 40px;
	}

	.comment-item__col:last-of-type {
		flex: 1;
		
	}

	.comment-item__col.comments-swiper-inited .comment-images {

		width: calc(136px * 2 + 136px / 2);
		.wd-carousel {
			padding: 0;
			margin-inline: 0;
		}
	}

	.wd-nav-pagin-wrap {
		ul {
			display: flex;
			flex-direction: row;
			justify-content: center;
			column-gap: 6px;

			span {
				width: 6px;
				height: 6px;
				background-color: #DCDCDC;
				border-radius: 50%;
				display: block;
			}

			li.wd-active span {
				background-color: #000;
			}
		}
	}
  }
  .question-item .comment > p {
	font-size: 18px;
	line-height: 25px;
	font-weight: 500;
	color: #000;
  }
  .seresto-answer {
	color: #000;
	font-size: 16px;
	position: relative;
	font-weight: 700;
	margin-right: 10px;
	text-transform: uppercase;
  }
  .seresto-answer::after {
	content: "";
	position: absolute;
	right: -10px;
	top: 60%;
	transform: translateY(-50%);
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #000;
  }
  .related.products .bt_bb_headline_subheadline {
	justify-content: center;
	align-items: center;
  }
  .related.products .bt_bb_headline_subheadline .count {
	margin-top: 7px;
  }
  .comment-top-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
  }
  .comment-top-bar h4 {
	font-size: 20px;
	font-weight: 700;
  }
  .seresto-customer-photos {
	margin-bottom: 32px;
  }
  .seresto-customer-photos h4 {
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 0.208px;
	margin-bottom: 18px;
  }
  .comment-form .comment-form-rating label {
	-webkit-margin-end: 0 !important;
	margin-inline-end: 0 !important;
  }
  .comment-respond label {
	font-family: Jost, sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
  }
  .comment-form .comment-form-rating label:after {
	content: unset !important;
  }
  .seresto-customer-reviews .woocommerce-pagination {
	text-align: center;
  }
  .comment-form p.stars {
	width: 100%;
  }
  .comment-form p.stars a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000 !important;
	width: auto;
	flex: 1;
	padding: 9px 0;
  }

  .comment-form p.stars a::before {
	background-size: 35px;
	display: block;
	width: 35px;
	height: 35px;
  }
  .comment-form p.stars a[class^="star-"].active:after,
  .comment-form p.stars a[class^="star-"]:hover:after {
	color: #000 !important;
  }
  .comment-images {
	display: flex;
	flex-wrap: wrap;
	-moz-column-gap: 12px;
	column-gap: 12px;
  }
  .comment-image {
	margin-bottom: 0;
	cursor: pointer;
  }
  .comment-image.wd-active {
	
  }
  .comment-image img {
	height: 136px;
	width: 136px;
	-o-object-fit: cover;
	object-fit: cover;
	box-shadow: 0 0 0.8rem rgb(0 0 0 / 8%);
	border-radius: 8px;
  }
  .seresto-full-comments {
	max-height: 70vh;
	max-width: 70vw;
  }
  .seresto-full-comments__item {
	display: flex;
	width: 100% !important;
  }
  .seresto-full-comments__item .avatar {
	width: 40px;
  }
  .seresto-full-comments__col > img {
	height: 100%;
	display: block;
	margin: 0 auto;
	-o-object-fit: contain;
	object-fit: contain;
  }
  .seresto-full-comments__col .review {
	height: 100%;
	list-style-type: none;
  }
  .seresto-full-comments__col .review article {
	height: 100%;
  }
  .seresto-full-comments__col .review .star-rating span:before {
	color: #000;
  }
  .seresto-full-comments__col .review .star-rating {
	font-size: 13px;
  }
  .seresto-full-comments__col .review .posted {
	margin-right: 50px;
	font-size: 14px;
  }
  .seresto-full-comments__col .review .comment-title h4 {
	font-weight: 700;
  }
  .seresto-full-comments .button-next:focus,
  .seresto-full-comments .button-prev:focus {
	outline: 0 !important;
  }
  .seresto-full-comments .button-next,
  .seresto-full-comments .button-prev {
	border-radius: 16px;
	padding: 5px 30px;
	min-height: 37px;
	height: 37px;
  }
  .seresto-full-comments .button-next .wd-arrow-inner::after,
  .seresto-full-comments .button-prev .wd-arrow-inner::after {
	content: unset !important;
  }
  .reviews-heading-bar {
	display: flex;
	align-items: baseline;
	margin-bottom: 11px;
	-moz-column-gap: 5px;
	column-gap: 5px;
  }
  .comment-user-row {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	-moz-column-gap: 5px;
	column-gap: 5px;
  }
  .comment-user-row .comment-user {
	font-size: 14px;
	font-weight: 700;
  }
  .seresto-full-comments__col:first-of-type {
	width: 40%;
	margin-right: 40px;
	background-color: #ddd;
	border-radius: 12px;
  }
  .seresto-full-comments__col:nth-of-type(2) {
	width: 60%;
	overflow-y: auto;
  }
  .button-prev {
	position: absolute;
	bottom: 10px;
	right: 150px;
	z-index: 1000;
  }
  .button-next {
	position: absolute;
	bottom: 10px;
	right: 40px;
	z-index: 1000;
  }
  .btn-cart-open.wd-disabled,
  .btn-cart.wd-disabled {
	opacity: 0.5;
  }
  .swiper-comments .wd-next.wd-disabled,
  .swiper-comments .wd-prev.wd-disabled {
	display: none;
  }
  .seresto-full-comments {
	animation: ser-opacity 2s ease forwards;
  }
  .seresto-full-comments .swiper-wrapper {
	padding-bottom: 80px;
  }
  .swiper-comments .wd-carousel-item {
	padding: 0 !important;
  }
  .swiper-comments .wd-carousel-item img {
	cursor: pointer;
	border-radius: 8px;
	height: 160px;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
  }
  .swiper-comments .wd-next .wd-arrow-inner::after,
  .swiper-comments .wd-prev .wd-arrow-inner::after {
	content: unset !important;
  }
  .swiper-comments .wd-next .wd-arrow-inner,
  .swiper-comments .wd-prev .wd-arrow-inner {
	background-color: #000;
	border-radius: 50%;
	height: 36px;
	width: 36px;
  }
  .swiper-comments .wd-next svg,
  .swiper-comments .wd-prev svg {
	height: 24px;
	width: 24px;
  }
  .swiper-comments .wd-next path,
  .swiper-comments .wd-prev path {
	fill: #fff;
  }
  .swiper-comments .wd-next {
	right: 8px !important;
	inset-inline-start: unset !important;
  }
  .swiper-comments .wd-prev {
	left: 8px !important;
  }
  .wcpr-overall-rating-bottom {
	margin-top: 10px;
	text-align: center;
  }
  .wcpr-overall-rating-bottom > div {
	line-height: 1;
	font-size: 12px;
  }
  .wcpr-overall-rating-bottom > div strong {
	font-size: 14px;
	text-align: center;
  }
  .seresto-comments-wrapper,
  .seresto-question-wrapper {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 1001;
  }
  .seresto-comments-wrapper.active,
  .seresto-question-wrapper.active {
	opacity: 1;
	visibility: visible;
  }
  .seresto-comments-inner {
	max-width: 768px;
	padding: 40px;
	background-color: #fff;
	overflow-y: scroll;
	max-height: 80vh;
	border-radius: 20px;
	box-shadow: 0 0 8px rgb(0 0 0 / 8%);
	position: relative;
  }
  .close-comments {
	position: absolute;
	right: 20px;
	top: 20px;
	border: 0;
	outline: 0;
	background: 0 0;
	cursor: pointer;
	width: 20px;
	height: 20px;
  }
  .comment-form-rating {
	display: flex;
	flex-direction: column;
	padding-left: 0 !important;
	padding-right: 0 !important;
	align-items: flex-start !important;
	row-gap: 5px;
  }
  .comment-form-rating .stars span {
	display: flex;
  }
  .comment-form-rating svg {
	fill: none;
	stroke: #000;
  }
  .comment-form-rating .active svg {
	fill: #000;
	stroke: #000;
  }
  .comment-form-rating .active ~ a svg {
	fill: #000;
	stroke: #000;
  }
  #reviews {
	margin-top: 64px;
  }
  #respond input[type="text"] {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
	color: #000;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 10px;
	height: 56px;
	padding: 0 24px;
	width: 100%;
  }
  #respond textarea {
	width: 100%;
	min-height: 120px;
	padding: 15px 24px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
	color: #000;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 10px;
  }
  #respond .error {
	font-size: 12px;
	color: #db0000;
  }
  #respond button.submit {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 62px;
	padding: 0 20px;
	width: 100%;
	margin: 0 auto;
	background-color: #000;
	border-radius: 62px;
	color: #fff;
	font-weight: 600;
	font-size: 17px;
	text-transform: none;
  }
  .comment-form > p {
	margin-bottom: 10px;
  }
  #reviews {
	margin-bottom: 50px;
  }
  .comment-form-rating label {
	display: block;
	margin-bottom: 5px;
  }
  #leave-review .popup-modal__title {
	margin-bottom: 7px;
  }
  .comment-form-cookies-consent {
	display: flex;
	align-items: flex-start;
	margin-top: 10px;
	-moz-column-gap: 5px;
	column-gap: 5px;
  }
  .comment-form-cookies-consent label {
	display: block;
	font-size: 12px;
	line-height: 16px;
	text-transform: none;
  }
  .write-review-mobile {
	display: none;
  }
  .seresto-comments-box {

  }
  .seresto-comments-box .comments-grid-col:last-of-type {
	flex: 1 1 100%;
  }
  #comments .rating-box__count {
	display: none !important;
  }

  #review_form .comment-form{display: block;}
  .comment-form-recaptcha{padding-inline:10px;}
  @media (max-width: 998px) {
	#comments {
	  flex-direction: column;
	}
	#comments > div:first-of-type {
	  width: 100%;
	  margin-right: 0;
	  margin-bottom: 30px;
	}
	#comments > div:nth-of-type(2) {
	  width: 100%;
	  margin-left: 0;
	}
	.seresto-full-comments__item .avatar {
	  width: 20px;
	}
  }
  @media (max-width: 767px) {
	.swiper-comments-s {
	  margin-right: -16px;
	}
	#reviews .reviews-heading-bar {
	  justify-content: flex-start;
	  margin-bottom: 0;
	}
	#reviews {
	  margin-bottom: 0;
	}
	#comments > div:first-of-type h3 {
	  font-size: 24px;
	  margin-bottom: 10px;
	}
	.comments-grid-col > .write-review {
	  display: none;
	}
	.seresto-customer-photos > h4 {
	  display: none;
	}
	.wcpr-overall-block {
	  display: none;
	}
	.write-review-mobile {
	  display: flex;
	}
	.wcpr-overall-block {
	  flex-direction: column;
	}
	.comment-helpfull {
	  display: none;
	}
	ul.comments li.review {

	  box-shadow: none;
	  border-radius: 9px;
	  width: 100%;
	  margin-bottom: 0;
	}
	ul.comments li .star-rating {
	  font-size: 8px;
	}
	ul.comments li .commentTxt > :last-child {
	  margin-bottom: 24px;
	}
	ul.comments li .comment-image {
	  margin-bottom: 0;
	}
	.comment-image img {
	  height: 96px;
	  width: auto;
	}
	.comment-head {
	  margin-bottom: 28px;
	}
	#reviews .comment-title {
	  margin-top: 5px;
	}
	#reviews .comment-title h4 {
	  font-size: 16px;
	  line-height: 16px;
	}
	.comment p {
	  font-size: 16px;
	  line-height: 17px;
	  margin-bottom: 5px;
	}
	.wcpr-overall-rating-main {
	  display: flex;
	  align-items: center;
	  justify-content: space-between;
	  margin-bottom: 20px;
	}
	.wcpr-overall-rating-main .write-review-mobile {
	  margin-top: 0;
	}
	.wcpr-overall-rating-main .rating-box {
	  margin-bottom: 0 !important;
	}
	.wcpr-overall-rating-main .wcpr-overall-rating-right-total {
	  margin-top: 0;
	}
	.comment-images {
	  margin-top: 10px;
	}
	#reviews {
	  margin-top: 40px;
	}

	#reviews .seresto-customer-reviews {
		margin-top: 40px;
	}
	#reviews h3 {
	  font-size: 19px;
	}
	.seresto-full-comments__item {
	  flex-direction: column;
	}
	.seresto-full-comments__col:first-of-type {
	  width: 100%;
	  margin-right: 0;
	  margin-bottom: 20px;
	}
	.seresto-full-comments__col:nth-of-type(2) {
	  width: 100%;
	  overflow-y: unset;
	}
	.seresto-full-comments__item .seresto-full-comments__col > img {
	  max-height: 200px;
	}
	.fancybox__content {
	  padding: 12px;
	  width: 100%;
	}
	.seresto-full-comments {
	  max-width: 90vw;
	  max-height: 100vh;
	  height: 90vh;
	}
	.seresto-full-comments .button-next {
	  right: 0;
	}
	.seresto-full-comments .button-prev {
	  right: 120px;
	}
	.seresto-full-comments__item {
	  overflow-y: scroll;
	}
	.fancybox__slide {
	  padding-top: 60px;
	}
	#comments > div:first-of-type {
	  margin-bottom: 0;
	}
	.load-more-reviews {
	  width: auto;
	  padding-left: 30px;
	  padding-right: 30px;
	}
	#mobile-rating-summary {
	  display: flex;
	  align-items: center;
	  justify-content: space-between;
	  margin-bottom: 20px;
	}
	#mobile-rating-summary .rating-box__count {
	  display: none;
	}
	#mobile-rating-summary .mobile-rating__top {
	  font-size: 13px;
	}
	#mobile-rating-summary .mobile-rating__top strong {
	  font-size: 25px;
	}
	#mobile-rating-summary .write-review {
	  padding: 0 15px;
	}
	.comment-form p.stars a::before {
	  background-size: 25px;
	  display: block;
	  width: 25px;
	  height: 25px;
	}
	.comment-respond label {
	  font-size: 14px;
	}
	.comment-form-photov > span {
	  font-size: 14px;
	}
	.comment-form-fow {
	  flex-direction: column;
	  row-gap: 10px;
	}
	.comment-form-fow .comment-form-author {
	  flex: 1;
	  margin-right: 0;
	}
	.comment-form-fow .comment-form-email {
	  flex: 1;
	}
	.comment-respond p + .invalid-message {
	  margin-top: -10px;
	}

	#mobile-rating-summary {
		flex-wrap: wrap;
		margin-top: 40px;

		.mobile-rating__left {
			width: 50%;
		}
		.mobile-rating__right {
			width: 50%;
		}

		.mobile-rating__bottom {
			width: 100%;
		}

		#how_fit_slider {
			margin: 0 auto;
			margin-top: 20px;
			width: 320px;

			/* Style for the .noUi-value elements */
			.noUi-value[data-value="0"] {
				/* Styles for the "Runs Small" value */
				transform: translate(0,50%);
			}

			.noUi-value[data-value="1"] {
				/* Styles for the "True to size" value */
				transform: translate(-50%, 50%);
			}

			.noUi-value[data-value="2"] {
				/* Styles for the "Runs Large" value */
				transform: translate(-100%, 50%);
			}
		}

		.wcpr-stars-count {
			margin-top: 50px;
			padding-left: calc((100% - 237px)/3);
		}
	}

	.customers-reviews__meta {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		row-gap: 15px;
	}


	.comment-item__row {
		display: flex;

		grid-template-columns: 60% 60% 156px;
		grid-template-rows: 96px 96px;
	
		.comment-item__col:first-of-type {
			display: none !important;
		}
	
		.comment-item__col:nth-of-type(2) {
			grid-column: 1 / 2;
			grid-row: 1;
		}
	
		.comment-item__col:last-of-type {
			flex: 0 0 156px;
			width: 156px;
			
		}
		 
		.comment-item__col.comments-swiper-inited .comment-images {

			width: 156px;
			.wd-carousel-item {
				padding: 0;
			}
		}

		.comment p {
			font-size: 14px;

		}

		.comment-size-info div p {
			font-size: 10px;
		}
		
	  }

	  .comment-item__row  .comment-user-row {
		display: grid;
		grid-template-columns: 40px 1fr;
		grid-template-rows: 1fr 1fr;
		column-gap: 10px;
		margin-top: 10px;
		span:first-of-type {
			grid-column: 1;
			grid-row: 1 / 3;
			border-radius: 50%;
			height: 40px;
			width: 40px;
			background-color: #ddd;
			color: #000;
			text-transform: uppercase;
			font-weight: 700;
			display: flex;
			align-items: center;
			justify-content: center;
		}
	  }

	  .product-reviews-side {
		min-width: 100%;

		.comment-form-rating .stars span {
			width: 170px;
		}
	  }
  }
  @media (max-width: 380px) {
	#leave-review .popup-modal {
	  margin: 0;
	}
  }

  @keyframes ser-opacity {
	0% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	}
  }