/** Shopify CDN: Minification failed

Line 64:2 Expected identifier but found "*"
Line 539:33 Expected identifier but found whitespace
Line 539:34 Unexpected "nth-child("
Line 690:23 Expected identifier but found whitespace
Line 690:24 Unexpected "nth-child("
Line 841:36 Expected identifier but found whitespace
Line 841:37 Unexpected "nth-child("
Line 1104:2 Expected identifier but found "*"
Line 1487:2 Expected identifier but found "*"
Line 2629:46 Expected identifier but found whitespace
... and 11 more hidden warnings

**/
::selection {
  color: #fff;
  background: #2453c9;
}
body {
  font-size: 14px;
  letter-spacing: var(--font-letterspace);
  line-height: var(--font-line-height);
  float: left;
  width: 100%;
}
/*================================#Normalize===============================*/
*,
*::before,
*::after {
  box-sizing: border-box;
}
article,
aside,
details,
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;
}
.products-grid-view.collections_masonry.shop_masonry {
  float: left;
  width: 100%;
}
.grid--rev {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 0;
  direction: rtl;
  text-align: left;
}
.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;
}
/*=============================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;
}
img {
  max-width: 100%;
  border: 0;
}
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;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
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;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.left {
  float: left !important;
}
.right {
  float: right !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: 33.33333%;
  }
  .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;
  }
}
/*================ 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 {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.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;
}
/*--------------------------------------------------------------*/
.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-body-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 {
  text-align: left;
  float: left;
  width: 100%;
}
.content-wrapper {
  padding: 0;
}
@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: 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 {
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .container {
    padding: 0 10px;
  }
  .row {
    margin: 0 -10px;
  }
}
/*======================= 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;
}
.page-wrapper .main-content {
  margin: 0;
}
.wrapper {
  margin: 0 auto;
  *zoom: 1;
  padding: 0 15px;
}
@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;
}
/*===============================================Typography==========================================*/
body,
input,
textarea,
button,
select {
  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-body);
  line-height: 1.6;
  margin: 8px 0;
}
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 15px 0;
}
p img {
  margin: 0;
}
em {
  font-style: italic;
}
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: solid var(--color-border);
  border-width: 1px 0 0;
  margin: 20px 0;
  height: 0;
  float: left;
  width: 100%;
}
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: #fff;
}
h5.tt-toggle-accordion.active a {
  color: #fff;
  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,
.tt-toggle-frame h5.tt-toggle,
h5.tt-toggle {
  padding: 10px 0 10px 35px;
  line-height: 30px;
  position: relative;
  font-size: 16px;
  margin: -1px 0 -1px;
  border: 1px solid var(--color-border);
  font-family: var(--font-stack-header);
}
.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: var(--color-body-text);
  font-weight: 500;
  display: block;
  border: none !important;
}
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;
  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: 20px 5px 20px 40px;
  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) !important;
  float: left;
  width: 100%;
  padding: 10px 0;
  margin: 0px;
  font: 500 20px/28px var(--font-stack-header);
}
/*----------------------- common css --------------------*/
.owl-carousel .owl-item img {
  margin: 0 auto;
}
.owl-nav {
  display: none;
}
.page-wrapper {
  float: left;
  min-height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.template-index .main-content .shopify-section.index-section {
  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 15px 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 ============================*/
.blog_latest_new_home .grid--blog #blog_slider .owl-dots {
  margin: 30px 0 0 0;
}
.owl-theme .owl-dots .owl-dot {
  float: none;
  height: 100%;
  width: 10px;
  margin: 0 4px;
  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;
  padding: 5px 0;
}
.owl-theme .owl-dots .owl-dot.active {
  width: 20px;
}
.owl-theme .owl-dots .owl-dot > span {
  height: 5px;
  width: 100%;
  float: left;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -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;
}
.owl-theme .owl-dots .owl-dot.active > span {
  background: var(--color-btn-secondary);
}
.widget_filter {
  float: left;
}
.item-row.grid-item {
  padding-left: 0;
}
.owl-prev {
  left: 0;
}
.owl-next {
  right: 0;
}
.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 {
    width: 33.333%;
  }
}
@media only screen and (max-width: 767px) {
  .item-row {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .item-row {
    width: 80%;
  }
  .tab-inner .nav-tabs > li {
    width: 80%;
  }
  .tab-inner .nav-tabs > li {
    margin-bottom: 5px;
  }
}
/*------------------related-products -------------*/
.related-products .owl-nav {
  display: none;
}
.related-products .grid-item {
  padding: 0;
}
.related-products.product-grid {
  text-align: center;
  border: 1px solid var(--color-border);
}
@media only screen and (max-width: 991px) {
  .page-wrapper .main-content {
    margin: 0;
    float: left;
    width: 100%;
    display: inline-block;
    overflow: hidden;
  }
  .related-products.product-grid {
    padding: 20px 5px;
  }
}
@media only screen and (max-width: 767px) {
  .related-products.product-grid {
    padding: 15px 0px;
  }
}
/*==================================Rich Text Editor=======================================*/
.rte {
  color: var(--color-body-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;
  line-height: 20px;
}
.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;
  margin: 0 0 10px 15px;
  float: left;
  width: 100%;
}
.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);
}
.btn,
.btn--secondary,
input.btn--secondary,
.product-wrapper .btn_wrapper .pro_btn a {
  cursor: pointer;
  float: none;
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
  font-size: 14px;
  font-family: var(--font-stack-body);
  line-height: var(--font-line-height);
  letter-spacing: var(--font-letterspace);
  margin: 0;
  padding: 10px 20px;
  text-align: center;
  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;
  overflow: hidden;
  z-index: 1;
  text-transform: uppercase;
}
.btn,
.btn--secondary,
input.btn--secondary {
  background-color: var(--color-btn-primary);
  color: var(--color-btn-primary-text);
}
.btn:hover {
  color: var(--color-btn-secondary-text);
}
.btn:active,
.btn:focus {
  background-color: var(--color-btn-secondary);
  color: var(--color-btn-secondary-text);
}
.btn[disabled],
.btn.disabled {
  cursor: default;
  color: var(--color-btn-secondary-text);
  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;
}
.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 .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;
}
@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;
}
.comment-form .btn,
.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 ==================*/
.tbl-list > li.currency,
.tbl-list > li.language {
  position: relative;
  float: left;
  margin: 0;
  width: 100%;
}
.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: 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);
}
.currency_code > i,
.language_code > i {
  margin: 2px 5px 0 0;
  float: left;
}
.flag-dropdown-menu li.active a span {
  color: var(--color-text-hover-field);
}
.header_currency .currency_wrapper .mdi.mdi-chevron-up,
.header_language .language_wrapper .mdi.mdi-chevron-up {
  display: none;
}
.header_currency ul li .currency_wrapper.active .mdi.mdi-chevron-up,
.header_language .language_wrapper.active .mdi.mdi-chevron-up {
  display: inline-block;
  vertical-align: top;
}
.header_currency ul li .currency_wrapper .mdi.mdi-chevron-down,
.header_language .language_wrapper .mdi.mdi-chevron-down {
  display: inline-block;
  vertical-align: top;
}
.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: 3px 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;
}
.tbl-list > li.currency .flag-dropdown-menu,
.header_language .disclosure #lang-list {
  left: auto;
  right: 0;
  top: 100%;
  min-width: 120px;
  z-index: 4;
  position: absolute;
  display: none;
  margin: 0;
  padding: 10px 0 !important;
  background: #fff;
  margin-left: 0;
  text-align: left;
  box-shadow: none;
  border: 1px solid var(--color-border);
}
.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;
}
.header_currency ul.tbl-list,
.header_language ul.tbl-list {
  margin: 0;
  margin: 0;
  float: none;
  display: inline-block;
  vertical-align: top;
  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/16px var(--color-body-text);
  padding: 15px 0;
  float: left;
  width: auto;
  color: #ccc;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -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_wrapper.dropdown-toggle,
.language_wrapper.dropdown-toggle {
  padding: 15px 15px 16px 0;
  margin-right: 15px;
}
.currency_wrapper.dropdown-toggle:hover,
.language_wrapper.dropdown-toggle:hover {
  color: #111;
}
.currency-selector-label,
.language-selector-label {
  float: left;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 0;
  font-weight: 400;
  color: #333333;
  font-family: var(--font-stack-header);
}
.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;
}
.myaccount .mdi.mdi-chevron-down,
.myaccount .mdi.mdi-chevron-up {
  display: none;
}
.site-header span.language,
.site-header span.currency {
  float: none;
  display: inline-block;
  vertical-align: top;
  padding: 16px 0;
  line-height: 12px;
  margin: 0 5px 0 0;
}
@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);
  }
}
@media only screen and (max-width: 1024px) {
  .flag-dropdown-menu {
    right: auto;
  }
  .tbl-list > li.currency .flag-dropdown-menu li a,
  .tbl-list > li.language .flag-dropdown-menu li a {
    font-size: 13px !important;
  }
  .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;
  }
}
@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);
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
table p {
  margin-bottom: 0;
}
table.full {
  width: 100%;
  margin-bottom: 1em;
}
th {
  font-weight: bold;
}
th,
td {
  text-align: left;
  padding: 15px;
  border: 1px solid var(--color-border);
}
/*======================= 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;
  }
}
::-webkit-input-placeholder {
  color: var(--color-body-text);
  opacity: 0.6;
}
:-moz-placeholder {
  color: var(--color-body-text);
  opacity: 0.6;
}
::-moz-placeholder {
  color: var(--color-body-text);
  opacity: 0.6;
}
:-ms-input-placeholder {
  color: var(--color-body-text);
  opacity: 0.6;
}
::-ms-input-placeholder {
  color: var(--color-body-text);
  opacity: 1;
}
form {
  margin: 0 0 15px;
}
select {
  font-size: 14px;
}
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: 400;
  font-size: 14px;
  font-family: var(--font-stack-body);
  line-height: var(--font-line-height);
  letter-spacing: var(--font-letterspace);
  margin: 0;
  padding: 10px 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;
  text-transform: uppercase;
}
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;
}
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;
}
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;
}
label,
legend {
  display: inline-block;
  font-family: var(--font-stack-body);
  color: var(--color-body-text);
  vertical-align: top;
  margin-bottom: 2px;
  font-size: em(12px);
  font-weight: bold;
}
label.inline,
legend.inline {
  display: inline;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.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;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  font-weight: 500;
}
label[for] {
  cursor: pointer;
}
.label-hint {
  color: #999;
}
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;
}
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::-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 .btn,
.input-group .input-group-field {
  height: 40px;
}
.input-group .input-group-field {
  width: 100%;
  margin-bottom: 0;
}
.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;
}
.icon-fallback-text .icon {
  display: none;
}
.supports-fontface .icon-fallback-text .icon i {
  display: none;
  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) {
  .supports-fontface .newsletter-input .icon-fallback-text .icon i {
    display: inline-block;
  }
}
.supports-fontface .icon-fallback-text .fallback-text {
  clip: rect(0 0 0 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}
.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-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;
}
.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;
}
.payment-icons .icon {
  font-size: 24px;
  line-height: 28px;
}
.social-icons {
  margin: 0;
}
.follow-us-outer ul li {
  float: none;
  width: auto;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0 2px;
}
.follow-us-outer ul li:last-child {
  margin-right: 0;
}
.social-icons li a span {
  float: none;
  display: inline-block;
  vertical-align: top;
  height: 40px;
  width: 40px;
  line-height: 40px;
  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: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
}
.social-icons li:hover a span {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
}
.social-icons li a span.mdi.mdi-facebook {
  background: #3b5998;
}
.social-icons li a span.mdi.mdi-twitter {
  background: #00aced;
}
.social-icons li a span.mdi.mdi-pinterest {
  background: #c8232c;
}
.social-icons li a span.mdi.mdi-instagram {
  background: #ff3a67;
}
.social-icons li a span.mdi.mdi-tumblr {
  background: #1c3562;
}
.social-icons li {
  vertical-align: middle;
}
.social-icons li:first-child {
  margin: 0;
}
.social-icons li .icon {
  font-size: 14px;
  line-height: 20px;
}
.social-icons li a {
  color: var(--colorFooterSocial);
}
@media (max-width: 1199px) {
  .social-icons li a span {
    height: 35px;
    width: 35px;
    line-height: 35px;
  }
}
.pagination {
  margin-bottom: 1em;
}
.pagination-custom > li {
  display: inline-flex;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  float: none;
  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-wrap {
  float: left;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  border: 1px solid var(--color-border);
}
.pagination-wrap .infinite-scrolling {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.pagination-wrap .infinite-scrolling .btn {
  overflow: hidden;
  z-index: 0;
  line-height: 14px;
  padding: 12px 20px;
}
.pagination-wrap .showing {
  float: right;
  width: auto;
  line-height: 36px;
}
.pagination-custom {
  float: none;
  width: auto;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  font-family: var(--font-stack-body);
}
.pagination-custom li > i.fa {
  float: left;
  width: 100%;
  height: 100%;
  color: var(--color-text-field);
  position: relative;
  line-height: 34px;
}
.pagination-custom li > a,
.pagination-custom li > span {
  float: left;
  width: 100%;
  width: 28px;
  height: 28px;
  line-height: 28px;
  position: relative;
  font-weight: 600;
}
.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;
}
.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: 2;
}
.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);
}
.section-header {
  float: left;
  width: auto;
  margin: 0 0 15px;
}
.section-header .form-horizontal {
  display: inline-block;
  vertical-align: middle;
}
.popup-toggle .sticky_header.fixed {
  z-index: 9 !important;
}
@media only screen and (max-width: 767px) {
  .section-header {
    margin: 0 0 10px;
    text-align: left;
  }
}
.tt-nav-right-div .site-header__cart span.title {
  float: none;
  width: auto;
  font: 500 14px/18px var(--font-stack-header);
  display: inline-block;
  vertical-align: top;
}
.wrapper-top-cart {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.wrapper-top-cart > .site-header_cart_link {
  z-index: 1;
  position: relative;
}
@media (min-width: 992px) {
  .wrapper-top-cart > .site-header_cart_link {
    display: flex;
    align-items: center;
  }
}
.site-header__cart-count .cart-products-count {
  width: 18px;
  height: 18px;
  border-radius: 50px;
  font-size: 12px;
  line-height: 14px;
  float: left;
  position: absolute;
  top: 14px;
  bottom: auto;
  margin: auto;
  left: 26px;
  right: auto;
  text-align: center;
  border: 2px solid #fff;
}
.site-header__cart-count .cart-products-detail {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  margin: 0 0 4px;
  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;
}
.wrapper-top-cart > .site-header_cart_link:hover svg,
.wrapper-top-cart > .site-header_cart_link.active svg {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
}
.site-header .dropdown-backdrop {
  z-index: 0;
}
.site-header__cart .wrapper-top-cart .site-header__cart-count {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  text-align: left;
}
.site-header__cart-count span.price {
  float: left;
  width: 100%;
  font-size: 13px;
  line-height: 16px;
}
.site-header__cart-count span.price .money {
  color: #fff;
  font-weight: 400;
}
span.cart-products-count {
  margin: 0;
}
#slidedown-cart .has-items .actions svg,
.product-single .product-information-inner .checkout-btn .checkout.btn svg {
  margin-right: 7px;
  height: 18px;
  width: 18px;
  vertical-align: middle;
}
#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;
}
#slidedown-cart .mini-cart-wrap {
  float: left;
  width: 100%;
  text-align: center;
}
#slidedown-cart .total {
  float: left;
  width: 100%;
}
#slidedown-cart .total .label {
  display: inline;
  padding: 0;
  font: 500 16px/18px var(--font-stack-body);
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  float: left;
  color: #111;
}
#slidedown-cart .product-details .price,
#slidedown-cart .product-details .product-price__price,
#slidedown-cart .product-details .product-price__price .money,
#slidedown-cart .product-details price .money {
  font-size: 14px;
  line-height: 22px;
}
#slidedown-cart .total .price {
  float: right;
}
#slidedown-cart .total .money {
  font-size: 18px;
}
#slidedown-cart .has-items .item {
  float: left;
  width: 100%;
  margin: 0 0 15px;
  position: relative;
}
#slidedown-cart .has-items .actions {
  float: left;
  width: 100%;
  margin: 15px 0 0;
}
#slidedown-cart .has-items .actions .btn {
  margin-right: 0;
  background: var(--color-btn-primary);
  color: var(--color-btn-primary-text);
  padding: 12px 50px;
  float: left;
  width: 100%;
}
#slidedown-cart .has-items .actions .btn i.mdi-share {
  margin-right: 5px;
}
#slidedown-cart .has-items .actions .btn.checkout-btn {
  background: var(--color-btn-secondary);
  color: var(--color-btn-secondary-text);
  padding: 15px;
  margin: 0 0 15px;
}
#slidedown-cart .has-items .actions .btn.checkout-btn:hover {
  color: var(--color-btn-primary-text);
}
#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-btn-secondary-text);
}
#slidedown-cart .has-items .actions .btn.checkout-btn:active,
#slidedown-cart .has-items .actions .btn.checkout-btn:focus,
#slidedown-cart .has-items .actions .btn.checkout-btn:after {
  background-color: var(--color-btn-primary);
  color: var(--color-btn-primary-text);
}
#slidedown-cart .has-items .actions .btn:hover {
  color: var(--color-btn-secondary-text);
}
#slidedown-cart .has-items .actions .btn.text-cart {
  border: none;
  border-bottom: 1px solid var(--color-border);
  font-weight: 600;
  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;
  margin: 0;
  float: none;
  width: auto;
  display: inline-block;
  vertical-align: top;
  border-radius: 0;
}
#slidedown-cart .has-items .actions .btn.text-cart:hover,
#slidedown-cart .has-items .actions .btn.text-cart:active,
#slidedown-cart .has-items .actions .btn.text-cart:focus {
  color: var(--color-text-hover-field);
  border-bottom: 1px solid #111;
  background: none;
}
#slidedown-cart .has-items .actions .btn.text-cart::after {
  display: none;
}
#slidedown-cart .product-details {
  float: left;
  width: 55%;
  text-align: left;
  padding: 0 15px;
}
#slidedown-cart .product-image {
  float: left;
  height: auto;
  width: 90px;
  text-align: left;
  border: 1px solid var(--color-border);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
}
#slidedown-cart .mini-products-list img {
  border: none;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
}
#slidedown-cart .btn-remove {
  float: right;
  color: #111;
  width: 24px;
  text-align: center;
  height: 24px;
  font-size: 0;
  line-height: 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;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
}
#slidedown-cart .btn-remove:hover {
  background: #f5f5f9;
}
#slidedown-cart .btn-remove:hover::after,
#slidedown-cart .btn-remove:hover::before {
  background-color: #ff0000;
}
.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;
}
.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;
}
.mini-cart-footer {
  float: left;
  width: 100%;
  padding: 30px;
  background: #f5f5f9;
  z-index: 2;
}
.no-items {
  float: left;
  width: 100%;
  text-align: center;
}
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;
}
.fixed-cart-wrap #slidedown-cart .cart-close {
  position: absolute;
  right: 20px;
  z-index: 999;
  top: 20px;
  cursor: pointer;
  padding: 6px;
  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;
}
.fixed-cart-wrap #slidedown-cart .cart-close:hover {
  background: #f5f5f9;
}
.fixed-cart-wrap #slidedown-cart .cart-close::after,
.fixed-cart-wrap #slidedown-cart .cart-close::before {
  width: 18px;
}
#top .wrapper-top-cart > .site-header_cart_link {
  padding: 17px 5px 15px 55px;
}
button.btn.text-cart {
  float: right;
}
.mini-cart-wrap.ps-container > .ps-scrollbar-x-rail {
  display: none !important;
}
.fixed-cart-wrap {
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  visibility: hidden;
  z-index: 9999;
}
.fixed-cart-wrap.active {
  visibility: visible;
}
.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;
}
.fixed-cart-wrap #slidedown-cart .cart-close i.mdi.mdi-close {
  float: left;
  width: 22px;
  height: 22px;
  font-size: 0;
  line-height: 22px;
  color: #666;
  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: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
}
.fixed-cart-wrap #slidedown-cart .mini-cart-wrap,
.fixed-cart-wrap #slidedown-cart .no-items {
  padding: 0 30px;
}
.fixed-cart-wrap #slidedown-cart .cart-close::after,
.fixed-cart-wrap #slidedown-cart .cart-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;
}
.fixed-cart-wrap #slidedown-cart .cart-close::after,
.fixed-cart-wrap #slidedown-cart .cart-close:hover::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.fixed-cart-wrap #slidedown-cart .cart-close:hover::after,
.fixed-cart-wrap #slidedown-cart .cart-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#slidedown-cart .mini-cart-wrap .mini-cart-title {
  float: left;
  width: 100%;
  font: 500 20px/22px var(--font-stack-header);
  color: var(--color-text);
  text-align: left;
  margin: 0 0 30px;
}
.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);
}
.tab-inner > ul#jquery-tab-pager-navi {
  display: none;
}
.header-top-right,
.header-top-left {
  float: left;
}
.header-top-right {
  float: right;
}
@media only screen and (max-width: 991px) {
  .wrapper-top-cart {
    background: none;
  }
  .wrapper-top-cart > .site-header_cart_link {
    margin: 0px;
  }
  .tt-nav-right-div .site-header__cart span.title {
    display: none;
  }
  .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__cart #slidedown-cart .mini-cart-wrap.ps-container {
    max-height: 320px;
  }
  .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;
  }
  .site-header__cart-count .cart-products-detail {
    display: none;
  }
  .wrapper-top-cart > .site-header_cart_link {
    border: none;
  }
}
@media only screen and (max-width: 480px) {
  #slidedown-cart .has-items .actions i,
  .product-single .product-information-inner .checkout-btn .checkout.btn i {
    margin-right: 3px;
  }
  #slidedown-cart {
    width: 308px;
  }
  #slidedown-cart .has-items .actions .btn {
    padding: 10px;
  }
  #slidedown-cart .product-details {
    width: 58%;
    padding: 0 10px;
  }
  .cart-close {
    top: 20px;
  }
  ul.mini-products-list {
    max-height: 240px;
    padding-right: 0px;
  }
  .fixed-cart-wrap #slidedown-cart {
    padding: 20px;
  }
  #slidedown-cart .mini-cart-wrap .mini-cart-title {
    margin: 0 0 20px;
  }
  #slidedown-cart .product-image {
    width: 80px;
  }
  .site-header__cart-count .cart-products-count {
    width: 16px;
    height: 16px;
    font-size: 10px;
    line-height: 14px;
  }
}
.search-results li 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;
}
.search-results li:hover img {
  opacity: 0.7;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
}
.search-results li.no-result {
  width: 100%;
  padding: 0;
}
.site-header__search .serach_icon {
  display: none;
}
.site-header__search .serach-title {
  float: none;
  display: inline-block;
  vertical-align: top;
  font: 400 13px/20px 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;
}
.site-header__search.icon-btn {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.site-header__search.icon_btn .search_wrapper,
.site-header__search.icon-btn .search_wrapper {
  background: #fff none repeat scroll 0 0;
  width: 100%;
  float: left;
  height: 50px;
  position: relative;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
}
.site-header__search.icon-btn .search_wrapper .input-group-btn {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.collections-selector {
  float: left;
  width: auto;
  position: relative;
  flex-grow: 0;
  z-index: 1;
}
.site-header__search.icon-btn .search_wrapper .collections-selector::after {
  content: "";
  position: absolute;
  background: #dedede;
  width: 1px;
  height: 23px;
  top: 0;
  bottom: 0;
  right: auto;
  left: 100%;
  margin: auto 0;
}
.collections-selector select {
  border: none;
  padding: 10px 36px 10px 15px;
  height: 50px;
  margin: 0;
  background-color: transparent;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search_wrapper .icon-fallback-text .fallback-text {
  position: static;
  float: none;
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: top;
  line-height: 16px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
}
.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;
  display: flex;
  align-items: center;
  float: left;
  width: 100%;
}
.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 150px 0 15px;
  border: none;
}
.search-bar {
  float: left;
  border: none;
}
input[type="search"] {
  border: none;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #666;
  font-family: var(--font-stack-header);
  font-size: 13px;
  height: 50px;
  padding: 0 15px;
  width: 100%;
  float: left;
  border-bottom: 1px solid #ccc;
  line-height: 50px;
  cursor: text;
  letter-spacing: 1px;
}
.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;
}
@media only screen and (max-width: 1199px) {
  .site-header__search.icon-btn
    .search_wrapper
    .input-group
    input[type="search"],
  .site-header__search.icon_btn
    .search_wrapper
    .input-group
    input[type="search"] {
    padding: 0 125px 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .site-header__search.icon-btn
    .search_wrapper
    .input-group
    input[type="search"],
  .site-header__search.icon_btn
    .search_wrapper
    .input-group
    input[type="search"] {
    padding: 0 60px 0 15px;
  }
  .search_wrapper .icon-fallback-text .fallback-text {
    display: none;
  }
  .site-header__search.icon-btn .search_wrapper,
  .collections-selector select,
  .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: 41px;
  }
}
@media only screen and (max-width: 480px) {
  .site-header__search.icon-btn .search_wrapper,
  .collections-selector select,
  .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: 35px;
  }
}
.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;
  }
}
@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;
  }
}
.tt-innerpagetitle {
  float: left;
  font: 500 22px/28px var(--font-stack-header);
  padding: 0;
  text-align: left;
  width: 100%;
  color: var(--color-text);
  margin: 0 0 20px;
}
.template-page .tt-innerpagetitle {
  margin: 0;
}
p.bottom-indent {
  line-height: 24px;
  float: left;
  width: 100%;
}
.rte .page-subheading {
  color: var(--color-text);
  float: left;
  width: 100%;
}
.tthometab-title h3 {
  margin: 30px 0 0;
}
.template-page .page-content p {
  float: left;
  width: 100%;
  line-height: 24px;
}
.section-header .subtitle {
  font: 400 18px/22px var(--font-stack-subheading);
  float: none;
  width: auto;
  display: inline-block;
  vertical-align: top;
  color: var(--color-sub-text);
  margin: 0 0 0 5px;
}
.section-header .tt-title {
  float: none;
  width: auto;
  display: inline-block;
  vertical-align: top;
  font: 600 20px/22px var(--font-stack-header);
  margin: 0;
  color: var(--color-text);
}
h2.tt-pagetitle {
  float: left;
  width: 100%;
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  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: 500;
  float: left;
  width: 100%;
  color: var(--color-text);
}
@media (min-width: 1500px) {
  .template-search .search-products .grid-item {
    width: 16.66%;
    clear: none;
  }
  .template-search .search-products .grid-item:nth-child(6n + 1) {
    clear: both;
  }
}
@media (min-width: 1300px) and (max-width: 1499px) {
  .template-search .search-products .grid-item {
    width: 20%;
    clear: none;
  }
  .template-search .search-products .grid-item:nth-child(5n + 1) {
    clear: both;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .template-search .search-products .grid-item {
    width: 25%;
    clear: none;
  }
  .template-search .search-products .grid-item:nth-child(4n + 1) {
    clear: both;
  }
}
@media (min-width: 750px) and (max-width: 991px) {
  .template-search .search-products .grid-item {
    width: 33.33%;
    clear: none;
  }
  .template-search .search-products .grid-item:nth-child(3n + 1) {
    clear: both;
  }
}
@media (min-width: 320px) and (max-width: 749px) {
  .search-result-product .products-grid-view .grid-item {
    width: 50%;
    clear: none;
  }
  .template-search .search-products .grid-item:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1199px) {
  .section-header .tt-title {
    font-size: 18px;
    line-height: 20px;
  }
  .section-header .subtitle {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .search-products .text--left.section-header__title {
    font-size: 20px;
    line-height: 30px;
  }
  .tt-innerpagetitle {
    font-size: 18px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .section-header .tt-title {
    font-size: 16px;
    line-height: 18px;
  }
  .section-header .subtitle {
    font-size: 14px;
    line-height: 16px;
    width: 100%;
    margin: 0px;
  }
  .tt-innerpagetitle {
    font-size: 14px;
    line-height: 16px;
    width: 100%;
  }
}
.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);
  }
}
.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);
}
.cart_table input[type="number"] {
  padding: 0;
  width: 40px;
}
@media only screen and (max-width: 1024px) {
  .nav-search {
    margin: 0 0 (var(--gutter) / 2);
  }
}
.nav-secondary {
  font-family: var(--font-stack-body);
  font-size: 14px;
  margin: 0 0 var(--gutter) / 2;
}
.nav-secondary a {
  color: var(--colorFooterContent);
}
.nav-secondary li:hover a,
.nav-secondary li:hover i.mdi-phone,
.nav-secondary li:hover i.mdi-email-outline {
  color: var(--color-btn-primary);
}
.site-footer .footer-wrap .contact-us i.mdi {
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.nav-secondary li {
  margin: 0 0 10px;
  cursor: pointer;
}
.nav-secondary .social-icons li:hover a {
  color: var(--colorFooterSocial);
}
.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-wrap {
  float: left;
  width: 100%;
  padding: 20px 0;
  background-color: var(--color-bg-breadcrumb);
  text-align: center;
  margin: 0 0 50px;
}
.breadcrumb-wrap span.title {
  float: left;
  width: auto;
  font: 500 16px/18px var(--font-stack-header);
}
.breadcrumb-wrap .breadcrumb {
  float: right;
  width: auto;
}
.breadcrumb-wrap .breadcrumb .breadcrumb__sep {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  font-size: 0;
}
.breadcrumb-wrap .breadcrumb .breadcrumb__sep::before {
  content: "\f142";
  font-family: "Material Design Icons";
  font-size: 16px;
  margin: 0px 8px;
}
.breadcrumb-wrap.breadcrumb-content {
  padding: 18px;
}
.breadcrumb-wrap.breadcrumb-content .breadcrumb-wrap {
  float: left;
  width: 100%;
}
.breadcrumb-wrap.breadcrumb-img {
  position: relative;
}
.spr-header-title {
  font-size: 21px;
}
.page-header {
  display: none;
}
.breadcrumb a,
.breadcrumb-wrap a,
.breadcrumb-wrap *,
.breadcrumb-wrap .breadcrumb-wrap span.title,
.breadcrumb-wrap .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,
.breadcrumb-wrap a:hover i {
  color: var(--color-text-hover-breadcrumb);
}
@media only screen and (max-width: 991px) {
  .breadcrumb-wrap .breadcrumb .breadcrumb__sep: :before {
    margin: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .breadcrumb-wrap {
    padding: 15px 0;
    margin: 0 0 30px;
  }
  .breadcrumb-wrap span.title {
    font-size: 13px;
    width: 100%;
  }
  .breadcrumb-wrap .breadcrumb {
    margin: 5px 0 0;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb-wrap {
    margin: 0 0 15px;
  }
}
.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%;
}
.list-collection-products .pickgradient-products > a.grid-link {
  float: left;
  width: 100%;
  position: relative;
}
.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;
  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)
  );
}
.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);
}
.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: #eaecef;
  overflow: hidden;
}
.flip-countdown-text {
  margin-top: -7px;
  font-size: 20px;
  color: #24ceff;
}
.flip-countdown.countdown-container {
  width: auto;
  float: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 0 0 30px;
}
.fixed-content .product-single__header .flip-countdown {
  position: relative;
  display: inline-block !important;
}
@media only screen and (max-width: 991px) {
  .flip-countdown {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: 480px) {
  .fixed-content .product-single__header .flip-countdown {
    display: inline-block;
  }
}
.flip-countdown .time {
  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.simple-countdown .countdown-container span {
  height: auto;
  font-size: 13px;
  width: 34px;
  line-height: 40px;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 0 0;
  position: relative;
  text-align: center;
  font-weight: 500;
  color: #111;
}
.flip-countdown.simple-countdown .countdown-container span::after {
  color: #111;
  content: ":";
  font-size: 16px;
  position: absolute;
  right: -10px;
  font-weight: 400;
  top: -2px;
  font-weight: 600;
}
.flip-countdown.simple-countdown .countdown-container span.second::after {
  display: none;
}
.flip-countdown.simple-countdown .countdown-container span::last-child::after {
  display: none;
}
.flip-countdown.simple-countdown .countdown-container span:last-child::after {
  display: none;
}
.flip-countdown.simple-countdown .countdown-container span.second {
  color: #ff0000;
}
.flip-countdown.simple-countdown .countdown-container span:last-child {
  margin: 0;
}
.flip-countdown.simple-countdown .countdown-container span.left-txt {
  display: none;
}
.flip-countdown.simple-countdown {
  background: #fff;
  position: absolute;
  left: 0px;
  right: 0px;
  text-align: center;
  top: 0;
  bottom: 0;
  float: none;
  width: auto;
  display: inline-block;
  vertical-align: top;
  height: 40px;
  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;
  box-shadow: 0 0 4px 1px rgb(255 0 0 / 10%);
  -webkit-box-shadow: 0 0 4px 1px rgb(255 0 0 / 10%);
  -moz-box-shadow: 0 0 4px 1px rgb(255 0 0 / 10%);
  -ms-box-shadow: 0 0 4px 1px rgb(255 0 0 / 10%);
  -o-box-shadow: 0 0 4px 1px rgb(255 0 0 / 10%);
}
.product-short-list .flip-countdown.simple-countdown {
  display: none !important;
}
.product-wrapper:hover .flip-countdown.simple-countdown {
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  visibility: hidden;
}
.flip-countdown.simple-countdown .countdown-container::after {
  content: "\f150";
  position: absolute;
  font-family: "Material Design Icons";
  left: 0px;
  right: auto;
  font-size: 18px;
  color: #111;
  top: 0;
  line-height: 40px;
  width: 38px;
  height: 40px;
}
.left-txt,
.time-txt {
  display: none;
}
.large--one-fifth
  .flip-countdown.simple-countdown
  .countdown-container
  > span::after {
  right: -8px;
}
.large--one-fifth .flip-countdown.simple-countdown .countdown-container span {
  margin: 0 10px 0 0;
}
.large--one-sixth .flip-countdown.simple-countdown .countdown-container span {
  width: 20px;
  padding: 0;
  font-size: 14px;
}
.flip-countdown.simple-countdown .countdown-container span.left-txt,
.flip-countdown.simple-countdown .countdown-container span.time-txt {
  display: none;
}
.large-up--one-half .flip-countdown.simple-countdown {
  left: 25%;
  right: 25%;
}
.flip-countdown.simple-countdown {
  display: none;
  visibility: hidden;
}
.flip-countdown.countdown-block {
  display: block !important;
  visibility: visible;
}
@media only screen and (max-width: 1649px) {
  .flip-countdown.simple-countdown .countdown-container span {
    width: 28px;
    font-size: 11px;
  }
}
@media only screen and (max-width: 1199px) {
  .flip-countdown.countdown-container {
    padding: 0 0 0 28px;
  }
}
@media only screen and (max-width: 991px) {
  .product-wrapper: hover .flip-countdown.simple-countdown {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    visibility: visible;
  }
  .flip-countdown.simple-countdown .countdown-container span {
    width: 30px;
  }
  .flip-countdown.simple-countdown .countdown-container span::after {
    right: -8px;
  }
  .flip-countdown.simple-countdown {
    display: none !important;
  }
}
.icon-btn {
  float: left;
  text-align: center;
  position: relative;
}
.header-logo a,
.header-logo img {
  color: var(--color-text-field);
  display: inline-block;
  vertical-align: top;
  float: none;
  line-height: 0;
}
.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-navigation.fixed .tt-nav-right-div .site-header__cart.icon-btn.hide {
  display: block !important;
}
.header-top-right .icon-btn {
  position: relative;
}
.site-header .topright-header a.page1 {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 15px;
  margin: 0 12px;
}
.site-header .topright-header 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 .contact svg {
  height: 38px;
  width: 38px;
  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;
}
.site-header .contact:hover svg {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
}
.site-header .contact {
  width: auto;
  float: none;
  display: inline-block;
  vertical-align: top;
}
.site-header .contact .contact-text {
  float: none;
  width: 60%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding-left: 10px;
}
.site-header .contact .contact-text .contact_no {
  float: left;
  width: 100%;
  font: 500 14px/16px var(--font-stack-body);
  margin: 0 0 5px;
}
.site-header .contact .contact-text .contact_detail {
  color: #fff;
}
.wrapper-top-cart > .site-header_cart_link svg {
  width: 35px;
  height: 35px;
  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;
}
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;
}
.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;
}
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;
}
@media only screen and (min-width: 992px) {
  .wrapper-wrap.fullscreen_header {
    display: none;
  }
  div#header-sticky .center-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
#tt-megamenu span.toggle_menu svg {
  height: 12px;
  width: 12px;
  float: right;
  margin: 8px 0;
}
.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;
  width: auto;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
}
#shopify-section-TT-megamenu {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: 272px;
  padding: 0px;
}
#tt-megamenu .tt_menu_item span.icon,
#tt-megamenu1 .tt_menu_item span.icon {
  height: 22px;
  width: 22px;
  line-height: 22px;
  float: left;
  margin: 0 8px 0 0;
}
.site-header .wishlist-icon-div,
.site-header .compare-icon-div {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.site-header .wishlist-icon,
.site-header .compare-icon {
  display: none;
}
.site-header .wishlist-icon-div a,
.site-header .compare-icon-div a {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.site-header .wishlist-icon-div a svg,
.site-header .compare-icon-div a svg {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: 22px;
  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;
  position: relative;
  z-index: -1;
}
.site-header .wishlist-icon-div:hover a svg,
.site-header .compare-icon-div:hover a svg {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.site-header .compare-count {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  font-size: 12px;
  line-height: 16px;
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  text-align: center;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .site-header .compare-count {
    margin: 0 0 0 5px;
  }
  #tt-megamenu span.toggle_menu svg {
    display: none;
  }
  .site-header .topright-header a.page1 {
    line-height: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .site-header .compare-count {
    width: 14px;
    height: 14px;
    font-size: 10px;
    line-height: 14px;
  }
  #tt-megamenu .tt_menu_item span.icon,
  #tt-megamenu1 .tt_menu_item span.icon {
    height: 16px;
    width: 16px;
    line-height: 16px;
  }
}
/*============================ Horizontal Menu ==========================*/
.tthorizontal_menu {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.tthorizontal_menu #tt-megamenu1 {
  float: left;
  width: 100%;
}
.tthorizontal_menu #tt-megamenu1 .tt-mega_menu1 {
  float: left;
  width: 100%;
}
.tthorizontal_menu #tt-megamenu1 .tt-mega_menu1 li.tt_menu_item {
  float: left;
  width: 100%;
  position: relative;
  margin: 0;
}
.tthorizontal_menu #tt-megamenu1 .tt-mega_menu1 li.tt_menu_item span.categories,
.tthorizontal_menu #tt-megamenu1 .tt-mega_menu1 li.tt_menu_item > a {
  float: left;
  width: 100%;
  padding: 10px 24px 10px 15px;
  position: relative;
  cursor: pointer;
  font: 500 14px/22px var(--font-stack-header);
  text-align: center;
}
.tthorizontal_menu
  #tt-megamenu1
  .tt-mega_menu1
  li.tt_menu_item
  ul.tt_sub_menu_linklist {
  float: left;
  width: 100%;
  margin: 0;
  min-width: 180px;
}
.tthorizontal_menu
  #tt-megamenu1
  .tt-mega_menu1
  li.tt_menu_item
  .tt_sub_menu_wrap
  .tt_sub_menu
  a.menu-banner {
  padding: 15px 0 0;
  display: block;
  position: relative;
  overflow: hidden;
}
.tthorizontal_menu
  #tt-megamenu1
  .tt-mega_menu1
  li.tt_menu_item
  .tt_sub_menu_wrap
  .tt_sub_menu_linklist
  > li {
  float: left;
  width: 100%;
  margin: 0;
}
.tthorizontal_menu
  #tt-megamenu1
  .tt-mega_menu1
  li.tt_menu_item
  .tt_sub_menu_wrap1
  .sub_menu_linklist {
  margin: 0;
}
.tthorizontal_menu
  #tt-megamenu1
  .tt-mega_menu1
  li.tt_menu_item
  .tt_sub_menu_wrap1
  .sub_menu_linklist
  li {
  padding: 5px 0 5px 25px;
  margin: 0;
}
.tthorizontal_menu
  #tt-megamenu1
  .tt-mega_menu1
  li.tt_menu_item
  .tt_sub_menu_wrap
  .tt_sub_menu_linklist
  > li
  > a {
  float: left;
  width: 100%;
  font: 400 13px/24px var(--font-stack-body);
  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;
}
.tthorizontal_menu
  #tt-megamenu1
  .tt-mega_menu1
  li.tt_menu_item
  .tt_sub_menu_wrap
  .tt_sub_menu_linklist
  > li:hover
  > a {
  color: #31343c;
}
.tthorizontal_menu #tt-megamenu1 ul.tt_menus_ul1 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: 0px;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  font-style: normal;
}
.tthorizontal_menu
  #tt-megamenu1
  .tt-mega_menu1
  li.tt_menu_item
  .tt_sub_menu_wrap.disable,
