* {
	margin: 0;
	padding: 0;
	outline: none;

	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}




:root {
	--green: #98B646;
	--green2: #6E852E;
	--purple: #6B2163;
	--white: #FDFFF8;
	--black: #130712;
	--grey: #5B5B5B;
	--light-bg: #FDFFF8;
	--h1: 72px;
	--h2: 42px;
	--h3: 32px;
	--h4: 25px;
	--h5: 20px;
	--h6: 16px;
	--secondary-font: "EB Garamond", serif;
	--primary-font: "Jost", sans-serif;
	;
}

html {
	height: 100%;
}

html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-family: var(--primary-font);
	font-size: 18px
}

a {
	text-decoration: none;
	color: var(--green);
}

a:hover {
	color: var(--black);
}

h1,
.h1 {
	font-size: var(--h1);
}

h2,
.h2 {
	font-size: var(--h2);
}

h3,
.h3 {
	font-size: var(--h3);
}

h4,
.h4 {
	font-size: var(--h4);
}

h5,
.h5 {
	font-size: var(--h5);
}

h6,
.h6 {
	font-size: var(--h6);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--black);
	font-family: var(--primary-font);
}

p {
	color: var(--grey);
}

img,
svg {
	max-width: 100%;
	height: auto;
}

p {
	margin-bottom: 25px;
}

.no-list-ul ul {
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}

.container {
	max-width: 1507px;
}

/*** menu ***/
/*-- header bottom --*/
.header-nav li a {
	font-weight: 400;
	color: #5B5B5B;
	transition: all 0.5s;
}

.header-nav li a:hover {
	color: var(--green);
	transition: all 0.5s;
}

.submenu-button {
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	width: 10px;
	height: 8px;
	background-color: var(--body-color);
	position: absolute;
	right: -10px;
	top: calc(50% - 4px);
	cursor: pointer;
}

.main-navigation ul ul .main-navigation a {

	font-weight: 400;
	display: block;
	padding: 15px 0px;
}

.header-nav ul {
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 20px;
}

.header-nav ul li {
	list-style-type: none;
	margin: 0px 15px;
}

.main-navigation li {
	display: inline-block;
	position: relative;
}

@media screen and (min-width: 1201px) {
	.main-navigation ul li.has-parent {
		padding-right: 8px;
		cursor: pointer;
	}

	.main-navigation ul ul {
		margin: 0;
		width: 220px;
		position: absolute;
		top: 100%;
		left: 0;
		background-color: #fff;
		box-shadow: 0 0 10px 2px rgba(0, 0, 0, .2);
		display: none;
		z-index: 999;
		margin-top: 0;
	}

	.main-navigation ul li:hover>ul {
		display: block;
	}

	.main-navigation ul ul ul {
		top: 0;
		left: 100%;
	}

	.main-navigation ul ul li {
		width: 100%;
		border-bottom: rgba(50, 50, 50, .1) solid 1px;
		margin: 0;
		text-align: left;
	}

	.main-navigation ul ul li a,
	.fix-nav .main-navigation ul ul li a {
		padding: 10px;
		display: block;
		transition: all 0.5s;
	}

	.main-navigation ul ul li a:hover {
		background-color: var(--green);
		transition: all 0.5s;
		color: #fff;
	}

	.submenumenu-button {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		width: 14px;
		height: 14px;
		font-size: 11px;
		line-height: 12px;
	}
}

.menu-button,
.close-menu {
	display: none;
}

.search-form {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	padding: 10px;
}

.search-field {
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.search-form label {
	flex-grow: 1;
}

.search-submit {
	padding: 8px 16px;
	background-color: var(--green);
	border: 1px solid var(--green);
	color: white;
	color: white;
	border-radius: 4px;
	cursor: pointer;
}

.search-submit:hover {
	color: var(--green);
	background-color: white;
}


@media screen and (max-width: 1200px) {
	body .wishlist_table li {
		margin-bottom: 50px !important;
	}

	body .wishlist_table li:last-child {
		margin-bottom: 0 !important;
	}

	.wishlist_table .product-add-to-cart,
	body .wishlist_table table {
		margin: 0 !important;
	}

	.wishlist_table .additional-info-wrapper {
		display: flex;
		align-items: center;
		gap:
			20px;
	}

	.wishlist_table .product-add-to-cart a svg path {
		fill: var(--green);
	}

	.wishlist_table .product-add-to-cart a svg:hover {
		opacity: 0.7;
	}

	.wishlist_table.mobile {
		padding: 0;
	}

	.logo-sec img {
		max-width: 200px;
	}

	.site-branding {
		top: 5px;
	}

	.menu-button {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 40px;
		height: 44px;
		font-size: 34px;
		color: #fff;
		text-align: center;

		background-color: transparent;
		border: none;

		float: right;
		margin: 0;
		z-index: 99;
		position: absolute;
		right: 25px;
		top: calc(50% - 22px);
	}

	.fixed-header .menu-button {
		right: 10px
	}

	.menu-button:before,
	.close-menu:before {
		display: none;
	}

	.menu-button:hover {
		background: none;
		color: var(--red);
		padding: 12px 0;
	}

	.close-menu {
		display: block;
		background: var(--red);
		color: #fff;
		border: none;

		min-width: inherit;
		width: 35px;
		height: 35px;
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 0;
		right: 0;
		text-align: center;
		margin: 0;
	}

	.menu-wrapper {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		width: 320px;
		height: 100vh;
		overflow: auto;
		padding: 35px 0 25px;
		background: var(--black);
		z-index: 9999;

		-webkit-transform: translateX(150%);
		-moz-transform: translateX(150%);
		-ms-transform: translateX(150%);
		-o-transform: translateX(150%);
		transform: translateX(150%);
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}

	.show-menu {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}

	.navigation-btn {
		display: block;
		background-color: transparent;
		font-size: 16px;
		color: #fff;
		padding: 10px 15px;
		border: none;
		float: right;
	}

	.navigation-btn:hover,
	.navigation-btn:focus {
		background-color: transparent;
	}

	.main-navigation .header-nav {
		width: 100%;
		padding: 0;
	}

	.main-navigation ul {
		float: left;
		width: 100%;
	}

	.main-navigation ul li {
		width: 100%;
		float: left;
		position: relative;
		margin: 0;
	}

	.main-navigation li a {
		font-size: 14px;
		color: #fff;
		padding: 11px 20px;
		display: block;
		text-align: left;
		border-bottom: rgba(255, 255, 255, .15) solid 1px;
	}

	.main-navigation li a:hover {
		background-color: #fff;
		color: var(--red);
	}

	.main-navigation ul ul {
		background-color: rgba(0, 0, 0, .15);
		display: none;
		margin-top: 0;
	}

	.main-navigation ul li.selected>ul {
		display: block;
	}

	.main-navigation ul ul li {
		border: none;
		margin-bottom: 0;
	}

	.main-navigation ul ul li a {
		font-size: 14px;
		padding: 11px 10px 11px 35px;
	}

	body .submenu-button {
		display: block;
		width: 40px;
		height: 44px;
		font-size: 12px;
		color: #fff;
		text-align: center;
		position: absolute;
		top: 0;
		right: 0;
		padding: 12px 0;
		border-left: rgba(255, 255, 255, .15) solid 1px;
		z-index: 99;
		background-color: transparent;
		clip-path: unset;
	}

	.submenu-button:after {
		content: '';
		clip-path: polygon(0 0, 50% 100%, 100% 0);
		width: 10px;
		height: 8px;
		background-color: white;
		position: absolute;
		right: 15px;
		top: calc(50% - 4px);
		cursor: pointer;
	}

	.main-navigation .donate-here {
		font-size: 14px;
		padding: 10px 5px;
		width: 100%;
		margin: 0;
		background: #d6ba6d;
		color: #222;
		border-left: 0;
		border-right: 0;
	}


}


/*****/

header.site-header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 111;
	transition: all 0.5s;
	transition: all 0.5s;

}

