h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
	margin: 0;
}

.resp-tab-active {
	border: 1px solid #e7e7e7;
	border-bottom: none;
	margin-bottom: -1px !important;
	padding: 12px 14px 14px 14px !important;
}

.resp-tab-active {
	border-bottom: none;
	background-color: #fff;
}

.resp-accordion-active, .resp-content-active {
	display: block;
}

h2.resp-accordion {
	font-size: 13px;
	border: 1px solid #e7e7e7;
	border-top: 0 solid #e7e7e7;
	margin: 0;
	padding: 10px 15px;
}

h2.resp-tab-active {
	border-bottom: 0 solid #e7e7e7 !important;
	margin-bottom: 0 !important;
	padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
	border-bottom: 12px solid #e7e7e7 !important;
	background: blue;
}

.resp-vtabs ul.resp-tabs-list {
	float: left;
	width: 30%;
}

.resp-vtabs .resp-tabs-list li {
	display: block;
	padding: 15px 15px !important;
	margin: 0;
	cursor: pointer;
	float: none;
}

.resp-vtabs .resp-tabs-container {
	padding: 0;
	background-color: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	width: 68%;
	min-height: 250px;
	clear: none;
}

.resp-vtabs .resp-tab-content {
	border: none;
}

.resp-vtabs li.resp-tab-active {
	border: 1px solid #e7e7e7;
	border-right: none;
	background-color: #fff;
	position: relative;
	z-index: 1;
	margin-right: -1px !important;
	padding: 14px 15px 15px 14px !important;
}

.resp-arrow {
	width: 0;
	height: 0;
	float: right;
	margin-top: 3px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 12px solid #e7e7e7;
}

h2.resp-tab-active span.resp-arrow {
	border: none;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 12px solid #9b9797;
}

h2.resp-tab-active {
	background: #dbdbdb !important;
}

.resp-easy-accordion h2.resp-accordion {
	display: block;
}

.resp-easy-accordion .resp-tab-content {
	border: 1px solid #e7e7e7;
}

.resp-easy-accordion .resp-tab-content:last-child {
	border-bottom: 1px solid #e7e7e7 !important;
}

.resp-jfit {
	width: 100%;
	margin: 0;
}

.resp-tab-content-active {
	display: block;
}

h2.resp-accordion:first-child {
	border-top: 1px solid #e7e7e7 !important;
}

@media only screen and (max-width:767px) {
	h2.resp-accordion {
		display: block;
	}
	
	.resp-vtabs .resp-tab-content {
		border: 1px solid #e7e7e7;
	}
	
	.resp-vtabs .resp-tabs-container {
		border: none;
		float: none;
		width: 100%;
		min-height: initial;
		clear: none;
	}
	
	.resp-accordion-closed {
		display: none !important;
	}
	
	.resp-vtabs .resp-tab-content:last-child {
		border-bottom: 1px solid #e7e7e7 !important;
	}
}

.commentlist {
	list-style: none;
	margin: 15px 0;
	padding: 0;
}

.commentlist:after {
	content: " ";
	display: table;
	clear: both;
}

.commentlist li {
	clear: both;
	margin-bottom: 20px;
}

.commentlist li:last-child {
	margin-bottom: 0;
}

@media (max-width:575px) {
	.commentlist li .comment_container {
		background: var(--porto-title-bgc);
		padding: 10px 10px 15px;
	}
}

.commentlist li .comment-text {
	padding: 20px;
	position: relative;
	background: var(--porto-title-bgc);
}

@media (max-width:575px) {
	.commentlist li .comment-text {
		padding: 0;
		background: transparent;
	}
}

.commentlist li .comment-text p {
	font-size: .9em;
	line-height: 21px;
	margin: 0;
	padding: 0;
}

.commentlist li .comment-text .meta {
	font-size: 1em;
	margin: 0;
}

.commentlist li .comment-text .meta strong {
	display: inline-block;
	line-height: 21px;
	margin: 0;
	padding: 0 0 5px 0;
}

@media (max-width:575px) {
	.commentlist li .comment-text .meta strong {
		display: block;
		padding-bottom: 0;
	}
}

.commentlist li .comment-text .meta time {
	color: #999;
	font-size: .9em;
}

.comment-reply-title {
	font-size: 1.4em;
	font-weight: 600;
	line-height: 27px;
	margin: 0 0 14px 0;
}

.comment-form-rating {
	margin-bottom: 1rem;
}

.comment-form-rating label {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 0;
}

.comment-form-rating .stars {
	display: inline-block;
	position: relative;
	top: -.5em;
	white-space: nowrap;
}

