/*
	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. header style 
	9. back to top 
	10. inner pages
	11. loader block
	12. hamburger menu 
	13. top header
	14. woocommerce menu block
	15. cart block 	
		15.1 cart style 02 block
	16. blog block
	17. Product Categories 
	18. home product block 
	19. recent product
	20. shop page 
		20.1 filter toggle
		20.2 full width shop page
		20.3 offslidebar shop page
		20.4 shop product-layout-default
			20.4.1 column-6
			20.4.2 column-5
			20.4.3 column-4
			20.4.4 column-3
	21. list view 
		21.1 nosidebar list view 
	22. short view
	23. single product page 
	24. 360 view 
	25. short view
	26. checkout block
		26.1 order-conformation block
	27. myaccount block
	28. dark mode 
	29. quick view
	30. aboutus block
	31. contact-info
	32. coming soon
	33. variation block
	34. product sticky addto cart
	35. revolution slider
*/

:root {
	--primary-color-text: #febc1f;
	--primary-color-hv-text: #a2102d;
	--primary-bg-color: #febc1f;
	--primary-bg-hv-color: #a2102d;
	--secondary-color-text: #222222;
	--secondary-color-hv-text: #febc1f;
	--secondary-bg-color: #a2102d;
	--secondary-bg-hv-color: #febc1f;
	--rating-color: #ffb507;
	--body-text-color: #666;
	--bordercolor: #e5e5e5;
	--content-border-color: #e5e5e5;
	--btn-border-color: ;
	--price-color: #a2102d;
	--background-color: #f5f5f5;
	--dark-background: #28282a;
	--dark-bg-text: #fff;
	--title-color: #444444;
	--primary-font: 'Alfa Slab One', cursive;
	--secondary-font: 'Mulish', sans-serif;
}


html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

.container {
	padding: 0;
}

.container>.row {
	margin: 0;
}
.home .page{
	margin: 0;
}

main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
	border-radius: 5px;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted #e5e5e5;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
	box-shadow: none;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
	--------------------------------------------- */
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

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;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

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

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(--content-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 ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 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
	--------------------------------------------- */
.sticky {
	display: block;
}

.header_style.site-header.sticky {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: auto;
	animation: 1s ease 0s normal both 1 running fixedmenu;
	min-height: 40px;
	background: var(--secondary-bg-color);
	z-index: 11;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

header.header_style.site-header.sticky .site-branding {
	min-height: 80px;
}

.header_style.site-header.sticky .search-icon .top-search .search-form input[type="search"] {
	height: 45px;
}

header.sticky.site-header .site-main-wrap {
	position: static;
}

header.sticky .humburger-title .humberger-category,
header.sticky.site-header .site-wrap .main-navigation,
header.sticky .humburger-title .humberger-category+svg {
	display: none;
}

header.sticky .right-header-bottom {
	display: none !important;
}

header.sticky.site-header .site-main-wrap {
	border: none;
}

header.sticky.header_style.site-header .site-wrap {
	min-height: 0;
	position: relative;
}

header.sticky .humburger-title {
	padding: 13px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	background: var(--secondary-bg-color);
}

header.sticky .search-icon .top-search .search-form button[type="submit"] {
	height: 37px;
}

header.sticky .search-icon .top-search .search-form button .fa-magnifying-glass {
	font-size: 12px;
}


@-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;
	}
}

.post,
.page {
	margin: 0 0 25px;
}

.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;
}

/* 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;
}

::selection {
	color: #fff;
	background: var(--primary-bg-hv-color);
}

body {
	font-family: var(--secondary-font);
	font-size: 14px;
	color: var(--body-text-color);
	background-color: var(--bs-white);
}

a,
a:hover,
a::before,
a:active,
a:focus,
a:visited,
a:hover::before {
	outline: none;
	color: var(--secondary-color-text);
	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(--secondary-color-hv-text);
}

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;
	color: var(--secondary-color-text);
	margin: 0 0 20px;
	font-family: var(--primary-font);
	font-weight: 500;
}

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(--content-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(--secondary-color-text);
}

.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;
}

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: var(--secondary-color-text);
	padding: 15px 25px;
	border-radius: 5px;
}

.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: auto;
	bottom: 0;
	padding: 10px;
	background: none;
}

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

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;
}

.elementor-button-wrapper .elementor-button-link,
.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;
}

.elementor-button-wrapper .elementor-button-link::after,
.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;
}

.elementor-button-wrapper .elementor-button-link:hover::after,
.btn:hover::after {
	width: 100%;
	right: auto;
	left: 0;
}

.elementor-button-wrapper .elementor-button-link,
.btn.btn-primary {
	background: var(--primary-bg-color);
	color: #222;
}

.elementor-button-wrapper .elementor-button-link:hover {
	color: var(--secondary-color-text) !important;
}

.elementor-button-wrapper .elementor-button-link::after {
	background: var(--primary-bg-color);
}

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

.btn.btn-secondary {
	background: var(--secondary-bg-color);
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.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;
}
.header-link #page::after,
.hamburger-silde-toggle #page::after,
body.show-user #page::after,
.dropdowncsls #page::after,
.dropdownlscs #page::after,
.silde-toggle #page::after,
.filter-toggle #page::after,
.toggle-filter #page::after,
.search-silde-toggle #page::after {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	visibility: visible;
}

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

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

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

.tt-post-wrapper .tt-post-thumbnail {
	margin-bottom: 15px;
}

.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;
}


.search .tt-post-wrapper {
	padding: 30px;
}

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

.post .tt-post-wrapper>.tt-post-thumbnail img {
	width: 100%;
}

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

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

.site-header .site-main-wrap {
	background-color: #fff;
	position: relative;
	float: left;
	width: 100%;
}

h1.title {
    color: #222;
    margin: 0;
    font-size: 16px;
    padding: 0;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: flex;
    width: auto;
	padding: 0 15px 0 0;
}

h1.title span{
	padding: 0 0 0 10px;
}


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

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

footer.site-footer .widget-wrap::before {
	z-index: 1;
	background-image: url("../images/left-bg.png");
	background-size: cover;
	content: "";
	position: absolute;
	height: 100%;
	width: 310px;
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
	margin: auto;
	opacity: 0.1;
	z-index: -1;
}

footer.site-footer .widget-wrap::after {
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	position: absolute;
	height: 100%;
	width: 310px;
	top: auto;
	right: 0;
	bottom: 0;
	left: auto;
	margin: auto;
	opacity: 0.1;
	z-index: -1;
	background-image: url("../images/right-bg.png");
}

footer.site-footer {
	margin: 0;
	z-index: 2;
	position: relative;
	background: #3c2117;
}

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

.silde-toggle footer.site-footer,
.hamburger-silde-toggle footer.site-footer,
.hamburger-silde-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;
}

.tt-post-meta-wrap {
	margin: 0 0 15px;
	border-bottom: 1px solid #e5e5e5;
	padding: 0 0 15px;
}

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

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

.wp-block-latest-comments__comment-link,
.wp-block-latest-comments__comment-author,
.tt-post-meta-wrap div a {
	font-size: 14px;
	color: #222;
}

.wp-block-latest-comments__comment-link:hover,
.wp-block-latest-comments__comment-author:hover,
.tt-post-meta-wrap div a:hover {
	color: var(--primary-bg-hv-color);
}

.tt-post-meta-wrap div::after,
.tt-post-meta-wrap div.tt-post-category a::after {
	position: absolute;
	content: "|";
	left: auto;
	right: -2px;
	top: 0;
	color: #e5e5e5;
}

.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 30px;
}

.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(--primary-color-hv-text);
}

.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(--primary-color-hv-text);
}

.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;
}

.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,
.search .page .tt-post-wrapper {
	overflow: hidden;
	position: relative;
	background: #f8f7f7;
}

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

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

.tt-post-details .tt-post-author::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: auto;
	right: 20px;
	background: var(--primary-bg-hv-color);
	height: 1px;
	width: 10px;
}

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

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

.tt-post-details .tt-post-title h2 a:hover {
	color: var(--secondary-color-hv-text);
}

/* ----------- 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;
}

#secondary .wp-block-heading,
#secondary h2.widget-title {
	font-size: 20px;
	color: var(--secondary-color-text);
}

.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-bottom: 1px solid var(--content-border-color);
	height: 45px;
	line-height: 50px;
	background: var(--bs-white);
	color: #232434;
	padding: 0 40px 0 20px;
}

.widget-area .widget {
	margin: 0;
	border-bottom: 1px solid var(--bordercolor);
}

.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 #e5e5e5;
	margin: 0 0 15px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.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;
	font-weight: 500;
	font-size: 16px;
}

#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;
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 30px;
	padding: 0 0 30px;
	float: left;
	width: 100%;
}

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

.comment-list li.comment .children {
	padding-top: 30px;
	border-top: 1px solid #e5e5e5;
	border-bottom: none;
	padding-bottom: 0;
	margin: 30px 0 0 70px;
}

.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 .comment-edit-link {
	margin: 0 8px;
}

.comment-list .comment-wrap .comment-meta .reply a {
	color: var(--secondary-color-text);
}

.comment-list .comment-wrap .comment-meta .reply a:hover {
	color: var(--secondary-color-hv-text);
}

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

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

.thread-even.depth-1.parent>#respond,
.thread-odd.depth-1.parent>#respond,
.thread-even #respond,
.thread-odd #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 .contact-form .logged-in-as a {
	color: var(--primary-color-text);
}

#comments .contact-form .logged-in-as a:hover {
	color: var(--primary-color-hv-text);
}

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

.comment-notes #email-notes {
	color: #222222;
	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 .comment-body+#respond {
	margin: 30px 0 0;
}

#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;
}

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

.single-post .page-header .breadcrumbs #crumbs span.active {
	display: none;
}

.page-header .breadcrumbs #crumbs,
.page-header .breadcrumbs #crumbs a {
	color: #222;
}

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

#crumbs .active::after {
	position: absolute;
    content: '/';
    font-family: 'Font Awesome 5 Free';
    /* font-weight: 100; */
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 25px;
    color: #666;
    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 30px;
	background: #f5f5f9;
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	background-attachment: fixed;
}

#page .site-main:not(.home #page .site-main) {
	margin: 0 0 70px;
}

.silde-toggle .page-header.inner-header-opacity {
	z-index: 1;
}
.page-header .pizzeria-page-title {
    min-height: 60px;
    padding: 15px 0;
    position: relative;
    z-index: 1;
    float: left;
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.page-header .pizzeria-page-title .breadcrumbs {
    float: left;
    width: auto;
    color: #222;
    padding: 0;
}
.page-header .breadcrumbs #crumbs a{
	padding: 0 0 0 25px;
    position: relative;
}
.breadcrumbs #crumbs a::after {
    position: absolute;
    content: '/';
    font-family: 'Font Awesome 5 Free';
    font-weight: 100;
    top: -7px;
    bottom: auto;
    margin: auto;
    font-size: 25px;
    color: #666;
    left: 0;
    height: 15px;
    right: auto;
}

.page-header .breadcrumbs #crumbs span.active,
.page-header .breadcrumbs #crumbs a {
	color: #222;
	font-size: 16px;
	font-weight: 500;
}

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

.site .header-top ul li span {
	color: #666;
	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: var(--secondary-color-text);
}

.site .header-top ul li.header-top-clear span a:hover,
.site .header-top ul li.header-top-clear span:hover {
	color: #fff;
	color: var(--secondary-color-hv-text);
}

.site .header-top ul li.header-top-clear span:hover,
.site .header-top ul li.header-top-clear 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;
}

.header-top .list-inline-item.header-top-tel {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	padding-left: 10px;
	margin-left: 05px;
}

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

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


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

.pagination .page-numbers li {
	border: none;
	margin: 3px;
	display: inline-block;
}

.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-color-text);
	border-color: var(--secondary-color-text);
	color: var(--secondary-color-text);
}

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

.pagination .page-numbers li>a,
.pagination .page-numbers li>span {
	border: 1px solid var(--content-border-color);
	padding: 0 15px;
	font-size: 14px;
	min-width: 42px;
	height: 42px;
	line-height: 42px;
	color: #222222;
	border-radius: 5px;
}

.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;
	padding: 0 0 0 6px;
	font-size: 14px;
}

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

footer .site-info .copyright li:hover a {
	color: #222;
}

footer .site-info .copyright {
	padding: 15px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	flex-wrap: wrap;
}

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

footer .widget .description {
	font: 400 40px/45px var(--primary-font);
	color: #fff;
	width: 58%;
	margin: 0 0 35px 0;
}

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

footer .widget .widget-title {
	margin: 0 0 20px;
	color: #fff;
	font: 400 18px/20px var(--primary-font);
}

footer .main-footer,
footer .main-footer a {
	color: #ccc;
	font-size: 14px;
}

footer .main-footer .footer-05 .widget_block:first-child {
	margin: 0 0 30px;
}

footer .main-footer .footer-05 section.widget>div {
	display: flex;
	justify-content: center;
}

footer .main-footer .footer-06::before,
footer .main-footer .footer-07::before {
	position: absolute;
	content: "";
	margin: auto;
	height: 130px;
	width: 1px;
	top: 0;
	bottom: 0;
	left: -55px;
	right: auto;
	background: #252f49;
}

footer .main-footer .widget_cosmos_widget_contact_info a {
	display: flex;
	align-items: center;
}

footer .main-footer a svg {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
}

footer .main-footer a:hover svg,
footer .main-footer a:hover {
	color: var(--secondary-color-hv-text);
}

footer .main-footer svg {
	color: #ccc;
}

footer .widget_pizzeria_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_pizzeria_widget_contact_info ul li svg {
	margin-right: 20px;
	transition: none;
}

footer .widget_pizzeria_widget_contact_info ul li svg.feather-headphones {
	width: 45px;
	height: 45px;
	color: #ccc;
}

footer .widget_pizzeria_widget_contact_info ul li a:focus svg.feather-headphones,
footer .widget_pizzeria_widget_contact_info ul li a:active svg.feather-headphones,
footer .widget_pizzeria_widget_contact_info ul li a:hover svg.feather-headphones {
	transform: rotateY(180deg);
}

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

footer #pizzeria_widget_contact_info-3 ul>li>a {
	margin: 0 0 25px;
}

footer .footer-01 .widget_pizzeria_widget_contact_info ul li a span {
	display: block;
	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;
	font: 400 34px/40px var(--primary-font);
	color: var(--primary-bg-color);
	border-bottom: 2px solid currentColor;
}

footer .widget_block label {
	width: 100%;
}

footer .site-info>.container {
	padding: 0;
}

footer .widget_block input[type="email"] {
	padding: 10px 130px 10px 15px;
	width: 100%;
	height: 45px;
	border-top: none;
	border: 2px solid var(--primary-bg-color);
	color: var(--secondary-color-text);
	border-radius: 25px;
	background: #fff;
}

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

footer .widget_block h2.news-label {
	font-size: 20px;
	margin: 0 0 25px;
}

footer .widget.widget_block p.news-desc {
	margin: 0 0 20px;
	font-size: 14px;
}

.email-popup-con .news-content,
footer .widget.widget_block .news-content {
	position: relative;
}

.email-popup-con .news-content input[type="email"] {
	margin: 0 0 15px;
	text-align: center;
}

.email-popup-con .news-content input[type="submit"] {
	width: 100%;
}

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

footer .widget_block input[type="submit"] {
	position: absolute;
	top: 0;
	bottom: 0;
	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;
}

footer #footer-top .footer-newsletter {
	position: relative;
}

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

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

footer #footer-top .footer-newsletter {
	display: flex;
	align-items: center;
	margin: auto;
}

footer #footer-top .footer-newsletter .news-title .widget-title {
	margin: 0 0 10px;
	padding: 0 0 0 25px;
	font-size: 18px;
	color: #fff;
	position: relative;
	text-align: left;
}

footer .mc4wp-form-fields p {
	margin: 0;
	color: #f5f5f5;
	font-size: 14px;
	margin: 0 auto;
}

footer .mc4wp-form-fields .newsletter-form {
	position: relative;
}

footer .mc4wp-form-fields .newsletter-form button {
	padding: 0 25px;
	position: absolute;
	top: auto;
	bottom: 0;
	left: auto;
	right: -1px;
	border: none;
	z-index: 1;
	background: var(--secondary-bg-color);
	color: #fff;
	border-radius: 30px;
	height: 45px;
	font: 500 14px/16px var(--secondary-font);
}

footer .mc4wp-form-fields .newsletter-form button:hover {
	color: var(--secondary-color-text);
}

footer .mc4wp-form-fields .newsletter-form button::after {
	background: var(--primary-bg-color);
}

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-top {
	background: #1d2836;
	padding: 26px;
}

footer #footer-top .footer-top-row .footer-top-columns {
	padding: 0;
}

.footer-top .footer-newsletter .newsletter-content {
	float: left;
}

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

footer #footer-top .footer-newsletter .news-title {
	position: relative;
	margin: 0 0 20px;
	padding: 0;
}

footer .footer-top-columns .footer-top-content h2 {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	margin: 0 0 10px;
}

footer .footer-top-columns .footer-top-content p {
	margin: 0;
	color: #ccc;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 15px;
}

footer #footer-top .footer-top-columns .footer-top-content .mc4wp-form-fields p {
	margin-bottom: 0;
	text-align: left;
}

.footer-top .footer-newsletter .widget-title {
	font-size: 32px;
	margin: 0;
}

footer #footer-top .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: 400;
	font-size: 18px;
	height: auto;
	color: #fff;
}

.newsletter-form input[type="email"] {
	background: #fff;
	width: 100%;
	border: none;
	border-radius: 5px;
	font-size: 13px;
	color: #222;
	padding: 10px 130px 10px 12px;
	height: 48px;
}

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

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

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

.footer-newsletter input[type="submit"] {
	background-color: #fff;
	color: var(--primary-color-text);
}

.footer-newsletter input[type="submit"]:hover {
	background-color: #222222;
	color: #fff;
}

.footer-top .footer-newsletter .news-form .newsletter-form {
	width: 90%;
	float: right;
	border-bottom: 1px solid #c6b7a3;
	position: relative;
}

.footer-top .footer-newsletter .news-form .newsletter-form input[type="submit"] {
	position: absolute;
	right: 0;
	left: auto;
	top: auto;
	bottom: 5px;
	padding: 13px 32px;
	font-size: 13px;
}

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

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

footer .main-footer .footer-01 .wp-block-group {
	justify-content: space-between;
}

footer .main-footer .footer-02 {
	padding: 0;
}

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

footer .main-footer .footer-01 .widget {
	margin: 0;
}

footer .main-footer .footer-03 .widget.widget_media_image {
	margin: 0 0 10px;
}

.footer-widget .footer-01 .widget.widget_nav_menu ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.footer-widget .footer-01 .widget.widget_nav_menu ul li {
	margin: 0;
	padding: 0 25px;
	position: relative;
}

.footer-widget .footer-01 .widget.widget_nav_menu ul li::before {
	position: absolute;
	content: ' ';
	top: 0;
	right: auto;
	left: -3px;
	bottom: 0;
	margin: auto;
	background: var(--content-border-color);
	width: 6px;
	height: 2px;
}

.footer-widget .footer-01 .widget.widget_nav_menu ul li:first-child::before {
	content: none;
}

footer .main-footer .footer-04 ul {
	display: flex;
	flex-wrap: wrap;
}

footer .main-footer .footer-04 ul li a svg {
	transition: 0.4s all;
}

footer .main-footer .footer-04 ul li:hover a svg {
	transform: rotateY(180deg);
}

footer .main-footer figure {
	margin: 0;
}

footer #footer-top a img {
	padding: 0 10px 0 0;
}

footer #footer-top a:hover img,
footer .main-footer .wp-block-image a:hover img {
	transform: translateY(-5px);
}

/* social icon css */
footer .footer-top-columns:first-child .footer-top-content {
	padding: 0 50px 0 0;
}

footer .footer-top-columns:nth-child(2) .footer-top-content {
	display: flex;
	flex-direction: column;
	padding: 0 50px;
	border: 1px solid #3c464f;
	border-top: 0;
	border-bottom: 0;
}

footer .footer-top-columns:last-child .footer-top-content {
	padding: 0 0 0 50px;
}

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

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

footer ul.social-media li a {
	margin: 0 12px;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	position: relative;
	z-index: 9;
	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;
}

footer ul.social-media li a:hover {
	transform: translateY(-5px);
}

footer ul.social-media li a {
	color: #fff;
}

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

ul.social-media li:first-child a {
	margin-left: 0
}

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

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

ul.accepted-payment-methods li span {
	background-color: transparent;
}

#footer-top .mc4wp-form {
	float: left;
	width: 100%;
}

.mc4wp-form {
	position: relative;
}

.mc4wp-response .mc4wp-alert {
	float: left;
	width: 100%;
	text-align: left;
	background: #f5f5f5;
	margin: 10px 0 0;
	padding: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.mc4wp-form .mc4wp-response p {
	margin: 0;
	font-weight: 600;
	color: var(--secondary-bg-color);
}

.mc4wp-response .mc4wp-alert p {
	color: red;
}

.mc4wp-response .mc4wp-alert.mc4wp-success p {
	color: green;
}

.mc4wp-form .mc4wp-response p>a {
	padding: 0 5px;
	color: var(--primary-color-text);
}

.wpcf7 form.sent .wpcf7-response-output {
    border-radius: 5px;
    margin-left: 0;
    background: var(--primary-bg-color);
    border: none;
    color: var(--secondary-color-text);
}

/* ---------------- 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(--secondary-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(--secondary-color-hv-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(--primary-color-hv-text);
	color: var(--secondary-color-text);
}

.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;
}

.single-post .tt-post-details .tt-post-content .blog-detail-ele ul {
	margin-left: 15px;
}

.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%;
}

.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(--content-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 input[type="password"] {
	height: 45px;
	margin-top: 10px;
	width: 100%;
	padding: 10px;
}

.post-password-form input[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;
}

.search-fix .select-wrap {
	width: 170px;
}

header .select-wrap {
	margin: 0 0 0;
	position: absolute;
	float: left;
	display: flex;
	align-items: center;
	right: 18%;
}

.product-search select {
	position: relative;
	border: none;
	padding: 10px 36px 10px 15px;
	height: 50px;
	margin: 0;
	background-color: transparent;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	color: #666;
	font-size: 14px;
}

.product-search .search-wrapper {
	display: flex;
	align-items: center;
}

.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;
}

header .select-wrap::before {
	content: '';
	position: absolute;
	background: #dedede;
	width: 1px;
	height: 23px;
	top: 0;
	bottom: 0;
	right: 100%;
	left: 0;
	margin: auto 0;
}

.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 -------------- */
.search-icon .top-search {
	width: 100%;
}

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

.search-icon .top-search .search-form .search-title {
	font-family: var(--secondary-font);
	font-size: 18px;
	text-align: left;
	margin: 0 0 30px;
}

.search-icon>svg {
	cursor: pointer;
}

.site-header #site-navigation ul.nav-menu>li.menu-item {
	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;
	position: relative;
	padding: 5px 24px;
	z-index: 9;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	overflow: hidden;
}

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

.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.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: #fff;
} */

.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: 13px;
	color: var(--body-text-color);
}

.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: #fff;
	border: none;
	font-size: 23px;
	padding: 0;
	box-shadow: none;
}

.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 {
	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-form {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	overflow: hidden;
	position: relative;
}

.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 input[type="submit"] {
	background: none;
	color: #222222;
	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[type=search] {
	border: none;
	border-bottom: 3px solid rgba(84, 84, 84, 0.1);
	font-size: 20px;
	font-family: var(--secondary-font);
	padding-right: 60px;
	padding-left: 0;
	height: 50px;
}
.product-search{
	padding: 60px 0;
}

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

.right-header-bottom a:hover,
.search-icon:hover>svg,
.head-hamburger-menu:hover svg,
.search-icon .search-wrap:hover svg,
.right-header .mini-cart:hover .dropdown-back svg,
.navbar-woocommerce .navbar-title:hover svg,
.wishlist-wrap:hover .wishlist svg,
.head-top-call:hover svg,
.right-header-bottom a:active,
.search-icon:active>svg,
.head-hamburger-menu:active svg,
.head-hamburger-menu:active svg,
.search-icon .search-wrap:active svg,
.right-header .mini-cart:active .dropdown-back svg,
.navbar-woocommerce .navbar-title:active svg,
.wishlist-wrap:active .wishlist svg,
.head-top-call:active svg,
.right-header-bottom a:focus,
.search-icon:focus>svg,
.head-hamburger-menu:focus svg,
.head-hamburger-menu:focus svg,
.search-icon .search-wrap:focus svg,
.right-header .mini-cart:focus .dropdown-back svg,
.navbar-woocommerce .navbar-title:focus svg,
.wishlist-wrap:focus .wishlist svg,
.head-top-call:focus svg {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	/* color: var(--primary-color-hv-text); */
}

.navbar-woocommerce {
	position: relative;
	padding: 43px 0px;
}

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

/* header .right-header svg {
	width: 35px;
	height: 35px;
	color: #fff;
} */

header .right-header .head-top-call {
	display: flex;
	align-items: center;
	margin: 0 50px 0 0;
}

header .right-header .navbar-woocommerce .navbar-title {
	margin: 0 25px 0;
}

header .right-header .head-top-call .contact-text,
header .right-header .navbar-woocommerce .navbar-title .my-account-text,
header .right-header .mini-cart .minicart-content {
	display: flex;
	flex-direction: column;
	padding: 0 0 0 10px;
}

header .right-header .head-top-call .contact-text .contact-detail {
	font-size: 18px;
	font-family: var(--secondary-font);
	color: var(--primary-color-text);
	font-weight: 700;
	line-height: 20px;
	padding: 0 0 10px;
}

header .right-header .mini-cart .minicart-content {
	padding: 0 0 0 20px;
}

header .right-header .navbar-woocommerce .navbar-title .my-account-text .account-text {
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
}

header .right-header .head-top-call .contact-text .contact-no {
	font-weight: 400;
	font-size: 20px;
	line-height: 22px;
	font-family: var(--primary-font);
	color: #fff;
}

header .header-logo {
	width: 200px;
	height: auto;
}

/* header .right-header .mini-cart .minicart-content:hover span.minicart-price,

header .right-header .navbar-woocommerce .navbar-title:hover .my-account-text .account-text {
	color: var(--primary-color-hv-text);
} */
header .right-header .head-top-call .contact-text .contact-no,
header .right-header .head-top-call .contact-text .contact-detail a,
header .right-header .navbar-woocommerce .navbar-title .my-account-text .account-text,
header .right-header .mini-cart .minicart-content:hover span.minicart-price {
	transition: 0.5s all
}

header .right-header .mini-cart .minicart-content span.woocommerce-Price-currencySymbol,
header .right-header .mini-cart .minicart-content span.woocommerce-Price-amount bdi,
header .right-header .navbar-woocommerce .navbar-title .my-account-text .my-account-detail,
header .right-header .head-top-call .contact-text .contact-detail a {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
}

header .right-header .mini-cart .minicart-content strong {
	display: none;
}

.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: inline-block;
	margin-right: 10px;
	display: none;
}

header .right-header .navbar-woocommerce .navbar-title .my-account-text .account-text,
header .right-header .mini-cart .dropdown-back .minicart-content span.minicart-price {
	transition: 0.5s all;
}

.right-header .mini-cart .dropdown-back {
	display: flex;
	color: var(--primary-color-text);
	align-items: center;
	float: left;
	width: auto;
	z-index: 1;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 31px 26px;
	background: #8ca93e;
}

.right-header .mini-cart .dropdown-back::before {
	content: "";
	width: 100%;
	height: 18px;
	position: absolute;
	bottom: -9px;
	left: 0;
	right: auto;
	top: auto;
	background-position: 0 0;
	background: rgba(0, 0, 0, 0) url(//theme-pizzeria.myshopify.com/cdn/shop/t/7/assets/shape.png?v=1506631…) repeat;
	animation: animatedBackground1 400s linear infinite;
	background-size: contain;
}

@keyframes animatedBackground1 {
	from {
		background-position: 0 0;
	}

	to {
		background-position: 10000px 0;
	}
}

.right-header .mini-cart .dropdown-back .basket-item-count {
	font: 400 20px/22px var(--primary-font);
	color: #fff;
	display: flex;
}

.right-header .mini-cart .dropdown-back .basket-item-count #mini-cart-count {
	position: relative;
	padding: 0 10px;
	margin: 0 10px 0 0;
}

.right-header .mini-cart .dropdown-back .basket-item-count #mini-cart-count::before {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: auto;
	right: 0;
	content: ')';
	height: 23px;
}

