body:not(.logged-in).woocommerce-account .page-wrapper .main-container{
	background: #F5F5F5 !important;
}

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

table {
	width: 100%;
}

.container-wcc {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}

.page-new.flx {
	padding: 100px 0px;
}

.mini_cart_item .variation,
.product_price .min-order-info {
	display: none !important;
}

.select2-container--default .select2-selection--single {
	padding: 10px;
	height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: auto;
	top: 50%;
}

.thank-you>p {
	display: none;
}

/*------------------------------------------------------------------
    Style Wishlist 
-------------------------------------------------------------------*/

.tinvwl-tooltip {
	display: none;
}

.tinv-modal {
	opacity: 0;
	top: 0;
	left: 0;
	position: fixed;
	overflow-y: auto;
	overflow-x: hidden;
	width: 0;
	height: 0;
	z-index: 9999;
	outline: 0 !important;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	visibility: hidden;
	-webkit-transition: opacity .3s ease, visibility .3s ease;
	transition: opacity .3s ease, visibility .3s ease
}

.tinv-modal-open {
	visibility: visible;
	opacity: 1;
	width: 100%;
	height: 100%
}

.tinv-overlay {
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	background: #191919;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	-webkit-transition: opacity .3s ease, visibility .3s ease;
	transition: opacity .3s ease, visibility .3s ease
}

.tinv-modal-open .tinv-overlay {
	visibility: visible;
	opacity: .5
}

.tinvwl-buttons-group {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}