.tthorizontal_menu
  #tt-megamenu1
  .tt-mega_menu1
  li.tt_menu_item:hover
  .tt_sub_menu_wrap.disable {
  display: none !important;
}
.tthorizontal_menu
  #tt-megamenu1
  ul.tt_menus_ul1
  li.tt_menu_item.single
  > a::after {
  display: none;
}
.tthorizontal_menu
  #tt-megamenu1
  .tt-mega_menu1
  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: -5px;
  margin: 0 3px;
  font-weight: 500;
  font-family: var(--font-stack-body);
}
@media only screen and (min-width: 992px) {
  .tthorizontal_menu #tt-megamenu1 .tt-mega_menu1 {
    display: block !important;
    margin: 0;
  }
  .tthorizontal_menu #tt-megamenu1 .tt-mega_menu1 li.tt_menu_item {
    width: auto;
    margin: 0 2px;
    padding: 7px 0;
  }
  .tthorizontal_menu #tt-megamenu1 .tt-mega_menu1 li.tt_menu_item > a,
  .tthorizontal_menu
    #tt-megamenu1
    .tt-mega_menu1
    li.tt_menu_item
    span.categories {
    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;
  }
  .tthorizontal_menu
    #tt-megamenu1
    li.more_menu
    > ul
    > li
    .tt_sub_menu_wrap
    .tt_sub_menu {
    margin: 0;
    padding: 0 !important;
    width: 100% !important;
  }
  .tthorizontal_menu
    #tt-megamenu1
    .tt-mega_menu1
    li.tt_menu_item
    .tt_sub_menu_wrap {
    float: left;
    width: 100%;
    position: absolute;
    right: auto;
    left: 100%;
    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;
    background: var(--color-body);
    border: 1px solid var(--color-border);
    z-index: 1;
    padding: 30px 15px;
    top: 0;
  }
  .tthorizontal_menu
    #tt-megamenu1
    .tt-mega_menu1
    li.tt_menu_item
    .tt_sub_menu_wrap
    .tt_sub_menu {
    float: left;
    width: 100%;
    padding: 0 15px;
    text-align: left;
    position: relative;
    z-index: 1;
  }
  .tthorizontal_menu
    #tt-megamenu1
    .tt-mega_menu1
    li.tt_menu_item
    .tt_sub_menu_wrap {
    left: 0;
    right: 0;
    top: 100%;
    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;
    border-top: 2px solid var(--color-btn-primary);
    margin: 0 auto;
  }
  .tthorizontal_menu
    #tt-megamenu1
    .tt-mega_menu1
    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;
  }
  .tthorizontal_menu
    #tt-megamenu1
    .tt-mega_menu1
    .tt_menus_ul
    li.tt_menu_item:hover
    > a::after {
    content: "\F143";
  }
  .tthorizontal_menu #tt-megamenu1 .tt-mega_menu1 li.tt_menu_item.full-menu {
    position: static;
  }
  .tthorizontal_menu #tt-megamenu1 li.more_menu.tt_menu_item ul.tt_menus_ul1 {
    position: absolute;
    margin: 0;
    float: left;
    width: 200px;
    left: 0;
    right: auto;
    top: 100%;
    bottom: auto;
    text-align: left;
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -khtml-border-radius: 0 0 4px 4px;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    border-top: 2px solid var(--color-btn-primary);
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform-origin: center top 0;
    display: block !important;
    -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;
    padding: 10px 0;
  }
  .tthorizontal_menu
    #tt-megamenu1
    li.more_menu.tt_menu_item:hover
    ul.tt_menus_ul1 {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    visibility: visible;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
  }
  .tthorizontal_menu
    #tt-megamenu1
    .tt-mega_menu1
    li.more_menu.tt_menu_item
    .tt_menus_ul1
    li
    a {
    font-weight: 400;
    text-align: left;
    padding: 3px 20px;
    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;
  }
  .tthorizontal_menu
    #tt-megamenu1
    .tt-mega_menu1
    li.more_menu.tt_menu_item
    .tt_menus_ul1
    li:hover
    > a {
    color: var(--color-btn-secondary);
  }
  .tthorizontal_menu
    #tt-megamenu1
    .tt-mega_menu1
    li.more_menu.tt_menu_item
    .tt_menus_ul1
    li {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .tthorizontal_menu
    #tt-megamenu1
    .tt-mega_menu1
    li.more_menu.tt_menu_item
    ul
    li.tt_mm_hassub
    > a::after {
    content: "\f142";
  }
  .tthorizontal_menu
    #tt-megamenu1
    .tt-mega_menu1
    li.tt_menu_item.more_menu
    .tt_sub_menu_wrap {
    left: auto;
    right: 100%;
    top: 0;
    bottom: auto;
    padding: 10px 0;
  }
}
@media (min-width: 1200px) {
  .tthorizontal_menu
    #tt-megamenu1
    .tt-mega_menu1
    li.more_menu.tt_menu_item
    ul
    li.tt_mm_hassub
    > a::after {
    right: 20px;
  }
}
@media (max-width: 1199px) {
  .tthorizontal_menu
    #tt-megamenu1
    .tt-mega_menu1
    li.tt_menu_item
    span.tt_mn_sub_heading {
    padding: 2px 5px;
    font-size: 9px;
    line-height: 12px;
  }
}
@media (max-width: 991px) {
  .tthorizontal_menu {
    margin: 0;
    float: left;
    width: 100%;
  }
  .tthorizontal_menu #tt-megamenu1 .tt-mega_menu1 li.tt_menu_item {
    width: 100%;
    margin: 2px 0;
  }
  .tthorizontal_menu
    #tt-megamenu1
    .tt-mega_menu1
    a.level-top.topmega-menu-link {
    display: none;
  }
  #tt-megamenu1 ul.tt_menus_ul1 {
    float: left;
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 480px) {
  .tthorizontal_menu #tt-megamenu1 .tt-mega_menu1 li.tt_menu_item {
    margin: 0;
  }
}
/*============================ flash sale product ==========================*/
.site-header .top-header-content {
  float: left;
  width: 100%;
  position: relative;
}
.site-header .flash-sale {
  float: right;
  width: auto;
}
.site-header .flash-content {
  float: right;
  width: auto;
  padding: 15px 0;
  cursor: pointer;
}
.site-header .flash-content svg {
  height: 18px;
  width: 18px;
  float: none;
  display: inline-block;
  vertical-align: top;
  color: var(--color-btn-secondary);
}
.site-header .flash-title {
  float: none;
  display: inline-block;
  vertical-align: top;
  color: var(--color-btn-secondary);
  font: 500 13px/18px var(--font-stack-body);
}
.site-header .flash-sale .list_product_menu_content .grid-view-item__meta {
  text-align: left;
}
@media (min-width: 992px) {
  .site-header .flash-sale .list_product_menu_content {
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: auto;
    right: 0;
    width: 100%;
    padding: 30px 15px;
    background: #fff;
    z-index: 9999;
    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);
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    pointer-events: none;
  }
  .site-header .flash-sale:hover .list_product_menu_content {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    visibility: visible;
    pointer-events: visible;
  }
}
.site-header .flash-sale .list_product_menu_content .h4.grid-view-item__title {
  font-size: 13px;
}
.site-header .flash-sale .list_product_menu_content .owl-nav {
  display: block;
}
.site-header .flash-sale .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);
}
.site-header .flash-sale .list_product_menu_content .owl-nav .owl-next::before {
  content: "\f142";
}
.site-header .flash-sale .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;
  visibility: hidden;
  cursor: pointer;
  background: none;
  border: none;
  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;
}
.site-header .flash-sale .list_product_menu_content:hover .owl-nav > div {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  visibility: visible;
}
@media (max-width: 991px) {
  .site-header .flash-sale .list_product_menu_content.owl-carousel {
    display: none;
  }
}
.wrapper .header-icon .myaccount.icon-btn {
  position: relative;
}
.myaccount .dropdown-toggle {
  float: left;
  width: 100%;
  cursor: pointer;
}
.myaccount .customer_account {
  width: 200px;
  position: absolute;
  right: 0;
  left: auto;
  top: 100%;
  background: #fff;
  border: 1px solid var(--color-border);
  padding: 15px;
  display: none;
  z-index: 999;
  text-align: left;
}
.right-link-icon .myaccount {
  float: none;
  width: auto;
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
  flex-grow: 0;
}
.right-link-icon .myaccount svg {
  width: 35px;
  height: 35px;
  flex-shrink: 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;
}
.myaccount.icon-btn .dropdown-toggle:hover svg,
.myaccount.icon-btn .dropdown-toggle.open svg {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.right-link-icon .myaccount .account-text {
  float: left;
  width: 100%;
  text-align: left;
  margin-left: 5px;
}
.right-link-icon .myaccount .account-text .account-title {
  float: left;
  width: 100%;
  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;
}
.right-link-icon .myaccount .account-text .account-detail span {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}
.myaccount .customer_account ul {
  margin: 0;
}
.myaccount .customer_account ul li {
  float: left;
  width: 100%;
  margin: 0 0 8px;
}
.myaccount .customer_account ul > li > a {
  font-size: 13px;
  line-height: 18px;
  float: none;
  display: inline-block;
  vertical-align: top;
  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;
}
.myaccount .customer_account ul li i {
  float: none;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 18px;
  width: 18px;
  height: 18px;
  margin: 0 2px 0 0;
}
.myaccount .customer_account ul .wishlist-icon-div {
  margin: 0 0 6px;
  float: left;
  width: 100%;
}
.ttresponsive_menu,
.ttresponsive_menu1 {
  float: left;
  width: auto;
}
.ttresponsive_menu {
  position: relative;
  padding: 0 15px 0 0;
  margin: 0 15px 0 0;
}
@media (min-width: 992px) {
  .ttresponsive_menu: :after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: auto;
    right: 0px;
    margin: auto;
    height: 30px;
    width: 1px;
    background: rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 991px) {
  .myaccount .customer_account {
    padding: 15px 15px 0 15px;
  }
}
.header_style_1 {
  float: left;
  width: 100%;
}
.header_1_wrapper {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
}
.header_1 .wrapper-top-cart {
  margin: 28px 0;
}
.header_1 .top_header_1 {
  float: left;
  width: 100%;
}
.header_1 .top-header {
  float: left;
  width: auto;
}
.header_1 .topright-header {
  float: right;
  width: auto;
  padding: 16px 0;
}
.header_1 .top-header .track-order {
  float: none;
  display: inline-block;
  vertical-align: top;
  padding: 14px 0;
}
.top-header .track-order:hover {
  color: var(--color-btn-secondary);
}
.header_1 .top-header i.mdi-tractor {
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -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;
  font-size: 18px;
}
.header_1 .top-header:hover i.mdi-tractor {
  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_wrapper .main-header {
  float: left;
  width: 100%;
  text-align: center;
}
.header_1_wrapper .header_logo_wrap {
  float: left;
  width: auto;
  margin: 5px 0;
}
.header_1 .site-header__search.icon-btn {
  margin: 22px 0;
}
.header_1 .site-header .wishlist-icon-div a {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 17px;
}
.header_1 .site-header .contact {
  flex-grow: 1;
}
.header_1 .wish-com {
  float: right;
  width: auto;
}
.header_1 .wishlist-icon-div {
  margin: 17px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 15px 0 0;
}
.header_1 .compare-icon-div {
  margin: 17px 0px 17px 15px;
}
.header_1 .bottom_header_1 {
  float: left;
  width: 100%;
  position:relative;
}
.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;
  display: flex;
  align-items: center;
  justify-content: center;
}
.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 .dropdown-toggle {
  padding: 28px 0;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}
.header_1.site-header .right-link-icon .contact {
  padding: 28px 0;
}
.header_1 .sticky_header.fixed .ttresponsive_menu {
  float: none;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0;
}
.header_1 .sticky_header.fixed #shopify-section-TT-megamenu {
  width: auto;
}
.header_1 .sticky_header.fixed #tt-megamenu .toggle_menu .toggle_text,
.header_1 .sticky_header.fixed #tt-megamenu span.toggle_menu svg {
  display: none;
}
.header_1 .sticky_header.fixed #tt-megamenu .toggle_menu i.mdi-menu {
  float: none;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  height: 35px;
  width: 30px;
  text-align: center;
  margin: 0;
}
.header_1 .sticky_header.fixed .tt-mega-menu #tt-megamenu .tt-mega_menu {
  width: 280px;
  left: auto;
  right: 0;
}
.header_1 .sticky_header.fixed #tt-megamenu .toggle_menu {
  padding: 8px 10px;
  margin: 14px 0;
}
.header_1 .sticky_header.fixed .wrapper-top-cart > .site-header_cart_link svg,
.header_1 .sticky_header.fixed .right-link-icon .myaccount svg {
  width: 30px;
  height: 30px;
}
.header_1 .sticky_header.fixed .right-link-icon .myaccount {
  margin-right: 15px;
}
.header_1 .sticky_header.fixed .site-header__search.icon-btn {
  margin: 13px 0;
}
.header_1_wrapper .sticky_header.fixed .header_logo_wrap {
  margin: 17px 0;
}
.header_1 .sticky_header.fixed .wrapper-top-cart {
  margin: 17px 0;
}
.header_1 .sticky_header.fixed .right-link-icon .myaccount .dropdown-toggle {
  padding: 21px 0;
}
.header_1.site-header .sticky_header.fixed .right-link-icon .contact {
  display: none;
}
.sticky_header.fixed .site-header__cart-count .cart-products-count {
  left: 22px;
}
@media (min-width: 992px) {
  .site-header.page-element.header_1 {
    min-height: 198px;
  }
  .header_1 a.language_wrapper.dropdown-toggle::after,
  .header_1 a.currency_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;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .site-header.page-element.header_1 {
    min-height: 177px;
  }
}
@media (min-width: 1430) and (max-width: 1529px) {
  .header_1
    .sticky_header.fixed
    .site-header__cart-count
    .cart-products-detail {
    display: none;
  }
  .header_1 .sticky_header.fixed .wrapper-top-cart > .site-header_cart_link {
    padding: 10px;
  }
}
@media (max-width: 1779px) {
  .header_1.site-header .right-link-icon .myaccount {
    margin-right: 25px;
  }
}
@media (max-width: 1649px) {
  .header_1 .account-title,
  .header_1 .account-detail,
  .header_1 .site-header__cart-count .cart-products-detail,
  .header_1 .site-header__cart-count span.price .money {
    display: none;
  }
  .header_1 .wrapper-top-cart {
    margin: 29px 0;
  }
}
@media (max-width: 1329px) {
  .header_1 .sticky_header.fixed .compare-icon-div {
    margin: 43px 10px;
  }
  .header_1 .sticky_header.fixed .right-link-icon .myaccount {
    margin-right: 20px;
  }
}
@media (max-width: 1299px) {
  .header_1 .collections-selector select {
    padding: 10px 32px 10px 15px;
  }
  .header_1 #shopify-section-TT-megamenu {
    width: 252px;
  }
  .header_1.site-header .wrapper-top-cart > .site-header_cart_link svg,
  .header_1.site-header .right-link-icon .myaccount svg {
    width: 30px;
    height: 30px;
  }
  .header_1.site-header .right-link-icon .myaccount {
    margin-right: 15px;
  }
  .header_1 .right-link-icon .myaccount .dropdown-toggle {
    padding: 32px 0;
  }
  .header_1 .wrapper-top-cart {
    margin: 32px 0;
  }
  .header_1 .site-header__cart-count .cart-products-count {
    left: 20px;
    top: 6px;
  }
}
@media (max-width: 1199px) {
  .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 20px;
  }
  .header_1.site-header .wrapper-top-cart > .site-header_cart_link svg,
  .header_1.site-header .right-link-icon .myaccount svg {
    width: 26px;
    height: 26px;
  }
  #tt-megamenu span.toggle_menu svg {
    margin: 6px 0;
  }
  .header_1 .wrapper-top-cart {
    margin: 25px 0;
  }
  .header_1.site-header .right-link-icon .myaccount {
    margin-right: 10px;
  }
  .header_1 #shopify-section-TT-megamenu {
    width: 190px;
  }
  .header_1.site-header .right-link-icon .contact {
    padding: 20px 0;
    display: flex;
    align-items: center;
  }
  .header_1_wrapper .header_logo_wrap {
    max-width: 165px;
  }
  .header_1 .site-header__search.icon-btn {
    margin: 13px 0;
  }
  .header_1 .right-link-icon .myaccount .dropdown-toggle {
    padding: 25px 0;
  }
  .header_1 .language_wrapper.dropdown-toggle {
    margin-right: 12px;
  }
  .header_1.site-header .right-link-icon .contact svg {
    width: 24px;
    height: 24px;
  }
  .header_1.site-header
    .right-link-icon
    .contact
    .contact-text
    .contact_detail {
    font-size: 12px;
  }
  .header_1.site-header .right-link-icon .contact .contact-text {
    width: 70%;
    padding-left: 5px;
  }
  .header_1 .ttresponsive_menu {
    width: 200px;
    padding: 0;
    margin: 0;
  }
  .header_1 #tt-megamenu .toggle_menu i.mdi-menu {
    margin: 4px 5px 4px 0;
    font-size: 16px;
  }
  .header_1 #tt-megamenu .toggle_menu .toggle_text {
    font-size: 13px;
    line-height: 24px;
  }
  .header_1
    .tthorizontal_menu
    #tt-megamenu1
    .tt-mega_menu1
    li.tt_menu_item
    span.categories,
  .header_1
    .tthorizontal_menu
    #tt-megamenu1
    .tt-mega_menu1
    li.tt_menu_item
    > a {
    padding: 8px 25px 9px 5px;
    font-size: 12px;
  }
  .header_1
    .tthorizontal_menu
    #tt-megamenu1
    ul.tt_menus_ul1
    li.tt_menu_item
    > a::after {
    line-height: 18px;
  }
  .header_1 .tthorizontal_menu {
    margin: 0;
  }
  .header_1.site-header .wishlist-icon-div a svg,
  .header_1.site-header .compare-icon-div a svg {
    width: 18px;
    height: 18px;
  }
  .header_1 .compare-icon-div {
    margin: 18px 0px 17px 15px;
  }
  .header_1 .site-header__cart-count .cart-products-count {
    left: 16px;
    top: 4px;
  }
  .header_1.site-header .right-link-icon .contact .contact-text .contact_no {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .header_1 .site-header__search.icon-btn {
    margin: 0 0 15px;
    float: left;
    width: 100%;
    padding: 0px;
  }
  .header_1_wrapper .header_logo_wrap {
    margin: 17px 0;
    float: none;
    width: auto;
    display: inline-block;
    vertical-align: top;
  }
  .header_1 .ttresponsive_menu {
    position: static;
    width: auto;
  }
  .header_1.site-header .right-link-icon .contact {
    display: none;
  }
  .header_1 #shopify-section-TT-megamenu {
    width: 100%;
    position: static;
    float: left;
  }
  .header_1 #tt-megamenu .toggle_menu {
    margin: 23px 5px 23px 0;
    padding: 0px;
    background: none;
  }
  .header_1 #tt-megamenu .toggle_menu i.mdi-menu {
    margin: 4px 0;
    font-size: 20px;
  }
  .header_1 .bottom_header_1 .container {
    position: relative;
  }
  .header_1 .site-header .wishlist-icon-div a {
    padding-right: 8px;
  }
  .header_1 .wrapper-top-cart {
    margin: 26px 0;
  }
  .header_1 .wrapper-top-cart > .site-header_cart_link {
    padding: 0px;
  }
  .header_1 .right-link-icon .myaccount {
    margin-right: 10px;
  }
  .header_1 .right-link-icon .myaccount > .dropdown-toggle {
    padding: 26px 0;
  }
  .header_1
    .tthorizontal_menu
    #tt-megamenu1
    .tt-mega_menu1
    li.tt_menu_item
    span.categories,
  .header_1
    .tthorizontal_menu
    #tt-megamenu1
    .tt-mega_menu1
    li.tt_menu_item
    > a {
    padding: 5px 20px;
  }
  .header_1 .tthorizontal_menu {
    margin: 0;
  }
  .header_1 .top_header_1 {
    display: none;
  }
  .header_1 .compare-icon-div {
    margin: 28px 10px;
  }
  .header_1 .wishlist-icon-div {
    margin: 28px 0;
  }
  .header_1 .track-order,
  .header_1.site-header .flash-sale,
  .header_1 .topright-header {
    float: none;
    width: auto;
    display: inline-block;
    vertical-align: top;
    padding: 0;
  }
  .header_1.site-header .flash-sale {
    padding-left: 15px;
    margin-left: 15px;
    position: relative;
  }
  .header_1.site-header .flash-sale::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    margin: auto;
    height: 85%;
    width: 1px;
    background: rgba(0, 0, 0, 0.2);
  }
  .header_1.site-header .flash-content {
    padding: 0;
  }
  .header_1.site-header button.btn.search-submit.icon-fallback-text {
    padding: 0 14px;
  }
  .header_1.site-header .compare-icon-div a svg {
    margin-right: -10px;
  }
  .header_1.site-header .right-link-icon .myaccount {
    margin-right: 5px;
  }
  .header_1.site-header .wrapper-top-cart > .site-header_cart_link svg,
  .header_1.site-header .right-link-icon .myaccount svg {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 767px) {
  .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;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .header_1 .destination {
    font-size: 11px;
    line-height: 18px;
  }
  .header_1 .top-header i {
    line-height: 14px;
    width: 14px;
    height: 14px;
    font-size: 14px;
  }
  .header_1 .wrapper-top-cart {
    margin: 18px 0;
  }
  .header_1 .right-link-icon .myaccount .dropdown-toggle {
    padding: 18px 0;
  }
  .header_1 .right-link-icon .myaccount {
    margin-right: 5px;
  }
  .header_1 #tt-megamenu .toggle_menu {
    margin: 14px 0;
    padding: 0 5px 0 0;
  }
  .header_1_wrapper .header_logo_wrap {
    margin: 11px 0;
    max-width: 140px;
    float: left;
  }
  .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 40px 0 15px;
    height: 35px;
  }
  .header_1.site-header button.btn.search-submit.icon-fallback-text {
    padding: 0 6px;
  }
  .header_1 .wishlist-icon-div {
    margin: 20px 0;
  }
  .header_1 .compare-icon-div {
    margin: 20px 10px;
  }
  .header_1 .site-header__cart-count .cart-products-count {
    top: 5px;
    left: 12px;
  }
  .header_1 .site-header__search.icon-btn {
    margin: 0 0 10px;
  }
}
@media (max-width: 400px) {
  .header_1 #tt-megamenu .toggle_menu {
    margin: 8px 0;
  }
  .header_1_wrapper .header_logo_wrap {
    max-width: 100px;
  }
  .header_1 .right-link-icon .myaccount .dropdown-toggle {
    padding: 13px 0;
  }
  .header_1 .wrapper-top-cart {
    margin: 12px 0;
  }
  .header_1 .wishlist-icon-div {
    margin: 15px 0;
  }
  .header_1 .compare-icon-div {
    margin: 15px 6px;
  }
  .header_1 .topright-header {
    margin: 10px 0 0;
  }
  .header_1.site-header .right-link-icon .myaccount {
    margin-right: 3px;
  }
}
.header_style_2 {
  float: left;
  width: 100%;
}
.header_2_wrapper {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
}
.header_2 .bottom_header_2 {
  float: left;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.header_2 .wrapper-top-cart {
  margin: 20px 0;
}
.header_2 .top_header_1 {
  float: left;
  width: 100%;
}
.header_2 .top-header {
  float: left;
  width: auto;
}
.header_2 #tt-megamenu .toggle_menu {
  padding: 16px 0px;
}
.header_2 .topright-header {
  float: right;
  width: auto;
  padding: 16px 0;
}
.header_2 .top-header .track-order {
  float: none;
  display: inline-block;
  vertical-align: top;
  padding: 14px 0;
}
.header_2 .top-header i.mdi-tractor {
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -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_2 .top-header:hover i.mdi-tractor {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
}
.header_2 .destination {
  font: 400 13px/20px var(--font-stack-subheading);
  float: none;
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.header_2_wrapper .main-header {
  float: left;
  width: 100%;
  text-align: center;
}
.header_2_wrapper .header_logo_wrap {
  float: left;
  width: auto;
  margin: 5px 0;
}
.header_2 .site-header__search.icon-btn {
  margin: 5px 0;
  width: 55%;
}
.header_2 .bottom-right {
  float: right;
  width: auto;
}
.header_2 .account-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;
}
.header_2 .wish-com {
  float: none;
  width: auto;
  position: relative;
  padding: 0 20px 0 0;
  display: inline-block;
  vertical-align: top;
}
.header_2 .wishlist-icon-div {
  margin: 19px 0;
  position: relative;
  padding: 0 15px 0 0;
}
.header_2 .compare-icon-div {
  margin: 19px 0px 19px 20px;
}
.header_2 .bottom_header_1 {
  float: left;
  width: 100%;
}
.header_2_wrapper .header_logo_wrap .header-logo {
  float: left;
  width: 100%;
  margin: 0;
  line-height: 0;
}
.header_2_wrapper .right-link-icon {
  float: right;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_2 .right-link-icon .site-header__search.icon-btn {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}
.header_2 .right-link-icon .myaccount .dropdown-toggle {
  padding: 20px 0;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}
.header_2 .ttresponsive_menu {
  margin: 0 35px 0 0;
}
.header_2.site-header .contact {
  padding: 11px 0;
  text-align: right;
}
.header_2 .sticky_header.fixed .ttresponsive_menu {
  float: none;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0;
}
.header_2 .sticky_header.fixed #shopify-section-TT-megamenu {
  width: auto;
}
.header_2 .sticky_header.fixed #tt-megamenu .toggle_menu .toggle_text,
.header_2 .sticky_header.fixed #tt-megamenu span.toggle_menu svg {
  display: none;
}
.header_2 .sticky_header.fixed #tt-megamenu .toggle_menu i.mdi-menu {
  float: none;
  display: inline-block;
  vertical-align: top;
  color: #111;
  font-size: 24px;
  line-height: 24px;
  height: 24px;
  width: 24px;
  text-align: center;
}
.header_2 .sticky_header.fixed .tt-mega-menu #tt-megamenu .tt-mega_menu {
  width: 280px;
  left: auto;
  right: 0;
}
.header_2 .sticky_header.fixed #tt-megamenu .toggle_menu {
  padding: 8px 15px;
  margin: 14px 0;
}
.header_2 .sticky_header.fixed .wrapper-top-cart > .site-header_cart_link svg,
.header_2 .sticky_header.fixed .right-link-icon .myaccount svg {
  width: 30px;
  height: 30px;
}
.header_2 .sticky_header.fixed .right-link-icon .myaccount {
  margin-right: 15px;
}
.header_2 .sticky_header.fixed .site-header__search.icon-btn {
  margin: 13px 0;
}
.header_2_wrapper .sticky_header.fixed .header_logo_wrap {
  margin: 17px 0;
}
.header_2.site-header .sticky_header.fixed .right-link-icon .contact {
  display: none;
}
@media (min-width: 992px) {
  .site-header.page-element.header_2 {
    min-height: 188px;
  }
  .header_2 a.language_wrapper.dropdown-toggle::after,
  .header_2 a.currency_wrapper.dropdown-toggle::after {
    content: "";
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    right: 0px;
    left: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
    width: 1px;
  }
  .header_2 .tthorizontal_menu #tt-megamenu1 .tt-mega_menu1 li.tt_menu_item {
    padding: 18px 0;
  }
  .header_2 .wishlist-icon-div::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    height: 30px;
    width: 1px;
    background: rgba(255, 255, 255, 0.2);
    margin: auto;
  }
  .header_2 .wish-com::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    height: 100%;
    width: 1px;
    background: rgba(255, 255, 255, 0.2);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .site-header.page-element.header_2 {
    min-height: 177px;
  }
}
@media (min-width: 1430) and (max-width: 1529px) {
  .header_2
    .sticky_header.fixed
    .site-header__cart-count
    .cart-products-detail {
    display: none;
  }
  .header_2 .sticky_header.fixed .wrapper-top-cart > .site-header_cart_link {
    padding: 10px;
  }
}
@media (max-width: 1779px) {
  .header_2.site-header .right-link-icon .myaccount {
    margin-right: 25px;
  }
  .header_2 .site-header__search.icon-btn {
    width: 51%;
  }
}
@media (max-width: 1649px) {
  .header_2 .site-header__search.icon-btn {
    width: 48%;
  }
}
@media (max-width: 1529px) {
  .header_2 .site-header__search.icon-btn {
    width: 45%;
  }
}
@media (max-width: 1429px) {
  .header_2 .ttresponsive_menu {
    margin: 0 15px 0 0;
  }
}
@media (max-width: 1329px) {
  .header_2 .sticky_header.fixed .compare-icon-div {
    margin: 43px 10px;
  }
  .header_2 .sticky_header.fixed .right-link-icon .myaccount {
    margin-right: 20px;
  }
  .header_2.site-header .contact {
    padding: 13px 0;
  }
  .header_2.site-header .contact svg {
    height: 30px;
    width: 30px;
  }
  .header_2.site-header .contact .contact-text .contact_no {
    font-size: 12px;
    line-height: 14px;
  }
  .header_2.site-header .contact .contact-text .contact_detail {
    font-size: 11px;
  }
  .header_2 .site-header__cart-count .cart-products-detail,
  .header_2 .account-title,
  .header_2 .account-detail,
  .header_2 .site-header__cart-count span.price {
    display: none;
  }
  .header_2 .right-link-icon .myaccount svg,
  .header_2 .wrapper-top-cart > .site-header_cart_link svg {
    height: 30px;
    width: 30px;
  }
  .header_2 .right-link-icon .myaccount .dropdown-toggle {
    padding: 21px 0;
  }
  .header_2 .wrapper-top-cart {
    margin: 21px 0;
  }
  .header_2 .site-header__cart-count .cart-products-count,
  .header_2.site-header .compare-count {
    top: 10px;
    left: 22px;
  }
}
@media (max-width: 1299px) {
  .header_2 .collections-selector select {
    padding: 10px 32px 10px 15px;
  }
  .header_2 #shopify-section-TT-megamenu {
    width: 252px;
  }
  .header_2.site-header .wrapper-top-cart > .site-header_cart_link svg,
  .header_2.site-header .right-link-icon .myaccount svg {
    width: 25px;
    height: 25px;
  }
  .header_2.site-header .right-link-icon .myaccount {
    margin-right: 15px;
  }
  .header_2 .wish-com {
    padding: 0 10px 0 0;
  }
  .header_2 .wishlist-icon-div {
    margin: 22px 0;
  }
  .header_2.site-header .wishlist-icon-div a svg,
  .header_2.site-header .compare-icon-div a svg {
    width: 18px;
    height: 18px;
  }
  .header_2 .compare-icon-div {
    margin: 20px 0px 20px 15px;
  }
  .header_2.site-header .site-header__cart-count .cart-products-count {
    top: 8px;
    left: 18px;
  }
}
@media (max-width: 1199px) {
  .header_2 .collections-selector select {
    padding: 10px 20px 10px 10px;
    font-size: 12px;
    background-position: right 9px center;
  }
  .header_2.site-header button.btn.search-submit.icon-fallback-text {
    padding: 0 20px;
  }
  #tt-megamenu span.toggle_menu svg {
    margin: 6px 0;
  }
  .header_2.site-header .right-link-icon .myaccount {
    margin-right: 10px;
  }
  .header_2 #shopify-section-TT-megamenu {
    width: 190px;
  }
  .header_2_wrapper .header_logo_wrap {
    max-width: 155px;
  }
  .header_2 .language_wrapper.dropdown-toggle {
    margin-right: 12px;
  }
  .header_2.site-header .contact-text .contact_no {
    font-size: 11px;
    line-height: 13px;
  }
  .header_2.site-header .contact .contact-text {
    width: 70%;
    padding-left: 5px;
  }
  .header_2 .ttresponsive_menu {
    width: 200px;
    padding: 0;
    margin: 0;
  }
  .header_2 #tt-megamenu .toggle_menu i.mdi-menu {
    margin: 4px 5px 4px 0;
    font-size: 16px;
  }
  .header_2 #tt-megamenu .toggle_menu .toggle_text {
    font-size: 13px;
    line-height: 24px;
  }
  .header_2
    .tthorizontal_menu
    #tt-megamenu1
    .tt-mega_menu1
    li.tt_menu_item
    span.categories,
  .header_2
    .tthorizontal_menu
    #tt-megamenu1
    .tt-mega_menu1
    li.tt_menu_item
    > a {
    padding: 8px 22px 9px 5px;
    font-size: 13px;
  }
  .header_2
    .tthorizontal_menu
    #tt-megamenu1
    ul.tt_menus_ul1
    li.tt_menu_item
    > a::after {
    line-height: 18px;
  }
  .header_2 .tthorizontal_menu {
    margin: 0;
  }
  .header_2.site-header .compare-icon-div a svg {
    margin-right: -10px;
  }
  .header_2 .tthorizontal_menu #tt-megamenu1 .tt-mega_menu1 li.tt_menu_item {
    padding: 14px 0;
  }
  .header_2.site-header .contact {
    padding: 12px 0;
  }
  .header_2 .wishlist-icon-div {
    margin: 21px 0;
  }
  .header_2 #tt-megamenu .toggle_menu {
    padding: 17px 0px;
  }
  .header_2.site-header .site-header__cart-count .cart-products-count {
    top: 5px;
    left: 16px;
  }
}
@media (max-width: 991px) {
  .header_2 .site-header__search.icon-btn {
    margin: 10px 0;
    float: left;
    width: 100%;
    padding: 0px;
  }
  .header_2 .wish-com {
    padding: 0;
    float: right;
  }
  .header_2.site-header .wrapper-top-cart > .site-header_cart_link svg,
  .header_2.site-header .right-link-icon .myaccount svg {
    width: 22px;
    height: 22px;
  }
  .header_2.site-header .right-link-icon .myaccount {
    margin-right: 5px;
  }
  .header_2_wrapper .header_logo_wrap {
    float: none;
    width: auto;
    display: inline-block;
    vertical-align: top;
  }
  .header_2 .ttresponsive_menu {
    position: static;
    width: auto;
  }
  .header_2.site-header .contact {
    display: none;
  }
  .header_2 #shopify-section-TT-megamenu {
    width: 100%;
    position: static;
    float: left;
  }
  .header_2 #tt-megamenu .toggle_menu {
    margin: 19px 5px 20px 0;
    padding: 0px;
    background: none;
  }
  .header_2 #tt-megamenu .toggle_menu i.mdi-menu {
    margin: 4px 0;
    font-size: 22px;
  }
  .header_2 .bottom_header_2 .container {
    position: relative;
  }
  .header_2 .wrapper-top-cart {
    margin: 24px 0;
  }
  .header_2 .wrapper-top-cart > .site-header_cart_link {
    padding: 0px;
  }
  .header_2 .right-link-icon .myaccount {
    margin-right: 10px;
  }
  .header_2 .right-link-icon .myaccount > .dropdown-toggle {
    padding: 24px 0;
  }
  .header_2
    .tthorizontal_menu
    #tt-megamenu1
    .tt-mega_menu1
    li.tt_menu_item
    span.categories,
  .header_2
    .tthorizontal_menu
    #tt-megamenu1
    .tt-mega_menu1
    li.tt_menu_item
    > a {
    padding: 7px 20px;
  }
  .header_2 .tthorizontal_menu #tt-megamenu1 .tt-mega_menu1 li.tt_menu_item {
    padding: 0;
  }
  .header_2 .tthorizontal_menu {
    margin: 0;
  }
  .header_2 .top_header_2 {
    display: none;
  }
  .header_2 .compare-icon-div {
    margin: 25px 10px;
  }
  .header_2 .wishlist-icon-div {
    margin: 25px 0;
    padding: 0;
  }
  .header_2 .track-order,
  .header_2.site-header .flash-sale,
  .header_2 .topright-header {
    float: none;
    width: auto;
    display: inline-block;
    vertical-align: top;
    padding: 0;
  }
  .header_2.site-header .flash-sale {
    border-left: 1px solid;
    padding-left: 15px;
    margin-left: 15px;
  }
  .header_2.site-header .flash-content {
    padding: 0;
  }
  .header_2.site-header button.btn.search-submit.icon-fallback-text {
    padding: 0 14px;
  }
}
@media (max-width: 480px) {
  .header_2 .top-header i {
    line-height: 14px;
    width: 14px;
    height: 14px;
    font-size: 14px;
  }
  .header_2 .wrapper-top-cart {
    margin: 18px 0;
  }
  .header_2 .right-link-icon .myaccount .dropdown-toggle {
    padding: 18px 0;
  }
  .header_2 .right-link-icon .myaccount {
    margin-right: 5px;
  }
  .header_2 #tt-megamenu .toggle_menu {
    margin: 14px 0;
  }
  .header_2_wrapper .header_logo_wrap {
    margin: 14px 0;
    max-width: 140px;
    float: left;
    padding: 0 0 0 15px;
  }
  .header_2
    .site-header__search.icon_btn
    .search_wrapper
    .input-group
    input[type="search"],
  .header_2
    .site-header__search.icon-btn
    .search_wrapper
    .input-group
    input[type="search"] {
    padding: 0 45px 0 15px;
    height: 35px;
  }
  .header_2.site-header button.btn.search-submit.icon-fallback-text {
    padding: 0 10px;
  }
  .header_2 .wishlist-icon-div {
    margin: 20px 0;
  }
  .header_2 .compare-icon-div {
    margin: 20px 10px;
  }
  .header_2.site-header button.btn.search-submit.icon-fallback-text {
    padding: 0 8px;
  }
  .header_2.site-header .right-link-icon .myaccount {
    margin-right: 2px;
  }
  .header_2.site-header .site-header__cart-count .cart-products-count {
    left: 12px;
  }
}
@media (max-width: 400px) {
  .header_2 #tt-megamenu .toggle_menu {
    margin: 8px 0;
  }
  .header_2 .site-header__search.icon-btn {
    margin: 5px 0;
  }
  .header_2_wrapper .header_logo_wrap {
    max-width: 100px;
  }
  .header_2 .right-link-icon .myaccount .dropdown-toggle {
    padding: 14px 0;
  }
  .header_2 .wrapper-top-cart {
    margin: 14px 0;
  }
  .header_2 .wishlist-icon-div {
    margin: 15px 0;
  }
  .header_2 .compare-icon-div {
    margin: 15px 7px;
  }
  .header_2 .topright-header {
    margin: 10px 0 0;
  }
}
.header_style_3 {
  float: left;
  width: 100%;
}
.header_3_wrapper {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
}
.header_3 #tt-megamenu .toggle_menu .toggle_text,
.header_3 #tt-megamenu span.toggle_menu svg,
.header_3 .ttresponsive_menu::after {
  display: none;
}
.header_3 #shopify-section-TT-megamenu {
  width: auto;
}
.header_3 #tt-megamenu .tt-mega_menu {
  width: 280px;
}
.header_3 .wrapper-top-cart {
  margin: 22px 0;
}
.header_3_wrapper .main-header {
  float: left;
  width: 100%;
  text-align: center;
}
.header_3_wrapper .tthorizontal_menu {
  float: left;
}
.header_3_wrapper .header_logo_wrap {
  float: left;
  width: auto;
  margin: 5px 0;
}
.header_3 .site-header__search.icon-btn {
  margin: 15px 0;
  padding: 0 5px;
  width: 45%;
}
.header_3 .site-header .contact {
  flex-grow: 1;
}
.header_3 .account-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;
}
.header_3 .bottom-content {
  float: left;
  width: 100%;
  position: relative;
}
.header_3 .bottom-right-link {
  float: right;
  width: auto;
}
.header_3 .ttresponsive_menu {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
.header_3 .wishlist-icon-div {
  margin: 16px 0;
  position: relative;
  padding: 0 0 0 16px;
}
.header_3.site-header .flash-content {
  padding: 18px 15px 19px 0;
}
.bottom_header_3 .header_language .disclosure .language_wrapper,
.bottom_header_3 a.currency_wrapper.dropdown-toggle {
  padding: 19px 0 19px 15px;
}
.header_3 .compare-icon-div {
  margin: 17px 0px 16px 15px;
  position: relative;
  padding: 0 0 0 20px;
}
.header_3 .bottom_header_3 {
  float: left;
  width: 100%;
  border-bottom: 1px solid var(--color-border);
}
.header_3_wrapper .header_logo_wrap .header-logo {
  float: left;
  width: 100%;
  margin: 0;
  line-height: 0;
}
.header_3_wrapper .right-link-icon {
  float: right;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_3 .right-link-icon .site-header__search.icon-btn {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}
.header_3 .right-link-icon .myaccount .dropdown-toggle {
  padding: 22px 0;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}
.header_3.site-header .right-link-icon .contact {
  padding: 21px 0;
}
.header_3 .sticky_header.fixed .ttresponsive_menu {
  float: none;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0;
}
.header_3.site-header .flash-sale {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.header_3 .sticky_header.fixed #shopify-section-TT-megamenu {
  width: auto;
}
.header_3 .sticky_header.fixed #tt-megamenu .toggle_menu .toggle_text,
.header_3 .sticky_header.fixed #tt-megamenu span.toggle_menu svg {
  display: none;
}
.header_3 .sticky_header.fixed .tt-mega-menu #tt-megamenu .tt-mega_menu {
  left: auto;
  right: 0;
}
.header_3 .sticky_header.fixed .wrapper-top-cart > .site-header_cart_link svg,
.header_3 .sticky_header.fixed .right-link-icon .myaccount svg {
  width: 30px;
  height: 30px;
}
.header_3 .sticky_header.fixed .right-link-icon .myaccount {
  margin-right: 15px;
}
.header_3.site-header .sticky_header.fixed .right-link-icon .contact {
  display: none;
}
.header_3.site-header #tt-megamenu .toggle_menu {
  margin: 16px 0;
}
@media (min-width: 992px) {
  .site-header.page-element.header_3 {
    min-height: 135px;
  }
  .header_3 #tt-megamenu .toggle_menu {
    float: none;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 24px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header_3 #tt-megamenu .toggle_menu i.mdi-menu {
    margin: 0;
  }
  .header_3 .tthorizontal_menu #tt-megamenu1 .tt-mega_menu1 li.tt_menu_item {
    padding: 6px 0;
  }
  .header_3.site-header span.language,
  .header_3.site-header span.currency {
    display: none;
  }
}
@media (min-width: 1200px) {
  .header_3 a.language_wrapper.dropdown-toggle::after,
  .header_3 a.currency_wrapper.dropdown-toggle::after {
    content: "";
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    right: auto;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
    width: 1px;
  }
  .header_3 .compare-icon-div::after,
  .header_3 .wishlist-icon-div::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    margin: auto;
    height: 20px;
    width: 1px;
    background: rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .site-header.page-element.header_3 {
    min-height: 130px;
  }
}
@media (min-width: 1430) and (max-width: 1529px) {
  .header_3
    .sticky_header.fixed
    .site-header__cart-count
    .cart-products-detail {
    display: none;
  }
  .header_3 .sticky_header.fixed .wrapper-top-cart > .site-header_cart_link {
    padding: 10px;
  }
}
@media (max-width: 1779px) {
  .header_3.site-header .right-link-icon .myaccount {
    margin-right: 25px;
  }
}
@media (max-width: 1649px) {
  .header_3 .account-title,
  .header_3 .site-header__cart-count .cart-products-detail,
  .header_3 .account-detail,
  .header_3 .site-header__cart-count span.price {
    display: none;
  }
}
@media (max-width: 1329px) {
  .header_3 .sticky_header.fixed .compare-icon-div {
    margin: 43px 10px;
  }
  .header_3 .sticky_header.fixed .right-link-icon .myaccount {
    margin-right: 20px;
  }
}
@media (max-width: 1299px) {
  .header_3 .collections-selector select {
    padding: 10px 32px 10px 15px;
  }
  .header_3.site-header .wrapper-top-cart > .site-header_cart_link svg,
  .header_3.site-header .right-link-icon .myaccount svg,
  .site-header .contact svg {
    width: 25px;
    height: 25px;
  }
  .header_3.site-header .right-link-icon .myaccount {
    margin-right: 15px;
  }
  .header_3 .right-link-icon .myaccount .dropdown-toggle {
    padding: 27px 0;
  }
  .header_3 .wrapper-top-cart {
    margin: 27px 0;
  }
  .header_3 .site-header__search.icon-btn {
    width: 41%;
  }
  .header_3 .site-header__cart-count .cart-products-count {
    top: 7px;
    left: 18px;
  }
}
@media (max-width: 1199px) {
  .header_3 .collections-selector select {
    padding: 10px 20px 10px 10px;
    font-size: 12px;
    background-position: right 9px center;
  }
  .header_3.site-header button.btn.search-submit.icon-fallback-text {
    padding: 0 20px;
  }
  #tt-megamenu span.toggle_menu svg {
    margin: 6px 0;
  }
  .header_3.site-header .right-link-icon .myaccount {
    margin-right: 10px;
  }
  .header_3.site-header .right-link-icon .contact {
    padding: 18px 0;
  }
  .header_3_wrapper .header_logo_wrap {
    max-width: 165px;
  }
  .header_3.site-header #tt-megamenu .toggle_menu {
    margin: 12px 0;
  }
  .header_3 .right-link-icon .myaccount .dropdown-toggle {
    padding: 24px 0;
  }
  .header_3 .wrapper-top-cart {
    margin: 24px 0;
  }
  .header_3 .site-header__search.icon-btn {
    margin: 11px 0;
  }
  .header_3 .language_wrapper.dropdown-toggle,
  .header_3 .currency_wrapper.dropdown-toggle {
    margin-right: 0;
  }
  .header_3 .wishlist-icon-div {
    margin: 18px 0;
    padding: 0 0 0 10px;
  }
  .bottom_header_3 .header_language .disclosure .language_wrapper,
  .bottom_header_3 a.currency_wrapper.dropdown-toggle {
    padding: 19px 0 19px 10px;
  }
  .header_3 .site-header__cart-count .cart-products-count {
    top: 5px;
    left: 15px;
  }
  .header_3.site-header .right-link-icon .contact .contact-text .contact_no {
    font-size: 12px;
    line-height: 13px;
  }
  .header_3.site-header
    .right-link-icon
    .contact
    .contact-text
    .contact_detail {
    font-size: 11px;
  }
  .header_3.site-header .right-link-icon .contact .contact-text {
    width: 70%;
    padding-left: 5px;
  }
  .header_3
    .tthorizontal_menu
    #tt-megamenu1
    .tt-mega_menu1
    li.tt_menu_item
    span.categories,
  .header_3
    .tthorizontal_menu
    #tt-megamenu1
    .tt-mega_menu1
    li.tt_menu_item
    > a {
    padding: 8px 25px 9px 5px;
    font-size: 12px;
  }
  .header_3
    .tthorizontal_menu
    #tt-megamenu1
    ul.tt_menus_ul1
    li.tt_menu_item
    > a::after {
    line-height: 18px;
  }
  .header_3 .tthorizontal_menu {
    margin: 0;
  }
  .header_3.site-header .wishlist-icon-div a svg,
  .header_3.site-header .compare-icon-div a svg {
    width: 18px;
    height: 18px;
  }
  .header_3 .compare-icon-div {
    margin: 18px 0px 19px 10px;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .header_3 .site-header__search.icon-btn {
    margin: 0 0 10px;
    float: left;
    width: 100%;
    padding: 0px;
  }
  .header_3.site-header #tt-megamenu .toggle_menu {
    margin: 0;
    background: none;
    padding: 24px 0;
  }
  .header_3_wrapper .header_logo_wrap {
    margin: 15px 0;
    float: none;
    width: auto;
    display: inline-block;
    vertical-align: top;
  }
  .header_3 .ttresponsive_menu {
    float: left;
    position: static;
  }
  .header_3.site-header .right-link-icon .contact {
    display: none;
  }
  .header_3 #shopify-section-TT-megamenu {
    position: static;
    float: left;
  }
  .header_3 .bottom_header_3 {
    display: none;
  }
  .header_3 #tt-megamenu .toggle_menu i.mdi-menu {
    margin: 0;
    background: none;
  }
  .header_3 #tt-megamenu .tt-mega_menu {
    width: auto;
  }
  .header_3 .bottom_header_3 .container {
    position: relative;
  }
  .header_3 .wrapper-top-cart {
    margin: 25px 0;
  }
  .header_3 .wrapper-top-cart > .site-header_cart_link {
    padding: 0px;
  }
  .header_3 .right-link-icon .myaccount {
    margin-right: 10px;
  }
  .header_3 .right-link-icon .myaccount > .dropdown-toggle {
    padding: 25px 0;
  }
  .header_3
    .tthorizontal_menu
    #tt-megamenu1
    .tt-mega_menu1
    li.tt_menu_item
    span.categories,
  .header_3
    .tthorizontal_menu
    #tt-megamenu1
    .tt-mega_menu1
    li.tt_menu_item
    > a {
    padding: 5px 20px;
  }
  .header_3 .tthorizontal_menu {
    margin: 0;
  }
  .header_3 .compare-icon-div {
    margin: 26px 10px;
  }
  .header_3 .wishlist-icon-div {
    margin: 26px 0;
    padding: 0;
  }
  .header_3.site-header .flash-sale {
    float: none;
    width: auto;
    display: inline-block;
    vertical-align: top;
    padding: 0;
  }
  .header_3.site-header .flash-content {
    padding: 0;
  }
  .header_3.site-header .compare-icon-div a svg {
    margin-right: -10px;
  }
  .header_3.site-header .wrapper-top-cart > .site-header_cart_link svg,
  .header_3.site-header .right-link-icon .myaccount svg {
    width: 20px;
    height: 20px;
  }
  .header_3.site-header .right-link-icon .myaccount {
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  .header_3.site-header button.btn.search-submit.icon-fallback-text {
    padding: 0 14px;
  }
  .header_3 .top-header {
    padding: 6px 0 0;
    float: left;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .header_3 .wrapper-top-cart {
    margin: 18px 0;
  }
  .header_3 .right-link-icon .myaccount .dropdown-toggle {
    padding: 18px 0;
  }
  .header_3 .right-link-icon .myaccount {
    margin-right: 5px;
  }
  .header_3_wrapper .header_logo_wrap {
    margin: 11px 0;
    max-width: 140px;
  }
  .header_3
    .site-header__search.icon_btn
    .search_wrapper
    .input-group
    input[type="search"],
  .header_3
    .site-header__search.icon-btn
    .search_wrapper
    .input-group
    input[type="search"] {
    padding: 0 45px 0 15px;
  }
  .header_3.site-header button.btn.search-submit.icon-fallback-text {
    padding: 0 8px;
  }
  .header_3 .wishlist-icon-div {
    margin: 20px 0;
  }
  .header_3 .compare-icon-div {
    margin: 20px 10px;
  }
  .header_3.site-header #tt-megamenu .toggle_menu {
    padding: 19px 0;
  }
  .header_3.site-header .right-link-icon .myaccount {
    margin-right: 2px;
  }
}
@media (max-width: 400px) {
  .header_3.site-header #tt-megamenu .toggle_menu {
    padding: 12px 0;
  }
  .header_3_wrapper .header_logo_wrap {
    max-width: 100px;
  }
  .header_3 .right-link-icon .myaccount .dropdown-toggle {
    padding: 14px 0;
  }
  .header_3 .wrapper-top-cart {
    margin: 12px 0;
  }
  .header_3 .wishlist-icon-div {
    margin: 15px 0;
  }
  .header_3 .compare-icon-div {
    margin: 15px 7px;
  }
}
.site-footer
  .footer-wrap
  .footer-column
  .inline-list
  .contact
  .feather.feather-headphones {
  color: var(--colorFooterContent);
  float: none;
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.site-footer .footer-wrap .footer-column .inline-list .contact {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0px 0 30px;
}
.site-footer .footer-wrap .footer-column .inline-list .contact .contact-text {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin: 0 0 0px 20px;
}
.site-footer
  .footer-wrap
  .footer-column
  .inline-list
  .contact
  .contact-text
  .contact-desc {
  float: left;
  width: 100%;
  font: 400 14px/16px var(--font-stack-body);
  color: var(--colorFooterContent);
  margin: 0 0 10px;
}
.site-footer
  .footer-wrap
  .footer-column
  .inline-list
  .contact
  .contact-text
  .phone {
  float: left;
  width: 100%;
  color: var(--color-btn-primary);
}
@media (max-width: 1299px) {
  .site-footer .footer-wrap .footer-column .inline-list .contact {
    margin: 0px 0 20px;
  }
}
@media (max-width: 1199px) {
  .site-footer .footer-wrap .footer-column .inline-list .contact {
    margin: 0px 0 15px;
  }
  .site-footer .footer-wrap .footer-column .inline-list .contact .contact-text {
    margin: 0 0 0px 10px;
  }
}
@media (max-width: 991px) {
  .site-footer .footer-wrap .footer-column .inline-list .contact {
    margin: 0px 0 10px;
  }
  .site-footer
    .footer-wrap
    .footer-column
    .inline-list
    .contact
    .contact-text
    .contact-desc {
    font-size: 12px;
    line-height: 14px;
  }
}
.footer_style_1 {
  margin: 20px 0 0;
  float: left;
  width: 100%;
}
.footer_style_1 .bottom.dwld {
  padding: 0 0 0 30px;
}
.footer_style_1 .footer-wrapper {
  float: left;
  width: 100%;
  background-color: var(--colorFooterbg);
}
.footer_style_1 .block_newsletter .input-group.newsletter-input {
  border: 1px solid var(--colorFooterBorder);
}
.footer_style_1 .block_newsletter .widget-title {
  padding: 0 0 0 30px;
  position: relative;
  font-size: 18px;
  line-height: 25px;
  margin: 0;
}
.footer_style_1 .block_newsletter .widget-title:before {
  position: absolute;
  content: "\f1ef";
  font-family: "Material Design Icons";
  height: 25px;
  width: 25px;
  left: 0;
  font-size: 25px;
  right: auto;
  line-height: 25px;
}
div.footer_style_1 .Newsletter-wrapper {
  padding: 75px 0;
}
.footer_style_1 .site-footer .footer-wrap {
  float: left;
  width: 100%;
}
.footer_style_1 .social-icons li a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 16px;
  display: block;
  position: relative;
}
.footer_style_1 .footer-column.block_newsletter .form-vertical .errors li {
  margin: 0;
}
.footer_style_1 .copyright {
  float: left;
  margin: 15px 0;
  padding: 0;
  color: var(--FooterBottomText);
}
.footer_style_1 .site-footer .copyright a {
  color: var(--FooterBottomText);
}
.footer_style_1 .copyright small {
  font-size: 13px;
}
.footer_style_1 .bottom-footer-section {
  float: left;
  width: 100%;
  margin: 0 0 32px;
}
.footer_style_1 .block_newsletter.footer-column {
  float: left;
  width: 100%;
  padding-right: 50px;
}
.footer_style_1 .Newsletter-content .follow-us-outer {
  float: left;
  width: 100%;
  border-right: 1px solid var(--colorFooterBorder);
  border-left: 1px solid var(--colorFooterBorder);
  padding: 0 50px;
}
.footer_style_1 .Newsletter-content .dwld {
  float: left;
  width: 100%;
  padding-left: 50px;
}
.footer_style_1 .cms-security {
  float: left;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_style_1 .payment-icon {
  float: right;
  margin: 13px 0;
  padding: 0;
}
.footer_style_1 .footer-bottom-wrap {
  float: left;
  width: 100%;
  background: var(--colorFooterBottombg);
}
.footer_style_1 .site-footer .footer-wrap .footer-column ul.inline-list li {
  float: left;
  width: 100%;
  text-align: left;
  position: relative;
  margin: 0 0 10px;
}
.footer_style_1
  .site-footer
  .footer-wrap
  .footer-column.popular-item
  ul.inline-list
  li {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: auto;
  background: #203e64;
  padding: 5px 15px;
  margin: 0 5px 12px 0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
}
.footer_style_1 .grid {
  float: left;
  width: 100%;
  padding: 62px 0;
}
.footer_style_1 .footer-desc {
  float: left;
  width: 100%;
  padding: 20px 0 0;
  text-align: left;
  line-height: 24px;
}
.footer_style_1 .footer-column.block_newsletter form input[type="email"] {
  color: var(--color-text-field);
  font-size: 13px;
  border: none;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
}
.footer_style_1 .footer-section .footer-cms.footer-column {
  float: right;
}
.footer_style_1 .widget-title {
  margin: 0 0 30px;
  float: left;
  width: 100%;
  color: var(--colorFooterTitle);
  font: 500 18px/20px var(--font-stack-header);
}
.footer_style_1 .footer-top .widget-title {
  margin: 0 0 10px;
}
.footer_style_1 .Newsletter-content .news-desc {
  margin: 0 0 20px;
  float: left;
  width: 100%;
  font: italic 400 14px/16px var(--font-stack-body);
}
.footer_style_1 .footer-top .social-desc {
  float: left;
  width: 100%;
  color: var(--colorFooterTitle);
  font: italic 400 14px/18px var(--font-stack-body);
  margin: 0 0 15px;
}
.footer_style_1 .footer-top .dwld-desc {
  float: left;
  width: 100%;
  color: var(--colorFooterTitle);
  font: italic 400 14px/18px var(--font-stack-body);
  margin: 0 0 15px;
}
.footer_style_1 .dwld-app {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
}
.footer_style_1 .dwld-app .app-img {
  float: left;
  width: auto;
  margin: 0 10px 10px 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;
}
.footer_style_1 .dwld-app .app-img:hover {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
}
.footer_style_1 .security-img {
  float: none;
  width: auto;
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
}
.footer_style_1 .security-img:hover {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
}
.footer_style_1 .site-footer a {
  font: 400 14px/20px var(--font-stack-body);
}
.footer_style_1 .contact-us .phone {
  font: 500 18px/20px var(--font-stack-body);
}
.footer_style_1 .contact-us .contact-address {
  font: 400 14px/20px var(--font-stack-body);
  color: var(--colorFooterContent);
}
.footer_style_1 .contact-us .contact-address p {
  margin: 0;
}
.footer_style_1
  .site-footer
  .footer-wrap
  .footer-column.contactus
  .nav-secondary
  li {
  float: left;
  width: 100%;
}
.footer_style_1
  .site-footer
  .footer-wrap
  .footer-column.contactus
  .nav-secondary
  li.contact {
  margin: 0 0 10px;
}
.footer_style_1 .site-footer .footer-wrap .contact-us ul li svg {
  float: left;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  color: var(--colorFooterContent);
}
.footer_style_1 .site-footer .footer-wrap .contact-us .contact svg {
  width: 40px;
  height: 40px;
}
.footer_style_1 .footer-column .newsletter-bottom-cotent {
  display: block;
  padding: 0;
}
.footer_style_1 .footer-section {
  padding: 0;
}
.footer_style_1 .Newsletter-content {
  float: left;
  width: 100%;
  padding: 26px 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  .footer_style_1 .bottom-footer-section .footer-column ul {
    display: inline-block !important;
    width: auto;
    float: none;
    vertical-align: top;
  }
  .footer_style_1 .footer-column.contactus {
    padding: 0;
  }
  .footer_style_1 .Newsletter-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
.footer_style_1 .bottom-footer-section .widget-title.toggle {
  display: none;
}
@media (max-width: 1399px) {
  .footer_style_1 .footer-top .social-desc,
  .footer_style_1 .footer-top .dwld-desc,
  .footer_style_1 .Newsletter-content .news-desc {
    font-size: 13px;
  }
}
@media (max-width: 1199px) {
  .footer_style_1 .site-footer a,
  .footer_style_1 .contact-us .contact-address,
  .footer_style_1 .contact-us .phone {
    font-size: 13px;
    line-height: 16px;
  }
  .footer_style_1 .footer-top .social-desc,
  .footer_style_1 .footer-top .dwld-desc,
  .footer_style_1 .Newsletter-content .news-desc {
    font-size: 11px;
    margin: 0 0 10px;
  }
  .footer_style_1 .block_newsletter.footer-column .widget-title {
    margin: 0 0 10px;
  }
  .footer_style_1 .block_newsletter.footer-column {
    padding-right: 30px;
  }
  .footer_style_1 .Newsletter-content .follow-us-outer {
    padding: 0 30px;
  }
  .footer_style_1 .Newsletter-content .dwld {
    padding-left: 30px;
  }
  .footer_style_1 .widget-title {
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 16px;
  }
  .footer_style_1 .copyright {
    margin: 17px 0;
  }
  .footer_style_1 .grid {
    padding: 40px 0;
  }
  .footer_style_1 .Newsletter-content {
    padding: 20px 0px;
  }
  .footer_style_1 .text-center.copyright {
    margin: 11px 0;
  }
  .footer_style_1 .bottom.dwld {
    padding: 0 0 0 15px;
  }
  .footer_style_1 .bottom.dwld img {
    max-width: 140px;
  }
}
@media (max-width: 991px) {
  .footer_style_1 .dwld-app {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
  }
  .footer_style_1 .footer-top .widget-title {
    margin: 0;
  }
  .footer_style_1 .block_newsletter.footer-column {
    padding: 0;
    text-align: center;
    margin: 0 0 15px;
  }
  .footer_style_1 .footer-bottom {
    float: left;
    width: 100%;
    text-align: center;
    padding: 15px 0;
  }
  .footer_style_1 .copyright {
    text-align: center;
    width: 100%;
    margin: 0 0 15px;
  }
  .footer_style_1 .payment-icon {
    margin: 0;
    text-align: center !important;
    float: left;
    width: 100%;
  }
  .footer_style_1 .footer-section {
    width: 100%;
  }
  .footer_style_1 .Newsletter-content .dwld {
    padding: 0;
  }
  .footer_style_1 .grid {
    padding: 20px 0 0;
  }
  .footer_style_1 .bottom-footer-section {
    margin: 0 0 25px;
  }
  .footer_style_1 .widget-title {
    font-size: 14px;
    line-height: 16px;
    margin: 0;
  }
  .footer_style_1 .Newsletter-content .follow-us-outer {
    padding: 0;
    border: none;
  }
  .footer_style_1 .block_newsletter.footer-column .widget-title {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: auto;
  }
}
@media (max-width: 767px) {
  .footer_style_1 .dwld {
    float: left;
    padding-top: 0px;
  }
  .footer_style_1 .Newsletter-content {
    padding: 15px 0;
  }
  .footer_style_1 .grid {
    padding: 10px 0 15px;
  }
  .footer_style_1 .block_newsletter .widget-title {
    padding: 0 0 0 25px;
    line-height: 20px;
  }
  .footer_style_1 .block_newsletter .widget-title:before {
    height: 20px;
    width: 20px;
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 480px) {
  .footer_style_1 .security-img {
    padding: 0 5px;
  }
  .footer_style_1 .bottom-footer-section {
    margin: 0 0 15px;
  }
}
.footer_style_2 .cms-security.footer-column.bottom {
  padding: 0 0 0 80px;
}
@media (min-width: 992px) {
  .footer_style_2 .block_newsletter.footer-column {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    column-gap: 15px;
  }
}
.footer_style_2 form#contact_form {
  float: left;
  width: 100%;
  margin: 0px;
}
.footer_style_2 .bottom.dwld {
  padding: 0 0 0 30px;
}
.footer_style_2 .footer-wrapper {
  float: left;
  width: 100%;
  background-color: var(--colorFooterbg);
}
.footer_style_2 .block_newsletter .news-desc {
  font: 400 14px/16px var(--font-stack-body);
  float: left;
  width: 100%;
}
div.footer_style_2 .Newsletter-wrapper {
  padding: 75px 0;
}
.template-index .footer_style_2 {
  margin-top: 0;
}
.footer_style_2 {
  margin: 30px 0 0;
  float: left;
  width: 100%;
}
.footer_style_2 .site-footer .footer-wrap {
  float: left;
  width: 100%;
}
.footer_style_2 .social-icons li a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 16px;
  display: block;
  position: relative;
}
.footer_style_2 .footer-column.block_newsletter .form-vertical .errors li {
  margin: 0;
}
.footer_style_2 .copyright {
  margin: 15px 0;
  padding: 0;
  color: var(--FooterBottomText);
}
.footer_style_2 .site-footer .copyright a {
  color: var(--FooterBottomText);
}
.footer_style_2 .copyright small {
  font-size: 13px;
}
.footer_style_2 .bottom-footer-section {
  float: left;
  width: 100%;
  margin: 0 0 32px;
}
.footer_style_2 .footer-column .security-content {
  float: left;
  width: 100%;
  padding: 0;
}
.footer_style_2 .follow-us-outer {
  float: left;
  width: 100%;
  margin: 13px 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 0 0 15px;
}
.footer_style_2 .payment-icon {
  margin: 13px 0;
  padding: 0px;
}
.footer_style_2 .footer-bottom-wrap {
  float: left;
  width: 100%;
  background: var(--colorFooterBottombg);
}
.footer_style_2 .site-footer .footer-wrap .footer-column > ul.inline-list li {
  float: left;
  width: 100%;
  text-align: left;
  position: relative;
  margin: 0 0 10px;
}
.footer_style_2
  .site-footer
  .footer-wrap
  .footer-column.popular-item
  ul.inline-list
  li {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: auto;
  background: #203e64;
  padding: 5px 15px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  margin: 0 5px 12px 0;
}
.footer_style_2 .grid {
  float: left;
  width: 100%;
  padding: 60px 0;
}
.footer_style_2 .footer-desc {
  float: left;
  width: 100%;
  padding: 20px 0 0;
  text-align: left;
  line-height: 24px;
}
.footer_style_2 .footer-column.block_newsletter form input[type="email"] {
  color: var(--color-text-field);
  font-size: 13px;
  border: none;
}
.footer_style_2 .footer-column ul {
  margin: 0;
}
.footer_style_2 .footer-section .footer-cms.footer-column {
  float: right;
}
.footer_style_2 .widget-title {
  margin: 0 0 20px;
  float: left;
  width: 100%;
  color: var(--colorFooterTitle);
  font: 500 18px/20px var(--font-stack-header);
}
.footer_style_2 .dwld-app .app-img {
  float: left;
  width: auto;
  margin: 0 10px 0 0;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.footer_style_2 .dwld-app .app-img:hover {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
}
.footer_style_2 .cms-security {
  float: left;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_style_2 .security-img {
  float: none;
  width: auto;
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.footer_style_2 .security-img:hover {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
}
.footer_style_2 .site-footer a {
  font: 400 14px/20px var(--font-stack-body);
}
.footer_style_2 .contact-us .phone {
  font: 500 18px/20px var(--font-stack-body);
}
.footer_style_2 .contact-us .contact-address {
  font: 400 14px/20px var(--font-stack-body);
}
.footer_style_2 .contact-us .contact-address p {
  margin: 0;
}
.footer_style_2
  .site-footer
  .footer-wrap
  .footer-column.contactus
  .nav-secondary
  li.email {
  margin: 0 0 20px;
}
.footer_style_2
  .site-footer
  .footer-wrap
  .footer-column.contactus
  .nav-secondary
  li {
  float: left;
  width: 100%;
  color: var(--colorFooterContent);
}
.footer_style_2
  .site-footer
  .footer-wrap
  .footer-column.contactus
  .nav-secondary
  li.contact {
  margin: 0 0 10px;
}
.footer_style_2 .site-footer .footer-wrap .contact-us ul li svg {
  float: left;
  margin-right: 10px;
  width: 18px;
  height: 18px;
}
.footer_style_2 .site-footer .footer-wrap .contact-us .contact svg {
  width: 40px;
  height: 40px;
}
.footer_style_2 .footer-column .newsletter-bottom-cotent {
  display: block;
  float: left;
  width: 100%;
}
.footer_style_2 .block_newsletter .widget-title:before {
  position: absolute;
  content: "\f1ef";
  font-family: "Material Design Icons";
  height: 40px;
  width: 40px;
  left: 0;
  font-size: 40px;
  right: auto;
  line-height: 40px;
}
.footer_style_2 .block_newsletter .widget-title {
  padding-left: 50px;
  position: relative;
  font-size: 26px;
  line-height: 40px;
  float: left;
  width: 100%;
  margin: 0;
}
.footer_style_2 .footer-section {
  padding: 0;
}
.footer_style_2 .Newsletter-content {
  float: left;
  width: 100%;
  background: #fff;
  padding: 7px 15px;
}
.footer_style_2 .dwld-app {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
}
.footer_style_2 .footer-bottom {
  float: left;
  width: 100%;
}
@media (min-width: 992px) {
  .footer_style_2 .bottom-footer-section .footer-column ul {
    display: inline-block !important;
    width: auto;
    float: none;
    vertical-align: top;
  }
  .footer_style_2
    .site-footer
    .footer-wrap
    .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;
  }
  .footer_style_2 .grid .footer-column.contactus {
    padding: 0;
  }
}
.footer_style_2 .bottom-footer-section .widget-title.toggle {
  display: none;
}
@media (max-width: 1599px) {
  .footer_style_2 .block_newsletter form .input-group .input-group-btn .btn {
    padding: 0 10px;
  }
  .footer_style_2 .block_newsletter form .icon-fallback-text .icon i {
    display: inline-flex;
  }
  .footer_style_2 .block_newsletter form span.subscribe {
    display: none;
  }
}
@media (max-width: 1399px) {
  .footer_style_2 .cms-security.footer-column.bottom {
    padding: 0 0 0 50px;
  }
  .footer_style_2 .block_newsletter .widget-title {
    font-size: 20px;
    line-height: 40px;
    padding-left: 40px;
  }
  .footer_style_2 .block_newsletter .widget-title:before {
    font-size: 35px;
    line-height: 35px;
    height: 35px;
    width: 35px;
  }
  .footer_style_2 .block_newsletter .news-desc {
    font-size: 13px;
  }
  .footer_style_2 .site-footer .copyright a {
    font-size: 13px;
  }
  .footer_style_2 .grid {
    padding: 60px 0;
  }
  .footer_style_2 .site-footer a {
    font-size: 13px;
  }
}
@media (max-width: 1299px) {
  .footer_style_2 .grid {
    padding: 40px 0;
  }
  .footer_style_2 .contact-us .contact-address,
  .footer_style_2 .site-footer a {
    font-size: 12px;
    line-height: 16px;
  }
  .footer_style_2 .contact-us .phone {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 1199px) {
  .footer_style_2 .cms-security.footer-column.bottom {
    padding: 0 0 0 30px;
  }
  .footer_style_2 .block_newsletter .widget-title {
    font-size: 20px;
    line-height: 30px;
    padding-left: 36px;
  }
  .footer_style_2 .block_newsletter .widget-title:before {
    font-size: 30px;
    line-height: 30px;
    height: 30px;
    width: 30px;
  }
  .footer_style_2 .contact-us .phone {
    font-size: 14px;
    line-height: 16px;
  }
  .footer_style_2 .block_newsletter .news-desc {
    font-size: 13px;
    line-height: 16px;
  }
  .footer_style_2 .widget-title {
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 15px;
  }
  .footer_style_2 .grid {
    padding: 32px 0;
  }
  .footer_style_2 .payment-icon {
    margin: 8px 0;
  }
  .footer_style_2 .footer-section .site-footer .footer-column {
    padding: 0;
  }
  .footer_style_2 .bottom-footer-section {
    margin: 0 0 20px;
  }
  .footer_style_2 .block_newsletter form .input-group .input-group-btn .btn {
    padding: 0 6px;
  }
  .footer_style_2 .block_newsletter .news-desc {
    display: none;
  }
  .footer_style_2 .social-icons li a {
    height: 35px;
    width: 35px;
    line-height: 35px;
  }
}
@media (max-width: 991px) {
  .footer_style_2 .grid {
    padding: 20px 0 0;
  }
  .footer_style_2 .footer-bottom {
    text-align: center;
  }
  .footer_style_2
    .site-footer
    .footer-wrap
    .footer-column.contactus
    .nav-secondary
    li.email {
    margin: 0 0 10px;
  }
  .footer_style_2 .copyright {
    width: 100%;
    float: left;
    margin: 0 0 15px;
  }
  .footer_style_2 .follow-us-outer {
    margin: 15px 0 0;
    border: none;
  }
  .footer_style_2 .payment-icon {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin: 0;
  }
  .footer_style_2 .footer-section {
    width: 100%;
  }
  .footer_style_2 .bottom-footer-section {
    margin: 10px 0 15px;
  }
  .footer_style_2 .site-footer .footer-wrap .contact-us .contact svg {
    width: 30px;
    height: 30px;
  }
  .footer_style_2 .site-footer .footer-wrap .contact-us ul li svg {
    width: 16px;
  }
  .footer_style_2 .block_newsletter .widget-title {
    padding: 0 0 0 34px;
    width: auto;
    margin: 0 0 10px;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .footer_style_2 .Newsletter-content {
    padding: 15px 0px;
    text-align: center;
  }
  .footer_style_2 .block_newsletter .news-desc {
    font-size: 13px;
    line-height: 16px;
    width: 100%;
    margin: 0 0 15px;
  }
  .footer_style_2 .footer-section .footer-column ul {
    margin: 10px 0 0;
  }
  .footer_style_2 .bottom-footer-section .footer-column {
    padding: 0 15px;
  }
  .footer_style_2 .widget-title {
    font-size: 14px;
    line-height: 16px;
    margin: 0;
  }
  .footer_style_2 .dwld-app {
    margin: 0 0 15px;
  }
  .footer_style_2 .footer-bottom {
    padding: 15px 0;
  }
}
@media (max-width: 767px) {
  .footer_style_2 .contact-us .contact-address,
  .footer_style_2 .site-footer a {
    font-size: 12px;
    line-height: 18px;
  }
  .footer_style_2 .copyright {
    margin: 0 0 8px;
    padding: 0 15px;
  }
  .footer_style_2 .grid {
    padding: 15px 0 0;
  }
}
@media (max-width: 480px) {
  .footer_style_2 .security-img {
    padding: 0 5px;
  }
}
@media (min-width: 992px) {
  .footer_style_3 .block_newsletter.footer-column {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.footer_style_3 form#contact_form {
  float: left;
  width: 100%;
  margin: 0px;
}
.footer_style_3 .footer-wrapper {
  float: left;
  width: 100%;
  background-color: var(--colorFooterbg);
}
.footer_style_3 .block_newsletter .news-desc {
  font: italic 400 14px/16px var(--font-stack-body);
  padding: 0px;
  float: left;
  width: 100%;
}
.footer_style_3 .block_newsletter .input-group.newsletter-input {
}
div.footer_style_3 .Newsletter-wrapper {
  padding: 75px 0;
}
.template-index .footer_style_3 {
  margin-top: 0;
}
.footer_style_3 {
  margin: 30px 0 0;
  float: left;
  width: 100%;
}
.footer_style_3 .site-footer .footer-wrap {
  float: left;
  width: 100%;
}
.footer_style_3 .footer-column.block_newsletter .form-vertical .errors li {
  margin: 0;
}
.footer_style_3 .copyright {
  margin: 22px 0;
  padding: 0;
  color: var(--FooterBottomText);
}
.footer_style_3 .site-footer .copyright a {
  color: var(--FooterBottomText);
}
.footer_style_3 .copyright small {
  font-size: 13px;
}
.footer_style_3 .bottom-footer-section {
  float: left;
  width: 100%;
  padding: 25px 15px;
}
.footer_style_3 .footer-column .security-content {
  float: left;
  width: 100%;
  padding: 0;
}
.footer_style_3 .bottom-footer-section .cms-security {
  padding: 0 15px 0 30px;
}
.footer_style_3 .follow-us-outer {
  float: left;
}
.footer_style_3 .follow-us-outer .social-desc {
  float: none;
  width: 85%;
  display: inline-block;
  vertical-align: top;
  color: var(--colorFooterContent);
  font: italic 400 14px/20px var(--font-stack-body);
  margin: 0 0 15px;
}
.footer_style_3 .payment-icon {
  margin: 20px 0;
  padding: 0;
}
.footer_style_3 .footer-bottom-wrap {
  float: left;
  width: 100%;
  background: var(--colorFooterBottombg);
}
.footer_style_3 .site-footer .footer-wrap .footer-column ul.inline-list li {
  float: left;
  width: 100%;
  text-align: left;
  position: relative;
  margin: 0 0 10px;
}
.footer_style_3
  .site-footer
  .footer-wrap
  .footer-column.popular-item
  ul.inline-list
  li {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: auto;
  background: #203e64;
  padding: 5px 15px;
  margin: 0 5px 12px 0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
}
.footer_style_3 .grid.grid-content {
  float: left;
  width: 100%;
  padding: 50px 0;
}
.footer_style_3 .footer-desc {
  float: left;
  width: 100%;
  padding: 20px 0 0;
  text-align: left;
  line-height: 24px;
}
.footer_style_3 .footer-column.block_newsletter form input[type="email"] {
  color: var(--color-text-field);
  font-size: 13px;
}
.footer_style_3 .footer-section .footer-cms.footer-column {
  float: right;
}
.footer_style_3 .widget-title {
  margin: 0 0 30px;
  float: left;
  width: 100%;
  font: 500 18px/20px var(--font-stack-header);
  color: var(--colorFooterTitle);
}
.footer_style_3 .bottom-footer-section .widget-title {
  margin: 0 0 15px;
}
.footer_style_3 .dwld-app .app-img {
  float: left;
  width: auto;
  margin: 0 10px 0 0;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.footer_style_3 .dwld-app .app-img:last-child {
  margin: 0;
}
.footer_style_3 .dwld-app .app-img:hover {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
}
.footer_style_3 .dwld {
  border-right: 1px solid var(--colorFooterBorder);
  border-left: 1px solid var(--colorFooterBorder);
  padding: 0 0 0 30px;
}
.footer_style_3 .dwld .dwld-desc {
  float: left;
  width: 100%;
  margin: 0 0 16px;
  font: italic 400 14px/20px var(--font-stack-body);
  color: var(--colorFooterContent);
}
.footer_style_3 .bottom-footer-section .cms-security .security-desc {
  float: left;
  width: 100%;
  margin: 0 0 16px;
  font: italic 400 14px/20px var(--font-stack-body);
  color: var(--colorFooterContent);
}
.footer_style_3 .security-content {
  display: flex;
  align-items: center;
  float: left;
  width: 100%;
}
.footer_style_3 .security-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;
  margin: 0 15px 0 0;
}
.footer_style_3 .security-img:last-child {
  margin: 0;
}
.footer_style_3 .security-img:hover {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
}
.footer_style_3 .site-footer a {
  font: 400 14px/20px var(--font-stack-body);
}
.footer_style_3 .contact-us .phone {
  font: 500 18px/20px var(--font-stack-body);
}
.footer_style_3 .site-footer .social-icons a {
  line-height: 40px;
  font-size: 18px;
  height: 40px;
  width: 40px;
  display: block;
}
.footer_style_3 .contact-us .contact-address {
  font: 400 14px/20px var(--font-stack-body);
}
.footer_style_3 .contact-us .contact-address p {
  margin: 0;
}
.footer_style_3
  .site-footer
  .footer-wrap
  .footer-column.contactus
  .nav-secondary
  li {
  float: left;
  width: 100%;
  color: var(--colorFooterContent);
}
.footer_style_3
  .site-footer
  .footer-wrap
  .footer-column.contactus
  .nav-secondary
  li.contact {
  margin: 0 0 10px;
}
.footer_style_3 .site-footer .footer-wrap .contact-us ul li svg {
  float: left;
  margin-right: 10px;
  width: 18px;
  height: 18px;
}
.footer_style_3 .site-footer .footer-wrap .contact-us .contact svg {
  width: 40px;
  height: 40px;
}
.footer_style_3 .footer-column .newsletter-bottom-cotent {
  display: block;
  padding: 0;
  float: left;
  width: 100%;
}
.footer_style_3 .block_newsletter .widget-title:before {
  position: absolute;
  content: "\f1ef";
  font-family: "Material Design Icons";
  height: 40px;
  width: 40px;
  left: 0;
  font-size: 40px;
  right: auto;
  line-height: 40px;
}
.footer_style_3 .block_newsletter .widget-title {
  padding: 0 0 0 50px;
  position: relative;
  font-size: 26px;
  line-height: 40px;
  margin: 0;
  float: left;
  width: 100%;
}
.footer_style_3 .footer-section {
  padding: 0;
}
.footer_style_3 .Newsletter-content {
  float: left;
  width: 100%;
  padding: 18px 15px;
}
@media (min-width: 992px) {
  .footer_style_3 .bottom-footer-section .footer-column ul {
    display: inline-block !important;
    width: auto;
    float: none;
    vertical-align: top;
  }
  .footer_style_3
    .site-footer
    .footer-wrap
    .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;
  }
  .footer_style_3 .footer-column ul {
    margin: 0;
  }
}
@media (max-width: 1499px) {
  .footer_style_3 .block_newsletter .news-desc,
  .footer_style_3 .follow-us-outer .social-desc,
  .footer_style_3 .dwld .dwld-desc,
  .footer_style_3 .bottom-footer-section .cms-security .security-desc {
    font-size: 13px;
    line-height: 18px;
  }
}
@media (max-width: 1399px) {
  .footer_style_3 .block_newsletter .widget-title: before {
    height: 36px;
    width: 36px;
    font-size: 36px;
    line-height: 36px;
  }
  .footer_style_3 .block_newsletter .widget-title {
    font-size: 22px;
    line-height: 36px;
    padding: 0 0 0 45px;
  }
  .footer_style_3 .widget-title {
    margin: 0 0 20px;
  }
  .footer_style_3 .grid.grid-content {
    padding: 46px 0;
  }
  .footer_style_3 .site-footer a {
    font-size: 13px;
  }
}
@media (max-width: 1299px) {
  .footer_style_3 .block_newsletter .news-desc {
    padding: 0 15px;
  }
  .footer_style_3 .dwld {
    padding: 0 0 0 20px;
  }
  .footer_style_3 .bottom-footer-section .cms-security {
    padding: 0 15px 0 20px;
  }
  .footer_style_3 .contact-us .contact-address,
  .footer_style_3 .contact-us .phone {
    font-size: 12px;
    line-height: 16px;
  }
  .footer_style_3 .contact-us .phone {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 1199px) {
  .footer_style_3 .block_newsletter .widget-title {
    font-size: 18px;
    line-height: 28px;
    padding: 0 0 0 32px;
  }
  .footer_style_3 .block_newsletter .widget-title:before {
    height: 28px;
    width: 28px;
    font-size: 28px;
    line-height: 28px;
  }
  .footer_style_3 .block_newsletter .news-desc,
  .footer_style_3 .follow-us-outer .social-desc,
  .footer_style_3 .dwld .dwld-desc,
  .footer_style_3 .bottom-footer-section .cms-security .security-desc {
    font-size: 12px;
    line-height: 16px;
  }
  .footer_style_3 .Newsletter-content {
    padding: 15px;
  }
  .footer_style_3 .dwld {
    padding: 0 0 0 15px;
  }
  .footer_style_3 .site-footer a {
    font-size: 13px;
    line-height: 18px;
  }
  .footer_style_3 .widget-title {
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 15px;
  }
  .footer_style_3 .grid.grid-content {
    padding: 42px 0 37px;
  }
  .footer_style_3
    .site-footer
    .footer-wrap
    .bottom-footer-section
    .footer-column
    ul.inline-list
    li {
    padding: 0 5px;
  }
  .footer_style_3 .bottom-footer-section .cms-security {
    padding: 0 0 0 15px;
  }
  .footer_style_3 .bottom-footer-section {
    padding: 20px 15px;
  }
  .footer_style_3 .contact-us .phone {
    font-size: 14px;
    line-height: 16px;
  }
  .site-footer
    .footer-wrap
    .footer-column
    .inline-list
    .contact
    .contact-text
    .contact-desc {
    margin: 0 0 5px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer_style_3 .dwld-app .app-img img {
    max-width: 135px;
  }
}
@media (max-width: 991px) {
  .footer_style_3 .dwld-app {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 0 15px;
  }
  .footer_style_3 .follow-us-outer {
    float: left;
    width: 100%;
    border: none;
  }
  .footer_style_3 .site-footer .footer-wrap .contact-us .contact svg {
    width: 30px;
    height: 30px;
  }
  .footer_style_3 .site-footer .footer-wrap .contact-us ul li svg {
    width: 16px;
  }
  .footer_style_3
    .site-footer
    .footer-wrap
    .bottom-footer-section
    .footer-column
    ul.inline-list
    li {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: auto;
  }
  .footer_style_3 .block_newsletter .widget-title {
    margin: 0 0 5px;
    width: auto;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .footer_style_3 .block_newsletter .news-desc {
    margin: 0 0 15px;
  }
  .footer_style_3 .footer-column .newsletter-bottom-cotent {
    float: none;
    width: 80%;
    display: inline-block;
    vertical-align: top;
  }
  .footer_style_3 .dwld {
    float: left;
    width: 100%;
    border: none;
    padding: 0;
  }
  .footer_style_3 .footer-section {
    float: left;
    width: 100%;
  }
  .footer_style_3 .grid.grid-content {
    padding: 30px 0 0px;
  }
  .footer_style_3 .bottom-footer-section {
    margin: 0 0 20px;
  }
  .footer_style_3 .bottom-footer-section .cms-security {
    float: left;
    width: 100%;
    padding: 0;
  }
  .footer_style_3 .footer-bottom {
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px 0;
  }
  .footer_style_3 .copyright {
    width: 100%;
    float: left;
    margin: 0 0 10px;
  }
  .footer_style_3 .site-footer .copyright a {
    font-size: 13px;
  }
  .footer_style_3 .payment-icon {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin: 0;
  }
  .footer_style_3 .footer-bottom {
    padding: 15px 0;
  }
  .footer_style_3 .block_newsletter.footer-column {
    float: left;
    text-align: center;
  }
  .footer_style_3 .widget-title {
    font-size: 14px;
    line-height: 16px;
    margin: 0;
  }
  .footer_style_3 .footer-wrap .footer-column .inline-list.socila-text {
    margin: 0 0 15px;
  }
  .footer_style_3 .bottom-footer-section .widget-title {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .footer_style_3 .dwld,
  .footer_style_3 .bottom-footer-section .cms-security {
    padding: 0;
  }
  .footer_style_3 .grid.grid-content {
    padding: 20px 0px 5px;
  }
  .footer_style_3 .bottom-footer-section {
    padding: 15px 0;
  }
  .footer_style_3 {
    margin: 15px 0 0;
  }
}
@media (max-width: 480px) {
  .footer_style_3 .block_newsletter .news-desc {
    font-size: 10px;
    line-height: 12px;
    margin: 0 0 12px;
  }
  .footer_style_3 .payment-icon {
    padding: 0px;
  }
  .footer_style_3 .copyright {
    padding: 0 15px;
  }
}
.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-secondary-text);
}
.blog_latest_new_home .text-center {
  padding: 30px 0 0;
}
.blog_latest_new_home .grid--blog {
  text-align: center;
}
#blog_slider .article__grid__inner .ttblog_image_holder a.article__grid-image {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}
#blog_slider .article__grid__inner .ttblog_image_holder > a::before {
}
#blog_slider .article__grid__inner:hover .ttblog_image_holder > a::before {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}
#blog_slider .tt-blog-content .blog_image_holder .bloglinks {
  bottom: 0;
  height: 32px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  z-index: 1;
}
#blog_slider .tt-blog-content .blog_image_holder .bloglinks a {
  border: 2px solid #fff;
  color: #fff;
  float: left;
  width: 32px;
  height: 32px;
  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;
  padding: 0px;
  display: flex;
  align-items: center;
}
#blog_slider .tt-blog-content .blog_image_holder .bloglinks a i {
  float: none;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-weight: normal;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
#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 {
  padding: 18px 0 0;
  float: left;
  width: 100%;
  text-align: left;
}
#blog_slider .tt-blog-content .blog-content-wrap .h3.article__title a {
  text-overflow: ellipsis;
  float: left;
  width: 100%;
  overflow: hidden;
}
#blog_slider .article__date {
  font-size: 12px;
  line-height: 20px;
  float: left;
  width: auto;
}
#blog_slider .tt-blog-content .blog-content-wrap .rte.article__grid-excerpt {
  font: italic 400 13px/18px var(--font-stack-body);
  margin: 0 0 14px;
  float: left;
  width: 100%;
}
#blog_slider
  .tt-blog-content
  .blog-content-wrap
  .list--inline.article__meta-buttons {
  float: left;
  width: 100%;
  margin: 0 0 16px;
  position: relative;
  padding: 0 0 16px;
}
#blog_slider
  .tt-blog-content
  .blog-content-wrap
  .list--inline.article__meta-buttons
  > li {
  float: left;
  width: 100%;
  margin: 0;
}
.design_2
  #blog_slider
  .tt-blog-content
  .blog-content-wrap
  .list--inline.article__meta-buttons {
  margin: 0;
  padding: 0;
}
.design_1
  #blog_slider
  .tt-blog-content
  .blog-content-wrap
  .list--inline.article__meta-buttons::after,
