.irs--sharp .irs-from,
.irs--sharp .irs-single,
.irs--sharp .irs-to {
	padding: 4px 8px;
	background-color: #333333;
	border-radius: 10px;
}

.irs--sharp .irs-handle>i:first-child {
	display: none !important;
}

.irs--sharp .irs-handle {
	width: 4px;
	height: 12px;
	background-color: #36a8a5;
	border-radius: 100px;
}

.irs--sharp .irs-bar {
	height: 4px;
	background-color: #36a8a5;
}

.bapf_slidr.bapf_slidr_btmval .irs--sharp .irs-bar {
	top: 4px;
}

.br_compare_button i,
.bapf_slidr.bapf_slidr_btmval .irs--sharp .irs-to:before,
.bapf_slidr.bapf_slidr_btmval .irs--sharp .irs-from:before,
.bapf_slidr.bapf_slidr_btmval .irs--sharp .irs-single:before {
	display: none !important;
}

.br_compare_button {
	padding: 0 0 0 30px !important;
	margin: 0 !important;
	position: relative;
}

.br_compare_button::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #049C98;
	border-radius: 3px;
}

.br_compare_added::after {
	background: #049C98 url(../../../images/check.png) no-repeat;
	background-position: center;
}

.br_compare_button:hover {
	background: initial !important;
}

.berocket_single_filter_widget .pink_labels_checkbox_class li.pink_labels_checkbox_class_item label:hover,
.berocket_single_filter_widget .pink_labels_checkbox_class li.pink_labels_checkbox_class_item.checked label {
	background: var(--hisense-primary) !important;
}

/* ----------------------------------------------------- */
.product_list_container {
	display: flex;
	flex-wrap: wrap;
	max-width: 1400px;
	margin: 0 auto;
	padding: 55px 0 165px 0;
	align-items: flex-start;
}

.product_list_header {
	width: 100%;
}

.product_list_header h2 {
	font-size: 40px;
	font-weight: 500;
	margin: 0 0 21px 0;
	line-height: 1;
}

.product_list_filter {
	width: 295px;
}

.product_list_filter_inside {
	padding: 20px 24px;
	border: 1px solid rgba(0, 0, 0, 0.10);
	border-radius: 5px;
}

.product_list_top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.product_list_main {
	width: calc(100% - 345px);
	margin-left: auto;
}

.product_list_main:not(.new-arrivals-main) {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.woocommerce-result-count {
	margin: 0;
	font-size: 14px;
	color: #6c757d;
	margin-bottom: 20px;
	font-weight: 500;
}

.woocommerce-ordering {
	margin-bottom: 30px;
	display: flex;
	align-items: center;
}

.woocommerce-ordering>span {
	font-size: 16px;
	line-height: 31px;
	font-weight: 400;
	color: #8e8e8e;
	white-space: nowrap;
}

.woocommerce-ordering select {
	width: fit-content;
	padding: 0 20px 0 2px;
	border: none;
	border-radius: 8px;
	background: white;
	font-size: 16px;
	font-weight: 400;
	color: #495057;
	cursor: pointer;
	transition: all 0.3s ease;
	appearance: none;
	background-image: url("../images/sort_select_arrow.svg");
	background-position: right 0 center;
	background-repeat: no-repeat;
}

.woocommerce-ordering select:focus {
	outline: none;
	border-color: #007bff;
}

.hisense-product-card {
	background: #ffffff;
	transition: all 0.3s ease;
	overflow: hidden;
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	border: none;
	box-shadow: none;
	padding: 0;
}

.sidebar-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 42px;
}

.sidebar-inner span {
	line-height: 1;
	font-size: 18px;
}

.wishlist-btn {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 3;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	cursor: pointer;
	transition: all 0.3s ease;
	background: #f6f6f6;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #EAEAEA;
	transition: background 0.4s ease;
}

.wishlist-btn.active {
	background: #f6f6f6 url(../../../images/hart-fill.svg) no-repeat center;
}