.right-header .mini-cart .dropdown-back .basket-item-count #mini-cart-count::after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	right: auto;
	content: '(';
	height: 23px;
}

header .right-header .mini-cart .dropdown-back .minicart-content span.minicart-price {
	font: 600 18px/20px var(--secondary-font);
	color: var(--primary-color-text);
	margin: 0 0 5px;
}

.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;
}

.search-wrap .search-text {
	margin: 0 0 0 5px;
}

header .site-branding {
	justify-content: space-between;
	min-height: 108px;
	position: relative;
}

header .site-branding .site-logo img {
	max-width: 160px;
	height: auto;
}

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

.site-header .site-wrap .site-branding .logo {
	max-width: 225px;
	max-height: 55px;
	width: 100%;
}

.site-header .site-wrap .site-branding {
	padding: 5px 0;
	display: flex;
	justify-content: start;
	flex: 1;
}

.site-header .site-wrap .site-branding a {
	float: none;
	display: block;
	overflow: hidden;
}

.site-header .main-navigation {
	padding: 0 0 0 60px;
}

.site-header .site-wrap .right-header {
	padding: 5px 0;
	flex: 1;
	justify-content: end;
}

.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-indicator::after {
	font-size: 12px;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu a.mega-menu-link {
	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;
}

#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);
}

#mega-menu-wrap-header-menu #mega-menu-header-menu>li ul.mega-sub-menu li.mega-menu-item.mega-menu-item-has-children:hover>a.mega-menu-link {
	color: var(--primary-color-hv-text);
}

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;
	position: relative;
}

body #site-navigation #mega-menu-wrap-header-menu .none ul li.widget_media_image a {
	cursor: inherit;
}

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 {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.2);
	width: 100%;
	height: 100%;
	z-index: 9;
	transition: 0.7s all;
	display: block;
}

body #site-navigation #mega-menu-wrap-header-menu ul li.widget_media_image a::after {
	width: 100%;
	height: 0;
	top: 50%;
	bottom: 50%;
}

body #site-navigation #mega-menu-wrap-header-menu ul li.widget_media_image a::before {
	width: 0;
	height: 100%;
	left: 50%;
	right: 50%;
}

body #site-navigation #mega-menu-wrap-header-menu ul li.widget_media_image a:hover:before,
body #site-navigation #mega-menu-wrap-header-menu ul li.widget_media_image a:hover:after {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0);
	display: block;
}

/* 		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-flyout 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-item 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 li.mega-menu-item>a.mega-menu-link,
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;
	font-weight: 400;
}

#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;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link:hover {
	color: #111;
}


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

.header_style.site-header #site-navigation ul.nav-menu li.menu-item a {
	font-size: 14px;
	text-transform: capitalize;
	padding: 20px 25px;
	color: #fff;
	font-weight: 700;
}

.header_style.site-header {
	float: left;
	width: 100%;
	z-index: 3;
	position: relative;
	background: var(--secondary-bg-color);
}

.dropdowncsls .header_style.site-header,
.dropdownlscs .header_style.site-header {
	z-index: 2;
}

.header_style.site-header .site-wrap {
	min-height: 60px;
	display: flex;
	align-items: center;
}

/* .silde-toggle .header_style.site-header.transparent .site-main-wrap,
.show-user .header_style.site-header.transparent .site-main-wrap,
.show-user .header_style.site-header .site-main-wrap {
	background: var(--secondary-bg-color);
} */

.header_style.site-header #site-navigation ul.nav-menu>li.menu-item {
	cursor: pointer;
}

.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 {
	position: relative;
	font-weight: 600;
	z-index: 9;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item.mega-toggle-on>a.mega-menu-link,
#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 {
	font-weight: 600;
}


.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;
}


.search-icon .search-wrap .search-text {
	font-size: 13px;
}

.search-icon .search-wrap svg,
header .right-header .navbar-woocommerce .navbar-title svg {
	width: 21px;
	height: 21px;
	color: #fff;
}

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

.user_icon a,
.wishlist-wrap a {
	color: var(--primary-color-text);
}

.home .header_style.site-header.transparent {
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	right: 0;
	margin: auto;
	background: transparent;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
}

.home .header_style.site-header.transparent.sticky {
	position: fixed;
	background: var(--secondary-bg-color);
}

.header_style.site-header.transparent .site-main-wrap {
	background: transparent;
	box-shadow: none;
	border-bottom: 1px solid rgba(255, 255, 255, .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;
}

.header_style.site-header.transparent .site-main-wrap:hover {
	background: var(--primary-bg-hv-color);
	-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;
}

.header_style.site-header.transparent #site-navigation ul.nav-menu li.menu-item a {
	color: #fff;
}

.header_style.site-header.transparent .mini-cart a>svg,
.header_style.site-header.transparent .navbar-woocommerce a>svg,
.header_style.site-header.transparent .wishlist-wrap svg,
.header_style.site-header.transparent .search-wrap>svg {
	color: #fff;
}

.header_style.site-header.transparent.sticky .site-main-wrap {
	background: var(--secondary-bg-color);
}

/* ------------- 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: 40px;
	bottom: 40px;
	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: 4;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
	background: #fff;
}

.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: var(--secondary-bg-color);
}

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

.back-to-top svg.progress-circle path {
	stroke: var(--secondary-bg-color);
	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;
}

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

.no-results .tt-page-content>p {
	background: var(--background-color);
	padding: 10px 20px;
	margin: 0 0 30px;
}

.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
	font-size: 0;
	padding: 10px;
	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;
}

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

.post-excerpt ol,
.post-excerpt ul {
	padding-left: 20px;
}

.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: 5px;
}

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

.thumbnail-slider-style3 #review_form_wrapper {
	padding: 30px;
}

.thumbnail-slider-style3 #review_form_wrapper .comment-form-cookies-consent {
	display: flex;
	align-items: start;
}

.thumbnail-slider-style3 #review_form_wrapper .comment-form-cookies-consent input {
	margin-top: 5px;
}

.thumbnail-slider-style3 #review_form_wrapper .comment-form-cookies-consent label {
	padding: 0 0 0 10px;
}

/* ------------------- 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 ------------------------*/
header .site-logo {
	margin: 0 20px 0 0;
}

.head-hamburger-menu {
	display: flex;
	margin: 0;
	width: 50px;
	justify-content: center;
	align-items: center;
	height: 80px;
	margin: 0 20px 0 0;
}


.humburger-title {
	z-index: 2;
	float: left;
	width: 100%;
	padding: 15px 15px;
	overflow: hidden;
	position: relative;
	margin: 0;
	display: flex;
	cursor: pointer;
	align-items: center;
	background: var(--secondary-bg-color);
	border-radius: 5px;
}

.humburger-title>svg {
	float: left;
	width: 20px;
	height: 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;
}

.head-hamburger-menu .hamburger-nav li .sub-menu {
	position: absolute;
	left: 100%;
	right: auto;
	top: 0;
	bottom: auto;
	background: #fff;
	border-left: 1px solid var(--bordercolor);
	border-top: 0;
	margin: 0;
	padding: 10px 20px;
	border-top: 2px solid var(--secondary-bg-color);
}

.head-hamburger-menu .hamburger-nav li .sub-menu {
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-ms-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	-webkit-transform: translate(0, 20px);
	-moz-transform: translate(0, 20px);
	-ms-transform: translate(0, 20px);
	-o-transform: translate(0, 20px);
	transform: translate(0, 20px);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	visibility: hidden;
	transform-origin: center top 0;
}

.head-hamburger-menu .hamburger-nav li:hover .sub-menu {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	visibility: visible;
}

.humburger-title .humberger-category {
	float: left;
	text-align: left;
	font: 500 15px/18px var(--primary-font);
	padding-left: 12px;
	text-transform: uppercase;
	color: #fff;
}

.humburger-title .humberger-category+svg {
	height: 12px;
	width: 12px;
	float: right;
	margin: 0 0 0 auto;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
}

.head-hamburger-menu svg {
	color: #fff;
}

.navbar-hamburger {
	display: none;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 999;
	left: 0;
	right: 0;
	bottom: 0;
}

.navbar-hamburger-main {
	position: absolute;
	height: auto;
	width: 270px;
	background: #fff;
	right: auto;
	left: 0;
	top: 100%;
	z-index: 10;
	display: none;
	scrollbar-width: thin;
}

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

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

.navbar-hamburger-main::-webkit-scrollbar-thumb:hover {
	background-color: #777777;
}

.navbar-hamburger-main::-webkit-scrollbar {
	width: 6px;
}

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

.site-header ul#hamburger-menu li a {
	float: left;
	width: 100%;
}

.site-header ul#hamburger-menu li ul.sub-menu li a {
	padding: 0;
}

.site-header ul#hamburger-menu li a::before {
	position: absolute;
	content: "\f107";
	height: 17px;
	width: 9px;
	font-family: 'Font Awesome 6 Free';
	right: 0;
	left: auto;
	top: 0;
	bottom: 0;
	margin: auto;
	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;
	font-weight: 900;
	display: none;
}

span.hamburger-close {
	position: absolute;
	right: 20px;
	left: auto;
}

ul {
	list-style: none;
	float: left;
	width: 100%;
}

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

ul.hamburger-nav li a {
	font-family: var(--primary-font);
	text-transform: capitalize;
	font-weight: 400;
	position: relative;
	padding: 11px 30px;
	color: #222;
	font-size: 15px;
}

ul.hamburger-nav li:hover>a {
	color: var(--primary-color-text);
}

ul.hamburger-nav li ul li:hover a {
	color: #222;
}

ul.hamburger-nav li ul li a {
	font-weight: 400;
	font-size: 14px;
	font-family: var(--secondary-font);
	color: #666;
}

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

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%;
}

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

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

ul.hamburger-nav li {
	float: left;
	width: 100%;
	position: relative;
	text-align: left;
}

ul.hamburger-nav li ul li {
	padding: 10px;
}

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

/* ---------------- Start top header -------------------- */
.header-top {
	background: #fff;
	min-height: 50px;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 3;
}

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

.header-top .header-top-left,
.header-top .header-top-right {
	padding: 0;
}

.header-top a {
	color: #e5e5e5;
}

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

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

.header-top .header-top-clear svg {
	transform: rotateY(180deg);
}

.header-top .list-inline-item span svg.feather-zap {
	display: block;
	transition: none;
	height: 18px;
	width: 18px;
}

.header-top .list-inline-item,
.header-top .list-inline-item a {
	display: flex;
	align-items: center;
	font-size: 13px;
	font-weight: 400;
	color: var(--secondary-color-text);
}

.header-top .list-inline-item:active,
.header-top .list-inline-item:focus,
.header-top .list-inline-item:hover,
.header-top .list-inline-item a:active,
.header-top .list-inline-item a:focus,
.header-top .list-inline-item a:hover {
	color: var(--secondary-color-hv-text);
}

.list-inline-item .list-inline-items {
	padding: 0 0 0 14px;
	margin: 0 0 0 14px;
	position: relative;
}

.list-inline-item.header-top-clear {
	margin: 0;
	cursor: pointer;
}

.list-inline-item .list-inline-items::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background: #ccc;
}

.header-top .top-button a {
	color: #997b4d;
	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: #997b4d;
	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: 169px;
	padding: 10px 20px;
	border: 1px solid #e5e5e5;
	right: 0;
	left: auto;
	margin: auto;
	z-index: 3;
}

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

.navbar-woocommerce ul a {
	color: #666;
	font-size: 14px;
}

.navbar-woocommerce ul a:hover {
	color: #111;
}

/* --------------- 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;
}

.right-header .mini-cart {
	padding: 0 0 0 0;
	position: relative;
}

.silde-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: 500px;
	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%);
	scrollbar-width: thin;
	border-left: 1px solid var(--content-border-color);
	cursor: text;
}

.silde-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;
	align-items: center;
	padding: 30px;
}

.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 .widget_shopping_cart_content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content .empty-cart {
	height: 100px;
	width: 100px;
	display: flex;
	justify-content: center;
	align-items: end;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 auto 20px;
	background: var(--background-color);
}

.right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content .empty-cart svg {
	width: 50px;
	height: 50px;
	align-self: end;
	margin: auto 0 0;
}

.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 .shopping_cart_top .cart-title {
	font-family: var(--primary-font);
	font-size: 20px;
	font-weight: 400;
	color: var(--secondary-color-text);
}

.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 30px;
}

.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-thumb:hover {
	background-color: #777777;
}

.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: 72%;
	padding: 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: 14px;
    text-overflow: ellipsis;
    color: var(--title-color);
    font-family: var(--secondary-font);
    white-space: nowrap;
    font-weight: 700;
    overflow: hidden;
    margin: 0 0 5px;
    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: #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;
}

.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: 18px;
	color: #000;
}

.right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content ul li .remove:hover {
	color: var(--price-color);
}

.right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content ul li .product-details .quantity .amount {
	font-size: 14px;
	color: var(--price-color);
	font-family: var(--primary-font);
	font-weight: 400;
}

.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-family: var(--primary-font);
	font-size: 14px;
	margin: 0 0 20px;
}

.right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content .quantity .total {
	float: right;
	color: var(--price-color);
	padding: 2px 0;
	font-weight: 400;
}

.right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content .total strong {
	font-size: 20px;
	font-family: var(--secondary-font);
	color: #111;
}

.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-size: 14px;
	font-family: var(--primary-font);
}

.right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content .total .amount {
	font-weight: 400;
	font-size: 20px;
	color: var(--price-color);
	font-family: var(--primary-font);
}

.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 {
    float: left;
    padding: 0;
    margin: auto;
    height: 25px;
    border-bottom: 2px solid var(--secondary-color-text);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    position: relative;
    z-index: 1;
    letter-spacing: 1px;
    color: var(--secondary-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 .buttons .button::before {
	content: '';
	height: 2px;
	bottom: -2px;
	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: auto;
	left: auto;
	right: 0;
	z-index: -1;
	background: var(--primary-color-hv-text);
}

.right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content .buttons .button:hover {
	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;
}

.right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content .buttons .button.checkout {
	background: var(--primary-bg-color);
	overflow: hidden;
	height: 50px;
	color: #fff;
	width: 100%;
	border: 0;
	margin-bottom: 10px;
}

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

.right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content .buttons .button.checkout::before {
	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;
}

.right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content .buttons .button.checkout::before {
	background: var(--primary-bg-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(--primary-bg-hv-color);
}

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

.right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content ul li img {
	width: 100px;
	object-fit: cover;
	border: 2px dashed var(--bordercolor);
    border-radius: 5px;
}

.cart-slider .widget_shopping_cart_content .cart-button-wrap {
	float: left;
	width: auto;
	flex: 0 1 0%;
	background: #f5f5f5;
	padding: 30px;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item>a.mega-menu-link::before,
.site-header ul li>a::after {
	background: var(--primary-bg-color);
}

/* -------------- start cart style 02 block ----------------  */
.woocommerce-cart .cart-style-02.cart-content-left {
	margin: 0 0 40px;
}

.woocommerce-cart .woocommerce-cart-form .product-quantity .cart-qty-wrap {
	display: flex;
	justify-content: center;
}

.woocommerce-cart .woocommerce-cart-form .product-quantity .quantity {
	border: 1px solid var(--content-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: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.woocommerce-cart .woocommerce-cart-form .product-quantity .quantity .qty_button.minus {
	font-size: 24px;
}

.woocommerce-cart .woocommerce-cart-form .product-quantity .quantity .qty_button.plus {
	font-size: 20px;
}

.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(--content-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;
	display: flex;
}

.cart-row {
	justify-content: end;
	float: left;
	width: 100%;
	margin: 0;
}

.woocommerce-cart .cart-content-left td.actions .coupon #coupon_code {
	width: auto;
	padding: 12px;
}

.woocommerce-cart .cart-content-left td.actions .button {
	float: right;
	padding: 8px 25px;
	cursor: pointer;
	position: relative;
	z-index: 1;
	margin: 0 0 0 10px;
	border-radius: 5px;
	width: 153px;
	height: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--secondary-color-text);
	pointer-events: all;
	/* 	cursor: not-allowed; */
	font-family: var(--secoundary-font);
}

.woocommerce-cart .cart-content-left td.actions .button[disabled] {
	cursor: not-allowed;
}

.woocommerce-cart .cart-content-left td.actions .button[disabled]::after {
	content: none;
}

.woocommerce-cart .cart-content-left td.actions .button.empty_cart:hover {
	animation: no-animation 4.72s linear infinite;
}

@keyframes no-animation {
	0% {
		transform: rotate(0);
	}

	1% {
		transform: rotate(5deg);
	}

	2% {
		transform: rotate(0);
	}

	3% {
		transform: rotate(-5deg);
	}

	4% {
		transform: rotate(0);
	}

	5% {
		transform: rotate(5deg);
	}

	6% {
		transform: rotate(0);
	}

	7% {
		transform: translate(-5deg);
	}

	8% {
		transform: rotate(0);
	}

	9% {
		transform: rotate(5deg);
	}

	10% {
		transform: rotate(0);
	}

	11% {
		transform: rotate(-5deg);
	}

	12% {
		transform: rotate(0);
	}

	13% {
		transform: rotate(5deg);
	}

	14% {
		transform: rotate(0);
	}

	15% {
		transform: translate(0);
	}

	100% {
		transform: translate(0);
	}

}

.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 td.actions .button.empty_cart::after {
	background: red;
}

.woocommerce-cart .cart-content-left td.actions .button.empty_cart:hover {
	color: #fff;
}

.woocommerce-cart .cart-content-left th {
	font-weight: 500;
	font-family: var(--primary-font);
	font-size: 16px;
	color: var(--secondary-color-text);
	padding: 15px;
}


.woocommerce-cart .cart-content-left .product-thumbnail img {
	width: 85px;
	border: 2px dashed var(--bordercolor);
	border-radius: 5px;
}

.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;
	font-family: var(--primary-font);
}

.woocommerce-cart .cart-content-left tr td a svg:hover {
	color: #ff3737;
}

.woocommerce-cart .cart-content-left td .amount {
	font-weight: 400;
font-family: var(--primary-font);
	color: var(--price-color);
}

.cart-content-left,
.cart-content-right {
	padding: 0;
}

.cart-content-right .cart-collaterals {
	background: #f5f5f9;
	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-content-right .cart-collaterals .cart_totals {
	background: var(--background-color);
}

.cart_totals,
.wc-proceed-to-checkout,
.checkout-button {
	float: left;
	width: 100%;
}

.page .cart-content-right .checkout-button {
	color: var(--secondary-color-text);
	background: var(--secondary-bg-color);
	width: 100%;
	float: left;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
	font-size: 18px;
	border-radius: 5px;
	overflow: hidden;
}

.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;
}

.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;
	font-size: 16px;
}

.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 {
	padding: 15px 30px;
	list-style: none;
	color: #fff;
}

.woocommerce-message {
	border-left: 10px solid #0d7444;
	margin: 0 0 20px;
}

.woocommerce-notices-wrapper .woocommerce-message>a {
	color: #fff;
}

.woocommerce-info {
	border-left: 10px solid #2081b9;
}

.woocommerce-error {
	border-left: 10px solid #c3391a;
}

#primary .woocommerce .woocommerce-error li {
	color: #fff;
	margin: 0;
	font-size: 14px;
	line-height: 24px;
}

.woocommerce-notices-wrapper {
	float: left;
	width: 100%;
}

#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;
}

.woocommerce-error a {
	color: #f5f5f5;
	margin-left: 5px;
	font-size: 13px;
}

#coupon_code {
	padding: 10px 15px;
}

.variations tr td select {
	background: #fff;
	font-size: 13px;
	padding: 6px 10px;
}

/* -------------- end cart style 02 block ----------------  */

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

/* --------------- Start blog block --------------- */
.blog-style .tt-post-details .tt-post-meta {
	font-size: 12px;
	color: #666;
	position: relative;
	padding: 0 0 0 15px;
	width: auto;
}

.blog-style .tt-post-details .tt-post-meta::before {
	content: "\f133";
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	top: 0;
	left: 0;
}

.blog-style .tt-post-details .tt-post-content:not(.blog-style .grid-item .tt-post-details .tt-post-content) {
	font-size: 13px;
	margin: 0 0 15px;
	line-height: 18px;
	font-style: italic;
	color: #666;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.blog-style .grid-item {
	margin: 0 0 30px;
}

.blog-style .grid-item .tt-post-details .tt-post-content {
	font-size: 14px;
	margin: 0 0 15px;
	line-height: 20px;
	font-style: italic;
	color: #666;
}

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

.blog-style .tt-post-details .tt-post-title>h6 {
	color: var(--secondary-color-text);
	font: 400 28px/30px var(--primary-font);
	margin: 0 0 20px;
	white-space: nowrap;
}

.blog-style .tt-post-wrapper .tt-details div {
	width: fit-content;
	padding: 0 45px 0 0;
}

.blog-style .tt-post-details .tt-post-title>h6:hover a {
	color: var(--primary-bg-hv-color);
}

.blog-style .tt-post-thumbnail .tt-post-meta {
	font: 800 15px/18px var(--secondary-font);
	color: var(--secondary-color-text);
	text-align: center;
}

.blog-style .grid-item.tt-post-wrapper {
	background: #fff;
	padding: 15px;
	border-radius: 20px;
}


.blog-style .tt-post-more a {
	padding: 10px 30px;
	font-weight: 500;
	background: var(--secondary-bg-color);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	-khtml-border-radius: 5px;
}

.blog-style .tt-post-more a::after {
	background: var(--secondary-bg-hv-color);
}

.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 .tt-details {
	display: flex;
	font: 600 14px/20px var(--secondary-font);
	color: var(--primary-color-hv-text);
	margin: 0 0 20px;
}

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

.blog-style .tt-post-wrapper .post-meta-wrap {
	display: flex;
	justify-content: space-between;
	margin: 0 0 10px;
	position: absolute;
	top: 15px;
	bottom: auto;
	left: 25px;
	right: auto;
	margin: auto;
	float: none;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: #fff;
	line-height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.blog-style .tt-post-wrapper .post-meta-wrap .tt-post-author {
	font-size: 12px;
	color: #666;
	position: relative;
	padding: 0 0 0 15px;
	width: auto;
}

.blog-style .tt-post-wrapper .post-meta-wrap .tt-post-author::before {
	content: "\f007";
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	top: 0;
	left: 0;
}

.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-thumbnail 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);
	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-thumbnail a img {
	width: 100%;
	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-thumbnail a{
border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;	
	overflow: hidden;
}

.blog-swiper-wrap .swiper-navigation {
	position: absolute;
	top: -17%;
	bottom: auto;
	left: auto;
	right: 13%;
}

.blog-swiper-wrap .swiper-navigation .swiper-button {
	position: static;
	height: 60px;
	width: 60px;
	border: 1px solid;
	border-radius: 50%;
	margin: 0 5px;
	display: inline-grid;
	opacity: 1;
}

.blog-swiper-wrap .swiper-navigation .swiper-button:hover {
	background: var(--primary-bg-hv-color);
	border-color: var(--primary-bg-hv-color);
}

.blog-swiper-wrap .swiper-navigation .swiper-button:hover svg {
	color: #fff;
}

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


/* --------------- Start Product Categories ------------------- */

.category-title .section-heading {
	font-size: 36px;
}

.category-title .tt-section-title {
	margin: 0 0 40px;
}

.category_product .category-swiper {
	padding: 0 20px;
}

.category-swiper .cat_desc {
	display: flex;
	align-items: center;
}

.category-swiper .item a.cat_desc {
	border: 1px solid var(--bordercolor);
	border-top: 0;
	border-left: 0;
}

.category-swiper .wpcat-content-image {
	width: 40%;
}

.category-swiper .cat_image {
	position: relative;
	width: auto;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.category-swiper .wpcat-content {
	float: left;
	padding: 0 0 0 15px;
	width: 60%;
}

.category-swiper .wpcat-content .cat_name {
	font-family: var(--primary-font);
	font-size: 16px;
	font-weight: 500;
	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;
	-ms-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
}

.category-swiper .wpcat-content .cat_total_product {
	color: #666;
	font-family: var(--primary-font);
	font-size: 14px;
	font-weight: 400;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
}

.category-swiper .wpcat-content:hover .cat_name {
	color: var(--secondary-bg-color);
}

/* .cat_desc:hover .cat_image {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
}

.category-swiper .cat_image {
	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;
} */
.item a.cat_desc:hover {
	box-shadow: 0 0 10px 2px #00000014;
	-webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, .08);
	-moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, .08);
	-ms-box-shadow: 0 0 10px 2px rgba(0, 0, 0, .08);
	-o-box-shadow: 0 0 10px 2px rgba(0, 0, 0, .08);
	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;
}

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

/*---------------- start home product block -------------- */

.product-trending>.container {
	padding: 0;
}

.title-wrap .product-title .product-desciption {
	font: 600 16px/20px var(--secondary-font);
	color: var(--primary-bg-hv-color);
	margin: 10px 0;
}

.product-category .title-wrap .product-title .product-desciption {
	color: var(--primary-color-text);
}

.product-category .section-heading {
	color: #fff;
}

.title-wrap {
	margin: 0;
	align-items: center;
	position: relative;
	border: none;
	margin: 0 0 30px;
}

.title-wrap .product-title {
	text-align: center;
	margin: 0 0 30px;
}

.product-trending .title-wrap .product-title {
	margin: 0 0 20px;
}



.speical-product .title-wrap .product-title {
	margin: 0 0 0;
}

.product-category .ui-tabs-nav .ui-tabs-tab {
	margin: 0;
}

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

.product-category .ui-tabs-nav {
	background: var(--secondary-bg-color);
	border-radius: 60px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	-ms-border-radius: 60px;
	-o-border-radius: 60px;
}

.product-category .ui-tabs-nav .ui-tabs-tab a {
	background: none;
	float: left;
	text-align: center;
	padding: 18px;
	font: 400 20px/22px var(--primary-font);
	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: relative;
	margin: 0;
}

.product-category .ui-tabs-nav .ui-tabs-tab a::after {
	content: '';
	position: absolute;
	top: 100%;
	width: 10px;
	height: 10px;
	left: 0;
	right: 0;
	bottom: auto;
	margin: auto;
	border: 15px solid var(--primary-bg-hv-color);
	border-bottom: 5px solid transparent;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	opacity: 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;
}

.product-category .ui-tabs-nav .ui-tabs-tab.ui-state-active a::after {
	opacity: 1;
}

.product-category .ui-tabs-nav .ui-tabs-tab:hover a,
.product-category .ui-tabs-nav .ui-tabs-tab:active a,
.product-category .ui-tabs-nav .ui-tabs-tab:focus a,
.product-category .ui-tabs-nav .ui-tabs-tab.ui-state-active a {
	background: none;
	color: var(--secondary-color-hv-text);
}

.product-category .ui-tabs-nav .ui-tabs-tab a .cat_image {
	position: relative;
	width: 50px;
	height: auto;
	margin: 0 auto 10px auto;
}

.product-category .ui-tabs-nav .ui-tabs-tab a .cat_image::before {
	content: '';
	position: absolute;
	background-image: url(../images/left-icon.SVG);
	top: 0;
	left: -35px;
	width: 32px;
	height: 30px;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
}

.product-category .ui-tabs-nav .ui-tabs-tab a .cat_image::after {
	content: '';
	position: absolute;
	background-image: url(../images/right-icon.SVG);
	top: 0;
	right: -35px;
	width: 32px;
	height: 30px;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
}

.product-category .ui-tabs-nav .ui-tabs-tab.ui-state-active a .cat_image,
.product-category .ui-tabs-nav .ui-tabs-tab.ui-state-active a .cat_image::before,
.product-category .ui-tabs-nav .ui-tabs-tab.ui-state-active a .cat_image::after{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
}

.product-category .ui-tabs-nav .ui-tabs-tab.ui-state-active a .cat_image::before,
.product-category .ui-tabs-nav .ui-tabs-tab.ui-state-active a .cat_image::after {
	opacity: 1;
}

