.wp-caption-text {
    text-align: center;
    font-size: 14px !important;
    font-weight: 325 !important;
    line-height: 100% !important;
    color: var(--color-gray);
}
.afra-product-summary{
	background: var(--color-white);
	padding: 15px;
}
.woocommerce-product-gallery {
    position: sticky;
    top: 0;
}
.product-content {
	max-width: calc(80% - 7.5px);
}
.afra-ExtraDetailes {
	max-width: calc(20% - 7.5px);
}
.afra-image-tab-button {
	border: none;
	background: var(--color-white);
	max-width: 72px;
	max-height: 72px;
	font-size: 10px;
	font-weight: 450;
	line-height: 100%;
	width: 72px;
	height: 72px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.sticky-side {
	position: sticky;
	top: 0;
}
.woocommerce-product-gallery__wrapper {
	background: var(--color-white);
}
.afra-product-gallary-image-tabs{
    padding-top: 15px;
    padding-bottom: 15px;
}
.afra-image-tab-item {
	background: var(--color-white);
}
.afra-image-tab-button svg {
	position: relative;
	z-index: 10;
}
.afra-image-tab-item.more-item::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: #fff;
	opacity: .7;
	right: 0;
	top: 0;
}
.afra-price {
	background: var(--color-accent3);
}
.afra-image-tab-button {
	color: var(--color-primary);
}
.woocommerce-breadcrumb a, .woocommerce-breadcrumb span {
	font-size: 14px;
	font-weight: 325;
	line-height: 100%;
}
.woocommerce-breadcrumb {
	color: var(--color-gray);
}
.product_title.entry-title {
	font-weight: 725;
	line-height: 100%;
}
.english-title {
	font-size: 14px;
	font-weight: 325;
	line-height: 100%;
	color: var(--color-gray);
}
.rating-avg {
	font-size: 12px;
	line-height: 100%;
	color: var(--color-gray);
	font-weight: 325;
}
.rating-avg b {
	font-size: 16px;
	font-weight: 325;
	line-height: 100%;
	color: var(--color-text);
}
.review-summary button {
	border: 1px solid var(--color-accent2);
	border-radius: 12px;
	font-size: 12px;
	font-weight: 325;
	line-height: 100%;
	padding: 5px;
	max-height: 24px;
	background: var(--color-accent3);
}
.review-count button {
	border: 1px solid var(--color-tertiary);
	border-radius: 12px;
	font-size: 12px;
	font-weight: 325;
	line-height: 100%;
	padding: 5px;
	max-height: 24px;
	background: var(--color-accent1);
}
.fetture-head {
	line-height: 100%;
	font-weight: 325;
	font-size: 14px;
	margin-top: 0;
}
.summary-fetures .feature-item {
	background: var(--color-lightgray);
}
.feture-box .feture-title {
	font-size: 12px;
	font-weight: 150;
	line-height: 100%;
}
.feture-box .feture-value {
	font-size: 12px;
	font-weight: 450;
	line-height: 100%;
}
.more-feture-btn {
	max-width: 180px;
	margin: 0 auto;
	line-height: 100%;
	border-color: var(--color-tertiary) !important;
	background: var(--color-tertiary) !important;
	color: var(--color-secondary) !important;
	padding: 7px 6px !important;
}
.more-feature::before {
	content: "";
	width:50%;
	height: 1px;
	background: var(--color-divider);
}
.more-feature::after {
	content: "";
	width: 50%;
	height: 1px;
	background: var(--color-divider);
}
.product-selectable-title {
	font-size: 14px;
	font-weight: 325;
	line-height: 100%;
	margin: 0;
}
.warranty-item {
	border: 1px solid var(--color-divider);
	background: var(--color-whit-bg);
	padding: 7px 10px;
	border-radius: 24px;
	line-height: 100%;
	font-size: 14px;
	font-weight: 150;
	min-height: 40px;
	color: var(--color-gray);
	width: 100%;
	justify-content: center;
}
.warranty-item b {
	font-weight: 600 !important;
}
.active.warranty-item {
	border: 1px solid var(--color-secondary);
	background: var(--color-accent3);
	color: var(--color-secondary);
	font-weight: 450;
}
.select-waranty-head a {
	font-size: 14px;
	font-weight: 325;
	left: ;
	line-height: 100%;
}
.product-brand a {
	font-size: 14px;
	font-weight: 325;
	line-height: 100%;
	color: var(--color-secondary);
}
.product-sku {
	font-size: 14px;
	font-weight: 325;
	color: var(--color-gray);
	list-style: ;
	line-height: 100%;
}
.product-sku p {
	color: var(--color-text);
	margin: 0;
}
.category-item a {
    padding: 8px;
    border-radius: 24px;
    font-size: 12px;
    font-weight: 325;
    line-height: 100%;
    display: flex;
    min-height: 32px;
    align-items: center;
    justify-content: center;
    background: var(--color-lightgray);
}
.product-attr-select {
	padding: 0;
	margin: 0;
}
.product-attr-select .selectbtn.selected {
    border-color: var(--color-secondary);
    color: var(--color-secondary);
    background: var(--color-accent3);
}
.product-attr-select .selectbtn {
    border: 1px solid var(--color-divider);
    border-radius: 24px;
    padding: 12px;
    list-style: none;
    cursor: pointer;
    color: var(--color-gray);
}
.product-attr-select .selectbtn p {
    font-size: 14px;
    font-weight: 450;
    line-height: 100%;
    margin: 0;
}
.product-attr-select .selectbtn span {
    display: none;
}
.product-attr-select .variation-color span{
display: block !important;
}
.reset_variations {
    display: none;
}
.update_price_text {
	font-size: 12px;
	font-weight: 325;
	margin: 0;
	line-height: 100%;
}
.date_update {
	font-size: 12px;
	font-weight: 600;
	line-height: 100%;
	margin-bottom: 0;
}
.variable-price, .simple-price {
	display: flex;
	justify-content: end;
	margin-bottom: 15px;
	position: relative;
	margin-top: 15px;
}
.variable-price .price, .simple-price .price {
	display: flex;
	flex-direction: column-reverse;
	position: relative;
	margin: 0;
}
.variable-price del, .simple-price del {
	padding-left: 45px;
	text-align: left;
}
.product-discount {
	position: absolute;
	bottom: 12px;
	left: 0;
	font-size: 12px;
	font-weight: 450;
	line-height: 100%;
	background: #d32f2f;
	color: #fff;
	width: 37px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
}
.variable-price bdi , .simple-price bdi {
	font-size: 28px;
	font-weight: 725;
	line-height: 100%;
	color: var(--color-secondary);
}
.variable-price del bdi , .simple-price del bdi{
	font-size: 18px;
	font-weight: 150;
	line-height: 100%;
	color: var(--color-gray);
}
.product-variation select {
	border: 1px solid var(--color-divider);
	background: #fff;
	color: var(--color-gray);
	padding: 6px 15px;
	margin-top: 8px;
	border-radius: 24px;
}
.custom-quantity input.qty {
	width: 60px;
	text-align: center;
	border: none;
	outline: none;
	padding: 0;
	height: 100%;
}
.custom-quantity .box-inner {
	border: none !important;
	justify-content: space-between !important;
}
.qty-btn {
	border: none;
	cursor: pointer;
	font-size: 12px;
	user-select: none;
	width: 18px;
	height: 18px;
	background: var(--color-white);
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 100%;
	color: var(--color-secondary);
}
.single_add_to_cart_button {
	color: var(--color-white) !important;
}
.single_add_to_cart_button::after {
	background: var(--color-secondary) !important;
}
.afralland-WebStory {
	background: var(--color-primary);
	padding: 8px 15px;
}
.WebStory-subtitle {
	font-size: 14px;
	font-weight: 150;
	color: var(--color-divider);
	line-height: 100%;
	margin: 0;
}
.WebStory-title {
	font-size: 32px;
	color: var(--color-white);
	font-weight: 725;
	line-height: 50px;
	max-width: 298px;
	margin: 0;
}
.WebStory-box .story-item-title {
	color: var(--color-divider);
}
.WebStory-box {
	width: 100%;
}
.afra-single-rating-score {
    background: var(--color-whit-bg);
    padding: 15px;
}
.box-title {
    font-size: 20px;
    font-weight: 725;
    color: var(--color-primary);
    line-height: 100%;
    text-align: right;
    margin-top: 0;
    margin-bottom: 18px;
}

