.detail-block {
	padding-top: 120px;
}

.detail-block .woocommerce-notices-wrapper {
	max-width: 1400px;
	margin: auto;
}



/* header,
.screen-reader-text,
.product-price-value del,
.woo-variation-product-gallery,
.woo-selected-variation-item-name1 {
	display: none !important;
} */
.single-product .header {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 5%);
}

.product_detail_cnt {
	max-width: 1400px;
	margin: auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 120px;
	padding: 70px 0 60px;
}

.product-fixed {
	background: #fff;
	position: fixed;
	top: -100px;
	left: 0px;
	width: 100%;
	height: 80px;
	z-index: 111;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 5%);
	border-bottom: 1px solid #E8E8E8;
	padding: 15px 50px;
	display: flex;
	align-items: center;
	transition: all 0.5s ease-out;
}

.product-fixed.sticky {
	top: 0px;
}

.top-view-image-title-wrap {
	display: flex;
	align-items: center;
}

.top-view-image-title-wrap .product-title {
	font-weight: 300;
	margin-left: 10px;
}

.top-view-image-title-wrap .product-image {
	width: 45px;
	height: 45px;
	border: 1px solid #e3e3e3;
	padding: 10px 5px;
	background-position: center !important;
}

.top-view-price-wrap {
	display: flex;
	align-items: center;
	margin-left: auto;
}

.top-view-price-wrap .product-price {
	align-items: center;
	gap: 25px;
	margin-right: 40px;
}

.top-view-price-wrap .product-price .amount {
	font-size: 22px;
	font-weight: 700;
}

.top-view-price-wrap .product-price .amount .woocommerce-Price-currencySymbol {
	font-size: 19px;
}

.top-view-price-wrap .product-price del .amount {
	color: #aaaaaa;
	font-weight: 400;
	font-size: 18px;
}

.top-view-price-wrap .product-price del {
	text-decoration-color: #aaaaaa;
}

.top-view-price-wrap .product-price del .amount .woocommerce-Price-currencySymbol,
.top-view-price-wrap .product-price label {
	display: none;
}

.top-view-price-wrap .product-button button {
	background: var(--color-gradient);
	width: 135px;
	height: 40px;
	border: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	color: #ffffff;
	letter-spacing: 1px;
	font-size: 16px;
	font-weight: 400;
	font-family: Hisense Sans Alfabet;
}

.top-view-price-wrap .product-button button:hover {
	background: #39D5CE;
}

.detail_right {
	position: relative;
}

.detail_right .tinvwl-icon-heart {
	top: -15px;
	right: 0px;
	width: 50px !important;
	height: 50px !important;
}

.product-categories {
	color: #1b1b1d;
	font-family: "HisenseSansAlfabet-Bold", sans-serif;
	font-size: 26px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
}

.product_left {
	overflow: hidden;
	position: relative;
}

.product_left .onsale {
	left: 15px;
	top: 15px;
}