.product-category .ui-tabs-nav .ui-tabs-tab.ui-state-active a .cat_image {
    transform: scale(0.8);
}

.product-category .category-title-main {
	font: 400 46px/50px var(--primary-font);
	margin: 0 0 25px 0;
	color: var(--primary-color-text);
}

.product-category .category-description-main {
	font: 400 29px/35px var(--primary-font);
	margin: 0 0 25px 0;
	color: #fff;
}

.product-category .price {
	font: 400 30px/32px var(--primary-font);
	margin: 0 0 30px;
	color: var(--primary-bg-color);
}

.product-category .price sup {
	font: 400 15px/20px var(--primary-font);
	text-decoration: line-through;
	margin: 0 0 0 7px;
	color: #fff;
}

.product-category a.view-all {
	overflow: hidden;
	padding: 9px 27px;
	font-size: 15px;
	background: var(--primary-bg-hv-color);
	color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.product-category a.view-all:hover {
	color: var(--secondary-color-text);
}

.product-category .view-all:after {
	background: var(--secondary-bg-hv-color);
}

.categories-content-img img {
	transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	animation: mymove 10s infinite;
	-webkit-animation: mymove 10s linear infinite;
}

@keyframes mymove {
	0% {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}

	25% {
		transform: rotate(10deg);
		-webkit-transform: rotate(10deg);
		-moz-transform: rotate(10deg);
		-ms-transform: rotate(10deg);
		-o-transform: rotate(10deg);
	}

	50% {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}

	75% {
		transform: rotate(-10deg);
		-webkit-transform: rotate(-10deg);
		-moz-transform: rotate(-10deg);
		-ms-transform: rotate(-10deg);
		-o-transform: rotate(-10deg);
	}

	100% {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}
}

.swiper.category-product {
	padding: 0 0 50px;
}

.title-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 30px;
	flex-direction: column;
	/* border-bottom: 1px solid var(--bordercolor); */
	position: relative;
}

.product-category .row {
	margin: 0;
}

.product-category .categories-items .banner-img {
	overflow: hidden;
}

.product-category .categories-items .banner-img: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);
}

.product-category .categories-items {
	padding: 80px 0 0 0;
}

.product-category .categories-items .categories-content {
	margin: 50px 0 0 0;
	padding: 0;
}

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

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

ul.ui-tabs-nav {
	list-style: none;
	display: flex;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

.ui-tabs-nav .ui-tabs-tab a {
	position: relative;
	font: 600 16px/20px var(--secondary-font);
	padding: 12px 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;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	background: #f7f7f7;
	color: var(--secondary-color-text);
	margin: 0 5px;
	float: left;
}

.ui-tabs-nav .ui-tabs-tab:active a,
.ui-tabs-nav .ui-tabs-tab:focus a,
.ui-tabs-nav .ui-tabs-tab.ui-state-active a {
	background: var(--secondary-bg-hv-color);
	border: none;
}
.ui-tabs-nav .ui-tabs-tab a:focus {
	border: none;
	box-shadow: none;
}

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 .single-categories span {
	display: none;
}

.product .single-categories {
	display: flex;
	margin: 0 0 6px;
}

.product .single-categories .pizzeria-brands {
	margin: 0;

}

.product .single-categories .pizzeria-brands a {
	font-size: 13px;
}

.product .woocommerce-loop-product__title {
	margin: 0 0 15px;
	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-align: left;
	font: 700 20px/22px var(--secondary-font);
	color: var(--title-color);
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.product-best-sellers .product .single-categories,
.deal-of-the-day .product .single-categories {
	justify-content: start;
}


.deal-of-the-day .product:not(.deal-of-the-day .product.woocommerce) {
	padding: 15px;
	background: #fff;
	border-left: 1px solid var(--bordercolor);
}

.deal-of-the-day .product .content-wrap {
	padding: 0;
}

.deal-of-the-day .product .woocommerce-loop-product__title {
	font-size: 18px;
	line-height: 24px;
	text-align: left;
}

.product-best-sellers .product .woocommerce-loop-product__title {
	text-align: left;
}

.product .woocommerce-loop-product__title:hover {
	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_color {
	border-radius: 50%;
	height: 15px;
	width: 15px;
	margin-right: 8px;
	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: 19px;
	width: 19px;
	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: 19px;
	width: 19px;
	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: 46px;
	width: 46px;
	left: -3px;
	top: -3px;
}

div.list_product_size {
	border: 1px solid var(--secondary-color-text);
	border-radius: 5px;
	height: auto;
	width: auto;
	padding: 5px;
	margin: 0 5px 0 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(--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;
	border: 1px solid var(--primary-color-hv-text);
}

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

section.product {
	list-style: none;
	float: left;
	width: 100%;

}

section.product .product-content-wrap {
	float: left;
	width: 100%;
	position: relative;
	text-align: center;
	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;
	background: linear-gradient(90deg, var(--bordercolor) 50%, transparent 50%),
		linear-gradient(90deg, var(--bordercolor) 50%, transparent 50%),
		linear-gradient(0deg, var(--bordercolor) 50%, transparent 50%),
		linear-gradient(0deg, var(--bordercolor) 50%, transparent 50%);
	background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
	background-size: 10px 2px, 10px 2px, 2px 10px, 2px 10px;
	background-position: 0% 0%, 100% 100%, 0% 100%, 100% 0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	padding: 20px;
}

section.product:hover .product-content-wrap {
	background: linear-gradient(90deg, var(--primary-bg-hv-color) 50%, transparent 50%),
		linear-gradient(90deg, var(--primary-bg-hv-color) 50%, transparent 50%),
		linear-gradient(0deg, var(--primary-bg-hv-color) 50%, transparent 50%),
		linear-gradient(0deg, var(--primary-bg-hv-color) 50%, transparent 50%);
	background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
	background-size: 10px 2px, 10px 2px, 2px 10px, 2px 10px;
	background-position: 0% 0%, 100% 100%, 0% 100%, 100% 0;
	animation: dash 5s linear infinite;
}

@keyframes dash {
	to {
		background-position: 100% 0%, 0% 100%, 0% 0%, 100% 100%;
	}
}
section.product .thumbnail-wrap a.thumbnail-img img,
.product-trending .swiper.product-swiper .swiper-slide{
	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;
}
section.product:hover .thumbnail-wrap a.thumbnail-img img:not(.list-view section.product:hover .thumbnail-wrap a.thumbnail-img img, .short-view section.product:hover .thumbnail-wrap a.thumbnail-img img),
.product-trending:hover .swiper.product-swiper .swiper-slide:not(.product-trending:hover .swiper-slide.swiper-slide-active, .product-trending:hover .swiper-slide.swiper-slide-next, .product-trending:hover .swiper-slide.swiper-slide-prev) {
	opacity: 0.5;
}

.swiper.testimonial-section {
	opacity: 1;
}

section.product:hover .thumbnail-wrap a.thumbnail-img img {
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg);
}

.category-product .items,
.product-trending .item {
	float: left;
	width: 100%;
	outline: 1px solid var(--bordercolor);
}

.product-trending .item .product:last-child {
	border-bottom: 0;
}

.category-product .items .product {
	border-bottom: 0 !important;
}

.deal-of-the-day .product {
	border: 0;
}

.product-best-sellers .product:not(.product-best-sellers .product.compare-button) {
	border: 1px solid var(--bordercolor);
	border-top: 0;
	border-left: 0;
	padding: 8px;
}

.product-best-sellers {
	background: #fff;
}

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

.deal-of-the-day .items {
	padding: 0;
	border-right: 0;
}

.product a {
	color: var(--primary-color-text);
}

.product-attribute-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 5px;
	flex-wrap: wrap;
	position: absolute;
	width: auto;
	bottom: 4px;
	top: auto;
	left: 0;
	right: auto;
}

/*

.product-attribute-wrap .list_color_attr {
	display: flex;
	align-items: center;
	padding: 0 0 0 2px;
}
*/
.product-attribute-wrap .list_size_attr {
	color: var(--secondary-color-text);
	position: relative;
	text-transform: capitalize;
	font-size: 15px;
	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%;
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	margin: 0 0 12px;
	font: 400 18px/20px var(--primary-font);
	color: var(--price-color);
	gap: 7px;
}


.product-best-sellers .content-wrap-btn {
	display: flex;
	float: left;
	width: 100%;
	flex-wrap: nowrap;
}

.deal-of-the-day .product .price {
	font-size: 16px;
	margin: 0 auto 0 0;
}

.product .price del {
	color: #666;
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 0 0 20px;
}

.product .price del .amount {
	display: flex;
}

.product .price del::after {
	position: absolute;
	content: '';
	width: 15px;
	height: 1px;
	background: #666;
	top: 0;
	bottom: 0;
	left: 0px;
	right: auto;
	margin: auto;
}

.product .price del bdi {
	font-weight: 400;
	font-size: 13px;
}

.pizzeria-sale span {
	position: absolute;
	left: auto;
	right: 0;
	top: auto;
	bottom: 15px;
	font: 700 13px/15px var(--secondary-font);
	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;
	padding: 3px 8px;
	background: #8ca93e;
	color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.product .thumbnail-wrap .quickview.btn-hv {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	right: 0;
	height: 100px;
	width: 100px;
	border-radius: 50%;
	justify-content: center;
	display: flex;
	align-items: center;
	background: var(--secondary-bg-color);
	padding: 0;
}

.product .thumbnail-wrap .quickview.btn-hv a.button {
	font-size: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-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;
}
.product .thumbnail-wrap .quickview.btn-hv a.button::before{
	-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;
}
.product .thumbnail-wrap .quickview.btn-hv a.button:hover::before{
	transform: rotatey(180deg);
	-webkit-transform: rotatey(180deg);
    -moz-transform: rotatey(180deg);
    -ms-transform: rotatey(180deg);
    -o-transform: rotatey(180deg);
    transform: rotatey(180deg);
}

.product .thumbnail-wrap .quickview.btn-hv a.button::before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='0 0 36 36'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%2C.cls-2%20%7B%20fill%3A%20none%3B%20stroke%3A%20white%3B%20stroke-linecap%3A%20round%3B%20stroke-linejoin%3A%20round%3B%20stroke-width%3A%202px%3B%20%7D%20.cls-1%20%7B%20fill-rule%3A%20evenodd%3B%20%7D%20%3C/style%3E%3C/defs%3E%3Cpath id='Layer' class='cls-1' d='M34.951%2C34.951l-3.389-3.389' transform='translate(-0.063%20-0.063)'/%3E%3Cpath id='Layer-2' data-name='Layer' class='cls-1' d='M17.157%2C33.256A16.1%2C16.1%2C0%2C1%2C0%2C5.773%2C28.541%2C16.095%2C16.095%2C0%2C0%2C0%2C17.157%2C33.256Z' transform='translate(-0.063%20-0.063)'/%3E%3Ccircle id='Layer-3' data-name='Layer' class='cls-2' cx='17.109' cy='17.109' r='2.797'/%3E%3Cpath id='Layer-4' data-name='Layer' class='cls-1' d='M17.157%2C23.58c2.742%2C0%2C5.3-1.616%2C7.076-4.412a4.137%2C4.137%2C0%2C0%2C0%2C0-4.032c-1.779-2.8-4.334-4.412-7.076-4.412s-5.3%2C1.616-7.076%2C4.412a4.137%2C4.137%2C0%2C0%2C0%2C0%2C4.032C11.86%2C21.965%2C14.415%2C23.58%2C17.157%2C23.58Z' transform='translate(-0.063%20-0.063)'/%3E%3C/svg%3E");
	display: inline-block;
	width: 36px;
	height: 36px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.button.yith-wcqv-button:not(.thumbnail-wrap .quickview.btn-hv .button.yith-wcqv-button, .list-view .quickview.btn-hv .button.yith-wcqv-button, .short-view .quickview.btn-hv .button.yith-wcqv-button) {
	display: none;
}
/* 
.button.yith-wcqv-button:not(.thumbnail-wrap .quickview.btn-hv .button.yith-wcqv-button, .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-quickview .quickview.btn-hv .button.yith-wcqv-button) {
	display: flex;
}

.product .thumbnail-wrap,
.deal-of-the-day .product .content-wrap,
.product-content-wrap {
	position: relative;
	float: left;
	overflow: hidden;
}

.product-content-wrap {
	overflow: visible;
	background: #fff;
}

.product-best-sellers .product .product-content-wrap,
.swiper-product-deal .product .product-content-wrap {
	padding: 0;
}

.product-best-sellers .product .content-wrap {
	position: relative;
	float: left;
	padding: 0;
}

.product-featured .product-content-wrap .row {
	margin: 0;
}

.product-content-wrap,
.product .content-wrap {
	width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
}

.product .content-wrap a {
	float: left;
	width: 100%;
}

.product .thumbnail-wrap {
	overflow: hidden;
}

/* .product .thumbnail-wrap:hover .hover-img+.product-thumbnail-main {
	opacity: 1;
} */

.product .thumbnail-wrap a img.hover-img {
	display: none;
}

.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 .thumbnail-wrap:hover a img.hover-img {
	left: 0;
	right: 0;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	visibility: visible;
}

section.product .content-wrap .product-button-wrap {
	float: left;
}

.product .content-wrap .product-button-wrap {
	position: absolute;
	top: auto;
	left: auto;
	bottom: 0;
	right: 0;
}

section.product .featured-product-content .content-wrap .product-button-wrap {
	width: 100%;
}

.featured-product-content {
	overflow: hidden;
}

.featured-product-content .content-wrap {
	padding-left: 15px;
}

.product-best-sellers section.product .content-wrap .product-button-wrap {
	float: left;
	width: auto;
}

.product-button-hv {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
}

section.product .content-wrap .product-button-wrap .product-button-hv {
	justify-content: start;
}

.product .quantity {
	display: flex;
	align-items: center;
	background: #fff;
	padding: 0;
	justify-content: space-between;
	float: left;
	position: absolute;
	bottom: 0;
	left: 0;
	border: 1px solid var(--bordercolor);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.product .quantity input.qty {
	text-align: center;
	border: none;
	padding: 0;
	font-size: 14px;
	width: 25px;
}

.product .quantity .qty_button {
	background: none;
	border: none;
	padding: 0;
	font-size: 15px;
	height: 43px;
	width: 25px;
	border-radius: 0;
}


.product .product-button-wrap .btn-hv {
	position: relative;
	float: left;
	overflow: hidden;
	width: 45px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.product .content-wrap-btn .cart-wrap,
.deal-of-the-day .product .cart-wrap,
.product .featured-product-content .product-button-wrap .btn-hv,
.deal-of-the-day .product .product-button-wrap .btn-hv {
	margin: 0 0 5px;
	padding: 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	width: 40px;
	height: 40px;
	background: #f5f5f5;
	display: flex;
	justify-content: center;
	align-items: center;
}

.product-best-sellers .product-content-wrap {
	overflow: hidden;
}

.product .content-wrap-btn .product-button-hv {
	flex-direction: row;
}

.product .content-wrap-btn .product-button-hv .btn-hv {
	margin: 0 5px 0 0;
}

.product .content-wrap-btn .cart-wrap {
	margin: 0 5px 0 0;
}

.product .featured-product-content .product-button-wrap .btn-hv a,
.deal-of-the-day .product .product-button-wrap .btn-hv a {
	width: 40px;
	height: 40px;
}

.product .featured-product-content .product-button-wrap .btn-hv.wishlist {
	margin-left: 0;
}

.product .featured-product-content .product-button-wrap .btn-hv::before,
.deal-of-the-day .product .product-button-wrap .btn-hv::before {
	content: none;
}

.product .product-button-wrap .btn-hv svg {
	display: none;
}

.product-content-wrap .thumbnail-wrap .wishlist.btn-hv a,
.product .product-button-wrap a {
	height: 45px;
	width: 45px;
	float: left;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product .product_button .cart-wrap a {
	z-index: 1;
}

.product .cart-wrap a {
	background: #fff;
}

.product .product-button-wrap .btn-hv.wishlist a {
	position: relative;
	z-index: 1;
	opacity: 1;
}

.product .product-button-wrap .btn-hv.wishlist .exists a {
	font-size: 0;
	position: relative;
}

.product .product-button-wrap .wishlist.btn-hv a svg {
	display: none;
}

.woocommerce-active .site-main .products .compare.btn-hv .woocommerce.product.compare-button {
	width: auto;
	padding: 0;
}

.thumbnail-wrap .product-button-wrap:not(.deal-of-the-day .thumbnail-wrap .product-button-wrap) {
	left: auto;
	float: left;
	width: auto;
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 135px;
	transform: translateX(75px);
	-webkit-transform: translateX(75px);
	-moz-transform: translateX(75px);
	-ms-transform: translateX(75px);
	-o-transform: translateX(75px);
}


.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;
}

.product-content-wrap .thumbnail-wrap .wishlist.btn-hv a::after,
.product .product-button-wrap .btn-hv::after {
	content: none;
}

.product .entry-summary .product-button-wrap .btn-hv:hover::after {
	width: 0;
}

.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';
	font-weight: 400;
	top: 0;
	bottom: 0;
	font-size: 18px;
	color: #111;
	margin: auto;
	z-index: 1;
}

.product .product-button-wrap .btn-hv:hover a::before {
	color: var(--primary-color-hv-text);
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
}


.product .product-button-wrap .btn-hv a.added::before .product .product-button-wrap .wishlist a::before {
	content: '\f004';
}

.product .product-button-wrap .btn-hv.wishlist .feedback {
	display: none;
}

.product .product-button-wrap .quickview a::before {
	content: '\f06e';
}

.product .product-button-wrap .compare a::before {
	content: '\f24d';
	font-weight: 400;
	z-index: 1;
}

.product .product-button-wrap .compare a.added::before {
	font-weight: 400;
	color: #fff;
}

.product .product-button-wrap .compare a.added {
	background: var(--primary-bg-hv-color);
	z-index: 1;
}

.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;
}

.single-product .product .entry-summary .product-button-wrap {
	margin: 20px 0 0;
}

.products.short-view .product-content-wrap .product-button-wrap .wishlist.btn-hv,
.products.list-view .product-content-wrap .product-button-wrap .wishlist.btn-hv {
	display: block;
}

.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 .product-button-wrap .wishlist.btn-hv a svg {
	display: none;
}

.wishlist.btn-hv span,
.wishlist.btn-hv a {
	font-size: 0;
	display: flex;
}

.wishlist.btn-hv a::before,
.wishlist.btn-hv .exists a:before {
	content: '\f004';
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
	font-size: 16px;
	height: 16px;
	display: flex;
	align-items: center;
	color: var(--primary-color-text);
	position: absolute;
	justify-content: center;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.wishlist.btn-hv a::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;
}

.wishlist.btn-hv .exists a:before {
	font-weight: 600;
	color: var(--primary-color-hv-text);
}

.woocommerce-wishlist .cart-wrap .button.product-button::before {
	display: none;
}

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

.product .product_button {
	display: flex;
	float: left;
	width: auto;
	height: 180px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 0;
	left: auto;
	top: 0;
	right: 0;
	margin: auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	overflow: hidden;
}

.product .cart-wrap a svg {
	display: none;
	width: 16px;
	height: 16px;
	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;
	color: #111;
}

section.product .featured-product-content .cart-wrap,
.deal-of-the-day .product .cart-wrap,
.product .content-wrap-btn .cart-wrap {
	position: relative;
}

section.product .featured-product-content .cart-wrap::after,
.deal-of-the-day .product .cart-wrap::after,
.product .content-wrap-btn .cart-wrap::after {
	content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M6 2L3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4z'></path><line x1='3' y1='6' x2='21' y2='6'></line><path d='M16 10a4 4 0 0 1-8 0'></path></svg>");
	display: inline-block;
	width: 15px;
	height: 15px;
	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;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	opacity: 1;
	visibility: visible;
}

section.product .featured-product-content .cart-wrap:hover:after,
.deal-of-the-day .product .cart-wrap:hover:after,
.product .content-wrap-btn .cart-wrap:hover:after {
	opacity: 0;
	visibility: hidden;
}

section.product .featured-product-content .cart-wrap .product-button::before,
.deal-of-the-day .product .cart-wrap .product-button::before,
.product .content-wrap-btn .cart-wrap .product-button::before {
	content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M6 2L3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4z'></path><line x1='3' y1='6' x2='21' y2='6'></line><path d='M16 10a4 4 0 0 1-8 0'></path></svg>");
	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;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	opacity: 0;
	visibility: hidden;
	display: inline-block;
	width: 15px;
	height: 15px;
}

section.product .featured-product-content .cart-wrap .product-button:hover:before,
.deal-of-the-day .product .cart-wrap .product-button:hover:before,
.product .content-wrap-btn .cart-wrap .product-button:hover:before {
	opacity: 1;
	visibility: visible;
}

.product .cart-wrap a,
section.product .featured-product-content .cart-wrap .product-button,
.deal-of-the-day section.product .cart-wrap .product-button {
	padding: 12px 27px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	background: var(--primary-bg-color);
	color: var(--secondary-color-text);
	width: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: auto;
	text-transform: uppercase;
	position: relative;
	z-index: 0;
	font-family: var(--secondary-font);
	font-size: 14px;
	font-weight: 600;
	overflow: hidden;
}

.product-best-sellers .product .cart-wrap a,
.deal-of-the-day section.product .cart-wrap .product-button {
	width: 40px;
	height: 40px;
}

.cart-wrap .product-button.loading::after {
	z-index: 1;
	width: 100%;
}

.cart-wrap .product-button.loading:before {
	content: "" !important;
	border: 2px solid;
	color: transparent;
	width: 20px;
	height: 20px;
	border-top-color: currentcolor;
	border-right-color: currentcolor;
	border-bottom-color: currentcolor;
	border-left-color: currentcolor;
	border-radius: 50px;
	border-color: #febc1f #cfa542 #efca72 #fff;
	line-height: 1;
	-webkit-animation: spin .2s infinite linear;
	-moz-animation: spin .2s infinite linear;
	-ms-animation: spin .2s infinite linear;
	animation: spin .2s infinite linear;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 2;
}

@keyframes wave {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

.product .content-wrap-btn .cart-wrap .product-button,
.deal-of-the-day section.product .cart-wrap .product-button {
	font-size: 0;
}

section.product .cart-wrap .product-button:hover,
section.product .cart-wrap .product-button:hover svg {
	color: #fff;
}



.cart-wrap .product-button::after {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: '';
	right: 0;
	left: auto;
	top: auto;
	bottom: 0;
	margin: auto;
	height: 100%;
	background: var(--primary-bg-hv-color);
	width: 0;
	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;
}

.cart-wrap .product-button:hover:after {
	width: 100%;
	left: 0;
	right: auto;
	-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;
}

.product-button-hv .cart-wrap .product-button>svg {
	margin-right: 5px;
	transition: none;
}

.products.short-view .product .list-cart-wrap .product-button .feather-shopping-cart,
.products.list-view .product .list-cart-wrap .product-button .feather-shopping-cart,
.product-button-hv .cart-wrap .product-button>svg.feather-shopping-cart {
	display: none;
}

.compare-button {
	overflow: visible;
}

.product .thumbnail-wrap .wishlist.btn-hv .wishlist-fragment {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.product .wishlist.btn-hv .wishlist-fragment.exists a::after {
	width: 100%;
	right: auto;
	left: 0;
}

/*rating*/
.product .wrap-rate {
	float: left;
	width: 100%;
	display: flex;
	margin: 0 0 15px;
	align-items: center;
}

.product-best-sellers .product .wrap-rate,
.deal-of-the-day .product .wrap-rate {
	justify-content: start;
}

.product .wrap-rate .star-rating {
	font-size: 13px;
	width: 86px;
	letter-spacing: 3px;
}

.deal-of-the-day .product .wrap-rate .star-rating {
	font-size: 14px;
	width: 86px;
}

.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: var(--rating-color);
}

.product .star-rating span::before {
	content: '\f005\f005\f005\f005\f005';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	color: var(--rating-color);
}

.products .product .thumbnail-wrap .wrap-rate {
	position: absolute;
	left: 0;
	right: auto;
	margin: auto;
	top: auto;
	bottom: 15px;
	display: flex;
	justify-content: flex-start;
	width: auto;
}

/*coundown*/

section.product .timer {
	float: left;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
	margin: auto;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.short-view section.product .timer,
section.product .list-timer .timer {
	position: static;
	opacity: 1;
	visibility: visible;
	transform: none;
	float: left;
	align-items: flex-start;
	margin: 0 0 15px;
}
.short-view section.product:hover .timer,
section.product:hover .list-timer .timer{
	opacity: 1;
	visibility: visible;
	transform: none;
}

.timer .text {
	font: 700 14px/16px var(--secondary-font);
	color: var(--primary-color-hv-text);
	padding: 0 0 10px;
	text-align: left;
}

.timer .timer-content {
	display: flex;
}

.timer .timer-content p {
	font-size: 20px;
	margin: 0;
	font-weight: 600;
	line-height: 22px;
}

.timer .timer-content>div {
	padding: 5px 10px;
	height: auto;
	background: var(--secondary-bg-color);
	color: #fff;
	text-align: center;
	border-radius: 5px;
	margin: 0 10px 0 0;
}

.timer .timer-content>div:last-child {
	background: #8ca93e;
}

.timer .timer-content .timer-text {
	font-size: 11px;
	line-height: 13px;
}


/* out of stock */
.outofstock .thumbnail-wrap .out-of-stock {
	position: absolute;
	height: 40px;
	width: auto;
	background: #fff;
	right: 0px;
	left: 0px;
	top: 0;
	bottom: 0;
	margin: auto;
	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;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 5px rgba(255, 0, 0, 10%);
	-webkit-box-shadow: 0 0 5px rgba(255, 0, 0, 10%);
	-moz-box-shadow: 0 0 5px rgba(255, 0, 0, 10%);
	-ms-box-shadow: 0 0 5px rgba(255, 0, 0, 10%);
	-o-box-shadow: 0 0 5px rgba(255, 0, 0, 10%);
	color: #dd2935;
	font-weight: 500;
}

.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: 15px 30px;
	color: #fff;
}

.return-to-shop {
	text-align: center;
	margin: 0;
	float: left;
	width: 100%;
	display: flex;
	justify-content: center;
}

.woocommerce-cart .empty-cart-page {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	float: left;
	width: 100%;
}

.woocommerce-cart .site-main {
	min-height: 400px;
}

.woocommerce-cart .empty-cart-page .empty-cart {
	height: 80px;
	width: 80px;
	display: inline-flex;
	justify-content: center;
	align-items: end;
	overflow: hidden;
	border-radius: 50%;
	margin: 20px auto;
	background: var(--background-color);
}

.woocommerce-cart .empty-cart-page p {
	font-weight: 600;
}

.site-main .return-to-shop a:hover,
.site-main .return-to-shop a {
	color: #fff;
}

.site-main .return-to-shop a {
	padding: 10px 15px;
	border-radius: 5px;
}

.product .thumbnail-wrap a.thumbnail-img {
	float: left;
	width: 100%;
	background: #fff;
}

.product .thumbnail-wrap a.thumbnail-img img,
.product .thumbnail-wrap:not(.list-view .thumbnail-wrap, .short-view .thumbnail-wrap) {
	width: 100%;
}

.added_to_cart.wc-forward {
	display: none;
}

.attr-wrap {
	float: left;
	width: 100%;
	position: relative;
}

.wishlist .yith-wcwl-add-to-wishlist {
	margin: 0;
}

.yith-wcwl-share ul {
	padding: 0;
	display: flex;
}

.yith-wcwl-share li.share-button a {
	position: relative;
	font-family: 'FontAwesome';
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 5px 0 0;
}

.yith-wcwl-share li.share-button a svg {
	display: none;
}

.yith-wcwl-share li.share-button a.facebook::before {
	content: "\f39e";
	position: absolute;
	color: #fff;
}

.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;
}

.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;
}


.product-button-quickview .quickview a {
	font-size: 16px;
	color: #fff;
	width: auto;
	margin: 0 0 0 10px;
}

.product-button-quickview .quickview a:hover {
	color: #fff;
}

.product-button-quickview .quickview {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #333;
	color: #fff;
	height: 50px;
}

.product-featured .main-product,
.product-trending .main-product {
	position: relative;
}


/*---------------- 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: #222222;
	position: relative;
	background: none;
}

.product_loadmore .shop-loadmore:hover {
	color: #fff;
	border-color: #997b4d;
}

/* ---------------- 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;
	margin: 20px 0;
}

.recent-viewall #pizzeria_loadmore {
	font-family: var(--primary-font);
	font-size: 15px;
	color: #222222;
	float: none;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #111;
	padding: 10px 20px;
	position: relative;
	background: none;
}

.recent-viewall #pizzeria_loadmore:hover {
	color: #fff;
	border-color: #997b4d;
}

.recent-viewall #pizzeria_loadmore::after {
	position: absolute;
}

.recent-viewall #pizzeria_loadmore:focus {
	box-shadow: none;
}

.tax-product_cat .site-main .products section.product,
section .product-recent .products section.product,
.archive.woocommerce-active .site-main .products section.product {
	position: relative;
	padding: 0 12px;
	margin: 0 0 24px;
}

section .product-recent .products.columns-3 .product {
	width: 33.33%;
}

section .product-recent .products.columns-2 .product {
	width: 50%;
}

/* ---------------- end recent product ---------------- */


/* -------------- start shop page ----------------- */

/* start filter toggle */
.shop-sidebar {
	float: left;
	width: 100%;
}

.right-content-product,
.right-content-filter {
	float: right;
	padding: 0 15px;
}

.left-content-filter,
.left-content-product {
	float: left;
/* 	padding: 0 15px; */
}

.woocommerce-active #primary .widget_block ul li,
#primary .woocommerce ul li {
	border: none;
	padding: 0 0 5px;
	font-size: 14px;
	color: #666;
	margin: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}
.wc-filter-element-label-list-count,
.wc-block-components-checkbox .wc-block-components-checkbox__label,
.woocommerce-active #primary .widget_block .wc-block-attribute-filter ul li label,
.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;
}
.wc-block-stock-filter .wc-block-stock-filter-list li label,
.woocommerce-active #primary .widget_block .wc-block-attribute-filter ul li label {
	align-items: center;
}
.wc-block-components-checkbox .wc-block-components-checkbox__label,
.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;
}