.design_3
  #blog_slider
  .tt-blog-content
  .blog-content-wrap
  .list--inline.article__meta-buttons::after {
  position: absolute;
  content: "";
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  background: #ccc;
}
#blog_slider
  .tt-blog-content
  .blog-content-wrap
  .list--inline.article__meta-buttons
  a.read-more {
  float: none;
  width: auto;
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: #666;
  font-size: 14px;
  line-height: 16px;
  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;
}
#blog_slider
  .tt-blog-content
  .blog-content-wrap
  .list--inline.article__meta-buttons
  a.read-more:hover {
  color: var(--color-btn-primary);
}
#blog_slider
  .tt-blog-content
  .blog-content-wrap
  .article__date
  i.mdi.mdi-calendar {
  font-size: 16px;
  line-height: 16px;
  padding: 2px 2px 0 0;
  float: left;
  width: auto;
}
#blog_slider span.article__comment {
  float: right;
  width: auto;
}
#blog_slider .tt-blog-content .article__title {
  font: 500 16px/18px var(--font-stack-header);
  display: inline-block;
  overflow: hidden;
  width: 100%;
  float: left;
  margin: 0 0 12px;
  white-space: nowrap;
}
#blog_slider .tt-blog-content .article__title > a {
  color: #222;
}
#blog_slider .tt-blog-content .article__title > a:hover {
  color: var(--color-btn-secondary);
}
#blog_slider.grid-blog-slider .article__grid-image img {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .feature-blog .owl-theme .owl-nav {
    top: -35px;
    right: 5px;
  }
}
.tt-blog-content span.bloglinks {
  bottom: 0;
  height: 50px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  z-index: 1;
}
.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;
}
.tt-blog-content span.bloglinks a i {
  float: left;
  font-size: 20px;
  line-height: 22px;
  font-weight: normal;
}
.tt-blog-content:hover .blog_image_holder .bloglinks a,
.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 {
}
.tt-blog-content:hover .ttblog_image_holder > a::before {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}
.ttblog_image_holder.blog_image_holder {
  float: left;
  width: 100%;
  position: relative;
}
.blogleft_inner_content
  .tt-blog-content
  .tt-blog-description
  .blog-btn
  a.btn::before {
  border-bottom: none;
}
@media only screen and (max-width: 1399px) {
  #blog_slider .tt-blog-content .article__title {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 10px;
  }
  #blog_slider .tt-blog-content .blog-content-wrap {
    padding: 14px 0 0;
  }
}
@media only screen and (max-width: 1199px) {
  #blog_slider .tt-blog-content .blog-content-wrap .rte.article__grid-excerpt {
    font-size: 12px;
    line-height: 20px;
    margin: 0 0 10px;
  }
}
@media only screen and (max-width: 991px) {
  #blog_slider .article__grid__inner .ttblog_image_holder>a: :before,  .blog-section .tt-blog-content .ttblog_image_holder>a::before {
    opacity: 0.3;
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    -webkit-opacity: 0.3;
  }
  #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);
  }
  #blog_slider.owl-theme .owl-nav {
    top: -35px;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  #blog_slider .tt-blog-content .blog-content-wrap .rte.article__grid-excerpt {
    font-size: 12px;
  }
}
@media only screen and (max-width: 480px) {
  #blog_slider
    .tt-blog-content
    .blog-content-wrap
    .list--inline.article__meta-buttons
    a.read-more {
    font-size: 12px;
  }
  #blog_slider .tt-blog-content .article__title {
    font-size: 13px;
    margin: 0 0 6px;
  }
}
.template-index .main-content .main-product {
  float: left;
  width: 100%;
  z-index: 1;
  position: relative;
}
/* ------------ 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;
}
.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;
  padding: 15px 0;
  border: 2px solid #ffcc00;
}
.slider-specialproduct-wrap .product-layouts {
  border: none;
}
.slider-specialproduct-wrap .product-price__price,
.slider-specialproduct-wrap .product-price__price .money,
.slider-specialproduct-wrap .price,
.slider-specialproduct-wrap price .money {
  font-size: 18px;
  line-height: 20px;
}
.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: 16px;
  line-height: 20px;
}
.special-product-div
  .product-layouts.grid-view-item
  .product-wrapper
  .product-description
  .grid-view-item__meta {
  margin: 0 0 5px;
}
.slider-specialproduct .product-wrapper .add_tocart.pro_btn a.btn {
  width: auto;
  padding: 11px 30px;
}
.slider-specialproduct .product-wrapper .add_tocart.pro_btn a.btn svg,
.slider-specialproduct .product-wrapper .add_tocart.pro_btn a.btn svg.plus {
  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;
}
.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.simple-countdown
  .countdown-container::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 {
  display: inline-block !important;
}
.special-collection .flip-countdown.simple-countdown {
  display: none;
}
.special-collection .flip-countdown.simple-countdown .countdown-container span,
.special-collection
  .flip-countdown.simple-countdown
  .countdown-container
  span::after,
.special-collection
  .flip-countdown.simple-countdown
  .countdown-container::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);
}
@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) {
  .special-product-div
    .product-layouts.grid-view-item
    .product-description
    a.grid-link__title {
    font-size: 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: 16px;
  }
}
@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;
  }
  .slider-specialproduct
    .product-wrapper
    .flip-countdown.simple-countdown
    .count-title {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .slider-specialproduct-wrap .product-layouts {
    padding: 0 15px;
  }
  .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 only screen and (max-width: 767px) {
  .slider-specialproduct .product-wrapper .add_tocart.pro_btn a.btn {
    padding: 11pxpx 10px;
  }
  .special-collection
    .collection-product
    .slider-specialproduct-wrap
    .tab-pane
    .product-wrapper
    .product-thumb {
    width: 35%;
  }
  .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 .product-wrapper .add_tocart.pro_btn a.btn {
    padding: 8px 10px;
  }
  .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 only screen and (max-width: 480px) {
  .slider-specialproduct-wrap .product-layouts {
    padding: 0;
  }
  .slider-specialproduct-wrap .product-wrapper .btn_wrapper .pro_btn a,
  .slider-specialproduct .product-wrapper .add_tocart.pro_btn a.btn {
    width: 35px;
    height: 35px;
  }
  .slider-specialproduct-wrap .product-wrapper .btn_wrapper .pro_btn a.btn svg,
  .slider-specialproduct-wrap .product-wrapper .btn_wrapper .pro_btn a.btn svg {
    width: 14px;
    height: 35px;
  }
  .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;
  }
}
/*---------------- Bestseller Product ------------------*/
.widget_top_rated_products .top-products .top-products-detail {
  padding-left: 10px;
}
.widget_top_rated_products .top-products .top-products-detail a {
  color: var(--colorProductTitle);
  font-weight: 500;
}
.widget_top_rated_products .top-products .owl-nav {
  display: block;
  float: right;
  width: auto;
  position: absolute;
  right: -12px;
  left: auto;
  top: -55px;
  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: 25px;
  width: 25px;
  position: relative;
  margin: 0 2px;
}
ul.no-bullets.top-products.owl-carousel.owl-loaded.owl-drag {
  margin: 0;
}
.sidebar-products .product-layouts {
  border-right: none;
  margin: 0 0 10px;
}
.sidebar-products .product-layouts:last-child {
  margin: 0;
}
.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;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  visibility: visible;
}
.widget_top_rated_products .top-products .owl-nav .owl-prev:hover::after {
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  visibility: hidden;
}
.widget_top_rated_products .top-products .owl-nav .owl-prev::before {
  content: "\f13d";
  font-size: 24px;
  line-height: 30px;
  position: absolute;
  right: auto;
  left: 10px;
  top: 0;
  text-align: center;
  margin: auto;
  font-family: "Material Design Icons";
  color: var(--color-text);
  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;
  visibility: hidden;
}
.widget_top_rated_products .top-products .owl-nav .owl-prev:hover::before {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  left: 0;
  visibility: visible;
}
.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;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  visibility: visible;
}
.widget_top_rated_products .top-products .owl-nav .owl-next:hover::after {
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  visibility: hidden;
}
.widget_top_rated_products .top-products .owl-nav .owl-next::before {
  content: "\f13e";
  font-size: 24px;
  line-height: 30px;
  position: absolute;
  right: 10px;
  left: auto;
  top: 0;
  text-align: center;
  margin: auto;
  font-family: "Material Design Icons";
  color: var(--color-text);
  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;
  visibility: hidden;
}
.widget_top_rated_products .top-products .owl-nav .owl-next:hover::before {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  right: 0;
  visibility: visible;
}
.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);
}
.widget_top_rated_products
  .top-products
  .product-wrapper.sidebar-product
  .image.product-thumb
  .product-img {
  overflow: hidden;
  position: relative;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .widget_top_rated_products: hover .top-products .owl-nav .owl-next::before,  .widget_top_rated_products:hover .top-products .owl-nav .owl-next::after,  .widget_top_rated_products:hover .top-products .owl-nav .owl-prev::before,  .widget_top_rated_products:hover .top-products .owl-nav .owl-prev::after {
    color: #222;
  }
}
@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,
  .widget_top_rated_products .top-products .owl-nav .owl-prev::before,
  .widget_top_rated_products .top-products .owl-nav .owl-next::before {
    font-size: 20px;
  }
  .content_wrap.left-sidebar-column .widget_top_rated_products .owl-nav,
  .content_wrap.right-sidebar-column .widget_top_rated_products .owl-nav {
    top: -48px;
    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,  .widget_top_rated_products .top-products .owl-nav .owl-prev::before,  .widget_top_rated_products .top-products .owl-nav .owl-next::before {
    font-size: 18px;
  }
  .content_wrap.left-sidebar-column .widget_top_rated_products .owl-nav,
  .content_wrap.right-sidebar-column .widget_top_rated_products .owl-nav {
    top: -45px;
  }
}
.products-grid-view {
  display: flex;
  flex-flow: row wrap;
}
.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;
}
.product-single .rte ul {
  margin: 0 0 0 15px;
}
@media (max-width: 480px) {
  .product-single .rte ul {
    padding: 0 15px 0 0px;
  }
}
.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 form {
  margin: 0;
}
.product-single .product-information .pro_btn svg,
.product-single .product-additional .pro_btn svg {
  width: 14px;
  height: 14px;
  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;
}
.product-single .pro_btn .btn:hover svg,
.product-single .pro_btn.add-to-wishlist .add-in-wishlist-js.btn:hover {
  color: var(--color-text-hover-field);
}
.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-inner .qty-box-set {
  margin-right: 10px;
}
.product-information
  .product-information-inner
  .product-single__variants
  .selector-wrapper {
  float: left;
  margin-right: 10px;
  width: 50%;
}
.product-information
  .product-information-inner
  .add-to-wishlist.pro_btn
  .show
  .loading,
