/** Shopify CDN: Minification failed

Line 43:2 Expected identifier but found "*"
Line 805:2 Expected identifier but found "*"
Line 1166:2 Expected identifier but found "*"
Line 8143:20 Expected ")" to end URL token
Line 8185:20 Expected ")" to end URL token
Line 12039:1 Expected identifier but found "."
Line 14338:2 "vertial-align" is not a known CSS property

**/
::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-subheading);
    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-body);
      }
.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:500 20px/28px var(--font-stack-body);
      }
/*----------------------- common css --------------------*/
.owl-carousel .owl-item img {
  margin: 0 auto;
}
.owl-nav {
  display: none;
}
.page-wrapper {
  float: left;
  min-height: 100%;
  width: 100%;
  overflow:hidden;
  position:relative;
}
.main-content .shopify-section.index-section{
  float: left;
  width: 100%;
}
.template-index .main-content .shopify-section {
  float: left;
  margin: 0 0 80px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .template-index .main-content .shopify-section {
    margin: 0 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .template-index .main-content .shopify-section {
    margin: 0 0 30px;
  }
}
/*---------------------------- Loader CSS ----------------------*/
.loading-modal {
  background: #fff url("loader.gif") center 14px no-repeat;
  border: 1px solid rgba(0,0,0,0.15);
  position: fixed;
  top: 50%!important;
  bottom: auto;
  left: 50% !important;
  right: auto !important;
  width: 56px;
  height: 56px;
  margin-left: -28px;
  margin-top: -28px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  text-indent: -999em;
  box-shadow: 0 1px 4px rgba(0,0,0,0.3);	
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
  -moz-box-shadow:0 1px 4px rgba(0,0,0,0.3);
  -ms-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
  -o-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
  border-radius: 3px; 
  -moz-border-radius: 3px; 
  -webkit-border-radius:3px ; 
  -khtml-border-radius: 3px;
  display: block;
}
.search_wrapper input.input-group-field.s-loading{
  background:url("serach-loader.gif") no-repeat scroll right 15px center;
  float: left;
  position: static;
  transition: none 0s ease 0s;
  -webkit-transition: none 0s ease 0s;
  -moz-transition: none 0s ease 0s;
  -o-transition: none 0s ease 0s;
  -ms-transition: none 0s ease 0s;
  width: 100%;
}
/*======================= custom navigation css ============================*/
.blog_latest_new_home .grid--blog #blog_slider .owl-dots {
  margin: 30px 0 0 0;
}
.owl-theme .owl-dots .owl-dot{ 
  float: none;
  height: 100%;
  width: 10px;
  margin: 0 4px;
  display: inline-block;
  vertical-align: middle;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  padding: 5px 0;
}
.owl-theme .owl-dots .owl-dot.active{ 
  width:20px;
}
.owl-theme .owl-dots .owl-dot > span{ 
  height: 5px;
  width: 100%;
  float: left;
  border-radius: 5px; 
  -moz-border-radius: 5px; 
  -webkit-border-radius:5px ; 
  -khtml-border-radius: 5px;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  margin: 0;
}
.owl-theme .owl-dots .owl-dot.active > span{ 
  background: var(--color-btn-secondary);
    }
.widget_filter {
  float:left;
}
.item-row.grid-item{
  padding-left: 0; 
}
div#shopify-section-sidebar-color input {
  display: none;
}
.owl-prev{
  left:0; 
}
.owl-next{
  right:0; 
}
.testimonials_wrap .owl-next:after{
  width: 100%;
  background-position: -12px -385px;
  height: 100%;
}
.testimonials_wrap .owl-next:hover:after{
  background-position: -69px -386px;
  background-color: #111;
  height: 100%;
}
.testimonials_wrap .owl-prev:after{
  width: 100%;
  background-position: -10px -352px;
  height: 100%;
}
.testimonials_wrap .owl-prev:hover:after{
  background-position: -69px -353px;
  background-color: #111;
  height: 100%;
}
.testimonials_wrap .owl-next:after,.testimonials_wrap .owl-prev:after{
  display: block;
}
.product-single__photos{
  cursor:crosshair;
}
@media only screen and (max-width: 991px) {
  .item-row{
    width:33.333%; 
  }
}
@media only screen and (max-width: 767px) {
  .item-row{
    width:50%; 
  }
}
@media only screen and (max-width: 480px) {
  .item-row{
    width:80%; 
  }
  .tab-inner .nav-tabs>li{
    width:80%; 
  }
  .tab-inner .nav-tabs>li{
    margin-bottom: 5px; 
  }
}
/*------------------related-products -------------*/
.related-products .owl-nav {
  display:none;
}
.related-products .grid-item{
  padding: 0;
}
.related-products.product-grid{
  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;
}
input[type="submit"]:hover,input[type="submit"]:focus,input[type="submit"]:active {
  background: var(--color-btn-secondary);
    color: var(--color-btn-secondary-text);
      }
.btn, .btn--secondary, input.btn--secondary {
  background-color: var(--color-btn-primary);
    color: var(--color-btn-primary-text);
      cursor: pointer;
      display: inline-block;
      font-weight: 600;
      font-size: 13px;
      font-family: var(--font-stack-subheading);
        line-height: var(--font-line-height);
          letter-spacing: var(--font-letterspace);
            margin: 0;
            padding: 10px 20px;
            text-align: center;
            vertical-align: middle;
            white-space: nowrap;
            -webkit-appearance: none;
            -moz-appearance: none;
            border: none;
            position: relative;
            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;
            user-select: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            -o-user-select: none;
            overflow: hidden;
            }
.btn:hover, .btn--secondary:hover, input.btn--secondary:hover {
  color: var(--color-btn-secondary-text);
    }
.btn:active, .btn--secondary:active, input.btn--secondary:active, .btn:focus, .btn--secondary:focus, input.btn--secondary:focus {
  background: var(--color-btn-secondary);
    color: var(--color-btn-secondary-text);
      }
.btn[disabled], .btn--secondary[disabled], input.btn--secondary[disabled], .btn.disabled, .btn--secondary.disabled, input.btn--secondary.disabled {
  cursor: default;
  background: var(--color-btn-secondary);
    color: var(--color-btn-secondary-text);
      }
.btn, .product-wrapper .btn_wrapper .pro_btn a, .product-wrapper .btn_cart .pro_btn a {
  z-index: 1;
  overflow: hidden;
  position: relative;
}
.btn::before, .product-wrapper .btn_wrapper .pro_btn a::before, .product-wrapper .btn_cart .pro_btn a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -50px;
  content: '';
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  z-index: -1;
  border-right: 30px solid transparent;
  border-bottom: 45px solid;
  border-bottom-color: var(--color-btn-secondary);
    }
.btn::after, .product-wrapper .btn_wrapper .pro_btn a::after, .product-wrapper .btn_cart .pro_btn a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50px;
  right: 0;
  content: '';
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  z-index: -1;
  border-left: 30px solid transparent;
  border-bottom: 45px solid;
  border-bottom-color: var(--color-btn-secondary);
    }
.btn:hover::before, .product-wrapper .btn_wrapper .pro_btn a:hover::before, .product-wrapper .btn_cart .pro_btn a:hover::before, .btn:focus::before, .product-wrapper .btn_wrapper .pro_btn a:focus::before, .product-wrapper .btn_cart .pro_btn a:focus::before, .btn:active::before, .product-wrapper .btn_wrapper .pro_btn a:active::before, .product-wrapper .btn_cart .pro_btn a:active::before {
  transform: translateX(-40%);
  -webkit-transform: translateX(-40%);
  -moz-transform: translateX(-40%);
  -ms-transform: translateX(-40%);
  -o-transform: translateX(-40%);
}
.btn:hover::after, .product-wrapper .btn_wrapper .pro_btn a:hover::after, .product-wrapper .btn_cart .pro_btn a:hover::after, .btn:focus::after, .product-wrapper .btn_wrapper .pro_btn a:focus::after, .product-wrapper .btn_cart .pro_btn a:focus::after, .btn:active::after, .product-wrapper .btn_wrapper .pro_btn a:active::after, .product-wrapper .btn_cart .pro_btn a:active::after {
  transform: translateX(40%);
  -webkit-transform: translateX(40%);
  -moz-transform: translateX(40%);
  -ms-transform: translateX(40%);
  -o-transform: translateX(40%);
}
.btn:hover {
  background: var(--color-btn-secondary);
    }
.input-group-btn.search-submit-wrap .btn:hover::before, .input-group-btn.search-submit-wrap .btn:hover::after {
  border-bottom: none;
  background: none;
}
.product-wrapper .btn_wrapper .pro_btn a.btn {
  background: var(--color-product-primary);
    color: var(--color-product-primary-text);
      }
.product-wrapper .btn_wrapper .pro_btn a.btn:hover, .product-wrapper .btn_wrapper .pro_btn a.btn:focus, .product-wrapper .btn_wrapper .pro_btn a.btn:active {
  color: var(--color-product-secondary-text);
    }
.product-wrapper .btn_wrapper .pro_btn a::before, .product-wrapper .btn_cart .pro_btn a::before {
  border-bottom-color: var(--color-product-secondary);
    }
.product-wrapper .btn_wrapper .pro_btn a:focus::before, .product-wrapper .btn_wrapper .pro_btn a:active::before, .product-wrapper .btn_cart .pro_btn a:focus::before, .product-wrapper .btn_cart .pro_btn a:active::before {
  background-color: var(--color-product-secondary);
    }
.product-wrapper .btn_wrapper .pro_btn a::after, .product-wrapper .btn_cart .pro_btn a::after {
  border-bottom-color: var(--color-product-secondary);
    }
.product-wrapper .btn_wrapper .pro_btn a:focus::after, .product-wrapper .btn_wrapper .pro_btn a:active::after, .product-wrapper .btn_cart .pro_btn a:focus::after, .product-wrapper .btn_cart .pro_btn a:active::after {
  background-color: var(--color-product-secondary);
    }
.product-wrapper .btn_wrapper .pro_btn a.added-wishlist.btn, .product-wrapper .btn_wrapper .pro_btn.add-to-compare a.add-in-compare-js.added, .product-wrapper .btn_wrapper .pro_btn > a.loading {
  background: var(--color-product-secondary);
    color: var(--color-product-secondary-text);
      }
.grid-view-item .product-wrapper .btn_wrapper .pro_btn a.add_to_wishlist > i, .product-wrapper .btn_wrapper .added-wishlist.add_to_wishlist .mdi.mdi-heart, .product-wrapper .btn_wrapper .pro_btn.add-to-compare a.added i.mdi-repeat-once {
  color: var(--color-product-secondary-text);
    background: var(--color-product-secondary);
      }
.product-wrapper .btn_wrapper .pro_btn a.loading > i, .grid-view-item .product-wrapper .btn_cart .pro_btn a.loading i.mdi-plus, .grid-view-item .product-wrapper .quickview .pro_btn > a.loading > i {
  display: none;
}
.product-wrapper .btn_wrapper .pro_btn a > i.mdi-cached, .product-wrapper .btn_wrapper .pro_btn.add-to-compare a:not(.added) > i.mdi-repeat-once, .grid-view-item .product-wrapper .btn_cart .pro_btn a > i.mdi-cached, .grid-view-item .product-wrapper .quickview .pro_btn > a > i.mdi-cached {
  display: none;
}
.product-wrapper .add-to-compare.pro_btn a.add-in-compare-js.added .mdi-repeat {
  display: none;
}
.grid-view-item .product-wrapper .btn_wrapper .pro_btn a.loading i.mdi-cached {
  font-size: 16px;
  height: 45px;
  width: 45px;
  line-height: 45px;
  color: var(--color-product-secondary-text);
    float: left;
    display: inline-block;
    vertical-align: top;
    }
@media only screen and (max-width: 991px) {
  .grid-view-item .product-wrapper .btn_wrapper .pro_btn a.loading i.mdi-cached {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-view-item .product-wrapper .btn_wrapper .pro_btn a.loading i.mdi-cached {
    height: 35px;
    width: 35px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 400px) {
  .grid-view-item .product-wrapper .btn_wrapper .pro_btn a.loading i.mdi-cached {
    height: 30px;
    width: 30px;
    line-height: 30px;
  }
}
.product-wrapper .btn_wrapper .pro_btn a.loading i.mdi-cached::before, .grid-view-item .product-wrapper .btn_cart .pro_btn a.loading i.mdi-cached::before {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
.product-single .product-information .add-to-compare.pro_btn .add-in-compare-js.btn i.mdi.mdi-cached::before {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes fillToRight {
  to {
    width: 100%;
  }
}
@keyframes fillToRight {
  to {
    width: 100%;
  }
}
.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: var(--color-btn-secondary);
    color: var(--color-btn-secondary-text);
      }
input.spr-button.spr-button-primary:active {
  background: var(--color-btn-secondary);
    color: var(--color-btn-secondary-text);
      }
.product-single__addtocart .btn.disabled, .product-single__addtocart .btn[disabled]{
  cursor: not-allowed;
}
.product-single__addtocart .btn.disabled:after, .product-single__addtocart .btn[disabled]:after,.product-single__addtocart .btn.disabled:before, .product-single__addtocart .btn[disabled]:before {
  display: none;
}
.comment-form .btn, .added-to-cart .btn {
  background-color: var(--color-btn-primary);
    color: var(--color-btn-primary-text);
      }
.added-to-cart .btn:active, .added-to-cart .btn:focus {
  background-color: var(--color-btn-secondary);
    color: var(--color-btn-secondary-text);
      }
.added-to-cart .btn:hover {
  color: var(--color-btn-secondary-text);
    }
.btn--small {
  padding: 4px 5px;
  font-size: em(12px);
}
.btn--large {
  padding: 12px 15px;
  font-size: em(16px);
}
.btn--full {
  width: 100%;
  white-space: normal;
}
.product-wrapper .pro_btn a.add-to-cart-disable:hover, .product-wrapper .pro_btn a.add-to-cart-disable:focus, .product-wrapper .pro_btn a.add-to-cart-disable:active, .product-list .product-wrapper .pro_btn a.add-to-cart-disable:hover, .product-list .product-wrapper .pro_btn a.add-to-cart-disable:focus, .product-list .product-wrapper .pro_btn a.add-to-cart-disable:active, .product-short-list .product-wrapper .pro_btn a.add-to-cart-disable:hover, .product-short-list .product-wrapper .pro_btn a.add-to-cart-disable:focus, .product-short-list .product-wrapper .pro_btn a.add-to-cart-disable:active {
  color: var(--color-btn-primary-text);
    }
/*================ Force an input/button to look like a text link ================*/
.text-link {
  display: inline;
  border: 0 none;
  background: none;
  padding: 0;
  margin: 0;
}
/*================= Currency - Language ==================*/
.tbl-list > li.currency,.tbl-list > li.language { position: relative;float:left;margin:0; width:100%;}
.menu-middle-section ul li.currency a,.menu-middle-section ul li.language a { padding-right:0; }
.menu-middle-section ul li.currency .flag-dropdown-menu li a,.menu-middle-section ul li.language .flag-dropdown-menu li a { padding:7px 15px; }
.menu-middle-section ul li.currency:hover .flag-dropdown-menu,.menu-middle-section ul li.language:hover .flag-dropdown-menu { 
  opacity: 1;
  -moz-opacity: 1; 
  -khtml-opacity: 1; 
  -webkit-opacity: 1;
  visibility:visible;
  display:block;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
}
.flag-dropdown-menu li a i { 
  margin-top:2px;
  margin-right:7px;
  float:left;
}
.flag-dropdown-menu li a span { float:left;color:var(--color-text-field);
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  }
.flag-dropdown-menu li a:hover span { color:var(--color-text-hover-field); } 
.flag-dropdown-menu { 
  text-align: left;
  width:90px;
  opacity: 0;
  -moz-opacity: 0; 
  -khtml-opacity: 0; 
  -webkit-opacity: 0;
  visibility:hidden;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform-origin: 0 0;
  -khtml-transform-origin: 0 0; 
  -moz-transform-origin: 0 0; 
  -ms-transform-origin: 0 0; 
  -o-transform-origin: 0 0; 
  transform-origin: 0 0;
  position: absolute; 
  top: 100%;
  right: 0;
  z-index: 999;
  padding: 0;
  margin-bottom: 0; 
  border-radius: 0; 
  -moz-border-radius: 0; 
  -webkit-border-radius: 0; 
  -khtml-border-radius: 0;
  border: none; 
  box-shadow: 0px 0px 30px 0 rgba(0,0,0,0.15);	
  -webkit-box-shadow: 0px 0px 30px 0 rgba(0,0,0,0.15);
  -moz-box-shadow:0px 0px 30px 0 rgba(0,0,0,0.15);
  -ms-box-shadow: 0px 0px 30px 0 rgba(0,0,0,0.15);
  -o-box-shadow: 0px 0px 30px 0 rgba(0,0,0,0.15);
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;   
}
.tbl-list > li.currency .flag-dropdown-menu li a,.tbl-list > li.language .flag-dropdown-menu li a {line-height: 1.2; padding: 6px 17px !important;border:none;font-size:13px !important;float:left;width: 100%;}
.tbl-list > li.currency .flag-dropdown-menu, .tbl-list > li.currency.open .flag-dropdown-menu,.tbl-list > li.language .flag-dropdown-menu, .tbl-list > li.language.open .flag-dropdown-menu {
  opacity: 1; 
  -moz-opacity: 1; 
  -khtml-opacity: 1; 
  -webkit-opacity: 1;
  visibility:visible;
  display:none;
  transition: none 0s ease 0s;
  -webkit-transition: none 0s ease 0s;
  -moz-transition: none 0s ease 0s;
  -o-transition: none 0s ease 0s;
  -ms-transition: none 0s ease 0s; 
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
}
.currency_code > i, .language_code > i {
  margin: 4px 5px 0 0;
  float: left;
}
@media (max-width: 767px) {
  .currency_code > i, .language_code > i {
    margin: 1px 5px 0 0;
  }
}
.flag-dropdown-menu li.active a span {
  color: var(--color-text-hover-field);
    }
.header_currency .currency_wrapper .mdi.mdi-chevron-up {
  display: none;
}
.header_currency ul li .currency_wrapper.active .mdi.mdi-chevron-up {
  display: inline-block;
}
.header_currency ul li .currency_wrapper .mdi.mdi-chevron-down {
  display: inline-block;
}
.header_currency ul li .currency_wrapper.active .mdi.mdi-chevron-down {
  display: none;
}
.header_language .language_wrapper .mdi.mdi-chevron-up {
  display: none;
}
.header_language ul li .language_wrapper.active .mdi.mdi-chevron-up {
  display: inline-block;
}
.header_language ul li .language_wrapper .mdi.mdi-chevron-down {
  display: inline-block;
}
.header_language ul li .language_wrapper.active .mdi.mdi-chevron-down {
  display: none;
}
.customer_account .tbl-list > li.currency .flag-dropdown-menu, .customer_account .tbl-list > li.language .flag-dropdown-menu {
  float: left;
  width: 100%;
  margin: 0;
  top: 43px;
  left: 0;
  right: auto;
}
.customer_account .tbl-list > li.currency .flag-dropdown-menu li, .customer_account .tbl-list > li.language .flag-dropdown-menu li {
  display: inline-block;
  margin-bottom: 0;
  padding: 3px 0;
  width: 100%;
  vertical-align: top;
}
.customer_account .tbl-list > li.currency .flag-dropdown-menu li a, .customer_account .tbl-list > li.language .flag-dropdown-menu li a {
  padding: 0 !important;
}
.customer_account .header_currency, .customer_account .header_language {
  margin: 0;
  padding: 10px 0 0;
  float: left;
  width: 100%;
}
.customer_account .header_language {
  padding: 0;
}
.tbl-list > li.currency .flag-dropdown-menu, .tbl-list > li.language .flag-dropdown-menu {
  left: auto;
  right: 0;
  top: 100%;
  width: 95px;
  z-index: 9999;
  position: absolute;
  display: none;
  margin-top: 0;
  padding: 10px 0 !important;
  background: #111;
  border: 1px solid var(--color-border);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    margin-left: 0;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    }
.tbl-list > li.currency .flag-dropdown-menu::before, .tbl-list > li.language .flag-dropdown-menu::before {
  position: absolute;
  content: "\f360";
  font-family: "Material Design Icons";
  height: 30px;
  width: 30px;
  font-size: 30px;
  line-height: 30px;
  right: 5px;
  top: -19px;
  left: auto;
  bottom: auto;
  color: #e5e5e5;
}
.tbl-list > li.language.language-block .flag-dropdown-menu {
  width: auto;
}
.header_currency ul.tbl-list, .header_language ul.tbl-list {
  margin: 0;
}
.tbl-list > li.currency.currency-block.open .flag-dropdown-menu, .tbl-list > li.language.language-block.open .flag-dropdown-menu {
  display: block;
}
#currencies-picker {
  width: 100%;
  padding: 35px 0;
  margin: 0 !important;
}
#currencies-picker .selection-box {
  float: right;
  margin: 0;
  position: relative;
}
#currencies-picker .selection-box select {
  border: none;
  padding: 0;
}
#currencies-picker p {
  margin: 0 12px 0 0px;
}
.currency_wrapper.dropdown-toggle, .language_wrapper.dropdown-toggle {
  font-weight: 400;
  position: relative;
  font-size: 13px;
  line-height: 18px;
  padding: 8px 10px;
  float: left;
  width: auto;
  color: #e6e6e6;
  border: 1px solid var(--color-border);
    }
@media (max-width: 991px) {
  .currency_wrapper.dropdown-toggle, .language_wrapper.dropdown-toggle {
    padding: 13px 10px;
  }
}
@media (max-width: 767px) {
  .currency_wrapper.dropdown-toggle, .language_wrapper.dropdown-toggle {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 14px;
  }
}
.currency_wrapper.dropdown-toggle:hover, .language_wrapper.dropdown-toggle:hover {
  color: #666;
}
@media (max-width: 991px) {
  .currency_wrapper.dropdown-toggle:hover, .language_wrapper.dropdown-toggle:hover {
    color: var(--color-text-hover-field);
      }
}
.currency-selector-label, .language-selector-label {
  float: left;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 0;
  font-weight: 400;
  color: #333333;
  font-family: 'Oswald';
}
.customer_account .header_currency .currency_wrapper.dropdown-toggle, .customer_account .header_language .language_wrapper.dropdown-toggle {
  display: none;
}
.tbl-list > li.currency .flag-dropdown-menu, .tbl-list > li.language .flag-dropdown-menu {
  display: block;
  width: 100%;
  position: static;
  background: none;
  border: none;
}
.tbl-list > li.currency .flag-dropdown-menu::before, .tbl-list > li.language .flag-dropdown-menu::before {
  display: none;
}
/*=================== Lists ==================*/
ul, ol {
  margin: 0 0 var(--gutter);
    padding: 0;
    }
ul { list-style: none outside; }
ol { list-style: decimal; }
ul ul, ul ol,
ol ol, ol ul { margin: 4px 0 5px 20px; }
li { margin-bottom: 0.25em; }
ol, ul.square, ul.disc { margin-left: 20px; }
ul.square { list-style: square outside; }
ul.disc { list-style: disc outside; }
ol.alpha { list-style: lower-alpha outside; }
.inline-list li {
  display: inline-block;
  margin-bottom: 0;
}
/*====================== Tables ===============================*/
table {
  border: 1px solid var(--color-border);
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    }
table p{
  margin-bottom: 0;
}
table.full {
  width: 100%;
  margin-bottom: 1em;
}
th {
  font-weight: bold;
}
th, td {
  text-align: left;
  padding: 15px;
  border: 1px solid var(--color-border);
    }
/*======================= Images and Iframes ==============================*/
svg:not(:root) {
  overflow: hidden;
}
img.auto,
.grid-item img,
.grid-item iframe {
  max-width: 100%;
}
.video-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  height: auto;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.site-nav li .grid-item {
  float:none;
  padding:0;
}
@media only screen and (max-width: 991px) {
  .video-wrapper{
    margin:0;
  }
}
/*==================== Forms ========================*/
::-webkit-input-placeholder {
  color: var(--color-body-text);
    opacity: 0.6;
    }
:-moz-placeholder { /* Firefox 18- */
  color: var(--color-body-text);
    opacity: 0.6;
    }
::-moz-placeholder {  /* Firefox 19+ */
  color: var(--color-body-text);
    opacity: 0.6;
    }
:-ms-input-placeholder {
  color: var(--color-body-text);
    opacity: 0.6;
    }
::-ms-input-placeholder { /* Edge 12+ */
  color: var(--color-body-text);
    opacity: 1;
    }
form {
  margin: 0 0 15px;
}
select {
  font-size: 14px;
}
button,input[type="text"],input[type="search"],input[type="password"],input[type="email"],input[type="file"],input[type="number"],input[type="tel"],input[type="submit"],textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}
input, textarea, select, fieldset {
  max-width: 100%;
}
input.input-full, textarea.input-full, select.input-full, fieldset.input-full {
  width: 100%;
}
input,select,textarea {
  padding: 15px;
  line-height: 1.42;
}
input {
  padding: 12px 10px;
}
fieldset {
  border: 1px solid var(--color-border);
    padding: 15px;
    }
legend {
  border: 0;
  padding: 0;
}
optgroup {
  font-weight: bold;
}
input {
  display: inline-block;
  width: auto;
}
button,
input[type="submit"] {
  cursor: pointer;
}
input[type="submit"] {
  background-color: var(--color-btn-primary);
    color: var(--color-btn-primary-text);
      cursor: pointer;
      display: inline-block;
      font-weight: 600;
      font-size: 13px;
      font-family: var(--font-stack-body);
        line-height: var(--font-line-height);
          letter-spacing: var(--font-letterspace);
            margin: 0;
            padding: 10px 20px;
            text-align: center;
            vertical-align: middle;
            white-space: nowrap;
            -webkit-appearance: none;
            -moz-appearance: none;
            border: none;
            position: relative;
            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;
            user-select: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            -o-user-select: none;
            overflow: hidden;       
            }
/*================ 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;
      background: #fff;
      }
input[type="text"].input-group,input[type="search"].input-group,input[type="password"].input-group,input[type="email"].input-group,input[type="file"].input-group,input[type="number"].input-group,input[type="tel"].input-group,textarea[disabled].input-group,select[disabled].input-group {
  border: 0;
}
input[type="text"]:focus,input[type="text"].active,input[type="search"]:focus,input[type="search"].active,input[type="password"]:focus,input[type="password"].active,input[type="email"]:focus,input[type="email"].active,input[type="file"]:focus,input[type="file"].active,input[type="number"]:focus,input[type="number"].active,input[type="tel"]:focus,input[type="tel"].active,textarea:focus,textarea.active,select:focus,select.active {
  background-color: #fff;
}
input[type="text"][disabled],input[type="text"].disabled,input[type="search"][disabled],input[type="search"].disabled,input[type="password"][disabled],input[type="password"].disabled,input[type="email"][disabled],input[type="email"].disabled,
input[type="file"][disabled],input[type="file"].disabled,input[type="number"][disabled],input[type="number"].disabled,input[type="tel"][disabled],input[type="tel"].disabled,textarea[disabled],textarea.disabled,select[disabled],select.disabled {
  cursor: default;
  background-color: var(--color-btn-secondary);
    border-color: var(--color-btn-secondary);
      }
input[type="text"]:active, input[type="text"]:focus, input[type="search"]:active, input[type="search"]:focus, input[type="password"]:active, input[type="password"]:focus, input[type="email"]:active, input[type="email"]:focus, input[type="file"]:active, input[type="file"]:focus, input[type="number"]:active, input[type="number"]:focus, input[type="tel"]:active, input[type="tel"]:focus, input[type="submit"]:active, input[type="submit"]:focus, textarea:focus, textarea:active {
  border-color: #c5c5c5;
}
textarea {
  min-height: 100px;
}
input[type="checkbox"],input[type="radio"] {
  display: inline;
  margin: 0;
  padding: 0;
}
.qty-section.quantity-box .qty-box-set {
  margin-right: 10px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: var(--selectIcon);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 8px;
    text-indent: 0.01px;
    text-overflow: '';
    cursor: pointer;
    }
.ie9 select, .lt-ie9 select {
  background-image: none;
  padding-right: 10px;
}
select::-ms-expand {
  display: none;
}
/*================ Form labels ================*/
label, legend {
  display: inline-block;
  font-family: var(--font-stack-subheading);
    color: var(--color-body-text);
      vertical-align: top;
      margin-bottom: 2px;
      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: 500;
}
label[for] {
  cursor: pointer;
}
.label-hint {
  color: #999;
}
/*================ Horizontal Form ================*/
form.form-horizontal, .form-horizontal {
  margin-bottom: 0;
}
form.form-horizontal input[type="text"], .form-horizontal input[type="text"], form.form-horizontal input[type="search"], .form-horizontal input[type="search"], form.form-horizontal input[type="password"], .form-horizontal input[type="password"], form.form-horizontal input[type="email"], .form-horizontal input[type="email"], form.form-horizontal input[type="file"], .form-horizontal input[type="file"], form.form-horizontal input[type="number"], .form-horizontal input[type="number"], form.form-horizontal input[type="tel"], .form-horizontal input[type="tel"], form.form-horizontal textarea, .form-horizontal textarea, form.form-horizontal select, .form-horizontal select, form.form-horizontal label, .form-horizontal label {
  display: inline-block;
  margin-bottom: 0;
  width: auto;
}
/*================ Error styles ================*/
input[type="text"].error, input[type="search"].error, input[type="password"].error, input[type="email"].error, input[type="file"].error, input[type="number"].error, input[type="tel"].error, textarea.error {
  border-color: var(--errorRed);
    background-color:var(--errorRedBg);
      color: var(--errorRed);
        }
label.error {
  color: var(--errorRed);
    }
/*================ Input Group ================*/
.input-group input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin-top: -1px;
  margin-bottom: -1px;
}
.input-group-field,.input-group-btn {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
}
.input-group .btn,.input-group .input-group-field {
  height: 40px;
}
.input-group .input-group-field {
  width: 100%;
  margin-bottom: 0;
  border:none;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
  width: 0%;
  padding: 0;
}
.input-group-btn .btn {
  background-color: transparent;
}
.input-group-btn .btn i {
  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 i {
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
}
@media only screen and (max-width: 991px) {
  .supports-fontface .icon-fallback-text i{
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .ttinput_newsletter .icon-fallback-text i{
    display: inline-block;
  }
}
.supports-fontface .icon-fallback-text .fallback-text {
  clip: rect(0 0 0 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}
.supports-fontface li:hover .icon-fallback-text i{
  color: #fff;
  cursor: pointer;
}
.icon:before {
  display: none;
}
.site-header .search-submit-wrap.input-group-btn {
  position: relative;
  white-space: nowrap;
  width: 0%;
  padding: 0;
  position: absolute;
  left: auto;
  right: 48px;
  top: 2px;
  bottom: auto;
}
/*================ 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 8px;
  cursor: default;
  color:var(--FooterBottomText);
    }
.payment-icons li:first-child {
  margin: 0;
}
.payment-icons .icon {
  font-size: 24px;
  line-height: 28px;
}
.social-icons {
  margin: 0;
}
.social-icons li a {
  display: inline-block;
  margin:0 5px;
  border-radius: 50%; 
  -moz-border-radius: 50%; 
  -webkit-border-radius: 50%; 
  -khtml-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 {
  color: var(--colorFooterSocial);
    }
.social-icons li a:hover {
  color: var(--colorFooterSocialHover);
    }
/*================= Pagination =========================*/
.pagination {
  margin-bottom: 1em;
}
.pagination-custom > li {
  display: inline-flex;
  width: 36px;
  height: 36px;
  border: 1px solid var(--color-border);
    text-align: center;
    float: none;
    margin-right: 3px;
    line-height: 36px;
    margin-bottom: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    }
.pagination-wrap {
  float: left;
  width: 100%;
  margin: 30px 0 30px;
  border: 1px solid var(--color-border);
    padding: 10px;
    }
@media (max-width: 480px) {
  .pagination-wrap {
    margin: 0 0 30px;
  }
}
.pagination-wrap .infinite-scrolling {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.pagination-wrap .infinite-scrolling .btn {
  overflow: hidden;
}
.pagination-wrap .showing {
  float: none;
  width: auto;
  display: inline-block;
  vertical-align: top;
  padding: 9px 20px;
}
.pagination-custom {
  display: inline-block;
  margin: 0;
  font-family: var(--font-stack-body);
    padding-left: 0;
    float: none;
    width: auto;
    vertical-align: top;
    }
.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;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -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-custom li:first-child > a, .pagination-custom li:first-child > span {
  margin-left: 0;
}
.pagination-custom li:hover, .pagination-custom li a:hover {
  color: var(--color-product-secondary-text);
    cursor: pointer;
    z-index: 2;
    }
.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 li.disabled > span, .pagination-custom li.disabled > a, .pagination-custom li.disabled > a:hover, .pagination-custom li.disabled > a:focus {
  color: var(--color-body-text);
    cursor: not-allowed;
    }
.pagination-custom > .active > a, .pagination-custom > .active > span, .pagination-custom > .active > a:hover, .pagination-custom > .active > span:hover, .pagination-custom > .active > a:focus, .pagination-custom > .active > span:focus {
  color: var(--color-product-secondary-text);
    cursor: default;
    z-index: 2;
    }
.pagination-custom-lg > li > a, .pagination-custom-lg > li > span {
  font-size: em(18px);
  padding: 10px 16px;
}
.pagination-custom-sm > li > a, .pagination-custom-sm > li > span {
  padding: 5px 10px;
  font-family: var(--font-stack-body);
    font-size: em(12px);
    }
/*================ Section 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;
}
/*=================== Common Header CSS ==================*/
.icon-btn {
  float: left;
  text-align: center;
  position: relative;
}
.header-logo a, .header-logo img {
  color: var(--color-text-field);
    display: inline-block;
    vertical-align: top;
    float: none;
    }
.search_full_active .myaccount.icon-btn, .search_full_active .wishlist-icon-div .wishlist-icon, .search_full_active .site-header__cart.icon-btn {
  z-index: 0;
}
.template-index .breadcrumb-block {
  display: none;
}
.Site-navigation.fixed .tt-nav-right-div .site-header__cart.icon-btn.hide {
  display: block !important;
}
.full-search-wrapper .search-results li {
  width: 20%;
  float: left;
  padding: 0 15px;
  height: auto;
  border: none;
  margin: 0 0 15px;
}
@media (max-width: 991px) {
  .full-search-wrapper .search-results li {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .full-search-wrapper .search-results li {
    width: 50%;
  }
}
.full-search-wrapper .search-results li:hover > span.title {
  background: none;
}
.full-search-wrapper .search-results li > span.title a {
  color: #ccc;
}
.full-search-wrapper .search-results li > span.title a:hover {
  color: #fff;
}
.full-search-wrapper .search-results li.ac_over {
  background: none;
}
.full-search-wrapper .search-results li.no-results {
  width: 100%;
  margin: 0;
}
.header-top-right .icon-btn {
  position: relative;
}
body .page-wrapper::after {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  bottom: 0;
  content: '';
  left: 0;
  right: 0;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  visibility: hidden;
  z-index: 2;
}
.menu_hover.header_style_1 .page-wrapper::after, .menu_hover.header_style_2 .page-wrapper::after, .menu_hover.header_style_3 .page-wrapper::after, .open-nav.header_style_2 .page-wrapper::after, .open-nav.header_style_3 .page-wrapper::after, .search_toggle.header_style_2 .page-wrapper::after, .account-toggle.header_style_2 .page-wrapper::after, .cart_toggle.header_style_2 .page-wrapper::after, .search_toggle.header_style_1 .page-wrapper::after, .account-toggle.header_style_1 .page-wrapper::after, .cart_toggle.header_style_1 .page-wrapper::after, .account-toggle.header_style_3 .page-wrapper::after, .search_toggle.header_style_3 .page-wrapper::after, .cart_toggle.header_style_3 .page-wrapper::after, .fullnav-open.header_3 .page-wrapper::after, body.currency-open .page-wrapper::after, body.language-open .page-wrapper::after, body.menu_hover .page-wrapper::after, body.footer1-open .page-wrapper::after, body.search-open .page-wrapper::after {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  visibility: visible;
}
body.footer1-open .page-wrapper::after {
  z-index: 9;
}
body.search-open.template-404 .page-wrapper::after {
  display: none;
}
body.template-search.search-open .page-wrapper::after {
  display: none;
}
@media (max-width: 991px) {
  .fullscreen_header .nav-menu-wrap {
    float: left;
    width: 100%;
  }
  .open-header.header_style_1 .page-wrapper::after, .open-header.header_style_2 .page-wrapper::after, .open-header.header_style_3 .page-wrapper::after {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .wrapper-wrap.fullscreen_header {
    display: none;
  }
}
.site-header .sticky_header.fixed {
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  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 !important;
  width: auto;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
}
.site-header #tt-megamenu .tt-mega_menu .tt_menus_ul > li > a::before {
  content: "";
  left: 0;
  right: auto;
  position: absolute;
  top: 0;
  bottom: auto;
  height: 100%;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -khtml-border-radius: 25px;
  border-radius: 25px;
  z-index: -1;
  -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;
  width: 0;
}
.site-header #tt-megamenu .tt-mega_menu .tt_menus_ul > li:hover > a::before {
  width: 100%;
}
/*==================== footer common CSS =====================*/
.template-index .main-content .shopify-section.footer {
  margin: 0;
}
.site-footer .footer-wrap {
  background: var(--colorFooterbg);
    }
@media (min-width: 992px) {
  .footer-column .widget-title.toggle {
    display: none;
  }
}
@media (max-width: 991px) {
  .footer-column .widget-title.toggle {
    display: block;
  }
}
@media (max-width: 991px) {
  .footer-column .widget-title {
    display: none;
  }
}
.site-footer .footer-wrap .footer-column .inline-list {
  float: left;
  width: 100%;
  margin: 0;
}
@media (min-width: 992px) {
  .site-footer .footer-wrap .footer-column .inline-list {
    display: block !important;
  }
}
.site-footer .footer-wrapper .footer-column .inline-list {
  float: left;
  width: 100%;
}
@media (min-width: 992px) {
  .site-footer .footer-wrapper .footer-column .inline-list {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .footer-column > *:nth-child(3) {
    display: none;
    padding: 0 15px;
  }
}
.site-footer .footer-bottom .copyright a {
  color: var(--colorFooterContent);
    }
.site-footer .footer-bottom .copyright a:hover {
  color: var(--FooterBottomLink);
    }
.site-footer .footer-wrapper .footer-column ul.inline-list li a:hover, .site-footer .footer-wrap .footer-column ul.inline-list li a:hover {
  color: var(--color-btn-secondary);
    }
@media (max-width: 991px) {
  .site-footer h5.widget-title.toggle::after {
    content: '\f140';
    float: right;
    font-family: 'Material Design Icons';
    font-size: 18px;
    font-weight: 500;
  }
  .site-footer .active h5.widget-title.toggle::after {
    content: '\f143';
    float: right;
    font-family: 'Material Design Icons';
    font-size: 18px;
    font-weight: 500;
  }
  .site-footer .footer-column.active h5.toggle, .site-footer .widget h5.toggle {
    background: rgba(255, 255, 255, 0.05) none repeat scroll 0 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
  }
}
/*==================== cart =====================*/
.tt-nav-right-div .site-header__cart span.title {
  float: none;
  width: auto;
  font: 500 14px/18px var(--font-stack-body);
    color: var(--color-header-text);
      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;
  z-index: 1;
  display: flex;
  align-items: center;
}
.wrapper-top-cart > .site-header_cart_link i {
  height: 60px;
  width: 60px;
  font-size: 30px;
  line-height: 60px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
@media (max-width: 480px) {
  .wrapper-top-cart > .site-header_cart_link i {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .wrapper-top-cart > .site-header_cart_link:hover::before, .wrapper-top-cart > .site-header_cart_link.active::before {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
  }
}
.site-header__cart .wrapper-top-cart:hover > .site-header_cart_link i::before, .site-header__cart .wrapper-top-cart > .site-header_cart_link.active i::before {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.site-header .dropdown-backdrop {
  z-index: 0;
}
.site-header__cart .wrapper-top-cart .site-header__cart-count {
  font: 500 14px/20px var(--font-stack-body);
    width: auto;
    }
span.cart-products-count {
  margin: 0;
}
#slidedown-cart .has-items .actions i, #Sticky-slidedown-cart .has-items .actions i, .product-single .product-information-inner .checkout-btn .checkout.btn i {
  margin-right: 7px;
  font-size: 20px;
  line-height: 20px;
  vertical-align: middle;
}
@media (max-width: 480px) {
  #slidedown-cart .has-items .actions i, #Sticky-slidedown-cart .has-items .actions i, .product-single .product-information-inner .checkout-btn .checkout.btn 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: 100%;
  width: 370px;
  z-index: 999;
  background: #fff;
  border: 1px solid var(--color-border);
    display: none;
    }
@media (max-width: 480px) {
  #slidedown-cart, #Sticky-slidedown-cart {
    width: 290px;
  }
}
#slidedown-cart::before, #Sticky-slidedown-cart::before {
  content: "\f360";
  font-family: "Material Design Icons";
  position: absolute;
  height: 30px;
  width: 30px;
  right: 0;
  left: auto;
  top: -22px;
  font-size: 34px;
  line-height: 30px;
  color: var(--color-btn-secondary);
    }
#slidedown-cart .mini-cart-wrap, #Sticky-slidedown-cart .mini-cart-wrap {
  padding: 15px;
  float: left;
  width: 100%;
}
#slidedown-cart .total, #Sticky-slidedown-cart .total {
  border-top: 1px solid var(--color-border);
    float: left;
    margin-top: 5px;
    padding-top: 10px;
    width: 100%;
    }
#slidedown-cart .total .label, #Sticky-slidedown-cart .total .label {
  display: inline;
  font: 700 14px/18px var(--font-stack-body);
    padding: 0;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    float: left;
    color: var(--color-body-text);
      }
#slidedown-cart .total .price, #Sticky-slidedown-cart .total .price {
  float: right;
}
#slidedown-cart .total .money, #Sticky-slidedown-cart .total .money {
  font-size: 13px;
}
#slidedown-cart .has-items .item, #Sticky-slidedown-cart .has-items .item {
  float: left;
  width: 100%;
  margin: 0 0 10px;
  position: relative;
}
#slidedown-cart .has-items .actions, #Sticky-slidedown-cart .has-items .actions {
  float: none;
  width: auto;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
