/* .pro-quantity {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	background-color: #ecedee;
	width: 116px;
	height: 49px;
	color: #000000;
	font-size: 20px;
	margin-right: 15px;
	position: relative;
} */

/* DISABLED - Using modern quantity controls from single-product.css instead */
/* .pro-quantity>button {
	display: none;
}

.pro-quantity .minus {
	position: absolute;
	left: 13px;
	font-size: 26px;
	border: none;
	background: transparent;
	color: #000000;
}

.pro-quantity .input-text.qty {
	width: 100%;
	padding: 0px 30px;
	padding-right: 40px;
	text-align: center;
	box-sizing: border-box;
	font-size: 20px;
	background-color: transparent;
	border: none;
}

.pro-quantity .plus {
	position: absolute;
	right: 10px;
	border: none;
	font-size: 23px;
	background: transparent;
	color: #000000;
} */

.detail_share_set .cart {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
}

.related_product_sec .item li {
	list-style: none;
}

.detail_share_set .share_div {
	display: inline-block;
	margin-left: auto;
	position: relative;
}

.detail_share_set .share_div ul {
	display: none;
	margin-top: 6px;
	position: absolute;
	right: 0;
}

.detail_share_set .share_div ul li {
	margin-left: 6px;
	width: 30px;
	height: 30px;
	text-align: center;
	border: 1px solid #afafaf;
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.detail_share_set .share_div ul li:hover {
	color: #fff;
	background-color: #e13c31;
}

.detail_share_set .share_div ul li:hover a {
	color: #fff;
}

.detail_share_set .share_div ul li a {
	display: inline-block;
	line-height: 30px;
	width: 100%;
	height: 100%;
}

.detail_share_set .share_div ul.active {
	display: flex;
}

.estimated_delivery {
	font-family: 'din_regular';
	font-weight: 400;
}

.related_products .owl-stage {
	display: flex;
}

.related_products .owl-stage .item {
	height: 100%;
}


.pro_slide_thumb .thumb_img img {
	width: 88px;
	height: 88px;
	object-fit: cover;
}

.swiper-container-fade .swiper-slide {
	display: flex;
	height: auto;
	background-color: #fff;
}

.pro_slide_thumb .swiper-slide.swiper-slide-thumb-active .thumb_img {
	border-color: #e13c31;
}

.product_detail_pic {
	background: #fff;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.add_to_star .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
	font-family: 'icomoon' !important;
	content: "\e912";
	font-size: 19px !important;
	color: #000;
	left: 55%;
	top: 45%;
}

.woocommerce-message {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #ddd;
	border-radius: 100px;
	padding: 5px 10px 5px 5px;
}

.detail_tab_sec h2.resp-tab-active a {
	color: #fff;
}

.pro-quantity .quantity {
	display: flex;
	align-items: center;
}

.pro-quantity .quantity .input-text.qty {
	padding: 0;
	margin: 0;
	border: none;
	color: #000;
	min-width: 50px;
}

@media (max-width: 1550px) {
	.pro-quantity .input-text.qty {
		font-size: 18px;
	}
}

@media (max-width: 860px) {
	.resp-tab-content h2 {
		font-size: 22px;
	}

	.pro-quantity {
		height: 44px;
	}

	.detail_right,
	.product_left {
		padding: 0;
	}

	.add_to_star .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
		font-size: 16px !important;
		left: 100%;
	}

	.pro_variations {
		padding: 12px 0;
	}

	.woocommerce-message .button {
		margin-right: 10px;
		overflow: hidden;
		padding: 0 15px;
		height: 42px;
		line-height: 42px;
		font-size: 14px;
	}
	.pro-quantity .input-text.qty {
		font-size: 16px;
	}
}

/* FBT Checkbox Conflict Prevention */
.fbt-checkbox:not(.hisense-compare-input) {
    /* Ensure FBT checkboxes are not affected by comparison plugin styles */
    pointer-events: auto !important;
    opacity: 1 !important;
}

.fbt-checkbox.hisense-compare-input {
    /* If somehow both classes exist, prioritize comparison functionality */
    pointer-events: auto !important;
}

/* Prevent comparison plugin from styling FBT checkboxes */
.frequently-bought-together .fbt-checkbox {
    /* Override any comparison plugin styles */
    background: initial !important;
    border: initial !important;
}

/* Ensure quantity controls work properly with step=1 */
.quantity input[type="number"] {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: none;
}

.quantity input[type="number"]::-webkit-outer-spin-button,
.quantity input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Ensure quantity input styling is consistent */
.pro-quantity .input-text.qty {
    /* Ensure proper number input behavior */
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: none;
}

/* Additional quantity input styling for better UX */
.quantity input:focus {
    outline: 2px solid #007cba;
    outline-offset: 2px;
}

/* Ensure increment/decrement buttons work with step=1 */
.pro-quantity .plus,
.pro-quantity .minus {
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.pro-quantity .plus:hover,
.pro-quantity .minus:hover {
    opacity: 0.7;
}

.pro-quantity .plus:active,
.pro-quantity .minus:active {
    transform: scale(0.95);
}

/* Hide SKU, Stock, Add to Compare, and Write a Review button */
.sku-number,
.sku_wrapper,
.product_meta .sku_wrapper,
.stock,
p.stock,
.hisense-product-sku,
.action-checkboxes .checkbox-label:has([hisense_compare_checkbox]),
.action-checkboxes label:has(input[type="checkbox"][class*="compare"]),
#openReviewModal,
button#openReviewModal {
    display: none !important;
}