.product-information
  .product-information-inner
  .add-to-compare.pro_btn
  .show
  .loading {
  width: auto;
  float: left;
}
.product-information
  .product-information-inner
  .add-to-wishlist
  .add_to_wishlist:hover {
  background-color: #f5f5f5;
}
.product-information .product-information-inner .threesixty-video {
  float: left;
  width: 100%;
  margin: 0 0 15px;
}
.product-information
  .product-information-inner
  .threesixty-video
  .product-Video-btn.popup-video.tip-top {
  padding: 2px 15px;
  float: left;
  width: auto;
  position: static;
}
.product-information .product-single__desc {
  margin: 0;
  padding: 0;
}
.product-single .product-share {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
}
.product-single .social-sharing .social-title {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: auto;
  color: var(--body-text);
  font: 500 13px/30px var(--font-stack-body);
  margin-right: 5px;
}
.product-information
  .flip-countdown.simple-countdown
  .countdown-container
  span {
  width: 36px;
}
.product-information .qty-box-set .qtyplus::before,
.product-additional .qty-box-set .qtyplus::before {
  content: "\F415";
  font-family: "Material Design Icons";
  position: absolute;
  top: 0;
  bottom: 0px;
  left: 0;
  right: auto;
  width: 35px;
}
.product-single__addtocart label {
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 5px;
  width: 100%;
  color: var(--color-text);
}
#AddToCart > span {
  font-weight: 400;
}
.product-single__thumbs .owl-pagination,
.product-single .tab-pane,
.tab-pane {
  display: none;
}
.product-single .active.tab-pane,
.tab-pane.active {
  display: block;
}
.product-single__thumbs {
  padding: 0 50px;
  margin: 0px;
}
.product-single__thumbs .grid-item {
  float: left;
  width: 100%;
  margin: 5px;
}
.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%;
  margin: 0 0 30px;
}
.hover_style3 .related-products-container .owl-stage-outer {
  margin: 0 0 -45px;
  padding: 0 0 45px;
}
.product-fixed-wrapper {
  background: #ffffff none repeat scroll 0 0;
  float: left;
  padding: 15px;
  width: 100%;
}
.product-single__description.rte {
  float: left;
  width: 100%;
  margin: 0;
}
.product-block {
  float: left;
  padding: 0;
  width: 100%;
}
.pro_img {
  margin-bottom: 20px;
}
.pro_img .product-image-btn {
  position: absolute;
  right: 20px;
  left: auto;
  bottom: 10px;
  top: auto;
}
.product-single__photos .product-image-btn {
  right: 5px;
  bottom: 5px;
  z-index: 2;
}
.product-single__photos a.product-lightbox-btn {
  display: none;
  width: 30px;
  height: 30px;
  float: left;
  color: #333;
}
.product-single__photos a.product-lightbox-btn:hover {
  color: #111;
}
.fixed-product-block {
  display: table;
}
.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;
}
.product-single .add-to-wishlist a:hover,
.product-single .pro_btn.add-to-compare .add-in-compare-js.btn:hover,
.product-single a.print:hover,
.product-single a.sizechart:hover,
.product-single .pro_btn.add-to-compare .add-in-compare-js.btn:hover svg {
  color: var(--color-text-hover-field);
}
.product-single .product-information .add_to_wishlist a {
  vertical-align: top;
}
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 35px;
  margin: 20px 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: 0px;
  bottom: 0px;
  height: 28px;
  width: 28px;
}
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;
  position: static;
  float: left;
  width: 100%;
  display: block;
  height: auto;
}
.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,
.product-single__thumbs li img {
  display: inline-block;
  object-fit: cover;
}
.product-single .pro_btn.add-to-compare .add-in-compare-js.btn,
.product-single .pro_btn.add-to-compare .add-in-compare-js.btn svg,
.product-single .pro_btn.add-to-compare,
.product-single .pro_btn.add-to-wishlist .add-in-wishlist-js.btn,
.product-single .pro_btn.add_to_wishlist .add-in-wishlist-js.btn,
.product-single .pro_btn.add-to-wishlist .added-wishlist.btn.add_to_wishlist,
.product-single
  .pro_btn.add-to-wishlist
  .added-wishlist.btn.add_to_wishlist
  svg {
  background: none;
  color: var(--color-text-field);
  padding: 0;
  line-height: 13px;
}
.product-single .pro_btn.add-to-wishlist .added-wishlist.btn.add_to_wishlist,
.product-single
  .pro_btn.add-to-wishlist
  .added-wishlist.btn.add_to_wishlist
  svg,
