.page-template-pageswishlist-php .page-title-default {
	padding: 25px 0 !important;
	background: #F7F7F7;
}

pre {
	width: 100%;
	flex:100%;
	margin-bottom: 20px;
}
.wishlist_main .pagination {
	display: flex;
	flex-wrap: wrap;
	gap:10px;
	align-items: center;
	justify-content: center;
}
.wishlist_main .pagination a {
	min-width: 34px;
	border-radius: 5px;
	border: 1px solid  #E6EFF6;
	width: 47px;
	height: 47px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	font-weight: 600;
	font-size: 14px;;
}
.wishlist_main .pagination a:hover,
.wishlist_main .pagination a.active {
	background:#3A85FF;
	color: #fff;
}
.wishlist_main .pagination a.next,
.wishlist_main .pagination a.prev {
	position: relative;
}
.wishlist_main .pagination a.prev:before {
	content: "\f114";
	font-family: "woodmart-font";
}
.wishlist_main .pagination a.next:before {	
	content: "\f113";
	font-family: "woodmart-font";
}
.wd-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.wd-modal-content {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    max-width: 920px;
    width: 100%;
    margin: auto;
    text-align: center;
    transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
}

.wishlist_modal_header {
	text-align: left;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 25px;
}
.wd-modal-content ul {
	padding: unset;
}
.wd-modal-content li {
	position: relative;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-bottom: 1px solid #E6EFF6;
	padding: 15px 0;
}
.wd-modal-content div {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 10px;
	max-width: 200px;
}
.wd-modal-content div a,
.wd-modal-content div p {
	margin: unset;
	text-align: left;
	color: #3E4143;
	font-size: 14px;
	word-break: break-word;
	font-weight: 700;
}
.wd-modal-content div a:hover {
	color: #3A85FF;
}
.wd-modal-content div.modal_price p {
	color: #50883C;
	font-size: 24px;
	font-weight: 800;
}
.wd-modal-content div img {
	height: 60px;
	width: auto;
}
.wd-modal-content .variation-list {
	display: flex;
	flex:1;
	margin-right: 30px;
	margin-top: unset;
	margin-left: 10px;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap:10px;
	
}
.wd-modal-content .variation-list li {
	padding: 6px 10px;
	cursor: pointer;
	border: 1px solid #EAECF0;
	border-radius: 6px;
	margin: unset;
}
.wd-modal-content .variation-list li.selected {
	background: #F2F7FF;
	border: 1px solid #BAD4FF
}
.wishlist_modal_variation_name {
	display: block;
	color: #3E4143;
	font-weight: 700;
	font-size: 12px;
	width: 100%;
  	text-align: left;

}
.wishlist_modal_variation_price {
	color: #3A85FF;
	display: block;
	font-weight: 700;
	font-size: 13px;
	width: 100%;
	text-align: left;

}
.prod_wishlist_heart {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 0 12px 0 12px;
	display: flex;
	align-items: center;
	cursor: pointer;
	justify-content: center;
}

.wishlist_page .prod_wishlist_heart img {
	width: 20px;
	height: 20px;
}

.cart-message {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #3A85FF;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    z-index: 1000;
    text-align: center;
    opacity: 0;
    transition: opacity 0.5s ease;
}
.prod_wishlist_check {
	position: absolute;
	top: 40px;
	right: 0;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	cursor: pointer;
	justify-content: center;
}

.prod_wishlist_check input {
	margin: unset;
}
.prod_wishlist_check label {
	text-indent: -99999px;
}

.wishlist_empty {
	flex: 100%;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 30px 50px;
	align-items: center;
	gap: 40px;
}

.wishlist_empty_header {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 5px;
}

.wishlist_empty_desc {
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 20px;
}

.wishlist_empty_link a {
	font-size: 14px;
	display: inline-flex;
	font-weight: 700;
	color: #FFFFFF;
	position: relative;
	background-color: #3A85FF;
	border-radius: 900px 900px 900px 900px;
	padding: 17px 43px 17px 25px;
	transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease;
}

.wishlist_empty_link a:hover {
	color: #fff;
	background: #2760BC;
}

.wishlist_empty_link a:after {
	content: "";
	width: 18px;
	height: 18px;
	background: url('/wp-content/uploads/2024/11/Frame-27-1.svg') center no-repeat;
	display: inline-block;
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	transition: all .3s;
}

.wishlist_account .woocommerce-MyAccount-navigation {
	margin-bottom: 20px;
}