.afra-single-rating-score .rating-box {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 10px;
}
.rating-box .label {
    width: 140px;
    text-align: right;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 4px;
}
.rating-bar {
    flex: 1;
    background: #ccc;
    position: relative;
    height: 4px;
    max-width: calc(100% - 205px);
}
.rating-bar .cursor {
    width: 1px;
    height: 12px;
    background: var(--color-divider);
    position: absolute;
    top: -4px;
}
.rating-bar::before {
    content: "";
    background: linear-gradient(270deg, #f00 0%, #ffa200 49.68%, #0f7 100%);
    position: absolute;
    right: 0;
    height: 4px;
    width: var(--before-width);
    z-index: 9;
}
.rating-box .label::before {
    content: url(https://stage.afralland.com/wp-content/themes/afralland/assets/front/img/question.svg);
    display: flex;
}
.rating-bar::after {
    content: '';
    position: absolute;
    right: var(--before-width);
    top: -4px;
    width: 12px;
    height: 12px;
    background: #333;
    border-radius: 50%;
    z-index: 10;
}
.rating-bar .cursor1{
	right: 0%;
}
.rating-bar .cursor2 {
	right: 10%;
}
.rating-bar .cursor3 {
	right: 20%;
}
.rating-bar .cursor4 {
	right: 30%;
}
.rating-bar .cursor5 {
	right: 40%;
}
.rating-bar .cursor6 {
	right: 50%;
}
.rating-bar .cursor7 {
	right: 60%;
}
.rating-bar .cursor8 {
	right: 70%;
}
.rating-bar .cursor9 {
	right: 80%;
}
.rating-bar .cursor10 {
	right: 90%;
}
.rating-bar .cursor11 {
	right: 100%;
}

.rating-score {
    color: var(--color-primary);
    font-size: 48px;
    font-weight: 725;
    line-height: 100%;
    background: var(--color-lightgray);
    width: 120px;
    height: 80px;
}
.afra-gauge {
    margin-right: 68px;
}
.rating-box .score {
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    margin-right: 15px;
    width: 30px;
    text-align: center;
}
.afra-single-rating-view {
    background: var(--color-whit-bg);
    padding: 15px;
}
.afra-advantages-disadvantages {
    background: #fff;
}
.afra-vetical-title p {
    font-size: 25px;
    font-weight: 450;
    line-height: 100%;
    margin: 0;
    position: absolute;
    right: -10px;
    bottom: 40px;
    transform: rotate(90deg);
    width: 66px;
    text-align: right;
}
.afra-vetical-title {
	position: absolute;
	right: 0;
	width: 48px;
	min-height: 304px;
	top: -20px;
	background: var(--color-divider);
	height: calc(100% + 36px);
	z-index: 10;
}
.afra-disvantages,
.afra-advantages {
    margin-top: 35px;
    flex: 1;
}
.afra-vantages {
    min-height: 264px;
    min-width: 428px;
    background: var(--color-lightgray);
}
.afra-vantages ul {
    padding-right: 52px;
}
.afra-vantages ul li {
    font-size: 16px;
    font-weight: 450;
    line-height: 100%;
    color: var(--color-primary);
    margin-bottom: 15px;
}
.related.products.carousel-section {
	margin-top: 15px;
	margin-bottom: 30px;
}
.related.products.carousel-section .afra-section-title {
	padding-bottom: 15px;
}
.tabs.wc-tabs button {
	border: 0;
	background-color: var(--color-primary);
	color: var(--color-white);
	padding: 14px;
	min-width: 169px;
	font-size: 16px;
	font-weight: 600;
	line-height: 100%;
}
.tabs.wc-tabs button.active {
	background-color: var(--color-secondary);
}
.tabs.wc-tabs {
	background: var(--color-primary);
	position: sticky;
	top: 10px;
	z-index: 100;
}
.section-space.space-has-before::before {
	content: "";
	width: 100%;
	height: 1px;
	background: var(--color-divider);
	position: absolute;
	top: 50%;
}
.woocommerce-tabs .title-text {
	font-weight: 725;
	line-height: 100%;
}
.content-text div.wp-caption {
	max-width: 100%;
}
.afralland-variables .single_variation_wrap {
	display: none;
}
.editor-image img {
    display: block;
}
.afralland-gallery-wrapper .nav-buttons.prev-btn {
    transform: rotate(180deg);
}
.user-image {
    width: 56px;
    height: 56px;
    background-size: cover;
    background-position: top;
    position: relative;
}
.user-name {
    font-size: 16px;
    font-weight: 725;
    line-height: 100%;
}
.user-text {
    font-size: 16px;
    font-weight: 150 !important;
    line-height: 100% !important;
    margin: 0;
    color: var(--color-gray);
}
.user-block-content {
    background: var(--color-whit-bg);
}
.afra-product-info-btns>div {
    width: 100%;
}
.source-url,
.source-url::after {
    color: var(--color-primary) !important;
    border-color: var(--color-tertiary) !important;
    background: var(--color-accent1) !important;
    font-size: 14px !important;
    font-weight: 450 !important;
    line-height: 100% !important;
}
.catalog-url,
.catalog-url::after {
    color: var(--color-secondary) !important;
    border-color: var(--color-accent2) !important;
    background: var(--color-accent3) !important;
    font-size: 14px !important;
    font-weight: 450 !important;
    line-height: 100% !important;
}
.question-item {
    background: #fff;
    padding: 15px;
    margin-bottom: 8px;
}
.question-item h3 {
    margin: 0 !important;
    line-height: 100%;
    font-size: 20px;
    font-weight: 600;
}
.question-item p {
    font-size: 16px;
    font-weight: 325;
    line-height: 36px;
}
.afra-section-title .title-wrapper p {
	font-size: 16px;
	font-weight: 325;
    line-height: 100%;

}
.review-summary-content {
	border: 1px solid var(--color-accent2);
	padding: 15px;
	background: linear-gradient(180deg, #F6F2FF 0%, #EAE0FF 100%);
}
.view-more {
	font-size: 16px;
	font-weight: 325;
	line-height: 100%;
	background: unset;
	border: none;
	color: var(--color-secondary);
}
.review-summary-features {
	overflow-x: auto;
}
.summary-r-item {
	background: #fff;
	border-radius: 20px;
	max-width: fit-content;
	padding: 8px;
	font-size: 14px;
	font-weight: 325;
	line-height: 100%;
}
.avg-rating {
	font-weight: 875;
	font-size: 48px;
	line-height: 100%;
	color: var(--color-primary);
}
.afra-rating-count {
	font-size: 20px;
	font-weight: 150;
	color: var(--color-gray);
	line-height: 100%;
}
.review-top .box-inner {
	max-width: 202px;
}
.status-fill {
	background: var(--color-divider);
	height: 12px;
	width: 100%;
}
.r-status-item {
	font-size: 16px;
	font-weight: 325;
}
.status-fill::after {
	content: "";
	background: var(--color-secondary);
	height: 100%;
	width: var(--fill);
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}
.review-center-title {
	font-size: 16px;
	font-weight: 325;
	line-height: 100%;
	margin-top: 0;
	margin-bottom: 30px;
}
 .review-center .rating-item {
      text-align: center;
      padding: 0 10px;
      position: relative;
    }

.review-center .circle {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: conic-gradient(var(--color-primary) calc(var(--percent) * 1%), var(--color-divider) 0%);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 10px;
	position: relative;
}

    .review-center .circle::before {
      content: "";
      position: absolute;
      width: 100px;
      height: 100px;
      background: white;
      border-radius: 50%;
    }

    .review-center .score {
      position: absolute;
      font-size: 24px;
      font-weight: bold;
      color: #7b2cbf;
    }

.review-center .label {
	margin-top: 10px;
	font-size: 14px;
	color: var(--color-gray);
	font-weight: 325;
}

.review-center .divider {
	width: 1px;
	height: 156px;
	background: #ccc;
	margin: 0 10px;
}
    .review-center {
	background: #fff;
}
#respond {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999999;
	max-width: 400px;
	width: 100%;
	background: var(--color-lightgray);
	padding: 15px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	overflow-y: auto;
	bottom: 0;
	display: none;
}
#reply-title small {
	display: none;
}
.commentlist {
	padding: 0;
}
.comment-box {
	padding: 15px;
	list-style: none;
}

   .comment-box .comment-header {
      display: flex;
      justify-content: space-between;
      margin-bottom: 10px;
    }

.comment-box .user-name {
	font-weight: 325;
	color: var(--color-primary);
	font-size: 14px;
}
.comment-box .buyer {
	background: var(--color-accent3);
	line-height: 100%;
	font-size: 12px;
	font-weight: 450;
	color: var(--color-accent2);
	padding: 5px 8px;
	border-radius: 12px;
}
.comment-box .comment-date {
	font-size: 12px;
	font-weight: 150;
}
   .comment-box .rating-stars {
      color: green;
    }

   .comment-box .rating-bar-group {
      margin: 15px 0;
    }
.comment-box .description p {
	font-size: 16px;
	font-weight: 325;
	line-height: 36px;
	color: var(--color-text);
}
   .comment-box .rating-row {
      display: flex;
      align-items: center;
      margin-bottom: 5px;
    }

   .comment-box .rating-label {
      width: 70px;
      font-size: 14px;
      color: #444;
    }

    .comment-box .rating-bar {
      flex: 1;
      height: 8px;
      background: #eee;
      border-radius: 4px;
      overflow: hidden;
      margin: 0 10px;
    }

   .comment-box .rating-bar-fill {
      height: 100%;
      background: #63d245;
    }

   .comment-box .rating-score {
      width: 30px;
      font-size: 13px;
      color: #333;
      text-align: left;
    }

   .comment-box .comment-content {
      color: #222;
      line-height: 1.8;
    }

   .comment-box .comment-footer {
      display: flex;
      justify-content: space-between;
      margin-top: 15px;
      font-size: 13px;
      color: #777;
    }

   .comment-box .reply {
      background: #f3f3f3;
      border-right: 4px solid #63d245;
      padding: 15px;
      margin-top: 15px;
      border-radius: 6px;
    }

   .comment-box .reply .name {
      font-weight: bold;
      color: #003459;
    }

    .comment-box .reply .label {
      display: inline-block;
      font-size: 11px;
      background: #d9f3e3;
      color: #26834a;
      padding: 2px 6px;
      margin-right: 5px;
      border-radius: 3px;
    }

   .comment-box .reply p {
      margin-top: 10px;
      color: #333;
      line-height: 1.7;
    }

   .comment-box .images {
      margin-top: 10px;
      display: flex;
      gap: 8px;
    }

   .comment-box .images img {
      width: 60px;
      border-radius: 4px;
    }

.comment-box .reply-link {
	margin-top: 0;
	display: inline-block;
	color: #5a31b1;
	font-size: 14px;
	text-decoration: none;
}
.comment-ratings-bars {
	background: var(--color-whit-bg);
	padding: 15px;
	border-radius: 10px;
	direction: rtl;
	font-family: sans-serif;
}

.c-rating-bar {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.c-rating-label {
	text-align: center;
	font-weight: 325;
	color: var(--color-primary);
	font-size: 14px;
}

.c-rating-progress {
	flex: 1;
	height: 10px;
	background: var(--color-lightgray);
	margin: 0 10px;
	overflow: hidden;
}

.c-progress-bar {
	height: 100%;
	background-color: var(--color-tertiary);
	transition: width 0.4s ease-in-out;
}

.c-rating-title {
    width: 70px;
    text-align: left;
    font-weight: bold;
}
.c-rating-space {
	position: absolute;
	width: 2px;
	height: 100%;
	background: #fff;
	top: 0;
}
.c-space1 {
	right: 20%;
}
.c-space2 {
	right: 40%;
}
.c-space3 {
	right: 60%;
}
.c-space4 {
	right: 80%;
}
.c-space5 {
	right: 100%;
}
.like-count,.dislike-count {
	font-size: 20px;
	font-weight: 325;
	color: var(--color-gray);
}
    /* comment popup */

#reply-title {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 20px;
	font-weight: 600;
	line-height: 100%;
	background: var(--color-whit-bg);
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	padding: 15px;
	justify-content: space-between;
}
.close-comment-form {
	position: absolute;
	left: 15px;
	top: 15px;
}
.comment-product {
	background: var(--color-whit-bg);
}
.comment-product img {
	max-width: 130px;
	max-height: 96px;
	width: auto;
	height: auto;
}
#commentform {
	padding-top: 62px;
}
.comment-rating-items .rating-item {
    width: 67px;
        height: 88px;
    background: var(--color-whit-bg);
    padding: 10px;
}
.comment-rating-items {
	gap: 8px;
	justify-content: space-between;
	margin-top: 8px;
}
.rating-item.selected {
    background: var(--color-secondary);
    color: var(--color-white);
}
.comment-form-rating {
	margin-top: 14px;
	margin-bottom: 14px;
}
.comment-form-comment textarea {
	border: 1px solid var(--color-border);
	background: var(--color-lightgray);
	max-width: 100%;
	color: #000;
	max-height: 168px;
	/* opacity: 20%; */
}
#review_form_wrapper label {
	font-size: 16px;
	font-weight: 325;
	width: 100%;
}
.image-wrapper {
	width: 80px;
	height: 80px;
	position: relative;
}
.remove-btn {
	position: absolute;
	bottom: 7px;
	left: 7px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 9;
}
.image-wrapper::after {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.image-wrapper {
	width: 80px;
	height: 80px;
	position: relative;
}
.rating-table {
  display: flex;
  flex-direction: column;
  gap: 15px;
  direction: rtl;
  font-family: sans-serif;
}
.rating-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.rating-label {
	width: 80px;
	text-align: right;
}
.rating-buttons {
  display: flex;
  gap: 10px;
}
.rating-btn {
	border: 2px solid var(--color-divider);
	border-radius: 999px;
	background: var(--color-lightgray);
	cursor: pointer;
	font-size: 16px;
	color: var(--color-gray);
	transition: 0.3s;
	width: 48px;
	height: 24px;
	line-height: 100%;
	padding: 5px 15px;
}
.rating-btn.selected {
    border-color: var(--color-secondary);
    color: var(--color-secondary);
    background: var(--color-accent3);
}
.comment-images input {
    display: none;
}
.comment-images .comment-label {
    font-size: 14px !important;
    color: var(--color-secondary);
    border: 1px dashed var(--color-gray);
    padding: 5px;
}
.comment-label2 {
    font-size: 16px;
    font-weight: 325;
}
#respond .form-submit {
    display: none;
}
.comment-form-footer {
    background: #fff;
    width: calc(100% + 30px);
    margin-right: -15px;
    margin-bottom: -15px;
    margin-top: 40px;
    padding: 8px 16px;
}
.comment-form-footer p {
    margin: 0;
    font-size: 12px;
    font-weight: 325;
    color: var(--color-text);
}
.comment-form-footer .link-box {
    width: 100%;
}
.commenter-detailes {
    position: relative;
}
.commenter-detailes .comment-reply-link {
    position: absolute;
    left: 0;
    top: 0;
}
.children {
    padding: 0;
    margin-top: 15px;
}
.children li {
    background: var(--color-whit-bg);
}
.comment-form-author,
.comment-form-email {
    display: flex;
    gap: 8px;
    flex-direction: column;
}