.product-image {
	position: relative;
	padding: 30px 20px 20px 20px;
	background: #E9F5F5;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 350px;
	border-radius: 5px;
}

.product-image>a img {
	transition: transform 0.3s ease;
}

.product-image:hover>a img {
	transform: scale(1.07);
}

.product-image.no-image {
	background: #e9ecef;
}

.no-image-overlay {
	display: none;
}

.quick-look-btn {
	border: none;
	padding: 0;
	font-size: 13px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	gap: 8px;
	position: absolute;
	bottom: 20px;
	color: #049C98;
	background: transparent;
}

.quick-look-btn span {
	text-decoration: underline;
}

.quick-look-btn .eye-icon {
	content: "";
	width: 18px;
	height: 12px;
	background: url(../../../images/eye.svg) no-repeat;
	background-size: contain;
	transition: transform 0.3s ease;
	;
}

.product-info {
	padding: 30px 0 0 0;
	flex: 1;
	display: flex;
	flex-direction: column;
	background: white;
	border-radius: 0 0 16px 16px;
}

.product-category {
	font-size: 14px;
	color: #545454;
	line-height: 1;
	text-transform: capitalize;
	font-weight: 500;
	margin: 0 0 10px 0;
}

.product-title {
	margin: 0 0 12px 0;
	font-weight: 400;
}

.product-title a {
	font-size: 18px;
	color: #000000;
}

.product-title a:hover {
	color: #049C98;
}

.product-price {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 10px;
}

.product-price .price {
	font-size: 20px;
	font-weight: 500;
	color: #2c3e50;
	letter-spacing: -0.5px;
}

.product-price .price del {
	color: #999;
	font-weight: 400;
	margin-right: 8px;
	font-size: 16px;
}

.product-price>del {
	margin-right: 10px;
}

.product-price .price ins {
	text-decoration: none;
	color: #2c3e50;
}

.variable-attributes {
	margin-bottom: 20px;
}

.attributes-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 8px;
}

.attribute-item {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	width: 100%;
	align-items: center;
	padding-left: 37px;
	background: url(../../../images/size.svg) no-repeat left center;
}

.attribute-label {
	font-weight: 600;
	color: #495057;
	font-size: 13px;
	min-width: fit-content;
}

.attribute-options {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.size-option {
	padding: 6px 12px;
	border: 2px solid #e9ecef;
	border-radius: 20px;
	font-size: 12px;
	color: #767676;
	text-align: center;
	min-width: 65px;
	background: white;
	cursor: pointer;
	transition: all 0.3s ease;
}

.size-option:hover,
.size-option.selected {
	border-color: #049C98;
	color: #049C98;
}

.more-options {
	color: #049C98;
	font-weight: 500;
	font-size: 12px;
}

.variable-indicator {
	color: #049C98;
	font-weight: 500;
	font-style: italic;
	font-size: 13px;
}

.product-actions {
	display: grid;
	align-items: center;
	gap: 10px;
	margin-top: 30px;
	grid-template-columns: repeat(2, 1fr);
}

.compare-checkbox-container {
	display: flex;
	align-items: center;
}

.compare-checkbox-label {
	display: flex;
	align-items: center;
	cursor: pointer;
	font-size: 15px;
	line-height: 1.3;
	color: #545454;
	user-select: none;
	font-weight: 400;
}

.compare-checkbox {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	margin-right: 10px;
	width: 16px;
	height: 16px;
	border: 1px solid #049C98;
	border-radius: 3px;
	position: relative;
	top: -2px;
	background: white;
	cursor: pointer;
	margin: 0 10px 0 0;
	transition: all 0.3s ease;
}

.compare-checkbox:checked::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #049C98 url(../../../images/check.png) no-repeat center;
}

.compare-text {
	font-weight: 400;
	font-size: 15px;
	color: #545454;
}

.woocommerce-notices-wrapper {
	width: 100%;
}

.details-btn,
.buy-now-btn {
	padding: 11px 18px;
	border: none;
	border-radius: 100px;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s ease;
	display: inline-block;
	flex: 1;
}