.wc-filter-element-label-list-count:after,
.wc-filter-element-label-list-count:before{
	display: none;
}
.wc-filter-element-label-list-count,
.wc-block-product-categories-list-item .wc-block-product-categories-list-item-count,
.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;
}

.wc-block-product-categories-list-item .wc-block-product-categories-list-item-count,
.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;
}

.wc-block-product-categories-list-item .wc-block-product-categories-list-item-count:before,
.wc-block-product-categories-list-item .wc-block-product-categories-list-item-count:after,
.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;
}

.wc-block-stock-filter .wc-block-stock-filter-list li label:hover .wc-filter-element-label-list-count,
.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 label .wc-block-components-checkbox__input[type=checkbox] {
	height: 15px;
	min-width: 15px;
	width: 15px;
	min-height: 15px;
	border: 1px solid #222;
	border-radius: 0;
	margin: 0 10px 0 0;
}

.wc-block-product-categories-list-item:hover .wc-block-product-categories-list-item-count,
.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;
}
.wc-block-stock-filter .wc-block-stock-filter-list li label:hover .wc-block-components-checkbox__label,
.woocommerce-active #primary .widget_block .wc-block-attribute-filter ul li:hover label .wc-block-components-checkbox__label,
.woocommerce-active #primary .widget_block .wc-block-attribute-filter ul li:hover>label {
	color: var(--primary-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 .wc-block-attribute-filter__title,
.woocommerce.widget .widget-title {
	font-size: 16px;
	margin: 0 0 25px;
	position: relative;
	padding: 0 0 8px;
	text-transform: uppercase;
}

.widget_block .wc-block-price-slider .wc-block-components-price-slider__range-input-progress {
	--range-color: var(--secondary-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 .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container {
	padding: 5px 15px;
	width: 100%;
	position: relative;
}

.widget .wc-block-attribute-filter .components-form-token-field {
	border-style: none;
	height: 40px;
	float: left;
	width: 100%;
	border-radius: 0;
	border-color: var(--content-border-color);
	display: flex;
	align-items: center;
	margin: 0;
	font-size: 16px;
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container .components-form-token-field__suggestions-list {
	width: auto;
	padding: 10px;
	border-radius: 0;
}

.widget .wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper>ul {
	padding: 15px;
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container input[type=text].components-form-token-field__input,
.wc-block-attribute-filter.style-dropdown>svg {
	display: none;
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper:not(.is-loading) {
	border-radius: 0;
	border: 1px solid #e5e5e5;
}

.widget .wc-block-attribute-filter {
	margin: 0;
}

.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__actions {
	float: left;
	width: 100%;
	justify-content: start;
	margin: 20px 0 0;
	font-weight: 600;
	text-transform: uppercase;
	display: none;
}

.widget .wc-block-attribute-filter .wc-block-attribute-filter-dropdown {
	border-style: none;
	height: 40px;
	float: left;
	width: 100%;
	border-radius: 0;
	border-color: var(--content-border-color);
	display: flex;
	align-items: center;
	margin: 0;
	font-size: 16px;
}

.widget .wc-block-attribute-filter .wc-block-attribute-filter-dropdown .wc-block-dropdown-selector__input-wrapper {
	padding: 5px 15px;
	width: 100%;
	position: relative;
}

.widget .wc-block-attribute-filter .wc-block-attribute-filter-dropdown>ul {
	padding: 15px;
}

.widget .wc-block-attribute-filter .wc-block-attribute-filter-dropdown .wc-block-dropdown-selector__input-wrapper::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-block-attribute-filter-dropdown .wc-block-dropdown-selector__input-wrapper>.wc-block-dropdown-selector__input {
	cursor: pointer;
}

.widget .wc-block-attribute-filter__title::after,
.woocommerce.widget .widget-title::after {
	content: "";
	position: absolute;
	background: var(--content-border-color);
	width: 30px;
	height: 1px;
	top: auto;
	bottom: 0;
	left: 0;
	right: auto;
}

.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 {
	height: 26px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	width: 20px;
	margin: auto;
}

.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(--content-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';
	color: var(--rating-color);
	font-weight: 400;
	font-size: 12px;
	opacity: 1;
}

#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: var(--rating-color);
	font-size: 12px;
}

.single-product .woocommerce-product-rating .star-rating::before,
.single-product .woocommerce-product-rating .star-rating span::before {
	font-size: 14px;
}

.woocommerce-active #primary .widget_block ul li .wc-block-components-checkbox {
	margin: 0;
	float: left;
	width: 100%;
}

/* end filter toggle */

.product-shop-categories {
	float: left;
	width: 100%;
	margin: 0 0 35px;
}

.product-shop-categories .cat_image {
	margin: 0 0 10px;
}

.product-shop-categories .wpcat-content .cat_name {
	font-family: var(--primary-font);
	font-size: 22px;
	font-weight: 500;
	transition: all 400ms ease-in-out 0s;
	color: var(--primary-color-text);
	float: left;
	width: 100%;
}

.product-shop-categories .wpcat-content .cat_total_product {
	font-size: 15px;
}

.product-shop-categories .cat_desc {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.product-shop-categories .cat_desc .cat_image {
	overflow: hidden;
	border-radius: 50%;
}

.product-shop-categories .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);
}

.product-shop-categories .cat_desc .wpcat-content {
	text-align: center;
}

.product-shop-categories .cat_desc .cat_image>img,
.product-shop-categories .cat_desc:hover .cat_image>img {
	transition: all 1.0s ease-in-out 0s;
	-webkit-transition: all 1.0s ease-in-out 0s;
	-moz-transition: all 1.0s ease-in-out 0s;
	-o-transition: all 1.0s ease-in-out 0s;
	-ms-transition: all 1.0s ease-in-out 0s;
}

.product-shop-categories .cat_desc:hover .wpcat-content .cat_name,
.product-shop-categories .cat_desc .wpcat-content .cat_name {
	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-shop-categories .cat_desc .cat_image>img {
	border-radius: 50%;
}

.product-shop-categories .cat_desc:hover .wpcat-content .cat_name {
	color: var(--primary-color-hv-text);
}

.product-top-sorting {
	float: left;
	width: 100%;
	margin: 0 0 30px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	border: 2px dashed var(--bordercolor);
	padding: 10px;
	border-radius: 5px;
}

.product-top-sorting .woocommerce-result-count {
	margin: 0;
	font-size: 14px;
	margin-right: 10px;
}

.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: var(--secondary-color-text);
	-webkit-stroke: var(--secondary-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;
}

.product-top-sorting .product-sort-view .view {
	padding: 5px;
	display: flex;
}

.product-top-sorting .woocommerce-ordering {
	margin-right: 20px;
	margin-bottom: 0;
}

.product-top-sorting .woocommerce-perpage .select-wrap {
	margin: 0;
	position: relative;
}

.product-top-sorting .woocommerce-perpage .select-wrap::after {
	right: 15px;
}

.product-top-sorting .select-wrap select {
	background: #fff;
	border-color: #e5e5e5;
	color: #666;
	font-size: 14px;
	padding: 10px 35px 10px 15px;
	cursor: pointer;
}

.product-top-sorting .woocommerce-ordering .select-wrap {
	margin: 0;
	position: relative;
}

.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 .filter-toggle {
	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 var(--content-border-color);
	padding: 10px 15px;
}

.product-top-sorting .filter.offside-right,
.product-top-sorting .filter.offside-left,
.product-top-sorting .filter.full {
	margin: 0 20px 0 0;
}

.product-top-sorting .filter svg {
	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% 30px 30px;
	overflow: auto;
	scrollbar-width: thin;
	scrollbar-color: #a0a0a0 #f5f5f5;
	height: 100vh;
	border: 1px solid var(--bordercolor);
}

.offside .widget-area::-webkit-scrollbar-track {
	background-color: #d7d7d7;
}

.offside .widget-area::-webkit-scrollbar-thumb {
	background-color: #a0a0a0;
}

.offside .widget-area::-webkit-scrollbar-thumb:hover {
	background-color: #777777;
}

.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: #222222;
}

.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 filter toggle */

.product-shop-categories {
	float: left;
	width: 100%;
	margin: 0 0 35px;
}

.product-shop-categories .cat_image {
	margin: 0 0 10px;
}

.product-shop-categories .wpcat-content .cat_name {
	font-family: var(--primary-font);
	font-size: 22px;
	font-weight: 500;
	transition: all 400ms ease-in-out 0s;
	color: var(--primary-color-text);
	float: left;
	width: 100%;
}

.product-shop-categories .wpcat-content .cat_total_product {
	font-size: 15px;
}

.product-shop-categories .cat_desc {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.product-shop-categories .cat_desc .cat_image {
	overflow: hidden;
	border-radius: 50%;
}

.product-shop-categories .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);
}

.product-shop-categories .cat_desc .wpcat-content {
	text-align: center;
}

.product-shop-categories .cat_desc .cat_image>img,
.product-shop-categories .cat_desc:hover .cat_image>img {
	transition: all 1.0s ease-in-out 0s;
	-webkit-transition: all 1.0s ease-in-out 0s;
	-moz-transition: all 1.0s ease-in-out 0s;
	-o-transition: all 1.0s ease-in-out 0s;
	-ms-transition: all 1.0s ease-in-out 0s;
}

.product-shop-categories .cat_desc:hover .wpcat-content .cat_name,
.product-shop-categories .cat_desc .wpcat-content .cat_name {
	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-shop-categories .cat_desc .cat_image>img {
	border-radius: 50%;
}

.product-shop-categories .cat_desc:hover .wpcat-content .cat_name {
	color: var(--primary-color-hv-text);
}



/* 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 .filter-toggle {
	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 var(--content-border-color);
	padding: 10px 15px;
	background: #fff;
}

.product-top-sorting .filter:hover {
	color: var(--secondary-bg-color);
}

.product-top-sorting .filter svg {
	font-size: 13px;
	margin: 0 0 0 10px;
	transition: none;
}

.full-sidebar #post_sidebar {
	display: none;
}

.full-sidebar #post_sidebar .widget-area {
	display: flex;
	flex-flow: row wrap;
	margin: 30px 0;
}

/* 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: 50px 30px 50px;
	overflow: auto;
	scrollbar-width: thin;
	scrollbar-color: #a0a0a0 #f5f5f5;
	height: 100vh;
	border: 1px solid var(--bordercolor);
}

.offside .widget-area::-webkit-scrollbar-track {
	background-color: #d7d7d7;
}

.offside .widget-area::-webkit-scrollbar-thumb {
	background-color: #a0a0a0;
}

.offside .widget-area::-webkit-scrollbar-thumb:hover {
	background-color: #777777;
}

.offside .widget-area::-webkit-scrollbar {
	width: 6px;
}

.offside .widget-area .filter-close {
	position: absolute;
	right: 20px;
	left: auto;
	top: 15px;
	bottom: auto;
	cursor: pointer;
}

.offside .widget-area .filter-close::after {
	content: '\f00d';
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	color: #222222;
}

.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 */

.woocommerce-active.archive.woocommerce-active .shop-nosidebar .widget,
.woocommerce-active.archive.woocommerce-active .shop-sidebar .sidebar-filter .widget {
	padding: 0 0 30px;
	margin: 0 0 30px;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid var(--bordercolor);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.wc-block-components-price-slider,
.wc-block-components-price-slider__controls {
	margin-bottom: 0;
}

.woocommerce-active.archive.woocommerce-active .shop-nosidebar .widget .wp-block-woocommerce-attribute-filter,
.woocommerce-active.archive.woocommerce-active .shop-nosidebar .widget .wp-block-woocommerce-attribute-filter .wc-block-attribute-filter,
.woocommerce-active.archive.woocommerce-active .shop-nosidebar .widget .wp-block-woocommerce-attribute-filter .wc-block-attribute-filter ul,
.woocommerce-active.archive.woocommerce-active .shop-nosidebar .widget .wp-block-woocommerce-attribute-filter .wc-block-attribute-filter ul li {
	float: left;
	width: 100%;
}

.woocommerce-active.archive.woocommerce-active .widget_media_image figure {
	margin: 0;
}

.woocommerce-active.archive.woocommerce-active .shop-sidebar .sidebar-filter .widget.widget_price_filter {
	padding: 0 0 50px;
}

.woocommerce-active.archive.woocommerce-active .shop-sidebar .sidebar-filter .widget_layered_nav_filters {
	border: none;
	background: #f5f5f5;
	padding: 20px;
}

body.woocommerce-active.archive.woocommerce-active #primary .shop-sidebar .sidebar-filter .widget_layered_nav_filters ul li:last-child {
	margin: 0;
}

.shop-sidebar #post_sidebar {
	margin: 0 0 30px;
}


/* column-6 */
.archive.woocommerce-active .products.columns-5 .product .list-description p,
.archive.woocommerce-active .products.columns-6 .product .list-description p,
.archive.woocommerce-active .products.columns-4 .product .list-description p {
    font: 500 13px/17px var(--secondary-font);
}
.archive.woocommerce-active .products.columns-4 .product .thumbnail-wrap .quickview.btn-hv a.button::before{
		width: 26px;
		height: 26px;
	}
	.archive.woocommerce-active .products.columns-5 .product .thumbnail-wrap .quickview.btn-hv a.button::before,
	.archive.woocommerce-active .products.columns-6 .product .thumbnail-wrap .quickview.btn-hv a.button::before{
		width: 20px;
		height: 20px;
	}

.archive.woocommerce-active .products.columns-5 .product .woocommerce-loop-product__title,
.archive.woocommerce-active .products.columns-6 .product .woocommerce-loop-product__title {
	margin: 0 0 6px;
	font-size: 14px;
	line-height: 16px;
}

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

.archive.woocommerce-active .products.columns-6 .product div.list_product_size
.archive.woocommerce-active .products.columns-5 .product div.list_product_size {
    padding: 2px;
    margin: 0px 3px 0 0;
    font-size: 9px;
    line-height: 11px;
}
.archive.woocommerce-active .products.columns-4 .product div.list_product_size {
    padding: 5px;
    margin: 0px 4px 0 0;
    font-size: 11px;
    line-height: 13px;
}

.archive.woocommerce-active .products.columns-5 .product .price,
.archive.woocommerce-active .products.columns-6 .product .price {
	margin: 0 0 8px;
	font-size: 13px;
	line-height: 15px;
}

.archive.woocommerce-active .products.columns-5 .product .wrap-rate .star-rating,
.archive.woocommerce-active .products.columns-6 .product .wrap-rate .star-rating {
	font-size: 10px;
	width: 60px;
	letter-spacing: 1px;
}

.archive.woocommerce-active .products.columns-5 .product .price del bdi,
.archive.woocommerce-active .products.columns-6 .product .price del bdi {
	font-size: 12px;
}

.archive.woocommerce-active .products.columns-6 section.product .product-content-wrap,
.archive.woocommerce-active .products.columns-5 section.product .product-content-wrap {
	padding: 8px;
}

.archive.woocommerce-active .products.columns-6 .product .thumbnail-wrap .wrap-rate,
.archive.woocommerce-active .products.columns-5 .product .thumbnail-wrap .wrap-rate {
	bottom: 5px;
}

.archive.woocommerce-active .products.columns-6 .product .pizzeria-sale span,
.archive.woocommerce-active .products.columns-5 .product .pizzeria-sale span {
	bottom: 5px;
	font-size: 11px;
	line-height: 13px;
}

.archive.woocommerce-active .products.columns-6 .product .cart-wrap a,
.archive.woocommerce-active .products.columns-5 .product .cart-wrap a {
	padding: 8px;
	font-size: 0;
}

.archive.woocommerce-active .products.columns-6 .product .quantity .qty_button,
.archive.woocommerce-active .products.columns-5 .product .quantity .qty_button {
	height: 26px;
	width: 12px;
	font-size: 13px;
}

.archive.woocommerce-active .products.columns-6 .product .quantity input.qty,
.archive.woocommerce-active .products.columns-5 .product .quantity input.qty {
	width: 12px;
	font-size: 12px;
	line-height: 13px;
}

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

.archive.woocommerce-active .products.columns-5 .product .product-button-wrap .btn-hv a::before,
.archive.woocommerce-active .products.columns-6 .product .product-button-wrap .btn-hv a::before {
	font-size: 12px;
}

.archive.woocommerce-active .products.columns-5 .product .cart-wrap a svg,
.archive.woocommerce-active .products.columns-6 .product .cart-wrap a svg {
	display: block;
	width: 12px;
	height: 12px;
}

.archive.woocommerce-active .products.columns-6 .product .thumbnail-wrap .quickview.btn-hv {
	height: 45px;
	width: 45px;
}

.archive.woocommerce-active .products.columns-6 .product .thumbnail-wrap .quickview.btn-hv svg {
	height: 20px;
	width: 20px;
}

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


/* column-5 */
.archive.woocommerce-active .products.columns-5 .product .thumbnail-wrap .quickview.btn-hv {
	height: 50px;
	width: 50px;
}

.archive.woocommerce-active .products.columns-5 .product .thumbnail-wrap .quickview.btn-hv svg {
	height: 22px;
	width: 22px;
}

/* column-4 */
.archive.woocommerce-active .products.columns-4 .product .woocommerce-loop-product__title {
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 18px;
}

.archive.woocommerce-active .products.columns-4 .product .price {
	margin: 0 0 12px;
	font-size: 16px;
	line-height: 18px;
}

.archive.woocommerce-active .products.columns-4 section.product .product-content-wrap {
	padding: 15px;
}

.archive.woocommerce-active .products.columns-4 .product .thumbnail-wrap .wrap-rate {
	bottom: 8px;
}

.archive.woocommerce-active .products.columns-4 .product .pizzeria-sale span {
	bottom: 8px;
}

.archive.woocommerce-active .products.columns-4 .product .cart-wrap a {
	padding: 11px;
	font-size: 0;
}

.archive.woocommerce-active .products.columns-4 .product .quantity .qty_button {
	height: 36px;
	width: 18px;
}

.archive.woocommerce-active .products.columns-4 .product .quantity input.qty {
	width: 18px;
}

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

.archive.woocommerce-active .products.columns-4 .product .cart-wrap a svg {
	display: block;
}

.archive.woocommerce-active .products.columns-4 .product .thumbnail-wrap .quickview.btn-hv {
	height: 80px;
	width: 80px;
}

.archive.woocommerce-active .products.columns-4 .product .thumbnail-wrap .quickview.btn-hv svg {
	height: 30px;
	width: 30px;
}

.archive.woocommerce-active .products.columns-4 .product .timer .timer-content p {
	font-size: 13px;
	line-height: 15px;
}

.archive.woocommerce-active .products.columns-4 .product .timer .timer-content>div {
	padding: 5px 8px;
	margin: 0 6px 0 0;
}

.archive.woocommerce-active .products.columns-4 .product .timer .timer-content .text {
	padding: 0 0 6px;
}



.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;
}

/* column-3 */

.archive.woocommerce-active .products.columns-3 .product .cart-wrap a {
	padding: 9px 12px;
}

.archive.woocommerce-active .products.columns-3 .product .cart-wrap a svg {
	display: none;
}

.archive.woocommerce-active .products.columns-3 .product .quantity .qty_button {
	height: 37px;
	width: 20px;
}

.archive.woocommerce-active .products.columns-3 .product .quantity input.qty {
	width: 20px;
}

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

.archive.woocommerce-active .products.columns-3 .product .woocommerce-loop-product__title {
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 18px;
}

.archive.woocommerce-active .products.columns-3 .product .price {
	margin: 0 0 12px;
	font-size: 16px;
	line-height: 18px;
}

.archive.woocommerce-active .products.columns-3 section.product .product-content-wrap {
	padding: 15px;
}

.archive.woocommerce-active .products.columns-3 .product .thumbnail-wrap .wrap-rate {
	bottom: 8px;
}

.archive.woocommerce-active .products.columns-3 .product .pizzeria-sale span {
	bottom: 8px;
}

.archive.woocommerce-active .products.columns-3 .product .thumbnail-wrap .quickview.btn-hv {
	height: 80px;
	width: 80px;
}

.archive.woocommerce-active .products.columns-3 .product .thumbnail-wrap .quickview.btn-hv svg {
	height: 30px;
	width: 30px;
}

.archive.woocommerce-active .products.columns-3 .product .timer .timer-content p {
	font-size: 13px;
	line-height: 15px;
}

.archive.woocommerce-active .products.columns-3 .product .timer .timer-content>div {
	padding: 5px 8px;
	margin: 0 6px 0 0;
}

.archive.woocommerce-active .products.columns-3 .product .timer .timer-content .text {
	padding: 0 0 6px;
}


/* ---- end shop product-layout-default  ----- */

/* -------------------------- end shop page --------------------------------- */


/* -------------- start list view ----------------- */

.shop-nosidebar .products.list-view .cart-wrap {
	float: left;
}

.list-view .list-thumnail-wrap .wishlist.btn-hv,
.short-view .list-thumnail-wrap .wishlist.btn-hv {
	display: none;
}

.products.short-view .wishlist.btn-hv,
.products.list-view .wishlist.btn-hv,
.single-product-thumb-content .single-product-thumbnail .wishlist.btn-hv {
    transform: none;
    opacity: 1;
    visibility: visible;
    
}
.archive.woocommerce-active .products.short-view section.product .pizzeria-sale span,
.archive.woocommerce-active .products.list-view section.product .pizzeria-sale span {
	top: 0;
    left: 10px;
    bottom: auto;
    right: auto;
	transform: none;
    opacity: 1;
    visibility: visible;
}

.woocommerce-active.archive.woocommerce-active .site-main .products.list-view .product {
	width: 100%;
}

.woocommerce-active.archive.woocommerce-active .site-main .products.list-view .product .thumbnail-wrap,
.woocommerce-active.archive.woocommerce-active .site-main .products.short-view .product .thumbnail-wrap {
	padding: 0;
}

.short-view .list-thumnail-wrap,
.list-view .list-thumnail-wrap {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
	/*     border: 1px solid var(--bordercolor); */
}

.archive.woocommerce-active .products.short-view .product .list-content-wrap .woocommerce-loop-product__title,
.archive.woocommerce-active .products.list-view .product .list-content-wrap .woocommerce-loop-product__title {
	font-size: 19px;
	margin: 0 0 8px;
	font-weight: 700;
	line-height: 25px;
	text-align: left;
}

.archive.woocommerce-active .products.list-view .product .list-content,
.archive.woocommerce-active .products.short-view .product .list-content {
	display: flex;
	flex-direction: column;
}

.archive.woocommerce-active .products.list-view .product .list-content .product-attribute-wrap,
.archive.woocommerce-active .products.short-view .product .list-content .product-attribute-wrap {
	position: static;
	opacity: 1;
	margin-bottom: 10px;
	justify-content: flex-start;
	transform: none;
}

.list-description p {
	font: 500 16px/20px var(--secondary-font);
	color: #777;
	margin: 0 0 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.list-view .product .list-content-wrap.row {
	margin: 0;
}

.list-view .product .list-content-wrap,
.short-view .product .list-content-wrap {
	padding: 0;
}

.archive.woocommerce-active .products.list-view .product .list-content-wrap .wrap-rate {
	margin: 0 0 10px;
	justify-content: start;
}


.short-view .list-content-wrap .wrap-rate,
.short-view .list-content-wrap p,
.short-view .list-content-wrap .product-button,
.short-view .list-cart-wrap .quantity-list,
.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;
	justify-content: left;
}
.archive.woocommerce-active .products.short-view .product .list-content-wrap .timer-content p,
.archive.woocommerce-active .products.list-view .product .list-content-wrap .list-timer p{
	margin: 0 0 5px;
}
.list-view .list-content-wrap .product-button-wrap,
.list-view .list-cart-wrap .quantity {
	float: left;
	width: auto;
}

body .list-view .product:hover .pizzeria-sale span {
	transform: none;
	opacity: 1;
}

.short-view .list-cart-wrap .quantity,
.list-view .list-cart-wrap .quantity {
	width: auto;
	position: static;
}

.archive.woocommerce-active.product-layout-default .shop-nosidebar .products.short-view .product .list-cart-wrap .product-button,
.archive.woocommerce-active.product-layout-default .shop-sidebar .products.short-view .product .list-cart-wrap .product-button,
.archive.woocommerce-active.product-layout-default .shop-nosidebar .products.list-view .product .list-cart-wrap .product-button,
.archive.woocommerce-active.product-layout-default .shop-sidebar .products.list-view .product .list-cart-wrap .product-button {
	position: static;
	font-size: 14px;
	background: var(--secondary-bg-color);
	box-shadow: 0 1px 6px 0 rgb(0 0 0 / 10%);
	width: 100%;
	max-width: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 40px;
	padding: 14px;
	color: var(--primary-color-hv-text);
	font-weight: 500;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	color: #fff;
}

.archive.woocommerce-active.product-layout-default .shop-nosidebar .products.short-view .product .list-cart-wrap .product-button.loading::after,
.archive.woocommerce-active.product-layout-default .shop-sidebar .products.short-view .product .list-cart-wrap .product-button.loading::after,
.archive.woocommerce-active.product-layout-default .shop-nosidebar .products.list-view .product .list-cart-wrap .product-button.loading::after,
.archive.woocommerce-active.product-layout-default .shop-sidebar .products.list-view .product .list-cart-wrap .product-button.loading::after {
	width: 100%;
	z-index: 1;
}

.archive.woocommerce-active.product-layout-default .shop-nosidebar .products.list-view .product .list-cart-wrap .cart-wrap .product-button.loading:before,
.archive.woocommerce-active.product-layout-default .shop-sidebar .products.list-view .product .list-cart-wrap .cart-wrap .product-button.loading:before{
	border-color: #a2102d #bd7080 #c89ea7 #e0d6d6;
}

.archive.woocommerce-active.product-layout-default .shop-nosidebar .products.short-view .product .list-cart-wrap .product-button:hover, .archive.woocommerce-active.product-layout-default .shop-sidebar .products.short-view .product .list-cart-wrap .product-button:hover, .archive.woocommerce-active.product-layout-default .shop-nosidebar .products.list-view .product .list-cart-wrap .product-button:hover, .archive.woocommerce-active.product-layout-default .shop-sidebar .products.list-view .product .list-cart-wrap .product-button:hover {
    color: var(--secondary-color-text);
}

.archive.woocommerce-active.product-layout-default .shop-sidebar .products.list-view .product .list-cart-wrap .product-button {
	margin: 0;
}


.archive.woocommerce-active.product-layout-default .products.short-view .product .list-cart-wrap .product-button>svg,
.archive.woocommerce-active.product-layout-default .products.list-view .product .list-cart-wrap .product-button>svg {
	width: auto;
	height: auto;
	display: none;
}

.archive.woocommerce-active .products.short-view .product .list-cart-wrap .product-button::after,
.archive.woocommerce-active .products.list-view .product .list-cart-wrap .product-button::after {
	content: '';
	background: var(--primary-color-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;
	display: block;
	z-index: -1;
}

.archive.woocommerce-active .products.short-view .product .list-cart-wrap .product-button:hover::after,
.archive.woocommerce-active .products.list-view .product .list-cart-wrap .product-button:hover::after {
	width: 100%;
	right: auto;
	left: 0;
}

.archive.woocommerce-active .products.short-view .product .list-cart-wrap .product-button:hover,
.archive.woocommerce-active .products.short-view .product .list-cart-wrap .product-button:hover::before,
.archive.woocommerce-active .products.list-view .product .list-cart-wrap .product-button:hover,
.archive.woocommerce-active .products.list-view .product .list-cart-wrap .product-button:hover::before {
	color: #fff;
	z-index: 1;
}

.archive.woocommerce-active .products.list-view .product .list-content-wrap .product-attribute-wrap .list_size_attr {
	font-size: 14px;
	padding-left: 10px;
	margin-left: 8px;
}

.archive.woocommerce-active .products.list-view .product .list-content-wrap .product-attribute-wrap .list_size_attr .list_product_size {
	padding: 0 5px;
}

.archive.woocommerce-active .products.list-view .product .list-content-wrap .product-attribute-wrap .list_size_attr::before {
	height: 16px;
}

.short-view .list-content-wrap p,
.list-view .list-content-wrap p {
	font-size: 14px;
}

.archive.woocommerce-active .short-view section.product:hover .pizzeria-sale span,
.archive.woocommerce-active .short-view .product:hover .list-content-wrap span.price,
.archive.woocommerce-active .short-view .product .list-cart-wrap .quantity,
.archive.woocommerce-active .short-view .product .product-button,
.archive.woocommerce-active .list-view .product:hover .list-content-wrap span.price,
.archive.woocommerce-active .list-view .product .list-cart-wrap .quantity,
.archive.woocommerce-active .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-content-wrap .list-content-wrap .price {
	margin: 0;
}
.archive.woocommerce-active .products.short-view .product .product-content-wrap .list-content-wrap span.price,
.archive.woocommerce-active .products.list-view .product .product-content-wrap .list-content-wrap span.price {
	font-size: 16px;
	margin: 0 0 5px;
}

.archive.woocommerce-active .products.list-view .product .list-cart-wrap .quantity .qty_button {
	height: 40px;
	width: 45px;
	font-size: 15px;
}

.archive.woocommerce-active .products.list-view .product .list-cart-wrap .quantity input.qty {
	width: 85px;
	font-size: 14px;
}

.list-view .product .list-content-wrap .list-cart-wrap .cart-button-list {
	width: 100%;
}

.list-view .product .list-content-wrap .list-cart-wrap .cart-button-list .cart-wrap {
	display: flex;
	justify-content: center;
	border-radius: 5px;
	height: 40px;
	overflow: hidden;
	position: static;
	transform: none;
	opacity: 1;
	visibility: visible;
	border: 0;
	background: transparent;
	width: auto;
}

.cart-wrap .added_to_cart.wc-forward {
	display: none;
}


.list-view .product-content-wrap .list-cart-wrap .product-button-wrap {
	float: left;
	width: auto;
	display: flex;
	justify-content: center;
	margin: 0 0 0 4px;
}

.short-view .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv,
.list-view .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv {
	float: none;
	display: inline-block;
	width: auto;
}

.archive.woocommerce-active .short-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv a::after,
.archive.woocommerce-active .list-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv a::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;
	display: block;
}

 .archive.woocommerce-active .short-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv .wishlist-fragment.exists a::after,
.archive.woocommerce-active .list-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv .wishlist-fragment.exists a::after,
.archive.woocommerce-active .short-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv a:hover::after,
.archive.woocommerce-active .list-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv a:hover::after {
	width: 100%;
	right: auto;
	left: 0;
}

.archive.woocommerce-active .short-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv a::before,
.archive.woocommerce-active .list-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv a::before {
	font-size: 14px;
	transform: none;
}
.archive.woocommerce-active .short-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .wishlist.btn-hv .exists a:before,
.archive.woocommerce-active .list-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .wishlist.btn-hv .exists a:before {
    color: #fff;
}

.archive.woocommerce-active .short-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv:hover a::before,
.archive.woocommerce-active .list-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv:hover a::before{
	color: #fff;
}

.archive.woocommerce-active .short-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv,
.archive.woocommerce-active .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 5px;
	float: left;
}