.comment-form-rating .stars span a {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 14px;
	text-indent: -9999em;
	transition: .2s;
}

.comment-form-rating .stars span a:before {
	color: #706f6c;
	content: "";
	position: absolute;
	left: 0;
	height: 24px;
	text-indent: 0;
	letter-spacing: 1px;
}

.comment-form-rating .stars span a:hover:before {
	color: #706f6c;
}

.comment-form-rating .stars .star-1 {
	z-index: 10;
}

.comment-form-rating .stars .star-1:before {
	width: 17px;
}

.comment-form-rating .stars .star-1.active:before, .comment-form-rating .stars .star-1:hover:before {
	content: "";
}

.comment-form-rating .stars .star-2 {
	z-index: 9;
}

.comment-form-rating .stars .star-2:before {
	width: 34px;
}

.comment-form-rating .stars .star-2.active:before, .comment-form-rating .stars .star-2:hover:before {
	content: "" "";
}

.comment-form-rating .stars .star-3 {
	z-index: 8;
}

.comment-form-rating .stars .star-3:before {
	width: 51px;
}

.comment-form-rating .stars .star-3.active:before, .comment-form-rating .stars .star-3:hover:before {
	content: "" "" "";
}

.comment-form-rating .stars .star-4 {
	z-index: 7;
}

.comment-form-rating .stars .star-4:before {
	width: 68px;
}

.comment-form-rating .stars .star-4.active:before, .comment-form-rating .stars .star-4:hover:before {
	content: "" "" "" "";
}

.comment-form-rating .stars .star-5 {
	z-index: 6;
}

.comment-form-rating .stars .star-5:before {
	content: "" "" "" "" "";
	font-weight: 400;
}

.comment-form-rating .stars .star-5.active:before, .comment-form-rating .stars .star-5:hover:before {
	font-weight: 900;
}

.elementor-widget .product-nav, .elementor-widget-container .product-nav {
	right: 0;
}

.product-nav .product-popup .product-details .amount .currency, .product-nav .product-popup .product-details .amount .decimal {
	font-size: .75em;
	font-weight: 400;
}

.product-nav .product-popup .product-details .amount .currency .decimal {
	font-size: 1em;
}

.elementor-widget-porto_cp_wishlist .yith-wcwl-add-to-wishlist span:not(.yith-wcwl-tooltip), .wpb-sp-wishlist .yith-wcwl-add-to-wishlist span:not(.yith-wcwl-tooltip) {
	width: auto;
	text-indent: 0;
}

#reviews .commentlist li {
	position: relative;
	padding-left: 115px;
}

@media (max-width:575px) {
	#reviews .commentlist li {
		padding-left: 0;
	}
}

#reviews .commentlist .img-thumbnail {
	position: absolute;
	left: 0;
	top: 0;
}

@media (max-width:575px) {
	#reviews .commentlist .img-thumbnail {
		position: static;
		margin: 0 12px 10px 0;
		float: left;
	}
}

#reviews .commentlist .comment-text {
	min-height: 90px;
}

#reviews .commentlist .comment-text:before {
	content: "";
	border-bottom: 15px solid transparent;
	left: -15px;
	border-top: 15px solid transparent;
	border-right: 15px solid var(--porto-gray-1);
	height: 0;
	position: absolute;
	top: 28px;
	width: 0;
}

@media (max-width:575px) {
	#reviews .commentlist .comment-text:before {
		display: none;
	}
}

#reviews .commentlist .star-rating {
	float: right;
}

@media (max-width:575px) {
	#reviews .commentlist .star-rating {
		float: none;
	}
}

h2.resp-accordion {
	padding: 15px !important;
	line-height: 1.4;
	font-size: 1em;
}

.resp-arrow {
	display: none;
}

@media (max-width:767px) {}

.woocommerce-tabs .resp-tabs-list li.resp-tab-active {
	color: var(--porto-heading-color) !important;
}

.woocommerce-tabs h2.resp-accordion {
	border-top: none !important;
	border-left: none;
	border-right: none;
	background: none !important;
	text-transform: uppercase;
	font-weight: bold;
	color: var(--porto-heading-color);
}

.woocommerce-tabs h2.resp-accordion:before {
	content: "";
	font-family: "porto";
	float: left;
	margin-right: 10px;
}

.woocommerce-tabs h2.resp-tab-active {
	border-bottom: 2px solid var(--porto-primary-color) !important;
}

.woocommerce-tabs h2.resp-tab-active:before {
	content: "";
}

.sp-linked-heading {
	font-size: 1rem;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.0784313725);
}