.details-btn {
	background: white;
	color: #049C98;
	border: 1px solid #049C98;
}

.buy-now-btn {
	background: #049C98;
	color: white;
	border: 1px solid #049C98;
}


.buy-now-btn.variable {
	background: #6c757d;
	border-color: #6c757d;
}

.buy-now-btn.variable:hover {
	background: #36A8A5;
	border-color: #36A8A5;
	color: #fff;
}

.out-of-stock {
	padding: 14px 24px;
	background: #f8f9fa;
	color: #dc3545;
	text-align: center;
	font-weight: 400;
	border-radius: 25px;
	font-size: 14px;
	border: 2px solid #f8f9fa;
}

.product-actions .details-btn,
.product-actions .buy-now-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.offer_sec {
	padding: 90px 0 0 0;
}

.special_offer {
	background-image: url(../../../assets/images/specila_off_bg.jpg);
	width: 100%;
	padding: 65px 0 65px 80px;
	border-radius: 25px;
	background-size: cover;
	background-position: center;
}

.offer_contents {
	max-width: 380px;
}

.offer_contents h2 {
	font-size: 48px;
	line-height: 42px;
	font-weight: bold;
	color: #fff;
	font-weight: 900;
	letter-spacing: -2px;
}

.special_offer .btn {
	background-color: #4b5256;
	margin-top: 30px;
}

.offer_contents p {
	margin: 0;
}

.special_offer .btn:hover {
	background: #2ee4b6;
}

.bapf_slidr .bapf_head h3 {
	margin-bottom: 15px;
}

.bapf_head h3 {
	font-size: 18px;
	line-height: 24px;
	text-transform: capitalize;
	margin: 0;
	z-index: 9;
	position: relative;
	padding-bottom: 18px;
	border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.bapf_sfilter ul li label {
	font-size: 15px;
	color: #000000;
}

.bapf_sfilter ul li {
	padding-left: 0 !important;
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
	align-items: center;
}

.bapf_sfilter.bapf_ckbox input[type=checkbox] {
	margin: -4px 0 0 0 !important;
	border-radius: 3px;
}

.berocket_single_filter_widget .bapf-clean-rounded ul,
.berocket_single_filter_widget .bapf-clean-rounded li label {
	gap: 5px !important;
}

.berocket_single_filter_widget .bapf-clean-rounded li.checked label:before {
	display: none;
}

.berocket_single_filter_widget .bapf-clean-rounded li.checked label {
	padding-left: 15px !important;
}

[data-id="131"] .bapf_body li+li,
[data-id="224"] .bapf_body li+li,
[data-id="225"] .bapf_body li+li {
	margin-top: 20px !important;
}

.bapf_ckbox_sqchck input[type=checkbox],
.bapf_sfilter.bapf_ckbox input[type=checkbox] {
	appearance: none;
	display: inline-block;
	border: 1px solid #E3E3E3;
	width: 16px;
	height: 16px;
	padding: 4px;
	position: relative;
	overflow: hidden;
}

.bapf_sfilter ul li:last-child {
	margin-bottom: 0 !important;
}

.berocket_single_filter_widget .bapf-clean-rounded li.checked label {
	color: #ffffff;
	background: var(--hisense-primary);
	border-color: var(--hisense-primary);
}

.bapf_sfilter ul {
	/* padding: 20px 20px 0 20px; */
	padding: 20px 0 0 20px;
	margin: 0;
	list-style: none;
}

.bapf_sfilter ul li label {
	font-size: 14px;
	color: #495057;
	font-weight: 500;
	cursor: pointer;
	display: flex;
	align-items: center;
	line-height: 1;
}

.bapf_sfilter input[type="checkbox"] {
	margin-right: 10px;
	border: 1px solid #E3E3E3;
	accent-color: var(--hisense-primary);
}

.woocommerce-pagination {
	margin-top: 78px;
	text-align: center;
	width: 100%;
}

.woocommerce-pagination ul.page-numbers {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-inline: 70px;
	text-decoration: none;
	font-weight: 500;
	min-height: 59px;
	transition: all 0.3s ease;
	position: relative;
}

ul.page-numbers li.next-round,
ul.page-numbers li.prev-round {
	position: absolute;
}

ul.page-numbers li.prev-round {
	left: 0;
}

ul.page-numbers li.next-round {
	right: 0;
}

.woocommerce-pagination a:not(.next, .prev).page-numbers,
.woocommerce-pagination span:not(.next, .prev).page-numbers,
.woocommerce-pagination span.page-numbers {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 8px;
	display: inline-block;
	cursor: pointer;
	transition: all 0.3s ease;
	text-decoration: none;
	color: #9A9A9A;
	font-size: 16px;
}

.woocommerce-pagination .next,
.woocommerce-pagination .prev {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 59px;
	height: 59px;
	border: 1px solid rgba(25, 25, 25, 0.30);
	border-radius: 50%;
}

.next.page-numbers,
.prev.page-numbers {
	font-size: 0;
}

.prev.page-numbers {
	background-image: url(../../../images/prev-arrow.png);
	background-repeat: no-repeat;
	background-position: center;
}

.next.page-numbers {
	background-image: url(../../../images/next-arrow.png);
	background-repeat: no-repeat;
	background-position: center;
}

.woocommerce-pagination a.page-numbers:hover,
.woocommerce-pagination .page-numbers.current {
	border-color: #f0f0f0;
	background-color: #f0f0f0;
}

.hisense-notification {
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 9999;
	padding: 16px 20px;
	border-radius: 8px;
	color: white;
	font-weight: 500;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	transform: translateX(100%);
	transition: transform 0.3s ease;
	display: flex;
	align-items: center;
	gap: 12px;
	max-width: 350px;
}

.hisense-notification.show {
	transform: translateX(0);
}

.hisense-notification.success {
	background: #28a745;
}

.hisense-notification.error {
	background: #dc3545;
}

.hisense-notification.info {
	background: #17a2b8;
}

.hisense-notification__close {
	background: none;
	border: none;
	color: white;
	font-size: 18px;
	cursor: pointer;
	padding: 0;
	margin-left: auto;
}

.hisense-quick-view-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}