.archive.woocommerce-active .short-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv.wishlist,
.archive.woocommerce-active .list-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv.wishlist {
	position: static;
}

.archive.woocommerce-active .short-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv,
.archive.woocommerce-active .list-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv,
.archive.woocommerce-active .short-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv a,
.archive.woocommerce-active .list-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv a {
	border-radius: 5px;
	width: 38px;
	height: 38px;
}

.archive.woocommerce-active .short-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv.wishlist .wishlist-fragment,
.archive.woocommerce-active .list-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv.wishlist .wishlist-fragment {
	opacity: 1;
	position: static;
	transform: none;
}

.archive.woocommerce-active .list-view .product .price {
	font-size: 20px;
}

.archive.woocommerce-active .short-view .product .price {
	font-size: 19px;
	line-height: 21px;
}

.archive.woocommerce-active .list-view .product del bdi,
.archive.woocommerce-active .short-view .product del bdi {
	font-size: 14px;
}

.archive.woocommerce-active .short-view .product .product-content-wrap .product-button-hv .cart-wrap,
.archive.woocommerce-active .list-view .product .product-content-wrap .product-button-hv .cart-wrap {
	display: none;
}

.archive.woocommerce-active .short-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv::before,
.archive.woocommerce-active .list-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv::before {
	display: none;
}

.archive.woocommerce-active .list-view .product .list-cart-wrap .quantity-list {
	float: left;
	width: 100%;
	display: flex;
	justify-content: center;
}

.short-view .product .list-content-wrap {
	margin: 0;
	display: flex;
}

.short-view .product .cart-wrap,
.list-view .product .cart-wrap {
	opacity: 1;
}

.list-view .product .list-content-wrap .list-cart-wrap {
	display: flex;
	flex-direction: column;
	align-items: start;
	margin: 10px 0 0;
}

.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;
	flex-direction: column;
	align-items: center;
	padding: 0 0 5px;
}

.short-view .product .list-content-wrap .list-cart-wrap .cart-button-list .cart-wrap {
	display: flex;
	justify-content: center;
	float: left;
	width: 100%;
	background: none;
	height: auto;
	position: static;
	opacity: 1;
	visibility: visible;
	transform: none;
	padding: 0;
	margin: 0;
	border: none;
}

.list-view .product .list-content-wrap .list-cart-wrap .cart-button-list {
	flex-direction: row;

}

.list-view .product .list-content-wrap .list-content {
	padding: 0 10px;
}

.list-description,
.list-timer {
	float: left;
	width: 100%;
}

.list-description {
	text-align: left;
}
.list-description ul{
	display: none;
}
.single-product .list-description ul {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	list-style: disc;
}

.list-description ul li {
	position: relative;
	padding: 0 0 0 15px;
}

.list-description ul li::before {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	background: #000;
	border-radius: 50%;
	top: 6px;
	left: 0;
	bottom: auto;
	right: auto;
	margin: auto;
}

.archive.woocommerce-active .short-view .product .list-cart-wrap .quantity,
.archive.woocommerce-active .list-view .product .list-cart-wrap .quantity {
	border: 1px solid #e5e5e5;
}

.list-view .product-button-hv .product-button-quickview,
.short-view .product-button-hv .product-button-quickview {
	float: left;
	width: auto;
}

.list-view .product-button-hv .product-button-quickview .quickview.btn-hv,
.short-view .product-button-hv .product-button-quickview .quickview.btn-hv {
	padding: 0;
}

.list-view .product-button-hv .product-button-quickview .quickview.btn-hv::after,
.short-view .product-button-hv .product-button-quickview .quickview.btn-hv::after {
	content: none;
}

.list-view .product-button-hv .product-button-quickview .quickview.btn-hv .button,
.short-view .product-button-hv .product-button-quickview .quickview.btn-hv .button {
	margin: 0;
}

.list-view .product-button-hv .product-button-quickview .quickview.btn-hv>svg,
.short-view .product-button-hv .product-button-quickview .quickview.btn-hv>svg {
	display: none;
}

/* -------------- start nosidebar list view ----------------- */
.shop-nosidebar {
	padding: 0 25px;
}

.woocommerce-active.archive.woocommerce-active .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;
}

.archive.woocommerce-active .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;
}

.archive.woocommerce-active .shop-nosidebar .products.list-view .product .list-cart-wrap .quantity .qty_button {
	width: 25px;
}

.archive.woocommerce-active .shop-nosidebar .products.list-view .product .list-cart-wrap .quantity input.qty {
	width: 25px;
}

.archive.woocommerce-active .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 ----------------- */

/* -------------- end list view ----------------- */

/* -------------- start short view ----------------- */

.woocommerce-active.archive.woocommerce-active .site-main .products.short-view .product {
	width: 100%;
}

.short-view .product .list-content-wrap .list-price,
.short-view .product .list-content-wrap .list-cart-wrap {
	padding: 0 13px 0 0;
}

.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;
}

.archive.woocommerce-active .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 {
	flex-direction: column-reverse;
}

.short-view .product .list-content-wrap .list-price .price del {
	padding: 0;
	justify-content: center;
}

.short-view .product .list-content-wrap .list-price .price del::after {
	content: none;
}

/* -------------- end short view ----------------- */

/* -------------- start single product page ----------------- */
.single-product .woocommerce-notices-wrapper {
	margin: auto;
}

.single-product .summary.entry-summary {
	padding: 15px 0 0 30px;
	display: flex;
	flex-direction: column;
}

.single-product.thumbnail-slider-style1 .left-slider .summary.entry-summary {
	padding-left: 30px;
}

.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;
}

.single-product .woocommerce-product-details__short-description,
.single-product .summary .cart,
.single-product .summary .cart .single_add_to_cart_button,
.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: 100%;
}

.single-product .woocommerce-tabs {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 0 0 20px;
	margin: 70px 0;
}

.single-product .woocommerce-tabs ul.tabs {
	display: flex;
	justify-content: center;
	border-bottom: 1px solid var(--content-border-color);
	margin: 0 0 10px;
}

.single-product .woocommerce-tabs ul.tabs li a {
	padding: 20px;
	font-family: var(--primary-font);
	font-weight: 500;
	font-size: 20px;
	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(--secondary-color-text);
}

.single-product .woocommerce-tabs ul.tabs li a::after {
	content: "";
	left: 0px;
	right: 0;
	position: absolute;
	top: auto;
	bottom: 0px;
	height: 3px;
	z-index: -1;
	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(--secondary-color-text);
	margin: auto;
}

.single-product .woocommerce-tabs ul.tabs li.active a::after,
.single-product .woocommerce-tabs ul.tabs li a:hover::after {
	width: 80%;
}

.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 .quantity {
	border: 1px solid var(--content-border-color);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

#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: 30px;
	height: 48px;
	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 .buy-now-wrap .button:hover::before,
.single-product .buy-now-wrap .button:hover {
	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;
}

.single-product .stickycart-popup .cart-wrap .product_type_variable.disable,
.single-product .stickycart-popup .buy-now-wrap .button.product_type_variable,
.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 .woocommerce-product-details__short-description p {
	margin: 0;
}

.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: #222222;
}

.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: #222222;
}

.single-product .stock-progress span.stock-progress-wrap {
	font-size: 15px;
	font-weight: 500;
	color: #f55;
	padding: 0 0 0 30px;
}

.single-product .summary .product-button-hv {
	float: left;
	width: auto;
	flex-direction: row;
}

.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: 20px 0 0;
	float: left;
	width: 100%;
	order: -1;
}

.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(--content-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 .entry-summary .product-button-wrap,
.single-product .product_meta {
	float: left;
	width: 100%;
	margin: 30px 0 0;
	border-top: 1px solid var(--content-border-color);
	padding: 30px 0 0;
}

.single-product .product_meta span {
	position: relative;
	padding-left: 20px;
	display: block;
}

.single-product .product_meta span.sku {
	display: inline-block;
	width: auto;
	padding: 0;
}

.single-product .product_meta span:before {
	position: absolute;
	content: '\f00c';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	left: 0;
	top: 2px;
	font-size: 12px;
}

.single-product .product_meta span.sku:before {
	content: none;
	padding: 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(--secondary-color-text);
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.single-product .product_meta .sku_wrapper,
.single-product .product_meta .posted_in {
	padding-right: 10px;
}

.single-product .product_meta .single-categories {
	float: left;
	width: 100%;
	justify-content: start;
}

.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;
}

.single-product .product_meta .posted_in a {
	padding: 0 5px 0 0;
	position: relative;
}

.single-product .product_meta .posted_in a:after {
	content: ',';
	right: 0;
	position: absolute;
	left: auto;
	color: currentcolor;
	top: auto;
	bottom: 1px;
}

.single-product .product_meta .posted_in a:last-child::after {
	content: '.';
}

.single-product .product_meta .posted_in a:hover,
.single-product .product_meta .tagged_as a:hover {
	color: var(--primary-color-hv-text);
}

.single-product .stock-progress {
	margin: 0 0 25px;
	border-bottom: 1px solid #e5e5e5;
	padding: 0 0 25px;
}

.progress-bar span {
    height: 10px;
    border-radius: 4px;
    background: #de3618;
    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-size: 1rem 1rem;
    background-image: linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
    animation: progress-bar-stripes 1s linear infinite;
}

.single-product .progress-bar {
	width: 100%;
	background: #e5e5e5;
}

.stock-progress {
	float: left;
	width: 100%;
	margin: 0 0 15px;
}

.stock-progress .stock-progress-wrap strong {
	color: #ec0000;
	font-size: 18px;
	font-weight: 600;
	padding: 0 5px;
}

.stock-progress .stock-progress-wrap {
	position: relative;
}

.stock-progress .stock-progress-wrap::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/fire.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
	background-size: 30px;
}

.stock-progress .progress-bar {
	margin: 5px 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 #e5e5e5;
	padding: 0 0 25px;
	justify-content: flex-end;
}

.single-product .product .entry-summary .timer {
	margin: 0 0 25px;
	border-bottom: 1px solid #e5e5e5;
	padding: 0 0 30px;
}

.single-product .prev_next_buttons {
	position: fixed;
	top: 50%;
	right: 2%;
	left: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 3;
}

.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 a:hover {
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 6%);
	background: var(--primary-bg-hv-color);
}

.single-product .prev_next_buttons a:hover svg {
	color: #fff;
}

.single-product .prev_next_buttons a svg {
	font-size: 14px;
	color: var(--secondary-color-text);
}

.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 .woocommerce-product-details__short-description {
	margin: 25px 0;
	padding: 25px 0;
	border-top: 1px solid var(--bordercolor);
	border-bottom: 1px solid var(--bordercolor);
}

.product .cart-wrap {
	display: inline-block;
}

.nickx-slider-for .btn-prev,
.nickx-slider-for .btn-next {
	color: #222;
}

.single-product .product .entry-summary .product-button-wrap .quickview.btn-hv,
.single-product .product .entry-summary .product-button-wrap .cart-wrap {
	display: none
}

.single-product .product .entry-summary .cart-wrap {
	margin: 0 0 15px;
	float: left;
	width: auto;
	opacity: 1;
	height: 50px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	background: transparent;
	transform: none;
}
.single-product .product .entry-summary .grouped_form .cart-wrap{
	width:100%;
}
.single-product .product .entry-summary .grouped_form .cart-wrap .product-button{
	width:100%;
}
#yith-wcwl-popup-message{
	border-radius: 5px;
}

.single-product .product .entry-summary .cart-wrap .product-button {
	background: var(--secondary-bg-color);
	color: #fff;
	padding: 14px;
	font-size: 15px;
	line-height: 22px;
	z-index: 1;
	letter-spacing: 1px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	overflow: hidden;
	width: 405px;
}

.single-product .product .entry-summary .cart-wrap .product-button.loading {
	font-size: 0;
}

/* .single-product .product .entry-summary .variations_button .cart-wrap .product-button {
	width: 358px;
} */

.single-product .product .entry-summary .variations_button .cart-wrap {
	margin: 0 0 15px 0;
}

.single-product .product-type-external .buy-now-wrap {
	width: 100%;
}

.single-product .buy-now-wrap .button.product_type_external {
	width: 100%;
}

.single-product .stickycart-popup .cart-wrap .product-button.product_type_variable {
	padding: 10px 50px;
}

.single-product .product .entry-summary .cart-wrap .product-button.product_type_variable {
	padding: 14px 76px;
}

.single-product .product .entry-summary .cart-wrap .product-button.product_type_variable .feather-shopping-cart {
	display: none;
}

/* .single-product .product .entry-summary .cart-wrap .product-button.single_add_to_cart_button {
	padding: 14px 100px 14px 120px;
} */

.single-product .product .entry-summary .cart-wrap .product-button>svg {
	margin-right: 8px;
	display: none;
}

.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;
	margin: 0;
}
.single-product .product .entry-summary .product-button-wrap{
	margin: 30px 0 0;
}

.single-product .product .entry-summary .quantity {
	position: static;
	margin: 0 15px 15px 0;
}

.single-product .product .entry-summary .cart-wrap .product-button:hover {
	color: var(--secondary-color-text);
}
.single-product .summary .cart .single_variation_wrap .woocommerce-variation-add-to-cart .button-buy-now,
.woocommerce-checkout .woocommerce .checkout .order_review-wrap .order_review-bg #payment .place-order .button,
.single-product .buy-now-wrap,
.single-product .product .entry-summary .cart-wrap .product-button {
	animation: shake-animation 4.72s ease infinite;
	font-weight: 600;
}

@keyframes shake-animation {
	0% {
		transform: translate(0, 0);
	}

	1.78571% {
		transform: translate(5px, 0);
	}

	3.57143% {
		transform: translate(0, 0);
	}

	5.35714% {
		transform: translate(5px, 0);
	}

	7.14286% {
		transform: translate(0, 0);
	}

	8.92857% {
		transform: translate(5px, 0);
	}

	10.71429% {
		transform: translate(0, 0);
	}

	100% {
		transform: translate(0, 0);
	}
}

.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.loading::after,
.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.loading::after{
	z-index: 0;
}

.single-product.thumbnail-slider-style3 .product .entry-summary .cart-wrap {
	margin: 0 0 15px 0;
}

.single-product.thumbnail-slider-style3 .product .entry-summary .cart-wrap .product-button {
	width: 298px;
}

/* .single-product.thumbnail-slider-style3 .product .entry-summary .cart-wrap .product-button.single_add_to_cart_button {
	padding: 14px 216px;
} */

.single-product.thumbnail-slider-style3 .product .entry-summary .grouped_form .cart-wrap .product-button {
	width: 400px;
}

.single-product.thumbnail-slider-style3 .single_variation_wrap .woocommerce-variation-add-to-cart {
	flex-wrap: wrap;
}

.single-product.thumbnail-slider-style3.single-product .summary .cart .single_variation_wrap .woocommerce-variation-add-to-cart .button-buy-now {
	margin: 0 0 15px;
	width: 100%;
}

.thumbnail-slider-style3.single-product .buy-now-wrap .button {
	width: 400px;
}

.thumbnail-slider-style3.single-product .product-type-external .buy-now-wrap,
.thumbnail-slider-style3.single-product .buy-now-wrap .button.product_type_external {
	width: 100%;
}

.single-product.thumbnail-slider-style3 .product .entry-summary .cart-wrap .product_type_variable {
	padding: 14px 57px;
}

.single-product.thumbnail-slider-style2 .woocommerce-tabs ul.tabss,
.single-product.thumbnail-slider-style3 .woocommerce-tabs ul.tabss {
	list-style: none;
	padding: 0;
}

.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%;
	color: var(--secondary-color-text);
}

.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(--content-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;
}

.single-product.thumbnail-slider-style2 .woocommerce-tabs ul li a:hover,
.single-product.thumbnail-slider-style3 .woocommerce-tabs ul li a:hover {
	color: var(--primary-color-text);
}

.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 .woocommerce-Tabs-panel,
.single-product.thumbnail-slider-style3 .woocommerce-tabs ul li .woocommerce-Tabs-panel {
	display: none;
}
.single-product.thumbnail-slider-style3 .woocommerce-tabs ul li.show .woocommerce-Tabs-panel,
.single-product.thumbnail-slider-style2 .woocommerce-tabs ul li.show .woocommerce-Tabs-panel {
	display: block;
}

.single-product.thumbnail-slider-style2 .woocommerce-tabs ul li a .slide-click,
.single-product.thumbnail-slider-style3 .woocommerce-tabs ul li a .slide-click {
	position: absolute;
	right: 0;
	left: auto;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 12px;
	height: 12px;
	display: inline-block;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
}

.single-product.thumbnail-slider-style2 .woocommerce-tabs ul li a .slide-click::after,
.single-product.thumbnail-slider-style3 .woocommerce-tabs ul li a .slide-click::after {
	content: '\2b';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	font-size: 18px;
	line-height: 18px;
}
.single-product.thumbnail-slider-style3 .woocommerce-tabs ul li.show a .slide-click::after,
.single-product.thumbnail-slider-style2 .woocommerce-tabs ul li.show a .slide-click::after {
	content: '\2d';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	font-size: 23px;
	line-height: 18px;
}

.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 .pizzeria-brands {
	float: left;
	width: auto;
}
.elementor-accordion .elementor-accordion-item{
	border-radius: 5px;
}

.single-categories .pizzeria-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 .pizzeria-brands a {
	padding: 0 5px 0 0;
	position: relative;
	margin: 0 8px 0 0;
	font-size: 14px;
	font-weight: 400;
	color: #666;
}

.single-categories .pizzeria-brands a:hover {
	color: var(--primary-color-hv-text);
}

.single-categories .pizzeria-brands a::after {
	position: absolute;
	content: ',';
	top: auto;
	bottom: -2px;
	left: auto;
	right: 0;
}

.single-categories .pizzeria-brands a:last-child:after {
	content: none;
}

.single-categories .pizzeria-brands a:last-child {
	padding: 0;
	margin: 0;
}

.single-product.thumbnail-slider-style2 .woocommerce-tabs table th {
	color: #222222;
}

.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: 4px;
	top: auto;
	right: 4px;
	left: auto;
	display: flex;
	align-items: center;
	border-radius: 3px 0 0;
	padding: 5px 0 0 5px;
}

.product-360-slider-wrap .slider.nickx-slider-for,
.single-product-thumbnail #nickx-gallery .nslick-slide img,
		.product-layout-default .product-content-wrap {
			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;
			background: linear-gradient(90deg, var(--bordercolor) 50%, transparent 50%), linear-gradient(90deg, var(--bordercolor) 50%, transparent 50%), linear-gradient(0deg, var(--bordercolor) 50%, transparent 50%), linear-gradient(0deg, var(--bordercolor) 50%, transparent 50%);
			background-position-x: 0%, 0%, 0%, 0%;
			background-position-y: 0%, 0%, 0%, 0%;
			background-repeat: repeat, repeat, repeat, repeat;
			background-size: auto, auto, auto, auto;
			background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
			background-size: 11px 2px, 11px 2px, 2px 11px, 2px 11px;
			background-position: 0% 0%, 100% 100%, 0% 100%, 100% 0;
			border-radius: 7px;
			padding: 2px;
		}

.product-360-slider-wrap .slider.nickx-slider-for:hover,
.single-product-thumbnail #nickx-gallery .nslick-slide img:hover,
		.product-layout-default .product-content-wrap:hover {
			background: linear-gradient(90deg, var(--primary-bg-hv-color) 50%, transparent 50%), linear-gradient(90deg, var(--primary-bg-hv-color) 50%, transparent 50%), linear-gradient(0deg, var(--primary-bg-hv-color) 50%, transparent 50%), linear-gradient(0deg, var(--primary-bg-hv-color) 50%, transparent 50%);
			background-position-x: 0%, 0%, 0%, 0%;
			background-position-y: 0%, 0%, 0%, 0%;
			background-repeat: repeat, repeat, repeat, repeat;
			background-size: auto, auto, auto, auto;
			background-position-x: 0%, 0%, 0%, 0%;
			background-position-y: 0%, 0%, 0%, 0%;
			background-repeat: repeat, repeat, repeat, repeat;
			background-size: auto, auto, auto, auto;
			background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
			background-size: 11px 2px, 11px 2px, 2px 11px, 2px 11px;
			background-position: 0% 0%, 100% 100%, 0% 100%, 100% 0;
			animation: dash 5s linear infinite;
		}


.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-style2.single-product.woocommerce .right-slider span.onsale {
	right: 30px;
}

.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;
	color: #000;
}

.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 var(--content-border-color);
	border-radius: 3px;
	position: relative;
	cursor: pointer;
	z-index: 2;
	background: #fff;
}

a.nickx-popup {
	float: left;
	width: 100%;
	height: 100%;
	cursor: crosshair;
}

.thumbnail-slider-style3 a.nickx-popup {
	cursor: pointer;
	z-index: 2;
}

.nslick-slide img {
	width: 100%;
}

.nickx-slider-nav img {
	opacity: .6;
	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;
	background: linear-gradient(90deg, var(--bordercolor) 50%, transparent 50%), linear-gradient(90deg, var(--bordercolor) 50%, transparent 50%), linear-gradient(0deg, var(--bordercolor) 50%, transparent 50%), linear-gradient(0deg, var(--bordercolor) 50%, transparent 50%);
	background-position-x: 0%, 0%, 0%, 0%;
	background-position-y: 0%, 0%, 0%, 0%;
	background-repeat: repeat, repeat, repeat, repeat;
	background-size: auto, auto, auto, auto;
	background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
	background-size: 6px 2px, 6px 2px, 2px 6px, 2px 6px;
	background-position: 0% 0%, 100% 100%, 0% 100%, 100% 0;
	border-radius: 10px;
	padding: 2px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.nickx-slider-nav .nslick-current img,
.nickx-slider-nav img:hover {
	background: linear-gradient(90deg, var(--primary-bg-hv-color) 50%, transparent 50%),
		linear-gradient(90deg, var(--primary-bg-hv-color) 50%, transparent 50%),
		linear-gradient(0deg, var(--primary-bg-hv-color) 50%, transparent 50%),
		linear-gradient(0deg, var(--primary-bg-hv-color) 50%, transparent 50%);
	background-position-x: 0%, 0%, 0%, 0%;
	background-position-y: 0%, 0%, 0%, 0%;
	background-repeat: repeat, repeat, repeat, repeat;
	background-size: auto, auto, auto, auto;
	background-position-x: 0%, 0%, 0%, 0%;
	background-position-y: 0%, 0%, 0%, 0%;
	background-repeat: repeat, repeat, repeat, repeat;
	background-size: auto, auto, auto, auto;
	background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
	background-size: 6px 2px, 6px 2px, 2px 6px, 2px 6px;
	background-position: 0% 0%, 100% 100%, 0% 100%, 100% 0;
	animation: dash 5s linear infinite;
}

.single-product-thumbnail #nickx-gallery .nslick-slide {
	margin: 5px 0;
}

.bottom-slider .single-product-thumbnail #nickx-gallery .nslick-slide {
	margin: 0 5px 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-style2 .single-product-thumbnail #nickx-gallery i.thumb_arrow {
	display: none !important;
}

.single-product-thumbnail #nickx-gallery i.thumb_arrow {
	font-size: 15px;
	height: 25px;
	width: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--primary-bg-color);
	color: var(--secondary-color-text);
}

.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 {
	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 {
	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;
}

.left-slider .single-product-thumbnail #nickx-gallery i.thumb_arrow.btn-next {
	bottom: 8px;
}