.wishlist_selected_items_counters {
background: #E6EFF659;
  border: 1px solid #E6EFF6;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  color: #3E4143;
  border-radius: 5px;
  max-width: 38px;
  max-height: 43px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wishlist_main_action .wishlist_action_selected {
	min-width: 340px;
	max-width: 400px;
}
.wishlist_main_action .wishlist_action_selected,
	.wishlist_main_action .wishlist_action_selected .wishlist_selected_items {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.wishlist_action_remove {
	margin-left: auto;
}
.wishlist_main_action .wishlist_action_selected .wishlist_selected_items img {
    margin: unset !important;
    max-height: 43px;
    min-width: 38px;
    /* width: 100% !important; */
    flex: 1;
    width: 38px !important;
    height: 43px;
	border-radius: 5px;
}

.wishlist_main_action .wishlist_action_remove_btn {
	color: #3E4143;
	background: #fff;
	padding: 17px 25px 17px 43px;
	text-transform: unset;
	font-size: 14px;
	font-weight: 500;
	display: flex;
    gap: 6px;
    align-items: center;
}

.wishlist_main_action .wishlist_action_remove_btn:focus,
	.wishlist_main_action .wishlist_action_remove_btn:hover {
	background: #fff;
	color: #3A85FF;
}

.wd-modal-content .wishlist_modal_bottom {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	max-width: unset;
}
.wishlist_modal_content .remove-product-btn {
	position: relative;
	background: #F3F6F9;
	width: 30px;
	height: 30px;
	min-height: unset;
	padding: unset;

}

.wishlist_modal_content .remove-product-btn:focus,
.wishlist_modal_content .remove-product-btn:active,
.wishlist_modal_content .remove-product-btn:hover {
	background: #CCDAE5;
}
.wishlist_modal_content .remove-product-btn svg {
	color: #3E4143;
}
.wishlist_modal_content .remove-product-btn:hover svg {
	color: #3A85FF;
}

.wishlist_modal_content .close-modal {
	background: #F3F6F9;
	color: #3E4143;
	position: absolute;
  top: 10px;
  right: 10px;
  padding: unset;
  font-size: 10px;
  width: 34px;
  height: 34px;
  stroke: #000;
  min-height: unset;
}
.wishlist_modal_content .close-modal:hover {
	background: #3A85FF;
}
.wishlist_modal_content .close-modal:hover svg{
	stroke: #fff;
}
.wishlist_modal_content .add-to-cart-modal,
.wishlist_main_action .wishlist_action_buy_btn {
	color: #fff;
	padding: 17px 43px 17px 25px;
	font-weight: 700;
	margin-left: auto;
	font-size: 14px;
	text-transform: unset;
}
.wishlist_modal_content .add-to-cart-modal:after,
.wishlist_main_action .wishlist_action_buy_btn:after {
	content: "";
	width: 18px;
	height: 18px;
	background: url('/wp-content/uploads/2024/11/Frame-27-1.svg') center no-repeat;
	display: inline-block;
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	transition: all .3s;
}

.wishlist_main_action:not(.active) .wishlist_action_remove,
.wishlist_main_action:not(.active) .wishlist_action_buy  {
	display: none;
}

.wishlist_main_action {
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
	padding: 10px 15px;
	align-items: center;
	justify-content: space-between;
	border-radius: 10px;
	box-shadow: 0px 0px 32px 0px #0000000D;
	margin-bottom: 30px;
}

.wishlist_page .woocommerce-my-account-wrapper {
	display: block;
}

.wishlist_page .wd-my-account-sidebar {
	flex: unset;
	width: unset;
	max-width: unset;
}

.product.wd-hover-quick .product-element-top .wd-add-btn > a {
	display: none!important;
}

.wishlist_main {
	flex: 1;
	position: relative;
}
.wishlist_main .product-wrapper {
	position: relative;
}
.wishlist_reset {
	margin-top: 20px;
}

.wishlist_reset button {
	background: transparent;
	width: 100%;
	text-transform: unset;
	border: 1px solid #3A85FF;
	color: #3A85FF;
}
.wishlist_reset button:active,
.wishlist_reset button:focus,
.wishlist_reset button:hover {
	color: #fff;
}

.wishlist_categories {
	border-radius: 10px;
	padding: 20px;
	margin-top: 20px;
	border: 1px solid #E6EFF6;
}

.wishlist_categories_item.active p {
	color: #3A85FF;
	font-weight: 600;
}

.wishlist_categories_item {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}

.wishlist_categories_item:last-child {
	margin-bottom: unset;
}

.wishlist_categories_item a,
	.wishlist_categories_item p {
	color: #3E4143;
	max-width: 200px;
	margin-bottom: unset;
	transition: ease .3s;
	cursor: pointer;
}

.wishlist_categories_item a:hover,
	.wishlist_categories_item p:hover {
	color: #3A85FF;
}

.wishlist_categories_item a:hover + span,
	.wishlist_categories_item p:hover + span {
	border: 1px solid #3A85FF;
}

.wishlist_categories_item span {
	color: #7C8184;
	font-weight: 500;
	font-size: 11px;
	line-height: 130%;
	letter-spacing: 0%;
	border: 1px solid #E6EFF6;
	text-align: center;
	padding: 3px 7px;
	transition: ease .3s;
	border-radius: 900px;
}

.wishlist_page {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.wishlist_filter form fieldset {
	background: #F5F7F9;
	border-radius: 10px;
	padding: 19px;
	margin-bottom: unset;
	border: unset;
}

.wishlist_filter form div {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	margin-bottom: 15px;
}

.wishlist_filter form div:last-child {
	margin-bottom: unset;
}

.wishlist_action_select label,
	.wishlist_filter label {
	font-size: 14px;
	line-height: 130%;
	padding-left: 32px;
	padding-right: 36px;
	font-weight: 500;
	position: relative;
	cursor: pointer;
	min-height: 22px;
	color: #3E4143;
	line-height: 2;
}

.prod_wishlist_check input,
	.wishlist_action_select input,
	.wishlist_filter form input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.prod_wishlist_check label:after {
	content: '';
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 22px;
	height: 22px;
	border-radius: 6px;
	border: 1px solid #E6EFF6;
	background: white;
	transition: background-color 0.3s;

}
.wishlist_action_select label:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 22px;
	height: 22px;
	border-radius: 6px;
	border: 1px solid #E6EFF6;
	background: white;
	transition: background-color 0.3s;
	cursor: pointer
}

.wishlist_filter form label:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 22px;
	height: 22px;
	border-radius: 50%;
	border: 1px solid #E6EFF6;
	background: white;
	transition: background-color 0.3s;
	cursor: pointer
}

.prod_wishlist_check label:before {
	content: '';
	position: absolute;
	left: 15px;
	top: calc(50% - 6px);
	width: 12px;
	height: 12px;
	border-radius: 2px;
	background: white;
	transition: background-color 0.3s;
	z-index: 1;
	cursor: pointer;
}

.wishlist_action_select form label:before {
	content: '';
	position: absolute;
	left: 5px;
	top: calc(50% - 6px);
	width: 12px;
	height: 12px;
	border-radius: 2px;
	background: white;
	transition: background-color 0.3s;
	z-index: 1;
	cursor: pointer
}

.wishlist_filter form label:before {
	content: '';
	position: absolute;
	left: 6px;
	top: calc(50% - 5px);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: white;
	transition: background-color 0.3s;
	z-index: 2;
	cursor: pointer
}

.wishlist_action_select label.active:before {
	background: #3A85FF;
}
.prod_wishlist_check.active label:before {
	background: #3A85FF;
}
.wishlist_filter form input:checked + label:before {
	background: #3A85FF;
}

.wishlist_filter form input:checked + label:after {
	border: 1px solid #3A85FF;
}

.wishlist_page {
	margin-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 1023px) {
	.woocommerce-MyAccount-navigation ul,
		.wishlist_account .woocommerce-MyAccount-navigation,
		.woocommerce-MyAccount-navigation ul li ,
		.woocommerce-MyAccount-navigation ul li a {
		height: 100%;
	}

	.woocommerce-MyAccount-navigation ul li a {
		justify-content: center;
		text-align: center;
	}

	.wishlist_sidebar {
		display: flex;
		gap: 16px;
		flex-wrap: wrap;
	}

	.wishlist_sidebar,
		.wishlist_main {
		flex: 100%;
		padding: 0 14px;
	}

	.wishlist_account,
		.wishlist_filter,
		.wishlist_categories,
		.wishlist_reset {
		flex: calc(50% - 16px);
	}

	.wishlist_reset {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

@media screen and (max-width: 768px) {

	.wd-modal-content .modal_product {
		max-width: unset;
		order:1;
		flex:1;
		margin-bottom: 10px;
	}
	.wishlist_modal_content .remove-product-btn {
		order:2;
	}
	.wd-modal-content .variation-list {
		order:3;
		flex:100%;
		margin:unset;
		justify-content: space-between;
	}
	.wd-modal-content div.modal_price p {
		font-size: 18px;
	}
	.wishlist_modal_content .add-to-cart-modal {
		flex:1;
	}
	.wishlist_account .woocommerce-MyAccount-navigation {
		margin-bottom: unset;
	}

	.wishlist_sidebar {
		display: flex;
		flex-wrap: wrap;
	}

	.wishlist_account {
		flex: 100%;
	}

	.wishlist_categories {
		margin-left: auto;
		margin-right: auto;
		order: 2;
		flex: 100%;
		padding: unset;
		border: unset;
	}

	.wishlist_categories_items {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: scroll;
		gap: 6px;
		margin: unset;
	}

	.wishlist_categories_item {
		flex-wrap: nowrap;
		padding: 8px 11px;
		border: 1px solid #E6EFF6;
		border-radius: 900px;
		white-space: nowrap;
		margin: unset;
		gap: 10px;
	}

	.wishlist_reset {
		flex: 100%;
		order: 3;
		margin-bottom: 20px;
	}

	.wishlist_reset button {
		width: 100%;
	}

	.wishlist_filter {
		order: 4;
		flex: 100%;
	}

	.wishlist_main_action .wishlist_action_selected .wishlist_selected_items img {
		width: 37px!important;
	}

	.wishlist_selected_items_counters {
		padding: 10px;
	}

	.wishlist_main_action .wishlist_action_selected .wishlist_selected_items {
		gap: 7px;
	}

	.wishlist_main_action .wishlist_action_selected {
		flex-wrap: nowrap;
		justify-content: flex-start;
		gap: 7px;
	}

	.wishlist_categories_item a,
		.wishlist_categories_item p {
		font-size: 12px;
	}

	.wishlist_categories_item span {
		font-size: 10px;
	}

	.wishlist_main_action .wishlist_action_remove_btn {
		text-indent: -9999px;
		height: 50.797px;
        width: 50.797px;
		padding: 0;
		gap: 0;
		border-radius: 900px;
		background: #EFF3F6;
	}

	.wishlist_main_action .wishlist_action_remove_btn:after {
		background-color: #EFF3F6;
		height: 50.797px;
        width: 50.797px;
		left: 0;
		border-radius: 50%;
	}

	.wishlist_action_buy {
		flex: 1;
	}

	.wishlist_main_action .wishlist_action_buy_btn {
		width: 100%;
	}

	.wishlist_action_selected,
		.wishlist_action_select {
		flex: 100%;
	}

	.wishlist_page {
		padding: 0 14px;
	}

	.wishlist_empty_img {
		margin: 0 auto;
	}

	.wishlist_empty_header,
		.wishlist_empty_desc,
		.wishlist_empty_link {
		text-align: center;
	}
}

.wishlist-sidebar-inner {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.wishlist_page.loading .wishlist_sidebar,
.wishlist_page.loading .wishlist_main {
    pointer-events: none;
}
.wishlist_page.loading .wishlist_sidebar,
.wishlist_page.loading .wishlist_main .pagination,
.wishlist_page.loading .wishlist_main .wishlist_main_action,
.wishlist_page.loading .wishlist_main .product-grid-item .prod_wishlist_heart::before,
.wishlist_page.loading .wishlist_main .product-grid-item .prod_wishlist_check label::before,
.wishlist_page.loading .wishlist_main .product-grid-item .product-element-bottom {
    opacity: 0.8;
}

.wishlist_main_action:not(.more) .wishlist_selected_items_counters {
	display: none;
}

.wishlist_main_action.more .wishlist_selected_items > img:nth-child(n+7) {
    display: none;
}

.wishlist_main .wishlist_action_selected .wishlist_selected_items img {
	cursor: pointer;
}

.wishlist-buy-popup-wrap {
	position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999999999;
	padding: 50px;
}

.wishlist-buy-popup {
    background: #fff;
    border-radius: 15px;
    padding: 15px;
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.wishlist-buy-popup .popup-header {
    justify-content: space-between;
    display: flex;
}

.wishlist-buy-popup .popup-product {
	display: flex;
	gap: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	/* border-bottom: 1px solid var(--Light-Blue, #E6EFF6); */
}

.wishlist-buy-popup .popup-content > .popup-product:last-child {
    border: none;
}

.wishlist-buy-popup .popup-title {
	color: var(--Dark-Gray, #3E4143);
	/* Titles PC/H2 */
	font-family: Manrope;
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.wishlist-buy-popup .close-btn {
	width: 34px;
	height: 34px;
	cursor: pointer;
}

.wishlist-buy-popup .close-btn:before {
	content: ' ';
	width: 34px;
	height: 34px;
	display: block;
	background-image: url('/wp-content/themes/woodmart-child/assets/img/popup-close.svg');
}

.wishlist-buy-popup .close-btn:hover:before {
	background-image: url('/wp-content/themes/woodmart-child/assets/img/popup-close-active.svg');
}

.wishlist-buy-popup .popup-content {
	padding-right: 15px;
}

.wishlist-buy-popup .popup-product .product-image img {
	width: 54px;
	height: 60px;
	border-radius: 6px;
}

.wishlist-buy-popup .popup-product .product-title {
	display: flex;
    align-items: center;
	color: var(--Dark-Gray, #3E4143);
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 127%;
	width: 200px;
}

.wishlist-buy-popup .popup-product .product-swatches {
	display: flex;
	flex-direction: column;
	gap: 8px;
	flex-grow: 1;
}

.wishlist-buy-popup .popup-product .product-swatches .swatch-attr {
	display: flex;
	gap: 8px;
    flex-wrap: wrap;
}

.wishlist-buy-popup .popup-product .product-swatches .swatch-attr .swatch-option {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	width: 120px;
	border-radius: 7px;
	border: 1px solid #EAECF0;
	background: #FFF;
	padding: 6px 10px;
	cursor: pointer;
}


.wishlist-buy-popup .popup-product .product-swatches .swatch-attr .swatch-option.active {
	border: 1px solid #BAD4FF;
	background: #F2F7FF;
}



.wishlist-buy-popup .popup-product .product-swatches .swatch-attr .swatch-option .option-name {
	color: #3E4143;
	font-family: Manrope;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 15px;
}

.wishlist-buy-popup .popup-product .product-swatches .swatch-attr .swatch-option .option-price .amount,
.wishlist-buy-popup .popup-product .product-swatches .swatch-attr .swatch-option .option-price .cursym {
	color: var(--Blue, #3A85FF);
	font-family: Manrope;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.wishlist-buy-popup .popup-product .delete-btn {
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.wishlist-buy-popup .popup-product .delete-btn:before {
	content: ' ';
	display: block;
	width: 30px;
	height: 30px;
	background-image: url('/wp-content/themes/woodmart-child/assets/img/popup-delete.svg');
}

.wishlist-buy-popup .popup-product .delete-btn:hover:before {
	background-image: url('/wp-content/themes/woodmart-child/assets/img/popup-delete-active.svg');	
}

.wishlist-buy-popup .popup-product .product-delete {
    display: flex;
    align-items: center;
}

.wishlist-buy-popup .popup-footer {
	display: flex;
	justify-content: space-between;
}

.wishlist-buy-popup .popup-total .amount,
.wishlist-buy-popup .popup-total .cursym {
	color: var(--Green, #50883C);
	font-family: Manrope;
	font-size: 23px;
	font-style: normal;
	font-weight: 800;
	line-height: 130%; /* 29.9px */
}

.wishlist-buy-popup .popup-buy-btn {
	display: flex;
	padding: 17px 25px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	color: var(--White, #FFF);
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	border-radius: 900px;
	background: var(--Blue, #3A85FF);
	cursor: pointer;
}

.wishlist-buy-popup .popup-buy-btn:hover {
	background-color: #2760BC;
}

.wishlist-buy-popup .popup-buy-btn:after {
	width: 18px;
    height: 19px;
    content: ' ';
	background-image: url('/wp-content/themes/woodmart-child/assets/img/popup-buy-icon.svg');
}

.wishlist_action_buy_btn:hover {
	color: #FFF !important;
}

.wishlist-buy-popup-wrap.loading {
	pointer-events: none;
}

.wishlist-buy-popup-wrap.loading .wishlist-buy-popup > * {
	opacity: 0.8;
}

.wishlist_main .wishlist_action_buy_btn.loading {
	opacity: 0.8;
	pointer-events: none;
}

.wishlist_account ul {
	list-style: none;
	padding: 0;
	border-radius: 15px;
    border: 1px solid var(--Light-Blue, #E6EFF6);
    background: #FFF;
	overflow: hidden;
}

.wishlist_account ul li {
    padding: 0 !important;
    margin-bottom: 0;
}

.wishlist_account li a {
    display: flex;
    padding: 18px 20px;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}

.wishlist_account ul > li:not(:last-child) {
    border-bottom: 1px solid var(--Light-Blue, #E6EFF6);
}

.wishlist_account .wish-acc-label {
	color: var(--Dark-Gray, #3E4143);
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.wishlist_account .wish-acc-icon {
	display: flex;
}

.wishlist_account a:hover {
	background: var(--Blue, #3A85FF);
}

.wishlist_account a:hover .wish-acc-label {
	color: #fff;
}

.wishlist_account a:hover .wish-acc-icon svg path {
	stroke: #fff;
}

.wishlist_main .products.single-page {
	margin-bottom: 80px;
}

.wishlist_main .product-grid-item .product-image-link {
	cursor: pointer;
}

.wishlist_categories_item .count {
	display: flex;
    align-items: center;
    justify-content: center;

    color: #7C8184;
    font-weight: 500;
    font-size: 11px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    padding: 3px 7px;
    transition: ease .3s;
	border-radius: 50%;
	border: 1px solid var(--Light-Blue, #E6EFF6);
	width: 21px;
    height: 21px;
}

.wishlist_categories_item .count.long {
	border-radius: 999px;
	width: unset;
}

.wish_loader {
    display: flex;
    gap: 20px;
    width: 100%;
}

.wish_loader-sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.wish_loader-main {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.wish_loader-products {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}

.wish_loader-pagination {
    display: flex;
    justify-content: center;
}

.wishlist_page:not(.loaded) {
	display: none;
}

.wishlist_sidebar {
	width: 256px;
}

.wishlist-sidebar-inner .wish-clear-btn {
	display: flex;
	padding: 18px 25px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	align-self: stretch;

	border-radius: 900px;
	border: 1px solid var(--Blue, #3A85FF);

	color: var(--Blue, #3A85FF);
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;

	cursor: pointer;
}

.wishlist-sidebar-inner .wish-clear-btn:hover {
	background-color: #3A85FF;
	color: #fff;
}

.wishlist-buy-remove-wrap {
	display: flex;
}

.wishlist_filter .mobile-select {
	display: none;
}

.wishlist-buy-popup .product-delete.mobile {
	display: none;
}

@media screen and (max-width: 768px) {
	.wishlist_sidebar,
	.wishlist-sidebar-inner {
		width: 100%;
	}

	.wishlist-sidebar-inner .wishlist_categories {
		order: 1;
		width: 100%;
	}

	.wishlist-sidebar-inner .wishlist_filter {
		order: 2;
	}

	.wishlist-sidebar-inner .wish-clear-btn {
		order: 3;
	}

	.wishlist_categories_item a, .wishlist_categories_item p {
		max-width: unset;
	}

	.wishlist-buy-remove-wrap {
		width: 100%;
		gap: 15px;
	}

	.wishlist-buy-remove-wrap .wishlist_action_buy {
		flex-grow: 1;
	}

	.wishlist_main_action:not(.active) .wishlist_action_selected,
	.wishlist_main_action:not(.active) .wishlist-buy-remove-wrap {
		display: none;
	}

	.page-template-pageswishlist-php .page-title-default {
		margin-bottom: 0;
	}

	.wishlist_account ul {
		display: grid;
    	grid-template-columns: 1fr 1fr;
    	grid-template-rows: 1fr 1fr;
		margin-bottom: 0;
		margin-top: 20px;
	}

	.wishlist_account ul > li {
		border-bottom: 1px solid var(--Light-Blue, #E6EFF6) !important;
	}

	.wishlist_account ul > li:nth-last-child(1), .wishlist_account ul > li:nth-last-child(2) {
		border-bottom: none !important;
	}

	.wishlist_account ul > li:first-child, .wishlist_account ul > li:nth-child(2n+1) {
    	border-right: 1px solid var(--Light-Blue, #E6EFF6);
	}

	.wishlist_account li a {
		flex-direction: column;
	}
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
	.wishlist_page {
		flex-direction: column;
	}

	.wishlist_sidebar {
		width: 100%;
		flex: unset;
        flex-direction: column;
	}
}

@media screen and (max-width: 1024px) {
	.wishlist_filter form {
		display: none;
	}

	.wishlist_filter .mobile-select {
        position: relative;
        display: block;
        width: 100%;
		background: var(--White, #FFF);
		border: 1px solid var(--Light-Blue, #E6EFF6);
		border-radius: 900px;
		overflow: hidden;
	}

	.wishlist_filter .mobile-selected {
		display: flex;
    	justify-content: space-between;
	    align-items: center;

		padding: 15px;
	}

	.wishlist_filter .mobile-selected .selected-title {
		color: var(--Dark-Gray, #3E4143);
		font-family: Manrope;
		font-size: 13px;
		font-style: normal;
		font-weight: 500;
		line-height: 156%;
	}

	.wishlist_filter .mobile-select.active {
		border: 1px solid var(--Blue, #3A85FF);
		border-radius: 23px;
	}

	.wishlist_filter .mobile-select .select-item {
		display: flex;
		padding: 15px;
		align-items: center;
		align-self: stretch;

		color: var(--Dark-Gray, #3E4143);
		font-family: Manrope;
		font-size: 13px;
		font-style: normal;
		font-weight: 500;
		line-height: 156%;

		border-top: 1px solid var(--Light-Blue, #E6EFF6);
	}

	.wishlist_filter .mobile-select .select-item:hover,
	.wishlist_filter .mobile-select .select-item.active {
		border-top: 1px solid var(--Blue, #3A85FF);
		background: var(--Blue, #3A85FF);
		color: #fff;
	}

	.wishlist_filter .mobile-select .mobile-select-content {
		display: none;
		width: 100%;
		z-index: 1;
	}

	.wishlist_filter .mobile-select .selected-arrow {
		width: 9px;
		height: 9px;
	}

	.wishlist_filter .mobile-select.active .selected-arrow {
		transform: rotate(180deg);
	}
	
	.wishlist_filter .mobile-select .selected-arrow::before {
		content: ' ';
		display: block;
		width: 9px;
		height: 9px;
		background-image: url('/wp-content/themes/woodmart-child/assets/img/mobile-select-arrow.svg');
	}

	.wishlist_filter .mobile-select.active .mobile-select-content {
		display: block;
		width: 100%;
	}

	.wishlist_account ul {
		display: flex;
		margin-bottom: 0;
	}

	.wishlist_account ul li {
		flex: 1;
		border-right: 1px solid var(--Light-Blue, #E6EFF6);
	}

	.wishlist_account ul > li:last-child {
		border-right: none;
	}

	.wishlist_account li a {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

	.wishlist_categories {
		margin-top: 0;
	}

	.wishlist-buy-popup-wrap {
		padding-top: 0;
		padding-left: 0;
		padding-bottom: 0;
		padding-right: 0;
	}

	.wishlist-buy-popup {
		width: calc(100vw - 40px);
		height: calc(100vh - 40px);
	}

	.wishlist-buy-popup .popup-content {
		flex-grow: 1;
    	overflow-y: auto;
    	overflow-x: hidden;
	}

	.wishlist-buy-popup .popup-content {
		padding-right: 0;
	}

	.wishlist-buy-popup .popup-product .product-swatches .swatch-attr {
		display: grid;
    	grid-template-columns: 1fr 1fr;
    	grid-auto-rows: 1fr;
	}

	.wishlist-buy-popup .popup-product .product-swatches .swatch-attr .swatch-option {
		width: 100%;
	}

	.wishlist-buy-popup .product-delete.mobile {
		display: flex;
	}

	.wishlist-buy-popup .product-delete:not(.mobile) {
		display: none;
	}

	.wishlist-buy-popup .popup-product {
		flex-wrap: wrap;
		gap: 10px;
	}

	.wishlist-buy-popup .popup-product .product-title {
		flex-grow: 1;
	}

	.wishlist-buy-popup .popup-product .product-swatches {
		flex-grow: 1;
		flex-basis: 100%;
	}

	.wishlist-buy-popup .popup-total .amount, .wishlist-buy-popup .popup-total .cursym {
		font-size: 19px;
	}

	.wishlist-buy-popup .popup-footer {
		align-items: center;
	}

	.wishlist-buy-popup .popup-buy-btn {
		padding: 15px 17px;
	}
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .wishlist-buy-popup {
        width: calc(100vw - 80px);
        height: calc(100vh - 80px);
    }
}

.wishlist-buy-popup .complect-wrap {
	margin-top: -14px;
	display: flex;
    width: 100%;
    padding: 25px 15px 15px 15px;
    align-items: stretch;
    gap: 15px;
    border-radius: 13px;
    border: 1px solid #7DB5E2;
}

.wishlist-buy-popup .complect-inner {
	display: flex;
    flex-direction: column;
	flex-grow: 1;
}

.wishlist-buy-popup .product-complect {
	display: flex;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}

.wishlist-buy-popup .product-complect .product-image img {
	width: 54px;
    height: 61px;
    border-radius: 6px;
}

.wishlist-buy-popup .popup-product-complect .badge {
    position: relative;
    width: fit-content;
    /* margin-top: -13px; */
    margin-left: 15px;
    display: flex;
    padding: 3px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-family: Manrope;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    border-radius: 10000px;
    background: linear-gradient(90deg, #3A85FF 0%, #1FA7E2 100%);
}

.wishlist-buy-popup .product-complect .product-title {
	flex-grow: 1;
	color: var(--Dark-Gray, #3E4143);
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 127%;
}

.wishlist-buy-popup .product-price span {
	color: var(--Green, #50883C);
	text-align: right;
	font-family: Manrope;
	font-size: 17px;
	font-style: normal;
	font-weight: 800;
	line-height: 130%;
}

.wishlist-buy-popup .product-complect-items .product-image img {
	width: 46px;
	height: 58px;
}

.wishlist-buy-popup .product-complect-items {
	padding-left: 20px;
}


.wishlist-buy-popup .popup-product-complect .delete-btn {
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.wishlist-buy-popup .popup-product-complect .delete-btn:before {
	content: ' ';
	display: block;
	width: 30px;
	height: 30px;
	background-image: url('/wp-content/themes/woodmart-child/assets/img/popup-delete.svg');
}

.wishlist-buy-popup .popup-product-complect .complect-delete {
	display: flex;
    align-items: center;
}

.wishlist-buy-popup .popup-product-complect {
	display: flex;
    gap: 15px;
    align-items: stretch;
}

.wishlist-buy-popup .complect-content {
	flex-grow: 1;
}


.wishlist-buy-popup .product-min-qty {
	display: flex;
	padding: 4px 6px;
	justify-content: center;
	align-items: center;
	gap: 10px;

	border-radius: 7px;
	background: var(--Light-Blue, #E6EFF6);

	color: #5F6970;
	font-family: Manrope;
	font-size: 11px;
	font-style: normal;
	font-weight: 800;
	line-height: 127%; /* 13.97px */
}


.wishlist-buy-popup .product-complect-items .product-title-text {
    flex-grow: 1;
}

.wishlist-buy-popup .product-complect-items .product-title {
	gap: 12px;
}

html.wish-buy-popup-opened {
	overflow-y: hidden;
}

@media screen and (min-width: 1024px) {
	.wishlist-buy-popup {
		max-height: 100%;
	}

	.wishlist-buy-popup .popup-content {
		overflow-y: auto;
	}
}

.wishlist-buy-popup .popup-content > div {
	border-bottom: 1px solid var(--Light-Blue, #E6EFF6);
	padding-top: 15px;
	padding-bottom: 15px;
}

.wishlist-buy-popup .popup-content > div:first-child {
	border-bottom: 1px solid var(--Light-Blue, #E6EFF6);
	padding-top: 0;

}

.wishlist-buy-popup .popup-content > div:last-child {
	border-bottom: none;
	padding-bottom: 0p;
}

.wishlist-buy-popup .complect-content {
    position: relative;
    top: -10px;
}

.wishlist-buy-popup .not-buyable-badge {
    display: flex;
    width: 302px;
    padding: 10px 13px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 10px;
    border: 1px dashed var(--Red, #DD1F4F);

	color: var(--Red, #DD1F4F);
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 131%; /* 18.34px */
}

.wishlist-buy-popup .not-buyable-badge::before {
	content: ' ';
	display: block;
    width: 28.5px;
    height: 17.75px;
	background-image: url('/wp-content/themes/woodmart-child/assets/img/not-buy-icon.svg');
}

@media screen and (min-width: 1024px) {
	.wishlist-buy-popup {
		min-width: 924px;
	}
}

.wishlist-buy-popup .not-buyable .product-title,
.wishlist-buy-popup .not-buyable .product-image {
	opacity: 0.5;
}


.wishlist-buy-popup .product-not-buyable {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
}

.wishlist-buy-popup .popup-product .product-not-buyable {
    padding-right: 10px;
}

.wishlist_action_select label.active:before {
    background: #3A85FF;
}

.wishlist_action_select label:before {
    content: '';
    position: absolute;
    left: 5px;
    top: calc(50% - 6px);
    width: 12px;
    height: 12px;
    border-radius: 2px;
    background: white;
    transition: background-color 0.3s;
    z-index: 1;
    cursor: pointer;
}

.wishlist-buy-popup .complect-delete.mobile,
.wishlist-buy-popup .product-complect .product-price.mobile,
.wishlist-buy-popup .popup-product[data-type="simple"] .product-price.mobile,
.wishlist-buy-popup .complect-inner .product-not-buyable.mobile {
	display: none;
}

.wishlist-buy-popup .product-title-wrap {
	display: flex;
	flex-direction: column;
	gap: 5px;
	flex-grow: 1;
}

.wishlist-buy-popup .complect-inner .product-not-buyable.mobile {
	margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
	.wishlist-buy-popup .complect-delete.mobile,
	.wishlist-buy-popup .product-complect .product-price.mobile,
	.wishlist-buy-popup .popup-product[data-type="simple"] .product-price.mobile,
	.wishlist-buy-popup .complect-inner .product-not-buyable.mobile {
		display: flex;
	}

	.wishlist-buy-popup .complect-delete:not(.mobile),
	.wishlist-buy-popup .product-complect .product-price:not(.mobile),
	.wishlist-buy-popup .popup-product[data-type="simple"] .product-price:not(.mobile),
	.wishlist-buy-popup .complect-inner .product-not-buyable:not(.mobile) {
		display: none;
	}

	.wishlist-buy-popup .not-buyable-badge {
		width: 100%;
	}

	.wishlist-sidebar-inner > div:first-child {
    	margin-top: 20px;
	}
}

.wishlist-buy-popup .popup-product[data-type="simple"] .product-price-wrap {
	display: flex;
	align-items: center;
}

.wishlist-buy-popup .popup-content > div.popup-product-complect:first-child {
    margin-top: 10px;
}

.wishlist-buy-popup .popup-product-complect .delete-btn:hover:before {
	background-image: url('/wp-content/themes/woodmart-child/assets/img/popup-delete-active.svg');
}

@media screen and (min-width: 1024px) {
	.wishlist_categories {
		margin-top: 0;
	}
}