#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: 20px;
      }
@media (max-width: 480px) {
  #slidedown-cart .has-items .actions .btn, #Sticky-slidedown-cart .has-items .actions .btn {
    padding: 10px;
  }
}
#slidedown-cart .has-items .actions .btn:active, #Sticky-slidedown-cart .has-items .actions .btn:active, #slidedown-cart .has-items .actions .btn:focus, #Sticky-slidedown-cart .has-items .actions .btn:focus, #slidedown-cart .has-items .actions .btn:after, #Sticky-slidedown-cart .has-items .actions .btn:after, #slidedown-cart .has-items .actions .btn:before, #Sticky-slidedown-cart .has-items .actions .btn:before {
  border-bottom-color: var(--color-btn-secondary);
    color: var(--color-btn-secondary-text);
      }
#slidedown-cart .has-items .actions .btn:hover, #Sticky-slidedown-cart .has-items .actions .btn:hover {
  color: var(--color-btn-secondary-text);
    }
#slidedown-cart .has-items .actions .btn.text-cart, #Sticky-slidedown-cart .has-items .actions .btn.text-cart {
  margin-right: 5px;
  float: left;
}
#slidedown-cart .product-details, #Sticky-slidedown-cart .product-details {
  float: left;
  width: 65%;
  text-align: left;
  padding: 0 15px;
}
@media (max-width: 480px) {
  #slidedown-cart .product-details, #Sticky-slidedown-cart .product-details {
    width: 58%;
  }
}
#slidedown-cart .product-image, #Sticky-slidedown-cart .product-image {
  float: left;
  height: auto;
  width: 80px;
  text-align: left;
}
#slidedown-cart .mini-products-list img, #Sticky-slidedown-cart .mini-products-list img {
  border: none;
}
#slidedown-cart .btn-remove, #Sticky-slidedown-cart .btn-remove {
  float: right;
  color: #111;
  width: 20px;
  text-align: center;
  height: 20px;
  line-height: 14px;
  font-size: 16px;
  padding: 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;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
}
#slidedown-cart .btn-remove span.mdi-close, #Sticky-slidedown-cart .btn-remove span.mdi-close {
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  float: left;
  width: 100%;
}
#slidedown-cart .btn-remove:hover span.mdi-close, #Sticky-slidedown-cart .btn-remove:hover span.mdi-close {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
#slidedown-cart {
  border-top: 3px solid;
}
.sticky_header #Sticky-slidedown-cart .mini-cart-wrap {
  max-height: 455px;
}
.sticky_header #Sticky-slidedown-cart .mini-cart-wrap, .sticky_header #slidedown-cart .mini-cart-wrap {
  overflow: auto;
}
.sticky_header #Sticky-slidedown-cart .mini-cart-wrap::-webkit-scrollbar-track, .sticky_header #slidedown-cart .mini-cart-wrap::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
}
.sticky_header #Sticky-slidedown-cart .mini-cart-wrap::-webkit-scrollbar-thumb, .sticky_header #slidedown-cart .mini-cart-wrap::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9);
}
.sticky_header #Sticky-slidedown-cart .mini-cart-wrap::-webkit-scrollbar, .sticky_header #slidedown-cart .mini-cart-wrap::-webkit-scrollbar {
  width: 5px;
}
.site-header__cart #slidedown-cart .mini-cart-wrap.ps-container {
  overflow: hidden;
  max-height: 700px;
  text-align: center;
}
@media (max-width: 991px) {
  .site-header__cart #slidedown-cart .mini-cart-wrap.ps-container {
    max-height: 320px;
  }
}
.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);
    }
.site-header__cart #slidedown-cart .mini-cart-wrap .cart-collateral .price {
  font-size: 14px;
}
.site-header__cart #slidedown-cart .ps-container > .ps-scrollbar-x-rail {
  display: none !important;
}
.site-header__cart .mini-products-list .product-details .variants, .site-header__cart .mini-products-list .product-details p.product-name {
  margin: 0;
  float: left;
  width: 100%;
  font-size: 13px;
  line-height: 16px;
}
.site-header__cart .mini-products-list .product-details .variants {
  margin: 0 0 4px;
}
@media (max-width: 991px) {
  .site-header .tt-nav-right-div .site-header__cart-count span.hidden-sm-down {
    display: none;
  }
  .site-header .header_logo_wrap .tt-nav-right-div .site-header__cart .wrapper-top-cart {
    float: left;
    height: 50px;
    width: 50px;
  }
  .site-header .wrapper-top-cart .site-header__cart-count span.cart-products-count {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    float: left;
    margin: 0;
    text-align: center;
    background: var(--color-product-secondary);
      color: var(--color-product-secondary-text);
        position: absolute;
        right: 0;
        left: auto;
        top: 20px;
        bottom: auto;
        font-size: 10px;
        line-height: 17px;
        }
}
@media (max-width: 991px) and (max-width: 380px) {
  .site-header .wrapper-top-cart .site-header__cart-count span.cart-products-count {
    top: 13px;
  }
}
ul.mini-products-list {
  float: left;
  width: 100%;
  margin-bottom: 5px;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 430px;
  padding-right: 10px;
}
@media (max-width: 480px) {
  ul.mini-products-list {
    max-height: 320px;
  }
}
ul.mini-products-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.4);
}
ul.mini-products-list::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.9);
}
ul.mini-products-list::-webkit-scrollbar {
  width: 5px;
}
.cart-close {
  position: absolute;
  left: 20px;
  z-index: 999;
  top: 20px;
  font-size: 20px;
  cursor: pointer;
  padding: 0px 5px;
}
#top .wrapper-top-cart > .site-header_cart_link {
  padding: 17px 5px 15px 55px;
}
button.btn.text-cart {
  float: right;
}
.mini-cart-wrap.ps-container > .ps-scrollbar-x-rail {
  display: none !important;
}
.product-details .cart-collateral span.price {
  font-size: 14px;
}
.cart__remove {
  height: 20px;
  width: 20px;
  float: none;
  display: inline-block;
  vertical-align: top;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  color: #ff0000;
}
.cart__remove:hover a i {
  color: #111;
}
.fixed-cart-wrap #slidedown-cart {
  display: block !important;
  transition: all 500ms ease-in-out 0s;
  -webkit-transition: all 500ms ease-in-out 0s;
  -moz-transition: all 500ms ease-in-out 0s;
  -o-transition: all 500ms ease-in-out 0s;
  -ms-transition: all 500ms ease-in-out 0s;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  top: 0;
  right: 0;
  bottom: 0;
  padding: 60px 0 20px;
  text-align: left;
  border: none;
}
.fixed-cart-wrap #slidedown-cart .cart-close i.mdi.mdi-close {
  float: left;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
}
.fixed-cart-wrap #slidedown-cart .cart-close:hover i.mdi.mdi-close {
  background: #111;
  color: #fff;
}
.fixed-cart-wrap.active #slidedown-cart {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
}
.tab-inner > ul#jquery-tab-pager-navi {
  display: none;
}
.header-top-right, .header-top-left {
  float: left;
}
.header-top-right {
  float: right;
}
/*========================== search =========================*/
.site-header__search .serach_icon {
  cursor: pointer;
  float: right;
  font-size: 0;
  height: 100%;
  position: relative;
  width: 100%;
  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;
}
.site-header__search .serach_icon > i {
  height: 100%;
  width: 100%;
  float: left;
  font-size: 26px;
  line-height: 40px;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  font-weight: 400;
}
.site-header__search .serach_icon:hover > i, .site-header__search .serach_icon.active > i {
  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: var(--color-body) none repeat scroll 0 0;
    position: absolute;
    right: 0;
    top: 100%;
    width: 320px;
    display: none;
    z-index: 99;
    border: 1px solid var(--color-border);
      border-top: 3px solid;
      bottom: auto;
      }
@media (max-width: 543px) {
  .site-header__search.icon_btn .search_wrapper, .site-header__search.icon-btn .search_wrapper {
    width: 290px;
  }
}
@media (max-width: 480px) {
  .site-header__search.icon_btn .search_wrapper, .site-header__search.icon-btn .search_wrapper {
    left: -200px;
    right: auto;
  }
}
.site-header__search.icon_btn .search_wrapper::before, .site-header__search.icon-btn .search_wrapper::before {
  content: "\f360";
  font-family: "Material Design Icons";
  font-size: 40px;
  right: 0;
  position: absolute;
  top: -27px;
  height: 40px;
  width: 40px;
  line-height: 40px;
}
@media (max-width: 480px) {
  .site-header__search.icon_btn .search_wrapper::before, .site-header__search.icon-btn .search_wrapper::before {
    right: 20%;
  }
}
.site-header__search.icon_btn .search_wrapper form.input-group.search-bar, .site-header__search.icon-btn .search_wrapper form.input-group.search-bar {
  border: none;
  margin: 0;
  float: left;
  width: 100%;
}
.site-header__search.icon_btn .search_wrapper form.input-group.search-bar .btn::after, .site-header__search.icon-btn .search_wrapper form.input-group.search-bar .btn::after {
  display: none;
}
.site-header__search.icon_btn .search_wrapper .input-group input[type="search"], .site-header__search.icon-btn .search_wrapper .input-group input[type="search"] {
  border: none;
  padding: 5px 55px 5px 15px;
  letter-spacing: 1px;
  height: 42px;
}
.site-header__search.icon-btn.search-full {
  z-index: 9;
}
.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;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  height: 100%;
  z-index: 370;
}
body.search_full_active {
  position: fixed;
}
.full-search-wrapper .search-results li.serach-restult {
  float: left;
  width: 100%;
}
.search-full-screen .full-search-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  height: 0;
  background: #111;
  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;
}
.search-full-screen span.close-search {
  color: #ccc;
  margin: 0;
  position: absolute;
  left: auto;
  top: 40px;
  bottom: auto;
  right: 122px;
}
@media (max-width: 1400px) {
  .search-full-screen span.close-search {
    right: 112px;
  }
}
@media (max-width: 1199px) {
  .search-full-screen span.close-search {
    right: 92px;
  }
}
@media (max-width: 991px) {
  .search-full-screen span.close-search {
    right: 0;
    top: 30px;
    left: 0;
    margin: 0 auto;
  }
}
.search-full-screen span.close-search:hover {
  color: #eee;
}
.search-full-screen span.close-search a {
  float: right;
  width: auto;
}
.search-full-screen .full-search-wrapper.search-overlap .search-inner {
  display: block;
  padding: 0;
}
.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: #eee;
  font-family: var(--font-stack-body);
    font-size: 24px;
    height: 50px;
    padding: 0 15px;
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    font-weight: 500;
    line-height: 50px;
    cursor: text;
    letter-spacing: 1px;
    }
@media (max-width: 480px) {
  .search-inner input[type="search"] {
    padding: 0 10px;
    font-size: 18px;
  }
}
.search-inner input[type="search"]::-webkit-input-placeholder {
  color: #eee;
}
.full-search-wrapper .search-inner input[type="search"] {
  font-size: 54px;
  color: #ccc;
  border: none;
  font-weight: 700;
  height: 80px;
  line-height: 80px;
}
@media (max-width: 1199px) {
  .full-search-wrapper .search-inner input[type="search"] {
    font-size: 44px;
  }
}
@media (max-width: 991px) {
  .full-search-wrapper .search-inner input[type="search"] {
    font-size: 34px;
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .full-search-wrapper .search-inner input[type="search"] {
    font-size: 24px;

    font-weight: 600;
  }
}
@media (max-width: 480px) {
  .full-search-wrapper .search-inner input[type="search"] {
    font-weight: 500;
  }
}
.full-search-wrapper .search-inner input[type="search"]::-webkit-input-placeholder {
  color: #ccc;
}
.full-search-wrapper .search-inner form.search-bar span.icon.icon-search {
  font-size: 26px;
  color: #ccc;
}
.full-search-wrapper .search-inner form.search-bar:hover span.icon.icon-search {
  color: #eee;
}
.full-search-wrapper .search-inner .search-bar {
  width: 100%;
  border-bottom: 2px solid #333;
  margin: 80px 0 0;
}
.full-search-wrapper .search-inner .search-submit {
  font-size: 30px;
  color: var(--color-text-field);
    height: 50px;
    }
.full-search-wrapper .search-inner span.icon.icon-search {
  font-size: 26px;
}
.full-search-wrapper .close-search a {
  float: right;
  width: auto;
}
.full-search-wrapper .close-search i {
  font-size: 26px;
}
.full-search-wrapper .search-results, .full-search-wrapper .search-results .thumbnail, .full-search-wrapper .search-results .title {
  width: 100%;
  padding: 0;
  text-align: center;
  font: 600 14px/18px var(--font-stack-body);
    }
.full-search-wrapper .search-results .title {
  background: none;
}
@media (max-width: 480px) {
  .full-search-wrapper .search-results .title {
    font-size: 14px;
  }
}
.full-search-wrapper .search-results .title, .full-search-wrapper .search-results .product-price__price.compare_price .money {
  color: #ccc;
}
.full-search-wrapper .search-results .title:hover, .full-search-wrapper .search-results .name-price .price {
  color: #eee;
}
.full-search-wrapper .search-results .name-price .price-wrap {
  padding: 0;
  width: auto;
  text-align: center;
  float: none;
  display: inline-block;
}
.header-top-right .icon-btn.site-header__search {
  position: initial;
}
.search-inner {
  padding: 50px 0px;
  display: none;
  overflow: auto;
  height: 100%;
  float: left;
  width: 100%;
}
@media (max-width: 767px) {
  .search-inner {
    padding: 50px 20px;
  }
}
@media (max-width: 480px) {
  .search-inner {
    padding: 30px 15px;
  }
}
.search-inner .search-bar {
  float: left;
  border: none;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 1024px) {
  .search-inner .search-bar {
    margin: 0 auto;
  }
}
span.close-search {
  margin: 20px 0;
  float: right;
  cursor: pointer;
}
.fullscreen_wrapper .nav-menu-wrap {
  float: left;
  width: 100%;
}
@media (max-width: 991px) {
  #shopify-section-header-style-2 .site-header__search.icon_btn .search_wrapper .input-group input[type="search"], #shopify-section-header-style-2 .site-header__search.icon-btn .search_wrapper .input-group input[type="search"], #shopify-section-header-style-2 .site-header__search.icon_btn .search_wrapper, #shopify-section-header-style-2 .myaccount .customer_account, #shopify-section-header-style-2 #slidedown-cart, #shopify-section-header-style-2 .site-header__search.icon-btn .search_wrapper, #shopify-section-header-model-1 .site-header__search.icon_btn .search_wrapper .input-group input[type="search"], #shopify-section-header-model-1 .site-header__search.icon-btn .search_wrapper .input-group input[type="search"], #shopify-section-header-model-1 .site-header__search.icon_btn .search_wrapper, #shopify-section-header-model-1 .myaccount .customer_account, #shopify-section-header-model-1 #slidedown-cart, #shopify-section-header-model-1 .site-header__search.icon-btn .search_wrapper {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
  }
}
/*============================ myaccount ==========================*/
.wrapper .header-icon .myaccount.icon-btn {
  position: relative;
}
.myaccount.icon-btn .dropdown-toggle:hover .account-img > i, .myaccount.icon-btn .dropdown-toggle.open .account-img > i {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
}
.myaccount.icon-btn .dropdown-toggle .account-img > i {
  font-size: 30px;
  line-height: 39px;
  cursor: pointer;
  float: left;
  height: 100%;
  width: 100%;
  font-weight: 400;
  transition: 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;
}
@media (max-width: 480px) {
  .myaccount.icon-btn .dropdown-toggle .account-img > i {
    font-size: 24px;
  }
}
.myaccount .dropdown-toggle {
  float: left;
  width: 100%;
}
.myaccount .customer_account {
  width: 200px;
  position: absolute;
  right: 0;
  left: auto;
  top: 100%;
  background: var(--color-body);
    border: 1px solid var(--color-border);
      padding: 15px;
      display: none;
      z-index: 999;
      text-align: left;
      border-top: 3px solid;
      }
.myaccount .customer_account::before {
  content: "\f360";
  font-family: "Material Design Icons";
  font-size: 40px;
  right: 0;
  position: absolute;
  top: -27px;
  height: 40px;
  width: 40px;
  line-height: 40px;
}
.myaccount .customer_account ul {
  margin: 0;
}
.myaccount .customer_account ul > li > a {
  font-size: 13px;
}
.myaccount .customer_account .wishlist-icon-div .wishlist-icon {
  font-size: 13px;
  margin: 0 0 3px;
}
.myaccount .customer_account span.username {
  padding: 0 0 0 5px;
}
.myaccount .customer_account .wishlist-icon-div.icon-btn {
  float: left;
  width: 100% !important;
  height: 100% !important;
  text-align: left;
}
.wishlist-icon-div a > i {
  cursor: pointer;
  float: right;
  font-size: 26px;
  height: 100%;
  line-height: 50px;
  margin: 0 auto;
  width: 100%;
  z-index: 1;
  display: none;
}
/*----------- topmenu ------------*/
.icons_wrap_div.menu-item-show {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  display: inline-block;
}
.icons_wrap_div {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.toggle_left_icon {
  float: none;
  display: inline-block;
  width: auto;
  line-height: 2.5;
}
@media (max-width: 991px) {
  .open .mobile-nav__sublist-trigger .mobile-nav__sublist-expand, .nav-menu-wrap ul.site-nav__dropdown, .site-nav__dropdown, .mobile-nav__sublist-trigger .mobile-nav__sublist-contract {
    display: none;
  }
  .open .mobile-nav__sublist-trigger .mobile-nav__sublist-contract {
    display: block;
  }
  .leftmenu {
    display: none;
  }
  .nav_dropdown-toggle.btn {
    width: 30px;
  }
  span.mobile-nav__sublist-trigger {
    position: absolute;
    right: 15px;
    top: 5px;
    width: 20px;
    height: 20px;
    text-align: center;
    cursor: pointer;
    line-height: 20px;
    z-index: 1;
  }
  .mobile-nav__sublist-trigger.is-active .mobile-nav__sublist-contract {
    display: block;
  }
  .nav-menu-wrap .nav-toggle {
    float: left;
    width: 100%;
    text-align: left;
  }
  .nav-menu-wrap .nav-toggle, .site-nav--has-dropdown .site-nav__dropdown-toggle, .nav_dropdown-toggle.btn, .nav_dropdown-toggle.btn--secondary, input.nav_dropdown-toggle[type="submit"], .mobile-nav__sublist-trigger {
    display: block !important;
  }
  .nav-menu-wrap .header-top-right {
    position: absolute;
    right: 0;
  }
  .flex-direction-nav .flex-prev::before, .flex-direction-nav .flex-next::before {
    color: #111;
  }
}
@media (max-width: 480px) {
  .nav-menu-wrap .menu_toggle_wrap > button {
    font-size: 25px;
  }
}
/*================ mobile menu bar =================*/
.nav-menu-wrap .nav-toggle, 
.site-nav--has-dropdown .site-nav__dropdown-toggle, 
.nav_dropdown-toggle.btn, 
.nav_dropdown-toggle.btn--secondary, 
input.nav_dropdown-toggle[type="submit"], 
.mobile-nav__sublist-trigger {
  display: none;
}
/*------------------ title -------------*/
.tt-innerpagetitle {
  float: left;
  font: 500 22px/28px var(--font-stack-body);
    padding: 0;
    text-align: left;
    width: 100%;
    color: var(--color-text);
      margin: 0 0 20px;
      text-transform: uppercase;
      }
@media (max-width: 767px) {
  .tt-innerpagetitle {
    font-size: 18px;
    line-height: 20px;
  }
}
.template-page .tt-innerpagetitle {
  margin: 0;
}
.rte .page-subheading {
  color: var(--color-text);
    float: left;
    width: 100%;
    }
.tthometab-title h3 {
  margin: 30px 0 0;
}
.ttsub-title {
  font: 400 46px/48px var(--font-stack-subheading);
    float: left;
    width: 100%;
    z-index: 1;
    position: relative;
    }
@media (max-width: 767px) {
  .ttsub-title {
    font-size: 36px;
    line-height: 38px;
  }
}
@media (max-width: 480px) {
  .ttsub-title {
    font-size: 26px;
    line-height: 28px;
  }
}
.tt-title {
  display: inline-block;
  vertical-align: top;
  float: none;
  font: 500 38px/40px var(--font-stack-body);
    margin: 0 0 20px;
    position: relative;
    text-align: center;
    width: auto;
    color: var(--color-text);
      padding: 0 0 40px;
      }
@media (max-width: 991px) {
  .tt-title {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .tt-title {
    margin: 0 0 20px;
    font-size: 28px;
    line-height: 30px;
  }
}
@media (max-width: 480px) {
  .tt-title {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 20px;
  }
}
h2.tt-pagetitle {
  float: left;
  width: 100%;
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: var(--color-text);
    }
h3.tt-pagesubtitle {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 10px;
}
.search-products .text--left.section-header__title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  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;
  }
}
.search-products .product-layouts {
  display: inline-block;
  float: left;
  position: relative;
  padding: 0;
}
.search-products .grid-item{
  width: 25%;
}
@media (max-width: 1199px) {
  .search-products .grid-item {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .search-products .grid-item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .search-products .grid-item {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .ttdesc {
    font-size: 16px;
    line-height: 15px;
    margin: 10px 0;
  }
}
/*===================== 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 (min-width: 1025px) {
  .lt-ie9 .nav-bar {
    margin-top: -30px;
  }
}
/*================ Mobile Nav ================*/
.cart-toggle, .nav-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: var(--color-text-field);
    }
.cart-toggle {
  font-size: em(18px);
}
@media (min-width: 1025px) {
  .cart-toggle {
    font-size: var(--font-size-base);
      height: auto;
      margin: 0;
      width: auto;
      }
}
.hidden-count {
  display: none;
}
.nav-mobile {
  position: absolute;
  background-color: #f5f5f5;
  font-family: var(--font-stack-body);
    height: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    }
@media (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);
  -webkit-transition: left 0.5s cubic-bezier(0.75, 0.03, 0.52, 1);
  -moz-transition: left 0.5s cubic-bezier(0.75, 0.03, 0.52, 1);
  -o-transition: left 0.5s cubic-bezier(0.75, 0.03, 0.52, 1);
  -ms-transition: left 0.5s cubic-bezier(0.75, 0.03, 0.52, 1);
}
.cart_table input[type="number"] {
  padding: 0;
}
@media (max-width: 1024px) {
  .nav-search {
    margin: 0 0 15px;
  }
}
/*================ Secondary nav ================*/
.nav-secondary {
  font-family: var(--font-stack-body);
    font-size: em(14px);
    margin: 0 0 15px;
    }
.nav-secondary a {
  color: var(--colorFooterContent);
    }
.nav-secondary a:hover {
  color: var(--color-btn-secondary);
    }
.nav-secondary li {
  margin: 0 0 0 15px;
}
.nav-secondary li:first-child {
  margin: 0;
}
/*================ Page nav ====================*/
.article-pagination, .product-pagination {
  border: 1px solid var(--color-border);
    border-width: 1px 0;
    font-family: var(--font-stack-body);
      font-size: em(14px);
      margin: 30px 0;
      padding: 30px 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 7.5px;
}
@media (min-width: 1025px) {
  .article-pagination, .product-pagination {
    margin: 60px 0;
  }
}
/*================== Breadcrumb ========================*/
.breadcrumb-wrapper {
  padding: 160px 0 80px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: var(--color-bg-breadcrumb);
    margin: 0 0 50px;
    text-align: center;
    }