.left-slider .single-product-thumbnail #nickx-gallery i.thumb_arrow.btn-prev {
	top: 9px;
}

.right-slider .single-product-thumbnail #nickx-gallery i.thumb_arrow.btn-prev {
	left: 0;
	right: 0;
	top: 8px;
	margin: auto;
}

.right-slider .single-product-thumbnail #nickx-gallery i.thumb_arrow.btn-next {
	right: 0;
	left: 0;
	bottom: 8px;
	margin: auto;
}

.bottom-slider .single-product-thumbnail #nickx-gallery i.thumb_arrow.btn-prev {
	left: 7px;
}

.bottom-slider .single-product-thumbnail #nickx-gallery i.thumb_arrow.btn-next {
	right: 7px;
}

.single-product .recent-product .product-section-title {
	text-transform: capitalize;
}

.single-product.thumbnail-slider-style2 .related.products {
	margin: 60px 0 60px;
}

.single-product .related.products,
.single-product .up-sells.upsells {
	margin: 0 0 70px;
	border: none;
}

.single-product .related.products .row>.related-viewed {
	padding: 0;
}

.single-product .related.products .row>.related-viewed .swiper-slide {
	padding: 0 10px;
}

.single-product.woocommerce-active .site-main .products {
	border: none;
}

.single-product.woocommerce-active .site-main .products>.swiper .swiper-wrapper .swiper-slide {
	border: 1px solid;
}

.single-product.woocommerce-active .site-main .products .owl-carousel.owl-loaded {
	padding: 0;
}

.single-product .recent-product {
	padding: 0;
	margin: 0 0 40px;
}

.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 .related.products.list-btn-block .compare.btn-hv,
.single-product .up-sells.upsells.list-btn-block .compare.btn-hv,
.single-product .recent-product.list-btn-block .compare.btn-hv {
	display: block;
}

.single-product .woocommerce-tabs .woocommerce-Reviews .woocommerce-noreviews {
	background: none;
	margin: 0;
}

.single-product .entry-summary div.list_product_size {
	font-size: 14px;
	padding: 0 5px;
}

.single-product .entry-summary .product_title {
	font-size: 22px;
	float: left;
	width: auto;
	margin: 0 0 0;
	order: -1;
	color: var(--title-color);
	font-weight: 700;
}

.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 30px;
}

#yith-quick-view-modal .entry-summary .product-attribute-wrap {
	justify-content: start;
}

.single-product .review_tab .avrage_rating {
	font-size: 20px;
	font-weight: 600;
	color: #222222;
	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: 0 040px 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 {
	color: var(--rating-color);
	font-size: 13px;
	margin: 0 5px 0 0;
}

.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: #e5e5e5;
	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(--rating-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 .product .entry-summary .product-button-wrap .btn-hv {
	margin: 0 20px 0 0;
	position: static;
	border-radius: 0;
	width: auto;
	background: none;
	height: auto;
}

.single-product .product .entry-summary .product-button-wrap .btn-hv::before {
	content: none;
}

.single-product .product .entry-summary .product-button-wrap .btn-hv.wishlist .wishlist-fragment {
	transform: none;
	position: static;
	display: block;
	opacity: 1;
}

.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;
	background: none;
	border-radius: 0;
}

.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: var(--primary-color-hv-text);
}

.single-product .product .entry-summary .product-button-wrap .btn-hv .compare-button a {
	padding: 0 0 0 16px;
	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;
} */

.single-product .product .entry-summary .product-button-wrap .btn-hv a::before {
	left: 0;
	right: auto;
	width: auto;
	font-size: 11px;
	color: #666;
}

.single-product .xs_social_share_widget {
	position: fixed;
	top: 50%;
	left: 2.5%;
	right: auto;
	z-index: 3;
	float: left;
	display: flex;
}

.silde-toggle.single-product .xs_social_share_widget,
.silde-toggle.single-product .prev_next_buttons {
	z-index: 1;
}

.search-silde-toggle.single-product .xs_social_share_widget,
.search-silde-toggle.single-product .prev_next_buttons,
.search-silde-toggle .product-360-slider-wrap .slider-popup-wrap,
.search-silde-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;
	color: var(--secondary-color-text);
}

.single-product .site-main .xs_social_share_widget ul li a:hover {
	background: var(--primary-bg-hv-color);
}

.single-product .site-main .xs_social_share_widget ul li a:hover svg {
	color: #fff;
}

.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: start;
}

#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: 13px;
}

.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,
#review_form_wrapper .comment-form-rating .stars:hover a::before {
	color: var(--rating-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: 81%;
	padding: 0 10px 0 0;
	margin: 0;
}

.single-product .right-slider #nickx-gallery.nslick-initialized {
	float: right;
	width: 19%;
}

.single-product .left-slider #nickx-gallery.nslick-initialized {
	float: left;
	width: 19%;
}

.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: var(--primary-bg-color);
	font-size: 22px;
	color: var(--secondary-color-text);
}
.thumbnail-slider-style1 .single-product-thumbnail .images .product-360-slider-wrap .slider.nslick-slider i.nslick-arrow.btn-prev{
	left: 2px;
}
.thumbnail-slider-style1 .single-product-thumbnail .images .product-360-slider-wrap .slider.nslick-slider i.nslick-arrow.btn-next{
	right: 2px;
}

.thumbnail-slider-style1 .single-product-thumbnail .images .product-360-slider-wrap .slider.nslick-slider i.nslick-arrow:hover {
	background: var(--primary-bg-hv-color);
	color: #fff;
}

.thumbnail-slider-style2 .single-product-thumbnail .images .product-360-slider-wrap .slider.nslick-slider i.nslick-arrow {
	display: none;
	opacity: 0;
	visibility: hidden;
}

.single-product .buy-now-wrap {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}


.single-product .summary .cart .single_variation_wrap .woocommerce-variation-add-to-cart .button-buy-now,
.single-product .buy-now-wrap .button {
	float: left;
	width: 100%;
	padding: 14px;
	line-height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	color: var(--secondary-color-text);
	font-weight: 600;
}

.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 .pizzeria-sale span.label {
	opacity: 1;
}

#tab-reviews #reviews {
	float: left;
	width: 60%;
	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;
	width: 100%;
}

.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 #e5e5e5;
	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 .pizzeria-sale span.label {
	transform: none;
}

.single-product .product .single-product-thumbnail .pizzeria-sale span.label,
.single-product .product .single-product-thumbnail .pizzeria-sale span.onsale {
	transform: none;
	left: 25px;
	right: auto;
	top: 15px;
	bottom: auto;
	z-index: 1;
	opacity: 1;
	visibility: visible;
}

.single-product .single-product-thumb-content {
	float: left;
	width: 100%;
	display: flex;
}

#yith-quick-view-modal .single-product.woocommerce span.onsale {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 12px;
}

.single-product.woocommerce .single-product-thumbnail span.onsale {
	z-index: 2;
	transform: translate(0);
}

.single-product .product-button-hv .cart-wrap .product-button {
	padding: 0 25px 0 35px;
}


/* product style 02 */
.single-product.thumbnail-slider-style2 .single-product-thumbnail .product-360-slider-wrap .slider .zoom {
	margin: 0 0 20px;
	border: 2px dashed var(--bordercolor);
	border-radius: 10px;
}

.thumbnail-slider-style2 .product-360-slider-wrap .slider.nickx-slider-for{
	background: none;
}

.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: 64%;
}

.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;
}

/* 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 .summary.entry-summary {
	padding: 15px 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-thumbnail .product-360-slider-wrap .no-slider .zoom img {
	border: 2px dashed var(--bordercolor);
	border-radius: 10px;
}

.thumbnail-slider-style3.single-product .product_meta .sku_wrapper,
.thumbnail-slider-style3.single-product .product_meta .posted_in,
.thumbnail-slider-style3.single-product .product_meta .tagged_as {
	width: 100%;
	margin: 0 0 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 .pizzeria-sale span.onsale {
	left: 10px;
	right: auto;
	top: 20px;
}

.thumbnail-slider-style3.single-product .single-product-thumbnail .pizzeria-sale span.label {
	top: 25px;
	left: 15px;
}

.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;
}

.sticky-addToCart .stock.out-of-stock,
.single-product .entry-summary .stock.out-of-stock {
	float: left;
	width: 104px;
	font-weight: 500;
	border: 1px solid #e2401c;
	padding: 2px 10px;
	margin: 8px 12px;
	margin: 0;
}

.single-product .entry-summary .stock.out-of-stock+.product-button-wrap {
	margin: 0;
	float: left;
	width: 100%;
}
.single-product .entry-summary .woocommerce-review-link-count{
	display: none;
}

/*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: 15px;
	font-weight: 500;
}

.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: 10px;
}

.cart.grouped_form .group_table tr {
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 20px;
	padding: 0 0 20px;
	display: flex;
	flex-wrap: wrap;
}
#yith-quick-view-modal #yith-quick-view-content .cart.grouped_form .group_table tr{
	padding: 0 0 5px;
}

.cart.grouped_form .group_table tr td {
	width: 30%;
	display: flex;
	align-items: start;
	padding: 0;
}

.cart.grouped_form .group_table tr td.woocommerce-grouped-product-list-item__quantity {
	width: auto;
}

.cart.grouped_form .group_table tr td.woocommerce-grouped-product-list-item__label {
	width: 50%;
}

.cart.grouped_form .group_table tr td.woocommerce-grouped-product-list-item__label a {
	color: var(--title-color);
	font-size: 16px;
}

.cart.grouped_form .group_table tr td.woocommerce-grouped-product-list-item__price {
	width: auto;
	display: block;
}

.cart.grouped_form .group_table tr td.woocommerce-grouped-product-list-item__price .stock-progress {
	border: none;
	padding: 0;
}

#yith-quick-view-modal #yith-quick-view-content .cart.grouped_form .group_table tr td.woocommerce-grouped-product-list-item__quantity {
	width: 21%;
}

#yith-quick-view-modal #yith-quick-view-content .cart.grouped_form .group_table tr td.woocommerce-grouped-product-list-item__label {
	width: 41%;
	padding: 0 10px 0 0;
}

#yith-quick-view-modal #yith-quick-view-content .cart.grouped_form .group_table tr td.woocommerce-grouped-product-list-item__price {
	width: 38%;
	display: block;
}

.cart.grouped_form .group_table tr td.woocommerce-grouped-product-list-item__price ins .amount {
	color: var(--price-color);
	font-weight: 600;
	font-family: var(--secondary-font);
	font-size: 16px;
}

.cart.grouped_form .group_table tr.product {
	border-right: 0;
	align-items: baseline;
}

.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;
}

.single-product .product-type-external .entry-summary .cart-wrap {
	margin: 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: 3;
	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;
}

.sticky-addToCart .stickycart-popup .sticky-addcart-info .thumb img {
	width: 80px;
	border: 2px dashed var(--bordercolor);
	padding: 0px;
	object-fit: cover;
	border-radius: 5px;
}

.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 .stickycart-wrap .select_box_label{
	flex-wrap: nowrap;
    display: flex;
    overflow: hidden;
    overflow-x: scroll;
	padding: 0 0 5px;
}
.variations_form .variations td.value .select_box .select_option {
    flex: 0 0 auto;
}

.sticky-addToCart .stickycart-popup .sticky-addcart-info .sticky-content {
	margin: 0 0 0 12px;
}

.single-product .stickycart-popup .cart-wrap .product-button {
	padding: 10px 25px;
	height: 48px;
	font-size: 13px;
	background: var(--secondary-bg-color);
	position: relative;
	color: #fff;
	z-index: 1;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	width: auto;
}

.single-product .stickycart-popup .cart-wrap .product-button:hover {
	color: #fff;
}

.single-product .stickycart-popup .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;
	display: block;
	z-index: -1;
}

.single-product .stickycart-popup .cart-wrap .product-button:hover::after {
	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;
}

.single-product .stickycart-popup .cart-wrap .product-button.product_type_simple>svg,
.single-product .stickycart-popup .cart-wrap .product-button.single_add_to_cart_button>svg,
.single-product .stickycart-popup .grouped_form .cart-wrap .product-button.single_add_to_cart_button>svg {
	display: none;
}

.sticky-addToCart .stickycart-popup .sticky-addcart-info .sticky-content .title {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 3px;
	color: var(--title-color);
	width: auto;
}

.single-product .sticky-addcart-info .price {
	font-size: 16px;
}

.sticky-addToCart .stickycart-popup .stickycart-wrap {
	justify-content: end;
	flex: 1;
}

.sticky-addToCart .stickycart-popup .stickycart-wrap .cart {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: end;
}
.sticky-addToCart .stickycart-popup .stickycart-wrap .buy-now-wrap {
    width: auto;
}
.sticky-addToCart .stickycart-popup .stickycart-wrap .variations_form .variations {
	margin: 0;
	width: 50%;
	justify-content: end;
	display: flex;
}

.sticky-addToCart .stickycart-popup .stickycart-wrap .cart-wrap+.buy-now-wrap {
	display: none;
}

.sticky-addToCart .stickycart-popup .stickycart-wrap .buy-now-wrap .button {
	padding: 10px;
	width: 155px;
	font-size: 13px;
}

.sticky-addToCart .stickycart-popup .stickycart-wrap .buy-now-wrap .button::before {
	font-size: 10px;
	margin: 0 5px 0 0;
}

.single-product .product .sticky-addToCart .price {
	margin: 0;
	padding: 0;
	border: none;
	justify-content: start;
}

.single-product .product .sticky-addToCart .cart-wrap {
	margin: 0;
	display: flex;
	opacity: 1;
	width: auto;
	height: auto;
	transform: none !important;
}

.single-product .product .sticky-addToCart .quantity {
	margin: 0 10px 0 0;
	position: static;
	border: 1px solid var(--content-border-color);
	border-radius: 5px;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
}

.single-product .product .sticky-addToCart .quantity .qty_button {
	width: 30px;
	height: 48px;
	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;
}

.single-product .single-product-thumb-content .sticky-addToCart .list_color_attr,
.single-product .single-product-thumb-content .sticky-addToCart .list_size_attr,
.single-product .sticky-addToCart .product-attribute-wrap {
	width: auto;
	margin: 0;
	display: block;
	padding: 0;
}

.single-product .sticky-addToCart .product-attribute-wrap .list_size_attr::before {
	content: none;
}

.single-product .sticky-addToCart .product-attribute-wrap {
	margin: 0 30px 0 0;
	flex-wrap: nowrap;
	display: flex;
}

.single-product .sticky-addToCart .product-attribute-wrap .reset_custom_variations {
	margin: 0;
}

.single-product .single-product-thumb-content .stickycart-wrap .attr-title {
	font-size: 12px;
	color: #666;
	margin: 0 0 5px;
	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 .sticky-addToCart .list_size_attr .list_product_size {
	font-size: 12px;
	line-height: 22px;
	height: 25px;
	width: 25px;
	padding: 0;
	border: 1px solid #222;
	margin: 0 10px 0 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;
	color: var(--primary-color-text);
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
}

.single-product .single-product-thumb-content .sticky-addToCart .list_color_attr .list_product_color {
	width: 20px;
	height: 20px;
}

.single-product .single-product-thumb-content .sticky-addToCart .list_color_attr .list_product_color.select_variation::after,
.single-product .single-product-thumb-content .sticky-addToCart .list_color_attr .list_product_color::after {
	height: 26px;
	width: 26px;
}

.single-product .single-product-thumb-content .sticky-addToCart .list_color_attr .list_product_color.not-available::before,
.single-product .single-product-thumb-content .sticky-addToCart .list_color_attr .list_product_color.not-available::after {
	width: 20px;
}

.single-product .sticky-addToCart .single_variation_wrap {
	display: flex;
	align-items: center;
	flex: 1;
	width: auto;
	justify-content: end;
}

.single-product .sticky-addToCart .single_variation_wrap .woocommerce-variation {
	width: auto;
}

/* -------------- 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: 525px;
	position: relative;
}

.tt-360-veiw:-webkit-full-screen {
	background: #ffffff;
	width: 100%;
	height: 100%;
	margin-top: 0;
	padding-top: 200px;
}

/* --------- end 360 view -------------*/

/* -------------- start checkout block ---------------- */
.woocommerce-checkout .woocommerce .checkout {
	display: flex;
	flex-wrap: wrap;
	float: left;
}

.woocommerce-NoticeGroup {
	float: left;
	width: 100%;
}

.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: #f5f5f9;
	color: #222;
	border-left: 10px solid #d2d2d2;
}

.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info a {
	color: var(--secondary-color-text);
	font-weight: 600;
}

.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info a:hover {
	color: var(--secondary-color-hv-text);
}

.woocommerce-checkout .woocommerce .checkout .order_review-wrap .order_review-bg {
	background: #f5f5f9;
	padding: 50px;
	position: relative;
}

.woocommerce-checkout .woocommerce .checkout .order_review-wrap .order_review-bg .woocommerce-checkout-payment .validate-required {
	margin: 30px 0 20px;
}

.woocommerce-checkout .woocommerce .checkout .order_review-wrap .order_review-bg .woocommerce-checkout-payment .validate-required label {
	cursor: pointer;
}

.woocommerce-checkout .woocommerce .checkout .order_review-wrap .order_review-bg .woocommerce-checkout-payment .woocommerce-terms-and-conditions {
	border: 1px solid #bbb;
	padding: 20px;
	scrollbar-width: thin;
}

.woocommerce-checkout .woocommerce .checkout .order_review-wrap .order_review-bg .woocommerce-checkout-payment .woocommerce-terms-and-conditions::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
}

.woocommerce-checkout .woocommerce .checkout .order_review-wrap .order_review-bg .woocommerce-checkout-payment .woocommerce-terms-and-conditions::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9);
}

.woocommerce-checkout .woocommerce .checkout .order_review-wrap .order_review-bg .woocommerce-checkout-payment .woocommerce-terms-and-conditions::-webkit-scrollbar {
	width: 5px;
}

.woocommerce-checkout .woocommerce .checkout .order_review-wrap .order_review-bg #payment ul {
	list-style: none;
	padding: 0;
}

.woocommerce-checkout .woocommerce .checkout .order_review-wrap .order_review-bg #payment ul li {
	margin: 0;
	color: #fff;
	padding: 0;
}

.woocommerce-checkout .woocommerce .checkout .order_review-wrap .order_review-bg #payment .place-order .button {
	background: var(--primary-bg-hv-color);
	color: #fff;
	height: 50px;
	width: 100%;
	border-radius: 5px;
}

.woocommerce-checkout .woocommerce .checkout .order_review-wrap .order_review-bg #payment .place-order .button:hover {
	color: var(--secondary-color-text);
}

.woocommerce-checkout .woocommerce .checkout .order_review-wrap .order_review-bg #payment .place-order .button:after {
	background: var(--primary-bg-color);
}

.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;
	background: transparent;
}

.woocommerce-checkout .woocommerce .checkout .order_review-wrap .shop_table th,
.woocommerce-checkout .woocommerce .checkout .order_review-wrap .shop_table td {
	padding: 15px 0;
	color: #222222;
	border-bottom: 1px solid var(--content-border-color);
}

.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: 50%;
}

.woocommerce-checkout .woocommerce .checkout .woocommerce-billing-fields p.form-row.form-row-last {
	padding: 0 0 0 15px;
}

.woocommerce-checkout .woocommerce .checkout .woocommerce-billing-fields p.form-row.form-row-first {
	padding: 0 15px 0 0;
}

.woocommerce-checkout .woocommerce .checkout .order_review-wrap .woocommerce-privacy-policy-text p a {
	color: #222222;
	font-weight: 500;
}

.woocommerce-checkout-payment ul li label,
.woocommerce-checkout-payment ul li .payment_box p {
	color: #222222;
	font-size: 15px;
	font-weight: 500;
	margin: 0 0 10px;
}

.woocommerce-checkout-payment ul li>.input-radio,
.woocommerce-checkout-payment ul li label {
	cursor: pointer;
}

.woocommerce-checkout-payment ul li .payment_box p {
	color: var(--body-text-color);
}

/* -------------- start order-conformation block ---------------- */

.woocommerce-checkout #primary .woocommerce .woocommerce-order ul li {
	font-size: 15px;
	justify-content: start;
}

.woocommerce-checkout #primary .woocommerce .woocommerce-order ul li strong {
	padding-left: 10px;
}

/* -------------- end order-conformation block ---------------- */

/* -------------- end checkout block ---------------- */


/* -------------- start 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(--content-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(--content-border-color);
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
	float: left;
	padding: 10px 0 0 40px;
	width: 75%;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content a {
	color: var(--primary-color-hv-text);
}

.woocommerce-account.page .site-main .woocommerce .woocommerce-MyAccount-content a:hover {
	color: #222;
}

.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 h2 {
	text-align: center;
}

.woocommerce-account .woocommerce .woocommerce-form-login {
	display: flex;
	flex-direction: column;
	width: 30%;
	margin: 0 auto;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
	position: relative;
	margin: 0 0 5px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a::after {
	position: absolute;
	content: '';
	left: 0;
	right: auto;
	top: auto;
	bottom: -5px;
	margin: auto;
	height: 2px;
	background: var(--secondary-color-text);
	background: var(--secondary-color-text);
	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;
	width: auto;
}

.woocommerce-account #primary .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account #primary .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
	color: var(--secondary-color-text);
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content h3 {
	margin: 0 0 40px;
	color: #222;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content h3 span {
	font-size: 18px;
}

.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.page .site-main .woocommerce a:hover {
	color: #666;
}

.woocommerce-account.page .site-main .woocommerce .woocommerce-MyAccount-content .woocommerce-Message a:hover,
.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 {
	margin: 0;
}

.woocommerce-edit-address .woocommerce-Address .title a,
.woocommerce-account.page.woocommerce-edit-address .site-main .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;
	border-radius: 5px;
	color: #fff;
	background: var(--primary-bg-hv-color);
}

.woocommerce-account button[type="submit"]:hover {
	color: #fff;
}

.woocommerce-address-button .button.btn::after,
.woocommerce-Button.button::after {
	background: var(--primary-bg-color);
}

.woocommerce-account .form-row label {
	margin: 0 0 10px;
	font-size: 14px;
	color: #222222;
}

.woocommerce-account #customer_login .login .form-row.form-checkbox {
	display: flex;
	flex-direction: column;
	width: auto;
}

.woocommerce-account #customer_login .login .form-row.form-checkbox label {
	cursor: pointer;
}

.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;
	width: 100%;
}

.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(--content-border-color);
	padding: 25px 30px;
	margin: 0 0 30px;
}

.woocommerce-account .woocommerce-MyAccount-content .edit-account fieldset .password-title {
	font-size: 22px;
	font-weight: 500;
	color: #222;
	margin: 0 0 20px;
	font-family: var(--primary-font);
}

.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 70px;
	flex-wrap: wrap;
}

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

.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 -------------- */
.dark-mode .sticky-addToCart,
.dark-mode .offside .widget-area,
.dark-mode .search-results.active,
.dark-mode section.elementor-section.bg-color,
.dark-mode .navbar-woocommerce #woocommerce-menu,
.dark-mode .right-header .mini-cart .dropdown-menu-mini-cart .cart-slider,
body.dark-mode #page,
.dark-mode .site-main,
.dark-mode #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main {
	background: var(--dark-background);
}

.dark-mode .elementor-section.cms-01::before {
	content: '';
	mask-image: url("../images/bg-curve.svg");
	-webkit-mask-image: url("../images/bg-curve.svg");
	background: var(--dark-background);
}

.dark-mode .elementor-element-populated {
	border-color: rgba(255, 255, 255, 0.3) !important;
}

.dark-mode.single-product .woocommerce-tabs ul.tabs li a::after {
	background: rgba(255, 255, 255, 0.5);
	z-index: 1;
}

.dark-mode .service-block .tt-feature-box::after {
	background: rgba(255, 255, 255, 0.3);
}

.dark-mode .right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content ul li .remove,
.dark-mode .navbar-woocommerce ul a:hover,
.dark-mode .swiper-navigation .swiper-button svg,
.dark-mode .ui-tabs-nav .ui-tabs-tab:hover a,
.dark-mode .ui-tabs-nav .ui-tabs-tab:active a,
.dark-mode .ui-tabs-nav .ui-tabs-tab:focus a,
.dark-mode .ui-tabs-nav .ui-tabs-tab.ui-state-active a,
.dark-mode #page .blog-style .tt-post-title a:hover {
	color: var(--primary-color-hv-text);
}

.dark-mode.woocommerce-checkout .woocommerce .checkout .order_review-wrap .order_review-bg #order_review_heading,
.dark-mode .cart-content-right .cart-collaterals .cart_totals h2,
.dark-mode .product-category .categories-title .product-title .section-heading,
.dark-mode .product-top-sorting .product-sort-view .view svg,
.dark-mode .product-category .title-wrap>ul li a,
.dark-mode .category-title .tt-section-title p,
.dark-mode .category-title .section-heading {
	color: var(--primary-color-text);
}

.dark-mode .header-top .header-top-close,
.dark-mode .yith-wcqv-head #yith-quick-view-close,
.dark-mode .offside .widget-area .filter-close,
.dark-mode .cart-slider .cart-close,
.dark-mode .sticky-addToCart .sticky-close,
.dark-mode .navbar-hamburger span.hamburger-close .hamburger-close-wrap,
.dark-mode .search-icon .top-search .search-fix .product-search-close .dark-mode .product .product-button-wrap .btn-hv {
	background-color: #f5f5f5;
}

.dark-mode .sticky-addToCart {
	box-shadow: 0px 5px 15px 0px rgba(255, 255, 255, 1);
}

.dark-mode .nickx-slider-nav .nslick-current img,
.dark-mode .nickx-slider-nav img:hover {
	border: 1px solid #fff;
}

.dark-mode.woocommerce-active #primary .widget_block ul li a {
	color: #666;
}

.dark-mode .mc4wp-form-fields .newsletter-form button {
	background: var(--secondary-bg-color);
	color: #fff;
}

.dark-mode footer .mc4wp-form-fields .newsletter-form button::after {
	background: var(--secondary-bg-hv-color);
}

.dark-mode .product-trending .ui-tabs-nav .ui-tabs-tab {
	color: #666;
}

.dark-mode .product-trending .ui-tabs-nav .ui-tabs-tab:focus a,
.dark-mode .product-trending .ui-tabs-nav .ui-tabs-tab:active a,
.dark-mode .product-trending .ui-tabs-nav .ui-tabs-tab:hover a,
.dark-mode .product-trending .ui-tabs-nav .ui-tabs-tab.ui-state-active a {
	color: #f8f7f7;
}

.dark-mode .variations_form .variations td>label,
.dark-mode .right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content ul li .product-details .product_name,
.dark-mode .sticky-addToCart .stickycart-popup .sticky-addcart-info .sticky-content .title,
.dark-mode #primary .woocommerce ul li:hover a,
.dark-mode.woocommerce-cart .cart-content-left tr td 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.woocommerce-account.page .site-main .woocommerce .woocommerce-MyAccount-content a:hover,
.dark-mode .elementor-widget-Blog .swiper-navigation .swiper-button:hover svg,
.dark-mode .elementor-widget-Best .swiper-navigation .swiper-button:hover svg,
.dark-mode .product-trending .swiper-navigation .swiper-button:hover svg,
.dark-mode .deal-of-the-day .swiper-navigation .swiper-button:hover svg,
.dark-mode #page .blog-style .tt-post-more a:hover,
.dark-mode .blog-style .tt-post-details .tt-post-title>h6 a,
.dark-mode.single-product .product_meta .sku_wrapper,
.dark-mode.woocommerce-cart .cart-content-left td .amount,
.dark-mode.woocommerce-cart .cart-content-left th,
.dark-mode .woocommerce-additional-fields h3,
.dark-mode .woocommerce-billing-fields h3,
.dark-mode .mc4wp-form-fields .newsletter-form button:hover,
.dark-mode .right-header .mini-cart .dropdown-menu-mini-cart .shopping_cart_top .cart-title,
.dark-mode h2.section-heading,
.dark-mode .yith-wcwl-share h4.yith-wcwl-share-title,
.dark-mode .woocommerce .wishlist-title h2,
.dark-mode .single-product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews-title,
.dark-mode .tt-feature-box .tt-feature-box-containt .tt-feature-box-title,
.dark-mode .tt-cms-block .cms-block-text .wpcms-block-content .cms-block-title,
.dark-mode .site-header,
.dark-mode .search-wrap svg,
.dark-mode .navbar-woocommerce a,
.dark-mode .tt-section-sab,
.dark-mode .tt-section-title p,
.dark-mode footer .widget-wrap .widget .widget-title,
.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.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 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,
.dark-mode .user_icon a,
.dark-mode .wishlist-wrap a,
.dark-mode .right-header .mini-cart .dropdown-back,
.dark-mode .pagination .page-numbers li>a,
.dark-mode .pagination .page-numbers li>span,
.dark-mode.single-product .single-product-thumb-content .single-product-detail .entry-summary .attr-title,
.dark-mode .yith-wcqv-wrapper .entry-summary div.list_product_size,
.dark-mode.single-product .single-product-thumb-content .single-product-detail .entry-summary .list_size_attr .list_product_size,
.dark-mode .single-product .entry-summary .product_title,
.dark-mode .single-categories span,
.dark-mode.single-product .product_meta .tagged_as,
.dark-mode.single-product .product_meta .posted_in {
	color: var(--dark-bg-text);
}

