#nxtPhonesListBanner {
	height: 100%;
	width: 100%;
}

#nxtPhonesList {
	width: 100%;
	padding-left: 40px;
}

.nxt_phones_list_results {
	position: relative;
}

.nxt_phones_list_results * {
	text-align: left;
}

.nxt_phones_list_results.wpgb-loading {
	pointer-events: none;
	opacity: .7;
}

.nxt_phones_list_item {
	padding-top: 1.6em;
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;

}

.nxt_phones_list_item_top_badges {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3.6em;
	mask-image: linear-gradient(to bottom, black 0 2.6em, transparent 100%);
	display: flex;
	z-index: 1;
}

.nxt_phones_list_item_top_badge_item:not(:first-child) {
	margin-left: 15px;
}

.nxt_phones_list_promo_item_outer,
.nxt_phones_list_item_content {
	position: relative;
	color: var(--nxt_v2_color_b800);
	overflow: hidden;
}

.nxt_phones_list_item_content {
	padding: 30px;
	display: flex;
	flex-direction: column;
}

.nxt_phones_list_item_left_col {
	width: 2.5em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.nxt_phones_list_item_colors {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 30px;
}

.nxt_phones_list_item_color_dot {
	width: 1rem;
	height: 1rem;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.nxt_phones_list_item_color_dot {
	border: 2px solid #0002;
}

.nxt_phones_list_item_top {
	width: 100%;
	margin-bottom: 30px;
	position: relative;
}

.nxt_phones_list_item_top.nxt_new_product_tag::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 1.2em;
	height: 75px;
	width: 75px;
	background: center center / contain url(/wp-content/plugins/ydu_nxt/public/assets/img/nxt3_product_new_tag.svg) no-repeat;
}

@media (max-width: 767px) {
	.nxt_phones_list_item_top.nxt_new_product_tag::after {
		height: 45px;
		width: 45px;
	}
}

.nxt_phones_list_item_bottom {
	display: flex;
	flex-direction: column;
}

.nxt_phones_list_item_brand {
	color: var(--oxy_color_19);
	font-size: .9em;
	font-family: 'Myriad Pro', 'Open Sans', 'sans-serif';
	text-transform: uppercase;
}

.nxt_phones_list_item_badge_wrapper.nxt_phones_list_item_badge_has_badge {
	position: absolute;
	z-index: 2;
	right: 20px;
	top: 20px;
}

.nxt_phones_list_item_badge {
	width: 2.8em;
	height: 2.8em;
	display: block;
	-webkit-background-size: 70% auto;
	background-size: 70% auto;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	-webkit-box-shadow: var(--nxtBasicShadow);
	box-shadow: var(--nxtBasicShadow);
}

.nxt_phones_list_item_bottom_left {
	width: 40%;
	display: flex;
}

.nxt_phones_list_item_image_wrapper {
	position: relative;
	width: 100%;
}

.nxt_phones_list_item_image_wrapper::before {
	content: '';
	display: block;
	width: 100%;
	padding-bottom: 80%;
}

.nxt_phones_list_item_image_wrapper > .nxt_phones_list_item_image {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.nxt_phones_list_item_bottom_right {
	width: 60%;
	padding: 40px 15px 15px;
}

.nxt_phones_list_item_price_block {
	font-size: 1.2em;
}

.nxt_phones_list_item_detail_separator {
	height: 1px;
	background-color: var(--oxy_color_10);
	margin: 15px 0;
	opacity: .4;
}

.close_filter_icon {
	cursor: pointer;
}

/*********************************************** PROMO */

.nxt_phones_list_promo_item {
	background-color: var(--oxy_color_9);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100%;
	line-height: 1;
}

.nxt_phones_list_promo_img {
	max-width: 70%;
	max-height: 150px;
	object-fit: cover;
}

.nxt_phones_list_promo_title {
	margin-top: 5px;
}

.nxt_phones_list_promo_description {
	margin-top: 5px;
}

.nxt_phones_list_promo_img {
	margin-top: 20px;
}

.nxt_phones_list_promo_btn {
	margin-top: 20px;
}

/* =====================
	Facets
=======================*/

/* Search */

.wpgb-search-facet input {
	background-color: var(--nxt_v2_color_b100) !important;
	border: none !important;
	border-radius: 30px !important;
	font-family: 'Avenir', sans-serif;
	padding: 0.8em 1.3em 0.8em 2.5em !important;
	height: auto !important;
}

.wpgb-search-facet input::placeholder {
	color: var(--nxt_v2_color_b800) !important;
}

.wpgb-search-facet .wpgb-input-icon {
	color: var(--nxt_v2_color_b800) !important;
	left: 4px !important
}

/* Selected filters */

.wpgb-selection-facet .wpgb-inline-list .wpgb-button {
	background-color: var(--nxt_v2_color_b300) !important;
	border: none !important;
	color: var(--nxt_v2_color_b800) !important;
	border-radius: 30px;
	display: flex;
	flex-direction: row-reverse;
	padding: 0em 1em 0em 0.7em;
}

.wpgb-selection-facet .wpgb-inline-list .wpgb-button .wpgb-button-control::before,
.wpgb-selection-facet .wpgb-inline-list .wpgb-button .wpgb-button-control::after {
	background: var(--nxt_v2_color_b800) !important;
}

.nxt_selected_filters fieldset {
	margin-bottom: 0 !important;
}

/* Reset filter */

.wpgb-facet .wpgb-reset {
	background-color: transparent !important;
	border: 2px solid var(--nxt_v2_color_primary) !important;
	font-family: 'Avenir', sans-serif;
	border-radius: 30px !important;
	color: var(--nxt_v2_color_primary) !important;
	padding: .8em 1.5em .7em !important;
	font-weight: 600 !important;
}

/* Checkbox */

.wpgb-facet .wpgb-checkbox-facet .wpgb-checkbox-control {
	border-radius: 6px !important;
	border: 1px solid var(--nxt_v2_color_b500) !important;
	width: 1.3em !important;
	height: 1.3em !important;
}

.wpgb-facet .wpgb-checkbox-facet .wpgb-checkbox[aria-pressed="true"] .wpgb-checkbox-control {
	background-color: var(--nxt_v2_color_primary) !important;
	border-color: var(--nxt_v2_color_primary) !important;
}

.wpgb-facet .wpgb-radio-label, .wpgb-facet .wpgb-rating-label, .wpgb-facet .wpgb-checkbox-label {
	padding: 0 0 0 .8em !important;
}

/* Price range */

.wpgb-facet .wpgb-range-facet .wpgb-range-slider {
	height: 5px !important;
}

.wpgb-facet .wpgb-range-facet .wpgb-range-slider {
	background-color: var(--nxt_v2_color_primary_light) !important;
}

.wpgb-facet .wpgb-range-facet .wpgb-range-slider .wpgb-range-progress {
	background-color: var(--nxt_v2_color_primary) !important;
}

.wpgb-facet .wpgb-range-facet .wpgb-range-slider .wpgb-range-thumb {
	border: 1px solid var(--nxt_v2_color_b500) !important;
	width: 1.7em !important;
	height: 1.7em !important;
	border-radius: 50% !important;
	box-shadow: 0px 4px 5px #26262626, 0px 0px 1px #26262626;
}

/* Facets titles */

.wpgb-facet .wpgb-facet-title {
	font-family: 'Avenir', sans-serif;
	font-size: .9em !important;
	text-transform: uppercase;
	font-weight: 600;
}

/* Select tri */

.wpgb-sort-facet .wpgb-select {
	background-color: transparent !important;
	border: 2px solid var(--nxt_v2_color_primary) !important;
	font-family: 'Avenir', sans-serif;
	border-radius: 30px !important;
	color: var(--nxt_v2_color_primary) !important;
	padding: 0.8em 2.5em 0.7em 1.5em !important;
	font-weight: 600 !important;
	height: auto !important;
	line-height: 1 !important;
}

.nxt_smartphone_pricing_filter .wpgb-facet .wpgb-sort-facet .wpgb-select-controls {
	color: var(--nxt_v2_color_primary);
}

.wpgb-facet select.wpgb-select+.wpgb-select-controls svg {
	margin: 10px 16px 10px 0px !important;
}

.nxt_tag_yellow {
	background-color: var(--nxt_v2_color_accent);
}

.nxt_tag_green {
	background-color: var(--nxt_v2_color_eco);
	color: white;
}

.filter_menu {
	max-height: 70vh;
	overflow-y: auto !important;
	padding: 0 1em;

	scrollbar-width: thin;
	scrollbar-color: #e3e3e3 transparent;
}

.nxt_facet:last-child > .wpgb-facet > fieldset:last-child {
	margin-bottom: 0;
}

/* RESPONSIVE */

@media screen and (min-width: 1300px) {

	.filter_menu {
		display: block !important;
	}
}

@media screen and (max-width: 1300px) {

	body {
		position: relative;
	}

	#nxtPhonesList {
		width: 100%;
		padding: 0 15px;
	}

	.filter_menu {
		padding: 25px;
		position: fixed;
		top: 0;
		bottom: 0;
		left: -300px;
		z-index: 5000;
		overflow: auto !important;
		max-height: 100%;
		padding-top: 100px;
		background-color: var(--nxt_v2_color_white);
	}

	.filter_menu fieldset {
		margin-bottom: 20px !important;
	}

	.filter_menu .wpgb-facet .wpgb-facet-title {
		margin: 0 0 5px 0;
	}

	#fancy_icon-8-69 {
		display: none;
	}
}