.detail_right h1 {
	color: #1b1b1d;
	text-align: left;
	font-size: 52px;
	line-height: 60px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.short-description {
	padding-left: 70px;
	background: url(../images/screen.png) no-repeat;
	margin-bottom: 30px;
}

.short-description .description-container {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
}

.short-description .description-container p {
	line-height: 30px;
	text-transform: uppercase;
}

.meta-child {
	display: none !important;
}

.wvs-style-squared {
	display: flex;
	flex-wrap: wrap;
}

.wvs-style-squared li {
	margin: 0 !important;
	padding: 0 !important;
}

.wvs-style-squared .selected span {
	color: #00B3AC;
	font-family: "HisenseSansAlfabet-Medium", sans-serif;
	font-size: 16px;
	line-height: 26px;
	font-weight: 700 !important;
	border-color: #00B3AC !important;
}

.wvs-style-squared .selected {
	box-shadow: 0 0 0 1px #00B3AC !important;
}

.reset_variations {
	display: block;
	margin-top: 7px;
	    font-size: 15px !important;
}

.woo-variation-swatches .variable-items-wrapper {
	column-gap: 16px;
	row-gap: 10px;
}

.variations .tr>div {
	margin-bottom: 15px;
}

.variations .label {
	margin-bottom: 7px;
}

.variations .label label {
	font-size: 18px;
	font-weight: 500;
}

.detail-price {
	margin-bottom: 10px;
}

.detail-price .price del {
	margin-left: 10px;
}

/* ------------------------------------------------- */

.grand-total-card {
	width: 100%;
	margin-top: 58px;
	background: #f5f5f5;
	padding: 34px 34px 39px 34px;
	/* box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05); */
	border-radius: 20px;
}

.grand-total {
	display: flex;
	justify-content: space-between;
	column-gap: 30px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 17px;
}

.grand-total-title h4 {
	color: #1d1d1f;
	text-align: left;
	font-size: 30px;
	font-weight: 500;
	text-transform: uppercase;
}

.grand-total-title span {
	display: block;
	color: #9f9f9f;
	font-family: "HisenseSansAlfabet-Book", sans-serif;
	font-size: 14px;
	font-weight: 400;
}

.grand-total-card-container ul {
	margin: 20px 0 0 0;
}

.grand-total-card-container ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
}

.grand-total-card-container ul li:not(:first-child) {
	margin-top: 18px;
}

.product-price {
	display: flex;
	justify-content: space-between;
}

.grand-total-card-container ul li div:first-child {
	color: #1d1d1f;
	font-size: 18px;
	font-weight: 400;
}


.grand-total-card-container ul li div:nth-child(2) span {
	color: #1d1d1f;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
}

.grand-total-card-container ul li .shipping-charge-value .amount,
.grand-total-card-container ul li .installation-fee-value .amount {
	font-size: 18px;
	color: #1d1d1f;
	font-family: Hisense Sans Alfabet;
}

.grand-total-card-container ul li div:nth-child(2) span .woocommerce-Price-currencySymbol {
	font-size: 17px;
}

.grand-total-card-container ul li .shipping-charge-value .amount .woocommerce-Price-currencySymbol,
.grand-total-card-container ul li .installation-fee-value .amount .woocommerce-Price-currencySymbol {
	font-size: 16px;
	font-family: Hisense Sans Alfabet;
}

.grand-total-card-container ul li .product-price-value del {
	display: none;
}

.grand-total-button {
	display: flex;
	align-items: center;
	column-gap: 20px;
}

.grand-total-button .button:not(.plus, .minus) {
	height: 50px;
	/* border: none;
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	background: var(--color-gradient); */
	width: calc(100% - 160px - 15px);
	/* border-radius: 100px; */
}


.grand-total-button .pro-quantity {
	width: 160px;
	min-width: 160px;
	border: 1px solid #717172;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	background: #ffffff;
	border-radius: 100px;
}

.grand-total-button .input-text {
	border: none;
	height: 50px;
	width: 50px !important;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	background-color: transparent;
	padding: 0 5px;
	border-radius: 0;
	-moz-appearance: textfield;
}