header .top-row {
	transition: all 0.5s;
	/* height: 49px; */
}

header .btm-row {
	transition: all 0.5s;
}

header.fixed-header .top-row {
	height: 0;
	opacity: 0;
	overflow: hidden;
	transition: all 0.5s;
	padding: 0px !important;
}

header.fixed-header .icon-sc img,
body:not(.home) header .icon-sc img {
	filter: brightness(0%);
}

body:not(.home) header .icon-sc svg path,
header.fixed-header .icon-sc svg path {
	stroke: var(--black);
}

/* body:not(.home) header .icon-sc .user_account svg path, header.fixed-header  .icon-sc .user_account svg path{
	fill: var(--black);stroke: #ffff;
} */
body:not(.home) header .top-row .rgt-sec a {
	color: var(--black);
}

body:not(.home) header .top-row .rgt-sec a:hover {
	color: var(--green);
}

header.fixed-header {
	background-color: white;
	transition: all 0.5s;
	padding-left: 50px;
	padding-right: 50px;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.fixed-header .btm-row {
	padding: 0px !important;
	transition: all 0.5s;
}

header .top-row,
header .btm-row {
	padding-left: 100px;
	padding-right: 100px;
}

.banner-sec {
	background-color: #FDFFF8;

	padding: 200px 0px 25px 0px;
}

.banner-sec .btm-content p {
	color: white;
}

.banner-sec .btm-content a {
	text-decoration: underline;
	font-weight: 500;
	color: white;
	transition: all 0.5s;
}

.banner-sec .btm-content a:hover {
	text-decoration: none;
	transition: all 0.5s;
}

.banner-sec:before {
	content: '';
	width: 100%;
	height: 100%;
	background-image: url('../images/bg.png');
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
}

.banner-sec h1 {
	line-height: 1.5;
}

.banner-sec:after {
	content: '';
	width: calc(50% - 200px);
	height: 100%;
	background-color: var(--purple);
	position: absolute;
	right: 0;
	top: 0;
}

.banner-sec p {
	font-size: 18px;
}

.btn {
	font-size: 18px;
	font-weight: 500;
	padding: 20px 45px;
	line-height: 1;
	border-radius: 3px;
	border: 2px solid var(--green);
	transition: all 0.5s;
	color: var(--green);
}

.btn.light-btn {
	background-color: #FDFFF8;
}

body .btn:hover {
	background-color: var(--green);
	color: white;
	transition: all 0.5s;
}

header .top-row a {
	color: var(--grey);
	transition: all 0.5s;
}

header .rgt-sec *,
header .top-row .rgt-sec a {
	color: white;
}

header .top-row ul {
	padding-left: 17px;
	margin-left: 15px;
}

header .top-row ul li:last-child {
	margin: 0;
}

header .top-row ul li:nth-child(2) {
	position: relative;
	padding-left: 15px;
}

header .top-row ul li {
	margin-right: 15px;
}

header .top-row ul li:nth-child(2):before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: calc(50% - 3px);
	background-color: var(--green);
}

.rgt-sec .top-row a:hover {
	color: var(--green);
}

.banner-sec .container {
	z-index: 2;
}

.site-header .top-row {
	border-bottom: 1px solid #130712;
}

header .icon-sc li {
	margin-left: 30px;
}

header .icon-sc a:hover {
	opacity: 0.7;
}

header .top-row a:hover {
	color: var(--green);
	transition: all 0.5s;
}

.banner-sec .product-blk img {
	border-radius: 20px;width:100%;
	margin-left: auto;
}

.slider-wrapper {
	padding-right: 70px;
}

.slider-wrapper .custom-counter {
	position: absolute;
	right: 0;
	top: calc(50% - 150px);
	width: 18px;
	font-family: var(--primary-font);
}

.text-white {
	color: white;
}

.popular-gifts .yith-wcwl-add-button a {
	width: 25px !important;
	height: 42px !important;
	margin-left: auto !important;
}

.custom-counter .line {
	height: 233px;
	width: 2px;
	background-color: #976391;
	margin: 10px 0px;
	margin-left: 8px;
}

.home-category-sec .category-blk {
	padding-right: 100px;
	position: relative;
	padding-left: 10px;
}

.home-category-sec .category-blk:after {
	content: '';
	width: 90px;
	height: 1px;
	background-color: var(--black);
	position: absolute;
	right: 0;
	top: 50%;
}

.home-category-sec a {
	color: var(--black);
}

.home-category-sec a:hover {
	color: var(--green);
}

.space-mr {
	margin: 90px 0px;
}

.space-pd {
	padding: 90px 0px;
}

.ratings {
	position: relative;
	vertical-align: middle;
	display: inline-block;
	color: #b1b1b1;
	overflow: hidden;
}

.full-stars {
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
	overflow: hidden;
	color: #fde16d;
}

.popular-gifts .full-stars {
	color: white;
}

.rating-txt {
	font-size: 13px;
}

.popular-gifts .full-stars:before {
	-webkit-text-stroke: 1px white;
}

.empty-stars:before,
.full-stars:before {
	content: "\2605\2605\2605\2605\2605";
	font-size: 20px;
}

.empty-stars:before {
	-webkit-text-stroke: 1px #848484;
}

.full-stars:before {
	-webkit-text-stroke: 1px #F6A74A;
}

/* Webkit-text-stroke is not supported on firefox or IE */
/* Firefox */
@-moz-document url-prefix() {
	.full-stars {
		color: #ECBE24;
	}
}

.featured-product-slider .title {
	font-size: 24px;
	font-family: var(--primary-font);
	;
}

.featured-product-slider .title a,
.common_gft-slider .title a,
.popular-cat-slider a {
	color: var(--black);
	transition: all 0.5s;
}

.featured-product-slider .title a:hover,
.common_gft-slider .title a:hover,
.popular-cat-slider a:hover {
	color: var(--green);
	transition: all 0.5s;
}

.featured-product-slider .sku {
	color: #5B5B5B;
	font-size: 18px;
}

.featured-product-slider .product-img img {
	border-radius: 20px;
	width: 100%;
}

.featured-product-slider ul li {
	position: relative;
	padding-left: 15px;
}

.featured-product-slider ul li:before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: var(--green);
	position: absolute;
	left: 0;
	top: calc(50% - 3px);
}

.featured-product-slider ul li a {
	color: var(--purple);
}

.featured-product-slider ul li a:hover {
	color: var(--green);
}

.featured-sec .rgt-sc {
	padding-left: 100px;
	padding-right: 40px;
}