.icon_big_times,
.icon_big_heart_check {
	width: 40px;
	height: 40px;
	display: block;
	margin: 0 auto 20px auto;
	background: url(../images/icon_big_times.png) no-repeat;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

.tinvwl_button_view,
.tinvwl_button_close {
	border: none;
	padding: 10px;
	color: #ffffff;
	width: 48%;
	background: rgba(18, 223, 204, 1);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background var(--time) ease-in-out;
}

.tinvwl-buttons-group .button:only-child {
	width: 100%;
}

.tinvwl-buttons-group .ftinvwl {
	display: none;
}

.tinvwl_button_view:hover,
.tinvwl_button_close:hover {
	background: #008E94;
}

.tinv-modal-inner {
	position: relative;
	margin: auto;
	background-color: #ffffff;
	max-width: 360px;
	min-width: 360px;
	padding: 15px
}

.tinv-table {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.tinv-txt {
	text-align: center;
}

.tinvwl-icon-heart {
	width: 40px;
	height: 40px;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f3f3f3;
	position: absolute;
	right: 40px;
	top: 30px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	z-index: 1;
}

.tinvwl-icon-heart::after {
	content: "";
	width: 22px;
	height: 18px;
	background-image: url("../images/heart.png");
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.tinvwl-icon-heart.inited-add-wishlist::after {
	background-image: url("../images/heart-fill.png");
}

/*------------------------------------------------------------------
Style Minicart 
-------------------------------------------------------------------*/

.mini-cart {
	position: absolute;
	top: 19px;
	max-height: 420px;
	overflow: auto;
	right: 0;
	z-index: 9999;
	background: #fdfdfd;
	padding: 15px 15px 10px 15px;
	width: 300px;
	border: 1px solid #d3d3d3;
	display: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.mini-cart-but {
	position: relative;
}

.mini_cart_list {
	max-height: 250px;
	overflow: auto;
	width: 100%;
	padding-right: 10px;
}

.mini_cart_list::-webkit-scrollbar {
	width: 6px;
}

.mini_cart_list::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.mini_cart_list::-webkit-scrollbar-thumb {
	background: var(--color-primary);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.mini_cart_item {
	width: 100%;
	margin: 0;
	position: relative;
	padding: 0 20px 0 0;
	display: flex;
	flex-wrap: wrap;
}

.mini_cart_item .postion_link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.mini_cart_item+.mini_cart_item {
	margin-top: 7px;
	padding-top: 7px;
	border-top: 1px solid #d9d9d9;
}

.min-cart-txt-box {
	width: calc(100% - 70px);
	font-size: 13px;
}

.mini-cart .total,
.mini-cart .buttons {
	display: flex;
	justify-content: space-between;
}

.mini-cart .total {
	margin: 15px 0;
}

.mini-cart .button {
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	width: 48%;
	font-size: 12px;
	color: #fff;
	text-align: center;
	background: var(--color-primary);
	text-transform: uppercase;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	transition: background .35s ease-in-out;
}

.mini-cart .button:hover {
	color: #ffffff;
	background: #000;
}

.mini-cart .product-thumbnail {
	width: 50px;
	height: 50px;
	margin: 0 10px 0 0;
	float: left;
	padding: 0 !important;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: 0;
	border: 1px solid #ddd;
}

.mini-cart .remove {
	position: absolute;
	right: 0;
	top: 4px;
	width: 20px;
	height: 20px;
	color: #000 !important;
	font-size: 18px;
	border: 1px solid #ddd;
	border-radius: 100%;
	line-height: 22px;
	text-align: center;
}

.mini-cart .remove:hover {
	color: red !important;
}

.mini-txt-a .amount {
	display: block;
}

.mini-txt-a {
	display: block;
}

span.woocommerce-Price-amount.amount span {
	margin: 0;
}

/*------------------------------------------------------------------
Style Table block  product detail page
-------------------------------------------------------------------*/

.table_block_item {
	width: 100%;
	color: #000000;
}

.table_block_head {
	margin-bottom: 40px;
}

.table_block_head h3 {
	margin: 0;
	line-height: 1;
	font-size: 30px;
}

.table_block_item table {
	text-align: left;
	border-collapse: collapse;
}

.table_block_item tr {
	font-size: 16px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.30);
}

.table_block_item th {
	font-weight: 500;
}

.table_block_item th,
.table_block_item td {
	width: 50%;
	padding: 14px 0;
}

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

.password-input {
	width: 100%;
}

.show-password-input:empty {
	display: none;
}

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

.sustainability-tab ul {
	display: flex;
	flex-wrap: wrap;
	row-gap: 15px;
}

.sustainability-tab li {
	width: 20%;
	padding: 0 10px;
	text-align: center;
}

.sustainability-tab li span {
	margin-top: 12px;
	font-weight: 600;
}

.sustainability_item {
	width: 188px;
	height: 188px;
	padding: 10px;
	display: flex;
	margin: auto;
	align-items: center;
	text-align: center;
	justify-content: center;
	background: #ffffff;
	color: var(--color-third);
	font-weight: 600;
	overflow: hidden;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.sustainability_item img {
	width: 100%;
}

/*------------------------------------------------------------------
	Style Thank You page
-------------------------------------------------------------------*/

.order-detail-first {
	text-align: center;
	margin-bottom: 90px;
	position: relative;
}

.back-previous {
	position: absolute;
	top: -40px;
	left: 80px;
}

.order-detail-first h2 {
	font-size: 100px;
	line-height: 80px;
	color: #1D1D1F;
	margin: 30px 0 20px;
	font-weight: 500;
	text-transform: uppercase;
}

.order-detail-first h3 {
	color: #1D1D1F;
	font-size: 40px;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
}

.order-detail-first h5 {
	font-size: 25px;
	color: #1D1D1F;
	margin: 0;
	font-weight: 400;
	opacity: .3;
}

.order-detail-first .continue-shopping {
	margin-top: 50px;
}

.woocommerce-order.thank-you .order-detail-first h2 {
	font-size: 100px;
	color: #34A8AB;
	text-transform: capitalize;
}

.continue-shopping.download-invoice,
.confirm-txt {
	display: none;
}

/* -------------------------------------------------------- */
.woocommerce-order.thank-you .back-previous,
.woocommerce-order.thank-you .woocommerce-customer,
.woocommerce-order.thank-you .order-detail-first h4 {
	display: none;
}

.woocommerce-order.thank-you .continue-shopping.download-invoice {
	display: inline-block;
	text-transform: capitalize;
}

.woocommerce-order.thank-you {
	background: #fff;
	border-radius: 20px;
	padding: 90px 100px 105px;
}

.woocommerce-order.thank-you .order-detail-first h5 {
	font-size: 20px;
	opacity: 1;
	font-weight: 500;
}

.woocommerce-order.thank-you .confirm-txt {
	display: block;
	font-size: 16px;
	color: #1D1D1F;
	margin-top: 15px;
}

.woocommerce-order.thank-you .order-detail-first {
	margin-bottom: 0px;
	padding-bottom: 70px;
	border-bottom: 1px solid #E5E5E5;
}

.woocommerce-order.thank-you .order-detail-second {
	padding: 65px 100px 0px;
	margin-top: 0px;
}

.order-detail-second {
	margin-top: 50px;
	padding: 52px 200px 105px 200px;
	background: #ffffff;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

.order-detail-second h2 {
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	color: #1D1D1F;
	margin-bottom: 80px;
}

.woocommerce-order.thank-you .wc-item-meta .variation {
	display: flex;
}

.order-detail-second-table {
	border-collapse: collapse;
}

.order-detail-second-table thead tr,
.order-detail-second-table tbody tr:first-child {
	border-top: 0px;
}

.order-detail-second-table thead tr th {
	background: #13E0CD;
	padding: 22px 30px;
	font-size: 18px;
	text-transform: capitalize;
	width: 21.66%;
	text-align: center;
	color: #1D1D1F;
}

.order-detail-second-table tr td {
	width: 21.66%;
	padding: 22px 30px;
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	color: #1D1D1F;
}

.order-detail-second-table thead tr th:first-child {
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}

.order-detail-second-table thead tr th:last-child {
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}

.order-detail-second-table thead tr th:first-child,
.order-detail-second-table tr td:first-child {
	width: 35%;
	text-align: left;
}

.order-detail-second-table tr td:last-child {
	padding-right: 85px;
	text-align: right;
}

.order-detail-second-table th {
	text-align: left;
	font-size: 15px;
	text-transform: uppercase;
}

.order-detail-second-table tfoot tr:last-child td:last-child {
	font-size: 22px;
	font-weight: 500;
}

.order-detail-second-table tfoot tr:last-child {
	border-bottom: 1px solid rgba(0, 0, 0, .10);
}

.order-detail-second-table tr {
	border-top: 1px solid rgba(0, 0, 0, .10);
}

.order-detail-second .download-invoice {
	margin: 70px auto 0 auto;
	text-transform: capitalize;
	width: 255px;
	display: block;
	text-align: center;
}

.woocommerce-view-order .order-detail-second-table .order-item-name {
	font-weight: 400;
}

.order-detail-second-table .order-item-name strong {
	display: none;
}

.woocommerce-order.thank-you .cancel-btn {
	display: none;
}

.woocommerce-myaccount-content .no-invoice-btn {
	display: none;
}

.woocommerce-myaccount-content .cancel-btn {
	width: 190px;
	padding: 0px 20px;
}

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

.related-documents,
.related-documents li a {
	display: flex;
	flex-wrap: wrap;
}

.related-documents {
	margin: 0 -1%;
	row-gap: 20px;
}

.related-documents li {
	width: 23%;
	margin: 0 1%;
	padding: 10px;
	border: 1px solid #c1bebe;
	background: #ffffff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.related-documents li a {
	align-items: center;
}

.related-documents li img {
	width: 30px;
}

.related-documents li span {
	width: calc(100% - 30px);
	padding-left: 10px;
	font-size: 13px;
}

@media (max-width: 767px) {
	.related-documents li {
		width: 48%;
	}
}


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

.address_list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 35px;
}

.address_item {
	padding: 60px;
	background: #ffffff;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}

.address_item h2 {
	font-size: 26px;
	margin-bottom: 40px;
	font-weight: bold;
	line-height: 1;
}

.address_item li {
	line-height: 24px;
}

.address_item li+li {
	margin-top: 10px;
}

@media (max-width:1200px) {
	.address_item {
		padding: 35px;
		border-radius: 15px;
	}

	.address_item h2 {
		font-size: 22px;
		margin-bottom: 15px;
	}

	.order-detail-second-table-outer {
		border-radius: 30px;
	}

	.woocommerce-checkout .order-detail-first h2 {
		font-size: 100px;
		line-height: 85px;
	}

	.sustainability_item {
		width: 150px;
		height: 150px;
	}
}

@media (max-width:860px) {

	.table_block_item th,
	.table_block_item td {
		padding: 10px 0;
	}

	.table_block_item tr {
		font-size: 14px;
	}

	.table_block_head {
		margin-bottom: 20px;
	}

	.table_block_head h3 {
		font-size: 22px;
	}

	.table_block th,
	.table_block td {
		padding: 10px 0;
	}

	.table_block tr {
		font-size: 14px;
	}

	.table_block {
		margin-top: 40px;
	}

	.sustainability-tab ul {
		margin: 0 -1%;
	}

	.sustainability-tab li {
		width: 31.33%;
		margin: 0 1%;
		padding: 0;
	}

	.sustainability_item {
		width: auto;
		height: auto;
		padding: 10px 15px;
		border-radius: 6px;
	}

	.address_item {
		padding: 25px;
	}

	.address_item h2 {
		font-size: 20px;
	}

	.address_item li+li {
		margin-top: 10px;
	}

	.address_item li {
		line-height: 21px;
	}

	.woocommerce-myaccount-content h3 {
		margin-bottom: 15px;
		font-size: 15px;
	}

	.order-detail-second-table-outer {
		border-radius: 30px;
	}

	.order-detail-second h2 {
		font-size: 25px;
		margin-bottom: 20px;
	}

	.order-detail-first .continue-shopping {
		margin-top: 30px;
	}

	.order-detail-first h2 {
		margin-bottom: 10px;
	}
}

@media (max-width:767px) {
	del+ins {
		margin-left: 7px;
	}

	.table_block_item {
		width: 100%;
	}

	.address_item {
		width: 100%;
	}

	.download-invoice,
	.continue-shopping {
		--height: 44px;
		padding: 0 25px;
	}

	.woocommerce-checkout .order-detail-first h2 {
		font-size: 60px;
		line-height: 51px;
	}
}

@media (max-width:640px) {
	.address_item {
		padding: 15px;
		border-radius: 10px;
	}

	.order-detail-first .continue-shopping {
		margin-top: 20px;
	}

	.sustainability-tab li {
		width: 100%;
	}
}

/* ------------------------------------------14/11/23------------------------------------------ */

.woocommerce-Reviews-title {
	line-height: 1;
	font-size: 20px;
	font-family: var(--font-primary);
	font-weight: 700;
}

.comment_container .comment-text {
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
}

.commentlist .review {
	border: 1px solid #b1b1b1;
	border-radius: 0 10px 10px 10px;
	background: #ffffff;
}

.commentlist .review+.review {
	margin-top: 15px;
}

.comment-text .meta {
	width: 100%;
	display: inline-block;
	font-size: 12px;
	line-height: 20px;
	margin: 10px 0 2px 0;
}

.woocommerce-review__author {
	width: 100%;
	display: block;
	text-transform: capitalize;
	font-size: 14px;
}

.woocommerce-review__published-date {
	color: #67c5ad;
	font-weight: 500;
}

.woocommerce-Reviews #review_form_wrapper {
	margin-top: 15px;
}

.commentlist .review+.review {
	margin-top: 15px;
}

.comment-form {
	margin-top: 10px;
}

.comment-form p:not(.comment-form-cookies-consent) label {
	line-height: 1;
}

.comment-form-comment textarea {
	padding-top: 15px;
	height: 100px;
}

.comment-form-comment textarea,
.comment-form .comment-form-email input,
.comment-form .comment-form-author input {
	background: #fff;
	border: 1px solid #ddd;
	width: 100% !important;
	border-radius: 6px;
	padding-left: 15px;
}

.comment-form .comment-form-email input,
.comment-form .comment-form-author input {
	height: 50px;
}

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

.substrate-list {
	display: flex;
	align-items: center;
	width: 100%;
	margin: 15px 0 5px 0;
}

.substrate-list>span {
	color: #636363;
	font-family: Open Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px;
	margin-right: 10px;
}

.substrate-list .nice-select {
	border-radius: 5px;
	border: 1px solid #C2D4DA;
	background: #EFF4F4;
	width: fit-content;
	padding-right: 40px;
	margin: 0;
}

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

.category_options {
	padding: 15px 0;
	border-top: 1px solid rgba(99, 99, 99, .25);
}

/* .category_options li {
	color: #636363;
} */

.category_options li+li {
	margin-top: 10px;
}

.category_options:empty {
	display: none !important;
}

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

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

.meta-buttons {
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
}

.woo-meta-wrap {
	/* margin-top: 15px; */
	/* padding-top: 15px; */
	border-top: 1px solid rgba(99, 99, 99, .25);
}

.woo-meta-wrap .cart {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	/* row-gap: 10px; */
	margin-top: 15px;
}

.woo-meta-wrap .cart .product-price {
	display: block;
	font-weight: 700;
	margin-bottom: 15px;
}

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

.share-box {
	width: 100%;
	float: left;
	padding-top: 40px;
}

.share-box>ul {
	display: flex;
	flex-wrap: wrap;
	row-gap: 15px;
}

.share-box li {
	font-size: 16px;
	font-weight: 700;
}

.share-box li a:hover {
	color: var(--color-secondary);
}

.share-box>ul>li+li {
	margin-left: 25px;
}

.share-box li:last-child {
	margin-left: auto;
	font-weight: 400;
	position: relative;
}

.share-box li:last-child a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.share-box li>img {
	margin-right: 10px;
}

.share-box .icon {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3px;
	margin-left: 10px;
	border: 1px solid #9A9AB0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.share-box li:last-child ul {
	position: absolute;
	right: 0;
	bottom: 0;
	visibility: hidden;
	opacity: 0;
	transform: translateY(-30px);
	transition: visibility .3s ease-in-out, opacity ease-in-out .3s, transform .3s ease-in-out;
}

.share-box li:last-child ul li {
	width: 24px;
	text-align: center;
}

.share-box li:last-child ul li a {
	color: #9a9ab0;
}

.share-box li:last-child ul li a:hover {
	color: var(--color-secondary);
}

.share-box li:last-child ul li+li {
	margin-top: 10px;
}

.share-box li:last-child:hover ul {
	visibility: visible;
	opacity: 1;
	transform: translateY(-35px);
}

/* -------------------------------------------------------- */
/* 
.pro-quantity {
	display: flex;
	height: 48px;
	width: fit-content;
	margin-right: 5px;
	border: 1px solid var(--color-third);
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	overflow: hidden;
}

.pro-quantity .input-text {
	border: none;
	height: 48px;
	max-width: 55px;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	padding: 0 5px;
}

.pro-quantity .plus,
.pro-quantity .minus {
	width: 36px;
	display: block;
	background: var(--color-third);
	color: #ffffff;
	border: none;
	font-size: 20px;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.pro-quantity .plus:hover,
.pro-quantity .minus:hover {
	background: var(--color-secondary);
} */

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

.page_banner {
	background: linear-gradient(92.35deg,
			rgba(0, 179, 172, 1) 0%,
			rgba(18, 223, 204, 1) 100%);
	;
}

.page_banner .container {
	display: flex;
	align-items: center;
	height: 280px;
	margin: auto;
	max-width: var(--container);
}

.page_banner h1 {
	color: #ffffff;
	font-size: 70px;
	line-height: 91.5px;
	font-weight: 500;
	text-transform: uppercase;
}


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

.breadcrumbs {
	display: flex;
	flex-wrap: wrap;
}

.breadcrumbs li {
	color: #ffffff;
	font-size: 15px;
	font-weight: 300;
	line-height: 1;
	position: relative;
}

.breadcrumbs a {
	transition: color .5s ease-in-out;
}

.breadcrumbs li:not(:last-child)::after {
	content: "";
	height: 10px;
	width: 5px;
	display: inline-block;
	background: url(../../../assets/images/arrow_img.png) no-repeat;
	margin: 0 10px;
}


.rtl .breadcrumbs li:not(:last-child)::after{
	transform: scale(-1);
}

.breadcrumbs a:hover {
	color: var(--color-primary-hover);
}

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

/* 
input[type=checkbox] {
	position: relative;
	border: 1px solid #b5b2b2;
	border-radius: 3px;
	background: none;
	cursor: pointer;
	line-height: 0;
	margin: 0 .6em 0 0;
	outline: 0;
	padding: 0 !important;
	vertical-align: text-top;
	height: 18px;
	width: 18px;
	-webkit-appearance: none;
	appearance: none;
}

input[type=checkbox]:hover {
	opacity: 1;
}

input[type=checkbox]:checked {
	background-color: var(--color-secondary);
	opacity: 1;
}

input[type=checkbox]:before {
	content: '';
	position: absolute;
	right: 50%;
	top: 49%;
	width: 4px;
	height: 8px;
	border: solid #FFF;
	border-width: 0 1px 1px 0;
	margin: -1px -1px 0 -1px;
	transform: rotate(45deg) translate(-50%, -50%);
	z-index: 2;
	opacity: 0;
}

input[type=checkbox]:checked::before {
	opacity: 1;
} */

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

.wvs-pro-loaded {
	position: absolute !important;
	bottom: 42%;
	right: 10px;
	width: 10% !important;
}

.wvs-pro-loaded.open {
	width: 100% !important;
}

/* .woo-variation-swatches .single-first-section .variable-items-wrapper {
	margin: 0 -5px;
} */

.woo-variation-swatches-variable-item-more {
	display: block;
	width: 30px;
	height: 30px;
	color: #ffffff;
	text-align: center;
	background: var(--color-third);
	border-radius: 50%;
	cursor: pointer;
	transition: transform .35s ease-in-out;
	will-change: transform;
	font-size: 10px;
	line-height: 30px;
	font-weight: 500;
	margin-right: 5px;
}

.woo-variation-swatches-variable-item-more>a {
	color: #ffffff;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
}

/* body:not(.fancybox-active).post-type-archive  */
/* .variable-items-wrapper {
	position: relative;
	flex-direction: column;
	height: 240px;
	justify-content: flex-end;
	transition: width .35s ease;
	align-items: flex-end;
	align-content: flex-end;
} */

/* .woo-variation-swatches.wvs-show-label .variations td {
	display: flex;
	margin: 15px 0;
	align-items: center;
}

.woo-variation-swatches.wvs-show-label .variations .reset_variations {
	display: none !important;
}

.post-type-archive .archive-variable-items.open {
	width: 100%;
} */

/* .product-gallery-right .variable-items-wrapper {
	height: auto;
	flex-direction: row;
}

.woo-variation-swatches .variable-items-wrapper {
	row-gap: 10px;
	justify-content: flex-end;
}


.woo-variation-swatches .product-gallery-right .variable-items-wrapper {
	justify-content: flex-start;
}

.woo-variation-swatches .variable-items-wrapper .variable-item,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
	margin: 0 5px !important;
	padding: 0;
	border: none;
}

.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper.button-variable-items-wrapper .variable-item:not(.radio-variable-item) {
	border-radius: initial !important;
	width: auto;
	padding: 0 10px;
	margin: 0;
}

.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper.button-variable-items-wrapper {
	margin-bottom: 15px;
}

.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper.button-variable-items-wrapper .variable-item:not(.radio-variable-item) .variable-item-span {
	border-radius: initial !important;
}

.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item) .variable-item-span,
.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item) img {
	font-size: 0;
} */

/*......................Nice Select Search...........................*/

.nice-select,
.nice-select.open .list {
	width: 100%;
	width: 325px;
	border-radius: 8px;
}

.nice-select .list::-webkit-scrollbar {
	width: 0
}

.nice-select .list {
	margin-top: 5px;
	top: 100%;
	border-top: 0;
	border-radius: 0 0 5px 5px;
	max-height: 210px;
	overflow-y: scroll;
	padding: 52px 0 0
}

.nice-select.has-multiple {
	white-space: inherit;
	height: auto;
	padding: 7px 12px;
	min-height: 53px;
	line-height: 22px
}

.nice-select.has-multiple span.current {
	border: 1px solid #CCC;
	background: #EEE;
	padding: 0 10px;
	border-radius: 3px;
	display: inline-block;
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 3px;
	margin-right: 3px
}

.nice-select.has-multiple .multiple-options {
	display: block;
	line-height: 37px;
	margin-left: 30px;
	padding: 0
}

.nice-select .nice-select-search-box {
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	margin-top: 5px;
	top: 100%;
	left: 0;
	z-index: 8;
	padding: 5px;
	background: #FFF;
	opacity: 0;
	pointer-events: none;
	border-radius: 5px 5px 0 0;
	box-shadow: 0 0 0 1px rgba(68, 88, 112, .11);
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(.75) translateY(-21px);
	-ms-transform: scale(.75) translateY(-21px);
	transform: scale(.75) translateY(-21px);
	-webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
	transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out
}

.nice-select .nice-select-search {
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: none;
	color: #333;
	display: inline-block;
	vertical-align: middle;
	padding: 7px 12px;
	margin: 0 10px 0 0;
	width: 100% !important;
	min-height: 36px;
	line-height: 22px;
	height: auto;
	outline: 0 !important
}

.nice-select.open .nice-select-search-box {
	opacity: 1;
	z-index: 10;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0)
}

.remove:hover {
	color: red
}

.nice-select-search-box+.list {
	margin-top: 60px !important;
}

.wac-quantity input {
	-moz-appearance: textfield;
}

/*......................Nice Select Search...........................*/

@media (max-width:1650px) {

	.page_banner .container,
	.container-wcc {
		max-width: 96%;
		padding: 0px 15px;
	}

	.page-new.flx {
		padding: 100px 0px;
	}

	.order-detail-second {
		padding: 50px 100px 100px;
	}

	.woocommerce-order.thank-you .order-detail-second {
		padding: 65px 50px 0px;
	}

	.woocommerce-order.thank-you {
		padding: 90px 50px 100px;
	}
}

@media (max-width:1450px) {
	.page_banner h1 {
		font-size: 50px;
		line-height: 50px;
		margin-bottom: 10px;
	}

	.woocommerce-order.thank-you .order-detail-first h2,
	.order-detail-first h2 {
		font-size: 70px;
		line-height: 50px;
	}

	.order-detail-second h2 {
		margin-bottom: 40px;
	}

	.order-detail-first h3 {
		font-size: 30px;
	}

	.order-detail-first {
		margin-bottom: 50px;
	}

	.woocommerce-order.thank-you .order-detail-first {
		padding-bottom: 50px;
	}

	.order-detail-second {
		padding: 50px 70px 70px;
	}

	.woocommerce-order.thank-you {
		padding: 70px 50px;
	}

	.woocommerce-order.thank-you .order-detail-second {
		padding: 50px 30px;
	}
}

@media (max-width:1040px) {
	.tinvwl-icon-heart {
		right: 15px;
		top: 15px;
	}

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

@media (max-width:991px) {
	.order-detail-second-table thead {
		display: none;
	}

	.order-detail-second-table tbody tr,
	.order-detail-second-table tfoot tr {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 15px 0px;
	}

	.order-detail-second-table tfoot tr {
		align-items: center;
	}

	.order-detail-second-table tbody tr td,
	.order-detail-second-table tbody tr td:first-child,
	.order-detail-second-table tfoot tr td {
		width: 49%;
		display: block;
		padding: 0px;
	}

	.order-detail-second-table tbody tr td:nth-child(3),
	.order-detail-second-table tfoot tr td:nth-child(2),
	.order-detail-second-table tfoot tr td:nth-child(3) {
		display: none;
	}

	.order-detail-second-table tr td:nth-child(2) {
		text-align: right;
	}

	.order-detail-second-table tr td:last-child {
		margin-left: auto;
		padding-right: 0px;
	}

	.order-detail-second-table .order-item-name strong {
		display: inline-block;
	}

	.woocommerce-order.thank-you {
		padding: 50px;
	}

	.woocommerce-order.thank-you .order-detail-second {
		padding: 50px 0px 0px;
	}
}

@media (max-width:860px) {
	.wvs-pro-loaded {
		bottom: 32%;
	}

	.share-box {
		padding-top: 30px;
	}

	.woocommerce-order.thank-you .order-detail-first h2,
	.order-detail-first h2 {
		font-size: 50px;
		line-height: 40px;
	}

	.order-detail-first h3 {
		font-size: 24px;
	}

	.order-detail-first h2 {
		margin-top: 20px;
	}

	.order-detail-second {
		padding: 50px;
	}

	.back-previous {
		left: 0px;
		top: -20px;
	}
}

@media (max-width:767px) {

	.comment-form .comment-form-email input,
	.comment-form .comment-form-author input {
		height: 44px;
	}

	.share-box li>img {
		margin-right: 4px;
	}

	.page-new.flx {
		padding: 50px 0px;
	}

	.woocommerce-order.thank-you .order-detail-first h2,
	.order-detail-first h2 {
		font-size: 30px;
		line-height: 30px;
	}

	.order-detail-first h3,
	.order-detail-first h5 {
		font-size: 18px;
	}
}

@media (max-width:480px) {
	.page_banner h1 {
		font-size: 30px;
		line-height: 30px;
	}

	.page_banner .container {
		height: 220px;
	}

	.order-detail-second-table tfoot tr:last-child td:last-child {
		font-size: 20px;
	}

	.order-detail-second-table tfoot tr:last-child td:last-child {
		font-size: 17px;
	}

	.order-detail-first h2 {
		margin-top: 10px;
	}

	.order-detail-second,
	.woocommerce-order.thank-you {
		padding: 30px 20px;
	}

	.order-detail-second-table tbody tr td:first-child {
		width: 100%;
		padding-bottom: 10px;
	}

	.order-detail-second h2 {
		margin-bottom: 0px;
	}

	.woocommerce-order.thank-you .order-detail-second h2 {
		margin-bottom: 20px;
	}

	.order-detail-second-table tr td:nth-child(2) {
		text-align: left;
	}

	.woocommerce-order.thank-you .order-detail-first {
		padding-bottom: 30px;
	}

	.order-detail-second .download-invoice {
		margin-top: 30px;
	}
}