@media (max-width: 1199px) {
  .breadcrumb-wrapper {
    padding: 140px 0 80px;
  }
}
@media (max-width: 991px) {
  .breadcrumb-wrapper {
    padding: 60px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-wrapper {
    padding: 35px 0;
  }
}
@media (max-width: 480px) {
  .breadcrumb-wrapper {
    margin: 0 0 15px;
    padding: 25px 0;
  }
}
.breadcrumb-wrapper .breadcrumb-wrap {
  color: var(--color-text-breadcrumb);
    float: none;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0;
    padding: 0;
    text-align: center;
    width: auto;
    position: relative;
    display: inline-block;
    vertical-align: top;
    }
@media (max-width: 991px) {
  .breadcrumb-wrapper .breadcrumb-wrap {
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-wrapper .breadcrumb-wrap {
    font-size: 12px;
  }
}
.breadcrumb-wrapper span.title {
  float: left;
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  color: #111;
  width: 100%;
  margin-bottom: 10px;
  line-height: 34px;
  text-transform: uppercase;
  font-family: var(--font-stack-body);
    }
@media (max-width: 991px) {
  .breadcrumb-wrapper span.title {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
@media (max-width: 480px) {
  .breadcrumb-wrapper span.title {
    font-size: 16px;
    line-height: 28px;
  }
}
.breadcrumb-wrapper .breadcrumb {
  float: left;
  margin: 0;
  width: 100%;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb__sep {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  font-size: 0;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb__sep::before {
  content: "\f142";
  font-family: "Material Design Icons";
  font-size: 16px;
  margin: 0px 8px;
}
@media (max-width: 991px) {
  .breadcrumb-wrapper .breadcrumb .breadcrumb__sep::before {
    margin: 0;
  }
}
.breadcrumb-wrapper.breadcrumb-content {
  padding: 18px;
}
@media (min-width: 481px) {
  .breadcrumb-wrapper.breadcrumb-content span.title {
    width: auto;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 481px) {
  .breadcrumb-wrapper.breadcrumb-content .breadcrumb {
    float: right;
    width: auto;
  }
}
.breadcrumb-wrapper.breadcrumb-content .breadcrumb-wrap {
  float: left;
  width: 100%;
}
.breadcrumb-wrapper.breadcrumb-img {
  position: relative;
}
.spr-header-title {
  font-size: 21px;
}
.page-header {
  display: none;
}
@media (max-width: 991px) {
  .breadcrumb-wrapper .h1 {
    margin-bottom: 5px;
  }
}
.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_wrap {
  float: left;
  width: 100%;
  position: relative;
}
.tt-product-items.animatedcontainer{
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -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-product-filters ul li {
  list-style: none;
  display: inline;
  margin-right: 5px;
}
/******* Product Categories ******/
.ttproduct-categories-wrap{
  float: left;
  width: 100%;
}
/****category block****/
.list-collection-products .pickgradient-products > a.grid-link {
  float: left;
  width: 100%;
  position: relative;
}

/*---------------- CountDown CSS ----------------------------*/
.countdownHolder {
  width: 184px;
  margin: 0 auto;
  text-align: center;
  letter-spacing: -3px;
}
.position {
  display: inline-block;
  height: 1.6em;
  overflow: hidden;
  position: relative;
  width: 1.05em;
}
.digit {
  position: absolute;
  display: block;
  width: 1em;
  background-color: #444;
  text-align: center;
  color: #fff;
  letter-spacing: -1px;
}
.digit.static {
  -webkit-box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.35);
  -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);
  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.*********/
.countDiv {
  display: inline-block;
  width: 16px;
  height: 1.6em;
  position: relative;
}
.countDiv:before, .countDiv:after {
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #444;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  left: 50%;
  margin-left: -3px;
  top: 0.5em;
  -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);
  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;
}
.fixed-content .product-single__header .flip-countdown {
  margin: 8px auto 15px;
  position: relative;
}
@media (max-width: 991px) {
  .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: #111;
  color: #fff;
  display: block;
  font-size: 23px;
  line-height: 44px;
  font-weight: 500;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
}
.flip-countdown .count.top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  height: 50%;
  transform-origin: 50% 100%;
}
.flip-countdown .count.bottom {
  background: #111;
  line-height: 0;
  height: 50%;
  top: 50%;
  transform-origin: 50% 0;
}
.flip-countdown .count.curr.top {
  transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  z-index: 3;
}
.flip-countdown .count.next.bottom {
  transform: rotateX(90deg);
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  z-index: 2;
}
.flip-countdown .label {
  font-size: 14px;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  color: #111;
  padding: 0;
  font-weight: 500;
}
.flip-countdown .flip .count.curr.top {
  transition: all 250ms ease-in-out 0s;
  -webkit-transition: all 250ms ease-in-out 0s;
  -moz-transition: all 250ms ease-in-out 0s;
  -o-transition: all 250ms ease-in-out 0s;
  -ms-transition: all 250ms ease-in-out 0s;
  transform: rotateX(-90deg);
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
}
.flip-countdown .flip .count.next.bottom {
  transition: all 250ms ease-in-out 250ms;
  -webkit-transition: all 250ms ease-in-out 250ms;
  -moz-transition: all 250ms ease-in-out 250ms;
  -o-transition: all 250ms ease-in-out 250ms;
  -ms-transition: all 250ms ease-in-out 250ms;
  transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
}
.flip-countdown.simple-countdown .countdown-container span {
  height: auto;
  width: 40px;
  line-height: 16px;
  display: inline-block;
  float: none;
  margin: 0 15px 0 0;
  position: relative;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #111;
}
@media (max-width: 991px) {
  .flip-countdown.simple-countdown .countdown-container span {
    margin: 0;
    font-size: 13px;
  }
}
.flip-countdown.simple-countdown .countdown-container > span::after {
  color: #111;
  content: ":";
  font-size: 20px;
  position: absolute;
  right: -10px;
  font-weight: normal;
  top: -2px;
  font-weight: 600;
  display: none;
}
@media (max-width: 991px) {
  .flip-countdown.simple-countdown .countdown-container > span {
    margin: 0 0 5px;
  }
}
.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:last-child {
  margin: 0;
}
.flip-countdown.simple-countdown .countdown-container span.left-txt {
  display: none;
}
.flip-countdown.simple-countdown .countdown-container.countdown-block {
  background: #fff;
  float: none;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: auto;
  bottom: 0;
  width: 245px;
  border: none;
  padding: 15px 0;
  margin: 0 auto;
  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: 991px) {
  .flip-countdown.simple-countdown .countdown-container.countdown-block {
    width: 50px;
    left: auto;
    height: 190px;
    margin: auto 0;
    top: 0;
  }
}
@media (max-width: 480px) {
  .flip-countdown.simple-countdown .countdown-container.countdown-block {
    display: none !important;
  }
}
.flip-countdown.simple-countdown .countdown-container.countdown-block::after {
  content: "\f150";
  position: absolute;
  font-family: 'Material Design Icons';
  left: 15px;
  right: auto;
  font-size: 20px;
  color: #111;
  top: 0;
  line-height: 36px;
  width: 36px;
  height: 36px;
  display: none;
}
@media (max-width: 1199px) {
  .flip-countdown.simple-countdown .countdown-container.countdown-block::after {
    font-size: 20px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    left: 3px;
  }
}

.left-txt,.time-txt{
  display: none; 
}
.large--one-fifth .flip-countdown.simple-countdown .countdown-container > span::after{
  right:-8px;
}
.large--one-fifth .flip-countdown.simple-countdown .countdown-container span{
  margin:0 10px 0 0;
}
.large--one-sixth .flip-countdown.simple-countdown .countdown-container span{
  width:20px;
  padding:0;
  font-size:14px;
}
.flip-countdown.simple-countdown .countdown-container span.time-txt {
  font-size: 11px;
  line-height: 14px;
  font-weight: 400;
}
.flip-countdown.simple-countdown .countdown-container span:last-child {
  @media(min-width:992px){
    margin: 0;
  }
}
.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;
}
/*---------------- Bestseller Product ------------------*/
.widget_top_rated_products .top-products .top-products-detail {
  padding-left: 10px;
}
.widget_top_rated_products .top-products .owl-nav {
  display: block;
  float: right;
  width: auto;
  position: absolute;
  right: 0;
  left: auto;
  top: -54px;
  bottom: auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .widget_top_rated_products .top-products .owl-nav {
    top: -52px;
  }
}
@media (max-width: 991px) {
  .widget_top_rated_products .top-products .owl-nav {
    top: -63px;
    right: 0px;
  }
}
.widget_top_rated_products .top-products .owl-nav div {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  font-size: 0;
  height: 30px;
  width: 30px;
  position: relative;
  border-radius: 0;
  border: none;
  background: var(--color-body);
    margin: 0 2px;
    }
.widget_top_rated_products .top-products .owl-nav .owl-prev::after {
  content: "\f141";
  font-size: 24px;
  line-height: 30px;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  text-align: center;
  margin: auto;
  font-family: "Material Design Icons";
  color: var(--color-body-text);
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    visibility: visible;
    }
@media (max-width: 991px) {
  .widget_top_rated_products .top-products .owl-nav .owl-prev::after {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .widget_top_rated_products .top-products .owl-nav .owl-prev::after {
    font-size: 18px;
  }
}
.widget_top_rated_products .top-products .owl-nav .owl-prev:hover::after {
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  visibility: hidden;
}
.widget_top_rated_products .top-products .owl-nav .owl-prev::before {
  content: "\f13d";
  font-size: 24px;
  line-height: 30px;
  position: absolute;
  right: auto;
  left: 10px;
  top: 0;
  text-align: center;
  margin: auto;
  font-family: "Material Design Icons";
  color: var(--color-body-text);
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    visibility: hidden;
    }
@media (max-width: 991px) {
  .widget_top_rated_products .top-products .owl-nav .owl-prev::before {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .widget_top_rated_products .top-products .owl-nav .owl-prev::before {
    font-size: 18px;
  }
}
.widget_top_rated_products .top-products .owl-nav .owl-prev:hover::before {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  left: 0;
  visibility: visible;
}
.widget_top_rated_products .top-products .owl-nav .owl-next::after {
  content: "\f142";
  font-size: 24px;
  line-height: 30px;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  text-align: center;
  margin: auto;
  font-family: "Material Design Icons";
  color: var(--color-body-text);
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    visibility: visible;
    }
@media (max-width: 991px) {
  .widget_top_rated_products .top-products .owl-nav .owl-next::after {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .widget_top_rated_products .top-products .owl-nav .owl-next::after {
    font-size: 18px;
  }
}
.widget_top_rated_products .top-products .owl-nav .owl-next:hover::after {
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  visibility: hidden;
}
.widget_top_rated_products .top-products .owl-nav .owl-next::before {
  content: "\f13e";
  font-size: 24px;
  line-height: 30px;
  position: absolute;
  right: 10px;
  left: auto;
  top: 0;
  text-align: center;
  margin: auto;
  font-family: "Material Design Icons";
  color: var(--color-body-text);
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    visibility: hidden;
    }
@media (max-width: 991px) {
  .widget_top_rated_products .top-products .owl-nav .owl-next::before {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .widget_top_rated_products .top-products .owl-nav .owl-next::before {
    font-size: 18px;
  }
}
.widget_top_rated_products .top-products .owl-nav .owl-next:hover::before {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  right: 0;
  visibility: visible;
}
.widget_top_rated_products .top-products .product-wrapper.sidebar-product .sale {
  font-size: 12px;
  top: 5px;
  color: #111;
  right: -15px;
  position: absolute;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.widget_top_rated_products .top-products .product-wrapper.sidebar-product:hover .sale {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  right: 5px;
}
.widget_top_rated_products .top-products .product-wrapper.sidebar-product .compare-price {
  font-family: var(--font-stack-body);
    }
.widget_top_rated_products .top-products .product-wrapper.sidebar-product .image.product-thumb .product-img {
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .content_wrap.left-sidebar-column .widget_top_rated_products .owl-nav, .content_wrap.right-sidebar-column .widget_top_rated_products .owl-nav {
    top: -40px;
    right: 40px;
  }
}
/*---------------  product page default--------------------------*/
.product-images-fixed a.product-Video-btn.popup-video.tip-top {
  position: static;
  z-index: 1;
  left: 20px;
}
.product-images-fixed a.product-Video-btn.popup-video.tip-top > span {
  position: absolute;
  left: 20px;
  z-index: 1;
  top: 5px;
}
.product-single__price span.visually-hidden {
  display: none;
}
.product-single__variants .selector-wrapper select {
  padding: 10px 26px 10px 10px;
}
.product-single__variants .selector-wrapper label {
  font-size: 14px;
  font-weight: 600;
  color: var(--color-text);
    margin: 0 0 8px 0;
    }
.product-information .product-information-inner .product-single__variants .selector-wrapper {
  float: left;
  margin-right: 10px;
  width: 50%;
}
@media (max-width: 480px) {
  .product-information .product-information-inner .product-single__variants .selector-wrapper {
    width: 100%;
  }
}
.product-information .product-information-inner .add-to-wishlist.pro_btn, .product-information .product-information-inner .add-to-compare.pro_btn {
  float: left;
  width: auto;
  margin-right: 15px;
}
.product-information .product-information-inner .add-to-wishlist.pro_btn .show .loading, .product-information .product-information-inner .add-to-compare.pro_btn .show .loading {
  width: auto;
  float: left;
}
.product-information .product-information-inner .add-to-wishlist.pro_btn .show .loading a.add-in-wishlist-js.btn::before, .product-information .product-information-inner .add-to-compare.pro_btn .show .loading a.add-in-wishlist-js.btn::before, .product-information .product-information-inner .add-to-wishlist.pro_btn .show .loading a.add-in-wishlist-js.btn::after, .product-information .product-information-inner .add-to-compare.pro_btn .show .loading a.add-in-wishlist-js.btn::after, .product-information .product-information-inner .add-to-wishlist.pro_btn .show .loading .add-in-compare-js.btn::before, .product-information .product-information-inner .add-to-compare.pro_btn .show .loading .add-in-compare-js.btn::before {
  border-bottom: none;
}
.product-information .product-information-inner .add-to-wishlist.pro_btn .show .loading:focus, .product-information .product-information-inner .add-to-compare.pro_btn .show .loading:focus {
  border-bottom: none;
}
.product-information .product-information-inner .add-to-wishlist.pro_btn .show .loading.btn, .product-information .product-information-inner .add-to-compare.pro_btn .show .loading.btn {
  padding: 1px 10px;
}
.product-information .product-information-inner .add-to-wishlist.pro_btn:hover, .product-information .product-information-inner .add-to-compare.pro_btn:hover, .product-information .product-information-inner .add-to-wishlist.pro_btn:focus, .product-information .product-information-inner .add-to-compare.pro_btn:focus, .product-information .product-information-inner .add-to-wishlist.pro_btn:active, .product-information .product-information-inner .add-to-compare.pro_btn:active {
  border-bottom: none;
}
.product-information .product-information-inner .add-to-wishlist.pro_btn .show .loading {
  background: none;
}
.product-information .product-information-inner .add-to-wishlist.pro_btn .show .loading a.add-in-wishlist-js.btn::before, .product-information .product-information-inner .add-to-wishlist.pro_btn .show .loading a.add-in-wishlist-js.btn::after {
  border-bottom: none;
}
.product-information .product-information-inner .add-to-wishlist.pro_btn .show .loading a.add-in-wishlist-js.btn::before:focus, .product-information .product-information-inner .add-to-wishlist.pro_btn .show .loading a.add-in-wishlist-js.btn::after:focus {
  border-bottom: none;
}
.product-information .product-information-inner .add-to-wishlist .add_to_wishlist:hover {
  background-color: #f5f5f5;
}
.product-information .product-information-inner .threesixty-video {
  float: left;
  width: 100%;
  margin: 0 0 15px;
}
.product-information .product-information-inner .threesixty-video .product-Video-btn.popup-video.tip-top {
  padding: 2px 15px;
  float: left;
  width: auto;
  position: static;
}
@media (max-width: 991px) {
  .product-information .product-information-inner .threesixty-video .product-Video-btn.popup-video.tip-top {
    padding: 2px 5px;
  }
}
@media (max-width: 480px) {
  .product-information .product-information-inner .threesixty-video .product-Video-btn.popup-video.tip-top {
    padding: 2px 0;
    margin: 5px 0 0 0;
    width: 100%;
  }
}
.product-information .product-single__desc {
  margin: 0;
  padding: 0;
}
.product-information .social-sharing {
  display: inline-block;
  width: 100%;
  float: left;
}
.product-information .social-sharing a {
  padding: 0 8px 0 0;
}
.product-information .flip-countdown.simple-countdown .countdown-container span {
  width: 36px;
}
.product-information .flip-countdown.simple-countdown .countdown-container.countdown-block::after {
  height: 36px;
  width: 36px;
  line-height: 36px;
}
.product-single__addtocart label {
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 5px;
  width: 100%;
  color: var(--color-text);
    }
#AddToCart > span {
  font-weight: 500;
}
.product-single__thumbs .owl-pagination, .product-single .tab-pane, .tab-pane {
  display: none;
}
.product-single .active.tab-pane, .tab-pane.active {
  display: block;
}
.product-single__thumbs {
  padding: 0 50px;
}
.product-single__thumbs .grid-item {
  float: left;
  width: 100%;
  margin: 5px;
}
.product-single__thumbs .slick-list {
  padding: 0 !important;
}
.product-single__thumbs .owl-nav .owl-prev, .product-single__thumbs .owl-nav .owl-next {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  bottom: auto;
  top: 41%;
}
.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-grid.related-products:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}
.related-products-container {
  float: left;
  width: 100%;
  margin: 0 0 40px;
}
@media (max-width: 1199px) {
  .related-products-container {
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  .related-products-container {
    margin: 15px 0;
  }
}
@media (max-width: 480px) {
  .related-products-container {
    padding: 0 5px;
  }
}
.product-fixed-wrapper {
  background: #ffffff none repeat scroll 0 0;
  float: left;
  padding: 15px;
  width: 100%;
}
.product-single__description.rte {
  float: left;
  width: 100%;
  margin: 0;
}
.product-block {
  float: left;
  padding: 0;
  width: 100%;
}
.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;
}
.product-single__photos .product-image-btn {
  right: 5px;
  bottom: 5px;
  z-index: 2;
}
.product-single__photos a.product-lightbox-btn {
  display: none;
  width: 30px;
  height: 30px;
  float: left;
  color: #333;
}
.product-single__photos a.product-lightbox-btn:hover {
  color: #000;
}
.horizontal_bottom.design_2 .product-images-fixed .product-single__thumb img {
  height: auto;
}
.fixed-product-block {
  display: table;
}
.fixed-product-block .product-actions {
  float: left;
  width: 100%;
}
.fixed-product-block .product-actions form {
  float: left;
  width: 100%;
  margin: 0 0 10px;
}
.fixed-product-block .product-actions form .product-single__variants {
  float: left;
  width: 100%;
}
.product-single__addtocart .js-qty {
  margin-bottom: 15px;
  max-width: none;
  width: 125px;
  display: inline-block;
}
.product-info .out_of_stock {
  color: red;
  font-weight: 500;
}
.product-infor .out_of_stock {
  color: red;
  font-weight: 500;
}
.product-info .many_in_stock, .product-info .in_stock {
  color: #1cc373;
  font-weight: 500;
}
.product-infor .unavailable {
  color: orchid;
  font-weight: 500;
}
.product-info .items-count {
  color: #fa9324;
}
.product-single__price label {
  font-weight: 600;
  font-size: 14px;
  color: var(--color-text);
    display: inline-block;
    min-width: 145px;
    float: left;
    vertical-align: top;
    line-height: 28px;
    margin: 0;
    }
.product-single .product-information .add-to-wishlist a, .product-single .product-information .add-to-compare a, .product-single .product-information a.print, .product-single .product-information a.sizechart span {
  font-size: 13px;
  font-weight: 500;
  vertical-align: middle;
  line-height: 16px;
  color: var(--color-body-text);
    float: left;
    }
.product-single .product-information .add-to-wishlist a:hover, .product-single .product-information .add-to-compare a:hover, .product-single .product-information a.print:hover, .product-single .product-information a.sizechart span:hover {
  color: var(--color-text-hover-field);
    }
.product-single .product-information .add_to_wishlist a {
  vertical-align: top;
}
ul.tabs {
  float: left;
  list-style: outside none none;
  margin: 0 0 -4px;
  position: relative;
  width: 100%;
}
ul.tabs > li {
  display: inline-block;
  margin-bottom: 0;
}
ul.product-photo-thumbs.product-wrapper-owlslider.owl-carousel {
  padding: 0 40px;
  margin: 20px 0;
}
ul.product-photo-thumbs.product-wrapper-owlslider.owl-carousel .owl-nav div {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  bottom: auto;
  top: 41%;
}
ul.product-photo-thumbs.product-wrapper-owlslider.owl-carousel .owl-nav div.disabled {
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
}
.product-photo-thumbs.owl-theme .owl-nav {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.product-photo-thumbs.owl-theme .owl-nav .owl-next {
  right: 0;
}
.product-photo-thumbs.owl-theme .owl-nav .owl-prev {
  left: 0;
}
@media (max-width: 991px) {
  .product-photo-thumbs.owl-theme .owl-nav .owl-prev::before, .product-photo-thumbs.owl-theme .owl-nav .owl-next::before {
    padding: 0;
  }
}
.product-single__description .tab-container #tab-1 img {
  width: 100%;
}
@media (max-width: 480px) {
  .product-single__description .tab-container #tab-1 .col-xs-6 {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .more-view-wrapper ul.product-photo-thumbs.product-wrapper-owlslider.owl-carousel {
    width: 100%;
    margin: 20px auto;
    float: none;
  }
}
.product-photo-thumbs li, .product-single__thumbs li {
  padding: 5px;
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.product-photo-thumbs li img, .product-single__thumbs li img {
  display: inline-block;
}
.product-single__thumbs li {
  padding: 0 5px !important;
}
.product-single .product-information .pro_btn.add-to-compare .add-in-compare-js.btn, .product-single .product-information .pro_btn.add-to-wishlist .add-in-compare-js.btn, .product-single .product-information .pro_btn.add_to_wishlist .add-in-compare-js.btn, .product-single .product-information .pro_btn.add-to-compare .add-in-wishlist-js.btn, .product-single .product-information .pro_btn.add-to-wishlist .add-in-wishlist-js.btn, .product-single .product-information .pro_btn.add_to_wishlist .add-in-wishlist-js.btn, .product-single .product-information .pro_btn.add-to-compare .added-wishlist.btn.add_to_wishlist, .product-single .product-information .pro_btn.add-to-wishlist .added-wishlist.btn.add_to_wishlist, .product-single .product-information .pro_btn.add_to_wishlist .added-wishlist.btn.add_to_wishlist {
  background: none;
  color: var(--color-body-text);
    padding: 0;
    }
.product-single .product-information .pro_btn.add-to-compare .add-in-compare-js.btn:hover, .product-single .product-information .pro_btn.add-to-wishlist .add-in-compare-js.btn:hover, .product-single .product-information .pro_btn.add_to_wishlist .add-in-compare-js.btn:hover, .product-single .product-information .pro_btn.add-to-compare .add-in-wishlist-js.btn:hover, .product-single .product-information .pro_btn.add-to-wishlist .add-in-wishlist-js.btn:hover, .product-single .product-information .pro_btn.add_to_wishlist .add-in-wishlist-js.btn:hover, .product-single .product-information .pro_btn.add-to-compare .added-wishlist.btn.add_to_wishlist:hover, .product-single .product-information .pro_btn.add-to-wishlist .added-wishlist.btn.add_to_wishlist:hover, .product-single .product-information .pro_btn.add_to_wishlist .added-wishlist.btn.add_to_wishlist:hover {
  color: var(--color-text-hover-field);
    }
.product-single .product-information .pro_btn.add-to-compare .add-in-compare-js.btn::after, .product-single .product-information .pro_btn.add-to-wishlist .add-in-compare-js.btn::after, .product-single .product-information .pro_btn.add_to_wishlist .add-in-compare-js.btn::after, .product-single .product-information .pro_btn.add-to-compare .add-in-wishlist-js.btn::after, .product-single .product-information .pro_btn.add-to-wishlist .add-in-wishlist-js.btn::after, .product-single .product-information .pro_btn.add_to_wishlist .add-in-wishlist-js.btn::after {
  display: none;
}
.product-single .product-information .pro_btn.add-to-compare .add-in-compare-js.btn i.mdi.mdi-cached, .product-single .product-information .pro_btn.add-to-compare .add-in-compare-js.btn i.mdi.mdi-repeat-once {
  display: none;
}
.product-single .product-information .pro_btn.add-to-compare .add-in-compare-js.btn.loading i.mdi.mdi-repeat, .product-single .product-information .pro_btn.add-to-compare .add-in-compare-js.btn.loading i.mdi.mdi-repeat-once {
  display: none;
}
.product-single .product-information .pro_btn.add-to-compare .add-in-compare-js.btn.loading i.mdi.mdi-cached {
  display: inline-block;
}
.product-single .product-information .pro_btn.add-to-compare .add-in-compare-js.btn.loading.added i.mdi.mdi-repeat-once {
  display: none;
}
.product-single .product-information .pro_btn.add-to-compare .add-in-compare-js.btn.added i.mdi.mdi-repeat, .product-single .product-information .pro_btn.add-to-compare .add-in-compare-js.btn.added i.mdi.mdi-cached {
  display: none;
}
.product-single .product-information .pro_btn.add-to-compare .add-in-compare-js.btn.added i.mdi.mdi-repeat-once {
  display: inline-block;
}
.product-single__thumbs .owl-nav .owl-next::before, ul.product-photo-thumbs .owl-nav .owl-next::before {
  bottom: 0;
  content: "\f142";
  float: right;
  font-family: "Material Design Icons";
  font-size: 18px;
  font-weight: 500;
  height: 18px;
  left: 0;
  line-height: 18px;
  margin: auto;
  position: absolute;
  right: 2px;
  text-align: center;
  top: 0;
  width: 16px;
}
.product-single__thumbs .owl-nav .owl-prev, ul.product-photo-thumbs .owl-nav .owl-prev, .product-single__thumbs .owl-nav .owl-next, ul.product-photo-thumbs .owl-nav .owl-next {
  border: 1px solid var(--color-btn-secondary);
    color: var(--color-btn-secondary-text);
      font-size: 0;
      height: 30px;
      position: absolute;
      width: 30px;
      border-radius: 25px;
      -moz-border-radius: 25px;
      -webkit-border-radius: 25px;
      -khtml-border-radius: 25px;
      top: 10px;
      bottom: 0;
      margin: auto;
      background: var(--color-btn-secondary);
        transition: all 400ms ease-in-out 0s;
        -webkit-transition: all 400ms ease-in-out 0s;
        -moz-transition: all 400ms ease-in-out 0s;
        -o-transition: all 400ms ease-in-out 0s;
        -ms-transition: all 400ms ease-in-out 0s;
        }
.product-single__thumbs .owl-nav .owl-prev::before, ul.product-photo-thumbs .owl-nav .owl-prev::before {
  bottom: 0;
  content: "\f141";
  float: right;
  font-family: "Material Design Icons";
  font-size: 18px;
  font-weight: 500;
  height: 18px;
  left: 0;
  line-height: 18px;
  margin: auto;
  position: absolute;
  right: 2px;
  text-align: center;
  top: 0;
  width: 16px;
}
.review-wrap .spr-badge {
  float: left;
}
#shopify-product-reviews .spr-summary-actions-newreview::before {
  content: "\f64f";
  position: absolute;
  font-family: "Material Design Icons";
  left: -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, .product-desc .product-single__price #comparePrice1 .money {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  font-family: var(--font-stack-body);
    }
a.product-write-review {
  float: left;
  color: var(--color-text-field);
    cursor: pointer;
    border-left: 1px solid var(--color-border);
      margin-left: 8px;
      padding-left: 8px;
      }
@media (max-width: 360px) {
  a.product-write-review {
    margin-top: 10px;
    padding: 0;
    border: none;
    margin-left: 0;
  }
}
a.product-write-review:hover {
  color: var(--color-text-hover-field);
    }
a.product-write-review > i {
  padding: 0 5px 0 0;
  line-height: 18px;
}
#shopify-product-reviews .spr-header-title {
  font-size: 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: 24%;
  padding: 35px 0;
}
@media (max-width: 991px) {
  .product-single.vertical_left .product-single__thumbs {
    width: 21%;
  }
}
@media (max-width: 543px) {
  .product-single.vertical_left .product-single__thumbs {
    padding: 30px 0;
  }
}
@media (max-width: 480px) {
  .product-single.vertical_left .product-single__thumbs {
    width: 28%;
  }
}
.product-single.vertical_left .product-single__thumbs .grid-item img {
  max-height: 115px;
  max-width: 88px;
  margin: 0 auto;
  float: none;
}
@media (max-width: 1199px) {
  .product-single.vertical_left .product-single__thumbs .grid-item img {
    max-height: 115px;
    max-width: 80px;
  }
}
@media (max-width: 543px) {
  .product-single.vertical_left .product-single__thumbs .grid-item img {
    max-height: 80px;
    max-width: 75px;
  }
}
@media (max-width: 480px) {
  .product-single.vertical_left .product-single__thumbs .grid-item img {
    max-height: 95px;
    max-width: 65px;
  }
}
.product-single.vertical_left .product-single__thumbs .slick-vertical .slick-prev.slick-arrow {
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: auto;
  text-align: center;
}
.product-single.vertical_left .product-single__thumbs .slick-vertical .slick-next.slick-arrow {
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  top: auto;
}
.product-single.vertical_left .product-single__photos {
  float: right;
  width: 76%;
  margin-bottom: 0;
  position: relative;
}
@media (max-width: 991px) {
  .product-single.vertical_left .product-single__photos {
    width: 79%;
  }
}
@media (max-width: 480px) {
  .product-single.vertical_left .product-single__photos {
    width: 70%;
  }
}
@media (max-width: 365px) {
  .product-single.vertical_left .product-single__photos {
    width: 65%;
  }
}
.product-single.vertical_right .product-single__thumbs .grid-item img {
  max-height: 115px;
  max-width: 88px;
  margin: 0 auto;
  float: none;
}
@media (max-width: 1199px) {
  .product-single.vertical_right .product-single__thumbs .grid-item img {
    max-height: 115px;
    max-width: 80px;
  }
}
@media (max-width: 543px) {
  .product-single.vertical_right .product-single__thumbs .grid-item img {
    max-height: 80px;
    max-width: 75px;
  }
}
@media (max-width: 480px) {
  .product-single.vertical_right .product-single__thumbs .grid-item img {
    max-height: 95px;
    max-width: 65px;
  }
}
.product-single.vertical_right .product-single__thumbs .slick-vertical .slick-prev.slick-arrow {
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: auto;
  text-align: center;
}
.product-single.vertical_right .product-single__thumbs .slick-vertical .slick-next.slick-arrow {
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  top: auto;
}
.product-single.vertical_right .product-single__thumbs {
  float: right;
  width: 24%;
  padding: 35px 0;
}
@media (max-width: 991px) {
  .product-single.vertical_right .product-single__thumbs {
    width: 21%;
  }
}
@media (max-width: 543px) {
  .product-single.vertical_right .product-single__thumbs {
    padding: 30px 0;
  }
}
@media (max-width: 480px) {
  .product-single.vertical_right .product-single__thumbs {
    width: 28%;
  }
}
.product-single.vertical_right .product-single__photos {
  float: left;
  width: 76%;
  position: relative;
}
@media (max-width: 991px) {
  .product-single.vertical_right .product-single__photos {
    width: 79%;
  }
}
@media (max-width: 480px) {
  .product-single.vertical_right .product-single__photos {
    width: 70%;
  }
}
@media (max-width: 365px) {
  .product-single.vertical_right .product-single__photos {
    width: 65%;
  }
}
.product-single .slick-prev.slick-arrow.slick-disabled:hover, .product-single .slick-next.slick-arrow.slick-disabled:hover {
  background: none;
  border: 1px solid var(--color-border);
    }
.product-single .slick-prev.slick-arrow, .product-single .slick-next.slick-arrow {
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  border: 1px solid var(--color-border);
    font-size: 15px;
    color: var(--color-body-text);
      background: var(--color-body);
        top: 0;
        z-index: 2;
        transition: all 400ms ease-in-out 0s;
        -webkit-transition: all 400ms ease-in-out 0s;
        -moz-transition: all 400ms ease-in-out 0s;
        -o-transition: all 400ms ease-in-out 0s;
        -ms-transition: all 400ms ease-in-out 0s;
        top: 0;
        bottom: 0;
        margin: auto;
        }
.product-single .slick-prev.slick-arrow:hover, .product-single .slick-next.slick-arrow:hover {
  border: 1px solid var(--color-btn-secondary);
    font-size: 15px;
    color: var(--color-btn-secondary-text);
      background: var(--color-btn-secondary);
        }
.product-single .product-single__thumbs.slick-vertical .slick-prev.slick-arrow, .product-single .product-single__thumbs.slick-vertical .slick-next.slick-arrow {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  font-size: 15px;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
}
.product-single .product-single__thumbs.slick-vertical .slick-next.slick-arrow {
  top: auto;
  bottom: 0;
}
.product-single__thumbs button.slick-prev.slick-arrow.slick-disabled, .product-single__thumbs button.slick-next.slick-arrow.slick-disabled {
  opacity: 0.6;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  cursor: not-allowed;
}
.horizontal_bottom .product-wrapper-owlslider .product-single__photos, .horizontal_bottom .product-single__thumbs.horizontal_bottom {
  float: left;
  width: 100%;
  position: relative;
}
@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%;
  }
}
.product-single__addtocart #AddToCart.btn:hover::before {
  background-position: -27px -35px;
}
img {
  max-width: 100%;
  height: auto;
}
.brand_slider .owl-nav, .full_gallery_slider .owl-nav, .ourteam_slider .owl-nav, .quick-view .owl-nav {
  display: block;
  margin: 0;
}
ul.ourteam_slider.owl-carousel {
  margin-bottom: 0;
}
.product-shop .product-item .selector-wrapper {
  float: left;
  width: 140px;
  margin-right: 10px;
}
.product-shop .grid--uniform.product-single__addtocart {
  float: left;
  width: 100%;
  margin: 15px 0 0;
}
.product-single__thumbs .owl-nav .owl-prev, .product-single__thumbs .owl-nav .owl-next, ul.product-photo-thumbs .owl-nav .owl-prev, ul.product-photo-thumbs .owl-nav > .owl-next {
  color: var(--color-btn-secondary-text);
    background: var(--color-btn-primary);
      }
.product-single__thumbs .owl-nav .owl-prev::before, .product-single__thumbs .owl-nav .owl-next::before, ul.product-photo-thumbs .owl-nav .owl-prev::before, ul.product-photo-thumbs .owl-nav > .owl-next::before, ul.product-photo-thumbs .owl-nav .owl-prev.disabled:hover::before, ul.product-photo-thumbs .owl-nav > .owl-next.disabled:hover::before, ul.product-photo-thumbs .owl-nav .owl-prev.disabled:focus::before, ul.product-photo-thumbs .owl-nav > .owl-next.disabled:focus::before, ul.product-photo-thumbs .owl-nav .owl-prev.disabled:active::before, ul.product-photo-thumbs .owl-nav > .owl-next.disabled:active::before {
  color: var(--color-btn-primary-text);
    }
ul.product-photo-thumbs .owl-nav .owl-prev:hover::before, ul.product-photo-thumbs .owl-nav > .owl-next:hover::before, ul.product-photo-thumbs .owl-nav .owl-prev:focus::before, ul.product-photo-thumbs .owl-nav > .owl-next:focus::before, ul.product-photo-thumbs .owl-nav .owl-prev:active::before, ul.product-photo-thumbs .owl-nav > .owl-next:active::before {
  color: var(--color-btn-secondary-text);
    }
.pagination-custom > li.active, .pagination-custom > li:hover, .pagination-custom > li:focus, .pagination-custom > li:active, .product-single__thumbs .owl-nav .owl-prev:hover, .product-single__thumbs .owl-nav .owl-next:hover, .product-single__thumbs .owl-nav .owl-prev:focus, .product-single__thumbs .owl-nav .owl-next:focus, .product-single__thumbs .owl-nav .owl-prev:active, .product-single__thumbs .owl-nav .owl-next:active, ul.product-photo-thumbs .owl-nav .owl-prev:hover, ul.product-photo-thumbs .owl-nav > .owl-next:hover, ul.product-photo-thumbs .owl-nav .owl-prev:focus, ul.product-photo-thumbs .owl-nav > .owl-next:focus, ul.product-photo-thumbs .owl-nav .owl-prev:active, ul.product-photo-thumbs .owl-nav > .owl-next:active {
  background: var(--color-product-secondary);
    border-color: var(--color-product-secondary);
      color: var(--color-product-secondary-text);
        }
.pagination-custom > li:hover > a, .pagination-custom > li:hover > span, .pagination-custom > li:focus > a, .pagination-custom > li:focus > span, .pagination-custom > li:active > a, .pagination-custom > li:active > 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-prev.disabled:focus, .product-photo-thumbs .owl-nav .owl-prev.disabled:active, .product-photo-thumbs .owl-nav .owl-next.disabled:hover, .product-photo-thumbs .owl-nav .owl-next.disabled:focus, .product-photo-thumbs .owl-nav .owl-next.disabled:active {
  background: var(--color-btn-primary);
    color: var(--color-btn-primary-text);
      border-color: var(--color-btn-primary);
        }
.product-photo-thumbs .owl-nav .owl-prev.disabled, .product-photo-thumbs .owl-nav .owl-next.disabled {
  opacity: 0.6;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
}
ul.product-photo-thumbs .owl-nav > .owl-next:hover, ul.product-photo-thumbs .owl-nav > .owl-prev:hover, .product-photo-thumbs .owl-nav .owl-prev:hov er, .product-photo-thumbs .owl-nav .owl-next:hover, ul.product-photo-thumbs .owl-nav > .owl-next:focus, ul.product-photo-thumbs .owl-nav > .owl-prev:focus, .product-photo-thumbs .owl-nav .owl-prev:focus, .product-photo-thumbs .owl-nav .owl-next:focus, ul.product-photo-thumbs .owl-nav > .owl-next:active, ul.product-photo-thumbs .owl-nav > .owl-prev:active, .product-photo-thumbs .owl-nav .owl-prev:active, .product-photo-thumbs .owl-nav .owl-next:active {
  background: var(--color-btn-secondary);
    color: var(--color-btn-secondary-text);
      border-color: var(--color-btn-secondary);
        }
.product-single {
  margin-bottom: 30px;
  position: relative;
}
@media (min-width: 1025px) {
  .product-single {
    margin-bottom: 30px;
  }
}
@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%;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .tt-brand_slider .owl-nav {
    display: block;
  }
}
@media (max-width: 480px) {
  .design_1 #productPhoto.image-zoom {
    width: 100%;
  }
  .design_2 .pro_img .product-image-btn {
    right: 20px;
  }
  #shopify-product-reviews .spr-container {
    padding: 15px 0 !important;
  }
  #shopify-product-reviews .spr-summary .spr-summary-actions {
    float: left;
    width: 100%;
    text-align: left;
    margin: 5px 0 0 0;
  }
  .spr-review-reportreview {
    float: left !important;
  }
}
.spr-review-reportreview:hover {
  color: #ff0000;
}
/*  product compact layout */
.tabs-layout-accordion .tt-tab-wrapper {
  border-bottom: 1px solid rgba(119, 119, 119, 0.17);
}
.tabs-layout-accordion .tt-tab-wrapper .tt-accordion-title {
  position: relative;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.tabs-layout-accordion .tt-tab-wrapper .tt-accordion-title:after {
  content: "\f140";
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -10px;
  height: 20px;
  line-height: 20px;
  width: 20px;
  text-align: center;
  font-size: 12px;
  color: #bbb;
  font-family: "Material Design Icons";
  transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  -ms-transition: transform 0.4s ease;
  backface-visibility: hidden;
  perspective: 800px;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 800px;
}
.tabs-layout-accordion .tt-tab-wrapper .tt-accordion-title.active:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.tt-scroll {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  left: 0;
  min-height: 435px;
  overflow: hidden;
  height: 100%;
}
@media (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: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: 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;
  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 #111;
  padding: 0;
}
.panel.tt-Tabs-panel {
  display: none;
}
.panel.tt-Tabs-panel.active {
  display: block;
}
/*----------  product page full gallery slider----------*/
.full_gallery_slider .item {
  opacity: 0.4;
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  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, .full_gallery_slider .owl-nav .owl-next {
  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;
}
@media (max-width: 2000px) {
  .full_gallery_slider .owl-nav .owl-prev, .full_gallery_slider .owl-nav .owl-next {
    width: 400px;
  }
}
@media (max-width: 1600px) {
  .full_gallery_slider .owl-nav .owl-prev, .full_gallery_slider .owl-nav .owl-next {
    width: 320px;
  }
}
@media (max-width: 1400px) {
  .full_gallery_slider .owl-nav .owl-prev, .full_gallery_slider .owl-nav .owl-next {
    width: 300px;
  }
}
@media (max-width: 1200px) {
  .full_gallery_slider .owl-nav .owl-prev, .full_gallery_slider .owl-nav .owl-next {
    width: 250px;
  }
}
@media (max-width: 1000px) {
  .full_gallery_slider .owl-nav .owl-prev, .full_gallery_slider .owl-nav .owl-next {
    width: 200px;
  }
}
@media (max-width: 600px) {
  .full_gallery_slider .owl-nav .owl-prev, .full_gallery_slider .owl-nav .owl-next {
    width: 100px;
  }
}
@media (max-width: 480px) {
  .full_gallery_slider .owl-nav .owl-prev, .full_gallery_slider .owl-nav .owl-next {
    width: 60px;
  }
}
.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 {
  left: auto;
  right: 0;
}
.full_gallery_slider .owl-dots {
  counter-reset: counter;
}
.full_gallery_slider .owl-item {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0) scale(1, 1);
  -webkit-transform: translateZ(0) scale(1, 1);
  -moz-transform: translateZ(0) scale(1, 1);
  -o-transform: translateZ(0) scale(1, 1);
  -ms-transform: translateZ(0) scale(1, 1);
}
.full_gallery_slider .owl-item .num {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  margin: auto;
  width: 85px;
  padding: 10px;
  text-align: center;
  display: none;
  border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -khtml-border-radius: 10px 10px 0 0;
}
@media (max-width: 480px) {
  .full_gallery_slider .owl-item .num {
    padding: 5px;
  }
}
.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;
}
.full_gallery_slider .owl-item.center 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.center .num {
  display: block;
}
.full_gallery_slider.product-img a.product-single__thumb img {
  float: left;
  width: 100%;
}
.full_gallery_slider.owl-carousel .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: 15px;
  max-width: none;
}
.product-single__addtocart .js-qty input[type="text"] {
  background-color: var(--color-body);
    padding: 8px 22px;
    }
.product-single__addtocart .js--qty-adjuster {
  width: 40px;
}
.product-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%;
}
.product-single .product-information-inner .product-single__addtocart {
  float: left;
  width: 100%;
}
.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-body);
    }
.dt-sc-toggle-content {
  display: none;
}
#shopify-section-sidebar-category ul.product-categories > li ul.children {
  margin: 8px 0 0;
}
.product-categories .cat-item {
  position: relative;
  float: left;
  width: 100%;
}
.product-categories .cat-item span.dt-menu-expand {
  position: absolute;
  right: -5px;
  top: 0px;
  font-size: 20px;
  line-height: 24px;
  cursor: pointer;
  width: 30px;
  text-align: center;
  font-weight: 400;
  color: var(--color-text-field);
    }
.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-body);
    margin: 5px 0;
    width: 100%;
    }
.product-single__title.wvendor {
  margin: 0;
  float: left;
  width: auto;
}
@media (max-width: 991px) {
  .product-single__title.wvendor {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .product-single__title.wvendor {
    font-size: 16px;
  }
}
.product-information-inner i.mdi.mdi-cart-outline {
  height: 44px;
  width: 44px;
  line-height: 44px;
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  font-size: 22px;
}
@media (max-width: 480px) {
  .product-information-inner i.mdi.mdi-cart-outline {
    height: 38px;
    width: 38px;
    line-height: 38px;
    font-size: 18px;
  }
}
.product-single__addtocart .js-qty {
  margin-right: 5px;
  float: left;
}
.product-single__addtocart #AddToCart.btn {
  width: auto;
  padding: 11px 18px 11px 45px;
  line-height: 20px;
  background-color: var(--color-btn-primary);
    color: var(--color-btn-primary-text);
      position: relative;
      overflow: hidden;
      margin-right: 0;
      float: left;
      }
.product-single__addtocart #AddToCart.btn:active, .product-single__addtocart #AddToCart.btn:focus {
  background-color: var(--color-btn-secondary);
    color: var(--color-btn-secondary-text);
      }
.product-single__addtocart #AddToCart.btn:hover {
  color: var(--color-btn-secondary-text);
    }
@media (max-width: 480px) {
  .product-single__addtocart #AddToCart.btn {
    padding: 9px 18px 9px 40px;
  }
}
.product-single__title {
  margin: 0 0 10px;
  font: 600 16px/32px var(--font-stack-body);
    color: var(--color-text);
      }
@media (max-width: 480px) {
  .product-single__title {
    font-size: 14px;
  }
}
.product-information .add-to-wishlist .tooltip-label, .product-information .add-to-compare .tooltip-label {
  font-weight: 500;
  margin: 0 0 0 5px;
  vertical-align: top;
}
.product-single .add-to-wishlist i.mdi.mdi-heart {
  font-size: 18px;
  float: left;
}
.product-single .sizechart {
  float: left;
  width: auto;
  margin-right: 15px;
  color: var(--color-body-text);
    }
.product-single .sizechart i.mdi.mdi-hanger {
  font-size: 16px;
  line-height: 20px;
  float: left;
  margin-right: 5px;
  color: var(--color-body-text);
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    }
.product-single .sizechart:hover i.mdi.mdi-hanger {
  color: var(--color-text-hover-field);
    }
.product-single .sizechart:hover {
  color: var(--color-text-hover-field);
    }
.product-single .product-Video-btn i.mdi.mdi-video, .product-single .print_wrap i.mdi.mdi-printer, .product-single .video-threesixty i.mdi.mdi-refresh {
  font-size: 16px;
  line-height: 20px;
  float: left;
  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: #fec500;
}
.social-sharing a {
  color: var(--color-meta);
    display: inline-block;
    font-family: var(--font-stack-body);
      font-size: em(14px);
      padding: 0 10px;
      padding-left: 0;
      vertical-align: top;
      }
.social-sharing a:hover {
  color: var(--color-meta);
    }
@media (min-width: 1025px) {
  .item-social-sharing {
    margin-top: 0;
  }
}
.product-single .product-information a.sizechart span {
  line-height: 20px;
}
/*------------- notify me --------------*/
div#notify {
  margin: 0 0 0 10px;
}
.product-information-inner .notify_btn i {
  float: none;
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  padding-right: 5px;
}
.product-information-inner .notify_btn span {
  font-weight: 500;
}
.product-template__container #notify-content .modal-dialog {
  width: 600px;
}
.product-template__container #notify-content .modal-dialog .modal-content{
  padding: 30px 20px;
}
#notify-content .input-group.newsletter-input {
  border-bottom: 1px solid var(--colorFooterBorder);
    padding: 0 0 8px;
    }