.product-single .pro_btn.add-to-compare .add-in-compare-js.btn.added svg,
.product-single .pro_btn.add-to-compare .add-in-compare-js.btn.added {
  color: #222;
}
.product-single .add-to-wishlist.pro_btn .loading .add_to_wishlist svg.cached,
.product-single .add-to-compare.pro_btn .add-in-compare-js.btn svg.cached {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
.product-single .product-information select,
.product-single .product-additional select {
  border: none;
  background-color: #f5f5f5;
  padding: 10px;
  width: 216px;
  margin-right: 10px;
  margin-bottom: 0;
}
share-button.share-button .btn.share-button__button {
  padding: 13px 20px;
  margin-right: 10px;
}
.product-single .product-information-inner .fixed-content .variant {
  float: left;
  width: 100%;
  margin: 0;
}
.product-single .product-information .selector-wrapper.js.product-form__item {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.product-single
  .product-information
  .pro_btn.add-to-compare
  .add-in-compare-js.btn
  svg.cached,
.product-single
  .product-information
  .pro_btn.add-to-compare
  .add-in-compare-js.btn
  svg.repeat-once,
.product-single .product-information .pro_btn .btn::after,
.product-single .product-information .pro_btn .btn::before,
.product-single
  .product-additional
  .pro_btn.add-to-compare
  .add-in-compare-js.btn
  svg.cached,
.product-single .product-additional .pro_btn .btn::after,
.product-single .product-additional .pro_btn .btn::before {
  display: none;
}
.product-single
  .product-information
  .pro_btn.add-to-compare
  .add-in-compare-js.btn.loading
  svg.cached,
.product-single
  .product-additional
  .pro_btn.add-to-compare
  .add-in-compare-js.btn.loading
  svg.cached {
  display: inline-block;
}
.product-single
  .product-information
  .pro_btn.add-to-compare
  .add-in-compare-js.btn.added
  svg.cached,
.product-single
  .product-information
  .pro_btn.add-to-compare
  .add-in-compare-js.btn.loading
  svg.repeat,
.product-single
  .product-additional
  .pro_btn.add-to-compare
  .add-in-compare-js.btn.loading
  svg.repeat {
  display: none;
}
.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;
  font-weight: 500;
  height: 18px;
  left: 0;
  line-height: 18px;
  margin: auto;
  position: absolute;
  right: 2px;
  text-align: center;
  top: 0;
  width: 16px;
}
.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;
  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-single__thumbs .owl-nav .owl-prev::before,
ul.product-photo-thumbs .owl-nav .owl-prev::before {
  bottom: 0;
  content: "\f141";
  float: right;
  font-family: "Material Design Icons";
  font-size: 18px;
  font-weight: 500;
  height: 18px;
  left: 0;
  line-height: 18px;
  margin: auto;
  position: absolute;
  right: 2px;
  text-align: center;
  top: 0;
  width: 16px;
}
.review-wrap .spr-badge {
  float: left;
}
#shopify-product-reviews .spr-summary-actions-newreview::before {
  content: "\f64f";
  position: absolute;
  font-family: "Material Design Icons";
  left: -20px;
  right: auto;
  top: 0px;
  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;
  width: auto;
  margin-left: 10px;
  padding-left: 10px;
  color: var(--color-text-field);
  border-left: 1px solid var(--color-border);
  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;
}
#shopify-product-reviews span.spr-starrating.spr-summary-starrating {
  margin: 0 0 0 10px;
}
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: 18px;
  line-height: 20px;
  color: var(--color-text);
  text-align: center;
}
.product_all_images {
  float: left;
  width: 100%;
}
.product_all_images img {
  margin-bottom: 10px;
}
.product-single.vertical_left .product-single__thumbs {
  float: left;
  width: 24%;
  padding: 50px 15px 50px 0;
}
.product-single.vertical_left .product-single__thumbs .grid-item img {
  margin: 0 auto;
  float: none;
}
.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_left
  .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__photos {
  float: right;
  width: 76%;
  margin-bottom: 0;
  position: relative;
}
.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_right
  .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;
  width: 24%;
  padding: 35px 0 35px 15px;
}
.product-single.vertical_right .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);
  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-secondary);
  font-size: 15px;
  color: var(--color-btn-secondary-text);
  background: var(--color-btn-secondary);
}
.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,
.full_gallery_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;
}
.quick-view .qty-box-set .quantity {
  width: 90px;
}
.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);
}
.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-color: var(--color-btn-primary);
}
.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 {
  float: left;
  width: 100%;
  margin-bottom: var(--gutter);
  position: relative;
}
.spr-review-reportreview:hover {
  color: #ff0000;
}
span.spr-summary-caption {
  float: left;
  width: auto;
}
@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;
  }
  .vertical_left.product-single__thumbnails .grid-item img {
    max-height: 115px;
    max-width: 80px;
  }
  .product-single.vertical_right .product-single__thumbs .grid-item img {
    max-height: 115px;
    max-width: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .product-shop .product-item .selector-wrapper {
    width: 150px;
  }
  .quick-shop-modal-bg .product-single__addtocart .btn {
    width: 250px;
  }
  .product-information
    .product-information-inner
    .product-single__variants
    .selector-wrapper {
    width: 100%;
  }
  .product-information
    .product-information-inner
    .threesixty-video
    .product-Video-btn.popup-video.tip-top {
    padding: 2px 5px;
  }
  .design_1 .pro_img {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: auto;
  }
  .product-single.vertical_left .product-single__thumbs,
  .product-single.vertical_right .product-single__thumbs {
    width: 21%;
  }
  .product-single.vertical_left .product-single__photos,
  .product-single.vertical_right .product-single__photos {
    width: 79%;
  }
  .vertical_left.design_4 .product-wrapper-owlslider {
    width: 100%;
  }
  .design_4 .product-information {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .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;
  }
  hr {
    margin: 15px 0px;
  }
  .product-single {
    margin-bottom: 20px;
  }
  .related-products-container {
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .related-products-container {
    margin: 0 0 15px;
  }
  .product-single.vertical_left.design_1
    .product-Video-btn.popup-video.tip-top {
    right: 50px;
    width: auto;
  }
  .product-single.vertical_right.design_1
    .product-Video-btn.popup-video.tip-top {
    width: auto;
    bottom: 20px;
  }
  .design_1 #productPhoto.image-zoom {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 80%;
  }
  .tt-brand_slider .owl-nav {
    display: block;
  }
  .horizontal_bottom .product-wrapper-owlslider .product-single__photos,
  .horizontal_bottom .product-single__thumbs.horizontal_bottom {
    float: none;
    width: 80%;
    display: inline-block;
    vertical-align: top;
  }
}
@media only screen and (max-width: 543px) {
  .product-shop .product-item .selector-wrapper {
    width: 115px;
  }
  .product-single.vertical_left.product-single__thumbs {
    padding: 30px 0;
  }
  .product-single.vertical_left.product-single__thumbs .grid-item img {
    max-height: 80px;
    max-width: 75px;
  }
  .product-single.vertical_right .product-single__thumbs .grid-item img {
    max-height: 80px;
    max-width: 75px;
  }
}
@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%;
  }
  .product-single__description .spr-summary-actions-newreview {
    padding: 0 0 0 17px;
  }
  #shopify-product-reviews .spr-header-title {
    font-size: 14px;
    line-height: 16px;
  }
  .product-single.vertical_left.product-single__thumbs {
    width: 28%;
  }
  .product-single.vertical_left.product-single__thumbs .grid-item img {
    max-height: 95px;
    max-width: 65px;
  }
  .product-single.vertical_left .product-single__photos {
    width: 70%;
  }
  .design_1 #productPhoto.image-zoom {
    width: 100%;
  }
  .design_2 .pro_img .product-image-btn {
    right: 20px;
  }
  #shopify-product-reviews .spr-summary .spr-summary-actions {
    float: right;
    text-align: right;
  }
  .spr-review-reportreview {
    float: left !important;
  }
  .horizontal_bottom .product-wrapper-owlslider .product-single__photos,
  .horizontal_bottom .product-single__thumbs.horizontal_bottom {
    width: 100%;
  }
  .product-single.vertical_right .product-single__thumbs .grid-item img {
    max-height: 95px;
    max-width: 65px;
  }
  .product-single.vertical_right .product-single__thumbs {
    width: 28%;
  }
  .product-single.vertical_right .product-single__photos {
    width: 70%;
  }
  .product-single.vertical_left .product-single__thumbs {
    padding: 40px 5px;
  }
  .product-single .social-sharing .social-title {
    display: none;
  }
  share-button.share-button .btn.share-button__button {
    padding: 10px 16px;
    margin-right: 8px;
    font-size: 12px;
  }
}
@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;
  }
}
@media only screen and (max-width: 365px) {
  .vertical_left .product-single__photos {
    width: 65%;
  }
  .product-single.vertical_right .product-single__photos {
    width: 65%;
  }
}
.tabs-layout-accordion .tt-tab-wrapper {
  border-bottom: 1px solid rgba(119, 119, 119, 0.17);
}
.tabs-layout-accordion .tt-tab-wrapper .tt-accordion-title {
  position: relative;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.tabs-layout-accordion .tt-tab-wrapper .tt-accordion-title:after {
  content: "\f140";
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -10px;
  height: 20px;
  line-height: 20px;
  width: 20px;
  text-align: center;
  font-size: 12px;
  color: #bbb;
  font-family: "Material Design Icons";
  transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  -ms-transition: transform 0.4s ease;
  backface-visibility: hidden;
  perspective: 800px;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 800px;
}
.tabs-layout-accordion .tt-tab-wrapper .tt-accordion-title.active:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.tt-scroll {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  left: 0;
  min-height: 435px;
  overflow: hidden;
  height: 100%;
}
@media only screen and (max-width: 1199px) {
  .tt-scroll {
    min-height: 355px;
  }
}
@media only screen and (max-width: 991px) {
  .tt-scroll {
    position: static;
  }
}
.tt-scroll.has-scrollbar {
  height: 100%;
  left: 10px;
}
.tt-scroll:hover > .tt-scroll-pane {
  visibility: visible;
  opacity: 0.99;
  -moz-opacity: 0.99;
  -khtml-opacity: 0.99;
  -webkit-opacity: 0.99;
}
.tt-scroll .tt-scroll-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: scroll;
  overflow-x: hidden;
}
.tt-scroll > .tt-scroll-pane {
  width: 2px;
  background: rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  transition: 200ms ease-in-out;
  -webkit-transition: 200ms ease-in-out;
  -moz-transition: 200ms ease-in-out;
  -o-transition: 200ms ease-in-out;
  -ms-transition: 200ms ease-in-out;
  visibility: hidden;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
}
.tt-scroll > .tt-scroll-pane > .tt-scroll-slider {
  background: rgba(0, 0, 0, 0.7);
  position: relative;
  margin: 0 0;
}
.product-design-compact .product_tab_wrapper {
  border: none;
  border-top: 2px solid #111;
  padding: 0;
}
.panel.tt-Tabs-panel {
  display: none;
}
.panel.tt-Tabs-panel.active {
  display: block;
}
.product-form--variant-sold-out .shopify-payment-button {
  display: none;
}
.shopify-payment-button {
  float: left;
  width: auto;
}
.shopify-payment-button .shopify-payment-button__button {
  background: var(--color-btn-secondary);
  color: var(--color-btn-secondary-text);
  z-index: 1;
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding: 12px 45px;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -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;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
}
.shopify-payment-button .shopify-payment-button__button::after {
  content: "";
  background: var(--color-btn-primary);
  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;
}
.shopify-payment-button .shopify-payment-button__button:hover:not([disabled]),
.shopify-payment-button .shopify-payment-button__button:focus:not([disabled]),
.shopify-payment-button .shopify-payment-button__button:active:not([disabled]) {
  background: var(--color-btn-primary);
  color: var(--color-btn-primary-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,
.product-additional
  .shopify-payment-button
  .shopify-payment-button__more-options {
  display: none;
}
.product-form__submit[aria-disabled="true"] + .shopify-payment-button,
.product-form__submit[disabled] + .shopify-payment-button {
  display: none;
}
.product-single__addtocart .add,
.product-single__addtocart .minus {
  color: var(--color-body-text);
  font-size: em(24px);
  position: relative;
}
.product-single__addtocart .js-qty {
  margin-bottom: var(--gutter) / 2;
  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-single__desc {
  margin: 20px 0;
}
.product-single__desc h3 {
  text-align: left;
}
.product-single__header {
  padding: 0;
}
.btn-content {
  float: left;
  width: 100%;
}
.product-single .product-information .fixed-content .video-threesixty,
.product-single .product-information-inner .fixed-content > .quantity,
.product-single .product-information-inner .product-single__addtocart {
  float: left;
  width: 100%;
}
.product-single .product-information-inner form {
  margin: 0;
}
.product-single__photos a,
.product-single__thumbs a,
.product-single__photos img,
.product-single__thumbs img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
.product-single__photos li,
.product-single__thumbs li {
  padding: 5px;
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin-bottom: 0px;
}
.product-single__price {
  font-family: var(--font-stack-header);
}
.dt-sc-toggle-content {
  display: none;
}
#shopify-section-sidebar-category ul.product-categories > li ul.children {
  margin: 8px 0 0;
  float: left;
  width: 100%;
}
#shopify-section-sidebar-category ul.product-categories > li ul.children li {
  margin: 0 0 2px;
}
.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);
}
.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-top: 3px;
  margin-bottom: 5px;
}
.h2.product-single__price {
  font-size: 18px;
  float: left;
  font-family: var(--font-stack-header);
  margin: 0;
  width: 100%;
}
.product-single .product-information svg.cart,
.product-single .product-additional svg.cart {
  height: 16px;
  width: 16px;
  margin-right: 4px;
  float: none;
  display: inline-block;
  vertical-align: top;
}
.product-single .product-information svg.notify,
.product-single .product-additional svg.notify {
  height: 16px;
  width: 16px;
  float: none;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 5px;
}
.product-single__addtocart .js-qty {
  margin-right: 5px;
  float: left;
}
.product-single__addtocart .btn {
  width: auto;
  float: left;
  padding: 13px 37px;
  margin-right: 10px;
}

