.ecommerceSearch {
	padding-right: 1rem;
	width: 38.8rem;
	max-width: 100%;

	.labelsearch,
	.back-link {
		display: none;
	}

	.ecommerce-search-pane .ecommerce-search-input input[type="text"] {
		border: none;
		background-color: transparent;
		width: 100%;
		background-repeat: no-repeat;
		background-position: 2px center;
		background-size: 16px;
		height: 100%;
		outline: none;
		padding-right: 10px;
	}

	.field-box {
		width: 100%;
		max-width: 100%;
		background-color: var(--text-light-2);
		padding: 0 0.8rem;
		border-radius: var(--radius);
	}

	.ecommerce-search-input {
		display: flex;
		align-items: center;

	}


	a.Tel-mivataHeader svg {
		height: auto;
		width: 223px;
		margin-bottom: 13px;
	}

	.Mivata-Search label {
		background: #60be74;
		margin: 0;
		font-size: 12px;
		border-radius: 4px 0 0 4px;
		padding: 0px 8px;
		display: flex;
		align-items: center;
	}

	a.Tel-mivataHeader svg {
		width: 234px;
		height: auto;
		margin-bottom: 14px;
	}

	.vp-search-box {
		position: relative;
	}

	.vp-search-box .vp-search-box-inner {
		transition: all 0.6s ease 0.1s;
	}

	@media only screen and (min-width: 0px) and (max-width: 959px) {
		.vp-search-box .vp-search-box-inner {
			margin-bottom: 15px;
			position: fixed;
			top: 0;
			left: 0;
			width: 100%;
			background: #fff;
			padding: 7px 7px;
			z-index: 20;
			box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.1);
		}
	}

	.vp-search-box .vp-form {
		width: 100%;
		max-width: 100%;
		height: 3.23rem;
		/* background: var(--White);
		border: solid 1px var(--text-light-1); */
		padding: 0.6rem 1.23rem;
		border-radius: 1.53rem;
		-webkit-border-radius: 1.53rem;
		-moz-border-radius: 1.53rem;
		-ms-border-radius: 1.53rem;
		-o-border-radius: 1.53rem;
	}

	.vp-search-box .vp-form.ecommerce-search-active {
		display: flex;
		align-items: center;
		justify-content: center;
	}


	.vp-search-box .vp-form input[type="search"],
	.vp-search-box .vp-form input[type="text"] {
		border: none;
		background-color: transparent;
		height: 3rem;
		width: 100%;
		background-repeat: no-repeat;
		background-position: 2px center;
		background-size: 16px;
		outline: none;
		padding: 0;

		&::placeholder {
			color: #979797;
			opacity: 1;
		}


	}

	.vp-search-box .seprator {
		border-right: solid 1px #C4C4C4;
		height: 1rem;
	}

	@media only screen and (min-width: 0px) and (max-width: 959px) {

		.vp-search-box .vp-form input[type="search"],
		.vp-search-box .vp-form input[type="text"] {
			line-height: 40px;
			/* opacity: 0; */
		}
	}

	@media only screen and (min-width: 0px) and (max-width: 959px) {

		.vp-search-box .vp-form input[type="search"].vp-active,
		.vp-search-box .vp-form input[type="text"].vp-active {
			opacity: 1;
		}
	}

	.vp-search-box .vp-form button[type="submit"] {
		position: absolute;
		left: 0;
		top: 0;
		font-size: 25px;
		background: transparent;
		color: #8c8c8c;
		border: 0;
		z-index: 3;
		cursor: pointer;
		transition: all 0.6s ease 0.1s;
	}

	@media only screen and (min-width: 960px) {
		.vp-search-box .vp-form button[type="submit"] {
			width: 50px;
			height: 50px;
			line-height: 50px;
			text-align: center;
		}
	}

	@media only screen and (min-width: 0px) and (max-width: 959px) {
		.vp-search-box .vp-form button[type="submit"] {
			width: 40px;
			height: 40px;
			line-height: 40px;
			text-align: center;
			left: auto;
			right: 0;
			font-size: 15px;
			color: #0e1216;
		}
	}

	.vp-search-box .vp-form button[type="submit"] i {
		vertical-align: middle;
	}

	.vp-search-box .vp-form button[type="submit"]:hover {
		color: var(--secondary-color-light-1);
	}

	.vp-search-box .vp-form .vp-form-place-holder {
		z-index: 1;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		line-height: 40px;
		height: 100%;
		background: #f2f3f7;
		padding: 0 50px 0 40px;
		font-size: 15px;
		cursor: pointer;
		font-weight: normal;
		color: #6a859f;
	}

	.vp-search-box .vp-form .vp-form-place-holder img {
		margin-right: 5px;
		height: 40px;
	}

	.vp-search-box .vp-search-box-loading {
		position: absolute;
		left: 50px;
		top: 0;
		height: 100%;
		width: 50px;
		display: none;
	}

	@media only screen and (min-width: 0px) and (max-width: 959px) {
		.vp-search-box .vp-search-box-loading {
			left: 0;
			top: -5px;
		}
	}

	.vp-search-box .vp-search-box-clean {
		position: absolute;
		left: 50px;
		width: 50px;
		top: 0;
		display: none;
		height: 100%;
		line-height: 50px;
		text-align: center;
		font-size: 20px;
		cursor: pointer;
		z-index: 3;
	}

	@media only screen and (min-width: 0px) and (max-width: 959px) {
		.vp-search-box .vp-search-box-clean {
			left: 0;
			line-height: 40px;
		}
	}

	.vp-search-box .vp-search-box-clean i {
		vertical-align: middle;
	}

	.vp-search-box .vp-search-box-result {
		position: absolute;
		top: calc(100% + 1rem);
		width: 100%;
		right: 0;
		left: 0;
		padding: 15px;
		box-shadow: 0px 3px 12px -7px #000;
		background: var(--text-light-3);
		opacity: 0;
		visibility: hidden;
		z-index: 10;
		transition: all 0.6s ease 0.1s;
		text-align: right;
		max-height: 415px;
		overflow-y: auto;
	}

	.vp-search-box .vp-search-box-result.vp-show {
		opacity: 1;
		visibility: visible;
	}

	.vp-search-box .vp-search-box-result .vp-search-section {
		margin-bottom: 20px;
	}

	.vp-search-box .vp-search-box-result .vp-search-section>.vp-title {
		padding: 0 0 7px;
		margin-bottom: 7px;
		color: var(--text-dark-1);
		border-bottom: 1px solid #f2f3f7;
		font-weight: bold;
		font-size: 14px;
		text-align: right;
	}

	.vp-search-box .vp-search-box-result .vp-search-section>.vp-title>.vp-search-history-clear {
		color: var(--primary-main);
		float: left;
		font-weight: 400;
		cursor: pointer;
		transition: all 0.6s ease 0.1s;
	}

	.vp-search-box .vp-search-box-result .vp-search-section>.vp-title>.vp-search-history-clear:hover {
		color: var(--primary-darker);
	}

	.vp-search-box .vp-search-box-result .vp-search-section.vp-search-tops span {
		background: var(--text-light-2);
		font-size: 12px;
		margin: 0 0 3px 5px;
		display: inline-block;
		cursor: pointer;
		padding: 5px 13px;
		border-radius: 5px;
		color: var(--text-dark-0);
	}

	.vp-search-box .vp-search-box-result .vp-search-section.vp-search-tops span:hover {
		color: var(--secondary-color-light-1);
	}

	.vp-search-box .vp-search-box-result .vp-search-section.vp-search-history span {
		display: flex;
		padding: 5px 0;
		font-size: 14px;
		cursor: pointer;
		color: var(--text-dark-1);
		justify-content: space-between;
	}

	.vp-search-box .vp-search-box-result .vp-search-section.vp-search-history span:last-of-type {
		padding-bottom: 0;
	}

	.vp-search-box .vp-search-box-result .vp-search-section.vp-search-history span .vp-search-history-delete {
		/* float: left; */
		line-height: 16px;
		width: 16px;
		height: 16px;
		text-align: center;
		color: var(--text-dark-1);
		font-size: 15px;
		cursor: pointer;
		font-style: normal;
		vertical-align: middle;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' baseProfile='tiny' id='Layer_1' version='1.2' viewBox='0 0 24 24' xml:space='preserve' wtx-context='F5267664-2566-4DB7-9BEE-15BBB5A67DB0'%3E%3Cpath d='M17.414,6.586c-0.78-0.781-2.048-0.781-2.828,0L12,9.172L9.414,6.586c-0.78-0.781-2.048-0.781-2.828,0 c-0.781,0.781-0.781,2.047,0,2.828L9.171,12l-2.585,2.586c-0.781,0.781-0.781,2.047,0,2.828C6.976,17.805,7.488,18,8,18 s1.024-0.195,1.414-0.586L12,14.828l2.586,2.586C14.976,17.805,15.488,18,16,18s1.024-0.195,1.414-0.586 c0.781-0.781,0.781-2.047,0-2.828L14.829,12l2.585-2.586C18.195,8.633,18.195,7.367,17.414,6.586z'%3E%3C/path%3E%3C/svg%3E");
		-background-color: var(--text-dark-1);
		border-radius: 50%;
	}

	.vp-search-box .vp-search-box-result .vp-search-section.vp-search-history span .vp-search-history-delete:hover {
		color: #fb3449;
	}

	.vp-search-box .vp-search-box-result .vp-search-section:last-of-type {
		margin-bottom: 0;
	}

	@media only screen and (min-width: 0px) and (max-width: 959px) {
		.vp-search-box .vp-search-box-result>.vp-content {
			height: 100%;
			/* overflow-y: auto; */
		}
	}

	.vp-search-box .vp-search-box-result .vp-search-container .vp-infinity-loading {
		position: absolute;
		left: 0;
		bottom: -100px;
		width: 100%;
		text-align: center;
		z-index: 3;
		opacity: 0;
		display: none;
		padding-bottom: 10px;
		background: #ffffff;
		padding-top: 15px;
		line-height: 32px;
		background: linear-gradient(0deg, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
		transition: all 0.6s ease 0.1s;
	}

	.vp-search-box .vp-search-box-result .vp-search-container .vp-infinity-loading .lds-ripple {
		vertical-align: middle;
	}

	.vp-search-box .vp-search-box-result .vp-search-container .vp-infinity-loading .vp-title {
		vertical-align: middle;
		display: inline-block;
	}

	.vp-search-box .vp-search-box-result .vp-search-container.vp-loading-infinity .vp-infinity-loading {
		display: inline-block;
		bottom: 0;
		opacity: 1;
	}

	.vp-search-box .vp-search-box-result .vp-search-container.vp-search-loading {
		height: 250px;
		display: flex;
		justify-content: center;
		flex-direction: column;
		text-align: center;
	}

	.vp-search-box .vp-search-box-result .vp-search-container.vp-search-loading .vp-loading-icon {
		display: flex;
		font-size: 45px;
		margin-bottom: 30px;
		justify-content: center;
		align-items: center;
	}

	.vp-search-box .vp-search-box-result .vp-search-container.vp-search-loading span {
		display: block;
		text-align: center;
		color: var(--text-dark-1);
	}

	.vp-search-box .vp-search-box-result .vp-search-container.vp-not-found {
		height: 250px;
		display: flex;
		justify-content: center;
		flex-direction: column;
		text-align: center;
		align-items: center;
	}

	.vp-search-box .vp-search-box-result .vp-search-container.vp-not-found svg {
		font-size: 45px;
		margin-bottom: 30px;
		color: #4a5f73;
		font-style: normal;
		text-align: center;
		justify-content: center;
		display: flex;
		width: auto;
	}

	.vp-search-box .vp-search-box-result .vp-search-container.vp-not-found span {
		display: block;
		text-align: center;
		color: var(--text-dark-1);
	}

	.vp-search-box .vp-search-box-result .vp-search-container.vp-search-result .vp-tab-header {
		border-bottom: 1px solid #f2f3f7;
		position: sticky;
		top: -15px;
		left: 0;
		width: 100%;
		z-index: 2;
		background: var(--text-light-1);
		color: #fff;
		padding: 0 1rem;
	}

	.vp-search-box .vp-search-box-result .vp-search-container.vp-search-result .vp-tab-header ul {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 0
	}

	.vp-search-box .vp-search-box-result .vp-search-container.vp-search-result .vp-tab-header ul li {
		position: relative;
		cursor: pointer;
		list-style: none;
		padding: 15px 0;
		font-size: 1rem;
		font-weight: bold;
		transition: all 0.6s ease 0.1s;
		color: var(--White);
	}

	.vp-search-box .vp-search-box-result .vp-search-container.vp-search-result .vp-tab-header ul li.vp-active {
		color: var(--secondary-color-light-1);
	}

	.vp-search-box .vp-search-box-result .vp-search-container.vp-search-result .vp-tab-header ul li.vp-active:before {
		background: var(--secondary-color-light-1);
	}

	.vp-search-box .vp-search-box-result .vp-search-container.vp-search-result .vp-tab-content {
		position: relative;
		z-index: 1;
		margin: 10px;
	}

	@media only screen and (min-width: 960px) {

		.vp-search-box .vp-search-box-result .vp-search-container.vp-search-result .vp-tab-content::-webkit-scrollbar {
			width: 5px;
			bottom: 70px;
			background: #f2f3f7;
			border-radius: 50px;
			box-shadow: unset !important;
			transition: all 0.6s ease 0.1s;
		}

		.vp-search-box .vp-search-box-result .vp-search-container.vp-search-result .vp-tab-content::-webkit-scrollbar-track {
			-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
			border-radius: 10px;
		}

		.vp-search-box .vp-search-box-result .vp-search-container.vp-search-result .vp-tab-content::-webkit-scrollbar-thumb {
			border-radius: 10px;
			-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
		}
	}

	.vp-search-box .vp-search-box-result .vp-search-container.vp-search-result .vp-ads-banner .vp-banner {
		margin-bottom: 10px;
	}

	.vp-search-more-link {
		/* position: absolute; */
		/* z-index: 3; */
		/* line-height: 41px; */
		/* top: 10px; */
		/* left: 20px; */
		/* transition: all 0.6s ease 0.1s; */
	}

	.vp-search-more-link a {
		font-size: 12px;
		color: #008dd0
	}

	.vp-search-box .vp-search-box-result .vp-search-container.vp-search-result .vp-products-grid {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 0.5rem;
	}

	@media only screen and (min-width: 0px) and (max-width: 959px) {
		.vp-search-box .vp-search-box-result .vp-search-container.vp-search-result .vp-products-grid {
			height: 100%;
			overflow-y: auto;
			padding: 10px 0;
		}
	}

	.vp-search-box .vp-search-box-result .vp-search-container.vp-search-result .vp-products-grid .vp-product-item-theme {
		/* flex: 1 0 48%; */
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: start;
		flex-direction: row;
	}

	.vp-search-box .vp-search-box-result .vp-search-container.vp-search-result .vp-brands-grid {
		display: flex;
		flex-wrap: wrap;

		a {
			color: var(--text-dark-1);
		}
	}

	.vp-search-box .vp-search-box-result .vp-search-container.vp-search-result .vp-brands-grid ul {
		list-style: none
	}

	.vp-search-box .vp-search-box-result .vp-search-container.vp-search-result .vp-brands-grid ul i {
		font-style: normal
	}

	.vp-search-box .vp-search-box-result .vp-search-container.vp-search-result .vp-brands-grid .vp-item {
		flex: 1 0 31%;
		margin: 3px;
		width: auto;
		padding: 5px;
		line-height: normal;
		font-size: 14px;
		color: var(--text-dark-1);
		position: relative;
		text-align: center;
		box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.1);
		transition: all 0.6s ease 0.1s;


	}

	.vp-search-box .vp-search-box-result .vp-search-container.vp-search-result .vp-brands-grid .vp-item img {
		width: 60px;
		height: 60px;
	}

	.vp-search-box .vp-search-box-result .vp-search-container.vp-search-result .vp-brands-grid .vp-item .vp-title {
		display: block;
	}

	.vp-search-box .vp-search-box-result .vp-search-container.vp-search-result .vp-list-grid ul li {
		border-bottom: 1px solid #f2f3f7;
		list-style: none;
	}

	.vp-search-box .vp-search-box-result .vp-search-container.vp-search-result .vp-list-grid ul li a {
		display: block;
		font-size: 14px;
		font-weight: bold;
		padding: 10px 0;
		color: var(--text-dark-1);
	}

	.vp-search-container.vp-search-result .vp-list-grid ul li a {
		text-decoration: none;
	}

	.vp-search-box .vp-search-box-result .vp-search-container.vp-search-result .vp-list-grid ul li a i {
		font-size: 20px;
		vertical-align: middle;
		margin-left: 10px;
		color: #7a92a9;
		font-weight: 100;
		font-style: normal;
	}

	.vp-search-box .vp-search-box-result .vp-search-container.vp-search-result .vp-list-grid ul li:last-of-type {
		border-bottom: 0;
	}

	.vp-product-item-theme {
		position: relative;
	}

	.vp-product-item-theme .vp-product-img {
		/* position: relative; */
		/* margin: 0 auto 30px; */
		/* max-width: 100%; */
		width: 5rem;
		height: 5rem;
		margin-left: 1rem;
		display: flex;
		justify-content: center;
	}

	.vp-product-item-theme .vp-product-img img {
		/* max-width: 50%; */
		/* max-height: 100%; */
		/* width: auto; */
		/* position: absolute; */
		/* left: 50%; */
		/* top: 50%; */
		/* transform: translate(-50%, -50%); */
		/* display: flex; */
		justify-content: center;
	}

	.vp-product-item-theme .vp-title {
		text-align: justify;
		height: 47px;
		/* overflow: hidden; */
	}

	.vp-product-item-theme .vp-price-list {
		display: block;
	}

	.vp-product-item-theme .vp-price-list .vp-price {
		font-size: 14px;
		color: #28af2b;
		position: relative;
	}

	.vp-product-item-theme .vp-price-list .vp-price .vp-unit {
		margin-right: 1px;
		font-size: 11px;
		vertical-align: middle;
	}

	.vp-product-item-theme .vp-quantity-supermarket {
		display: none;
	}

	.vp-product-item-theme.vp-theme-mini-cart {
		position: relative;
		min-height: 80px;
		padding: 10px 80px 10px 10px;
		border-bottom: 1px solid #f2f3f7;
	}

	.vp-product-item-theme.vp-theme-mini-cart:last-of-type {
		border-bottom: 0;
	}

	.vp-product-item-theme.vp-theme-mini-cart .vp-product-img {
		width: 65px;
		height: 65px;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}

	.vp-product-item-theme.vp-theme {
		min-width: 270px;
		width: 270px;
		padding: 20px;
		background: #fff;
		border-radius: 7px;
		box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.1);
	}

	@media only screen and (min-width: 0px) and (max-width: 959px) {
		.vp-product-item-theme.vp-theme {
			padding: 12px;
			width: 170px;
			min-width: 170px;
		}
	}

	@media only screen and (min-width: 0px) and (max-width: 959px) {
		.vp-product-item-theme.vp-theme .vp-product-img {
			margin-bottom: 10px;
		}
	}

	.vp-product-item-theme.vp-theme .vp-title {
		font-size: 16px;
		margin-bottom: 20px;
	}

	@media only screen and (min-width: 0px) and (max-width: 959px) {
		.vp-product-item-theme.vp-theme .vp-title {
			font-size: 12px;
			margin-bottom: 10px;
			height: 37px;
			overflow: hidden;
		}
	}

	.vp-product-item-theme.vp-theme .vp-quantity {
		position: absolute;
		z-index: 5;
		left: 10px;
		top: 10px;
		transition: all 0.6s ease 0.1s;
	}

	.vp-product-item-theme.vp-theme .vp-quantity .vp-quantity-supermarket-theme {
		border-color: #28af2b;
		border-radius: 70px;
	}

	.vp-product-item-theme.vp-theme .vp-quantity .vp-quantity-supermarket-theme .vp-loading {
		color: #28af2b;
	}

	.vp-product-item-theme.vp-theme .vp-price-list {
		display: flex;
		flex-direction: row;
		align-items: stretch;
		margin-bottom: 20px;
	}

	@media only screen and (min-width: 0px) and (max-width: 959px) {
		.vp-product-item-theme.vp-theme .vp-price-list {
			flex-direction: column;
			margin-bottom: 0;
			line-height: 1;
			height: 32px;
		}
	}

	.vp-product-item-theme.vp-theme .vp-price-list .vp-price {
		flex: 1;
		white-space: nowrap;
	}

	@media only screen and (min-width: 0px) and (max-width: 959px) {
		.vp-product-item-theme.vp-theme .vp-price-list .vp-price {
			text-align: left;
		}
	}

	.vp-product-item-theme.vp-theme .vp-price-list .vp-price>.vp-value {
		font-size: 24px;
		font-weight: 300;
	}

	@media only screen and (min-width: 0px) and (max-width: 959px) {
		.vp-product-item-theme.vp-theme .vp-price-list .vp-price>.vp-value {
			font-size: 18px;
			font-weight: bold;
			color: #000;
		}
	}

	.vp-product-item-theme.vp-theme .vp-price-list .vp-price>.vp-unit {
		color: #4a5f73;
		vertical-align: middle;
		margin-right: 3px;
	}

	@media only screen and (min-width: 0px) and (max-width: 959px) {
		.vp-product-item-theme.vp-theme .vp-price-list .vp-price>.vp-unit {
			font-weight: bold;
			font-size: 8px;
			color: #000;
		}
	}

	.vp-product-item-theme.vp-theme .vp-price-list .vp-price.vp-discounted {
		text-align: left;
		padding-top: 2px;
	}

	@media only screen and (min-width: 0px) and (max-width: 959px) {
		.vp-product-item-theme.vp-theme .vp-price-list .vp-price.vp-discounted {
			padding-top: 0;
			padding-left: 20px;
		}
	}

	.vp-product-item-theme.vp-theme .vp-price-list .vp-price.vp-discounted .vp-value {
		color: #000;
		position: relative;
		font-size: 22px;
		font-weight: normal;
		z-index: 2;
		padding: 0 4px;
		vertical-align: middle;
	}

	@media only screen and (min-width: 0px) and (max-width: 959px) {
		.vp-product-item-theme.vp-theme .vp-price-list .vp-price.vp-discounted .vp-value {
			font-size: 12px;
			color: #4a5f73;
		}
	}

	.vp-product-item-theme.vp-theme .vp-price-list .vp-price.vp-discounted .vp-value:after {
		content: "";
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%) rotate(7deg);
		transform-origin: center;
		width: 100%;
		height: 1px;
		background: #a4a4a4;
		z-index: 1;
	}

	.vp-product-item-theme.vp-theme .vp-price-list .vp-price.vp-discounted .vp-discount {
		display: inline-block;
		vertical-align: middle;
		direction: ltr;
		font-size: 13px;
		background: var(--secondary-color-light-1);
		color: var(--text-dark-1);
		background: transparent url("../img/discount.png") no-repeat center / 100%;
		width: 32px;
		height: 32px;
		border-radius: 32px;
		line-height: 32px;
		text-align: center;
	}

	@media only screen and (min-width: 0px) and (max-width: 959px) {
		.vp-product-item-theme.vp-theme .vp-price-list .vp-price.vp-discounted .vp-discount {
			position: absolute;
			right: 0;
			bottom: 5px;
			font-size: 10px;
			margin-right: 0;
			width: 25px;
			height: 25px;
			border-radius: 25px;
			line-height: 25px;
			text-align: center;
		}
	}

	.vp-product-item-theme.vp-theme .vp-price-list .vp-price.vp-discounted .vp-discount>span {
		font-size: 11px;
		line-height: 0;
		margin-left: -2px;
	}

	@media only screen and (min-width: 0px) and (max-width: 959px) {
		.vp-product-item-theme.vp-theme .vp-price-list .vp-price.vp-discounted .vp-discount>span {
			font-size: 10px;
		}
	}

	.vp-product-item-theme.vp-theme .vp-seconds-timer-theme {
		margin-bottom: 7px;
	}

	.vp-product-item-theme.vp-theme.vp-sale-end {
		overflow: hidden;
	}

	.vp-product-item-theme.vp-theme.vp-sale-end .vp-price-list .vp-price.vp-discounted {
		filter: blur(7px);
	}

	.vp-product-item-theme.vp-theme.vp-sale-end .vp-seconds-timer-theme {
		display: none;
	}

	.vp-product-item-theme.vp-theme.vp-sale-end:before {
		content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â  ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂªÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 58px;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		color: var(--secondary-color-light-1);
		font-size: 25px;
		font-weight: 300;
		background: #fff5cc;
		filter: none;
		z-index: 4;
	}

	@media only screen and (min-width: 0px) and (max-width: 959px) {
		.vp-product-item-theme.vp-theme.vp-sale-end:before {
			font-size: 16px;
			height: 30px;
		}
	}

	.vp-product-item-theme.vp-theme.vp-sale-end .vp-product-img {
		z-index: 4;
		filter: none;
	}

	.vp-product-item-theme.vp-price-smaller .vp-price-list .vp-price>.vp-value {
		font-size: 20px;
	}

	.vp-product-item-theme.vp-price-smaller .vp-price-list .vp-price.vp-discounted .vp-value {
		font-size: 18px;
	}

	.vp-product-item-theme.vp-theme-search-box {
		/* position: relative; */
		/* padding: 12px 92px 12px 12px; */
		/* min-height: 95px; */
		/* overflow: hidden; */
		margin-bottom: 10px;
		background: #fff;
		border-radius: 7px;
		box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.1);
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	@media only screen and (min-width: 960px) {

		.vp-product-item-theme.vp-theme-search-box:nth-last-of-type(1),
		.vp-product-item-theme.vp-theme-search-box:nth-last-of-type(2) {
			margin-bottom: 0;
		}

		.vp-product-item-theme.vp-theme-search-box:nth-of-type(2n) {
			/* margin-right: 10px; */
		}
	}

	.vp-product-item-theme.vp-theme-search-box .vp-title {
		font-size: 13px;
		line-height: 17px;
		margin-bottom: 5px;
		text-align: right;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	@media only screen and (min-width: 0px) and (max-width: 959px) {
		.vp-product-item-theme.vp-theme-search-box .vp-title {
			font-size: 14px;
			height: auto;
			overflow: hidden;
		}
	}

	.vp-product-item-theme.vp-theme-search-box .vp-detail {
		margin-top: 5px;
		font-size: 9px;
	}

	.vp-product-item-theme.vp-theme-search-box .vp-detail span {
		background: #f2f3f7;
		padding: 0 5px;
		margin-left: 2px;
		display: inline-block;
		height: 20px;
		line-height: 20px;
		margin-bottom: 2px;
		border-radius: 2px;
	}

	.vp-product-item-theme.vp-theme-search-box .vp-detail span.vp-green-icon i {
		color: #61c362;
	}

	.vp-product-item-theme.vp-theme-search-box .vp-detail span.vp-green {
		color: var(--text-dark-1);
		background: #61c362;
	}

	.vp-product-item-theme.vp-theme-search-box .vp-detail span.vp-red {
		color: var(--text-dark-1);
		background: #fb3449;
	}

	.vp-product-item-theme.vp-theme-search-box .vp-detail span.vp-red-icon i {
		color: #fb3449;
	}

	.vp-product-item-theme.vp-theme-search-box .vp-detail span.vp-orange {
		color: var(--text-dark-1);
		background: #ffa500;
	}

	.vp-product-item-theme.vp-theme-search-box .vp-detail span.vp-orange-icon i {
		color: #ffa500;
	}

	.vp-product-item-theme.vp-theme-search-box .vp-detail span i {
		margin-left: 2px;
		vertical-align: middle;
	}

	.vp-product-item-theme.vp-theme-search-box>.vp-detail {
		position: absolute;
		left: 12px;
		bottom: 12px;
		line-height: 32px;
	}

	.vp-product-item-theme.vp-theme-search-box .vp-price-list {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		line-height: 1;
		margin-bottom: 5px;
	}

	@media only screen and (min-width: 0px) and (max-width: 959px) {
		.vp-product-item-theme.vp-theme-search-box .vp-price-list {
			flex-direction: column;
			margin-bottom: 0;
			line-height: 1;
			height: 32px;
			line-height: 32px;
		}
	}

	.vp-product-item-theme.vp-theme-search-box .vp-price-list .vp-price {
		flex: 1;
	}

	.vp-product-item-theme.vp-theme-search-box .vp-price-list .vp-price>.vp-value {
		font-size: 18px;
		font-weight: 300;
	}

	@media only screen and (min-width: 0px) and (max-width: 959px) {
		.vp-product-item-theme.vp-theme-search-box .vp-price-list .vp-price>.vp-value {
			font-weight: bold;
			color: #000;
		}
	}

	.vp-product-item-theme.vp-theme-search-box .vp-price-list .vp-price>.vp-unit {
		color: #4a5f73;
		vertical-align: middle;
		margin-right: 3px;
	}

	@media only screen and (min-width: 0px) and (max-width: 959px) {
		.vp-product-item-theme.vp-theme-search-box .vp-price-list .vp-price>.vp-unit {
			font-weight: bold;
			font-size: 8px;
			color: #000;
		}
	}

	.vp-product-item-theme.vp-theme-search-box .vp-price-list .vp-price.vp-discounted {
		padding-top: 2px;
	}

	@media only screen and (min-width: 0px) and (max-width: 959px) {
		.vp-product-item-theme.vp-theme-search-box .vp-price-list .vp-price.vp-discounted {
			padding-top: 0;
			padding-left: 20px;
		}
	}

	.vp-product-item-theme.vp-theme-search-box .vp-price-list .vp-price.vp-discounted .vp-value {
		color: #000;
		position: relative;
		font-size: 15px;
		font-weight: normal;
		z-index: 2;
		padding: 0 4px;
		vertical-align: middle;
	}

	@media only screen and (min-width: 0px) and (max-width: 959px) {
		.vp-product-item-theme.vp-theme-search-box .vp-price-list .vp-price.vp-discounted .vp-value {
			font-size: 12px;
			color: #4a5f73;
		}
	}

	.vp-product-item-theme.vp-theme-search-box .vp-price-list .vp-price.vp-discounted .vp-value:after {
		content: "";
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%) rotate(7deg);
		transform-origin: center;
		width: 100%;
		height: 1px;
		background: #a4a4a4;
		z-index: 1;
	}

	.vp-product-item-theme.vp-theme-search-box .vp-price-list .vp-price.vp-discounted .vp-discount {
		display: inline-block;
		vertical-align: middle;
		direction: ltr;
		font-size: 10px;
		background: var(--secondary-color-light-1);
		color: var(--text-dark-1);
		background: transparent url("../img/discount.png") no-repeat center / 100%;
		width: 22px;
		height: 22px;
		border-radius: 22px;
		line-height: 22px;
		text-align: center;
	}

	@media only screen and (min-width: 0px) and (max-width: 959px) {
		.vp-product-item-theme.vp-theme-search-box .vp-price-list .vp-price.vp-discounted .vp-discount {
			position: absolute;
			right: 0;
			bottom: 5px;
			font-size: 10px;
			margin-right: 0;
			width: 25px;
			height: 25px;
			border-radius: 25px;
			line-height: 25px;
			text-align: center;
		}
	}

	.vp-product-item-theme.vp-theme-search-box .vp-price-list .vp-price.vp-discounted .vp-discount>span {
		font-size: 11px;
		line-height: 0;
		margin-left: -2px;
	}

	@media only screen and (min-width: 0px) and (max-width: 959px) {
		.vp-product-item-theme.vp-theme-search-box .vp-price-list .vp-price.vp-discounted .vp-discount>span {
			font-size: 10px;
		}
	}

	.vp-product-item-theme.vp-theme-search-box .vp-quantity-supermarket-theme {
		position: absolute;
		left: 12px;
		bottom: 12px;
		height: 30px;
		line-height: 26px;
	}

	.vp-product-item-theme.vp-theme-search-box .vp-quantity-supermarket-theme .vp-quantity-supermarket {
		line-height: 30px;
	}

	.vp-product-item-theme.vp-theme-search-box .vp-quantity-supermarket-theme .vp-btn {
		width: 30px;
	}

	.fa-times:before {
		content: "\f00d";
	}

	.fa-search-minus:before {
		content: "\f010";
	}

	.fa-external-link-square:before {
		content: "\f14c";
	}

	.lds-ripple {
		display: flex;
		position: relative;
		width: 50px;
		height: 50px;
		justify-content: center;
		align-items: center;
	}

	.lds-ripple div {
		position: absolute;
		border: 4px solid var(--secondary-color-light-1);
		opacity: 1;
		border-radius: 50%;
		animation: sk-circleFadeDelay 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
		width: 100%;
		height: 100%;
	}

	.lds-ripple div:nth-child(2) {
		animation-delay: -0.5s;
		width: 95%;
		height: 95%;
	}

	@-webkit-keyframes sk-circleFadeDelay {

		0%,
		39%,
		100% {
			opacity: 0;
		}

		40% {
			opacity: 1;
		}
	}

	@keyframes sk-circleFadeDelay {

		0%,
		39%,
		100% {
			opacity: 0;
		}

		40% {
			opacity: 1;
		}
	}

	input[typefield="address"]::-webkit-input-placeholder,
	input[type="tel"]::-webkit-input-placeholder,
	input[type="text"]::-webkit-input-placeholder,
	input[type="email"]::-webkit-input-placeholder,
	input[type="number"]::-webkit-input-placeholder,
	input[type="password"]::-webkit-input-placeholder,
	.ecommerce-search-pane input::-webkit-input-placeholder {

		color: var(--text-dark-1);
		opacity: 0.5;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	}

	input[typefield="address"]::-moz-placeholder,
	input[type="tel"]::-moz-placeholder,
	input[type="text"]::-moz-placeholder,
	input[type="email"]::-moz-placeholder,
	input[type="number"]::-moz-placeholder,
	input[type="password"]::-moz-placeholder,
	.ecommerce-search-pane input::-moz-placeholder {

		color: var(--text-dark-1);
		opacity: 0.5;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	}

	input[typefield="address"]:-ms-input-placeholder,
	input[type="tel"]:-ms-input-placeholder,
	input[type="text"]:-ms-input-placeholder,
	input[type="email"]:-ms-input-placeholder,
	input[type="number"]:-ms-input-placeholder,
	input[type="password"]:-ms-input-placeholder,
	.ecommerce-search-pane input:-ms-input-placeholder {

		color: var(--text-dark-1);
		opacity: 0.5;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	}

	input[typefield="address"]::placeholder,
	input[type="tel"]::placeholder,
	input[type="text"]::placeholder,
	input[type="email"]::placeholder,
	input[type="number"]::placeholder,
	input[type="password"]::placeholder,
	.ecommerce-search-pane input::placeholder {
		color: var(--text-dark-1);
		opacity: 0.5;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	}

	input[typefield="address"]::-webkit-input-placeholder,
	input[type="tel"]::-webkit-input-placeholder,
	input[type="text"]::-webkit-input-placeholder,
	input[type="email"]::-webkit-input-placeholder,
	input[type="number"]::-webkit-input-placeholder,
	input[type="password"]::-webkit-input-placeholder,
	.ecommerce-search-pane input::-webkit-input-placeholder {

		color: var(--text-dark-1);
		opacity: 0.5;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	}

	input[typefield="address"]::-moz-placeholder,
	input[type="tel"]::-moz-placeholder,
	input[type="text"]::-moz-placeholder,
	input[type="email"]::-moz-placeholder,
	input[type="number"]::-moz-placeholder,
	input[type="password"]::-moz-placeholder,
	.ecommerce-search-pane input::-moz-placeholder {

		color: var(--text-dark-1);
		opacity: 0.5;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	}

	input[typefield="address"]:-ms-input-placeholder,
	input[type="tel"]:-ms-input-placeholder,
	input[type="text"]:-ms-input-placeholder,
	input[type="email"]:-ms-input-placeholder,
	input[type="number"]:-ms-input-placeholder,
	input[type="password"]:-ms-input-placeholder,
	.ecommerce-search-pane input:-ms-input-placeholder {

		color: var(--text-dark-1);
		opacity: 0.5;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	}

	input[typefield="address"]::placeholder,
	input[type="tel"]::placeholder,
	input[type="text"]::placeholder,
	input[type="email"]::placeholder,
	input[type="number"]::placeholder,
	input[type="password"]::placeholder,
	.ecommerce-search-pane input::placeholder {
		color: var(--text-dark-1);
		opacity: 0.5;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	}

	.vp-search-box-result::-webkit-scrollbar {
		width: 5px;
		bottom: 70px;
		background: #f2f3f7;
		border-radius: 50px;
		box-shadow: unset !important;
		transition: all 0.6s ease 0.1s;
	}

	.vp-search-box-result::-webkit-scrollbar-thumb {
		border-radius: 10px;
		-webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 50%);
	}

	.vp-search-box-result::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
		border-radius: 10px;
	}

	.vp-search-box .vp-search-box-result .vp-content {
		position: relative;
		/* padding: 10px; */
	}

	.ecommerce-search-pane svg {
		width: 1.53rem;
		height: 1.53rem;
		stroke: var(--text-light-0);
	}

	@media(max-width:1130px) {
		width: 100%;
		padding-right: 0;

		.vp-search-box .vp-form input[type="search"],
		.vp-search-box .vp-form input[type="text"] {
			height: 100%;
		}

		.vp-search-box {
			.vp-form {
				width: 100%;
			}

			.vp-search-box-result {
				width: 100%;
				padding: 0;
			}
		}

	}
}