.hisense-quick-view-overlay.show {
	opacity: 1;
	visibility: visible;
}

.hisense-quick-view-close {
	position: absolute;
	top: 20px;
	right: 20px;
	background: rgba(0, 0, 0, 0.5);
	color: white;
	border: none;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 20px;
	cursor: pointer;
	z-index: 10;
	transition: background 0.3s ease;
}

.hisense-quick-view-close:hover {
	background: rgba(0, 0, 0, 0.7);
}

.hisense-quick-view-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	padding: 40px;
}

.hisense-quick-view-image img {
	width: 100%;
	height: auto;
	border-radius: 8px;
}

.hisense-quick-view-info {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.hisense-quick-view-category {
	font-size: 12px;
	color: #6c757d;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.5px;
}

.hisense-quick-view-title {
	font-size: 24px;
	font-weight: 700;
	color: #2c3e50;
	margin: 0;
}

.hisense-quick-view-price {
	font-size: 20px;
	font-weight: 700;
	color: #2c3e50;
}

.hisense-quick-view-description {
	color: #6c757d;
	line-height: 1.6;
}

.hisense-quick-view-actions {
	display: flex;
	gap: 12px;
	margin-top: 20px;
}

.hisense-quick-view-actions .btn {
	padding: 12px 24px;
	border-radius: 6px;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s ease;
	border: none;
}

.hisense-quick-view-actions .btn-primary {
	background: #007bff;
	color: white;
}

.hisense-quick-view-actions .btn-primary:hover {
	background: #0056b3;
}

.hisense-quick-view-actions .btn-secondary {
	background: #6c757d;
	color: white;
}

.hisense-quick-view-actions .btn-secondary:hover {
	background: #5a6268;
}

.add-to-cart-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}