.product-form .shake-animation {
  float: left;
}
.product-single__addtocart .product-form .shake-animation {
  animation: shake-animation 4.72s ease infinite;
  transform-origin: 50% 50%;
}
@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__addtocart .btn:hover {
  color: var(--color-btn-secondary-text);
}
.product-single__title {
  float: left;
  width: 70%;
  text-align: left;
  margin: 0;
  font: 500 20px/32px var(--font-stack-header);
  color: var(--colorProductTitle);
}
.product-information .add-to-wishlist .tooltip-label,
.product-information .add-to-compare .tooltip-label {
  margin: 0 0 0 5px;
  vertical-align: top;
  line-height: 14px;
}
.product-single .sizechart,
.product-information .product-information-inner .add-to-wishlist.pro_btn,
.product-single .product-information .add-to-wishlist a,
.product-single .product-information .add-to-compare a,
.product-additional .add-to-wishlist.pro_btn,
.product-single .product-additional .add-to-wishlist a,
.product-single .product-additional .add-to-compare a,
.product-information .product-information-inner .add-to-compare.pro_btn,
.product-single .print,
.product-360-button,
.product-360-button span,
.product-Video-btn.popup-video.tip-top {
  float: none;
  width: auto;
  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;
  line-height: 16px;
  text-transform: uppercase;
  font-size: 13px;
}
.product-information .product-information-inner .add-to-wishlist.pro_btn,
.product-information .product-information-inner .add-to-compare.pro_btn,
.product-single .sizechart,
.product-single .print,
.product-360-button {
  margin: 0 20px 5px 0;
}
.product-single .sizechart svg {
  float: left;
  margin-right: 5px;
  height: 14px;
  width: 14px;
  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;
}
.product-single .sizechart:hover svg {
  color: var(--color-text-hover-field);
}
.product-single .print svg,
.product-single .product-Video-btn svg,
.product-single .product-360-button svg {
  height: 14px;
  width: 14px;
  margin-right: 3px;
  float: none;
  display: inline-block;
  vertical-align: top;
}
.product-single .gallery i.mdi.mdi-magnify {
  font-size: 24px;
}
.spr-badge-starrating {
  color: var(--color-meta);
}
.spr-badge-starrating .spr-icon,
.spr-badge-starrating {
  padding: 0 1px;
  color: #ffb507;
}
.spr-badge-starrating .spr-icon.spr-icon-star-empty {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  visibility: visible;
}
.social-sharing a {
  color: var(--color-meta);
  display: inline-block;
  font-family: var(--font-stack-body);
  font-size: 14px;
  padding: 0 5px;
  padding-left: 0;
  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;
}
.social-sharing a:hover {
  color: var(--color-meta);
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
}
.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;
}
.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(--colorFooterBorder);
  padding: 0 0 8px;
}
#notify-content .btn {
  padding: 0 24px;
}
.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;
  color: #222;
}
.product-template__container
  #notify-content
  .modal-dialog
  .modal-content
  button.close {
  position: absolute;
  top: 5px;
  left: auto;
  bottom: auto;
  right: 5px;
}
@media only screen and (max-width: 2000px) {
  .full_gallery_slider .owl-nav .owl-prev,
  .full_gallery_slider .owl-nav .owl-next {
    width: 400px;
  }
}
@media only screen and (max-width: 1600px) {
  .full_gallery_slider .owl-nav .owl-prev,
  .full_gallery_slider .owl-nav .owl-next {
    width: 320px;
  }
}
@media only screen and (max-width: 1400px) {
  .full_gallery_slider .owl-nav .owl-prev,
  .full_gallery_slider .owl-nav .owl-next {
    width: 300px;
  }
}
@media only screen and (max-width: 1329px) {
  .product-single__addtocart .btn {
    padding: 13px 28px;
  }
  .shopify-payment-button .shopify-payment-button__button {
    padding: 12px 35px;
  }
}
@media only screen and (max-width: 1299px) {
  .product-single__title {
    font-size: 18px;
    line-height: 30px;
  }
  .product-single__addtocart .btn {
    padding: 13px 23px;
  }
  .shopify-payment-button .shopify-payment-button__button {
    padding: 12px 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .full_gallery_slider .owl-nav .owl-prev,
  .full_gallery_slider .owl-nav .owl-next {
    width: 250px;
  }
}
@media only screen and (min-width: 1025px) {
  .item-social-sharing {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .product-single__title.wvendor {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .product-single__title.wvendor {
    font-size: 16px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .product-single__addtocart .btn {
    padding: 13px 20px;
  }
  .shopify-payment-button .shopify-payment-button__button {
    padding: 12px 24px;
  }
}
@media only screen and (max-width: 600px) {
  .full_gallery_slider .owl-nav .owl-prev,
  .full_gallery_slider .owl-nav .owl-next {
    width: 100px;
  }
  .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 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 {
    padding: 10px 15px;
  }
  .full_gallery_slider .owl-nav .owl-prev,
  .full_gallery_slider .owl-nav .owl-next {
    width: 60px;
  }
  .full_gallery_slider .owl-item .num {
    padding: 5px;
  }
  .product-information-inner .notify_btn i {
    font-size: 18px;
  }
  .product-single__addtocart .btn {
    padding: 10px 20px;
  }
  .shopify-payment-button .shopify-payment-button__button {
    padding: 11px 20px;
  }
  .product-single .product-information select {
    width: 130px;
  }
  .product-single__title.wvendor {
    font-size: 14px;
    line-height: 22px;
    width: 100%;
    text-align: left;
  }
  .social-sharing a {
    padding: 0 3px 0 0;
  }
}
@media only screen and (max-width: 460px) {
  .product-single__addtocart .btn {
    margin: 0;
  }
  .shopify-payment-button {
    width: 91%;
    margin: 10px 0 0;
  }
}
.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;
}
.product-single__header .product-360-button {
  font-weight: normal;
  margin-bottom: 10px;
}
.threesixty-video .product-360-button > a {
  padding: 2px 15px 2px 0;
  border-right: 1px solid #e5e5e5;
}
@media only screen and (max-width: 991px) {
  .threesixty-video .product-360-button > a {
    padding: 2px 5px 2px 0;
  }
}
.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-single__thumbs img {
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .threesixty-video span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 480px) {
  .threesixty-video .product-360-button > a {
    border: none;
  }
  .product-Video-btn.popup-video.tip-top {
    margin: 0 0 0 5px;
  }
  .product-single .sizechart,
  .product-information .product-information-inner .add-to-wishlist.pro_btn,
  .product-information .product-information-inner .add-to-compare.pro_btn,
  .product-360-button {
    margin-right: 12px;
  }
}
.aboutus-wrap .our_team {
  float: left;
  width: 100%;
}
.aboutus-wrap.ourteam_wrap {
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
  padding: 30px 0 0;
}
.aboutus-wrap.ourteam_wrap ul .teammember-item {
  list-style: none;
  display: inline-block;
  padding: 0 15px;
}
.aboutus-wrap.ourteam_wrap ul .teammember-item .teammember-content {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.aboutus-wrap.ourteam_wrap
  ul
  .teammember-item
  .teammember-content
  .ourteam-image {
  position: relative;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  -ms-transition: 300ms ease-in-out;
  float: left;
  width: 100%;
  overflow: hidden;
}
.aboutus-wrap.ourteam_wrap
  ul
  .teammember-item
  .teammember-content
  .ourteam-image-wrap
  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;
}
.aboutus-wrap.ourteam_wrap
  ul
  .teammember-item
  .teammember-content
  .ourteam-image-wrap: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);
}
.aboutus-wrap.ourteam_wrap
  ul
  .teammember-item
  .teammember-content
  .teammember-meta {
  background-color: #f5f5f9;
  padding: 20px 0;
  width: 100%;
  float: left;
  z-index: 2;
}
.aboutus-wrap.ourteam_wrap
  ul
  .teammember-item
  .teammember-content
  .teammember-meta
  .teammember-title {
  color: #111111;
  font: 500 16px/18px var(--font-stack-header);
  margin-bottom: 5px;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  -ms-transition: 300ms ease-in-out;
}
.aboutus-wrap.ourteam_wrap
  ul
  .teammember-item
  .teammember-content
  .teammember-meta
  .teammember-position {
  color: #666;
  font-size: 14px;
  margin-bottom: 0;
}
.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
  .ourteam-image-wrap
  .teammember-social-profile {
  margin: 0;
  padding-left: 0;
  transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  background: rgba(255, 255, 255, 0.9);
  color: #222;
  left: 0;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  padding: 10px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 70%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  width: 100%;
  float: left;
}
.aboutus-wrap.ourteam_wrap
  ul
  .teammember-item
  .teammember-content
  .ourteam-image-wrap
  .teammember-social-profile
  > li {
  margin: 0;
  padding: 0 7px;
  list-style: none;
  float: none;
  display: inline-block;
  vertical-align: top;
  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;
}
.aboutus-wrap.ourteam_wrap
  ul
  .teammember-item
  .teammember-content
  .ourteam-image-wrap
  .teammember-social-profile
  > li
  a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  width: 30px;
}
.aboutus-wrap.ourteam_wrap
  ul
  .teammember-item
  .teammember-content
  .ourteam-image-wrap
  .teammember-social-profile
  > li.facebook:hover
  a
  i {
  color: #4c76be;
}
.aboutus-wrap.ourteam_wrap
  ul
  .teammember-item
  .teammember-content
  .ourteam-image-wrap
  .teammember-social-profile
  > li.twitter:hover
  a
  i {
  color: #00c7ff;
}
.aboutus-wrap.ourteam_wrap
  ul
  .teammember-item
  .teammember-content
  .ourteam-image-wrap
  .teammember-social-profile
  > li.googleplus:hover
  a
  i {
  color: #ea4c89;
}
.aboutus-wrap.ourteam_wrap
  ul
  .teammember-item
  .teammember-content
  .ourteam-image-wrap
  .teammember-social-profile
  > li.instagram:hover
  a
  i {
  color: #ff3a67;
}
.aboutus-wrap.ourteam_wrap
  ul
  .teammember-item
  .teammember-content
  .ourteam-image-wrap:hover
  .teammember-social-profile {
  top: 50%;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}