.dark-mode.filter-toggle .offside.offside-left .widget-area,
.dark-mode.filter-toggle .offside.offside-right .widget-area,
.dark-mode .full-sidebar #post_sidebar,
.dark-mode .sidebar-filter,
.dark-mode .product-top-sorting,
.dark-mode.single-product .entry-summary .star-rating+.woocommerce-review-link::before {
	background: #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.single-product .buy-now-wrap .button {
	background: #fff;
	color: var(--primary-color-text);
}

.single-product.dark-mode .product .entry-summary .cart-wrap .product-button::before,
.single-product.dark-mode .buy-now-wrap .button::before {
	color: var(--primary-color-text);
}

.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;
}

.dark-mode .variations_form .variations td.value .select_box .select_option:hover img,
.dark-mode .variations_form .variations td.value .select_box .select_option.selectedzx img,
.dark-mode .variations_form .variations td.value .select_box.attribute_pa_size .select_option.selected span,
.dark-mode .variations_form .variations td.value .select_box.attribute_pa_size .select_option:hover span {
	border-color: var(--primary-bg-hv-color);
	color: #fff;
}

.dark-mode .variations_form .variations .select_option span:hover,
.dark-mode .variations_form .variations .select_option img:hover,
.dark-mode .variations_form .variations .select_option.selected span,
.dark-mode .variations_form .variations .select_option.selected img {
	border-color: var(--primary-bg-hv-color);
}


.dark-mode .widget_price_filter.woocommerce .ui-slider .ui-slider-handle,
.dark-mode .widget_price_filter.woocommerce .ui-slider .ui-slider-range {
	background: var(--primary-color-hv-text);
}

.dark-mode .cart-content-right .cart-collaterals::before,
.dark-mode.woocommerce-checkout .woocommerce .checkout .order_review-wrap .order_review-bg::before,
.dark-mode .cart-content-right .cart-collaterals::after,
.dark-mode.woocommerce-checkout .woocommerce .checkout .order_review-wrap .order_review-bg::after {
	background-image: radial-gradient(closest-side, transparent 9px, #f5f5f5 100%);
}

/* ----------- end dark mode -------------- */


.thumbnail-slider-style1 .no-slider #nickx-gallery {
	display: none;
}

.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: 10px 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: 60%;
	font-weight: 500;
	color: var(--primary-color-text);
	font-size: 14px;
}

.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;
}

.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: var(--primary-color-hv-text);
}

.wishlist_table .wishlist-items-wrapper tr a {
	color: var(--title-color);
}

.wishlist_table .wishlist-items-wrapper tr td.product-name {
	color: var(--title-color);
}

.wishlist_table .wishlist-items-wrapper tr td.product-name,
.wishlist_table .wishlist-items-wrapper tr a:hover {
	color: var(--primary-color-hv-text);
}

table.wishlist_table tbody td,
table.wishlist_table thead th {
	text-align: center;
}

table.wishlist_table tbody td.product-add-to-cart .cart-wrap a {
	position: relative;
	font-size: 13px;
}


table.wishlist_table tbody td.product-add-to-cart .cart-wrap .product-button::after {
	content: none;
}

table.wishlist_table tbody td.product-add-to-cart .cart-wrap a svg {
	width: 18px;
	height: 18px;
	margin: 0 7px 4px 0;
	transition: none;
}

table.wishlist_table thead th .nobr,
.wishlist_table .product-price .amount,
.wishlist_table .wishlist-items-wrapper tr a {
	font-size: 15px;
}

.wishlist_table .product-stock-status span.wishlist-in-stock {
	font-size: 14px;
}

.wishlist_table .wishlist-items-wrapper tr a .feather-shopping-cart {
	display: none;
}

table.wishlist_table tbody td .amount {
	font-weight: 600;
	font-size: 16px;
}

.wishlist_table .wishlist-items-wrapper tr a {
	color: var(--title-color);
}

table.wishlist_table tbody td .amount {
	color: var(--price-color);
}

table.wishlist_table tbody td del .amount {
	color: #666;
}

.wishlist-title-container .show-title-form>svg {
	transition: none;
}

.sticky-addToCart .stickycart-popup .stickycart-wrap .select_box_label::-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-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
}
.sticky-addToCart .stickycart-popup .stickycart-wrap .select_box_label::-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-thumb {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9);
}
.sticky-addToCart .stickycart-popup .stickycart-wrap .select_box_label::-webkit-scrollbar{
	height: 3px;
}
.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 .single-product .entry-summary .product_title {
	margin: 0 0 10px;
}

.yith-wcqv-wrapper .single-product .entry-summary .woocommerce-product-rating {
	margin: 0 0 10px;
}

.yith-wcqv-wrapper .single-product .product .entry-summary .price {
	margin: 0 0 15px;
	padding: 0 0 10px;
}

.yith-wcqv-wrapper .single-product .woocommerce-product-details__short-description {
	margin: 0;
	padding: 0 0 10px 0;
	border-top: 0;
	border-bottom: 0;
	font-size: 13px;
}

.yith-wcqv-wrapper .single-product .product_meta {
	margin: 15px 0 0;
	padding: 15px 0 0;
}

.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: 40px;
	width: 40px;
}

.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: 15px;
	padding: 0;
	height: 40px;
	width: 40px;
	border: 1px solid #222;
	margin: 0 10px 0 0;
	line-height: 38px;
	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;
	color: var(--primary-color-text);
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
}

.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 {
	color: #fff;
	background: 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;
}

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-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main {
	box-shadow: none;
	overflow-y: auto;
	overflow-x: hidden;
	scrollbar-width: thin;
	height: 520px;
	border-radius: 5px;
	align-self: center;
}

#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-thumb:hover {
	background-color: #777777;
}

#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;
	border: 2px dashed var(--bordercolor);
	overflow: hidden;
	border-radius: 10px;
}

#yith-quick-view-modal.open,
#yith-quick-view-modal.open .yith-wcqv-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}

#yith-quick-view-modal #yith-quick-view-content {
	padding: 0;
}

#yith-quick-view-modal #yith-quick-view-content>.product {
	padding: 15px;
	border: none;
}

#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main .woocommerce.single-product .woocommerce-product-gallery__wrapper .owl-nav {
	opacity: 1;
	margin: 0;
	display: none;
}

#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main .woocommerce.single-product .woocommerce-product-gallery__wrapper .owl-nav>button {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
}

#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main .woocommerce.single-product .woocommerce-product-gallery__wrapper .owl-nav .owl-prev {
	left: 10px;
	transform: translateX(-40px);
	-webkit-transform: translateX(-40px);
	-moz-transform: translateX(-40px);
	-o-transform: translateX(-40px);
	-ms-transform: translateX(-40px);
}

#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main .woocommerce.single-product .product .entry-summary .cart-wrap {
	height: 45px;
	margin: 0 0 15px;
}

#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main .woocommerce.single-product .woocommerce-product-gallery__wrapper .owl-nav .owl-next {
	right: 20px;
	transform: translateX(40px);
	-webkit-transform: translateX(40px);
	-moz-transform: translateX(40px);
	-o-transform: translateX(40px);
	-ms-transform: translateX(40px);
}

#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main .woocommerce.single-product .woocommerce-product-gallery__wrapper .owl-nav button {
	opacity: 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;
}

#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main .woocommerce.single-product .woocommerce-product-gallery__wrapper:hover .owl-nav button {
	opacity: 1;
	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(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
}

#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main .woocommerce.single-product .woocommerce-product-gallery__wrapper .owl-nav button span {
	font-size: 0;
	color: var(--primary-color-text);
}

#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main .woocommerce.single-product .woocommerce-product-gallery__wrapper .owl-nav button span::after {
	position: absolute;
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	font-size: 20px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main .woocommerce.single-product .woocommerce-product-gallery__wrapper .owl-nav button.owl-next span::after {
	content: '\f054';
}

#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main .woocommerce.single-product .woocommerce-product-gallery__wrapper .owl-nav button.owl-prev span::after {
	content: '\f053';
}

#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: 46%;
}

.yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content div.summary.entry-summary {
	width: 54%;
	padding: 30px;
	/* height: 100vh;
	overflow: auto;
	scrollbar-width: thin; */
}

.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-thumb:hover {
	background-color: #777;
}

.yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content div.summary.entry-summary::-webkit-scrollbar {
	width: 6px;
}

#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: auto;
    bottom: 2px;
    height: 40px;
    width: 40px;
    right: 2px;
    left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px dashed var(--bordercolor);
    border-right: 0;
    border-bottom: 0;
    background: #fff;
    border-top-left-radius: 10px;
}

.yith-wcqv-wrapper .single-product .variations .value div {
	display: flex;
	flex-direction: row;
	justify-content: left;
}

#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;
	color: var(--secondary-color-text);
}

#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 .product .entry-summary .cart-wrap .product-button {
	padding: 12px;
	font-size: 14px;
	height: 45px;
	width: 373px;
}

#yith-quick-view-modal .single-product .product .entry-summary .cart.grouped_form .single_add_to_cart_button {
	float: none;
	display: inline-block;
	vertical-align: top;
	width: auto;
	padding: 12px;
	position: relative;
	z-index: 1;
	color: #fff;
	width: 155px;
	display: flex;
	justify-content: center;
}

#yith-quick-view-modal .single-product .product .entry-summary .cart-wrap .product-button.product_type_grouped,
#yith-quick-view-modal .single-product .product .entry-summary .cart-wrap .product-button.product_type_variable {
	padding: 12px;
}

#yith-quick-view-modal .single-product .product .entry-summary .quantity .qty_button {
	height: 43px;
	width: 20px;
}

#yith-quick-view-modal .single-product .buy-now-wrap .button {
    width: 460px;
    height: 45px;
    font-size: 14px;
    margin: 0;
}

#yith-quick-view-modal .single-product .woocommerce-product-details__short-description+.product_meta {
	border-top: none;
	padding-top: 0;
	margin-top: 0;
}

#yith-quick-view-modal .single-product .summary .cart .single_variation_wrap .woocommerce-variation-add-to-cart .button-buy-now {
	width: 175px;
	padding: 12px;
}
#yith-quick-view-modal .single-product .buy-now-wrap .button.product_type_external {
    width: 100%;
    margin: 0;
}
.pswp--zoom-allowed .pswp__img {
	border-radius: 10px;
}

.woocommerce-form-coupon .button {
	padding: 10px 20px;
	font-size: 15px;
	border-radius: 5px;
}

.woocommerce-form-coupon .button:hover {
	color: #fff;
}


/* ------------- end quick view ---------------  */

.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: 14px 15px;
	border-radius: 5px;
	margin: 0 0 10px;
}

.error-404.not-found {
	text-align: center;
	margin: 20px 0 90px;
}

.error-404.not-found h2 {
	font-size: 130px;
	color: var(--primary-color-hv-text);;
}

.error-404.not-found h3 {
	font-size: 30px;
}

.error-404.not-found .page-content {
	font-size: 18px;
	width: 40%;
	margin: auto;
}

.error-404.not-found .page-content p {
	font-size: 16px;
}

.error-404.not-found .product-search .search-wrapper .search {
	margin: 0 0 70px;
	padding-right: 50px !important;
}

.error-404.not-found .back-home-button a {
	font-size: 14px;
	padding: 10px 20px;
	border-radius: 5px;
	color: var(--secondary-color-text);
}

.woocommerce-checkout-review-order-table .cart-subtotal .amount {
	font-weight: 600;
}

.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%;
}

.header-top .header-top-close,
.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: 5px;
	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;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.sticky-addToCart .sticky-close{
	left: auto;
	right: 10px;
	top: 10px;
	bottom: auto;
}

.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;
	top: -60px;
	bottom: auto;
}

.header-top .header-top-close:hover,
.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;
}

.header-top .header-top-close::after,
.header-top .header-top-close::before,
.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: #222222;
	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;
}

.header-top .header-top-close::before,
.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);
}

.header-top .header-top-close:hover::before,
.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);
}

.header-top .header-top-close::after,
.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);
}

.header-top .header-top-close:hover::after,
.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: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: transparent;
	z-index: 999;
	transition: all 600ms ease-in-out 0s;
	margin: auto;
}

.email-popup-con::after {
	background: #222;
	opacity: 0.8;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
}

.email-popup-inner-con {
	float: none;
	width: 620px;
	background-color: #fff;
	display: flex;
	padding: 15px;
	align-items: center;
	flex-wrap: wrap;
	height: 600px;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	/* border-radius: 50%; */
	border: 1px solid var(--bordercolor);
}

.email-popup-inner-con .mc4wp-form {
	float: left;
	width: 100%;
	padding: 20px 10px 0;
}

.email-popup-inner-con .mc4wp-form .news-label,
.email-popup-inner-con .mc4wp-form .news-desc {
	display: none;
}

.email-popup-img-con {
	float: left;
	position: relative;
}

.email-popup-inner-con .email-popup-img-con {
	display: flex;
	align-items: center;
}

.message-overlay-con {
	text-align: center;
	z-index: 1;
	padding: 0;
	padding: 15px 30px 0 15px;
	float: left;
}

.email-popup-inner-con .message {
	display: block;
	text-align: center;
	margin: 0 0 20px;
	font: 500 30px/32px var(--primary-font);
	color: var(--primary-bg-hv-color);
}

.message-desc {
	float: left;
	width: 100%;
	color: #313c46;
	font: 400 14px/24px var(--primary-font);
}

.email-popup-con .nothanks {
	display: inline-block;
	color: #ccc;
	text-transform: uppercase;
	font-weight: 600;
	position: absolute;
	right: 0;
	left: auto;
	top: 0;
	bottom: auto;
	font-size: 0;
	background: #f1ece8;
	height: 40px;
	width: 40px;
	z-index: 1;
	border-radius: 0;
	background: #fff;
}

.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%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.email-popup-con .footer-newsletter .news-form .newsletter-form input[type="email"] {
	height: 44px;
	font-size: 14px;
	color: #111;
	text-align: center;
	margin: 0 0 15px;
	font-weight: 400;
	padding: 15px;
	border: 1px solid var(--bordercolor);
	border-radius: 0;

}

.email-popup-con .mc4wp-response {
	width: 75%;
	top: auto;
	bottom: -55px;
}

.email-popup-con .footer-newsletter .news-form .newsletter-form button {
	font-size: 13px;
	font-weight: 500;
	background-color: var(--secondary-bg-color);
	color: var(--primary-color-hv-text);
	padding: 0 25px;
	height: 40px;
	width: 100%;
	color: #fff;
	text-transform: uppercase;
}

.email-popup-con .footer-newsletter .news-form .newsletter-form button:hover:after {
	background-color: var(--primary-bg-color);
}

.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;
}

.recent-product .related.products .owl-carousel .owl-nav {
	display: none;
}

.error404 .search-form.search__form:not(header .search-form.search__form) {
	width: 50%;
	margin: auto;
	position: relative;
}

.error404 .search-form.search__form>button {
	position: absolute;
	right: 0;
	left: auto;
	top: 0;
	bottom: auto;
	background: none;
}

#sb_instagram .sbi_photo,
.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;
}

#sb_instagram .sbi_photo:hover,
.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_wrap {
	float: none;
	display: block;
	overflow: hidden;
}

#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%;
}

#rev_slider_1_1_wrapper .hesperiden.tparrows.tp-righttarrow:before,
#rev_slider_1_1_wrapper .hesperiden.tparrows.tp-leftarrow:before,
#rev_slider_1_1_wrapper .hesperiden.tparrows,
#rev_slider_3_1_wrapper .hesperiden .tp-bullet,
#rev_slider_2_1_wrapper .hesperiden .tp-bullet,
#rev_slider_3_1_wrapper .hesperiden .tp-bullet.rs-touchhover,
#rev_slider_2_1_wrapper .hesperiden .tp-bullet.rs-touchhover,
#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;
}
#rev_slider_1_1_wrapper .hesperiden.tparrows{
	top: 38% !important;
}

#rev_slider_1_1_wrapper .uranus.tparrows:hover:before {
	color: var(--primary-bg-hv-color);
}

#rev_slider_1_1_wrapper .hermes .tp-bullet.selected:after {
	background: var(--primary-bg-hv-color);
}

body.search-silde-toggle,
body.hamburger-silde-toggle,
body.filter-toggle,
body.silde-toggle {
	overflow: hidden;
}

#post_content .comments-area {
	background: #f5f5f5;
	padding: 40px;
}


.elementor-widget-container {
	float: left;
	width: 100%;
}


.single-product .site-main>.container {
	max-width: 100%;
}

.single-product .recent-product {
	float: left;
	width: 100%;
	padding: 0;
}

.single-product .product-border {
	float: left;
	width: 100%;
	position: relative;
}

.single-product.thumbnail-slider-style3 .woocommerce-tabs,
.single-product.thumbnail-slider-style2 .woocommerce-tabs {
	padding: 30px 0 0;
	margin: 20px 0 0;
}

.header-top .list-inline-item.header-top-tel a svg {
	transform: rotate(100deg);
}

#cboxWrapper .cart-wrap .product-button {
	padding: 10px 20px;
}

body.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 {
	width: 100%;
}

.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;
}

#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 li.mega-menu-item.mega-current-menu-item>a.mega-menu-link {
	color: var(--primary-color-hv-text);
}

.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;
}

/* ---------------- start aboutus block ------------------ */

.about_blog .tt-section-title p,
.about-contant .tt-section-title p {
	font-size: 15px;
}

.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-section-title,
.about-team .tt-section-title .section-heading {
	margin: 0;
}

.about-team .tt-feature-box-containt {
	float: left;
	width: 100%;
	background: #f5f5f5;
	padding: 20px;
}

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-us-1 .tt-section-title .section-heading,
.about-selection .tt-section-title .section-heading {
	font-size: 40px;
}

.about-selection .tt-section-title p {
	font-size: 16px;
	line-height: 28px;
}

.about-us-content {
	align-items: center;
}

.about-contant .tt-section-title .section-heading {
	font-size: 24px;
	font-weight: 500;
}

/* ---------------- end aboutus block ------------------ */

/* ------ start 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);
}

/* ------ end contact-info ------- */

/* ------ start coming soon ----- */

.find_heading .tt-section-title .section-heading {
	font-size: 22px;
}

.find_description .tt-section-title p {
	font-family: var(--primary-font);
}

.coming-soon-mode {
	margin: 0;
}

.coming-soon-mode .site-main>.container {
	max-width: 100%;
	padding: 0;
}

.page-template-coming-soon #primary {
    min-height: 500px;
}

.coming-soon-mode .site-main>.container>.row {
	margin: 0 -12px;
}

.coming-soon-page {
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
}

.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 .coming-soon-wrap .timer-datetime {
	margin: 0 0 20px;
	background: transparent;
	height: auto;
	width: auto;
	font-size: 68px;
	font-family: var(--secondary-font);
}

.coming-soon-page .coming-soon-wrap .back-to-home a {
	color: var(--secondary-color-text);
	padding: 15px 50px;
	border-radius: 5px;
}
.coming-soon-page .coming-soon-wrap .back-to-home a:hover{
	color: #fff;
}

.coming-soon-page .coming-soon-wrap .banner-timer {
	padding: 0;
}

/* -------------- end coming soon ------------------- */

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;
}



/* ---------- 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 {
	border: none;
}

.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 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: 35px;
	height: 35px;
	border-radius: 50%;
}

.variations_form .variations td.value .select_box.attribute_pa_color .select_option span::after {
	content: '';
	position: absolute;
	height: 41px;
	width: 41px;
	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(--content-border-color);
	width: 100%;
	line-height: 32px;
	padding: 0 10px;
}

.variations_form .variations .select_option span,
.variations_form .variations .select_option img {
	border: 2px solid var(--content-border-color);
	height: auto;
	width: 45px;
	line-height: 32px;
	border-radius: 5px;
}

.variations_form .variations td.value .select_box .select_option:hover img,
.variations_form .variations td.value .select_box .select_option.selectedzx img,
.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: var(--primary-color-hv-text);
	color: var(--primary-color-hv-text);
}

.variations_form .variations .select_option span:hover,
.variations_form .variations .select_option img:hover,
.variations_form .variations .select_option.selected span,
.variations_form .variations .select_option.selected img {
	border-color: #28282a;
}

.variations_form .variations td>label {
	color: var(--secondary-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;
	transition: none;
	color: var(--primary-bg-hv-color);
}

.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;
}

.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;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: auto;
}

.single-product .summary .cart .single_variation_wrap .woocommerce-variation-add-to-cart .button-buy-now {
    background: var(--primary-bg-color);
    color: var(--secondary-color-text);
    margin-left: 0px;
    position: relative;
    z-index: 9;
    overflow: hidden;
}

.single-product .summary .cart .single_variation_wrap .woocommerce-variation-add-to-cart .button-buy-now:hover{
	color: #fff;
}
.single_variation_wrap .woocommerce-variation-add-to-cart .button-buy-now::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 0;
	margin: auto;
	left: auto;
	right: 0;
	width: 0;
	background: var(--secondary-bg-color);
	height: 100%;
	transition: 0.5s all;
	z-index: -1;
}

.single_variation_wrap .woocommerce-variation-add-to-cart .button-buy-now:hover:after {
	width: 100%;
	right: auto;
	left: 0;
}


/* .single-product .summary .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button {
	padding: 14px 40px 14px 60px;
	color: #fff;
	height: 50px;
	width: auto;
	position: relative;
	font-size: 16px;
} */

.single-product .product .entry-summary .button-buy-now.disabled,
.single-product .product .entry-summary .cart-wrap .product-button.disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.single-product .product .entry-summary .button-buy-now.disabled:after,
.single-product .product .entry-summary .cart-wrap .product-button.disabled:after {
	content: none;
}

.single-product .summary .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button::before {
	position: absolute;
	content: '\2b';
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	right: auto;
	font-size: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 100px;
	display: flex;
	align-items: center;
	color: #fff;
	display: none;
}

.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;
}

.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;
}

/* ---------- end variation block ------------------- */

/* --------------- start product sticky addto cart ------------------ */
.sticky-addToCart .variations_form .variations tbody tr td.value,
.sticky-addToCart .variations_form .variations tbody {
	display: flex;
}

.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 {
	display: flex;
	align-items: center;
}

.single-product .product .sticky-addToCart .quantity {
	margin: 0 10px 0 0;
	position: static;
	border: 1px solid var(--content-border-color);
}

.single-product .product .sticky-addToCart .single_add_to_cart_button {
	padding: 14px 20px;
	width: auto;
	position: relative;
	overflow: hidden;
}

/* .single-product .product .sticky-addToCart .single_add_to_cart_button::before {
	content: '\f067';
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	right: auto;
	font-size: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 25px;
	display: flex;
	align-items: center;
	color: #fff;
} */

.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: 30px;
	height: 48px;
	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 product sticky addto cart ------------------ */

/* --------------- start revolution slider ------------------ */

.rs-parallax-wrap .slide-01 {
	background: #fff;
	transition: none;
}

rs-fullwidth-wrap .rs-parallax-wrap .slide-01:hover {
	color: #fff !important;
}

.btn.btn-primary.rs-layer:hover {
	color: #fff !important;
}

#rev_slider_1_1_wrapper .ares .tp-bullet.selected {
	background: #ff7e00;
	width: 35px;
	border-radius: 10px;
	transition: 0.5s all;
}

#rev_slider_1_1 .slider_bg_img img {
	animation: effect 10s ease-in-out 0s infinite;
	-webkit-animation: effect 10s ease-in-out 0s infinite;
	-moz-animation: effect 10s ease-in-out 0s infinite;
	-o-animation: effect 10s ease-in-out 0s infinite;
}

@keyframes effect {
	0% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
	}

	25% {
		transform: translateY(-30px);
		-webkit-transform: translateY(-30px);
		-moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
	}

	50% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
	}

	75% {
		transform: translateY(-30px);
		-webkit-transform: translateY(-30px);
		-moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
	}

	100% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
	}
}




/* --------------- end revolution slider ------------------ */


/* 25-07-2022 */

.theiaStickySidebar.load {
	opacity: 0.3;
	pointer-events: none;
}

.category-head {
	float: left;
	width: 100%;
}

.category-head>img {
	height: 300px;
	width: 300px;
}

.product-categories.product-shop-categories>span::after {
	content: none;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu input,
#mega-menu-wrap-header-menu #mega-menu-header-menu img {
	width: 100%;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu img{
	border-radius: 10px;
}

body .pswp__caption__center {
	text-align: center;
}

.error-404.not-found .search-results.active,
.search-wrapper.loading+button {
	display: none;
}
.error-404.not-found .search-wrapper.loading+button[type="submit"]{
	display: block;
}

/* shop */
.shop-nosidebar,
.shop-sidebar,
.shop-product {
	padding: 0;
}

.left-sildebar #post_content .theiaStickySidebar {
	padding: 30px;
}

.container {
	padding: 0;
}

.container>.row {
	margin: 0;
}

.home .site-main>.container>.row {
	margin: 0 -12px;
}

.filter-toggle .right-content-filter,
.filter-toggle .left-content-filter {
	outline: none;
	border: none;
}

.right-content-filter {
	float: right;
	padding: 0 0 0 30px;
}

.swiper-product-deal.products,
.category-product.products {
	border: none;
}

.pagination {
	margin-top: 30px;
}

.shop-nosidebar,
.shop-sidebar,
.shop-product {
	padding: 0;
}

.left-content-product.shop-product {
	padding: 0 30px 0 0;
}

.right-content-product.shop-product {
	padding: 0 0 0 30px;
}

.left-sildebar #post_content .theiaStickySidebar {
	padding: 30px;
}

.container {
	padding: 0;
}

.container>.row {
	margin: 0;
}

.home .site-main>.container>.row {
	margin: 0 -12px;
}

.filter-toggle .right-content-filter,
.filter-toggle .left-content-filter {
	outline: none;
	border: none;
}
.right-content-filter {
	float: right;
	padding: 0;
}

.swiper-product-deal.products,
.category-product.products {
	border: none;
}

.pagination {
	margin-top: 30px;
}

.woocommerce-active #primary .widget_block ul li a,
#primary .woocommerce ul li a {
	color: #666;
	width: 87%;
}

.woocommerce-active #primary .widget_block ul li:hover a,
#primary .woocommerce ul li:hover a {
	color: var(--primary-bg-hv-color);
}

.woocommerce-active.archive.woocommerce-active .shop-nosidebar .widget:last-child,
.woocommerce-active.archive.woocommerce-active .shop-sidebar .sidebar-filter .widget:last-child {
	border: none;
	margin: 0;
	padding: 0;
}


/* lang curncy */
.wcml-dropdown.product,
.wpml-ls-legacy-dropdown {
	width: 75px;
	margin-left: 10px;
	overflow: visible;
}

.woocommerce .wcml-dropdown.product {
	margin: 0;
}

.wcml-dropdown li,
.wpml-ls-legacy-dropdown .wpml-ls-item {
	width: 100%;
}
.wpml-ls-legacy-list-horizontal{
	padding: 0;
}

.wcml-dropdown li:hover,
.wcml-dropdown li:focus {
	background: none;
}

.wcml-dropdown li,
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
	background: none;
	border: none;
	padding: 10px 0;
}

