/** Shopify CDN: Minification failed

Line 80:1 Expected identifier but found "*"
Line 1456:1 Expected identifier but found "*"
Line 1914:1 Expected identifier but found "*"
Line 13603:19 Expected ")" to end URL token
Line 13668:19 Expected ")" to end URL token
Line 17817:2 "verticle-align" is not a known CSS property
Line 22824:1 "vertial-align" is not a known CSS property
Line 28547:47 Expected identifier but found whitespace

**/
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
	padding-right: 15px;
	padding-left: 15px;
}

.container-fluid {
	padding-right: 0px;
	padding-left: 0px;
}

.row {
	margin-right: -15px;
	margin-left: -15px;
}

.row>* {
	padding-right: 15px;
	padding-left: 15px;
}

/*================================#Normalize===============================*/
*,
*::before,
*::after {
	box-sizing: border-box;
}

aside,
details,
article,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

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

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

.grid,
.grid-uniform {
	*zoom: 1;
}

.grid::after,
.grid-uniform::after {
	content: "";
	display: table;
	clear: both;
}

.grid-item.clear {
	clear: both;
}

/*=================================Grid Setup=============================*/
.grid,
.grid-uniform {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 0;
}

.grid-item {
	float: left;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	vertical-align: top;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.grid-item.product-grid {
	padding: 0;
}

.grid--rev>.grid-item {
	direction: ltr;
	text-align: left;
	float: right;
}

.grid--full {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 0;
	margin-left: 0;
}

.grid--full>.grid-item {
	padding-left: 0;
	padding-right: 0;
}

@media (max-width: 991px) {}

/*=============================Styles================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--color-text);
}

input,
textarea,
select,
.disclosure__toggle {
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

select {
	background-position: right 10px center;
}

a {
	background-color: transparent;
}

b,
strong {
	font-weight: 500;
}

em {
	font-style: italic;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

button,
input,
optgroup,
select,
.disclosure__toggle,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

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

input[type="search"],
input[type="number"],
input[type="email"],
input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: none;
}

td,
th {
	padding: 0;
}

textarea {
	overflow: auto;
	-webkit-appearance: none;
	-moz-appearance: none;
}

/*==================Fast Tapenables no-delay taps (FastClick-esque) on supporting browsers======================*/
a,
button,
[role="button"],
input,
label,
select,
.disclosure__toggle,
textarea {
	touch-action: manipulation;
}

/*=========Reversed grids allow you to structure your source in the oppositeorder to how your rendered layout will appear.=======*/
.grid--rev {
	direction: rtl;
	text-align: left;
}

.grid--rev>.grid__item {
	direction: ltr;
	text-align: left;
	float: right;
}

/*================ Build Base Grid Classes ================*/
.one-whole {
	width: 100%;
}

.one-half {
	width: 50%;
}

.one-third {
	width: 33.33333%;
}

.two-thirds {
	width: 66.66667%;
}

.one-quarter {
	width: 25%;
}

.two-quarters {
	width: 50%;
}

.three-quarters {
	width: 75%;
}

.one-fifth {
	width: 20%;
}

.two-fifths {
	width: 40%;
}

.three-fifths {
	width: 60%;
}

.four-fifths {
	width: 80%;
}

.one-sixth {
	width: 16.66667%;
}

.two-sixths {
	width: 33.33333%;
}

.three-sixths {
	width: 50%;
}

.four-sixths {
	width: 66.66667%;
}

.five-sixths {
	width: 83.33333%;
}

.one-eighth {
	width: 12.5%;
}

.two-eighths {
	width: 25%;
}

.three-eighths {
	width: 37.5%;
}

.four-eighths {
	width: 50%;
}

.five-eighths {
	width: 62.5%;
}

.six-eighths {
	width: 75%;
}

.seven-eighths {
	width: 87.5%;
}

.one-tenth {
	width: 10%;
}

.two-tenths {
	width: 20%;
}

.three-tenths {
	width: 30%;
}

.four-tenths {
	width: 40%;
}

.five-tenths {
	width: 50%;
}

.six-tenths {
	width: 60%;
}

.seven-tenths {
	width: 70%;
}

.eight-tenths {
	width: 80%;
}

.nine-tenths {
	width: 90%;
}

.one-twelfth {
	width: 8.33333%;
}

.two-twelfths {
	width: 16.66667%;
}

.three-twelfths {
	width: 25%;
}

.four-twelfths {
	width: 33.33333%;
}

.five-twelfths {
	width: 41.66667%;
}

.six-twelfths {
	width: 50%;
}

.seven-twelfths {
	width: 58.33333%;
}

.eight-twelfths {
	width: 66.66667%;
}

.nine-twelfths {
	width: 75%;
}

.ten-twelfths {
	width: 83.33333%;
}

.eleven-twelfths {
	width: 91.66667%;
}

.show {
	display: block !important;
}

.hide {
	display: none !important;
}

/*================ Build Responsive Grid Classes ================*/
@media only screen and (min-width: 1025px) {
	.small--one-whole {
		width: 100%;
	}

	.small--one-half {
		width: 50%;
	}

	.small--one-third {
		width: 33.33333%;
	}

	.small--two-thirds {
		width: 66.66667%;
	}

	.small--one-quarter {
		width: 25%;
	}

	.small--two-quarters {
		width: 50%;
	}

	.small--three-quarters {
		width: 75%;
	}

	.small--one-fifth {
		width: 20%;
	}

	.small--two-fifths {
		width: 40%;
	}

	.small--three-fifths {
		width: 60%;
	}

	.small--four-fifths {
		width: 80%;
	}

	.small--one-sixth {
		width: 16.66667%;
	}

	.small--two-sixths {
		width: 33.33333%;
	}

	.small--three-sixths {
		width: 50%;
	}

	.small--four-sixths {
		width: 66.66667%;
	}

	.small--five-sixths {
		width: 83.33333%;
	}

	.small--one-eighth {
		width: 12.5%;
	}

	.small--two-eighths {
		width: 25%;
	}

	.small--three-eighths {
		width: 37.5%;
	}

	.small--four-eighths {
		width: 50%;
	}

	.small--five-eighths {
		width: 62.5%;
	}

	.small--six-eighths {
		width: 75%;
	}

	.small--seven-eighths {
		width: 87.5%;
	}

	.small--one-tenth {
		width: 10%;
	}

	.small--two-tenths {
		width: 20%;
	}

	.small--three-tenths {
		width: 30%;
	}

	.small--four-tenths {
		width: 40%;
	}

	.small--five-tenths {
		width: 50%;
	}

	.small--six-tenths {
		width: 60%;
	}

	.small--seven-tenths {
		width: 70%;
	}

	.small--eight-tenths {
		width: 80%;
	}

	.small--nine-tenths {
		width: 90%;
	}

	.small--one-twelfth {
		width: 8.33333%;
	}

	.small--two-twelfths {
		width: 16.66667%;
	}

	.small--three-twelfths {
		width: 25%;
	}

	.small--four-twelfths {
		width: 33.33333%;
	}

	.small--five-twelfths {
		width: 41.66667%;
	}

	.small--six-twelfths {
		width: 50%;
	}

	.small--seven-twelfths {
		width: 58.33333%;
	}

	.small--eight-twelfths {
		width: 66.66667%;
	}

	.small--nine-twelfths {
		width: 75%;
	}

	.small--ten-twelfths {
		width: 83.33333%;
	}

	.small--eleven-twelfths {
		width: 91.66667%;
	}

	.small--show {
		display: block !important;
	}

	.small--hide {
		display: none !important;
	}

	.small--text-left {
		text-align: left !important;
	}

	.small--text-right {
		text-align: right !important;
	}

	.small--text-center {
		text-align: center !important;
	}
}

@media only screen and (max-width: 1024px) {

	.grid-uniform .small--one-half:nth-child(2n + 1),
	.grid-uniform .small--one-third:nth-child(3n + 1),
	.grid-uniform .small--one-quarter:nth-child(4n + 1),
	.grid-uniform .small--one-fifth:nth-child(5n + 1),
	.grid-uniform .small--one-sixth:nth-child(6n + 1),
	.grid-uniform .small--two-sixths:nth-child(3n + 1),
	.grid-uniform .small--three-sixths:nth-child(2n + 1),
	.grid-uniform .small--one-eighth:nth-child(8n + 1),
	.grid-uniform .small--two-eighths:nth-child(4n + 1),
	.grid-uniform .small--four-eighths:nth-child(2n + 1),
	.grid-uniform .small--five-tenths:nth-child(2n + 1),
	.grid-uniform .small--one-twelfth:nth-child(12n + 1),
	.grid-uniform .small--two-twelfths:nth-child(6n + 1),
	.grid-uniform .small--three-twelfths:nth-child(4n + 1),
	.grid-uniform .small--four-twelfths:nth-child(3n + 1),
	.grid-uniform .small--six-twelfths:nth-child(2n + 1) {
		clear: both;
	}
}

@media only screen and (min-width: 750px) {
	.medium-up--one-whole {
		width: 100%;
	}

	.medium-up--one-half {
		width: 50%;
	}

	.medium-up--one-third {
		width: 33.33333%;
	}

	.medium-up--two-thirds {
		width: 66.66667%;
	}

	.medium-up--one-quarter {
		width: 25%;
	}

	.medium-up--two-quarters {
		width: 50%;
	}

	.medium-up--three-quarters {
		width: 75%;
	}

	.medium-up--one-fifth {
		width: 20%;
	}

	.medium-up--two-fifths {
		width: 40%;
	}

	.medium-up--three-fifths {
		width: 60%;
	}

	.medium-up--four-fifths {
		width: 80%;
	}

	.medium-up--one-sixth {
		width: 16.66667%;
	}

	.medium-up--two-sixths {
		width: 33.33333%;
	}

	.medium-up--three-sixths {
		width: 50%;
	}

	.medium-up--four-sixths {
		width: 66.66667%;
	}

	.medium-up--five-sixths {
		width: 83.33333%;
	}

	.medium-up--one-eighth {
		width: 12.5%;
	}

	.medium-up--two-eighths {
		width: 25%;
	}

	.medium-up--three-eighths {
		width: 37.5%;
	}

	.medium-up--four-eighths {
		width: 50%;
	}

	.medium-up--five-eighths {
		width: 62.5%;
	}

	.medium-up--six-eighths {
		width: 75%;
	}

	.medium-up--seven-eighths {
		width: 87.5%;
	}

	.medium-up--one-tenth {
		width: 10%;
	}

	.medium-up--two-tenths {
		width: 20%;
	}

	.medium-up--three-tenths {
		width: 30%;
	}

	.medium-up--four-tenths {
		width: 40%;
	}

	.medium-up--five-tenths {
		width: 50%;
	}

	.medium-up--six-tenths {
		width: 60%;
	}

	.medium-up--seven-tenths {
		width: 70%;
	}

	.medium-up--eight-tenths {
		width: 80%;
	}

	.medium-up--nine-tenths {
		width: 90%;
	}

	.medium-up--one-twelfth {
		width: 8.33333%;
	}

	.medium-up--two-twelfths {
		width: 16.66667%;
	}

	.medium-up--three-twelfths {
		width: 25%;
	}

	.medium-up--four-twelfths {
		width: 33.33333%;
	}

	.medium-up--five-twelfths {
		width: 41.66667%;
	}

	.medium-up--six-twelfths {
		width: 50%;
	}

	.medium-up--seven-twelfths {
		width: 58.33333%;
	}

	.medium-up--eight-twelfths {
		width: 66.66667%;
	}

	.medium-up--nine-twelfths {
		width: 75%;
	}

	.medium-up--ten-twelfths {
		width: 83.33333%;
	}

	.medium-up--eleven-twelfths {
		width: 91.66667%;
	}

	.medium-up--show {
		display: block !important;
	}

	.medium-up--hide {
		display: none !important;
	}

	.medium-up--text-left {
		text-align: left !important;
	}

	.medium-up--text-right {
		text-align: right !important;
	}

	.medium-up--text-center {
		text-align: center !important;
	}
}

@media only screen and (max-width: 1024px) {

	.medium-up--one-half:nth-child(2n + 1),
	.grid-uniform .medium-up--one-third:nth-child(3n + 1),
	.grid-uniform .medium-up--one-quarter:nth-child(4n + 1),
	.grid-uniform .medium-up--one-fifth:nth-child(5n + 1),
	.grid-uniform .medium-up--one-sixth:nth-child(6n + 1),
	.grid-uniform .medium-up--two-sixths:nth-child(3n + 1),
	.grid-uniform .medium-up--three-sixths:nth-child(2n + 1),
	.grid-uniform .medium-up--one-eighth:nth-child(8n + 1),
	.grid-uniform .medium-up--two-eighths:nth-child(4n + 1),
	.grid-uniform .medium-up--four-eighths:nth-child(2n + 1),
	.grid-uniform .medium-up--five-tenths:nth-child(2n + 1),
	.grid-uniform .medium-up--one-twelfth:nth-child(12n + 1),
	.grid-uniform .medium-up--two-twelfths:nth-child(6n + 1),
	.grid-uniform .medium-up--three-twelfths:nth-child(4n + 1),
	.grid-uniform .medium-up--four-twelfths:nth-child(3n + 1),
	.grid-uniform .medium-up--six-twelfths:nth-child(2n + 1) {
		clear: both;
	}
}

@media only screen and (min-width: 1025px) {
	.large-up--one-whole {
		width: 100%;
	}

	.large-up--one-half {
		width: 50%;
	}

	.large-up--one-third {
		width: 25%;
	}

	.large-up--one-third.product-grid {
		width: 25%;
	}

	.large-up--two-thirds {
		width: 66.66667%;
	}

	.large-up--one-quarter {
		width: 25%;
	}

	.large-up--two-quarters {
		width: 50%;
	}

	.large-up--three-quarters {
		width: 75%;
	}

	.large-up--one-fifth {
		width: 20%;
	}

	.large-up--two-fifths {
		width: 40%;
	}

	.large-up--three-fifths {
		width: 60%;
	}

	.large-up--four-fifths {
		width: 80%;
	}

	.large-up--one-sixth {
		width: 16.66667%;
	}

	.large-up--two-sixths {
		width: 33.33333%;
	}

	.large-up--three-sixths {
		width: 50%;
	}

	.large-up--four-sixths {
		width: 66.66667%;
	}

	.large-up--five-sixths {
		width: 83.33333%;
	}

	.large-up--one-eighth {
		width: 12.5%;
	}

	.large-up--two-eighths {
		width: 25%;
	}

	.large-up--three-eighths {
		width: 37.5%;
	}

	.large-up--four-eighths {
		width: 50%;
	}

	.large-up--five-eighths {
		width: 62.5%;
	}

	.large-up--six-eighths {
		width: 75%;
	}

	.large-up--seven-eighths {
		width: 87.5%;
	}

	.large-up--one-tenth {
		width: 10%;
	}

	.large-up--two-tenths {
		width: 20%;
	}

	.large-up--three-tenths {
		width: 30%;
	}

	.large-up--four-tenths {
		width: 40%;
	}

	.large-up--five-tenths {
		width: 50%;
	}

	.large-up--six-tenths {
		width: 60%;
	}

	.large-up--seven-tenths {
		width: 70%;
	}

	.large-up--eight-tenths {
		width: 80%;
	}

	.large-up--nine-tenths {
		width: 90%;
	}

	.large-up--one-twelfth {
		width: 8.33333%;
	}

	.large-up--two-twelfths {
		width: 16.66667%;
	}

	.large-up--three-twelfths {
		width: 25%;
	}

	.large-up--four-twelfths {
		width: 33.33333%;
	}

	.large-up--five-twelfths {
		width: 41.66667%;
	}

	.large-up--six-twelfths {
		width: 50%;
	}

	.large-up--seven-twelfths {
		width: 58.33333%;
	}

	.large-up--eight-twelfths {
		width: 66.66667%;
	}

	.large-up--nine-twelfths {
		width: 75%;
	}

	.large-up--ten-twelfths {
		width: 83.33333%;
	}

	.large-up--eleven-twelfths {
		width: 91.66667%;
	}

	.large-up--show {
		display: block !important;
	}

	.large-up--hide {
		display: none !important;
	}

	.large-up--text-left {
		text-align: left !important;
	}

	.large-up--text-right {
		text-align: right !important;
	}

	.large-up--text-center {
		text-align: center !important;
	}
}

@media only screen and (max-width: 1024px) {

	.grid-uniform .large-up--one-half:nth-child(2n + 1),
	.grid-uniform .large-up--one-third:nth-child(3n + 1),
	.grid-uniform .large-up--one-quarter:nth-child(4n + 1),
	.grid-uniform .large-up--one-fifth:nth-child(5n + 1),
	.grid-uniform .large-up--one-sixth:nth-child(6n + 1),
	.grid-uniform .large-up--two-sixths:nth-child(3n + 1),
	.grid-uniform .large-up--three-sixths:nth-child(2n + 1),
	.grid-uniform .large-up--one-eighth:nth-child(8n + 1),
	.grid-uniform .large-up--two-eighths:nth-child(4n + 1),
	.grid-uniform .large-up--four-eighths:nth-child(2n + 1),
	.grid-uniform .large-up--five-tenths:nth-child(2n + 1),
	.grid-uniform .large-up--one-twelfth:nth-child(12n + 1),
	.grid-uniform .large-up--two-twelfths:nth-child(6n + 1),
	.grid-uniform .large-up--three-twelfths:nth-child(4n + 1),
	.grid-uniform .large-up--four-twelfths:nth-child(3n + 1),
	.grid-uniform .large-up--six-twelfths:nth-child(2n + 1) {
		clear: both;
	}
}

@media (max-width: 1199px) {
	.large-up--one-third.product-grid {
		width: 33.33%;
	}

	.products-grid-view .grid-item.product-grid {
		width: 33.33%;
	}
}

/*================ Build Grid Push Classes ================*/
@media only screen and (max-width: 749px) {
	.small--push-one-half {
		left: 50%;
	}

	.small--push-one-third {
		left: 33.33333%;
	}

	.small--push-two-thirds {
		left: 66.66667%;
	}

	.small--push-one-quarter {
		left: 25%;
	}

	.small--push-two-quarters {
		left: 50%;
	}

	.small--push-three-quarters {
		left: 75%;
	}

	.small--push-one-fifth {
		left: 20%;
	}

	.small--push-two-fifths {
		left: 40%;
	}

	.small--push-three-fifths {
		left: 60%;
	}

	.small--push-four-fifths {
		left: 80%;
	}

	.small--push-one-sixth {
		left: 16.66667%;
	}

	.small--push-two-sixths {
		left: 33.33333%;
	}

	.small--push-three-sixths {
		left: 50%;
	}

	.small--push-four-sixths {
		left: 66.66667%;
	}

	.small--push-five-sixths {
		left: 83.33333%;
	}

	.small--push-one-eighth {
		left: 12.5%;
	}

	.small--push-two-eighths {
		left: 25%;
	}

	.small--push-three-eighths {
		left: 37.5%;
	}

	.small--push-four-eighths {
		left: 50%;
	}

	.small--push-five-eighths {
		left: 62.5%;
	}

	.small--push-six-eighths {
		left: 75%;
	}

	.small--push-seven-eighths {
		left: 87.5%;
	}

	.small--push-one-tenth {
		left: 10%;
	}

	.small--push-two-tenths {
		left: 20%;
	}

	.small--push-three-tenths {
		left: 30%;
	}

	.small--push-four-tenths {
		left: 40%;
	}

	.small--push-five-tenths {
		left: 50%;
	}

	.small--push-six-tenths {
		left: 60%;
	}

	.small--push-seven-tenths {
		left: 70%;
	}

	.small--push-eight-tenths {
		left: 80%;
	}

	.small--push-nine-tenths {
		left: 90%;
	}

	.small--push-one-twelfth {
		left: 8.33333%;
	}

	.small--push-two-twelfths {
		left: 16.66667%;
	}

	.small--push-three-twelfths {
		left: 25%;
	}

	.small--push-four-twelfths {
		left: 33.33333%;
	}

	.small--push-five-twelfths {
		left: 41.66667%;
	}

	.small--push-six-twelfths {
		left: 50%;
	}

	.small--push-seven-twelfths {
		left: 58.33333%;
	}

	.small--push-eight-twelfths {
		left: 66.66667%;
	}

	.small--push-nine-twelfths {
		left: 75%;
	}

	.small--push-ten-twelfths {
		left: 83.33333%;
	}

	.small--push-eleven-twelfths {
		left: 91.66667%;
	}
}

@media only screen and (min-width: 750px) {
	.medium-up--push-one-half {
		left: 50%;
	}

	.medium-up--push-one-third {
		left: 33.33333%;
	}

	.medium-up--push-two-thirds {
		left: 66.66667%;
	}

	.medium-up--push-one-quarter {
		left: 25%;
	}

	.medium-up--push-two-quarters {
		left: 50%;
	}

	.medium-up--push-three-quarters {
		left: 75%;
	}

	.medium-up--push-one-fifth {
		left: 20%;
	}

	.medium-up--push-two-fifths {
		left: 40%;
	}

	.medium-up--push-three-fifths {
		left: 60%;
	}

	.medium-up--push-four-fifths {
		left: 80%;
	}

	.medium-up--push-one-sixth {
		left: 16.66667%;
	}

	.medium-up--push-two-sixths {
		left: 33.33333%;
	}

	.medium-up--push-three-sixths {
		left: 50%;
	}

	.medium-up--push-four-sixths {
		left: 66.66667%;
	}

	.medium-up--push-five-sixths {
		left: 83.33333%;
	}

	.medium-up--push-one-eighth {
		left: 12.5%;
	}

	.medium-up--push-two-eighths {
		left: 25%;
	}

	.medium-up--push-three-eighths {
		left: 37.5%;
	}

	.medium-up--push-four-eighths {
		left: 50%;
	}

	.medium-up--push-five-eighths {
		left: 62.5%;
	}

	.medium-up--push-six-eighths {
		left: 75%;
	}

	.medium-up--push-seven-eighths {
		left: 87.5%;
	}

	.medium-up--push-one-tenth {
		left: 10%;
	}

	.medium-up--push-two-tenths {
		left: 20%;
	}

	.medium-up--push-three-tenths {
		left: 30%;
	}

	.medium-up--push-four-tenths {
		left: 40%;
	}

	.medium-up--push-five-tenths {
		left: 50%;
	}

	.medium-up--push-six-tenths {
		left: 60%;
	}

	.medium-up--push-seven-tenths {
		left: 70%;
	}

	.medium-up--push-eight-tenths {
		left: 80%;
	}

	.medium-up--push-nine-tenths {
		left: 90%;
	}

	.medium-up--push-one-twelfth {
		left: 8.33333%;
	}

	.medium-up--push-two-twelfths {
		left: 16.66667%;
	}

	.medium-up--push-three-twelfths {
		left: 25%;
	}

	.medium-up--push-four-twelfths {
		left: 33.33333%;
	}

	.medium-up--push-five-twelfths {
		left: 41.66667%;
	}

	.medium-up--push-six-twelfths {
		left: 50%;
	}

	.medium-up--push-seven-twelfths {
		left: 58.33333%;
	}

	.medium-up--push-eight-twelfths {
		left: 66.66667%;
	}

	.medium-up--push-nine-twelfths {
		left: 75%;
	}

	.medium-up--push-ten-twelfths {
		left: 83.33333%;
	}

	.medium-up--push-eleven-twelfths {
		left: 91.66667%;
	}
}

/*================ #Helper Classes ================*/
.clearfix {
	*zoom: 1;
}

.clearfix::after {
	content: "";
	display: table;
	clear: both;
}

.visually-hidden--inline {
	margin: 0;
	height: 1em;
}

.visually-hidden--static {
	position: static !important;
}

.js-focus-hidden:focus {
	outline: none;
}

.no-js:not(html) {
	display: none;
}

.no-js .no-js:not(html) {
	display: block;
}

.no-js .js {
	display: none;
}

.hide {
	display: none !important;
}

/*====================== Blank states - placeholder images ============================*/
.placeholder-svg,
.icon--placeholder {
	display: block;
	fill: var(--colorBlankstate);
	background-color: var(--colorBlankstateBackground);
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	border: 1px solid var(--colorBlankstateBorder);
}

.collection-grid .placeholder-svg {
	max-height: 515px;
	max-width: 515px;
	margin: 0 auto;
}

.placeholder-noblocks {
	padding: 40px;
	text-align: center;
}

.placeholder-background {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.placeholder-background .icon {
	border: 0;
}

.image-bar__content .placeholder-svg,
.image-bar__content .placeholder-image {
	position: absolute;
	top: 0;
	left: 0;
}

.input-group.password__input-group {
	border: none;
	border-collapse: separate;
	display: table;
	position: relative;
	float: none;
	margin: 0 auto;
	width: 500px;
}

@media only screen and (min-width: 1025px) {
	.flexslider .placeholder-svg {
		height: 402px;
	}
}

.grid-link__image-centered .placeholder-svg {
	height: initial;
	max-height: initial;
}

/*--------------------------------------------------------------*/
.dropdown-toggle::after {
	display: none;
}

.slider-newproduct .grid__item {
	padding: 0 15px;
}

.slider-newproduct.item-row.grid-view-item {
	position: relative;
}

.btn.dropdown-toggle:focus,
.btn.dropdown-toggle:active {
	color: var(--color-sub-text);
	background-color: var(--color-btn-primary);
}

.inv.instock .outstock {
	display: none;
}

.inv.outstock .stock,
.inv.outstock .items {
	display: none;
}

.loadding-wishbutton-aliquam-quat-voluptatem.loading.btn i {
	background: none;
}

.tt-product-item .product-description {
	width: 100%;
	float: left;
}

.medium--one-third.large--one-third chair.product-grid .product-description {
	padding: 15px 10px;
	border-top: 1px solid #e5e5e5;
	position: relative;
	display: inline-block;
}

.main-content .sidebar .shopify-section {
	margin: 0;
	text-align: left;
	float: left;
	width: 100%;
}

.products-grid-view .grid-item.product-grids {
	width: 33.33%;
}

@media only screen and (max-width: 991px) {
	.main-content #shopify-section-faq {
		min-height: 450px;
	}

	.content-wrapper {
		width: 100%;
	}

	.sidebar {
		width: 100%;
	}

	.sidebar .widget>h4.toggle {
		padding: 10px;
	}

	.sidebar .sidebar__inner .widget.recent_article>h4.toggle,
	.sidebar .sidebar__inner .widget.widget_categories>h4.toggle {
		padding: 15px;
		margin: 0;
	}
}

@media only screen and (max-width: 767px) {
	.products-grid-view .grid-item {
		width: 50%;
	}

	.products-grid-view .grid-item.product-grids {
		width: 50%;
	}
}

@media only screen and (max-width: 480px) {
	.filter-sortby .sorting-section button span {
		white-space: nowrap;
		text-overflow: ellipsis;
		float: left;
		width: 100%;
		overflow: hidden;
	}

	.collection_wrapper .sorting_wrapper .btn.dropdown-toggle,
	.products-grid-view .grid-item {
		width: 50%;
	}
}

/*======================= Index sections =============================*/
.index-section--flush+.index-section--flush {
	margin-top: -(var(--sectionSpacingSmall) * 2);
}

.index-section--flush:first-child {
	margin-top: -var(--sectionSpacingSmall);
}

.index-section--flush:last-child {
	margin-bottom: -var(--sectionSpacingSmall);
}

@media only screen and (max-width: 1024px) {
	.index-section--flush+.index-section--flush {
		margin-top: -(var(--sectionSpacing) * 2);
	}

	.index-section--flush:first-child {
		margin-top: -var(--sectionSpacing);
	}

	.index-section--flush:last-child {
		margin-bottom: -var(--sectionSpacing);
	}

	.index-section--featured-product:first-child {
		margin-top: -12px;
	}
}

/*================ Module-specific styles ================*/
.feature-row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.feature-row__item {
	-webkit-flex: 0 1 50%;
	-moz-flex: 0 1 50%;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
}

.feature-row__text {
	padding-top: var(--sectionSpacingSmall);
	padding-bottom: var(--sectionSpacingSmall);
}

.featured-box__body {
	border-top: 0;
	padding: (var(--gutter) / 2) (var(--gutter) / 3);
	margin-top: -var(--gutter) / 2;
}

.featured-box__body .btn--large {
	padding: (var(--gutter) / 4) 0;
	background-color: var(--color-btn-primary);
	color: var(--color-btn-primary-text);
	font-family: var(--font-stack-body);
	font-size: em(14px);
	margin: 0;
}

.featured-box__body .hr--small {
	position: relative;
	top: -(var(--gutter) / 6);
}

.featured-box__title {
	margin: 0;
}

.page-content__item:not(:first-child) {
	margin-top: 30px;
}

@media (min-width: 481px) and (max-width: 1025px) {

	.medium--one-third .featured-box__title,
	.one-third .featured-box__title {
		font-size: em(20px);
	}
}

@media (min-width: 1025px) {

	.large--one-third .featured-box__title,
	.one-third .featured-box__title {
		font-size: em(20px);
	}

	.feature-row__text--left {
		padding-left: var(--sectionSpacingSmall);
	}

	.feature-row__text--right {
		padding-right: var(--sectionSpacingSmall);
	}

	.featured-row__subtext {
		font-size: em(var(--font-size-base) + 2);
	}
}

@media only screen and (max-width: 1025px) {
	.featured-box__body {
		padding: var(--gutter) 0;
	}
}

@media only screen and (max-width: 1024px) {
	.feature-row {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.feature-row__item {
		-webkit-flex: 1 1 auto;
		-moz-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		width: 100%;
		max-width: 100%;
	}

	.feature-row__text {
		order: 2;
		padding-bottom: 0;
	}
}

@media only screen and (max-width: 749px) {
	.feature-row__image {
		order: 1;
	}
}

/*================ Spinner Icon ================*/
.icon-spinner {
	-moz-animation: spin 500ms infinite linear;
	-o-animation: spin 500ms infinite linear;
	-webkit-animation: spin 500ms infinite linear;
	animation: spin 500ms infinite linear;
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	fill: currentColor;
}

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

	100% {
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

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

	100% {
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

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

	100% {
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

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

	100% {
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/*====================================Basic Styles=====================================*/
html,
body {
	background-color: var(--color-body);
	padding: 0;
	margin: 0;
	color: var(--color-body-text);
}

html {
	padding: 0 !important;
}

body.with_padding .page-wrapper {
	-webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}

.main-content {
	display: block;
	background: #fff;
}

.page-wrapper .main-content {
	margin: 0;
}

.wrapper {
	margin: 0 auto;
	*zoom: 1;
	padding: 0 (var(--gutter) / 2);
}

@media (min-width: 1025px) {
	.wrapper .site-header & {
		padding: 0;
	}
}

@media (max-width: 480px) {
	.medium-down--one-half {
		width: 100%;
	}
}

/*===============================================Helper Classes==========================================*/
.table-contain {
	display: table;
	height: 100%;
	width: 100%;
}

.table-contain__inner {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

/*===============================================Typography==========================================*/
body {
	float: left;
	width: 100%;
}

body,
input,
textarea,
button,
select {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	font-family: var(--font-stack-body);
	font-size: var(--font-size-base);
	font-weight: 400;
	line-height: var(--font-line-height);
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	letter-spacing: var(--font-letterspace);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--color-header-text);
	font-family: var(--font-stack-header);
	line-height: 1.6;
	margin: 8px 0;
	font-weight: 600;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit;
}

/*================ Use em() Sass function to declare font-size ================*/
h1,
.h1 {
	font-size: 32px;
}

h2,
.h2 {
	font-size: 24px;
}

h3,
.h3 {
	font-size: 18.72px;
}

h4,
.h4 {
	font-size: 16px;
}

h5,
.h5 {
	font-size: 13.28px;
}

h6,
.h6 {
	font-size: 12px;
}

p {
	margin: 0 0 0px 0;
}

p img {
	margin: 0;
}

em {
	font-style: italic;
}

b,
strong {
	font-weight: bold;
}

small {
	font-size: 80%;
}

sup,
sub {
	position: relative;
	font-size: 60%;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.5em;
}

/*================ Blockquotes ================*/
blockquote {
	font-size: 18px;
	line-height: 24px;
	font-style: italic;
	margin: 0 0 30px;
	padding: 15px 0;
}

blockquote p {
	margin-bottom: 0;
}

blockquote p+cite {
	margin-top: 15px;
}

blockquote cite {
	display: block;
	font-size: 0.75em;
}

blockquote cite::before {
	content: "\2014 \0020";
}

@media only screen and (max-width: 1025px) {
	blockquote {
		font-size: 24px;
		line-height: 30px;
		margin-left: -20%;
		width: 140%;
		text-align: center;
	}
}

/*================ Code ================*/
code,
pre {
	background-color: #faf7f5;
	font-family: Consolas, monospace;
	font-size: 1em;
	border: 0 none;
	padding: 0 2px;
	color: #51ab62;
}

pre {
	overflow: auto;
	padding: 15px;
	margin: 0 0 30px;
}

/*================ Horizontal Rules ================*/
hr {
	clear: both;
	border-top: 1px solid var(--color-border);
	margin: 20px 0;
	float: left;
	width: 100%;
	opacity: 1;
}

hr.hr--clear {
	margin-top: 0;
	border: 0;
}

/*=======================================toggle-accordion========================================*/
.tt-toggle-frame-set {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.template-page .tt-toggle-frame-set {
	margin-top: 15px;
}

.tt-toggle-frame {
	padding-bottom: 20px;
	display: block;
}

.tt-toggle-frame h5.tt-toggle-accordion {
	font-weight: normal;
	position: relative;
	margin: 0px 0px 0px;
	padding: 0px 0px 0px 20px;
}

.tt-toggle-frame h5 a {
	display: block;
	color: #5c5c5c;
}

.tt-toggle-frame h5 a:before,
.tt-toggle-frame h5 a:after {
	position: absolute;
	text-decoration: inherit;
}

.tt-toggle-frame-set .tt-toggle-frame h5.tt-toggle-accordion:before,
.tt-toggle-frame-set .tt-toggle-frame h5.tt-toggle:before {
	content: "\f140";
	font-family: "Material Design Icons";
	top: 0px;
	left: 0px;
	position: absolute;
	font-weight: normal;
}

.tt-toggle-frame-set .tt-toggle-frame h5.tt-toggle-accordion:after,
.tt-toggle-frame-set .tt-toggle-frame h5.tt-toggle:after {
	content: "\f140";
	font-family: "Material Design Icons";
	top: 4px;
	left: 0px;
	display: inline-block;
	float: left;
	position: absolute;
}

.tt-toggle-frame-set .tt-toggle-frame h5.active:before,
.tt-toggle-frame-set .tt-toggle-frame h5.active:after,
.tt-toggle-frame-set h5.tt-toggle.active:before {
	content: "";
}

.tt-toggle-frame .tt-toggle-content {
	padding: 5px 20px 20px 22px;
	margin: 0px 0px 0px 0px;
	background: #f4f4f4;
}

.tt-toggle-frame .tt-toggle-accordion.active,
.tt-toggle-frame .tt-toggle.active {
	background: #f4f4f4;
	margin-bottom: 0px;
	padding: 20px 10px 5px 20px;
}

.tt-toggle-accordion.active a:before,
.tt-toggle-accordion.active a:after,
.tt-toggle-frame .tt-toggle.active a:before,
.tt-toggle-frame .tt-toggle.active a:after,
.tt-toggle-frame-set .tt-toggle-frame h5.tt-toggle.active:before {
	content: "";
}

.tt-toggle-frame-set h5.tt-toggle-accordion:before,
h5.tt-toggle:before {
	content: "\f140";
	font-family: "Material Design Icons";
}

h5.tt-toggle-accordion.active:before,
.tt-toggle-frame-set h5.tt-toggle.active:before {
	content: "\f143";
	font-family: "Material Design Icons";
}

h5.tt-toggle-accordion.active {
	background: var(--color-btn-primary);
	color: var(--color-btn-secondary-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;
}

h5.tt-toggle-accordion.active a {
	color: var(--color-btn-secondary-text);
	border: none;
}

.course h5.tt-toggle-accordion:before {
	content: "?";
}

.course h5.tt-toggle-accordion.active:before {
	content: "?";
}

.tt-toggle-frame h5.tt-toggle-accordion:before {
	content: "";
}

.tt-toggle-frame h5.tt-toggle-accordion {
	line-height: inherit;
}

h5.tt-toggle-accordion.active {
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-khtml-border-radius: 10px 10px 0 0;
}

.page-content-wrapper .rte p img {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

.page-content-wrapper .page-width .tt-toggle-content {
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-khtml-border-radius: 0 0 10px 10px;
}

h5.tt-toggle-accordion,
.tt-toggle-frame h5.tt-toggle,
h5.tt-toggle {
	padding: 15px 0px 15px 42px;
	line-height: 30px;
	position: relative;
	font-size: 16px;
	margin: -1px 0 -1px;
	border: 1px solid var(--color-border);
	font-family: var(--font-stack-header);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

.tt-toggle-frame h5.tt-toggle {
	padding: 0px 0px 0px 20px;
	margin-bottom: 0px;
}

.tt-toggle-frame h5.ttc-toggle-accordion a,
.tt-toggle-frame h5.tt-toggle a {
	font-weight: normal;
}

h5.tt-toggle-accordion a {
	color: #222;
	font-weight: 600;
	display: block;
	border: none !important;
	text-transform: uppercase;
}

h5.tt-toggle a {
	color: #5c5c5c;
	font-size: 16px;
	font-weight: bold;
	display: block;
}

.tt-toggle-frame h5.tt-toggle-accordion a {
	font-weight: normal;
}

h5.tt-toggle-accordion:before,
h5.tt-toggle:before {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	position: absolute;
	top: 15px;
	left: 3px;
	z-index: 1;
}

.tt-toggle-frame h5.tt-toggle-accordion:before,
.tt-toggle-frame h5.tt-toggle:before {
	background: none;
	display: inherit;
	width: auto;
	height: auto;
	text-align: inherit;
	line-height: inherit;
	color: inherit;
	border: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	position: static;
}

h5.tt-toggle-accordion.active:before,
h5.tt-toggle.active:before {
	line-height: 25px;
}

.tt-toggle-frame h5.tt-toggle-accordion.active:before,
.tt-toggle-frame h5.tt-toggle.active:before {
	border: 0px;
}

.tt-toggle-content {
	padding-left: 40px;
	padding-bottom: 20px;
	padding-top: 20px;
	clear: both;
	display: none;
	border: 1px solid var(--color-border);
}

#shopify-section-faq .tt-toggle-accordion {
	cursor: pointer;
}

.faq-deatil .faq-title {
	color: var(--color-text);
	margin: 10px 0;
	font: 500 20px/28px var(--font-stack-header);
}

/*----------------------- common css --------------------*/

.owl-carousel .owl-item img {
	margin: 0 auto;
}

.product-notification .closeNotify:hover::after,
.product-notification .closeNotify:hover::before,
.product-notification .closeNotify::after,
.product-notification .closeNotify::before {
	background: var(--color-btn-primary-text);
}

.page-wrapper {
	float: left;
	min-height: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
	min-height: 100px;
}

.main-content .shopify-section.index-section {
	float: left;
	width: 100%;
}

.template-index .main-content .shopify-section,
.product-single__description,
.related-products-container,
#recently-viewed-products-wrap {
	float: left;
	width: 100%;
}

/*---------------------------- Loader CSS ----------------------*/
.loading-modal {
	background: #fff url("loader.gif") center 14px no-repeat;
	border: 1px solid rgba(0, 0, 0, 0.15);
	position: fixed;
	top: 50% !important;
	bottom: auto;
	left: 50% !important;
	right: auto !important;
	width: 56px;
	height: 56px;
	margin-left: -28px;
	margin-top: -28px;
	overflow: hidden;
	padding: 0;
	text-align: center;
	text-indent: -999em;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	display: block;
}

.search_wrapper input.input-group-field.s-loading {
	background: url("serach-loader.gif") no-repeat scroll right 60px center;
	float: left;
	position: static;
	transition: none 0s ease 0s;
	-webkit-transition: none 0s ease 0s;
	-moz-transition: none 0s ease 0s;
	-o-transition: none 0s ease 0s;
	-ms-transition: none 0s ease 0s;
	width: 100%;
}

/*======================= custom navigation css ============================*/
.widget_filter {
	float: left;
}

.item-row.grid-item {
	padding-left: 0;
}

div#shopify-section-sidebar-color input {
	display: none;
}

.testimonials_wrap .owl-next:after {
	width: 100%;
	background-position: -12px -385px;
	height: 100%;
}

.testimonials_wrap .owl-next:hover:after {
	background-position: -69px -386px;
	background-color: #111;
	height: 100%;
}

.testimonials_wrap .owl-prev:after {
	width: 100%;
	background-position: -10px -352px;
	height: 100%;
}

.testimonials_wrap .owl-prev:hover:after {
	background-position: -69px -353px;
	background-color: #111;
	height: 100%;
}

.testimonials_wrap .owl-next:after,
.testimonials_wrap .owl-prev:after {
	display: block;
}

.product-single__photos {
	cursor: crosshair;
}

@media only screen and (max-width: 991px) {
	.item-row.grid-item {
		width: 33.333%;
	}
}

@media only screen and (max-width: 767px) {
	.item-row.grid-item {
		width: 50%;
	}
}

@media only screen and (max-width: 480px) {
	.item-row.grid-item {
		width: 80%;
	}

	.category_feature.bubbles .bubble.collection_cat_item:hover .cat-btn {
		font-size: 11px;
		line-height: 14px;
	}

	.tab-inner .nav-tabs>li {
		width: 80%;
	}

	.tab-inner .nav-tabs>li {
		margin-bottom: 5px;
	}
}

/*--------------------------Mobile bar sticky------------------------------*/
@media (min-width: 992px) {
	.shopify-section.mobilebar {
		display: none;
	}
}

.template-index .main-content .shopify-section.mobilebar {
	margin: 0 !important;
}

.main-sticky-data {
	background-color: #fff;
	text-align: center;
	padding: 8px 0;
	float: left;
	width: 100%;
	box-shadow: 0 0 5px rgb(0 0 0 / 10%);
	-webkit-box-shadow: 0 0 5px rgb(0 0 0 / 10%);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	position: fixed;
	left: 0;
	bottom: 0;
	top: auto;
	right: 0;
	z-index: 4;
	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%);
}

.main-sticky-data .sticky-data {
	float: left;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
	text-align: center;
}

.main-sticky-data.fixed {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
}

.sticky_cnt {
	float: left;
	width: 100%;
	padding: 0 5px;
	overflow: hidden;
}

.sticky_cnt a:last-child {
	float: left;
	width: 100%;
	overflow: hidden;
}

.main-sticky-data .sticky-data svg {
	color: #222;
}

.sticky_title {
	float: left;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 3px 0 0;
	color: #222;
	font-weight: 500;
}

@media (max-width: 480px) {
	.sticky_title {
		font-size: 10px;
	}

	.main-sticky-data .sticky-data svg {
		width: 20px;
		height: 20px;
	}
}

/*------------------related-products -------------*/
.related-products .grid-item {
	padding: 0;
}

.related-products.product-grid {
	text-align: center;
	padding: 0;
}

@media only screen and (max-width: 991px) {
	.page-wrapper .main-content {
		margin: 0;
		float: left;
		width: 100%;
		display: inline-block;
		overflow: hidden;
	}
}

/*------------------counter looking product-------------------*/
div#effectiveAppsProductVisitorsCounterElement {
	float: left;
	width: 100%;
	margin: 20px 0 0;
	padding: 7px;
}

div#effectiveAppsProductVisitorsCounterElement p {
	margin: 0;
}

div#effectiveAppsProductVisitorsCounterElement span {
	color: #655b46;
}

/*-----------------------------Quantity ProgressBar----------------------------*/
.product-single .ttqtyprogress span.QuantityAvailable {
	font-size: 15px;
	font-weight: 500;
	color: #f55;
	padding: 0 0 0 30px;
}

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

.ttqtyprogress .quantity {
	color: #4fac42;
	font-weight: 500;
}

.ttqtyprogress span.QuantityAvailable {
	font-weight: 500;
	color: var(--color-body-text);
}

.product-single .ttqtyprogress span.QuantityAvailable {
	background-image: url("//cdn.shopify.com/s/files/1/0633/2078/5125/t/2/assets/fire.png?v=14384662478358297281655717798");
	background-repeat: no-repeat;
	height: 30px;
	width: auto;
	background-size: 30px;
}

.product-single .ttqtyprogress span.quantity {
	color: #ec0000;
	font-size: 18px;
	font-weight: 600;
	padding: 0 5px;
}

.progress {
	margin: 7px 0 21px;
	height: 10px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	width: 100%;
	float: left;
	background: #f5f5f5;
	border-radius: 2.2rem;
}

.product-single .ttqtyprogress .progress-bar {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	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);
}

.progress-bar-animated {
	-webkit-animation: progress-bar-stripes 1s linear infinite;
	animation: progress-bar-stripes 1s linear infinite;
}

@keyframes progress-bar-stripes {
	0% {
		background-position: 1rem 0;
	}

	100% {
		background-position: 0 0;
	}
}

/*==================================Rich Text Editor=======================================*/
.rte {
	color: var(--color-sub-text);
	margin-bottom: 15px;
	line-height: 1.7;
}

.rte>div {
	margin-bottom: 15px;
}

.rte:last-child {
	margin-bottom: 0;
}

.rte h1,
.rte h2,
.rte h3,
.rte .h3,
.rte h4,
.rte .h4,
.rte h5,
.rte .h5,
.rte h6,
.rte .h6 {
	margin-top: 15px;
}

.rte h1:first-child,
.rte h2:first-child,
.rte h3:first-child,
.rte .h3:first-child,
.rte h4:first-child,
.rte .h4:first-child,
.rte h5:first-child,
.rte .h5:first-child,
.rte h6:first-child,
.rte .h6:first-child {
	margin-top: 0;
}

.rte li {
	margin-bottom: 4px;
	list-style: inherit;
}

.rte li:last-child {
	margin-bottom: 0;
}

.rte-setting {
	margin-bottom: 19.44444px;
}

.rte-setting:last-child {
	margin-bottom: 0;
}

.rte img {
	height: auto;
}

.rte table {
	table-layout: fixed;
}

.rte ul,
.rte ol {
	margin: 0 0 17.5px 35px;
}

.rte ul.list--inline,
.rte ol.list--inline {
	margin-left: 0;
}

.rte ul {
	list-style: disc outside;
}

.rte ul ul {
	list-style: circle outside;
}

.rte ul ul ul {
	list-style: square outside;
}

.rte a:not(.btn) {
	padding-bottom: 1px;
}

.text-center.rte ul,
.text-center.rte ol,
.text-center .rte ul,
.text-center .rte ol {
	margin-left: 0;
	list-style-position: inside;
}

.scrollable-wrapper {
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

/*======================================Links and Buttons================================*/
a {
	color: var(--color-text-field);
	background: transparent;
	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;
}

a:hover,
a:focus {
	color: var(--color-text-hover-field);
	outline: none !important;
}

button {
	overflow: visible;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active {
	background: var(--color-btn-secondary);
	color: var(--color-btn-secondary-text);
	font-weight: 500;
	font-size: 13px;
	padding: 14px 20px;
}

.btn,
.btn:focus,
.btn--secondary,
input.btn--secondary,
.product-wrapper .btn_wrapper .pro_btn a {
	float: none;
	font-weight: 500;
	font-size: 14px;
	font-family: var(--font-stack-subheading);
	line-height: var(--font-line-height);
	letter-spacing: var(--font-letterspace);
	margin: 0;
	padding: 12px 23px;
	white-space: nowrap;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
	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;
	overflow: hidden;
	z-index: 1;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 5px;
}

.btn,
.btn--secondary,
input.btn--secondary {
	background-color: var(--color-btn-primary);
	color: var(--color-body);
}

.btn:hover {
	color: var(--color-body);
}

.btn:active,
.btn:focus {
	background-color: var(--color-btn-secondary);
	color: var(--color-body);
	box-shadow: none;
}

.btn[disabled],
.btn.disabled {
	cursor: default;
	color: var(--color-body);
	background-color: var(--color-btn-secondary);
}

.btn::after,
.product-wrapper .pro_btn a::after,
.btn--secondary::after,
input.btn--secondary::after {
	content: "";
	background: var(--color-btn-secondary);
	height: 100%;
	width: 0;
	position: absolute;
	transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-moz-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-o-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-ms-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	top: 0;
	left: auto;
	right: 0;
	z-index: -1;
}

/* .product-list .product-wrapper .product-description .btn_cart .pro_btn a.btn::after,
.product-short-list .product-wrapper .product-description .btn_wrapper .btn_cart .pro_btn a.btn::after {
	background: var(--color-secondary-button);
} */

.product-list .product-wrapper .product-description .btn_cart .pro_btn a.btn:hover::after,
.product-short-list .product-wrapper .btn_wrapper .pro_btn a.btn:hover::after .product-list .product-wrapper .product-description .btn_wrapper .pro_btn a.btn:hover::after,
.product-short-list .product-wrapper .product-description .btn_wrapper .btn_cart .pro_btn a.btn:hover::after {
	width: 100%;
	right: auto;
	left: 0;
}

.btn:hover::after,
.btn--secondary:hover::after,
input.btn--secondary:hover::after,
.btn:focus::after,
.btn--secondary:focus::after,
input.btn--secondary:focus::after,
.btn:active::after,
.btn--secondary:active::after,
input.btn--secondary:active::after {
	width: 100%;
	right: auto;
	left: 0;
}

.product-wrapper .pro_btn a::after {
	background: var(--color-product-secondary);
}

.product-wrapper .add_tocart.pro_btn a:hover::after,
.product-wrapper .add_tocart.pro_btn a:focus::after,
.product-wrapper .add_tocart.pro_btn a:active::after,
.product-wrapper .pro_btn a:hover::after,
.product-wrapper .pro_btn a:focus::after,
.product-wrapper .pro_btn a:active::after {
	width: 100%;
	right: auto;
	left: 0;
}

.input-group-btn.search-submit-wrap .btn:hover::after {
	background: none;
}

.product-list .product-wrapper .btn_wrapper .pro_btn a,
.product-short-list .product-wrapper .btn_wrapper .pro_btn a,
.product-list .product-wrapper .btn_wrapper .add_tocart.pro_btn a::after,
.product-short-list .product-wrapper .btn_wrapper .add_tocart.pro_btn a::after {
	background: none;
}

.product-list .product-wrapper .add_tocart.pro_btn a.btn svg,
.product-short-list .product-wrapper .add_tocart.pro_btn a.btn svg,
.product-list .grid-view-item .btn_cart .tooltip-label,
.product-short-list .grid-view-item .btn_cart .tooltip-label {
	color: var(--color-product-primary-text);
}

.product-list .product-wrapper .add_tocart.pro_btn a.btn.add-to-cart-disable:hover svg,
.product-list .product-wrapper .add_tocart.pro_btn a.btn.add-to-cart-disable:active,
.product-list .product-wrapper .add_tocart.pro_btn a.btn.add-to-cart-disable:focus,
.product-short-list .product-wrapper .add_tocart.pro_btn a.btn.add-to-cart-disable:hover,
.product-short-list .product-wrapper .add_tocart.pro_btn a.btn.add-to-cart-disable:active,
.product-short-list .product-wrapper .add_tocart.pro_btn a.btn.add-to-cart-disable:focus {
	color: var(--color-product-secondary-text);
}

.product-list .product-wrapper .add_tocart.pro_btn a.btn.add-to-cart-disable:hover {
	background-color: var(--color-product-secondary);
}

.product-wrapper .add_tocart.pro_btn a.btn.add-to-cart-disable:hover,
.product-wrapper .add_tocart.pro_btn a.btn.add-to-cart-disable:active,
.product-wrapper .add_tocart.pro_btn a.btn.add-to-cart-disable:focus {
	color: var(--color-product-primary-text);
}

.product-wrapper .add_tocart.pro_btn a.btn.add-to-cart-disable svg {
	color: var(--color-product-primary-text);
}

.product-short-list .grid-view-item .btn_cart a.btn:hover .tooltip-label,
.product-short-list .grid-view-item .btn_cart a.btn:hover .tooltip-label,
.product-short-list .grid-view-item .btn_cart a.btn:hover .tooltip-label,
.product-list .grid-view-item .btn_cart a.btn:focus .tooltip-label,
.product-short-list .grid-view-item .btn_cart a.btn:focus .tooltip-label,
.product-list .grid-view-item .btn_cart a.btn:active .tooltip-label,
.product-short-list .grid-view-item .btn_cart a.btn:active .tooltip-label {
	color: var(--color-btn-secondary-text);
}

.product-list .product-wrapper .btn_cart .pro_btn a.btn svg {
	color: var(--color-product-primary-text);
}

.product-list .product-wrapper .btn_cart .pro_btn a.btn:hover svg {
	color: var(--color-btn-secondary-text);
}

.product-short-list .product-wrapper .btn_cart .pro_btn a.btn:active svg,
.product-short-list .product-wrapper .btn_cart .pro_btn a.btn:focus svg,
.product-short-list .product-wrapper .btn_cart .pro_btn a.btn:hover svg {
	color: var(--color-product-secondary-text);
}

.product-short-list .product-wrapper .btn_cart .pro_btn a.btn.loading .feather-shopping-cart {
	display: none;
}

.product-short-list .btn_cart .pro_btn.add_tocart .add-to-cart-disable.btn:hover svg {
	color: var(--color-product-secondary-text);
}

.product-list .grid-view-item .btn_cart .soldout a.btn:hover .tooltip-label,
.product-short-list .grid-view-item .btn_cart .soldout a.btn:hover .tooltip-label {
	color: var(--color-product-secondary-text);
}

.grid-item:not(.product-short-list, .product-list) .product-wrapper .pro_btn .add-cart-btn.btn:hover svg {
	color: var(--color-btn-primary-text);
}

.grid-item:not(.product-short-list, .product-list) .product-wrapper .pro_btn a.btn:focus svg,
.grid-item:not(.product-short-list, .product-list) .product-wrapper .pro_btn a.btn:active svg,
.product-wrapper .btn_wrapper .pro_btn a.add_to_wishlist svg,
.product-wrapper .btn_wrapper .pro_btn.add-to-compare a.add-in-compare-js.added svg {
	color: var(--color-product-secondary-text);
}

.product-wrapper .pro_btn a.btn span {
	transition: all 100ms ease-in-out 0s;
	-webkit-transition: all 100ms ease-in-out 0s;
	-moz-transition: all 100ms ease-in-out 0s;
	-o-transition: all 100ms ease-in-out 0s;
	-ms-transition: all 100ms ease-in-out 0s;
	vertical-align: middle;
}

.product-layouts .product-wrapper .product-thumb .btn_wrapper .pro_btn a.btn .tooltip-label {
	display: none;
}

.grid-item:not(.product-short-list, .product-list) .product-wrapper .btn_wrapper .pro_btn a.added-wishlist.btn,
.grid-item:not(.product-short-list, .product-list) .product-wrapper .btn_wrapper .pro_btn.add-to-compare a.add-in-compare-js.added,
.grid-item:not(.product-short-list, .product-list) .product-wrapper .pro_btn>a.loading {
	color: var(--color-product-secondary);
}

.product-wrapper .pro_btn a.btn:hover svg,
.product-wrapper .pro_btn a.btn:focus svg,
.product-wrapper .pro_btn a.btn:active svg {
	color: var(--color-product-secondary-text);
	transform: rotateY(180deg);
}

.product-wrapper .btn_wrapper .pro_btn a.added-wishlist.btn,
.product-wrapper .btn_wrapper .pro_btn.add-to-compare a.add-in-compare-js.added,
.product-wrapper .pro_btn>a.loading {
	color: var(--color-product-secondary-text);
}

.product-wrapper .pro_btn a.loading svg,
.product-wrapper .pro_btn .loading a.add_to_wishlist svg {
	color: var(--color-product-secondary-text);
}

.product-wrapper .pro_btn a.loading>i {
	display: none;
}

.grid-view-item .product-wrapper .pro_btn.add_tocart a.loading i.mdi-cached {
	color: var(--color-product-secondary);
}

@media only screen and (max-width: 991px) {

	.product-list .product-wrapper .pro_btn a.loading svg,
	.product-list .product-wrapper .pro_btn .loading a.add_to_wishlist svg,
	.product-short-list .product-wrapper .pro_btn a.loading svg,
	.product-short-list .product-wrapper .pro_btn .loading a.add_to_wishlist svg {
		color: var(--color-product-primary);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@-moz-keyframes fillToRight {
	to {
		width: 100%;
	}
}

@keyframes fillToRight {
	to {
		width: 100%;
	}
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
	background-color: var(--color-btn-secondary);
	color: var(--color-btn-secondary-text);
}

input.spr-button.spr-button-primary:active {
	background: var(--color-btn-secondary);
	color: var(--color-btn-secondary-text);
}

.product-single__addtocart .btn.disabled,
.product-single__addtocart .btn[disabled] {
	background-color: var(--color-btn-secondary);
	color: var(--color-btn-secondary-text);
	cursor: not-allowed;
}

.added-to-cart .btn {
	background-color: var(--color-btn-primary);
	color: var(--color-btn-primary-text);
}

.added-to-cart .btn:active,
.added-to-cart .btn:focus {
	background-color: var(--color-btn-secondary);
	color: var(--color-btn-secondary-text);
}

.added-to-cart .btn:hover {
	color: var(--color-btn-secondary-text);
}

.btn--small {
	padding: 4px 5px;
	font-size: 12px;
}

.btn--large {
	padding: 12px 15px;
	font-size: 16px;
}

.btn--full {
	width: 100%;
	white-space: normal;
}

/*================ Force an input/button to look like a text link ================*/
.text-link {
	display: inline;
	border: 0 none;
	background: none;
	padding: 0;
	margin: 0;
}

/*================= Currency - Language ==================*/
.menu-middle-section ul li.currency a,
.menu-middle-section ul li.language a {
	padding-right: 0;
}

.menu-middle-section ul li.currency .flag-dropdown-menu li a,
.menu-middle-section ul li.language .flag-dropdown-menu li a {
	padding: 7px 15px;
}

.menu-middle-section ul li.currency:hover .flag-dropdown-menu,
.menu-middle-section ul li.language:hover .flag-dropdown-menu {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	visibility: visible;
	display: block;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
}

.flag-dropdown-menu li a i {
	margin-top: 2px;
	margin-right: 7px;
	float: left;
}

.flag-dropdown-menu li a span {
	float: left;
	color: var(--color-text-field);
	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;
}

.flag-dropdown-menu li a:hover span {
	color: var(--color-text-hover-field);
}

.flag-dropdown-menu {
	text-align: left;
	width: 90px;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	visibility: hidden;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-o-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-webkit-transform-origin: 0 0;
	-khtml-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 999;
	padding: 0;
	margin-bottom: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border: none;
	box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.15);
	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;
}

.tbl-list>li.currency .flag-dropdown-menu li a,
.tbl-list>li.language .flag-dropdown-menu li a {
	line-height: 1.2;
	padding: 6px 17px !important;
	border: none;
	font-size: 13px !important;
	float: left;
	width: 100%;
}

.tbl-list>li.currency .flag-dropdown-menu,
.tbl-list>li.currency.open .flag-dropdown-menu,
.tbl-list>li.language .flag-dropdown-menu,
.tbl-list>li.language.open .flag-dropdown-menu {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	visibility: visible;
	display: none;
	transition: none 0s ease 0s;
	-webkit-transition: none 0s ease 0s;
	-moz-transition: none 0s ease 0s;
	-o-transition: none 0s ease 0s;
	-ms-transition: none 0s ease 0s;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
}

.header_1_wrapper *.container-fluid {
	padding: 0 50px;
}

.header_track-order {
	margin: 0 15px 0 0;
	padding: 0 15px 0 0;
	position: relative;
}

.header_track-order a {
	display: flex;
	align-items: center;
}

.header_track-order:after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	height: 20px;
	width: 1px;
	background: #6a6a6a;
	left: auto;
	right: 0;
	margin: auto;
}

.header_language .disclosure #lang-list li a:hover {
	color: #000;
}

.currency_code>i,
.language_code>i {
	margin: 4px 5px 0 0;
	float: left;
	display: none;
}

.header_currency .currency_wrapper .mdi.mdi-chevron-up,
.header_language .language_wrapper .mdi.mdi-chevron-up {
	display: none;
}

.header_language .language_wrapper.active .mdi.mdi-chevron-up {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 3px;
}

.header_currency ul li .currency_wrapper.active .mdi.mdi-chevron-up {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 3px;
}

.header_currency ul li .currency_wrapper.active .mdi.mdi-chevron-down,
.header_language .language_wrapper.active .mdi.mdi-chevron-down {
	display: none;
}

.customer_account .tbl-list>li.currency .flag-dropdown-menu,
.customer_account .tbl-list>li.language .flag-dropdown-menu {
	float: left;
	width: 100%;
	margin: 0;
	top: 43px;
	left: 0;
	right: auto;
}

.customer_account .tbl-list>li.currency .flag-dropdown-menu li,
.customer_account .tbl-list>li.language .flag-dropdown-menu li {
	display: inline-block;
	margin-bottom: 0;
	padding: 5px 0;
	width: 100%;
	vertical-align: top;
}

.customer_account .tbl-list>li.currency .flag-dropdown-menu li a,
.customer_account .tbl-list>li.language .flag-dropdown-menu li a {
	padding: 0 !important;
}

.customer_account .header_currency,
.customer_account .header_language {
	margin: 0;
	padding: 10px 0 0;
	float: left;
	width: 100%;
}

.customer_account .header_language {
	padding: 0;
}

.header_currency .currency_wrapper.dropdown-toggle .currency_code,
.header_language .language_wrapper.dropdown-toggle .language_code {
	margin-right: 5px;
}

.tbl-list>li.currency .flag-dropdown-menu,
.header_language .disclosure #lang-list {
	float: left;
	width: 100%;
	right: 0;
	left: auto;
	top: 100%;
	min-width: 120px;
	z-index: 4;
	position: absolute;
	display: none;
	margin: 0;
	padding: 10px 0;
	background: #fff;
	margin-left: 0;
	text-align: left;
	box-shadow: none;
	border: 1px solid var(--color-border);
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-khtml-border-radius: 0 0 5px 5px;
}

.customer_account .tbl-list>li.currency .flag-dropdown-menu>li,
.header_language .disclosure #lang-list li a {
	display: inline-block;
	margin-bottom: 0;
	padding: 3px 15px;
	width: 100%;
	vertical-align: top;
	line-height: 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;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}

.header_language .disclosure #lang-list li.disclosure-list__item--current a {
	color: #111;
}

.tbl-list>li.currency .flag-dropdown-menu::before,
.tbl-list>li.language .flag-dropdown-menu::before {
	position: absolute;
	content: "\f360";
	font-family: "Material Design Icons";
	height: 30px;
	width: 30px;
	font-size: 30px;
	line-height: 30px;
	right: 5px;
	top: -19px;
	left: auto;
	bottom: auto;
	color: #e5e5e5;
}

.tbl-list>li.language.language-block .flag-dropdown-menu {
	width: auto;
}

.tbl-list>li.currency.currency-block.open .flag-dropdown-menu,
.tbl-list>li.language.language-block.open .flag-dropdown-menu {
	display: block;
}

#currencies-picker {
	width: 100%;
	padding: 35px 0;
	margin: 0 !important;
}

#currencies-picker .selection-box {
	float: right;
	margin: 0;
	position: relative;
}

#currencies-picker .selection-box select {
	border: none;
	padding: 0;
}

#currencies-picker p {
	margin: 0 12px 0 0px;
}

.currency_wrapper.dropdown-toggle,
.language_wrapper.dropdown-toggle {
	position: relative;
	font: 400 13px/20px var(--color-body-text);
	padding: 14px 0;
	float: left;
	width: 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;
}

.language_wrapper.dropdown-toggle {
	padding: 16px 15px 16px 0;
}

.currency_wrapper.dropdown-toggle {
	padding: 16px 0 16px 13px;
}

.header_1_wrapper .menu_toggle_wrap .nav-toggle.active i {
	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;
}

.site-header__search .serach_icon:hover>svg,
.site-header__search .serach_icon.active>svg,
.header_1 .right-link-icon .myaccount:hover .dropdown-toggle>svg,
.header_1 .right-link-icon .myaccount .dropdown-toggle.open>svg,
.header_1 .wrapper-top-cart>.site-header_cart_link:hover svg,
.header_1 .wrapper-top-cart>.site-header_cart_link.active svg,
.header_1 .top-header:hover svg,
#header-sticky .fullscreen_header_toggle .leftmenu:hover i,
.header_1_wrapper .menu_toggle_wrap .nav-toggl.header_1 .right-link-icon .wishlist-icon-div 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;
}

.site-header__search .serach_icon svg,
.header_1 .right-link-icon .myaccount .dropdown-toggle>svg,
.header_1 .wrapper-top-cart>.site-header_cart_link svg,
.header_1 .top-header svg,
.wishlist-icon-div .wishlist svg {
	float: none;
	display: inline-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;
}

.currency-selector-label,
.language-selector-label {
	float: left;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 5px 0;
	font: 500 14px/16px var(--font-stack-subheading);
	color: var(--color-text);
}

.customer_account .header_currency .currency_wrapper.dropdown-toggle,
.customer_account .header_language .language_wrapper.dropdown-toggle {
	display: none;
}

.tbl-list>li.currency .flag-dropdown-menu::before,
.tbl-list>li.language .flag-dropdown-menu::before {
	display: none;
}

@media only screen and (min-width: 992px) {
	#tt-megamenu ul.tt_menus_ul li.tt_menu_item:hover>a::after {
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	#tt-megamenu .tt-mega_menu .tt_menus_ul li.more_menu>ul>li.tt_menu_item.single a span {
		color: var(--color-body-text) !important;
		font-weight: 400;
	}

	.header_1_wrapper #tt-megamenu .tt-mega_menu li.tt_menu_item a::after {
		-webkit-transition: all 0.4s ease-in-out 0s;
		-moz-transition: all 0.4s ease-in-out 0s;
		-ms-transition: all 0.4s ease-in-out 0s;
		-o-transition: all 0.4s ease-in-out 0s;
		transition: all 0.4s ease-in-out 0s;
	}

	.site-header #tt-megamenu .tt-mega_menu .tt_menus_ul>li>a::before {
		display: inline-block;
		font: inherit;
		margin: 0 6px 0 0px;
		vertical-align: top;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		background: transparent;
		height: auto;
		content: " ";
		font-size: 7px;
		left: 45%;
		top: auto;
		bottom: 0;
		pointer-events: none;
		position: absolute;
		transform: translateX(-45%);
		-webkit-transform: translateX(-45%);
		-moz-transform: translateX(-45%);
		-o-transform: translateX(-45%);
		-ms-transform: translateX(-45%);
		transition: text-shadow 0.3s ease 0s, color 0.3s ease 0s;
		font-family: "Material Design Icons";
		font-weight: 600;
		color: transparent;
	}

	.myaccount .mdi.mdi-chevron-up,
	.myaccount.open .mdi.mdi-chevron-down {
		display: none;
	}

	#header-sticky .right-link-icon .top_header_1_link {
		margin-right: 50px;
	}
}

@media only screen and (max-width: 1024px) {
	.flag-dropdown-menu {
		right: auto;
	}

	.tbl-list>li.currency .flag-dropdown-menu li:last-child a,
	.tbl-list>li.language .flag-dropdown-menu li:last-child a {
		margin-right: 0;
	}
}

@media only screen and (max-width: 767px) {

	.currency_code>i,
	.language_code>i {
		margin: 1px 5px 0 0;
	}

	.tbl-list>li.currency .flag-dropdown-menu li a,
	.tbl-list>li.language .flag-dropdown-menu li a {
		font-size: 12px !important;
	}
}

@media only screen and (max-width: 480px) {
	.flag-dropdown-menu li a i {
		margin-right: 5px;
	}
}

/*=================== Lists ==================*/
ul,
ol {
	margin: 0 0 var(--gutter);
	padding: 0;
}

ul {
	list-style: none outside;
}

ol {
	list-style: decimal;
}

ul ul,
ul ol,
ol ol,
ol ul {
	margin: 4px 0 5px 20px;
}

li {
	margin-bottom: 0.25em;
}

ol,
ul.square,
ul.disc {
	margin-left: 20px;
}

ul.square {
	list-style: square outside;
}

ul.disc {
	list-style: disc outside;
}

ol.alpha {
	list-style: lower-alpha outside;
}

.inline-list li {
	display: inline-block;
	margin-bottom: 0;
}

/*====================== Tables ===============================*/
table {
	border: 1px solid var(--color-border);
	float: left;
	width: 100%;
}

table p {
	margin-bottom: 0;
}

table.full {
	width: 100%;
	margin-bottom: 1em;
}

th {
	font-weight: 500;
}

th,
td {
	text-align: center;
	padding: 15px;
	border: 1px solid var(--color-border);
	position: relative;
}

@media only screen and (max-width: 480px) {

	th,
	td {
		padding: 10px;
	}
}

/*======================= Images and Iframes ==============================*/
svg:not(:root) {
	overflow: hidden;
}

img.auto,
.grid-item img,
.grid-item iframe {
	max-width: 100%;
}

.video-wrapper {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	padding-bottom: 56.25%;
	height: 0;
	height: auto;
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.site-nav li .grid-item {
	float: none;
	padding: 0;
}

@media only screen and (max-width: 991px) {
	.video-wrapper {
		margin: 0;
	}
}

/*==================== Forms ========================*/
::-webkit-input-placeholder {
	color: var(--color-body-text);
	opacity: 0.6;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: var(--color-body-text);
	opacity: 0.6;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: var(--color-body-text);
	opacity: 0.6;
}

:-ms-input-placeholder {
	color: var(--color-body-text);
	opacity: 0.6;
}

::-ms-input-placeholder {
	/* Edge 12+ */
	color: var(--color-body-text);
	opacity: 1;
}

form {
	margin: 0 0 15px;
	width: 100%;
	float: left;
}

select {
	font: 400 13px/15px var(--font-stack-subheading);
}

button,
input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="file"],
input[type="number"],
input[type="tel"],
input[type="submit"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
}

input,
textarea,
select,
fieldset {
	max-width: 100%;
}

input.input-full,
textarea.input-full,
select.input-full,
fieldset.input-full {
	width: 100%;
}

input,
select,
textarea {
	padding: 15px;
	line-height: 1.42;
}

input {
	padding: 12px 10px;
}

fieldset {
	border: 1px solid var(--color-border);
	padding: 15px;
}

legend {
	border: 0;
	padding: 0;
}

optgroup {
	font-weight: bold;
}

input {
	display: inline-block;
	width: auto;
}

button,
input[type="submit"] {
	cursor: pointer;
}

input[type="submit"] {
	background-color: var(--color-btn-primary);
	color: var(--color-btn-primary-text);
	cursor: pointer;
	display: inline-block;
	font-weight: 500;
	font-size: 13px;
	font-family: var(--font-stack-body);
	line-height: var(--font-line-height);
	letter-spacing: var(--font-letterspace);
	margin: 0;
	padding: 14px 20px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
	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;
	height: 45px;
}

/*================ Input width and border ================*/
input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="file"],
input[type="number"],
input[type="tel"],
textarea,
select {
	color: var(--color-body-text);
	border: 1px solid var(--color-border);
	width: 100%;
	max-width: 100%;
	display: block;
	margin: 0 0 1em;
	background: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

input[type="text"].input-group,
input[type="search"].input-group,
input[type="password"].input-group,
input[type="email"].input-group,
input[type="file"].input-group,
input[type="number"].input-group,
input[type="tel"].input-group,
textarea[disabled].input-group,
select[disabled].input-group {
	border: 0;
}

input[type="text"]:focus,
input[type="text"].active,
input[type="search"]:focus,
input[type="search"].active,
input[type="password"]:focus,
input[type="password"].active,
input[type="email"]:focus,
input[type="email"].active,
input[type="file"]:focus,
input[type="file"].active,
input[type="number"]:focus,
input[type="number"].active,
input[type="tel"]:focus,
input[type="tel"].active,
textarea:focus,
textarea.active,
select:focus,
select.active {
	background-color: #fff;
}

input[type="text"][disabled],
input[type="text"].disabled,
input[type="search"][disabled],
input[type="search"].disabled,
input[type="password"][disabled],
input[type="password"].disabled,
input[type="email"][disabled],
input[type="email"].disabled,
input[type="file"][disabled],
input[type="file"].disabled,
input[type="number"][disabled],
input[type="number"].disabled,
input[type="tel"][disabled],
input[type="tel"].disabled,
textarea[disabled],
textarea.disabled,
select[disabled],
select.disabled {
	cursor: default;
	background-color: var(--color-btn-secondary);
	border-color: var(--color-btn-secondary);
}

input[type="text"]:active,
input[type="text"]:focus,
input[type="search"]:active,
input[type="search"]:focus,
input[type="password"]:active,
input[type="password"]:focus,
input[type="email"]:active,
input[type="email"]:focus,
input[type="file"]:active,
input[type="file"]:focus,
input[type="number"]:active,
input[type="number"]:focus,
input[type="tel"]:active,
input[type="tel"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus,
textarea:focus,
textarea:active {
	border-color: #c5c5c5;
}

textarea {
	min-height: 100px;
}

input[type="checkbox"],
input[type="radio"] {
	display: inline;
	margin: 0;
	padding: 0;
}

.qty-section.quantity-box .qty-box-set {
	margin-right: 10px;
	margin-bottom: 10px !important;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: var(--selectIcon);
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 8px;
	text-indent: 0.01px;
	text-overflow: "";
	cursor: pointer;
}

.ie9 select,
.lt-ie9 select {
	background-image: none;
	padding-right: 10px;
}

select::-ms-expand {
	display: none;
}

@media (max-width: 991px) {
	.qty-section.quantity-box .qty-box-set {
		margin-right: 10px;
		margin-bottom: 0px;
	}
}

/*================ Form labels ================*/
label,
legend {
	display: inline-block;
	font-family: var(--font-stack-body);
	color: #222;
	vertical-align: top;
	margin-bottom: 2px;
	font-size: 14px;
	font-weight: 500;
}

label.inline,
legend.inline {
	display: inline;
}

/*================ Off-screen labels with placeholder ================*/
.form-label--hidden {
	display: inline;
}

.ie9 .form-label--hidden .visuallyhidden,
.lt-ie9 .form-label--hidden .visuallyhidden {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/*================ We don't want the same label treatment for checkboxes/radios ================*/
input[type="checkbox"]+label,
input[type="radio"]+label {
	font-weight: 500;
}

label[for] {
	cursor: pointer;
}

.label-hint {
	color: #999;
}

/*================ Horizontal Form ================*/
form.form-horizontal,
.form-horizontal {
	margin-bottom: 0;
}

form.form-horizontal input[type="text"],
.form-horizontal input[type="text"],
form.form-horizontal input[type="search"],
.form-horizontal input[type="search"],
form.form-horizontal input[type="password"],
.form-horizontal input[type="password"],
form.form-horizontal input[type="email"],
.form-horizontal input[type="email"],
form.form-horizontal input[type="file"],
.form-horizontal input[type="file"],
form.form-horizontal input[type="number"],
.form-horizontal input[type="number"],
form.form-horizontal input[type="tel"],
.form-horizontal input[type="tel"],
form.form-horizontal textarea,
.form-horizontal textarea,
form.form-horizontal select,
.form-horizontal select,
form.form-horizontal label,
.form-horizontal label {
	display: inline-block;
	margin-bottom: 0;
	width: auto;
}

/*================ Error styles ================*/
input[type="text"].error,
input[type="search"].error,
input[type="password"].error,
input[type="email"].error,
input[type="file"].error,
input[type="number"].error,
input[type="tel"].error,
textarea.error {
	border-color: var(--errorRed);
	background-color: var(--errorRedBg);
	color: var(--errorRed);
}

label.error {
	color: var(--errorRed);
}

/*================ Input Group ================*/
.input-group input::-moz-focus-inner {
	border: 0;
	padding: 0;
	margin-top: -1px;
	margin-bottom: -1px;
}

.input-group-field,
.input-group-btn {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
}

.input-group .input-group-field {
	height: 50px;
}

.input-group .btn {
	height: 40px;
}

.input-group .input-group-field {
	width: 100%;
	margin-bottom: 0;
	border: none;
}

.input-group-btn {
	position: relative;
	white-space: nowrap;
	width: 0%;
	padding: 0;
}

.input-group-btn .btn {
	background-color: transparent;
}

.input-group-btn .btn .icon {
	color: var(--color-body-text);
	position: relative;
	font-size: 18px;
	line-height: 18px;
}

/*====================== Icons ==============================*/
.icon-fallback-text .icon {
	display: none;
}

.supports-fontface .icon-fallback-text .icon i {
	display: inline-block;
	vertical-align: middle;
	font-size: 22px;
}

@media only screen and (max-width: 991px) {
	.supports-fontface .icon-fallback-text .icon i {
		font-size: 20px;
	}
}

@media only screen and (max-width: 480px) {
	.ttinput_newsletter .icon-fallback-text .icon {
		display: inline-block;
	}
}

.supports-fontface .icon-fallback-text .fallback-text {
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	font: 400 13px/16px var(--font-stack-body);
	vertical-align: middle;
	display: none;
}

.supports-fontface .icon-fallback-text .mdi.mdi-magnify {
	font-size: 28px;
	vertical-align: middle;
}

.supports-fontface footer .icon-fallback-text .fallback-text {
	display: none;
}

.supports-fontface li:hover .icon-fallback-text .icon {
	color: #fff;
	cursor: pointer;
}

.icon:before {
	display: none;
}

.supports-fontface .icon:before {
	display: inline;
	font-family: icons;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*================ Icon mapping ================*/
.icon-apple_pay:before {
	content: "\e904";
}

.icon-amazon_payments:before {
	content: "\e905";
}

.icon-american_express:before {
	content: "\41";
}

.icon-bitcoin:before {
	content: "\42";
}

.icon-cart:before {
	content: "\e600";
}

.icon-chevron-down:before {
	content: "\e606";
}

.icon-chevron-left:before {
	content: "\e605";
}

.icon-chevron-right:before {
	content: "\e602";
}

.icon-chevron-up:before {
	content: "\e608";
}

.icon-cirrus:before {
	content: "\43";
}

.icon-comment:before {
	content: "\e60b";
}

.icon-cross:before {
	content: "\e60d";
}

.icon-dankort:before {
	content: "\64";
}

.icon-diners_club:before {
	content: "\63";
}

.icon-discover:before {
	content: "\44";
}

.icon-dogecoin:before {
	content: "\e908";
}

.icon-dwolla:before {
	content: "\e900";
}

.icon-facebook:before {
	content: "\66";
}

.icon-fancy:before {
	content: "\46";
}

.icon-forbrugsforeningen:before {
	content: "\e901";
}

.icon-google_plus:before {
	content: "\e902";
}

.icon-hamburger:before {
	content: "\e601";
}

.icon-instagram:before {
	content: "\e903";
}

.icon-interac:before {
	content: "\49";
}

.icon-jcb:before {
	content: "\4a";
}

.icon-litecoin:before {
	content: "\e907";
}

.icon-maestro:before {
	content: "\6d";
}

.icon-master:before {
	content: "\4d";
}

.icon-minus:before {
	content: "\e609";
}

.icon-paypal:before {
	content: "\50";
}

.icon-pinterest:before {
	content: "\70";
}

.icon-plus:before {
	content: "\e60a";
}

.icon-rss:before {
	content: "\72";
}

.icon-search:before {
	content: "\e60f";
}

.icon-snapchat:before {
	content: "\e909";
}

.icon-stripe:before {
	content: "\53";
}

.icon-tag:before {
	content: "\e60c";
}

.icon-tumblr:before {
	content: "\74";
}

.icon-twitter:before {
	content: "\54";
}

.icon-vimeo:before {
	content: "\76";
}

.icon-visa:before {
	content: "\56";
}

.icon-youtube:before {
	content: "\79";
}

.payment-icons {
	cursor: default;
	margin: 0;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	float: left;
}

.payment-icons li {
	margin: 0 0 0 8px;
	cursor: default;
	color: var(--FooterBottomText);
}

.payment-icons li:first-child {
	margin: 0;
}

.active-facets.active-facets-desktop {
	float: right;
	width: 100%;
	text-align: right;
}

.payment-icons .icon {
	font-size: 24px;
	line-height: 28px;
}

.social-icons {
	margin: 0;
}

.social-icons li a {
	display: inline-block;
	margin: 0 10px 0 0;
}

.social-icons li {
	vertical-align: middle;
}

.social-icons li:first-child {
	margin: 0;
}

.social-icons li .icon {
	font-size: 14px;
	line-height: 20px;
}

.shopify-section-group-footer-group .social-icons li a {
	color: var(--colorFooterSocial);
}

.shopify-section-group-footer-group .social-icons li a:hover {
	color: var(--colorFooterSocialHover) !important;
}

/*================= Pagination =========================*/
.pagination {
	margin-bottom: 1em;
}

.search-products .pagination-wrap .showing {
	margin: 10px 0 0;
}

.pagination-custom>li {
	float: none;
	display: inline-flex;
	justify-content: space-around;
	text-align: center;
	width: 28px;
	height: 28px;
	line-height: 26px;
	margin-right: 5px;
	border: 1px solid transparent;
	margin-bottom: 0;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-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;
}

.pagination_border {
	float: left;
	width: 100%;
	border: 1px solid var(--color-border);
	margin: 0 0 30px 0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

.pagination_border .pagination-wrap {
	margin: 0 0 0px;
}

.pagination-wrap {
	padding: 17px 16px;
	margin: 30px 0 30px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	background: #f8f8f8;
}

.search-products .pagination-wrap {
	margin: 0px 0 30px;
}

.pagination-wrap .infinite-scrolling {
	float: none;
	display: inline-block;
	vertical-align: top;
	width: auto;
}

.pagination-wrap .infinite-scrolling .btn {
	overflow: hidden;
	margin: 0 0 15px;
}

.pagination-custom li:first-child>a,
.pagination-custom li:first-child>span {
	margin-left: 0;
}

.pagination-custom li:hover,
.pagination-custom li a:hover {
	cursor: pointer;
	z-index: 2;
}

.pagination-custom li.disabled i {
	width: 28px;
	height: 28px;
	line-height: 28px;
}

.fixed-content .product-single__header .product-single__desc ul li {
	color: #666;
}

.pagination-custom li.disabled:hover {
	background: none !important;
	border-color: var(--color-border);
	color: var(--color-text-field);
	cursor: unset;
}

.pagination-custom li.disabled>span,
.pagination-custom li.disabled>a,
.pagination-custom li.disabled>a:hover,
.pagination-custom li.disabled>a:focus {
	color: var(--color-body-text);
	cursor: not-allowed;
}

.pagination-custom>.active>a,
.pagination-custom>.active>span,
.pagination-custom>.active>a:hover,
.pagination-custom>.active>span:hover,
.pagination-custom>.active>a:focus,
.pagination-custom>.active>span:focus {
	color: var(--color-product-secondary-text);
	cursor: default;
	z-index: 1;
}

.pagination-custom-lg>li>a,
.pagination-custom-lg>li>span {
	font-size: em(18px);
	padding: 10px 16px;
}

.pagination-custom-sm>li>a,
.pagination-custom-sm>li>span {
	padding: 5px 10px;
	font-family: var(--font-stack-body);
	font-size: em(12px);
}

@media (max-width: 991px) {
	.pagination_border {
		margin: 0 0 30px 0;
	}
}

/*================ Section Headers ================*/
.section-header {
	margin: 0 0 25px;
	position: relative;
}

.section-header .form-horizontal {
	display: inline-block;
	vertical-align: middle;
}

.popup-toggle .sticky_header.fixed {
	z-index: 9 !important;
}

/*=================== Common Header CSS ==================*/
.icon-btn {
	float: left;
	text-align: center;
	position: relative;
}

.search_full_active .myaccount.icon-btn,
.search_full_active .wishlist-icon-div .wishlist-icon,
.search_full_active .site-header__cart.icon-btn {
	z-index: 0;
}

.template-index .breadcrumb-block {
	display: none;
}

.site-header__search .search_wrapper .collections-selector select {
	font-weight: 400;
	font-size: 13px;
	border-radius: 5px;
}

.header_logo_wrap {
	float: left;
	width: auto;
}

.Site-navigation.fixed .tt-nav-right-div .site-header__cart.icon-btn.hide {
	display: block !important;
}

.header-top-right .icon-btn {
	position: relative;
}

.header_1_wrapper .right-link-icon {
	float: right;
	width: auto;
}

body .page-wrapper::after {
	background: rgba(0, 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: 1;
}

body.footer1-open .page-wrapper::after {
	z-index: 9;
}

body.search-open.template-404 .page-wrapper::after {
	display: none;
}

body.template-search.search-open .page-wrapper::after {
	display: none;
}

.site-header .sticky_header .center-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media only screen and (max-width: 991px) {
	.fullscreen_header .nav-menu-wrap {
		float: left;
		width: 100%;
	}

	.header_1_wrapper *.container-fluid {
		padding: 0 15px;
	}

	.site-header .sticky_header .center-header {
		flex-wrap: wrap;
	}

	.open-header.page-wrapper::after {
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		visibility: visible;
	}
}

@media only screen and (min-width: 992px) {
	.wrapper-wrap.fullscreen_header {
		display: none;
	}
}

.site-header .sticky_header.fixed {
	transition: all 600ms ease-in-out 0s;
	-webkit-transition: all 600ms ease-in-out 0s;
	-moz-transition: all 600ms ease-in-out 0s;
	-o-transition: all 600ms ease-in-out 0s;
	-ms-transition: all 600ms ease-in-out 0s;
	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);
	position: fixed !important;
	width: auto;
	left: 0;
	right: 0;
	top: 0;
	z-index: 10;
	background-color: var(--color-btn-secondary-text);
	min-height: 110px;
}

@media (max-width: 450px) {
	.payment-icons .icon {
		width: 25px;
		height: 25px;
	}
}

/*==================== cart =====================*/
.wrapper-top-cart>.site-header_cart_link {
	float: left;
	width: auto;
	z-index: 1;
	position: relative;
	padding: 25px 0px;
	display: flex;
	align-items: center;
}

.site-header__cart-count .cart-products-count {
	width: 20px;
	height: 20px;
	border-radius: 50px;
	font-size: 11px;
	line-height: 17px;
	float: left;
	background: var(--color-btn-primary-text);
	color: var(--color-text);
	text-align: center;
	font-weight: 500;
}

.site-header .dropdown-backdrop {
	z-index: 0;
}

.myaccount .customer_account ul li:hover svg,
.myaccount .customer_account ul li:hover a {
	color: #000;
}

.myaccount .customer_account ul li svg {
	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;
	margin-right: 5px;
	height: 18px;
	width: 18px;
}

.myaccount .customer_account svg {
	color: #777777;
}

.site-header__cart .wrapper-top-cart .cart-products-count {
	display: inline-block;
	float: none;
	vertical-align: top;
	position: absolute;
	top: 0;
	left: 41px;
	bottom: 0;
	margin: auto;
	border: 2px solid #ffffff;
}

.cart-products-detail {
	display: block;
	text-align: left;
	font: 600 18px/20px var(--font-stack-header);
	margin: 0 0 5px 0;
	color: var(--color-header-text);
	text-transform: uppercase;
}

.cart_svg_div svg {
	color: var(--color-btn-primary-text);
}

#CartCount_sticky .price {
	font: 500 14px/16px var(--font-stack-subheading);
	display: block;
	text-align: left;
	color: VAR(--color-meta);
}

.cart_svg_div {
	padding: 15px 17px 15px 13px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	background: var(--color-btn-primary);
	margin: 0 15px 0 0;
}

.account_icon_div {
	padding: 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	background: #eff2f6;
	margin: 0 15px 0 0;
}

@media (max-width: 1530px) {
	.site-header__cart .wrapper-top-cart .cart-products-count {
		left: 44px;
	}

	.site-header__cart-count .cart-products-count {
		line-height: 15px;
	}
}

span.cart-products-count {
	margin: 0;
}

#slidedown-cart .has-items .actions i,
.product-single .product-information-inner .checkout-btn .checkout.btn i {
	margin-right: 7px;
	font-size: 20px;
	line-height: 20px;
	vertical-align: middle;
}

.mini-cart-wrap .product-details .price {
	font-size: 18px;
	line-height: 22px;
}

#slidedown-cart .product-details .product-name,
#slidedown-cart .product-details .variants,
#slidedown-cart #recently-viewed-products .product-description .h4 {
	float: left;
	width: 100%;
	margin: 0 0 5px;
}

#slidedown-cart .product-details .product-name>a:hover {
	color: var(--color-text-hover-field);
}

#slidedown-cart .product-details .product-name>a,
#slidedown-cart #recently-viewed-products .product-description .h4 a {
	float: left;
	width: 100%;
	color: var(--color-text-product);
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font: 500 14px/16px var(--font-stack-subheading);
	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;
}

#slidedown-cart .total {
	margin: 5px 0 20px;
}

#slidedown-cart .total .label {
	font: 600 18px/20px var(--font-stack-body);
	color: var(--color-text);
}

#slidedown-cart .total .money {
	font-size: 18px;
	color: var(--color-text);
}

#slidedown-cart .has-items .item {
	float: left;
	width: 100%;
	position: relative;
	margin: 0 0 10px;
}

#slidedown-cart .has-items .actions .btn {
	background: var(--color-btn-primary);
	padding: 10px 50px;
	line-height: 20px;
}

#slidedown-cart .has-items .actions .btn.text-chackout {
	background: var(--color-btn-secondary);
	-webkit-box-shadow: 0 1px 6px 0 rgb(0 0 0 / 8%);
	-moz-box-shadow: 0 1px 6px 0 rgb(0 0 0 / 8%);
	-ms-box-shadow: 0 1px 6px 0 rgb(0 0 0 / 8%);
	-o-box-shadow: 0 1px 6px 0 rgb(0 0 0 / 8%);
	box-shadow: 0 1px 6px 0 rgb(0 0 0 / 8%);
	margin: 0 0 10px 0;
	color: var(--color-body);
}

#slidedown-cart .has-items .actions .btn:active,
#slidedown-cart .has-items .actions .btn:focus,
#slidedown-cart .has-items .actions .btn:after {
	background-color: var(--color-btn-secondary);
	color: var(--color-header-text);
}

#slidedown-cart .has-items .actions .btn.text-chackout:hover,
#slidedown-cart .has-items .actions .btn.text-chackout:active,
#slidedown-cart .has-items .actions .btn.text-chackout:after {
	background-color: var(--color-btn-primary);
	color: var(--color-btn-secondary-text);
}

#slidedown-cart .has-items .actions .btn.text-cart {
	margin-bottom: 5px;
}

#slidedown-cart .btn-remove:hover::before,
#slidedown-cart .btn-remove:hover::after,
.fixed-cart-wrap #slidedown-cart .cart-close:hover::before,
.fixed-cart-wrap #slidedown-cart .cart-close:hover::after,
.search-full-screen span.close-search:hover::before,
.search-full-screen span.close-search:hover::after,
.ajax-success-modal .close-modal:hover::before,
.ajax-success-modal .close-modal:hover::after {
	background-color: #ef5c5c;
}

#slidedown-cart .btn-remove:hover,
.cart-close:hover,
#tt-megamenu .tt-mega_menu .menu-close:hover,
.search-full-screen span.close-search:hover,
.ajax-success-modal .close-modal:hover {
	background: #f5f5f5;
}

#slidedown-cart {
	line-height: 1.7;
	position: fixed;
	left: auto;
	right: 0;
	text-align: center;
	top: 0;
	bottom: 0;
	width: 420px;
	z-index: 999;
	background: #fff;
	border: 1px solid var(--color-border);
	border-right: none;
	flex-direction: column;
	display: flex;
}

.mini-cart-footer {
	float: left;
	width: 100%;
	padding: 30px;
	background: #f5f5f5;
	z-index: 2;
}

.mini-cart-footer .actions {
	text-align: center;
}

.mini-cart-footer .actions .text-cart {
	border: none;
	border-bottom: 1px solid var(--color-border);
	font-weight: 500;
	color: var(--color-body-text);
	padding: 0;
	background: 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;
}

.mini-cart-footer .actions .text-cart:hover {
	border-bottom-color: var(--color-body-text);
}

#slidedown-cart .product-details {
	float: left;
	width: 55%;
	text-align: left;
	padding: 0 15px;
}

#slidedown-cart .product-image {
	float: left;
	width: 100px;
	border: 1px solid var(--color-border);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

#slidedown-cart .product-image img {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

#slidedown-cart .btn-remove {
	color: #111;
	width: 22px;
	height: 22px;
	line-height: 14px;
	font-size: 14px;
	padding: 3px;
	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;
	display: inline-block;
	border-radius: 50%;
}

#slidedown-cart .btn-remove span {
	font-size: 0px;
}

.sticky_header #slidedown-cart .mini-cart-wrap::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
}

.sticky_header #slidedown-cart .mini-cart-wrap::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9);
}

.sticky_header #slidedown-cart .mini-cart-wrap::-webkit-scrollbar {
	width: 5px;
}

.site-header__cart #slidedown-cart .mini-cart-wrap.ps-container {
	overflow: hidden;
	max-height: 700px;
	text-align: center;
}

.site-header__cart #slidedown-cart .mini-cart-wrap .no-items>p {
	margin: 0;
	float: left;
	width: 100%;
	line-height: 22px;
}

.site-header__cart #slidedown-cart .mini-cart-wrap .no-items>p a {
	background-color: var(--color-product-primary);
	color: var(--color-product-primary-text);
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	padding: 10px 20px;
}

.site-header__cart #slidedown-cart .mini-cart-wrap .no-items>p a:hover {
	background-color: var(--color-product-secondary);
}

.site-header__cart #slidedown-cart .mini-cart-wrap .cart-collateral .price {
	font-size: 14px;
}

.mini-products-list .product-details .variants {
	color: var(--color-body-text);
}

.mini-products-list .product-details .cart-collateral {
	color: var(--color-text);
}

.site-header__cart #slidedown-cart .ps-container>.ps-scrollbar-x-rail {
	display: none !important;
}

.site-header__cart .mini-products-list .product-details .variants,
.site-header__cart .mini-products-list .product-details p.product-name {
	margin: 0;
	float: left;
	width: 100%;
	font-size: 13px;
	line-height: 16px;
}

.site-header__cart .mini-products-list .product-details .variants {
	margin: 0 0 4px;
}

ul.mini-products-list {
	text-align: center;
	flex-direction: column;
	display: flex;
	float: left;
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 100%;
	flex-grow: 1;
	scrollbar-width: thin;
	padding: 0 30px;
}

ul.mini-products-list::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
}

ul.mini-products-list::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9);
}

ul.mini-products-list::-webkit-scrollbar {
	width: 5px;
}

.price-regular .money {
	text-decoration: line-through;
}

.cart-close {
	right: 20px;
	z-index: 999;
	top: 25px;
	cursor: pointer;
	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;
}

.quick-view .close-window {
	float: none;
	display: inline-block;
	vertical-align: top;
	width: 30px;
	top: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
}

.quick-view .close-window:hover {
	background-color: #f5f5f5;
}

.product-template__container .add-to-cart-sticky.fixed .cart-close::after,
.product-template__container .add-to-cart-sticky.fixed .cart-close::before,
.fixed-cart-wrap #slidedown-cart .cart-close::after,
.fixed-cart-wrap #slidedown-cart .cart-close::before,
.search-full-screen span.close-search::before,
.search-full-screen span.close-search::after,
.product-template__container .modal-dialog .modal-content .modal-header button.close::after,
.product-template__container .modal-dialog .modal-content .modal-header button.close::before,
.quick-view .close-window::before,
.quick-view .close-window::after,
.wishlist_table .product-remove .remove_from_wishlist::after,
.wishlist_table .product-remove .remove_from_wishlist::before,
#slidedown-cart .btn-remove::before,
#slidedown-cart .btn-remove::after,
#newsletterModal .modal-header .close::before,
#newsletterModal .modal-header .close::after,
.compare-model .close::before,
.compare-model .close::after,
.ajax-success-modal .close-modal::before,
.ajax-success-modal .close-modal::after,
.tt-mega_menu .menu-close::after,
.tt-mega_menu .menu-close::before {
	content: "";
	position: absolute;
	height: 2px;
	width: 20px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
	transform-origin: 50% 50%;
	background-color: #222;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	visibility: visible;
	-moz-transition: -moz-transform ease 0.25s;
	-webkit-transition: -webkit-transform ease 0.25s;
	-o-transition: -o-transform ease 0.25s;
	-ms-transition: -ms-transform ease 0.25s;
	transition: transform ease 0.25s;
}

.product-notification .closeNotify::before,
.product-notification .closeNotify::after {
	content: "";
	position: absolute;
	height: 2px;
	width: 20px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
	transform-origin: 50% 50%;
	background-color: #fff;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	visibility: visible;
	-moz-transition: -moz-transform ease 0.25s;
	-webkit-transition: -webkit-transform ease 0.25s;
	-o-transition: -o-transform ease 0.25s;
	-ms-transition: -ms-transform ease 0.25s;
	transition: transform ease 0.25s;
}

.compare-model .close::before,
.compare-model .close::after {
	left: auto;
	width: 18px;
	top: -10px;
}

.wishlist_table .product-remove .remove_from_wishlist::after,
.wishlist_table .product-remove .remove_from_wishlist::before,
#slidedown-cart .btn-remove::before,
#slidedown-cart .btn-remove::after,
.product-notification .closeNotify::after,
.product-notification .closeNotify::before {
	width: 12px;
	height: 1px;
}

.main-content .container-fluid .table-responsive {
	min-height: 388px;
}

.ajax-success-modal .close-modal::before,
.ajax-success-modal .close-modal::after {
	width: 18px;
	height: 1px;
}

.wishlist_table .product-remove .remove_from_wishlist:hover::after,
.wishlist_table .product-remove .remove_from_wishlist:hover::before {
	background-color: var(--color-product-secondary);
}

.product-template__container .add-to-cart-sticky.fixed .cart-close:hover:after,
.add-to-cart-sticky.fixed .cart-close:before,
.fixed-cart-wrap #slidedown-cart .cart-close:hover::after,
.fixed-cart-wrap #slidedown-cart .cart-close::before,
.search-full-screen span.close-search::before,
.search-full-screen span.close-search:hover::after,
.product-template__container .modal-dialog .modal-content .modal-header button.close:hover::after,
.product-template__container .modal-dialog .modal-content .modal-header button.close::before,
.quick-view .close-window::before,
.quick-view .close-window:hover::after,
.wishlist_table .product-remove .remove_from_wishlist::before,
.wishlist_table .product-remove .remove_from_wishlist:hover::after,
#slidedown-cart .btn-remove::before,
#slidedown-cart .btn-remove:hover::after,
#newsletterModal .modal-header .close::before,
#newsletterModal .modal-header .close:hover::after,
.compare-model .close::before,
.compare-model .close:hover::after,
.ajax-success-modal .close-modal::before,
.ajax-success-modal .close-modal:hover::after,
.product-notification .closeNotify::before,
.product-notification .closeNotify:hover::after,
.tt-mega_menu .menu-close::after,
.tt-mega_menu .menu-close:hover::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.product-template__container .add-to-cart-sticky.fixed .cart-close:hover:before,
.product-template__container .add-to-cart-sticky.fixed .cart-close::after,
.fixed-cart-wrap #slidedown-cart .cart-close::after,
.fixed-cart-wrap #slidedown-cart .cart-close:hover::before,
.search-full-screen span.close-search:hover::before,
.search-full-screen span.close-search::after,
.product-template__container .modal-dialog .modal-content .modal-header button.close::after,
.product-template__container .modal-dialog .modal-content .modal-header button.close:hover::before,
.quick-view .close-window:hover::before,
.quick-view .close-window::after,
.wishlist_table .product-remove .remove_from_wishlist:hover::before,
.wishlist_table .product-remove .remove_from_wishlist::after,
#slidedown-cart .btn-remove:hover::before,
#slidedown-cart .btn-remove::after,
#newsletterModal .modal-header .close:hover::before,
#newsletterModal .modal-header .close::after,
.compare-model .close:hover::before,
.compare-model .close::after,
.ajax-success-modal .close-modal:hover::before,
.ajax-success-modal .close-modal::after,
.product-notification .closeNotify:hover::before,
.product-notification .closeNotify::after,
.tt-mega_menu .menu-close::before,
.tt-mega_menu .menu-close:hover::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#slidedown-cart .btn-remove:hover::before,
#slidedown-cart .btn-remove:hover::after,
.fixed-cart-wrap #slidedown-cart .cart-close:hover::before,
.fixed-cart-wrap #slidedown-cart .cart-close:hover::after,
.search-full-screen span.close-search:hover::before,
.search-full-screen span.close-search:hover::after,
.ajax-success-modal .close-modal:hover::before,
.ajax-success-modal .close-modal:hover::after,
.quick-view .close-window:hover::after,
.quick-view .close-window:hover::before,
.tt-mega_menu .menu-close:hover::after,
.tt-mega_menu .menu-close:hover::before {
	background-color: #ef5c5c;
}

#tt-megamenu .tt-mega_menu .menu-close {
	top: 20px;
	left: auto;
	bottom: auto;
	cursor: pointer;
	right: 22px;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
}

#top .wrapper-top-cart>.site-header_cart_link {
	padding: 17px 5px 15px 55px;
}

button.btn.text-cart {
	float: right;
}

.fixed-cart-wrap {
	position: fixed;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	visibility: hidden;
	z-index: 9999;
}

.fixed-cart-wrap #slidedown-cart .empty-carticon svg {
	height: 77px;
	width: 41px;
	fill: var(--color-btn-primary);
}

.fixed-cart-wrap.active {
	visibility: visible;
}

#slidedown-cart .has-items .summary {
	float: left;
	width: 100%;
	left: auto;
	right: 0;
	text-align: center;
	top: auto;
	bottom: 0;
	z-index: 999;
	background: #f5f5f5;
}

.cart__remove {
	height: 20px;
	width: 20px;
	float: none;
	display: inline-block;
	vertical-align: top;
	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: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	color: #ff0000;

	&:hover a i {
		color: #111;
	}
}

.fixed-cart-wrap #slidedown-cart {
	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%);
	padding: 30px 0 0;
	top: 0;
	right: 0;
	bottom: 0;
	text-align: left;
}

.fixed-cart-wrap #slidedown-cart .cart-close i.mdi.mdi-close {
	width: 32px;
	height: 32px;
	font-size: 0px;
	line-height: 32px;
}

#slidedown-cart .mini-cart-title {
	font: 600 22px/22px var(--font-stack-header);
	color: var(--color-text);
	margin: 0 0 30px;
	padding: 0 30px;
	text-transform: uppercase;
}

.fixed-cart-wrap.active #slidedown-cart {
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
}

.fixed-cart-wrap #slidedown-cart .no-items {
	position: absolute;
	inset: 0px;
	margin: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 165px;
	justify-content: center;
}

.tab-inner>ul#jquery-tab-pager-navi {
	display: none;
}

.header-top-right,
.header-top-left {
	float: left;
}

.header-top-right {
	float: right;
}

#slidedown-cart .nav-tabs>li.nav-item a.nav-link {
	border-radius: 0px;
	margin: 0;
	padding: 12px 54px;
	background: none;
}

#slidedown-cart .nav-tabs {
	padding: 0 8px;
}

#slidedown-cart .nav-tabs li svg {
	color: #888;
}

#slidedown-cart .nav-tabs li a.active svg {
	color: var(--color-btn-secondary);
}

#slidedown-cart .nav-tabs li {
	position: relative;
}

#slidedown-cart .nav-tabs li a.active:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 2px;
	background-color: var(--color-btn-secondary);
	bottom: -1px;
	left: 0;
	right: 0;
}

#slidedown-cart #recently-viewed-products .thumbs.product-thumb {
	width: 33%;
}

#slidedown-cart #recently-viewed-products .product-description {
	width: 67%;
	padding: 0 15px;
	text-align: left;
	margin: 0;
}

#slidedown-cart #recently-viewed-products {
	text-align: center;
	flex-direction: column;
	display: flex;
	float: left;
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 100%;
	flex-grow: 1;
	scrollbar-width: thin;
	padding: 0 15px;
	margin: 0;
}

#slidedown-cart #recently-viewed-products .thumbs.product-thumb .spr-badges.grid-item-meta {
	display: none;
}

#slidedown-cart #recently-viewed-products .product-wrapper {
	margin: 0 0 10px;
}

@media only screen and (max-width: 991px) {
	.tt-nav-right-div .site-header__cart span.title {
		display: none;
	}

	.full-search-wrapper .product_categories {
		display: block !important;
	}

	.wrapper-top-cart>.site-header_cart_link:hover::before,
	.wrapper-top-cart>.site-header_cart_link.active::before {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}

	.tt-nav-right-div .site-header__cart span.title {
		display: none;
	}

	span.cart-products-text {
		display: none;
	}

	.site-header .tt-nav-right-div .site-header__cart-count span.hidden-sm-down {
		display: none;
	}

	.site-header .header_logo_wrap .tt-nav-right-div .site-header__cart .wrapper-top-cart {
		float: left;
		height: 50px;
		width: 50px;
	}
}

@media (max-width: 575px) {
	.fixed-cart-wrap.active #slidedown-cart {
		overflow-y: auto;
		overflow-x: hidden;
		max-height: 100%;
		display: block;
	}
}

@media only screen and (max-width: 480px) {
	.full-search-wrapper #collection-option {
		justify-content: center;
	}

	.wrapper-top-cart>.site-header_cart_link i {
		font-size: 22px;
	}

	#slidedown-cart .actions i,
	.product-single .product-information-inner .checkout-btn .checkout.btn i {
		margin-right: 3px;
	}

	#slidedown-cart {
		width: 308px;
	}

	#slidedown-cart .actions .btn {
		padding: 10px;
	}

	#slidedown-cart .product-details {
		width: 58%;
		padding: 0 10px;
	}

	.cart-close {
		top: 20px;
	}

	#slidedown-cart .mini-cart-title {
		margin: 0 0 15px;
	}

	#slidedown-cart .product-image {
		width: 80px;
	}
}

/*===========================wishlist============================*/

.wishlist-icon-div .wishlist svg {
	width: 20px;
	height: 20px;
}

@media (max-width: 991px) {}

@media (max-width: 575px) {}

/*========================== search =========================*/
.search-results li.no-result {
	width: 100%;
	padding: 15px;
}

.search-result-product,
.pagination-wrap,
.search-products {
	float: left;
	width: 100%;
}

.site-header__search .serach_icon {
	cursor: pointer;
	position: relative;
	z-index: 1;
}

.full-search-wrapper .search-results li {
	height: auto;
	margin: 0 0 15px;
}

.full-search-wrapper .search-results li.no-result span.title {
	font-size: 22px;
}

.full-search-wrapper .search-results li>span.title a {
	color: #555;
	font-size: 18px;
}

.full-search-wrapper .search-results li>span.title a:hover {
	color: #111;
}

.full-search-wrapper .search-results li.ac_over {
	background: none;
}

.full-search-wrapper .search-results li.no-result {
	padding: 0;
}

.site-header__search.icon_btn .search_wrapper,
.site-header__search.icon-btn .search_wrapper {
	background: var(--color-body) none repeat scroll 0 0;
	position: absolute;
	right: 0;
	top: 100%;
	width: 320px;
	display: none;
	z-index: 1;
	bottom: auto;
}

.product-wrapper .product-qty form {
	margin: 0;
}

.site-header__search.icon_btn .search_wrapper form.input-group.search-bar,
.site-header__search.icon-btn .search_wrapper form.input-group.search-bar {
	border: none;
	margin: 0;
	border-radius: 5px;
}

.site-header__search.icon_btn .search_wrapper form.input-group.search-bar .btn::after,
.site-header__search.icon-btn .search_wrapper form.input-group.search-bar .btn::after {
	display: none;
}

.site-header__search.icon_btn .search_wrapper .input-group input[type="search"],
.site-header__search.icon-btn .search_wrapper .input-group input[type="search"] {
	height: 50px;
	width: auto;
	float: none;
	display: inline-block;
	vertical-align: top;
	flex-grow: 1;
	position: relative;
	padding: 0 75px 0 21px;
	margin-left: 0 !important;
	border-radius: 5px;
}

body.search_full_active {
	position: fixed;
	float: left;
	width: 100%;
}

.full-search-wrapper .search-results li.serach-restult {
	float: left;
	width: 100%;
}

.search-full-screen {
	z-index: 4;
	height: auto;
	background: #fff;
	display: none;
}

.search-full-screen .full-search-wrapper {
	min-height: 220px;
	padding: 3% 0 0;
}

.search-full-screen span.close-search {
	color: #666;
	top: 60px;
	right: 122px;
	width: 30px;
	height: 30px;
	line-height: 30px;
}

.full-search-wrapper .search-title {
	font: 500 18px/20px var(--font-stack-header);
	color: #111;
}

.product_categories {
	margin: 0 0 15px;
}

.product_categories a {
	text-decoration: underline;
	margin: 0 5px;
}

.full-search-wrapper button.btn.search-submit.icon-fallback-text i {
	font-size: 30px;
	color: #666;
	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;
}

.full-search-wrapper button.btn.search-submit.icon-fallback-text:hover i {
	color: #111;
}

.full-search-wrapper .input-group-btn {
	position: absolute;
	top: 28px;
	bottom: 0;
	left: auto;
	right: 3%;
}

.full-search-wrapper button.btn.search-submit.icon-fallback-text::before {
	display: none;
}

.search-full-screen span.close-search a {
	float: right;
	width: auto;
}

.search-full-screen .full-search-wrapper.search-overlap .search-inner {
	display: block;
	padding: 0;
	overflow: inherit;
}

.search-bar {
	float: left;
	border: none;
}

.full-search-wrapper input[type="search"] {
	font-size: 30px;
	color: #222;
	border: none;
	font-weight: 500;
	height: 80px;
	line-height: 80px;
	border-bottom: 2px solid rgba(84, 84, 84, 0.1);
	padding: 0px;
}

.full-search-wrapper input[type="search"]::-webkit-input-placeholder {
	color: #666;
}

.full-search-wrapper form.search-bar:hover i {
	color: #111;
}

.full-search-wrapper .close-search a {
	float: right;
	width: auto;
}

.full-search-wrapper .close-search i {
	font-size: 0px;
	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;
}

.full-search-wrapper .search-results,
.full-search-wrapper .search-results .thumbnail,
.full-search-wrapper .search-results .title {
	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;
}

.full-search-wrapper .search-results .title {
	background: none;
	color: #555555;
	font-family: var(--font-stack-header);
}

.full-search-wrapper .search-results .title:hover {
	color: #222222;
}

.header-top-right .icon-btn.site-header__search {
	position: initial;
}

.search-inner {
	padding: 50px 0px;
	display: none;
	overflow: auto;
	height: 100%;
	float: left;
	width: 100%;
}

.search-inner .search-bar {
	float: left;
	border: none;
	max-width: 100%;
	margin: 0;
}

span.close-search {
	margin: 20px 0;
	float: right;
	cursor: pointer;
}

.fullscreen_wrapper .nav-menu-wrap {
	float: left;
	width: 100%;
}

@media (max-width: 1399px) and (min-width: 1200px) {
	.search-result-product .medium-up--one-quarter {
		width: 25%;
	}
}

@media only screen and (max-width: 1400px) {
	.search-full-screen span.close-search {
		right: 112px;
	}
}

@media only screen and (max-width: 1199px) {
	.full-search-wrapper .input-group-btn {
		right: 3%;
	}

	.search-full-screen span.close-search {
		right: 92px;
	}
}

@media (max-width: 1025px) {
	.search-inner .search-bar {
		margin: 0 auto;
	}
}

@media only screen and (max-width: 991px) {
	.search-full-screen .full-search-wrapper {
		min-height: 160px;
	}

	.full-search-wrapper .close-search i {
		font-size: 24px;
	}

	.product_categories h4 {
		font-size: 14px;
		line-height: 16px;
		white-space: nowrap;
	}

	.search-full-screen span.close-search {
		top: 30px;
	}

	.full-search-wrapper .search-title {
		font-size: 13px;
		line-height: 14px;
		margin-bottom: 30px;
	}

	.full-search-wrapper .input-group-btn {
		right: 5%;
		top: 0px;
	}

	.full-search-wrapper button.btn.search-submit.icon-fallback-text i {
		font-size: 24px;
	}

	.full-search-wrapper input[type="search"] {
		font-size: 24px;
		height: 50px;
		line-height: 50px;
	}
}

.full-search-wrapper .search-submit {
	font-size: 30px;
	color: var(--color-text-field);
	height: 50px;
}

@media only screen and (max-width: 767px) {
	.search-full-screen span.close-search {
		right: 15px;
		top: 20px;
	}

	.full-search-wrapper .search-submit {
		height: 40px;
	}

	.supports-fontface .icon-fallback-text .fallback-text {
		display: none;
	}

	.search-inner {
		padding: 50px 20px;
	}

	.product_categories a {
		font-size: 13px;
		line-height: 18px;
	}

	.full-search-wrapper input[type="search"] {
		font-size: 20px;
		height: 40px;
		line-height: 40px;
	}
}

@media (max-width: 575px) {
	search-full-screen span.close-search {
		right: 15px;
		top: 15px;
	}
}

@media only screen and (max-width: 543px) {

	.site-header__search.icon_btn .search_wrapper,
	.site-header__search.icon-btn .search_wrapper {
		width: 290px;
	}
}

@media only screen and (max-width: 480px) {
	.search-full-screen span.close-search {
		top: 10px;
	}

	.site-header__search.icon_btn .search_wrapper::before,
	.site-header__search.icon-btn .search_wrapper::before {
		right: 20%;
	}

	input[type="search"] {
		padding: 0 10px;
	}

	.search-full-screen .full-search-wrapper {
		min-height: 130px;
		padding: 7% 0 0 0px;
	}

	.search-inner {
		padding: 30px 15px;
	}

	.full-search-wrapper .search-results .title {
		font-size: 14px;
	}

	.full-search-wrapper .input-group-btn {
		right: 12%;
	}
}

@media (max-width: 460px) {
	.site-header__search.icon-btn .search_wrapper .input-group input[type="search"] {
		width: 60%;
	}
}

/*============================ myaccount ==========================*/
.wrapper .header-icon .myaccount.icon-btn {
	position: relative;
}

.myaccount.icon-btn .dropdown-toggle:hover .account-img>i,
.myaccount.icon-btn .dropdown-toggle.open .account-img>i {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
}

.myaccount.icon-btn .dropdown-toggle .account-img>i {
	font-size: 30px;
	line-height: 39px;
	cursor: pointer;
	float: left;
	height: 100%;
	width: 100%;
	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;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}

@media only screen and (max-width: 480px) {
	.myaccount.icon-btn .dropdown-toggle .account-img>i {
		font-size: 24px;
	}
}

.myaccount .dropdown-toggle {
	float: left;
	width: 100%;
	cursor: pointer;
	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;
}

.myaccount .customer_account {
	width: 200px;
	position: absolute;
	right: 0;
	left: auto;
	top: 100%;
	background: var(--color-body);
	border: 1px solid var(--color-border);
	padding: 15px;
	display: none;
	z-index: 999;
	text-align: left;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-khtml-border-radius: 0 0 5px 5px;
}

.myaccount .customer_account ul {
	margin: 0;
	float: left;
	width: 100%;
}

.myaccount .customer_account ul li:last-child {
	padding: 0 !important;
	margin: 0 !important;
}

.myaccount .customer_account ul li {
	padding: 2px 0;
	float: left;
}

.myaccount .customer_account ul li .compare-icon-div svg {
	margin: 0 5px 0 0;
	height: 17px;
	width: 17px;
}

.wishlist-icon-div a>i {
	cursor: pointer;
	float: right;
	font-size: 26px;
	height: 100%;
	line-height: 50px;
	margin: 0 auto;
	width: 100%;
	z-index: 1;
	display: none;
}

/*----------- topmenu ------------*/
.icons_wrap_div.menu-item-show {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	display: inline-block;
}

.icons_wrap_div {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}

.toggle_left_icon {
	float: none;
	display: inline-block;
	width: auto;
	line-height: 2.5;
}

@media only screen and (max-width: 991px) {

	.open .mobile-nav__sublist-trigger .mobile-nav__sublist-expand,
	.nav-menu-wrap ul.site-nav__dropdown,
	.site-nav__dropdown,
	.mobile-nav__sublist-trigger .mobile-nav__sublist-contract {
		display: none;
	}

	.open .mobile-nav__sublist-trigger .mobile-nav__sublist-contract {
		display: block;
	}

	.leftmenu {
		display: none;
	}

	.nav_dropdown-toggle.btn {
		width: 30px;
	}

	span.mobile-nav__sublist-trigger {
		position: absolute;
		right: 15px;
		top: 5px;
		width: 20px;
		height: 20px;
		text-align: center;
		cursor: pointer;
		line-height: 20px;
		z-index: 1;
	}

	.mobile-nav__sublist-trigger.is-active .mobile-nav__sublist-contract {
		display: block;
	}

	.nav-menu-wrap .nav-toggle {
		float: left;
		width: 100%;
		text-align: left;
	}

	.nav-menu-wrap .nav-toggle,
	.site-nav--has-dropdown .site-nav__dropdown-toggle,
	.nav_dropdown-toggle.btn,
	.nav_dropdown-toggle.btn--secondary,
	input.nav_dropdown-toggle[type="submit"],
	.mobile-nav__sublist-trigger {
		display: block !important;
	}

	.nav-menu-wrap .header-top-right {
		position: absolute;
		right: 0;
	}

	.flex-direction-nav .flex-prev::before,
	.flex-direction-nav .flex-next::before {
		color: #111;
	}
}

@media only screen and (max-width: 480px) {
	.nav-menu-wrap .menu_toggle_wrap>button {
		font-size: 25px;
	}
}

/*================ mobile menu bar =================*/
@media only screen and (min-width: 992px) {

	.nav-toggle,
	.site-nav--has-dropdown .site-nav__dropdown-toggle,
	.nav_dropdown-toggle.btn,
	.nav_dropdown-toggle.btn--secondary,
	input.nav_dropdown-toggle[type="submit"],
	.mobile-nav__sublist-trigger {
		display: none;
	}

	.menu_toggle_wrap {
		display: none;
	}
}

/*------------------ title -------------*/
.tt-innerpagetitle {
	float: left;
	font: 700 24px/28px var(--font-stack-header);
	padding: 0;
	text-align: left;
	width: 100%;
	color: var(--color-header-text);
	margin: 0 0 20px;
	text-transform: uppercase;
}

.search-products .search-result-product .col-main .products-grid-view .product-wrapper .product-description .grid-view-item__meta .product-price__price {
	font-size: 17px;
	line-height: 20px;
}

.search-products .search-result-product .col-main .products-grid-view .product-wrapper .product-description .grid-view-item__meta .product-price__price.compare_price {
	font-size: 15px;
	line-height: 18px;
	vertical-align: baseline;
}

@media only screen and (max-width: 767px) {
	.tt-innerpagetitle {
		font-size: 18px;
		line-height: 20px;
	}
}

p.bottom-indent {
	line-height: 24px;
	float: left;
	width: 100%;
}

.rte .page-subheading {
	color: var(--color-text);
	float: left;
	width: 100%;
	font-weight: 600;
	text-transform: uppercase;
}

.tthometab-title h3 {
	margin: 30px 0 0;
}

.template-page .page-content p {
	float: left;
	width: 100%;
	line-height: 24px;
}

.ttsub-title {
	font: 400 46px/48px var(--font-stack-subheading);
	float: left;
	width: 100%;
	z-index: 1;
	position: relative;
}

.section-header .subtitle {
	font: 400 16px/18px var(--font-stack-subheading);
	margin: 0 0 15px;
	color: var(--color-sub-text);
}

h2.tt-pagetitle {
	float: left;
	width: 100%;
	margin: 0 0 10px;
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	color: var(--color-text);
}

h3.tt-pagesubtitle {
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 10px;
}

.search-products .text--left.section-header__title {
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	float: left;
	width: 100%;
	color: var(--color-text);
	text-transform: uppercase;
}

.search-products .product-layouts {
	display: inline-block;
	float: left;
	position: relative;
	padding: 0;
}

.search-result-product .product-grid .product-wrapper {
	padding: 15px;
}

@media only screen and (max-width: 1199px) {
	.search-result-product .products-grid-view .grid-item {
		width: 33.33%;
		clear: none;
	}
}

@media only screen and (max-width: 991px) {
	.section-header {
		margin: 0 0 15px;
	}

	.section-header .subtitle {
		margin: 0 0 10px;
		font-size: 14px;
		line-height: 16px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.search-result-product .products-grid-view .grid-item:nth-child(3n + 1) {
		clear: both;
	}
}

@media only screen and (max-width: 767px) {
	.ttsub-title {
		font-size: 36px;
		line-height: 38px;
	}

	.search-products .text--left.section-header__title {
		font-size: 20px;
		line-height: 30px;
	}
}

@media only screen and (max-width: 720px) {
	.search-result-product .products-grid-view .grid-item {
		width: 50%;
	}
}

@media only screen and (max-width: 575px) {
	.section-header {
		margin: 0 0 20px;
	}

	.ttsub-title {
		font-size: 26px;
		line-height: 28px;
	}

	.section-header .subtitle {
		margin: 0 0 6px;
		font-size: 12px;
		line-height: 14px;
	}

	.ttdesc {
		font-size: 16px;
		line-height: 15px;
		margin: 10px 0;
	}
}

@media only screen and (max-width: 480px) {
	.search-result-product .products-grid-view .grid-item {
		width: 50%;
	}
}

/*===================== Dropdowns =======================*/
.page-move--nav .nav-bar {
	height: 100%;
}

.nav-bar .grid-item {
	height: 100%;
}

.nav-bar .icon {
	color: var(--color-text-field);
}

.nav-bar .wrapper {
	padding: 0;
}

@media only screen and (min-width: 1025px) {
	.lt-ie9 .nav-bar {
		margin-top: -var(--gutter);
	}
}

/*================ Mobile Nav ================*/
.cart-toggle {
	color: var(--color-text-field);
	display: inline-block;
	text-align: center;
	width: 100%;
}

.cart-toggle:active,
.nav-toggle:active,
.cart-toggle:hover,
.nav-toggle:hover,
.cart-toggle:focus,
.nav-toggle:focus {
	color: #111;
}

.cart-toggle {
	font-size: em(18px);
}

.hidden-count {
	display: none;
}

.nav-mobile {
	position: absolute;
	background-color: #fff;
	font-family: var(--font-stack-body);
	height: 100%;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 0;
	overflow: hidden;
}

@media only screen and (min-width: 1025px) {
	.cart-toggle {
		height: auto;
		margin: 0;
		width: auto;
	}

	.nav-mobile {
		display: none;
	}
}

.nav-mobile .page-move--nav {
	position: absolute;
}

.mobile-drawer--open .nav-mobile {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.page-element.activated {
	transition: left 0.5s cubic-bezier(0.75, 0.03, 0.52, 1);
	-webkit-transition: left 0.5s cubic-bezier(0.75, 0.03, 0.52, 1);
	-moz-transition: left 0.5s cubic-bezier(0.75, 0.03, 0.52, 1);
	-o-transition: left 0.5s cubic-bezier(0.75, 0.03, 0.52, 1);
	-ms-transition: left 0.5s cubic-bezier(0.75, 0.03, 0.52, 1);
}

@media only screen and (max-width: 1024px) {
	.nav-search {
		margin: 0 0 15px;
	}
}

/*================ Secondary nav ================*/
.nav-secondary {
	font-family: var(--font-stack-body);
	font-size: 14px;
	margin: 0;
}

.nav-secondary a {
	color: var(--colorFooterContent);
}

.nav-secondary li:first-child {
	margin: 0;
}

/*================ Page nav ====================*/
.article-pagination,
.product-pagination {
	border: 1px solid var(--color-border);
	font-family: var(--font-stack-body);
	font-size: em(14px);
	margin: var(--gutter) 0;
	padding: var(--gutter) 0;
}

.article-pagination.last,
.product-pagination.last {
	border-bottom: 0;
	padding-bottom: 0;
}

.article-pagination p,
.product-pagination p {
	margin: 0;
}

.article-pagination .article-pagination__sep,
.product-pagination .article-pagination__sep,
.article-pagination .product-pagination__sep,
.product-pagination .product-pagination__sep {
	padding: 0 var(--gutter) / 4;
}

@media only screen and (min-width: 1025px) {

	.article-pagination,
	.product-pagination {
		margin: var(--gutter) * 2 0;
	}
}

/*================== Breadcrumb ========================*/
.breadcrumb-wrapper {
	float: left;
	width: 100%;
	padding: 22px 0;
	background-color: var(--color-bg-breadcrumb);
	margin: 0 0 50px;
	text-align: center;
}

.breadcrumb-wrapper .breadcrumb-wrap {
	color: var(--color-text-breadcrumb);
}

.breadcrumb-wrapper .breadcrumb .breadcrumb__sep::before {
	content: "/";
	font-family: "Material Design Icons";
	font-size: 20px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin: 0px 8px;
}

.breadcrumb-wrapper.breadcrumb-content {
	padding: 18px;
}

.breadcrumb-wrapper.breadcrumb-content .breadcrumb-wrap {
	float: left;
	width: 100%;
}

.spr-header-title {
	font-size: 21px;
}

.page-header {
	display: none;
}

.breadcrumb a,
.breadcrumb-wrap a,
.breadcrumb-wrap *,
.breadcrumb-wrapper .breadcrumb-wrap span.title,
.breadcrumb-wrapper .breadcrumb-wrap .h1,
.breadcrumb .breadcrumb__sep:before {
	color: var(--color-text-breadcrumb);
	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;
}

.breadcrumb-wrap a:hover {
	color: var(--color-text-hover-breadcrumb);
}

@media (max-width: 767px) {
	.breadcrumb-wrapper {
		margin: 0 0 30px;
	}
}

@media (max-width: 480px) {
	.breadcrumb-wrapper .breadcrumb-wrap {
		font-size: 11px;
	}

	.breadcrumb-wrapper {
		padding: 15px 0;
	}

	.breadcrumb {
		display: block;
		text-align: center;
	}
}

/*=================== Custom Section ===========================*/
.isotop_filter_wrap {
	float: left;
	width: 100%;
	position: relative;
}

.tt-product-items.animatedcontainer {
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
}

.tt-product-filters ul li {
	list-style: none;
	display: inline;
	margin-right: 5px;
}

.ttproduct-categories-wrap {
	float: left;
	width: 100%;
}

/*---------------- CountDown CSS ----------------------------*/
.countdownHolder {
	width: 184px;
	margin: 0 auto;
	text-align: center;
	letter-spacing: -3px;
}

.position {
	display: inline-block;
	height: 1.6em;
	overflow: hidden;
	position: relative;
	width: 1.05em;
}

.digit {
	position: absolute;
	display: block;
	width: 1em;
	background-color: #444;
	border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	-khtml-border-radius: 0.2em;
	text-align: center;
	color: #fff;
	letter-spacing: -1px;
}

.digit.static {
	box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.35);
	-webkit-box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.35) one;
	-moz-box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.35);
	-ms-box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.35);
	-o-box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.35);
	background-image: linear-gradient(bottom, #3a3a3a 50%, #444444 50%);
	background-image: -o-linear-gradient(bottom, #3a3a3a 50%, #444444 50%);
	background-image: -moz-linear-gradient(bottom, #3a3a3a 50%, #444444 50%);
	background-image: -webkit-linear-gradient(bottom, #3a3a3a 50%, #444444 50%);
	background-image: -ms-linear-gradient(bottom, #3a3a3a 50%, #444444 50%);
	background-image: -webkit-gradient(linear,
			left bottom,
			left top,
			color-stop(0.5, #3a3a3a),
			color-stop(0.5, #444444));
}

/*********You can use these classes to hide parts of the countdown that you don't need.*********/
.countDays {}

.countDiv0 {}

.countHours {}

.countDiv1 {}

.countMinutes {}

.countDiv2 {}

.countSeconds {}

.countDiv {
	display: inline-block;
	width: 16px;
	height: 1.6em;
	position: relative;
}

.countDiv:before,
.countDiv:after {
	position: absolute;
	width: 5px;
	height: 5px;
	background-color: #444;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	left: 50%;
	margin-left: -3px;
	top: 0.5em;
	box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.5);
	-webkit-box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.5);
	-moz-box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.5);
	-ms-box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.5);
	-o-box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.5);
	content: "";
}

.countDiv:after {
	top: 0.9em;
}

#note {
	color: #666666;
	font-size: 12px;
	margin: 0 auto;
	padding: 4px;
	text-align: center;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flip-countdown-text {
	margin-top: -7px;
	font-size: 20px;
	color: #24ceff;
}

.fixed-content .product-single__header .flip-countdown {
	position: static;
	width: auto;
}

.flip-countdown .time {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	display: inline-block;
	text-align: center;
	position: relative;
	height: 44px;
	width: 48px;
	margin-right: 5px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.flip-countdown .count {
	background: #111;
	color: #fff;
	display: block;
	font-size: 23px;
	line-height: 44px;
	font-weight: 500;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	overflow: hidden;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	-ms-transform: translateZ(0);
}

.flip-countdown .count.top {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	height: 50%;
	transform-origin: 50% 100%;
}

.flip-countdown .count.bottom {
	background: #111;
	line-height: 0;
	height: 50%;
	top: 50%;
	transform-origin: 50% 0;
}

.flip-countdown .count.curr.top {
	transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	z-index: 3;
}

.flip-countdown .count.next.bottom {
	transform: rotateX(90deg);
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	-o-transform: rotateX(90deg);
	-ms-transform: rotateX(90deg);
	z-index: 2;
}

.flip-countdown .label {
	font-size: 14px;
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	color: #111;
	padding: 0;
	font-weight: 500;
}

.flip-countdown .flip .count.curr.top {
	transition: all 250ms ease-in-out;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transform: rotateX(-90deg);
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	-o-transform: rotateX(-90deg);
	-ms-transform: rotateX(-90deg);
}

.flip-countdown .flip .count.next.bottom {
	transition: all 250ms ease-in-out 250ms;
	-webkit-transition: all 250ms ease-in-out 250ms;
	-moz-transition: all 250ms ease-in-out 250ms;
	-o-transition: all 250ms ease-in-out 250ms;
	-ms-transition: all 250ms ease-in-out 250ms;
	transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
}

.flip-countdown.countdown-block span {
	height: auto;
	width: 34px;
	float: none;
	top: 0px;
	bottom: auto;
	display: inline-block;
	font: 500 15px/17px var(--font-stack-subheading);
	vertical-align: top;
	position: relative;
	text-align: center;
	color: var(--color-body);
}

.flip-countdown.countdown-block .time-txt {
	font-weight: 500;
}

.flip-countdown.countdown-block span .time-txt {
	display: none;
	font-size: 11px;
	color: var(--color-text);
}

.flip-countdown.countdown-block span.time-txt::after {
	display: none;
}

.flip-countdown.countdown-block span.second::after {
	display: none;
}

.flip-countdown.countdown-block span::last-child::after {
	display: none;
}

.flip-countdown.countdown-block span:last-child::after {
	display: none;
}

.flip-countdown.countdown-block span.left-txt {
	display: none;
}

.flip-countdown.countdown-block span.second {
	color: var(--color-body);
}

.flip-countdown.countdown-block span:last-child {
	margin: 0 auto;
}

.flip-countdown.simple-countdown {
	width: 100%;
	float: left;
}

.flip-countdown.simple-countdown .countdown-container span::after {
	color: var(--color-body);
	content: ":";
	font-size: 16px;
	position: absolute;
	right: -2px;
	top: -2px;
	font-weight: 600;
}

.flip-countdown.countdown-block {
	display: block !important;
	visibility: visible;
}

.flip-countdown.simple-countdown {
	display: none;
	visibility: hidden;
}

.flip-countdown.countdown-container {
	width: auto;
	float: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.flip-countdown.countdown-block {
	background: var(--color-btn-secondary);
	position: absolute;
	height: 40px;
	left: 0px;
	right: 0px;
	text-align: center;
	top: 0px;
	bottom: auto;
	float: left;
	width: auto;
	border: none;
	margin: auto;
	z-index: 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;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	visibility: visible;
	padding: 12px 0 12px 30px;
	border-radius: 5px;
}

.flip-countdown.countdown-block::after {
	content: "\f150";
	position: absolute;
	font-family: "Material Design Icons";
	left: 30px;
	right: auto;
	font-size: 17px;
	color: var(--color-body);
	top: 13px;
	width: 40px;
}

.products-grid-view .product-grid .flip-countdown.countdown-block::after {
	left: 60px;
}

.product-grids .flip-countdown.countdown-block::after {
	left: 29%;
}

@media (max-width: 1599px) {
	.products-grid-view .product-grid .flip-countdown.countdown-block::after {
		left: 55px;
	}
}

@media (max-width: 1499px) {
	.products-grid-view .product-grids .flip-countdown.countdown-block::after {
		left: 21% !important;
		line-height: unset;
	}

	.products-grid-view .product-grid .flip-countdown.countdown-block::after {
		left: 20px;
	}
}

@media (max-width: 1399px) {
	.flip-countdown.countdown-block.countdown-block {}

	.products-grid-view .product-grids .flip-countdown.countdown-block::after {
		left: 18% !important;
	}

	.products-grid-view .product-grid .flip-countdown.countdown-block::after {
		left: 10px;
	}
}

@media (max-width: 1399px) {}

.product-wrapper:hover .product-thumb .product-image .flip-countdown.countdown-block {
	top: -62px;
}

.special-collection-l-1 .l-2-special-col .product-wrapper {
	border: 2px solid var(--color-btn-primary);
	padding: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

.special-collection-l-1 .l-2-special-col .product-wrapper:hover .product-single__thumbs_nav {
	visibility: visible;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
}

.special-collection-l-1 .l-2-special-col .product-wrapper .product-single__thumbs_nav {
	visibility: hidden;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
}

.special-collection-l-1 .l-2-special-col .product-wrapper:hover .product-single__thumbs_nav.swiper-button-disabled {
	opacity: 0.4;
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	-webkit-opacity: 0.4;
}

.special-collection-l-1 .l-2-special-col .product-wrapper .product-single__thumbs_nav.swiper-button-disabled {
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
}

.swiper-slide:first-child .product-wrapper {
	border: none;
}

.special-collection-l-1 .l-2-special-col .swiper-slide:first-child .product-wrapper {
	border: 2px solid var(--color-btn-secondary);
}

.product-wrapper {
	padding: 0px 20px 7px 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-left: 1px solid var(--color-border);
}

.grid-item.product-grids .grid-view-item .product-wrapper,
.grid-item.product-grid .grid-view-item .product-wrapper {
	padding: 0 15px 7px 15px;
}

.swiper-slide-active:not(.l-2-special-col .swiper-slide-active) .product-wrapper {
	border-left: none !important;
}

@media (max-width: 1199px) {
	.products-grid-view .product-grids .flip-countdown.countdown-block::after {
		left: 16px !important;
	}
}

@media (max-width: 991px) {
	.special-collection-l-1 .l-2-special-col .product-wrapper .product-single__thumbs_nav {
		visibility: visible;
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
	}

	.special-collection-l-1 .l-2-special-col .product-wrapper .product-single__thumbs_nav.swiper-button-disabled {
		opacity: 0.4;
		-moz-opacity: 0.4;
		-khtml-opacity: 0.4;
		-webkit-opacity: 0.4;
	}
}

/*  product-grids  */

.grid-item.product-grids:nth-child(3n + 1) .grid-view-item .product-wrapper {
	border-left: none;
}

.grid-item.product-grids:nth-child(3n + 3) .grid-view-item .product-wrapper {
	border-right: none;
}

@media (max-width: 767px) {
	.grid-item.product-grids:nth-child(2n + 1) .grid-view-item .product-wrapper {
		border-left: none;
		border-right: 1px solid var(--color-border);
	}

	.grid-item.product-grids .grid-view-item .product-wrapper {
		border-left: none;
	}
}

/*  search border  */

.search-result-product .products-grid-view .grid-item:nth-child(4n + 1) .product-layouts .product-wrapper {
	border-left: none;
}

.search-result-product .products-grid-view .grid-item:nth-child(4n + 1) .product-layouts .product-wrapper {
	border-right: none;
}

@media (max-width: 1199px) {
	.search-result-product .products-grid-view .grid-item:nth-child(3n + 1) .product-layouts .product-wrapper {
		border-left: none;
	}

	.search-result-product .products-grid-view .grid-item:last-child .product-layouts .product-wrapper {
		border-right: 1px solid var(--color-border);
	}

	.search-result-product .products-grid-view .grid-item:nth-child(3n + 3) .product-layouts .product-wrapper {
		border-right: none;
	}

	.search-result-product .products-grid-view .grid-item:nth-child(4n + 4) .product-layouts .product-wrapper {
		border-right: 1px solid var(--color-border);
	}
}

@media (max-width: 720px) {
	.search-result-product .products-grid-view .grid-item:nth-child(odd) .product-layouts .product-wrapper {
		border-right: 1px solid var(--color-border);
	}

	.search-result-product .products-grid-view .grid-item:nth-child(4n + 4) .product-layouts .product-wrapper {
		border-right: none;
	}

	.search-result-product .products-grid-view .grid-item .product-layouts .product-wrapper {
		border-left: none;
	}
}

/*  product-grid  */

.grid-item.product-grid:nth-child(4n + 1) .grid-view-item .product-wrapper {
	border-left: none;
}

.grid-item.product-grid:nth-child(4n + 4) .grid-view-item .product-wrapper {
	border-right: none;
}

@media (max-width: 1199px) {
	.grid-item.product-grid:nth-child(3n + 1) .grid-view-item .product-wrapper {
		border-left: none;
	}

	.grid-item.product-grid:nth-child(3n + 3) .grid-view-item .product-wrapper {
		border-right: none;
	}

	.grid-item.product-grid:nth-child(4n + 4) .grid-view-item .product-wrapper {
		border-right: 1px solid var(--color-border);
	}
}

@media (max-width: 767px) {
	.grid-item.product-grid:nth-child(odd) .grid-view-item .product-wrapper {
		border-right: 1px solid var(--color-border);
	}

	.grid-item.product-grid:nth-child(4n + 4) .grid-view-item .product-wrapper {
		border-right: none;
	}

	.grid-item.product-grid .grid-view-item .product-wrapper {
		border-left: none;
	}
}

.product-short-list .product-wrapper .product-description .grid-view-item__meta,
.product-short-list .product-wrapper .product-description .btn_wrapper {
	margin: 1% 0 0 0;
}

.product-short-list .product-wrapper,
.product-list .product-wrapper {
	border: 1px solid var(--color-border);
	padding: 15px;
	transition: none;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

.product-list .flip-countdown.simple-countdown .countdown-container.countdown-block {
	display: block;
}

.product-wrapper:hover .flip-countdown.simple-countdown .countdown-container.countdown-block {
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	visibility: hidden;
}

.left-txt,
.time-txt {
	display: none;
}

.large--one-fifth .flip-countdown.countdown-block span {
	margin: 0 10px 0 0;
}

.large--one-sixth .flip-countdown.countdown-block span {
	width: 20px;
	padding: 0;
	font-size: 14px;
}

.product-information .product-information-inner .flip-countdown.countdown-block {
	position: relative;
	padding: 12px 30px 12px 49px;
	top: 0;
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 991px) {
	.flip-countdown.simple-countdown {
		display: none !important;
	}

	.fixed-content .product-single__header .flip-countdown.countdown-block {
		display: block !important;
	}
}

@media (max-width: 1499px) {
	.flip-countdown.countdown-block.countdown-block::after {
		left: 18px;
	}
}

@media (max-width: 1399px) {
	.flip-countdown.countdown-block.countdown-block::after {
		left: 12px;
	}
}

@media (max-width: 1199px) {
	.products-grid-view .product-grids .flip-countdown.simple-countdown .countdown-container.countdown-block::after {
		left: 15px !important;
	}
}

@media (max-width: 575px) {

	.product-short-list .product-wrapper,
	.product-list .product-wrapper {
		padding: 10px;
	}

	.product-wrapper {
		padding: 10px;
	}
}

/*----------------------header-1---------------------------*/
.empty-carticon {
	display: inline-flex;
	align-items: flex-end;
	justify-content: center;
	width: 80px;
	height: 80px;
	position: relative;
	text-align: center;
	border-radius: 50%;
	background-color: #faebd7;
	overflow: hidden;
}

#tt-megamenu .tt_menu_item span.icon {
	height: 20px;
	width: 20px;
	line-height: 20px;
	float: left;
	margin: 0 8px 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

#accessibleNav li {
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	position: relative;
}

#shopify-section-TT-megamenu {
	float: none;
	display: inline-block;
	vertical-align: top;
	width: 272px;
	padding: 10px 0;
}

#accessibleNav>li>a {
	float: none;
	display: inline-block;
	vertical-align: top;
	font: 600 18px/20px var(--font-stack-header);
	position: relative;
	overflow: hidden;
	z-index: 1;
	padding: 12px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	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;
	text-transform: uppercase;
}

.ttresponsive_menu {
	float: left;
	width: auto;
}

.bottom_header_1 #accessibleNav li a {
	background: none;
}

#accessibleNav {
	float: none;
	display: inline-block;
	vertical-align: top;
	width: auto;
	position: relative;
	margin-bottom: 0px;
}

.header_1 .header-contact {
	float: right;
	width: auto;
	padding: 16px 20px;
	height: 50px;
	background: #eff2f6;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	margin: 10px 0;
}

.header_1 .header-contact .contact-number {
	font: 600 15px/16px var(--font-stack-body);
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	text-transform: uppercase;
	display: inline-block;
}

.header_1 .header-contact {
	display: flex;
}

.header_1 .header-contact span {
	margin: 0 10px 0 0;
	font-size: 18px;
	line-height: 18px;
	vertical-align: middle;
}

.input-group {
	flex-wrap: nowrap;
}

.top_header_1 {
	position: relative;
	z-index: 3;
}

.left-nav .header-announce a {
	display: flex;
	align-items: center;
}

.top_header_1_link {
	width: 50%;
	justify-content: end;
}

#tt-megamenu .toggle_menu:hover .mdi,
.header_1_wrapper .left-nav a:hover svg,
.header_1_wrapper .top_header_1 .top_header_1_link .header_track-order a:hover i:before,
.header_1_wrapper .bottom_header_1 .header-contact:hover span,
#tt-megamenu .toggle_menu:hover .toggle_text .icon img,
.tt-mega_menu .tt_menus_ul li:hover a .icon {
	transform: rotateY(180deg);
}

.tt-mega_menu .tt_menus_ul li a .icon {
	display: inline-block;
}

.header_1_wrapper .top_header_1 .top_header_1_link .header_track-order a i:before,
.header_1_wrapper .bottom_header_1 .header-contact span,
#tt-megamenu .toggle_menu .toggle_text .icon img,
#tt-megamenu .toggle_menu .mdi,
.tt-mega_menu .tt_menus_ul li a .icon {
	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_1_wrapper .left-nav {
	display: flex;
	align-items: center;
}

.header_1_wrapper .left-nav svg {
	width: 18px;
	height: 18px;
	float: none;
	display: inline-block;
	vertical-align: top;
	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;
}

.left-nav .cnt_num {
	font: 500 16px/18px var(--font-stack-body);
	width: 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;
	margin: 0 0 0 10px;
}

.site-header__search {
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 28px 0;
}

.collections-selector {
	float: left;
	width: auto;
	position: relative;
	flex-grow: 0;
	z-index: 1;
	width: 180px;
	position: relative;
}

.collections-selector:after {
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	margin: auto;
	width: 1px;
	height: 48%;
	background: #c3c3c3;
	bottom: 0;
}

.top_header_1_link .header_track-order a,
.top_header_1_link .header_language span,
.top_header_1_link .header_language ul li,
.header_currency span,
.header_currency ul li {
	font: 500 14px/16px var(--font-stack-body);
}

.top_header_1_link .header_track-order a i {
	font-size: 18px;
	margin: 0 8px 0 0;
}

.top_header_1_link .header_language form {
	margin: 0;
}

.site-header .left-nav .header-contact {
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.header_1_wrapper {
	z-index: 2;
}

.site-header__search {
	width: 55%;
}

.cookie-block #cookie_message .tt-cookie-inner button {
	-webkit-box-shadow: 0 1px 6px 0 rgb(0 0 0 / 8%);
	-moz-box-shadow: 0 1px 6px 0 rgb(0 0 0 / 8%);
	-ms-box-shadow: 0 1px 6px 0 rgb(0 0 0 / 8%);
	-o-box-shadow: 0 1px 6px 0 rgb(0 0 0 / 8%);
	box-shadow: 0 1px 6px 0 rgb(0 0 0 / 8%);
}

.header_1 .destination {
	font: 500 15px/20px var(--font-stack-subheading);
	padding: 0 0 0 5px;
}

.header_1_wrapper .header_logo_wrap .header-logo {
	line-height: 0;
	float: left;
	width: auto;
}

.site-header__search.icon-btn .search_wrapper {
	background: #fff none repeat scroll 0 0;
	width: 100%;
	float: left;
	height: 50px;
	border-top: none;
	position: relative;
	display: block;
	z-index: 2;
	border-radius: 5px;
}

.collections-selector .single-option-selector {
	border: none;
}

.header_1 .right-link-icon .myaccount {
	margin: 0 30px 0 0;
}

.top_header_1_link .header_language .title,
.top_header_1_link .header_currency .title {
	margin: 0 5px 0 0;
	display: none;
}

@media (max-width: 1499px) {
	.site-header__search {
		width: 49%;
	}

	#accessibleNav>li>a {
		font-size: 16px;
		line-height: 18px;
	}

	.main-header.sticky_header.fixed .site-header__search {
		width: 45%;
	}
}

@media (max-width: 1399px) {
	.header_1 .right-link-icon .myaccount {
		margin: 0px 20px 0 0;
	}

	.site-header__search {
		width: 45%;
	}

	.main-header.sticky_header.fixed .site-header__search {
		width: 40%;
	}
}

@media (max-width: 1199px) {
	.header_1 .top-header {
		padding: 10px 0;
	}

	.header_1_wrapper .header_logo_wrap .header-logo img {
		width: 190px;
	}

	.cart_svg_div {
		padding: 10px 11px 10px 9px;

		margin: 0 10px 0 0;
	}

	.site-header__cart .wrapper-top-cart .cart-products-count {
		left: 34px;
	}

	.account_icon_div {
		padding: 10px;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		background: #eff2f6;
		margin: 0 10px 0 0;
	}

	.currency_wrapper.dropdown-toggle {
		padding: 12px 0;
	}
}

@media (max-width: 991px) {
	.header_1_wrapper .left-nav {
		display: block;
		vertical-align: top;
		float: left;
	}

	.top_header_1_link .header_track-order a,
	.top_header_1_link .header_language span,
	.top_header_1_link .header_language ul li,
	.header_currency span,
	.header_currency ul li {
		font-size: 13px;
		line-height: 16px;
	}

	.header_1 .header-contact {
		float: none;
		display: inline-block;
		vertical-align: top;
	}

	.header_1 #accessibleNav {
		float: left;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.site-header__search {
		width: 100%;
		order: 1;
	}

	.header_1 .header-email,
	.header_1 .header-contact {
		float: none;
		display: inline-block;
		vertical-align: top;
		width: auto;
	}

	.left-nav .header-announce a .announce.cnt_num {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.header_1_wrapper .contact-number,
	.header_1_wrapper .email {
		color: #222 !important;
	}

	.myaccount .customer_account span.title {
		font-size: 16px;
		line-height: 18px;
		border-bottom: 1px solid var(--color-border);
		padding: 10px 0;
		float: left;
		width: 100%;
		color: var(--color-text);
	}

	.myaccount .customer_account form {
		margin: 0;
	}

	.myaccount .customer_account ul.tbl-list li {
		padding: 0;
	}

	.header_1 .right-link-icon .myaccount {
		margin: 0 15px;
	}

	.header_1 .top-header {
		padding: 8px 0;
	}

	.header_1 .top-header svg {
		width: 16px;
		height: 16px;
	}

	.language_wrapper.dropdown-toggle,
	.currency_wrapper.dropdown-toggle,
	.header_1 .destination {
		font-size: 12px;
		line-height: 18px;
	}

	.language_wrapper.dropdown-toggle {
		padding: 10px 8px 10px 0;
	}

	.currency_wrapper.dropdown-toggle {
		padding: 10px 0;
	}

	.wrapper-top-cart>.site-header_cart_link {
		padding: 20px 20px 20px 0;
	}

	.header_1_wrapper .menu_toggle_wrap {
		margin-right: 20px;
		float: left;
		width: auto;
	}

	.header_1_wrapper .menu_toggle_wrap i {
		font-size: 24px;
		width: 24px;
		height: 24px;
		line-height: 24px;
		float: none;
		display: inline-block;
		vertical-align: top;
		text-align: center;
	}
}

@media (max-width: 767px) {}

@media (max-width: 575px) {
	.wrapper-top-cart>.site-header_cart_link {
		padding: 15px 15px 15px 0;
	}

	.header_1_wrapper .header_logo_wrap .header-logo img {
		width: 140px;
	}

	.top_header_1_link {
		width: 100%;
		justify-content: center;
	}

	.left-nav .header-announce a {
		justify-content: center;
	}

	.header_1 .top-header {
		display: none !important;
	}

	.header_1 .top_header_1 {
		flex-direction: column;
		align-content: space-around;
		text-align: center;
	}

	.header_1_wrapper .menu_toggle_wrap i {
		font-size: 18px;
		width: 15px;
		height: 15px;
		line-height: 23px;
	}

	.header_1 .right-link-icon .myaccount {
		margin: 0 10px;
	}

	.header_1 .destination {
		font-size: 10px;
		line-height: 16px;
	}

	.header-announce {
		display: none;
	}
}

@media (max-width: 480px) {
	.header_track-order {
		margin: 0px 10px 0 0;
		padding: 0 10px 0 0;
	}

	.header-logo img {
		width: 120px;
	}
}

.overflow-hidden-mobile .page-wrapper::after,
.menu-open .page-wrapper::after,
.password.overflow-hidden .page-wrapper::after,
.menu-current-open .page-wrapper::after,
.search_toggle .page-wrapper::after,
.account-toggle .page-wrapper::after,
.cart_toggle .page-wrapper::after,
.fullnav-open .page-wrapper::after,
body.currency-open .page-wrapper::after,
body.language-open .page-wrapper::after,
body.menu_hover .page-wrapper::after,
body.search-open .page-wrapper::after {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	visibility: visible;
}

/*---------------- Footer 1 ------------------*/
.shopify-section-group-footer-group {
	float: left;
	width: 100%;
}

.footer-detail .inline-list .app_img .app_link_1 img,
.footer-detail .inline-list .app_img .app_link_2 img {
	margin: 0 5px 0 0;
}

.footer-logo-content .contact-us ul li strong {
	margin: 0 5px 0 0;
}

.footer-top .input-group {
	justify-content: end;
}

.shopify-section-group-footer-group .footer-top .block_content {
	width: 45%;
}

.shopify-section-group-footer-group .footer-top .tt-content {
	width: 54%;
	justify-content: space-around;
}

.shopify-section-group-footer-group .site-footer .footer-wrap .footer-column.popular-item ul.inline-list li {
	float: none;
	display: inline-block;
	vertical-align: top;
	width: auto;
	margin: 0 5px 12px 0;
}

.shopify-section-group-footer-group .site-footer .footer-wrap .footer-column.popular-item ul.inline-list li a {
	padding: 9px 15px;
	background: #ffffff;
	display: inline-block;
	width: auto;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.shopify-section-group-footer-group .bottom-footer-section {
	float: left;
	width: 100%;
}

.shopify-section-group-footer-group .bottom-footer-section .footer-column {
	padding: 0;
}

.shopify-section-group-footer-group .bottom-footer-section .widget-title.toggle {
	display: none;
}

.shopify-section-group-footer-group .footer-column ul {
	margin: 0;
}

.site-footer .footer-wrap .footer-column .inline-list {
	padding: 0px;
}

.shopify-section-group-footer-group .site-footer .footer-wrap .footer-column ul.inline-list li {
	float: left;
	width: 100%;
	text-align: left;
	position: relative;
	margin: 0 0 20px;
}

.shopify-section-group-footer-group .site-footer .footer-wrap .footer-column ul.inline-list li:last-child {
	margin: 0;
}

.shopify-section-group-footer-group .site-footer .footer-wrap .footer-column {
	margin: 60px 0;
}

.shopify-section-group-footer-group .social-icons li {
	display: inline-block !important;
	width: auto !important;
}

@media (min-width: 992px) {
	.shopify-section-group-footer-group .bottom-footer-section .widget-title {
		float: none;
		vertical-align: top;
		width: auto;
		font-size: 13px;
		line-height: 16px;
		padding: 7px 0px;
		border-radius: 5px;
		margin: 0 0 5px;
		font-family: var(--font-stack-subheading);
	}

	.shopify-section-group-footer-group .bottom-footer-section .yescall>*:nth-child(1) {
		display: inline-block;
	}

	.shopify-section-group-footer-group .bottom-footer-section .yescall>*:nth-child(2) {
		display: none;
	}

	.shopify-section-group-footer-group .footer-detail.app_payment {
		display: flex;
		padding: 32px 0;
		align-items: center;
		border-radius: 10px;
		margin: 0 !important;
		-moz-border-radius: 10px;
		-khtml-border-radius: 10px;
		-webkit-border-radius: 10px;
		justify-content: space-evenly;
	}

	.shopify-section-group-footer-group .footer-detail.app_payment .mdi.mdi-cellphone-android {
		margin: 0 7px 0 0;
	}

	.shopify-section-group-footer-group .site-footer .bottom-footer-section a {
		font-size: 13px;
		line-height: 30px;
	}

	.shopify-section-group-footer-group .footer-column ul.inline-list li {
		float: left;
		width: 100%;
		text-align: left;
		position: relative;
		margin: 0 0 8px;
	}

	.shopify-section-group-footer-group .bottom-footer-section .footer-column ul {
		display: inline-block !important;
		width: auto;
		float: none;
		vertical-align: top;
	}

	.shopify-section-group-footer-group .bottom-footer-section .footer-column ul.inline-list li {
		float: none;
		display: inline-block;
		vertical-align: top;
		width: auto;
		position: relative;
		padding: 0 7px;
		margin: 0;
	}

	.shopify-section-group-footer-group .bottom-footer-section .footer-column ul.inline-list li::after {
		content: "/";
		position: absolute;
		right: 2px;
		top: 0;
		left: auto;
		height: 15px;
		width: 1px;
		bottom: 0;
		margin: auto;
	}

	.shopify-section-group-footer-group .bottom-footer-section .footer-column ul.inline-list li:last-child::after {
		display: none;
	}
}

.shopify-section-group-footer-group .widget-title {
	margin: 0 0 20px;
	float: left;
	width: 100%;
	color: var(--colorFooterTitle);
	font: 500 18px/20px var(--font-stack-header);
}

.shopify-section-group-footer-group .bottom-footer-section .grid {
	padding: 30px 0;
}

.footer-logo-content {
	padding-left: 0;
}

.footer-logo-content_img {
	margin: 0 0 25px 0;
}

.shopify-section-group-footer-group .footer-detail-content {
	justify-content: space-between;
	align-items: center;
}

.shopify-section-group-footer-group .site-footer .footer-wrap .footer-column:first-child {
	padding: 0 50px 0 15px;
}

.shopify-section-group-footer-group .site-footer .footer-wrap .grid .row .footer-column:nth-child(2) {
	padding: 0px 0 0px 70px;
}

.shopify-section-group-footer-group .site-footer .footer-wrap .footer-column.contactus .nav-secondary li.contact:hover,
.shopify-section-group-footer-group .site-footer .footer-wrap .footer-column.contactus .nav-secondary li.contact:hover a,
.shopify-section-group-footer-group .site-footer .footer-wrap .footer-column.contactus .nav-secondary li.email:hover,
.shopify-section-group-footer-group .site-footer .footer-wrap .footer-column.contactus .nav-secondary li.email:hover a {
	color: var(--color-btn-primary);
}

.footer-logo-content .contact-us ul .contact-detail .contact-address,
.footer-logo-content .contact-us ul .contact .phone,
.footer-logo-content .contact-us ul .email .email-address {
	margin: 0 0 15px 0;
}
.footer-logo-content .contact-us ul .contact-detail .li{
	color: var(--colorFooterContent);
}

.contact-detail  {
  color: var(--colorFooterContent);
}

.footer-detail .app_pay_descri,
.footer-logo-content .contact-us .contact-address p {
	color: var(--colorFooterContent);
}

.footer-detail .app_img .app_link_1:hover img,
.footer-detail .app_img .app_link_2:hover img {
	transform: translateY(-5px);
}

.footer-detail.app_payment .widget-title {
	font-size: 26px;
	font-weight: 700;
	margin: 0;
}

.footer-detail .app_img .app_link_1 img,
.footer-detail .app_img .app_link_2 img {
	-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;
	transition: all 400ms ease-in-out 0s;
}

.shopify-section-group-footer-group .site-footer .footer-middle .footer-detail ul.inline-list li a::after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: auto;
	right: -3px;
	height: 1px;
	width: 5px;
	background: #a5a5a5;
	margin: auto;
}

.shopify-section-group-footer-group .nav-secondary>li {
	float: none;
	width: auto;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.shopify-section-group-footer-group .nav-secondary>li:last-child a::after {
	display: none;
}

.shopify-section-group-footer-group .payment-icons li {
	margin: 0 4px 0 0;
	cursor: default;
	color: var(--FooterBottomText);
	float: none;
	vertical-align: top;
	display: inline-block;
	height: 24px;
	line-height: 24px;
}

.shopify-section-group-footer-group .footer-desc {
	line-height: 24px;
	color: var(--colorFooterContent);
	font-weight: 500;
}

.shopify-section-group-footer-group .widget-title,
.shopify-section-group-footer-group .payment-icons li.app_payment_descri {
	margin: 0 0 25px;
	color: var(--colorFooterTitle);
	font: 600 18px/20px var(--font-stack-header);
	text-transform: uppercase;
}

.shopify-section-group-footer-group .bottom-footer-section .widget-title {
	text-transform: capitalize;
	display: inline-block;
}

.shopify-section-group-footer-group .app_payment_descri {
	width: 100%;
	margin: 0 0 17px 0;
}

.shopify-section-group-footer-group .site-footer .email .email-address a {
	font: 400 14px/16px var(--font-stack-body);
}

.shopify-section-group-footer-group .site-footer .footer-wrap .footer-column.contactus .nav-secondary li {
	float: left;
	width: 100%;
	display: flex;
}

.shopify-section-group-footer-group .site-footer .footer-wrap .footer-column.contactus .nav-secondary li.email {
	display: flex;
	align-items: center;
}

.shopify-section-group-footer-group .site-footer .footer-wrap .contact-us i.mdi {
	font-size: 18px;
	margin-right: 10px;
	width: 20px;
	line-height: 20px;
	vertical-align: middle;
}

.payment-icons {
	display: block;
}

.payment_details {
	float: left;
	width: 100%;
	margin: 15px 0 0 0;
}

.footer-bottom-content {
	text-align: center;
	justify-content: center;
	border-top: 1px solid var(--colorFooterBorder);
	padding: 20px 0 0 0;
}

.shopify-section-group-footer-group .site-footer .footer-top .block_newsletter {
	margin: 0;
}

.shopify-section-group-footer-group span.visuallyhidden {
	display: none;
}

.shopify-section-group-footer-group .contact-us .contact-address,
.shopify-section-group-footer-group .contact-us .phone {
	font: 400 14px/20px var(--font-stack-body);
	float: left;
	width: auto;
}

.shopify-section-group-footer-group .text-center.copyright small {
	font-size: 13px;
}

.shopify-section-group-footer-group .text-center.copyright {
	padding: 17px 0;
}

.shopify-section-group-footer-group .footer-bottom {
	padding: 13px 0;
}

.shopify-section-group-footer-group .block_newsletter {
	padding: 35px 76px;
}

.shopify-section-group-footer-group .tt-content .news-icon span {
	font-size: 30px;
	line-height: 32px;
	font-weight: 500;
}

.shopify-section-group-footer-group h1.news-title, h1.news-email, h1.news-phone {
	font: 700 28px/30px var(--font-stack-header);
	display: flex;
	align-items: center;
	text-transform: uppercase;
}

.shopify-section-group-footer-group .news-subtitle {
	font-style: italic;
	display: inline-block;
	font-size: 16px;
}

.shopify-section-group-footer-group h1.news-email:before {
	content: "\f1ef";
	font-family: "Material Design Icons";
	height: 25px;
	width: 25px;
	left: 0;
	font-size: 25px;
	right: auto;
	line-height: 25px;
	padding: 0 10px 0 0;
	vertical-align: middle;
}
.shopify-section-group-footer-group h1.news-phone:before {
	content: "\f3f2";
	font-family: "Material Design Icons";
	height: 25px;
	width: 25px;
	left: 0;
	font-size: 25px;
	right: auto;
	line-height: 25px;
	padding: 0 10px 0 0;
	vertical-align: middle;
}

.shopify-section-group-footer-group .follow-us-outer ul li {
	float: none;
	width: auto;
	display: inline-block;
	vertical-align: top;
}

.shopify-section-group-footer-group .social-icons li a {
	font-size: 18px;
	z-index: 1;
	background: #ffffff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.shopify-section-group-footer-group .footer-bottom-wrap {
	float: left;
	width: 100%;
}

.shopify-section-group-footer-group .site-footer .footer-wrap .footer-column.contactus .nav-secondary li.contact,
.shopify-section-group-footer-group .site-footer .footer-wrap .footer-column.contactus .nav-secondary li.contact-detail {
	margin: 0 0 10px;
}

.shopify-section-group-footer-group .site-footer input#Email::-webkit-input-placeholder,
.shopify-section-group-footer-group .site-footer input#Email::placeholder {
	color: #fff;
}

.icon-fallback-text:hover i.mdi.mdi-chevron-right {
	color: var(--color-btn-primary-text);
}

@media (max-width: 1499px) {
	.footer-top .block_newsletter .tt-content {
		width: 55%;
	}

	.shopify-section-group-footer-group h1.news-title {
		font-size: 22px;
		line-height: 24px;
	}

	.shopify-section-group-footer-group .news-subtitle {
		font-size: 13px;
	}
}

@media (max-width: 1399px) {
	.footer-top .block_newsletter .tt-content {
		width: 60%;
	}

	.shopify-section-group-footer-group .site-footer .footer-wrap .footer-column.popular-item ul.inline-list li a {
		padding: 7px 12px;
	}

	.shopify-section-group-footer-group .site-footer .footer-wrap .footer-column.popular-item ul.inline-list li {
		margin: 0 2px 7px 0;
	}

	.shopify-section-group-footer-group h1.news-title {
		font-size: 19px;
		line-height: 19px;
	}

	.shopify-section-group-footer-group .footer-top .block_content {
		width: 40%;
	}
}

@media (min-width: 992px) {
	.shopify-section-group-footer-group .footer-detail.menu ul.inline-list {
		display: block;
	}

	.shopify-section-group-footer-group .social-icons li {
		display: inline-block;
		width: auto;
	}
}

@media (max-width: 1399px) {
	.shopify-section-group-footer-group .footer-column.contactus {
		padding: 0 0 0 60px;
	}

	.shopify-section-group-footer-group .block_newsletter {
		padding: 30px 45px;
	}
}

@media (max-width: 1299px) {
	.shopify-section-group-footer-group .tt-content svg {
		width: 32px;
		height: 32px;
	}

	.shopify-section-group-footer-group .site-footer .footer-wrap .footer-column,
	.shopify-section-group-footer-group .site-footer .footer-wrap .footer-logo-content,
	.shopify-section-group-footer-group .site-footer .footer-wrap .footer-logo {
		margin: 60px 0;
	}
}

@media (max-width: 1199px) {
	.shopify-section-group-footer-group .block_newsletter {
		padding: 20px 20px;
	}

	.shopify-section-group-footer-group .site-footer .footer-wrap .footer-column ul.inline-list li {
		margin: 0 0 10px;
	}

	.shopify-section-group-footer-group .site-footer .footer-wrap .footer-column.popular-item ul.inline-list li a {
		padding: 7px 10px;
	}

	.shopify-section-group-footer-group .news-subtitle {
		display: none;
	}

	.shopify-section-group-footer-group .social-icons li a {
		width: 32px;
		height: 32px;
		line-height: 32px;
	}

	.footer-logo-content .contact-us ul .contact-detail .contact-address,
	.footer-logo-content .contact-us ul .contact .phone,
	.footer-logo-content .contact-us ul .email .email-address {
		margin: 0 0 10px 0;
	}

	.shopify-section-group-footer-group .footer-wrap .contact-us .list-unstyled {
		margin: 0 0 20px 0;
	}

	.shopify-section-group-footer-group .block_newsletter form .input-group .input-group-btn .btn {
		padding: 4px 18px;
		height: 30px;
		font-size: 12px;
		line-height: 14px;
		margin: 0;
	}

	.shopify-section-group-footer-group .footer-column.contactus {
		padding: 0 0 0 20px;
	}

	.shopify-section-group-footer-group .contact-us .contact-address,
	.shopify-section-group-footer-group .contact-us .phone {
		line-height: 18px;
		font-size: 13px;
	}

	.shopify-section-group-footer-group .tt-content svg {
		width: 30px;
		height: 30px;
	}

	.shopify-section-group-footer-group h1.news-title {
		font-size: 24px;
		line-height: 28px;
	}

	.block_newsletter form input[type="email"] {
		width: 87%;
	}

	.shopify-section-group-footer-group .site-footer .footer-wrap .footer-column,
	.shopify-section-group-footer-group .site-footer .footer-wrap .footer-logo-content {
		margin: 45px 0;
	}

	.shopify-section-group-footer-group .site-footer .footer-wrap .footer-column:first-child {
		padding: 0 25px 0 15px;
	}

	.shopify-section-group-footer-group .footer-detail.app_payment {
		display: flex;
		align-items: center;
		justify-content: center;

		flex-direction: column;
	}

	.shopify-section-group-footer-group .site-footer .footer-wrap .grid .row .footer-column:nth-child(2) {
		padding: 0px 0 0px 50px;
	}

	.shopify-section-group-footer-group .widget-title {
		margin: 0 0 20px;
	}

	.shopify-section-group-footer-group .app_payment_descri {
		margin: 0 0 12px 0;
	}

	.footer-detail.app_payment .widget-title {
		font-size: 24px;
		font-weight: 700;
		margin: 0 0 16px 0;
		text-transform: uppercase;
	}

	.shopify-section-group-footer-group .footer-detail.app_payment {
		padding: 25px 0;
	}

	.shopify-section-group-footer-group .footer-bottom {
		padding: 20px 0 0;
	}

	.shopify-section-group-footer-group .copyright a {
		font-size: 13px;
		line-height: 15px;
	}
}

@media (max-width: 991px) {

	.shopify-section-group-footer-group .site-footer .footer-wrap .footer-column,
	.shopify-section-group-footer-group .site-footer .footer-wrap .footer-logo-content {
		margin: 0px;
		padding: 0;
		border: none;
	}

	.shopify-section-group-footer-group .site-footer .footer-wrap .footer-column.popular-item ul.inline-list li {
		margin: 0 2px 2px 0;
	}

	.shopify-section-group-footer-group .footer-detail.app_payment {
		align-items: start;
	}

	.shopify-section-group-footer-group .bottom-footer-section .widget-title:nth-child(1) {
		display: none;
	}

	.shopify-section-group-footer-group .news-subtitle {
		display: block;
	}

	.payment_details {
		margin: 0;
	}

	.shopify-section-group-footer-group .site-footer .footer-wrap .footer-column.contactus .nav-secondary li.email {
		margin: 0 0 10px 0;
	}

	.payment-icons {
		padding: 0 15px;
	}

	.footer-detail .inline-list .app_img .app_link_1,
	.footer-detail .inline-list .app_img .app_link_2 {
		display: inline-block;
	}

	.app_payment ul.open_app .app_img {
		overflow: auto;
		white-space: nowrap;
		padding: 12px 10px;
		margin: -12px 0 0;
	}

	.footer-detail .inline-list .app_img .app_link_1 img,
	.footer-detail .inline-list .app_img .app_link_2 img {
		margin: 0 0 5px 0;
	}

	.shopify-section-group-footer-group .bottom-footer-section .grid {
		padding: 0;
		margin: 0 -15px;
	}

	.footer-detail.app_payment .widget-title {
		font-size: 17px;
		line-height: 19px;
		margin: 0;
	}

	.footer-detail.app_payment .widget-title {
		display: block;
	}

	.shopify-section-group-footer-group .site-footer .footer-wrap .grid .row .footer-column:nth-child(2) {
		padding: 0px 0 0px 0px;
	}

	.shopify-section-group-footer-group .site-footer .footer-wrap .footer-column:first-child {
		padding: 0;
	}

	.footer-top .block_newsletter .tt-content {
		width: 100%;
	}

	.shopify-section-group-footer-group .footer-top .block_content {
		width: 100%;
	}

	.follow-us-outer {
		margin: 8px 0;
	}

	.shopify-section-group-footer-group .footer-middle {
		padding: 0;
	}

	.payment-icons {
		display: none;
	}

	.shopify-section-group-footer-group .tt-content .news-icon span {
		font-size: 25px;
		line-height: 27px;
	}

	.shopify-section-group-footer-group .footer-wrap .contact-us .list-unstyled {
		margin: 0 0 0px 0;
	}

	.follow-us-outer .widget-title {
		margin: 0px 0 0px 0 !important;
	}

	.shopify-section-group-footer-group .site-footer .footer-wrap .footer-column ul.inline-list li {
		margin: 0 0 5px;
	}

	.shopify-section-group-footer-group .site-footer .footer-middle .footer-detail ul.inline-list li a::after {
		display: none;
	}

	.shopify-section-group-footer-group .footer-logo {
		width: 100%;
		margin-bottom: 20px;
	}

	.shopify-section-group-footer-group .nav-secondary>li {
		padding: 0 0 5px;
		float: left;
		width: 100%;
	}

	.shopify-section-group-footer-group .bottom-footer-section .footer-column ul {
		float: left;
		padding: 0 15px;
	}

	.shopify-section-group-footer-group .site-footer .footer-wrap .footer-logo {
		margin: 0 0 30px;
	}

	.shopify-section-group-footer-group .footer-detail {
		padding: 0px 15px;
		display: inline-block;
		border: none;
	}

	.shopify-section-group-footer-group .footer-bottom {
		padding: 15px 0 15px;
		margin: 15px 0 0;
	}

	.shopify-section-group-footer-group .grid {
		padding: 30px 0 0px;
	}

	.shopify-section-group-footer-group h1.news-title {
		font-size: 17px;
		line-height: 21px;
	}

	.shopify-section-group-footer-group .widget-title {
		text-align: left;
		padding: 7px 15px;
		font-size: 18px;
		width: 100%;
		margin: 0;
	}

	.shopify-section-group-footer-group .copyright {
		width: 100%;
		margin: 0 0 5px;
	}

	.shopify-section-group-footer-group .footer-bottom-content {
		float: none;
		width: 100%;
		flex-direction: column;
	}
}

@media (max-width: 767px) {
	.footer-top .block_newsletter .tt-content {
		width: 100%;
	}

	.footer-top .input-group {
		justify-content: center;
	}

	.footer-top .block_newsletter .block_content {
		width: 100%;
	}

	.shopify-section-group-footer-group .text-center.copyright,
	.shopify-section-group-footer-group .follow-us-outer.text-center {
		float: left;
		width: 100%;
	}

	.shopify-section-group-footer-group .social-icons li a {
		font-size: 16px;
	}

	.shopify-section-group-footer-group .site-footer .footer-wrap .footer-logo {
		margin: 0 0 20px;
	}

	.shopify-section-group-footer-group .block_newsletter {
		padding: 15px 0;
	}

	.shopify-section-group-footer-group .tt-content {
		justify-content: center;
		margin: 0 0 15px;
	}

	.shopify-section-group-footer-group .grid {
		padding: 20px 0 0;
	}

	.shopify-section-group-footer-group .tt-content svg {
		width: 26px;
		height: 26px;
	}

	.shopify-section-group-footer-group h1.news-title,
	.shopify-section-group-footer-group .news-icon {
		width: auto;
	}
}

@media (max-width: 575px) {
	.shopify-section-group-footer-group .tt-content svg {
		width: 24px;
		height: 24px;
	}

	.collections-selector {
		width: 24%;
	}

	.site-header__search .search_wrapper .collections-selector select {
		overflow: hidden !important;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.footer-top .block_newsletter .tt-content {
		flex-wrap: wrap;
	}

	.shopify-section-group-footer-group h1.news-title,
	.shopify-section-group-footer-group .news-subtitle {
		width: 100%;
	}

	.footer-top .block_newsletter .block_content {
		padding: 0;
	}

	.shopify-section-group-footer-group .site-footer .footer-top .block_newsletter {
		text-align: center;
	}

	.shopify-section-group-footer-group .widget-title {
		font-size: 15px;
		line-height: 17px;
	}

	.shopify-section-group-footer-group .tt-content .news-icon span {
		font-size: 20px;
		line-height: 22px;
	}

	.shopify-section-group-footer-group .footer-bottom {
		padding: 10px 0 10px;
		margin: 10px 0 0;
	}

	.shopify-section-group-footer-group .text-center.copyright small {
		font-size: 12px;
	}

	.shopify-section-group-footer-group .tt-content {
		margin: 0 0 10px;
	}
}

@media (max-width: 480px) {
	.shopify-section-group-footer-group .block_newsletter form .input-group .input-group-btn .btn {
		padding: 0;
		width: 32px;
		height: 32px;
	}

	.footer-detail.app_payment .widget-title {
		font-size: 14px;
		line-height: 16px;
	}

	.collections-selector {
		width: 20%;
	}

	.block_newsletter form input[type="email"] {
		width: 100% !important;
	}

	.shopify-section-group-footer-group h1.news-title {
		font-size: 16px;
		line-height: 21px;
	}

	.payment-icons .icon {
		width: 36px;
	}
}

/*---------------------------- category feature ----------------------*/
.category_content .collection {
	float: left;
	width: 100%;
}

.cat-content {
	top: auto;
	left: auto;
	bottom: 30px;
	right: 30px;
	padding: 15px 20px;
}

.collection_title .desc {
	color: var(--color-body-text);
	font: 400 14px/16px var(--font-stack-body);
	margin: 6px 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;
}

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

.right-collection .collection:first-child {
	margin: 0 0 30px;
}

.collection img {
	transition: all 4s cubic-bezier(0, 0, 0.1, 1);
	-webkit-transition: all 4s cubic-bezier(0, 0, 0.1, 1);
	-moz-transition: all 4s cubic-bezier(0, 0, 0.1, 1);
	-o-transition: all 4s cubic-bezier(0, 0, 0.1, 1);
	-ms-transition: all 4s cubic-bezier(0, 0, 0.1, 1);
}

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

.category_feature .owl-dots .owl-dot {
	display: inline-block;
	background: none;
	padding: 0;
	border: none;
}

.category_feature .owl-dots .owl-dot span {
	background: #aaa;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	cursor: pointer;
	display: inline-block;
	float: none;
	height: 8px;
	margin: 0 5px;
	width: 8px;
	vertical-align: middle;
	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;
}

.category_feature .owl-dots .owl-dot span:hover,
.category_feature .owl-dots .owl-dot span:focus {
	background: var(--color-btn-primary);
}

.category_feature .owl-dots .owl-dot.active span {
	background: var(--color-btn-primary);
	width: 30px;
}

@media (max-width: 991px) {
	.right-collection .collection:first-child {
		margin: 0 0 20px;
	}

	.cat-content {
		bottom: 20px;
		right: 20px;
		padding: 10px 15px;
	}

	.collection_title {
		font-size: 16px;
		line-height: 20px;
	}

	.collection_title .desc {
		font-size: 13px;
		line-height: 15px;
		margin: 4px 0 0;
	}
}

@media (max-width: 767px) {
	.cat-content {
		bottom: 15px;
		right: 15px;
		padding: 6px 12px;
	}

	.collection_title {
		font-size: 14px;
		line-height: 18px;
	}

	.collection_title .desc {
		font-size: 12px;
		line-height: 14px;
		margin: 2px 0 0;
	}
}

@media (max-width: 575px) {
	.right-collection .collection:first-child {
		margin: 0 0 15px;
	}

	.category_content {
		text-align: center;
	}

	.category_content .collection {
		float: none;
		display: inline-block;
		vertical-align: top;
		width: auto;
	}

	.category_content.left-collection {
		margin: 0 0 15px;
	}
}

#newsletterModal .modal-dialog.white-modal .modal-content {
	border: none;
	/* box-shadow: none; */
	padding: 15px;
	float: left;
	width: 100%;
}

.quick-view .content {
	box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
	-webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
	-moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.product-single__addtocart .add-to-cart-btn.btn .mdi.mdi-plus {
	display: none;
}

/*====================bottom-banner=====================*/
.bottombanner {
	float: left;
	width: 100%;
}

.bottombanner a img {
	transition: all 4s cubic-bezier(0, 0, 0.1, 1);
	-webkit-transition: all 4s cubic-bezier(0, 0, 0.1, 1);
	-moz-transition: all 4s cubic-bezier(0, 0, 0.1, 1);
	-o-transition: all 4s cubic-bezier(0, 0, 0.1, 1);
	-ms-transition: all 4s cubic-bezier(0, 0, 0.1, 1);
	overflow: hidden;
	float: left;
	width: 100%;
}

.cms_banner img,
.cms_banner .banner_3_bg {
	border-radius: 10px;
	width: 100%;
}

.banner_3_bg .banner_main .banner-content .title span {
	font-weight: 500;
	font-size: 40px;
	margin: 0 17px 0 0;
}

.banner_3_bg .banner_main .banner-content .title {
	display: flex;
}

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

.bottombanner a .banner-content .title {
	font: 400 40px/42px var(--font-stack-header);
	margin: 0 0 10px;
}

.bottombanner .banner-content .banner-text .subtitle {
	font: 400 14px/16px var(--font-stack-subheading);
	padding: 12px 40px;
}

@media (max-width: 1199px) {
	.banner_3_bg .banner_main .banner-content .title span {
		font-size: 30px;
		margin: 0 13px 0 0;
	}
}

@media (max-width: 991px) {
	.bottombanner a .banner-content .title {
		font-size: 36px;
		line-height: 38px;
	}

	.banner_3_bg .banner_main .banner-content .title span {
		font-size: 23px;
	}

	.bottombanner .banner-content .banner-text .subtitle {
		padding: 10px 32px;
		font-size: 12px;
		line-height: 14px;
	}
}

@media (max-width: 767px) {
	.bottombanner .banner-content .banner-text .subtitle {
		padding: 6px 20px;
		font-size: 11px;
		line-height: 13px;
	}

	.bottombanner a .banner-content .title {
		font-size: 28px;
		line-height: 30px;
		margin: 0 0 8px;
	}
}

@media (max-width: 480px) {
	.bottombanner a .banner-content .title {
		font-size: 18px;
		line-height: 20px;
		margin: 0 0 4px;
	}

	.bottombanner .banner-content .banner-text .subtitle {
		padding: 4px 12px;
		font-size: 9px;
		line-height: 11px;
	}
}

/*---------------- Bestseller Product ------------------*/
.widget_top_rated_products .top-products .top-products-detail {
	padding-left: 10px;
}

.widget_top_rated_products .top-products .top-products-detail .spr-badge {
	float: left;
	display: block;
	width: 100%;
	margin: 0 0 5px 0;
}

.widget_top_rated_products .top-products .top-products-detail .btn_wrapper .comapare_view_wish .pro_btn .tooltip-label {
	display: none;
}

.widget_top_rated_products .top-products .top-products-detail .btn_wrapper .comapare_view_wish {
	width: 100%;
	float: left;
	transform: translateX(-100%);
	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;
}

.special-collection-l-1 .special_best .widget ul li.product-wrapper:hover .comapare_view_wish {
	transform: translateX(0);
}

.widget_top_rated_products .top-products .top-products-detail .btn_wrapper .comapare_view_wish .pro_btn a {
	margin: 0 10px 0 0;
}

.widget_top_rated_products .top-products .top-products-detail .btn_wrapper .pro_btn a.btn span {
	transition: none;
}

.widget_top_rated_products .top-products .top-products-detail .btn_wrapper .btn_cart a {
	border: 1px solid var(--color-border);
}

.widget_top_rated_products .top-products .top-products-detail .btn_wrapper .pro_btn.btn1.add_tocart {
	margin: 0 0 5px 0;
}

.widget_top_rated_products .top-products .top-products-detail .btn_wrapper .btn_cart a:hover {
	border-color: var(--color-btn-secondary);
}

.widget_top_rated_products .top-products .owl-nav {
	display: block;
	float: right;
	width: auto;
	position: absolute;
	right: 0;
	left: auto;
	top: -50px;
	bottom: auto;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.widget_top_rated_products .top-products .owl-nav {
		top: -52px;
	}
}

.widget_top_rated_products .top-products .owl-nav div {
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0;
	font-size: 0;
	height: 30px;
	width: 24px;
	position: relative;
	margin: 0 2px;
}

.widget_top_rated_products .top-products .owl-nav .owl-prev::after {
	content: "\f141";
	font-size: 24px;
	line-height: 30px;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	text-align: center;
	margin: auto;
	font-family: "Material Design Icons";
	color: var(--color-text);
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}

.widget_top_rated_products .top-products .owl-nav .owl-next::after {
	content: "\f142";
	font-size: 24px;
	line-height: 30px;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	text-align: center;
	margin: auto;
	font-family: "Material Design Icons";
	color: var(--color-text);
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}

.widget_top_rated_products .top-products .product-wrapper.sidebar-product .sale {
	font-size: 12px;
	top: 5px;
	color: #111;
	right: -15px;
	position: absolute;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
}

.widget_top_rated_products .top-products .product-wrapper.sidebar-product:hover .sale {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	right: 5px;
}

.widget_top_rated_products .top-products .product-wrapper.sidebar-product .compare-price {
	font-family: var(--font-stack-header);
	display: block;
}

@media only screen and (min-width: 992px) {

	.widget_top_rated_products .top-products .owl-nav:hover .owl-next::after,
	.widget_top_rated_products .top-products .owl-nav:hover .owl-prev::after {
		color: var(--color-btn-secondary);
	}
}

@media only screen and (max-width: 991px) {
	.widget_top_rated_products .top-products .owl-nav {
		top: -63px;
		right: 0px;
	}

	.widget_top_rated_products .top-products .owl-nav .owl-prev::after,
	.widget_top_rated_products .top-products .owl-nav .owl-next::after {
		font-size: 20px;
	}

	.left-sidebar-column .widget_top_rated_products .owl-nav,
	.right-sidebar-column .widget_top_rated_products .owl-nav {
		top: -40px;
		right: 40px;
	}
}

@media only screen and (max-width: 480px) {

	.widget_top_rated_products .top-products .owl-nav .owl-prev::after,
	.widget_top_rated_products .top-products .owl-nav .owl-next::after {
		font-size: 18px;
	}
}

/*---------------  product page default--------------------------*/
.product-images-fixed a.product-Video-btn.popup-video.tip-top {
	position: static;
	z-index: 1;
	left: 20px;
}

.product-images-fixed a.product-Video-btn.popup-video.tip-top>span {
	position: absolute;
	left: 20px;
	z-index: 1;
	top: 5px;
}

.product-single__price span.visually-hidden {
	display: none;
}

.swiper-button.product-img {
	display: none;
}

.product-single .flip-countdown.simple-countdown .countdown-container.countdown-block {
	bottom: 0;
	left: 0;
	right: 0;
	height: 45px;
}

.product-single__thumbs a img {
	border: 1px solid var(--color-border);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

.l-2-special-col .product-single__thumbs a img {
	border: none;
}

.product__media.imgs {
	border: 1px solid var(--color-border);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

.product-single .swiper-button.swiper-button-prev,
.more-view-wrapper .swiper-button.swiper-button-prev {
	left: 0;
	right: auto;
	width: 30px;
	height: 30px;
	border: none;
	border-radius: 0;
}

.product-single .swiper-button.swiper-button-prev {
	left: 0;
	right: 0;
	top: 0;
	bottom: auto;
	margin: auto;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}

.product-single .swiper-button.swiper-button-next {
	left: 0;
	right: 0;
	top: auto;
	bottom: 0;
	margin: auto;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}

.product-single .product-single__thumbs.swiper.horizontal_bottom .swiper-button.swiper-button-prev {
	left: 0;
	right: auto;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: rotate(0);
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	-ms-transform: rotate(0);
}

.product-single .product-single__thumbs.swiper.horizontal_bottom .swiper-button.swiper-button-next {
	left: auto;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: rotate(0);
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	-ms-transform: rotate(0);
}

.product-single .swiper-button.swiper-button-next,
.more-view-wrapper .swiper-button.swiper-button-next {
	right: 0;
	width: 30px;
	height: 30px;
	border: none;
	border-radius: 0;
}

.product-single .swiper-button-prev:hover:after,
.product-single .swiper-button-next:hover:after,
.more-view-wrapper .swiper-button.swiper-button-next:hover:after,
.more-view-wrapper .swiper-button.swiper-button-prev:hover:after {
	background: rgb(211 211 211);
}

.product-single .swiper-button-prev:after,
.product-single .swiper-button-next:after,
.more-view-wrapper .swiper-button.swiper-button-next:after,
.more-view-wrapper .swiper-button.swiper-button-prev:after {
	font-size: 12px;
	line-height: 30px;
	background: rgb(237 237 237);
	font-weight: 900;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	visibility: visible;
	width: 30px;
	height: 30px;
}

.product-single .swiper-button-prev:before,
.more-view-wrapper .swiper-button.swiper-button-prev:before {
	display: none;
}

.more-view-wrapper .swiper-button.swiper-button-next:after,
.more-view-wrapper .swiper-button.swiper-button-prev:after {
	line-height: 29px;
}

.product-single .product-single_img .swiper-button-prev:after,
.product-single .product-single_img .swiper-button-next:after {
	font-size: 10px;
	line-height: 29px;
	background: rgba(255, 255, 255, 0.9);
	font-weight: 900;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	visibility: hidden;
}

.product-single .product-single_img:hover .swiper-button-prev:after,
.product-single .product-single_img:hover .swiper-button-next:after {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	visibility: visible;
}

.product-single__variants .selector-wrapper select {
	padding: 10px 26px 10px 10px;
}

.product-single__variants .selector-wrapper label {
	font-size: 14px;
	font-weight: 600;
	color: var(--color-text);
	margin: 0 0 8px 0;
}

.product-single .product-information svg {
	width: 18px;
	height: 18px;
	line-height: 18px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: text-top;
}

.add-to-cart-sticky .sticky-data .product-single__addtocart .btn svg {
	display: none;
}

.product-single .product-information .product-link .btn:hover svg,
.product-single .product-information .product-link a:hover svg {
	-webkit-animation: beat 0.6s ease-in-out infinite alternate;
	animation: beat 0.6s ease-in-out infinite alternate;
}

@keyframes beat {
	to {
		transform: scale(1.2);
	}
}

.product-information-inner .notify_btn i {
	float: none;
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	padding-right: 5px;
}

.product-information-inner .notify_btn span {
	font-weight: 500;
}

.product-information .product-information-inner .product-single__variants .selector-wrapper {
	float: left;
	margin-right: 10px;
	width: 50%;
}

.product-single__header variant-selects {
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.product-information .product-information-inner .threesixty-video {
	float: left;
	width: 100%;
	margin: 0 0 15px;
}

.product-information .qty-box-set .qtyplus::before {
	content: "\F415";
	font-family: "Material Design Icons";
	position: absolute;
	top: 0;
	bottom: 0px;
	left: 10px;
	right: auto;
}

.product-information .product-information-inner .threesixty-video .product-Video-btn.popup-video.tip-top {
	padding: 2px 15px;
	float: left;
	width: auto;
	position: static;
}

.product-template__container .social-sharing a .share-title {
	display: none;
}

.product-information .social-sharing a:hover {
	color: var(--color-text-hover-field);
}

.product-information .flip-countdown.simple-countdown .countdown-container span {
	width: 36px;
}

.product-single__addtocart label {
	font-size: 15px;
	font-weight: 500;
	margin: 0 0 9px;
	width: 100%;
	color: var(--color-text);
}

#AddToCart>span {
	font-weight: 600;
	font-size: 15px;
	font-family: var(--font-stack-header);
}

.product-single .active.tab-pane,
.tab-pane.active {
	display: block;
}

.product-single__thumbs .grid-item {
	float: left;
	width: 100%;
}

.product-single__thumbs .slick-list {
	padding: 0 !important;
}

.product-single__thumbs .owl-nav .owl-prev,
.product-single__thumbs .owl-nav .owl-next {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	bottom: auto;
	top: 41%;
}

.owl-carousel.product-single__thumbs .owl-buttons div,
.owl-carousel.product-single__thumbs .owl-buttons .owl-prev,
.owl-carousel.product-single__thumbs .owl-buttons .owl-next {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
}

.product-grid.related-products:hover .owl-nav {
	opacity: 1;
	visibility: visible;
}

.related-products-container {
	float: left;
	width: 100%;
}

.related-products-container .row .section-header .swiper-button.swiper-button-prev,
#recently-viewed-products-wrap .row .section-header .swiper-button.swiper-button-prev {
	left: auto;
	right: 44px;
}

.related-products-container .row .section-header .swiper-button.swiper-button-next,
#recently-viewed-products-wrap .row .section-header .swiper-button.swiper-button-next {
	left: auto;
	right: 15px;
}

.product-fixed-wrapper {
	background: #ffffff none repeat scroll 0 0;
	float: left;
	padding: 15px;
	width: 100%;
}

.pro_img {
	margin-bottom: 20px;
}

.product-image-btn {
	position: absolute;
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
	background: #fff;
	padding: 5px 0px 0 5px;
	z-index: 1;
}

.product-image-btn a.product-lightbox-btn {
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	position: relative;
	cursor: pointer;
	z-index: 2;
	margin: 5px;
	overflow: hidden;
}

.product-image-btn a.product-lightbox-btn svg {
	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: #222;
}

.product-image-btn a.product-lightbox-btn:hover svg {
	-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;
	}
}

.fixed-product-block {
	display: table;
}

.product-single__desc ul {
	margin: 0px;
}

.fixed-product-block .product-actions {
	float: left;
	width: 100%;
}

.fixed-product-block .product-actions form {
	float: left;
	width: 100%;
	margin: 0 0 10px;
}

.fixed-product-block .product-actions form .product-single__variants {
	float: left;
	width: 100%;
}

.product-single__addtocart .js-qty {
	margin-bottom: 15px;
	max-width: none;
	width: 125px;
	display: inline-block;
}

.product-info .outstock {
	color: red;
	font-weight: 500;
}

.product-infor .out_of_stock {
	color: red;
	font-weight: 500;
}

.product-info .instock {
	color: #1cc373;
	font-weight: 500;
}

.product-infor .instock {
	color: #1cc373;
	font-weight: 500;
}

.product-infor .unavailable {
	color: orchid;
	font-weight: 500;
}

.product-info .items-count {
	color: #fa9324;
}

.product-single__price label {
	font-weight: 600;
	font-size: 14px;
	color: var(--color-text);
	display: inline-block;
	min-width: 145px;
	float: left;
	vertical-align: top;
	line-height: 28px;
	margin: 0;
}

ul.tabs {
	float: left;
	list-style: outside none none;
	margin: 0 0 -4px;
	position: relative;
	width: 100%;
}

ul.tabs>li {
	display: inline-block;
	margin-bottom: 0;
}

ul.product-photo-thumbs.product-wrapper-owlslider.owl-carousel {
	padding: 0 40px;
	margin: 20px 0;
}

ul.product-photo-thumbs.product-wrapper-owlslider.owl-carousel .owl-nav div {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	bottom: auto;
	top: 41%;
}

ul.product-photo-thumbs.product-wrapper-owlslider.owl-carousel .owl-nav div.disabled {
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	-webkit-opacity: 0.5;
}

.product-photo-thumbs.owl-theme .owl-nav {
	visibility: visible;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.slick-initialized .slick-slide.slick-current,
.slick-initialized .slick-slide.slick-current:hover img {
	visibility: visible;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.product-photo-thumbs.owl-theme .owl-nav .owl-next {
	right: 0;
}

.product-photo-thumbs.owl-theme .owl-nav .owl-prev {
	left: 0;
}

.product-photo-thumbs li img,
.slick-initialized .slick-slide .product-single__thumbs li img {
	display: inline-block;
	object-fit: cover;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

.product-single .product-information .pro_btn .btn,
.product-single .product-information .product-link a {
	font-family: var(--font-stack-body);
	background: none;
	color: var(--color-text-field);
	padding: 5px 10px;
	box-shadow: none;
	font-weight: 400;
}

.product-single .product-information .pro_btn .btn.added,
.product-single .product-information .pro_btn .btn.added-wishlist {
	color: var(--color-btn-secondary);
}

.product-single .product-information .pro_btn .btn:hover,
.product-single .product-information a:hover {
	color: var(--color-btn-secondary);
}

.product-single .product-information select {
	border: none;
	background-color: #f8f8f8;
	padding: 10px;
	width: 216px;
	margin-right: 15px;
	border-radius: 5px;
}

.product-single .product-information .selector-wrapper.js.product-form__item {
	float: none;
	display: inline-block;
	vertical-align: top;
}

.product-single__thumbs .owl-nav .owl-prev,
ul.product-photo-thumbs .owl-nav .owl-prev,
.product-single__thumbs .owl-nav .owl-next,
ul.product-photo-thumbs .owl-nav .owl-next {
	border: 1px solid var(--color-btn-secondary);
	color: var(--color-btn-secondary-text);
	font-size: 0;
	height: 30px;
	position: absolute;
	width: 30px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	top: 10px;
	bottom: 0;
	margin: auto;
	background: var(--color-btn-secondary);
	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;
}

.review-wrap .spr-badge {
	float: left;
}

#shopify-product-reviews .spr-summary-actions-newreview::before {
	content: "\f64f";
	position: absolute;
	font-family: "Material Design Icons";
	left: -16px;
	right: auto;
	top: 4px;
	bottom: auto;
	height: 15px;
	width: 15px;
	font-size: 14px;
	line-height: 16px;
}

.product-single__description .spr-summary-actions-newreview {
	position: relative;
}

.product-single__vendor lable {
	margin: 0 5px 0 0;
}

.product-information .product-single__price #comparePrice .money,
.product-desc .product-single__price #comparePrice1 .money {
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	font-family: var(--font-stack-header);
}

a.product-write-review {
	float: left;
	color: var(--color-text-field);
	cursor: pointer;
	border-left: 1px solid var(--color-border);
	margin-left: 8px;
	padding-left: 8px;
}

a.product-write-review:hover {
	color: var(--color-text-hover-field);
}

a.product-write-review>i {
	padding: 0 5px 0 0;
	line-height: 18px;
}

#shopify-product-reviews .spr-header-title {
	font-size: 19px;
	line-height: 22px;
	color: var(--color-text);
	text-align: center;
	text-transform: uppercase;
}

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

.product_all_images img {
	margin-bottom: 10px;
}

.product-single.vertical_right .product-single__thumbs .grid-item img {
	margin: 0 auto;
	float: none;
}

.product-single.vertical_left .product-single__thumbs .grid-item img {
	margin: 0 auto;
	float: none;
}

.product-single.vertical_right .product-single__thumbs .grid-item img {
	margin: 0 auto;
	float: none;
}

.product-single.vertical_right .product-single__thumbs .slick-vertical .slick-prev.slick-arrow {
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	bottom: auto;
	text-align: center;
}

.product-single.vertical_left .product-single__thumbs .slick-vertical .slick-prev.slick-arrow {
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	bottom: auto;
	text-align: center;
}

.product-single.vertical_right .product-single__thumbs .slick-vertical .slick-next.slick-arrow {
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	top: auto;
}

.product-single.vertical_left .product-single__thumbs .slick-vertical .slick-next.slick-arrow {
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	top: auto;
}

.product-single.vertical_right .product-single__thumbs {
	float: right;
	padding: 0;
	margin: 40px 0 14px 0;
}

.product-single.vertical_left .product-single__thumbs {
	float: left;
	padding: 0;
	margin: 30px 0 14px 0;
}

.product-single__thumbs.vertical_left {
	float: left;
}

.product-single__thumbs.vertical_right {
	float: right;
}

.product-single .product-single__thumbs {
	position: relative;
	width: 24%;
	display: inline-block;
}

.product-single.vertical_right .product-single__photos {
	float: left;
	width: 76%;
	position: relative;
}

.product-single.vertical_left .product-single__photos {
	float: left;
	width: 76%;
	position: relative;
}

.product-single .slick-prev.slick-arrow.slick-disabled:hover,
.product-single .slick-next.slick-arrow.slick-disabled:hover {
	border: 1px solid var(--color-border);
}

.product-single .slick-prev.slick-arrow,
.product-single .slick-next.slick-arrow {
	border: 1px solid var(--color-border);
	font-size: 15px;
	color: var(--color-body-text);
	background: var(--color-body);
	top: 0;
	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;
	top: 0;
	bottom: 0;
	margin: auto;
}

.product-single .slick-prev.slick-arrow:hover,
.product-single .slick-next.slick-arrow:hover {
	border: 1px solid var(--color-btn-primary);
	font-size: 15px;
	color: var(--color-btn-primary-text);
	background: var(--color-btn-primary);
}

.product-single .product-single__thumbs.slick-vertical .slick-prev.slick-arrow,
.product-single .product-single__thumbs.slick-vertical .slick-next.slick-arrow {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	font-size: 15px;
	top: 0;
	bottom: auto;
	left: 0;
	right: 0;
}

.product-single .product-single__thumbs.slick-vertical .slick-next.slick-arrow {
	top: auto;
	bottom: 0;
}

.product-single__thumbs button.slick-prev.slick-arrow.slick-disabled,
.product-single__thumbs button.slick-next.slick-arrow.slick-disabled {
	opacity: 0.6;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	-webkit-opacity: 0.6;
	cursor: not-allowed;
}

.horizontal_bottom .product-wrapper-owlslider .product-single__photos,
.horizontal_bottom .product-single__thumbs.horizontal_bottom {
	float: left;
	width: 100%;
	position: relative;
}

.product-single__addtocart .btn:hover::before {
	background-position: -27px -35px;
}

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

.brand_slider .owl-nav,
.ourteam_slider .owl-nav,
.quick-view .owl-nav {
	display: block;
	margin: 0;
}

ul.ourteam_slider.owl-carousel {
	margin-bottom: 0;
}

.product-shop .product-item .selector-wrapper {
	float: left;
	width: 205px;
	margin-right: 10px;
}

.product-shop .grid--uniform.product-single__addtocart {
	float: left;
	width: 100%;
	margin: 15px 0 0;
}

ul.product-photo-thumbs.product-wrapper-owlslider.owl-carousel .owl-nav div {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	bottom: auto;
	top: 50%;
}

.product-single__thumbs .owl-nav .owl-prev,
ul.product-photo-thumbs .owl-nav .owl-prev,
.product-single__thumbs .owl-nav .owl-next,
ul.product-photo-thumbs .owl-nav .owl-next {
	border: 1px solid var(--color-btn-secondary);
	color: var(--color-btn-secondary-text);
	font-size: 0;
	height: 30px;
	position: absolute;
	width: 30px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	top: 10px;
	bottom: 0;
	margin: auto;
	background: var(--color-btn-secondary);
	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-photo-thumbs .owl-nav .owl-prev.disabled,
.product-photo-thumbs .owl-nav .owl-next.disabled {
	opacity: 0.6;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	-webkit-opacity: 0.6;
}

.product-single__thumbs .owl-nav .owl-next::before,
ul.product-photo-thumbs .owl-nav .owl-next::before {
	bottom: 0;
	content: "\f142";
	float: right;
	font-family: "Material Design Icons";
	font-size: 18px;
	padding: 0;
	font-weight: 500;
	height: 18px;
	left: 0;
	line-height: 28px;
	margin: auto;
	position: absolute;
	right: 2px;
	text-align: center;
	top: 0;
	width: 30px;
	height: 30px;
}

.product-single__thumbs .owl-nav .owl-prev::before,
ul.product-photo-thumbs .owl-nav .owl-prev::before {
	bottom: 0;
	content: "\f141";
	float: right;
	padding: 0;
	font-family: "Material Design Icons";
	font-size: 18px;
	font-weight: 500;
	left: 0;
	line-height: 28px;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 30px;
	height: 30px;
}

.product-single__thumbs .owl-nav .owl-prev,
.product-single__thumbs .owl-nav .owl-next,
ul.product-photo-thumbs .owl-nav .owl-prev,
ul.product-photo-thumbs .owl-nav>.owl-next {
	color: var(--color-btn-secondary-text);
	background: var(--color-btn-primary);
}

.product-single__thumbs .owl-nav .owl-prev::before,
.product-single__thumbs .owl-nav .owl-next::before,
ul.product-photo-thumbs .owl-nav .owl-prev::before,
ul.product-photo-thumbs .owl-nav>.owl-next::before,
ul.product-photo-thumbs .owl-nav .owl-prev.disabled:hover::before,
ul.product-photo-thumbs .owl-nav>.owl-next.disabled:hover::before,
ul.product-photo-thumbs .owl-nav .owl-prev.disabled:focus::before,
ul.product-photo-thumbs .owl-nav>.owl-next.disabled:focus::before,
ul.product-photo-thumbs .owl-nav .owl-prev.disabled:active::before,
ul.product-photo-thumbs .owl-nav>.owl-next.disabled:active::before {
	color: var(--color-btn-primary-text);
}

ul.product-photo-thumbs .owl-nav .owl-prev:hover::before,
ul.product-photo-thumbs .owl-nav>.owl-next:hover::before,
ul.product-photo-thumbs .owl-nav .owl-prev:focus::before,
ul.product-photo-thumbs .owl-nav>.owl-next:focus::before,
ul.product-photo-thumbs .owl-nav .owl-prev:active::before,
ul.product-photo-thumbs .owl-nav>.owl-next:active::before {
	color: var(--color-btn-secondary-text);
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
}

product-photo-thumbs .owl-theme .owl-nav .owl-prev::before,
product-photo-thumbs .owl-theme .owl-nav .owl-next::before {
	font-family: Material Design Icons;
	font-size: 27px;
	line-height: 25px;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
}

.pagination-custom>li.active,
.pagination-custom>li.active:hover,
.product-single__thumbs .owl-nav .owl-prev:hover,
.product-single__thumbs .owl-nav .owl-next:hover,
.product-single__thumbs .owl-nav .owl-prev:focus,
.product-single__thumbs .owl-nav .owl-next:focus,
.product-single__thumbs .owl-nav .owl-prev:active,
.product-single__thumbs .owl-nav .owl-next:active,
ul.product-photo-thumbs .owl-nav .owl-prev:hover,
ul.product-photo-thumbs .owl-nav>.owl-next:hover,
ul.product-photo-thumbs .owl-nav .owl-prev:focus,
ul.product-photo-thumbs .owl-nav>.owl-next:focus,
ul.product-photo-thumbs .owl-nav .owl-prev:active,
ul.product-photo-thumbs .owl-nav>.owl-next:active {
	background: var(--color-product-secondary);
	border: 1px solid var(--color-product-secondary);
	color: var(--color-product-secondary-text);
}

.pagination-custom>li:hover,
.pagination-custom>li:focus,
.pagination-custom>li:active {
	border: 1px solid #dadada;
}

ul.product-photo-thumbs .owl-nav>.owl-next,
ul.product-photo-thumbs .owl-nav>.owl-prev,
.product-photo-thumbs .owl-nav .owl-prev,
.product-photo-thumbs .owl-nav .owl-next,
.product-photo-thumbs .owl-nav .owl-prev.disabled:hover,
.product-photo-thumbs .owl-nav .owl-prev.disabled:focus,
.product-photo-thumbs .owl-nav .owl-prev.disabled:active,
.product-photo-thumbs .owl-nav .owl-next.disabled:hover,
.product-photo-thumbs .owl-nav .owl-next.disabled:focus,
.product-photo-thumbs .owl-nav .owl-next.disabled:active {
	background: var(--color-btn-primary);
	color: var(--color-btn-primary-text);
	border: none !important;
}

.product-photo-thumbs .owl-nav .owl-prev.disabled,
.product-photo-thumbs .owl-nav .owl-next.disabled {
	opacity: 0.6;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	-webkit-opacity: 0.6;
}

ul.product-photo-thumbs .owl-nav>.owl-next:hover,
ul.product-photo-thumbs .owl-nav>.owl-prev:hover,
.product-photo-thumbs .owl-nav .owl-prev:hover,
.product-photo-thumbs .owl-nav .owl-next:hover,
ul.product-photo-thumbs .owl-nav>.owl-next:focus,
ul.product-photo-thumbs .owl-nav>.owl-prev:focus,
.product-photo-thumbs .owl-nav .owl-prev:focus,
.product-photo-thumbs .owl-nav .owl-next:focus,
ul.product-photo-thumbs .owl-nav>.owl-next:active,
ul.product-photo-thumbs .owl-nav>.owl-prev:active,
.product-photo-thumbs .owl-nav .owl-prev:active,
.product-photo-thumbs .owl-nav .owl-next:active {
	background: var(--color-btn-secondary);
	color: var(--color-btn-secondary-text);
	border-color: var(--color-btn-secondary);
}

.product-single {
	margin-bottom: 50px;
	position: relative;
}

.spr-review-reportreview:hover {
	color: #ff0000;
}

.product-single__thumbs .grid-item {
	padding: 0;
}

.product-single__photos {
	margin-bottom: 20px;
}

.product_sticky .product-block .title-arrows {
	padding: 0 0 10px;
	float: left;
	width: 100%;
	text-align: center;
}

.product_sticky .model {
	background: #f3f3f3;
}

@media (max-width: 1399px) {}

@media only screen and (max-width: 1199px) {
	.product-shop .product-item .selector-wrapper {
		width: 171px;
	}

	.quick-shop-modal-bg .product-single__addtocart .btn {
		width: 250px;
	}

	hr {
		margin: 15px 0px;
	}

	.product-wrapper .pro_btn a.btn span {
		font-size: 14px;
		line-height: 17px;
	}
}

@media only screen and (max-width: 991px) {
	.quick-shop-modal-bg .product-single__addtocart .btn {
		width: 250px;
	}

	.product-shop .product-item .selector-wrapper {
		text-align: center;
		float: none;
		display: inline-block;
	}

	.product-information .product-information-inner .product-single__variants .selector-wrapper {
		width: 100%;
	}

	.product-single .swiper-button-prev:after,
	.product-single .swiper-button-next:after {
		width: 20px;
		height: 20px;
		font-size: 9px;
		line-height: 19px;
	}

	.product-single .swiper-button.swiper-button-next,
	.product-single .swiper-button.swiper-button-prev {
		width: 20px;
		height: 20px;
	}

	.grid--uniform .qty-section .actions {
		float: none;
		display: inline-block;
	}

	.product-information .product-information-inner .threesixty-video .product-Video-btn.popup-video.tip-top {
		padding: 2px 5px;
	}

	.pro_img {
		float: none;
		display: inline-block;
		vertical-align: top;
		width: auto;
	}

	.product-single,
	.product-photo-thumbs.owl-theme .owl-nav .owl-prev::before,
	.product-photo-thumbs.owl-theme .owl-nav .owl-next::before {
		padding: 0;
	}

	.product-single .product-information select {
		width: 180px;
	}

	.product-information-inner .fixed-content>.quantity {
		margin: 0px;
	}
}

@media only screen and (max-width: 767px) {
	#productPhoto.image-zoom {
		float: none;
		display: inline-block;
		vertical-align: top;
		width: 80%;
	}

	.tt-brand_slider .owl-nav {
		display: block;
	}

	.product-single__header {
		padding: 15px 0 0;
	}
}

@media only screen and (max-width: 543px) {
	.product-shop .product-item .selector-wrapper {
		width: 115px;
	}
}

@media only screen and (max-width: 480px) {
	.product-information .product-information-inner .threesixty-video .product-Video-btn.popup-video.tip-top {
		padding: 2px 0;
		margin: 5px 0 0 0;
		width: 100%;
	}

	.product-single__description .tab-container #tab-1 .col-xs-6 {
		width: 100%;
	}

	#shopify-product-reviews .spr-summary-actions-newreview::before {
		left: 0;
	}

	.product-single__description .spr-summary-actions-newreview {
		padding: 0 0 0 17px;
	}

	#shopify-product-reviews .spr-header-title {
		text-align: left;
	}

	#productPhoto.image-zoom {
		width: 100%;
	}

	#shopify-product-reviews .spr-container {
		padding: 15px 0 !important;
	}

	#shopify-product-reviews .spr-summary .spr-summary-actions {
		float: left;
		width: 100%;
		text-align: left;
		margin: 5px 0 0 0;
	}

	.spr-review-reportreview {
		float: left !important;
	}

	.product-single.vertical_right .product-single__thumbs .grid-item img {
		max-height: 95px;
		max-width: 65px;
	}

	.product-single.vertical_right .product-single__photos {
		width: 70%;
	}
}

@media only screen and (max-width: 400px) {
	.more-view-wrapper ul.product-photo-thumbs.product-wrapper-owlslider.owl-carousel {
		width: 100%;
		margin: 20px auto;
		float: none;
	}
}

/*------------------ Buy Now Button CSS -------------------------*/
.shopify-payment-button {
	float: left;
	width: 100%;
}

.shopify-payment-button .shopify-payment-button__button {
	background: var(--color-btn-secondary);
	color: var(--color-body);
	z-index: 1;
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
	text-align: center;
	border-radius: 0px;
	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;
	line-height: 22px;
	border-radius: 5px;
}

.shopify-payment-button .shopify-payment-button__button:hover {
	background-color: var(--color-btn-primary) !important;
	color: var(--color-btn-secondary-text);
}

.shopify-payment-button .shopify-payment-button__button::before {
	content: "\f496";
	font-family: "Material Design Icons";
	font-size: 20px;
	line-height: 18px;
	margin: 0 5px 0px 0;
	float: none;
	display: inline-block;
	vertical-align: middle;
}

.product-information .shopify-payment-button .shopify-payment-button__more-options {
	display: none;
}

.product-single__addtocart .add,
.product-single__addtocart .minus {
	color: var(--color-body-text);
	position: relative;
}

.product-single__addtocart .js-qty {
	margin-bottom: 15px;
	max-width: none;
}

.product-single__addtocart .js-qty input[type="text"] {
	background-color: var(--color-body);
	padding: 8px 22px;
}

.product-single__addtocart .js--qty-adjuster {
	width: 40px;
}

.product-information-inner .fixed-content>.quantity {
	margin: 0 0 10px;
}

.product-single__photos img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.product-single__photos a,
.product-single__thumbs a,
.product-single__thumbs img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

.product-single__photos li,
.product-single__thumbs li {
	padding: 5px;
	display: inline-block;
	width: auto;
	vertical-align: top;
	margin-bottom: 0px;
}

.dt-sc-toggle-content {
	display: none;
}

#shopify-section-sidebar-category ul.product-categories>li ul.children li {
	margin: 0 0 6px;
}

#shopify-section-sidebar-category ul.product-categories>li ul.children {
	margin: 8px 0 0;
}

.product-categories .cat-item {
	position: relative;
	float: left;
	width: 100%;
}

.product-categories .cat-item span.dt-menu-expand {
	position: absolute;
	right: -5px;
	top: 0px;
	font-size: 20px;
	line-height: 24px;
	cursor: pointer;
	width: 30px;
	text-align: center;
	font-weight: 400;
	color: var(--color-text-field);
	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-categories .cat-item:hover span.dt-menu-expand {
	color: var(--color-text-hover-field);
}

.no-js .product-single__variants {
	display: block;
}

.product-single__vendor {
	font-style: normal;
	margin: 0 0 5px;
}

.product-single__addtocart .js-qty {
	margin-right: 5px;
	float: left;
}

.product-single__addtocart .btn,
.shopify-payment-button .shopify-payment-button__button {
	float: left;
	width: 100%;
	padding: 12px 15px;
	font-family: var(--font-stack-header);
	font-size: 15px;
	line-height: 16px;
	font-weight: 600;
	text-transform: uppercase;
}

.product-single__addtocart .btn {
	text-transform: uppercase;
	font-family: var(--font-stack-header);
}

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

.product-form .shake-animation {
	float: left;
}

.product-single__addtocart .product-form .shake-animation {
	animation: shake-animation 4.72s ease infinite;
	transform-origin: 50% 50%;
}

.product-single .product-information .product-form__buttons .product-form__submit svg {
	display: none;
}

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

.product-single__addtocart .btn:active,
.product-single__addtocart .btn:focus {
	background-color: var(--color-btn-secondary);
	color: var(--color-btn-secondary-text);
}

.product-single__title {
	font: 700 22px/24px var(--font-stack-header);
	color: var(--color-text-product);
}

.product-single__price .product-price__sale.product-price__price .money {
	font-size: 20px;
}

.product-single .product-link {
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.product-single .product-link>div {
	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;
}

.spr-badge-starrating {
	color: var(--color-meta);
}

.spr-badge-starrating .spr-icon,
.spr-badge-starrating {
	padding: 0 1px;
	color: #ff7e00;
}

.product-form--variant-sold-out .product-single__addtocart #AddToCart.btn {
	cursor: not-allowed;
	opacity: 0.6;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	-webkit-opacity: 0.6;
}

.product-form--variant-sold-out .product-single__addtocart #AddToCart.btn::after {
	display: none;
}

.modal#sizeModal {
	bottom: auto;
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 50px);

	-ms-transform: translate(0, 50px);

	-o-transform: translate(0, 50px);

	transform: translate(0, 50px);
}

.product-template__container #notify-content .modal-dialog {
	width: 600px;
}

.product-template__container #notify-content .modal-dialog .modal-content {
	padding: 30px 20px;
}

#notify-content .input-group.newsletter-input {
	border-bottom: 1px solid var(--color-border);
	padding: 0 0 8px;
}

#notify-content .btn {
	position: absolute;
	top: 0;
	bottom: 0;
	left: auto;
	right: 0px;
	border: none;
	z-index: 1;
	background: var(--color-btn-primary);
	padding: 9px 20px;
}

.product-template__container #notify-content .modal-dialog .modal-content .modal-header {
	border: none;
	padding: 0;
}

.product-template__container #notify-content .modal-dialog .modal-content .tt-title {
	font-size: 18px;
	line-height: 24px;
	background: #f5f5f5;
	padding: 10px;
}

.product-template__container #notify-content .modal-dialog .modal-content button.close {
	position: absolute;
	top: 5px;
	left: auto;
	bottom: auto;
	right: 5px;
	padding: 5px 10px;
}

.product-template__container #notify-content .modal-dialog .modal-content button.close:hover {
	background: #f5f5f5;
	border-radius: 50%;
}

@media (max-width: 1499px) {}

@media (max-width: 1399px) {}

@media (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
	.product-single__title.wvendor {
		font-size: 18px;
	}

	.product-template__container #notify-content .modal-dialog .modal-content .tt-title {
		font-size: 16px;
		line-height: 20px;
	}

	.product-template__container #notify-content .modal-dialog {
		width: 480px;
	}
}

@media (max-width: 767px) {}

@media only screen and (max-width: 480px) {
	.product-template__container #notify-content .modal-dialog {
		width: 100%;
	}

	.product-template__container #notify-content .modal-dialog .modal-content .tt-title {
		font-size: 14px;
		line-height: 18px;
	}

	#notify-content .btn {
		padding: 0 15px;
	}

	.product-form--variant-sold-out .product-single__addtocart .btn {
		width: 140px;
		padding: 9px 15px;
	}

	.product-single__title.wvendor {
		width: 100%;
		text-align: left;
	}

	.product-information-inner i.mdi.mdi-cart-outline,
	.product-information-inner .notify_btn i {
		font-size: 18px;
	}

	.product-single__addtocart .btn,
	.shopify-payment-button .shopify-payment-button__button {
		padding: 9px 10px;
		font-size: 14px;
		line-height: 18px;
	}

	.product-single .product-information select {
		width: 130px;
		margin-right: 10px;
	}

	.product-single__title {
		font-size: 14px;
	}
}

@media only screen and (max-width: 455px) {
	.shopify-payment-button .shopify-payment-button__button {
		width: 100%;
	}

	.product-form .product-qty .shake-animation {
		width: 63% !important;
	}
}

/*-----------360 view---------*/
.tt-360-veiw {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	cursor: ew-resize;
	cursor: -webkit-grab;
}

.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);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
	color: #111;
	display: block;
	font-weight: bolder;
	height: 60px;
	line-height: 60px;
	margin: 0 auto;
	text-align: center;
	width: 60px;
}

.tt-360-veiw .spinner span {
	line-height: 60px;
}

.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 .nav_bar {
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -67.5px;
	z-index: 11;
	background-color: #fff;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
	-o-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: 28px;
	font-family: "Material Design Icons";
}

.tt-360-veiw .nav_bar a.nav_bar_play:after {
	content: "\f40a";
}

.tt-360-veiw .nav_bar a.nav_bar_previous:after {
	content: "\f4ae";
}

.tt-360-veiw .nav_bar a.nav_bar_stop:after {
	content: "\f3e4";
}

.tt-360-veiw .nav_bar a.nav_bar_next:after {
	content: "\f4ad";
}

.tt-360-veiw:-webkit-full-screen {
	background: #ffffff;
	width: 100%;
	height: 100%;
	margin-top: 0;
	padding-top: 200px;
}

.tt-360-veiw:-moz-full-screen {
	background: #ffffff;
	width: 100%;
	height: 100%;
	margin-top: 0;
	padding-top: 200px;
}

.product-360-view-wrapper {
	margin: 100px auto;
	max-width: 800px;
	position: relative;
}

.threesixty-video i {
	font-size: 20px;
	margin: 0 5px 0 0;
	padding: 15px;
	background: #f5f5f5;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	padding: 7px 10px;
}

.threesixty-video span {
	font-size: 14px;
	font-weight: 500;
}

.product-Video-btn.popup-video.tip-top {
	float: left;
	width: auto;
}

/*-------------------cart product sticky----------------------*/
.product-template__container .add-to-cart-sticky.fixed .cart-close {
	right: 30px;
	width: 30px;
	height: 30px;
	top: 4px;
}

.add-to-cart-sticky {
	background-color: #fff;
	text-align: center;
	padding: 30px 0;
	float: left;
	width: 100%;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.add-to-cart-sticky.disable {
	display: none;
}

.add-to-cart-sticky .qty-box-set {
	margin: 0 10px 0 0px;
	height: 45px;
}

@media (max-width: 991px) {
	height: auto;
}

@media (max-width: 767px) {
	.add-to-cart-sticky.tablet {
		display: none;
	}
}

@media (max-width: 480px) {
	.add-to-cart-sticky.mobile {
		display: none;
	}
}

.main_active {
	transform: translateY(100%);
	transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
}

.add-to-cart-sticky.fixed {
	animation: 1s ease 0s normal both 1 running fixedanimation;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: auto;
	padding: 15px 0;
	z-index: 2;
}

.add-to-cart-sticky .sticky-data {
	float: left;
	width: 100%;
	margin: auto;
}

@media (min-width: 501px) {
	.add-to-cart-sticky .sticky-data {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}

.add-to-cart-sticky .sticky-data .main-img-desc {
	float: left;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: start;
	width: 70%;
}

.add-to-cart-sticky .product-form__input.product-form__input--dropdown {
	float: none;
	display: inline-block;
	vertical-align: top;
	width: auto;
}

.add-to-cart-sticky .sticky-data .main-img-desc .main_image_wrap1 {
	float: none;
	display: inline-block;
	vertical-align: top;
	border: 1px solid var(--color-border);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

.add-to-cart-sticky .sticky-data .main-img-desc .main_image_wrap1 img {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

.add-to-cart-sticky .sticky-data .main-img-desc .product-desc {
	float: none;
	width: auto;
	display: inline-block;
	vertical-align: top;
	margin: 0px 0 14px 11px;
}

.add-to-cart-sticky .sticky-data .main-img-desc .product-desc h3 {
	font: 500 14px/18px var(--font-stack-header);
	color: #eee;
}

.add-to-cart-sticky .sticky-data .main-img-desc .product-desc .product-single__title.text-capitalize {
	font-size: 16px;
	line-height: 18px;
	margin: 0 0 5px;
	font-weight: 600;
}

.add-to-cart-sticky .sticky-data .main-img-desc .product-desc .h2.product-single__price {
	text-align: left;
	margin: 0 0 5px;
}

.add-to-cart-sticky .sticky-data .main-img-desc .product-price__price {
	font-size: 18px;
	line-height: 20px;
}

.add-to-cart-sticky .sticky-data .main-img-desc .product-desc .h2.product-single__price #comparePrice1 .money {
	font-size: 12px;
}

.add-to-cart-sticky .sticky-data .main-img-desc .product-desc .h2.product-single__price span.discount-percentage {
	color: #ff0000;
	font: 600 14px/16px var(--font-stack-header);
	padding: 2px 8px;
	margin: 10px 0 0;
}

.add-to-cart-sticky .sticky-data .main-img-desc .product-desc .product-single__price span#productPrice1 {
	font-size: 14px;
}

.add-to-cart-sticky .sticky-data .sticky-content {
	margin: 0;
}

.add-to-cart-sticky .sticky-data .sticky-content .grid--uniform.product-single__addtocart {
	float: left;
}

.add-to-cart-sticky .product-single__addtocart,
.add-to-cart-sticky .product-qty {
	float: none;
	display: inline-block;
	vertical-align: top;
}

.add-to-cart-sticky .sticky-data .main-img-desc .product-price__price.compare_price,
.add-to-cart-sticky .sticky-data .main-img-desc .product-price__price.compare_price .money {
	font-size: 14px;
	line-height: 18px;
}

.add-to-cart-sticky .sticky-data .main-img-desc .product-price__price .money {
	font-size: 16px;
	line-height: 18px;
	vertical-align: top;
}

.add-to-cart-sticky .sticky-data .product-single__addtocart .btn {
	float: left;
	background-color: var(--color-btn-primary);
	margin: 0;
	padding: 14px 24px;
}

.add-to-cart-sticky .sticky-data .product-single__addtocart .btn::after {
	background-color: var(--color-btn-secondary);
}

.add-to-cart-sticky .sticky-data .product-single__addtocart .btn:hover,
.add-to-cart-sticky .sticky-data .product-single__addtocart .btn:focus,
.add-to-cart-sticky .sticky-data .product-single__addtocart .btn:active {
	background-color: var(--color-btn-secondary);
}

.add-to-cart-sticky .color-size .color,
.add-to-cart-sticky .color-size .size {
	float: none;
	display: inline-block;
	vertical-align: top;
	width: auto;
}

.add-to-cart-sticky .color-size .color label.color-label,
.add-to-cart-sticky .color-size .size label.size-label {
	float: left;
	width: 100%;
}

.add-to-cart-sticky .color_swatch_Value li label,
.add-to-cart-sticky .color_swatch_Value li.active label {
	width: 20px;
	height: 20px;
	line-height: 20px;
}

.add-to-cart-sticky .color_swatch_Value li.active label::after {
	font-size: 16px;
	line-height: 20px;
}

.add-to-cart-sticky .product-form__buttons {
	margin: 0;
}

.add-to-cart-sticky ul.product-size,
.add-to-cart-sticky ul.item-swatch.color_swatch_Value.grid-item-meta {
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

.add-to-cart-sticky .sticky-data .product-size li input[type="text"],
.add-to-cart-sticky .sticky-data .item-swatch.color_swatch_Value input[type="text"] {
	display: none;
}

.add-to-cart-sticky .product-size li label {
	width: 35px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
}

.add-to-cart-sticky .color-size .size.active label {
	border-color: #222;
}

.add-to-cart-sticky svg.cart {
	height: 16px;
	width: 16px;
	margin-right: 4px;
	line-height: 16px;
	float: none;
	display: inline-block;
	vertical-align: middle;
}

.add-to-cart-sticky form {
	margin: 0;
}

@media (max-width: 1629px) {
	.add-to-cart-sticky .sticky-data .main-img-desc {
		width: calc(62% + 0px);
	}
}

@media (max-width: 1429px) {
	.add-to-cart-sticky .sticky-data .main-img-desc {
		width: calc(62% + 10px);
	}
}

@media (max-width: 1329px) {
	.add-to-cart-sticky .sticky-data .main-img-desc {
		width: calc(60% + 10px);
	}
}

@media (max-width: 1299px) {
	.add-to-cart-sticky .sticky-data .main-img-desc {
		width: calc(55% + 10px);
	}
}

@media (max-width: 1199px) {
	.add-to-cart-sticky .sticky-data .main-img-desc {
		width: calc(38% + 20px);
	}
}

@media (max-width: 991px) {
	.add-to-cart-sticky .sticky-data .main-img-desc {
		width: calc(40% + 20px);
	}

	.add-to-cart-sticky .sticky-data .main-img-desc .main_image_wrap1 {
		margin: 0 0 10px;
	}

	.add-to-cart-sticky .sticky-data .main-img-desc {
		text-align: left;
	}

	.add-to-cart-sticky .sticky-data .product-single__addtocart .btn {
		padding: 12px 15px;
		font-size: 13px;
	}

	.add-to-cart-sticky .qty-box-set .qtyminus,
	.add-to-cart-sticky .qty-box-set .qtyplus,
	.add-to-cart-sticky .qty-box-set .qtyminus1,
	.add-to-cart-sticky .qty-box-set .qtyplus1 {
		width: 25px;
	}

	.add-to-cart-sticky .qty-box-set .quantity,
	.add-to-cart-sticky .qty-box-set .quantity1 {
		width: 90px;
	}
}

@media (max-width: 750px) {

	.add-to-cart-sticky .sticky-data .product-single__addtocart .btn,
	.add-to-cart-sticky .sticky-data .product-single__addtocart .qty-box-set {
		float: right;
	}

	.add-to-cart-sticky .qty-box-set {
		margin: 0;
	}

	.add-to-cart-sticky form {
		margin: 5px 0;
	}
}

@media (max-width: 543px) {
	.add-to-cart-sticky .sticky-data .main-img-desc .product-price__price.compare_price {
		padding: 0;
		font-size: 14px;
		line-height: 25px;
	}

	.add-to-cart-sticky.fixed .sticky-data .cart-qty {
		display: flex;
		align-items: center;
	}

	.add-to-cart-sticky .product-form__buttons {
		margin: 0 0 0 5px;
	}

	.add-to-cart-sticky .sticky-data .main-img-desc .product-desc .product-single__title.text-capitalize {
		font-size: 14px;
	}

	.add-to-cart-sticky .sticky-data .main-img-desc .product-price__price {
		font-size: 15px;
		line-height: 22px;
	}

	.add-to-cart-sticky .sticky-data .color-size,
	.product-price__price.compare_price::before {
		display: none;
	}

	.add-to-cart-sticky .sticky-data .main-img-desc {
		width: calc(50% + 20px);
	}

	.add-to-cart-sticky .sticky-data .main-img-desc .product-desc .h2.product-single__price span.discount-percentage {
		font-size: 12px;
		line-height: 14px;
		padding: 1px 6px;
	}
}

@media (max-width: 500px) {
	.add-to-cart-sticky .sticky-data .product-single__addtocart .btn {
		font-size: 12px;
		padding: 5px 10px;
	}

	.add-to-cart-sticky .sticky-data .product-single__addtocart .btn svg {
		height: 15px;
	}

	.add-to-cart-sticky .product-form__buttons {
		margin: 0;
	}

	.add-to-cart-sticky .qty-box-set .quantity,
	.add-to-cart-sticky .qty-box-set .quantity1 {
		width: 92px;
	}

	.add-to-cart-sticky .qty-box-set .qtyminus,
	.add-to-cart-sticky .qty-box-set .qtyplus,
	.add-to-cart-sticky .qty-box-set .qtyminus1,
	.add-to-cart-sticky .qty-box-set .qtyplus1,
	.add-to-cart-sticky .qty-box-set .quantity,
	.add-to-cart-sticky .qty-box-set .quantity1 {
		height: 30px;
		line-height: 30px;
	}

	.add-to-cart-sticky .sticky-data .main-img-desc {
		width: calc(100% + 20px);
	}

	.add-to-cart-sticky .cart-qty {
		float: left;
		width: auto;
	}

	.add-to-cart-sticky .color-size {
		float: left;
		width: 100%;
		margin: 0 0 10px;
	}

	.add-to-cart-sticky .product-qty {
		display: none;
	}
}

@keyframes fixedanimation {
	0% {
		bottom: -100%;
	}

	100% {
		bottom: 0;
	}
}

/*------------------ our team -----------------*/
.aboutus-wrap .our_team {
	float: left;
	width: 100%;
}

.contact-us-page,
.shop_table.cart.wishlist_table{
	margin-bottom: 60px;
}

.aboutus-wrap.ourteam_wrap {
	float: left;
	width: 100%;
	position: relative;
	text-align: center;
}

.aboutus-wrap.ourteam_wrap ul .teammember-item {
	list-style: none;
	display: inline-block;
	margin: 0 0 50px;
}

.aboutus-wrap.ourteam_wrap ul .teammember-item .teammember-content .teammember-meta {
	background-color: #fff;
	padding: 15px 0;
	width: 70%;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: -40px 0 0;
	z-index: 1;
	position: relative;
	box-shadow: 0 6px 20px 0 rgb(0 0 0 / 10%);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

.aboutus-wrap.ourteam_wrap ul .teammember-item .teammember-content {
	float: left;
	width: 100%;
	position: relative;
}

.aboutus-wrap.ourteam_wrap ul .teammember-item .teammember-content .ourteam-image-wrap {
	overflow: hidden;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

.aboutus-wrap.ourteam_wrap ul .teammember-item .teammember-content .ourteam-image-wrap img {
	transition: all 4s cubic-bezier(0, 0, 0.1, 1);
	-webkit-transition: all 4s cubic-bezier(0, 0, 0.1, 1);
	-moz-transition: all 4s cubic-bezier(0, 0, 0.1, 1);
	-o-transition: all 4s cubic-bezier(0, 0, 0.1, 1);
	-ms-transition: all 4s cubic-bezier(0, 0, 0.1, 1);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

.aboutus-wrap.ourteam_wrap ul .teammember-item .teammember-content:hover .ourteam-image-wrap 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);
}

.aboutus-wrap.ourteam_wrap ul .teammember-item .teammember-content .teammember-meta .teammember-title {
	color: var(--color-text);
	font: 500 18px/20px var(--font-stack-header);
	margin-bottom: 5px;
	text-transform: uppercase;
}

.aboutus-wrap.ourteam_wrap ul .teammember-item .teammember-content .teammember-meta .teammember-position {
	margin-bottom: 5px;
}

.aboutus-wrap.ourteam_wrap ul .teammember-item .teammember-content .ourteam-image-wrap {
	position: relative;
	float: left;
	width: 100%;
}

.aboutus-wrap.ourteam_wrap ul .teammember-item .teammember-content .teammember-social-profile>li a svg {
	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;
}

.aboutus-wrap.ourteam_wrap ul .teammember-item .teammember-content .teammember-social-profile>li a {
	float: left;
	height: 30px;
	line-height: 30px;
	width: 40px;
}

.aboutus-wrap.ourteam_wrap ul .teammember-item .teammember-content .teammember-social-profile>li.facebook:hover a svg {
	color: #4c76be;
}

.aboutus-wrap.ourteam_wrap ul .teammember-item .teammember-content .teammember-social-profile>li.twitter:hover a svg {
	color: #00c7ff;
}

.aboutus-wrap.ourteam_wrap ul .teammember-item .teammember-content .teammember-social-profile>li.googleplus:hover a svg {
	color: #ea4c89;
}

.aboutus-wrap.ourteam_wrap ul .teammember-item .teammember-content .teammember-social-profile>li.instagram:hover a svg {
	color: #c8232c;
}

.aboutus-wrap.ourteam_wrap ul .teammember-item .teammember-content :hover .teammember-meta {
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

.ourteam_wrap .tt_description {
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	margin-bottom: 15px;
}

.aboutus-wrap .our_team .owl-nav {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	visibility: visible;
	display: none;
}

.aboutus-wrap .our_team .owl-theme .owl-nav .owl-prev,
.aboutus-wrap .our_team .owl-theme .owl-nav .owl-next {
	position: static;
}

@media (min-width: 1260px) {
	.aboutus-wrap .our_team .owl-theme .owl-nav .owl-prev {
		margin: 0px 10px 0 0;
	}
}

@media (max-width: 767px) {

	.contact-us-page,
	.shop_table.cart.wishlist_table {
		margin-bottom: 30px;
	}
}

@media (max-width: 575px) {
	.cms-aboutus .col-sm-8 {
		margin-bottom: 30px;
	}

	.cms-aboutus .col-sm-4 {
		text-align: center;
	}
}

@media only screen and (max-width: 480px) {
	.aboutus-wrap .our_team {
		padding: 0 5px;
	}

	.aboutus-wrap.ourteam_wrap {
		text-align: center;
	}

	.aboutus-wrap.ourteam_wrap ul .teammember-item {
		padding: 0;
		margin-bottom: 20px;
	}
}

/*-------------------------- about us image ------------------*/

.cms-aboutus .row>div img {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

.cms-aboutus .row>div:first-child img {
	height: 100%;
}

.about-services {
	padding: 80px 0;
	margin: 30px 0;
}

.about-services .tt-service {
	background: #fff;
	padding: 30px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

.about-services .tt-service::before {
	content: "01";
	font-size: 60px;
	color: #f1f1f1;
	font-weight: 900;
	line-height: 1;
	position: absolute;
	top: 15px;
	right: 15px;
}

.about-service:nth-last-child(2n) .tt-service::before {
	content: "02";
}

.about-service:last-child .tt-service::before {
	content: "03";
}

.about-services .tt-service .service-img {
	margin: 0 0 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;
}

.about-services .tt-service:hover .service-img {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
}

.about-services .tt-service .service-content .service-title {
	font: 600 20px/22px var(--font-stack-header);
	text-transform: uppercase;
	margin: 0 0 15px;
	color: var(--color-text);
}

.about-services .tt-service .service-content .service-desc {
	font: 400 14px/24px var(--font-stack-subheading);
}

@media (max-width: 991px) {
	.about-services .row {
		flex-wrap: nowrap;
		overflow: hidden;
		overflow-x: scroll;
	}
}

@media (max-width: 575px) {
	.about-services .tt-service .service-img {
		margin: 0 0 10px;
	}

	.about-services .tt-service {
		padding: 15px;
	}

	.tt-service::before {
		font-size: 50px;
		top: 10px;
		right: 10px;
	}

	.about-services .tt-service .service-content .service-title {
		margin: 0 0 10px;
		font-size: 18px;
		line-height: 20px;
	}

	.about-services .tt-service .service-content .service-desc {
		font-size: 12px;
		line-height: 20px;
	}

	.about-services {
		padding: 30px 0;
		margin: 20px 0;
	}
}

/*======================= 404 page ============================*/
.grid.error-404 .error {
	float: left;
	width: 100%;
	margin: 0 0 10px;
}

.grid.error-404 .error-item {
	float: left;
	width: 100%;
}

h1.text-center.heading-404 {
	font-size: 145px;
	line-height: 145px;
	font-weight: 500;
	margin: 0;
	font-weight: 500;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.grid.error-404 .error i {
	font-size: 115px;
	line-height: 145px;
	height: 145px;
	width: 115px;
	float: none;
	display: inline-block;
	vertical-align: top;
	transform: rotate(180deg);
	color: var(--color-header-text);
}

.error-404 h4 {
	font: 500 24px/44px var(--font-stack-header);
	margin: 0 0 6px;
}

.error-404 .search-bar {
	max-width: 100%;
	width: 50%;
	float: none;
	margin: 0 auto;
	border: 1px solid var(--color-border);
}

.error-404 p.text-center {
	font-size: 14px;
	margin-bottom: 35px;
	float: left;
	width: 100%;
}

.template-404 .input-group.search-bar .btn::after {
	display: none;
}

.grid.error-404 .btn {
	color: var(--color-btn-secondary-text);
	background: var(--color-btn-primary);
	padding: 10px;
}

.grid.error-404 .btn i {
	font-size: 22px;
}

.error-404 .search-bar input[type="search"] {
	color: #111;
	font-size: 14px;
}

@media only screen and (max-width: 991px) {
	.grid.error-404 .error i {
		font-size: 95px;
		line-height: 125px;
		height: 125px;
		width: 95px;
	}

	h1.text-center.heading-404 {
		font-size: 125px;
		line-height: 125px;
	}

	.error-404 h4 {
		font-size: 32px;
		line-height: 34px;
		margin: 0 0 20px;
	}

	.error-404 p.text-center {
		margin-bottom: 25px;
	}
}

@media only screen and (max-width: 480px) {
	.error-404 .search-bar {
		width: 100%;
	}

	.error-404 p.text-center {
		margin-bottom: 15px;
		font-size: 12px;
		line-height: 20px;
	}

	.error-404 h4 {
		font-size: 22px;
		line-height: 24px;
		margin: 0 0 15px;
	}

	h1.text-center.heading-404 {
		font-size: 105px;
		line-height: 105px;
	}

	.grid.error-404 .error i {
		font-size: 75px;
		line-height: 105px;
		height: 105px;
		width: 75px;
	}

	.error-404 .search-bar input[type="search"] {
		font-size: 12px;
	}
}

/*========================== Search Results ===========================*/
.site-header button.btn.search-submit.icon-fallback-text {
	padding: 0 18px;

	background: linear-gradient(45deg,
			var(--color-btn-primary-2),
			var(--color-btn-primary));
	color: var(--color-header-text);
	height: 50px;
	position: absolute;
	right: 0px;
	left: auto;
	top: 0;
	bottom: 0;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: 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;
}

.site-header button.btn.search-submit.icon-fallback-text:hover i:before {
	transform: rotateY(180deg);
}

.site-header button.btn.search-submit.icon-fallback-text i: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;
}

.collections-selector select {
	height: 50px;
	padding: 0 35px 0 15px;
	margin: 0;
}

.full-search-wrapper button.btn.search-submit.icon-fallback-text,
.full-search-wrapper button.btn.search-submit.icon-fallback-text::after {
	background: no-repeat;
	padding: 8px 10px;
	box-shadow: none;
}

.template-search .main-content .container .input-group.search-bar {
	margin: 0 0 30px 0;
	border: 1px solid var(--color-border);
	border-radius: 5px;
	padding: 1px;
	width: 100%;
}

.template-search .main-content .container .input-group.search-bar input.input-group-field {
	color: #111;
	font-size: 16px;
}

.template-search .container .input-group.search-bar input[type="search"]:active,
.template-search .container .input-group.search-bar input[type="search"]:focus {
	border: none;
	border-right: 1px solid var(--color-border);
}

.template-search .container .input-group.search-bar .btn::after,
.template-search .container .input-group.search-bar .btn::before {
	display: none;
}

.template-search .main-content .container .input-group.search-bar .input-group-btn .btn {
	background-color: var(--color-btn-primary);
	position: absolute;
	right: 5px;
	left: auto;
	top: 5px;
	bottom: 5px;
}

.template-search .main-content .container .input-group.search-bar .input-group-btn .btn:hover {
	background-color: var(--color-btn-secondary);
	color: var(--color-btn-secondary-text);
}

.template-search .main-content .container .input-group.search-bar .input-group-btn .btn i {
	font-size: 22px;
}

#search .container .search-bar .search-results {
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 350px;
	padding: 15px 0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

#search .container .search-bar .search-results::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
}

#search .container .search-bar .search-results::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9);
}

#search .container .search-bar .search-results::-webkit-scrollbar {
	width: 5px;
}

.search-results .name-price {
	float: left;
	width: 100%;
	padding: 10px 0;
}

form.search-bar .btn::after {
	display: none;
}

form.search-bar .btn .icon.icon-search {
	color: var(--color-btn-secondary-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;
}

form.search-bar:hover .btn .icon.icon-search {
	color: var(--color-btn-secondary-text);
}

.full-search-wrapper .search-results {
	max-width: 100%;
	border: medium none;
	float: left;
	margin: 30px 0 0;
	padding: 15px 0;
	max-height: 760px;
	overflow-y: auto;
	overflow-x: hidden;
	position: static !important;
}

.full-search-wrapper .search-results .thumbnail {
	max-width: 100%;
	margin: 0;
}

.full-search-wrapper .search-results::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
}

.full-search-wrapper .search-results::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.6);
}

.full-search-wrapper .search-results::-webkit-scrollbar {
	width: 5px;
}

.search-results {
	z-index: 2;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.search-results li {
	display: block;
	width: 25%;
	float: left;
	margin: 0;
	padding: 0 15px 15px 15px;
	overflow: hidden;
}

.search-results li.total {
	width: 100%;
}

.search-results li>span.title a {
	background: #f5f5f5;
	padding: 10px;
	text-align: center;
	display: block;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.search-results li.no-results>span.title {
	background: none;
	padding: 0;
	font-weight: 600;
}

.search-results .title {
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	font: 500 14px/16px var(--font-stack-subheading);
	text-align: start;
	color: var(--color-text-product);
}

.search-results .title:hover {
	color: #111;
}

.search-results li a span.thumbnail {
	border: 1px solid var(--color-border);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

.search-results .thumbnail {
	float: left;
	width: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border: none;
}

.search-results .thumbnail img {
	border-radius: 10px;
}

.search-results .name-price .price-wrap {
	float: left;
	width: 100%;
	margin: 5px 0;
	text-align: start;
}

.search-results .name-price .product-price__price.compare_price,
.search-results .name-price .product-price__price.compare_price .money {
	margin-left: 5px;
}

@media only screen and (max-width: 1499px) {
	.search-results li {
		width: 25%;
	}
}

@media only screen and (max-width: 1399px) {
	.search-results li {
		width: 33.33%;
	}
}

@media only screen and (max-width: 1299px) {
	.search-results li {
		width: 33.33%;
	}
}

@media only screen and (max-width: 991px) {
	.search-results li {
		width: 33.33%;
	}

	.template-search .main-content .container .input-group.search-bar {
		width: 100%;
	}

	.search-result-product {
		float: left;
	}

	.search-products .text-center.pagination-wrap {
		float: left;
		width: 100%;
	}
}

@media only screen and (max-width: 543px) {
	.search-results li {
		width: 50%;
	}
}

@media only screen and (max-width: 480px) {
	.search-results .name-price .price {
		font-size: 12px;
		line-height: 14px;
	}

	.search-results li {
		padding: 0 10px 10px 10px;
	}
}

/*=============================Notes and Form Feedback=====================================*/
.note,
.errors {
	font-family: var(--font-stack-body);
	font-size: 14px;
	padding: 15px 19.8px;
	margin-bottom: 15px;
	border: 1px solid transparent;
	float: left;
	width: 100%;
}

.note ul,
.errors ul,
.note ol,
.errors ol {
	margin-top: 0;
	margin-bottom: 0;
}

.note li:last-child,
.errors li:last-child {
	margin-bottom: 0;
}

.note p,
.errors p {
	margin-bottom: 0;
}

.note {
	border-color: var(--color-border);
}

.errors ul {
	list-style: disc inside;
}

.form-success {
	color: var(--successGreen);
	background-color: #ecfef0;
	border-color: var(--successGreen);
}

.form-error,
.errors {
	color: var(--errorRed);
	background-color: #faebeb;
	border-color: var(--errorRed);
}

.ajaxify-drawer {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	font-family: var(--font-stack-header);
	width: 85%;
	overflow: hidden;
	transition: right 0.5s cubic-bezier(0.75, 0.03, 0.52, 1);
	-webkit-transition: right 0.5s cubic-bezier(0.75, 0.03, 0.52, 1);
	-moz-transition: right 0.5s cubic-bezier(0.75, 0.03, 0.52, 1);
	-o-transition: right 0.5s cubic-bezier(0.75, 0.03, 0.52, 1);
	-ms-transition: right 0.5s cubic-bezier(0.75, 0.03, 0.52, 1);
}

@media only screen and (min-width: 1025px) {
	.ajaxify-drawer {
		width: 50%;
	}
}

.ajaxify-drawer .ajaxifyCart--content {
	background-color: transparent;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
}

.supports-csstransforms .ajaxify-drawer {
	transition: transform 0.5s cubic-bezier(0.75, 0.03, 0.52, 1);
	-webkit-transition: transform 0.5s cubic-bezier(0.75, 0.03, 0.52, 1);
	-moz-transition: transform 0.5s cubic-bezier(0.75, 0.03, 0.52, 1);
	-o-transition: transform 0.5s cubic-bezier(0.75, 0.03, 0.52, 1);
	-ms-transition: transform 0.5s cubic-bezier(0.75, 0.03, 0.52, 1);
}

.page-move--cart .ajaxify-drawer,
.page-move--nav .ajaxify-drawer {
	position: fixed;
	overflow: auto;
}

/*================ Ajaxify color overrides ================*/
.ajaxify-drawer {
	color: var(--color-text-field);
}

.ajaxify-drawer a {
	color: color-control(var(--color-text-field), 10%);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}

.ajaxify-drawer a:hover {
	color: color-control(var(--color-text-field), 20%);
}

.ajaxify-drawer h1 {
	font-size: em(24px);
}

@media only screen and (min-width: 1025px) {
	.ajaxify-drawer h1 {
		margin-bottom: var(--gutter);
	}
}

.ajaxify-drawer h1,
.ajaxify-drawer h2,
.ajaxify-drawer h3,
.ajaxify-drawer h4,
.ajaxify-drawer h5,
.ajaxify-drawer h6,
.ajaxify-drawer input[type="text"] {
	color: var(--color-text-field);
}

.ajaxify-drawer label,
.ajaxify-drawer .cart__mini-labels {
	color: color-control(var(--color-text-field), 20%);
}

.ajaxify-drawer label {
	margin-bottom: var(--gutter) / 4;
}

.ajaxify-drawer textarea {
	background-color: #fff;
	border-color: #f5f5f5;
	color: var(--color-text-field);
}

.ajaxify-drawer .cart__product a {
	color: var(--color-text-field);
}

.ajaxify-drawer .cart__product a:hover {
	color: var(--color-text-hover-field);
}

.ajaxify-drawer .cart__row,
.ajaxify-drawer .ajaxifyCart--num,
.ajaxify-drawer .ajaxifyCart--add,
.ajaxify-drawer .ajaxifyCart--minus {
	border-color: #f5f5f5;
}

.ajaxify-drawer .js--qty-adjuster:hover,
.ajaxify-drawer .ajaxifyCart--qty-adjuster:hover,
.ajaxify-drawer .js--qty-adjuster:active,
.ajaxify-drawer .ajaxifyCart--qty-adjuster:active {
	background-color: #ccc;
}

.ajaxifyCart--add .add,
.ajaxifyCart--minus .add,
.ajaxifyCart--add .minus,
.ajaxifyCart--minus .minus {
	color: var(--color-text);
}

.js--qty-adjuster:hover .ajaxifyCart--add,
.js--qty-adjuster:hover .ajaxifyCart--minus,
.ajaxifyCart--add .ajaxifyCart--qty-adjuster:hover,
.ajaxifyCart--minus .ajaxifyCart--qty-adjuster:hover {
	color: red;
}

.shopify-link {
	color: inherit;
}

.shopify-link:hover {
	color: inherit;
}

.shopify-logo-svg {
	width: 66.85714px;
	height: 19.5px;
	display: inline-block;
	line-height: 0;
	vertical-align: top;
}

.shopify-logo-svg path {
	fill: currentColor;
}

.shopify-logo-svg .create_account_wrap {
	padding-right: 0;
}

.lt-ie9 .shopify-logo-svg {
	display: none;
}

.modern .shopify-name,
.modern .hidden-label {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

@media only screen and (max-width: 480px) {
	#customer_login .grid .grid-item.one-half {
		float: left;
		width: 100%;
		text-align: center !important;
	}

	#customer_login .grid .grid-item.one-half:first-child>p {
		margin: 0 0 15px 0;
	}
}

.template-password .password-header .password-header__inner .password-login .btn,
.template-password #shopify-section-password-content .btn {
	background-color: var(--color-btn-primary-text);
	color: var(--color-btn-primary);
}

.template-password .password-header .password-header__inner .password-login .btn:hover,
.template-password #shopify-section-password-content .btn:hover {
	color: var(--color-btn-secondary-text);
}

/*================ Demo Styles - for empty store state =====================*/
* {
	outline: none;
}

.demo-image {
	background: url("//cdn.shopify.com/s/files/1/0383/9765/t/1/assets/blankslate-producticon.png?4") no-repeat center center #eee;
	display: block;
	text-align: center;
	padding: 100px 0;
	color: var(--color-body-text);
	font-size: em(14px);
}

.more-view-wrapper .product-photo-thumbs {
	visibility: hidden;
}

page-wrapper .main-content {
	margin: 0 0 30px;
}

/*---------------------  checkbox label css --------------------------------------*/
input[type="checkbox"]:checked~label .check,
.sidebar-tag label.active .check {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
}

.collection_sidebar .checkbox-group label .check {
	top: 3px;
	left: 2px;
	line-height: 14px;
}

.checkbox-group {
	position: relative;
}

.checkbox-group.form-group-top input[type="checkbox"] {
	display: none;
}

.checkbox-group input[type="checkbox"]+label,
.checkbox-group input[type="radio"]+label {
	margin-left: 15px;
	font-size: 14px;
	color: var(--color-text-field);
}

.checkbox-group input[type="checkbox"]+label:hover,
.checkbox-group input[type="radio"]+label:hover {
	color: var(--color-text-hover-field);
}

.checkbox-group.active input[type="checkbox"]+label {
	color: var(--color-text-hover-field);
}

.header_1_wrapper .wishlist-icon-div:hover .wishlist .wishlist-icon {
	color: #000;
}

.checkbox-group label:hover .box {
	background: #f5f5f5;
	border-color: #e5e5e5;
}

.site-header__search .serach_icon:hover>svg,
.site-header__search .serach_icon.active>svg,
.header_1 .right-link-icon .myaccount:hover .dropdown-toggle .account_icon_div>svg,
.header_1 .right-link-icon .myaccount .dropdown-toggle.open .account_icon_div>svg,
.header_1 .wrapper-top-cart>.site-header_cart_link:hover svg,
.header_1 .wrapper-top-cart>.site-header_cart_link.active svg,
#header-sticky .fullscreen_header_toggle .leftmenu:hover i,
.account_icon_div:hover svg,
.account_icon_div:focus svg,
.account_icon_div:active svg,
.header_1_wrapper .menu_toggle_wrap .nav-toggle.active i {
	transform: rotateY(180deg);
}

.account_icon_div svg {
	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;
}

.checkbox-group label .check {
	top: -1px;
	left: 1px;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	z-index: 2;
	transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
}

.collection_sidebar .checkbox-group label .check:before {
	content: "\f12c";
	color: #111;
	font-size: 12px;
	line-height: 12px;
	font-family: "Material Design Icons";
	font-style: normal;
	font-weight: 500;
}

.checkbox-group label span {
	display: inline-block;
	position: absolute;
	left: 0;
	transition: 0.1s;
	-webkit-transition: 0.1s;
	-moz-transition: 0.1s;
	-o-transition: 0.1s;
	-ms-transition: 0.1s;
	vertical-align: top;
}

.checkbox-group label .box {
	border-width: 1px;
	border-style: solid;
	border-color: var(--color-border);
	background: var(--color-body);
	height: 15px;
	width: 15px;
	z-index: 1;
	margin-top: 2px;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}

.ttproduct .swiper-button {
	left: -50px;
}

/*--------- category-collection block ------------*/
.collection_sidebar {
	float: left;
	width: 100%;
	text-align: left;
}

.collection-slider-wrap {
	float: left;
	width: 100%;
	text-align: center;
	padding: 80px 0;
}

.collection-slider-wrap .collection_slider {
	padding: 0 185px;
	float: left;
	width: 100%;
}

.collection-slider-wrap .collection_slider .customNavigation {
	display: none !important;
}

.collection-slider-wrap .collection_slider .collection_cms_wrap {
	float: left;
	width: 100%;
}

.collection-slider-wrap .collection_slider .slick-arrow {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	background: #fff;
	border: none;
	font-size: 0;
	bottom: -50px;
	top: auto;
	height: 100px;
	width: 100px;
	padding: 0;
}

.collection-slider-wrap .collection_slider .slick-prev.slick-arrow {
	left: 0;
}

.collection-slider-wrap .collection_slider .slick-prev.slick-arrow::after {
	content: "\f13d";
	font-family: "Material Design Icons";
	color: #111;
	font-size: 30px;
	line-height: 100px;
}

.collection-slider-wrap .collection_slider .slick-next.slick-arrow {
	right: 0;
	left: auto;
}

.collection-slider-wrap .collection_slider .slick-next.slick-arrow::after {
	content: "\f13e";
	font-family: "Material Design Icons";
	color: #111;
	font-size: 30px;
	line-height: 100px;
}

.collection-slider-wrap .collection_slider .slider-nav .slick-arrow {
	height: 25px;
	width: 25px;
	color: #fff;
	background: none;
	top: -10px;
	line-height: 25px;
}

.collection-slider-wrap .collection_slider .slider-nav .slick-arrow ::after {
	display: none;
}

.collection-slider-wrap .collection_slider .slider-nav .slick-arrow i {
	font-size: 22px;
	line-height: 28px;
}

@media (max-width: 1199px) {
	.left-sidebar.sidebar {
		margin-bottom: 30px;
	}
}

@media only screen and (min-width: 1400px) {
	.collection-slider-wrap .collection-slider-wrap .container {
		width: 1380px;
	}
}

.collection-slider-wrap .collection_detail {
	padding: 20px 0 0;
	float: left;
	width: 100%;
}

.collection-slider-wrap .collection_detail .collection-link {
	float: left;
	width: 100%;
}

.collection-slider-wrap .collection_detail .collection-count {
	float: none;
	width: auto;
	display: inline-block;
	vertical-align: top;
	padding: 12px 0 0;
	color: #ccc;
}

.collection-slider-wrap .collection_detail .collection-content {
	padding: 0 20px;
}

.collection-slider-wrap a.grid-link.collection-link span.grid-link__title {
	font-weight: 300;
	cursor: pointer;
	font-style: italic;
	position: relative;
}

.collection-slider-wrap a.grid-link.collection-link span.grid-link__title:after {
	content: "";
	position: absolute;
	width: 0;
	height: 2px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: auto;
	bottom: -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;
}

.collection-slider-wrap .slick-current.slick-active a.grid-link.collection-link span.grid-link__title::after {
	content: "";
	position: absolute;
	width: 0;
	height: 2px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: auto;
	bottom: -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;
}

.collection-slider-wrap a.grid-link.collection-link span.grid-link__title:hover::after,
.collection-slider-wrap .slick-current.slick-active a.grid-link.collection-link span.grid-link__title::after {
	width: 50px;
}

.collection-block.slick-slide {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}

@media only screen and (max-width: 1300px) {
	.collection-slider-wrap .collection_slider {
		padding: 0 152px;
	}
}

@media only screen and (max-width: 1200px) {
	.collection-slider-wrap {
		padding: 50px 0;
	}
}

@media only screen and (max-width: 1199px) {
	.collection-slider-wrap .collection_slider {
		padding: 0 50px;
	}
}

@media (max-width: 991px) {}

@media only screen and (max-width: 767px) {
	.collection-slider-wrap a.grid-link.collection-link span.grid-link__title {
		font-size: 16px;
	}

	.collection-slider-wrap .collection_slider .slick-next.slick-arrow::after {
		font-size: 28px;
		line-height: 50px;
	}

	.collection-slider-wrap .collection_slider .slick-prev.slick-arrow::after {
		font-size: 28px;
		line-height: 50px;
	}

	.collection-slider-wrap .collection_slider .slick-arrow {
		height: 50px;
		width: 50px;
		bottom: -25px;
	}

	.collection-slider-wrap .collection_slider {
		padding: 0 20px;
	}
}

@media only screen and (max-width: 480px) {
	.pagination-wrap .showing {
		margin-bottom: 5px;
	}
}

@media only screen and (max-width: 480px) {
	.collection-slider-wrap {
		padding: 30px 0;
	}

	.pagination-wrap {
		margin-bottom: 10px;
	}
}

/*-------------------- Start product extended description css--------------------*/
.product_tab_wrapper .tab-container h2 {
	font-family: var(--font-stack-header);
}

@media only screen and (min-width: 768px) {
	.product-extended.design-2 .main_content {
		display: flex;
		align-items: center;
	}
}

.product_tab_wrapper .tab-container .tab-pane p {
	margin: 0 0 15px;
	float: left;
	width: 100%;
	line-height: 30px;
	color: var(--color-body-text);
}

@media only screen and (max-width: 767px) {
	.product-extended.design-1 .content {
		padding: 0px;
	}
}

@media only screen and (max-width: 480px) {
	.product_tab_wrapper .tab-container h4 {
		font-size: 15px;
	}

	.product_tab_wrapper .tab-container h2 {
		font-size: 18px;
	}
}

/*------------------------ Quickview CSS ----------------------*/
.quick-view .product-img .quickview-featured-image {
	margin: 0 0 10px;
	border: 1px solid var(--color-border);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

.quick-view .product-img .quickview-featured-image img {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

.more-view-wrapper .swiper-slide a {
	border: 1px solid var(--color-border);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

.quickview-template .content,
._quick-view-content {
	display: none;
}

.quick-view .product-shop {
	float: right;
}

.quick-view .product-shop p.custom {
	margin: 0;
}

.quick-view .product-shop .prices {
	margin-bottom: 15px;
}

.quick-view .product-shop .prices:first-child {
	margin-top: 0;
}

.quick-view .product-shop .addthis {
	margin-bottom: 0;
}

.quick-view .product-shop .product-title>a {
	font: 600 22px/26px var(--font-stack-header);
	color: var(--color-text-product);
}

.quick-view .product-shop .product-inventory>label {
	font-weight: 500;
	font-size: 14px;
	margin: 0 5px 0 0;
	color: var(--color-text);
	width: auto;
}

.quick-view .product-shop .product-price__price .money {
	font-size: 20px;
	line-height: 24px;
}

.quick-view .product-shop .prices .compare-price .money {
	text-decoration: line-through;
	font-size: 18px;
	line-height: 20px;
}

.quick-view .product-photo-thumbs li {
	margin: 0;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.quickview-template {
	bottom: 0;
	left: 0;
	outline: 0 none;
	overflow-x: auto;
	overflow-y: scroll;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1050;
	display: none;
}

.grid-item:not(.product-short-list, .product-list) .product-wrapper .product-thumb .btn_cart .pro_btn.add_tocart .add-cart-btn:focus.btn .tooltip-label,
.grid-item:not(.product-short-list, .product-list) .product-wrapper .product-thumb .btn_cart .pro_btn.add_tocart .add-cart-btn:active.btn .tooltip-label {
	color: var(--color-product-secondary-text);
}

.btn_cart .pro_btn.btn1.add_tocart form {
	margin-bottom: 0;
}

.quick-view {
	bottom: 0;
	left: 0;
	outline: 0 none;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1050;
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	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;
	visibility: hidden;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
}

.quick-view .product-detail-section p.dt-sc-button {
	margin: 20px 0 0 0;
	float: left;
}

.quick-view .product-detail-section p.product-description {
	padding: 15px 0;
	font-size: 14px;
	line-height: 22px;
}

.quick-view .product-detail-section p.product-description .product-extended p {
	margin: 0;
}

.quick-view .product-detail-section p.product-description p,
.quick-view .product-detail-section p.product-description ul {
	margin: 0;
}

.quick-view.open-in {
	visibility: visible;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-o-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
	-webkit-transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
	-moz-transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
	-o-transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
	-ms-transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

.quick-view .product-shop .prices label {
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
	color: var(--color-text);
}

.quick-view .product-photo-thumbs li a {
	float: left;
	width: 100%;
	padding: 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.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	-webkit-opacity: 0.5;
}

.quick-view .product-photo-thumbs li a:hover,
.quick-view .product-photo-thumbs li a.active {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
}

.quick-view .product-photo-thumbs li.swiper-slide-active a {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
}

.quick-view .product-photo-thumbs li.swiper-slide-active a {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
}

.quick-view .owl-prev::after,
.quick-view .owl-next::after {
	display: none;
}

.quick-view form .actions button i.mdi.mdi-cart-outline {
	height: 22px;
	width: 22px;
	font-size: 18px;
	line-height: 22px;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 2px 0 0;
}

.quick-view form .actions button {
	font-weight: 600;
	padding: 14px 15px;
	width: 317px;
}

.quick-view .product-shop.summary .details label {
	float: left;
	margin-right: 15px;
	width: 70px;
	margin-top: 10px;
	display: none;
}

.quick-view .product-shop.summary h2.product-title {
	padding-bottom: 10px;
	border-bottom: 1px solid var(--color-border);
	line-height: 20px;
	font: 500 14px/16px var(--font-stack-subheading);
}

.quick-view .product-shop.summary select {
	width: 100%;
	padding: 12px 10px;
	margin: 0;
	border: none;
	background-color: #f5f5f5;
	border-radius: 5px;
}

.quick-view .product-info {
	margin: 0 0 10px;
}

.quick-view .product-info .in_stock {
	color: #1cc373;
}

.quick-view .product-info .out_of_stock {
	color: #ff0000;
}

.quick-view .content {
	background: var(--color-body);
	z-index: 99;
	display: none;
	margin: 40px auto;
	width: 855px;
	padding: 30px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

.quick-view .quick-shop-modal-bg {
	background: var(--color-body);
	height: 100%;
	z-index: 10;
}

.quick-view .quick-shop-modal-bg .quickloader {
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.quick-view .quick-shop-modal-bg .spinner {
	width: 35px;
	height: 35px;
	padding: 0px;
	border: 2px solid transparent;
	border-top-color: #222;
	border-bottom-color: #222;
	-webkit-animation: quickloader 0.8s ease-in-out infinite alternate;
	animation: quickloader 0.8s ease-in-out infinite alternate;
}

.product-desc {
	display: none;
}

._quick-view-content {
	display: none;
}

#fancybox-close,
.search-close,
#popupBoxClose {
	background: url({{"close.png"|asset_url}}) no-repeat;
	border: none;
	cursor: pointer;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	position: absolute;
	top: 0px;
	right: 0px;
}

.ajax-success-modal .ajax-right label {
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
	color: var(--color-text);
}

.ajax_price span.discount-percentage {
	font-size: 14px;
	color: #ff0000;
}

#quickview-template .product-detail-section {
	text-align: left;
}

.quickview-template .content,
.quick-view .overlay {
	display: block;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	bottom: 0;
}

._quick-view-content {
	display: none;
}

@keyframes quickloader {
	from {
		transform: rotate(0deg);
	}

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

@-webkit-keyframes quickloader {
	from {
		-webkit-transform: rotate(0deg);
	}

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

#fancybox-close,
.search-close,
#popupBoxClose {
	background: url({{"hover.png"|asset_url}}) no-repeat;
	border: none;
	cursor: pointer;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	position: absolute;
	top: 0px;
	right: 0px;
}

.Site-navigation .horizontal-mega-menu ul.mm-submenu.tree li {
	padding: 7px 20px !important;
}

@media only screen and (max-width: 1500px) {
	.quick-view .content {
		width: 60%;
	}
}

@media only screen and (max-width: 1300px) {
	.quick-view .content {
		width: 70%;
	}
}

@media only screen and (max-width: 991px) {
	.more-view-wrapper.swiper {
		float: none;
		width: 60%;
		display: inline-block;
		vertical-align: top;
	}

	.quick-view .product-shop .product-title>a {
		font-size: 16px;
		line-height: 22px;
	}

	.quick-view .product-photo-thumbs.product-wrapper-owlslider {
		max-height: 170px !important;
	}

	.quick-view {
		overflow: hidden;
		overflow-y: scroll;
	}

	.quick-view .content {
		padding: 20px;
		text-align: center;
	}

	.quick-view .product-img.images {
		width: 100%;
		float: none;
		display: inline-block;
		vertical-align: top;
	}

	.quick-view .product-shop {
		width: 100%;
	}

	.product-shop .product-detail-section .details form {
		display: inline-block;
		float: none;
	}

	.quick-view .qty-section.quantity-box .qty-box-set {
		float: none;
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 767px) {
	.quick-view .quickview-featured-image img {
		width: 100%;
	}

	.quick-view .content {
		width: 80%;
	}
}

@media only screen and (max-width: 480px) {
	.more-view-wrapper.swiper {
		width: 80%;
	}

	.quick-view form .actions button {
		padding: 8px 18px;
		width: 250px;
	}

	.quick-view .content {
		width: 90%;
		padding: 50px 15px 15px 15px;
		margin: 30px auto;
	}

	.quick-view .product-img.images {
		width: 100%;
	}

	.quick-view .close-window {
		right: 10px !important;
		top: 10px;
	}
}

@media only screen and (max-width: 580px) {
	.qty-section.quantity-box .qty-box-set {
		margin-right: 10px;
		margin-bottom: 10px;
	}
}

/*---------------------- ajax cart modal --------------------*/
.ajax-success-modal .success-message {
	padding: 0;
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.ajax-success-modal .success-message p {
	display: inline-block;
	width: 100%;
	margin: 0;
}

.ajax-success-modal .success-message.added-to-cart i {
	margin-right: 5px;
	font-size: 20px;
	line-height: 22px;
	float: none;
	display: inline-block;
	vertical-align: top;
	width: auto;
}

.ajax-success-modal .success-message .btn {
	line-height: 22px;
	padding: 9px 15px;
	float: left;
	width: 100%;
}

@media only screen and (max-width: 480px) {
	.ajax-success-modal .success-message .btn {
		font-size: 14px;
		padding: 8px 14px;
	}
}

.ajax-success-modal .cart-popup__dismiss {
	float: right;
	width: auto;
}

.ajax-success-modal .cart-popup__dismiss a.cart-popup__dismiss-button {
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	line-height: 16px;
	float: left;
	width: 100%;
}

.ajax-success-modal .cart-popup__dismiss a.cart-popup__dismiss-button>i {
	vertical-align: top;
	display: inline-block;
	float: none;
	width: auto;
}

.ajax-success-modal .close-modal {
	position: relative;
	width: 22px;
	height: 22px;
	line-height: 22px;
	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;
}

.ajax-success-modal .ajax-left.cart-popup-item__image {
	float: left;
	width: auto;
	border: 3px solid var(--color-border);
}

.ajax-success-modal.modal {
	outline: 0 none;
}

.ajax-success-modal.cart-popup-wrapper--hidden .overlay {
	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;
}

.ajax-success-modal:not(.cart-popup-wrapper--hidden) .overlay {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	visibility: visible;
}

.ajax-success-modal .cart-content {
	float: none;
	width: auto;
	position: relative;
	margin: 30px auto;
	display: inline-block;
	vertical-align: top;
}

.ajax-success-modal .ajax_price #QComparePrice span.money {
	font-size: 14px;
	text-decoration: line-through;
	color: #666;
	font-weight: 500;
}

.ajax-success-modal .added-to-cart.info i {
	padding-right: 5px;
}

.ajax-success-modal .content-wrap {
	padding-top: 20px;
	float: left;
	width: 100%;
	border-top: 1px solid var(--color-border);
	margin: 15px 0 0;
	text-align: center;
}

.ajax-success-modal .content-wrap .ajax-content {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.ajax-content-section {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin: auto;
}

.modal {
	display: none;
}

.modal:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}

.close-modal {
	float: right;
	bottom: 0;
	position: absolute;
	right: 0;
}

.modal-dialog {
	margin: 0;
	vertical-align: middle;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.5s ease-in-out;
	-o-transition: -o-transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
}

.modal.show .modal-dialog {
	-webkit-transform: translate(0, 0) !important;
	-ms-transform: translate(0, 0) !important;
	-o-transform: translate(0, 0) !important;
	transform: translate(0, 0) !important;
}

.modal-content {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

.ajax-error-modal .modal-inner {
	padding: 40px;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 582px;
	float: left;
	margin: auto;
	z-index: 999;
}

.ajax-product-image {
	width: auto;
	float: left;
	max-width: 100%;
}

.ajax-product-title {
	font: 500 14px/16px var(--font-stack-subheading);
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin: 5px 0 7px;
	color: var(--color-text-product);
	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;
}

.ajax-product-title:hover {
	color: var(--color-text);
}

.ajax-right .ajax_price {
	font-size: 16px;
	font-weight: 600;
	color: var(--color-text);
	float: left;
	width: 100%;
	margin-bottom: 7px;
	font-family: var(--font-stack-body);
}

.ajax-right {
	float: left;
	width: auto;
	padding: 0 0 0 15px;
	text-align: left;
}

.ajax-right ul.product-details {
	margin: 0 0 10px;
	float: left;
	width: 100%;
}

.ajax-right ul.product-details li.product-details__item {
	margin: 0 0 5px;
	font-size: 13px;
	font-weight: 600;
}

.ajax-right ul.product-details li.product-details__item:last-child {
	margin: 0;
}

.ajax-right .cart-popup-item__quantity {
	float: left;
	width: 100%;
	font-size: 14px;
	font-weight: 600;
}

.ajax-right .ajax_price .visually-hidden {
	font-size: 14px;
	width: 100%;
	float: left;
	margin: 0 0 10px;
	font-weight: 500;
	display: none;
}

.ajax-success-modal .overlay,
.ajax-error-modal .overlay {
	background: rgba(0, 0, 0, 0.6);
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 4;
}

.modal-cart {
	display: flex;
	align-items: center;
	float: left;
	width: 100%;
	height: 100%;
}

.modal-cart .product-qty {
	display: none;
}

.ajax-error-modal .modal-inner {
	background: #fff;
	top: 40px;
	bottom: auto;
	width: 400px;
	padding: 0;
}

.ajax-error-modal .modal-inner a.close-modal {
	float: none;
	width: 50px;
	display: inline-block;
	vertical-align: top;
	height: 50px;
	border: 2px solid #fff;
	line-height: 50px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-khtml-border-radius: 50px;
	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;
}

.ajax-error-modal .modal-inner a.close-modal:hover {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

.ajax-error-modal .modal-inner a.close-modal i {
	font-size: 28px;
	color: #fff;
	line-height: 47px;
}

.ajax-error-modal .modal-inner .close-popup {
	background: #e14848;
	padding: 20px 0;
}

.ajax-error-modal .modal-inner .ajax-error-title {
	font-size: 20px;
	line-height: 23px;
	float: left;
	width: 100%;
	margin: 0 0 15px;
	color: #111;
	font-weight: 600;
}

.ajax-error-modal .modal-inner .error-content {
	float: left;
	width: 100%;
	padding: 40px 30px;
}

.ajax-error-modal .modal-inner .ajax-error-message {
	font-size: 14px;
	line-height: 22px;
	float: left;
	width: 100%;
	color: #666;
}

.cart-popup-wrapper.modal .cart-content {
	position: fixed;
	right: 0;
	left: auto;
	top: 0;
	bottom: auto;
	margin: 0;
	border: 1px solid var(--color-border);
	transition: all 400ms cubic-bezier(0.29, 0.63, 0.44, 1);
	-webkit-transition: all 400ms cubic-bezier(0.29, 0.63, 0.44, 1);
	-moz-transition: all 400ms cubic-bezier(0.29, 0.63, 0.44, 1);
	-o-transition: all 400ms cubic-bezier(0.29, 0.63, 0.44, 1);
	-ms-transition: all 400ms cubic-bezier(0.29, 0.63, 0.44, 1);
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	background: var(--color-body);
	width: 400px;
	z-index: 4;
	border-radius: 0 0 0 10px;
	-moz-border-radius: 0 0 0 10px;
	-webkit-border-radius: 0 0 0 10px;
	-khtml-border-radius: 0 0 0 10px;
}

.cart-popup-wrapper.modal .cart-content .content {
	padding: 20px 24px;
	float: left;
	width: 100%;
}

.cart-popup-wrapper.modal .cart-content .content-wrap .ajax-left {
	width: 20%;
	float: left;
	border: 1px solid var(--color-border);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

.cart-popup-wrapper.modal .cart-content .content-wrap .ajax-left img {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

.cart-popup-wrapper.modal .cart-content .content-wrap .ajax-right {
	width: 80%;
	float: left;
	padding: 0 0 0 15px;
	text-align: left;
}

.cart-popup-wrapper.modal .cart-content .content-wrap .added-to-cart a.cart {
	padding: 11px 0;
	font-weight: 500;
	color: var(--color-btn-primary-text);
	background: var(--color-btn-primary);
}

.cart-popup-wrapper.modal .cart-content .content-wrap .added-to-cart a.cart::after,
.cart-popup-wrapper.modal .cart-content .content-wrap .added-to-cart a.cart::before {
	border-bottom-color: var(--color-btn-secondary);
	color: var(--color-btn-secondary-text);
}

.cart-popup-wrapper.modal .cart-content .content-wrap .added-to-cart a.cart:hover,
.cart-popup-wrapper.modal .cart-content .content-wrap .added-to-cart a.cart:focus,
.cart-popup-wrapper.modal .cart-content .content-wrap .added-to-cart a.cart:active {
	color: var(--color-btn-secondary-text);
}

.cart-popup-wrapper.modal .cart-content .content-wrap .continue-shopping {
	font-size: 12px;
	border-bottom: 1px solid var(--color-border);
	float: none;
	width: auto;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 5px;
	cursor: pointer;
	font-weight: 700;
	color: var(--color-body-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;
}

.cart-popup-wrapper.modal .cart-content .content-wrap .continue-shopping:hover {
	color: var(--color-text-hover-field);
	border-bottom: 1px solid #111;
}

.cart-popup-wrapper.modal .cart-content .added-to-cart.info {
	color: var(--color-text);
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	width: auto;
	font-family: var(--font-stack-header);
	float: left;
	margin: 0;
	text-transform: uppercase;
}

.cart-popup-wrapper.modal .cart-content .ajax-right .total_itmes {
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
}

.cart-popup-wrapper.modal .cart-content .ajax-right .product-title {
	float: left;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cart-popup-wrapper.modal.open .cart-content {
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-o-transform: translateY(0%);
	-ms-transform: translateY(0%);
}

#order-summary .product-thumbnail__image {
	max-height: none;
}

#order-summary .product-thumbnail__wrapper {
	border-radius: 0;
}

#order-summary .product-thumbnail::after {
	border-width: 3px;
	border-color: #333;
	border-radius: 0px;
}

@media only screen and (max-width: 1200px) {
	.ajax-error-modal .modal-inner {
		padding: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.ajax-right .ajax_price {
		margin-bottom: 5px;
	}
}

@media only screen and (max-width: 543px) {
	.ajax-success-modal .ajax-left.cart-popup-item__image {
		width: 100%;
		margin: 0 0 15px;
	}

	.ajax-error-modal .modal-inner {
		width: 300px;
	}

	.ajax-right {
		width: 100%;
		padding: 0;
	}
}

@media only screen and (max-width: 480px) {
	.cart-popup-wrapper.modal .cart-content .content-wrap .ajax-left {
		width: 40%;
		margin: 0 0 15px;
		padding: 0;
	}

	.cart-popup-wrapper.modal .cart-content .content {
		padding: 10px 15px 15px 15px;
	}

	.ajax-product-image {
		float: none;
		display: inline-block;
		vertical-align: top;
	}

	.ajax-error-modal .modal-inner {
		padding: 10px;
		width: 270px;
	}

	.cart-popup-wrapper.modal .cart-content .content-wrap .ajax-right {
		width: 60%;
	}

	.cart-popup-wrapper.modal .cart-content .content-wrap .added-to-cart a.cart {
		margin: 0 0 10px;
	}

	body.cart-open .modal-cart {
		display: block;
	}

	.cart-popup-wrapper.modal .cart-content {
		width: 290px;
	}
}

/*----------- brand logo -------------------*/
.tt-brand_slider {
	padding: 30px 0;
	width: calc(100% - 30px);
}

.brand-logo .swiper-button {
	left: 0;
	width: 20px;
	height: 20px;
}

.brand-logo {
	position: relative;
}

.brand-logo .swiper-button.swiper-button-prev {
	right: auto;
	left: -20px;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
}

.brand-logo .swiper-button.swiper-button-next {
	right: -20px;
	left: auto;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
}

.brand-logo:hover .swiper-button-next:after,
.brand-logo:hover .swiper-button-prev:after {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	visibility: visible;
}

.brand-logo:hover .swiper-button.swiper-button-next,
.brand-logo:hover .swiper-button.swiper-button-prev {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	visibility: visible;
}

.brand-logo:hover .swiper-button.swiper-button-next.swiper-button-disabled,
.brand-logo:hover .swiper-button.swiper-button-prev.swiper-button-disabled {
	opacity: 0.4;
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	-webkit-opacity: 0.4;
}

.brand-logo .swiper-button.swiper-button-prev:before,
.brand-logo .swiper-button.swiper-button-next:before {
	display: none;
}

.brand-logo .swiper-button.swiper-button-next:after {
	transform: translate(0px);
}

.brand-logo .swiper-button.swiper-button-prev:after {
	transform: translate(0px);
}

.brand-logo .swiper-button.swiper-button-next,
.brand-logo .swiper-button.swiper-button-prev {
	background: none;
	border: none;
}

.brand-logo .swiper-button.swiper-button-next:hover,
.brand-logo .swiper-button.swiper-button-prev:hover {
	background: transparent;
	border: none;
}

.brand-logo .swiper-button {}

.brand-logo .swiper-button-next:after,
.brand-logo .swiper-button-prev:after {
	font-size: 17px;
	line-height: 17px;
	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;
}

.tt-brand_slider .brand-bar__item {
	text-align: center;
}

.tt-brand_slider .brand-bar__item a {
	display: inline-block;
}

#brands_list_slider .brand-bar__image {
	opacity: 0.7;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	-webkit-opacity: 0.7;
	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;
}

.tt-brand_slider img.brand-bar__image {
	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;
	opacity: 0.6;
}

.tt-brand_slider .brand-bar__item:hover img.brand-bar__image {
	opacity: 1;
}

#brands_list_slider .owl-nav .owl-prev::before,
#brands_list_slider .owl-nav .owl-next::before {
	padding: 0;
}

#brands_list_slider .brand-bar__image:hover {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
}

@media (max-width: 1199px) {
	.tt-brand_slider {
		padding: 40px 0;
	}
}

@media (max-width: 991px) {
	.tt-brand_slider {
		padding: 30px 0;
	}

	#brands_list_slider .owl-nav .owl-prev,
	#brands_list_slider .owl-nav .owl-next {
		position: absolute;
		margin: auto;
	}

	.owl-theme .owl-nav .owl-prev:before,
	.owl-theme .owl-nav .owl-next:before {
		padding: 0 !important;
		border: none !important;
	}

	.brand-logo .swiper-button.swiper-button-next,
	.brand-logo .swiper-button.swiper-button-prev {
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		visibility: visible;
	}

	#brands_list_slider .owl-nav .owl-prev {
		left: -10px;
	}

	#brands_list_slider .owl-nav .owl-next {
		right: -10px;
	}

	.brand-logo .swiper-button-next.swiper-button-disabled,
	.brand-logo .swiper-button-prev.swiper-button-disabled,
	.brand-logo .swiper-button-next.swiper-button-disabled {
		opacity: 0.4;
	}
}

@media (max-width: 767px) {
	.tt-brand_slider .swiper-button {
		left: 10px;
	}

	.tt-brand_slider .swiper-button.swiper-button-next {
		right: 10px;
	}

	.brand-logo .swiper-button.swiper-button-prev {
		left: 20px;
	}

	.brand-logo .swiper-button.swiper-button-next {
		right: 20px;
	}

	.brand-logo .swiper-button-next:after,
	.brand-logo .swiper-button-prev:after {
		font-size: 13px;
	}
}

@media (max-width: 575px) {
	.tt-brand_slider .brand-bar__item a {
		margin: 0 20px;
	}
}

@media (max-width: 480px) {
	.tt-brand_slider {
		padding: 20px 0;
	}

	.owl-theme .owl-nav {
		display: none !important;
	}

	.product-list .product-wrapper .product-description .grid-view-item__meta {
		margin: 0;
	}

	.tt-brand_slider .brand-bar__item a {
		margin: 0 25px;
	}

	.brand-logo .swiper-button.swiper-button-prev {
		left: 7px;
	}

	.brand-logo .swiper-button.swiper-button-next {
		right: 7px;
	}
}

/*-------------------------------------------*/
.grid-view-item .add_cart.tooltip-label,
.grid-view-item .sold_cart.tooltip-label {
	color: var(--color-product-primary-text);
	font: 600 15px/17px var(--font-stack-header);
}

.grid-view-item .add-cart-btn:focus .add_cart.tooltip-label,
.grid-view-item .add-cart-btn:focus .sold_cart.tooltip-label,
.grid-view-item .add-cart-btn:active .add_cart.tooltip-label,
.grid-view-item .add-cart-btn:active .sold_cart.tooltip-label,
.grid-view-item .add-cart-btn:hover .add_cart.tooltip-label,
.grid-view-item .add-cart-btn:hover .sold_cart.tooltip-label {
	color: var(--color-btn-secondary-text);
}

.shop_table.cart_table .cart__mini-labels {
	display: none;
}

.shop_table.cart_table .js-qty {
	text-align: center;
	float: none;
	margin: 0 auto;
}

.site-navigation {
	border-top: 1px solid #e5e5e5;
	box-shadow: 0 2px 2px rgba(50, 50, 50, 0.1);
	-webkit-box-shadow: 0 2px 2px rgba(50, 50, 50, 0.1);
	-moz-box-shadow: 0 2px 2px rgba(50, 50, 50, 0.1);
	-ms-box-shadow: 0 2px 2px rgba(50, 50, 50, 0.1);
	-o-box-shadow: 0 2px 2px rgba(50, 50, 50, 0.1);
	display: inline-block;
	width: 100%;
}

#template-index .site-navigation {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
}

.page-header {
	display: none;
}

.breadcrumb__sep {
	position: relative;
	font-size: 0;
	line-height: 0px;
}

.breadcrumb span:last-child {
	/* color: var(--color-text-field); */
}

/*====================== Product Page ===============================*/
.product-arrows {
	position: fixed;
	top: 50%;
	right: 4%;
	left: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 2;
}

.product-arrows .prev-arrow .navigation-detail {
	bottom: auto;
	top: 0;
}

.product-arrows .next-arrow .navigation-detail {
	bottom: 0;
	top: auto;
}

.product-arrows div.product-arrow a {
	padding: 10px;
	display: block;
}

.product-arrows div.product-arrow .navigation-detail a {
	border: 1px solid var(--color-border);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.product-arrows div.product-arrow .navigation-detail a img {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.product-arrows div.product-arrow {
	float: left;
	height: 38px;
	width: 38px;
	background: #fff;
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%);
	-webkit-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%);
	-moz-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%);
	-ms-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%);
	-o-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	margin: 8px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	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;
}

.product-arrows div.product-arrow:hover {
	background: var(--color-btn-secondary);
}

.product-arrows div.product-arrow svg {
	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-arrows div.product-arrow:hover svg {
	color: var(--color-btn-secondary-text);
}

.navigation-detail {
	border-radius: 3px;
	right: 50px;
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	position: absolute;
	background: #fff;
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%);
	-webkit-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%);
	-moz-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%);
	-ms-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%);
	-o-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%);
	padding: 10px;
	margin: 0;
	float: left;
	width: 230px;
	transition: all 0.5s ease 0.3ms;
	-webkit-transition: all 0.5s ease 0.3ms;
	-moz-transition: all 0.5s ease 0.3ms;
	-o-transition: all 0.5s ease 0.3ms;
	-ms-transition: all 0.5s ease 0.3ms;
	top: 0px;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	visibility: hidden;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	display: flex;
	align-items: center;
	transform: rotateY(45deg);
	-webkit-transform: rotateY(45deg);
	-moz-transform: rotateY(45deg);
	-o-transform: rotateY(45deg);
	-ms-transform: rotateY(45deg);
}

.product-arrows div.product-arrow:hover .navigation-detail {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	visibility: visible;
	transform: rotateY(0);
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-o-transform: rotateY(0);
	-ms-transform: rotateY(0);
}

.right-part-detail .title {
	font: 500 14px/16px var(--font-stack-subheading);
	color: var(--color-text-product);
	padding: 0 15px;
	float: right;
}

a.product-lightbox-btn.tip-top img {
	width: auto;
	height: auto;
}

.product-information .product-info>p {
	margin: 8px 0;
	position: relative;
	float: left;
	width: 100%;
	display: flex;
	align-items: center;
}

.product-information .product-info>p>label::before {
	position: absolute;
	content: "\f12c";
	font-family: "Material Design Icons";
	left: 0;
	right: auto;
	top: 0;
	bottom: 0;
	margin: auto;
	color: var(--color-btn-secondary);
	font-weight: 600;
}

.product-information .product-info>p>label {
	float: none;
	width: 130px;
	font-weight: 600;
	color: var(--color-text);
	margin: 0;
	padding-left: 20px;
	position: relative;
	padding-right: 20px;
	text-wrap: nowrap;
}

.product-information .product-information-inner .fixed-content .qty_attr {
	padding: 0;
}

.product-information .product-information-inner .product-single__price span.discount-percentage {
	font: 600 14px/22px var(--font-stack-header);
	color: #ef5c5c;
	padding: 2px 8px;
	float: none;
	vertical-align: top;
}

.product-single__price .product-price__price.compare_price .money {
	font-size: 16px;
	margin: 0 0 0 5px;
	text-decoration: line-through;
}

.product-information .product-information-inner .product-actions .selector-wrapper {
	float: left;
	margin: 0 5px 10px 0;
	width: 140px;
}

.product-single .product-information .flip-countdown.countdown-block::after {
	left: 13px;
	top: 12px;
}

.product-information-inner .product-single__price #comparePrice,
.product-desc .product-single__price #comparePrice1 {
	font-size: 14px;
	color: var(--color-body-text);
}

.spr-summary-starrating {
	font-size: 10px;
	color: #ff7e00;
}

.spr-starratings {
	font-size: 12px !important;
	color: #ff7e00;
}

.spr-review-header .spr-review-header-title {
	font-size: 14px;
	margin: 0;
	font-weight: 700;
}

.spr-review {
	padding: 15px 0 !important;
	border-top: 1px solid var(--color-border) !important;
}

.spr-container {
	padding: 0 !important;
	border: none !important;
}

.spr-badge-starrating {
	margin: 0 !important;
}

.spr-form {
	padding: 0 !important;
	border-color: var(--color-border) !important;
}

span.spr-badge-caption {
	padding-left: 10px;
	border-left: 1px solid var(--color-border);
	margin-left: 8px;
}

#shopify-product-reviews .spr-content .spr-form-title {
	font-size: 16px !important;
	line-height: 30px !important;
	margin-bottom: 15px !important;
	color: var(--color-text);
	font-weight: 600;
}

.spr-icon {
	font-size: 12px !important;
	line-height: 18px !important;
}

.spr-form-input.spr-starrating .spr-icon {
	color: #ff7e00;
}

.spr-form-input.spr-starrating .spr-icon.spr-icon-star-empty {
	color: #5c5c5c;
}

a.spr-icon.spr-icon-star.spr-icon-star-empty.spr-icon-star-hover {
	color: #ff7e00;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
}

.product-single .product-single__description .spr-icon:hover.spr-icon-star-empty {
	color: #ffbc00 !important;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
}

#shopify-product-reviews .spr-form-label,
#shopify-product-reviews .spr-review-content-body {
	font-size: 13px;
	line-height: 24px;
	color: var(--color-body-text);
}

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

.product-single .product-single__thumbs .grid-item.slick-slide a {
	float: left;
	padding: 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-single .product-single__thumbs .grid-item.slick-slide a:hover {
	box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
	.product-template__container .social-sharing {
		position: fixed;
		top: 45%;
		left: 4%;
		right: auto;
		display: flex;
		flex-direction: column;
		align-items: center;
		z-index: 2;
	}

	.product-template__container .social-sharing a {
		background: #fff;
		box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%);
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
	}
}

.product-template__container .social-sharing a {
	float: left;
	height: 38px;
	width: 38px;
	margin: 5px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-template__container .social-sharing i {
	height: 38px;
	width: 38px;
	float: left;
	text-align: center;
	line-height: 38px;
	font-size: 16px;
	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: #111;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.product-template__container .social-sharing i:hover {
	color: #fff;
}

.product-template__container .social-sharing a i.mdi-facebook:hover {
	background-color: #3b5998;
}

.product-template__container .social-sharing a i.mdi-twitter:hover {
	background-color: #00aced;
}

.product-template__container .social-sharing a i.mdi-pinterest:hover {
	background-color: #c8232c;
}

.product-template__container .social-sharing a i.mdi-instagram:hover {
	background-color: #dc2743;
}

.product-template__container .social-sharing a i.mdi-whatsapp:hover {
	background-color: #25d366;
}

.product-information-inner .product-single__price span#productPrice,
.product-desc .product-single__price span#productPrice1 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: var(--color-btn-primary);
	font-family: var(--font-stack-header);
}

.product-grid .products-grid-view .grid-item.product-short-list {
	width: 100%;
	padding: 0;
}

@media only screen and (max-width: 1199px) {
	.product-single .social-sharing span.share-title {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.product-arrows {
		flex-direction: row;
		position: static;
		justify-content: center;
		display: none;
	}
}

@media only screen and (max-width: 575px) {
	.product-template__container .social-sharing a {
		height: 32px;
		width: 32px;
	}

	.product-arrows span {
		margin: 0 5px;
		height: 34px;
		width: 34px;
	}

	.product-arrows span a svg {
		width: 18px;
		height: 18px;
	}
}

/*------------------------------#shopify-section-product-template-2--------------------------------*/
.product-single.design_2 {
	float: left;
	width: 100%;
	padding: 0 50px;
}

.design_2 .pro_img {
	float: left;
	width: 100%;
	position: relative;
}

.design_2 .additinal-product,
.design_2 .main-product {
	padding: 0;
}

.design_2 .additinal-product .pro_img {
	cursor: pointer;
	margin-bottom: 15px;
}

.design_2 .product-information,
.design_2 .product-wrapper-owlslider {
	padding: 0 15px;
}

@media (min-width: 1300px) {
	.design_2 .product-information {
		float: left;
	}
}

.design_2 .additinal-product .pro_img::after {
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
	height: 100%;
	width: 100%;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-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;
}

.design_2 .additinal-product .pro_img:hover::after {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
}

.userInput {
	background: #f3f3f3;
}

.design_2 .product-single__description {
	background: none;
	padding: 0;
	margin: 0;
}

@media (max-width: 991px) {
	.design_2 .additinal-product {
		display: none;
	}

	.design_2 .main-product {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.design_2 .main-product .product-wrapper-owlslider {
		padding: 0px;
		float: left;
		width: 100%;
	}

	.design_2 .main-product .product-information {
		padding: 0;
		float: left;
		width: 100%;
	}

	.product-single.design_2 {
		padding: 0 15px;
		margin-bottom: 0px;
	}

	.design_2 .pro_img {
		float: none;
		width: 80%;
		display: inline-block;
		vertical-align: top;
	}
}

@media (max-width: 480px) {
	.design_2 .pro_img {
		width: 100%;
		margin: 0 0 15px;
	}
}

/*------------------------------#shopify-section-product-template-3--------------------------------*/
.design_3 .pro_img {
	float: left;
	width: 100%;
}

.design_3 #shopify-product-reviews {
	padding: 0 15px;
}

.design_3 #tab-3 {
	float: left;
	width: 100%;
	padding: 0 15px;
}

.design_3 .product-single__description .product_tab_wrapper .tab-container span {
	padding: 0 15px;
	float: left;
	width: 100%;
}

.design_3 a.product-write-review,
.design_3 .review-wrap .spr-badge {
	float: none;
	display: inline-block;
}

.design_3 .product-single__description .product_tab_wrapper ul.tabs {
	border-top: 1px solid var(--color-border);
}

.design_3 .product-single__addtocart label {
	padding: 10px 0;
	margin: 0;
	float: left;
}

.design_3 .product-information.product_fixed_block {
	margin: 20px 0 0;
}

.design_3 .product-single__title.wvendor {
	text-align: center;
	margin: 0px;
	width: 100% !important;
}

.design_3 .product-information .flip-countdown.simple-countdown {
	position: static;
	text-align: right;
	float: right;
	width: auto;
}

@media only screen and (min-width: 992px) {
	.design_3 .product-information .product-info>p {
		justify-content: end;
	}

	.design_3 .product-information .product-info>p>label {
		text-align: left;
	}

	.design_3 .product-block .product-single__header {
		padding: 0 30px 0 0;
		text-align: right;
	}

	.design_3 .product-block .cart_wrap.content-right {
		text-align: left;
		padding: 0 0 0 30px;
		border-left: 1px solid #e5e5e5;
	}

	.design_3 .product-information .product-single__desc {
		direction: rtl;
		padding: 0 20px 0 0;
	}
}

@media only screen and (max-width: 991px) {
	.design_3 .product-block .product-single__header {
		text-align: left;
		padding: 15px 0 0;
	}

	.design_3 .product-info {
		border-bottom: 1px solid var(--color-border);
		margin: 0 0 15px;
		padding: 0 0 15px;
	}

	.design_3 .product-block .product-single_wrap .content-right {
		padding: 0;
		float: left;
		width: 100%;
		border: none;
	}

	.design_3 .product-information .social-sharing {
		margin: 0 0 15px;
	}
}

@media only screen and (max-width: 480px) {

	.design_3 .product-block .product-single_wrap .content-right form,
	.design_3 .h2.product-single__price,
	.design_3 .product-information .product-info,
	.design_3 .product-information .product-single__desc {
		margin: 0 0 15px;
	}

	.design_3 .product-arrows {
		float: none;
		width: auto;
		display: inline-block;
		vertical-align: top;
	}

	.design_3 .product-single__title.wvendor {
		width: 100%;
	}
}

.product-form__submit[aria-disabled="true"]+.shopify-payment-button,
.product-form__submit[disabled]+.shopify-payment-button {
	display: none;
}

/*------------------------------#shopify-section-product-template-4--------------------------------*/
.design_4 .pro_img {
	margin: 0px 10px 20px 10px;
	position: relative;
}

/*------------------------------#shopify-section-product-template-5--------------------------------*/
.design_5 .pro_img {
	margin: 0px 10px 20px 10px;
	position: relative;
}

.design_5.product-single {
	padding: 0 50px;
}

.design_5 .product-information {
	padding: 0 20px;
}

@media only screen and (max-width: 1199px) {
	.design_5.product-single {
		padding: 0 30px;
	}
}

@media only screen and (max-width: 767px) {
	.design_5.product-single {
		padding: 0px;
	}
}

/*--------------------- Quantity CSS ----------------------*/
.product-form--variant-sold-out .product-qty {
	display: none;
}

.qty-box-set {
	float: left;
	width: auto;
	position: relative;
	overflow: hidden;
	border: 1px solid var(--color-body-text);
	border-radius: 5px;
}

.qty-box-set .quantity,
.qty-box-set .quantity1 {
	border: none;
	width: 90px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	float: left;
	cursor: pointer;
	text-align: center;
	margin: 0;
}

.qty-box-set .qtyminus,
.qty-box-set .qtyplus,
.qty-box-set .qtyminus1,
.qty-box-set .qtyplus1 {
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	float: none;
	display: inline-block;
	vertical-align: top;
	width: 30px;
	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;
	background: #fff;
	cursor: pointer;
}

@media only screen and (max-width: 480px) {

	.qty-box-set .quantity,
	.qty-box-set .quantity1 {
		height: 35px;
		line-height: 35px;
	}

	.qty-box-set .qtyminus,
	.qty-box-set .qtyplus,
	.qty-box-set .qtyminus1,
	.qty-box-set .qtyplus1 {
		height: 35px;
		line-height: 35px;
	}
}

.qty-box-set .qtyminus:hover,
.qty-box-set .qtyplus:hover,
.qty-box-set .qtyminus1:hover,
.qty-box-set .qtyplus1:hover {
	background: #e5e5e5;
}

.qty-box-set .qtyminus>i,
.qty-box-set .qtyplus>i,
.qty-box-set .qtyminus1>i,
.qty-box-set .qtyplus1>i {
	color: #333;
	font-size: 12px;
}

.qty-box-set .qtyplus,
.qty-box-set .qtyplus1 {
	left: auto;
	right: 0;
}

.qty-box-set .qtyminus,
.qty-box-set .qtyminus1 {
	left: 0;
	right: auto;
	border-right: none;
}

.qty-box-set .quantity,
.qty-box-set .quantity1 {
	-webkit-appearance: textfield !important;
	appearance: textfield !important;
	-moz-appearance: textfield;
}

.qty-box-set input[type="number"]::-webkit-textfield-decoration-container {
	background: #fff;
	-webkit-appearance: none;
}

.qty-box-set input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

table.shop_table.cart_table tfoot {
	display: none;
}

.qnt_wrap {
	float: left;
	width: 100%;
	overflow: hidden;
}

/* Adds a box around the numeric value in Safari and Chrome */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.qty-box-setinput [type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.qty-section.quantity-box .actions.hidden-md.hidden-xs.hidden-sm {
	display: none;
}

.product-single .product-information-inner .fixed-content>.quantity .qty-box-set input#Qty {
	float: left;
	width: 120px;
	height: auto;
}

@media (max-width: 991px) {
	.cart_count_single .qty-box-set {
		float: left;
	}
}

/*-------------------------product tab---------------------------*/

.nav.nav-tabs {
	margin: 0 0 10px;
	border: none;
}

.brand-bar__item.float-start.w-100 {
	padding: 15px 0;
}

.nav-tabs>li.nav-item a.nav-link {
	position: relative;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	font: 700 26px/28px var(--font-stack-header);
	outline: medium none;
	padding: 0px;
	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;
	margin: 0 58px 0 0;
	z-index: 1;
}

.nav-tabs .nav-link {
	border: none;
}

.product_tab_wrapper .nav-tabs>li.nav-item a.nav-link::after,
.product_tab_wrapper .nav-tabs>li.nav-item a.nav-link::before {
	content: "";
	left: 100%;
	right: auto;
	position: absolute;
	top: 0;
	bottom: -4px;
	height: 2px;
	z-index: -1;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	width: 0;
	background: var(--color-body-text);
	margin: auto;
}

.product_tab_wrapper .nav-tabs>li.nav-item a.nav-link::before {
	left: auto;
	right: 100%;
	bottom: 0px;
	height: 70%;
	width: 2px;
}

.product-list .product-wrapper:hover .discount-percentage,
.product-short-list .product-wrapper:hover .discount-percentage {
	right: auto;
}

.nav-tabs>li:last-child>a {
	margin-right: 0;
}

.product-single__description {
	background: #f8f8f8;
	padding: 50px 15px;
}

.product-single__description .product_tab_wrapper ul.nav-tabs {
	list-style: none;
	border: none;
	margin: 0px;
}

.product-single .product_tab_wrapper ul.tabs li>a::after {
	background: #111;
}

.product-single__description .product_tab_wrapper ul.nav-tabs li {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin: 0 0 10px;
}

.product-single__description .product_tab_wrapper ul.nav-tabs li:last-child {
	border-right: none;
}

.product-single__description .product_tab_wrapper ul.nav-tabs li:last-child>a {
	margin-right: 0;
}

.nav-tabs>li.nav-item a.nav-link:hover::after,
.nav-tabs>li.nav-item a.nav-link.active::after {
	width: 50px;
}

.product-wrapper .discount-percentage {
	color: #ef5c5c;
	margin: 0 4px;
	font-size: 16px;
	line-height: 18px;
}

.product-single__description .product_tab_wrapper ul.nav-tabs li>a {
	position: relative;
	float: none;
	display: inline-block;
	vertical-align: top;
	border: none;
	font: 600 20px/22px var(--font-stack-header);
	padding: 10px 15px;
	color: var(--color-header-text);
	text-transform: uppercase;
}

.product-single__description .product_tab_wrapper ul.nav-tabs li>a.active,
.product-single__description .product_tab_wrapper ul.nav-tabs li>a:hover {
	color: var(--color-btn-secondary);
}

.product-single__description .product_tab_wrapper ul.nav-tabs li>a.active::after,
.product-single__description .product_tab_wrapper ul.nav-tabs li>a:hover::after,
.product-single__description .product_tab_wrapper ul.nav-tabs li>a.active::before,
.product-single__description .product_tab_wrapper ul.nav-tabs li>a:hover::before {
	background: var(--color-btn-secondary);
}

.product-single__description .product_tab_wrapper ul.nav-tabs li.active>a,
.product-single__description .product_tab_wrapper ul.nav-tabs li:hover>a {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
}

.product-single__description .product_tab_wrapper .tab-container {
	border-left: 1px solid var(--color-border);
	padding: 0 0 0 30px;
}

.product-single__description .product_tab_wrapper .tab-container img {
	float: left;
}

.product-single__description .product_tab_wrapper .tab-container .table-responsive {
	float: left;
	width: 100%;
}

.product_tab_wrapper .nav-tabs>li.nav-item a.nav-link::before {
	left: auto;
	right: 100%;
	bottom: 0px;
	height: 70%;
	width: 2px;
}

.product-single__description .product_tab_wrapper .tab-container .table-responsive table {
	table-layout: auto;
}

.product-single__description .product_tab_wrapper table th.label {
	float: left;
	width: 100%;
	font-size: 14px;
	font-weight: 600;
	color: #333;
	border: none;
	text-align: left;
	padding: 15px;
	line-height: 20px;
}

#shopify-product-reviews {
	text-align: left;
	margin: 0 !important;
}

.product-single__description .tab-pane .spr-summary {
	text-align: left;
}

.product-information-inner #AddToCartForm .product-single__variants .selector-wrapper {
	float: left;
	margin-right: 10px;
	width: 140px;
}

@media only screen and (min-width: 768px) {
	body .product_sticky .page-wrapper {
		overflow: visible;
	}

	.product-single__description .product_tab_wrapper ul.nav-tabs {
		position: sticky;
		top: 120px;
	}
}

@media only screen and (max-width: 1199px) {

	.nav-tabs>li.nav-item a.nav-link:hover::after,
	.nav-tabs>li.nav-item a.nav-link.active::after {
		width: 20%;
	}
}

@media only screen and (max-width: 991px) {
	.nav-tabs>li>a {
		padding: 8px 14px;
	}

	.product-wrapper .discount-percentage {
		top: 15px;
		height: 40px;
		right: auto;
		font-size: 16px;
		line-height: 18px;
		width: 40px;
		left: 10px;
	}

	.nav-tabs>li.nav-item a.nav-link {
		font-size: 20px;
		line-height: 22px;
	}

	.product-single__description .product_tab_wrapper ul.nav-tabs li>a.active::after {
		background: none;
	}
}

@media only screen and (max-width: 767px) {
	.product-single__description {
		padding: 20px 5px;
	}

	.product-single__description .product_tab_wrapper ul.nav-tabs>li.nav-item a.nav-link {
		margin: 0 14px 0 4px;
	}

	.product-single {
		margin-bottom: 25px;
	}

	.nav-tabs>li.nav-item a.nav-link {
		font-size: 18px;
		line-height: 20px;
	}

	.product-wrapper .discount-percentage {
		top: 10px;
	}

	.product-single__description .product_tab_wrapper ul.nav-tabs li>a {
		padding: 8px;
		font-size: 18px;
		line-height: 20px;
	}

	.product-single__description .product_tab_wrapper ul.nav-tabs {
		margin: 0px;
		overflow-x: auto;
		overflow-y: hidden;
		scrollbar-width: thin;
		flex-wrap: nowrap;
	}

	.product-single__description .product_tab_wrapper ul.nav-tabs li {
		flex: 0 0 auto;
	}

	.product-single__description .product_tab_wrapper .tab-container {
		border-top: 2px solid var(--color-border);
		border-left: none;
		padding: 15px 0 0;
	}
}

@media (max-width: 650px) {
	.product-wrapper .discount-percentage {
		display: none;
	}
}

@media (max-width: 575px) {
	.nav-tabs>li.nav-item a.nav-link {
		font-size: 17px;
		line-height: 19px;
	}
}

@media only screen and (max-width: 480px) {
	.nav.nav-tabs {
		margin: 0 0 15px;
	}

	.nav-tabs>li.nav-item a.nav-link {
		margin: 0 12px 0 0;
	}

	.product-single {
		margin-bottom: 10px;
	}

	.product-single__description .product_tab_wrapper ul.nav-tabs li:last-child {
		border-bottom: none;
	}

	.product-single__description .product_tab_wrapper ul.nav-tabs li>a {
		margin: 0 0 0 4px;
	}

	.product-single__description .product_tab_wrapper ul.nav-tabs li>a {
		padding: 0 0 0 8px;
	}

	.product-single__description .product_tab_wrapper ul.nav-tabs {
		flex-direction: column;
		align-items: flex-start;
	}

	.nav-tabs>li>a {
		font-size: 13px;
		padding: 8px;
		margin: 0;
	}

	.nav-tabs li.nav-item a.nav-link::before {
		left: 4px;
	}

	.nav-tabs>li.nav-item a.nav-link {
		white-space: nowrap;
	}

	.product-short-list .product-wrapper .discount-percentage {
		top: 5px;
		height: 30px;
		width: 30px;
		left: 5px;
		font-size: 12px;
		line-height: 14px;
	}
}

/*----------------------------- END --------------------------*/
.product-wrapper .product {
	display: block;
	margin-bottom: 0;
}

ul.nav-tabs.jquery-tab-pager-tabbar {
	margin-bottom: 20px;
	border: none;
}

.product_title .product_img {
	width: 100px;
}

#newproduct_products_slider .owl-stage-outer {
	margin: 0 1px 0 0;
}

.has_bg #newproduct_products_slider {
	margin: 25px 0 0;
}

@media only screen and (max-width: 1200px) {
	.has_bg .tab-inner.tab-content.tab-container .owl-carousel .owl-stage-outer {
		margin: 0;
	}

	.has_bg #newproduct_products_slider {
		padding: 0;
		margin: 0;
	}

	.has_bg #newproduct_products_slider .owl-carousel .owl-stage-outer {
		margin: 0;
	}
}

@media only screen and (max-width: 992px) {
	.has_bg #newproduct_products_slider {
		padding: 0;
	}
}

@media only screen and (max-width: 480px) {
	.has_bg #newproduct_products_slider {
		padding: 0 5px;
	}
}

/*-------------------- GoTo Top ------------------*/
.progress-wrap {
	position: fixed;
	right: 70px;
	bottom: 70px;
	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: 1;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
	background: #fff;
}

.progress-wrap:hover::after {
	color: #000;
}

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

.progress-wrap::after {
	position: absolute;
	font-family: "Material Design Icons";
	content: "\f05d";
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	color: #777;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.progress-wrap svg path {
	fill: none;
}

.progress-wrap svg.progress-circle path {
	stroke: var(--color-btn-secondary);
	stroke-width: 4;
	box-sizing: border-box;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

@media (max-width: 1199px) {
	.progress-wrap {
		right: 40px;
		bottom: 40px;
	}
}

@media (max-width: 767px) {
	.progress-wrap {
		right: 50px;
		bottom: 50px;
	}
}

@media (max-width: 480px) {
	.progress-wrap {
		right: 25px;
		bottom: 25px;
		height: 40px;
		width: 40px;
	}

	.progress-wrap::after {
		height: 40px;
		width: 40px;
		line-height: 40px;
	}
}

/*--------------------- contact form --------------------*/
.contact-title {
	font: 600 24px/28px var(--font-stack-header);
	color: var(--color-text);
	margin: 0 0 30px;
	text-transform: uppercase;
}

.contact-form .btn:hover,
.contact-form .btn:active,
.contact-form .btn:focus {
	background: var(--color-btn-secondary);
}

.contact_page_content, .contact-chat-with-us, .contact-address-detail {
	margin-bottom: 30px;
}
.contac-us-page .address-container .content {
	font-size: 16px;
}

.address-container .address-text {
	width: 100%;
	float: left;
	text-align: center;
	margin: 0 0 30px;
	display: flex;
	align-items: center;
}

.contact-us-page .social-sharing a {
	border: 2px solid var(--color-border);
	padding: 5px 10px;
	margin: 0 10px 0 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.contact-us-page .social-sharing a svg {
	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;
}

.contact-us-page .social-sharing a:hover svg {
	color: var(--color-btn-primary);
}

.contact-us-page .social-sharing .social-title,
.contact-us-page .address-container .small-title {
	font: 600 20px/24px var(--font-stack-header);
	float: left;
	width: 100%;
	color: var(--color-text);
	padding: 0 0 15px;
	margin: 0 0 15px;
	border-bottom: 1px solid var(--color-border);
	text-transform: uppercase;
}

.address-container .address-text .content {
	float: none;
	display: inline-block;
	vertical-align: top;
	width: auto;
	text-align: left;
	margin-left: 15px;
}

.address-container .address-text .content>.address-label {
	font-size: 16px;
	font-weight: 600;
	color: #111;
}

.contact-us-page {
	float: left;
	width: 100%;
}

.contact-us-form {
	float: left;
	width: 100%;
	margin: 0 0 30px;
}

.contact-us-page .address-text .icon {
	border: 2px solid var(--color-border);
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

@media only screen and (max-width: 1199px) {
	.contact-us-page .social-sharing .social-title {
		font-size: 18px;
		line-height: 30px;
	}

	.contact-us-page .address-container .small-title {
		font-size: 18px;
		margin: 0 0 20px;
		line-height: 20px;
	}

	.contact-us-page .social-sharing {
		padding: 10px;
	}
}

@media only screen and (max-width: 991px) {

	.contact-us-page .contact_wrapper,
	.contact-us-page .rte {
		width: 100%;
	}

	.contact-us-page .contact_wrapper {
		margin: 0 0 30px;
	}
}

@media only screen and (max-width: 767px) {

	.contact-us-page .contact_wrapper,
	.contact-us-form {
		margin: 0 0 15px;
	}
}

/*--------------------- wishlist page -----------------------*/
.template-page .product-thumbnail img {
	float: none;
	display: inline-block;
	vertical-align: top;
}

.wishlist-box .wishlist-product-price {
	color: var(--color-btn-secondary);
	font-family: var(--font-stack-header);
}

.wishlist_table thead th span {
	font: 600 16px/18px var(--font-stack-header);
	color: var(--color-text);
	text-transform: uppercase;
}

.compare_table .compare-box .productprice td {
	color: var(--color-btn-secondary);
	font: 700 20px/22px var(--font-stack-header);
}

.wishlist_table td span.wishlist-in-stock {
	color: #1cc373;
}

.wishlist_table .product-stock-status .wishlist-in-stock.wishlist-out-of-stock {
	color: #ff0000;
}

.wishlist_table .product-name a.wishlist-item-link {
	font: 500 14px/16px var(--font-stack-subheading);
	color: var(--color-text-product);
}

.wishlist_table .product-name a.wishlist-item-link:hover {
	color: #111;
}

.wishlist_table .product-thumbnail a {
	float: none;
	width: auto;
	display: inline-block;
	vertical-align: top;
}

.wishlist_table .product-remove .remove_from_wishlist {
	font-size: 16px;
	font-weight: 700;
	height: 20px;
	left: 0;
	line-height: 20px;
	position: absolute;
	right: 0;
	width: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-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;
}

@media only screen and (max-width: 767px) {
	.wishlist_table .product-thumbnail {
		padding: 10px;
		float: none;
		width: 80px;
	}

	.wishlist_table thead .product-thumbnail {
		border: none;
		padding: 0;
	}

	.wishlist_table .table-responsive {
		z-index: 1;
		position: relative;
	}
}

@media only screen and (max-width: 590px) {
	.wishlist_table .product-thumbnail {
		float: left;
		border: none;
		border-top: 1px solid var(--color-border);
	}
}

@media only screen and (max-width: 480px) {
	.wishlist_table td.product-thumbnail {
		width: 100px;
		float: left;
	}
}

.template-page .shop_table>thead {
	background: var(--color-body);
}

/*---------------- Other pages CSS --------------------*/
.template-page .page-content {
	float: left;
	width: 100%;
	margin-bottom: 35px;
	min-height: 298px;
}

/*---------- Product compare error modal--------------*/

.myaccount .customer_account ul li .wishlist-icon-div .wishlist-icon {
	display: inline-block;
}

.compare_table .compare-box .remove1 a.remove:hover i {
	color: var(--color-product-secondary);
}

.compare_table .compare-box .remove1 a.remove i {
	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;
}

.customer_account .compare-icon-div .compare-icon,
.myaccount .customer_account ul li .wishlist-icon-div .wishlist-icon,
.myaccount .customer_account ul>li>a {
	font: 400 14px/16px var(--font-stack-subheading);
	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;
}

.customer_account .compare-icon-div span.compare-count {
	font-family: normal;
}

.compare_table .compare-box .productname td a.compare-item-link {
	font: 500 14px/16px var(--font-stack-subheading);
	color: var(--color-text-product);
}

.compare_table .compare-box .productname td a.compare-item-link:hover {
	color: var(--color-text-hover-field);
}

body.compare .table-responsive {
	border-color: var(--color-border);
}

body .compare-model .modal .modal-dialog {
	margin: 35px auto;
	max-width: 700px;
}

body .compare-model .modal .modal-dialog .modal-content>div {
	width: 100%;
	margin: 0 auto;
}

body .compare-model .modal .modal-dialog .modal-content .close .mdi-close {
	font-size: 22px;
	color: var(--color-text);
	font-weight: 300;
	padding: 0;
	line-height: 24px;
	display: inline-block;
	zoom: 1;
}

body .compare-model .modal .modal-dialog .modal-content .modal-body .modal-header {
	float: left;
	width: 100%;
	border-width: 2px;
	border-color: var(--color-border);
	padding: 0 0 10px;
}

body .compare-model .modal .modal-dialog .modal-content .modal-body .compare-button {
	padding: 15px 0 0;
}

body .compare-model .max_compare {
	font: 600 16px/18px var(--font-stack-header);
	color: var(--color-text);
	text-transform: uppercase;
	font-size: 20px;
	text-transform: uppercase;
}

.compare-model .close {
	background: none;
	width: 20px;
	height: 20px;
	line-height: 20px;
	padding: 0;
}

@media only screen and (max-width: 767px) {
	.compare-box td a {
		float: left;
		width: 150px;
	}

	.template-page .page-content {
		margin-bottom: 15px;
	}

	body .compare-model .modal .modal-dialog {
		max-width: 400px;
	}
}

@media only screen and (max-width: 480px) {
	body .compare-model .modal .modal-dialog {
		max-width: 300px;
	}

	body .compare-model .max_compare {
		font-size: 14px;
	}

	.template-page .page-content {
		margin-bottom: 0px;
	}
}

.compare-model #modalCompare1::before {
	vertical-align: top;
}

/*-------------------------- Product image hover effect ----------------*/
.product-wrapper .product-thumb .image_thumb_swap {
	position: absolute;
	height: 100%;
	width: 100%;
}

@media only screen and (max-width: 480px) {

	.product-wrapper .qty-box-set .qtyplus,
	.product-wrapper .qty-box-set .qtyminus {
		width: 30px;
	}

	.product-wrapper .qty-box-set .quantity {
		width: 100px;
	}
}

/*======================= Product tab CSS ============================*/
.tab-inner .nav.nav-tabs {
	border: medium none;
	display: inline-block;
	float: none;
	vertical-align: top;
	width: auto;
	margin: 0 0 25px;
	position: relative;
}

.tab-inner .owl-nav {
	display: none;
}

.tab-inner .product_col3 .owl-carousel .owl-item {
	width: 33.33%;
}

.tab-inner .product_col5 .owl-carousel .owl-item {
	width: 20%;
}

.page-content-wrapper {
	margin-bottom: 50px;
	float: left;
	width: 100%;
}

.tab-inner .product_col4 .owl-carousel .owl-item {
	width: 25%;
}

@media (max-width: 1499px) {
	.ttproduct .product-wrapper {
		margin: 0;
	}
}

@media only screen and (max-width: 1200px) {
	.tab-inner .product_col5 .owl-carousel .owl-item {
		width: 33.33%;
	}

	.tab-inner .product_col4 .owl-carousel .owl-item {
		width: 33.33%;
	}
}

@media (max-width: 991px) {
	.ttproduct .product-wrapper {
		margin: 0;
	}
}

@media only screen and (max-width: 767px) {
	.tab-inner .product_col4 .owl-carousel .owl-item {
		width: 50%;
	}

	.tab-inner .product_col3 .owl-carousel .owl-item {
		width: 50%;
	}

	.page-content-wrapper {
		margin-bottom: 20px;
	}

	.tab-inner .product_col5 .owl-carousel .owl-item {
		width: 50%;
	}
}

@media only screen and (max-width: 480px) {
	.tab-inner.tab-content {
		float: left;
		width: 100%;
	}

	.page-content-wrapper {
		margin-bottom: 0px;
	}

	.tab-inner .nav.nav-tabs {
		margin: 0 0 15px;
	}
}

/*------------------- Color And Size ----------------*/
.item-swatch.color_swatch_Value label,
.product-size li label {
	cursor: pointer;
	float: left;
	height: 16px;
	width: 16px;
	margin: 0;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	text-transform: uppercase;
	color: #aaa;
	font-weight: 500;
	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-size li label {
	width: auto;
	font-size: 14px;
}

.product-size li,
.color_swatch_Value li {
	float: none;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 16px;
	margin: 0 5px 0 0;
}

.product-size li:hover label,
.product-size li.active label {
	color: #111;
}

.color_swatch_Value li.active label {
	width: 16px;
	height: 16px;
	position: relative;
	text-align: center;
}

.color_swatch_Value li.active label::after {
	position: absolute;
	content: "\f12c";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	font-family: "Material Design Icons";
	color: var(--color-body);
	font-size: 12px;
}

.product-layouts .product-wrapper:hover .product-thumb .color-size {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	visibility: visible;
}

.product-layouts .product-wrapper .product-thumb .color-size {
	float: left;
	width: 100%;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: auto;
	margin: auto;
	z-index: 2;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-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;
	display: flex;
	align-items: center;
	margin: 0 0 3px 0;
}

.product-layouts .product-wrapper .item-swatch.color_swatch_Value {
	float: none;
	display: inline-block;
	vertical-align: top;
	width: auto;
	margin: 0 15px 0 0;
	font-size: 14px;
	line-height: 14px;
	border-right: 1px solid rgba(0, 0, 0, 0.2);
	padding-right: 13px;
}

.product-layouts .product-wrapper .product-size li input[type="text"],
.product-layouts .product-wrapper .item-swatch.color_swatch_Value input[type="text"] {
	display: none;
}

.product-layouts .product-wrapper .product-size {
	float: none;
	display: inline-block;
	vertical-align: top;
	width: auto;
	margin: 0;
	text-align: center;
}

.product-layouts .product-wrapper ul.product-size li .size-label {
	float: left;
	width: 100%;
}

.product-layouts .product-wrapper ul.product-size li .hidden {
	float: none;
	vertical-align: top;
}

.product-layouts .product-wrapper ul.product-size li .hidden img {
	width: 36px;
}

@media (max-width: 480px) {

	.product-size li,
	.color_swatch_Value li {
		font-size: 11px;
	}
}

/*======================= Product common css ============================*/
.grid-item:not(.product-short-list, .product-grid, .product-list) {
	padding: 0;
}

.product-wrapper .product-thumb .product-image .comapare_view_wish {
	position: absolute;
	top: 2px;
	bottom: auto;
	left: auto;
	right: 2px;
	margin: auto;
	transform: translate(55px);
	z-index: 1;
	transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	z-index: 2;
}

.product-wrapper:hover .product-thumb .product-image .comapare_view_wish {
	transform: translate(0);
}

.product-wrapper .pro_btn a.btn svg {
	color: var(--color-product-primary-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-wrapper .pro_btn a.btn:hover svg {
	color: var(--color-product-secondary-text);
}

.product-wrapper .pro_btn a.btn:hover svg,
.product-wrapper .pro_btn a.btn:focus svg,
.product-wrapper .pro_btn a.btn:active svg {
	transform: rotateY(180deg);
}

.product-wrapper .comapare_view_wish .pro_btn a svg,
.product-description .btn_wrapper a svg {
	width: 18px;
	height: 36px;
	line-height: 36px;
}

.product-wrapper .product-thumb .product-image .comapare_view_wish a,
.product-description .btn_wrapper .add-to-wishlist a,
.product-description .btn_wrapper .add-to-compare a,
.product-description .btn_wrapper .quick-view-wrap a {
	border-radius: 5px;
	width: 36px;
	height: 36px;
	padding: 0;
	margin: 0 0 5px 0;
	-webkit-box-shadow: 0 1px 6px 0 rgb(0 0 0 / 18%);
	-moz-box-shadow: 0 1px 6px 0 rgb(0 0 0 / 18%);
	-ms-box-shadow: 0 1px 6px 0 rgb(0 0 0 / 18%);
	-o-box-shadow: 0 1px 6px 0 rgb(0 0 0 / 18%);
	box-shadow: 0 1px 4px 0 rgb(0 0 0 / 18%);
	background: var(--color-product-primary);
}

.product-wrapper .pro_btn a.loading,
.product-wrapper .pro_btn .loading a.add_to_wishlist {
	background: var(--color-product-secondary);
}

.product-wrapper .pro_btn.add-to-compare a.add-in-compare-js.added svg {
	color: var(--color-product-secondary-text);
}

.product-wrapper .pro_btn a.added-wishlist.btn,
.product-wrapper .pro_btn.add-to-compare a.add-in-compare-js.added,
.product-wrapper .pro_btn>a.loading {
	background: var(--color-product-secondary);
	color: var(--color-product-secondary-text);
}

.special-product .special-product .row .contents.tab-pane {
	margin-left: 0px;
	margin-right: -15px;
}

.contents.tab-pane .grid-item {
	padding: 0;
}

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

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

.cate-pro-2 .category-product-tab-type-1 .TTcategory-Tab .product-wrapper .sold-out-tag,
.cate-pro-1 .category-product-tab-type-1 .TTcategory-Tab .product-wrapper .sold-out-tag {
	height: 80px;
	width: 80px;
}

.product-wrapper .sold-out-tag {
	position: absolute;
	height: 100px;
	width: 100px;
	background: #313131;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	-webkit-opacity: 0.8;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	right: 0;
	left: 0;
	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;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-wrapper .sold-out-tag .tag {
	background: none;
	color: #fff;
	padding: 0;
	font-size: 14px;
	line-height: 18px;
}

.grid-view-item .visually-hidden {
	display: none;
}

.tab-pane .product-layouts.grid-view-item .product-wrapper .product-thumb,
.grid-item:not(.product-short-list, .product-list) .product-layouts .product-wrapper .product-thumb,
.related-products .product-wrapper .product-thumb,
#newproduct_products_slider .product-wrapper .product-thumb,
#recently-viewed-products .product-wrapper .product-thumb,
.search-products .product-layouts .product-thumb {
	float: left;
	width: 100%;
	padding: 0;
	position: relative;
	overflow: hidden;
	z-index: 2;
}

.slider-specialproduct .product-layouts .product-thumb {
	padding: 0;
	position: relative;
	overflow: hidden;
	z-index: 2;
	float: left;
}

.grid-item:not(.product-short-list, .product-list) .product-layouts .product-wrapper .product-thumb {
	z-index: 1;
}

.product-layouts .product-wrapper .product-thumb a.grid-view-item__link {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.product-layouts .product-wrapper .product-thumb .fade_img img.image_thumb_swap {
	left: 0;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	visibility: hidden;
	position: absolute;
	right: 0;
	top: 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;
	margin: auto;
	bottom: 0;
}

.top-products-detail .top-product-prices .price {
	font-size: 14px;
}

.product-layouts .product-wrapper .product-thumb .fade_img img.image_thumb {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	visibility: visible;
	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;
}

.grid-item:not(.product-short-list, .product-list) .product-layouts .product-wrapper .product-thumb .btn_wrapper {
	bottom: auto;
	right: -45px;
	top: 15px;
	left: auto;
	position: absolute;
	width: 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;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	visibility: hidden;
}

.product-wrapper .product-thumb .btn_cart {
	position: absolute;
	top: auto;
	left: 15px;
	right: 15px;
	bottom: -46px;
	width: 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;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	visibility: hidden;
}

.product-wrapper:hover .product-thumb .btn_cart {
	bottom: 15px;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	visibility: visible;
}

.grid-item:not(.product-short-list, .product-list) .product-layouts .product-wrapper:hover .product-thumb .btn_wrapper {
	right: 15px;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	visibility: visible;
}

.product-layouts .product-wrapper .product-thumb .btn_wrapper .btn_content {
	float: none;
	display: inline-flex;
	width: auto;
}

.product-layouts .product-wrapper .product-thumb .left_img,
.product-layouts .product-wrapper .product-thumb .right_img {
	overflow: hidden;
	position: relative;
	padding: 0;
}

.product-layouts.product-price--sold-out .product-wrapper .product-thumb a.grid-view-item__link {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	filter: grayscale(1);
}

.product-layouts .zoom_img,
.product-layouts .fade_img {
	overflow: hidden;
	padding: 0;
	position: relative;
}

.product-wrapper .pro_btn .btn.add-to-cart-disable {
	opacity: 0.6;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	-webkit-opacity: 0.6;
}

.product-wrapper .pro_btn .add-to-cart-disable.btn:focus span {
	color: var(--color-product-secondary-text);
}

.product-layouts .product-wrapper:hover .product-thumb a.grid-view-item__link {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
}

.product-wrapper .btn_wrapper .pro_btn a.add-to-cart-disable::before.product-wrapper .btn_wrapper .pro_btn a.add-to-cart-disable::after {
	display: none;
}

.fixed-content .product-single__header .product-single__desc {
	margin: 0;
}

.product-layouts.grid-view-item .product-wrapper .product-description {
	float: left;
	text-align: left;
	padding: 10px 0 0px;
	transition: transform 0.5s ease-in-out;
	-webkit-transition: transform 0.5s ease-in-out;
	-moz-transition: transform 0.5s ease-in-out;
	-o-transition: transform 0.5s ease-in-out;
	-ms-transition: transform 0.5s ease-in-out;
}

.li_single .grid-view-item .product-wrapper .product-description {
	padding-bottom: 30px;
}

.grid-item:not(.product-short-list, .product-list) .btn_wrapper {
	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: 0;
	top: auto;
	left: 0;
}

.product-layouts .product-wrapper:hover .comapare_view_wish {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
}

.product-wrapper .product-description .btn_wrapper {
	float: left;
	width: 100%;
}

.product-layouts .product-wrapper .btn_wrapper .btn_cart .pro_btn {
	float: left;
	width: 100%;
	max-width: 100%;
}

.product-wrapper .btn_wrapper .pro_btn a {
	padding: 0;
	color: var(--color-product-primary);
	margin: 0 0 0 5px;
}

.product-wrapper .btn_wrapper .pro_btn a:hover,
.product-wrapper .btn_wrapper .pro_btn a:focus,
.product-wrapper .btn_wrapper .pro_btn a:active {
	color: var(--color-product-secondary-text);
}

.product-wrapper .btn_wrapper .btn_cart .pro_btn a {
	padding: 13px 0;
	width: auto;
	margin: 0 0px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
}

.product-short-list .product-layouts .product-wrapper .btn_wrapper .btn_cart .pro_btn a {
	max-width: 100%;
}

.product-short-list .product-layouts .product-wrapper .btn_wrapper .btn_cart .pro_btn {
	width: auto;
}

.product-wrapper .btn_wrapper .btn_cart .pro_btn a.loading span,
.btn_cart .pro_btn a.loading .add_cart.tooltip-label {
	visibility: hidden;
}

.product-wrapper .btn_wrapper .btn_cart .pro_btn a svg.feather.feather-plus {
	display: none;
}

.product-wrapper .pro_btn a .add_cart,
.product-wrapper .pro_btn a .sold_cart {
	display: block;
	font-size: 15px;
	line-height: 17px;
	font-weight: 600;
	margin: 0 0 0 3px;
	text-transform: uppercase;
}

.grid-view-item .tooltip-label {
	display: none;
}

.product-wrapper .add-to-wishlist .pro_btn .add-in-wishlist-js::after {
	background-color: transparent;
}

.grid-item .product-layouts.grid-view-item .product-wrapper .product-description .grid-view-item__vendor {
	margin: 0 0 12px;
	float: left;
	width: 100%;
	text-transform: uppercase;
}

.product-wrapper .product-description .grid-view-item__vendor {
	margin: 0 0 12px;

	float: left;
	width: 100%;
}

.product-description .h4 {
	margin: 0 0 12px;
	float: left;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product-wrapper .product-description .grid-view-item__meta {
	float: left;
	width: 100%;
	margin: 0 0 14px;
}

.product-price__price.compare_price {
	position: relative;
	padding: 0 0 0 7px;
}

.product-price__price,
.product-price__price .money,
.price,
price .money,
.wishlist_table .wishlist-product-price.product-price,
.compare_table .compare-box td span.money,
.shop_table.cart_table span.money,
.totals__subtotal-value .money {
	font: 700 20px/22px var(--font-stack-header);
	color: var(--color-sale-text);
}

.product-price__price.compare_price .money,
.product-price__price.compare_price {
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	color: var(--color-body-text);
	vertical-align: middle;
	text-decoration: line-through;
}

.sale-price,
.price--on-sale .regular-price {
	display: none;
}

.price--on-sale .sale-price,
.regular-price {
	display: block;
}

.grid-view-item__meta .discount-percentage {
	color: #ef5c5c;
}

.product-wrapper .custom_label2 {
	background-color: #4aae3a;
	color: #fff;
}

.product-wrapper .custom_label {
	color: #414648;
}

.product-wrapper .custom_label,
.product-wrapper .custom_label2 {
	position: absolute;
	left: -30px;
	right: auto;
	top: 0;
	bottom: auto;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-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;
	font: 400 13px/15px var(--font-stack-body);
	z-index: 1;
}

.product-price__sale-label {
	background-color: #f02b46;
	color: #fff;
}

.product-wrapper .custom_label3 {
	background-color: #df2634;
	color: #fff;
}

.product-price__sale-label,
.product-wrapper .custom_label3 {
	position: absolute;
	padding: 5px 16px;
	right: 0;
	left: auto;
	top: 10px;
	bottom: auto;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-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;
	font: italic 400 13px/16px var(--font-stack-header);
	z-index: 2;
}

.product-wrapper:hover .product-price__sale-label {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	visibility: visible;
	left: auto;
	right: 0;
}

.product-short-list .product-price__sale-label,
.product-list .product-price__sale-label {
	font-size: 11px;
	display: none;
}

.product-wrapper .custom_label2,
.product-wrapper .custom_label3 {
	top: 45px;
}

.product-short-list .product-wrapper .custom_label {
	font-size: 11px;
}

.product-wrapper:hover .custom_label,
.product-wrapper:hover .custom_label2 {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	left: 0px;
	visibility: visible;
}

.product-wrapper:hover .custom_label3 {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	left: auto;
	visibility: visible;
	right: 0;
}

.product-wrapper .thumbs.product-thumb .product-image .btn_wrapper .pro_btn a span {
	display: none;
}

.product-short-list .product-wrapper .custom_label,
.product-list .product-wrapper .custom_label {
	display: none;
}

.product-layouts.grid-view-item .product-wrapper .product-description .spr-badges.grid-item-meta {
	float: left;
	width: 100%;
	margin-bottom: 13px;
}

.product-short-list .product-wrapper .btn_wrapper .pro_btn a,
.product-wrapper .btn_wrapper .btn_cart a,
.product-list .product-wrapper .btn_wrapper .pro_btn a,
.product-wrapper .btn_wrapper .btn_cart a {
	border: none;
}

.product-wrapper .btn_wrapper .pro_btn form {
	float: left;
	width: 100%;
	margin: 0;
}

.product-wrapper .product-thumb .spr-badges {
	position: absolute;
	top: auto;
	bottom: 8px;
	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;
	text-align: center;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.product-wrapper .pro_btn a>svg.feather-shopping-cart {
	display: none;
}

.product-wrapper .pro_btn a.add-to-cart-disable {
	cursor: not-allowed;
}

.grid-item:not(.product-short-list, .product-list) .product-wrapper .pro_btn.add_tocart a.add-cart-btn .product-wrapper .pro_btn a.add-to-cart-disable:hover,
.product-wrapper .pro_btn a.add-to-cart-disable:focus,
.product-wrapper .pro_btn a.add-to-cart-disable:active {
	background: none;
}

.product-wrapper .spr-badges.grid-item-meta i {
	font-size: 12px !important;
}

.product-wrapper .btn_wrapper .pro_btn a svg {
	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(--color-product-primary-text);
}

.product-wrapper .btn_wrapper .pro_btn a.add-cart-btn svg {
	color: var(--color-btn-secondary);
}

.product-wrapper .btn_wrapper .pro_btn a.add-cart-btn.loading svg {
	color: var(--color-product-primary);
}

.product-wrapper .btn_wrapper .add-to-wishlist.pro_btn a svg.feather.feather-rotate-cw {
	fill: none;
}

.product-wrapper .pro_btn a.loading svg,
.product-wrapper .pro_btn.add-to-wishlist .loading a>svg.feather-rotate-cw {
	-webkit-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
}

.product-single .product-information .add-to-compare.pro_btn .add-in-compare-js.btn svg.feather-rotate-cw {
	-webkit-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
}

.product-wrapper .pro_btn a>svg.feather-rotate-cw,
.product-wrapper .pro_btn a.loading>svg,
.product-single .product-information .add-to-compare.pro_btn .add-in-compare-js.btn svg.feather-rotate-cw,
.product-single .product-information .add-to-compare.pro_btn .add-in-compare-js.btn.loading svg {
	display: none;
}

.product-wrapper .pro_btn a.loading>svg.feather-rotate-cw,
.product-wrapper .pro_btn.add-to-wishlist .loading a>svg.feather-rotate-cw,
.product-single .product-information .add-to-compare.pro_btn .add-in-compare-js.btn.loading svg.feather-rotate-cw {
	display: inline-block;
}

.product-short-list a.grid-link__title {
	margin-bottom: 12px;
}

.product-single .pro_btn .btn::after {
	display: none;
}

.btn_wrapper>div {
	position: relative;
}

.grid-item:not(.product-short-list, .product-list) .btn_wrapper>div:last-child::after {
	display: none;
}

.product-wrapper .product-qty {
	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;
	float: left;
	width: 100%;
	margin: 0 0 17px 0;
}

.product-wrapper .add_tocart.pro_btn.soldout::after,
.product-wrapper .add_tocart.pro_btn .add-to-cart-disable::after {
	display: none;
}

.product-list .product-price__price,
.product-list .price,
.product-list price .money,
.product-list .wishlist_table .wishlist-product-price.product-price span.money,
.product-list .compare_table .compare-box td span.money,
.product-list .shop_table.cart_table span.money,
.product-list .totals__subtotal-value .money,
.product-list price .money,
.product-short-list .wishlist_table .wishlist-product-price.product-price span.money,
.product-short-list .compare_table .compare-box td span.money,
.product-short-list .shop_table.cart_table span.money,
.product-short-list .totals__subtotal-value .money {
	font-size: 18px;
	line-height: 20px;
}

a.grid-link__title {
	font: 500 14px/16px var(--font-stack-subheading);
	color: var(--color-text-product);
	white-space: nowrap;
	text-overflow: ellipsis;
}

.product-short-list a.grid-link__title,
.product-list a.grid-link__title {
	font-weight: 500;
	font-size: 14px;
}

.grid-item:not(.product-short-list, .product-list) .product-layouts.grid-view-item .product-wrapper .product-description {
	width: 100%;
	min-height: 105px;
}

.grid-item:not(.product-short-list, .product-list) .product-wrapper .thumbs.product-thumb .product-image .btn_wrapper {
	bottom: auto;
	display: inline-block;
	float: none;
	left: auto;
	position: absolute;
	right: 5px;
	text-align: center;
	top: 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;
	vertical-align: top;
	z-index: 1;
	width: 50px;
	transform: translate(110px);
	-webkit-transform: translate(110px);
	-moz-transform: translate(110px);
	-o-transform: translate(110px);
	-ms-transform: translate(110px);
}

.grid-item:not(.product-short-list, .product-list) .product-wrapper:hover .thumbs.product-thumb .product-image .btn_wrapper {
	transform: translate(0px);
	-webkit-transform: translate(0px);
	-moz-transform: translate(0px);
	-o-transform: translate(0px);
	-ms-transform: translate(0px);
}

#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .list_products_menu .product-wrapper .product-thumb .product-price__price,
#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .list_products_menu .product-wrapper .product-thumb .product-price__price .money,
#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .list_products_menu .product-wrapper .product-thumb .product-price__price .price,
#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .list_products_menu .product-wrapper .product-thumb price .money {
	font-size: 16px;
}

#tt-megamenu .toggle_menu .mdi {
	font-size: 19px;
	color: var(--color-btn-primary-text);
}

.product-short-list .product-wrapper .sold-out-tag {
	height: 80px;
	width: 80px;
}

@media (max-width: 1499px) {
	.product-wrapper .btn_wrapper .btn_cart .pro_btn a {
		padding: 8px 13px;
	}

	.product-wrapper .btn_wrapper .pro_btn a {
		margin: 0 0 0 5px;
	}
}

@media (max-width: 1399px) {
	.product-wrapper .btn_wrapper .pro_btn a {
		margin: 0 0 0 10px;
	}
}

@media (max-width: 1299px) {
	.product-wrapper .btn_wrapper .btn_cart .pro_btn a {
		padding: 7px 7px;
	}
}

@media (max-width: 1199px) {
	.product-description .h4 {
		margin-bottom: 6px;
	}

	.product-short-list a.grid-link__title {
		margin-bottom: 9px;
	}

	.product-grids .product-wrapper .pro_btn a>svg.feather-shopping-cart,
	.product-grid .product-wrapper .pro_btn a.loading>svg.feather-shopping-cart {
		display: none;
	}

	.product-layouts .product-wrapper .color-size {
		margin: 0 0 10px;
	}

	.progress {
		margin: 5px 0 10px;
	}

	.product-wrapper .product-description .grid-view-item__meta {
		margin: 0 0 6px;
	}
}

@media (max-width: 1199px) {
	.grid-item:not(.product-short-list, .product-list) .product-wrapper .thumbs.product-thumb .product-image .btn_wrapper {
		right: 0;
		top: 8px;
	}

	.special-product .product-wrapper {
		margin: 0 0 15px;
	}

	.grid-item .product-layouts.grid-view-item .product-wrapper .product-description .grid-view-item__vendor {
		margin: 0 0 6px;
	}

	.product-wrapper .product-description .grid-view-item__vendor {
		margin: 0 0 7px;
	}
}

@media only screen and (max-width: 991px) {
	.product-thumb .add-to-wishlist.pro_btn {
		opacity: 1;
		visibility: visible;
		transform: none;
	}

	.product-wrapper .product-thumb .product-image .comapare_view_wish a,
	.product-description .btn_wrapper .add-to-wishlist a,
	.product-description .btn_wrapper .add-to-compare a,
	.product-description .btn_wrapper .quick-view-wrap a {
		width: 32px;
		height: 32px;
	}

	.product-short-list a.grid-link__title {
		margin-bottom: 5px;
	}

	.product-wrapper .product-thumb .product-image .comapare_view_wish {
		transform: translate(0);
	}

	.product-thumb .add-to-wishlist.pro_btn {
		opacity: 1;
		visibility: visible;
		transform: none;
	}

	.product-wrapper .btn_wrapper .pro_btn a {
		margin: 0 0 0 0px;
	}

	.product-wrapper {
		border-color: var(--color-border);
	}

	.product-wrapper .product-description .btn_wrapper {
		width: 100%;
		position: static;
		opacity: 1;
		visibility: visible;
	}

	.product-wrapper .comapare_view_wish .pro_btn a svg,
	.product-description .btn_wrapper a svg {
		width: 17px;
		height: 32px;
		line-height: 32px;
	}

	.product-wrapper .thumbs.product-thumb .product-image .comapare_view_wish a,
	.product-description .btn_wrapper a {
		width: 32px;
		height: 32px;
	}

	.product-thumb .add-to-wishlist.pro_btn a {
		padding: 8px;
		line-height: 15px;
	}

	.product-wrapper .btn_wrapper .pro_btn a {
		width: 29px;
		height: 32px;
	}

	.product-price__price.compare_price span::before {
		display: none;
	}

	.product-wrapper .sold-out-tag {
		height: 70px;
		width: 70px;
	}

	.product-list .grid-view-item .btn_cart .tooltip-label,
	.product-short-list .grid-view-item .btn_cart .tooltip-label {
		line-height: 21px;
	}

	.product-description .h4 {
		margin-bottom: 5px;
	}

	.li_single .grid-view-item .product-wrapper .product-description {
		padding-bottom: 20px;
	}

	.grid-item:not(.product-short-list, .product-list) .product-wrapper .thumbs.product-thumb .product-image .btn_wrapper {
		right: -6px;
	}

	.product-wrapper .btn_wrapper .pro_btn a svg {
		width: 15px;
		height: 32px;
	}

	.product-wrapper .pro_btn a.btn span {
		font-size: 13px;
		line-height: 18px;
	}

	.product-wrapper .sold-out-tag .tag {
		font-size: 12px;
		line-height: 16px;
	}

	.product-wrapper .custom_label {
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		visibility: visible;
		left: 10px;
		font-size: 12px;
		top: 5px;
	}

	.product-wrapper .custom_label2 {
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		visibility: visible;
		left: 0;
		font-size: 12px;
		top: 40px;
	}

	.product-wrapper .custom_label3 {
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		visibility: visible;
		right: 0;
		top: 40px;
	}

	.product-price__sale-label {
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		visibility: visible;
		left: auto;
		right: 0;
		font-size: 12px;
		top: 10px;
	}

	.product-wrapper .custom_label {
		background: none;
		color: #222;
		padding: 0;
		top: 60px;
		left: 15px;
	}

	.grid-item:not(.product-short-list, .product-list) .product-layouts .product-wrapper .product-thumb .btn_wrapper,
	.product-wrapper .product-qty,
	.product-wrapper .product-thumb .btn_cart {
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		visibility: visible;
	}

	.grid-item:not(.product-short-list, .product-list) .product-layouts .product-wrapper .product-thumb .btn_wrapper,
	.grid-item:not(.product-short-list, .product-list) .product-layouts .product-wrapper:hover .product-thumb .btn_wrapper {
		right: 10px;
		top: 10px;
	}

	.product-wrapper .product-thumb .btn_cart {
		bottom: 15px;
	}

	.product-wrapper .qty-box-set .quantity {
		width: 75px;
		height: 34px;
		line-height: 34px;
	}

	.product-wrapper .pro_btn a svg.feather-plus {
		display: none;
	}

	.product-wrapper .pro_btn a.loading>svg.feather-shopping-cart {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.product-short-list .product-wrapper .product-description .grid-view-item__meta {
		margin: 0 0 8px;
	}

	.product-short-list .product-wrapper .product-description .btn_wrapper {
		margin: 0;
	}

	.product-short-list .product-layouts .product-wrapper .color-size {
		margin: 0 0 7px;
	}

	.product-short-list .product-wrapper .btn_cart {
		width: auto !important;
		float: none !important;
		display: inline-block;
		verticle-align: top;
	}

	.product-wrapper .btn_wrapper .pro_btn a svg {
		width: 14px;
		line-height: 20px;
		height: 32px;
	}

	.product-layouts.grid-view-item .product-wrapper .product-description {
		padding: 10px 0 0px;
	}

	.product-price__sale-label,
	.product-wrapper .custom_label,
	.product-wrapper .custom_label2,
	.product-wrapper .custom_label3 {
		display: none;
	}

	.product-description .h4 {
		margin-bottom: 4px;
	}

	.product-price__price,
	.product-price__price .money,
	.price,
	price .money,
	.wishlist_table .wishlist-product-price.product-price span.money,
	.compare_table .compare-box td span.money,
	.shop_table.cart_table span.money,
	.totals__subtotal-value .money {
		font-size: 16px;
		line-height: 18px;
	}
}

@media only screen and (min-width: 576px) {
	.product-short-list .product-wrapper .btn_cart {
		margin: 0px 0 10px;
	}
}

@media only screen and (max-width: 575px) {
	.product-short-list .product-wrapper .btn_cart {
		float: none;
		display: inline-block;
		vertical-align: top;
	}
}

@media only screen and (max-width: 480px) {
	.product-short-list .product-wrapper .spr-badges.grid-item-meta {
		margin: 0 0 5px !important;
	}

	.product-wrapper .btn_wrapper .pro_btn a {
		width: 32px;
		height: 32px;
	}

	.product-price__price.compare_price .money,
	.product-price__price.compare_price {
		line-height: 14px;
	}

	.product-wrapper .btn_wrapper .pro_btn a svg {
		width: 14px;
		line-height: 32px;
		height: 32px;
	}

	.product-short-list a.grid-link__title {
		margin-bottom: 5px;
	}

	.product-short-list .product-wrapper .sold-out-tag,
	.product-list .product-wrapper .sold-out-tag {
		height: 70px;
		width: 70px;
	}

	.product-short-list .product-wrapper .btn_cart {
		float: none;
		display: inline-block;
		vertical-align: top;
	}

	.product-list .grid-view-item .btn_cart .tooltip-label,
	.product-short-list .grid-view-item .btn_cart .tooltip-label {
		line-height: 21px;
	}

	.TTProduct-Tab .li_single .grid-view-item .product-wrapper .product-description {
		padding-bottom: 20px;
	}

	.product-single__header .product-single__price .product-price__price,
	.product-single__header .product-single__price .product-price__price .money,
	.price,
	price .money {
		font-size: 17px;
	}

	.product-price__price,
	.product-price__price .money,
	.price,
	price .money {
		font-size: 15px;
	}

	.product-wrapper .pro_btn a.btn span {
		font-size: 12px;
	}

	.product-price__price.compare_price .money,
	.product-price__price.compare_price {
		font-size: 12px;
		padding: 0;
	}

	.product-price__sale-label,
	.product-wrapper .custom_label {
		font-size: 12px;
	}

	.product-wrapper .sold-out-tag {
		height: 50px;
		width: 50px;
	}

	.product-layouts.grid-view-item .product-wrapper .product-description {
		padding: 8px 0 0;
	}

	.product-wrapper .qty-box-set .quantity {
		width: 65px;
		height: 30px;
		line-height: 30px;
	}

	.product-layouts .product-wrapper .color-size {
		margin: 0;
	}

	.product-layouts.grid-view-item .product-wrapper .product-description .spr-badges.grid-item-meta {
		margin-bottom: 10px;
	}
}

/*---------------- recently viewed products ------------------*/
#recently-viewed-products {
	float: left;
	width: 100%;
	padding: 0;
}

#recently-viewed-products .product-description {
	float: left;
	width: 100%;
	margin: 10px 0 0 0;
}

#recently-viewed-products .product-description .grid-item-meta {
	margin-bottom: 10px;
	float: left;
	width: 100%;
}

#recently-viewed-products-wrap .owl-carousel .owl-item img {
	width: 100%;
}

#recently-viewed-products .product-wrapper:hover .spr-badges.grid-item-meta {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	visibility: visible;
}

#recently-viewed-products .product-wrapper .product-description span.price {
	margin: 0;
	float: none;
	display: inline-block;
	vertical-align: top;
}

#recently-viewed-products .product-wrapper {
	margin-bottom: 0;
}

#recently-viewed-products .product-price-and-shipping {
	float: left;
	width: 100%;
}

#recently-viewed-products-wrap {
	float: left;
	width: 100%;
}

#recently-viewed-products-wrap .product-container {
	float: left;
	width: 100%;
}

#recently-viewed-products.style3 .product-wrapper .spr-badges.grid-item-meta {
	bottom: 65px;
}

#recently-viewed-products:hover .owl-nav {
	visibility: visible;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
}

#recently-viewed-products .product-layouts .product-wrapper .product-thumb img,
#recently-viewed-products .product-layouts .product-wrapper .product-thumb a {
	border-radius: 10px;
}

@media only screen and (max-width: 1199px) {}

@media (max-width: 991px) {
	#recently-viewed-products .product-description .grid-item-meta {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	#recently-viewed-products-wrap .section-header .tt-title {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 74% !important;
	}
}

form#AddToCartForm {
	float: left;
	width: 100%;
	margin: 0;
}

a.product-lightbox-btn.tip-top img {
	width: auto;
	height: auto;
}

@media only screen and (min-width: 1025px) {
	.product {
		position: relative;
	}
}

.grid-uniform {
	margin-left: -15px;
	margin-right: -15px;
}

/*================ This hacks all the grid-items in IE8 and below ================*/
.lt-ie9 .product-grid .grid-item {
	display: inline-block;
	float: none;
	margin-bottom: var(--gutter);
	margin-left: 0;
	padding: 0;
}

.lt-ie9 .product-grid .grid-item .product {
	margin-bottom: 0;
}

.lt-ie9 .product-wrapper {
	margin: 0 var(--gutter) / 2;
}

.product__img {
	display: block;
	margin: 0 auto;
}

@media (min-width: 1025px) {
	.product__img {
		position: relative;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-o-transition: all 0.5s;
		-ms-transition: all 0.5s;
	}
}

.product__details {
	transition: opacity 0.75s;
	-webkit-transition: opacity 0.75s;
	-moz-transition: opacity 0.75s;
	-o-transition: opacity 0.75s;
	-ms-transition: opacity 0.75s;
}

.product__price {
	font-size: var(--font-size-base);
}

.product__title {
	font-size: em(17px);
	margin: var(--gutter) / 2 0 0 0;
	line-height: 1.5;
}

@media (min-width: 480px) and (max-width: 1025px) {
	.large--one-quarter .product__title {
		font-size: em(14px);
	}
}

.tag {
	background-color: #f6f6f6;
	color: #666;
	font-family: var(--font-stack-body);
	font-size: em(14px);
	padding: var(--gutter) / 6 10px;
}

.on-sale-tag .tag {
	background-color: none;
	color: var(--color-meta);
}

.on-sale-tag {
	margin: 0 0 (var(--gutter) / 2);
	position: absolute;
	top: 45px;
	right: 15px;
}

.product-list .on-sale-tag {
	left: 15px;
	right: auto;
}

.edit_checkout .btn {
	padding: 0.8em 1.7em;
}

.spr-review .spr-icon {
	font-size: 100%;
}

.top-products-detail a {
	margin: 5px 0;
	font: 500 14px/16px var(--font-stack-subheading);
	color: var(--color-text-product);
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.products-grid-view>.grid-item {
	overflow: hidden;
}

.collection_template .products-grid-view {
	display: flex;
	flex-flow: row wrap;
	padding: 0px;
}

.left-sidebar-column .collection_template .products-grid-view .large--one-quarter.product-grid .flip-countdown.simple-countdown .countdown-container.countdown-block,
.right-sidebar-column .collection_template .products-grid-view .large--one-quarter.product-grid .flip-countdown.simple-countdown .countdown-container.countdown-block {
	width: 190px;
	padding: 0 0 0 35px;
}

.left-sidebar-column .collection_template .products-grid-view .large--one-quarter.product-grid .flip-countdown.simple-countdown .countdown-container.countdown-block span,
.right-sidebar-column .collection_template .products-grid-view .large--one-quarter.product-grid .flip-countdown.simple-countdown .countdown-container.countdown-block span {
	margin: 0 10px 0 0;
}

.left-sidebar-column .collection_template .products-grid-view .large--one-quarter.product-grid .flip-countdown.simple-countdown .countdown-container.countdown-block::after,
.right-sidebar-column .collection_template .products-grid-view .large--one-quarter.product-grid .flip-countdown.simple-countdown .countdown-container.countdown-block::after {
	left: 5px;
}

@media only screen and (min-width: 991px) {

	.left-sidebar-column .collection_template .products-grid-view .large--one-quarter.product-grid .product-wrapper .btn_wrapper .pro_btn a,
	.right-sidebar-column .collection_template .products-grid-view .large--one-quarter.product-grid .product-wrapper .btn_wrapper .pro_btn a,
	.left-sidebar-column .collection_template .products-grid-view .large--one-quarter.product-grid .product-wrapper .btn_wrapper .pro_btn a>i,
	.right-sidebar-column .collection_template .products-grid-view .large--one-quarter.product-grid .product-wrapper .btn_wrapper .pro_btn a>i {
		height: 35px;
		width: 35px;
		line-height: 35px;
	}
}

.product-wrapper .spr-badge-caption {
	display: none;
}

.product-single__photos .product-image-btn {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
}

.search_wrapper .search-results {
	top: 100% !important;
	overflow: auto;
	max-height: 655px;
	padding: 25px 10px 10px;
	border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
	-khtml-border-radius: 10px !important;
}

.search_wrapper .search-results .product-price__price.compare_price .money {
	margin-left: 5px;
}

.search_wrapper .search-results::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
}

.search_wrapper .search-results::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9);
}

.search_wrapper .search-results::-webkit-scrollbar {
	width: 5px;
}

.product-wrapper.product_container:hover .product-thumb .fade_img img.image_thumb {
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	visibility: hidden;
}

.product-wrapper.product_container:hover .product-thumb .fade_img img.image_thumb_swap {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	visibility: visible;
}

.product-wrapper.product_container:hover .product-thumb .fade_img img.image_thumb {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	visibility: visible;
}

@media (min-width: 1201px) {
	.full_width .product-list .product-thumb {
		width: auto;
	}
}

/*--------------------- newsletter Common CSS ------------------------*/
.block_newsletter form input[type="email"] {
	padding: 10px 130px 10px 10px;
	width: 100%;
	height: 50px;
	background: none;
	border-top: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	color: #222222;
	background: var(--color-body);
	border-radius: 5px;
}

#newsletterModal .modal-dialog {
	width: 650px;
}

.block_newsletter form .input-group .input-group-btn .btn {
	padding: 0 15px;
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: auto;
	right: 5px;
	border: none;
	z-index: 1;
	color: var(--color-product-primary);
	background: var(--color-text-hover-field);
	margin: auto;
}

.block_newsletter form .input-group .input-group-btn .btn:hover span,
.block_newsletter form .input-group .input-group-btn .btn:focus span,
.block_newsletter form .input-group .input-group-btn .btn:active span {
	color: var(--color-product-secondary-text);
}

.block_newsletter form .input-group .input-group-btn .btn 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;
}

.input-group.newsletter-input input {
	float: left;
}

.header-sticky .site-header__search .search_wrapper .block_newsletter .input-group-btn {
	float: right;
	width: 100%;
}

.block_newsletter .ttinput_newsletter button span.icon {
	display: block;
}

.block_newsletter form .input-group .input-group-btn .btn span.material-symbols-outlined {
	display: none;
}

.block_newsletter .block_content form .input-group span.subscribe {
	font: 500 14px/16px var(--font-stack-subheading);
	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;
	vertical-align: text-top;
}

@media (max-width: 1399px) {
	#newsletterModal .modal-dialog {
		width: 620px;
	}

	#newsletterModal .modal-dialog .modal-content .modal-block .title {
		font-size: 34px;
		line-height: 50px;
	}
}

@media (max-width: 1199px) {
	.block_newsletter form .input-group .input-group-btn .btn {
		padding: 8px 20px;
		height: 40px;
	}

	.block_newsletter form input[type="email"] {
		padding: 10px 116px 10px 10px;
		height: 40px;
	}
}

@media (max-width: 991px) {
	#newsletterModal .modal-dialog {
		width: 460px;
	}
}

@media (max-width: 767px) {
	.block_newsletter .block_content form .input-group span.subscribe {
		font-size: 13px;
		line-height: 16px;
	}

	.block_newsletter form input[type="email"] {
		padding: 10px 100px 10px 10px;
	}
}

@media (max-width: 480px) {
	#newsletterModal .modal-dialog {
		width: 400px;
	}

	.block_newsletter form .input-group .input-group-btn .btn span.material-symbols-outlined {
		display: block;
	}

	.block_newsletter .ttinput_newsletter button span.icon {
		display: block;
	}

	.block_newsletter form .input-group .input-group-btn .btn {
		padding: 0 10px;
	}

	.block_newsletter form input[type="email"] {
		padding: 10px 45px 10px 10px;
	}
}

.footer-top .block_newsletter .block_content form {
	margin: 0;
}

.block_newsletter .form-vertical .errors,
.block_newsletter .form-vertical .form-success {
	position: absolute;
	top: auto;
	bottom: -40px;
	left: 0;
	right: 0;
	padding: 12px 14px;
	z-index: 2;
	width: auto;
	font-size: 13px;
	margin: 0;
}

.block_newsletter .form-vertical {
	float: left;
	width: 100%;
	position: relative;
}

.block_newsletter .ttinput_newsletter button i {
	display: none;
}

@media (max-width: 400px) {
	#newsletterModal .modal-dialog {
		width: 300px;
	}
}

/*--------------------- newsletter model CSS ------------------------*/
#newsletterModal .modal-header .close {
	background: none;
	border: none;
	width: 30px;
	height: 30px;
	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;
}

.modal-md {
	margin: 0 auto;
}

.modalpopupclose {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	cursor: url(pop.png), pointer;
}

#newsletterModal .modal-dialog .modal-content .modal-block .desc {
	float: left;
	width: 100%;
	font: 500 14px/20px var(--font-stack-body);
	color: var(--color-body-text);
	margin: 0 0 20px;
}

#newsletterModal .modal-dialog .modal-content .modal-block .title {
	float: left;
	width: 100%;
	font: 600 22px/24px var(--font-stack-header);
	color: var(--color-text);
	margin: 0 0 10px;
	position: relative;
	text-transform: uppercase;
}

#newsletterModal .modal-dialog .modal-content .modal-block .subtitle {
	font: 400 18px/24px var(--font-stack-body);
	color: var(--color-btn-secondary);
	margin: 0 0 30px;
}

.modal-newsletter .checkbox-group {
	line-height: normal;
	position: relative;
	text-align: center;
	float: none;
	width: auto;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
}

.modal-newsletter .checkbox-group input[type="checkbox"]+label {
	font-size: 13px;
	color: #777;
}

.modal-newsletter .checkbox-group input[type="checkbox"]+label:hover,
.modal .modal-newsletter .checkbox-group input[type="checkbox"]+label:focus,
.modal .modal-newsletter .checkbox-group input[type="checkbox"]+label:active {
	color: #222;
}

.modal-newsletter .checkbox-group.active input[type="checkbox"]+label {
	color: #222;
}

.modal-newsletter .checkbox-group.form-group-top input[type="checkbox"] {
	height: 15px;
	width: 15px;
	float: none;
	vertical-align: top;
	display: inline-block;
	margin: 0px;
}

.modal-newsletter p {
	padding-bottom: 7px;
}

#newsletterModal .modal-header {
	height: 30px;
	width: 30px;
	position: absolute;
	top: 15px;
	right: 15px;
	border: none;
	z-index: 1;
	padding: 0;
	min-height: auto;
	bottom: auto;
	left: auto;
	background: #fff;
}

#newsletterModal .modal-newsletter .row-subscibe {
	margin: 0 0 20px;
	float: left;
	width: 100%;
	position: relative;
}

#newsletterModal .modal-newsletter .row-subscibe input {
	height: 42px;
	font-size: 14px;
	line-height: 16px;
	color: #222;
	background: none;
	text-align: center;
	border-radius: 5px;
}

#newsletterModal .modal-newsletter .row-subscibe input[type="text"]::placeholder {
	color: #111;
}

#newsletterModal .modal-newsletter .row-subscibe button {
	height: 42px;
	padding: 0;
	overflow: hidden;
	font-size: 16px;
	font-weight: 600;
	line-height: 18px;
	float: left;
	width: 100%;
}

#newsletterModal .modal-newsletter .checkbox-group .box {
	margin-top: 0;
	display: none;
	top: 2px;
	bottom: auto;
}

#newsletterModal .modal-newsletter .checkbox-group label {
	font-size: 13px;
	line-height: 16px;
	padding-left: 5px;
	margin: 0;
	color: #666;
	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;
}

#newsletterModal .modal-newsletter .checkbox-group label:hover {
	color: #222;
}

#newsletterModal .modal-newsletter .social-sharing {
	float: left;
	width: 100%;
}

#newsletterModal .modal-newsletter p {
	padding: 8px;
}

#newsletterModal .modal-newsletter .news-social .social-sharing a:hover i,
#newsletterModal .modal-newsletter .news-social .social-sharing a:hover span {
	color: var(--color-btn-secondary);
	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;
}

#newsletterModal .modal-content .modal-block .modal-img {
	order: 2;
	background: var(--color-text-field);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

#newsletterModal .modal-newsletter {
	position: relative;
	float: left;
	width: 100%;
	padding: 20px 10%;
}

#newsletterModal form.subscribe-form {
	width: auto;
	float: none;
	margin: 0;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin: 0px;
}

#newsletterModal .modal-dialog.white-modal {
	background-color: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

#newsletterModal .modal-dialog.white-modal.modal-md {
	margin: 0 auto;
	display: inline-block;
	border: none;
	vertical-align: middle;
	height: auto;
	overflow: hidden;
	z-index: 2;
}

#newsletterModal .modal-content .modal-block .modal-img img {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

#newsletterModal .modal-newsletter .news-social .social-sharing a {
	font-size: 16px;
	font-weight: 600;
	font-family: var(--font-stack-header);
	margin: 0 10px;
	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;
}

#newsletterModal .modal-newsletter .news-social .social-sharing a i,
#newsletterModal .modal-newsletter .news-social .social-sharing a span {
	-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;
}

#newsletterModal .modal-newsletter span {
	font: 500 16px/20px var(--font-stack-body);
	cursor: pointer;
}

#newsletterModal .modal-dialog .modal-content .modal-block .desc_2 {
	text-align: center;
	font: 400 15px/20px var(--font-stack-body);
	padding: 0px 84px;
}

@media only screen and (max-width: 1599px) {
	#newsletterModal .modal-newsletter .newsletter-title {
		font-size: 30px;
		line-height: 38px;
	}
}

@media only screen and (max-width: 1399px) {
	.modal-header i.mdi.mdi-close {
		font-size: 22px;
	}

	#newsletterModal .modal-header .close {
		right: 5px;
		top: 5px;
	}

	#newsletterModal .modal-newsletter .newsletter-title {
		font-size: 27px;
		line-height: 34px;
	}

	#newsletterModal .modal-newsletter .row-subscibe {
		margin: 0 0 5px;
	}

	#newsletterModal .modal-newsletter .desc {
		font-size: 12px;
		line-height: 18px;
	}
}

@media only screen and (max-width: 1299px) {
	#newsletterModal .modal-newsletter .newsletter-title {
		font-size: 24px;
		line-height: 30px;
	}
}

@media only screen and (max-width: 1199px) {
	#newsletterModal .modal-newsletter .newsletter-title {
		font-size: 20px;
		line-height: 26px;
	}
}

@media only screen and (max-width: 991px) {
	#newsletterModal .modal-newsletter {
		width: 100%;
	}

	.modal-newsletter .checkbox-group {
		margin-bottom: 10px;
	}

	#newsletterModal .modal-dialog .modal-content .modal-block .desc {
		margin: 0 0 10px;
	}

	form {
		margin: 0 0 9px;
	}
}

@media only screen and (max-width: 767px) {
	#newsletterModal .modal-newsletter .desc {
		margin: 0 0 15px;
	}

	#newsletterModal .modal-newsletter .newsletter-title {
		font-size: 16px;
		line-height: 22px;
	}
}

@media only screen and (max-width: 480px) {
	#newsletterModal .modal-md {
		padding: 10px;
	}

	#newsletterModal .modal-dialog .modal-content .modal-block .title {
		font-size: 18px;
		line-height: 22px;
	}

	#newsletterModal .modal-newsletter .newsletter-title {
		font-size: 14px;
		line-height: 20px;
	}

	#newsletterModal .modal-newsletter .row-subscibe {
		margin: 0 0 15px;
	}

	#newsletterModal .modal-newsletter {
		padding: 15px 0 0 0;
	}

	#newsletterModal .modal-newsletter .row-subscibe input {
		height: 38px;
	}

	#newsletterModal .modal-newsletter .row-subscibe button {
		height: 38px;
	}

	#newsletterModal .modal-newsletter .news-social .social-sharing a span.share-title {
		display: none;
	}

	#newsletterModal .modal-newsletter .news-social {
		margin-top: 25px;
	}
}

/*-------------------- Blogs and Comments -------------------*/
.lightbox .lb-outerContainer .lb-container .lb-nav {
	left: 0 !important;
	width: 100% !important;
	right: 0;
	margin: 0 auto;
}


.lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev,
.lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next {
	background: #fff;
	margin: auto;
	line-height: 20px;
	padding: 9px 0;
	height: 40px !important;
	width: 40px !important;
	line-height: 22px;
	margin: auto;
	cursor: pointer;
}

.lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev:hover,
.lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next:hover {
	background: var(--color-btn-secondary);
}

.lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev:hover:before,
.lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next:hover:before {
	color: var(--color-btn-primary-text);
}

.blog-grid-wrapper {
	margin-right: -15px;
	margin-left: -15px;
}

.feature-blog .blog_latest_new_home .blog_viel_all_btn {
	margin: 20px 0 0 0;
}

#blog_slider .article__grid__inner .ttblog_image_holder>a::before {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
	height: 100%;
	width: 100%;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-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;
	border-radius: 10px;
}

#blog_slider .article__grid__inner:hover .ttblog_image_holder>a::before {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
}

.blog_latest_new_home .swiper-button {
	top: 0;
	bottom: auto !important;
}

#blog_slider .tt-blog-content .blog_image_holder .bloglinks {
	height: 42px;
	margin: auto;
	width: 42px;
	z-index: 1;
}

#blog_slider .tt-blog-content .blog_image_holder .bloglinks a:hover {
	background: var(--color-btn-secondary);
	border: 2px solid var(--color-btn-secondary);
	color: var(--color-body);
}

#blog_slider .tt-blog-content .blog_image_holder .bloglinks a i {
	font-size: 20px;
	font-weight: normal;
	width: 40px;
	height: 40px;
	line-height: 40px;
}

#blog_slider .tt-blog-content:hover .blog_image_holder .bloglinks a {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
}

#blog_slider .tt-blog-content .blog-content-wrap .h3.article__title a {
	text-overflow: ellipsis;
}

#blog_slider .tt-blog-content .blog-content-wrap .rte.article__grid-excerpt {
	font: italic 400 14px/22px var(--font-stack-subheading);
	margin: 0 0 18px;
}

#blog_slider .tt-blog-content .blog-content-wrap .list--inline.article__meta-buttons>li {
	float: left;
	width: 100%;
	margin: 0;
}

.clearfix.paginatoin_custom.blog_nav {
	margin-bottom: 30px;
}

#blog_slider .tt-blog-content .blog-content-wrap .list--inline.article__meta-buttons a.read-more,
#blog_slider .tt-blog-content .blog-content-wrap .list--inline.article__meta-buttons a.read-more:focus {
	background: transparent;
	color: var(--color-text);
	font-weight: 500;
}

#blog_slider .tt-blog-content .blog-content-wrap .list--inline.article__meta-buttons a.read-more:hover,
#blog_slider .tt-blog-content .blog-content-wrap .list--inline.article__meta-buttons a.read-more:focus,
#blog_slider .tt-blog-content .blog-content-wrap .list--inline.article__meta-buttons a.read-more:active {
	color: var(--color-btn-secondary);
	border-color: var(--color-btn-secondary);
}

#blog_slider .tt-blog-content .blog-content-wrap .article__date i.mdi.mdi-calendar {
	font-size: 16px;
	line-height: 18px;
	padding: 2px 6px 0 0;
	float: none;
	display: inline-block;
	width: auto;
}

#blog_slider .tt-blog-content .article__title {
	font: 600 18px/20px var(--font-stack-header);
	margin: 12px 0 15px;
	white-space: nowrap;
	color: var(--color-text);
	text-transform: uppercase;
	border-top: 1px solid var(--color-border);
	padding: 15px 0 0 0;
}

#blog_slider .tt-blog-content .article__title>a {
	color: var(--color-text);
}

#blog_slider .tt-blog-content .article__title>a:hover {
	color: var(--color-btn-secondary);
}

#blog_slider .tt-blog-content {
	float: left;
	width: 100%;
	position: relative;
	padding: 0 15px;
}

.content-wrapper .tt-blog-content span.bloglinks {
	bottom: 0;
	height: 50px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	z-index: 1;
}

.spr-form-contact,
.spr-form-review,
.spr-form-actions {
	float: left !important;
	width: 100% !important;
}

.content-wrapper .tt-blog-content span.bloglinks a {
	border: 2px solid #fff;
	color: #fff;
	float: left;
	width: 45px;
	padding: 10px;
	height: 45px;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	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;
}

.content-wrapper .tt-blog-content span.bloglinks a i {
	float: left;
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
}

.content-wrapper .tt-blog-content:hover .blog_image_holder .bloglinks a,
.content-wrapper .tt-blog-content:hover span.bloglinks a {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
}

.tt-blog-content .ttblog_image_holder>a::before {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
	height: 100%;
	width: 100%;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-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;
	border-radius: 10px;
}

.tt-blog-content:hover .ttblog_image_holder>a::before {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
}

.blogleft_inner_content .tt-blog-content .tt-blog-description .blog-btn a.btn::before {
	border-bottom: none;
}

@media (min-width: 992px) {
	#blog_slider .tt-blog-content .blog-content-wrap {
		padding: 20px 0 2px;
	}
}

@media (max-width: 1199px) {
	#blog_slider .tt-blog-content .blog-content-wrap {
		padding: 15px 0 0;
	}

	#blog_slider .tt-blog-content .article__title {
		margin: 10px 0 10px;
		padding: 10px 0 0 0;
	}

	#blog_slider .tt-blog-content .blog-content-wrap .rte.article__grid-excerpt {
		margin: 0 0 10px;
	}

	#blog_slider .tt-blog-content .blog-content-wrap .list--inline.article__meta-buttons a.read-more {
		font-size: 13px;
	}
}

@media only screen and (max-width: 991px) {

	#blog_slider .article__grid__inner .ttblog_image_holder>a::before,
	.tt-blog-content .ttblog_image_holder>a::before {
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		background: rgba(0, 0, 0, 0.3);
	}

	#blog_slider .tt-blog-content .article__title {
		font-size: 18px;
		line-height: 20px;
	}

	.owl-theme .owl-nav {
		opacity: 1 !important;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		visibility: visible !important;
	}

	#blog_slider .tt-blog-content .blog_image_holder .bloglinks a,
	.content-wrapper .tt-blog-content span.bloglinks a {
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
	}
}

@media only screen and (max-width: 767px) {
	#blog_slider .tt-blog-content .blog-content-wrap .rte.article__grid-excerpt {
		font-size: 13px;
		line-height: 20px;
	}

	#blog_slider .tt-blog-content .article__title {
		margin: 8px 0 8px;
		padding: 8px 0 0 0;
	}
}

@media (max-width: 480px) {
	.grid-item:not(.product-short-list, .product-list) .product-layouts.grid-view-item .product-wrapper .product-description {
		min-height: 85px;
	}
}

/*---------------------Next Prev CSS -------------------*/
#blog_slider .brand-bar__item {
	padding: 0 15px;
	float: left;
	width: 100%;
}

.TTProduct-Tab:hover .owl-theme .owl-nav {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	visibility: visible;
}

.owl-theme .owl-nav {
	display: block;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	visibility: hidden;
	-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;
	transition: all 400ms ease-in-out 0s;
}

.customNavigation {
	float: left;
	width: 100%;
	text-align: center;
	top: auto;
	bottom: 0;
	z-index: 2;
	position: relative;
}

.navigation_wrap {
	float: none;
	width: auto;
	display: inline-block;
	vertical-align: top;
}

.customNavigation a {
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	vertical-align: top;
	font-size: 0;
	color: #111;
	background-color: var(--color-btn-secondary-text);
	position: relative;
	width: 100px;
	height: 100px;
	padding: 0;
	cursor: pointer;
	text-align: center;
}

.customNavigation a:hover {
	background: var(--color-btn-secondary);
	color: var(--color-btn-secondary-text);
}

.customNavigation a.prev {
	float: left;
	position: absolute;
	top: auto;
	bottom: 45px;
	z-index: 1;
}

.customNavigation a.next {
	float: right;
	position: absolute;
	top: auto;
	bottom: 46px;
	z-index: 1;
	left: auto;
	right: 0;
}

.customNavigation a span {
	font-size: 16px;
	line-height: 34px;
	padding: 0px 5px;
}

#brands_list_slider .owl-nav .owl-prev,
#brands_list_slider .owl-nav .owl-next {
	bottom: 0;
}

.tt-brand_slider.owl-theme .owl-nav {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	visibility: hidden;
	-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;
	transition: all 400ms ease-in-out 0s;
	display: block;
	margin: 0;
}

#blog_slider:hover .owl-nav,
#brands_list_slider:hover .owl-nav {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	visibility: visible;
}

.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
	font-size: 0;
	height: 25px;
	width: 25px;
	padding: 0px;
	position: absolute;
	top: 0;
	bottom: 100px;
	background: none;
	margin: auto;
	-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;
	transition: all 400ms ease-in-out 0s;
	border-radius: 0px;
}

.owl-theme .owl-nav .owl-prev:hover,
.owl-theme .owl-nav .owl-next:hover,
.owl-theme .owl-nav .owl-prev:focus,
.owl-theme .owl-nav .owl-next:focus,
.owl-theme .owl-nav .owl-prev:active,
.owl-theme .owl-nav .owl-next:active {
	background: none;
}

.owl-theme .owl-nav .owl-prev {
	left: -45px;
}

#blog_slider .owl-theme .owl-nav .owl-prev,
#blog_slider .owl-theme .owl-nav .owl-next {
	bottom: 180px;
}

.owl-theme .owl-nav .owl-next {
	right: -25px;
}

.owl-theme .owl-nav .owl-next::before {
	content: "\f142";
}

.owl-theme .owl-nav .owl-prev::before {
	content: "\f141";
}

.owl-theme .owl-nav .disabled {
	cursor: not-allowed;
}

@media (min-width: 992px) {

	.owl-theme .owl-nav .owl-next:hover::before,
	.owl-theme .owl-nav .owl-prev:hover::before {
		color: var(--color-btn-secondary-text);
		background-color: var(--color-btn-secondary);
		border: 1px solid var(--color-btn-secondary);
	}
}

@media (max-width: 1299px) {
	.customNavigation a {
		width: 80px;
		height: 80px;
	}
}

@media (max-width: 1000px) {
	.owl-theme .owl-nav .owl-prev {
		left: -15px;
	}

	.owl-theme .owl-nav .owl-next {
		right: -15px;
	}
}

@media (max-width: 991px) {
	.customNavigation {
		margin: 0px;
	}

	.tt-brand_slider.owl-theme .owl-nav {
		-webkit-opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
		visibility: visible;
		float: none;
		display: inline-block;
		vertical-align: top;
		width: auto;
	}

	#brands_list_slider .owl-nav {
		display: none;
	}

	.owl-theme .owl-nav .owl-prev,
	.owl-theme .owl-nav .owl-next {
		position: static;
		margin: 0 2px;
	}
}

/*--------------------- blog inner content -------------------*/
.blogleft_inner_content {
	float: left;
	width: 100%;
}

.blog_content_wrap .grid__item {
	padding: 0 15px;
	float: left;
}

.blogleft_inner_content .article .blog-date {
	margin: 0 5px 0 0;
	padding: 0 5px 0 0;
}

.blogleft_inner_content .article .blog-date .mdi,
.author_name .mdi {
	font-size: 20px;
	vertical-align: middle;
}

.blogleft_inner_content .tt-blog-content .tt-blog-description p.comments-count {
	display: none;
}

.blogleft_inner_content .tt-blog-content .tt-blog-description p {
	font: italic 400 14px/22px var(--font-stack-body);
	float: left;
	width: 100%;
	margin: 0 0 8px;
	color: var(--color-body-text);
}

.blog-date .date,
.author_name {
	font: 400 13px/15px var(--font-stack-subheading);
}

.author_name {
	display: block;
	float: right;
}

.blogleft_inner_content .tt-blog-content .tt-blog-description h4.article__title {
	font: 600 20px/22px var(--font-stack-header);
	margin: 0 0 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	border-top: 1px solid var(--color-border);
	padding: 15px 0 0 0;
	margin: 15px 0 0 0;
}

.blogleft_inner_content .tt-blog-content .tt-blog-description h4.article__title>a {
	color: var(--color-text);
}

.blogleft_inner_content .tt-blog-content .tt-blog-description h4.article__title>a:hover {
	color: var(--color-btn-secondary);
}

.blogleft_inner_content .tt-blog-content .tt-blog-description .tt-social-share {
	display: none;
}

.blogleft_inner_content .tt-blog-content .tt-blog-description .tt-social-share,
.blogleft_inner_content .tt-blog-content .tt-blog-description .blog-tag {
	margin: 0 0 10px;
}

.blogleft_inner_content .tt-blog-content .tt-blog-description .tt-social-share>div {
	float: left;
	width: 30px;
	margin: 0 5px 0 0;
}

.blogleft_inner_content .tt-blog-content .tt-blog-description .blog-btn a {
	background: none;

	color: var(--color-btn-secondary);
	width: 100%;
	display: block;
	font-weight: 500;
}

.blogleft_inner_content .tt-blog-content .tt-blog-description .blog-btn a:hover {
	color: var(--color-header-text);
}

.blogleft_inner_content .tt-blog-content .tt-blog-description .blog-btn a:after {
	display: none;
}

.blogleft_inner_content .tt-blog-content .blog_image_holder img {
	width: 100%;
}

.blogleft_inner_content .article .ttblog_image_holder.blog_image_holder {
	margin: 0 0 15px;
}

.blogleft_inner_content .article .ttblog_image_holder.blog_image_holder img {
	border-radius: 10px;
}

.blogleft_inner_content .article .blogs-sub-title {
	padding: 10px;
	float: left;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.blogleft_inner_content .tt-blog-content .tt-blog-description .tt-social-share {
		margin: 5px 0;
	}
}

@media only screen and (max-width: 480px) {
	.blogleft_inner_content .article .blogs-sub-title {
		padding: 5px 10px;
	}
}

/*-------------------- blog_list ----------------*/
.blog_list.grid__item {
	padding: 0;
}

.blog_list.grid__item.blog_list_item .tt-blog-description .blog-date {
	margin: 0 25px 0 0;
}

.blog_list.grid__item.blog_list_item p.blog-date span .mdi {
	font-size: 20px;
	vertical-align: middle;
}

.blog_list.grid__item.blog_list_item .blog-tag {
	margin: 10px 0 0;
	padding: 10px 0 0;
	border-top: 1px solid var(--color-border);
}

.blog_list.grid__item.blog_list_item .comments-count {
	margin: 5px 0;
}

.blog_list.grid__item.blog_list_item .blog_descrition {
	font: italic 400 14px/22px var(--font-stack-body);
	margin: 0 0 10px;
}

.blog_list .article.tt-blog-content {
	float: left;
	width: 100%;
	margin: 0 0 30px;
}

.blog_list .article.tt-blog-content .ttblog_image_holder a.article__grid-image {
	position: relative;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
}

.blog_list .article.tt-blog-content .ttblog_image_holder a.article__grid-image img {
	border-radius: 10px;
}

.blog_list .tt-blog-content .blog_image_holder {
	position: relative;
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
}

.blog_list .tt-blog-content .blog_image_holder a.article__grid-image {
	float: left;
	width: 100%;
	position: relative;
}

.blog_list .tt-blog-content .blog_image_holder a.article__grid-image img {
	width: 100%;
}

.blog_list .tt-blog-description .tt-social-share i.mdi {
	font-size: 18px;
	line-height: 30px;
}

.blog_list .tt-blog-description .tt-social-share>div {
	display: inline-block;
	margin: 0 15px 0 0;
	float: none;
	vertical-align: top;
}

.blog_list .tt-blog-description .tt-social-share,
.blog_list.grid__item.blog_list_item .comments-count {
	display: none;
}

.blog_list .tt-blog-description .tt-social-share>div a:hover {
	color: var(--color-btn-secondary);
}

.blog_list .blog-btn i {
	margin-left: 5px;
	vertical-align: middle;
}

.blog_list .tt-blog-content .article__title {
	font-size: 20px;
	line-height: 22px;
}

.blog_list .tt-blog-content .article__title a {
	font: 600 20px/22px var(--font-stack-header);
	color: var(--color-text);
}

.blog_list .tt-blog-content .article__title {
	border-top: 1px solid var(--color-border);
	padding: 15px 0 0 0;
	margin: 15px 0 0 0;
}

.blog_list .tt-blog-content .article__title a:hover {
	color: var(--color-btn-secondary);
}

.blog_list.grid__item.blog_list_item .tt-blog-description .blog-btn a {
	font: 500 14px/18px var(--font-stack-subheading);
	display: block;
	padding: 0;
	width: 100%;
	color: var(--color-btn-secondary);
	text-align: left;
	background: none;
	font-weight: 500;
}

.blog_list.grid__item.blog_list_item .tt-blog-description .blog-btn a:hover {
	color: var(--color-header-text);
}

.blog_list.grid__item.blog_list_item .tt-blog-description .blog-btn a:after {
	background: none;
}

@media only screen and (max-width: 767px) {
	.blog_list .article.tt-blog-content .ttblog_image_holder {
		width: 100%;
		margin: 0 0 15px;
	}

	.blog_list .article.tt-blog-content .tt-blog-description {
		float: left;
		width: 100%;
	}
}

/*-------------------- blog masonry ----------------*/
.blog_masonry_left .article.tt-blog-content {
	float: left;
	width: 100%;
	margin: 0 0 30px;
}

/*----------------- blog single post -----------------*/
article.grid-item.blog-post-single {
	padding: 0;
}

.blog-post-single a.blog-post__full-image {
	margin: 0 0 20px;
}

.blog-post-single a.blog-post__full-image img {
	width: 100%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

.blog-post-single .blog-meta {
	border-bottom: 1px solid var(--color-border);
	padding: 0 0 15px 0;
	justify-content: space-between;
}

.blog-meta div:last-child {
	padding: 0;
	margin: 0;
	border-right: none;
	display: none;
}

.blog-post-single h1 {
	font: 600 20px/22px var(--font-stack-header);
	color: var(--color-text);
	margin: 20px 0 0;
}

.blog-post-single>.rte {
	margin: 15px 0 25px;
	font-style: italic;
}

.blog-post-single .tt-social-share {
	margin: 0 0 30px;
}

.blog-post-single .tt-social-share>div {
	float: left;
	width: 30px;
	height: 30px;
	margin: 0 10px 0 0;
}

.blog-post-single .tt-social-share>div>a {
	float: left;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
	text-align: center;
	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;
}

.blog-post-single .tt-social-share>div>a:hover {
	transform: translateY(-4px);
	-webkit-transform: translateY(-4px);
	-moz-transform: translateY(-4px);
	-o-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
}

.blog-post-single .tt-social-share>div i.mdi {
	font-size: 18px;
	line-height: 30px;
}

.blog-post-single .tt-social-share>div.facebook>a {
	background: #3b5998;
}

.blog-post-single .tt-social-share>div.twitter>a {
	background: #00aced;
}

.blog-post-single .tt-social-share>div.google_plus>a {
	background: #d34836;
}

.blog-post-single .tt-social-share>div.pinterest>a {
	background: #c8232c;
}

.blog-post-single .tt-social-share>div.linkedin>a {
	background: #0077b5;
}

.blog-post-single .newer-post {
	float: none;
	display: inline-block;
	vertical-align: top;
	float: right;
}

.blog-post-single .paginatoin_custom .blog_nav_img,
.blog-post-single .paginatoin_custom .blog_nav_title {
	display: none;
}

.blog-post-single .paginatoin_custom a {
	float: left;
	width: auto;
	padding: 10px 20px;
	background: var(--color-btn-primary);
	color: var(--color-header-text);
	position: relative;
	overflow: hidden;
	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;
	-webkit-box-shadow: 0 1px 6px 0 rgb(0 0 0 / 8%);
	-moz-box-shadow: 0 1px 6px 0 rgb(0 0 0 / 8%);
	-ms-box-shadow: 0 1px 6px 0 rgb(0 0 0 / 8%);
	-o-box-shadow: 0 1px 6px 0 rgb(0 0 0 / 8%);
	box-shadow: 0 1px 6px 0 rgb(0 0 0 / 8%);
	margin-right: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.blog-post-single .paginatoin_custom a:hover {
	color: var(--color-btn-secondary-text);
	background: var(--color-btn-secondary);
}

.blog-post-single .paginatoin_custom a:focus,
.blog-post-single .paginatoin_custom a:active {
	background: var(--color-btn-secondary);
	color: var(--color-btn-secondary-text);
}

.blog-post-single .comments-count svg {
	margin-right: 5px;
}

.blog-post-single ul {
	float: left;
	width: 100%;
	margin: 0 0 30px;
}

.blog-post-single ul>li {
	float: left;
	width: 100%;
	margin: 0;
}

.blog-post-single h2.h3 {
	float: left;
	width: 100%;
	font-size: 20px;
	line-height: 22px;
	font-weight: 500;
	margin: 0 0 20px;
	color: var(--color-text);
}

.sidebar .recent_article.widget ul li {
	padding: 0;
	margin: 0 0 10px;
}

.sidebar .recent_article.widget ul li .article-detail {
	padding: 0 0 0 10px;
}

.blogleft_inner_content .recent_article.widget,
.blog_list .recent_article.widget,
.article-template .sidebar__inner .recent_article {
	padding: 15px;
}

.sidebar .recent_article ul li {
	margin: 0 0 20px;
}

.sidebar .recent_article ul li:last-child {
	margin: 0;
}

.sidebar .recent_article ul li .article-detail h5.article__title {
	font: 600 18px/20px var(--font-stack-header);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 0;
}

.sidebar .recent_article ul li .article-detail h5.article__title a {
	color: var(--color-text);
	font: 600 18px/20px var(--font-stack-header);
}

.sidebar .recent_article ul li .article-detail h5.article__title a:hover {
	color: var(--color-btn-secondary);
}

.sidebar .recent_article ul li .article-detail .article_date {
	line-height: 16px;
}

.sidebar .recent_article ul li .article-detail .article_date time {
	font-size: 13px;
}

.sidebar .recent_article .artical-image {
	padding: 0;
}

.sidebar .recent_article .artical-image img {
	border-radius: 5px;
}

.content-wrapper .tt-blog-content .blogs-sub-title .comments-count>span {
	display: none;
}

#shopify-section-article-template {
	margin: 0 0 30px;
}

#shopify-section-article-template .sidebar {
	float: left;
	width: 100%;
}

#shopify-section-article-template .sidebar #comments {
	float: left;
	width: 100%;
	border: 1px solid var(--color-border);
	padding: 15px 10px;
}

#shopify-section-article-template .sidebar #comments h2.h3 {
	font-size: 16px;
	line-height: 18px;
	text-align: left;
	font-weight: 500;
	color: var(--color-text);
	margin: 0 0 15px;
	font-family: var(--font-stack-header);
}

#shopify-section-article-template .sidebar #comments .grid-item.large--one-half {
	float: left;
	width: 100%;
}

#shopify-section-article-template .sidebar #comments input.btn.text-center:hover,
#shopify-section-article-template .sidebar #comments input.btn.text-center:active,
#shopify-section-article-template .sidebar #comments input.btn.text-center:focus {
	background: var(--color-btn-secondary);
	color: var(--color-btn-secondary-text);
}

@media (min-width: 481px) and (max-width: 991px) {
	.sidebar .recent_article .artical-image {
		width: auto;
	}
}

@media only screen and (max-width: 991px) {
	#shopify-section-article-template .sidebar {
		margin: 10px 0 0;
	}

	.sidebar .sidebar__inner .widget.recent_article {
		margin: 0 0 10px;
	}

	.sidebar .sidebar__inner .widget.recent_article>ul {
		padding: 15px;
		float: left;
		width: 100%;
	}

	.sidebar .sidebar__inner .widget.widget_categories ul {
		padding: 0 15px;
	}
}

@media only screen and (max-width: 480px) {
	.blog-post-single h1 {
		font-size: 18px;
		line-height: 20px;
	}

	.blog-post-single>.rte {
		margin: 15px 0;
	}

	.blog-post-single .item-social-sharing {
		margin: 0 0 15px;
	}

	.blog-post-single .meta {
		border: none;
		padding: 0;
		margin: 10px 0 0 0;
		float: left;
	}

	#shopify-section-article-template {
		margin: 0;
	}
}

/* header 1 css copy */

/*----------------------header-1---------------------------*/
#shopify-section-header-model-1 {
	float: left;
	width: 100%;
}

.header_1_wrapper {
	position: relative;
	z-index: 3;
	float: left;
	width: 100%;
}

.bottom_header_1 #accessibleNav li a.btn:active:after,
.bottom_header_1 #accessibleNav li a.btn:focus:after,
.bottom_header_1 #accessibleNav li a.btn:hover:after {
	width: auto;
}

.bottom_header_1 #accessibleNav li:hover a.btn:after {
	width: 100%;
	right: auto;
	left: 0;
}


.header_1 .top_header_1 {
	float: left;
	width: 100%;
    border: 1px solid var(--color-border);
}

.header_1 .top_header_1>.border_bot {
	border-bottom: 1px solid var(--color-border);
	float: left;
	width: 100%;
}

.header_1 .top_header_1 .announce_inner {
	justify-content: space-between;
}

.header_1 .top_header_1 .top_header_1_link {
	float: right;
	width: auto;
}

.header_1 .top-header {
	float: left;
	width: auto;
	padding: 14px 0;
}

.header_1 .top-header i {
	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;
	float: none;
	display: inline-block;
	vertical-align: top;
	line-height: 18px;
	width: 18px;
	height: 18px;
}

.header_1 .top-header:hover i {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
}

.header_1 .destination {
	font: 400 13px/20px var(--font-stack-subheading);
	float: none;
	display: inline-block;
	vertical-align: top;
	width: auto;
}

.header_1 a.language_wrapper.dropdown-toggle::after {
	content: "";
	border-right: 1px solid rgba(0, 0, 0, 0.2);
	position: absolute;
	right: 0px;
	left: auto;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 20px;
	width: 1px;
}

.header_1_wrapper .main-header {
	float: left;
	width: 100%;
	text-align: center;
}

.header_1_wrapper .header_logo_wrap {
	float: left;
	width: auto;
	margin: 27px 0;
}

.header_1 .site-header__search.icon-btn {
	margin: 28px 0;
	border: 2px solid var(--color-btn-secondary);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.header_1 .fixed .site-header__search.icon-btn {
	margin-right: 24px;
	margin-left: 24px;
}

.header_1 .container-fluid .site-header__search.icon-btn {
	margin: 28px 30px;
	flex-grow: 1;
}

.header_1 .account-title {
	display: none;
}

.header_1 .bottom_header_1 {
	float: left;
	width: 100%;
	border-top: 1px solid #e5e5e5;
}

.header_1 #accessibleNav {
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
}

.header_1 #accessibleNav li {
	padding: 14px 0;
}

.header_1 .offer-content {
	float: right;
	width: auto;
	border-radius: 5px;
	padding: 14px 17px;
	margin: 5px 0;
}

.header_1 .offer-content i {
	font-size: 15px;
	line-height: 20px;
	float: none;
	display: inline-block;
	vertical-align: top;
	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;
}

.header_1 .offer-content:hover i {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.header_1 .offer-content .offer-title {
	float: none;
	display: inline-block;
	vertical-align: top;
	font: 400 15px/20px var(--font-stack-subheading);
}

.header_1_wrapper .header_logo_wrap .header-logo {
	float: left;
	width: 100%;
	margin: 0;
	line-height: 0;
}

.header_1_wrapper .right-link-icon {
	float: right;
	width: auto;
}

.header_1 .right-link-icon .site-header__search.icon-btn {
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
}

.header_1 .right-link-icon .myaccount {
	float: none;
	display: inline-block;
	vertical-align: top;
}

.header_1 .right-link-icon .myaccount .dropdown-toggle {
	padding: 28px 0;
	display: flex;
	align-items: center;
}

.header_1 .wrapper-top-cart>.site-header_cart_link i {
	width: 24px;
	height: 24px;
	font-size: 24px;
	line-height: 24px;
	float: none;
	display: inline-block;
	vertical-align: middle;
	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_1 .sticky_header.fixed .ttresponsive_menu {
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 20px;
}

.header_1 .sticky_header.fixed #shopify-section-TT-megamenu {
	width: auto;
}

.header_1 .sticky_header.fixed #tt-megamenu .toggle_menu .toggle_text {
	display: none;
}

.header_1 .sticky_header.fixed #tt-megamenu .toggle_menu {
	padding: 24px 13px;
}

.header_1 .sticky_header.fixed #tt-megamenu .toggle_menu::after {
	display: none;
}

.header_1 .sticky_header.fixed #tt-megamenu .toggle_menu i.mdi-menu {
	float: none;
	display: inline-block;
	vertical-align: top;
	color: var(--color-btn-primary-text);
	font-size: 24px;
	line-height: 24px;
	height: 24px;
	width: 24px;
	text-align: center;
}

.header_1 .sticky_header.fixed #tt-megamenu .toggle_menu svg {
	display: none;
}

.sticky_header.fixed #tt-megamenu .toggle_menu i.mdi.mdi-menu {
	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_1 .sticky_header.fixed .tt-mega-menu #tt-megamenu .tt-mega_menu {
	width: 280px;
	left: auto;
	right: 0;
}

@media (min-width: 992px) {
	.site-header.page-element.header_1 {
		min-height: 230px;
	}
}

@media (min-width: 1430) and (max-width: 1529px) {
	.header_1 .sticky_header.fixed .wrapper-top-cart>.site-header_cart_link {
		padding: 10px;
	}
}

@media (max-width: 1329px) {
	.header_1 .sticky_header.fixed .right-link-icon .myaccount {
		margin-right: 20px;
	}
}

@media (max-width: 1399px) {
	.header_1 #accessibleNav>li>a {
		padding: 12px 15px;
	}

	.header_1 #accessibleNav {
		margin: 0 0 0 10px;
		padding: 0 0 0 0px;
	}

	#shopify-section-TT-megamenu {
		width: 260px;
	}
}

@media (max-width: 1299px) {
	.header_1 .sticky_header.fixed .header_logo_wrap {
		width: 200px;
		margin: 32px 0;
	}

	.header_1 .sticky_header.fixed .header_logo_wrap img {
		width: 200px;
	}

	.header_1 .collections-selector select {
		padding: 10px 32px 10px 15px;
	}

	.header_1 #shopify-section-TT-megamenu {
		width: 252px;
	}
}

@media (max-width: 1199px) {
	.header_1 .top-header {
		padding: 10px 0;
	}

	.header_1 .site-header__cart-count {
		display: none;
	}

	.site-header__search {
		width: 60%;
	}

	.header_1 .right-link-icon .myaccount .dropdown-toggle {
		padding: 32px 0;
	}

	.header_1 .site-header__search.icon-btn {
		margin: 24px 0;
	}

	.header_1_wrapper .header_logo_wrap {
		margin: 29px 0;
	}

	.header_1 .collections-selector select {
		padding: 10px 20px 10px 10px;
		font-size: 12px;
		background-position: right 9px center;
	}

	.header_1.site-header button.btn.search-submit.icon-fallback-text {
		padding: 0 10px;
		right: 0px;
	}

	.header_1.site-header .wishlist-icon-div a>i,
	.header_1.site-header .compare-icon-div a>i,
	.header_1 .myaccount.icon-btn .dropdown-toggle i.mdi-account-outline,
	.header_1 .wrapper-top-cart>.site-header_cart_link i {
		width: 22px;
		height: 22px;
		line-height: 22px;
		font-size: 22px;
	}

	.header_1 #shopify-section-TT-megamenu {
		width: 195px;
	}

	#tt-megamenu .toggle_menu {
		padding: 14px 15px;
	}

	.header_1 .header-contact {
		padding: 16px 11px;
	}

	.header_1 #accessibleNav>li>a {
		padding: 12px 11px;
	}

	.header_1 #accessibleNav {
		margin: 0 0 0 28px;
		padding: 0 0 0 0px;
	}

	.header_1_wrapper .header_logo_wrap {
		width: 190px;
		margin: 33px 0;
	}

	.header_1 .offer-content {
		padding: 14px 12px;
	}

	.header_1 .currency_wrapper.dropdown-toggle {
		padding: 16px 0 16px 15px;
	}
}

@media only screen and (min-width: 992px) {
	#accessibleNav>li.site-nav--has-dropdown>a::before {
		bottom: auto;
		content: "\f140";
		font-family: "Material Design Icons";
		font-size: 12px;
		line-height: 16px;
		position: relative;
		float: right;
		display: inline-block;
		vertical-align: top;
		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;
		margin: 0 0px 0 5px;
	}

	#accessibleNav>li.site-nav--has-dropdown:hover>a::before {
		transform: rotate(-180deg);
		-webkit-transform: rotate(-180deg);
		-moz-transform: rotate(-180deg);
		-o-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		color: var(--color-btn-primary-text);
	}
}

@media (max-width: 991px) {
	.header_1 .site-header__search.icon-btn {
		margin: 0 0 15px;
		float: left;
		width: 100%;
		padding: 0px;
	}

	.header_1 .header-contact {
		margin: 0;
		padding: 11px 11px;
		height: 40px;
	}

	.header_1 .container-fluid .site-header__search.icon-btn {
		margin: 0 0 15px 0;
	}

	#tt-megamenu .toggle_menu svg,
	#tt-megamenu .toggle_menu:after {
		display: none;
	}

	#CartCount_sticky .price {
		display: none;
	}

	.account_icon_div {
		margin: 0;
	}

	.cart_svg_div {
		margin: 0;
	}

	#newsletterModal .modal-dialog .modal-content .modal-block .desc {
		font-size: 13px;
		line-height: 18px;
	}

	.header_1_wrapper .header_logo_wrap {
		margin: 20px 0;
		float: none;
		display: inline-block;
		vertical-align: top;
		width: auto;
	}

	.header_1 #shopify-section-TT-megamenu {
		width: 100%;
		position: static;
		float: left;
	}

	.header_1 #tt-megamenu .toggle_menu {
		margin: 7px 0;
		padding: 0px 11px;
		height: 44px;
	}

	.header_1 .bottom_header_1 .container {
		position: relative;
	}

	.header_1 .wrapper-top-cart>.site-header_cart_link i {
		color: var(--color-btn-primary);
	}

	.header_1 .wrapper-top-cart>.site-header_cart_link {
		padding: 0px;
	}

	.header_1 .right-link-icon .myaccount .dropdown-toggle {
		padding: 16px 0;
	}

	#shopify-section-TT-megamenu {
		padding: 9px 0;
	}

	.header_1 .compare-icon-div {
		margin: 0px;
		float: left;
		width: 100%;
	}

	.header_1 .destination {
		font-size: 12px;
		line-height: 18px;
	}

	.header_1 .top-header {
		padding: 6px 0;
	}

	.header_1 .language_wrapper.dropdown-toggle {
		padding: 8px 8px 8px 0;
	}

	.header_1 .currency_wrapper.dropdown-toggle {
		padding: 8px 0 8px 8px;
	}

	.header_1.site-header .wishlist-icon-div a>i,
	.header_1.site-header .compare-icon-div a>i {
		width: 18px;
		height: 18px;
		font-size: 18px;
		line-height: 18px;
	}

	.header_1.site-header .wishlist-icon-div a .wishlist-icon,
	.header_1.site-header .compare-icon-div a .compare-icon {
		float: none;
		display: inline-block;
		vertical-align: top;
		margin: 0 0 0 5px;
	}

	.header_1 #accessibleNav {
		float: left;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.header_1 #accessibleNav li {
		float: left;
		width: 100%;
		text-align: left;
		padding: 0;
	}

	.header_1 #accessibleNav>li>a {
		padding: 10px 20px;
		float: left;
		width: 100%;
		text-align: start;
	}

	.header_1 .offer-content {
		float: none;
		display: inline-block;
		vertical-align: top;
	}
}

@media (max-width: 767px) {

	.header_1 .site-header__search.icon-btn .search_wrapper,
	.header_1 .site-header__search.icon_btn .search_wrapper {
		height: 41px;
	}

	.header_1 .collections-selector select {
		height: 41px;
	}

	.header_1.site-header button.btn.search-submit.icon-fallback-text {
		padding: 0 14px;
		height: 41px;
	}

	.header_1 .site-header__search.icon_btn .search_wrapper .input-group input[type="search"],
	.header_1 .site-header__search.icon-btn .search_wrapper .input-group input[type="search"] {
		height: 41px;
	}

	.header_1 .top-header {
		padding: 6px 0 0;
		float: left;
		width: 100%;
		text-align: center;
	}

	.header_1 .top_header_1 .top_header_1_link {
		float: left;
		text-align: center;
	}
}

@media (max-width: 575px) {
	.header_1 .top_header_1 .announce_inner {
		justify-content: center;
	}

	.account_icon_div svg,
	.cart_svg_div svg {
		width: 20px;
		height: 20px;
	}
}

@media (max-width: 480px) {
	.header_1 .destination {
		font-size: 9px;
		line-height: 14px;
	}

	.header_1 .top-header i {
		line-height: 14px;
		width: 14px;
		height: 14px;
		font-size: 14px;
	}

	.header_1 .right-link-icon .myaccount span svg,
	.wrapper-top-cart>.site-header_cart_link svg {
		width: 17px;
		height: 17px;
	}

	.site-header__cart .wrapper-top-cart .cart-products-count {
		left: 28px;
	}

	.header_1 .right-link-icon .myaccount .dropdown-toggle {
		padding: 10px 0;
	}

	.header_1 .right-link-icon .myaccount {
		margin: 0 8px;
	}

	#shopify-section-TT-megamenu {
		padding: 5px 0;
	}

	.header_1_wrapper .header_logo_wrap {
		margin: 15px 0;
		width: 150px;
	}

	.header_1 .site-header__search.icon_btn .search_wrapper .input-group input[type="search"],
	.header_1 .site-header__search.icon-btn .search_wrapper .input-group input[type="search"] {
		padding: 0 44px 0 15px;
	}

	.header_1.site-header button.btn.search-submit.icon-fallback-text {
		padding: 0 10px;
		right: 7px;
	}

	.header_1.site-header button.btn.search-submit.icon-fallback-text i {
		font-size: 22px;
	}
}

/*------------------------- Mega-Menu CSS ----------------------------*/
.template-index .sidebar div#shopify-section-TT-mega_menu {
	margin: 0;
}

.sticky_header.fixed #tt-megamenu h5.toggle_menu {
	margin: 0 0 10px;
}

.site-header .sticky_header.fixed #cart {
	margin: 4px 0;
	padding: 0 0 0 20px;
}

#tt-megamenu .tt-mega_menu li.tt_menu_item.custom-menu {
	position: relative;
}

.fixed #shopify-section-TT-mega_menu #tt-megamenu {
	margin: 0;
}

#tt-megamenu .tt-mega_menu .tt_menus_ul span.categories::before {
	content: "\f1d8";
	float: left;
	font-family: "Material Design Icons";
	font-size: 20px;
	line-height: 30px;
	height: 30px;
	margin: 0 8px 0 0;
}

#tt-megamenu .tt-mega_menu .tt_menus_ul span.categories {
	float: left;
	width: 100%;
	padding: 9px 15px;
	font-weight: 400;
	font-size: 14px;
	line-height: 30px;
	position: relative;
}

#tt-megamenu h5.toggle_menu {
	padding: 15px 15px 15px 65px;
	margin: 0 0 35px 10px;
	background: var(--color-btn-secondary);
	color: var(--color-btn-secondary-text);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	position: relative;
	text-align: left;
	cursor: pointer;
	font: 500 16px/24px var(--font-stack-header);
}

#tt-megamenu .tt-mega_menu {
	float: left;
	width: 100%;
	z-index: 99;
	margin: 0;
	position: absolute;
	top: 120%;
	bottom: auto;
	right: 0;
	left: 0;
	display: none;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-khtml-border-radius: 0 0 5px 5px;
}

.site-header .sticky_header.fixed .ttresponsive_menu #shopify-section-TT-megamenu .tt-mega_menu {
	top: 160%;
}

#tt-megamenu .tt-mega_menu li.tt_menu_item {
	float: left;
	width: 100%;
	margin: 0;
	text-align: left;
	cursor: pointer;
}

#tt-megamenu .tt-mega_menu li.tt_menu_item.custom-menu {
	position: relative;
}

#tt-megamenu .tt-mega_menu li.tt_menu_item>a {
	float: left;
	width: 100%;
	padding: 16px 15px;
	font-weight: 600;
	font-size: 14px;
	line-height: 30px;
	position: relative;
}

.tt_sub_menu_wrap .tt_sub_menu.product .swiper-button.swiper-button-prev {
	left: 0;
	right: auto;
}

.tt_sub_menu_wrap .tt_sub_menu.product .swiper-button.swiper-button-prev:before {
	display: none;
}

.tt_sub_menu_wrap .tt_sub_menu.product .swiper-button.swiper-button-next {
	left: auto;
	right: 0;
}

#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap {
	float: left;
	width: 100%;
	position: absolute;
	right: auto;
	left: 100%;
	background: #fff;
	border: 1px solid #e5e5e5;
	z-index: 3;
	padding: 20px 10px;
	top: -2px;
	bottom: auto;
}

#tt-megamenu .tt-mega_menu li.tt_menu_item.custom-menu .tt_sub_menu_wrap {
	bottom: auto;
}

#tt-megamenu .tt-mega_menu li.more_menu.tt_menu_item>ul.tt_sub_menu_linklist {
	display: block;
	padding: 0;
}

.more_menu ul li a:after {
	display: none;
}

.more_menu ul li a {
	color: var(--color-header-text);
	padding: 0;
	font-size: 14px;
	line-height: 20px;
	color: var(--color-text-field);
}

.more_menu ul li a:hover {
	color: var(--color-text-hover-field);
}

#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .tt_sub_menu {
	float: right;
	display: inline-block;
	vertical-align: top;
	padding: 10px;
	text-align: left;
	position: relative;
	z-index: 1;
}

#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .tt_sub_menu>a {
	float: left;
	width: 100%;
	position: relative;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	overflow: hidden;
}

#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .tt_sub_menu a.menu-banner::after {
	content: "";
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.09);
	position: absolute;
	display: block;
	top: 10px;
	right: 10px;
	bottom: 10px;
	opacity: 0;
	left: 10px;
	-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;
	transition: all 400ms ease-in-out 0s;
	-webkit-transform: rotate(-180deg) scale(0);
	-moz-transform: rotate(-180deg) scale(0);
	-ms-transform: rotate(-180deg) scale(0);
	-o-transform: rotate(-180deg) scale(0);
	transform: rotate(-180deg) scale(0);
}

#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .tt_sub_menu a.menu-banner:hover::after {
	-webkit-transform: rotate(0) scale(1);
	-moz-transform: rotate(0) scale(1);
	-ms-transform: rotate(0) scale(1);
	-o-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
	opacity: 1;
}

#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .tt_sub_menu>a:hover {
	box-shadow: 0 0 5px 3px rgba(255, 255, 255, 0.1);
	-webkit-box-shadow: 0 0 5px 3px rgba(255, 255, 255, 0.1);
	-moz-box-shadow: 0 0 5px 3px rgba(255, 255, 255, 0.1);
	-ms-box-shadow: 0 0 5px 3px rgba(255, 255, 255, 0.1);
	-o-box-shadow: 0 0 5px 3px rgba(255, 255, 255, 0.1);
}

#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .tt_sub_menu.product {
	margin: 0;
	padding: 0;
	width: 100%;
	padding: 10px;
}

#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .tt_sub_menu_linklist>li {
	float: left;
	width: 100%;
	margin: 0;
}

#tt-megamenu .tt-mega_menu li.tt_menu_item .sub_mn_title a {
	color: #222;
}

#tt-megamenu .tt-mega_menu li.tt_menu_item .sub_mn_title a:hover {
	color: var(--color-btn-primary);
}

#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .tt_sub_menu_linklist>li>a {
	float: left;
	width: 100%;
	font: 400 14px/24px var(--font-stack-subheading);
	text-align: left;
	padding: 0 0 5px;
	color: var(--color-body-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;
}

#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .tt_sub_menu_linklist>li:last-child>a {
	padding: 0;
}

#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .tt_sub_menu_linklist>li>a:hover {
	color: #111;
}

#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .tt_sub_menu.banner {
	padding: 0 15px;
}

#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .list_products_menu {
	float: left;
	width: 100%;
}

#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .list_products_menu .list_product_menu_content .owl-nav {
	display: block;
}

#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .list_products_menu .list_product_menu_content .owl-nav:hover .owl-prev::before,
#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .list_products_menu .list_product_menu_content .owl-nav:hover .owl-next::before {
	color: var(--color-text-hover-field);
}

#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .list_products_menu .list_product_menu_content .owl-nav>div {
	float: left;
	height: 30px;
	width: 30px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 0;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	cursor: pointer;
	background: none;
	border: none;
	padding: 0;
}

#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .list_products_menu .list_product_menu_content .owl-nav>div::before {
	content: "\f141";
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 30px;
	width: 30px;
	font-family: "Material Design Icons";
	font-size: 28px;
	line-height: 30px;
	color: var(--color-body-text);
}

#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .list_products_menu .list_product_menu_content .owl-nav .owl-prev {
	left: -15px;
}

#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .list_products_menu .list_product_menu_content .owl-nav .owl-next {
	right: -15px;
}

#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .list_products_menu .list_product_menu_content .owl-nav .owl-next::before {
	content: "\f142";
}

#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .list_products_menu:hover .list_product_menu_content .owl-nav>div {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	border: none;
}

#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .list_products_menu .product-wrapper {
	padding: 10px;
	animation: none;
	margin: 0;
}

#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .list_products_menu .product-layouts:nth-child(4) .product-wrapper {
	border: none;
}

#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .list_products_menu .product-wrapper .product-thumb {
	float: left;
	width: 100%;
	border: none;
}

#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .list_products_menu .product-wrapper .product-thumb .grid-view-item {
	float: left;
	width: 100%;
}

#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .list_products_menu .product-wrapper .product-thumb .grid-view-item .product_info {
	float: left;
	width: 100%;
	padding: 0;
}

#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .list_products_menu .product-wrapper .product-thumb a.grid-view-item__link {
	float: left;
	width: 100%;
	position: relative;
	margin: 0 0 10px;
}

#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .list_products_menu .product-wrapper .product-thumb:hover .product-price__sale-label {
	top: 10px;
}

#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .list_products_menu .product-wrapper .product-thumb .product_info .h4.grid-view-item__title {
	margin: 0 0 5px;
	float: left;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
}

#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .list_products_menu .product-wrapper .product-thumb .grid-view-item__title>a {
	color: var(--color-text-product);
	float: left;
	width: 100%;
	white-space: nowrap;
	font: 400 14px/16px var(--font-stack-body);
}

#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .list_products_menu .product-wrapper .product-thumb .grid-view-item__meta {
	font-family: var(--font-stack-header);
}

#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .list_products_menu .product-wrapper:hover .product-thumb .grid-view-item__title>a {
	color: var(--color-text-hover-field);
}

#tt-megamenu .toggle_menu .toggle_text .icon {
	margin: 0 13px 0 0;
}

#tt-megamenu .toggle_menu {
	position: relative;
}

#tt-megamenu .toggle_menu .material-symbols-outlined {
	position: absolute;
	right: 0;
	left: auto;
	margin: 0 10px 0 0;
}

#tt-megamenu .tt-mega_menu li.tt_menu_item span.tt_mn_sub_heading {
	float: left;
	width: auto;
	padding: 3px 5px;
	font-size: 10px;
	line-height: 14px;
	position: absolute;
	top: 8px;
	margin: 0 3px;
	font-weight: 600;
	font-family: var(--font-stack-body);
}

#tt-megamenu .tt-mega_menu li.tt_menu_item ul.tt_sub_menu_linklist {
	float: left;
	width: 100%;
	margin: 0;
	min-width: 180px;
}

#tt-megamenu .tt-mega_menu li.tt_menu_item.custom-menu ul.tt_sub_menu_linklist {
	padding: 0px;
}

#tt-megamenu .tt-mega_menu li.tt_menu_item.custom-menu .tt_sub_menu_wrap .tt_sub_menu {
	margin: 0px;
}

#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap.disable,
#tt-megamenu .tt-mega_menu li.tt_menu_item:hover .tt_sub_menu_wrap.disable {
	display: none !important;
}

#tt-megamenu .tt-mega_menu li.more_menu>ul>li .tt_sub_menu_wrap .tt_sub_menu {
	margin: 0;
	padding: 0;
	width: 100% !important;
}

#tt-megamenu .toggle_menu svg {
	width: 12px;
	height: 12px;
	float: right;
}

#tt-megamenu .tt-mega_menu li.more_menu>ul>li.tt_menu_item a::after {
	right: 20px;
}

#tt-megamenu .tt-mega_menu li.more_menu>ul>li:hover>a {
	color: var(--color-text-hover-field);
}

#tt-megamenu .tt-mega_menu li.more_menu ul.tt_sub_menu_linklist li.tt_menu_item .tt_sub_menu_wrap ul.tt_sub_menu_linklist>li:hover>a {
	color: var(--color-text-hover-field);
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
}

#tt-megamenu ul.tt_menus_ul li.tt_menu_item>a::after {
	position: absolute;
	content: "\f140";
	height: 20px;
	width: 20px;
	font-size: 16px;
	line-height: 22px;
	font-family: "Material Design Icons";
	right: 15px;
	left: auto;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	transition: 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;
	font-style: normal;
	font-weight: 400;
}

#tt-megamenu ul.tt_menus_ul li.tt_menu_item.single>a::after {
	display: none;
}

#tt-megamenu .tt_sub_menu_wrap h4.sub_mn_title,
#tt-megamenu .tt_sub_menu_wrap .sub_mn_title.h4 {
	float: left;
	width: 100%;
	text-align: left;
	font: 600 18px/22px var(--font-stack-header);
	border-bottom: 1px solid var(--color-border);
	padding: 0 0 5px;
	margin: 0 0 10px;
	color: var(--color-text);
}

#shopify-section-TT-megamenu #tt-megamenu li.more_menu li.tt_menu_item {
	padding: 0;
	margin: 0;
	width: 100%;
	position: relative;
}

#tt-megamenu .tt-mega_menu .tt_menus_ul li.more_menu>ul>li.tt_menu_item a {
	float: left;
	width: 100%;
	padding: 3px 20px;
	text-align: left;
	font: 500 13px/20px var(--font-stack-body);
}

#tt-megamenu .tt-mega_menu li.more_menu>ul>li .tt_sub_menu_wrap {
	right: 100%;
	left: auto;
	padding: 0;
	margin: 0;
	top: auto;
}

#tt-megamenu .toggle_menu {
	float: left;
	width: 100%;
	padding: 14px 20px;
	overflow: hidden;
	position: relative;
	margin: 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 50px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-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;
}

#tt-megamenu .toggle_menu i .mdi {
	font-size: 17px;
}

#tt-megamenu .toggle_menu .toggle_text {
	float: left;
	text-align: left;
	font: 600 20px/22px var(--font-stack-header);
	display: flex;
	align-items: center;
}

#tt-megamenu li>a>span.tt_menu_item_heading_title {
	float: left;
	font: 600 16px/18px var(--font-stack-header);
	text-transform: uppercase;
}

.sticky_header.fixed #tt-megamenu .toggle_menu i.mdi.mdi-menu {
	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_header.fixed #tt-megamenu .toggle_menu:hover i.mdi.mdi-menu,
.sticky_header.fixed #tt-megamenu .toggle_menu.current-open i.mdi.mdi-menu {
	color: var(--color-btn-secondary-text);
}

@media (max-width: 1199px) {
	#tt-megamenu .toggle_menu .toggle_text {
		font-size: 14px;
		line-height: 16px;
	}
}

@media only screen and (min-width: 992px) {
	#tt-megamenu {
		float: left;
		width: 100%;
		position: relative;
		z-index: 2;
	}

	#tt-megamenu .tt-mega_menu li.tt_menu_item.pages,
	#tt-megamenu .tt-mega_menu li.tt_menu_item.blog,
	#tt-megamenu .tt-mega_menu li.tt_menu_item.home {
		position: relative;
	}

	#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap {
		-webkit-transition: 0.4s ease-in-out;
		-moz-transition: 0.4s ease-in-out;
		-ms-transition: 0.4s ease-in-out;
		-o-transition: 0.4s ease-in-out;
		transition: 0.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;
		border-radius: 0 8px 8px 0;
		-moz-border-radius: 0 8px 8px 0;
		-webkit-border-radius: 0 8px 8px 0;
		-khtml-border-radius: 0 8px 8px 0;
		pointer-events: none;
	}

	#tt-megamenu .tt-mega_menu li.tt_menu_item:hover>.tt_sub_menu_wrap {
		-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;
		pointer-events: visible;
	}

	.header_1_wrapper #tt-megamenu .tt-mega_menu li.more__menu.tt_menu_item .tt_sub_menu_wrap {
		bottom: 0;
		top: auto;
		padding: 0;
	}

	#tt-megamenu .tt-mega_menu li.more_menu.tt_menu_item {
		position: relative;
	}

	#tt-megamenu .tt-mega_menu li.more_menu.tt_menu_item ul.tt_sub_menu_linklist li.tt_menu_item>a::after {
		content: "\f142";
	}

	#tt-megamenu .tt-mega_menu li.more_menu.tt_menu_item {
		position: relative;
	}

	#tt-megamenu .tt-mega_menu .tt_menus_ul>li>a::before {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		position: absolute;
		left: 0;
		right: 0;
		width: 90%;
		content: "";
		bottom: 0;
		margin: 0 auto;
	}

	#tt-megamenu .tt-mega_menu .tt_menus_ul>li:last-child>a::before {
		display: none;
	}

	#tt-megamenu .tt-mega_menu li.tt_menu_item ul.tt_sub_menu_linklist li.tt_menu_item>a::after {
		display: none;
	}
}

#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wraps {
	position: static;
	border: none;
	padding: 0;
	transform: none;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	visibility: visible;
}

@media only screen and (max-width: 991px) {
	#tt-megamenu .tt-mega_menu li.tt_menu_item span.tt_mn_sub_heading {
		font-size: 8px;
		line-height: 12px;
		top: -5px;
	}

	#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .tt_sub_menu:last-child {
		float: left;
	}

	#accessibleNav li ul {
		float: left;
		width: 100%;
	}

	#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .tt_sub_menu:nth-child(2) {
		float: revert;
	}

	#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .tt_sub_menu:nth-child(3) {
		float: left;
	}

	#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .tt_sub_menu_linklist>li>a {
		font-size: 13px;
	}

	#tt-megamenu .tt-mega_menu li.more_menu.tt_menu_item.left>a {
		display: none !important;
	}

	#tt-megamenu h5.toggle_menu {
		padding: 12px 0;
		margin: 0;
		border-bottom: none;
		line-height: 22px;
		background: none;
	}

	#tt-megamenu .toggle_menu .toggle_text {
		display: none;
	}

	#tt-megamenu .toggle_menu i.mdi-menu {
		float: none;
		display: inline-block;
		vertical-align: top;
		color: var(--color-btn-primary-text);
		font-size: 21px;
		line-height: 21px;
		height: 21px;
		width: 21px;
		text-align: center;
		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;
	}

	#tt-megamenu .toggle_menu:hover i.mdi-menu {
		-webkit-transform: rotateY(180deg);
		-moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		-o-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}

	#tt-megamenu .tt-mega_menu {
		left: 15px;
		right: 15px;
		margin: 0 auto;
		width: auto;
		padding: 15px 0;
	}

	#tt-megamenu .tt-mega_menu li.tt_menu_item.more_menu .tt_sub_menu_wrap li.tt_menu_item .tt_sub_menu_wrap {
		padding: 0;
	}

	#tt-megamenu .tt-mega_menu li.more_menu>ul>li a {
		font-weight: 600;
	}

	#tt-megamenu .tt-mega_menu li.tt_menu_item {
		display: block !important;
		text-align: left;
		margin: 5px 0;
		position: relative;
	}

	#tt-megamenu .tt-mega_menu li.tt_menu_item.left_more_menu {
		display: none !important;
	}

	#tt-megamenu .tt-mega_menu li.tt_menu_item .left_more_menu {
		display: none !important;
	}

	#tt-megamenu .tt-mega_menu li.tt_menu_item span.categories,
	#tt-megamenu .tt-mega_menu li.tt_menu_item>a {
		padding: 5px 20px;
		text-align: left;
		color: var(--color-body-text);
		font-weight: 400;
	}

	#tt-megamenu .tt-mega_menu li.tt_menu_item:hover>a,
	#tt-megamenu .tt-mega_menu li.tt_menu_item:hover span.categories {
		color: var(--color-text-hover-field);
	}

	#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap {
		position: static;
		padding: 0 20px;
		border: none;
		display: none;
		background: none;
		width: 100% !important;
	}

	#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wraps {
		display: block;
	}

	.header_1_wrapper #tt-megamenu .tt-mega_menu li.more__menu.tt_menu_item .tt_sub_menu_wrap {
		display: block !important;
	}

	.header_1_wrapper #tt-megamenu .tt-mega_menu li.more__menu.tt_menu_item a.level-top {
		display: none;
	}

	#tt-megamenu .tt-mega_menu li.more__menu.tt_menu_item .tt_sub_menu_wrap {
		padding: 0;
	}

	#tt-megamenu .tt-mega_menu li.more__menu.tt_menu_item {
		margin: 0;
	}

	#tt-megamenu .tt-mega_menu li.more__menu.tt_menu_item .tt_sub_menu_wrap li a {
		color: #000 !important;
	}

	#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .list_products_menu .list_product_menu_content .owl-nav>div {
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
	}

	#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .list_products_menu .product-wrapper .product-thumb:hover .product-price__sale-label {
		top: 20px;
	}

	#tt-megamenu .tt-mega_menu li.more_menu>ul>li .tt_sub_menu_wrap .tt_sub_menu {
		padding: 0 15px;
	}

	#tt-megamenu ul.tt_menus_ul {
		float: left;
		width: 100%;
		margin: 0;
	}

	#tt-megamenu ul.tt_menus_ul li.tt_menu_item>a::after {
		display: none;
	}

	#tt-megamenu ul.tt_menus_ul {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin: 0px 0 15px;
		padding: 0 0 10px 0;
	}

	#tt-megamenu .tt_sub_menu_wrap h4.sub_mn_title,
	#tt-megamenu .tt_sub_menu_wrap .sub_mn_title.h4,
	#tt-megamenu .tt_sub_menu_wrap h4.sub_mn_title,
	#tt-megamenu .tt_sub_menu_wrap .sub_mn_title.h4 {
		font-size: 13px;
	}

	#tt-megamenu {
		float: left;
		width: auto;
	}
}

@media only screen and (max-width: 991px) {
	#tt-megamenu #accessibleNav>li.more_menu .level-top {
		display: none;
	}

	#accessibleNav .more_menu ul.sub-menu {
		display: block !important;
		margin: 0;
		padding: 0;
		float: left;
		width: 100%;
		text-align: left;
	}

	#tt-megamenu #accessibleNav>li.more_menu .site-nav__link {
		float: left;
		width: 100%;
		padding: 10px 20px;
		color: #111;
	}

	#tt-megamenu #accessibleNav>li.more_menu ul li a {
		font: 600 16px/18px var(--font-stack-header);
		text-align: left;
		text-transform: uppercase;
	}

	#tt-megamenu .tt-mega_menu li.tt_menu_item span.categories {
		display: none;
	}

	#accessibleNav li .sub-nav__dropdown.sub-menu li.menu-item-depth-1 {
		padding: 5px 0;
	}
}

@media only screen and (max-width: 767px) {
	#tt-megamenu ul.tt_menus_ul>li.tt_menu_item .tt_sub_menu_wrap .tt_sub_menu {
		padding: 0 15px;
	}
}

@media only screen and (max-width: 480px) {
	#tt-megamenu ul.tt_menus_ul>li.tt_menu_item .tt_sub_menu_wrap .tt_sub_menu {
		width: 100% !important;
		padding: 0;
	}

	#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .tt_sub_menu>a {
		width: auto;
	}
}

#accessibleNav li .sub-nav__dropdown.sub-menu li {
	font-size: 14px;
	line-height: 20px;
}

@media only screen and (min-width: 992px) {
	#accessibleNav li .sub-nav__dropdown.sub-menu li {
		float: left;
		width: 100%;
		padding: 6px 0;
	}
}

@media (max-width: 575px) {
	#tt-megamenu .toggle_menu i.mdi-menu {
		font-size: 17px;
	}

	.header_1 #tt-megamenu .toggle_menu {
		padding: 0px 10px;
		height: 40px;
	}
}

@media (max-width: 480px) {
	.header_1 #tt-megamenu .toggle_menu {
		padding: 0px 7px;
		height: 38px;
	}
}

/*----------------- Checkout - Button AND Error Message CSS -------------------------------*/
.product-single .product-information-inner .product-form__error-message-wrapper {
	float: left;
	width: 100%;
	margin: 15px 0 0;
	padding: 12px;
	color: #dc0000;
	background-color: #fff6f6;
	border-color: #dc0000;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	text-align: center;
}

.product-single .product-information-inner form {
	margin: 0;
}

/*---------------------- image loader --------------------------*/
.product-wrapper .product-thumb .loader {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 100%;
	width: 100%;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	visibility: hidden;
	transition: all 200ms ease-in-out 0s;
	-webkit-transition: all 200ms ease-in-out 0s;
	-moz-transition: all 200ms ease-in-out 0s;
	-o-transition: all 200ms ease-in-out 0s;
	-ms-transition: all 200ms ease-in-out 0s;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border-radius: 50%;
}

.product-wrapper .product-thumb .loader .preloader-wrapper {
	height: 50px;
	width: 50px;
	display: inline-block;
	position: relative;
}

.product-wrapper .product-thumb .loader .preloader-wrapper .spinner-layer {
	position: relative;
	float: none;
	display: inline-block;
	vertical-align: top;
	width: 50px;
	height: 50px;
}

.product-wrapper .product-thumb .loader .preloader-wrapper .spinner-layer::before {
	content: "";
	box-sizing: border-box;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border: 2px solid transparent;
	border-top-color: #222;
	border-bottom-color: #222;
	animation: spinner 1.5s ease-in-out infinite;
}

@media only screen and (max-width: 767px) {
	.product-wrapper .product-thumb .loader .preloader-wrapper {
		height: 30px;
		width: 30px;
	}

	.product-wrapper .product-thumb .loader .preloader-wrapper .spinner-layer {
		height: 30px;
		width: 30px;
	}

	.product-wrapper .product-thumb .loader .preloader-wrapper .spinner-layer::before {
		height: 30px;
		width: 30px;
	}
}

.product-wrapper.loading .product-thumb .loader {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	visibility: visible;
}

.product-wrapper.loading:hover .product-thumb .featured-image {
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	visibility: hidden;
}

@keyframes spinner {
	to {
		transform: rotate(360deg);
	}
}

/*------------------------ Product page ---------------------------*/
.video-source {
	float: left;
	width: 100%;
	cursor: pointer;
}

.video-source video {
	float: left;
	width: 100%;
	height: 100%;
	vertical-align: top;
}

/*------------------- Size guide Chart ---------------------*/
.product-template__container {
	float: left;
	width: 100%;
	position: relative;
}

.product-template__container .modal-dialog {
	width: 880px;
}

.product-template__container .modal-dialog table {
	width: 100%;
	margin-top: 17px;
	border: none;
}

.product-template__container .modal-dialog table thead th {
	color: #666;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
	padding: 6px 4px;
	border: none;
}

.product-template__container .modal-dialog table tbody tr {
	background: #f7f7f7;
}

.product-template__container .modal-dialog table tbody tr:nth-child(odd) {
	background: #e5e5e5;
}

.product-template__container .modal-dialog table td {
	color: #666;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	padding: 10px 4px;
	border: none;
}

.product-template__container .modal-dialog .modal-content {
	padding: 20px;
	background-color: var(--color-body);
	float: left;
	border-radius: 5px;
}

.product-template__container .modal-dialog .modal-content .modal-header {
	border: none;
	justify-content: center;
	margin: 0 0 20px;
	padding: 0;
}

.product-template__container .modal-dialog .modal-content .modal-header button.close {
	position: absolute;
	top: 20px;
	bottom: auto;
	left: auto;
	right: 20px;
	border: none;
	background: none;
	width: 25px;
	height: 25px;
}

.product-template__container .modal-dialog .modal-content .modal-body {
	float: left;
	width: 100%;
	padding: 0;
}

.product-template__container .modal-dialog .modal-content .tt-title {
	margin: 0;
	font-size: 26px;
	line-height: 28px;
	padding: 8px 70px;
}

.product-layouts .product-wrapper .product-thumb a.grid-view-item__link .image_thumb {
	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: 100%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

.product-layouts .product-wrapper.hover_imgs .product-thumb a.grid-view-item__link:hover .image_thumb {
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	visibility: hidden;
}

@media only screen and (max-width: 991px) {
	.product-template__container .modal-dialog {
		width: 720px;
	}
}

@media only screen and (max-width: 767px) {
	.product-template__container .modal-dialog {
		width: 100%;
		padding: 0 10px;
	}

	.product-template__container .modal-dialog .modal-content {
		padding: 10px 15px;
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
	}

	.product-template__container {
		padding: 10px 0 0;
	}
}

/*-------------------- Recommendation Product -------------------------*/
.product-notification {
	position: fixed;
	bottom: 70px;
	background: var(--color-body);
	width: 330px;
	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;
	z-index: 3;
	border: 1px solid var(--color-border);
	visibility: hidden;
	left: 50px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

.product-notification .progressbar {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	z-index: 1;
	background: rgba(255, 255, 255, 0.2);
}

.product-notification .progressbar>span {
	display: block;
	height: 100%;
	width: 100%;
	background-color: rgba(var(--color-btn-secondary), 0.7);
	border-radius: 0 0 3px 3px;
	animation-name: t4s-ani-w;
	animation-fill-mode: forwards;
	animation-timing-function: linear;
}

@keyframes t4s-ani-w {
	from {
		width: 100%;
	}

	to {
		width: 0%;
	}
}

@-webkit-keyframes t4s-ani-w {
	from {
		width: 100%;
	}

	to {
		width: 0%;
	}
}

@media only screen and (max-width: 480px) {
	.product-notification {
		width: 290px;
		left: 20px;
	}
}

.product-notification.pos-right {
	right: 50px;
	left: auto;
}

.product-notification.active {
	bottom: 25px;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}

.product-notification .closeNotify {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	background: var(--color-btn-secondary);
	color: var(--color-btn-primary-text);
	position: absolute;
	right: -10px;
	top: -10px;
	cursor: pointer;
	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-notification .product-suggest {
	float: left;
	width: 100%;
	display: flex;
	align-items: center;
	position: relative;
	padding: 10px;
}

.product-notification .product-suggest .product-image {
	max-width: 90px;
	margin: auto;
	float: left;
	width: 28%;
	border: 1px solid var(--color-border);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.product-notification .product-suggest .product-image img {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.product-notification .product-suggest .column-right {
	padding: 8px 10px;
	line-height: 20px;
	float: right;
	width: 72%;
}

.product-notification .product-suggest .column-right label {
	color: var(--color-body-text);
	font-size: 12px;
	font-weight: 500;
	float: left;
	width: 100%;
}

.product-notification .product-suggest .column-right .product-name {
	color: var(--color-text-product);
	font-size: 14px;
	float: left;
	width: 100%;
	margin: 0 0 8px;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.product-notification .product-suggest .column-right .from-ago,
.product-notification .product-suggest .column-right .time-ago {
	color: var(--color-body-text);
	font-size: 12px;
	font-weight: 400;
	float: left;
	width: 100%;
}

.product-notification .product-suggest .column-right .from-ago {
	font-style: italic;
}

/*--------------------- Cookie CSS ----------------------------*/
.template-index .main-content .shopify-section.recommendations-product {
	margin: 0;
}

.cookiestatus .cookie-block #cookie_message {
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	visibility: hidden;
}

.cookiestatus .cookie-block #cookie_message.se-cookies-message-open {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	visibility: visible;
}

.cookiestatus .cookie-block #cookie_message .tt-cookie-inner>span {
	vertical-align: middle;
}

.cookiestatus .cookie-block #cookie_message button.btn {
	margin: 0 0 0 10px;
}

.cookiestatus .cookie-block.full_bottom {
	float: left;
	width: 100%;
}

.cookiestatus .cookie-block.full_bottom #cookie_message {
	padding: 10px;
	text-align: center;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
	font-size: 12px;
	float: left;
	width: 100%;
}

.cookiestatus .cookie-block.bottom_fix #cookie_message,
.cookiestatus .cookie-block.bottom_to_left #cookie_message,
.cookiestatus .cookie-block.bottom_to_right #cookie_message {
	padding: 30px;
	position: fixed;
	float: none;
	display: inline-block;
	bottom: 10px;
	top: auto;
	width: 400px;
	left: 10px;
	right: auto;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
	z-index: 2;
}

@media only screen and (max-width: 543px) {

	.cookiestatus .cookie-block.bottom_fix #cookie_message,
	.cookiestatus .cookie-block.bottom_to_left #cookie_message,
	.cookiestatus .cookie-block.bottom_to_right #cookie_message {
		padding: 15px;
		width: 280px;
	}
}

.cookiestatus .cookie-block.bottom_fix #cookie_message {
	width: 100%;
	padding: 10px;
	text-align: center;
	bottom: 0px;
	left: 0;
	right: 0;
}

.cookiestatus .cookie-block.bottom_to_right #cookie_message {
	right: 10px;
	left: auto;
}

.cookiestatus .cookie-block.bottom_to_right #cookie_message .tt-cookie-inner>span,
.cookiestatus .cookie-block.bottom_to_left #cookie_message .tt-cookie-inner>span {
	font-size: 15px;
	line-height: 30px;
	float: left;
	width: 100%;
	margin: 0 0 15px;
}

.product-form__error-message-wrapper--hidden {
	display: none;
}

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

@-webkit-keyframes fixedfooter {
	0% {
		bottom: -100%;
	}

	100% {
		bottom: 0;
	}
}

@-moz-keyframes fixedfooter {
	0% {
		bottom: -100%;
	}

	100% {
		bottom: 0;
	}
}

@keyframes fixedfooter {
	0% {
		bottom: -100%;
	}

	100% {
		bottom: 0;
	}
}

@keyframes flipInX {
	from {
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		animation-timing-function: ease-in;
		opacity: 0;
		-moz-opacity: 0;
		-khtml-opacity: 0;
		-webkit-opacity: 0;
	}

	40% {
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		animation-timing-function: ease-in;
	}

	60% {
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
	}

	80% {
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}

	to {
		transform: perspective(400px);
	}
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	animation-name: flipInX;
}

@keyframes flipInY {
	from {
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		animation-timing-function: ease-in;
		opacity: 0;
		-moz-opacity: 0;
		-khtml-opacity: 0;
		-webkit-opacity: 0;
	}

	40% {
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		animation-timing-function: ease-in;
	}

	60% {
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
	}

	80% {
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}

	to {
		transform: perspective(400px);
	}
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	animation-name: flipInY;
}

@-webkit-keyframes fade_out {
	0% {
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		visibility: visible;
	}

	100% {
		opacity: 0;
		-moz-opacity: 0;
		-khtml-opacity: 0;
		-webkit-opacity: 0;
		visibility: hidden;
	}
}

@-moz-keyframes fade_out {
	0% {
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		visibility: visible;
	}

	100% {
		opacity: 0;
		-moz-opacity: 0;
		-khtml-opacity: 0;
		-webkit-opacity: 0;
		visibility: hidden;
	}
}

@keyframes fade_out {
	0% {
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		visibility: visible;
	}

	100% {
		opacity: 0;
		-moz-opacity: 0;
		-khtml-opacity: 0;
		-webkit-opacity: 0;
		visibility: hidden;
	}
}

@-webkit-keyframes fade_in {
	0% {
		opacity: 0;
		-moz-opacity: 0;
		-khtml-opacity: 0;
		-webkit-opacity: 0;
		visibility: hidden;
	}

	100% {
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		visibility: visible;
	}
}

@-moz-keyframes fade_in {
	0% {
		opacity: 0;
		-moz-opacity: 0;
		-khtml-opacity: 0;
		-webkit-opacity: 0;
		visibility: hidden;
	}

	100% {
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		visibility: visible;
	}
}

@keyframes fade_in {
	0% {
		opacity: 0;
		-moz-opacity: 0;
		-khtml-opacity: 0;
		-webkit-opacity: 0;
		visibility: hidden;
	}

	100% {
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		visibility: visible;
	}
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-moz-opacity: 0;
		-khtml-opacity: 0;
		-webkit-opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	50% {
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
	}
}

@keyframes zoomIn {
	from {
		opacity: 0;
		-moz-opacity: 0;
		-khtml-opacity: 0;
		-webkit-opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	50% {
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

@-webkit-keyframes scaleAppear {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes scaleAppear {
	0% {
		opacity: 0;
		-moz-transform: scale(0);
	}

	100% {
		opacity: 1;
		-moz-transform: scale(1);
	}
}

@-ms-keyframes scaleAppear {
	0% {
		opacity: 0;
		-ms-transform: scale(0);
	}

	100% {
		opacity: 1;
		-ms-transform: scale(1);
	}
}

@-o-keyframes scaleAppear {
	0% {
		opacity: 0;
		-o-transform: scale(0);
	}

	100% {
		opacity: 1;
		-o-transform: scale(1);
	}
}

@keyframes scaleAppear {
	0% {
		opacity: 0;
		transform: scale(0);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}

.scaleAppear {
	-webkit-animation: scaleAppear 750ms ease;
	-moz-animation: scaleAppear 750ms ease;
	-ms-animation: scaleAppear 750ms ease;
	-o-animation: scaleAppear 750ms ease;
	animation: scaleAppear 750ms ease;
}

/*------------------------- Cart Page CSS -------------------------------*/
.full_cart .cart_template-wrapper {
	width: 100%;
	margin: 0 0 30px;
}

.full_cart .row {
	justify-content: end;
}

.template-cart #cartEmpty {
	padding: 30px;
	float: right !important;
	width: 65% !important;
}

.template-cart .product-price dl {
	margin: 0;
}

.template-cart .cart__image-wrapper.product_img {
	width: 100px;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	border: 1px solid var(--color-border);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

.template-cart .cart__image-wrapper.product_img img {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

.template-cart .cart-content .list-view-item__title a.cart__product-title {
	font: 500 14px/16px var(--font-stack-subheading);
	margin: 0 0 10px;
	color: var(--color-text-product);
	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;
}

.template-cart .cart-content .list-view-item__title a.cart__product-title:hover {
	color: var(--color-text-hover-field);
}

.template-cart .cart-content ul.product-details li.product-details__item {
	font-size: 14px;
}

.template-cart .cart__price dt,
.template-cart .cart__price .cart__qty {
	display: none;
}

.template-cart .table-responsive {
	border: medium none;
	float: left;
	width: 100%;
}

.template-cart .cart-wrapper .cart-table {
	float: left;
	width: 100%;
}

.cart-wrapper .product_title .product_img {
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 0 15px;
}

.cart-wrapper .text-center .qty-box-set {
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

.cart-wrapper .cart__remove a:hover i {
	color: #fff;
}

.cart-wrapper .cart__subtotal {
	font-weight: 600;
	margin: 20px 0 0;
	float: left;
	width: 100%;
}

.cart-wrapper .cart__subtotal .money {
	font-size: 22px;
	font-weight: 500;
	color: var(--color-btn-primary);
	font-family: var(--font-stack-header);
}

.cart-wrapper .cart__footer .h6 {
	margin: 0;
	color: var(--color-text);
	font-weight: 600;
}

.cart-wrapper .cart__footer .grid .grid-item {
	padding: 0;
}

.cart-wrapper .cart__footer .grid .grid-item.cart-right {
	margin: 20px 0 0;
}

.cart-wrapper .cart__footer .grid .grid-item label {
	font-size: 14px;
	font-weight: 500;
	margin: 0 0 10px 0;
}

.cart-wrapper .cart__footer button {
	padding: 10px 20px;
}

.cart-wrapper .cart__footer #update {
	margin: 0 10px 0 0;
}

#shopify-section-cart-template .cart-wrapper .shop_table.cart_table {
	border: none;
}

#shopify-section-cart-template .cart-wrapper .cart-notes {
	width: 100%;
	float: left;
	margin: 30px 0 0;
	padding: 0;
}

.cart_table thead th span,
.shop_table.cart_table th {
	color: var(--color-text);
}

.shop_table.cart_table td,
.shop_table.cart_table th,
.cart_table thead th span {
	border: none;
	border-bottom: 1px solid var(--color-border);
}

.shop_table.cart_table .cart-item__price-wrapper span,
.shop_table.cart_table .cart__price .product-price {
	color: var(--color-sale-text);
	font: 700 18px/24px var(--font-stack-body);
	font-family: var(--font-stack-header);
}

.cart__remove i.mdi.mdi-delete {
	font-size: 18px;
	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;
}

.cart__remove a:hover i.mdi.mdi-delete {
	color: var(--color-btn-primary);
}

.cart-header {
	float: left;
	width: 100%;
	margin: 0 0 15px;
}

h1.cart-header__title {
	font: 600 24px/26px var(--font-stack-header);
	margin: 0;
	padding: 0 15px;
}

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

.totals__subtotal {
	font: 600 22px/24px var(--font-stack-header);
	text-transform: uppercase;
}

.totals__subtotal-value {
	margin: 15px 0 18px 0;
	font-size: 20px;
	font-weight: 600;
	color: var(--color-btn-secondary);
	font-family: var(--font-stack-header);
}

.cart__blocks .cart__ctas button.btn {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 15px 0 0;
}

.cart_condition a {
	font-weight: 500;
	text-decoration: underline;
}

.cart__blocks .cart__ctas button.btn {
	background-color: var(--color-btn-secondary);
	color: var(--color-btn-secondary-text);
}

.cart__blocks .cart__ctas button.btn:active,
.cart__blocks .cart__ctas button.btn:focus,
.cart__blocks .cart__ctas button.btn:hover {
	color: var(--color-header-text);
}

.cart__blocks .cart__ctas button.btn::after {
	background-color: var(--color-btn-primary);
}

.cart__footer .js-qty {
	margin: 0 auto;
}

.cart__footer input[name="goto_pp"] {
	padding: 10px 0px 0px;
}

.cart__footer .amazon-payments-pay-button {
	vertial-align: top;
	margin: 0;
}

.cart__blocks {
	padding: 30px;
	background: #f8f8f8;

	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

cart-note.cart__note.field {
	margin: 15px 0 0;
	padding: 30px;
	background: #f8f8f8;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

.cart__image,
.cart__image img {
	display: block;
	width: 100%;
}

.cart__subtotal {
	display: inline;
	font-family: var(--font-stack-header);
	font-size: 20px;
	line-height: 22px;
	margin: 0 0 0 (var(--gutter) / 3);
}

.cart__mini-labels {
	display: block;
	font-family: var(--font-stack-body);
	font-size: em(14px);
	margin: var(--gutter) / 2 0 0;
}

.cart__product {
	line-height: em(26px);
	margin: 0;
}

.site-header__cart .no-items #ToggleDown p {
	margin: 0 0 5px 0;
}

.cart__remove {
	font-family: var(--font-stack-body);
	font-size: em(14px);
	margin: 0 0 var(--gutter) / 2;
}

.cart-item__discount {
	display: block;
}

.cart__additional_checkout_buttons>*:not(script) {
	padding: 10px 0 0 10px;
	vertical-align: top;
	line-height: 1;
}

.cart__additional_checkout_buttons>*:not(script):first-child,
.cart__additional_checkout_buttons>*:not(script):empty {
	padding-left: 0px;
}

.cart--no-cookies .cart--continue-message {
	display: none;
}

.cart--no-cookies .cart--empty-message {
	display: none;
}

.cart--cookie-message {
	display: none;
	padding-bottom: 25px;
}

.template-cart #cartEmpty .empty-carticon svg {
	height: 77px;
	width: 41px;
}

.cart--no-cookies .cart--cookie-message {
	display: block;
}

.cart-policy {
	float: left;
	width: 100%;
	margin: 15px 0 55px;
	padding: 30px;
	background: #f8f8f8;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

.cart-policy .policy .policy-icon {
	float: none;
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 40px;
	line-height: 40px;
}

.cart-policy .policy {
	float: left;
	width: 100%;
	margin: 0 0 15px;
	display: flex;
	align-items: center;
}

.cart-policy .policy:last-child {
	margin: 0;
}

.cart-policy .policy .content {
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 10px;
	width: 75%;
}

.policy-title {
	float: left;
	width: 100%;
	margin: 0 0 5px;
	font: 600 18px/22px var(--font-stack-header);
	color: #222;
	text-transform: uppercase;
}

cart-note.cart__note.field label {
	font: 600 18px/20px var(--font-stack-header);
	margin: 0 0 15px;
	text-transform: uppercase;
	width: 100%;
	text-align: left;
}

.cart-qty-box-set .quantity {
	border: none;
	width: 30px;
	padding: 0;
	text-align: center;
	margin: 0;
}

.cart-qty-box-set .quantity__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;
	padding: 4px 10px 6px 10px;
	width: 100%;
}

.cart-qty-box-set .quantity__button:hover {
	background: #f1f1f1;
}

.cart-qty-box-set {
	border: 1px solid var(--color-border);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.cart__row.cart-item .cart__quantity-td .cart__qty {
	display: flex;
	justify-content: center;
	align-items: center;
}

.cart__row.cart-item .cart__quantity-td .cart-qty-box-set {
	width: 75%;
}

.quantity__button {
	width: 35px;
	height: 35px;
	border: none;
	background: none;
}

.quantity__button .icon {
	width: 10px;
	pointer-events: none;
}

@media only screen and (min-width: 1025px) {
	.cart__remove {
		margin-bottom: 0;
	}

	.cart__mini-labels {
		margin-top: var(--gutter);
	}

	.template-cart .cart-wrapper {
		max-width: 100%;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 1199px) {
	.template-cart .table-responsive {
		width: 100%;
		padding: 0;
	}

	.cart__blocks {
		padding: 15px;
	}

	.cart__row.cart-item .cart__quantity-td .cart-qty-box-set {
		width: 95%;
	}

	cart-note.cart__note.field {
		padding: 15px;
	}

	.cart-policy {
		padding: 15px;
	}
}

@media only screen and (max-width: 991px) {
	cart-template.page-width {
		width: 100%;
	}

	#cart-footer {
		width: 100%;
		margin: 15px 0 0;
	}

	.template-cart #cartEmpty {
		width: 100% !important;
	}

	.cart-wrapper .cart__footer .cart-subtotal {
		float: left;
		width: 100%;
		margin: 0 0 10px;
	}

	.cart-wrapper .cart__footer .cart__instructions {
		margin-bottom: 10px;
	}

	.template-cart .cart__product-information {
		max-width: 100%;
		width: 200px;
	}

	.template-cart .product-price,
	.template-cart .product-final-price {
		float: left;
		max-width: 100%;
		width: 100px;
	}
}

@media (max-width: 991px) {
	.cart__row.cart-item .cart__quantity-td .cart-qty-box-set {
		width: 100%;
	}
}

@media (max-width: 575px) {
	.cart-policy {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 480px) {
	.cart-wrapper .cart__footer .grid .grid-item.cart-right {
		margin: 0px;
	}

	.cart-wrapper .cart__subtotal .money {
		font-size: 18px;
	}

	.cart-wrapper .cart__footer #update {
		margin: 0 1px 0 0;
	}

	.cart__footer {
		margin: 30px 0;
		padding: 0;
		margin: 15px 0;
	}

	.cart__footer:first-of-type {
		margin-top: 0;
	}

	.cart__product a {
		font-size: 13px;
	}

	.cart-policy .policy .content {
		width: 80%;
	}

	.cart__footer .grid {
		padding: 15px;
	}
}

.product-count {
	align-self: center;
	position: relative;
	text-align: right;
}

.product-count__text {
	font-size: 1.4rem;
	line-height: 1.5;
	margin: 0;
}

.product-count__text.loading {
	visibility: hidden;
}

.product-count .loading-overlay__spinner {
	display: none;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1.8rem;
}

.product-count__text.loading+.loading-overlay__spinner {
	display: block;
}

.cursor-pointer {
	cursor: pointer;
}

.loading-overlay {
	position: relative;
	float: left;
	width: 100%;
}

.loading-overlay .loading-overlay__spinner {
	float: left;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.loading-overlay .loading-overlay__spinner svg {
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: top;
	-webkit-animation: productspin 0.9s ease-in-out infinite alternate;
	animation: productspin 0.9s ease-in-out infinite alternate;
}

.loading-overlay .loading-overlay__spinner svg .path {
	stroke: #111;
	stroke-linecap: round;
	-webkit-animation: product 0.9s ease-in-out infinite alternate;
	animation: product 0.9s ease-in-out infinite alternate;
}

.loading-overlay:not(.hidden)+.cart-item__price-wrapper,
.loading-overlay:not(.hidden)~cart-remove-button {
	visibility: hidden;
}

@keyframes productspin {
	from {
		transform: rotate(0deg);
	}

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

@-webkit-keyframes productspin {
	from {
		-webkit-transform: rotate(0deg);
	}

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

@keyframes product {
	0% {
		stroke-dasharray: 1, 150;
		stroke-dashoffset: 0;
	}

	50% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -35;
	}

	100% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -124;
	}
}

@-webkit-keyframes product {
	0% {
		stroke-dasharray: 1, 150;
		stroke-dashoffset: 0;
	}

	50% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -35;
	}

	100% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -124;
	}
}

/*====================== Customer Account Page ==========================*/
.customer-orders {
	overflow: auto;
}

.template-customers-addresses #address_form_new,
.template-customers-addresses .edit-address {
	margin: 30px 0;
}

#address_form_new #address_default_address_new.btn {
	float: right;
	margin: 0 0 30px 0;
}

#address_form_new #address_province_container_new {
	padding: 0;
}

#address_form_new .grid-item.one-half.first,
.edit-address .grid-item.one-half.first {
	padding-left: 0;
}

#address_form_new .grid-item.one-half.last,
.edit-address .grid-item.one-half.last {
	padding-right: 0;
}

#address_form_new label,
.edit-address label {
	font-size: 14px;
	font-weight: 500;
}

#address_form_new .grid-item.left,
.edit-address .grid-item.left {
	padding-left: 0;
}

#address_form_new .grid-item.right,
.edit-address .grid-item.right {
	padding-right: 0;
}

#address_form_new a,
.edit-address a {
	color: var(--color-btn-primary-text);
	float: left;
}

#address_form_new .btn:hover a,
.edit-address .btn:hover a {
	color: var(--color-btn-secondary-text);
}

#address_form_new select,
.edit-address select {
	padding: 12px 10px;
}

.edit-address .btn.update {
	float: right;
	margin: 0 0 30px 0;
}

.template-customers-order .grid-item.two-thirds,
.template-customers-account .grid-item.two-thirds {
	padding-left: 0;
	overflow: auto;
}

.template-customers-order table.full th,
.template-customers-account table.full th,
.template-customers-order table.full td,
.template-customers-account table.full td {
	padding: 15px;
}

.template-customers-order .grid-item.one-third,
.template-customers-account .grid-item.one-third {
	padding-right: 0;
}

.template-customers-order .grid-item h2.h4,
.template-customers-account .grid-item h2.h4 {
	border-bottom: 1px solid var(--color-border);
	padding-bottom: 5px;
	color: var(--color-body-text);
}

.shopify-challenge__container .g-recaptcha {
	float: left;
	width: 100%;
}

.template-customers-account .grid-item h2.h4 {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;
	color: var(--color-body-text);
}

.template-customers-account .grid {
	float: left;
	width: 100%;
	margin: 20px 0;
}

.template-customers-activate_account label {
	font-size: 14px;
	font-weight: 500;
	margin: 0 0 10px;
}

@media only screen and (max-width: 1024px) {

	#address_form_new .grid-item.right,
	.edit-address .grid-item.right {
		padding: 0;
	}

	#address_form_new .grid-item.left,
	.edit-address .grid-item.left {
		padding: 0;
	}

	.template-customers-order .grid-item.two-thirds,
	.template-customers-account .grid-item.two-third {
		width: 100%;
		padding: 0;
	}

	.template-customers-order .grid-item.one-third,
	.template-customers-account .grid-item.one-third {
		width: 100%;
		padding: 0;
	}
}

@media only screen and (max-width: 767px) {

	.template-customers-register .register,
	.template-customers-login .register {
		float: left;
		width: 100%;
	}
}

/*========================== Password Page ============================*/
.password.gradient {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	background-attachment: fixed;
	height: 100%;
}

.password__footer-caption svg {
	width: 70px;
	height: 20px;
	float: none;
	display: inline-block;
	vertical-align: bottom;
	color: #111;
}

#shopify-section-password-header {
	float: left;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
	border-bottom: 1px solid #e5e5e5;
}

#shopify-section-password-header .modal__content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 4;
	display: flex;
	justify-content: center;
	align-items: center;
}

#shopify-section-password-header .password-modal__content {
	background: #fff;
	float: left;
	width: 600px;
	text-align: center;
	padding: 30px;
	position: relative;
}

#shopify-section-password-header details.password-modal {
	float: right;
	width: auto;
}

#shopify-section-password-header .modal__close-button.link {
	background: none;
	border: none;
	position: absolute;
	top: 10px;
	bottom: auto;
	right: 10px;
	left: auto;
	padding: 0;
	font-size: 20px;
	width: 20px;
	height: 20px;
}

.password #MainContent {
	float: left;
	width: 100%;
	margin: 50px 0;
	text-align: center;
}

.password .newsletter-form__field-wrapper {
	float: none;
	width: 500px;
	display: inline-block;
	vertical-align: top;
}

#shopify-section-password-footer {
	float: left;
	width: 100%;
	text-align: center;
	border-top: 1px solid #e5e5e5;
	padding: 20px 0;
}

#shopify-section-password-footer .password__footer-text {
	float: left;
	width: 100%;
	font-size: 13px;
	margin: 0 0 10px;
}

#shopify-section-password-footer .list-social.list-unstyled {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 0 15px;
}

#shopify-section-password-footer .list-social__link {
	float: left;
	font-size: 16px;
	line-height: 30px;
	width: 30px;
	height: 30px;
}

#recover_password .text-center {
	margin-top: 10px;
	float: left;
	width: 100%;
}

#recover_password .text-center p {
	width: auto;
	float: none;
	display: inline-block;
	vertical-align: top;
}

#recover_password .title {
	color: #111;
	font-size: 22px;
	line-height: 28px;
	font-weight: 600;
}

#recover_password .tt-innerpagetitle {
	font-size: 18px;
}

.lock-icon-svg {
	width: 0.7 * var(--font-size-base);
	height: 0.7 * var(--font-size-base);
	display: inline-block;
	vertical-align: baseline;
}

.lock-icon-svg path {
	fill: currentColor;
}

.lt-ie9 .lock-icon-svg {
	display: none;
}

.admin-login {
	font-size: 95%;
}

.template-customers-register .register .errors {
	text-align: left;
}

.login-page form#customer_login {
	margin: 0;
	float: left;
	width: 100%;
}

.login-page div#recover_password {
	text-align: left;
}

.login-page .grid .grid-item,
.login-page .grid--rev .grid-item,
.login-page .grid--full .grid-item {
	padding: 0;
	text-align: left;
}

.login-page .grid .grid-item p {
	margin: 0 0 15px 0;
}

.create_account_wrap #customer_register_link {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.login-page form .text-center>p {
	margin: 0;
}

.register-page form#create_customer {
	margin: 0;
	float: left;
	width: 100%;
}

.login-page form .text-center>p {
	margin: 0;
}

.template-customers-login .login .login-page,
.register .register-page {
	padding: 30px;
	border: 1px solid var(--color-border);
	margin-bottom: 50px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

#customer_login .text-center .btn:hover,
#customer_login .text-center .btn:focus,
#customer_login .text-center .btn:active {
	background: var(--color-btn-secondary);
}

#customer_login .or {
	height: 30px;
	margin: 10px 0;
}

#customer_login .or:before {
	content: "";
	border-top: 1px solid #ebebeb;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translateY(-50%);
}

#customer_login .or span {
	background: #fff;
	padding: 0 15px;
	color: #999;
	font-size: 16px;
}

.create_account_wrap a {
	width: 100%;
	float: left;
	border: 2px solid var(--color-btn-primary);
	padding: 12.5px 15px;
	color: #111;
}

.create_account_wrap a:hover {
	border-color: var(--color-btn-secondary);
	background: var(--color-btn-secondary);
	color: var(--color-btn-secondary-text);
}

.template-customers-register .footer-bottom .text-center a {
	float: none;
}

.template-customers-register .footer-bottom .text-center .btn {
	padding: 10px 25px;
	background: #111;
	color: #fff;
	margin: 20px 0;
}

.template-customers-register .footer-bottom .text-center .btn:hover,
.template-customers-register .footer-bottom .text-center .btn:focus,
.template-customers-register .footer-bottom .text-center .btn:active {
	background: var(--color-btn-secondary);
	color: var(--color-btn-secondary-text);
}

.template-customers-register .footer-bottom .text-center .mdi.mdi-chevron-left {
	font-size: 13px;
}

@media only screen and (min-width: 992px) {

	.login-page form>input,
	.register-page form>input {
		min-width: 550px;
	}
}

@media only screen and (max-width: 991px) {

	.template-customers-login .login .login-page,
	.register .register-page {
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {
	#recover_password .title {
		font-size: 18px;
		line-height: 20px;
	}

	.template-customers-login .login .login-page,
	.register .register-page {
		padding: 20px 15px;
	}

	#customer_login .text-center .btn {
		margin: 10px 0 0;
	}
}

/*-------------------------------- END ----------------------------*/
model-viewer {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	max-width: 100%;
	height: 100%;
	float: left;
}

.modal-open .modal {
	float: left;
	text-align: center;
}

.product-single__photos .model.main_image_wrap,
.product-block .model-viewer,
.product-block .model-view {
	padding-top: 100%;
}

/* advance search css */

.Search-advancer .search-advance {
	margin-bottom: 0;
	margin-top: -231px;
	z-index: 2;
	position: relative;
}

.search-advance.search .container.yestag {
	max-height: 79%;
	overflow: auto;
	display: flex;
	flex-direction: column;
}

.tt-homeslider {
	position: relative;
}

.slide_search {
	float: left;
	width: 100%;
	padding: 40px 30px 40px 30px;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-khtml-border-radius: 10px 10px 0 0;
}

.search-advance .search-width {
	width: 25%;
}

.search-advance div:last-child button {
	width: 100%;
	height: 50px;
	margin: 0 0 0px 0;
	outline: none;
	border: none;
	display: block;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	position: relative;
	z-index: 1;
	background: #df6b1d;
	color: var(--color-btn-secondary-text);
	font-weight: 700;
	text-transform: uppercase;
}

.search-advance div:last-child button:hover:after {
	width: 100%;
	right: auto;
	left: 0;
}

.search-advance div:last-child button:hover {
	color: var(--color-btn-primary-text);
}

.search-advance div:last-child button:after {
	content: " ";
	background: var(--color-btn-primary);
	color: var(--color-btn-primary-text);
	height: 100%;
	width: 0;
	position: absolute;
	transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-moz-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-o-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-ms-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	top: 0;
	left: auto;
	right: 0;
	z-index: -1;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	font-weight: 700;
}

.search-advance .adv_search_lab {
	font: 600 16px/18px var(--font-stack-header);
	color: var(--color-btn-primary-text);
	margin: 0 0 10px 0;
	display: inline-block;
	text-transform: uppercase;
}

.search-advance select {
	border-radius: 5px;
	margin: 0 !important;
}

.Search-advancer .search-advance.search.search-left {
	left: 6%;
	right: auto;
}

.Search-advancer .search-advance.search.search-right {
	right: 6%;
	left: auto;
}

.Search-advancer .search-advance.search.search-center {
	right: 0;
	left: 0;
	margin: auto;
}

.Search-advancer .search-advance.search.search div:last-child button {
	margin: 0;
}

.Search-advancer .search-advance.search select {
	height: 45px;
	font: 600 16px/18px;
	color: var(--color-body-text);
	padding: 0 15px;
}

.Search-advancer .search-advance.search.search .slide_search {
	padding: 30px;
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-khtml-border-radius: 0 0 10px 10px;
	overflow: auto;
}

.Search-advancer .search-advance.search {
	margin-bottom: 0;
	margin-top: 0;
	z-index: 2;
	position: relative;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 370px;
	display: flex;
	align-items: center;
}

.Search-advancer .search-advance.search .search_ad_title {
	font-size: 28px;
	line-height: 32px;
	margin: 0px;
	padding: 20px 0;
	width: 100%;
	background: var(--color-btn-primary);
	text-align: center;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-khtml-border-radius: 10px 10px 0 0;
	text-transform: uppercase;
}

@media (max-width: 1870px) {
	.Search-advancer .search-advance.search .search_ad_title {
		font-size: 29px;
		line-height: 32px;
	}
}

@media (max-width: 1199px) {
	.Search-advancer .search-advance.search .search_ad_title {
		font-size: 23px;
		line-height: 25px;
		padding: 14px 0;
	}
}

@media (max-width: 991px) {
	.Search-advancer .search-advance.search select {
		height: 40px;
	}

	.Search-advancer .search-advance.search.search .slide_search {
		padding: 15px;
	}

	.Search-advancer .search-advance.search div:last-child button {
		height: 40px;
	}

	.Search-advancer .search-advance.search select {
		font: 600 16px/18px var(--font-stack-header);
		font-size: 13px;
		line-height: 14px;
	}

	.Search-advancer .search-advance.search {
		width: 300px;
	}
}

@media (max-width: 767px) {
	.Search-advancer .search-advance.search.search .slide_search {
		padding: 15px 25px;
	}

	.Search-advancer .search-advance.search .search-width {
		margin: 5px 0;
	}

	.Search-advancer .search-advance.search .search_ad_title {
		font-size: 17px;
		line-height: 20px;
		padding: 7px 0;
	}

	.Search-advancer .search-advance.search {
		width: 285px;
	}

	.Search-advancer .search-advance.search select {
		height: 30px;
	}

	.Search-advancer .search-advance.search div:last-child button {
		height: 30px;
	}
}

@media (max-width: 600px) {
	.Search-advancer .search-advance.search {
		width: 270px;
	}

	.Search-advancer .search-advance.search.search-right {
		right: 1%;
	}

	.Search-advancer .search-advance.search.search-left {
		left: 1%;
	}
}

@media (max-width: 575px) {
	.Search-advancer .search-advance.search {
		position: relative;
		width: 100%;
		margin: 15px 0 0 0;
	}

	.Search-advancer .search-advance.search.search-left {
		left: 0;
		right: auto;
	}

	.Search-advancer .search-advance.search.search-right {
		right: 0;
		left: auto;
	}
}

/*========================= Collection Filters =================================*/
aside.sidebar-tag.filter.color.tags img {
	width: 16px;
	height: 16px;
	margin-right: 10px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	overflow: hidden;
	border: 1px solid var(--color-border);
	transition: all 600ms ease-in-out 0s;
	-webkit-transition: all 600ms ease-in-out 0s;
	-moz-transition: all 600ms ease-in-out 0s;
	-o-transition: all 600ms ease-in-out 0s;
	-ms-transition: all 600ms ease-in-out 0s;
}

.collection_sidebar .sidebar-block {
	float: left;
	width: 100%;
	border: 1px solid var(--color-border);
	padding: 15px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

.theiaStickySidebar .sidebar-block .facets-container form {
	margin: 0;
}

.mobile-facets__wrapper .disclosure-has-popup[open]>summary:before {
	height: 100vh;
	z-index: 3;
}

.disclosure-has-popup[open]>summary::before {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: block;
	cursor: default;
	content: " ";
	background: rgba(0, 0, 0, 0.4);
}

aside.sidebar-tag.filter.color.tags a:hover img,
aside.sidebar-tag.filter.color.tags a.active img {
	border-color: #bbb;
}

.off-canvas-wrapper .collection_sidebar {
	float: left;
	width: 100%;
	padding: 0 25px;
	margin: 35px 0 0;
	border: none;
}

.off-canvas-wrapper .collection_sidebar .widget ul li.product-wrapper {
	margin: 0 0 15px;
	padding: 0;
}

.off-canvas-wrapper .collection_sidebar .widget.widget_promo_img li {
	margin: 0;
}

.active-filter {
	font-weight: bold;
}

.view-mode.filter-grid-list.grid__item {
	float: left;
}

a.filter-left {
	float: left;
	font-size: 17px;
	font-weight: 500;
}

.pages_list.open {
	float: left;
	position: relative;
	width: auto;
}

@media only screen and (max-width: 1024px) {
	.collection-filters {
		margin-bottom: var(--gutter);
	}
}

.filter-sortby label,
.filter-show label {
	display: inline-block;
	float: left;
	font-size: 13px;
	font-weight: 500;
	line-height: 30px;
	margin: 0;
	padding-right: 10px;
}

.collection_template .sorting_wrapper .btn.dropdown-toggle {
	font-size: 13px;
	font-weight: 500;
	padding: 5px 34px 5px 15px;
	color: var(--color-text-field);
	border: 1px solid var(--color-border);
	background: #fff;
}

.collection_template .sorting_wrapper .btn.dropdown-toggle::after,
.collection_template .sorting_wrapper .btn.dropdown-toggle::before {
	display: none;
}

.collection_template .sorting_wrapper .btn.dropdown-toggle>i {
	bottom: auto;
	font-size: 16px;
	line-height: 18px;
	left: auto;
	position: absolute;
	right: 10px;
	top: 5px;
}

.collection_template .sorting_wrapper .sorting-section.open .btn.dropdown-toggle {
	border: 1px solid var(--color-border);
}

.collection_template .sorting_wrapper .filter-sortby .btn.dropdown-toggle {
	width: 175px;
	text-align: left;
}

@media (min-width: 497px) and (max-width: 536px)) {
	.collection_template .sorting_wrapper .filter-sortby .btn.dropdown-toggle {
		width: 150px;
	}
}

@media (min-width: 348px) and (max-width: 496px) {
	.collection_template .sorting_wrapper .filter-sortby .btn.dropdown-toggle {
		width: 130px;
	}
}

@media only screen and (max-width: 536px) {
	.collection_template .sorting_wrapper .filter-sortby ul.dropdown-menu {
		width: 170px;
	}
}

@media (min-width: 348px) and (max-width: 536px) {
	.collection_template .sorting_wrapper .filter-sortby ul.dropdown-menu>li>a {
		white-space: normal;
		padding: 3px 10px;
		font-size: 12px;
	}
}

.collection_template .sorting_wrapper .collection-sorting .filter-sortby .btn.dropdown-toggle {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	font-family: var(--font-stack-body);
}

.collection_template .sorting_wrapper .pages_list .btn.dropdown-toggle {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
}

.collection_template .sorting_wrapper .pages_list .dropdown-backdrop {
	display: none;
}

.collection_template .sorting_wrapper .open .btn.dropdown-toggle {
	background: #fff;
}

.collection_template .sorting_wrapper .open .btn.dropdown-toggle::after {
	display: none;
}

.sorting-section,
.pages_list {
	float: right;
	position: relative;
}

.collection_wrapper ul li>a {
	float: left;
	width: 100%;
	padding: 5px 15px;
}

@media (min-width: 992px) {
	.sidebar-block.mobile {
		display: none;
	}
}

@media (max-width: 991px) {
	.sidebar-block.desktop {
		display: none;
	}
}

#ProductGridContainer #product-grid .pagination-wrap ul li>a {
	padding: 0;
}

.collection_wrapper ul li.active>a,
.collection_wrapper ul li.active>a:hover {
	background-color: #111;
	color: #ffffff;
}

.dropdown-menu>li>a {
	color: var(--color-text-field);
	font-size: 13px;
}

.dropdown-menu>li>a:hover {
	color: var(--color-text-hover-field);
}

.sorting_wrapper .dropdown-menu {
	min-width: 100%;
	border-radius: 0px;
	border-color: var(--color-border);
}

.filter-show.grid__item {
	display: inline-block;
	margin-left: 15px;
}

@media only screen and (max-width: 480px) {

	.filter-sortby label,
	.filter-show label {
		padding-right: 5px;
	}

	.sorting-section,
	.pages_list {
		float: left;
	}

	.full_width.wrap_right_filter .filter-show.grid__item,
	.full_width.wrap_left_filter .filter-show.grid__item {
		margin-left: 5px;
	}
}

.collection-sorting {
	float: right;
	display: inline-block;
	margin-top: 0;
}

.filter-dropdown {
	height: 60px;
	margin: 0;
	max-width: 250px;
	position: relative;
}

.supports-pointerevents .filter-dropdown__select {
	position: absolute;
	text-indent: -999px;
}

.supports-pointerevents .filter-dropdown__label {
	background-color: var(--color-body);
	color: var(--color-body-text);
	cursor: pointer;
	display: block;
	font-family: var(--font-stack-body);
	font-size: em(15px);
	font-weight: 500;
	margin: 13px;
	max-width: 220px;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	z-index: 1;
}

@media only screen and (min-width: 1024px) {
	.filter-dropdown__wrapper {
		display: inline-block;
		width: 225px;
	}

	.sorting-filters--enabled .collection-tags {
		margin-right: 25px;
	}

	.supports-pointerevents .filter-dropdown__label {
		max-width: 195px;
	}
}

@media only screen and (min-width: 481px) {
	.collection-sorting .grid-item {
		padding: 0 15px;
		min-width: 200px;
	}
}

/*----------------- Filter css -----------------*/
.sidebar-block .facets-container,
.sidebar-block .facets-container .facets {
	float: left;
	width: 100%;
}

.sidebar .widget .disclosure-has-popup {
	float: left;
	width: 100%;
	padding: 0 5px;
}

.sidebar .widget .disclosure-has-popup .facets-title {
	color: #111;
	font-size: 15px;
	line-height: 20px;
	float: left;
	width: 100%;
	font-weight: 500;
	margin: 0 0 10px;
}

.sidebar .widget .disclosure-has-popup .facets-filter {
	float: left;
	width: 100%;
	margin: 0 0 15px;
}

.sidebar-block .widget ul li.facets__item label.facet-checkbox,
ul li.mobile-facets__item label.mobile-facets__label {
	margin: 0;
	font-weight: 400;
	vertical-align: middle;
	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;
	line-height: 18px;
	width: 100%;
	z-index: 2;
}

.sidebar-block .widget ul li.facets__item label.facet-checkbox input[type="checkbox"] {
	vertical-align: middle;
	border: 1px solid #e5e5e5;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	height: 18px;
	width: 18px;
	float: left;
	line-height: 18px;
	margin-right: 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;
	outline: none;
	cursor: pointer;
}

.sidebar-block .widget ul li.facets__item:hover label.facet-checkbox,
ul li.mobile-facets__item:hover label.mobile-facets__label {
	color: var(--color-btn-secondary);
}

.facets__list .list-menu__item:hover .filter-count {
	background: var(--color-btn-secondary);
	color: var(--color-btn-primary-text);
}

.sidebar-block .widget ul li.facets__item label.facet-checkbox:hover input[type="checkbox"],
ul li.mobile-facets__item label.mobile-facets__label:hover input[type="checkbox"] {
	border-color: var(--color-btn-secondary);
}

.sidebar-block .widget ul li.Color .facet-checkbox .icon-checkmark {
	top: 1px;
	left: 4px;
	color: #ccc;
}

.disclosure-has-popup .facets__price {
	float: left;
	width: 100%;
}

.disclosure-has-popup .facets__price .field {
	float: left;
	width: 50%;
	padding-right: 15px;
}

.disclosure-has-popup ul.facets__list {
	padding: 0;
}

.off-canvas-wrapper .disclosure-has-popup ul.facets__list {
	margin: 0px;
}

.disclosure-has-popup .facets__price .field input.field__input {
	margin: 0;
	padding: 8px 10px;
}

.disclosure-has-popup .facets__price .field label.field__label {
	font-weight: 400;
}

.sidebar-block .widget ul li.Color label.facet-checkbox input[type="checkbox"] {
	display: none;
}

ul.mobile-facets__list li.Color label.mobile-facets__label input[type="checkbox"] {
	display: none;
}

.filter-count {
	background: #f5f5f5;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 50%;
	font-size: 14px;
	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(--color-text);
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.sidebar-block .widget ul li.Color label.color-bg,
ul.mobile-facets__list li.Color label.color-bg {
	float: left;
	width: 18px;
	height: 18px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	margin: 0 10px 0 0;
	box-shadow: 0 0 0 1px rgb(0 0 0 / 10%);
	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;
}

.facet-checkbox .icon-checkmark {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 3px;
	z-index: 5;
	top: -3px;
	bottom: 0;
	margin: auto;
	right: 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;
}

.facet-checkbox>input[type="checkbox"]:checked~.icon-checkmark {
	opacity: 1;
	visibility: visible;
}

.mobile-facets {
	position: fixed;
	right: auto;
	top: 0;
	left: 0;
	bottom: 0;
	visibility: hidden;
	z-index: 5;
	background: #fff;
	height: 100%;
}

.menu-opening .mobile-facets {
	visibility: visible;
	background: none;
}

.mobile-facets__inner {
	display: block !important;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	transform: translateX(-100px);
	-webkit-transform: translateX(-100px);
	-moz-transform: translateX(-100px);
	-o-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
	bottom: 0;
	padding: 30px;
	text-align: left;
	background: #fff;
	width: 300px;
	height: 100%;
	overflow-y: auto;
}

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

.mobile-facets__summary>div {
	position: relative;
	float: left;
	width: 100%;
}

.mobile-facets__summary>div span.mobile-facets__arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0px;
	left: auto;
	float: none;
	display: inline-block;
	vertical-align: top;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: right;
}

.mobile-facets__main {
	float: left;
	width: 100%;
	padding: 10px 0 0;
}

.mobile-facets__close {
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 10px;
	right: auto;
	opacity: 0;
	visibility: hidden;
	left: 10px;
	z-index: 6;
}

.mobile-facets__close i {
	float: none;
	display: inline-block;
	vertical-align: top;
	width: 22px;
	height: 22px;
	line-height: 22px;
	font-size: 22px;
}

details.mobile-facets__details.js-filter.widget {
	margin: 0px;
}

.menu-opening .mobile-facets__close {
	opacity: 1;
	visibility: visible;
}

.mobile-facets__main .main.mobile-facets__footer {
	float: left;
	width: 100%;
	align-items: center;
	background: #fff;
	display: flex;
	justify-content: space-between;
	margin: 0 0 15px;
}

label.mobile-facets__label input[type="checkbox"] {
	vertical-align: middle;
	border: 1px solid #e5e5e5;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	height: 18px;
	width: 18px;
	float: left;
	line-height: 18px;
	margin-right: 10px;
	transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	outline: none;
	cursor: pointer;
}

label.mobile-facets__label {
	position: relative;
}

.mobile-facets__label .icon-checkmark {
	position: absolute;
	left: 3px;
	top: 6px;
	bottom: auto;
	right: auto;
	margin: auto;
	visibility: hidden;
}

.mobile-facets__label>input[type="checkbox"]:checked~.icon-checkmark {
	visibility: visible;
}

ul.mobile-facets__list.list-unstyled,
.disclosure-has-popup .mobile-facets__submenu .facets__price {
	float: left;
	width: 100%;
	margin: 0 0 8px;
}

li.mobile-facets__item.list-menu__item {
	float: left;
	width: 100%;
	margin: 0 0 8px;
	position: relative;
}

.mobile-facets__main .main.mobile-facets__footer a.mobile-facets__clear.btn {
	background: none;
	border: 2px solid var(--color-btn-primary);
	color: #111;
	padding: 7px 20px;
}

.mobile-facets__main .main.mobile-facets__footer .mobile-facets__clear.btn::after {
	display: none;
}

.mobile-facets__main .main.mobile-facets__footer .mobile-facets__clear.btn:hover {
	border-color: #ef5c5c;
	color: #ef5c5c;
}

.mobile-facets__details .mobile-facets__footer {
	float: left;
	width: 100%;
}

.mobile-facets__details .mobile-facets__footer .btn {
	background: none;
	color: #666;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	padding: 5px 0;
}

details.mobile-facets__details.js-filter {
	float: left;
	width: 100%;
	margin: 0 0 10px;
}

.mobile-facets__details .mobile-facets__footer .btn:hover {
	color: var(--color-btn-secondary-text);
}

.mobile-facets__details .mobile-facets__footer .btn::after {
	content: "";
	left: 0px;
	right: auto;
	position: absolute;
	top: auto;
	bottom: 0;
	height: 2px;
	z-index: -1;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	width: 0;
	background: var(--color-btn-secondary-text);
}

.mobile-facets__details .mobile-facets__footer a.mobile-facets__clear.underlined-link.btn {
	margin: 0 10px 0 0;
}

.mobile-facets__details .mobile-facets__footer .mobile-facets__clear.btn:hover {
	color: #ef5c5c;
}

.mobile-facets__details .mobile-facets__footer .mobile-facets__clear.btn::after {
	background: #ef5c5c;
}

.mobile-facets__details .mobile-facets__footer .btn:hover::after {
	width: 90%;
}

.mobile-facets__summary h4 {
	font: 600 16px/20px var(--font-stack-header);
	color: var(--color-text);
	margin: 0 0 15px;
	cursor: pointer;
	float: left;
	width: 100%;
	padding: 0 0 10px;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

details.mobile-facets__disclosure.disclosure-has-popup .mobile-facets__open {
	float: left;
	width: 100%;
	padding: 10px;
	border-bottom: none;
	font-size: 15px;
	line-height: 18px;
	font-weight: 500;
	color: var(--color-text);
}

.full_width details.mobile-facets__disclosure.disclosure-has-popup .mobile-facets__open {
	padding: 15px 0px;
}

@media (min-width: 992px) {
	menu-drawer.mobile-facets__wrapper {
		display: none;
	}
}

@media (max-width: 991px) {

	.sidebar-block .facets-container .facets,
	.off-canvas-wrapper menu-drawer.mobile-facets__wrapper {
		display: none;
	}

	.off-canvas-wrapper .sidebar-block .facets-container .facets {
		display: block;
	}
}

@media (max-width: 480px) {
	.mobile-facets__main .main.mobile-facets__footer a.mobile-facets__clear.btn {
		padding: 5px 15px;
		font-size: 14px;
		line-height: 18px;
	}

	.mobile-facets__main .main.mobile-facets__footer .btn {
		padding: 8px 16px;
		font-size: 14px;
		line-height: 16px;
	}
}

/*=========================== Collection Page =============================*/
@media only screen and (min-width: 1200px) {

	.template-collection .left-sidebar.sidebar,
	.template-collection .right-sidebar.sidebar {
		width: 20%;
		margin-bottom: 30px;
	}

	.template-collection .collection_wrapper {
		width: 80%;
	}
}

.collection-grid {
	margin-bottom: -30px;
}

.product-wrapper .product-description .h4 a:hover {
	color: var(--color-text-hover-field);
}

a.featured-box {
	border: 1px solid var(--color-border);
	color: var(--color-body-text);
	display: block;
	margin-bottom: var(--gutter);
}

a.featured-box:hover {
	color: var(--color-text-hover-field);
}

.section-header.text-left .section-header__title {
	font-size: 24px;
	line-height: 26px;
	margin: 0 0 15px;
	text-transform: uppercase;
	font-weight: 700;
}

.collection_wrapper .section-header.text-left .description,
.collection_template .section-header.text-left .description {
	font-size: 13px;
}

.collection_wrapper .filter-wrapper .sorting_wrapper {
	float: right;
	width: auto;
}

.grid-item.product-list .product-wrapper .product-description .flip-countdown.countdown-block,
.grid-item.product-short-list .product-wrapper .product-description .flip-countdown.countdown-block {
	float: left;
	width: 100%;
	position: relative;
	background: none;
	padding: 0;
	margin: 0 0 13px 0;
}

.template-list-collections .grid-uniform .grid__item {
	padding: 0 15px;
	float: left;
}

.grid-item.product-list .product-wrapper .product-description .flip-countdown.countdown-block .countdown-container,
.grid-item.product-short-list .product-wrapper .product-description .flip-countdown.countdown-block .countdown-container {
	position: static;
	float: left;
	width: 205px;
	background: var(--color-btn-primary);
	height: 40px;
	text-align: center;
	float: left;
	z-index: 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;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	visibility: visible;
	padding: 12px 0 12px 30px;
	border-radius: 5px;
}

.grid-item.product-list .product-wrapper .product-description .flip-countdown.countdown-block::after,
.grid-item.product-short-list .product-wrapper .product-description .flip-countdown.countdown-block::after {
	left: 15px;
}

.grid-item.product-list .product-wrapper .product-description .flip-countdown.countdown-block .countdown-container::after,
.grid-item.product-short-list .product-wrapper .product-description .flip-countdown.countdown-block .countdown-container::after {
	left: 16px;
}

.grid-item.product-list .product-wrapper:hover .product-description .flip-countdown.countdown-block .countdown-container,
.grid-item.product-short-list .product-wrapper:hover .product-description .flip-countdown.countdown-block .countdown-container {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	visibility: visible;
}

.list-collection-products .pickgradient-products: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);
}

.list-collection-products .pickgradient-products img {
	transition: transform 0.45s;
	-webkit-transition: transform 0.45s;
	-moz-transition: transform 0.45s;
	-o-transition: transform 0.45s;
	-ms-transition: transform 0.45s;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

p.text-center.veiw_all_collections a {
	line-height: 2.5;
	display: inline-block;
}

p.text-center.veiw_all_collections a span.icon.icon-chevron-right {
	padding-top: 2px;
	float: right;
	padding-left: 5px;
}

.list-collection-products .pickgradient-products {
	cursor: pointer;
	margin: 0 0 50px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

.list-collection-products .pickgradient-products .collection-desc {
	bottom: 8px;
	background: #fff;
	padding: 10px 15px;
	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;
	transform: translateX(-150px);
	-webkit-transform: translateX(-150px);
	-moz-transform: translateX(-150px);
	-o-transform: translateX(-150px);
	-ms-transform: translateX(-150px);
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	visibility: hidden;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.list-collection-products .pickgradient-products:hover .collection-desc {
	transform: translateX(10px);
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-o-transform: translateX(10px);
	-ms-transform: translateX(10px);
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	visibility: visible;
}

.list-collection-products .pickgradient-products a.grid-link.collection-link {
	text-overflow: ellipsis;
}

p.collection-count {
	font-size: 13px;
	z-index: 1;
}

a.grid-link.collection-link span.grid-link__title {
	font-family: var(--font-stack-header);
	font-size: 16px;
	color: #111;
	white-space: nowrap;
	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: 600;
	text-transform: uppercase;
}

a.grid-link.collection-link span.grid-link__title:hover {
	color: var(--color-btn-primary);
}

.filter_bg_border {
	float: left;
	width: 100%;
	border: 1px solid var(--color-border);
	margin: 0 0 30px 0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

.filter-wrapper {
	float: left;
	width: 100%;
	padding: 10px;
	position: relative;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.sorting_wrapper {
	display: flex;
	float: left;
	align-items: center;
}

.collection_template .grid-item:not(.product-short-list, .product-list) .item-row.product-layouts {
	padding: 0;
}

.grid-item.medium--one-third.large--one-half.product-grid img,
.grid-item.medium--one-third.large--one-third.product-grid img {
	width: 100%;
}

@media (max-width: 991px) {}

@media (max-width: 767px) {
	.list-collection-products .pickgradient-products {
		margin: 0 0 20px;
	}
}

@media only screen and (min-width: 768px) {
	.product-list .grid-view-item.product-layouts .product-wrapper .product-thumb .padding_0.right_img {
		margin: 0 -10px !important;
	}

	.product-short-list .product-layouts.grid-view-item .product-wrapper .product-description .grid-view-item__meta span {
		float: left;
		width: 100%;
		padding: 10px 0 0 0;
		height: auto;
	}
}

@media only screen and (max-width: 991px) {
	.collection_wrapper {
		width: 100%;
	}

	.full_width .filter-toggle {
		display: none;
	}

	.left-sidebar,
	.right-sidebar {
		margin-top: 0px;
	}
}

@media only screen and (max-width: 480px) {
	.section-header.text-left .section-header__title {
		font-size: 20px;
		line-height: 22px;
		margin: 0 0 10px;
	}

	.collection_wrapper .section-header.text-left .description,
	.collection_template .section-header.text-left .description {
		font-size: 11px;
	}

	.collection_wrapper .filter-wrapper .sorting_wrapper {
		float: left;
		width: 100%;
		margin: 10px 0 0;
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.filter-show.grid__item {
		margin: 0 0 10px 0;
	}

	.shopify-section-group-footer-group .block_newsletter form .input-group .input-group-btn .btn {
		padding: 0;
		width: 32px;
		height: 30px;
		right: 5px;
	}

	.list-colletion-products .pickgradient-products {
		margin: 0 0 10px;
	}

	.list-collection-products .pickgradient-products .collection-desc {
		transform: translateX(10px);
		-webkit-transform: translateX(10px);
		-moz-transform: translateX(10px);
		-o-transform: translateX(10px);
		-ms-transform: translateX(10px);
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		visibility: visible;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
	}

	.list-collection-products .grid__item {
		width: 100%;
	}

	.full_width.wrap_right_filter .sorting_wrapper {
		width: 100%;
	}

	.left-sidebar,
	.right-sidebar {
		margin-top: 15px;
	}

	.left-sidebar.sidebar {
		margin-top: 0px;
	}
}

.list-collection-products .pickgradient-products .collection-desc {
	width: 88% !important;
}

/*=================== left filter =============================*/
.js-off-canvas-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8888;
	width: 100%;
	height: 100%;
	transition: opacity 0.5s ease, visibility 0.5s ease;
	-webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
	-moz-transition: opacity 0.5s ease, visibility 0.5s ease;
	-o-transition: opacity 0.5s ease, visibility 0.5s ease;
	-ms-transition: opacity 0.5s ease, visibility 0.5s ease;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	visibility: hidden;
	overflow: hidden;
}

.collection_sidebar .widget.widget_top_rated_products:hover .widget-title {
	color: var(--color-btn-secondary);
}

.js-off-canvas-overlay.is-overlay-fixed {
	position: fixed;
}

.js-off-canvas-overlay.is-closable {
	cursor: pointer;
}

.js-off-canvas-overlay.is-visible {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	visibility: visible;
}

.off-canvas-wrapper {
	position: relative;
	overflow: hidden;
}

.off-canvas {
	position: fixed;
	z-index: 12;
	transition: transform 0.5s ease;
	-webkit-transition: transform 0.5s ease;
	-moz-transition: transform 0.5s ease;
	-o-transition: transform 0.5s ease;
	-ms-transition: transform 0.5s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: var(--color-body);
	overflow: auto;
}

.off-canvas.position-left.is-open {
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
}

.off-canvas.position-right.is-open {
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
}

.off-canvas.is-transition-overlap {
	z-index: 8889;
}

.off-canvas.is-transition-overlap.is-open {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
}

.off-canvas .collection_sidebar .widget h4 a.clear {
	float: right;
}

.off-canvas .collection_sidebar ul .owl-nav {
	top: -58px;
	right: 0;
}

.off-canvas .collection_sidebar .widget_top_rated_products h4 {
	float: left;
	width: 100%;
	font: 400 16px/18px var(--font-stack-header);
	color: var(--color-text);
	margin: 0 0 20px;
	cursor: pointer;
	padding: 0 0 15px;
	position: relative;
	border-bottom: 1px solid var(--color-border);
}

.top-products .product-layouts {
	padding: 0;
}

.theiaStickySidebar .collection_sidebar .best-product .sidebar-products .product-wrapper .top-products-detail .btn_wrapper {
	display: none;
}

.off-canvas .sidebar_close {
	position: relative;
	float: right;
	width: auto;
	cursor: pointer;
}

.off-canvas .sidebar_close i {
	font-size: 22px;
	position: absolute;
	right: 10px;
	left: auto;
	top: 10px;
	bottom: auto;
	height: 22px;
	width: 22px;
	line-height: 22px;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	color: #666;
	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;
}

.off-canvas .sidebar_close:hover i {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

.off-canvas.position-left {
	width: 320px;
	transform: translateX(-320px);
	-webkit-transform: translateX(-320px);
	-moz-transform: translateX(-320px);
	-o-transform: translateX(-320px);
	-ms-transform: translateX(-320px);
	overflow-y: initial;
	overflow-x: hidden;
}

.off-canvas.position-right {
	width: 320px;
	transform: translateX(350px);
	-webkit-transform: translateX(350px);
	-moz-transform: translateX(350px);
	-o-transform: translateX(350px);
	-ms-transform: translateX(350px);
	overflow-y: initial;
	overflow-x: hidden;
}

.off-canvas::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

.off-canvas::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.off-canvas::-webkit-scrollbar {
	width: 5px;
}

.off-canvas.position-right .sidebar_close {
	float: left;
	width: auto;
}

.off-canvas.position-right .sidebar_close i {
	left: 8px;
	right: auto;
}

a.filter-right {
	float: right;
	line-height: 2.1;
	font-size: 15px;
	font-weight: 500;
}

a.filter-right i {
	padding-left: 10px;
}

a.filter-left {
	line-height: 2.1;
	font-size: 15px;
}

a.filter-left i {
	padding-right: 10px;
}

.position-left {
	top: 0;
	left: 0;
	height: 100%;
	overflow-y: auto;
	width: 270px;
	transform: translateX(-270px);
	-webkit-transform: notranslateX(-270px) ne;
	-moz-transform: translateX(-270px);
	-o-transform: translateX(-270px);
	-ms-transform: translateX(-270px);
}

.position-right {
	top: 0;
	right: 0;
	height: 100%;
	overflow-y: auto;
	width: 270px;
	transform: translateX(-270px);
	-webkit-transform: notranslateX(-270px) ne;
	-moz-transform: translateX(-270px);
	-o-transform: translateX(-270px);
	-ms-transform: translateX(-270px);
}

.full_width.wrap_left_filter .view-mode.filter-grid-list.grid__item,
.full_width.wrap_left_filter .sorting_wrapper {
	float: right;
	padding-left: 15px;
}

.full_width.right_filter.collection-sorting {
	float: left;
	margin-left: 15px;
}

.full_width.left_filter.collection-sorting {
	float: right;
}

.full_width .sorting_wrapper input.dropdown-toggle[type="submit"],
.full_width .sorting_wrapper .dropdown-toggle.btn--secondary {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #e5e5e5;
	color: #111;
	padding: 7px 22px 7px 10px;
}

.dropdown-menu.show li {
	float: left;
	width: 100%;
}

.full_width.wrap_toggle_filter .collection_sidebar {
	padding: 0;
	border: none;
}

.full_width.wrap_toggle_filter .sidebar-block {
	float: left;
	width: 100%;
	background: #fff;
	padding: 15px 0 0;
}

.full_width .filter-toggle {
	float: right;
	margin: 5px;
}

.full_width .sorting_wrapper {
	margin: 0 0 0 20px;
	float: left;
}

.full-width .collection_template .product-list.grid-item {
	width: 50%;
	clear: none;
}

.full_width .collection_sidebar {
	margin: 10px 0 0;
	border-top: 1px solid var(--color-border);
	padding: 20px 0 0;
}

.full_width .filter-toggle .mdi.mdi-format-align-right {
	padding: 0 0 0 7px;
	font-size: 17px;
	line-height: 17px;
	vertical-align: middle;
}

.sorting_wrapper button>i {
	font-size: 8px;
	left: auto;
	position: absolute;
	right: 8px;
	top: 12px;
}

.collection_sidebar .widget {
	margin-bottom: 30px;
	float: left;
	width: 100%;
}

.collection_sidebar .widget ul li a img {
	border-radius: 10px;
}

.widget.widget_top_rated_products {
	border: 1px solid var(--color-border);
	margin: 30px 0 30px;
	padding: 15px;
	float: left;
	width: 100%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

.theiaStickySidebar .sidebar__inner .collection_sidebar .best-product .swiper-slide-active .product-wrapper {
	border-left: none;
}

.theiaStickySidebar .sidebar__inner .collection_sidebar .best-product .product-wrapper {
	border-bottom: 1px solid var(--color-border);
	padding: 0 0 15px 0;
}

.theiaStickySidebar .sidebar__inner .collection_sidebar .best-product .product-layouts:last-child .product-wrapper {
	border: 0;
}

.theiaStickySidebar .sidebar__inner .collection_sidebar .best-product .product-layouts:last-child .product-wrapper {
	padding: 0;
}

.theiaStickySidebar .best-product .product-layouts .product-wrapper .product-thumb a.grid-view-item__link {
	border: 1px solid var(--color-border);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

.sidebar-product.product_container .product-thumb a.grid-view-item__link {
	border: 1px solid var(--color-border);
}

@media (max-width: 991px) {
	.collection_sidebar .widget ul li {
		margin: 10px 0 0;
	}
}

.collection_sidebar .widget.widget_top_rated_products {
	position: relative;
}

.collection_sidebar .widget.widget_top_rated_products .swiper-button {
	opacity: 1;
	bottom: auto;
	width: 15px;
	height: 15px;
	background: none;
	border: none;
	top: 17px;
}

.widget.widget_top_rated_products {
	position: relative;
}

.widget.widget_top_rated_products .swiper-button.swiper-button-prev {
	right: 45px;
}

.widget.widget_top_rated_products .swiper-button.swiper-button-prev::before {
	display: none;
}

.widget.widget_top_rated_products .swiper-button {
	top: 15px;
	bottom: auto;
}

.widget.widget_top_rated_products .swiper-button.swiper-button-next {
	right: 15px;
}

.tt-category .collection_wrapper .theiaStickySidebar #ProductGridContainer .collection_template .section-header .collection-desc-wrap .description ul {
	margin: 0 0 0 15px;
}

.theiaStickySidebar .sidebar__inner .collection_sidebar .widget.widget_top_rated_products .swiper-button:before {
	display: none;
}

.theiaStickySidebar .sidebar__inner .collection_sidebar .widget.widget_top_rated_products .swiper-button:after {
	transform: translate(0);
}

.collection_sidebar .widget.widget_top_rated_products .swiper-button.swiper-button-disabled {
	opacity: 0.4;
}

.collection_sidebar .widget.widget_top_rated_products .swiper-button.swiper-button-next:after,
.collection_sidebar .widget.widget_top_rated_products .swiper-button.swiper-button-prev:after {
	font-size: 13px;
	line-height: 16px;
	width: 15px;
	height: 15px;
}

.collection_sidebar .widget.widget_top_rated_products .swiper-button.swiper-button.swiper-button-prev:before {
	height: 15px;
	left: 27px;
}

.sidebar .widget .clear {
	float: right;
}

.sidebar-block .widget-content {
	float: left;
	width: 100%;
	padding-left: 15px;
}

.sidebar .widget h4,
.sidebar-block .widget .h4,
.sidebar-block .widget h4 {
	font: 700 18px/20px var(--font-stack-header);
	color: var(--color-text);
	margin: 0 0 15px;
	cursor: pointer;
	float: left;
	width: 100%;
	padding: 0 0 15px;
	position: relative;
	border-bottom: 1px solid #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;
	text-transform: uppercase;
}

.sidebar-block ul li>a.open {
	color: var(--color-btn-secondary);
}

.sidebar-block ul li>a {
	color: var(--color-text);
	float: left;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	width: 100%;
	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;
}

.collection_template .full_width #shopify-section-sidebar-promoimage.shopify-section::after {
	display: none;
}

.sidebar-block ul li>a:hover {
	color: var(--color-btn-secondary);
}

.sidebar .widget ul li {
	float: left;
	width: 100%;
	margin: 0 0 5px 15px;
}

.sidebar .widget ul li:hover {
	color: #000;
}

.article-template .widget p.desc {
	margin: 0 0 15px 0;
}

.article-template .widget,
.blogleft_inner_content .widget,
.blog_list .widget {
	border: 1px solid var(--color-border);
	padding: 15px;
	margin: 0 0 15px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

.article-template .widget_categories ul,
.blogleft_inner_content .widget_categories ul,
.blog_list .widget_categories ul {
	float: left;
	width: 100%;
	margin: 0px;
}

.widget ul li.product-wrapper {
	display: flex;
	margin: 0 0 15px 0;
}

.sidebar .widget ul .product-layouts:last-child li.product-wrapper {
	margin: 0;
}

.sidebar .widget_promo_img ul li {
	margin: 0;
}

.sidebar-block .widget ul li {
	margin: 0 0 14px 1px;
	position: relative;
}

.widget.widget_top_rated_products .sidebar .widget ul li {
	margin: 0 0 15px 0;
}

.sidebar .widget .top-products-detail .price .money,
.collection_sidebar .widget .top-products-detail .price .money {
	font-size: 14px;
	line-height: 16px;
}

.sidebar__inner .recent_article,
.sidebar__inner .widget_categories {
	border: 1px solid var(--color-border);
	padding: 15px;
	margin: 0 0 15px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

form#comment_form {
	margin: 0;
}

.sidebar .widget .top-products-detail .compare-price .money,
.collection_sidebar .widget .top-products-detail .compare-price .money {
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
}

.widget-content li>a.active {
	position: relative;
}

.widget-content li>a.active span {
	color: #111;
}

.widget-content li>a.active::before {
	content: "\f12c";
	font-family: "Material Design Icons";
	position: absolute;
	left: 3px;
	right: auto;
	top: 4px;
	bottom: auto;
	height: 15px;
	width: 15px;
	color: #fff;
	font-size: 11px;
	line-height: 16px;
}

.collection_sidebar .widget .product-categories ul {
	padding: 0 0 0 15px;
}

.product-wrapper.sidebar-product .image.product-thumb .loader .preloader-wrapper {
	height: 30px;
	width: 30px;
}

.product-wrapper.sidebar-product .image.product-thumb .loader .preloader-wrapper .spinner-layer {
	height: 30px;
	width: 30px;
}

.product-wrapper.sidebar-product .image.product-thumb .loader .preloader-wrapper .spinner-layer::before {
	height: 30px;
	width: 30px;
}

.filter-toggle-wrap {
	display: none;
	float: left;
	width: 100%;
}

.filter-toggle-wrap .collection_sidebar .shopify-section .widget {
	float: left;
	width: 100%;
	padding: 0 15px;
}

.collection_template .product-list.grid-item {
	width: 100%;
	padding: 0;
}

.collection_template .grid-uniform.product-grid {
	float: left;
	width: 100%;
	margin: 0;
}

.collection_template .full_width .shopify-section {
	float: left;
	width: 20%;
	position: relative;
}

.full_width .sidebar-block .facets-container {
	width: 80%;
}

.full_width .sidebar-block .facets-container #FacetsWrapperDesktop {
	float: left;
	width: 100%;
	display: flex;
}

.full-width .facets-container .facets__list,
.collection-template .full-width ul.product-categories {
	max-height: 155px;
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-width: thin;
	float: left;
	width: 100%;
	margin: 0px;
}

.full-width .facets-container .facets__list::-webkit-scrollbar-track,
.collection-template .full-width ul.product-categories::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
}

.full-width .facets-container .facets__list::-webkit-scrollbar-thumb,
.collection-template .full-width ul.product-categories::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9);
}

.full-width .facets-container .facets__list::-webkit-scrollbar,
.collection-template .full-width ul.product-categories::-webkit-scrollbar {
	width: 5px;
}

.full_width .sidebar-block .facets-container .disclosure-has-popup {
	padding: 0 15px;
	position: relative;
}

.sidebar-block .widget:hover h4 i {
	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;
}

.sidebar .widget.widget_top_rated_products .widget-title {
	font: 700 18px/20px var(--font-stack-header);
	color: var(--color-text);
	margin: 0 0 15px;
	cursor: pointer;
	float: left;
	width: 100%;
	padding: 0 0 15px;
	position: relative;
	border-bottom: 1px solid #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;
}

@media only screen and (min-width: 992px) {

	.sidebar .widget:hover h4,
	.sidebar-block .widget:hover .h4,
	.sidebar-block .widget:hover h4 {
		color: var(--color-btn-secondary);
	}

	.sidebar-block .widget:hover h4 i {
		color: #fff;
	}
}

@media only screen and (max-width: 1499px) {
	.full-width .collection_template .product-list.grid-item {
		width: 100%;
	}
}

@media only screen and (max-width: 1199px) {

	.sidebar .widget h4,
	.sidebar-block .widget .h4,
	.sidebar-block .widget h4 {
		margin: 0 0 10px;
	}
}

@media only screen and (max-width: 991px) {
	.collection_sidebar .widget.widget_top_rated_products .swiper-button.swiper-button-prev {
		right: 65px;
	}

	.collection_sidebar .widget.widget_top_rated_products .swiper-button.swiper-button-next {
		right: 25px;
	}

	.sidebar .widget_promo_img ul li {
		float: left;
	}

	.filter-toggle-wrap {
		display: none !important;
	}

	.off-canvas .collection_sidebar .widget_top_rated_products h4 {
		font-size: 14px;
		line-height: 16px;
	}

	.off-canvas .collection_sidebar .widget {
		border: none;
		padding: 0;
	}

	.off-canvas .shopify-section#shopify-section-sidebar-bestsellers,
	.off-canvas .shopify-section#shopify-section-sidebar-promoimage {
		margin: 0;
	}

	.collection_template .sidebar .widget h4,
	.collection_template .sidebar-block .widget .h4,
	.collection_template .sidebar-block .widget h4,
	.sidebar__inner .collection_sidebar .widget h4 {
		margin: 0;
		background: none;
		padding: 15px;
		border-bottom: none;
		font-size: 16px;
		line-height: 18px;
	}

	.sidebar-block {
		float: left;
		width: 100%;
		border: 1px solid var(--color-border);
	}

	.sidebar-block .widget {
		padding: 0;
		border: none;
		float: left;
		width: 100%;
		border-bottom: 1px solid var(--color-border);
		margin: 0;
	}

	.sidebar-block .widget .h4,
	.sidebar-block .widget h4 {
		padding: 15px;
	}

	.sidebar-block .color .widget {
		border-bottom: none;
	}

	.sidebar-block .widget-content {
		padding: 0px;
	}

	.sidebar-block div ul {
		padding: 0 5px;
		float: left;
		width: 100%;
		margin: 2px 0 10px;
	}

	.sidebar-block div ul li ul {
		padding: 0 0 0 15px;
	}

	.main-content .sidebar-block .shopify-section {
		margin: 0;
	}

	.off-canvas-wrapper .sidebar-block {
		border: none;
		margin: 0;
	}

	.off-canvas-wrapper .sidebar-block div ul {
		padding: 0;
		margin: 0;
	}

	.off-canvas-wrapper .sidebar-block .widget {
		border: none;
		margin: 0;
	}

	.widget-content li>a.active::before {
		top: 2px;
	}

	.sidebar .widget.widget_top_rated_products h4.widget-title {
		padding: 12px 0;
	}

	.collection_sidebar .widget a>i {
		float: unset;
		display: inline-block;
	}

	.sidebar .collection_sidebar div ul:not(#promo-carousel, .product-categories, .dt-sc-toggle-content) {
		padding: 0;
		float: left;
		width: 100%;
		display: block !important;
	}

	.collection_sidebar div ul#promoimg-carousel {
		padding: 0 !important;
	}

	.sidebar .collection_sidebar>div .widget>h4 {
		padding: 10px;
	}

	.collection_sidebar .sidebar-block {
		padding: 10px;
	}

	.sidebar-block .widget>ul>li:last-child {
		margin: 0 0 15px;
	}

	.off-canvas .sidebar-block .widget>ul>li:last-child {
		margin: 0 0 5px;
	}

	.sidebar h4.toggle {
		cursor: pointer;
	}

	.sidebar h4.toggle::after,
	.sidebar-block .widget h4.toggle::after,
	.sidebar .widget.active h4.toggle::after,
	.sidebar-block .widget.active h4.toggle::after {
		font-family: "Material Design Icons";
		content: "\f140";
		font-size: 18px;
		font-weight: 500;
		float: right;
	}

	.sidebar .widget.active h4.toggle::after,
	.sidebar-block .widget.active h4.toggle::after {
		content: "\f143";
	}

	.sidebar .widget>*:nth-child(2) {
		padding: 0 15px;
		margin-top: 15px;
		margin: 0;
	}

	.filter-toggle-wrap .collection_sidebar .shopify-section .widget {
		padding: 0;
	}

	.collection_template .shopify-section .widget.widget_promo_img {
		padding: 0;
		float: none;
		width: 40%;
		display: inline-block;
		vertical-align: top;
	}

	.collection_template .full_width #shopify-section-sidebar-promoimage {
		text-align: center;
	}

	.collection_template .full_width .shopify-section {
		width: 100%;
	}

	.filter-toggle-wrap .sidebar-block {
		margin: 0 0 15px;
	}
}

.grid-uniform.product-grid.col-main {
	margin: 0;
}

@media only screen and (max-width: 480px) {

	.off-canvas.position-left,
	.off-canvas.position-right {
		width: 290px;
	}

	.full_width.wrap_left_filter .view-mode.filter-grid-list.grid__item,
	.full_width.wrap_left_filter .sorting_wrapper {
		padding-left: 0;
	}

	.full_width.right_filter.collection-sorting {
		margin-left: 0;
	}

	.full_width .sorting_wrapper {
		margin: 0;
		width: 100%;
	}

	.collection_template .sidebar .widget h4,
	.collection_template .sidebar-block .widget .h4,
	.collection_template .sidebar-block .widget h4,
	.sidebar__inner .collection_sidebar .widget h4 {
		padding: 12px;
	}

	.widget_top_rated_products .top-products-detail {}

	.collection_template .shopify-section .widget.widget_promo_img {
		width: 50%;
	}

	.collection_template .masonary-collection.grid-uniform.product-grid .products-grid-view {
		padding: 0;
	}
}

/*----- leftsidebar promo image----*/
.widget_promo_img #promo-carousel .owl-dots {
	position: absolute;
	top: auto;
	bottom: 0;
	right: 0;
	left: auto;
	background: #fff;
	padding: 5px 10px;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-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;
}

.widget_promo_img #promo-carousel .owl-dots .owl-dot {
	display: inline-block;
	background: none;
	padding: 0;
	border: none;
}

.widget_promo_img #promo-carousel .owl-dots .owl-dot span {
	background: #111;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	float: none;
	margin: 0 5px;
	height: 12px;
	width: 12px;
	vertical-align: middle;
	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;
}

.widget_promo_img #promo-carousel .owl-dots .owl-dot.active span {
	border: 2px solid var(--color-btn-secondary);
	height: 15px;
	width: 15px;
	position: relative;
	background: none;
}

.widget_promo_img #promo-carousel .owl-dots .owl-dot.active span:hover {
	background: none;
}

.widget_promo_img #promo-carousel .owl-dots .owl-dot.active span::after {
	background: var(--color-btn-secondary);
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	bottom: 0;
	content: "";
	height: 5px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 5px;
}

.widget_promo_img #promo-carousel .owl-dots .owl-dot span:hover {
	background: var(--color-btn-secondary);
}

.widget_promo_img #promo-carousel:hover .owl-dots {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
}

/*-------------------------- Grid, List, And Short-list ------------------------------*/
.filter-grid-list span {
	display: none;
}

.filter-grid-list #list-view,
.filter-grid-list #grid-view,
.filter-grid-list #grid-views,
.filter-grid-list #short-list-view {
	position: relative;
	background: none;
	padding: 15px;
	margin: 0 3px 0 0;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	float: none;
	display: inline-block;
	vertical-align: top;
	width: auto;
	cursor: pointer;
}

.product-short-list .product-description .product-desc {
	display: block;
	line-height: 20px;
	margin: 0 0 15px 0;
}

.filter-grid-list.view-mode.grid__item .btn::after {
	display: none;
}

.filter-grid-list .grid::before,
.filter-grid-list .grids::before,
.filter-grid-list .list::before,
.filter-grid-list .short-list::before {
	content: "\f03b";
	color: #999;
	font-family: "Material Design Icons";
	position: absolute;
	left: 0px;
	right: auto;
	top: 0;
	bottom: 0;
	font-size: 24px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	margin: 0 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;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	background: none;
	animation: none;
	font-weight: 400;
}

.filter-grid-list .list::before {
	content: "\f969";
}

.filter-grid-list .short-list::before {
	content: "\f687";
}

.filter-grid-list .grids::before {
	content: "\f570";
}

.filter-grid-list .grid.active::before,
.filter-grid-list .grid:hover::before,
.filter-grid-list .grids.active::before,
.filter-grid-list .grids:hover::before,
.filter-grid-list .list.active::before,
.filter-grid-list .list:hover::before,
.filter-grid-list .short-list.active::before,
.filter-grid-list .short-list:hover::before {
	color: #222;
}

.widget_filter_tag.total_2,
.widget_filter_tag.total_2 .sidebar-tag {
	float: left;
	width: 50%;
}

.widget_filter_tag.total_3 {
	float: left;
	width: 75%;
}

.widget_filter_tag.total_4,
.widget_filter_tag.total_1 .sidebar-tag {
	float: left;
	width: 100%;
}

.widget_filter_tag.total_1,
.widget_filter_tag.total_4 .sidebar-tag {
	float: left;
	width: 25%;
}

@media (max-width: 991px) {
	.product-short-list .product-description .product-desc {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.filter-grid-list #grid-view {
		display: none;
	}
}

@media only screen and (max-width: 480px) {
	.filter-grid-list #list-view {
		display: none;
	}
}

/*----------------------- product page color and size design ---------------------*/
.swatch {
	margin-bottom: 0;
}

.swatch .header {
	font-size: 13px;
	font-weight: 600;
	margin: 0 0 5px;
	width: 100%;
	color: #111;
}

.swatch .swatch-element {
	position: relative;
	float: none;
	width: 30px;
	display: inline-block;
	vertical-align: top;
	height: 30px;
	cursor: pointer;
}

.swatch .swatch-element.size input:checked+label {
	background: #444;
	border: 1px solid #444;
	color: #fff;
}

.swatch .swatch-element label {
	float: left;
	width: 100%;
	height: 100%;
	text-align: center;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	color: #ccc;
	cursor: pointer;
	border: 1px solid #e3e3e3;
	line-height: 30px;
}

.swatch .swatch-element .tooltip {
	text-align: center;
	background: #fff;
	color: #0f0f0f;
	bottom: 100%;
	padding: 5px 10px;
	display: block;
	position: absolute;
	z-index: 2;
	min-width: 50px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	margin-bottom: 12px;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
	filter: alpha(opacity=0);
	visibility: hidden;
	transition: all 0.25s ease-in-out 0s;
	-webkit-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	-ms-transition: all 0.25s ease-in-out 0s;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: normal;
	pointer-events: none;
}

.swatch .swatch-element .tooltip:before {
	bottom: -16px;
	content: "";
	display: block;
	height: 16px;
	left: 0;
	position: absolute;
	width: 100%;
}

.swatch .swatch-element .tooltip:after {
	border-left: solid transparent 7px;
	border-right: solid transparent 7px;
	border-top: solid #fff 7px;
	bottom: -7px;
	content: " ";
	height: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	position: absolute;
	width: 0;
}

.swatch .swatch-element:hover .tooltip {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
	filter: alpha(opacity=100);
	visibility: visible;
	pointer-events: auto;
}

.swatch input[type="radio"] {
	display: none;
}

.swatch.soldout {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
	filter: alpha(opacity=50);
}

.swatch.soldout label {
	cursor: no-drop;
}

/*---------------------------- Extened Product -----------------------------*/
.col-left-border p {
	border-bottom: 1px solid var(--color-border);
}

@media only screen and (min-width: 601px) {
	.template-product .banner3-flex {
		display: flex;
		align-items: center;
	}
}

/*==================== Common header css =====================*/
.header_language .disclosure {
	position: relative;
	float: left;
	width: 100%;
	cursor: pointer;
	font-weight: 400;
}

.header_language:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	height: 20px;
	width: 1px;
	background: rgba(255, 255, 255, 0.3);
	left: auto;
	right: 0;
}

.header_language .disclosure::after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	height: 20px;
	width: 1px;
	background: #6a6a6a;
	left: auto;
	right: 0;
	margin: auto;
}

@media (max-width: 1199px) {}

@media (max-width: 991px) {}

/*==================== footer common CSS =====================*/
.template-index .main-content .shopify-section.footer {
	margin: 0;
}

.site-footer .footer-wrap {
	background: var(--colorFooterbg);
}

.yescall>*:nth-child(2) {
	display: none;
}

.site-footer .footer-wrap .footer-column .inline-list {
	padding: 0px;
	margin: 0;
}

.footer-bottom-content .copyright small,
.footer-bottom-content .copyright a {
	font-size: 14px;
}

.footer-column>*:nth-child(3) {
	display: none;
}

@media (min-width: 992px) {
	.site-footer .footer-wrap .footer-column .inline-list {
		display: block !important;
	}

	.widget-title.toggle {
		display: none;
	}
}

.site-footer .footer-column ul.inline-list li a:hover,
.site-footer .footer-wrap .footer-column ul.inline-list li a:hover {
	color: var(--color-btn-primary);
}

.footer-logo-content .contact-us ul li a:hover {
	color: var(--color-btn-secondary);
}

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

.site-footer .copyright a:hover {
	color: var(--color-product-secondary);
}

@media (max-width: 991px) {
	.widget-title.toggle {
		display: block !important;
	}

	.widget-title {
		display: none;
	}

	.yescall>*:nth-child(3),
	.yescall>*:nth-child(2) {
		display: block !important;
	}

	.collection_wrapper #promo-carousel li>a {
		padding: 0;
	}

	.best-product .sidebar-products .product-wrapper {
		padding: 0;
	}

	.site-footer h5.widget-title.toggle::after {
		content: "\f140";
		float: right;
		font-family: "Material Design Icons";
		font-size: 18px;
		font-weight: 500;
	}

	.site-footer .footer-wrap .footer-column .inline-list {
		padding: 0 15px;
	}

	.app_payment ul.inline-list {
		display: block;
	}

	.site-footer .active h5.widget-title.toggle::after {
		content: "\f143";
		float: right;
		font-family: "Material Design Icons";
		font-size: 18px;
		font-weight: 500;
	}

	.site-footer .footer-column.active h5.toggle,
	.site-footer .widget h5.toggle {
		background: rgba(255, 255, 255, 0.05) none repeat scroll 0 0;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		-khtml-border-radius: 8px;
		border-radius: 8px;
	}

	.site-footer .footer-column {
		width: 100%;
	}
}

@media (max-width: 480px) {
	.block_content .input-group-btn .subscribe {
		display: none;
	}
}

/* ===============swiper btn=============== */

.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 30px;
	line-height: 30px;
	width: 30px;
	height: 30px;
	float: none;
	display: inline-block;
	vertical-align: top;
	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;
	color: #222;
}

.homeslider:hover .swiper-button-next:after,
.homeslider:hover .swiper-button-prev:after,
.category-feature:hover .swiper-button-next:after,
.category-feature:hover .swiper-button-prev:after,
.ttproduct:hover .swiper-button-next:after,
.ttproduct:hover .swiper-button-prev:after,
.product-single__thumbs:hover .swiper-button-next:after,
.product-single__thumbs:hover .swiper-button-prev:after,
.main-related:hover .swiper-button-next:after,
.main-related:hover .swiper-button-prev:after,
.main-recent-product:hover .swiper-button-next:after,
.main-recent-product:hover .swiper-button-prev:after,
.product_sticky_design_7 .product-blocks:hover .swiper-button-next:after,
.product_sticky_design_7 .product-blocks:hover .swiper-button-prev:after,
.product_sticky_design_8 .product-blocks:hover .swiper-button-next:after,
.product_sticky_design_8 .product-blocks:hover .swiper-button-prev:after,
.blog_latest:hover .swiper-button-next:after,
.blog_latest:hover .swiper-button-prev:after {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	visibility: visible;
}

.swiper-button {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50px;
	right: auto;
	margin: auto;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 30px;
	height: 30px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 0.4;
}

/*===============================homeslider===========================*/

.slider_bg_img_1,
.slider_bg_img_2 {
	display: block;
}

.homeslider .container {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	max-width: 75% !important;
}

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

.slide-img {
	display: block;
	overflow: hidden;
}

.slide-img img {
	width: 100%;
}

.home-slider ul.slides li a img {
	width: 100%;
}

.home-slider svg.feather.feather-play {
	fill: #fff;
	height: 40px;
	float: left;
	width: 100%;
	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-slider .play-icone:hover svg.feather.feather-play {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.home-slider span.play-icone::after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: 0px;
	left: -8px;
	height: 136px;
	width: 136px;
	border-radius: 50%;
	border: 1px dashed #fff;
	margin: auto;
	-webkit-animation: spin 10s linear infinite;
	-moz-animation: spin 10s linear infinite;
	animation: spin 10s linear infinite;
}

.template-index .main-content .shopify-section.tt-homeslider {
	margin-bottom: 0;
}

.tt-homeslider .home-slider.home_slide_2 .homeslider .slider-content-wrap {
	top: 0;
	bottom: 0;
}

.tt-homeslider .home-slider .homeslider .slider-content-wrap.content-left {
	left: 0;
	right: auto;
	text-align: left;
}

.tt-homeslider .home-slider .homeslider .slider-content-wrap.content-right {
	right: 0;
	left: auto;
}

.tt-homeslider .home-slider .homeslider .slider-content-wrap .slider-subtitle {
	font: 500 48px/56px Roboto, sans-serif;
	text-shadow: 1px 1px 2px #1b1b1b, 0 0 1em #1b1b1b, 0 0 0.2em #1b1b1b;
}

.tt-homeslider .home-slider .homeslider .slider-content-wrap .slider-title {
	font: 900 92px/106px Roboto, sans-serif;
	margin: 0 0 10px;
	text-transform: uppercase;
	/* color: #ff0000; */
	text-shadow: 4px 4px 2px #1b1b1b, 0 0 1em #1b1b1b, 0 0 0.2em #1b1b1b;
	/* -webkit-text-stroke-width: 3px;
	-webkit-text-stroke-color: rgb(255, 255, 255); */
	/* box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); */
}

.tt-homeslider .home-slider .homeslider .slider-content-wrap .slider-slide_descri {
	font: 500 54px/64px var(--font-stack-subheading);
	margin: 0 0 30px 0;

}

.tt-homeslider .home-slider .homeslider .slider-content-wrap .slider-decr {
	font: 700 48px/54px var(--font-stack-subheading);
	margin: 0 0 15px;
	text-transform: uppercase;
	text-shadow: 3px 3px 2px #111111, 0 0 1em #1b1b1b, 0 0 0.2em #1b1b1b;
}

.tt-homeslider .home-slider .homeslider .slider-content-wrap .btn {
	padding: 13px 28px;
	margin: 32px 0 0 0;
}

.tt-homeslider .home-slider .homeslider .slider-content-wrap {
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 27%;
	bottom: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	padding: 0 0 0 15px;
}

.type_slide .slider-content-wrap.content-left.effect_left,
.type_slide .slider-content-wrap.content-left.effect_right,
.type_slide .slider-content-wrap.content-left.effect_top,
.type_slide .slider-content-wrap.content-left.effect_bottom,
.type_slide .slider-content-wrap.content-right.effect_left,
.type_slide .slider-content-wrap.content-right.effect_right,
.type_slide .slider-content-wrap.content-right.effect_top,
.type_slide .slider-content-wrap.content-right.effect_bottom,
.type_slide .slider-content-wrap.content-center.effect_left,
.type_slide .slider-content-wrap.content-center.effect_right,
.type_slide .slider-content-wrap.content-center.effect_top,
.type_slide .slider-content-wrap.content-center.effect_bottom {
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
}

.type_slide .swiper-slide-active .slider-content-wrap.content-left.effect_left,
.type_slide .swiper-slide-active .slider-content-wrap.content-left.effect_right,
.type_slide .swiper-slide-active .slider-content-wrap.content-left.effect_top,
.type_slide .swiper-slide-active .slider-content-wrap.content-left.effect_bottom,
.type_slide .swiper-slide-active .slider-content-wrap.content-right.effect_left,
.type_slide .swiper-slide-active .slider-content-wrap.content-right.effect_right,
.type_slide .swiper-slide-active .slider-content-wrap.content-right.effect_top,
.type_slide .swiper-slide-active .slider-content-wrap.content-right.effect_bottom,
.type_slide .swiper-slide-active .slider-content-wrap.content-center.effect_left,
.type_slide .swiper-slide-active .slider-content-wrap.content-center.effect_right,
.type_slide .swiper-slide-active .slider-content-wrap.content-center.effect_top,
.type_slide .swiper-slide-active .slider-content-wrap.content-center.effect_bottom {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
}

.home-slider .swiper-slide-active .slider-content-wrap.content-left.effect_right .slider-title,
.home-slider .swiper-slide-active .slider-content-wrap.content-right.effect_right .slider-title,
.home-slider .swiper-slide-active .slider-content-wrap.content-center.effect_right .slider-title {
	animation: 1300ms ease-in-out 0s normal none 1 running fadeInRight;
}

.home-slider .swiper-slide-active .slider-content-wrap.content-left.effect_right .slider-subtitle,
.home-slider .swiper-slide-active .slider-content-wrap.content-right.effect_right .slider-subtitle,
.home-slider .swiper-slide-active .slider-content-wrap.content-center.effect_right .slider-subtitle {
	animation: 1400ms ease-in-out 0s normal none 1 running fadeInRight;
}

.home-slider .swiper-slide-active .slider-content-wrap.content-left.effect_right .slider-decr,
.home-slider .swiper-slide-active .slider-content-wrap.content-right.effect_right .slider-decr,
.home-slider .swiper-slide-active .slider-content-wrap.content-center.effect_right .slider-decr {
	animation: 1500ms ease-in-out 0s normal none 1 running fadeInRight;
}

.home-slider .swiper-slide-active .slider-content-wrap.content-left.effect_right .slider-button,
.home-slider .swiper-slide-active .slider-content-wrap.content-right.effect_right .slider-button,
.home-slider .swiper-slide-active .slider-content-wrap.content-center.effect_right .slider-button {
	animation: 1600ms ease-in-out 0s normal none 1 running fadeInRight;
}

.home-slider .swiper-slide-active .slider-content-wrap.content-left.effect_left .slider-title,
.home-slider .swiper-slide-active .slider-content-wrap.content-right.effect_left .slider-title,
.home-slider .swiper-slide-active .slider-content-wrap.content-center.effect_left .slider-title {
	animation: 1300ms ease-in-out 0s normal none 1 running fadeInLeft;
}

.home-slider .swiper-slide-active .slider-content-wrap.content-left.effect_left .slider-subtitle,
.home-slider .swiper-slide-active .slider-content-wrap.content-right.effect_left .slider-subtitle,
.home-slider .swiper-slide-active .slider-content-wrap.content-center.effect_left .slider-subtitle {
	animation: 1400ms ease-in-out 0s normal none 1 running fadeInLeft;
}

.home-slider .swiper-slide-active .slider-content-wrap.content-left.effect_left .slider-decr,
.home-slider .swiper-slide-active .slider-content-wrap.content-right.effect_left .slider-decr,
.home-slider .swiper-slide-active .slider-content-wrap.content-center.effect_left .slider-decr {
	animation: 1500ms ease-in-out 0s normal none 1 running fadeInLeft;
}

.home-slider .swiper-slide-active .slider-content-wrap.content-left.effect_left .slider-button,
.home-slider .swiper-slide-active .slider-content-wrap.content-right.effect_left .slider-button,
.home-slider .swiper-slide-active .slider-content-wrap.content-center.effect_left .slider-button {
	animation: 1600ms ease-in-out 0s normal none 1 running fadeInLeft;
}

.home-slider .swiper-slide-active .slider-content-wrap.content-left.effect_bottom .slider-title,
.home-slider .swiper-slide-active .slider-content-wrap.content-right.effect_bottom .slider-title,
.home-slider .swiper-slide-active .slider-content-wrap.content-center.effect_bottom .slider-title {
	animation: 1300ms ease-in-out 0s normal none 1 running fadeInUp;
}

.home-slider .swiper-slide-active .slider-content-wrap.content-left.effect_bottom .slider-subtitle,
.home-slider .swiper-slide-active .slider-content-wrap.content-right.effect_bottom .slider-subtitle,
.home-slider .swiper-slide-active .slider-content-wrap.content-center.effect_bottom .slider-subtitle {
	animation: 1400ms ease-in-out 0s normal none 1 running fadeInUp;
}

.home-slider .swiper-slide-active .slider-content-wrap.content-left.effect_bottom .slider-decr,
.home-slider .swiper-slide-active .slider-content-wrap.content-right.effect_bottom .slider-decr,
.home-slider .swiper-slide-active .slider-content-wrap.content-center.effect_bottom .slider-decr {
	animation: 1500ms ease-in-out 0s normal none 1 running fadeInUp;
}

.home-slider .swiper-slide-active .slider-content-wrap.content-left.effect_bottom .slider-button,
.home-slider .swiper-slide-active .slider-content-wrap.content-right.effect_bottom .slider-button,
.home-slider .swiper-slide-active .slider-content-wrap.content-center.effect_bottom .slider-button {
	animation: 1600ms ease-in-out 0s normal none 1 running fadeInUp;
}

.home-slider .swiper-slide-active .slider-content-wrap.content-left.effect_top .slider-title,
.home-slider .swiper-slide-active .slider-content-wrap.content-right.effect_top .slider-title,
.home-slider .swiper-slide-active .slider-content-wrap.content-center.effect_top .slider-title {
	animation: 1600ms ease-in-out 0s normal none 1 running fadeInDown;
}

.home-slider .swiper-slide-active .slider-content-wrap.content-left.effect_top .slider-subtitle,
.home-slider .swiper-slide-active .slider-content-wrap.content-right.effect_top .slider-subtitle,
.home-slider .swiper-slide-active .slider-content-wrap.content-center.effect_top .slider-subtitle {
	animation: 1500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.home-slider .swiper-slide-active .slider-content-wrap.content-left.effect_top .slider-decr,
.home-slider .swiper-slide-active .slider-content-wrap.content-right.effect_top .slider-decr,
.home-slider .swiper-slide-active .slider-content-wrap.content-center.effect_top .slider-decr {
	animation: 1400ms ease-in-out 0s normal none 1 running fadeInDown;
}

.home-slider .swiper-slide-active .slider-content-wrap.content-left.effect_top .slider-button,
.home-slider .swiper-slide-active .slider-content-wrap.content-right.effect_top .slider-button,
.home-slider .swiper-slide-active .slider-content-wrap.content-center.effect_top .slider-button {
	animation: 1300ms ease-in-out 0s normal none 1 running fadeInDown;
}

@media (max-width: 2700px) {
	.tt-homeslider .home-slider .homeslider .slider-content-wrap .slider-title {
		font-size: 54px;
		line-height: 64px;
	}

	
	.tt-homeslider .home-slider .homeslider .slider-content-wrap .slider-subtitle {
		font-size: 48px;
		line-height: 58px;
	}
  

	.tt-homeslider .home-slider .homeslider .slider-content-wrap .slider-decr {
		font-size: 42px;
		line-height: 52px;
	} 
}

@media (max-width: 1899px) {
	.tt-homeslider .home-slider .homeslider .slider-content-wrap .slider-title {
		font-size: 48px;
		line-height: 42px;
	}

	
	.tt-homeslider .home-slider .homeslider .slider-content-wrap .slider-subtitle {
		font-size: 36px;
		line-height: 42px;
	}
  

	.tt-homeslider .home-slider .homeslider .slider-content-wrap .slider-decr {
		font-size: 36px;
		line-height: 42px;
	}
	.tt-homeslider .home-slider .homeslider .slider-content-wrap {
		top: 10%;
	}
}

@media (max-width: 1799px) {
	.tt-homeslider .home-slider .homeslider .slider-content-wrap .slider-title {
		font-size: 32px;
		line-height: 42px;
	}

	.tt-homeslider .home-slider .homeslider .slider-content-wrap {
		top: 10%;
	}

	
	.Search-advancer .search-advance {
		margin-top: -217px;
	}
}

@media (max-width: 1699px) {
	.tt-homeslider .home-slider .homeslider .slider-content-wrap .slider-title {
		font-size: 32px;
		line-height: 42px;
		text-shadow: 3px 3px 3px #1b1b1b, 0 0 1em #1b1b1b, 0 0 0.2em #1b1b1b;
	}

	.tt-homeslider .home-slider .homeslider .slider-content-wrap {
		top: 20%;
	}

	.tt-homeslider .home-slider .homeslider .slider-content-wrap .btn {
		padding: 11px 23px;
		font-size: 32px;
	}

	.tt-homeslider .home-slider .homeslider .slider-content-wrap .slider-subtitle {
		font-size: 28px;
		line-height: 32px;
	}
	.Search-advancer .search-advance {
		margin-top: -200px;
	}
}

@media (max-width: 1599px) {
	.tt-homeslider .home-slider .homeslider .slider-content-wrap {
		top: 15%;
	}

	.Search-advancer .search-advance {
		margin-top: -190px;
	}

	/* .slide_search {
		padding: 40px 30px 85px 30px;
	} */
}

@media (max-width: 1499px) {
	.search-advance select {
		padding: 10px;
	}

	.Search-advancer .search-advance {
		margin-top: -170px;
	}

	.search-advance div:last-child button {
		height: 40px;
	}
}

@media (max-width: 1399px) {
	.tt-homeslider .home-slider .homeslider .slider-content-wrap .slider-button>a {
		font-size: 14px;
		line-height: 16px;
		padding: 10px 23px;
	}

	.tt-homeslider .home-slider .homeslider .slider-content-wrap .slider-title {
		font-size: 32px;
		line-height: 42px;
		margin: 0 0 10px;
		text-shadow: 2px 2px 2px #1b1b1b, 0 0 1em #1b1b1b, 0 0 0.2em #1b1b1b;
	}

	.tt-homeslider .home-slider .homeslider .slider-content-wrap .slider-decr {
		margin: 0px 0 20px;
		font-size: 28px;
		line-height: 32px;
	}

	.tt-homeslider .home-slider .homeslider .slider-content-wrap .slider-subtitle {
		margin: 0 0 35px;
	}

	.tt-homeslider .home-slider.home_slide_2 .homeslider .slider-content-wrap .slider-subtitle {
		margin: 0 0 0px;
	}

	.tt-homeslider .home-slider .homeslider .slider-content-wrap .btn {
		margin: 20px 0 0 0;
	}
	.Search-advancer .search-advance {
		margin-top: -150px;
	}
}

@media (max-width: 1299px) {
	.tt-homeslider .home-slider .homeslider .slider-content-wrap .slider-title {
		font-size: 28px;
		line-height: 30px;
	}

	.tt-homeslider .home-slider .homeslider .slider-content-wrap .slider-decr {
		font-size: 22px;
		line-height: 24px;
	}

	.tt-homeslider .home-slider .homeslider .slider-content-wrap .slider-subtitle {
		margin: 0 0 35px;
	}
 

	/* .slide_search {
		padding: 34px 30px 75px 30px;
	} */

	.Search-advancer .search-advance {
		margin-top: -170px;
	}
}

@media (max-width: 1199px) {
	.tt-homeslider .home-slider .homeslider .slider-content-wrap .slider-title {
		font-size: 28px;
		line-height: 30px;
		margin: 0 0 11px;
	}

	.tt-homeslider .home-slider .homeslider .slider-content-wrap .slider-decr {
		margin: 0px 0 15px;
		font-size: 20px;
		line-height: 20px;
	}

	.Search-advancer .search-advance {
		margin-top: -141px;
	}

	/* .slide_search {
		padding: 20px 30px 40px 30px;
	} */

	.tt-homeslider .home-slider .homeslider .slider-content-wrap {
		top: 20%;
	}
}

@media (max-width: 1050px) {
	.tt-homeslider .home-slider .homeslider .slider-content-wrap {
		top: 10%;
	}

	.tt-homeslider .home-slider .homeslider .slider-content-wrap .slider-title {
		font-size: 28px;
		line-height: 30px;
		margin: 0 0 11px;
	}

	.tt-homeslider .home-slider .homeslider .slider-content-wrap .slider-decr {
		font-size: 20px;
		line-height: 20px;
	}

	.tt-homeslider .home-slider .homeslider .slider-content-wrap .slider-subtitle {
		font-size: 20px;
		line-height: 20px;
	}
	.slide_search {
		padding: 20px;
	}

	
	.Search-advancer .search-advance {
		margin-top: -120px;
	}
}

@media (max-width: 991px) {

	.homeslider .swiper-button-prev::after,
	.homeslider .swiper-button-next::after {
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		visibility: visible;
	}

	.search-advance div:last-child button {
		height: 30px;
		font-size: 12px;
		padding: 7px 12px;
	}

	.slide_search {
		padding: 20px;
	}

	.Search-advancer .search-advance {
		margin-top: -100px;
	}

	.search-advance select {
		padding: 7px 29px 7px 7px;
		font-size: 11px;
		text-overflow: ellipsis;
	}

	.search-advance .adv_search_lab {
		font-size: 13px;
		line-height: 15px;
	}

	.tt-homeslider .home-slider .homeslider .slider-content-wrap .slider-decr {
		margin: 0px 0 15px;
		font-size: 14px;
		line-height: 16px;
	}

	.tt-homeslider .home-slider .homeslider .slider-content-wrap .slider-title {
		font-size: 32px;
		line-height: 38px;
		margin: 0px 0 10px;
	}

	.tt-homeslider .home-slider .homeslider .slider-content-wrap .slider-subtitle {
		margin: 0 0 25px;
	}

	.homeslider .swiper-button {
		left: 10px;
	}

	.homeslider .swiper-button.swiper-button-next {
		right: 10px;
		left: auto;
	}

	.tt-homeslider .home-slider .homeslider .slider-content-wrap .slider-subtitle {
		font-size: 24px;
		line-height: 25px;
	}

	.tt-homeslider .home-slider .homeslider .slider-content-wrap .slider-button>a {
		padding: 7px 14px;
	}
}

@media (max-width: 900px) {
	.tt-homeslider .home-slider .homeslider .slider-content-wrap .slider-subtitle {
		font-size: 20px;
		line-height: 25px;
	}

	.tt-homeslider .home-slider .homeslider .slider-content-wrap .slider-subtitle {
		display: none;
	}

	.tt-homeslider .home-slider .homeslider .slider-content-wrap .btn {
		margin: 3px 0 0 0;
	}

	.Search-advancer .search-advance {
		margin-top: -100px;
	}
}

@media (max-width: 767px) {
	.Search-advancer .search-advance {
		margin-top: 20px;
		margin-bottom: 50px;
	}

	.search-advance .search-width:nth-child(2),
	.search-advance .search-width:nth-child(3),
	.search-advance .search-width:nth-child(4),
	.search-advance .search-width {
		padding-right: 5px;
		padding-left: 5px;
	}

	.slide_search {
		padding: 20px;
	}

	.search-advance div:last-child button,
	.search-advance select {
		margin: 0px 0 0 0;
	}

	.tt-homeslider .home-slider .homeslider .slider-content-wrap .slider-subtitle {
		margin: 0 0 19px;
		font-size: 24px;
		line-height: 34px;
	}

	.search-advance .adv_search_lab {
		display: none;
	}

	.tt-homeslider .home-slider .homeslider .slider-content-wrap {
		top: 10%;
	}

	.search-advance .row {
		overflow: hidden;
	}

	.slider-content-wrap {
		width: 100%;
	}

	.search-advance .search-width {
		width: 100%;
		margin: 0 0 10px;
	}

	.tt-homeslider .home-slider .homeslider .slider-content-wrap {
		top: 31%;
	}
}

@media (max-width: 600px) {
	.tt-homeslider .home-slider .homeslider .slider-content-wrap {
		top: 10%;
	}
}

@media (max-width: 575px) {
	.search-advance .row {
		overflow: hidden;
	}

	.slider-content-wrap {
		width: 100%;
	}

	.search-advance .search-width {
		width: 100%;
		margin: 0 0 10px;
	}

	.tt-homeslider .home-slider .homeslider .slider-content-wrap {
		top: 31%;
	}
}

@media (max-width: 544px) {
	.tt-homeslider .home-slider .homeslider .slider-content-wrap {
		top: 10%;
	}

	.tt-homeslider .home-slider .homeslider .slider-content-wrap .slider-title {
		font-size: 28px;
		line-height: 32px;
		/* margin: 0px 0 6px 0; */
	}

	.tt-homeslider .home-slider .homeslider .slider-content-wrap .slider-decr {
		margin: 0px 0 9px;
		font-size: 18px;
		line-height: 22px;
	}
}

@media (max-width: 480px) {
	.tt-homeslider .home-slider .homeslider .slider-content-wrap .slider-title {
		font-size: 24px;
		line-height: 28px;
		/* margin: 0px 0 6px 0; */
	}

	.tt-homeslider .home-slider .homeslider .slider-content-wrap {
		top: 25%;
	}

	.slide-img {
		width: 200%;
	}

	.tt-homeslider .home-slider .homeslider .slider-content-wrap .slider-decr {
		margin: 0px 0 9px;
		font-size: 18px;
		line-height: 22px;
	}

	.tt-homeslider .home-slider .homeslider .slider-content-wrap .slider-button>a {
		font-size: 12px;
		padding: 4px 10px;
		line-height: 14px;
	}
}

/*====================list & short view common css ======================== */
.product-list .product-wrapper .quick-view-wrap .btn svg,
.product-short-list .product-wrapper .quick-view-wrap .btn svg {
	color: var(--color-product-primary-text) !important;
}

.product-list .product-wrapper .quick-view-wrap .btn:hover svg,
.product-short-list .product-wrapper .quick-view-wrap .btn:hover svg,
.product-list .product-wrapper .quick-view-wrap .btn:focus svg,
.product-short-list .product-wrapper .quick-view-wrap .btn:focus svg,
.product-list .product-wrapper .quick-view-wrap .btn:active svg,
.product-short-list .product-wrapper .quick-view-wrap .btn:active svg {
	color: var(--color-product-secondary-text) !important;
}

.product-list .product-wrapper,
.product-short-list .product-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.product-grid .product-wrapper {
	margin-bottom: 30px;
}

.related-products-container .product-wrapper.product_container {
	margin-bottom: 0;
}

.product-list .product-wrapper .product-description .btn_wrapper>div,
.product-short-list .product-wrapper .product-description .btn_wrapper .pro_btn {
	float: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 3px;
}

.product-short-list .product-wrapper .product-description .btn_wrapper .add_tocart.pro_btn {
	margin: 0 !important;
}

.product-short-list .product-price__price.compare_price::before {
	display: none;
}

.product-list .grid-view-item .btn_cart .tooltip-label,
.product-short-list .grid-view-item .btn_cart .tooltip-label {
	vertical-align: top;
	display: inline-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;
}

.product-list .product-desc {
	display: block;
	font-size: 14px;
	margin: 0 0 13px;
	line-height: 20px;
}

.product-list .product-wrapper .product-thumb,
.product-short-list .product-wrapper .product-thumb {
	position: relative;
	overflow: hidden;
}

.product-list .product-wrapper .btn_wrapper .pro_btn a.btn span,
.product-short-list .product-wrapper .btn_wrapper .pro_btn a.btn span {
	display: none;
}

.product-short-list .product-wrapper .btn_wrapper .btn_cart .pro_btn a.btn span {
	display: inline-block;
}

.product-short-list .product-wrapper .product-description .btn_wrapper .btn_cart .pro_btn .add-to-cart-disable {
	padding: 10px 26px;
}

.product-list .product-wrapper .spr-badges.grid-item-meta,
.product-short-list .product-wrapper .spr-badges.grid-item-meta {
	float: left;
	width: 100%;
	margin: 0 0 5px;
}

.product-list .product-layouts.grid-view-item .product-wrapper .product-description {
	text-align: left;
	padding: 10px 0 15px 15px;
}

.product-list .product-wrapper .product-description .grid-view-item__vendor,
.product-short-list .product-wrapper .product-description .grid-view-item__vendor {
	color: #999;
	font-size: 12px;
}

.product-list .btn_cart .pro_btn.add_tocart .add-cart-btn.btn svg,
.product-list .btn_cart .pro_btn.add_tocart .add-to-cart-disable.btn svg,
.product-short-list .btn_cart .pro_btn.add_tocart .add-cart-btn.btn svg,
.product-short-list .btn_cart .pro_btn.add_tocart .add-to-cart-disable.btn svg {
	height: 17px;
}

.product-list .product-wrapper .product-thumb a.grid-view-item__link img {
	width: 100%;
}

.product-short-list .product-layouts.grid-view-item .product-wrapper .product-description .short-title {
	text-align: left;
	padding: 0;
}

.product-short-list .product-description .h4 {
	margin: 0;
}

.product-short-list .product-wrapper .product-description .grid-view-item__vendor {
	margin: 0 0 5px;
	float: left;
	width: 100%;
}

.product-short-list .product-wrapper:hover .product-price__sale-label,
.product-short-list .product-wrapper:hover .custom_label {
	left: 10px;
}

.product-short-list .product-price__price.compare_price .money,
.product-short-list .product-price__price.compare_price {
	float: left;
	width: 100%;
	text-decoration: line-through;
	font-size: 14px;
	padding: 10px 0 0 0;
}

.product-short-list .product-layouts.grid-view-item .product-wrapper .product-description {
	padding: 0 15px;
}

.tt_menu_item .tt_sub_menu_wrap .tt_sub_menu.product .product-layouts .product-wrapper .product-thumb a.grid-view-item__link img {
	width: 100%;
}

.product-grids .product-layouts .product-wrapper .product-thumb a.grid-view-item__link img {
	width: 100%;
}

.product-list .product-layouts .product-wrapper .color-size,
.product-short-list .product-layouts .product-wrapper .color-size {
	margin: 0 0 12px;
	float: left;
	width: 100%;
}

.product-list .product-wrapper .btn_cart,
.product-short-list .product-wrapper .btn_cart {
	position: static;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	visibility: visible;
}

.product-list .product-wrapper .product-description .btn_wrapper,
.product-list .product-wrapper .btn_cart {
	float: none !important;
	display: inline-block;
	vertical-align: middle;
	width: auto !important;
}

.product-short-list .product-wrapper .product-description .btn_wrapper {
	float: none;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	text-align: center;
}

.product-short-list .product-wrapper .product-description .grid-view-item__meta {
	text-align: center;
}

.product-short-list .product-wrapper .product-description .btn_wrapper .btn_cart .pro_btn a,
.product-list .product-wrapper .product-description .btn_cart .pro_btn a {
	padding: 10px 20px;
	width: auto;
	margin-right: 3px;
	background: none;
}

.product-short-list .product-wrapper .product-description .btn_wrapper .btn_cart .pro_btn a.loading,
.product-list .product-wrapper .product-description .btn_cart .pro_btn a.loading {
	background: var(--color-product-secondary);
}

.product-short-list .product-wrapper .product-description .btn_wrapper .btn_cart .pro_btn a.loading svg,
.product-list .product-wrapper .product-description .btn_cart .pro_btn a.loading svg {
	color: var(--color-product-primary);
}

.product-list .product-wrapper .product-description .btn_cart .pro_btn a .feather.feather-plus {
	display: none;
}

.product-short-list .product-wrapper .product-description .btn_wrapper .btn_cart .pro_btn a {
	padding: 11px 19px;
	width: auto;
	margin: 0;
	border: 1px solid var(--color-body-text);
}

.product-short-list .product-wrapper .product-description .btn_wrapper .btn_cart .pro_btn a:hover {
	border-color: var(--color-btn-secondary);
}

.product-short-list .product-wrapper .btn_wrapper .pro_btn a svg,
.product-list .product-wrapper .btn_wrapper .pro_btn a svg {
	width: 17px;
}

.product-short-list .product-wrapper .btn_wrapper .pro_btn a,
.product-list .product-wrapper .btn_wrapper .pro_btn a {
	margin: 0 2px 0 2px;
}

@media (max-width: 1399px) {
	.product-short-list .product-description .short-title .product-desc {
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		line-height: 20px;
		font-size: 14px;
	}
}

@media (max-width: 1199px) {
	.product-short-list .product-wrapper .product-description .btn_wrapper .btn_cart .pro_btn a {
		padding: 0;
		width: 36px;
		height: 36px;
	}

	.product-list .product-layouts .product-wrapper .color-size,
	.product-short-list .product-layouts .product-wrapper .color-size {
		margin: 0 0 7px;
	}

	.product-short-list .product-wrapper .btn_wrapper .btn_cart .pro_btn a.btn span {
		display: none;
	}

	.product-short-list .product-wrapper .product-description .btn_wrapper .btn_cart .pro_btn .add-to-cart-disable {
		padding: 0;
	}

	.product-short-list .product-wrapper .sold-out-tag {
		height: 70px;
		width: 70px;
	}
}

@media (max-width: 1499px) {
	.product-short-list .product-wrapper .product-description .btn_wrapper {
		width: 71%;
	}
}

@media (max-width: 1199px) {
	.product-short-list .product-wrapper .pro_btn a>svg.feather-shopping-cart {
		display: block;
	}

	.product-short-list .product-wrapper .product-description .btn_wrapper .btn_cart .pro_btn a {
		border: none;
		-webkit-box-shadow: 0 1px 6px 0 rgb(0 0 0 / 18%);
		-moz-box-shadow: 0 1px 6px 0 rgb(0 0 0 / 18%);
		-ms-box-shadow: 0 1px 6px 0 rgb(0 0 0 / 18%);
		-o-box-shadow: 0 1px 6px 0 rgb(0 0 0 / 18%);
		box-shadow: 0 1px 4px 0 rgb(0 0 0 / 18%);
		background: var(--color-product-primary);
	}

	.product-list .product-wrapper .btn_cart,
	.product-short-list .product-wrapper .btn_cart {
		display: inline-block;
	}

	.product-short-list .product-wrapper .comapare_view_wish {
		display: none;
	}

	.product-short-list .product-wrapper .btn_wrapper .pro_btn a,
	.product-list .product-wrapper .btn_wrapper .pro_btn a {
		margin: 0 2px 0 2px;
	}

	.product-short-list .product-wrapper .btn_cart {
		margin: 0 -3px 5px 5px;
	}
}

@media (max-width: 991px) {
	/*   .product-short-list
    .product-wrapper
    .product-description
    .btn_wrapper
    .btn_cart
    .pro_btn
    a {
    width: 38px;
  } */

	.product-wrapper .btn_wrapper .pro_btn a,
	.product-short-list .product-wrapper .product-description .btn_wrapper .btn_cart .pro_btn a {
		width: 32px;
		height: 32px;
	}

	.product-list .btn_cart .pro_btn.add_tocart .add-cart-btn.btn svg,
	.product-list .btn_cart .pro_btn.add_tocart .add-to-cart-disable.btn svg {
		display: none;
	}

	.product-short-list .product-wrapper .product-description .btn_wrapper {
		width: 44%;
	}

	.product-list .product-wrapper .product-description .grid-view-item__meta {
		margin: 0 0 8px;
	}

	.product-list .product-layouts.grid-view-item .product-wrapper .product-description {
		padding: 0 15px;
	}

	.product-list .product-description .h4 {
		margin-bottom: 5px;
	}

	.product-list .product-desc {
		margin: 0 0 5px;
	}

	.product-list .product-wrapper .product-description .btn_cart .pro_btn a {
		padding: 6px 16px;
	}
}

@media (max-width: 510px) {
	.product-short-list .product-wrapper .btn_wrapper .btn_cart .pro_btn a.btn span {
		display: none;
	}
}

@media (min-width: 768px) {
	.product-short-list .product-layouts.grid-view-item .product-wrapper .product-description {
		display: flex;
		justify-content: space-between;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.product-short-list .product-layouts.grid-view-item .product-wrapper .product-description .short-title {
		padding: 0 10px 0 0;
	}
}

@media (max-width: 991px) {
	/*   .product-short-list
    .product-wrapper
    .product-description
    .btn_wrapper
    .btn_cart
    .pro_btn
    .add-to-cart-disable {
    padding: 8px 30px;
  } */
}

@media (max-width: 767px) {
	.product-short-list .product-description .short-title .product-desc {
		display: none;
	}

	.product-short-list .product-price__price.compare_price .money,
	.product-short-list .product-price__price.compare_price {
		padding: 0 0 0 7px;
	}

	.product-short-list .product-price__price.compare_price:after {
		right: auto;
		top: 9px;
		bottom: auto;
	}

	.product-short-list .product-layouts.grid-view-item .product-wrapper .product-description .short-title,
	.product-short-list .product-layouts.grid-view-item .product-wrapper .product-description .grid-view-item__meta,
	.product-short-list .product-layouts .product-wrapper .btn_wrapper {
		float: left;
		width: 100%;
		text-align: left;
	}

	.product-list .product-wrapper .spr-badges.grid-item-meta,
	.product-short-list .product-wrapper .spr-badges.grid-item-meta {
		margin-bottom: 8px;
	}

	.product-short-list .product-wrapper .btn_cart {
		margin-top: 0;
	}

	.product-list .product-wrapper .product-thumb .btn_cart .pro_btn a,
	.product-short-list .product-wrapper .product-thumb .btn_cart .pro_btn a {
		padding: 8px 18px;
	}

	.product-short-list .product-price__price.compare_price .money,
	.product-short-list .product-price__price.compare_price {
		float: none;
	}
}

@media (max-width: 650px) {
	.product-list .product-layouts.grid-view-item .product-wrapper .product-description {
		padding: 0px;
	}

	.product-short-list .product-layouts.grid-view-item .product-wrapper .product-thumb {
		padding-right: 0px;
	}

	.product-short-list .product-layouts .product-wrapper .color-size,
	.product-short-list .product-wrapper .product-description .grid-view-item__vendor {
		display: none;
	}

	.product-short-list .product-price__price.compare_price,
	.product-short-list .product-price__price.compare_price .money {
		float: none;
		width: auto;
		display: inline-block;
		vertical-align: top;
	}

	.product-list .product-layouts.grid-view-item .product-wrapper .product-description,
	.product-list .product-layouts.grid-view-item .product-wrapper .product-thumb {
		float: left;
		width: 100%;
		padding: 0 0 10px 0;
		text-align: center;
	}
}

@media (max-width: 575px) {
	.product-short-list .product-layouts.grid-view-item .product-wrapper .product-thumb {
		width: 33.33333333%;
	}

	.product-short-list .grid-view-item .btn_cart .tooltip-label {
		display: none;
	}

	.product-short-list .product-wrapper .btn_wrapper .btn_cart .pro_btn a {
		width: 35px;
		padding: 0px;
	}

	.product-short-list .product-layouts.grid-view-item .product-wrapper .product-description {
		width: 66.66666667%;
	}
}

@media (max-width: 480px) {
	.product-list .product-wrapper .product-description .btn_cart .pro_btn a {
		padding: 4px 12px;
	}

	.product-short-list .product-wrapper .spr-badges.grid-item-meta {
		margin-bottom: 0;
	}

	.product-short-list .product-layouts.grid-view-item .product-wrapper .product-description .grid-view-item__meta {
		margin-bottom: 8px;
	}

	.product-list .grid-view-item .btn_cart .tooltip-label {
		line-height: 22px;
		vertical-align: middle;
	}

	.product-short-list .product-wrapper .product-description .btn_wrapper .btn_cart .pro_btn a {
		width: 32px;
	}
}

/*================ Product Images ================*/
.product-single__thumbnail:not([disabled]):not(.active-thumb):hover {
	opacity: 0.8;
}

.product-single__thumbnail.active-thumb {
	border-color: var(--color-text);
}

.product-single__thumbnail-badge {
	width: 22px;
	height: 22px;
	position: absolute;
	right: 6px;
	top: 6px;
	pointer-events: none;
}

@media only screen and (min-width: 750px) {
	.product-single__thumbnail-badge {
		width: 26px;
		height: 26px;
	}
}

.product-single__thumbnail-badge .icon {
	fill: var(--color-bg);
	width: 100%;
	height: 100%;
	vertical-align: baseline;
}

.product-single__thumbnail-badge .icon-3d-badge-full-color-outline,
.product-single__thumbnail-badge .icon-video-badge-full-color-outline {
	stroke: rgba(var(--color-text-rgb), 0.05);
}

.product-single__thumbnail-badge .icon-3d-badge-full-color-element,
.product-single__thumbnail-badge .icon-video-badge-full-color-element {
	fill: var(--color-text);
}

.no-js .product-featured-media {
	position: relative;
}

.shopify-model-viewer-ui {
	display: inline-block;
	cursor: pointer;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	max-width: 100%;
	position: absolute;
}

#productSelect {
	display: none;
}

.zoomImg {
	background-color: var(--color-body);
}

.product-single:not(.design_4, .design_5) .product-single__media-wrapper {
	margin: 0 auto;
	width: 100%;
}

.product-single__view-in-space {
	background-color: rgba(var(--color-text-rgb), 0.08);
	border: none;
	width: 100%;
	min-height: 44px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	font-size: calc(((var(--font-size-base)) / (var(--font-size-base))) * 1em);
	color: var(--color-text);
}

.product-single__view-in-space[data-shopify-xr-hidden] {
	visibility: hidden;
}

.product-single__view-in-space[data-shopify-xr-hidden] {
	display: none;
}

.product-single__view-in-space:hover .product-single__view-in-space-text,
.product-single__view-in-space:focus .product-single__view-in-space-text {
	border-bottom-color: var(--color-text);
}

.product-single__view-in-space svg.icon {
	height: calc((25 / (var(--font-size-base))) * 1em);
	width: calc((25 / (var(--font-size-base))) * 1em);
	margin-top: -3px;
	margin-right: 2.43px;
	fill: transparent;
}

.product-single__view-in-space svg.icon .icon-3d-badge-full-color-outline {
	stroke: none;
}

.product-single__view-in-space svg.icon .icon-3d-badge-full-color-element {
	fill: var(--color-text);
	opacity: 1;
}

.product-single__view-in-space-text {
	border-bottom: 1px solid transparent;
}

span.icon__fallback-text {
	display: none;
}

.btn.btn--link.thumbnails-slider__btn {
	padding: 5px;
}

.btn.btn--link.thumbnails-slider__btn span {
	font-size: 20px;
	line-height: 20px;
	width: 20px;
	height: 20px;
}

.product-single__media {
	cursor: pointer;
}

.product-single__media-group {
	position: relative;
}

.thumbnails-wrapper {
	position: relative;
	float: left;
	width: 100%;
	top: 10px;
	text-align: center;
	margin: 0 2px 30px 2px;
}

.thumbnails-slider__btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding-top: 10px;
	padding-bottom: 10px;
}

.thumbnails-slider__btn .icon {
	height: 14px;
	width: 14px;
}

.thumbnails-slider__prev {
	left: -15px;
}

.thumbnails-slider__next {
	right: -15px;
}

.product-single__thumbnail {
	margin: 0 auto;
}

.product-single__thumbnails-slider-track {
	position: relative;
	display: block;
}

.product-single__thumbnails-slider-track:before,
.product-single__thumbnails-slider-track:after {
	content: "";
	display: table;
}

.product-single__thumbnails-slider-track:after {
	clear: both;
}

.product-single__thumbnails-item {
	padding-left: 5px;
}

.product-single__thumbnails-item.slick-slide {
	padding-bottom: 10px;
	padding-left: 2.5px;
	padding-right: 2.5px;
	vertical-align: middle;
}

.thumbnails-slider--active .product-single__thumbnails-item.slick-slide {
	padding-top: 5px;
	padding-bottom: 5px;
}

@media only screen and (min-width: 750px) {
	.product-single__thumbnails-item {
		padding-left: 5px;
		padding-right: 5px;
	}
}

.product-single__thumbnails-item-slide {
	display: block;
	float: left;
	height: 100%;
}

/*==============================================*/
.arrow {
	font-size: 20px;
}

.product-form__buttons {
	float: left;
	width: 100%;
	margin: 15px 0 0;
	display: flex;
	column-gap: 10px;
}

.product-form__submit[aria-disabled="true"]+.shopify-payment-button,
.product-form__submit[disabled]+.shopify-payment-button {
	display: none;
}

/* =============== */

.product-wrapper:hover .product-description .btn_cart {
	opacity: 1;
}

.product-wrapper .product-description .btn_cart a.loading {
	background: var(--color-product-secondary);
  border-color:  var(--color-product-secondary);
}

.product-wrapper .product-description .btn_cart a {
	border: 1px solid var(--color-body-text);
	border-radius: 5px;
	background: var(--color-product-primary);
}

.product-wrapper .product-description .btn_cart a:after {
	background: var(--color-product-secondary);
}

.product-wrapper .product-description .btn_cart a:hover {
	border-color: var(--color-product-secondary);
}

.cat_content-l-1>.cat-featured-inner {
	padding: 35px 20px 30px 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

.search-result-product .product-wrapper .product-description.without_var .btn_cart {
	opacity: 1;
}

.header_1_wrapper #header-sticky .right-link-icon .fixed-cart-wrap .no-items p {
	color: #000;
	margin: 10px 0;
}

.sticky_header.fixed .ttresponsive_menu .tt-mega_menu {
	display: none;
}

#tt-megamenu .tt-mega_menu li.tt_menu_item.full-menu .tt_sub_menu_wrap {
	margin-top: 0 !important;
}

.icon_background:hover {
	background-color: #b96f4a;
}

.parallax_vid:hover div#pause-btn {
	opacity: 1;
}

div#pause-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: all 0.4s cubic-bezier(0, 0, 0.1, 1);
	-webkit-transition: all 0.4s cubic-bezier(0, 0, 0.1, 1);
	-moz-transition: all 0.4s cubic-bezier(0, 0, 0.1, 1);
	-o-transition: all 0.4s cubic-bezier(0, 0, 0.1, 1);
	-ms-transition: all 0.4s cubic-bezier(0, 0, 0.1, 1);
}

#slidedown-cart .has-items .actions .btn.text-cart {
	display: flex;
	justify-content: center;
	align-items: center;
}

#slidedown-cart .has-items .actions .btn.text-cart svg {
	color: #fff;
	width: 20px;
	height: 20px;
}

.product-short-list .product-wrapper .product-description.without_var .btn_cart {
	opacity: 1 !important;
}

.product-single .product-single__thumbs li.swiper-slide.grid-item a.product-single__thumbnail {
	opacity: 0.7;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}

.product-single .product-single__thumbs li.swiper-slide.grid-item.swiper-slide-active a.product-single__thumbnail,
.product-single .product-single__thumbs li.swiper-slide.grid-item:hover a.product-single__thumbnail {
	opacity: 1;
}

.product-single__description .product_tab_wrapper .tab-container .tab-pane .spr-content fieldset.spr-form-actions {
	display: flex;
}

.fixed-cart-wrap.active .overlay {
	width: 100%;
	height: 100%;
	z-index: 99999;
}

@media (max-width: 991px) {

	.collection_sidebar .widget.widget_top_rated_products,
	.main-content .sidebar #shopify-section-sidebar-promoimage {
		display: none;
	}

	.header_1_wrapper #tt-megamenu .tt-mega_menu ul>li.tt_menu_item>a,
	#accessibleNav>li>a {
		color: #000 !important;
	}

	#tt-megamenu .tt-mega_menu {
		top: 100%;
	}

	.cat_content-l-1>a {
		padding: 25px 15px 0 15px;
	}

	.product-wrapper .product-description .btn_cart {
		border-radius: 5px;
	}

	.cart-policy {
		padding: 30px 20px;
	}

	.parallax_vid div#pause-btn {
		opacity: 1;
	}

	.product-image span.custom_label {
		display: none;
	}
}

@media (max-width: 767px) {
	.ttproduct {
		padding: 0 0px;
	}

	.product-wrapper .product-description.without_var .btn_cart {
		opacity: 1;
	}

	.collection-style-1 .section-header .swiper-button {
		bottom: 0;
	}
}

@media (max-width: 575px) {
	.cart-policy {
		padding: 30px;
	}

	.cmsblockbanner .block-banner-content .btn {
		display: none;
	}
}

@media (max-width: 480px) {
	.has_bg .TTProduct-Tab .product-wrapper .product-description {
		min-height: 80px !important;
	}

	.product-notification.pos-right {
		right: 16px;
	}

	.product-short-list .product-layouts.grid-view-item .product-wrapper .product-description {
		padding: 0 0 0 15px;
	}
}

@media (max-width: 340px) {
	.aboutus-wrap.ourteam_wrap ul .teammember-item .teammember-content .teammember-social-profile>li a {
		width: 30px;
	}
}

/*---------------------------- l_1  collection 1  ----------------------*/

.shopify-section.index-section.category-category {
	  margin-top: -52px;
	position: relative;
	z-index: 2;
}

#l-1-collection .tt-titletab .tt-title {
	margin: 0 0 30px 0;
}

#l-1-collection .container {
	position: relative;
	overflow: visible;
}

#l-1-collection .cat_content-l-1 .tag_text {
	font: 400 14px/16px var(--font-stack-body);
	margin: 0 0 10px 0;
}

#l-1-collection .cat_content-l-1 .offer_text {
	font: 700 20px/22px var(--font-stack-header);
	margin: 0 0 17px;
	text-transform: uppercase;
}

#l-1-collection .cat_content-l-1 .collection-desc-l-1 {
	margin: 20px 0 0 0;
}

.category-category .category_2 .tt-collection-slider-wrap-inner {
	padding: 0;
}

.tt-collection-slider-wrap-inner {
	padding: 30px 30px 0 30px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	background: rgb(2, 0, 36);
	background: linear-gradient(180deg,
			rgba(2, 0, 36, 0.06206232492997199) 0%,
			rgba(239, 242, 246, 0.8715861344537815) 49%,
			rgba(255, 255, 255, 1) 100%);
}

.tt-collection-slider-wrap-inner .swiper-button {
	bottom: 0;
}

.tt-collection-slider-wrap-inner .swiper-button.swiper-button-next {
	left: auto;
	right: 15px;
}

#l-1-collection .collection_img a {
	text-align: center;

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

#l-1-collection .collection_img a img {
	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: 10px;
	width: 100%;
}

.collection-slider-l-1 .coll-1-btn.btn {
	border: 1px solid #414547;
	width: 100%;
	padding: 11px 23px;
	background: none;
	color: var(--color-product-primary-text);
	font: 500 14px/16px var(--font-stack-body);
}

.collection-slider-l-1 .coll-1-btn.btn:focus,
.collection-slider-l-1 .coll-1-btn.btn:active . .collection-slider-l-1 .coll-1-btn.btn:hover {
	color: var(--color-body);
	border-color: var(--color-btn-secondary);
}

.collection-slider-l-1 .category_feature .cat-featured-inner .col-img-hover {
	position: relative;
	border: 3px solid var(--color-body);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	overflow: hidden;
}

.collection-slider-l-1 .category_feature .cat-featured-inner .col-img-hover img {
	transition: all 0.9s ease;
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	-ms-transition: all 0.9s ease;
}

.collection-slider-l-1 .category_feature .cat-featured-inner:hover .col-img-hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
}

#l-1-collection .cat_content-l-1 .collection_title-l-1 {
	font: 600 24px/26px var(--font-stack-header);
	margin: 0 0 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;
	text-transform: uppercase;
}

#l-1-collection .cat_content-l-1 .collection-desc-l-1 strong:hover {
	color: var(--color-btn-secondary);
	webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

#l-1-collection .tt-titletab .tt-desc {
	font: 400 14px/24px var(--font-stack-subheading);
	width: 60%;
	margin: 0 0 22px;
}

#l-1-collection .navigation_wrap::after {
	content: "";
	width: 1px;
	height: 25px;
	background: #dedcd9;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

#l-1-collection .collection_img {
	text-align: center;
	margin: 0 0 20px 0;
}

#l-1-collection .cat_content-l-1:hover .collection_img a {
	box-shadow: 0px 0px 6px rgb(0 0 0 / 7%);
}

#l-1-collection .collection_img:hover img:after {
	transform: scale(1.001);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

@media (max-width: 1599px) {}

@media (max-width: 1299px) {}

@media (max-width: 1199px) {
	#l-1-collection .customNavigation a span {
		font-size: 30px;
		line-height: 32px;
	}

  .shopify-section.index-section.category-category {
    margin-top: -30px;
   } 
}

@media (max-width: 991px) {
	#l-1-collection .tt-titletab .tt-desc {
		width: 100%;
	}

    


	.tt-collection-slider-wrap-inner {
		padding: 20px 15px 0 15px;
	}

	.collection-slider-l-1 .cmscollection-btn.btn {
		padding: 9px 9px;
	}

	#l-1-collection .cat_content-l-1 .offer_text {
		margin: 0 0 15px;
		font-size: 18px;
		line-height: 20px;
	}

	#l-1-collection .tt-titletab {
		width: 100%;
		float: left;
		text-align: center;
	}

	#l-1-collection .customNavigation {
		margin: 15px 0 0;
	}

	#l-1-collection .customNavigation a span {
		font-size: 26px;
		line-height: 29px;
	}

	#l-1-collection .cat_content-l-1 .collection_title-l-1 {
		font-size: 20px;
		line-height: 22px;
		margin: 0 0 10px;
	}

	#l-1-collection .cat_content-l-1 .collection-desc-l-1 strong {
		font-size: 15px;
		line-height: 17px;
		margin: 0px 0 13px 0;
	}

	#l-1-collection .cat_content-l-1 .collection-desc-l-1 ul li {
		margin: 0 0 10px 0;
	}

	.collection-slider-l-1 .coll-1-btn.btn {
		padding: 8px 23px;
	}

	#l-1-collection .cat_content-l-1 .collection-desc-l-1 {
		margin: 15px 0 0 0;
	}

	#l-1-collection .customNavigation {
		text-align: center;
	}
}

@media (max-width: 845px) {
	.shopify-section.index-section.collection-style-1 {
		margin: 0 0 100px 0 !important;
	}
}

@media (max-width: 767px) {
	#l-1-collection .tt-titletab .tt-desc {
		font-size: 14px;
		line-height: 22px;
	}

	.shopify-section.index-section.collection-style-1 {
		margin: 0 0 80px 0 !important;
	}

	#l-1-collection .cat_content-l-1 .collection_title-l-1 {
		font-size: 18px;
		line-height: 20px;
	}
}

@media (max-width: 575px) {
	#l-1-collection .tt-titletab .tt-title {
		margin: 0 0 20px 0;
	}

	#l-1-collection .cat_content-l-1 .collection_title-l-1 {
		font-size: 17px;
		line-height: 19px;
	}

	.shopify-section.index-section.category-category {
		margin-top: 40px;
	}

	.Search-advancer .search-advance {
		margin-top: 15px;
	}

	.Search-advancer .slide_search .search-width:last-child {
		width: 100%;
	}

	.slide_search {
		padding: 15px 30px 5px 30px;
		border-radius: 10px;
	}
}

@media (max-width: 543px) {
	.shopify-section.index-section.collection-style-1 {
		margin: 0 0 65px 0 !important;
	}

	.Search-advancer .search-advance {
		margin-top: 15px;
	}

	.shopify-section.index-section.category-category {
		margin-top: 30px;
	}
}

.swiper-pagination-bullets.swiper-pagination-clickable {
	text-align: center;
	padding: 20px 0 0;
	float: left;
	width: 100%;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
	background: #7f7f7f;
}

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--color-btn-primary);
}

.special-main {
	position: relative;
	width: 100%;
	float: left;
}

@media (max-width: 480px) {
	.cat_content-l-1 img {
		width: 100%;
	}

	#l-1-collection .cat_content-l-1 .collection-desc-l-1 ul li {
		font-size: 13px;
		line-height: 15px;
	}

	#l-1-collection .cat_content-l-1 .collection-desc-l-1 strong {
		font-size: 14px;
		line-height: 16px;
		margin: 0px 0 10px 0;
	}

	#l-1-collection .cat_content-l-1 .collection-desc-l-1 ul {
		list-style: disc;
		margin: 0 0 10px 15px;
	}

	.collection-slider-l-1 .coll-1-btn.btn {
		padding: 5px 10px;
	}

	.collection-slider-l-1 .coll-1-btn.btn {
		font-size: 13px;
		line-height: 15px;
	}
}

/*---------------------------- category feature ----------------------*/

#tt-collection-slider-wrap .tt-titletab .tt-title {
	margin: 0 0 30px 0;
	width: auto;
}

.tt-collection-slider-wrap-inner .swiper-button {
	bottom: 0;
}

.tt-collection-slider-wrap-inner .swiper-button.swiper-button-next {
	left: auto;
	right: 15px;
}

.tt-collection-slider-wrap-inner .swiper-button.swiper-button-prev {
	left: auto;
	right: 45px;
}

#tt-collection-slider-wrap .collection_img div {
	text-align: center;
	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: 10px;
	border: 1px solid var(--color-border);
}

#tt-collection-slider-wrap .cat_content:hover .collection_img div {
	border-color: var(--color-btn-secondary);
}

#tt-collection-slider-wrap .collection_img div img {
	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: 10px;
	width: 100%;
}

#tt-collection-slider-wrap .cat_content:hover .collection_img div img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

#tt-collection-slider-wrap .cat_content {
	padding: 10px;
	border: 2px solid var(--color-btn-secondary);
	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;
}

#tt-collection-slider-wrap .cat_content:hover .collection_img a svg,
#tt-collection-slider-wrap .cat_content:hover .collection_img a::after {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	visibility: visible;
}

#tt-collection-slider-wrap .cat_content .ttcat-content .collection_title {
	font: 600 18px/20px var(--font-stack-header);
	margin: 0 0 6px;
	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-transform: uppercase;
}

#tt-collection-slider-wrap .cat_content .ttcat-content .collection_title:hover {
	color: var(--color-btn-secondary);
}

#tt-collection-slider-wrap .cat_content .ttcat-content .collection-desc {
	font: 400 14px/16px var(--font-stack-subheading);
	margin: 0 0 5px 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;
}

#tt-collection-slider-wrap .tt-titletab .tt-desc {
	font: 400 14px/24px var(--font-stack-subheading);
	width: 60%;
	margin: 0 0 22px;
}

#tt-collection-slider-wrap .navigation_wrap::after {
	content: "";
	width: 1px;
	height: 25px;
	background: #dedcd9;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

#tt-collection-slider-wrap .collection_img {
	text-align: center;
	margin: 0 0 15px 0;
	background: var(--color-body);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

#tt-collection-slider-wrap .collection_img:hover img:after {
	transform: scale(1.001);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

@media (max-width: 1499px) {
	#tt-collection-slider-wrap .cat_content .ttcat-content .collection_title {
		font-size: 17px;
		line-height: 20px;
	}
}

@media (max-width: 1199px) {
	#tt-collection-slider-wrap .customNavigation a span {
		font-size: 30px;
		line-height: 32px;
	}
}

@media (max-width: 991px) {
	#tt-collection-slider-wrap .tt-titletab .tt-desc {
		width: 100%;
	}

	#tt-collection-slider-wrap .cat_content .ttcat-content .collection-desc {
		margin: 0 0 5px 0;
	}

	#tt-collection-slider-wrap .collection_img {
		text-align: center;
		margin: 0 0 15px 0;
	}

	#tt-collection-slider-wrap .tt-titletab {
		width: 100%;
		float: left;
		text-align: center;
	}

	#tt-collection-slider-wrap .customNavigation {
		margin: 15px 0 0;
	}

	#tt-collection-slider-wrap .customNavigation a span {
		font-size: 26px;
		line-height: 29px;
	}

	#tt-collection-slider-wrap .cat_content .ttcat-content .collection_title {
		font-size: 15px;
		line-height: 18px;
		margin: 0 0 5px;
	}

	#tt-collection-slider-wrap .customNavigation {
		text-align: center;
	}
}

@media (max-width: 767px) {
	#tt-collection-slider-wrap .tt-titletab .tt-desc {
		font-size: 14px;
		line-height: 22px;
	}
}

@media (max-width: 575px) {
	#tt-collection-slider-wrap .tt-titletab .tt-title {
		margin: 0 0 20px 0;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 74% !important;
	}

	.tt-collection-slider-wrap-inner .section-header .swiper-button.swiper-button-prev {
		right: 44px;
	}
}

.swiper-pagination-bullets.swiper-pagination-clickable {
	text-align: center;
	padding: 20px 0 0;
	float: left;
	width: 100%;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
	background: #7f7f7f;
}

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--color-btn-primary);
}

.special-main {
	position: relative;
	width: 100%;
	float: left;
}

@media (max-width: 480px) {
	#tt-collection-slider-wrap .cat_content .ttcat-content .collection_title {
		font-size: 14px;
		line-height: 16px;
		margin: 0 0 1px;
	}
}

/* ======================= header css ====================== */

body:not(.template-index) .header_1_wrapper {
	border-bottom: none;
}

.tt_sub_menu.product .list_products_menu .list_product_menu_content .product-layouts .product-wrapper .sold-out-tag {
	display: none;
}

#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .tt_sub_menu img {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

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

.header_menu_cat .header-contact,
.header_menu_cat #shopify-section-TT-megamenu {
	width: auto;
	display: inline-block;
}

.header_menu_cat .container .row {
	justify-content: space-between;
	align-items: center;
}

.header_menu_cat .header-contact a {
	display: flex;
}

.header_menu_cat .header-contact a svg {
	margin: 0 10px 0 0;
	display: inline-block;
}

.open-nav .page-wrapper::after,
.search_toggle .page-wrapper::after,
.account-toggle .page-wrapper::after,
.cart_toggle .page-wrapper::after,
.fullnav-open .page-wrapper::after,
body.currency-open .page-wrapper::after,
body.language-open .page-wrapper::after,
body.menu_hover .page-wrapper::after,
body.search-open .page-wrapper::after,
.tt-megamenu.active .page-wrapper::after,
.password.overflow-hidden .page-wrapper::after,
.menu-current-open .page-wrapper::after,
.search_toggle .page-wrapper::after,
.account-toggle .page-wrapper::after,
.cart_toggle .page-wrapper::after,
.fullnav-open .page-wrapper::after,
body.currency-open .page-wrapper::after,
body.language-open .page-wrapper::after,
body.search-open .page-wrapper::after {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	visibility: visible;
}

body .page-wrapper::after {
	background: rgba(0, 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;
}

.myaccount .customer_account {
	top: 100%;
}

.header_1_wrapper {
	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_language .language_wrapper .mdi.mdi-chevron-down,
.header_currency ul li .currency_wrapper .mdi.mdi-chevron-down {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 3px;
}

.right-link-icon .wishlist-icon-div.icon-btn .wishlist div {
	display: none;
}

.right-link-icon .wishlist-icon-div.icon-btn .wishlist {
	padding: 38px 0;
}

#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap {
	float: left;
	width: 100%;
	position: absolute;
	right: auto;
	left: 100%;
	background: var(--color-body);
	border: 1px solid var(--color-border);
	z-index: 3;
	padding: 10px 15px;
	top: 0;
}

.right-link-icon .wishlist-icon-div.icon-btn .wishlist svg {
	float: none;
	display: inline-block;
	vertical-align: top;
	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_1_wrapper #tt-megamenu .tt-mega_menu li.tt_menu_item a 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_1_wrapper #tt-megamenu .tt-mega_menu li.tt_menu_item 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;
}

.header_1_wrapper #tt-megamenu .tt-mega_menu li.more__menu.tt_menu_item a:after {
	background: transparent;
}

.header_1_wrapper #tt-megamenu .tt-mega_menu li.more__menu.tt_menu_item a {
	background: transparent;
	line-height: 16px;
}

.header_1_wrapper #tt-megamenu .tt-mega_menu li.more__menu.tt_menu_item a {}

#tt-megamenu .tt-mega_menu .tt_menu_item .tt_sub_menu_wrap .tt_sub_menu .sub_mn_title a {
	color: #222;
	font: 600 18px/22px var(--font-stack-header);
	text-transform: uppercase;
}

.widget_top_rated_products .top-products .product-wrapper.sidebar-product .sale {
	display: none;
}

.tbl-list>li.currency .flag-dropdown-menu {
	right: 0;
}

.header_1_wrapper .main-header-cnt {
	min-height: 100px;
}

@media (max-width: 991px) {
	.header_1_wrapper .main-header-cnt {
		min-height: 65px;
	}

	.open-header .page-wrapper::after {
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		visibility: visible;
	}

	.header_language .title,
	.header_currency .title {
		display: none;
	}

	#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap {
		position: static;
		padding: 0 20px;
		border: none;
		display: none;
		background: none;
		width: 100% !important;
	}
}

@media (min-width: 992px) {
	body.template-index .header_1.header_transaparent .main-header-cnt {
		position: absolute;
		top: 0;
		bottom: auto;
		left: 0;
		right: 0;
		margin: auto;
		transition: all 0.4s ease-in-out 0s;
		-webkit-transition: all 0.4s ease-in-out 0s;
		-moz-transition: all 0.4s ease-in-out 0s;
		-o-transition: all 0.4s ease-in-out 0s;
		-ms-transition: all 0.4s ease-in-out 0s;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	.header_1_wrapper .sticky_header.fixed .main-header-cnt {
		min-height: 85px;
	}

	#tt-megamenu .tt-mega_menu span.menu-close i {
		width: 32px;
		height: 32px;
		font-size: 0px;
		line-height: 32px;
	}

	.header_1.header_transaparent .main-header {
		position: relative;
	}

	.top_header_1_link .header_language span.language,
	.top_header_1_link .header_currency span.currency {
		display: none;
	}

	#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap {
		left: 100%;
		right: auto;
		top: -2px;
		text-align: center;
		transition: all 0.4s ease;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		transform: scaleY(0);
		-webkit-transform: scaleY(0);
		-moz-transform: scaleY(0);
		-o-transform: scaleY(0);
		-ms-transform: scaleY(0);
		transform-origin: center top 0;
		visibility: hidden;
		display: block !important;
		bottom: auto;
	}

	#tt-megamenu .tt-mega_menu li.tt_menu_item:hover>.tt_sub_menu_wrap {
		transform: scaleY(1);
		-webkit-transform: scaleY(1);
		-moz-transform: scaleY(1);
		-o-transform: scaleY(1);
		-ms-transform: scaleY(1);
		visibility: visible;
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
	}

	.fullscreen_header_toggle.active .leftmenu #menu,
	.site-header.header_3 .fullscreen_header_toggle.active:hover .leftmenu #menu {
		background: none;
	}

	.fullscreen_header_toggle.active .leftmenu #menu::after,
	.site-header.header_3 .fullscreen_header_toggle.active .leftmenu #menu::before {
		top: 0;
		transform-origin: 50% 50% 0;
		width: 26px;
		height: 3px;
	}

	.fullscreen_header_toggle.active .leftmenu #menu::after {
		transform: rotate3d(0, 0, 1, -45deg);
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		-moz-transform: rotate3d(0, 0, 1, -45deg);
		-o-transform: rotate3d(0, 0, 1, -45deg);
		-ms-transform: rotate3d(0, 0, 1, -45deg);
	}

	.fullscreen_header_toggle.active .leftmenu #menu::before {
		transform: rotate3d(0, 0, 1, 45deg);
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		-moz-transform: rotate3d(0, 0, 1, 45deg);
		-o-transform: rotate3d(0, 0, 1, 45deg);
		-ms-transform: rotate3d(0, 0, 1, 45deg);
	}

	#tt-megamenu .tt-mega_menu .tt_menus_ul>li>a,
	#tt-megamenu .tt-mega_menu .tt_menus_ul>li span.categories {
		text-align: left;
	}

	.main-header .fullscreen_header_toggle {
		float: left;
		cursor: pointer;
		margin-right: 25px;
	}

	.main-header .fullscreen_header_toggle .leftmenu {
		float: left;
		width: 28px;
	}

	.fullscreen_header_toggle.active .leftmenu #menu,
	.fullscreen_header_toggle.active:hover .leftmenu #menu {
		background: none;
	}

	.fullscreen_header_toggle .leftmenu #menu {
		border: medium none;
		float: left;
		height: 3px;
		position: relative;
		width: 18px;
		z-index: 3;
		margin: 10px 0;
		transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
	}

	.fullscreen_header_toggle:hover .leftmenu #menu::after,
	.fullscreen_header_toggle:hover .leftmenu #menu::before,
	.fullscreen_header_toggle:hover .leftmenu #menu,
	.fullscreen_header_toggle.active .leftmenu #menu::after,
	.fullscreen_header_toggle.active .leftmenu #menu::before {
		background: var(--color-btn-primary);
	}

	.fullscreen_header_toggle.active .leftmenu #menu::after,
	.fullscreen_header_toggle.active .leftmenu #menu::before {
		top: 0;
		transform-origin: 50% 50% 0;
		width: 26px;
		height: 3px;
	}

	.fullscreen_header_toggle.active .leftmenu #menu::before {
		transform: rotate3d(0, 0, 1, 45deg);
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		-moz-transform: rotate3d(0, 0, 1, 45deg);
		-o-transform: rotate3d(0, 0, 1, 45deg);
		-ms-transform: rotate3d(0, 0, 1, 45deg);
	}
}

.header_language,
.header_currency {
	display: flex;
	align-items: center;
}

@media (max-width: 1199px) {}

@media (min-width: 992px) and (max-width: 1050px) {
	.header_1 .right-link-icon .myaccount {
		margin: 0 15px;
	}
}

@media only screen and (max-width: 991px) {
	.header_language {
		display: block;
	}

	#accessibleNav li.menu-item-depth-0 a {
		background: none;
	}

	.site-header__cart .wrapper-top-cart .site-header__cart-count {
		left: 27px;
		bottom: 6px;
	}

	.header_currency {
		display: block;
	}

	.customer_account .header_currency>.currency,
	.customer_account .header_language>.language {
		float: left;
		width: 100%;
		border-bottom: 1px solid var(--color-border);
		padding: 2px 0;
		color: #777;
	}

	#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .tt_sub_menu {
		padding: 15px 15px 10px 15px;
	}

	#tt-megamenu .tt-mega_menu .menu-close {
		display: none;
	}

	.tt_sub_menu.product.list_products_menu .list_product_menu_content {
		padding: 10px 0;
	}

	.header_1_wrapper #tt-megamenu .tt-mega_menu li.tt_menu_item i {
		color: #000 !important;
	}

	.header_currency .tbl-list>li.currency .flag-dropdown-menu>li {
		width: 100%;
	}

	#tt-megamenu .tt-mega_menu li.tt_menu_item ul.tt_sub_menu_linklist {
		padding: 0;
	}

	.customer_account .header_currency {
		padding-top: 10px;
	}

	.customer_account .tbl-list>li.currency .flag-dropdown-menu>li,
	.header_language .disclosure #lang-list li a {
		padding: 5px 3px;
	}
}

@media only screen and (max-width: 767px) {
	.site-header__cart .wrapper-top-cart .site-header__cart-count {
		left: 7px;
		bottom: 21px;
	}
}

@media only screen and (max-width: 575px) {
	.header_1_wrapper .main-header-cnt {
		min-height: 50px;
	}

	.right-link-icon .wishlist-icon-div.icon-btn .wishlist svg {
		height: 18px;
		width: 18px;
	}

	.site-header__cart .wrapper-top-cart .site-header__cart-count {
		top: auto;
		left: 8px;
		bottom: 21px;
	}
}

@media only screen and (max-width: 480px) {
	.header_1_wrapper .menu_toggle_wrap {
		margin-right: 10px;
	}

	.site-header__cart .wrapper-top-cart .site-header__cart-count {
		bottom: 19px;
		left: 7px;
	}

	#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .tt_sub_menu {
		margin: 0;
	}

	#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .list_products_menu .product-wrapper .product-thumb .grid-view-item__meta {
		margin: 0;
	}

	#tt-megamenu .tt-mega_menu .tt_menu_item .tt_sub_menu_wrap .tt_sub_menu .sub_mn_title a {
		font-size: 16px;
		line-height: 20px;
	}
}

@media (min-width: 992px) {
	#header-sticky .fullscreen_header_toggle .leftmenu i.mdi-menu {
		float: left;
		width: auto;
		margin: 6px 0;
		color: var(--color-btn-primary-text);
		font-size: 24px;
		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-sticky .fullscreen_header_toggle.active .leftmenu i.mdi-menu {
		color: var(--color-btn-primary);
	}
}

@media (max-width: 767px) {}

/* ===================== slider ====================== */
.home-slider .swiper-button {
	width: 70px;
	height: 70px;
	opacity: 1;
	background: transparent;
	border-radius: 50%;
	border: 2px solid var(--color-btn-secondary);
}

.home-slider .swiper-button.swiper-button-disabled {
	display: none;
}

.home-slider .swiper-button:hover {
	background: var(--color-btn-secondary);
}

.home-slider .swiper-button.swiper-button-next {
	right: 50px;
	left: auto;
}

.home-slider .swiper-button.swiper-button-prev {
	left: 50px;
	right: auto;
}

.home-slider .swiper-button.swiper-button-prev::before {
	display: none;
}

.home-slider .swiper-pagination-bullets {
	position: absolute;
	bottom: 0;
	top: 0;
	left: auto;
	right: 35px;
	z-index: 1;
	margin: auto;
	text-align: center;
	width: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: auto;
}

.home-slider.home_slide_2 .swiper-pagination-bullets {
	bottom: 0;
	top: auto;
	left: 0;
	right: 0;
	margin: auto;
	flex-direction: row;
	padding: 0 0 20px 0;
}

.home-slider.home_slide_2 .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
	border-radius: 25px;
	height: 10px;
	width: 10px;
	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;
}

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 11px;
}

.home-slider .swiper-pagination-bullets .swiper-pagination-bullet {
	background: var(--color-btn-secondary-text);
	margin: 4px 0;
}

.home-slider .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--color-btn-secondary);
}

.slider-content-wrap .btn::after {
	background-color: var(--color-btn-secondary);
}

.home-slider svg.feather.feather-play {
	fill: var(--color-btn-primary);
	height: 35px;
	stroke: transparent;
	float: left;
	width: 100%;
	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-slider span.play-icone::after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: 0px;
	left: -8px;
	height: 136px;
	width: 136px;
	border-radius: 50%;
	border: 1px dashed #fff;
	margin: auto;
	-webkit-animation: spin 10s linear infinite;
	-moz-animation: spin 10s linear infinite;
	animation: spin 10s linear infinite;
}

@media (max-width: 1799px) {
	.home-slider .swiper-button {
		top: 32%;
		bottom: auto;
	}
}

@media (max-width: 1699px) {
	.home-slider .swiper-button.swiper-button-prev {
		left: 30px;
	}

	.home-slider .swiper-button.swiper-button-next {
		right: 30px;
		left: auto;
	}

	.home-slider .swiper-pagination-bullets {
		bottom: 0;
		top: -70px;
	}
}

@media (max-width: 1499px) {
	.home-slider .swiper-button.swiper-button-prev {
		left: 130px;
	}

	.home-slider .swiper-button.swiper-button-next {
		right: 130px;
	}

	.home-slider .swiper-button {
		top: 23%;
	}
}

@media (max-width: 1299px) {
	.homeslider .play-icone {
		height: 100px;
		width: 100px;
	}

	.home-slider .swiper-button-prev:hover:after {
		transform: translate(-2px);
	}

	.home-slider .swiper-button.swiper-button-prev {
		left: 80px;
	}

	.home-slider .swiper-button.swiper-button-next {
		right: 80px;
	}

	.home-slider .swiper-button-next:hover:before {
		transform: translate(2px);
	}

	.home-slider .swiper-button {
		width: 50px;
		height: 50px;
	}

	.home-slider svg.feather.feather-play {
		height: 30px;
	}

	.home-slider span.play-icone::after {
		height: 115px;
		width: 115px;
	}
}

@media (max-width: 1199px) {
	.home-slider .swiper-pagination-bullets {
		bottom: 20px;
	}

	.homeslider .play-icone {
		height: 80px;
		width: 80px;
	}

	.home-slider svg.feather.feather-play {
		height: 30px;
	}

	.home-slider span.play-icone:after {
		height: 95px;
		width: 95px;
	}
}

@media (max-width: 991px) {
	.homeslider .play-icone {
		height: 60px;
		width: 60px;
	}

	.home-slider svg.feather.feather-play {
		height: 30px;
	}

	.home-slider span.play-icone::after {
		height: 75px;
		width: 75px;
	}

	.home-slider .swiper-button.swiper-button-next {
		right: 100px;
	}

	.home-slider.home_slide_2 .swiper-pagination-bullets {
		padding: 0 0 5px 0;
	}

	.home-slider .swiper-button.swiper-button-prev {
		left: 100px;
	}

	.home-slider .swiper-button {
		width: 30px;
		height: 30px;
	}

	.home-slider .swiper-button.swiper-button-next:after,
	.home-slider .swiper-button.swiper-button-prev:after {
		font-size: 11px;
		line-height: 11px;
	}

	.home-slider .swiper-button {
		top: 20%;
	}

	.home-slider .swiper-pagination-bullets {
		bottom: 81px;
	}
}

@media (max-width: 767px) {
	.home-slider .swiper-pagination-bullets {
		bottom: 29px;
	}
}

@media (max-width: 575px) {
	.home-slider .swiper-pagination-bullets {
		bottom: 15px;
		top: auto;
		left: 0;
		right: 0;
		flex-direction: row;
	}

	.home-slider .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 4px;
	}
}

@media (max-width: 543px) {
	.home-slider .swiper-button.swiper-button-next {
		right: 10px;
	}

	.home-slider .swiper-button.swiper-button-prev {
		left: 10px;
	}

	.home-slider .swiper-button {
		border: none;
	}

	.homeslider .play-icone,
	.tt-homeslider .home-slider .homeslider .slider-content-wrap .slider-subtitle {
		display: none !important;
	}
}

@media (max-width: 480px) {
	.home-slider .swiper-pagination-bullets {
		bottom: 10px;
	}

	.home-slider span.play-icone::after {
		width: 65px;
		height: 65px;
	}

	.homeslider .play-icone {
		height: 50px;
		width: 50px;
	}
}

/* offer banner cms  */

.offer_banner::after,
.offer_banner::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(255, 255, 255, 0);
	-webkit-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}

.offer_banner:hover:before {
	right: 50%;
	left: 50%;
	width: 0;
	background: rgba(255, 255, 255, 0.2);
}

.offer_banner:hover:after {
	height: 0;
	top: 50%;
	bottom: 50%;
	background: rgba(255, 255, 255, 0.2);
}

.offer_banner_img {
	display: inline-block;
}

.offer_banner_img img {
	border-radius: 10px;
}

.offer_banner .offer_banner_titl_subtitle .title {
	font: 600 34px/36px var(--font-stack-header);
}

.offer_banner_titl_subtitle {
	display: inline-block;
}

.offer_banner .offer_banner_titl_subtitle .subtitle {
	font: 400 18px/20px var(--font-stack-body);
	margin: 0 0 8px 0;
}

.offer_banner {
	position: relative;
}

.offer_banner .offer_banner_titl_subtitle {
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
	bottom: auto;
	width: 37%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.offer_banner .offer_banner_titl_subtitle.center {
	left: 0;
	right: 0;
}

.offer_banner .offer_banner_titl_subtitle.right {
	right: 6%;
	left: auto;
}

.offer_banner .offer_banner_titl_subtitle.left {
	left: 6%;
	right: auto;
}

.ttcmsofferbanner-section .container {
	max-width: 1590px;
	margin: 0 auto;
}

@media (max-width: 1366px) {
	.offer_banner .offer_banner_titl_subtitle .title {
		font-size: 30px;
		line-height: 32px;
	}
}

@media (max-width: 1199px) {
	.offer_banner .offer_banner_titl_subtitle .title {
		font-size: 26px;
		line-height: 28px;
	}

	.offer_banner .offer_banner_titl_subtitle .subtitle {
		font-size: 16px;
		line-height: 18px;
		margin: 0 0 6px 0;
	}
}

@media (max-width: 991px) {
	.offer_banner .offer_banner_titl_subtitle .title {
		font-size: 19px;
		line-height: 21px;
	}

	.offer_banner .offer_banner_titl_subtitle .subtitle {
		font-size: 14px;
		line-height: 16px;
		margin: 0px 0 4px 0;
	}
}

@media (max-width: 767px) {
	.offer_banner .offer_banner_titl_subtitle .subtitle {
		display: none;
	}

	.offer_banner .offer_banner_titl_subtitle {
		width: 46%;
	}

	.offer_banner .offer_banner_titl_subtitle .title {
		font-size: 18px;
		line-height: 20px;
	}
}

@media (max-width: 480px) {
	.offer_banner .offer_banner_titl_subtitle .title {
		font-size: 15px;
		line-height: 17px;
	}

	.offer_banner .offer_banner_titl_subtitle {
		width: 100%;
	}
}

/* ------------ special product------------------------ */
.hover_style3 .slider-specialproduct .owl-stage-outer {
	margin: 0 0 -45px;
	padding: 0 0 45px;
}

.template-index .main-content .main-product {
	float: left;
	width: 100%;
	z-index: 1;
	position: relative;
}

.special-thumbs {
	height: 300px;
}

.special-product-content .product-wrapper {
	padding: 0;
}

#specialproduct_products_slider .product-wrapper:hover .custom_label,
#specialproduct_products_slider .product-wrapper:hover .custom_label2 {
	left: 15px;
}

#specialproduct_products_slider .product-wrapper .custom_label,
#specialproduct_products_slider .product-wrapper .custom_label2 {
	top: 15px;
}

.special-collection-l-1 .row {
	margin: 0;
	float: left;
	width: 100%;
}

.special-collection-l-1 .row .collection-product {
	padding: 0;
}

.l_1_special_inner #specialproduct_products_slider .product-single__thumbs a {
	border: none !important;
	padding: 0 0 0 5px;
	cursor: pointer;
}

.special-collection-l-1 .special_main_inner .l_1_special_inner {
	padding: 0;
}

.special-collection-l-1 .Specialpro2 .l_1_special_inner {
	padding: 0;
}

.special-collection-l-1 .l_1_special_inner {
	float: left;
	width: 100%;
	padding: 35px 35px 0 35px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

.special-collection-l-1 .l-2-special-col .product-single__thumbs .grid-item {
	display: flex;
	align-items: center;
	justify-content: center;
}

.special-collection-l-1 .special_best .widget.widget_top_rated_products {
	position: relative;
}

.special-collection-l-1 .deal_week .section-header .tt-title {
	display: inline-block;
	margin: 0 20px 0 0;
}

.special-product-content .product-layouts .product-wrapper .btn_wrapper .comapare_view_wish .pro_btn a {
	margin: 0 10px 0 0;
}

.special-collection-l-1 .special_best .image.product-thumb {
	width: 53%;
}

.special-collection-l-1 .product-layouts .product-wrapper .product-thumb a.grid-view-item__link .image_thumb,
.special-collection-l-1 .product-layouts .product-wrapper .product-thumb .image_thumb_swap {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

.special-collection-l-1 .product-layouts .product-wrapper .product-thumb a.grid-view-item__link {
	margin: 0 5px 0 0;
	width: auto;
}

.special-collection-l-1 .product-layouts .product-wrapper .product-thumb.awidth a.grid-view-item__link {
	width: 100%;
}

.special-product-content #specialproduct_products_slider ul.swiper-slide {
	margin: 0;
}

.special-collection-l-1 .special_best .widget ul li.product-wrapper {
	margin: 0 0 30px 0;
}

.special-collection-l-1 .special_best .widget ul li.product-wrapper {
	margin: 0 0 30px 0;
}

.top-products .best-product .sidebar-products .item-row.product-layouts:last-child li {
	margin: 0;
}

.special-collection-l-1 .special_best .widget.widget_top_rated_products .widget-title {
	font: 600 24px/26px var(--font-stack-header);
	color: var(--color-text);
	margin: 0 0 30px;
	text-align: left;
}

.special_best .top-products .best-product .sidebar-products .product-wrapper .top-products-detail .float-start {
	font-size: 14px;
	line-height: 16px;
	margin: 10px 0;
}

.special_best .top-products .best-product .sidebar-products .product-wrapper .top-products-detail .float-start {
	font-size: 14px;
	line-height: 16px;
	margin: 10px 0;
}

.special_best .top-products .best-product .sidebar-products .product-wrapper .top-products-detail .top-product-prices {
	margin: 0 0 10px 0;
}

.special-product-content #specialproduct_products_slider .product-layouts .product-wrapper:hover,
.special_best .product-layouts .product-wrapper:hover {
	border: none;
}

.special-product-content #specialproduct_products_slider .product-layouts .product-wrapper,
.special_best .product-layouts .product-wrapper {
	border: none;
}

.special-product-content .product-layouts .product-wrapper .btn_wrapper .btn_cart {
	margin: 0 0 10px 0;
}

#specialproduct_products_slider .btn_wrapper .add-to-wishlist a,
#specialproduct_products_slider .btn_wrapper .add-to-compare a,
#specialproduct_products_slider .btn_wrapper .quick-view-wrap a {
	background: none;
	width: 30px;
	height: 45px;
}

#specialproduct_products_slider .btn_wrapper .add-to-wishlist a:hover svg,
#specialproduct_products_slider .btn_wrapper .add-to-compare a:hover svg,
#specialproduct_products_slider .btn_wrapper .quick-view-wrap a:hover svg {
	color: var(--color-product-secondary);
}

#specialproduct_products_slider .product-wrapper .pro_btn:not(#specialproduct_products_slider .product-wrapper .btn_wrapper .pro_btn.add_tocart) a.loading svg,
#specialproduct_products_slider .product-wrapper .pro_btn .loading a.add_to_wishlist svg {
	color: var(--color-product-secondary) !important;
}

.grid-item:not(.product-short-list, .product-list) #specialproduct_products_slider .product-wrapper .pro_btn a.btn:focus svg,
.grid-item:not(.product-short-list, .product-list) #specialproduct_products_slider .product-wrapper .pro_btn a.btn:active svg,
#specialproduct_products_slider .product-wrapper .btn_wrapper .pro_btn a.add_to_wishlist svg,
#specialproduct_products_slider .product-wrapper .btn_wrapper .pro_btn.add-to-compare a.add-in-compare-js.added svg {
	color: var(--color-product-secondary);
}

#specialproduct_products_slider .product-wrapper .btn_wrapper .pro_btn a svg {
	width: 18px;
	height: 45px;
	line-height: 45px;
}

#specialproduct_products_slider .product-wrapper .btn_wrapper .pro_btn a {
	margin: 0 0 0 10px;
	box-shadow: none;
}

#specialproduct_products_slider .product-wrapper .btn_wrapper .add-to-wishlist.pro_btn a,
#specialproduct_products_slider .product-wrapper .btn_wrapper .pro_btn.add_tocart a {
	margin: 0;
}

.special-collection-l-1 .flip-countdown.countdown-block span.cont-text-filp {
	position: absolute;
	left: 60px;
	right: auto;
	margin: auto;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	z-index: 2;
	font-weight: 500;
	font-size: 15px;
	color: var(--color-body);
	width: auto;
}

#specialproduct_products_slider .product-wrapper .product-description .btn_wrapper .comapare_view_wish {
	transform: translateX(106%);
	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;
	float: right;
}

#specialproduct_products_slider .product-wrapper .product-description .btn_wrapper .btn_cart a {
	border-color: var(--color-body-text);
	width: 100%;
}

#specialproduct_products_slider .product-wrapper .product-description .btn_wrapper .btn_cart a.loading {
 border-color : var(---color-product-secondary);
}

#specialproduct_products_slider .product-wrapper .product-description .btn_wrapper .btn_cart .pro_btn {
	width: 63%;
	max-width: 63%;
}

#specialproduct_products_slider .product-wrapper .product-description .btn_wrapper .btn_cart a:hover {
	border-color: var(---color-product-secondary);
}

#specialproduct_products_slider .product-wrapper:hover .product-description .btn_wrapper .comapare_view_wish {
	transform: translateX(0);
	margin: 0 10px 0 0;
}

.special-collection-l-1 .special-product-content .product-layouts.grid-view-item .product-wrapper .product-description {
	padding: 0 10px 0 20px;
}

.special_best .sidebar-products .product-wrapper {
	padding: 0;
}

.special-collection-l-1 .deal_week .h4.grid-view-item__title {
	line-height: 0;
}

.special-collection-l-1 .deal_week .section-header {
	display: flex;
	align-items: center;
}

.special-collection-l-1 .deal_week .section-header .flip-countdown.simple-countdown .countdown-container.countdown-block {
	position: static;
	width: auto;
	padding: 0;
}

.special-collection-l-1 .deal_week .section-header .flip-countdown.simple-countdown .countdown-container>span::after {
	display: none;
}

.special-collection-l-1 .deal_week .section-header .flip-countdown.simple-countdown {
	display: inline-block;
	float: none;
	width: auto;
}

.special-collection-l-1 .deal_week .section-header .flip-countdown.simple-countdown .countdown-container.countdown-block::after {
	display: none;
}

.special-collection-l-1 .deal_week .section-header .flip-countdown.simple-countdown .countdown-container.countdown-block>span {
	width: 50px;
}

.li_single .item-row:first-child {
	margin: 0 0 30px 0;
}

.special-collection-l-1 .deal_week .section-header .flip-countdown.simple-countdown .countdown-container.countdown-block>span {
	border: 2px solid var(--color-countdown-color);
	border-radius: 5px;
	padding: 5px 0;
	margin: 0 10px 0 0;
}

.special-collection-l-1 .deal_week .section-header .flip-countdown.simple-countdown .countdown-container.countdown-block span {
	font: 600 20px/22px var(--font-stack-subheading);
}

.special-collection-l-1 .deal_week .section-header .flip-countdown.simple-countdown .countdown-container span {
	color: var(--color-text-field);
}

.special-collection-l-1 .deal_week .section-header .flip-countdown.simple-countdown .countdown-container span.second {
	color: var(--color-countdown-color);
}

.special-collection-l-1 .deal_week .section-header .flip-countdown.simple-countdown .countdown-container span .time-txt {
	font-size: 10px;
	font-weight: 400;
	line-height: 12px;
	text-transform: uppercase;
	padding: 2px 0 0 0;
}

.product-wrapper .product-description .ttqtyprogress .progress-bar {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	background: #4fac42;
	border-radius: 2.2rem;
}

.special-product-content .product-wrapper .product-description .btn_cart {
	width: 100%;
	float: left;
}

#specialproduct_products_slider .product-wrapper .thumbs.product-thumb {
	display: flex;
	align-items: center;
}

.special-collection-l-1 .flip-countdown.countdown-block.countdown-block {
	position: absolute;
	background: var(--color-btn-secondary);
	left: auto;
	right: 60px;
	text-align: right;
	top: 0;
	bottom: 0;
	float: left;
	width: 280px;
	border: none;
	margin: auto;
	z-index: 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;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	visibility: visible;
	border-radius: 5px;
	height: 40px;
	padding: 12px 20px;
}

.special-collection-l-1 .flip-countdown.countdown-block>span::after {
	right: -2px;
	top: -2px;
}

.special-collection-l-1 .flip-countdown.countdown-block.countdown-block::after {
	float: left;
	width: auto;
	font-size: 21px;
	left: 23px;
	top: 12px;
}

.special-collection-l-1 .flip-countdown.countdown-block span {
	width: 37px;
}

#specialproduct_products_slider .product-wrapper .slider-nav.product-single__thumbs {
	padding: 0;
}

.special-product-content .product-wrapper .product-thumb a.grid-view-item__link img {
	max-width: 100%;
}

.special-collection-l-1 .l-2-special-col .product-wrapper {
	display: flex;
}

.special-collection-l-1 .l-2-special-col .product-wrapper .btn_wrapper .pro_btn {
	width: auto;
}

.special-collection-l-1 .l-2-special-col .product-wrapper .btn_wrapper .comapare_view_wish .pro_btn {
	width: auto;
	display: inline-block;
}

#specialproduct_products_slider .product-single__thumbs .swiper-button.swiper-button-prev:before {
	display: none;
}

#specialproduct_products_slider .product-single__thumbs .swiper-button.swiper-button-prev {
	left: 0;
	right: 0;
	top: 0;
	bottom: auto;
	transform: rotatez(90deg);
	transform-origin: center;
	padding: 12px;
	background: var(--color-border);
}

#specialproduct_products_slider .product-single__thumbs .swiper-button.swiper-button-next {
	left: 0;
	right: 0;
	top: auto;
	bottom: 0;
	transform: rotatez(90deg);
	transform-origin: center;
	padding: 12px;
	background: var(--color-border);
}

#specialproduct_products_slider .product-single__thumbs .swiper-button:hover {
	background: #bfbfbf !important;
}

.specialproduct .owl-theme .owl-nav {
	top: -53px;
	right: -10px;
}

.special-collection .collection-product .slider-specialproduct-wrap .tab-pane .product-wrapper .product-thumb {
	width: 45%;
}

.special-collection .collection-product .slider-specialproduct-wrap .tab-pane .product-wrapper .product-description {
	width: 55%;
	padding: 40px 15px 0;
}

.slider-specialproduct-wrap {
	float: left;
	width: 100%;
	background: #fff;
}

.special-collection-l-1 .deal_week .special-product-content {
	padding: 30px;
	border: 2px solid #ef977f;
	border-radius: 10px;
}

.slider-specialproduct-wrap .product-layouts {
	border: none;
}

.special-collection .collection-product .slider-specialproduct-wrap .special-product-content .special-product-div .product-wrapper .product-description .add-to-wishlist,
.special-collection .collection-product .slider-specialproduct-wrap .special-product-content .special-product-div .product-wrapper .product-description .quick-view-wrap,
.special-collection .collection-product .slider-specialproduct-wrap .special-product-content .special-product-div .product-wrapper .product-description .add-to-compare {
	transform: translate(-40px);
	-webkit-transform: translate(-40px);
	-moz-transform: translate(-40px);
	-o-transform: translate(-40px);
	-ms-transform: translate(-40px);
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-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;
	margin: 0;
}

.special-collection .collection-product .slider-specialproduct-wrap .special-product-content .special-product-div .product-wrapper:hover .product-description .btn_wrapper .add-to-wishlist,
.special-collection .collection-product .slider-specialproduct-wrap .special-product-content .special-product-div .product-wrapper:hover .product-description .btn_wrapper .quick-view-wrap,
.special-collection .collection-product .slider-specialproduct-wrap .special-product-content .special-product-div .product-wrapper:hover .product-description .btn_wrapper .add-to-compare {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	visibility: visible;
	transform: translate(0px);
	-webkit-transform: translate(0px);
	-moz-transform: translate(0px);
	-o-transform: translate(0px);
	-ms-transform: translate(0px);
}

.special-collection .collection-product .slider-specialproduct-wrap .special-product-content .special-product-div .product-wrapper .product-description .add-to-compare {
	transform: translate(-70px);
	-webkit-transform: translate(-70px);
	-moz-transform: translate(-70px);
	-o-transform: translate(-70px);
	-ms-transform: translate(-70px);
}

.special-collection .collection-product .slider-specialproduct-wrap .special-product-content .special-product-div .product-wrapper .product-description .quick-view-wrap {
	transform: translate(-100px);
	-webkit-transform: translate(-100px);
	-moz-transform: translate(-100px);
	-o-transform: translate(-100px);
	-ms-transform: translate(-100px);
}

.special-product-div .product-layouts.grid-view-item .product-wrapper .grid-view-item__vendor {
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 10px;
}

.special-product-div .product-layouts.grid-view-item .product-description a.grid-link__title {
	font-size: 14px;
	line-height: 16px;
}

.special-product-div .product-layouts.grid-view-item .product-wrapper .product-description .grid-view-item__meta {
	margin: 0 0 20px;
}

.deal_week {
	width: 75%;
}

.special_best {
	width: 25%;
}

.slider-specialproduct .product-wrapper .add_tocart.pro_btn a.btn svg {
	color: var(--color-product-primary);
	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;
}

.slider-specialproduct .product-wrapper .add_tocart.pro_btn a.btn:hover svg,
.slider-specialproduct .product-wrapper .add_tocart.pro_btn a.btn:focus svg,
.slider-specialproduct .product-wrapper .add_tocart.pro_btn a.btn:active svg,
.slider-specialproduct .product-wrapper .add_tocart.pro_btn a.btn:hover svg.plus,
.slider-specialproduct .product-wrapper .add_tocart.pro_btn a.btn:focus svg.plus,
.slider-specialproduct .product-wrapper .add_tocart.pro_btn a.btn:active svg.plus,
.slider-specialproduct .product-wrapper .add_tocart.pro_btn a.btn.loading svg.cached {
	color: var(--color-product-secondary-text);
}

.special-collection .collection-product .slider-specialproduct-wrap .special-product-content .special-product-div .product-wrapper .product-description .btn_wrapper,
.special-collection .collection-product .slider-specialproduct-wrap .special-product-content .special-product-div .product-wrapper .add_tocart,
.special-collection .collection-product .slider-specialproduct-wrap .special-product-content .special-product-div .product-wrapper .product-description .btn_wrapper .pro_btn {
	float: none;
	width: auto;
	display: inline-block;
	vertical-align: top;
}

.special-collection .collection-product .slider-specialproduct-wrap .special-product-content .special-product-div .product-wrapper .add_tocart {
	margin: 0 0 15px;
}

.slider-specialproduct .product-wrapper .flip-countdown.simple-countdown {
	position: static;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	visibility: visible;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	background: var(--color-btn-secondary);
	padding: 0 10px 0 15px;
	margin: 0 0 15px;
}

.slider-specialproduct .product-wrapper .flip-countdown.simple-countdown .countdown-container span,
.slider-specialproduct .product-wrapper .flip-countdown.simple-countdown .countdown-container span::after,
.slider-specialproduct .product-wrapper .flip-countdown.countdown-block::after {
	color: var(--color-btn-secondary-text);
}

.special-collection .product-thumb .flip-countdown.simple-countdown {
	display: none;
}

.special-collection .flip-countdown.simple-countdown {
	position: static;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	visibility: visible;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	background: var(--color-btn-secondary);
	padding: 0 10px 0 15px;
	margin-left: 15px;
}

.special-collection .flip-countdown.countdown-block span,
.special-collection .flip-countdown.simple-countdown .countdown-container span::after,
.special-collection .flip-countdown.countdown-block::after {
	color: var(--color-btn-secondary-text);
}

.special-collection .flip-countdown.simple-countdown .count-title {
	float: none;
	display: inline-block;
	vertical-align: top;
	width: auto;
	font: 500 15px/40px var(--font-stack-header);
	color: var(--color-btn-secondary-text);
}

.special_best .product-wrapper .top-products-detail {
	width: 47.34% !important;
}

@media (max-width: 1680px) {
	.product-wrapper .btn_wrapper .btn_cart .pro_btn a {
		padding: 13px 0px;
	}

	#specialproduct_products_slider .product-wrapper .product-description .btn_wrapper .btn_cart .pro_btn {
		width: 60%;
		max-width: 60%;
	}
}

@media (max-width: 1599px) {}

@media (max-width: 1499px) {
	.special-collection-l-1 .special-product-content .product-layouts.grid-view-item .product-wrapper .product-description {
		padding: 0px 15px 0px 15px;
	}
}

@media only screen and (min-width: 481px) {
	.special-collection .section-header .tt-title {
		line-height: 40px;
	}
}

@media only screen and (max-width: 1529px) {
	.special-collection .collection-product .slider-specialproduct-wrap .tab-pane .product-wrapper .product-description {
		padding: 20px 15px 0;
	}
}

@media only screen and (max-width: 1399px) {

	.slider-specialproduct-wrap .product-price__price,
	.slider-specialproduct-wrap .product-price__price .money,
	.slider-specialproduct-wrap .price,
	.slider-specialproduct-wrap price .money {
		font-size: 16px;
	}

	.special-collection-l-1 .l_1_special_inner {
		padding: 30px 30px 0 30px;
	}

	.special-thumbs {
		height: 268px;
	}

	.product-wrapper .btn_wrapper .btn_cart .pro_btn a {
		padding: 13px 0px;
	}

	#specialproduct_products_slider .product-wrapper .product-description .btn_wrapper .btn_cart .pro_btn {
		width: 51%;
		max-width: 51%;
	}

	.widget_top_rated_products .top-products .top-products-detail .btn_wrapper .comapare_view_wish .pro_btn a {
		margin: 0 5px 0 0;
	}
}

@media only screen and (max-width: 1299px) {
	.slider-specialproduct .product-wrapper .flip-countdown.simple-countdown .count-title {
		font-size: 13px;
	}

	.special-collection .flip-countdown.simple-countdown .count-title {
		font-size: 13px;
	}
}

@media only screen and (max-width: 1199px) {
	.slider-specialproduct .product-wrapper .flip-countdown.simple-countdown .countdown-container.countdown-block::after {
		left: -5px;
	}

	.special-thumbs {
		height: 210px;
	}

	.special_best .product-wrapper .top-products-detail {
		width: 50.34% !important;
	}

	.special_best .top-products .best-product .sidebar-products .product-wrapper .top-products-detail .float-start {
		margin: 6px 0;
	}

	.special_best .top-products .best-product .sidebar-products .product-wrapper .top-products-detail .top-product-prices {
		margin: 0 0 6px 0;
	}

	.widget_top_rated_products .top-products .top-products-detail .btn_wrapper .comapare_view_wish .pro_btn a {
		margin: 0 4px 0 0;
	}

	.product-price__price.compare_price:after {
		width: 14px;
		right: auto;
		top: 0;
		left: 0px;
		bottom: 0;
	}

	.deal_week {
		width: 72%;
	}

	.special_best {
		width: 28%;
	}

	#specialproduct_products_slider .btn_wrapper .add-to-wishlist a,
	#specialproduct_products_slider .btn_wrapper .add-to-compare a,
	#specialproduct_products_slider .btn_wrapper .quick-view-wrap a {
		width: 30px;
	}

	.product-wrapper .btn_wrapper .btn_cart .pro_btn a {
		padding: 13px 19px;
	}

	.special-collection-l-1 .special_best .image.product-thumb {
		width: 54%;
	}

	.slider-specialproduct .product-wrapper .flip-countdown.simple-countdown .count-title {
		display: none;
	}

	.product-layouts.grid-view-item .product-wrapper .product-description .spr-badges.grid-item-meta {
		margin-bottom: 7px;
	}

	.special-product-div .product-layouts.grid-view-item .product-wrapper .product-description .grid-view-item__meta {
		margin: 0 0 5px;
	}

	.special-product-content .product-layouts .product-wrapper .btn_wrapper .btn_cart {
		margin: 0 0 6px 0;
	}

	.special-collection-l-1 .special-product-content .product-layouts.grid-view-item .product-wrapper .product-description {
		padding: 0px 0px 0px 15px;
	}

	.slider-specialproduct-wrap .product-price__price,
	.slider-specialproduct-wrap .product-price__price .money,
	.slider-specialproduct-wrap .price,
	.slider-specialproduct-wrap price .money {
		font-size: 13px;
		line-height: 15px;
	}
}

@media only screen and (max-width: 991px) {
	.special-collection-l-1 .special_best .widget.widget_top_rated_products .widget-title {
		font-size: 20px;
		line-height: 22px;
	}

	.special-collection-l-1 .flip-countdown.countdown-block.countdown-block {
		right: 77px;

		width: 261px;
	}

	.special-collection-l-1 .flip-countdown.countdown-block span {
		width: 33px;
	}

	.cont-text-filp {
		right: 235px;
	}

	.special-thumbs {
		height: 262px;
	}

	.special-collection-l-1 .l_1_special_inner {
		padding: 20px 15px 0 15px;
	}

	.special-collection-l-1 .flip-countdown.simple-countdown {
		display: inline-block !important;
	}

	#specialproduct_products_slider .product-wrapper .btn_wrapper .pro_btn a {
		margin: 0 0 0 11px;
	}

	.product-wrapper .btn_wrapper .btn_cart .pro_btn a {
		padding: 21px 36px;
	}

	.special_best .swiper-button.swiper-button-prev {
		left: auto;
		right: 40px;
		top: 0px;
		bottom: auto;
	}

	.special_best .swiper-button.swiper-button-next {
		left: auto;
		right: 0;
		top: 0;
		bottom: auto;
	}

	.special-collection-l-1 .deal_week .special-product-content {
		padding: 15px;
	}

	.li_single .item-row:first-child {
		margin: 0 0 15px 0;
	}

	.special-collection-l-1 .section-header .swiper-button {
		bottom: 0;
	}

	.special_best .widget_top_rated_products .top-products .top-products-detail .btn_wrapper .comapare_view_wish .pro_btn a {
		margin: 0;
	}

	.special-collection-l-1 .deal_week .section-header .tt-title {
		display: inline-block;
		margin: 0 0 5px 0;
	}

	.special-collection-l-1 .deal_week .section-header {
		align-items: flex-start;
		flex-direction: column;
	}

	.special-collection-l-1 .deal_week .section-header .tt-title {
		display: inline-block;
		margin: 0 0px 10px 0;
	}

	.special-product-content .product-layouts .product-wrapper .btn_wrapper .btn_cart {
		margin: 0 5px 0 0;
	}

	.special_best {
		width: 38%;
	}

	.special-collection-l-1 .special_best .widget ul li.product-wrapper .comapare_view_wish {
		transform: translateX(0);
	}

	.special-collection-l-1 .special_best .image.product-thumb {
		width: 49%;
	}

	.widget_top_rated_products .top-products .top-products-detail .btn_wrapper .comapare_view_wish {
		width: auto;
		float: none;
	}

	.special-collection-l-1 .deal_week .section-header .flip-countdown.simple-countdown .countdown-container span {
		width: 40px;
	}

	.special-collection-l-1 .deal_week .section-header .flip-countdown.simple-countdown .countdown-container.countdown-block span {
		font-size: 14px;
		line-height: 16px;
	}

	.special-product-content .product-wrapper .product-description .btn_cart {
		width: auto;
		margin: 0;
	}

	.special-product-content .product-layouts .product-wrapper .btn_wrapper .comapare_view_wish .pro_btn a {
		margin: 0 10px 0 0;
	}

	#specialproduct_products_slider .product-wrapper .product-description .btn_wrapper .comapare_view_wish {
		transform: translateX(0);
	}

	.special-collection-l-1 .special_best .widget-title {
		display: block !important;
	}

	.slider-specialproduct .product-wrapper .color-size {
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		visibility: visible;
		transform: translateX(0px);
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		-o-transform: translateX(0px);
		-ms-transform: translateX(0px);
	}

	.slider-specialproduct .product-wrapper .flip-countdown.simple-countdown {
		display: inline-block;
	}

	.special-collection .collection-product .slider-specialproduct-wrap .special-product-content .special-product-div .product-wrapper .product-description .add-to-wishlist,
	.special-collection .collection-product .slider-specialproduct-wrap .special-product-content .special-product-div .product-wrapper .product-description .quick-view-wrap,
	.special-collection .collection-product .slider-specialproduct-wrap .special-product-content .special-product-div .product-wrapper .product-description .add-to-compare {
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		-ms-transform: none;
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		visibility: visible;
	}

	.special-collection .flip-countdown.simple-countdown {
		display: inline-block;
	}
}

@media (max-width: 991px) {
	.special_best .product-wrapper .top-products-detail {
		width: 52.34% !important;
	}
}

@media only screen and (max-width: 767px) {
	.special-collection .collection-product .slider-specialproduct-wrap .tab-pane .product-wrapper .product-thumb {
		width: 35%;
	}

	.special-collection-l-1 .flip-countdown.countdown-block span.cont-text-filp {
		display: none;
	}

	#specialproduct_products_slider .btn_wrapper .add-to-wishlist a,
	#specialproduct_products_slider .btn_wrapper .add-to-compare a,
	#specialproduct_products_slider .btn_wrapper .quick-view-wrap a {
		width: 21px;
	}

	#specialproduct_products_slider .product-wrapper:hover .product-description .btn_wrapper .comapare_view_wish {
		margin: 0 5px 0 0;
	}

	.product-wrapper .btn_wrapper .btn_cart .pro_btn a {
		padding: 19px 23px;
	}

	#specialproduct_products_slider .product-wrapper .btn_wrapper .pro_btn a svg {
		height: 40px;
		line-height: 40px;
	}

	#specialproduct_products_slider .btn_wrapper .add-to-wishlist a,
	#specialproduct_products_slider .btn_wrapper .add-to-compare a,
	#specialproduct_products_slider .btn_wrapper .quick-view-wrap a {
		height: 40px;
	}

	.special-collection-l-1 .flip-countdown.countdown-block.countdown-block {
		position: relative;
		margin: 10px 0 0 0;
		width: 203px;
		right: 0;
	}

	.cont-text-filp {
		left: 45px;
		right: auto;
		top: 0;
		bottom: -57px;
	}

	.special-collection-l-1 .section-header .swiper-button {
		bottom: auto;
	}

	.deal_week {
		width: 100%;

		margin: 0 0 30px 0;
	}

	.special_best {
		width: 100%;
	}

	.special_best .product-wrapper .top-products-detail {
		width: 51.34% !important;
	}

	.li_single .grid-view-item .product-wrapper .product-description {
		width: 100% !important;
	}

	.special-collection-l-1 .special_best .widget.widget_top_rated_products .widget-title {
		font-size: 18px;
		line-height: 20px;
	}

	.special-collection-l-1 .deal_week .section-header .flip-countdown.simple-countdown .countdown-container.countdown-block span {
		font-size: 12px;
		line-height: 14px;
	}

	.special-collection-l-1 .deal_week .section-header .flip-countdown.simple-countdown .countdown-container span {
		width: 34px;
	}

	.special-collection .collection-product .slider-specialproduct-wrap .tab-pane .product-wrapper .product-description {
		width: 65%;
		padding: 0 10px;
	}

	.special-product-div .product-layouts.grid-view-item .product-description a.grid-link__title {
		font-size: 14px;
		line-height: 16px;
	}

	.slider-specialproduct-wrap .product-price__price,
	.slider-specialproduct-wrap .product-price__price .money,
	.slider-specialproduct-wrap .price,
	.slider-specialproduct-wrap price .money {
		font-size: 14px;
	}

	.slider-specialproduct-wrap .grid-view-item__meta .discount-percentage {
		font-size: 13px;
	}

	.slider-specialproduct-wrap .product-wrapper .add_tocart.pro_btn a .tooltip-label {
		font-size: 13px;
	}

	.special-collection .collection-product .slider-specialproduct-wrap .special-product-content .special-product-div .product-wrapper .product-description .btn_wrapper .pro_btn a {
		width: 34px;
		height: 34px;
	}

	.special-collection .collection-product .slider-specialproduct-wrap .special-product-content .special-product-div .product-wrapper .product-description .btn_wrapper .pro_btn a svg {
		height: 34px;
	}
}

@media (max-width: 767px) {
	.special-thumbs {
		height: 270px;
	}
}

@media only screen and (max-width: 650px) {
	.special-thumbs {
		height: 182px;
	}
}

@media (max-width: 575px) {
	.special_best {
		width: 100%;
	}

	#specialproduct_products_slider .product-single__thumbs .swiper-button.swiper-button-prev {
		top: -5px;
		padding: 10px;
		bottom: auto;
	}

	#specialproduct_products_slider .product-single__thumbs .swiper-button.swiper-button-next {
		top: auto;
		bottom: -5px;
		padding: 10px;
	}

	#specialproduct_products_slider .product-single__thumbs .swiper-button:after {
		font-size: 10px;
	}

	.special-thumbs {
		height: 181px;
	}

	.special-collection-l-1 .section-header .swiper-button {
		top: -10px;
	}

	.special_best .swiper-button.swiper-button-prev {
		right: 35px;
	}
}

@media only screen and (max-width: 540px) {
	#specialproduct_products_slider .product-wrapper .btn_wrapper .pro_btn a {
		margin: 0 0 0 1px;
	}

	.l-2-special-col #specialproduct_products_slider .product-wrapper .product-description .btn_wrapper .add-to-wishlist a,
	.l-2-special-col #specialproduct_products_slider .product-wrapper .product-description .btn_wrapper .add-to-compare a,
	.l-2-special-col #specialproduct_products_slider .product-wrapper .product-description .btn_wrapper .quick-view-wrap a {
		background: none;
		width: 23px;
		height: 30px;
	}

	.product-wrapper .btn_wrapper .btn_cart .pro_btn a {
		padding: 17px 9px;
	}

	.special-thumbs {
		height: 135px;
	}

	#specialproduct_products_slider .product-wrapper .btn_wrapper .pro_btn a svg {
		width: 15px;
	}
}

@media only screen and (max-width: 480px) {
	.slider-specialproduct-wrap .product-layouts {
		padding: 0;
	}

	.special-thumbs {
		height: 200px;
	}

	.special-collection-l-1 .flip-countdown.countdown-block.countdown-block {
		margin: 0 0 0;
	}

	.cont-text-filp {
		bottom: -29px;
	}

	.l-2-special-col #specialproduct_products_slider .product-wrapper .product-description .btn_wrapper .add-to-wishlist a,
	.l-2-special-col #specialproduct_products_slider .product-wrapper .product-description .btn_wrapper .add-to-compare a,
	.l-2-special-col #specialproduct_products_slider .product-wrapper .product-description .btn_wrapper .quick-view-wrap a {
		background: none;
		width: 30px;
		height: 30px;
	}

	.special-collection-l-1 .deal_week .special-product-content {
		padding: 10px;
	}

	.special-collection-l-1 .deal_week .section-header .flip-countdown.simple-countdown .countdown-container.countdown-block>span {
		width: 40px;
	}

	.li_single .item-row:first-child {
		margin: 0 0 10px 0;
	}

	.special-collection-l-1 .special-product-content .product-layouts.grid-view-item .product-wrapper .product-description {
		padding: 0px 0px 0px 10px;
	}

	.special-product-content .product-layouts .product-wrapper .btn_wrapper .comapare_view_wish .pro_btn a {
		margin: 0 5px 0 0;
	}

	#specialproduct_products_slider .btn_wrapper .add-to-wishlist a,
	#specialproduct_products_slider .btn_wrapper .add-to-compare a,
	#specialproduct_products_slider .btn_wrapper .quick-view-wrap a {
		width: 30px;
	}

	.product-wrapper .btn_wrapper .btn_cart .pro_btn a {
		padding: 17px 19px;
	}

	.slider-specialproduct-wrap .product-wrapper .btn_wrapper .pro_btn a.btn svg {
		width: 14px;
		height: 30px;
	}

	.specialproduct .owl-theme .owl-nav {
		top: -48px;
	}

	.slider-specialproduct-wrap .product-wrapper .add_tocart.pro_btn a .tooltip-label,
	.slider-specialproduct .product-wrapper .flip-countdown.simple-countdown {
		display: none;
	}

	.special-collection .collection-product .slider-specialproduct-wrap .tab-pane .product-wrapper .product-description,
	.special-collection .collection-product .slider-specialproduct-wrap .tab-pane .product-wrapper .product-thumb {
		width: 100%;
	}

	.special-collection .flip-countdown.simple-countdown {
		display: none;
	}

	.special-collection .collection-product .slider-specialproduct-wrap .special-product-content .special-product-div .product-wrapper .add_tocart {
		margin: 0;
	}
}

@media only screen and (max-width: 376px) {
	.cont-text-filp {
		bottom: -29px;
	}
}

@media only screen and (min-width: 992px) {

	#accessibleNav li:hover .sub-nav__dropdown.sub-menu,
	#accessibleNav .menu-item-depth-1.site-nav--has-dropdown:hover ul.sub-sub-nav__dropdown.mobiles-nav__sublist {
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
		z-index: 10;
		transform: scaleY(1);
		-webkit-transform: scaleY(1);
		-moz-transform: scaleY(1);
		-o-transform: scaleY(1);
		-ms-transform: scaleY(1);
		visibility: visible;
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		transform-origin: center top 0;
	}
}

@media only screen and (min-width: 992px) {

	#accessibleNav li .sub-nav__dropdown.sub-menu,
	#accessibleNav .menu-item-depth-1.site-nav--has-dropdown ul.sub-sub-nav__dropdown.mobiles-nav__sublist {
		float: left;
		width: 200px;
		margin: 0;
		position: absolute;
		top: 100%;
		background: #fff;
		text-align: left;
		border: 1px solid #e5e5e5;
		-webkit-border-radius: 0 0 5px 5px;
		-moz-border-radius: 0 0 5px 5px;
		-khtml-border-radius: 0 0 5px 5px;
		border-radius: 0 0 5px 5px;
		z-index: 2;
		padding: 10px 20px;
		-webkit-transition: 0.4s ease-in-out;
		-moz-transition: 0.4s ease-in-out;
		-ms-transition: 0.4s ease-in-out;
		-o-transition: 0.4s ease-in-out;
		transition: 0.4s ease-in-out;
		-webkit-opacity: 0;
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0;
		visibility: hidden;
		-webkit-transform: scaleY(0);
		-moz-transform: scaleY(0);
		-o-transform: scaleY(0);
		-ms-transform: scaleY(0);
		display: block !important;
		left: 0;
		right: auto;
		transform-origin: center top 0;
	}
}

.l-2-special-col #specialproduct_products_slider .product-wrapper .product-description .btn_wrapper .add-to-wishlist a:after,
.l-2-special-col #specialproduct_products_slider .product-wrapper .product-description .btn_wrapper .add-to-compare a:after,
.l-2-special-col #specialproduct_products_slider .product-wrapper .product-description .btn_wrapper .quick-view-wrap a:after {
	background: none;
}

/* product tab new  */

.lable_nav_tab ul .nav-item {
	display: inline-block;
	width: auto;
}

.tabbanner {
	float: left;
}

.lable_nav_tab {
	float: right;
}

/* light dark  */

/* -------------------- dark-light mode ------------------ */

.dark-light-mode {
	position: fixed;
	top: 45%;
	bottom: auto;
	left: 10px;
	right: auto;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	float: none;
	display: inline-block;
	vertical-align: top;
	width: 35px;
	height: 120px;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	background: var(--color-btn-primary);
	display: flex;
	align-items: center;
	justify-content: space-around;
	z-index: 3;
	border: 1px solid white;
}

.dark-light-mode li:hover a span {
	color: #222;
}

.dark-light-mode li:hover a {
	background: #fff !important;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-khtml-border-radius: 50px;
}

.dark-light-mode li a 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;
}

.dark-light-mode li {
	margin: 0;
}

.dark-light-mode li a {
	padding: 7px 4px 7px 4px;
	margin: 0;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}

.dark-light-mode li a .mdi {
	margin: 0 0px 10px 0;
	font-size: 20px;
	display: none;
}

.dark-light-mode li a {
	display: flex;
	flex-direction: row-reverse;
}

.dark-light-mode li.active a,
.dark-light-mode li:focus a {
	background: #fff !important;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-khtml-border-radius: 50px;
}

.dark-light-mode span {
	color: #222;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
}

.dark-light-mode li:last-child span {
  color: white;

}

.dark-light-mode li.active span,
.dark-light-mode li:focus span {
	color: #222;
}

@media (max-width: 480px) {
	.dark-light-mode {
		left: 5px;
	}
}

@media (max-width: 991px) {
	.dark-light-mode li a .mdi {
		display: block;
		margin: 0;
	}

	.dark-light-mode span {
		display: none;
	}

	.dark-light-mode {
		height: 70px;
	}

	.dark-light-mode li a {
		padding: 2px 4px 2px 4px;
	}
}

.btn_wrapper .quick-view-wrap a.loading .feather.feather-rotate-cw {
	color: var(--color-product-secondary-text) !important;
}

.product-wrapper .comapare_view_wish .pro_btn a svg.feather.feather-rotate-cw {
	width: 16px;
}

.add-cart-btn.btn .feather.feather-rotate-cw {
	height: 16px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	right: 0;
}

.lightbox .lb-outerContainer {
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-khtml-border-radius: 5px 5px 0 0;
}

.lightbox .lb-dataContainer {
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-khtml-border-radius: 0 0 5px 5px;
}

/* sep  */

#recently-viewed-products-wrap .section-header .section-top .tt-title,
.related-product .related-products-container .section-header .section-top .tt-title {
	margin: 0;
}

#recently-viewed-products-wrap .section-header {
	position: relative;
}

@media (max-width: 1499px) {}

@media (max-width: 991px) {

	#recently-viewed-products-wrap .section-header,
	.related-product .related-products-container .section-header {
		padding: 0px 0 0 15px;
	}

	.related-products-container .row .section-header .swiper-button.swiper-button-next,
	#recently-viewed-products-wrap .row .section-header .swiper-button.swiper-button-next {
		left: auto;
		right: 15px;
	}

	.related-products-container .row .section-header .swiper-button.swiper-button-prev,
	#recently-viewed-products-wrap .row .section-header .swiper-button.swiper-button-prev {
		left: auto;
		right: 45px;
	}
}

@media (max-width: 575px) {

	.related-products-container .row .section-header .swiper-button.swiper-button-prev,
	#recently-viewed-products-wrap .row .section-header .swiper-button.swiper-button-prev {
		left: auto;
		right: 45px;
	}
}

.facets__form .disclosure-has-popup .facets-filter ul::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
}

.facets__form .disclosure-has-popup .facets-filter ul::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9);
}

.facets__form .disclosure-has-popup .facets-filter ul::-webkit-scrollbar {
	width: 5px;
}

.facets__form .disclosure-has-popup:nth-child(3) .facets-filter ul,
.facets__form .disclosure-has-popup:nth-child(4) .facets-filter ul,
.facets__form .disclosure-has-popup:nth-child(5) .facets-filter ul,
.facets__form .disclosure-has-popup:nth-child(6) .facets-filter ul,
.facets__form .disclosure-has-popup:nth-child(7) .facets-filter ul {
	max-height: 195px;
	overflow: auto;
	scrollbar-width: thin;
	overflow-x: hidden;
	width: 100%;
	margin-bottom: 0;
	padding: 0 10px 0 0;
}

#shopify-product-reviews .spr-content .spr-form {
	border: none;
}

/* count-down  */

.search-result-product .flip-countdown.countdown-block::after {
	left: 100px;
}

@media (max-width: 1499px) {
	.search-result-product .flip-countdown.countdown-block::after {
		left: 60px;
	}
}

@media (max-width: 1399px) {
	.search-result-product .flip-countdown.countdown-block::after {
		left: 50px;
	}
}

@media (max-width: 1199px) {
	.search-result-product .flip-countdown.countdown-block::after {
		left: 60px;
	}

	.product-wrapper .product-qty {
		margin: 0 0 10px 0;
	}

	.product-short-list .product-wrapper .product-qty {
		display: none;
	}

	.product-short-list .product-wrapper .btn_wrapper .product-qty {
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 0 10px;
	}

	.product-short-list .product-wrapper .product-qty form {
		width: auto;
	}
}

@media (max-width: 767px) {
	.product-short-list .product-wrapper .btn_wrapper .product-qty {
		justify-content: flex-start;
	}
}

@media (max-width: 650px) {
	.product-list .product-wrapper .product-description .product-qty {
		margin: 0 0 10px 0;
	}

	.product-list .product-wrapper .product-description .product-qty form {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

/*  in product page sizeguide model doesn't display correctly in mobile phone.

Add this css for it: */

.modal#sizeModal {
	bottom: auto;
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 50px);

	-ms-transform: translate(0, 50px);

	-o-transform: translate(0, 50px);

	transform: translate(0, 50px);
}

@media (max-width: 991px) {

	th,
	td {
		padding: 11px;
	}
}

#google_map #map iframe {
	width: 100%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

/*  Add-to Cart Page  */

@media (max-width: 767px) {
	table.cart_table {
		overflow: hidden;
	}

	.cart__row.cart-item {
		position: relative;
		display: block;
		border: 0;
		border-bottom: 1px solid var(--color-border);
		margin-bottom: 35px;
		padding-bottom: 5px;
		padding-left: 115px;
		min-height: 140px;
		display: block;
	}

	.cart__row.cart-item td:first-child {
		position: absolute;
		top: 0px;
		right: -5px;
		z-index: 1;
		margin-bottom: 0;
		padding-bottom: 0;
		border: none !important;
		width: 30px;
	}

	.cart__row.cart-item td:nth-child(2) {
		position: absolute;
		top: 0;
		left: 0;
		overflow: hidden;
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}

	.cart__row.cart-item td {
		display: flex;
		align-items: center;
		flex-direction: row;
		flex-wrap: wrap;
		padding: 8px 0;
		width: 100%;
		float: none;
	}

	.cart-item__price-wrapper:before {
		content: attr(t4s-cart-data-total);
		text-align: left;
		font-size: 14px;
		font-weight: 400;
		color: var(--color-text);
		flex: 1 1 auto;
	}

	.cart__quantity-td .cart__qty:before {
		content: attr(t4s-cart-data-cart__qty);
		text-align: left;
		font-size: 14px;
		font-weight: 400;
		color: var(--color-text);
		flex: 1 1 auto;
	}

	.product-price:before {
		content: attr(t4s-cart-data-price);
		text-align: left;
		font-size: 14px;
		font-weight: 400;
		color: var(--color-text);
		flex: 1 1 auto;
	}

	.cart__row.cart__row--heading {
		display: none;
	}

	.template-cart .cart__image-wrapper.product_img {
		margin: 0;
	}

	.list-view-item__title {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.list-view-item__title a {
		width: auto !important;
	}

	.cart__row.cart-item .cart__quantity-td .cart-qty-box-set {
		width: auto;
	}

	.cart-item__price-wrapper {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.cart__row.cart-item td.cart__final-price {
		display: block;
		border-bottom: none;
	}

	.cart__price {
		display: block !important;
		float: left !important;
	}

	.cart__price .product-price {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}

	.template-cart .cart-content .list-view-item__title a.cart__product-title {
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		text-align: left;
	}

	.template-cart .cart-content ul.product-details li.product-details__item {
		text-align: left;
	}
}

@media (max-width: 575px) {
	.cart__row.cart-item td {
		padding: 5px 0;
	}

	.template-cart .cart-content .list-view-item__title a.cart__product-title {
		margin: 0 0 6px;
		width: 86% !important;
	}

	.shop_table.cart_table .cart-item__price-wrapper span,
	.shop_table.cart_table .cart__price .product-price {
		font-size: 16px;
		line-height: 18px;
	}
}

@media (max-width: 480px) {
	.shop_table.cart_table td {
		border-bottom: none;
	}
}

/*  wishlist page */

@media (max-width: 767px) {
	.table-responsive .wishlist_table {
		border: none;
		overflow: hidden;
	}

	.wishlist_table .product-name a.wishlist-item-link {
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		text-align: left;
	}

	.shop_table.cart.wishlist_table thead {
		display: none;
	}

	.shop_table.cart.wishlist_table tbody tr td {
		display: flex;
		align-items: center;
		flex-direction: row;
		flex-wrap: wrap;
		padding: 8px 0;
		width: 100%;
		float: none;
		border: none;
		border-bottom: 1px solid var(--color-border);
	}

	.shop_table.cart.wishlist_table tbody tr td:last-child {
		border-bottom: none;
	}

	.shop_table.cart.wishlist_table tbody tr {
		position: relative;
		border: 0;
		border-bottom: 1px solid var(--color-border);
		margin-bottom: 35px;
		padding-left: 115px;
		min-height: 140px;
		display: block;
	}

	.shop_table.cart.wishlist_table tbody tr td.product-thumbnail {
		position: absolute;
		top: 0;
		left: 0;
		overflow: hidden;
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}

	.shop_table.cart.wishlist_table tbody tr td.product-remove {
		position: absolute;
		top: auto;
		right: 7px;
		z-index: 1;
		margin-bottom: 0;
		padding-bottom: 0;
		border: none !important;
		width: 30px;
		bottom: 23px;
	}

	.shop_table.cart.wishlist_table tbody tr td.product-name:before {
		content: attr(t4s-wish-data-name);
		text-align: left;
		font-size: 14px;
		font-weight: 400;
		color: var(--color-text);
		flex: 1 1 auto;
	}

	.shop_table.cart.wishlist_table tbody tr td.wishlist-product-price.product-price:before {
		content: attr(t4s-wish-data-price);
		text-align: left;
		font-size: 14px;
		font-weight: 400;
		color: var(--color-text);
		flex: 1 1 auto;
		font-family: var(--font-stack-body);
	}

	.shop_table.cart.wishlist_table tbody tr td.product-stock-status:before {
		content: attr(t4s-wish-data-stock);
		text-align: left;
		font-size: 14px;
		font-weight: 400;
		color: var(--color-text);
		flex: 1 1 auto;
	}

	.wishlist_table .product-thumbnail a {
		border: 1px solid var(--color-border);
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-khtml-border-radius: 10px;
	}

	.wishlist_table .product-thumbnail a img {
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-khtml-border-radius: 10px;
	}
}

@media (max-width: 575px) {
	.wishlist_table .wishlist-product-price.product-price {
		font-size: 16px;
		line-height: 18px;
	}

	.shop_table.cart.wishlist_table tbody tr {
		padding-left: 97px;
	}

	.shop_table.cart.wishlist_table tbody tr td .wishlist-item-link.btn {
		padding: 6px 8px;
		font-size: 12px;
	}

	.shop_table.cart.wishlist_table tbody tr td.product-remove {
		bottom: 19px;
	}
}

@media (max-width: 480px) {
	.shop_table.cart.wishlist_table tbody tr td {
		border-bottom: none;
	}
}

.shopify-challenge__container .shopify-challenge__message,
.shopify-challenge__container .g-recaptcha {
	margin: 0 0 15px !important;
}

/* Comapre Page  */
.product-single.vertical_right .product-image-thumb {
	width: 70%;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.product-single.vertical_left .product-image-thumb {
	width: 70%;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.product-single .product-single__thumbs .swiper-wrapper {
	height: 640px;
}

.product-single.vertical_right .product-single__thumbs li.swiper-slide.grid-item a.product-single__thumbnail {
	float: none;
	width: auto;
	display: inline-block;
	vertical-align: top;
}

.product-single.vertical_left .product-single__thumbs li.swiper-slide.grid-item a.product-single__thumbnail {
	float: none;
	width: auto;
	display: inline-block;
	vertical-align: top;
}

@media (max-width: 1599px) {
	.product-single.vertical_right .product-single__thumbs {
		margin: 56px 0;
	}

	.product-single.vertical_left .product-single__thumbs {
		margin: 56px 0;
	}

	.product-single .product-single__thumbs .swiper-wrapper {
		height: 642px;
	}
}

@media (max-width: 1499px) {
	.product-single .product-single__thumbs .swiper-wrapper {
		height: 478px;
	}
}

@media (max-width: 1399px) {
	.product-single .product-single__thumbs .swiper-wrapper {
		height: 406px;
	}

	.product-single.vertical_right .product-single__thumbs,
	.product-single.vertical_left .product-single__thumbs {
		margin: 45px 0;
	}

	.product-single.vertical_right .product-single__thumbs .grid-item img,
	.product-single.vertical_left .product-single__thumbs .grid-item img {
		width: 100px;
		height: 120px;
	}
}

@media (max-width: 1199px) {
	.product-single .product-single__thumbs .swiper-wrapper {
		height: 317px;
	}

	.product-single.vertical_right .product-single__thumbs .grid-item img,
	.product-single.vertical_left .product-single__thumbs .grid-item img {
		width: 73px;
		height: 92px;
	}
}

@media (max-width: 480px) {
	.product-single .product-single__thumbs .swiper-wrapper {
		height: 218px;
	}

	.product-single.vertical_right .product-single__thumbs,
	.product-single.vertical_left .product-single__thumbs {
		margin: 38px 0;
	}

	.product-single.vertical_right .product-single__thumbs .grid-item img,
	.product-single.vertical_left .product-single__thumbs .grid-item img {
		width: 48px;
		height: 59px;
	}

	.product-single.vertical_right .product-image-thumb,
	.product-single.vertical_left .product-image-thumb {
		width: 74%;
	}
}

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

.category_2,
.Specialpro2,
.testimonial_2 {
	padding: 60px 0 0;
}

@media (max-width: 991px) {

	.category_2,
	.Specialpro2,
	.testimonial_2 {
		padding: 45px 0 0;
	}
}

@media (max-width: 575px) {

	.category_2,
	.Specialpro2,
	.testimonial_2 {
		padding: 30px 0 0;
	}
}

#challenge .shopify-challenge__container {
	min-height: 400px;
}

#search .page-wrapper .container-fluid .shopify-section {
	float: left;
	width: 100%;
	min-height: 500px;
}

.shopify-challenge__container .shopify-challenge__button {
	color: var(--color-btn-secondary-text);
}

.shopify-challenge__container .shopify-challenge__button:hover {
	color: var(--color-btn-primary-text);
}

.your-shopping-cart .cart_template-wrapper {
	min-height: 450px;
}

.main-cart .row {
	width:100%
}