		/*
			Custom CSS
		*/

		/* 
			1. blog-list block 
			2. widget block
			3. post comment
			4. Breadcump 
			5. Pagination block 
			6. footer block 
			7. Post Detail block 
			8. Product Categories 
				8.1 category style 02
				8.2 category style 03
				8.3 category style 04
				8.4 category grid
			9. header style 
			10. back to top 
			11. inner pages 
			12. hamburger menu 
			13. woocommerce menu block
			14. cart block 
			15. home product block 
			16. owl-nav 
			17. recent product [product style - 3] 
			18. shop page 
				18.1 full width shop page
				18.2 shop product-layout-default
			19. list view 
			20. nosidebar list view 
			21. single product page 
			22. 360 view 
			23. cart page block 
			24. checkout block
			25. myaccount block
			26. dark mode
			27. quick view
			28. contact-info
			29. coming soon
			24. cms aboutus block
			30. variation block
			24. top view [ layout 04 ] 
			25. deal of the day
		*/

		:root {
			--body-bg-color: #eee9d6;
			--body-bg-color2: #faf7f2;
			--body-bg-color3: #eceee7;
			--body-text-color: #888;
			--color-text: #28282a;
			--primary-color-text: #043969;
			--primary-color-hv-text: #28282a;
			--primary-bg-color: #28282a;
			--primary-bg-hv-color: #043969;
			--secondary-color-text: #28282a;
			--secondary-color-hv-text: #043969;
			--secondary-bg-color: #043969;
			--secondary-bg-hv-color: #28282a;
			/* --border-color: #ccc; */
			--border-color: #e5e5e5;
			--price-color: #043969;
			--content-color1: #043969;
			--content-color2: #636b57;
			--content-color3: #c48974;
			--background-color: #f5f5f5;
			--dark-background: #28282a;
			--dark-bg-text: #ffffff;
			/* --single-border-color: #d3ceb9; */
			--single-border-color: #ccc;
			--rate-color: #ffae00;
			--primary-font: 'Roboto Slab', serif;
			--secondary-font: Roboto, sans-serif;
			--tertiary-font: Sacramento, sans-serif;
		}

		.container {
			padding: 0 12px;
		}

		.elementor-page .site-main>.container:not(.single-post.elementor-page.rtl .site-main > .container, .single-post.elementor-page .site-main > .container) {
			max-width: 100%;
			padding: 0;
		}

		main {
			display: block;
		}

		ul,
		ol {
			margin: 0 0 1.5em 3em;
		}

		ul {
			list-style: disc;
		}

		ol {
			list-style: decimal;
		}

		li>ul,
		li>ol {
			margin-bottom: 0;
			margin-left: 1.5em;
		}

		dt {
			font-weight: 700;
		}

		dd {
			margin: 0 1.5em 1.5em;
		}

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

		figure {
			margin: 1em 0;
		}

		table {
			margin: 0 0 1.5em;
			width: 100%;
		}

		/* Links
		--------------------------------------------- */
		a:visited {
			color: #800080;
		}

		a:focus {
			outline: thin dotted;
		}

		a:hover,
		a:active {
			outline: 0;
		}

		/* Forms
		--------------------------------------------- */
		button,
		input[type="button"],
		input[type="reset"],
		input[type="submit"] {
			border-color: #ccc #ccc #bbb;
			border-radius: 3px;
			background: #e6e6e6;
			color: rgba(0, 0, 0, 0.8);
			line-height: 1;
			padding: 10px 15px;
			border-radius: none;

		}

		input[type="submit"],
		input[type="button"] {
			border-radius: 10px !important;
			overflow: hidden;
			border: none;
		}

		button:hover,
		input[type="button"]:hover,
		input[type="reset"]:hover,
		input[type="submit"]:hover {
			border-color: #ccc #bbb #aaa;
		}

		button:active,
		button:focus,
		input[type="button"]:active,
		input[type="button"]:focus,
		input[type="reset"]:active,
		input[type="reset"]:focus,
		input[type="submit"]:active,
		input[type="submit"]:focus {
			border-color: #aaa #bbb #bbb;
		}

		input[type="text"],
		input[type="email"],
		input[type="url"],
		input[type="password"],
		input[type="search"],
		input[type="number"],
		input[type="tel"],
		input[type="range"],
		input[type="date"],
		input[type="month"],
		input[type="week"],
		input[type="time"],
		input[type="datetime"],
		input[type="datetime-local"],
		input[type="color"],
		textarea {
			color: #666;
			border: 1px solid var(--border-color);
			padding: 10px 15px;
		}

		input[type="text"]:focus,
		input[type="email"]:focus,
		input[type="url"]:focus,
		input[type="password"]:focus,
		input[type="search"]:focus,
		input[type="number"]:focus,
		input[type="tel"]:focus,
		input[type="range"]:focus,
		input[type="date"]:focus,
		input[type="month"]:focus,
		input[type="week"]:focus,
		input[type="time"]:focus,
		input[type="datetime"]:focus,
		input[type="datetime-local"]:focus,
		input[type="color"]:focus,
		textarea:focus {
			color: #111;
		}

		select {
			border: 1px solid #ccc;
		}

		textarea {
			width: 100%;
		}

		/* Navigation
		--------------------------------------------- */
		.main-navigation {
			display: block;
			width: 100%;
		}

		.main-navigation ul {
			display: none;
			list-style: none;
			margin: 0;
			padding-left: 0;
		}

		.main-navigation ul ul {
			box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
			float: left;
			position: absolute;
			top: 100%;
			left: -999em;
			z-index: 99999;
		}

		.main-navigation ul ul ul {
			left: -999em;
			top: 0;
		}

		.main-navigation ul ul li:hover>ul,
		.main-navigation ul ul li.focus>ul {
			display: block;
			left: auto;
		}

		.main-navigation ul ul a {
			width: 200px;
		}

		.main-navigation ul li:hover>ul,
		.main-navigation ul li.focus>ul {
			left: auto;
		}

		.main-navigation li {
			position: relative;
		}

		.main-navigation a {
			display: block;
			text-decoration: none;
		}


		/* Small menu. */
		.menu-toggle,
		.main-navigation.toggled ul {
			display: block;
		}

		@media screen and (min-width: 37.5em) {
			.menu-toggle {
				display: none;
			}

			.main-navigation ul {
				display: flex;
			}
		}

		.site-main .comment-navigation,
		.site-main .posts-navigation,
		.site-main .post-navigation {
			margin: 0 0 1.5em;
		}

		.comment-navigation .nav-links,
		.posts-navigation .nav-links,
		.post-navigation .nav-links {
			display: flex;
		}

		.comment-navigation .nav-previous,
		.posts-navigation .nav-previous,
		.post-navigation .nav-previous {
			flex: 1 0 50%;
		}

		.comment-navigation .nav-next,
		.posts-navigation .nav-next,
		.post-navigation .nav-next {
			text-align: end;
			flex: 1 0 50%;
		}

		/* Posts and pages
		--------------------------------------------- */
		.post,
		.page {
			margin: 0 0 25px;
		}

		.page-id-24 .page {
			margin: 0;
		}

		.updated:not(.published) {
			display: none;
		}

		.page-content,
		.entry-content,
		.entry-summary {
			margin: 25px 0 0;
		}

		.page-links {
			clear: both;
			margin: 10px 0;
		}

		/* Comments
		--------------------------------------------- */
		.comment-content a {
			word-wrap: break-word;
		}

		.bypostauthor {
			display: block;
		}

		/* Widgets
		--------------------------------------------- */
		.widget {
			margin: 0 0 1.5em;
		}

		.widget select {
			max-width: 100%;
		}

		/* Media
		--------------------------------------------- */
		.page-content .wp-smiley,
		.entry-content .wp-smiley,
		.comment-content .wp-smiley {
			border: none;
			margin-bottom: 0;
			margin-top: 0;
			padding: 0;
		}

		/* Make sure logo link wraps around logo image. */
		.custom-logo-link {
			display: inline-block;
		}

		/*--------------------------------------------------------------
		# Plugins
		--------------------------------------------------------------*/

		/* Jetpack infinite scroll
		--------------------------------------------- */

		/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
		.infinite-scroll .posts-navigation,
		.infinite-scroll.neverending .site-footer {
			display: none;
		}

		/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
		.infinity-end.neverending .site-footer {
			display: block;
		}

		/*--------------------------------------------------------------
		# Utilities
		--------------------------------------------------------------*/


		/* Do not show the outline on the skip link target. */
		#primary[tabindex="-1"]:focus {
			outline: 0;
		}

		div.list_product_color,
		div.list_product_size {
			height: 25px;
			margin-right: 6px;
			display: inline-block;
			width: 25px;
			text-align: center;
		}

		.list_size_attr.size_parent span {
			opacity: 0.5;
		}

		.list_product_color.select_variation,
		.list_product_size.select_variation {
			border: none;
		}

		/* adds style to divs */
		/* by default all divs are hidden */
		div.custom_option {
			display: none;
			border: 2px solid var(--border-color);
			margin-right: 5px;
			padding: 2px 5px;
			cursor: pointer;
		}

		/* show only divs with class "is-visible" */
		div.custom_option.is-visible {
			display: inline-block;
		}

		/* adds the style to the selected div */
		div.custom_option.on {
			background-color: #777;
			color: white;
		}

		::selection {
			background: #28282a;
			color: #fff;
		}

		body {
			font-family: var(--secondary-font);
			font-size: 16px;
			color: var(--body-text-color);
			background-image: url(../images/bg-pattern.png);
			overflow-x: hidden;
			background-repeat: repeat;
			background-color: #f0e8df;
		}

		body .viewport {
			transition: margin-right .5s;
		}

		a,
		a:hover,
		a::before,
		a:active,
		a:focus,
		a:visited,
		a:hover::before {
			outline: none;
			color: #666;
			text-decoration: none;
			transition: all 400ms ease-in-out 0s;
			-webkit-transition: all 400ms ease-in-out 0s;
			-moz-transition: all 400ms ease-in-out 0s;
			-o-transition: all 400ms ease-in-out 0s;
			-ms-transition: all 400ms ease-in-out 0s;
			cursor: pointer;
		}

		a:hover,
		a:focus,
		a:active {
			/* color: var(--primary-color-text); */
			color: #222;
		}

		em,
		em:hover,
		img,
		img:hover,
		svg,
		svg:hover {
			text-decoration: none;
			transition: all 400ms ease-in-out 0s;
			-webkit-transition: all 400ms ease-in-out 0s;
			-moz-transition: all 400ms ease-in-out 0s;
			-o-transition: all 400ms ease-in-out 0s;
			-ms-transition: all 400ms ease-in-out 0s;
		}

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

		h1,
		h2,
		h3,
		h4,
		h5,
		h6 {
			word-wrap: break-word;
			margin: 0 0 20px;
			font-family: var(--primary-font);
			font-weight: 500;
			color: var(--secondary-color-text);
		}

		code,
		a>code {
			background: #f9f2f4;
			padding: 2px 4px;
			font-weight: 600;
			color: #d63384;
		}

		cite {
			color: var(--primary-color-text);
		}

		h1 {
			font-size: 36px;
		}

		h2 {
			font-size: 30px;
		}

		h3 {
			font-size: 24px;
		}

		h4 {
			font-size: 22px;
		}

		h5 {
			font-size: 19px;
		}

		h6 {
			font-size: 16px;
		}

		table,
		table td,
		table th {
			border: 1px solid var(--border-color);
			text-align: left;
		}

		table td,
		table th {
			padding: 10px 15px;
			text-align: left;
		}

		blockquote,
		.wp-block-quote.is-style-large {
			background: var(--background-color);
			padding: 25px;
			border-left: 4px solid var(--border-color);
		}

		.wp-block-quote.is-style-large:not(.is-style-plain) {
			padding: 25px;
		}

		dl dd {
			margin-bottom: 20px;
		}

		input[type="text"],
		input[type="email"],
		input[type="url"],
		input[type="password"],
		input[type="search"],
		input[type="number"],
		input[type="tel"],
		input[type="range"],
		input[type="date"],
		input[type="month"],
		input[type="week"],
		input[type="time"],
		input[type="datetime"],
		input[type="datetime-local"],
		input[type="color"] {
			width: 100%;
		}

		input[type="text"],
		/* 		input[type="email"], */
		input[type="url"],
		input[type="password"],
		input[type="search"],
		input[type="number"],
		input[type="tel"],
		input[type="range"],
		input[type="date"],
		input[type="month"],
		input[type="week"],
		input[type="time"],
		input[type="datetime"],
		input[type="datetime-local"],
		input[type="color"],
		textarea,
		[type=submit] {
			border-radius: 0 !important;
		}

		input[type="submit"],
		button[type="submit"] {
			transition: all 400ms ease-in-out 0s;
			-webkit-transition: all 400ms ease-in-out 0s;
			-moz-transition: all 400ms ease-in-out 0s;
			-o-transition: all 400ms ease-in-out 0s;
			-ms-transition: all 400ms ease-in-out 0s;
			border: none;
		}

		input[type="submit"] {
			background: var(--primary-bg-color);
			color: #fff;
			padding: 15px 25px;
		}

		div[type="submit"] {
			background: var(--primary-bg-color);
			color: #fff;
			padding: 15px 25px;
		}


		.blog button[type="submit"],
		.search .search_box button[type="submit"],
		.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
			position: absolute;
			right: 0;
			left: auto;
			top: 0;
			bottom: 0;
			padding: 10px 20px;
			background: none;
			color: #666;
		}

		input[type="submit"]:hover {
			background: var(--primary-bg-hv-color);
		}

		input[type="submit"]:hover,
		button[type="submit"]:hover {
			transition: all 400ms ease-in-out 0s;
			-webkit-transition: all 400ms ease-in-out 0s;
			-moz-transition: all 400ms ease-in-out 0s;
			-o-transition: all 400ms ease-in-out 0s;
			-ms-transition: all 400ms ease-in-out 0s;
		}

		iframe {
			width: 100%;
		}

		ol,
		ul {
			margin-left: 0;
			padding-left: 0;
		}

		.cursor-pointer {
			cursor: pointer !important;
		}

		.comment-details table tbody tr:nth-child(2n+1) {
			background: var(--background-color);
		}

		select {
			appearance: none;
			-webkit-appearance: none;
			-moz-appearance: none;
			-ms-appearance: none;
		}

		ins {
			background: none;
		}

		.btn {
			position: relative;
			transition: all 400ms ease-in-out 0s;
			-webkit-transition: all 400ms ease-in-out 0s;
			-moz-transition: all 400ms ease-in-out 0s;
			-o-transition: all 400ms ease-in-out 0s;
			-ms-transition: all 400ms ease-in-out 0s;
			user-select: none;
			-webkit-user-select: none;
			-moz-user-select: none;
			-ms-user-select: none;
			-o-user-select: none;
			overflow: hidden;
			z-index: 1;
			border: none;
			border-radius: 0;
		}

		.btn::after {
			content: '';
			height: 100%;
			width: 0;
			position: absolute;
			transition: .3s cubic-bezier(.785, .135, .15, .86);
			-webkit-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-moz-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-o-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-ms-transition: .3s cubic-bezier(.785, .135, .15, .86);
			top: 0;
			left: auto;
			right: 0;
			z-index: -1;
		}

		.btn:hover::after {
			width: 100%;
			right: auto;
			left: 0;
		}

		.btn.btn-primary {
			background: var(--primary-bg-color);
			color: #fff;
		}

		.btn.btn-primary:hover {
			border-color: var(--primary-bg-color);
		}

		.btn-primary::after {
			background: var(--primary-bg-hv-color);
		}

		.btn.btn-secondary {
			background: var(--secondary-bg-color);
			color: #fff;
		}

		.btn-secondary::after {
			background: var(--secondary-bg-hv-color);
		}

		.alignleft {
			float: left;
			margin-right: 20px;
		}

		.wp-block-gallery:not(.has-nested-images) {
			margin: 0 20px 0 0;
		}

		/* ------------ start blog-list block --------------- */
		body #page {
			position: relative;
		}

		body #page::after {
			background: rgba(0, 0, 0, .6);
			position: fixed;
			top: 0;
			bottom: 0;
			content: '';
			left: 0;
			right: 0;
			transition: all 400ms ease-in-out 0s;
			-webkit-transition: all 400ms ease-in-out 0s;
			-moz-transition: all 400ms ease-in-out 0s;
			-o-transition: all 400ms ease-in-out 0s;
			-ms-transition: all 400ms ease-in-out 0s;
			opacity: 0;
			-moz-opacity: 0;
			-khtml-opacity: 0;
			-webkit-opacity: 0;
			visibility: hidden;
			z-index: 2;
		}

		body.show-user #page::after,
		.side-toggle #page::after,
		.hamburger-side-toggle #page::after,
		.filter-toggle #page::after,
		.toggle-filter #page::after,
		.search-side-toggle #page::after {
			opacity: 1;
			-moz-opacity: 1;
			-khtml-opacity: 1;
			-webkit-opacity: 1;
			visibility: visible;
		}

		.type-post,
		.page,
		.tt-portfolio {
			float: left;
			width: 100%;
			margin: 0 0 30px;
		}

		.wp-block-table.is-style-stripes {
			border-color: var(--border-color);
		}

		.page.page-template-default {
			margin: 0;
		}

		.post .tt-post-wrapper:not(.single-post .tt-post-wrapper),
		.search .tt-post-wrapper {
			padding: 30px;
		}

		.post .tt-post-wrapper .tt-post-details .tt-post-content>p:not(.single-post .post .tt-post-wrapper .tt-post-details .tt-post-content > p) {
			margin: 0;
		}

		.tt-post-meta-wrap .tt-post-comment {
			margin: 0 0 0 2px;
		}

		.tt-post-wrapper:not(.tt-post-wrapper.grid-item) {
			float: left;
			width: 100%;
		}

		.single-post .tt-post-wrapper .tt-post-thumbnail {
			margin: 0 0 30px;
			float: left;
			width: 100%;
		}

		.tt-post-wrapper .tt-post-meta .fa-calendar-alt {
			font-size: 25px;
			padding: 0 10px 0 0;
			height: auto;
		}

		.tt-post-wrapper .tt-post-details .tt-post-title>h2 {
			margin: 0 0 15px;
		}

		.tt-post-meta-wrap a,
		.tt-post-title a {
			color: var(--color-text);
		}

		.tt-post-meta-wrap a:hover,
		.tt-post-title a:hover {
			color: #666;
		}

		.post .tt-post-wrapper>.tt-post-thumbnail,
		.search .tt-post-wrapper>.tt-post-thumbnail {
			margin: 0 0 30px;
		}

		.site-main .left,
		.site-main .right {
			padding: 0 15px;
		}

		.site-main .left {
			margin: 0 0 30px;
		}

		.site-header .site-main-wrap {
			z-index: 5;
			position: relative;
			float: left;
			width: 100%;
		}

		.page-header .title {
			color: var(--bs-white);
			margin: 0;
		}

		.site-footer,
		.woocommerce-cart.page .site-footer,
		.woocommerce-checkout.page .site-footer {
			margin-top: 50px;
		}

		footer.site-footer {
			margin: 0;
			z-index: 1;
			position: relative;
		}

		.desc_bg.rs-layer {
			justify-content: center;
			display: flex;
			align-items: center;
		}

		.filter-toggle footer.site-footer {
			z-index: 0;
		}

		.side-toggle footer.site-footer,
		.hamburger-side-toggle footer.site-footer,
		.hamburger-side-toggle .page-header.inner-header-opacity {
			z-index: 0;
		}

		.single-post .type-post .tt-post-details,
		.single-post .search .tt-post-wrapper .tt-post-details {
			padding: 0;
			background: none;
		}

		.search .site-main #post_content {
			margin: 0 0 50px;
		}

		.tt-post-meta-wrap {
			margin: 0 0 20px;
		}

		.tt-post-meta-wrap div,
		.tt-post-meta-wrap div.tt-post-category a {
			position: relative;
			margin-right: 15px;
		}

		.tt-post-meta-wrap div.tt-post-category {
			padding-right: 0;
			margin-right: 0;
		}

		.tt-post-meta-wrap div a {
			font-size: 15px;
		}

		.post.type-post.tt-post-meta-wrap div a {
			color: #000;
		}

		.tt-post-meta-wrap div.tt-post-author::after {
			content: none;
		}

		.tt-post-meta-wrap div.tt-post-category::after {
			display: none;
		}

		.tt-post-meta-wrap div:last-child::after {
			display: none;
		}

		.tt-post-meta-wrap div:last-child {
			margin-right: 0;
			padding-right: 0;
		}

		.single-post .tt-post-meta-wrap {
			margin: 0 0 25px;
		}

		.tt-post-details .tt-post-meta-wrap .tt-post-meta-wrap a {
			color: var(--body-text-color);
			font-size: 13px;
			font-weight: 400;
		}

		.tt-post-details .tt-post-meta-wrap .tt-post-meta-wrap .tt-post-category a:last-child::before {
			display: none;
		}

		.single-post .tt-post-details .tt-post-meta-wrap .tt-post-meta-wrap a::before {
			display: none
		}

		.single-post .tt-post-details .tt-post-meta-wrap .tt-post-author,
		.single-post .tt-post-details .tt-post-meta-wrap .tt-post-meta-wrap .tt-post-category a,
		.single-post .tt-post-details .tt-post-meta-wrap .tt-post-comment {
			padding: 6px 15px;
			background: #f5f5f5;
			margin-right: 10px;
			margin-bottom: 10px;
			border-radius: 20px;
		}

		.tt-post-details .tt-post-title h2 a:hover em,
		.tt-post-details .tt-post-title h2 a:active em,
		.tt-post-details .tt-post-title h2 a:focus em {
			color: var(--body-text-color);
		}

		.tt-post-details .tt-post-meta-wrap .tt-post-meta-wrap .tt-post-category a:hover,
		.tt-post-details .tt-post-meta-wrap .tt-post-meta-wrap .tt-post-category a:focus,
		.tt-post-details .tt-post-meta-wrap .tt-post-meta-wrap .tt-post-category a:active,
		.tt-post-details .tt-post-meta-wrap .tt-post-author:hover a,
		.tt-post-details .tt-post-meta-wrap .tt-post-author:active a,
		.tt-post-details .tt-post-meta-wrap .tt-post-author:focus a,
		.tt-post-details .tt-post-meta-wrap .tt-post-comment:hover a,
		.tt-post-details .tt-post-meta-wrap .tt-post-comment:active a,
		.tt-post-details .tt-post-meta-wrap .tt-post-comment:focus a {
			color: var(--body-text-color);
		}

		.single-post .tt-post-details .tt-post-meta-wrap .tt-post-category a:hover,
		.single-post .tt-post-details .tt-post-meta-wrap .tt-post-category a:active,
		.single-post .tt-post-details .tt-post-meta-wrap .tt-post-category a:focus,
		.single-post .tt-post-details .tt-post-meta-wrap .tt-post-author:hover,
		.single-post .tt-post-details .tt-post-meta-wrap .tt-post-author:active,
		.single-post .tt-post-details .tt-post-meta-wrap .tt-post-author:focus,
		.single-post .tt-post-details .tt-post-meta-wrap .tt-post-comment:hover,
		.single-post .tt-post-details .tt-post-meta-wrap .tt-post-comment:active,
		.single-post .tt-post-details .tt-post-meta-wrap .tt-post-comment:focus {
			background: #e5e5e5;
			cursor: pointer;
			color: var(--secondary-color-hv-text);
		}

		.tt-post-details .tt-post-meta-wrap .tt-post-meta-wrap .tt-post-comment a span {
			transition: none;
		}

		.tt-post-meta-wrap .tt-post-comment a {
			position: relative;
			padding-left: 18px;
		}

		.tt-post-meta-wrap .tt-post-comment a::after {
			position: absolute;
			content: '\f075';
			font-family: 'Font Awesome 5 Free';
			font-weight: 400;
			top: 0;
			bottom: 0;
			left: 0;
			right: auto;
			height: 19px;
			margin: auto;
			color: var(--body-text-color);
			font-size: 13px;
		}

		.single-post .tt-post-details .tt-post-meta-wrap .tt-post-meta-wrap .tt-post-author:hover a,
		.single-post .tt-post-details .tt-post-meta-wrap .tt-post-meta-wrap .tt-post-author:focus a,
		.single-post .tt-post-details .tt-post-meta-wrap .tt-post-meta-wrap .tt-post-author:active a,
		.single-post .tt-post-details .tt-post-meta-wrap .tt-post-meta-wrap .tt-post-author:hover .fa-user,
		.single-post .tt-post-details .tt-post-meta-wrap .tt-post-meta-wrap .tt-post-author:active .fa-user,
		.single-post .tt-post-details .tt-post-meta-wrap .tt-post-meta-wrap .tt-post-author:focus .fa-user,
		.single-post .tt-post-details .tt-post-meta-wrap .tt-post-comment:hover a,
		.single-post .tt-post-details .tt-post-meta-wrap .tt-post-comment:active a,
		.single-post .tt-post-details .tt-post-meta-wrap .tt-post-comment:focus a,
		.single-post .tt-post-details .tt-post-meta-wrap .tt-post-comment:hover svg,
		.single-post .tt-post-details .tt-post-meta-wrap .tt-post-comment:active svg,
		.single-post .tt-post-details .tt-post-meta-wrap .tt-post-comment:focus svg {
			color: var(--secondary-color-hv-text);
		}

		.single-post .tt-post-details .tt-post-meta-wrap .tt-post-meta-wrap .tt-post-author:hover a,
		.single-post .tt-post-details .tt-post-meta-wrap .tt-post-author,
		.single-post .tt-post-details .tt-post-meta-wrap .tt-post-comment,
		.single-post .tt-post-details .tt-post-meta-wrap .tt-post-category a:hover,
		.single-post .tt-post-details .tt-post-meta-wrap .tt-post-category a:active,
		.single-post .tt-post-details .tt-post-meta-wrap .tt-post-category a:focus,
		.single-post .tt-post-details .tt-post-meta-wrap .tt-post-comment:hover,
		.single-post .tt-post-details .tt-post-meta-wrap .tt-post-comment:active,
		.single-post .tt-post-details .tt-post-meta-wrap .tt-post-comment:focus,
		.single-post .tt-post-details .tt-post-meta-wrap .tt-post-meta-wrap .tt-post-author:hover span,
		.single-post .tt-post-details .tt-post-meta-wrap .tt-post-meta-wrap .tt-post-author:active span,
		.single-post .tt-post-details .tt-post-meta-wrap .tt-post-meta-wrap .tt-post-author:focus span {
			transition: all 400ms ease-in-out 0s;
			-webkit-transition: all 400ms ease-in-out 0s;
			-moz-transition: all 400ms ease-in-out 0s;
			-o-transition: all 400ms ease-in-out 0s;
			-ms-transition: all 400ms ease-in-out 0s;
		}

		.home .tt-post-details .tt-post-content p {
			line-height: 30px;
		}

		.page-links {
			font-weight: 500;
		}

		.page-links a:hover {
			color: var(--primary-color-hv-text);
		}

		.tt-post-more a {
			font-size: 14px;
			font-weight: 400;
		}

		.blog .format-status,
		.blog .format-link,
		.blog .format-quote,
		.blog .format-chat,
		.blog .format-aside .tt-post-wrapper,
		.blog .format-video .tt-post-wrapper,
		.blog .format-audio .tt-post-wrapper,
		.blog .format-image .tt-post-wrapper,
		.blog .format-gallery .tt-post-wrapper,
		.blog .format-standard .tt-post-wrapper,
		.search .type-post .tt-post-wrapper,
		.archive .tt-post-wrapper,
		.search .page .tt-post-wrapper,
		.search .tt-portfolio .tt-post-wrapper {
			overflow: hidden;
			position: relative;
			border: 1px solid #e5e5e5;
		}

		.blog .format-standard.sticky .tt-post-wrapper {
			background: #f1ece8;
			border-left: 4px solid var(--secondary-bg-color);
		}

		.tt-post-details .tt-post-category,
		.tt-post-details .tt-post-author {
			margin-bottom: 2px;
		}

		.depth-5 .comment-body .comment-wrap .comment-meta a {
			font-size: 12px;
		}

		.wp-block-tag-cloud {
			margin: 0;
		}

		.wp-block-tag-cloud a.tag-cloud-link {
			border: 1px solid #e5e5e5;
			padding: 6px 10px;
			font-size: 14px !important;
			margin: 6px 4px;
		}

		/* ----------- End blog-list block  ------------------- */

		/* ------------ start widget block --------------- */
		.widget {
			display: flex;
			width: 100%;
			padding: 30px;
			flex-direction: column;
		}

		.widget select {
			height: 45px;
			padding: 10px;
			width: 100%;
			position: relative;
		}

		.widget select option::after {
			position: absolute;
			content: '\f078';
			font-family: 'Font Awesome 5 Free';
			font-weight: 600;
		}

		.wp-calendar-table tbody #today {
			font-weight: 700;
			background-color: var(--background-color);
			color: var(--primary-color-text);
		}

		#wp-calendar td,
		#wp-calendar th {
			padding: 10px 0;
			text-align: center;
		}

		.widget_calendar .calendar_wrap .wp-calendar-table {
			margin: 0;
		}

		.widget_calendar .calendar_wrap .wp-calendar-table caption {
			padding: 20px 0 15px;
		}

		.wp-block-search .wp-block-search__label {
			color: var(--secondary-color-text);
			font-size: 26px;
			font-family: var(--primary-font);
			font-weight: 500;
			margin: 0 0 10px;
		}

		.widget h2 {
			font-size: 26px;
		}

		.wp-block-search .wp-block-search__inside-wrapper {
			margin: 0 0 5px;
			position: relative;
		}

		.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover {
			transform: rotateY(180deg);
			-webkit-transform: rotateY(180deg);
			-moz-transform: rotateY(180deg);
			-o-transform: rotateY(180deg);
			-ms-transform: rotateY(180deg);
		}

		.search-form input[type=search],
		.widget.widget_search input[type=search],
		.wp-block-search input[type=search] {
			width: 100%;
			border: none;
			border: 1px solid #e5e5e5;
			height: 50px;
			line-height: 50px;
			background: transparent;
			color: #222;
			padding: 0 50px 0 20px;
		}

		.search-form .search_box input[type="search"] {
			font-size: 16px;
		}

		.widget-area .widget {
			margin: 0 0 30px;
			border: 1px solid #e5e5e5;
		}

		.widget-area .widget.woocommerce.widget_price_filter {
			margin: 0 0 45px;
		}

		.wp-block-latest-comments .wp-block-latest-comments__comment:last-child {
			margin: 0;
		}

		.wp-block-latest-comments {
			margin: 0;
		}

		.widget ul {
			list-style: none;
			margin-bottom: 0;
		}

		.widget ul li>ul {
			margin-left: 20px;
		}

		#post_sidebar .widget ul li,
		#post_sidebar .widget ol li,
		.single-post .tt-post-details ul.wp-block-archives-list li {
			padding: 0 0 15px;
			border-bottom: 1px solid var(--border-color);
			margin: 0 0 15px;
			display: flex;
			justify-content: space-between;
			flex-wrap: wrap;
			align-items: center;
		}

		.woocommerce-active #post_sidebar .widget ol li {
			border: none;
			padding: 0;
		}

		#post_sidebar .widget ol li footer {
			color: var(--body-text-color);
		}

		#post_sidebar .widget ol li footer.wp-block-latest-comments__comment-meta {
			line-height: 24px;
		}

		.widget.widget_layered_nav ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item {
			justify-content: start;
		}

		.widget.widget_layered_nav ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item .swatch-anchor {
			border-radius: 50%;
			-moz-border-radius: 50%;
			-webkit-border-radius: 50%;
			-khtml-border-radius: 50%;
			margin-right: 8px;
		}

		.widget.widget_layered_nav ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item img {
			margin-right: 4px;
		}

		.widget.widget_layered_nav ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item a {
			flex-grow: 1;
			display: flex;
		}

		.widget.widget_layered_nav ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item .count {
			background: #f5f5f5;
			height: 28px;
			width: 28px;
			line-height: 28px;
			font-size: 12px;
			border-radius: 50%;
			display: flex;
			justify-content: center;
			align-content: center;
		}

		#post_sidebar #monster-widget-placeholder-8 ul li {
			display: block;
		}

		#post_sidebar .widget ul li ul {
			width: 100%;
		}

		#post_sidebar .widget ul li:last-child,
		#post_sidebar .widget ol li:last-child,
		.single-post .tt-post-details ul.wp-block-archives-list li:last-child {
			padding-bottom: 0;
			border: none;
			margin-bottom: 0;
		}

		#post_sidebar .widget ul li ul li {
			padding: 15px 0 0;
			border: none;
			margin: 0;
		}

		#post_sidebar .widget ul li ul li a {
			position: relative;
		}

		#post_sidebar .widget ul li ul li a::before {
			position: absolute;
			content: "";
			height: 1px;
			width: 12px;
			background: #e5e5e5;
			left: -20px;
			top: 0;
			bottom: 0;
			margin: auto;
		}

		#post_sidebar .widget ul#recentcomments li a::before,
		#post_sidebar .widget_rss ul li a.rsswidget::before {
			display: none;
		}

		.widget ul#recentcomments li a,
		.widget_rss ul li a.rsswidget {
			padding: 0;
		}

		#post_sidebar .widget ul#recentcomments li .comment-author-link a.url {
			font-weight: 400;
		}

		.widget_rss ul li span.rss-date {
			margin: 10px 0;
			float: left;
			width: 100%;
		}

		.widget_rss ul li .rssSummary {
			margin: 0 0 10px;
			width: 100%;
		}

		.widget_search .search-form label {
			width: 100%;
		}

		.widget_search .search-form {
			position: relative;
		}

		.widget_search .search .search-close-btn {
			display: none;
		}

		/* --------------- End widget block  ---------------- */

		/* --------------- Start post comment ---------------- */
		.comment-list .comment-avtar {
			padding-right: 20px;
		}

		.comment-list .comment-avtar img {
			border-radius: 50%;
		}

		.comment-list li.comment {
			list-style: none;
			float: left;
			width: 100%;
		}

		.comment-list li.comment .comment-body {
			border-bottom: 1px solid var(--border-color);
			margin: 0 0 30px;
			padding: 30px;
		}

		.comment-list li.comment:last-child {
			border-bottom: none;
			margin-bottom: 0;
			padding-bottom: 0;
		}

		.comment-list li.comment .comment-body {
			position: relative;
		}

		.comment-list .comment-wrap .comment-meta-wrap {
			margin: 0 0 15px;
		}

		.comment-list .comment-wrap .comment-meta-wrap cite a {
			font-size: 16px;
			font-weight: 500;
			color: var(--color-text);
		}

		.comment-list .comment-wrap .comment-meta-wrap cite a:hover {
			color: #666;
		}

		.comment-list .comment-wrap .comment-meta .comment-edit-link {
			margin: 0 10px;
			color: var(--body-text-color);
		}

		.comment-list .comment-wrap .comment-meta .comment-edit-link:hover {
			color: var(--primary-color-hv-text);
		}

		.comment-meta a {
			line-height: 15px;
			font-size: 14px;
		}

		.comment-meta a svg {
			margin-right: 5px;
			transition: none;
		}

		.comment-meta .reply a {
			font-weight: 500;
			font-size: 15px;
		}

		.thread-even.depth-1.parent>#respond,
		.thread-even #respond,
		.thread-even #comments #respond,
		.thread-odd #comments #respond {
			padding: 30px 0;
		}

		.thread-odd.depth-1>#respond,
		.thread-even.depth-1>#respond {
			padding: 0;
		}

		#comments #respond .comment-reply-title small a {
			position: relative;
			font-size: 0;
			float: right;
			width: auto;
		}

		#comments #respond .comment-reply-title small a::after {
			position: absolute;
			content: "\f00d";
			font-family: 'Font Awesome 5 Free';
			font-size: 20px;
			line-height: 40px;
			top: 0;
			bottom: 0;
			margin: auto;
			left: auto;
			right: 0;
			font-weight: 600;
		}

		#comments .contact-form .logged-in-as {
			margin: 0;
		}

		#comments .comment-respond .comment-notes {
			margin: 0 0 20px;
		}

		.comment-notes #email-notes {
			color: #28282a;
			font-weight: 500;
		}

		#comments .contact-form .textarea,
		#comments .contact-form .comment-form-cookies-consent {
			float: left;
			width: 100%;
		}

		#comments .contact-form .section-field input,
		#comments .contact-form .section-field input[type="text"],
		#comments .contact-form .section-field input[type="email"],
		#comments .contact-form .section-field input[type="password"],
		#comments .contact-form .section-field textarea {
			padding: 15px;
			width: 100%;
		}

		input:focus-visible,
		input[type="text"]:focus-visible,
		input[type="email"]:focus-visible,
		input[type="password"]:focus-visible,
		textarea:focus-visible,
		select:focus-visible {
			border: 1px solid #aaa;
			outline: none;
		}

		#comments .contact-form .form-submit {
			float: left;
			width: 100%;
			margin: 0;
		}

		#comments #respond {
			float: left;
			width: 100%;
		}

		#comments .contact-form .comment-form-cookies-consent #wp-comment-cookies-consent {
			margin-right: 10px;
		}

		#comments .contact-form .comment-form-cookies-consent label,
		#comments .contact-form .comment-form-cookies-consent #wp-comment-cookies-consent {
			cursor: pointer;
		}

		#comments .no-comments {
			background: none;
		}

		ul.page-breadcrumb {
			list-style: none;
			padding: 0;
			margin: 0;
		}

		.comments-area ol.comment-list li.comment .comment-respond {
			margin-bottom: 30px;
		}

		.page-header .breadcrumbs #crumbs span.active {
			font: 400 15px/17px var(--primary-font);
		}

		.page-header .breadcrumbs #crumbs,
		.page-header .breadcrumbs #crumbs a {
			color: var(--bs-white);
		}

		#crumbs .active {
			position: relative;
			padding-left: 25px;
			margin-left: 20px;
		}

		#crumbs .active::after {
			position: absolute;
			content: '\f054';
			font-family: 'Font Awesome 5 Free';
			font-weight: 600;
			top: 0;
			bottom: 0;
			margin: auto;
			font-size: 10px;
			color: #ccc;
			left: 0;
			height: 15px;
		}

		#comments .comment-list {
			list-style: none;
		}

		#comments .comment-list,
		.comments-area .respond-form {
			float: left;
			width: 100%;
		}

		/* --------------- End post comment ---------------- */

		/* --------------- Start Breadcump --------------------*/
		.page-header.inner-header-opacity {
			margin: 0 0 50px;
			background: var(--primary-bg-color);
			position: relative;
			z-index: 2;
			float: left;
			width: 100%;
		}

		.side-toggle .page-header.inner-header-opacity {
			z-index: 1;
		}

		.page-header .hunting-page-title {
			min-height: 150px;
			padding: 30px 0;
			position: relative;
			z-index: 1;
		}

		.page-header .hunting-page-title .breadcrumb-title {
			margin: 0 0 20px;
		}

		.page-header.inner-header-opacity::after {
			background: rgba(0, 0, 0, 0.5);
			position: absolute;
			left: 0;
			right: 0;
			top: 0;
			bottom: 0;
			content: "";
			height: 100%;
			width: 100%;
		}

		.site .header-top ul li span {
			color: #fff;
			font-size: 13px;
			float: left;
			width: 100%;
			display: flex;
			align-items: center;
		}

		.site .header-top .header-top-center ul li span a {
			margin: 0 0 0 5px;
			border-bottom: 1px solid transparent;
		}

		.site .header-top .header-top-center ul li span a:hover {
			border-color: #fff;
			color: #fff;
		}

		.site .header-top ul li.header-top-clear span {
			display: flex;
			align-items: center;
		}

		.site .header-top ul li.header-top-clear span a,
		.site .header-top ul li.header-top-clear span {
			color: #ff5635;
		}

		.header-top .list-inline-item.header-top-tel {
			border-right: 1px solid #393939;
			padding-right: 10px;
		}

		/* --------------- End Breadcump --------------------*/

		/* --------------- Start Pagination block ---------------*/
		.pagination {
			float: left;
			width: 100%;
		}

		.pagination .page-numbers {
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
		}

		.pagination .page-numbers li {
			border: none;
			margin: 3px;
			display: inline-block;
			border-radius: 10px;
			overflow: hidden;
			border: 1px solid #cbcbcb;
		}

		.pagination .page-numbers li .current,
		.pagination .page-numbers li>a:hover,
		.pagination .page-numbers li>a:active,
		.pagination .page-numbers li>a:focus {
			background: var(--secondary-bg-color);
			border-color: var(--secondary-bg-color);
			color: var(--bs-white);
		}

		.pagination .page-numbers li>a span {
			transition: none;
			text-transform: capitalize;
		}

		.pagination .page-numbers li>a,
		.pagination .page-numbers li>span {

			padding: 0 15px;
			font-size: 14px;
			min-width: 42px;
			height: 42px;
			line-height: 42px;
			color: #28282a;
		}

		.pagination .page-numbers li>a.prev,
		.pagination .page-numbers li>a.next {
			position: relative;
		}

		.pagination .page-numbers li>a.prev::after,
		.pagination .page-numbers li>a.next::after {
			position: absolute;
			top: 0;
			bottom: 0;
			margin: auto;
			height: 40px;
			font-family: 'Font Awesome 5 Free';
			font-weight: 600;
		}

		.pagination .page-numbers li>a.next::after {
			content: "\f101";
		}

		.pagination .page-numbers li>a.prev::after {
			content: "\f100";
		}

		/* --------------- End Pagination block ---------------*/

		/* -------------- Start footer block --------------*/
		.widget-wrap,
		.site-info,
		#footer-top,
		.site-footer {
			float: left;
			width: 100%;
		}

		footer.footer-default .site-info .copyright {
			border-top: 1px solid rgb(255 255 255 / 10%);
		}

		footer .site-info .copyright a {
			display: flex;
			align-items: center;
			color: var(--bs-white);
			font-weight: 400;
			padding: 0 0 0 6px;
		}

		footer .site-info .copyright a:hover {
			opacity: 0.6;
		}

		footer .site-info .copyright:hover a {
			color: var(--bs-white);
		}

		footer .site-info .copyright {
			padding: 15px 0;
			display: flex;
			justify-content: center;
			align-items: center;
			width: 100%;
			position: relative;
		}

		footer .site-info .copyright::after {
			position: absolute;
			content: '';
			width: 100%;
			height: 1px;
			background-color: #000;
			left: 0;
			bottom: 0;
			top: 0;
			bottom: auto;
			margin: auto;
			opacity: 10%;
		}

		footer .widget {
			padding: 0;
			margin: 0;
		}

		footer .widget .description {
			margin: 0 0 15px;
			line-height: 26px;
		}

		footer .widget.widget_block p {
			margin: 0;
		}

		footer .widget .widget-title {
			font-size: 20px;
			font-weight: 400;
			margin: 0 0 25px;
			color: var(--colorFooterTitle);
			font: 500 18px/20px var(--primary-font);
			cursor: pointer;
		}

		footer .main-footer,
		footer .main-footer a {
			color: #666;

			font-size: 14px;

		}


		footer .main-footer .footer-desc {
			padding: 20px 0 0;
			line-height: 24px;
			font-weight: 400;
		}

		footer .main-footer a:hover {
			color: var(--primary-color-hv-text);
			letter-spacing: 0.5px;
		}

		footer .main-footer .tagcloud a:hover {
			color: #fff;
		}

		footer .main-footer .social-media a:hover {
			color: #fff;
			background-color: #7cb222;
		}

		footer .main-footer {
			padding: 50px 0 50px;
		}

		footer .widget_hunting_widget_contact_info ul li {
			display: flex;
			align-items: center;
		}

		footer .widget ul li {
			margin: 0 0 10px;
		}

		footer .widget ul li ul {
			margin-top: 10px;
		}

		footer .widget_hunting_widget_contact_info ul li svg {
			margin-right: 15px;
			transition: none;
		}

		footer .widget_block label {
			width: 100%;
		}

		footer .widget_block input[type="email"] {
			width: 100%;
			border: none;
			border-bottom: 1px solid var(--border-color);
			font-size: 14px;
			line-height: 20px;
			padding: 12px 130px 12px 12px;
		}

		footer .widget_block .input-form {
			position: relative;
		}

		footer .widget_block .newsletter-content {
			margin: 0 0 25px;
			font-style: italic;
			font-size: 13px;
		}

		footer .widget_block input[type="submit"] {
			position: absolute;
			top: auto;
			bottom: 5px;
			right: 0;
			left: auto;
			padding: 15px 30px;
			font-size: 14px;
		}

		footer .widget_block input[type="submit"]::after {
			content: '\f078';
			font-family: 'Font Awesome 5 Free';
			position: absolute;
			font-weight: 600;
			font-size: 10px;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
		}

		footer .widget.widget_block .widget-title {
			position: relative;
			padding-left: 25px;
		}

		footer .widget.widget_block .widget-title::after {
			content: '\f2b6';
			font-family: 'Font Awesome 5 Free';
			position: absolute;
			font-weight: 400;
			font-size: 15px;
			left: 0;
			right: auto;
			top: 0;
			bottom: 0;
			margin: auto;
			height: 20px;
		}

		footer .mc4wp-form-fields .newsletter-form {
			float: left;
			width: 100%;
			position: relative;
		}

		footer.footer-style-1 .widget-wrap .mc4wp-form-fields .news-title,
		footer.footer-style-1 .widget-wrap .mc4wp-form-fields .news-form,
		footer .mc4wp-form-fields,
		.widget-wrap .widget_block .footer-newsletter .news-title,
		.widget-wrap .widget_block .footer-newsletter .news-form {
			float: left;
			width: 100%;
			padding: 0;
		}

		footer .mc4wp-form-fields p {
			margin: 0;
		}

		footer .mc4wp-form-fields p label {
			font-size: 18px;
			font-family: var(--primary-font);
			color: var(--primary-color-text);
			font-weight: 500;
		}

		footer .mc4wp-form-fields p label input[type="email"] {
			font-size: 14px;
		}

		footer.footer-style-2 .footer-top,
		footer.footer-style-1 .footer-top {
			background: #f1ece8;
		}

		.footer-style-1 .footer-top .footer-newsletter .newsletter-content,
		.footer-style-2 .footer-top .footer-newsletter .newsletter-content {
			width: 80%;
			float: left;
		}

		footer .footer-top .footer-newsletter .newsletter-content {
			color: #777;
			font-size: 14px;
			line-height: 23px;
		}

		.footer-style-1 .footer-top .footer-newsletter .news-title,
		.footer-style-2 .footer-top .footer-newsletter .news-title {
			position: relative;
			padding: 0 0 0 75px;
		}

		.footer-style-1 .footer-top .footer-newsletter .widget-title,
		.footer-style-2 .footer-top .footer-newsletter .widget-title {
			font-size: 32px;
		}

		.footer-style-1 .footer-top .footer-newsletter .widget-title,
		.footer-style-2 .footer-top .footer-newsletter .widget-title {
			margin: 0 0 15px;
		}

		.footer-style-1 .footer-top .footer-newsletter .news-title::before,
		.footer-style-2 .footer-top .footer-newsletter .news-title::before {
			content: '\f2b6';
			position: absolute;
			font-family: 'Font Awesome 5 Free';
			font-weight: 500;
			left: 0;
			right: auto;
			top: 0;
			bottom: 0;
			margin: auto;
			font-size: 25px;
			color: #fff;
			background: #043969;
			height: 60px;
			width: 60px;
			line-height: 60px;
			border-radius: 50%;
			display: flex;
			justify-content: center;
			align-items: center;
		}

		.footer-style-1 .footer-newsletter .news-form .newsletter-form2 input[type="email"],
		.footer-style-2 .footer-newsletter .news-form .newsletter-form2 input[type="email"] {
			background: #fff;
			color: #222;
			height: 45px;
			width: 100%;
			border-radius: 10px;
			padding: 10px 132px 10px 15px;
		}

		.footer-style-1 .footer-newsletter .news-form .newsletter-form2 div,
		.footer-style-2 .footer-newsletter .news-form .newsletter-form2 div {
			position: absolute;
			width: 115px;
			height: 45px;
			left: auto;
			right: 0;
			margin: auto;
			top: 0;
			bottom: 0;
			overflow: hidden;
			justify-content: center;
			display: flex;
			align-items: center;
			font-size: 14px;
			font-family: var(--primary-font);
			color: #222;
			background: #f3ce00;
			font-weight: 400;
			border-radius: 5px;
		}

		.footer-style-2 .footer-bottom .footer-newsletter .news-form .newsletter-form2 div {
			background: #fce07d;
		}

		.footer-style-1 .footer-newsletter .news-form .newsletter-form2 div:hover,
		.footer-style-2 .footer-newsletter .news-form .newsletter-form2 div:hover {
			color: #fff;
		}

		.footer-style-1 .footer-newsletter .news-form .newsletter-form2 .btn-primary::after,
		.footer-style-2 .footer-newsletter .news-form .newsletter-form2 .btn-primary::after {
			background: #213d7a;
		}

		.footer-style-1 .footer-top .footer-newsletter .news-form .newsletter-form,
		.footer-style-2 .footer-top .footer-newsletter .news-form .newsletter-form {
			border-bottom: 1px solid #777;
			float: right;
			width: 90%;
		}

		.footer-style-1 .footer-newsletter .news-form .newsletter-form2 input[type="submit"],
		.footer-style-2 .footer-newsletter .news-form .newsletter-form2 input[type="submit"] {
			position: absolute;
			right: 0;
			left: auto;
			top: auto;
			bottom: 5px;
			padding: 18px 38px;
			font-size: 14px;
		}

		.footer-style-1 .footer-newsletter .news-form .newsletter-form2,
		.footer-style-2 .footer-newsletter .news-form .newsletter-form2 {
			position: relative;
		}

		footer.footer-style-1 .footer-top-row {
			align-items: center;
			padding: 0 12px;
		}

		.footer-style-2 .footer-bottom .footer-newsletter .news-form .newsletter-form2 .btn-primary::after {
			background: #222;
		}

		footer.footer-style-1 .footer-top-row .footer-top-content {
			display: flex;
			justify-content: center;
			background-color: #7cb222;
			border-radius: 20px;
		}

		footer .footer-newsletter .news-title .widget-title {
			color: #fff;
			font-size: 28px;
			position: relative;
			padding-left: 60px;
			margin: 0;
		}

		.footer-newsletter {
			display: flex;
			width: 100%;
			justify-content: center;
			align-items: center;
			height: 120px;
			padding: 0 150px;
		}

		footer .mc4wp-form-fields .footer-newsletter .news-title .widget-title::before {
			content: '\f2b6';
			position: absolute;
			left: 0;
			right: auto;
			top: 0;
			bottom: 0;
			margin: auto;
			font-family: 'Font Awesome 5 Free';
			font-weight: 600;
			font-size: 24px;
			height: 47px;
			width: 47px;
			border-radius: 50%;
			background: #ffff;
			display: flex;
			align-items: center;
			justify-content: center;
			color: #7cb222;
		}

		footer .newsletter-form div[type="submit"] {
			background: #fff;
			color: var(--body-text-color);
			position: absolute;
			right: 0;
			left: auto;
			bottom: 5px;
			top: auto;
			padding: 12px 26px;
			font-size: 13px;
		}

		footer .newsletter-form div[type="submit"]:hover {
			color: #fff;
		}

		footer .newsletter-form input[type="email"] {
			width: 100%;
			border: none;
			font-size: 13px;
			color: #fff;
			padding: 15px 20px;
			background: transparent;
			border-bottom: 1px solid #c4c4c4;
		}

		footer .newsletter-form input[type="email"]::placeholder {
			color: #fff;
			opacity: 1;
		}

		footer .newsletter-form input[type="email"]::-ms-input-placeholder {
			color: #fff;
		}

		footer .newsletter-form input[type="email"]::-ms-input-placeholder {
			color: #fff;
		}

		.footer-top-content>form {
			width: 100%;
			position: relative;
		}

		footer.footer-style-1 .footer-top-row .footer-top-columns {
			border-right: 1px solid #5c5c5c;
		}

		footer.footer-style-1 .footer-top-row .footer-top-columns:last-child {
			border: none;
			padding: 0;
		}

		footer.footer-style-2 .footer-top-section {
			background: var(--content-color1);
		}

		footer.footer-style-2 .footer-newsletter {
			display: flex;
			align-items: center;
			justify-content: space-between;
		}

		footer.footer-style-2 .footer-top-row {
			padding: 42px 10%;
		}

		footer.footer-style-2 .footer-newsletter .widget-title {
			margin: 0;
			font-size: 32px;
			padding-left: 56px;
			font-family: 'Staatliches', cursive;
		}

		footer.footer-style-2 .mc4wp-form-fields .footer-newsletter .news-title .widget-title::before {
			color: #4c6246;
		}

		footer .widget_block input[type="email"] {
			color: #000000;
		}

		footer.footer-style-2 .site-info .copyright::after {
			display: none;
		}

		footer.footer-style-2 .footer-newsletter .news-form input[type="email"] {
			border-color: rgba(255, 255, 255, 0.2);
			color: #fff;
		}


		.footer-2 {
			padding: 0 0 0 10%;
		}

		.footer-3 {
			padding: 0 0 0 80px;
		}


		ul.accepted-payment-methods {
			margin: 0;
		}

		/* social icon css */
		.social-media li a {
			width: 40px;
			height: 40px;
			display: flex;
			justify-content: center;
			align-items: center;
			border-radius: 50%;
			background-color: #ececec;
		}

		.footer-top-content .social-media li a {
			background: transparent;
		}

		ul.social-media {
			display: flex;
			list-style: none;
			margin: 0;
			flex-wrap: wrap;
		}

		.widget .wp-block-gallery.has-nested-images {
			flex-wrap: nowrap;
		}

		ul.social-media li {
			margin: 0;
			padding: 0 5px;
		}

		ul.social-media li svg {
			font-size: 15px;
			transition: none
		}

		ul.social-media li:last-child {
			padding-right: 0
		}

		ul.social-media li:first-child {
			padding-left: 0;
		}

		footer .copyright .copyright-left {
			color: #222;
			font-size: 13px;
		}

		/* ---------------- End Footer block ---------------*/

		/* --------------- Start Post Detail block -------------- */
		.single-post .tt-post-details a:not(.single-post #comments a):not(.wp-block-button a.wp-block-button__link):not(.wp-block-cover-text a):not(.wp-block-file .wp-block-file__button):not(.wp-block-archives-list a):not(.wp-calendar-nav .wp-calendar-nav-prev a):not(.wp-block-latest-comments__comment-meta a):not(.wp-block-latest-posts__list a):not(.wp-block-tag-cloud a):not(.wp-block-rss a):not(.page-links a):not(table tbody tr th a):not(blockquote cite a),
		.page .site-main a {
			color: var(--primary-color-text);
		}

		.page #comments a,
		.page-links a.post-page-numbers {
			color: var(--primary-color-text);
		}

		.page #comments a:hover,
		.page-links a.post-page-numbers:hover {
			color: var(--primary-color-hv-text);
		}

		.single-post .tt-post-details a:hover:not(.single-post #comments a:hover):not(.wp-block-button a.wp-block-button__link:hover):not(.wp-block-cover-text a:hover):not(.wp-block-file .wp-block-file__button:hover):not(.wp-block-archives-list a:hover):not(.wp-calendar-nav .wp-calendar-nav-prev a:hover):not(.wp-block-latest-comments__comment-meta a:hover):not(.wp-block-latest-posts__list a:hover):not(.wp-block-tag-cloud a:hover):not(.wp-block-rss a:hover):not(.page-links a:hover):not(table tbody tr th a:hover):not(blockquote cite a:hover) {
			color: var(--color-text);
		}

		blockquote cite {
			position: relative;
			padding-left: 25px;
		}

		.wp-block-quote.is-style-large cite {
			display: flex;
		}

		blockquote cite::before {
			position: absolute;
			content: "";
			height: 2px;
			width: 15px;
			background: #666;
			left: 0;
			right: auto;
			top: 0;
			bottom: 0;
			margin: auto;
		}

		.wp-block-code code {
			background: none;
		}

		.single-post ul li,
		dl dt {
			padding-bottom: 5px;
		}

		.single-post .tt-post-details .tt-post-content ul li.blocks-gallery-item {
			margin-bottom: 20px;
			padding-bottom: 0;
		}

		.single-post ul li ul li {
			padding-top: 5px;
		}

		.tt-post-content ol li,
		.comment-wrap .comment-details ol li,
		.comment-wrap .comment-details ul li,
		dl dt {
			padding: 0 0 5px;
		}

		.tt-post-content ol li:last-child,
		.comment-wrap .comment-details ol li:last-child,
		.comment-wrap .comment-details ul li:last-child,
		dl dt:last-child {
			padding: 0;
		}

		.tt-post-content ol li ol li,
		.comment-wrap .comment-details ul li ul li,
		.comment-wrap .comment-details ol li ol li {
			margin: 5px 0 0;
		}

		.tt-post-content ol li ol li:last-child,
		.comment-wrap .comment-details ul li ul li:last-child,
		.comment-wrap .comment-details ol li ol li:last-child {
			padding: 0;
		}

		.tt-post-content ol li ul li ol li {
			padding: 0;
		}

		.comment-wrap .comment-details ul,
		.comment-wrap .comment-details ol {
			margin-bottom: 20px;
		}

		.comment-wrap .comment-details ul ul,
		.comment-wrap .comment-details ol ol {
			margin-bottom: 0
		}

		.single-post .tag-sticky-2 .tt-post-details .tt-post-content ul li:last-child,
		.single-post .tt-post-details .tt-post-content {
			margin: 0;
		}

		.wp-block-image .aligncenter>figcaption,
		.wp-block-image .alignleft>figcaption,
		.wp-block-image .alignright>figcaption,
		.wp-block-image>figcaption {
			font-size: 15px;
			margin: 20px 0 0;
		}

		.wp-block-image .aligncenter>figcaption a,
		.wp-block-image .alignleft>figcaption a,
		.wp-block-image .alignright>figcaption a {
			font-weight: 500;
			color: var(--primary-color-text);
		}

		.aligncenter {
			clear: both;
			display: block;
			margin-left: auto;
			margin-right: auto;
			text-align: center;
		}

		.alignright {
			float: right;
			padding: 0 0 0 20px;
			clear: both;
		}

		.wp-caption .wp-caption-text {
			margin: 20px 0;
		}

		.wp-caption {
			max-width: 100%;
		}

		.wp-block-image .aligncenter>figcaption a:hover,
		.wp-block-image .alignleft>figcaption a:active,
		.wp-block-image .alignright>figcaption a:focus {
			color: var(--primary-color-hv-text);
		}

		.wp-block-button .wp-block-button__link:hover {
			background: var(--secondary-bg-color);
			color: #fff;
		}

		.wp-block-button.is-style-outline .wp-block-button__link:hover {
			background: none;
			border: 2px solid var(--secondary-bg-color);
			color: var(--secondary-bg-color);
		}

		.tt-post-content .wp-block-button {
			margin-bottom: 20px;
		}

		.wp-block-button.is-style-squared .wp-block-button__link {
			border-radius: 0;
		}

		.tt-post-details .tt-post-content .wp-block-cover .wp-block-cover-text {
			color: var(--bs-white);
			font-size: 30px;
			margin: 0;
		}

		.tt-post-details .tt-post-content .wp-block-cover {
			margin-bottom: 20px;
		}

		.tt-post-details .tt-post-content .wp-block-cover:last-child {
			margin-bottom: 0;
		}

		.tag-embeds-2 .wp-block-gallery {
			margin-bottom: 20px;
		}

		.single-post .tt-post-details .tt-post-content ul.blocks-gallery-grid {
			margin: 0 0 10px;
		}

		.single-post .tt-post-details .tt-post-content .is-cropped ul.blocks-gallery-grid {
			margin: 0;
		}

		.single-post .tt-post-details .tt-post-content .wp-block-gallery.columns-3 {
			margin-bottom: 20px;
		}

		.single-post .tt-post-details .tt-post-content .wp-block-gallery .blocks-gallery-caption em {
			font-weight: 500;
		}

		.single-post .tt-post-details .tt-post-content .wp-block-gallery .blocks-gallery-caption {
			text-align: center;
		}

		.tt-post-content ol,
		.single-post .tt-post-details .tt-post-content ul,
		.comment-wrap .comment-details ul,
		.comment-wrap .comment-details ol {
			margin-left: 25px;
		}

		.wp-block-video figcaption {
			margin-top: 20px;
		}

		.single-post .tt-post-details ul.wp-block-archives-list {
			list-style: none;
			margin-left: 0;
		}

		.tt-post-content .wp-block-columns .wp-block-column .wp-block-quote {
			background: var(--background-color);
			padding: 20px;
		}

		.single-post .tt-post-details .tt-post-content .wp-block-pullquote blockquote {
			background: none;
		}

		.wp-block-pullquote blockquote {
			background: var(--background-color) !important;
		}

		.wp-block-pullquote blockquote.has-very-dark-gray-color {
			border: none;
		}

		.wp-block-pullquote.has-cyan-bluish-gray-background-color blockquote p {
			margin: 0 0 20px;
		}

		.wp-block-embed figcaption {
			text-align: center;
		}

		.gallery .gallery-item {
			margin: 0;
			text-align: left;
			float: left;
			padding: 5px;
		}

		.gallery .gallery-item .gallery-caption {
			margin-top: 20px;
			text-align: left;
		}

		.gallery-columns-2 .gallery-item:nth-child(2n+1),
		.gallery-columns-3 .gallery-item:nth-child(3n+1),
		.gallery-columns-4 .gallery-item:nth-child(4n+1),
		.gallery-columns-5 .gallery-item:nth-child(5n+1),
		.gallery-columns-6 .gallery-item:nth-child(6n+1),
		.gallery-columns-7 .gallery-item:nth-child(7n+1),
		.gallery-columns-8 .gallery-item:nth-child(8n+1),
		.gallery-columns-9 .gallery-item:nth-child(9n+1) {
			clear: both;
		}

		.gallery {
			display: inline-block;
		}

		.gallery-columns-1 .gallery-item {
			width: 100%;
		}

		.gallery-columns-2 .gallery-item {
			width: 50%;
		}

		.gallery-columns-3 .gallery-item {
			width: 33.3333%;
		}

		.gallery-columns-4 .gallery-item {
			width: 25%;
		}

		.gallery-columns-5 .gallery-item {
			width: 20%;
		}

		.gallery-columns-6 .gallery-item {
			width: 16.6%;
		}

		.woocommerce-active.archive .products.columns-5 .quantity,
		.woocommerce-active.archive .products.columns-6 .quantity {
			display: none;
		}

		.woocommerce-active.archive .products.columns-5 .product .cart-wrap,
		.woocommerce-active.archive .products.columns-6 .product .cart-wrap {
			margin: 0;
		}

		.woocommerce-active.archive .products.columns-5 .product .product-button-wrap .btn-hv a,
		.woocommerce-active.archive .products.columns-6 .product .product-button-wrap .btn-hv a {
			height: 30px;
			width: 30px;
		}

		.woocommerce-active.archive .products.columns-5 .product .cart-wrap,
		.woocommerce-active.archive .products.columns-6 .product .cart-wrap {
			width: 150px;
			height: 30px;
		}

		.woocommerce-active.archive .products.columns-5 .product .product-button-wrap .product-button-hv,
		.woocommerce-active.archive .products.columns-6 .product .product-button-wrap .product-button-hv {
			width: 90px;
			height: 30px;
		}


		/* 		.columns-2 .product .product-button-wrap .product-button-hv {
			width: 29%;
		} */


		.gallery-columns-7 .gallery-item {
			width: 14.2%;
		}

		.gallery-columns-8 .gallery-item {
			width: 12.5%;
		}

		.gallery-columns-9 .gallery-item {
			width: 11.1%;
		}

		.single-post .tt-post-details .tt-post-content ul.wp-block-archives-list li a:hover::before {
			background: var(--primary-color-hv-text);
		}

		.wp-block-archives-dropdown select,
		.wp-block-categories-dropdown select {
			background: var(--background-color);
			width: 100%;
			height: 50px;
			border: none;
			padding: 10px 20px;
		}

		.single-post .tt-post-details .tt-post-content blockquote.twitter-tweet {
			border-left: 4px solid var(--secondary-color-text);
		}

		.single-post .tt-post-details .tt-post-content ul.wp-block-latest-posts {
			margin-left: 0;
		}

		.wp-block-calendar table {
			caption-side: top;
		}

		.wp-block-calendar table#wp-calendar caption {
			padding: 10px 20px;
			font-weight: 500;
			border: 1px solid #ededed;
		}

		.tt-post-details .wp-block-calendar nav.wp-calendar-nav {
			margin-bottom: 20px;
		}

		.wp-block-calendar tbody td,
		.wp-block-calendar th {
			padding: 5px;
		}

		.tt-post-content ol.wp-block-latest-comments {
			margin-bottom: 20px;
		}

		.single-post .tt-post-details .tt-post-content ul.wp-block-latest-posts li .wp-block-latest-posts__post-date {
			font-size: 13px;
		}

		.single-post .tt-post-details .tt-post-content .wp-block-group.has-background {
			padding: 20px;
			margin-bottom: 20px;
		}

		.wp-block-media-text.has-media-on-the-right {
			margin-bottom: 20px;
		}

		.page-links .post-page-numbers.current,
		.page-links a.post-page-numbers:hover,
		.page-links a.post-page-numbers:focus,
		.page-links a.post-page-numbers:active {
			background: var(--secondary-bg-color);
			color: var(--bs-white);
		}

		.page-links .post-page-numbers.current {
			padding: 6px 12px;
		}

		.page-links a.post-page-numbers {
			padding: 6px 12px;
			border: 1px solid var(--border-color);
		}

		.home .page-links a.post-page-numbers {
			border: none;
		}

		.home .tt-post-details .tt-post-content .page-links a.post-page-numbers {
			padding: 0;
		}

		.home .tt-post-details .tt-post-content .page-links a.post-page-numbers:hover {
			background: none;
			color: var(--primary-color-hv-text);
		}

		.page-links .post-page-numbers {
			margin: 0 3px;
		}

		.home .tt-post-details .tt-post-content .page-links a.post-page-numbers {
			margin: 0 5px;
		}

		.wp-block-image .alignleft {
			margin-right: 20px;
		}

		.wp-block-image .alignright {
			margin-left: 20px;
			float: right;
		}

		.wp-block-media-text.alignwide {
			margin-bottom: 20px;
		}

		.wp-block-preformatted {
			margin: 20px 0;
		}

		.wp-block-table td,
		.wp-block-table th {
			text-align: left;
		}

		.tt-post-content label div[type="password"] {
			height: 45px;
			margin-top: 10px;
			width: 100%;
			padding: 10px;
		}

		.post-password-form div[type="submit"] {
			float: none;
			display: inline-block;
			vertical-align: bottom;
		}

		ol.comment-list li.trackback,
		ol.comment-list li.pingback {
			padding-left: 5px;
			margin-bottom: 20px;
		}

		.wp-block-archives-dropdown {
			float: left;
			width: 100%;
		}

		.wp-block-archives-dropdown label {
			margin: 0 0 10px;
		}

		.select-wrap {
			margin: 0;
			position: relative;
			float: left;
			width: 100%;
			display: flex;
			align-items: center;
		}

		.select-wrap .dd-selected::before {
			content: "\f347";
			font-family: dashicons;
			font-weight: normal;
			display: inline-block;
			margin: 0;
			vertical-align: top;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
			transform: rotate(0);
			color: inherit;
			position: relative;
			background: transparent;
			height: auto;
			width: auto;
			right: auto;
			line-height: inherit;
			border: none;
			color: #fff;
			left: 57px;
			top: 2px;
			font-size: 13px;
		}

		.select-wrap .fa-angle-down {
			position: absolute;
			right: 20px;
			left: auto;
			top: 0;
			bottom: 0;
			margin: auto;
		}

		.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
			width: 50%;
			margin: auto;
		}

		/* --------------- End Post Detail block -------------- */

		/* --------------- Start header style -------------- */
		.header-top-content {
			text-align: center;
			padding: 10px 0;
			background: var(--secondary-bg-color);
			z-index: 9;
			position: relative;
		}

		.header-swiper .header-top-content {
			padding: 0;
			background: none;
		}

		.header-top-content>div {
			color: #fff;
			font-size: 14px;
			font-weight: 400;
		}

		.header_style {
			padding: 0 50px;
		}

		.header_style .site-branding {
			min-height: 100px;
			/* justify-content: space-between; */
		}

		.header_style .site-branding .site-logo img {
			max-width: 175px;
		}

		.header-logo a {
			display: block;
			overflow: hidden;
			justify-content: left;
			display: flex;
		}


		#post_content .tt-post-details .tt-post-title h2 a:hover {
			color: #043969;
		}

		.header-logo a img {
			max-width: 170px;
			height: auto;
		}

		#site-navigation {
			flex-basis: 0;
		}

		.site-header #site-navigation ul.nav-menu>li.menu-item {
			padding: 29px 0;
			cursor: pointer;
		}

		.site-header #site-navigation ul.nav-menu li.menu-item ul.sub-menu a::after {
			display: none;
		}

		.site-header .search-results ul li>a::after {
			display: none;
		}

		.site-header #site-navigation ul.nav-menu li.menu-item a {
			text-transform: capitalize;
			font-size: 16px;
			font-family: var(--primary-font);
			position: relative;
			padding: 5px 24px;
			font-weight: 500;
			color: #222;
		}

		.site-header #site-navigation ul.nav-menu li.menu-item.menu-item-has-children ul li>a::before {
			top: 5px;
		}

		.site-header #site-navigation ul.nav-menu li.menu-item.menu-item-has-children:hover>a::before,
		.site-header #site-navigation ul.sub-menu li.menu-item.menu-item-has-children:hover>a::before {
			-webkit-transform: rotate(-90deg);
			-moz-transform: rotate(-90deg);
			-o-transform: rotate(-90deg);
			-ms-transform: rotate(-90deg);
			transform: rotate(-90deg);
		}

		.site-header #site-navigation ul.sub-menu li.menu-item.menu-item-has-children:hover>a::before {
			top: 6px;
		}

		.site-header #site-navigation ul.nav-menu li.menu-item:hover a,
		.site-header #site-navigation ul.nav-menu li.menu-item:focus a,
		.site-header #site-navigation ul.nav-menu li.menu-item:active a {
			color: #28282a;
		}

		.site-header #site-navigation ul li ul li {
			padding: 6px 28px;
			text-align: left;
		}

		.site-header #site-navigation ul.nav-menu li.menu-item ul.sub-menu li.menu-item a {
			padding: 0;
			font-weight: 400;
			width: 100%;
			font-size: 15px;
			color: var(--body-text-color);
			font-family: var(--secondary-font);
		}

		.site-header #site-navigation ul.nav-menu li.menu-item ul.sub-menu li.menu-item>ul {
			left: 100%;
		}

		.site-header #site-navigation ul.nav-menu li.menu-item ul.sub-menu li.menu-item:hover>a {
			color: #111;
		}

		.site-header #site-navigation .menu-all-pages-flat-container ul.navbar-nav {
			flex-flow: row wrap;
			padding: 15px 0;
		}

		.site-header #site-navigation .menu-all-pages-flat-container ul.navbar-nav li.menu-item {
			padding: 10px 0;
		}

		#site-navigation .navbar-toggler {
			color: #28282a;
			border: none;
			font-size: 23px;
			padding: 0;
			box-shadow: none;
		}

		.mini-cart svg:hover,
		.head-hamburger-menu:hover svg {
			transform: rotateY(180deg);
			-webkit-transform: rotateY(180deg);
			-moz-transform: rotateY(180deg);
			-o-transform: rotateY(180deg);
			-ms-transform: rotateY(180deg);
		}

		.search-icon .top-search .search-fix .search .search-close-btn:hover svg {
			transform: rotate(180deg);
			-webkit-transform: rotate(180deg);
			-moz-transform: rotate(180deg);
			-o-transform: rotate(180deg);
			-ms-transform: rotate(180deg);
		}

		.mini-cart .woocommerce-mini-cart__buttons svg:hover {
			transform: none;
		}

		.navbar-hamburger span.hamburger-close::after {
			transition: all 400ms ease-in-out 0s;
			-webkit-transition: all 400ms ease-in-out 0s;
			-moz-transition: all 400ms ease-in-out 0s;
			-o-transition: all 400ms ease-in-out 0s;
			-ms-transition: all 400ms ease-in-out 0s;
		}

		.search-icon .top-search .search-fix .product-search-close svg,
		.search-icon .top-search {
			display: none;
		}

		.search-icon .top-search .search-fix {
			bottom: auto;
			background: #fff;
			z-index: 9;
			min-height: 250px;
			padding: 20px 0 0;
			transform: scaleY(0);
			-webkit-transform: scaleY(0);
			-moz-transform: scaleY(0);
			-o-transform: scaleY(0);
			-ms-transform: scaleY(0);
			visibility: hidden;
			transition: all .4s ease;
			-webkit-transition: all .4s ease;
			-moz-transition: all .4s ease;
			-o-transition: all .4s ease;
			-ms-transition: all .4s ease;
			transform-origin: center top 0;
			box-shadow: 0 15px 25px rgb(0 0 0 / 10%);
		}

		.search-icon .top-search.show .search-fix {
			transform: scaleY(1);
			-webkit-transform: scaleY(1);
			-moz-transform: scaleY(1);
			-o-transform: scaleY(1);
			-ms-transform: scaleY(1);
			visibility: visible;
			transition: all .4s ease;
			-webkit-transition: all .4s ease;
			-moz-transition: all .4s ease;
			-o-transition: all .4s ease;
			-ms-transition: all .4s ease;
			opacity: 1;
		}

		.search-icon .top-search .search-fix .search .search-close-btn {
			background: none;
			border: none;
			padding: 0;
			position: absolute;
			top: 25%;
			bottom: auto;
			right: 6%;
			left: auto;
		}

		.search-icon .top-search .search-fix .search .search-close-btn svg {
			font-size: 20px;
			transition: all 400ms ease-in-out 0s;
			-webkit-transition: all 400ms ease-in-out 0s;
			-moz-transition: all 400ms ease-in-out 0s;
			-o-transition: all 400ms ease-in-out 0s;
			-ms-transition: all 400ms ease-in-out 0s;
		}

		.search-icon .top-search .search-form {
			position: relative;
		}

		.search-icon .top-search .search-form .search-title {
			font-family: var(--primary-font);
			font-size: 18px;
		}

		.search-icon .top-search .search-form input[type="submit"] {
			background: none;
			color: #28282a;
			font-size: 0;
			position: absolute;
		}

		.search-icon .top-search .search-form input[type="submit"]::after {
			position: absolute;
			content: "\f002";
			font-family: 'Font Awesome 5 Free';
			font-weight: 600;
			font-size: 16px;
		}

		.search-icon .top-search .search-form input {
			border: none;
			border-bottom: 3px solid rgba(84, 84, 84, 0.1);
			font-size: 30px;
			font-family: var(--primary-font);
			padding-right: 60px;
			padding-left: 0;
			height: 80px;
		}

		.search-icon .top-search .search-form button[type=submit] {
			position: absolute;
			right: 20px;
			left: auto;
			top: auto;
			bottom: 12px;
			background: none;
		}

		.search-icon .top-search .search-form button[type=submit] .fa-search {
			font-size: 16px;
		}

		.search-icon .top-search .search-form button[type=submit]:hover .fa-search,
		.search-icon .top-search .search-fix .search .search-close-btn:hover .fa-times {
			color: var(--secondary-color-hv-text);
		}

		.right-header .mini-cart {
			margin-left: 20px;
		}

		.header-style-1 .right-header .mini-cart {
			margin-left: 0;
		}

		.right-header .mini-cart .dropdown-menu-mini-cart .cart-close>svg {
			cursor: pointer;
			display: none;
		}

		.right-header .mini-cart .dropdown-menu-mini-cart .woocommerce-mini-cart__buttons .wc-forward svg {
			display: none;
		}

		.right-header .mini-cart .dropdown-back {
			display: flex;
			position: relative;
			color: var(--color-text);
		}

		.side-toggle .right-header .mini-cart .dropdown-back svg {
			transform: none;
		}

		.right-header .mini-cart .dropdown-back .basket-item-count {
			position: absolute;
			right: auto;
			left: 22px;
			top: 2px;
			bottom: auto;
			margin: auto;
			height: 20px;
		}

		.right-header .mini-cart .dropdown-back .basket-item-count #mini-cart-count {
			background: var(--primary-bg-color);
			color: #fff;
			border-radius: 20px;
			font-size: 11px;
			height: 16px;
			width: 16px;
			text-align: center;
			float: none;
			display: inline-block;
			vertical-align: top;
			line-height: 17px;
		}

		.header-style-1 .right-header .mini-cart .dropdown-back .basket-item-count #mini-cart-count {
			background: #fff;
			color: #222;
		}

		.right-header .mini-cart .dropdown-back .fa-shopping-cart {
			font-size: 16px;
		}

		.right-header .menu .navbar-woocommerce ul {
			list-style: none;
		}

		input[type="search"]::-webkit-search-cancel-button {
			display: none;
		}

		.shopping_cart_top .cart-close svg {
			font-size: 16px;
		}

		.site-header .site-wrap .site-branding .logo,
		.site-header .site-wrap .site-branding p {
			margin: 0;
		}

		.site-header .site-wrap .site-branding {
			flex-direction: column;
			padding: 23px 0;
		}

		.search-icon .search-wrap {
			color: #444;
		}

		/* max mega menu css */
		#site-navigation #mega-menu-wrap-header-menu {
			background: none;
		}

		#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item>a.mega-menu-link,
		#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
		#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
			font-family: var(--primary-font);
			font-weight: 500 !important;
		}

		#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item>a.mega-menu-link .mega-indicator::after {
			font-size: 12px;
		}

		#mega-menu-wrap-header-menu #mega-menu-header-menu {
			padding: 0 0 0 70px;
		}

		body #site-navigation #mega-menu-wrap-header-menu ul li a {
			transition: all 400ms ease-in-out 0s;
			-webkit-transition: all 400ms ease-in-out 0s;
			-moz-transition: all 400ms ease-in-out 0s;
			-o-transition: all 400ms ease-in-out 0s;
			-ms-transition: all 400ms ease-in-out 0s;
		}

		body #site-navigation #mega-menu-wrap-header-menu ul li.widget_media_image a {
			overflow: hidden;
		}

		body #site-navigation #mega-menu-wrap-header-menu ul li.widget_media_image a:hover img,
		body #site-navigation #mega-menu-wrap-header-menu ul li.widget_media_image a img {
			transition: all 1s ease-in-out 0s;
			-webkit-transition: all 1s ease-in-out 0s;
			-moz-transition: all 1s ease-in-out 0s;
			-o-transition: all 1s ease-in-out 0s;
			-ms-transition: all 1s ease-in-out 0s;
		}

		body #site-navigation #mega-menu-wrap-header-menu ul li.widget_media_image a:hover img {
			transform: scale(1.1);
			-webkit-transform: scale(1.1);
			-moz-transform: scale(1.1);
			-o-transform: scale(1.1);
			-ms-transform: scale(1.1);
		}

		body #site-navigation #mega-menu-wrap-header-menu ul li a:hover {
			transition: all 400ms ease-in-out 0s;
			-webkit-transition: all 400ms ease-in-out 0s;
			-moz-transition: all 400ms ease-in-out 0s;
			-o-transition: all 400ms ease-in-out 0s;
			-ms-transition: all 400ms ease-in-out 0s;
		}

		body #site-navigation #mega-menu-wrap-header-menu ul li a::after {
			display: none;
		}

		#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column.mega-menu-category-content>ul.mega-sub-menu>li.mega-menu-item {
			padding-bottom: 0;
		}

		#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column.mega-menu-shop-content>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
			border-bottom: 1px solid #e5e5e5;
			margin: 0 0 10px;
			padding: 0 0 10px;
			text-transform: capitalize;
		}

		#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column.mega-menu-shop-content>ul.mega-sub-menu>li.mega-menu-item>.mega-sub-menu li {
			margin: 0 0 5px;
		}

		#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column.mega-menu-shop-content>ul.mega-sub-menu>li.mega-menu-item>.mega-sub-menu li:last-child {
			margin: 0;
		}

		/* header top slider */
		.header-swiper {
			background: #636b57;
			float: left;
			width: 100%;
			padding: 10px 30px;
		}

		.header-swiper .head-slide .swiper-wrapper {
			transition-timing-function: linear;
		}

		.header-swiper .head-slide .swiper-wrapper .header-top-swiper {
			margin: 0;
			font-family: var(--primary-font);
			font-size: 18px;
			color: #fff;
			position: relative;
			padding-right: 18%;
		}

		.header-swiper .head-slide .swiper-wrapper .header-top-content {
			position: relative;
		}

		.header-swiper .head-slide .swiper-wrapper .header-top-content::after {
			content: '';
			position: absolute;
			right: 15%;
			left: auto;
			top: 0;
			bottom: 0;
			margin: auto;
			height: 1px;
			width: 100px;
			background: #fff;
		}

		/*---header-style---*/
		.header_style.site-header #site-navigation ul.nav-menu li.menu-item a {
			font-size: 15px;
		}

		.header_style.site-header {
			display: flex;
			align-items: center;
			flex-direction: column;
			z-index: 9;
			position: relative;
			float: left;
			width: 100%;
			min-height: 100px;
		}

		.header-style-1.header_style.site-header {
			padding: 0 35px;
		}

		.header_style.site-header .site-wrap {
			padding: 0 30px;
			float: left;
			width: 100%;
		}

		.side-toggle .header-style-1.header_style.site-header,
		.show-user .header-style-1.header_style.site-header {
			background: #043969;
		}

		.header_style.site-header,
		.side-toggle .header_style.site-header,
		.show-user .header_style.site-header {
			transition: all 400ms ease-in-out 0s;
			-webkit-transition: all 400ms ease-in-out 0s;
			-moz-transition: all 400ms ease-in-out 0s;
			-o-transition: all 400ms ease-in-out 0s;
			-ms-transition: all 400ms ease-in-out 0s;
		}

		.header_style.site-header #site-navigation ul.nav-menu>li.menu-item {
			padding: 23px 0;
		}

		.header_style.site-header #site-navigation ul.nav-menu li.menu-item a {
			padding: 5px 18px;
			z-index: 0;
		}

		.header_style.site-header #site-navigation ul.nav-menu li.menu-item.menu-item-has-children>a {
			padding-right: 40px;
		}

		.header_style.site-header #site-navigation ul.nav-menu li.menu-item.menu-item-has-children>a::before {
			right: 20px;
		}

		.main-navigation #mega-menu-wrap-header-menu ul ul a {
			width: 100%;
		}

		#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item>a.mega-menu-link,
		#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item.mega-toggle-on>a.mega-menu-link {
			font-weight: 500 !important;
		}

		#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item>a.mega-menu-link {
			position: relative;
		}

		.main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu .mega-menu-link+ul.mega-sub-menu {
			box-shadow: 0 10px 30px rgb(0 0 0 / 8%);
		}

		.main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu ul li ul li .mega-menu-link+ul.mega-sub-menu {
			box-shadow: none;
		}

		#mega-menu-wrap-header-menu #mega-menu-header-menu a.mega-menu-link .mega-description-group .mega-menu-description {
			position: absolute;
			top: 5px;
			right: 0;
			left: auto;
			bottom: auto;
			background: #111;
			color: #fff;
			height: 20px;
			width: 35px;
			display: flex;
			justify-content: center;
			align-items: center;
			font-size: 10px;
			text-transform: uppercase;
			font-weight: 600;
			font-style: inherit;
			display: none;
		}

		header .humburger-icon-wrap .humburger-icon {
			position: relative;
			width: 24px;
			height: 2px;
			background: #222;
		}

		header .humburger-icon-wrap .humburger-icon::after,
		header .humburger-icon-wrap .humburger-icon::before {
			content: '';
			position: absolute;
			height: 2px;
			background: #222;
			right: 0;
			left: auto;
		}

		header .humburger-icon-wrap .humburger-icon::after {
			width: 14px;
			bottom: auto;
			top: 5px;
		}

		header .humburger-icon-wrap .humburger-icon::before {
			width: 19px;
			bottom: 5px;
			top: auto;
		}

		header .humburger-icon-wrap:hover .humburger-icon::after,
		header .humburger-icon-wrap:hover .humburger-icon::before,
		header .humburger-icon-wrap .humburger-icon::after,
		header .humburger-icon-wrap .humburger-icon::before {
			transition: all 400ms ease-in-out 0s;
			-webkit-transition: all 400ms ease-in-out 0s;
			-moz-transition: all 400ms ease-in-out 0s;
			-o-transition: all 400ms ease-in-out 0s;
			-ms-transition: all 400ms ease-in-out 0s;
		}

		header .humburger-icon-wrap:hover .humburger-icon::after,
		header .humburger-icon-wrap:hover .humburger-icon::before {
			width: 100%;
		}

		header .humburger-icon-wrap .humburger-title {
			margin: 0 0 0 8px;
			font-size: 14px;
			height: 19px;
			display: none;
		}

		header.header-style-1 .humburger-icon-wrap .humburger-title {
			display: block;
		}



		/*---header-style-1---*/
		.header-style-1 .right-header .mini-cart .dropdown-back {
			color: #fff;
		}

		.home .header_style.site-header.header-style-1 .site-branding,
		.home .header_style.site-header.header-style-1 {
			background: var(--secondary-bg-color);
		}

		.home .transparent.header_style.site-header {
			position: absolute;
			top: 0;
			bottom: auto;
			left: 0;
			right: 0;
			margin: auto;
			background: transparent;
		}

		.home.hamburger-side-toggle .transparent.header_style.site-header {
			background: #043969;
		}

		.header_style.site-header.header-style-1.transparent .site-branding {
			background: transparent;
		}

		.header_style.site-header.header-style-1.transparent.sticky .site-branding {
			background: #043969;
		}

		.side-toggle .header_style.site-header.header-style-1,
		.home.show-user .header_style.site-header.header-style-1,
		.header_style.site-header.header-style-1 {
			background: #043969;
		}

		.header_style.site-header.header-style-1 .site-branding {
			min-height: 85px;
			background: #043969;
		}


		header .right-header {
			display: flex;
			align-items: center;
			justify-content: end;
		}

		header.header-style-1 .header-logo {
			text-align: center;
			width: fit-content;
		}

		header.header-style-1 .humburger-icon-wrap {
			width: auto;
			height: auto;
		}

		header.header-style-1 .humburger-icon-wrap {
			color: #fff;
			text-transform: uppercase;
			display: flex;
			align-items: center;
		}

		header.header-style-1 .humburger-icon-wrap .humburger-icon,
		header.header-style-1 .humburger-icon-wrap .humburger-icon::after,
		header.header-style-1 .humburger-icon-wrap .humburger-icon::before {
			background: #fff;
		}


		.header-style-1.site-header .main-navigation ul.navbar-nav {
			padding-left: 25px;
		}

		.navbar-woocommerce .navbar-title:hover>svg,
		.search-icon .search-wrap:hover svg,
		.right-header .mini-cart:hover .dropdown-back svg {
			transform: rotateY(180deg);
			-webkit-transform: rotateY(180deg);
			-moz-transform: rotateY(180deg);
		}

		.right-header .mini-cart {
			margin-right: 22px;
			cursor: pointer;
		}

		.sticky {
			display: block;
		}

		.home header.site-header.header-style-1.sticky .site-branding,
		header.site-header.sticky .site-branding {
			position: fixed;
			left: 0;
			right: 0;
			top: 0;
			bottom: auto;
			animation: 1s ease 0s normal both 1 running fixedmenu;
			box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
			padding: 0 30px;
			height: 100px;
		}

		.home header.site-header.header-style-1.sticky .site-branding {
			background: #404040;
		}

		@-webkit-keyframes fixedmenu {
			0% {
				top: -100%;
			}

			100% {
				top: 0;
			}
		}

		@-moz-keyframes fixedmenu {
			0% {
				top: -100%;
			}

			100% {
				top: 0;
			}
		}

		@keyframes fixedmenu {
			0% {
				top: -100%;
			}

			100% {
				top: 0;
			}
		}

		.left-header .head-top-call a {
			font-size: 13px;
			position: relative;
			margin: 0 15px 0 0;
			color: var(--color-text);
			padding: 0 15px 0 0;
		}

		.left-header .head-top-call a:hover>svg {
			transform: rotateY(180deg);
			-webkit-transform: rotateY(180deg);
			-moz-transform: rotateY(180deg);
			-o-transform: rotateY(180deg);
			-ms-transform: rotateY(180deg);
		}

		.left-header .head-top-call a>svg {
			font-size: 12px;
		}

		.left-header .head-top-call a:last-child {
			margin: 0;
		}

		.left-header .head-top-call a::after {
			content: '';
			border-right: 1px solid rgba(0, 0, 0, 0.2);
			position: absolute;
			right: 0;
			left: auto;
			top: 0;
			bottom: 0;
			margin: auto;
			height: 18px;
			width: 1px;
		}

		.left-header .head-top-call a:last-child:after {
			content: none;
		}

		.left-header .head-top-call a span {
			margin: 0 0 0 8px;
		}

		/* ------------- End header style ------------------ */

		/* -------- start back to top ------------- */
		.section-back-to-top {
			background: var(--primary-bg-color);
			color: #fff;
			padding: 0;
			position: fixed;
			top: auto;
			bottom: 25px;
			right: 25px;
			left: auto;
			opacity: 0;
			visibility: hidden;
			margin-bottom: -20px;
			border: 2px solid #fff;
			height: 40px;
			width: 40px;
			display: flex;
			justify-content: center;
			align-items: center;
		}

		.section-back-to-top:hover {
			background: var(--primary-bg-hv-color);
			color: #fff;
		}

		.section-back-to-top.show {
			visibility: visible;
			opacity: 1;
			transform: translateY(0);
			margin-bottom: 0;
			z-index: 1;
		}

		.section-back-to-top.back-to-top-img,
		.section-back-to-top.back-to-top-img:hover {
			background: none;
			border: none;
		}

		@-webkit-keyframes border-transform {

			0%,
			100% {
				border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
			}

			14% {
				border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
			}

			28% {
				border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
			}

			42% {
				border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
			}

			56% {
				border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
			}

			70% {
				border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
			}

			84% {
				border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
			}
		}

		.back-to-top {
			position: fixed;
			right: 50px;
			bottom: 100px;
			height: 46px;
			width: 46px;
			cursor: pointer;
			display: block;
			border-radius: 50px;
			box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
			z-index: 8;
			opacity: 0;
			visibility: hidden;
			transform: translateY(15px);
			-webkit-transition: all 200ms linear;
			transition: all 200ms linear;
			background: #fff;
		}

		.back-to-top:hover::after {
			color: var(--secondary-color-hv-text);
		}

		.back-to-top.active-progress {
			opacity: 1;
			visibility: visible;
			transform: translateY(0);
		}

		.back-to-top::after {
			position: absolute;
			content: '\f062';
			font-family: 'Font Awesome 5 Free';
			font-weight: 600;
			text-align: center;
			line-height: 46px;
			font-size: 15px;
			left: 0;
			top: 0;
			height: 46px;
			width: 46px;
			cursor: pointer;
			display: block;
			z-index: 1;
			-webkit-transition: all 400ms linear;
			transition: all 400ms linear;
			color: #777;
		}

		.back-to-top svg path {
			fill: none;
		}

		.back-to-top svg.progress-circle path {
			stroke: #222;
			stroke-width: 4;
			box-sizing: border-box;
			-webkit-transition: all 200ms linear;
			transition: all 200ms linear;
		}

		/* -------- end back to top ------------- */

		/* ------------------- Start inner pages ------------------------ */
		#page #post_content .search-close-btn,
		#page .site-main .search-close-btn {
			display: none;
		}

		.no-results .tt-page-content .search-form {
			position: relative;
			width: 100%;
			margin: auto;
		}

		.no-results .tt-page-content .search-form label {
			display: block;
		}

		.no-results .tt-page-content>p {
			background: var(--background-color);
			padding: 20px;
			margin: 0 0 30px;
			text-align: center;
			font-size: 16px;
		}

		.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
			font-size: 0;
			padding: 10px 20px;
			right: 0;
			bottom: 0;
		}

		.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button::after {
			content: '\f002';
			font-family: 'Font Awesome 5 Free';
			font-weight: 600;
			font-size: 14px;
		}

		.tagcloud a {
			padding: 8px 15px;
			background: #f5f5f5;
			margin: 0 2px 6px 0;
			font-size: 15px !important;
			display: inline-block;
		}

		.tagcloud a:hover,
		.tagcloud a:active,
		.tagcloud a:focus {
			background: var(--primary-bg-color);
			color: var(--bs-white);
		}


		.post-excerpt ul li {
			margin-bottom: 5px;
		}

		.post-excerpt ol li {
			padding: 2px 0;
		}

		#review_form_wrapper {
			background: #f5f5f5;
			padding: 40px;
			margin: 0 0 40px;
			border-radius: 40px;
		}

		#review_form_wrapper .form-submit {
			margin: 0;
		}

		/* ------------------- End inner pages ------------------------ */

		/* ------------------- Start loader block ------------------------*/
		.site-loader {
			right: 0px;
			z-index: 999999;
			margin-top: 0px;
			top: 0px;
			left: 0px;
			bottom: 0px;
			height: 100%;
			width: 100%;
			position: fixed;
			background: #ffffff;
			overflow: hidden !important;
			background-repeat: no-repeat;
			background-position: center;
		}

		#loader-center {
			position: relative;
			width: 100%;
			height: 100%;
		}

		#loader-center img {
			text-align: center;
			left: 0;
			position: absolute;
			right: 0;
			top: 50%;
			bottom: 50%;
			z-index: 99;
			margin: auto;
		}

		/* ------------------- End loader block ------------------------*/

		/* ------------------ Start hamburger menu ------------------------*/
		.head-hamburger-menu {
			margin: 0 15px 0 0;
		}

		.head-hamburger-menu .humburger-icon-wrap {
			width: 24px;
			height: 20px;
			display: flex;
			align-items: center;
			justify-content: center;
		}

		.head-hamburger-menu svg {
			color: var(--primary-color-text);
			font-size: 16px;
		}

		.navbar-hamburger {
			width: 0;
			position: fixed;
			height: 100%;
			z-index: 999;
			left: 0;
			top: 0;
			background: var(--primary-bg-color);
			-webkit-background: var(--primary-bg-color);
			-moz-background: var(--primary-bg-color);
			-o-background: var(--primary-bg-color);
			background: var(--primary-bg-color);
			overflow-x: hidden;
			transition: 0.5s;
			scrollbar-width: thin;
		}

		.navbar-hamburger::-webkit-scrollbar-track {
			background-color: #d7d7d7;
		}

		.navbar-hamburger::-webkit-scrollbar-thumb {
			background-color: #a0a0a0;
		}

		.navbar-hamburger::-webkit-scrollbar {
			height: 2px;
		}

		.navbar-hamburger .navbar-hamburger-content,
		.navbar-hamburger .navbar-hamburger-container {
			float: left;
			width: 100%;
		}

		.navbar-hamburger .navbar-hamburger-container {
			margin: 0 0 50px;
		}

		.navbar-hamburger span.hamburger-close {
			position: absolute;
			height: 32px;
			width: 32px;
			display: inline-block;
			right: 20px;
			left: auto;
			top: 25px;
			bottom: auto;
		}

		.navbar-hamburger ul {
			list-style: none;
			float: left;
			width: 100%;
			padding: 70px 0 0;
		}

		.navbar-hamburger ul li ul {
			margin: 15px 0 0;
			display: none;
			padding: 0 0 0 10px;
		}

		.navbar-hamburger ul.hamburger-nav li a {
			font-family: var(--primary-font);
			text-transform: capitalize;
			position: relative;
			padding: 0 0 10px;
			color: #fff;
			font-size: 18px;
		}

		.navbar-hamburger ul.hamburger-nav li ul li a {
			font-weight: 400;
			font-size: 14px;
			font-family: var(--secondary-font);
			padding: 0 0 6px;
		}

		.navbar-hamburger ul.hamburger-nav li span {
			position: absolute;
			right: 25px;
			left: auto;
			top: 8px;
			bottom: auto;
			margin: auto;
		}

		.navbar-hamburger ul.hamburger-nav li ul li span {
			right: 0;
		}

		.navbar-hamburger ul.hamburger-nav li span::before {
			content: '\f078';
			font-family: 'Font Awesome 5 Free';
			font-weight: 600;
			font-size: 10px;
			background: transparent;
			padding: 10px;
			border-radius: 50%;
			color: #fff;
		}

		.navbar-hamburger ul.hamburger-nav li ul li span::before {
			padding: 8px;
			font-size: 8px;
		}

		.navbar-hamburger ul.hamburger-nav li.show>span::before,
		.navbar-hamburger ul.hamburger-nav li:hover>span::before {
			background: #f5f5f5;
			color: #222;
		}

		.navbar-hamburger ul.hamburger-nav li.show>span::before {
			content: '\f077';
		}

		.navbar-hamburger ul.hamburger-nav li {
			padding: 10px 28px 10px 30px;
			float: left;
			width: 100%;
			position: relative;
		}

		.navbar-hamburger ul.hamburger-nav li ul li:last-child {
			padding-bottom: 0;
		}

		.navbar-hamburger ul.hamburger-nav li ul li {
			padding: 6px 0;
		}

		.navbar-hamburger #mega-menu-wrap-hamburger-menu {
			float: left;
			position: absolute;
			height: 100%;
			width: 400px;
			background: #fff;
			right: auto;
			left: 0;
			top: 0;
			bottom: 0;
			overflow: auto;
			padding: 5% 30px 0;
			scrollbar-width: thin;
		}

		/* ------------------ End hamburger menu ------------------------*/

		/* ---------------- Start top header -------------------- */
		.header-top {
			background: #28282a;
			min-height: 42px;
			padding: 0 30px;
			align-items: center;
		}

		.header-top .header-top-center {
			text-align: center;
		}

		.header-top .header-top-right {
			text-align: right;
		}

		.header-top a {
			color: #fff;
			font-size: 13px;
		}

		.header-top a:hover {
			color: var(--primary-color-hv-text);
		}

		.header-top .list-inline-item a svg,
		.header-top .list-inline-item span svg {
			margin-right: 5px;
			transition: none;
		}

		.header-top .list-inline-item a {
			display: flex;
			align-items: center;
		}

		.header-top .top-button a {
			color: #ff5635;
			position: relative;
			padding-left: 18px;
		}

		.header-top .top-button a::before {
			position: absolute;
			content: '\f541';
			font-family: 'Font Awesome 5 Free';
			font-weight: 600;
			color: #ff5635;
			left: 0px;
			right: auto;
			top: 0;
			bottom: 0;
			margin: auto;
			height: 18px;
		}

		.header-top .top-button a:hover,
		.header-top .top-button a:hover::before {
			color: #fff;
		}

		.header-top ul {
			margin: 0;
			list-style: none;
			display: flex;
			align-items: center;
		}

		.header-top .header-top-center ul {
			justify-content: center;
		}

		.header-top .header-top-right ul {
			justify-content: end;
		}

		/*  ---------------- End top header -------------------- */

		/* --------------- Start woocommerce menu block -----------------*/
		.navbar-woocommerce #woocommerce-menu {
			display: none;
			list-style: none;
			position: absolute;
			top: 100%;
			background: #fff;
			width: 200px;
			padding: 10px 20px;
			border: 1px solid #e5e5e5;
			z-index: 3;
			right: 0;
			left: auto;
			border-radius: 0px 0px 5px 5px;
		}

		.navbar-woocommerce #woocommerce-menu li {
			padding: 2px 0;
			font-size: 14px;
		}

		.navbar-woocommerce {
			padding: 38px 20px;
			position: relative;
		}

		.navbar-woocommerce #woocommerce-menu a {
			color: #666;
		}

		.navbar-woocommerce #woocommerce-menu a:hover {
			color: #000;
		}

		/* --------------- End woocommerce menu block -----------------*/

		/* --------------- Start cart block ---------------------- */
		.right-header .mini-cart .dropdown-menu-mini-cart {
			top: 0;
			bottom: 0;
			position: fixed;
			padding: 30px;
			right: 0;
			left: 0;
			border-radius: 0;
			border: none;
			height: 100%;
			background: none;
			padding: 0;
			visibility: hidden;
			z-index: 999;
		}

		.side-toggle .right-header .mini-cart .dropdown-menu-mini-cart {
			visibility: visible;
		}

		.right-header .mini-cart .dropdown-menu-mini-cart .cart-slider {
			display: flex;
			flex-direction: column;
			float: left;
			position: fixed;
			height: 100%;
			width: 400px;
			background: #fff;
			right: 0;
			left: auto;
			top: 0;
			bottom: 0;
			overflow: auto;
			transition: all 500ms ease-in-out 0s;
			-webkit-transition: all 500ms ease-in-out 0s;
			-moz-transition: all 500ms ease-in-out 0s;
			-o-transition: all 500ms ease-in-out 0s;
			-ms-transition: all 500ms ease-in-out 0s;
			transform: translateX(100%);
			-webkit-transform: translateX(100%);
			-moz-transform: translateX(100%);
			-o-transform: translateX(100%);
			-ms-transform: translateX(100%);
			border-left: 1px solid var(--border-color);
		}

		.side-toggle .right-header .mini-cart .dropdown-menu-mini-cart .cart-slider {
			transform: translateX(0);
			-webkit-transform: translateX(0);
			-moz-transform: translateX(0);
			-o-transform: translateX(0);
			-ms-transform: translateX(0);
			transition: all 500ms ease-in-out 0s;
			-webkit-transition: all 500ms ease-in-out 0s;
			-moz-transition: all 500ms ease-in-out 0s;
			-o-transition: all 500ms ease-in-out 0s;
			-ms-transition: all 500ms ease-in-out 0s;
		}

		.right-header .mini-cart .dropdown-menu-mini-cart .shopping_cart_top {
			display: flex;
			justify-content: space-between;
			padding: 30px 20px;
			align-items: center;
		}

		.right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content {
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			display: flex;
			flex-direction: column;
		}

		.right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content .empty-cart {
			height: 80px;
			width: 80px;
			display: inline-flex;
			justify-content: center;
			align-items: end;
			border-radius: 50%;
			margin: 40px auto 20px;
			background: #f5f5f5;
			overflow: hidden;
		}

		.right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
			text-align: center;
		}

		.right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content_wrap {
			position: relative;
			flex: 1;
		}

		.right-header .mini-cart .dropdown-menu-mini-cart .shopping_cart_top .cart-title {
			font-family: var(--secondary-font);
			font-size: 20px;
			font-weight: 500;
			color: #222;
		}

		.right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content ul {
			list-style: none;
			flex: 1;
			max-height: 100%;
			overflow: hidden;
			overflow-y: auto;
			scrollbar-width: thin;
			padding: 0 20px;
		}

		.right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content ul::-webkit-scrollbar-track {
			background-color: #d7d7d7;
		}

		.right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content ul::-webkit-scrollbar-thumb {
			background-color: #a0a0a0;
		}

		.right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content ul::-webkit-scrollbar {
			width: 6px;
		}

		.right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content ul li {
			display: flex;
			margin: 0 0 25px;
			position: relative;
		}

		.right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content ul li .product-details {
			width: 70%;
			padding: 0 20px 0 15px;
			color: var(--body-text-color);
		}

		.right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content ul li .product-details .product_name {
			font-size: 15px;
			text-overflow: ellipsis;
			white-space: nowrap;
			overflow: hidden;
			margin: 0 0 5px;
			font-family: var(--primary-font);
			color: #555;
			transition: all 400ms ease-in-out 0s;
			-webkit-transition: all 400ms ease-in-out 0s;
			-moz-transition: all 400ms ease-in-out 0s;
			-o-transition: all 400ms ease-in-out 0s;
			-ms-transition: all 400ms ease-in-out 0s;
		}

		.right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content ul li .product-details .product_name:hover {
			color: var(--color-text);
			transition: all 400ms ease-in-out 0s;
			-webkit-transition: all 400ms ease-in-out 0s;
			-moz-transition: all 400ms ease-in-out 0s;
			-o-transition: all 400ms ease-in-out 0s;
			-ms-transition: all 400ms ease-in-out 0s;
		}

		.right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content ul li .product-details .product_attributes {
			margin: 0 0 6px;
		}

		.right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content ul li .product-details {
			font-size: 13px;
			text-align: left;
		}

		.right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content ul li .remove {
			position: absolute;
			right: 0;
			left: auto;
			top: 0;
			bottom: auto;
			font-size: 20px;
			line-height: 25px;
			color: var(--color-text);
			transition: all 400ms ease-in-out 0s;
			-webkit-transition: all 400ms ease-in-out 0s;
			-moz-transition: all 400ms ease-in-out 0s;
			-o-transition: all 400ms ease-in-out 0s;
			-ms-transition: all 400ms ease-in-out 0s;
		}

		.right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content ul li .remove:hover {
			color: #ff0000;
			transition: all 400ms ease-in-out 0s;
			-webkit-transition: all 400ms ease-in-out 0s;
			-moz-transition: all 400ms ease-in-out 0s;
			-o-transition: all 400ms ease-in-out 0s;
			-ms-transition: all 400ms ease-in-out 0s;
		}

		.right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content ul li .product-details .quantity .amount {
			font-weight: 600;
			font-size: 16px;
			color: var(--secondary-color-text);
		}

		.right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content ul li .product-details .remove {
			flex-grow: 1;
		}

		.widget_shopping_cart_content {
			float: left;
			width: 100%;
		}

		.right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content .total.woocommerce-mini-cart__total {
			display: flex;
			justify-content: space-between;
			font-size: 14px;
			margin: 0 0 15px;
		}

		.right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content .quantity .total {
			float: right;
			color: #111;
			padding: 2px 0;
		}

		.right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content .total strong {
			font-size: 18px;
			color: var(--price-color);
			font-weight: 500;
		}

		.right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content .total .amount,
		.right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content .quantity .total {
			font-weight: 600;
			font-size: 18px;
			color: var(--price-color);
		}

		.right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content .quantity .total {
			font-size: 16px;
		}

		.right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content .buttons {
			float: left;
			width: 100%;
			margin: 0;
			display: flex;
			flex-direction: column-reverse;
		}

		.right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content .buttons .button {
			color: var(--secondary-color-text);
			float: left;
			width: 100%;
			padding: 0;
			text-align: center;
			font-size: 16px;
			position: relative;
			z-index: 1;
			letter-spacing: 1px;
			transition: all 400ms ease-in-out 0s;
			-webkit-transition: all 400ms ease-in-out 0s;
			-moz-transition: all 400ms ease-in-out 0s;
			-o-transition: all 400ms ease-in-out 0s;
			-ms-transition: all 400ms ease-in-out 0s;
		}

		.right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content .buttons .button:hover {
			letter-spacing: 2px;
			transition: all 400ms ease-in-out 0s;
			-webkit-transition: all 400ms ease-in-out 0s;
			-moz-transition: all 400ms ease-in-out 0s;
			-o-transition: all 400ms ease-in-out 0s;
			-ms-transition: all 400ms ease-in-out 0s;
		}

		.right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content .buttons .button.checkout:hover {
			letter-spacing: 1px;
		}

		.right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content .buttons .button.checkout {
			color: #fff;
		}

		.right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content .buttons .checkout.button {
			padding: 12px 50px;
			margin: 0 0 15px;
			border-radius: 30px;
			overflow: hidden;
		}



		.right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content .buttons .button.checkout::before {
			content: '';
			background: var(--secondary-bg-hv-color);
			height: 100%;
			width: 0;
			position: absolute;
			transition: .3s cubic-bezier(.785, .135, .15, .86);
			-webkit-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-moz-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-o-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-ms-transition: .3s cubic-bezier(.785, .135, .15, .86);
			top: 0;
			left: auto;
			right: 0;
			z-index: -1;
		}

		.right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content .buttons .button.checkout::before {
			background: var(--secondary-bg-hv-color);
		}

		.right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content .buttons .button:hover::before {
			width: 100%;
			right: auto;
			left: 0;
		}

		.right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content .buttons .button.checkout {
			background: var(--secondary-bg-color);
		}

		.right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content ul li img {
			width: 100px;
		}

		.cart-slider .widget_shopping_cart_content .cart-button-wrap {
			float: left;
			width: auto;
			flex: 0 1 0%;
			background: #f5f5f5;
			padding: 20px;
		}

		.return-to-shop .btn.btn-secondary {
			color: #fff;
			padding: 10px 25px;
		}

		/* --------------- End cart block ---------------------- */

		/* --------------- Start blog block --------------- */
		.woocommerce-active.single-post .tt-post-wrapper {
			border: 1px solid #e5e5e5;
			padding: 30px;
		}

		.blog-style .tt-post-wrapper .tt-post-thumbnail a {
			float: none;
			display: block;
			overflow: hidden;
			border-radius: 30px;
		}

		.blog-style .tt-post-wrapper .tt-post-details {
			background: #fff;
			padding: 25px;
		}

		.blog-style .tt-post-details .tt-post-title a {
			color: var(--primary-color-text);
		}

		.blog-style .tt-post-details .tt-post-content {
			font-size: 14px;
			margin: 0 0 12px;
			color: #666;
			display: -webkit-box;
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical;
			overflow: hidden;
		}

		.blog-style .tt-post-details .tt-post-title h6 {
			margin: 0 0 12px;
			font-size: 16px;
			color: #222;
			text-overflow: ellipsis;
			overflow: hidden;
			font-weight: 500;
			display: -webkit-box;
			-webkit-line-clamp: 1;
			-webkit-box-orient: vertical;
			overflow: hidden;
		}

		.blog-style .tt-post-wrapper .tt-post-thumbnail {
			overflow: hidden;
		}

		.blog-style .tt-post-thumbnail .post-meta-wrap {
			top: auto;
			bottom: -41px;
			right: 0;
			left: 0;
			width: auto;
			margin: auto;
			display: flex;
			transition: all 500ms ease-in-out 0s;
			-webkit-transition: all 500ms ease-in-out 0s;
			-moz-transition: all 500ms ease-in-out 0s;
			-o-transition: all 500ms ease-in-out 0s;
			-ms-transition: all 500ms ease-in-out 0s;
			display: none;
		}

		.blog-style .tt-post-wrapper:hover .tt-post-thumbnail .post-meta-wrap {
			bottom: 0;
			transition: all 500ms ease-in-out 0s;
			-webkit-transition: all 500ms ease-in-out 0s;
			-moz-transition: all 500ms ease-in-out 0s;
			-o-transition: all 500ms ease-in-out 0s;
			-ms-transition: all 500ms ease-in-out 0s;
		}

		.blog-style .tt-post-details .tt-post-meta,
		.blog-style .tt-post-thumbnail .tt-post-meta {
			font-size: 14px;
			padding: 8px 16px;
			color: #666;
			width: auto;
			margin: auto;
		}

		.blog-style.blog-style-1 .tt-post-thumbnail .tt-post-meta {
			background: #fff;
		}

		.blog-style .tt-post-details .tt-post-meta {
			padding: 0;
			margin: 0 0 15px;
		}

		#page .blog-style .tt-post-title a {
			color: var(--secondary-color-text);
			font-size: 16px;
			font-weight: 700;
		}

		#page .blog-style .tt-post-title a:hover {
			color: var(--secondary-color-hv-text);
		}

		.blog-style .tt-post-more a {
			font-size: 14px;
			background: none;
			padding: 0 0 0 20px;
			font-weight: 400;
			color: #000;
		}

		.tt-post-more a::before {
			content: " ";
			position: absolute;
			left: 0;
			right: auto;
			top: 0;
			bottom: 0;
			margin: auto 0;
			background-color: #222;
			width: 16px;
			height: 1px;
			transition: all 400ms ease-in-out 0s;
			-webkit-transition: all 400ms ease-in-out 0s;
			-moz-transition: all 400ms ease-in-out 0s;
			-o-transition: all 400ms ease-in-out 0s;
			-ms-transition: all 400ms ease-in-out 0s;
		}

		.page .blog-style .tt-post-more a:hover {
			color: #043969;
		}

		.page .blog-style .tt-post-more .btn::after {
			display: none;
		}

		.blog-style .tt-post-thumbnail a {
			position: relative;
			float: left;
			width: 100%;
			overflow: hidden;
		}

		.blog-style .tt-post-wrapper div {
			float: left;
			width: 100%;
		}

		.blog-style .tt-post-wrapper:hover .tt-post-thumbnail .zoom-icon,
		.blog-style .tt-post-wrapper:hover .tt-post-thumbnail a::before {
			opacity: 1;
			-webkit-transition: all .4s ease-in-out 0s;
			-moz-transition: all .4s ease-in-out 0s;
			-ms-transition: all .4s ease-in-out 0s;
			-o-transition: all .4s ease-in-out 0s;
			transition: all .4s ease-in-out 0s;
			cursor: pointer;
		}

		.blog-style .tt-post-wrapper:hover .tt-post-thumbnail .zoom-icon {
			transform: scale(1, 1);
			-webkit-transform: scale(1, 1);
			-moz-transform: scale(1, 1);
			-o-transform: scale(1, 1);
		}

		.blog-style .tt-post-thumbnail .zoom-icon:hover {
			background: var(--secondary-bg-color);
			border-color: var(--secondary-bg-color);
		}

		.blog-style .tt-post-wrapper:hover .tt-post-thumbnail a img {
			transform: scale(1.1);
			-webkit-transform: scale(1.1);
			-moz-transform: scale(1.1);
			-o-transform: scale(1.1);
			-ms-transform: scale(1.1);
		}

		.blog-style .tt-post-wrapper:hover .tt-post-thumbnail a img,
		.blog-style .tt-post-wrapper .tt-post-thumbnail a img {
			transition: all 1.5s ease-in-out 0s;
			-webkit-transition: all 1.5s ease-in-out 0s;
			-moz-transition: all 1.5s ease-in-out 0s;
			-o-transition: all 1.5s ease-in-out 0s;
			-ms-transition: all 1.5s ease-in-out 0s;
		}

		.blog-style.blog-style-1 .tt-post-wrapper .tt-post-details {
			padding: 15px 0;
		}

		/* blog style 3 */
		.blog-style.blog-section .tt-post-wrapper.grid-item {
			margin-bottom: 30px;
		}

		/* ---------------end blog block --------------- */


		/* --------------- Start Product Categories ------------------- */
		.cat_desc {
			display: flex;
			flex-direction: column;
			/* align-items: center; */
			padding: 0;
		}

		.category-08 .cat_desc {
			padding: 0;
		}

		.cat_desc .cat_image {
			position: relative;
			overflow: hidden;
			/* 			width: 100%; */
		}

		.cat_desc .wpcat-content a {
			color: var(--primary-color-text);
			float: left;
			width: 30%;
		}

		.cat_desc .wpcat-content a:hover .cat_name {
			color: var(--primary-color-hv-text);
			transition: all 400ms ease-in-out 0s;
			-webkit-transition: all 400ms ease-in-out 0s;
			-moz-transition: all 400ms ease-in-out 0s;
			-o-transition: all 400ms ease-in-out 0s;
			-ms-transition: all 400ms ease-in-out 0s;
		}

		.cat_desc .wpcat-content {
			display: flex;
			float: left;
			width: 100%;
			justify-content: space-between;
			margin: 15px 0 0;
		}

		.category-item-02 .cat_desc .wpcat-content {
			width: auto;
			position: relative;
			padding: 0 10px;
		}

		.category-item-02 .cat_desc .wpcat-content a {
			text-align: center;
		}

		.category-item-02 .cat_desc .wpcat-content .cat_total_product {
			position: absolute;
			right: -15px;
			left: auto;
			top: 0;
			bottom: auto;
			font-size: 15px;
			font-style: italic;
			font-weight: 600;
		}

		.category-item-02 .cat_desc .wpcat-content .cat_total_product {
			color: var(--price-color);
		}

		.cat_desc .wpcat-content .cat_name {
			font-family: var(--primary-font);
			font-size: 30px;
			font-weight: 400;
			color: var(--primary-color-text);
			transition: all 400ms ease-in-out 0s;
			-webkit-transition: all 400ms ease-in-out 0s;
			-moz-transition: all 400ms ease-in-out 0s;
			-o-transition: all 400ms ease-in-out 0s;
			-ms-transition: all 400ms ease-in-out 0s;
			text-overflow: ellipsis;
			overflow: hidden;
			-webkit-line-clamp: 1;
			-webkit-box-orient: vertical;
			display: -webkit-box;
		}

		.cat_desc:hover .wpcat-content .cat_name {
			color: #7cb222;
		}

		.cat_desc .wpcat-content .cat_total_product {
			font-size: 16px;
			color: var(--color-text);
			margin: 0 0 10px;
		}

		.cat_desc:hover .cat_image img {
			transform: scale(1.1);
			-webkit-transform: scale(1.1);
			-moz-transform: scale(1.1);
			-o-transform: scale(1.1);
			-ms-transform: scale(1.1);
		}

		/* .cat_desc .cat_image img {
			width: 100%;
		} */

		.cat_desc .cat_image img,
		.cat_desc:hover .cat_image img {
			transition: all 1.5s ease-in-out 0s;
			-webkit-transition: all 1.5s ease-in-out 0s;
			-moz-transition: all 1.5s ease-in-out 0s;
			-o-transition: all 1.5s ease-in-out 0s;
			-ms-transition: all 1.5s ease-in-out 0s;
		}


		.category-list .owl-item.cloned.active {
			animation: 1800ms ease-in-out 0s normal none 1 running InUp;
			-webkit-animation: 1800ms ease-in-out 0s normal none 1 running InUp;
			-moz-animation: 1800ms ease-in-out 0s normal none 1 running InUp;
			-o-animation: 1800ms ease-in-out 0s normal none 1 running InUp;
		}


		/* category style 02 */
		.cat_desc .cat_image {
			display: flex;
			align-items: center;
			border: 2px solid #e3e3e3;
			float: left;
			/* 			width: 113px; */
			border-radius: 400px;
			padding: 0;
			/* 			height: 152px; */
			justify-content: center;
			margin: 0;
			align-items: center;
			padding: 42px 0;
		}

		.category .cat_desc {
			padding: 0 60px 0 0;
		}

		.category .elementor-widget:not(:last-child) {
			margin: 0;
		}

		.category .section-img {
			margin: 0 0 15px 0;
		}

		.category .swiper-wrapper {
			margin: 0 0 40px 0;
		}

		.cat_desc .wpcat-content {
			flex-direction: column;
		}

		.cat_desc .wpcat-content .cat_name {
			font-size: 18px;
			color: var(--color-text);
			padding: 0 0 5px 0;
		}

		.cat_desc .wpcat-content .cat_total_product {
			color: #666;
			font-size: 14px;
		}

		.category-sticky>.elementor-container {
			overflow: auto;
			position: relative;
			display: block;
		}

		.category-sticky .category-sticky-right {
			position: sticky;
			top: 0;
		}

		.wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
			border-radius: 10px !important;
		}

		.woocommerce-active.archive .list-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv .exists a {
			background: var(--primary-bg-hv-color);
		}

		/* category grid */
		.category-grid .swiper-wrapper {
			flex-wrap: wrap;
		}

		.category-grid .swiper-slide {
			width: 25%;
		}

		.category-grid .swiper-slide>a {
			padding: 0;
		}

		.category-grid.product-category .swiper-wrapper .swiper-slide .wpcat-content,
		.category-grid.product-category .swiper-wrapper .swiper-slide {
			margin: 0;
		}

		.category-grid.product-category .swiper-wrapper .swiper-slide .cat_total_product {
			display: none;
		}

		.category-grid.product-category .swiper-wrapper .swiper-slide .wpcat-content .cat_name {
			font-size: 20px;
			font-family: var(--primary-font);
		}

		.category-grid.product-category .swiper-wrapper .swiper-slide>a {
			position: relative;
		}

		.category-grid.product-category .swiper-wrapper .swiper-slide>a:hover {
			background: var(--primary-bg-color);
		}

		.category-grid.product-category .swiper-wrapper .swiper-slide>a:hover .cat_image {
			opacity: 0.6;
		}

		.category-grid.product-category .swiper-wrapper .swiper-slide>a,
		.category-grid.product-category .swiper-wrapper .swiper-slide>a:hover,
		.category-grid.product-category .swiper-wrapper .swiper-slide>a:hover .cat_image,
		.category-grid.product-category .swiper-wrapper .swiper-slide>a .cat_image {
			transition: all 800ms ease-in-out 0s;
			-webkit-transition: all 800ms ease-in-out 0s;
			-moz-transition: all 800ms ease-in-out 0s;
			-o-transition: all 800ms ease-in-out 0s;
			-ms-transition: all 800ms ease-in-out 0s;
		}

		.category-grid.product-category .swiper-wrapper .swiper-slide>a:hover .wpcat-content {
			bottom: 50px;
			transition: all 800ms ease-in-out 0s;
			-webkit-transition: all 800ms ease-in-out 0s;
			-moz-transition: all 800ms ease-in-out 0s;
			-o-transition: all 800ms ease-in-out 0s;
			-ms-transition: all 800ms ease-in-out 0s;
		}

		.category-grid.product-category .swiper-wrapper .swiper-slide>a .wpcat-content {
			position: absolute;
			bottom: 30px;
			top: auto;
			right: 0;
			left: 0;
			margin: auto;
			justify-content: center;
			transition: all 800ms ease-in-out 0s;
			-webkit-transition: all 800ms ease-in-out 0s;
			-moz-transition: all 800ms ease-in-out 0s;
			-o-transition: all 800ms ease-in-out 0s;
			-ms-transition: all 800ms ease-in-out 0s;
		}

		.category-grid.product-category .swiper-wrapper .swiper-slide>a .wpcat-content .cat_name {
			background: #fff;
			width: 250px;
			height: 50px;
			border-radius: 5px;
			display: flex;
			justify-content: center;
			align-items: center;
			position: relative;
			z-index: 1;
			overflow: hidden;
		}

		.category-grid.product-category .swiper-wrapper .swiper-slide>a .wpcat-content .cat_name::after {
			content: '';
			height: 100%;
			width: 0;
			position: absolute;
			transition: .3s cubic-bezier(.785, .135, .15, .86);
			-webkit-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-moz-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-o-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-ms-transition: .3s cubic-bezier(.785, .135, .15, .86);
			top: 0;
			left: auto;
			right: 0;
			background: var(--primary-bg-hv-color);
			z-index: -1;
		}

		.category-grid.product-category .swiper-wrapper .swiper-slide>a .wpcat-content .cat_name:hover:after {
			width: 100%;
			right: auto;
			left: 0;
		}

		.category-grid.product-category .swiper-wrapper .swiper-slide>a .wpcat-content .cat_name:hover {
			color: #fff;
		}

		.elementor-column.category {
			position: absolute;
			left: auto;
			right: 100px;
			top: 15%;
			bottom: 15%;
			margin: auto;
			height: auto;
			border-radius: 40px;
			-moz-border-radius: 40px;
			-webkit-border-radius: 40px;
			-khtml-border-radius: 40px;
			box-shadow: 0 0 6px rgb(0 0 0 / 5%);
		}


		.elementor-column.category .elementor-widget-wrap {
			border-radius: 40px;
			-moz-border-radius: 40px;
			-webkit-border-radius: 40px;
			-khtml-border-radius: 40px;
			box-shadow: 0 0 6px rgb(0 0 0 / 5%);
		}

		.category-feature_partten::after {
			background-image: url('../images/curve.png');
			z-index: 0;
			position: absolute;
			content: '';
			top: auto;
			bottom: 0;
			left: 0;
			width: 100%;
			right: 0;
			height: 140px;
			background-position-x: right;
			transform: rotateY(180deg);
		}

		.category-feature_partten::before {
			background-image: url('../images/curve.png');
			z-index: 1;
			position: absolute;
			content: '';
			top: 0;
			bottom: auto;
			left: 0;
			width: 100%;
			right: 0;
			height: 140px;
			transform: rotateX(180deg);
		}

		.category-feature_partten .tt-section-sab {
			color: #666;
			font: 400 16px/18px var(--secondary-font);
			margin: 0 0 5px;
			background-color: transparent;
			text-transform: capitalize;
			padding: 0;
		}

		/*-------------- End Product Categories ---------------*/

		/*---------------- start home product block -------------- */
		.section-title-09 .product-trending .title-wrap .product-title {
			width: 35%;
			text-align: center;
		}

		.product-trending .title-wrap .product-title {
			display: flex;
			flex-direction: column;
			justify-content: center;
		}

		.product-title .section-img {
			justify-content: center;
			display: flex;

		}

		.title-wrap {
			display: flex;
			align-items: center;
			justify-content: center;
			margin: 0 0 30px;
			flex-direction: column;
		}

		.special-space .title-wrap {
			margin: 0 0 15px;
		}

		.title-wrap .ui-tabs-nav {
			padding: 0;
			margin: 0;
			overflow-y: hidden;
			overflow-x: auto;
			flex-wrap: nowrap;
			justify-content: start;
		}

		.title-wrap .ui-tabs-nav li {
			flex: 0 0 auto;
		}

		#product-trending {
			float: left;
			width: 100%;
		}

		.home-morden section.product {
			margin: 0 0 30px;
		}

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

		.ui-tabs-nav {
			list-style: none;
			display: flex;
			flex-wrap: wrap;
			margin: 0;
		}

		.ui-tabs-nav .ui-tabs-tab {
			padding: 0 2px;
			margin: 0 0 8px;
		}

		.ui-tabs-nav .ui-tabs-tab a {
			color: #666;
			font-size: 16px;
			position: relative;
			padding: 0;
			letter-spacing: 1px;
			background-color: transparent;
			width: 150px;
			display: block;
			height: 40px;
			justify-content: center;
			display: flex;
			align-items: center;
			font-family: var(--secondary-font);
			border-radius: 50px;
			overflow: hidden;
			z-index: 0;
			font-weight: 500;
		}

		.ui-tabs-nav .ui-tabs-tab.ui-state-active a {
			color: #fff;
		}

		.ui-tabs-nav .ui-tabs-tab:hover a {
			color: #fff;
		}

		.ui-tabs-nav .ui-tabs-tab a::before {
			content: "";
			right: 0;
			left: auto;
			margin: auto;
			position: absolute;
			top: auto;
			bottom: 0;
			height: 100%;
			z-index: -1;
			-webkit-transition: all .4s ease-in-out 0s;
			-moz-transition: all .4s ease-in-out 0s;
			-ms-transition: all .4s ease-in-out 0s;
			-o-transition: all .4s ease-in-out 0s;
			transition: all .4s ease-in-out 0s;
			width: 0;
			background: var(--primary-bg-color);
		}

		.ui-tabs-nav .ui-tabs-tab a::before {
			background-color: #7cb222;
		}

		.ui-tabs-nav .ui-tabs-tab:hover a::before,
		.ui-tabs-nav .ui-tabs-tab.ui-state-active a::before {
			width: 100%;
			right: auto;
			left: 0;
		}

		h2.woocommerce-loop-product__title,
		.product-attribute-wrap {
			float: left;
			width: 100%;
			cursor: pointer;
		}

		.product .woocommerce-loop-product__title a {
			font-weight: 400;
			color: #555;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
			float: left;
			width: 100%;
		}

		.product .woocommerce-loop-product__title {
			font-size: 16px;
			line-height: 20px;
			font-family: var(--secondary-font);
			text-overflow: ellipsis;
			overflow: hidden;
			white-space: nowrap;
			margin: 10px 0 12px;
			font-weight: 400;
			color: #222;
			transition: all 400ms ease-in-out 0s;
			-webkit-transition: all 400ms ease-in-out 0s;
			-moz-transition: all 400ms ease-in-out 0s;
			-o-transition: all 400ms ease-in-out 0s;
			-ms-transition: all 400ms ease-in-out 0s;
		}

		.product .product-content-wrap:hover .woocommerce-loop-product__title {
			color: #7cb222;
			transition: all 400ms ease-in-out 0s;
			-webkit-transition: all 400ms ease-in-out 0s;
			-moz-transition: all 400ms ease-in-out 0s;
			-o-transition: all 400ms ease-in-out 0s;
			-ms-transition: all 400ms ease-in-out 0s;
		}

		.product .wrap-rate,
		.product .content-wrap .woocommerce-product-details__short-description {
			float: left;
			width: 100%;
		}

		.product .wrap-rate {
			display: flex;
			margin: 0 0 10px;
		}

		.product .content-wrap .woocommerce-product-details__short-description>p {
			color: #555;
			font-size: 14px;
			letter-spacing: 1px;
			margin: 0 0 12px;
			display: -webkit-box;
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical;
			overflow: hidden;
		}

		div.list_product_color {
			border-radius: 50%;
			height: 10px;
			width: 10px;
			margin-right: 5px;
			position: relative;
			transition: all 400ms ease-in-out 0s;
			-webkit-transition: all 400ms ease-in-out 0s;
			-moz-transition: all 400ms ease-in-out 0s;
			-o-transition: all 400ms ease-in-out 0s;
			-ms-transition: all 400ms ease-in-out 0s;
		}

		div.list_product_color:hover::after {
			content: '';
			position: absolute;
			height: 15px;
			width: 15px;
			border: 1px solid #666;
			left: -2px;
			right: 0;
			top: -2px;
			bottom: 0;
			border-radius: 50%;
			transition: all 400ms ease-in-out 0s;
			-webkit-transition: all 400ms ease-in-out 0s;
			-moz-transition: all 400ms ease-in-out 0s;
			-o-transition: all 400ms ease-in-out 0s;
			-ms-transition: all 400ms ease-in-out 0s;
		}

		div.list_product_color.select_variation::after {
			content: '';
			height: 15px;
			width: 15px;
			border: 1px solid #666;
			left: -2px;
			right: 0;
			top: -2px;
			bottom: 0;
			border-radius: 50%;
			position: absolute;
		}

		.single-product .entry-summary div.list_product_color.select_variation::after,
		.single-product .entry-summary div.list_product_color:hover::after {
			height: 36px;
			width: 36px;
			left: -3px;
			top: -3px;
		}

		div.list_product_size {
			border-bottom: 1px solid transparent;
			height: auto;
			width: auto;
			padding: 0 4px;
			margin: 0;
			transition: all 400ms ease-in-out 0s;
			-webkit-transition: all 400ms ease-in-out 0s;
			-moz-transition: all 400ms ease-in-out 0s;
			-o-transition: all 400ms ease-in-out 0s;
			-ms-transition: all 400ms ease-in-out 0s;
		}

		div.list_product_size:hover,
		.list_product_size.select_variation {
			color: var(--secondary-color-hv-text);
			transition: all 400ms ease-in-out 0s;
			-webkit-transition: all 400ms ease-in-out 0s;
			-moz-transition: all 400ms ease-in-out 0s;
			-o-transition: all 400ms ease-in-out 0s;
			-ms-transition: all 400ms ease-in-out 0s;
			border-bottom: 1px solid #28282a;
		}

		.item {
			float: left;
			width: 100%;
		}

		.product {
			list-style: none;
			float: left;
			width: 100%;
			overflow: hidden;
		}

		.single-product div.product {
			padding: 0;
		}

		.btn-hv .compare-button.product {
			width: auto !important;
		}

		.products {
			float: left;
			width: 100%;
		}

		.product a {
			color: var(--primary-color-text);
		}

		.products .product a:hover {
			color: #fff;
		}

		section.product .product-attribute-wrap {
			display: flex;
			align-items: center;
			margin: 0 0 5px;
			flex-wrap: wrap;
			position: absolute;
			top: auto;
			bottom: 15px;
			left: 20px;
			right: auto;
			margin: auto;
			-webkit-transition: all 0.5s ease-in-out 0s;
			-moz-transition: all 0.5s ease-in-out 0s;
			-ms-transition: all 0.5s ease-in-out 0s;
			-o-transition: all 0.5s ease-in-out 0s;
			transition: all 0.5s ease-in-out 0s;
			transform: translateX(-158px);
			-webkit-transform: translateX(-158px);
			-moz-transform: translateX(-158px);
			-o-transform: translateX(-158px);
			-ms-transform: translateX(-158px);
		}

		section.product:hover .product-attribute-wrap {
			-webkit-transition: all 0.3s ease-in-out 0s;
			-moz-transition: all 0.3s ease-in-out 0s;
			-ms-transition: all 0.3s ease-in-out 0s;
			-o-transition: all 0.3s ease-in-out 0s;
			transition: all 0.3s ease-in-out 0s;
			transform: translateX(0);
			-webkit-transform: translateX(0);
			-moz-transform: translateX(0);
			-o-transform: translateX(0);
			-ms-transform: translateX(0);
		}

		.product-attribute-wrap .list_color_attr {
			display: flex;
			align-items: center;
			padding: 0 0 0 2px;
		}

		.product-attribute-wrap .list_size_attr {
			color: #aaa;
			position: relative;
			padding-left: 13px;
			margin-left: 8px;
			text-transform: capitalize;
			font-size: 12px;
			font-weight: 500;
		}

		#yith-quick-view-modal .product-attribute-wrap .list_size_attr {
			padding-left: 22px;
			margin-left: 15px;
		}

		.product-attribute-wrap .list_size_attr::before {
			position: absolute;
			content: "";
			height: 14px;
			width: 1px;
			background: #cdc9c5;
			left: 0;
			right: auto;
			top: 0;
			bottom: 0;
			margin: auto;
		}

		#yith-quick-view-modal .product-attribute-wrap .list_size_attr::before {
			height: 20px;
		}

		.single-product-thumb-content .single-product-content .summary .product-attribute-wrap .list_size_attr::before,
		.single-product-thumb-content .single-product-detail .summary .product-attribute-wrap .list_size_attr::before {
			display: none;
		}

		.product .product-default-price {
			float: left;
			width: 100%;
		}

		.product .price {
			float: left;
			width: 100%;
			font-weight: 500;
			color: var(--price-color);
			font-size: 18px;
			display: flex;
			flex-direction: row-reverse;
			justify-content: start;
			align-items: start;
			margin: 0 0 12px;
			font-family: var(--primary-font);
			line-height: 22px;
		}

		.product .price .amount bdi,
		.product .price ins {
			text-decoration: none;
			font-weight: 600;
		}

		.product .price del {
			color: var(--body-text-color);
			margin: 0 0 0 10px;
			position: relative;
			text-decoration: unset;
		}

		.product .price del::before {
			content: '';
			position: absolute;
			width: 100%;
			left: 0;
			right: 0;
			height: 1px;
			top: 0;
			bottom: 0;
			margin: auto;
			background: var(--primary-bg-color);
		}

		.product .price del .amount bdi {
			font-weight: 500;
		}

		.product .price del::after {
			content: '';
			position: absolute;
			top: 0;
			bottom: 0;
			left: -23px;
			right: auto;
			width: 15px;
			height: 1px;
			background: #666;
			margin: auto;
			display: none;
		}

		.product .price del bdi {
			font-weight: 400;
			font-size: 14px;
		}

		.hunting-sale span {
			position: absolute;
			right: auto;
			left: 20px;
			top: 20px;
			bottom: auto;
			font-size: 13px;
			z-index: 1;
			color: #fff;
			background: var(--secondary-bg-color);
			padding: 2px 10px;
			font-weight: 500;
			border-radius: 5px;
		}

		.hunting-sale span.label {
			font-weight: 400;
		}

		.button.yith-wcqv-button:not(.product-button-wrap .quickview.btn-hv .button.yith-wcqv-button, .cart-quick-wrap .product-button-quickview .button.yith-wcqv-button) {
			display: none;
		}

		.cart-wrap .button.yith-wcqv-button:not(.product-button-wrap .quickview.btn-hv .button.yith-wcqv-button) {
			display: flex;
		}

		.product .thumbnail-wrap,
		.product .content-wrap,
		.product-content-wrap {
			position: relative;
			float: left;
		}

		.product-content-wrap,
		.product .content-wrap {
			width: 100%;
		}

		.product .content-wrap a {
			float: right;
			width: 100%;
		}

		.product .thumbnail-wrap {
			overflow: hidden;
			margin: 0;
			border-radius: 40px;
		}

		.product .thumbnail-wrap:hover .hover-img+.product-thumbnail-main {
			opacity: 0;
		}

		.product .thumbnail-wrap:hover .thumbnail-img {
			background: #f5f5f5;
		}

		.product .thumbnail-wrap a img.hover-img {
			position: absolute;
			top: 0;
			bottom: 0;
			left: -100%;
			right: auto;
			margin: 0 auto;
			opacity: 0;
			-moz-opacity: 0;
			-khtml-opacity: 0;
			-webkit-opacity: 0;
			visibility: hidden;
		}

		section.product:hover .thumbnail-wrap:hover a img.hover-img {
			left: 0;
			right: 0;
			opacity: 1;
			-moz-opacity: 1;
			-khtml-opacity: 1;
			-webkit-opacity: 1;
			visibility: visible;
		}

		.product .product-button {
			bottom: 0;
			top: auto;
		}

		.product .product-button {
			right: 0;
			left: auto;
		}

		section.product .product-button {
			left: 0;
			right: 0;
			font-size: 14px;
			color: var(--color-text);
			top: auto;
			bottom: 0;
			margin: 0;
			text-transform: uppercase;
			letter-spacing: 1px;
			display: flex;
			align-items: center;
			justify-content: center;
			z-index: 1;
			padding: 0;
			font-weight: 500;
			width: 100%;
			height: 100%;
			font-family: var(--secondary-font);
		}

		.blog_02 .blog-style .tt-post-wrapper .tt-post-details {
			background: transparent;
		}

		.short-view .product .list-content-wrap .list-cart-wrap .cart-button-list .product-button-wrap .btn-hv a::after,
		.product .product-button::after {
			content: '';
			height: 100%;
			width: 0;
			position: absolute;
			transition: .3s cubic-bezier(.785, .135, .15, .86);
			-webkit-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-moz-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-o-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-ms-transition: .3s cubic-bezier(.785, .135, .15, .86);
			top: 0;
			left: auto;
			right: 0;
			z-index: -1;
			background: #7cb222;
		}

		.short-view .product .list-content-wrap .list-cart-wrap .cart-button-list .product-button-wrap .btn-hv a:hover::after,
		.product .product-button:hover::after {
			width: 100%;
			right: auto;
			left: 0;
		}

		.short-view .product .list-content-wrap .list-cart-wrap .cart-button-list .product-button-wrap .btn-hv a:hover::before {
			color: #fff;
		}

		body section.product .product-button:hover::before,
		.product .product-button:hover {
			color: #fff;
		}

		.product .quantity {
			display: flex;
			align-items: center;
			background: #fff;
			padding: 0;
			justify-content: space-between;
			width: 28%;
			border: 2px solid #2222;
			border-radius: 5px;
		}

		.product .quantity input.qty {
			text-align: center;
			border: none;
			padding: 0;
			font-size: 14px;
			width: 20px;
			background: none;
		}

		.product .quantity .qty_button {
			background: none;
			border: none;
			padding: 0;
			font-size: 15px;
			/* height: 40px; */
			width: 30px;
			border-radius: none !important;
			height: 100%;
		}

		.product .quantity .qty_button:hover {
			background: #d9d9d9;
		}

		.product .product-button-wrap .btn-hv {
			position: relative;
			float: left;
			width: auto;
			display: flex;
			flex: 1;
			justify-content: center;
		}

		.product .product-button-wrap .btn-hv a {
			height: 50px;
			width: 50px;
			float: none;
			display: inline-block;
			overflow: hidden;
			vertical-align: top;
			cursor: pointer;
			position: relative;
		}

		.testimonial_01 .testimonial-section .swiper-wrapper .testimonial-wrap .testimonial-details p,
		.testimonial_01 .testimonial-wrap .testimonial-info-wrapper .testimonial-info .testimonial-designation {
			color: #222;
		}

		.product .product-button-wrap .btn-hv.wishlist a {
			position: relative;
			z-index: 1;
			opacity: 1;
		}

		.deal_of_the_day .product .product-button-wrap .btn-hv a:hover:before,
		.product-category .product .product-button-wrap .btn-hv a:hover:before {
			transform: none;
		}

		.product .product-button-wrap .btn-hv.wishlist .exists a {
			font-size: 0;
			position: relative;
			background: transparent;
		}

		.product-category .category-main .product .product-button-wrap .btn-hv.wishlist .exists a,
		.deal_of_the_day .product .product-button-wrap .btn-hv.wishlist .exists a {
			background: #fce07d;
		}

		.product .product-button-wrap .wishlist.btn-hv a svg {
			display: none;
		}

		.product .product-button-wrap .btn-hv a::after {
			content: '';
			position: absolute;
			top: 0;
			bottom: 0;
			margin: auto;
			right: auto;
			left: 0;
			height: 15px;
			width: 1px;
			background: #d8d8d8;
		}

		.product .product-button-wrap .btn-hv.wishlist a::after,
		.product .product-button-wrap .btn-hv a.single_add_to_wishlist::after {
			display: none;
		}

		.product .product-button-wrap .btn-hv a:hover:before {
			transform: rotateY(180deg);
		}

		.product-layout-default .thumbnail-wrap .product-button-wrap .btn-hv:hover::before {
			content: none;
			transition: all 700s ease-in-out 0s;
			-webkit-transition: all 700s ease-in-out 0s;
			-moz-transition: all 700s ease-in-out 0s;
			-o-transition: all 700s ease-in-out 0s;
			-ms-transition: all 700s ease-in-out 0s;
		}

		.list-view .product .cart-button-list .product-button-wrap .btn-hv::after {
			content: '';
			height: 100%;
			width: 0;
			position: absolute;
			transition: .3s cubic-bezier(.785, .135, .15, .86);
			-webkit-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-moz-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-o-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-ms-transition: .3s cubic-bezier(.785, .135, .15, .86);
			top: 0;
			left: auto;
			right: 0;
			display: block;
		}

		.list-view .product .cart-button-list .product-button-wrap .btn-hv::after {
			z-index: 0;
			background: var(--primary-bg-hv-color);
		}

		.list-view .product .cart-button-list .product-button-wrap .btn-hv:hover::after {
			width: 100%;
			right: auto;
			left: 0;
		}

		.product .entry-summary .product-button-wrap .btn-hv:hover::after {
			width: 0;
		}

		.list-view .product .cart-button-list .product-button-wrap .btn-hv:hover a::before,
		.list-view .product .cart-button-list .product-button-wrap .btn-hv:active a::before,
		.product-layout-default .product .product-button-wrap .btn-hv:active a::before,
		.list-view .product .cart-button-list .product-button-wrap .btn-hv:focus a::before,
		.product-layout-default .product .product-button-wrap .btn-hv:focus a::before {
			color: #fff;
			z-index: 1;
		}

		.product-layout-default .product .thumbnail-wrap .product-button-wrap .btn-hv:first-child::before {
			display: none;
		}

		.product .product-button-wrap .btn-hv a::before {
			display: flex;
			justify-content: center;
			align-items: center;
			width: 100%;
			position: absolute;
			font-family: 'Font Awesome 5 Free';
			top: 0;
			bottom: 0;
			font-size: 13px;
			left: 0;
			right: 0;
			color: var(--color-text);
		}

		.product .product-button-wrap .wishlist a::before {
			content: '\f004';
		}



		.product .product-button-wrap .btn-hv.wishlist .feedback {
			display: none;
		}

		.product .product-button-wrap .btn-hv .exists a::before {
			font-weight: 600;
			color: #222;
			background: transparent;
		}

		.product .product-button-wrap .quickview a::before {
			content: '\f06e';
		}

		.product .product-button-wrap .compare a::before {
			content: '\f24d';
		}

		.product .product-button-wrap .wishlist .add_to_wishlist span:not(.single-product .product .entry-summary .product-button-wrap .wishlist .add_to_wishlist span) {
			display: none;
		}

		.product .product-button-wrap .quickview a.button,
		.product .product-button-wrap .compare a.compare:not(.single-product .product .entry-summary .product-button-wrap .compare a.compare) {
			font-size: 0;
		}

		.product-layout-default .product .content-wrap {
			text-align: start;
			padding: 15px 0 0 0px;
		}

		.product-layout-default .products.columns-6 .product .quantity input.qty {
			width: 30px;
		}

		.product-layout-default .products.columns-6 .product .quantity .qty_button {
			height: 35px;
			width: 15px;
		}

		.product .product-button-wrap {
			position: absolute;
			bottom: 0;
			left: auto;
			right: 0;
			top: auto;
			margin: auto;
			width: auto;
			-webkit-transition: all 0.3s ease-in-out 0s;
			-moz-transition: all 0.3s ease-in-out 0s;
			-ms-transition: all 0.3s ease-in-out 0s;
			-o-transition: all 0.3s ease-in-out 0s;
			transition: all 0.3s ease-in-out 0s;

		}

		.product-trending .thumbnail-wrap .product-attribute-wrap {
			float: right;
			width: auto;
		}

		.product .product-button-wrap .product-button-hv {
			display: flex;
			justify-content: center;
			align-items: center;
			float: right;
			width: auto;
			height: 50px;
			background-color: #fff;
			transform: translateX(158px);
			-webkit-transform: translateX(158px);
			-moz-transform: translateX(158px);
			-o-transform: translateX(158px);
			-ms-transform: translateX(158px);
			background: var(--color-body);
			transition: all 400ms ease-in-out 0s;
			-webkit-transition: all 400ms ease-in-out 0s;
			-moz-transition: all 400ms ease-in-out 0s;
			-o-transition: all 400ms ease-in-out 0s;
			-ms-transition: all 400ms ease-in-out 0s;
			background: #fff;
			opacity: 0;
		}

		section.product:hover .product-button-hv {
			transform: translateX(0);
			-webkit-transform: translateX(0);
			-moz-transform: translateX(0);
			-o-transform: translateX(0);
			-ms-transform: translateX(0);
			opacity: 1;
		}



		/*rating*/
		.product .wrap-rate .star-rating {
			font-size: 12px;
			width: 76px;
			letter-spacing: 2px;
		}

		.product .wrap-rate .star-rating::before {
			position: absolute;
			content: '\f005\f005\f005\f005\f005';
			font-family: 'Font Awesome 5 Free';
			font-weight: 400;
			opacity: 1;
			color: #ffae00;
		}

		.product .star-rating span::before {
			content: '\f005\f005\f005\f005\f005';
			font-family: 'Font Awesome 5 Free';
			font-weight: 600;
			color: #ffae00;
		}

		/*coundown*/
		.thumbnail-wrap .timer {
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			display: flex;
			align-items: center;
			justify-content: center;
			background: #fff;
			height: 40px;
			margin: auto;
			border-radius: 0;
			color: #222;
			box-shadow: -2px 0px 73px 1px #2222;
		}

		.thumbnail-wrap .timer p.saleend {
			margin: 0;
			font-size: 13px;
			color: #222;
			font-weight: 500;
			letter-spacing: 3px;
		}

		.thumbnail-wrap .timer svg {
			color: #222;
			font-size: 14px;
			margin-right: 10px;
		}

		/* out of stock */
		.outofstock .thumbnail-wrap .out-of-stock {
			position: absolute;
			top: 0;
			bottom: 0;
			right: 0;
			left: 0;
			margin: auto;
			display: flex;
			align-items: center;
			justify-content: center;
			height: 100px;
			width: 100px;
			background: var(--primary-bg-color);
			color: #fff;
			opacity: 0.8;
			-moz-opacity: 0.8;
			-khtml-opacity: 0.8;
			-webkit-opacity: 0.8;
			border-radius: 50%;
			-moz-border-radius: 50%;
			-webkit-border-radius: 50%;
			-khtml-border-radius: 50%;
		}

		.product.outofstock .thumbnail-wrap a.thumbnail-img {
			opacity: 0.7;
			-moz-opacity: 0.7;
			-khtml-opacity: 0.7;
			-webkit-opacity: 0.7;
			filter: grayscale(1);
			float: left;
			width: 100%;
		}

		.product.outofstock .up-sells.upsells .thumbnail-wrap a.thumbnail-img,
		.product.outofstock .related.products .thumbnail-wrap a.thumbnail-img {
			opacity: 1;
			filter: none;
		}

		.product.outofstock .product-content-wrap .content-wrap {
			min-height: 50px;
		}

		.woocommerce-info {
			background: none;
			font-size: 15px;
			padding: 10px 15px;
			color: #fff;
		}

		.woocommerce-cart .empty-cart-page {
			display: flex;
			justify-content: center;
			align-items: center;
			flex-direction: column;
			float: left;
			width: 100%;
		}

		.woocommerce-cart .empty-cart-page .empty-cart {
			height: 80px;
			width: 80px;
			display: inline-flex;
			justify-content: center;
			align-items: end;
			border-radius: 50%;
			margin: 20px auto 30px;
			background: var(--background-color);
			overflow: hidden;
		}

		.woocommerce-cart .empty-cart-page p {
			font-size: 18px;
			color: var(--secondary-color-text);
			font-weight: 500;
			margin: 0 0 20px;
		}

		.return-to-shop {
			text-align: center;
			margin: 0;
			float: left;
			width: 100%;
		}

		.product .thumbnail-wrap a.thumbnail-img {
			float: left;
			width: 100%;
			border-radius: 10px;
			overflow: hidden;
		}

		.added_to_cart.wc-forward {
			display: none;
		}

		.product-layout-default .products .quantity {
			right: 0;
			left: auto;
			border: 1px solid #e5e5e5;
		}

		.outofstock .thumbnail-wrap .timer {
			top: auto;
			bottom: 50px;
		}

		.outofstock.product .product-button-wrap .btn-hv.wishlist::before {
			display: none;
		}

		.special-product-tab .title-wrap>.ui-tabs-nav {
			display: none;
		}

		.woocommerce-active.archive.product-layout-default .products.columns-6 .product .content-wrap span.price,
		.woocommerce-active.archive.product-layout-default .products.columns-5 .product .content-wrap span.price {
			font-size: 14px;
			margin: 0 0 8px;
		}

		.woocommerce-active.archive.product-layout-default .products.columns-6 .product .product-button-wrap .btn-hv a::before,
		.woocommerce-active.archive.product-layout-default .products.columns-5 .product .product-button-wrap .btn-hv a::before {
			font-size: 10px;
		}

		.wishlist .yith-wcwl-add-to-wishlist {
			margin: 0;
		}

		.btn-hv .compare-button.product,
		.wishlist .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
			display: flex;
		}

		.products .product .quantity .qty_button:hover {
			background: #e5e5e5;
		}

		.products .product .quantity .qty_button,
		.products .product .quantity .qty_button:hover {
			transition: all 400ms ease-in-out 0s;
			-webkit-transition: all 400ms ease-in-out 0s;
			-moz-transition: all 400ms ease-in-out 0s;
			-o-transition: all 400ms ease-in-out 0s;
			-ms-transition: all 400ms ease-in-out 0s;
		}

		.woocommerce-active.archive .products.columns-6 .content-wrap .woocommerce-product-details__short-description p {
			font-size: 12px;
			margin: 0 0 8px;
		}

		.woocommerce-active.archive .products.columns-6 .product .content-wrap .woocommerce-loop-product__title {
			margin: 0 0 5px;
			font-size: 15px;
		}

		.woocommerce-active.archive .products.columns-5 .product .content-wrap .woocommerce-loop-product__title {
			font-size: 17px;
			line-height: 22px;
		}

		/*---------------- end home product block -------------- */

		.product_loadmore {
			float: left;
			width: 100%;
			text-align: center;
			margin: 0 0 20px;
			color: var(--primary-color-text);
		}

		.product_loadmore .shop-loadmore {
			float: none;
			display: inline-block;
			vertical-align: top;
			border: 1px solid #111;
			cursor: pointer;
			padding: 8px 25px;
			font-family: var(--primary-font);
			font-size: 15px;
			color: #28282a;
			position: relative;
			background: none;
		}

		.product_loadmore .shop-loadmore:hover {
			color: #fff;
			border-color: #ff5635;
		}

		/* ---------------- start owl-nav -------------------*/


		.owl-carousel .owl-nav .owl-prev {
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			right: auto;
		}

		.owl-carousel .owl-nav .disabled {
			opacity: 0.5;
		}

		.owl-carousel .owl-nav .owl-next>span,
		.owl-carousel .owl-nav .owl-prev>span {
			font-size: 0;
		}

		.owl-carousel .owl-nav .owl-next::before,
		.owl-carousel .owl-nav .owl-prev::before {
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			margin: auto;
			font-family: 'Font Awesome 5 Free';
			font-weight: 600;
			font-size: 20px;
			height: 30px;
			width: 30px;
			color: var(--secondary-color-text);
		}

		.owl-carousel .owl-nav .owl-prev::before {
			content: '\f053';
			left: -30px;
			right: auto;
		}

		.owl-carousel .owl-nav .owl-next::before {
			content: '\f054';
			right: -30px;
			left: auto;
		}

		/* ---------------- end owl-nav ------------------- */

		/* ---------------- start recent product ---------------- */
		.product-recent,
		.recent-viewall {
			float: left;
			width: 100%;
		}

		#product-Recent {
			margin: 0 0 10px;
		}

		#product-Recent .products {
			display: flex;
			flex-wrap: wrap;
		}

		.recent-viewall {
			text-align: center;
		}

		.recent-viewall #hunting_loadmore {
			font-family: var(--secondary-font);
			font-size: 14px;
			color: #28282a;
			float: none;
			display: inline-block;
			vertical-align: top;
			border: 1px solid #111;
			padding: 10px 20px;
			position: relative;
			background: none;
		}

		.recent-viewall #hunting_loadmore:hover {
			color: #fff;
			border-color: #b86131;
		}

		.recent-viewall #hunting_loadmore::after {
			position: absolute;
		}

		.recent-viewall #hunting_loadmore:focus {
			box-shadow: none;
		}

		.tax-product_cat .site-main .products section.product,
		section .product-recent .products section.product,
		.woocommerce-active.archive .site-main .products section.product {
			position: relative;
			/* padding: 0 15px; */
		}

		section .product-recent .products section.product {
			margin: 0 0 40px;
		}

		.product-layout-default.tax-product_cat .site-main .products section.product,
		.product-layout-default section .product-recent .products section.product,
		.product-layout-default.woocommerce-active.archive .site-main .products section.product {
			margin-bottom: 30px;
		}

		section .product-recent .products.columns-3 .product {
			width: 33.33%;
		}

		section .product-recent .products.columns-2 .product {
			width: 50%;
		}

		.products.columns-2 .product .product-button-wrap .product-button-hv {
			transform: translateX(158px);
			-webkit-transform: translateX(158px);
			-moz-transform: translateX(308px);
			-o-transform: translateX(158px);
			-ms-transform: translateX(158px);
		}

		.products.columns-2 section.product:hover .product-button-hv {
			transform: translateX(0);
			-webkit-transform: translateX(0);
			-moz-transform: translateX(0);
			-o-transform: translateX(0);
			-ms-transform: translateX(0);
		}

		/* ---------------- end recent product ---------------- */

		/* -------------- start shop page ----------------- */



		/* start filter toggle */
		.shop-sidebar {
			float: left;
			width: 100%;
			padding: 0 12px;
		}

		.right-content-product,
		.right-content-filter {
			float: right;
			padding: 0 15px;
		}

		.left-content-filter,
		.left-content-product {
			float: left;
			/* width: 100%; */
			padding: 0 15px;
		}

		.woocommerce-active #primary .widget_block ul li,
		#primary .woocommerce ul li {
			border: none;
			padding: 0;
			font-size: 14px;
			color: #666;
			margin: 0 0 10px;
		}

		.shop-sidebar .products.grid-view {
			margin: 0 0 30px 0;
		}

		.woocommerce-active #primary .widget_block ul.wp-block-categories li {
			display: block;
		}

		.woocommerce-active #primary .widget_block ul.wp-block-categories li a {
			margin-right: 5px;
		}

		.widget .wc-block-attribute-filter,
		.wc-block-attribute-filter .wc-block-attribute-filter-list {
			float: left;
			width: 100%;
		}

		.wc-block-attribute-filter.style-dropdown>svg {
			display: none;
		}

		.woocommerce-active #primary .widget_block ul li .wc-block-components-checkbox {
			margin: 0;
			float: left;
			width: 100%;
		}

		.woocommerce-active #primary .widget_block ul li .wc-block-components-checkbox label .wc-block-components-checkbox__input {
			height: 18px;
			min-width: 18px;
			width: 15px;
			min-height: 15px;
			border: 2px solid #919191;
			border-radius: 5px;
			margin: 0 10px 0 0;
			background: transparent;
		}

		#primary .wc-blocks-filter-wrapper .wc-block-rating-filter ul li .wc-block-components-product-rating__stars::before,
		.single-product .woocommerce-product-rating .star-rating::before,
		.single-product .commentlist .review .comment-text .star-rating::before {
			content: '\f005\f005\f005\f005\f005';
			font-family: 'Font Awesome 5 Free';
			font-weight: 400;
			opacity: 1;
			color: #ffae00;
			font-size: 12px;
		}

		#primary .wc-blocks-filter-wrapper .wc-block-rating-filter ul li .wc-block-components-product-rating__stars span::before,
		.single-product .woocommerce-product-rating .star-rating span::before,
		.single-product .commentlist .review .comment-text .star-rating span::before {
			content: '\f005\f005\f005\f005\f005';
			font-family: 'Font Awesome 5 Free';
			font-weight: 600;
			color: #ff9d10;
			font-size: 12px;
		}

		#primary .wc-blocks-filter-wrapper .wc-block-rating-filter .wc-block-components-checkbox__label {
			display: flex;
			justify-content: space-between;
			float: left;
			width: 100%;
		}

		#primary .wc-blocks-filter-wrapper .wc-block-rating-filter ul li .wc-block-components-product-rating {
			display: flex;
			align-items: center;
			width: 100%;
			justify-content: space-between;
		}

		#primary .wc-blocks-filter-wrapper .wc-block-rating-filter ul li .wc-block-components-product-rating__stars {
			width: 75px;
			letter-spacing: 2px;
		}

		.wc-block-components-checkbox .wc-block-components-checkbox__mark {
			margin: 0;
			height: 10px;
			width: 19px;
		}

		.woocommerce-active #primary .widget_block .wc-block-attribute-filter ul li label {
			align-items: center;
		}

		.widget .wc-block-attribute-filter__actions {
			float: left;
			width: 100%;
			justify-content: start;
			margin: 20px 0 0;
			font-weight: 600;
			text-transform: uppercase;
		}

		.widget .wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container ul {
			float: left;
			width: 100%;
			padding: 15px;
			border-radius: 0;
			max-width: 50%;
		}

		.widget .wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container ul li {
			padding: 0 0 15px;
		}

		.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper:not(.is-loading) {
			border-radius: 0;
			border: 1px solid #e5e5e5;
		}

		.woocommerce-active #primary .wc-block-attribute-filter ul li label .wc-filter-element-label-list-count,
		.woocommerce-active #primary .wc-block-attribute-filter ul li:hover label .wc-filter-element-label-list-count,
		.woocommerce-active #primary .widget_block .wc-block-attribute-filter ul li label,
		.woocommerce-active #primary .widget_block .wc-block-attribute-filter ul li:hover label {
			transition: all 400ms ease-in-out 0s;
			-webkit-transition: all 400ms ease-in-out 0s;
			-moz-transition: all 400ms ease-in-out 0s;
			-o-transition: all 400ms ease-in-out 0s;
			-ms-transition: all 400ms ease-in-out 0s;
		}

		.woocommerce-active #primary .widget_block .wc-block-attribute-filter ul li label .wc-block-components-checkbox__label {
			display: flex;
			justify-content: space-between;
			float: left;
			width: 100%;
			align-items: center;
			font-size: 14px;
		}

		.woocommerce-active #primary .wc-block-attribute-filter ul li:hover label .wc-filter-element-label-list-count {
			background: var(--primary-bg-hv-color);
			color: #fff;
		}

		.woocommerce-active #primary .widget_block .wc-block-attribute-filter ul li:hover label {
			color: var(--secondary-color-hv-text);
		}

		.woocommerce-active #primary .widget_block ul li:last-child {
			margin: 0;
		}

		.woocommerce-active #primary .wc-block-attribute-filter ul li>input {
			display: none;
		}

		.woocommerce-active #primary .wc-block-attribute-filter ul li>label {
			display: flex;
			justify-content: space-between;
			float: left;
			width: 100%;
			align-items: center;
			font-size: 14px;
		}

		.woocommerce-active #primary .wc-block-attribute-filter ul li label .wc-filter-element-label-list-count {
			background: #f5f5f5;
			height: 28px;
			width: 28px;
			line-height: 28px;
			font-size: 13px;
			border-radius: 50%;
			display: flex;
			justify-content: center;
			align-content: center;
			opacity: 1;
		}

		.woocommerce-active #primary .wc-block-attribute-filter ul li label .wc-filter-element-label-list-count::before,
		.woocommerce-active #primary .wc-block-attribute-filter ul li label .wc-filter-element-label-list-count::after {
			content: none;
		}

		#primary .offsidebar-left .woocommerce ul li {
			display: flex;
			align-items: center;
		}

		#primary .woocommerce ul li a {
			color: #666;
		}

		#primary .woocommerce ul li a:hover {
			color: var(--secondary-color-hv-text);
		}

		#primary .woocommerce.widget_layered_nav_filters ul li a {
			position: relative;
			float: left;
			width: 100%;
			display: flex;
			align-items: center;
		}

		#primary .woocommerce.widget_layered_nav_filters ul li a::after {
			position: absolute;
			content: '\f00d';
			font-family: "Font Awesome 5 Free";
			font-weight: 600;
			right: 0;
			left: auto;
			font-size: 10px;
		}

		#primary .woocommerce.widget_layered_nav_filters ul li a:hover::after {
			color: #ec3006;
		}

		.widget_price_filter .price_slider_amount .button {
			position: static;
		}

		.shop-nosidebar .widget-area .widget.woocommerce {
			border: none;
			padding: 0;
		}

		.widget-area .widget.woocommerce {
			padding: 15px;
		}

		.tax-product_cat .widget-area #woocommerce_layered_nav-1 ul,
		.archive.woocommerce-active .widget-area #woocommerce_layered_nav-1 ul {
			height: 190px;
			overflow: auto;
			scrollbar-width: thin;
			padding-right: 10px;
		}

		.tax-product_cat .widget-area #woocommerce_layered_nav-1 ul::-webkit-scrollbar-track,
		.archive.woocommerce-active .widget-area #woocommerce_layered_nav-1 ul::-webkit-scrollbar-track {
			-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
		}

		.tax-product_cat .widget-area #woocommerce_layered_nav-1 ul::-webkit-scrollbar-thumb,
		.archive.woocommerce-active .widget-area #woocommerce_layered_nav-1 ul::-webkit-scrollbar-thumb {
			-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9);
		}

		.tax-product_cat .widget-area #woocommerce_layered_nav-1 ul::-webkit-scrollbar,
		.archive.woocommerce-active .widget-area #woocommerce_layered_nav-1 ul::-webkit-scrollbar {
			width: 5px;
		}

		.widget_layered_nav_filters ul li .woocommerce-Price-amount {
			padding: 0 0 0 10px;
			color: #111;
			font-weight: 500;
		}

		.widget_block .wc-block-price-filter__title,
		.widget .wc-block-attribute-filter__title,
		.woocommerce.widget .widget-title {
			font-size: 18px;
			margin: 0 0 30px;
			position: relative;
			padding: 0 0 8px;
			text-transform: capitalize;
			color: var(--secondary-color-text);
		}

		.widget_block .wc-block-price-slider .wc-block-components-price-slider__range-input-progress {
			--range-color: var(--primary-bg-color);
		}

		.widget_block .wc-block-price-slider .wc-block-components-price-slider__range-input-wrapper {
			box-shadow: none;
			margin-bottom: 30px;
		}

		.widget_block .wc-block-price-slider .wc-block-components-price-slider.wc-block-components-price-slider--has-filter-button .wc-block-components-price-slider__controls {
			align-items: center;
		}

		.widget_block .wc-block-price-slider .wc-block-components-price-slider.wc-block-components-price-slider--has-filter-button .wc-block-components-price-slider__controls>button {
			background: var(--secondary-bg-color);
			color: #fff;
			font-size: 15px;
			padding: 8px 20px;
			line-height: 18px;
		}

		.widget_block .wc-block-price-slider .wc-block-components-price-slider.wc-block-components-price-slider--has-filter-button .wc-block-components-price-slider__controls>button:hover {
			background: var(--secondary-bg-hv-color);
		}

		.widget .wc-block-attribute-filter {
			margin: 0;
		}

		.widget .wc-block-attribute-filter .components-form-token-field {
			border-style: none;
			height: 40px;
			float: left;
			width: 100%;
			border-radius: 0;
			border-color: var(--border-color);
			display: flex;
			align-items: center;
			margin: 0;
			font-size: 16px;
		}

		.widget .wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container {
			padding: 0 15px;
			width: 100%;
			position: relative;
		}

		.widget .wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper>ul {
			padding: 15px;
		}

		.widget .wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container::after {
			position: absolute;
			content: "\f107";
			font-family: 'Font Awesome 5 Free';
			font-weight: 600;
			right: 20px;
			left: auto;
			top: 0;
			bottom: 0;
			margin: auto;
			pointer-events: none;
			display: flex;
			align-items: center;
			color: #666;
		}

		.widget .wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container>.wc-block-dropdown-selector__input {
			cursor: pointer;
		}

		.widget_block .wc-block-price-filter__title::after,
		.widget .wc-block-attribute-filter__title::after,
		.woocommerce.widget .widget-title::after {
			content: "";
			position: absolute;
			background: var(--border-color);
			width: 30px;
			height: 1px;
			top: auto;
			bottom: 0;
			left: 0;
			right: auto;
		}

		.wc-block-components-price-slider {
			margin: 0;
		}

		.archive.woocommerce-active #primary .woocommerce.widget ul li {
			font-size: 14px;
			margin: 0 0 12px;
			display: flex;
			align-items: center;
		}

		.widget.woocommerce form {
			margin: 5px 0 0;
		}

		.woocommerce form .select2-container--default .select2-selection--single .select2-selection__arrow {
			display: none;
		}

		.widget_price_filter.woocommerce .price_slider_amount .button {
			background: var(--primary-bg-color);
			color: #fff;
			font-size: 13px;
			padding: 8px 20px;
			line-height: 18px;
		}

		.widget_price_filter.woocommerce .price_slider_amount .button:hover {
			background: var(--primary-bg-hv-color);
		}

		.widget_price_filter.woocommerce .price_slider_amount {
			display: flex;
			align-items: center;
		}

		.widget_price_filter.woocommerce .price_slider_amount .price_label {
			font-size: 14px;
			flex-grow: 1;
			flex-basis: 0;
			font-style: italic;
		}

		.widget_price_filter.woocommerce .ui-slider .ui-slider-range {
			background: var(--primary-bg-color);
		}

		.widget_price_filter.woocommerce .ui-slider .ui-slider-handle {
			background: var(--primary-bg-color);
			border-radius: 50%;
			height: 15px;
			width: 15px;
			margin-top: 0;
			z-index: 1;
		}

		.widget_price_filter.woocommerce .ui-slider-horizontal {
			height: 5px;
			display: flex;
			align-items: center;
			margin: 0 0 30px;
		}

		.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-dropdown .select-wrap {
			float: left;
			width: 100%;
			height: 35px;
			display: flex;
			align-items: center;
			margin: 0 0 8px;
		}

		.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-dropdown .select-wrap::after {
			height: 13px;
			font-size: 13px;
		}

		.woocommerce .select2-container--default .select2-selection--single {
			height: 40px;
			float: left;
			width: 100%;
			border-radius: 0;
			border-color: var(--border-color);
			display: flex;
			align-items: center;
			margin: 0;
		}

		.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
			padding: 0 40px 0 15px;
			font-size: 14px;
			flex-grow: 1;
			flex-basis: 0;
		}

		#primary .woocommerce.widget_rating_filter ul li a {
			float: left;
			width: 100%;
			display: flex;
			justify-content: space-between;
		}

		#primary .woocommerce.widget_rating_filter ul li a .star-rating {
			width: 75px;
			letter-spacing: 2px;
		}

		.single-product .woocommerce-product-rating .star-rating {
			width: 90px;
			letter-spacing: 3px;
		}

		.single-product .woocommerce-product-rating #tab-title-reviews .star-rating {
			margin: 0 0 5px;
		}

		#primary .woocommerce.widget_rating_filter ul li a .star-rating::before,
		.single-product .woocommerce-product-rating .star-rating::before,
		.single-product .commentlist .review .comment-text .star-rating::before {
			content: '\f005\f005\f005\f005\f005';
			font-family: 'Font Awesome 5 Free';
			font-weight: 400;
			font-size: 12px;
			opacity: 1;
			color: #ffae00;
		}

		#primary .woocommerce.widget_rating_filter ul li a .star-rating span::before,
		.single-product .woocommerce-product-rating .star-rating span::before,
		.single-product .commentlist .review .comment-text .star-rating span::before {
			content: '\f005\f005\f005\f005\f005';
			font-family: 'Font Awesome 5 Free';
			font-weight: 600;
			color: #ffae00;
			font-size: 12px;
		}

		.single-product .woocommerce-product-rating .star-rating::before,
		.single-product .woocommerce-product-rating .star-rating span::before {
			font-size: 14px;
		}

		.wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
			padding: 6px 10px;
			background: none;
			max-width: 70px;
		}

		.widget_block .wc-block-price-slider .wc-block-components-price-slider__range-input-wrapper {
			margin-bottom: 20px;
		}

		.wc-block-price-filter__button.wc-block-components-price-slider__button {
			padding: 10px 15px;
		}

		/* end filter toggle */

		.product-top-sorting {
			float: left;
			width: 100%;
			margin: 0 0 20px;
			display: flex;
			align-items: center;
			flex-wrap: wrap;
		}

		.product-top-sorting .woocommerce-result-count {
			margin: 0;
			font-size: 14px;
			margin-right: 10px;
			color: #28282a;
		}

		.product-top-sorting .product-sort-view {
			display: flex;
			flex-grow: 1;
			flex-basis: 0;
		}

		.product-top-sorting .product-sort-view .view svg path {
			fill: #999;
			-webkit-stroke: #999;
			transition: all 400ms ease-in-out 0s;
			-webkit-transition: all 400ms ease-in-out 0s;
			-moz-transition: all 400ms ease-in-out 0s;
			-o-transition: all 400ms ease-in-out 0s;
			-ms-transition: all 400ms ease-in-out 0s;
		}

		.product-top-sorting .product-sort-view .view:hover svg path,
		.product-top-sorting .product-sort-view .view.active svg path {
			fill: #222;
			-webkit-stroke: var(--body-text-color);
			transition: all 400ms ease-in-out 0s;
			-webkit-transition: all 400ms ease-in-out 0s;
			-moz-transition: all 400ms ease-in-out 0s;
			-o-transition: all 400ms ease-in-out 0s;
			-ms-transition: all 400ms ease-in-out 0s;
		}

		.product-top-sorting .product-sort-view .view {
			margin-right: 10px;
			display: flex;
		}

		.product-top-sorting .woocommerce-ordering {
			margin-right: 20px;
			margin-bottom: 0;
		}

		.product-top-sorting .woocommerce-perpage .select-wrap {
			margin: 0;
		}

		.product-top-sorting .woocommerce-perpage .select-wrap::after {
			right: 15px;
		}

		.product-top-sorting .select-wrap select {
			background: transparent;
			/* 			border-color: #222 !important; */
			color: #666;
			font-size: 14px;
			font-weight: 500;
			padding: 10px 35px 10px 15px;
			cursor: pointer;
			border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			-khtml-border-radius: 5px;
		}

		.product-top-sorting .woocommerce-ordering .select-wrap {
			margin: 0;
		}

		.product-top-sorting .select-wrap::after {
			font-size: 11px;
		}


		/* start full width shop page */
		#post_sidebar {
			float: left;
		}

		.full-sidebar .product-top-sorting .product-sort-view,
		.offsidebar-left .product-top-sorting .product-sort-view,
		.offsidebar-right .product-top-sorting .product-sort-view {
			flex-grow: 0;
			margin-right: 20px;
		}

		.product-top-sorting .toggle-filter {
			display: flex;
			align-items: center;
			justify-content: end;
			order: 2;
			margin-left: 15px;
		}

		.product-top-sorting .filter {
			position: relative;
			font-size: 14px;
			color: #666;
			cursor: pointer;
			border: 1px solid #d3ceb8;
			padding: 10px 15px;
			margin: 0;
			border-radius: 5px;
		}

		.product-top-sorting .filter:hover {
			color: var(--secondary-color-hv-text);
		}

		.product-top-sorting .filter .fa-align-right {
			font-size: 13px;
			margin: 0 0 0 10px;
		}

		.full-sidebar #post_sidebar {
			display: none;
		}

		.full-sidebar #post_sidebar .widget-area {
			display: flex;
			flex-flow: row wrap;
			margin: 30px -20px;
		}

		/* end full width shop page */

		/* start offslidebar shop page */
		.offside {
			float: left;
			width: 100%;
			position: fixed;
			left: 0;
			right: 0;
			top: 0;
			bottom: 0;
			z-index: 999;
			visibility: hidden;
		}

		.filter-toggle .offside {
			visibility: visible;
		}

		.offside .widget-area {
			position: absolute;
			top: 0;
			bottom: 0;
			width: 320px;
			background: #fff;
			padding: 5% 25px 30px;
			overflow: auto;
			scrollbar-width: thin;
			scrollbar-color: #a0a0a0 #f5f5f5;
			height: 100vh;
		}

		.offside .widget-area::-webkit-scrollbar-track {
			background-color: #d7d7d7;
		}

		.offside .widget-area::-webkit-scrollbar-thumb {
			background-color: #a0a0a0;
		}

		.offside .widget-area::-webkit-scrollbar {
			width: 6px;
		}

		.offside .widget-area .filter-close {
			position: absolute;
			right: 20px;
			left: auto;
			top: 40px;
			bottom: auto;
			cursor: pointer;
		}

		.offside .widget-area .filter-close::after {
			content: '\f00d';
			font-family: "Font Awesome 5 Free";
			font-weight: 600;
			color: #28282a;
		}

		.offside.offside-left .widget-area {
			right: auto;
			left: 0;
			transition: all 500ms ease-in-out 0s;
			-webkit-transition: all 500ms ease-in-out 0s;
			-moz-transition: all 500ms ease-in-out 0s;
			-o-transition: all 500ms ease-in-out 0s;
			-ms-transition: all 500ms ease-in-out 0s;
			transform: translateX(-100%);
			-webkit-transform: translateX(-100%);
			-moz-transform: translateX(-100%);
			-o-transform: translateX(-100%);
			-ms-transform: translateX(-100%);
		}

		.offside.offside-right .widget-area {
			right: 0;
			left: auto;
			transition: all 500ms ease-in-out 0s;
			-webkit-transition: all 500ms ease-in-out 0s;
			-moz-transition: all 500ms ease-in-out 0s;
			-o-transition: all 500ms ease-in-out 0s;
			-ms-transition: all 500ms ease-in-out 0s;
			transform: translateX(100%);
			-webkit-transform: translateX(100%);
			-moz-transform: translateX(100%);
			-o-transform: translateX(100%);
			-ms-transform: translateX(100%);
		}

		.filter-toggle .offside.offside-left .widget-area,
		.filter-toggle .offside.offside-right .widget-area {
			transform: translateX(0);
			-webkit-transform: translateX(0);
			-moz-transform: translateX(0);
			-o-transform: translateX(0);
			-ms-transform: translateX(0);
		}

		/* end offslidebar shop page */

		/* start shop product-layout-default */

		/* hover-style-01 column-06 */
		.woocommerce-active.archive.product-layout-default .site-main .products.grid-view.columns-6 section.product {
			padding-bottom: 20px;
		}

		.product-layout-default .products.columns-6 .thumbnail-wrap .wrap-rate .star-rating {
			font-size: 12px;
			width: 70px;
		}

		.woocommerce-active.archive .products.columns-6 .content-wrap .wrap-rate {
			margin: 0 0 8px;
		}

		.woocommerce-active.archive.product-layout-default .products.columns-6 .content-wrap .product-button-hv {
			height: 30px;
		}

		.woocommerce-active.archive.product-layout-default .products.columns-6 .content-wrap .product-button-wrap {
			bottom: -30px;
		}

		.woocommerce-active.archive.product-layout-default .products.columns-6 .product .product-button {
			font-size: 11px;
			height: 35px;
			padding: 0;
			margin: 0;
		}

		.woocommerce-active.archive.product-layout-default .shop-nosidebar .products.columns-6 .product .product-button.product_type_grouped::before,
		.woocommerce-active.archive.product-layout-default .shop-nosidebar .products.columns-6 .product .product-button.product_type_variable::before {
			left: 27%;
		}

		.woocommerce-active.archive.product-layout-default .products.columns-6 .product .product-button.product_type_grouped::before,
		.woocommerce-active.archive.product-layout-default .products.columns-6 .product .product-button.product_type_variable::before {
			left: 22%;
		}

		.woocommerce-active.archive.product-layout-default .products.columns-6 .product .product-button-wrap .btn-hv a::before {
			font-size: 11px;
		}

		/* hover-style-01 column-05 */
		.woocommerce-active.archive.product-layout-default .site-main .products.grid-view.columns-5 section.product {
			padding-bottom: 35px;
		}

		.woocommerce-active.archive.product-layout-default .products.columns-5 .product .product-button {
			font-size: 12px;
			height: 30px;
		}

		.woocommerce-active.archive.product-layout-default .products.columns-5 .content-wrap .product-button-hv {
			height: 35px;
		}

		.woocommerce-active.archive.product-layout-default .products.columns-5 .content-wrap .product-button-wrap {
			bottom: -35px;
		}

		.woocommerce-active.archive.product-layout-default .products.columns-6 .product .thumbnail-wrap,
		.woocommerce-active.archive.product-layout-default .products.columns-5 .product .thumbnail-wrap {
			border-radius: 20px;
		}


		.woocommerce-active.archive.product-layout-default .products.columns-5 .content-wrap .woocommerce-product-details__short-description p {
			font-size: 13px;
			margin: 0 0 10px;
		}

		.woocommerce-active.archive.product-layout-default .products.columns-5 .product .content-wrap .woocommerce-loop-product__title {
			margin: 0 0 8px;
			font-size: 16px;
		}

		.woocommerce-active.archive .shop-sidebar .sidebar-filter .widget,
		.woocommerce-active.archive .shop-nosidebar .widget {
			border: none;
			padding: 0;
			border-bottom: 1px solid var(--border-color);
			padding: 0;
			margin: 0 0 30px;
		}

		.woocommerce-active.archive .shop-sidebar .sidebar-filter .widget.widget_price_filter,
		.woocommerce-active.archive .shop-nosidebar .widget.widget_price_filter {
			padding: 0 0 50px;
		}

		.woocommerce-active.archive .shop-sidebar .sidebar-filter .widget:last-child,
		.woocommerce-active.archive .shop-nosidebar .widget:last-child {
			border: none;
			padding: 0;
		}

		.woocommerce-active.archive .shop-sidebar .sidebar-filter .widget_layered_nav_filters,
		.woocommerce-active.archive .shop-nosidebar .widget_layered_nav_filters {
			border: none;
			background: #f5f5f5;
			padding: 20px;
		}

		body.woocommerce-active.archive #primary .shop-sidebar .sidebar-filter .widget_layered_nav_filters ul li:last-child {
			margin: 0;
		}

		/* end shop product-layout-default */


		.woocommerce-active.archive .site-main .products.columns-6 .product .hunting-sale span {
			font-size: 10px;
			padding: 2px 8px;
		}

		.woocommerce-active.archive .site-main .products.columns-6 .product .timer {
			padding: 0 10px;
			height: 30px;
		}

		.woocommerce-active.archive .site-main .products.columns-6 .product .timer svg {
			font-size: 10px;
			margin-right: 6px;
		}

		.woocommerce-active.archive .site-main .products.columns-6 .product .timer .saleend {
			font-size: 10px;
		}

		.woocommerce-active.archive .products.columns-6 .product .thumbnail-wrap .quantity input.qty {
			font-size: 12px;
		}

		.woocommerce-active.archive .products.columns-6 .product .thumbnail-wrap .quantity .qty_button {
			height: 30px;
		}

		.woocommerce-active.archive .shop-nosidebar .products.columns-6 .product .thumbnail-wrap .quantity .qty_button {
			height: 35px;
			width: 20px;
		}

		.select2-results .select2-results__options .select2-results__option {
			padding: 5px 10px;
			font-size: 14px;
		}

		.select2-container--default .select2-dropdown .select2-results .select2-results__option--highlighted[aria-selected],
		.select2-container--default .select2-dropdown .select2-results .select2-results__option--highlighted[data-selected] {
			color: #111;
			background: #ddd;
		}

		/* 		.woocommerce-active.archive .site-main .products.columns-4 .product .product-button-wrap .product-button-hv {
			width: 57%;
		}
 */
		/* 		.woocommerce-active.archive .site-main .short-view.products.columns-4 .product .product-button-wrap .product-button-hv {
			width: 100%;
		} */

		/* -------------- end shop page ----------------- */

		/* -------------- start list view ----------------- */
		.list-view .hunting-sale span {
			top: 15px;
		}

		.short-view .product .product-button-wrap .btn-hv a::after,
		.list-view .product .product-button-wrap .btn-hv a::after {
			content: none;
		}

		.product-layout-default .short-view .product-content-wrap,
		.product-layout-default .list-view .product-content-wrap {
			background: none;
		}

		.product-layout-default .short-view .product-content-wrap .thumbnail-wrap,
		.product-layout-default .list-view .product-content-wrap .thumbnail-wrap {
			border: none;
			margin: 0;
		}

		.woocommerce-active.archive .site-main .products.list-view .product {
			width: 100%;
		}

		.short-view .list-thumnail-wrap,
		.list-view .list-thumnail-wrap {
			float: left;
			width: 100%;
			position: relative;
			overflow: hidden;
			border-radius: 25px;
		}

		.woocommerce-active.archive .products.list-view .product .list-content-wrap .woocommerce-loop-product__title {
			margin: 0 0 8px;
			font-weight: 500;
		}

		.woocommerce-active.archive .products.short-view .product .list-content-wrap .wrap-rate,
		.woocommerce-active.archive .products.list-view .product .list-content-wrap .wrap-rate {
			margin: 0 0 10px;
			justify-content: start;
		}

		.list-view .list-content-wrap .wrap-rate,
		.list-view .list-content-wrap p,
		.list-view .list-content-wrap .product-button,
		.list-view .list-cart-wrap .quantity-list {
			float: left;
			width: 100%;
			margin: 0 0 10px;
		}

		.list-view .list-content-wrap .timer,
		.list-view .list-content-wrap .product-button-wrap,
		.list-view .list-cart-wrap .quantity {
			float: left;
			width: auto;
		}

		body .list-view .product:hover .hunting-sale span {
			transform: none;
			opacity: 1;
		}

		.woocommerce-active.archive .site-main .products.short-view .product .timer,
		.woocommerce-active.archive .site-main .products.list-view .product .timer {
			padding: 0;
			background: var(--secondary-bg-color);
			width: 240px;
			height: 45px;
			display: flex;
			justify-content: center;
			align-items: center;
			border: 1px solid #e5e5e5;
			margin: 0 0 12px;
			border-radius: 5px;
		}

		.product-layout-default .short-view .product-content-wrap .row,
		.product-layout-default .list-view .product-content-wrap .row {
			margin: 0;
		}

		/* 		.woocommerce-active.archive .site-main .products.short-view .product .thumbnail-wrap a.thumbnail-img,
		.woocommerce-active.archive .site-main .products.list-view .product .thumbnail-wrap a.thumbnail-img {
			border-radius: 20px;
			overflow: hidden;
		}
 */
		/* 		.woocommerce-active.archive .site-main .products.short-view .product .thumbnail-wrap,
		.woocommerce-active.archive .site-main .products.list-view .product .thumbnail-wrap {
			border-radius: 0;
		} */

		.woocommerce-active.archive .site-main .products.short-view .product .timer .saleend,
		.woocommerce-active.archive .site-main .products.list-view .product .timer .saleend {
			margin: 0;
			width: auto;
			font-weight: 500;
			letter-spacing: 2px;
			color: #fff;
		}

		.woocommerce-active.archive .site-main .products.short-view .product .timer svg,
		.woocommerce-active.archive .site-main .products.list-view .product .timer svg {
			margin: 0 8px 0 0;
			font-size: 13px;
			color: #fff;
		}

		.list-view .list-cart-wrap .quantity {
			width: auto;
			position: static;
		}

		.short-view .product .cart-wrap {
			background-color: #222;
		}

		.woocommerce-active.archive .products .product .list-cart-wrap .cart-wrap .product-button,
		.woocommerce-active.archive .products.list-view .product .list-cart-wrap .cart-wrap .product-button {
			padding: 0;
			width: 100%;
			height: 100%;
			color: #fff;
			margin: 0;
			border-radius: 5px;
			overflow: hidden;
		}

		.short-view .product .price span.woocs_price_code {
			flex-direction: column;
		}

		.nosticky .sticky {
			display: none;
		}

		.short-view .list-timer {
			background-color: transparent;
		}

		.short-view .product .product-button-wrap .product-button-hv {
			background: transparent;
		}

		/* 		.products.short-view .product .product-button-wrap .product-button-hv {
			width: 100%;
		} */

		.products.short-view .product .product-button-wrap .product-button-hv,
		.products.list-view .product .product-button-wrap .product-button-hv {
			transform: none;
			-webkit-transform: none;
			-moz-transform: none;
			-o-transform: none;
			-ms-transform: none;
			opacity: 1;
		}

		.products.short-view .product .product-button-wrap .btn-hv a:hover::before,
		.products.list-view .product .product-button-wrap .btn-hv a:hover::before {
			transform: none;
		}

		section.product .summary.entry-summary .product-attribute-wrap,
		.product .summary.entry-summary .product-button-wrap .product-button-hv {
			transform: none;
			-webkit-transform: none;
			-moz-transform: none;
			-o-transform: none;
			-ms-transform: none;
			opacity: 1;
		}

		.woocommerce-active.archive .products.list-view .product .list-cart-wrap .cart-wrap .product-button {
			background: var(--primary-bg-color);
		}

		.woocommerce-active.archive .products.short-view .product .list-cart-wrap .product-button:hover::before,
		.woocommerce-active.archive .products.short-view .product .list-cart-wrap .product-button:hover {
			color: #fff;
		}

		.list-view .product .cart-button-list .product-button-wrap .btn-hv:hover .exists a::before {
			color: #222;
		}

		.woocommerce-active.archive .products.list-view .product .list-cart-wrap .cart-wrap {
			margin: 0 5px 0 0;
			width: 300px;
		}

		.woocommerce-active.archive .products.list-view .product .list-cart-wrap .cart-wrap .product-button.loading::before {
			font-size: 12px;
		}

		.woocommerce-active.archive .products.short-view .product .list-cart-wrap .product-button::after,
		.woocommerce-active.archive .products.list-view .product .list-cart-wrap .product-button::after {
			content: '';
			background: #7cb222;
			height: 100%;
			width: 0;
			position: absolute;
			transition: .3s cubic-bezier(.785, .135, .15, .86);
			-webkit-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-moz-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-o-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-ms-transition: .3s cubic-bezier(.785, .135, .15, .86);
			top: 0;
			left: auto;
			right: 0;
			display: block;
			z-index: -1;
		}

		.woocommerce-active.archive .products.list-view .product .list-cart-wrap .product-button::after {
			background: var(--primary-bg-hv-color);
		}

		.woocommerce-active.archive .products.short-view .product .list-cart-wrap .product-button:hover:after,
		.woocommerce-active.archive .products.list-view .product .list-cart-wrap .product-button:hover::after {
			width: 100%;
			right: auto;
			left: 0;
		}

		.woocommerce-active.archive .products.list-view .product .list-cart-wrap .product-button:hover,
		.woocommerce-active.archive .products.list-view .product .list-cart-wrap .product-button:hover::before {
			color: #fff;
			z-index: 1;
		}

		.woocommerce-active.archive .products.list-view .product .list-content-wrap .product-attribute-wrap .list_size_attr {
			font-size: 14px;
			padding-left: 10px;
			margin-left: 8px;
		}

		.woocommerce-active.archive .products.list-view .product .list-content-wrap .product-attribute-wrap .list_size_attr .list_product_size {
			padding: 0 5px;
		}

		.woocommerce-active.archive .products.list-view .product .list-content-wrap .product-attribute-wrap .list_size_attr::before {
			height: 16px;
		}

		.list-view .list-content-wrap p {
			color: #555;
		}

		.woocommerce-active.archive .list-view .product:hover .list-content-wrap span.price,
		.woocommerce-active.archive .list-view .product .list-cart-wrap .quantity,
		.woocommerce-active.archive .list-view .product .product-button {
			transform: translateX(0px);
			-webkit-transform: translateX(0px);
			-moz-transform: translateX(0px);
			-o-transform: translateX(0px);
			-ms-transform: translateX(0px);
			opacity: 1;
		}

		.list-view .product .wrap-rate .star-rating {
			font-size: 12px;
			width: 72px;
			letter-spacing: 1px;
		}

		.list-view .product-content-wrap .list-content-wrap .price,
		.list-view .product-content-wrap .list-content-wrap .timer {
			margin: 0 0 12px;
		}

		.woocommerce-active.archive .products.list-view .product .product-content-wrap .list-content-wrap .product-attribute-wrap {
			margin: 0 0 10px;
		}

		.woocommerce-active.archive .products.list-view .product .product-content-wrap .list-content-wrap span.price {
			font-size: 18px;
			justify-content: start;
		}

		.woocommerce-active.archive .products.list-view .product .product-content-wrap .list-content-wrap span.price del bdi {
			font-size: 15px;
		}

		.woocommerce-active.archive .products.list-view .product .list-cart-wrap .quantity .qty_button {
			height: 40px;
			width: 35px;
			font-size: 15px;
		}

		.woocommerce-active.archive .products.list-view .product .list-cart-wrap .quantity input.qty {
			width: 75px;
			font-size: 14px;
		}

		.list-view .product-content-wrap .list-cart-wrap .product-button-wrap {
			float: left;
			width: 100%;
			display: flex;
			justify-content: left;
			visibility: visible;
			opacity: 1;
			z-index: 1;
			position: static;
			background: none;
			border: none;
			transform: none;
		}

		.list-view .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv {
			float: none;
			display: inline-block;
			width: auto;
			margin: 0;
			background: transparent;
			justify-content: center;
			display: flex;
			align-items: center;
		}

		.woocommerce-active.archive .short-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv a,
		.woocommerce-active.archive .list-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv a {
			height: 40px;
			width: 40px;
			transform: none;
			border-radius: 5px;
			overflow: hidden;
		}

		.woocommerce-active.archive .short-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv a::before,
		.woocommerce-active.archive .list-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv a::before {
			font-size: 12px;

		}

		.woocommerce-active.archive .short-view .product .product-button-wrap .btn-hv .exists a:hover:before,
		.woocommerce-active.archive .list-view .product .product-button-wrap .btn-hv .exists a:hover:before,
		.woocommerce-active.archive .short-view .product .product-button-wrap .btn-hv .exists a::before,
		.woocommerce-active.archive .list-view .product .product-button-wrap .btn-hv .exists a::before {
			color: #fff;
		}

		.woocommerce-active.archive .list-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv {
			background: #fff;
			box-shadow: 0 1px 6px 0 rgb(0 0 0 / 10%);
			margin: 0 4px;
			float: left;
			border-radius: 5px;
			overflow: hidden;
		}

		.woocommerce-shop .short-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv {
			background: #fff;
			box-shadow: 0 1px 6px 0 rgb(0 0 0 / 10%);
			margin: 0 4px;
			float: left;
			border-radius: 5px;
		}

		.woocommerce-active.archive .list-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv::before {
			display: none;
		}

		.woocommerce-active.archive .list-view .product .list-cart-wrap .quantity-list {
			float: left;
			width: 100%;
			display: flex;
			justify-content: center;
		}

		.list-view .product .list-content-wrap {
			margin: 0;
		}

		.list-view .product .list-content-wrap .list-cart-wrap {
			display: flex;
			flex-direction: column;
			align-items: start;
			width: 100%;
			float: left;
		}

		.shop-nosidebar .list-view .product .list-content-wrap .list-cart-wrap {
			flex-direction: row;
		}

		.short-view .product .list-content-wrap .list-cart-wrap .cart-button-list,
		.list-view .product .list-content-wrap .list-cart-wrap .cart-button-list {
			display: flex;
			align-items: center;
		}

		.list-view .product .list-content-wrap .list-content {
			width: 100%;
			padding: 10px 0;
			float: left;
		}

		.list-description,
		.list-timer {
			float: left;
			background-color: #7bb222c4;
			width: 100%;
		}

		.woocommerce-active.archive .list-view .product .list-cart-wrap .quantity {
			border: 1px solid #e5e5e5;
		}

		/* -------------- end list view ----------------- */

		/* -------------- start short view ----------------- */

		.woocommerce-active.archive .products.short-view .product .list-cart-wrap .cart-wrap .product-button.loading::before {
			font-size: 12px;
		}

		.woocommerce-active.archive .products.short-view .product .list-cart-wrap .product-button.product_type_variable::before,
		.woocommerce-active.archive .products.short-view .product .list-cart-wrap .product-button.product_type_grouped::before {
			left: 25px;
		}

		.woocommerce-active.woocommerce-shop .site-main .products.short-view .product {
			width: 100%;
		}

		.short-view .product .list-content-wrap .list-cart-wrap .cart-button-list {
			flex-direction: column;
		}

		.short-view .product .list-content-wrap .list-cart-wrap .cart-button-list .product-button-wrap .btn-hv a {
			/* 			background: #fff; */
			z-index: 1;
		}

		.short-view .product .list-content-wrap .list-cart-wrap .cart-button-list .product-button-wrap .btn-hv {
			margin: 0 4px;
		}

		.short-view .product .list-content-wrap .list-cart-wrap .cart-button-list .product-button-wrap {
			position: static;
			transform: none;
			opacity: 1;
			visibility: visible;
			z-index: 1;
			border: none;
			background: none;
			width: auto;
		}

		.short-view .product .list-content-wrap .list-cart-wrap .cart-button-list .cart-wrap {
			margin: 0 0 10px;
		}

		.short-view .product .list-content-wrap .list-price,
		.short-view .product .list-content-wrap .list-cart-wrap {
			padding: 0 15px;
		}

		.short-view .product .list-content-wrap .list-price {
			text-align: center;
		}

		.short-view .product .list-content-wrap .list-cart-wrap .quantity-list {
			float: left;
			width: 100%;
			display: flex;
			justify-content: center;
		}

		.short-view .product .list-content-wrap .list-cart-wrap .quantity-list .quantity {
			float: none;
			display: inline-block;
			width: auto;
			position: static;
		}

		.short-view .product .list-content-wrap .list-cart-wrap .quantity-list .quantity .qty_button {
			height: 40px;
			width: 35px;
		}

		.woocommerce-shop .short-view .product .list-content-wrap .list-cart-wrap .quantity-list .quantity input.qty {
			width: 70px;
		}

		.short-view .product .list-content-wrap .list-cart-wrap .cart-button-list {
			margin: 5px 0 0;
			float: left;
			width: 100%;
		}

		.short-view .list-content-wrap .list-content .stock-progress,
		.short-view .list-content-wrap .list-content .product-estimate {
			display: none;
		}

		.short-view .product .list-content-wrap .list-price .price {
			margin: 0;
			justify-content: center;
		}

		.short-view .product .list-content-wrap {
			display: flex;
		}

		/* -------------- end short view ----------------- */

		/* -------------- start nosidebar list view ----------------- */

		.woocommerce-active.archive .site-main .shop-nosidebar .products.list-view .product {
			width: 50%;
			float: left;
		}

		.shop-nosidebar .list-view .product .list-content-wrap .list-content,
		.shop-nosidebar .list-view .product .list-content-wrap .list-cart-wrap {
			float: left;
			width: 100%;
		}

		.shop-nosidebar .list-view .product .list-content-wrap .list-cart-wrap {
			align-items: start;
			padding: 0;
		}

		.woocommerce-active.archive .shop-nosidebar .list-view .product .list-cart-wrap .quantity-list {
			justify-content: start;
			margin: 0;
			width: auto;
		}

		.shop-nosidebar .list-view .product .list-content-wrap {
			display: block;
			width: 58.33333333%;
		}

		.shop-nosidebar .list-view .product .thumbnail-wrap {
			width: 41.66666667%;
		}

		.shop-nosidebar .list-view .product .list-content-wrap .list-content {
			padding: 0;
		}

		.shop-nosidebar .list-view .product .list-content-wrap .list-cart-wrap .cart-button-list {
			float: none;
			width: auto;
			display: inline-block;
		}

		.shop-nosidebar .list-view .product .list-content-wrap .list-cart-wrap .cart-button-list .product-button-wrap {
			float: left;
			width: auto;
			display: block;
		}

		.shop-nosidebar .list-view .product-content-wrap .list-content-wrap .price {
			margin: 0 0 10px;
		}

		.woocommerce-active.archive .shop-nosidebar .products.list-view .product .list-cart-wrap .quantity .qty_button {
			width: 25px;
		}

		.woocommerce-active.archive .shop-nosidebar .products.list-view .product .list-cart-wrap .quantity input.qty {
			width: 25px;
		}

		.woocommerce-active.archive .shop-nosidebar .products.list-view .product .list-cart-wrap .product-button,
		.shop-nosidebar .list-view .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv {
			margin: 0;
		}

		/* -------------- end nosidebar list view ----------------- */

		/* -------------- start single product page ----------------- */
		/* 		.single-product .single-product-thumb-content .single-product-detail {
			margin: 40px 0 0;
		} */

		.single-product .single-product-thumb-content .single-content-default {
			margin-left: 30px;
		}

		.single-product div.product .single-product-default .woocommerce-product-gallery .flex-control-thumbs {
			display: flex;
			justify-content: space-between;
		}

		.single-product div.product .single-product-default .single-product-thumbnail .woocommerce-product-gallery .flex-viewport {
			margin: 0 0 38px;
		}

		.single-product.thumbnail-slider-style1 .left-slider .summary.entry-summary {
			padding-left: 50px;
		}


		.single-product .products.grid-view section.product .thumbnail-wrap .product-button-wrap .compare.btn-hv .product.compare-button {
			width: 100%;
			margin: 0;
			padding: 0;
		}

		.single-product .entry-summary {
			margin: 0;
			padding: 0 24px;
		}

		.single-product .woocommerce-product-details__short-description,
		.single-product .summary .cart,
		.single-product .summary .cart .single_add_to_cart_button,
		.single-product .product-button-wrap,
		.single-product .woocommerce-tabs,
		.single-product .woocommerce-tabs ul,
		.single-product .woocommerce-tabs .woocommerce-Tabs-panelm,
		.single-product .progress-bar,
		.single-product .product-360-button,
		.single-categories,
		.single-product .entry-summary,
		.single-product .recently-viewed,
		.single-product .stock-progress,
		.single-product .stock-progress span,
		.single-product .product-estimate,
		.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
			float: left;
			width: 100%;
		}

		.single-product .summary .cart {
			width: auto;
		}

		.single-product .woocommerce-tabs {
			border-top: 1px solid var(--border-color);
			border-bottom: 1px solid var(--border-color);
			padding: 0 0 20px;
			margin: 30px 0;
		}

		.single-product .woocommerce-tabs ul.tabs {
			display: flex;
			justify-content: center;
			border-bottom: 1px solid var(--border-color);
			margin: 0 0 10px;
		}

		.single-product .woocommerce-tabs ul.tabs li a {
			padding: 20px;
			font-family: var(--primary-font);
			font-size: 18px;
			position: relative;
			color: #666;
			letter-spacing: 1px;
		}

		.single-product .woocommerce-tabs ul.tabs li a:hover,
		.single-product .woocommerce-tabs ul.tabs li.active a {
			color: var(--color-text);
		}

		.single-product .woocommerce-tabs ul.tabs li a::after {
			content: "";
			left: 0px;
			right: 0;
			position: absolute;
			top: auto;
			bottom: 0px;
			height: 2px;
			transition: all 400ms ease-in-out 0s;
			-webkit-transition: all 400ms ease-in-out 0s;
			-moz-transition: all 400ms ease-in-out 0s;
			-o-transition: all 400ms ease-in-out 0s;
			-ms-transition: all 400ms ease-in-out 0s;
			width: 0;
			background: var(--primary-bg-color);
			margin: auto;
		}

		.single-product .woocommerce-tabs ul.tabs li.active a::after,
		.single-product .woocommerce-tabs ul.tabs li a:hover::after {
			width: 55%;
		}

		.single-product .summary .cart .single_add_to_cart_button {
			position: static;
			text-align: left;
		}

		.elementor-editor-active .elementor-element.elementor-widget-empty {
			background: none;
		}

		.single-product .product .entry-summary .product-button,
		.single-product .product .entry-summary .quantity {
			position: relative;
			float: left;
			width: auto;
		}

		.single-product .product .entry-summary .woocommerce-grouped-product-list-item__quantity .quantity {
			margin: 0;
		}

		.single-product .product .entry-summary .quantity {
			border: 1px solid #d3ceb8;
			background: none;
		}

		#yith-quick-view-modal .single-product .product .entry-summary .quantity .qty_button:hover {
			background: #f5f5f5;
		}

		#yith-quick-view-modal .single-product .product .entry-summary .quantity .qty {
			background: none;
			width: 30px;
		}

		#yith-quick-view-modal .single-product .product .entry-summary .quantity {
			border: 1px solid #e5e5e5;
			background: none;
		}

		.single-product .product .entry-summary .quantity .qty_button {
			width: 35px;
			height: 49px;
			transition: all 400ms ease-in-out 0s;
			-webkit-transition: all 400ms ease-in-out 0s;
			-moz-transition: all 400ms ease-in-out 0s;
			-o-transition: all 400ms ease-in-out 0s;
			-ms-transition: all 400ms ease-in-out 0s;
		}

		.single-product .product .entry-summary .quantity .qty_button:hover {
			background: #f5f5f5;
			transition: all 400ms ease-in-out 0s;
			-webkit-transition: all 400ms ease-in-out 0s;
			-moz-transition: all 400ms ease-in-out 0s;
			-o-transition: all 400ms ease-in-out 0s;
			-ms-transition: all 400ms ease-in-out 0s;
		}

		.single-product .single-product-thumbnail {
			float: left;
			width: 100%;
			position: relative;
		}

		.single-product .single-product-thumbnail .images {
			float: left;
			width: 100%;
		}

		.single-product-thumbnail .flex-direction-nav li {
			list-style: none;
		}

		.single-product .entry-summary .list-timer .timer {
			background: var(--background-color);
			width: 220px;
			height: 45px;
			display: flex;
			justify-content: center;
			align-items: center;
			box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.06);
			color: var(--color-text);
		}

		.single-product .entry-summary .list-timer {
			margin: 0 0 30px;
			padding: 0;
		}

		.single-product .buy-now-wrap .button:hover::before,
		.single-product .buy-now-wrap .button:hover {
			color: #fff;
		}

		.single-product .buy-now-wrap .button:hover {
			border-color: var(--primary-bg-hv-color);
		}

		.single-product .list-timer .timer svg {
			margin: 0 10px 0 0;
			font-size: 14px;
		}

		.single-product .product .entry-summary .cart-wrap .product_type_variable.disable,
		.single-product .buy-now-wrap .button.product_type_variable {
			pointer-events: none;
			opacity: 0.4;
		}

		.single-product .entry-summary .list-timer .timer .saleend {
			margin: 0;
			font-size: 14px;
			width: auto;
			font-weight: 500;
			letter-spacing: 2px;
		}

		.single-product .woocommerce-product-details__short-description p {
			margin: 0;
			color: #555;
			font-size: 14px;
		}

		.single-product .product-estimate {
			font-size: 14px;
		}

		.single-product .product-estimate .delivery-shipping-wrap .estimated-delivery,
		.single-product .product-estimate .delivery-shipping-wrap .free-shipping {
			display: flex;
			align-items: center;
			position: relative;
			padding: 0 0 0 25px;
			flex-grow: 1;
			flex-basis: 0;
		}

		.single-product .product-estimate .delivery-shipping-wrap .estimated-delivery {
			margin: 0 0 5px;
			padding: 0 0 0 20px;
		}

		.single-product .product-estimate .delivery-shipping-wrap .estimated-delivery p,
		.single-product .product-estimate .delivery-shipping-wrap .free-shipping p {
			margin: 0;
		}

		.single-product .product-estimate .delivery-shipping-wrap .free-shipping::after {
			position: absolute;
			content: '\f48b';
			font-family: 'Font Awesome 5 Free';
			font-weight: 600;
			left: 0;
			right: auto;
			top: 0;
			bottom: 0;
			margin: auto;
			font-size: 14px;
			color: #28282a;
		}

		.single-product .product-estimate .delivery-shipping-wrap .estimated-delivery::after {
			position: absolute;
			content: '\f3c5';
			font-family: 'Font Awesome 5 Free';
			font-weight: 600;
			left: 0;
			right: auto;
			top: 0;
			bottom: 0;
			margin: auto;
			font-size: 14px;
			color: #28282a;
		}

		.single-product .stock-progress span.stock-progress-wrap {
			font-size: 14px;
			margin: 0 0 6px;
		}

		.single-product .summary .product-button-hv {
			float: left;
			width: auto;
			height: auto;
		}

		.product .summary .product-button-wrap .product-button-hv {
			transform: none;
			background-color: transparent;
		}

		.single-product .woocommerce-product-attributes .woocommerce-product-attributes-item td p {
			margin: 0;
		}

		.single-product .entry-summary .woocommerce-product-rating {
			display: flex;
			align-items: center;
			margin: 0 0 20px;
			float: left;
			width: 100%;
		}

		.single-product .entry-summary .woocommerce-review-link {
			font-size: 14px;
			position: relative;
		}

		.single-product .entry-summary .star-rating+.woocommerce-review-link {
			margin: 0 0 0 15px;
			padding: 0 0 0 15px;
			color: #666;
		}

		.single-product .entry-summary .star-rating+.woocommerce-review-link:hover {
			color: var(--secondary-color-hv-text);
		}

		.single-product .entry-summary .star-rating+.woocommerce-review-link::before {
			content: '';
			position: absolute;
			height: 14px;
			width: 1px;
			left: 0;
			right: auto;
			top: 0;
			bottom: 0;
			background: var(--single-border-color);
			margin: auto;
		}

		.single-product .entry-summary .woocommerce-tabs .star-rating+.woocommerce-review-link::before,
		.single-product .entry-summary .woocommerce-tabs .star-rating+.woocommerce-review-link::after {
			content: none;
		}

		.single-product .single-product-content .entry-summary .reviews_tab .woocommerce-review-link {
			margin: 0;
			padding: 0;
			border: none;
		}

		.single-product .product_meta {
			float: left;
			width: 100%;
			margin: 10px 0;
			border-top: 1px solid var(--border-color);
			border-bottom: 1px solid var(--border-color);
			padding: 20px 0;
		}

		.single-product .product_meta .tagged_as,
		.single-product .product_meta .sku_wrapper,
		.single-product .product_meta .single-categories {
			margin: 0 0 8px;
		}

		.single-product .product_meta .sku_wrapper,
		.single-product .product_meta .posted_in,
		.single-product .product_meta .tagged_as {
			font-size: 15px;
			font-weight: 500;
			color: var(--primary-color-text);
			float: left;
			width: 100%;
		}

		.single-product .product_meta>span:last-child {
			margin: 0;
		}

		.single-product .product_meta .sku_wrapper,
		.single-product .product_meta .posted_in {
			padding-right: 10px;
		}

		.single-product .product_meta .single-categories {
			float: left;
			width: 50%;
		}

		.single-product .product_meta .posted_in a,
		.single-product .product_meta .sku_wrapper .sku,
		.single-product .product_meta .tagged_as a {
			font-weight: 400;
			color: #666;
			margin: 0 0 0 5px;
			font-size: 14px;
		}

		.progress-bar span {
			background: var(--primary-bg-color);
			height: 5px;
		}

		.single-product .progress-bar {
			width: 100%;
			background: #e5e5e5;
		}

		.stock-progress .progress-bar {
			margin: 10px 0 0;
			background: rgba(0, 0, 0, 0.1);
		}

		.single-product .product .entry-summary .price {
			margin: 0 0 25px;
			font-size: 20px;
			border-bottom: 1px solid var(--border-color);
			padding: 0 0 25px;
			justify-content: start;
		}

		.single-product .product .entry-summary .price del bdi {
			font-size: 15px;
		}

		.single-product .prev_next_buttons {
			position: fixed;
			top: 50%;
			right: 4%;
			left: auto;
			display: flex;
			flex-direction: column;
			align-items: center;
			z-index: 2;
			display: none;
		}

		.single-product .prev_next_buttons a {
			float: left;
			height: 38px;
			width: 38px;
			background: #fff;
			box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%);
			border-radius: 50%;
			-moz-border-radius: 50%;
			-webkit-border-radius: 50%;
			-khtml-border-radius: 50%;
			display: flex;
			align-items: center;
			justify-content: center;
			float: right;
		}

		.single-product .prev_next_buttons .product-next-prev:hover a {
			box-shadow: 0 4px 8px 0 rgb(0 0 0 / 6%);
		}

		.single-product .prev_next_buttons .product-next-prev:hover a svg {
			color: #111;
		}

		.single-product .prev_next_buttons a svg {
			font-size: 14px;
			color: #666;
		}

		.single-product .prev_next_buttons .product-nav-link svg {
			font-size: 16px;
		}

		.single-product .prev_next_buttons .product-nav-link {
			margin: 0 6px;
		}

		.single-product .recently-viewed {
			margin: 0 0 15px;
		}

		.single-product .entry-summary .woocommerce-product-details__short-description {
			margin: 0 0 25px;
		}

		.single-product .stock-progress {
			margin: 0 0 18px;
		}

		.product .cart-wrap {
			float: left;
			width: 166px;
			height: 40px;
			background: #f5f5f5;
			display: flex;
			align-items: center;
			position: relative;
			margin: 0;
			border-radius: 5px;
			overflow: hidden;
			margin: 0 0 0 10px;
		}

		.cart-wrap svg {
			display: none;
		}

		.nickx-slider-for .btn-prev,
		.nickx-slider-for .btn-next {
			color: var(--color-text);
		}

		.single-product .product .entry-summary .cart-wrap {
			float: left;
			width: 315px;
			margin: 0;
			height: 50px;
		}

		.single-product .product .entry-summary .cart-wrap .product-button {
			background: var(--secondary-bg-color);
			color: #fff;
			padding: 14px 105px 14px;
			font-size: 15px;
			z-index: 1;
			letter-spacing: 1px;
			text-transform: uppercase;
			width: 100%;
			height: 50px;
			justify-content: center;
			display: flex;
			align-items: center;
		}

		.single-product .product .entry-summary .grouped_form .cart-wrap .product-button {
			padding: 0;
			width: 100%;
			height: 100%;
		}

		.single-product .product .entry-summary .grouped_form .cart-wrap {
			float: left;
			width: 422px;
			margin: 0 0 15px 0;
			height: 50px;
		}

		.single-product .product .entry-summary .quantity,
		.single-product .product .entry-summary .cart-wrap .product-button,
		.single-product .product .entry-summary .product-button-wrap {
			transform: none;
			position: relative;
			opacity: 1;
			visibility: visible;
		}

		.single-product .product .entry-summary .quantity {
			position: static;
			margin: 0 15px 15px 0;
		}

		.single-product .product .entry-summary .cart-wrap .product-button {
			right: 0;
			bottom: 0;
		}

		.single-product .product .entry-summary .cart-wrap .product-button:hover {
			color: #fff;
		}

		.single-product .product .entry-summary .cart-wrap .product-button::after {
			content: '';
			background: var(--secondary-bg-hv-color);
			height: 100%;
			width: 0;
			position: absolute;
			transition: .3s cubic-bezier(.785, .135, .15, .86);
			-webkit-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-moz-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-o-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-ms-transition: .3s cubic-bezier(.785, .135, .15, .86);
			top: 0;
			left: auto;
			right: 0;
			z-index: -1;
		}

		.single-product .product .entry-summary .cart-wrap .product-button:hover::after {
			width: 100%;
			right: auto;
			left: 0;
		}

		.single-product .product .entry-summary .cart-wrap .product-button.product_type_variable::before {
			content: '\f067';
		}

		.single-product.thumbnail-slider-style2 .woocommerce-tabs ul.tabss,
		.single-product.thumbnail-slider-style3 .woocommerce-tabs ul.tabss {
			list-style: none;
		}

		.single-product.thumbnail-slider-style2 .woocommerce-tabs ul li .woocommerce-Tabs-panel p {
			font-size: 14px;
			margin: 0;
		}

		.single-product.thumbnail-slider-style2 .woocommerce-tabs ul li,
		.single-product.thumbnail-slider-style2 .woocommerce-tabs ul li a:not(.single-product.thumbnail-slider-style2 ul li #review_form a),
		.single-product.thumbnail-slider-style3 .woocommerce-tabs ul li,
		.single-product.thumbnail-slider-style3 .woocommerce-tabs ul li a:not(.single-product.thumbnail-slider-style3 ul li #review_form a) {
			float: left;
			width: 100%;
		}

		.single-product.thumbnail-slider-style2 .woocommerce-tabs ul li,
		.single-product.thumbnail-slider-style3 .woocommerce-tabs ul li {
			margin: 0 0 15px;
			padding: 0 0 15px;
			border-bottom: 1px solid var(--border-color);
		}

		.single-product.thumbnail-slider-style2 .woocommerce-tabs ul li:last-child,
		.single-product.thumbnail-slider-style3 .woocommerce-tabs ul li:last-child {
			border: none;
			padding: 0;
			margin: 0;
		}

		.single-product.thumbnail-slider-style2 .woocommerce-tabs ul li a,
		.single-product.thumbnail-slider-style3 .woocommerce-tabs ul li a {
			position: relative;
			font-weight: 500;
			font-size: 16px;
		}

		.single-product.thumbnail-slider-style2 .woocommerce-tabs ul li a,
		.single-product.thumbnail-slider-style2 .woocommerce-tabs ul li .woocommerce-Tabs-panel,
		.single-product.thumbnail-slider-style3 .woocommerce-tabs ul li a,
		.single-product.thumbnail-slider-style3 .woocommerce-tabs ul li .woocommerce-Tabs-panel {
			padding: 0 5px;
		}

		.single-product.thumbnail-slider-style2 .woocommerce-tabs ul li a::after,
		.single-product.thumbnail-slider-style3 .woocommerce-tabs ul li a::after {
			position: absolute;
			content: '\2b';
			right: 20px;
			left: auto;
			top: 0;
			bottom: 0;
			margin: auto;
			font-family: 'Font Awesome 5 Free';
			font-weight: 600;
			font-size: 18px;
			height: 30px;
		}

		.single-product.thumbnail-slider-style2 .woocommerce-tabs ul li.active a::after,
		.single-product.thumbnail-slider-style3 .woocommerce-tabs ul li.active a::after {
			content: '\2d';
			font-size: 23px;
			height: 40px;
		}

		.single-product.thumbnail-slider-style2 .woocommerce-tabs ul li.reviews_tab #tab-reviews a::after,
		.single-product.thumbnail-slider-style3 .woocommerce-tabs ul li.reviews_tab #tab-reviews a::after {
			content: none;
		}

		.single-categories span,
		.single-categories .hunting-brands {
			float: left;
			width: auto;
		}

		.single-categories .hunting-brands {
			margin: 0 0 0 5px;
		}

		.single-categories span {
			position: relative;
			font-size: 14px;
			font-weight: 500;
			color: var(--primary-color-text);
			margin: 0 5px 0 0;
		}

		.single-categories .hunting-brands a {
			padding: 0 5px 0 0;
			position: relative;
			margin: 0 8px 0 0;
			font-size: 14px;
			font-weight: 400;
			color: #666;
		}

		.single-categories .hunting-brands a::after {
			position: absolute;
			content: ',';
			top: auto;
			bottom: -2px;
			left: auto;
			right: 0;
		}

		.single-categories .hunting-brands a:last-child:after {
			content: none;
		}

		.single-categories .hunting-brands a:last-child {
			padding: 0;
			margin: 0;
		}

		.single-product.thumbnail-slider-style2 .woocommerce-tabs table th {
			color: #28282a;
		}

		.single-product .woocommerce-tabs ul ul,
		.single-product .woocommerce-tabs ul ol {
			padding: 0 0 0 15px;
		}

		.product-360-slider-wrap .slider-popup-wrap,
		.product-360-slider-wrap .product-360-button-wrap {
			margin: 5px;
		}

		.product-360-slider-wrap .product-popup-wrap {
			position: absolute;
			bottom: 15px;
			top: auto;
			right: 15px;
			left: auto;
			background: transparent;
			display: flex;
			align-items: center;
			border-radius: 3px 0 0;
			padding: 5px 0 0 5px;
		}

		.thumbnail-slider-style3 .product-360-slider-wrap .product-popup-wrap {
			display: none;
		}

		.thumbnail-slider-style2 .right-slider .product-360-slider-wrap .product-popup-wrap {
			bottom: 18px;
			right: 10px;
		}

		.thumbnail-slider-style2 .left-slider .product-360-slider-wrap .product-popup-wrap {
			display: none;
		}


		.thumbnail-slider-style1 .right-slider .product-360-slider-wrap .product-popup-wrap {
			padding-right: 10px;
		}

		.thumbnail-slider-style1 .bottom-slider .product-360-slider-wrap .product-popup-wrap {
			bottom: 20px;
		}

		.product-360-slider-wrap .product-360-button-wrap .product-popup {
			display: flex;
			overflow: hidden;
		}

		.product-360-slider-wrap .slider-popup-wrap svg,
		.product-360-button .product-popup svg {
			font-size: 16px;
		}

		.product-360-slider-wrap .slider-popup-wrap,
		.product-360-button .product-popup {
			height: 40px;
			width: 40px;
			display: flex;
			align-items: center;
			justify-content: center;
			border: 1px solid;
			border-radius: 3px;
			position: relative;
			cursor: pointer;
			z-index: 2;
		}

		a.nickx-popup {
			float: left;
			width: 100%;
			height: 100%;
			cursor: crosshair;
		}

		.nslick-slide img {
			width: 100%;
		}

		.nickx-slider-nav img {
			opacity: .6;
			border-radius: 15px;
		}

		.single-product-thumbnail #nickx-gallery .nslick-slide {
			margin: 0 0 10px;
			width: 150px !important;
		}

		.single-product-thumbnail #nickx-gallery .nslick-slide:last-child {
			margin: 0;
		}

		.bottom-slider .single-product-thumbnail #nickx-gallery .nslick-slide {
			margin: 0 10px 0 0;
		}

		.thumbnail-slider-style1 .left-slider .single-product-thumbnail #nickx-gallery i.thumb_arrow {
			display: flex;
			justify-content: center;
			align-items: center;
			margin: auto;
		}

		.single-product-thumbnail #nickx-gallery i.btn-prev:hover::before {
			-webkit-animation: toBottomFromTop 0.6s forwards;
			animation: toBottomFromTop 0.6s forwards;
		}

		@-webkit-keyframes toBottomFromTop {
			49% {
				-webkit-transform: translateX(-100%);
				transform: translateX(-100%);
			}

			50% {
				opacity: 0;
				-webkit-transform: translateX(100%);
				transform: translateX(100%);
			}

			51% {
				opacity: 1;
			}
		}

		@keyframes toBottomFromTop {
			49% {
				-webkit-transform: translateX(-100%);
				transform: translateX(-100%);
			}

			50% {
				opacity: 0;
				-webkit-transform: translateX(100%);
				transform: translateX(100%);
			}

			51% {
				opacity: 1;
			}
		}

		.single-product-thumbnail #nickx-gallery i.btn-next:hover::before {
			-webkit-animation: toTopFromBottom 0.6s forwards;
			animation: toTopFromBottom 0.6s forwards;
		}

		@-webkit-keyframes toTopFromBottom {
			49% {
				-webkit-transform: translateX(100%);
				transform: translateX(100%);
			}

			50% {
				opacity: 0;
				-webkit-transform: translateX(-100%);
				transform: translateX(-100%);
			}

			51% {
				opacity: 1;
			}
		}

		@keyframes toTopFromBottom {
			49% {
				-webkit-transform: translateX(100%);
				transform: translateX(100%);
			}

			50% {
				opacity: 0;
				-webkit-transform: translateX(-100%);
				transform: translateX(-100%);
			}

			51% {
				opacity: 1;
			}
		}

		#yith-quick-view-modal .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover::after,
		.product-360-slider-wrap .product-360-button-wrap .product-popup:hover svg,
		.product-360-slider-wrap .slider-popup-wrap:hover svg {
			-webkit-animation: toTopFromBottom 0.6s forwards;
			animation: toTopFromBottom 0.6s forwards;
		}

		.thumbnail-slider-style1 .single-product-thumbnail .images .product-360-slider-wrap .slider.nslick-slider i.nslick-arrow:hover {
			background: #28282a;
		}

		.thumbnail-slider-style1 .single-product-thumbnail .images .product-360-slider-wrap .slider.nslick-slider i.nslick-arrow:hover::before {
			color: #fff;
		}

		.thumbnail-slider-style2 .single-product-thumbnail #nickx-gallery i.thumb_arrow {
			display: none !important;
		}

		.single-product-thumbnail #nickx-gallery i.thumb_arrow {
			font-size: 15px;
			height: 30px;
			width: 30px;
			display: flex;
			justify-content: center;
			align-items: center;
			background: rgba(0, 0, 0, 0.4);
		}

		.thumbnail-slider-style1 .left-slider .single-product-thumbnail #nickx-gallery i.thumb_arrow.btn-prev,
		.single-product-thumbnail #nickx-gallery i.thumb_arrow.btn-prev {
			margin-top: -10px;
			opacity: 0;
			transition: all 0.3s ease-in-out;
			-moz-transition: all 0.3s ease-in-out;
			-ms-transition: all 0.3s ease-in-out;
			-o-transition: all 0.3s ease-in-out;
			-webkit-transition: all 0.3s ease-in-out;
		}

		.single-product-thumbnail #nickx-gallery i.thumb_arrow.btn-next,
		.thumbnail-slider-style1 .left-slider .single-product-thumbnail #nickx-gallery i.thumb_arrow.btn-next {
			margin-bottom: -10px;
			opacity: 0;
			transition: all 0.3s ease-in-out;
			-moz-transition: all 0.3s ease-in-out;
			-ms-transition: all 0.3s ease-in-out;
			-o-transition: all 0.3s ease-in-out;
			-webkit-transition: all 0.3s ease-in-out;
		}

		.thumbnail-slider-style1 .left-slider .single-product-thumbnail #nickx-gallery:hover i.thumb_arrow.btn-prev,
		.single-product-thumbnail #nickx-gallery:hover i.thumb_arrow.btn-prev {
			margin-top: 0;
			opacity: 1;
		}

		.single-product-thumbnail #nickx-gallery:hover i.thumb_arrow.btn-next,
		.thumbnail-slider-style1 .left-slider .single-product-thumbnail #nickx-gallery:hover i.thumb_arrow.btn-next {
			margin-bottom: 0;
			opacity: 1;
		}

		.single-product-thumbnail #nickx-gallery i.thumb_arrow.btn-next {
			bottom: 10px;
		}

		.left-slider .single-product-thumbnail #nickx-gallery i.thumb_arrow.btn-next {
			bottom: 11px;
		}

		.thumbnail-slider-style1 .right-slider .single-product-thumbnail #nickx-gallery i.thumb_arrow.btn-prev {
			left: 38%;
		}

		.thumbnail-slider-style1 .right-slider .single-product-thumbnail #nickx-gallery i.thumb_arrow.btn-next {
			right: 50%;
		}

		.single-product .recent-product .product-section-title {
			text-transform: capitalize;
		}

		.up-sells h3,
		.single-product .recent-product .product-section-title,
		.related.products h3 {
			font-size: 32px;
			margin: 0 0 25px;
		}

		.single-product.thumbnail-slider-style2 .related.products {
			margin: 60px 0 30px;
		}

		.single-product .related.products.list-btn-none .compare.btn-hv,
		.single-product .up-sells.upsells.list-btn-none .compare.btn-hv,
		.single-product .recent-product.list-btn-none .compare.btn-hv {
			display: none;
		}

		.single-product .woocommerce-tabs .woocommerce-Reviews .woocommerce-noreviews {
			background: none;
			margin: 0;
		}

		.single-product .entry-summary div.list_product_color {
			height: 15px;
			width: 15px;
		}

		.single-product .entry-summary div.list_product_size {
			font-size: 14px;
			padding: 0 5px;
		}

		.single-product .entry-summary .product_title {
			font-size: 24px;
			float: left;
			width: auto;
			margin: 0 0 20px;
		}

		.single-product .product-estimate .delivery-shipping-wrap span {
			font-size: 14px;
			color: var(--primary-color-text);
			font-weight: 500;
			margin: 0 5px 0 0;
		}

		.single-product .entry-summary .product-attribute-wrap {
			margin: 0 0 20px;
		}

		.single-product .review_tab .avrage_rating {
			font-size: 20px;
			font-weight: 600;
			color: #28282a;
			margin: 0 0 5px;
		}

		#comments,
		#review_form_wrapper,
		.product-review-tab .rating-wrap,
		#comments .commentlist,
		#comments .review-wrap,
		#review_form,
		#review_form .comment-respond,
		#review_form_wrapper .comment-form-comment,
		#review_form_wrapper .comment-form-cookies-consent,
		#review_form_wrapper .form-submit {
			float: left;
			width: 100%;
		}

		#review_form_wrapper .comment-form-cookies-consent {
			width: auto;
		}

		#review_form_wrapper .comment-form-cookies-consent,
		#review_form_wrapper .comment-form-cookies-consent input,
		#review_form_wrapper .comment-form-cookies-consent label {
			cursor: pointer;
		}

		#review_form_wrapper .comment-form-rating {
			float: left;
			width: auto;
		}

		.product-review-tab .review_tab {
			float: left;
			text-align: center;
			margin: 0 30px 0 0;
		}

		.product-review-tab .review_tab .woocommerce-product-rating {
			display: flex;
			flex-direction: column;
			align-items: center;
		}

		.single-product .product-review-tab .review-wrap {
			display: flex;
			align-items: center;
			margin: 50px 0;
		}

		.product-review-tab .rating-wrap .rating-bar {
			display: flex;
			align-items: center;
			margin: 0 0 5px;
		}

		.product-review-tab .rating-wrap .rating-bar svg {
			font-size: 13px;
			margin: 0 5px 0 0;
			color: var(--rate-color);
		}

		.product-review-tab .rating-wrap .rating-bar .rating {
			margin: 0 10px 0 0;
		}

		.product-review-tab .rating-wrap .rating-bar .rating-percentage-bar {
			height: 6px;
			width: 60%;
			background: #cdcdcd;
			margin: 0 10px 0 0;
		}

		.thumbnail-slider-style1 .product-review-tab .rating-wrap .rating-bar .rating-percentage-bar {
			width: 65%;
		}

		.product-review-tab .rating-wrap .rating-bar .rating-percentage-bar span {
			display: block;
			background: var(--rate-color);
			height: 6px;
		}

		.product-review-tab.rating-wrap .rating-bar .rating-count {
			border: 1px solid #e5e5e5;
			height: 20px;
			width: 25px;
			float: left;
			font-size: 13px;
			display: flex;
			justify-content: center;
			align-items: center;
			font-weight: 500;
		}

		.single-product .summary .product .product-button-wrap .btn-hv::before {
			content: none;
		}

		.single-product .product .entry-summary .product-button-wrap .btn-hv {
			margin: 0 20px 0 0;
			flex: auto;
		}

		.single-product .product .entry-summary .product-button-wrap .btn-hv:last-child {
			margin: 0;
		}

		.single-product .product .entry-summary .product-button-wrap .btn-hv a {
			height: auto;
			width: auto;
			display: flex;
			align-items: center;
			font-size: 12px;
			color: #666;
			transform: none;
		}

		.single-product .product .entry-summary .product-button-wrap .wishlist.btn-hv .exists a {
			text-transform: uppercase;
			padding: 0 0 0 18px;
			position: relative;
		}

		.single-product .product .entry-summary .product-button-wrap .btn-hv a:hover,
		.single-product .product .entry-summary .product-button-wrap .btn-hv a:hover::before {
			color: #28282a;
		}

		.single-product .product .entry-summary .product-button-wrap .btn-hv .compare-button a {
			padding: 0 0 0 20px;
			text-transform: uppercase;
		}

		.single-product .product .entry-summary .product-button-wrap .btn-hv a span {
			margin: 0 0 0 18px;
			font-size: 12px;
			text-transform: uppercase;
		}

		.single-product .product .entry-summary .product-button-wrap {
			margin: 30px 0 0;
			position: static;
			background: none;
			border: none;
		}

		.single-product .product .entry-summary .product-button-wrap .btn-hv a::after {
			display: none;

		}

		.single-product .product .entry-summary .product-button-wrap .btn-hv a::before {
			left: 4px;
			right: auto;
			width: auto;
			font-size: 11px;
			color: #666;
		}

		.single-product .xs_social_share_widget {
			position: fixed;
			top: 50%;
			left: 4%;
			right: auto;
			z-index: 3;
			float: left;
			display: flex;
		}

		.side-toggle.single-product .xs_social_share_widget,
		.side-toggle.single-product .prev_next_buttons {
			z-index: 1;
		}

		.search-side-toggle.single-product .xs_social_share_widget,
		.search-side-toggle.single-product .prev_next_buttons,
		.search-side-toggle .product-360-slider-wrap .slider-popup-wrap,
		.search-side-toggle .product-360-button .product-popup {
			z-index: 0;
		}

		.single-product .site-main .xs_social_share_widget ul {
			flex-direction: column;
			display: flex;
			margin: 0;
		}

		.single-product .site-main .xs_social_share_widget ul li {
			list-style: none;
			text-align: center;
			margin: 3px;
		}

		.single-product .site-main .xs_social_share_widget ul li a {
			background: #fff;
			box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%);
			border-radius: 50%;
			-moz-border-radius: 50%;
			-webkit-border-radius: 50%;
			-khtml-border-radius: 50%;
			float: none;
			display: inline-block;
			vertical-align: top;
		}

		.single-product .xs_social_share_widget ul li a .xs-social-icon {
			height: 38px;
			width: 38px;
			line-height: 28px;
			display: flex;
			justify-content: center;
			align-items: center;
		}

		.single-product .site-main .xs_social_share_widget ul li a span {
			color: #111;
			font-size: 13px;
		}

		#comments .commentlist .review .comment_container {
			display: flex;
			align-items: center;
		}

		#review_form_wrapper .comment-respond .comment-reply-title {
			text-transform: uppercase;
			font-weight: 500;
			font-size: 16px;
			color: #111;
			margin: 0 0 15px;
		}

		#review_form_wrapper .comment-respond .comment-form,
		#review_form_wrapper .comment-respond .comment-reply-title,
		#review_form_wrapper5149 {
			float: left;
			width: 100%;
		}

		#review_form_wrapper .comment-respond .comment-form .comment-notes,
		#review_form_wrapper .comment-respond .comment-form .comment-notes #email-notes {
			color: var(--body-text-color);
		}

		#review_form_wrapper .comment-respond .comment-form .comment-form-author {
			float: left;
			width: 50%;
			padding: 0 20px 0 0;
		}

		#review_form_wrapper .comment-respond .comment-form .comment-form-email {
			float: right;
			width: 50%;
			padding: 0 0 0 20px;
		}

		.comment-form-author input,
		.comment-form-email input {
			width: 100%;
			padding: 10px;
		}

		.comment-form-comment .textarea {
			padding: 10px;
		}

		#review_form_wrapper .comment-respond .comment-form p label,
		#review_form_wrapper .comment-respond .comment-form .comment-form-rating label {
			font-size: 15px;
			margin: 0 0 6px;
		}

		#comments .commentlist .review {
			margin: 0 0 15px;
			list-style: none;
		}

		.single-product #review_form_wrapper .comment-form .comment-form-rating .select-wrap {
			display: none;
		}

		.comment-respond .comment-form-rating p.stars.selected a.active::before,
		.comment-respond .comment-form-rating p.stars.selected a:not(.active)::before,
		body p.stars:hover a::before {
			color: var(--rate-color);
		}

		#comments .commentlist li.review .comment_container img {
			border-radius: 50%;
			-moz-border-radius: 50%;
			-webkit-border-radius: 50%;
			-khtml-border-radius: 50%;
			margin: 0 15px 0 0;
		}

		#comments .commentlist .review .comment_container .comment-text .star-rating {
			width: 80px;
			letter-spacing: 3px;
		}

		#comments .commentlist .comment_container .comment-text .meta {
			margin: 0 0 4px;
		}

		#comments .commentlist .comment_container .comment-text .meta time {
			font-size: 12px;
		}

		.thumbnail-slider-style1 .single-product-thumbnail .product-360-slider-wrap {
			position: relative;
		}

		.thumbnail-slider-style1 .left-slider .single-product-thumbnail .product-360-slider-wrap,
		.thumbnail-slider-style2 .single-product-thumbnail .product-360-slider-wrap {
			position: relative;
			float: right;
			width: 80%;
			padding: 0 0 0 10px;
		}

		.entry-summary.summary .product-button-wrap .quickview.btn-hv {
			display: none;
		}

		.thumbnail-slider-style1-s .right-slider .single-product-thumbnail .product-360-slider-wrap {
			padding: 0 10px 0 0;
		}

		.thumbnail-slider-style1 .right-slider .single-product-thumbnail .product-360-slider-wrap,
		.thumbnail-slider-style2 .right-slider .single-product-thumbnail .product-360-slider-wrap {
			float: left;
			width: 80%;
			padding: 0 10px 0 0;
			margin: 0;
		}

		.single-product .right-slider #nickx-gallery.nslick-initialized {
			float: right;
			width: 20%;
		}

		.single-product .left-slider #nickx-gallery.nslick-initialized {
			float: left;
			width: 20%;
		}

		.single-product .right-slider #nickx-gallery.nslick-initialized .nslick-track li img {
			width: auto;
		}

		.thumbnail-slider-style3 .thumb-vertical .product-360-slider-wrap .no-slider .zoom {
			padding: 10px;
		}

		.single-product-thumbnail .images .product-360-slider-wrap .slider.nslick-slider i.nslick-arrow {
			font-size: 26px;
			z-index: 1;
		}

		.thumbnail-slider-style1 .single-product-thumbnail .images .product-360-slider-wrap .slider.nslick-slider i.nslick-arrow {
			background: #f4f3f38f;
			font-size: 22px;
		}

		.thumbnail-slider-style2 .single-product-thumbnail .images .product-360-slider-wrap .slider.nslick-slider i.nslick-arrow {
			display: none;
			opacity: 0;
			visibility: hidden;
		}

		.thumbnail-slider-style3.single-product .buy-now-wrap {
			width: 100%;
		}

		.single-product .buy-now-wrap {
			float: left;
			width: 100%;
			/* 			margin: 0 15px 5px 0; */
			border-radius: 5px;
			overflow: hidden;
		}

		.single-product .buy-now-wrap .button {
			padding: 13px;
			float: left;
			width: 422px;
			display: flex;
			align-items: center;
			justify-content: center;
			font-size: 15px;
			letter-spacing: 1px;
			/* 			border: 1px solid #111; */
			text-transform: uppercase;
			border-radius: 5px;
		}

		.about-team.about-service .tt-feature-box-icon {
			margin: 0;
		}

		.yith-wcqv-main #yith-quick-view-content .buy-now-wrap .button {
			width: 100%;
		}

		.yith-wcqv-main #yith-quick-view-content .product .entry-summary .cart-wrap .product-button {
			padding: 0;
		}

		.yith-wcqv-main #yith-quick-view-content .product .entry-summary .cart-wrap .product-button.product_type_variable {
			padding: 0;
		}

		.yith-wcqv-main #yith-quick-view-content .product .entry-summary .cart-wrap .product-button.product_type_variable::before {
			left: 20px;
			font-size: 12px;
		}

		.single-product .buy-now-wrap .button:focus {
			box-shadow: none;
		}

		.single-product .buy-now-wrap .button svg {
			font-size: 14px;
			margin-right: 8px;
		}

		.single-product-thumbnail .hunting-sale span.label {
			left: 25px;
			border-radius: 0;
		}

		#tab-reviews #reviews {
			float: left;
			width: 100%;
			display: flex;
		}

		.single-product.thumbnail-slider-style2 .woocommerce-tabs #tab-reviews #reviews,
		.single-product.thumbnail-slider-style3 .woocommerce-tabs #tab-reviews #reviews {
			display: block;
			padding: 0;
		}

		.woocommerce-Reviews #comments {
			margin: 0 0 30px;
		}

		.single-product .woocommerce-tabs .woocommerce-Reviews #comments {
			margin: 0 0 20px;
		}

		.single-product .woocommerce-tabs .woocommerce-Reviews #comments .commentlist {
			margin: 0;
		}

		.single-product .woocommerce-tabs .woocommerce-Reviews #comments .commentlist li {
			border-bottom: 1px solid #e5e5e5;
			margin: 0 0 20px;
		}

		.single-product .woocommerce-tabs .woocommerce-Reviews #comments .commentlist li:last-child {
			border: none;
			margin: 0;
		}

		#tab-reviews .product-review-tab {
			float: left;
			width: 100%;
			margin: 0 0 30px;
			width: 40%;
		}

		.thumbnail-slider-style2 #tab-reviews .product-review-tab,
		.thumbnail-slider-style3 #tab-reviews .product-review-tab {
			width: 100%;
			margin: 0 0 10px;
			border: none;
			padding: 0;
		}

		.thumbnail-slider-style2 .product-review-tab .rating-wrap .rating-bar .rating-percentage-bar,
		.thumbnail-slider-style3 .product-review-tab .rating-wrap .rating-bar .rating-percentage-bar {
			width: 50%;
		}

		#tab-reviews .product-review-tab,
		.thumbnail-slider-style1 #tab-reviews .product-review-tab {
			border-right: 1px solid #ccc;
			padding: 0 30px 0 0;
		}

		.product-360-slider-wrap .slider.nickx-slider-for {
			width: 100%;
		}

		.bottom-slider .product-360-slider-wrap .slider.nickx-slider-for {
			margin: 0 0 20px;
		}

		.single-product.thumbnail-slider-style2 .woocommerce-tabs {
			margin-bottom: 0;
		}

		#yith-quick-view-modal .single-product.woocommerce span.onsale,
		.single-product .single-product-thumbnail .hunting-sale span.label {
			background: var(--primary-bg-color);
			border-radius: 0;
			color: #fff;
			padding: 2px 10px;
			transform: none;
		}

		.single-product .product:hover .single-product-thumbnail .hunting-sale span.label,
		.single-product .product:hover .single-product-thumbnail .hunting-sale span.onsale {
			transform: none;
		}

		.single-product-thumbnail .hunting-sale span.label {
			left: 30px;
			top: 20px;
		}

		.single-product.woocommerce .single-product-thumb .hunting-sale span {
			right: 15px;
			top: 15px;
			z-index: 1;
			font-size: 15px;
			padding: 3px 15px;
			font-weight: 400;
			width: 60px;
		}

		.single-product .single-product-thumb-content {
			float: left;
			width: 100%;
		}

		.single-product.woocommerce-active .site-main .products .product {
			margin: 0 0 40px;
		}

		.single-product.woocommerce-active .site-main .products .product.compare-button {
			margin: 0;
		}

		#yith-quick-view-modal .single-product.woocommerce span.onsale {
			position: absolute;
			top: 10px;
			left: 10px;
			font-size: 12px;
		}

		/* product style 02 */
		.single-product.thumbnail-slider-style2 .single-product-thumbnail .product-360-slider-wrap .slider .zoom {
			margin: 0 0 20px;
		}

		.single-product.thumbnail-slider-style2 .single-product-thumbnail .product-360-slider-wrap .slider .zoom.nslick-active:last-child {
			margin: 0;
		}

		.single-product.thumbnail-slider-style2 .product-review-tab .rating-wrap .rating-bar .rating-percentage-bar {
			width: 30%;
		}

		.single-product.thumbnail-slider-style2 #tab-reviews #reviews {
			display: block;
		}

		.single-product.thumbnail-slider-style2 #tab-reviews #reviews #comments {
			margin: 0 0 20px;
		}

		.single-product.thumbnail-slider-style2 #tab-title-reviews .product-review-tab {
			margin: 0;
		}

		.single-product.thumbnail-slider-style2 .woocommerce-tabs ul li#tab-title-reviews .woocommerce-Reviews-title {
			font-size: 22px;
		}

		.thumbnail-slider-style2 #review_form_wrapper .comment-form-rating {
			margin: 0 0 10px;
		}

		.thumbnail-slider-style2 #review_form_wrapper .comment-form-comment {
			margin: 0 0 20px;
		}

		.thumbnail-slider-style2 .woocommerce-tabs ul li .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-notes {
			margin: 0 0 10px;
		}

		.single-product.thumbnail-slider-style1 .woocommerce-tabs .woocommerce-Tabs-panel .product-review-wrap,
		.single-product.thumbnail-slider-style1 .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews {
			float: left;
			width: 100%;
			padding: 0 20px;
		}

		.single-product .woocommerce-tabs .woocommerce-Tabs-panel .product-review-wrap,
		.single-product.thumbnail-slider-style1 .woocommerce-tabs .woocommerce-Tabs-panel .product-review-wrap {
			display: flex;
			padding: 0;
			float: left;
			width: 100%;
		}

		.single-product.thumbnail-slider-style2 .woocommerce-tabs .woocommerce-Tabs-panel .product-review-wrap,
		.single-product.thumbnail-slider-style3 .woocommerce-tabs .woocommerce-Tabs-panel .product-review-wrap {
			display: block;
		}

		.single-product .woocommerce-tabs #tab-reviews #reviews,
		.single-product.thumbnail-slider-style1 .woocommerce-tabs #tab-reviews #reviews {
			display: block;
			padding-left: 40px;
		}

		.single-product .woocommerce-tabs .woocommerce-Tabs-panel p {
			color: #666;
		}

		.single-product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews-title {
			color: #222;
			font-size: 25px;
			font-weight: 600;
		}

		/* product style 03 */
		.single-product.thumbnail-slider-style3 .single-product-image {
			width: 66.66666667%;
			padding: 0;
		}

		.single-product.thumbnail-slider-style3 .single-product-content {
			width: 33.33333333%;
			padding: 0 30px 0 0;
		}

		.single-product.thumbnail-slider-style3 div.product:not(.product-button-hv .compare.btn-hv div.product.compare-button) {
			margin: 0 0 5%;
		}

		.single-product.thumbnail-slider-style3 .summary.entry-summary {
			padding: 0 30px 0 0;
		}

		.thumbnail-slider-style3 .single-product-thumbnail .product-360-slider-wrap {
			float: left;
			position: relative;
		}

		.thumbnail-slider-style3 .single-product-thumbnail .product-360-slider-wrap .no-slider .zoom {
			padding: 10px;
		}

		.thumbnail-slider-style3.single-product .product-estimate .delivery-shipping-wrap {
			display: block;
		}

		.thumbnail-slider-style3.single-product .product-estimate .delivery-shipping-wrap .estimated-delivery {
			margin: 0 0 8px;
		}

		.thumbnail-slider-style3.single-product .single-product-thumbnail .hunting-sale span.onsale {
			left: 15px;
			right: auto;
			top: 25px;
		}

		.thumbnail-slider-style3.single-product .single-product-thumbnail .hunting-sale span.label {
			top: 25px;
		}

		.prev_next_buttons .product-next-prev {
			position: relative;
			margin: 10px 0;
		}

		.product-next-prev .product-popup {
			position: absolute;
			right: 50px;
			left: auto;
			width: 260px;
			display: flex;
			align-items: center;
			background: #fff;
			box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%);
			opacity: 0;
			visibility: hidden;
			transition: all 400ms ease-in-out 0s;
			-webkit-transition: all 400ms ease-in-out 0s;
			-moz-transition: all 400ms ease-in-out 0s;
			-o-transition: all 400ms ease-in-out 0s;
			-ms-transition: all 400ms ease-in-out 0s;
			transform: translateX(-110px);
			-webkit-transform: translateX(-110px);
			-moz-transform: translateX(-10px);
			-o-transform: translateX(-110px);
			-ms-transform: translateX(-110px);
		}

		.product-next-prev .product-popup.next-product-popup {
			bottom: 0;
			top: auto;
		}

		.product-next-prev:hover>.product-popup {
			opacity: 1;
			visibility: visible;
			transition: all 400ms ease-in-out 0s;
			-webkit-transition: all 400ms ease-in-out 0s;
			-moz-transition: all 400ms ease-in-out 0s;
			-o-transition: all 400ms ease-in-out 0s;
			-ms-transition: all 400ms ease-in-out 0s;
			transform: translateX(0px);
			-webkit-transform: translateX(0px);
			-moz-transform: translateX(0px);
			-o-transform: translateX(0px);
			-ms-transform: translateX(0px);
		}

		.product-next-prev .popup-tooltips {
			background-color: #e5e5e5;
			border-radius: 0 0 0 3px;
			height: 10px;
			position: absolute;
			top: 5px;
			transform: rotate(-45deg);
			width: 10px;
			right: 45px;
			left: auto;
			z-index: -1;
			opacity: 0;
		}

		.product-next-prev:hover .popup-tooltips {
			opacity: 1;
		}

		.product-next-prev .product-popup .popup-content {
			padding: 10px;
		}

		.product-next-prev .product-popup .popup-content .popup-title {
			font-family: var(--primary-font);
			font-size: 15px;
			line-height: 20px;
			font-weight: 500;
			color: var(--primary-color-text);
			margin: 0 0 4px;
		}

		.product-next-prev .product-popup .popup-content .popup-price {
			font-size: 15px;
		}

		.single-product .entry-summary .stock.out-of-stock {
			float: left;
			width: auto;
			margin: 0;
			font-weight: 500;
			border: 1px solid #e2401c;
			padding: 2px 10px;
			margin: 0 0 10px;
		}

		.single-product .entry-summary .stock.out-of-stock+.product-button-wrap {
			margin: 0;
		}

		/*group product*/
		.single-product .product .entry-summary .woocommerce-grouped-product-list-item__quantity .cart-wrap {
			margin: 0;
		}

		.single-product .product .entry-summary .woocommerce-grouped-product-list-item__quantity .cart-wrap .product-button {
			padding: 14px 35px 14px 45px;
		}

		.single-product .woocommerce-grouped-product-list-item__price .stock.out-of-stock {
			float: none;
			border: none;
			margin: 5px 0 0;
		}

		.woocommerce-grouped-product-list-item__price .amount {
			font-size: 18px;
			font-weight: 500;
			color: var(--primary-color-text);
		}

		.woocommerce-grouped-product-list-item__price del .amount {
			font-size: 16px;
			color: var(--secondary-color-text);
			padding: 0 5px 0 0;
		}

		.cart.grouped_form .group_table td,
		.cart.grouped_form .group_table th,
		.cart.grouped_form .group_table {
			border: none;
		}

		.cart.grouped_form .group_table td,
		.cart.grouped_form .group_table th {
			padding: 5px;
		}

		.cart.grouped_form .group_table tr {
			border-bottom: 1px solid #ccc;
			margin: 0 0 20px;
			padding: 0 0 20px;
			display: flex;
			flex-wrap: wrap;
		}

		.cart.grouped_form .group_table tr:last-child {
			padding: 0 0 25px;
		}

		.cart.grouped_form .group_table tr td {
			width: 33.33%;
			display: flex;
			justify-content: start;
			flex-direction: column;
			align-items: start;
		}

		.cart.grouped_form .group_table tr td.woocommerce-grouped-product-list-item__price {
			padding-left: 20px;
			display: flex;
			flex-direction: row;
		}

		.cart.grouped_form .group_table tr td.woocommerce-grouped-product-list-item__label a {
			float: none;
			display: inline-block;
			text-align: left;
		}

		.woocommerce-grouped-product-list-item__price .stock-progress .progress-bar {
			margin: 0;
		}

		.single-product .woocommerce-grouped-product-list-item__price .stock-progress {
			margin: 5px 0 0;
			display: none;
		}

		.single-product .product-type-external .entry-summary .cart-wrap {
			margin: 0;
		}

		.home .single-product-detail .woocommerce-product-rating .star-rating::before {
			content: '\f005\f005\f005\f005\f005';
			font-family: 'Font Awesome 5 Free';
			font-weight: 400;
			font-size: 14px;
			opacity: 1;
			color: #ffae00;
			letter-spacing: 1px;
		}

		.about-team.about-service .swiper-slide:hover .tt-feature-box-icon {
			transform: none;
			-webkit-transform: none;
			-moz-transform: none;
			-o-transform: none;
		}

		.home .single-product-detail .woocommerce-product-rating .star-rating span::before {
			top: -2px;
		}

		.about-team.about-service .tt-feature-box-containt p {
			padding: 0;
		}

		.single-product .product-type-external .entry-summary .cart-wrap .product_type_external::before {
			content: '\f064';
		}

		.product-360-view-wrapper .mfp-close {
			font-size: 0;
			width: 32px;
			height: 32px;
			background: transparent;
			border-radius: 50%;
			transition: all 400ms ease-in-out 0s;
			-webkit-transition: all 400ms ease-in-out 0s;
			-moz-transition: all 400ms ease-in-out 0s;
			-o-transition: all 400ms ease-in-out 0s;
			-ms-transition: all 400ms ease-in-out 0s;
			position: absolute;
			top: 10px;
			right: 10px;
			bottom: auto;
			left: auto;
		}

		/* -------- sticky add to cart -------- */
		.sticky-addToCart {
			position: fixed;
			bottom: 0;
			left: 0;
			right: 0;
			top: auto;
			background: #fff;
			z-index: 2;
			box-shadow: 0px 5px 15px 0px rgba(1, 2, 4, 0.15);
			background: #fff;
			transition: all 400ms ease-in-out 0s;
			-webkit-transition: all 400ms ease-in-out 0s;
			-moz-transition: all 400ms ease-in-out 0s;
			-o-transition: all 400ms ease-in-out 0s;
			-ms-transition: all 400ms ease-in-out 0s;
			transform: translateY(100%);
			-webkit-transform: translateY(100%);
			-moz-transform: translateY(100%);
			-o-transform: translateY(100%);
			-ms-transform: translateY(100%);
			padding: 15px 0;
		}

		.sticky-addToCart.sticky {
			transform: translateY(0);
			-webkit-transform: translateY(0);
			-moz-transform: translateY(0);
			-o-transform: translateY(0);
			-ms-transform: translateY(0);
		}

		.sticky-addToCart .stock-progress {
			display: none;
		}

		.sticky-addToCart .stickycart-popup {
			display: flex;
			align-items: center;
			justify-content: space-between;
		}

		.sticky-addToCart .stickycart-popup .sticky-addcart-info .thumb img {
			height: 70px;
			width: 70px;
		}

		.sticky-addToCart .stickycart-popup .group_table {
			display: none;
		}

		.sticky-addToCart .stickycart-popup .stickycart-wrap,
		.sticky-addToCart .stickycart-popup .sticky-addcart-info {
			display: flex;
			align-items: center;
		}

		.sticky-addToCart .stickycart-popup .sticky-addcart-info .sticky-content {
			margin: 0 0 0 12px;
		}

		.single-product .product .entry-summary .stickycart-popup .cart-wrap .product-button {
			padding: 10px 30px 10px 50px;
			font-size: 13px;
		}

		.sticky-addToCart .stickycart-popup .sticky-addcart-info .sticky-content .title {
			text-overflow: ellipsis;
			white-space: nowrap;
			overflow: hidden;
			font-size: 14px;
			margin: 0 0 5px;
		}

		.single-product .product .entry-summary .sticky-addcart-info .price {
			font-size: 14px;
		}

		.sticky-addToCart .stickycart-popup .stickycart-wrap {
			justify-content: end;
		}

		.sticky-addToCart .stickycart-popup .stickycart-wrap .buy-now-wrap {
			display: none;
		}

		.single-product .product .entry-summary .sticky-addToCart .price {
			margin: 0;
			padding: 0;
			border: none;
		}

		.single-product .product .entry-summary .sticky-addToCart .cart-wrap {
			margin: 0;
		}

		.single-product .product .entry-summary .sticky-addToCart .quantity {
			margin: 0 10px 0 0;
		}

		.single-product .product .entry-summary .sticky-addToCart .quantity .qty_button {
			width: 20px;
			height: 38px;
		}

		.single-product .single-product-thumb-content .single-product-detail .entry-summary .sticky-addToCart .list_color_attr,
		.single-product .single-product-thumb-content .single-product-detail .entry-summary .sticky-addToCart .list_size_attr,
		.single-product .entry-summary .sticky-addToCart .product-attribute-wrap {
			width: auto;
			margin: 0;
		}

		.single-product .entry-summary .sticky-addToCart .product-attribute-wrap {
			margin: 0 30px 0 0;
			flex-wrap: nowrap;
		}

		.single-product .entry-summary .sticky-addToCart .product-attribute-wrap .reset_custom_variations {
			margin: 0;
		}

		.single-product .single-product-thumb-content .single-product-detail .entry-summary .attr-title {
			font-size: 12px;
			color: #666;
			margin: 0 0 5px;
		}

		.single-product .single-product-thumb-content .single-product-detail .entry-summary .sticky-addToCart .list_size_attr .list_product_size {
			font-size: 12px;
			line-height: 22px;
			height: 25px;
			width: 25px;
		}

		.single-product .single-product-thumb-content .single-product-detail .entry-summary .sticky-addToCart .list_color_attr .list_product_color {
			width: 20px;
			height: 20px;
		}

		.single-product .single-product-thumb-content .single-product-detail .entry-summary .sticky-addToCart .list_color_attr .list_product_color.select_variation::after,
		.single-product .single-product-thumb-content .single-product-detail .entry-summary .sticky-addToCart .list_color_attr .list_product_color::after {
			height: 26px;
			width: 26px;
		}

		.single-product .single-product-thumb-content .single-product-detail .entry-summary .sticky-addToCart .list_color_attr .list_product_color.not-available::before,
		.single-product .single-product-thumb-content .single-product-detail .entry-summary .sticky-addToCart .list_color_attr .list_product_color.not-available::after {
			width: 20px;
		}

		.single-product .entry-summary .sticky-addToCart .single_variation_wrap {
			display: flex;
			align-items: center;
		}

		.sticky-addToCart .stickycart-popup .stickycart-wrap .cart {
			display: flex;
			align-items: center;
		}

		.single-product .product .sticky-addToCart .cart-wrap {
			margin: 0;
			display: flex;
			width: 150px;
			height: 45px;
		}

		.single-product .stickycart-popup .cart-wrap .product-button {
			font-size: 13px;
			background: var(--secondary-bg-color);
			position: relative;
			color: #fff;
			z-index: 1;
			letter-spacing: 1px;
			display: flex;
			align-items: center;
			text-transform: uppercase;
			width: 150px;
			height: 45px;
			justify-content: center;
			display: flex;
			align-items: center;
		}

		.single-product .stickycart-popup .cart-wrap .product-button::after {
			background: var(--secondary-bg-hv-color);
		}

		.single-product .product .sticky-addToCart .quantity {
			margin: 0 10px 0 0;
			position: static;
			border: 1px solid var(--border-color);
		}

		.single-product .sticky-addcart-info .price {
			font-size: 15px;
			justify-content: start;
		}

		.product .entry-summary .product-button-wrap .btn-hv::before,
		.product .entry-summary .product-button-wrap .btn-hv::after {
			display: none;
		}

		/* -------------- end single product page ----------------- */


		/* --------- start 360 view -------------*/

		.tt-360-veiw .spinner {
			background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
			border-radius: 50%;
			-moz-border-radius: 50%;
			-webkit-border-radius: 50%;
			-khtml-border-radius: 50%;
			box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
			-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
			-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
			color: #000000;
			display: block;
			font-weight: bolder;
			height: 60px;
			line-height: 60px;
			margin: 0 auto;
			text-align: center;
			width: 60px;
		}

		.tt-360-veiw {
			position: relative;
			overflow: hidden;
			margin: 0 auto;
			cursor: ew-resize;
			cursor: -webkit-grab;
		}

		.tt-360-veiw:active {
			cursor: ew-resize;
			cursor: -webkit-grabbing;
		}

		.tt-360-veiw:after {
			content: '';
			position: absolute;
			bottom: 15px;
			left: 15px;
			right: 15px;
			height: 50%;
			z-index: 5;
			border-bottom: 5px solid rgba(175, 175, 175, 0.15);
			border-top: 2px solid rgba(175, 175, 175, 0.05);
			border-right: 2px solid rgba(175, 175, 175, 0.1);
			border-left: 2px solid rgba(175, 175, 175, 0.1);
			border-radius: 50%;
			-moz-border-radius: 50%;
			-webkit-border-radius: 50%;
			-khtml-border-radius: 50%;
		}

		.tt-360-veiw .threed-title {
			position: relative;
			padding-top: 20px;
			z-index: 40;
			text-align: center;
		}

		.tt-360-veiw .threed-view-images {
			display: none;
			list-style: none;
			margin: 0;
			padding: 0;
		}

		.tt-360-veiw .threed-view-images img {
			position: absolute;
			top: 0;
			width: 100%;
			height: auto;
		}

		.tt-360-veiw .threed-view-images img.previous-image {
			visibility: hidden;
		}

		.tt-360-veiw .threed-view-images img.current-image {
			visibility: visible;
		}

		.tt-360-veiw .spinner {
			width: 60px;
			height: 60px;
			line-height: 60px;
			text-align: center;
			display: block;
			margin: 0 auto;
			color: black;
			font-weight: bolder;
			background: rgba(255, 255, 255, 0.7);
			box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
			-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
			-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
			border-radius: 50%;
			-moz-border-radius: 50%;
			-webkit-border-radius: 50%;
			-khtml-border-radius: 50%;
		}

		.tt-360-veiw .spinner span {
			line-height: 60px;
		}

		.tt-360-veiw .nav_bar {
			position: absolute;
			bottom: 40px;
			left: 50%;
			margin-left: -67.5px;
			z-index: 11;
			background-color: white;
			box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
			-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
			-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
		}

		.tt-360-veiw .nav_bar a {
			display: inline-block;
			width: 45px;
			height: 45px;
			line-height: 45px;
			font-size: 0px;
			text-align: center;
			text-decoration: none;
		}

		.tt-360-veiw .nav_bar a:hover {
			background-color: #f9f9f9;
		}

		.tt-360-veiw .nav_bar a:after {
			font-size: 18px;
			font-family: 'fontAwesome';
		}

		.tt-360-veiw .nav_bar a.nav_bar_play:after {
			content: "\f04b";
		}

		.tt-360-veiw .nav_bar a.nav_bar_previous:after {
			content: "\f048";
		}

		.tt-360-veiw .nav_bar a.nav_bar_stop:after {
			content: "\f04c";
		}

		.tt-360-veiw .nav_bar a.nav_bar_next:after {
			content: "\f051";
		}

		.product-360-view-wrapper {
			margin: 100px auto;
			max-width: 800px;
			position: relative;
		}

		.tt-360-veiw:-webkit-full-screen {
			background: #ffffff;
			width: 100%;
			height: 100%;
			margin-top: 0;
			padding-top: 200px;
		}

		/* --------- end 360 view -------------*/

		/* -------------- start cart page block ----------------  */
		.woocommerce-cart .woocommerce-cart-form .product-quantity .quantity {
			border: 1px solid var(--border-color);
			float: left;
			display: flex;
			justify-content: space-between;
		}

		.woocommerce-cart .woocommerce-cart-form .product-quantity .quantity .qty_button,
		.woocommerce-cart .woocommerce-cart-form .product-quantity .quantity .qty {
			background: none;
			border: none;
			padding: 0;
			border-radius: 0;
		}

		.woocommerce-cart .woocommerce-cart-form .product-quantity .quantity .qty_button:hover {
			background: #e5e5e5;
			transition: all 400ms ease-in-out 0s;
			-webkit-transition: all 400ms ease-in-out 0s;
			-moz-transition: all 400ms ease-in-out 0s;
			-o-transition: all 400ms ease-in-out 0s;
			-ms-transition: all 400ms ease-in-out 0s;
		}

		.woocommerce-cart .woocommerce-cart-form .product-quantity .quantity .qty_button {
			transition: all 400ms ease-in-out 0s;
			-webkit-transition: all 400ms ease-in-out 0s;
			-moz-transition: all 400ms ease-in-out 0s;
			-o-transition: all 400ms ease-in-out 0s;
			-ms-transition: all 400ms ease-in-out 0s;
		}

		.woocommerce-cart .woocommerce-cart-form .product-quantity .quantity .qty {
			text-align: center;
			font-size: 14px;
			width: 40px;
		}

		.woocommerce-cart .woocommerce-cart-form .product-quantity .quantity .qty_button {
			height: 45px;
			width: 35px;
			display: flex;
			align-items: center;
			justify-content: center;
		}

		.woocommerce-cart .woocommerce-cart-form .product-quantity .quantity .qty_button.minus {
			font-size: 26px;
		}

		.woocommerce-cart .woocommerce-cart-form .product-quantity .quantity .qty_button.plus {
			font-size: 18px;
		}

		.woocommerce-cart .cart-content-left th,
		.woocommerce-cart .cart-content-left td {
			border: none;
		}

		.woocommerce-cart .cart-content-left th,
		.woocommerce-cart .cart-content-left td {
			border-bottom: 1px solid var(--border-color);
			text-align: center;
		}

		.woocommerce-cart .cart-content-left td {
			padding: 15px 10px;
		}

		.woocommerce-cart .cart-content-left td.actions .coupon {
			float: left;
			position: relative;
		}

		.woocommerce-cart .cart-content-left td.actions .coupon #coupon_code {
			width: auto;
			padding: 10px;
		}

		.woocommerce-cart .cart-content-left td.actions .button:disabled {
			opacity: 0.40;
		}

		.woocommerce-cart .cart-content-left td.actions .button {
			float: right;
			padding: 10px 20px;
			cursor: pointer;
			position: relative;
			z-index: 1;
			margin: 0 0 0 10px;
			font-size: 15px;
		}

		.woocommerce-cart .cart-content-left td.actions .button:focus {
			border: none;
			box-shadow: none;
		}

		.woocommerce-cart .cart-content-left td.actions .button:hover {
			color: #fff;
		}

		.woocommerce-cart .cart-content-left td.actions .button:hover::after {
			width: 100%;
			right: auto;
			left: 0;
		}

		.woocommerce-cart .cart-content-left th {
			font-weight: 500;
			font-family: var(--primary-font);
			font-size: 16px;
			color: var(--primary-color-text);
			padding: 15px;
		}

		.woocommerce-cart .cart-content-left .product-thumbnail img {
			width: 100px;
		}

		.woocommerce-cart .cart-content-left tr td a,
		.woocommerce-cart .woocommerce-cart-form .product-quantity .quantity .qty_button {
			color: var(--body-text-color);
		}

		.woocommerce-cart .cart-content-left tr td a {
			font-size: 14px;
		}

		.woocommerce-cart .cart-content-left tr td a svg:hover {
			color: #ff3737;
		}

		.woocommerce-cart .cart-content-left td .amount {
			font-weight: 600;
			color: var(--primary-color-text);
		}

		.cart-content-left,
		.cart-content-right {
			padding: 0 15px;
		}

		.cart-content-right .cart-collaterals {
			background: radial-gradient(closest-side, transparent 9px, rgba(84, 84, 84, 0.05) 100%);
			padding: 40px 30px;
			float: left;
			width: 100%;
			position: relative;
		}

		.cart-content-right .cart-collaterals::before,
		.woocommerce-checkout .woocommerce .checkout .order_review-wrap .order_review-bg::before {
			position: absolute;
			bottom: -10px;
			left: 0;
			-webkit-transform: rotate(180deg);
			transform: rotate(180deg);
			content: "";
			display: block;
			height: 10px;
			width: 100%;
			background-color: transparent;
			background-size: 20px 20px;
			background-position: 0 10px, 40px 40px;
			background-image: radial-gradient(closest-side, transparent 9px, rgba(84, 84, 84, 0.05) 100%);
		}

		.cart-content-right .cart-collaterals::after,
		.woocommerce-checkout .woocommerce .checkout .order_review-wrap .order_review-bg::after {
			position: absolute;
			top: -10px;
			left: 0;
			content: "";
			display: block;
			height: 10px;
			width: 100%;
			background-color: transparent;
			background-size: 20px 20px;
			background-position: 0 10px, 40px 40px;
			background-image: radial-gradient(closest-side, transparent 9px, rgba(84, 84, 84, 0.05) 100%);
		}

		.cart_totals,
		.wc-proceed-to-checkout,
		.checkout-button {
			float: left;
			width: 100%;
		}

		.page .cart-content-right .checkout-button {
			color: #fff;
			background: var(--primary-bg-color);
			width: 100%;
			float: left;
			height: 50px;
			display: flex;
			justify-content: center;
			align-items: center;
			position: relative;
			z-index: 1;
			font-size: 16px;
		}

		.page .cart-content-right .checkout-button:hover {
			color: #fff;
		}

		.page .cart-content-right .checkout-button::after {
			content: '';
			background: var(--primary-bg-hv-color);
			height: 100%;
			width: 0;
			position: absolute;
			transition: .3s cubic-bezier(.785, .135, .15, .86);
			-webkit-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-moz-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-o-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-ms-transition: .3s cubic-bezier(.785, .135, .15, .86);
			top: 0;
			left: auto;
			right: 0;
			z-index: -1;
		}

		.page .cart-content-right .checkout-button:hover::after {
			width: 100%;
			right: auto;
			left: 0;
		}

		.order_details .woocommerce-table__line-item .product-name a {
			color: var(--body-text-color);
		}

		.order_details .woocommerce-table__line-item .product-name a:hover {
			color: var(--primary-bg-hv-color);
		}

		.cart-content-right .cart-collaterals .cart_totals h2 {
			font-size: 22px;
		}

		.cart-content-right .cart-collaterals .shop_table tr {
			border-bottom: 1px solid #e5e5e5;
			float: left;
			width: 100%;
			margin: 0 0 12px;
			padding: 0 0 12px;
			display: flex;
			justify-content: space-between;
		}

		.cart-content-right .cart-collaterals .cart_totals tr th,
		.cart-content-right .cart-collaterals .cart_totals tr td,
		.cart-content-right .cart-collaterals .shop_table {
			border: none;
		}

		.cart-content-right .cart-collaterals .cart_totals tr td,
		.cart-content-right .cart-collaterals .cart_totals tr th {
			padding: 0;
		}

		.woocommerce-cart .cross-sells {
			float: left;
			width: 100%;
			margin: 50px 0 0;
		}

		.woocommerce-error,
		.woocommerce-message,
		.woocommerce-info {
			padding: 15px 30px;
			list-style: none;
			color: #fff;
		}

		body .site-main .woocommerce-message a {
			color: #fff;
		}

		body .site-main .woocommerce-message a:hover {
			text-decoration: underline;
		}

		.woocommerce-info {
			border-left: 10px solid #2081b9;
		}

		.woocommerce-message {
			border-left: 10px solid #0d7444;
			margin: 0 0 20px;
		}

		.woocommerce-error {
			border-left: 10px solid #c3391a;
		}

		#primary .woocommerce .woocommerce-error li {
			color: #fff;
			margin: 0 0 8px;
			font-size: 14px;
		}

		#primary .woocommerce .woocommerce-error li:last-child {
			margin: 0;
		}

		#primary .woocommerce .woocommerce-notices-wrapper .woocommerce-error li,
		#primary .woocommerce .woocommerce-notices-wrapper .woocommerce-error li a {
			color: #fff;
			margin: 0;
			font-size: 15px;
		}

		#primary .woocommerce .woocommerce-notices-wrapper .woocommerce-error li a {
			font-weight: 600;
		}

		.page .woocommerce-error a {
			color: #f5f5f5;
			margin-left: 5px;
			font-size: 13px;
		}

		#coupon_code {
			padding: 10px 15px;
		}

		.entry-summary .variations tr td select {
			background: #fff;
			font-size: 13px;
			padding: 6px 10px;
		}

		/* -------------- end cart page block ----------------  */

		/* -------------- start checkout block ---------------- */
		.woocommerce-checkout .woocommerce .checkout {
			display: flex;
			flex-wrap: wrap;
			float: left;
			width: 100%;
		}

		.woocommerce .woocommerce-error,
		.woocommerce-NoticeGroup .woocommerce-error,
		.woocommerce-NoticeGroup {
			float: left;
			width: 100%;
		}

		.woocommerce-NoticeGroup .woocommerce-error {
			padding: 20px 30px;
		}

		.woocommerce-checkout .woocommerce .checkout .order_review-wrap {
			padding: 0 0 0 40px;
		}

		.woocommerce-checkout .woocommerce .checkout #customer_details {
			padding: 0 40px 0 0;
		}

		.woocommerce .woocommerce-form-coupon-toggle {
			margin: 0 0 40px;
		}

		.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info {
			padding: 15px 30px;
			background: #f5f5f5;
			border-left: 10px solid #e5e5e5;
			color: var(--secondary-color-text);
		}

		.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info a {
			color: var(--secondary-color-text);
			font-weight: 600;
			margin: 0 0 0 5px;
		}

		.woocommerce-checkout .woocommerce .checkout .order_review-wrap .order_review-bg {
			background: radial-gradient(closest-side, transparent 9px, rgba(84, 84, 84, 0.05) 100%);
			padding: 50px;
			position: relative;
		}

		.woocommerce-checkout .woocommerce .checkout .order_review-wrap .order_review-bg #payment ul {
			list-style: none;
			padding: 0;
			float: left;
			width: 100%;
		}

		.woocommerce-checkout .woocommerce .checkout .order_review-wrap .order_review-bg #payment ul li {
			margin: 0;
			color: #fff;
			padding: 10px;
			float: left;
			width: 100%;
		}

		.woocommerce-checkout .woocommerce .checkout .order_review-wrap .order_review-bg #payment .place-order .button {
			background: var(--primary-bg-color);
			color: #fff;
			height: 50px;
			width: 100%;
		}

		.woocommerce-checkout .woocommerce .checkout .order_review-wrap .order_review-bg #payment .place-order .button:focus {
			box-shadow: none;
		}

		.woocommerce-checkout .woocommerce .checkout .order_review-wrap .shop_table .cart_item td,
		.woocommerce-checkout .woocommerce .checkout .order_review-wrap .shop_table .order-total th,
		.woocommerce-checkout .woocommerce .checkout .order_review-wrap .shop_table .order-total td,
		.woocommerce-checkout .woocommerce .checkout .order_review-wrap .shop_table,
		.woocommerce-checkout .woocommerce .checkout .order_review-wrap .shop_table th,
		.woocommerce-checkout .woocommerce .checkout .order_review-wrap .shop_table td {
			border: none;
		}

		.woocommerce-checkout .woocommerce .checkout .order_review-wrap .shop_table .order-total th {
			font-weight: 500;
		}

		.woocommerce-checkout .woocommerce .checkout .order_review-wrap .shop_table th,
		.woocommerce-checkout .woocommerce .checkout .order_review-wrap .shop_table td {
			padding: 20px 0;
			color: var(--body-text-color);
			border-bottom: 1px solid var(--border-color);
			font-weight: 400;
		}

		.woocommerce-checkout .woocommerce .checkout .order_review-wrap .shop_table thead th {
			color: #222;
			font-size: 16px;
			font-weight: 500;
		}

		.woocommerce-checkout .woocommerce .checkout .order_review-wrap .shop_table td.product-name {
			color: #444;
			font-size: 18px;
			font-family: var(--primary-font);
		}

		.woocommerce-checkout .woocommerce .checkout .order_review-wrap .shop_table tfoot th,
		.woocommerce-checkout .woocommerce .checkout .order_review-wrap .shop_table tfoot td {
			color: var(--secondary-color-text);
		}

		.woocommerce-checkout .woocommerce .checkout .woocommerce-billing-fields .form-row input {
			width: 100%;
			height: 45px;
			padding: 15px;
		}

		.woocommerce-checkout .woocommerce .checkout .woocommerce-billing-fields p.form-row {
			float: left;
			width: 100%;
			margin: 0 0 25px;
		}

		.woocommerce-checkout .woocommerce .checkout .woocommerce-billing-fields p label {
			margin: 0 0 8px;
			font-size: 14px;
		}

		.woocommerce-checkout .woocommerce .checkout .woocommerce-billing-fields p .woocommerce-input-wrapper {
			float: left;
			width: 100%;
			position: relative;
		}

		.woocommerce-checkout .woocommerce .checkout .woocommerce-billing-fields p.form-row.form-row-first,
		.woocommerce-checkout .woocommerce .checkout .woocommerce-billing-fields p.form-row.form-row-last {
			width: 48%;
			margin-bottom: 20px;
		}

		.woocommerce-checkout .woocommerce .checkout .woocommerce-billing-fields p.form-row.form-row-last {
			margin: 0 0 0 25px;
		}

		.woocommerce-checkout .woocommerce .checkout .order_review-wrap .woocommerce-privacy-policy-text p a {
			color: #28282a;
			font-weight: 500;
		}

		.woocommerce-checkout-payment ul li label,
		.woocommerce-checkout-payment ul li .payment_box p {
			color: var(--price-color);
			font-size: 15px;
			font-weight: 500;
			margin: 0 0 10px 0;
		}

		.woocommerce-checkout-payment ul li .payment_box p {
			font-weight: 400;
			font-size: 14px;
			margin: 0;
		}

		.woocommerce-billing-fields h3 {
			text-transform: capitalize;
		}

		/* -------------- end checkout block ---------------- */

		/* -------------- end myaccount block ------------------- */

		.woocommerce-account .woocommerce #customer_login .u-column {
			float: left;
		}

		.woocommerce-account .woocommerce #customer_login .u-column1 {
			padding: 0 40px 0 0;
			border-right: 1px solid var(--border-color);
		}

		.woocommerce-account .woocommerce #customer_login .u-column2 {
			padding: 0 0 0 40px;
		}

		.woocommerce-account .woocommerce #customer_login .u-column .woocommerce-form .woocommerce-form-row input {
			padding: 10px 15px;
		}

		.woocommerce .woocommerce-MyAccount-navigation ul {
			list-style: none;
			padding: 0;
		}

		.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
			float: left;
			padding: 0 40px 0 0;
			width: 15%;
			border-right: 1px solid var(--border-color);
		}

		.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
			float: left;
			padding: 10px 0 0 40px;
			width: 75%;
		}

		.woocommerce-account .woocommerce,
		.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul,
		.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
			float: left;
			width: 100%;
		}

		.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
			position: relative;
		}

		.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a::after {
			position: absolute;
			content: '';
			left: 0;
			right: auto;
			top: auto;
			bottom: 0;
			margin: auto;
			height: 2px;
			background: var(--primary-bg-color);
			width: 0;
			-webkit-transition: all .4s ease-in-out 0s;
			-moz-transition: all .4s ease-in-out 0s;
			-ms-transition: all .4s ease-in-out 0s;
			-o-transition: all .4s ease-in-out 0s;
			transition: all .4s ease-in-out 0s;
		}

		.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:hover::after,
		.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a::after {
			width: 100%;
			-webkit-transition: all .4s ease-in-out 0s;
			-moz-transition: all .4s ease-in-out 0s;
			-ms-transition: all .4s ease-in-out 0s;
			-o-transition: all .4s ease-in-out 0s;
			transition: all .4s ease-in-out 0s;
		}

		.woocommerce-account #primary .woocommerce .woocommerce-MyAccount-navigation ul li {
			margin: 15px 0;
		}

		.woocommerce-account #primary .woocommerce .woocommerce-MyAccount-navigation ul {
			margin: 0;
		}

		.woocommerce-account #primary .woocommerce .woocommerce-MyAccount-navigation ul li a {
			font-family: var(--primary-font);
			font-weight: 500;
			font-size: 20px;
			margin: 0 0 3px;
		}

		.woocommerce-account #primary .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a,
		.woocommerce-account #primary .woocommerce .woocommerce-MyAccount-navigation ul li a:hover,
		.woocommerce-account .woocommerce .woocommerce-MyAccount-content h3 strong {
			color: var(--primary-color-text);
		}

		.woocommerce-account .woocommerce .woocommerce-MyAccount-content h3 {
			margin: 0 0 40px;
		}

		.woocommerce-account .woocommerce .woocommerce-MyAccount-content h3 span {
			font-size: 18px;
		}

		.woocommerce-account .woocommerce .woocommerce-MyAccount-content h3 span a {
			color: var(--primary-color-text);
		}

		.woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-content {
			float: left;
			width: 100%;
		}

		.woocommerce-account .woocommerce a {
			color: var(--primary-color-text);
			font-weight: 500;
		}

		.woocommerce-account .woocommerce a:hover {
			color: #666;
		}

		.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Message,
		.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Message a {
			color: #fff;
		}

		.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Message {
			padding: 20px 30px;
			display: flex;
			justify-content: space-between;
			align-items: center;
		}

		.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Message .woocommerce-Button {
			float: right;
			border: 1px solid #fff;
			padding: 10px 25px;
		}

		.woocommerce-MyAccount-content .woocommerce-Addresses {
			display: flex;
			margin: 30px 0 0;
		}

		.woocommerce-MyAccount-content .woocommerce-Addresses .title a {
			font-size: 14px;
		}

		.woocommerce-edit-address .woocommerce-Address {
			flex: 1 1 50%;
			margin: 0 40px 0 0;
		}

		.woocommerce-edit-address .woocommerce-Address .title {
			display: flex;
			align-items: center;
			justify-content: space-between;
			border-bottom: 1px solid #e5e5e5;
			margin: 0 0 20px;
			padding: 0 0 20px;
		}

		.woocommerce-edit-address .woocommerce-Address .title h3 {
			color: var(--primary-color-text);
			margin: 0;
		}

		.woocommerce-edit-address .woocommerce-Address .title a,
		.woocommerce-edit-address .woocommerce-Address .title a:hover {
			color: #fff;
		}

		.woocommerce-address-fields__field-wrapper,
		.woocommerce-address-fields,
		.woocommerce-address-button,
		.woocommerce-account .form-row,
		.woocommerce-account .form-row label,
		.woocommerce-account .form-row .woocommerce-input-wrapper,
		.woocommerce-account .form-row .woocommerce-input-wrapper input,
		.woocommerce-account .edit-account .woocommerce-form-row input,
		.woocommerce-account .lost_password {
			float: left;
			width: 100%;
		}

		.woocommerce-account button[type="submit"] {
			padding: 10px 30px;
		}

		.woocommerce-account .form-row label {
			margin: 0 0 10px;
			font-size: 14px;
			color: #28282a;
		}

		.woocommerce-account .form-row .woocommerce-input-wrapper input,
		.woocommerce-account .form-row .woocommerce-input-wrapper .select-wrap .select2-container .select2-selection--single,
		.woocommerce-account .edit-account .woocommerce-form-row input {
			height: 45px;
			padding: 10px 15px;
			font-size: 15px;
		}

		.woocommerce-account .form-row .woocommerce-input-wrapper .select-wrap {
			margin: 0;
		}

		.woocommerce-account .form-row .woocommerce-input-wrapper .select-wrap .select2-container .select2-selection--single .select2-selection__rendered {
			font-size: 14px;
			padding: 0;
		}

		.woocommerce-account .woocommerce-MyAccount-content .edit-account .form-row-wide span.from-message {
			float: left;
			width: 100%;
			margin: 10px 0 0;
		}

		.woocommerce-account .woocommerce-MyAccount-content .edit-account fieldset {
			border: 1px solid var(--border-color);
			padding: 25px 30px;
			margin: 0 0 30px;
		}

		.woocommerce-account .woocommerce-MyAccount-content .edit-account fieldset .password-title {
			font-size: 20px;
			font-weight: 500;
			color: #28282a;
			margin: 0 0 20px;
		}

		.woocommerce-account .woocommerce-MyAccount-content .edit-account fieldset p:last-child {
			margin: 0;
		}

		/* -------------- end myaccount block ------------------- */


		.thumbnail-slider-style3 .single-product-thumbnail .product-360-slider-wrap {
			width: 100%;
		}

		.single-product.thumbnail-slider-style3 .single-product-thumb-content {
			flex-direction: row-reverse;
			margin: 0 0 50px;
		}

		.site-main {
			float: left;
			width: 100%;
			min-height: 588px;
		}

		.home .wrap-detail-page .breadcrumb-wrap {
			margin: 0;
		}

		.single-product.thumbnail-slider-style3 .images.nickx_product_images_with_video.loading {
			max-height: 100% !important;
		}


		/* -------- start dark mode ----------- */
		body.dark-mode .site-header .site-main-wrap,
		body.dark-mode #page,
		.dark-mode .site-header,
		.dark-mode .site-main,
		.dark-mode .site-footer,
		.dark-mode .product-360-slider-wrap .product-popup-wrap {
			background: var(--dark-background);
		}

		/* 		.dark-mode .page-header.inner-header-opacity {
			background: var(--primary-bg-color);
		}
 */
		.dark-mode .blog-style .tt-post-wrapper .tt-post-details {
			background-color: transparent;
		}

		.dark-mode .product-category .ui-tabs-nav .ui-tabs-tab a,
		.dark-mode .service-block .text-start .row-01 .tt-feature-box-title,
		.dark-mode .cat_desc .wpcat-content .cat_name,
		.dark-mode .tt-section-title .section-heading {
			color: #fff !important;
		}

		.dark-mode .wishlist_table .wishlist-items-wrapper tr a,
		.dark-mode table.wishlist_table thead th .nobr,
		.dark-mode .wishlist_table .wishlist-items-wrapper tr a,
		.dark-mode.woocommerce-account .woocommerce .woocommerce-MyAccount-content h3,
		.dark-mode.single-product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews-title {
			color: #fff;
		}

		.dark-mode .product-360-slider-wrap .product-popup-wrap {
			padding: 0;
		}

		.dark-mode .e-con-inner .e-con-full {
			margin: 30px 0 0 0;
		}

		.dark-mode .pagination .page-numbers li>a.next::after {
			color: #fff;
		}

		.dark-mode.single-product .summary.entry-summary .product_meta .posted_in,
		.dark-mode.single-product .summary.entry-summary .product-estimate .delivery-shipping-wrap .free-shipping::after,
		.dark-mode.single-product .summary.entry-summary .product-estimate .delivery-shipping-wrap .estimated-delivery::after,
		.dark-mode.single-product .summary.entry-summary .product-estimate .delivery-shipping-wrap span,
		.dark-mode.single-product .product .entry-summary .quantity button.qty_button {
			color: #fff;
		}

		.dark-mode .product-top-sorting .product-sort-view .view:hover svg path,
		.dark-mode .product-top-sorting .product-sort-view .view.active svg path {
			fill: #fff;
		}

		.dark-mode .pagination .page-numbers li>a,
		.dark-mode .pagination .page-numbers li>span {
			color: #fff;
		}

		.dark-mode .site-header,
		.dark-mode .head-hamburger-menu svg,
		.dark-mode #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item>a.mega-menu-link,
		.dark-mode .search-wrap svg,
		.dark-mode .navbar-woocommerce a,
		.dark-mode .tt-section-title p,
		.dark-mode .tt-feature-box .tt-feature-box-containt .tt-feature-box-title,
		.dark-mode footer .widget-wrap .widget .widget-title,
		.dark-mode #page .blog-style .tt-post-details a,
		.dark-mode .product-top-sorting .woocommerce-result-count,
		.dark-mode .product-top-sorting .product-sort-view .view svg,
		.dark-mode.single-product .entry-summary .product_title,
		.dark-mode.single-product .entry-summary .woocommerce-review-link,
		.dark-mode.single-product .product .price,
		.dark-mode .product-360-slider-wrap .slider-popup-wrap svg,
		.dark-mode.single-product .woocommerce-tabs ul.tabs li a:hover,
		.dark-mode.single-product .woocommerce-tabs ul.tabs li.active a,
		.dark-mode .related.products h3,
		.dark-mode.single-product .recent-product .product-section-title,
		.dark-mode.single-product .review_tab .avrage_rating,
		.dark-mode .woocommerce-product-rating a,
		.dark-mode #review_form_wrapper .comment-respond .comment-reply-title,
		.dark-mode footer .widget_block input[type="email"],
		.dark-mode.single-product .product-estimate .delivery-shipping-wrap span,
		.dark-mode.single-product .product-estimate .delivery-shipping-wrap .estimated-delivery::after,
		.dark-mode.single-product .product-estimate .delivery-shipping-wrap .free-shipping::after,
		.dark-mode .woocommerce-tabs ul li a,
		.dark-mode.single-product.thumbnail-slider-style2 .woocommerce-tabs table th,
		.dark-mode.single-product.thumbnail-slider-style2 .woocommerce-tabs ul li#tab-title-reviews .woocommerce-Reviews-title,
		.dark-mode .product-360-button .product-popup svg {
			color: var(--dark-bg-text);
		}

		.dark-mode .tt-post-more a::before,
		.dark-mode.single-product .entry-summary .star-rating+.woocommerce-review-link::before {
			background: #fff;
		}

		.dark-mode .right-header .mini-cart .dropdown-back .basket-item-count #mini-cart-count,
		.single-product.dark-mode .product .entry-summary .cart-wrap .product-button,
		.dark-mode.single-product .buy-now-wrap .button,
		.single-product.dark-mode .comment-form .form-submit .submit {
			background: #fff;
			color: var(--primary-color-text);
		}

		.single-product.dark-mode .buy-now-wrap .button::before {
			color: var(--primary-color-text);
		}

		.dark-mode .section-heading,
		.dark-mode .testimonial_01 .testimonial-wrap .testimonial-info-wrapper .testimonial-info .testimonial-designation,
		.dark-mode .product .price,
		.dark-mode .ttcontent .tt-feature-box-title,
		.dark-mode .product .woocommerce-loop-product__title {
			color: #fff;
		}

		.dark-mode .ttcontent:hover .tt-feature-box-title {
			color: #7cb222;
		}

		.dark-mode #primary .woocommerce.widget_rating_filter ul li a .star-rating::before,
		.dark-mode.single-product .woocommerce-product-rating .star-rating::before,
		.dark-mode.single-product .commentlist .review .comment-text .star-rating::before,
		.dark-mode p.stars a::before {
			color: #bbb;
		}

		/* -------- end dark mode ----------- */

		.thumbnail-slider-style1 .no-slider #nickx-gallery {
			display: none;
		}

		.rs-parallax-wrap .rev-btn::after {
			content: '';
			background: var(--primary-color-hv-text);
			height: 100%;
			width: 0;
			position: absolute;
			transition: .3s cubic-bezier(.785, .135, .15, .86);
			-webkit-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-moz-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-o-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-ms-transition: .3s cubic-bezier(.785, .135, .15, .86);
			top: 0;
			left: auto;
			right: 0;
			z-index: -1;
		}

		.rs-parallax-wrap .rev-btn:hover::after {
			width: 100%;
			right: auto;
			left: 0;
		}

		.rs-parallax-wrap .slider-03-btn.rev-btn {
			overflow: hidden;
		}

		.rs-parallax-wrap .slider-btn.rev-btn::before {
			content: '';
			position: absolute;
			background: var(--primary-color-text);
			width: 100%;
			height: 1px;
			top: auto;
			bottom: -4px;
			right: 0;
			left: 0;
			margin: auto;
		}

		.rs-parallax-wrap .slider-01-btn.rev-btn::before {
			background: #fff;
		}

		.rs-parallax-wrap .slider-01-btn.rev-btn:hover::before,
		.rs-parallax-wrap .rev-btn:hover::before {
			background: var(--primary-color-hv-text);
		}

		.page .site-main .social_icon a {
			color: #aaa;
		}

		.insta-block .tt-section-title {
			margin: 0;
		}

		.list-content-wrap .list-content .stock-progress {
			float: left;
			width: 100%;
			margin: 0 0 20px;
		}

		.list-content-wrap .list-content .product-estimate,
		.list-content-wrap .list-content .product-estimate .delivery-shipping-wrap,
		.list-content-wrap .list-content .product-estimate .delivery-shipping-wrap .estimated-delivery,
		.list-content-wrap .list-content .product-estimate .delivery-shipping-wrap .free-shipping {
			float: left;
			width: 100%;
		}

		.list-content-wrap .list-content .product-estimate .delivery-shipping-wrap .estimated-delivery,
		.list-content-wrap .list-content .product-estimate .delivery-shipping-wrap .free-shipping {
			display: flex;
			align-items: center;
		}

		.list-content-wrap .list-content .product-estimate .delivery-shipping-wrap .estimated-delivery span,
		.list-content-wrap .list-content .product-estimate .delivery-shipping-wrap .free-shipping span {
			width: auto;
			font-weight: 500;
			color: #222;
			font-size: 14px;
		}

		.list-content-wrap .list-content .product-estimate .free-shipping {
			margin: 0 0 10px;
		}

		.list-content-wrap .list-content .product-estimate .delivery-shipping-wrap .estimated-delivery p,
		.list-content-wrap .list-content .product-estimate .delivery-shipping-wrap .free-shipping p {
			margin: 0;
			font-size: 14px;
			width: auto;
			padding: 0 0 0 15px;
		}

		.list-content-wrap .list-content .product-estimate .delivery-shipping-wrap .estimated-delivery {
			margin: 0 0 5px;
		}

		.wishlist_table .wishlist-items-wrapper tr a,
		table.wishlist_table thead th .nobr {
			color: #222;
		}

		.wishlist_table .wishlist-items-wrapper tr a {
			color: var(--secondary-color-text);
		}

		.wishlist_table .wishlist-items-wrapper tr a:hover {
			color: #7cb222;
		}

		.wishlist_table .product-price .amount {
			font-weight: 600;
			color: var(--primary-color-text);
		}

		table.wishlist_table tbody td,
		table.wishlist_table thead th {
			text-align: center;
			border-color: var(--border-color);
		}

		table.wishlist_table thead th .nobr,
		.wishlist_table .product-price .amount,
		.wishlist_table .wishlist-items-wrapper tr a {
			font-size: 15px;
		}

		.wishlist_table .product-price ins {
			text-decoration: none;
		}

		.wishlist_table .wishlist-items-wrapper tr .product-remove a {
			font-size: 18px;
		}

		.wishlist_table .product-stock-status span.wishlist-in-stock {
			font-size: 14px;
		}

		.yith_wcwl_wishlist_footer .share-button>a {
			position: relative;
		}

		.yith_wcwl_wishlist_footer .share-button>a::after {
			position: absolute;
			top: 0;
			bottom: 0;
			right: 0;
			left: 0;
			margin: auto;
			font-family: 'Font Awesome 5 Free';
			font-weight: 600;
		}

		.wishlist_table .woocommerce-Price-amount.amount {
			color: #6b6b6b;
			font-weight: 400;
			font-size: 12px;
		}

		.dark-mode .wc-blocks-filter-wrapper h3 {
			color: #fff;
		}

		.dark-mode .category .cat_desc .wpcat-content .cat_name,
		.dark-mode .category .tt-section-title .section-heading {
			color: #222 !important;
		}

		.dark-mode .wc-block-components-price-slider__range-input-progress {
			background: #727272;
		}

		.yith_wcwl_wishlist_footer .share-button>a.facebook::after {
			content: '\f09a';
			font-size: 0;
		}

		.right-header .mini-cart .dropdown-menu-mini-cart .cart-slider::-webkit-scrollbar-track {
			-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
		}

		.right-header .mini-cart .dropdown-menu-mini-cart .cart-slider::-webkit-scrollbar-thumb {
			-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9);
		}

		.right-header .mini-cart .dropdown-menu-mini-cart .cart-slider::-webkit-scrollbar {
			width: 5px;
		}

		.navbar-hamburger .navbar-hamburger-container::-webkit-scrollbar-track {
			-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
		}

		.navbar-hamburger .navbar-hamburger-container::-webkit-scrollbar-thumb {
			-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9);
		}

		.navbar-hamburger .navbar-hamburger-container::-webkit-scrollbar {
			width: 5px;
		}

		.attr-title {
			display: none;
		}

		.single-product .single-product-thumb-content .single-product-detail .entry-summary .attr-title {
			display: block;
			float: left;
			width: 100%;
			color: #111;
			font-size: 14px;
			text-transform: uppercase;
			font-weight: 500;
			padding: 0 30px 0 0;
			margin: 0 0 10px;
		}

		.single-product .single-product-thumb-content .single-product-detail .entry-summary .list_color_attr,
		.single-product .single-product-thumb-content .single-product-detail .entry-summary .list_size_attr {
			float: left;
			width: 100%;
			margin: 0;
			padding: 0;
		}

		.single-product .single-product-thumb-content .single-product-detail .entry-summary .list_color_attr {
			margin: 0 0 20px;
			display: block;
		}

		.yith-wcqv-wrapper .entry-summary div.list_product_color,
		.single-product .single-product-thumb-content .single-product-detail .entry-summary .list_color_attr .list_product_color {
			height: 30px;
			width: 30px;
		}

		.yith-wcqv-wrapper .entry-summary div.list_product_size,
		.single-product .single-product-thumb-content .single-product-detail .entry-summary .list_size_attr .list_product_size {
			font-size: 14px;
			padding: 0;
			height: 30px;
			width: 30px;
			border: 2px solid #e5e5e5;
			margin: 0 10px 0 0;
			line-height: 26px;
			transition: all 400ms ease-in-out 0s;
			-webkit-transition: all 400ms ease-in-out 0s;
			-moz-transition: all 400ms ease-in-out 0s;
			-o-transition: all 400ms ease-in-out 0s;
			-ms-transition: all 400ms ease-in-out 0s;
		}

		.yith-wcqv-wrapper .entry-summary div.list_product_size.select_variation,
		.yith-wcqv-wrapper .entry-summary div.list_product_size:hover,
		.single-product .single-product-thumb-content .single-product-detail .entry-summary .list_size_attr .list_product_size:hover,
		.single-product .single-product-thumb-content .single-product-detail .entry-summary .list_size_attr .list_product_size.select_variation {
			border-color: #111;
			color: #111;
			transition: all 400ms ease-in-out 0s;
			-webkit-transition: all 400ms ease-in-out 0s;
			-moz-transition: all 400ms ease-in-out 0s;
			-o-transition: all 400ms ease-in-out 0s;
			-ms-transition: all 400ms ease-in-out 0s;
		}

		div.list_product_size.not-available,
		.yith-wcqv-wrapper .entry-summary div.list_product_size.not-available,
		.yith-wcqv-wrapper .entry-summary div.list_product_color.not-available,
		.single-product .single-product-thumb-content .single-product-detail .entry-summary .list_color_attr .list_product_color.not-available,
		.single-product .single-product-thumb-content .single-product-detail .entry-summary .list_size_attr .list_product_size.not-available {
			position: relative;
		}

		div.list_product_size.not-available::before,
		div.list_product_size.not-available::after,
		.yith-wcqv-wrapper .entry-summary div.list_product_size.not-available::before,
		.yith-wcqv-wrapper .entry-summary div.list_product_size.not-available::after,
		.yith-wcqv-wrapper .entry-summary div.list_product_color.not-available::before,
		.yith-wcqv-wrapper .entry-summary div.list_product_color.not-available::after,
		.single-product .single-product-thumb-content .single-product-detail .entry-summary .list_color_attr .list_product_color.not-available::after,
		.single-product .single-product-thumb-content .single-product-detail .entry-summary .list_color_attr .list_product_color.not-available::before,
		.single-product .single-product-thumb-content .single-product-detail .entry-summary .list_size_attr .list_product_size.not-available::before,
		.single-product .single-product-thumb-content .single-product-detail .entry-summary .list_size_attr .list_product_size.not-available::after {
			position: absolute;
			content: '';
			height: 1px;
			width: 25px;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			margin: auto;
			background: #e31212;
		}

		div.list_product_size.not-available::after,
		div.list_product_size.not-available::before {
			width: 12px;
		}

		.yith-wcqv-wrapper .entry-summary div.list_product_color.not-available::before,
		.yith-wcqv-wrapper .entry-summary div.list_product_color.not-available::after,
		.single-product .single-product-thumb-content .single-product-detail .entry-summary .list_color_attr .list_product_color.not-available::after,
		.single-product .single-product-thumb-content .single-product-detail .entry-summary .list_color_attr .list_product_color.not-available::before {
			width: 30px;
		}

		div.list_product_size.not-available::before,
		.yith-wcqv-wrapper .entry-summary div.list_product_color.not-available::before,
		.yith-wcqv-wrapper .entry-summary div.list_product_size.not-available::before,
		.single-product .single-product-thumb-content .single-product-detail .entry-summary .list_color_attr .list_product_color.not-available::before,
		.single-product .single-product-thumb-content .single-product-detail .entry-summary .list_size_attr .list_product_size.not-available::before {
			-webkit-transform: rotate(45deg);
			-moz-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			-o-transform: rotate(45deg);
			transform: rotate(45deg);
		}

		div.list_product_size.not-available::after,
		.yith-wcqv-wrapper .entry-summary div.list_product_size.not-available::after,
		.yith-wcqv-wrapper .entry-summary div.list_product_color.not-available::after,
		.single-product .single-product-thumb-content .single-product-detail .entry-summary .list_color_attr .list_product_color.not-available::after,
		.single-product .single-product-thumb-content .single-product-detail .entry-summary .list_size_attr .list_product_size.not-available::after {
			-webkit-transform: rotate(-45deg);
			-moz-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			-o-transform: rotate(-45deg);
			transform: rotate(-45deg);
		}

		#yith-quick-view-modal .entry-summary .reset_custom_variations {
			margin: 0 0 0 15px;
		}

		.slider-thumbnail {
			border-radius: 50%;
		}

		/* ------------- start quick view ---------------  */

		.yith-wcqv-wrapper .single-product .entry-summary .product_meta {
			padding: 20px 0;
			margin: 30px 0 0;
		}

		#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main {
			box-shadow: none;
			overflow-y: auto;
			overflow-x: hidden;
			scrollbar-width: thin;
		}

		#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main::-webkit-scrollbar-track {
			background-color: #d7d7d7;
		}

		#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main::-webkit-scrollbar-thumb {
			background-color: #a0a0a0;
		}

		#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main::-webkit-scrollbar {
			width: 6px;
		}

		#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main .woocommerce.single-product .woocommerce-product-gallery__wrapper {
			float: left;
			width: 100%;
			margin: 0;
		}

		#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main .woocommerce.single-product .woocommerce-product-gallery__wrapper .owl-nav {
			opacity: 1;
		}

		#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main .woocommerce.single-product .woocommerce-product-gallery__wrapper .owl-nav .owl-prev {
			left: 0;
		}

		#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main .woocommerce.single-product .woocommerce-product-gallery__wrapper .owl-nav .owl-next {
			right: 0;
		}

		#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main .woocommerce.single-product .woocommerce-product-gallery__wrapper .owl-nav button span {
			font-size: 35px;
			color: var(--primary-color-text);
		}

		#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main .woocommerce.single-product .woocommerce-product-gallery__wrapper .owl-dots {
			display: none;
		}

		.yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content div.images {
			width: 55%;
		}

		.yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content div.summary.entry-summary {
			width: 45%;
			padding: 30px;
		}

		.pswp__caption .pswp__caption__center {
			text-align: center;
		}

		.yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content div.summary.entry-summary::-webkit-scrollbar-track {
			background-color: #d7d7d7;
		}

		.yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content div.summary.entry-summary::-webkit-scrollbar-thumb {
			background-color: #a0a0a0;
		}

		.yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content div.summary.entry-summary::-webkit-scrollbar {
			height: 2px;
		}

		#yith-quick-view-content div.woocommerce-product-rating a.woocommerce-review-link {
			display: block;
		}

		.yith-wcqv-head #yith-quick-view-close:hover {
			background: #f5f5f5;
		}

		#yith-quick-view-modal .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
			top: 0;
			bottom: auto;
			height: 40px;
			width: 40px;
			right: 0;
			left: auto;
			background: #fff;
			display: flex;
			justify-content: center;
			align-items: center;
		}

		#yith-quick-view-modal .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger::after {
			content: '\f065';
			font-family: 'Font Awesome 5 Free';
			font-weight: 600;
		}

		#yith-quick-view-modal .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger img {
			display: none !important;
		}

		#yith-quick-view-modal .single-product .summary .cart .single_add_to_cart_button {
			float: none;
			display: inline-block;
			vertical-align: top;
			width: auto;
			padding: 17px 30px 17px 50px;
			margin: 0;
			position: relative;
			width: 100%;
			height: 100%;
			justify-content: center;
			color: #fff;
			display: flex;
			align-items: center;
		}

		.rvslider_01:after {
			background-image: url('../images/curve.png');
			position: absolute;
			content: '';
			top: auto;
			bottom: 0;
			left: 0;
			width: 100%;
			right: 0;
			height: 140px;
			background-position-x: right;
			transform: rotateY(180deg);
			z-index: 1;
		}

		#yith-quick-view-modal .single-product .summary .cart.grouped_form .single_add_to_cart_button {
			margin: 0;
		}

		#yith-quick-view-modal .single-product .woocommerce-product-details__short-description+.product_meta {
			border-top: none;
			padding-top: 0;
			margin-top: 0;
		}

		.woocommerce-form-coupon .button {
			padding: 10px 20px;
			font-size: 15px;
		}

		.woocommerce-cart .cart-content-left td .amount {
			color: #222 !important;
		}

		/* ------------- end quick view ---------------  */

		.no-results.not-found {
			border: 1px solid #e5e5e5;
			padding: 30px;
		}

		.tp-tabs,
		.tp-thumbs,
		.tp-bullets {
			z-index: 99 !important;
		}

		.blog-grid .tt-post-wrapper {
			margin: 0 0 40px;
		}

		.specer .tt-section-title .section-heading,
		.specer .tt-section-title {
			margin: 0;
		}

		.wpcf7-form-control-wrap input,
		.wpcf7-form-control-wrap textarea {
			padding: 10px 15px;
		}

		.error-404.not-found {
			text-align: center;
			margin: 20px 0 90px;
		}

		.error-404.not-found h2 {
			font-size: 130px;
		}

		.error-404.not-found h3 {
			font-size: 30px;
		}

		.error-404.not-found .page-content {
			font-size: 18px;
			width: 40%;
			margin: 0 auto 30px;
		}

		.error-404.not-found .page-content p {
			font-size: 16px;
		}

		.error-404.not-found .search {
			margin: 0 0 60px;
		}

		.error-404.not-found .back-home-button a {
			font-size: 15px;
			padding: 12px 25px;
		}

		.error-404.not-found .back-home-button a:focus {
			box-shadow: none;
		}

		.single-product.woocommerce-active .site-main .recent-product .products.columns-5 .product,
		.single-product.woocommerce-active .site-main .related.products .products.columns-5 .product,
		.single-product.woocommerce-active .site-main .up-sells.upsells.products .columns-5 .product {
			width: 100%;
		}

		.yith-wcqv-head #yith-quick-view-close,
		.offside .widget-area .filter-close,
		.cart-slider .cart-close,
		.sticky-addToCart .sticky-close,
		.navbar-hamburger span.hamburger-close .hamburger-close-wrap,
		.search-icon .top-search .search-fix .product-search-close {
			position: absolute;
			width: 32px;
			height: 32px;
			right: 20px;
			left: auto;
			background: transparent;
			border-radius: 50%;
			transition: all 400ms ease-in-out 0s;
			-webkit-transition: all 400ms ease-in-out 0s;
			-moz-transition: all 400ms ease-in-out 0s;
			-o-transition: all 400ms ease-in-out 0s;
			-ms-transition: all 400ms ease-in-out 0s;
			cursor: pointer;
		}

		.yith-wcqv-head #yith-quick-view-close {
			border: none;
			font-size: 0;
			top: 10px;
			right: 10px;
		}

		.search-icon .top-search .search-fix .product-search-close {
			right: 40px;
			top: 50px;
			bottom: auto;
			cursor: pointer;
		}

		.navbar-hamburger span.hamburger-close .hamburger-close-wrap {
			right: 0;
			background-color: rgba(255, 255, 255, 0.1);
		}

		.sticky-addToCart .sticky-close:hover,
		.yith-wcqv-head #yith-quick-view-close:hover,
		.email-popup-con .nothanks:hover,
		.product-360-view-wrapper .mfp-close:hover,
		.offside .widget-area .filter-close:hover,
		.cart-slider .cart-close:hover,
		.navbar-hamburger span.hamburger-close .hamburger-close-wrap:hover,
		.search-icon .top-search .search-fix .product-search-close:hover {
			background: #f5f5f5;
			transition: all 400ms ease-in-out 0s;
			-webkit-transition: all 400ms ease-in-out 0s;
			-moz-transition: all 400ms ease-in-out 0s;
			-o-transition: all 400ms ease-in-out 0s;
			-ms-transition: all 400ms ease-in-out 0s;
		}

		.navbar-hamburger span.hamburger-close .hamburger-close-wrap:hover {
			background-color: rgba(255, 255, 255, 0.2);
		}

		.sticky-addToCart .sticky-close::after,
		.sticky-addToCart .sticky-close::before,
		.yith-wcqv-head #yith-quick-view-close::after,
		.yith-wcqv-head #yith-quick-view-close::before,
		.email-popup-con .nothanks::before,
		.email-popup-con .nothanks::after,
		.product-360-view-wrapper .mfp-close::after,
		.product-360-view-wrapper .mfp-close::before,
		.offside .widget-area .filter-close::after,
		.offside .widget-area .filter-close::before,
		.cart-slider .cart-close::before,
		.cart-slider .cart-close::after,
		.navbar-hamburger span.hamburger-close .hamburger-close-wrap::after,
		.navbar-hamburger span.hamburger-close .hamburger-close-wrap::before,
		.search-icon .top-search .search-fix .product-search-close::after,
		.search-icon .top-search .search-fix .product-search-close::before {
			content: '';
			position: absolute;
			height: 2px;
			width: 15px;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			margin: auto;
			z-index: 2;
			transform-origin: 50% 50%;
			background-color: #28282a;
			opacity: 1;
			-moz-opacity: 1;
			-khtml-opacity: 1;
			-webkit-opacity: 1;
			visibility: visible;
			-moz-transition: -moz-transform ease .25s;
			-webkit-transition: -webkit-transform ease .25s;
			-o-transition: -o-transform ease .25s;
			-ms-transition: -ms-transform ease .25s;
			transition: transform ease .25s;
		}

		.navbar-hamburger span.hamburger-close .hamburger-close-wrap::after,
		.navbar-hamburger span.hamburger-close .hamburger-close-wrap::before {
			background-color: #fff;
		}

		.sticky-addToCart .sticky-close::before,
		.yith-wcqv-head #yith-quick-view-close::before,
		.email-popup-con .nothanks::before,
		.product-360-view-wrapper .mfp-close::before,
		.offside .widget-area .filter-close::before,
		.cart-slider .cart-close::before,
		.navbar-hamburger span.hamburger-close .hamburger-close-wrap::before,
		.search-icon .top-search .search-fix .product-search-close::before {
			-webkit-transform: rotate(45deg);
			-moz-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			-o-transform: rotate(45deg);
			transform: rotate(45deg);
		}

		.sticky-addToCart .sticky-close:hover::before,
		.yith-wcqv-head #yith-quick-view-close:hover::before,
		.email-popup-con .nothanks:hover:before,
		.product-360-view-wrapper .mfp-close:hover::before,
		.offside .widget-area .filter-close:hover::before,
		.cart-slider .cart-close:hover::before,
		.navbar-hamburger span.hamburger-close .hamburger-close-wrap:hover::before,
		.search-icon .top-search .search-fix .product-search-close:hover::before {
			-webkit-transform: rotate(-45deg);
			-moz-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			-o-transform: rotate(-45deg);
			transform: rotate(-45deg);
		}

		.sticky-addToCart .sticky-close::after,
		.yith-wcqv-head #yith-quick-view-close::after,
		.email-popup-con .nothanks::after,
		.product-360-view-wrapper .mfp-close::after,
		.offside .widget-area .filter-close::after,
		.cart-slider .cart-close::after,
		.navbar-hamburger span.hamburger-close .hamburger-close-wrap::after,
		.search-icon .top-search .search-fix .product-search-close::after {
			-webkit-transform: rotate(-45deg);
			-moz-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			-o-transform: rotate(-45deg);
			transform: rotate(-45deg);
		}

		.sticky-addToCart .sticky-close:hover::after,
		.yith-wcqv-head #yith-quick-view-close:hover::after,
		.email-popup-con .nothanks:hover::after,
		.product-360-view-wrapper .mfp-close:hover::after,
		.offside .widget-area .filter-close:hover::after,
		.cart-slider .cart-close:hover::after,
		.navbar-hamburger span.hamburger-close .hamburger-close-wrap:hover::after,
		.search-icon .top-search .search-fix .product-search-close:hover::after {
			-webkit-transform: rotate(45deg);
			-moz-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			-o-transform: rotate(45deg);
			transform: rotate(45deg);
		}

		.email-popup-con {
			/* 			position: fixed;
			top: auto;
			left: 0;
			right: 0;
			bottom: 0;
			background-color: #fff;
			z-index: 999;
			visibility: hidden;
			transition: all 600ms ease-in-out 0s;
			transform: translateY(100%);
			box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em; */
			position: fixed;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			background-color: rgba(0, 0, 0, 0.8);
			z-index: 999;
			transition: all 600ms ease-in-out 0s;
			margin: auto;
		}

		.email-popup-con.fixed {
			visibility: visible;
			transform: translateY(0px);
		}

		.email-popup-inner-con {
			float: left;
			width: 600px;
			background-color: var(--body-bg-color);
			display: flex;
			padding: 30px;
			align-items: center;
			justify-content: center;
			flex-wrap: wrap;
			height: 545px;
			margin: auto;
			position: absolute;
			left: 0;
			right: 0;
			top: 0;
			bottom: 0;
		}

		.email-popup-img-con {
			float: left;
			position: relative;
		}

		.email-popup-inner-con .email-popup-img-con {
			display: flex;
			align-items: center;
			margin: 0 -15px;
		}

		.email-popup-inner-con .message-overlay-con {
			padding: 0;
			width: 80%;
		}

		.email-popup-inner-con .email-popup-img-con .newsletter {
			padding: 0;
		}

		.message-overlay-con {
			text-align: center;
			z-index: 1;
		}

		.email-popup-inner-con .message {
			display: block;
			color: var(--primary-color-text);
			font-weight: 600;
			font-size: 22px;
			font-family: var(--primary-font);
			text-align: center;
			margin: 20px 0 10px;
		}

		.email-popup-inner-con .newsletter .footer-newsletter {
			padding: 0;
			display: block;
		}

		.message-desc {
			float: left;
			width: 100%;
			text-align: center;
			font-size: 14px;
		}

		.email-popup-con .nothanks {
			display: inline-block;
			color: #ccc;
			text-transform: uppercase;
			font-weight: 600;
			position: absolute;
			right: 5px;
			left: auto;
			top: 5px;
			bottom: auto;
			font-size: 0;
			background: transparent;
			border-radius: 50%;
			height: 32px;
			width: 32px;
		}

		.email-popup-con .nothanks:hover {
			color: #fff;
			cursor: pointer;
		}

		.email-popup-inner-con .gform_wrapper {
			padding: 25px;
		}

		.email-popup-inner-con div.gform_wrapper label.gfield_label {
			display: none;
		}

		.email-popup-inner-con div.gform_wrapper .gform_footer .gform_button,
		.email-popup-inner-con div.gform_wrapper .gform_page_footer .button {
			width: 100%;
			background-color: #da842b;
			padding: 10px;
			font-size: 24px;
		}

		.email-popup-inner-con div.gform_wrapper .gform_footer .gform_button:hover,
		.email-popup-inner-con div.gform_wrapper .gform_page_footer .button:hover {
			background-color: #ec9840;
		}

		.email-popup-inner-con div.gform_wrapper input[type="email"],
		.email-popup-inner-con div.gform_wrapper input[type="text"],
		.email-popup-inner-con div.gform_wrapper select {
			background-color: transparent;
			border: 2px solid #ccc;
			color: #777;
			padding: 15px;
			border-radius: 5px;
		}

		.email-popup-inner-con .gform_confirmation_message {
			color: #fff;
			border: none;
			background-color: #538594;
		}

		.email-popup-con .footer-newsletter .news-form {
			float: left;
			width: 100%;
		}

		/* 		.email-popup-con .footer-newsletter .news-title {
			display: none;
		} */

		.email-popup-con .footer-newsletter .news-form .newsletter-form {
			position: relative;
			float: left;
			width: 100%;
		}

		.email-popup-con .footer-newsletter .news-form .newsletter-form input[type="email"] {
			background: transparent;
			border: none;
			border-bottom: 1px solid #bbb;
			padding: 20px 140px 20px 20px;
			font-size: 14px;
		}

		.email-popup-con .footer-newsletter .news-form .newsletter-form input[type="submit"] {
			position: absolute;
			right: 0;
			left: auto;
			bottom: 10px;
			top: auto;
			font-size: 14px;
			padding: 18px 40px;
		}

		.email-popup-con .email-popup-inner-con .mc4wp-form {
			width: 34%;
			float: left;
			padding: 0 0 0 40px;
		}

		.email-popup-con.newsletter .news-title {
			width: 100%;
			justify-content: center;
			align-items: center;
			display: flex;
		}

		.email-popup-con.newsletter .news-title h2 {
			font-size: 20px;
			margin: 20px 0 10px 0;
		}

		.email-popup-con.newsletter .footer-newsletter {
			padding: 0;
			display: block;
		}

		.recent-product .related.products .owl-carousel .owl-nav {
			display: none;
		}

		.error404 .search-form.search__form {
			width: 40%;
			margin: auto;
		}

		.about-contant .tt-section-title .section-heading {
			font-size: 24px;
			font-weight: 500;
		}

		.about_blog .tt-section-title {
			width: 80%;
		}

		.about-team .tt-feature-box {
			margin: 20px 0;
			padding: 0;
		}

		.about-team .tt-feature-box .tt-feature-box-containt .tt-feature-box-title {
			margin: 0 0 5px;
		}

		.about-team .tt-feature-box .tt-feature-box-icon {
			margin: 0;
			overflow: hidden;
		}

		.about-team .tt-feature-box-containt {
			float: left;
			width: 100%;
			background: #f5f5f5;
			padding: 20px;
			text-align: center;
		}

		.about-team .tt-feature-box-containt .tt-feature-box-title {
			margin: 0 0 15px;
		}

		.about-team .tt-feature-box-containt p {
			margin: 0;
		}

		.eicon-play:hover {
			animation: 3s linear 0s infinite normal none running hover__tab;
			-webkit-animation: 3s linear 0s infinite normal none running hover__tab;
			-moz-animation: 3s linear 0s infinite normal none running hover__tab;
			-ms-animation: 3s linear 0s infinite normal none running hover__tab;
		}

		@keyframes hover__tab {
			0% {
				transform: scale(1);
				-webkit-transform: scale(1);
				-moz-transform: scale(1);
				-ms-transform: scale(1)
			}

			25% {
				transform: scale(1.2);
				-webkit-transform: scale(1.2);
				-moz-transform: scale(1.2);
				-ms-transform: scale(1.2)
			}

			50% {
				transform: scale(1);
				-webkit-transform: scale(1);
				-moz-transform: scale(1);
				-ms-transform: scale(1)
			}

			75% {
				transform: scale(1.2);
				-webkit-transform: scale(1.2);
				-moz-transform: scale(1.2);
				-ms-transform: scale(1.2)
			}

			100% {
				transform: scale(1);
				-webkit-transform: scale(1);
				-moz-transform: scale(1);
				-ms-transform: scale(1)
			}
		}

		body .about-selection {
			align-items: center;
		}

		.about-selection .tt-section-title .section-heading,
		.about-selection .tt-section-title .tt-section-sab {
			margin: 0 0 20px;
		}

		.about_blog .tt-section-title p,
		.about-contant .tt-section-title p,
		.about-selection .tt-section-title p {
			width: 100%;
		}

		.about-us-content {
			align-items: center;
		}

		.about-team .tt-feature-box .tt-feature-box-icon img {
			transition: all 1.5s ease-in-out 0s;
			-webkit-transition: all 1.5s ease-in-out 0s;
			-moz-transition: all 1.5s ease-in-out 0s;
			-o-transition: all 1.5s ease-in-out 0s;
			-ms-transition: all 1.5s ease-in-out 0s;
		}

		.about-team .tt-feature-box:hover .tt-feature-box-icon img {
			transform: scale(1.1);
			-webkit-transform: scale(1.1);
			-moz-transform: scale(1.1);
			-o-transform: scale(1.1);
			-ms-transform: scale(1.1);
			transition: all 1.5s ease-in-out 0s;
			-webkit-transition: all 1.5s ease-in-out 0s;
			-moz-transition: all 1.5s ease-in-out 0s;
			-o-transition: all 1.5s ease-in-out 0s;
			-ms-transition: all 1.5s ease-in-out 0s;
		}

		.single-product .buy-now-wrap .ajax_add_to_cart {
			display: none;
		}

		.contact_templet .icon-svg svg {
			border: 2px solid #e5e5e5;
			padding: 10px;
		}

		#sb_instagram .sbi_photo {
			position: relative;
		}

		#sb_instagram .sbi_photo:hover::after {
			background: #fff;
			opacity: 0.6;
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			width: 100%;
			height: 100%;
		}

		/* slider */

		#rev_slider_1_1_wrapper .hesperiden .tp-bullet.rs-touchhover,
		#rev_slider_1_1_wrapper .hesperiden .tp-bullet {
			transition: all 400ms ease-in-out 0s;
			-webkit-transition: all 400ms ease-in-out 0s;
			-moz-transition: all 400ms ease-in-out 0s;
			-o-transition: all 400ms ease-in-out 0s;
			-ms-transition: all 400ms ease-in-out 0s;
		}

		.slider08.btn.btn-primary,
		.slider01.btn.btn-primary {
			border-radius: 50%;
			background: #fff;
		}

		.slider08.btn.btn-primary:hover,
		.slider01.btn.btn-primary:hover {
			color: #fff !important;
		}

		.slider01.btn.btn-primary::after {
			background: var(--secondary-bg-hv-color);
		}

		.slide-02.slider01.btn.btn-primary::after {
			background: #eceee7;
		}

		.slide-02.slider01.btn.btn-primary:hover {
			color: #222 !important;
		}

		.slide-03.slider01.btn.btn-primary::after {
			background: var(--content-color3);
		}

		.slider-07.btn.btn-primary {
			background: #636b57;
			border-radius: 50%;
		}

		.slider08.btn.btn-primary::after {
			background: #b86131;
		}

		.slider-09.btn.btn-primary {
			background: #807546;
			border-radius: 50%;
		}

		.slider-07.btn.btn-primary::after,
		.slider-09.btn.btn-primary::after {
			background: var(--primary-bg-color);
		}

		.slider10.btn.btn-primary {
			border-radius: 50%;
		}

		body.search-side-toggle,
		body.filter-toggle,
		body.side-toggle {
			overflow: hidden;
		}

		.elementor-widget-container {
			float: left;
			width: 100%;
		}

		.single-product .site-main>.container {
			max-width: 100%;
		}

		.single-product .recent-product {
			float: left;
			width: 100%;
			margin: 0 0 30px;
		}

		.single-product .product-border {
			float: left;
			width: 100%;
			position: relative;
		}

		.single-product .product-border::after {
			position: absolute;
			top: 50px;
			bottom: 0;
			right: 0;
			left: 0;
			background: var(--single-border-color);
			content: '';
			z-index: 2;
			height: 1px;
		}

		.single-product.single-product.thumbnail-slider-style2 .single-product-thumb-content,
		.single-product.single-product.thumbnail-slider-style3 .single-product-thumb-content {
			margin: 0 0 20px;
		}

		.single-product.thumbnail-slider-style3 .related.products,
		.single-product.thumbnail-slider-style2 .related.products {
			margin-top: 100px;
		}

		.single-product.thumbnail-slider-style3 .woocommerce-tabs,
		.single-product.thumbnail-slider-style2 .woocommerce-tabs {
			border: none;
			padding: 0;
		}

		.left-header .head-top-call a.contact-no>svg,
		.header-top .list-inline-item.header-top-tel a svg {
			transform: rotateY(180deg);
		}

		.left-header .head-top-call a.contact-no:hover>svg,
		.header-top .list-inline-item.header-top-tel a:hover svg {
			transform: rotateY(20deg);
		}

		#cboxWrapper .cart-wrap .product-button {
			padding: 10px 20px;
		}

		.woocommerce-account .site-main>.container {
			max-width: 1260px;
		}

		.woocommerce-lost-password .site-main>.container {
			max-width: 620px;
		}

		.woocommerce-lost-password .woocommerce .lost_reset_password {
			border: 1px solid #e5e5e5;
			padding: 30px;
			margin: 0 0 30px;
			float: left;
			width: 100%;
		}

		.woocommerce-lost-password .woocommerce .lost_reset_password p.form-row {
			margin: 0;
		}

		.woocommerce-lost-password .woocommerce .lost_reset_password p.form-row.woocommerce-form-row--first {
			margin: 0 0 30px;
		}

		.woocommerce-account button[type="submit"]:focus {
			box-shadow: none;
		}

		.fancybox-toolbar .fancybox-button--play {
			display: none;
		}

		.woocommerce-checkout .woocommerce-billing-fields {
			float: left;
			width: 100%;
		}

		.woocommerce-checkout .woocommerce-billing-fields .woocommerce-input-wrapper .select-wrap {
			margin: 0;
			z-index: 1;
		}

		.woocommerce-checkout .woocommerce-billing-fields .woocommerce-input-wrapper .select-wrap::after {
			top: 8px;
			display: block;
		}

		.site-main .comments-area {
			margin: 0 0 30px;
		}

		.site-main .left .comments-area {
			margin: 0;
		}

		.full-sidebar #post_sidebar .widget-area .widget.woocommerce.widget_layered_nav_filters {
			width: 100%;
			flex-direction: row;
			border: none;
			margin: 0 0 40px;
			flex-wrap: wrap;
		}

		.full-sidebar #post_sidebar .widget-area .widget.woocommerce.widget_layered_nav_filters .widget-title {
			width: auto;
			margin: 0 20px 0 0;
			padding: 0;
		}

		.full-sidebar #post_sidebar .widget-area .widget.woocommerce.widget_layered_nav_filters ul {
			margin: 0;
			display: flex;
		}

		.full-sidebar #post_sidebar .widget-area .widget.woocommerce.widget_layered_nav_filters ul li {
			margin: 0 10px;
		}

		.full-sidebar #post_sidebar .widget-area .widget.woocommerce.widget_layered_nav_filters ul li a {
			background: #f5f5f5;
			padding: 5px 30px 5px 15px;
			border-radius: 4px;
		}

		.full-sidebar #post_sidebar .widget-area .widget.woocommerce.widget_layered_nav_filters ul li a::after {
			right: 15px;
		}

		.single_variation_wrap {
			float: left;
			width: 100%;
		}

		.reset_custom_variations {
			display: none;
		}

		.reset_custom_variations {
			margin: 30px 0 0;
			text-transform: uppercase;
			font-size: 14px;
			font-weight: 500;
			line-height: 5px;
		}

		.reset_custom_variations>svg {
			margin: 0 6px 0 0;
		}

		.reset_custom_variations:hover {
			color: var(--primary-color-hv-text);
		}

		.single-update-price {
			float: left;
			width: 100%;
			color: var(--primary-color-text);
			font-size: 22px;
			font-weight: 500;
			margin: 20px 0 0;
		}

		.sticky-addToCart .single-update-price {
			display: none;
		}


		/* ----- contact-info --- */
		.contact-info p {
			margin: 0;
		}

		.contact_social svg {
			color: var(--primary-color-text);
		}

		.contact_social svg:hover {
			color: var(--primary-bg-hv-color);
		}

		/* ------ ----- */
		.find_heading .tt-section-title .section-heading {
			font-size: 22px;
		}

		.find_description .tt-section-title p {
			font-family: var(--primary-font);
		}

		.coming_section .tt-section-title .tt-section-sab {
			border: none;
			color: var(--primary-color-text);
			letter-spacing: 2px;
			font-size: 15px;
		}

		.coming_section .tt-section-title .section-heading {
			font-size: 36px;
		}


		body .site-main .about-shop {
			align-items: center;
		}

		.shop-title h2 {
			float: none;
			display: inline-block;
			border-bottom: 1px solid #222;
			padding: 0 0 10px;
		}

		.error-404.not-found .search-results.active {
			display: none;
		}

		/* ----------- start cms aboutus block ----------------- */
		.aboutcms-content .cms-detail {
			display: flex;
			align-items: center;
			justify-content: space-between;
			font-size: 18px;
			color: var(--color-text);
			border-top: 1px solid #c2b296;
			padding: 25px 0;
		}

		.about-block-img-01>.elementor-widget-container {
			position: relative;
			z-index: 1;
		}

		.about-block-img-01::after {
			content: '';
			position: absolute;
			bottom: -100px;
			top: auto;
			left: 0;
			right: 0;
			margin: auto;
			width: 100%;
			height: 65%;
			background: #ecdabc;
			z-index: 0;
		}

		.about-block-img-02 img {
			-webkit-animation: spin 10s linear infinite;
			-moz-animation: spin 10s linear infinite;
			animation: spin 10s linear infinite;
		}

		.type-wrap {
			font-family: var(--primary-font);
			color: var(--primary-color-text);
			font-size: 90px;
			line-height: 100px;
			min-height: 200px;
		}

		.typed-cursor {
			opacity: 1;
			-webkit-animation: blink 0.7s infinite;
			-moz-animation: blink 0.7s infinite;
			animation: blink 0.7s infinite;
		}

		@keyframes blink {
			0% {
				opacity: 1;
			}

			50% {
				opacity: 0;
			}

			100% {
				opacity: 1;
			}
		}

		/* about us 02 */
		.about-block-02 .type-wrap {
			color: var(--content-color2);
			height: 120px;
			font-size: 50px;
			line-height: 60px;
		}

		.parallax-button .elementor-button {
			border-radius: 50%;
		}

		.parallax-button .elementor-button,
		.about-button-01 .elementor-button {
			z-index: 0;
			position: relative;
			overflow: hidden;
		}

		.parallax-button .elementor-button::after,
		.about-button-01 .elementor-button::after,
		.about-button .elementor-button::after {
			content: '';
			height: 100%;
			width: 0;
			position: absolute;
			transition: .3s cubic-bezier(.785, .135, .15, .86);
			-webkit-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-moz-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-o-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-ms-transition: .3s cubic-bezier(.785, .135, .15, .86);
			top: 0;
			left: auto;
			right: 0;
			z-index: -1;
			background: var(--content-color2);
		}

		.parallax-button .elementor-button::after {
			background: var(--content-color1);
		}

		.about-button-01 .elementor-button:hover::after,
		.parallax-button .elementor-button:hover::after,
		.about-button .elementor-button:hover::after,
		.about-button-01 .elementor-button:focus::after,
		.parallax-button .elementor-button:focus::after,
		.about-button .elementor-button:focus::after,
		.about-button-01 .elementor-button:active::after,
		.parallax-button .elementor-button:active::after,
		.about-button .elementor-button:active::after {
			width: 100%;
			right: auto;
			left: 0;
		}

		.about-button-01 .elementor-button:hover {
			border-color: var(--content-color2) !important;
		}

		/* about us 03 */
		.about-block-img-01.about-img-02::after {
			content: none;
		}

		.about-block-03 .type-wrap {
			color: var(--content-color3);
			min-height: 200px;
		}

		.about-block-03 .swiper-wrapper .swiper-slide {
			padding: 30px;
		}

		.about-bg::after {
			background: #e8e2d9;
			bottom: auto;
			top: 0;
			content: '';
			position: absolute;
			left: 0;
			right: auto;
			margin: auto;
			width: 50%;
			height: 50%;
			z-index: 1;
		}

		.about-block-02 .tt-section-title .section-img,
		.about-block-03 .tt-section-title .section-img {
			display: none;
		}

		.about-block-03 .aboutcms-content .cms-detail:last-child {
			padding-bottom: 0;
		}

		/* about us 04 */
		.aboutcms-content.aboutcms-content-04 .cms-detail {
			border-color: #d2a488;
		}

		.about-block-04 .type-wrap {
			font-size: 70px;
			line-height: 80px;
			color: #b86131;
			min-height: 160px;
		}

		.about-hover-01 .hover-01,
		.about-hover-01 .hover-03 {
			transform: translateY(50px);
		}

		.about-hover-01 .hover-02 {
			transform: translateY(50px) translateX(30px);
		}

		/* about us 06 */
		.animation-01 {
			overflow: hidden;
		}

		.tt-slider-box,
		.zoom-banner {
			overflow: hidden;
		}

		.about-scale:hover .animation-01 .elementor-widget-container>img,
		.about-scale .animation-01 .elementor-widget-container>img {
			transition: all 2s ease-in-out 0s;
			-webkit-transition: all 2s ease-in-out 0s;
			-moz-transition: all 2s ease-in-out 0s;
			-o-transition: all 2s ease-in-out 0s;
			-ms-transition: all 2s ease-in-out 0s
		}

		.about-scale:hover .animation-01 .elementor-widget-container>img {
			transform: scale(1.1);
			-webkit-transform: scale(1.1);
			-moz-transform: scale(1.1);
			-o-transform: scale(1.1);
			-ms-transform: scale(1.1);
		}

		.tt-slider-box>img,
		.zoom-banner img {
			animation: float 20s ease-in-out infinite;
		}

		@keyframes float {
			0% {
				transform: scale(1);
				-webkit-transform: scale(1);
				-moz-transform: scale(1);
				-ms-transform: scale(1)
			}

			25% {
				transform: scale(1.1);
				-webkit-transform: scale(1.1);
				-moz-transform: scale(1.1);
				-ms-transform: scale(1.1)
			}

			50% {
				transform: scale(1);
				-webkit-transform: scale(1);
				-moz-transform: scale(1);
				-ms-transform: scale(1)
			}

			75% {
				transform: scale(1.1);
				-webkit-transform: scale(1.1);
				-moz-transform: scale(1.1);
				-ms-transform: scale(1.1)
			}

			100% {
				transform: scale(1);
				-webkit-transform: scale(1);
				-moz-transform: scale(1);
				-ms-transform: scale(1)
			}
		}

		.animation-02 {
			-webkit-animation: mover 4s infinite alternate;
			animation: mover 4s infinite alternate;
		}

		@-webkit-keyframes mover {
			0% {
				transform: translateY(0);
			}

			50% {
				transform: translateY(-10px);
			}

			100% {
				transform: translateY(0);
			}
		}

		@keyframes mover {
			0% {
				transform: translateY(0);
			}

			50% {
				transform: translateY(-10px);
			}

			100% {
				transform: translateY(0);
			}
		}

		/* about us 07 */
		.section-layout-07 {
			margin: 0 100px;
			background: #fff;
		}

		/* ----------- end cms aboutus block ----------------- */


		/* ----------- start variation block ------------------ */
		.variations_form .variations td.value .select_box .select_option span,
		.variations_form .variations td.value .select_box .select_option,
		.variations_form .variations td,
		.variations_form .variations th,
		.variations_form .variations {
			border: none;
		}

		.variations_form .variations th,
		.variations_form .variations td {
			padding: 0;
			float: left;
			width: 100%;
		}

		.variations_form .variations tr {
			margin: 0 0 20px;
			float: left;
			width: 100%;
		}

		.variations_form .variations tr:last-child {
			margin: 0;
		}

		.variations_form .variations th.label,
		.variations_form .variations td.label {
			margin: 0 0 10px;
		}

		.variations_form .variations td.value .select_box.attribute_pa_color .select_option {
			position: relative;
		}

		.variations_form .variations td.value .select_box.attribute_pa_color .select_option span {
			width: 30px;
			height: 30px;
			border-radius: 50%;
		}

		.variations_form .variations td.value .select_box.attribute_pa_color .select_option span::after {
			content: '';
			position: absolute;
			height: 36px;
			width: 36px;
			border: 1px solid #666;
			left: -3px;
			right: auto;
			top: -3px;
			bottom: auto;
			border-radius: 50%;
			transition: all 400ms ease-in-out 0s;
			-webkit-transition: all 400ms ease-in-out 0s;
			-moz-transition: all 400ms ease-in-out 0s;
			-o-transition: all 400ms ease-in-out 0s;
			-ms-transition: all 400ms ease-in-out 0s;
			opacity: 0;
		}

		.variations_form .variations td.value .select_box.attribute_pa_color .select_option.selected span::after,
		.variations_form .variations td.value .select_box.attribute_pa_color .select_option:hover span::after {
			opacity: 1;
		}

		.variations_form .variations td.value .select_box.attribute_pa_size .select_option span {
			border: 2px solid var(--border-color);
			height: 35px;
			width: 35px;
			line-height: 32px;
			font-size: 14px;
		}

		.variations_form .variations td.value .select_box.attribute_pa_size .select_option.selected span,
		.variations_form .variations td.value .select_box.attribute_pa_size .select_option:hover span {
			border-color: #28282a;
		}

		.variations_form .variations th>label,
		.variations_form .variations td>label {
			color: var(--color-text);
			text-transform: uppercase;
			font-weight: 500;
			font-size: 14px;
		}

		.variations_form .variations td.value .select_box .select_option {
			margin-right: 10px;
		}

		.variations_form .variations td.value .select_box .select_option:last-child {
			margin-right: 0;
		}

		.cart .select-wrap {
			margin: 0;
		}

		.cart .select-wrap::after {
			content: none;
		}

		.entry-summary .variations_form .variations tr td.value select {
			font-size: 14px;
			padding: 10px 50px 10px 15px;
		}

		.variations_form .variations tr .reset_variations {
			margin: 5px 0 10px;
			float: left;
			width: 100%;
			text-transform: uppercase;
			font-weight: 500;
			position: relative;
			padding: 0 0 0 15px;
		}

		.variations_form .variations tr .reset_variations::after {
			content: '\f00d';
			font-family: 'Font Awesome 5 Free';
			font-weight: 600;
			font-size: 14px;
			position: absolute;
			left: 0;
			right: auto;
			top: 0;
			bottom: 0;
			margin: auto;
			height: 20px;
		}

		.variations_form .variations tr .reset_variations:hover::after,
		.variations_form .variations tr .reset_variations:hover {
			color: #e2401c;
		}

		.variations_form .variations tr .reset_variations::after,
		.variations_form .variations tr .reset_variations:hover::after {
			transition: all 400ms ease-in-out 0s;
			-webkit-transition: all 400ms ease-in-out 0s;
			-moz-transition: all 400ms ease-in-out 0s;
			-o-transition: all 400ms ease-in-out 0s;
			-ms-transition: all 400ms ease-in-out 0s;
		}

		.single_variation_wrap .woocommerce-variation-add-to-cart,
		.single_variation_wrap .woocommerce-variation .woocommerce-variation-price,
		.single_variation_wrap .woocommerce-variation {
			float: left;
			width: 100%;
		}

		.single_variation_wrap .woocommerce-variation-add-to-cart {
			display: flex;
			align-items: start;
		}

		.single-product .summary .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button {
			padding: 0;
			color: #fff;
			height: 50px;
			width: auto;
			position: relative;
			font-size: 16px;
			width: 100%;
			height: 100%;
		}

		.single-product .summary .single_variation_wrap .woocommerce-variation-add-to-cart.woocommerce-variation-add-to-cart-disabled .single_add_to_cart_button {
			opacity: 0.5;
			cursor: not-allowed;
		}

		.single_variation_wrap .woocommerce-variation .woocommerce-variation-price .price {
			font-size: 20px;
		}

		.single_variation_wrap .woocommerce-variation .woocommerce-variation-price .price del bdi {
			font-size: 18px;
		}

		.stickycart-wrap .single_variation_wrap .woocommerce-variation .woocommerce-variation-price .price {
			font-size: 15px;
			display: flex;
			padding: 0 10px;
		}

		.stickycart-wrap .single_variation_wrap .woocommerce-variation .woocommerce-variation-price .price del bdi {
			font-size: 14px;
		}

		.variations_form .variations {
			margin: 0;
		}

		.sticky-addToCart .single_variation_wrap .woocommerce-variation-add-to-cart {
			justify-content: end;
		}

		.right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content ul li .product-details .variation {
			display: flex;
			flex-wrap: wrap;
		}

		.right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content ul li .product-details .variation dt {
			width: 40%;
			font-weight: 400;
			font-size: 14px;
			padding: 0 0 2px;
		}

		.right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content ul li .product-details .variation dd {
			width: 60%;
			margin: 0;
		}

		.right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content ul li .product-details .variation dd p {
			margin: 0;
		}

		.sticky-addToCart .variations_form .variations tbody tr td.value,
		.sticky-addToCart .variations_form .variations tbody {
			display: flex;
			flex-wrap: wrap;
		}

		.sticky-addToCart .variations_form .variations tbody {
			padding: 0 0 0 10px;
		}

		.sticky-addToCart .variations_form .variations td.value .select_box.attribute_pa_color .select_option span {
			width: 20px;
			height: 20px;
		}

		.sticky-addToCart .variations_form .variations td.value .select_box.attribute_pa_size .select_option span {
			height: 20px;
			width: 20px;
			line-height: 16px;
			font-size: 10px;
		}

		.sticky-addToCart .variations_form {
			display: flex;
			align-items: center;
		}

		.single-product .product .sticky-addToCart .quantity {
			margin: 0 10px 0 0;
			position: static;
			border: 1px solid var(--border-color);
		}

		.single-product .product .sticky-addToCart .single_add_to_cart_button {
			width: 170px;
			padding: 16px 20px 15px;
			position: relative;
			justify-content: center;
		}

		.sticky-addToCart .variations_form .variations td.value .select_box.attribute_pa_color .select_option span::after {
			height: 24px;
			width: 24px;
			left: -2px;
			top: -2px;
		}

		.single-product .product .sticky-addToCart .quantity .qty_button {
			width: 20px;
			height: 43px;
			transition: all 400ms ease-in-out 0s;
			-webkit-transition: all 400ms ease-in-out 0s;
			-moz-transition: all 400ms ease-in-out 0s;
			-o-transition: all 400ms ease-in-out 0s;
			-ms-transition: all 400ms ease-in-out 0s;
		}

		.single-product .product .sticky-addToCart .quantity .qty_button:hover {
			background: #f5f5f5;
			transition: all 400ms ease-in-out 0s;
			-webkit-transition: all 400ms ease-in-out 0s;
			-moz-transition: all 400ms ease-in-out 0s;
			-o-transition: all 400ms ease-in-out 0s;
			-ms-transition: all 400ms ease-in-out 0s;
		}

		.sticky-addToCart .variations_form .variations tr {
			margin: 0;
			width: auto;
		}

		.sticky-addToCart .select_box::after {
			content: none;
		}

		.sticky-addToCart .variations_form .variations tr .reset_variations {
			display: none !important;
		}

		/* ----------- end variation block ------------------ */

		/* --------------- start top view [ layout 04 ] ---------------- */

		.slider-buttom-04 .elementor-button {
			position: relative;
			z-index: 0;
			overflow: hidden;
		}

		.slider-buttom-04 .elementor-button::after {
			content: '';
			height: 100%;
			width: 0;
			position: absolute;
			transition: .3s cubic-bezier(.785, .135, .15, .86);
			-webkit-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-moz-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-o-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-ms-transition: .3s cubic-bezier(.785, .135, .15, .86);
			top: 0;
			left: auto;
			right: 0;
			z-index: -1;
			background: var(--primary-bg-hv-color);
			border-radius: 50%;
		}

		.slider-buttom-04 .elementor-button:hover:after {
			width: 100%;
			right: auto;
			left: 0;
		}

		.section-ackground::after {
			content: '';
			position: absolute;
			background: #636b57;
			top: -100px;
			bottom: auto;
			left: -100px;
			right: 0;
			width: 1920px;
			height: 750px;
			margin: auto;
		}

		/* --------------- end top view [ layout 04 ] ---------------- */

		.navbar-hamburger::-webkit-scrollbar-track {
			background-color: #d7d7d7;
		}

		.navbar-hamburger::-webkit-scrollbar-thumb {
			background-color: #a0a0a0;
		}

		.navbar-hamburger::-webkit-scrollbar {
			width: 6px;
		}

		.single-product div.product .single-product-thumbnail .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
			display: none;
		}

		.home-special .section-heading {
			margin: 0 0 5px;
		}

		.hm02 .section-heading {
			color: #222;
		}

		.site-header ul li>a::after,
		#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item>a.mega-menu-link::before {
			content: "";
			left: 0;
			right: auto;
			position: absolute;
			top: auto;
			bottom: 0;
			height: 100%;
			z-index: 0;
			-webkit-transition: all .4s ease-in-out 0s;
			-moz-transition: all .4s ease-in-out 0s;
			-ms-transition: all .4s ease-in-out 0s;
			-o-transition: all .4s ease-in-out 0s;
			transition: all .4s ease-in-out 0s;
			width: 0;
			background: rgb(124, 178, 34);
			margin: auto;
			border-radius: 5px;
			z-index: -1;
		}

		/* --------------- slider css---------------- */

		/* .desc_bg {
			transform: skewX(-35deg);
		} */

		.rs-parallax-wrap .slide-01 {
			background: #fff;
			justify-content: center;
			display: flex;
			align-items: center;
			border-radius: 50px;
		}

		.rs-parallax-wrap .rs-parallax-wrap .slide-01.btn.btn-primary:hover {
			color: #ffffff !important;
		}

		.cart-quantity-wrap {
			display: flex;
			float: left;
			width: 100%;
		}


		.single-product .right-slider .single-product-thumb-content .entry-summary,
		.single-product .left-slider .single-product-thumb-content .entry-summary {
			padding: 0 30px;
		}

		.home .type-post,
		.home .page,
		.home .tt-portfolio {
			margin: 0;
		}

		.elementor-button-link .elementor-button-content-wrapper::before {
			content: "";
			right: 0;
			left: auto;
			margin: auto;
			position: absolute;
			top: auto;
			bottom: 0;
			height: 100%;
			z-index: 0;
			-webkit-transition: all .4s ease-in-out 0s;
			-moz-transition: all .4s ease-in-out 0s;
			-ms-transition: all .4s ease-in-out 0s;
			-o-transition: all .4s ease-in-out 0s;
			transition: all .4s ease-in-out 0s;
			width: 0;
			background: #7cb222;
		}

		.elementor-17 .elementor-element.elementor-element-48c4d17 .elementor-button {
			position: relative;
			overflow: hidden;
		}

		.elementor-button-link:hover .elementor-button-content-wrapper::before {
			width: 100%;
			right: auto;
			left: 0;
			-webkit-transition: all .4s ease-in-out 0s;
			-moz-transition: all .4s ease-in-out 0s;
			-ms-transition: all .4s ease-in-out 0s;
			-o-transition: all .4s ease-in-out 0s;
			transition: all .4s ease-in-out 0s;
		}

		.elementor-button-link .elementor-button-content-wrapper .elementor-button-text {
			z-index: 1;
			-webkit-transition: all .4s ease-in-out 0s;
			-moz-transition: all .4s ease-in-out 0s;
			-ms-transition: all .4s ease-in-out 0s;
			-o-transition: all .4s ease-in-out 0s;
			transition: all .4s ease-in-out 0s;
		}

		.banner_botton .elementor-button-link .elementor-button-content-wrapper::before {
			background-color: #043969;
			-webkit-transition: all .4s ease-in-out 0s;
			-moz-transition: all .4s ease-in-out 0s;
			-ms-transition: all .4s ease-in-out 0s;
			-o-transition: all .4s ease-in-out 0s;
			transition: all .4s ease-in-out 0s;
		}

		.banner_botton .elementor-button-link:hover .elementor-button-content-wrapper span {
			color: #fff;
			-webkit-transition: all .4s ease-in-out 0s;
			-moz-transition: all .4s ease-in-out 0s;
			-ms-transition: all .4s ease-in-out 0s;
			-o-transition: all .4s ease-in-out 0s;
			transition: all .4s ease-in-out 0s;
		}


		/*	----------------------------------------------- home page-2 ----------------------------------- */

		.rev-btn {
			overflow: hidden;
		}

		.desc_bg_home2::before {
			content: "";
			height: 45px;
			width: 500px;
			background: #4c6246;
			position: absolute;
			top: 0px;
			left: 15px;
			transform: skewX(-35deg);
			bottom: 0;
			border-radius: 5px;
			z-index: -1;
		}



		/* product by catagories */

		.product-layout-default .category-morden .product-content-wrap {
			display: flex;
		}

		.elementor-widget-wrap>.elementor-element.elementor-widget-video .elementor-wrapper.elementor-open-lightbox {
			aspect-ratio: auto;
		}


		/* ---------------------------------------------------blog02 home page 02----------------------------------- */


		.blog_02 .tt-post-details {
			text-align: center;
		}

		.blog_02 .tt-post-more a::before {
			height: 100%;
			/* background-color: #222; */
			left: auto;
			right: 0;
			width: 0;
			z-index: -1;
		}

		.blog_02 .tt-post-more:hover a::before {
			left: 0;
			right: auto;
			width: 100%;
			background-color: #222;
		}

		.blog_02 .blog-style .tt-post-more a {
			background: #4c6246;
			padding: 10px 27px;
			border-radius: 20px;
			color: #fff;
		}

		.blog_02 .blog-style .tt-post-more:hover a {
			color: #fff;
		}

		footer.footer-style-2.site-footer::before {
			position: absolute;
			content: '';
			top: 0;
			bottom: auto;
			left: 0;
			width: 100%;
			right: 0;
			background-image: url('../images/curve-02.png');
			background-position-x: center;
			height: 156px;
			transform: rotateX(180deg);
			z-index: -1;
		}

		footer.footer-style-2 .widget-wrap {
			padding: 100px 0 0 0;
		}

		.footer-newsletter {
			border-radius: 20px;
		}

		.text-center .cat_desc .wpcat-content {
			float: none;
			justify-content: center;
		}

		.text-center .cat_desc .cat_image {
			border: none;
			background: #fff;
			box-shadow: 0 5px 2px #dacbba;
		}

		.text-center .button-cat-wrap {
			margin: auto;
		}

		.text-center .button-cat-wrap:hover {
			color: #222;
			transition: .3s cubic-bezier(.785, .135, .15, .86);
			-webkit-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-moz-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-o-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-ms-transition: .3s cubic-bezier(.785, .135, .15, .86);
		}

		.blog_02 {
			background-color: transparent;
			color: #666;
			padding: 0;
			margin: 0 0 10px;
		}

		.title-wrap .section-img {
			justify-content: center;
			display: flex;
		}

		.shop_by_categories .tt-section-sab {
			/* 			text-transform: uppercase; */
			font-size: 14px;
			padding: 0;
			font-weight: 500;
			margin: 0;
			float: none;
			display: inline-block;
			vertical-align: top;
			color: #222;
			background: transparent;
			border-radius: 5px;
		}

		#product-deal #nickx-gallery {
			width: 22%;
			float: left;
			top: 30px;
		}

		#product-deal .product-360-slider-wrap {
			width: 75%;
			float: right;
		}

		#product-deal .single-product-thumb-content {
			display: flex;
		}

		#product-deal .xs_social_share_widget,
		#product-deal .sticky-addToCart,
		#product-deal .woocommerce-tabs,
		#product-deal .swiper-slide>.container {
			display: none;
		}

		.product-trending .title-wrap .tt-section-sab {
			text-transform: capitalize;
			font-size: 16px;
			padding: 0;
			font-weight: 400;
			margin: 0;
			color: #666;
			background: transparent;
		}

		.e-con .elementor-widget-icon-box .elementor-icon-box-icon span {
			width: 65px;
			height: 65px;
			background: #7cb222;
			border-radius: 50px;
			justify-content: center;
			display: flex;
			align-items: center;
			margin: 0 0 10px 0;
		}

		.e-con .elementor-widget-icon-box .elementor-icon-box-icon {
			justify-content: center;
			display: flex;
			align-items: center;
		}

		.contact_call .elementor-view-default {
			height: auto;
			position: absolute;
			left: 0;
			right: 0;
			margin: auto;
			top: -75%;
			bottom: auto;
		}

		.e-con .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-title {
			margin: 0 0 10px 0;
		}

		#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-megamenu>ul.mega-sub-menu .mega-description-group .mega-menu-description {
			display: none;
		}

		.elementor-button-link {
			overflow: hidden;
			position: relative;
		}


		.service_section .tt-section-sab {
			color: #ffffff;
			background: #7cb222;
			border-radius: 5px;
			padding: 5px 20px;
			margin: 0 0 10px 0;
		}

		.trending_product_01 .product .product-button::after,
		.trending_product_01 .ui-tabs-nav .ui-tabs-tab a::before {
			background-color: #7cb222;
			z-index: -1;
		}

		.product .hunting-sale span {
			background-color: #ef3e26;
			transform: translateX(0);
			-webkit-transform: translateX(0);
			-moz-transform: translateX(0);
			-o-transform: translateX(0);
			-ms-transform: translateX(0);
			transition: all 400ms ease-in-out 0s;
			-webkit-transition: all 400ms ease-in-out 0s;
			-moz-transition: all 400ms ease-in-out 0s;
			-o-transition: all 400ms ease-in-out 0s;
			-ms-transition: all 400ms ease-in-out 0s;
		}

		.elementor-16 .elementor-element.elementor-element-68557fe0 .wpvideo-content .video-title {
			font-size: 65px;
			text-align: center;
			line-height: 68px;
			margin: 20px 0 0 0;
			font-family: var(--primary-font);
		}

		#mega-menu-wrap-header-menu #mega-menu-header-menu .max-mega-menu>li.mega-menu-item>a.mega-menu-link::before {
			background-color: #7cb222;
		}

		.Contact01.e-con-boxed.e-con {
			position: relative;
		}

		.Contact01.e-con-boxed.e-con::after {
			background-image: url('../images/curve.png');
			background-position-x: right;
			height: 120px;
			transform: rotateY(180deg);
			position: absolute;
			content: '';
			top: auto;
			bottom: 0;
			left: 0;
			width: 100%;
			right: 0;
			z-index: 0;
		}


		.home footer .footer-top-section {
			padding: 60px 0 0 0;
		}

		.Blog_style01 .elementor-widget:not(:last-child) {
			margin: 0;
		}

		#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
		#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
		#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link,
		#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item>a.mega-menu-link {
			height: 40px;
			align-items: center;
			display: flex;
			margin: 0 10px;
		}

		#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-megamenu>ul.mega-sub-menu,
		#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-flyout ul.mega-sub-menu {
			top: 70px;
		}


		/* --------------------------------------whistlist css---------------------------------- */


		.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max,
		.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min {
			z-index: 0 !important;
		}

		.extended01-content,
		.leading-relaxed li {
			color: #666;
		}

		.wc-blocks-filter-wrapper h3 {
			font-size: 20px;
		}

		.wishlist-items-wrapper .cart-wrap .product-button::after {
			display: none;
		}

		.wishlist-items-wrapper .cart-wrap .product-button {
			background: transparent;
		}

		.yith-wcwl-share h4.yith-wcwl-share-title {
			text-transform: capitalize;
		}

		.yith-wcwl-share li.share-button a.facebook::before {
			content: "\f39e";
			position: absolute;
			color: #fff;
		}

		.yith-wcwl-share li.share-button a {
			font-family: 'FontAwesome';
		}

		.yith-wcwl-share li.share-button a svg {
			display: none;
		}

		.yith-wcwl-share li.share-button a.twitter::before {
			content: "\f099";
			position: absolute;
			color: #fff;
		}

		.yith-wcwl-share li.share-button a.pinterest::before {
			position: absolute;
			content: "\f231";
			color: #fff;
		}

		.yith-wcwl-share li.share-button a.email::before {
			position: absolute;
			content: "\f0e0";
			color: #fff;
		}

		.yith-wcwl-share li.share-button a.whatsapp::before {
			position: absolute;
			content: "\f232";
			color: #fff;
		}

		.yith-wcwl-share li.share-button a {
			position: relative;
			font-family: 'FontAwesome';
			display: flex;
			justify-content: center;
			align-items: center;
		}

		.elementor-22 .elementor-element.elementor-element-7ba4f18e.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated {
			z-index: 1;
		}

		.product-category .product .product-button-wrap .product-button-hv {
			background: transparent;
		}

		.footer-bottom .footer-newsletter {
			background: #4c6246;
		}

		footer .mc4wp-form-fields .footer-top .footer-newsletter .news-title .widget-title::before {
			color: #7cb222;
		}

		footer .mc4wp-form-fields .footer-bottom .footer-newsletter .news-title .widget-title::before {
			color: #4c6246;
		}


		.deal_of_the_day .nickx-slider-nav img {
			border: 2px solid #d6cdc4;
			overflow: hidden;
			border-radius: 40px;
			-moz-border-radius: 40px;
			-webkit-border-radius: 40px;
			-khtml-border-radius: 40px;
		}

		.deal_of_the_day .single-product-thumbnail .images .product-360-slider-wrap .slider.nslick-slider i.nslick-arrow {
			display: none;
		}

		.deal_of_the_day .single-product-detail .summary.entry-summary h4 a {
			font-weight: 400;
			font-size: 20px;
			line-height: 23px;
			color: #222;
			font-family: 'Staatliches', cursive;
		}

		.deal_of_the_day .yith-wcwl-add-to-wishlist span:hover:before {
			color: #fff;
		}

		.deal_of_the_day .timer {
			display: flex;
			justify-content: center;
			align-items: center;
		}

		.deal_of_the_day .timer p {
			margin: 0;
			color: #fff;
			padding: 0 0 0 5px;
		}

		.deal_of_the_day .timer svg {
			color: #fff;
		}

		.deal_of_the_day .list-timer {
			float: left;
			background-color: transparent;
			width: 280px;
			height: 40px;
			justify-content: center;
			display: flex;
			align-items: center;
			border-radius: 5px;
			margin: 0 0 10px;
		}

		.deal_of_the_day .quantity {
			display: none;
		}

		.deal_of_the_day .cart {
			width: fit-content;
		}

		.deal_of_the_day .buy-now-wrap a {
			width: 400px;
			background: #FCE07D;
			color: #222;
			text-transform: uppercase;
			font-size: 14px;
			height: 50px;
			justify-content: center;
			display: flex;
			align-items: center;
			margin: 10px 0;
			border-radius: 5px;
			overflow: hidden;
		}

		.deal_of_the_day .buy-now-wrap a:hover {
			color: #fff;
			transition: .3s cubic-bezier(.785, .135, .15, .86);
			-webkit-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-moz-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-o-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-ms-transition: .3s cubic-bezier(.785, .135, .15, .86);
		}

		.deal_of_the_day .quickview a,
		.deal_of_the_day .feedback a,
		.deal_of_the_day .wishlist .yith-wcwl-add-button a,
		.deal_of_the_day .product-button-hv .compare .compare-button a {
			width: 40px;
			height: 40px;
			background: #f0e8df;
			border-radius: 5px;
			font-size: 0;
			position: relative;
			display: block;
			z-index: 0;
			margin: 0 5px;
			transition: .3s cubic-bezier(.785, .135, .15, .86);
			-webkit-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-moz-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-o-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-ms-transition: .3s cubic-bezier(.785, .135, .15, .86);
			overflow: hidden;
		}

		.deal_of_the_day del {
			padding: 0 0 0 10px;
		}

		.deal_of_the_day .quickview a::before {
			content: '\f06e';
			display: flex;
			justify-content: center;
			align-items: center;
			width: 100%;
			position: absolute;
			font-family: 'Font Awesome 5 Free';
			font-weight: 400;
			top: 0;
			bottom: 0;
			font-size: 13px;
			left: 0;
			transition: .3s cubic-bezier(.785, .135, .15, .86);
			-webkit-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-moz-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-o-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-ms-transition: .3s cubic-bezier(.785, .135, .15, .86);
			right: 0;
			z-index: 2;
			color: #222;
		}

		.deal_of_the_day .product-button-hv .compare .compare-button a::before {
			content: '\f24d';
			display: flex;
			justify-content: center;
			align-items: center;
			width: 100%;
			position: absolute;
			font-family: 'Font Awesome 5 Free';
			font-weight: 400;
			top: 0;
			bottom: 0;
			font-size: 13px;
			left: 0;
			right: 0;
			z-index: 2;
			transition: .3s cubic-bezier(.785, .135, .15, .86);
			-webkit-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-moz-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-o-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-ms-transition: .3s cubic-bezier(.785, .135, .15, .86);
			color: #222;
		}

		.deal_of_the_day .wishlist .yith-wcwl-add-button a::after {
			content: '\f004';
			display: flex;
			justify-content: center;
			align-items: center;
			width: 100%;
			position: absolute;
			font-family: 'Font Awesome 5 Free';
			font-weight: 400;
			top: 0;
			bottom: 0;
			font-size: 13px;
			left: 0;
			right: 0;
			z-index: 2;
			color: #222;
			transition: .3s cubic-bezier(.785, .135, .15, .86);
			-webkit-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-moz-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-o-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-ms-transition: .3s cubic-bezier(.785, .135, .15, .86);
		}

		.deal_of_the_day .cart-wrap a {
			width: 200px;
			height: 40px;
			display: flex;
			color: #222;
			background: #f0e8df;
			justify-content: center;
			align-items: center;
			z-index: 0;
			position: relative;
			border-radius: 5px;
			overflow: hidden;
			text-transform: uppercase;
			font-size: 14px;
			font-weight: 500;
		}

		.deal_of_the_day .cart-wrap {
			margin: 0 0 10px;
		}

		.deal_of_the_day .cart-wrap a:hover {
			color: #fff;
		}

		.deal_of_the_day ins .amount bdi {
			color: #4c6246;
			font-family: 'Staatliches', cursive;
			font-size: 20px;
		}

		.deal_of_the_day .summary.entry-summary p {
			display: flex;
			flex-direction: row-reverse;
			display: flex;
			flex-direction: row-reverse;
			justify-content: start;
			align-items: start;
		}

		.deal_of_the_day bdi {
			color: #222;
			font-size: 14px;

		}

		.deal_of_the_day .star-rating span::before {
			color: #ffae00;
		}

		.deal_of_the_day .woocommerce-review-link {
			display: none;
		}

		.deal_of_the_day .buy-now-wrap {
			display: none;
		}

		.deal_of_the_day .cart-wrap a::after {
			content: '';
			height: 100%;
			width: 0;
			position: absolute;
			transition: .3s cubic-bezier(.785, .135, .15, .86);
			-webkit-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-moz-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-o-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-ms-transition: .3s cubic-bezier(.785, .135, .15, .86);
			top: 0;
			left: auto;
			right: 0;
			z-index: -1;
			background-color: #4c6246;
		}

		.deal_of_the_day .cart-wrap a:hover:after {
			width: 100%;
			right: auto;
			left: 0;
		}


		.deal_of_the_day .entry-summary.summary .product-button-wrap .quickview.btn-hv {
			display: block;
		}

		.deal_of_the_day .product-button-hv {
			display: flex;
			flex-wrap: wrap;
		}

		.deal_of_the_day .yith-wcwl-add-to-wishlist a {
			display: none;
		}

		.deal_of_the_day .yith-wcwl-add-to-wishlist span {
			width: 40px;
			height: 40px;
			display: flex;
			font-size: 0;
			background-color: #f0e8df;
			position: relative;
			z-index: 0;
			border-radius: 5px;
			margin: 0 5px 0 0;
			overflow: hidden;
		}

		.deal_of_the_day .star-rating {
			margin: 0 0 10px 0;
		}

		.deal_of_the_day .nickx-slider-for .btn-prev,
		.deal_of_the_day .nickx-slider-for .btn-next {
			color: #222;
			background: transparent;
		}

		.deal_of_the_day .yith-wcwl-add-to-wishlist span::before {
			content: '\f004';
			font-weight: 900;
			display: flex;
			justify-content: center;
			align-items: center;
			width: 100%;
			position: absolute;
			font-family: 'Font Awesome 5 Free';
			top: 0;
			bottom: 0;
			font-size: 13px;
			left: 0;
			z-index: 2;
			right: 0;
			transition: .3s cubic-bezier(.785, .135, .15, .86);
			-webkit-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-moz-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-o-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-ms-transition: .3s cubic-bezier(.785, .135, .15, .86);
			color: #222;
			font-weight: 400;
		}

		.deal_of_the_day .quickview a::after,
		.deal_of_the_day .product-button-hv .compare .compare-button a::after,
		.deal_of_the_day .yith-wcwl-add-to-wishlist span::after {
			content: '';
			height: 100%;
			width: 0;
			position: absolute;
			transition: .3s cubic-bezier(.785, .135, .15, .86);
			-webkit-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-moz-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-o-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-ms-transition: .3s cubic-bezier(.785, .135, .15, .86);
			top: 0;
			left: auto;
			right: 0;
			z-index: -1;
			background-color: #4c6246;
		}

		.deal_of_the_day .quickview a:hover:after,
		.deal_of_the_day .product-button-hv .compare .compare-button a:hover:after,
		.deal_of_the_day .yith-wcwl-add-to-wishlist span:hover:after {
			width: 100%;
			right: auto;
			left: 0;
		}


		.deal_of_the_day .product-button-wrap .product-button-hv {
			display: flex;
			justify-content: start;
			align-items: center;
			float: left;
			width: 50%;
			height: 40px;
			background-color: #fff;
			transform: translateX(-158px);
			-webkit-transform: translateX(-158px);
			-moz-transform: translateX(-158px);
			-o-transform: translateX(-158px);
			-ms-transform: translateX(-158px);
			background: var(--color-body);
			transition: all 400ms ease-in-out 0s;
			-webkit-transition: all 400ms ease-in-out 0s;
			-moz-transition: all 400ms ease-in-out 0s;
			-o-transition: all 400ms ease-in-out 0s;
			-ms-transition: all 400ms ease-in-out 0s;
			background: #fff;
			opacity: 0;
		}

		.deal_of_the_day .single-product-detail:hover .product-button-wrap .product-button-hv {
			transform: translateX(0);
			-webkit-transform: translateX(0);
			-moz-transform: translateX(0);
			-o-transform: translateX(0);
			-ms-transform: translateX(0);
			transition: all 400ms ease-in-out 0s;
			-webkit-transition: all 400ms ease-in-out 0s;
			-moz-transition: all 400ms ease-in-out 0s;
			-o-transition: all 400ms ease-in-out 0s;
			-ms-transition: all 400ms ease-in-out 0s;
			opacity: 1;
		}

		.deal_of_the_day .single-product-thumb {
			z-index: 20;
			padding: 30px 0 20px 30px;
			width: 50%;
		}

		.deal_of_the_day .product-button-hv .compare .compare-button a:hover:before {
			color: #fff;
			transition: all 400ms ease-in-out 0s;
			-webkit-transition: all 400ms ease-in-out 0s;
			-moz-transition: all 400ms ease-in-out 0s;
			-o-transition: all 400ms ease-in-out 0s;
			-ms-transition: all 400ms ease-in-out 0s;
		}

		.deal_of_the_day .quickview a:hover:before {
			color: #fff;
			transition: all 400ms ease-in-out 0s;
			-webkit-transition: all 400ms ease-in-out 0s;
			-moz-transition: all 400ms ease-in-out 0s;
			-o-transition: all 400ms ease-in-out 0s;
			-ms-transition: all 400ms ease-in-out 0s;
		}

		.deal_of_the_day .swiper-backface-hidden .swiper-slide {
			background-color: #fff;
			padding: 40px;
			border-radius: 30px;
		}


		.deal_of_the_day .product {
			height: 610px;
			background-color: #fff;
			overflow: hidden;
		}

		.deal_of_the_day .product-estimate {
			display: none;
		}

		.deal_of_the_day .product_meta {
			display: none;
		}

		.deal_of_the_day .summary.entry-summary {
			position: relative;
		}

		.deal_of_the_day .btn-hv .compare-button.product {
			height: 40px;
		}

		.special_product_section:after {
			position: absolute;
			content: '';
			top: auto;
			bottom: 0;
			left: 0;
			width: 100%;
			right: 0;
			background-image: url('../images/curve-02.png');
			background-position-x: center;
			height: 156px;
			/* transform: rotateX(180deg); */
			z-index: 0;
		}


		.hm02 .star-rating span::before {
			left: 0;
			right: 0;
		}

		.special_product_section .testimonial-img {
			border-color: #fff;
		}

		.testimonial-section .swiper-wrapper .testimonial-wrap .testimonial-details p,
		.testimonial-wrap .testimonial-info-wrapper .testimonial-info .testimonial-designation {
			color: #fff;
		}

		.special_product_section .swiper-wrapper .testimonial-wrap .testimonial-info-wrapper .testimonial-info .testimonial-author {
			font-family: 'Staatliches', cursive;
			color: #fff;
		}

		.special_product_section .testimonial-wrap .testimonial-info-wrapper::after {
			background-color: #fce07d;
			color: #222;
		}

		.shop_by_categories .cat_desc:hover .wpcat-content .cat_name {
			color: #4c6246;
		}

		.product-category .product:hover .woocommerce-loop-product__title,
		.text-center .product:hover .woocommerce-loop-product__title {
			color: #4c6246;
		}

		.special_product_section .product-deal-wrap {
			display: flex;
		}

		.special_product_section .hunting-sale span {
			display: none;
		}

		.special_product_section .deal_of_the_day .timer {
			background: #4c6246;
			width: 280px;
			height: 40px;
			border-radius: 5px;
		}

		.special_product_section .deal_of_the_day .list-timer {
			width: 100%;
			justify-content: left;
			float: none;
		}

		.special_product_section .single-product-detail {
			padding: 30px 30px 0 10px;
			width: 50%;
		}

		.order_review-wrap .order_review-bg #order_review_heading,
		.hentry .post-excerpt .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info a,
		#customer_details .woocommerce-billing-fields h3 {
			color: #222;
		}

		.special_product_section .progress-bar span {
			height: 12px;
			background: #4fac43;
		}

		.special_product_section .stock-progress {
			margin: 0 0 15px 0;
		}

		.special_product_section .stock-progress .progress-bar {
			width: 100%;
			height: 12px;
			border-radius: 20px;
		}

		.summary.entry-summary .list-description,
		.summary.entry-summary .list-timer {
			background-color: transparent;
		}

		.woocommerce-cart .cart-content-left th,
		.woocommerce-tabs ul li a,
		.single-product .summary.entry-summary .product-estimate .delivery-shipping-wrap .free-shipping::after,
		.single-product .summary.entry-summary .product-estimate .delivery-shipping-wrap .estimated-delivery::after,
		.single-product .summary.entry-summary .product-estimate .delivery-shipping-wrap span,
		.single-product .summary.entry-summary .product_meta .posted_in,
		#post_content .tt-post-details .tt-post-title h2 a {
			color: #222;
		}

		#review_form_wrapper #review_form .comment-respond .comment-reply-title {
			color: #222;
		}

		.widget ul {
			list-style: none;
			margin-bottom: 0;
		}

		.woocommerce-active #primary .widget_block ul li,
		#primary .woocommerce ul li {
			border: none;
			padding: 0;
			font-size: 13px;
			color: #666;
			margin: 0 0 10px;
		}

		.wc-block-product-categories ul.wc-block-product-categories-list--depth-0 {
			height: 212px;
			overflow: auto;
			overflow-x: hidden;
			scrollbar-width: thin;
			-webkit-scrollbar-width: thin;
			-moz-scrollbar-width: thin;
			-o-scrollbar-width: thin;
			-ms-scrollbar-width: thin;
			padding: 0 10px 0 0;
		}

		.toggle-res .theiaStickySidebar .widget_block {
			border: none;
		}

		.list-view .list-timer,
		.short-view .list-timer,
		.short-view .list-description,
		.list-view .list-description {
			background-color: transparent;
		}


		.special_product_section .product-360-slider-wrap .product-popup-wrap {
			display: none;
		}

		.special_product_section .product-360-slider-wrap .product-popup-wrap {
			display: none;
		}

		.sevice_section_01 .service_img02 .elementor-widget-container a:after,
		.sevice_section_01 .service_img02 .elementor-widget-container a:before,
		.sevice_section_01 .service_img .elementor-widget-container a:before,
		.sevice_section_01 .service_img .elementor-widget-container a:after,
		body #site-navigation #mega-menu-wrap-header-menu ul li.widget_media_image a::before,
		body #site-navigation #mega-menu-wrap-header-menu ul li.widget_media_image a::after {
			position: absolute;
			content: '';
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			display: block;
			z-index: 2;
			background: rgba(255, 255, 255, 0);
			-webkit-transition: all 0.7s ease-in-out;
			-o-transition: all 0.7s ease-in-out;
			transition: all 0.7s ease-in-out;
		}

		.sevice_section_01 .service_img02 .elementor-widget-container a,
		.sevice_section_01 .service_img .elementor-widget-container a {
			overflow: hidden;
			border-radius: 30px;
			transition: all 1.5s ease-in-out 0s;
			-webkit-transition: all 1.5s ease-in-out 0s;
			-moz-transition: all 1.5s ease-in-out 0s;
			-o-transition: all 1.5s ease-in-out 0s;
			-ms-transition: all 1.5s ease-in-out 0s;
		}

		.sevice_section_01 .service_img02 .elementor-widget-container a:hover img,
		.sevice_section_01 .service_img .elementor-widget-container a:hover img {
			transform: scale(1.1);
			-webkit-transform: scale(1.1);
			-moz-transform: scale(1.1);
			-o-transform: scale(1.1);
			transition: all 1.5s ease-in-out 0s;
			-webkit-transition: all 1.5s ease-in-out 0s;
			-moz-transition: all 1.5s ease-in-out 0s;
			-o-transition: all 1.5s ease-in-out 0s;
			-ms-transition: all 1.5s ease-in-out 0s;
			-ms-transform: scale(1.1);
		}

		.sevice_section_01 .service_img02 .elementor-widget-container a img,
		.sevice_section_01 .service_img .elementor-widget-container a img {
			transition: all 1.5s ease-in-out 0s;
			-webkit-transition: all 1.5s ease-in-out 0s;
			-moz-transition: all 1.5s ease-in-out 0s;
			-o-transition: all 1.5s ease-in-out 0s;
			-ms-transition: all 1.5s ease-in-out 0s;
		}

		.sevice_section_01 .service_img02 .elementor-widget-container a {
			outline: 10px solid #fff;
		}

		.sevice_section_01 .service_img02:hover .elementor-widget-container a:before,
		.sevice_section_01 .service_img:hover .elementor-widget-container a:before,
		body #site-navigation #mega-menu-wrap-header-menu ul li.widget_media_image a:hover::before {
			right: 50%;
			left: 50%;
			width: 0;
			background: rgba(255, 255, 255, .2);
		}

		.sevice_section_01 .service_img02:hover .elementor-widget-container a:after,
		.sevice_section_01 .service_img:hover .elementor-widget-container a:after,
		body #site-navigation #mega-menu-wrap-header-menu ul li.widget_media_image a:hover::after {
			top: 50%;
			bottom: 50%;
			height: 0;
			background: rgba(255, 255, 255, .2);
		}

		.about-team .service-block .row-01::after {
			display: none;
		}

		.about-team .tt-feature-box-icon:hover {
			transform: none;
			-webkit-transform: none;
			-moz-transform: none;
			-o-transform: none;
		}

		.init label {
			width: 100%;
		}

		.ourservice-title .section-heading {
			font-size: 24px;
		}

		footer.footer-style-2 .widget .widget-title {
			font-family: 'Staatliches', cursive;
		}

		.right-header .mini-cart svg:hover,
		.right-header .head-hamburger-menu:hover svg {
			transform: none;
			-webkit-transform: none;
			-moz-transform: none;
			-o-transform: none;
			-ms-transform: none;
		}

		.sevice_section_01 * {
			direction: ltr;
		}

		footer.footer-style-2 .newsletter-form div[type="submit"]:hover,
		.product-category .ui-tabs-nav .ui-tabs-tab:hover a,
		.product-category .ui-tabs-nav .ui-tabs-tab.ui-state-active a,
		body .hm02 section.product .product-button:hover::before,
		.hm02 .product .product-button:hover,
		.hm02 .ui-tabs-nav .ui-tabs-tab.ui-state-active a,
		.hm02 .ui-tabs-nav .ui-tabs-tab:hover a {
			color: #222;
		}

		.hm02 section.product .product-attribute-wrap {
			display: none;
		}


		.product .product-button-wrap .product-button-hv {
			height: 50px;
			border-radius: 10px 0 0 0;
			opacity: 0;
		}

		.text-center .product .product-button-wrap {
			width: auto;
			justify-content: center;
			display: flex;
			left: 0;

		}

		.text-center .product .product-button-wrap .product-button-hv {
			height: 50px;
			transform: translatey(158px);
			-webkit-transform: translatey(158px);
			-moz-transform: translatey(158px);
			-o-transform: translatey(158px);
			-ms-transform: translatey(158px);
			transition: all 400ms ease-in-out 0s;
			-webkit-transition: all 400ms ease-in-out 0s;
			-moz-transition: all 400ms ease-in-out 0s;
			-o-transition: all 400ms ease-in-out 0s;
			-ms-transition: all 400ms ease-in-out 0s;
			opacity: 0;
		}

		.home .deal_of_the_day .product-deal-wrap .summary.entry-summary h1 {
			display: none;
		}

		.text-center .product .product-content-wrap:hover .product-button-wrap .product-button-hv {
			transform: translatey(0);
			-webkit-transform: translatey(0);
			-moz-transform: translatey(0);
			-o-transform: translatey(0);
			-ms-transform: translatey(0);
			transition: all 400ms ease-in-out 0s;
			-webkit-transition: all 400ms ease-in-out 0s;
			-moz-transition: all 400ms ease-in-out 0s;
			-o-transition: all 400ms ease-in-out 0s;
			-ms-transition: all 400ms ease-in-out 0s;
			opacity: 1;
		}

		.product .category-morden .product-button-wrap .btn-hv {
			margin: 0 10px 0 0;
		}

		.deal_of_the_day .cart-wrap a.added_to_cart.wc-forward {
			display: none;
		}

		body #site-navigation #mega-menu-wrap-header-menu ul li.widget_media_image a,
		.mega-sub-menu .mega-menu-item {
			border-radius: 30px;
			-moz-border-radius: 30px;
			-webkit-border-radius: 30px;
			-khtml-border-radius: 30px;
		}

		.home .transparent.header_style.site-header:hover {
			background-color: #043969;
		}

		.main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu .mega-menu-link+ul.mega-sub-menu {
			border-radius: 0 0 5px 5px;
		}

		.sevice_section_01 .tt-feature-box-containt p {
			margin: 0;
		}

		.testimonial_01 .testimonial-section .swiper-wrapper .testimonial-wrap .testimonial-details p,
		.testimonial_01 .testimonial-wrap .testimonial-info-wrapper .testimonial-info .testimonial-designation {
			width: 75%;
		}

		/* 		.category-feature_partten .elementor-column.category {
			width: 960px;
			height: 630px;
		} */

		.elementor-16 .elementor-element.elementor-element-68557fe0 .wpvideo-content .video-title {
			line-height: 70px;
			font-weight: 500;
		}


		.elementor-icon-box-wrapper:hover .elementor-icon-box-icon .elementor-icon svg {
			transform: rotateY(180deg);
			-webkit-transform: rotateY(180deg);
			-moz-transform: rotateY(180deg);
			-o-transform: rotateY(180deg);
			-ms-transform: rotateY(180deg);
			cursor: pointer;
		}

		.elementor-icon-box-wrapper {
			cursor: pointer;
		}

		.elementor-widget-Video.Popup .icon_hover {
			position: relative;
		}

		/* 		.text-center .cat_desc .cat_image {
			height: 100%;
		} */

		#page .blog_02 .blog-style .tt-post-title a {
			font-size: 20px;
			font-weight: 400;
		}

		footer.footer-style-2 .main-footer {
			padding: 140px 0 50px;
		}

		.coming-soon-page {
			width: 100%;
			height: 100vh;
			display: flex;
			align-items: center;
		}

		.coming-soon-mode .site-main>.container {
			max-width: 100%;
			padding: 0;
		}

		.coming-soon-page .coming-soon-wrap {
			display: flex;
			flex-direction: column;
			align-items: center;
			text-align: center;
		}

		.coming-soon-page .coming-soon-wrap .coming-title {
			color: #fff;
			font-size: 36px;
			font-weight: 500;
			text-transform: uppercase;
		}

		.coming-soon-page .coming-soon-wrap .coming-desc {
			color: #fff;
			font-size: 16px;
			margin: 0 0 20px;
		}

		.coming-soon-page .banner-timer {
			display: flex;
			flex-direction: column;
			align-items: start;
			justify-content: center;
			font-weight: 500;
			margin: auto;
		}

		.coming-soon-page .coming-soon-wrap .banner-timer {
			padding: 0;
		}

		.coming-soon-page .coming-soon-wrap .timer-datetime {
			margin: 0 0 20px;
			background: transparent;
			height: auto;
			width: auto;
			font-size: 68px;
			font-family: var(--secondary-font);
			color: #fff;
		}

		.theiaStickySidebar .widget ul li>ul {
			margin: 0;
		}

		.coming-soon-page .coming-soon-wrap .back-to-home a {
			color: #fff;
			padding: 15px 50px;
		}

		.theme-cursor .kursor,
		.theme-cursor .kursorChild {
			display: none !important;
		}

		.product-trending .swiper-navigation .swiper-button.swiper-button-prev {
			left: -55px;
			bottom: 0;
			top: 0;
			margin: auto;
			right: auto;
		}

		.product-trending .swiper-navigation .swiper-button.swiper-button-next {
			left: auto;
			bottom: 0;
			margin: auto;
			right: -55px;
			width: 35px;
			height: 35px;
			top: 0;
		}


		.wcml-dropdown.product {
			width: 120px;
			margin-left: 0;
		}

		.wpml-ls-legacy-dropdown {
			width: 80px;
			padding: 0;
		}

		.header-top .header-top-right ul {
			justify-content: end;
		}

		.header-top ul {
			margin: 0;
			list-style: none;
			display: flex;
			align-items: center;
		}

		.wcml-dropdown li,
		.wpml-ls-legacy-dropdown .wpml-ls-item {
			width: 100%;
		}

		.wcml-dropdown li,
		.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
			background: none;
			border: none;
			padding: 0;
		}

		.header .list-inline-item a,
		.header .list-inline-item a {
			display: flex;
			align-items: center;
		}

		.wpml-ls-legacy-dropdown .wpml-ls-flag {
			transition: none;
		}


		.site .right-header ul li span {
			color: #fff;
			font-size: 13px;
			/*   float: left;
			width: 100%;
			display: flex;
			align-items: center; */
			font-family: var(--primary-font);
			font-weight: 500;
		}

		.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
			content: "\f347";
			font-family: dashicons;
			font-weight: normal;
			display: inline-block;
			margin: 0;
			vertical-align: top;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
			transform: rotate(0);
			color: inherit;
			position: relative;
			background: transparent;
			height: auto;
			width: auto;
			right: auto;
			line-height: inherit;
			border: none;
			color: #fff;
			left: 6px;
			top: 4px;
			font-size: 13px;
		}

		.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a {
			background: none;
		}

		.wcml-dropdown li,
		.wpml-ls-legacy-dropdown .wpml-ls-item {
			width: 100%;
		}

		.wcml-dropdown .wcml-cs-submenu li a,
		.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
			background: #fff;
			border: none;
			padding: 5px 0 5px 20px;
			color: #000;
		}

		.elementor-widget-Video img {
			width: 100%;
		}

		.woocommerce-cart .cart-content-left td .amount {
			color: #222;
		}

		.wpml-ls-legacy-dropdown .wpml-ls-flag {
			transition: none;
			display: none;
		}

		.site ul.wpml-ls-sub-menu li.wpml-ls-item span {
			color: #666;
			font-size: 14px;
			transition: .3s cubic-bezier(.785, .135, .15, .86);
			-webkit-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-moz-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-o-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-ms-transition: .3s cubic-bezier(.785, .135, .15, .86);
			font-family: var(--secondary-font);
			font-weight: 400;
		}

		.site ul.wpml-ls-sub-menu li.wpml-ls-item span:hover {
			color: #000;
			transition: .3s cubic-bezier(.785, .135, .15, .86);
			-webkit-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-moz-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-o-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-ms-transition: .3s cubic-bezier(.785, .135, .15, .86);
		}

		.right-header .header-right ul {
			margin: 0;
		}

		.header-right .list-inline-item .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
			top: 58px;
			width: 150px;
			padding: 10px 0;
			border-radius: 0 0 5px 5px;
			overflow: hidden;
			background: #fff;
		}

		.wcml-dropdown a.wcml-cs-item-toggle {
			padding: 0;
			color: #fff;
		}

		.header-right .select-wrap .dd-container .dd-select .dd-pointer-down {
			display: none;
		}

		.header-right .select-wrap .dd-container .dd-select {
			background-color: transparent !important;
			border: none;
		}

		.header-right .dd-image-right {
			display: none;
		}

		.header-right .dd-selected-description-truncated {
			display: none;
		}

		.woocommerce-currency-switcher-form a.dd-selected {
			font-size: 13px;
			color: #fff;
			width: auto;
			background: transparent;
			padding: 0 30px 0 5px;
			margin: 0;
			font-weight: 500;
		}

		.header-right li .dd-option .dd-option-text,
		.header-right .select-wrap ul li .dd-option.dd-option-selected .dd-option-text {
			font-size: 13px;
			font-weight: 400;
			cursor: pointer;
		}

		.header-right ul:first-child {
			justify-content: left;
			display: flex;
			align-items: center;

		}

		.header-right li .dd-option .dd-desc,
		.header-right .select-wrap ul li .dd-option.dd-option-selected .dd-desc {
			display: none;
		}

		.header-right .select-wrap {
			width: auto;
			margin: 0 10px 0 0;
		}

		.right-header .header-right {
			margin: 0 25px 0 0;
		}

		.wcml-dropdown li,
		.wpml-ls-legacy-dropdown a:before {
			position: absolute;
			left: 0;
			right: 0;
			margin: 0;
			top: 0;
			bottom: 0;
			width: 1px;
			height: 100%;
			background: #222;
		}



		.site ul.wpml-ls-sub-menu li.wpml-ls-item span.wpml-ls-native {
			display: none;
		}

		.site ul.wpml-ls-sub-menu li.wpml-ls-item span .wpml-ls-bracket {
			display: none;
		}

		.woocommerce-currency-switcher-form a.dd-option {
			padding: 5px 0px 0px 20px !important;
		}

		.woocommerce-currency-switcher-form ul.dd-options {
			top: 60px;
			border: none;
			border-radius: 0 0 5px 5px;
			box-shadow: none;
			z-index: 1;
			padding: 5px 0 15px 0;
			cursor: pointer;
		}

		.header-right .list-inline-item .select-wrap .dd-container .dd-options li:hover .dd-option {
			color: #222;
		}

		.banner_3 .tt-banner {
			border-radius: 50px;
		}

		.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
			background: transparent;
			border: none;
			padding: 0 30px 0 0;
		}


		.deal_of_the_day .product-deal-wrap {
			display: flex;
		}

		.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a {
			color: #222 !important;
			background: transparent !important;
		}

		.list-inline-item .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle::after {
			content: "\f347";
			font-family: dashicons;
			font-weight: normal;
			display: inline-block;
			margin: 0;
			vertical-align: top;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
			transform: rotate(0);
			color: inherit;
			position: relative;
			background: transparent;
			height: auto;
			width: auto;
			right: -8px;
			line-height: inherit;
			border: none;
			color: #fff;
			left: auto;
			top: 3px;
			font-size: 13px;
			z-index: 2;
		}

		.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
			width: auto;
			top: 58px !important;
			right: auto !important;
			left: 0px !important;
			background: #fff;
			padding: 10px 0;
			border-radius: 5px;
			overflow: hidden;
			transition: all 400ms ease-in-out 0s;
			-webkit-transition: all 400ms ease-in-out 0s;
			-moz-transition: all 400ms ease-in-out 0s;
			-o-transition: all 400ms ease-in-out 0s;
			-ms-transition: all 400ms ease-in-out 0s;
			z-index: 1;
		}

		.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
			justify-content: left;
			display: flex;
			text-align: left;
			border: navajowhite;
			padding: 5px 50px 10px 20px;
			background: none;
			transition: none;
		}


		.deal_of_the_day .product-sc {
			background: #fff;
			border-radius: 50px;
		}


		/* 		.short-view .product .list-content-wrap .list-cart-wrap .cart-button-list .product-button-wrap .btn-hv.wishlist a:hover::before {
			color: #222;
		}
 */
		.woocommerce-active.archive .site-main .short-view .product .product-button-wrap .product-button-hv {
			opacity: 1;
		}

		.section-ser .section-ser-title .tt-section-title {
			background: var(--secondary-bg-color);
		}

		.section-ser .tt-section-title {
			background: var(--primary-bg-color);
			margin: 0;
			padding: 25px;
		}

		.section-ser .tt-section-title {
			background: var(--primary-bg-color);
			margin: 0;
			padding: 25px;
		}

		.wishlist.btn-hv span,
		.wishlist.btn-hv a {
			font-size: 0;
			display: flex;
		}

		.portfolio-grid.Portfolio-style-2 a span {
			font-size: 22px;
			letter-spacing: 1px;
			position: absolute;
			bottom: 0;
			top: auto;
			left: -15px;
			right: -15px;
			background: #fff;
			margin: auto;
			padding: 15px 0;
			opacity: 0;
			transition: all .4s ease-in-out 0s;
			-webkit-transition: all .4s ease-in-out 0s;
			-moz-transition: all .4s ease-in-out 0s;
			-o-transition: all .4s ease-in-out 0s;
			-ms-transition: all .4s ease-in-out 0s;
			-webkit-transform: translateY(100%);
			-moz-transform: translateY(100%);
			transform: translateY(50%);
			width: 95%;
			justify-content: center;
			display: flex;
		}

		.product-top-sorting .select-wrap::after {
			position: absolute;
			content: "\f107";
			font-family: 'Font Awesome 5 Free';
			font-weight: 600;
			right: 20px;
			left: auto;
			top: 0;
			bottom: 0;
			margin: auto;
			pointer-events: none;
			display: flex;
			align-items: center;
			z-index: 2;
		}



		.portfolio-grid.Portfolio-style-2 a:hover span {
			opacity: 1;
			transition: all .4s ease-in-out 0s;
			-webkit-transition: all .4s ease-in-out 0s;
			-moz-transition: all .4s ease-in-out 0s;
			-o-transition: all .4s ease-in-out 0s;
			-ms-transition: all .4s ease-in-out 0s;
			-webkit-transform: translateY(-40px);
			-moz-transform: translateY(-40px);
			transform: translateY(-40px);
			display: flex;
			margin: auto;
		}

		.shop-nosidebar .widget ul li>ul {
			margin: 0;
		}

		header .header-right .list-inline-item .wpml-ls-legacy-dropdown-click {
			width: auto;
		}

		/* 		section.product .product-attribute-wrap,
		.product .product-button-wrap .product-button-hv {
			transform: none;
			-webkit-transform: none;
			-moz-transform: none;
			-o-transform: none;
			-ms-transform: none;
			opacity: 1;
			z-index: 2;
		} */

		.product .price span.woocs_price_code {

			flex-direction: row-reverse;
			justify-content: center;
		}

		header .select-wrap .dd-select .dd-selected label {
			cursor: pointer;
			font-family: var(--primary-font);
		}

		.cart.grouped_form .group_table tr td.woocommerce-grouped-product-list-item__quantity {
			width: 29%;
		}

		.cart.grouped_form .group_table tr td.woocommerce-grouped-product-list-item__price {
			width: 37%;
			padding-left: 20px;
		}

		.right-header .header-right .list-inline-item .select-wrap .dd-container .dd-option {
			border: none;
		}

		#yith-quick-view-content.single-product .product .entry-summary .cart-wrap {
			width: 268px;
		}


		.news-button .btn {
			width: 100%;
			height: 100%;
			background: transparent;
			color: #222;
			font-size: 14px;
		}

		.news-button .btn:hover {
			color: #fff;
		}

		.mc4wp-form-submitted.mc4wp-form-error {
			position: relative;
		}

		.mc4wp-response {
			position: absolute;
			left: auto;
			right: 6%;
			margin: auto;
			top: auto;
			bottom: 8px;
			justify-content: center;
			display: flex;
			align-items: center
		}

		.mc4wp-response p {
			color: #ef3e26;
			margin: 0;
		}

		/* shop page */
		.sidebar-filter .wc-block-product-categories-list-item-count::after,
		.sidebar-filter .wc-block-product-categories-list-item-count::before {
			content: none;
		}

		.sidebar-filter .wc-block-product-categories-list-item-count {
			background: #f5f5f5;
			height: 28px;
			width: 28px;
			line-height: 28px;
			font-size: 13px;
			border-radius: 50%;
			display: flex;
			justify-content: center;
			align-content: center;
			opacity: 1;
			transition: .3s cubic-bezier(.785, .135, .15, .86);
			-webkit-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-moz-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-o-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-ms-transition: .3s cubic-bezier(.785, .135, .15, .86);
		}

		.sidebar-filter li.wc-block-product-categories-list-item:hover .wc-block-product-categories-list-item-count {
			background: #043969;
			color: #fff;
			transition: .3s cubic-bezier(.785, .135, .15, .86);
			-webkit-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-moz-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-o-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-ms-transition: .3s cubic-bezier(.785, .135, .15, .86);
		}

		/* home page 02 */

		.shop_by_categories .cat_desc .cat_image {
			padding: 0;
		}

		.product .category-morden .hunting-sale span {
			display: none;
		}

		.category-image a {
			z-index: 0;
		}

		.elementor-13 .elementor-element.elementor-element-215dcd3d .tt-feature-box-containt p {
			text-overflow: ellipsis;
			overflow: hidden;
			white-space: nowrap;
		}

		footer.site-footer,
		footer .site-footer {
			background-repeat: no-repeat;
			width: 100%;
			background-attachment: fixed;
			background-size: cover;
			float: left;
		}

		.error-404.not-found .back-home-button a:hover {
			color: #222;
		}

		.list-inline-item {
			position: relative;
		}

		.list-inline-item:before {
			position: absolute;
			width: 1px;
			height: 15px;
			top: 0;
			left: auto;
			right: -7px;
			margin: auto;
			background: #fff;
			bottom: 0;
			content: '';
			opacity: 50%;
			z-index: 5;
		}

		.single-product .product_meta .sku_wrapper {
			color: #222 !important;
		}

		.product-swiper {
			position: static !important;
		}

		.blog_02 .section-img {
			margin: 0;
		}

		/* newslettter one time website open */
		.email-popup-con.newsletter .email-popup-inner-con .mc4wp-form {
			width: 80%;
			padding: 0;
		}

		.newsletter .footer-newsletter {
			padding: 0;
		}

		.newsletter .news-button .btn {
			width: auto;
			height: auto;
			background: transparent;
			color: #222;
			font-size: 14px;
			padding: 10px 20px;
			position: absolute;
			left: auto;
			right: 0;
			top: 0;
			bottom: 0;
			background: #043969;
			color: #fff;
			margin: auto;
		}

		.newsletter .newsletter-form2 {
			position: relative;
		}

		.header-right .list-inline-item .select-wrap .dd-container .dd-options li .dd-option {
			color: #666;
			cursor: pointer;
		}

		.wcml-dropdown li:hover.wcml-cs-active-currency .wcml-cs-submenu,
		.wcml-dropdown li:focus.wcml-cs-active-currency .wcml-cs-submenu,
		.wcml-dropdown li .wcml-cs-submenu,
		.wpml-ls-legacy-dropdown li .wpml-ls-sub-menu {
			display: none;
		}

		.product .single-product-thumb-content .hunting-sale span {
			background-color: #ef3e26;
			transform: translateX(0);
			-webkit-transform: translateX(0);
			-moz-transform: translateX(0);
			-o-transform: translateX(0);
			-ms-transform: translateX(0);
		}

		body #site-navigation #mega-menu-wrap-header-menu .mega-shop_img ul li.widget_media_image a:hover img {
			transform: none;
			-webkit-transform: none;
			-moz-transform: none;
			-o-transform: none;
			-ms-transform: none;
		}

		.blog-section .swiper-wrapper,
		.blog-section.swiper-slider.blog-style {
			position: static;
		}

		.blog-section .swiper-navigation .swiper-button.swiper-button-prev {
			left: -50px;
			bottom: 0;
			top: 0;
			border: 2px solid #bfbfbf;
			width: 35px;
			height: 35px;
			border-radius: 8px;
			right: auto;
			margin: auto;
			z-index: 2;
		}

		.blog-section .swiper-navigation .swiper-button.swiper-button-next {
			left: auto;
			bottom: 0;
			top: 0;
			border: 2px solid #bfbfbf;
			width: 35px;
			height: 35px;
			border-radius: 5px;
			right: -50px;
			margin: auto;
			z-index: 2;
		}

		.nslick-initialized .nslick-slide {
			border-radius: 30px;
		}



		.woocommerce-active.archive .short-view .product .product-button-wrap .wishlist a::after {
			content: '' !important;
			height: 100%;
			width: 0;
			position: absolute;
			transition: .3s cubic-bezier(.785, .135, .15, .86);
			-webkit-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-moz-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-o-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-ms-transition: .3s cubic-bezier(.785, .135, .15, .86);
			top: 0;
			left: auto;
			right: 0;
			z-index: -1;
			background: #7cb222;
			display: block;
		}

		.woocommerce-active.archive .short-view .product .product-button-wrap .wishlist a:hover:after {
			width: 100%;
			right: auto;
			left: 0;
		}

		.product-category .category-main .product .cart-wrap,
		.text-center .product .cart-wrap {
			background: #fff;
		}

		.text-center .product .quantity {
			border: #fff;
		}

		.row-01:hover .tt-feature-box-icon {
			transform: translateY(-10px);
			-webkit-transform: translateY(-10px);
			-moz-transform: translateY(-10px);
			-o-transform: translateY(-10px);
		}

		.dark-mode .swiper-navigation .swiper-button svg {
			color: #fff;
		}

		.dark-mode .client .swiper-navigation .swiper-button.swiper-button-prev svg,
		.dark-mode .client .swiper-navigation .swiper-button.swiper-button-next svg {
			color: #fff;
		}

		.dark-mode .category-feature_partten .swiper-navigation .swiper-button.swiper-button-next svg,
		.dark-mode .category-feature_partten .swiper-navigation .swiper-button.swiper-button-prev svg {
			color: #222;
		}

		.wc-block-components-filter-reset-button {
			padding: 8px 25px;
			background: var(--price-color);
			color: #fff;
			font-size: 12px;
			border-radius: 10px;
		}

		.wc-block-attribute-filter__actions .wc-block-components-filter-reset-button:hover {
			background: #222;
			color: #fff;
		}

		.product-category .category-morden .product .product-button-wrap {
			left: 0;
			right: auto;
			bottom: 5px;
		}

		.product-category .product .product-button-wrap .wishlist a::after {
			display: block;
			content: '' !important;
			height: 100%;
			width: 0;
			position: absolute;
			transition: .3s cubic-bezier(.785, .135, .15, .86);
			-webkit-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-moz-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-o-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-ms-transition: .3s cubic-bezier(.785, .135, .15, .86);
			top: 0;
			left: auto;
			right: 0;
			z-index: -1;
			background-color: #fce07d;
		}

		.product-category .product .product-button-wrap .wishlist a:hover:after {
			width: 100%;
			right: auto;
			left: 0;
		}

		.category-image a {
			position: relative;
			transform: scale(1.1);
			-webkit-transform: scale(1.1);
			-moz-transform: scale(1.1);
			-o-transform: scale(1.1);
			transition: all 1.5s ease-in-out 0s;
			-webkit-transition: all 1.5s ease-in-out 0s;
			-moz-transition: all 1.5s ease-in-out 0s;
			-o-transition: all 1.5s ease-in-out 0s;
			-ms-transition: all 1.5s ease-in-out 0s;
			-ms-transform: scale(1.1);
		}

		.category-image a::after,
		.category-image a::before {
			position: absolute;
			content: '';
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
			display: block;
			z-index: 2;
			background: rgba(255, 255, 255, 0);
			-webkit-transition: all 0.7s ease-in-out;
			-o-transition: all 0.7s ease-in-out;
			transition: all 0.7s ease-in-out;
		}

		.category-image:hover a::before {
			right: 50%;
			left: 50%;
			width: 0;
			background: rgba(255, 255, 255, .2);
		}

		.category-image:hover a::after {
			top: 50%;
			bottom: 50%;
			height: 0;
			background: rgba(255, 255, 255, .2);
		}

		.category-image a:hover img {
			transform: scale(1.1);
			-webkit-transform: scale(1.1);
			-moz-transform: scale(1.1);
			-o-transform: scale(1.1);
			transition: all 1.5s ease-in-out 0s;
			-webkit-transition: all 1.5s ease-in-out 0s;
			-moz-transition: all 1.5s ease-in-out 0s;
			-o-transition: all 1.5s ease-in-out 0s;
			-ms-transition: all 1.5s ease-in-out 0s;
			-ms-transform: scale(1.1);
		}

		.category-image {
			overflow: hidden;
			border-radius: 40px;
			transition: all 1.5s ease-in-out 0s;
			-webkit-transition: all 1.5s ease-in-out 0s;
			-moz-transition: all 1.5s ease-in-out 0s;
			-o-transition: all 1.5s ease-in-out 0s;
			-ms-transition: all 1.5s ease-in-out 0s;
		}

		.category-image a img {
			transition: all 1.5s ease-in-out 0s;
			-webkit-transition: all 1.5s ease-in-out 0s;
			-moz-transition: all 1.5s ease-in-out 0s;
			-o-transition: all 1.5s ease-in-out 0s;
			-ms-transition: all 1.5s ease-in-out 0s;
		}

		#page .blog-style .tt-post-wrapper:hover .tt-post-title a {
			color: #7cb222;
		}

		.product-deal .special-navigation {
			display: none;
		}

		.product-trending .thumbnail-wrap .product-attribute-wrap {
			display: none;
		}

		.deal_of_the_day .yith-wcwl-add-to-wishlist.exists span::before {
			color: #fff;
			font-weight: 600;
		}

		.deal_of_the_day .yith-wcwl-add-to-wishlist.exists span:hover::after {
			width: 100%;
			right: auto;
			left: 0;
		}

		.deal_of_the_day .wishlist .yith-wcwl-add-button a:hover:before {
			width: 100%;
			right: auto;
			left: 0;
		}

		.deal_of_the_day .wishlist .yith-wcwl-add-button a::before {
			content: '';
			height: 100%;
			width: 0;
			position: absolute;
			transition: .3s cubic-bezier(.785, .135, .15, .86);
			-webkit-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-moz-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-o-transition: .3s cubic-bezier(.785, .135, .15, .86);
			-ms-transition: .3s cubic-bezier(.785, .135, .15, .86);
			top: 0;
			left: auto;
			right: 0;
			z-index: 1;
			background-color: #4c6246;
		}

		.deal_of_the_day .yith-wcwl-add-to-wishlist.exists span::after {
			width: 100%;
			right: auto;
			left: 0;
		}

		.deal_of_the_day .wishlist .yith-wcwl-add-button a:hover::after {
			color: #fff;
		}

		#page .blog_02 .blog-style .tt-post-wrapper:hover .tt-post-title a {
			color: #4c6246;
		}

		.woocommerce-active #primary .widget_block ul li a span {
			font-size: 14px;
		}

		.shop-sidebar h3 {
			font-size: 20px;
		}

		.shop-sidebar .wc-block-components-price-slider__controls {
			margin: 16px 0 30px;
		}

		.back-home-button a {
			border-radius: 30px;
			overflow: hidden;
		}

		.back-home-button a:hover {
			color: #fff !important;
		}

		.back-to-home a {
			border-radius: 30px;
			overflow: hidden;
		}

		.header_style.site-header #site-navigation ul.nav-menu li.menu-item.menu-item-has-children>a {
			color: #fff;
		}