#notify-content .btn {
  padding: 0 24px;
  border-radius: 0px;
}
.product-template__container #notify-content .modal-dialog .modal-content .modal-header {
  border: none;
  padding: 0;
}
.product-template__container #notify-content .modal-dialog .modal-content .tt-title {
  font-size: 18px;
  line-height: 24px;
  background: #f5f5f5;
  padding: 10px;
  color: #222;
}
.product-template__container #notify-content .modal-dialog .modal-content .tt-title::after{
  display:none;
}
.product-template__container #notify-content .modal-dialog .modal-content button.close{
  position: absolute;
  top: 5px;
  left: auto;
  bottom: auto;
  right: 5px;
}
@media only screen and (max-width: 600px) {
  .product-template__container #notify-content .modal-dialog .modal-content .tt-title{
    font-size: 16px;
    line-height: 20px;
  }
  .product-template__container #notify-content .modal-dialog {
    width: 480px;
  }
}
@media only screen and (max-width: 480px) {
  .product-template__container #notify-content .modal-dialog {
    width: 100%;
  }
  .product-template__container #notify-content .modal-dialog .modal-content .tt-title {
    font-size: 14px;
    line-height: 18px;
  }
}
/*-----------360 view---------*/
.tt-360-veiw {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  cursor: ew-resize;
  cursor: -webkit-grab;
}
.tt-360-veiw .spinner {
  background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);

  -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  color: #111;
  display: block;
  font-weight: bolder;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  text-align: center;
  width: 60px;
}
.tt-360-veiw .spinner span {
  line-height: 60px;
}
.tt-360-veiw:active {
  cursor: ew-resize;
  cursor: -webkit-grabbing;
}
.tt-360-veiw:after {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  height: 50%;
  z-index: 5;
  border-bottom: 5px solid rgba(175, 175, 175, 0.15);
  border-top: 2px solid rgba(175, 175, 175, 0.05);
  border-right: 2px solid rgba(175, 175, 175, 0.1);
  border-left: 2px solid rgba(175, 175, 175, 0.1);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
}
.tt-360-veiw .threed-title {
  position: relative;
  padding-top: 20px;
  z-index: 40;
  text-align: center;
}
.tt-360-veiw .threed-view-images {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.tt-360-veiw .threed-view-images img {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
}
.tt-360-veiw .threed-view-images img.previous-image {
  visibility: hidden;
}
.tt-360-veiw .threed-view-images img.current-image {
  visibility: visible;
}
.tt-360-veiw .nav_bar {
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -67.5px;
  z-index: 11;
  background-color: #fff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
}
.tt-360-veiw .nav_bar a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 0px;
  text-align: center;
  text-decoration: none;
}
.tt-360-veiw .nav_bar a:hover {
  background-color: #f9f9f9;
}
.tt-360-veiw .nav_bar a:after {
  font-size: 28px;
  font-family: "Material Design Icons";
}
.tt-360-veiw .nav_bar a.nav_bar_play:after {
  content: "\f40a";
}
.tt-360-veiw .nav_bar a.nav_bar_previous:after {
  content: "\f4ae";
}
.tt-360-veiw .nav_bar a.nav_bar_stop:after {
  content: "\f3e4";
}
.tt-360-veiw .nav_bar a.nav_bar_next:after {
  content: "\f4ad";
}
.tt-360-veiw:-webkit-full-screen {
  background: #ffffff;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 200px;
}
.tt-360-veiw:-moz-full-screen {
  background: #ffffff;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 200px;
}
.product-360-view-wrapper {
  margin: 100px auto;
  max-width: 800px;
  position: relative;
}
.product-single__header .product-360-button {
  font-weight: normal;
  margin-bottom: 10px;
  float: left;
}
.threesixty-video .product-360-button > a {
  padding: 2px 15px 2px 0;
  border-right: 1px solid #e5e5e5;
}
@media only screen and (max-width: 991px) {
  .threesixty-video .product-360-button > a {
    padding: 2px 5px 2px 0;
  }
}
.threesixty-video i {
  font-size: 20px;
  margin: 0 5px 0 0;
  padding: 15px;
  background: #f5f5f5;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  padding: 7px 10px;
}
.threesixty-video span {
  font-size: 14px;
  font-weight: 500;
}
.product-single__thumbs img{
  width: auto; 
}
@media (min-width: 768px) and (max-width: 991px) {
  .threesixty-video span {
    font-size: 12px;
  }
}
.product-Video-btn.popup-video.tip-top {
  float: left;
  width: auto;
}
@media only screen and (max-width: 480px) {
  .threesixty-video .product-360-button > a {
    border: none;
  }
  .product-Video-btn.popup-video.tip-top {
    margin: 0 0 0 5px;
  }
  .product-single .sizechart, .product-information .product-information-inner .add-to-wishlist.pro_btn, .product-information .product-information-inner .add-to-compare.pro_btn,.product-360-button{
    margin-right: 12px;
  }
}
/*------------------ our team -----------------*/
.aboutus-wrap .our_team {
  float: left;
  width: 100%;
}
@media (max-width: 480px) {
  .aboutus-wrap .our_team {
    padding: 0 5px;
  }
}
.aboutus-wrap.ourteam_wrap {
  float: left;
  width: 100%;
  position: relative;
  margin: 50px 0 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .aboutus-wrap.ourteam_wrap {
    margin: 10px 0 40px;
  }
}
@media (max-width: 480px) {
  .aboutus-wrap.ourteam_wrap {
    text-align: center;
    margin: 10px 0 20px;
  }
}
.aboutus-wrap.ourteam_wrap ul .teammember-item {
  list-style: none;
  display: inline-block;
  padding: 0 15px;
  margin: 0 0 20px;
}
@media (max-width: 480px) {
  .aboutus-wrap.ourteam_wrap ul .teammember-item {
    padding: 0 10px;
  }
}
.aboutus-wrap.ourteam_wrap ul .teammember-item .teammember-content {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.aboutus-wrap.ourteam_wrap ul .teammember-item .teammember-content .ourteam-image {
  position: relative;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  float: left;
  width: 100%;
}
.aboutus-wrap.ourteam_wrap ul .teammember-item .teammember-content .teammember-meta {
  background-color: #f7f7f7;
  padding: 20px 0;
  width: 100%;
  float: left;
  z-index: 2;
}
.aboutus-wrap.ourteam_wrap ul .teammember-item .teammember-content .teammember-meta .teammember-title {
  color: #111111;
  font: 500 16px/18px var(--font-stack-body);
    margin-bottom: 5px;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    }
.aboutus-wrap.ourteam_wrap ul .teammember-item .teammember-content .teammember-meta .teammember-position {
  color: #666;
  font-size: 14px;
  margin-bottom: 0;
}
.aboutus-wrap.ourteam_wrap ul .teammember-item .teammember-content .ourteam-image-wrap {
  position: relative;
  float: left;
  width: 100%;
}
.aboutus-wrap.ourteam_wrap ul .teammember-item .teammember-content .ourteam-image-wrap .teammember-social-profile {
  margin: 0;
  padding-left: 0;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  background: rgba(255, 255, 255, 0.9);
  color: #222;
  left: 0;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  padding: 10px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 70%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  width: 100%;
  float: left;
}
.aboutus-wrap.ourteam_wrap ul .teammember-item .teammember-content .ourteam-image-wrap .teammember-social-profile > li {
  margin: 0;
  padding: 0 7px;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.aboutus-wrap.ourteam_wrap ul .teammember-item .teammember-content .ourteam-image-wrap .teammember-social-profile > li a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  width: 30px;
}
.aboutus-wrap.ourteam_wrap ul .teammember-item .teammember-content .ourteam-image-wrap .teammember-social-profile > li.facebook:hover a i {
  color: #4c76be;
}
.aboutus-wrap.ourteam_wrap ul .teammember-item .teammember-content .ourteam-image-wrap .teammember-social-profile > li.twitter:hover a i {
  color: #00c7ff;
}
.aboutus-wrap.ourteam_wrap ul .teammember-item .teammember-content .ourteam-image-wrap .teammember-social-profile > li.googleplus:hover a i {
  color: #ea4c89;
}
.aboutus-wrap.ourteam_wrap ul .teammember-item .teammember-content .ourteam-image-wrap .teammember-social-profile > li.instagram:hover a i {
  color: #c8232c;
}
.aboutus-wrap.ourteam_wrap ul .teammember-item .teammember-content .ourteam-image-wrap:hover .teammember-social-profile {
  top: 50%;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}
.aboutus-wrap.ourteam_wrap ul .teammember-item .teammember-content :hover .teammember-meta {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
}
.ourteam_wrap .tt_description {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 15px;
}
.aboutus-wrap .our_team .owl-nav {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  visibility: visible;
}
.aboutus-wrap .our_team .owl-theme .owl-nav .owl-prev, .aboutus-wrap .our_team .owl-theme .owl-nav .owl-next {
  position: static;
}
@media (min-width: 1260px) {
  .aboutus-wrap .our_team .owl-theme .owl-nav .owl-prev {
    margin: 0px 10px 0 0;
  }
}
/*-------------------------- about us image ------------------*/
#ttabout .About_us.img {
  padding: 20px 0 0;
}
@media (max-width: 767px) {
  #ttabout .About_us.img {
    padding: 0;
  }
}
#ttabout .About_us.img a {
  position: relative;
  display: block;
  overflow: hidden;
}
#ttabout .About_us.img a img {
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}
#ttabout .About_us.img :hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
#ttabout .aboutr_img a {
  position: relative;
  display: block;
  overflow: hidden;
}
#ttabout .aboutr_img a img {
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}
#ttabout .aboutr_img :hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
#ttabout .about_img a {
  position: relative;
  display: block;
  overflow: hidden;
}
#ttabout .about_img a img {
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}
#ttabout .about_img :hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
#ttabout .ttabout1 .ttabout {
  text-align: center;
}
@media (max-width: 480px) {
  #ttabout .ttabout1 .ttabout {
    width: 100%;
  }
}
#ttabout .ttabout1 .ttabout .ttabout-content {
  padding: 25px;
  float: left;
  text-align: center;
  background: #f5f5f5;
  margin: 25px 0;
}
@media (max-width: 767px) {
  #ttabout .ttabout1 .ttabout .ttabout-content {
    padding: 25px 15px;
  }
}
#ttabout .ttabout1 .ttabout .ttabout-content .ttabout-title {
  color: var(--color-text);
    margin: 0 0 20px;
    font: 500 24px/28px var(--font-stack-body);
      }
@media (max-width: 767px) {
  #ttabout .ttabout1 .ttabout .ttabout-content .ttabout-title {
    font-size: 18px;
  }
}
#ttabout .ttabout1.col-sm-12.col-xs-12 .ttabout-content {
  padding: 25px;
  background: #f5f5f5;
  margin: 25px 0;
}
@media (max-width: 767px) {
  #ttabout .ttabout1.col-sm-12.col-xs-12 .ttabout-content {
    padding: 25px 0 40px;
  }
}
/*======================= 404 page ============================*/
h1.text-center.heading-404 {
  font-size: 115px;
  margin: 0;
  font-size: 700;
}
.error-404 h4 {
  font-size: 42px;
}
.error-404 .search-bar {
  max-width: 100%;
  width: 32%;
  float: none;
  margin: 0 auto;
  border: 1px solid var(--color-border);
    }
.error-404 p.text-center {
  font-size: 14px;
  margin-bottom: 35px;
}
.template-404 .input-group.search-bar .btn::after {
  display: none;
}
/*========================== 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, .full-search-wrapper button.btn.search-submit.icon-fallback-text::after {
  background: no-repeat;
  padding: 8px 10px;
}
.template-search .container .input-group.search-bar {
  margin: 0 0 30px 0;
  border: 1px solid var(--color-border);
    float: left;
    width:100%;
    }
.template-search .container .input-group.search-bar input[type="search"]:active, .template-search .container .input-group.search-bar input[type="search"]:focus {
  border: none;
  border-right: 1px solid var(--color-border);
    }
.template-search .container .input-group.search-bar .btn::after {
  display: none;
}
#search .container .search-bar .search-results {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 350px;
}
#search .container .search-bar .search-results::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.4);
}
#search .container .search-bar .search-results::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.9);
}
#search .container .search-bar .search-results::-webkit-scrollbar {
  width: 5px;
}
.search-results .name-price {
  float: left;
  width: 70%;
  padding: 0 5px;
  margin: 5px 0 0;
}
.header_3 .search-results .name-price {
  width: 65%;
}
form.search-bar .btn::after {
  display: none;
}
form.search-bar .btn i{
  color: var(--color-btn-secondary-text);
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    }
form.search-bar:hover .btn i{
  color: var(--color-btn-secondary-text);
    }
.full-search-wrapper .search-results {
  max-width: 100%;
  background: #111;
  border: medium none;
  float: left;
  margin: 30px 0 0;
  width: 100%;
  padding: 15px 0;
  max-height: 760px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.full-search-wrapper .search-results .thumbnail {
  max-width: 100%;
  margin: 0;
}
.full-search-wrapper .search-results .name-price {
  width: 100%;
  padding: 15px 0;
}
.full-search-wrapper .search-results::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.4);
}
.full-search-wrapper .search-results::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.6);
}
.full-search-wrapper .search-results::-webkit-scrollbar {
  width: 5px;
}
.search-results {
  z-index: 8889;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
}
.search-results li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px;
  overflow: hidden;
}
.search-results li > span.title {
  background: #f5f5f5;
  padding: 10px;
  text-align: center;
}
.search-results li:hover > span.title {
  background: none;
}
.search-results li.no-results > span.title {
  background: none;
  padding: 0;
  font-weight: 600;
}
.search-results li.ac_over {
  background: #e5e5e5 none repeat scroll 0 0;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
}
.search-results .title {
  float: left;
  padding-left: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-align: left;
  font-weight: 500;
  font-size: 13px;
}
.search-results .title:hover {
  color: #111;
}
.search-results .thumbnail {
  float: left;
  display: block;
  width: 70px;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
  overflow: hidden;
  border: none;
}
@media (max-width: 480px) {
  .search-results .thumbnail {
    width: 65px;
  }
}
@media (max-width: 991px) {
  .search-results .name-price {
    width: 67%;
  }
}
.search-results .name-price .price-wrap {
  float: left;
  padding: 0 0 0 8px;
  margin: 5px 0;
  text-align: left;
  line-height: 18px;
}
.search-results .name-price .price {
  font-size: 14px;
  line-height: 16px;
}
@media (max-width: 480px) {
  .search-results .name-price .price {
    font-size: 12px;
    line-height: 14px;
  }
}
.search-results .name-price .product-price__price.compare_price, .search-results .name-price .product-price__price.compare_price .money {
  font-size: 12px;
  line-height: 14px;
}
/*============================================================================
#Notes and Form Feedback
==============================================================================*/
.note, .errors {
  font-family: var(--font-stack-body);
    font-size: 14px;
    padding: 15px 19.8px;
    margin-bottom: 15px;
    border: 1px solid transparent;
    float: left;
    width: 100%;
    }
.note ul, .errors ul, .note ol, .errors ol {
  margin-top: 0;
  margin-bottom: 0;
}
.note li:last-child, .errors li:last-child {
  margin-bottom: 0;
}
.note p, .errors p {
  margin-bottom: 0;
}
.note {
  border-color: var(--color-border);
    }
.errors ul {
  list-style: disc inside;
}
.form-success {
  color: var(--successGreen);
    background-color: #ecfef0;
    border-color: var(--successGreen);
      }
.form-error,.errors {
  color: var(--errorRed);
    background-color:#faebeb;
    border-color: var(--errorRed);
      }
.ajaxify-drawer {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  font-family: var(--font-stack-body);
    width: 85%;
    overflow: hidden;
    transition: right 0.5s cubic-bezier(0.75, 0.03, 0.52, 1);
    -webkit-transition: right 0.5s cubic-bezier(0.75, 0.03, 0.52, 1);
    -moz-transition: right 0.5s cubic-bezier(0.75, 0.03, 0.52, 1);
    -o-transition: right 0.5s cubic-bezier(0.75, 0.03, 0.52, 1);
    -ms-transition: right 0.5s cubic-bezier(0.75, 0.03, 0.52, 1);
    }
@media only screen and (min-width: 1025px) {
  .ajaxify-drawer {
    width: 50%;
  }
}
.ajaxify-drawer .ajaxifyCart--content {
  background-color: transparent;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}
.supports-csstransforms .ajaxify-drawer {
  transition: transform 0.5s cubic-bezier(0.75, 0.03, 0.52, 1);
  -webkit-transition: transform 0.5s cubic-bezier(0.75, 0.03, 0.52, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.75, 0.03, 0.52, 1);
  -o-transition: transform 0.5s cubic-bezier(0.75, 0.03, 0.52, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.75, 0.03, 0.52, 1);
}
.page-move--cart .ajaxify-drawer, .page-move--nav .ajaxify-drawer {
  position: fixed;
  overflow: auto;
}
/*============================================================================
Ajaxify.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-body);
    width: 1px;
    overflow: hidden;
    transition: right 0.5s cubic-bezier(0.75, 0.03, 0.52, 1);
    -webkit-transition: right 0.5s cubic-bezier(0.75, 0.03, 0.52, 1);
    -moz-transition: right 0.5s cubic-bezier(0.75, 0.03, 0.52, 1);
    -o-transition: right 0.5s cubic-bezier(0.75, 0.03, 0.52, 1);
    -ms-transition: right 0.5s cubic-bezier(0.75, 0.03, 0.52, 1);
    }
@media (min-width: 1025px) {
  .ajaxify-drawer {
    width: 50%;
  }
}
.ajaxify-drawer .ajaxifyCart--content {
  background-color: transparent;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}
.supports-csstransforms .ajaxify-drawer {
  transition: right 0.5s cubic-bezier(0.75, 0.03, 0.52, 1);
  -webkit-transition: right 0.5s cubic-bezier(0.75, 0.03, 0.52, 1);
  -moz-transition: right 0.5s cubic-bezier(0.75, 0.03, 0.52, 1);
  -o-transition: right 0.5s cubic-bezier(0.75, 0.03, 0.52, 1);
  -ms-transition: right 0.5s cubic-bezier(0.75, 0.03, 0.52, 1);
}
.page-move--cart .ajaxify-drawer, .page-move--nav .ajaxify-drawer {
  position: fixed;
  overflow: auto;
}
/*================ Ajaxify color overrides ================*/
.ajaxify-drawer {
  color: var(--color-text-field);
    }
.ajaxify-drawer a {
  color: color-control(var(--color-text-field), 10%);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    }
.ajaxify-drawer a:hover {
  color: color-control(var(--color-text-field), 20%);
    }
.ajaxify-drawer h1 {
  font-size: em(24px);
}
@media only screen and (min-width: 1025px) {
  .ajaxify-drawer h1 {
    margin-bottom: var(--gutter);
      }
}
.ajaxify-drawer h1, .ajaxify-drawer h2, .ajaxify-drawer h3, .ajaxify-drawer h4, .ajaxify-drawer h5, .ajaxify-drawer h6, .ajaxify-drawer input[type="text"] {
  color: var(--color-text-field);
    }
.ajaxify-drawer label, .ajaxify-drawer .cart__mini-labels {
  color: color-control(var(--color-text-field), 20%);
    }
.ajaxify-drawer label {
  margin-bottom: var(--gutter) / 4;
    }
.ajaxify-drawer textarea {
  background-color: #fff;
  border-color: #f5f5f5;
  color: var(--color-text-field);
    }
.ajaxify-drawer .cart__product a {
  color: var(--color-text-field);
    }
.ajaxify-drawer .cart__product a:hover {
  color: var(--color-text-hover-field);
    }
.ajaxify-drawer .cart__row, .ajaxify-drawer .ajaxifyCart--num, .ajaxify-drawer .ajaxifyCart--add, .ajaxify-drawer .ajaxifyCart--minus {
  border-color: #f5f5f5;
}
.ajaxify-drawer .js--qty-adjuster:hover, .ajaxify-drawer .ajaxifyCart--qty-adjuster:hover, .ajaxify-drawer .js--qty-adjuster:active, .ajaxify-drawer .ajaxifyCart--qty-adjuster:active {
  background-color: #ccc;
}
.ajaxifyCart--add .add, .ajaxifyCart--minus .add, .ajaxifyCart--add .minus, .ajaxifyCart--minus .minus {
  color: var(--color-text);
    }
.js--qty-adjuster:hover .ajaxifyCart--add, .js--qty-adjuster:hover .ajaxifyCart--minus, .ajaxifyCart--add .ajaxifyCart--qty-adjuster:hover, .ajaxifyCart--minus .ajaxifyCart--qty-adjuster:hover {
  color: red;
}
.shopify-link {
  color: inherit;
}
.shopify-link:hover {
  color: inherit;
}
.shopify-logo-svg {
  width: 66.85714px;
  height: 19.5px;
  display: inline-block;
  line-height: 0;
  vertical-align: top;
}
.shopify-logo-svg path {
  fill: currentColor;
}
.shopify-logo-svg .create_account_wrap {
  padding-right: 0;
}
.lt-ie9 .shopify-logo-svg {
  display: none;
}
.modern .shopify-name,.modern .hidden-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
@media only screen and (max-width: 480px){
  #customer_login .grid .grid-item.one-half {
    float: left;
    width: 100%;
    text-align: center !important;
  }
  #customer_login .grid .grid-item.one-half:first-child > p {
    margin: 0 0 3px 0;
  }
}
.template-password .password-header .password-header__inner .password-login .btn,.template-password #shopify-section-password-content .btn{
  background-color: var(--color-btn-primary-text);
    color: var(--color-btn-primary);
      }
.template-password .password-header .password-header__inner .password-login .btn:hover,.template-password #shopify-section-password-content .btn:hover{
  color: var(--color-btn-secondary-text);
    }
/*================ Demo Styles - for empty store state =====================*/
*{
  outline: none;
}
.demo-image {
  background: url('//cdn.shopify.com/s/files/1/0383/9765/t/1/assets/blankslate-producticon.png?4') no-repeat center center #eee;
  display: block;
  text-align: center;
  padding: 100px 0;
  color: var(--color-body-text);
    font-size: em(14px);
    }
/*-------------- css -------------*/
.more-view-wrapper .product-photo-thumbs {
  visibility:hidden;
}
page-wrapper .main-content {
  margin: 0 0 30px;
}
/*---------------------  checkbox label css --------------------------------------*/
input[type=checkbox]:checked ~ label .check,.sidebar-tag label.active .check {
  opacity: 1;
  -moz-opacity: 1; 
  -khtml-opacity: 1; 
  -webkit-opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}
.collection_sidebar .checkbox-group label .check{
  top: 3px;
  left: 2px;
  line-height: 14px;
}
.checkbox-group {
  position: relative;
}
.checkbox-group.form-group-top input[type="checkbox"] {
  display: none;
}
.checkbox-group input[type="checkbox"] + label, .checkbox-group input[type="radio"] + label {
  margin-left: 15px;
  font-size: 13px;
  color: var(--color-text-field);
    }
.checkbox-group input[type="checkbox"] + label:hover, .checkbox-group input[type="radio"] + label:hover {
  color: var(--color-text-hover-field);
    }
.checkbox-group.active input[type="checkbox"] + label {
  color: var(--color-text-hover-field);
    }
.checkbox-group label:hover .box {
  background: #f5f5f5;
  border-color: #e5e5e5;
}
.checkbox-group label .check {
  top: -1px;
  left: 1px;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  z-index: 2;
  transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
}
.checkbox-group label .check:before {
  content: "\f12c";
  color: #111;
  font-size: 12px;
  line-height: 12px;
  font-family: 'Material Design Icons';
  font-style: normal;
  font-weight: 500;
}
.checkbox-group label span {
  display: inline-block;
  position: absolute;
  left: 0;
  transition: 0.1s;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -ms-transition: 0.1s;
  vertical-align: top;
}
.checkbox-group label .box {
  border-width: 1px;
  border-style: solid;
  border-color: var(--color-border);
    background: var(--color-body);
      height: 15px;
      width: 15px;
      z-index: 1;
      margin-top: 2px;
      transition: all 400ms ease-in-out 0s;
      -webkit-transition: all 400ms ease-in-out 0s;
      -moz-transition: all 400ms ease-in-out 0s;
      -o-transition: all 400ms ease-in-out 0s;
      -ms-transition: all 400ms ease-in-out 0s;
      }
/*************** layout css **************/
.collection_sidebar {
  float: left;
  width: 100%;
  text-align:left;
}
/*--------- category-collection block ------------*/
.sidebar .widget ul li.product-wrapper {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
} 
/*----------------------our collection-----------------------*/
.collection-slider-wrap {
  float: left;
  width: 100%;
  text-align: center;
  padding: 80px 0;
}
@media (max-width: 1200px) {
  .collection-slider-wrap {
    padding: 50px 0;
  }
}
@media (max-width: 480px) {
  .collection-slider-wrap {
    padding: 30px 0;
  }
}
.collection-slider-wrap .collection_slider {
  padding: 0 185px;
  float: left;
  width: 100%;
}
@media (max-width: 1300px) {
  .collection-slider-wrap .collection_slider {
    padding: 0 152px;
  }
}
@media (max-width: 1199px) {
  .collection-slider-wrap .collection_slider {
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .collection-slider-wrap .collection_slider {
    padding: 0 20px;
  }
}
.collection-slider-wrap .collection_slider .customNavigation {
  display: none !important;
}
.collection-slider-wrap .collection_slider .collection_cms_wrap {
  float: left;
  width: 100%;
}
.collection-slider-wrap .collection_slider .slick-arrow {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  background: #fff;
  border: none;
  font-size: 0;
  bottom: -50px;
  top: auto;
  height: 100px;
  width: 100px;
  padding: 0;
}
@media (max-width: 767px) {
  .collection-slider-wrap .collection_slider .slick-arrow {
    height: 50px;
    width: 50px;
    bottom: -25px;
  }
}
.collection-slider-wrap .collection_slider .slick-prev.slick-arrow {
  left: 0;
}
.collection-slider-wrap .collection_slider .slick-prev.slick-arrow::after {
  content: "\f13d";
  font-family: "Material Design Icons";
  color: #111;
  font-size: 30px;
  line-height: 100px;
}
@media (max-width: 767px) {
  .collection-slider-wrap .collection_slider .slick-prev.slick-arrow::after {
    font-size: 28px;
    line-height: 50px;
  }
}
.collection-slider-wrap .collection_slider .slick-next.slick-arrow {
  right: 0;
  left: auto;
}
.collection-slider-wrap .collection_slider .slick-next.slick-arrow::after {
  content: "\f13e";
  font-family: "Material Design Icons";
  color: #111;
  font-size: 30px;
  line-height: 100px;
}
@media (max-width: 767px) {
  .collection-slider-wrap .collection_slider .slick-next.slick-arrow::after {
    font-size: 28px;
    line-height: 50px;
  }
}
.collection-slider-wrap .collection_slider .slider-nav .slick-arrow {
  height: 25px;
  width: 25px;
  color: #fff;
  background: none;
  top: -10px;
  line-height: 25px;
}
.collection-slider-wrap .collection_slider .slider-nav .slick-arrow ::after {
  display: none;
}
.collection-slider-wrap .collection_slider .slider-nav .slick-arrow i {
  font-size: 22px;
  line-height: 28px;
}
@media (min-width: 1400px) {
  .collection-slider-wrap .collection-slider-wrap .container {
    width: 1380px;
  }
}
.collection-slider-wrap .collection_detail {
  padding: 20px 0 0;
  float: left;
  width: 100%;
}
.collection-slider-wrap .collection_detail .collection-link {
  float: left;
  width: 100%;
}
.collection-slider-wrap .collection_detail .collection-count {
  float: none;
  width: auto;
  display: inline-block;
  vertical-align: top;
  padding: 12px 0 0;
  color: #ccc;
}
.collection-slider-wrap .collection_detail .collection-content {
  padding: 0 20px;
}
.collection-slider-wrap a.grid-link.collection-link span.grid-link__title {
  font-weight: 300;
  cursor: pointer;
  font-style: italic;
  position: relative;
}
@media (max-width: 767px) {
  .collection-slider-wrap a.grid-link.collection-link span.grid-link__title {
    font-size: 16px;
  }
}
.collection-slider-wrap a.grid-link.collection-link span.grid-link__title:after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: auto;
  bottom: -10px;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.collection-slider-wrap .slick-current.slick-active a.grid-link.collection-link span.grid-link__title::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: auto;
  bottom: -10px;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.collection-slider-wrap a.grid-link.collection-link span.grid-link__title:hover::after, .collection-slider-wrap .slick-current.slick-active a.grid-link.collection-link span.grid-link__title::after {
  width: 50px;
}
.collection-block.slick-slide {
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
/*------------------ Buy Now Button CSS -------------------------*/
.shopify-payment-button {
  float: left;
  width: auto;
  margin: 0 0 0 10px;
  min-width: 278px;
}
.shopify-payment-button .shopify-payment-button__button {
  background: var(--color-btn-secondary);
    color: var(--color-btn-secondary-text);
      z-index: 1;
      position: relative;
      float: left;
      width: 100%;
      overflow: hidden;
      text-align: center;
      padding: 12px 20px;
      transition: all 400ms ease-in-out 0s;
      -webkit-transition: all 400ms ease-in-out 0s;
      -moz-transition: all 400ms ease-in-out 0s;
      -o-transition: all 400ms ease-in-out 0s;
      -ms-transition: all 400ms ease-in-out 0s;
      border-radius: 25px;
      -moz-border-radius: 25px;
      -webkit-border-radius: 25px;
      -khtml-border-radius: 25px;
      }
.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-secondary);
    color: var(--color-btn-primary-text);
      }
.shopify-payment-button .shopify-payment-button__button:hover {
  color: var(--color-btn-primary-text);
    }
.shopify-payment-button .shopify-payment-button__button::after {
  background: var(--color-btn-primary);
    content: "";
    position: absolute;
    bottom: 0;
    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;
    top: auto;
    left: 0;
    width: 100%;
    height: 0;
    }
.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;
}
.shopify-payment-button .shopify-payment-button__button:hover::after, .shopify-payment-button .shopify-payment-button__button:focus::after, .shopify-payment-button .shopify-payment-button__button:active::after {
  height: 100%;
}
.product-information .shopify-payment-button .shopify-payment-button__more-options {
  display: none;
}
/*-------------------------Start product extended description css---------------------------*/
.extend-design-1 table, .product-single__description .product_tab_wrapper .extend-design-1 table tr {
  border: none;
}
.product_tab_wrapper .tab-container h2 {
  font-weight: 600;
  font-size: 34px;
  color: #111;
  margin-bottom: 50px;
  line-height: 50px;
  text-align: center;
}
@media (max-width: 1199px) {
  .product_tab_wrapper .tab-container h2 {
    margin-bottom: 10px;
  }
}
@media (max-width: 543x) {
  .product_tab_wrapper .tab-container h2 {
    font-size: 27px;
    margin-bottom: 20px;
    line-height: 40px;
  }
}
.product_tab_wrapper .tab-container h3 {
  font-size: 16px;
  font-weight: 600;
}
.product_tab_wrapper .tab-container h4 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 30px;
  font-family: var(--font-stack-body);
    }
@media (max-width: 543x) {
  .product_tab_wrapper .tab-container h4 {
    font-size: 22px;
    line-height: 33px;
  }
}
.product_tab_wrapper .tab-container h5 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  font-family: var(--font-stack-body);
    }
.product_tab_wrapper .tab-container h6 {
  font-size: 12px;
  color: #fff;
  background: #111;
  display: inline-block;
  padding: 5px;
}
.product_tab_wrapper .tab-container tr td {
  border: none;
}
@media (max-width: 700px) {
  .product_tab_wrapper .tab-container tr td {
    float: none;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    width: auto;
    background: none !important;
  }
}
.product_tab_wrapper .tab-container .tab-pane p {
  margin: 0 0 15px;
}
@media (max-width: 1299px) {
  .product-extended .banner3-flex .banner3-col {
    padding: 0 50px !important;
  }
}
@media (max-width: 1199px) {
  .product-extended .banner3-flex .banner3-col {
    padding: 0 20px !important;
  }
}
@media (max-width: 480px) {
  .product-extended .banner3-flex .banner3-col {
    padding: 0 10px !important;
  }
}
@media (max-width: 1199px) {
  .product-extended .banner3-flex .banner3-col h4 {
    font-size: 20px !important;
    line-height: 28px !important;
  }
}
@media (max-width: 480px) {
  .product-extended .banner3-flex .banner3-col h4 {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}
@media (max-width: 480px) {
  .product_tab_wrapper .tab-container .product-extended h5 {
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  .product-extended .banner3-flex .banner3-col, .product-extended .banner3-flex .banner2-col {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .product_tab_wrapper .tab-container .layout-desc {
    text-align: center;
  }
}
/*------------------------ Quickview CSS ----------------------*/
.quickview-template .content,
._quick-view-content { display: none; }
.quick-view .product-shop { float: right; }
.quick-view .product-shop p.custom { margin: 0; }
.quick-view .product-shop .prices { margin-bottom: 15px;float: left;width: 100%; }
.quick-view .product-shop .prices:first-child { margin-top: 0; }
.quick-view .product-shop .addthis { margin-bottom: 0; }
.quick-view .product-shop .product-title > a {
  font: 500 18px/26px var(--font-stack-body);
    color: var(--color-text);
      }
.quick-view .product-shop .product-inventory > label {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  margin: 0 5px 0 0;
  color:var(--color-text);
    width: auto;
    }
.quick-view .product-shop .prices .compare-price .money {
  text-decoration: line-through;
}
.quick-view .product-photo-thumbs li{
  margin:0; 
  float: none;
  display: inline-block;
  vertical-align: top;
  padding: 5px;
}
.quickview-template{
  bottom: 0;   
  left: 0;
  outline: 0 none;
  overflow-x: auto;
  overflow-y: scroll;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1050;
  display: none;
}
.quick-view {
  bottom: 0;
  left: 0;
  outline: 0 none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1050;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  visibility: hidden;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
}
.quick-view .product-detail-section p.dt-sc-button {
  margin: 20px 0 0 0;
  float: left;
}
.quick-view .product-detail-section p.product-description {
  margin: 0;
  float: left;
  width: 100%;
  padding: 15px 0;
  font-size: 13px;
  line-height:22px;
}
.quick-view .product-detail-section p.product-description .product-extended p {
  margin: 0;
}
.quick-view .product-detail-section p.product-description p {
  margin: 0;
}
.quick-view .product-shop.summary .details {
  float: left;
  width: 100%;
}
.quick-view .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 .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.open-in {
  visibility: visible;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  -webkit-transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  -moz-transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  -ms-transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  background: rgba(0, 0, 0, 0.6);
}
.quick-view .product-shop .prices label {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: var(--color-text);
    }
.quick-view .product-photo-thumbs li a {
  float: left;
  width: 100%;
  padding: 0;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.quick-view .product-photo-thumbs li a:hover, .quick-view .product-photo-thumbs li a.active {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
}
.quick-view .owl-prev::after, .quick-view .owl-next::after {
  display: none;
}
.quick-view form .actions button i.mdi.mdi-cart-outline {
  height: 20px;
  width: 20px;
  font-size: 20px;
  line-height: 20px;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 0 0;
}
.quick-view form .actions button{
  font-weight:500;
  padding: 11px 15px;
}
.quick-view .product-shop.summary .details {
  float: left;
  width: 100%;
}
.quick-view .product-shop.summary .details label {
  float: left;
  margin-right: 15px;
  width: 70px;
  margin-top: 10px;
  display: none;
}
.quick-view .product-shop.summary h2.product-title {
  padding-bottom: 10px;
  margin: 0;
  border-bottom: 1px solid var(--color-border);
    float: left;
    width: 100%;
    line-height: 20px;
    }
.quick-view .product-shop.summary select {
  width: 100%;
  padding: 12px 10px;
  margin: 0;
  border:none;
  background-color:#f5f5f5;
}
.quick-view .product-info {
  background: none;
  padding: 0;
  margin: 0 0 10px;
}
.quick-view .product-info > p {
  margin: 0;
}
.quick-view .product-info .in_stock {
  color: #1cc373;
}
.quick-view .product-info .out_of_stock {
  color: #ff0000;
}
.quick-view .content {
  background: var(--color-body);
    z-index: 99;
    display: none;
    margin: 40px auto;
    position: relative;
    width: 945px;
    padding: 50px 0 15px;
    }
.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%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.quick-view .quick-shop-modal-bg .spinner {
  width: 35px;
  height: 35px;
  display: inline-block;
  padding: 0px;
  border-radius: 100% !important;
  border: 2px solid transparent;
  border-top-color: #222;
  border-bottom-color: #222;
  -webkit-animation: quickloader 0.8s ease-in-out infinite alternate;
  animation: quickloader 0.8s ease-in-out infinite alternate;
}
.product-wrapper.sidebar-product {
  border: none;
  margin: 0;
  text-align: left;
}
.product-desc {
  display: none;
}
._quick-view-content { display: none }
#fancybox-close,
.search-close,#popupBoxClose {
  background:url({{ 'close.png' | asset_url }}) no-repeat;
  border:none;
  cursor: pointer;
  width: 32px;
  height:32px;
  text-indent: -9999px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.ajax-success-modal .ajax-right label {
  font-size: 14px;
  line-height: 16px;
  font-weight:600;
  color:var(--color-text);
    }
.ajax_price span.discount-percentage {
  font-size: 13px;
  color:#ff0000;
}
#quickview-template .product-detail-section{
  text-align: left;
}
.quickview-template .content,
.quick-view .overlay {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  bottom: 0;
}
._quick-view-content { 
  display: none 
}
@keyframes quickloader{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}
@-webkit-keyframes quickloader{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}

#fancybox-close,
.search-close,
#popupBoxClose {
  background:url({{ 'hover.png' | asset_url }}) no-repeat;
  border:none;
  cursor: pointer;
  width: 32px;
  height:32px;
  text-indent: -9999px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.Site-navigation .horizontal-mega-menu ul.mm-submenu.tree li{
  padding: 7px 20px !important;
}
@media only screen and (max-width: 1500px) {
  .quick-view .content {
    width: 60%;
  }
}
@media only screen and (max-width: 1300px) {
  .quick-view .content {
    width: 70%;
  }
}
@media only screen and (max-width: 991px) {
  .quick-view .product-shop .product-title > a {
    font-size: 16px;
    line-height: 22px;
  }
  .quick-view .product-photo-thumbs.product-wrapper-owlslider {
    width: 75%;
    float: none;
    text-align: center;
    display: inline-block;
  }
  .quick-view {
    overflow: hidden;
    overflow-y: scroll;
  }
  .quick-view .content {
    padding: 50px 20px;
    text-align: center;
  }
  .quick-view .product-img.images {
    width: 80%;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .quick-view .product-shop {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .quick-view .quickview-featured-image img {
    width: 100%;
  }
  .quick-view .content {
    width: 80%;
  }
}
@media only screen and (max-width: 480px) {
  .quick-view form .actions button {
    padding: 8px 18px;
  }
  .quick-view .content {
    width: 90%;
    padding: 50px 0;
    margin: 30px auto;
  }
  .quick-view .product-img.images {
    width: 100%;
  }
}
/*---------------------- ajax cart modal --------------------*/
.ajax-success-modal .success-message {
  padding: 0;
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.ajax-success-modal .success-message p {
  display: inline-block;
  width: 100%;
  margin: 0;
}
.ajax-success-modal .success-message.added-to-cart i {
  margin-right: 5px;
  font-size: 20px;
  line-height: 22px;
  float: none;
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.ajax-success-modal .success-message .btn {
  line-height: 22px;
  padding: 9px 15px;
  float: left;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .ajax-success-modal .success-message .btn {
    font-size: 13px;
    padding: 8px 14px;
  }
}
.ajax-success-modal .cart-popup__dismiss {
  float: right;
  width: auto;
}
.ajax-success-modal .cart-popup__dismiss a.cart-popup__dismiss-button {
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  line-height: 16px;
  float: left;
  width: 100%;
}
.ajax-success-modal .cart-popup__dismiss a.cart-popup__dismiss-button > i {
  vertical-align: top;
  display: inline-block;
  float: none;
  width: auto;
}
.ajax-success-modal .close-modal {
  position: static;
  width: auto;
}
.ajax-success-modal .close-modal .mdi {
  font-size: 20px;
  color: var(--color-body-text);
    line-height: 20px;
    height: 20px;
    width: 20px;
    float: left;
    }
.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-success-modal .ajax-left.cart-popup-item__image {
  float: left;
  width: auto;
  border: 3px solid var(--color-border);
    }
.ajax-success-modal.modal {
  outline: 0 none;
}
.ajax-success-modal.cart-popup-wrapper--hidden .overlay {
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  visibility: hidden;
}
.ajax-success-modal:not(.cart-popup-wrapper--hidden) .overlay {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  visibility: visible;
}
.ajax-success-modal .cart-content {
  float: none;
  width: auto;
  position: relative;
  margin: 30px auto;
  display: inline-block;
  vertical-align: top;
}
.ajax-success-modal .ajax_price #QComparePrice span.money {
  font-size: 14px;
  text-decoration: line-through;
  color: #666;
  font-weight: 500;
}
.ajax-success-modal .added-to-cart.info i {
  padding-right: 5px;
}
.ajax-success-modal .content-wrap {
  padding-top: 20px;
  float: left;
  width: 100%;
  border-top: 1px solid var(--color-border);
    margin: 15px 0 0;
    text-align: center;
    }
.ajax-success-modal .content-wrap .ajax-content {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.ajax-content-section { 
  display:inline-block;
  text-align:center; 
  width:100%;
  margin:auto; 
}
.modal {
  display: none;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.close-modal {
  float: right;
  bottom: 0;
  position: absolute;
  right: 0;
}
.modal-dialog {
  position: relative;
  margin: 10px auto;
  vertical-align: middle;
  display: inline-block;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  outline: none;
  box-shadow:0 3px 9px rgba(0, 0, 0, .5);	
  -webkit-box-shadow:0 3px 9px rgba(0, 0, 0, .5);
  -moz-box-shadow:0 3px 9px rgba(0, 0, 0, .5);
  -ms-box-shadow:0 3px 9px rgba(0, 0, 0, .5);
  -o-box-shadow:0 3px 9px rgba(0, 0, 0, .5);
}
.ajax-error-modal .modal-inner {
  padding: 40px;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 582px;
  float: left;
  margin: auto;
  z-index: 999;
}
.ajax-product-image {
  width: auto;
  float: left;
  max-width: 100%;
}
.ajax-product-title {
  font: 500 14px/16px var(--font-stack-body);
    color:#555;
    margin: 5px 0 7px;
    }
.ajax-product-title:hover{
  color: var(--color-text);
    }
.ajax-right .ajax_price {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-text);
    float: left;
    width: 100%;
    margin-bottom: 7px;
    font-family: var(--font-stack-body);
      }
.ajax-right {
  float: left;
  width: auto;
  padding: 0 0 0 15px;
  text-align: left;
}
.ajax-right ul.product-details {
  margin: 0 0 10px;
  float: left;
  width: 100%;
}
.ajax-right ul.product-details li.product-details__item {
  margin: 0 0 5px;
  font-size: 13px;
  font-weight: 600;
}
.ajax-right ul.product-details li.product-details__item:last-child {
  margin: 0;
}
.ajax-right .cart-popup-item__quantity {
  float: left;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
}
.ajax-right .ajax_price .visually-hidden {
  font-size: 14px;
  width: 100%;
  float: left;
  margin: 0 0 10px;
  font-weight: 500;
  display: none;
}
.ajax-success-modal .overlay,
.ajax-error-modal .overlay {
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  position: fixed;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
}
.modal-cart {
  display: flex;
  align-items: center;
  float: left;
  width: 100%;
  height: 100%;
}
.modal-cart .product-qty {
  display: none;
}
.ajax-error-modal .modal-inner {
  background: #fff;
  top: 40px;
  bottom: auto;
  width: 400px;
  padding: 0;
}
.ajax-error-modal .modal-inner a.close-modal {
  float: none;
  width: 50px;
  display: inline-block;
  vertical-align: top;
  height: 50px;
  border: 2px solid #fff;
  line-height: 50px;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.ajax-error-modal .modal-inner a.close-modal:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.ajax-error-modal .modal-inner a.close-modal i {
  font-size: 28px;
  color: #fff;
  line-height: 47px;
}
.ajax-error-modal .modal-inner .close-popup {
  background: #e14848;
  padding: 20px 0;
}
.ajax-error-modal .modal-inner .ajax-error-title {
  font-size: 20px;
  line-height: 23px;
  float: left;
  width: 100%;
  margin: 0 0 15px;
  color: #111;
  font-weight: 600;
}
.ajax-error-modal .modal-inner .error-content {
  float: left;
  width: 100%;
  padding: 40px 30px;
}
.ajax-error-modal .modal-inner .ajax-error-message {
  font-size: 14px;
  line-height: 22px;
  float: left;
  width: 100%;
  color: #666;
}
.cart-popup-wrapper.modal .cart-content {
  position: fixed;
  right: 0;
  left: auto;
  top: 0;
  bottom: auto;
  margin: 0;
  border: 1px solid var(--color-border);
    transition: all 400ms cubic-bezier(0.29, 0.63, 0.44, 1);
    -webkit-transition: all 400ms cubic-bezier(0.29, 0.63, 0.44, 1);
    -moz-transition: all 400ms cubic-bezier(0.29, 0.63, 0.44, 1);
    -o-transition: all 400ms cubic-bezier(0.29, 0.63, 0.44, 1);
    -ms-transition: all 400ms cubic-bezier(0.29, 0.63, 0.44, 1);
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    background: var(--color-body);
      width: 400px;
      z-index: 4;
      }
.cart-popup-wrapper.modal .cart-content .content {
  padding: 20px 24px;
  float: left;
  width: 100%;
}
.cart-popup-wrapper.modal .cart-content .content-wrap .ajax-left {
  width: 20%;
  float: left;
}
.cart-popup-wrapper.modal .cart-content .content-wrap .ajax-right {
  width: 80%;
  float: left;
  padding: 0 0 0 15px;
  text-align: left;
}
.cart-popup-wrapper.modal .cart-content .content-wrap .added-to-cart a.cart {
  padding: 11px 0;
  font-weight: 700;
  color: var(--color-btn-primary-text);
    background: var(--color-btn-primary);
      }
.cart-popup-wrapper.modal .cart-content .content-wrap .added-to-cart a.cart::after, .cart-popup-wrapper.modal .cart-content .content-wrap .added-to-cart a.cart::before {
  border-bottom-color: var(--color-btn-secondary);
    color: var(--color-btn-secondary-text);
      }
.cart-popup-wrapper.modal .cart-content .content-wrap .added-to-cart a.cart:hover, .cart-popup-wrapper.modal .cart-content .content-wrap .added-to-cart a.cart:focus, .cart-popup-wrapper.modal .cart-content .content-wrap .added-to-cart a.cart:active {
  color: var(--color-btn-secondary-text);
    }
.cart-popup-wrapper.modal .cart-content .content-wrap .continue-shopping {
  font-size: 12px;
  border-bottom: 1px solid var(--color-border);
    float: none;
    width: auto;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 5px;
    cursor: pointer;
    font-weight: 700;
    color: var(--color-body-text);
      transition: all 400ms ease-in-out 0s;
      -webkit-transition: all 400ms ease-in-out 0s;
      -moz-transition: all 400ms ease-in-out 0s;
      -o-transition: all 400ms ease-in-out 0s;
      -ms-transition: all 400ms ease-in-out 0s;
      }
.cart-popup-wrapper.modal .cart-content .content-wrap .continue-shopping:hover {
  color: var(--color-text-hover-field);
    border-bottom: 1px solid #111;
    }
.cart-popup-wrapper.modal .cart-content .added-to-cart.info {
  color: var(--color-body-text);
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    width: auto;
    float: left;
    margin: 0;
    }
.cart-popup-wrapper.modal .cart-content .ajax-right .ajax-product-title {
  margin-top: 0;
  float: left;
  width: auto;
  line-height: 20px;
}
.cart-popup-wrapper.modal .cart-content .ajax-right .total_itmes {
  float: left;
  width: 100%;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
}
.cart-popup-wrapper.modal.open .cart-content {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
}
#order-summary .product-thumbnail__image {
  max-height: none;
}
#order-summary .product-thumbnail__wrapper {
  border-radius: 0;
}
#order-summary .product-thumbnail::after {
  border-width: 3px;
  border-color: #333;
  border-radius: 0px;
}
@media only screen and (max-width: 1200px) {
  .ajax-error-modal .modal-inner {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .ajax-right .ajax_price {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 543px) {
  .ajax-success-modal .ajax-left.cart-popup-item__image {
    width: 100%;
    margin: 0 0 15px;
  }
  .ajax-error-modal .modal-inner {
    width: 300px;
  }
  .ajax-right {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  .cart-popup-wrapper.modal .cart-content .content-wrap .ajax-left {
    width: 40%;
    margin: 0 0 15px;
    padding: 0;
  }
  .cart-popup-wrapper.modal .cart-content .content {
    padding: 10px 15px 15px 15px;
  }
  .ajax-product-image {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .ajax-error-modal .modal-inner {
    padding: 10px;
    width: 270px;
  }
  .cart-popup-wrapper.modal .cart-content .content-wrap .ajax-right {
    width: 60%;
  }
  .cart-popup-wrapper.modal .cart-content .content-wrap .added-to-cart a.cart {
    margin: 0 0 10px;
  }
  body.cart-open .modal-cart {
    display: block;
  }
  .cart-popup-wrapper.modal .cart-content {
    width: 290px;
  }
}
/*----------- brand logo -------------------*/
.template-index .main-content .shopify-section.brand-logo {
  margin: 0 0 30px;
}
.brand-bar .brand-bar__image {
  opacity: 0.7;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  transition: all 500ms ease-in-out 0s;
  -webkit-transition: all 500ms ease-in-out 0s;
  -moz-transition: all 500ms ease-in-out 0s;
  -o-transition: all 500ms ease-in-out 0s;
  -ms-transition: all 500ms ease-in-out 0s;
}
.brand-bar .brand-bar__image:hover {
  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;
}
#brands_list_slider.owl-theme .owl-dots {
  margin: 20px 0 0;
}
#brands_list_slider .brand-bar__item {
  padding: 0 15px;
  float: left;
  width: 100%;
}
#brands_list_slider.owl-theme:hover .owl-nav {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
}
#brands_list_slider.owl-theme .owl-nav .owl-prev {
  left: -30px;
}
@media (max-width: 992px) {
  #brands_list_slider.owl-theme .owl-nav .owl-prev {
    left: -10px;
  }
}
@media (max-width: 768px) {
  #brands_list_slider.owl-theme .owl-nav .owl-prev {
    left: -5px;
  }
}
#brands_list_slider.owl-theme .owl-nav .owl-next {
  right: -30px;
}
@media (max-width: 992px) {
  #brands_list_slider.owl-theme .owl-nav .owl-next {
    right: -10px;
  }
}
@media (max-width: 768px) {
  #brands_list_slider.owl-theme .owl-nav .owl-next {
    right: -5px;
  }
}
#brands_list_slider.owl-theme .owl-nav .owl-prev, #brands_list_slider.owl-theme .owl-nav .owl-next {
  font-size: 0;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  background: none;
  border: 2px solid #e5e5e5;
  text-align: center;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 5px 8px;
  margin: auto;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
}
@media (max-width: 991px) {
  #brands_list_slider.owl-theme .owl-nav .owl-prev, #brands_list_slider.owl-theme .owl-nav .owl-next {
    height: 35px;
    width: 35px;
    padding: 3px;
  }
}
#brands_list_slider.owl-theme .owl-nav .owl-prev::before {
  font-size: 22px;
  line-height: 26px;
}
#brands_list_slider.owl-theme .owl-nav .owl-next::before {
  font-size: 22px;
  line-height: 26px;
}
@media (max-width: 991px) {
  #brands_list_slider.owl-theme .owl-nav .owl-prev::before, #brands_list_slider.owl-theme .owl-nav .owl-next::before {
    font-size: 20px;
    padding: 0 3px;
  }
}
@media (max-width: 400px) {
  #brands_list_slider.owl-theme .owl-nav .owl-prev::before, #brands_list_slider.owl-theme .owl-nav .owl-next::before {
    font-size: 18px;
  }
}
#brands_list_slider.owl-theme .owl-nav .owl-prev:hover, #brands_list_slider.owl-theme .owl-nav .owl-next:hover {
  background: var(--color-btn-primary);
    border-color: var(--color-btn-primary);
      }