.grand-total-button .plus,
.grand-total-button .minus {
	width: 25px;
	color: #707070;
	border: none;
	font-size: 35px;
	padding: 0;
	background: transparent;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.added_to_cart.wc-forward {
	min-width: 150px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #717172;
	border-radius: 50px;
}

.added_to_cart.wc-forward:hover {
	background: linear-gradient(96.13deg, #12DFCC 23.43%, #03AD9E 83.07%);
	color: #fff;
	border: 1px solid transparent;
}

/* ------------------------------------------------- */

.grand-total-card-container label {
	display: block;
	margin: 24px 0;
	padding-bottom: 34px;
	font-size: 16px;
	font-weight: 400;
	border-bottom: 1px solid #E5E5E5;
	position: relative;
}

.grand-total-card-container label input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.grand-total-card-container label>span {
	display: flex;
	align-items: center;
	cursor: pointer;
	position: relative;
}

.grand-total-card-container label>span::before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	border: 2px solid #D1D1D1;
	border-radius: 4px;
	background-color: #fff;
	margin-right: 10px;
	transition: background-color 0.3s, border-color 0.3s;
}

.grand-total-card-container label input[type="checkbox"]:checked+span::before {
	background: #000000;
	border-color: #000000;
}

.grand-total-card-container label input[type="checkbox"]:checked+span::after {
	content: '';
	position: absolute;
	left: 10px;
	top: 4px;
	width: 6px;
	height: 12px;
	border: solid #13E0CD;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

/* ------------------------------------------------- */

.top--features {
	display: flex;
	align-items: center;
	margin-bottom: 6px;
}

.top--features :last-child {
	margin-left: auto;
}

.sale-percentage {
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	background: #000000;
	color: #ffffff;
	margin-left: 16px;
	height: 26px;
	line-height: 32px;
	padding: 0 10px;
}

/* ------------------------------------------------- */

.screen-reader-text,
.woocommerce>.woocommerce-breadcrumb,
.comment-form-rating .nice-select {
	display: none !important;
}

/* .delivery-truck {
	position: absolute;
	bottom: 5%;
	right: 15px;
	z-index: 1;
}

.single_variation_wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-top: 1px solid rgba(99, 99, 99, .25);
	row-gap: 15px;
}

.product_cat-nouqoush .area-calculation {
	margin: 0;
	padding: 15px 0;
} */

/* ------------------------------------------------- */

.substrate-details {
	display: flex;
	flex-wrap: wrap;
}

.substrate-details li {
	width: 100%;
	padding: 15px 0;
}

.substrate-details li+li {
	border-top: 1px solid rgba(0, 0, 0, 0.50);
}

/* ------------------------------------------------- */

.area-calculation {
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	width: 100%;
}

.area-calculation>* {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.area-calculation label {
	margin: 0 5px 0 0;
	font-weight: 600;
	color: #636363;
	font-size: 14px;
}

.area-calculation input[type="number"] {
	width: 52px;
	height: 35px;
	border: 1px solid rgba(99, 99, 99, .25);
	padding: 0 5px;
	text-align: center;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.area-calculation span:not(.min-order-info, .min-pacakge-size) {
	color: #ffffff;
	height: 100%;
	width: 35px;
	height: 35px;
	display: flex;
	font-size: 13px;
	align-items: center;
	text-align: center;
	justify-content: center;
	background: var(--color-third);
	-moz-border-radius: 0 100px 100px 0;
	-webkit-border-radius: 0 100px 100px 0;
	border-radius: 0 100px 100px 0;
}

.area-calculation .height {
	margin-left: 15px;
}

.min-order-info {
	margin-left: 15px !important;
}

.total-area {
	line-height: 1;
	color: #636363;
	margin-bottom: 15px;
}

.total-area label {
	margin: 0;
}

.total-area span {
	font-weight: 700;
}

.min-required {
	margin-top: 5px;
	font-weight: 600;
}

.min-required.error {
	color: red;
}

/* ------------------------------------------------- */

.pro-calculator.fancybox-content {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

.pro-calculator .calculate-button {
	margin-top: 10px;
}

.calculatormyform-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1%;
	row-gap: 15px;
}

.calculatormyform-list .form-field {
	font-size: 14px;
}

.calculatormyform-list>li,
.calculatormyform-list ul:not(.list) li {
	width: 48%;
	margin: 0 1%;
}

.calculatormyform-list li:nth-child(3) {
	width: 100%;
}

.calculatormyform-list .nice-select,
.calculatormyform-list .nice-select.open .list {
	width: 100%;
}

.calculatormyform-list .calculate-button {
	margin-top: 15px;
}

.calculatormyform-list .calculate-button:hover {
	color: #ffffff;
	background: var(--color-secondary);
	border-color: var(--color-secondary);
}

/* ------------------------------------------------- */

/* .woo-variation-product-gallery {
	margin: 0 !important;
	width: 100% !important;
}

.woo-variation-gallery-wrapper .woo-variation-gallery-slider img {
	height: 550px !important;
	object-fit: cover;
}

.woo-variation-gallery-thumbnail-slider .slick-track {
	display: flex;
}

.woo-variation-gallery-thumbnail-slider .slick-list .slick-slide:not(:first-child) {
	margin-left: 15px;
}

.single-first-section {
	width: 100%;
}

.woo-variation-gallery-thumbnail-slider .wvg-thumbnail-next-arrow,
.woo-variation-gallery-thumbnail-slider .wvg-thumbnail-prev-arrow {
	visibility: visible;
	opacity: 1;
	background: transparent;
} */

/* ------------------------------------------------- */

.single-first-section:not(.search-page) .container {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

/* ------------------------------------------------- */

.variations_form>div {
	width: 100%;
}

/* ------------------------------------------------- */

.product-gallery {
	width: 50%;
	position: relative;
}

.product-gallery-right {
	width: 45%;
	margin-left: auto;
}

.product-gallery-right .brand {
	display: block;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	color: var(--color-secondary);
}

.product-gallery-right h1 {
	font-size: 27px;
	line-height: 32px;
	margin-bottom: 10px;
	/*text-transform: lowercase;*/
}

.product-gallery-right .price .amount,
.product-gallery-right .price .unit-price-text {
	font-size: 22px;
	font-weight: bold;
}

.product-gallery-right .price .unit-price-text {
	margin-right: 5px;
	display: inline-block;
}

.product-gallery-right .price label {
	margin: 0;
}

.product-gallery-right ins+del {
	margin-left: 10px;
	opacity: .5;
	font-weight: 300;
	position: relative;
	text-decoration: none;
	font-size: 15px;
}

.product-gallery-right ins+del::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #999999;
}


p.price,
.product-sku {
	display: block;
	padding: 15px 0;
	margin: 0;
	border-top: 1px solid rgba(99, 99, 99, .25);
}

p.price {
	border-bottom: 1px solid rgba(99, 99, 99, .25);
}

.product-sku label {
	margin: 0;
	font-weight: bold;
}

.woo-variation-swatches.wvs-show-label .variations th {
	text-align: left;
}

.vat-note {
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(99, 99, 99, .25);
}

.sqm {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.moq-note label {
	margin: 0;
}

.availability-note {
	display: block;
	margin: 0 0 7px 0;
}

.availability-note p {
	display: flex;
	align-items: center;
}



.installation-note {
	margin-top: 15px;
}

.availability-note label,
.installation-note label {
	margin: 0 5px 0 0;
}

.vat-note,
.vat-note label,
.moq-note label,
.availability-note label,
.installation-note label {
	font-weight: 700;
}

.sqm .info,
.availability-note .info,
.min-order-info,
.product-gallery-right .price .info {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #f5d471;
	text-align: center;
	font-size: 13px;
	line-height: 25px;
	font-weight: 700;
	position: relative;
	margin-left: 5px;
	cursor: pointer;
	justify-content: center;
}

/* .tooltip::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	background: #ffffff;
	width: 30px;
	height: 30px;
	margin: auto;
	bottom: -5px;
	transform: rotate(45deg);
	z-index: -1;
} */

.sqm .info .tooltip,
.min-order-info .tooltip,
.availability-note .info .tooltip,
.product-gallery-right .price .info .tooltip {
	position: absolute;
	background: #ffff;
	padding: 5px;
	border: 1px solid #999999;
	left: 15px;
	top: -120%;
	min-width: max-content;
	font-size: 13px;
	font-weight: 400;
	visibility: hidden;
	opacity: 0;
	transition: top var(--time) ease-in-out, visibility var(--time) ease-in-out, opacity var(--time) ease-in-out;
	transform: translate(-50%, -50%);
	z-index: 0;
	isolation: isolate;
}

.sqm .info:hover .tooltip,
.min-order-info:hover .tooltip,
.availability-note .info:hover .tooltip,
.product-gallery-right .price .info:hover .tooltip {
	opacity: 1;
	visibility: visible;
	top: -100%;
}

.installation_note {
	margin-top: 15px;
}

.tooltip ul {
	font-size: 13px;
	padding-left: 20px;
	text-align: left;
}

.tooltip li {
	line-height: 1;
	list-style: disc;
}

.tooltip li+li {
	margin-top: 7px;
}

/* ------------------------------------------------- */

.detail-block .woo-variation-gallery-thumbnail-wrapper {
	margin-top: 47px;
}

.detail-block .wvg-gallery-thumbnail-image {
	width: 100px !important;
	overflow: hidden;
	object-fit: cover;
	border: 2px solid rgba(83, 103, 110, 0.50);
}

.wvg-gallery-thumbnail-image+.wvg-gallery-thumbnail-image {
	margin-left: 40px;
}

.woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-slider {
	display: flex !important;
	justify-content: center;
	padding: 0 50px;
}

.woo-variation-gallery-thumbnail-slider .wvg-thumbnail-next-arrow:before,
.woo-variation-gallery-thumbnail-slider .wvg-thumbnail-prev-arrow:before {
	color: #2d3438;
	font-size: 40px;
}

.woo-variation-gallery-thumbnail-slider .wvg-thumbnail-next-arrow:hover,
.woo-variation-gallery-thumbnail-slider .wvg-thumbnail-prev-arrow:hover {
	background: initial;
}

/* --------------------------------------------------------------------------------------- */

.shopdetail_first-block {
	padding: 140px 0;
	background: var(--color-light);
}

/*------------rtl---------*/
.rtl .product_left .onsale {
	left: inherit !important;
	right: 15px;
}

.rtl .top--features :last-child{
	margin-left: inherit;
	  margin-right: auto;
}

.rtl .detail_right .tinvwl-icon-heart {
	right: inherit !important;
	left: 0px;
}

.rtl .sale-percentage {
	margin-left: 0px;
	margin-right: 16px;
}

.rtl .detail_right h1 {
	text-align: right;
}

.rtl .short-description {
	padding-left: 0px;
	padding-right: 70px;
	background-position: top right;
}

.rtl .detail-price .price del {
	margin-left: 0px;
	margin-right: 10px;
}

.rtl .top-view-price-wrap {
	margin-left: unset;
	margin-right: auto;
}

.rtl .top-view-price-wrap .product-price {
	margin-left: 40px;
	margin-right: 0px;
}

.rtl .top-view-image-title-wrap .product-title {
	margin-left: 0px;
	margin-right: 10px;
}

.rtl .grand-total-card-container label>span::before {
	margin-left: 10px;
	margin-right: 0px;
}

.rtl .variations .label {
	display: flex;
}

.variations .tr>div, .variations .tr>ul, .woo-variation-swatches .variable-items-wrapper {
    margin-bottom:15px !important;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span {
    padding: 0 10px !important;
    text-transform: uppercase;
    font-size: 15px !important;
}

.variations .tr{
	  display: block;
	   margin-bottom:15px !important;

}

.woo-variation-swatches.wvs-show-label .variations th .woo-selected-variation-item-name{
	    font-weight: 400 !important;
}

 .woocommerce div.product form.cart .variations th{
	   line-height: 24px;
 }

@media (max-width: 1450px) {
	.detail_right h1 {
		font-size: 36px;
		line-height: 46px;
	}

	.product-categories{
		  font-size: 16px;
	}

	.sale-percentage{
		   font-size: 13px;
	}

	.product_detail_cnt {
		padding: 150px 3% 50px;
		column-gap: 60px;
	}

	.grand-total-title h4 {
		font-size: 26px;
	}

}

@media (max-width: 1040px) {
	.product-gallery-right {
		width: 47%;
	}

	.shopdetail_first-block {
		padding: 80px 0;
	}

	.detail_right h1 {
		font-size: 30px;
		line-height: 40px;
	}

	
	.product-categories{
		font-size: 16px;
	}

	.sale-percentage{
		   font-size: 13px;
	}
}

@media (max-width: 860px) {

	.product-gallery,
	.product-gallery-right {
		width: 100%;
	}

	.product-gallery-right {
		margin-top: 30px;
	}

	.product-gallery-right .price .amount,
	.product-gallery-right .price .unit-price-text {
		font-size: 20px;
	}

	.product-gallery-right h1 {
		font-size: 22px;
		line-height: 25px;
	}

	.share-box li {
		font-size: 14px;
	}

	.share-box li+li {
		margin-left: 15px;
	}

	.share-box img {
		margin-right: 5px;
	}

	.share-box .icon {
		margin-left: 5px;
	}

	/*.woo-variation-gallery-wrapper .woo-variation-gallery-slider img {
		height: 362px !important;
	}*/

	/* .detail-block .wvg-gallery-thumbnail-image {
		width: 100% !important;
	} */

	.post-type-archive .fancybox-slide {
		padding: 0 !important;
	}

	.fancybox-content {
		width: 100% !important;
	}

	.fancybox-button {
		height: 30px !important;
		padding: 4px !important;
		width: 30px !important;
	}

	.woo-variation-gallery-thumbnail-slider .slick-list .slick-slide:not(:first-child) {
		margin-left: 7px;
		width: 100% !important;

	}

	.woo-variation-gallery-slider-wrapper .wvg-slider-next-arrow {
		right: 0;
	}

	.woo-variation-gallery-slider-wrapper .wvg-slider-prev-arrow {
		left: 0;
	}

	.product_detail_cnt {
		grid-template-columns: repeat(1, 1fr);
		padding-top: 60px;
		gap: 50px;
	}

	.grand-total-card {
		margin-top: 30px;
	}

	.product-fixed {
		height: 60px;
		padding: 10px 20px;
	}

	.top-view-price-wrap .product-price .amount {
		font-size: 18px;
	}

	.top-view-price-wrap .product-price del .amount {
		font-size: 15px;
	}

	.top-view-price-wrap .product-price {
		margin-right: 20px;
		gap: 12px;
	}

	.rtl .top-view-price-wrap .product-price {
		margin-right: 20px;
	}

	.top-view-price-wrap .product-button button {
		height: 36px;
		width: 120px;
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.star-rating {
		font-size: 12px;
	}

	.comment-form-comment textarea {
		min-height: 100%;
		height: 100px !important;
	}

	.shopdetail_first-block {
		padding: 50px 0;
	}

	.detail-block .wvg-gallery-thumbnail-image {
		width: auto;
		height: auto;
	}

	.wvg-gallery-thumbnail-image+.wvg-gallery-thumbnail-image {
		margin-left: 10px;
	}

	.woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-slider {
		padding: 0 10px;
	}

	.detail-block .woo-variation-gallery-thumbnail-wrapper {
		margin-top: 20px;
	}

	/*.woo-variation-gallery-wrapper .woo-variation-gallery-slider img {
		height: 256px !important;
		width: 100% !important;
	}*/

	.substrate-list {
		flex-wrap: wrap;
	}

	.sale-percentage {
        font-size: 12px;
    }

	    .product-categories {
        font-size: 15px;
    }

	.grand-total-value .price{
		   font-size: 20px !important;
	}
}

@media (max-width: 640px) {

	.pro-quantity,
	.tinvwl-icon-heart,
	.pro-quantity .input-text,
	.woo-free-sample-button {
		height: 46px;
	}

	.tinvwl-icon-heart {
		width: 46px;
	}

	.calculatormyform-list:not(.list) li {
		width: 100%;
	}

	.pro-calculator.fancybox-content {
		padding: 25px;
	}

	.sqm .info .tooltip,
	.min-order-info .tooltip,
	.availability-note .info .tooltip,
	.product-gallery-right .price .info .tooltip {
		min-width: 200px;
		font-size: 12px;
		max-width: 200px;
		line-height: initial;
	}

	.detail_right h1 {
		font-size: 26px;
		line-height: 32px;
	}

	.grand-total-title h4 {
		font-size: 20px;
	}

	.grand-total-card-container ul li div:nth-child(2) span {
		font-size: 18px;
	}

	.grand-total-card-container ul li div:first-child {
		font-size: 16px;
	}
}

@media (max-width: 860px) {

	.tinvwl-icon-heart {
		margin-left: 5px;
	}

	.commentlist {
		padding: 0 0 0 15px;
	}
}

@media (max-width: 480px) {
	.woo-variation-product-gallery {
		width: 100% !important;
	}

	.woo-variation-gallery-wrapper .woo-variation-gallery-trigger {
		top: 0px !important;
	}

	.top--features {
		margin-bottom: 30px;
	}

	.grand-total-card {
		padding: 30px 25px;
	}

	.grand-total-button {
		flex-wrap: wrap;
		gap: 10px;
		justify-content: center;
	}

	.product-fixed {
		flex-wrap: wrap;
		height: auto;
		row-gap: 5px;
		justify-content: center;
	}

	.top-view-image-title-wrap .product-image {
		height: 25px;
		width: 30px;
	}

	.top-view-image-title-wrap .product-title {
		font-size: 14px;
	}

	.top-view-price-wrap .product-price .amount {
		font-size: 14px;
	}

	.top-view-price-wrap .product-price .amount .woocommerce-Price-currencySymbol {
		font-size: 12px;
	}

	.top-view-price-wrap .product-price del .amount {
		font-size: 12px;
	}

	.top-view-price-wrap .product-button button {
		height: 30px;
	}

	.top-view-price-wrap,
	.rtl .top-view-price-wrap {
		margin: auto;
	}
}


.woocommerce div.product div.images.woocommerce-product-gallery{
	   width: 100%;
}



.detail-block {
    padding-top: .0;
}

.grand-total-value .price {
    color: #1d1d1f !important;
    /* font-family: "HisenseSansAlfabet-Medium", sans-serif; */
    font-size: 28px !important;
    font-weight: 500;
    text-transform: uppercase;
    display: flex
;
    gap: 24px;
    justify-content: center;
    align-items: flex-end;
}

.detail_right .grand-total-card-container {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
    padding-bottom: 25px;
}

.grand-total-button .btn_outline {
    display: inline-block;
    align-content: center;
    background: #ffffff;
    border: 1px solid #717172 !important;
	background-color: transparent !important;
    color: #717172 !important;
    text-align: center;
    font-family: "HisenseSansAlfabet-Medium", sans-serif;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50px;
    transition: background var(--time), color var(--time), border-color var(--time);
}

.grand-total-button  .btn_outline:hover {
    color: #ffffff !important;
    background: #717172 !important;
    border-color: #717172;
}

.grand-total-button .button:not(.plus, .minus) {
    height: 50px;
    width: calc(100% - 160px - 15px);
	-webkit-border-radius: 100px !important;
	-moz-border-radius: 100px;
    border-radius: 100px !important;
}

.woocommerce-tabs.wc-tabs-wrapper{
	   display: none;
}

.grand-total-button .buy-now-button.button:not(.plus, .minus){
	    display: block;
    color: #FFF;
	overflow: hidden;
    padding: 8px 20px;
    background-color: #00B3AC;
	border: 1px solid #00B3AC;
	-webkit-border-radius: 100px !important;
	-moz-border-radius: 100px !important;
    border-radius: 100px !important;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	height: 50px;
    width: calc(100% - 160px - 15px);
}

.grand-total-button .buy-now-button.button:not(.plus, .minus):hover{
	   background-color: #00B3AC !important;
}

.grand-total-button .buy-now-button.button:not(.plus, .minus):hover::after{
	  opacity: 0;
	  visibility: hidden;
}

.woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-slider{
gap: 20px;
}