/** Shopify CDN: Minification failed

Line 47:2 Expected identifier but found "*"
Line 810:2 Expected identifier but found "*"
Line 1169:2 Expected identifier but found "*"
Line 1888:41 Unexpected ","
Line 2351:15 Comments in CSS use "/* ... */" instead of "//"
Line 7151:21 Expected ")" to end URL token
Line 16705:2 "vertial-align" is not a known CSS property
Line 17453:2 Expected identifier but found "*"
Line 18556:20 Unexpected "{"
Line 18614:20 Expected ")" to end URL token
... and 1 more hidden warnings

**/
::selection {
  color: #fff;
  background: #222;
}
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{
  margin:0;
  text-align: left;
  float:left;
  width:100%;
}
@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%;
  }
}
/*======================= Index sections =============================*/
.index-section--flush + .index-section--flush {
  margin-top: -(var(--sectionSpacingSmall) * 2);
    }
.index-section--flush:first-child {
  margin-top: -var(--sectionSpacingSmall);
    }
.index-section--flush:last-child {
  margin-bottom: -var(--sectionSpacingSmall);
    }
@media only screen and (max-width: 1024px) {
  .index-section--flush + .index-section--flush {
    margin-top: -(var(--sectionSpacing) * 2);
      }
  .index-section--flush:first-child {
    margin-top: -var(--sectionSpacing);
      }
  .index-section--flush:last-child {
    margin-bottom: -var(--sectionSpacing);
      }
  .index-section--featured-product:first-child {
    margin-top: -12px;
  }
}
/*================ Module-specific styles ================*/
.feature-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; 
}
.feature-row__item {
  -webkit-flex: 0 1 50%;
  -moz-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%; 
}
.feature-row__text {
  padding-top: var(--sectionSpacingSmall);
    padding-bottom: var(--sectionSpacingSmall); 
      }
.featured-box__body {
  border-top: 0;
  padding: (var(--gutter) / 2) (var(--gutter) / 3);
    margin-top: -var(--gutter) / 2;
      }    
.featured-box__body .btn--large {
  padding: (var(--gutter) / 4) 0;
    background-color: var(--color-btn-primary);
      color: var(--color-btn-primary-text);
        font-family: var(--font-stack-body);
          font-size: em(14px);    
          margin: 0;
          }
.featured-box__body .hr--small {
  position: relative;
  top: -(var(--gutter) / 6);
    }
.featured-box__title {
  margin: 0;
}
.page-content__item:not(:first-child) {
  margin-top: 30px;
}
@media(min-width: 481px) and (max-width: 1025px) {
  .medium--one-third .featured-box__title,
  .one-third .featured-box__title {
    font-size: em(20px);
  }
}
@media (min-width: 1025px) {
  .large--one-third .featured-box__title,
  .one-third .featured-box__title {
    font-size: em(20px);
  }
  .feature-row__text--left {
    padding-left: var(--sectionSpacingSmall);
      }
  .feature-row__text--right {
    padding-right: var(--sectionSpacingSmall);
      }
  .featured-row__subtext {
    font-size: em(var(--font-size-base) + 2);
      }
}
@media only screen and (max-width: 1025px) {
  .featured-box__body {
    padding: var(--gutter) 0;
      }
}
@media only screen and (max-width: 1024px) {
  .feature-row {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; 
  } 
  .feature-row__item {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    max-width: 100%; 
  } 
  .feature-row__text {
    order: 2;
    padding-bottom: 0; 
  } 
}
@media only screen and (max-width: 749px) {
  .feature-row__image {
    order: 1; 
  } 
}
/*================ Spinner Icon ================*/
.icon-spinner {
  -moz-animation: spin 500ms infinite linear;
  -o-animation: spin 500ms infinite linear;
  -webkit-animation: spin 500ms infinite linear;
  animation: spin 500ms infinite linear;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  fill: currentColor;
}
@-webkit-keyframes spin{
  0%{
    -ms-transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg)
  }
  100%{
    -ms-transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg)
  }
}
@-moz-keyframes spin{
  0%{
    -ms-transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg)
  }
  100%{
    -ms-transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg);
  }
}
@-ms-keyframes spin{
  0%{
    -ms-transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg)
  }
  100%{
    -ms-transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg)
  }
}
@keyframes spin{
  0%{
    -ms-transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg)
  }
  100%{
    -ms-transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg)
  }
}
/*====================================Basic Styles=====================================*/
html, body {
  background-color: var(--color-body);
    padding: 0;
    margin: 0;
    color: var(--color-body-text);
      }
html{
  padding:0 !important;
}
body.with_padding .page-wrapper{
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow:0 0 6px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}
.main-content {
  display: block;
  background: #fff;
}
.page-wrapper .main-content{
  margin:0;
}
.wrapper {
  margin: 0 auto;
  *zoom: 1;
  padding: 0 (var(--gutter) / 2);
    }
@media (min-width: 1025px) {
  .wrapper .site-header & {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .medium-down--one-half {
    width: 100%;
  }
}
/*===============================================Helper Classes==========================================*/
.table-contain {
  display: table;
  height: 100%;
  width: 100%;
}
.table-contain__inner {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
/*===============================================Typography==========================================*/
body,input,textarea,button,select {
  border-radius: 0px; 
  -moz-border-radius: 0px; 
  -webkit-border-radius: 0px; 
  -khtml-border-radius: 0px;
  font-family: var(--font-stack-body);
    font-size: var(--font-size-base);
      font-weight: 400;
      line-height: var(--font-line-height);
        -webkit-font-smoothing: antialiased;
        -webkit-text-size-adjust: 100%;
        letter-spacing: 1px;
        }
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;
}
b, strong {
  font-weight: bold;
}
small {
  font-size: 80%;
}
sup, sub {
  position: relative;
  font-size: 60%;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.5em;
}
/*================ Blockquotes ================*/
blockquote {
  font-size: 18px;
  line-height: 24px;
  font-style: italic;
  margin: 0 0 30px;
  padding: 15px 0;
}
blockquote p{
  margin-bottom: 0; }
blockquote p + cite {
  margin-top:15px; } 
blockquote cite {
  display: block;
  font-size: 0.75em;}
blockquote cite::before {
  content: '\2014 \0020'; }
@media only screen and (max-width: 1025px) {
  blockquote {
    font-size: 24px;
    line-height: 30px;
    margin-left: -20%;
    width: 140%;
    text-align: center;
  }
}
/*================ Code ================*/
code, pre {
  background-color: #faf7f5;
  font-family: Consolas,monospace;
  font-size: 1em;
  border: 0 none;
  padding: 0 2px;
  color: #51ab62;
}
pre {
  overflow: auto;
  padding: 15px;
  margin: 0 0 30px;
}
/*================ Horizontal Rules ================*/
hr {
  clear: both;
  border-top: 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:#222;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:15px 0px 15px 42px; 
  line-height:30px; 
  position:relative; 
  font-size:16px; 
  margin:-1px 0 -1px;
  border:1px solid var(--color-border);
    font-family: var(--font-stack-header);
      }
.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; 
  border-radius: 100%; 
  -moz-border-radius: 100%; 
  -webkit-border-radius: 100%; 
  -khtml-border-radius: 100%;
  position:absolute; 
  top:15px; 
  left:3px; 
  z-index:1;}
.tt-toggle-frame h5.tt-toggle-accordion:before, .tt-toggle-frame h5.tt-toggle:before{background:none; display:inherit; width:auto; height:auto; text-align:inherit; line-height:inherit; color:inherit; border:none; 
  border-radius: 0px; 
  -moz-border-radius: 0px; 
  -webkit-border-radius:0px ; 
  -khtml-border-radius: 0px;
  position:static;}
h5.tt-toggle-accordion.active:before, h5.tt-toggle.active:before{ line-height:25px;}
.tt-toggle-frame h5.tt-toggle-accordion.active:before, .tt-toggle-frame h5.tt-toggle.active:before{border:0px;}
.tt-toggle-content{padding-left:40px; padding-bottom:20px;padding-top:20px; clear:both; display:none;border:1px solid var(--color-border);}
#shopify-section-faq .tt-toggle-accordion {
  cursor: pointer;
}
.faq-deatil .faq-title {
  color: var(--color-text) !important;
    float: left;
    width: 100%;
    padding: 10px 0 ;
    margin: 0px;
    font:600 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;
  padding: 35px;
}
@media only screen and (max-width: 1300px) {
  .page-wrapper {
    padding: 10px;
  }
}

.template-index .main-content .shopify-section {
  float: left;
  margin: 40px 0;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .template-index .main-content .shopify-section {
    margin: 25px 0;
  }
}
@media only screen and (max-width: 767px) {
  .template-index .main-content .shopify-section {
    margin: 15px 0;
  }
}
@media only screen and (max-width: 480px) {
  .template-index .main-content .shopify-section {
    margin: 10px 0;
  }
}

.template-index .shopify-section.index-section.parallax {
  margin-top: 0;
}
.template-index .main-content .shopify-section.Services{
  margin-top:0;
}
.template-index .main-content .shopify-section.instagram-block {
  margin-bottom: 0;
}
.main-content .sidebar .shopify-section{
  margin:0;
  text-align: left;
}
/*---------------------------- 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 ============================*/
.customNavigation {
  float: none;
  display: inline-block;
  position: static;
  text-align: center;
  width: auto;
  margin: 0;
  vertical-align: top;
}
.blog_latest_new_home .grid.grid--blog .customNavigation {
  margin: 20px 0 0 0;
}
.customNavigation .navigation_wrap {
  float: none;
  text-align: center;
  display: inline-block !important;
  width: auto;
  vertical-align: top;
}
.customNavigation a {
  float: left;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  color: #777777;
  position: absolute;
  width: 60px;
  height: 60px;
  padding: 0;
  cursor: pointer;
  text-align: center;
  margin: auto;
  top: 50px;
  bottom: 0;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  z-index: 1;
}
@media only screen and (max-width: 1650px) {
  .customNavigation a {
    z-index: 1;
    height: 50px;
    width: 50px;
  }
}
@media only screen and (max-width: 1300px) {
  .customNavigation a {
    position: static;
    left: 0;
    right: 0;
    height: 40px;
    width: 40px;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .customNavigation a {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
  }
}
.customNavigation a span {
  font-size: 50px;
  line-height: 60px;
  padding: 5px;
}
@media only screen and (max-width: 1650px) {
  .customNavigation a span {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1300px) {
  .customNavigation a span {
    font-size: 38px;
    line-height: 40px;
    padding: 2px;
  }
}
.customNavigation a.prev {
  padding: 0;
  left: -100px;
}
@media only screen and (max-width: 1650px) {
  .customNavigation a.prev {
    left: -60px;
  }
}
.customNavigation a.next {
  right: -100px;
}
@media only screen and (max-width: 1650px) {
  .customNavigation a.next {
    right: -60px;
  }
}
.related-products-container:hover .customNavigation a, #recently-viewed-products-wrap:hover .customNavigation a {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}
.related-products-container .customNavigation a {
  top: -50px;
}
.related-products-container .customNavigation a.prev {
  left: -100px;
}
@media only screen and (max-width: 1650px) {
  .related-products-container .customNavigation a.prev {
    left: -15px;
  }
}
.related-products-container .customNavigation a.next {
  right: -100px;
}
@media only screen and (max-width: 1650px) {
  .related-products-container .customNavigation a.next {
    right: -15px;
  }
}
.template-index .main-content .shopify-section:hover .customNavigation a {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}
@media only screen and (max-width: 1300px) {
  .customNavigation::after {
    width: 1px;
    margin: auto;
    background: #666;
    content: "";
    height: 40px;
    position: absolute;
    right: 0;
    top: auto;
    left: 0;
    bottom: 0;
  }
}

#brands_list_slider .owl-nav .owl-prev::before {
  content: "\f141";
  font-family: "Material Design Icons";
  font-size: 15px;
  line-height: 28px;
}
#brands_list_slider .owl-nav .owl-next::before {
  content: "\f142";
  font-family: "Material Design Icons";
  font-size: 15px;
  line-height: 28px;
}
.widget_filter {
  float: left;
}
.item-row.grid-item {
  padding-left: 0;
}
div#shopify-section-sidebar-color input {
  display: none;
}
.brand_slider .owl-next, .owl-next {
  right: 0;
  position: absolute;
  top: 50%;
}
.brand_slider .owl-prev, .brand_slider .owl-next, .owl-prev, .owl-next {
  font-size: 0;
  width: 31px;
  height: 31px;
  border: 1px solid #e5e5e5;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  overflow: hidden;
  text-align: center;
  padding: 0 8px;
  cursor: pointer;
  background: none;
}
.brand_slider .owl-prev:hover, .brand_slider .owl-next:hover, .owl-prev:hover, .owl-next:hover {
  border-color: #000;
  background: #000;
  color: #fff;
}
.owl-prev {
  left: 0;
}
.owl-next {
  right: 0;
}
.tt-brand_slider .owl-next::after, .testimonials_wrap .owl-next:after {
  width: 100%;
  background-position: -12px -385px;
  height: 100%;
}
.tt-brand_slider .owl-prev::after, .testimonials_wrap .owl-prev:after {
  width: 100%;
  background-position: -10px -352px;
  height: 100%;
}
.tt-brand_slider .owl-next:hover:after, .testimonials_wrap .owl-next:hover:after {
  background-position: -69px -386px;
  background-color: #000000;
  height: 100%;
}
.tt-brand_slider .owl-prev:hover:after, .testimonials_wrap .owl-prev:hover:after {
  background-position: -69px -353px;
  background-color: #000000;
  height: 100%;
}
.testimonials_wrap .owl-next:after, .testimonials_wrap .owl-prev:after {
  display: block;
}
.product-single__photos {
  cursor: crosshair;
  border: 3px solid var(--color-product-border);
}

@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%; 
  }
  .TTProduct-Tab .nav-tabs>li{
    margin-bottom: 5px; 
    width:70%; 
  }
}
/*------------------related-products -------------*/
.related-products .owl-nav {
  display:none;
}
.related-products .grid-item{
  padding: 0;
}
.related-products.product-grid{
  margin:10px 0 0;
  text-align:center;
}
@media only screen and (max-width: 991px) {
  .page-wrapper .main-content {
    margin: 0;
    float: left;
    width: 100%;
    display: inline-block;
    overflow: hidden;
  }
}
/*==================================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; }
.rte li:last-child {
  margin-bottom: 0; }
.rte-setting {
  margin-bottom: 19.44444px; }
.rte-setting:last-child {
  margin-bottom: 0; }
.rte img {
  height: auto; }
.rte table {
  table-layout: fixed; }
.rte ul,.rte ol {
  margin: 0 0 17.5px 35px; }
.rte ul.list--inline,.rte ol.list--inline {
  margin-left: 0; }
.rte ul {
  list-style: disc outside; }
.rte ul ul {
  list-style: circle outside; }
.rte ul ul ul {
  list-style: square outside; }
.rte a:not(.btn) {
  padding-bottom: 1px; }
.text-center.rte ul,.text-center.rte ol,.text-center .rte ul,.text-center .rte ol {
  margin-left: 0;
  list-style-position: inside; }
.scrollable-wrapper {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
/*============================================================================
#Links and Buttons
==============================================================================*/
a {
  color: var(--color-text-field) ;
  background: transparent;
  text-decoration: none;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
a:hover,
a:focus {
  color: var(--color-text-hover-field);
  outline:none !important;
}
button {
  overflow: visible;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
.btn,.btn--secondary,input.btn--secondary {
  background-color: var(--color-btn-primary);
  color: var(--color-btn-primary-text);
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  font-family: var(--font-stack-body);
  line-height: 1.42;
  letter-spacing: 1px;
  margin: 0;
  padding: 10px 20px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-transform: capitalize;
  border: 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;
  user-select: none;
}
.btn:hover {
  background-color: var(--color-btn-secondary);
  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);
}

#shopify-product-reviews .btn:hover{
  color: var(--color-btn-secondary-text);
}
.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);
  border-color: var(--color-btn-secondary);
  color: var(--color-btn-secondary-text);
}
input.spr-button.spr-button-primary:active {
  background: var(--color-btn-secondary);
}
.product-single__addtocart .btn.disabled,,.product-single__addtocart .btn[disabled],.comment-form .btn,.added-to-cart .btn{
  background-color: var(--color-btn-primary);
  color: var(--color-btn-primary-text);
}
.added-to-cart .btn:hover,
.added-to-cart .btn:active,
.added-to-cart .btn:focus{
  background-color: var(--color-btn-secondary);
  color: var(--color-btn-secondary-text);
}
.btn--secondary:hover, input.btn--secondary:hover {
  background-color: var(--color-btn-secondary);
  color: var(--color-btn-secondary-text);
}
.btn--secondary:active, input.btn--secondary:active, .btn--secondary:focus, input.btn--secondary:focus {
  background-color: var(--color-btn-secondary);
  color: var(--color-btn-secondary-text);
}

.btn--small {
  padding: 4px 5px;
  font-size: em(12px);
}
.btn--large {
  padding: 12px 15px;
  font-size: em(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 */
/*============================================================================
#Currency
==============================================================================*/
.tbl-list > li.currency,.tbl-list > li.language { position: relative;float:left;margin:0; width:100%;}
.tbl-list > li.currency > .dropdown-toggle .fa {  margin: 0 0 0 4px;}
.menu-middle-section ul li.currency a { padding-right:0; }
.menu-middle-section ul li.currency .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; 
  visibility:visible;
  display:block;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
}
.header_currency,.header_language {
  float: left;
  display: inline-block;
  padding:10px 0 0;
  margin-right:0;
  width:auto;
}
a.disclosure-list__option {
  font-size: 13px;
}
.currency_code > i{
  display: none; 
}
.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 ul li .language_wrapper.active .mdi.mdi-chevron-up {
  display: inline-block;
}
.header_currency ul li .currency_wrapper .mdi.mdi-chevron-down,.header_language ul li .language_wrapper .mdi.mdi-chevron-down {
  display: inline-block;
}
.header_currency ul li .currency_wrapper.active .mdi.mdi-chevron-down,.header_language ul li .language_wrapper.active .mdi.mdi-chevron-down {
  display: none;
}
.customer_account .header_language .language-selector-label,.myaccount .customer_account .header_currency .currency-selector-label{
  float: left;
  width: 100%;
  padding: 5px 0;
  border-bottom: 1px solid var(--color-border);
  color: #111;
  font-weight: 600;
}
.customer_account .tbl-list > li.currency .flag-dropdown-menu > li,.customer_account .tbl-list>li.language .flag-dropdown-menu>li {
  float: left;
  width: 100%;
  margin-bottom: 0;
  padding: 5px 0px;
  border: 1px solid transparent;
  cursor: pointer;
}
.customer_account .tbl-list > li.currency .flag-dropdown-menu > li:hover{
  border-color:var(--color-border);
}
.customer_account .tbl-list > li.currency .flag-dropdown-menu,.customer_account .tbl-list > li.language .flag-dropdown-menu {
  position: relative;
  float: left;
  display: inline-block !important;
  border: none;
  width: 100%;
  padding: 10px 0 5px !important;
  margin: 0;
  box-shadow: none;
  background: none;
}
/*============================================================================
#Lists
==============================================================================*/
ul, ol {
  margin: 0 0 20px;
  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 (max-width: 991px) {
  .video-wrapper{
    margin:0;
  }
}
/*============================================================================
#Forms
==============================================================================*/
::-webkit-input-placeholder {
  color: var(--color-body-text);
  opacity: 0.6;
}
:-moz-placeholder { /* Firefox 18- */
  color: var(--color-body-text);
  opacity: 0.6;
}
::-moz-placeholder {  /* Firefox 19+ */
  color: var(--color-body-text);
  opacity: 0.6;
}
:-ms-input-placeholder {
  color: var(--color-body-text);
  opacity: 0.6;
}
::-ms-input-placeholder { /* Edge 12+ */
  color: var(--color-body-text);
  opacity: 1;
}
form {
  margin: 0 0 (20px / 2);
}
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: 20px / 2;
}
legend {
  border: 0;
  padding: 0;
}
optgroup {
  font-weight: bold;
}
input {
  display: inline-block;
  width: auto;
}
button,
input[type="submit"] {
  cursor: pointer;
}
input[type="submit"] {
  @extend .btn;
}
/*================ Input width and border ================*/
input[type="text"],input[type="search"],input[type="password"],input[type="email"],input[type="file"],input[type="number"],input[type="tel"],textarea,select {
  color: var(--color-body-text);
    border: 1px solid var(--color-border);
      width: 100%;
      max-width: 100%;
      display: block;
      margin: 0 0 1em;
      background: #fff;
      }
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;
    border-right: 1px solid var(--color-border);
}
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 {
  border-color: #ddd;
    background-color: #fcfcfc;
}
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);
      }
textarea {
  min-height: 100px;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin: 0;
  padding: 0;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: var(--selectIcon);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 8px;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
}
.ie9 select, .lt-ie9 select {
  background-image: none;
  padding-right: 10px;
}
select::-ms-expand {
  display: none;
}

/*================ Form labels ================*/
label, legend {
  color: var(--color-body-text);
  display: inline-block;
  margin-bottom: 2px;
  font-family: var(--font-stack-body), sans-serif;
  font-size: em(12px);
  font-weight: bold;
}
label.inline, legend.inline {
  display: inline;
}

/*================ Accessible labels ====================*/
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
/*================ Off-screen labels with placeholder ================*/
.form-label--hidden {
  display: inline;
}
.ie9 .form-label--hidden .visuallyhidden, .lt-ie9 .form-label--hidden .visuallyhidden {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*================ We don't want the same label treatment for checkboxes/radios ================*/
input[type="checkbox"] + label,
input[type="radio"] + label {
  font-weight: normal;
}
label[for] {
  cursor: pointer;
}
.label-hint {
  color: #999;
}
/*================ Horizontal Form ================*/
form.form-horizontal, .form-horizontal {
  margin-bottom: 0;
}
form.form-horizontal input[type="text"], .form-horizontal input[type="text"], form.form-horizontal input[type="search"], .form-horizontal input[type="search"], form.form-horizontal input[type="password"], .form-horizontal input[type="password"], form.form-horizontal input[type="email"], .form-horizontal input[type="email"], form.form-horizontal input[type="file"], .form-horizontal input[type="file"], form.form-horizontal input[type="number"], .form-horizontal input[type="number"], form.form-horizontal input[type="tel"], .form-horizontal input[type="tel"], form.form-horizontal textarea, .form-horizontal textarea, form.form-horizontal select, .form-horizontal select, form.form-horizontal label, .form-horizontal label {
  display: inline-block;
  margin-bottom: 0;
  width: auto;
}

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

/*================ Input Group ================*/
.input-group input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin-top: -1px;
  margin-bottom: -1px;
}
.input-group-field, .input-group-btn {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
}
.input-group .btn, .input-group .input-group-field {
  height: 37px;
}
.input-group .input-group-field {
  width: 100%;
  margin-bottom: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
  width: 1%;
  padding: 0;
}
.input-group-btn .btn {
  background-color: transparent;
}
.input-group-btn .btn .icon {
  color: var(--color-body-text);
  position: relative;
  font-size: 18px;
  line-height: 18px;
}

/*============================================================================
#Icons
==============================================================================*/
.icon-fallback-text .icon {
  display: none;
}
.supports-fontface .icon-fallback-text .icon {
  display: inline-block;
  vertical-align: middle;
}

/*============================================================================
A generic way to visually hide content while
remaining accessible to screen readers (h5bp.com)
==============================================================================*/
.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 {
  cursor: pointer;
}
.icon:before {
  display: none;
}
.supports-fontface .icon:before {
  display: inline;
  font-family: icons;
  speak: none; // future fallback, limited in effect currently
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*================ Icon mapping ================*/
.icon-apple_pay:before {
  content: "\e904";
}
.icon-amazon_payments:before {
  content: "\e905";
}
.icon-american_express:before {
  content: "\41";
}
.icon-bitcoin:before {
  content: "\42";
}
.icon-cart:before {
  content: "\e600";
}
.icon-chevron-down:before {
  content: "\e606";
}
.icon-chevron-left:before {
  content: "\e605";
}
.icon-chevron-right:before {
  content: "\e602";
}
.icon-chevron-up:before {
  content: "\e608";
}
.icon-cirrus:before {
  content: "\43";
}
.icon-comment:before {
  content: "\e60b";
}
.icon-cross:before {
  content: "\e60d";
}
.icon-dankort:before {
  content: "\64";
}
.icon-diners_club:before {
  content: "\63";
}
.icon-discover:before {
  content: "\44";
}
.icon-dogecoin:before {
  content: "\e908";
}
.icon-dwolla:before {
  content: "\e900";
}
.icon-facebook:before {
  content: "\66";
}
.icon-fancy:before {
  content: "\46";
}
.icon-forbrugsforeningen:before {
  content: "\e901";
}
.icon-google_plus:before {
  content: "\e902";
}
.icon-hamburger:before {
  content: "\e601";
}
.icon-instagram:before {
  content: "\e903";
}
.icon-interac:before {
  content: "\49";
}
.icon-jcb:before {
  content: "\4a";
}
.icon-litecoin:before {
  content: "\e907";
}
.icon-maestro:before {
  content: "\6d";
}
.icon-master:before {
  content: "\4d";
}
.icon-minus:before {
  content: "\e609";
}
.icon-paypal:before {
  content: "\50";
}
.icon-pinterest:before {
  content: "\70";
}
.icon-plus:before {
  content: "\e60a";
}
.icon-rss:before {
  content: "\72";
}
.icon-search:before {
  content: "\e60f";
}
.icon-snapchat:before {
  content: "\e909";
}
.icon-stripe:before {
  content: "\53";
}
.icon-tag:before {
  content: "\e60c";
}
.icon-tumblr:before {
  content: "\74";
}
.icon-twitter:before {
  content: "\54";
}
.icon-vimeo:before {
  content: "\76";
}
.icon-visa:before {
  content: "\56";
}
.icon-youtube:before {
  content: "\79";
}
.payment-icons {
  cursor: default;
  margin: 0;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
}
.payment-icons li {
  margin: 0 0 0 5px;
  cursor: default;
}
.payment-icons li:first-child {
  margin: 0;
}
.payment-icons .icon {
  font-size: 24px;
  line-height: 30px;
}
.payment-icons .fallback-text {
  text-transform: capitalize;
}

.social-icons {
  margin: 0;
}
.social-icons li a {
  display: inline-block;
  margin:0 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}
.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, .social-icons li a svg path {
      color: var(--colorFooterSocial);
      fill:var(--colorFooterSocial);
    }
    .social-icons li a:hover, .social-icons li a:hover svg path {
      color: var(--colorFooterSocialHover);
      fill:var(--colorFooterSocialHover);
        }
/*============================================================================
#Pagination
==============================================================================*/
.pagination {
  margin-bottom: 1em;
}
.pagination-custom > li {
  display: inline-flex;
  vertical-align:top;
  width: 36px;
  height: 36px;
  border: 1px solid var(--color-border);
  text-align: center;
  float: none;
  margin-right: 3px;
  line-height: 36px;
  margin-bottom: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  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 0 10px;
}
@media (max-width: 480px) {
  .pagination-wrap {
    margin: 0;
  }
}
.showing {
  float: left;
  width: 100%;
  text-align: center;
}
.pagination-custom {
  display: inline-block;
  margin: 0;
  font-family: var(--font-stack-body), sans-serif;
  padding-left: 0;
  padding: 10px;
  border: 1px solid var(--color-border);
  float: left;
  width: 100%;
  background:#fff;
}
.pagination-custom li > i.fa {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  line-height: 34px;
  color:var(--color-text-field);
}
.pagination-custom > li > a,
.pagination-custom > li > span {
  float: left;
  line-height: 25px;;
  margin-left: 0px;
  padding: 5px 10px;
  position: relative;
  width: 100%;
  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,
.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 li:hover,.pagination-custom li a:hover{
  cursor: pointer;
}
.pagination-custom li.disabled{
  padding:5px 10px;
  line-height:25px;
}
.pagination-custom li.disabled:hover{
  background: none !important; 
  border-color: var(--color-border);
  color:var(--color-text-field);
  cursor:unset;
}
.pagination-custom > .disabled > span,
.pagination-custom > .disabled > a,
.pagination-custom > .disabled > a:hover,
.pagination-custom > .disabled > a:focus {
  color: var(--color-body-text);
  cursor: not-allowed;
}
.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), sans-serif;
  font-size: em(12px);
}
/*============================================================================
#Site Header
==============================================================================*/
.header-logo a, .header-logo img {
  color: var(--color-text-field);
  display: inline-block;
}
header.site-header.page-element.header_1 {
  float: left;
  width: 100%;
  position: relative;
  z-index: 3;
}
@media (min-width: 992px) {
  header.site-header.page-element.header_1 {
    min-height: 144px;
  }
}
.site-header--text-links {
  margin-bottom: 0;
}
/*================ Section Headers ================*/
.section-header {
  text-align: center;
  float: left;
  width: 100%;
}
.section-header .form-horizontal {
  display: inline-block;
  vertical-align: middle;
}

.popup-toggle .sticky_header.fixed {
  z-index: 9 !important;
}
/*---------- cart --------*/
.tt-nav-right-div .site-header__cart span.title {
  float: none;
  width: auto;
  text-transform: uppercase;
  font: 500 14px/18px var(--font-stack-header);
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 991px) {
  .tt-nav-right-div .site-header__cart span.title {
    display: none;
  }
}
.wrapper-top-cart > .site-header_cart_link {
  float: left;
  width: auto;
  height: auto;
  text-align: left;
  z-index: 1;
  padding: 15px 0 15px 45px;
  position: relative;
}
@media (max-width: 991px) {
  .wrapper-top-cart > .site-header_cart_link {
    height: 100%;
    width: 100%;
  }
}
.wrapper-top-cart > .site-header_cart_link::before {
  position: absolute;
  content: "\f111";
  right: auto;
  left: 0px;
  top: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  font-size: 26px;
  margin: auto;
  text-align: center;
  line-height: 50px;
  font-family: "Material Design Icons";
  color: var(--colorHeaderIcon);
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -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::before {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
}
@media (max-width: 991px) {
  .wrapper-top-cart > .site-header_cart_link:hover::before {
    color: var(--colorHeaderIconHover);
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
  }
}
.site-header__cart .site-header_cart_link .mdi-cart {
  display: none;
}
.site-header .dropdown-backdrop {
  z-index: 0;
}
.site-header__cart .wrapper-top-cart .site-header__cart-count {
  font: 400 14px/20px var(--font-stack-body), sans-serif;
  color: var(--colorHeaderIcon);
  width: auto;
}
span.cart-products-count {
  color: var(--colorHeaderIcon);
  margin: 0;
}
#slidedown-cart .has-items .actions i, #Sticky-slidedown-cart .has-items .actions i {
  margin-right: 7px;
  font-size: 20px;
  line-height: 20px;
  vertical-align: middle;
}
@media (max-width: 480px) {
  #slidedown-cart .has-items .actions i, #Sticky-slidedown-cart .has-items .actions i {
    margin-right: 3px;
  }
}
@media (max-width: 991px) {
  span.cart-products-text {
    display: none;
  }
}
#slidedown-cart, #Sticky-slidedown-cart {
  line-height: 1.7;
  position: absolute;
  left: auto;
  right: 0;
  text-align: center;
  top: 78px;
  width: 370px;
  z-index: 99;
  background: #fff;
  border: 1px solid var(--color-border);
  display: none;
}
@media (max-width: 991px) {
  #slidedown-cart, #Sticky-slidedown-cart {
    top: 50px;
  }
}
@media (max-width: 480px) {
  #slidedown-cart, #Sticky-slidedown-cart {
    right: 0;
  }
}
.header_1 #Sticky-slidedown-cart .mini-cart-wrap, .header_1 #slidedown-cart .mini-cart-wrap, .header_3 #Sticky-slidedown-cart .mini-cart-wrap, .header_3 #slidedown-cart .mini-cart-wrap {
  padding: 15px;
  float: left;
  width: 100%;
}
.sticky_header.fixed #Sticky-slidedown-cart .mini-cart-wrap, .sticky_header.fixed #slidedown-cart .mini-cart-wrap {
  overflow: auto;
  padding: 15px;
  float: left;
  max-height: 700px;
}
.site-header__cart .mini-cart-wrap.ps-container {
  overflow: hidden;
  max-height: 700px;
  text-align: center;
}
@media (max-width: 991px) {
  .site-header__cart .mini-cart-wrap.ps-container {
    max-height: 320px;
  }
}
#slidedown-cart .ps-container > .ps-scrollbar-x-rail {
  display: none !important;
}
.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: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  padding: 10px 20px;
}
.site-header__cart #slidedown-cart .mini-cart-wrap .no-items > p > a:hover {
  background-color: var(--color-product-secondary);
}

@media (max-width: 991px) {
  .site-header .tt-nav-right-div .site-header__cart-count span.hidden-sm-down {
    display: none;
  }
  .header_logo_wrap .tt-nav-right-div .site-header__cart .wrapper-top-cart {
    float: left;
    height: 50px;
    width: 50px;
  }
  .header_logo_wrap .tt-nav-right-div .wrapper-top-cart span.cart-products-count {
    height: 17px;
    width: 17px;
    -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
    float: left;
    margin: 0;
    text-align: center;	
    background:var(--color-product-secondary);
    color:var(--color-product-secondary-text);
    position:absolute;
    right:2px;
    top:5px;
    line-height: 17px;
  }
}
#slidedown-cart .mini-cart-wrap .cart-collateral .price {
  font-size: 14px;
  line-height: 22px;
}
#slidedown-cart .product-details .cart-collateral {
  float: left;
  font-family: var(--font-stack-header);
}
.logo_right #slidedown-cart, .logo_right #Sticky-slidedown-cart {
  left: 0;
  right: auto;
}
@media (max-width: 991px) {
  .logo_right #slidedown-cart, .logo_right #Sticky-slidedown-cart {
    left: auto;
    right: 0;
  }
}
ul.mini-products-list {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
#slidedown-cart .total, #Sticky-slidedown-cart .total {
  border-top: 1px solid #d6d6d6;
  float: left;
  margin-top: 5px;
  padding-top: 15px;
  width: 100%;
  margin: 0 0 15px;
}
#slidedown-cart .has-items .actions, #Sticky-slidedown-cart .has-items .actions {
  float: none;
  width: auto;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
#slidedown-cart .actions .btn, #Sticky-slidedown-cart .actions .btn {
  padding: 15px;
}
.cart-close {
  position: absolute;
  left: 10px;
  z-index: 999;
  top: 10px;
  font-size: 20px;
  cursor: pointer;
  padding: 0px 5px;
}
#slidedown-cart .has-items .actions .btn:hover, #slidedown-cart .has-items .actions .btn:active, #slidedown-cart .has-items .actions .btn:focus, #Sticky-slidedown-cart .has-items .actions .btn:hover, #Sticky-slidedown-cart .has-items .actions .btn:active, #Sticky-slidedown-cart .has-items .actions .btn:focus {
  background: var(--color-btn-secondary);
  color: var(--color-btn-secondary-text);
}
#slidedown-cart .has-items .actions button.btn.text-cart, #Sticky-slidedown-cart .has-items .actions .btn.text-cart {
  margin-right: 5px;
}
#top .wrapper-top-cart > .site-header_cart_link {
  padding: 17px 5px 15px 55px;
}
ul.mini-products-list {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
#slidedown-cart .total, #Sticky-slidedown-cart .total {
  border-top: 1px solid #d6d6d6;
  float: left;
  margin-top: 5px;
  padding-top: 10px;
  width: 100%;
}
#slidedown-cart .has-items .actions .btn, #Sticky-slidedown-cart .has-items .actions .btn {
  margin-right: 0;
  background: var(--color-btn-primary);
  color: var(--color-btn-primary-text);
  padding: 10px 20px;
  float: right;
  line-height: 16px;
}
@media (max-width: 480px) {
  #slidedown-cart .has-items .actions .btn, #Sticky-slidedown-cart .has-items .actions .btn {
    padding: 10px 13px;
  }
}
#slidedown-cart .has-items .actions .btn:hover, #Sticky-slidedown-cart .has-items .actions .btn:hover {
  background: var(--color-btn-secondary);
  color: var(--color-btn-secondary-text);
}
button.btn.text-cart {
  float: right;
}
.mini-cart-wrap.ps-container > .ps-scrollbar-x-rail {
  display: none !important;
}
#slidedown-cart .product-details, #Sticky-slidedown-cart .product-details {
  padding: 0 15px;
}
#slidedown-cart .product-image, #Sticky-slidedown-cart .product-image {
  float: left;
  height: auto;
  width: 80px;
}
.site-header__cart .mini-products-list .product-details p.product-name {
  margin: 0;
  float: left;
  width: 100%;
}
.product-details .cart-collateral span.price {
  font-size: 14px;
}
#slidedown-cart .mini-products-list img, #Sticky-slidedown-cart .mini-products-list img {
  border: 2px solid var(--color-product-border);
}
#slidedown-cart .product-details, #Sticky-slidedown-cart .product-details {
  float: left;
  width: 65%;
  text-align: left;
}
#slidedown-cart .has-items .item, #Sticky-slidedown-cart .has-items .item {
  float: left;
  width: 100%;
  margin: 0 0 10px;
  position: relative;
}
#slidedown-cart .total .label, #Sticky-slidedown-cart .total .label {
  display: inline;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 0 5px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  color: #000;
  text-transform: capitalize;
  float: left;
  font-family: var(--font-stack-header);
}
#slidedown-cart .total .price .money {
  font-size: 16px;
  font-weight: 400;
}
#slidedown-cart .total .price, #Sticky-slidedown-cart .total .price {
  font-size: 16px;
  font-weight: 500;
  float: right;
}
#slidedown-cart .price .money, #Sticky-slidedown-cart .price .money {
  font-size: 14px;
}
.cart__remove {
  color: #ff0000;
}
#slidedown-cart .btn-remove, #Sticky-slidedown-cart .btn-remove {
  float: right;
  color: #000;
  width: 20px;
  text-align: center;
  height: 20px;
  line-height: 16px;
  position: absolute;
  right: 0px;
  font-size: 16px;
  padding: 2px;
  text-align: center;
}
.cart__remove:hover, #slidedown-cart .btn-remove:hover, #Sticky-slidedown-cart .btn-remove:hover {
  background: #000;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}
.cart__remove {
  height: 20px;
  width: 20px;
  float: none;
  display: inline-block;
  vertical-align: top;
}
.cart__remove:hover a i {
  color: #fff;
}
#slidedown-cart .total, #Sticky-slidedown-cart .total {
  border-top: 1px solid #d6d6d6;
  float: left;
  margin-top: 5px;
  padding-top: 10px;
  width: 100%;
}
.tab-inner > ul#jquery-tab-pager-navi {
  display: none;
}
.header-top-right, .header-top-left {
  float: left;
}
.header-top-right {
  float: right;
}
/*------------- search -------------*/
.site-header__search .serach_icon {
  cursor: pointer;
  float: right;
  font-size: 0;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.site-header__search .serach_icon > i{
  height:100%;	
  width:100%;
  float:left;
  font-size:26px;
  line-height:50px;
  color:var(--colorHeaderIcon);
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -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:hover .serach_icon > i,
.site-header__search .serach_icon.active>i{
  color:var(--colorHeaderIconHover);
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
}
.site-header__search.icon_btn .search_wrapper, .site-header__search.icon-btn .search_wrapper {
  background: #ffffff none repeat scroll 0 0;
  position: absolute;
  right: 0;
  top: 60px;
  width: 320px;
  display: none;
  z-index: 99;
  border: 1px solid var(--color-border);
  border-top: 3px solid var(--colorHeaderIconHover);
}
@media (max-width: 991px) {
  .site-header__search.icon_btn .search_wrapper, .site-header__search.icon-btn .search_wrapper {
    top: 50px;
  }
}
@media (max-width: 767px) {
  .site-header__search.icon_btn .search_wrapper, .site-header__search.icon-btn .search_wrapper {
    width: 286px;
  }
}
@media (max-width: 480px) {
  .site-header__search.icon_btn .search_wrapper, .site-header__search.icon-btn .search_wrapper {
    width: 290px;
    left: -140px;
    right: auto;
  }
}
#shopify-section-header-model-2 .logo_right .site-header__search.icon-btn .search_wrapper, #shopify-section-header-model-2 .logo_right .myaccount .customer_account {
  left: 0;
}
@media (max-width: 991px) {
  #shopify-section-header-model-2 .logo_right .site-header__search.icon-btn .search_wrapper, #shopify-section-header-model-2 .logo_right .myaccount .customer_account {
    right: 0;
    left: auto;
  }
}
@media (max-width: 480px) {
  #shopify-section-header-model-2 .logo_right .site-header__search.icon-btn .search_wrapper, #shopify-section-header-model-2 .logo_right .myaccount .customer_account {
    left: -140px;
  }
}
.site-header__search.icon_btn .search_wrapper::before, .site-header__search.icon-btn .search_wrapper::before {
  color: var(--colorHeaderIconHover);
  content: "\f360";
  font-family: "Material Design Icons";
  font-size: 40px;
  right: 24px;
  position: absolute;
  top: -16px;
  height: 20px;
  width: 20px;
  line-height: 20px;
}
@media (max-width: 480px) {
  .site-header__search.icon_btn .search_wrapper::before, .site-header__search.icon-btn .search_wrapper::before {
    right: 40%;
  }
}
.site-header__search .search_wrapper form.input-group.search-bar {
  border: none;
  margin: 0;
}
.search_wrapper .input-group input[type="search"] {
  border: none;
  padding: 5px 10px;
  background: none;
}
.search_toggle.active i.mdi.mdi-magnify {
  display: none;
}
.search_toggle i.mdi.mdi-window-close {
  display: none;
}
.search_toggle.active i.mdi.mdi-window-close {
  display: block;
}
.search-full-screen .full-search-wrapper.search-overlap {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  visibility: visible;
  z-index: 370;
  top: 35px;
}
.header_1 .search-full-screen .full-search-wrapper.search-overlap, .header_3 .search-full-screen .full-search-wrapper.search-overlap {
  top: 0;
}
.search-full-screen .full-search-wrapper {
  position: fixed;
  left: 0;
  top: -70px;
  right: 0;
  z-index: 0;
  min-height: 280px;
  background: #fff;
  height: auto;
  visibility: hidden;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  transition: all 700ms ease-in-out;
  -webkit-transition: all 700ms ease-in-out;
  -moz-transition: all 700ms ease-in-out;
  -o-transition: all 700ms ease-in-out;
  -ms-transition: all 700ms ease-in-out;
}
.full-search-wrapper .close-search a {
  float: right;
  width: auto;
}
.full-search-wrapper .close-search i {
  font-size: 26px;
  margin: 20px 0;
  padding-right: 0;
}
.full-search-wrapper .search-results li.ac_over {
  background: none;
}
.full-search-wrapper .search-inner input[type="search"] {
  border-bottom: 1px solid #ccc;
}
.search-full-screen .full-search-wrapper.search-overlap .search-inner {
  display: block;
}
.search-inner .search-bar {
  float: left;
  border: none;
}
.search-inner input[type="search"] {
  border: none;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #111111;
  font-family: var(--font-stack-body), sans-serif;
  font-size: 24px;
  height: 50px;
  padding: 0 15px;
  width: 100%;
  float: left;
  border-bottom: 1px solid #000;
  font-weight: 400;
  line-height: 50px;
  cursor: text;
}
@media (max-width: 480px) {
  .search-inner input[type="search"] {
    padding: 0 10px;
    font-size: 18px;
  }
}
.site-header button.btn.search-submit.icon-fallback-text, .site-header button.search-submit.icon-fallback-text.btn--secondary {
  line-height: 15px !important;
  background: #fff;
}
.search_wrapper:hover .search-bar .btn .icon-search {
  color: #000;
}
.full-search-wrapper .search-inner .search-bar {
  width: 100%;
  display: block;
}
@media (max-width:1199px) {
  .full-search-wrapper .search-inner .search-bar {
     width: 70%;
    display: inline-block;
    vertical-align: top;
    float: none;
  }
}
@media (max-width: 480px) {
  .full-search-wrapper .search-inner .search-bar {
    width: 100%;
  }
}
.full-search-wrapper .search-inner span.icon.icon-search {
  top: 7px;
  font-size: 26px;
}
span.close-search {
  margin: 20px 0;
  float: right;
}
.header-top-right .icon-btn.site-header__search {
  position: initial;
}
.search-inner {
  padding: 60px 0px 30px;
  display: none;
  overflow: auto;
  height: 100%;
  float: left;
  width: 100%;
}
@media (max-width: 1199px) {
  .search-inner {
    padding: 30px 0;
  }
}
@media (max-width: 480px) {
  .search-inner {
    padding: 70px 10px 30px;
  }
}
span.close-search {
  margin: 20px 0;
  float: right;
  cursor: pointer;
  position: absolute;
  left: auto;
  right: 35px;
  top: 0;
}
.full-search-wrapper .close-search a {
  float: right;
  width: auto;
}
.full-search-wrapper .close-search i {
  font-size: 26px;
  margin: 20px 0;
  padding-right: 0;
}
.search-inner .search-bar {
  float: left;
  border: none;
  max-width: 100%;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .search-inner .search-bar {
    margin: 0 auto;
  }
}
.full-search-wrapper .search-inner .search-submit {
  font-size: 25px;
  margin-left: -50px;
  color: var(--color-text-field);
}
.site-header button.btn.search-submit.icon-fallback-text, .site-header button.search-submit.icon-fallback-text.btn--secondary {
  line-height: 15px !important;
}
.full-search-wrapper .search-results, .full-search-wrapper .search-results .thumbnail, .full-search-wrapper .search-results .title, .full-search-wrapper .search-results .price {
  width: 100%;
  padding: 0;
  text-align: center;
  font-size: 16px;
}
.full-search-wrapper .search-results .name-price .price-wrap {
  padding: 0;
  width: 100%;
  text-align: center;
}
.fullscreen_wrapper .nav-menu-wrap {
  float: left;
  width: 100%;
}
.search-inner input[type="search"] {
  border: none;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #111111;
  font-family: var(--font-stack-body), sans-serif;
  font-size: 24px;
  height: 50px;
  padding: 0 15px;
  width: 100%;
  float: left;
  border-bottom: 1px solid #000;
  font-weight: 400;
  line-height: 50px;
  cursor: text;
}
@media (max-width: 480px) {
  .search-inner input[type="search"] {
    padding: 0 10px;
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .full-search-wrapper .search-results li:nth-child(4n+1) {
    clear: both;
  }
  body.search_full_active {
    position: fixed;
  }
}
/*------------ myaccount ----------------*/
.wrapper .header-icon .myaccount.icon-btn {
  position: relative;
}
.myaccount .dropdown-toggle {
  float: left;
  width: 100%;
}
.myaccount.icon-btn .dropdown-toggle > i {
  font-size: 30px;
  line-height: 50px;
  cursor: pointer;
  color: var(--colorHeaderIcon);
  float: left;
  height: 100%;
  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;
}
.myaccount.icon-btn .dropdown-toggle:hover > i {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
}
.myaccount.icon-btn.open .dropdown-toggle:hover > i {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}
.myaccount .dropdown-toggle:hover > i, .myaccount.open .dropdown-toggle > i {
  color: var(--colorHeaderIconHover);
}
.myaccount .customer_account {
  width: 180px;
  position: absolute;
  right: 0;
  left: auto;
  top: 60px;
  background: #fff;
  border: 1px solid var(--color-border);
  border-top: 3px solid var(--colorHeaderIconHover);
  padding: 15px;
  display: none;
  z-index: 1;
  text-align: left;
}
@media (max-width: 991px) {
  .myaccount .customer_account {
    top: 50px;
  }
}
.myaccount .customer_account::before {
  color: var(--colorHeaderIconHover);
  content: "\f360";
  font-family: "Material Design Icons";
  font-size: 40px;
  right: 24px;
  position: absolute;
  top: -16px;
  height: 20px;
  width: 20px;
  line-height: 20px;
}
.logo_right .myaccount .customer_account {
  left: 0;
  right: auto;
}
@media (max-width: 991px) {
  .logo_right .myaccount .customer_account {
    left: auto;
    right: 0;
  }
}
.myaccount .customer_account ul {
  margin: 0;
}
.customer_account .header_currency {
  margin: 0;
  padding: 10px 0 0;
}
.myaccount .customer_account span.username {
  padding: 0 0 0 5px;
}
/*-------- wishlist --------*/
.wishlist-icon-div a > i {
  cursor: pointer;
  float: right;
  font-size: 26px;
  height: 100%;
  line-height: 50px;
  margin: 0 auto;
  width: 100%;
  z-index: 1;
  color: var(--colorHeaderIcon);
  display: none;
}
@media (min-width: 992px) {
  .header_1 .wishlist-icon-div a > i {
    display: block;
  }
}
.wishlist-icon-div a > i:hover {
  color: var(--colorHeaderIconHover);
}
.myaccount .customer_account .wishlist-icon-div.icon-btn {
  float: left;
  width: 100% !important;
  height: 100% !important;
  text-align: left;
}
/*----------- topmenu ------------*/
.horizontal-mega-menu > li > ul.mm-submenu {
  border-top: 1px solid #eee !important;
}
.horizontal-mega-menu ul.mm-submenu.simple {
  display: table !important;
  padding: 0 20px !important;
}
.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;
}
.toggle_left_icon {
  float: left;
  display: inline-block;
  width: auto;
  line-height: 2.5;
}
.menu_right.leftmenu_header.leftmenu_header_fixed {
  width: 60px;
  left: auto;
  right: 0;
  display: table;
  height: 100%;
  text-align: center;
}
@media (max-width: 991px) {
  .menu_toggle_wrap {
    float: left;
    width: 100%;
    position: relative;
  }
  .leftmenu {
    display: none;
  }
  .nav-menu-wrap .nav-toggle, .site-nav--has-dropdown .site-nav__dropdown-toggle, .nav_dropdown-toggle.btn, .mobile-nav__sublist-trigger {
    display: block !important;
  }
  .nav_dropdown-toggle.btn {
    width: 30px;
  }
  span.mobile-nav__sublist-trigger {
    position: absolute;
    right: 0px;
    top: -2px;
    width: 30px;
    height: 100%;
    text-align: center;
    cursor: pointer;
    line-height: 2.1;
  }
  .mobile-nav__sublist-trigger.is-active .mobile-nav__sublist-expand, .nav-menu-wrap ul.site-nav__dropdown, .site-nav__dropdown, .mobile-nav__sublist-trigger .mobile-nav__sublist-contract {
    display: none;
  }
  .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 .header-top-right {
    position: absolute;
    right: 0;
  }
  .nav-menu-wrap .menu_toggle_wrap > button, .header_3 .menu_toggle_wrap > button {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    border: none;
    width: auto;
    position: absolute;
    bottom: 8px;
    left: 0px;
    right: auto;
    top: auto;
    color: var(--colorHeaderIcon);
  }
  .nav-menu-wrap .menu_toggle_wrap > button:hover, .header_3 .menu_toggle_wrap > button:hover, .nav-menu-wrap .menu_toggle_wrap > button:active, .header_3 .menu_toggle_wrap > button:active, .nav-menu-wrap .menu_toggle_wrap > button:focus, .header_3 .menu_toggle_wrap > button:focus {
    color: var(--colorHeaderIconHover);
  }
  .flex-direction-nav .flex-prev::before, .flex-direction-nav .flex-next::before {
    color: #000;
  }
}
/*---------- common header-1, header-2, header-3-------------- */
.icon-btn {
  display: inline-block;
  float: left;
  height: 40px;
  width: 40px;
  z-index:3;
  text-align:center;
  position:relative;
  vertical-align: top;
}
.site-header__cart.icon-btn {
  float: right;
  width:100%;
}
.customer_account .header_currency .currency_wrapper.dropdown-toggle,.customer_account .flag-dropdown-menu li a span,.customer_account .header_language .language_wrapper.dropdown-toggle{
  display: none;
}
.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;
}
body.nav-open .leftmenu_header{
transition:transform 0.3s ease 0s;
  -webkit-transition:transform 0.3s ease 0s;
  -moz-transition:transform 0.3s ease 0s;
  -o-transition:transform 0.3s ease 0s;
  -ms-transition:transform 0.3s ease 0s;
}
.heade_banner_img {
  float: left;
  padding: 30px 15px;
  width: 100%;
}
.leftmenu_header_fixed.menu_left{
  border-right: 1px solid  #ddd;
  border-left: none;
}
.tt-mega-menu #tt-megamenu .menu_wrapper.fixed,
.tt-mega-menu #tt-megamenu.sticky_header.fixed,
header.header_3.site-header .sticky_header.fixed{
  transition: all 400ms ease 0s;
  -webkit-transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s;
  -ms-transition: all 400ms ease 0s; 
  animation: fixedmenu 1s ease 0s normal both 1 running;
  -webkit-animation: fixedmenu 1s ease 0s normal both 1 running;
  -moz-animation: fixedmenu 1s ease 0s normal both 1 running;
  -o-animation: fixedmenu 1s ease 0s normal both 1 running;
  position: fixed;
  width: auto;
  left: 0;
  right: 0;
  top: 0;
  box-shadow: 0 1px 3px #eee;
  -webkit-box-shadow: 0 1px 3px #eee;
  -moz-box-shadow: 0 1px 3px #eee;
  -ms-box-shadow: 0 1px 3px #eee;
  -o-box-shadow: 0 1px 3px #eee;
  z-index: 999;
  background:#fff;
}
header.header_3.site-header .sticky_header.fixed{
  background:var(--colorMenu);
  box-shadow: 0 1px 3px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.4);
  -ms-box-shadow: 0 1px 3px rgba(0,0,0,0.4);
  -o-box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
.template-index .breadcrumb-block {
  display: none;
}
.header_1 .fixed-cart-wrap #slidedown-cart {
  display: block !important;
  transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  top: 0;
  right: 0;
  bottom: 0;
  padding:60px 0 20px;
  text-align:left;
}
.header_1 .fixed-cart-wrap.active #slidedown-cart {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
}
.header_1 .fixed-cart-wrap.active #slidedown-cart .cart-close {
  height: 22px;
  width: 22px;
  line-height: 22px;
  padding: 0 1px;
  left: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}
.header_1 .fixed-cart-wrap.active #slidedown-cart .cart-close i.mdi.mdi-close {
  font-size: 20px;
}
.header_1 .fixed-cart-wrap.active #slidedown-cart .cart-close:hover {
  background: #000;
  color: #fff;
}
.header_1 .site-header__cart #Sticky-slidedown-cart,
.header_1 .site-header__cart #slidedown-cart{
  display: none !important;
}
.header_2 .tbl-list>li.currency .flag-dropdown-menu li a{
  padding:0;
}
.header_2 .customer_account .tbl-list>li.currency .flag-dropdown-menu>li{
  width:100%;
  border:none;
}
.header_2 .customer_account .flag-dropdown-menu li a span{
  display:inline-block;
}
.header_1.site-header .fixed-cart-wrap{
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  visibility: hidden;
  z-index:9999;
}
.header_1.site-header .fixed-cart-wrap.active {
  visibility: visible;
}
.header_1.site-header .fixed-cart-wrap.active:before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
}
.header_2.site-header .logo_left.menu_left .wrapper {
  float: left;
}
.header_2.site-header .logo_left.menu_right .wrapper{
  float:right;
}
.header_2 #slidedown-cart .product-details, .header_3.cart_slidefixed #slidedown-cart .product-details {
  width: 65%;
}
@media (max-width: 991px) {
  .header_2 #slidedown-cart .product-details, .header_3.cart_slidefixed #slidedown-cart .product-details {
    width: 62%;
  }
}

.fullscreen_header.wrapper-wrap.nav-open {
  opacity: 1;
  -moz-opacity: 1; 
  -khtml-opacity: 1; 
  -webkit-opacity: 1;
  visibility: visible !important;
  left:0;
  backface-visibility: visible;
  z-index: 2;
}
.logo_left .fullscreen_header.wrapper-wrap.nav-open {
  opacity: 1;
  -moz-opacity: 1; 
  -khtml-opacity: 1; 
  -webkit-opacity: 1;
  visibility: visible !important;
  right:0;
  left: auto;
  backface-visibility: visible;
}
.fullscreen_wrapper {
  background-color: rgba(var(--colorMenu));
  background-position: 0 0;
  background-repeat: repeat;
  overflow: auto;
  height: 100%;
  position: relative;
  width: 100%;
  text-align: center;
  padding: 100px 50px 50px;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .fullscreen_wrapper {
    padding: 100px 15px 50px;
  }
}
.menu_wrapper.logo_left .header_logo_wrap {
  float: left;
}
.menu_wrapper.logo_right .header_logo_wrap {
  float: right;
}
.search-results .title {
  text-transform: capitalize;
}
.full-search-wrapper .search-results li {
  width: 20%;
  float: left;
  padding: 0 15px;
  height: auto;
  border: none;
}
@media (max-width: 1400px) {
  .full-search-wrapper .search-results li {
    width: 25%;
  }
}
@media (max-width: 1199px) {
  .full-search-wrapper .search-results li {
    width: 33.33%;
  }
}
@media (max-width: 991px) {
  .full-search-wrapper .search-results li {
    width: 50%;
  }
}
@media screen and (max-width: 420px) {
  .full-search-wrapper .search-results li {
    width: 100%;
  }
}
.menu_left.leftmenu_header.leftmenu_header_fixed {
  width: 60px;
  right: auto;
  left: 0;
  height: 100%;
  display: table;
  text-align: center;
  position: fixed;
}
.header-top-right .icon-btn {
  position: relative;
}
@media (max-width: 991px) {
  .fullscreen_header .nav-menu-wrap {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .fullscreen_header {
    height: 100%;
    left: -100%;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 9;
    bottom: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
  }
  .logo_left .fullscreen_header {
    right: -100%;
    left: auto;
  }
}
.leftmenu_header.leftmenu_header_fixed {
  background: #fff;
  cursor: pointer;
  right: -60px;
  padding: 10px 15px;
  position: fixed;
  z-index: 1050;
  transition: transform 0.3s ease 0s;
  -webkit-transition: transform 0.3s ease 0s;
  -moz-transition: transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  -ms-transition: transform 0.3s ease 0s;
  color: #171616;
  width: 60px;
}
/*--------------------- header 1 -----------------------*/
.header_3 .menu_wrapper #tt-megamenu, .header_1 #tt-megamenu {
  display: none;
}
.header_1 .wrapper-wrap {
  float: left;
  width: 100%;
  text-align: center;
  position: relative;
}
.header_1 .header_logo_wrap {
  float: left;
  width: 100%;
  text-align: center;
  position: relative;
  padding: 0 65px;
  background: var(--colorMenu);
}
@media (max-width: 1500px) {
  .header_1 .header_logo_wrap {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .header_1.site-header .header_logo_wrap .tt-nav-right-div .icon-btn {
    position: relative;
    float: right;
    margin: 0;
  }
}
.header_1 .header-logo {
  width: 205px;
  padding: 40px 0;
  margin: 0;
  float: none;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 1500px) {
  .header_1 .header-logo {
    padding: 10px 0;
  }
}
@media (max-width: 991px) {
  .header_1 .header-logo {
    padding: 20px 0;
    width: 100%;
  }
}
.header_1 #tt-megamenu ul.tt_menus_ul .menu-left {
  float: left;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .header_1 #tt-megamenu ul.tt_menus_ul .menu-left {
    margin: 0;
    width: 100%;
  }
}
.header_1 #tt-megamenu .tt-mega_menu ul div > li.tt_menu_item.more_menu ul > li {
  position: relative;
}
.header_1 #tt-megamenu .tt-mega_menu ul div > li.tt_menu_item.more_menu .tt_sub_menu_linklist.tt_sub_menu_wrap {
  padding: 15px 0;
}
@media (max-width: 991px) {
  .header_1 #tt-megamenu .tt-mega_menu ul div > li.tt_menu_item.more_menu .tt_sub_menu_linklist.tt_sub_menu_wrap {
    padding: 0;
  }
}
.header_1 .tt-nav-right-div .site-header__cart.icon-btn {
  width: 50px;
  margin: 0 0 0 5px;
  height: 50px;
}
.header_1 .tt-nav-right-div .site-header__search.icon-btn.toggle .search-results .thumbnail {
  width: 70px;
}
.header_1 .tt-nav-right-div .site-header__search.icon-btn.search-full .toggle {
  width: auto;
}
@media (min-width: 1701px) {
  .header_1 .tt-nav-right-div .site-header__search.icon-btn.toggle .ttsearch_button.icon {
    display: none;
  }
  .header_1 .tt-nav-right-div .site-header__search .search_wrapper {
    display: block !important;
    position: static;
    width: 300px;
    border-top: none;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
  }
  .header_1 .tt-nav-right-div .site-header__search .search_wrapper::before {
    display: none;
  }
  .header_1 .tt-nav-right-div .site-header__search .search_wrapper input[type="search"] {
    height: 45px;
    padding: 10px 0px 10px 25px;
  }
  .header_1 .tt-nav-right-div .site-header__search .search_wrapper button.btn.search-submit {
    padding: 15px 10px;
    height: 45px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
  }
  .header_1 .tt-nav-right-div .site-header__search.icon-btn.toggle {
    width: 300px;
    float: left;
  }
}
.header_1 #tt-megamenu ul.tt_menus_ul .menu-right {
  float: right;
  margin-left: 20px;
}
@media (max-width: 991px) {
  .header_1 #tt-megamenu ul.tt_menus_ul .menu-right {
    float: left;
    margin: 0;
    width: 100%;
  }
}
.header_1 .tt-nav-right-div {
  float: right;
  width: auto;
  margin: 47px 0;
}
@media (max-width: 1500px) {
  .header_1 .tt-nav-right-div {
    margin: 9px 0;
  }
}
@media (max-width: 991px) {
  .header_1 .tt-nav-right-div {
    margin: 0;
  }
}
.header_1 .tt-nav-right-div .site-header__cart.icon-btn .site-header_cart_link {
  width: 50px;
  height: 45px;
  padding: 0;
}
.header_1 .tt-nav-right-div .site-header__cart.icon-btn .site-header_cart_link::before {
  height: 50px;
  width: 50px;
  font-size: 30px;
  line-height: 50px;
}
.header_1 #tt-megamenu {
  margin: 30px 0;
}
.header_1 .wrapper-wrap .menu_wrapper {
  float: none;
  padding: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 1600px) {
  .header_1 .wrapper-wrap .menu_wrapper {
    width: 100%;
    float: left;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.header_1 .wrapper-wrap .menu_wrapper #tt-megamenu {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media (max-width: 1600px) {
  .header_1 .wrapper-wrap .menu_wrapper #tt-megamenu {
    float: none;
    width: auto;
    display: inline-block !important;
    vertical-align: top;
  }
}
@media (max-width: 991px) {
  .header_1 .wrapper-wrap .menu_wrapper #tt-megamenu {
    float: left;
  }
}
.template-index header.header_1.site-header.header_transaparent {
  top: 0;
  position: absolute;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  right: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  z-index: 9;
}
@media (max-width: 991px) {
  .template-index header.header_1.site-header.header_transaparent {
    position: static;
    background-color: var(--colorMenu);
  }
}
header.header_1.site-header.header_transaparent {
  z-index: 9;
  background: #fff;
  position: static;
  float: left;
  width: 100%;
}
@media (max-width: 1199px) {
  header.header_1.site-header.header_transaparent {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  header.header_1.site-header.header_transaparent {
    padding: 0 15px;
  }
}
.header_1 .tt-right-header-data {
  float: right;
  width: auto;
}
@media (max-width: 991px) {
  .header_1 .tt-right-header-data {
    position: absolute;
    left: auto;
    right: 5px;
    bottom: 20px;
  }
   .header_1 .header-logo{
    float:left;
  }
}
.header_1 #tt-megamenu .tt-mega_menu ul div > li.tt_menu_item > a::before {
  color: #000;
  width: 0;
  content: "";
  position: absolute;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  bottom: 0;
  right: 0;
  height: 100%;
  z-index: -1;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
}
.header_1 #tt-megamenu .tt-mega_menu ul div > li.tt_menu_item:hover > a::before {
  width: 100%;
  left: 0;
}
header.header_1.site-header.header_transaparent {
  z-index: 9;
  position: static;
  float: left;
  width: 100%;
  box-shadow: 0 0px 8px 6px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0px 8px 6px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0px 8px 6px rgba(0, 0, 0, 0.6);
  -ms-box-shadow: 0 0px 8px 6px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 0 0px 8px 6px rgba(0, 0, 0, 0.6);
  min-height: 122px;
}
@media (max-width: 1199px) {
  header.header_1.site-header.header_transaparent {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  header.header_1.site-header.header_transaparent {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .header_1 .header_logo_wrap {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .header-logo a, .header-logo img {
    color: #333;
    display: inline-block;
  }
  .header_1.site-header .nav-menu-wrap .menu_toggle_wrap > button {
    left: 0;
    bottom: 9px;
  }
}
.header_1 .wrapper-wrap ul.tbl-list {
  float: left;
  width: 100%;
  margin: 0;
  position: relative;
}
.wrapper-top-cart > .site-header_cart_link:hover::before {
  color: var(--colorHeaderIconHover);
}
.header_1 .tt-nav-right-div .icon-btn i {
  height: 50px;
  width: 50px;
  line-height: 50px;
}
.header_1 .icon-btn {
  height: 50px;
  width: 50px;
}
.header_1 .tt-nav-right-div .icon-btn .serach_icon {
  height: 50px;
  width: 50px;
  line-height: 50px;
  float: left;
}
.header_1 .myaccount .dropdown-toggle {
  width: auto;
  float: none;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.header_1 #tt-megamenu .tt-mega_menu li.tt_menu_item > a {
  font: 400 16px/24px var(--font-stack-header);
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .header_1 #tt-megamenu .tt-mega_menu li.tt_menu_item > a {
    padding: 5px 0;
    float: left;
    width: 100%;
    font-weight: 400;
    line-height: 16px;
    font-size: 14px;
    text-transform: capitalize;
  }
}
.header_1 .tt-nav-right-div .icon-btn:hover span.text {
  color: var(--colorHeaderIconHover);
}
.header_1 .site-header__cart .wrapper-top-cart .site-header_cart_link:hover .site-header__cart-count {
  color: var(--colorHeaderIconHover);
}
.tt-nav-right-div .icon-btn .ttsearch_button.active .mdi-magnify {
  display: none;
}
.tt-nav-right-div .icon-btn .ttsearch_button.active .mdi-window-close {
  display: block;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}
.tt-nav-right-div .icon-btn.search-full .ttsearch_button.active .mdi-magnify {
  display: block;
}
.tt-nav-right-div .icon-btn.search-full .ttsearch_button.active .mdi-window-close {
  display: none;
}
.header_1 .tbl-list > li.currency .flag-dropdown-menu li a i {
  height: 14px;
  width: 16px;
}
.header_1 .header_logo_wrap .header_currency .flag-dropdown-menu li a, .header_1 .header_logo_wrap .header_language .flag-dropdown-menu li a {
  padding: 2px 10px;
}
.header_1 .header_logo_wrap .header_currency .flag-dropdown-menu li:last-child {
  margin: 0;
}
.header_1 .myaccount .customer_account {
  top: 99px;
  left: 0;
  right: auto;
}
@media (max-width: 1500px) {
  .header_1 .myaccount .customer_account {
    top: 62px;
  }
}
@media (max-width: 991px) {
  .header_1 .myaccount .customer_account {
    /* top: 50px; */
    left: auto;
    right: 0;
  }
}
.header_1 .myaccount .customer_account::before {
  left: 4px;
  right: auto;
}
@media (max-width: 991px) {
  .header_1 .myaccount .customer_account::before {
    right: 24px;
    left: auto;
  }
}
.header_1 .header_logo_wrap .tt-nav-right-div .wrapper-top-cart span.cart-products-count {
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  height: 16px;
  width: 16px;
  line-height: 16px;
  text-align: center;
  top: 0;
  left: auto;
  right: 5px;
  bottom: 0;
  margin: 0 auto;
  color: #000;
  font-family: var(--font-stack-header);
}
@media (max-width: 991px) {
  .header_1 .header_logo_wrap .tt-nav-right-div .wrapper-top-cart span.cart-products-count {
    top: 5px;
    right: 10px;
    margin: 0 auto;
  }
}
.header_1 .fixed-cart-wrap #slidedown-cart .mini-cart-wrap {
  padding: 0 30px;
  height: 100%;
}
@media (max-width: 991px) {
  .header_1 .fixed-cart-wrap #slidedown-cart .mini-cart-wrap {
    padding: 0 15px;
  }
}
.header_1 .wrapper-wrap.menu_left .menu_wrapper {
  float: left;
}
.header_1 .wrapper-wrap.menu_center .menu_wrapper {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.header_1 #tt-megamenu .tt-mega_menu ul div > li.tt_menu_item {
  padding: 60px 2px;
  position: relative;
}
@media (max-width: 1500px) {
  .header_1 #tt-megamenu .tt-mega_menu ul div > li.tt_menu_item {
    padding: 35px 2px;
  }
}
@media (max-width: 991px) {
  .header_1 #tt-megamenu .tt-mega_menu ul div > li.tt_menu_item {
    padding: 0;
    text-align: left;
    position: relative;
  }
}
@media (min-width: 992px) {
  .header_1 #tt-megamenu .tt-mega_menu {
    position: static;
    float: left;
    width: 100%;
  }
  .header_1 #tt-megamenu ul.tt_menus_ul {
    float: left;
    width: 100%;
  }
  .header_1 #tt-megamenu ul.tt_menus_ul .menu-right .tt_sub_menu_wrap {
    left: auto;
    right: 0;
  }
  .header_1 #tt-megamenu li.more_menu > ul > li:hover .tt_sub_menu_wrap {
    display: block !important;
  }
  .header_1 #tt-megamenu li.more_menu > ul > li:hover .tt_sub_menu_wrap::before {
    display: none;
  }
  .header_1 #tt-megamenu .tt-mega_menu li.more_menu > ul > li > a {
    color: var(--color-text-field);
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    font-family: var(--font-stack-body);
  }
  .header_1 #tt-megamenu .tt-mega_menu li.more_menu > ul > li > a::after {
    line-height: 20px;
  }
  .header_1 #tt-megamenu .tt-mega_menu li.more_menu > ul > li:hover > a {
    color: var(--color-text-hover-field);
  }
  .header_1 #tt-megamenu .tt-mega_menu ul div > li.tt_menu_item > a {
    padding: 8px 14px;
    position: relative;
    z-index: 1;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
  }
}
@media (max-width: 991px) {
  .header_1 #tt-megamenu .tt-mega_menu li.more_menu.tt_menu_item > ul {
    display: block !important;
  }
  .header_1 #tt-megamenu ul.tt_menus_ul, .header_3 #tt-megamenu ul.tt_menus_ul {
    border-bottom: 1px solid var(--color-border);
    padding-bottom: 15px;
    margin-bottom: 0;
  }
}
/*--------------------- header-2 -----------------------*/
.site-header.header_2 .wrapper-wrap {
  float: left;
  width: 100%;
}
@media (min-width: 1200px) {
  .template-index .site-header.header_2.header_transaparent {
    position: absolute;
    background: none;
    left: 0;
    right: 0;
    z-index: 9;
  }
}
.site-header.header_2 {
  float: left;
  width: 100%;
  min-height: 140px;
}
.header_2.site-header .header_logo_wrap {
  margin: 35px 0;
  float: left;
  width: auto;
  padding: 0;
  position: relative;
  width: 210px;
}
@media (max-width: 991px) {
  .header_2.site-header .header_logo_wrap {
    float: left;
    width: 100%;
    margin: 0;
  }
}
.header_2 .header_logo_wrap {
  float: left;
  width: auto;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 0 15px;
}
.header_2 .menu_wrapper {
  float: left;
  width: 100%;
  text-align: center;
  position: relative;
  padding: 0 70px;
  z-index: 99;
}
@media (max-width: 1300px) {
  .header_2 .menu_wrapper {
    padding: 0 30px;
  }
}
@media (max-width: 1199px) {
  .header_2 .menu_wrapper {
    padding: 0 15px;
  }
}
.template-index .header_2.header_transaparent .menu_wrapper.sticky_header {
  background: none;
}
.header_2 .full-search-wrapper .search-inner {
  display: block;
}
.header_2 .menu_wrapper {
  text-align: center;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  transition: background 0.6s ease-in-out 0s, top 0.6s ease-in-out 0s, background 0.6s ease-in-out 0s, bottom 0.6s ease-in-out 0s, height 0.6s ease-in-out 0s;
  float: left;
  width: auto;
}
@media (max-width: 1199px) {
  .header_2 .menu_wrapper {
    position: static;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .header_2 .menu_wrapper {
    height: 140px;
  }
}
.nav-open .site-header.header_2.header_transaparent .menu_wrapper {
  background: rgba(0, 0, 0, 0.9);
  bottom: 35px;
}
@media (min-width: 1200px) {
  .nav-open .site-header.header_2.header_transaparent .menu_wrapper {
    height: 100%;
  }
}
.nav-open.search_full_active .header_2 #tt-megamenu {
  display: none;
}
.header_2 .menu_wrapper .leftmenu {
  position: absolute;
  cursor: pointer;
  left: auto;
  z-index: 9999;
  right: 65px;
  top: 58px;
}
@media (max-width: 1300px) {
  .header_2 .menu_wrapper .leftmenu {
    right: 25px;
  }
}
@media (max-width: 1199px) {
  .header_2 .menu_wrapper .leftmenu {
    right: 8px;
  }
}
.header_2 .menu_wrapper .leftmenu button {
  border: medium none;
  float: left;
  height: 2px;
  position: relative;
  width: 18px;
  z-index: 3;
  margin: 10px;
  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;
}
.header_2 .menu_wrapper .leftmenu button::after {
  top: -13px;
}
.header_2 .menu_wrapper .leftmenu button::after, .header_2 .menu_wrapper .leftmenu button::before {
  border: medium none;
  height: 2px;
  position: absolute;
  z-index: 9999;
  left: 0;
  content: "";
  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;
}
.header_2 .menu_wrapper .leftmenu button::after {
  width: 28px;
  bottom: 7px;
  top: auto;
}
.header_2 .menu_wrapper .leftmenu button::before {
  width: 10px;
  top: 7px;
  bottom: auto;
}
.header_2 .menu_wrapper .leftmenu:hover button::before, .header_2 .menu_wrapper .leftmenu:hover button {
  width: 28px;
  background: var(--colorHeaderIconHover);
}
.header_2 .menu_wrapper .leftmenu:hover button::after {
  background: var(--colorHeaderIconHover);
}
.header_2 .menu_wrapper .leftmenu.active:hover button::before {
  width: 26px;
}
.header_2 .menu_wrapper .leftmenu.active > button {
  background: none;
}
.header_2 .leftmenu.active button:before {
  transform: rotate3d(0, 0, 1, 45deg);
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  -o-transform: rotate3d(0, 0, 1, 45deg);
  -ms-transform: rotate3d(0, 0, 1, 45deg);
}
.header_2 .leftmenu.active button:after {
  transform: rotate3d(0, 0, 1, -45deg);
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  -o-transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate3d(0, 0, 1, -45deg);
}
.header_2 .menu_wrapper .leftmenu.active button:after, .header_2 .menu_wrapper .leftmenu.active button:before {
  top: 0;
  transform-origin: 50% 50% 0;
  width: 26px;
  height: 2px;
  background: var(--colorHeaderIconHover);
}
.site-header.header_2 .leftmenu {
  float: right;
  width: 45px;
}
.site-header.header_2 #shopify-section-TT-megamenu {
  float: none;
  width: auto;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
@media (max-width: 991px) {
  .site-header.header_2 #shopify-section-TT-megamenu {
    float: left;
    width: 100%;
    overflow: visible;
  }
}
.nav-open .site-header.header_2 #shopify-section-TT-megamenu {
  overflow: visible;
}
.header_2 .wrapper-top-cart > .site-header_cart_link.active::before {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  color: var(--colorHeaderIconHover);
}
.header_2 .tt-nav-right-div {
  float: right;
  width: auto;
  margin: 44px 0;
  padding-right: 50px;
}
@media (max-width: 1199px) {
  .header_2 .tt-nav-right-div {
    padding-right: 45px;
  }
}
@media (max-width: 991px) {
  .header_2 .tt-nav-right-div {
    margin: 0;
    bottom: 0;
    position: absolute;
    right: 10px;
    padding: 0;
  }
}
.site-header.header_2 .full-search-wrapper .search-results {
  background: #fff;
  margin: 0;
  padding: 0 5px;
  max-height: 780px;
}
@media (max-width: 1199px) {
  .site-header.header_2 .full-search-wrapper .search-results {
    max-height: 350px;
  }
}
@media (max-width: 1199px) {
  .site-header.header_2 .full-search-wrapper .search-results {
    max-height: 390px;
  }
}
.header_2 .tt-nav-right-div .site-header__cart.icon-btn {
  width: 50px;
  height: 50px;
}
.header_2 #tt-megamenu {
  float: left;
  width: auto;
  padding: 18px 0;
  margin: -80px 0 0;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
}
@media (max-width: 991px) {
  .header_2 #tt-megamenu {
    padding: 0;
    margin: 0;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
  }
}
.nav-open .header_2 #tt-megamenu {
  margin: 0;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}
.header_2.site-header .header_logo_wrap > .header-logo h1.header-logo.position_relative {
  margin: 0;
}
@media (max-width: 991px) {
  .header_2.site-header .header_logo_wrap > .header-logo h1.header-logo.position_relative {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
}
.header_2 .wrapper-top-cart > .site-header_cart_link {
  height: 50px;
  width: 50px;
}
.header_2 .wrapper-top-cart > .site-header_cart_link::before {
  font-size: 30px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  color: var(--colorHeaderIcon);
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  color: var(--colorHeaderIcon);
  transition: all 400ms ease 0s;
  -webkit-transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s;
  -ms-transition: all 400ms ease 0s;
}
.header_2 .wrapper-top-cart > .site-header_cart_link:hover::before {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  color: var(--colorHeaderIconHover);
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
}
.header_2 .site-header__cart #CartCount_sticky span.hidden-sm-down {
  display: none;
}
.header_2 .tt-nav-right-div .site-header__cart span.cart-products-count {
  position: absolute;
  right: 5px;
  left: auto;
  height: 17px;
  width: 17px;
  line-height: 17px;
  font-size: 14px;
  top: 2px;
  background: var(--color-product-secondary);
  color: var(--color-product-secondary-text);
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}
.header_2 .myaccount .customer_account {
  top: 122px;
  bottom: auto;
}
@media (max-width: 1300px) {
  .header_2 .myaccount .customer_account {
    top: 102px;
  }
}
@media (max-width: 991px) {
  .header_2 .myaccount .customer_account {
    top: 50px;
  }
}
.header_2 .site-header__search.icon-btn .search_wrapper, .header_2 #Sticky-slidedown-cart {
  top: 110px;
}
@media (max-width: 991px) {
  .header_2 .site-header__search.icon-btn .search_wrapper, .header_2 #Sticky-slidedown-cart {
    top: 50px;
  }
}
.header_2 #Sticky-slidedown-cart {
  display: none !important;
}
.header_2 .wrapper-top-cart .cart-close {
  display: none;
}
.header_2 .header_logo_wrap.fixed {
  position: fixed;
  background: #fff;
  left: 0;
  right: 0;
  z-index: 9;
  padding: 0 50px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.template-index header.header_2.site-header.header_transaparent.sticky_header.fixed {
  left: 30px;
  right: 30px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}
.header_2 .site-header__search.icon_btn .search_wrapper::before {
  display: none;
}
.header_2 .ps-container.ps-active-x > .ps-scrollbar-x-rail {
  display: none;
}
.sidebar.is_stuck {
  top: auto !important;
  bottom: 0;
}
.header_2 .leftmenu_header .leftmenu {
  padding: 10px 30px;
}
.header_2 .fullscreen_header_toggle .leftmenu > button {
  background: #fff none repeat scroll 0 0;
  float: left;
  height: 2px;
  padding: 0;
  position: relative;
  width: 20px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  margin: 11px 0;
  border: none;
  z-index: 2;
}
.header_2 #slidedown-cart .mini-cart-wrap {
  padding: 15px;
  width: 100%;
  float: left;
}
@media (max-width: 480px) {
  .header_2 #slidedown-cart .mini-cart-wrap {
    padding: 10px;
  }
}
.header_2 .site-header__cart .no-items #ToggleDown, .header_2 .site-header__cart .no-items p {
  float: left;
  width: 100%;
}
#slidedown-menu {
  display: none;
  width: 0;
  transition: all 400ms ease 0s;
  -webkit-transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s;
  -ms-transition: all 400ms ease 0s;
}
.header_2 .logo_left #slidedown-menu.active {
  display: block;
  position: fixed;
  width: 300px;
  height: 100%;
  z-index: 999;
  top: 0;
  transition: all 400ms ease 0s;
  -webkit-transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s;
  -ms-transition: all 400ms ease 0s;
}
.header_2 .logo_left #slidedown-menu.active::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.header_2 .full-search-wrapper span.close-search {
  right: 80px;
  top: 13px;
  color: #fff;
}
@media (max-width: 1199px) {
  .header_2 .full-search-wrapper span.close-search {
    right: 15px;
    top: 15px;
    margin: 0;
  }
}
.header_2 .full-search-wrapper span.close-search i {
  font-size: 32px;
  color: #fff;
}
.header_2 .full-search-wrapper span.close-search i:hover {
  color: var(--colorHeaderIconHover);
}
.site-header.header_2 .full-search-wrapper button.btn.search-submit.icon-fallback-text:hover span.icon.icon-search {
  color: var(--colorHeaderIconHover);
}
.site-header.header_2 .full-search-wrapper .search-inner input[type="search"] {
  border-bottom: 2px solid #fff;
  font-size: 16px;
  color: #fff;
}
.site-header.header_2 .full-search-wrapper .search-inner input[type="search"]::-webkit-input-placeholder {
  color: #fff;
}
.site-header.header_2 .full-search-wrapper span.icon.icon-search {
  color: #fff;
}
.site-header.header_2 .full-search-wrapper .search-bar:hover span.icon.icon-search {
  color: #fff;
}
@media (min-width: 1200px) {
  body.nav-open {
    position: fixed;
    height: 100%;
    width: 100%;
  }
}
.header_2 .leftmenu.fixed {
  position: fixed;
  transition: all 400ms ease 0s;
  -webkit-transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s;
  -ms-transition: all 400ms ease 0s;
  z-index: 99999;
}
.header_2 .leftmenu.fixed > button {
  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;
}
.site-header.header_2 .menu_wrapper.sticky_header.fixed, .site-header.header_1 .wrapper-wrap.sticky_header.fixed {
  transition: all 400ms ease 0s;
  -webkit-transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s;
  -ms-transition: all 400ms ease 0s;
  position: fixed;
  width: auto;
  left: 0;
  right: 0;
  top: 0;
  animation: fixedmenu 1s ease 0s normal both 1 running;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  z-index: 999;
}
.header_2_wrapper {
  position: relative;
  float: left;
  width: 100%;
}
.without_padding .header_2_wrapper {
  padding: 0 45px;
}
@media (max-width: 991px) {
  .without_padding .header_2_wrapper {
    padding: 0;
  }
}
.logo_left.header_2 .site-header__search.icon-btn {
  float: right;
  margin: 28px 40px 28px 20px;
}
@media (max-width: 991px) {
  .logo_left.header_2 .site-header__search.icon-btn {
    margin: 28px 30px 28px 10px;
  }
}
.header_2 .currency_code span {
  display: none;
}
.header_2 .currency_code > i {
  display: none;
}
.header_2 .header_currency {
  width: auto;
}
.header_2 .search_wrapper {
  float: left;
}
.header_2.menu_left #slidedown-cart {
  right: auto;
  left: 0;
}
body.fullnav-open.header_2 {
  overflow: hidden;
  width: 100%;
}
div#shopify-section-header-model-2 {
  float: left;
  width: 100%;
  position: relative;
}
.header_2 .nav-menu-wrap.padding_0 {
  margin: 30px 0;
}
@media (max-width: 991px) {
  .header_2 .nav-menu-wrap.padding_0 {
    margin: 0;
  }
}
.header_2 #slidedown-cart, .header_2 #Sticky-slidedown-cart {
  border-top: 3px solid var(--colorHeaderIconHover);
}
@media (max-width: 991px) {
  .header_2 #slidedown-cart, .header_2 #Sticky-slidedown-cart {
    top: 50px;
  }
}
.header_2 #tt-megamenu ul.tt_menus_ul {
  float: left;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1300px) {
  .header_2 #slidedown-cart, .header_2 #Sticky-slidedown-cart {
    top: 70px;
  }
}
@media (min-width: 992px) {
  .header_style_2 .page-wrapper #shopify-section-TT-mega_menu #tt-megamenu .tt-mega_menu {
    margin: 124px 0;
  }
  .header_style_2 .page-wrapper #shopify-section-TT-mega_menu .tt_menus_ul span.tt_mn_sub_heading {
    right: -20px;
  }
  .header_2 #tt-megamenu .tt-mega_menu .tt_menus_ul > li.tt_mm_hassub:hover > a::after {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
  }
  .header_2 #tt-megamenu .tt-mega_menu .tt_menus_ul > li.tt_mm_hassub > a::after {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
  }
  .header_2 #tt-megamenu .tt-mega_menu .tt_menus_ul > li.tt_mm_hassub > a::before {
    content: "";
    position: absolute;
    height: 5px;
    width: 5px;
    top: 0;
    left: 5px;
    right: auto;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    margin: auto;
    background: #fff;
    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;
  }
  .header_2 #tt-megamenu .tt-mega_menu .tt_menus_ul > li.tt_mm_hassub:hover > a::before {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
  }
  .header_style_2 .tt-mega-menu #tt-megamenu .tt-mega_menu {
    float: left;
    width: 100%;
  }
  .header_2 #tt-megamenu .tt_menus_ul span.tt_mn_sub_heading {
    margin: 0 8px;
  }
  .header_style_2 #tt-megamenu.active .tt-mega_menu li.tt_menu_item:hover::after {
    border-color: #292929;
    transition: width 0.9s ease 0s, background-color 0.9s ease 0s;
    width: 260px;
  }
  .header_style_2 #tt-megamenu.active .tt-mega_menu li.more_menu.tt_menu_item .tt_sub_menu_wrap li.tt_menu_item::after {
    display: none;
  }
  .header_style_2 #tt-megamenu.active .tt-mega_menu li.more_menu.tt_menu_item .tt_sub_menu_wrap li.tt_menu_item {
    position: relative;
  }
  .header_style_2 #tt-megamenu.active .tt-mega_menu li.more_menu.tt_menu_item .tt_sub_menu_wrap {
    width: 150px;
  }
  .header_2 #shopify-section-TT-megamenu span.toggle_menu {
    display: none;
  }
}
.product-wrapper .btn_wrapper .loadding-wishbutton-randomised .mdi.mdi-refresh.fa-spin {
  display: none;
}
.header_2 .icon-btn.myaccount {
  margin: 0 10px;
}
.site-header.header_2 .site-header__search {
  float: none;
  width: 50px;
  display: inline-block;
  vertical-align: top;
  padding: 45px 0;
  height: auto;
  margin: -90px 0 0;
  transition: all 1s ease-in-out 0s;
  -webkit-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
}
@media (max-width: 991px) {
  .site-header.header_2 .site-header__search {
    padding: 0;
    margin: 0;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
  }
}
@media (max-width: 991px) {
  .site-header.header_2 .myaccount.icon-btn .dropdown-toggle > i, .site-header.header_2 .site-header__search .serach_icon > i {
    line-height: 50px;
  }
}
.site-header.header_2 .myaccount.icon-btn {
  float: none;
  width: 50px;
  display: inline-block;
  vertical-align: top;
  padding: 45px 0;
  height: auto;
  margin: -90px 0 0;
  transition: all 1s ease-in-out 0s;
  -webkit-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
}
@media (max-width: 991px) {
  .site-header.header_2 .myaccount.icon-btn {
    padding: 0;
    margin: 0;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
  }
}
.site-header.header_2 .site-header__search .ttsearch_button.active i.mdi.mdi-magnify {
  display: none;
}
.site-header.header_2 .site-header__search .ttsearch_button.active .mdi-window-close {
  display: block;
}
.nav-open .site-header.header_2 .site-header__search, .nav-open .site-header.header_2 .myaccount.icon-btn {
  margin: 0;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}
.nav-open .site-header.header_2 .site-header__search .search-full-screen .full-search-wrapper {
  background: none;
  left: 0;
  right: 0;
}
@media (max-width: 991px) {
  .nav-open .site-header.header_2 .site-header__search .search-full-screen .full-search-wrapper {
    left: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.9);
  }
}
.nav-open .header_2 .search-full-screen .full-search-wrapper.search-overlap {
  top: 0;
}
.search_full_active .site-header.header_2 .menu_right #shopify-section-TT-megamenu {
  display: none;
}
.search_full_active .site-header.header_2 .myaccount.icon-btn {
  display: none;
}
.search_full_active .header_2 .tt-nav-right-div .site-header__cart.icon-btn {
  display: none;
}
.search_full_active .site-header.header_2 .leftmenu {
  display: none;
}
.search_full_active .site-header.header_2 .header_logo_wrap {
  display: none;
}
.search_full_active .site-header.header_2 .site-header__search .serach_icon {
  display: none;
}
.header_2 .myaccount .customer_account::before {
  display: none;
}
@media (max-width: 991px) {
  .site-header.header_2 .search-full-screen .full-search-wrapper {
    background: rgba(0, 0, 0, 0.9);
    left: 10px;
    right: 10px;
    top: 10px;
    min-height: 140px;
  }
  .header_2 .header_logo_wrap {
    float: left;
    width: 100%;
  }
  .header_2 #shopify-section-TT-megamenu {
    float: left;
    width: 100%;
    position: relative;
  }
  .header_2 #shopify-section-TT-megamenu .tt-mega_menu {
    left: 0;
    right: 0;
    top: 50px;
  }
  .header_2 #shopify-section-TT-megamenu span.toggle_menu {
    display: block;
    padding: 10px 0 10px 0;
    float: left;
    cursor: pointer;
  }
  .header_2.site-header .header_logo_wrap > .header-logo {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0;
    padding: 26px 0;
    text-align: center;
  }
  .header_2 #shopify-section-TT-megamenu span.toggle_menu > i {
    color: var(--colorHeaderIcon);
  }
}
/*------------------ header-3 --------------------*/
.header_3 .wrapper-wrap .logo_left {
  float: left;
  width: 100%;
}
.header_3 .wrapper-top-cart > .site-header_cart_link::before {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
}
.header_3 .wrapper-top-cart > .site-header_cart_link:hover::before {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}
.header_3 .tt-nav-right-div .icon-btn {
  height: 50px;
  width: 50px;
}
.header_3 .wrapper-wrap.logo_center.menu_right .tt-nav-right-div .icon-btn {
  float: right;
}
@media (max-width: 991px) {
  .header_3 .wrapper-wrap.logo_center.menu_right .tt-nav-right-div .icon-btn {
    float: left;
  }
}
.header_3 .wrapper-wrap.logo_right.menu_center .tt-nav-right-div .icon-btn {
  float: right;
}
@media (max-width: 991px) {
  .header_3 .wrapper-wrap.logo_right.menu_center .tt-nav-right-div .icon-btn {
    float: left;
  }
}
.header_3 .wrapper-wrap.logo_right.menu_center .tt-nav-right-div .myaccount .customer_account::before {
  left: 5px;
  right: auto;
}
@media (max-width: 991px) {
  .header_3 .wrapper-wrap.logo_right.menu_center .tt-nav-right-div .myaccount .customer_account::before {
    right: 23px;
    left: auto;
  }
}
.header_3 .wrapper-wrap.logo_right.menu_center .tt-nav-right-div .site-header__search.icon-btn .search_wrapper {
  left: 0;
  right: auto;
}
@media (max-width: 991px) {
  .header_3 .wrapper-wrap.logo_right.menu_center .tt-nav-right-div .site-header__search.icon-btn .search_wrapper {
    left: auto;
    right: 0;
  }
}
.header_3 .wrapper-wrap.logo_right.menu_center .tt-nav-right-div .site-header__search.icon_btn .search_wrapper::before, .header_3 .wrapper-wrap.logo_right.menu_center .tt-nav-right-div .site-header__search.icon-btn .search_wrapper::before {
  left: 5px;
  right: auto;
}
@media (max-width: 991px) {
  .header_3 .wrapper-wrap.logo_right.menu_center .tt-nav-right-div .site-header__search.icon_btn .search_wrapper::before, .header_3 .wrapper-wrap.logo_right.menu_center .tt-nav-right-div .site-header__search.icon-btn .search_wrapper::before {
    right: 23px;
    left: auto;
  }
}
.site-header.header_3 .topbar {
  float: left;
  width: 100%;
}
@media (max-width: 767px) {
  .site-header.header_3 .topbar {
    text-align: center;
  }
}
.header_3 .topbar .cmsheader {
  float: left;
}
@media (max-width: 767px) {
  .header_3 .topbar .cmsheader {
    float: none;
  }
}
.header_3 .topbar .cmsheader .tt-nav-left-div {
  float: left;
  width: auto;
  position: relative;
  padding: 16px 0 16px 30px;
  font: 400 14px/18px var(--font-stack-body), sans-serif;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .header_3 .topbar .cmsheader .tt-nav-left-div {
    float: none;
    width: auto;
    display: inline-block;
    vertical-align: top;
    padding: 15px 0;
  }
}
.header_3 .topbar .cmsheader .tt-nav-left-div:before {
  float: left;
  width: 20px;
  height: 20px;
  content: "\f46f";
  font-family: "Material Design Icons";
  font-size: 20px;
  line-height: 20px;
  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;
  left: 0;
  right: auto;
  position: absolute;
  top: 15px;
  bottom: 0;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .header_3 .topbar .cmsheader .tt-nav-left-div:before {
    position: static;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 0 0;
  }
}
.header_3 .topbar .cmsheader .tt-nav-left-div:hover:before {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
}
.header_3 .topbar .tt-nav-right-div .header_currency .tbl-list > li.currency .flag-dropdown-menu {
  right: 0px;
  left: auto;
}
.header_3 .topbar .email {
  float: left;
  padding: 14px 10px;
}
.header_3 .topbar .email a i {
  font-size: 14px;
  line-height: 20px;
  margin: 0 2px 0;
}
.header_3 .topbar .tt-nav-right-div {
  float: right;
  width: auto;
}
@media (max-width: 767px) {
  .header_3 .topbar .tt-nav-right-div {
    float: none;
    width: auto;
    display: inline-block;
    vertical-align: top;
  }
}
.header_3 .topbar .tt-nav-right-div .header_currency, .header_3 .topbar .tt-nav-right-div .header_language {
  margin: 0;
  padding: 0 10px;
}
.header_3 .tbl-list > li.currency .flag-dropdown-menu li a, .header_3 .tbl-list > li.language .flag-dropdown-menu li a {
  padding: 5px 12px;
}
.header_3 .tbl-list > li.currency .flag-dropdown-menu a span {
  line-height: 10px;
}
.header_3 .topbar .tt-nav-right-div .wishlist-icon-div, .header_3 .topbar .tt-nav-right-div .compare-icon-div {
  float: left;
  width: auto;
  padding: 14px 0 14px 10px;
}
.header_3 .topbar .tt-nav-right-div .wishlist-icon-div {
  padding: 14px 10px;
}
.header_3 .tbl-list > li.currency, .header_3 .tbl-list > li.language {
  padding: 13px 0;
  line-height: 18px;
}
@media (max-width: 991px) {
  .header_3 .tbl-list > li.currency, .header_3 .tbl-list > li.language {
    padding: 0;
  }
}
.header_3 .topbar .tt-nav-left-div .header_currency {
  width: auto;
  padding: 0 20px 0 10px;
}
@media (max-width: 480px) {
  .header_3 .topbar .tt-nav-left-div .header_currency {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
}
.header_3 .topbar .tt-nav-left-div .header_currency ul.tbl-list {
  float: left;
  width: 100%;
  margin: 11px 0;
}
.header_3 .topbar .tt-nav-left-div .contact {
  float: left;
  width: auto;
  margin: 13px 0;
}
@media (max-width: 480px) {
  .header_3 .topbar .tt-nav-left-div .contact {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
}
.header_3 .topbar .tt-nav-left-div .contact a.phone-number {
  float: left;
  width: 100%;
  line-height: 24px;
  padding: 0 20px 0 30px;
  position: relative;
}
.header_3 .topbar .tt-nav-left-div .contact a.phone-number::before {
  height: 24px;
  width: 24px;
  content: '\f3f2';
  font-family: "Material Design Icons";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  position: absolute;
  left: 0;
  right: auto;
  font-size: 16px;
}
.header_3 .wrapper-wrap .nav-menu-wrap {
  float: left;
  width: 100%;
  text-align: center;
}
.header_3 .wrapper-wrap.logo_left .nav-menu-wrap .header-logo {
  float: left;
  width: 205px;
  text-align: center;
}
@media (max-width: 991px) {
  .header_3 .wrapper-wrap.logo_left .nav-menu-wrap .header-logo {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.header_3 .wrapper-wrap.logo_right .nav-menu-wrap .header-logo {
  float: right;
  width: auto;
  text-align: center;
}
@media (max-width: 991px) {
  .header_3 .wrapper-wrap.logo_right .nav-menu-wrap .header-logo {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    border-bottom: 1px solid var(--color-border);
  }
}
.header_3 .wrapper-wrap.logo_center .nav-menu-wrap .header-logo {
  padding: 20px 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 205px;
}
@media (max-width: 991px) {
  .header_3 .wrapper-wrap.logo_center .nav-menu-wrap .header-logo {
    width: 100%;
    position: static;
    border-bottom: 1px solid var(--color-border);
  }
}
.header_3 .wrapper-wrap.menu_center .nav-menu-wrap .menu_wrapper {
  float: none;
  width: auto;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 991px) {
  .header_3 .wrapper-wrap.menu_center .nav-menu-wrap .menu_wrapper {
    float: left;
    padding: 10px 0;
  }
}
.header_3 .wrapper-top-cart > .site-header_cart_link.active:hover::before {
  transform: none;
}
.header_3 .wrapper-wrap.menu_left .nav-menu-wrap .menu_wrapper {
  float: left;
  width: auto;
}
.header_3 .wrapper-wrap.menu_right .nav-menu-wrap .menu_wrapper {
  float: right;
  width: auto;
}
.header_3 .topbar .tt-nav-right-div .icon-btn {
  height: 40px;
  width: 40px;
  margin: 0 5px;
  position: relative;
}
.header_3 .topbar .site-header__search .serach_icon > i, .header_3 .topbar .myaccount.icon-btn .dropdown-toggle > i {
  line-height: 40px;
}
.header_3 .wrapper-top-cart > .site-header_cart_link::before {
  color: var(--colorHeaderIcon);
  font-size: 26px;
  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;
}
.header_3 .wrapper-top-cart > .site-header_cart_link:hover::before {
  color: var(--colorHeaderIconHover);
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
}
.header_3 .wrapper-top-cart .site-header__cart-count span.hidden-sm-down {
  display: none;
}
.header_3 .site-header__cart .wrapper-top-cart > .site-header_cart_link {
  padding: 0;
  height: 50px;
  width: 50px;
}
.header_3 .site-header__cart span.cart-products-count {
  height: 16px;
  width: 16px;
  background: #000;
  color: #fff;
  float: left;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  right: 5px;
  left: auto;
  margin: 0;
  top: 3px;
  line-height: 16px;
  font-size: 12px;
}
.header_3 .wrapper-wrap {
  float: left;
  width: 100%;
  position: relative;
}
.header_3 .tt-nav-right-div .site-header__search.icon-btn .search_wrapper {
  top: 85px;
}
.header_3 .wrapper-wrap.logo_center.menu_right .tt-nav-right-div .site-header__search.icon-btn .search_wrapper {
  right: auto;
  left: 0;
}
@media (max-width: 991px) {
  .header_3 .wrapper-wrap.logo_center.menu_right .tt-nav-right-div .site-header__search.icon-btn .search_wrapper {
    right: 0;
    left: auto;
  }
}
.header_3 .wrapper-wrap.logo_center.menu_right .site-header__search.icon_btn .search_wrapper::before, .header_3 .wrapper-wrap.logo_center.menu_right .site-header__search.icon-btn .search_wrapper::before {
  right: auto;
  left: 5px;
}
@media (max-width: 991px) {
  .header_3 .wrapper-wrap.logo_center.menu_right .site-header__search.icon_btn .search_wrapper::before, .header_3 .wrapper-wrap.logo_center.menu_right .site-header__search.icon-btn .search_wrapper::before {
    right: 23px;
    left: auto;
  }
}
.header_3 .tt-nav-right-div .myaccount .customer_account {
  top: 85px;
}
.header_3 .wrapper-wrap.logo_center.menu_right .tt-nav-right-div .myaccount .customer_account {
  right: auto;
  left: 0;
}
@media (max-width: 991px) {
  .header_3 .wrapper-wrap.logo_center.menu_right .tt-nav-right-div .myaccount .customer_account {
    right: 0;
    left: auto;
  }
}
.header_3 .wrapper-wrap.logo_center.menu_right .myaccount .customer_account::before {
  left: 5px;
  right: auto;
}
@media (max-width: 991px) {
  .header_3 .wrapper-wrap.logo_center.menu_right .myaccount .customer_account::before {
    left: auto;
    right: 23px;
  }
}
.header_3 #slidedown-cart, .header_3 #Sticky-slidedown-cart {
  top: 85px;
  border-top: 3px solid var(--colorHeaderIconHover);
}
.header_3 #slidedown-cart::before, .header_3 #Sticky-slidedown-cart::before {
  color: var(--colorHeaderIconHover);
  content: "\f360";
  font-family: "Material Design Icons";
  font-size: 40px;
  right: 24px;
  position: absolute;
  top: -16px;
  height: 20px;
  width: 20px;
  line-height: 20px;
}
.header_3 .wrapper-wrap.logo_center.menu_right #slidedown-cart {
  left: 0;
}
@media (max-width: 991px) {
  .header_3 .wrapper-wrap.logo_center.menu_right #slidedown-cart {
    right: 0;
    left: auto;
  }
}
@media (max-width: 991px) {
  .header_3 .tt-nav-right-div .site-header__search.icon-btn .search_wrapper, .header_3 .tt-nav-right-div .myaccount .customer_account, .header_3 #slidedown-cart, .header_3 #Sticky-slidedown-cart {
    top: 50px;
  }
}
.header_3 .logo_left .nav-menu-wrap .header-logo a {
  float: left;
  width: auto;
  margin: 32px 0;
}
@media (max-width: 991px) {
  .header_3 .logo_left .nav-menu-wrap .header-logo a {
    float: none;
    margin: 25px 0;
  }
}
.header_3 .logo_right .nav-menu-wrap .header-logo a {
  float: right;
  margin: 20px 0;
}
@media (max-width: 991px) {
  .header_3 .logo_right .nav-menu-wrap .header-logo a {
    float: none;
  }
}
.template-index .header_3.header_transaparent {
  position: absolute;
  left: 35px;
  right: 35px;
  top: 35px;
  z-index: 9;
  background: none;
  width: auto;
}
@media (max-width: 991px) {
  .template-index .header_3.header_transaparent {
    position: static;
    background: var(--colorMenu);
    width: 100%;
  }
}
.site-header.header_3 {
  float: left;
  width: 100%;
  min-height: 170px;
  background: var(--colorMenu);
  position: relative;
  z-index: 3;
}
.header_3 .tt-nav-left-div .header_currency .tbl-list > li.currency .flag-dropdown-menu {
  float: left;
  left: 0;
  right: auto;
  margin: 0;
  top: 39px;
  width: 80px;
}
.header_3 .tt-nav-left-div .header_currency .tbl-list > li.currency .flag-dropdown-menu > li {
  float: left;
  width: 100%;
  margin: 0;
  padding: 5px 10px;
}
.header_3 .wrapper-wrap.logo_left .nav-menu-wrap .tt-nav-right-div {
  float: right;
  width: auto;
  padding: 35px 0;
}
@media (max-width: 991px) {
  .header_3 .wrapper-wrap.logo_left .nav-menu-wrap .tt-nav-right-div {
    display: block;
    float: right;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .header_3 .wrapper-wrap .nav-menu-wrap .tt-mega_menu .tt-nav-right-div {
    float: left;
    width: 100%;
  }
}
.header_3 .wrapper-wrap.logo_right .nav-menu-wrap .tt-nav-right-div {
  float: left;
  width: auto;
  padding: 20px 0;
}
@media (max-width: 991px) {
  .header_3 .wrapper-wrap.logo_right .nav-menu-wrap .tt-nav-right-div {
    display: block;
    float: right;
    padding: 5px 0;
  }
}
.header_3 .wrapper-wrap.logo_center .nav-menu-wrap .tt-nav-right-div {
  float: right;
  width: auto;
  padding: 20px 0;
}
@media (max-width: 991px) {
  .header_3 .wrapper-wrap.logo_center .nav-menu-wrap .tt-nav-right-div {
    display: block;
    float: right;
    padding: 5px 0;
  }
}
.header_3 .wrapper-wrap.logo_center.menu_right .nav-menu-wrap .tt-nav-right-div {
  float: left;
  width: auto;
  padding: 20px 0;
}
@media (max-width: 991px) {
  .header_3 .wrapper-wrap.logo_center.menu_right .nav-menu-wrap .tt-nav-right-div {
    display: block;
    float: right;
    padding: 5px 0;
  }
}
.nav-menu-wrap .menu_toggle_wrap > button, .header_3 .menu_toggle_wrap > button {
  display: none !important;
}
@media (min-width: 992px) {
  .header_3 #tt-megamenu .tt-mega_menu li.tt_mm_hassub .tt_sub_menu_wrap {
    top: 100%;
  }
  .header_3 #tt-megamenu .tt-mega_menu .tt_menus_ul > li.more_menu ul > li {
    position: relative;
  }
  .header_3 #tt-megamenu .tt-mega_menu .tt_menus_ul > li > a::before {
    color: transparent;
    content: "\f764";
    font-size: 5px;
    left: 45%;
    pointer-events: none;
    position: absolute;
    text-shadow: 0 0 transparent;
    top: auto;
    transform: translateX(-45%);
    -webkit-transform: translateX(-45%);
    -moz-transform: translateX(-45%);
    -o-transform: translateX(-45%);
    -ms-transform: translateX(-45%);
    transition: text-shadow 0.3s ease 0s, color 0.3s ease 0s;
    font-family: "Material Design Icons";
    bottom: -20px;
  }
  .header_3 #tt-megamenu .tt-mega_menu .tt_menus_ul > li {
    margin: 0 4px;
    padding: 48px 0;
  }
  .header_3 #tt-megamenu .tt-mega_menu .tt_menus_ul > li > a {
    padding: 0 15px;
  }
  .header_3 #tt-megamenu .tt-mega_menu .tt_menus_ul > li > a {
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .header_3 .wrapper-wrap .nav-menu-wrap .tt-mega_menu .tt-nav-right-div .email {
    float: left;
    width: 100%;
    margin: 10px 0;
  }
  .header_style_3 #tt-megamenu .tt-mega_menu {
    position: absolute;
    top: 100%;
    z-index: 99;
    margin: 0;
    text-align: center;
  }
  .header_style_3 .wrapper-wrap .nav-menu-wrap > .container {
    position: relative;
  }
  .header_style_3 #tt-megamenu span.toggle_menu > i {
    color: var(--colorHeaderIcon);
  }
  .header_style_3 #tt-megamenu span.toggle_menu {
    background: none;
    padding: 0;
  }
  .header_3 .wrapper-wrap.menu_right .nav-menu-wrap .menu_wrapper {
    float: left;
    margin: 0;
  }
  .header_3 .topbar .tt-nav-right-div .wishlist-icon-div a, .header_3 .topbar .tt-nav-right-div .compare-icon-div a, .header_3 .currency_wrapper.dropdown-toggle, .header_3 .language_wrapper.dropdown-toggle {
    color: #666;
  }
  .header_style_3 #tt-megamenu .tt-mega_menu .wishlist-icon-div, .header_style_3 #tt-megamenu .tt-mega_menu .header_currency, .header_style_3 #tt-megamenu .tt-mega_menu .header_language, .header_style_3 #tt-megamenu .tt-mega_menu .compare-icon-div {
    float: none;
    width: auto;
    display: inline-block;
    vertical-align: top;
    padding: 0;
  }
  .header_style_3 #tt-megamenu .tt-mega_menu .header_currency ul.tbl-list {
    margin-top: 0;
  }
}
/*------------------ title -------------*/
.tt-innerpagetitle {
  float: left;
  font-size: 22px;
  line-height: 30px;
  padding: 0;
  text-align: left;
  text-transform: capitalize;
  width: 100%;
  color: var(--color-text);
  margin: 0 0 15px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .tt-innerpagetitle {
    font-size: 18px;
    line-height: 20px;
  }
}
.rte .page-subheading {
  color: var(--color-text);
  float: left;
  width: 100%;
}
.tthometab-title h3 {
  margin: 30px 0 0;
}
.tt-title {
  color: #222;
  display: inline-block;
  float: none;
  font: 600 36px/40px var(--font-stack-header);
  padding: 0 0 35px;
  margin: 0 0 15px;
  position: relative;
  text-align: center;
  text-transform: capitalize;
  width: 100%;
  z-index: 1;
}
@media (max-width: 991px) {
  .tt-title {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (max-width: 480px) {
  .tt-title {
    font-size: 22px;
    line-height: 26px;
  }
}
.tt-title::after {
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: auto;
}
h2.tt-pagetitle {
  float: left;
  width: 100%;
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: var(--color-text);
}
.search-products .text--left.section-header__title {
  font-size: 26px;
  line-height: 34px;
  font-weight: 400;
  float: left;
  width: 100%;
  color: var(--color-text);
}
@media (max-width: 767px) {
  .search-products .text--left.section-header__title {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 1200px) {
  .grid-item.medium-down--one-half {
    width: 33.33%;
    clear: none !important;
  }
}
@media (max-width: 767px) {
  .grid-item.medium-down--one-half {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .grid-item.medium-down--one-half {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .ttdesc {
    font-size: 16px;
    line-height: 15px;
    margin: 10px 0;
  }
}

/*============================================================================
#Site Nav and Dropdowns
==============================================================================*/

.page-move--nav .nav-bar {
  height: 100%;
}
.nav-bar .grid-item {
  height: 100%;
}
.nav-bar .icon {
  color: var(--color-text-field);
}
.nav-bar .wrapper {
  padding: 0;
}
@media only screen and (min-width: 1025px) {
  .lt-ie9 .nav-bar {
    margin-top: -20px;
  }
}
.site-nav {
  cursor: default;
  font-size: em(18px);
  margin: 0;
  width: 100%;
}
.site-nav li {
  margin: 0;
  display: inline-block;
  float: none;
  vertical-align: top;
  position: relative;
  cursor: pointer;
}
@media only screen and (min-width: 1025px) {
  .site-nav {
    text-align: center;
  }
  .site-nav li, .site-nav li:last-child {
    border: 0;
  }
}
.site-nav .grid-item {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .lt-ie9 .site-nav {
    display: inline-table;
  }
  .lt-ie9 .site-nav ul {
    margin: 0;
  }
  .lt-ie9 .site-nav li {
    border: 0;
    display: inline;
  }
}
@media (max-width: 1025px) {
  .site-nav__linkdrop {
    width: auto;
    min-width: 0;
    padding-right: 0;
  }
}
.site-nav__linkdroparrow {
  padding-left: 10px;
}
.site-nav__link, .site-nav__linkdrop, .site-nav__linkdroparrow {
  padding: 0;
}
@media only screen and (min-width: 1025px) {
  .site-nav__label {
    display: inline-block;
    padding: 0;
    width: auto;
    white-space: normal;
  }
}
@media (max-width: 1199px) {
  .site-nav__link.site-nav__linknodrop, .site-nav__linkdrop.site-nav__linknodrop, .site-nav__linkdroparrow.site-nav__linknodrop, .site-nav__linknodrop.site-nav__linkdrop, .site-nav__linknodrop.site-nav__linkdroparrow {
    padding: 0;
  }
  .site-nav__link, .site-nav__linkdrop, .site-nav__linkdroparrow {
    width: auto;
  }
  .site-nav {
    text-align: center;
  }
}

/*================ Mobile Nav ================*/
.cart-toggle{
  color: var(--color-text-field);
    display: inline-block;
    text-align: center;
    width: 100%;
    }
.cart-toggle:active, .nav-toggle:active, .cart-toggle:hover, .nav-toggle:hover, .cart-toggle:focus, .nav-toggle:focus {
  color: #111;
}
.cart-toggle {
  font-size: em(18px);
}
.nav-toggle {
  font-size: em(22px);
}
@media only screen and (min-width: 1025px) {
  .cart-toggle {
    font-size: em(18px);
    height: auto;
    margin: 0;
    width: auto;
  }
}
.hidden-count {
  display: none;
}
.nav-mobile {
  position: absolute;
  background-color: var(--colorMenu);
  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) {
  .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);
}
.cart_table input[type="number"]{
  padding:0;
}
@media only screen and (max-width: 1024px) {
  .nav-search {
    margin: 0 0 10px;
  }
}

/*================ mobile menu bar =================*/
.nav-menu-wrap .nav-toggle,.site-nav--has-dropdown .site-nav__dropdown-toggle,.nav_dropdown-toggle.btn,.mobile-nav__sublist-trigger{
  display: none;
}
/*================ Secondary nav ================*/
.nav-secondary {
  font-family: var(--font-stack-body);
    font-size: 14px;
    margin: 0 0 var(--gutter) / 2;
      }
.nav-secondary a, .social-icons li a svg path  {
  color: var(--colorFooterContent);
   fill:var(--colorFooterContent);
    }
.nav-secondary li:hover a, .nav-secondary li:hover i.mdi-phone,.nav-secondary li:hover i.mdi-email-outline, .social-icons li a:hover svg path {
  color: var(--color-btn-secondary);
  fill:var(--color-btn-secondary);
    }
.nav-secondary li {
  margin: 0 0 0 var(--gutter) / 2;
    }
.nav-secondary li:first-child {
  margin: 0;
}
/*================ Page nav ====================*/
.article-pagination, .product-pagination {
  border: 1px solid var(--color-border);
    font-family: var(--font-stack-body);
      font-size: em(14px);
      margin: var(--gutter) 0;
        padding: var(--gutter) 0;
          }
.article-pagination.last, .product-pagination.last {
  border-bottom: 0;
  padding-bottom: 0;
}
.article-pagination p, .product-pagination p {
  margin: 0;
}
.article-pagination .article-pagination__sep, .product-pagination .article-pagination__sep, .article-pagination .product-pagination__sep, .product-pagination .product-pagination__sep {
  padding: 0 var(--gutter) / 4;
    }
@media only screen and (min-width: 1025px) {
  .article-pagination, .product-pagination {
    margin: var(--gutter) * 2 0;
      }
}
/*============================================================================
 #Breadcrumb
 ==============================================================================*/
.breadcrumb-wrapper span.title {
  float: left;
  margin: 0;
  font-size: 28px;
  font-weight: 400;
  color: #000;
  width: 100%;
  margin-bottom: 10px;
  line-height: 30px;
}
@media (max-width: 991px) {
  .breadcrumb-wrapper span.title {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .breadcrumb-wrapper span.title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.breadcrumb-wrapper .breadcrumb {
  float: right;
  margin: 3px 0 0;
  width: 100%;
}
.breadcrumb-wrapper .container > span {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}
.spr-header-title {
  font-size: 21px;
}
.breadcrumb-wrapper {
  padding: 15px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: var(--color-bg-breadcrumb);
  margin: 0 0 30px 0;
  text-transform: capitalize;
  text-align: right;
}
@media (max-width: 991px) {
  .breadcrumb-wrapper {
    margin: 0 0 20px;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-wrapper {
    margin: 0 0 15px;
  }
}
.page-header {
  display: none;
}
.breadcrumb .breadcrumb__sep:before {
  content: "\f142";
  font-family: "Material Design Icons";
  font-size: 16px;
  margin: 0px 8px;
}
.breadcrumb__sep {
  position: relative;
  display: inline-block;
  font-size: 0;
}
@media (max-width: 767px) {
  .breadcrumb-wrapper span.title, .breadcrumb-wrapper .breadcrumb {
    width: 100%;
    text-align: center;
  }
  .breadcrumb-wrapper .breadcrumb {
    margin-top: 10px;
  }
}
@media (max-width: 767px) and (max-width: 480px) {
  .breadcrumb-wrapper .breadcrumb {
    margin: 0;
    font-size: 16px;
  }
}
.breadcrumb-img {
  position: relative;
}
.breadcrumb-wrap {
  color: var(--color-text-breadcrumb);
  float: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 0;
  padding: 80px 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 1200px) {
  .breadcrumb-wrap {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .breadcrumb-wrap {
    padding: 40px 0;
    line-height: 18px;
  }
}
@media (max-width: 991px) {
  .breadcrumb-wrap {
    padding: 20px 0;
  }
}
@media (max-width: 991px) {
  .breadcrumb-wrapper span.title, .breadcrumb-wrapper .h1 {
    margin-bottom: 5px;
  }
}
.breadcrumb-wrap, .breadcrumb a, .breadcrumb-wrap a, .breadcrumb-wrap *, .breadcrumb-wrapper .breadcrumb-wrap span.title, .breadcrumb-wrapper .breadcrumb-wrap .h1, .breadcrumb .breadcrumb__sep:before {
  color: var(--color-text-breadcrumb);
}
/*============================================================================
#Custom Section
==============================================================================*/
/*** Isotop filter****/
.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;
}
/*************/
/**left filter**/
.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  -webkit-transition:opacity 0.5s ease, visibility 0.5s ease;
  -moz-transition:opacity 0.5s ease, visibility 0.5s ease;
  -o-transition:opacity 0.5s ease, visibility 0.5s ease;
  -ms-transition:opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(0,0,0,0.3);
  opacity: 0;
  -moz-opacity: 0; 
  -khtml-opacity: 0; 
  -webkit-opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  -moz-opacity: 1; 
  -khtml-opacity: 1; 
  -webkit-opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay {
  z-index: 8888;
}
.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}
.off-canvas.position-left.is-open {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow:0;
}
.off-canvas.position-left {
  width: 320px;
  transform: translateX(-320px);
  -webkit-transform: translateX(-320px);
  -moz-transform: translateX(-320px);
  -o-transform: translateX(-320px);
  -ms-transform: translateX(-320px);
  overflow-y: initial;
}
@media (max-width: 480px) {
  .off-canvas.position-left {
    width: 280px;
  }
}

.off-canvas .sidebar_close {
    position: relative;
    float: right;
    width: auto;
    cursor: pointer;
}
.off-canvas-wrapper ul {
    float: left;
    width: 100%;
    margin: 0 0 15px;
}
.off-canvas .sidebar_close i {
    font-size: 19px;
    position: absolute;
    right: 8px;
    left: auto;
    top: 8px;
    bottom: auto;
    height: 24px;
    width: 24px;
    line-height: 24px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
}
.off-canvas.is-transition-overlap {
  z-index: 8889;
}
.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 270px;
  transform: translateX(-270px);
  -webkit-transform: translateX(-270px);
  -moz-transform: translateX(-270px);
  -o-transform: translateX(-270px);
}
a.filter-right {
  float: right;
  line-height: 2.1;
  font-size: 15px;
  text-transform: capitalize;
}
a.filter-right i{
  padding-left: 10px;
}
a.filter-left i{
  padding-right: 10px;
}
a.filter-left{
  line-height: 32px;
  font-size: 16px;
  float:left;
  text-transform: capitalize;
}
.full_width.wrap_left_filter .view-mode.filter-grid-list.grid__item, .full_width.wrap_left_filter .sorting_wrapper {
  float: right;
  padding-left: 15px;
}
@media (max-width: 480px) {
  .full_width.wrap_left_filter .view-mode.filter-grid-list.grid__item, .full_width.wrap_left_filter .sorting_wrapper {
    padding-left: 0;
  }
}
.full_width.right_filter.collection-sorting {
  float: left;
  margin-left: 15px;
}
@media (max-width: 480px) {
  .full_width.right_filter.collection-sorting {
    margin-left: 0;
  }
}
.full_width.left_filter.collection-sorting {
  float: right;
}
.full_width .sorting_wrapper .btn.dropdown-toggle, .full_width .sorting_wrapper .dropdown-toggle.btn--secondary, .full_width .sorting_wrapper input.dropdown-toggle[type="submit"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  color: #000000;
  padding: 7px 22px 7px 10px;
}
.sorting_wrapper button > i {
  font-size: 8px;
  left: auto;
  position: absolute;
  right: 8px;
  top: 12px;
}
.off-canvas.position-right.is-open {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
}
.off-canvas.position-right {
  width: 320px;
  transform: translateX(350px);
  -webkit-transform: translateX(350px);
  -moz-transform: translateX(350px);
  -o-transform: translateX(350px);
  -ms-transform: translateX(350px);
  overflow-y: initial;
}
@media (max-width: 480px) {
  .off-canvas.position-right {
    width: 280px;
  }
}
.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 270px;
  transform: translateX(-270px);
  -webkit-transform: translateX(--270px);
  -moz-transform: translateX(-270px);
  -o-transform: translateX(-270px);
  -ms-transform: translateX(-270px);
}
.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #FFF;
  overflow: auto;
}
/******* Product Categories ******/
.ttproduct-categories-wrap {
  float: left;
  width: 100%;
}
/****category block****/
/****************/
.countdownHolder {
  width: 184px;
  margin: 0 auto;
  text-align: center;
  letter-spacing: -3px;
}
.position {
  display: inline-block;
  height: 1.6em;
  overflow: hidden;
  position: relative;
  width: 1.05em;
}
.digit {
  position: absolute;
  display: block;
  width: 1em;
  background-color: #444;
  border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  -khtml-border-radius: 0.2em;
  text-align: center;
  color: #fff;
  letter-spacing: -1px;
}
.digit.static {
  box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.35);
  -webkit-box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.35) one;
  -moz-box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.35);
  -ms-box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.35);
  -o-box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.35);
  background-image: linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
  background-image: -o-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
  background-image: -moz-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
  background-image: -webkit-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
  background-image: -ms-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, #3A3A3A), color-stop(0.5, #444444));
}

/**
* You can use these classes to hide parts
* of the countdown that you don't need.
*/
.countDays{ /* display:none !important;*/ }
.countDiv0{ /* display:none !important;*/ }
.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;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  left:50%;
  margin-left:-3px;
  top:0.5em;
  box-shadow:1px 1px 1px rgba(4, 4, 4, 0.5);	
  -webkit-box-shadow:1px 1px 1px rgba(4, 4, 4, 0.5);
  -moz-box-shadow:1px 1px 1px rgba(4, 4, 4, 0.5);
  -ms-box-shadow:1px 1px 1px rgba(4, 4, 4, 0.5);
  -o-box-shadow:1px 1px 1px rgba(4, 4, 4, 0.5);
  content:'';
}
.countDiv:after{
  top:0.9em;
}
#note{
  color: #666666;
  font-size: 12px;
  margin: 0 auto;
  padding: 4px;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flip-countdown-text {
  margin-top: -7px;
  font-size: 20px;
  color: #24ceff;
}
.flip-countdown {
  width: 100%;
  float: left;
  display:none;
}
.fixed-content .product-single__header .flip-countdown{
  margin:8px auto 15px;  
  position: relative;
}
#shopify-section-sidebar-tag-filters aside.sidebar-tag{
  margin: 0;
  float: left;
  width: 100%;
}
@media screen and (max-width: 991px) {
  #shopify-section-sidebar-tag-filters {
    margin-top: 0; 
  }
  .flip-countdown {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flip-countdown > *:not(:first-child) {
    margin-top: 15px;
  }
}
.flip-countdown .time {
  border-radius: 5px; 
  -moz-border-radius: 5px; 
  -webkit-border-radius:5px ; 
  -khtml-border-radius:5px;
  display: inline-block;
  text-align: center;
  position: relative;
  height: 44px;
  width: 48px;
  margin-right: 5px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.flip-countdown .count {
  background: #000;
  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: #000;
  line-height: 0;
  height: 50%;
  top: 50%;
  transform-origin: 50% 0;
}
.flip-countdown .label {
  font-size: 14px;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  color: #000;
  padding: 0;
  font-weight: 400;
  text-transform: capitalize;
}
.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 .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);
}
.left-txt,.time-txt{
  display: none; 
}
.flip-countdown.simple-countdown .countdown-container > span::after {
  color: #000;
  content: ":";
  font-size: 20px;
  position: absolute;
  right: -10px;
  font-weight: normal;
  top: -2px;
}
@media (max-width: 767px) {
  .flip-countdown.simple-countdown .countdown-container > span::after {
    font-size: 18px;
  }
}

.large--one-fifth .flip-countdown.simple-countdown .countdown-container > span::after{
  right:-8px;
}
.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: #f13340;
}
.flip-countdown.simple-countdown .countdown-container span {
  display: inline-block;
  float: none;
  height: 36px;
  margin: 0 15px 0 0;
  max-width: 2em;
  position: relative;
  text-align: center;
  width: 28px;
  text-align: center;
  line-height: 36px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
@media (max-width: 767px) {
  .flip-countdown.simple-countdown .countdown-container span {
    font-size: 14px;
    max-width: 2em;
    width: 25px;
  }
}
.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:last-child {
  margin: 0;
}
.flip-countdown.simple-countdown .countdown-container {
  background: #fff;
  width: calc(100% - 20px);
  -webkit-width: calc(100% - 20px);
  float: none;
  display: inline-block;
  width: auto;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: 0;
  right: 0;
  text-align: center;
  border: 1px solid #e5e5e5;
  width: 210px;
  padding: 0 0 0 35px;
  margin: 0 auto;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
@media (max-width: 767px) {
  .flip-countdown.simple-countdown .countdown-container {
    width: 190px;
  }
}
.flip-countdown.simple-countdown .countdown-container::after {
  content: "\f150";
  position: absolute;
  font-family: 'Material Design Icons';
  left: 5px;
  right: auto;
  font-size: 22px;
  color: #000;
  top: 0;
  line-height: 36px;
  width: 36px;
  height: 36px;
}
.product-list .flip-countdown.simple-countdown .countdown-container {
  display: none !important;
}
@media (max-width: 767px) {
  .style1 .flip-countdown.simple-countdown .countdown-container {
    top: 40px;
    bottom: auto !important;
  }
  .style1 .product-wrapper:hover .flip-countdown.simple-countdown .countdown-container {
    top: 40px;
  }
  .style3 .flip-countdown.simple-countdown .countdown-container {
    bottom: 15px;
    top: auto;
  }
  .style3 .product-wrapper:hover .flip-countdown.simple-countdown .countdown-container {
    bottom: 15px;
    top: auto;
  }
}
.product-wrapper:hover .flip-countdown.simple-countdown .countdown-container {
  top: -40px;
}
@media (max-width: 767px) {
  .product-wrapper:hover .flip-countdown.simple-countdown .countdown-container {
    top: 20px;
  }
}
.flip-countdown .countdown-container span.time-txt, .flip-countdown .countdown-container span.left-txt {
  display: none;
}
.product-list .product-wrapper:hover .product-description .flip-countdown.simple-countdown .countdown-container {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
}
.product-list .product-wrapper .product-thumb {
  border: 3px solid var(--color-product-border);
  padding: 0;
}
.product-list .product-wrapper .product-description {
  padding: 0 10px 0 20px;
}
/************************************************/
.widget_top_rated_products .top-products-detail {
  padding-left: 10px;
}
.product-detail-section {
  text-align: left;
}
.quick-view .quick-shop-modal-bg {
  background: var(--color-body);
  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%);
}
.quick-view .quick-shop-modal-bg .quickloader .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: spinner 1.5s ease-in-out infinite;
  animation: spinner 1.5s ease-in-out infinite;
}
@keyframes quickloader {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes quickloader {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.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;
  display: none;
}
.quick-view .product-detail-section p.dt-sc-button {
  margin: 20px 0 0px 0;
}
.quick-view form .actions button {
  font-weight: 400;
  text-transform: uppercase;
  float: left;
  padding: 12px;
  padding-left: 44px;
  text-transform: capitalize;
}
.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%;
}
.quick-view .product-detail-section p.dt-sc-button {
  margin: 20px 0 0px 0;
  float: left;
}
.quick-view .product-shop .qnt_wrap .button:hover {
  background: #eeeeee none repeat scroll 0 0;
}
.quick-view .product-shop.summary select {
  width: 100%;
  padding: 12px 10px;
  background-color: #fff;
}
.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;
}
.ajax-success-modal .overlay {
  background: rgba(45, 45, 50, 0.8);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
}
.quick-view .content {
  background: #fff;
  z-index: 99;
  display: block;
  margin: 40px auto;
  position: relative;
  width: 954px;
  padding: 50px 15px 15px;
}
@media (max-width: 1200px) {
  .quick-view .content {
    width: 70%;
  }
}
.ajax-success-modal .overlay {
  z-index: 99;
}
._quick-view-content {
  display: none;
}
#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;
}
/* ajax */
.ajax-success-modal .content, .ajax-error-modal .modal-inner {
  padding: 40px;
  background: #fff;
  bottom: auto;
  left: 0;
  position: fixed;
  right: 0;
  top: 50% !important;
  width: 582px;
  float: left;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  z-index: 999;
}
@media (max-width: 1200px) {
  .ajax-success-modal .content, .ajax-error-modal .modal-inner {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .ajax-success-modal .content, .ajax-error-modal .modal-inner {
    padding: 10px;
  }
}
@media (max-width: 480px) {
  .ajax-success-modal .content, .ajax-error-modal .modal-inner {
    width: 270px;
  }
}
@media (max-width: 767px) {
  .ajax-success-modal .content, .ajax-error-modal .modal-inner {
    width: 450px;
  }
}
@media (max-width: 480px) {
  .ajax-success-modal .content, .ajax-error-modal .modal-inner {
    width: 290px;
  }
}
.ajax-success-modal .ajax-left {
  float: left;
  width: 40%;
  border: 3px solid var(--color-product-border);
}
.ajax-product-image {
  width: auto;
  float: left;
  max-width: 100%;
}
@media (max-width: 480px) {
  .ajax-product-image {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
}
@media (max-width: 480px) {
  .ajax-success-modal .ajax-left {
    width: 80%;
    padding: 0 10px;
    text-align: left;
  }
}
.ajax-product-title {
  margin-bottom: 7px;
  color: #000;
  font-size: 15px;
  margin-top: 5px;
  text-transform: capitalize;
}
@media (max-width: 480px) {
  .ajax-product-title {
    font-size: 14px;
  }
}
.ajax-right .ajax_price {
  font-family: var(--font-stack-header);
  color: var(--color-text);
  font-size: 16px;
  font-weight: 400;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .ajax-right .ajax_price {
    margin-bottom: 5px;
  }
}
.ajax-success-modal .success-message .btn {
  line-height: normal;
  line-height: 20px;
  padding: 9px 15px;
  text-transform: capitalize;
}
.ajax-right {
  float: left;
  width: 60%;
  padding: 0 0 0 15px;
  text-align: left;
}
@media (max-width: 480px) {
  .ajax-right {
    width: 100%;
    padding: 0 10px;
    margin: 20px 0;
  }
}
.ajax-success-modal .added-to-cart.info, .ajax-success-modal .added-to-wishlist.info {
  font-size: 16px;
  text-align: left;
  text-transform: capitalize;
  font-weight: normal;
  margin: 0;
  padding: 0px 0 20px 0px;
}
.ajax-success-modal .content {
  padding: 0;
}
.ajax-success-modal .added-to-cart.info {
  font-weight: 600;
  font-size: 14px;
  background-color: var(--color-btn-secondary);
  color: var(--color-btn-secondary-text);
  text-align: center;
  padding: 10px 25px;
}
.ajax-success-modal .added-to-cart.info i {
  padding-right: 5px;
}
.ajax-success-modal .content-wrap {
  padding: 40px;
  float: left;
  width: 100%;
}
@media (max-width: 767px) {
  .ajax-success-modal .content-wrap {
    padding: 20px 15px;
  }
}
.ajax-success-modal .close-modal .mdi {
  font-size: 20px;
  color: var(--color-btn-secondary-text);
  line-height: 22px;
}
.ajax-success-modal .close-modal .mdi::before {
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.ajax-success-modal .close-modal .mdi:hover::before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.ajax-right .ajax_price .visually-hidden {
  font-size: 14px;
  width: 100%;
  float: left;
  margin: 0 0 10px;
  font-family: var(--font-stack-body), sans-serif;
}
/***/
.grid-view-item .tooltip-label {
  display: none;
}
/*----------- brand logo -------------------*/
.template-index .main-content .shopify-section.brand-logo {
  margin-bottom: 0;
}
.brand-bar .brand-bar__image {
  opacity: 0.6;
  -moz-opacity: 0.6; 
  -khtml-opacity: 0.6; 
  -webkit-opacity: 0.6;
}
.brand-bar .brand-bar__link:hover .brand-bar__image {

  opacity: 1;
  -moz-opacity: 1; 
  -khtml-opacity: 1; 
  -webkit-opacity: 1;
}
.tt-brand_slider.owl-carousel img {
  display: block;
  width: auto;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
  transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
}
.tt-brand_slider:hover .owl-nav{
  display: block; 
}
#brands_list_slider .brand-bar__item {
  padding: 15px;
  float: left;
  width: 100%;
}
/**/
.shop_table.cart_table td,.shop_table.cart_table th{
  padding:15px;
  text-align: center;
}
.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%;
}
.shop_table.cart_table .cart__mini-labels {
  display: none;
}
.shop_table.cart_table .js-qty{
  text-align: center;
  float: none;
  margin: 0 auto;
}
#template-index .site-navigation {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}
.page-header {
  display: none;
}
.breadcrumb__sep {
  position: relative;
  display: inline-block;
  font-size: 0;
}
.success-message.added-to-cart i{
  margin-right: 5px;
  font-size:20px;
  line-height:20px;
}
.qty-box-set .qtyminus, .qty-box-set .qtyplus, .qty-box-set .qtyminus1, .qty-box-set .qtyplus1 {
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  float: none;
  display: inline-block;
  vertical-align: top;
  width: 30px;
  transition: all 500ms ease-in-out 0s;
  -webkit-transition: all 500ms ease-in-out 0s;
  -moz-transition: all 500ms ease-in-out 0s;
  -o-transition: all 500ms ease-in-out 0s;
  -ms-transition: all 500ms ease-in-out 0s;
  background: #fff;
  cursor: pointer;
}
.qty-box-set .quantity, .qty-box-set .quantity1 {
  border: none;
  width: 90px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  float: left;
  cursor: pointer;
  text-align: center;
  margin: 0;
}
table.shop_table.cart_table tfoot {
  display: none;
}
@media only screen and (max-width: 480px) {
  .qty-box-set .quantity, .qty-box-set .quantity1 {
    height: 35px;
    line-height: 35px;
  }
  .qty-box-set .qtyminus, .qty-box-set .qtyplus, .qty-box-set .qtyminus1, .qty-box-set .qtyplus1 {
    height: 35px;
    line-height: 35px;
  }
}
.qty-box-set .qtyminus:hover, .qty-box-set .qtyplus:hover, .qty-box-set .qtyminus1:hover, .qty-box-set .qtyplus1:hover {
  background: #e5e5e5;
}
.qty-box-set .qtyminus > i, .qty-box-set .qtyplus > i, .qty-box-set .qtyminus1 > i, .qty-box-set .qtyplus1 > i {
  color: #333;
  font-size:12px;
}
.qty-box-set .qtyplus, .qty-box-set .qtyplus1 {
  left: auto;
  right: 0;
}
.qty-box-set .qtyminus, .qty-box-set .qtyminus1 {
  left: 0;
  right: auto;
  border-right: none;
}
.qty-box-set .quantity, .qty-box-set .quantity1 {
  -webkit-appearance: textfield !important;
  appearance: textfield !important;
  -moz-appearance: textfield;
}
.cart-qty-box-set {
   float: left;
  width: 100%;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  border: 1px solid var(--color-border);
    }
.quantity__button {
  width: 35px;
  height: 35px;
  border: 0;
  cursor: pointer;
  padding: 0;
  float: left;
}
.quantity__button .icon.icon-minus {
  width: 10px;
  pointer-events: none;
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.quantity__button .icon.icon-plus {
  width: 10px;
  pointer-events: none;
}
.cart-qty-box-set [type=number]::-webkit-inner-spin-button, .cart-qty-box-set [type=number]::-webkit-outer-spin-button {
  -webkit-appearance: auto;
}
/* Adds a box around the numeric value in Safari and Chrome */
.qty-box-set input[type=number]::-webkit-textfield-decoration-container {
  background: #efefef;
  -webkit-appearance: none;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none;
  margin: 0; /* Removes leftover margin */
}
.qty-box-setinput [type=number]::-webkit-inner-spin-button, 
.qty-box-set  input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.qty-box-set {
  float: left;
  width: auto;
  border: 1px solid #e5e5e5;
  margin-right: 15px;
    position: relative;
    overflow: hidden;
}
.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;
}
.qty-section.quantity-box .actions.hidden-md.hidden-xs.hidden-sm {
  display: none;
}
#slidedown-cart .product-details .product-name > a{
  margin: 5px 0!important;
}
@media (max-width: 1200px) {
  .TTProduct-Tab-container .tab-inner.tab-content.tab-container .owl-carousel .owl-stage-outer,#newproduct_products_slider .owl-carousel .owl-stage-outer{
    margin: 0;
  }
  .has_bg  .TTProduct-Tab-container .tab-inner.tab-content.tab-container .owl-carousel .owl-stage-outer,.has_bg #newproduct_products_slider .owl-carousel .owl-stage-outer{
    margin: 0;
  }
  .has_bg .TTProduct-Tab-container .tab-inner.tab-content.tab-container,.has_bg #newproduct_products_slider {
    padding: 0;
    margin: 0;
    @media (max-width: 992px) {
      padding:0;
    }
  }  	
}
@media (max-width: 768px) {
  .has_bg .TTProduct-Tab-container .tab-inner.tab-content.tab-container,.has_bg #newproduct_products_slider{
    padding:0;
  }
}
/*============================================================================
#Site Footer
==============================================================================*/
.template-index .site-footer {
  margin:0;
}
.site-footer a:hover,.site-footer  .h1,.site-footer .h2,.site-footer .h3,.site-footer .h4,.site-footer  .h5,
.site-footer .h6,.site-footer  h1,.site-footer  h2,.site-footer  h3,.site-footer  h4,.site-footer  h5,.site-footer  h6{
  color: var(--colorFooterTitle);
}
.footer-column .contact-us li.email:hover, .footer-column .contact-us li.email:hover .email-address a{
  color: var(--colorFooterTitle);
}
.site-footer {
  padding: 0;
  color: var(--colorFooterContent);
  float: left;
  width: 100%;
  margin: 30px 0 0;
}
@media (max-width: 991px) {
  .site-footer {
    margin: 0;
  }
}

.footer-wrap .follow-us-outer li a > span {
  font-size: 20px;
}
h5.widget-title {
  text-transform: capitalize;
  font:400 20px/24px var(--font-stack-header);
}
footer .footer-column h5 {
  cursor: pointer;
  font: 600 20px/22px var(--font-stack-header);
  margin: 0 0 25px;
  position: relative;
  text-transform: uppercase;
  float: left;
  width: 100%;
}
@media (max-width: 991px) {
  footer .footer-column h5 {
    margin: 0;
    font-size: 16px;
  }
}
.ttinput_newsletter button i.mdi {
  display: none;
}
@media (max-width: 480px) {
  .ttinput_newsletter button i.mdi {
    display: block;
  }
}
/*------------------ footer-style-1 --------------*/
#shopify-section-footer-model-1 .block_newsletter .block_content .input-group.newsletter-input {
  border: medium none;
  border-bottom: 1px solid #636363;
}
#shopify-section-footer-model-1 .tt-content {
  margin: 7px 0;
}
div#shopify-section-footer-model-1 .Newsletter-wrapper {
  padding: 75px 0;
}
.template-index #shopify-section-footer-model-1 {
  margin: 0;
}
#shopify-section-footer-model-1 {
  float: left;
  width: 100%;
}
#shopify-section-footer-model-1 .site-footer .footer-wrap {
  float: left;
  width: 100%;
  padding: 70px 0 0;
  background-color: var(--colorFooterbg);
}
@media (max-width: 1280px) {
  #shopify-section-footer-model-1 .site-footer .footer-wrap {
    padding: 50px 15px 0;
  }
}
@media (max-width: 991px) {
  #shopify-section-footer-model-1 .site-footer .footer-wrap {
    padding: 30px 0 0;
  }
}
@media (max-width: 480px) {
  #shopify-section-footer-model-1 .site-footer .footer-wrap {
    padding: 20px 0 0;
  }
}
#shopify-section-footer-model-1 .social-icons li a {
  height: 30px;
  width: 30px;
  line-height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}
#shopify-section-footer-model-1 .text-center.copyright {
  float: left;
  width: auto;
  padding: 5px 0;
}
#shopify-section-footer-model-1 .footer-column ul {
  margin: 0;
}
#shopify-section-footer-model-1 .footer-bottom-wrap .footer-bottom {
  border-top: 1px solid var(--colorFooterBorder);
}
#shopify-section-footer-model-1 .contact-us .contact-address {
  padding: 0 0 0 8px;
  float: none;
  width: auto;
  display: inline-block;
  vertical-align: top;
}
#shopify-section-footer-model-1 .follow-us-outer.text-center {
  padding: 60px 0 10px;
  float: left;
  width: 100%;
}
@media (max-width: 991px) {
  #shopify-section-footer-model-1 .follow-us-outer.text-center {
    padding: 15px 0 10px;
  }
}
#shopify-section-footer-model-1 .footer-bottom-wrap .footer-bottom .text-center.copyright small {
  line-height: 20px;
}
#shopify-section-footer-model-1 .footer-column ul li {
  text-align: center;
  margin: 0 0 8px;
}
@media (max-width: 991px) {
  #shopify-section-footer-model-1 .footer-column ul li {
    text-align: left;
  }
}
#shopify-section-footer-model-1 .text-left.grid {
  text-align: center !important;
  float: left;
  width: 100%;
}
#shopify-section-footer-model-1 .footer-desc {
  float: left;
  width: 100%;
  margin: 25px 0;
  padding: 0;
  display: block !important;
}
#shopify-section-footer-model-1 .contact-us .contact-detail .address i {
  line-height: 24px;
  display: inline-block;
  float: none;
  vertical-align: top;
  position: static;
}
#shopify-section-footer-model-1 .footer-section .footer-cms.footer-column {
  float: right;
  text-align: center;
}
@media (max-width: 991px) {
  #shopify-section-footer-model-1 .footer-section {
    float: left;
    width: 100%;
    padding: 0;
  }
  #shopify-section-footer-model-1 .footer-column .widget-title {
    text-align: left;
  }
}
#shopify-section-footer-model-1 .footer-top .block_newsletter .tt-desc {
  font: 400 14px/18px var(--font-stack-body), sans-serif;
  float: left;
  width: 100%;
}
#shopify-section-footer-model-1 .footer-top .block_newsletter .ttinput_newsletter {
  padding: 18px 0;
}
@media (max-width: 480px) {
  #shopify-section-footer-model-1 .footer-top .block_newsletter .ttinput_newsletter {
    padding: 0;
  }
}
#shopify-section-footer-model-1 .footer-top .block_newsletter {
  padding: 30px 0;
  float: left;
  width: 100%;
}
@media (max-width: 480px) {
  #shopify-section-footer-model-1 .footer-top .block_newsletter {
    padding: 30px 15px;
  }
}
#shopify-section-footer-model-1 .footer-top .block_newsletter .ttinput_newsletter input#Email {
  background: none;
}
#shopify-section-footer-model-1 .block_newsletter .tt-content .news-title {
  font: 600 32px/40px var(--font-stack-body), sans-serif;
  padding-left: 55px;
  margin: 0 0 10px;
}
@media (max-width: 480px) {
  #shopify-section-footer-model-1 .block_newsletter .tt-content .news-title {
    padding: 55px 0 0 0;
    font-size: 20px;
    line-height: 30px;
  }
}
#shopify-section-footer-model-1 .footer-top .block_newsletter .ttinput_newsletter form#contact_form {
  margin: 0;
}
/*-------------- footer-style-2 -------------*/
.main-content .shopify-section#shopify-section-footer-model-2 {
  margin-bottom: 0;
}
#shopify-section-footer-model-2 .block_newsletter .ttinput_newsletter form, #shopify-section-footer-model-3 .block_newsletter .ttinput_newsletter form {
  margin: 0;
}
#shopify-section-footer-model-3 .block_newsletter .ttinput_newsletter form input#Email {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
}
#shopify-section-footer-model-2 .footer-top .block_newsletter .tt-desc, #shopify-section-footer-model-3 .footer-top .block_newsletter .tt-desc {
  display: inline-block;
  font: 300 14px/18px var(--font-stack-body), sans-serif;
  float: left;
  width: 100%;
}
#shopify-section-footer-model-3 .footer-top .block_newsletter .ttinput_newsletter {
  padding: 20px 0;
}
@media (max-width: 480px) {
  #shopify-section-footer-model-3 .footer-top .block_newsletter .ttinput_newsletter {
    padding: 10px 0;
  }
}
#shopify-section-footer-model-2 .site-footer .input-group.newsletter-input {
  border: none;
  padding-bottom: 0;
  background: #fff;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
}
#shopify-section-footer-model-2 .footer-top .block_newsletter, #shopify-section-footer-model-3 .footer-top .block_newsletter {
  padding: 40px 0;
  float: left;
  width: 100%;
}
@media (max-width: 991px) {
  #shopify-section-footer-model-2 .footer-top .block_newsletter, #shopify-section-footer-model-3 .footer-top .block_newsletter {
    padding: 30px 0px;
  }
}
@media (max-width: 480px) {
  #shopify-section-footer-model-2 .footer-top .block_newsletter, #shopify-section-footer-model-3 .footer-top .block_newsletter {
    padding: 20px 0px;
  }
}
#shopify-section-footer-model-2 .site-footer .footer-container {
  float: left;
  width: 100%;
}
#shopify-section-footer-model-2 .follow-us-outer.text-center {
  padding: 20px 0 15px;
  float: left;
  width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  #shopify-section-footer-model-2 .follow-us-outer.text-center {
    padding: 10px 0;
  }
}
#shopify-section-footer-model-2 .footer-bottom .follow-us-outer.text-center {
  padding: 5px 0 5px;
}
#shopify-section-footer-model-2 .block_newsletter .tt-content .news-title, #shopify-section-footer-model-3 .block_newsletter .tt-content .news-title {
  font: 400 28px/42px var(--font-stack-header);
  padding-left: 55px;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 480px) {
  #shopify-section-footer-model-2 .block_newsletter .tt-content .news-title, #shopify-section-footer-model-3 .block_newsletter .tt-content .news-title {
    padding: 45px 0 0 0;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 480px) {
  #shopify-section-footer-model-2 .block_newsletter .tt-content .news-title, #shopify-section-footer-model-3 .block_newsletter .tt-content .news-title {
    margin: 0;
    font-size: 18px;
    line-height: 26px;
  }
}
#shopify-section-footer-model-2 .follow-us-outer.text-center::before {
  content: "";
  position: absolute;
  background: var(--colorFooterBorder);
  height: 1px;
  width: 100%;
  left: auto;
  right: 0;
  top: 10px;
  bottom: 0;
  margin: auto;
}
#shopify-section-footer-model-2 .follow-us-outer.text-center .social-icons {
  position: relative;
  float: none;
  width: auto;
  display: inline-block;
  vertical-align: top;
  margin: 0 auto;
  background: var(--colorFooterbg);
  z-index: 1;
}
#shopify-section-footer-model-2 .contact-us > ul li i {
  float: none;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  vertical-align: top;
  display: inline-block;
}
#shopify-section-footer-model-2 .site-footer .footer-wrap {
  padding: 75px 0 0;
  background: var(--colorFooterbg);
}
@media (max-width: 991px) {
  #shopify-section-footer-model-2 .site-footer .footer-wrap {
    padding: 30px 0 0;
  }
}
#shopify-section-footer-model-2 .site-footer .footer-wrap .text-left.grid {
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  #shopify-section-footer-model-2 .site-footer .footer-wrap .text-left.grid {
    margin: 0 0 10px;
  }
}
#shopify-section-footer-model-2 .footer-bottom-wrap .footer-bottom {
  padding: 0;
  text-align: center;
}
#shopify-section-footer-model-2 .footer-bottom-wrap .footer-bottom .copyright {
  float: left;
  width: 100%;
}
@media (max-width: 991px) {
  #shopify-section-footer-model-2 .footer-bottom-wrap .footer-bottom .copyright {
    float: none;
  }
}
#shopify-section-footer-model-2 .footer-bottom .follow-us-outer.text-center {
  padding: 20px 0 0;
}
#shopify-section-footer-model-2 .footer-bottom-wrap .footer-bottom .site-footer__payment-icons {
  float: left;
  width: 100%;
  padding: 10px 0 20px;
}
#shopify-section-footer-model-2 .social-icons li a {
  display: inline-block;
  height: 36px;
  line-height: 35px;
  padding: 2px;
  width: 36px;
  margin: 0;
}
#shopify-section-footer-model-2 .footer-wrap .footer-cms .footer-desc {
  float: left;
  font-size: 14px;
  line-height: 22px;
  margin: 20px 0 0;
  width: 100%;
  font-family: var(--font-stack-body), sans-serif;
}
@media (max-width: 991px) {
  #shopify-section-footer-model-2 .footer-wrap .footer-cms .footer-desc {
    display:block !important;
    padding:0;
  }
}
@media (max-width: 480px) {
  #shopify-section-footer-model-2 .footer-wrap .footer-cms .footer-desc {
    width: 100%;
  }
}
.site-footer input#Email::-webkit-input-placeholder {
  color: #000;
}
#shopify-section-footer-model-2 .site-footer a {
  font: 400 14px/24px var(--font-stack-body), sans-serif;
}
#shopify-section-footer-model-2 .site-footer .footer-column ul li > a:before {
  content: "\f142";
  font-family: "Material Design Icons";
  float: left;
  padding: 0 5px 0 0;
}
#shopify-section-footer-model-2 .contact-us .contact-address, #shopify-section-footer-model-2 .contact-us .phone {
  font: 400 14px/28px var(--font-stack-body), sans-serif;
}
@media (max-width: 1199px) {
  #shopify-section-footer-model-2 .contact-us .contact-address, #shopify-section-footer-model-2 .contact-us .phone {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  #shopify-section-footer-model-2 .footer-cms.footer-column {
    text-align: center !important;
    margin: 0 0 20px;
  }
}
/*------- footer-style-3 ---------*/
#shopify-section-footer-model-3 #GotoTop {
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0 !important;
  bottom: auto;
  position: absolute;
  border-color: #fff;
  height: 55px;
  width: 55px;
  line-height: 45px;
  z-index: 1;
  border-width: 4px;
}
#shopify-section-footer-model-3 .site-footer::after {
  content: "";
  position: absolute;
  top: -1px;
  height: 40px;
  left: 0;
  right: 0;
  width: 335px;
  margin: 0 auto;
}
@media (max-width: 360px) {
  #shopify-section-footer-model-3 .site-footer::after {
    width: 312px;
  }
}
#shopify-section-footer-model-3 .block_newsletter .block_content .input-group.newsletter-input {
  border: medium none;
}
div#shopify-section-footer-model-3 .Newsletter-wrapper {
  padding: 75px 0;
}
.template-index #shopify-section-footer-model-3 {
  margin-bottom: 0;
  position: relative;
}
#shopify-section-footer-model-3 {
  margin-top: 30px;
  float: left;
  width: 100%;
  position: relative;
}
#shopify-section-footer-model-3 .site-footer .footer-wrap {
  float: left;
  width: 100%;
}
#shopify-section-footer-model-3 .social-icons li a {
  height: 25px;
  width: 25px;
  line-height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}
#shopify-section-footer-model-3 .text-center.copyright {
  float: none;
  width: auto;
  display: inline-block;
  vertical-align: top;
  margin: 5px 0;
}
@media (max-width: 991px) {
  #shopify-section-footer-model-3 .text-center.copyright {
    float: none;
  }
}
#shopify-section-footer-model-3 .follow-us-outer.text-center {
  float: left;
  width: auto;
}
@media (max-width: 991px) {
  #shopify-section-footer-model-3 .follow-us-outer.text-center {
    width: 100%;
  }
}
#shopify-section-footer-model-3 .footer-column ul li {
  text-align: left;
  margin: 0 0 10px 0;
}
#shopify-section-footer-model-3 .footer-bottom-wrap .footer-bottom {
  border-top: 1px solid var(--colorFooterBorder);
}
#shopify-section-footer-model-3 .text-left.grid {
  text-align: left !important;
  float: left;
  width: 100%;
  padding: 70px 0;
}
@media (max-width: 991px) {
  #shopify-section-footer-model-3 .text-left.grid {
    padding: 25px 0;
  }
}
#shopify-section-footer-model-3 .footer-desc {
  float: left;
  width: 100%;
  padding: 0 0 20px 0;
  text-align: left;
}
@media (max-width: 991px) {
  #shopify-section-footer-model-3 .footer-desc {
    padding: 0 0 10px 0;
  }
}
#shopify-section-footer-model-3 .footer-column ul {
  margin: 0;
}
@media (max-width: 991px) {
  #shopify-section-footer-model-3 .footer-column ul {
    margin: 10px 0 0 !important;
  }
}
#shopify-section-footer-model-3 .footer-section .footer-cms.footer-column {
  float: right;
}
#shopify-section-footer-model-3 .widget-title {
  font: 500 18px/20px var(--font-stack-header);
  margin: 0 0 20px 0;
  float: left;
  width: 100%;
}
@media (max-width: 991px) {
  #shopify-section-footer-model-3 .widget-title {
    margin: 0;
  }
}
#shopify-section-footer-model-3 .block_newsletter .widget-title {
  padding-left: 35px;
  position: relative;
}
#shopify-section-footer-model-3 .block_newsletter .ttinput_newsletter form .subscribe {
  display: block;
}
#shopify-section-footer-model-3 .block_newsletter .ttinput_newsletter .icon.icon-chevron-right {
  display: block;
}
#shopify-section-footer-model-3 .block_newsletter .widget-title::before {
  content: "\f1f0";
  font-family: "Material Design Icons";
  height: 26px;
  left: 0;
  position: absolute;
  top: 0;
  width: 26px;
  text-align: center;
  font-size: 26px;
  line-height: 26px;
  font-weight: 400;
  bottom: 0;
  margin: auto;
}
@media (max-width: 991px) {
  #shopify-section-footer-model-3 .footer-section {
    float: left;
    width: 100%;
    padding: 0;
  }
  #shopify-section-footer-model-3 .widget-title {
    text-align: left;
    padding: 10px;
    font-size: 16px;
    width: 100%;
  }
  #shopify-section-footer-model-3 .block_newsletter .widget-title {
    text-align: center;
    margin: 10px 0 0;
    width: auto;
    display: inline-block;
    float: none;
  }
  #shopify-section-footer-model-3 .block_newsletter .newsletter-bottom-cotent .footer-desc {
    text-align: center;
  }
  #shopify-section-footer-model-3 .block_newsletter .newsletter-bottom-cotent {
    text-align: center;
    margin-top: 10px;
  }
  #shopify-section-footer-model-3 .footer-section .footer-cms.footer-column .newsletter-bottom-cotent {
    padding: 0 15px;
    display: block !important;
  }
  #shopify-section-footer-model-3 .block_newsletter .newsletter-bottom-cotent .errors {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    padding: 5px 15px;
  }
}
/*----------------------------------------------------------*/
#GotoTop {
  background: var(--color-btn-secondary);
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  bottom: 40px;
  cursor: pointer;
  height: 40px;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  padding: 7px;
  position: fixed;
  right: 40px;
  text-align: center;
  width: 40px;
  line-height: 1.5;
  z-index: 9;
  color: var(--color-btn-primary-text);
  display: none;
  top: auto !important;
  font-size: 12px;
  color: var(--color-btn-secondary-text) !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 (max-width: 767px) {
  #GotoTop {
    right: 20px;
    bottom: 40px;
  }
}
#GotoTop:hover {
  background: var(--color-btn-primary);
  border: 2px solid #fff;
  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.mdi-chevron-up {
  font-size: 22px;
  line-height: 22px;
}
#shopify-section-footer-model-3 .site-footer {
  margin: 0;
  background-color: var(--colorFooterbg);
  padding: 55px 0 0;
}
.footer-bottom-wrap {
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
  background-color: var(--colorFooterBottombg);
}
.footer-bottom-wrap .footer-bottom {
  padding: 12px 0;
  float: left;
  width: 100%;
  text-align: center;
}
.text-center.copyright small {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  width: auto;
  float: none;
  display: inline-block;
  vertical-align: top;
}
#shopify-section-footer-model-3 .text-center.copyright small {
  line-height: 22px;
}
.footer-bottom-wrap .site-footer__payment-icons {
  float: right;
  width: auto;
}
@media (max-width: 991px) {
  .footer-bottom-wrap .site-footer__payment-icons {
    float: none;
  }
}
@media (max-width: 767px) {
  .footer-bottom-wrap .site-footer__payment-icons {
    width: 100%;
  }
}
.footer-column ul li {
  display: inline-block;
  float: left;
  width: 100%;
  text-align: left;
  line-height: 16px;
  text-transform: capitalize;
  position: relative;
  margin: 0 0 5px;
}
.footer-column ul li:first-child {
  margin: 0 0 5px;
}
#shopify-section-footer-model-3 ul.inline-list.social-icons li {
  width: auto;
}
.footer-column ul.nav-secondary li a {
  position: relative;
  margin: 0;
}
.contact-us .phone {
  color: var(--colorFooterContent);
  font: 400 14px/22px var(--font-stack-body), sans-serif;
  padding: 0 0 0 5px;
}
.footer-column .email-address {
  padding: 0 0 0 10px;
  text-transform: initial;
}
.footer-column ul .contact-address p {
  margin: 0;
}
.footer-column .contact-us li {
  margin: 0 0 5px;
}
.contact-us .contact-address {
  font: 400 14px/22px var(--font-stack-body), sans-serif;
  float: left;
  width: 100%;
  padding: 0 0 0 26px;
}
.contact-us .contact-detail .address i {
  position: absolute;
  left: 0;
}
.footer-column > ul {
  margin: 0 !important;
  width: 100%;
}
@media (max-width: 1025px) {
  .site-footer small {
    display: block;
  }
}
.site-footer a {
  color: var(--colorFooterContent);
}
.site-footer hr {
  border-color: var(--color-border);
}
.site-footer input[type="text"], .site-footer input[type="search"], .site-footer input[type="password"], .site-footer input[type="email"], .site-footer input[type="file"], .site-footer input[type="number"], .site-footer input[type="tel"], .site-footer textarea, .site-footer select {
  border-color: var(--color-border);
  color: var(--colorFooterContent);
}
.site-footer .input-group {
  border-color: var(--color-border);
}
.site-footer .input-group .icon {
  color: var(--colorFooterContent);
}
.site-footer .onboarding-header {
  margin-bottom: 15px;
}
.site-footer .rte h1, .site-footer .rte h2, .site-footer .rte h3, .site-footer .rte h4, .site-footer .rte h5, .site-footer .rte h6 {
  text-align: left;
}
@media (max-width: 1025px) {
  .site-footer .rte h1, .site-footer .rte h2, .site-footer .rte h3, .site-footer .rte h4, .site-footer .rte h5, .site-footer .rte h6 {
    text-align: center;
  }
}
@media (max-width: 1025px) {
  .site-footer .rte ul, .site-footer .rte ol {
    margin-left: 0;
    list-style-position: inside;
  }
}
.block_newsletter .form-vertical .errors {
  margin: 5px 0 0;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  padding: 10px 15px;
}
.block_newsletter .errors li {
  font-weight: 400;
}
.modal-newsletter .checkbox-group input[type="checkbox"] + label {
  font-size: 14px;
}
.modal-newsletter .desc {
  font-size: 14px;
  padding: 28px 28px 18px 28px;
}
@media (max-width: 767px) {
  .modal-newsletter .desc {
    padding: 10px 8px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .site-footer .footer-column {
    width: 100%;
    float: left;
  }
  .site-footer .footer-column .contact-us {
    margin: 0;
  }
  .site-footer .footer-column h5 {
    margin: 0;
    padding: 10px 10px;
    font-size: 18px;
    line-height: 20px;
    width: 100%;
  }
  .site-footer .footer-column h5.toggle:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  .site-footer .footer-column {
    margin: 0;
  }
  .site-footer .footer-column h5.toggle, .sidebar h4.toggle {
    cursor: pointer;
  }
  .site-footer .footer-column h5.toggle:after, .sidebar h4.toggle::after, .sidebar-block .widget h4.toggle::after {
    font-family: 'Material Design Icons';
    content: '\f140';
    font-size: 18px;
    font-weight: 500;
    float: right;
  }
  .site-footer .footer-column.active h5.toggle:after, .sidebar .widget.active h4.toggle::after, .sidebar-block .widget.active h4.toggle::after, .site-footer .tt-desc.active h5.toggle:after {
    font-family: 'Material Design Icons';
    content: '\f143';
    font-size: 18px;
    font-weight: 500;
    float: right;
  }
  .footer-column > *:nth-child(2) {
    padding: 0 20px;
    margin-top: 15px;
    float: left;
  }
  .sidebar .widget > *:nth-child(2) {
    padding: 0;
    margin-top: 15px;
  }
  .site-footer small {
    padding-top: 0;
  }
  .widget > h4.toggle {
    margin: 0;
  }
  .widget {
    padding: 15px;
    border: 1px solid var(--color-border);
    margin: 0;
    float: left;
    width: 100%;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .sidebar .widget > *:nth-child(2) {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .site-footer .footer-column h5, .site-footer .footer-column .h5 {
    font-size: 14px;
  }
}

/*contact form*/
.contact-form .btn {
  background: var(--color-btn-primary);
  color: var(--color-btn-primary-text);
  padding: 10px 25px;
}
.contac-us-page .address-container .content {
  font-size: 16px;
}
.contact-form .btn:hover, .contact-form .btn:active, .contact-form .btn:focus {
  background: var(--color-btn-secondary);
  color: var(--color-btn-secondary-text);
}
.address-container .address-text {
  width: 33.333%;
  padding: 0 15px;
  display: inline-block;
  float: left;
  text-align: center;
}
@media (max-width: 767px) {
  .address-container .address-text {
    width: 100%;
    margin: 0 0 15px;
  }
}
.address-container .address-text .icon {
  font-size: 30px;
  height: 90px;
  width: 90px;
  text-align: center;
  margin: 0 auto;
  box-shadow: 0 0 0 3px #3a3a3a;
  -webkit-box-shadow: 0 0 0 3px #3a3a3a;
  -moz-box-shadow: 0 0 0 3px #3a3a3a;
  -ms-box-shadow: 0 0 0 3px #3a3a3a;
  -o-box-shadow: 0 0 0 3px #3a3a3a;
  transition: color 0.3s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 35px;
  color: #444;
  z-index: 1;
  position: relative;
}
.address-container .address-text .icon::after {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  content: '';
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  background-color: var(--color-btn-secondary);
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  box-sizing: content-box;
  transition: transform 0.2s, opacity 0.3s;
}
.address-container .address-text:hover .icon {
  color: var(--color-btn-secondary-text);
  box-shadow: 0 0 0 3px var(--color-btn-secondary);
}
.address-container .address-text:hover .icon::after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}
.contact-us-page {
  margin: 20px 0;
}
.contact-us-page .icon i.mdi {
  font-size: 36px;
  line-height: 90px;
}
.address-container.right-to-left {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .address-container.right-to-left {
    margin: 0;
  }
}
.contact-us-page .address-container .small-title {
  color: var(--color-text);
  margin: 0 0 40px;
}
@media (max-width: 480px) {
  .contact-us-page .address-container .small-title {
    margin: 0 0 20px;
    font-size: 22px;
  }
}
.quickview-template .content, .quick-view .overlay {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
}
.quickview-template .content, .quick-view .overlay {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
}
/*============================================================================
 #Index sections
 ==============================================================================*/
.index-section--flush + .index-section--flush {
  margin-top: -70px;
}
@media (min-width: 1024px) {
  .index-section--flush + .index-section--flush {
    margin-top: -110px;
  }
}
.index-section--flush:first-child {
  margin-top: -35px;
}
@media (min-width: 1024px) {
  .index-section--flush:first-child {
    margin-top: -55px;
  }
}
.index-section--flush:last-child {
  margin-bottom: -35px;
}
@media (min-width: 1024px) {
  .index-section--flush:last-child {
    margin-bottom: -55px;
  }
}
@media only screen and (max-width: 1024px) {
  .index-section--featured-product:first-child {
    margin-top: -12px;
  }
}

/*============================================================================
#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);
}
.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 {
  position: absolute;
  top: 0;
  left: 0;
}
/*============================================================================
#Product Grid and List Views
==============================================================================*/
.TTProduct-Tab-container .TTProduct-Tab {
  float: left;
  text-align: center;
  width: 100%;
  position: relative;
}
.TTProduct-Tab-container .TTProduct-Tab .customNavigation a, .slider-newproduct-wrap .customNavigation a {
  top: 0;
}
.TTProduct-Tab-container .TTProduct-Tab .customNavigation a.prev, .slider-newproduct-wrap .customNavigation a.prev {
  left: -100px;
}
@media (max-width: 1650px) {
  .TTProduct-Tab-container .TTProduct-Tab .customNavigation a.prev, .slider-newproduct-wrap .customNavigation a.prev {
    left: -15px;
  }
}
@media (max-width: 991px) {
  .TTProduct-Tab-container .TTProduct-Tab .customNavigation a.prev, .slider-newproduct-wrap .customNavigation a.prev {
    left: -5px;
  }
}
.TTProduct-Tab .owl-carousel .owl-item.active, .special-product .owl-item.active, .product-grid.related-products .owl-item.active {
  animation: zoomIn 500ms ease;
}
.TTProduct-Tab-container .TTProduct-Tab .customNavigation a.next, .slider-newproduct-wrap .customNavigation a.next {
  right: -100px;
}
@media (max-width: 1650px) {
  .TTProduct-Tab-container .TTProduct-Tab .customNavigation a.next, .slider-newproduct-wrap .customNavigation a.next {
    right: -15px;
  }
}
@media (max-width: 991px) {
  .TTProduct-Tab-container .TTProduct-Tab .customNavigation a.next, .slider-newproduct-wrap .customNavigation a.next {
    right: -5px;
  }
}
.TTProduct-Tab-container .nav.nav-tabs {
  border: medium none;
  display: inline-block;
  float: none;
  vertical-align: top;
  width: auto;
  margin: 0 0 30px;
  position: relative;
}
.TTProduct-Tab .owl-nav {
  display: none;
}
.TTProduct-Tab .product_col3 .owl-carousel .owl-item {
  width: 33.33%;
}
@media (max-width: 767px) {
  .TTProduct-Tab .product_col3 .owl-carousel .owl-item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .TTProduct-Tab .product_col3 .owl-carousel .owl-item {
    width: 100%;
  }
}
.TTProduct-Tab .product_col5 .owl-carousel .owl-item {
  width: 20%;
}
@media (max-width: 1200px) {
  .TTProduct-Tab .product_col5 .owl-carousel .owl-item {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .TTProduct-Tab .product_col5 .owl-carousel .owl-item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .TTProduct-Tab .product_col5 .owl-carousel .owl-item {
    width: 100%;
  }
}
.TTProduct-Tab .product_col4 .owl-carousel .owl-item {
  width: 25%;
}
@media (max-width: 1200px) {
  .TTProduct-Tab .product_col4 .owl-carousel .owl-item {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .TTProduct-Tab .product_col4 .owl-carousel .owl-item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .TTProduct-Tab .product_col4 .owl-carousel .owl-item {
    width: 100%;
  }
}
.product-cat-item {
  float: left;
  position: relative;
  margin-bottom: 25px;
}
.product-layouts {
  display: inline-block;
  float: left;
  width: 100%;
}
.product-wrapper {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  float: left;
  width: 100%;
  overflow: hidden;
  border: 3px solid var(--color-product-border);
  animation: zoomIn 500ms ease;
}
@media (max-width: 767px) {
  .product-wrapper {
    margin-bottom: 20px;
  }
}
.product-list .product-wrapper {
  text-align: left;
  border: none;
}
.product-list .product-wrapper .btn_wrapper {
  float: left;
  width: 100%;
}
.product-list .product-wrapper .product-description-wrap {
  float: left;
  width: 100%;
}
.grid-view-item .visually-hidden {
  display: none;
}
.tab-pane .product-layouts.grid-view-item .product-wrapper .product-thumb, .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 {
  float: left;
  width: 100%;
  padding: 0;
  position: relative;
}
@media (max-width: 767px) {
  .tab-pane .product-layouts.grid-view-item .product-wrapper .product-thumb, .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 {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: auto;
  }
}
.product-layouts .product-wrapper .product-thumb a.grid-view-item__link {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.product-wrapper .product-thumb .left_img, .product-wrapper .product-thumb .right_img {
  text-align: center;
  overflow: hidden;
  position: relative;
  margin: 0 auto !important;
}
.product-layouts .view-image {
  overflow: hidden;
  padding: 0;
  position: relative;
}
@media (max-width: 767px) {
  .product-layouts .view-image {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: auto;
  }
}
.product-thumb .fade_img img.image_thumb_swap {
  left: 0;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transition: all 700ms ease-in-out 0s;
  -webkit-transition: all 700ms ease-in-out 0s;
  -moz-transition: all 700ms ease-in-out 0s;
  -o-transition: all 700ms ease-in-out 0s;
  -ms-transition: all 700ms ease-in-out 0s;
  margin: auto;
  bottom: 0;
}
.product-thumb .fade_img img.image_thumb {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transition: all 500ms ease-in-out 0s;
  -webkit-transition: all 500ms ease-in-out 0s;
  -moz-transition: all 500ms ease-in-out 0s;
  -o-transition: all 500ms ease-in-out 0s;
  -ms-transition: all 500ms ease-in-out 0s;
}
.product-thumb img {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.product-list .add_cart {
  display: inline-block;
  padding: 16px 16px 16px 10px;
}
.product-thumb .btn_wrapper {
  bottom: 5px;
  left: 20px;
  margin: 0 auto;
  position: absolute;
  right: 20px;
  text-align: center;
  top: auto;
  width: auto;
  z-index: 1;
}
@media (max-width: 767px) {
  .product-thumb .btn_wrapper {
    bottom: 5px;
  }
}
@media (max-width: 767px) {
  .product-wrapper:hover .btn_wrapper {
    bottom: 5px;
  }
}
.tab-pane .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: center;
  margin: 0 0 10px;
  padding: 0 5px;
}
@media (max-width: 480px) {
  .tab-pane .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 {
    text-align: center;
  }
}
.hover_style3 #recently-viewed-products .product-wrapper .product-description span.price {
  margin: 12px 0;
}
.tab-pane .style3.product-layouts.grid-view-item .product-wrapper .product-description, .hover_style3 #recently-viewed-products .product-wrapper .product-description, .related-products .product-layouts.grid-view-item.style3 .product-wrapper .product-description, .search-products .style3 .product-wrapper .product-description, #newproduct_products_slider .style3 .product-wrapper .product-description, .products-grid-view > .style3.product-grid .product-layouts .product-wrapper .product-description {
  text-align: left;
}
.hover_style3 #recently-viewed-products .product-wrapper {
  border: none;
}
.product-list .style3.product-layouts.grid-view-item .product-wrapper .product-description {
  position: static;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}
.product-description .h4, #slidedown-cart .product-details .product-name > a {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  overflow: hidden;
  text-transform: capitalize;
  float: left;
  width: 100%;
  margin: 8px 0;
  text-overflow: ellipsis;
}
.product-layouts.grid-view-item .product-wrapper .product-description .grid-view-item__meta {
  float: left;
  width: 100%;
  margin: 0 0 12px;
}
.product-layouts.grid-view-item .product-wrapper .product-description .grid-view-item__meta .grid-link__org_price {
  float: left;
  width: 100%;
}
.product-price__price, .product-price__price .money, .price, .money {
  font: 700 16px/18px var(--font-stack-header);
  color: var(--color-text);
  vertical-align: top;
}
.product-desc {
  display: none;
}
.product-price__price.compare_price .money, .product-price__price.compare_price {
  font: 500 14px/16px var(--font-stack-header);
  color: var(--color-body-text);
  vertical-align: top;
}
.sale-price,.price--on-sale .regular-price {
  display: none;
}
.price--on-sale .sale-price,.regular-price {
  display: block;
}
.product-price__sale-label {
  position: absolute;
  right: 15px;
  left: auto;
  top: -15px;
  bottom: auto;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  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;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .product-price__sale-label {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    top: 15px;
  }
}
.product-wrapper:hover .product-price__sale-label {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  top: 15px;
}
.product-wrapper .custom_label {
  position: absolute;
  left: 15px;
  right: auto;
  top: -15px;
  bottom: auto;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 20px;
  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;
}
@media (max-width: 767px) {
  .product-wrapper .custom_label {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    top: 15px;
  }
}
.product-wrapper:hover .custom_label {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  top: 15px;
}
.style2 .product-price__sale-label {
  top: 40px;
  left: -35px;
  right: auto;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  transition: 600ms ease-in-out;
  -webkit-transition: 600ms ease-in-out;
  -moz-transition: 600ms ease-in-out;
  -o-transition: 600ms ease-in-out;
  -ms-transition: 600ms ease-in-out;
}
@media (max-width: 767px) {
  .style2 .product-price__sale-label {
    left: 15px;
  }
}
.style2 .product-wrapper .custom_label {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  top: 15px;
  left: -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;
}
@media (max-width: 767px) {
  .style2 .product-wrapper .custom_label {
    left: 15px;
  }
}
.style2 .product-wrapper:hover .custom_label {
  left: 15px;
}
.style2 .product-wrapper:hover .product-price__sale-label {
  left: 15px;
  top: 40px;
}
.hover_style2 #tt-megamenu .list_products_menu .list_product_menu_content .product-wrapper {
  border: none;
}
.hover_style2 #tt-megamenu .list_products_menu .list_product_menu_content .product-wrapper .product-thumb .grid-view-item__link {
  border: 8px solid var(--color-product-border);
}
.hover_style2 #recently-viewed-products .product-wrapper {
  border: none;
}
.hover_style2 #recently-viewed-products .product-wrapper .product-thumb {
  margin: 0 0 10px;
}
.product-layouts.grid-view-item .product-wrapper .product-description .spr-badge {
  float: left;
  width: 100%;
}
@media (max-width: 767px) {
  .style2 .product-wrapper .flip-countdown.simple-countdown .countdown-container, .style2 .product-wrapper:hover .flip-countdown.simple-countdown .countdown-container {
    bottom: 10px;
    top: auto;
    left: 10px;
    right: auto;
  }
}
/*----------- New-product ----------*/
.special-product {
  float: left;
  width: 100%;
  position: relative;
}
.slider-newproduct-wrap .new-product-div.newproduct {
  text-align: center;
  position: relative;
}
form#AddToCartForm {
  float: left;
  width: 100%;
  margin: 0;
}
a.product-lightbox-btn.tip-top img {
  width: auto;
  height: auto;
}
.product-single.design_4 .product-information-inner form#AddToCartForm {
  padding-top: 0;
}
a.grid-link__title {
  font: 400 14px/18px var(--font-stack-body);
  text-transform: capitalize;
  white-space: nowrap;
}
@media only screen and (min-width: 1025px) {
  .product {
    position: relative;
  }
}
.filter-toggle-wrap {
  display: none;
  float: left;
  width: 100%;
}
.full_width .filter-toggle {
  float: right;
  margin: 5px;
  text-transform: capitalize;
}
.full_width .sorting_wrapper {
  margin: 0 0 0 20px;
  float: left;
}
@media (max-width: 480px) {
  .full_width .sorting_wrapper {
    margin: 0;
    width: 100%;
  }
}
.collection_template .full_width .shopify-section {
  float: left;
  width: 25%;
}
@media (max-width: 991px) {
  .collection_template .full_width .shopify-section {
    width: 100%;
  }
}
.full_width #shopify-section-sidebar-tag-filters {
  width: 50%;
}
@media (max-width: 991px) {
  .full_width #shopify-section-sidebar-tag-filters {
    width: 100%;
  }
}
.full_width #shopify-section-sidebar-tag-filters aside.sidebar-tag {
  float: left;
  width: 50%;
}
@media (max-width: 991px) {
  .full_width #shopify-section-sidebar-tag-filters aside.sidebar-tag {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .filter-toggle-wrap .sidebar-block {
    margin: 0;
  }
}
.full_width .collection_sidebar {
  margin: 10px 0 0;
  border-top: 1px solid var(--color-border);
  padding: 20px 0 0;
}
.full_width .collection_sidebar .widget_product_categories {
  display: none;
}
.full_width .filter-toggle .mdi.mdi-format-align-right {
  padding: 0 0 0 7px;
  font-size: 17px;
  line-height: 17px;
  vertical-align: middle;
}
.full_width .collection_sidebar .refined-widgets a {
  border-top: none;
}
.left-sidebar .sidebar-product .price {
  font-size: 16px;
}
.shopify-section .product-tab-type-1.has_bg {
  padding: 100px 0;
}
.full_width .collection_sidebar .facets-container {
    float: left;
    width: 75%;
}
.full_width .collection_sidebar .facets-container #FacetsWrapperDesktop {
    float: left;
    width: 100%;
}
.full_width .collection_sidebar .facets-container .widget {
    float: left;
    width: 25%;
}
.full_width .collection_sidebar .facets-container .active-facets.active-facets-desktop {
    float: left;
    width: auto;
}
@media (max-width: 1199px) {
  .shopify-section .product-tab-type-1.has_bg {
    padding: 70px 10px;
  }
}
@media (max-width: 767px) {
  .shopify-section .product-tab-type-1.has_bg {
    padding: 65px 10px;
  }
}
.product-tab-type-1.categories-block {
  padding: 0;
}
.page-width.newproduct.slider-newproduct-wrap.has_bg {
  padding: 100px 0;
}
@media (max-width: 1199px) {
  .page-width.newproduct.slider-newproduct-wrap.has_bg {
    padding: 70px 10px;
  }
}
@media (max-width: 480px) {
  .page-width.newproduct.slider-newproduct-wrap.has_bg {
    padding: 65px 10px;
  }
}
.grid-uniform {
  margin-left: -10px;
  margin-right: -10px;
}
/*================ This hacks all the grid-items in IE8 and below ================*/
.lt-ie9 .product-grid .grid-item {
  display: inline-block;
  float: none;
  margin-bottom: 20px;
  margin-left: 0;
  padding: 0;
}
.lt-ie9 .product-grid .grid-item .product {
  margin-bottom: 0;
}
.lt-ie9 .product-wrapper {
  margin: 0 10px;
}
.product__img {
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 1025px) {
  .product__img {
    position: relative;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
  }
}
.product__details {
  transition: opacity 0.75s;
  -webkit-transition: opacity 0.75s;
  -moz-transition: opacity 0.75s;
  -o-transition: opacity 0.75s;
  -ms-transition: opacity 0.75s;
}
.product__price {
  font-size: var(--font-size-base);
}
.product__title {
  font-size: em(17px);
  margin: 10px 0 0 0;
  line-height: 1.5;
}
@media (min-width: 480px) and (max-width: 1025px) {
  .large--one-quarter .product__title {
    font-size: em(14px);
  }
}
.tag {
  background-color: #f6f6f6;
  color: #666;
  font-family: var(--font-stack-body), sans-serif;
  font-size: em(14px);
  padding: 3.3333333333px 10px;
}
.on-sale-tag .tag {
  background-color: none;
  color: var(--color-meta);
}
.widget_top_rated_products .sale {
  font-size: 12px;
  top: 5px;
  color: var(--color-meta);
  right: 5px;
  position: absolute;
  display: none;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}
.widget_top_rated_products .product-wrapper.sidebar-product:hover .sale {
  display: block;
}
.sold-out-tag, .on-sale-tag {
  margin: 0 0 10px;
  position: absolute;
  top: 15px;
  right: 15px;
}
.product-list .sold-out-tag, .product-list .on-sale-tag {
  left: 15px;
  right: auto;
}
@media (max-width: 767px) {
  .products-grid-view .grid-item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .products-grid-view .grid-item {
    width: 100%;
  }
}
.edit_checkout .btn {
  padding: 0.8em 1.7em;
}
.product-layouts .product-wrapper .product-description .item-swatch.color_swatch_Value, .grid-item .product-wrapper .item-swatch.color_swatch_Value {
  top: 56px;
  display: none;
  float: left;
  left: 15px;
  margin: 2px 0;
  position: absolute;
  right: 0;
  width: 100%;
}
.product-list .product-layouts .product-wrapper .product-description .item-swatch.color_swatch_Value, .grid-item .product-wrapper .item-swatch.color_swatch_Value {
  position: relative;
  top: auto;
  display: block;
}
.product-list .product-layouts .product-wrapper .product-description .item-swatch.color_swatch_Value {
  margin: 0 0 5px;
}
.product-list .product-layouts .product-wrapper:hover .product-description .item-swatch.color_swatch_Value {
  display: block;
}
#currencies-picker .selection-box {
  float: right;
  margin: 0;
  position: relative;
}
#currencies-picker {
  width: 100%;
  margin: 0;
}
#currencies-picker .selection-box select {
  border: none;
  padding: 0;
}
#currencies-picker p {
  margin: 0 12px 0 0px;
}
#currencies-picker {
  padding: 35px 0;
  margin: 0 !important;
}
.currency_wrapper.dropdown-toggle, .language_wrapper.dropdown-toggle {
  position: relative;
  line-height: 21px;
  vertical-align: middle;
}
.tbl-list > li.currency .flag-dropdown-menu, .tbl-list > li.language .flag-dropdown-menu {
  left: 0;
  right: auto;
  top: 100%;
  width: 95px;
  z-index: 999;
  position: absolute;
  display: none;
  margin-top: 0px;
  padding: 10px 0 !important;
  margin: 0;
  background: #fff;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border: 1px solid var(--color-border);
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
}
.tbl-list > li.currency.currency-block.open .flag-dropdown-menu {
  display: block;
}
.search-products .product-layouts {
  display: inline-block;
  float: left;
}
.sidebar .widget {
  margin-bottom: 20px;
  float: left;
  width: 100%;
  padding: 15px;
  background-color: var(--color-body);
  border: 1px solid var(--color-border);
}
@media (max-width: 991px) {
  .sidebar .widget {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .sidebar-block .widget {
    padding: 0;
    border: none;
    border-bottom: 1px solid var(--color-border);
  }
  .off-canvas .sidebar-block {
    margin: 0;
  }
  .sidebar-block .color .widget:last-child {
    border-bottom: 0;
  }
  .main-content .sidebar-block .shopify-section {
    margin: 0;
  }
  .sidebar-block .widget .h4, .sidebar-block .widget h4 {
    padding: 15px;
  }
  .sidebar-block div ul {
    padding: 0 15px 5px 15px !important;
    float: left;
    width: 100%;
    margin: 0px;
  }
  .sidebar-block #shopify-section-sidebar-tag-filters aside.sidebar-tag {
    margin: 0;
  }
  .sidebar-block {
    margin-bottom: 30px;
    float: left;
    width: 100%;
    border: 1px solid var(--color-border);
  }
  .refined-widgets a {
    padding: 12px 15px;
    float: left;
    width: 100%;
    border-bottom: 1px solid var(--color-border);
  }
}
.sidebar .widget h4, .sidebar-block .widget .h4, .sidebar-block .widget h4 {
  font: 400 16px/18px var(--font-stack-header);
  color: var(--color-text);
  margin: 0 0 15px;
  cursor: pointer;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .sidebar .widget h4, .sidebar-block .widget .h4, .sidebar-block .widget h4 {
    margin: 0 0 10px;
  }
}
@media (max-width: 991px) {
  .sidebar .widget h4, .sidebar-block .widget .h4, .sidebar-block .widget h4 {
    margin: 0;
  }
}
.sidebar .widget .widget-content ul li {
  text-transform: capitalize;
}
.sidebar ul li > a {
  color: var(--color-text-field);
  float: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  width: 100%;
  position: relative;
}
.sidebar ul li > a:hover {
  color: var(--color-text-hover-field);
}
.sidebar ul {
  margin: 0;
  float: left;
  width: 100%;
}
.sidebar .widget ul li.product-wrapper {
  margin: 0 0 15px 0;
}
.sidebar .widget ul .product-layouts:last-child li.product-wrapper {
  margin: 0;
}
.sidebar .widget ul li {
  margin: 0 0 10px;
  display: inline-block;
  width: 100%;
  text-transform: capitalize;
  vertical-align: top;
  padding: 0;
}
.widget.widget_top_rated_products .sidebar .widget ul li {
  margin: 0 0 15px 0;
}
.sidebar .widget .top-products-detail .price .money {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}
.widget-content li > a.active span {
  color: #000;
}
.widget-content li > a.active {
  position: relative;
}
.widget-content ul li a.active::before {
  content: "\f12c";
  font-family: "Material Design Icons";
  position: absolute;
  left: 7px;
  right: auto;
  top: 5px;
  bottom: auto;
  height: 15px;
  width: 15px;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}
@media (max-width: 991px) {
  .widget-content ul li a.active::before {
    top: 2px;
  }
}
.sidebar .collection_sidebar .refined-widgets > a {
  border: 1px solid #e5e5e5;
  float: left;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
  padding: 15px;
  width: 100%;
}
.sidebar .collection_sidebar .refined-widgets > a > i {
  float: right;
  font-size: 16px;
  line-height: 20px;
}
.collection_sidebar .widget .product-categories ul {
  padding: 0 0 0 15px;
  margin: 8px 0 0;
}
.sidebar .widget a > i {
  float: right;
}
.sidebar .widget_promo_img ul li {
  margin: 0;
  display: inline;
}
.widget.widget_promo_img {
  padding: 14px;
}
.product-wrapper.sidebar-product .image.product-thumb {
  padding: 0;
}
.product-wrapper.sidebar-product .image.product-thumb a.product-t {
  border: 2px solid var(--color-product-border);
}
@media (max-width: 991px) {
  .sidebar .widget .no-bullets .image {
    width: auto;
  }
  .sidebar .widget a > i {
    float: unset;
    display: inline-block;
  }
  .sidebar .collection_sidebar div ul:not(#promoimg-carousel) {
    padding: 0 15px 5px 15px;
    float: left;
    width: 100%;
  }
  .collection_sidebar div ul#promoimg-carousel {
    padding: 0 !important;
  }
  .sidebar .collection_sidebar > div .widget > h4 {
    padding: 15px;
  }
  .collection_sidebar .widget #promo-carousel {
    padding: 0 !important;
  }
  .widget_promo_img ul#promo-carousel .owl-item, .widget_promo_img ul#promo-carousel .owl-stage {
    width: 100% !important;
  }
}
.spr-review .spr-icon {
  font-size: 100%;
}
.item-swatch.color_swatch_Value label {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  float: left;
  height: 22px;
  width: 22px;
  margin: 0;
}
.color_swatch_Value li {
  vertical-align: top;
  display: inline-block;
  border: 2px solid var(--color-border);
  border-radius: 50%;
  padding: 1px;
  float: none;
}
.color_swatch_Value li:hover {
  border-color: #ccc;
}
.product-layouts .product-wrapper .product-description .item-swatch.color_swatch_Value, .grid-item .product-wrapper .item-swatch.color_swatch_Value {
  top: -55px;
  float: left;
  left: 0;
  margin: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
.collection_template .item-row.product-layouts {
  padding: 0;
}
@media (min-width: 1689px) {
  .full-width .collection_template .product-list .product-thumb {
    width: auto;
  }
}
.product-layouts .product-wrapper:hover .product-description .item-swatch.color_swatch_Value {
  display: none;
}
.top-products-detail h5 {
  overflow: hidden;
  margin: 5px 0;
  font: 400 14px/18px var(--font-stack-body), Helvetica, sans-serif;
}
.collection_template .product-list.grid-item {
  width: 100%;
}
.products-grid-view > .grid-item {
  overflow: hidden;
}
a.product-t {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0 auto;
  height: 100%;
  display: inline-block;
  text-align: center;
  width: 100%;
}
.product-description .spr-badge-caption, .product-wrapper:hover .spr-badge {
  display: block;
}
.product-single__photos .product-image-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.product-list .product-description .spr-badge {
  opacity: 1 !important;
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  -webkit-opacity: 1 !important;
  position: relative;
  float: left;
  margin-bottom: 5px !important;
  width: 100%;
  margin-top: 0 !important;
}
.product-list .product-wrapper:hover .product-description .spr-badge {
  display: block;
}
.search-results .product-price__price.compare_price .money, .search-results .product-price__price.compare_price {
  margin-left: 3px;
}
.search_wrapper .search-results {
  top: 100% !important;
  overflow: auto;
  max-height: 650px;
}
.filter-grid-list span {
  display: none;
}
.filter-grid-list #list-view, .filter-grid-list #grid-view, .filter-grid-list #short-list-view {
  position: relative;
  background: #fff;
  padding: 15px;
  margin: 0 3px 0 0;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  font-weight: 500;
}
.filter-grid-list .grid::before {
  content: "\f03b";
  color: #979292;
  font-family: "Material Design Icons";
  position: absolute;
  left: 0px;
  right: auto;
  top: 0;
  bottom: 0;
  font-size: 24px;
  height: 30px;
  width: 30px;
  line-height: 32px;
  margin: 0 auto;
}
.filter-grid-list .list::before {
  content: "\f969";
  color: #979292;
  font-family: "Material Design Icons";
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  font-size: 24px;
  height: 30px;
  width: 30px;
  line-height: 32px;
  margin: 0 auto;
}
.filter-grid-list .short-list::before {
  content: "\f687";
  color: #979292;
  font-family: "Material Design Icons";
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  font-size: 24px;
  height: 30px;
  width: 30px;
  line-height: 32px;
  margin: 0 auto;
}
.filter-grid-list .grid.active::before, .filter-grid-list .grid:hover::before, .filter-grid-list .list.active::before, .filter-grid-list .list:hover::before, .filter-grid-list .short-list.active::before, .filter-grid-list .short-list:hover::before {
  color: #000;
}
.widget_filter_tag.total_2, .widget_filter_tag.total_2 .sidebar-tag {
  float: left;
  width: 50%;
}
.widget_filter_tag.total_3 {
  float: left;
  width: 75%;
}
.widget_filter_tag.total_4, .widget_filter_tag.total_1 .sidebar-tag {
  float: left;
  width: 100%;
}
.widget_filter_tag.total_1, .widget_filter_tag.total_4 .sidebar-tag {
  float: left;
  width: 25%;
}
.product-wrapper .product-thumb:hover .fade_img img.image_thumb {
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
}
.product-wrapper .product-thumb:hover .fade_img img.image_thumb_swap {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
}
@media (min-width: 1201px) {
  .full_width .product-list .product-thumb {
    width: auto;
  }
}
@media (max-width: 480px) {
  .product-list .product-description, .product-list .product-thumb {
    width: 100%;
    text-align: center;
  }
  .product-list .product-description {
    padding: 0 10px !important;
  }
  .product-list .product-thumb {
    margin: 0 0 15px;
  }
}
.product-list .product-wrapper .product-description-wrap .grid-view-item__vendor {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
}
.products-grid-view>.product-grid .product-layouts .product-wrapper .product-description .grid-view-item__vendor,
.tab-pane .product-layouts.grid-view-item .product-wrapper .product-description .grid-view-item__vendor,
.related-products .product-layouts.grid-view-item .product-wrapper .product-description .grid-view-item__vendor,
.search-products .product-wrapper .product-description .grid-view-item__vendor,
#newproduct_products_slider .product-wrapper .product-description .grid-view-item__vendor{
  display: none;
}
/*------------- short-list-view ------------*/
.product-grid .products-grid-view .grid-item.product-short-list {
  width: 100%;
}
.product-short-list .product-wrapper .product-thumb {
  border: 6px solid var(--color-product-border);
  padding: 0;
}
.product-short-list .product-wrapper .product-thumb .custom_label, .product-short-list .product-wrapper .product-thumb .product-price__sale-label {
  font-size: 12px;
  line-height: 14px;
}
.product-short-list .product-wrapper .product-description .short-title {
  text-align: left;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .product-short-list .product-wrapper .product-description .short-title {
    float: left;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .product-short-list .product-wrapper .product-description .short-title {
    width: 100%;
    padding: 0;
    text-align: center;
    margin-bottom: 0;
  }
}
.product-short-list .product-wrapper .product-description {
  padding: 0;
}
@media (max-width: 480px) {
  .product-short-list .product-wrapper .product-description {
    width: 100%;
  }
}
.product-short-list .product-layouts.grid-view-item .product-wrapper .product-description .grid-view-item__meta {
  width: 22%;
  margin: 20px 0;
  float: left;
  text-align: left;
}
@media (max-width: 1199px) {
  .product-short-list .product-layouts.grid-view-item .product-wrapper .product-description .grid-view-item__meta {
    margin: 10px 0;
  }
}
@media (max-width: 767px) {
  .product-short-list .product-layouts.grid-view-item .product-wrapper .product-description .grid-view-item__meta {
    width: 40%;
    text-align: left;
    padding: 0 15px;
  }
}
@media (max-width: 480px) {
  .product-short-list .product-layouts.grid-view-item .product-wrapper .product-description .grid-view-item__meta {
    width: 100%;
    text-align: center;
    padding: 0;
    margin-bottom: 0;
  }
}
.product-short-list.style2 .product-wrapper .product-description .btn_wrapper .pro_btn {
  display: inline-block;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  vertical-align: top;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  margin: 0 3px 0 0;
}
.product-short-list .product-wrapper .product-description .btn_wrapper {
  width: 36.33%;
  position: static;
  margin: 15px auto;
  visibility: visible;
  float: left;
  text-align: center;
  transform: translateY(0) translateZ(0px);
  -webkit-transform: translateY(0) translateZ(0px);
  -moz-transform: translateY(0) translateZ(0px);
  -o-transform: translateY(0) translateZ(0px);
  -ms-transform: translateY(0) translateZ(0px);
}
@media (max-width: 1199px) {
  .product-short-list .product-wrapper .product-description .btn_wrapper {
    margin: 10px 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .product-short-list .product-wrapper .product-description .btn_wrapper {
    width: 45%;
  }
}
@media (max-width: 480px) {
  .product-short-list .product-wrapper .product-description .btn_wrapper {
    width: 100%;
  }
}
.product-short-list .product-wrapper .product-description .grid-view-item__vendor {
  text-transform: capitalize;
  font-size: 12px;
  line-height: 14px;
  float: left;
  width: 100%;
  margin: 0 0 5px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--color-text);
}
.product-short-list .product-wrapper .product-description .h4.grid-view-item__title {
  margin: 7px 0 10px;
}
.product-short-list .product-wrapper .product-description .h4.grid-view-item__title a.grid-view-item__link.grid-link__title {
  color: var(--color-text);
}
.product-short-list .product-layouts.grid-view-item .product-wrapper .product-description .spr-badge {
  margin: 0 0 10px;
}
.product-short-list .product-wrapper .flip-countdown.simple-countdown {
  display: none !important;
}
.product-short-list .product-wrapper .product-description .grid-view-item__meta .product-price__sale span.money {
  font-size: 18px;
  line-height: 20px;
}
.product-short-list .product-wrapper .product-description .grid-view-item__meta .product-price__sale {
  width: 100%;
  float: left;
  margin: 0 0 5px;
}
@media (max-width: 480px) {
  .product-short-list .product-wrapper .product-description .grid-view-item__meta .product-price__sale {
    width: auto;
    float: none;
  }
}
.product-short-list .product-wrapper .ttimg-bg, .product-list .product-wrapper .ttimg-bg {
  margin: 0;
}
.product-short-list.style3 .product-wrapper .btn_wrapper .pro_btn {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
}
.product-short-list .product-layouts.grid-view-item.style3 .product-wrapper:hover .product-description .spr-badge {
  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;
}
.product-short-list .product-layouts.grid-view-item.style3 .product-wrapper:hover .product-description .grid-view-item__meta {
  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;
}
.product-short-list .product-layouts.grid-view-item.style3 .product-wrapper .product-description .grid-view-item__meta {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
}
.product-short-list .product-layouts.grid-view-item.style3 .product-wrapper:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}
.product-short-list .style1 .product-wrapper .product-title-review {
  background: none;
  padding: 0;
}
.product-short-list .style1 .product-wrapper .btn_wrapper .pro_btn {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
}
.product-short-list.style1 .product-wrapper {
  border: none;
}
.product-short-list .style1.product-layouts.grid-view-item .product-wrapper .product-description {
  padding: 0;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  background: none;
}
.product-short-list .style1.product-layouts.grid-view-item .product-wrapper:hover .product-description {
  background: none;
}
.product-short-list .product-layouts .product-wrapper .product-description .item-swatch.color_swatch_Value {
  display: block;
  margin: 0 0 5px;
  float: left;
  width: 100%;
  position: static;
}
@media (max-width: 480px) {
  .product-short-list .product-layouts .product-wrapper .product-description .item-swatch.color_swatch_Value {
    display: inline-block;
    float: none;
    width: auto;
    vertical-align: top;
    margin: 0;
  }
}
.product-short-list .style1.product-layouts.grid-view-item .product-wrapper:hover .product-description .spr-badge {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}
.product-short-list .grid-view-item .product-wrapper .btn_wrapper .pro_btn.add_tocart {
  width: auto;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
}
.product-short-list .grid-view-item .btn_wrapper .add_tocart .add_cart {
  color: var(--color-product-secondary-text);
  display: inline-block !important;
  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;
}
.product-short-list .grid-view-item .product-wrapper .btn_wrapper .pro_btn a > i.mdi-cart-outline {
  text-align: right;
  width: 40px;
  color: var(--color-product-secondary-text);
}
.product-short-list .grid-view-item .product-wrapper .btn_wrapper .pro_btn:hover a > i.mdi-cart-outline,
.product-short-list .grid-view-item .product-wrapper .btn_wrapper .pro_btn:active a > i.mdi-cart-outline, 
.product-short-list .grid-view-item .product-wrapper .btn_wrapper .pro_btn:focus a > i.mdi-cart-outline,
.product-short-list .grid-view-item .btn_wrapper .pro_btn:hover.add_tocart .add_cart,
.product-short-list .grid-view-item .btn_wrapper .pro_btn:active.add_tocart .add_cart,
.product-short-list .grid-view-item .btn_wrapper .pro_btn:focus.add_tocart .add_cart{
  color: var(--color-product-primary-text);
}
.product-grid .products-grid-view .grid-item.product-short-list {
  width: 100%;
}
.product-short-list .style3 .product-wrapper .product-thumb {
  border: 3px solid var(--color-product-border);
}
.product-short-list .style3 .product-wrapper .product-thumb .product-single__thumbs {
  display: none;
}
.product-short-list .style3.product-layouts .product-wrapper .product-description .main_btn_wrapper {
  position: static;
  display: inline-block;
  float: none;
  width: auto;
  transform: none;
  opacity: 1;
  margin: 15px auto;
  vertical-align: top;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
}
@media (max-width: 1199px) {
  .product-short-list .style3.product-layouts .product-wrapper .product-description .main_btn_wrapper {
    margin: 10px auto;
  }
}
.product-short-list .style3 .product-wrapper .product-description .btn_wrapper {
  width: auto;
  display: inline-block;
  float: none;
}
@media (max-width: 1199px) {
  .product-short-list .product-wrapper .product-description .btn_wrapper .add_tocart .add-cart-btn span.add_cart {
    display: none !important;
  }
  .product-short-list .product-wrapper .product-description .btn_wrapper .add_tocart a.add-cart-btn.btn {
    width: 36px;
  }
  .product-short-list .grid-view-item .product-wrapper .btn_wrapper .pro_btn a > i.mdi-cart-outline {
    text-align: center;
  }
  .style1.product-short-list .grid-view-item .product-wrapper .btn_wrapper .pro_btn a > i.mdi-cart-outline {
    width: 50px;
  }
}
@media (max-width: 991px) {
  .product-short-list .style3 .product-wrapper .product-description .short-title {
    float: left;
    width: 100%;
  }
  .product-short-list .style3 .product-layouts.grid-view-item .product-wrapper .product-description .grid-view-item__meta {
    width: 40%;
    text-align: left;
    padding: 0 15px;
  }
}
@media (max-width: 480px) {
  .product-short-list .product-wrapper .product-thumb {
    width: 100%;
  }
}
/*---------- end short-list-view -----------------*/


/** Product image hover effect **/
.product-thumb .left_img .image_thumb_swap {
  left: -100%;
  position: absolute;
  top: 0;
  margin: auto;
  bottom: 0;
  transition: left 0.5s ease 0s;
  -webkit-transition: left 0.5s ease 0s;
  -moz-transition: left 0.5s ease 0s;
  -o-transition: left 0.5s ease 0s;
  -ms-transition: left 0.5s ease 0s;
}
.product-thumb .right_img .image_thumb_swap {
  right: -100%;
  position: absolute;
  top: 0;
  margin: auto;
  bottom: 0;
  transition: right 0.5s ease 0s;
  -webkit-transition: right 0.5s ease 0s;
  -moz-transition: right 0.5s ease 0s;
  -o-transition: right 0.5s ease 0s;
  -ms-transition: right 0.5s ease 0s;
}
.product-wrapper:hover .product-thumb .left_img .image_thumb_swap, .product-wrapper:hover .product-thumb .right_img .image_thumb_swap {
  left: 0;
  right: 0;
}
.product-thumb .zoom_img .image_thumb_swap {
  bottom: 10px;
  left: auto;
  margin: 0 auto;
  position: absolute;
  right: 10px;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transform-origin: 100% 100% 0;
  transform: scale(0.2);
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -o-transform: scale(0.2);
  -ms-transform: scale(0.2);
  border: 5px solid var(--color-border);
}
@media (min-width: 481px) and (max-width: 767px) {
  .product-thumb .zoom_img .image_thumb_swap {
    bottom: 55px;
  }
}
.product-wrapper .product-thumb:hover .zoom_img .image_thumb_swap {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  border: none;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}
.product-wrapper.sidebar-product .image.product-thumb .zoom_img a.product-t .image_thumb_swap, .product-short-list .product-wrapper .product-thumb .zoom_img .image_thumb_swap {
  opacity: 0;
  border: none;
}
.product-wrapper.sidebar-product:hover .image.product-thumb .zoom_img a.product-t .image_thumb_swap, .product-short-list .product-wrapper .product-thumb:hover .zoom_img .image_thumb_swap {
  opacity: 1;
}
/*product css*/
.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);
}
.product-description .spr-badge-caption {
  display: none;
}
.loadding-wishbutton-aliquam-quat-voluptatem.loading.btn i {
  background: none;
}
.tt-product-item .product-description {
  width: 100%;
  float: left;
}
/*---------------- recently viewed products ------------------*/
#recently-viewed-products {
  float: left;
  width: 100%;
  margin: 10px 0 0;
}
#recently-viewed-products .product-wrapper .product-description span.price {
  float: none;
  display: inline-block;
  vertical-align: top;
}
#recently-viewed-products-wrap > .container {
  padding: 0;
}
#recently-viewed-products-wrap {
  float: left;
  width: 100%;
  margin: 40px 0;
  padding:0;
}
@media (max-width: 1199px) {
  #recently-viewed-products-wrap {
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  #recently-viewed-products-wrap {
    margin: 15px 0;
  }
}
@media (max-width: 1199px) {
  #recently-viewed-products .product.item-row {
    width: 33.33%;
  }
  #recently-viewed-products .product.item-row:nth-child(3n+1) {
    clear: both;
  }
  #recently-viewed-products .product.item-row:nth-child(4) {
    display: none;
  }
}
@media (max-width: 767px) {
  #recently-viewed-products .product.item-row {
    width: 50%;
  }
  #recently-viewed-products .product.item-row:nth-child(2n+1) {
    clear: both;
  }
}
@media (max-width: 480px) {
  #recently-viewed-products .product.item-row {
    width: 100%;
  }
}
.medium--one-third.large--one-third chair.product-grid .product-description {
  padding: 15px 10px;
  border-top: 1px solid #e5e5e5;
  position: relative;
  display: inline-block;
}

/*--------------------- wishlist page -----------------------*/
.template-page .product-thumbnail img {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.wishlist_table thead th span {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #222;
}
.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-thumbnail img {
  border: 2px solid var(--color-product-border);
}
.wishlist_table .product-remove .remove_from_wishlist {
  font-size: 16px;
  font-weight: 700;
  height: 20px;
  left: 0;
  line-height: 20px;
  position: absolute;
  right: 0;
  width: 20px;
  top: 60px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .wishlist_table .product-remove .remove_from_wishlist {
    right: 5px;
    top: 50px;
  }
}
@media (max-width: 650px) {
  .wishlist_table .product-remove .remove_from_wishlist {
    top: 30px;
  }
}
.wishlist_table .product-remove .remove_from_wishlist:hover {
  background: #000 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
}
.template-page .shop_table > thead {
  background: #f5f5f5;
}
.filter-wrapper {
  float: left;
  width: 100%;
  border: 1px solid var(--color-border);
  padding: 10px;
  margin: 0 0 20px 0;
  background: #fff;
}
.sorting_wrapper {
  display: flex;
  float: left;
}
@media (max-width: 767px) {
  .template-page .contact-us-page {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .full_width.wrap_right_filter .sorting_wrapper {
    width: 100%;
  }
  .wishlist_table td.product-thumbnail {
    width: 100px;
    float: left;
  }
}
/*============================================================================
 product button css
 ==============================================================================*/
.product-wrapper .btn_wrapper .pro_btn form {
  float: left;
  height: 100%;
  margin: 0;
  width: 100%;
}
.grid-view-item .product-wrapper .btn_wrapper .pro_btn a > i {
  height: 40px;
  width: 40px;
  float: left;
  font-size: 18px;
  line-height: 40px;
  color: var(--color-product-primary-text);
  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;
}
.grid-view-item .product-wrapper .btn_wrapper .pro_btn:hover a > i {
  color: var(--color-product-secondary-text);
}
.grid-view-item .product-wrapper .btn_wrapper .pro_btn a > i.mdi-cart-outline::before {
  content: "\F111";
}
.product-wrapper .btn_wrapper .pro_btn a {
  background-color: var(--color-product-primary);
  cursor: pointer;
  float: left;
  width: 40px;
  height: 40px;
}
.product-wrapper .btn_wrapper .pro_btn:hover a, .product-wrapper .btn_wrapper .pro_btn:active a, .product-wrapper .btn_wrapper .pro_btn:focus a {
  background-color: var(--color-product-secondary);
}
.product-list .grid-view-item .product-wrapper .btn_wrapper .pro_btn.add_tocart, .grid-view-item .product-wrapper .btn_wrapper .pro_btn.add_tocart a {
  width: auto;
}
.product-list .grid-view-item .btn_wrapper .add_tocart .add_cart {
  color: var(--color-product-secondary-text);
  display: inline-block !important;
  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;
}
.product-list .grid-view-item .btn_wrapper .add_tocart:hover .add_cart, .product-list .grid-view-item .btn_wrapper .add_tocart:active .add_cart, .product-list .grid-view-item .btn_wrapper .add_tocart:focus .add_cart {
  color: var(--color-product-primary-text);
}
.product-list .grid-view-item .product-wrapper .btn_wrapper .pro_btn a > i.mdi-cart-outline {
  text-align: right;
  width: 40px;
  color: var(--color-product-secondary-text);
}
.product-list .product-wrapper .btn_wrapper .pro_btn.add_tocart a, .product-short-list .product-wrapper .btn_wrapper .pro_btn.add_tocart a {
  background: var(--color-product-secondary);
}
.product-list .product-wrapper .btn_wrapper .add_tocart.pro_btn:active a, .product-short-list .product-wrapper .btn_wrapper .add_tocart.pro_btn:active a, .product-list .product-wrapper .btn_wrapper .add_tocart.pro_btn:focus a, .product-short-list .product-wrapper .btn_wrapper .add_tocart.pro_btn:focus a, .product-list .product-wrapper .btn_wrapper .add_tocart.pro_btn:hover a, .product-short-list .product-wrapper .btn_wrapper .add_tocart.pro_btn:hover a {
  background: var(--color-product-primary);
}
.product-list .grid-view-item .product-wrapper .btn_wrapper .pro_btn:hover a > i.mdi-cart-outline, .product-list .grid-view-item .product-wrapper .btn_wrapper .pro_btn:active a > i.mdi-cart-outline, .product-list .grid-view-item .product-wrapper .btn_wrapper .pro_btn:focus a > i.mdi-cart-outline {
  color: var(--color-product-primary-text);
}
.product-wrapper .btn_wrapper .added-wishlist.add_to_wishlist, .grid-view-item.style1 .product-wrapper .btn_wrapper .pro_btn a.add-in-compare-js.added {
  background: var(--color-product-secondary);
  float: left;
  width: 100%;
}
.product-wrapper .btn_wrapper .added-wishlist.add_to_wishlist .mdi.mdi-heart, .grid-view-item.style1 .product-wrapper .btn_wrapper .pro_btn a.add-in-compare-js.added i {
  color: var(--color-product-secondary-text) !important;
}
/*---------- style1 ---------*/
.style1 .product-thumb .btn_wrapper {
  transition: 500ms ease-in-out;
  -webkit-transition: 500ms ease-in-out;
  -moz-transition: 500ms ease-in-out;
  -o-transition: 500ms ease-in-out;
  -ms-transition: 500ms ease-in-out;
  bottom: 0;
  width: 200px;
}
@media (max-width: 767px) {
  .style1 .product-thumb .btn_wrapper {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    bottom: 15px;
  }
}
.style1 .product-wrapper .btn_wrapper .pro_btn {
  float: left;
  cursor: pointer;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -o-transform: scale(0.1);
  -ms-transform: scale(0.1);
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
@media (max-width: 767px) {
  .style1 .product-wrapper .btn_wrapper .pro_btn {
    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);
  }
}
.style1 .product-wrapper .btn_wrapper .cart-btn {
  float: left;
}
.product-list .product-wrapper .btn_wrapper .cart-btn {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.product-short-list .product-wrapper .btn_wrapper .cart-btn {
  width: 100%;
  margin: 0 0 5px;
}
@media (max-width: 480px) {
  .product-short-list .product-wrapper .btn_wrapper .cart-btn {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: auto;
  }
}
.grid-view-item.style1 .product-wrapper .btn_wrapper .pro_btn a {
  width: 50px;
  height: 45px;
}
.grid-view-item.style1 .product-wrapper .btn_wrapper .pro_btn a > i {
  height: 45px;
  width: 50px;
  line-height: 45px;
}
.product-list .grid-view-item.style1 .product-wrapper .btn_wrapper .pro_btn a, .product-short-list .grid-view-item.style1 .product-wrapper .btn_wrapper .pro_btn a {
  width: auto;
}
.style1 .product-wrapper:hover .btn_wrapper .pro_btn {
  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);
}
.style1 .product-wrapper .btn_wrapper .pro_btn.add-to-wishlist {
  transition-delay: 0.1s;
}
.style1 .product-wrapper .btn_wrapper .pro_btn.add-to-compare {
  transition-delay: 0.2s;
}
.style1 .product-wrapper .btn_wrapper .pro_btn.quick-view-wrap {
  transition-delay: 0.3s;
}
.product-list .product-wrapper .btn_wrapper .pro_btn, .product-short-list .product-wrapper .btn_wrapper .pro_btn {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.product-list .style1 .product-wrapper .btn_wrapper .pro_btn {
  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;
}
.product-list .grid-view-item.style1 .btn_wrapper .add_tocart .add_cart, .product-short-list .grid-view-item.style1 .btn_wrapper .add_tocart .add_cart {
  color: var(--color-product-secondary-text);
  padding: 12px 20px 12px 6px;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
}
@media (max-width: 767px) {
  .product-list .grid-view-item.style1 .btn_wrapper .add_tocart .add_cart, .product-short-list .grid-view-item.style1 .btn_wrapper .add_tocart .add_cart {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .product-list .grid-view-item.style2 .btn_wrapper .add_tocart .add_cart, .product-short-list .grid-view-item.style2 .btn_wrapper .add_tocart .add_cart {
    display: none !important;
  }
}
.product-list .grid-view-item.style1 .btn_wrapper .add_tocart:hover .add_cart, .product-short-list .grid-view-item.style1 .btn_wrapper .add_tocart:hover .add_cart {
  color: var(--color-product-primary-text);
}
@media (max-width: 767px) {
  .product-list .grid-view-item .product-wrapper .btn_wrapper .pro_btn a > i.mdi-cart-outline {
    width: 40px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .product-list .grid-view-item.style1 .product-wrapper .btn_wrapper .pro_btn a > i.mdi-cart-outline {
    width: 50px;
  }
}
/*---------- style2 ---------*/
.style2 .product-wrapper {
  border: none;
}
.style2 .product-wrapper .thumbs.product-thumb {
  margin: 0 0 10px;
}
.style2 .product-wrapper .btn_wrapper .pro_btn {
  display: block;
  float: none;
  height: 40px;
  margin: 0 0 5px;
  position: relative;
  text-align: center;
  width: 40px;
  cursor: pointer;
}
.style2 .product-wrapper .product-thumb .btn_wrapper {
  right: 10px;
  left: auto;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  top: 10px;
}
@media (max-width: 767px) {
  .style2 .product-wrapper .product-thumb .btn_wrapper {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
  }
}
.style2 .product-wrapper .btn_wrapper .pro_btn.add-to-wishlist {
  transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
}
@media (max-width: 767px) {
  .style2 .product-wrapper .btn_wrapper .pro_btn.add-to-wishlist {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
  }
}
.style2 .product-wrapper .btn_wrapper .pro_btn.add-to-compare {
  transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
}
@media (max-width: 767px) {
  .style2 .product-wrapper .btn_wrapper .pro_btn.add-to-compare {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
  }
}
.style2 .product-wrapper .btn_wrapper .pro_btn.quick-view-wrap {
  transform: translateY(-150px);
  -webkit-transform: translateY(-150px);
  -moz-transform: translateY(-150px);
  -o-transform: translateY(-150px);
  -ms-transform: translateY(-150px);
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
}
@media (max-width: 767px) {
  .style2 .product-wrapper .btn_wrapper .pro_btn.quick-view-wrap {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
  }
}
.style2 .product-wrapper .btn_wrapper .pro_btn.add_tocart {
  z-index: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
}
@media (max-width: 767px) {
  .style2 .product-wrapper .btn_wrapper .pro_btn.add_tocart {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
  }
}
.style2 .product-wrapper:hover .btn_wrapper .pro_btn.add_tocart, .style2 .product-wrapper:hover .btn_wrapper .pro_btn.add-to-wishlist, .style2 .product-wrapper:hover .btn_wrapper .pro_btn.add-to-compare, .style2 .product-wrapper:hover .btn_wrapper .pro_btn.quick-view-wrap {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}
.style2.grid-view-item .product-wrapper .btn_wrapper .pro_btn a > i {
  height: 40px;
  width: 40px;
  line-height: 40px;
}
.style2.product-list .product-wrapper .btn_wrapper .pro_btn.add_tocart, .style2.product-list .product-wrapper .btn_wrapper .pro_btn.add-to-wishlist, .style2.product-list .product-wrapper .btn_wrapper .pro_btn.quick-view-wrap, .style2.product-list .product-wrapper .btn_wrapper .pro_btn.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;
}
.style2.product-list .product-wrapper .btn_wrapper .pro_btn.add_tocart {
  border-radius: 30px;
}
.style2.product-list .add_cart, .style2.product-short-list .add_cart {
  padding: 10px 18px 9px 8px;
  border-radius: 30px;
  cursor: pointer;
}
.style2.product-list .product-wrapper .btn_wrapper .pro_btn.add_tocart {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
}
@media (max-width: 547px) {
  .style2.product-list .grid-view-item .product-wrapper .btn_wrapper .pro_btn a > i.fa-shopping-cart {
    text-align: center;
  }
}
.product-list .style2 .product-wrapper .btn_wrapper .pro_btn {
  display: inline-block;
}
.grid-view-item .product-wrapper .btn_wrapper .pro_btn.add_tocart span.add_cart {
  display: none;
}
/*---------- style3 ---------*/
.style3 .product-wrapper {
  border: none;
}
.style3 .product-wrapper .product-price__sale-label {
  left: -30px;
  right: auto;
  top: 40px;
}
@media (max-width: 767px) {
  .style3 .product-wrapper .product-price__sale-label {
    left: 15px;
  }
}
.style3 .product-wrapper:hover .product-price__sale-label {
  left: 15px;
}
.style3 .product-wrapper .custom_label {
  top: 15px;
  left: -30px;
}
@media (max-width: 767px) {
  .style3 .product-wrapper .custom_label {
    left: 15px;
  }
}
.style3 .product-wrapper:hover .custom_label {
  left: 15px;
}
.style3 .product-wrapper .product-thumb:hover .fade_img img.image_thumb_swap {
  opacity: 0.9;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
}
.style3 .product-wrapper .slider-for a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
  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;
}
.style3 .product-wrapper:hover .slider-for a::before {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}
.style3 .product-wrapper .thumbs.product-thumb, .hover_style3 #recently-viewed-products .product-wrapper .product-thumb {
  border: 3px solid var(--color-product-border);
  margin: 0 0 10px;
  overflow: hidden;
}
.style3 .product-wrapper .btn_wrapper .pro_btn a {
  background: none;
  height: auto;
  width: auto;
}
.style3.grid-view-item .product-wrapper .btn_wrapper .pro_btn a > i {
  color: var(--color-product-primary-text);
  height: auto;
  line-height: 22px;
  width: auto;
  vertical-align: middle;
}
.style3 .product-wrapper .main_btn_wrapper .pro_btn.add_tocart {
  width: auto;
  height: auto;
  cursor: pointer;
}
.style3 .product-wrapper .btn_wrapper .pro_btn a > i {
  float: none;
}
.style3 .product-wrapper .btn_wrapper .pro_btn {
  float: none;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 8px;
}
.style3 .product-wrapper .btn_wrapper {
  position: absolute;
  float: left;
  width: auto;
  left: auto;
  right: 0;
  bottom: auto;
  transform: translateX(120px);
  -webkit-transform: translateX(120px);
  -moz-transform: translateX(120px);
  -o-transform: translateX(120px);
  -ms-transform: translateX(120px);
  transition: all 0.3s 0.1s;
  -webkit-transition: all 0.3s 0.1ss;
  -moz-transition: all 0.3s 0.1s;
  -o-transition: all 0.3s 0.1s;
  -ms-transition: all 0.3s 0.1s;
}
@media (min-width: 481px) and (max-width: 991px) {
  .style3 .product-wrapper .btn_wrapper {
    top: 30px;
  }
}
@media (max-width: 767px) {
  .style3 .product-wrapper .btn_wrapper {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
  }
}
.style3 .product-wrapper:hover .btn_wrapper {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
}
.style3.product-layouts .product-wrapper .product-description .main_btn_wrapper .pro_btn.add_tocart a {
  background: none;
  height: auto;
}
.style3 .product-wrapper .main_btn_wrapper .pro_btn.add_tocart span.add_cart {
  padding: 0;
  float: left;
  color: var(--color-product-primary-text);
  text-transform: capitalize;
  line-height: 24px;
  margin: 0 0 0 4px;
  display: block !important;
}
.style3 .product-wrapper .main_btn_wrapper .pro_btn.add_tocart:hover span.add_cart {
  color: var(--color-product-secondary-text);
}
@media (max-width: 500px) {
  .style3.product-list .product-wrapper .btn_wrapper .pro_btn.add_tocart span.add_cart {
    display: none !important;
  }
}
.style3.grid-view-item .product-wrapper .btn_wrapper .pro_btn a > i.mdi-cart-outline {
  text-align: right;
}
.style3.product-layouts .product-wrapper .spr-badge {
  position: static;
  margin: 0 0 5px;
}
.style3.product-layouts .product-wrapper .grid-view-item__title {
  margin: 8px 0;
}
.style3.product-layouts .product-wrapper .product-description .main_btn_wrapper {
  float: left;
  width: 100%;
  position: absolute;
  bottom: 10px;
  opacity: 0;
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -o-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transition: all 0.3s 0.1s;
  -webkit-transition: all 0.3s 0.1s;
  -moz-transition: all 0.3s 0.1s;
  -o-transition: all 0.3s 0.1s;
  -ms-transition: all 0.3s 0.1s;
  left: 0;
}
@media (max-width: 767px) {
  .style3.product-layouts .product-wrapper .product-description .main_btn_wrapper {
    position: static;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
  }
}
.style3.product-layouts .product-wrapper:hover .product-description .main_btn_wrapper {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
}
.style3.product-layouts.grid-view-item .product-wrapper .product-description .grid-view-item__meta {
  transition: all 0.3s 0.1s;
  -webkit-transition: all 0.3s 0.1s;
  -moz-transition: all 0.3s 0.1s;
  -o-transition: all 0.3s 0.1s;
  -ms-transition: all 0.3s 0.1s;
}
.style3.product-layouts.grid-view-item .product-wrapper:hover .product-description .grid-view-item__meta {
  transform: translateX(70px);
  -webkit-transform: translateX(70px);
  -moz-transform: translateX(70px);
  -o-transform: translateX(70px);
  -ms-transform: translateX(70px);
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
}
@media (max-width: 767px) {
  .style3.product-layouts.grid-view-item .product-wrapper:hover .product-description .grid-view-item__meta {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
  }
}
.style3 .product-wrapper .slider-for {
  float: left;
  width: 100%;
}
.style3 .product-wrapper .product-thumb .slider-nav.product-single__thumbs {
  float: left;
  width: 82px;
  padding: 35px 5px 35px 5px;
  right: -95px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  z-index: 9;
  position: absolute;
  top: 0;
  height: 100%;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  text-align: center;
}
.style3 .product-wrapper:hover .product-thumb .slider-nav.product-single__thumbs {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  right: 0;
}
.style3 .product-wrapper .product-thumb .slider-nav.product-single__thumbs .slick-arrow {
  border: none;
  cursor: pointer;
  background: none;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}
.style3 .product-wrapper .product-thumb .slider-nav.product-single__thumbs .slick-arrow:hover {
  color: #000;
}
.style3 .product-wrapper .product-thumb .slider-nav.product-single__thumbs .slick-prev.slick-arrow {
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
}
.style3 .product-wrapper .product-thumb .slider-nav.product-single__thumbs .slick-next.slick-arrow {
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
}
.style3 .product-wrapper .product-thumb .slider-nav.product-single__thumbs .grid-item {
  padding: 0;
  border: 2px solid var(--color-product-border);
}
.style3 .product-wrapper .product-thumb .slider-nav.product-single__thumbs .slick-arrow .mdi-chevron-left:before {
  content: "\f143";
  font-size: 28px;
}
.style3 .product-wrapper .product-thumb .slider-nav.product-single__thumbs .slick-arrow .mdi-chevron-right:before {
  content: "\f140";
  font-size: 28px;
}
.style3 .product-wrapper .product-thumb .btn_wrapper {
  left: 5px;
  right: 5px;
  bottom: -45px;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
}
.style3 .product-wrapper:hover .product-thumb .btn_wrapper {
  bottom: 5px;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}
.style3.product-layouts .product-wrapper .product-description .main_btn_wrapper .pro_btn.add_tocart a i {
  float: left;
}
.style3.product-layouts .product-wrapper .product-description .main_btn_wrapper form {
  margin: 0;
}
.style3.product-list .product-wrapper .product-thumb {
  overflow: hidden;
  position: relative;
}
.product-list .style3.product-layouts.grid-view-item .product-wrapper:hover .product-description .grid-view-item__meta {
  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;
}
.product-list .style3.product-layouts .product-wrapper .product-description .main_btn_wrapper .pro_btn.add_tocart a i {
  float: left;
  vertical-align: top;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: right;
  font-size: 20px;
}
.product-list .style3.product-layouts.grid-view-item .product-wrapper .product-description .color_swatch_Value {
  margin: 0 0 5px;
}
.product-list .style3 .product-wrapper .btn_wrapper .pro_btn, .product-short-list .style3 .product-wrapper .btn_wrapper .pro_btn {
  float: none;
  width: auto;
  padding: 10px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
}
.product-list .style3.product-layouts .product-wrapper .product-description .main_btn_wrapper {
  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;
  position: static;
  float: none;
  display: inline-block;
  width: auto;
  vertical-align: top;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
}
.product-list .style3.product-layouts .product-wrapper .main_btn_wrapper .pro_btn.add_tocart a, .product-short-list .style3.product-layouts .product-wrapper .main_btn_wrapper .pro_btn.add_tocart a {
  float: none;
  display: inline-block;
  vertical-align: top;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
}
.product-list .style3 .product-wrapper .main_btn_wrapper .pro_btn.add_tocart span.add_cart, .product-short-list .style3 .product-wrapper .main_btn_wrapper .pro_btn.add_tocart span.add_cart {
  display: inline-block !important;
  float: none;
  padding: 13px;
  color: var(--color-product-primary-text);
  line-height: 16px;
}
.product-list .style3.product-layouts .product-wrapper .main_btn_wrapper .pro_btn.add_tocart:hover a, .product-list .style3.product-layouts .product-wrapper .main_btn_wrapper .pro_btn.add_tocart:focus a, .product-list .style3.product-layouts .product-wrapper .main_btn_wrapper .pro_btn.add_tocart:active a, .product-short-list .style3.product-layouts .product-wrapper .main_btn_wrapper .pro_btn.add_tocart:hover a, .product-short-list .style3.product-layouts .product-wrapper .main_btn_wrapper .pro_btn.add_tocart:focus a, .product-short-list .style3.product-layouts .product-wrapper .main_btn_wrapper .pro_btn.add_tocart:active a {
  color: var(--color-product-secondary-text);
}
.product-list .style3 .product-wrapper .main_btn_wrapper .pro_btn.add_tocart:hover span.add_cart, .product-list .style3 .product-wrapper .main_btn_wrapper .pro_btn.add_tocart:focus span.add_cart, .product-list .style3 .product-wrapper .main_btn_wrapper .pro_btn.add_tocart:active span.add_cart, .product-short-list .style3 .product-wrapper .main_btn_wrapper .pro_btn.add_tocart:hover span.add_cart, .product-short-list .style3 .product-wrapper .main_btn_wrapper .pro_btn.add_tocart:focus span.add_cart, .product-short-list .style3 .product-wrapper .main_btn_wrapper .pro_btn.add_tocart:active span.add_cart {
  color: var(--color-product-secondary-text);
}
.product-list .style3 .product-wrapper .btn_wrapper .pro_btn.add_tocart span.add_cart {
  display: inline-block !important;
  float: none;
  color: var(--color-product-primary-text);
  padding: 10px 16px 9px 10px;
}
.style3.product-list .product-wrapper .btn_wrapper {
  float: none;
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 0;
  position: static;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}
.product-list .style3.grid-view-item .product-wrapper .product-description .grid-view-item__meta {
  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;
}
@media (max-width: 767px) {
  .collection_template .products-grid-view .grid-item.product-grid {
    clear: none;
  }
}
/*============================================================================
#Collection Filters
==============================================================================*/
aside.sidebar-tag.filter.color.tags img {
  width: 26px;
  margin-right: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--color-border);
  padding: 1px;
}
aside.sidebar-tag.filter.color.tags a:hover img {
  border-color: #ccc;
}
aside.sidebar-tag.filter.color.tags li.white img {
  border: 1px solid var(--color-border);
}
.off-canvas-wrapper .collection_sidebar {
  float: left;
  width: 100%;
  padding: 0 30px;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .off-canvas-wrapper .collection_sidebar {
    padding: 0 20px;
  }
}
.off-canvas-wrapper .collection_sidebar .widget.widget_promo_img {
  padding: 0;
  margin: 20px 0;
  border: none;
}
.full-width .collection_sidebar .widget-content ul {
  float: left;
  width: 100%;
}
.full-width .collection_sidebar .widget-content ul li a {
  float: left;
  width: 100%;
  line-height: 26px;
}
.full-width .collection_sidebar .widget-content ul li {
  float: left;
  width: 100%;
}
.off-canvas-wrapper .collection_sidebar .refined-widgets a {
  float: left;
  width: 100%;
  margin: 0 0 15px;
  border: none;
  border-bottom: 1px solid var(--color-border);
}
@media (max-width: 991px) {
  .off-canvas-wrapper .collection_sidebar .refined-widgets a {
    border-bottom: 1px solid var(--color-border);
    margin: 0;
  }
}
.off-canvas-wrapper .collection_sidebar .widget_top_rated_products h4 {
  font: 600 16px/18px var(--font-stack-header);
  margin: 0 0 15px;
  text-transform: capitalize;
}
.off-canvas-wrapper .collection_sidebar .sidebar-product {
  margin: 0 0 15px;
  padding: 0;
}
.active-filter {
  font-weight: bold;
}
.view-mode.filter-grid-list.grid__item {
  float: left;
}
.pages_list.open {
  float: left;
  position: relative;
  width: auto;
}
@media only screen and (max-width: 1024px) {
  .collection-filters {
    margin-bottom: 20px;
  }
}
.filter-sortby label, .filter-show label {
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  margin: 0;
  padding-right: 10px;
  text-transform: capitalize;
}
@media (max-width: 480px) {
  .filter-sortby label, .filter-show label {
    padding-right: 5px;
  }
}
.collection_template .sorting_wrapper .btn.dropdown-toggle {
  font-size: 14px;
  font-weight: 400;
  padding: 5px 34px 5px 15px;
  background: #fff;
  color: var(--color-text-field);
  border: 1px solid var(--color-border);
}
.collection_template .sorting_wrapper .filter-sortby .btn.dropdown-toggle {
  width: 185px;
  text-align: left;
}
.collection_template .sorting_wrapper .btn.dropdown-toggle > i {
  bottom: auto;
  font-size: 16px;
  line-height: 18px;
  left: auto;
  position: absolute;
  right: 10px;
  top: 7px;
}
.collection_template .sorting_wrapper .collection-sorting .filter-sortby .btn.dropdown-toggle {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
}
.collection_template .sorting_wrapper .pages_list .btn.dropdown-toggle {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
}
.sorting-section, .pages_list {
  float: right;
  position: relative;
}
@media (max-width: 480px) {
  .sorting-section, .pages_list {
    float: left;
  }
}
.collection_wrapper ul li.active > a, .collection_wrapper ul li.active > a:hover {
  background-color: #000000;
  color: #ffffff;
}
.dropdown-menu > li > a {
  color: var(--color-text-field);
}
.dropdown-menu > li > a:hover {
  color: var(--color-text-hover-field);
}
.filter-show.grid__item {
  display: inline-block;
  margin-left: 15px;
}
@media (max-width: 480px) {
  .filter-show.grid__item {
    margin-top: 15px;
    margin-left: 15px;
  }
}
@media (max-width: 480px) {
  .full_width.wrap_right_filter .filter-show.grid__item, .full_width.wrap_left_filter .filter-show.grid__item {
    margin-left: 5px;
  }
}
.collection-sorting {
  float: right;
  display: inline-block;
  margin-top: 20px;
  /*================ Medium Up Breakpoint ================*/
}
@media (min-width: 480px) {
  .collection-sorting {
    margin: 0;
  }
  .collection-sorting .grid-item {
    padding: 0 10px;
    min-width: 200px;
  }
}
@media (max-width: 480px) {
  .collection-sorting {
    margin-top: 15px;
  }
}
.filter-dropdown {
  height: 60px;
  margin: 0;
  max-width: 250px;
  position: relative;
}
.supports-pointerevents .filter-dropdown__select {
  position: absolute;
  text-indent: -999px;
}
.supports-pointerevents .filter-dropdown__label {
  background-color: var(--color-body);
    color: var(--color-body-text);
      cursor: pointer;
      display: block;
      font-family: var(--font-stack-body);
        font-size: em(15px);
        font-weight: 500;
        margin: 13px;
        max-width: 220px;
        overflow: hidden;
        pointer-events: none;
        position: absolute;
        text-align: left;
        text-overflow: ellipsis;
        white-space: nowrap;
        z-index: 1;
        }
@media only screen and (min-width: 1024px) {
  .filter-dropdown__wrapper {
    display: inline-block;
    width: 225px;
  }
  .sorting-filters--enabled .collection-tags {
    margin-right: 25px;
  }
  .supports-pointerevents .filter-dropdown__label {
    max-width: 195px;
  }
}
@media only screen and (min-width: 481px) {
  .collection-sorting .grid-item {
    padding: 0 15px;
    min-width: 200px;
  }
}
.mobile-facets {
  position: fixed;
  right: auto;
  top: 0;
  left: 0;
  bottom: 0;
  visibility: hidden;
  z-index: 5;
  background:#fff;
  height:100%;
}
.menu-opening .mobile-facets {
  visibility: visible;
}
.mobile-facets__inner{
  display: block!important;
  transition: all .5s ease-in-out 0s;
  -webkit-transition: all .5s ease-in-out 0s;
  -moz-transition: all .5s ease-in-out 0s;
  -o-transition: all .5s ease-in-out 0s;
  -ms-transition: all .5s ease-in-out 0s;
  transform: translateX(-100px);
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  position:absolute;
  top: 0;
  left:0;
  right: auto;
  bottom: 0;
  padding: 30px;
  text-align: left;
  background: #fff;
  width:300px;
  height: 100%;
  overflow-y: auto;
}
.menu-opening .mobile-facets__inner{
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
}
.mobile-facets__summary>div {
  position: relative;
  float: left;
  width: 100%;
}
.mobile-facets__summary>div span.mobile-facets__arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  left: auto;
  float: none;
  display: inline-block;
  vertical-align: top;
  width: 25px;
  height: 40px;
  line-height: 40px;
} 
.mobile-facets__summary>div span.mobile-facets__arrow:focus i,.mobile-facets__summary>div span.mobile-facets__arrow:hover i,.mobile-facets__summary>div span.mobile-facets__arrow:active i{
  color: #fff;
}
.mobile-facets__main {
  float: left;
  width: 100%;
  padding: 10px 0 0;
}
.mobile-facets__close {
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 10px;
  right: auto;
  opacity: 0;
  visibility:hidden;
  left: 10px;
  z-index: 6;
}
.mobile-facets__close i {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 22px;
}
details.mobile-facets__details.js-filter.widget {
  margin: 0px;
}
.menu-opening .mobile-facets__close {
  opacity: 1;
  visibility:visible;
}
.mobile-facets__main .main.mobile-facets__footer{
  float: left;
  width: 100%;
  align-items: center;
  background: #fff;
  display: flex;
  justify-content: space-between;
  margin: 0 0 15px;
}
label.mobile-facets__label input[type=checkbox]{
  vertical-align: middle;
  border: 1px solid #e5e5e5;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 18px;
  width: 18px;
  float: left;
  line-height: 18px;
  margin-right: 10px;
  transition: all .4s ease-in-out 0s;
  -webkit-transition: all .4s ease-in-out 0s;
  -moz-transition: all .4s ease-in-out 0s;
  -o-transition: all .4s ease-in-out 0s;
  -ms-transition: all .4s ease-in-out 0s;
  outline: none;
  cursor: pointer;
}
label.mobile-facets__label {
  position: relative;
}
.mobile-facets__label .icon-checkmark {
  position: absolute;
  left: 3px;
  top: 6px;
  bottom: auto;
  right: auto;
  margin: auto;
  visibility: hidden;
}
.mobile-facets__label>input[type=checkbox]:checked~.icon-checkmark {
  visibility: visible;
}
ul.mobile-facets__list.list-unstyled,.disclosure-has-popup .mobile-facets__submenu .facets__price {
  float: left;
  width: 100%;
  margin: 0 0 8px;
}
li.mobile-facets__item.list-menu__item {
  float: left;
  width: 100%;
  margin: 0 0 8px;
}
.mobile-facets__main .main.mobile-facets__footer a.mobile-facets__clear.btn {
  background: none;
  border: 2px solid var(--color-btn-primary);
    color: var(--color-product-secondary-text);
      padding: 7px 20px;
      }
.mobile-facets__main .main.mobile-facets__footer .mobile-facets__clear.btn::after{
  display:none;
}
.mobile-facets__main .main.mobile-facets__footer .mobile-facets__clear.btn:hover {
  border-color: #ff0000;
  color: #ff0000;
}
.mobile-facets__main .main.mobile-facets__footer button.no-js-hidden.btn.btn-primary {
  border: none;
}
.mobile-facets__details .mobile-facets__footer {
  float: left;
  width: 100%;
}
.mobile-facets__details .mobile-facets__footer .btn {
  background: none;
  border: none;
  color: #666;
  padding: 5px 0;
}
details.mobile-facets__details.js-filter {
  float: left;
  width: 100%;
  margin: 0 0 10px;
}
.mobile-facets__details .mobile-facets__footer .btn:hover{
  color: var(--color-btn-secondary-text);
    }
.mobile-facets__details .mobile-facets__footer .btn::after{
  content: "";
  left: 0px;
  right: auto;
  position: absolute;
  top: auto;
  bottom: 0;
  height: 2px;
  z-index: -1;
  -webkit-transition: all .4s ease-in-out 0s;
  -moz-transition: all .4s ease-in-out 0s;
  -ms-transition: all .4s ease-in-out 0s;
  -o-transition: all .4s ease-in-out 0s;
  transition: all .4s ease-in-out 0s;
  width: 0;
  background: var(--color-btn-secondary-text);
    }
.mobile-facets__details .mobile-facets__footer a.mobile-facets__clear.underlined-link.btn {
  margin: 0 10px 0 0;
}
.mobile-facets__details .mobile-facets__footer .mobile-facets__clear.btn:hover{
  color: #ff0000;
}
.mobile-facets__details .mobile-facets__footer .mobile-facets__clear.btn::after{
  background: #ff0000;
}
.mobile-facets__details .mobile-facets__footer .btn:hover::after{
  width: 90%;
}
.mobile-facets__summary h4 {
  font: 500 15px/20px var(--font-stack-header);
    color: var(--color-text);
      margin: 0 0 15px;
      cursor: pointer;
      float: left;
      width: 100%;
      padding: 10px 10px;
      position: relative;
      background: #f7f4ef;
      -webkit-transition: all .4s ease-in-out 0s;
      -moz-transition: all .4s ease-in-out 0s;
      -ms-transition: all .4s ease-in-out 0s;
      -o-transition: all .4s ease-in-out 0s;
      transition: all .4s ease-in-out 0s;
      border-radius: 5px; 
      -moz-border-radius: 5px;
      -webkit-border-radius:5px;
      -khtml-border-radius: 5px;
      }
details.mobile-facets__details.js-filter:hover h4{
  color: var(--color-btn-primary-text);
  background: var(--color-btn-primary);
    }
details.mobile-facets__disclosure.disclosure-has-popup .mobile-facets__open{
  float:left;
  width:100%;
  padding: 15px;
  border-bottom: none;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: var(--color-text);
    }
.full_width details.mobile-facets__disclosure.disclosure-has-popup .mobile-facets__open{
  padding:15px 0px;
}
.off-canvas .collection_sidebar .widget{
  margin-bottom: 20px;
    float: left;
    width: 100%;
    padding: 15px;
    background-color: var(--color-body);
    border: 1px solid var(--color-border);
}
.off-canvas .collection_sidebar .widget ul li {
    margin: 0 0 10px;
}
.sidebar-product del .money {
    font-size: 14px;
    line-height: 18px;
}
.off-canvas-wrapper ul.top-products {
    margin: 0;
}
.off-canvas .collection_sidebar .widget.widget_top_rated_products {
    margin: 20px 0 0;
}
.off-canvas-wrapper .collection_sidebar .widget ul .product-layouts:last-child li.product-wrapper {
    margin: 0;
}
@media(min-width: 992px){
  menu-drawer.mobile-facets__wrapper {
    display: none;
  }
}
@media(max-width: 991px){
  .sidebar-block .facets-container .facets,.off-canvas-wrapper menu-drawer.mobile-facets__wrapper{
    display:none;
  }
  .off-canvas-wrapper .sidebar-block .facets-container .facets{
    display:block;
  }
}
/*============================================================================
 #Collection Page
 ==============================================================================*/
.collection-grid {
  margin-bottom: -20px;
}
.product-wrapper:hover .product-description .h4 a {
  color: var(--color-text-hover-field);
}
a.featured-box {
  border: 1px solid var(--color-border);
  color: var(--color-body-text);
  display: block;
  margin-bottom: 20px;
}
a.featured-box:hover {
  color: var(--color-text-hover-field);
}
.collection_wrapper .section-header.text-left {
  float: left;
  width: 100%;
}
.collection_wrapper .section-header.text-left .section-header__title {
  display: none;
}
.collection_wrapper .filter-wrapper .sorting_wrapper {
  float: right;
  width: auto;
}
@media (max-width: 480px) {
  .collection_wrapper .filter-wrapper .sorting_wrapper {
    float: left;
    width: 100%;
  }
}
.list-collection-products .grid__item {
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .list-collection-products .grid__item {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .list-collection-products .grid__item {
    width: 50%;
  }
}
@media (max-width: 767px) and (max-width: 480px) {
  .list-collection-products .grid__item {
    width: 100%;
  }
}
.grid-item.product-list .product-wrapper .product-description .flip-countdown.simple-countdown .countdown-container {
  position: static;
  float: left;
  margin: 0 0 8px 0;
  padding: 0 5px;
}
@media (max-width: 480px) {
  .grid-item.product-list .product-wrapper .product-description .flip-countdown.simple-countdown .countdown-container {
    margin: 0 auto 8px auto;
  }
}
.grid-item.product-list .product-wrapper .product-description .flip-countdown.simple-countdown {
  float: left;
  width: 100%;
}
.grid-item.product-list .product-wrapper:hover .product-description .flip-countdown.simple-countdown .countdown-container {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}
.tt-event-overlay::after {
  content: "";
  position: absolute;
  border: 42px solid var(--color-product-primary);
  width: 50%;
  left: 0;
  height: 100%;
  border-color: var(--color-product-primary) transparent transparent var(--color-product-primary);
  bottom: -45px;
  top: auto;
  z-index: -1;
}
.list-collection-products .pickgradient-products:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.list-collection-products .pickgradient-products img {
  max-width: 100%;
  transition: transform 0.45s;
  -webkit-transition: transform 0.45s;
  -moz-transition: transform 0.45s;
  -o-transition: transform 0.45s;
  -ms-transition: transform 0.45s;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}
p.text-center.veiw_all_collections a span.icon.icon-chevron-right {
  padding-top: 2px;
  float: right;
  padding-left: 5px;
}
p.text-center.veiw_all_collections a {
  line-height: 2.5;
  display: inline-block;
}
.tt-event-overlay {
  position: absolute;
  top: 18px;
  left: 0;
  color: #000;
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.list-collection-products .pickgradient-products > a.grid-link {
  float: left;
  width: 100%;
  position: relative;
}
.list-collection-products .pickgradient-products .deatil {
  float: left;
  width: 100%;
  margin: 20px 0;
}
.list-collection-products .pickgradient-products > a {
  overflow: hidden;
  display: inline-block;
  width: auto;
  float: none;
  vertical-align: top;
  position: relative;
  border: 4px solid #fff;
  box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
p.collection-count span {
  font-size: 14px;
  line-height: 1.5;
}
p.collection-count {
  font-size: 14px;
  margin: 0;
  z-index: 1;
  -ms-transform: rotate(317deg);
  -webkit-transform: rotate(317deg);
  transform: rotate(317deg);
  width: 100%;
  text-align: center;
  color: var(--color-product-primary-text);
}
a.grid-link.collection-link span.grid-link__title {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  color: #000;
}
.list-collection-products .pickgradient-products .deatil a {
  padding: 0 0 8px;
  float: left;
  width: 100%;
}
.list-collection-products .pickgradient-products .deatil .collection-detail {
  float: left;
  padding: 0 15px;
  width: 100%;
  line-height: 1.5;
}
.featured-box__body {
  border-top: 0;
  margin-top: -10px;
  padding: 10px 6.6666666667px;
}
.featured-box__body .btn--large {
  background-color: var(--color-btn-primary);
  color: var(--color-btn-primary-text);
  font-family: var(--font-stack-body), sans-serif;
  font-size: em(14px);
  margin: 0;
  padding: 5px 0;
}
.featured-box__body .hr--small {
  position: relative;
  top: -3.3333333333px;
}
@media only screen and (min-width: 1025px) {
  .featured-box__body {
    padding: 20px 0;
  }
}
.featured-box__title {
  margin: 0;
}
@media (min-width: 481px) and (max-width: 1025px) {
  .medium--one-third .featured-box__title, .one-third .featured-box__title {
    font-size: em(20px);
  }
}
@media only screen and (min-width: 1025px) {
  .large--one-third .featured-box__title, .one-third .featured-box__title {
    font-size: em(20px);
  }
}
@media (min-width: 481px) {
  .product-list .grid-view-item.product-layouts .product-wrapper .product-thumb .padding_0.right_img {
    margin: 0 -10px !important;
  }
}
.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;
}
.full-search-wrapper .search-inner input.input-group-field.s-loading {
  background: url("serach-loader.gif") no-repeat scroll right 60px center;
  float: left;
  position: static;
  transition: none 0s ease 0s;
  -webkit-transition: none 0s ease 0s;
  -moz-transition: none 0s ease 0s;
  -o-transition: none 0s ease 0s;
  -ms-transition: none 0s ease 0s;
  width: 100%;
}
.header_1 .search_wrapper input.input-group-field.s-loading, .header_3 .search_wrapper input.input-group-field.s-loading {
  background: url("serach-loader.gif") no-repeat scroll right 0 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%;
}
@media (max-width: 991px) {
  .collection_wrapper, .left-sidebar, .right-sidebar {
    width: 100%;
  }
  .left-sidebar, .right-sidebar {
    margin-top: 20px;
  }
}
/*home page*/
.template-index .main-content .shopify-section {
  float: left;
  margin: 40px 0;
  width: 100%;
}
@media (max-width: 1199px) {
  .template-index .main-content .shopify-section {
    margin: 25px 0;
  }
}
@media (max-width: 767px) {
  .template-index .main-content .shopify-section {
    margin: 15px 0;
  }
}
@media (max-width: 480px) {
  .template-index .main-content .shopify-section {
    margin: 10px 0;
  }
}
.template-index .main-content .shopify-section.slideshow{
  margin: 0;
}
.template-index .main-content .shopify-section.collection-slider{
  margin-top:0;
}
.template-index .main-content .shopify-section.Services{
  margin:0;
}
.template-index .main-content .shopify-section.instagram-block {
  margin-bottom: 0;
}
.main-content .sidebar .shopify-section{
  margin:0;
  text-align: left;
}
@media (max-width: 991px) {
  .main-content .shopify-section {
    margin: 20px auto 0;
    float: left;
    width: 100%;
  }
  .main-content .sidebar div#shopify-section-sidebar-promoimage {
    margin: 0;
    width: auto;
    display: inline-block;
    float: none;
  }
  .product-layouts .product-wrapper .product-description .item-swatch.color_swatch_Value {
    display: none;
  }
}
@media (max-width: 991px) {
  .content-wrapper {
    width: 100%;
  }
  .sidebar {
    width: 100%;
  }
  .sidebar .widget > h4.toggle {
    padding: 10px;
  }
}
@media (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%;
  }
}

/*============================================================================
#Product Page
==============================================================================*/
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-info {
  display: inline-block;
  text-transform: capitalize;
  margin: 10px 0 20px 0;
  background: #f5f5f5;
  padding: 5px 15px;
  float: left;
  width: auto;
}
.product-information .review-wrap {
  padding: 0;
}
.product-information-inner .fixed-content .qty_attr {
  padding: 0;
}
.product-information-inner .product-single__price #comparePrice {
  font-size: 14px;
}
.product-info > p {
  display: table;
  margin: 10px 0;
  float: none;
  width: auto;
}
.product-info > p > label {
  display: table-cell;
  width: 145px;
  font-weight: 700;
  font-size: 14px;
  color: var(--color-text);
  text-transform: capitalize;
  float: left;
  margin: 0;
}
.product-info > p.product-type span a {
  text-transform: capitalize;
}
.product-information-inner .product-actions .selector-wrapper {
  float: left;
  margin: 0 5px 10px 0;
  width: 140px;
}
.product-information .flip-countdown .countdown-container {
  float: left;
  width: 215px;
  position: static;
  background: #f5f5f5;
  border: none;
}
.product-information .flip-countdown.simple-countdown .countdown-container::after {
  left: 10px;
}
.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;
}
.spr-review {
  padding: 15px 0 !important;
}
.spr-container {
  padding: 20px !important;
}
.spr-badge-starrating {
  margin: 0 !important;
}
.spr-form {
  padding: 0 !important;
}
span.spr-badge-caption {
  padding-left: 10px;
}
#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: 11px !important;
  line-height: 12px !important;
}
.spr-icon.spr-icon-star-empty {
  color: #ffbc00;
}
.spr-form-input.spr-starrating .spr-icon {
  color: #ffbc00;
}
a.spr-icon.spr-icon-star.spr-icon-star-empty.spr-icon-star-hover {
  color: #ffbc00;
  opacity: 1;
}
.spr-form-input.spr-starrating .spr-icon.spr-icon-star-empty {
  color: #5c5c5c;
}
.product-single .product-single__description .spr-icon:hover.spr-icon-star-empty {
  color: #ffbc00 !important;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}
#shopify-product-reviews .spr-form-label, #shopify-product-reviews .spr-review-content-body {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.product-single .product-single__thumbs .grid-item.slick-slide a {
  float: left;
  border: 2px solid var(--color-product-border);
}
.product-single .product-single__thumbs .grid-item.slick-slide a:hover {
  border-color: #e5e5e5;
}
.product-information-inner .product-single__price span#productPrice {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.product-single .social-sharing i {
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
  height: 30px;
  width: 30px;
  float: left;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  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;
}
.product-single .social-sharing i:hover {
  transform: translateY(-4px);
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
}
.product-single .social-sharing i.mdi-facebook {
  color: #3b5998;
}
.product-single .social-sharing i.mdi-twitter {
  color: #00aced;
}
.product-single .social-sharing i.mdi-pinterest {
  color: #c8232c;
}
.product-single .social-sharing i.mdi-instagram {
  color: #dc2743;
}
.product-single .social-sharing i.mdi-whatsapp {
    color: #25D366;
}
.product-single .social-sharing span.share-title {
  display: none;
}
/*----- product tab ------*/
.TTProduct-Tab .nav-tabs > li {
  float: none;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
}
.TTProduct-Tab .nav-tabs > li.current > a, .TTProduct-Tab .nav-tabs > li > a:hover, .TTProduct-Tab .nav-tabs > li > a:focus {
  background-color: #111;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  color: #fff;
}
.TTProduct-Tab .nav-tabs > li:last-child > a {
  margin-right: 0;
}
.TTProduct-Tab .nav-tabs > li > a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  font: 500 14px/20px var(--font-stack-body);
  outline: medium none;
  padding: 10px 20px;
  position: relative;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  transition: all 300ms ease-in-out 0s;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  -ms-transition: all 300ms ease-in-out 0s;
  margin: 0 2px;
  line-height: 1.42857143;
  border: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .TTProduct-Tab .nav-tabs > li > a {
    margin: 0 0 5px 0;
  }
}
@media (max-width: 480px) {
  .TTProduct-Tab .nav-tabs > li > a {
    padding: 8px 25px;
  }
}
.TTProduct-Tab .nav-tabs > li > a::before {
  content: "";
  transform: scale(0.5, 1);
  -webkit-transform: scale(0.5, 1);
  -moz-transform: scale(0.5, 1);
  -o-transform: scale(0.5, 1);
  -ms-transform: scale(0.5, 1);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  z-index: -1;
}
.TTProduct-Tab .nav-tabs > li.active > a::before, .TTProduct-Tab .nav-tabs > li.active > a:hover::before, .TTProduct-Tab .nav-tabs > li.active > a:focus::before, .TTProduct-Tab .nav-tabs > li > a:hover:before, .TTProduct-Tab .nav-tabs > li > a:focus::before {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}
.TTProduct-Tab .nav-tabs > li.active > a, .TTProduct-Tab .nav-tabs > li.active > a:hover, .TTProduct-Tab .nav-tabs > li.active > a:focus, .TTProduct-Tab .nav-tabs > li > a:hover, .TTProduct-Tab .nav-tabs > li > a:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  border: none;
}
.product-single__description .product_tab_wrapper {
  clear: both;
  margin: 80px 0 40px;
  text-align: center;
  padding: 0;
}
@media (max-width: 767px) {
  .product-single__description .product_tab_wrapper {
    margin: 30px 0 40px;
  }
}
@media (max-width: 480px) {
  .product-single__description .product_tab_wrapper {
    margin: 30px 0 0;
  }
}
.product-single__description .product_tab_wrapper .tabs > li {
  float: none;
  width: auto;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 10px;
}
@media (max-width: 480px) {
  .product-single__description .product_tab_wrapper .tabs > li {
    width: 60%;
  }
}
.product_tab_wrapper ul.tabs li > a {
  float: left;
  font-size: 16px;
  line-height: 20px;
  margin: 0 2px;
  padding: 10px 20px;
  text-transform: capitalize;
  font-weight: 600;
  background: #f5f5f5;
  border-radius: 25px;
  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;
}
@media (max-width: 480px) {
  .product_tab_wrapper ul.tabs li > a {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .product-single__description .tabs > li {
    width: 100%;
  }
}
.product_tab_wrapper .tab-container {
  padding: 10px 0;
  float: left;
  width: 100%;
  text-align: left;
}
.product_tab_wrapper ul.tabs li > a, .product_tab_wrapper ul.tabs li.active > a {
  border: none;
}
.product_tab_wrapper ul.tabs li > a::before {
  content: "";
  transform: scale(0.5, 1);
  -webkit-transform: scale(0.5, 1);
  -moz-transform: scale(0.5, 1);
  -o-transform: scale(0.5, 1);
  -ms-transform: scale(0.5, 1);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  z-index: -1;
}
.product_tab_wrapper ul.tabs li.active > a::before, .product_tab_wrapper ul.tabs li:hover > a::before, .product_tab_wrapper ul.tabs li:focus > a::before {
  background: var(--color-btn-primary);
  color: var(--color-btn-primary-text);
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}
.product_tab_wrapper ul.tabs li.active > a, .product_tab_wrapper ul.tabs li:hover > a, .product_tab_wrapper ul.tabs li:focus > a {
  color: var(--color-btn-primary-text);
}
#shopify-product-reviews {
  text-align: left;
}
.product-single__description .tab-pane .spr-summary {
  text-align: left;
}
.product-information-inner .product-single__variants .selector-wrapper {
  float: left;
  margin-right: 10px;
  width: 130px;
}
/**/
.product-arrows .right {
  right: 0;
  left: auto;
  text-align: right;
}
@media (max-width: 480px) {
  .product-arrows .right {
    height: 30px;
    width: 30px;
    padding: 0;
    text-align: center;
  }
}
.product-arrows .left {
  left: 0;
  right: auto;
}
@media (max-width: 480px) {
  .product-arrows .left {
    height: 30px;
    width: 30px;
    padding: 0;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .disable_menutoggle.menu_left .product-arrows .left {
    left: 300px;
  }
  .disable_menutoggle.menu_right .product-arrows .right {
    right: 300px;
  }
}
.product-arrows div i {
  background: #000000 none repeat scroll 0 0;
  color: #ffffff;
  font-size: 15px;
  height: 104px;
  padding: 40px 10px;
  width: 30px;
  line-height: 25px;
}
.product-arrows a img {
  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;
}
@media (max-width: 767px) {
  .product-arrows a img {
    display: none;
  }
}
.product-arrows a:hover img {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}
@media (max-width: 767px) {
  .product-arrows a:hover img {
    display: none;
  }
}
@media (max-width: 991px) {
  .product-arrows .left, .product-arrows .right {
    left: auto;
    right: auto;
    position: relative;
    float: none !important;
    display: inline-block;
    width: auto;
    height: auto;
    margin-bottom: 20px;
  }
  .product-arrows div i {
    background: #000000 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 15px;
    height: 40px;
    padding: 9px 14px;
    width: 40px;
    line-height: 25px;
  }
  .product-arrows {
    text-align: center;
  }
  .product-arrows a:hover img, .product-arrows a img {
    display: none;
  }
}
.product-arrows div a .title {
  display: none;
}
.design_3 .product-arrows div {
  line-height: 30px;
}
.design_3 .product-Video-btn.popup-video.tip-top {
  position: static;
}
.design_3 .product-Video-btn .mdi.mdi-video {
  margin: 0 6px 0 0;
}
.product-arrows span {
  width: 35px;
  text-align: center;
  height: 35px;
  border: 1px solid var(--color-border);
}
@media (max-width: 767px) {
  .product-arrows span {
    width: 35px;
  }
}
.product-arrows span a {
  width: 100%;
  height: 100%;
  float: left;
}
.product-arrows span:hover a {
  background: var(--color-product-secondary);
  color: var(--color-product-secondary-text);
}
.product-arrows span:hover {
  border-color: var(--color-product-secondary);
}
#shopify-section-product-template-5 .product-information .add-to-wishlist.pro_btn .loading {
  float: none !important;
  display: inline-block;
  vertical-align: top;
}
.product-arrows {
  position: absolute;
  top: 0;
  right: 0;
  width: 75px;
  height: 37px;
  line-height: 30px;
  margin: 0;
}
@media (max-width: 767px) {
  .product-arrows {
    width: 80px;
    left: 0;
    margin: 0 auto;
    top: -50px;
    margin-bottom: 5px;
  }
}
.product-arrows span a .mdi {
  font-size: 20px;
  line-height: 33px;
  padding: 0 5px 0 7px;
}
@media (max-width: 767px) {
  #shopify-section-product-template-1 .product-single {
    margin-top: 30px;
  }
  .design_3 .product-arrows {
    top: -50px;
  }
}
/*------------------------------#shopify-section-product-template-1--------------------------------*/
.design_1.product-single .print_wrap {
  float: left;
  width: auto;
}
.design_1 .product-single__thumbs .grid-item {
  padding: 0;
}
.design_1 .product-single__photos {
  margin-bottom: 20px;
}
#shopify-section-product-template-1 .design_1 .product-block .title-arrows {
  border-bottom: 1px solid var(--color-border);
    padding: 0 0 10px;
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 0 15px;
    }
.design_1 .product-single__addtocart label{
  margin: 0 0 10px;
}
/*------------------------------#shopify-section-product-template-2--------------------------------*/
@media (min-width: 1199px) {
  .product_sticky_design_2 .design_2 .product-information, .product_sticky_design_2 .design_2 .product-wrapper-owlslider {
    top: 50px;
  }
}
@media (min-width: 1200px) {
  .product_sticky_design_2 .design_2 .product-information, .product_sticky_design_2 .design_2 .product-wrapper-owlslider {
    top: 130px;
  }
}
.product_sticky_design_2  .pro_img {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.product_sticky_design_2 .product-single .pro_img .product-image-btn {
  right: 10px;
}
.product_sticky_design_2 .product-single a.product-lightbox-btn {
  width: 30px;
  height: 30px;
  float: none;
  display: inline-block;
  vertical-align: top;
  line-height: 30px;
}
.product_sticky_design_2 .product-single .pro_img i.mdi.mdi-magnify {
  font-size: 24px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
}
@media (max-width: 767px) {
  .product_sticky_design_2 .product-img .pro_img {
    float: none;
    width: 80%;
    display: inline-block;
    vertical-align: top;
  }
  .product_sticky_design_2 .product-single .pro_img i.mdi.mdi-magnify {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 480px) {
  .product_sticky_design_2  .pro_img {
    width: 100%;
    margin: 0 0 15px;
  }
}
.product_sticky_design_2 .product-single .pro_img:hover i.mdi.mdi-magnify {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
}
.product_sticky_design_2 .design_2 .product-block .title-arrows {
  border-bottom: 1px solid var(--color-border);
    padding: 0 0 10px;
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 0 15px;
    }
@media (min-width: 992px) {
  .product_sticky_design_2 .design_2 .product-information, .product_sticky_design_2 .design_2 .product-wrapper-owlslider {
    position: sticky;
  }
  .template-product.product_sticky_design_2 .page-wrapper {
    overflow: visible;
  }
}
.product_sticky_design_2 .design_2 .product-Video-btn.popup-video.tip-top {
  margin: 0;
}
.product_sticky_design_2 .design_2 .product-Video-btn i.mdi.mdi-video {
  float: none;
}
.full_gallery_slider.owl-carousel .owl-item .extra-video img,.product_sticky_design_2 .extra-video img,
.full_gallery_slider.owl-carousel .owl-item .video img,.product_sticky_design_2 .video img,
.full_gallery_slider.owl-carousel .owl-item .model img,.product_sticky_design_2 .model img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.full_gallery_slider .video-source,.product_sticky_design_2 .video-source{
  height: 100%;
}
.full_gallery_slider .video-source video,.product_sticky_design_2 .video-source video{
  vertical-align: top;
  object-fit: cover;
}
.full_gallery_slider .pro_img.extra-video iframe,.product_sticky_design_2 .extra-video iframe{
  height: 100%;
  width: 100%;
}
/*-----------------------------------------*/
.product-images-fixed a.product-Video-btn.popup-video.tip-top {
  position: static;
  z-index: 1;
  left: 20px;
}
.product-images-fixed .popup-video > span {
  position: absolute;
  left: 20px;
  z-index: 1;
  top: 5px;
}
.product-single__price span.visually-hidden {
  display: none;
}
.product-single__variants .selector-wrapper label {
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--color-text);
  margin: 0 0 8px 0;
}
.product-single__variants .selector-wrapper select {
  padding: 10px 26px 10px 10px;
  background-color: #fff;
}
.product-single__addtocart label {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 5px;
  width: 100%;
  color: var(--color-text);
}
.product-information .qnt_wrap .button:hover {
  background-color: #eeeeee;
}
.product-information .add-to-wishlist.pro_btn, .product-information .add-to-compare.pro_btn, .product-information .print, .product-information .sizechart {
  float: left;
  width: auto;
  margin-right: 15px;
}
#AddToCart > span {
  font-weight: 600;
}
.product-information-inner .threesixty-video {
  float: left;
  width: 100%;
  margin: 0 0 15px;
}
.threesixty-video .product-Video-btn.popup-video.tip-top {
  padding: 2px 15px;
  float: left;
  width: auto;
  position: static;
}
@media (max-width: 991px) {
  .threesixty-video .product-Video-btn.popup-video.tip-top {
    padding: 2px 5px;
  }
}
@media (max-width: 480px) {
  .threesixty-video .product-Video-btn.popup-video.tip-top {
    padding: 2px 0;
    margin: 5px 0 0 0;
    width: 100%;
  }
}
.product-single__thumbs .owl-pagination, .product-single .tab-pane, .tab-pane {
  display: none;
}
.product-single .active.tab-pane, .tab-pane.active {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}
.product-single__thumbs {
  padding: 0 50px;
  background: #fff;
}
.product-single__thumbs .grid-item {
  float: left;
  width: 100%;
  margin: 5px;
}
.product-single__thumbs .slick-list {
  padding: 0 !important;
}
.product-single.vertical_left .product-single__thumbs {
  padding: 50px 15px;
}
.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-information .add-to-wishlist.pro_btn .show .loading {
  width: auto;
  float: left;
}
.product-information .add-to-wishlist .add_to_wishlist:hover {
  background-color: #f5f5f5;
}
.product-information .add-to-wishlist.pro_btn .show .loading, .product-information .add-to-wishlist.pro_btn .show .loading a.add_to_wishlist {
  background: none;
}
.product-information .add-to-wishlist.pro_btn .show .loading a.add_to_wishlist {
  background: none;
}
.product-information .add-to-wishlist.pro_btn:hover, .product-information .add-to-wishlist.pro_btn:active, .product-information .add-to-wishlist.pro_btn .show .loading a.add_to_wishlist:focus, .product-information .add-to-wishlist.pro_btn:focus, .product-information .add-to-wishlist.pro_btn .show .loading:focus {
  background: none;
}
.product-information .add-to-wishlist.pro_btn .show .loading.btn {
  padding: 1px 10px;
}
.related-products-container {
  float: left;
  width: 100%;
  margin: 40px 0;
  position: relative;
}
@media (max-width: 1199px) {
  .related-products-container {
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  .related-products-container {
    margin: 15px 0;
  }
}
.product-fixed-wrapper {
  background: #ffffff none repeat scroll 0 0;
  float: left;
  padding: 15px;
  width: 100%;
}
div#ProductSection {
  float: left;
  width: 100%;
  position: relative;
}
.product-single__description.rte {
  float: left;
  width: 100%;
  margin: 0;
}
.product-information .product-single__desc {
  margin: 0;
  padding: 0;
}
.product-block {
  background: #ffffff none repeat scroll 0 0;
  float: left;
  padding: 0;
  width: 100%;
}
.product-img .pro_img {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .product-img .pro_img {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: auto;
  }
}
.pro_img .product-image-btn {
  position: absolute;
  right: 20px;
  left: auto;
  bottom: 10px;
  top: auto;
}
.pro_img {
    margin-bottom: 20px;
}
.design_3 .product-img .pro_img .product-image-btn {
  right: 15px;
}
.design_3 .product-img .pro_img {
  margin-bottom: 30px;
}
.design_3 .product-information-inner .grid--uniform.product-single__addtocart {
  float: left;
  width: 100%;
}
.product-single__photos .product-image-btn {
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 2;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.product-single__photos a.product-lightbox-btn {
  display: none;
  width: 30px;
  height: 30px;
  float: left;
}
.design_4 .product-single__photos .product-image-btn {
  right: 15px;
}
.design_4 .product-Video-btn.popup-video.tip-top {
  float: right;
  width: auto;
  right: 10px;
  position: absolute;
  top: 10px;
  box-shadow: 0px 0 2px #555;
  -webkit-box-shadow: 0px 0 2px #555;
  -moz-box-shadow: 0px 0 2px #555;
  -ms-box-shadow: 0px 0 2px #555;
  -o-box-shadow: 0px 0 2px #555;
  padding: 5px 8px;
}
.horizontal_bottom.design_2 .product-single__thumb img {
  height: auto;
  border: 3px solid var(--color-product-border);
}
.design_3 .product-img {
  float: left;
  position: relative;
  width: 100%;
}
.design_3 .product-wrapper-owlslider .pro_img_wrap {
  border: none;
  background: #f7f7f7;
}
.design_4 .tt-scroll-content .add_tocart_wrapper {
  padding: 0;
}
.design_4 .product-single__description.rte {
  padding: 0;
}
.design_4 .tt-scroll .print {
  float: left;
  width: 100%;
  margin: 15px 0 6px 0px;
}
.design_4 #shopify-product-reviews .spr-container {
  margin-right: 10px;
}
.design_4.product-design-compact .product_tab_wrapper {
  border-top: 1px solid #e5e5e5;
  margin: 30px 0 20px;
}
.design_4 .tabs-layout-accordion .tt-tab-wrapper .tt-accordion-title {
  padding: 10px 0 5px 0;
}
.design_4 .product-arrows > span {
  position: fixed;
  top: 0;
  bottom: 0;
  height: 30px;
  width: 30px;
  line-height: 30px;
  margin: auto;
  z-index: 3;
}
.design_4 .product-arrows i {
  font-size: 30px;
}
@media (max-width: 767px) {
  .design_4 .product-arrows i {
    font-size: 24px;
  }
}
.design_4 .product-arrows .right {
  right: 60px;
  left: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .design_4 .product-arrows .right {
    right: 10px;
  }
}
.design_4 .product-arrows .left {
  left: 60px;
  right: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .design_4 .product-arrows .left {
    left: 10px;
  }
}
.fixed-product-block {
  display: table;
  width: 100%;
}
.product-single__addtocart .js-qty {
  margin-bottom: 15px;
  max-width: none;
  width: 125px;
  display: inline-block;
}
.product-information .social-sharing {
  display: inline-block;
  width: 100%;
  float: left;
}
.product-info .out-of-stock {
  color: red;
  font-weight: 500;
}
.product-info .many-in-stock, .product-info .in-stock {
  color: var(--color-body-text);
  font-weight: 500;
}
.product-infor .unavailable {
  color: orchid;
  font-weight: 500;
}
.product-info .items-count {
  color: #fa9324;
}
.product-single__price label {
  font-weight: 700;
  font-size: 14px;
  color: var(--color-text);
  display: inline-block;
  min-width: 155px;
  text-transform: capitalize;
  float: left;
  vertical-align: top;
  line-height: 28px;
}
.product-single .product-information .add-to-wishlist a, .product-single .product-information a.print, .product-single .product-information .add-to-compare a {
  font-size: 14px;
  font-weight: 400;
  vertical-align: middle;
  line-height: 20px;
  cursor:pointer;
}
.product-single__view-in-space {
  background-color: rgba(var(--color-text-rgb), 0.08);
    border: none;
    width: 100%;
    min-height: 44px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    font-size: calc(((var(--font-size-base)) / (var(--font-size-base))) * 1em);
      color: var(--color-text); }
.product-single__view-in-space[data-shopify-xr-hidden] {
  visibility: hidden; }
.product-single__view-in-space[data-shopify-xr-hidden] {
  display: none; }
.product-single__view-in-space:hover .product-single__view-in-space-text, .product-single__view-in-space:focus .product-single__view-in-space-text {
  border-bottom-color: var(--color-text); }
.product-single__view-in-space svg.icon {
  height: calc((25 / (var(--font-size-base))) * 1em);
    width: calc((25 / (var(--font-size-base))) * 1em);
      margin-top: -3px;
      margin-right: 2.43px;
      fill: transparent; }
.product-single__view-in-space svg.icon .icon-3d-badge-full-color-outline {
  stroke: none; }
.product-single__view-in-space svg.icon .icon-3d-badge-full-color-element {
  fill: var(--color-text);
    opacity: 1; }

.product-single__view-in-space-text {
  border-bottom: 1px solid transparent; }
.product-single .product-information select {
  border: none;
  background-color: #f5f5f5;
  padding: 10px;
  width: 216px;
  margin-right: 10px;
  margin-bottom: 20px;
}
.product-single .product-information .selector-wrapper.js.product-form__item {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.product-form__input.product-form__input--dropdown {
    float: left;
    width: 100%;
}
.product-form__buttons {
    float: left;
    width: 100%;
    margin: 15px 0 0;
}
.product-form__submit[aria-disabled=true]+.shopify-payment-button, .product-form__submit[disabled]+.shopify-payment-button {
    display: none;
}
.product-information-inner .notify_btn i {
  float: none;
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
    line-height: 18px;
  padding-right: 5px;
}
.product-information-inner .notify_btn span {
  font-weight: 500;
}
ul.tabs {
  float: left;
  list-style: outside none none;
  margin: 0 0 -4px;
  position: relative;
  width: 100%;
}
.tabs > li {
  display: inline-block;
  margin-bottom: 0;
}
.widget_promo_img #promo-carousel {
  margin: 0;
}
.product_tab_wrapper ul.tabs {
  margin-bottom: 15px;
}
ul.product-photo-thumbs.product-wrapper-owlslider.owl-carousel {
  padding: 0 40px;
  margin: 20px 0;
}
@media (max-width: 400px) {
  .more-view-wrapper ul.product-photo-thumbs.product-wrapper-owlslider.owl-carousel {
    width: 100%;
    margin: 20px auto;
    float: none;
  }
}
.product-single__thumbs .owl-nav .owl-prev, .product-single__thumbs .owl-nav .owl-next, ul.product-photo-thumbs.owl-carousel .owl-nav div {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}
.product-single__thumbs .owl-nav .owl-prev, .product-single__thumbs .owl-nav .owl-next, ul.product-photo-thumbs .owl-nav .owl-buttons .owl-prev, ul.product-photo-thumbs .owl-nav .owl-next {
  bottom: auto;
  top: 41%;
}
.product-photo-thumbs li, .product-single__thumbs li {
  padding: 5px;
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.product-single__thumbs li {
  padding: 0 5px !important;
}
.product-photo-thumbs li img, .product-single__thumbs li img {
  display: inline-block;
}
.product-single .product-information .add-to-wishlist.pro_btn .add-in-wishlist-js.btn, .product-single .product-information .add-to-wishlist.pro_btn .added-wishlist.btn.add_to_wishlist {
  background: none;
  color: inherit;
  padding: 0;
}
.product-single .product-information .add-to-wishlist.pro_btn .add-in-wishlist-js.btn:hover, .product-single .product-information .add-to-wishlist.pro_btn .added-wishlist.btn.add_to_wishlist:hover {
  color: #000;
}
.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, .product-single__thumbs .owl-nav .owl-next, ul.product-photo-thumbs .owl-nav .owl-prev, 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;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  top: 10px;
  bottom: 0;
  margin: auto;
  background: var(--color-btn-secondary);
}
.review-wrap .spr-badge {
  margin-right: 10px;
  float: left;
  text-transform: capitalize;
  padding-right: 8px;
  border-right: 1px solid #e5e5e5;
}
/* #shopify-product-reviews .spr-summary-actions-newreview::before {
  content: "\f64f";
  position: absolute;
  font-family: "Material Design Icons";
  left: -16px;
  right: auto;
  top: 4px;
  bottom: auto;
  height: 15px;
  width: 15px;
  font-size: 14px;
  line-height: 16px;
} */
@media (max-width: 480px) {
  #shopify-product-reviews .spr-summary-actions-newreview::before {
    left: 0;
  }
}
.product-single__description .spr-summary-actions-newreview {
  position: relative;
}
@media (max-width: 480px) {
  .product-single__description .spr-summary-actions-newreview {
    padding: 0 0 0 17px;
  }
}
.product-single__vendor lable {
  margin: 0 5px 0 0;
}
.product-information .product-single__price #comparePrice .money {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
a.product-write-review {
  display: inline-block;
  float: left;
  color: var(--color-text-field);
  cursor: pointer;
}
a.product-write-review:hover {
  color: var(--color-text-hover-field);
}
a.product-write-review > i {
  padding: 0 5px 0 0;
}
#shopify-product-reviews .spr-header-title {
  font-size: 16px;
  line-height: 18px;
  color: var(--color-text);
  font-weight: 600;
}
@media (max-width: 480px) {
  #shopify-product-reviews .spr-header-title {
    text-align: left;
  }
}
.product_all_images {
  float: left;
  width: 100%;
}
.product_all_images img {
  margin-bottom: 10px;
}
.product-single.vertical_left .product-single__thumbs {
  float: left;
  width: 25%;
  padding: 30px 0;
}
@media (max-width: 480px) {
  .product-single.vertical_left .product-single__thumbs {
    width: 35%;
  }
}
.product-single.vertical_left .product-single__thumbs .slick-slide img, .product-single.vertical_right .product-single__thumbs .slick-slide img {
  max-height: 95px;
  max-width: 95px;
  margin: 0 auto;
  float: none;
}
@media (max-width: 991px) {
  .product-single.vertical_left .product-single__thumbs .slick-slide img, .product-single.vertical_right .product-single__thumbs .slick-slide img {
    width: 100%;
  }
}
.product-single.vertical_left .slick-vertical .slick-prev.slick-arrow, .product-single.vertical_right .slick-vertical .slick-prev.slick-arrow {
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: auto;
}
.product-single .slick-prev.slick-arrow, .product-single .slick-next.slick-arrow {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid var(--color-btn-primary);
  font-size: 15px;
  color: var(--color-btn-primary-text);
  background: var(--color-btn-primary);
  top: 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;
  z-index: 1;
}
.product-single .slick-prev.slick-arrow:hover, .product-single .slick-next.slick-arrow:hover {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  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;
}
.product-single.vertical_left .slick-vertical .slick-next.slick-arrow, .product-single.vertical_right .slick-vertical .slick-next.slick-arrow {
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  top: auto;
}
.horizontal_bottom .product-wrapper-owlslider .product-single__photos, .horizontal_bottom .product-single__thumbs.horizontal_bottom {
  float: left;
  width: 100%;
  position: relative !important;
}
@media (max-width: 767px) {
  .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 (max-width: 480px) {
  .horizontal_bottom .product-wrapper-owlslider .product-single__photos, .horizontal_bottom .product-single__thumbs.horizontal_bottom {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .horizontal_bottom .product-single__thumbs.horizontal_bottom {
    width: 85%;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
}
.product-single.vertical_left .product-single__photos {
  float: right;
  width: 75%;
  margin-bottom: 0;
  position: relative;
}
@media (max-width: 480px) {
  .product-single.vertical_left .product-single__photos {
    width: 60%;
  }
}
.product-single.vertical_left.design_1 .product-Video-btn.popup-video.tip-top {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.product-single.vertical_right.design_1 .product-Video-btn.popup-video.tip-top {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.product-single.vertical_right .product-single__thumbs {
  float: right;
  width: 25%;
  padding: 30px 0;
}
.product-single.vertical_right .product-single__photos {
  float: left;
  width: 75%;
  position: relative;
}
.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;
}
.product-information-inner i.mdi.mdi-cart-outline{
  font-size: 20px;
    float: none;
    display: inline-block;
    vertical-align: top;
    line-height: 18px;
}
img {
  max-width: 100%;
}
.owl-nav {
  display: none;
}
.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;
}
.quick-view .product-photo-thumbs li {
  margin: 0;
}
.product-shop .product-item .selector-wrapper {
  float: left;
  width: 140px;
  margin-right: 10px;
}
.product-shop .grid--uniform.product-single__addtocart {
  float: left;
  width: 100%;
}
.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-primary-text);
  background: var(--color-btn-primary);
}
.pagination-custom > li.active, .pagination-custom > li:hover, .product-single__thumbs .owl-nav .owl-prev:hover, .product-single__thumbs .owl-nav .owl-next:hover, ul.product-photo-thumbs .owl-nav .owl-prev:hover, ul.product-photo-thumbs .owl-nav > .owl-next:hover {
  background: var(--color-product-secondary);
  border-color: var(--color-product-secondary);
  color: var(--color-product-secondary-text);
}
.pagination-custom > li:hover > a, .pagination-custom > li:hover > span {
  color: var(--color-product-secondary-text);
}
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-next.disabled:hover {
  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;
}
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 {
  background: var(--color-btn-secondary);
  color: var(--color-btn-secondary-text);
  border-color: var(--color-btn-secondary);
}
.product-single {
  margin-bottom: 20px;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .product-single {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .product-single {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .vertical_left.design_4 .product-wrapper-owlslider {
    width: 100%;
  }
  .design_4 .product-information {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
@media (max-width: 767px) {
  .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%;
  }
  .horizontal_bottom .product-single__thumbs.horizontal_bottom {
    float: none;
    width: 60%;
    display: inline-block;
    vertical-align: top;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .tt-brand_slider .owl-nav {
    display: block;
  }
}
@media (max-width: 480px) {
  .horizontal_bottom .product-single__thumbs.horizontal_bottom {
    width: 100%;
  }
  .design_1 #productPhoto.image-zoom {
    width: 100%;
  }
  .horizontal_bottom.design_2 .product-img .pro_img .product-image-btn {
    right: 20px;
  }
  #shopify-product-reviews .spr-container {
    padding: 15px 10px !important;
  }
  #shopify-product-reviews .spr-summary .spr-summary-actions {
    float: left;
    width: 100%;
    text-align: left;
    margin: 5px 0 0 0;
  }
  .spr-review-reportreview {
    float: left !important;
  }
}
/*  product compact layout */
.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);
}
.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;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.tt-scroll {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  left: 0;
  min-height: 435px;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 1199px) {
  .tt-scroll {
    min-height: 355px;
  }
}
@media (max-width: 991px) {
  .tt-scroll {
    position: static;
  }
}
.tt-scroll.has-scrollbar {
  height: 100%;
  left: 10px;
}
.tt-scroll-pane.active, .tt-scroll-pane.flashed, .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;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  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-information {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-flex;
  /* Safari */
  -webkit-align-items: center;
  /* Safari 7.0+ */
  display: flex;
  float: right;
}
.product-design-compact .product_tab_wrapper {
  border: none;
  border-top: 2px solid #000;
  padding: 0;
}
.panel.tt-Tabs-panel {
  display: none;
}
.panel.tt-Tabs-panel.active {
  display: block;
}

/**/
.full_gallery_slider .item {
  opacity: 0.4;
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  -ms-transition: 0.4s ease all;
  margin: 0 20px;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
}
.full_gallery_slider .owl-nav .owl-prev {
  position: absolute;
  top: 0;
  bottom: auto;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  left: 0;
  right: auto;
  margin: 0;
  height: 100%;
  border: none;
}
.full_gallery_slider .owl-nav .owl-prev:hover, .full_gallery_slider .owl-nav .owl-next:hover {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.full_gallery_slider .owl-nav .owl-next {
  position: absolute;
  top: 0;
  border: none;
  bottom: auto;
  right: 0;
  left: auto;
  margin: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.full_gallery_slider .owl-dots {
  counter-reset: counter;
}
.full_gallery_slider .owl-item img {
  margin: 0;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
}

.design_3 .product-information.product_fixed_block {
  margin: 40px 0 0; 
  padding: 0;
}
.design_3 .product-information.product_fixed_block .cart_wrap {
 float: left;
    width: 100%;
}
.design_3 .product-information.product_fixed_block .cart_wrap variant-selects.no-js-hidden {
  float: left;
  width: 100%;
  margin: 10px 0 0;
}
.design_3 .h2.product-single__price .price {
    float: none;
    width: auto;
    display: inline-block;
    vertical-align: top;
}
.pro
.design_3 #shopify-product-reviews .spr-summary,.design_3 #shopify-product-reviews .spr-content{
  text-align: left;
}
.design_3 .product-Video-btn.popup-video.tip-top {
  position: static;
  float: left;
  width: 100%;
  margin:0 0 10px;
}
.design_3 a.product-write-review,.design_3 .review-wrap .spr-badge{
  float:none;
  display: inline-block;
}
.design_3 .col-xs-12.padding_0.cart_wrap,.design_3 ul.tabs,.design_3 .tabs>li {
  float: none;
  text-align: center;
  vertical-align:top;
}
.design_3 .qty-box-set,.design_3 .product-single__addtocart .btn{
  float: none;
  display: inline-block;
  vertical-align:top;
}
.design_3 .social-sharing {
  display: inline-block;
  text-align: center;
  float: none;
  width: 100%;
}
.design_3 .product-information-inner .review-wrap {
  margin: 0 0 15px;
}
.design_3 .product-information .flip-countdown .countdown-container{
  margin:0 auto;
}
.design_3 .product-360-button {
  float: none;
  display: inline-block;
  width: 100%;
}
.design_3 .product-360-button a {
  font-weight: 400;
  float: left;
  width: 100%;
}
.design_3 .product-single__addtocart label {
  width: auto;
  padding: 8px 0;
  margin: 0 5px 0 0;
  float: none;
}
@media (max-width: 480px) {
  .design_3 .product-single__addtocart label {
    display: none;
  }
}

.design_3 .product-info>p {
  display: table;
  margin: 12px 0;
  float: none;
  width: auto;
}
.design_3 .product-info {
  float: none;
  margin: 15px 0 10px;
}
.design_3 .h2.product-single__price {
  font-size: 18px;
  float: none;
  margin: 0 0 12px;
}
.design_3 .product-Video-btn i.mdi.mdi-video {
  margin: 0 5px 0 0;
  float: none!important;
}
.design_3 .product-information-inner .flip-countdown{
  margin: 5px auto;
  position: relative;
  float: none;
  display: none;
  width: auto;
  text-align: center;
}
.design_3 .flip-countdown.simple-countdown.countdown-enable {
  display: table!important;
}
.design_3 .h2.product-single__price label {
  display: inline-block;
  float: none;
  vertical-align: top;
}
.design_3 .product-Video-btn .mdi.mdi-video {
  margin: 0 5px 0 0;
}
.design_3 .product-block .print {
  float: left;
    width: auto;
}
.design_3 .product-block .product-single__title.wvendor {
    float: left;
    width: 100%;
}
.design_3 .product-information .add-to-wishlist.pro_btn, .design_3 .product-information .add-to-compare.pro_btn, .design_3 .product-information .print, .design_3 .product-information .sizechart {
    float: none;
    width: auto;
    display: inline-block;
    vertical-align: top;
}
.design_3 .product-form__input.product-form__input--dropdown {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: 140px;
  margin: 0 20px;
}
.design_3 .product-single__variants{
  float: none;
  width: auto;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.design_3 .product-information-inner .grid--uniform.product-single__addtocart {
  float: left;
  width: 100%;
}
.design_3 .product-block {
  padding: 0 70px;
}
@media (max-width: 1350px) {
  .design_3 .product-block {
    padding: 0;
  }
}
.design_3 .product-block .owl-dots .owl-dot.active span, .design_3 .product-block .owl-dots .owl-dot:hover span {
  background: var(--color-product-secondary);
}
.full_gallery_slider .owl-item .num {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e5e5e5;
  margin: auto;
  width: 85px;
  padding: 10px;
  text-align: center;
  display: none;
}
@media (max-width: 480px) {
  .full_gallery_slider .owl-item .num {
    padding: 5px;
  }
}

.full_gallery_slider .owl-item.center .num {
  display: block;
}
@media(max-width:2000px){
  .full_gallery_slider .owl-nav .owl-next,.full_gallery_slider .owl-nav .owl-prev{
    width:400px;
  }
}
@media(max-width:1600px){
  .full_gallery_slider .owl-nav .owl-next,.full_gallery_slider .owl-nav .owl-prev{
    width:320px;
  }
}
@media(max-width:1400px){
  .full_gallery_slider .owl-nav .owl-next,.full_gallery_slider .owl-nav .owl-prev{
    width:300px;
  }
}
@media(max-width:1200px){
  .full_gallery_slider .owl-nav .owl-next,.full_gallery_slider .owl-nav .owl-prev{
    width:250px;
  }
}
@media(max-width:1000px){
  .full_gallery_slider .owl-nav .owl-next,.full_gallery_slider .owl-nav .owl-prev{
    width:200px;
  }
}
@media(max-width:600px){
  .full_gallery_slider .owl-nav .owl-next,.full_gallery_slider .owl-nav .owl-prev{
    width:100px;
  }
}
@media(max-width:480px){
  .full_gallery_slider .owl-nav .owl-next,.full_gallery_slider .owl-nav .owl-prev{
    width:60px;
  }
  .design_3 .product-information-inner #AddToCartForm .product-single__variants .selector-wrapper {
    float: left;
    margin-right: 2px;
    width: 110px;
  }
}
.full_gallery_slider .center.owl-item img{
  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);
} 
.full_gallery_slider .owl-item {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0) scale(1.0, 1.0));
  -webkit-transform: translateZ(0) scale(1.0, 1.0));
  -moz-transform: translateZ(0) scale(1.0, 1.0));
  -o-transform: translateZ(0) scale(1.0, 1.0));
  -ms-transform: translateZ(0) scale(1.0, 1.0));
}
.owl-carousel.full_gallery_slider .owl-item img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.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: 10px;
  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;
}
.product-single .product-information-inner .fixed-content > .quantity {
  float: left;
  width: 100%;
}
.design_1 .product-single__photos {
  margin-bottom: 20px;
}
.design_1 .product-Video-btn .mdi.mdi-video {
  margin: 0 5px 0 0;
}
.design_1 .product-single__thumbs .grid-item {
  padding: 0;
}
.product-single .product-information .fixed-content .video-threesixty {
  float: left;
  width: 100%;
}
.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 {
  margin-bottom: 0;
  display: inline-block;
  float: none;
}

.product-single__price {
  font-family: var(--font-stack-header);
}
.dt-sc-toggle-content{
  display:none; 
}
.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: 18px;
  cursor: pointer;
  width: 30px;
  text-align: center;
  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: 5px 0;
  width: 100%;
}
.product-single__title.wvendor {
  margin: 0;
  float: left;
  width: auto;
}
.product-single__addtocart .js-qty {
  margin-right: 5px;
  float: left;
}
.product-single__addtocart .btn {
 float: none;
  display: inline-block;
  vertical-align: top;
  width: 250px;
  padding: 11px 15px;
  background-color: var(--color-btn-primary);
  color: var(--color-btn-primary-text);
  position: relative;
  margin-bottom: 15px;
}
.quick-view .product-single__addtocart .btn::before,.quick-view .product-single__addtocart .btn--secondary::before, .quick-view .product-single__addtocart input[type="submit"]::before {
   content: "\f111";
    font-family: "Material Design Icons";
    font-size: 20px;
    float: none;
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
    margin: 0 5px 0 0;
}
.product-single__addtocart .btn:hover, .product-single__addtocart .btn:active, .product-single__addtocart .btn:focus {
  background-color: var(--color-btn-secondary);
  color: var(--color-btn-secondary-text);
}
.product-single__title {
  margin: 0 0 10px;
  font: 600 20px/34px var(--font-stack-body), Helvetica, sans-serif;
  text-transform: capitalize;
  color: var(--color-text);
}
@media (max-width: 480px) {
  .product-single__title {
    font-size: 16px;
  }
}

.product-information .add-to-wishlist .tooltip-label,.product-information .add-to-compare .tooltip-label {
  font-weight: 400;
  margin: 0 0 0 5px;
  vertical-align:top;
}
.product-single .add-to-wishlist i.mdi.mdi-heart {
  font-size: 18px;
  line-height: 20px;
  float: left;
}
.product-single .print_wrap i.mdi.mdi-printer,.product-single .video-threesixty i.mdi.mdi-refresh,.product-single .product-Video-btn i.mdi.mdi-video {
  font-size: 20px;
  line-height: 20px;
  float: none;
  display:inline-block;
  vertical-align:top;
  margin-right: 5px;
}
.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: #ffbf34;
  font-size:11px!important;
}
.spr-icon.spr-icon-star-empty{
  color:#5c5c5c;
}
.social-sharing a {
  color: var(--color-meta);
  display: inline-block;
  font-family: var(--font-stack-body), sans-serif;
  font-size: em(14px);
  padding: 0 6.6666666667px;
  padding-left: 0;
  vertical-align: top;
}
.social-sharing a:hover {
  color: var(--color-meta);
}
@media only screen and (min-width: 1025px) {
  .item-social-sharing {
    margin-top: 0;
  }
}

/*360 veiw*/
.tt-360-veiw .spinner {
  background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  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: #000000;
  display: block;
  font-weight: bolder;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  text-align: center;
  width: 60px;
}
.tt-360-veiw {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  cursor: ew-resize;
  cursor: -webkit-grab;
}
.tt-360-veiw:active {
  cursor: ew-resize;
  cursor: -webkit-grabbing;
}
.tt-360-veiw:after {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  height: 50%;
  z-index: 5;
  border-bottom: 5px solid rgba(175, 175, 175, 0.15);
  border-top: 2px solid rgba(175, 175, 175, 0.05);
  border-right: 2px solid rgba(175, 175, 175, 0.1);
  border-left: 2px solid rgba(175, 175, 175, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}
.tt-360-veiw .threed-title {
  position: relative;
  padding-top: 20px;
  z-index: 40;
  text-align: center;
}
.tt-360-veiw .threed-view-images {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.tt-360-veiw .threed-view-images img {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
}
.tt-360-veiw .threed-view-images img.previous-image {
  visibility: hidden;
}
.tt-360-veiw .threed-view-images img.current-image {
  visibility: visible;
}
.tt-360-veiw .spinner {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: block;
  margin: 0 auto;
  color: black;
  font-weight: bolder;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  -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);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}
.tt-360-veiw .spinner span {
  line-height: 60px;
}
.tt-360-veiw .nav_bar {
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -67.5px;
  z-index: 11;
  background-color: white;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  -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";
}
.product-360-view-wrapper {
  margin: 100px auto;
  max-width: 800px;
  position: relative;
}
.product-360-button {
  display: inline-block;
  float:left;
  margin:0 0 10px;
}
.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 (max-width: 991px) {
  threesixty-video .product-360-button > a {
    padding: 2px 5px 2px 0;
  }
}
@media (max-width: 480px) {
  threesixty-video .product-360-button > a {
    border: none;
  }
}
.threesixty-video i {
  font-size: 20px;
  margin: 0 5px 0 0;
  padding: 15px;
  background: #e5e5e5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  padding: 7px 10px;
}
.threesixty-video span {
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 768px) and (max-width: 991px) {
  .threesixty-video span {
    font-size: 12px;
  }
}
.product-Video-btn.popup-video.tip-top {
  float: left;
  width: auto;
  margin-left: 15px;
}
@media (max-width: 480px) {
  .product-Video-btn.popup-video.tip-top {
    margin: 0 0 0 5px;
  }
}

/* html */
.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;
}
.discount-percentage {
  font-weight: 500;
  line-height:16px;
  font-size: 14px;
  vertical-align: top;
  color: #ff0000;
  font-family:var(--font-stack-header);
}
.product-single__thumbs img{
  width: auto; 
}
@media (max-width:480px) {
  #shopify-section-product-template-2 {
    margin: 0;
  }
}
/*============================================================================
#toggle-accordion
==============================================================================*/
.tt-toggle-frame-set{float:left; width:100%; margin:0px; padding:0px;}
.template-page .tt-toggle-frame-set{
  margin-top: 30px; 
}
.tt-toggle-frame{padding-bottom:20px; display:block;}
.tt-toggle-frame h5.tt-toggle-accordion{font-weight:normal;  position:relative; text-transform:uppercase; margin:0px 0px 0px; padding:0px 0px 0px 20px;}
.tt-toggle-frame h5 a{display:block; text-transform:uppercase; 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:#fff;color:#000; }
h5.tt-toggle-accordion.active a { color:#000; }
.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:15px 0px 15px 42px; line-height:30px; position:relative; font-size:16px; margin:-1px 0 -1px;border:1px solid var(--color-border);}
.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:#5c5c5c; font-weight:bold; display:block;}
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; border-radius:100%; 
  -moz-border-radius:100%; 
  -webkit-border-radius:100%; 
  -khtml-border-radius: 100%;position:absolute; top:15px; left:3px; z-index:1;}
.tt-toggle-frame h5.tt-toggle-accordion:before, .tt-toggle-frame h5.tt-toggle:before{background:none; display:inherit; width:auto; height:auto; text-align:inherit; line-height:inherit; color:inherit; border:none; border-radius: 0px; 
  -moz-border-radius: 0px; 
  -webkit-border-radius:0px ; 
  -khtml-border-radius: 0px; position:static;}
h5.tt-toggle-accordion.active:before, h5.tt-toggle.active:before{ line-height:25px;}
.tt-toggle-frame h5.tt-toggle-accordion.active:before, .tt-toggle-frame h5.tt-toggle.active:before{border:0px;}
.tt-toggle-content{padding-left:40px; padding-bottom:20px;padding-top:20px; clear:both; display:none;border:1px solid var(--color-border);}
#shopify-section-faq .tt-toggle-accordion {
  cursor: pointer;
}
.faq-title {
  color: #000!important;
  float: left;
  width: 100%;
  padding: 10px 0;
  line-height: 22px;
  font-size: 18px!important;
}
/*****************/
/*============================================================================
#Pricing table
==============================================================================*/
.tt-pricing_wrapper {
  float: left;
  width: 100%;
}
.tt-pricing_inner {
  background: #f5f5f5 none repeat scroll 0 0;
  float: left;
  padding: 25px;
  width: 100%;
}
.tt-pricing_heading {
  font-size: 30px;
  margin: 0 0 20px;
  text-transform: capitalize;
}
.tt-pricing_top_inner {
  border-bottom: 3px solid #cfcfcf;
  display: inline-block;
  padding: 10px 0;
}
.tt-pricing_top_inner sup.currency {
  font-size: 30px;
  font-weight: 500;
  line-height: 32px;
  position: static;
}
.tt-pricing_top .tt-pricing_price {
  display: inline;
  font-size: 30px;
  font-weight: 500;
}
.tt-pricing_top .tt-pricing_per {
  display: inline;
  font-size: 14px;
  line-height: 17px;
}
.tt-pricing_inner .subtitle {
  color: #a4a4a4;
}
.tt-pricing_bottom {
  float: left;
  width: 100%;
}
.tt-pricing_button {
  float: left;
  margin: 25px 0 0;
  text-transform: capitalize;
  width: 100%;
}
.tt-pricing_button a#tt-pricing-btn {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  color: var(--color-btn-secondary-text);
  display: inline-block;
  padding: 10px;
  background: var(--color-btn-secondary);
}
.tt-pricing_button a#tt-pricing-btn:hover{
  background: var(--color-btn-secondary);
}
.tt-pricing_bottom ul li{
  list-style: none; 
}
.pricing-table {
  margin-top: 20px;
  float: left;
  width: 100%;
}
.tt-pricing-table-wrap {
  margin-left: -10px;
  margin-right: -10px;
}
.tt-pricing_top {
  display: inline-block;
  float: left;
  margin-bottom: 15px;
  position: relative;
  width: 100%;
}
.selected .tt-pricing_inner {
  background: #efefef none repeat scroll 0 0;
}
/*============================================================================
#Our team
==============================================================================*/
.about_content {
  display: flex;
}
.ourteam_slider .owl-nav {
  display: none;
}
.about_description {
  padding: 150px 0;
  float: left;
  width: 100%;
}
@media (max-width: 991px) {
  .about_description {
    padding: 10px 0;
  }
}
#shopify-section-about-us {
  float: left;
  width: 100%;
  text-align: center;
}
@media (max-width: 991px) {
  #shopify-section-about-us {
    margin: 0;
  }
}
.aboutus-wrap.ourteam_wrap {
  float: left;
  width: 100%;
  position: relative;
  margin: 60px 0 30px;
}
@media (max-width: 767px) {
  .aboutus-wrap.ourteam_wrap {
    margin: 10px 0 40px;
  }
}
@media (max-width: 480px) {
  .aboutus-wrap.ourteam_wrap {
    text-align: center;
  }
}
.aboutus-wrap.ourteam_wrap:hover .customNavigation a {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}
.ourteam_wrap .teammember-item .teammember-content .ourteam-image::before {
  background-color: #eeeeee;
  content: "";
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.ourteam_wrap ul li.teammember-item, .ourteam_wrap ul li.teammember-item ul li {
  list-style: none;
  display: inline-block;
}
.teammember-inner .teammember-social-profile > li {
  margin: 0;
  padding: 0 7px;
}
.teammember-inner .teammember-social-profile {
  margin: 0;
}
.ourteam_wrap .teammember-item .teammember-content {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.teammember-item .ourteam-image-wrap {
  position: relative;
}
.teammember-item {
  padding: 0 10px;
}
@media (max-width: 767px) {
  .teammember-item {
    margin: 0 0 20px;
    padding: 0;
  }
}
.ourteam_wrap .tt_description {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 15px;
}
.ourteam_wrap .teammember-item .teammember-content .ourteam-image {
  position: relative;
  transition: 300ms ease-in-out 0s;
  -webkit-transition: 300ms ease-in-out 0s;
  -moz-transition: 300ms ease-in-out 0s;
  -o-transition: 300ms ease-in-out 0s;
  -ms-transition: 300ms ease-in-out 0s;
  float: left;
  width: 100%;
}
.ourteam_wrap .teammember-item .teammember-content .teammember-meta {
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  padding: 20px 0;
  position: absolute;
  text-align: center;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transition: 300ms ease-in-out 0s;
  -webkit-transition: 300ms ease-in-out 0s;
  -moz-transition: 300ms ease-in-out 0s;
  -o-transition: 300ms ease-in-out 0s;
  -ms-transition: 300ms ease-in-out 0s;
  width: 100%;
  z-index: 2;
}
.ourteam_wrap .teammember-item .teammember-content .teammember-meta .teammember-title {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
  text-transform: uppercase;
  transition: 300ms ease-in-out 0s;
  -webkit-transition: 300ms ease-in-out 0s;
  -moz-transition: 300ms ease-in-out 0s;
  -o-transition: 300ms ease-in-out 0s;
  -ms-transition: 300ms ease-in-out 0s;
}
.ourteam_wrap .teammember-item .teammember-content .teammember-meta .teammember-position {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  margin-bottom: 0;
  text-transform: capitalize;
}
.ourteam_wrap .teammember-item .teammember-content .teammember-meta .teammember-social-profile {
  margin-bottom: 0;
  margin-top: 5px;
  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;
}
.ourteam_wrap .teammember-item .teammember-content .teammember-meta .teammember-social-profile li {
  display: inline-block;
  font-size: 16px;
  margin: 0 5px;
  padding: 0;
  transition: 300ms ease-in-out 0s;
  -webkit-transition: 300ms ease-in-out 0s;
  -moz-transition: 300ms ease-in-out 0s;
  -o-transition: 300ms ease-in-out 0s;
  -ms-transition: 300ms ease-in-out 0s;
}
.ourteam_wrap .teammember-item .teammember-content .teammember-meta .teammember-social-profile li a {
  background-color: #ffffff;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  width: 30px;
}
.ourteam_wrap .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 .owl-carousel:hover .owl-buttons div {
  display: none;
}
.ourteam_wrap .teammember-item .teammember-content .teammember-meta .teammember-social-profile li.facebook:hover a {
  background: #4c76be;
  color: #fff;
}
.ourteam_wrap .teammember-item .teammember-content .teammember-meta .teammember-social-profile li.twitter:hover a {
  background: #00c7ff;
  color: #fff;
}
.ourteam_wrap .teammember-item .teammember-content .teammember-meta .teammember-social-profile li.googleplus:hover a {
  background: #ea4c89;
  color: #fff;
}
.ourteam_wrap .teammember-item .teammember-content .teammember-meta .teammember-social-profile li.instagram:hover a {
  background: #c8232c;
  color: #fff;
}
/*------------ about-us-2 -------------*/
#ttabout .About_us.img {
  padding: 20px 0 0;
}
@media (max-width: 767px) {
  #ttabout .About_us.img {
    padding: 0;
  }
}
.ttabout1 .ttabout {
  text-align: center;
}
@media (max-width: 480px) {
  .ttabout1 .ttabout {
    width: 100%;
  }
}
.ttabout1 .ttabout-content {
  padding: 30px 0;
  float: left;
  text-align: center;
}
.ttabout1 .ttabout-content .ttabout-title {
  font-size: 24px;
  color: var(--color-text);
  font-weight: 600;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .ttabout1 .ttabout-content .ttabout-title {
    font-size: 18px;
  }
}

/**/
/*============================================================================
#404 page
==============================================================================*/
.grid.error-404 .error {
  float: left;
  width: 100%;
  margin: 0 0 10px;
}
.grid.error-404 .error-item {
  float: left;
  width: 100%;
}
h1.text-center.heading-404 {
  font-size: 145px;
  line-height: 145px;
  font-weight:500;
  margin: 0;
  font-weight: 500;
  float: none;
  display: inline-block;
  vertical-align: top;
}
.grid.error-404 .error i {
  font-size: 115px;
  line-height: 145px;
  height: 145px;
  width: 115px;
  float: none;
  display: inline-block;
  vertical-align: top;
  transform: rotate(180deg);
  color: var(--color-header-text);
    }
.error-404 h4 {
  font: 500 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: #222;
  padding: 10px;
  height: 50px;
    padding: 10px;
    border-radius: 0;
    border: 1px solid #e5e5e5;
}
.grid.error-404 .btn i {
  font-size: 22px;
}
.error-404 .search-bar input[type=search] {
  color: #222;
  font-size: 14px;
  width: 630px;
    height: 50px;
}
.error-404 .search-bar select#collection-option {
    width: 200px;
    float: left;
    margin: 0;
    border: none;
    border-right: 1px solid #e5e5e5;
}
@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;
  }
}
/*============================================================================
#Blogs and Comments
==============================================================================*/
.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 {
  position: absolute;
  left: -4px;
  right: auto;
}
.lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next {
  position: absolute;
  right: -5px;
  left: auto;
}
.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_slider .ttblog_image_holder a.article__grid-image {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.blog_latest_new_home .grid.grid--blog {
  text-align: center;
  position: relative;
}
#blog_slider .article__grid__inner .ttblog_image_holder > a::before, .blog-section .tt-blog-content .ttblog_image_holder > a::before {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
@media (max-width: 767px) {
  #blog_slider .article__grid__inner .ttblog_image_holder > a::before, .blog-section .tt-blog-content .ttblog_image_holder > a::before {
    opacity: 0.6;
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    -webkit-opacity: 0.6;
  }
}
#blog_slider .article__grid__inner:hover .ttblog_image_holder > a::before, .blog-section .tt-blog-content: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, .content-wrapper .tt-blog-content span.bloglinks {
  bottom: 0;
  height: 42px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
}
#blog_slider .tt-blog-content .blog_image_holder .bloglinks a, .content-wrapper .tt-blog-content span.bloglinks a {
  border: 2px solid #fff;
  float: left;
  width: 40px;
  padding: 9px 10px;
  height: 40px;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  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 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
}
@media (max-width: 767px) {
  #blog_slider .tt-blog-content .blog_image_holder .bloglinks a, .content-wrapper .tt-blog-content span.bloglinks a {
    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;
  }
}
#blog_slider .tt-blog-content .blog_image_holder .bloglinks a i, .content-wrapper .tt-blog-content span.bloglinks a i {
  float: left;
  font-size: 18px;
  line-height: 20px;
  font-weight: normal;
}
#blog_slider .tt-blog-content:hover .blog_image_holder .bloglinks a, .content-wrapper .tt-blog-content:hover span.bloglinks a {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  color: #fff;
}
#blog_slider .tt-blog-content .blog-content-wrap {
  padding: 0;
}
#blog_slider .tt-blog-content .article__grid-meta.article__grid-meta--has-image {
  float: left;
  width: 100%;
}
#blog_slider .article__grid-meta .h3.article__title a {
  color: #333;
  white-space: nowrap;
}
#blog_slider .article__grid-meta .h3.article__title a:hover {
  color: #000;
}
#blog_slider .article__grid-meta .rte.article__grid-excerpt {
  line-height: 22px;
  margin: 0 0 15px;
  font-size: 14px;
  font-weight: 400;
  float: left;
  width: 100%;
  font-style: italic;
}
@media (max-width: 1500px) {
  #blog_slider .article__grid-meta .rte.article__grid-excerpt {
    margin: 0 0 10px;
  }
}
@media (max-width: 991px) {
  #blog_slider .article__grid-meta .rte.article__grid-excerpt {
    margin: 0 0 20px;
  }
}
.design_1 #blog_slider .tt-blog-content .blog-content-wrap span.article__comment {
  display: none;
}
.design_1 #blog_slider .tt-blog-content .blog-content-wrap span.article__date.left {
  float: left;
  width: 100%;
  margin: 0 0 15px;
  font-size: 16px;
  line-height: 18px;
}
.design_1 #blog_slider .tt-blog-content .blog-content-wrap span.article__date.left i.mdi.mdi-calendar {
  font-size: 24px;
}
#blog_slider .tt-blog-content .read-more:after {
  content: "\f142";
  font-family: "Material Design Icons";
  vertical-align: middle;
  font-size: 16px;
  float: none;
  line-height: 24px;
}
#blog_slider .blog-content-wrap .list--inline.article__meta-buttons {
  float: left;
  width: 100%;
  margin: 0;
}
#blog_slider .blog-content-wrap .list--inline > li {
  float: left;
  width: 100%;
  margin: 0;
}
#blog_slider .article__grid-meta .list--inline a.read-more {
  float: none;
  width: auto;
}
#blog_slider .blog-content-wrap .article__date i.mdi.mdi-calendar {
  font-size: 16px;
  line-height: 18px;
  padding: 2px 6px 0 0;
  float: left;
  width: auto;
}
#blog_slider.grid-blog-slider .article__grid-image img {
  width: 100%;
}
#blog_slider .tt-blog-content .article__title {
  font: 600 16px/20px var(--font-stack-header);
  text-transform: capitalize;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  float: left;
  margin: 0;
}
@media (max-width: 480px) {
  #blog_slider .tt-blog-content .article__title {
    font: 400 16px/20px var(--font-stack-header);
  }
}
#blog_slider .tt-blog-content .article__title > a {
  color: var(--color-text);
}
@media (max-width: 991px) {
  .blog_latest_new_home .grid.grid--blog .customNavigation a, .related-products-container .customNavigation a, .aboutus-wrap.ourteam_wrap .customNavigation a {
    position: static;
    margin: 0 2px;
  }
}
/*-------------- blog-design-1 --------------*/
.template-index .main-content .shopify-section.feature-blog {
  position: relative;
  width: 100%;
  float: left;
  padding: 60px 0;
  background: #f5f5f5;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .template-index .main-content .shopify-section.feature-blog {
    padding: 20px 0;
  }
}
.design_1 #blog_slider .tt-blog-content .blog-content-wrap {
  text-align: left;
  padding: 70px 30px;
  background: #fff;
}
@media (max-width: 991px) {
  .design_1 #blog_slider .tt-blog-content .blog-content-wrap {
    padding: 65px 15px;
  }
}
@media (max-width: 767px) {
  .design_1 #blog_slider .tt-blog-content .blog-content-wrap {
    padding: 25px 15px;
  }
}
.design_1 #blog_slider .article__grid-meta .list--inline a.read-more {
  font-size: 14px;
  line-height: 18px;
}
.design_1 #blog_slider .article__grid-meta .rte.article__grid-excerpt {
  display: none;
}
.design_1 #blog_slider .article__grid__inner.tt-blog-content {
  float: left;
  width: 100%;
  text-align: left;
  border: 3px solid #f1f1f1;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .design_1 #blog_slider .article__grid__inner.tt-blog-content {
    margin: 0;
  }
}
.design_1 #blog_slider .grid__item {
  padding: 0 10px;
}
.design_1 #blog_slider .article__grid__inner .ttblog_image_holder.blog_image_holder {
  float: left;
  width: 100%;
  position: absolute;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  bottom: 0;
  left: -100%;
  margin: 0 auto;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  right: auto;
  top: 0;
  z-index: 1;
  padding: 0;
}
@media (max-width: 767px) {
  .design_1 #blog_slider .article__grid__inner .ttblog_image_holder.blog_image_holder {
    position: relative;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    left: 0;
  }
}
.design_1 #blog_slider .article__grid__inner:hover .ttblog_image_holder.blog_image_holder {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  left: 0;
}
.design_1 #blog_slider .tt-blog-content .article__title {
  padding: 0 0 15px;
  text-transform: uppercase;
  font: 400 18px/20px var(--font-stack-header);
}
@media (max-width: 480px) {
  .design_1 #blog_slider .tt-blog-content .article__title {
    font-size: 16px;
  }
}
.design_1 #blog_slider.grid-blog-slider .tt-blog-content:hover .article__date {
  left: -40%;
}
@media (max-width: 767px) {
  .design_1 #blog_slider.grid-blog-slider .tt-blog-content:hover .article__date {
    left: 0;
  }
}
.design_1 #blog_slider .blog-content-wrap span.article__comment.right {
  display: none;
}
/*-------------- blog-design-2 -------------------------*/
.design_2 #blog_slider .tt-blog-content .blog-content-wrap {
  float: left;
  text-align: left;
  padding: 20px 0;
}
@media (max-width: 1199px) {
  .design_2 #blog_slider .tt-blog-content .blog-content-wrap {
    padding: 0 15px;
    width: 100%;
    margin: 20px 0;
  }
}
@media (max-width: 480px) {
  .design_2 #blog_slider .tt-blog-content .blog-content-wrap {
    padding: 0;
  }
}
.design_2 #blog_slider .tt-blog-content .rte.article__grid-excerpt {
  border-bottom: 2px solid #d8d6d6;
  padding: 0 0 15px;
}
.design_2 #blog_slider .tt-blog-content .list--inline.article__meta-buttons {
  width: auto;
}
.design_2 #blog_slider .tt-blog-content span.article__comment {
  float: right;
  font-size: 18px;
}
.design_2 #blog_slider .tt-blog-content span.article__comment i.mdi {
  font-size: 18px;
  line-height: 20px;
  margin-right: 5px;
  vertical-align: middle;
}
.design_2 #blog_slider .article__grid__inner .ttblog_image_holder.blog_image_holder a.article__grid-image {
  border: 10px solid #fff;
}
.design_2 #blog_slider .article__grid__inner.tt-blog-content {
  float: left;
  width: 100%;
  text-align: left;
  overflow: hidden;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .design_2 #blog_slider .article__grid__inner.tt-blog-content {
    margin: 0;
  }
}
.design_2 #blog_slider .grid__item {
  padding: 0 15px;
}
.design_2 #blog_slider .article__grid__inner .ttblog_image_holder.blog_image_holder {
  float: left;
  position: relative;
  margin: 0 0 50px;
}
@media (max-width: 1199px) {
  .design_2 #blog_slider .article__grid__inner .ttblog_image_holder.blog_image_holder {
    margin: 0;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .design_2 #blog_slider .article__grid__inner .ttblog_image_holder.blog_image_holder {
    padding: 0;
  }
}
.design_2 #blog_slider .article__grid__inner .ttblog_image_holder.blog_image_holder::after {
  background: #e5e5e5 none repeat scroll 0 0;
  bottom: -40px;
  content: "";
  height: 100%;
  left: -15px;
  position: absolute;
  right: auto;
  top: auto;
  width: 440px;
  z-index: -1;
}
.design_2 #blog_slider .tt-blog-content .article__title {
  padding: 0 0 15px;
}
.design_2 #blog_slider.grid-blog-slider .tt-blog-content .article__date {
  color: #222;
  float: left;
  margin: 0 0 10px;
  display: none;
}
/*-------------- blog-design-3 -------------------------*/
.design_3 #blog_slider .article__grid__inner .ttblog_image_holder.blog_image_holder {
  float: left;
  width: 100%;
  position: relative;
}
.design_3 #blog_slider .article__grid__inner.tt-blog-content {
  float: left;
  width: 100%;
  text-align: left;
  margin: 0 0 30px;
}
.design_3 #blog_slider .tt-blog-content .article__title {
  margin: 0 0 10px;
}
.design_3 .article__grid-meta.article__grid-meta--has-image {
  background: #fff;
  padding: 40px 15px 20px;
  float: left;
  width: 100%;
  text-align: center;
  margin-top: -20px;
  position: relative;
}
@media (max-width: 1199px) {
  .design_3 .article__grid-meta.article__grid-meta--has-image {
    padding: 15px;
  }
}
.design_3 .article__grid-meta.article__grid-meta--has-image::after {
  position: absolute;
  background: #b2b2b2;
  left: 0;
  right: 0;
  top: -30px;
  bottom: auto;
  content: "";
  height: 60px;
  width: 1px;
  margin: auto;
}
.design_3 #blog_slider .tt-blog-content .blog-content-wrap {
  padding: 0 20px;
  float: left;
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 40px;
  left: 0;
  right: 0;
}
@media (max-width: 480px) {
  .design_3 #blog_slider .tt-blog-content .blog-content-wrap {
    padding: 0 10px;
  }
}
.design_3 #blog_slider .article__grid-meta .list--inline a.read-more {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.design_3 #blog_slider .tt-blog-content .article__grid-meta.article__grid-meta--has-image {
  text-align: left;
}
.design_3 #blog_slider .tt-blog-content .blog-content-wrap .article__comment {
  display: none;
}
.design_3 #blog_slider .tt-blog-content .article__grid-meta.article__grid-meta--has-image .article__date.left {
  margin: 0 0 5px;
}
.design_3 #blog_slider .tt-blog-content .article__grid-meta.article__grid-meta--has-image .rte.article__grid-excerpt {
  margin: 0 0 10px;
}
/*------------ blog-style-4 ---------------*/
.style-4 .grid-blog-slider .tt-blog-content .ttlatestblog_desc .article__comment a {
  font-size: 16px;
  line-height: 24px;
}
.style-4 .grid-blog-slider .tt-blog-content .ttlatestblog_desc .article__comment a i {
  font-size: 20px;
  line-height: 21px;
  margin: 0 5px 0 0;
  vertical-align: middle;
}
.style-4 .page-width.blog_latest_new_home .blog-container {
  float: left;
  width: 100%;
}
.style-4 .li_single > div:nth-child(2n) .article__grid__inner.tt-blog-content {
  margin: -55px 0 10px -65px;
  z-index: -1;
}
@media (max-width: 991px) {
  .style-4 .li_single > div:nth-child(2n) .article__grid__inner.tt-blog-content {
    margin: 20px 0 0;
  }
}
.style-4 .li_single > div:nth-child(2n) .ttlatestblog_image_holder {
  float: right;
}
.style-4 .li_single > div:nth-child(2n) .ttlatestblog_desc {
  text-align: right;
}
.style-4 .li_single > div:nth-child(2n) .ttlatestblog_desc .article__date .month_year {
  float: left;
}
.style-4 .ttlatestblog_image_holder.blog_image_holder {
  text-align: center;
  float: left;
}
@media (max-width: 767px) {
  .style-4 .ttlatestblog_image_holder.blog_image_holder {
    float: left;
    width: 100%;
  }
}
.style-4 .sidebar__inner .recent_article .artical-image {
  padding: 0;
}
.style-4 .ttlatestblog_image_holder .article__grid-image {
  float: left;
  position: relative;
  width: auto;
  border: 12px solid #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.style-4 #blog_slider.grid-blog-slider .article__grid-image img {
  width: auto;
}
.style-4 .ttlatest_blog.tt-blog-content {
  margin: 40px 0;
}
@media (max-width: 480px) {
  .style-4 .ttlatest_blog.tt-blog-content {
    margin: 5px 0;
  }
}
.style-4 .grid-blog-slider .tt-blog-content .ttlatestblog_desc .article__date {
  position: static;
  padding: 0;
  float: left !important;
}
.style-4 .grid-blog-slider .ttlatest_blog:hover .article__date {
  display: block !important;
}
.style-4 .grid-blog-slider .tt-blog-content .ttlatestblog_desc .article__date .fa {
  display: none;
}
.style-4 .blog_latest_new_home .article__grid__inner.tt-blog-content {
  float: left;
  width: 100%;
  margin: 10px 0 0;
  position: relative;
}
@media (max-width: 767px) {
  .style-4 .blog_latest_new_home .article__grid__inner.tt-blog-content {
    margin: 10px 0;
  }
}
.style-4 #blog_slider .tt-blog-content .blog-content-wrap {
  margin: auto;
  text-align: left;
  position: absolute;
  right: 80px;
  left: auto;
  top: -10px;
  bottom: 0;
  height: 200px;
}
@media (max-width: 991px) {
  .style-4 #blog_slider .tt-blog-content .blog-content-wrap {
    right: 0;
    padding: 0 15px;
    top: 0;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .style-4 #blog_slider .tt-blog-content .blog-content-wrap {
    width: 100%;
    float: left;
    position: static;
    margin: 15px 0 0;
    height: auto;
  }
}
.style-4 #blog_slider .li_single > div:nth-child(2n) .tt-blog-content .blog-content-wrap {
  left: 80px;
  right: auto;
}
@media (max-width: 1199px) {
  .style-4 #blog_slider .li_single > div:nth-child(2n) .tt-blog-content .blog-content-wrap {
    top: 30px;
  }
}
@media (max-width: 991px) {
  .style-4 #blog_slider .li_single > div:nth-child(2n) .tt-blog-content .blog-content-wrap {
    left: 0;
    top: 0;
  }
}
.style-4 #blog_slider .tt-blog-content .article__grid-meta.article__grid-meta--has-image {
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .style-4 #blog_slider .tt-blog-content .article__grid-meta.article__grid-meta--has-image {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    padding: 0;
  }
}
.style-4 #blog_slider .article__grid-meta .list--inline a.read-more {
  background-color: var(--color-btn-secondary);
  color: var(--color-btn-secondary-text);
  border: none;
  position: relative;
  padding: 10px 12px;
  display: inline-block;
  vertical-align: top;
}
.style-4 #blog_slider .article__grid-meta .list--inline a.read-more:hover {
  background-color: var(--color-btn-primary);
  color: var(--color-btn-primary-text);
}
.style-4 #blog_slider .tt-blog-content:hover .blog_image_holder .bloglinks a:hover {
  background-color: var(--color-btn-primary);
  border-color: var(--color-btn-primary);
  color: var(--color-btn-primary-text);
}
.style-4 #blog_slider .tt-blog-content .article__title {
  font-family: var(--font-stack-header);
  font-size: 18px;
  margin: 10px 0;
  padding: 0;
  line-height: 24px;
}
@media (max-width: 767px) {
  .style-4 #blog_slider .tt-blog-content .article__title {
    font-size: 16px;
    line-height: 18px;
  }
}
.style-4 #blog_slider .tt-blog-content .blog-content-wrap {
  text-align: left;
}
.template-index .main-content .shopify-section.style-4 .page-width.blog_latest_new_home {
  position: relative;
}
@media (min-width: 768px) {
  .style-4 .li_single > div:nth-child(2n) .ttlatestblog_desc {
    text-align: right !important;
  }
  .style-4 .li_single > div:nth-child(2n) .ttlatestblog_desc .list--inline > li a.read-more {
    float: right !important;
  }
  .style-4 .li_single > div:nth-child(2n) .ttlatestblog_desc .article__comment {
    float: right;
  }
  .style-4 .li_single > div:nth-child(2n) .ttlatestblog_desc .article__date {
    float: right !important;
  }
  .style-4 #blog_slider .li_single > div:nth-child(2n) .tt-blog-content .blog-content-wrap .list--inline.article__meta-buttons {
    float: right;
  }
}
.style-4 #blog_slider .blog-content-wrap .list--inline.article__meta-buttons {
  text-transform: capitalize;
  color: #333;
  float: left;
  width: auto;
}
.style-4 .grid-blog-slider .tt-blog-content .ttlatestblog_desc .article__comment {
  display: block;
  float: left;
  padding: 8px 12px;
  width: auto;
}
@media (max-width: 480px) {
  .style-4 .article__grid__inner.tt-blog-content .ttlatestblog_desc {
    padding: 15px;
    width: 100%;
  }
}

/*--------------------- blog inner content -------------------*/
.blogleft_inner_content .tt-blog-content .tt-blog-description {
  float: left;
  width: 100%;
}
.blogleft_inner_content .tt-blog-description h4.article__title {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0 0 10px;
  float: left;
  width: 100%;
}
.blogleft_inner_content .tt-blog-description h4.article__title > a {
  color: #333;
}
.blogleft_inner_content .tt-blog-description .tt-social-share i.mdi {
  font-size: 18px;
  line-height: 30px;
}
.blogleft_inner_content .article .tt-blog-description .tt-social-share {
  float: left;
  width: 100%;
  margin: 0 0 15px;
}
.blogleft_inner_content .tt-blog-content .tt-social-share > div {
  float: left;
  width: 30px;
  height: 30px;
  margin: 0 5px 0 0;
}
.blogleft_inner_content .article .ttblog_image_holder.blog_image_holder {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 0 15px;
}
.blogleft_inner_content .article .blogs-sub-title {
  float: left;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -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;
  padding: 10px 15px;
}
@media (max-width: 767px) {
  .blogleft_inner_content .article .blogs-sub-title {
    bottom: 0;
  }
}
@media (max-width: 480px) {
  .blogleft_inner_content .article .blogs-sub-title {
    padding: 5px 10px;
  }
}
.blogleft_inner_content .article:hover .blogs-sub-title {
  bottom: 0;
}
.blogleft_inner_content .article .blogs-sub-title p {
  margin: 0;
  color: #fff;
}
.blogleft_inner_content .tt-blog-content .tt-blog-description .blog-btn a.btn {
  background: no-repeat;
  color: var(--color-text-field);
  padding: 0;
}
.blogleft_inner_content .tt-blog-content .tt-blog-description .blog-btn a.btn:hover {
  color: var(--color-text-hover-field);
}
.blogleft_inner_content .tt-blog-content .blog-btn i.mdi.mdi-chevron-right {
  vertical-align: middle;
}
.blogleft_inner_content .tt-blog-content .blog_image_holder img {
  width: 100%;
}
/*-------------------- blog_list ----------------*/
.blog_list.grid__item {
  padding: 0;
}
.blog_list .article.tt-blog-content {
  float: left;
  width: 100%;
  margin: 0 0 30px;
}
.blog_list .tt-blog-content .blog_image_holder {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
}
.blog_list .ttblog_image_holder a.article__grid-image {
  float: left;
  width: 100%;
  position: relative;
}
.blog_list .ttblog_image_holder a.article__grid-image img {
  width: 100%;
}
.blog_list.grid__item.blog_list_item p.blog-date {
  position: absolute;
  right: 10px;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 5px 15px;
  color: var(--color-text);
}
@media (max-width: 480px) {
  .blog_list.grid__item.blog_list_item p.blog-date {
    padding: 5px 10px;
  }
}
.blog_list.grid__item.blog_list_item p.blog-date .mdi.mdi-calendar {
  vertical-align: middle;
}
.blog_list.grid__item.blog_list_item .tt-blog-description .tt-social-share {
  width: auto;
  float: left;
  display: inline-block;
  vertical-align: top;
  margin: 10px 0 0;
}
.blog_list .tt-blog-description .tt-social-share > div {
  display: inline-block;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.blog_list .tt-blog-description .tt-social-share i.mdi {
  font-size: 18px;
  line-height: 30px;
}
.blog_list.grid__item.blog_list_item .tt-blog-description .blog-btn {
  float: left;
  width: 100%;
  margin: 20px 0 0;
}
.blog_list.grid__item.blog_list_item .tt-blog-description .blog-btn .btn {
  line-height: 20px;
}
.blog_list.grid__item.blog_list_item .blog-tag {
  float: left;
  width: 100%;
}
.blog_list.grid__item.blog_list_item .comments-count {
  float: left;
  width: 100%;
  padding: 0;
  margin: 5px 0;
}
.blog_list.grid__item.blog_list_item .blog_title_wrap {
  width: auto;
  float: left;
}
.blog_list.grid__item.blog_list_item .blog_descrition {
  margin: 5px 0 0;
  padding: 0;
}
.blog_list .blog-btn i {
  margin-left: 5px;
  vertical-align: middle;
}
.blog_list .tt-blog-content .article__title {
  font-size: 17px;
  line-height: 20px;
}
.blog_list .tt-blog-content .article__title a {
  color: #333;
}
@media (max-width: 767px) {
  .blog_list .article.tt-blog-content .ttblog_image_holder {
    width: 100%;
    margin: 0 0 15px;
  }
  .blog_list .article.tt-blog-content .tt-blog-description {
    float: left;
    width: 100%;
  }
}
/*-------------------- blog masonry ----------------*/
.blog_masonry_left .article.tt-blog-content {
  float: left;
  width: 100%;
  padding: 10px;
  box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.1);
  margin: 0 0 30px;
  background: #fff;
}
/*----------------- blog single post -----------------*/
.content_wrap article.grid-item.blog-post-single {
  padding: 0;
}
.blog-post-single a.blog-post__full-image {
  float: left;
  width: 100%;
  margin: 0 0 20px;
}
.blog-post-single a.blog-post__full-image img {
  width: 100%;
}
.blog-post-single .blog-meta {
  float: left;
  width: auto;
}
.blog-post-single .section-header.text-left h1 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--color-text);
  float: left;
  width: 100%;
  margin: 25px 0 0;
  font-family: var(--font-stack-header);
}
.blog-post-single .blog-meta .article_date {
  font-size: 14px;
  line-height: 18px;
  color: #333;
  border-right: 1px solid var(--color-border);
  padding-right: 15px;
  float: left;
  width: auto;
}
.blog-post-single .blog-meta a.blog__name {
  float: left;
  width: auto;
  font-size: 14px;
  line-height: 18px;
  color: #333;
}
.blog-post-single > .rte {
  float: left;
  width: 100%;
  margin: 15px 0 20px;
}
.blog-post-single .text-left.item-social-sharing {
  float: left;
  width: 100%;
  margin: 0 0 30px;
}
.blog-post-single .item-social-sharing h2.h4 {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  color: #333;
  text-transform: capitalize;
  margin: 0 0 10px 0;
  display: none;
}
.blog-post-single .item-social-sharing .tt-social-share {
  float: left;
  width: 100%;
}
.blog-post-single .tt-social-share > div {
  float: left;
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0;
}
.blog-post-single .tt-social-share > div > a, .blog-design-4 .tt-blog-content .tt-social-share > div > a {
  float: left;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #fff;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.blog-post-single .tt-social-share > div > a:hover, .blog-design-4 .tt-blog-content .tt-social-share > div > a:hover {
  transform: translateY(-4px);
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
}
.blog-post-single .tt-social-share > div i.mdi {
  font-size: 18px;
  line-height: 30px;
}
.blog-post-single .tt-social-share > div.facebook > a, .blog-design-4 .tt-blog-content .tt-social-share > div.facebook > a {
  background: #3b5998;
}
.blog-post-single .tt-social-share > div.twitter > a, .blog-design-4 .tt-blog-content .tt-social-share > div.twitter > a {
  background: #00aced;
}
.blog-post-single .tt-social-share > div.google_plus > a, .blog-design-4 .tt-blog-content .tt-social-share > div.google_plus > a {
  background: #d34836;
}
.blog-post-single .tt-social-share > div.pinterest > a, .blog-design-4 .tt-blog-content .tt-social-share > div.pinterest > a {
  background: #c8232c;
}
.blog-post-single .tt-social-share > div.linkedin > a, .blog-design-4 .tt-blog-content .tt-social-share > div.linkedin > a {
  background: #0077B5;
}
.blog-post-single .paginatoin_custom.blog_nav {
  float: left;
  width: 100%;
}
.blog-post-single hr.hr--clear.hr--small {
  display: none;
}
.blog-post-single .paginatoin_custom .blog_nav_img, .blog-post-single .paginatoin_custom .blog_nav_title {
  display: none;
}
.blog-post-single .paginatoin_custom a {
  float: left;
  width: auto;
  padding: 10px 20px;
  background: var(--color-btn-primary);
  color: var(--color-btn-primary-text);
  font-weight: 600;
}
.blog-post-single .paginatoin_custom a:hover {
  background: var(--color-btn-secondary);
  color: var(--color-btn-secondary-text);
}
.sidebar .recent_article ul li {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid var(--color-border);
}
.sidebar .recent_article ul li:last-child {
  margin: 0;
  border: none;
  padding: 0;
}
.sidebar .recent_article .artical-image {
  padding: 0;
}
@media (min-width: 481px) and (max-width: 991px) {
  .sidebar .recent_article .artical-image {
    width: auto;
  }
}
.sidebar .recent_article .article-detail h5.article__title {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
    margin: 0 0 8px;
}
.sidebar .recent_article .article-detail .article_date {
  line-height: 16px;
}
.blog-post-single .comments-count {
  float: left;
  width: auto;
  border-left: 1px solid var(--color-border);
  padding-left: 15px;
  line-height: 18px;
  color: #333;
}
@media (max-width: 480px) {
  .blog-post-single .comments-count {
    border: none;
    padding: 0;
    margin: 10px 0 0 0;
    width: 100%;
  }
}
.blog-post-single .meta.text-center {
  float: left;
  width: auto;
  border-left: 1px solid #e5e5e5;
  margin: 0 0 0 10px;
  color: #000;
}
@media (max-width: 480px) {
  .blog-post-single .meta.text-center {
    border: none;
    padding: 0;
    margin: 10px 0 0 0;
    float: left;
  }
}
.blog-post-single .comment .blog-meta .text-center.meta {
  border: none;
  margin: 0;
}
.blog-post-single .comments-count i.mdi {
  margin-right: 5px;
}
.blog-post-single ul {
  float: left;
  width: 100%;
  margin: 0 0 30px;
}
.blog-post-single ul > li {
  float: left;
  width: 100%;
  margin: 0;
}
.blog-post-single h2.h3 {
  float: left;
  width: 100%;
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  margin: 0 0 20px;
  color: var(--color-text);
}
.content-wrapper .tt-blog-content .blogs-sub-title .comments-count > span {
  display: none;
}
#shopify-section-article-template {
  margin: 0 0 30px;
}
#shopify-section-article-template .content_wrap .sidebar .text-left {
  float: left;
  width: 100%;
}
@media (max-width: 991px) {
  #shopify-section-article-template .content_wrap .sidebar .text-left {
    margin: 10px 0 0;
  }
}
#shopify-section-article-template .sidebar .comments {
  float: left;
  width: 100%;
  border: 1px solid var(--color-border);
  padding: 15px;
}
#shopify-section-article-template .sidebar .comments h2.h3 {
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--color-text);
  margin: 0 0 15px;
  font-family: var(--font-stack-header);
}
#shopify-section-article-template .sidebar .comments .grid-item.large--one-half {
  float: left;
  width: 100%;
}
#shopify-section-article-template .sidebar .comments input.btn.text-center:hover, #shopify-section-article-template .sidebar .comments input.btn.text-center:active, #shopify-section-article-template .sidebar .comments input.btn.text-center:focus {
  background: var(--color-btn-secondary);
  color: var(--color-btn-secondary-text);
}
@media (max-width: 991px) {
  .sidebar .sidebar__inner .widget.recent_article > ul {
    padding: 15px;
  }
  .sidebar .sidebar__inner .widget.recent_article {
    margin: 0 0 10px;
  }
  .sidebar .sidebar__inner .widget.widget_categories ul {
    padding: 0 15px;
  }
}
.header_language .tbl-list > li.language form {
  margin: 0;
}
/*============================================================================
 #Search Results
 ==============================================================================*/
.site-header button.btn.search-submit.icon-fallback-text {
  padding: 5px 10px;
  line-height: 25px;
}
.full-search-wrapper button.btn.search-submit.icon-fallback-text {
  background: no-repeat;
}
.template-search .container .input-group.search-bar {
  margin: 0 0 30px 0;
  border: 1px solid var(--color-border);
}
#search .search-results {
  overflow: auto !important;
  max-height: 400px;
}
.search-results .name-price {
  float: left;
  width: 69%;
  padding: 0 5px;
}
.header_1 .header_logo_wrap .myaccount.icon-btn {
  margin: 0 0 0 5px;
  float: none;
  height: 50px;
  width: 50px;
}
@media (max-width: 1500px) {
  .header_1 .header_logo_wrap .myaccount.icon-btn {
    margin: 7px 0;
  }
}
.header_1 .header_logo_wrap .wishlist-icon-div.icon-btn, .header_1 .header_logo_wrap .compare-icon-div.icon-btn {
  margin: 50px 0px;
  font-family: var(--font-stack-header);
  font-size: 16px;
}
@media (max-width: 1500px) {
  .header_1 .header_logo_wrap .wishlist-icon-div.icon-btn, .header_1 .header_logo_wrap .compare-icon-div.icon-btn {
    margin: 22px 0px;
  }
}
@media (max-width: 991px) {
  .header_1 .header_logo_wrap .wishlist-icon-div.icon-btn, .header_1 .header_logo_wrap .compare-icon-div.icon-btn {
    margin: 15px 5px;
    float: none;
    width: auto;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    height: auto;
  }
}
.header_1 .header_logo_wrap .header_currency .currency_wrapper.dropdown-toggle, .header_1 .header_logo_wrap .header_language .language_wrapper.dropdown-toggle {
  line-height: 24px;
  vertical-align: top;
  font-size: 16px;
  font-family: var(--font-stack-header);
}
@media (min-width: 992px) {
  .header_1 .compare-icon-div span.compare-count {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: auto;
    margin: 0 auto;
    height: 16px;
    width: 16px;
    background: #ffd200;
    border-radius: 50%;
    font-size: 12px;
    color: #111;
    text-align: center;
  }
  .header_1 .compare-icon-div a .compare-icon {
    font-size: 0;
    margin: 0px;
  }
  .header_1 .compare-icon-div .compare-icon::after {
    content: "\f456";
    height: 50px;
    width: 50px;
    font-size: 26px;
    line-height: 50px;
    font-family: "Material Design Icons";
    float: none;
    display: inline-block;
    vertical-align: top;
    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;
  }
  .header_1 .compare-icon-div .compare-icon:hover::after {
    color: #ffba00;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
  }
}
@media (min-width: 992px) {
  .header_1 .header_logo_wrap .wishlist-icon-div.icon-btn .wishlist-icon {
    color: var(--colorHeaderIcon);
    display: none;
  }
  .header_1 .header_logo_wrap .header_currency .currency_wrapper.dropdown-toggle, .header_1 .header_logo_wrap .header_language .language_wrapper.dropdown-toggle {
    color: var(--colorHeaderIcon);
  }
}
.header_language .tbl-list > li.language form {
  margin: 0;
}
.header_1 .header_logo_wrap .header_currency .flag-dropdown-menu li {
  float: left;
  width: 100%;
}
.header_1 .myaccount .dropdown-toggle i {
  line-height: 50px;
}
.header_1 .header_logo_wrap .header_currency, .header_1 .header_logo_wrap .header_language {
  padding: 0;
}
@media (max-width: 991px) {
  .header_1 .header_logo_wrap .header_currency, .header_1 .header_logo_wrap .header_language {
    float: none;
    width: auto;
    display: inline-block;
    vertical-align: top;
  }
}
.header_1 .header_logo_wrap .header_currency .tbl-list > li.currency, .header_1 .header_logo_wrap .header_language .tbl-list > li.language {
  padding: 60px 5px;
}
@media (max-width: 1500px) {
  .header_1 .header_logo_wrap .header_currency .tbl-list > li.currency, .header_1 .header_logo_wrap .header_language .tbl-list > li.language {
    padding: 22px 5px;
  }
}
@media (max-width: 991px) {
  .header_1 .header_logo_wrap .header_currency .tbl-list > li.currency, .header_1 .header_logo_wrap .header_language .tbl-list > li.language {
    padding: 15px 5px;
  }
}
.header_1 .header_logo_wrap .header_currency .flag-dropdown-menu, .header_1 .header_logo_wrap .header_language .flag-dropdown-menu {
  border-top: 3px solid var(--colorHeaderIconHover);
}
.header_1 .header_logo_wrap .header_currency .flag-dropdown-menu::before, .header_1 .header_logo_wrap .header_language .flag-dropdown-menu::before {
  color: var(--colorHeaderIconHover);
  content: "\f360";
  font-family: "Material Design Icons";
  font-size: 40px;
  left: 10px;
  position: absolute;
  top: -16px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  right: auto;
}
.header_3 .search-results .name-price {
  width: 65%;
}
form.search-bar:hover .btn .i.mdi {
  color: var(--color-text-hover-field);
}
form.search-bar .btn i.mdi {
  color: var(--color-text-field);
  font-size: 20px;
  line-height: 22px;
}
.full-search-wrapper .search-results .name-price {
  width: 100%;
  padding: 15px 0;
}
.full-search-wrapper .search-results, .full-search-wrapper .search-results .thumbnail {
  max-width: 100%;
  margin: 20px 0 0;
  border: 3px solid #f1f1f1;
}
.full-search-wrapper .search-inner .search-results {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  float: left;
  margin: 30px 0 0;
  width: 100%;
  position: static !important;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 490px;
}
.full-search-wrapper .search-results li:hover .thumbnail {
  border-color: #e5e5e5;
}
@media (max-width: 991px) {
  .search-results .name-price {
    width: 65%;
  }
  .header_1 .header_logo_wrap .header_currency .currency_wrapper.dropdown-toggle, .header_1 .header_logo_wrap .header_language .language_wrapper.dropdown-toggle {
    font-size: 14px;
  }
}
/*============================================================================
#Notes and Form Feedback
==============================================================================*/
.note, .errors {
  font-family: var(--font-stack-body), sans-serif;
  font-size: em(14px);
  padding: 10px 13.2px;
  margin-bottom: 10px;
  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: var(--errorRedBg);
  border-color: var(--errorRed);
}
/*============================================================================
 #Cart Page
 ==============================================================================*/
.cart-wrapper .product_title .product_img {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.cart-wrapper .product_title .product_img img {
  border: 2px solid var(--color-product-border);
}
.cart-wrapper .text-center .qty-box-set {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
table.shop_table.cart_table {
  text-transform: capitalize;
  background: #fff;
}
.cart-wrapper thead {
  background: #f5f5f5;
}
.cart-wrapper .cart__remove a:hover i {
  color: #fff;
}
.cart-wrapper .cart__remove a i {
  line-height: 21px;
}
.cart-wrapper .cart__subtotal .money {
  font-size: 22px;
}
.cart-wrapper .cart__row .h6 {
  margin: 0;
  color: var(--color-text);
}
.cart_table thead th span, .shop_table.cart_table th {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #222;
}
.cart-wrapper .cart__row .grid .grid-item {
  padding: 0;
}
.cart-wrapper .cart__row .grid-item label {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 10px 0;
}

.cart-wrapper .cart__row #update {
  margin: 0 10px 0 0;
}
@media (max-width: 480px) {
  .cart-wrapper .cart__row #update {
    margin: 0 1px 0 0;
  }
}
@media only screen and (min-width: 1025px) {
  .template-cart .cart-wrapper {
    max-width: 100%;
    margin: 0 auto;
  }
}
.cart__row {
  position: relative;
  padding: 20px 0;
}
@media (max-width: 480px) {
  .cart__row {
    margin: 20px 0;
    padding: 0;
    margin: 15px 0;
  }
  .cart__row:first-of-type {
    margin-top: 0;
  }
}
.cart__row .js-qty {
  margin: 0 auto;
}
.cart__row input[name="goto_pp"] {
  padding: 10px 0px 0px;
}
.cart__row .amazon-payments-pay-button {
  margin: 0;
  vertial-align: top;
}
.cart__instructions {
  margin-bottom: 20px;
}
.cart__image {
  display: block;
  margin: auto;
}
.cart__image img {
  display: block;
  margin: auto;
}
.cart__subtotal {
  display: inline;
  font-family: var(--font-stack-header);
  font-size: 20px;
  line-height: 22px;
  margin: 0 0 0 6.6666666667px;
}
.cart__mini-labels {
  display: block;
  font-family: var(--font-stack-body), sans-serif;
  font-size: em(14px);
  margin: 10px 0 0;
}
@media only screen and (min-width: 1025px) {
  .cart__mini-labels {
    margin-top: 20px;
  }
}
.cart__product {
  line-height: em(26px);
  margin: 0;
}
.site-header__cart .no-items #ToggleDown p {
  margin: 0 0 5px 0;
}
.cart__remove {
  font-family: var(--font-stack-body), sans-serif;
  font-size: em(14px);
  margin: 0 0 10px;
}
@media only screen and (min-width: 1025px) {
  .cart__remove {
    margin-bottom: 0;
  }
}
.cart-item__discount {
  display: block;
}
.cart__additional_checkout_buttons > *:not(script) {
  padding: 10px 0 0 10px;
  vertical-align: top;
  line-height: 1;
}
.cart__additional_checkout_buttons > *:not(script):first-child, .cart__additional_checkout_buttons > *:not(script):empty {
  padding-left: 0px;
}
.cart--no-cookies .cart--continue-message {
  display: none;
}
.cart--no-cookies .cart--empty-message {
  display: none;
}
.cart--cookie-message {
  display: none;
  padding-bottom: 25px;
}
.cart--no-cookies .cart--cookie-message {
  display: block;
}
/*============================================================================
 #Customer Account Page
 ==============================================================================*/
.customer-orders {
  overflow: auto;
}
.template-customers-addresses #address_form_new, .template-customers-addresses .edit-address {
  margin: 30px 0;
}
#address_form_new .grid-item.one-half.first, .edit-address .grid-item.one-half.first {
  padding-left: 0;
}
#address_form_new .grid-item.one-half.last, .edit-address .grid-item.one-half.last {
  padding-right: 0;
}
#address_form_new label, .edit-address label {
  font-size: 14px;
  font-weight: 400;
}
#address_form_new .grid-item.left, .edit-address .grid-item.left {
  padding-left: 0;
}
#address_form_new .grid-item.right, .edit-address .grid-item.right {
  padding-right: 0;
}
#address_form_new #address_default_address_new.btn, .edit-address .btn.update {
  float: right;
  margin: 0 0 30px 0;
}
#address_form_new a, .edit-address a {
  color: var(--color-btn-primary-text);
  float: left;
}
#address_form_new .btn:hover a, .edit-address .btn:hover a {
  color: var(--color-btn-secondary-text);
}
#address_form_new #address_province_container_new {
  padding: 0;
}
.template-customers-account .grid-item.customer-orders.two-thirds, .template-customers-order .grid-item.two-thirds {
  padding-left: 0;
  overflow: auto;
}
.template-customers-account .grid-item.one-third, .template-customers-order .grid-item.one-third {
  padding-right: 0;
}
.template-customers-account .grid-item h2.h4, .template-customers-order .grid-item h2.h4 {
  border-bottom: 1px solid var(--color-border);
  padding-bottom: 5px;
  color: var(--color-body-text);
}
@media (max-width: 1024px) {
  .template-customers-order .grid-item.two-thirds {
    width: 100%;
    padding: 0;
  }
  .template-customers-order .grid-item.one-third {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .template-customers-login .register {
    float: left;
    width: 100%;
    padding: 0;
  }
  .template-customers-login .login {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 15px;
  }
}
.shopify-challenge__container .g-recaptcha {
  float: left;
  width: 100%;
}
.template-customers-account .grid-item h2.h4 {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 5px;
  color: var(--color-body-text);
}
.template-customers-account .grid {
  float: left;
  width: 100%;
  margin: 20px 0;
}
.template-customers-activate_account label {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 10px;
}

/*============================================================================
Ajaxify.scss.liquid overrides
- Make the drawer come from the right
==============================================================================*/
.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);
}
@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: nonee;
  -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: right 0.5s cubic-bezier(0.75, 0.03, 0.52, 1);
}
.page-move--cart .ajaxify-drawer, .page-move--nav .ajaxify-drawer {
  position: fixed;
  overflow: auto;
}
/*================ Ajaxify color overrides ================*/
.ajaxify-drawer {
  color: var(--color-text-field);
}
.ajaxify-drawer a {
  color: color-control(var(--color-text-field), 10%);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.ajaxify-drawer a:hover {
  color: color-control(var(--color-text-field), 20%);
}
.ajaxify-drawer h1 {
  font-size: em(24px);
}
@media only screen and (min-width: 1025px) {
  .ajaxify-drawer h1 {
    margin-bottom: 20px;
  }
}
.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: 5px;
}
.ajaxify-drawer textarea {
  background-color: var(--colorMenu);
  border-color: color-control(var(--colorMenu), 15%);
  color: var(--color-text-field);
}
.ajaxify-drawer .cart__product a {
  color: color-control-text(var(--color-text-field), 20%);
}
.ajaxify-drawer .cart__product a:hover {
  color: color-control-text(var(--color-text-hover-field), 25%);
}
.ajaxify-drawer .cart__row, .ajaxify-drawer .ajaxifyCart--num, .ajaxify-drawer .ajaxifyCart--add, .ajaxify-drawer .ajaxifyCart--minus {
  border-color: color-control(var(--colorMenu), 15%);
}
.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: color-control(var(--colorMenu), 25%);
}
.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;
}
/*============================================================================
 #Password Page
 ==============================================================================*/
.password.gradient {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-attachment: fixed;
  height: 100%;
}
.password__footer-caption svg {
  width: 70px;
  height: 20px;
  float: none;
  display: inline-block;
  vertical-align: bottom;
  color: #111;
}
#shopify-section-password-header {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}
#shopify-section-password-header .modal__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}
#shopify-section-password-header .password-modal__content {
  background: #fff;
  float: left;
  width: 600px;
  text-align: center;
  padding: 30px;
  position:relative;
}
#shopify-section-password-header details.password-modal {
  float: right;
  width: auto;
}
#shopify-section-password-header .modal__close-button.link {
  background: none;
  border: none;
  position: absolute;
  top: 10px;
  bottom: auto;
  right: 10px;
  left: auto;
  padding: 0;
  font-size: 20px;
  width: 20px;
  height: 20px;
}
.password #MainContent {
  float: left;
  width: 100%;
  margin: 50px 0;
  text-align: center;
}
.password .newsletter-form__field-wrapper {
  float: none;
  width: 500px;
  display: inline-block;
  vertical-align: top;
}
#shopify-section-password-footer {
  float: left;
  width: 100%;
  text-align: center;
  border-top: 1px solid #e5e5e5;
  padding: 20px 0;
}
#shopify-section-password-footer .password__footer-text {
  float: left;
  width: 100%;
  font-size: 13px;
  margin: 0 0 10px;
}
#shopify-section-password-footer .list-social.list-unstyled {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 15px;
}
#shopify-section-password-footer .list-social__link {
  float: left;
  font-size: 16px;
  line-height: 30PX;
  width: 30px;
  height: 30px;
}
#recover_password .text-center {
  margin-top: 10px;
  float: left;
  width: 100%;
}
#recover_password .text-center .btn {
  border-radius: 25px;
  -moz-border-radius: 25px; 
  -webkit-border-radius: 25px; 
  -khtml-border-radius: 25px;
}
#recover_password .text-center p {
  width: auto;
  float: none;
  display: inline-block;
  vertical-align: top;
}
#recover_password .title {
  color: #111;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
}
#recover_password .tt-innerpagetitle {
  font-size: 18px;
}
.lock-icon-svg {
  width: 0.7 * var(--font-size-base);
    height: 0.7 * var(--font-size-base);
      display: inline-block;
      vertical-align: baseline;
      }
.lock-icon-svg path {
  fill: currentColor;
}
.lt-ie9 .lock-icon-svg {
  display: none;
}
.admin-login {
  font-size: 95%;
}
.template-customers-login .login, .template-customers-register .register {
  text-align: center;
}
.template-customers-register .register .errors {
  text-align: left;
}
.login-page form#customer_login {
  margin: 0;
  float: left;
  width: 100%;
}
.login-page div#recover_password {
  text-align: left;
}
.login-page .grid .grid-item, .login-page .grid--rev .grid-item, .login-page .grid--full .grid-item {
  padding: 0;
  text-align: left;
}
.login-page form .text-center > p {
  margin: 0;
}
.register-page form#create_customer {
  margin: 0;
  float: left;
  width: 100%;
}
.login-page form .text-center>p {
  margin: 0;
}
.template-customers-login .login .login-page, .register .register-page {
  float: none;
  width: auto;
  display: inline-block;
  vertical-align: top;
  padding: 30px;
  background: #fff;
  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;
}
#customer_login .text-center .btn {
  padding: 10px 25px;
  background: #111;
  color: #fff;
}
#customer_login .text-center .btn:hover, #customer_login .text-center .btn:focus, #customer_login .text-center .btn:active {
  background:var(--color-btn-secondary);
    color:var(--color-btn-secondary-text);
      }
.template-customers-register .footer-bottom .text-center a {
  float: none;
}
.template-customers-register .footer-bottom .text-center .btn {
  padding: 10px 25px;
  background: #111;
  color: #fff;
  margin: 20px 0;
}
.template-customers-register .footer-bottom .text-center .btn:hover, .template-customers-register .footer-bottom .text-center .btn:focus, .template-customers-register .footer-bottom .text-center .btn:active {
  background:var(--color-btn-secondary);
    color:var(--color-btn-secondary-text);
      }
.template-customers-register .footer-bottom .text-center .mdi.mdi-chevron-left {
  font-size: 13px;
}
@media only screen and (min-width: 992px){
  .login-page form>input, .register-page form>input {
    min-width: 550px;
  }
}
@media only screen and (max-width: 991px) {
  .template-customers-login .login .login-page, .register .register-page {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  #recover_password .title {
    font-size: 18px;
    line-height: 20px;
  }
  .template-customers-login .login .login-page, .register .register-page {
    padding: 20px 15px;
  }
  #customer_login .text-center .btn {
    margin: 10px 0 0;
  }
}

/*============================================================================
#Demo Styles - for empty store state
==============================================================================*/
.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: #aaa;
  font-size: em(14px);
}
/*============================================================================
#FlexSlider
- jQuery FlexSlider v2.2.2 | http://www.woothemes.com/flexslider/
- Contributing author: Tyler Smith (@mbmufffin)
==============================================================================*/
.flexslider {
  padding: 0;
  width: 100%;
  z-index: 1;
}
@media (max-width: 1199px) {
  .flexslider {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .flexslider {
    margin: 0;
  }
}
.flexslider .slider-subtitle {
  font-family: var(--font-stack-body), sans-serif;
}
.flexslider .slider-title {
  font-family: var(--font-stack-slider);
}
.flexslider .slider-button {
  font-family: var(--font-stack-body), sans-serif;
}
.flexslider li {
  margin: 0;
}
.flexslider .slides li {
  margin: 0;
  position: relative;
}
.flexslider .slides img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  width: 100%;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/*================ No JS Fallback ================*/
.no-js .slides > li:first-child {
  display: block;
}
.flexslider {
  position: relative;
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}

/*================ Direction Nav ================*/
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 100%;
}
.flex-direction-nav .flex-next::before {
  content: "\f142";
  font-size: 34px;
  color: #9f9f9f;
  line-height: 50px;
  padding: 0;
  font-family: "Material Design Icons";
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -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 (max-width: 767px) {
  .flex-direction-nav .flex-next::before {
    font-size: 26px;
    line-height: 36px;
  }
}
.flex-direction-nav .flex-prev::before {
  content: "\f141";
  font-size: 34px;
  color: #9f9f9f;
  line-height: 50px;
  padding: 0;
  font-family: "Material Design Icons";
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -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 (max-width: 767px) {
  .flex-direction-nav .flex-prev::before {
    font-size: 26px;
    line-height: 36px;
  }
}
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  -moz-opacity: 0 !important;
  -khtml-opacity: 0 !important;
  -webkit-opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

.flex-direction-nav a {
  position: absolute;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}
.lte-ie9 .flex-direction-nav a {
  display: none;
}
.flex-direction-nav a.flex-prev {
  background-position: center left;
}
.flex-direction-nav a.flex-next {
  background-position: center right;
}

/*================ Control Nav ================*/
.flexslider .slides .slick-arrow {
  border: none;
  font-size: 0;
  height: 45px;
  width: 45px;
  line-height: normal;
  z-index: 1;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s; 
  
    border-radius: 50%;
}
.flexslider .slides:hover .slick-arrow {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.flexslider .slides:hover .slick-prev.slick-arrow,
.flexslider .slides .slick-prev.slick-arrow{
  left:30px;  
    }
.flexslider .slides:hover .slick-next.slick-arrow,
.flexslider .slides .slick-next.slick-arrow{
  right:30px;  
    }
.flexslider .slides .slick-arrow::after {
  height: 45px;
  width: 45px;
  font-family: "Material design Icons";
  text-align: center;
  font-size: 30px;
  line-height: 45px;
  float: none;
  display: inline-block;
  vertical-align: top; 
  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);
}
.flexslider .slides .slick-prev.slick-arrow::after {content: "\f141";}
.flexslider .slides .slick-next.slick-arrow::after {content: "\f142";}
.flex-direction-nav {
  margin: auto;
  padding: 0;
  list-style: none;
  float: left;
  width: 100%;
  position: absolute;
  bottom: 0;
  top: 0;
  height: 40px;
  z-index: 1;
}
.flex-direction-nav li {
  display: inline-block;
  vertical-align: top;
}
.flex-control-nav {
  position: absolute;
  bottom: 45px;
  right: 0;
  left: 0;
  width: auto;
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .flex-control-nav {
    bottom: 28px;
  }
}
@media (max-width: 480px) {
  .flex-control-nav {
    bottom: 8px;
  }
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.flex-control-paging li a {
  width: 32px;
  border: 1px solid #fff;
  height: 5px;
  display: block;
  background: #fff;
  cursor: pointer;
  text-indent: -9999px;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
}
.flex-control-paging li a {
  cursor: pointer;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 480px) {
  .flex-control-paging li a {
    font-size: 14px;
    line-height: 20px;
  }
}
.flex-control-paging li a.flex-active {
  cursor: default;
  font-size: 30px;
  font-weight: 700;
  color: #81ba00;
}
@media (max-width: 480px) {
  .flex-control-paging li a.flex-active {
    font-size: 20px;
  }
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: 0.7;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  cursor: default;
}
@media (max-width: 480px) {
  .flex-direction-nav a {
    background: none;
    border: none !important;
  }
}
@media (max-width: 480px) {
  .flex-direction-nav a:hover {
    background: none;
    border: none;
  }
}
@media (max-width: 480px) {
  .flex-direction-nav .flex-next::before, .flex-direction-nav .flex-prev::before {
    color: #777;
  }
}
/*========================== testimonial =====================*/
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
.tt-testimonial-wrap {
  float: left;
  width: 100%;
}
.tt-testimonial-wrap .container-bg {
  float: left;
  width: 55%;
}
@media (max-width: 991px) {
  .tt-testimonial-wrap .container-bg {
    width: 100%;
  }
}
.grid__item.testimonials_wrap .owl-dots {
  position: absolute;
  left: auto;
  right: -50px;
  top: 25%;
}
@media (max-width: 991px) {
  .grid__item.testimonials_wrap .owl-dots {
    position: static;
    padding: 25px 0 0;
  }
}
.grid__item.testimonials_wrap {
  float: left;
  width: 100%;
  padding: 60px 0;
  text-align: center;
}
@media (max-width: 1199px) {
  .grid__item.testimonials_wrap {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .grid__item.testimonials_wrap {
    padding: 30px 0;
  }
}
@media (max-width: 480px) {
  .grid__item.testimonials_wrap {
    padding: 30px 0;
  }
}
.tt-testimonial-wrap .grid__item.small-grid__item {
  float: left;
}
@media (max-width: 991px) {
  .tt-testimonial-wrap .grid__item.small-grid__item {
    width: 100%;
  }
}
.tt-testimonial-wrap .grid__item .testimonial-block {
  position: relative;
  float: left;
}
.tt-testimonial-wrap .authorimg {
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid var(--color-btn-primary);
}
@media (max-width: 991px) {
  .tt-testimonial-wrap .authorimg {
    display: inline-block;
    vertical-align: top;
    float: none;
  }
}
@media (max-width: 480px) {
  .tt-testimonial-wrap .authorimg {
    margin: 0;
  }
}
.tt-testimonial-wrap .authorimg img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  width: 120px;
  height: 120px;
}
.tt-testimonial-wrap .grid__item.user-contain {
  float: left;
  text-align: left;
  padding: 10px 0 0;
}
@media (max-width: 991px) {
  .tt-testimonial-wrap .grid__item.user-contain {
    display: inline-block;
    vertical-align: top;
    float: none;
    width: auto;
  }
}
@media (max-width: 480x) {
  .tt-testimonial-wrap .grid__item.user-contain {
    float: left;
    width: 100%;
    text-align: center;
  }
}
.tt-testimonial-wrap .tt-title {
  padding-top: 60px;
}
@media (max-width: 480px) {
  .tt-testimonial-wrap .tt-title {
    padding-top: 35px;
  }
}
.tt-testimonial-wrap .testimonial-user-title {
  float: left;
  width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .tt-testimonial-wrap .testimonial-user-title {
    float: none;
    width: auto;
  }
}
.testimonial-user-desc, .tt-testimonial-wrap .testimonial-user-title {
  font-family: var(--font-stack-header);
}
.tt-testimonial-wrap .testimonial-user-title::after {
  bottom: 0;
  font-family: 'Material Design Icons';
  content: '\f756';
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
  font-size: 42px;
  margin: 0 auto;
  height: 42px;
  width: 42px;
  line-height: 42px;
  color: var(--color-btn-primary);
}
@media (max-width: 480px) {
  .tt-testimonial-wrap .testimonial-user-title::after {
    right: 0;
  }
}
.tt-testimonial-wrap .testimonial-user-title h4 {
  font: 500 18px/22px var(--font-stack-body);
  text-transform: capitalize;
  margin: 0 0 10px;
  padding: 45px 0 0;
}
.testimonial-user-desc {
  float: left;
  font: 400 14px/16px var(--font-stack-body);
  text-transform: capitalize;
  width: 100%;
}
.tt-testimonial-wrap .testimonial-content .testimonial-desc {
  margin: 15px 0 0;
  position: relative;
  text-align: left;
  font: italic 400 14px/24px var(--font-stack-body);
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .tt-testimonial-wrap .testimonial-content .testimonial-desc {
    text-align: center;
    width: 80%;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
}
@media (max-width: 480px) {
  .tt-testimonial-wrap .testimonial-content .testimonial-desc {
    width: 100%;
  }
}
.tt-testimonial-wrap .testimonial-content .testimonial-desc > p {
  margin: 0;
}
.tt-testimonial-wrap .testimonial-detail {
  float: left;
  width: 100%;
}
.testimonials_wrap .owl-dot {
  display: block;
  background: none;
  padding: 0;
  border: none;
}
@media (max-width: 991px) {
  .testimonials_wrap .owl-dot {
    display: inline-block;
    vertical-align: top;
  }
}
.testimonials_wrap .owl-dots .owl-dot span {
  background: #888;
  cursor: pointer;
  display: inline-block;
  float: none;
  height: 40px;
  margin: 0 5px;
  width: 5px;
}
@media (max-width: 991px) {
  .testimonials_wrap .owl-dots .owl-dot span {
    height: 5px;
    width: 40px;
  }
}
.testimonials_wrap .owl-dots .owl-dot.active span {
  background: var(--color-btn-primary);
}
.testimonials_wrap .owl-dots .owl-dot span:hover, .testimonials_wrap .owl-dots .owl-dot span:focus {
  background: var(--color-btn-primary);
}
/*-------------- parallex ---------------*/
.parallex.tt-testimonial-wrap {
  height: 570px;
}
@media (max-width: 991px) {
  .parallex.tt-testimonial-wrap {
    height: 520px;
  }
}
@media (max-width: 480px) {
  .parallex.tt-testimonial-wrap {
    height: 100%;
  }
}

/*================ Custom Flexslider Styles ================*/
.flexslider .slides {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.slide-link {
  display: block;
}
.slide-link img {
  display: block;
}
* {
  outline: none;
}
/*------------footer newsletter------------*/
div#shopify-section-footer-model-3 .Newsletter-wrapper {
  margin-top: 30px;
}
.block_newsletter .tt-title {
  line-height: 43px;
  margin: 0;
  padding: 0 0 0 50px;
  text-align: left;
}
.block_newsletter form .input-group input, .block_newsletter form .input-group .input-group-btn .btn {
  height: 42px;
  padding: 10px 15px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  z-index: 1;
}
.block_content .input-group-btn .subscribe {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 18px;
}
@media (max-width: 480px) {
  .block_content .input-group-btn .subscribe {
    display: none;
  }
}
.block_newsletter form input[type="email"] {
  padding: 15px;
  width: 100%;
  color: #222;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  border: none;
}
#shopify-section-footer-model-3 .footer-section {
  padding: 0;
}
#shopify-section-footer-model-3 .block_content {
  float: left;
  width: 100%;
}
.block_newsletter .news-title::before {
  content: "\f1f0";
  font-family: "Material Design Icons";
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 45px;
  text-align: center;
  font-size: 40px;
  line-height: 44px;
  font-weight: 400;
}
@media (max-width: 480px) {
  .block_newsletter .news-title::before {
    right: 0;
    margin: 0 auto;
  }
}
.block_newsletter .tt-content .news-title {
  font: 700 32px/40px var(--font-stack-body);
}
@media (max-width: 480px) {
  .block_newsletter .tt-content .news-title {
    font-size: 20px;
  }
}
.footer-top .inline-list.social-icons {
  float: right;
}
.footer-top .social-icons li a {
  text-align: center;
}
.block_newsletter .icon-fallback-text .icon {
  display: none;
}
@media (max-width: 480px) {
  .block_newsletter .icon-fallback-text .icon {
    display: block;
    color: #fff;
  }
}
.Newsletter-wrapper .block_newsletter .tt-content .tt-desc {
  font-family: var(--font-stack-header);
}
.Newsletter-wrapper .block_content {
  margin: 20px 0 0;
}
@media (max-width: 767px) {
  .Newsletter-wrapper .block_content {
    margin: 10px 0 0;
  }
}
@media (max-width: 991px) {
  .block_newsletter .tt-content {
    width: 100%;
    float: left;
    padding: 0 0 15px;
  }
  .block_newsletter .block_content {
    width: 68%;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .block_newsletter {
    text-align: center;
  }
  #shopify-section-footer-model-3 .block_newsletter {
    width: 100%;
  }
  .block_newsletter .tt-content .news-title {
    width: auto;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  #shopify-section-footer-model-3 .block_content {
    float: none;
    width: 70%;
    display: inline-block;
    vertical-align: top;
    margin: 10px 0 0;
  }
}
@media (max-width: 767px) {
  .block_newsletter .block_content {
    width: 80%;
  }
}
@media (max-width: 480px) {
  .block_newsletter .block_content, #shopify-section-footer-model-3 .block_content {
    width: 100%;
  }
}
.footer-bottom {
  float: left;
  width: 100%;
  padding: 10px 0;
}

/**/
/*============================================================================
#Magnific Popup
- http://dimsemenov.com/plugins/magnific-popup/
==============================================================================*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity:.8;
  -moz-opacity: .8; 
  -khtml-opacity:.8; 
  -webkit-opacity: .8;
  filter: alpha(opacity=80); }
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }
.mfp-align-top .mfp-container:before {
  display: none; }
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }
.mfp-ajax-cur {
  cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
  cursor: auto; }
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }
.mfp-loading.mfp-figure {
  display: none; }
.mfp-hide {
  display: none !important; }
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
.mfp-preloader a {
  color: #CCC; }
.mfp-preloader a:hover {
  color: #FFF; }
.mfp-s-ready .mfp-preloader {
  display: none; }
.mfp-s-error .mfp-content {
  display: none; }
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0; }
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  -moz-opacity: 1; 
  -khtml-opacity: 1; 
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
.mfp-close:hover, .mfp-close:focus {
  opacity:.65;
  -moz-opacity: .65; 
  -khtml-opacity:.65; 
  -webkit-opacity: .65;
  filter: alpha(opacity=65); }
.mfp-close:active {
  top: 1px; }
.mfp-close-btn-in .mfp-close {
  color: #333; }
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }
.mfp-arrow {
  position: absolute;
  opacity:.65;
  -moz-opacity: .65; 
  -khtml-opacity:.65; 
  -webkit-opacity: .65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.mfp-arrow:active {
  margin-top: -54px; 
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  -moz-opacity: 1; 
  -khtml-opacity: 1; 
  -webkit-opacity: 1;
  filter: alpha(opacity=100); 
}
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }
.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }
.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity:.7;
  -moz-opacity: .7; 
  -khtml-opacity:.7; 
  -webkit-opacity: .7;
}

.mfp-arrow-left {
  left: 0; }
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
  right: 0; }
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }
.mfp-iframe-holder .mfp-close {
  top: -40px; }
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -ms-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; 
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }
/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -ms-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }
.mfp-figure figure {
  margin: 0; }
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
     transform: 0.75;
  }
  .mfp-arrow-left {
     transform: 0.75;}
  .mfp-arrow-right {
     transform: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
}
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
/*======================== Magnific Popup custom styles ===================== */
.mfp-close {
  color: inherit;
}
/**/
.ajax-success-modal .success-message p {
  display: inline-block;
  width: 100%;
  margin: 0;
}
.ajax-success-modal .success-message {
  padding: 0;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 767px) {
  .ajax-success-modal .success-message {
    margin: 5px 0;
  }
}
.success-message i {
  margin-right: 5px;
  font-size: 20px;
  line-height: 20px;
  vertical-align: middle;
}
.ajax-success-modal .close-modal {
  top: 10px;
  right: 10px;
}
.ajax-content-section {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin: auto;
}
.modal {
  display: none;
}
.close-modal {
  float: right;
  bottom: 0;
  position: absolute;
  right: 0;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
  -webkit-transform: translate(0, -25%);
  -moz-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  margin: 10px auto;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: none;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  padding: 10px;
}
.modal-dialog {
  position: relative;
  margin: 10px auto;
  vertical-align: middle;
  display: inline-block;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

/* quick view */
.quickview-template ,
.quick-view{ bottom: 0; display: none; left: 0; outline: 0 none;  overflow-x: auto; overflow-y: scroll; position: fixed;  right: 0;  top: 0; z-index: 1050; display: none;  }
.quickview-template .content,
._quick-view-content { display: none; }
.quick-view .product-shop { float: right; }
.quick-view .product-img-box { margin: 0; float: left; }
.quick-view .product-img-box .image-wrapper { width: 311px; height: 311px; overflow: hidden; position: relative; }
.quick-view .product-img-box .image { width: 311px; height: 311px; overflow: hidden; position: relative; } 
.quick-view .product-img-box .image img { display: block; position: relative; max-width: 110%; }
.quick-view .product-img-box .thumbnails { padding: 20px 0 0 40px; position: relative; }
.quick-view .product-img-box .thumbnails .jcarousel-next-horizontal { width: 70px; height: 70px; position: absolute; top: 0; right: 0; display: block; float: left; opacity: 0.2;
  -moz-opacity: 0.2; 
  -khtml-opacity: 0.2; 
  -webkit-opacity: 0.2; transition:all 0.2s linear 0s;
  -webkit-transition:all 0.2s linear 0s;
  -moz-transition:all 0.2s linear 0s;
  -o-transition:all 0.2s linear 0s;
  -ms-transition:all 0.2s linear 0s; }
.quick-view .product-img-box .thumbnails .jcarousel-next-horizontal:hover { opacity: 1;
  -moz-opacity: 1; 
  -khtml-opacity: 1; 
  -webkit-opacity: 1; }
.quick-view .product-img-box .thumbnails .jcarousel-prev-horizontal { width: 70px; height: 70px; position: absolute; top: 0; left: 0; display: block; float: left; opacity: 0.2;
  -moz-opacity: 0.2; 
  -khtml-opacity: 0.2; 
  -webkit-opacity: 0.2; transition:all 0.2s linear 0s;
  -webkit-transition:all 0.2s linear 0s;
  -moz-transition:all 0.2s linear 0s;
  -o-transition:all 0.2s linear 0s;
  -ms-transition:all 0.2s linear 0s; }
.quick-view .product-img-box .thumbnails .jcarousel-prev-horizontal:hover { opacity: 1;
  -moz-opacity: 1; 
  -khtml-opacity: 1; 
  -webkit-opacity: 1; }
.quick-view .product-img-box .thumbnails ul { float: left; text-align: center; width: 240px; list-style: none; padding-left: 0; }
.quick-view .product-img-box .thumbnails ul li a:hover { opacity: 1;
  -moz-opacity: 1; 
  -khtml-opacity: 1; 
  -webkit-opacity: 1; }
.quick-view .product-img-box .thumbnails ul li .active { opacity: 1;
  -moz-opacity: 1; 
  -khtml-opacity: 1; 
  -webkit-opacity: 1; }
.quick-view .product-img-box .thumbnails ul li a img { max-width: 110%; }
.quick-view .product-img-box .thumbnails ul { width: 266px; }
.quick-view .product-shop p.custom { margin: 0; }
.quick-view .product-shop .prices { margin-bottom: 10px;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: 600 18px/26px var(--font-stack-body);
  text-transform: capitalize;
  color:var(--color-text);
}
.quick-view .product-shop .product-infor {
  float: left;
  width: 100%;
}
.quick-view .product-shop .product-inventory > label {
  font-weight: 400;
  font-size: 15px;
  line-height: 14px;
  margin: 0 5px 0 0;
  color:var(--color-text);
}
.quick-view .product-shop .prices .compare-price .money {
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
  color: #555;
  font-family:var(--font-stack-body);
}
@media (max-width: 991px) {
  .quick-view .product-photo-thumbs.product-wrapper-owlslider {
    width: 75%;
    float: none;
    text-align: center;
    display: inline-block;
  }
}
.more-view-wrapper .product-photo-thumbs {
  visibility:hidden;
}
page-wrapper .main-content {
  margin: 0 0 30px;
}
/* quick view */
.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;
  display:none; 
}
.quick-view .product-detail-section p.dt-sc-button {  margin:20px 0 0px 0; }
.quick-view .product-shop.summary .details { float:left;width:100%; }
.quick-view .product-detail-section p.dt-sc-button { margin:20px 0 0px 0;  float:left; }
.quick-view .product-detail-section p.product-description { margin-bottom:0;float:left;width:100%; padding: 15px 0; }
.product-wrapper-owlslider {
  margin-bottom: 20px;
}
.product-wrapper.sidebar-product {
  border: none;
  margin: 0;
  text-align: left;
}
.product-list .product-desc {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 8px;
  float:left;
}
.quick-view .product-shop.summary select { width:100%;padding:12px 10px; }
.quick-view.open-in {
  background:rgba(0,0,0,.8);
  opacity: 1;
  -moz-opacity: 1; 
  -khtml-opacity: 1; 
  -webkit-opacity: 1;
 transform: 0%;
transition:transform .4s,opacity .4s;
  -webkit-transition:transform .4s,opacity .4s;
  -moz-transition:transform .4s,opacity .4s;
  -o-transition:transform .4s,opacity .4s;
  -ms-transition:transform .4s,opacity .4s;
}
._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;
}
.quick-view .close-window:hover::before{
  transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}
.quick-view .close-window::before {
  position: absolute;
  content: "\f156";
  font-family: "Material Design Icons";
  right: 5px;
  left: auto;
  top: 5px;
  height: 24px;
  width: 24px;
  font-size: 24px;
  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;
}
.quick-view .product-shop .prices label,
.ajax-success-modal .ajax-right label {
  font-weight:400;
  color:var(--color-text);
}
.quick-view .product-photo-thumbs li a {
  float: left;
  width: 100%;
  border:2px solid var(--color-product-border);
}
.quick-view .product-photo-thumbs li a:hover,.quick-view .product-photo-thumbs li a.active{
  border-color:#e5e5e5;
}
.quickview-featured-image img {
  border: 3px solid var(--color-product-border);
}
.quick-view .owl-prev::after,.quick-view .owl-next::after{
  display:none;
}
@media (max-width: 991px) {
  .quick-view .product-img.images {
    width: 80%;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .quick-view .product-shop {
    width: 100%;
  }
  .quick-view .content {
    padding: 50px 20px;
    text-align: center;
  }
}
@media (max-width: 991px) and (max-width: 480px) {
  .quick-view .product-img.images {
    width: 100%;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .quick-view .content {
    width: 80%;
  }
}
@media (max-width: 991px) and (max-width: 480px) {
  .quick-view .content {
    width: 90%;
    padding: 50px 5px;
    margin: 30px auto;
  }
}

/**/
/* modal-newsletter  */
#newsletterModal .modal-header {
  border: none;
  position: absolute;
  right: 0;
  z-index: 3;
  padding: 10px;
  top: 0px;
}
#newsletterModal form.subscribe-form {
  width: 100%;
  display: inline-block;
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 767px) {
  #newsletterModal form.subscribe-form {
    padding: 0 10px;
  }
}
.modal-bg-image {
  width: 46%;
  display: inline-block;
  float: left;
}
@media (max-width: 480px) {
  .modal-bg-image {
    width: 100%;
  }
}
.modal-content .modal-block {
  width: 54%;
  display: inline-block;
  float: right;
}
@media (max-width: 480px) {
  .modal-content .modal-block {
    width: 100%;
  }
}
#newsletterModal .modal-md {
  margin: 0 auto;
  max-width: 816px !important;
  display: inline-block;
  border: none;
  vertical-align: middle;
}
.modal-header i.mdi.mdi-close {
  float: left;
  width: 100%;
  text-align: center;
  line-height: 24px;
  font-size: 22px;
}
.modal-header .close {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transition: all 0.5s ease-in-out 0ms;
  -webkit-transition: all 0.5s ease-in-out 0ms;
  -moz-transition: all 0.5s ease-in-out 0ms;
  -o-transition: all 0.5s ease-in-out 0ms;
  -ms-transition: all 0.5s ease-in-out 0ms;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  color: #666;
  font-weight: 400;
  font-size: 26px;
}
.modal-header .close:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.modal {
  text-align: center;
}
.modal-newsletter {
  padding: 70px 0;
  position: relative;
  z-index: 2;
  float: left;
}
@media (max-width: 767px) {
  .modal-newsletter {
    padding: 14px 0;
  }
}
@media (max-width: 480px) {
  .modal-newsletter {
    padding: 40px 0;
  }
}
.modal-newsletter .checkbox-group {
  display: inline-block;
  position: relative;
}
.modal-newsletter .checkbox-group input[type=checkbox] {
  display: none;
}
.modal-newsletter .checkbox-group label .check:before, .checkbox-group label .check:before {
  content: "\f12c";
  color: #000;
  font-size: 12px;
  line-height: 12px;
  font-family: 'Material Design Icons';
  font-style: normal;
  font-weight: 400;
}
.modal-newsletter .checkbox-group .box {
  margin-top: 0;
  display: inline-block;
}
.modal-newsletter .checkbox-group .check {
  top: 5px;
}
.modal-newsletter .title {
  font-size: 28px;
  text-transform: uppercase;
  line-height: 40px;
  font-weight: 600;
  color: #222;
  position: relative;
  padding: 0px 0 10px;
  font-family: var(--font-stack-header);
}
@media (max-width: 767px) {
  .modal-newsletter .title {
    font-size: 26px;
    line-height: 30px;
  }
}
.modal-newsletter .title::after {
  background: #ccc;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 45px;
}
.modal-newsletter .modal-title {
  font-size: 20px;
  line-height: 1.1em;
  margin: 30px 0 18px;
}
@media (max-width: 767px) {
  .modal-newsletter .modal-title {
    margin: 15px 0;
  }
}
.modal-newsletter p {
  padding-bottom: 7px;
}
.modal-newsletter .row-subscibe {
  font-size: 0;
  line-height: 0;
  padding: 0 0 30px;
}
@media (max-width: 767px) {
  .modal-newsletter .row-subscibe {
    padding: 10px 0;
  }
}
.modal-newsletter .row-subscibe input {
  height: 45px;
  border: 1px solid #e5e5e5;
  padding: 2.3% 2.5%;
  font-size: 13px;
  line-height: 1.2em;
  color: #666;
  background: #f5f5f5;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  text-align: center;
  margin: 0 0 15px;
}
@media (max-width: 767px) {
  .modal-newsletter .row-subscibe input {
    height: 38px;
  }
}
.modal-newsletter .row-subscibe button {
  font-size: 16px;
  height: 40px;
  background: var(--color-btn-secondary);
  color: var(--color-btn-secondary-text);
  padding: 5px 20px;
}
@media (max-width: 767px) {
  .modal-newsletter .row-subscibe button {
    height: 33px;
  }
}
.modal-newsletter .row-subscibe button:hover, .modal-newsletter .row-subscibe button:active, .modal-newsletter .row-subscibe button:focus {
  background: var(--color-btn-primary);
  color: var(--color-btn-primary-text);
}
.modal-newsletter .checkbox-group label {
  font-size: 12px;
  padding-left: 5px;
  text-transform: capitalize;
}
.modal-newsletter p {
  margin-bottom: 0px;
}
.modal-newsletter .checkbox-group .box {
  margin-top: 0;
  display: inline-block;
  top: 2px;
  bottom: auto;
}
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);
}
.modal-newsletter .checkbox-group .check {
  top: 0;
}
.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;
}
.checkbox-group input[type="checkbox"] + label:hover, .checkbox-group.active input[type="checkbox"] + label {
  color: #000;
}
.checkbox-group input[type="checkbox"] + label, .checkbox-group input[type="radio"] + label {
  font-size: 14px;
  color: var(--color-text-field);
}
.checkbox-group input[type="checkbox"] + label:hover, .checkbox-group input[type="radio"] + label:hover {
  color: var(--color-text-hover-field);
}
.checkbox-group label:hover .box {
  background: #f5f5f5;
}
.checkbox-group label .check {
  top: -1px;
  left: 1px;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  z-index: 10;
  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 span {
  display: block;
  position: absolute;
  left: 0;
  transition: 0.1s;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -ms-transition: 0.1s;
}
.checkbox-group label .box {
  border-width: 1px;
  border-style: solid;
  border-color: #e5e5e5;
  background: #ffffff;
  height: 15px;
  width: 15px;
  z-index: 1;
  margin-top: 2px;
  transition: 0.1s;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -ms-transition: 0.1s;
}
.checkbox-group label span {
  display: block;
  position: absolute;
  left: 0;
  transition: 0.1s;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -ms-transition: 0.1s;
}
@media (max-width: 767px) {
  #newsletterModal .modal-newsletter .row-subscibe input {
    width: 100%;
    padding: 2.3% 3%;
  }
  #newsletterModal .modal-newsletter .row-subscibe button {
    position: relative;
    right: auto;
  }
  #newsletterModal .modal-newsletter .logo {
    max-height: 75px;
  }
}
@media (max-width: 480px) {
  #newsletterModal .modal-newsletter .logo {
    max-height: 59px;
  }
}
.modal-md {
  margin: 0 auto;
  max-width: 816px !important;
}
.modal-dialog {
  margin: 30px auto;
  width: 670px;
}
@media (max-width: 767px) {
  #newsletterModal .modal-md {
    width: 460px;
  }
}
@media (max-width: 480px) {
  #newsletterModal .modal-md {
    width: 280px;
  }
  #newsletterModal > .modal-md {
    margin: 70px auto;
  }
}

/*--------------------instagram-------------------- */
.instagram-wrapper { padding:0px;float:left;width:100%;position:relative; }
.instagram-wrapper h3 { margin-bottom:40px; }
#instafeed a img { margin-right:5px;margin-bottom:0px;}
.instagram-wrapper #instafeed a { width: 10%;float:left;  }
.tt-instagram .item {float:left;width:16.666%;@media only screen and (max-width: 1024px) { width:50%; } @media (max-width:480px) { width:100%; }position:relative;	border-radius: 0px; 
  -moz-border-radius: 0px; 
  -webkit-border-radius:0px ; 
  -khtml-border-radius: 0px; }
.tt-instagram .info span i { display:inline-block;margin-right:3px; font-size:18px;line-height:20px; }
.tt-instagram img { display:block; }
.tt-instagram .item .info {
  float: left;
  text-align: center;
  width: 100%;
  height:100%;
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  z-index:2;
}
.tt-instagram .info span.likes {
  position: absolute;
  right: 60px;
  bottom: 10px;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
@media (max-width: 767px) {
  .tt-instagram .info span.likes {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
  }
}
.tt-instagram .info span.comments {
  position: absolute;
  right: 20px;
  bottom: 10px;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
@media (max-width: 767px) {
  .tt-instagram .info span.comments {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
  }
}
.tt-instagram .info:hover span.likes, .tt-instagram .info:hover span.comments {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}
.tt-instagram .info span.zoom_icon {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  float: none;
  height: 45px;
  line-height: 45px;
  width: 45px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  border: 2px solid #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;
}
@media (max-width: 767px) {
  .tt-instagram .info span.zoom_icon {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
  }
}

.tt-instagram .info span.zoom_icon:hover {
  background: #000 none repeat scroll 0 0;
  border-color: #000;
}
.tt-instagram .info:hover span.zoom_icon{
  opacity: 1;
  -moz-opacity: 1; 
  -khtml-opacity: 1; 
  -webkit-opacity: 1;
}
.tt-instagram .info span.zoom_icon i {
  margin: 0 2px;
  padding:10px;
}
.tt-instagram .info span a{
  display: inline-block;
  width: 100%;
  vertical-align:middle;
}
.tt-instagram .item:hover .instaitem>a img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.tt-instagram .item .instaitem>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;
}
.tt-instagram .item .instaitem > a::after {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  margin: auto;
  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;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.tt-instagram .item:hover .instaitem > a::after{
  opacity: 1;
  -moz-opacity: 1; 
  -khtml-opacity: 1; 
  -webkit-opacity: 1;
}
.slick-slide img {
  display: inline-block;
  max-width: 100%;
  float: left;
  width: auto;
}
.slick-slide .instaitem img{
  width: 100%;
  height: auto;
}
.instaitem {
  float: left;
  width: 100%;
  position: relative;
  overflow:hidden;
}
.tt-instagram.clearfix {
  display: inline-block;
  width: 100%;
  float: left;
}

.tt-instagram button.slick-prev.slick-arrow, .tt-instagram button.slick-next.slick-arrow {
  display: none!important;
}
@media (max-width: 767px) {
  .tt-instagram .info{
    opacity: 1;
  -moz-opacity: 1; 
  -khtml-opacity: 1; 
  -webkit-opacity: 1;
  }
}
/*************** layout css **************/
.collection_sidebar {
  float: left;
  width: 100%;
  text-align:left;
}
.qty-box-set .qnt_wrap .button:hover {
  background: #eeeeee none repeat scroll 0 0;
}
/****************************************/

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  -moz-opacity: 0; 
  -khtml-opacity: 0; 
  -webkit-opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  -moz-opacity: 1; 
  -khtml-opacity: 1; 
  -webkit-opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  -moz-opacity: 0; 
  -khtml-opacity: 0; 
  -webkit-opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  -moz-opacity: 1; 
  -khtml-opacity: 1; 
  -webkit-opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@-webkit-keyframes fade_out {
  0% {
    opacity: 1;
  -moz-opacity: 1; 
  -khtml-opacity: 1; 
  -webkit-opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
  -moz-opacity: 0; 
  -khtml-opacity: 0; 
  -webkit-opacity: 0;
    visibility: hidden;
  }
}
@-moz-keyframes fade_out {
  0% {
    opacity: 1;
  -moz-opacity: 1; 
  -khtml-opacity: 1; 
  -webkit-opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
  -moz-opacity: 0; 
  -khtml-opacity: 0; 
  -webkit-opacity: 0;
    visibility: hidden;
  }
}
@keyframes fade_out {
  0% {
    opacity: 1;
  -moz-opacity: 1; 
  -khtml-opacity: 1; 
  -webkit-opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
  -moz-opacity: 0; 
  -khtml-opacity: 0; 
  -webkit-opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes fade_in {
  0% {
    opacity: 0;
  -moz-opacity: 0; 
  -khtml-opacity: 0; 
  -webkit-opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
  -moz-opacity: 1; 
  -khtml-opacity: 1; 
  -webkit-opacity: 1;
    visibility: visible;
  }
}
@-moz-keyframes fade_in {
  0% {
    opacity: 0;
  -moz-opacity: 0; 
  -khtml-opacity: 0; 
  -webkit-opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
  -moz-opacity: 1; 
  -khtml-opacity: 1; 
  -webkit-opacity: 1;
    visibility: visible;
  }
}
@keyframes fade_in {
  0% {
    opacity: 0;
  -moz-opacity: 0; 
  -khtml-opacity: 0; 
  -webkit-opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
  -moz-opacity: 1; 
  -khtml-opacity: 1; 
  -webkit-opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
  -moz-opacity: 0; 
  -khtml-opacity: 0; 
  -webkit-opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  -moz-opacity: 1; 
  -khtml-opacity: 1; 
  -webkit-opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
  -moz-opacity: 0; 
  -khtml-opacity: 0; 
  -webkit-opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  -moz-opacity: 1; 
  -khtml-opacity: 1; 
  -webkit-opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
/*------------- services ------------*/
.ttservices {
  float: left;
  width: 100%;
}
.ttservices .block_content .ttserviceblock {
  margin: 80px 0;
}
@media (max-width: 1199px) {
  .ttservices .block_content .ttserviceblock {
    margin: 30px 0;
  }
}
@media (max-width: 767px) {
  .ttservices .block_content .ttserviceblock {
    margin: 20px 0;
  }
}
.ttservices .service_block .ttserviceblock .owl-stage-outer {
  margin: 0 1px 0 0;
}
.ttservices .block_content {
  float: left;
  width: 100%;
}
@media (max-width: 480px) {
  .ttservices .service_block {
    margin: 0 0 20px;
  }
}
.ttservices .ttservice-wrap .service .service-img {
  float: none;
  width: auto;
  padding: 0;
  display: inline-block;
  vertical-align: top;
}
.ttservices .ttservice-wrap .content {
  float: left;
  width: 100%;
  padding: 20px 0;
}
@media (max-width: 991px) {
  .ttservices .ttservice-wrap .content {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .ttservices .ttservice-wrap .content {
    padding-bottom: 0;
  }
}
.ttservices .block_content .ttserviceblock .owl-item {
  position: relative;
}
.ttservices .block_content .ttserviceblock .owl-item::after {
  background: rgba(225, 225, 225, 0.5);
  content: "";
  height: 80%;
  left: auto;
  position: absolute;
  top: -10px;
  bottom: 0;
  margin: auto;
  width: 1px;
  right: 0;
}
@media (max-width: 480px) {
  .ttservices .block_content .ttserviceblock .owl-item::after {
    display: none;
  }
}
.ttservices .block_content .ttserviceblock .owl-item:last-child::after {
  display: none;
}
.ttservices .ttservice-wrap .ttcontent {
  float: left;
  width: 100%;
  padding: 10px 0;
}
.ttservices .ttservice-wrap {
  float: left;
  text-align: center;
  position: relative;
  cursor: pointer;
  width: 100%;
}
@media (max-width: 480px) {
  .ttservices .ttservice-wrap {
    width: 100%;
  }
}
.ttservices .ttservice-wrap .content .service-title {
  text-transform: capitalize;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  font: 500 20px/22px var(--font-stack-body);
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .ttservices .ttservice-wrap .content .service-title {
    font-size: 16px;
    line-height: 20px;
  }
}
.ttservices .ttservice-wrap .content .service-desc {
  font: 400 14px/18px var(--font-stack-body);
  padding: 0 60px;
}
@media (max-width: 1199px) {
  .ttservices .ttservice-wrap .content .service-desc {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .ttservices .ttservice-wrap .content .service-desc {
    padding: 0;
  }
}
.ttservices .ttservice-wrap .service 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;
}
.ttservices .ttservice-wrap:hover .service img {
  transform: translateY(-4px);
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
}
/*--------- category-collection block ------------*/
.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;
  animation: none;
}
/*----------------------------ttcollection-cms---------------------*/
.tt-collection-slider-wrap-inner::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  margin: auto;
  height: 300px;
  width: 200px;
  background-size: contain;
}
.tt-collection-slider-wrap-inner::after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  top: -23%;
  bottom: auto;
  left: auto;
  right: 0;
  height: 250px;
  width: 250px;
  margin: auto;
  background-size: contain;
}
.collection_slider_wrap .tt-title {
  margin: 0 0 30px;
  padding: 0 0 20px;
}
.collection_slider_wrap .tt-title::after {
  display: none;
}
.collection_slider_wrap .tt-title::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 3px;
  background: #fff;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.collection_cat_item .cat_content {
  float: left;
  width: 100%;
  padding: 5px 0 0;
}
.tt-collection-slider-wrap .collection_cms_slider .collection_cat_item a {
  float: left;
  width: 100%;
  position: relative;
}
.collection_cat_item .cat_content .collection_img 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 auto;
}
.collection_cat_item:hover .cat_content .collection_img 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);
}
.collection_cat_item {
  text-align: center;
  cursor: pointer;
  float: left;
  margin: 0 0 35px;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .collection_cat_item {
    margin: 0 0 15px;
  }
}
.tt-collection-slider-wrap {
  float: left;
  width: 100%;
  position: relative;
}
.collection_cms_slider_wrap .customNavigation {
  margin-top: 20px;
}
.collection_slider_wrap {
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
}
.tt-collection-slider-wrap-inner:hover .customNavigation a {
  opacity: 1;
}
.tt-collection-slider-wrap-inner .customNavigation a {
  color: #ddd;
}
.tt-collection-slider-wrap-inner .customNavigation a:hover {
  color: #fff;
}
.collection_img {
  overflow: hidden;
  position: relative;
  float: none;
  width: auto;
  display: inline-block;
  vertical-align: top;
}
.collection_cms_slider_wrap {
  float: left;
  width: 100%;
}
.collection_title {
  text-align: center;
  font: 600 20px/30px var(--font-stack-slider);
  text-transform: capitalize;
  margin: 20px 0 10px;
  float: left;
  width: 100%;
}
.collection_cat_item:hover .tt-collection-content .collection_title {
  color: var(--color-product-secondary);
}
@media (min-width: 768px) {
  .collection_cms_slider_wrap .owl-stage-outer .owl-stage .owl-item {
    transform: scale(0.8);
    transition: all 400ms ease-in-out 0s;
  }
  .collection_cms_slider_wrap .owl-stage-outer .owl-stage .owl-item.center {
    transform: scale(1.1);
  }
}
.tt-collection-content .collection-detail {
  text-align: center;
  float: left;
  width: 100%;
  padding: 0 15px;
}
@media (max-width: 991px) {
  .tt-collection-content .collection-detail {
    padding: 0;
  }
}
.tt-collection-content .collection-detail span {
  font-size: 14px;
  line-height: 16px;
}
.collection_title {
  font-family: var(--font-stack-header);
}
.collection_slider_wrap .desc {
  text-align: center;
  font-size: 16px;
  margin: 0;
  text-transform: capitalize;
  display: none;
}
.tt-collection-content {
  float: left;
  width: 100%;
}
.tt-collection-slider-wrap-inner {
  position: relative;
  padding: 0 0 50px;
}
@media (max-width: 480px) {
  .tt-collection-slider-wrap-inner {
    padding: 0 0 30px;
  }
}
.collection_img {
  overflow: hidden;
  position: relative;
  float: none;
  width: auto;
  display: inline-block;
  vertical-align: top;
}
.collection_cms_slider_wrap {
  float: left;
  width: 100%;
}
.collection_title {
  text-align: center;
  font: 600 20px/30px var(--font-stack-slider);
  text-transform: capitalize;
  margin: 20px 0 10px;
  float: left;
  width: 100%;
}
.collection_cat_item:hover .tt-collection-content .collection_title {
  color: var(--color-product-secondary);
}
@media (min-width: 768px) {
  .collection_cms_slider_wrap .owl-stage-outer .owl-stage .owl-item {
    transform: scale(0.8);
    transition: all 400ms ease-in-out 0s;
  }
  .collection_cms_slider_wrap .owl-stage-outer .owl-stage .owl-item.center {
    transform: scale(1.1);
  }
}
.tt-collection-content .collection-detail {
  text-align: center;
  float: left;
  width: 100%;
  padding: 0 15px;
}
@media (max-width: 991px) {
  .tt-collection-content .collection-detail {
    padding: 0;
  }
}
.tt-collection-content .collection-detail span {
  font-size: 14px;
  line-height: 16px;
}
.collection_title {
  font-family: var(--font-stack-header);
}
.collection_slider_wrap .desc {
  text-align: center;
  font-size: 16px;
  margin: 0;
  text-transform: capitalize;
  display: none;
}
.tt-collection-content {
  float: left;
  width: 100%;
}
.tt-collection-slider-wrap-inner {
  position: relative;
  padding: 0 0 50px;
}
@media (max-width: 480px) {
  .tt-collection-slider-wrap-inner {
    padding: 0 0 30px;
  }
}
/*----------- tt cms banner ---------*/
.template-index .main-content .shopify-section.ttcmsbanner {
  margin-top: 0;
}
.ttcmsbanner {
  float: left;
  width: 100%;
  position: relative;
}
.ttcmsbanner .ttbanner .ttbanner-img {
  float: left;
  width: 100%;
  position: relative;
  cursor: pointer;
}
@media (max-width: 480px) {
  .ttcmsbanner .ttbanner .ttbanner-img {
    float: none;
    width: auto;
    display: inline-block;
    vertical-align: top;
  }
}
.ttcmsbanner .ttbanner .ttbanner-img .banner_img {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.ttcmsbanner .ttbanner .ttbanner-img .ttbanner-content {
  position: absolute;
  top: 80px;
  bottom: auto;
}
@media (max-width: 1199px) {
  .ttcmsbanner .ttbanner .ttbanner-img .ttbanner-content {
    top: 50px;
  }
}
@media (max-width: 991px) {
  .ttcmsbanner .ttbanner .ttbanner-img .ttbanner-content {
    top: 35px;
  }
}
@media (max-width: 767px) {
  .ttcmsbanner .ttbanner .ttbanner-img .ttbanner-content {
    top: 25px;
  }
}
@media (max-width: 480px) {
  .ttcmsbanner .ttbanner .ttbanner-img .ttbanner-content {
    top: 25px;
  }
}
.ttcmsbanner .ttbanner .ttbanner-img .ttbanner-content.right {
  right: 30px;
  left: auto;
  text-align: center;
  width: 40%;
}
@media (max-width: 1199px) {
  .ttcmsbanner .ttbanner .ttbanner-img .ttbanner-content.right {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .ttcmsbanner .ttbanner .ttbanner-img .ttbanner-content.right {
    right: 20px;
    width: auto;
  }
}
.ttcmsbanner .ttbanner .ttbanner-img .ttbanner-content.left {
  left: 40px;
  right: auto;
  text-align: center;
  width: 35%;
}
@media (max-width: 1199px) {
  .ttcmsbanner .ttbanner .ttbanner-img .ttbanner-content.left {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .ttcmsbanner .ttbanner .ttbanner-img .ttbanner-content.left {
    left: 30px;
    width: auto;
  }
}
.ttcmsbanner .ttbanner .ttbanner-img .ttbanner-content.center {
  left: 30px;
  right: 30px;
  text-align: center;
  margin: 0 auto;
}
.ttcmsbanner .ttbanner .ttbanner .ttbanner-img .banner_img a::before {
  border: 70px solid rgba(255, 255, 255, 0);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
}
.ttcmsbanner .ttbanner .ttbanner .ttbanner-img .banner_img a::after {
  border: 30px solid #fff;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  width: 100%;
}
.ttcmsbanner .ttbanner .ttbanner .ttbanner-img:hover .banner_img a::before {
  border: 0 solid rgba(255, 255, 255, 0.5);
}
.ttcmsbanner .ttbanner .ttbanner .ttbanner-img:hover .banner_img a::after {
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transition-delay: 0.1s;
}
.ttcmsbanner .ttbanner-img .ttbanner-content .ttbaaner-title {
  text-transform: capitalize;
  font: 700 32px/38px var(--font-stack-body);
  margin: 0 0 15px;
}
@media (max-width: 1199px) {
  .ttcmsbanner .ttbanner-img .ttbanner-content .ttbaaner-title {
    font-size: 30px;
    line-height: 38px;
    margin: 0 0 10px;
  }
}
@media (max-width: 991px) {
  .ttcmsbanner .ttbanner-img .ttbanner-content .ttbaaner-title {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 10px;
  }
}
@media (max-width: 767px) {
  .ttcmsbanner .ttbanner-img .ttbanner-content .ttbaaner-title {
    margin: 0 0 5px;
    font-size: 20px;
    line-height: 24px;
  }
}
.ttcmsbanner .ttbanner-img .ttbanner-content .ttbaaner-subtitle {
  text-transform: capitalize;
  font: 400 16px/18px var(--font-stack-header);
  margin: 0 0 15px;
}
@media (max-width: 1199px) {
  .ttcmsbanner .ttbanner-img .ttbanner-content .ttbaaner-subtitle {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .ttcmsbanner .ttbanner-img .ttbanner-content .ttbaaner-subtitle {
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 5px;
  }
}
.ttcmsbanner .ttbanner .ttbanner-img .ttbanner-content > a {
  float: none;
  width: auto;
  display: inline-block;
  vertical-align: top;
  padding: 10px 25px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
}
@media (max-width: 1199px) {
  .ttcmsbanner .ttbanner .ttbanner-img .ttbanner-content > a {
    padding: 5px 12px;
    text-transform: capitalize;
  }
}
@media (max-width: 480px) {
  .ttcmsbanner .ttbanner {
    width: 100%;
    text-align: center;
  }
  .ttcmsbanner .ttbanner.ttbanner1 {
    margin: 0 0 15px;
  }
}
/*-------------------------- tt cms bottom banner -------------------------*/
.ttbottombanner {
  float: left;
  width: 100%;
  padding: 0 10px;
}
.ttbottombanner .bottombanner .banner_img > a {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}
.ttbottombanner .banner_img .bottombanner-content {
  text-align: center;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
  z-index: 1;
}
@media (max-width: 1200px) {
  .ttbottombanner .banner_img .bottombanner-content {
    top: 40px;
  }
}
@media (max-width: 767px) {
  .ttbottombanner .banner_img .bottombanner-content {
    top: 12px;
  }
}
@media (max-width: 480px) {
  .ttbottombanner .banner_img .bottombanner-content {
    top: 3px;
  }
}
.ttbottombanner .banner_img .bottombanner-content .bottombanner-subtitle {
  font: 400 20px/24px var(--font-stack-body);
  text-transform: capitalize;
  float: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media (max-width: 1199px) {
  .ttbottombanner .banner_img .bottombanner-content .bottombanner-subtitle {
    font-size: 24px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .ttbottombanner .banner_img .bottombanner-content .bottombanner-subtitle {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .ttbottombanner .banner_img .bottombanner-content .bottombanner-subtitle {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 480px) {
  .ttbottombanner .banner_img .bottombanner-content .bottombanner-subtitle {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    display: none;
  }
}
.ttbottombanner .banner_img .bottombanner-content .bottombanner-title {
  font: 700 42px/50px var(--font-stack-body);
  text-transform: capitalize;
  margin: 15px 0;
}
@media (max-width: 1199px) {
  .ttbottombanner .banner_img .bottombanner-content .bottombanner-title {
    font-size: 40px;
    line-height: 42px;
    margin: 15px 0;
  }
}
@media (max-width: 991px) {
  .ttbottombanner .banner_img .bottombanner-content .bottombanner-title {
    font-size: 30px;
    line-height: 32px;
    margin: 10px 0;
  }
}
@media (max-width: 767px) {
  .ttbottombanner .banner_img .bottombanner-content .bottombanner-title {
    font-size: 20px;
    line-height: 22px;
    margin: 3px 0;
  }
}
@media (max-width: 480px) {
  .ttbottombanner .banner_img .bottombanner-content .bottombanner-title {
    font-size: 16px;
    line-height: 18px;
    float: left;
    width: 100%;
  }
}
.ttbottombanner .banner_img .bottombanner-content .bottombanner-btn {
  font: 400 16px/18px var(--font-stack-body);
  padding: 12px 20px;
  width: 140px;
  float: none;
  display: inline-block;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  text-transform: capitalize;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -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 (max-width: 991px) {
  .ttbottombanner .banner_img .bottombanner-content .bottombanner-btn {
    padding: 10px 20px;
  }
}
@media (max-width: 767px) {
  .ttbottombanner .banner_img .bottombanner-content .bottombanner-btn {
    padding: 8px 16px;
    font-size: 14px;
    line-height: 16px;
    width: 120px;
  }
}
@media (max-width: 480px) {
  .ttbottombanner .banner_img .bottombanner-content .bottombanner-btn {
    padding: 4px 10px;
    width: 100px;
  }
}
.ttbottombanner .bottombanner .banner_img > a::before {
  border: 70px solid rgba(255, 255, 255, 0);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  width: 100%;
}
.ttbottombanner .bottombanner .banner_img > a::after {
  border: 30px solid #fff;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  width: 100%;
}
.ttbottombanner .bottombanner .banner_img > a:hover::before {
  border: 0 solid rgba(255, 255, 255, 0.7);
}
.ttbottombanner .bottombanner .banner_img > a:hover::after {
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transition-delay: 0.1s;
}
/* ------------------ CMS Services block --------------------- */
.ttcmsservices {
  float: left;
  width: 100%;
  position: relative;
  margin: 0;
}
@media (max-width: 767px) {
  .ttcmsservices {
    margin: 0 0 40px;
  }
}
@media (max-width: 480px) {
  .ttcmsservices {
    margin: 0 0 20px;
  }
}
.ttcmsservices .services .ttservices-inner.left_service .ttservice-left {
  float: left;
}
.ttcmsservices .services .ttservices-inner.right_service .ttservice-left {
  float: right;
}
.ttcmsservices .services .ttservices-inner {
  float: left;
  width: 100%;
}
@media (max-width: 767px) {
  .ttcmsservices .services .ttservices-inner {
    text-align: center;
  }
}
.ttcmsservices .services .ttservices-inner .ttservice-left {
  padding: 60px 50px 0 0;
}
@media (max-width: 1199px) {
  .ttcmsservices .services .ttservices-inner .ttservice-left {
    padding: 40px 40px 0 0;
  }
}
@media (max-width: 991px) {
  .ttcmsservices .services .ttservices-inner .ttservice-left {
    padding: 40px 20px;
  }
}
@media (max-width: 767px) {
  .ttcmsservices .services .ttservices-inner .ttservice-left {
    padding: 20px 0;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .ttcmsservices .services .ttservices-inner .ttservice-left {
    padding: 10px 0;
  }
}
.ttcmsservices .services .ttservices-inner .ttservice-middle {
  padding: 0;
}
@media (max-width: 767px) {
  .ttcmsservices .services .ttservices-inner .ttservice-middle {
    float: none;
    width: auto;
    display: inline-block;
    vertical-align: top;
  }
}
.ttcmsservices .services .ttservices-inner .ttservice-left .ttservice {
  float: left;
  width: 100%;
}
.ttcmsservices .services .ttservices-inner .ttservice-left .ttservice .tt-title {
  text-align: left;
  padding: 0 0 20px;
}
@media (max-width: 991px) {
  .ttcmsservices .services .ttservices-inner .ttservice-left .ttservice .tt-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .ttcmsservices .services .ttservices-inner .ttservice-left .ttservice .tt-title {
    text-align: center;
  }
}
.ttcmsservices .services .ttservices-inner .ttservice-left .ttservice .tt-desc {
  font: 400 16px/26px var(--font-stack-body), Helvetica, sans-serif;
  margin: 0 0 30px;
  width: 90%;
  text-align: left;
}
@media (max-width: 991px) {
  .ttcmsservices .services .ttservices-inner .ttservice-left .ttservice .tt-desc {
    font-size: 14px;
    line-height: 22px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .ttcmsservices .services .ttservices-inner .ttservice-left .ttservice .tt-desc {
    text-align: center;
  }
}
.ttcmsservices .services .ttservices-inner .ttservice-left .ttservice .tt-title::after {
  background: #000;
  height: 2px;
  width: 30px;
  left: 0;
  right: auto;
}
@media (max-width: 767px) {
  .ttcmsservices .services .ttservices-inner .ttservice-left .ttservice .tt-title::after {
    right: 0;
  }
}
.ttcmsservices .services .ttservices-inner .ttservices {
  float: left;
  width: 100%;
  padding: 0 10px;
  margin: 0 0 60px;
  text-align: left;
}
@media (max-width: 1199px) {
  .ttcmsservices .services .ttservices-inner .ttservices {
    margin: 0 0 40px;
  }
}
@media (max-width: 991px) {
  .ttcmsservices .services .ttservices-inner .ttservices {
    margin: 0 0 30px;
  }
}
@media (max-width: 767px) {
  .ttcmsservices .services .ttservices-inner .ttservices {
    float: left;
    width: 50%;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .ttcmsservices .services .ttservices-inner .ttservices {
    width: 100%;
  }
}
.ttcmsservices .services .ttservices-inner .ttservices:last-child {
  float: none;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 768px) {
  .ttcmsservices .services .ttservices-inner .ttservices:last-child {
    margin: 0;
  }
}
.ttcmsservices .services .ttservices-inner .ttservices .ttcontent_inner {
  float: left;
  cursor: pointer;
}
.ttcmsservices .services .ttservices-inner .ttservices .ttcontent_inner .service .service-icon {
  float: left;
  font-size: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
  background: #f5f5f5;
  vertical-align: top;
  padding: 10px;
  position: relative;
  height: 90px;
  width: 90px;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -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 (max-width: 767px) {
  .ttcmsservices .services .ttservices-inner .ttservices .ttcontent_inner .service .service-icon {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
}
.ttcmsservices .services .ttservices-inner .ttservices .ttcontent_inner .service .service-icon::after {
  content: '';
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  border: 5px solid #f5f5f5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  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;
}
.ttcmsservices .services .ttservices-inner .ttservice-right .ttservices .ttcontent_inner .service .service-icon {
  float: right;
}
.ttcmsservices .services .ttservices-inner .ttservices .ttcontent_inner .service .service-icon 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;
}
.ttcmsservices .services .ttservices-inner .ttservices:hover .ttcontent_inner .service-icon img {
  transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
}
.ttcmsservices .services .ttservices-inner .ttservice-left .ttservices .ttcontent_inner .service-content {
  display: inline-block;
  float: none;
  vertical-align: top;
  width: 60%;
  margin: 0 0 0 30px;
}
@media (max-width: 767px) {
  .ttcmsservices .services .ttservices-inner .ttservice-left .ttservices .ttcontent_inner .service-content {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 25px 0 0;
    text-align: center;
    width: auto;
  }
}
@media (max-width: 480px) {
  .ttcmsservices .services .ttservices-inner .ttservice-left .ttservices .ttcontent_inner .service-content {
    width: 100%;
  }
}
.ttcmsservices .services .ttservices-inner .ttservice-right .ttservices .ttcontent_inner .service-content {
  padding: 0 80px 0 0;
}
.ttcmsservices .services .ttservices-inner .ttservices .ttcontent_inner .service-content .service-title {
  font: 400 18px/26px var(--font-stack-header);
  margin: 0 0 10px;
  position: relative;
  text-transform: uppercase;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -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 (max-width: 991px) {
  .ttcmsservices .services .ttservices-inner .ttservices .ttcontent_inner .service-content .service-title {
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 5px;
  }
}
.ttcmsservices .services .ttservices-inner .ttservices .ttcontent_inner .service-content .service-desc {
  font: italic 400 16px/22px var(--font-stack-body), Helvetica, sans-serif;
}
@media (max-width: 1199px) {
  .ttcmsservices .services .ttservices-inner .ttservices .ttcontent_inner .service-content .service-desc {
    line-height: 20px;
    font-size: 14px;
  }
}
.ttcmsservices .services .ttservices-inner .ttservice-middle:hover a img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.ttcmsservices .services .ttservices-inner .ttservice-middle a img {
  width: 100%;
  max-width: 100%;
  transition: all 800ms ease-in-out 0s;
  -webkit-transition: all 800ms ease-in-out 0s;
  -moz-transition: all 800ms ease-in-out 0s;
  -o-transition: all 800ms ease-in-out 0s;
  -ms-transition: all 800ms ease-in-out 0s;
}
.ttcmsservices .services .ttservices-inner .ttservice-middle a {
  overflow: hidden;
  position: relative;
  display: block;
  border: 10px solid #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px 0 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;
}
@media (max-width: 767px) {
  .ttcmsservices .services .ttservices-inner .ttservice-left .ttservices .ttcontent_inner {
    width: 100%;
  }
}
/*---------------- mega-menu ---------------*/
#shopify-section-header-model-1 {
  float: left;
  width: 100%;
}
#shopify-section-TT-mega_menu {
  float: left;
  width: 100%;
}
@media (max-width: 991px) {
  #shopify-section-TT-mega_menu {
    background: none;
  }
}
#tt-megamenu span.toggle_menu {
  display: none;
}
@media (max-width: 991px) {
  #tt-megamenu span.toggle_menu {
    display: block;
    padding: 10px 0 10px 0;
  }
}
@media (max-width: 480px) {
  #tt-megamenu span.toggle_menu {
    padding: 10px 0 10px 0;
  }
}
@media (max-width: 991px) {
  span.toggle_menu > i {
    font-size: 20px;
    color: var(--colorHeaderIcon);
  }
}
#tt-megamenu .tt-mega_menu {
  position: relative;
  text-align: center;
}
@media (max-width: 991px) {
  #tt-megamenu .tt-mega_menu {
    display: none;
    background: #fff;
    border: 1px solid var(--color-border);
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    margin: 0;
  }
}
#tt-megamenu ul.tt_menus_ul {
  margin: 0;
  float: none;
  width: auto;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 991px) {
  #tt-megamenu ul.tt_menus_ul {
    width: 100%;
    padding: 0 15px;
    margin: 10px 0;
  }
}
#tt-megamenu .tt-mega_menu li.tt_menu_item {
  float: left;
  width: auto;
  margin: 0;
}
@media (max-width: 991px) {
  #tt-megamenu .tt-mega_menu li.tt_menu_item {
    width: 100%;
  }
}
#tt-megamenu .tt-mega_menu .tt_sub_menu_wrap .list_products_menu {
  float: left;
  width: 100%;
}
#tt-megamenu .list_products_menu .list_product_menu_content.owl-loaded.owl-drag {
  display: block;
  position: relative;
}
#tt-megamenu .list_products_menu .list_product_menu_content.owl-loaded.owl-drag .owl-stage-outer {
  position: relative;
  overflow: hidden;
}
#tt-megamenu .list_products_menu .list_product_menu_content.owl-loaded.owl-drag .owl-stage-outer .owl-stage {
  position: relative;
}
#tt-megamenu .list_products_menu .list_product_menu_content.owl-loaded.owl-drag .owl-stage-outer .owl-item {
  float: left;
  position: relative;
  padding: 0 10px;
}
#tt-megamenu .list_products_menu .list_product_menu_content .product-wrapper {
  margin: 0;
  animation: none;
}
#tt-megamenu .list_products_menu .product-wrapper .product-thumb .fade_img img.image_thumb_swap {
  margin: 0 auto;
}
#tt-megamenu .list_products_menu .product-wrapper .thumbs .grid-view-item__title > a {
  font-size: 14px;
  line-height: 16px;
  text-transform: capitalize;
  color: var(--color-text-field);
  white-space: nowrap;
}
#tt-megamenu .list_products_menu .product-wrapper .thumbs .grid-view-item a.grid-view-item__link {
  float: left;
  width: 100%;
  position: relative;
}
.list_products_menu .product-wrapper .thumbs .product_info .grid-view-item__meta {
  float: left;
  width: 100%;
  margin: 0 0 10px;
}
#tt-megamenu .list_products_menu .product-wrapper:hover .thumbs .grid-view-item__title > a {
  color: var(--color-text-hover-field);
}
#tt-megamenu .list_products_menu .product-wrapper .thumbs .grid-view-item {
  padding: 0;
  width: 100%;
}
.list_products_menu .product-wrapper .thumbs .product_info .h4.grid-view-item__title {
  margin: 0 0 8px;
  float: left;
  width: 100%;
  line-height: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
}
#tt-megamenu .list_products_menu .list_product_menu_content .owl-nav {
  display: block;
}
#tt-megamenu .list_products_menu .list_product_menu_content .owl-nav > div {
  float: left;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 0;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
}
@media (max-width: 767px) {
  #tt-megamenu .list_products_menu .list_product_menu_content .owl-nav > div {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
  }
}
#tt-megamenu .list_products_menu:hover .list_product_menu_content .owl-nav > div {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}
#tt-megamenu .list_products_menu .list_product_menu_content .owl-nav .owl-prev::before {
  content: "\f141";
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 30px;
  width: 30px;
  font-family: "Material Design Icons";
  font-size: 28px;
  line-height: 30px;
  color: var(--color-body-text);
}
#tt-megamenu .list_products_menu .list_product_menu_content .owl-nav .owl-next::before {
  content: "\f142";
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 30px;
  width: 30px;
  font-family: "Material Design Icons";
  font-size: 28px;
  line-height: 30px;
  color: var(--color-body-text);
}
#tt-megamenu .list_products_menu .list_product_menu_content .owl-nav:hover .owl-prev::before, #tt-megamenu .list_products_menu .list_product_menu_content .owl-nav:hover .owl-next::before {
  color: var(--color-text-hover-field);
}
#tt-megamenu .list_products_menu .list_product_menu_content .owl-nav .owl-prev {
  left: -20px;
}
#tt-megamenu .list_products_menu .list_product_menu_content .owl-nav .owl-next {
  right: -20px;
}
@media (max-width: 991px) {
  #tt-megamenu .tt-mega_menu li.more_menu.tt_menu_item > a {
    display: none;
  }
  #tt-megamenu .tt-mega_menu li.more_menu.tt_menu_item > ul {
    display: block;
    text-align: left;
  }
}
#tt-megamenu .tt-mega_menu .tt_menus_ul > li {
  padding: 40px 0;
}
@media (max-width: 1300px) {
  #tt-megamenu .tt-mega_menu .tt_menus_ul > li {
    padding: 30px 0;
  }
}
@media (max-width: 991px) {
  #tt-megamenu .tt-mega_menu .tt_menus_ul > li {
    padding: 0;
    position: relative;
  }
}
#tt-megamenu .tt-mega_menu .tt_menus_ul li .tt_sub_menu_wrap.disable {
  display: none;
}
#tt-megamenu .tt-mega_menu .tt_menus_ul > li > a {
  font: 400 16px/24px var(--font-stack-header);
  text-transform: uppercase;
  padding: 0 20px;
  float: left;
  position: relative;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
}
@media (max-width: 1199px) {
  #tt-megamenu .tt-mega_menu .tt_menus_ul > li > a {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  #tt-megamenu .tt-mega_menu .tt_menus_ul > li > a {
    padding: 5px 0;
    font: 400 14px/16px var(--font-stack-body), sans-serif;
    width: 100%;
    text-transform: capitalize;
    text-align: left;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
  }
}
@media (max-width: 991px) {
  #tt-megamenu .tt-mega_menu li.more_menu.tt_menu_item > ul > li > a {
    padding: 5px 0;
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 991px) {
  #tt-megamenu .tt-mega_menu .tt_menus_ul > li:hover > a {
    color: var(--color-text-hover-field) !important;
  }
}
.header_style_1 #tt-megamenu .tt-mega_menu .tt_menus_ul > li.tt_mm_hassub > a::after, .header_style_3 #tt-megamenu .tt-mega_menu .tt_menus_ul > li.tt_mm_hassub > a::after {
  position: static;
}
#tt-megamenu .tt-mega_menu li.tt_mm_hassub .tt_sub_menu_wrap {
  position: absolute;
  float: left;
  width: 100%;
  background: #fff;
  top: 100%;
  z-index: 9;
  border: 1px solid var(--color-border);
}
@media (max-width: 991px) {
  #tt-megamenu .tt-mega_menu li.tt_mm_hassub .tt_sub_menu_wrap {
    display: none;
    position: static;
    width: 100% !important;
    border: none;
  }
}
#tt-megamenu li.tt_mm_hassub .tt_sub_menu_wrap.disable {
  border: none;
}
#tt-megamenu .tt_menus_ul span.tt_mn_sub_heading {
  font: 400 12px/14px var(--font-stack-body), sans-serif;
  padding: 1px 4px;
  position: absolute;
  bottom: 30px;
  right: 0;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  #tt-megamenu .tt_menus_ul span.tt_mn_sub_heading {
    right: auto;
    margin: 0 8px;
    float: left;
    width: auto;
    bottom: 14px;
    font-size: 12px;
    line-height: 14px;
  }
}
#tt-megamenu .tt_menus_ul span.tt_mn_sub_heading::before {
  position: absolute;
  content: "";
  bottom: -7px;
  left: 40%;
  border-color: transparent;
  border-width: 7px 7px 0 0;
  border-style: solid;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-top-color: var(--color-btn-secondary);
}
#tt-megamenu .tt-mega_menu .tt_menus_ul li.tt_mm_hassub > a::after {
  content: "\f140";
  height: 20px;
  width: 20px;
  font-size: 18px;
  line-height: 20px;
  vertical-align: top;
  font-family: "Material Design Icons";
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -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 (max-width: 991px) {
  #tt-megamenu .tt-mega_menu .tt_menus_ul li.tt_mm_hassub > a::after {
    display: none;
  }
}
@media (max-width: 991px) {
  #tt-megamenu .tt-mega_menu .tt_menus_ul li.tt_mm_hassub:hover > a::after {
    display: none;
  }
}
@media (min-width: 992px) {
  #tt-megamenu .tt-mega_menu {
    display: block !important;
  }
  #tt-megamenu.sticky_header.fixed .tt-mega_menu .header-logo {
    float: left;
    margin: 4px 0 4px 50px;
  }
  #tt-megamenu.sticky_header.fixed .tt-mega_menu .tt-right-header-data {
    float: right;
    margin: 6px 0;
  }
  #tt-megamenu.sticky_header.fixed .tt-mega_menu .tt-right-header-data .tt-nav-right-div {
    float: right;
    padding: 0 50px 0 0;
  }
  #tt-megamenu.sticky_header.fixed .tt-mega_menu .tt-right-header-data .header-icon {
    float: right;
  }
  #tt-megamenu.sticky_header.fixed .site-header__search.icon-btn .search_wrapper {
    top: 58px;
  }
  #tt-megamenu.sticky_header.fixed .myaccount .customer_account {
    top: 58px;
  }
  #tt-megamenu.sticky_header.fixed #slidedown-cart {
    top: 58px;
  }
  #tt-megamenu .tt-mega_menu .tt_menus_ul > li.more_menu ul.tt_sub_menu_wrap {
    padding: 10px 0px 10px 0px;
  }
  #tt-megamenu .tt-mega_menu li.tt_mm_hassub .tt_sub_menu_wrap {
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transform-origin: center top 0;
    padding: 15px 10px 20px 10px;
    left: 0;
    right: 0;
    border-top: 3px solid var(--colorHeaderIconHover);
  }
  #tt-megamenu .tt-mega_menu li.tt_menu_item.more_menu {
    position: relative;
  }
  #tt-megamenu .tt-mega_menu li.tt_mm_hassub:hover .tt_sub_menu_wrap {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
  }
  .header_1 #tt-megamenu .tt-mega_menu li.tt_mm_hassub:hover .tt_sub_menu_wrap::before {
    color: var(--colorHeaderIconHover);
    content: "\f360";
    font-family: "Material Design Icons";
    font-size: 40px;
    left: 35px;
    right: auto;
    position: absolute;
    top: -16px;
    height: 20px;
    width: 20px;
    line-height: 20px;
  }
  .header_1 #tt-megamenu .tt-mega_menu .menu-right li.tt_mm_hassub:hover .tt_sub_menu_wrap::before {
    left: auto;
    right: 50px;
  }
  #tt-megamenu li.more_menu > ul > li > a {
    padding: 5px 20px;
    font: 400 14px/16px var(--font-stack-body), sans-serif;
    text-align: left;
    width: 100%;
    color: var(--color-text-field);
    float: left;
  }
  #tt-megamenu li.more_menu > ul > li > a > span.tt_menu_item_heading_title {
    padding: 0;
    text-transform: capitalize;
  }
  #tt-megamenu li.more_menu > ul > li:hover > a {
    color: var(--color-text-hover-field);
  }
  #tt-megamenu li.more_menu > ul > li.tt_mm_hassub > a::after {
    position: absolute;
    content: "\f140";
    height: 20px;
    width: 20px;
    font-size: 18px;
    line-height: 20px;
    font-family: "Material Design Icons";
    right: 15px;
    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;
    color: var(--color-text-field) !important;
  }
  #tt-megamenu li.more_menu > ul > li.tt_mm_hassub:hover > a::after {
    color: var(--color-text-hover-field) !important;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
  }
  #tt-megamenu li.more_menu > ul > li .tt_sub_menu_wrap {
    opacity: 0 !important;
    -moz-opacity: 0 !important;
    -khtml-opacity: 0 !important;
    -webkit-opacity: 0 !important;
    right: auto;
    top: 0 !important;
    left: 100% !important;
    width: 200px;
    transform: scaleY(0) !important;
    -webkit-transform: scaleY(0) !important;
    -moz-transform: scaleY(0) !important;
    -o-transform: scaleY(0) !important;
    -ms-transform: scaleY(0) !important;
    padding: 0 !important;
  }
  #tt-megamenu li.more_menu > ul > li .tt_sub_menu_wrap .tt_sub_menu {
    margin: 0;
    padding: 10px 20px;
  }
  #tt-megamenu li.more_menu > ul > li:hover .tt_sub_menu_wrap {
    opacity: 1 !important;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    -webkit-opacity: 1 !important;
    transform: scaleY(1) !important;
    -webkit-transform: scaleY(1) !important;
    -moz-transform: scaleY(1) !important;
    -o-transform: scaleY(1) !important;
    -ms-transform: scaleY(1) !important;
  }
  #tt-megamenu li.more_menu > ul {
    float: left;
    position: relative;
    min-width: 180px !important;
  }
  #tt-megamenu .tt-mega_menu li.more_menu.tt_menu_item ul.tt_sub_menu_linklist > li:hover {
    background: none;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  #tt-megamenu li.more_menu > ul > li.tt_mm_hassub > a::after {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  #tt-megamenu li.more_menu > ul > li.tt_mm_hassub:hover > a::after {
    display: none;
  }
}
#tt-megamenu .tt_menus_ul .tt_sub_menu_wrap .tt_sub_menu {
  float: left;
  padding: 0 15px;
  margin: 10px 0;
}
@media (max-width: 991px) {
  #tt-megamenu .tt_menus_ul .tt_sub_menu_wrap .tt_sub_menu {
    margin: 5px 0;
  }
}
@media (max-width: 480px) {
  #tt-megamenu .tt_menus_ul .tt_sub_menu_wrap .tt_sub_menu {
    padding: 0 10px;
  }
}
#tt-megamenu .tt_sub_menu_wrap .tt_sub_menu > a {
  float: left;
  width: 100%;
  box-shadow: 0 0 7px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 7px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 7px 4px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 7px 4px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 7px 4px rgba(0, 0, 0, 0.1);
}
#tt-megamenu .tt_sub_menu_wrap .tt_sub_menu:hover > a {
  box-shadow: 0 0 10px 8px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 8px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 10px 8px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px 8px rgba(0, 0, 0, 0.1);
}
#tt-megamenu .tt_sub_menu_wrap h4.sub_mn_title, #tt-megamenu .tt_sub_menu_wrap .sub_mn_title.h4 {
  float: left;
  width: 100%;
  font: 400 14px/20px var(--font-stack-header);
  text-transform: uppercase;
  border-bottom: 1px solid var(--color-border);
  padding: 0 0 7px;
  margin: 0 0 10px;
  text-align: left;
}
@media (max-width: 991px) {
  #tt-megamenu .tt_sub_menu_wrap h4.sub_mn_title, #tt-megamenu .tt_sub_menu_wrap .sub_mn_title.h4 {
    color: var(--color-text-field) !important;
  }
}
@media (max-width: 480px) {
  #tt-megamenu .tt_sub_menu_wrap h4.sub_mn_title, #tt-megamenu .tt_sub_menu_wrap .sub_mn_title.h4 {
    width: auto;
  }
}
#tt-megamenu .tt_sub_menu_wrap h4.sub_mn_title > a {
  color: var(--color-text-hover-field);
}
#tt-megamenu .tt_sub_menu_wrap h4.sub_mn_title > a:hover, #tt-megamenu .tt_sub_menu_wrap .sub_mn_title.h4 > a:hover, #tt-megamenu .tt_sub_menu_wrap h4.sub_mn_title > a:focus, #tt-megamenu .tt_sub_menu_wrap .sub_mn_title.h4 > a:focus {
  color: var(--color-text-hover-field);
}
@media (max-width: 991px) {
  #tt-megamenu .tt_sub_menu_wrap h4.sub_mn_title > a, #tt-megamenu .tt_sub_menu_wrap .sub_mn_title.h4 > a {
    color: var(--color-text-hover-field);
  }
}
#tt-megamenu .tt_menu_item ul.tt_sub_menu_linklist {
  float: left;
  width: 100%;
  margin: 0;
}
#tt-megamenu .tt_menu_item ul.tt_sub_menu_linklist > li {
  float: left;
  width: 100%;
  margin: 0;
}
@media (max-width: 991px) {
  #tt-megamenu .tt_menu_item ul.tt_sub_menu_linklist > li {
    position: relative;
    text-transform: capitalize;
  }
}
#tt-megamenu .tt_sub_menu_wrap .tt_sub_menu_linklist > li > a {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-transform: capitalize;
  text-align: left;
  color: var(--color-text-field);
  padding: 5px 0;
}
@media (max-width: 991px) {
  #tt-megamenu .tt_sub_menu_wrap .tt_sub_menu_linklist > li > a {
    color: var(--color-text-field) !important;
  }
}
#tt-megamenu .tt_sub_menu_wrap .tt_sub_menu_linklist > li > a:hover, #tt-megamenu .tt_sub_menu_wrap .tt_sub_menu_linklist > li > a:focus {
  color: var(--color-text-hover-field);
}

/*-------- collection sidebar css ------*/
.collection_sidebar #shopify-section-sidebar-promoimage {
  float: left;
}
.off-canvas-wrapper ul {
    float: left;
    width: 100%;
    margin: 0 0 15px;
}
/*---------------------about-us-------------------*/
#ttcmsabout {
  float: left;
  width: 100%;
}
@media (max-width: 767px) {
  #ttcmsabout {
    text-align: center;
  }
}
#ttcmsabout .ttaboutdesc .ttcmsaboutusblock {
  float: left;
  padding: 100px 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;
}
@media (max-width: 1199px) {
  #ttcmsabout .ttaboutdesc .ttcmsaboutusblock {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  #ttcmsabout .ttaboutdesc .ttcmsaboutusblock {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  #ttcmsabout .ttaboutdesc .ttcmsaboutusblock {
    padding: 30px 0 15px;
  }
}
#ttcmsabout .ttaboutdesc:hover .ttcmsaboutusblock {
  margin-left: -15px;
}
#ttcmsabout .ttaboutdesc .ttcmsaboutusblock .ttcmsabout-content .ttcmsabout-title {
  font: 500 36px/38px var(--font-stack-body);
  margin: 0 0 20px;
  padding: 0 0 20px;
  text-transform: capitalize;
  position: relative;
}
@media (max-width: 1400px) {
  #ttcmsabout .ttaboutdesc .ttcmsaboutusblock .ttcmsabout-content .ttcmsabout-title {
    font-size: 26px;
    line-height: 30px;
    margin: 0 0 10px;
  }
}
#ttcmsabout .ttaboutdesc .ttcmsaboutusblock .ttcmsabout-content .ttcmsabout-title::after {
  position: absolute;
  left: 0;
  height: 2px;
  width: 30px;
  top: auto;
  bottom: 0;
  margin: 0 auto;
  content: "";
  right: auto;
}
@media (max-width: 991px) {
  #ttcmsabout .ttaboutdesc .ttcmsaboutusblock .ttcmsabout-content .ttcmsabout-title::after {
    right: 0;
  }
}
#ttcmsabout .ttaboutdesc .ttcmsaboutusblock .ttcmsabout-content .ttcmsabout-desc {
  font: italic 400 14px/24px var(--font-stack-body);
  margin: 0 0 20px;
  position: relative;
}
@media (max-width: 991px) {
  #ttcmsabout .ttaboutdesc .ttcmsaboutusblock .ttcmsabout-content .ttcmsabout-desc {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 15px;
  }
}
#ttcmsabout .ttcmsabout.ttaboutbanner .image1.ttimg .ttabout-img {
  border: 8px solid #e6e5dd;
  float: left;
  padding: 10px;
  background: #fff;
}
#ttcmsabout .ttcmsabout.ttaboutbanner .image1.ttimg {
  padding: 0 15px 0 0;
  z-index: 1;
}
@media (max-width: 480px) {
  #ttcmsabout .ttcmsabout.ttaboutbanner .image1.ttimg {
    padding: 0;
    display: inline-block;
    vertical-align: top;
    float: none;
    width: auto;
  }
}
#ttcmsabout .ttcmsabout.ttaboutbanner .image1.ttimg .ttabout-img::after {
  bottom: 0;
  content: "";
  height: 80%;
  left: auto;
  margin: auto -125px;
  position: absolute;
  right: 0;
  top: 0;
  width: 55%;
  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;
}
@media (max-width: 1199px) {
  #ttcmsabout .ttcmsabout.ttaboutbanner .image1.ttimg .ttabout-img::after {
    margin: auto -65px;
  }
}
@media (max-width: 480px) {
  #ttcmsabout .ttcmsabout.ttaboutbanner .image1.ttimg .ttabout-img::after {
    display: none;
  }
}
#ttcmsabout .ttaboutdesc .ttcmsaboutusblock .ttcmsabout-content .ttcmsabout-btn > a {
  float: left;
  font: 600 14px/18px var(--font-stack-body);
  padding: 12px 25px;
  position: relative;
  text-transform: capitalize;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  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;
}
.ttcmsabout-btn a::before {
  content: "";
  transform: scale(0.5, 1);
  -webkit-transform: scale(0.5, 1);
  -moz-transform: scale(0.5, 1);
  -o-transform: scale(0.5, 1);
  -ms-transform: scale(0.5, 1);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  z-index: -1;
}
.ttcmsabout-btn a:hover::before {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}
#ttcmsabout .ttaboutdesc .ttcmsaboutusblock .ttcmsabout-content .ttcmsabout-btn {
  padding: 60px 0 0;
  float: left;
  position: relative;
}
@media (max-width: 991px) {
  #ttcmsabout .ttaboutdesc .ttcmsaboutusblock .ttcmsabout-content .ttcmsabout-btn {
    float: none;
    width: auto;
    display: inline-block;
    vertical-align: top;
  }
}
#ttcmsabout .ttaboutdesc .ttcmsaboutusblock .ttcmsabout-content .ttcmsabout-btn::after {
  background: #dfdfdf;
  bottom: auto;
  content: "";
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}
#ttcmsabout .ttcmsabout.ttaboutbanner .image2.ttimg .ttabout-img a {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  float: left;
}
#ttcmsabout .ttcmsabout.ttaboutbanner .image2.ttimg .ttabout-img a img {
  transition: transform 0.6s;
  -webkit-transition: transform 0.6s;
  -moz-transition: transform 0.6s;
  -o-transition: transform 0.6s;
  -ms-transition: transform 0.6s;
}
#ttcmsabout .ttcmsabout.ttaboutbanner .ttimg .ttabout-img a img {
  @include transition('transform 0.6s');
}
#ttcmsabout .ttcmsabout.ttaboutbanner .image2.ttimg .ttabout-img:hover a img {
  @include transform(scale3d(1.01,1.01,1));
}
#ttcmsabout .ttcmsabout.ttaboutbanner .image1.ttimg .ttabout-img a {
  overflow: hidden;
  float: left;
  width: 100%;
}
#ttcmsabout .ttcmsabout.ttaboutbanner .image1.ttimg .ttabout-img:hover a img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
#ttcmsabout .ttcmsabout.ttaboutbanner .ttimg .ttabout-img .bgeffect::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  content: '';
  transition: transform 0.8s;
  -webkit-transition: transform 0.8s;
  -moz-transition: transform 0.8s;
  -o-transition: transform 0.8s;
  -ms-transition: transform 0.8s;
  transform: scale3d(2.8, 2.9, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}
#ttcmsabout .ttcmsabout.ttaboutbanner .ttimg .ttabout-img:hover .bgeffect::before {
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}
#ttcmsabout .ttcmsabout.ttaboutbanner .image2.ttimg {
  margin: 100px 0 0;
  z-index: 1;
}
@media (max-width: 1199px) {
  #ttcmsabout .ttcmsabout.ttaboutbanner .image2.ttimg {
    margin: 80px 0 0;
  }
}
@media (max-width: 991px) {
  #ttcmsabout .ttcmsabout.ttaboutbanner .image2.ttimg {
    margin: 65px 0 0;
  }
}
@media (max-width: 480px) {
  #ttcmsabout .ttcmsabout.ttaboutbanner .image2.ttimg {
    margin: 20px 0 0;
    display: inline-block;
    vertical-align: top;
    float: none;
    width: 80%;
    padding: 0;
  }
}
.left .ttcmsabout.ttaboutbanner {
  float: right;
}
@media (max-width: 991px) {
  #ttcmsabout .ttcmsabout.ttaboutdesc {
    float: left;
    width: 100%;
    text-align: center;
  }
  #ttcmsabout .ttcmsabout.ttaboutbanner {
    float: none;
    width: auto;
    display: inline-block;
    vertical-align: top;
    text-align: center;
  }
}

/*----------------------------- parallax-------------------------- */
.ttcmsparallax {
  float: left;
  width: 100%;
}
.ttcmsparallax .parallex {
  background-position: 50% 0;
  background-repeat: repeat;
  float: left;
  height: 700px;
  margin: 0;
  position: relative;
  width: 100%;
  overflow: hidden;
  background-size: cover;
}
@media (max-width: 1199px) {
  .ttcmsparallax .parallex {
    height: 570px;
  }
}
@media (max-width: 991px) {
  .ttcmsparallax .parallex {
    height: 460px;
  }
}
@media (max-width: 767px) {
  .ttcmsparallax .parallex {
    height: 300px;
  }
}
.ttcmsparallax .parallex .content-wrap .parallex-content {
  float: right;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  width: 70%;
}
@media (max-width: 767px) {
  .ttcmsparallax .parallex .content-wrap .parallex-content {
    width: 100%;
  }
}
.ttcmsparallax .parallex .content-wrap {
  width: auto;
  padding: 185px 0;
  text-align: center;
  float: right;
}
@media (max-width: 1200px) {
  .ttcmsparallax .parallex .content-wrap {
    padding: 120px 0;
  }
}
@media (max-width: 991px) {
  .ttcmsparallax .parallex .content-wrap {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .ttcmsparallax .parallex .content-wrap {
    width: 100%;
    padding: 50px 0;
  }
}
@media (max-width: 480px) {
  .ttcmsparallax .parallex .content-wrap {
    padding: 40px 0;
  }
}
.ttcmsparallax .parallex .content-wrap .description {
  font: 600 30px/34px var(--font-stack-body), sans-serif;
  padding: 0 0 50px 0;
  text-transform: capitalize;
  float: left;
  width: 100%;
}
@media (max-width: 1199px) {
  .ttcmsparallax .parallex .content-wrap .description {
    font-size: 24px;
    line-height: 26px;
    padding: 0 0 40px 0;
  }
}
@media (max-width: 767px) {
  .ttcmsparallax .parallex .content-wrap .description {
    padding: 0 0 15px;
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 480px) {
  .ttcmsparallax .parallex .content-wrap .description {
    font-size: 18px;
    line-height: 20px;
  }
}
.ttcmsparallax .parallex .subtitle {
  font: italic 400 22px/26px var(--font-stack-body), sans-serif;
  margin: 0 0 30px;
  padding: 60px 0 0;
  float: left;
  width: 100%;
  position: relative;
}
@media (max-width: 1199px) {
  .ttcmsparallax .parallex .subtitle {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .ttcmsparallax .parallex .subtitle {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 15px;
    padding: 40px 0 0;
  }
}
.ttcmsparallax .parallex .subtitle::after {
  background: #666;
  bottom: auto;
  content: "";
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
}
@media (max-width: 767px) {
  .ttcmsparallax .parallex .subtitle::after {
    height: 30px;
  }
}
.ttcmsparallax .parallex .title {
  font: 400 54px/65px var(--font-stack-header);
  margin-bottom: 25px;
  text-transform: uppercase;
  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;
}
@media (max-width: 1199px) {
  .ttcmsparallax .parallex .title {
    font-size: 42px;
    line-height: 44px;
  }
}
@media (max-width: 991px) {
  .ttcmsparallax .parallex .title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .ttcmsparallax .parallex .title {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .ttcmsparallax .parallex .title {
    font-size: 22px;
    line-height: 30px;
  }
}
.ttcmsparallax .parallex .button a {
  padding: 13px 30px;
  text-transform: capitalize;
  font: 600 16px/18px var(--font-stack-body), sans-serif;
  display: inline-block;
  vertical-align: top;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  z-index: 1;
  position: relative;
}
.ttcmsparallax .parallex .button a::before {
  content: "";
  transform: scale(0.5, 1);
  -webkit-transform: scale(0.5, 1);
  -moz-transform: scale(0.5, 1);
  -o-transform: scale(0.5, 1);
  -ms-transform: scale(0.5, 1);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  z-index: -1;
}
.ttcmsparallax .parallex .button a:hover::before {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}
.ttcmsparallax .parallex .button {
  display: inline-block;
  width: 100%;
  text-align: center;
  float: left;
  position: relative;
}
/*------------------------------- tt cms subbanner -----------------------*/
.ttcmssubbanner .ttbanner-content {
  padding: 100px 35px 0;
  text-align: center;
}
@media (max-width: 1199px) {
  .ttcmssubbanner .ttbanner-content {
    padding: 50px 15px 0;
  }
}
@media (max-width: 991px) {
  .ttcmssubbanner .ttbanner-content {
    width: 100%;
    padding: 40px 0;
  }
}
.ttcmssubbanner .ttsubbanner-img {
  float: left;
  margin: 0 auto;
  position: relative;
  padding: 80px 50px;
}
@media (max-width: 991px) {
  .ttcmssubbanner .ttsubbanner-img {
    width: 100%;
    padding: 35px;
    margin: 0 0 30px;
  }
}
@media (max-width: 767px) {
  .ttcmssubbanner .ttsubbanner-img {
    padding: 30px 0;
    margin: 0 0 10px;
  }
}
.ttcmssubbanner .ttsubbanner-img::before {
  background: #4e4e4e;
  content: "";
  position: absolute;
  right: 50px;
  height: 100%;
  width: 60%;
  left: auto;
  bottom: 0;
  margin: 0 auto;
  top: 0;
}
@media (max-width: 991px) {
  .ttcmssubbanner .ttsubbanner-img::before {
    left: 0;
    right: 0;
  }
}
.ttcmssubbanner #ttbanner-carousel .ttbanner_img {
  position: relative;
  float: left;
  width: 100%;
  padding: 0 15px;
}
.ttcmssubbanner #ttbanner-carousel .ttbanner_img a.tticon-zoom i {
  display: none;
}
.ttcmssubbanner #ttbanner-carousel .ttbanner_img:hover a.tticon-zoom i {
  display: block;
  position: absolute;
  bottom: 0;
  top: 0px;
  color: #fff;
  left: 0;
  right: 0;
  width: 40px;
  height: 40px;
  margin: auto;
  font-size: 20px;
}
.ttcmssubbanner #ttbanner-carousel .ttbanner_img::before {
  background: rgba(0, 0, 0, 0.2);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 0%;
  height: 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;
}
@media (min-width: 768px) {
  .ttcmssubbanner #ttbanner-carousel .ttbanner_img:hover::before {
    height: 95%;
    width: 85%;
  }
}
.ttcmssubbanner .ttbanner-content .ttbanner-tab:hover .banner-img {
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
}
.ttcmssubbanner .ttbanner-content .tt-title {
  line-height: 60px;
  margin: 0 0 20px;
  padding: 0 30px;
  font-size: 54px;
}
@media (max-width: 991px) {
  .ttcmssubbanner .ttbanner-content .tt-title {
    line-height: 40px;
    margin: 0 0 15px;
    padding: 0 15px;
    font-size: 38px;
  }
}
@media (max-width: 480px) {
  .ttcmssubbanner .ttbanner-content .tt-title {
    line-height: 34px;
    font-size: 30px;
  }
}
.ttcmssubbanner .ttbanner-content .tt-title::after {
  display: none;
}
.ttcmssubbanner .ttbanner-content .ttbanner-btn > a::before {
  content: "";
  transform: scale(0.5, 1);
  -webkit-transform: scale(0.5, 1);
  -moz-transform: scale(0.5, 1);
  -o-transform: scale(0.5, 1);
  -ms-transform: scale(0.5, 1);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  z-index: -1;
}
.ttcmssubbanner .ttbanner-content .ttbanner-btn:hover > a::before {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}
.ttcmssubbanner .ttbanner-content .ttbanner-desc {
  float: left;
  font: 400 16px/26px var(--font-stack-body), sans-serif;
  margin: 0 0 30px;
  width: 100%;
}
@media (max-width: 1409px) {
  .ttcmssubbanner .ttbanner-content .ttbanner-desc {
    margin: 0 0 20px;
  }
}
@media (max-width: 991px) {
  .ttcmssubbanner .ttbanner-content .ttbanner-desc {
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .ttcmssubbanner .ttbanner-content .ttbanner-desc {
    line-height: 20px;
    font-size: 14px;
  }
}
.ttcmssubbanner .ttbanner-content .tt-subtitle {
  font: 400 18px/26px var(--font-stack-body), sans-serif;
  margin: 0 0 10px;
}
.ttcmssubbanner .ttbanner-content .ttbanner-tab {
  float: left;
  width: 100%;
  margin: 0 0 25px;
}
@media (max-width: 1409px) {
  .ttcmssubbanner .ttbanner-content .ttbanner-tab {
    margin: 0 0 15px;
  }
}
.ttcmssubbanner .ttbanner-content .ttbanner-btn {
  float: none;
  width: auto;
  position: relative;
  text-align: left;
  display: inline-block;
  vertical-align: top;
}
.ttcmssubbanner .ttbanner-content .ttbanner-btn > a {
  display: inline-block;
  float: none;
  font: 500 14px/18px var(--font-stack-body), sans-serif;
  padding: 12px 20px;
  position: relative;
  vertical-align: top;
  width: auto;
  text-transform: capitalize;
  z-index: 1;
}

/*---------- cookie css----------*/
.cookiestatus .cookie-block.full_bottom{
  float:left;
  width:100%;
}
.cookiestatus .cookie-block.full_bottom #cookie_message{
  padding: 10px;
  text-align: center;
  box-shadow: 0 0 5px rgba(0,0,0,0.4);	
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.4);
  -moz-box-shadow:0 0 5px rgba(0,0,0,0.4));
  -ms-box-shadow:0 0 5px rgba(0,0,0,0.4);
  -o-box-shadow:0 0 5px rgba(0,0,0,0.4);
  opacity: 0;
  visibility: hidden;
  font-size: 12px;
  float:left;
  width:100%;
}
.cookiestatus .cookie-block #cookie_message.se-cookies-message-open{
  opacity: 1;
  -moz-opacity: 1; 
  -khtml-opacity: 1; 
  -webkit-opacity: 1;
  visibility: visible;
}
.cookiestatus .cookie-block.bottom_fix #cookie_message.se-cookies-message-open,.cookiestatus .cookie-block.bottom_to_left #cookie_message.se-cookies-message-open,
.cookiestatus .cookie-block.bottom_to_right #cookie_message.se-cookies-message-open{
  opacity: 1;
  -moz-opacity: 1; 
  -khtml-opacity: 1; 
  -webkit-opacity: 1;
  visibility: visible;
}
.cookiestatus .cookie-block.bottom_fix #cookie_message{
  padding: 10px;
  position: fixed;
  float: none;
  display: inline-block;
  bottom: 0;
  width: auto;
  left: 0;
  right: 0;
  text-align:center;
  box-shadow: 0 2px 15px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 2px 15px rgba(0,0,0,.2);
  -moz-box-shadow: 0 2px 15px rgba(0,0,0,.2);
  -ms-box-shadow: 0 2px 15px rgba(0,0,0,.2);
  -o-box-shadow: 0 2px 15px rgba(0,0,0,.2);
  z-index:3;
  opacity: 0;
  visibility: hidden;
}
.cookiestatus .cookie-block.bottom_to_left #cookie_message {
  padding: 30px;
  position: fixed;
  float: none;
  display: inline-block;
  bottom: 10px;
  width: 400px;
  left: 10px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  z-index: 3;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 480px) {
  .cookiestatus .cookie-block.bottom_to_left #cookie_message {
    width: 85%;
    padding: 15px;
  }
}
.cookiestatus .cookie-block.bottom_to_left #cookie_message .tt-cookie-inner > span {
  font-size: 13px;
  line-height: 22px;
  float: left;
  width: 100%;
  margin: 0 0 15px;
}
@media (max-width: 480px) {
  .cookiestatus .cookie-block.bottom_to_left #cookie_message .tt-cookie-inner > span {
    line-height: 20px;
    margin: 0 0 10px;
  }
}
.cookiestatus .cookie-block.bottom_to_right #cookie_message {
  padding: 30px;
  position: fixed;
  float: none;
  display: inline-block;
  bottom: 10px;
  width: 400px;
  left: auto;
  right: 10px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  z-index: 3;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 480px) {
  .cookiestatus .cookie-block.bottom_to_right #cookie_message {
    width: 85%;
    padding: 15px;
  }
}
.cookiestatus .cookie-block.bottom_to_right #cookie_message .tt-cookie-inner > span {
  font-size: 13px;
  line-height: 22px;
  float: left;
  width: 100%;
  margin: 0 0 15px;
}
@media (max-width: 480px) {
  .cookiestatus .cookie-block.bottom_to_right #cookie_message .tt-cookie-inner > span {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 10px;
  }
}

/*--------------- recomendate product-------*/
.product-notification {
  position: fixed;
  bottom: 70px;
  background: var(--color-body);
  width: 320px;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  z-index: 2;
  border: 1px solid rgba(30, 32, 40, 0.13);
  box-shadow: -3px 2px 14px rgba(30, 32, 40, 0.3);
  -webkit-box-shadow: -3px 2px 14px rgba(30, 32, 40, 0.3);
  -moz-box-shadow: -3px 2px 14px rgba(30, 32, 40, 0.3);
  -ms-box-shadow: -3px 2px 14px rgba(30, 32, 40, 0.3);
  -o-box-shadow: -3px 2px 14px rgba(30, 32, 40, 0.3);
  visibility: hidden;
  left: 50px;
  padding: 5px;
}
@media (max-width: 480px) {
  .product-notification {
    left: 20px;
    width: 280px;
  }
}
.product-notification.pos-right {
  right: 50px;
  left: auto;
}
@media (max-width: 480px) {
  .product-notification.pos-right {
    right: 20px;
    width: 280px;
  }
}
.product-notification.active {
  bottom: 50px;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.product-notification .closeNotify {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: #000;
  color: #fff;
  position: absolute;
  right: -10px;
  top: -10px;
  cursor: pointer;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.product-notification .closeNotify:hover {
  color: var(--color-btn-secondary-text);
  background: var(--color-btn-secondary);
}
.product-notification .product-suggest {
  float: left;
  width: 100%;
}
.product-notification .product-suggest .product-image {
  max-width: 95px;
  margin: auto;
  float: left;
  width: 29%;
}
@media (max-width: 480px) {
  .product-notification .product-suggest .product-image {
    width: 26%;
  }
}
.product-notification .product-suggest .column-right {
  padding: 5px 10px 0;
  line-height: 20px;
  float: right;
  width: 71%;
}
.product-notification .product-suggest .column-right label {
  color: var(--color-body-text);
  font-size: 12px;
  font-weight: 500;
  float: left;
  width: 100%;
}
.product-notification .product-suggest .column-right .product-name {
  color: var(--color-text);
  font-size: 13px;
  float: left;
  width: 100%;
  margin: 0 0 3px;
  font-weight: 500;
}
.product-notification .product-suggest .column-right .from-ago, .product-notification .product-suggest .column-right .time-ago {
  color: var(--color-body-text);
  font-size: 12px;
  font-weight: 400;
  float: left;
  width: 100%;
  font-style: italic;
}
.product-notification .product-suggest .column-right .column-right span.money {
  color: #111;
  font-weight: 500;
}
.flip-countdown.simple-countdown.countdown-enable {
  display: block;
}

/*-------------------  Product page size chart ------*/
div#ProductSection .modal-dialog {
  width: 880px;
}
@media (max-width: 991px) {
  div#ProductSection .modal-dialog {
    width: 720px;
  }
}
@media (max-width: 767px) {
  div#ProductSection .modal-dialog {
    width: 100%;
  }
}
div#ProductSection .modal-content {
  padding: 20px;
  border-radius: 8px;
}
@media (max-width: 480px) {
  div#ProductSection .modal-content {
    padding: 20px 10px;
  }
}
div#ProductSection .modal-content .modal-title {
  line-height: 26px;
  padding: 0;
  float: none;
  border: none;
  font-size: 24px;
  font-weight: 600;
  width: auto;
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
div#ProductSection .modal-content .modal-title::after {
  display: none;
}
div#ProductSection .modal-content .tt-table-responsive-md {
  overflow-x: auto;
  overflow-y: hidden;
}
div#ProductSection .modal-dialog table {
  width: 100%;
  margin-top: 17px;
  border: none;
}
div#ProductSection .modal-dialog table tbody tr:nth-child(odd) {
  background: #f7f8fa;
}
div#ProductSection .modal-dialog table tbody td {
  color: #777777;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  padding: 6px 4px;
  border: none;
}
div#ProductSection .modal-dialog table thead th {
  color: #777777;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  padding: 0 10px 10px;
  border: none;
}
/*------------------ Buy Now Button CSS -------------------------*/
.product-form--variant-sold-out .shopify-payment-button {
  display: none;
}
.shopify-payment-button {
  float: none;
  width: auto;
  display:inline-block;
  min-width: 250px;
}
.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;
      border-radius: 0px;
      padding: 12px 20px;
      transition: all 400ms ease-in-out 0s;
      -webkit-transition: all 400ms ease-in-out 0s;
      -moz-transition: all 400ms ease-in-out 0s;
      -o-transition: all 400ms ease-in-out 0s;
      -ms-transition: all 400ms ease-in-out 0s;
      }
.shopify-payment-button .shopify-payment-button__button::after {
  content: '';
  background: var(--color-btn-primary);
    height: 100%;
    width: 0;
    position: absolute;
    transition: .3s cubic-bezier(.785, .135, .15, .86);
    -webkit-transition: .3s cubic-bezier(.785, .135, .15, .86);
    -moz-transition: .3s cubic-bezier(.785, .135, .15, .86);
    -o-transition: .3s cubic-bezier(.785, .135, .15, .86);
    -ms-transition: .3s cubic-bezier(.785, .135, .15, .86);
    top: 0;
    left: auto;
    right: 0;
    z-index: -1;
    }
.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 {
  display: none;
}
/*---------------------- image loader --------------------------*/
.product-wrapper .product-thumb .loader {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  visibility: hidden;
  transition: all 200ms ease-in-out 0s;
  -webkit-transition: all 200ms ease-in-out 0s;
  -moz-transition: all 200ms ease-in-out 0s;
  -o-transition: all 200ms ease-in-out 0s;
  -ms-transition: all 200ms ease-in-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  cursor: pointer;
}
.product-wrapper .preloader-wrapper {
  height: 50px;
  width: 50px;
  display: inline-block;
  position: relative;
}
.product-wrapper .preloader-wrapper .spinner-layer {
  position: relative;
  float: none;
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 50px;
}
.product-wrapper .preloader-wrapper .spinner-layer::before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-top-color: #000;
  border-bottom-color: #000;
  animation: spinner 1.5s ease-in-out infinite;
}
@media (max-width: 480px) {
  .product-wrapper .preloader-wrapper .spinner-layer::before {
    width: 35px;
    height: 35px;
  }
}
.products-grid-view .product-short-list .product-wrapper .product-thumb .spinner-layer::before, .products-grid-view .product-list .product-wrapper .product-thumb .spinner-layer::before, .bestseller-collection .product-wrapper .thumbs.product-thumb .spinner-layer::before, .sidebar-products .product-wrapper .preloader-wrapper .spinner-layer::before, .category-slider .product-wrapper .thumbs.product-thumb .spinner-layer::before {
  width: 30px;
  height: 30px;
}
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.product-wrapper.loading .product-thumb .loader {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  visibility: visible;
}
.product-wrapper.loading:hover .product-thumb .featured-image {
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  visibility: hidden;
}
.flexslider #popup_toggle {
  position: relative;
  float: left;
  width: 100%;
}
.flexslider .play-icone {
  bottom: 0;
  height: 85px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 85px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  cursor: pointer;
}
@media (max-width: 991px) {
  .flexslider .play-icone {
    height: 75px;
    width: 75px;
  }
}
@media (max-width: 767px) {
  .flexslider .play-icone {
    height: 55px;
    width: 55px;
  }
}
@media (max-width: 480px) {
  .flexslider .play-icone {
    height: 34px;
    width: 34px;
  }
}
.flexslider .play-icone:hover {
  background-color: var(--color-product-secondary);
}
.flexslider .play-icone:hover i {
  color: var(--color-product-secondary-text);
}
.flexslider .play-icone i {
  color: #222;
  font-size: 62px;
  line-height: 85px;
  padding: 0 1px;
}
@media (max-width: 991px) {
  .flexslider .play-icone i {
    line-height: 75px;
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .flexslider .play-icone i {
    line-height: 55px;
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .flexslider .play-icone i {
    line-height: 34px;
    font-size: 32px;
  }
}
.flexslider .popup_overlay {
  float: left;
  width: 100%;
  position: absolute;
  left: 0;
  text-align: center;
  z-index: 999;
  right: 0;
  display: none;
  top: 0;
  background: rgba(0, 0, 0, 0.9);
  height: 100%;
}
.flexslider .popup_overlay .video-wrapper {
  position: static;
}
.template-index .main-content .shopify-section#shopify-section-product-recommendations {
  margin: 0;
}

/*------------------------- Cart Page CSS -------------------------------*/
.template-cart #cartEmpty {
  float: left;
  width: 100%;
  padding: 30px;
  background: #f5f5f5;
}
.template-cart #cartEmpty p {
  float: left;
  width: 100%;
  margin: 15px 0 0;
  text-align: center;
}
.template-cart #cartEmpty .tt-innerpagetitle {
  text-align: center;
}
.template-cart .cart__product-information {
  float: left;
  width: 100%;
}
.template-cart .product-price dl {
  margin: 0;
}
.template-cart .cart__image-wrapper.product_img {
  width: 100px;
  float: none;
  display: inline-block;
  vertical-align: top;
  padding:0px;
}
.template-cart .cart-content {
  float: left;
  width: 100%;
}
.template-cart .cart-content .list-view-item__title a.cart__product-title {
  float: left;
  width: 100%;
  margin: 0 0 5px;
  font: 400 13px/18px var(--font-stack-body);
    color: var(--color-btn-primary);
      }
.template-cart .cart-content ul.product-details {
  float: left;
  width: 100%;
  margin: 0 0 5px;
}
.template-cart .cart-content ul.product-details li.product-details__item {
  font-size: 12px;
}
.template-cart .cart__price dt, .template-cart .cart__price .cart__qty {
  display: none;
}
.template-cart .cart__quantity-td .cart__qty {
  float: left;
  width: 100%;
}
.template-cart .cart__quantity-td .cart__qty label {
  display: none;
}
.template-cart .table-responsive {
  border: medium none;
  float: left;
  width:100%;
}
.template-cart .cart-wrapper .cart-table {
  float:left;
  width:100%;
}
.cart-wrapper .product_title .product_img {
  float: none;
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
}
.cart-wrapper .text-center .qty-box-set {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.cart-wrapper .cart__remove a:hover i {
  color: #fff;
}
.cart-wrapper .cart__subtotal {
  font-weight: 600;
  margin: 20px 0 0;
  float: left;
  width: 100%;
}
.cart-wrapper .cart__subtotal .money {
  font-size: 22px;
  font-weight: 500;
  color: var(--color-btn-primary);
    font-family: var(--font-stack-header);
      }
.cart-wrapper .cart__footer .h6 {
  margin: 0;
  color: var(--color-text);
    font-weight: 600;
    }
.cart-wrapper .cart__footer .grid .grid-item {
  padding: 0;
}
.cart-wrapper .cart__footer .grid .grid-item.cart-right {
  margin: 20px 0 0;
}
.cart-wrapper .cart__footer .grid .grid-item label {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 10px 0;
}
.cart-wrapper .cart__footer button {
  padding: 10px 20px;
}
.cart-wrapper .cart__footer #update {
  margin: 0 10px 0 0;
}
#shopify-section-cart-template .cart-wrapper .shop_table.cart_table {
  border:none;
}
#shopify-section-cart-template .cart-wrapper .cart-notes{
  width: 100%;
  float:left;
  margin: 30px 0 0;
  padding: 0;
}
.shop_table.cart_table span.money {
  font-weight: 600;
  color: #111;
  font-family: var(--font-stack-header);
    }
.cart_table thead th span, .shop_table.cart_table th {
  font: 500 14px/18px var(--font-stack-header);
    color: var(--color-text);
      text-align:center;
      border: none;
      border-bottom: 1px solid var(--color-border);
        }
.cart__remove i.mdi.mdi-delete {
  font-size: 18px;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.cart__remove a:hover i.mdi.mdi-delete{
  color:#ff0000;
}
.cart-header {
  float: left;
  width: 100%;
  margin: 0 0 15px;
}
h1.cart-header__title {
  font: 500 24px/26px var(--font-stack-header);
    margin: 0;
    padding: 0 15px;
    }
.cart-total {
  float: left;
  width: 100%;
}
.totals__subtotal{
  font: 500 20px/24px var(--font-stack-header);
    color: var(--color-text);
      float:left;
      width:100%;
      margin:0px;
      }
.totals__subtotal-value{
  float: left;
  width: 100%;
  margin: 20px 0 10px;
  color: #111;
  font-weight: 500;
  font-size: 14px;
}
.cart__blocks .cart__ctas button.btn{
  margin-top: 10px;
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
}
.cart__blocks .cart__ctas button.btn{
  background-color: var(--color-btn-secondary);
    color: var(--color-btn-secondary-text);
      }
.cart__blocks .cart__ctas button.btn:hover{
  background-color: var(--color-btn-primary);
  color: var(--color-btn-primary-text);
    }
.cart__blocks .cart__ctas button.btn::after{
  background-color: var(--color-btn-primary);
    }
.cart__footer {
  position: relative;
  float: left;
  width:100%;
  text-align:center;
}
.cart__footer .js-qty {
  margin: 0 auto;
}
.cart__footer input[name="goto_pp"] {
  padding: 10px 0px 0px;
}
.cart__footer .amazon-payments-pay-button {
  vertial-align: top;
  margin: 0;
}
.cart__blocks{
  float: left;
  width: 100%;
  padding: 15px;
  background: #f5f5f5;
}
cart-note.cart__note.field {
  float: left;
  width: 100%;
  margin: 0 0 15px;
  padding: 15px;
  background:#f5f5f5;
}
.cart__image,.cart__image img {
  display: block;
}
.cart__subtotal {
  display: inline;
  font-family: var(--font-stack-header);
    font-size: 20px;
    line-height:22px;
    margin: 0 0 0 (var(--gutter) / 3);
      }
.cart__mini-labels {
  display: block;
  font-family: var(--font-stack-body);
    font-size: em(14px);
    margin: var(--gutter) / 2 0 0;
      }
.cart__product {
  line-height: em(26px);
  margin: 0;
}
.site-header__cart .no-items #ToggleDown p {
  margin: 0 0 5px 0;
}
.cart__remove {
  font-family: var(--font-stack-body);
    font-size: em(14px);
    margin: 0 0 var(--gutter) / 2;
      }
.cart-item__discount {
  display: block;
}
.cart__additional_checkout_buttons > *:not(script) {
  padding: 10px 0 0 10px;
  vertical-align: top;
  line-height: 1;
}
.cart__additional_checkout_buttons > *:not(script):first-child, .cart__additional_checkout_buttons > *:not(script):empty {
  padding-left: 0px;
}
.cart--no-cookies .cart--continue-message {
  display: none;
}
.cart--no-cookies .cart--empty-message {
  display: none;
}
.cart--cookie-message {
  display: none;
  padding-bottom: 25px;
}
.cart--no-cookies .cart--cookie-message {
  display: block;
}
.cart-policy {
  float: left;
  width: 100%;
  margin: 15px 0 0;
  padding:15px;
  background:#f5f5f5;
}
.cart-policy .policy .policy-icon {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: 48px;
  height: 40px;
  line-height: 40px;
}
.cart-policy .policy {
  float: left;
  width: 100%;
  margin: 0 0 15px;
  display: flex;
  align-items: center;
}
.cart-policy .policy .content {
  float: none;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 10px;
}
.policy-title {
  float: left;
  width: 100%;
  margin: 0 0 5px;
  font: 500 15px/18px var(--font-stack-header);
    color:#222;
    }
cart-note.cart__note.field label {
  font-size: 16px;
  font-weight: 500;
  color: #111;
  text-align: left;
  margin: 0 0 15px;
}
cart-note.cart__note.field textarea{
  margin:0px;
}
.cart-qty-box-set .quantity {
  border: none;
  width: 80px;
  height: 41px;
  line-height: 41px;
  padding: 0;
  float: left;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  cursor: pointer;
  text-align: center;
  margin: 0;
}
.cart-qty-box-set {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border: 1px solid var(--color-border);
    }
.quantity__button {
  width: 35px;
  height: 35px;
  border: 0;
  cursor: pointer;
  padding: 0;
  float: left;
}
.quantity__button .icon.icon-minus {
  width: 10px;
  pointer-events: none;
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.quantity__button .icon.icon-plus {
  width: 10px;
  pointer-events: none;
}
@media only screen and (min-width: 1025px) {
  .cart__remove {
    margin-bottom: 0;
  }
  .cart__mini-labels {
    margin-top: var(--gutter);
      }
  .template-cart .cart-wrapper {
    max-width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1199px) {
  .cart__footer {
    width: 100%;
    padding: 0;
  }
  .template-cart .table-responsive {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 991px) {
  cart-template.page-width {
    width: 100%;
  }
  #cart-footer {
    width: 100%;
    margin: 15px 0 0;
  }
  .cart-wrapper .cart__footer .cart-subtotal {
    float: left;
    width: 100%;
    margin: 0 0 10px;
  }
  .cart-wrapper .cart__footer .cart__instructions {
    margin-bottom: 10px;
  }
  .template-cart .cart__product-information {
    max-width: 100%;
    width: 200px;
  }
  .template-cart .product-price, .template-cart .product-final-price {
    float: left;
    max-width: 100%;
    width: 100px;
  }
}
@media only screen and (max-width: 480px) {
  .cart-wrapper .cart__footer .grid .grid-item.cart-right{
    margin:0px;
  }
  .cart-wrapper .cart__subtotal .money {
    font-size: 18px;
  }
  .cart-wrapper .cart__footer #update {
    margin: 0 1px 0 0;
  }
  .cart__footer {
    margin: var(--gutter) 0;
      padding: 0;
      margin: 15px 0;
      }
  .cart__footer:first-of-type {
    margin-top: 0;
  }
  .cart__product a {
    font-size: 13px;
  }
  .cart-policy .policy .content{
    width: 80%;
  }
  .cart__footer .grid{
    padding: 15px;
  }
}
.product-count {
  align-self: center;
  position: relative;
  text-align: right;
}

.product-count__text {
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0;
}

.product-count__text.loading {
  visibility: hidden;
}

.product-count .loading-overlay__spinner {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.8rem;
}

.product-count__text.loading + .loading-overlay__spinner {
  display: block;
}
.cursor-pointer {
  cursor: pointer;
}
.loading-overlay {
  position: relative;
  float: left;
  width: 100%;
}
.loading-overlay .loading-overlay__spinner {
  float:left;
  width: 100%;
  display:flex;
  align-items:center;
  justify-content:center;
}
.loading-overlay .loading-overlay__spinner svg {
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align:top;
  -webkit-animation: productspin .9s ease-in-out infinite alternate;
  animation: productspin .9s ease-in-out infinite alternate;
}
.loading-overlay .loading-overlay__spinner svg .path {
  stroke: #111;
  stroke-linecap: round;
  -webkit-animation: product .9s ease-in-out infinite alternate;
  animation: product .9s ease-in-out infinite alternate;
}
.loading-overlay:not(.hidden)+.cart-item__price-wrapper, .loading-overlay:not(.hidden)~cart-remove-button {
  visibility: hidden;
}
@keyframes productspin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}
@-webkit-keyframes productspin{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}
@keyframes product {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@-webkit-keyframes product {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

/*------------product 360 model-----*/
model-viewer{
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  width:100%;
  max-width:100%;
  height:100%;
  float:left;
}
.product-single__photos .model-view.main_image_wrap,
.product-block .model-view{
  padding-top:100%;
}
.video-source video {
  float: left;
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.video-source {
  float: left;
  width: 100%;
  cursor: pointer;
}
/*------------------------compare----------------------------*/
body .compare-model .modal .modal-dialog {
  margin: 35px auto;
  width: auto;
  max-width: 700px;
  float: none;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 767px) {
  body .compare-model .modal .modal-dialog {
    max-width: 400px;
  }
}
@media (max-width: 480px) {
  body .compare-model .modal .modal-dialog {
    max-width: 300px;
  }
}
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;
}
body .compare-model .modal .modal-dialog .modal-content .modal-header .close .mdi-close {
  font-size: 22px;
  color: var(--color-text);
  font-weight: 300;
  padding: 0;
  line-height: 24px;
  display: inline-block;
  zoom: 1;
}
body .compare-model .modal .modal-dialog .modal-content .modal-body {
  background-color: var(--color-body);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  padding: 0;
  float: left;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
}
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 {
  margin-bottom: 0;
  float: left;
  width: auto;
  font-size: 16px;
  color: var(--color-text);
  font-weight: 600;
}
@media (max-width: 480px) {
  body .compare-model .max_compare {
    font-size: 14px;
  }
}
.compare-model #modalCompare1::before {
  vertical-align: top;
}
@media (max-width: 767px) {
  .compare-box td a {
    float: left;
    width: 150px;
  }
}
/*---------  header compare----*/
.compare-icon-div, .compare-icon-div a.compare {
  float: left;
  width: 100%;
  height: auto;
  text-align: left;
}
.compare-icon-div .compare-icon {
  float: left;
  width: auto;
  margin: 0 5px 0 0;
}
.add-in-compare-js i.mdi.mdi-checkbox-multiple-marked, .add-in-compare-js.added i.mdi.mdi-checkbox-multiple-blank-outline, .product-single .add-in-compare-js i.mdi.mdi-repeat-once, .product-single .add-in-compare-js.added i.mdi.mdi-repeat {
  display: none;
}
.add-in-compare-js.added i.mdi.mdi-checkbox-multiple-marked, .add-in-compare-js i.mdi.mdi-checkbox-multiple-blank-outline, .product-single .add-in-compare-js i.mdi.mdi-repeat, .product-single .add-in-compare-js.added i.mdi.mdi-repeat-once {
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 992px) {
  body:not(.template-product):not(.template-collection):not(.template-index) .main-content .pagecontent {
    min-height: 500px;
  }
}
.product-inventory .out_of_stock .product_in_stock {
  display: none;
}
/*----------------------- product page color and size design ---------------------*/
.swatch {
  margin-bottom: 0;
}
.swatch .header {
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 5px;
  width: 100%;
  color: #111;
}
.swatch .swatch-element {
  position: relative;
  float: none;
  width: 30px;
  display: inline-block;
  vertical-align: top;
  height: 30px;
  cursor: pointer;
}
.swatch .swatch-element.size input:checked + label {
  background: #444;
  border: 1px solid #444;
  color: #fff;
}
.swatch .swatch-element label {
  float: left;
  width: 100%;
  height: 100%;
  text-align: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  color: #ccc;
  cursor: pointer;
  border: 1px solid #e3e3e3;
  line-height: 30px;
}
.swatch .swatch-element .tooltip {
  text-align: center;
  background: #fff;
  color: #0f0f0f;
  bottom: 100%;
  padding: 5px 10px;
  display: block;
  position: absolute;
  z-index: 2;
  min-width: 50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin-bottom: 12px;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  transition: all 0.25s ease-in-out 0s;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: normal;
  pointer-events: none;
}
.swatch .swatch-element .tooltip:before {
  bottom: -16px;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  width: 100%;
}
.swatch .swatch-element .tooltip:after {
  border-left: solid transparent 7px;
  border-right: solid transparent 7px;
  border-top: solid #fff 7px;
  bottom: -7px;
  content: " ";
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  position: absolute;
  width: 0;
}
.swatch .swatch-element:hover .tooltip {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  filter: alpha(opacity=100);
  visibility: visible;
  pointer-events: auto;
}
.swatch input[type=radio] {
  display: none;
}
.swatch.soldout {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
  filter: alpha(opacity=50);
}
.swatch.soldout label {
  cursor: no-drop;
}
/*------------------- Size guide Chart ---------------------*/
.product-template__container{
  float: left;
  width: 100%;
  position: relative;
}
.product-template__container .modal-dialog {
  width: 880px;
  vertical-align: middle;
  display: inline-block;
}
.product-template__container .modal-dialog table {
  width: 100%;
  margin-top: 17px;
  border: none;
}
.product-template__container .modal-dialog table thead th {
  color: #666;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  padding: 6px 4px;
  border: none;
}
.product-template__container .modal-dialog table tbody tr {
  background: #f7f7f7;
}
.product-template__container .modal-dialog table tbody tr:nth-child(odd) {
  background: #e5e5e5;
}
.product-template__container .modal-dialog table td {
  color: #666;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  padding: 6px 4px;
  border: none;
}
.product-template__container .modal-dialog .modal-content {
  padding: 20px;
  background-color: var(--color-body);
    float: left;
    width: 100%;
    }
.product-template__container .modal-dialog .modal-content .modal-header {
  border-bottom: 1px solid var(--color-border);
    float: left;
    width: 100%;
    margin: 0 0 20px;
    }
.product-template__container .modal-dialog .modal-content .modal-header button.close {
  float: none;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 5px;
  bottom: auto;
  left: auto;
  right: 5px;
  width: 28px;
  height: 28px;
  line-height:28px;
  font-size: 28px;
  border: none;
  text-shadow: none;
  color: #666;
  opacity: 1;
  font-weight: 400;
}
.product-template__container .modal-dialog .modal-content .modal-body {
  float: left;
  width: 100%;
  padding: 0;
}
.product-template__container .modal-dialog .modal-content .tt-title {
  margin: 0;
  font-size: 22px;
  line-height: 26px;
  background: #222;
  color: #fff;
  padding: 10px 15px;
}
.product-template__container .modal-dialog .modal-content .tt-title::after {
    display: none;
}
@media only screen and (max-width: 991px) {
  .product-template__container .modal-dialog {
    width: 720px;
  }
}
@media only screen and (max-width: 767px) {
  .product-template__container .modal-dialog {
    width: 100%;
    padding: 0 10px;
  }
  .product-template__container .modal-dialog .modal-content {
    padding: 10px 15px;
  }
  .product-template__container{
    padding: 10px 0 0;
  }
}
/*----------------- Filter css -----------------*/
.sidebar-block .facets-container,
.sidebar-block .facets-container .facets{
  float: left;
  width: 100%;
}
.sidebar .widget .disclosure-has-popup {
  float: left;
  width: 100%;
  padding:0 5px;
}
.sidebar .widget .disclosure-has-popup .facets-title {
  color: #111;
  font-size: 14px;
  line-height: 20px;
  float: left;
  width: 100%;
  font-weight: 500;
  margin: 0 0 10px;
}
.sidebar .widget .disclosure-has-popup .facets-filter {
  float: left;
  width: 100%;
  margin:0 0 15px;
}
.sidebar-block .widget ul li.facets__item label.facet-checkbox,ul li.mobile-facets__item label.mobile-facets__label {
  margin: 0;
  font-weight: 400;
  vertical-align: middle;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  position:relative;
}
.sidebar-block .widget ul li.facets__item label.facet-checkbox input[type=checkbox] {
  vertical-align: middle;
  border: 1px solid #e5e5e5;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 18px;
  width: 18px;
  float: left;
  line-height: 18px;
  margin-right: 10px;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  outline: none;
  cursor: pointer;
}
.sidebar-block .widget ul li.Color .facet-checkbox .icon-checkmark {
  left: 4px;
  color: #ccc;
}
.disclosure-has-popup .facets__price {
  float: left;
  width: 100%;
}
.disclosure-has-popup  .facets__price .field {
  float: left;
  width: 50%;
  padding-right: 15px;
}
.disclosure-has-popup ul.facets__list {
  padding: 0;
}
.disclosure-has-popup .facets__price .field input.field__input {
  margin: 0;
  padding: 8px 10px;
}
.disclosure-has-popup .facets__price .field label.field__label {
  font-weight: 400;
}
.sidebar-block .widget ul li.Color label.facet-checkbox input[type=checkbox]{
  display: none;
}
ul.mobile-facets__list li.Color label.mobile-facets__label input[type=checkbox]{
  border: none;
}
.sidebar-block .widget ul li.Color span,ul.mobile-facets__list li.Color span{
  float: none;
  width: auto;
  line-height: 18px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0 0 0 10px;
}
.sidebar-block .widget ul li.Color label.facet-checkbox,ul.mobile-facets__list li.Color label.mobile-facets__label{
  float: left;
  width: 18px;
  height: 18px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 0 1px rgb(0 0 0 / 10%);
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.facet-checkbox .icon-checkmark {
  visibility: hidden;
  position: absolute;
  left: 3px;
  z-index: 5;
  top: 0px;
  bottom: 0;
  margin: auto;
  right: auto;
}
.facet-checkbox>input[type=checkbox]:checked~.icon-checkmark {
  visibility: visible;
}

div#fsb_container {
    display: none !important;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .shopify-payment-button .shopify-payment-button__button{
       display: flex !important;
      margin: 0 !important;
      padding: 0 !important;
      align-items: center;
    }
     .product-template__container .product-single__addtocart .btn {
        margin-bottom: 25px;
    }
    .shopify-payment-button  .shopify-payment-button__button.shopify-payment-button__button--branded.BUz42FHpSPncCPJ4Pr_f {
       display: block !important;
     }

    .shopify-payment-button .shopify-payment-button__button::before {
      margin-right: 80px; 
      padding-top: 25px; 
      padding-top: 25px;
    }

    .shopify-payment-button .shopify-cleanslate {
       margin-top: -60px;
       margin-top: -16px;
     }

    .shopify-payment-button .shopify-cleanslate .jjzYeefyWpPZLH9pIgyw  {
      padding: 4px !important;
      min-height: 35px !important;
      max-height: 60px !important;
      margin-top: -20px !important;
    }
  }
}

.slideshow .slick-dots {
    display: none !important;
}

 /* Apply styles only in Safari start */
  .safari .shopify-payment-button .shopify-payment-button__button {
      display: flex !important;
      margin: 0 !important;
      padding: 0 !important;
      align-items: center;
  }
  .safari .product-template__container .product-single__addtocart .btn {
      margin-bottom: 10px;
  }
  .safari .shopify-payment-button .shopify-payment-button__button.shopify-payment-button__button--branded.BUz42FHpSPncCPJ4Pr_f {
      display: block !important;
  }
  .safari .shopify-payment-button .shopify-payment-button__button::before {
      position: absolute;
      top: 0%;
      left: 14%;
      z-index: 1;
      line-height: 2.2;
  }
  .safari .shopify-payment-button .shopify-cleanslate {
      margin-top: -3px;
  }
  .safari .shopify-payment-button .shopify-payment-button__button .shopify-cleanslate {
      position: relative;
      margin-top: 24px;
      margin-right: 0;
  }
  .safari .shopify-payment-button .shopify-cleanslate .jjzYeefyWpPZLH9pIgyw {
      padding: 4px !important;
      min-height: 35px !important;
      max-height: 60px !important;
      margin-top: -20px !important;
  }
 /* Apply styles only in Safari end */

.header_logo_wrap .header_currency .flag-dropdown-menu li a, .header_logo_wrap .header_language .flag-dropdown-menu li a{
  display: flex;
  align-items: center;
}
.currencies.flag-dropdown-menu li a span{
  padding-left: 7px;
}

.mdi-twitter:before{
  content:unset !important;
}

/* 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;
}
#sizeModal .tt-table-modal-info thead tr th{
      text-align: center;
}
#sizeModal .tt-table-responsive-md{
      overflow: auto;
      padding-top: 15px;
}
.size-chart .rte table {
    table-layout: auto;
}
#sizeModal .tt-table-modal-info thead tr th{
    font-size: 13px;
    color: #111;
}
.template-product .modal:before{
  height: auto;
}
@media(max-width:767px){
  #sizeModal .modal-dialog {
    width: 100%;
    padding: 0 10px;
}
.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 */
    