#brands_list_slider.owl-theme .owl-nav .owl-prev:hover::before, #brands_list_slider.owl-theme .owl-nav .owl-next:hover::before {
  color: var(--color-btn-primary-text);
    }
/*-------------------------------------------*/
.grid-view-item .tooltip-label {
  display: none;
}
.shop_table.cart_table td, .shop_table.cart_table .shop_table.cart_table th {
  padding: 15px;
  text-align: center;
  border: none;
  border-bottom: 1px solid var(--color-border);
    }
.shop_table.cart_table .cart__mini-labels {
  display: none;
}
.shop_table.cart_table .js-qty {
  text-align: center;
  float: none;
  margin: 0 auto;
}
.site-navigation {
  border-top: 1px solid #e5e5e5;
  box-shadow: 0 2px 2px rgba(50, 50, 50, 0.1);
  -webkit-box-shadow: 0 2px 2px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0 2px 2px rgba(50, 50, 50, 0.1);
  -ms-box-shadow: 0 2px 2px rgba(50, 50, 50, 0.1);
  -o-box-shadow: 0 2px 2px rgba(50, 50, 50, 0.1);
  display: inline-block;
  width: 100%;
}
#template-index .site-navigation {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.page-header {
  display: none;
}
.breadcrumb__sep {
  position: relative;
  display: inline-block;
  font-size: 0;
}
/*====================== 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-information .product-info {
  display: inline-block;
  margin: 10px 0 20px 0;
  background: #f5f5f5;
  padding: 5px 15px;
  float: left;
  width: auto;
}
.product-information .product-info > p {
  display: table;
  margin: 8px 0;
  float: none;
  width: auto;
}
.product-info .instock, .product-inventory .in-stock, .compare-in-stock {
  color: #1cc373;
  font-weight: 500;
}
.product-info .outstock{
  color:red;
}
.product-information .product-info > p > label {
  display: table-cell;
  width: 145px;
  font-weight: 600;
  font-size: 14px;
  color: var(--color-text);
    float: left;
    margin: 0;
    }
.product-information .review-wrap {
  padding: 0;
}
.product-information .product-information-inner .fixed-content .qty_attr {
  padding: 0;
}
.product-information .product-information-inner .product-single__price span.discount-percentage {
  font-size: 13px;
  color: #ff0000;
}
.product-information .product-information-inner .product-actions .selector-wrapper {
  float: left;
  margin: 0 5px 10px 0;
  width: 140px;
}
.product-information .flip-countdown .countdown-block.countdown-container {
  float: none;
  width: auto;
  position: static;
  background: var(--color-body);
    border: none;
    display: inline-block;
    vertical-align: top;
    padding: 15px;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    border: 1px solid var(--color-border);
      height: auto;
      }
@media (max-width: 480px) {
  .product-information .flip-countdown .countdown-block.countdown-container {
    display: inline-block !important;
    height: auto;
  }
}
.product-information .flip-countdown.simple-countdown .countdown-container::after {
  left: 10px;
}
.product-information-inner .product-single__price #comparePrice, .product-desc .product-single__price #comparePrice1 {
  font-size: 14px;
  color: var(--color-body-text);
    }
.spr-summary-starrating {
  font-size: 10px;
  color: #ffbf34;
}
.spr-starratings {
  font-size: 12px !important;
  color: #ffbf34;
}
.spr-review-header .spr-review-header-title {
  font-size: 14px;
  margin: 0;
  font-weight: 700;
}
.spr-review {
  padding: 15px 0 !important;
  border-top: 1px solid var(--color-border) !important;
    }
.spr-container {
  padding: 0 !important;
  border: none !important;
}
.spr-badge-starrating {
  margin: 0 !important;
}
.spr-form {
  padding: 0 !important;
  border-color: var(--color-border) !important;
    }
span.spr-badge-caption {
  padding-left: 10px;
  border-left: 1px solid var(--color-border);
    margin-left: 8px;
    }
#shopify-product-reviews .spr-content .spr-form-title {
  font-size: 16px !important;
  line-height: 30px !important;
  margin-bottom: 15px !important;
  color: var(--color-text);
    font-weight: 600;
    }
.spr-icon {
  font-size: 12px !important;
  line-height: 18px !important;
}
.spr-form-input.spr-starrating .spr-icon {
  color: #ffbc00;
}
.spr-form-input.spr-starrating .spr-icon.spr-icon-star-empty {
  color: #5c5c5c;
}
a.spr-icon.spr-icon-star.spr-icon-star-empty.spr-icon-star-hover {
  color: #ffbc00;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}
.product-single .product-single__description .spr-icon:hover.spr-icon-star-empty {
  color: #ffbc00 !important;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}
#shopify-product-reviews .spr-form-label, #shopify-product-reviews .spr-review-content-body {
  font-size: 13px;
  line-height: 24px;
  color: var(--color-body-text);
    }
.product-single__photos .main_image_wrap {
  float: left;
  width: 100%;
}
.product-single .product-single__thumbs .grid-item.slick-slide a {
  float: left;
  padding: 0;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.product-single .product-single__thumbs .grid-item.slick-slide a:hover {
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
}
.product-single .product-single__thumbs.vertical_left .grid-item a, .product-single .product-single__thumbs.vertical_right .grid-item a {
  float: none;
  width: auto;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 991px) {
  .product-single.vertical_left .product-wrapper-owlslider, .product-single.vertical_right .product-wrapper-owlslider, .product-single.vertical_left .product-information, .product-single.vertical_right .product-information {
    width: 100%;
  }
}
@media (max-width: 768px) and (min-width: 991px) {
  .product-single.vertical_left .product-information-inner .checkout-btn, .product-single.vertical_right .product-information-inner .checkout-btn {
    margin: 0;
  }
}
.product-single .social-sharing i {
  height: 17px;
  width: 25px;
  float: left;
  text-align: center;
  line-height: 17px;
  margin: 0 5px 0 0;
  font-size: 16px;
  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.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-information-inner .product-single__price span#productPrice, .product-desc .product-single__price span#productPrice1 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--color-btn-primary);
    font-family: var(--font-stack-body);
      }
@media (max-width: 1199px) {
  .product-single .social-sharing span.share-title {
    display: none;
  }
}
.product-grid .products-grid-view .grid-item.product-short-list {
  width: 100%;
  padding: 0;
}
/*--------------------- Quantity CSS ----------------------*/
.qty-box-set {
  float: left;
  width: auto;
  position: relative;
  margin-right: 10px;
  overflow: hidden;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  border: 1px solid var(--color-border);
    }
.qty-box-set .quantity, .qty-box-set .quantity1 {
  border: none;
  width: 120px;
  height: 42px;
  line-height: 42px;
  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;
}
@media (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 {
  font-size: 16px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  text-decoration: none;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  float: none;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  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: #f5f5f5;
  cursor: pointer;
}
@media (max-width: 480px) {
  .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;
}
.qty-box-set .qtyplus, .qty-box-set .qtyplus1 {
  left: auto;
  right: 0;
}
.qty-box-set .qtyminus, .qty-box-set .qtyminus1 {
  left: 0;
  right: auto;
  border-right: none;
}
.qty-box-set .quantity, .qty-box-set .quantity1 {
  -webkit-appearance: textfield !important;
  appearance: textfield !important;
  -moz-appearance: textfield;
}
.qty-box-set input[type=number]::-webkit-textfield-decoration-container {
  background: #fff;
  -webkit-appearance: none;
}
.qty-box-set input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart-qty-box-set {
  float: left;
  width: auto;
  border: 1px solid var(--color-border);
    margin-right: 10px;
    position: relative;
    }
.cart-qty-box-set .quantity {
  border: none;
  width: 100px;
  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 [type=number]::-webkit-inner-spin-button, .cart-qty-box-set [type=number]::-webkit-outer-spin-button {
  -webkit-appearance: auto;
}
table.shop_table.cart_table tfoot {
  display: none;
}
.qnt_wrap {
  float: left;
  width: 100%;
  overflow: hidden;
}
/* Adds a box around the numeric value in Safari and Chrome */
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  /* Removes leftover margin */
}
.qty-box-setinput [type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.qty-section.quantity-box .actions.hidden-md.hidden-xs.hidden-sm {
  display: none;
}
.product-single .product-information-inner .fixed-content > .quantity .qty-box-set input#Qty {
  float: left;
  width: 120px;
  height: auto;
}
/*----- product tab ------*/
.TTProduct-Tab {
  float: left;
  width: 100%;
  text-align: center;
}
.TTProduct-Tab .nav-tabs {
  float: none;
  width: auto;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 30px;
}
@media (max-width: 480px) {
  .TTProduct-Tab .nav-tabs {
    margin: 0 0 20px;
  }
}
.TTProduct-Tab .nav-tabs > li {
  float: none;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media (max-width: 480px) {
  .TTProduct-Tab .nav-tabs > li {
    width: 80%;
  }
}
.TTProduct-Tab .nav-tabs > li > a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  font: 600 14px/18px var(--font-stack-body);
    outline: medium none;
    padding: 10px 20px;
    position: relative;
    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;
    margin: 0 2px;
    overflow: hidden;
    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;
    font-size: 13px;
    margin: 0 0 8px;
  }
}
.TTProduct-Tab .nav-tabs > li > a:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.TTProduct-Tab .nav-tabs > li > a:hover::after {
  height: 100%;
}
.TTProduct-Tab .nav-tabs > li:last-child > a {
  margin-right: 0;
}
.TTProduct-Tab .nav-tabs > li.active > a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.product-single__description .product_tab_wrapper {
  clear: both;
  margin: 50px 0 40px;
  text-align: center;
  padding: 0;
  border: 1px solid var(--color-border);
    }
@media (max-width: 991px) {
  .product-single__description .product_tab_wrapper {
    margin: 30px 0 10px;
  }
}
@media (max-width: 480px) {
  .product-single__description .product_tab_wrapper {
    margin: 30px 0 0;
  }
}
.product-single__description .product_tab_wrapper ul.tabs {
  border-bottom: 1px solid var(--color-border);
    }
@media (min-width: 481px) {
  .product-single__description .product_tab_wrapper ul.tabs {
    margin-bottom: 0;
    display: flex;
    align-items: center;
  }
}
.product-single__description .product_tab_wrapper ul.tabs li {
  position: relative;
  border-right: 1px solid var(--color-border);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    }
@media (max-width: 480px) {
  .product-single__description .product_tab_wrapper ul.tabs li {
    border-bottom: 1px solid var(--color-border);
      border-right: none;
      }
}
.product-single__description .product_tab_wrapper ul.tabs li:last-child {
  border-right: none;
}
@media (max-width: 480px) {
  .product-single__description .product_tab_wrapper ul.tabs li:last-child {
    border-bottom: none;
  }
}
.product-single__description .product_tab_wrapper ul.tabs li:last-child > a {
  margin-right: 0;
}
.product-single__description .product_tab_wrapper ul.tabs li > a {
  float: none;
  font-size: 16px;
  line-height: 18px;
  margin: 0;
  padding: 20px 0;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  border: none;
  background: none;
  text-transform: uppercase;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  font-family: var(--font-stack-body);
    opacity: 0.7;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    -webkit-opacity: 0.7;
    }
@media (max-width: 767px) {
  .product-single__description .product_tab_wrapper ul.tabs li > a {
    padding: 10px;
  }
}
@media (max-width: 480px) {
  .product-single__description .product_tab_wrapper ul.tabs li > a {
    width: 100%;
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 16px;
  }
}
.product-single__description .product_tab_wrapper ul.tabs li > a::after {
  position: absolute;
  content: '';
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: -1;
  height: 100%;
  width: 0;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.product-single__description .product_tab_wrapper ul.tabs li > a:hover::after {
  width: 100%;
}
.product-single__description .product_tab_wrapper ul.tabs li.active > a, .product-single__description .product_tab_wrapper ul.tabs li:hover > a {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}
.product-single__description .product_tab_wrapper ul.tabs li.active > a {
  border: none;
  background: none;
}
.product-single__description .product_tab_wrapper .tab-container {
  padding: 30px;
  float: left;
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .product-single__description .product_tab_wrapper .tab-container {
    padding: 15px;
  }
}
.product-single__description .product_tab_wrapper .tab-container img {
  float: left;
}
.product-single__description .product_tab_wrapper .tab-container .table-responsive {
  float: left;
  width: 100%;
}
.product-single__description .product_tab_wrapper .tab-container .table-responsive table {
  table-layout: auto;
}
.product-single__description .product_tab_wrapper table th.label {
  float: left;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  border: none;
  text-align: left;
  padding: 15px;
  line-height: 20px;
}
.product-single__description .product_tab_wrapper table tr {
  border-bottom: 1px solid var(--color-border);
    }
.product-single__description .product_tab_wrapper table td {
  padding: 15px;
}
.product-single .tab-pane p {
  margin: 0;
  font-size: 13px;
}
@media (max-width: 480px) {
  .product-single__description .tabs > li {
    width: 100%;
  }
}
#shopify-product-reviews {
  text-align: left;
  margin: 0 !important;
}
.product-single__description .tab-pane .spr-summary {
  text-align: left;
}
.product-information-inner #AddToCartForm .product-single__variants .selector-wrapper {
  float: left;
  margin-right: 10px;
  width: 140px;
}
/*----------------------------- END --------------------------*/
.product-wrapper .product {
  display: block;
  margin-bottom: 0;
}
ul.nav-tabs.jquery-tab-pager-tabbar {
  margin-bottom: 20px;
  border: none;
}
.product_title .product_img {
  width: 100px;
}
@media (max-width: 1200px) {
  .has_bg .tab-inner.tab-content.tab-container .owl-carousel .owl-stage-outer {
    margin: 0;
  }
}
#newproduct_products_slider .owl-stage-outer {
  margin: 0 1px 0 0;
}
.has_bg #newproduct_products_slider {
  margin: 25px 0 0;
}
@media (max-width: 1200px) {
  .has_bg #newproduct_products_slider {
    padding: 0;
    margin: 0;
  }
  .has_bg #newproduct_products_slider .owl-carousel .owl-stage-outer {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .has_bg #newproduct_products_slider {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .has_bg #newproduct_products_slider {
    padding: 0 5px;
  }
}
/*-------------------- GoTo Top ------------------*/
#GotoTop {
  background: var(--color-btn-secondary);
    border: 2px solid var(--color-btn-primary-text);
      border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      -khtml-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: 16px;
      z-index: 1;
      color: var(--color-btn-secondary-text);
        display: none;
        top: auto !important;
        font-size: 12px;
        transition: all 400ms ease-in-out 0s;
        -webkit-transition: all 400ms ease-in-out 0s;
        -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 var(--color-btn-primary-text);
      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;
}
/*--------------------- contact form --------------------*/
.contact-form .btn {
  background: var(--color-btn-primary);
    color: var(--color-btn-primary-text);
      padding: 10px 25px;
      }
.contact-form .btn:hover, .contact-form .btn:active, .contact-form .btn:focus {
  background: var(--color-btn-secondary);
    color: var(--color-btn-secondary-text);
      }
.contac-us-page .address-container .content {
  font-size: 16px;
}
.address-container .address-text {
  width: 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 .content {
  font-size: 13px;
}
.address-container .address-text .content > .address-label {
  font-size: 16px;
  font-weight: 600;
  color: #111;
}
.address-container .address-text .icon {
  font-size: 30px;
  height: 90px;
  width: 90px;
  text-align: center;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 0 3px #aaa;
  -moz-box-shadow: 0 0 0 3px #aaa;
  -ms-box-shadow: 0 0 0 3px #aaa;
  -o-box-shadow: 0 0 0 3px #aaa;
  box-shadow: 0 0 0 3px #aaa;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  margin-bottom: 35px;
  color: #aaa;
  z-index: 1;
  position: relative;
}
.address-container .address-text .icon::after {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-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;
    -webkit-transition: transform 0.2s, opacity 0.3s;
    -moz-transition: transform 0.2s, opacity 0.3s;
    -o-transition: transform 0.2s, opacity 0.3s;
    -ms-transition: transform 0.2s, opacity 0.3s;
    }
.address-container .address-text:hover .icon {
  color: var(--color-btn-secondary-text);
    -webkit-box-shadow: 0 0 0 3px var(--color-btn-secondary);
      -moz-box-shadow: 0 0 0 3px var(--color-btn-secondary);
        -ms-box-shadow: 0 0 0 3px var(--color-btn-secondary);
          -o-box-shadow: 0 0 0 3px var(--color-btn-secondary);
            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;
}
.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 {
  margin: 20px 0;
}
.contact-us-page .icon i.mdi {
  font-size: 36px;
  line-height: 90px;
}
.contact-us-page .address-container .small-title {
  color: var(--color-text);
    margin: 0 0 40px;
    font-family: var(--font-stack-body);
      text-transform: uppercase;
      }
@media (max-width: 480px) {
  .contact-us-page .address-container .small-title {
    margin: 0 0 20px;
    font-size: 22px;
  }
}
.contact-us-page .address-container .small-title span {
  font-weight: 600;
}
@media (max-width: 767px) {
  .template-page .contact-us-page {
    padding: 0;
  }
}
/*--------------------- wishlist page -----------------------*/
.template-page .product-thumbnail img {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.wishlist.template-page .table-responsive {
  border: none;
}
.wishlist_table thead th span {
  font: 500 14px/16px var(--font-stack-body);
    color: var(--color-text);
      text-transform: uppercase;
      }
.wishlist_table .product-stock-status .wishlist-in-stock.wishlist-out-of-stock {
  color: #ff0000;
}
.wishlist_table .product-remove, .wishlist_table .product-thumbnail, .wishlist_table .product-name, .wishlist_table .product-price, .wishlist_table .product-stock-stauts, .wishlist_table .wishlist-product-price.product-price, .wishlist_table .product-stock-status, .wishlist_table .product-add-to-cart {
  text-align: center;
  padding: 15px;
  position: relative;
}
.wishlist_table .wishlist-product-price.product-price span.money {
  color: var(--color-btn-primary);
    font-weight: 500;
    font-family: var(--font-stack-body);
      }
@media (max-width: 767px) {
  .wishlist_table .product-thumbnail {
    padding: 10px;
    float: none;
    width: 80px;
  }
}
@media (max-width: 590px) {
  .wishlist_table .product-thumbnail {
    float: left;
    border: none;
    border-top: 1px solid var(--color-border);
      }
}
.wishlist_table .product-thumbnail a {
  float: none;
  width: auto;
  display: inline-block;
  vertical-align: top;
}
.wishlist_table .product-remove .remove_from_wishlist {
  font-size: 16px;
  font-weight: 700;
  height: 20px;
  left: 0;
  line-height: 20px;
  position: absolute;
  right: 0;
  width: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.wishlist_table .product-remove .remove_from_wishlist:hover {
  background: var(--color-btn-secondary);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    color: var(--color-btn-secondary-text);
      }
@media (max-width: 767px) {
  .wishlist_table thead .product-thumbnail {
    border: none;
    padding: 0;
  }
  .wishlist_table .table-responsive {
    z-index: 1;
    position: relative;
  }
}
@media (max-width: 480px) {
  .wishlist_table td.product-thumbnail {
    width: 100px;
    float: left;
  }
}
.template-page .shop_table > thead {
  background: var(--color-body);
    }
/*---------------- Other pages CSS --------------------*/
.template-page .page-content {  
  padding: 25px;
  float: left;
  width: 100%;
}
/*---------- Product compare error modal--------------*/
.customer_account .compare-icon-div .compare-icon {
  font-size: 13px;
}
.customer_account .compare-icon-div span.compare-count {
  font-family: normal;
}
.compare_table .compare-box td span.money {
  font-family: var(--font-stack-body);
    font-weight: 500;
    color: var(--color-btn-primary);
      }
.compare_table .compare-box .productname td a {
  color: var(--color-text);
    font-weight: 600;
    }
@media (max-width: 767px) {
  .compare-box td a {
    float: left;
    width: 150px;
  }
}
body.compare .table-responsive {
  border-color: var(--color-border);
    }
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;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  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 .close {
  opacity: 1;
}
body .compare-model .modal .modal-dialog .modal-content .close .mdi-close {
  font-size: 22px;
  color: var(--color-text);
    font-weight: 300;
    padding: 0;
    line-height: 24px;
    display: inline-block;
    zoom: 1;
    }
body .compare-model .modal .modal-dialog .modal-content .modal-body {
  background-color: var(--color-body);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px 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;
}
/*-------------------------- Product image hover effect ----------------*/
.product-wrapper .product-thumb .left_img .second-productimg .image_thumb_swap, .product-wrapper .product-thumb .right_img .second-productimg .image_thumb_swap {
  left: -100%;
  right: auto;
}
.product-wrapper .product-thumb .right_img .second-productimg .image_thumb_swap {
  right: -100%;
  left: auto;
}
.product-wrapper .product-thumb .zoom_img .second-productimg .image_thumb_swap {
  margin: 0 auto;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
}
.product-wrapper:hover .product-thumb .left_img .second-productimg .image_thumb_swap, .product-wrapper:hover .product-thumb .right_img .second-productimg .image_thumb_swap {
  left: 0;
  right: 0;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  visibility: visible;
}
.product-wrapper:hover .product-thumb .zoom_img .second-productimg .image_thumb_swap {
  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);
  visibility: visible;
}
@media (max-width: 480px) {
  .product-wrapper .qty-box-set .qtyplus, .product-wrapper .qty-box-set .qtyminus {
    width: 30px;
  }
}
@media (max-width: 480px) {
  .product-wrapper .qty-box-set .quantity {
    width: 100px;
  }
}
/*======================= Product tab CSS ============================*/
.tab-inner .nav.nav-tabs {
  border: medium none;
  display: inline-block;
  float: none;
  vertical-align: top;
  width: auto;
  margin: 0 0 25px;
  position: relative;
}
@media (max-width: 480px) {
  .tab-inner .nav.nav-tabs {
    margin: 0 0 15px;
  }
}
.tab-inner .owl-nav {
  display: none;
}
.tab-inner .product_col3 .owl-carousel .owl-item {
  width: 33.33%;
}
@media (max-width: 767px) {
  .tab-inner .product_col3 .owl-carousel .owl-item {
    width: 50%;
  }
}
.tab-inner .product_col5 .owl-carousel .owl-item {
  width: 20%;
}
@media (max-width: 1200px) {
  .tab-inner .product_col5 .owl-carousel .owl-item {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .tab-inner .product_col5 .owl-carousel .owl-item {
    width: 50%;
  }
}
.tab-inner .product_col4 .owl-carousel .owl-item {
  width: 25%;
}
@media (max-width: 1200px) {
  .tab-inner .product_col4 .owl-carousel .owl-item {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .tab-inner .product_col4 .owl-carousel .owl-item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .tab-inner.tab-content {
    float: left;
    width: 100%;
  }
  .tab-inner.tab-content .contents {
    padding: 0 5px;
    float: left;
    width: 100%;
  }
}
/*------------------- Color And Size ----------------*/
.item-swatch.color_swatch_Value label {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-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%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    padding: 1px;
    float: none;
    margin: 0;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    }
.color_swatch_Value li:hover, .color_swatch_Value li.color.active {
  border-color: #b2b2b2;
}
.product-sizes .product-size li {
  vertical-align: top;
  display: inline-block;
  padding: 1px;
  float: 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;
  border: 2px solid var(--color-border);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    line-height: 15px;
    text-align: center;
    }
.product-sizes .product-size li:hover, .product-sizes .product-size li.active {
  border-color: #b2b2b2;
}
.product-sizes .product-size li label {
  cursor: pointer;
  float: left;
  height: 22px;
  width: 22px;
  margin: 0;
}
.product-list .product-layouts .product-wrapper .product-description .item-swatch.color_swatch_Value, .product-short-list .product-layouts .product-wrapper .product-description .item-swatch.color_swatch_Value {
  margin: 0;
  float: left;
  width: 100%;
  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;
  visibility: visible;
  position: static;
  text-align: left;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 480px) {
  .product-list .product-layouts .product-wrapper .product-description .item-swatch.color_swatch_Value, .product-short-list .product-layouts .product-wrapper .product-description .item-swatch.color_swatch_Value {
    text-align: center;
  }
}
.product-layouts .product-wrapper .color-size {
  float: none;
  width: auto;
  left: 0;
  margin: 0 auto;
  bottom: 0;
  position: absolute;
  right: 0;
  top: auto;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  visibility: hidden;
  display: inline-block;
  vertical-align: top;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
}
.product-layouts .product-wrapper:hover .color-size {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}
.product-layouts .product-wrapper .item-swatch.color_swatch_Value {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: auto;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  text-align: center;
  margin: 0;
}
.product-layouts .product-wrapper .product-sizes .product-size li label {
  height: 18px;
  width: 18px;
  font-size: 12px;
}
.product-layouts .product-wrapper .product-sizes .product-size li input[type="text"] {
  display: none;
}
.product-layouts .product-wrapper .item-swatch.color_swatch_Value label {
  height: 16px;
  width: 16px;
  font-size: 12px;
}
.product-layouts .product-wrapper .item-swatch.color_swatch_Value input[type="text"] {
  display: none;
}
.product-layouts .product-wrapper .product-sizes {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: auto;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  text-align: center;
}
.product-layouts .product-wrapper .product-sizes ul.product-size {
  margin: 0;
}
.product-layouts .product-wrapper .product-sizes ul.product-size li .size-label {
  float: left;
  width: 100%;
}
.product-layouts .product-wrapper .product-sizes ul.product-size li .hidden {
  float: none;
  vertical-align: top;
}
.product-layouts .product-wrapper .product-sizes ul.product-size li .hidden img {
  width: 36px;
}
.product-layouts .product-wrapper .product-sizes ul.product-size li label {
  float: none;
  vertical-align: top;
  display: inline-block;
}
.product-list .product-layouts .product-wrapper .color-size, .product-short-list .product-layouts .product-wrapper .color-size {
  position: static;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  visibility: visible;
  margin: 0;
  display: inline-block;
  float: left;
  width: 100%;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}
@media (max-width: 480px) {
  .product-list .product-layouts .product-wrapper .color-size, .product-short-list .product-layouts .product-wrapper .color-size {
    text-align: center;
    float: left;
    width: 100%;
    margin: 0;
  }
}
.product-list .product-layouts .product-wrapper .color-size .item-swatch.color_swatch_Value, .product-short-list .product-layouts .product-wrapper .color-size .item-swatch.color_swatch_Value {
  position: static;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  visibility: visible;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}
.product-list .product-layouts .product-wrapper:hover .color-size .item-swatch.color_swatch_Value, .product-short-list .product-layouts .product-wrapper:hover .color-size .item-swatch.color_swatch_Value {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  visibility: visible;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}
.product-list .product-layouts .product-wrapper .product-sizes, .product-short-list .product-layouts .product-wrapper .product-sizes {
  position: static;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  visibility: visible;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  text-align: left;
}
.product-list .product-layouts .product-wrapper:hover .product-sizes, .product-short-list .product-layouts .product-wrapper:hover .product-sizes {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  visibility: visible;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}
/*======================= Product Button Common CSS ============================*/
.product-wrapper .btn_wrapper .pro_btn form {
  float: left;
  height: 100%;
  margin: 0;
  width: 100%;
}
.product-wrapper .btn_wrapper .pro_btn a, .product-wrapper .btn_cart .pro_btn a {
  cursor: pointer;
  float: right;
  width: 45px;
  height: 45px;
  padding: 0;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
}
@media (max-width: 991px) {
  .product-wrapper .btn_wrapper .pro_btn a, .product-wrapper .btn_cart .pro_btn a {
    height: 40px;
    width: 40px;
  }
}
@media (max-width: 480px) {
  .product-wrapper .btn_wrapper .pro_btn a, .product-wrapper .btn_cart .pro_btn a {
    height: 35px;
    width: 35px;
  }
}
@media (max-width: 400px) {
  .product-wrapper .btn_wrapper .pro_btn a, .product-wrapper .btn_cart .pro_btn a {
    height: 30px;
    width: 30px;
  }
}
.product-wrapper .btn_wrapper .pro_btn a > i, .product-wrapper .btn_cart .pro_btn a > i {
  height: 45px;
  width: 45px;
  float: none;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 45px;
  text-align: center;
}
@media (max-width: 991px) {
  .product-wrapper .btn_wrapper .pro_btn a > i, .product-wrapper .btn_cart .pro_btn a > i {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
}
@media (max-width: 480px) {
  .product-wrapper .btn_wrapper .pro_btn a > i, .product-wrapper .btn_cart .pro_btn a > i {
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .product-wrapper .btn_wrapper .pro_btn a > i, .product-wrapper .btn_cart .pro_btn a > i {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 14px;
  }
}
.product-wrapper .pro_btn a.add-to-cart-disable {
  cursor: not-allowed;
}
.product-wrapper .pro_btn a.add-to-cart-disable:hover, .product-wrapper .pro_btn a.add-to-cart-disable:focus, .product-wrapper .pro_btn a.add-to-cart-disable:active {
  background: var(--color-btn-primary);
    }
@media (max-width: 480px) {
  .grid-view-item .product-wrapper .btn_cart .pro_btn a > i {
    text-align: center;
  }
}
/*======================= Product Grid and List Views ============================*/
.product-cat-item {
  float: left;
  position: relative;
  margin-bottom: 25px;
}
.product-layouts {
  display: inline-block;
  float: left;
  width: 100%;
}
@media (max-width: 480px) {
  .product-layouts {
    padding: 0 10px;
  }
}
.product-wrapper {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  float: left;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .product-wrapper {
    margin-bottom: 20px;
  }
}
.product-wrapper .sold-out-tag {
  margin: 0;
  position: absolute;
  height: 75px;
  width: 75px;
  line-height: 65px;
  background: #d63030;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  padding: 5px;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 480px) {
  .product-wrapper .sold-out-tag {
    height: 55px;
    width: 55px;
    line-height: 14px;
    padding: 12px;
  }
}
.product-wrapper .sold-out-tag .tag {
  background: none;
  color: #fff;
  padding: 0;
  font-size: 12px;
  line-height: 14px;
}
.product-list .product-wrapper {
  text-align: left;
}
.product-list .product-wrapper .btn_wrapper {
  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, .slider-specialproduct .product-layouts .product-thumb {
  float: left;
  width: 100%;
  padding: 0;
  position: relative;
  overflow: hidden;
}
@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, .slider-specialproduct .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-layouts .product-wrapper .product-thumb .fade_img img.image_thumb_swap {
  left: 0;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 500ms ease-in-out 0s;
  -webkit-transition: all 500ms ease-in-out 0s;
  -moz-transition: all 500ms ease-in-out 0s;
  -o-transition: all 500ms ease-in-out 0s;
  -ms-transition: all 500ms ease-in-out 0s;
  margin: auto;
  bottom: 0;
}
.product-layouts .product-wrapper .product-thumb .fade_img img.image_thumb {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  visibility: visible;
  transition: all 500ms ease-in-out 0s;
  -webkit-transition: all 500ms ease-in-out 0s;
  -moz-transition: all 500ms ease-in-out 0s;
  -o-transition: all 500ms ease-in-out 0s;
  -ms-transition: all 500ms ease-in-out 0s;
}
.product-layouts .product-wrapper .product-thumb .btn_wrapper {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: auto;
  width: auto;
}
.product-layouts .product-wrapper .product-thumb .left_img, .product-layouts .product-wrapper .product-thumb .right_img {
  overflow: hidden;
  position: relative;
  padding: 0;
}
@media (max-width: 767px) {
  .product-layouts .product-wrapper .product-thumb .left_img, .product-layouts .product-wrapper .product-thumb .right_img {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: auto;
  }
}
@media (max-width: 767px) {
  .product-layouts .product-wrapper:hover .btn_wrapper {
    bottom: 5px;
  }
}
.product-layouts.product-price--sold-out .product-wrapper .product-thumb a.grid-view-item__link {
  opacity: 0.7;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  filter: grayscale(1);
}
.product-layouts .zoom_img, .product-layouts .fade_img {
  overflow: hidden;
  padding: 0;
  position: relative;
}
@media (max-width: 767px) {
  .product-layouts .zoom_img, .product-layouts .fade_img {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: auto;
  }
}
.product-wrapper .btn_cart .pro_btn .btn.add-to-cart-disable {
  opacity: 0.6;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
}
.product-layouts .product-wrapper:hover .product-thumb a.grid-view-item__link {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}
.product-wrapper .btn_wrapper .pro_btn a.add-to-cart-disable::before, .product-wrapper .btn_cart .pro_btn a.add-to-cart-disable::before, .product-wrapper .btn_wrapper .pro_btn a.add-to-cart-disable::after, .product-wrapper .btn_cart .pro_btn a.add-to-cart-disable::after {
  display: none;
}
.tab-pane .product-layouts.grid-view-item .product-wrapper .product-description, .special-product-div .product-layouts.grid-view-item .product-wrapper .product-description, .products-grid-view > .product-grid .product-layouts .product-wrapper .product-description, .related-products .product-layouts.grid-view-item .product-wrapper .product-description, #recently-viewed-products .product-wrapper .product-description, .search-products .product-wrapper .product-description, #newproduct_products_slider .product-wrapper .product-description {
  width: 100%;
  position: relative;
  float: left;
  text-align: center;
  padding: 15px 0 0;
}
.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, .special-product-div .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, .list-collection-products .product-layouts .product-wrapper .product-description .grid-view-item__vendor {
  display: none;
}
.product-description .h4 {
  float: left;
  width: 100%;
  margin: 0 0 5px;
  white-space: nowrap;
}
#slidedown-cart .product-details .product-name > a {
  float: left;
  width: 100%;
  margin: 5px 0;
  text-overflow: ellipsis;
  overflow: hidden;
  font: 400 13px/20px var(--font-stack-body);
    }
.product-layouts.grid-view-item .product-wrapper .product-description .grid-view-item__meta {
  float: left;
  width: 100%;
  margin: 0;
}
.product-layouts.grid-view-item .product-wrapper .product-description .grid-view-item__meta .grid-link__org_price {
  float: left;
  width: 100%;
  font-family: var(--font-stack-body);
    }
.product-price__price, .product-price__price .money, .price, price .money {
  font: 500 16px/18px var(--font-stack-body);
    color: var(--color-btn-primary);
      }
@media (max-width: 767px) {
  .product-price__price, .product-price__price .money, .price, price .money {
    font-size: 14px;
  }
}
.product-price__price.compare_price .money, .product-price__price.compare_price {
  font: 400 14px/16px var(--font-stack-body);
    color: var(--color-body-text);
      }
@media (max-width: 767px) {
  .product-price__price.compare_price .money, .product-price__price.compare_price {
    font-size: 12px;
  }
}
.sale-price,.price--on-sale .regular-price {
  display: none;
}
.price--on-sale .sale-price,.regular-price {
  display: block;
}
.grid-view-item__meta .discount-percentage {
  color: #ff0000;
}
.product-price__sale-label, .product-wrapper .custom_label {
  position: absolute;
  left: -25px;
  right: auto;
  top: 10px;
  bottom: auto;
  color: #444;
  font-size: 13px;
  line-height: 20px;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  visibility: hidden;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
@media (max-width: 991px) {
  .product-price__sale-label, .product-wrapper .custom_label {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    visibility: visible;
    left: 10px;
    font-size: 12px;
    top: 5px;
  }
}
@media (max-width: 480px) {
  .product-price__sale-label, .product-wrapper .custom_label {
    font-size: 10px;
  }
}
.product-wrapper:hover .product-price__sale-label {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  visibility: visible;
  left: 10px;
}
.product-short-list .product-price__sale-label {
  font-size: 10px;
}
.product-wrapper .custom_label {
  top: 30px;
}
@media (max-width: 991px) {
  .product-wrapper .custom_label {
    top: 22px;
  }
}
.product-short-list .product-wrapper .custom_label {
  font-size: 10px;
}
.product-wrapper:hover .custom_label {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  left: 10px;
  visibility: visible;
}
.product-wrapper .product-description .spr-badge {
  float: left;
  width: 100%;
}
/*---------------- recently viewed products ------------------*/
#recently-viewed-products {
  float: left;
  width: 100%;
  margin: 10px 0 0;
}
@media (max-width: 480px) {
  #recently-viewed-products {
    padding: 0 5px;
  }
}
#recently-viewed-products .product-wrapper .product-description span.price {
  margin: 0;
  float: none;
  display: inline-block;
  vertical-align: top;
}
#recently-viewed-products .product-wrapper {
  margin-bottom: 0;
}
#recently-viewed-products .product-price-and-shipping {
  float: none;
  width: auto;
  margin: 6px 0;
  display: inline-block;
  vertical-align: top;
}
#recently-viewed-products-wrap {
  float: left;
  width: 100%;
  margin: 0 0 40px;
  text-align: center;
}
@media (max-width: 1199px) {
  #recently-viewed-products-wrap {
    margin: 20px 0 0;
  }
}
@media (max-width: 767px) {
  #recently-viewed-products-wrap {
    margin: 15px 0 0;
  }
}
#recently-viewed-products-wrap > .container {
  padding: 0;
}
#recently-viewed-products-wrap .product-container {
  margin: 0 0 20px;
  float: left;
  width: 100%;
}
#recently-viewed-products-wrap .style2 .product-wrapper .ttimg-bg {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .disable_menutoggle.menu_left .product-arrows .left {
    left: 300px;
  }
  .disable_menutoggle.menu_right .product-arrows .right {
    right: 300px;
  }
}
.product-arrows {
  width: auto;
  height: 37px;
  line-height: 30px;
  margin: 0;
  float: right;
}
@media (max-width: 360px) {
  .product-arrows {
    text-align: center;
  }
}
.product-arrows div i {
  background: #111 none repeat scroll 0 0;
  color: #ffffff;
  font-size: 15px;
  height: 104px;
  padding: 40px 10px;
  width: 30px;
  line-height: 25px;
}
@media (max-width: 991px) {
  .product-arrows div i {
    background: #111 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 15px;
    height: 40px;
    padding: 9px 14px;
    width: 40px;
    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: 991px) {
  .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: 991px) {
  .product-arrows a:hover img {
    display: none;
  }
}
.product-arrows div a .title {
  display: none;
}
.product-arrows span {
  width: 35px;
  text-align: center;
  height: 35px;
  border: 1px solid var(--color-border);
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -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: 2px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    }
@media (max-width: 767px) {
  .product-arrows span {
    width: 30px;
    height: 30px;
  }
}
.product-arrows span a {
  width: 100%;
  height: 100%;
  float: left;
  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;
}
.product-arrows span a .mdi {
  font-size: 20px;
  line-height: 33px;
  padding: 0 5px 0 7px;
}
@media (max-width: 767px) {
  .product-arrows span a .mdi {
    line-height: 30px;
    padding: 0 4px;
  }
}
.product-arrows span:hover {
  border-color: var(--color-product-secondary);
    }
.product-arrows span:hover a {
  background: var(--color-product-secondary);
    color: var(--color-product-secondary-text);
      }
.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;
}
#shopify-section-product-template-5 .product-information .add-to-wishlist.pro_btn .loading {
  float: none !important;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 767px) {
  .design_3 .product-arrows {
    top: -35px;
    float: right;
  }
}
#recently-viewed-products:hover .owl-nav {
  visibility: visible;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}