.add-to-cart-popup.show {
	opacity: 1;
	visibility: visible;
}

.popup-content {
	background: white;
	border-radius: 12px;
	padding: 30px;
	max-width: 500px;
	width: 90%;
	position: relative;
	transform: scale(0.9);
	transition: transform 0.3s ease;
}

.add-to-cart-popup.show .popup-content {
	transform: scale(1);
}

.popup-close {
	position: absolute;
	top: 15px;
	right: 15px;
	background: none;
	border: none;
	font-size: 24px;
	cursor: pointer;
	color: #6c757d;
}

.popup-header {
	text-align: center;
	margin-bottom: 20px;
}

.success-icon {
	width: 60px;
	height: 60px;
	background: #28a745;
	color: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	font-weight: bold;
	margin: 0 auto 15px;
}

.popup-header h3 {
	margin: 0;
	color: #2c3e50;
}

.popup-body .product-info {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 20px;
	background: #f8f9fa;
	border-radius: 8px;
	margin-bottom: 20px;
}

.popup-product-image {
	width: 60px;
	height: 60px;
	object-fit: contain;
	border-radius: 4px;
}

.popup-actions {
	display: flex;
	gap: 12px;
	justify-content: center;
}

.popup-actions button,
.popup-actions a {
	padding: 12px 24px;
	border-radius: 6px;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s ease;
	border: none;
}

.continue-shopping {
	background: #6c757d;
	color: white;
}

.continue-shopping:hover {
	background: #5a6268;
}

.view-cart {
	background: #007bff;
	color: white;
}

.view-cart:hover {
	background: #0056b3;
}

.processing {
	opacity: 0.7;
	pointer-events: none;
}

.loading {
	position: relative;
	pointer-events: none;
}

.loading::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	margin: -8px 0 0 -8px;
	border: 2px solid transparent;
	border-top: 2px solid currentColor;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.bapf_sfilter .bapf_colaps_smb::before {
	content: '';
	width: 20px;
	display: block;
	height: 20px;
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
}

.bapf_sfilter .fa-chevron-down::before {
	transform: rotate(180deg);
}

.woo-notifications .ordering-product-title {
	display: none;
}

.bapf_ckbox_sqchck input[type=checkbox]:checked {
	background: #00aaa6;
	border-color: #00aaa6;
}

.bapf_ckbox input[type=checkbox]:checked::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: var(--hisense-primary);
}

.bapf_ckbox input[type=checkbox]:checked:after {
	content: "";
	position: absolute;
	width: 4px;
	height: 6px;
	border-bottom: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	top: 2px;
	left: 4px;
	transform: rotate(45deg);
}

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

.badge {
	padding: 9px 15px 3px 15px;
	border-radius: 100px;
	font-size: 15px;
	font-weight: 400;
	text-transform: capitalize;
	color: #fff;
	line-height: 15px;
}

.new-badge {
	background: #049C98;
}

.sale-badge {
	background: #af2732ff;
}


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


@media (max-width: 1550px) {
	.product_list_container {
		max-width: calc(1300px + var(--spacing-lg));
	}

	.woocommerce-ordering select,
	.woocommerce-ordering>span {
		font-size: 14px;
	}
	.badge {
	padding: 7px 15px 2px 15px;
	font-size: 14px;
	}
}


@media (max-width: 1450px) {
	.product_list_container {
		gap: 30px;
	}

	.product_list_main {
		width: calc(100% - 325px);
	}

	.product-info {
		padding: 15px 0 0 0;
	}

	.product-actions {
		margin-top: 22px;
	}
}

@media (max-width: 1200px) {
	.products {
		grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
		gap: 20px;
	}

	.product_list_container {
		padding: 80px 15px;
	}

	.product_list_header h2 {
		font-size: 30px;
		margin: 0 0 25px 0;
	}
}