@media screen and (max-width: 991px) {

	.nxt_phones_list_results {
		grid-template-columns: 1fr 1fr;
	}

	#nxtPhonesList {
		width: 100%;
		padding: 0 15px;
	}

}

@media screen and (max-width: 767px) {

	.nxt_phones_list_results {
		grid-template-columns: 1fr;
	}

	.filter_btn_wrap button {
		width: 100%;
	}

	.nxt_phones_list_item_content {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-end;
		flex-direction: row;
	}

	.nxt_phones_list_item_top {
		width: 40%;
		margin-bottom: 0;
	}

	.nxt_phones_list_item_colors {
		margin-top: 15px;
	}

	.nxt_phones_list_item_bottom {
		padding-bottom: 30px;
		width: 60%;
	}

	.nxt_phones_list_item_price_block {
		display: block;
	}
}

@media screen and (max-width: 480px) {

	#nxtPhonesList {
		padding: 0;
	}

	.nxt_phones_list_item_colors {
		gap: 5px;
	}

	.nxt_phones_list_item_color_dot {
		width: 0.8rem;
		height: 0.8rem;
	}

	.nxt_phones_list_item_content {
		padding: 30px 30px 30px 10px;
	}

	.nxt_phones_list_item_price_block {
		column-gap: 8px;
	}

	.nxt_phones_list_item_badge_wrapper.nxt_phones_list_item_badge_has_badge {
		right: 10px;
		top: 10px;
	}

	.nxt_phones_list_item_bottom {
		padding-bottom: 25px;
	}

	.nxt_phones_list_item {
		padding-top: 0;
	}

}