@media (max-width: 1260px) {
  #recently-viewed-products .owl-nav {
    margin: 10px 0 0;
  }
}
/*----------- New-product ----------*/
.slider-specialproduct-wrap .special-product-div.specialproduct {
  text-align: center;
}
@media (max-width: 480px) {
  .slider-specialproduct {
    padding: 0 5px;
  }
}
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 15px/22px var(--font-stack-body);
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
    width: 100%;
    color: #444;
    }
@media (max-width: 480px) {
  a.grid-link__title {
    font-size: 13px;
    line-height: 16px;
  }
}
@media (min-width: 1025px) {
  .product {
    position: relative;
  }
}
.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: -15px;
  margin-right: -15px;
}
@media (max-width: 480px) {
  .grid-uniform {
    margin-left: -15px;
    margin-right: -15px;
  }
}
/*================ This hacks all the grid-items in IE8 and below ================*/
.lt-ie9 .product-grid .grid-item {
  display: inline-block;
  float: none;
  margin-bottom: 30px;
  margin-left: 0;
  padding: 0;
}
.lt-ie9 .product-grid .grid-item .product {
  margin-bottom: 0;
}
.lt-ie9 .product-wrapper {
  margin: 0 15px;
}
.product__img {
  display: block;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .product__img {
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
  }
}
.product__details {
  transition: opacity 0.75s;
  -webkit-transition: opacity 0.75s;
  -moz-transition: opacity 0.75s;
  -o-transition: opacity 0.75s;
  -ms-transition: opacity 0.75s;
}
.product__price {
  font-size: var(--font-size-base);
    }
.product__title {
  font-size: em(17px);
  margin: 15px 0 0 0;
  line-height: 1.5;
}
@media (min-width: 480px) and (min-width: 1025px) {
  .large--one-quarter .product__title {
    font-size: em(14px);
  }
}
.tag {
  background-color: #aaa;
  font-family: var(--font-stack-body);
    font-size: em(14px);
    padding: 5px 10px;
    }
.on-sale-tag .tag {
  background-color: none;
  color: var(--color-meta);
    }
.on-sale-tag {
  margin: 0 0 15px;
  position: absolute;
  top: 45px;
  right: 15px;
}
.product-list .on-sale-tag {
  left: 15px;
  right: auto;
}
@media (max-width: 700px) {
  .products-grid-view .grid-item {
    width: 50%;
  }
}
.edit_checkout .btn {
  padding: 0.8em 1.7em;
}
.spr-review .spr-icon {
  font-size: 100%;
}
.top-products-detail h5 {
  margin: 5px 0;
  font: 600 13px/18px var(--font-stack-body);
    }
.products-grid-view > .grid-item {
  overflow: hidden;
}
@media (min-width: 992px) {
  .products-grid-view.collections_masonry.shop_masonry .grid-item.ms-item.medium--one-third.large--one-third.product-grid {
    margin: 0 0 30px;
  }
}
.content_wrap.left-sidebar-column .collection_template .products-grid-view .large--one-quarter.product-grid .flip-countdown.simple-countdown .countdown-container.countdown-block, .content_wrap.right-sidebar-column .collection_template .products-grid-view .large--one-quarter.product-grid .flip-countdown.simple-countdown .countdown-container.countdown-block {
  width: 190px;
  padding: 0 0 0 35px;
}
.content_wrap.left-sidebar-column .collection_template .products-grid-view .large--one-quarter.product-grid .flip-countdown.simple-countdown .countdown-container.countdown-block span, .content_wrap.right-sidebar-column .collection_template .products-grid-view .large--one-quarter.product-grid .flip-countdown.simple-countdown .countdown-container.countdown-block span {
  margin: 0 10px 0 0;
}
.content_wrap.left-sidebar-column .collection_template .products-grid-view .large--one-quarter.product-grid .flip-countdown.simple-countdown .countdown-container.countdown-block::after, .content_wrap.right-sidebar-column .collection_template .products-grid-view .large--one-quarter.product-grid .flip-countdown.simple-countdown .countdown-container.countdown-block::after {
  left: 5px;
}
@media (min-width: 992px) {
  .content_wrap.left-sidebar-column .collection_template .products-grid-view .large--one-quarter.product-grid .product-wrapper .btn_wrapper .pro_btn a, .content_wrap.right-sidebar-column .collection_template .products-grid-view .large--one-quarter.product-grid .product-wrapper .btn_wrapper .pro_btn a, .content_wrap.left-sidebar-column .collection_template .products-grid-view .large--one-quarter.product-grid .product-wrapper .btn_wrapper .pro_btn a > i, .content_wrap.right-sidebar-column .collection_template .products-grid-view .large--one-quarter.product-grid .product-wrapper .btn_wrapper .pro_btn a > i {
    height: 35px;
    width: 35px;
    line-height: 35px;
  }
}
a.product-t {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0 auto;
  height: 100%;
  display: inline-block;
  text-align: center;
  width: 100%;
}
.product-wrapper:hover .spr-badge {
  display: block;
}
.product-description .spr-badge-caption {
  display: none;
}
.product-single__photos .product-image-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.product-list .product-wrapper .product-description .grid-view-item__vendor {
  font-size: 12px;
  margin: 0 0 5px;
}
@media (max-width: 480px) {
  .product-list .product-wrapper .product-description .grid-view-item__vendor {
    text-align: center;
  }
}
.product-list .product-wrapper .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;
}
.product-list .product-wrapper .product-thumb a.grid-view-item__link img {
  width: 100%;
}
.search_wrapper .search-results {
  top: 100% !important;
  overflow: auto;
  max-height: 655px;
  padding: 10px;
}
.search_wrapper .search-results .product-price__price.compare_price .money {
  margin-left: 5px;
}
.search_wrapper .search-results::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.4);
}
.search_wrapper .search-results::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.9);
}
.search_wrapper .search-results::-webkit-scrollbar {
  width: 5px;
}
.product-wrapper.product_container:hover .product-thumb .fade_img img.image_thumb {
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  visibility: hidden;
}
.product-wrapper.product_container:hover .product-thumb .fade_img img.image_thumb_swap {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  visibility: visible;
}
@media (min-width: 1201px) {
  .full_width .product-list .product-thumb {
    width: auto;
  }
}
@media (max-width: 480px) {
  .product-list .product-description {
    width: 100%;
    text-align: center;
    padding: 0 15px !important;
  }
  .product-list .product-thumb {
    margin: 0 0 15px;
    width: 100%;
    text-align: center;
  }
}
/*--------------------- newsletter Common CSS ------------------------*/
.block_newsletter form input[type="email"] {
  padding: 10px 150px 10px 15px;
  width: 100%;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -khtml-border-radius: 25px;
  border-radius: 25px;
}
.block_newsletter form .input-group .input-group-btn .btn {
  padding: 8px 25px;
  height: 44px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 3px;
  margin: 3px 1px 3px 0px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -khtml-border-radius: 25px;
  border-radius: 25px;
}
.input-group.newsletter-input {
  float: left;
  width: 100%;
  position: relative;
}
.block_newsletter form input[type="email"] {
  height: 50px;
}
.footer-top .block_newsletter .ttinput_newsletter button i {
  display: none;
}
.footer-top .block_newsletter .block_content form .input-group span.subscribe {
  font: 400 14px/18px var(--font-stack-subheading);
    }
.footer-top .block_newsletter .block_content form {
  margin: 0;
}
.block_newsletter .form-vertical .errors {
  position: absolute;
  top: auto;
  bottom: -50px;
  left: 0;
  right: 0;
  padding: 12px 14px;
  z-index: 2;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -khtml-border-radius: 25px;
  border-radius: 25px;
  width: auto;
  font-size: 13px;
  margin: 0;
}
.block_newsletter .form-vertical {
  float: left;
  width: 100%;
  position: relative;
}
.block_newsletter .block_content form p.note.form-success {
  position: absolute;
  top: auto;
  bottom: -50px;
  left: 0;
  right: 0;
  padding: 12px 14px;
  z-index: 2;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -khtml-border-radius: 25px;
  border-radius: 25px;
  width: auto;
  font-size: 13px;
  margin: 0;
}
@media (max-width: 1199px) {
  .block_newsletter form input[type="email"] {
    padding: 10px 125px 10px 15px;
  }
  .block_newsletter form .input-group .input-group-btn .btn {
    padding: 8px 20px;
    height: 34px;
  }
  .block_newsletter form input[type="email"] {
    height: 40px;
  }
  .footer-top .block_newsletter .block_content form .input-group span.subscribe {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 600px) {
  .footer-top .block_newsletter .block_content form .input-group span.subscribe {
    font-size: 10px;
    line-height: 12px;
  }
}
@media (max-width: 480px) {
  .block_newsletter form input[type="email"] {
    padding: 10px 55px 10px 15px;
  }
  .block_newsletter form .input-group .input-group-btn .btn {
    padding: 0 8px;
  }
  .footer-top .block_newsletter .ttinput_newsletter button i {
    display: block;
  }
  .footer-top .block_newsletter .block_content form .input-group span.subscribe {
    display: none;
  }
}
/*--------------------- newsletter model CSS ------------------------*/
.modal {
  text-align: center;
}
.modal .modal-dialog {
  margin: 0;
  width: 710px;
}
.modal .modal-header i.mdi.mdi-close {
  float: left;
  width: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 25px;
  height: 40px;
}
.modal .modal-header .close {
  transition: all 500ms ease-in-out 0s;
  -webkit-transition: all 500ms ease-in-out 0s;
  -moz-transition: all 500ms ease-in-out 0s;
  -o-transition: all 500ms ease-in-out 0s;
  -ms-transition: all 500ms ease-in-out 0s;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  margin: 0;
}
.modal .modal-header .close:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  opacity: 0.9;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
}
.modal .modal-md {
  margin: 0 auto;
  max-width: 816px;
}
.modal .modal-newsletter .checkbox-group {
  display: inline-block;
  vertical-align: top;
  line-height: normal;
  position: relative;
}
.modal .modal-newsletter .checkbox-group input[type="checkbox"] + label {
  font-size: 13px;
  color: #ccc;
}
.modal .modal-newsletter .checkbox-group input[type="checkbox"] + label:hover, .modal .modal-newsletter .checkbox-group input[type="checkbox"] + label:focus, .modal .modal-newsletter .checkbox-group input[type="checkbox"] + label:active {
  color: #fff;
}
.modal .modal-newsletter .checkbox-group.active input[type="checkbox"] + label {
  color: #fff;
}
.modal .modal-newsletter .checkbox-group.form-group-top input[type="checkbox"] {
  height: 15px;
  width: 15px;
  float: none;
  vertical-align: top;
  display: inline-block;
  background: #000;
}
.modal .modal-newsletter .checkbox-group label .check:before {
  content: "\f12c";
  color: var(--color-btn-secondary);
    font-size: 12px;
    line-height: 18px;
    font-family: 'Material Design Icons';
    font-style: normal;
    font-weight: 500;
    }
.modal .modal-newsletter p {
  padding-bottom: 7px;
}
#newsletterModal .modal-header {
  height: 40px;
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  z-index: 1;
}
#newsletterModal .modal-header .close {
  position: absolute;
  right: 5px;
  left: auto;
  top: 5px;
  bottom: auto;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  font-size: 24px;
  height: 40px;
  width: 40px;
  line-height: 28px;
  text-align: center;
  color: #111;
}
#newsletterModal .modal-header .close:hover i:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
#newsletterModal .modal-header .close i:before {
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
#newsletterModal .modal-bg-image {
  padding: 0;
  float: left;
}
#newsletterModal .modal-newsletter {
  position: relative;
  float: left;
  background: transparent;
  padding: 0 15px 0 30px;
}
#newsletterModal .modal-newsletter .newsletter-title {
  float: left;
  width: 100%;
  text-align: center;
}
#newsletterModal .modal-newsletter .newsletter-title h2 {
  font: 500 34px/36px var(--font-stack-body);
    position: relative;
    color: var(--color-text);
      margin: 0 0 15px;
      }
#newsletterModal .modal-newsletter .desc {
  float: left;
  width: 100%;
  text-align: center;
  font: 400 13px/24px var(--font-stack-subheading);
    color: var(--color-body-text);
      }
#newsletterModal .modal-newsletter .row-subscibe {
  margin: 0 0 30px;
  float: left;
  width: 100%;
}
#newsletterModal .modal-newsletter .row-subscibe input {
  height: 45px;
  font-size: 13px;
  line-height: 16px;
  color: #222;
  padding: 5px 15px;
  text-align: center;
  background: #f5f5f5;
  float: none;
  display: inline-block;
  vertical-align: top;
  width: 90%;
  margin: 25px 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#newsletterModal .modal-newsletter .row-subscibe input[type="text"]::placeholder {
  color: #222;
}
#newsletterModal .modal-newsletter .row-subscibe button {
  height: 42px;
  background: var(--color-btn-secondary);
    color: var(--color-btn-secondary-text);
      padding: 10px 20px;
      overflow: hidden;
      position: relative;
      font-size: 13px;
      font-weight: 400;
      line-height: 18px;
      border-radius: 25px;
      -moz-border-radius: 25px;
      -webkit-border-radius: 25px;
      -khtml-border-radius: 25px;
      }
#newsletterModal .modal-newsletter .row-subscibe button:active, #newsletterModal .modal-newsletter .row-subscibe button:focus {
  background: var(--color-btn-primary);
    color: var(--color-btn-primary-text);
      }
#newsletterModal .modal-newsletter .row-subscibe button:hover {
  color: var(--color-btn-primary-text);
    }
#newsletterModal .modal-newsletter .row-subscibe button.btn::after, #newsletterModal .modal-newsletter .row-subscibe button.btn::before {
  border-bottom-color: var(--color-btn-primary);
    }
#newsletterModal .modal-newsletter .checkbox-group .box {
  margin-top: 0;
  display: none;
  top: 2px;
  bottom: auto;
}
#newsletterModal .modal-newsletter .checkbox-group label {
  font-size: 13px;
  line-height: 16px;
  padding-left: 5px;
  margin: 0;
  color: #666;
}
#newsletterModal .modal-newsletter .checkbox-group label:hover {
  color: #111;
}
#newsletterModal .modal-newsletter p {
  margin-bottom: 0px;
}
#newsletterModal .modal-content .modal-block {
  width: 100%;
  float: left;
  text-align: left;
  padding: 0 40px;
}
#newsletterModal form.subscribe-form {
  width: 100%;
  float: none;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
#newsletterModal .modal-md {
  margin: 0 auto;
  max-width: 770px;
  width: 100%;
  float: left;
  height: 370px;
  position: relative;
  border: 8px solid var(--color-btn-secondary);
    }
#newsletterModal .modal-dialog {
  width: 770px;
  visibility: hidden;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
}
#newsletterModal.in .modal-dialog {
  visibility: visible;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
}
#newsletterModal .modal-content .modal-block {
  float: left;
  width: 100%;
  padding: 0;
  background: var(--color-body);
    border: 8px solid var(--color-btn-primary);
      }


@media (min-width: 768px) {
  #newsletterModal .modal-content .modal-block {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 991px) {
  #newsletterModal .modal-newsletter .newsletter-title h2 {
    font-size: 30px;
    line-height: 32px;
  }
  #newsletterModal .modal-md {
    max-width: 700px;
  }
  #newsletterModal .modal-dialog {
    width: 700px;
  }
}
@media (max-width: 767px) {
  .modal .modal-dialog {
    width: 480px;
  }
  #newsletterModal .modal-header .close {
    color: #fff;
  }
  #newsletterModal .modal-bg-image {
    width: 100%;
  }
  #newsletterModal .modal-newsletter {
    width: 100%;
    padding: 0 10px;
    text-align: center;
    margin: 30px 0 20px;
  }
  #newsletterModal .modal-newsletter .newsletter-title h2 {
    font-size: 30px;
    line-height: 32px;
  }
  #newsletterModal .modal-newsletter .desc {
    padding: 0 0 10px;
  }
  #newsletterModal .modal-newsletter .row-subscibe {
    margin: 0 0 15px;
  }
  #newsletterModal .modal-newsletter .row-subscibe input {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 15px 0;
  }
  #newsletterModal .modal-md {
    max-width: 345px;
    top: 20px;
  }
  #newsletterModal .modal-dialog {
    width: 345px;
  }
}
@media (max-width: 480px) {
  #newsletterModal .modal-content .modal-block {
    width: 100%;
  }
  .modal .modal-dialog {
    width: 300px;
  }
  #newsletterModal .modal-newsletter .newsletter-title h2 {
    font-size: 26px;
    line-height: 28px;
  }
  #newsletterModal .modal-newsletter .row-subscibe input {
    height: 40px;
    font-size: 12px;
    line-height: 14px;
  }
  #newsletterModal .modal-content .modal-block {
    padding: 0 20px;
  }
  #newsletterModal .modal-md {
    max-width: 290px;
  }
  #newsletterModal .modal-dialog {
    width: 290px;
  }
  #newsletterModal > .modal-md {
    margin: 70px auto;
  }
}
/*-------------------- Blogs and Comments -------------------*/
.lightbox .lb-outerContainer .lb-container .lb-nav {
  left: 0 !important;
  width: 100% !important;
  right: 0;
  margin: 0 auto;
}
.lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev, .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next {
  background: #fff;
  margin: auto;
  line-height: 20px;
  padding: 9px 0;
  height: 40px !important;
  width: 40px !important;
  line-height: 22px;
  margin: auto;
  cursor: pointer;
}
.lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev:hover, .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next:hover {
  background: var(--color-btn-secondary);
    }
.lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev:hover:before, .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next:hover:before {
  color: var(--color-btn-secondary-text);
    }
.blog_latest_new_home .text-center {
  padding: 30px 0 0;
}
.blog_latest_new_home .grid--blog {
  text-align: center;
}
#blog_slider .article__grid__inner .ttblog_image_holder a.article__grid-image {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}
#blog_slider .article__grid__inner .ttblog_image_holder > a::before {
  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;
}
#blog_slider .article__grid__inner:hover .ttblog_image_holder > a::before {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}
#blog_slider .tt-blog-content .blog_image_holder .bloglinks {
  bottom: 0;
  height: 42px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
  z-index: 1;
}
#blog_slider .tt-blog-content .blog_image_holder .bloglinks a {
  border: 2px solid #fff;
  color: #fff;
  float: left;
  width: 42px;
  height: 42px;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
#blog_slider .tt-blog-content .blog_image_holder .bloglinks a i {
  float: none;
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  font-weight: normal;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
#blog_slider .tt-blog-content:hover .blog_image_holder .bloglinks a {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}
#blog_slider .tt-blog-content .blog-content-wrap {
  padding: 0;
  float: left;
  width: 100%;
  text-align: left;
}
#blog_slider .tt-blog-content .blog-content-wrap .h3.article__title a {
  text-overflow: ellipsis;
  float: left;
  width: 100%;
  overflow: hidden;
}
#blog_slider .tt-blog-content .blog-content-wrap .rte.article__grid-excerpt {
  font:italic 400 13px/22px var(--font-stack-body);
    margin: 0 0 10px;
    float: left;
    width: 100%;
    }
#blog_slider .tt-blog-content .blog-content-wrap .list--inline.article__meta-buttons {
  float: left;
  width: 100%;
  margin: 0;
}
#blog_slider .tt-blog-content .blog-content-wrap .list--inline.article__meta-buttons > li {
  float: left;
  width: 100%;
  margin: 0;
}
#blog_slider .tt-blog-content .blog-content-wrap .list--inline.article__meta-buttons a.read-more {
  float: left;
  width: auto;
  position: relative;
  padding: 0 0 0 25px;
}
#blog_slider .tt-blog-content .blog-content-wrap .list--inline.article__meta-buttons a.read-more:after {
  content: " ";
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: #111;
  width: 20px;
  height: 1px;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
#blog_slider .tt-blog-content .blog-content-wrap .list--inline.article__meta-buttons a.read-more:hover{
  color: var(--color-btn-secondary);
    }
#blog_slider .tt-blog-content .blog-content-wrap .list--inline.article__meta-buttons a.read-more:hover:after {
  width: 30px;
  background: var(--color-btn-secondary);
    }
#blog_slider .tt-blog-content .blog-content-wrap .article__date i.mdi.mdi-calendar {
  font-size: 16px;
  line-height: 18px;
  padding: 2px 6px 0 0;
  float: left;
  width: auto;
}
#blog_slider .tt-blog-content .article__title {
  font: 500 16px/22px var(--font-stack-body);
    display: inline-block;
    overflow: hidden;
    width: 100%;
    float: left;
    margin: 0 0 10px;
    white-space: nowrap;
    }
#blog_slider .tt-blog-content .article__title > a {
  color: var(--color-text);
    }
#blog_slider .tt-blog-content .article__title > a:hover {
  color: var(--color-btn-secondary);
    }
#blog_slider.grid-blog-slider .article__grid-image img {
  width: 100%;
}
.content-wrapper .tt-blog-content span.bloglinks {
  bottom: 0;
  height: 50px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  z-index: 1;
}
.content-wrapper .tt-blog-content span.bloglinks a {
  border: 2px solid #fff;
  color: #fff;
  float: left;
  width: 45px;
  padding: 10px;
  height: 45px;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.content-wrapper .tt-blog-content span.bloglinks a i {
  float: left;
  font-size: 20px;
  line-height: 22px;
  font-weight: normal;
}
.content-wrapper .tt-blog-content:hover .blog_image_holder .bloglinks a,.content-wrapper .tt-blog-content:hover span.bloglinks a {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}
.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;
}
.blog-section .tt-blog-content:hover .ttblog_image_holder > a::before {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}
.ttblog_image_holder.blog_image_holder {
  float: left;
  width: 100%;
  position: relative;
}
..blogleft_inner_content .tt-blog-content .tt-blog-description .blog-btn a.btn::before {
  border-bottom: none;
}
@media only screen and (max-width: 991px) {
  #blog_slider .article__grid__inner .ttblog_image_holder > a::before,.blog-section .tt-blog-content .ttblog_image_holder > a::before {
    opacity: 0.3;
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    -webkit-opacity: 0.3;
  }
  #blog_slider .tt-blog-content .blog_image_holder .bloglinks a,.content-wrapper .tt-blog-content span.bloglinks a {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }
}
@media only screen and (max-width: 767px) {
  #blog_slider .tt-blog-content .blog-content-wrap .rte.article__grid-excerpt {
    font-size: 12px;
  }
}
/*--------------------- blog Next Prev CSS -------------------*/
#blog_slider.owl-theme .owl-dots {
  margin: 20px 0 0;
}
#blog_slider .brand-bar__item {
  padding: 0 15px;
  float: left;
  width: 100%;
}
.owl-theme .owl-nav {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
  display: block;
  margin: 0;
}
#blog_slider:hover .owl-nav {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
}
.owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next {
  font-size: 0;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  background: none;
  border: 2px solid #e5e5e5;
  text-align: center;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 5px 10px;
  margin: auto;
  background: #fff;
  -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;
}
.owl-theme .owl-nav .owl-prev:hover, .owl-theme .owl-nav .owl-next:hover, .owl-theme .owl-nav .owl-prev:focus, .owl-theme .owl-nav .owl-next:focus, .owl-theme .owl-nav .owl-prev:active, .owl-theme .owl-nav .owl-next:active {
  background: var(--color-btn-primary);
    border-color: var(--color-btn-primary);
      }
.owl-theme .owl-nav .owl-prev {
  left: -70px;
}
.owl-theme .owl-nav .owl-prev::before {
  content: '\f141';
  font-family: 'Material Design Icons';
  font-size: 28px;
  line-height: 40px;
  color: var(--color-btn-secondary-text);
    -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;
    }
.owl-theme .owl-nav .owl-next {
  right: -70px;
}
.owl-theme .owl-nav .owl-next::before {
  content: '\f142';
  font-family: 'Material Design Icons';
  font-size: 28px;
  line-height: 40px;
  color: var(--color-btn-secondary-text);
    -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;
    }
.owl-theme .owl-nav .owl-prev:hover::before, .owl-theme .owl-nav .owl-next:hover::before, .owl-theme .owl-nav .owl-prev:focus::before, .owl-theme .owl-nav .owl-next:focus::before, .owl-theme .owl-nav .owl-prev:active::before, .owl-theme .owl-nav .owl-next:active::before {
  color: var(--color-btn-primary-text);
    }
.owl-theme .owl-nav .disabled {
  cursor: not-allowed;
}
@media (max-width: 1370px) {
  .owl-theme .owl-nav .owl-prev {
    left: -45px;
  }
  .owl-theme .owl-nav .owl-next {
    right: -45px;
  }
}
@media (max-width: 1260px) {
  .owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next {
    position: static;
    margin: 0 2px;
  }
  .owl-theme .owl-nav {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
  }
  #blog_slider .owl-nav {
    margin: 10px 0 0;
  }
}
@media (max-width: 991px) {
  .owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next {
    height: 40px;
    width: 40px;
    padding: 0;
  }
  .owl-theme .owl-nav .owl-prev::before,.owl-theme .owl-nav .owl-next::before {
    font-size: 20px;
    line-height: 35px;
    padding: 0 8px;
  }
}
@media (max-width: 767px) {
  .owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next {
    height: 30px;
    width: 30px;
  }
  .owl-theme .owl-nav .owl-prev::before,.owl-theme .owl-nav .owl-next::before {
    line-height: 25px;
    padding: 0 3px;
  }
}
/*--------------------- blog inner content -------------------*/
.blogleft_inner_content .tt-blog-content .tt-blog-description {
  float: left;
  width: 100%;
  padding: 0 10px 10px;
}
.blogleft_inner_content .tt-blog-content .tt-blog-description p {
  margin: 0 0 5px;
}
.blogleft_inner_content .tt-blog-content .tt-blog-description h4.article__title {
  font: 500 16px/20px var(--font-stack-body);
    margin: 2px 0 10px;
    float: left;
    width: 100%;
    }
.blogleft_inner_content .tt-blog-content .tt-blog-description h4.article__title > a {
  color: var(--color-text);
    }
.blogleft_inner_content .tt-blog-content .tt-blog-description .blog-tag {
  margin: 5px 0 0;
  float: left;
  width: 100%;
}
.blogleft_inner_contentt .tt-blog-content .tt-blog-description .tt-social-share {
  float: left;
  width: 100%;
  margin: 10px 0;
}
.blogleft_inner_content .tt-blog-content .tt-blog-description .tt-social-share > div {
  float: left;
  width: 30px;
  height: 30px;
  margin: 0 5px 0 0;
}
.blogleft_inner_content .tt-blog-content .tt-blog-description .tt-social-share i.mdi {
  font-size: 18px;
  line-height: 30px;
}
.blogleft_inner_content .tt-blog-content .tt-blog-description .blog-btn {
  float: left;
  width: 100%;
}
.blogleft_inner_content .tt-blog-content .tt-blog-description .blog-btn a.btn {
  background: none;
  color: var(--color-text-field);
    padding: 0 0 2px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    }