.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);
}
.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;
}
@media (min-width: 1260px) {
  .aboutus-wrap .our_team .owl-theme .owl-nav .owl-prev {
    margin: 0px 10px 0 0;
  }
}
@media (max-width: 1199px) {
  .aboutus-wrap .our_team {
    padding: 20px 5px;
  }
}
@media only screen and (max-width: 480px) {
  .aboutus-wrap .our_team {
    padding: 15px 0;
  }
  .aboutus-wrap.ourteam_wrap {
    text-align: center;
  }
  .aboutus-wrap.ourteam_wrap ul .teammember-item {
    padding: 0 10px;
  }
  .aboutus-wrap.ourteam_wrap ul .teammember-item ul li {
    padding: 0 10px;
  }
}
.about-page {
  float: left;
  width: 100%;
}
.aboutus-content {
  float: left;
  width: 100%;
}
#ttabout .About_us.img a {
  position: relative;
  display: block;
  overflow: hidden;
}
#ttabout .About_us.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;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}
#ttabout .About_us.img :hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
#ttabout .aboutr_img a {
  position: relative;
  display: block;
  overflow: hidden;
}
#ttabout .aboutr_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;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}
#ttabout .aboutr_img :hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
#ttabout .about_img a {
  position: relative;
  display: block;
  overflow: hidden;
}
#ttabout .about_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;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}
#ttabout .about_img :hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
#ttabout .ttabout1 .ttabout-content {
  margin: 25px 0;
}
#ttabout .ttabout1 .ttabout-content .ttabout-description {
  line-height: 24px;
}
#ttabout .ttabout1 .ttabout .ttabout-content .ttabout-title {
  color: var(--color-text);
  margin: 0 0 10px;
  font: 500 20px/22px var(--font-stack-header);
}
.cms-aboutus1 {
  float: left;
  width: 100%;
  margin: 0 0 30px;
}
.cms-aboutus1 .aboutus-img a {
  display: block;
  position: relative;
  overflow: hidden;
}
.cms-aboutus1 .section-header {
  text-align: left;
  width: 80%;
  margin: 0px;
}
.cms-aboutus1 .section-header .tt-title {
  margin: 0 0 20px;
}
.cms-aboutus1 .section-header .desc {
  line-height: 24px;
}
.aboutus-subcontent1 .aboutus-title,
.aboutus-subcontent2 .aboutus-title {
  font: 600 24px/26px var(--font-stack-header);
  float: left;
  width: 100%;
  margin: 0 0 15px;
}
.aboutus-subcontent1 {
  float: left;
  width: 100%;
  margin: 0 0 30px;
}
.aboutus-subcontent2 {
  float: left;
  width: 100%;
}
.aboutus-subcontent1 .aboutus-desc,
.aboutus-subcontent2 .aboutus-desc {
  font: 400 14px/24px var(--font-stack-subheading);
  float: left;
  width: 100%;
}
.about-videoblock,
.about-videoblock .video-featured #popup_toggle {
  float: left;
  width: 100%;
}
.about-videoblock .video-featured,
..video-featured #popup_toggle .about-videoblock .video-featured {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.video-featured #popup_toggle {
  position: relative;
}
.video-featured #popup_toggle a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}
.video-featured #popup_toggle .play-icone {
  bottom: 0;
  height: 80px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 80px;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  -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;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  line-height: 80px;
}
.video-featured #popup_toggle .play-icone i {
  display: inline-block;
  float: none;
  font-size: 45px;
  height: 80px;
  width: 80px;
  line-height: 78px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  -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;
}
.video-featured #popup_toggle .video-featured .popup_overlay,
.video-featured .popup_overlay {
  float: left;
  width: 100%;
  position: fixed;
  left: 0;
  height: 100%;
  text-align: center;
  z-index: 9;
  right: 0;
  display: none;
  top: 0;
  background: rgba(0, 0, 0, 0.9);
}
.video-featured #popup_toggle .video-featured .popup_overlay .popup,
.video-featured .popup_overlay .popup {
  display: inline-block;
  position: relative;
  width: 50%;
  max-width: 100%;
  max-height: 100%;
  padding: 20px;
  background: #222;
  color: #fff;
  vertical-align: middle;
  margin: 8% 0;
  z-index: 99999;
}
.video-featured #popup_toggle .video-featured .popup_overlay .popup_close,
.video-featured .popup_overlay .popup_close {
  display: block;
  position: absolute;
  top: 5px;
  right: 7px;
  width: 20px;
  height: 20px;
  padding: 8px;
  cursor: pointer;
  text-align: center;
  font-size: 12px;
  line-height: 8px;
  color: #fff;
  text-decoration: none;
}
.about-services {
  float: left;
  width: 100%;
  padding: 30px 0;
  margin: 0 0 30px;
}
.about-services .tt-service {
  float: left;
  width: 100%;
  text-align: center;
  padding: 0 15px;
}
.about-services .tt-service .service-img {
  float: left;
  width: 100%;
  margin: 0 0 15px;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.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 {
  float: left;
  width: 100%;
}
.about-services .tt-service .service-content .service-title {
  float: left;
  width: 100%;
  font: 500 20px/22px var(--font-stack-header);
  margin: 0 0 10px;
}
.about-services .tt-service .service-content .service-desc {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: 70%;
  font: 400 13px/24px var(--font-stack-subheading);
}
.about-icon {
  padding: 10px 0;
}
.about-icon-cnt {
  float: left;
  width: 100%;
  padding: 10px 0;
}
.about-icon-title {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.about-blog {
  margin: 0 0 30px;
}
.about-blog-content {
  float: left;
  width: 100%;
  margin: 20px 0 0;
}
.about-blog-img a {
  display: block;
  position: relative;
  overflow: hidden;
}
.about-blog-content .about-blog-title {
  font: 500 18px/20px var(--font-stack-header);
  float: left;
  width: 100%;
  margin: 0 0 10px;
}
.about-blog-content .about-blog-desc {
  font: 400 13px/20px var(--font-stack-header);
  float: left;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .cms-aboutus1 {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 1199px) {
  .about-page {
    padding: 20px;
    margin: 0 0 20px;
  }
  .aboutus-subcontent1 .aboutus-title,
  .aboutus-subcontent2 .aboutus-title {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 22px;
  }
  .cms-aboutus1 .section-header,
  .about-services .tt-service .service-content .service-desc {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .about-services {
    padding: 20px 0;
  }
  .aboutus-subcontent1 .aboutus-desc,
  .aboutus-subcontent2 .aboutus-desc {
    font-size: 12px;
    line-height: 22px;
  }
  .cms-aboutus1 .section-header .tt-title {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 10px;
  }
  .about-icon-title {
    font-size: 12px;
    line-height: 16px;
  }
  .cms-aboutus1 .section-header .desc {
    font-size: 12px;
    line-height: 22px;
  }
  .cms-aboutus1,
  .about-services {
    margin: 0px 0 20px;
  }
  .about-services .tt-service .service-content .service-desc {
    font-size: 12px;
    line-height: 22px;
  }
  .about-services .tt-service .service-content .service-title {
    font-size: 16px;
    line-height: 18px;
  }
  .about-blog-content .about-blog-title {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 18px;
  }
  .about-blog-content .about-blog-desc {
    font-size: 12px;
    line-height: 18px;
  }
  .about-blog-content {
    margin: 15px 0 0;
  }
  .aboutus-content {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .video-featured #popup_toggle .play-icone i,
  .video-featured #popup_toggle .play-icone {
    height: 60px;
    width: 60px;
    line-height: 60px;
  }
  .video-featured #popup_toggle .play-icone i {
    font-size: 38px;
  }
  .about-services .block_content {
    float: left;
    width: 100%;
    padding: 0 15px;
  }
  .cms-aboutus1 .aboutus-img,
  .aboutus-subcontent1 {
    margin: 0 0 15px;
  }
  .design_3 .fixed-product-block {
    margin: 15px 0 0;
  }
}
@media only screen and (max-width: 480px) {
  .about-page {
    padding: 15px;
    margin: 0 0 15px;
  }
  .aboutus-content {
    padding: 15px;
  }
  .cms-aboutus1 .section-header .tt-title {
    font-size: 14px;
    line-height: 20px;
  }
  .about-icon {
    width: 100%;
    padding: 0;
  }
  .about-services,
  .cms-aboutus1 {
    margin: 0px 0 15px;
  }
  .about-services {
    padding: 15px 0;
  }
  .about-blog-content .about-blog-title {
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 16px;
  }
}
.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 42px/44px var(--font-stack-header);
  float: left;
  width: 100%;
  margin: 0 0 30px;
}
.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: #111;
  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;
  }
}
.site-header button.btn.search-submit.icon-fallback-text {
  background: #313c46;
  color: var(--color-btn-secondary-text);
  padding: 0 28px;
  height: 44px;
  position: absolute;
  right: 4px;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
}
.site-header button.btn.search-submit.icon-fallback-text::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.3em;
  background: var(--color-btn-secondary);
  z-index: 2;
  opacity: 0;
}
.site-header button.btn.search-submit.icon-fallback-text:hover:after {
  opacity: 1;
}
.site-header button.btn.search-submit.icon-fallback-text:hover {
  color: var(--color-btn-secondary-text);
  background: var(--color-btn-secondary);
}
.site-header button.btn.search-submit.icon-fallback-text i {
  font-size: 16px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  float: none;
  display: inline-block;
  vertical-align: top;
}
.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;
}
.template-search .main-content .search-products-cnt {
  float: left;
  width: 100%;
  background: #fff;
  padding: 30px;
  box-shadow: 1px 2px 3px 0 #e5e5e5;
  -webkit-box-shadow: 1px 2px 3px 0 #e5e5e5;
  -moz-box-shadow: 1px 2px 3px 0 #e5e5e5;
  -ms-box-shadow: 1px 2px 3px 0 #e5e5e5;
  -o-box-shadow: 1px 2px 3px 0 #e5e5e5;
}
.template-search .main-content .container .input-group.search-bar {
  margin: 0;
  border: 1px solid var(--color-border);
  width: 100%;
}
.template-search
  .main-content
  .container
  .input-group.search-bar
  input.input-group-field {
  color: #111;
  font-size: 16px;
  border: none;
}
.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
  .main-content
  .container
  .input-group.search-bar
  .input-group-btn
  .btn {
  color: #222;
}
.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;
}
#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: 3;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.search-results li {
  display: block;
  width: 25%;
  float: left;
  margin: 0;
  padding: 0 15px;
  overflow: hidden;
}
.search-results li.total {
  width: 100%;
}
.search-results li > span.title {
  background: #f5f5f5;
  padding: 10px;
  text-align: center;
}
.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;
  text-align: center;
  font: 500 14px/18px var(--font-stack-header);
  color: var(--colorProductTitle);
}
.search-results .title:hover {
  color: #111;
}
.search-results .thumbnail {
  float: left;
  width: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--color-border);
}
.search-results .name-price .price-wrap {
  float: left;
  width: 100%;
  margin: 5px 0;
  text-align: center;
}
.search-results .name-price .price {
  font-size: 14px;
  line-height: 16px;
}
.search-results .name-price .product-price__price.compare_price,
.search-results .name-price .product-price__price.compare_price .money {
  font-size: 12px;
  line-height: 14px;
  margin-left: 5px;
}
.template-search .main-content .container .collections-selector {
  display: none;
}
.template-search .grid-uniform.product-grid.col-main {
  float: left;
  width: 100%;
}
.template-search .main-content .search-products .search-products-cnt {
  margin-bottom: 15px;
}
.template-search .search-products .products-grid-view .style3.product-layouts {
  margin: 0;
}
.template-search .search-products .products-grid-view .style3 .product-wrapper {
  border-bottom: 1px solid var(--color-border);
}
@media only screen and (max-width: 1299px) {
  .search-results li {
    width: 33.33%;
  }
}
@media only screen and (max-width: 1199px) {
  .template-search .main-content .search-products-cnt {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .site-header button.btn.search-submit.icon-fallback-text {
    height: 35px;
  }
}
@media only screen and (max-width: 543px) {
  .search-results li {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .template-search .main-content .search-products-cnt {
    padding: 15px;
  }
  .search-results .name-price .price {
    font-size: 12px;
    line-height: 14px;
  }
  .site-header button.btn.search-submit.icon-fallback-text {
    height: 29px;
  }
}
.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-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 3px 0;
  }
}
* {
  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;
}
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: 13px;
  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);
}
.checkbox-group label:hover .box {
  background: #f5f5f5;
  border-color: #e5e5e5;
}
.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);
}
.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 .check:before {
  display: none;
}
.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;
}
.collection_sidebar {
  float: left;
  width: 100%;
}
.collection_sidebar .sidebar-block {
  float: left;
  width: 100%;
  border: 1px solid var(--color-border);
  padding: 30px;
}
.sidebar-block .facets-container form#FacetFiltersForm {
  margin: 0;
}
ul#promo-carousel {
  margin: 0px;
}
.full-width ul#promo-carousel {
  padding: 0 30px;
}
.sidebar .widget ul li.product-wrapper {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  padding: 0;
}
.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 {
  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;
}
.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;
}
.collection_sidebar .facets-container .sidebar-content,
.collection-template
  :not(.full-width)
  .collection_sidebar
  ul.product-categories {
  max-height: 190px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
}
.collection_sidebar .facets-container .sidebar-content::-webkit-scrollbar-track,
.collection_sidebar ul.product-categories::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
}
.collection_sidebar .facets-container .sidebar-content::-webkit-scrollbar-thumb,
.collection_sidebar ul.product-categories::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9);
}
.collection_sidebar .facets-container .sidebar-content::-webkit-scrollbar,
.collection_sidebar ul.product-categories::-webkit-scrollbar {
  width: 5px;
}
@media only screen and (min-width: 1400px) {
  .collection-slider-wrap .collection-slider-wrap .container {
    width: 1380px;
  }
}
@media only screen and (max-width: 1300px) {
  .collection-slider-wrap .collection_slider {
    padding: 0 152px;
  }
}
@media only screen and (max-width: 1299px) {
  .collection_sidebar .sidebar-block {
    padding: 20px 20px 0;
  }
  .full-width ul#promo-carousel {
    padding: 0 20px;
  }
}
@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;
  }
  .off-canvas .collection_sidebar .shopify-section .widget.widget_promo_img,
  .widget.widget_promo_img {
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .collection_sidebar .sidebar-block {
    display: none;
  }
}
@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) {
  .collection-slider-wrap {
    padding: 30px 0;
  }
}
.product_tab_wrapper .tab-container h2 {
  font-weight: 600;
  margin-top: 0px;
  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: 24px;
}
@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-template .content,
._quick-view-content {
  display: none;
}
.quick-view .product-shop {
  float: right;
  margin: 15px 0 0;
}
.quick-view .product-shop p.custom {
  margin: 0;
}
.quick-view .product-shop .prices {
  margin-bottom: 15px;
  float: left;
  width: 100%;
}
.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: 500 18px/26px var(--font-stack-header);
  color: var(--colorProductTitle);
}
.quick-view .product-shop .product-inventory > label {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  margin: 0 5px 0 0;
  color: var(--color-text);
  width: auto;
}
.quick-view .product-shop .prices .compare-price .money {
  text-decoration: line-through;
}
.quick-view .product-photo-thumbs li {
  margin: 0;
  float: none;
  display: inline-block;
  vertical-align: top;
  padding: 5px;
}
.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;
}
.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 .close-window {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: auto;
  right: 10px;
  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;
}
.quick-view .close-window:hover {
  background: #f5f5f9;
}
.quick-view .product-detail-section p.dt-sc-button {
  margin: 20px 0 0 0;
  float: left;
}
.quick-view .product-detail-section p.product-description {
  margin: 0;
  float: left;
  width: 100%;
  padding: 15px 0;
  font-size: 13px;
  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 {
  margin: 0;
}
.quick-view .product-shop.summary .details {
  float: left;
  width: 100%;
}
.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);
}
.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%;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  border: 1px solid var(--color-border);
}
.quick-view .product-photo-thumbs li a:hover,
.quick-view .product-photo-thumbs li a.active {
  border-color: var(--color-btn-secondary);
}
.quick-view .product-photo-thumbs li a img {
}
.quick-view .quickview-featured-image {
  border: 1px solid var(--color-border);
}
.quick-view .quickview-featured-image img {
}
.quick-view .owl-prev::after,
.quick-view .owl-next::after {
  display: none;
}
.quick-view form .actions button i.mdi.mdi-plus {
  height: 20px;
  width: 20px;
  font-size: 20px;
  line-height: 20px;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 0 0;
}
.quick-view form .actions button {
  padding: 11px 25px;
  line-height: 20px;
}
.quick-view .product-shop.summary .details {
  float: left;
  width: 100%;
}
.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;
  margin: 0;
  border-bottom: 1px solid var(--color-border);
  float: left;
  width: 100%;
  line-height: 20px;
}
.quick-view .product-shop.summary select {
  width: 100%;
  padding: 12px 10px;
  margin: 0;
  border: none;
  background-color: #f5f5f5;
}
.quick-view .product-info {
  background: none;
  padding: 0;
  margin: 0 0 10px;
}
.quick-view .product-info > p {
  margin: 0;
}
.quick-view .product-info .in_stock {
  color: #1cc373;
}
.quick-view .product-info .out_of_stock {
  color: #ff0000;
}
.quick-view .content {
  background: #fff;
  z-index: 99;
  display: none;
  margin: 40px auto;
  position: relative;
  width: 945px;
  padding: 30px 15px;
}
.quick-view .quick-shop-modal-bg {
  background: #fff;
  height: 100%;
  width: 100%;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.quick-view .quick-shop-modal-bg .quickloader {
  position: absolute;
  top: 50%;
  left: 50%;
  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;
  display: inline-block;
  padding: 0px;
  border-radius: 100% !important;
  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-wrapper.sidebar-product {
  border: none;
  margin: 0;
  text-align: left;
}
.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: 13px;
  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) {
  .quick-view .product-shop .product-title > a {
    font-size: 14px;
    line-height: 20px;
  }
  .quick-view {
    overflow: hidden;
    overflow-y: scroll;
  }
  .quick-view .content {
    padding: 20px 5px;
    text-align: center;
  }
  .quick-view .content {
    width: 80%;
  }
  .quick-view form .actions button {
    width: 200px;
  }
  .quick-view .product-detail-section p.product-description {
    font-size: 11px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .quick-view .quickview-featured-image img {
    width: 100%;
  }
  .quick-view .product-img.images {
    width: 80%;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .quick-view .product-shop {
    width: 100%;
  }
  .quick-view .product-photo-thumbs.product-wrapper-owlslider {
    width: 75%;
    float: none;
    text-align: center;
    display: inline-block;
  }
}
@media only screen and (max-width: 480px) {
  .quick-view form .actions button {
    padding: 8px 18px;
  }
  .quick-view .content {
    width: 90%;
    margin: 30px auto;
  }
  .quick-view .product-img.images {
    width: 100%;
  }
}
.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: 13px;
    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: absolute;
  width: 30px;
  height: 30px;
  top: 12px;
  bottom: auto;
  left: auto;
  right: 12px;
  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;
}
.ajax-success-modal .close-modal:hover {
  background: #f5f5f9;
}
.ajax-success-modal .close-modal .mdi {
  font-size: 0;
  color: var(--color-body-text);
  line-height: 20px;
  height: 20px;
  width: 20px;
  float: left;
}
.ajax-success-modal .close-modal::before,
.ajax-success-modal .close-modal::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 15px;
  top: 15px;
  bottom: auto;
  left: auto;
  right: 8px;
  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;
}
.ajax-success-modal .close-modal:hover::before,
.ajax-success-modal .close-modal::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ajax-success-modal .close-modal::before,
.ajax-success-modal .close-modal:hover::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.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 {
  position: relative;
  margin: 10px auto;
  vertical-align: middle;
  display: inline-block;
}
.modal-content {
  float: left;
  width: 100%;
}
#newsletterModal .modal-content {
  float: left;
  width: 100%;
  box-shadow: none;
  border: 1px solid var(--color-border);
}
.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-body);
  color: var(--colorProductTitle);
  margin: 5px 0 7px;
}
.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-header);
}
.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;
  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: #fff;
  width: 400px;
  z-index: 4;
}
.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);
}
.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 .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-body-text);
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  width: auto;
  float: left;
  margin: 0;
}
.cart-popup-wrapper.modal .cart-content .ajax-right .ajax-product-title {
  margin-top: 0;
  float: left;
  width: auto;
  line-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;
}
.cart-popup-wrapper.modal .cart-content .ajax-right .total_itmes {
  float: left;
  width: 100%;
  font-size: 13px;
  line-height: 18px;
}
.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 -------------------*/
.brand-logo .brands_slider_wrap {
  float: left;
  width: 100%;
  padding: 15px;
}
#brands_list_slider {
  text-align: center;
}
#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;
}
#brands_list_slider .brand-bar__image:hover {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}
#brands_list_slider .brand-bar__item {
  float: left;
  width: 100%;
}
@media (max-width: 1199px) {
  #brands_list_slider .brand-bar__image {
    width: 170px;
  }
}
@media (max-width: 699px) {
  #brands_list_slider .brand-bar__image {
    max-width: 150px;
  }
}
/*-------------------------------------------*/
.grid-view-item .tooltip-label {
  display: none;
}
.shop_table.cart_table td,
.shop_table.cart_table .shop_table.cart_table th {
  padding: 15px;
  text-align: center;
  border: none;
  border-bottom: 1px solid var(--color-border);
}
.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;
}
i.mdi {
  font-size: 16px;
}
a.product-lightbox-btn.tip-top img {
  width: auto;
  height: auto;
}
.quick-view.open-in .product-detail-section {
  text-align: left;
  opacity: 1 !important;
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  -webkit-opacity: 1 !important;
}
.product-arrows div {
  width: 130px;
  position: fixed;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 130px;
  padding: 15px 0;
  z-index: 1;
}
.product-information .product-info {
  display: inline-block;
  float: left;
  width: auto;
}
.product-information .product-info > p {
  display: table;
  margin: 8px 0;
  float: none;
  width: auto;
  position: relative;
}
.product-information .product-info > p::after {
  position: absolute;
  content: "\f12c";
  font-family: "Material Design Icons";
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #112f54;
  font-weight: 600;
}
.product-information .product-info > p > label {
  display: table-cell;
  width: 130px;
  font-weight: 500;
  font-size: 14px;
  color: var(--color-text);
  float: left;
  margin: 0;
  padding-left: 20px;
}
.product-information .review-wrap {
  padding: 0;
}
.product-information .product-information-inner .fixed-content .qty_attr {
  padding: 0;
}
.product-information
  .product-information-inner
  .product-single__price
  span.discount-percentage,