@media (max-width: 1040px) {

	.details-btn,
	.buy-now-btn {
		font-size: 14px;
	}

	.product-price {
		font-size: 20px;
	}

	.special_offer {
		padding: 50px 0 50px 50px;
	}

	.offer_contents h2 {
		font-size: 42px;
		line-height: 42px;
		color: #000;
	}

	.ordering-product-title h3 {
		font-size: 34px;
		line-height: 30px;
	}

	.ordering-product-title .orderby {
		background-position: left 92% center;
		border-radius: 10px;
		padding: 13.5px 23px;
	}
}

@media (max-width: 992px) {

	.products {
		grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
		gap: 18px;
	}

	.product-title a {
		font-size: 14px;
	}

	.product-image a {
		min-height: 150px;
	}

	.details-btn,
	.out-of-stock,
	.buy-now-btn {
		padding: 10px;
		font-size: 13px;
	}

	.product-image {
		min-height: 250px;
	}

	.badge {
		font-size: 13px;
	}

	.product-badges {
		top: 10px;
		left: 10px;
	}
}

@media (max-width: 860px) {
	.hisense-quick-view-content {
		grid-template-columns: 1fr;
		gap: 20px;
		padding: 20px;
	}

	.hisense-quick-view-modal {
		width: 95%;
		max-height: 95vh;
	}

	.hisense-quick-view-title {
		font-size: 20px;
	}

	.hisense-quick-view-actions {
		flex-direction: column;
	}

	.popup-content {
		width: 95%;
		padding: 20px;
	}

	.popup-actions {
		flex-direction: column;
	}

	.hisense-notification {
		right: 10px;
		left: 10px;
		max-width: none;
	}

	.product_list_filter {
		width: 250px;
	}

	.product_list_main {
		width: calc(100% - 280px);
	}

	.products {
		grid-template-columns: repeat(2, 1fr);
	}

	.term-description {
		margin-bottom: 25px;
	}

	.term-description p {
		max-width: 100%;
	}

	.woocommerce-ordering {
		margin-bottom: 24px;
		width: 100%;
	}

	.woocommerce-ordering select {
		flex: 1;
	}
}

@media (max-width: 767px) {

	.product_list_main,
	.product_list_filter {
		width: 100%;
	}

	.sidebar-inner {
		margin-bottom: 22px;
	}

	.products {
		grid-template-columns: repeat(1, 1fr);
	}

	.special_offer {
		background-position: left;
	}

	.special_offer {
		padding: 30px 25px;
	}

	.special_offer {
		background-position: left;
	}

	.special_offer .btn {
		margin-top: 15px;
	}

	.offer_contents h2 {
		font-size: 30px;
		line-height: 30px;
		color: #000;
	}

	.product_list_main,
	.product_list_filter {
		width: 100%;
	}

	.sub-banner h1 {
		font-size: 2rem;
	}

	.products {
		grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
		gap: 16px;
	}

	.hisense-product-card {
		border-radius: 12px;
	}

	.product-image {
		padding: 20px 15px 15px 15px;
		border-radius: 12px 12px 0 0;
	}

	.product-image img {
		max-height: 150px;
	}

	.product-info {
		padding: 16px 0 0 0;
	}

	.product_list_container {
		padding: 50px 15px;
	}

}

@media (max-width: 640px) {
	.offer_contents h2 {
		font-size: 20px;
		line-height: 21px;
	}

	.ordering-product-title h3 {
		width: 100%;
		font-size: 24px;
		line-height: 24px;
	}

	.sort-name {
		font-size: 12px;
	}

	.ordering-product-title .orderby {
		background-position: left 95% center;
		border-radius: 8px;
		padding: 8px 20px;
	}

	.ordering-product-title .woocommerce-ordering {
		margin: 15px 0 0 0;
	}

	.offer_sec {
		padding: 20px 0;
	}

	.over-product .outer-div .tinvwl-icon-heart::before {
		font-size: 17px !important;
	}

	.products {
		grid-template-columns: 1fr;
		gap: 25px;
	}

	.hisense-product-card {
		max-width: 400px;
		margin: 0 auto;
	}
}