.wpml-ls-legacy-dropdown>ul>li,
.wcml-dropdown>ul>li {
	position: relative;
}

.wpml-ls-legacy-dropdown>ul>li::before,
.wcml-dropdown>ul>li::before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	content: '';
	width: 1px;
	height: 20px;
	background: rgba(0, 0, 0, 0.2);
}

.wcml-dropdown a.wcml-cs-item-toggle {
	padding: 0 30px 0 0;
	color: var(--primary-color-hv-text);
	justify-content: end;
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a {
	background: none;
}

.site ul.wpml-ls-sub-menu li.wpml-ls-item span {
	color: var(--primary-color-hv-text);
}

.wcml-dropdown .wcml-cs-submenu,
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	border: none;
	padding: 10px 0;
	background: #fff;
	margin: 10px 0 0;
	border: 1px solid var(--bordercolor);
}

.header-top .wcml-dropdown ul>li:not(.wcml-cs-submenu li) {
	padding: 18px 0;
}

.dropdowncsls .header-top,
.dropdownlscs .header-top {
	z-index: 3;
}

.header-top .wcml-dropdown .wcml-cs-submenu,
.header-top .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	margin: 0 0 0;
	border-radius: 5px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	width: 150px;
}

.header-top .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
	padding: 0;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:hover:before,
.wcml-dropdown li>a.wcml-cs-item-toggle:hover:before,
.wcml-dropdown a.wcml-cs-item-toggle:hover:after,
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:hover:after,
.header-top .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:hover span {
	color: var(--primary-color-text);
}

.header-top .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle span {
	justify-content: end;
	padding: 18px 6px 18px 0;
	color: var(--primary-color-hv-text);
}

.wcml-dropdown .wcml-cs-submenu li {
	border: none;
}

.product_meta .wcml-dropdown.product {
	display: none;
}

.wcml-dropdown .wcml-cs-submenu li a,
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
	padding: 6px 10px 6px 10px;
	color: #000;
	border: none;
	background: #fff;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
	padding: 6px 18px 6px 10px;
}

.header_style.header-style-2 .wcml-dropdown .wcml-cs-submenu li a,
.header_style.header-style-2 .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
	color: #000;
}

.wcml-dropdown .wcml-cs-submenu li:hover a,
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu li:hover a {
	color: #333;
}

.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: #666;
}

/* .wcml-dropdown li>a.wcml-cs-item-toggle::before {
	content: 'Currency :';
	position: absolute;
	left: 0;
	bottom: 0;
	right: auto;
	margin: auto;
	height: 15px;
	top: 0;
	font-size: 13px;
	color: #666;
	display: block;
} */

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
	justify-content: end;
	padding: 0 20px 0 0;
}
.summary.entry-summary .wcml_currency_switcher {
    display: none;
}

/* .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:before {
	content: 'Language :';
	position: absolute;
	left: 0;
	bottom: 0;
	right: auto;
	margin: auto;
	height: 15px;
	top: 0;
	font-size: 13px;
	color: #666;
	display: block;
} */

.wcml-dropdown a.wcml-cs-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;
	height: auto;
	width: auto;
	right: 10px;
	line-height: inherit;
	border: none;
	color: #666;
	position: absolute;
	top: 0;

}

.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;
}

.wpml-ls-legacy-dropdown .wpml-ls-flag {
	transition: none;
}

.nosticky .sticky-addToCart {
	display: none;
}

.header-close .header-top {
	display: none;
}


.shop-nosildebar .container>.row {
	margin: 0 -12px;
}

.single-product .up-sells.upsells .products {
	padding: 0 15px;
}

.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;
}

.wc-block-product-categories-list {
	height: 231px;
	overflow: hidden;
	overflow-y: scroll;
	scrollbar-width: thin;
	padding: 0 10px 0 0;
}

.wc-block-product-categories-list::-webkit-scrollbar {
	width: 5px;
}


.wc-block-product-categories-list::-webkit-scrollbar-track {
	background: #f1f1f1;
}


.wc-block-product-categories-list::-webkit-scrollbar-thumb {
	background: #888;
}

.wc-block-product-categories-list::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.wp-block-woocommerce-rating-filter .wc-block-rating-filter .wc-block-rating-filter-list li label {
	display: flex;
	align-items: center;
}

.wc-block-rating-filter__actions {
	float: left;
	width: 100%;
}

.wp-block-woocommerce-rating-filter .wc-block-rating-filter .wc-block-rating-filter-list li label .wc-block-components-checkbox__label {
	width: 100%;
}

.wp-block-woocommerce-rating-filter .wc-block-rating-filter .wc-block-rating-filter-list li label .wc-block-components-checkbox__label .wc-block-components-product-rating {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.wp-block-woocommerce-rating-filter .wc-block-rating-filter .wc-block-rating-filter-list li input.wc-block-components-checkbox__input {
	height: 15px;
	min-width: 15px;
	width: 15px;
	min-height: 15px;
	border: 1px solid #222;
	border-radius: 0;
	margin: 0 10px 0 0;
}

.wc-block-components-product-rating__stars span::before {
	color: var(--rating-color);
}

.wc-block-components-product-rating__stars {
	font-size: 14px;
}

.wc-block-rating-filter .wc-block-components-checkbox .wc-block-components-checkbox__mark {
	width: 12px;
	height: 12px;
	top: 0;
	bottom: auto;
	margin: auto;
	left: 2px;
	right: auto;
}

.wc-block-components-checkbox .wc-block-components-checkbox__mark {
	width: 12px;
	height: 12px;
	bottom: auto;
	margin: auto;
	top: 7px;
	left: 1.5px;
	right: auto;
}

.btn.btn-primary.rs-layer {
	padding: 0 !important;
}

.swiper-slider .swiper-pagination .swiper-pagination-bullet,
.swiper-product .swiper-pagination .swiper-pagination-bullet {
	background: #e5e5e5;
	opacity: inherit;
	height: 10px;
	width: 10px;
	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;
}

.swiper-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-product .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 24px;
	background: var(--secondary-bg-color);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	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;
}
.owl-nav,
.swiper-navigation {
	float: none;
	width: auto;
	position: static;
	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;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.swiper-navigation .swiper-button {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	background: var(--primary-bg-color);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}

.client-logo .swiper-navigation .swiper-button {
	width: auto;
	height: auto;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	background: none;
}

.swiper-navigation .swiper-button.swiper-button-disabled {
	cursor: not-allowed;
	opacity: 0.5;
}

.swiper-navigation {
	opacity: 0;
}

section.elementor-section:hover .swiper-navigation {
	opacity: 1;
}
.owl-carousel .owl-nav button.owl-prev{
	left: 100px;
	right: auto;
}
.owl-carousel .owl-nav button.owl-next{
	left: auto;
	right: 100px;
}
.owl-carousel .owl-nav button span{
	font-size: 30px;
}

.swiper-navigation .swiper-button.swiper-button-prev {
	left: -100px;
	right: auto;
}

.swiper-navigation .swiper-button.swiper-button-next {
	right: -100px;
	left: auto;
}

.product-trending .swiper-navigation .swiper-button.swiper-button-prev {
	left: 100px;
	right: auto;
}

.product-trending .swiper-navigation .swiper-button.swiper-button-next {
	right: 100px;
	left: auto;
}

.client-logo .swiper-navigation .swiper-button.swiper-button-prev {
	left: 0;
	right: auto;
}

.client-logo .swiper-navigation .swiper-button.swiper-button-next {
	right: 0;
	left: auto;
}


.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: none !important;
}

.swiper-navigation .swiper-button svg {
	width: 25px;
	height: 25px;
	color: var(--secondary-color-text);
}

.swiper-navigation .swiper-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;
}

.swiper-navigation .swiper-button:hover {
	background: var(--secondary-bg-color);
}

.client-logo .swiper-navigation .swiper-button:hover {
	background: none;
}

.swiper-navigation .swiper-button:hover svg {
	color: #fff;
}

.client-logo .swiper-navigation .swiper-button:hover svg {
	color: var(--secondary-color-text);
}




.elementor-element.elementor-widget .elementor-wrapper.elementor-open-lightbox {
	aspect-ratio: auto;
}

.about-service .service-block {
	border: none;
}

.about-service .service-block .tt-feature-box {
	border-radius: 5px;
	overflow: hidden;
}

.btn.btn-secondary.rs-layer:hover {
	color: var(--secondary-color-text) !important;
}

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

section.elementor-section .elementor-element.banner-hover .elementor-element-populated {
	position: relative;
}

section.elementor-section .elementor-element.banner-hover .elementor-element-populated::after,
section.elementor-section .elementor-element.banner-hover .elementor-element-populated::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	transition: 0.7s all;
	background: rgba(255, 255, 255, 0);
}

section.elementor-section .elementor-element.banner-hover .elementor-element-populated:hover:before {
	width: 0;
	left: 50%;
	right: 50%;
	background: rgba(255, 255, 255, .2);
}

section.elementor-section .elementor-element.banner-hover .elementor-element-populated:hover:after {
	height: 0;
	top: 50%;
	bottom: 50%;
	background: rgba(255, 255, 255, .2);
}



.wishlist_table.mobile {
	padding: 0;
}

.wishlist_table.mobile li .item-wrapper {
	width: 80%;
	margin: 0;
}

.wishlist_table.mobile li .additional-info-wrapper {
	width: 20%;
	display: flex;
	align-items: center;
}

.wishlist_table.mobile li,
.wishlist_table.mobile li .item-wrapper,
.wishlist_table.mobile li .item-wrapper .item-details {
	display: flex;
}

#primary .wishlist_table.mobile li {
	border: 1px solid var(--bordercolor);
}

.wishlist_table.mobile li .item-wrapper .item-details .product-name {
	width: 80%;
	display: flex;
	align-items: center;
}

.wishlist_table.mobile li .item-wrapper .item-details .product-name h3 {
	font-size: 20px;
}

#primary .wishlist_table.mobile li .item-wrapper .item-details .product-name h3 a {
	color: var(--primary-color-text);
}

.wishlist_table.mobile li .item-wrapper .item-details .item-details-table {
	width: 20%;
	margin: 0;
}

.wishlist_table.mobile li table.additional-info td,
.wishlist_table.mobile li table.additional-info td,
.wishlist_table.mobile li .item-details table.item-details-table td {
	width: 100%;
	display: flex;
	flex-direction: row-reverse;
	justify-content: start;
	align-items: center;
}

.wishlist_table.mobile li table.additional-info td.label,
.wishlist_table.mobile li .item-details table.item-details-table td.label {
	font-size: 18px;
	color: var(--primary-color-text);
}

.wishlist_table.mobile li .item-details table.item-details-table td.value {
	font-size: 16px;
	color: var(--price-color);
}

.wishlist_table.mobile li table.additional-info td.value {
	font-size: 12px;
	color: var(--secondary-color-text);
}

.wishlist_table.mobile li .item-details table.item-details-table td.value del {
	font-size: 14px;
	padding-left: 30px;
	position: relative;
}

.wishlist_table.mobile li .item-details table.item-details-table td.value del::after {
	position: absolute;
	content: "";
	width: 10px;
	height: 1px;
	background: #000;
	top: 0;
	left: 10px;
	bottom: 0;
	margin: auto;
}

.wishlist_table.mobile li table.additional-info {
	height: 100%;
	margin: 0;
}

.wishlist_table.mobile li table.additional-info,
.wishlist_table.mobile li .item-wrapper .item-details .item-details-table,
.wishlist_table.mobile li .item-wrapper .item-details .product-name,
.wishlist_table.mobile li .item-wrapper .product-thumbnail {
	border-right: 1px solid var(--bordercolor);
}

.wishlist_table.mobile li .additional-info-wrapper .product-remove {
	text-align: center;
	width: 40px;
}

.wishlist_table.mobile li .additional-info-wrapper tr,
.wishlist_table.mobile li .item-wrapper tr {
	padding: 10px;
	float: left;
}

.wishlist_table.mobile li .item-wrapper .item-details {
	width: 100%;
}

/* .owl-nav {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.owl-carousel .owl-nav .owl-next{float: right;}

.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: static;
	margin: 0 10px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	font-size: 14px;
	height: 30px;
	width: 30px;
}
.owl-carousel .owl-nav .owl-next::before {
	content: '\f054';
}

.owl-carousel .owl-nav .owl-prev::before {
	content: '\f053';
}

.owl-carousel .owl-nav .disabled {
	opacity: 0.5;
}
.owl-dots{
	display: none;
} */



.list-btn-none h3 {
	position: relative;
	padding: 70px 0 20px;
	margin: 0;
	font-size: 20px;
	color: var(--secondary-color-text);
	text-align: center;
	font: 400 36px/45px var(--primary-font);
}

.list-btn-none h3::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	margin: auto;
	right: 0;
	background-image: url(../images/seperator.png);
	width: 55px;
	height: 55px;
}

#commentform input[type="submit"]:hover,
input.wpcf7-form-control[type="submit"]:hover,
#review_form_wrapper input[type="submit"]:hover {
	background: var(--primary-bg-hv-color);
	color: #fff;
}

.comment-form-comment textarea,
#review_form_wrapper textarea {
	border-radius: 5px;
}

.error-404.not-found .back-home-button a:hover {
	color: #fff;
}

.product-review-tab .review_tab .woocommerce-product-rating .woocommerce-review-link {
	font-size: 14px;
	line-height: 18px;
	margin-top: 5px;
	color: #222;
}

.head-hamburger-menu .icon {
	position: relative;
}



ul.hamburger-nav li a {
	padding: 11px 65px;
}

.single-product .product .sticky-addToCart .quantity {
	display: flex !important;
}

.single-product .product .sticky-addToCart .single_add_to_cart_button {
	width: 150px;
	display: flex;
	justify-content: center;
}

.single-product .stickycart-wrap .single_variation_wrap .woocommerce-variation-add-to-cart .button-buy-now {
	display: none;
}

.single-product.woocommerce .summary.entry-summary span.onsale {
	position: static;
	opacity: 1;
	transform: none;
	visibility: visible;
}

.single-product.woocommerce .summary.entry-summary .pizzeria-sale {
	float: left;
	width: 100%;
	margin: 0 0 25px;
}

.header-stickybar-wrap {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .11);
	z-index: 9999;
	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%);
}

.header-stickybar-wrap.sticky {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
}

.header-stickybar {
	display: flex;
}

.header-stickybar a {
	flex: 1 1 0;
	padding: 5px;
	min-height: 55px;
	position: relative;
	cursor: pointer;
	font-size: 20px;
	line-height: 1;
	border-right: 1px solid var(--bordercolor);
	display: flex;
	justify-content: center;
	align-items: center;
}

.header-stickybar a #mini-cart-count {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	padding: 0;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	line-height: 17px;
	color: #fff;
	background: var(--primary-bg-hv-color);
	content: attr(data-count);
	font-weight: 500;
	font-size: 12px;
	text-align: center;
	z-index: 3;
	transform: translate(13px, -7px);
}

.woocommerce-order .woocommerce-notice {
	padding: 20px 55px;
	background: var(--primary-bg-color);
	border-left: 10px solid #4a6385;
	position: relative;
	color: #fff;
}

.woocommerce-order .woocommerce-notice::before {
	position: absolute;
	top: 0;
	left: 10px;
	right: auto;
	bottom: 0;
	content: '\f164';
	font-family: 'Font Awesome\ 5 Free';
	margin: auto;
	width: auto;
	height: fit-content;
	font-size: 30px;
	color: var(--secondary-color-text);
}

.hover .elementor-widget-container::after,
.hover .elementor-widget-container::before {
	content: '';
	width: 0;
	height: 100%;
	background: rgba(255, 255, 255, 0.3);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: 0.7s all;
}

.hover .elementor-widget-container::after {
	width: 100%;
	height: 0;
}

.hover .elementor-widget-container:hover:after,
.hover .elementor-widget-container:hover:before {
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0);
}

#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu {
	display: flex;
	flex-direction: column;
	border: 2px solid var(--primary-bg-hv-color);
}

#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu>li.mega-menu-item>a.mega-menu-link span:after {
	transition: 0.2s all;
}

#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu>li.mega-menu-item>a.mega-menu-link {
	transition: 0.5s all;
}

#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu>li.mega-menu-item.mega-toggle-on>a.mega-menu-link,
#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu>li.mega-menu-item>a.mega-menu-link:active,
#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu>li.mega-menu-item>a.mega-menu-link:hover,
#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu>li.mega-menu-item>a.mega-menu-link:focus {
	color: var(--primary-color-hv-text);
	font-weight: 500;
}

#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
	right: 30px;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu>li.mega-menu-item>a.mega-menu-link:hover span:after {
	transform: rotate(-90deg);
}

#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu>li.mega-menu-megamenu>ul.mega-sub-menu {
	left: 268px;
	top: -2px;
	width: 700px;
	padding: 15px;
	box-shadow: 0px 1px 5px #ff7e00;
}

#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu>li.mega-menu-flyout ul.mega-sub-menu {
	width: 250px;
	left: 268px;
	top: -2px;
	box-shadow: 0px 1px 5px #ff7e00;
}

#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu>li.mega-menu-item>a.mega-menu-link {
	line-height: 40px;
	height: 40px;
	font-weight: 500;
	padding: 0 30px;
}

#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu>li.mega-menu-item {
	margin: 0;
}

#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu>li.mega-menu-item:first-child {
	padding-top: 20px;
}

#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu>li.mega-menu-item:last-child {
	padding-bottom: 20px;
}

#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-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,
#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover,
#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-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:hover {
	font-weight: 400;
}

#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item ul.product_list_widget {
	margin: 0;
}

#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu .product-title {
	color: var(--title-color);
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 5px;
}

#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item ul.product_list_widget li a:after {
	content: none;
}

#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item ul.product_list_widget li .star-rating {
	margin-bottom: 0px;
}

#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item ul.product_list_widget li .star-rating::before,
#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item ul.product_list_widget li .star-rating span::before {
	color: var(--rating-color);
	font-size: 12px;
}

#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item ul.product_list_widget .woocommerce-Price-amount {
	color: var(--price-color);
	font-weight: 500;
	font-size: 16px;
}

#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item ul.product_list_widget li {
	color: var(--price-color);
}

#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-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;
	padding: 0 0 10px;
	font-weight: 500;
	margin: 0 0 10px;
}

#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item ul.product_list_widget li del {
	padding-right: 10px;
	position: relative;
	color: #000;
	font-size: 14px;
}

#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item ul.product_list_widget li del::before {
	content: '';
	width: 5px;
	height: 1px;
	background: var(--price-color);
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	left: auto;
}

#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link {
	padding: 3px 0;
}

#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu li.mega-menu-item a.mega-menu-link:before {
	font-size: 18px;
	transition: none;
}

#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu>li.mega-menu-item>a.mega-menu-link {
	color: #666;
}

#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu {
	display: flex;
	flex-direction: column;
	border: 2px solid var(--primary-bg-hv-color);
}

#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu>li.mega-menu-item>a.mega-menu-link span:after {
	transition: 0.2s all;
}

#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu>li.mega-menu-item>a.mega-menu-link {
	transition: 0.5s all;
}

#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu>li.mega-menu-item.mega-toggle-on>a.mega-menu-link,
#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu>li.mega-menu-item>a.mega-menu-link:active,
#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu>li.mega-menu-item>a.mega-menu-link:hover,
#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu>li.mega-menu-item>a.mega-menu-link:focus {
	color: var(--primary-color-hv-text);
	font-weight: 500;
}

#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
	right: 30px;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu>li.mega-menu-item>a.mega-menu-link:hover span:after {
	transform: rotate(-90deg);
}

#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu>li.mega-menu-megamenu>ul.mega-sub-menu {
	left: 268px;
	top: -2px;
	width: 700px;
	padding: 15px;
	box-shadow: 0px 1px 5px #ff7e00;
}

#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu>li.mega-menu-flyout ul.mega-sub-menu {
	width: 250px;
	left: 268px;
	top: -2px;
	box-shadow: 0px 1px 5px #ff7e00;
}

#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu>li.mega-menu-item>a.mega-menu-link {
	line-height: 40px;
	height: 40px;
	font-weight: 500;
	padding: 0 30px;
}

#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu>li.mega-menu-item {
	margin: 0;
}

#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu>li.mega-menu-item:first-child {
	padding-top: 20px;
}

#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu>li.mega-menu-item:last-child {
	padding-bottom: 20px;
}

#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-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,
#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover,
#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-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:hover {
	font-weight: 400;
}

#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item ul.product_list_widget {
	margin: 0;
}

#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu .product-title {
	color: var(--title-color);
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 5px;
}

#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item ul.product_list_widget li a:after {
	content: none;
}

#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item ul.product_list_widget li .star-rating {
	margin-bottom: 0px;
}

#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item ul.product_list_widget li .star-rating::before,
#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item ul.product_list_widget li .star-rating span::before {
	color: var(--rating-color);
	font-size: 12px;
}

#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item ul.product_list_widget .woocommerce-Price-amount {
	color: var(--price-color);
	font-weight: 500;
	font-size: 16px;
}

#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item ul.product_list_widget li {
	color: var(--price-color);
}

#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-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;
	padding: 0 0 10px;
	font-weight: 500;
	margin: 0 0 10px;
}

#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item ul.product_list_widget li del {
	padding-right: 10px;
	position: relative;
	color: #000;
	font-size: 14px;
}

#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item ul.product_list_widget li del::before {
	content: '';
	width: 5px;
	height: 1px;
	background: var(--price-color);
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	left: auto;
}

#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link {
	padding: 3px 0;
}

#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu li.mega-menu-item a.mega-menu-link:before {
	font-size: 18px;
	transition: none;
}

#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu>li.mega-menu-item>a.mega-menu-link {
	color: #666;
}

#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu ul li.widget_media_image a {
	overflow: hidden;
	position: relative;
	float: left;
}

#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu ul li.widget_media_image a::before,
#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu ul li.widget_media_image a::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	z-index: 9;
	transition: 0.7s all;
	display: block;
}

#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu ul li.widget_media_image a::after {
	width: 100%;
	height: 0;
	top: 50%;
	bottom: 50%;
}

#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu ul li.widget_media_image a::before {
	width: 0;
	height: 100%;
	left: 50%;
	right: 50%;
}

#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu ul li.widget_media_image a:hover:after,
#mega-menu-wrap-hamburger-menu #mega-menu-hamburger-menu ul li.widget_media_image a:hover:before {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0);
	display: block;
}

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

.cms-01 .elementor-column.cms-img {
	position: absolute;
	right: -300px;
	width: 80% !important;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	bottom: 0;
	margin: auto;
}

.main-gif {
	cursor: pointer;
	position: fixed;
	left: -7%;
	z-index: 6;
	right: auto;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 1s ease-in-out;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
}

.main-gif.show {
	opacity: 1;
	left: 10px;
	visibility: visible;
	transition: all 1s ease-in-out;
	-webkit-animation: mover 1s infinite alternate;
	animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-10px);
	}
}

@keyframes mover {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-10px);
	}
}

#gif {
	float: left;
	width: 100%;
	animation-timing-function: linear;
	animation-duration: 3s;
	-webkit-animation-duration: 3s;
}

#gif.deliverybike {
	width: 100%;
	animation-name: santa-move;
	-webkit-animation-name: santa-move;
}

@-webkit-keyframes santa-move {
	0% {
		transform: translateX(0);
		-webkit-transform: translateX(0);
	}

	100% {
		transform: translateX(3000px);
		-webkit-transform: translateX(3000px);
		-moz-transform: translateX(3000px);
		-ms-transform: translateX(3000px);
		-o-transform: translateX(3000px);
	}
}

@keyframes santa-move {
	0% {
		transform: translateX(0);
		-webkit-transform: translateX(0);
	}

	100% {
		transform: translateX(3000px);
		-webkit-transform: translateX(3000px);
		-moz-transform: translateX(3000px);
		-ms-transform: translateX(3000px);
		-o-transform: translateX(3000px);
	}
}

.main-gif #gif img {
	width: 210px;
	height: auto;
}

.list-btn-none h3::before,
.suspenders img {
	animation: mymove1 6s infinite;
}

@keyframes mymove1 {
	0% {
		transform: rotate(0);
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
	}

	50% {
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
	}

	100% {
		transform: rotate(0);
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
	}
}

input.wpcf7-form-control[type="submit"] {
	background: var(--secondary-bg-color);
	color: #fff;
}

input.wpcf7-form-control[type="submit"]:hover {
	background: var(--secondary-bg-hv-color);
	color: var(--secondary-color-text);
}

#rev_slider_1_1::before {
	position: absolute;
	bottom: -8px;
	left: 0;
	content: '';
	width: 100%;
	height: 365px;
	z-index: 21;
	background-image: url(../images/slider-curve.svg);
	background-repeat: no-repeat;
	background-size: cover;
}
footer::before,
.elementor-element.contact_form::before,
.elementor-section.cms-01::before,
.elementor-section.categories-svg::after,
.elementor-section.categories-svg::before,
.elementor-element.contact-svg::after {
	content: '';
	position: absolute;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	height: 135px;
}

article footer::before{
	content: none;
}



.elementor-section.cms-01::before {
	bottom: -3px;
	left: 0;
	content: '';
	background-image: url(../images/bg-curve.svg);
}

.elementor-section.categories-svg::after {
	background-image: url(../images/categories-svg-2.svg);
	top: -130px;
	left: 0;
}

.elementor-section.categories-svg::before {
	background-image: url(../images/categories-svg.svg);
	bottom: -3px;
	left: 0;
}

.elementor-element.contact-svg::after {
	background-image: url(../images/contact-svg.svg);
	top: -130px;
	left: 0;
}

.elementor-element.contact_form::before {
	bottom: -30px;
	left: 0;
	z-index: 1;
	background-image: url(../images/footer-svg.svg);
}
footer::before{
	top: -130px;
	left: 0;
	z-index: 1;
	background-image: url(../images/footer-svg.svg);
}
.home footer::before{
	content: none;
}
footer:not(.home footer,article footer){
	margin: 130px 0 0;
}

/* .dark-mode .elementor-section.cms-01::before {
	content: '';
	mask-image: url("../images/bg-curve.svg");
	-webkit-mask-image: url("../images/bg-curve.svg");
	background: var(--dark-background);
} */

.navbar-woocommerce #woocommerce-menu {
	list-style: none;
	display: none;
	position: absolute;
	top: 100%;
	bottom: auto;
	background: var(--dark-bg-text);
	min-width: 200px;
	max-width: 250px;
	padding: 10px 20px;
	z-index: 3;
	right: 0;
	left: auto;
	height: fit-content;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.navbar-woocommerce #woocommerce-menu li {
	padding: 4px 0;
	width: 100%;
}

.navbar-woocommerce #woocommerce-menu li a.wcml-cs-item-toggle {
	color: var(--secondary-color-text);
	font-weight: 500;
}

.navbar-woocommerce #woocommerce-menu li .list-title {
	padding: 6px 0;
	margin: 0 0 6px 0;
	border-bottom: 1px solid var(--bordercolor);
	display: block;
	font-weight: 600;
	color: var(--secondary-color-text);
}

.navbar-woocommerce #woocommerce-menu a {
	font-size: 14px;
	line-height: 20px;
	padding: 0;
}

.navbar-woocommerce #woocommerce-menu a:hover {
	color: var(--primary-color-hv-text);
}

.navbar-woocommerce #woocommerce-menu li a::before {
	display: none;
}

.category-collection-wrap.swiper {
	float: left;
	width: 100%;
	overflow: hidden;
	background: var(--secondary-bg-color);
	border-radius: 60px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	-ms-border-radius: 60px;
	-o-border-radius: 60px;
}

.category-collection-wrap ul.ui-tabs-nav {
	flex-wrap: nowrap !important;
	justify-content: unset;
	background: none;
	align-items: center;
	padding: 0;
}

.product-category .category-collection-wrap .ui-tabs-nav .ui-tabs-tab {
	display: flex;
	justify-content: center;
}
.home .header_style.site-header.transparent:focus,
.home .header_style.site-header.transparent:active,
.home .header_style.site-header.transparent:hover{
	background: var(--primary-bg-hv-color);
}
.show-user.home .header_style.site-header.transparent {
	background: var(--primary-bg-hv-color);
}
.timer-text+p{
	display: none;
}