.slick-arrow {
	width: 30px;
	height: 30px;
	border: none;
	background-color: transparent;
	font-size: 0;
	background-image: url(../images/arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: -40px;
	top: 30%
}

.slick-arrow:hover {
	opacity: 0.7;
}

.slick-arrow.slick-prev {
	transform: unset;
	z-index: 1;
}

.slick-arrow.slick-next {
	transform: rotate(180deg);
	left: unset;
	right: -40px;
}

.featured-product-slider .inner-blk {
	padding-left: 60px;
	padding-right: 60px;
}

.shopping-bag-ft a {
	width: 45px;
	height: 45px;
	border: 1px solid black;
	border-radius: 0%;
	display: flex !important;
	margin-left: auto;
	justify-content: center !important;
	align-items: center !important;
	border-radius: 50%;
}
.shopping-bag-ft a  svg{
	width:17px;
	height:auto
}
.shopping-bag-ft a:hover {
	background-color: var(--light-bg);
	opacity: 0.7;
}

.shopping-bag-ft a:hover svg path {
	stroke: var(--green);
}

.about-us-sec .container {
	max-width: 1200px;
}

.about-us-sec .rgt-sc {
	padding-left: 50px;
}

.about-us-sec {
	background-image: url(../images/gift-box.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.inner-sc img {
	transition: all 0.5s;
}

.popular-cat-slider .inner-sc .img-sc img {
	transform: scale(0.8);
	transition: all 0.5s;
}

.popular-cat-slider .slick-center .inner-sc .img-sc img {
	transform: scale(1);
	transition: all 0.5s;
}

.popular-cat-slider .slick-center .inner-sc .btm-sc {
	opacity: 1;
	transition: all 0.5s;
}

.popular-cat-slider .inner-sc .btm-sc {
	width: 300px;
	max-width: 100%;
	opacity: 0;
	transition: all 0.5s;
	margin-left: auto;
	margin-right: auto;
}

.popular-cat-slider .inner-sc .title {
	font-size: 32px;
	font-family: var(--primary-font);
}

.popular-cat-slider .inner-sc p {
	font-size: 20px;
}

.popular-cat-slider .slick-prev {
	bottom: 0px;
	left: calc(50% - 40px);
	top: unset;
}

.popular-cat-slider .slick-next {
	bottom: 0px;
	right: calc(50% - 40px);
	top: unset;
}

.popular-cat-slider {
	padding-bottom: 40px;
}

.footer-form {
	background-color: #FDFFF8;
}

.gift-yourself {
	background-color: var(--light-bg);
}

.gift-yourself .lft-sc {
	padding: 90px 0px 90px 90px;
}

.gift-yourself .lft-sc * {
	position: relative;
	z-index: 2;
}

.gift-yourself .lft-sc:before {
	content: '';
	width: 160px;
	height: 100%;
	border: 2px solid #6B2163;
	border-right: none;
	position: absolute;
	left: 0;
	top: 0;
}

.gift-yourself .image3 {
	width: 50%;
	margin-left: auto;
}

.gift-yourself .image3 img,
.gift-yourself .image2 img {
	border-radius: 20px;
}

.gift-yourself .image2 {
	width: 45%;
    height: calc(100% - 120px);
    position: absolute;
    top: 60px;
    left: 10%;
}

.gift-yourself .image2 img {
	object-fit: cover;
	height: 100%;
	border: 10px solid white;
}

.gift-yourself .image1 {
	width: 20%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}

.site-footer {
	padding-top: 100px;
	background-color: var(--green2);
	padding-bottom: 30px;
}

.site-footer hr {
	border-top: 1px solid #ffffff
}

.site-footer h6 {
	font-size: 20px;
}

.footer-col-inner * {
	color: white;
}

.footer-col-inner h5 {
	font-size: 22px;
	color: white;
	margin-bottom: 15px;
}

.footer-col-inner p {
	font-size: 15px;
	font-family: var(--primary-font);
	font-weight: 400;
}

footer .btm-footer .footer-col-inner h5 {
	margin-bottom: 25px;
}

.footer-col-inner ul li {
	margin-bottom: 15px;
	margin-right: 15px;
}

.social-links ul {
	display: flex;
}

.social-links ul li a {
	display: flex;
	width: 33px;
	height: 33px;
	border: 1px solid white;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
}

.social-links ul li a:hover {
	background-color: var(--purple);
}

.copyright-sc * {
	color: white;
}

.popular-gifts .slick-list {
	padding-left: 15%;
	padding-right: 15%;
	overflow: visible !important;
}

.popular-gifts .slider-blk {
	padding: 0px 20px;
}

.popular-gifts .img-sc img {
	width: 100%;
	border-radius: 20px;
	
	object-fit: cover;
}
.featured-product-slider .product-img img, .popular-gifts .img-sc img {
	height:25vw;
	object-fit: cover;
}

.footer-col-inner ul {
	padding: 0;
	margin-left: 0;
}

.footer-col-inner ul .has-icon {
	padding-left: 30px;
}

.footer-col-inner ul i {
	position: absolute;
	left: -5px;
}

.popular-gifts .title a {
	font-size: 24px;
	font-family: var(--primary-font);
	color: var(--black);
	line-height: 1.3;
}

.new-tag {
	font-size: 18px;
	font-weight: 700;
	/* width: 92px; */

	height: 42px;
	/* background-image: url(../images/new-bg.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right center; */
	position: absolute;
	top: 20px;
	color: white;
	padding: 5px 10px;
	clip-path: polygon(100% 0, 85% 50%, 100% 100%, 0 100%, 0 0);
	background-color: var(--green);padding-right: 30px;
}

.onsale {
	font-size: 18px;
	font-weight: 700;
	width: 92px;
	height: 42px;
	min-height: unset !important;
	min-width: unset !important;
	background-image: url(../images/new-bg.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right center;
	position: absolute;
left: 0 !important;
top: 0 !important;
	color: white;
	border-radius: 0 !important;
	padding: 5px 10px;
	background-color: transparent !important;
	line-height: 1 !important;;
  display: flex;
  justify-content: center;
  align-items: center;
}
.common_gft-slider .slick-arrow.slick-prev {
	right: calc(15% + 40px);
	left: unset;
	top: 10px;
}

.common_gft-slider .slick-arrow.slick-next {
	right: 15%;
	left: unset;
	top: 10px
}

.common_gft-slider {
	padding-top: 100px;
}

.popular-gifts .top-sec {
	margin-bottom: -50px;
}

.common_gft-slider .hover-sc {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 25px;
	background-color: #6B2163D6;
	padding: 30px 30px;
	flex-direction: column;
	justify-content: space-between;
	display: flex;
	opacity: 0;
	transition: all 0.5s;
}

.common_gft-slider .image-wrp:hover .hover-sc {
	opacity: 1;
	transition: all 0.5s;
}

.common_gft-slider .hover-sc p {
	font-size: 20px;
	color: white;
	font-weight: 400;
}

.common_gft-slider .shopping-bg a {
	display: block;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	border: 1px solid white;
	display: flex;
	margin-left: auto;
	justify-content: center;
}

.common_gft-slider .shopping-bg a:hover {
	background-color: var(--green);
}

.common_gft-slider .sku {
	color: white;
}

.common_gft-slider .wishlist a:hover svg path {
	fill: var(--green)
}

header .icon-sc li {
	position: relative;
}

header .icon-sc li span {
	min-width: 20px;
	height: 20px;
	background-color: var(--green);
	color: var(--black);
	font-size: 10px;
	padding: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -10px;
	right: -10px;
	border-radius: 50%;
}

.product-col .title a {
	font-size: 20px;
	font-family: var(--primary-font);
	;
	color: var(--black);
	line-height: 1.2;
}

.product-col .sku {
	color: #5B5B5B;
	font-size: 18px;
}

.product-col .product-img img {
	border-radius: 20px;
	width: 100%;
	/* height: 325px; */
	object-fit: cover;
}

.product-col ul li {
	position: relative;
	padding-left: 15px;
}

.product-col ul li:before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: var(--green);
	position: absolute;
	left: 0;
	top: 11px;
}

.product-col ul li a {
	color: var(--purple);
}

.product-col ul li a:hover {
	color: var(--green);
}

.product-list-content h1 {
	font-size: 42px;
	margin-bottom: 24px;
}

.product-list-content .container {
	padding-top: 50px;
	padding-bottom: 20px;
	margin-bottom: 50px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.product-col .wishlist a {
	width: 42px;
	height: 42px;
	background-color: white;
	border-radius: 50%;
	display: block;
	position: absolute;
	right: 15px;
	top: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.product-col .wishlist a svg {
	width: 20px;
	height: 20px;
}

.product-col .wishlist a:hover svg path {
	fill: var(--green)
}

.inner-banner img {
	width: 100%;
}

.contact-form-sec .rgt-sec {
	padding-top: 100px;
	padding-left: 100px;
}

.contact-form-wp {
	padding: 50px;
	margin-top: -150px;
	background-color: white;
}

.contact-form-wp h3 {
	margin-bottom: 20px;
}

.locations .location-blk h4 {
	font-size: 20px;
	font-family: var(--primary-font);
	font-weight: 400;
}

.locations .location-blk:last-child {
	border: none;
}

.locations .location-blk p,
.contact-form-wp .left-sec1 p {
	margin-bottom: 14px;
}

.locations .location-blk p a,
.contact-form-wp .left-sec1 a {
	color: var(--black);
}

.locations .location-blk p a:hover,
.contact-form-wp .left-sec1 p a:hover {
	color: var(--green);
}

.locations .location-blk p:last-child,
.contact-form-wp .left-sec1 p:last-child {
	margin-bottom: 0;
}

.locations .location-blk {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #E6E6E6;
}

.locations .location-blk:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

.locations .location-blk {
	padding-left: 60px;
}

.locations .location-blk .icon-sc {
	position: absolute;
	left: 0;
	top: 0;
}

.contact-form-wp .form-group {
	margin-bottom: 20px;
}

.contact-form-wp .form-group input,
.contact-form-wp .form-group textarea {
	border: 1px solid #E6E6E6;
	border-radius: 0;
	padding: 15px;
}

.contact-form-wp .form-group textarea {
	height: 130px;
	resize: none;
}

.contact-form-wp .form-group input::placeholder,
.contact-form-wp .form-group textarea::placeholder {
	color: #130712;
}

.contact-form-wp .btn {
	background-color: #FDFFF8;
}

.contact-form-sec .left-sec1 {
	border-right: 1px solid #E6E6E6;
	padding: 10px 0px;
}

.contact-form-sec .social-links ul li a {
	color: var(--black);
	border: 1px solid var(--black);
}

.contact-form-sec .social-links ul li a svg path {
	fill: var(--black);
}

.contact-form-sec .social-links ul li {
	margin-right: 15px;
}

.contact-form-sec .social-links ul li a:hover {
	background-color: transparent;
	border: 1px solid var(--purple);
}

.contact-form-sec .social-links ul li a:hover svg path {
	fill: var(--purple);
}

.contact-form-sec .left-sec1 {
	padding-right: 30px;
}

.contact-form-sec .rgt-sec1 {
	padding-left: 40px;
	padding: 10px 0px;
}

.wishlist-items-wrapper .add_to_cart_button svg path {
	stroke: var(--black);
}

.wishlist-items-wrapper .add_to_cart_button svg {
	width: 20px;
}

.wishlist-items-wrapper .product-add-to-cart a {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: 1px solid var(--black);
}

.wishlist-items-wrapper .add_to_cart_button svg:hover {
	opacity: 0.7;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .shopping-bag-ft a.button {
	background-color: transparent;
	border: 1px solid black;
	border-radius: 50%;
}

.shopping-bag-ft a.button svg path {
	stroke: black
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .shopping-bag-ft a.button:hover,
.shopping-bag-ft a:hover {
	background-color: var(--green);
	border: 1px solid var(--green);
}

.shopping-bag-ft a.button:hover svg path,
.shopping-bag-ft a:hover svg path {
	stroke: white;
	transition: all 0.5s
}

.woocommerce-pagination {
	margin-top: 50px;
}

.deault-page h1 {
	font-size: 42px;
}

.product-col .shopping-bag-ft {
	text-align: right;
}

.footer-form-outer-wrap {
	position: relative;
}

.footer-form-outer-wrap .input-wrap input {
	width: 100%;
	border-radius: 60px;
	border: 1px solid var(--black);
	padding: 22px 70px 22px 22px
}

.footer-form-outer-wrap .input-wrap input::placeholder {
	font-size: 22px;
	color: var(--black);
}

body:not(.home) {
	padding-top: 196px;
}

.footer-form-outer-wrap .wpcf7-submit {
	position: absolute;
	width: 60px;
	height: 60px;
	font-size: 0;
	border-radius: 50%;
	top: calc(50% - 30px);
	right: 10px;
	background-color: var(--black);
	background-image: url(../images/arrow1.svg);
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.5s;
	border: 1px solid var(--black);
}

.footer-form-outer-wrap .wpcf7-submit:hover {
	background-color: var(--green);
	transition: all 0.5s;
	border: 1px solid var(--green);
}

.footer-form-outer-wrap .wpcf7-spinner {
	position: absolute;
}

.shopping-bag-ft a:after {
	content: none !important;
}

.shopping-bag-ft {
	display: flex;
	justify-content: end;
}

.shopping-bag-ft a {
	padding: 0px !important;
}

.shopping-bag-ft a.added {
	background-color: var(--green) !important;
	border: 1px solid var(--green) !important;
}

.shopping-bag-ft a.added svg path {
	stroke: white
}

.yith-wcwl-add-button a,
.woocommerce a.add_to_wishlist.button.alt {
	width: 42px !important;
	height: 42px !important;
	background-color: white !important;
	border-radius: 50% !important;
	background-image: url(../images/wishlist-no-fill.svg) !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

.wishlist .feedback {
	display: none;
}

.yith-wcwl-wishlistexistsbrowse a,
.yith-wcwl-wishlistaddedbrowse a {
	width: 42px !important;
	height: 42px !important;
	background-color: white !important;
	border-radius: 50%;
	background-image: url(../images/wishlist-fill.svg) !important;
	background-repeat: no-repeat;
	font-size: 0 !important;
	background-position: center !important;
}

.yith-wcwl-add-button a:hover,
.woocommerce a.add_to_wishlist.button.alt:hover {
	background-image: url(../images/wishlist-fill.svg);
}

.featured-box {
	margin-right: 54px;
}

.featured-box p,
.featured-box-range p {
	margin-right: 12px;
	color: var(--black);
}

.products-count,
.featured-box select,
.featured-box-range .price-fl {
	color: #5B5B5B;
}

.featured-box select {
	border: none;
	background-image: url(../images/arrow3.svg);
	background-repeat: no-repeat;
	background-position: right center;
	width: 100px;
	width: 150px;
	padding: 10px;
	padding-right: 20px;
	margin-left: -10px;
	background-color: transparent;
	margin-right: 20px;
}

.featured-box select option {
	padding-left: 20px;
	padding-right: 20px
}

.featured-box-range .price-fl {
	position: relative;
	width: 60px;

	cursor: pointer;
	transition: all 0.5s;
}

.featured-box-range .price-fl:after {
	content: '';
	background-image: url(../images/arrow3.svg);
	background-repeat: no-repeat;
	background-position: right center;
	width: 20px;
	height: 20px;
	background-position: center;
	position: absolute;
	right: 0;
	top: calc(50% - 10px);
	transition: all 0.5s;
}

.featured-box-range .price-fl.active:after {
	transform: rotate(180deg);
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
}

.dropdown-box {
	position: absolute;
	width: 300px;
	background-color: white;
	padding: 20px;
	z-index: 3;
	display: none;
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.15);
}


.dropdown-box input {
	width: 100px;
	border: none;
}

#maxPrice {
	text-align: right;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border-radius: 50%;
}

.ui-slider-horizontal {
	height: 8px !important;
}

body .ui-slider-horizontal .ui-slider-handle {
	top: -8px
}

body .ui-widget-content .ui-state-active {
	background-color: var(--green);
	border: none;
}

.product-col ul li {
	display: inline-block;
	margin-right: 10px;
}

.page-template-template-shop .product-list-grid .container {

	padding-bottom: 100px;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.page-template-template-shop .product-list-grid:last-child .container {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.product_category_container .product-col {
	position: relative;
	padding-bottom: 44px;
	height: 100%;
}
.product-list-grid .product-col , .search-results .product-col {
	position: relative;
	
	height: 100%;
}
.product_category_container .sku {
	position: absolute;
	left: 0;
	bottom: 10px;
	max-width: calc(100% - 74px);
}

.sku ins {
	text-decoration: none;
}
.search-results #primary {margin-bottom:80px}
.product_category_container .product-col .shopping-bag-ft,
.product-list-grid  .product-col .shopping-bag-ft, .search-results .product-col .shopping-bag-ft{
	position: absolute;
	right: 0;
	bottom: 0;
}

.yith-wcwl-icon-svg {
	display: none;
}

.no-content-box .row {
	margin-top: auto;
}

.modal .btn-close {
	position: absolute;
	right: 20px;
	top: 20px;
}

.modal .modal-content {
	padding: 60px 30px;
}

.orginal-site-popup .btn {
	padding: 10px 25px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	border-bottom: 1px solid #E6E6E6;
	display: flex;
	justify-content: center;
	padding-top: 50px;
}

.sku_sp span {
	font-size: 16px;
}

.meta_list li span {
	font-weight: 500;
}

.woocommerce div.product .woocommerce-tabs {
	padding-bottom: 80px;
}

.related.products {
	border-top: 1px solid #E6E6E6;
	padding-top: 80px;
}

.related.products h2 {
	text-align: center;
	margin-bottom: 70px;
}

.woocommerce .star-rating {
	color: #F6A74A;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit {
	background-color: var(--green);
	color: white;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: none;
	background-color: transparent;
	margin: 0px 15px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-size: 22px;
	color: #5B5B5B;
	font-weight: 400;
	border: none;
	background: transparent;
	transition: all 0.5s;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
	content: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	content: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
	color: #6B2163;
	border-bottom: 1px solid #6B2163;
	transition: all 0.5s;
}

.woocommerce div.product .woocommerce-tabs h1,
.woocommerce div.product .woocommerce-tabs h2,
.woocommerce div.product .woocommerce-tabs h3,
.woocommerce div.product .woocommerce-tabs h4 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 25px;
}

.woocommerce div.product .woocommerce-tabs p,
.woocommerce div.product .woocommerce-tabs ul {
	margin-bottom: 25px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs::after {
	content: none;
}


.custom-select {
	position: relative;
	margin-right: 50px;
}

.custom-select select {
	display: none;
}



.select-selected:after {
	position: absolute;
	content: "";
	top: 14px;
	right: 10px;
	width: 20px;
	height: 20px;
	background-image: url(../images/arrow3.svg);
	background-repeat: no-repeat;
	background-position: right center;
}

.select-selected.select-arrow-active:after {
	border-color: transparent transparent #fff transparent;
}

.select-items div,
.select-selected {
	color: #5B5B5B;
	padding: 8px 20px 8px 16px;


	cursor: pointer;
	user-select: none;
}

.select-items div {
	border: 1px solid transparent;
	border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
}

.select-items {
	position: absolute;
	background-color: white;
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.05);
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
	font-size: 14px;
	width: 200px;
}

.select-hide {
	display: none;
}

.select-items div:hover,
.same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
}

.custom-select {
	width: 180px;
}

.select-selected {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.containAll {
	display: flex;
	height: 100vh;
	width: 100%;
	align-items: center;
	justify-content: center;
	position: fixed;
	z-index: 111;
	background: rgba(0, 0, 0, 0.5);
	left: 0;
	top: 0;
}

.containAll .containLoader {
	position: relative;
	height: 60px;
	width: 60px;
	margin: auto;
}

.containAll .containLoader .circleGroup {
	position: absolute;
	height: 100%;
	width: 100%;
}

.containAll .containLoader .circle-1 {
	border: 7px solid var(--green);
	border-radius: 50%;
	box-sizing: border-box;
	border-right: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid transparent;
	-webkit-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
	animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
	-webkit-animation-delay: 30ms;
	animation-delay: 30ms;
}

.containAll .containLoader .circle-2 {
	border: 7px solid var(--green);
	border-radius: 50%;
	box-sizing: border-box;
	border-right: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid transparent;
	-webkit-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
	animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
	-webkit-animation-delay: 60ms;
	animation-delay: 60ms;
}

.containAll .containLoader .circle-3 {
	border: 7px solid var(--green);
	border-radius: 50%;
	box-sizing: border-box;
	border-right: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid transparent;
	-webkit-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
	animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
	-webkit-animation-delay: 90ms;
	animation-delay: 90ms;
}

.containAll .containLoader .circle-4 {
	border: 7px solid var(--green);
	border-radius: 50%;
	box-sizing: border-box;
	border-right: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid transparent;
	-webkit-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
	animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
	-webkit-animation-delay: 120ms;
	animation-delay: 120ms;
}

.containAll .containLoader .circle-5 {
	border: 7px solid var(--green);
	border-radius: 50%;
	box-sizing: border-box;
	border-right: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid transparent;
	-webkit-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
	animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
	-webkit-animation-delay: 150ms;
	animation-delay: 150ms;
}

.containAll .containLoader .circle-6 {
	border: 7px solid var(--green);
	border-radius: 50%;
	box-sizing: border-box;
	border-right: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid transparent;
	-webkit-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
	animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
	-webkit-animation-delay: 180ms;
	animation-delay: 180ms;
}

.containAll .containLoader .circle-7 {
	border: 7px solid var(--green);
	border-radius: 50%;
	box-sizing: border-box;
	border-right: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid transparent;
	-webkit-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
	animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
	-webkit-animation-delay: 210ms;
	animation-delay: 210ms;
}

.containAll .containLoader .circle-8 {
	border: 7px solid var(--green);
	border-radius: 50%;
	box-sizing: border-box;
	border-right: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid transparent;
	-webkit-animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
	animation: rotate 1.2s cubic-bezier(0, 0.58, 1, 0.3) infinite;
	-webkit-animation-delay: 240ms;
	animation-delay: 240ms;
}

.containAll .containLoader .innerText {
	position: absolute;
	font-family: "Quicksand", sans-serif;
	bottom: -60px;
	-webkit-animation: flash 1.2s ease-in-out infinite;
	animation: flash 1.2s ease-in-out infinite;
	pointer-events: none;
}

.single-product .product-list-content .container {
	border: none;
	padding-bottom: 50px;
}

.single-product .entry-title {
	font-size: 32px;
	margin-bottom: 20px;
}

.woocommerce-review-link {
	color: #5B5B5B;
	margin-left: 15px;
	font-size: 14px;
}

.woocommerce-product-details__short-description p {
	color: #5B5B5B;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
	font-size: 20px;
	color: #6B2163;
	font-weight: 500;
}

.stock_review {
	display: flex;
	align-items: center;
}

.stock_status {
	margin-right: 20px;
}

.stock_status p {
	font-size: 16px;
	line-height: 1;
	background-color: #F9FBF2;
	padding: 9px 15px;
	color: var(--green);
}

.woocommerce div.product form.cart .button {
	background-repeat: no-repeat;
	color: white;
	background-color: var(--purple);
	font-size: 18px;
	font-weight: 400;
	padding: 17px 10px;
	text-align: center;
	width: calc(100% - 170px);
	border-radius: 0;
	transition: all 0.5s;
}

.woocommerce div.product form.cart .button {
	background-image: url(../images/shopping3.svg);
	background-position:
		calc(50% - 45px) center;
	padding-left: 40px;

}

.woocommerce div.product form.cart .button:hover {
	background-color: var(--green);
	transition: all 0.5s;
}

.woocommerce-product-attributes tbody {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 50px;
}

.woocommerce table.shop_attributes {
	border: none;
}

.woocommerce-product-attributes tr {
	display: flex;
	justify-content: space-between;
	border-bottom:
		1px solid #000;
	padding:
		11px 0 4px;
}

.woocommerce-product-attributes td,
.woocommerce-product-attributes th {
	background-color: transparent !important;
	border: none !important;
}

.woocommerce-product-attributes tr p {
	margin: 0;
}

.woocommerce-product-attributes-item__value p {
	margin: 0px !important;
}

.woocommerce-product-attributes-item__value td {
	background-color: transparent !important;
	margin: 0px !important;
}

.single-product .entry-summary .price {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.single-product .entry-summary .stock.green {
	color: var(--green);
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #E6E6E6;
}

.meta_list li {
	margin-bottom: 20px;
	list-style-type: none;
	color: #707072;
}

.meta_list li a {
	color: #707072;
	font-size: 16px;
}

.meta_list li a:hover {
	color: var(--green);
}

.meta_list {
	padding: 0;
	margin: 0;
}

.meta_list li .tagged_as a {
	color: #707072;
	padding: 8px 10px;
	border-radius: 8px;
	border: 1px solid var(--green);
	display: block;
	line-height: 1;
	margin-left: 5px;
	font-size: 14px;
}

.meta_list li .tagged_as {
	align-items: center;
	display: flex;
}

.meta_list li .tagged_as a:hover {
	background-color: var(--green);
	color: white;
}

.quantity.buttons-added {
	background-color: #F9FBF2;
	padding: 15px;
}

.quantity.buttons-added button,
.quantity.buttons-added input {
	border: none;
	background-color: transparent;
}

.page-id-445 .deault-page .container {
	width: 1000px;
	max-width: 100%;
}

.woocommerce-product-gallery .slick-arrow {
	display: none !important;
}

/* Chrome, Safari, Edge, Opera */
.single-product input::-webkit-outer-spin-button,
.single-product input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.single-product.woocommerce div.product form.cart .variations {
	margin: 0;
}

.single-product.single-product .entry-summary .cart {
	display: flex;align-items: center;
}
.single-product.single-product .entry-summary .cart.variations_form{
display: block;
}
.single-product .drop_down_lable p {
	color: var(--black);
}

.woocommerce select.qty_select {
	border:
		1px solid rgba(0, 0, 0, 0.2);
	border-radius:
		10px;
	padding:
		7px 20px;
	width: 200px;
	max-width: 100%;
	height: 52px;
	
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=) no-repeat;
	-webkit-background-size:
	16px;
background-position:
	calc(100% - 12px) 50%;
}
.single-product.single-product .entry-summary .cart{
	margin-bottom: 20px !important;
}
#wc-stripe-express-checkout-element{margin: 0 !important;}
.woocommerce.single-product .woocommerce-variation-add-to-cart {
display: flex;
}
.woocommerce.single-product div.product form.cart .button {
	width: calc(100% - 300px);
	margin-left: auto;float: none;
}

.single-product .quantity_drop_down {
	display: flex;align-items: center;
}

.single-product .woocommerce div.product form.cart .variations {
	margin: 0;
}

.single-product .drop_down_lable {
	font-weight: 700;
	width: 80px;
}

/* Firefox */
.single-product input[type=number] {
	-moz-appearance: textfield;
}

.woocommerce div.product form.cart .button {
	margin-left: 20px;
}

.woocommerce.single-product div.product.type-product .entry-summary .yith-wcwl-add-button a,
.woocommerce.single-product div.product.type-product .entry-summary .yith-wcwl-wishlistaddedbrowse a {
	width: 100% !important;
	border: 1px solid var(--purple);
	padding: 23px 10px !important;
	border-radius: 0 !important;
	display: flex;
	align-items: center;
	text-align: center;
	color: var(--purple) !important;
	justify-content: center;

	padding-left: 100px !important;
	background-position:
		calc(50% - 40px) !important;
}

.woocommerce-wishlist.yith-wcwl-share {
	display: none !important;
}

.woocommerce.single-product div.product.type-product .entry-summary .yith-wcwl-add-button a {
	background-image: url(../images/wishlist4.svg) !important;
}

.woocommerce.single-product div.product.type-product .entry-summary .yith-wcwl-wishlistaddedbrowse a {
	background-image: url(../images/wishlist5.svg) !important;
}

.woocommerce.single-product div.product.type-product .entry-summary .yith-wcwl-wishlistaddedbrowse a:after,
.woocommerce.single-product div.product.type-product .entry-summary .yith-wcwl-add-button a:after {
	content: 'Add to Wishlist';
	display: inline-block;
	margin-left: 10px;
	font-size: 20px !important;
}

#yith-wcwl-popup-message {
	display: none !important;
}

.woocommerce.single-product div.product .entry-summary .yith-wcwl-add-button a svg path {
	fill: var(--purple) !important;
}

.wpgs-nav .slick-arrow,
.wpgs-nav .slick-arrow:hover {
	background-image: url(../images/arrow5.svg) !important;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background-size: contain;
	box-shadow: 1.17px 1.17px 39.06px 0px #0000001F;
	background-size: 25px;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-color: white;
}

.wpgs-nav .slick-arrow.slick-next {
	right: -10px;
}

.wpgs-nav .slick-arrow:hover {
	opacity: 0.7;
}

.wpgs-nav .slick-arrow:before {
	content: none;
}

.woo-product-gallery-slider .flaticon-back,
.woo-product-gallery-slider .flaticon-right-arrow {
	display: none !important;
}

.woocommerce .woocommerce-breadcrumb {
	margin-bottom: 80px;
}

.popular-categories {
	margin-bottom: 80px;
}

.fixed-header .header-nav ul {
	margin-top: 0;
}

.product-slider,
.product-slider .slick-track,
.product-slider .slick-slide {
	height: 100% !important;
}

.woocommerce-info {
	border-top-color: var(--green);
}

.woocommerce-info::before {
	color: var(--green);
}

/* .product-slider {
	overflow: hidden;
	max-height: 100vh;
	
} */

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	list-style-type: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	border-bottom:
		1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	padding:
		0;
}

.woocommerce p.stars a {
	color: #F6A74A;
}

.woocommerce-checkout .col2-set {
	margin-bottom: 40px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
	background-color: var(--green) !important;
	color: white !important;border: 1px solid var(--green);
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover {
	background-color: transparent !important;
	color: var(--green) !important;
}

.deault-page h1 {
	margin-bottom: 50px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
	background-color: var(--green);
	color: white;
}

.woocommerce-account .woocommerce-MyAccount-navigation {

	border-right:
		1px solid #ececec;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	font-family: "Work Sans", sans-serif;
	color: hsla(0, 0%, 40%, .85);
	padding:
		10px 0px;
	text-decoration:
		none;
	display: block;
	border-right:
		4px solid white;
	transition:
		all 0.5s;
	font-size: 16px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
	border-right: 4px solid var(--green);
	transition:
		all 0.5s;
	color: black;
}

.track_order .form-row {
	width: 100% !important;
}

.gift-yourself .image1 img {
	animation-name: rotate;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	border-radius: 50%;
	border: none !important;
}

.woocommerce.tax-product_cat .woocommerce-ordering select {
	border: none;
	background-image: url(../images/arrow3.svg);
	background-repeat: no-repeat;
	background-position: right center;
	width: 100px;
	width: 150px;
	padding: 10px;
	padding-right: 20px;

	background-color: transparent;

}

.tax-product_cat .woocommerce-ordering+.row {
	clear: both;
}

.woocommerce.tax-product_cat .woocommerce-breadcrumb {
	margin-bottom: 50px;
}

.woocommerce.tax-product_cat .woocommerce-products-header__title {
	font-size: 50px;
	margin-bottom: 20px;
}

.woocommerce a.remove {
	line-height: 0.8 !important;
}

body {
	overflow-x: hidden;
}

@keyframes rotate {
	from {
		transform: rotate(-360deg);
	}

	to {
		transform: rotate(360deg);
	}
}

ins {
	text-decoration: none;
}

.woocommerce div.product form.cart .variations select {
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	padding: 7px 20px;
	width: 200px;
	max-width: 100%;
}

.single-product .variations_form.cart .variations tr {
	display: flex;
	margin-bottom: 20px;
}

.single-product .variations_form.cart .variations th {
	width: 80px;
}
.ftr-logo-tqo img{
    width: 160px;
    margin: 30px 0 15px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}
.ftr-logo-tqo p{
	font-size: 18px;
    color: #fff;
}
/* #loader-full {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 100px;
  } */
   /* Loader full screen styling */
/* Fullscreen loader */
.home-category-sec {overflow: hidden;}
#loader-full {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
  }
  
  .loader-gif {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	display: block;
	margin:15px auto;
	position: relative;
	background:  var(--green);;
	box-shadow: -24px 0  var(--green), 24px 0 var(--green);
	box-sizing: border-box;
	animation: shadowPulse 2s linear infinite;
  }
  .modal .modal-bottom.modal-dialog {
	display: flex;
	align-items: flex-end; /* Aligns modal to the bottom */
	min-height: 100vh;
	justify-content: center;padding-bottom: 40px;
	
  }
  @keyframes shadowPulse {
	33% {
	  background:  var(--green);
	  box-shadow: -24px 0  var(--green), 24px 0 #FFF;
	}
	66% {
	  background: var(--purple);
	  box-shadow: -24px 0  var(--green), 24px 0 #FFF;
	}
	100% {
	  background:  var(--green);
	  box-shadow: -24px 0  var(--purple), 24px 0 var(--purple);
	}
  }
  @keyframes bounce {
	0%, 100% {
	  transform: translateY(0);
	}
	50% {
	  transform: translateY(-10px);
	}
  }
/* .wishlist_table .product-name h3 a{color: var(--black);} */
@-webkit-keyframes rotate {
	50% {
		border: 1px solid var(--green);
		border-right: 1px solid transparent;
		border-bottom: 1px solid transparent;
		border-left: 1px solid transparent;
	}

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

@keyframes rotate {
	50% {
		border: 1px solid var(--green);
		border-right: 1px solid transparent;
		border-bottom: 1px solid transparent;
		border-left: 1px solid transparent;
	}

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

@-webkit-keyframes flash {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes flash {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@media (max-width:1400px) {

	.featured-product-slider .title,
	.popular-gifts .title a,
	.popular-cat-slider .inner-sc .title {
		font-size: 20px;
	}

	:root {
		--h1: 50px;
		--h2: 35px;
		--h3: 30px;
		--h4: 25px;
		--h5: 20px;
		--h6: 16px;
	}

	.container {
		padding-left: 40px;
		padding-right: 40px;
	}

	.logo-sec img {
		max-width: 200px;
	}

	.banner-sec::after {
		content: '';
		width: calc(50% - 170px);
	}

	header .top-row,
	header .btm-row {
		padding-left: 20px;
		padding-right: 20px;
	}

	.banner-sec h1 {
		font-size: 50px;
	}
}

@media (min-width:1200px) {
	/* .single-product .wpgs_image img, .single-product .wpgs-for img{
		height: 500px !important;
		object-fit: cover;
	} */
	.banner-sec .product-blk img {
		margin: 30px 0px;
	}

	/* .banner-sec .product-blk img {
		min-height: 600px;
	} */

	header .btm-row ul {
		padding-right: 10px;
	}

	.banner-section .col-rgt {
		width: 45%;
	}

	footer .lft-sc {
		padding-right: 30px;
	}
}
@media (min-width:768px) and (max-width:1200px){
	
}
@media (max-width:1200px) {
	body .featured-product-slider .product-img img, body .popular-gifts .img-sc img{height: 300px;}
	.woocommerce.tax-product_cat .woocommerce-products-header__title {
		font-size: 40px;
	}

	body:not(.home) {
		padding-top: 85px !important;
	}

	.woocommerce.single-product div.product.type-product .entry-summary .yith-wcwl-add-button a,
	.woocommerce.single-product div.product.type-product .entry-summary .yith-wcwl-wishlistaddedbrowse a {

		padding-left: 60px !important;
		background-position:
			calc(50% - 60px) !important;
	}

	.banner-sec h1 {
		font-size: 40px;
	}

	header .icon-sc {
		padding-right: 60px;
	}

	:root {
		--h1: 45px;
		--h2: 30px;
		--h3: 25px;
		--h4: 20px;
		--h5: 18px;
		--h6: 16px;
	}

	.signup-sec .container {
		background-position: 20px center;
		background-size: 80px;
	}
}

@media(min-width:768px) and (max-width:991px) {
	footer p {
		font-size: 10px;
	}
}

@media (max-width:767px) {
	.single-product .wpgs_image img, .single-product .wpgs-for img{
		height: 300px !important;
		object-fit: cover;
	}
	.single-product.single-product .entry-summary .cart{
		display: block;
	}
	.woocommerce.single-product .reset_variations{
		display: none !important;
	}
	.woocommerce.single-product div.product form.cart .button{
		width: 100%;margin-top: 20px;
	}
	.woocommerce.single-product .woocommerce-variation-add-to-cart{display: block;}
	.footer-col-inner h4 {
		font-size: 22px;
	}

	.woocommerce.tax-product_cat .woocommerce-ordering select {
		padding-top: 0;
		padding-bottom: 0;
	}

	.woocommerce.tax-product_cat .woocommerce-products-header__title {
		font-size: 30px;
	}

	.page-template-template-shop .product-list-content .container {
		padding-top: 0;
	}

	.featured-box {
		margin-right: 0;
	}

	.dropdown-box {
		width: 250px;
	}

	body .main-navigation li a {
		font-size: 14px;
	}

	:root {
		--h1: 25px;
		--h2: 22px;
		--h3: 18px;
		--h4: 16px;
		--h5: 14px;
		--h6: 12px;
	}

	.banner-section .right-sc h2 {
		margin-bottom: 80px;
	}

	.signup-sec .container {
		background-position: center;
		background-size: contain;
	}

	.read-btn {
		display: block;
		width: fit-content;
	}
}

@media (max-width:1200px) {
	.deault-page.space-mr {
		margin-top: 40px;
		margin-bottom: 50px;
	}

	body:not(.home) .menu-button {
		color: black;
	}

	.contact-form-sec .rgt-sec {
		padding-top: 0;
	}

	.contact-form-wp {
		padding-bottom: 0;
		margin-top: -30px;
	}

	.contact-form-sec .rgt-sec {
		padding-left: 0;
	}

	header.fixed-header {
		padding-left: 20px;
		padding-right: 20px;
	}

	.fixed-header .menu-button {
		color: black;
	}

	.banner-sec:after {
		width: 50%;
	}

	.banner-sec h1 svg {
		width: 60px;
	}

	.btn {

		padding:
			10px 30px;

	}

	.gift-yourself .image1 img {
		width: 100px;
	}

	/* .gift-yourself .image2 {
		left: 25%;
	} */

	.popular-gifts .title a,
	.popular-cat-slider .inner-sc .title {
		font-size: 20px;
	}

	.featured-product-slider .inner-blk {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (max-width:991px) {
	body .featured-product-slider .product-img img{
		height: 500px;
	}
	.single-product.single-product .entry-summary .cart{
		display: block;
	}
	.woocommerce.single-product div.product form.cart .button{
		width: 100%;margin-top: 20px;
	}
	.banner-sec .btm-content * {
		color: var(--purple) !important;
	}

	.banner-sec .btm-content {
		margin-top: 20px;
	}

	.search-modal .modal-dialog {
		max-width: 90% !important;
	}

	.page-id-445 h1 {
		margin-bottom: 20px;
	}

	.page-id-445 .deault-page {
		margin-top: 70px;
	}

	body .slider-wrapper .custom-counter {
		color: var(--purple) !important;
	}

	.contact-form-sec .left-sec1 {
		padding-right: 0;
		border: none;
	}

	.menu-button {
		color: var(--black);
	}

	header .rgt-sec *,
	header .top-row .rgt-sec a {
		color: var(--black);
	}

	body header .icon-sc svg path,
	header.fixed-header .icon-sc svg path {
		stroke: var(--black);
	}

	.banner-sec:after {
		content: none;
	}

	header.fixed-header {
		padding-left: 10px;
		padding-right: 10px;
	}

	.gift-yourself .image1 {

		left: 0;
		top: 10%;

	}

	.featured-sec .rgt-sc {
		padding-left: 40px;
	}

	.about-us-sec .rgt-sc {
		padding-left: 20px;
	}

	.space-mr {
		margin:
			70px 0px;
	}

	.space-pd {
		padding: 70px 0px;
	}

	.gift-yourself .lft-sc {
		padding:
			30px 0px 30px 30px;
	}

	.footer-logo img {
		max-width: 300px;
	}

	.cart-collaterals {
		margin-top: 30px;
	}

}

@media (max-width:767px) {
	.home-category-sec{overflow: hidden;}
	.popular-gifts .slider-blk{padding-left: 10px;padding-right: 10px;}
	body .featured-product-slider .product-img img{
		height: 70vw;
	}
	body .popular-gifts .img-sc img {
		height: 70vw;
	  }
	.slider-wrapper {
		padding-right: 40px;
	}

	.search-form {
		display: block;
		text-align: center;
	}

	.search-form button {
		margin-top: 20px;
	}

	.search-modal .modal-body {
		padding: 0;
	}

	.woocommerce-cart .coupon button {
		font-size: 16px !important;
	}

	.woocommerce-cart .checkout-button {
		font-size: 16px !important;
		padding-top: 15px !important;
		padding-bottom: 15px !important;
		font-weight: 700 !important;
	}

	.woocommerce-cart .coupon input {
		padding-top: 3px !important;
		padding-bottom: 3px !important;
	}

	.deault-page h1 {
		font-size: 30px;
		margin-bottom: 20px;
	}

	.deault-page.space-mr {
		margin-top: 30px;
		margin-bottom: 50px;
	}

	.page-id-445 h1 {
		margin-bottom: 20px;
		font-size: 30px;
	}

	.page-id-445 .deault-page {
		margin-top: 50px;
	}

	header .btm-row {
		padding-top: 15px !important;
	}

	.shopping-bag-ft a {
		width: 35px;
		height: 35px
	}

	.shopping-bag-ft a svg {
		width: 15px;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li a {
		font-size: 14px;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		margin: 0;
		padding: 0px 5px;
	}

	.woocommerce .woocommerce-breadcrumb {
		margin-bottom: 30px;
	}

	.footer-col-inner {
		margin-top: 30px;
	}

	.col-md-4:first-child .footer-col-inner {
		margin-top: 0;
	}

	.contact-form-wp {
		padding-left: 20px;
		padding-right: 20px;
	}

	.inner-banner img {
		min-height: 300px;
		object-fit: cover;
	}

	header .top-row ul {
		font-size: 16px;
	}

	header .top-row ul {
		margin: 0;
		padding: 0;
	}

	.slider-wrapper .custom-counter {
		color: var(--purple) !important;
		top: calc(50% - 120px);
	}

	.custom-counter .line {
		height: 150px;
	}

	.gift-yourself .image2 {
		left: 10%;
	}

	.gift-yourself .image1 {
		left: 0;
		top: 10%;
	}

	/* .gift-yourself .image2 {

		height: calc(100% - 50px);

	} */

	.gift-yourself .image2 {
		top: 40px;
	}

	.gift-yourself .image1 {
		left: 0;
	}

	.gift-yourself .image2 {
		width: 50%;height: 60%;
	}

	.footer-form-outer-wrap .input-wrap input {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.footer-form-outer-wrap .wpcf7-submit {
		width: 45px;
		height: 45px;
		top: calc(50% - 22px);
	}

	.footer-form-outer-wrap .input-wrap input::placeholder {
		font-size: 16px;
	}

	p {
		font-size: 16px;
	}

	.popular-cat-slider {
		padding-left: 20px;
		padding-right: 20px;
	}

	.container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.banner-sec h1 {
		font-size: 30px;
	}

	.banner-sec h1 svg {
		width: 40px;
		margin-right: 10px !important;
	}

	.banner-sec p {
		font-size: 16px;
	}

	.space-mr {
		margin:
			60px 0px;
	}

	.space-pd {
		padding: 60px 0px;
	}

	.common_gft-slider .slick-arrow.slick-prev,
	.common_gft-slider .slick-arrow.slick-next {
		top: 20px
	}

	.logo-sec img {
		max-width: 100%;
	}

	header .btm-row {
		padding-left: 0;
		padding-right: 0;
	}

	header .icon-sc li {
		margin-left: 10px;
	}

	header .icon-sc li svg {
		width: 85%;
	}

	body .menu-button {
		right: 5px;
		font-size: 25px;
		top: 12px;
	}

	header .icon-sc {
		padding-right: 40px;
	}

	.fixed-header .btm-row {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}

	.fixed-header .menu-button {
		color: black;
	}

	.banner-sec {
		padding-top: 150px;
	}

	.fixed-header .menu-button {
		color: black;
		right: 5px;
		top: 5px;
	}

	.product-list-content h1 {
		font-size: 30px;
	}
}