.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 .tt-blog-description .blog-btn a.btn::after {
  display: none;
}
.blogleft_inner_content .tt-blog-content .tt-blog-description .blog-btn i.mdi.mdi-chevron-right {
  vertical-align: middle;
}
.blogleft_inner_content .tt-blog-content .blog_image_holder img {
  width: 100%;
}
.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;
}
.blogleft_inner_content .article .blogs-sub-title p {
  margin: 0;
  color: #fff;
}
.blogleft_inner_content .article .blogs-sub-title p i.mdi {
  vertical-align: middle;
}
.blogleft_inner_content .article .blogs-sub-title p span.date {
  vertical-align: middle;
}
.blogleft_inner_content .article:hover .blogs-sub-title {
  bottom: 0;
}
@media (max-width: 767px) {
  .blogleft_inner_content .article .blogs-sub-title {
    bottom: 0;
  }
  .blogleft_inner_content .tt-blog-content .tt-blog-description .tt-social-share {
    margin: 5px 0;
  }
}
@media (max-width: 480px) {
  .blogleft_inner_content .article .blogs-sub-title {
    padding: 5px 10px;
  }
}
/*-------------------- blog_list ----------------*/
.blog_list.grid__item {
  padding: 0;
}
.blog_list.grid__item.blog_list_item .tt-blog-description .tt-social-share {
  width: auto;
  float: left;
  display: inline-block;
  vertical-align: top;
  margin: 5px 0 0;
}
.blog_list.grid__item.blog_list_item .tt-blog-description .blog-btn {
  float: left;
  width: 100%;
  margin: 15px 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 p.blog-date {
  position: absolute;
  right: 15px;
  bottom: 25px;
  background: rgba(0, 0, 0, 0.8);
  padding: 10px 15px;
  color: #fff;
  margin: 0;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
}
.blog_list.grid__item.blog_list_item p.blog-date .mdi.mdi-calendar {
  vertical-align: middle;
}
.blog_list.grid__item.blog_list_item .blog-tag {
  float: left;
  width: 100%;
  margin: 0 0 5px;
}
.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.grid__item.blog_list_item .blog_descrition p {
  margin: 0 0 10px;
}
.blog_list .article.tt-blog-content {
  float: left;
  width: 100%;
  margin: 0 0 30px;
}
.blog_list .article.tt-blog-content .ttblog_image_holder a.article__grid-image {
  position: relative;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
.blog_list .tt-blog-content .blog_image_holder {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
}
.blog_list .tt-blog-content .blog_image_holder a.article__grid-image {
  float: left;
  width: 100%;
  position: relative;
}
.blog_list .tt-blog-content .blog_image_holder a.article__grid-image img {
  width: 100%;
}
.blog_list .tt-blog-description .tt-social-share i.mdi {
  font-size: 18px;
  line-height: 30px;
}
.blog_list .tt-blog-description .tt-social-share > div {
  display: inline-block;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.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: var(--color-text);
    font-weight: 500;
    font-family: var(--font-stack-body);
      }
@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%;
  }
}
@media (max-width: 480px) {
  .blog_list.grid__item.blog_list_item p.blog-date {
    padding: 5px 10px;
    bottom: 0;
  }
}
/*-------------------- blog masonry ----------------*/
.blog_masonry_left .article.tt-blog-content {
  float: left;

  width: 100%;
  padding:0;
  -webkit-box-shadow: 0 0px 5px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: 0 0px 5px 2px rgba(0,0,0,0.05);
  -ms-box-shadow: 0 0px 5px 2px rgba(0,0,0,0.05);
  -o-box-shadow: 0 0px 5px 2px rgba(0,0,0,0.05);
  box-shadow: 0 0px 5px 2px rgba(0,0,0,0.05);
  margin: 0 0 30px;
}
/*----------------- 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 .blog-meta .article_date {
  font-size: 13px;
  line-height: 18px;
  color: var(--color-body-text);
    border-right: 1px solid var(--color-border);
      padding-right: 15px;
      float: left;
      width: auto;
      }
.blog-post-single .blog-meta .article_date i.mdi.mdi-calendar {
  vertical-align: top;
}
.blog-post-single .blog-meta a.blog__name {
  float: left;
  width: auto;
  font-size: 13px;
  line-height: 20px;
}
.blog-post-single .section-header.text-left h1 {
  font: 500 20px/22px var(--font-stack-body);
    color: var(--color-text);
      float: left;
      width: 100%;
      margin: 20px 0 0;
      }
.blog-post-single > .rte {
  float: left;
  width: 100%;
  margin: 15px 0 25px;
}

.blog-post-single .item-social-sharing.text-left {
  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: 500;
  color: #333;
  margin: 0 0 10px 0;
  display: none;
}
.blog-post-single .item-social-sharing .tt-social-share {
  float: left;
  width: 100%;
}
.blog-post-single .item-social-sharing .tt-social-share > div {
  float: left;
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0;
}
.blog-post-single .item-social-sharing .tt-social-share > div > a {
  float: left;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #fff;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.blog-post-single .item-social-sharing .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 .item-social-sharing .tt-social-share > div i.mdi {
  font-size: 18px;
  line-height: 30px;
}
.blog-post-single .item-social-sharing .tt-social-share > div.facebook > a {
  background: #3b5998;
}
.blog-post-single .item-social-sharing .tt-social-share > div.twitter > a {
  background: #00aced;
}
.blog-post-single .item-social-sharing .tt-social-share > div.google_plus > a {
  background: #d34836;
}
.blog-post-single .item-social-sharing .tt-social-share > div.pinterest > a {
  background: #c8232c;
}
.blog-post-single .item-social-sharing .tt-social-share > div.linkedin > a {
  background: #0077B5;
}
.blog-post-single .paginatoin_custom.blog_nav {
  float: left;
  width: 100%;
}
.blog-post-single .newer-post{
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}
.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);
      position: relative;
      overflow: hidden;
      z-index: 1;
      transition: all 400ms ease-in-out 0s;
      -webkit-transition: all 400ms ease-in-out 0s;
      -moz-transition: all 400ms ease-in-out 0s;
      -o-transition: all 400ms ease-in-out 0s;
      -ms-transition: all 400ms ease-in-out 0s;
      }
.blog-post-single .paginatoin_custom a:hover {
  color: var(--color-btn-secondary-text);
    background: var(--color-btn-secondary);
      }
.blog-post-single .paginatoin_custom a:focus,
.blog-post-single .paginatoin_custom a:active{
  background: var(--color-btn-secondary);
    color: var(--color-btn-secondary-text);
      }
.blog-post-single .comments-count {
  float: left;
  width: auto;
  border-left: 1px solid var(--color-border);
    padding-left: 15px;
    line-height: 18px;
    color: var(--color-body-text);
      }
.blog-post-single .meta.text-center {
  float: left;
  width: auto;
  margin: 0 0 0 10px;
  color: var(--color-body-text);
    border-left: 1px solid var(--color-border);
      }
.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: 500;
  margin: 0 0 20px;
  color: var(--color-text);
    }
.sidebar .recent_article.widget ul li {
  margin: 0 0 10px;
}
.sidebar .recent_article ul li {
  margin: 0 0 20px;
}
.sidebar .recent_article ul li:last-child {
  margin: 0;
}
.sidebar .recent_article ul li .article-detail {
  padding-right: 0;
}
.sidebar .recent_article ul li .article-detail h5.article__title {
  font: 500 13px/16px var(--font-stack-body);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    }
.sidebar .recent_article ul li .article-detail h5.article__title a {
  color: var(--color-text);
    }
.sidebar .recent_article ul li .article-detail h5.article__title a:hover{
  color: var(--color-btn-secondary);
    }
.sidebar .recent_article ul li .article-detail .article_date {
  line-height: 16px;
}
.sidebar .recent_article ul li .article-detail .article_date i {
  font-size: 13px;
}
.sidebar .recent_article ul li .article-detail .article_date time {
  font-size: 13px;
}
.sidebar .recent_article .artical-image {
  padding: 0;
}

.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%;
}
#shopify-section-article-template .content_wrap .sidebar .comments {
  float: left;
  width: 100%;
  border: 1px solid var(--color-border);
    padding: 15px 10px;
    }
#shopify-section-article-template .content_wrap .sidebar .comments h2.h3 {
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  font-weight: 500;
  color: var(--color-text);
    margin: 0 0 15px;
    font-family: var(--font-stack-body);
      }
#shopify-section-article-template .content_wrap .sidebar .comments .grid-item.large--one-half {
  float: left;
  width: 100%;
}
#shopify-section-article-template .content_wrap .sidebar .comments input.btn.text-center:hover, #shopify-section-article-template .content_wrap .sidebar .comments input.btn.text-center:active, #shopify-section-article-template .content_wrap .sidebar .comments input.btn.text-center:focus {
  background: var(--color-btn-secondary);
    color: var(--color-btn-secondary-text);
      }
@media (min-width: 481px) and (max-width: 991px) {
  .sidebar .recent_article .artical-image {
    width: auto;
  }
}
@media only screen and (max-width: 991px) {
  #shopify-section-article-template .content_wrap .sidebar .text-left {
    margin: 10px 0 0;
  }
  .sidebar .sidebar__inner .widget.recent_article {
    margin: 0 0 10px;
  }
  .sidebar .sidebar__inner .widget.recent_article > ul {
    padding: 15px;
    float: left;
    width: 100%;
  }
  .sidebar .sidebar__inner .widget.widget_categories ul {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 480px) {
  .blog-post-single > .rte{
    margin: 15px 0 10px;
  }
  .blog-post-single .item-social-sharing.text-left {
    margin: 0 0 15px;
  }
  .blog-post-single .comments-count {
    border: none;
    padding: 0;
    margin: 10px 0 0 0;
    width: 100%;
  }
  .blog-post-single .meta.text-center {
    border: none;
    padding: 0;
    margin: 10px 0 0 0;
    float: left;
  }
  #shopify-section-article-template {
    margin: 0;
  }
}
/*------------------------- Mega-Menu CSS ----------------------------*/
.template-index .sidebar div#shopify-section-TT-mega_menu {
  margin: 0;
}
.sticky_header.fixed #tt-megamenu h5.toggle_menu {
  margin: 0 0 10px;
}
.site-header .sticky_header.fixed #cart {
  margin: 4px 0;
  padding: 0 0 0 20px;
}
.fixed #shopify-section-TT-mega_menu #tt-megamenu {
  margin: 0;
}
#tt-megamenu h5.toggle_menu {
  padding: 15px 15px 15px 65px;
  margin: 0 0 35px 10px;
  background: var(--color-btn-secondary);
    color: var(--color-btn-secondary-text);
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -khtml-border-radius: 10px;
      position: relative;
      text-align: left;
      cursor: pointer;
      font: 500 16px/24px var(--font-stack-body);
        }
#tt-megamenu .toggle_menu i.mdi-menu {
  float: right;
  width: auto;
  background: var(--color-btn-secondary-text);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    color: var(--color-btn-secondary);
      font: 500 22px/30px var(--font-stack-body);
        height: 30px;
        left: 20px;
        position: absolute;
        right: auto;
        top: 12px;
        width: 30px;
        text-align: center;
        transition: all 400ms ease-in-out 0s;
        -webkit-transition: all 400ms ease-in-out 0s;
        -moz-transition: all 400ms ease-in-out 0s;
        -o-transition: all 400ms ease-in-out 0s;
        -ms-transition: all 400ms ease-in-out 0s;
        }
#tt-megamenu:hover .toggle_menu i.mdi-menu {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
}
#tt-megamenu .tt-mega_menu {
  float: left;
}
#tt-megamenu .tt-mega_menu li.tt_menu_item {
  float: left;
  width: 100%;
  position: relative;
  margin: 0;
}
#tt-megamenu .tt-mega_menu li.tt_menu_item span.categories, #tt-megamenu .tt-mega_menu li.tt_menu_item > a {
  float: left;
  width: 100%;
  padding: 8px 24px;
  position: relative;
  cursor: pointer;
  font: 500 16px/24px var(--font-stack-body);
    text-align: center;
    }
#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap {
  float: left;
  width: 100%;
  position: absolute;
  right: auto;
  left: 100%;
  background: var(--color-body);
    border: 1px solid var(--color-border);
      z-index: 3;
      padding: 20px 15px;
      top: 0;
      }
#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .tt_sub_menu {
  float: left;
  padding: 0 10px;
  text-align: left;
  position: relative;
}
#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .tt_sub_menu > a {
  float: left;
  width: 100%;
  -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);
  box-shadow: 0 0 7px 4px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  margin: 0 0 10px;
}
#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .tt_sub_menu > a:hover {
  -webkit-box-shadow: 0 0 5px 3px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0 0 5px 3px rgba(255, 255, 255, 0.1);
  -ms-box-shadow: 0 0 5px 3px rgba(255, 255, 255, 0.1);
  -o-box-shadow: 0 0 5px 3px rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 5px 3px rgba(255, 255, 255, 0.1);
}
#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .tt_sub_menu.product {
  margin: 0;
  padding: 0;
  width: 100%;
}
#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .tt_sub_menu_linklist > li {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .tt_sub_menu_linklist > li > a {
  float: left;
  width: 100%;
  font: 400 13px/28px var(--font-stack-subheading);
    text-align: left;
    padding: 0;
    }
#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .list_products_menu {
  float: left;
  width: 100%;
  margin: 10px 0 0;
}
#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .list_products_menu .list_product_menu_content .owl-nav {
  display: block;
}
#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .list_products_menu .list_product_menu_content .owl-nav:hover .owl-prev::before, #tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .list_products_menu .list_product_menu_content .owl-nav:hover .owl-next::before {
  color: var(--color-text-hover-field);
    }
#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .list_products_menu .list_product_menu_content .owl-nav > div {
  float: left;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 0;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}
#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .list_products_menu .list_product_menu_content .owl-nav > div::before {
  content: "\f141";
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 30px;
  width: 30px;
  font-family: "Material Design Icons";
  font-size: 28px;
  line-height: 30px;
  color: var(--color-body-text);
    }
#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .list_products_menu .list_product_menu_content .owl-nav .owl-prev {
  left: -15px;
}
#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .list_products_menu .list_product_menu_content .owl-nav .owl-next {
  right: -15px;
}
#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .list_products_menu .list_product_menu_content .owl-nav .owl-next::before {
  content: "\f142";
}
#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .list_products_menu:hover .list_product_menu_content .owl-nav > div {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  border: none;
}
#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .list_products_menu .product-wrapper {
  padding: 0 0 10px 0;
  animation: none;
  margin: 0;
}
#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .list_products_menu .product-wrapper .product-thumb {
  float: left;
  width: 100%;
  border: none;
}
#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .list_products_menu .product-wrapper .product-thumb .grid-view-item {
  float: left;
  width: 100%;
}
#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .list_products_menu .product-wrapper .product-thumb .grid-view-item .product_info {
  float: left;
  width: 100%;
  padding: 0;
}
#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .list_products_menu .product-wrapper .product-thumb .fade_img img.image_thumb_swap {
  margin: 0 auto;
}
#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .list_products_menu .product-wrapper .product-thumb a.grid-view-item__link {
  float: left;
  width: 100%;
  position: relative;
  margin: 0 0 10px;
}
#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .list_products_menu .product-wrapper .product-thumb:hover .product-price__sale-label {
  top: 10px;
}
#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .list_products_menu .product-wrapper .product-thumb .product_info .h4.grid-view-item__title {
  margin: 0 0 5px;
  float: left;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}
#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .list_products_menu .product-wrapper .product-thumb .grid-view-item__title > a {
  color: var(--color-text-field);
    float: left;
    width: 100%;
    white-space: nowrap;
    font: 500 14px/18px var(--font-stack-body);
      }
#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .list_products_menu .product-wrapper .product-thumb .grid-view-item__meta {
  font-family: var(--font-stack-body);
    }
#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .list_products_menu .product-wrapper:hover .product-thumb .grid-view-item__title > a {
  color: var(--color-text-hover-field);
    }
#tt-megamenu .tt-mega_menu li.tt_menu_item span.tt_mn_sub_heading {
  float: left;
  width: auto;
  padding: 2px 5px;
  font-size: 10px;
  line-height: 14px;
  position: absolute;
  top: -8px;
  margin: 0 3px;
  font-weight: 600;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  font-family: var(--font-stack-subheading);
    }
#tt-megamenu .tt-mega_menu li.tt_menu_item ul.tt_sub_menu_linklist {
  float: left;
  width: 100%;
  margin: 0;
}
#tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap.disable, #tt-megamenu .tt-mega_menu li.tt_menu_item:hover .tt_sub_menu_wrap.disable {
  display: none !important;
}
#tt-megamenu .tt-mega_menu li.more_menu > ul > li .tt_sub_menu_wrap .tt_sub_menu {
  margin: 0;
  padding: 0;
  width: 100% !important;
}
#tt-megamenu .tt-mega_menu li.more_menu > ul > li.tt_menu_item a::after {
  right: 20px;
}
#tt-megamenu .tt-mega_menu li.more_menu > ul > li:hover > a {
  color: var(--color-text-hover-field);
    }
#tt-megamenu .tt-mega_menu li.more_menu ul.tt_sub_menu_linklist li.tt_menu_item .tt_sub_menu_wrap ul.tt_sub_menu_linklist > li:hover > a {
  color: var(--color-text-hover-field);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    }
#tt-megamenu ul.tt_menus_ul {
  float: left;
  width: 100%;
  margin: 0;
  position: relative;
}
#tt-megamenu ul.tt_menus_ul li.tt_menu_item > a::after {
  position: absolute;
  content: "\f140";
  height: 20px;
  width: 20px;
  font-size: 16px;
  line-height: 20px;
  font-family: "Material Design Icons";
  right: 20px;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  font-style: normal;
}
#tt-megamenu ul.tt_menus_ul li.tt_menu_item > a::after:hover > a::after, #tt-megamenu ul.tt_menus_ul li.tt_menu_item > a::after.is-active > a::after {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
}
#tt-megamenu ul.tt_menus_ul li.tt_menu_item > a::after:hover > a::after, #tt-megamenu ul.tt_menus_ul li.tt_menu_item > a::after.is-active > a::after {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
}
#tt-megamenu ul.tt_menus_ul li.tt_menu_item.single > a::after {
  display: none;
}
#tt-megamenu .tt_sub_menu_wrap h4.sub_mn_title, #tt-megamenu .tt_sub_menu_wrap .sub_mn_title.h4 {
  float: left;
  width: 100%;
  font: 400 14px/26px var(--font-stack-body);
    border-bottom: 1px solid var(--color-border);
      padding: 0 0 8px;
      margin: 0;
      }
#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);
    text-align: left;
    padding: 0;
    }
#shopify-section-TT-megamenu {
  display: none;
  vertical-align: top;
}
@media (min-width: 992px) and (max-width: 1300px) {
  #tt-megamenu h5.toggle_menu {
    padding: 15px 5px 15px 50px;
  }
  #tt-megamenu .toggle_menu i.mdi-menu {
    left: 15px;
  }
}
@media (min-width: 1200px) {
  #tt-megamenu .tt-mega_menu .tt_menus_ul li.tt_menu_item > a, #tt-megamenu .tt-mega_menu .tt_menus_ul li.tt_menu_item span.categories {
    padding: 8px 40px 8px 24px;
  }
  #tt-megamenu .tt-mega_menu .tt_menus_ul li.tt_menu_item.single > a, #tt-megamenu .tt-mega_menu .tt_menus_ul li.tt_menu_item span.categories {
    padding: 8px 24px;
  }
  #tt-megamenu .tt-mega_menu .tt_menus_ul li.tt_menu_item > a::after {
    right: 20px;
  }
}
@media (min-width: 992px) {
  #tt-megamenu {
    float: left;
  }
  #tt-megamenu .tt-mega_menu {
    display: block !important;
    margin: 0;
  }
  #tt-megamenu .tt-mega_menu li.tt_menu_item {
    width: auto;
    margin: 0 2px;
    padding: 15px 0;
    position: static;
  }
  #tt-megamenu .tt-mega_menu li.tt_menu_item > a, #tt-megamenu .tt-mega_menu li.tt_menu_item span.categories {
    z-index: 1;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
  }
  #tt-megamenu .tt-mega_menu li.tt_menu_item.single > a, #tt-megamenu .tt-mega_menu li.tt_menu_item span.categories {
    padding: 8px 10px;
  }
  #tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap {
    left: 0;
    right: 0;
    top: 100%;
    text-align: left;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform-origin: center top 0;
    visibility: hidden;
    display: block !important;
  }
  #tt-megamenu .tt-mega_menu li.tt_menu_item:hover > .tt_sub_menu_wrap {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    visibility: visible;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
  }
  #tt-megamenu .tt-mega_menu li.more_menu.tt_menu_item {
    position: relative;
  }
  #tt-megamenu .tt-mega_menu li.more_menu.tt_menu_item ul.tt_sub_menu_linklist li.tt_menu_item > a::after {
    content: "\f142";
  }
  #tt-megamenu .tt-mega_menu .tt_menus_ul li.tt_menu_item > a::after {
    right: 2px;
  }
}
@media (max-width: 1200px) {
  #tt-megamenu .tt-mega_menu li.tt_menu_item span.categories, #tt-megamenu .tt-mega_menu li.tt_menu_item > a {
    padding: 8px 20px;
  }
}
@media (max-width: 1199px) {
  #tt-megamenu .tt-mega_menu li.tt_menu_item span.categories, #tt-megamenu .tt-mega_menu li.tt_menu_item > a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  #tt-megamenu .tt-mega_menu li.tt_menu_item span.categories, #tt-megamenu .tt-mega_menu li.tt_menu_item > a {
    padding: 5px 20px;
    text-align: left;
    font-size: 13px;
    line-height: 20px;
    color: var(--color-body-text);
      font-weight: 400;
      }
  #tt-megamenu .tt-mega_menu li.more_menu.tt_menu_item.left > a {
    display: none !important;
  }
  #tt-megamenu h5.toggle_menu {
    padding: 12px 0;
    margin: 0;
    border-bottom: none;
    line-height: 22px;
    background: none;
  }
  #tt-megamenu .toggle_menu i.mdi-menu {
    background: none;
    left: auto;
    right: 20px;
    top: 8px;
  }
  #tt-megamenu .tt-mega_menu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    bottom: auto;
    z-index: 9;
    margin: 0;
    padding: 15px 0;
    text-align: center;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    background: #fff;
    border: 1px solid var(--color-border);
      }
  #tt-megamenu .tt-mega_menu li.tt_menu_item.more_menu .tt_sub_menu_wrap li.tt_menu_item .tt_sub_menu_wrap {
    padding: 0;
  }
  #tt-megamenu .tt-mega_menu li.more_menu > ul > li a {
    font-weight: 600;
  }
  #tt-megamenu .tt-mega_menu li.tt_menu_item {
    display: block !important;
    text-align: left;
  }
  #tt-megamenu .tt-mega_menu li.tt_menu_item .left_more_menu {
    display: none !important;
  }
  #tt-megamenu .tt-mega_menu li.tt_menu_item:hover > a, #tt-megamenu .tt-mega_menu li.tt_menu_item:hover span.categories {
    color: var(--color-text-hover-field);
      }
  #tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap {
    position: static;
    padding: 0 20px;
    border: none;
    display: none;
    background: none;
    width: 100% !important;
  }
  #tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .list_products_menu .list_product_menu_content .owl-nav > div {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
  }
  #tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .list_products_menu .product-wrapper .product-thumb:hover .product-price__sale-label {
    top: 20px;
  }
  #tt-megamenu .tt-mega_menu li.more_menu > ul > li .tt_sub_menu_wrap .tt_sub_menu {
    padding: 0 15px;
  }
  #tt-megamenu ul.tt_menus_ul {
    float: left;
    width: 100%;
    margin: 0;
  }
  #tt-megamenu ul.tt_menus_ul li.tt_menu_item > a::after {
    display: none;
  }
  #tt-megamenu .tt_sub_menu_wrap h4.sub_mn_title, #tt-megamenu .tt_sub_menu_wrap .sub_mn_title.h4 {
    font-size: 13px;
  }
}
@media (max-width: 545px) {
  #tt-megamenu ul.tt_menus_ul > li.tt_menu_item:first-child .tt_sub_menu_wrap .tt_sub_menu {
    width: 157px !important;
  }
}
@media (max-width: 480px) {
  #tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .tt_sub_menu {
    width: 100% !important;
    padding: 0 10px 12px;
  }
  #tt-megamenu .tt-mega_menu li.tt_menu_item .tt_sub_menu_wrap .tt_sub_menu > a {
    width: auto;
  }
}
@media (max-width: 355px) {
  #tt-megamenu ul.tt_menus_ul > li.tt_menu_item:first-child .tt_sub_menu_wrap .tt_sub_menu {
    width: 137px !important;
  }
}
/*----------------- Checkout - Button AND Error Message CSS -------------------------------*/
.product-single .product-information-inner .checkout-btn {
  float: none;
  width: auto;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
.product-single .product-information-inner .checkout-btn .checkout.btn {
  background-color: var(--color-btn-secondary);
    color: var(--color-btn-secondary-text);
      padding: 11px 22px;
      }
.product-single .product-information-inner .checkout-btn .checkout.btn:hover {
  color: var(--color-btn-primary-text);
    }
.product-single .product-information-inner .checkout-btn .checkout.btn::after {
  background-color: var(--color-btn-primary);
    }
.product-single .product-information-inner .checkout-btn .checkout.btn:focus, .product-single .product-information-inner .checkout-btn .checkout.btn:active {
  background-color: var(--color-btn-primary);
    color: var(--color-btn-primary-text);
      }
@media (max-width: 343px) {
  .product-single .product-information-inner .checkout-btn .checkout.btn {
    margin: 15px 0 0;
  }
}
.product-single .product-information-inner .product-form__error-message-wrapper {
  float: left;
  width: 100%;
  margin: 15px 0 0;
  padding: 12px;
  color: #dc0000;
  background-color: #fff6f6;
  border-color: #dc0000;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  text-align: center;
}
/*---------------------- 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: #f5f5f5;
  cursor: pointer;
}
.product-wrapper .product-thumb .loader .preloader-wrapper {
  height: 50px;
  width: 50px;
  display: inline-block;
  position: relative;
}
.product-wrapper .product-thumb .loader .preloader-wrapper .spinner-layer {
  position: relative;
  float: none;
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 50px;
}
.product-wrapper .product-thumb .loader .preloader-wrapper .spinner-layer::before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #222;
  border-bottom-color: #222;
  animation: spinner 1.5s ease-in-out infinite;
}
@media only screen and (max-width: 767px) {
  .product-wrapper .product-thumb .loader .preloader-wrapper {
    height: 30px;
    width: 30px;
  }
  .product-wrapper .product-thumb .loader .preloader-wrapper .spinner-layer {
    height: 30px;
    width: 30px;
  }
  .product-wrapper .product-thumb .loader .preloader-wrapper .spinner-layer::before {
    height: 30px;
    width: 30px;
  }
}
.product-wrapper .product-thumb .second-productimg img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  visibility: hidden;
  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-wrapper.loading .product-thumb .loader {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  visibility: visible;
}
.product-wrapper.loading:hover .product-thumb .featured-image {
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  visibility: hidden;
}
@keyframes spinner {
  to {
    transform: rotate(360deg)
  }
}
/*------------------------ Product page ---------------------------*/
.video-source {
  float: left;
  width: 100%;
  cursor: pointer;
}
.video-source video {
  float: left;
  width: 100%;
  height: 100%;
  vertical-align: top;
}
/*------------------- Size guide Chart ---------------------*/
.product-template__container{
  float: left;
  width: 100%;
  position: relative;
}
.product-template__container .modal-dialog {
  width: 880px;
  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: 26px;
  line-height: 28px;
  padding: 0px;
}
.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;
  }
}
/*-------------------- Recommendation Product -------------------------*/
.product-notification {
  position: fixed;
  bottom: 70px;
  background: var(--color-body);
    width: 330px;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    z-index: 2;
    border: 1px solid var(--color-border);
      visibility: hidden;
      left: 50px;
      }
@media only screen and (max-width: 480px) {
  .product-notification {
    width: 290px;
    left: 20px;
  }
}
.product-notification.pos-right {
  right: 50px;
  left: auto;
}
.product-notification.active {
  bottom: 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: var(--color-btn-primary);
    color: var(--color-btn-primary-text);
      position: absolute;
      right: -10px;
      top: -10px;
      cursor: pointer;
      transition: all 400ms ease-in-out 0s;
      -webkit-transition: all 400ms ease-in-out 0s;
      -moz-transition: all 400ms ease-in-out 0s;
      -o-transition: all 400ms ease-in-out 0s;
      -ms-transition: all 400ms ease-in-out 0s;
      }
.product-notification .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: 90px;
  margin: auto;
  float: left;
  width: 28%;
}
.product-notification .product-suggest .column-right {
  padding: 8px 10px;
  line-height: 20px;
  float: right;
  width: 72%;
}
.product-notification .product-suggest .column-right label {
  color: var(--color-body-text);
    font-size: 12px;
    font-weight: 500;
    float: left;
    width: 100%;
    }
.product-notification .product-suggest .column-right .product-name {
  color: var(--color-text);
    font-size: 13px;
    float: left;
    width: 100%;
    margin: 0 0 3px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    }
.product-notification .product-suggest .column-right .from-ago, .product-notification .product-suggest .column-right .time-ago {
  color: var(--color-body-text);
    font-size: 12px;
    font-weight: 400;
    float: left;
    width: 100%;
    }
/*--------------------- Cookie CSS ----------------------------*/
.template-index .main-content .shopify-section.recommendations-product {
  margin: 0;
}
.cookiestatus .cookie-block #cookie_message {
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  visibility: hidden;
}
.cookiestatus .cookie-block #cookie_message.se-cookies-message-open {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  visibility: visible;
}
.cookiestatus .cookie-block #cookie_message .tt-cookie-inner > span {
  vertical-align: middle;
}
.cookiestatus .cookie-block #cookie_message button.btn {
  margin: 0 0 0 10px;
}
.cookiestatus .cookie-block.full_bottom {
  float: left;
  width: 100%;
}
.cookiestatus .cookie-block.full_bottom #cookie_message {
  padding: 10px;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  font-size: 12px;
  float: left;
  width: 100%;
}
.cookiestatus .cookie-block.bottom_fix #cookie_message, .cookiestatus .cookie-block.bottom_to_left #cookie_message, .cookiestatus .cookie-block.bottom_to_right #cookie_message {
  padding: 30px;
  position: fixed;
  float: none;
  display: inline-block;
  bottom: 10px;
  top: auto;
  width: 400px;
  left: 10px;
  right: auto;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
@media only screen and (max-width: 543px) {
  .cookiestatus .cookie-block.bottom_fix #cookie_message, .cookiestatus .cookie-block.bottom_to_left #cookie_message, .cookiestatus .cookie-block.bottom_to_right #cookie_message {
    padding: 15px;
    width: 280px;
  }
}
.cookiestatus .cookie-block.bottom_fix #cookie_message {
  width: 100%;
  padding: 10px;
  text-align: center;
  bottom: 0px;
  left: 0;
  right: 0;
}
.cookiestatus .cookie-block.bottom_to_right #cookie_message {
  right: 10px;
  left: auto;
}
.cookiestatus .cookie-block.bottom_to_right #cookie_message .tt-cookie-inner > span, .cookiestatus .cookie-block.bottom_to_left #cookie_message .tt-cookie-inner > span {
  font-size: 15px;
  line-height: 30px;
  float: left;
  width: 100%;
  margin: 0 0 15px;
}
.product-form__error-message-wrapper--hidden {
  display: none;
}
/*---------------------------- END -----------------------------*/
.product-form__error-message-wrapper--hidden {
  display: none;
}
.product-wrapper .product-thumb .product-qty {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  visibility: hidden;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  height: 43px;
}
@media (max-width: 991px) {
  .product-wrapper .product-thumb .product-qty {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    visibility: visible;
    bottom: 60px;
    top: auto;
  }
}
@media (max-width: 480px) {
  .product-wrapper .product-thumb .product-qty {
    height: 37px;
    bottom: 50px;
  }
}
.product-wrapper .product-thumb .product-qty form.variants {
  margin: 0;
}
.product-wrapper .product-thumb .product-qty .qty-box-set {
  margin: 0;
  float: none;
  display: inline-block;
  vertical-align: top;
}
.product-wrapper:hover .product-thumb .product-qty {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  visibility: visible;
}
.product-list .product-wrapper .product-thumb .product-qty, .product-short-list .product-wrapper .product-thumb .product-qty {
  display: none;
}
/*-------------------- animation --------------------*/
@-webkit-keyframes fixedmenu {
  0% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}
@-moz-keyframes fixedmenu {
  0% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}
@keyframes fixedmenu {
  0% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes fixedfooter {
  0% {
    bottom: -100%;
  }
  100% {
    bottom: 0;
  }
}
@-moz-keyframes fixedfooter {
  0% {
    bottom: -100%;
  }
  100% {
    bottom: 0;
  }
}
@keyframes fixedfooter {
  0% {
    bottom: -100%;
  }
  100% {
    bottom: 0;
  }
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    -moz-opacity: 0; 
    -khtml-opacity: 0; 
    -webkit-opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
    -moz-opacity: 1; 
    -khtml-opacity: 1; 
    -webkit-opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    -moz-opacity: 0; 
    -khtml-opacity: 0; 
    -webkit-opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
    -moz-opacity: 1; 
    -khtml-opacity: 1; 
    -webkit-opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@-webkit-keyframes fade_out {
  0% {
    opacity: 1;
    -moz-opacity: 1; 
    -khtml-opacity: 1; 
    -webkit-opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    -moz-opacity: 0; 
    -khtml-opacity: 0; 
    -webkit-opacity: 0;
    visibility: hidden;
  }
}
@-moz-keyframes fade_out {
  0% {
    opacity: 1;
    -moz-opacity: 1; 
    -khtml-opacity: 1; 
    -webkit-opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    -moz-opacity: 0; 
    -khtml-opacity: 0; 
    -webkit-opacity: 0;
    visibility: hidden;
  }
}
@keyframes fade_out {
  0% {
    opacity: 1;
    -moz-opacity: 1; 
    -khtml-opacity: 1; 
    -webkit-opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    -moz-opacity: 0; 
    -khtml-opacity: 0; 
    -webkit-opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes fade_in {
  0% {
    opacity: 0;
    -moz-opacity: 0; 
    -khtml-opacity: 0; 
    -webkit-opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    -moz-opacity: 1; 
    -khtml-opacity: 1; 
    -webkit-opacity: 1;
    visibility: visible;
  }
}
@-moz-keyframes fade_in {
  0% {
    opacity: 0;
    -moz-opacity: 0; 
    -khtml-opacity: 0; 
    -webkit-opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    -moz-opacity: 1; 
    -khtml-opacity: 1; 
    -webkit-opacity: 1;
    visibility: visible;
  }
}
@keyframes fade_in {
  0% {
    opacity: 0;
    -moz-opacity: 0; 
    -khtml-opacity: 0; 
    -webkit-opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    -moz-opacity: 1; 
    -khtml-opacity: 1; 
    -webkit-opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -moz-opacity: 0; 
    -khtml-opacity: 0; 
    -webkit-opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
    -moz-opacity: 1; 
    -khtml-opacity: 1; 
    -webkit-opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -moz-opacity: 0; 
    -khtml-opacity: 0; 
    -webkit-opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
    -moz-opacity: 1; 
    -khtml-opacity: 1; 
    -webkit-opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes scaleAppear {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes scaleAppear {
  0% {
    opacity: 0;
    -moz-transform: scale(0);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@-ms-keyframes scaleAppear {
  0% {
    opacity: 0;
    -ms-transform: scale(0);
  }
  100% {
    opacity: 1;
    -ms-transform: scale(1);
  }
}
@-o-keyframes scaleAppear {
  0% {
    opacity: 0;
    -o-transform: scale(0);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}
@keyframes scaleAppear {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.scaleAppear {
  -webkit-animation: scaleAppear 750ms ease;
  -moz-animation: scaleAppear 750ms ease;
  -ms-animation: scaleAppear 750ms ease;
  -o-animation: scaleAppear 750ms ease;
  animation: scaleAppear 750ms ease;
}
/*------------------------- Cart Page CSS -------------------------------*/
.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%;
  font: 400 13px/20px 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{
  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{
  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-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: 100px;
  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__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;
  }
}
/*====================== Customer Account Page ==========================*/
.customer-orders {
  overflow: auto;
}
.template-customers-addresses #address_form_new, .template-customers-addresses .edit-address {
  margin: 30px 0;
}
#address_form_new #address_default_address_new.btn {
  float: right;
  margin: 0 0 30px 0;
}
#address_form_new #address_province_container_new {
  padding: 0;
}
#address_form_new .grid-item.one-half.first, .edit-address .grid-item.one-half.first {
  padding-left: 0;
}
#address_form_new .grid-item.one-half.last, .edit-address .grid-item.one-half.last {
  padding-right: 0;
}
#address_form_new label, .edit-address label {
  font-size: 14px;
  font-weight: 500;
}
#address_form_new .grid-item.left, .edit-address .grid-item.left {
  padding-left: 0;
}
#address_form_new .grid-item.right, .edit-address .grid-item.right {
  padding-right: 0;
}
#address_form_new a, .edit-address a {
  color: var(--color-btn-primary-text);
    float: left;
    }
#address_form_new .btn:hover a, .edit-address .btn:hover a {
  color: var(--color-btn-secondary-text);
    }
#address_form_new select, .edit-address select {
  padding: 12px 10px;
}

.edit-address .btn.update{
  float: right;
  margin:0 0 30px 0;
}
.template-customers-order .grid-item.two-thirds, .template-customers-account .grid-item.two-thirds {
  padding-left: 0;
  overflow: auto;
}
.template-customers-order table.full th, .template-customers-account table.full th, .template-customers-order table.full td, .template-customers-account table.full td {
  padding: 15px;
}
.template-customers-order .grid-item.one-third, .template-customers-account .grid-item.one-third {
  padding-right: 0;
}
.template-customers-order .grid-item h2.h4, .template-customers-account .grid-item h2.h4 {
  border-bottom: 1px solid var(--color-border);
    padding-bottom: 5px;
    color: var(--color-body-text);
      }
.shopify-challenge__container .g-recaptcha{
  float:left;
  width:100%;
}
.template-customers-account .grid-item h2.h4 {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 5px;
  color: var(--color-body-text);
    }
.template-customers-account .grid {
  float: left;
  width: 100%;
  margin: 20px 0;
}
.template-customers-activate_account label {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 10px;
}
@media only screen and (max-width: 1024px) {
  #address_form_new .grid-item.right, .edit-address .grid-item.right {
    padding: 0;
  }
  #address_form_new .grid-item.left, .edit-address .grid-item.left {
    padding: 0;
  }
  .template-customers-order .grid-item.two-thirds,.template-customers-account .grid-item.two-third{
    width: 100%;
    padding: 0;
  }
  .template-customers-order .grid-item.one-third,.template-customers-account .grid-item.one-third{
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .template-customers-register .register,
  .template-customers-login .register{
    float: left;
    width: 100%;
  }
}
/*========================== Password Page ============================*/
.password.gradient {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-attachment: fixed;
  height: 100%;
}
.password__footer-caption svg {
  width: 70px;
  height: 20px;
  float: none;
  display: inline-block;
  vertical-align: bottom;
  color: #111;
}
#shopify-section-password-header {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}
#shopify-section-password-header .modal__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}
#shopify-section-password-header .password-modal__content {
  background: #fff;
  float: left;
  width: 600px;
  text-align: center;
  padding: 30px;
  position:relative;
}
#shopify-section-password-header details.password-modal {
  float: right;
  width: auto;
}
#shopify-section-password-header .modal__close-button.link {
  background: none;
  border: none;
  position: absolute;
  top: 10px;
  bottom: auto;
  right: 10px;
  left: auto;
  padding: 0;
  font-size: 20px;
  width: 20px;
  height: 20px;
}
.password #MainContent {
  float: left;
  width: 100%;
  margin: 50px 0;
  text-align: center;
}
.password .newsletter-form__field-wrapper {
  float: none;
  width: 500px;
  display: inline-block;
  vertical-align: top;
}
#shopify-section-password-footer {
  float: left;
  width: 100%;
  text-align: center;
  border-top: 1px solid #e5e5e5;
  padding: 20px 0;
}
#shopify-section-password-footer .password__footer-text {
  float: left;
  width: 100%;
  font-size: 13px;
  margin: 0 0 10px;
}
#shopify-section-password-footer .list-social.list-unstyled {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 15px;
}
#shopify-section-password-footer .list-social__link {
  float: left;
  font-size: 16px;
  line-height: 30PX;
  width: 30px;
  height: 30px;
}
#recover_password .text-center {
  margin-top: 10px;
  float: left;
  width: 100%;
}
#recover_password .text-center .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);
      }
#shopify-section-password-header .password-modal__content svg.icon.icon-error, .password #MainContent svg.icon.icon-success {
  height: 20px;
  width: 20px;
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.template-customers-register .footer-bottom .text-center .mdi.mdi-chevron-left {
  font-size: 13px;
}
@media only screen and (min-width: 992px){
  .login-page form>input, .register-page form>input {
    min-width: 550px;
  }
}
@media only screen and (max-width: 991px) {
  .template-customers-login .login .login-page, .register .register-page {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  #recover_password .title {
    font-size: 18px;
    line-height: 20px;
  }
  .template-customers-login .login .login-page, .register .register-page {
    padding: 20px 15px;
  }
  #customer_login .text-center .btn {
    margin: 10px 0 0;
  }
}
/*-------------------------------- END ----------------------------*/
model-viewer{
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  width:100%;
  max-width:100%;
  height:100%;
  float:left;
}
.product-single__photos .model.main_image_wrap,
.product-block .model-viewer,.product-block .model-view{
  padding-top:100%;
}
/*==================== footer 1 CSS =====================*/
#shopify-section-footer-model-1 {
  margin: 50px 0 0;
  float: left;
  width: 100%;
}
#shopify-section-footer-model-1 .site-footer .footer-wrapper {
  background: var(--colorFooterbg);
    padding: 70px 0;
    float: left;
    width: 100%;
    position: relative;
    }
#shopify-section-footer-model-1 .site-footer .footer-bottom-wrap {
  background: var(--colorFooterBottombg);
    float: left;
    width: 100%;
    }
#shopify-section-footer-model-1 .site-footer .footer-bottom-wrap .footer-bottom {
  float: left;
  width: 100%;
  padding: 20px 0;
}
#shopify-section-footer-model-1 .site-footer .footer-wrapper .footer-column h5.widget-title {
  color: var(--colorFooterTitle);
    margin: 0 0 25px;
    font: 400 18px/22px var(--font-stack-body);
      float: left;
      width: 100%;
      }
#shopify-section-footer-model-1 .site-footer .footer-wrapper .footer-column ul li {
  float: left;
  width: 100%;
  display: inline-block;
  text-align: left;
  position: relative;
  margin: 0 0 5px;
}
#shopify-section-footer-model-1 .site-footer .footer-wrapper .footer-column ul.inline-list li:last-child {
  margin: 0;
}
#shopify-section-footer-model-1 .site-footer .footer-wrapper .footer-column ul.inline-list li a {
  font: 400 13px/22px var(--font-stack-subheading);
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    transition: all 400ms ease-in-out 0s;
    }
#shopify-section-footer-model-1 .site-footer .footer-wrapper .footer-column.contactus .nav-secondary li {
  float: left;
  width: 100%;
}
#shopify-section-footer-model-1 .site-footer .footer-wrapper .footer-column.contactus .contact-us ul li:last-child {
  padding: 0;
  margin: 0;
}
#shopify-section-footer-model-1 .site-footer .footer-wrapper .footer-column.contactus .contact-us ul li:last-child::after {
  display: none;
}
#shopify-section-footer-model-1 .site-footer .footer-wrapper .footer-column.contactus .contact-us {
  float: left;
  width: 100%;
  position: relative;
}
#shopify-section-footer-model-1 .site-footer .footer-wrapper .footer-column.contactus .contact-us .contact-detail .contact-address p {
  color: var(--colorFooterContent);
    font: 400 13px/22px var(--font-stack-subheading);
      margin: 0;
      }