.product-additional span.discount-percentage {
  float: left;
  width: 100%;
  margin: 0 0 10px;
  color: #ff0000;
}
.product-information
  .product-information-inner
  .product-actions
  .selector-wrapper {
  float: left;
  margin: 0 5px 10px 0;
  width: 140px;
}
.product-information .flip-countdown .countdown-block.countdown-container {
  padding: 0 15px 0 40px;
}
.product-information
  .flip-countdown.simple-countdown
  .countdown-container::after {
  left: 10px;
}
.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: #ffbf34;
}
.spr-starratings {
  font-size: 12px !important;
  color: #ffbf34;
}
.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;
}
span.spr-badge-caption {
  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: #ffbc00;
}
.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: #ffbc00;
  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;
}
.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);
}
.product-single .product-single__thumbs.vertical_left .grid-item a,
.product-single .product-single__thumbs.vertical_right .grid-item a {
  float: none;
  width: auto;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 991px) {
  .product-single.vertical_left .product-wrapper-owlslider,
  .product-single.vertical_right .product-wrapper-owlslider,
  .product-single.vertical_left .product-information,
  .product-single.vertical_right .product-information {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-single.vertical_left .product-information-inner .checkout-btn,
  .product-single.vertical_right .product-information-inner .checkout-btn {
    margin: 0;
  }
}
.product-single span.share-title {
  display: none;
}
.product-single .social-sharing i {
  float: left;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  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;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
}
.product-single .social-sharing i.mdi-facebook {
  background: #3b5998;
}
.product-single .social-sharing i.mdi-twitter {
  background: #00aced;
}
.product-single .social-sharing i.mdi-pinterest {
  background: #c8232c;
}
.product-single .social-sharing i.mdi-instagram {
  background: #ff3a67;
}
.product-single .social-sharing i.mdi-whatsapp {
  background: #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);
}
@media only screen and (max-width: 1199px) {
  .product-single .social-sharing span.share-title {
    display: none;
  }
}
.product-grid .products-grid-view .grid-item.product-short-list {
  width: 100%;
  padding: 0;
}
.product-form--variant-sold-out .product-qty {
  display: none;
}
.qty-box-set {
  float: left;
  width: auto;
  position: relative;
  overflow: hidden;
  border: 2px solid var(--color-border);
}
.qty-box-set .quantity,
.qty-box-set .quantity1 {
  border: none;
  width: 100px;
  height: 38px;
  line-height: 38px;
  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: 35px;
  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;
}
.qty-box-set .qtyminus:hover,
.qty-box-set .qtyplus:hover,
.qty-box-set .qtyminus1:hover,
.qty-box-set .qtyplus1:hover {
  background: #f5f5f9;
}
.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;
}
.cart-qty-box-set .quantity {
  border: none;
  width: 100px;
  height: 41px;
  line-height: 41px;
  padding: 0;
  float: left;
  cursor: pointer;
  text-align: center;
  margin: 0;
}
.cart-qty-box-set {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--color-border);
}
.quantity__button {
  width: 35px;
  height: 41px;
  border: 0;
  cursor: pointer;
  padding: 0;
  float: left;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.quantity__button:hover {
  background: #f5f5f9;
}
.quantity__button .icon.icon-minus {
  width: 10px;
  pointer-events: none;
  height: 10px;
}
.quantity__button .icon.icon-plus {
  width: 10px;
  pointer-events: none;
}
.cart-qty-box-set .quantity {
  border: none;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}
table.shop_table.cart_table tfoot {
  display: none;
}
.qnt_wrap {
  float: left;
  width: 100%;
  overflow: hidden;
}
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 .quantity .qty-box-set input#Qty {
  float: left;
  width: 120px;
  height: auto;
}
@media only screen and (max-width: 1199px) {
  .cart-qty-box-set .quantity {
    width: 60px;
  }
}
@media only screen and (max-width: 480px) {
  span.spr-badge-caption {
    display: none;
  }
  .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;
  }
}
.TTProduct-Tab {
  float: left;
  width: 100%;
  text-align: center;
}
.nav.nav-tabs {
  float: left;
  width: auto;
  margin: 0 0 13px;
  overflow-x: auto;
  overflow-y: hidden;
}
.nav.nav-tabs > li {
  float: none;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  flex: 0 0 auto;
}
.template-index .nav.nav-tabs > li {
  margin-left: 25px;
}
.template-index .nav.nav-tabs > li:first-child {
  margin: 0;
}
.nav-tabs > li > a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  font: 500 20px/22px var(--font-stack-header);
  outline: medium 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;
  padding: 0;
}
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  background: none !important;
}
.nav-tabs > li:last-child > a {
  margin-right: 0;
}
.nav-tabs > li.active > a {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  font-weight: 500;
}
.TTProduct-Tab:hover .owl-theme .owl-nav {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  visibility: visible;
}
.product-single__description .product_tab_wrapper {
  clear: both;
  margin: 0 0 30px;
  text-align: center;
  padding: 30px;
  border: 1px solid var(--color-border);
}
.product-single__description .product_tab_wrapper ul.tabs {
  border-bottom: 1px solid var(--color-border);
  float: left;
  width: 100%;
}
.product-review {
  float: left;
  width: 100%;
  padding: 30px;
  margin: 0 0 30px;
  border: 1px solid var(--color-border);
}
.product-information.product_fixed_block {
  margin: 0 0 30px;
}
.spr-summary-actions-newreview {
  position: relative;
}
.product-single .product_tab_wrapper ul.tabs li > a::after {
  background: #111;
}
.product-single__description .product_tab_wrapper ul.tabs li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.product-single__description .product_tab_wrapper ul.tabs li:last-child {
  border-right: none;
}
.product-single__description .product_tab_wrapper ul.tabs li:last-child > a {
  margin-right: 0;
}
.product-single__description .product_tab_wrapper ul.tabs li > a {
  float: none;
  display: inline-block;
  vertical-align: top;
  font: 500 18px/20px var(--font-stack-header);
  margin: 0 0 -1px;
  padding: 0 20px 15px;
  opacity: 0.9;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  position: relative;
}
.product-single__description .product_tab_wrapper ul.tabs li > a::after {
  position: absolute;
  content: "";
  top: auto;
  bottom: 0;
  right: 0;
  height: 3px;
  width: 0;
  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-single__description .product_tab_wrapper ul.tabs li.active > a::after,
.product-single__description .product_tab_wrapper ul.tabs li:hover > a::after,
.product-single__description .product_tab_wrapper ul.tabs li:focus > a::after {
  width: 100%;
  left: 0;
}
.product-single__description .product_tab_wrapper ul.tabs li.active > a,
.product-single__description .product_tab_wrapper ul.tabs li:hover > a {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}
.product-single__description .product_tab_wrapper .tab-container {
  float: left;
  width: 100%;
  text-align: left;
}
.product-single__description
  .product_tab_wrapper
  .tab-container
  .table-responsive {
  float: left;
  width: 100%;
}
.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;
}
.product-single .tab-pane p {
  margin: 0;
  font-size: 13px;
}
#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 (max-width: 1199px) {
  .nav-tabs > li > a {
    font-size: 18px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .product-single__description .product_tab_wrapper {
    margin: 0 0 20px;
    padding: 20px;
  }
  .product-single__description .product_tab_wrapper ul.tabs li > a {
    font-size: 16px;
    line-height: 18px;
  }
  .product-review {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .product-single__description .product_tab_wrapper ul.tabs li > a {
    padding: 10px;
  }
  .nav.nav-tabs {
    margin: 0 0 8px;
    display: flex;
  }
  .product-single__description .product_tab_wrapper {
    padding: 15px;
  }
  .product-review {
    padding: 15px;
  }
  .product-single__description .product_tab_wrapper .tab-container h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 610px) {
  .nav.nav-tabs {
    width: 80%;
  }
}
@media only screen and (max-width: 480px) {
  .product-single__description .product_tab_wrapper ul.tabs li: last-child {
    border-bottom: none;
  }
  .nav-tabs > li > a {
    font-size: 16px;
    line-height: 18px;
  }
  .product-single__description .tabs > li {
    width: 40%;
  }
  .product-single__description .product_tab_wrapper ul.tabs li > a {
    width: 100%;
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 16px;
  }
}
.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 #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;
  }
}
/* ---------------- product tab2------------------- */
.tab-product-inner {
  padding: 50px 0;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.tab-product-inner .grid__item {
  float: right;
  width: 86%;
  position: relative;
  z-index: 1;
}
.tab-product-inner .grid__item .TTProduct-Tab {
  background: #fff;
  border: 1px solid var(--color-border);
}
@media (min-width: 992px) {
  .tab-product-inner .grid__item .TTProduct-Tab .owl-stage-outer {
    padding: 0 0 50px;
    margin: 0 0 -50px;
  }
}
.flip-countdown.simple-countdown .countdown-container span {
  font-size: 12px;
  width: 30px;
}
@media (max-width: 1529px) {
  .tab-product-inner::after {
    bottom: -30px;
    left: -10%;
    width: 580px;
    height: 440px;
  }
}
@media (max-width: 1429px) {
  .tab-product-inner::after {
    left: -12%;
    width: 550px;
    height: 410px;
  }
}
@media (max-width: 1199px) {
  .tab-product-inner .grid__item {
    width: 80%;
  }
  .tab-product-inner::after {
    left: -18%;
    width: 470px;
    height: 330px;
    bottom: 0;
  }
  .tab-product-inner {
    padding: 30px 0;
  }
}
@media (max-width: 991px) {
  .tab-product-inner .grid__item {
    width: 100%;
  }
  .tab-product-inner::after {
    display: none;
  }
  .tab-product-inner {
    padding: 20px 0;
  }
}
/* ---------------- Go to Top------------ */
#GotoTop {
  background: var(--color-btn-secondary);
  bottom: 100px;
  cursor: pointer;
  height: 40px;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  position: fixed;
  right: 40px;
  text-align: center;
  width: 40px;
  z-index: 1;
  color: var(--color-btn-secondary-text);
  display: none;
  top: auto !important;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -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) {
  #GotoTop {
    right: 20px;
    bottom: 40px;
  }
}
#GotoTop:hover {
  background: var(--color-btn-primary);
  color: var(--color-btn-primary-text) !important;
  transform: translateY(-6px);
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
}
#GotoTop i.mdi {
  font-size: 22px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  float: none;
  display: inline-block;
  vertical-align: top;
}
.contact-content {
  float: left;
  width: 100%;
}
.contact-title {
  float: left;
  width: 100%;
  font: 600 22px/24px var(--font-stack-header);
  color: var(--color-text);
  margin: 0 0 30px;
}
.contact-form .btn {
  background: var(--color-btn-primary);
  color: var(--color-btn-primary-text);
  padding: 10px 25px;
}
.contact-form .btn:hover,
.contact-form .btn:active,
.contact-form .btn:focus {
  background: var(--color-btn-secondary);
  color: var(--color-btn-secondary-text);
}
.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,
.contact-us-page .social-sharing .tt-social-share {
  float: left;
  width: 100%;
}
.contact-us-page .contact-us-map {
  margin: 0 0 30px;
}
.contact-us-page .social-sharing .social-icon {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.contact-us-page .social-sharing .social-icon i {
  font-size: 20px;
  color: #aaa;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -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 .social-icon a:hover i {
  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);
  margin: 0 0 30px;
}
.contact-us-page .social-sharing .social-title {
  line-height: 38px;
}
.contact-us-page .social-sharing .tt-social-share,
.contact-us-page .social-sharing .social-title {
  width: auto;
  margin: 0;
}
.contact-us-page .address-container .small-title {
  background: #f5f5f5;
  padding: 15px;
}
.contact-us-page .social-sharing {
  background: #f5f5f5;
  padding: 10px 15px;
}
.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: 500;
  color: #111;
}
.address-container.right-to-left {
  float: left;
  width: 100%;
  border: 1px solid var(--color-border);
  padding: 15px;
}
.contact-us-page {
  float: left;
  width: 100%;
}
.contact-us-form {
  float: left;
  width: 100%;
  margin: 0 0 30px;
}
.contact-us-page .address-text i.mdi {
  font-size: 30px;
  line-height: 30px;
  float: none;
  display: inline-block;
  vertical-align: top;
  color: #aaa;
}
@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;
  }
  .contact-us-page .social-sharing .social-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .contact-us-page .social-sharing .social-icon i {
    font-size: 16px;
  }
  .contact-title {
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 22px;
  }
}
@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;
  }
  .contact-title {
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 20px;
  }
  .contact-content {
    padding: 20px;
  }
  .contact-us-page .contact_wrapper,
  .contact-us-form {
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 480px) {
  .contact-content {
    padding: 15px;
  }
  .contact-us-page .contact_wrapper,
  .contact-us-form {
    margin: 0 0 15px;
  }
  .contact-title {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 18px;
  }
}
.template-page .product-thumbnail img {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.wishlist.template-page .table-responsive {
  border: none;
  float: left;
  width: 100%;
}
.wishlist_table thead th span {
  font: 500 16px/18px var(--font-stack-header);
  color: var(--color-text);
}
.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-remove,
.wishlist_table .product-thumbnail,
.wishlist_table .product-name,
.wishlist_table .product-price,
.wishlist_table .product-stock-stauts,
.wishlist_table .wishlist-product-price.product-price,
.wishlist_table .product-stock-status,
.wishlist_table .product-add-to-cart {
  text-align: center;
  padding: 15px;
  position: relative;
}
.wishlist_table .product-name a.wishlist-item-link {
  font: 500 14px/16px var(--font-stack-body);
  color: var(--colorProductTitle);
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.wishlist_table .product-name a.wishlist-item-link:hover {
  color: #111;
}
.wishlist_table .wishlist-product-price.product-price span.money {
  color: var(--color-sale-text);
  font-weight: 600;
  font-family: var(--font-stack-header);
}
.wishlist_table .product-thumbnail a {
  float: none;
  width: auto;
  display: inline-block;
  vertical-align: top;
}
.wishlist_table .product-remove .remove_from_wishlist {
  font-weight: 700;
  height: 25px;
  left: 0;
  line-height: 25px;
  position: absolute;
  right: 0;
  width: 25px;
  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;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
}
.wishlist_table .product-remove .remove_from_wishlist:hover {
  background: #f5f5f9;
}
.wishlist_table .product-remove .remove_from_wishlist i.mdi-close {
  font-size: 0;
}
.wishlist_table .product-remove .remove_from_wishlist::after,
.wishlist_table .product-remove .remove_from_wishlist::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 12px;
  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;
}
.wishlist_table .product-remove .remove_from_wishlist::after,
.wishlist_table .product-remove .remove_from_wishlist:hover::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.wishlist_table .product-remove .remove_from_wishlist:hover::after,
.wishlist_table .product-remove .remove_from_wishlist::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.wishlist_table .product-remove .remove_from_wishlist:hover::before,
.wishlist_table .product-remove .remove_from_wishlist:hover::after {
  background-color: #ff0000;
}
@media only screen and (max-width: 991px) {
  .wishlist.template-page .table-responsive {
    padding: 20px;
  }
}
@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.template-page .table-responsive {
    padding: 15px;
  }
  .wishlist_table td.product-thumbnail {
    width: 100px;
    float: left;
  }
}
.template-page .page-content {
  float: left;
  width: 100%;
}
.template-page .pagecontent {
  margin: 0 0 20px;
}
@media only screen and (max-width: 991px) {
  .template-page .page-content {
    padding: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .template-page .page-content {
    padding: 15px;
  }
}
.page-content-wrapper {
  float: left;
  width: 100%;
}
.page-content-wrapper .faq-img img {
}
.customer_account .compare-icon-div .compare-icon {
  font-size: 13px;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -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 td span.money {
  font-family: var(--font-stack-header);
  font-weight: 600;
  color: var(--color-sale-text);
}
.compare_table .compare-box .productname td a {
  color: var(--color-text);
  font-weight: 500;
}
.compare_table .compare-box .productname td a.compare-item-link {
  font: 500 14px/20px var(--font-stack-body);
  color: var(--colorProductTitle);
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.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 {
  float: left;
  width: 100%;
  text-align: center;
}
body .compare-model .modal .modal-dialog {
  margin: 35px auto;
  width: auto;
  max-width: 700px;
  float: none;
  display: inline-block;
  vertical-align: top;
}
body .compare-model .modal .modal-dialog .modal-content {
  margin: 0 auto;
  border-width: 0;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  text-align: center;
}
body .compare-model .modal .modal-dialog .modal-content > div {
  width: 100%;
  margin: 0 auto;
}
body .compare-model .modal .modal-dialog .modal-content .modal-header .close {
  opacity: 1;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: auto;
  right: 10px;
  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;
}
body
  .compare-model
  .modal
  .modal-dialog
  .modal-content
  .modal-header
  .close:hover {
  background: #f5f5f9;
}
body .compare-model .modal .modal-dialog .modal-content .close {
  opacity: 1;
}
body .compare-model .modal .modal-dialog .modal-content .close .mdi-close {
  font-size: 0;
  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
  .close
  .mdi-close::before {
  display: none;
}
body .compare-model .modal .modal-dialog .modal-content .modal-body {
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 0;
  float: left;
}
body
  .compare-model
  .modal
  .modal-dialog
  .modal-content
  .modal-body
  .modal-header {
  float: left;
  width: 100%;
  border-width: 2px;
  margin-top: 5px;
  border-color: var(--color-border);
  padding: 12px 15px;
}
body
  .compare-model
  .modal
  .modal-dialog
  .modal-content
  .modal-body
  .compare-button {
  float: left;
  width: 100%;
  padding: 15px;
}
body .compare-model .modal .modal-dialog .modal-content .modal-body a.compare {
  float: right;
}
body .compare-model .max_compare {
  font: 500 16px/18px var(--font-stack-header);
  margin-bottom: 0;
  float: left;
  width: auto;
  color: var(--color-text);
}
@media only screen and (max-width: 991px) {
  .page-content-wrapper {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .compare-box td a {
    float: left;
    width: 150px;
  }
  body .compare-model .modal .modal-dialog {
    max-width: 400px;
  }
}
@media only screen and (max-width: 480px) {
  .page-content-wrapper {
    padding: 15px;
  }
  body .compare-model .modal .modal-dialog {
    max-width: 300px;
  }
  body .compare-model .max_compare {
    font-size: 14px;
  }
}
.compare-model #modalCompare1::before {
  vertical-align: top;
}
@media only screen and (max-width: 480px) {
  .product-wrapper .qty-box-set .qtyplus,
  .product-wrapper .qty-box-set .qtyminus {
    width: 25px;
  }
  .product-wrapper .qty-box-set .quantity {
    width: 100px;
  }
}
.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%;
}
.tab-inner .product_col4 .owl-carousel .owl-item {
  width: 25%;
}
@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 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%;
  }
  .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%;
  }
  .tab-inner.tab-content .contents {
    float: left;
    width: 100%;
  }
  .tab-inner .nav.nav-tabs {
    margin: 0 0 15px;
  }
}
.item-swatch.color_swatch_Value label,
.product-size li label {
  cursor: pointer;
  float: left;
  height: 14px;
  width: 14px;
  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;
}
.product-size li,
.color_swatch_Value li {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 4px 0 0;
}
.product-size li:hover label,
.product-size li.active label {
  color: #111;
}
.product-layouts .product-wrapper .color-size {
  float: left;
  width: 100%;
  margin: 0 0 10px;
}
.product-layouts .product-wrapper .item-swatch.color_swatch_Value {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin: 0;
}

.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;
}
.product-wrapper .btn_wrapper .pro_btn form {
  float: left;
  height: 100%;
  margin: 0;
  width: 100%;
}
.product-wrapper .btn_wrapper .pro_btn a {
  cursor: pointer;
  width: 40px;
  height: 40px;
  padding: 0;
}
.product-wrapper .pro_btn a.add-to-cart-disable {
  cursor: not-allowed;
}
.ttproduct .tab-pane {
  float: left;
  width: 100%;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.hover_style1 .ttproduct .tab-pane {
  padding: 15px 0;
}
.product-cat-item {
  float: left;
  position: relative;
  margin-bottom: 25px;
}
.product-layouts {
  display: inline-block;
  float: left;
  width: 100%;
  border-right: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}
.product-layouts:last-child {
  border-bottom: none;
}
.products-grid-view .product-layouts {
 margin: 0 0 0px;
}
.hover_style3 .ttproduct .tab-pane .owl-stage-outer {
  margin: 0 0 -45px;
  padding: 0 0 45px;
}
.hover_style3.template-index .main-content .shopify-section.index-section {
  z-index: 1;
  position: relative;
}
.owl-carousel.owl-drag .owl-item.active:last-child .product-layouts {
  border-right: none;
}
.product-wrapper {
  position: relative;
  text-align: center;
  float: left;
  width: 100%;
}
.style3.product-layouts ul li:last-child .product-wrapper {
  border: none;
}
.product-wrapper .sold-out-tag {
  position: absolute;
  height: 36px;
  width: 100%;
  background: #fff;
  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;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 4px rgb(255 0 0 / 10%);
  -webkit-box-shadow: 0 0 4px rgb(255 0 0 / 10%);
  -moz-box-shadow: 0 0 4px rgb(255 0 0 / 10%);
  -ms-box-shadow: 0 0 4px rgb(255 0 0 / 10%);
  -o-box-shadow: 0 0 4px rgb(255 0 0 / 10%);
}
.product-wrapper:hover .sold-out-tag {
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  visibility: hidden;
}
.product-wrapper .sold-out-tag .tag {
  background: none;
  color: #ef262c;
  padding: 0;
  font-size: 14px;
  line-height: 16px;
}
.grid-view-item .visually-hidden {
  display: none;
}

.tab-pane .product-layouts.grid-view-item .product-wrapper .product-thumb {
  float: left;
  width: 100%;
  padding: 0;
  position: relative;
}
.products-grid-view
  > .product-grid
  .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,
.slider-specialproduct .product-layouts .product-thumb {
  float: left;
  width: 100%;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.product-layouts .product-wrapper .product-thumb a.grid-view-item__link {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.product-wrapper .product-thumb .btn_wrapper {
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  position: absolute;
  width: 40px;
  margin: auto;
}
.product-wrapper .product-thumb .btn_wrapper .pro_btn {
  margin: 0 0 7px;
  float: none;
  display: inline-block;
  vertical-align: top;
}
.product-layouts .product-image {
  padding: 0;
}
.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-layouts .product-wrapper:hover .product-thumb a.grid-view-item__link {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}
.product-wrapper .pro_btn .btn.add-to-cart-disable::after {
  display: none;
}
.tab-pane .product-layouts.grid-view-item .product-wrapper .product-description,
.special-product-div
  .product-layouts.grid-view-item
  .product-wrapper
  .product-description,
.products-grid-view
  > .product-grid
  .product-layouts
  .product-wrapper
  .product-description,
.related-products
  .product-layouts.grid-view-item
  .product-wrapper
  .product-description,
#recently-viewed-products .product-wrapper .product-description,
.search-products .product-wrapper .product-description,
#newproduct_products_slider .product-wrapper .product-description {
  width: 100%;
  position: relative;
  float: left;
  text-align: left;
  padding: 10px 0 0;
}
.product-wrapper .h4 {
  float: left;
  width: 100%;
  margin: 0 0 10px;
  overflow: hidden;
}
#slidedown-cart .product-details .product-name,
#slidedown-cart .product-details .variants {
  float: left;
  width: 100%;
  margin: 0 0 5px;
}
#slidedown-cart .product-details .product-name > a {
  float: left;
  width: 100%;
  overflow: hidden;
  color: var(--colorProductTitle);
  font: 500 13px/20px 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;
}
.product-layouts.grid-view-item
  .product-wrapper
  .product-description
  .grid-view-item__meta {
  float: left;
  width: 100%;
  margin: 0 0 12px;
  font-family: var(--font-stack-header);
}
.product-price__price,
.product-price__price .money,
.price,
price .money {
  font: 500 16px/24px var(--font-stack-header);
  color: var(--color-sale-text);
}
.product-price__price.compare_price .money,
.product-price__price.compare_price {
  font: 400 13px/20px var(--font-stack-header);
  color: #666;
  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: var(--colorProductTitle);
  font-size: 14px;
}
.product-price__sale-label,
.custom_label {
  position: absolute;
  right: auto;
  left: 0px;
  top: 10px;
  bottom: auto;
  color: #444;
  font-size: 13px;
  line-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;
}

.product-short-list .product-price__sale-label {
  font-size: 11px;
}
.product-wrapper .custom_label {
  top: 10px;
}
.product-short-list .product-wrapper .custom_label {
  font-size: 11px;
}

.product-wrapper .spr-badges.grid-item-meta {
  float: left;
  width: 100%;
  text-align: left;
  margin: 0 0 10px;
}
.product-single__photo-wrapper,
.product-single__media-wrapper {
  position: relative;
  overflow: hidden;
}
.product-template__container .product-price__sale-label,
.product-template__container .custom_label {
  top: 15px;
}
.product-single__photo-wrapper:hover .product-price__sale-label,
.product-single__media-wrapper:hover .product-price__sale-label {
  opacity: 1;
  visibility: visible;
  left: 15px;
}
.product-single__photo-wrapper .custom_label,
.product-single__media-wrapper .custom_label {
  right: -25px;
  left: auto;
}
.product-single__photo-wrapper:hover .custom_label,
.product-single__media-wrapper:hover .custom_label {
  opacity: 1;
  visibility: visible;
  right: 15px;
}
.design_5
  .product-images-fixed.demo.product-wrapper-owlslider
  .product-single__media-wrapper {
  overflow: visible;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-layouts .product-wrapper .product-thumb img.image_thumb {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .product-price__price,
  .product-price__price .money,
  .price,
  price .money {
    font-size: 14px;
    line-height: 16px;
  }
  .product-price__price.compare_price .money,
  .product-price__price.compare_price {
    font-size: 11px;
  }
}
@media only screen and (max-width: 991px) {
  .product-wrapper {
    margin: 0 0 15px;
  }
  .product-price__sale-label,
  .custom_label {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    visibility: visible;
    left: 0px;
    font-size: 12px;
    top: 22px;
  }
  .product-wrapper .custom_label {
    top: 5px;
  }
  .product-layouts.grid-view-item
    .product-wrapper
    .product-description
    .grid-view-item__meta {
    margin: 0 0 8px;
  }
}
@media only screen and (max-width: 480px) {
  .product-layouts {
    padding: 0 10px;
  }
  .product-price__price.compare_price .money,
  .product-price__price.compare_price {
    font-size: 11px;
  }
  .product-price__sale-label,
  .product-wrapper .custom_label {
    font-size: 12px;
    display: none;
  }
  .product-wrapper {
    margin: 0 0 10px;
  }
  .product-wrapper .h4,
  .product-wrapper .spr-badges.grid-item-meta {
    margin: 0 0 5px;
  }
  .grid-view-item__meta .discount-percentage {
    font-size: 12px;
  }
  .tab-pane
    .product-layouts.grid-view-item
    .product-wrapper
    .product-description,
  .special-product-div
    .product-layouts.grid-view-item
    .product-wrapper
    .product-description,
  .products-grid-view
    > .product-grid
    .product-layouts
    .product-wrapper
    .product-description,
  .related-products
    .product-layouts.grid-view-item
    .product-wrapper
    .product-description,
  #recently-viewed-products .product-wrapper .product-description,
  .search-products .product-wrapper .product-description,
  #newproduct_products_slider .product-wrapper .product-description {
    padding: 10px 0 0;
  }
}

/* size chart css start */
.template-product .size-chart-section h3{
   font-size: 16px;
}
.tt-table-modal-info tbody tr td {
    text-align: center;
      font-size: 14px;
}
.size-chart .rte h3{
    margin-bottom: 25px;
    font-size: 16px;
}
.size-chart .tt-table-modal-info thead tr th{
      text-align: center;
}
.size-chart .tt-table-responsive-md{
      overflow: auto;
      padding-top: 15px;
}
.size-chart .rte table {
    table-layout: auto;
}
.size-chart .tt-table-modal-info thead tr th{
    font-size: 13px;
    color: #111;
}
.template-product .modal:before{
  height: auto;
}
@media(max-width:767px){
.template-product .size-chart-section h3{
    line-height: 1.5;
    font-size: 14px;
      margin-bottom: 20px;
}
 .size-chart .rte h3{
    font-size: 14px;
    text-align: center;
    margin-bottom: 15px;
}
}
/* size chart css end */
.mdi-twitter:before{
  content:unset !important;
}