.product-gallary-fixed {
    position: fixed !important;
    margin: 0 auto;
    width: 1000px;
    z-index: 999999;
    background: #fff;
    border-radius: 8px;
    flex-direction: column;
    max-width: 100%;
    display: none;
    box-shadow: 0px 8px 8px 0px #0000001F;
    background: var(--color-lightgray);
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    overflow-y: auto;
    bottom: 15px;
}
.gallary_head {
    background: var(--color-whit-bg);
    padding: 4px 15px;
}
.close-button-g {
	cursor: pointer;
}
.gallary_head p {
    font-size: 20px;
    font-weight: 725;
    line-height: 100%;
}
.gallery-items {
    padding: 15px;
}

.product-gallary-tab {
    margin: 0;
    padding: 0;
}
.product-gallary-tab li {
	font-size: 16px;
	font-weight: 600;
	line-height: 100%;
	padding: 15px 8px;
	color: var(--color-gray);
	filter: grayscale();
	background: var(--color-lightgray);
}

.product-gallary-tab li.active {
	color: var(--color-secondary);
	border-bottom: 4px solid var(--color-secondary);
	filter: unset;
	background: unset;
}
.product-gallary-tab li.active svg path {
	stroke: var(--color-secondary);
}
.gallery-tab {
    border-bottom: 1px solid var(--color-divider);
}
.single-product-img {
    max-width: 40%;
    width: 100%;
    position: relative;
    padding: 25px;
    background: var(--color-whit-bg);
}
.slide-item.gallery_item>* {
    max-width: 100%;
    max-height: 100%;
}

.product-gallary-fixed .thumbnail-sec {
    width: 60%;
    height: 100%;
}
.product-gallary-fixed .thumbnail-sec .gallery_item {
    width: 96px;
    height: 96px;
    border: 1px solid var(--color-divider);
}
.product-gallary-fixed .thumbnail-sec .gallery_item.video_item {
    height: 58px;
}
.video_description {
    font-size: 12px;
    font-weight: 325;
    color: var(--color-gray);
    text-align: center;
    display: block;
}
.thumbnail-sec iframe {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}
.slide-item.gallery_item.video_item > span {
	padding: 0 !important;
}