#shopify-section-footer-model-1 .site-footer .footer-wrapper .footer-column.contactus .contact-us span a {
  font: 400 13px/20px var(--font-stack-subheading);
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    transition: all 400ms ease-in-out 0s;
    }
#shopify-section-footer-model-1 .site-footer .footer-wrapper .footer-column.contactus .contact-us i.mdi {
  float: left;
  font-size: 16px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  color: var(--colorFooterContent);
    }
#shopify-section-footer-model-1 .site-footer .footer-bottom-wrap .footer-bottom .copyright {
  float: left;
  text-align: center;
}
#shopify-section-footer-model-1 .site-footer .footer-bottom-wrap .footer-bottom .copyright a {
  font: 400 13px/18px var(--font-stack-subheading);
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    transition: all 400ms ease-in-out 0s;
    }
#shopify-section-footer-model-1 .site-footer .footer-bottom-wrap .footer-bottom .copyright small {
  font: 400 13px/18px var(--font-stack-subheading);
    color: var(--colorFooterContent);
      }
#shopify-section-footer-model-1 .site-footer .footer-bottom-wrap .footer-bottom .follow-us-outer {
  float: right;
}
#shopify-section-footer-model-1 .site-footer .footer-bottom-wrap .footer-bottom .follow-us-outer ul.social-icons li a {
  font-size: 18px;
  line-height: 20px;
  margin: 0 10px;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
}
#shopify-section-footer-model-1 .site-footer .footer-top .block_newsletter {
  float: left;
  padding: 35px 0;
}
#shopify-section-footer-model-1 .site-footer .footer-top .block_newsletter .tt-content {
  float: left;
  padding: 0;
}
#shopify-section-footer-model-1 .site-footer .footer-top .block_newsletter .block_content {
  float: right;
}
#shopify-section-footer-model-1 .site-footer .footer-top .block_newsletter .news-title {
  float: left;
  width: 100%;
  position: relative;
  margin: 0;
  font: 500 30px/50px var(--font-stack-body);
    padding: 0 0 0 50px;
    }
#shopify-section-footer-model-1 .site-footer .footer-top .block_newsletter .news-title::before {
  position: absolute;
  content: '\f1f0';
  font-family: 'Material Design Icons';
  height: 50px;
  width: 50px;
  left: 0;
  font-size: 35px;
  right: 0;
  line-height: 50px;
  text-align: center;
}
@media (min-width: 992px) {
  #shopify-section-footer-model-1 .site-footer .footer-wrapper .footer-column.contactus {
    padding: 40px 0;
    background: #222;
    margin: -190px 0;
    float: right;
  }
  #shopify-section-footer-model-1 .site-footer .footer-wrapper .footer-column.contactus .contact-us i.mdi {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 32px;
    line-height: 34px;
    color: var(--colorFooterSocialHover);
      }
  #shopify-section-footer-model-1 .site-footer .footer-wrapper .footer-column.contactus .contact-us ul li::after {
    position: absolute;
    content: '';
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    width: 1px;
    background: #7a7a7a;
    margin: auto;
  }
  #shopify-section-footer-model-1 .site-footer .footer-wrapper .footer-column.contactus .contact-us ul li {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
    padding: 0 0 60px;
    margin: 0 0 25px;
  }
  #shopify-section-footer-model-1 .site-footer .footer-wrapper .footer-column.contactus h5.widget-title {
    display: none;
  }
}
@media (max-width: 1199px) {
  #shopify-section-footer-model-1 .site-footer .footer-top .block_newsletter .news-title {
    font-size: 26px;
    line-height: 40px;
  }
  #shopify-section-footer-model-1 .site-footer .footer-top .block_newsletter .news-title::before {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 30px;
  }
  #shopify-section-footer-model-1 .site-footer .footer-wrapper .footer-column.contactus {
    padding: 35px 0;
    margin: -180px 0;
  }
}
@media (max-width: 991px) {
  #shopify-section-footer-model-1 .site-footer .footer-wrapper {
    padding: 40px 0;
  }
  #shopify-section-footer-model-1 .site-footer .footer-wrapper .footer-column h5.widget-title {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    padding: 10px;
  }
  #shopify-section-footer-model-1 .site-footer .footer-bottom-wrap .footer-bottom .follow-us-outer ul.social-icons li a {
    font-size: 16px;
    line-height: 18px;
  }
  #shopify-section-footer-model-1 .site-footer .footer-top .block_newsletter {
    width: 100%;
    text-align: center;
    padding: 25px 0;
  }
  #shopify-section-footer-model-1 .site-footer .footer-top .block_newsletter .tt-content {
    width: 100%;
    margin: 0 0 10px;
  }
  #shopify-section-footer-model-1 .site-footer .footer-top .block_newsletter .block_content {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 70%;
  }
  #shopify-section-footer-model-1 .site-footer .footer-top .block_newsletter .news-title {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: auto;
  }
  #shopify-section-footer-model-1 .site-footer .footer-wrapper .footer-column {
    float: left;
    width: 100%;
    padding: 0;
  }
  #shopify-section-footer-model-1 .site-footer .footer-wrapper .footer-column:last-child {
    margin: 0;
  }
  #shopify-section-footer-model-1 .site-footer .footer-column > *:nth-child(2) {
    padding: 0;
  }
  #shopify-section-footer-model-1 .site-footer .footer-wrapper .footer-column.contactus .contact-us .contact-detail .contact-address {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 82%;
  }
  #shopify-section-footer-model-1 .site-footer .footer-wrapper .footer-column ul {
    margin: 10px 0;
    float: left;
    width: 100%;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  #shopify-section-footer-model-1 .site-footer .footer-wrapper {
    padding: 30px 0;
  }
  #shopify-section-footer-model-1 .site-footer .footer-wrapper .footer-column h5.widget-title {
    font-size: 14px;
    line-height: 18px;
  }
  #shopify-section-footer-model-1 .site-footer .footer-wrapper .footer-column ul.inline-list li a {
    font-size: 12px;
    line-height: 18px;
  }
  #shopify-section-footer-model-1 .site-footer .footer-wrapper .footer-column.contactus .contact-us .contact-detail .contact-address p {
    font-size: 12px;
    line-height: 18px;
  }
  #shopify-section-footer-model-1 .site-footer .footer-wrapper .footer-column.contactus .contact-us span a {
    font-size: 12px;
    line-height: 18px;
  }
  #shopify-section-footer-model-1 .site-footer .footer-bottom-wrap .footer-bottom .copyright {
    width: 100%;
    margin: 0 0 10px;
  }
  #shopify-section-footer-model-1 .site-footer .footer-bottom-wrap .footer-bottom .copyright a {
    font-size: 12px;
    line-height: 18px;
  }
  #shopify-section-footer-model-1 .site-footer .footer-bottom-wrap .footer-bottom .copyright small {
    font-size: 12px;
    line-height: 18px;
  }
  #shopify-section-footer-model-1 .site-footer .footer-bottom-wrap .footer-bottom .follow-us-outer {
    width: 100%;
  }
}
@media (max-width: 500px) {
  #shopify-section-footer-model-1 .site-footer .footer-top .block_newsletter .block_content {
    width: 100%;
  }
}
@media (max-width: 480px) {
  #shopify-section-footer-model-1 {
    margin: 10px 0 0;
  }
  #shopify-section-footer-model-1 .site-footer .footer-top .block_newsletter .news-title {
    font-size: 20px;
    line-height: 30px;
    padding: 0 0 0 40px;
  }
  #shopify-section-footer-model-1 .site-footer .footer-top .block_newsletter .news-title::before {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 26px;
  }
}
/*==================== footer 2 CSS =====================*/
#shopify-section-footer-model-2 {
  margin: 50px 0 0;
  float: left;
  width: 100%;
}

#shopify-section-footer-model-2 .site-footer .footer-wrap {
  background: var(--colorFooterbg);
    padding: 80px 0;
    float: left;
    width: 100%;
    position: relative;
    }

#shopify-section-footer-model-2 .site-footer .footer-bottom-wrap {
  background: var(--colorFooterBottombg);
    float: left;
    width: 100%;
    }
#shopify-section-footer-model-2 .site-footer .footer-bottom-wrap .footer-bottom {
  border-top: 1px solid var(--colorFooterBorder);
    float: left;
    width: 100%;
    padding: 22px 0;
    }
#shopify-section-footer-model-2 .site-footer .footer-wrap .footer-column h5.widget-title {
  color: var(--colorFooterTitle);
    margin: 0 0 25px;
    font: 500 18px/22px var(--font-stack-body);
      float: left;
      width: 100%;
      }
#shopify-section-footer-model-2 .site-footer .footer-wrap .footer-column .footer-logo-content .footer-logo {
  margin: 0 0 25px;
}
#shopify-section-footer-model-2 .site-footer .footer-wrap .footer-column .footer-logo-content .footer-desc {
  font: 400 13px/20px var(--font-stack-subheading);
    float: none;
    display: inline-block;
    vertical-align: top;
    width: auto;
    }
#shopify-section-footer-model-2 .site-footer .footer-wrap .footer-column ul.inline-list li {
  float: left;
  width: 100%;
  display: inline-block;
  text-align: left;
  position: relative;
  margin: 0 0 5px;
}
#shopify-section-footer-model-2 .site-footer .footer-wrap .footer-column ul.inline-list li a {
  font: 400 13px/22px var(--font-stack-subheading);
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    transition: all 400ms ease-in-out 0s;
    }
#shopify-section-footer-model-2 .site-footer .footer-wrap .footer-column.contactus .nav-secondary li {
  margin: 0;
  float: left;
  width: 100%;
}
#shopify-section-footer-model-2 .site-footer .footer-wrap .footer-column.contactus .contact-us {
  float: left;
  width: 100%;
  position: relative;
}
#shopify-section-footer-model-2 .site-footer .footer-wrap .footer-column.contactus .contact-us .contact-detail .contact-address p {
  color: var(--colorFooterContent);
    font: 400 13px/18px var(--font-stack-subheading);
      }
#shopify-section-footer-model-2 .site-footer .footer-wrap .footer-column.contactus .contact-us span a {
  font: 400 13px/20px var(--font-stack-subheading);
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    transition: all 400ms ease-in-out 0s;
    }
#shopify-section-footer-model-2 .site-footer .footer-wrap .footer-column.contactus .contact-us i.mdi {
  float: left;
  font-size: 16px;
  margin-right: 10px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  color: var(--colorFooterContent);
    }
#shopify-section-footer-model-2 .site-footer .footer-wrap .footer-column.contactus .contact-us ul li.contact {
  margin: 0 0 15px;
}
#shopify-section-footer-model-2 .site-footer .footer-bottom-wrap .footer-bottom .copyright {
  float: left;
  width: 100%;
  text-align: center;
  margin: 0 0 20px;
}
#shopify-section-footer-model-2 .site-footer .footer-bottom-wrap .footer-bottom .copyright a {
  font: 400 13px/18px var(--font-stack-subheading);
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    transition: all 400ms ease-in-out 0s;
    }
#shopify-section-footer-model-2 .site-footer .footer-bottom-wrap .footer-bottom .copyright small {
  font: 400 13px/18px var(--font-stack-subheading);
    color: var(--colorFooterContent);
      }
#shopify-section-footer-model-2 .site-footer .footer-bottom-wrap .footer-bottom .follow-us-outer {
  float: left;
  width: 100%;
}
#shopify-section-footer-model-2 .site-footer .footer-bottom-wrap .footer-bottom .follow-us-outer ul.social-icons li a {
  font-size: 18px;
  line-height: 20px;
  margin: 0 10px;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
}
#shopify-section-footer-model-2 .site-footer .footer-top .block_newsletter {
  float: left;
  width: 100%;
  padding: 35px 40px;
}
#shopify-section-footer-model-2 .site-footer .footer-top .block_newsletter .news-title {
  float: left;
  width: 100%;
  position: relative;
  margin: 0;
  font: 500 30px/50px var(--font-stack-body);
    padding: 0 0 0 50px;
    }
#shopify-section-footer-model-2 .site-footer .footer-top .block_newsletter .news-title::before {
  position: absolute;
  content: '\f1f0';
  font-family: 'Material Design Icons';
  height: 50px;
  width: 50px;
  left: 0;
  font-size: 35px;
  right: 0;
  line-height: 50px;
  text-align: center;
}
@media (max-width: 1199px) {
  #shopify-section-footer-model-2 .site-footer .footer-wrap {
    padding: 60px 0;
  }
  #shopify-section-footer-model-2 .site-footer .footer-bottom-wrap .footer-bottom {
    padding: 18px 0;
  }
  #shopify-section-footer-model-2 .site-footer .footer-wrap .footer-column h5.widget-title {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 20px;
  }
  #shopify-section-footer-model-2 .site-footer .footer-wrap .footer-column .footer-logo-content .footer-desc {
    font-size: 12px;
    line-height: 18px;
  }
  #shopify-section-footer-model-2 .site-footer .footer-wrap .footer-column.contactus .contact-us .contact-detail .contact-address p,#shopify-section-footer-model-2 .site-footer .footer-wrap .footer-column ul.inline-list li a {
    font-size: 12px;
    line-height: 16px;
  }
  #shopify-section-footer-model-2 .site-footer .footer-wrap .footer-column.contactus .contact-us span a {
    font-size: 12px;
    line-height: 16px;
  }
  #shopify-section-footer-model-2 .site-footer .footer-wrap .footer-column.contactus .contact-us i.mdi {
    font-size: 14px;
    line-height: 18px;
  }
  #shopify-section-footer-model-2 .site-footer .footer-bottom-wrap .footer-bottom .follow-us-outer ul.social-icons li a {
    font-size: 16px;
    line-height: 18px;
  }
  #shopify-section-footer-model-2 .site-footer .footer-top .block_newsletter {
    padding: 25px 40px;
  }
  #shopify-section-footer-model-2 .site-footer .footer-top .block_newsletter .news-title {
    font-size: 24px;
    line-height: 40px;
  }
  #shopify-section-footer-model-2 .site-footer .footer-top .block_newsletter .news-title::before {
    height: 40px;
    width: 40px;
    font-size: 28px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  #shopify-section-footer-model-2 .site-footer .footer-wrap {
    padding: 45px 0;
  }
  #shopify-section-footer-model-2 .site-footer .footer-wrap .footer-column h5.widget-title {
    margin: 0;
    padding: 10px;
  }
  #shopify-section-footer-model-2 .site-footer .footer-wrap .footer-column .footer-logo-content .footer-desc {
    margin: 0 0 20px;
    width: 40%;
  }
  #shopify-section-footer-model-2 .site-footer .footer-wrap .footer-column ul {
    margin: 10px 0;
    padding: 0 10px;
  }
  #shopify-section-footer-model-2 .site-footer .footer-bottom-wrap .footer-bottom .copyright {
    margin: 0 0 10px;
  }
  #shopify-section-footer-model-2 .site-footer .footer-wrap .footer-column {
    float: left;
    width: 100%;
  }
  #shopify-section-footer-model-2 .site-footer .footer-wrap .footer-column .footer-logo-content {
    text-align: center;
  }
  #shopify-section-footer-model-2 .site-footer .footer-top .block_newsletter {
    padding: 15px 40px;
    text-align: center;
  }
  #shopify-section-footer-model-2 .site-footer .footer-top .block_newsletter .news-title {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: auto;
  }
  #shopify-section-footer-model-2 .site-footer .footer-top .block_newsletter .news-title::before {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  #shopify-section-footer-model-2 .site-footer .footer-top .block_newsletter .tt-content {
    float: left;
    width: 100%;
    margin: 0 0 20px;
  }
  #shopify-section-footer-model-2 .site-footer .footer-top .block_newsletter .block_content {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 80%;
  }
  #shopify-section-footer-model-2 .site-footer .footer-column > *:nth-child(2) {
    padding: 0;
  }
}
@media (max-width: 767px) {
  #shopify-section-footer-model-2 .site-footer .footer-wrap {
    padding: 30px 0;
  }
  #shopify-section-footer-model-2 .site-footer .footer-bottom-wrap .footer-bottom {
    padding: 10px 0;
  }
  #shopify-section-footer-model-2 .site-footer .footer-wrap .footer-column h5.widget-title {
    font-size: 14px;
    line-height: 18px;
  }
  #shopify-section-footer-model-2 .site-footer .footer-wrap .footer-column .footer-logo-content .footer-logo {
    margin: 0 0 15px;
  }
  #shopify-section-footer-model-2 .site-footer .footer-top .block_newsletter .news-title {
    padding-left: 40px;
    line-height: 30px;
  }
  #shopify-section-footer-model-2 .site-footer .footer-top .block_newsletter .news-title::before {
    height: 30px;
    width: 30px;
    line-height: 30px;
  }
  #shopify-section-footer-model-2 .site-footer .footer-top .block_newsletter .block_content {
    width: 70%;
  }
}
@media (max-width: 600px) {
  #shopify-section-footer-model-2 .site-footer .footer-top .block_newsletter {
    padding: 15px 0;
  }
}
@media (max-width: 480px) {
  #shopify-section-footer-model-2 {
    margin: 10px 0 0;
  }
  #shopify-section-footer-model-2 .site-footer .footer-wrap .footer-column .footer-logo-content .footer-logo img {
    width: 140px;
  }
  #shopify-section-footer-model-2 .site-footer .footer-wrap .footer-column .footer-logo-content .footer-desc {
    width: 72%;
  }
  #shopify-section-footer-model-2 .site-footer .footer-top .block_newsletter .news-title {
    font-size: 18px;
    line-height: 24px;
    padding-left: 30px;
  }
  #shopify-section-footer-model-2 .site-footer .footer-top .block_newsletter .news-title::before {
    height: 25px;
    width: 25px;
    font-size: 24px;
    line-height: 24px;
  }
  #shopify-section-footer-model-2 .site-footer .footer-top .block_newsletter .tt-content {
    margin: 0 0 10px;
  }
  #shopify-section-footer-model-2 .site-footer .footer-top .block_newsletter .block_content {
    width: 100%;
  }
}
/*==================== footer 3 CSS =====================*/
#shopify-section-footer-model-3 {
  float: left;
  width: 100%;
  margin: 50px 0 0;
}
#shopify-section-footer-model-3 .site-footer .footer-wrap {
  background: var(--colorFooterbg);
    padding: 70px 0 20px;
    float: left;
    width: 100%;
    position: relative;
    }
#shopify-section-footer-model-3 .site-footer .footer-bottom {
  background: var(--colorFooterBottombg);
    float: left;
    width: 100%;
    padding: 23px 0;
    border-top: 1px solid var(--colorFooterBorder);
      }
#shopify-section-footer-model-3 .site-footer .footer-wrap .footer-logo-content {
  float: left;
  width: 100%;
  position: relative;
  margin: 0 0 20px;
}
#shopify-section-footer-model-3 .site-footer .footer-wrap .column1 {
  float: none;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
#shopify-section-footer-model-3 .site-footer .footer-wrap .footer-column {
  padding: 30px 0;
  text-align: center;
}
#shopify-section-footer-model-3 .site-footer .footer-wrap .footer-column.column2 {
  float: left;
}
#shopify-section-footer-model-3 .site-footer .footer-wrap .footer-column.column3 {
  float: right;
}
#shopify-section-footer-model-3 .site-footer .footer-wrap h5.widget-title {
  color: var(--colorFooterTitle);
    font: 400 18px/22px var(--font-stack-body);
      float: left;
      width: 100%;
      margin: 0 0 20px;
      }

#shopify-section-footer-model-3 .site-footer .footer-wrap .footer-column ul li {
  float: left;
  width: 100%;
  position: relative;
  margin: 0 0 5px;
}
#shopify-section-footer-model-3 .site-footer .footer-wrap .column1 ul.list-unstyled {
  float: left;
  width: 100%;
}
#shopify-section-footer-model-3 .site-footer .footer-wrap .column1 .contactus .contact-us i.mdi {
  color: #888;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
}
#shopify-section-footer-model-3 .site-footer .footer-wrap .column1 .contactus .contact-us .contact-address {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: auto;
}
#shopify-section-footer-model-3 .site-footer .footer-wrap .column1 .contactus .contact-us span {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: auto;
}
#shopify-section-footer-model-3 .site-footer .footer-wrap .column1 ul li {
  text-align: center;
  width: 100%;
}
#shopify-section-footer-model-3 .site-footer .footer-wrap .column1 ul li .address {
  float: left;
  width: 100%;
}
#shopify-section-footer-model-3 .site-footer .footer-wrap .footer-column ul.inline-list li a {
  font: 400 13px/22px var(--font-stack-subheading);
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    transition: all 400ms ease-in-out 0s;
    }
#shopify-section-footer-model-3 .site-footer .footer-wrap .column1 .contactus .contact-us .contact-detail .contact-address p, #shopify-section-footer-model-3 .site-footer .footer-wrap .column1 .contactus .contact-us span {
  color: var(--colorFooterContent);
    font: 400 13px/35px var(--font-stack-subheading);
      margin: 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;
      }
#shopify-section-footer-model-3 .site-footer .footer-wrap .column1.contactus {
  float: left;
  width: 100%;
}
#shopify-section-footer-model-3 .site-footer .footer-bottom .copyright {
  float: left;
  width: auto;
}
#shopify-section-footer-model-3 .site-footer .footer-bottom .follow-us-outer {
  float: right;
  width: auto;
}
#shopify-section-footer-model-3 .site-footer .footer-bottom .copyright a {
  font: 400 13px/18px var(--font-stack-subheading);
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    transition: all 400ms ease-in-out 0s;
    }
#shopify-section-footer-model-3 .site-footer .footer-bottom .copyright small {
  font: 400 13px/18px var(--font-stack-subheading);
    color: var(--colorFooterContent);
      }
#shopify-section-footer-model-3 .site-footer .footer-bottom .follow-us-outer ul.social-icons li a {
  font-size: 16px;
  line-height: 20px;
  margin: 0 10px;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
}
#shopify-section-footer-model-3 .site-footer .footer-top .block_newsletter {
  float: left;
  width: 100%;
  padding: 35px 40px;
}
#shopify-section-footer-model-3 .site-footer .footer-top .block_newsletter .news-title {
  float: left;
  width: 100%;
  position: relative;
  margin: 0;
  font: 500 30px/50px var(--font-stack-body);
    padding: 0 0 0 50px;
    }
#shopify-section-footer-model-3 .site-footer .footer-top .block_newsletter .news-title::before {
  position: absolute;
  content: '\f1f0';
  font-family: 'Material Design Icons';
  height: 50px;
  width: 50px;
  left: 0;
  font-size: 35px;
  right: 0;
  line-height: 50px;
  text-align: center;
}

@media (min-width: 992px) {
  #shopify-section-footer-model-3 .site-footer .footer-wrap .column1 h5.widget-title {
    display: none;
  }
}
@media (max-width: 1199px) {
  #shopify-section-footer-model-3 .site-footer .footer-wrap {
    padding: 50px 0;
  }
  #shopify-section-footer-model-3 .site-footer .footer-wrap .footer-logo-content .footer-logo img {
    width: 200px;
  }
  #shopify-section-footer-model-3 .site-footer .footer-wrap .footer-column.column3,#shopify-section-footer-model-3 .site-footer .footer-wrap .footer-column.column2 {
    padding: 30px 15px 0;
  }
  #shopify-section-footer-model-3 .site-footer .footer-wrap .column1 .contactus .contact-us i.mdi {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
  }
  #shopify-section-footer-model-3 .site-footer .footer-wrap .footer-column ul.inline-list li a {
    font-size: 12px;
    line-height: 16px;
  }
  #shopify-section-footer-model-3 .site-footer .footer-wrap .column1 .contactus .contact-us .contact-detail .contact-address p, #shopify-section-footer-model-3 .site-footer .footer-wrap .column1 .contactus .contact-us span {
    font-size: 12px;
    line-height: 30px;
  }
  #shopify-section-footer-model-3 .site-footer .footer-bottom .copyright a {
    font-size: 12px;
    line-height: 16px;
  }
  #shopify-section-footer-model-3 .site-footer .footer-bottom .copyright small {
    font-size: 12px;
    line-height: 16px;
  }
  #shopify-section-footer-model-3 .site-footer .footer-top .block_newsletter {
    padding: 25px 40px;
  }
  #shopify-section-footer-model-3 .site-footer .footer-top .block_newsletter .news-title {
    font-size: 24px;
    line-height: 40px;
  }
  #shopify-section-footer-model-3 .site-footer .footer-top .block_newsletter .news-title::before {
    height: 40px;
    width: 40px;
    font-size: 25px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  #shopify-section-footer-model-3 .site-footer .footer-wrap {
    padding: 40px 0;
  }
  #shopify-section-footer-model-3 .site-footer .footer-wrap .column1 {
    float: left;
    width: 100%;
  }
  #shopify-section-footer-model-3 .site-footer .footer-wrap .footer-column.column3,#shopify-section-footer-model-3 .site-footer .footer-wrap .footer-column.column2 {
    width: 100%;
    padding: 0 15px;
  }
  #shopify-section-footer-model-3 .site-footer .footer-wrap h5.widget-title {
    text-align: left;
    margin: 0;
    line-height: 20px;
    font-size: 16px;
    padding: 10px;
  }
  #shopify-section-footer-model-3 .site-footer .footer-wrap .column1 ul.list-unstyled {
    margin: 0;
  }
  #shopify-section-footer-model-3 .site-footer .footer-wrap .column1 ul li {
    text-align: left;
    padding: 0;
  }
  #shopify-section-footer-model-3 .site-footer .footer-top .block_newsletter {
    text-align: center;
  }
  #shopify-section-footer-model-3 .site-footer .footer-top .block_newsletter .news-title {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: auto;
  }
  #shopify-section-footer-model-3 .site-footer .footer-top .block_newsletter .news-title::before {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  #shopify-section-footer-model-3 .site-footer .footer-top .block_newsletter .tt-content {
    float: left;
    width: 100%;
    margin: 0 0 20px;
  }
  #shopify-section-footer-model-3 .site-footer .footer-top .block_newsletter .block_content {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 80%;
  }
  #shopify-section-footer-model-3 .site-footer .footer-wrap .footer-column .inline-list {
    margin: 10px 0;
    text-align: left;
  }
}
@media (max-width: 767px) {
  #shopify-section-footer-model-3 .site-footer .footer-wrap {
    padding: 30px 0;
  }
  #shopify-section-footer-model-3 .site-footer .footer-bottom {
    padding: 15px 0;
  }
  #shopify-section-footer-model-3 .site-footer .footer-wrap h5.widget-title {
    line-height: 18px;
    font-size: 14px;
  }
  #shopify-section-footer-model-3 .site-footer .footer-bottom .copyright {
    text-align: center;
    width: 100%;
    margin: 0 0 10px;
  }
  #shopify-section-footer-model-3 .site-footer .footer-bottom .follow-us-outer {
    width: 100%;
  }
  #shopify-section-footer-model-3 .site-footer .footer-top .block_newsletter .news-title {
    line-height: 30px;
    padding-left: 40px;
  }
  #shopify-section-footer-model-3 .site-footer .footer-top .block_newsletter .news-title::before {
    height: 30px;
    width: 30px;
    line-height: 30px;
  }
  #shopify-section-footer-model-3 .site-footer .footer-top .block_newsletter .block_content {
    width: 70%;
  }
}
@media (max-width: 600px) {
  #shopify-section-footer-model-3 .site-footer .footer-top .block_newsletter {
    padding: 15px 0;
  }
}
@media (max-width: 480px) {
  #shopify-section-footer-model-3 .site-footer .footer-wrap .column1 .contactus .contact-us .contact-detail .contact-address p, #shopify-section-footer-model-3 .site-footer .footer-wrap .column1 .contactus .contact-us span {
    line-height: 26px;
  }
  #shopify-section-footer-model-3 .site-footer .footer-top .block_newsletter .news-title {
    font-size: 16px;
    line-height: 25px;
    padding-left: 30px;
  }
  #shopify-section-footer-model-3 .site-footer .footer-top .block_newsletter .news-title::before {
    height: 25px;
    width: 25px;
    font-size: 24px;
    line-height: 24px;
  }
  #shopify-section-footer-model-3 .site-footer .footer-top .block_newsletter .tt-content {
    margin: 0 0 10px;
  }
  #shopify-section-footer-model-3 .site-footer .footer-top .block_newsletter .block_content {
    width: 100%;
  }
  #shopify-section-footer-model-3 {
    margin: 10px 0 0;
  }
  #shopify-section-footer-model-3 .site-footer .footer-wrap {
    padding: 20px 0;
  }
}
@media (max-width: 400px) {
  #shopify-section-footer-model-3 .site-footer .footer-wrap .column1 .contactus .contact-us .contact-address {
    width: 82%;
  }
}
/*==================== Blog Design1 CSS=====================*/
.design_1 #blog_slider .tt-blog-content {
  float: left;
  width: 100%;
  position: relative;
}
.design_1 #blog_slider .tt-blog-content .blog-content-wrap {
  position: relative;
  padding: 25px 15px;
  float: none;
  width: 85%;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  background: #fff;
  margin: -30px 0 5px;
  -webkit-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
}
.design_1 #blog_slider .tt-blog-content .blog-content-wrap span.article__comment a {
  font: 400 12px/14px var(--font-stack-subheading);
    margin: 0 15px 0 0;
    float: none;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    transition: all 400ms ease-in-out 0s;
    }
.design_1 #blog_slider .tt-blog-content .blog-content-wrap span.article__comment a i.mdi.mdi-eye {
  float: none;
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.design_1 #blog_slider .tt-blog-content .blog-content-wrap span.article__comment a:last-child {
  margin: 0;
}
.design_1 #blog_slider .tt-blog-content .blog-content-wrap .h3.article__title a {
  font: 400 18px/22px var(--font-stack-body);
    margin: 0 0 8px;
    }
@media (max-width: 1199px) {
  .design_1 #blog_slider .tt-blog-content .blog-content-wrap .h3.article__title a {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .design_1 #blog_slider .tt-blog-content .blog-content-wrap span.article__comment a {
    font-size: 10px;
    line-height: 12px;
  }
  .design_1 #blog_slider .tt-blog-content .blog-content-wrap span.article__comment a {
    margin: 0 6px 0 0;
  }
}
/*==================== Blog Design2 CSS=====================*/
.design_2 #blog_slider .tt-blog-content {
  float: left;
  width: 100%;
  position: relative;
  text-align: left;
}
.design_2 #blog_slider .ttblog_image_holder.blog_image_holder {
  width: 50%;
  float: left;
}
.design_2 #blog_slider .tt-blog-content .blog-content-wrap {
  float: left;
  width: 50%;
  padding: 15px;
}
.design_2 #blog_slider .tt-blog-content .blog-content-wrap .h3.article__title a {
  font: 400 18px/22px var(--font-stack-body);
    margin: 0 0 10px;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    transition: all 400ms ease-in-out 0s;
    }
#blog_slider .tt-blog-content .blog-content-wrap .h3.article__title a:hover {
  color: var(--color-btn-primary);
    }
.design_2 #blog_slider .tt-blog-content .blog-content-wrap .article__grid-excerpt {
  margin: 0 0 15px;
  font-style: italic;
}
.design_2 #blog_slider .tt-blog-content .blog-content-wrap .list--inline.article__meta-buttons a.read-more {
  font: 400 13px/16px var(--font-stack-subheading);
    }
.design_2 #blog_slider .tt-blog-content .blog-content-wrap .list--inline.article__meta-buttons a.read-more:after {
  font-size: 14px;
  margin-left: 10px;
}
@media (max-width: 1199px) {
  .design_2 #blog_slider .tt-blog-content .blog-content-wrap {
    padding: 10px 15px;
  }
  .design_2 #blog_slider .tt-blog-content .blog-content-wrap .h3.article__title a {
    font-size: 16px;
    line-height: 18px;
  }
  .design_2 #blog_slider .tt-blog-content .blog-content-wrap .article__grid-excerpt {
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 10px;
  }
  .design_2 #blog_slider .tt-blog-content .blog-content-wrap .list--inline.article__meta-buttons a.read-more {
    font-size: 10px;
  }
  .design_2 #blog_slider .tt-blog-content .blog-content-wrap .list--inline.article__meta-buttons a.read-more:after {
    font-size: 12px;
  }
  .design_2 #blog_slider .tt-blog-content .blog_image_holder .bloglinks,.design_2 #blog_slider .tt-blog-content .blog_image_holder .bloglinks a {
    width: 40px;
    height: 40px;
  }
  .design_2 #blog_slider .tt-blog-content .blog_image_holder .bloglinks a i {
    font-size: 18px;
    line-height: 18px;
  }
}
@media (max-width: 991px) {
  .design_2 #blog_slider .ttblog_image_holder.blog_image_holder {
    width: 100%;
  }
  .design_2 #blog_slider .tt-blog-content .blog-content-wrap {
    width: 100%;
    padding: 10px 0 0;
  }
}
/*==================== Blog Design3 CSS=====================*/
.design_3 #blog_slider .tt-blog-content {
  float: left;
  width: 100%;
  margin: 0 0 120px;
  padding: 0;
}
.design_3 #blog_slider .tt-blog-content .blog-content-wrap {
  padding: 20px 25px;
  float: left;
  width: 60%;
  text-align: left;
  background: #f5f5f5;
  margin: 0 0 5px;
  z-index: 1;
}
@media (min-width: 992px) {
  .design_3 #blog_slider .ttblog_image_holder.blog_image_holder {
    width: 80%;
  }
  .design_3 #blog_slider .tt-blog-content .blog-content-wrap {
    position: absolute;
    top: auto;
    bottom: -120px;
    left: auto;
    right: 15px;
  }
}
.design_3 #blog_slider .tt-blog-content .blog-content-wrap .h3.article__title a {
  font: 500 18px/22px var(--font-stack-body);
    margin: 0 0 10px;
    }
.design_3 #blog_slider .tt-blog-content .blog-content-wrap .rte.article__grid-excerpt {
  margin: 0 0 15px;
  font-style: italic;
}
.design_3 #blog_slider .tt-blog-content .blog-content-wrap .list--inline.article__meta-buttons a.read-more {
  color: var(--color-text);
    font: 400 13px/16px var(--font-stack-subheading);
      }
@media (max-width: 1199px) {
  .design_3 #blog_slider .tt-blog-content .blog-content-wrap {
    padding: 15px;
    bottom: -100px;
  }
  .design_3 #blog_slider .tt-blog-content .blog-content-wrap .h3.article__title a {
    font-size: 16px;
    line-height: 20px;
  }
  .design_3 #blog_slider .tt-blog-content .blog-content-wrap .rte.article__grid-excerpt {
    font-size: 12px;
    line-height: 18px;
  }
  .design_3 #blog_slider .tt-blog-content .blog-content-wrap .list--inline.article__meta-buttons a.read-more {
    font-size: 12px;
  }
}
.design_3 #blog_slider .tt-blog-content .blog-content-wrap .list--inline.article__meta-buttons a.read-more:after {
  font-size: 14px;
  margin-left: 10px;
}
@media (max-width: 991px) {
  .design_3 #blog_slider .tt-blog-content {
    margin: 0;
  }
  .design_3 #blog_slider .tt-blog-content .blog-content-wrap {
    position: static;
    width: 92%;
    bottom: 0;
    padding: 20px;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
}
@media (max-width: 480px) {
  .design_3 #blog_slider .tt-blog-content .blog_image_holder .bloglinks a i {
    font-size: 18px;
    line-height: 18px;
  }
  .design_3 #blog_slider .tt-blog-content .blog_image_holder .bloglinks a {
    width: 40px;
    height: 40px;
  }
}
/*-------------------------- Grid, List, And Short-list ------------------------------*/
.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: none;
  padding: 15px;
  margin: 0 3px 0 0;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  float: none;
  display: inline-block;
  vertical-align: top;
  width: auto;
  cursor: pointer;
}
.filter-grid-list.view-mode.grid__item .btn::after {
  display: none;
}
.filter-grid-list .grid::before, .filter-grid-list .list::before, .filter-grid-list .short-list::before {
  content: "\f03b";
  color: #666;
  font-family: "Material Design Icons";
  position: absolute;
  left: 0px;
  right: auto;
  top: 0;
  bottom: 0;
  font-size: 24px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  margin: 0 auto;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  background: none;
  animation: none;
  font-weight: 400;
}
.filter-grid-list .list::before {
  content: "\f969";
}
.filter-grid-list .short-list::before {
  content: "\f687";
}
.filter-grid-list .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: #222;
}
.widget_filter_tag.total_2, .widget_filter_tag.total_2 .sidebar-tag {
  float: left;
  width: 50%;
}
.widget_filter_tag.total_3 {
  float: left;
  width: 75%;
}
.widget_filter_tag.total_4, .widget_filter_tag.total_1 .sidebar-tag {
  float: left;
  width: 100%;
}
.widget_filter_tag.total_1, .widget_filter_tag.total_4 .sidebar-tag {
  float: left;
  width: 25%;
}
/*----------------------- 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.size .crossed-out, .swatch .swatch-element.color .crossed-out {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  top: 0;
  line-height: 30px;
  bottom: 0;
  margin: auto;
  right: 0;
  background: url('{{ "soldout.png" | asset_url }}') no-repeat scroll center;
  cursor: not-allowed;
}
.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 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  -webkit-box-shadow: 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);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: normal;
  pointer-events: none;
}
.swatch .swatch-element .tooltip:before {
  bottom: -16px;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  width: 100%;
}
.swatch .swatch-element .tooltip:after {
  border-left: solid transparent 7px;
  border-right: solid transparent 7px;
  border-top: solid #fff 7px;
  bottom: -7px;
  content: " ";
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  position: absolute;
  width: 0;
}
.swatch .swatch-element:hover .tooltip {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  filter: alpha(opacity=100);
  visibility: visible;
  pointer-events: auto;
}
.swatch input[type=radio] {
  display: none;
}
.swatch.soldout {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
  filter: alpha(opacity=50);
}
.swatch.soldout label {
  cursor: no-drop;
}
/*---------------------------- Extened Product -----------------------------*/
.col-left-border p {
  border-bottom: 1px solid var(--color-border);
    }
@media(min-width: 601px){
  .template-product .banner3-flex {
    display: flex;
    align-items: center;
  }
}
/*----------------- product page variant--------------------*/
.product-information variant-radios {
  float: left;
  width: 100%;
}
.product-information variant-radios fieldset .button-size .form__label {
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 10px;
  color: #111;
}
.product-information variant-radios fieldset {
  border: none;
  float: left;
  width: 40%;
  background: #f5f5f5;
  margin: 0 10px;
}
.product-single .product-information-inner .product-single__addtocart #product-qty {
  float: left;
  width: 100%;
  margin: 0 0 15px;
}
.product-form__input.product-form__input--dropdown {
  float: left;
  width: 100%;
}
.product-form__buttons {
  float: left;
  width: 100%;
}
.product-form__submit[aria-disabled=true]+.shopify-payment-button, .product-form__submit[disabled]+.shopify-payment-button {
  display: none;
}
.product-information .qty-box-set .qtyplus::before{
  content: "\F415";
  font-family: "Material Design Icons";
  position: absolute;
  top: 0;
  bottom: 0px;
  left: 0;
  right: auto;
  width: 35px;
}